diff --git a/.gitignore b/.gitignore index 15c5f26c3..ebd791d30 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ node_modules -dist .cache .env src/lib/gramjs/build/ diff --git a/dist/0.afac8d72f69ea3849b65.css b/dist/0.afac8d72f69ea3849b65.css new file mode 100644 index 000000000..1680c10a2 --- /dev/null +++ b/dist/0.afac8d72f69ea3849b65.css @@ -0,0 +1 @@ +.Transition{position:relative}.Transition>*{width:100%;height:100%;animation-fill-mode:forwards!important}.Transition>.from,.Transition>.to{position:absolute;top:0;left:0}.Transition>:not(.active):not(.from):not(.to){display:none!important}.Transition.scroll-slide{width:100%;height:100%;overflow:hidden;display:flex;flex-wrap:nowrap}.Transition.scroll-slide>*{position:static;flex-shrink:0}.Transition.scroll-slide>:not(.active):not(.from):not(.to){display:block!important;transform:scale(0)}.Transition.scroll-slide>:not(.active):not(.from):not(.to).through{display:none!important}.Transition.slide>.to{transform:translateX(100%)}.Transition.slide.animating>.from{animation:slide-out var(--slide-transition)}.Transition.slide.animating>.to{animation:slide-in var(--slide-transition)}.Transition.slide.backwards>.to{transform:translateX(-100%)}.Transition.slide.backwards.animating>.from{animation:slide-in-backwards var(--slide-transition)}.Transition.slide.backwards.animating>.to{animation:slide-out-backwards var(--slide-transition)}.Transition.mv-slide>*>div{animation-fill-mode:forwards!important}.Transition.mv-slide>.to>div{transform:translateX(100vw)}.Transition.mv-slide.animating>.from>div{animation:mv-slide-out .4s ease}.Transition.mv-slide.animating>.to>div{animation:mv-slide-in .4s ease}.Transition.mv-slide.backwards>.to>div{transform:translateX(-100vw)}.Transition.mv-slide.backwards.animating>.from>div{animation:mv-slide-in-backwards .4s ease}.Transition.mv-slide.backwards.animating>.to>div{animation:mv-slide-out-backwards .4s ease}.Transition.slide-fade>.from{transform-origin:left;transform:translateX(0);opacity:1}.Transition.slide-fade>.to{transform-origin:left;transform:translateX(1.5rem);opacity:0}.Transition.slide-fade.animating>.from{animation:fade-out-opacity var(--slide-transition),slide-fade-out-move var(--slide-transition)}.Transition.slide-fade.animating>.to{animation:fade-in-opacity var(--slide-transition),slide-fade-in-move var(--slide-transition)}.Transition.slide-fade.backwards>.from{transform:translateX(0);opacity:1}.Transition.slide-fade.backwards>.to{transform:translateX(-1.5rem);opacity:0}.Transition.slide-fade.backwards.animating>.from{animation:fade-in-backwards-opacity var(--slide-transition),slide-fade-in-backwards-move var(--slide-transition)}.Transition.slide-fade.backwards.animating>.to{animation:fade-out-backwards-opacity var(--slide-transition),slide-fade-out-backwards-move var(--slide-transition)}.Transition.zoom-fade>.from{transform-origin:center;transform:scale(1);opacity:1}.Transition.zoom-fade>.to{transform-origin:center;opacity:0}.Transition.zoom-fade.animating>.from{animation:fade-out-opacity .15s ease}.Transition.zoom-fade.animating>.to{animation:fade-in-opacity .15s ease,zoom-fade-in-move .15s ease}.Transition.zoom-fade.backwards>.from{transform:scale(1)}.Transition.zoom-fade.backwards>.to{transform:scale(.95)}.Transition.zoom-fade.backwards.animating>.from{animation:fade-in-backwards-opacity .1s ease,zoom-fade-in-backwards-move .15s ease}.Transition.zoom-fade.backwards.animating>.to{animation:fade-out-backwards-opacity .15s ease,zoom-fade-out-backwards-move .15s ease}.Transition.fade>.from{opacity:1}.Transition.fade>.to{opacity:0}.Transition.fade.animating>.from{animation:fade-out-opacity .15s ease}.Transition.fade.animating>.to{animation:fade-in-opacity .15s ease}.Transition.slide-layers{--background-color:var(--color-white);background:#000}.Transition.slide-layers>div{background:var(--background-color)}.Transition.slide-layers>.to{transform:translateX(100%)}.Transition.slide-layers.animating>.from{animation:slide-layers-out var(--layer-transition)}.Transition.slide-layers.animating>.to{animation:slide-in var(--layer-transition)}.Transition.slide-layers.backwards>.to{transform:translateX(-20%);opacity:.75}.Transition.slide-layers.backwards.animating>.from{animation:slide-in-backwards var(--layer-transition)}.Transition.slide-layers.backwards.animating>.to{animation:slide-layers-out-backwards var(--layer-transition)}.Transition.push-slide>div{background:#fff}.Transition.push-slide>.from{transform-origin:center;transform:scale(1);opacity:1}.Transition.push-slide>.from .custom-scroll{scrollbar-color:transparent!important}.Transition.push-slide>.from .custom-scroll::-webkit-scrollbar-thumb{background-color:initial!important}.Transition.push-slide>.to{transform:translateX(100%)}.Transition.push-slide.animating>.from{animation:push-out .3s ease-in-out}.Transition.push-slide.animating>.to{animation:slide-in-200 .3s ease-in-out}.Transition.push-slide.backwards>.to{transform:scale(.7)}.Transition.push-slide.backwards.animating>.from{animation:slide-in-200-backwards .3s ease-in-out}.Transition.push-slide.backwards.animating>.to{animation:push-out-backwards .3s ease-in-out}.Transition.reveal>.to{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}.Transition.reveal.animating>.to{animation:reveal-in .35s ease-in}.Transition.reveal.backwards>.from{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}.Transition.reveal.backwards>.to{-webkit-clip-path:none;clip-path:none}.Transition.reveal.backwards.animating>.from{animation:reveal-in-backwards .35s ease-out}.Transition.reveal.backwards.animating>.to{animation:none}@keyframes fade-in-opacity{0%{opacity:0}to{opacity:1}}@keyframes fade-out-opacity{0%{opacity:1}to{opacity:0}}@keyframes fade-in-backwards-opacity{0%{opacity:1}to{opacity:0}}@keyframes fade-out-backwards-opacity{0%{opacity:0}to{opacity:1}}@keyframes slide-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slide-out{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slide-in-backwards{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes slide-out-backwards{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes mv-slide-in{0%{transform:translateX(100vw)}to{transform:translateX(0)}}@keyframes mv-slide-out{0%{transform:translateX(0)}to{transform:translateX(-100vw)}}@keyframes mv-slide-in-backwards{0%{transform:translateX(0)}to{transform:translateX(100vw)}}@keyframes mv-slide-out-backwards{0%{transform:translateX(-100vw)}to{transform:translateX(0)}}@keyframes slide-fade-in-move{0%{transform:translateX(1.5rem)}to{transform:translateX(0)}}@keyframes slide-fade-out-move{0%{transform:translateX(0)}to{transform:translateX(-1.5rem)}}@keyframes slide-fade-in-backwards-move{0%{transform:translateX(0)}to{transform:translateX(1.5rem)}}@keyframes slide-fade-out-backwards-move{0%{transform:translateX(-1.5rem)}to{transform:translateX(0)}}@keyframes zoom-fade-in-move{0%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes zoom-fade-in-backwards-move{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes zoom-fade-out-backwards-move{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes slide-layers-out{0%{transform:translateX(0);opacity:1}to{transform:translateX(-20%);opacity:calc(1 - var(--layer-blackout-opacity))}}@keyframes slide-layers-out-backwards{0%{transform:translateX(-20%);opacity:calc(1 - var(--layer-blackout-opacity))}to{transform:translateX(0);opacity:1}}@keyframes push-out{0%{transform:scale(1);opacity:1}to{transform:scale(.7);opacity:0}}@keyframes push-out-backwards{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}@keyframes slide-in-200{0%{transform:translateX(200%)}to{transform:translateX(0)}}@keyframes slide-in-200-backwards{0%{transform:translateX(0)}to{transform:translateX(200%)}}@keyframes reveal-in{0%{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}@keyframes reveal-in-backwards{0%{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}to{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}}.Avatar{--color-user:var(--color-primary);flex:none;align-items:center;justify-content:center;width:3.375rem;height:3.375rem;background:linear-gradient(#fff -125%,var(--color-user));color:#fff;font-weight:700;display:flex;white-space:nowrap}.Avatar,.Avatar img:not(.emoji){border-radius:50%}.Avatar .emoji{width:1rem;height:1rem}.Avatar i{font-size:2.5rem}.Avatar.size-micro{width:1rem;height:1rem;font-size:.5125rem}.Avatar.size-micro .emoji{width:.5625rem;height:.5625rem}.Avatar.size-tiny{width:2rem;height:2rem;font-size:.875rem}.Avatar.size-tiny .emoji{width:.875rem;height:.875rem}.Avatar.size-small{width:2.125rem;height:2.125rem;font-size:.875rem}.Avatar.size-small .emoji{width:.875rem;height:.875rem}.Avatar.size-medium{width:2.75rem;height:2.75rem;font-size:1.1875rem}.Avatar.size-medium .emoji{width:1rem;height:1rem}.Avatar.size-large{font-size:1.3125rem}.Avatar.size-large i{font-size:3.5rem}.Avatar.size-large .emoji{width:1.3125rem;height:1.3125rem}.Avatar.size-jumbo{width:7.5rem;height:7.5rem;font-size:3.5rem}.Avatar.size-jumbo i{font-size:6rem}.Avatar.size-jumbo .emoji{width:3.5rem;height:3.5rem}.Avatar.online{position:relative}.Avatar.online:after{content:"";display:block;position:absolute;bottom:.05rem;right:.05rem;width:.875rem;height:.875rem;border-radius:50%;border:2px solid #fff;background-color:#0ac630;flex-shrink:0}.Avatar.interactive{cursor:pointer}.Avatar img:not(.emoji){width:100%;height:100%}.Avatar.color-bg-1{--color-user:var(--color-user-1)}.Avatar.color-bg-2{--color-user:var(--color-user-2)}.Avatar.color-bg-4{--color-user:var(--color-user-4)}.Avatar.color-bg-5{--color-user:var(--color-user-5)}.Avatar.color-bg-6{--color-user:var(--color-user-6)}.Avatar.color-bg-7{--color-user:var(--color-user-7)}.Avatar.color-bg-8{--color-user:var(--color-user-8)}.Avatar.saved-messages{--color-user:var(--color-primary)}.Avatar.deleted-account{--color-user:var(--color-gray)}.ProgressSpinner{position:relative;z-index:1;width:3.375rem;height:3.375rem;background:rgba(0,0,0,.25) url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjcxNyA5Ljc1TDE4LjMgMi4xNjdhLjY4NC42ODQgMCAxMC0uOTY3LS45NjdMOS43NSA4Ljc4MyAyLjE2NyAxLjJhLjY4NC42ODQgMCAxMC0uOTY3Ljk2N0w4Ljc4MyA5Ljc1IDEuMiAxNy4zMzNhLjY4NC42ODQgMCAxMC45NjcuOTY3bDcuNTgzLTcuNTgzIDcuNTgzIDcuNTgzYS42ODEuNjgxIDAgMDAuOTY3IDAgLjY4NC42ODQgMCAwMDAtLjk2N0wxMC43MTcgOS43NXoiIGZpbGw9IiNGRkYiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIuNzUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat 49% 49%;border-radius:50%;cursor:pointer}.ProgressSpinner.no-cross{background:transparent!important;pointer-events:none}.ProgressSpinner.square{background-image:none}.ProgressSpinner.square:after{content:"";position:absolute;width:.8125rem;height:.8125rem;border-radius:.125rem;background-color:#fff;left:50%;top:50%;transform:translate3d(-50%,-50%,0)}.ProgressSpinner.size-m,.ProgressSpinner.size-s{width:auto;height:auto;background:transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguMjE4IDcuNWw1LjYzMy01LjYzM2EuNTA4LjUwOCAwIDEwLS43MTgtLjcxOEw3LjUgNi43ODIgMS44NjcgMS4xNDlhLjUwOC41MDggMCAxMC0uNzE4LjcxOEw2Ljc4MiA3LjVsLTUuNjMzIDUuNjMzYS41MDguNTA4IDAgMTAuNzE4LjcxOEw3LjUgOC4yMThsNS42MzMgNS42MzNhLjUwNi41MDYgMCAwMC43MTggMCAuNTA4LjUwOCAwIDAwMC0uNzE4TDguMjE4IDcuNXoiIGZpbGw9IiNGRkYiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat 49% 49%}.ProgressSpinner.size-m.square,.ProgressSpinner.size-s.square{background-image:none;width:.75rem;height:.75rem}.ProgressSpinner.size-xl{width:3.25rem;height:3.25rem}.ProgressSpinner.size-xl svg{width:3rem;height:3rem;margin:.125rem}.ProgressSpinner.size-xl circle{stroke-width:3px}.ProgressSpinner.transparent{background-color:initial!important}.ProgressSpinner svg{display:block;transform:rotate(-90deg);transform-origin:50% 50%;animation:ProgressSpinnerAnimation 4s linear 0s infinite}.ProgressSpinner circle{transition:stroke-dashoffset .5s}@keyframes ProgressSpinnerAnimation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Modal{position:relative;z-index:var(--z-modal)}.Modal.confirm .modal-dialog,.Modal.delete .modal-dialog,.Modal.error .modal-dialog,.Modal.pin .modal-dialog,.Modal.unpin-all .modal-dialog{max-width:23rem}.Modal.narrow .modal-dialog{max-width:20rem}.Modal .modal-container{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center}.Modal .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:rgba(0,0,0,.25)}.Modal.transparent-backdrop .modal-backdrop{background-color:initial}.Modal .modal-dialog{position:relative;display:inline-flex;flex-direction:column;width:100%;max-width:35rem;min-width:17.5rem;margin:2rem auto;background-color:#fff;box-shadow:0 .25rem .5rem .1rem hsla(0,0%,44.7%,.25);border-radius:var(--border-radius-default);transform:translate3d(0,-1rem,0);transition:transform .2s ease,opacity .2s ease}body.animation-level-0 .Modal .modal-dialog{transition:none;transform:none!important}@media (max-width:450px){.Modal .modal-dialog{max-width:calc(100vw - 3rem)!important}}.Modal.open .modal-dialog{transform:translateZ(0)}.Modal.closing .modal-dialog{transform:translate3d(0,1rem,0)}.Modal .modal-header,.Modal .modal-header-condensed{padding:1rem 1rem 0;display:flex;align-items:center;flex-shrink:0}.Modal .modal-title{font-size:1.25rem;font-weight:500;flex:1 1 auto;text-align:left;overflow:hidden;text-overflow:ellipsis}.Modal .modal-title:not(:only-child){margin:0 1.3125rem}.Modal .modal-header-condensed{padding:.5rem 1.25rem 0 .9375rem!important}.Modal .modal-header-condensed .modal-action-button{font-size:.875rem;height:2.25rem;width:auto;line-height:1.625rem;margin-left:auto;padding-left:1.25rem;padding-right:1.25rem;min-width:5rem}.Modal .modal-content{width:100%;flex-grow:1;padding:1rem;overflow-y:auto}.Modal .modal-content b,.Modal .modal-content strong{word-break:break-word}.Modal .dialog-buttons{display:flex;align-items:flex-end}.Modal .dialog-buttons .confirm-dialog-button+.confirm-dialog-button{margin-left:1rem}.Modal .confirm-dialog-button{width:auto;height:auto;margin-left:auto;text-align:right;font-weight:500}.ListItem{position:relative}.ListItem .ListItem-button{width:100%;background-color:var(--background-color);ackground:none;border:none!important;box-shadow:none!important;outline:none!important;display:flex;padding:1rem;position:relative;overflow:hidden;line-height:1.5rem;white-space:nowrap;color:var(--color-text);border-radius:var(--border-radius-default);--ripple-color:rgba(0,0,0,0.08)}.ListItem .ListItem-button>i{font-size:1.5rem;margin-right:2rem;color:var(--color-text-secondary)}.ListItem.disabled{pointer-events:none}.ListItem.disabled .ListItem-button{opacity:.5}.ListItem:not(.disabled) .ListItem-button{cursor:pointer}.ListItem:not(.disabled) .ListItem-button:focus,body:not(.is-ios) .ListItem:not(.disabled) .ListItem-button:hover{--background-color:var(--color-chat-hover)}@media (min-width:600px){.ListItem:not(.has-ripple) .ListItem-button:active,body.animation-level-0 .ListItem .ListItem-button:active{--background-color:var(--color-chat-active)!important}}.ListItem.has-menu-open .ListItem-button{--background-color:var(--color-chat-hover)}.ListItem.narrow{margin-bottom:.75rem}.ListItem.narrow .ListItem-button{padding:.5rem 1rem}.ListItem.inactive{pointer-events:none}.ListItem.focus{--background-color:var(--color-chat-hover)}.ListItem.destructive .ListItem-button{color:var(--color-error)}.ListItem.destructive .ListItem-button i{color:inherit}.ListItem-context-menu{position:absolute}.ListItem-context-menu .bubble{width:auto}.ListItem-context-menu .bubble .MenuItem button{padding-left:1rem!important;padding-right:2rem!important}.ListItem.chat-item-clickable{margin:0 -.5rem}.ListItem.chat-item-clickable .ListItem-button{padding:.5625rem .6975rem .5625rem .5625rem}@media (max-width:600px){.ListItem.chat-item-clickable:not(.force-rounded-corners){margin:0}.ListItem.chat-item-clickable:not(.force-rounded-corners) .ListItem-button{border-radius:0}}.ListItem.chat-item-clickable .Avatar{flex-shrink:0;margin-right:.5rem}.ListItem.chat-item-clickable .info{flex-grow:1;overflow:hidden}.ListItem.chat-item-clickable .subtitle,.ListItem.chat-item-clickable .title{overflow:hidden;display:flex;justify-content:flex-start;align-items:center}.ListItem.chat-item-clickable .last-message,.ListItem.chat-item-clickable .status,.ListItem.chat-item-clickable .typing-status,.ListItem.chat-item-clickable h3{font-size:1rem;line-height:1.6875rem;margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}.ListItem.chat-item-clickable .title h3{font-weight:500}.ListItem.chat-item-clickable .title .VerifiedIcon{width:1.25rem;height:1.25rem;margin-left:.25rem}.ListItem.chat-item-clickable .title .emoji{vertical-align:text-bottom;background-position:0 0;flex-shrink:0}.ListItem.chat-item-clickable .contact-phone,.ListItem.chat-item-clickable .contact-username{font-size:.875rem;line-height:1.25rem;color:var(--color-text-secondary)}.ListItem.chat-item-clickable .ChatInfo{display:flex;align-items:center;flex-grow:1;overflow:hidden}.ListItem.chat-item-clickable .ChatInfo .status,.ListItem.chat-item-clickable .ChatInfo .typing-status{font-size:.875rem;line-height:1.25rem;color:var(--color-text-secondary)}.ListItem.chat-item-clickable .ChatInfo .status.online,.ListItem.chat-item-clickable .ChatInfo .typing-status.online{color:var(--color-primary)}.ListItem.search-result-message .title{padding-right:.15rem}.ListItem.search-result-message h3{max-width:80%}.ListItem.search-result-message .subtitle,.ListItem.search-result-message h3{font-size:1rem;line-height:1.5rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}.ListItem.search-result-message .LastMessageMeta{margin-left:auto;margin-right:0}.ListItem.search-result-message .subtitle{color:var(--color-text-secondary);margin-right:2rem}.ListItem.search-result-message .subtitle .matching-text-highlight{color:var(--color-text);background:#cae3f7;border-radius:.25rem;padding:0 .125rem}.ListItem.picker-list-item{margin:0}.ListItem.picker-list-item .ListItem-button{padding-left:0;display:flex;align-items:center}.ListItem.picker-list-item .Avatar{width:3rem;height:3rem}.ListItem.picker-list-item .Checkbox{flex-shrink:0;height:1.5rem;margin:0;padding-left:4rem}.ListItem .multiline-item{white-space:normal}.ListItem .multiline-item .subtitle,.ListItem .multiline-item .title{display:block;text-align:left}.ListItem .multiline-item .title{line-height:1.25rem}.ListItem .multiline-item .subtitle{font-size:.875rem;line-height:1.5rem;color:var(--color-text-secondary)}.ListItem .multiline-item .subtitle+.subtitle{margin-top:-.25rem}.ListItem .multiline-item .subtitle.black{color:var(--color-text)}.VerifiedIcon{display:inline-block;flex-shrink:0;width:1.5rem;height:1.5rem;background-image:url(icon-verified.a2a4fb48197a45cb301b64e39d1a8427.svg);background-repeat:no-repeat;background-size:100%;background-position:50%}.typing-status{display:flex;align-items:baseline}.typing-status .sender-name:after{content:"\00a0is\00a0";color:var(--color-text-secondary)}.typing-status .ellipsis{display:flex;width:1rem;overflow:hidden}.typing-status .ellipsis:after{content:"...";animation:typing-animation 1s steps(4,start) infinite}@keyframes typing-animation{0%{transform:translateX(-1rem)}}.Notification-container{position:relative;width:24rem;max-width:100vw;margin:.25rem auto;z-index:var(--z-notification)}@media (min-width:1276px){.Notification-container{transition:transform var(--layer-transition)}body.is-right-column-shown .Notification-container{transform:translate3d(calc(var(--right-column-width)/-2),0,0)}}.Notification-container:first-of-type{margin-top:4.25rem}.has-header-tools .Notification-container:first-of-type{margin-top:7.375rem}.Notification{background:rgba(32,32,32,.8) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiNGRkYiIGN4PSIxMiIgY3k9IjEyIiByPSIxMiIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJub256ZXJvIiBjeD0iMTIiIGN5PSI2LjUiIHI9IjEuNSIvPjxwYXRoIGQ9Ik0xMiA5LjVjLS41NTIgMC0xIC4zNy0xIC44MjZ2Ny4zNDhjMCAuNDU2LjQ0OC44MjYgMSAuODI2czEtLjM3IDEtLjgyNnYtNy4zNDhjMC0uNDU2LS40NDgtLjgyNi0xLS44MjZ6IiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L2c+PC9zdmc+") no-repeat .9375rem 50%;background-size:1.5rem;border-radius:var(--border-radius-default);padding:.9375rem .9375rem .9375rem 3.375rem;color:#fff;margin:0 .5rem}.Notification .text-entity-link,.Notification .text-entity-link:active,.Notification .text-entity-link:hover{color:#fff!important;text-decoration:underline}.Notification .content{line-height:1.25;word-break:break-word;font-size:.9375rem}.Tab{flex:1 1 auto;-webkit-appearance:none;appearance:none;background:none;width:auto;margin:0;border:none;padding:.625rem .25rem;font-weight:500;color:var(--color-text-secondary);cursor:pointer;border-top-left-radius:var(--border-radius-messages-small);border-top-right-radius:var(--border-radius-messages-small)}.Tab,.Tab:active,.Tab:focus{outline:none}.Tab.active{pointer-events:none;cursor:default;color:var(--color-primary)}.Tab.active i{opacity:1}.Tab:not(.active):hover{background:rgba(var(--color-text-secondary-rgb),.08)}.Tab>span{position:relative;display:inline-flex;align-items:center}.Tab .badge{min-width:1.25rem;height:1.25rem;margin-left:.5rem;background:var(--color-gray);border-radius:.75rem;padding:0 .3125rem;color:#fff;font-size:.875rem;line-height:1.25rem;font-weight:500;text-align:center;flex-shrink:0}.Tab .badge.active{background:var(--color-primary)}.Tab i{position:absolute;bottom:calc(-.625rem - 1px);left:0;opacity:0;background-color:var(--color-primary);height:.1875rem;width:100%;border-radius:.1875rem .1875rem 0 0;pointer-events:none;padding-right:.5rem;margin-left:-.25rem;box-sizing:initial;transform-origin:left}.Tab i.animate{transition:transform var(--slide-transition)}body.animation-level-0 .Tab i.animate{transition:none!important}.TabList{position:sticky;top:0;flex-shrink:0;display:flex;justify-content:space-between;align-items:flex-end;font-size:.875rem;flex-wrap:nowrap;box-shadow:0 2px 2px hsla(0,0%,44.7%,.17);background-color:#fff;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scrollbar-color:transparent}.TabList::-webkit-scrollbar{height:0}.TabList::-webkit-scrollbar-thumb{background-color:transparent}.DeleteChatModal .modal-dialog{max-width:20rem}.DeleteChatModal .modal-header{padding:1.125rem 1.25rem 0}.DeleteChatModal .modal-title:not(:only-child){margin:0 0 0 .75rem}.DeleteChatModal .modal-content{padding:.5rem 1.25rem}.DeleteChatModal .confirm-dialog-button{margin-right:-.625rem}.Link,.Link:hover{color:inherit}.SearchInput{position:relative;width:100%;color:rgba(var(--color-text-secondary-rgb),.5);background-color:var(--color-chat-hover);border:2px solid var(--color-chat-hover);border-radius:1.375rem;transition:border-color .15s ease}.SearchInput.with-picker-item{display:flex}.SearchInput.with-picker-item .icon-search{display:none}.SearchInput.with-picker-item input{padding-left:.5rem}.SearchInput.has-focus{border-color:var(--color-primary);caret-color:var(--color-primary);background-color:#fff}.SearchInput.has-focus input+i{color:var(--color-primary)}.SearchInput input{height:2.5rem;margin-bottom:0;border:none!important;border-radius:1.375rem;background-color:initial!important;box-shadow:none!important;padding:calc(.4375rem - var(--border-width)) calc(2.625rem - var(--border-width)) calc(.5rem - var(--border-width)) calc(2.625rem - var(--border-width))}.SearchInput input::placeholder{color:var(--color-placeholders)}.SearchInput>i{position:absolute;top:.5rem;left:.75rem;font-size:1.5rem}.SearchInput .Loading{position:absolute;top:.5rem;right:.5rem;height:1.5rem}.SearchInput .Loading .Spinner{--spinner-size:1.5rem}.SearchInput .Button{position:absolute;top:.125rem;right:.125rem;font-size:1rem}@media (max-width:600px){.SearchInput input{height:2.5rem;border-radius:1.25rem;padding-left:calc(2.625rem - var(--border-width))}.SearchInput i{top:.5rem}}.PickerSelectedItem{display:flex;align-items:center;background:var(--color-chat-hover);height:2rem;min-width:2rem;margin-left:.5rem;margin-bottom:.5rem;padding-right:1rem;border-radius:1rem;cursor:pointer;position:relative;overflow:hidden;flex-shrink:1;transition:background-color .15s ease;max-width:calc(50% - .5rem)}.PickerSelectedItem.minimized{padding-right:0}.PickerSelectedItem:hover{background-color:var(--color-chat-active)}.PickerSelectedItem.closeable:hover{background-color:rgba(var(--color-error-rgb),.16)}.PickerSelectedItem.closeable:hover .item-remove{opacity:1}.PickerSelectedItem.closeable:hover .Avatar,.PickerSelectedItem.closeable:hover .item-icon{opacity:0}.PickerSelectedItem.search-date .item-remove{background:var(--color-primary)}.PickerSelectedItem.search-date:hover{background:var(--color-chat-hover)}.PickerSelectedItem.search-date .item-name{font-size:.875rem}.SearchInput .PickerSelectedItem{flex:1 0 auto;position:relative;top:.25rem;left:-.125rem;color:var(--color-text-secondary)}.PickerSelectedItem .Avatar,.PickerSelectedItem .item-icon{width:2rem;height:2rem;opacity:1;flex-shrink:0;transition:opacity .15s ease}.PickerSelectedItem .Avatar i,.PickerSelectedItem .item-icon i{font-size:2rem}.PickerSelectedItem .item-icon{display:flex;align-items:center;justify-content:center;padding:.375rem;border-radius:50%;background-color:var(--color-primary);color:#fff}.PickerSelectedItem .item-icon i{font-size:1.25rem;position:relative;top:-1px}.PickerSelectedItem .item-name{margin-left:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PickerSelectedItem .item-name .emoji.emoji-small{width:1.125rem;height:1.125rem;background-size:1.125rem;vertical-align:-2px}.PickerSelectedItem .item-remove{position:absolute;left:0;top:0;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--color-error);font-size:1.5rem;color:#fff;opacity:0;transition:opacity .15s ease}.MessageOutgoingStatus{position:relative;width:1.19rem;height:1.19rem;overflow:hidden;display:inline-block;line-height:1;font-size:1.1875rem}.MessageOutgoingStatus i{background:var(--background-color)}.MessageOutgoingStatus .icon-message-succeeded{padding-left:.13rem}.MessageOutgoingStatus .Transition{width:100%;height:100%}.LastMessageMeta{margin-right:.2rem;padding:.3rem 0 .15rem;flex-shrink:0;font-size:.75rem;line-height:1;display:flex;align-items:center}.LastMessageMeta .MessageOutgoingStatus{color:var(--color-text-green);margin-right:.1rem;font-size:1.15rem}.LastMessageMeta .time{color:var(--color-text-meta);line-height:1.15rem}.Badge-transition{transform:scale(1);opacity:1;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.Badge-transition:not(.open){transform:scale(0);opacity:0}.Badge-transition:not(.shown){display:none}.Badge-transition.closing{transition:transform .2s ease-out,opacity .2s ease-out}.Badge-wrapper{display:flex;margin-left:1.5rem}.Badge-wrapper .Badge{margin-left:.5rem}.Badge{min-width:1.5rem;height:1.5rem;background:var(--color-gray);border-radius:.75rem;padding:0 .45rem;color:#fff;font-size:.875rem;line-height:1.5rem;font-weight:500;text-align:center;flex-shrink:0}.Badge.mention,.Badge.unread:not(.muted){background:var(--color-green)}.Badge.pinned{width:1.5rem;padding:0}.Badge.pinned i{font-size:1.5rem}.Badge.mention{width:1.5rem;padding:.25rem}.Badge.mention i{font-size:1rem;vertical-align:super}.Chat{--background-color:#fff;position:absolute;top:0;left:0;margin:0;width:100%}.Chat.animate-opacity{will-change:opacity;transition:opacity .2s ease-out}.Chat.animate-transform{will-change:transform;transition:transform .2s ease-out}.Chat.ListItem.has-menu-open .Avatar.online:after,.Chat.selected .Avatar.online:after,.Chat:hover .Avatar.online:after{border-color:var(--color-chat-hover)}.Chat.selected{--background-color:var(--color-chat-hover)}.Chat .info .subtitle,.Chat .info .title{padding-right:.15rem}.Chat .info h3{width:auto;max-width:80%}.Chat .info .icon-muted-chat{font-size:1.2rem;margin-left:.25rem;margin-top:-.1rem;color:#c6c8ca}.Chat .info .LastMessageMeta{margin-left:auto}.Chat .info .last-message,.Chat .info .typing-status{padding-right:.25rem;flex-grow:1;color:var(--color-text-secondary)}.Chat .info .last-message .sender-name,.Chat .info .typing-status .sender-name{color:var(--color-text)}.Chat .info .last-message .draft,.Chat .info .typing-status .draft{color:var(--color-error)}.Chat .info .last-message .draft:after,.Chat .info .last-message .sender-name:after{content:": "}.Chat .info .last-message .media-preview{position:relative}.Chat .info .last-message img{width:1.25rem;height:1.25rem;object-fit:cover;border-radius:.125rem;vertical-align:-.25rem;margin-right:.25rem}.Chat .info .last-message .emoji-small{width:1rem;height:1rem;vertical-align:-.125rem}.Chat .info .last-message .icon-play{font-size:.75rem;color:#fff;position:absolute;left:.25rem;top:.1875rem}.DropTarget{border-radius:var(--border-radius-default);background:#fff;padding:1.25rem;flex:1 1 auto;width:100%;max-width:43.75rem;margin-left:auto;margin-right:auto;margin-bottom:.3125rem;display:flex;color:#a4acb3;box-shadow:0 1px 2px hsla(0,0%,44.7%,.25)}@media (max-height:350px){.DropTarget{padding:.75rem}}.DropTarget.hovered .target-content{color:#63a2e3;background-image:var(--drag-target-border-hovered)}.DropTarget+.DropTarget{margin-top:.3125rem}.DropTarget:last-child{margin-bottom:0}.DropTarget .target-content{pointer-events:none;background-image:var(--drag-target-border);border-radius:.5rem;flex:1 1 100%;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:color .2s,background .2s}.DropTarget .icon{font-size:6.25rem;line-height:4.6875rem;margin-bottom:2.25rem}@media (max-height:520px){.DropTarget .icon{font-size:4.25rem;line-height:3.5rem;margin-bottom:1rem}}@media (max-height:450px){.DropTarget .icon{font-size:2rem;line-height:1rem;margin-bottom:.5rem;margin-top:.25rem}}.DropTarget .title{font-size:1.3125rem;font-weight:500;letter-spacing:-.18px}@media (max-height:450px){.DropTarget .title{font-size:1rem}}.DropTarget .description{font-size:1rem;letter-spacing:.3px}@media (max-height:450px){.DropTarget .description{font-size:.875rem}}.DropArea{position:absolute;top:0;right:0;left:0;height:100vh;z-index:var(--z-drop-area);padding:80px 20px 20px;display:flex;flex-direction:column}#Main.right-column-open .DropArea{max-width:calc(100% - var(--right-column-width))}.File{--secondary-color:var(--color-text-secondary);display:flex;align-items:center}.Message.own .File{--secondary-color:var(--color-text-green)}.content-inner .File{min-width:14rem}.File .file-icon-container{position:relative}.File .file-icon,.File .file-preview,.File .file-progress{width:3.375rem;height:3.375rem;margin-right:.75rem;border-radius:var(--border-radius-messages-small);background:var(--color-primary);display:flex;align-items:center;justify-content:center}.File .file-progress{position:absolute;top:0;left:0}.File .file-icon{padding:1rem .75rem .5rem;align-items:flex-end;flex-shrink:0;position:relative;color:#fff}.File .file-icon .file-ext{font-size:1rem;font-weight:500;transition:opacity .15s}.File .file-icon:after{content:"";display:block;position:absolute;top:0;right:0;border-bottom-left-radius:.25rem;background:rgba(0,0,0,.25);border-left:0 solid var(--background-color);border-bottom:1.125rem solid transparent;border-right:1.125rem solid var(--background-color);border-top:0 solid transparent;transition:border-width .15s ease-in}.File .file-preview{background:transparent;overflow:hidden}.File .file-preview+.file-progress,.File .file-preview+.icon-download{background:rgba(0,0,0,.5);border-radius:var(--border-radius-messages-small)}.File .file-preview img{object-fit:cover}.File .icon-download{color:#fff;font-size:1.5rem;position:absolute;top:0;left:0;width:3.375rem;height:3.375rem;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s}.File.interactive .file-icon-container{cursor:pointer}.File.interactive .file-icon-container:hover .file-icon:after{border-width:0}.File.interactive .file-icon-container:hover .icon-download{opacity:1}.File.interactive .file-icon-container:hover .file-ext,.File.interactive .file-icon-container:hover .icon-download.hidden{opacity:0}.File .file-info{margin-top:.1875rem;margin-right:.125rem;white-space:nowrap;overflow:hidden;flex-grow:1}.File .file-info+.Link{font-size:.75rem;color:var(--color-text-secondary);padding-left:1rem;white-space:nowrap}.File .file-title{font-size:1rem;line-height:1.5rem;font-weight:500;overflow:hidden;text-overflow:ellipsis}.File .file-title .emoji{vertical-align:-4px}.File .file-subtitle{font-size:.875rem;line-height:.9375rem;color:var(--secondary-color);max-width:100%;overflow:hidden;text-overflow:ellipsis}.File .file-subtitle span+span:before{content:"\00a0\2022\00a0"}.File.smaller{--background-color:#fff;--border-radius-messages-small:.3125rem}.File.smaller .file-icon,.File.smaller .file-preview,.File.smaller .file-progress,.File.smaller .icon-download{width:3rem;height:3rem}.File.smaller .file-icon{padding-bottom:.375rem}.File.smaller .file-icon:after{border-width:0 1rem 1rem 0}.File.smaller .file-info{margin-top:-.125rem}.File.smaller .file-title{font-weight:400}.File.smaller .file-subtitle{line-height:1rem}.File .file-icon.red,.File .file-progress.red{background-color:var(--color-error)}.File .file-icon.orange,.File .file-progress.orange{background-color:var(--color-warning)}.File .file-icon.green,.File .file-progress.green{background-color:var(--color-text-green)}.Audio{display:flex;align-items:flex-start}.Audio.media-inner{overflow:visible}.Audio.own{--color-text-secondary:var(--accent-color);--color-interactive-active:var(--color-text-green);--color-interactive-inactive:rgba(var(--color-text-green-rgb),0.4);--color-interactive-buffered:rgba(var(--color-text-green-rgb),0.4)}.Audio.own .Button{--color-primary:var(--color-text-green);--color-primary-shade:var(--color-green);--color-primary-shade-darker:var(--color-green-darker);--color-white:var(--color-background-own)}.Audio .toggle-play{margin-right:.5rem}.Audio .toggle-play.smaller{width:3rem;height:3rem;margin-right:.75rem}.Audio .toggle-play.smaller i{font-size:1.625rem;margin-top:-.025rem}.Audio .toggle-play i{position:absolute}.Audio .toggle-play i.icon-play{margin-left:.125rem}@media (max-width:600px){.Audio .toggle-play i.icon-play{margin-left:.0625rem}}.Audio .toggle-play .icon-pause,.Audio .toggle-play .icon-play{opacity:1;transform:scale(1);transition:opacity .4s,transform .6s cubic-bezier(.34,1.56,.64,1)}.Audio .toggle-play.loading .icon-pause,.Audio .toggle-play.loading .icon-play,.Audio .toggle-play.pause .icon-play,.Audio .toggle-play.play .icon-pause{opacity:0;transform:scale(.5)}.Audio .content{align-self:center;min-width:0;flex-grow:1}.Audio .content-row{display:flex;justify-content:space-between}.Audio .title{font-weight:500;margin:0;line-height:1.25;overflow:hidden;text-overflow:ellipsis}.Audio .voice-duration{margin:.25rem 0 0;font-size:.875rem;color:var(--color-text-secondary)}.Audio .voice-duration span{margin-left:.25rem;font-size:1.5rem;line-height:.875rem;vertical-align:middle}.Audio:not(.own) .voice-duration span{color:var(--color-primary)}.Audio .waveform{cursor:pointer;margin-left:1px}.Audio .date,.Audio .meta,.Audio .performer{font-size:.875rem;line-height:1;color:var(--color-text-secondary);margin:0}.Audio .duration{margin:.1875rem 0 0;font-size:.875rem;color:var(--color-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Audio .seekline{width:calc(100% - 2px);padding-left:6px;margin-bottom:.3125rem;height:12px;position:relative;margin-left:-6px;top:1px;cursor:pointer}.Audio .seekline:before{content:"";position:absolute;width:100%;left:6px;top:6px;height:2px;background-color:var(--color-interactive-inactive);border-radius:2px}.Audio .seekline-buffered-progress,.Audio .seekline-play-progress{position:absolute;height:2px;border-radius:2px;overflow:hidden;width:100%;top:6px;left:6px}.Audio .seekline-buffered-progress i,.Audio .seekline-play-progress i{position:absolute;width:100%;background-color:var(--color-interactive-active);height:2px;border-radius:2px;right:100%}.Audio .seekline-buffered-progress i{background-color:var(--color-interactive-buffered)!important}.Audio .seekline-thumb{position:absolute;width:100%;top:7px;left:0}.Audio .seekline-thumb i{pointer-events:none;position:absolute;width:100%;right:100%}.Audio .seekline-thumb i:after{content:"";position:absolute;top:-6px;right:-12px;width:12px;height:12px;border-radius:6px;background:var(--color-interactive-active)}.Audio.bigger .content{margin-top:.1875rem}.Audio.bigger .title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;line-height:1.5rem}.Audio.bigger .date,.Audio.bigger .meta,.Audio.bigger .performer{line-height:1.0625rem}.Audio.bigger .seekline{top:2px;margin-bottom:.5rem}.Audio.bigger .duration{line-height:1rem}.Audio.bigger .media-loading{top:.1875rem;left:.1875rem}.Audio .ProgressSpinner.size-s svg{width:2.25rem;height:2.25rem}.AnimatedEmoji{margin-bottom:.75rem}.AnimatedEmoji img{width:100%;height:100%}.Radio{display:block;position:relative;padding-left:4.5rem;text-align:left;margin-bottom:1.5rem;line-height:1.5rem;cursor:pointer}.Radio.disabled{pointer-events:none;opacity:.5}.Radio.hidden-widget{cursor:default}.Radio.hidden-widget .Radio-main:after,.Radio.hidden-widget .Radio-main:before{visibility:hidden}.Radio>input{position:absolute;z-index:var(--z-below);opacity:0}.Radio .Radio-main:after,.Radio .Radio-main:before{content:"";display:block;position:absolute;left:1.0625rem;top:50%;width:1.25rem;height:1.25rem;transform:translateY(-50%)}.Radio .Radio-main:before{border:2px solid var(--color-borders);border-radius:50%;background-color:#fff;opacity:1;transition:border-color .1s ease,opacity .1s ease}.Radio .Radio-main:after{left:1.375rem;width:.625rem;height:.625rem;border-radius:50%;background:var(--color-primary);opacity:0;transition:opacity .1s ease}.Radio .Radio-main .label{display:block;word-break:break-word}.Radio .Radio-main .subLabel{display:block;font-size:.875rem;line-height:1rem;color:var(--color-text-secondary)}.Radio input:checked~.Radio-main:before{border-color:var(--color-primary)}.Radio input:checked~.Radio-main:after{opacity:1}.Radio.loading .Radio-main:after,.Radio.loading .Radio-main:before{opacity:0!important}.Radio.loading .Spinner{position:absolute;left:1.0625rem;top:50%;transform:translateY(-50%);opacity:0;animation:fade-in .2s ease forwards;--spinner-size:1.25rem}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.TextFormatter{transform:translate(-50%,-3.25rem)}.TextFormatter,.TextFormatter-link-control{position:absolute;background:#fff;border-radius:var(--border-radius-messages);padding:.5rem .375rem;box-shadow:0 1px 2px hsla(0,0%,44.7%,.25)}.TextFormatter-link-control{left:0;top:0;opacity:0;pointer-events:none;transition:opacity .3s ease}@media (max-width:600px){.TextFormatter-link-control{max-width:calc(100vw - var(--text-formatter-left) + 3rem)}}.TextFormatter-link-control input{border:none!important;outline:none!important;width:100%}.TextFormatter-buttons,.TextFormatter-link-url-confirm{display:flex;flex-wrap:nowrap;align-items:center}.TextFormatter-divider{width:1px;height:1.75rem;margin:0 .25rem;background-color:var(--color-borders)}.TextFormatter-link-url-input-wrapper{width:20rem;position:relative}@media (max-width:600px){.TextFormatter-link-url-input-wrapper{max-width:90vw}}.TextFormatter-link-url-input-wrapper:after,.TextFormatter-link-url-input-wrapper:before{content:"";display:block;position:absolute;top:0;bottom:0;width:1rem;z-index:2;opacity:0;transition:opacity .2s ease}.TextFormatter-link-url-input-wrapper:before{left:0;background:linear-gradient(90deg,#fff .25rem,transparent 1rem)}.TextFormatter-link-url-input-wrapper:after{right:0;background:linear-gradient(270deg,#fff .25rem,transparent 1rem)}.TextFormatter-link-url-input-wrapper.mask-left:before,.TextFormatter-link-url-input-wrapper.mask-right:after{opacity:1}.TextFormatter-link-url-confirm{flex-shrink:0;opacity:0;transition:opacity .3s ease}.TextFormatter-link-url-confirm.shown{opacity:1}.TextFormatter.link-control-shown .TextFormatter-link-control{opacity:1;pointer-events:all}.TextFormatter .Button{width:2rem;height:2rem;padding:.25rem;font-size:1.5rem;margin:0 .125rem;border-radius:var(--border-radius-messages-small);flex-shrink:0;cursor:pointer}.TextFormatter .Button.active{background-color:var(--color-primary)!important;color:#fff}.TextFormatter .Button.disabled{opacity:.5;pointer-events:none}.Media{height:0;padding-bottom:100%;overflow:hidden;position:relative;cursor:pointer}.Media .video-duration{position:absolute;left:.25rem;top:.25rem;background:rgba(0,0,0,.25);color:#fff;font-size:.75rem;padding:0 .3125rem;border-radius:.1875rem;line-height:1.125rem}.Media img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.WebLink{min-height:3rem;padding:.25rem 0 0 3.75rem;font-size:.875rem;line-height:1.125rem;position:relative}.WebLink+.WebLink{margin-top:1.5rem}.WebLink.without-photo:before{content:attr(data-initial);background-color:var(--color-webpage-initial-background);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius-messages-small);text-transform:uppercase;font-weight:500;font-size:1.5rem}.WebLink .Media,.WebLink.without-photo:before{width:3rem;height:3rem;position:absolute;left:0;top:0}.WebLink .Media{cursor:default!important;padding-bottom:unset!important;border-radius:var(--border-radius-messages-small)!important}.WebLink .site-description,.WebLink .site-name,.WebLink .site-title{word-break:break-word}.WebLink .site-name{display:block;color:var(--color-links);font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.WebLink .site-title{font-size:1rem;font-weight:400;margin-bottom:.0625rem;line-height:1.3125rem}.WebLink .sender-name,.WebLink .site-description{margin-bottom:0;color:var(--color-text-secondary);line-height:1.125rem;max-height:2.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.WebLink .sender-name{margin-top:.25rem}.WebLink .site-description .emoji{width:1rem!important;height:1rem!important}.NothingFound{display:flex;align-items:center;justify-content:center;color:var(--color-text-meta)}.NothingFound .AnimatedSticker{margin:0 auto} \ No newline at end of file diff --git a/dist/0.afac8d72f69ea3849b65.js b/dist/0.afac8d72f69ea3849b65.js new file mode 100644 index 000000000..54251adee --- /dev/null +++ b/dist/0.afac8d72f69ea3849b65.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[0],Array(90).concat([function(e,t,n){"use strict";var a=n(0),r=n(10),c=n(29);t.a=()=>{const e=Object(c.a)();return Object(a.n)(()=>r.a(e),[e]),r.b}},function(e,t,n){"use strict";var a=n(0),r=n(7),c=n(8),s=n(129),i=n(160),o=n(32),l=n(46),u=n(31);n(191);t.a=e=>{const{ref:t,icon:n,className:d,style:m,children:h,disabled:b,ripple:f,narrow:p,inactive:g,contextActions:O,focus:v,destructive:j,onClick:E}=e;let y=Object(a.q)(null);t&&(y=t);const{isContextMenuOpen:N,contextMenuPosition:C,handleBeforeContextMenu:T,handleContextMenu:M,handleContextMenuClose:w,handleContextMenuHide:L}=Object(s.a)(y,!O),S=Object(a.m)(()=>y.current,[]),I=Object(a.m)(()=>y.current.closest(".custom-scroll"),[]),k=Object(a.m)(()=>y.current.querySelector(".ListItem-context-menu .bubble"),[]),{positionX:A,positionY:x,style:D}=Object(i.a)(C,S,I,k),_=Object(a.m)(e=>{!b&&E&&E(e)},[b,E]),R=Object(a.m)(e=>{g||r.k||(!O||2!==e.button&&E||T(e),0===e.button&&(E?_(e):M(e)))},[g,O,E,T,M,_]),P=Object(c.a)("ListItem no-selection",d,f&&"has-ripple",p&&"narrow",b&&"disabled",g&&"inactive",C&&"has-menu-open",v&&"focus",j&&"destructive");return a.a.createElement("div",{ref:y,className:P,style:m},a.a.createElement("div",{className:"ListItem-button",role:"button",tabIndex:0,onClick:!g&&r.k?_:void 0,onMouseDown:R,onContextMenu:!g&&O?M:void 0},n&&a.a.createElement("i",{className:"icon-"+n}),h,!b&&!g&&f&&a.a.createElement(o.a,null)),O&&void 0!==C&&a.a.createElement(l.a,{isOpen:N,positionX:A,positionY:x,style:D,className:"ListItem-context-menu",autoClose:!0,onClose:w,onCloseAnimationEnd:L},O.map(e=>a.a.createElement(u.a,{key:e.title,icon:e.icon,destructive:e.destructive,disabled:!e.handler,onClick:e.handler},e.title))))}},function(e,t,n){"use strict";n.d(t,"a",(function(){return s})),n.d(t,"c",(function(){return i})),n.d(t,"b",(function(){return o}));var a=n(0),r=n(9),c=n(42);function s({rootRef:e,throttleMs:t,debounceMs:n,shouldSkipFirst:s,margin:i,threshold:o,isDisabled:l},u){const d=Object(a.q)(),m=Object(a.q)(),h=Object(a.q)(),b=Object(a.q)();m.current=u;const f=Object(a.m)(()=>{h.current=!0},[]),p=Object(a.m)(()=>{h.current=!1,b.current&&(b.current(),b.current=void 0)},[]);Object(c.a)(f,p),Object(a.n)(()=>{if(!l)return()=>{d.current&&(d.current.observer.disconnect(),d.current.callbacks.clear(),d.current=void 0)}},[l]);return{observe:Object(a.m)((a,c)=>{d.current||function(){const a=new Map,c=new Map,l=()=>{const e=Array.from(c.values());e.forEach(t=>{const n=a.get(t.target);n&&n(t,e)}),m.current&&m.current(e),c.clear()},u=t?r.g:n?r.a:void 0,f=u?u(l,t||n,!s):l,p=new IntersectionObserver(e=>{e.forEach(e=>{c.set(e.target,e)}),h.current?b.current=()=>{f()}:f()},{root:e.current,rootMargin:i?i+"px":void 0,threshold:o});d.current={observer:p,callbacks:a}}();const l=d.current;return l.observer.observe(a),c&&l.callbacks.set(a,c),()=>{c&&l.callbacks.delete(a),l.observer.unobserve(a)}},[l]),freeze:f,unfreeze:p}}function i(e,t,n){Object(a.n)(()=>t?t(e.current,n):void 0,[])}function o(e,t,n){const[r,c]=Object(a.r)(!t);return i(e,t,e=>{c(e.isIntersecting),n&&n(e)}),r}},function(e,t,n){"use strict";var a=n(0),r=n(2),c=n(18),s=n(6),i=n(4),o=n(34),l=n(3),u=n(90),d=n(96),m=n(128),h=n(144);t.a=Object(a.h)(Object(r.h)((e,{userId:t,forceShowSelf:n})=>{const{lastSyncTime:a}=e,r=Object(s.Bb)(e,t);return{lastSyncTime:a,user:r,isSavedMessages:!n&&r&&r.isSelf,areMessagesLoaded:Boolean(Object(s.m)(e,t))}},(e,t)=>Object(l.l)(t,["loadFullUser","openMediaViewer"]))(({typingStatus:e,avatarSize:t="medium",status:n,withMediaViewer:r,withHandle:s,withFullInfo:l,withUpdatingStatus:b,noStatusOrTyping:f,user:p,isSavedMessages:g,areMessagesLoaded:O,lastSyncTime:v,loadFullUser:j,openMediaViewer:E})=>{const{id:y}=p||{},N=Object(i.Z)(p);Object(a.n)(()=>{l&&v&&y&&j({userId:y})},[y,j,v,l]);const C=Object(a.m)((e,n)=>{p&&n&&(e.stopPropagation(),E({avatarOwnerId:p.id,origin:"jumbo"===t?c.h.ProfileAvatar:c.h.MiddleHeaderAvatar}))},[p,t,E]),T=Object(u.a)();if(p)return a.a.createElement("div",{className:"ChatInfo"},a.a.createElement(d.a,{key:p.id,size:t,user:p,isSavedMessages:g,onClick:r?C:void 0}),a.a.createElement("div",{className:"info"},g?a.a.createElement("div",{className:"title"},a.a.createElement("h3",null,T("SavedMessages"))):a.a.createElement("div",{className:"title"},a.a.createElement("h3",null,N&&Object(o.a)(N)),p&&p.isVerified&&a.a.createElement(m.a,null)),!g&&!f&&(n?a.a.createElement("span",{className:"status"},n):b&&!O?a.a.createElement("span",{className:"status"},T("Updating")):p?e?a.a.createElement(h.a,{typingStatus:e}):a.a.createElement("div",{className:"status "+(Object(i.xb)(p)?"online":"")},s&&p.username&&a.a.createElement("span",{className:"handle"},p.username),a.a.createElement("span",{className:"user-status"},Object(i.ab)(p,T))):void 0)))}))},function(e,t,n){"use strict";var a=n(0),r=n(5),c=n(47),s=n(29);t.a=(e,t=!1,n=r.ApiMediaFormat.BlobUrl,i,o)=>{const l=e?c.c(e):void 0,u=Object(s.a)();return Object(a.n)(()=>{if(!t&&e&&!l){const t=Date.now();c.b(e,n).then(()=>{const e=Date.now()-t;!o||e>=o?u():setTimeout(u,o-e)})}},[t,e,l,n,i,u,o]),l}},function(e,t,n){"use strict";var a=n(0),r=n(49);var c=n(8),s=n(42),i=n(27),o=n(51),l=n(90),u=n(30),d=n(111);n(137);t.a=e=>{const{title:t,className:n,isOpen:m,header:h,hasCloseButton:b,noBackdrop:f,children:p,onClose:g,onCloseAnimationEnd:O,onEnter:v}=e,{shouldRender:j,transitionClassNames:E}=Object(i.a)(m,O),y=Object(a.q)(null);Object(a.n)(()=>m?Object(r.a)({onEsc:g,onEnter:v}):void 0,[m,g,v]),Object(a.n)(()=>m&&y.current?function(e){function t(t){if("Tab"!==t.key)return;t.preventDefault(),t.stopPropagation();const n=Array.from(e.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'));if(!n.length)return;const a=n.findIndex(e=>e.isSameNode(document.activeElement));let r=0;a>=0&&(r=t.shiftKey?a>0?a-1:n.length-1:a{document.removeEventListener("keydown",t,!1)}}(y.current):void 0,[m]),Object(o.a)(([e])=>(document.body.classList.toggle("has-open-dialog",m),(m||!m&&void 0!==e)&&Object(s.b)(200),()=>{document.body.classList.remove("has-open-dialog")}),[m]);const N=Object(l.a)();if(!j)return;const C=Object(c.a)("Modal",n,E,f&&"transparent-backdrop");return a.a.createElement(d.a,null,a.a.createElement("div",{ref:y,className:C,tabIndex:-1,role:"dialog"},a.a.createElement("div",{className:"modal-container"},a.a.createElement("div",{className:"modal-backdrop",onClick:g}),a.a.createElement("div",{className:"modal-dialog"},h||(t?a.a.createElement("div",{className:"modal-header"},b&&a.a.createElement(u.a,{round:!0,color:"translucent",size:"smaller",ariaLabel:N("Close"),onClick:g},a.a.createElement("i",{className:"icon-close"})),a.a.createElement("div",{className:"modal-title"},t)):void 0),a.a.createElement("div",{className:"modal-content custom-scroll"},p)))))}},function(e,t,n){"use strict";var a=n(0),r=n(5),c=n(1),s=n(4),i=n(44),o=n(8),l=n(34),u=n(94),d=n(99),m=n(90);n(179);t.a=Object(a.h)(({className:e,size:t="large",chat:n,user:h,text:b,withOnlineStatus:f,isSavedMessages:p,lastSyncTime:g,onClick:O})=>{const v=h&&Object(s.pb)(h);let j;p||v||(h?j=Object(s.f)(h):n&&(j=Object(s.f)(n)));const E=Object(u.a)(j,!1,r.ApiMediaFormat.DataUri,g),{shouldRenderFullMedia:y,transitionClassNames:N}=Object(d.a)(E,"slow");Object(m.a)();let C="";if(p)C=a.a.createElement("i",{className:"icon-avatar-saved-messages"});else if(v)C=a.a.createElement("i",{className:"icon-avatar-deleted-account"});else if(y)C=a.a.createElement("img",{src:E,className:N+" avatar-media",alt:"",decoding:"async"});else if(h){const e=Object(s.Z)(h);C=e?Object(i.c)(e,2):void 0}else if(n){const e=Object(s.l)(n);C=e&&Object(i.c)(e,Object(s.lb)(n.id)?2:1)}else b&&(C=Object(i.c)(b,2));const T=!p&&h&&Object(s.xb)(h),M=Object(o.a)("Avatar size-"+t,e,"color-bg-"+Object(s.X)(h||n),p&&"saved-messages",v&&"deleted-account",f&&T&&"online",O&&"interactive",!p&&!y&&"no-photo"),w=Object(a.m)(e=>{O&&O(e,p||y)},[O,p,y]),L=(h||n)&&(h||n).id;return a.a.createElement("div",{className:M,onClick:w,"data-test-sender-id":c.x?L:void 0},"string"==typeof C?Object(l.a)(C,["jumbo"===t?"hq_emoji":"emoji"]):C)})},function(e,t,n){"use strict";var a=n(0),r=n(2),c=n(1),s=n(7),i=n(29),o=n(37),l=n(8),u=n(42);n(177);const d={slide:450,"mv-slide":400,"slide-fade":400,"zoom-fade":150,"scroll-slide":500,fade:150,"slide-layers":s.f?450:300,"push-slide":300,reveal:350},m=Symbol("CLEANED_UP");t.a=Object(r.h)(e=>{const{animationLevel:t}=e.settings.byKey;return{animationLevel:t}})(({ref:e,activeKey:t,name:n,direction:r="auto",renderCount:s,shouldRestoreHeight:h,shouldCleanup:b,id:f,className:p,onStart:g,onStop:O,children:v,animationLevel:j})=>{let E=Object(a.q)(null);e&&(E=e);const y=Object(a.q)({}),N=Object(o.a)(t),C=Object(a.q)(),T=Object(i.a)(),M=void 0!==N&&t!==N;!s&&M&&(y.current={[N]:y.current[N]}),y.current[t]=v,Object(a.o)(()=>{function e(){b&&(y.current={[N]:m},T())}const a=E.current,i=a.children;if(1===i.length&&!M)return void i[0].classList.add("active");const o=Array.from(a.childNodes);if(!M||!o.length)return;C.current&&(clearTimeout(C.current),C.current=void 0);const l=-1===r||"auto"===r&&N>t||"inverse"===r&&N{e instanceof HTMLElement&&(e.classList.remove("from","through","to"),e.classList.toggle("active",t===v))}),void e();if(o.forEach((e,t)=>{e instanceof HTMLElement&&(e.classList.remove("active"),e.classList.toggle("from",t===p),e.classList.toggle("through",t>p&&tv),e.classList.toggle("to",t===v))}),"scroll-slide"===n){const e=a.offsetWidth;a.scrollBy({left:v>p?e:-e,behavior:"smooth"})}j>0&&Object(u.b)(d[n]+c.c),requestAnimationFrame(()=>{a.classList.add("animating"),C.current=window.setTimeout(()=>{requestAnimationFrame(()=>{if(a.classList.remove("animating","backwards"),o.forEach((e,t)=>{e instanceof HTMLElement&&(e.classList.remove("from","through","to"),e.classList.toggle("active",t===v))}),"scroll-slide"===n&&(a.scrollLeft=t*a.offsetWidth),h){const e=a.querySelector(".active");e&&(e.style.height="auto",a.style.height=e.clientHeight+"px")}e(),O&&O()})},d[n]+c.c),g&&g()})},[t,N,M,r,n,g,O,s,h,b,j,T]),Object(a.o)(()=>{if(h){const e=E.current,t=e.querySelector(".active")||e.querySelector(".from");t&&(t.style.height="auto",e.style.height=t.clientHeight+"px")}},[h,v]);const w=y.current,L=Object.keys(s?new Array(s).fill(void 0):w).map(Number).map(e=>{const n=w[e];return"function"==typeof n?a.a.createElement("div",{key:e},n(e===t,e===N)):void 0}),S=Object(l.a)("Transition",p,0===j&&"scroll-slide"===n?"slide":n);return a.a.createElement("div",{ref:E,id:f,className:S},L)})},function(e,t,n){"use strict";var a=n(18),r=n(0),c=n(9),s=n(142);t.a=({ref:e,className:t,onLoadMore:n,onScroll:i,items:o,itemSelector:l=".ListItem",preloadBackwards:u=20,sensitiveArea:d=800,isDisabled:m=!1,noFastList:h,cacheBuster:b,children:f})=>{let p=Object(r.q)(null);e&&(p=e);const g=Object(r.q)({}),[O,v]=Object(r.p)(()=>n?[Object(c.a)(()=>n({direction:a.e.Backwards}),1e3,!0,!1),Object(c.a)(()=>n({direction:a.e.Forwards}),1e3,!0,!1)]:[],[n,o]);Object(r.n)(()=>{if(O)if(!o||o.length{const e=p.current,t=g.current;if(t.listItemElements=e.querySelectorAll(l),m)return;let n;if(t.currentAnchor&&Array.from(t.listItemElements).includes(t.currentAnchor)){const{scrollTop:a}=e;n=a+(t.currentAnchor.getBoundingClientRect().top-t.currentAnchorTop)}else{const e=t.listItemElements[0];e&&e.offsetParent&&(t.currentAnchor=e,t.currentAnchorTop=e.getBoundingClientRect().top)}Object(s.a)(e,n),t.isScrollTopJustUpdated=!0},[m,l,o,b]);const j=Object(r.m)(e=>{if(v&&O){const{listItemElements:e,isScrollTopJustUpdated:t,currentAnchor:n,currentAnchorTop:a}=g.current;if(t)return void(g.current.isScrollTopJustUpdated=!1);const r=e.length,c=p.current,{scrollTop:i,scrollHeight:o,offsetHeight:l}=c,u=i<=(r?e[0].offsetTop:0)+d,m=(r?e[r-1].offsetTop+e[r-1].offsetHeight:o)-(i+l)<=d;let h=!1;if(u){const t=e[0];if(t){const e=t.getBoundingClientRect().top,r=n&&n!==t?n.getBoundingClientRect().top:e;n&&void 0!==a&&r>a&&(g.current.currentAnchor=t,g.current.currentAnchorTop=e,h=!0,Object(s.a)(c),v())}}if(m){const t=e[r-1];if(t){const e=t.getBoundingClientRect().top,r=n&&n!==t?n.getBoundingClientRect().top:e;n&&void 0!==a&&r{const s=Boolean(e),i=!Object(a.q)(s).current&&!n,[o,l]=Object(a.r)(!s),{shouldRender:u,transitionClassNames:d}=Object(r.a)(s,void 0,!i,t);return Object(a.n)(()=>{u&&(i?setTimeout(()=>{l(!1)},c[t]):l(!1))},[i,u,t]),{shouldRenderThumb:o,shouldRenderFullMedia:u,transitionClassNames:d}}},function(e,t,n){"use strict";n.d(t,"b",(function(){return i})),n.d(t,"c",(function(){return o})),n.d(t,"d",(function(){return l})),n.d(t,"a",(function(){return u})),n.d(t,"j",(function(){return f})),n.d(t,"f",(function(){return p})),n.d(t,"h",(function(){return g})),n.d(t,"k",(function(){return O})),n.d(t,"i",(function(){return v})),n.d(t,"l",(function(){return j})),n.d(t,"g",(function(){return E})),n.d(t,"e",(function(){return y}));var a=n(4),r=n(48),c=n(7),s=n(1);const i="(max-height: 640px)",o=parseInt(getComputedStyle(document.documentElement).fontSize,10),l=200,u={width:640,height:640},d={width:100,height:100};let m;function h(e,t,n){const a=t||n?1.625:0;return(function(e){const t=e?30:29;return c.f?(m||(m=Math.min(t,Math.floor(.69*window.innerWidth)/o)),m):t}(e)-a)*o}function b({width:e,height:t,fromOwnMessage:n,isForwarded:a,isWebPagePhoto:r,isGif:c}){const s=t/e;return y(h(n,a,r),function(e,t){return e&&t&&t>=.75&&t<=1.25?20*o:27*o}(c,s),e,t)}function f(e,t){const n=window.matchMedia(i),{width:a,height:c}=r.a.get();let s=t&&n.matches?10:8.25;return e&&(s=n.matches?10:15),{width:a,height:c-s*o}}function p(e,t,n,r){const{width:c,height:s}=Object(a.S)(e)||d;return b({width:c,height:s,fromOwnMessage:t,isForwarded:n,isWebPagePhoto:r})}function g(e,t,n){const{width:r,height:c}=Object(a.bb)(e)||d;return b({width:r,height:c,fromOwnMessage:t,isForwarded:n,isGif:e.isGif})}function O(){return{width:2*o,height:2*o}}function v(e){return e?{width:3*o,height:3*o}:{width:3.375*o,height:3.375*o}}function j(e){const{width:t}=e;let{height:n}=e;"1258816259753933"===e.id&&(n=t);const a=n&&t&&n/t,r=(c.f?s.ib:s.hb)*o,i=a?r*a:r;return a&&i>r?{width:Math.round(r/a),height:r}:{width:r,height:i}}function E({width:e,height:t},n,a=!1){const{width:r,height:c}=f(n,a);return y(r,c,e,t)}function y(e,t,n,a){const r=a/n,c=Math.min(n,e);return Math.round(c*r)>t?{width:Math.round(t/r),height:t}:{width:c,height:Math.round(c*r)}}},,function(e,t,n){"use strict";var a=n(0),r=n(7),c=n(9),s=n(8),i=n(42);let o,l;async function u(){return o||(o=n.e(7).then(n.bind(null,302)),l=(await o).default),o}setTimeout(u,5e3);t.a=Object(a.h)(({className:e,id:t,animationData:n,play:o,playSegment:d,speed:m,noLoop:h,size:b,quality:f,isLowPriority:p,onLoad:g})=>{const[O,v]=Object(a.r)(),j=Object(a.q)(null),E=Object(a.q)(!1),y=Object(a.q)(!1),N=Object(a.q)();N.current=o;const C=Object(a.q)();C.current=d,Object(a.n)(()=>{if(O||!n)return;const e=()=>{if(!j.current)return;const e=new l(t,j.current,n,{noLoop:h,size:b,quality:f,isLowPriority:p},g);m&&e.setSpeed(m),v(e)};l?e():u().then(()=>{Object(c.b)(()=>{j.current&&e()})})},[O,n,t,p,h,g,f,b,m]),Object(a.n)(()=>()=>{O&&O.destroy()},[O]);const T=Object(a.m)((e=!1)=>{O&&(N.current||C.current)&&(C.current?O.playSegment(C.current):e?O.goToAndPlay(0):O.play())},[O]),M=Object(a.m)(()=>{O&&O.pause()},[O]),w=Object(a.m)(()=>{y.current=!0,O&&(E.current||(E.current=O.isPlaying()),M())},[O,M]),L=Object(a.m)(()=>{E.current&&T(),E.current=!1,y.current=!1},[T]),S=Object(a.m)(()=>{Object(c.b)(L)},[L]);var I,k;Object(a.n)(()=>{O&&(o||d?y.current?E.current=!0:T(h):y.current?E.current=!1:M())},[O,o,d,h,T,M]),Object(i.a)(w,L),I=w,k=S,Object(a.n)(()=>(document.hasFocus()||I(),window.addEventListener("blur",I),window.addEventListener("focus",k),()=>{window.removeEventListener("focus",k),window.removeEventListener("blur",I)}),[I,k]);const A=Object(s.a)("AnimatedSticker",e,r.d&&o&&"is-playing"),x=b?`width: ${b}px; height: ${b}px;`:void 0;return a.a.createElement("div",{ref:j,className:A,style:x})})},function(e,t,n){"use strict";var a=n(37);t.a=(e,t)=>{const n=Object(a.a)(t);n&&!t.some((e,t)=>e!==n[t])||e(n||[])}},function(e,t,n){"use strict";var a=n(0),r=n(90),c=n(95),s=n(30);t.a=Object(a.h)(({isOpen:e,onClose:t,onCloseAnimationEnd:n,header:i,text:o,textParts:l,confirmLabel:u="Confirm",confirmHandler:d,confirmIsDestructive:m,isButtonsInOneRow:h})=>{const b=Object(r.a)();return a.a.createElement(c.a,{className:"confirm",header:i,isOpen:e,onClose:t,onCloseAnimationEnd:n,onEnter:d},o&&o.split("\\n").map(e=>a.a.createElement("p",null,e)),l,a.a.createElement("div",{className:h?"dialog-buttons mt-2":""},a.a.createElement(s.a,{className:"confirm-dialog-button",isText:!0,onClick:d,color:m?"danger":"primary"},u),a.a.createElement(s.a,{className:"confirm-dialog-button",isText:!0,onClick:t},b("Cancel"))))})},function(e,t,n){"use strict";var a=n(0),r=n(8),c=n(27);n(230);t.a=Object(a.h)(({text:e="Nothing found."})=>{const{transitionClassNames:t}=Object(c.a)(!0);return a.a.createElement("div",{className:Object(r.a)("NothingFound",t)},e)})},function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));var a=n(0),r=n(103),c=n(29);function s(e,t){const n=void 0===t,s=Object(a.q)(n),i=Object(a.q)(),o=Object(c.a)();return Object(r.a)(()=>{n||(s.current=!1,i.current&&(clearTimeout(i.current),i.current=void 0))},e),Object(a.n)(()=>{if(n||s.current)return;const e=()=>{s.current=!0,o()};t>0?i.current=window.setTimeout(e,t):e()},e),s.current}},function(e,t,n){"use strict";var a=n(0),r=n(8);n(185);t.a=({children:e,className:t,onClick:n})=>{const c=Object(a.m)(e=>{e.preventDefault(),n(e)},[n]);return a.a.createElement("a",{href:"#",className:Object(r.a)("Link",t),onClick:n?c:void 0},e)}},function(e,t,n){"use strict";var a=n(0),r=n(2),c=n(18),s=n(4),i=n(6),o=n(34),l=n(3),u=n(90),d=n(96),m=n(128),h=n(144);t.a=Object(a.h)(Object(r.h)((e,{chatId:t})=>{const{lastSyncTime:n}=e,a=Object(i.f)(e,t);return{lastSyncTime:n,chat:a,onlineCount:a?Object(i.n)(e,a):void 0,areMessagesLoaded:Boolean(Object(i.m)(e,t))}},(e,t)=>Object(l.l)(t,["loadFullChat","loadSuperGroupOnlines","openMediaViewer"]))(({typingStatus:e,avatarSize:t="medium",withMediaViewer:n,withHandle:r,withFullInfo:i,withUpdatingStatus:l,withChatType:b,chat:f,onlineCount:p,areMessagesLoaded:g,lastSyncTime:O,loadFullChat:v,loadSuperGroupOnlines:j,openMediaViewer:E})=>{const y=f&&Object(s.nb)(f),{id:N,isMin:C,isRestricted:T}=f||{};Object(a.n)(()=>{N&&!C&&i&&O&&(v({chatId:N}),y&&j({chatId:N}))},[N,C,O,i,v,y,j]);const M=Object(a.m)((e,n)=>{f&&n&&(e.stopPropagation(),E({avatarOwnerId:f.id,origin:"jumbo"===t?c.h.ProfileAvatar:c.h.MiddleHeaderAvatar}))},[f,t,E]),w=Object(u.a)();if(f)return a.a.createElement("div",{className:"ChatInfo"},a.a.createElement(d.a,{key:f.id,size:t,chat:f,onClick:n?M:void 0}),a.a.createElement("div",{className:"info"},a.a.createElement("div",{className:"title"},a.a.createElement("h3",null,Object(o.a)(Object(s.l)(f))),f.isVerified&&a.a.createElement(m.a,null)),function(){if(l&&!g&&!T)return a.a.createElement("span",{className:"status"},w("Updating"));if(!f)return;if(e)return a.a.createElement(h.a,{typingStatus:e});if(b)return a.a.createElement("div",{className:"status"},w(Object(s.m)(f)));const t=r?f.username:void 0,n=function(e,t){const n=t(Object(s.m)(e)),{membersCount:a}=e;if(e.isRestricted)return"Channel"===n?"channel is inaccessible":"group is inaccessible";if(!a)return n;return t("Channel"===n?"Subscribers":"Members",a,"i")}(f,w),c=p?", "+w("OnlineCount",p,"i"):void 0;return a.a.createElement("div",{className:"status"},t&&a.a.createElement("span",{className:"handle"},t),a.a.createElement("span",{className:"group-status"},n),c&&a.a.createElement("span",{className:"online-status"},c))}()))}))},function(e,t,n){"use strict";var a=n(0),r=n(7),c=n(5),s=n(9),i=n(47),o=n(29);t.a=(e,t=!1,n=c.ApiMediaFormat.BlobUrl,l,u)=>{const d=e?i.c(e):void 0,m=n===c.ApiMediaFormat.Stream||r.h&&n===c.ApiMediaFormat.Progressive,h=Object(o.a)(),[b,f]=Object(a.r)(d&&!m?1:0),p=Object(a.q)(),g=Object(a.p)(()=>Object(s.g)(e=>{(!u||Date.now()-p.current>u)&&f(e)},500,!0),[u]);return Object(a.n)(()=>{!t&&e&&(d?m&&setTimeout(()=>{f(.75)},1500):(f(0),p.current&&i.a(g),p.current=Date.now(),i.b(e,n,g).then(()=>{const e=Date.now()-p.current;p.current=void 0,!u||e>=u?h():setTimeout(h,u-e)})))},[t,e,d,n,l,h,m,u,g]),Object(a.n)(()=>{t&&p.current&&(i.a(g),f(0))},[g,t]),{mediaData:d,downloadProgress:b}}},function(e,t,n){"use strict";var a=n(0),r=n(8);n(202);const c={s:22,m:25,l:28,xl:20};t.a=Object(a.h)(({progress:e=0,size:t="l",square:n,transparent:s,noCross:i,onClick:o})=>{const l=c[t],u=l-4,d=l-1,m=2*u*Math.PI,h=Object(a.q)(null);Object(a.n)(()=>{if(!h.current)return;const t=h.current.firstElementChild,n=m-Math.min(Math.max(.05,e),1)*m;t?t.firstElementChild.setAttribute("stroke-dashoffset",n.toString()):h.current.innerHTML=`\n \n `},[h,m,d,u,e]);const b=Object(r.a)("ProgressSpinner size-"+t,s&&"transparent",n&&"square",i&&"no-cross");return a.a.createElement("div",{ref:h,className:b,onClick:o})})},function(e,t,n){"use strict";var a=n(0),r=n(55);t.a=({containerId:e,className:t,children:n})=>{const c=Object(a.q)(document.createElement("div"));return Object(a.o)(()=>{const n=document.querySelector(e||"#portals");if(!n)return;const a=c.current;return t&&a.classList.add(t),n.appendChild(a),()=>{r.a.render(void 0,a),n.removeChild(a)}},[t,e]),r.a.render(n,c.current)}},function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var a=n(18),r=n(42),c=n(9),s=n(125);function i(e,t,n,i=0,o=1500,l,u){if(l===a.b.Static)return void t.scrollIntoView({block:n});const{offsetTop:d}=t;if(void 0===l){const t=d-e.scrollTop;t<-o?e.scrollTop+=t+o:t>o&&(e.scrollTop+=t-o)}else l===a.b.Up?e.scrollTop=d+o:l===a.b.Down&&(e.scrollTop=Math.max(0,d-o));Object(c.b)(()=>{Object(r.b)(600),function(e,t,n,a=0,r){const{offsetTop:c,offsetHeight:i}=t,{scrollTop:o,offsetHeight:l,scrollHeight:u}=e;let d;switch(n){case"start":d=c-a-o;break;case"end":d=c+i+a-(o+l);break;case"nearest":case"center":d=i0){const e=u-(o+l);d=Math.min(d,e)}const m=e.scrollTop+d,h=r||250+Math.abs(d)/1500*350,b=Date.now();Object(s.b)(()=>{const t=Math.min((Date.now()-b)/h,1),n=d*(1-function(e){return 1-(1-e)**3.5}(t));return e.scrollTop=Math.round(m-n),t<1})}(e,t,n,i,u)})}},,function(e,t,n){"use strict";var a=n(0),r=n(8),c=n(20);n(209);var s=Object(a.h)(({id:e,label:t,subLabel:n,value:s,name:i,checked:o,disabled:l,hidden:u,isLoading:d,onChange:m})=>{const h=Object(r.a)("Radio",l&&"disabled",u&&"hidden-widget",d&&"loading");return a.a.createElement("label",{className:h},a.a.createElement("input",{type:"radio",name:i,value:s,id:e,checked:o,onChange:m,disabled:l||u}),a.a.createElement("div",{className:"Radio-main"},a.a.createElement("span",{className:"label"},t),n&&a.a.createElement("span",{className:"subLabel"},n)),d&&a.a.createElement(c.a,null))});t.a=Object(a.h)(({id:e,name:t,options:n,selected:r,disabled:c,loadingOption:i,onChange:o})=>{const l=Object(a.m)(e=>{const{value:t}=e.currentTarget;o(t)},[o]);return a.a.createElement("div",{id:e,className:"radio-group"},n.map(e=>a.a.createElement(s,{name:t,label:e.label,subLabel:e.subLabel,value:e.value,checked:e.value===r,hidden:e.hidden,disabled:c,isLoading:i?i===e.value:void 0,onChange:l})))})},function(e,t,n){"use strict";var a=n(0),r=n(18),c=n(3),s=n(29),i=n(37);function o(e,t=0,n,a){const{length:c}=e,s=e.indexOf(t),i=n===r.e.Forwards?s:s+1||c,o=Math.max(0,i-a),l=i+a-1,u=e.slice(Math.max(0,o),l+1);let d,m;switch(n){case r.e.Forwards:d=i>0,m=o>=0;break;case r.e.Backwards:d=i{const d=Object(a.q)(),m=Object(a.q)((()=>{if(!t||d.current)return;const{newViewportIds:e}=o(t,t[0],r.e.Forwards,l);return e})()),h=Object(s.a)(),b=Object(i.a)(t),f=Object(i.a)(n);if(t&&!n&&(t!==b||n!==f)){const{offsetId:e=t[0],direction:n=r.e.Forwards}=d.current||{},{newViewportIds:a}=o(t,e,n,l);m.current&&Object(c.a)(m.current,a)||(m.current=a)}Object(a.n)(()=>{if(t&&!n&&e&&u){const t=m.current;e({offsetId:t[t.length-1]})}},[t,n,e,u]);const p=Object(a.m)(({direction:n})=>{const a=m.current,s=a?n===r.e.Backwards?a[a.length-1]:a[0]:void 0;if(!t)return void(e&&e({offsetId:s}));d.current={...d.current,direction:n,offsetId:s};const{newViewportIds:i,areSomeLocal:u,areAllLocal:b}=o(t,s,n,l);!u||a&&Object(c.a)(a,i)||(m.current=i,h()),!b&&e&&e({offsetId:s})},[t,l,e,h]);return n?[t]:[m.current,p]}},function(e,t,n){"use strict";var a=n(0),r=n(5),c=n(1),s=n(100),i=n(92),o=n(94),l=n(99),u=n(35),d=n(102);n(207);t.a=({sticker:e,isInline:t=!1,observeIntersection:n,lastSyncTime:m})=>{const h=Object(a.q)(null),[b,f]=Object(u.a)(),p="sticker"+e.id,g=Object(i.b)(h,n),O=Object(o.a)(p+"?size=m",!g,r.ApiMediaFormat.BlobUrl,m),{transitionClassNames:v}=Object(l.a)(O,"slow"),j=Object(o.a)(p,!g,r.ApiMediaFormat.Lottie,m),E=Boolean(j),[y,N]=Object(a.r)(String(Math.random())),C=Object(a.m)(()=>{N(String(Math.random()))},[]);let T;T=t?.5*Object(s.l)(e).width:c.nb;const M=`width: ${T}px; height: ${T}px;`;return a.a.createElement("div",{ref:h,className:"AnimatedEmoji media-inner",style:M,onClick:C},O&&!b&&a.a.createElement("img",{src:O,className:v,alt:""}),E&&a.a.createElement(d.a,{key:p,id:p,animationData:j,size:T,quality:1,play:g&&y,noLoop:!0,onLoad:f}))}},,function(e,t,n){"use strict";var a=n(0),r=n(9),c=n(146);t.a=(e=!1)=>{const[t,n]=Object(a.r)(!e),[s,i]=Object(a.r)(0),o=Object(a.p)(()=>Object(r.a)(n,200,!1,!0),[]),l=Object(a.m)(e=>{const t=e.currentTarget;Object(c.a)(t)||(t.buffered.length&&i(t.buffered.end(0)/t.duration),o(t.readyState>=3||t.currentTime>0))},[o]);return{isBuffered:t,bufferedProgress:s,bufferingHandlers:{onLoadedData:l,onPlaying:l,onLoadStart:l,onPause:l,onTimeUpdate:l,onProgress:l},checkBuffering(e){o(e.readyState>=3)}}}},function(e,t,n){"use strict";function a(e,t){if(!t&&e===document.activeElement)return;const n=window.getSelection(),a=document.createRange();e.lastChild&&e.lastChild.nodeValue?(a.setStart(e.lastChild,e.lastChild.nodeValue.length),n.removeAllRanges(),n.addRange(a)):e.focus()}n.d(t,"a",(function(){return a}))},function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));var a=n(5),r=n(7);const c={B:a.ApiMessageEntityTypes.Bold,STRONG:a.ApiMessageEntityTypes.Bold,I:a.ApiMessageEntityTypes.Italic,EM:a.ApiMessageEntityTypes.Italic,U:a.ApiMessageEntityTypes.Underline,S:a.ApiMessageEntityTypes.Strike,STRIKE:a.ApiMessageEntityTypes.Strike,DEL:a.ApiMessageEntityTypes.Strike,CODE:a.ApiMessageEntityTypes.Code,PRE:a.ApiMessageEntityTypes.Pre,BLOCKQUOTE:a.ApiMessageEntityTypes.Blockquote};function s(e){const t=document.createElement("div");t.innerHTML=function(e){let t=e.slice(0);r.c||(t=t.replace(/]+alt="([^"]+)"[^>]*>/gm,"$1"));return t=t.replace(/<\/?span([^>]*)?>/g,""),t=t.replace(/ /g," "),t=t.replace(/]*)?>/g,"\n"),t=t.replace(/<\/div>(\s*)
/g,"\n"),t=t.replace(/
/g,"\n"),t=t.replace(/<\/div>/g,""),t=t.replace(/^`{3}(.*[\n\r][^]*?^)`{3}/gm,"
$1
"),t=t.replace(/[`]{3}([^`]+)[`]{3}/g,"
$1
"),t=t.replace(/[`]{1}([^`\n]+)[`]{1}/g,"$1"),t=t.replace(/[*]{2}([^*\n]+)[*]{2}/g,"$1"),t=t.replace(/[*]{1}([^*\n]+)[*]{1}/g,"$1"),t=t.replace(/[~]{2}([^~\n]+)[~]{2}/g,"$1"),t}(e);const n=t.innerText.trim().replace(/\u200b+/g,"").slice(0,4096);let s=0,i=0;const o=[];function l(e){const{index:t,entity:r}=function(e,t,n){const r=function(e){if(c[e.nodeName])return c[e.nodeName];if("A"===e.nodeName){const t=e;return t.dataset.entityType===a.ApiMessageEntityTypes.MentionName?a.ApiMessageEntityTypes.MentionName:t.href.startsWith("mailto:")?a.ApiMessageEntityTypes.Email:t.href.startsWith("tel:")?a.ApiMessageEntityTypes.Phone:t.href!==t.textContent?a.ApiMessageEntityTypes.TextUrl:a.ApiMessageEntityTypes.Url}if("SPAN"===e.nodeName)return e.dataset.entityType;return}(e);if(!r||!e.textContent)return{index:n,entity:void 0};const s=t.indexOf(e.textContent,n),i=s>=0?s:n,o=t.substring(0,i).length,{length:l}=t.substring(i,i+e.textContent.length);let u,d;r===a.ApiMessageEntityTypes.TextUrl&&(u=e.href);r===a.ApiMessageEntityTypes.MentionName&&(d=Number(e.dataset.userId));return{index:i,entity:{type:r,offset:o,length:l,...u&&{url:u},...d&&{userId:d}}}}(e,n,s);r?(s=t,o.push(r)):e.textContent&&(s+=e.textContent.length),e.hasChildNodes()&&i<=3&&(i+=1,Array.from(e.childNodes).forEach(l))}return Array.from(t.childNodes).forEach(e=>{i=1,l(e)}),{text:n,entities:o.length?o:void 0}}},function(e,t,n){"use strict";n.d(t,"a",(function(){return u}));var a=n(0),r=n(27),c=n(8),s=n(41),i=n(37),o=n(35);n(197);var l=Object(a.h)(({isQuick:e,onFileSelect:t})=>{const[n,r,s]=Object(o.a)(),i=Object(c.a)("DropTarget",n&&"hovered");return a.a.createElement("div",{className:i,onDrop:t,onDragEnter:()=>{r()},onDragLeave:e=>{const{relatedTarget:t}=e;t&&e.stopPropagation(),s()}},a.a.createElement("div",{className:"target-content"},a.a.createElement("div",{className:"icon icon-"+(e?"photo":"document")}),a.a.createElement("div",{className:"title"},"Drop files here to send them"),a.a.createElement("div",{className:"description"},e?"in a quick way":"without compression")))});n(198);let u;!function(e){e.None="none",e.Document="document",e.QuickFile="quick_file"}(u||(u={}));t.b=Object(a.h)(({isOpen:e,withQuick:t,onHide:n,onFileSelect:o})=>{const u=Object(a.q)(null),d=Object(i.a)(t),{shouldRender:m,transitionClassNames:h}=Object(r.a)(e);Object(a.n)(()=>e?Object(s.a)(n):void 0,[e,n]);const b=Object(a.m)(e=>{const{dataTransfer:t}=e;t.files&&t.files.length>0&&(n(),o(Array.from(t.files),!1))},[o,n]),f=Object(a.m)(e=>{const{dataTransfer:t}=e;t.files&&t.files.length>0&&(n(),o(Array.from(t.files),!0))},[o,n]),p=Object(a.m)(e=>{e.stopPropagation();const{target:t,relatedTarget:a}=e;t.matches(".DropTarget, .DropArea")&&!a&&(u.current=window.setTimeout(()=>{n()},150))},[n]);if(!m)return;const g=Object(c.a)("DropArea",h);return a.a.createElement("div",{className:g,onDragLeave:p,onDragOver:()=>{u.current&&window.clearTimeout(u.current)},onDrop:n},a.a.createElement(l,{onFileSelect:b}),(t||d)&&a.a.createElement(l,{onFileSelect:f,isQuick:!0}))})},,function(e,t,n){"use strict";var a=n(0),r=n(2),c=n(6),s=n(4),i=n(34),o=n(8),l=n(90),u=n(96);n(180);t.a=Object(a.h)(Object(r.h)((e,{chatOrUserId:t})=>{if(!t)return{};return{chat:t?Object(c.f)(e,t):void 0,user:Object(s.lb)(t)?Object(c.Bb)(e,t):void 0}})(({icon:e,title:t,isMinimized:n,canClose:r,onClick:c,clickArg:d,chat:m,user:h,className:b})=>{let f,p;if(Object(l.a)(),e&&t)f=a.a.createElement("div",{className:"item-icon"},a.a.createElement("i",{className:"icon-"+e})),p=t;else if(m||h){f=a.a.createElement(u.a,{chat:m,user:h,size:"small",isSavedMessages:h&&h.isSelf});const e=!m||h&&!h.isSelf?Object(s.Y)(h):Object(s.l)(m,h);p=e?Object(i.a)(e):void 0}const g=Object(o.a)("PickerSelectedItem",b,n&&"minimized",r&&"closeable");return a.a.createElement("div",{className:g,onClick:()=>c(d),title:n?p:void 0},f,!n&&a.a.createElement("div",{className:"item-name"},p),r&&a.a.createElement("div",{className:"item-remove"},a.a.createElement("i",{className:"icon-close"})))}))},function(e,t,n){"use strict";let a;n.d(t,"a",(function(){return a})),n.d(t,"b",(function(){return r})),function(e){e[e.Up=0]="Up",e[e.Down=1]="Down",e[e.Left=2]="Left",e[e.Right=3]="Right"}(a||(a={}));function r(e,t){let n,r=!1;function c(e){t.excludedClosestSelector&&(e.target.matches(t.excludedClosestSelector)||e.target.closest(t.excludedClosestSelector))||(n=e,"mousedown"===e.type?(document.addEventListener("mousemove",i),document.addEventListener("mouseup",s)):"touchstart"===e.type&&(document.addEventListener("touchmove",i),document.addEventListener("touchend",s),document.addEventListener("touchcancel",s),"touches"in e&&(void 0===e.pageX&&(e.pageX=e.touches[0].pageX),void 0===e.pageY&&(e.pageY=e.touches[0].pageY))),document.body.classList.add("no-selection"),t.withCursor&&document.body.classList.add("cursor-grabbing"),t.onCapture&&t.onCapture(e))}function s(e){n&&(t.withCursor&&document.body.classList.remove("cursor-grabbing"),document.body.classList.remove("no-selection"),document.removeEventListener("mouseup",s),document.removeEventListener("mousemove",i),document.removeEventListener("touchcancel",s),document.removeEventListener("touchend",s),document.removeEventListener("touchmove",i),n=void 0,r?t.onRelease&&t.onRelease(e):t.onClick&&t.onClick(e)),r=!1}function i(e){if(n){"touchmove"===e.type&&"touches"in e&&(void 0===e.pageX&&(e.pageX=e.touches[0].pageX),void 0===e.pageY&&(e.pageY=e.touches[0].pageY));const c=e.pageX-n.pageX,s=e.pageY-n.pageY;(Math.abs(c)>=15||Math.abs(s)>=15)&&(r=!0),t.onDrag&&t.onDrag(e,n,{dragOffsetX:c,dragOffsetY:s}),t.onSwipe&&function(e,t,n,r){const c=Math.abs(t),s=Math.abs(n);if(t&&n){if(Math.max(c,s)/Math.min(c,s)<2)return}c>=50?r(e,t<0?a.Left:a.Right):s>=50&&r(e,n<0?a.Up:a.Down)}(e,c,s,t.onSwipe)}}return e.addEventListener("mousedown",c),e.addEventListener("touchstart",c,{passive:!0}),()=>{e.removeEventListener("mousedown",c),e.removeEventListener("touchstart",c)}}},function(e,t,n){"use strict";n.d(t,"b",(function(){return c})),n.d(t,"a",(function(){return s}));var a=n(9);let r;function c(e,t){t||(r&&!r.isCancelled&&(r.isCancelled=!0),r=t={isCancelled:!1}),Object(a.b)(()=>{!t.isCancelled&&e()&&c(e,t)})}function s(e){Object(a.b)(()=>{e()&&s(e)})}},function(e,t,n){"use strict";var a=n(0);t.a=(e,t)=>{Object(a.n)(()=>{const t=e.current;if(t)return t.addEventListener("wheel",n,{passive:!0}),()=>{t.removeEventListener("wheel",n)};function n(e){e.deltaX||(t.scrollLeft+=e.deltaY/4)}},[e,t])}},function(e,t,n){"use strict";var a=n(0),r=n(2),c=n(9);t.a=(e,t,n,s)=>{const{loadMessage:i}=Object(r.d)(),o=Object(a.p)(()=>{const n=Object(c.g)(i,500,!0);return()=>{n({chatId:e,messageId:t,replyOriginForId:s})}},[i,e,t,s]);Object(a.n)(()=>{t&&!n&&o()})}},function(e,t,n){"use strict";var a=n(0);n(186);t.a=()=>a.a.createElement("span",{className:"VerifiedIcon"})},function(e,t,n){"use strict";var a=n(0),r=n(7);let c=0;t.a=(e,t)=>{const[n,s]=Object(a.r)(!1),[i,o]=Object(a.r)(void 0),l=Object(a.m)(e=>{t||2!==e.button||document.body.classList.add("no-selection")},[t]),u=Object(a.m)(e=>{t||(e.preventDefault(),document.body.classList.remove("no-selection"),i||(document.body.classList.remove("no-selection"),0===c&&document.body.classList.add("has-context-menu"),c++,s(!0),o({x:e.clientX,y:e.clientY})))},[t,i]),d=Object(a.m)(()=>{s(!1)},[]),m=Object(a.m)(()=>{o(void 0),document.body.classList.remove("no-selection"),setTimeout(()=>{c--,0===c&&document.body.classList.remove("has-context-menu")},200)},[]);return Object(a.n)(()=>{if(t||!r.k)return;const n=e.current;if(!n)return;let a;const c=()=>{a&&(clearTimeout(a),a=void 0)},l=e=>{t||r.f&&window.document.body.classList.contains("enable-symbol-menu-transforms")||(c(),a=window.setTimeout(()=>(e=>{c();const{clientX:t,clientY:a}=e.touches[0];i||(n.addEventListener("touchend",(function e(t){n.removeEventListener("touchend",e,!0),t.stopImmediatePropagation(),t.preventDefault(),t.stopPropagation()}),!0),document.body.classList.add("no-selection"),s(!0),o({x:t,y:a}))})(e),250))};return n.addEventListener("touchstart",l,{passive:!0}),n.addEventListener("touchcancel",c,!0),n.addEventListener("touchend",c,!0),n.addEventListener("touchmove",c,{passive:!0}),()=>{c(),n.removeEventListener("touchstart",l),n.removeEventListener("touchcancel",c,!0),n.removeEventListener("touchend",c,!0),n.removeEventListener("touchmove",c)}},[i,t,e]),{isContextMenuOpen:n,contextMenuPosition:i,handleBeforeContextMenu:l,handleContextMenu:u,handleContextMenuClose:d,handleContextMenuHide:m}}},function(e,t,n){"use strict";function a(e,t){return t-Math.floor(t/e)*e}n.d(t,"a",(function(){return a}))},function(e,t,n){"use strict";var a=n(1);t.a=e=>{e.play().catch(e=>{a.l&&console.warn(e)})}},function(e,t,n){"use strict";n.d(t,"a",(function(){return u})),n.d(t,"b",(function(){return m}));var a=n(0),r=n(2),c=n(5),s=n(4),i=n(34),o=n(65),l=n(52);function u(e,t,n){const a=e.content.text;if(!a||!a.text){const t=Object(s.N)(e);return t?[t]:void 0}const{text:r,entities:c}=a;return m(r,c,t,n)}function d(e){const t=new Set,n=[];return e.forEach((a,r)=>{if(t.has(r))return;const c=function e(t,n,a,r){const{offset:c,length:s}=t,i=new Set([n]);if(r.has(n))return;const o=a.filter((e,t)=>t>n&&e.offset>=c&&e.offsete(t,a.indexOf(t),a,r)).filter(Boolean);return o.forEach(e=>e.organizedIndexes.forEach(e=>i.add(e))),{entity:t,organizedIndexes:i,nestedEntities:o}}(a,r,e,t);c&&(c.organizedIndexes.forEach(e=>{t.add(e)}),n.push(c))}),n}function m(e,t,n,r,s){if(!t||!t.length)return h(e,n,r,s);const u=[];let m=!1;const g=d(t);function O(t,u,d,g){const v=[],{entity:j,nestedEntities:E}=d,{offset:y,length:N,type:C}=j;let T=e.substring(t,y);const M=T.length;T&&(m&&T.length>0&&"\n"===T[0]&&(T=T.substr(1),m=!1),T&&v.push(...h(T,n,r,s)));const w=t+M,L=w+N;let S=e.substring(y,y+N);const I=[];if(m&&S.length>0&&"\n"===S[0]&&(S=S.substr(1),m=!1),C===c.ApiMessageEntityTypes.Pre&&(m=!0),E.length){let e=w;E.forEach((t,n)=>{const{renderResult:a,entityEndIndex:r}=O(e,L,t,n===E.length-1);I.push(...a),e=r})}const k=s?function(e,t,n){const a="string"==typeof t&&t,r=n.length?n.join(""):Object(i.a)(t,["emoji_html","br_html"]).join("");if(!a)return r;switch(e.type){case c.ApiMessageEntityTypes.Bold:return`${r}`;case c.ApiMessageEntityTypes.Italic:return`${r}`;case c.ApiMessageEntityTypes.Underline:return`${r}`;case c.ApiMessageEntityTypes.Code:return`${r}`;case c.ApiMessageEntityTypes.Pre:return`\`\`\`
${r}
\`\`\``;case c.ApiMessageEntityTypes.Strike:return`${r}`;case c.ApiMessageEntityTypes.MentionName:return`${r}`;case c.ApiMessageEntityTypes.Url:case c.ApiMessageEntityTypes.TextUrl:return`${r}`;default:return r}}(j,S,I):function(e,t,n){const r="string"==typeof t&&t,s=n.length?n:t;if(!r)return h(s);switch(e.type){case c.ApiMessageEntityTypes.Bold:return a.a.createElement("strong",null,h(s));case c.ApiMessageEntityTypes.Blockquote:return a.a.createElement("blockquote",null,h(s));case c.ApiMessageEntityTypes.BotCommand:return a.a.createElement("a",{onClick:f,className:"text-entity-link"},h(s));case c.ApiMessageEntityTypes.Hashtag:case c.ApiMessageEntityTypes.Cashtag:return a.a.createElement("a",{onClick:p,className:"text-entity-link"},h(s));case c.ApiMessageEntityTypes.Code:return a.a.createElement("code",{className:"text-entity-code"},h(s));case c.ApiMessageEntityTypes.Email:return a.a.createElement("a",{href:"mailto:"+r,target:"_blank",rel:"noopener noreferrer",className:"text-entity-link"},h(s));case c.ApiMessageEntityTypes.Italic:return a.a.createElement("em",null,h(s));case c.ApiMessageEntityTypes.MentionName:return a.a.createElement(o.a,{userId:e.userId},h(s));case c.ApiMessageEntityTypes.Mention:return a.a.createElement(o.a,{username:r},h(s));case c.ApiMessageEntityTypes.Phone:return a.a.createElement("a",{href:"tel:"+r,className:"text-entity-link"},h(s));case c.ApiMessageEntityTypes.Pre:return a.a.createElement("pre",{className:"text-entity-pre"},h(s));case c.ApiMessageEntityTypes.Strike:return a.a.createElement("del",null,h(s));case c.ApiMessageEntityTypes.TextUrl:case c.ApiMessageEntityTypes.Url:return a.a.createElement(l.a,{url:b(r,e),text:r},h(s));case c.ApiMessageEntityTypes.Underline:return a.a.createElement("ins",null,h(s));default:return h(s)}}(j,S,I);if(Array.isArray(k)?v.push(...k):v.push(k),g&&L0&&"\n"===t[0]&&(t=t.substring(1)),t&&v.push(...h(t,n,r,s))}return{renderResult:v,entityEndIndex:L}}let v=0;return g.forEach((t,n)=>{const{renderResult:a,entityEndIndex:r}=O(v,e.length,t,n===g.length-1);u.push(...a),v=r}),u}function h(e,t,n,a){if(Array.isArray(e)){const r=[];return e.forEach(e=>{r.push(...h(e,t,n,a))}),r}if(a)return Object(i.a)(e,["emoji_html","br_html"]);const r=n?"hq_emoji":"emoji";return t?Object(i.a)(e,[r,"br","highlight"],{highlight:t}):Object(i.a)(e,[r,"br"])}function b(e,t){const{type:n,url:a}=t;return n===c.ApiMessageEntityTypes.TextUrl&&a?a:e}function f(e){Object(r.d)().sendBotCommand({command:e.currentTarget.innerText})}function p(e){Object(r.d)().setLocalTextSearchQuery({query:e.currentTarget.innerText}),Object(r.d)().searchTextMessagesLocal()}},function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var a=n(0),r=n(166),c=n(14),s=n(29);const i=new Map;function o(e,t=!1,n){const o=Object(a.q)(e?i.get(e):void 0),l=Object(a.q)(),u=Object(s.a)();return l.current&&t&&(clearTimeout(l.current),l.current=void 0),Object(a.n)(()=>{if(!e||o.current||t)return;const a=new Image;a.onload=()=>{const t=Object(c.f)(a);Object(r.a)(t.getContext("2d"),0,0,t.width,t.height,2,2);const n=t.toDataURL();o.current=n,u(),i.size>=1e3&&i.clear(),i.set(e,n)},n?l.current=window.setTimeout(()=>{a.src=e},n):a.src=e},[e,n,u,t]),o.current}},function(e,t,n){"use strict";n.d(t,"a",(function(){return c}));var a=n(0),r=n(9);function c(e,t){Object(a.n)(()=>{const t=e.current;return()=>{t&&Object(r.b)(()=>{t.pause(),t.src="",t.load()})}},t)}},,,function(e,t,n){},,,function(e,t,n){"use strict";var a=n(0),r=n(8),c=n(35),s=n(90),i=n(16),o=n(30);n(178);t.a=Object(a.h)(({ref:e,children:t,value:n,inputId:l,className:u,focused:d,isLoading:m,placeholder:h,disabled:b,canClose:f,onChange:p,onReset:g,onFocus:O,onBlur:v})=>{let j=Object(a.q)(null);e&&(j=e);const[E,y,N]=Object(c.a)(d);Object(a.n)(()=>{j.current&&(d?j.current.focus():j.current.blur())},[d,h]);const C=Object(s.a)();return a.a.createElement("div",{className:Object(r.a)("SearchInput",u,E&&"has-focus")},t,a.a.createElement("input",{ref:j,id:l,type:"text",placeholder:h||C("Search"),className:"form-control",value:n,disabled:b,onChange:function(e){const{currentTarget:t}=e;p(t.value)},onFocus:function(){y(),O&&O()},onBlur:function(){N(),v&&v()}}),a.a.createElement("i",{className:"icon-search"}),m&&a.a.createElement(i.a,null),!m&&(n||f)&&g&&a.a.createElement(o.a,{round:!0,size:"tiny",color:"translucent",onClick:g},a.a.createElement("span",{className:"icon-close"})))})},function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));var a=n(9),r=n(125),c=n(7);function s(e,t){c.d?Object(a.b)(()=>{!function(e,t){const{scrollLeft:n,offsetWidth:a,scrollWidth:c}=e;let s=t-n;if(s<0){const e=-n;s=Math.max(s,e)}else if(s>0){const e=c-(n+a);s=Math.min(s,e)}const i=e.scrollLeft+s,o=Date.now();Object(r.a)(()=>{const t=Math.min((Date.now()-o)/450,1),n=s*(1-function(e){return 1-(1-e)**3.5}(t));return e.scrollLeft=Math.round(i-n),t<1})}(e,t)}):e.scrollTo({left:t,behavior:"smooth"})}},function(e,t,n){"use strict";var a=n(7);t.a=(e,t)=>{a.d&&(e.style.overflow="hidden"),void 0!==t&&(e.scrollTop=t),a.d&&(e.style.overflow="")}},function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));function a(e,t=30){return!e||e.length<=t?e:e.substr(0,t)+"..."}},function(e,t,n){"use strict";var a=n(0),r=n(2),c=n(6),s=n(4),i=n(34);n(187);t.a=Object(a.h)(Object(r.h)((e,{typingStatus:t})=>{if(!t.userId)return{};return{typingUser:Object(c.Bb)(e,t.userId)}})(({typingStatus:e,typingUser:t})=>{const n=t&&!t.isSelf&&Object(s.Y)(t);return a.a.createElement("p",{className:"typing-status"},n&&a.a.createElement("span",{className:"sender-name"},Object(i.a)(n)),e.action,a.a.createElement("span",{className:"ellipsis"}))}))},function(e,t,n){"use strict";var a=n(0),r=n(2),c=n(6),s=n(4),i=n(3),o=n(90),l=n(96),u=n(95),d=n(30);n(190);t.a=Object(a.h)(Object(r.h)((e,{chat:t})=>{const n=Object(s.lb)(t.id),a=Object(c.N)(e,t.id),r=n&&!a,i=t&&Object(s.lb)(t.id)?Object(s.Y)(Object(c.Bb)(e,Object(s.T)(t))):void 0;return{isPrivateChat:n,isChatWithSelf:a,isChannel:Object(s.jb)(t),isBasicGroup:Object(s.ib)(t),isSuperGroup:Object(s.nb)(t),canDeleteForAll:r,chatTitle:Object(s.l)(t),contactFirstName:i}},(e,t)=>Object(i.l)(t,["leaveChannel","deleteHistory","deleteChannel"]))(({isOpen:e,chat:t,isChannel:n,isPrivateChat:r,isChatWithSelf:c,isBasicGroup:s,isSuperGroup:i,canDeleteForAll:m,chatTitle:h,contactFirstName:b,onClose:f,leaveChannel:p,deleteHistory:g,deleteChannel:O})=>{const v=Object(a.m)(()=>{g({chatId:t.id,maxId:t.lastMessage.id,shouldDeleteForAll:!0}),f()},[g,t.id,t.lastMessage,f]),j=Object(a.m)(()=>{r||s?g({chatId:t.id,maxId:t.lastMessage.id,shouldDeleteForAll:!1}):!n&&!i||t.isCreator?(n||i)&&t.isCreator&&O({chatId:t.id}):p({chatId:t.id}),f()},[r,s,n,i,t.isCreator,t.lastMessage,t.id,f,g,p,O]),E=Object(o.a)();return a.a.createElement(u.a,{isOpen:e,onClose:f,className:"DeleteChatModal",header:a.a.createElement("div",{className:"modal-header"},a.a.createElement(l.a,{size:"tiny",chat:t,isSavedMessages:c}),a.a.createElement("h3",{className:"modal-title"},n&&!t.isCreator?"Leave Channel?":n&&t.isCreator?"Delete and Leave Channel?":s||i?"Leave Group?":"Delete Chat?"))},n&&!t.isCreator?a.a.createElement("p",null,"Are you sure you want to leave channel ",a.a.createElement("strong",null,h),"?"):n&&t.isCreator?a.a.createElement("p",null,"Are you sure you want to delete and leave channel ",a.a.createElement("strong",null,h),"?"):s||i?a.a.createElement("p",null,"Are you sure you want to leave group ",a.a.createElement("strong",null,h),"?"):a.a.createElement("p",null,"Are you sure you want to delete chat with ",a.a.createElement("strong",null,b),"?"),m&&a.a.createElement(d.a,{color:"danger",className:"confirm-dialog-button",isText:!0,onClick:v},"Delete for ",b?"me and "+b:"Everyone"),a.a.createElement(d.a,{color:"danger",className:"confirm-dialog-button",isText:!0,onClick:j},n&&!t.isCreator?"Leave Channel":n&&t.isCreator?"Delete and Leave Channel":s||i?"Leave Group":"Delete"+(m?" just for me":"")),a.a.createElement(d.a,{className:"confirm-dialog-button",isText:!0,onClick:f},E("Cancel")))}))},function(e,t,n){"use strict";function a(e){e.dataset.patchedForSafari||(e.addEventListener("play",()=>{const t=e.currentTime;e.addEventListener("progress",(function n(){e.buffered.length&&(e.dataset.patchForSafariInProgress="true",e.currentTime=e.duration-1,e.addEventListener("progress",()=>{delete e.dataset.patchForSafariInProgress,e.currentTime=t,e.paused&&e.play()},{once:!0}),e.removeEventListener("progress",n))}))},{once:!0}),e.dataset.patchedForSafari="true")}function r(e){return Boolean(e.dataset.patchForSafariInProgress)}n.d(t,"b",(function(){return a})),n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";var a=n(0),r=n(37);t.a=(e,t)=>{const n=Object(r.a)(t);return Object(a.o)(()=>{e(n||[])},t)}},function(e,t,n){"use strict";var a=n(0),r=n(53),c=n(4),s=n(92),i=n(109),o=n(94),l=n(164),u=n(165);t.a=Object(a.h)(({message:e,observeIntersection:t,smaller:n,uploadProgress:d,withDate:m,datetime:h,className:b,sender:f,isSelected:p,isSelectable:g,onCancelUpload:O,onDateClick:v})=>{const j=Object(a.q)(null),E=e.content.document,y=Object(r.b)(E)||"",{fileName:N,size:C,timestamp:T}=E,M=Object(s.b)(j,t),[w,L]=Object(a.r)(!1),{mediaData:S,downloadProgress:I}=Object(i.a)(Object(c.D)(e,"download"),!w),{isUploading:k,isTransferring:A,transferProgress:x}=Object(c.s)(e,d||I,w),D=Object(r.c)(E),_=D?Object(c.E)(e):void 0,R=D?E.previewBlobUrl:void 0,P=Object(o.a)(Object(c.D)(e,"pictogram"),!M),F=Object(a.m)(()=>{k?O&&O():L(e=>!e)},[k,O]),U=Object(a.m)(()=>{v(e.id,e.chatId)},[v,e.id,e.chatId]);return Object(a.n)(()=>{w&&S&&(Object(l.a)(S,N),L(!1))},[N,S,w]),a.a.createElement(u.a,{ref:j,name:N,extension:y,size:C,timestamp:m?h||T:void 0,thumbnailDataUri:_,previewData:R||P,smaller:n,isTransferring:A,isUploading:k,transferProgress:x,className:b,sender:f,isSelectable:g,isSelected:p,onClick:F,onDateClick:v?U:void 0})})},function(e,t,n){"use strict";var a=n(0),r=n(12),c=n(17);t.a=e=>{const{isOpen:t}=e,n=Object(c.a)(r.a.Extra,"StickerSetModal",!t);return n?a.a.createElement(n,e):void 0}},function(e,t,n){"use strict";var a=n(0),r=n(1),c=n(8),s=n(41),i=n(27),o=n(66),l=n(35),u=n(90),d=n(30);n(222);const m={B:"bold",STRONG:"bold",I:"italic",EM:"italic",U:"underline",DEL:"strikethrough",CODE:"monospace"};t.a=Object(a.h)(({isOpen:e,anchorPosition:t,selectedRange:n,onClose:h})=>{const b=Object(a.q)(null),f=Object(a.q)(null),{shouldRender:p,transitionClassNames:g}=Object(i.a)(e),[O,v,j]=Object(l.a)(),[E,y]=Object(a.r)(""),[N,C]=Object(a.r)(!1),[T,M]=Object(a.r)(),[w,L]=Object(a.r)({});Object(a.n)(()=>e?Object(s.a)(h):void 0,[e,h]),Object(o.a)(e,b,h),Object(a.n)(()=>{O?f.current.focus():(y(""),C(!1))},[O]),Object(a.n)(()=>{p||(j(),L({}),M(void 0))},[j,p]),Object(a.n)(()=>{if(!e||!n)return;const t={};let{parentElement:a}=n.commonAncestorContainer;for(;a&&a.id!==r.q;){const e=m[a.tagName];e&&(t[e]=!0),a=a.parentElement}L(t)},[e,n,v]);const S=Object(a.m)(()=>{if(n)return n.toString()},[n]),I=Object(a.m)(()=>{if(n)return n.commonAncestorContainer.parentElement},[n]);function k(){const e=f.current;if(!e)return;const{offsetWidth:t,scrollWidth:n,scrollLeft:a}=e;if(n<=t)return void M(void 0);let r="";a0&&(r+=" mask-left"),M(r)}function A(e){if(w[e])return"active";if("monospace"===e||"strikethrough"===e){if(Object.keys(w).some(t=>t!==e&&!!w[t]))return"disabled"}else if(w.monospace||w.strikethrough)return"disabled"}const x=Object(a.m)(()=>{L(e=>(document.execCommand(e.bold?"removeFormat":"bold"),Object.keys(e).forEach(t=>{"italic"!==t&&"underline"!==t||!e[t]||document.execCommand(t)}),{...e,bold:!e.bold}))},[]),D=Object(a.m)(()=>{document.execCommand("italic"),L(e=>({...e,italic:!e.italic}))},[]),_=Object(a.m)(()=>{document.execCommand("underline"),L(e=>({...e,underline:!e.underline}))},[]),R=Object(a.m)(()=>{if(w.strikethrough){const e=I();if(!n||!e||"DEL"!==e.tagName||!e.textContent)return;return e.replaceWith(e.textContent),void L(e=>({...e,strikethrough:!1}))}const e=S();document.execCommand("insertHTML",!1,`${e}`),h()},[I,S,h,n,w.strikethrough]),P=Object(a.m)(()=>{if(w.monospace){const e=I();if(!n||!e||"CODE"!==e.tagName||!e.textContent)return;return e.replaceWith(e.textContent),void L(e=>({...e,monospace:!1}))}const e=S();document.execCommand("insertHTML",!1,`${e}`),h()},[I,S,h,n,w.monospace]);function F(){const e=E.includes("://")?E:"http://"+E;if(N){const t=I();if(!t||"A"!==t.tagName)return;return t.href=e,void h()}const t=S();!function(){if(!n)return;const e=window.getSelection();e&&(e.removeAllRanges(),e.addRange(n))}(),document.execCommand("insertHTML",!1,`${t}`),h()}const U=Object(a.m)(e=>{const t={KeyK:v,KeyB:x,KeyU:_,KeyI:D,KeyM:P,KeyS:R}[e.code];!e.altKey&&(e.ctrlKey||e.metaKey)&&t&&(e.preventDefault(),e.stopPropagation(),t())},[x,D,_,P,R,v]);Object(a.n)(()=>(e&&document.addEventListener("keydown",U),()=>document.removeEventListener("keydown",U)),[e,U]);const B=Object(u.a)();if(!p)return;const q=Object(c.a)("TextFormatter",g,O&&"link-control-shown"),H=Object(c.a)("TextFormatter-link-url-confirm",!!E.length&&"shown"),$=t?`left: ${t.x}px; top: ${t.y}px;--text-formatter-left: ${t.x}px;`:"";return a.a.createElement("div",{ref:b,className:q,style:$,onKeyDown:function(e){"Enter"===e.key&&O&&(F(),e.preventDefault())}},a.a.createElement("div",{className:"TextFormatter-buttons"},a.a.createElement(d.a,{color:"translucent",ariaLabel:"Bold text",className:A("bold"),onClick:x},a.a.createElement("i",{className:"icon-bold"})),a.a.createElement(d.a,{color:"translucent",ariaLabel:"Italic text",className:A("italic"),onClick:D},a.a.createElement("i",{className:"icon-italic"})),a.a.createElement(d.a,{color:"translucent",ariaLabel:"Underlined text",className:A("underline"),onClick:_},a.a.createElement("i",{className:"icon-underlined"})),a.a.createElement(d.a,{color:"translucent",ariaLabel:"Strikethrough text",className:A("strikethrough"),onClick:R},a.a.createElement("i",{className:"icon-strikethrough"})),a.a.createElement(d.a,{color:"translucent",ariaLabel:"Monospace text",className:A("monospace"),onClick:P},a.a.createElement("i",{className:"icon-monospace"})),a.a.createElement("div",{className:"TextFormatter-divider"}),a.a.createElement(d.a,{color:"translucent",ariaLabel:B("TextFormat.AddLinkTitle"),onClick:v},a.a.createElement("i",{className:"icon-link"}))),a.a.createElement("div",{className:"TextFormatter-link-control"},a.a.createElement("div",{className:"TextFormatter-buttons"},a.a.createElement(d.a,{color:"translucent",ariaLabel:B("Cancel"),onClick:j},a.a.createElement("i",{className:"icon-arrow-left"})),a.a.createElement("div",{className:"TextFormatter-divider"}),a.a.createElement("div",{className:Object(c.a)("TextFormatter-link-url-input-wrapper",T)},a.a.createElement("input",{ref:f,className:"TextFormatter-link-url-input",type:"text",value:E,placeholder:"Enter URL...",autoComplete:"off",inputMode:"url",onChange:function(e){y(e.target.value),k()},onScroll:k})),a.a.createElement("div",{className:H},a.a.createElement("div",{className:"TextFormatter-divider"}),a.a.createElement(d.a,{color:"translucent",ariaLabel:B("Save"),className:"color-primary",onClick:F},a.a.createElement("i",{className:"icon-check"}))))))})},function(e,t,n){"use strict";var a=n(0),r=n(28),c=n(4),s=n(94),i=n(99);n(228);t.a=Object(a.h)(({message:e,idPrefix:t="shared-media",onClick:n})=>{const o=Object(a.m)(()=>{n(e.id,e.chatId)},[e.id,e.chatId,n]),l=Object(c.E)(e),u=Object(s.a)(Object(c.D)(e,"pictogram")),{shouldRenderThumb:d,shouldRenderFullMedia:m,transitionClassNames:h}=Object(i.a)(u,"slow"),b=Object(c.O)(e);return a.a.createElement("div",{id:`${t}${e.id}`,className:"Media scroll-item",onClick:n?o:void 0},d&&a.a.createElement("img",{src:l,alt:""}),m&&a.a.createElement("img",{src:u,className:h+" full-media",alt:""}),b&&a.a.createElement("span",{className:"video-duration"},b.isGif?"GIF":Object(r.e)(b.duration)))})},,function(e,t,n){"use strict";var a=n(0),r=n(7),c=n(28),s=n(4);var i=n(8),o=n(34);var l=n(109),u=n(27),d=n(118),m=n(162),h=n(90),b=n(30),f=n(110),p=n(107);n(204);const g=r.f?20:25,O=r.f?50:75;function v(e,t,{handleStartSeek:n,handleSeek:r,handleStopSeek:c}){return a.a.createElement("div",{className:"seekline no-selection",onMouseDown:n,onMouseMove:r,onMouseUp:c},a.a.createElement("span",{className:"seekline-buffered-progress"},a.a.createElement("i",{style:`transform: translateX(${100*t}%)`})),a.a.createElement("span",{className:"seekline-play-progress"},a.a.createElement("i",{style:`transform: translateX(${100*e}%)`})),a.a.createElement("span",{className:"seekline-thumb"},a.a.createElement("i",{style:`transform: translateX(${100*e}%)`})))}t.a=Object(a.h)(({message:e,senderTitle:t,uploadProgress:n,renderingFor:j,date:E,lastSyncTime:y,className:N,isSelectable:C,isSelected:T,onPlay:M,onReadMedia:w,onCancelUpload:L,onDateClick:S})=>{const{content:{audio:I,voice:k},isMediaUnread:A}=e,x=Boolean(k),D=Object(a.q)(!1),[_,R]=Object(a.r)(!1),P=y,{mediaData:F,downloadProgress:U}=Object(l.a)(Object(s.D)(e,"inline"),!P,Object(s.C)(e,"inline"));const{isBuffered:B,bufferedProgress:q,bufferingHandlers:H,checkBuffering:$}=Object(d.a)(),{isPlaying:K,playProgress:Y,playPause:V,setCurrentTime:z,duration:W}=Object(m.a)(Object(s.A)(e),Object(s.r)(e),F,H,$,_,(function(){R(!0),M(e.id,e.chatId)}),Object(s.sb)(e));Object(a.n)(()=>{R(K)},[K]);const{isUploading:G,isTransferring:X,transferProgress:Q}=Object(s.s)(e,n||U,_&&!B),{shouldRender:J,transitionClassNames:Z}=Object(u.a)(X),ee=Object(a.m)(()=>{G?L&&L():(K||M(e.id,e.chatId),R(!_),V())},[K,G,e.id,e.chatId,L,M,V,_]);Object(a.n)(()=>{K&&w&&A&&w()},[K,A,w]);const te=Object(a.m)(e=>{if(D.current){const t=e.currentTarget.closest(".seekline,.waveform");if(t){const{width:n,left:a}=t.getBoundingClientRect();z(W*((e.clientX-a)/n))}}},[W,z]),ne=Object(a.m)(e=>{D.current=!0,te(e)},[te]),ae=Object(a.m)(()=>{D.current=!1},[]),re=Object(a.m)(()=>{S(e.id,e.chatId)},[S,e.id,e.chatId]);Object(h.a)();const ce={handleStartSeek:ne,handleSeek:te,handleStopSeek:ae},se=Object(s.tb)(e),ie=Object(a.p)(()=>k&&function(e,t=0,n=!1,{handleStartSeek:r,handleSeek:c,handleStopSeek:s}){const{waveform:i,duration:o}=e;if(!i)return;const l=Math.min(o/30,1),u=Math.round(g+(O-g)*l),d=function(e){const t=8*e.length,n=Math.floor(t/5);if(!n)return[];const a=Array(n),r=e;for(let e=0,t=n-1;e!==t;++e){const t=Math.floor(5*e/8),n=Math.floor(5*e%8),c=r[t]+(r[t+1]<<8);a[e]=c>>n&31}const c=Math.floor(5*(n-1)/8),s=Math.floor(5*(n-1)%8),i=r[c]+(r[c+1]<<8);return a[n-1]=i>>s&31,a}(new Uint8Array(i)),{data:m,peak:h}=function(e,t){let n=0;const a=new Array(t),r=e.length/t,c=e[0],s=e[e.length-1];for(let u=0;u{i.globalAlpha=s/e.length>=t?.5:1,i.fillStyle=t>s/e.length?r:a;const o=Math.max(2,c/Math.max(1,n)*23);!function(e,t,n,a,r,c){a<2*c&&(c=a/2);r<2*c&&(c=r/2);e.beginPath(),e.moveTo(t+c,n),e.arcTo(t+a,n,t+a,n-r,c),e.arcTo(t+a,n-r,t,n-r,c),e.arcTo(t,n-r,t,n,c),e.arcTo(t,n,t+a,n,c),e.closePath()}(i,4*s,23,2,o,1),i.fill()}),{src:s.toDataURL(),width:c,height:23}}(m,t,{peak:h,fillStyle:n?"#B0DEA6":"#CBCBCB",progressFillStyle:n?"#53ad53":"#54a3e6"});return a.a.createElement("img",{src:b,alt:"",width:f,height:p,className:"waveform",draggable:!1,onMouseDown:r,onMouseMove:c,onMouseUp:s})}(k,Y,se,ce),[k,Y,se,ce]),oe=Object(i.a)("Audio media-inner",N,se&&!j&&"own",j&&"bigger",T&&"audio-is-selected"),le=["toggle-play"];J?le.push("loading"):K?le.push("pause"):K||le.push("play");const ue=K||Y>0&&Y<1,de=Object(i.a)("content",ue&&"with-seekline");return a.a.createElement("div",{className:oe},C&&a.a.createElement("div",{className:"message-select-control"},T&&a.a.createElement("i",{className:"icon-select"})),a.a.createElement(b.a,{round:!0,ripple:!r.f,size:j?"smaller":"tiny",className:le.join(" "),ariaLabel:K?"Pause audio":"Play audio",onClick:ee},a.a.createElement("i",{className:"icon-play"}),a.a.createElement("i",{className:"icon-pause"})),J&&a.a.createElement("div",{className:Object(i.a)("media-loading",Z)},a.a.createElement(f.a,{progress:Q,transparent:!0,size:j?"m":"s",onClick:ee})),"searchResult"===j&&a.a.createElement(a.a.Fragment,null,a.a.createElement("div",{className:de},a.a.createElement("div",{className:"content-row"},a.a.createElement("p",{className:"title"},Object(o.a)(function(){if(x)return t||"Voice";const{title:e,fileName:n}=I;return e||n}())),a.a.createElement("div",{className:"message-date"},E&&a.a.createElement(p.a,{className:"date",onClick:re},Object(c.g)(1e3*E)))),ue&&v(Y,q,ce),!ue&&a.a.createElement("p",{className:"duration"},Y>0?Object(c.e)(W*Y)+" / ":void 0,function(){if(x)return Object(c.e)(k.duration);const{performer:e}=I;return a.a.createElement(a.a.Fragment,null,e&&Object(o.a)(e),e&&t&&a.a.createElement("span",null,"•"),t&&Object(o.a)(t))}()))),"searchResult"!==j&&I&&function(e,t,n,r,s,i,l){const{title:u,performer:d,duration:m,fileName:h}=e,b=t||n>0&&n<1;return a.a.createElement("div",{className:"content"},a.a.createElement("p",{className:"title"},Object(o.a)(u||h)),b&&v(n,r,s),!b&&a.a.createElement("div",{className:"meta"},a.a.createElement("span",{className:"performer"},Object(o.a)(d||"Unknown")),i&&a.a.createElement(a.a.Fragment,null," ","•"," ",a.a.createElement(p.a,{className:"date",onClick:l},Object(c.d)(1e3*i)))),a.a.createElement("p",{className:"duration"},n>0?Object(c.e)(m*n)+" / ":void 0,Object(c.e)(m)))}(I,K,Y,q,ce,E,S?re:void 0),"searchResult"!==j&&k&&function(e,t,n){return a.a.createElement("div",{className:"content"},t,a.a.createElement("p",{className:"voice-duration"},Object(c.e)(e.duration),n&&a.a.createElement("span",null,"•")))}(k,ie,A))})},function(e,t,n){"use strict";var a=n(0),r=n(141),c=n(37),s=n(126),i=n(90),o=n(8);n(183);var l=Object(a.h)(({className:e,title:t,active:n,badgeCount:r,isBadgeActive:c,previousActiveTab:s,onClick:i,clickArg:l})=>{const u=Object(a.q)(null);return Object(a.o)(()=>{if(!n||void 0===s)return;const e=u.current,t=e.querySelector("i"),a=e.parentElement.children[s].querySelector("i");a.classList.remove("animate"),t.classList.remove("animate");const r=a.parentElement.offsetLeft-t.parentElement.offsetLeft,c=a.clientWidth/t.clientWidth;t.style.transform=`translate3d(${r}px, 0, 0) scale3d(${c}, 1, 1)`,requestAnimationFrame(()=>{requestAnimationFrame(()=>{requestAnimationFrame(()=>{t.classList.add("animate"),t.style.transform="none"})})})},[n,s]),a.a.createElement("button",{type:"button",className:Object(o.a)("Tab",e,n&&"active"),onClick:()=>i(l),ref:u},a.a.createElement("span",null,t,!!r&&a.a.createElement("span",{className:Object(o.a)("badge",c&&"active")},r),a.a.createElement("i",null)))});n(184);t.a=Object(a.h)(({tabs:e,activeTab:t,onSwitchTab:n})=>{const o=Object(a.q)(null),u=Object(c.a)(t);Object(s.a)(o),Object(a.n)(()=>{const e=o.current;if(e.scrollWidth<=e.offsetWidth)return;const t=e.querySelector(".Tab.active");if(t){const n=t.offsetLeft-e.offsetWidth/2+t.offsetWidth/2;if(Math.abs(n-e.scrollLeft)<16)return;Object(r.a)(e,n)}},[t]);const d=Object(i.a)();return a.a.createElement("div",{className:"TabList no-selection no-scrollbar",ref:o},e.map((e,r)=>a.a.createElement(l,{key:e.title,title:d(e.title),active:r===t,badgeCount:e.badgeCount,isBadgeActive:e.isBadgeActive,previousActiveTab:u,onClick:n,clickArg:r})))})},function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));const a={CHAT_RESTRICTED:"You can't send messages in this chat, you were restricted",CHAT_WRITE_FORBIDDEN:"You can't write in this chat",CHAT_SEND_POLL_FORBIDDEN:"You can't create polls in this chat",CHAT_SEND_STICKERS_FORBIDDEN:"You can't send stickers in this chat",CHAT_SEND_GIFS_FORBIDDEN:"You can't send gifs in this chat",CHAT_SEND_MEDIA_FORBIDDEN:"You can't send media in this chat",CHAT_LINK_EXISTS:"The chat is public, you can't hide the history to new users",SLOWMODE_WAIT_X:"Slowmode is enabled in this chat: you must wait for the specified number of seconds before sending another message to the chat.",USER_BANNED_IN_CHANNEL:"You're banned from sending messages in supergroups / channels",USER_IS_BLOCKED:"You were blocked by this user",YOU_BLOCKED_USER:"You blocked this user",IMAGE_PROCESS_FAILED:"Failure while processing image",MEDIA_EMPTY:"The provided media object is invalid",MEDIA_INVALID:"Media invalid",PHOTO_EXT_INVALID:"The extension of the photo is invalid",PHOTO_INVALID_DIMENSIONS:"The photo dimensions are invalid",PHOTO_SAVE_FILE_INVALID:"Internal issues, try again later",MESSAGE_DELETE_FORBIDDEN:"You can't delete one of the messages you tried to delete, most likely because it is a service message.",MESSAGE_POLL_CLOSED:"Poll closed",MESSAGE_EDIT_TIME_EXPIRED:"You can't edit this message anymore.",CHAT_ADMIN_REQUIRED:"You must be an admin in this chat to do this",PINNED_DIALOGS_TOO_MUCH:"Sorry, you can only pin 5 chats to the top",DIALOG_FILTERS_TOO_MUCH:"Sorry, you can't have more than 10 folders",CHANNEL_PRIVATE:"This channel is private",MEDIA_CAPTION_TOO_LONG:"The provided caption is too long",ADDRESS_STREET_LINE1_INVALID:"The address you provided is not valid",ADDRESS_STREET_LINE2_INVALID:"The address you provided is not valid",ADDRESS_CITY_INVALID:"The city you provided is not valid",ADDRESS_COUNTRY_INVALID:"The country you provided is not valid",ADDRESS_POSTCODE_INVALID:"The postcode you provided is not valid",ADDRESS_STATE_INVALID:"The state you provided is not valid",REQ_INFO_NAME_INVALID:"The name you provided is not valid",REQ_INFO_PHONE_INVALID:"The phone you provided is not valid",REQ_INFO_EMAIL_INVALID:"The email you provided is not valid",LINK_NOT_MODIFIED:"This discussion is already linked to the channel",SERVICE_WORKER_DISABLED:"Service Worker is disabled. Please reload the page without holding key.",CAPTION_TOO_LONG_PLEASE_REMOVE_CHARACTERS:"The provided caption is too long. Please remove {EXTRA_CHARS_COUNT} character{PLURAL_S}.",FRESH_RESET_AUTHORISATION_FORBIDDEN:"You can’t logout other sessions if less than 24 hours have passed since you logged on the current session",BOTS_TOO_MUCH:"There are too many bots in this chat/channel",BOT_GROUPS_BLOCKED:"This bot can't be added to groups",USERS_TOO_MUCH:"The maximum number of users has been exceeded",USER_CHANNELS_TOO_MUCH:"One of the users you tried to add is already in too many channels/supergroups",USER_KICKED:"This user was kicked from this supergroup/channel",USER_NOT_MUTUAL_CONTACT:"The provided user is not a mutual contact",USER_PRIVACY_RESTRICTED:"The user's privacy settings do not allow you to do this"};function r(e){const{message:t,isSlowMode:n,textParams:r}=e;if(n){const e=t.indexOf(" (caused by");return e>0?t.substring(0,e):t}let c=a[t];return c&&r&&(c=Object.keys(r).reduce((e,t)=>e.replace(t,r[t]),c)),c}},function(e,t,n){"use strict";n.d(t,"a",(function(){return r})),n.d(t,"c",(function(){return s})),n.d(t,"b",(function(){return i}));var a=n(1);const r=navigator.clipboard&&window.ClipboardItem,c=document.createElement("textarea");c.setAttribute("readonly",""),c.tabIndex=-1,c.className="visually-hidden";const s=e=>{c.value=e,document.body.appendChild(c);const t=document.getSelection();if(t){const e=t.rangeCount>0&&t.getRangeAt(0);c.select(),document.execCommand("copy"),e&&(t.removeAllRanges(),t.addRange(e))}document.body.removeChild(c)},i=e=>{const t=document.createElement("canvas"),n=t.getContext("2d"),a=new Image;a.onload=e=>{if(n&&e.currentTarget){const a=e.currentTarget;t.width=a.width,t.height=a.height,n.drawImage(a,0,0,a.width,a.height),t.toBlob(o,"image/png",1)}},a.src=e};async function o(e){if(e&&r)try{await navigator.clipboard.write([new window.ClipboardItem({[e.type]:e})])}catch(e){a.l&&console.error(e)}}},function(e,t,n){"use strict";var a=n(0),r=n(2),c=n(4);t.a=({chat:e,privateChatUser:t,handleDelete:n,folderId:s,isPinned:i})=>{const{toggleChatPinned:o,updateChatMutedState:l,toggleChatArchived:u,toggleChatUnread:d}=Object(r.d)();return Object(a.p)(()=>{if(!e)return;const a=t&&t.isSelf,r=e.unreadCount||e.hasUnreadMark?{title:"Mark as Read",icon:"readchats",handler:()=>d({id:e.id})}:{title:"Mark as Unread",icon:"unread",handler:()=>d({id:e.id})},m=i?{title:"Unpin",icon:"unpin",handler:()=>o({id:e.id,folderId:s})}:{title:"Pin",icon:"pin",handler:()=>o({id:e.id,folderId:s})},h=e.isMuted?{title:"Unmute",icon:"unmute",handler:()=>l({chatId:e.id,isMuted:!1})}:{title:"Mute",icon:"mute",handler:()=>l({chatId:e.id,isMuted:!0})},b=Object(c.hb)(e)?{title:"Unarchive",icon:"unarchive",handler:()=>u({id:e.id})}:{title:"Archive",icon:"archive",handler:()=>u({id:e.id})};return[r,m,...a?[]:[h,b],{title:Object(c.lb)(e.id)?"Delete":Object(c.d)(e)?"Delete and Leave":"Leave",icon:"delete",destructive:!0,handler:n}]},[e,t,n,s,i,o,l,u,d])}},function(e,t,n){"use strict";var a=n(0),r=n(28),c=n(159);n(189);t.a=({message:e,outgoingStatus:t})=>a.a.createElement("div",{className:"LastMessageMeta"},t&&a.a.createElement(c.a,{status:t}),a.a.createElement("span",{className:"time"},Object(r.g)(1e3*e.date)))},function(e,t,n){"use strict";var a,r=n(0),c=n(97);n(188);!function(e){e[e.failed=0]="failed",e[e.pending=1]="pending",e[e.succeeded=2]="succeeded",e[e.read=3]="read"}(a||(a={}));t.a=({status:e})=>r.a.createElement("div",{className:"MessageOutgoingStatus"},r.a.createElement(c.a,{name:"reveal",activeKey:a[e]},()=>r.a.createElement("i",{className:"icon-message-"+e})))},function(e,t,n){"use strict";var a=n(0);t.a=(e,t,n,r,c=0,s=0)=>{const[i,o]=Object(a.r)("right"),[l,u]=Object(a.r)("bottom"),[d,m]=Object(a.r)("");return Object(a.n)(()=>{const a=t();if(!e||!a)return;let{x:i,y:l}=e;const d={width:0,left:0,height:0,top:0},h=r(),b=n(),f=a.getBoundingClientRect(),p=h?{width:h.offsetWidth,height:h.offsetHeight}:d,g=b?b.getBoundingClientRect():d;i+p.width+c0?(o("right"),i-=3):(o("left"),i=16),l+p.height{const{shouldRender:u,transitionClassNames:d}=Object(r.a)(e,void 0,void 0,!t&&void 0),m=Object(c.a)(e),h=Object(c.a)(l),b=Object(a.q)();return m&&!e&&(b.current=h),u&&a.a.createElement("div",{id:n,className:Object(s.a)(i,d),onClick:o},e?l():b.current())}},function(e,t,n){"use strict";var a=n(0),r=n(163),c=n(51),s=n(146),i=n(103);t.a=(e,t,n,o,l,u=!1,d,m=!1)=>{const h=Object(a.q)(null),[b,f]=Object(a.r)(!1);let p=b;const[g,O]=Object(a.r)(0);Object(i.a)(()=>{h.current=Object(r.a)(e,(e,n)=>{switch(e){case"onPlay":f(!0);break;case"onPause":f(!1);break;case"onTimeUpdate":{const{proxy:e}=h.current,n=e.duration&&Number.isFinite(e.duration)?e.duration:t;O(e.currentTime/n);break}}o&&o[e]&&o[e](n)},d);const{proxy:n}=h.current;b||n.paused||(f(!0),p=!0),l&&l(n)},[e]);const{play:v,pause:j,setCurrentTime:E,proxy:y,destroy:N}=h.current,C=y.duration&&Number.isFinite(y.duration)?y.duration:t;Object(a.n)(()=>{C&&!Object(s.a)(y)&&O(y.currentTime/C)},[C,g,y]),Object(a.n)(()=>()=>{N(m)},[N,m]),Object(c.a)(([e,t])=>{e===u&&n===t||y.src&&y.paused||u&&n&&!b&&v(n)},[u,n,b,v,y.src,y.paused]);const T=Object(a.m)(()=>{b?j():n&&v(n)},[n,j,v,b]);return{isPlaying:p,playProgress:g,playPause:T,setCurrentTime:E,audioProxy:y,duration:C}}},function(e,t,n){"use strict";n.d(t,"b",(function(){return d})),n.d(t,"a",(function(){return m}));var a=n(7),r=n(131),c=n(146),s=n(2),i=n(4);const o=new Map;let l,u=[];function d(){const e=l&&o.get(l);e&&e.audio.pause()}function m(e,t,n){o.has(e)||(o.set(e,function(e,t){const n=new Audio;function a(t){return a=>{o.has(e)&&(Object(c.a)(n)||o.get(e).handlers.forEach(e=>{e(t,a)}))}}return n.addEventListener("timeupdate",a("onTimeUpdate")),n.addEventListener("play",a("onPlay")),n.addEventListener("pause",a("onPause")),n.addEventListener("loadstart",a("onLoadStart")),n.addEventListener("loadeddata",a("onLoadedData")),n.addEventListener("playing",a("onPlaying")),n.addEventListener("ended",()=>{if(Object(c.a)(n))return;const t=u[u.indexOf(e)+1];if(!t)return;if(!o.has(t))return void Object(s.d)().openAudioPlayer(Object(i.zb)(t));const a=o.get(t);a.onForcePlay&&a.onForcePlay(),l=t,a.audio.src&&Object(r.a)(a.audio)}),{audio:n,proxy:new Proxy(n,{get:(e,t)=>e[t]}),handlers:[],onForcePlay:t}}(e,n)),u.includes(e)||u.push(e));const{audio:d,proxy:m,handlers:h}=o.get(e);return h.push(t),{play(t){l&&l!==e&&o.get(l).audio.pause(),l=e,d.src||(d.src=t,d.preload="auto",t.includes("/progressive/")&&a.i&&Object(c.b)(d)),Object(r.a)(d)},pause(){l===e&&d.pause()},setCurrentTime(t){l===e&&(d.currentTime=t)},proxy:m,destroy(n=!1){const a=o.get(e);a&&(a.handlers=a.handlers.filter(e=>e!==t),a.handlers.length||(a.audio.pause(),o.delete(e),n&&(u=u.filter(t=>t!==e)),e===l&&(l=void 0)))}}}},function(e,t,n){"use strict";function a(e,t){const n=document.createElement("a");n.href=e,n.download=t,n.click()}n.d(t,"a",(function(){return a}))},function(e,t,n){"use strict";var a=n(0),r=n(27),c=n(99),s=n(8),i=n(28),o=n(53),l=n(100),u=n(34),d=n(110),m=n(107);n(203);t.a=Object(a.h)(({ref:e,name:t,size:n,extension:h="",timestamp:b,sender:f,thumbnailDataUri:p,previewData:g,className:O,smaller:v,isTransferring:j,isUploading:E,isSelectable:y,isSelected:N,transferProgress:C,onClick:T,onDateClick:M})=>{let w=Object(a.q)(null);e&&(w=e);const{shouldRender:L,transitionClassNames:S}=Object(r.a)(j,void 0,!0),I=Object(o.a)(h),k=Object(o.e)(n),{shouldRenderThumb:A,shouldRenderFullMedia:x,transitionClassNames:D}=Object(c.a)(g,"slow"),{width:_,height:R}=Object(l.i)(v),P=Object(s.a)("File",O,v&&"smaller",T&&!E&&"interactive",N&&"file-is-selected");return a.a.createElement("div",{ref:w,className:P},y&&a.a.createElement("div",{className:"message-select-control"},N&&a.a.createElement("i",{className:"icon-select"})),a.a.createElement("div",{className:"file-icon-container",onClick:E?void 0:T},p||g?a.a.createElement("div",{className:"file-preview media-inner"},A&&a.a.createElement("img",{src:p,width:_,height:R,className:"thumbnail",alt:""}),x&&a.a.createElement("img",{src:g,className:"full-media "+D,width:_,height:R,alt:""})):a.a.createElement("div",{className:"file-icon "+I},h.length<=4&&a.a.createElement("span",{className:"file-ext"},h)),L&&a.a.createElement("div",{className:Object(s.a)("file-progress",I,S)},a.a.createElement(d.a,{progress:C,size:v?"s":"m",onClick:E?T:void 0})),T&&a.a.createElement("i",{className:Object(s.a)("icon-download",L&&"hidden")})),a.a.createElement("div",{className:"file-info"},a.a.createElement("div",{className:"file-title"},Object(u.a)(t)),a.a.createElement("div",{className:"file-subtitle"},a.a.createElement("span",null,j&&C?Math.round(100*C)+"%":k),f&&a.a.createElement("span",{className:"file-sender"},Object(u.a)(f)),!f&&b&&a.a.createElement(a.a.Fragment,null," ",a.a.createElement(m.a,{onClick:M},Object(i.d)(1e3*b))))),f&&b&&a.a.createElement(m.a,{onClick:M},Object(i.g)(1e3*b)))})},function(e,t,n){"use strict";n.d(t,"a",(function(){return c}));const a=[1,57,41,21,203,34,97,73,227,91,149,62,105,45,39,137,241,107,3,173,39,71,65,238,219,101,187,87,81,151,141,133,249,117,221,209,197,187,177,169,5,153,73,139,133,127,243,233,223,107,103,99,191,23,177,171,165,159,77,149,9,139,135,131,253,245,119,231,224,109,211,103,25,195,189,23,45,175,171,83,81,79,155,151,147,9,141,137,67,131,129,251,123,30,235,115,113,221,217,53,13,51,50,49,193,189,185,91,179,175,43,169,83,163,5,79,155,19,75,147,145,143,35,69,17,67,33,65,255,251,247,243,239,59,29,229,113,111,219,27,213,105,207,51,201,199,49,193,191,47,93,183,181,179,11,87,43,85,167,165,163,161,159,157,155,77,19,75,37,73,145,143,141,35,138,137,135,67,33,131,129,255,63,250,247,61,121,239,237,117,29,229,227,225,111,55,109,216,213,211,209,207,205,203,201,199,197,195,193,48,190,47,93,185,183,181,179,178,176,175,173,171,85,21,167,165,41,163,161,5,79,157,78,154,153,19,75,149,74,147,73,144,143,71,141,140,139,137,17,135,134,133,66,131,65,129,1],r=[0,9,10,10,14,12,14,14,16,15,16,15,16,15,15,17,18,17,12,18,16,17,17,19,19,18,19,18,18,19,19,19,20,19,20,20,20,20,20,20,15,20,19,20,20,20,21,21,21,20,20,20,21,18,21,21,21,21,20,21,17,21,21,21,22,22,21,22,22,21,22,21,19,22,22,19,20,22,22,21,21,21,22,22,22,18,22,22,21,22,22,23,22,20,23,22,22,23,23,21,19,21,21,21,23,23,23,22,23,23,21,23,22,23,18,22,23,20,22,23,23,23,21,22,20,22,21,22,24,24,24,24,24,22,21,24,23,23,24,21,24,23,24,22,24,24,22,24,24,22,23,24,24,24,20,23,22,23,24,24,24,24,24,24,24,23,21,23,22,23,24,24,24,22,24,24,24,23,22,24,24,25,23,25,25,23,24,25,25,24,22,25,25,25,24,23,24,25,25,25,25,25,25,25,25,25,25,25,25,23,25,23,24,25,25,25,25,25,25,25,25,25,24,22,25,25,23,25,25,20,24,25,24,25,25,22,24,25,24,25,24,25,25,24,25,25,25,25,22,25,25,25,24,25,24,25,18];function c(e,t,n,c,s,i,o){if(Number.isNaN(i)||i<1)return;i|=0,Number.isNaN(o)&&(o=1),(o|=0)>3&&(o=3),o<1&&(o=1);const l=e.getImageData(t,n,c,s),u=l.data;let d,m,h,b,f,p,g,O,v,j,E,y,N=c-1,C=s-1,T=i+1,M=[],w=[],L=[],S=a[i],I=r[i],k=[],A=[];for(;o-- >0;){for(y=E=0,f=0;fN?N:p)<<2),d+=u[g++],m+=u[g++],h+=u[g++];for(b=0;b0?g<<2:0),O=y+k[b],v=y+A[b],d+=u[O++]-u[v++],m+=u[O++]-u[v++],h+=u[O++]-u[v++],E++;y+=c<<2}for(b=0;bC?0:c,d+=M[j],m+=w[j],h+=L[j];for(E=b<<2,f=0;f>>I,u[E+1]=m*S>>>I,u[E+2]=h*S>>>I,0==b&&(k[f]=((g=f+T)0?g*c:0),O=b+k[f],v=b+A[f],d+=M[O]-M[v],m+=w[O]-w[v],h+=L[O]-L[v],E+=c<<2}}e.putImageData(l,t,n)}},function(e,t,n){"use strict";var a=n(0),r=n(1),c=n(27),s=n(8),i=n(41),o=n(111);n(210);t.a=Object(a.h)(({message:e,duration:t=3e3,onDismiss:n})=>{const[l,u]=Object(a.r)(!0),d=Object(a.q)(null),{transitionClassNames:m}=Object(c.a)(l),h=Object(a.m)(()=>{u(!1),setTimeout(n,150+r.c)},[n]);Object(a.n)(()=>l?Object(i.a)(h):void 0,[l,h]),Object(a.n)(()=>(d.current=window.setTimeout(h,t),()=>{d.current&&(clearTimeout(d.current),d.current=void 0)}),[t,h]);const b=Object(a.m)(()=>{d.current&&(clearTimeout(d.current),d.current=void 0)},[]),f=Object(a.m)(()=>{d.current=window.setTimeout(h,t)},[t,h]);return a.a.createElement(o.a,{className:"Notification-container",containerId:"#middle-column-portals"},a.a.createElement("div",{className:Object(s.a)("Notification",m),onClick:h,onMouseEnter:b,onMouseLeave:f},a.a.createElement("div",{className:"content"},e)))})},function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));var a=n(1);function r(e){const{commonAncestorContainer:t}=e;let n=t,r=1;for(;n&&n.id!==a.q&&r<5;)n=n.parentElement,r++;return Boolean(n&&n.id===a.q)}},function(e,t,n){"use strict";var a=n(0),r=n(2),c=n(1),s=n(6),i=n(9),o=n(119),l=n(8),u=n(3),d=n(7),m=n(49),h=n(147),b=n(35),f=n(56),p=n(168),g=n(150);const O=d.f?256:416;t.a=Object(a.h)(Object(r.h)(e=>{const{chatId:t,threadId:n}=Object(s.x)(e)||{},{messageSendKeyCombo:a}=e.settings.byKey;return{currentChatId:t,messageSendKeyCombo:a,replyingToId:t&&n?Object(s.hb)(e,t,n):void 0,noTabCapture:e.isPollModalOpen||e.payment.isPaymentModalOpen}},(e,t)=>Object(u.l)(t,["editLastMessage"]))(({id:e,editableInputId:t,html:n,placeholder:r,shouldSetFocus:s,shouldSupressFocus:u,onUpdate:v,onSupressedFocus:j,onSend:E,currentChatId:y,replyingToId:N,noTabCapture:C,messageSendKeyCombo:T,editLastMessage:M})=>{const w=Object(a.q)(null),L=Object(a.q)(null),S=Object(a.q)(!1),[I,k,A]=Object(b.a)(),[x,D]=Object(a.r)(),[_,R]=Object(a.r)();Object(h.a)(([e])=>{n!==w.current.innerHTML&&(w.current.innerHTML=n),n!==L.current.innerHTML&&(L.current.innerHTML=n),void 0!==e&&e!==n&&function(){const e=w.current,t=L.current;e.style.height=Math.min(t.scrollHeight,O)+"px",e.classList.toggle("overflown",t.scrollHeight>O),document.body.classList.toggle("hide-mask-shadow",t.scrollHeight>100)}()},[n]);const P=Object(a.m)(()=>{w.current.closest(".from, .to")?setTimeout(P,350):Object(o.a)(w.current)},[]);function F(){if(d.d)return;const e=window.getSelection();if(!e||!e.rangeCount||S.current)return void A();const t=e.getRangeAt(0),n=t.toString().trim();if(!Object(p.a)(t)||!n||Object(f.a)(n)||!t.START_TO_END)return void A();const a=t.getBoundingClientRect(),r=w.current.getBoundingClientRect();let c=a.left+a.width/2-r.left;c<90?c=90:c>r.width-90&&(c=r.width-90),D({x:c,y:a.top-r.top}),R(t),k()}Object(a.n)(()=>{d.k||P()},[y,P,N,s]),Object(a.n)(()=>{if(C)return;const e=Object(i.a)(e=>{"Tab"===e.key&&(e.preventDefault(),requestAnimationFrame(P))},2e3,!0,!1);return Object(m.a)({onTab:e})},[P,C]),Object(a.n)(()=>{const e=w.current;function t(){e.blur()}return u&&e.addEventListener("focus",t),()=>{e.removeEventListener("focus",t)}},[u]);const U=Object(l.a)("form-control custom-scroll",n.length>0&&"touched",u&&"focus-disabled");return a.a.createElement("div",{id:e,onClick:u?j:void 0},a.a.createElement("div",{ref:w,id:t||c.q,className:U,contentEditable:!0,onClick:P,onChange:function(e){const{innerHTML:t,textContent:n}=e.currentTarget;if(v("
"===t?"":t),!(d.k||n&&n.length)){const e=window.getSelection();e&&(w.current.blur(),e.removeAllRanges(),Object(o.a)(w.current,!0))}},onKeyDown:function(e){"Enter"!==e.key||e.shiftKey?"ArrowUp"!==e.key||n.length?e.target.addEventListener("keyup",(function t(){F(),e.target.removeEventListener("keyup",t)})):(e.preventDefault(),M()):d.d||d.b||!("enter"===T&&!e.shiftKey||"ctrl-enter"===T&&(e.ctrlKey||e.metaKey))||(e.preventDefault(),A(),E())},onMouseDown:function(e){2===e.button?!0!==S.current&&(S.current=!0,document.addEventListener("mousedown",(function e(){setTimeout(()=>{S.current=!1},100),window.removeEventListener("mouseup",e)})),document.addEventListener("keydown",(function e(t){"Esc"!==t.key&&"Escape"!==t.key||(setTimeout(()=>{S.current=!1},100),window.removeEventListener("keydown",e))}))):e.target.addEventListener("mouseup",(function t(){F(),e.target.removeEventListener("mouseup",t)}))},onContextMenu:function(e){d.b&&(e.preventDefault(),e.stopPropagation())},onTouchCancel:function(){d.b&&F()}}),a.a.createElement("div",{ref:L,className:Object(l.a)(U,"clone")}),a.a.createElement("span",{className:"placeholder-text"},r),a.a.createElement(g.a,{isOpen:I,anchorPosition:x,selectedRange:_,onClose:A}))}))},function(e,t,n){"use strict";var a=n(0),r=n(4),c=n(8),s=n(143),i=n(34),o=n(28),l=n(151),u=n(107);n(229);t.a=Object(a.h)(({message:e,senderTitle:t,onMessageClick:n})=>{let d=Object(r.P)(e);if(!d){const t=Object(r.n)(e);if(t){const{url:n,domain:a}=t,c=Object(r.M)(e);d={siteName:a.replace(/^www./,""),url:n.includes("://")?n:n.includes("@")?"mailto:"+n:"http://"+n,description:c!==n?c:void 0}}}const m=Object(a.m)(()=>{n(e.id,e.chatId)},[n,e.id,e.chatId]);if(!d)return;const{siteName:h,url:b,displayUrl:f,title:p,description:g,photo:O}=d,v=!t&&Object(s.a)(g,170),j=Object(c.a)("WebLink scroll-item",!O&&"without-photo");return a.a.createElement("div",{className:j,"data-initial":(h||f)[0]},O&&a.a.createElement(l.a,{message:e}),a.a.createElement("div",{className:"content"},a.a.createElement(u.a,{className:"site-title",onClick:m},Object(i.a)(p||h||f)),v&&a.a.createElement(u.a,{className:"site-description",onClick:m},Object(i.a)(v)),a.a.createElement("a",{href:b,target:"_blank",rel:"noopener noreferrer",className:"site-name"},b.replace("mailto:","")||f),t&&a.a.createElement("div",{className:"sender-name"},Object(i.a)(t))),t&&a.a.createElement("div",{className:"message-date"},a.a.createElement(u.a,{className:"date",onClick:m},Object(o.g)(1e3*e.date))))})},,,,function(e,t,n){"use strict";var a=n(0),r=n(2),c=n(5),s=n(1),i=n(7),o=n(37),l=n(3),u=n(4),d=n(6),m=n(115);let h;!function(e){e[e.Move=0]="Move",e[e.Opacity=1]="Opacity",e[e.None=2]="None"}(h||(h={}));var b=n(98),f=n(16),p=n(90),g=n(175),O=n(34),v=n(9),j=n(8),E=n(127),y=n(157),N=n(35),C=n(94),T=n(96),M=n(128),w=n(144),L=n(158),S=n(145),I=n(91),k=n(44),A=n(161);n(192);var x=({chat:e,isPinned:t})=>{const n=Boolean(e.unreadCount||e.hasUnreadMark||t),r=Object(j.a)("Badge",e.isMuted&&"muted",t&&"pinned",Boolean(e.unreadCount||e.hasUnreadMark)&&"unread");function c(){return e.unreadCount?e.unreadMentionsCount?a.a.createElement("div",{className:"Badge-wrapper"},a.a.createElement("div",{className:"Badge mention"},a.a.createElement("i",{className:"icon-mention"})),a.a.createElement("div",{className:r},Object(k.b)(e.unreadCount))):a.a.createElement("div",{className:r},Object(k.b)(e.unreadCount)):e.hasUnreadMark?a.a.createElement("div",{className:r}):t?a.a.createElement("div",{className:r},a.a.createElement("i",{className:"icon-pinned-chat"})):void 0}return a.a.createElement(A.a,{isCustom:!0,className:"Badge-transition",isOpen:n},c)};n(193);var D,_=Object(a.h)(Object(r.h)((e,{chatId:t})=>{const n=Object(d.f)(e,t);if(!n||!n.lastMessage)return{};const{senderId:a,replyToMessageId:r,isOutgoing:s}=n.lastMessage,i=a?Object(d.Bb)(e,a):void 0,o=Object(u.t)(n.lastMessage),l=o&&r?Object(d.k)(e,n.id,r):void 0,{targetUserId:m,targetChatId:h}=o||{},b=Object(u.T)(n),{type:f}=Object(d.x)(e)||{};return{chat:n,lastMessageSender:i,...s&&{lastMessageOutgoingStatus:Object(d.ab)(e,n.lastMessage)},...b&&{privateChatUser:Object(d.Bb)(e,b)},...m&&{actionTargetUser:Object(d.Bb)(e,m)},actionTargetChatId:h,actionTargetMessage:l,draft:Object(d.A)(e,t,c.MAIN_THREAD_ID),messageListType:f,animationLevel:e.settings.byKey.animationLevel,lastSyncTime:e.lastSyncTime}},(e,t)=>Object(l.l)(t,["openChat","focusLastMessage"]))(({style:e,chatId:t,folderId:n,orderDiff:r,animationType:c,isSelected:o,isPinned:l,chat:d,privateChatUser:m,actionTargetUser:b,lastMessageSender:f,lastMessageOutgoingStatus:k,actionTargetMessage:A,actionTargetChatId:D,draft:_,messageListType:R,animationLevel:P,lastSyncTime:F,openChat:U,focusLastMessage:B})=>{const q=Object(a.q)(null),[H,$,K]=Object(N.a)(),{lastMessage:Y,typingStatus:V}=d||{},z=Y&&Object(u.db)(Y);Object(E.a)(t,z?Y.replyToMessageId:void 0,A);const W=Y&&!Object(u.L)(Y)?Object(u.E)(Y):void 0,G=Object(C.a)(Y?Object(u.D)(Y,"micro"):void 0);Object(a.o)(()=>{if(0===P)return;const e=q.current;if(c===h.Opacity)e.style.opacity="0",Object(v.b)(()=>{e.classList.add("animate-opacity"),e.style.opacity="1"});else{if(c!==h.Move)return;e.style.transform=`translate3d(0, ${100*-r}%, 0)`,Object(v.b)(()=>{e.classList.add("animate-transform"),e.style.transform=""})}setTimeout(()=>{Object(v.b)(()=>{e.classList.remove("animate-opacity","animate-transform"),e.style.opacity="",e.style.transform=""})},200+s.c)},[P,r,c]);const X=Object(a.m)(()=>{U({id:t}),o&&"thread"===R&&B()},[o,R,U,t,B]),Q=Object(y.a)({chat:d,privateChatUser:m,handleDelete:$,folderId:n,isPinned:l}),J=Object(p.a)();if(!d)return;const Z=Object(j.a)("Chat chat-item-clickable",Object(u.lb)(t)?"private":"group",o&&"selected");return a.a.createElement(I.a,{ref:q,className:Z,style:e,ripple:!i.f,contextActions:Q,onClick:X},a.a.createElement(T.a,{chat:d,user:m,withOnlineStatus:!0,isSavedMessages:m&&m.isSelf,lastSyncTime:F}),a.a.createElement("div",{className:"info"},a.a.createElement("div",{className:"title"},a.a.createElement("h3",null,Object(O.a)(Object(u.l)(d,m))),d.isVerified&&a.a.createElement(M.a,null),d.isMuted&&a.a.createElement("i",{className:"icon-muted-chat"}),d.lastMessage&&a.a.createElement(L.a,{message:d.lastMessage,outgoingStatus:k})),a.a.createElement("div",{className:"subtitle"},function(){if(V&&Y&&V.timestamp>1e3*Y.date)return a.a.createElement(w.a,{typingStatus:V});if(_&&_.text.length)return a.a.createElement("p",{className:"last-message"},a.a.createElement("span",{className:"draft"},J("Draft")),Object(O.a)(_.text));if(!Y)return;if(z){const e=d&&(Object(u.jb)(d)||Y.senderId===Y.chatId)?d:f;return a.a.createElement("p",{className:"last-message"},Object(O.a)(Object(g.a)(Y,e,b,A,D,{asPlain:!0})))}const e=Object(u.I)(t,f);return a.a.createElement("p",{className:"last-message"},e&&a.a.createElement("span",{className:"sender-name"},Object(O.a)(e)),function(e,t){if(!t)return Object(O.a)(Object(u.M)(e));return a.a.createElement("span",{className:"media-preview"},a.a.createElement("img",{src:t,alt:""}),Object(u.O)(e)&&a.a.createElement("i",{className:"icon-play"}),Object(O.a)(Object(u.M)(e,!0)))}(Y,G||W))}(),a.a.createElement(x,{chat:d,isPinned:l}))),a.a.createElement(S.a,{isOpen:H,onClose:K,chat:d}))}));!function(e){e.all="active",e.archived="archived"}(D||(D={}));t.a=Object(a.h)(Object(r.h)((e,{folderType:t,folderId:n})=>{const{chats:{listIds:a,byId:r,orderedPinnedIds:s},users:{byId:i},lastSyncTime:o}=e,{chatId:l,threadId:u}=Object(d.x)(e)||{},m="folder"!==t?D[t]:void 0,h=n?Object(d.i)(e,n):void 0;return{chatsById:r,usersById:i,currentChatId:l,lastSyncTime:o,...m?{listIds:a[m],orderedPinnedIds:s[m]}:{chatFolder:h},isInDiscussionThread:u!==c.MAIN_THREAD_ID}},(e,t)=>Object(l.l)(t,["loadMoreChats","preloadTopChatMessages"]))(({folderType:e,folderId:t,noChatsText:n="Chat list is empty.",chatFolder:r,chatsById:c,usersById:d,listIds:p,currentChatId:g,orderedPinnedIds:O,lastSyncTime:v,isInDiscussionThread:j,loadMoreChats:E,preloadTopChatMessages:y})=>{const[N,C]=Object(a.p)(()=>"folder"===e&&r?Object(u.Bb)(c,d,r):[p,O],[e,c,d,r,p,O]),[T,M]=Object(a.p)(()=>{if(!N||"folder"===e&&!r)return[];const t=Object(u.Ab)(c,N,C,e),n=[...t.pinnedChats,...t.otherChats],a=n.map(({id:e})=>e);return[n.reduce((e,t,n)=>(e[t.id]=n,e),{}),a]},[N,C,e,r,c]),w=Object(o.a)(T),L=T&&w?Object(l.i)(T,(e,t)=>e-(void 0!==w[t]?w[t]:1/0)):{},S=Object(a.m)(()=>{E({listType:"archived"===e?"archived":"active"})},[E,e]),[I,k]=Object(m.a)(v?S:void 0,M,void 0,s.i,"all"===e&&!s.a),A=I&&Object(u.Ab)(c,I,C,e);Object(a.n)(()=>{v&&"all"===e&&y()},[v,e,y]);const x=function(e){const t=Object(a.m)(t=>e[t]<0,[e]),n=Object(a.m)(t=>e[t]>0,[e]),r=Object.keys(e).map(Number),c=r.filter(t).length,s=r.filter(n).length;return Object(a.m)(a=>{const r=e[a];return 0===r?h.None:r===1/0||r===-1/0||t(a)&&c<=s||n(a)&&sa.a.createElement(_,{key:n,teactOrderKey:r,chatId:n,isPinned:!0,folderId:t,isSelected:n===g&&!j,animationType:x(n),orderDiff:L[n],style:`top: ${(e+r)*s.g}px;`})),A.otherChats.map((e,r)=>a.a.createElement(_,{key:e.id,teactOrderKey:Object(u.j)(e),chatId:e.id,folderId:t,isSelected:e.id===g&&!j,animationType:x(e.id),orderDiff:L[e.id],style:`top: ${(n+r)*s.g}px;`})))}():I&&!I.length?a.a.createElement("div",{className:"no-results"},n):a.a.createElement(f.a,{key:"loading"}))}))},function(e,t,n){"use strict";n.d(t,"a",(function(){return b}));var a=n(0),r=n(4),c=n(143),s=n(34),i=n(2),o=n(3),l=n(8),u=n(107);var d=Object(i.h)(void 0,(e,t)=>Object(o.l)(t,["openUserInfo"]))(({className:e,sender:t,openUserInfo:n,children:r})=>{const c=Object(a.m)(()=>{t&&n({id:t.id})},[t,n]);return t?a.a.createElement(u.a,{className:Object(l.a)("UserLink",e),onClick:c},r):r});var m=Object(i.h)(void 0,(e,t)=>Object(o.l)(t,["focusMessage"]))(({className:e,message:t,children:n,focusMessage:r})=>{const c=Object(a.m)(()=>{t&&r({chatId:t.chatId,messageId:t.id})},[r,t]);return t?a.a.createElement(u.a,{className:Object(l.a)("MessageLink",e),onClick:c},n):n});var h=Object(i.h)(void 0,(e,t)=>Object(o.l)(t,["openChat"]))(({className:e,chatId:t,openChat:n,children:r})=>{const c=Object(a.m)(()=>{t&&n({id:t})},[t,n]);return t?a.a.createElement(u.a,{className:Object(l.a)("ChatLink",e),onClick:c},r):r});function b(e,t,n,i,o,l={}){if(!e.content.action)return[];const{text:u}=e.content.action,d=[],b={...l,maxTextLength:16};let g,O=p(u,"%action_origin%",t?!l.isEmbedded&&(v=t,j=l.asPlain,Object(r.fb)(v)?function(e,t){const n=Object(c.a)(Object(r.l)(e));return t?n:a.a.createElement(h,{className:"action-link",chatId:e.id},e&&Object(s.a)(n))}(v,j):f(v,j))||" ":"User");var v,j;return g=O.pop(),d.push(...O),O=p(g,"%target_user%",n?f(n,l.asPlain):"User"),g=O.pop(),d.push(...O),O=p(g,"%message%",i?function(e,t={}){const n=Object(r.M)(e),{photo:i,video:o,document:l,sticker:u}=Object(r.v)(e),d=n&&!i&&!o&&!l&&!u;let h=Object(c.a)(n,t.maxTextLength);i?h="a photo":o?h=o.isGif?"a GIF":"a video":l?h="a document":u&&(h=`«${n}»`);if(t.asPlain)return d?`«${h}»`:h;if(d)return a.a.createElement("span",null,"«",a.a.createElement(m,{className:"action-link",message:e},Object(s.a)(h)),"»");return a.a.createElement(m,{className:"action-link",message:e},Object(s.a)(h))}(i,b):"a message"),g=O.pop(),d.push(...O),O=p(g,"%product%",i?function(e){return e.content&&e.content.invoice?e.content.invoice.title:"a product"}(i):"a product"),g=O.pop(),d.push(...O),O=p(g,"%target_chat%",o?function(e,t){if(t)return"another chat";return a.a.createElement(h,{className:"action-link",chatId:e},"another chat")}(o,l.asPlain):"another chat"),d.push(...O),l.asPlain?d.join("").trim():d}function f(e,t){const n=Object(c.a)(Object(r.Z)(e));return t?n:a.a.createElement(d,{className:"action-link",sender:e},e&&Object(s.a)(n))}function p(e,t,n){const a=e.indexOf(t);if(a<0||!n)return[e];const r=[];return r.push(e.substring(0,a)),r.push(n),r.push(e.substring(a+t.length)),r}},function(e,t,n){"use strict";n.d(t,"a",(function(){return m}));var a=n(0),r=n(5),c=n(1),s=n(4),i=n(45);var o=n(7),l=n(119),u=n(35);const d=/[^@_\d\wа-яё]+/i;function m(e,t,n,m=c.q,h,b,f){const[p,g,O]=Object(u.a)(),[v,j]=Object(a.r)(""),[E,y]=Object(a.r)([]),N=Object(a.m)(e=>{if(h&&f)return h.filter(({userId:t})=>{const n=f[t];return!(t===b||!n)&&(!e||function(e,t){const n=t.username.toLowerCase(),a=Object(s.Z)(t),r=a&&a.toLowerCase(),c=e.toLowerCase();return n.startsWith(c)||r&&Object(i.a)(r,c)}(e,n))})},[h,b,f]);Object(a.n)(()=>{if(!e||!t.length)return void O();const n=function(e){const t=document.createElement("div");t.innerHTML=e;const n=t.innerText,a=n[n.length-1],r=n.split(d).pop();if(!n.length||d.test(a)||!r||!r.startsWith("@"))return;return r}(t);if(n){const e=n?n.substr(1):"",t=N(e);t&&t.length?(g(),j(e),y(t)):O()}else O()},[e,t,N,g,O]);const C=Object(a.m)((e,a=!1)=>{if(!e.username&&!Object(s.Y)(e))return;const c=e.username?"@"+e.username:`${Object(s.Y)(e)}`,i=t.lastIndexOf("@");if(-1!==i){n(`${t.substr(0,i)}${c} `);const e=document.getElementById(m);o.f||requestAnimationFrame(()=>{Object(l.a)(e,a)})}O()},[t,m,n,O]);return{isMentionMenuOpen:p,mentionFilter:v,closeMentionMenu:O,insertMention:C,mentionFilteredMembers:E}}},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},,,function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},,,,function(e,t,n){},function(e,t,n){},,,,function(e,t,n){},function(e,t,n){},function(e,t,n){},,,function(e,t,n){},,function(e,t,n){},function(e,t,n){},,,,,,,,,,,,function(e,t,n){},,,,,,function(e,t,n){},function(e,t,n){},function(e,t,n){}])]); \ No newline at end of file diff --git a/dist/01705582fc3eca0e007b.worker.js b/dist/01705582fc3eca0e007b.worker.js new file mode 100644 index 000000000..f5cbd8b60 --- /dev/null +++ b/dist/01705582fc3eca0e007b.worker.js @@ -0,0 +1 @@ +!function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=1)}([function(e,t){var n,r,i=e.exports={};function o(){throw new Error("setTimeout has not been defined")}function u(){throw new Error("clearTimeout has not been defined")}function s(e){if(n===setTimeout)return setTimeout(e,0);if((n===o||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:o}catch(e){n=o}try{r="function"==typeof clearTimeout?clearTimeout:u}catch(e){r=u}}();var f,a=[],c=!1,l=-1;function p(){c&&f&&(c=!1,f.length?a=f.concat(a):l=-1,a.length&&h())}function h(){if(!c){var e=s(p);c=!0;for(var t=a.length;t;){for(f=a,a=[];++l1)for(var n=1;n1){for(var o=t.getUint8(n+26,!0),u=n+27+o,s=0;s>2]=a,this.HEAP32[this.resampleOutputLengthPointer>>2]=c,this._speex_resampler_process_interleaved_float(this.resampler,this.decoderOutputPointer,this.decoderOutputLengthPointer,this.resampleOutputBufferPointer,this.resampleOutputLengthPointer),this.sendToOutputBuffers(this.HEAPF32.subarray(this.resampleOutputBufferPointer>>2,(this.resampleOutputBufferPointer>>2)+c*this.numberOfChannels)),this.decoderBufferIndex=0}}4&r&&this.sendLastBuffer()}}),this)},u.prototype.getPageBoundaries=function(e){for(var t=[],n=0;n1&&t.argv[1].replace(/\\/g,"/"),s=t.argv.slice(2),e.exports=i,t.on("uncaughtException",(function(e){if(!(e instanceof Pe))throw e})),t.on("unhandledRejection",ee),i.inspect=function(){return"[Emscripten Module object]"}):l?("undefined"!=typeof read&&(p=function(e){return read(e)}),h=function(e){var t;return"function"==typeof readbuffer?new Uint8Array(readbuffer(e)):(S("object"==typeof(t=read(e,"binary"))),t)},"undefined"!=typeof scriptArgs?s=scriptArgs:void 0!==arguments&&(s=arguments),"function"==typeof quit&&function(e){quit(e)},"undefined"!=typeof print&&("undefined"==typeof console&&(console={}),console.log=print,console.warn=console.error="undefined"!=typeof printErr?printErr:print)):(f||a)&&(a?y=self.location.href:document.currentScript&&(y=document.currentScript.src),y=0!==y.indexOf("blob:")?y.substr(0,y.lastIndexOf("/")+1):"",p=function(e){var t=new XMLHttpRequest;return t.open("GET",e,!1),t.send(null),t.responseText},a&&(h=function(e){var t=new XMLHttpRequest;return t.open("GET",e,!1),t.responseType="arraybuffer",t.send(null),new Uint8Array(t.response)}),function(e,t,n){var r=new XMLHttpRequest;r.open("GET",e,!0),r.responseType="arraybuffer",r.onload=function(){200==r.status||0==r.status&&r.response?t(r.response):n()},r.onerror=n,r.send(null)});var b=i.print||console.log.bind(console),v=i.printErr||console.warn.bind(console);for(o in u)u.hasOwnProperty(o)&&(i[o]=u[o]);u=null,i.arguments&&(s=i.arguments),i.thisProgram&&i.thisProgram,i.quit&&i.quit;var _,w,A={"f64-rem":function(e,t){return e%t},debugger:function(){}};new Array(0);i.wasmBinary&&(_=i.wasmBinary),i.noExitRuntime&&i.noExitRuntime,"object"!=typeof WebAssembly&&v("no native wasm support detected");var x=new WebAssembly.Table({initial:14,maximum:14,element:"anyfunc"}),O=!1;function S(e,t){e||ee("Assertion failed: "+t)}var B="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0;function P(e,t,n){for(var r=t+n,i=t;e[i]&&!(i>=r);)++i;if(i-t>16&&e.subarray&&B)return B.decode(e.subarray(t,i));for(var o="";t>10,56320|1023&a)}}else o+=String.fromCharCode((31&u)<<6|s)}else o+=String.fromCharCode(u)}return o}function E(e,t){return e?P(M,e,t):""}"undefined"!=typeof TextDecoder&&new TextDecoder("utf-16le");var L,T,M,R,C=65536;function j(e){L=e,i.HEAP8=T=new Int8Array(e),i.HEAP16=new Int16Array(e),i.HEAP32=R=new Int32Array(e),i.HEAPU8=M=new Uint8Array(e),i.HEAPU16=new Uint16Array(e),i.HEAPU32=new Uint32Array(e),i.HEAPF32=new Float32Array(e),i.HEAPF64=new Float64Array(e)}var I=5280704,H=37616,F=i.TOTAL_MEMORY||16777216;function U(e){for(;e.length>0;){var t=e.shift();if("function"!=typeof t){var n=t.func;"number"==typeof n?void 0===t.arg?i.dynCall_v(n):i.dynCall_vi(n,t.arg):n(void 0===t.arg?null:t.arg)}else t()}}(w=i.wasmMemory?i.wasmMemory:new WebAssembly.Memory({initial:F/C,maximum:F/C}))&&(L=w.buffer),F=L.byteLength,j(L),R[H>>2]=I;var D=[],k=[],V=[],W=[];function q(){if(i.preRun)for("function"==typeof i.preRun&&(i.preRun=[i.preRun]);i.preRun.length;)G(i.preRun.shift());U(D)}function z(){!0,U(k)}function K(){U(V)}function N(){if(i.postRun)for("function"==typeof i.postRun&&(i.postRun=[i.postRun]);i.postRun.length;)X(i.postRun.shift());U(W)}function G(e){D.unshift(e)}function X(e){W.unshift(e)}var Q=0,Y=null,Z=null;function J(e){Q++,i.monitorRunDependencies&&i.monitorRunDependencies(Q)}function $(e){if(Q--,i.monitorRunDependencies&&i.monitorRunDependencies(Q),0==Q&&(null!==Y&&(clearInterval(Y),Y=null),Z)){var t=Z;Z=null,t()}}function ee(e){throw i.onAbort&&i.onAbort(e),b(e+=""),v(e),O=!0,1,"abort("+e+"). Build with -s ASSERTIONS=1 for more info."}i.preloadedImages={},i.preloadedAudios={};var te="data:application/octet-stream;base64,";function ne(e){return String.prototype.startsWith?e.startsWith(te):0===e.indexOf(te)}var re="decoderWorker.min.wasm";function ie(){try{if(_)return new Uint8Array(_);if(h)return h(re);throw"both async and sync fetching of the wasm failed"}catch(e){ee(e)}}function oe(){return _||!f&&!a||"function"!=typeof fetch?new Promise((function(e,t){e(ie())})):fetch(re,{credentials:"same-origin"}).then((function(e){if(!e.ok)throw"failed to load wasm binary file at '"+re+"'";return e.arrayBuffer()})).catch((function(){return ie()}))}function ue(){var e={env:Ae,wasi_unstable:Ae,global:{NaN:NaN,Infinity:1/0},"global.Math":Math,asm2wasm:A};function t(e,t){var n=e.exports;i.asm=n,$()}function n(e){t(e.instance)}function r(t){return oe().then((function(t){return WebAssembly.instantiate(t,e)})).then(t,(function(e){v("failed to asynchronously prepare wasm: "+e),ee(e)}))}if(J(),i.instantiateWasm)try{return i.instantiateWasm(e,t)}catch(e){return v("Module.instantiateWasm callback failed with error: "+e),!1}return function(){if(_||"function"!=typeof WebAssembly.instantiateStreaming||ne(re)||"function"!=typeof fetch)return r(n);fetch(re,{credentials:"same-origin"}).then((function(t){return WebAssembly.instantiateStreaming(t,e).then(n,(function(e){v("wasm streaming compile failed: "+e),v("falling back to ArrayBuffer instantiation"),r(n)}))}))}(),{}}ne(re)||(re=g(re)),i.asm=ue;var se={buffers:[null,[],[]],printChar:function(e,t){var n=se.buffers[e];0===t||10===t?((1===e?b:v)(P(n,0)),n.length=0):n.push(t)},varargs:0,get:function(e){return se.varargs+=4,R[se.varargs-4>>2]},getStr:function(){return E(se.get())},get64:function(){var e=se.get();se.get();return e},getZero:function(){se.get()}};function fe(e){try{return 0}catch(e){return"undefined"!=typeof FS&&e instanceof FS.ErrnoError||ee(e),e.errno}}function ae(){return fe.apply(null,arguments)}function ce(e,t,n,r,i){try{return 0}catch(e){return"undefined"!=typeof FS&&e instanceof FS.ErrnoError||ee(e),e.errno}}function le(){return ce.apply(null,arguments)}function pe(e,t,n,r){try{for(var i=0,o=0;o>2],s=R[t+(8*o+4)>>2],f=0;f>2]=i,0}catch(e){return"undefined"!=typeof FS&&e instanceof FS.ErrnoError||ee(e),e.errno}}function he(){return pe.apply(null,arguments)}function de(){ee()}function me(){return T.length}function ye(e){ee("OOM")}function ge(e){ye()}function be(e){var t=ve,n=t.LLVM_SAVEDSTACKS[e];t.LLVM_SAVEDSTACKS.splice(e,1),Se(n)}function ve(){var e=ve;return e.LLVM_SAVEDSTACKS||(e.LLVM_SAVEDSTACKS=[]),e.LLVM_SAVEDSTACKS.push(Be()),e.LLVM_SAVEDSTACKS.length-1}function _e(e,t,n){M.set(M.subarray(t,t+n),e)}var we={},Ae={j:ae,i:le,h:he,__memory_base:1024,__table_base:0,g:de,d:me,f:_e,c:ge,a:be,b:ve,e:ee,memory:w,table:x},xe=i.asm(we,Ae,L);i.asm=xe;i._free=function(){return i.asm.k.apply(null,arguments)},i._malloc=function(){return i.asm.l.apply(null,arguments)},i._opus_decode_float=function(){return i.asm.m.apply(null,arguments)},i._opus_decoder_create=function(){return i.asm.n.apply(null,arguments)},i._opus_decoder_destroy=function(){return i.asm.o.apply(null,arguments)},i._speex_resampler_destroy=function(){return i.asm.p.apply(null,arguments)},i._speex_resampler_init=function(){return i.asm.q.apply(null,arguments)},i._speex_resampler_process_interleaved_float=function(){return i.asm.r.apply(null,arguments)};var Oe,Se=i.stackRestore=function(){return i.asm.s.apply(null,arguments)},Be=i.stackSave=function(){return i.asm.t.apply(null,arguments)};function Pe(e){this.name="ExitStatus",this.message="Program terminated with exit("+e+")",this.status=e}function Ee(e){function t(){Oe||(Oe=!0,O||(z(),K(),i.onRuntimeInitialized&&i.onRuntimeInitialized(),N()))}e=e||s,Q>0||(q(),Q>0||(i.setStatus?(i.setStatus("Running..."),setTimeout((function(){setTimeout((function(){i.setStatus("")}),1),t()}),1)):t()))}if(i.asm=xe,Z=function e(){Oe||Ee(),Oe||(Z=e)},i.run=Ee,i.preInit)for("function"==typeof i.preInit&&(i.preInit=[i.preInit]);i.preInit.length>0;)i.preInit.pop()();Ee()}).call(this,n(0),"/")},function(e,t){},function(e,t,n){(function(e){function n(e,t){for(var n=0,r=e.length-1;r>=0;r--){var i=e[r];"."===i?e.splice(r,1):".."===i?(e.splice(r,1),n++):n&&(e.splice(r,1),n--)}if(t)for(;n--;n)e.unshift("..");return e}function r(e,t){if(e.filter)return e.filter(t);for(var n=[],r=0;r=-1&&!i;o--){var u=o>=0?arguments[o]:e.cwd();if("string"!=typeof u)throw new TypeError("Arguments to path.resolve must be strings");u&&(t=u+"/"+t,i="/"===u.charAt(0))}return(i?"/":"")+(t=n(r(t.split("/"),(function(e){return!!e})),!i).join("/"))||"."},t.normalize=function(e){var o=t.isAbsolute(e),u="/"===i(e,-1);return(e=n(r(e.split("/"),(function(e){return!!e})),!o).join("/"))||o||(e="."),e&&u&&(e+="/"),(o?"/":"")+e},t.isAbsolute=function(e){return"/"===e.charAt(0)},t.join=function(){var e=Array.prototype.slice.call(arguments,0);return t.normalize(r(e,(function(e,t){if("string"!=typeof e)throw new TypeError("Arguments to path.join must be strings");return e})).join("/"))},t.relative=function(e,n){function r(e){for(var t=0;t=0&&""===e[n];n--);return t>n?[]:e.slice(t,n-t+1)}e=t.resolve(e).substr(1),n=t.resolve(n).substr(1);for(var i=r(e.split("/")),o=r(n.split("/")),u=Math.min(i.length,o.length),s=u,f=0;f=1;--o)if(47===(t=e.charCodeAt(o))){if(!i){r=o;break}}else i=!1;return-1===r?n?"/":".":n&&1===r?"/":e.slice(0,r)},t.basename=function(e,t){var n=function(e){"string"!=typeof e&&(e+="");var t,n=0,r=-1,i=!0;for(t=e.length-1;t>=0;--t)if(47===e.charCodeAt(t)){if(!i){n=t+1;break}}else-1===r&&(i=!1,r=t+1);return-1===r?"":e.slice(n,r)}(e);return t&&n.substr(-1*t.length)===t&&(n=n.substr(0,n.length-t.length)),n},t.extname=function(e){"string"!=typeof e&&(e+="");for(var t=-1,n=0,r=-1,i=!0,o=0,u=e.length-1;u>=0;--u){var s=e.charCodeAt(u);if(47!==s)-1===r&&(i=!1,r=u+1),46===s?-1===t?t=u:1!==o&&(o=1):-1!==t&&(o=-1);else if(!i){n=u+1;break}}return-1===t||-1===r||0===o||1===o&&t===r-1&&t===n+1?"":e.slice(t,r)};var i="b"==="ab".substr(-1)?function(e,t,n){return e.substr(t,n)}:function(e,t,n){return t<0&&(t=e.length+t),e.substr(t,n)}}).call(this,n(0))}]); \ No newline at end of file diff --git a/dist/0dbbe0a906f6c2adf071.worker.js b/dist/0dbbe0a906f6c2adf071.worker.js new file mode 100644 index 000000000..0dbc19c0b --- /dev/null +++ b/dist/0dbbe0a906f6c2adf071.worker.js @@ -0,0 +1 @@ +!function(e){var t={};function r(n){if(t[n])return t[n].exports;var s=t[n]={i:n,l:!1,exports:{}};return e[n].call(s.exports,s,s.exports,r),s.l=!0,s.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var s in e)r.d(n,s,function(t){return e[t]}.bind(null,s));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=0)}([function(e,t,r){"undefined"!=typeof self&&self,e.exports=function(e){var t={};function r(n){if(t[n])return t[n].exports;var s=t[n]={i:n,l:!1,exports:{}};return e[n].call(s.exports,s,s.exports,r),s.l=!0,s.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var s in e)r.d(n,s,function(t){return e[t]}.bind(null,s));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=0)}([function(e,t,r){"use strict";(function(t){var r;t.onmessage=function(e){switch(e.data.command){case"encode":r&&r.record(e.data.buffers);break;case"done":r&&(r.requestData(),r=null);break;case"close":t.close();break;case"init":r=new n(e.data),t.postMessage({message:"ready"})}};var n=function(e){if(!(e=Object.assign({wavBitDepth:16},e)).wavSampleRate)throw new Error("wavSampleRate value is required to record. NOTE: Audio is not resampled!");if(-1===[8,16,24,32].indexOf(e.wavBitDepth))throw new Error("Only 8, 16, 24 and 32 bits per sample are supported");this.bitDepth=e.wavBitDepth,this.sampleRate=e.wavSampleRate,this.recordedBuffers=[],this.bytesPerSample=this.bitDepth/8};n.prototype.record=function(e){this.numberOfChannels=this.numberOfChannels||e.length;for(var t=e[0].length,r=new Uint8Array(t*this.numberOfChannels*this.bytesPerSample),n=0;n>8,r[a+2]=o>>16,r[a+3]=o>>24;break;case 3:o=8388607.5*o-.5,r[a]=o,r[a+1]=o>>8,r[a+2]=o>>16;break;case 2:o=32767.5*o-.5,r[a]=o,r[a+1]=o>>8;break;case 1:r[a]=127.5*(o+1);break;default:throw new Error("Only 8, 16, 24 and 32 bits per sample are supported")}}this.recordedBuffers.push(r)},n.prototype.requestData=function(){var e=this.recordedBuffers[0].length,r=this.recordedBuffers.length*e,n=new Uint8Array(44+r),s=new DataView(n.buffer);s.setUint32(0,1380533830,!1),s.setUint32(4,36+r,!0),s.setUint32(8,1463899717,!1),s.setUint32(12,1718449184,!1),s.setUint32(16,16,!0),s.setUint16(20,1,!0),s.setUint16(22,this.numberOfChannels,!0),s.setUint32(24,this.sampleRate,!0),s.setUint32(28,this.sampleRate*this.bytesPerSample*this.numberOfChannels,!0),s.setUint16(32,this.bytesPerSample*this.numberOfChannels,!0),s.setUint16(34,this.bitDepth,!0),s.setUint32(36,1684108385,!1),s.setUint32(40,r,!0);for(var a=0;a{this.encodeBuffers(e.inputBuffer)},this.monitorGainNode=this.audioContext.createGain(),this.setMonitorGain(this.config.monitorGain),this.monitorGainNode.connect(this.audioContext.destination),this.recordingGainNode=this.audioContext.createGain(),this.setRecordingGain(this.config.recordingGain),this.recordingGainNode.connect(this.scriptProcessorNode)},i.prototype.initSourceNode=function(e){return e&&e.context?t.Promise.resolve(e):t.navigator.mediaDevices.getUserMedia({audio:this.config.mediaTrackConstraints}).then(e=>(this.stream=e,this.audioContext.createMediaStreamSource(e)))},i.prototype.loadWorker=function(){this.encoder||(this.encoder=new t.Worker(this.config.encoderPath))},i.prototype.initWorker=function(){var e=(this.config.streamPages?this.streamPage:this.storePage).bind(this);return this.recordedPages=[],this.totalLength=0,this.loadWorker(),new Promise((t,o)=>{var i=o=>{switch(o.data.message){case"ready":t();break;case"page":this.encodedSamplePosition=o.data.samplePosition,e(o.data.page);break;case"done":this.encoder.removeEventListener("message",i),this.finish()}};this.encoder.addEventListener("message",i),this.encoder.postMessage(Object.assign({command:"init",originalSampleRate:this.audioContext.sampleRate,wavSampleRate:this.audioContext.sampleRate},this.config))})},i.prototype.pause=function(e){if("recording"===this.state){if(this.state="paused",e&&this.config.streamPages){var t=this.encoder;return new Promise((e,o)=>{var i=o=>{"flushed"===o.data.message&&(t.removeEventListener("message",i),this.onpause(),e())};t.addEventListener("message",i),t.postMessage({command:"flush"})})}return this.onpause(),Promise.resolve()}},i.prototype.resume=function(){"paused"===this.state&&(this.state="recording",this.onresume())},i.prototype.setRecordingGain=function(e){this.config.recordingGain=e,this.recordingGainNode&&this.audioContext&&this.recordingGainNode.gain.setTargetAtTime(e,this.audioContext.currentTime,.01)},i.prototype.setMonitorGain=function(e){this.config.monitorGain=e,this.monitorGainNode&&this.audioContext&&this.monitorGainNode.gain.setTargetAtTime(e,this.audioContext.currentTime,.01)},i.prototype.start=function(e){if("inactive"===this.state)return this.initAudioContext(e),this.initAudioGraph(),this.encodedSamplePosition=0,Promise.all([this.initSourceNode(e),this.initWorker()]).then(e=>{this.sourceNode=e[0],this.state="recording",this.onstart(),this.encoder.postMessage({command:"getHeaderPages"}),this.sourceNode.connect(this.monitorGainNode),this.sourceNode.connect(this.recordingGainNode)})},i.prototype.stop=function(){if("inactive"!==this.state){this.state="inactive",this.monitorGainNode.disconnect(),this.scriptProcessorNode.disconnect(),this.recordingGainNode.disconnect(),this.sourceNode.disconnect(),this.clearStream();var e=this.encoder;return new Promise(t=>{var o=i=>{"done"===i.data.message&&(e.removeEventListener("message",o),t())};e.addEventListener("message",o),e.postMessage({command:"done"}),this.config.reuseWorker||e.postMessage({command:"close"})})}return Promise.resolve()},i.prototype.destroyWorker=function(){"inactive"===this.state&&this.encoder&&(this.encoder.postMessage({command:"close"}),delete this.encoder)},i.prototype.storePage=function(e){this.recordedPages.push(e),this.totalLength+=e.length},i.prototype.streamPage=function(e){this.ondataavailable(e)},i.prototype.finish=function(){if(!this.config.streamPages){var e=new Uint8Array(this.totalLength);this.recordedPages.reduce((function(t,o){return e.set(o,t),t+o.length}),0),this.ondataavailable(e)}this.onstop(),this.config.reuseWorker||delete this.encoder},i.prototype.ondataavailable=function(){},i.prototype.onpause=function(){},i.prototype.onresume=function(){},i.prototype.onstart=function(){},i.prototype.onstop=function(){},e.exports=i}).call(this,o(1))},function(e,t){var o;o=function(){return this}();try{o=o||new Function("return this")()}catch(e){"object"==typeof window&&(o=window)}e.exports=o}])}}]); \ No newline at end of file diff --git a/dist/2.64f613223ebe6cf606e7.css b/dist/2.64f613223ebe6cf606e7.css new file mode 100644 index 000000000..15989669f --- /dev/null +++ b/dist/2.64f613223ebe6cf606e7.css @@ -0,0 +1 @@ +.SenderInfo{display:flex;align-content:center;color:#fff;cursor:pointer;opacity:.5;transition:opacity .15s}.SenderInfo:hover{opacity:1}.SenderInfo .Avatar{margin-right:1rem}@media (max-width:600px){.SenderInfo .Avatar{display:none}}.SenderInfo .meta{display:flex;flex-direction:column;justify-content:center;max-width:100%}.SenderInfo .title{line-height:1.45rem;font-weight:500;white-space:pre;overflow:hidden;text-overflow:ellipsis}.SenderInfo .date{line-height:1.25rem;font-size:.875rem;letter-spacing:-.01rem}.MediaViewerActions{display:flex;margin-left:auto;margin-right:-.375rem}.MediaViewerActions .Button{margin-left:.25rem}.MediaViewerActions-mobile{position:relative}.MediaViewerActions-mobile .ProgressSpinner{position:absolute;top:0;left:0}.MediaViewerFooter{position:absolute;bottom:0;padding:1rem 0;width:100%}#MediaViewer.zoomed .MediaViewerFooter{display:none}@media (max-height:640px){.MediaViewerFooter{padding:.5rem 0 0}}@media (max-width:600px){.MediaViewerFooter{padding-bottom:4.5rem;background:linear-gradient(0deg,#000 0,transparent)}.MediaViewerFooter.hideable{opacity:0;pointer-events:none}.video-controls-visible .MediaViewerFooter.hideable{opacity:1;pointer-events:all}}.MediaViewerFooter .media-viewer-footer-content{position:relative;max-width:var(--messages-container-width);margin:auto;cursor:pointer;opacity:.5;transition:opacity .15s}.MediaViewerFooter .media-viewer-footer-content:hover{opacity:1}@media (max-width:600px){.MediaViewerFooter .media-viewer-footer-content{opacity:1}}.MediaViewerFooter .media-text{margin-bottom:0;overflow:auto;padding:0 .5rem;text-align:center;color:hsla(0,0%,100%,.9);font-size:.9375rem;letter-spacing:.025rem;max-height:4.25rem}@media (max-height:640px){.MediaViewerFooter .media-text{max-height:2.75rem}}.MediaViewerFooter .media-text .emoji{width:.9375rem;height:.9375rem;vertical-align:-2px}.MediaViewerFooter .media-text.multiline:before{content:"";position:absolute;left:-.75rem;right:-.75rem;top:-.25rem;bottom:-.25rem;background:rgba(0,0,0,.75);border-radius:var(--border-radius-default);z-index:var(--z-below)}@media (max-width:600px){.MediaViewerFooter .media-text.multiline:before{display:none;background:none}}.MediaViewerFooter a{color:var(--color-links)}.MediaViewerFooter a:focus,.MediaViewerFooter a:hover{color:var(--color-links-hover)}.VideoPlayerControls{display:flex;align-items:center;position:absolute;left:0;bottom:0;width:100%;padding-top:.625rem;font-size:.875rem;background:linear-gradient(0deg,#000 0,transparent)}#MediaViewer.zoomed .VideoPlayerControls{display:none}@media (max-width:600px){.VideoPlayerControls{position:fixed;padding:1.25rem .5rem .75rem;background:none;z-index:var(--z-media-viewer)}}.VideoPlayerControls.mobile .player-file-size{position:static;left:auto;transform:none;margin-left:auto}.VideoPlayerControls.mobile .fullscreen{margin-left:1rem}.VideoPlayerControls.mobile .player-time+.fullscreen{margin-left:auto}.VideoPlayerControls .Button{width:2.25rem;padding:0;margin:.25rem;height:1.75rem}@media (max-width:600px){.VideoPlayerControls .Button{height:2.25rem}}.VideoPlayerControls .play i{line-height:1.5rem}.VideoPlayerControls .player-time{margin:0 1rem;white-space:nowrap}.VideoPlayerControls .fullscreen{margin-left:auto}@media (max-width:600px){.VideoPlayerControls .fullscreen{margin-left:1rem}}.VideoPlayerControls .fullscreen i{line-height:1.75rem}@media (max-width:600px){.VideoPlayerControls .fullscreen i{font-size:1.5rem}}@media (max-width:600px){.VideoPlayerControls .player-time+.fullscreen{margin-left:auto}}.VideoPlayerControls .player-file-size{position:absolute;left:50%;transform:translateX(-50%);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:600px){.VideoPlayerControls .player-file-size{position:static;left:auto;transform:none;margin-left:auto;margin-right:1rem}.VideoPlayerControls .player-file-size+.fullscreen{margin-left:0}}.VideoPlayerControls .player-seekline{position:absolute;left:1rem;right:1rem;top:0;height:1rem}.VideoPlayerControls .player-seekline-track{position:absolute;top:50%;left:-.25rem;right:-.25rem;height:5px;transform:translateY(-50%);background-color:hsla(0,0%,100%,.16);border-radius:var(--border-radius-default)}.VideoPlayerControls .player-seekline-buffered,.VideoPlayerControls .player-seekline-input,.VideoPlayerControls .player-seekline-played{position:absolute;top:0;left:0;height:100%;border-radius:var(--border-radius-default)}.VideoPlayerControls .player-seekline-buffered{background-color:hsla(0,0%,100%,.5)}.VideoPlayerControls .player-seekline-played{background:var(--color-primary)}.VideoPlayerControls .player-seekline-played:after{content:"";position:absolute;width:.75rem;height:.75rem;border-radius:50%;background-color:var(--color-primary);right:0;top:50%;transform:translate(.325rem,-50%)}.VideoPlayerControls .player-seekline-input{width:100%;opacity:0;margin:0;padding:0;cursor:pointer;overflow:hidden}.VideoPlayerControls .player-seekline-input::-webkit-slider-thumb{margin-top:-2rem}.VideoPlayer{position:relative;display:inline-flex;flex-direction:column;overflow:hidden}#MediaViewer.zoomed .VideoPlayer{position:absolute;top:0;right:0;bottom:0;left:0}#MediaViewer.zoomed .VideoPlayer>div{width:100%!important;height:100%!important}#MediaViewer.zoomed .VideoPlayer video{max-height:none!important}@media (min-width:601px){.VideoPlayer{z-index:1}}@media (max-width:600px){.VideoPlayer{overflow:visible}}@media (max-height:640px){.VideoPlayer{margin-bottom:1.75rem}.has-footer .VideoPlayer{margin-bottom:0}}.VideoPlayer video{display:block;max-height:calc(100vh - 8.25rem);margin:auto;object-fit:contain;outline:none;width:100%;height:100%;background:no-repeat 50% 50%;background-size:contain}@media (max-height:640px){.VideoPlayer video{max-height:calc(100vh - 10rem)}}.has-footer .VideoPlayer video{max-height:calc(100vh - 15rem)}@media (max-height:640px){.has-footer .VideoPlayer video{max-height:calc(100vh - 10rem)}}.VideoPlayer .spinner-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.VideoPlayer .spinner-container .buffering{background:rgba(0,0,0,.25);color:#fff;font-size:.75rem;position:absolute;left:.1875rem;top:.1875rem;z-index:1;padding:0 .375rem;border-radius:.75rem;line-height:1.125rem}.VideoPlayer .spinner-container .ProgressSpinner{cursor:pointer}.ZoomControls{position:absolute;bottom:1.25rem;left:50%;background:rgba(0,0,0,.5);border-radius:var(--border-radius-default);width:100%;height:3.375rem;max-width:274px;transform:translate3d(-50%,0,10px);transition:opacity .3s ease-in;pointer-events:none}.ZoomControls.open{z-index:var(--z-media-viewer);pointer-events:all}.ZoomControls .zoom-in,.ZoomControls .zoom-out{position:absolute;top:.4375rem;width:2.5rem;height:2.5rem;color:#fff}.ZoomControls .zoom-in i,.ZoomControls .zoom-out i{font-size:1.5rem}.ZoomControls .zoom-out{left:.5rem}.ZoomControls .zoom-in{right:.5rem}.ZoomControls .seekline{position:absolute;left:3.25rem;right:3.25rem;top:1.125rem;height:1rem}.ZoomControls .seekline-track{position:absolute;top:50%;left:-.25rem;right:-.25rem;height:2px;transform:translateY(-50%);background-color:hsla(0,0%,100%,.5);border-radius:var(--border-radius-default)}.ZoomControls .seekline-input,.ZoomControls .seekline-played{position:absolute;top:0;left:0;height:100%;border-radius:var(--border-radius-default)}.ZoomControls .seekline-played{background:#fff;transition:width .2s}.ZoomControls .seekline-played:after{content:"";position:absolute;width:.75rem;height:.75rem;border-radius:50%;background-color:#fff;right:0;top:50%;transform:translate(.325rem,-50%)}.ZoomControls .seekline-input{width:100%;height:1rem;top:-.375rem;opacity:0;margin:0;padding:0;cursor:pointer;overflow:hidden}.ZoomControls .seekline-input::-webkit-slider-thumb{margin-top:-2rem}.pan-container,.pan-wrapper{position:relative;width:100%;height:100%}.pan-wrapper{cursor:move;-webkit-user-select:none;user-select:none}.pan-container{transition:transform .2s ease-in}.pan-wrapper.move .pan-container{transition:none}#MediaViewer,.zoomed .pan-container{position:fixed;top:0;left:0}#MediaViewer{width:100vw;height:100%;background:rgba(0,0,0,.9);color:#fff;z-index:var(--z-media-viewer);padding:.5rem 0;display:grid;grid-template-columns:auto;grid-template-rows:2.75rem 1fr;grid-column-gap:0;grid-row-gap:0;justify-items:stretch;align-items:center}#MediaViewer:not(.shown){display:block!important;transform:scale(0)}body.ghost-animating #MediaViewer>.pan-wrapper,body.ghost-animating #MediaViewer>.Transition,body.ghost-animating #MediaViewer>button{display:none}body.animation-level-2 #MediaViewer{transition-duration:.3s!important}#MediaViewer .closing .SenderInfo,#MediaViewer:not(.open) .SenderInfo{pointer-events:none;transition:none}#MediaViewer.zoomed .navigation{display:none}#MediaViewer.zoomed .media-viewer-head{z-index:2}#MediaViewer.zoomed .media-viewer-content{position:fixed;top:0;left:0;width:100vw;height:100vh;padding:0;z-index:1}#MediaViewer .media-viewer-head{display:flex;grid-area:1/1/2/-2;padding:0 1.25rem;position:relative;z-index:var(--z-media-viewer-head)}#MediaViewer .media-viewer-head>.Transition{width:100%}@media (max-width:600px){#MediaViewer .media-viewer-head{padding:0 .5rem}#MediaViewer .media-viewer-head .media-viewer-close{margin-right:1.5rem}}#MediaViewer>.pan-wrapper,#MediaViewer>.Transition{grid-area:1/1/-1/-1}#MediaViewer>.pan-wrapper .Transition,#MediaViewer>.Transition{position:relative;justify-self:center;text-align:center;width:100%;height:100%;display:flex;align-items:center;overflow:hidden}#MediaViewer .media-viewer-content{position:relative;z-index:1;padding:3.25rem 0;height:100%;display:inline-flex;justify-content:center;align-items:center}#MediaViewer .media-viewer-content.has-footer{padding:7rem 0}@media (min-width:600px){#MediaViewer .media-viewer-content.has-footer{min-width:600px}}@media (max-height:640px){#MediaViewer .media-viewer-content.has-footer{padding:4rem 0}}#MediaViewer .media-viewer-content.has-footer>img{max-height:calc(100vh - 15rem)}@media (max-height:640px){#MediaViewer .media-viewer-content.has-footer>img{max-height:calc(100vh - 10rem)}}#MediaViewer .media-viewer-content .thumbnail{position:relative}#MediaViewer .media-viewer-content .thumbnail img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#MediaViewer .media-viewer-content>img{max-width:100vw;max-height:calc(100vh - 8.25rem);object-fit:contain;transition:transform .2s}#MediaViewer .media-viewer-content .spinner-wrapper{max-width:100vw;margin:auto}#MediaViewer .media-viewer-content .Spinner{margin:auto}#MediaViewer .navigation{position:fixed;top:4rem;width:10vw;bottom:0;border:none;padding:0;margin:0;-webkit-appearance:none;appearance:none;background:transparent no-repeat;background-size:1.25rem;opacity:0;transition:opacity .15s;outline:none;cursor:pointer;z-index:1}@media (max-width:600px){#MediaViewer .navigation{width:20vw}}#MediaViewer .navigation:hover,.is-touch-env #MediaViewer .navigation{opacity:1}#MediaViewer .navigation.prev{left:0;background-image:url(media_navigation_previous.11f3cfece8fead5a78e6349db2545210.svg);background-position:1.25rem calc(50% - 2rem)}#MediaViewer .navigation.next{right:0;background-image:url(media_navigation_next.3d6e264d21e73ad725738beb8e9dbbb8.svg);background-position:calc(100% - 1.25rem) calc(50% - 2rem)}#MediaViewer .navigation.inline{top:calc(50% - 3rem);bottom:unset;height:6rem;background-position-y:center}@media (max-width:600px){#MediaViewer .navigation.inline{opacity:0;transition:opacity .15s ease-in;pointer-events:none}.video-controls-visible #MediaViewer .navigation.inline{opacity:1;pointer-events:all}}.ghost{position:absolute;z-index:var(--z-media-viewer);will-change:transform,opacity;overflow:hidden;border-radius:0;transition:transform .2s ease,opacity .2s ease}.ghost.rounded-corners{border-radius:var(--border-radius-messages)}.ghost.circle{border-radius:50%}body.is-ios .ghost{transition:transform .2s ease,opacity .2s ease,border-radius .2s ease!important}.ghost img,.ghost video{width:100%;height:100%;user-select:none;-webkit-user-select:none;object-fit:cover}.ForwardPicker{z-index:var(--z-media-viewer)}.ForwardPicker .modal-dialog{height:70%;max-width:25rem}@media (max-width:600px){.ForwardPicker .modal-dialog{height:90%}}.ForwardPicker .modal-header{display:flex;align-items:center;padding:.25rem .5rem}.ForwardPicker .modal-header .Button{margin-right:.5rem}.ForwardPicker .modal-header .input-group{margin:0}.ForwardPicker .modal-header .form-control{border:none;box-shadow:none!important;height:2.75rem;padding:.5rem;font-size:1.25rem;line-height:1.75rem}.ForwardPicker .modal-content{padding:0;overflow:hidden;display:flex;flex-direction:column}.ForwardPicker .modal-content .picker-list{height:100%;overflow-x:hidden;overflow-y:auto;padding:0 1rem 1rem}.ForwardPicker .no-results{height:100%;margin:0;padding:1rem;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary)}#Errors{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:var(--z-modal)}.CalendarModal .modal-dialog{max-width:26.25rem}.CalendarModal .modal-dialog .modal-content{padding:.375rem 1rem 1rem}.CalendarModal .timepicker{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.CalendarModal .timepicker .form-control{max-width:5rem;text-align:center}.CalendarModal .timepicker .form-control:first-child{margin-right:1rem}.CalendarModal .timepicker .form-control:last-child{margin-left:1rem}.CalendarModal .footer{display:flex;justify-content:flex-end;flex-direction:column}.CalendarModal .footer .Button{text-transform:none}.CalendarModal .footer .Button+.Button{margin-top:.5rem}.CalendarModal .month-selector{display:flex;align-items:center}.CalendarModal .month-selector h4{flex:1;margin:0 0 0 1.25rem;font-size:1.25rem}@media (max-width:600px){.CalendarModal .month-selector h4{margin-left:.75rem}}.CalendarModal .month-selector h4~.Button{color:var(--color-primary)}.CalendarModal .month-selector .Button.hidden{opacity:.5;pointer-events:none}.CalendarModal .day-button{position:relative;border-radius:4rem;outline:none!important;font-weight:500;margin:.125rem .625rem}@media (max-width:600px){.CalendarModal .day-button{margin:.25rem .375rem}}.CalendarModal .day-button.weekday{margin-bottom:0;height:1rem}.CalendarModal .day-button.clickable{cursor:pointer}.CalendarModal .day-button.clickable:hover{background-color:rgba(var(--color-text-secondary-rgb),.08)}.CalendarModal .day-button.clickable.selected{background-color:var(--color-primary);color:#fff}.CalendarModal .day-button.disabled{opacity:.25;pointer-events:none}.CalendarModal .day-button:before{content:"";display:block;padding-top:100%}.CalendarModal .day-button span{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.875rem}.CalendarModal .calendar-wrapper{display:flex;align-items:center;justify-content:center;min-height:17rem;margin:1.5rem -.5rem .5rem}.CalendarModal .calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);width:100%}.MessageSelectToolbar{position:absolute;bottom:.5rem;left:.5rem;right:.5rem;width:auto;z-index:20;justify-content:center;margin:0;opacity:1}.mask-image-disabled .MessageSelectToolbar:before{left:auto!important;right:auto!important;height:3.5rem;border-radius:var(--border-radius-messages)}@media (min-width:601px){.MessageSelectToolbar{left:1rem;right:1rem;bottom:1.25rem}.no-composer .MessageSelectToolbar{top:-4.75rem}}.MessageSelectToolbar-inner{transform:scaleX(1);transition:transform var(--select-transition),opacity var(--select-transition)}.MessageSelectToolbar.with-composer .MessageSelectToolbar-inner{transform:scaleX(1) translateX(0)}.no-composer .messaging-disabled+.MessageSelectToolbar{top:auto}.no-composer .unpin-button-container+.MessageSelectToolbar{top:auto;margin-bottom:1rem}body.animation-level-0 .MessageSelectToolbar{transition:none!important}.MessageSelectToolbar:not(.shown){opacity:0;pointer-events:none}.MessageSelectToolbar:not(.shown)-inner{transform:scaleX(var(--toolbar-hidden-scale,1))}.MessageSelectToolbar:not(.shown).with-composer .MessageSelectToolbar-inner{transform:scaleX(var(--toolbar-hidden-scale,1)) translateX(var(--toolbar-translate-x,0))}.MessageSelectToolbar:before{z-index:-1;max-width:32rem;width:100%;left:auto;right:auto}.MessageSelectToolbar-inner{width:100%;max-width:32rem;display:flex;align-items:center;padding:.25rem;background:#fff;border-radius:var(--border-radius-messages);box-shadow:0 1px 2px hsla(0,0%,44.7%,.25);font-weight:500}@media (max-width:600px){.MessageSelectToolbar-inner{padding:0;max-width:none}}.MessageSelectToolbar-inner>.Button{width:3rem;height:3rem}@media (max-width:600px){.MessageSelectToolbar-inner>.Button{width:2.875rem;height:2.875rem}}.MessageSelectToolbar-count{margin-left:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:600px){.MessageSelectToolbar-count{margin-right:.5rem}}.MessageSelectToolbar-actions{margin-left:auto;display:flex}.MessageSelectToolbar-actions .MenuItem{border-radius:var(--border-radius-default);padding:.75rem 2rem .75rem 1rem}.MessageSelectToolbar-actions .MenuItem i{margin-right:1rem}@media (max-width:600px){.MessageSelectToolbar-actions .MenuItem{padding:.6875rem;border-radius:50%}.MessageSelectToolbar-actions .MenuItem i{margin-right:0}.MessageSelectToolbar-actions .MenuItem .item-text{display:none}}.RecentContacts .Loading{min-height:75vh}.RecentContacts .top-peers-section{padding:.5rem 1rem}.RecentContacts .top-peers{height:6rem;margin:0 -1rem;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:none;scrollbar-color:transparent}.RecentContacts .top-peers::-webkit-scrollbar{height:0}.RecentContacts .top-peers::-webkit-scrollbar-thumb{background-color:transparent}.RecentContacts .top-peer-item{display:inline-block;width:4.5rem;height:6rem;padding:.625rem .25rem;margin-left:.5rem;border-radius:var(--border-radius-default);cursor:pointer;position:relative;overflow:hidden}.RecentContacts .top-peer-item:first-child{margin-left:.125rem}.RecentContacts .top-peer-item:last-child{margin-right:.125rem}.RecentContacts .top-peer-item .Avatar{margin:0 auto .375rem}.RecentContacts .top-peer-item:hover{background:var(--color-chat-hover)}.RecentContacts .top-peer-item .top-peer-name{text-align:center;white-space:nowrap;font-size:.75rem;overflow:hidden;text-overflow:ellipsis}.RecentContacts .top-peer-item .top-peer-name .emoji-small{width:1rem;height:1rem;background-size:1rem;margin-right:1px;vertical-align:-3px}.RecentContacts .recent-chats-header{display:flex;align-items:center}.RecentContacts .recent-chats-header .Button{margin-left:auto}.ChatMessage:first-child{margin-top:.5rem}.ChatMessage.selected .Avatar.online:after,.ChatMessage:hover .Avatar.online:after{border-color:var(--color-chat-hover)}.ChatMessage .ListItem-button{padding:.25rem .5rem}.ChatMessage .info .title{flex-grow:1}.ChatMessage .info h3{font-size:1rem;width:auto}.ChatMessage .info .subtitle{color:var(--color-text-secondary)}.ChatMessage .info .subtitle .matching-text-highlight{color:var(--color-text);background:#cae3f7;border-radius:.25rem;padding:0 .125rem}.ChatMessage .info .message{flex-grow:1;color:var(--color-text-secondary);overflow:hidden;text-overflow:ellipsis}.ChatMessage .info .message .sender-name{color:var(--color-text)}.ChatMessage .info .message .sender-name:after{content:": "}.ChatMessage .info .message .media-preview{position:relative}.ChatMessage .info .message img{width:1.25rem;height:1.25rem;object-fit:cover;border-radius:.125rem;vertical-align:-.25rem;margin-right:.25rem}.ChatMessage .info .message .icon-play{font-size:.75rem;color:#fff;position:absolute;left:.25rem;top:.1875rem}.ChatMessage .info-row,.DateSuggest{display:flex;justify-content:space-between}.DateSuggest{height:2rem;flex-direction:row;margin-left:.5rem;margin-bottom:.5rem}.DateSuggest .date-item{display:flex;flex:1 1 auto;min-width:8rem;margin-top:.375rem;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--color-text-secondary)}.DateSuggest .date-item .icon-calendar{font-size:1.25rem;margin-right:.25rem}.LeftSearch{display:flex;flex-direction:column;height:100%;overflow:hidden}.LeftSearch>.Transition{flex:1;overflow:hidden}.LeftSearch .TabList{padding-bottom:1px;z-index:1}.LeftSearch .documents-list{padding:0 1.25rem 1.25rem}.LeftSearch .documents-list .ListItem+.ListItem{margin-top:1.25rem}.LeftSearch .section-heading{position:relative;padding-top:1.25rem;padding-left:1.25rem;margin:0 0 1rem -1.25rem!important;font-weight:500;font-size:.9375rem;color:var(--color-text-secondary)}.LeftSearch .section-heading:before{content:"";position:absolute;width:100%;height:1px;background:var(--color-borders);left:.625rem;top:-1px}.LeftSearch .LeftSearch .search-section .section-heading,.LeftSearch .RecentContacts .search-section .section-heading{margin-left:-1rem!important;width:calc(100% + 2rem);box-shadow:0 -1px 0 0 var(--color-borders)}.LeftSearch .LeftSearch .search-section .section-heading:before,.LeftSearch .RecentContacts .search-section .section-heading:before{display:none}.LeftSearch .WebLink{display:flex}.LeftSearch .content:not(.with-seekline){align-self:center;min-width:0;flex-grow:1;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.LeftSearch .message-date{font-size:.75rem;color:var(--color-text-secondary);padding-left:1rem;white-space:nowrap}.LeftSearch .media-list{display:grid;padding:.5rem;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;grid-gap:.25rem}.LeftSearch .Audio .duration span{padding:0 .25rem}.LeftSearch .Audio .ProgressSpinner{margin:-.1875rem 0 0 -.1875rem}.LeftSearch .ListItem.search-result .ChatInfo .handle{color:var(--color-primary)}.LeftSearch .ListItem.search-result .ChatInfo .handle:before{content:"@"}.LeftSearch .ListItem.search-result .ChatInfo .handle:after{content:", ";color:var(--color-text-secondary)}.LeftSearch .ListItem.search-result-message .sender-name{color:var(--color-text)}.LeftSearch .ListItem.search-result-message .sender-name:after{content:": ";white-space:pre}@media (max-width:600px){.LeftSearch .ListItem{margin:0 -.625rem}}.LeftSearch .search-section{padding:0 1rem .5rem}.LeftSearch .search-section .section-heading{color:var(--color-text-secondary);font-size:.9375rem;font-weight:500;margin-bottom:0!important;padding-top:.875rem}.LeftSearch .search-section .section-heading .Link{float:right;color:var(--color-links);font-weight:400;margin-right:1rem}.LeftSearch .search-section .section-heading .Link:focus,.LeftSearch .search-section .section-heading .Link:hover{color:var(--color-links-hover)}.LeftSearch .search-section .Loading{height:4.5rem;margin-bottom:.5rem}.LeftSearch .chat-selection{padding-top:.5rem;display:flex;flex-shrink:0;flex-wrap:nowrap;justify-content:space-between;align-items:flex-end;box-shadow:inset 0 -1px 0 0 var(--color-borders);background-color:#fff;-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:hidden;scrollbar-color:transparent}.LeftSearch .chat-selection>.PickerSelectedItem{flex:0 0 auto}.LeftSearch .chat-selection>.PickerSelectedItem:last-child{margin-right:auto}.LeftSearch .NothingFound{height:100%}.CropModal .modal-dialog{width:calc(100% - 2rem);max-width:35rem;height:calc(100% - 1rem);max-height:35rem;position:relative}.CropModal #avatar-crop,.CropModal .modal-content{overflow:hidden}.CropModal .confirm-button{position:absolute;bottom:1rem;right:1rem;box-shadow:0 1px 2px hsla(0,0%,44.7%,.25)}.CropModal #avatar-crop{max-width:25rem;margin:0 auto;position:relative}.CropModal #avatar-crop:before{content:"";display:block;padding-top:100%}.CropModal #avatar-crop .cr-boundary{position:absolute;top:0;left:0;border-radius:var(--border-radius-messages-small)}.CropModal #avatar-crop .cr-viewport{border:none;box-shadow:0 0 2000px 2000px hsla(0,0%,100%,.5)}.CropModal #avatar-crop .cr-slider::-webkit-slider-runnable-track{background:var(--color-borders)}.CropModal #avatar-crop .cr-slider::-moz-range-track{background:var(--color-borders)}.CropModal #avatar-crop .cr-slider::-ms-track{background:var(--color-borders)}.CropModal #avatar-crop .cr-slider::-webkit-slider-thumb{background:var(--color-primary);cursor:pointer;transform:scale(1);-webkit-transition:transform .25s ease-in-out;transition:transform .25s ease-in-out}.CropModal #avatar-crop .cr-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.CropModal #avatar-crop .cr-slider::-moz-range-thumb{background:var(--color-primary);cursor:pointer;transform:scale(1);-moz-transition:transform .25s ease-in-out;transition:transform .25s ease-in-out}.CropModal #avatar-crop .cr-slider::-moz-range-thumb:hover{transform:scale(1.2)}.CropModal #avatar-crop .cr-slider::-ms-thumb{background:var(--color-primary);cursor:pointer;transform:scale(1);-ms-transition:transform .25s ease-in-out;transition:transform .25s ease-in-out}.CropModal #avatar-crop .cr-slider::-ms-thumb:hover{transform:scale(1.2)}.AvatarEditable label{margin-left:auto;margin-right:auto;width:7.5rem;height:7.5rem;margin-bottom:2rem;display:flex!important;align-items:center;justify-content:center;background-color:var(--color-primary);border-radius:50%;color:#fff;font-size:3rem;cursor:pointer;position:relative;overflow:hidden;outline:none!important}.AvatarEditable label input{display:none}.AvatarEditable label img{position:absolute;top:0;left:0;width:100%;height:100%}.AvatarEditable label i{transform:scale(1);transition:transform .15s linear;z-index:var(--z-register-add-avatar)}.Transition>div:not(.active) .AvatarEditable label:after,.Transition>div:not(.active) .AvatarEditable label i,.Transition>div:not(.active) .AvatarEditable label input,body.animating-right-column .AvatarEditable label:after,body.animating-right-column .AvatarEditable label i,body.animating-right-column .AvatarEditable label input{display:none!important}.Transition>div:not(.active) .AvatarEditable label img,body.animating-right-column .AvatarEditable label img{position:static!important}.AvatarEditable label:hover i{transform:scale(1.2)}.AvatarEditable label.filled{background-color:#fff}.AvatarEditable label.filled:after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.4)}.AvatarEditable label.disabled{pointer-events:none}.FloatingActionButton{position:absolute;right:1rem;bottom:1rem;transform:translateY(5rem);transition:transform .25s cubic-bezier(.34,1.56,.64,1)}body.animation-level-0 .FloatingActionButton{transition:none!important}.FloatingActionButton.revealed{transform:translateY(0)}.ShowMoreButton{color:var(--text-color)!important;display:flex;align-items:center;text-align:left;text-transform:none;padding-left:.75rem!important;opacity:1!important}.ShowMoreButton i{font-size:1.5rem;margin-right:2rem;color:var(--color-text-secondary)}.ShowMoreButton .Spinner{top:.4375rem}.Picker{height:100%;display:flex;flex-direction:column;overflow:hidden}.Picker .picker-header{padding:0 1rem .25rem .75rem;border-bottom:1px solid var(--color-borders);display:flex;flex-flow:row wrap;flex-shrink:0;overflow-y:auto;max-height:20rem}.Picker .picker-header .input-group{margin-bottom:.5rem;margin-left:.5rem;flex-grow:1}.Picker .picker-header .form-control{height:2rem;border:none;border-radius:0;padding:0;box-shadow:none}.Picker .picker-list{flex-grow:1;overflow-y:auto;overflow-x:hidden;padding:.5rem}@media (max-width:600px){.Picker .picker-list{padding-left:0!important;padding-right:0!important}}.Picker .no-results{height:100%;margin:0;padding:1rem;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary)}.SettingsFoldersChatsPicker{height:calc(100% - var(--header-height))}.SettingsFoldersChatsPicker .picker-header{box-shadow:0 0 2px hsla(0,0%,44.7%,.25)}.SettingsFoldersChatsPicker .picker-header .max-items-reached{margin-bottom:.5rem;margin-left:.5rem;flex-grow:1;color:var(--color-text-secondary)}.SettingsFoldersChatsPicker .picker-list{padding:0 .5rem .5rem}.SettingsFoldersChatsPicker .picker-list .no-results{height:10rem}.SettingsFoldersChatsPicker .ListItem.picker-list-item.chat-type-item .ListItem-button{padding:.875rem .75rem}.SettingsFoldersChatsPicker .ListItem.picker-list-item.chat-item .ListItem-button{padding:.5rem .75rem}.SettingsFoldersChatsPicker .ListItem.picker-list-item .Checkbox{margin-left:auto;padding-left:3.25rem}.SettingsFoldersChatsPicker .ListItem.picker-list-item .chat-type{font-size:1rem;font-weight:400;margin:0}.SettingsFoldersChatsPicker .settings-item-header{margin-left:.75rem;margin-top:1rem;margin-bottom:.5rem}.SettingsFoldersChatsPicker .picker-list-divider{margin:.5rem -.5rem 0;border-bottom:1px solid var(--color-borders)}.settings-folders-recommended-item{width:100%;display:flex;align-items:center;justify-content:space-between}.settings-folders-list-item .ChatInfo{display:flex;align-items:center}.settings-folders-list-item .ChatInfo .Avatar{margin-left:-.25rem;margin-right:1.5rem}.settings-folders-list-item .ChatInfo .title{display:flex;justify-content:flex-start;align-items:center}.settings-folders-list-item .ChatInfo .title h3{font-size:1rem;font-weight:500;line-height:1.3125;margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}.settings-folders-list-item .ChatInfo .status{display:none}.settings-folders-list-item .ListItem-button i{opacity:.9}.settings-folders-list-item.color-primary .ListItem-button{color:var(--color-primary)}.settings-folders-list-item.color-primary .ListItem-button i{opacity:1;color:inherit}.settings-item .ShowMoreButton{margin:0 -1rem;width:calc(100% + 2rem);padding-left:1rem!important}.RangeSlider{--slider-color:var(--color-primary);margin-bottom:1rem}.RangeSlider.disabled{pointer-events:none;--slider-color:var(--color-text-secondary)}.RangeSlider .slider-top-row{display:flex;justify-content:space-between;margin-bottom:.625rem}.RangeSlider .slider-top-row .value{flex-shrink:0;margin-left:1rem;color:var(--color-text-secondary)}.RangeSlider .slider-main{position:relative;z-index:1}.RangeSlider .slider-main:before{content:"";background-color:var(--color-borders);opacity:.5;z-index:-1}.RangeSlider .slider-fill-track,.RangeSlider .slider-main:before{position:absolute;width:100%;left:0;top:.3125rem;height:.125rem;border-radius:.125rem}.RangeSlider .slider-fill-track{background-color:var(--slider-color);pointer-events:none}.RangeSlider input[type=range]{-webkit-appearance:none;display:block;width:100%;height:.75rem;margin-bottom:.5rem;background:transparent}.RangeSlider input[type=range]:focus{outline:none}.RangeSlider input[type=range]::-ms-track{width:100%;cursor:pointer;background:transparent;border-color:transparent;color:transparent}.RangeSlider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--slider-color);border:none;height:.75rem;width:.75rem;border-radius:50%;cursor:pointer;transform:scale(1);-webkit-transition:transform .25s ease-in-out;transition:transform .25s ease-in-out}.RangeSlider input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2)}.RangeSlider input[type=range]::-moz-range-thumb{background:var(--slider-color);border:none;height:.75rem;width:.75rem;border-radius:50%;cursor:pointer;transform:scale(1);-moz-transition:transform .25s ease-in-out;transition:transform .25s ease-in-out}.RangeSlider input[type=range]::-moz-range-thumb:hover{transform:scale(1.2)}.RangeSlider input[type=range]::-ms-thumb{background:var(--slider-color);border:none;height:.75rem;width:.75rem;border-radius:50%;cursor:pointer;transform:scale(1);-ms-transition:transform .25s ease-in-out;transition:transform .25s ease-in-out}.RangeSlider input[type=range]::-ms-thumb:hover{transform:scale(1.2)}.RangeSlider .slider-options{display:grid;grid-template-rows:auto;grid-auto-columns:1fr;grid-auto-flow:column}.RangeSlider .slider-option{font-size:.825rem;text-align:center;cursor:pointer;color:var(--color-text-secondary);transition:color .2s ease}.RangeSlider .slider-option.active,.RangeSlider .slider-option:hover{color:var(--color-text)}.RangeSlider .slider-option.active{font-weight:500}.RangeSlider .slider-option:first-child{text-align:left}.RangeSlider .slider-option:last-child{text-align:right}.StickerButton{display:inline-block;width:4rem;height:4rem;margin:.5rem;border-radius:var(--border-radius-messages-small);background:transparent no-repeat 50%;background-size:contain;cursor:pointer;transition:background-color .15s ease,opacity .3s ease!important;position:relative}@media (max-width:600px){.StickerButton{margin:.25rem}}.StickerButton.set-button{width:2.75rem!important;height:2.75rem;margin:0 .5rem}.StickerButton .AnimatedSticker,.StickerButton img{position:absolute;top:0;left:0;width:100%;height:100%}.StickerButton img{object-fit:contain}.StickerButton .sticker-unfave-button{position:absolute;top:-.5rem;right:-.5rem;width:1.25rem;height:1.25rem;padding:.125rem;opacity:0}.StickerButton .sticker-unfave-button i{font-size:1rem}.StickerButton:hover{background-color:rgba(var(--color-text-secondary-rgb),.08)}.StickerButton:hover .sticker-unfave-button{opacity:1}.settings-item .SettingsStickerSet.ListItem{margin-bottom:.5rem}.SettingsStickerSet .Button,.SettingsStickerSet .StickerButton{width:3rem;height:3rem;margin:0 .5rem 0 0;padding:0;flex:0 0 3rem}.SettingsStickerSet img{max-width:100%;max-height:100%}.SettingsStickerSet .multiline-menu-item{display:flex;flex-direction:column;justify-content:center}.WallpaperTile{height:0;padding-bottom:100%;cursor:pointer;position:relative}.WallpaperTile .media-inner,.WallpaperTile:after{position:absolute;left:0;top:0;width:100%;height:100%}.WallpaperTile .media-inner{overflow:hidden;transform:scale(1);transition:transform .15s ease}.WallpaperTile .media-inner img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.WallpaperTile:after{content:"";display:block;border:2px solid var(--color-primary);opacity:0;transition:opacity .15s ease}.WallpaperTile.selected:after{opacity:1}.WallpaperTile.selected .media-inner{transform:scale(.9)}.WallpaperTile .spinner-container{height:100%;display:flex;align-items:center;justify-content:center}.SettingsGeneralBackground .settings-wallpapers{display:grid;padding:.5rem;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;grid-gap:.25rem}.SettingsGeneralBackground .Loading{height:auto!important;margin-top:5rem}.SettingsGeneralBackgroundColor:not(.is-dragging) .handle{transition:transform .3s ease}.SettingsGeneralBackgroundColor .color-picker,.SettingsGeneralBackgroundColor .hue-picker{position:relative}.SettingsGeneralBackgroundColor .color-picker{margin-top:1rem;height:12rem}.SettingsGeneralBackgroundColor .hue-picker{margin:2rem 0;height:.5rem}.SettingsGeneralBackgroundColor canvas{display:block;width:100%;height:100%;border-radius:var(--border-radius-default);cursor:pointer}.SettingsGeneralBackgroundColor .handle{position:absolute;top:-.75rem;left:-.75rem;width:1.5rem;height:1.5rem;border:.125rem solid #fff;border-radius:.75rem;cursor:grab}.SettingsGeneralBackgroundColor .hue-picker .handle{top:-.5rem}.SettingsGeneralBackgroundColor .tools{margin-bottom:.625rem;display:flex}.SettingsGeneralBackgroundColor .tools .input-group{margin-bottom:0}.SettingsGeneralBackgroundColor .tools .input-group:first-child{margin-right:.5rem}.SettingsGeneralBackgroundColor .tools .input-group:last-child{margin-left:.5rem}.SettingsGeneralBackgroundColor .predefined-colors{display:grid;padding:.5rem;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;grid-gap:.25rem}.SettingsGeneralBackgroundColor .predefined-colors div{cursor:pointer;box-shadow:inset 0 0 0 0 #fff;transition:box-shadow .3s ease}.SettingsGeneralBackgroundColor .predefined-colors div.active{border:.125rem solid var(--color-primary);box-shadow:inset 0 0 0 .3125rem #fff}.SettingsGeneralBackgroundColor .predefined-colors div:before{display:block;content:"";width:100%;padding-top:100%;pointer-events:none}#monkey{position:relative;display:block;margin-left:auto;margin-right:auto;width:7.5rem;height:7.5rem;margin-bottom:1.75rem}@media (min-width:600px) and (min-height:450px){#monkey{width:10rem;height:10rem;margin-bottom:2.5rem}}#monkey.big{width:10rem;height:10rem}#monkey .AnimatedSticker{position:absolute;left:0;top:0;width:100%;height:100%}#monkey .AnimatedSticker.hidden{display:none}#monkey .monkey-preview{width:100%;height:100%;background-size:100%;background:url(monkey.a3d5fcdc50b18dc55695f7dd4101a8c9.svg) 50%}#Settings{height:100%}#Settings>div{display:flex;flex-direction:column;overflow:hidden}.settings-main-header{display:flex;flex-grow:1;justify-content:space-between;align-items:center}.settings-more-menu .bubble{width:auto}.settings-more-menu .bubble .MenuItem button{padding-left:1rem!important;padding-right:2rem!important}.settings-content{height:calc(100% - var(--header-height));overflow-y:auto}.settings-content.infinite-scroll{display:flex;flex-direction:column}.settings-content.infinite-scroll>.custom-scroll{flex:1 1 auto;height:auto}.settings-content #monkey{margin-top:.5rem;margin-bottom:1rem}.settings-content .AnimatedEmoji{margin-top:.5rem;margin-bottom:1.5rem}.settings-content-header{display:flex;flex-direction:column;align-items:center;padding:0 1.5rem 1rem;text-align:center}.settings-content-header .input-group{width:100%}.settings-content-icon{width:5rem;height:5rem;margin-bottom:2.5rem;position:relative}.settings-content-icon .AnimatedSticker{position:absolute;left:0;top:0;width:100%;height:100%}.settings-content-icon .AnimatedSticker.hidden{display:none}.settings-main-menu{padding:0 .5rem 1rem}.settings-current-user{margin-bottom:1.125rem;text-align:center}.settings-current-user .Avatar{margin:0 auto 1.5rem}.settings-current-user .name{display:flex;justify-content:center;align-items:center;font-weight:500;font-size:1.5rem;line-height:2rem;margin:0}.settings-current-user .name .VerifiedIcon{margin-left:.25rem;margin-top:.1rem}.settings-current-user .phone{font-size:.875rem;color:#868e96;margin:0}.settings-item{border-top:1px solid var(--color-borders);padding:1.5rem 1.5rem 1rem}.settings-item.no-border{border-top:none}.settings-item-header{font-size:1rem;color:var(--color-text-secondary);margin-bottom:2rem;position:relative}.settings-item-description{font-size:.875rem;color:var(--color-text-secondary);margin-top:-.5rem;margin-bottom:1.5rem}.settings-content.two-fa .settings-item-description{font-size:1rem}.settings-item-description-larger{font-size:1rem;line-height:1.3125rem;color:var(--color-text-secondary);margin-top:2rem;margin-bottom:.75rem}.settings-item .ListItem{margin:0 -1rem 1rem}.settings-item .ListItem:last-child{margin-bottom:0}.settings-item .ListItem .multiline-menu-item{white-space:normal}.settings-item .ListItem .multiline-menu-item.full-size{width:100%}.settings-item .ListItem .multiline-menu-item .date{float:right;font-size:.75rem;margin-left:1rem;color:var(--color-text-secondary)}.settings-item .ListItem .multiline-menu-item .subtitle,.settings-item .ListItem .multiline-menu-item .title{display:block;text-align:left}.settings-item .ListItem .multiline-menu-item .title{line-height:1.25rem}.settings-item .ListItem .multiline-menu-item .subtitle{font-size:.875rem;line-height:1.5rem;color:var(--color-text-secondary)}.settings-item .ListItem .multiline-menu-item .subtitle+.subtitle{margin-top:-.25rem}.settings-item .ListItem .multiline-menu-item .subtitle.black{color:var(--color-text)}.settings-item .ListItem .multiline-menu-item .subtitle.tight{line-height:1.3125rem;margin-bottom:.1875rem}.settings-item .ListItem.destructive .ListItem-button{color:var(--color-error)}.settings-item .ListItem.destructive .ListItem-button i{color:inherit}.settings-item .ListItem.blocked-list-item{margin-bottom:.5rem}.settings-item .ListItem.blocked-list-item .ListItem-button{align-items:center;text-align:left;padding:.5rem}.settings-item .ListItem.blocked-list-item .Avatar{width:3rem;height:3rem;margin-right:1rem}.settings-item .ListItem.blocked-list-item .contact-name{font-size:1rem;line-height:1rem;margin-bottom:.25rem;font-weight:500}.settings-item .ListItem.blocked-list-item .contact-phone{font-size:.875rem;line-height:1rem;color:var(--color-text-secondary)}.settings-item .RangeSlider{margin-bottom:1.0625rem}.settings-item .Checkbox,.settings-item .radio-group{margin:0 -1rem .5rem}.settings-item .radio-group .Radio:last-child{margin-bottom:0}.settings-item .Checkbox+.Checkbox,.settings-item .Radio+.Radio{margin-top:2rem}.settings-fab-wrapper{height:calc(100% - var(--header-height));position:relative;overflow:hidden}.settings-fab-wrapper .settings-content{height:100%}.settings-fab-wrapper .FloatingActionButton{right:1.5rem}.settings-edit-profile{padding:0 1.5rem}.username-link{color:var(--color-links)}.NewChat{height:100%;overflow:hidden;position:relative}.NewChat-inner{height:calc(100% - var(--header-height));overflow:hidden}.NewChat-inner.step-2{padding:0 1.25rem;display:flex;flex-direction:column}.NewChat-inner.step-2 .error,.NewChat-inner.step-2 .note{font-size:.875rem;line-height:1.25rem;margin:1.5rem .25rem}.NewChat-inner.step-2 .error{color:var(--color-error)}.NewChat-inner.step-2 .note{margin-top:-.5625rem;color:var(--color-text-secondary)}.NewChat-inner.step-2 .chat-members-heading{color:var(--color-text-secondary);font-size:1rem;font-weight:500;margin:1rem .25rem}.NewChat-inner.step-2 .chat-members-list{margin:0 -1.25rem;padding:0 1rem 1rem;overflow-x:hidden;flex-grow:1}.ArchivedChats{height:100%;overflow:hidden}.ArchivedChats .chat-list{height:calc(100% - var(--header-height))}.MessageContextMenu{position:absolute;font-size:1rem}.MessageContextMenu .backdrop{position:absolute;touch-action:none}.StickerSetModal .modal-dialog{width:26.25rem;max-width:100%}@media (max-width:600px){.StickerSetModal .modal-dialog{width:18.875rem}}.StickerSetModal .modal-header{padding:.5rem 1rem}.StickerSetModal .modal-content{text-align:center;padding:0}.StickerSetModal .stickers{position:relative;width:100%;height:19rem;max-height:50vh;overflow-y:auto;padding:0 .25rem;text-align:left}.StickerSetModal .button-wrapper{padding:.5rem 0;border-top:1px solid var(--color-borders);box-shadow:0 0 2px hsla(0,0%,44.7%,.25)}.StickerSetModal .button-wrapper button{display:inline-block}.StickerSetModal .Loading{width:100%;height:22.8125rem;max-height:calc(50vh + 3.8125rem)}.HeaderMenuContainer{position:fixed;top:0;left:0;right:0;height:100vh;z-index:var(--z-header-menu)}.HeaderMenuContainer .Menu{position:absolute;font-size:1rem}.HeaderMenuContainer .Menu .backdrop{z-index:var(--z-header-menu-backdrop)}.HeaderMenuContainer .Menu .bubble{z-index:var(--z-header-menu);--offset-y:calc(100% + 1rem)}#MobileSearch>.header{position:absolute;top:0;left:0;z-index:var(--z-mobile-search);width:100%;height:3.5rem;background:#fff;display:flex;align-items:center;padding:0 .5rem 0 .25rem}#MobileSearch>.header>.SearchInput{margin-left:.25rem;flex:1}#MobileSearch>.footer{position:absolute;bottom:0;left:0;z-index:var(--z-mobile-search);width:100%;height:3.5rem;background:#fff;display:flex;align-items:center;padding-left:1rem;padding-right:.5rem}#MobileSearch>.footer>.counter{flex:1;color:var(--color-text-secondary)}#MobileSearch:not(.active) .footer,#MobileSearch:not(.active) .header{transform:translateX(-999rem)}.MentionMenu{position:absolute;bottom:calc(100% + .75rem);left:0;width:calc(100% - 4rem);max-width:20rem;background:#fff;border-radius:var(--border-radius-messages);padding:.5rem 0;max-height:15rem;overflow-x:hidden;overflow-y:auto;box-shadow:3px 3px 5px hsla(0,0%,44.7%,.25);z-index:-1;opacity:0;transform:translateY(1.5rem);transform-origin:bottom;transition:opacity var(--layer-transition),transform var(--layer-transition)}@media (max-width:600px){.MentionMenu{width:calc(100% - 3rem)}}.MentionMenu:not(.shown){display:none}.MentionMenu.open{opacity:1;transform:translateY(0)}.MentionMenu .Loading{margin:1rem 0}.MentionMenu .ListItem.chat-item-clickable{margin:0}.MentionMenu .ListItem.chat-item-clickable .ListItem-button{border-radius:0}.MentionMenu .ListItem.chat-item-clickable .info{display:flex}.MentionMenu .ListItem.chat-item-clickable .title{margin-right:10px;max-width:70%}.MentionMenu .ListItem.chat-item-clickable .handle{font-size:1rem}.MentionMenu .ChatInfo .title h3{line-height:1.25}.MentionMenu .ChatInfo .Avatar{margin-right:.7em}.MentionMenu .ChatInfo .handle:before{content:"@"}.MentionMenu .ChatInfo .user-status{display:none}.AttachmentModal{--border-radius-default:0.625rem}.AttachmentModal .modal-dialog{max-width:26.25rem}@media (max-width:600px){.AttachmentModal .modal-dialog{max-height:100%;padding-bottom:1.5rem}}.AttachmentModal .modal-content{padding:.5rem 1.25rem 1.875rem;max-height:calc(100vh - 3.25rem)}@media (max-width:600px){.AttachmentModal .modal-content{padding-bottom:.25rem}}.AttachmentModal .media-wrapper{max-height:26rem;overflow:auto;display:flex;flex-wrap:wrap;margin-bottom:1.5rem}.AttachmentModal .media-wrapper img,.AttachmentModal .media-wrapper video{flex:1;width:calc(50% - .15rem);height:12rem;margin-bottom:.3rem;border-radius:var(--border-radius-default);object-fit:cover}.AttachmentModal .media-wrapper img:only-child,.AttachmentModal .media-wrapper video:only-child{height:auto;max-height:25rem;margin-bottom:0}.AttachmentModal .media-wrapper img:nth-child(2n),.AttachmentModal .media-wrapper video:nth-child(2n){margin-left:.3rem}.AttachmentModal .document-wrapper{max-height:25rem;overflow:auto;flex-shrink:0;display:flex;flex-direction:column;margin:.75rem 0 1.75rem}.AttachmentModal .document-wrapper .File:not(:last-child){margin-bottom:1.5rem}.AttachmentModal .document-wrapper .file-icon{cursor:default!important}.AttachmentModal .attachment-caption-wrapper{position:relative}.AttachmentModal .attachment-caption-wrapper .form-control{background:#fff}.AttachmentModal .attachment-caption-wrapper .MentionMenu{right:0!important;z-index:0}.PollModal .modal-dialog{max-width:26.25rem;max-height:calc(100vh - 5rem)}.PollModal .modal-content{padding:.5rem 1.25rem 1.875rem;min-height:4.875rem}.PollModal .modal-header-condensed{margin-bottom:1rem}.PollModal .options-header{color:var(--color-text-secondary);font-size:1rem;font-weight:500;margin:1.5rem .25rem}.PollModal .options-list{margin:1rem -.75rem -.5rem;padding:0 .75rem;border-top:1px solid var(--color-chat-hover);max-height:20rem;overflow:auto}.PollModal .options-list.overflown{padding:0 .4rem .5rem .75rem}@media (max-width:600px){.PollModal .options-list{overflow:hidden;max-height:none}.PollModal .options-list,.PollModal .options-list.overflown{padding:0 .75rem}}.PollModal .option-wrapper{position:relative}.PollModal .option-wrapper .option-remove-button{position:absolute;top:.3125rem;right:.3125rem}.PollModal .quiz-mode{margin-top:1.5rem}.PollModal .quiz-mode .options-header{margin-bottom:.5rem}.PollModal .quiz-mode .note{margin-top:.5rem}.PollModal .note{font-size:smaller;color:var(--color-text-secondary)}.PollModal .error{font-size:smaller;color:var(--color-error);margin:-1rem 0 1rem .25rem}.PollModal .input-group:last-child{margin-bottom:.5rem}.EmojiButton{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin:.125rem;border-radius:var(--border-radius-messages-small);cursor:pointer;font-size:1.75rem;line-height:2.5rem;background-color:initial;transition:background-color .15s ease}.mac-os-fix .EmojiButton{line-height:inherit}.EmojiButton:hover{background-color:rgba(var(--color-text-secondary-rgb),.08)}.EmojiButton>img{width:2rem;height:2rem}.EmojiPicker{height:100%}.EmojiPicker-main{height:calc(100% - 3rem);overflow-y:auto;padding:.5rem}@media (max-width:600px){.EmojiPicker-main{padding:.5rem .25rem}}.EmojiPicker-header{height:3rem;border-bottom:1px solid var(--color-borders);display:flex;align-items:center;justify-content:space-around;box-shadow:0 0 2px hsla(0,0%,44.7%,.25)}@media (max-width:600px){.EmojiPicker-header{overflow-x:auto;overflow-y:hidden;display:block;white-space:nowrap;padding:.4375rem 0;scrollbar-width:none;scrollbar-color:transparent}.EmojiPicker-header::-webkit-scrollbar{height:0}.EmojiPicker-header::-webkit-scrollbar-thumb{background-color:transparent}.EmojiPicker-header .symbol-set-button{display:inline-flex;vertical-align:middle}.EmojiPicker-header:after{content:"";display:block;flex-shrink:0;width:.1px;height:1rem}}.StickerPicker{height:100%}.StickerPicker-main{position:relative;height:calc(100% - 3rem);overflow-y:auto;padding:.5rem}@media (max-width:600px){.StickerPicker-main{padding:.5rem .25rem}}.StickerPicker-header{height:3rem;border-bottom:1px solid var(--color-borders);padding:.125rem 0;overflow-x:auto;overflow-y:hidden;white-space:nowrap;box-shadow:0 0 2px hsla(0,0%,44.7%,.25);scrollbar-width:none;scrollbar-color:transparent}.StickerPicker-header::-webkit-scrollbar{height:0}.StickerPicker-header::-webkit-scrollbar-thumb{background-color:transparent}.StickerPicker-header:after{content:"";display:block;flex-shrink:0;width:.1px;height:1rem}.StickerPicker-header .sticker-set-button{display:inline-flex;vertical-align:middle}.StickerPicker-header .sticker-set-button.StickerButton{background-size:2rem}.StickerPicker-header .sticker-set-button.StickerButton .AnimatedSticker,.StickerPicker-header .sticker-set-button.StickerButton img{top:.375rem;left:.375rem;width:2rem;height:2rem}.StickerPicker-header .sticker-set-button .sticker-set-cover{width:2rem;height:2rem;position:relative;display:flex;align-items:center;justify-content:center}.StickerPicker-header .sticker-set-button .sticker-set-cover .AnimatedSticker,.StickerPicker-header .sticker-set-button .sticker-set-cover img{width:100%;height:100%;position:absolute;top:0;left:0}.StickerPicker .symbol-set-container{width:25rem;line-height:0}@media (max-width:600px){.StickerPicker .symbol-set-container{width:100%}}.StickerPicker .sticker-set-button{width:2.75rem!important;height:2.75rem;margin:0 .25rem;border-radius:var(--border-radius-messages-small)}.GifButton{display:flex;align-items:center;justify-content:center;height:6.25rem;background-color:initial;cursor:pointer;overflow:hidden;position:relative}.GifButton:last-child{margin-bottom:1rem}.GifButton.vertical{grid-column-end:span 1}.GifButton.horizontal{grid-column-end:span 2}.GifButton .preview{background-size:cover!important;background:transparent no-repeat 50%}.GifButton .preview,.GifButton video{width:100%;height:100%;object-fit:cover}.GifButton:not(.shown){display:block!important;visibility:hidden}.GifButton .Spinner{position:absolute;pointer-events:none}.GifPicker{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:6.25rem;grid-gap:.25rem;grid-auto-flow:dense;height:100%;overflow-y:auto;padding:.25rem}.GifPicker .Loading,.GifPicker .picker-disabled{grid-column:1/-1;height:var(--menu-height)}.SymbolMenu.mobile-menu{position:fixed;left:0;right:0;bottom:0;background:var(--color-background);transform:translate3d(0,calc(var(--symbol-menu-height) + var(--symbol-menu-footer-height)),0);z-index:1;transition:transform var(--layer-transition)}.SymbolMenu.mobile-menu.open{transform:translateZ(0)}body.is-media-viewer-open .SymbolMenu.mobile-menu.open{transform:translate3d(0,calc(var(--symbol-menu-height) + var(--symbol-menu-footer-height)),0)}.SymbolMenu-main{width:var(--symbol-menu-width);height:var(--symbol-menu-height);max-height:calc(100vh - var(--symbol-menu-footer-height))}.SymbolMenu-footer{height:var(--symbol-menu-footer-height);border-top:1px solid var(--color-borders);display:flex;align-items:center;justify-content:center;box-shadow:0 0 2px hsla(0,0%,44.7%,.25);position:relative}.SymbolMenu-footer .Button{flex-shrink:0;width:2.125rem!important;height:2.125rem;margin:0 .25rem;padding:0}.SymbolMenu-footer .Button.activated{pointer-events:none}.SymbolMenu-footer .Button.symbol-tab-button{margin:0 .75rem}.SymbolMenu-footer .Button.symbol-search-button{position:absolute;left:.25rem}.SymbolMenu-footer .Button.symbol-delete-button{position:absolute;right:.25rem}.SymbolMenu .Transition.slide{height:100%}.SymbolMenu .Transition.slide .Loading{height:var(--symbol-menu-height)}.is-pointer-env .SymbolMenu>.backdrop{position:absolute;top:-1rem;left:0;right:auto;width:3.5rem;height:4.5rem}.SymbolMenu .bubble{padding:0;width:var(--symbol-menu-width);overflow:hidden}.SymbolMenu .picker-disabled{height:var(--symbol-menu-height);display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary)}.SymbolMenu .symbol-close-button{display:none;position:absolute;right:.25rem;top:.25rem}@media (orientation:landscape){.SymbolMenu .symbol-close-button{display:block}}.symbol-set{margin-bottom:1rem}.symbol-set-name{font-size:1rem;line-height:1.6875rem;font-weight:500;margin:0;padding-left:.5rem;color:rgba(var(--color-text-secondary-rgb),.75);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.symbol-set-button{flex-shrink:0;width:2.125rem!important;height:2.125rem;margin:0 .25rem;padding:0}.Transition>div:not(.active) .symbol-set,body.animating-right-column .symbol-set{overflow:hidden}.symbol-set .symbol-set-container:not(.shown){display:block}.symbol-set .symbol-set-container.closing{transition:none}.AttachMenu{position:relative}.is-pointer-env .AttachMenu>.backdrop{position:absolute;top:-1rem;left:auto;right:0;width:3.5rem}.AttachMenu .media-disabled>button{white-space:normal}.EmojiTooltip{position:absolute;bottom:calc(100% + .5rem);left:0;width:100%;background:#fff;border-radius:var(--border-radius-messages);padding:.5rem 0;max-height:15rem;overflow-x:hidden;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(5rem,1fr));grid-auto-rows:auto;place-items:center;box-shadow:0 1px 2px hsla(0,0%,44.7%,.25);opacity:0;transform:translateY(1.5rem);transform-origin:bottom;transition:opacity var(--layer-transition),transform var(--layer-transition)}.EmojiTooltip:not(.shown){display:none}.EmojiTooltip.open{opacity:1;transform:translateY(0)}.EmojiTooltip .Loading{margin:1rem 0}.KeyboardMenu .bubble{width:100%!important;max-width:27rem;border-radius:var(--border-radius-default-small)}.KeyboardMenu .content{display:flex;flex-direction:column;padding:.1875rem .625rem;max-height:80vh;overflow:auto}@media (max-width:600px){.KeyboardMenu .content{max-height:75vh}}.KeyboardMenu .content .row{display:flex;flex-direction:row}.KeyboardMenu .content .row+.row{margin-top:.375rem}.KeyboardMenu .content .Button{flex:1;width:auto;height:auto;min-height:3.0625rem;border-radius:var(--border-radius-messages-small);border:2px solid var(--color-primary);background:#fff;color:var(--color-primary);font-weight:500;text-transform:none}.KeyboardMenu .content .Button:hover{color:#fff;border-color:var(--color-primary-shade)}.KeyboardMenu .content .Button+.Button{margin-left:.375rem}.CustomSendMenu{position:relative;bottom:3.5rem}.is-pointer-env .CustomSendMenu>.backdrop{position:absolute;top:-1rem;left:auto;right:0;width:3.5rem}.CustomSendMenu .media-disabled>button{white-space:normal}.CustomSendMenu .bubble{width:16rem}.RightSearch{height:100%;padding:0 .5rem;overflow-y:auto}.RightSearch .helper-text{padding:1rem;margin-bottom:.125rem;font-weight:500;color:var(--color-text-secondary)}.StickerSearch{height:100%;padding:0 .5rem;overflow-y:auto}.StickerSearch .helper-text{padding:1rem;margin-bottom:.125rem;font-weight:500;color:var(--color-text-secondary)}.StickerSearch .sticker-set{margin-bottom:1rem}.StickerSearch .sticker-set-header{display:flex;justify-content:space-between;padding:.5rem}.StickerSearch .sticker-set-header .title-wrapper{overflow:hidden}.StickerSearch .sticker-set-header .title{font-size:1rem;line-height:1.6875rem;margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.StickerSearch .sticker-set-header .count{color:var(--color-text-secondary);margin:0}.StickerSearch .sticker-set-header .Button{flex-shrink:0;margin-left:1rem}.StickerSearch .sticker-set-header .Button.is-added{background:var(--color-chat-hover);color:var(--color-text-secondary)}.StickerSearch .sticker-set-header .Button.is-added:active,.StickerSearch .sticker-set-header .Button.is-added:hover{background:var(--color-chat-active)!important}.StickerSearch .sticker-set-main{display:flex;flex-wrap:nowrap;overflow:hidden}.StickerSearch .StickerButton{margin:.125rem}.GifSearch{height:100%;padding:.25rem}.GifSearch .gif-container{height:100%;overflow:auto}.GifSearch .gif-container.grid{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:6.25rem;grid-gap:.25rem;grid-auto-flow:dense}.GifSearch .helper-text{color:var(--color-text-meta);margin-top:2rem;text-align:center}.Statistics{height:100%;overflow-x:hidden;overflow-y:hidden}.Statistics.ready{overflow-y:scroll!important}.Statistics .chat-container{margin-bottom:1rem;border-bottom:1px solid var(--color-borders);opacity:1;transition:opacity .3s ease}.Statistics .chat-container.hidden{opacity:0}.Statistics .lovely-chart--container{font:inherit!important;font-size:13px!important}.Statistics .lovely-chart--header{margin:0 1rem}.Statistics .lovely-chart--header,.Statistics .lovely-chart--percentage-title,.Statistics .lovely-chart--tooltip-dataset-value,.Statistics .lovely-chart--tooltip-title{font-weight:500!important}.Statistics .lovely-chart--container-type-pie.lovely-chart--state-zoomed-in>canvas{animation-name:pie-slim-in!important}.Statistics .lovely-chart--container-type-pie:not(.lovely-chart--state-zoomed-in)>canvas{animation-name:pie-slim-out!important}@keyframes pie-slim-in{0%{clip-path:circle(80% at center calc(50% - 7.5px));-webkit-clip-path:circle(80% at center calc(50% - 7.5px));transform:rotate(-1turn)}25%{clip-path:circle(40% at center calc(50% - 7.5px));-webkit-clip-path:circle(40% at center calc(50% - 7.5px));transform:rotate(-1turn)}75%{clip-path:circle(40% at center calc(50% - 7.5px));-webkit-clip-path:circle(40% at center calc(50% - 7.5px));transform:rotate(0)}}@keyframes pie-slim-out{0%{clip-path:circle(40% at center calc(50% - 7.5px));-webkit-clip-path:circle(40% at center calc(50% - 7.5px));transform:rotate(1turn)}50%{clip-path:circle(40% at center calc(50% - 7.5px));-webkit-clip-path:circle(40% at center calc(50% - 7.5px));transform:rotate(0)}75%{clip-path:circle(80% at center calc(50% - 7.5px));-webkit-clip-path:circle(80% at center calc(50% - 7.5px));transform:rotate(0)}}.PollAnswerResults{border-bottom:1px solid var(--color-borders);padding:0 .5rem .625rem;display:flex;flex-direction:column-reverse}.PollAnswerResults .answer-head{display:flex;align-items:center;font-size:.9375rem;line-height:1.3125rem;font-weight:500;color:var(--color-text-secondary);padding:1rem .75rem .5rem 1rem;position:sticky;top:0;background:#fff}@media (max-width:600px){.PollAnswerResults .answer-head{padding:.5rem .25rem .5rem .5rem}}.PollAnswerResults .answer-percent{margin-left:auto}.PollAnswerResults .poll-voters{padding:0 .75rem;position:relative;min-height:3rem}@media (max-width:600px){.PollAnswerResults .poll-voters{padding:0 .25rem}}.PollAnswerResults .poll-voters .Spinner{--spinner-size:1.25rem}.PollAnswerResults .chat-item-clickable .ChatInfo .Avatar.size-tiny{margin-right:1.75rem}.PollAnswerResults .ShowMoreButton{margin:.25rem 0 0 -.5rem;width:calc(100% + 1rem)}.PollAnswerResults .icon-down{vertical-align:middle;margin-right:2rem;font-size:1.5rem}.PollResults{height:100%;position:relative;display:flex;flex-direction:column;pointer-events:auto}.PollResults>.Loading{position:absolute;top:0;left:0;bottom:0;right:0;background:hsla(0,0%,100%,.75)}.PollResults .poll-question{padding:.75rem 1.5rem;flex-shrink:0;font-size:1.25rem}@media (max-width:600px){.PollResults .poll-question{padding:0 1rem}}.PollResults .poll-results-list{border-top:1px solid var(--color-borders);flex-grow:1;overflow:auto}.Management{position:relative;height:100%}.Management>.custom-scroll{height:100%;overflow-y:scroll;overflow-x:hidden}.Management .section{padding:1rem 1.5rem;border-top:1px solid var(--color-borders)}.Management .section.wide{padding:1.5rem}.Management .section:first-of-type{border-top:none;padding-top:1rem}.Management .section.no-border{border-top:none}.Management .section>.ChatInfo{margin:0 0 2rem!important}.Management .section>.ChatInfo .title h3{margin-bottom:0}.Management .section .section-icon{width:8.75rem;height:8.75rem;margin:0 auto 2rem;position:relative}.Management .section .section-icon .AnimatedSticker{position:absolute;left:0;top:0;width:100%;height:100%}.Management .section .section-icon .AnimatedSticker.hidden{display:none}.Management .section .ListItem{margin:0 -.75rem}.Management .section .ListItem:last-child{margin-bottom:0}.Management .section .ListItem .multiline-item .subtitle{line-height:1.25rem}.Management .section .ListItem:not(.picker-list-item) .Checkbox{margin-top:2rem;margin-bottom:2rem}.Management .section .ListItem.narrow .Checkbox{margin-top:1rem;margin-bottom:1rem}.Management .section .ListItem.exceptions-member .ChatInfo .status{white-space:pre-wrap}.Management .section .section-heading{font-weight:500;font-size:.9375rem;color:var(--color-text-secondary)}.Management .section .section-help{color:var(--color-text-secondary);line-height:1.375rem}.Management .section .section-info{color:var(--color-text-secondary);font-size:.875rem}.Management textarea.form-control{height:auto}.Management .group-link{color:var(--color-text)}.Management .radio-group{margin-top:2rem}.Management .radio-group .Radio{padding-left:3.5rem;margin-bottom:2rem}.Management .radio-group .Radio:last-child{margin-bottom:.625rem}.Management .radio-group .Radio-main:before{left:.125rem;top:.25rem;transform:none}.Management .radio-group .Radio-main:after{left:.4375rem;top:.5625rem;transform:none}.ManageGroupMembers,.ShippingInfo{padding:.5rem 1rem}.ShippingInfo h5{font-size:.9rem;color:var(--color-text-secondary);margin:1rem 0 1.1rem}.Shipping{padding:.5rem 1rem}.Shipping form p{color:var(--color-text-secondary);font-weight:500;margin:.5rem 0 2rem}.Shipping form .Radio{margin-bottom:2rem}.Checkout{padding:.5rem 0}.Checkout .description{display:flex;flex-direction:row;margin:0 1rem}.Checkout .description img{height:6rem;margin:.5rem}.Checkout .description .text h5{margin-top:.5rem;font-size:1.125rem}.Checkout .description .text p{font-size:.8rem;line-height:1rem;color:var(--color-text-secondary)}.Checkout .price-info{margin:1rem}.Checkout .price-info .price-info-item{margin:1rem .5rem;display:flex;flex-direction:row;align-content:space-between;color:var(--color-text-secondary);font-weight:500}.Checkout .price-info .price-info-item-main{color:var(--color-text)}.Checkout .price-info .price-info-item .title{display:flex;flex:1 auto}.Checkout .invoice-info{border-top:1px solid var(--color-borders);padding:1rem}.Checkout .invoice-info .checkout-info-item{display:flex;padding:.75rem .5rem 1rem;text-align:left}.Checkout .invoice-info .checkout-info-item i{font-size:1.5rem;color:var(--color-text-secondary);margin-right:2rem;width:1.5rem}.Checkout .invoice-info .checkout-info-item i.stripe-provider{background:url(stripe-logo.c0c5683dcd30037389c35a31040908ed.png) no-repeat 50%;background-size:2rem;border-radius:1rem;height:1.5rem}.Checkout .invoice-info .checkout-info-item .info .title{font-size:1rem;line-height:1.4375rem;margin-bottom:0;font-weight:400;word-break:break-word;color:var(--color-text);text-transform:capitalize}.Checkout .invoice-info .checkout-info-item .info .data{margin-bottom:0;font-size:.875rem;color:var(--color-text-secondary)}.CardInput{position:relative}.CardInput .input-group.has-left-addon .form-control{padding-left:4rem}.CardInput .left-addon{position:absolute;top:.8rem;left:1rem;z-index:8}.CardInput .left-addon img{max-width:2rem}.PaymentInfo{padding:.5rem 1rem}.PaymentInfo h5{font-size:.9rem;color:var(--color-text-secondary);margin:1rem 0 1.1rem}.PaymentInfo .inline-inputs{display:flex;justify-content:space-between}.PaymentInfo .inline-inputs .input-group{flex:1 10rem;max-width:45%;display:flex}.PaymentModal .modal-backdrop{pointer-events:none}.PaymentModal .header{position:relative;border-top-left-radius:10px;border-top-right-radius:10px;width:100%;padding:.25rem 1rem;display:flex;align-items:center;flex-direction:row;background:#fff;border-bottom:1px solid var(--color-borders)}.PaymentModal .header h3{margin-bottom:0;margin-left:1.5rem}.PaymentModal .Transition{height:25rem}.PaymentModal .empty-content{height:25rem;max-height:90%;display:flex;align-items:center;justify-content:center}.PaymentModal .receipt-content{height:25rem;overflow-y:auto}.PaymentModal .content{overflow:auto;width:100%;height:100%;position:relative}.PaymentModal .footer{position:relative;border-bottom-left-radius:10px;border-bottom-right-radius:10px;width:100%;padding:.75rem 1rem;background:#fff;border-top:1px solid var(--color-borders)}.PaymentModal .footer button{text-transform:none;font-weight:500}.PaymentModal .modal-dialog{width:25rem}.PaymentModal .modal-content{padding:0;overflow:hidden}@media screen and (max-device-width:640px) and (max-height:640px) and (orientation:landscape){.PaymentModal .modal-dialog{max-height:100%}.PaymentModal .Transition{height:10rem}} \ No newline at end of file diff --git a/dist/2.64f613223ebe6cf606e7.js b/dist/2.64f613223ebe6cf606e7.js new file mode 100644 index 000000000..cb41aa50b --- /dev/null +++ b/dist/2.64f613223ebe6cf606e7.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[2],Array(87).concat([function(e,t,a){"use strict";a.r(t),a.d(t,"MediaViewer",(function(){return he})),a.d(t,"ForwardPicker",(function(){return ye})),a.d(t,"Errors",(function(){return Se})),a.d(t,"Notifications",(function(){return we})),a.d(t,"CalendarModal",(function(){return Le})),a.d(t,"DeleteMessageModal",(function(){return Ae})),a.d(t,"PinMessageModal",(function(){return Te})),a.d(t,"UnpinAllMessagesModal",(function(){return Be})),a.d(t,"MessageSelectToolbar",(function(){return Ue})),a.d(t,"LeftSearch",(function(){return kt})),a.d(t,"Settings",(function(){return rn})),a.d(t,"ContactList",(function(){return ln})),a.d(t,"NewChat",(function(){return hn})),a.d(t,"NewChatStep1",(function(){return mn})),a.d(t,"NewChatStep2",(function(){return dn})),a.d(t,"ArchivedChats",(function(){return pn})),a.d(t,"ContextMenuContainer",(function(){return In})),a.d(t,"StickerSetModal",(function(){return wn})),a.d(t,"HeaderMenuContainer",(function(){return Mn})),a.d(t,"MobileSearch",(function(){return An})),a.d(t,"AttachmentModal",(function(){return qn})),a.d(t,"PollModal",(function(){return Hn})),a.d(t,"SymbolMenu",(function(){return pc})),a.d(t,"AttachMenu",(function(){return gc})),a.d(t,"MentionMenu",(function(){return zn})),a.d(t,"EmojiTooltip",(function(){return Ec})),a.d(t,"BotKeyboardMenu",(function(){return vc})),a.d(t,"CustomSendMenu",(function(){return Oc})),a.d(t,"DropArea",(function(){return fc.b})),a.d(t,"TextFormatter",(function(){return jc.a})),a.d(t,"RightSearch",(function(){return yc})),a.d(t,"StickerSearch",(function(){return Sc})),a.d(t,"GifSearch",(function(){return Ic})),a.d(t,"Statistics",(function(){return Lc})),a.d(t,"PollResults",(function(){return Tc})),a.d(t,"Management",(function(){return Zc})),a.d(t,"PaymentModal",(function(){return fr})),a.d(t,"ReceiptModal",(function(){return yr}));var n=a(0),c=a(2),r=a(5),s=a(18),l=a(1),o=a(7),i=a(100),m=a(6),d=a(4),u=a(3),h=a(124),b=a(41),p=a(163),g=a(29),E=a(94),v=a(109),O=a(166),f=a(103),j=a(133),C=a(14);var y=a(37),k=a(42),N=a(132),S=a(48);function I(e,t,a,n){const{mediaEl:c}=L(t,n);if(!c)return;const{width:r}=S.a.get();let o,m=!1;if(n){const{photo:e,video:t,webPage:a}=Object(d.v)(n);m=Boolean(t),o=t?Object(d.bb)(t):Object(d.R)(e||a.photo)}else o=i.a;const{width:u,height:h}=Object(i.j)(e,m),{width:b,height:p}=Object(i.e)(u,h,o.width,o.height),g=(r-b)/2,E=function(e){const t=window.matchMedia(i.b);let a=4.125;e&&(a+=t.matches?.875:3.375);return a*i.c}(e)+(h-p)/2;let{top:v,left:O,width:f,height:j}=c.getBoundingClientRect();if([s.h.SharedMedia,s.h.Album,s.h.ScheduledAlbum,s.h.SearchResult].includes(t)){const e=function(e,t,a,n,c,r){if(e===t){const s=Math.max(c,r)*(e/t);n-=(s-c)/2,a-=(s-r)/2,c=s,r=s}else if(e>t){const a=c;n-=((c=r*(e/t))-a)/2}else if(t>e){const n=r;a-=((r=c*(t/e))-n)/2}return{top:a,left:n,width:c,height:r}}(b,p,v,O,f,j);v=e.top,O=e.left,f=e.width,j=e.height}const C=O+f/2-(g+b/2),y=v+j/2-(E+p/2),k=f/b,N=j/p,I=P(a||c);F(I,{top:E+"px",left:g+"px",width:b+"px",height:p+"px",transform:`translate3d(${C}px, ${y}px, 0) scale(${k}, ${N})`}),A(I,t),document.body.classList.add("ghost-animating"),requestAnimationFrame(()=>{document.body.appendChild(I),requestAnimationFrame(()=>{I.style.transform="",function(e){e.firstChild.style.objectFit="default",e.classList.remove("rounded-corners","circle")}(I),setTimeout(()=>{requestAnimationFrame(()=>{document.body.removeChild(I),document.body.classList.remove("ghost-animating")})},200+l.c)})})}function w(e,t,a){const{container:n,mediaEl:c}=L(e,a);if(!c)return;const r=document.getElementById("MediaViewer").querySelector(".active .media-viewer-content img, .active .media-viewer-content video");if(!r||!c)return;const{top:o,left:i,width:m,height:d}=r.getBoundingClientRect(),{top:u,left:h,width:b,height:p}=c.getBoundingClientRect();let g=u;if(!function(e){if("none"===e.style.display)return!1;const t=e.getBoundingClientRect(),{height:a}=S.a.get();return t.top<=a&&t.top+t.height>=0}(n)){const{height:e}=S.a.get();g=uf?O=f:f>O&&(f=O));const C=P(t||c);F(C,{top:g+"px",left:h+"px",width:b+"px",height:p+"px",transform:`translate3d(${E}px, ${v}px, 0) scale(${O}, ${f})`}),requestAnimationFrame(()=>{document.body.classList.add("ghost-animating"),document.body.appendChild(C),requestAnimationFrame(()=>{C.style.transform="",j&&(C.style.opacity="0"),A(C,e),setTimeout(()=>{requestAnimationFrame(()=>{document.body.removeChild(C),document.body.classList.remove("ghost-animating")})},200+l.c)})})}function P(e){const t=document.createElement("div");t.classList.add("ghost");const a=new Image;return"string"==typeof e?a.src=e:e instanceof HTMLVideoElement?a.src=e.poster:a.src=e.src,t.appendChild(a),t}function M(e,t){const a=document.querySelector(".active > .MessageList");let n=e.offsetTop+t.closest(".content-inner, .WebPage").offsetTop;return e.id.includes("album-media-")&&(n+=e.parentElement.offsetTop+e.closest(".Message").offsetTop),n>a.scrollTop&&n+t.offsetHeight{if(n&&t)return{sender:Object(d.lb)(t)?Object(m.Bb)(e,t):Object(m.f)(e,t)};if(!a||!t)return{};const c=Object(m.k)(e,t,a);return{message:c,sender:c&&Object(m.ob)(e,c)}},(e,t)=>Object(u.l)(t,["closeMediaViewer","focusMessage"]))(({chatId:e,messageId:t,sender:a,isAvatar:c,message:r,closeMediaViewer:s,focusMessage:l})=>{const o=Object(n.m)(()=>{s(),l({chatId:e,messageId:t})},[e,l,t,s]);if(Object(T.a)(),!a||!r&&!c)return;const i=a.id<0,m=Object(d.U)(a);return n.a.createElement("div",{className:"SenderInfo",onClick:o},i?n.a.createElement(z.a,{key:a.id,size:"medium",chat:a}):n.a.createElement(z.a,{key:a.id,size:"medium",user:a}),n.a.createElement("div",{className:"meta"},n.a.createElement("div",{className:"title"},m&&Object(G.a)(m)),n.a.createElement("div",{className:"date"},c?"Profile photo":Object(U.d)(1e3*r.date))))}),$=a(164),H=a(50),V=a(31),W=a(110);a(235);var Y=({mediaData:e,isVideo:t,isZoomed:a,message:c,fileName:r,isAvatar:s,onCloseMediaViewer:l,onForward:i,onZoomToggle:m})=>{const[u,h]=Object(n.r)(!1),b=t&&c?Object(d.D)(c,"download"):void 0,{mediaData:p,downloadProgress:g}=Object(v.a)(b,!u);Object(n.n)(()=>{u&&p&&(Object($.a)(p,r),h(!1))},[r,p,u]),Object(n.n)(()=>{h(!1)},[b]);const E=Object(n.m)(e=>{e.stopPropagation(),h(e=>!e)},[]),O=Object(T.a)(),f=Object(n.p)(()=>({onTrigger:e,isOpen:t})=>n.a.createElement(R.a,{round:!0,size:"smaller",color:"translucent",className:t?"active":void 0,onClick:e,ariaLabel:"More actions"},n.a.createElement("i",{className:"icon-more"})),[]);return o.f?n.a.createElement("div",{className:"MediaViewerActions-mobile"},n.a.createElement(H.a,{trigger:f,positionX:"right"},!s&&n.a.createElement(V.a,{icon:"forward",onClick:i},O("Forward")),t?n.a.createElement(V.a,{icon:u?"close":"download",onClick:E},u?Math.round(100*g)+"% Downloading...":"Download"):n.a.createElement(V.a,{icon:"download",href:e,download:r},O("AccActionDownload"))),u&&n.a.createElement(W.a,{progress:g,size:"s",noCross:!0})):n.a.createElement("div",{className:"MediaViewerActions"},!s&&n.a.createElement(n.a.Fragment,null,n.a.createElement(R.a,{round:!0,size:"smaller",color:"translucent-white",ariaLabel:O("Forward"),onClick:i},n.a.createElement("i",{className:"icon-forward"}))),t?n.a.createElement(R.a,{round:!0,size:"smaller",color:"translucent-white",ariaLabel:O("AccActionDownload"),onClick:E},u?n.a.createElement(W.a,{progress:g,size:"s",onClick:E}):n.a.createElement("i",{className:"icon-download"})):n.a.createElement(R.a,{href:e,download:r,round:!0,size:"smaller",color:"translucent-white",ariaLabel:O("AccActionDownload")},n.a.createElement("i",{className:"icon-download"})),n.a.createElement(R.a,{round:!0,size:"smaller",color:"translucent-white",ariaLabel:a?"Zoom Out":"Zoom In",onClick:m},n.a.createElement("i",{className:a?"icon-zoom-out":"icon-zoom-in"})),n.a.createElement(R.a,{round:!0,size:"smaller",color:"translucent-white",ariaLabel:O("Close"),onClick:l},n.a.createElement("i",{className:"icon-close"})))},K=a(9);a(236);var Z=({text:e="",isHideable:t,onClick:a})=>{const[c,r]=Object(n.r)(!1);return Object(n.n)(()=>{const e=document.querySelector(".MediaViewerFooter .media-text"),t=()=>{const t=e?e.clientHeight:0;r(t>2*i.c)};t();const a=Object(K.g)(t,500,!0);return window.addEventListener("resize",a,!1),()=>{window.removeEventListener("resize",a,!1)}},[]),n.a.createElement("div",{className:"MediaViewerFooter "+(t?"hideable":""),onClick:function(t){e&&t.stopPropagation()}},e&&n.a.createElement("div",{className:"media-viewer-footer-content",onClick:a},n.a.createElement("p",{className:"media-text custom-scroll "+(c?"multiline":"")},e)))},Q=a(27),_=a(118);const X=function(){if(void 0!==document.fullscreenElement)return"fullscreenElement";if(void 0!==document.mozFullScreenElement)return"mozFullScreenElement";if(void 0!==document.webkitFullscreenElement)return"webkitFullscreenElement";return""}();var J=a(134),ee=a(131);const te=["bytes","kB","MB","GB","TB","PB"];var ae=e=>{const t=Math.floor(Math.log(e)/Math.log(1024));return`${(e/1024**Math.floor(t)).toFixed(1)} ${te[t]}`};a(237);const ne=e=>{e.stopPropagation()};var ce=({bufferedProgress:e,currentTime:t,duration:a,fileSize:c,isForceVisible:r,isForceMobileVersion:s,isPlayed:l,isFullscreenSupported:i,isFullscreen:m,onChangeFullscreen:d,onPlayPause:u,onSeek:h})=>{const[b,p]=Object(n.r)(!0);Object(n.n)(()=>{r&&p(r)},[r]),Object(n.n)(()=>{let e;return r||(o.f?p(!1):e=window.setTimeout(()=>{p(!1)},800)),()=>{e&&window.clearTimeout(e)}},[r]),Object(n.n)(()=>((b||r)&&document.body.classList.add("video-controls-visible"),()=>{document.body.classList.remove("video-controls-visible")}),[r,b]);const g=Object(T.a)();var E,v;if(b||r)return n.a.createElement("div",{className:"VideoPlayerControls "+(s?"mobile":""),onClick:ne},function(e,t,a,c){const r=e/t*100,s=100*a;return n.a.createElement("div",{className:"player-seekline"},n.a.createElement("div",{className:"player-seekline-track"},n.a.createElement("div",{className:"player-seekline-buffered",style:`width: ${s||0}%`}),n.a.createElement("div",{className:"player-seekline-played",style:`width: ${r||0}%`}),n.a.createElement("input",{min:"0",max:"100",step:.01,type:"range",onInput:c,className:"player-seekline-input",value:r||0})))}(t,a,e,h),n.a.createElement(R.a,{ariaLabel:g("AccActionPlay"),size:"tiny",ripple:!o.f,color:"translucent-white",className:"play",onClick:u},n.a.createElement("i",{className:l?"icon-pause":"icon-play"})),function(e,t){return n.a.createElement("div",{className:"player-time"},`${Object(U.e)(e)} / ${Object(U.e)(t)}`)}(t,a),e<1&&(E=e,v=c,n.a.createElement("div",{className:"player-file-size"},`${ae(v*E)} / ${ae(v)}`)),i&&n.a.createElement(R.a,{ariaLabel:"Fullscreen",size:"tiny",color:"translucent-white",className:"fullscreen",onClick:d},n.a.createElement("i",{className:""+(m?"icon-smallscreen":"icon-fullscreen")})))};a(238);function re(){return(re=Object.assign||function(e){for(var t=1;t{const d=Object(n.q)(null),[u,h]=Object(n.r)(!o.k||!o.d),[b,p]=Object(n.r)(0),[g,E]=Object(n.r)(!0),[v,O,f]=function(e,t){const[a,c]=Object(n.r)(Boolean(X&&document[X]));return Object(n.o)(()=>{const a=()=>{c(Boolean(X&&document[X]))},n=()=>{c(!0)},r=()=>{c(!1),t(!1)},s=e.current;return document.addEventListener("fullscreenchange",a,!1),document.addEventListener("webkitfullscreenchange",a,!1),document.addEventListener("mozfullscreenchange",a,!1),s&&(s.addEventListener("webkitbeginfullscreen",n,!1),s.addEventListener("webkitendfullscreen",r,!1)),()=>{document.removeEventListener("fullscreenchange",a,!1),document.removeEventListener("webkitfullscreenchange",a,!1),document.removeEventListener("mozfullscreenchange",a,!1),s&&(s.removeEventListener("webkitbeginfullscreen",n,!1),s.removeEventListener("webkitendfullscreen",r,!1))}},[]),X||"iOS"===o.n?[a,()=>{e.current&&(X||"iOS"===o.n)&&(e.current.requestFullscreen?e.current.requestFullscreen():e.current.webkitRequestFullscreen?e.current.webkitRequestFullscreen():e.current.webkitEnterFullscreen?e.current.webkitEnterFullscreen():e.current.mozRequestFullScreen&&e.current.mozRequestFullScreen(),c(!0))},()=>{e.current&&(document.exitFullscreen?document.exitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitCancelFullScreen?document.webkitCancelFullScreen():document.webkitExitFullscreen&&document.webkitExitFullscreen(),c(!1))}]:[!1]}(d,h),{isBuffered:j,bufferedProgress:C,bufferingHandlers:y}=Object(_.a)(),{shouldRender:k,transitionClassNames:N}=Object(Q.a)(!j,void 0,void 0,"slow");Object(n.n)(()=>{i||!l?d.current.pause():e&&!o.k&&Object(ee.a)(d.current)},[i,l,e]),Object(n.n)(()=>{d.current.currentTime===d.current.duration?(p(0),h(!1)):p(d.current.currentTime)},[b]);const S=Object(n.m)(e=>{e.stopPropagation(),u?(d.current.pause(),h(!1)):(d.current.play(),h(!0))},[u]);Object(J.a)(d,[]);const I=Object(n.m)(()=>{E(!0)},[]),w=Object(n.m)(()=>{E(!1)},[]),P=Object(n.m)(e=>{p(e.currentTarget.currentTime)},[]),M=Object(n.m)(()=>{p(0),h(!1)},[]),F=Object(n.m)(()=>{v&&f?f():!v&&O&&O()},[f,v,O]),L=Object(n.m)(e=>{e.stopPropagation(),d.current.currentTime=Number(e.target.value)*d.current.duration/100},[]),A=Object(n.m)(e=>{e.stopPropagation(),E(!g)},[g]);Object(n.n)(()=>{const e=e=>{"Enter"!==e.key&&" "!==e.key||S(e)};return document.addEventListener("keydown",e,!1),()=>{document.removeEventListener("keydown",e,!1)}},[S]);const T=c&&`width: ${c.width}px; height: ${c.height}px`,B=`background-image: url(${a})`;return n.a.createElement("div",{className:"VideoPlayer",onClick:!t&&o.f?A:void 0,onMouseOver:t?void 0:I,onMouseOut:t?void 0:w},n.a.createElement("div",{style:T},n.a.createElement("video",re({ref:d,autoPlay:o.k,playsInline:!0,loop:t,muted:t,id:"media-viewer-video",style:B,onEnded:M},y,{onTimeUpdate:P}),e&&n.a.createElement("source",{src:e}))),k&&n.a.createElement("div",{className:["spinner-container",N].join(" ")},!j&&n.a.createElement("div",{className:"buffering"},"Buffering..."),n.a.createElement(W.a,{size:"xl",progress:j?1:r,square:!0,onClick:m})),!t&&!k&&n.a.createElement(ce,{isPlayed:u,bufferedProgress:C,currentTime:b,isFullscreenSupported:Boolean(O),isFullscreen:v,fileSize:s,duration:d.current?d.current.duration:0,isForceVisible:!u||g,isForceMobileVersion:c&&c.width<400,onSeek:L,onChangeFullscreen:F,onPlayPause:S}))}),le=a(8);a(239);var oe=Object(n.h)(({isShown:e,onChangeZoom:t})=>{const{transitionClassNames:a}=Object(Q.a)(e),c=Object(y.a)(e),r=Object(n.q)(null),[s,l]=Object(n.r)(1),i=Object(n.q)(!1);Object(n.n)(()=>{e&&!c&&l(1.5)},[e,c]);const m=Object(n.m)(()=>{i.current=!0},[]),d=Object(n.m)(()=>{i.current=!1,1===s&&t(s,!i.current)},[t,s]);Object(n.n)(()=>{t(s,!i.current)},[s,t]);const u=Object(T.a)(),h=Object(le.a)("ZoomControls",a);return n.a.createElement("div",{className:h},n.a.createElement(R.a,{disabled:1===s,size:"tiny",color:"translucent-white",ariaLabel:u("ZoomOut"),className:"zoom-out",ripple:!o.f,onClick:()=>{r.current&&l(Math.max(1,s-.5))}},n.a.createElement("i",{className:"icon-zoom-out"})),n.a.createElement(R.a,{disabled:3===s,size:"tiny",color:"translucent-white",ariaLabel:"Zoom In",className:"zoom-in",ripple:!o.f,onClick:()=>{r.current&&l(Math.min(3,s+.5))}},n.a.createElement("i",{className:"icon-zoom-in"})),n.a.createElement("div",{className:"seekline"},n.a.createElement("div",{className:"seekline-track"},n.a.createElement("div",{className:"seekline-played",style:`width: ${50*(s-1)}%`}),n.a.createElement("input",{ref:r,min:1,max:3,step:"0.5",value:s,type:"range",className:"seekline-input",onChange:e=>{l(Math.min(3,Math.max(Number(e.target.value),1)))},onMouseDown:m,onMouseUp:d}))))});a(240);const ie=[1,0,0,1,0,0],me={1:1,1.5:1.5,2:2.2,2.5:3.3,3:5.5};var de=Object(n.h)(({children:e,className:t,noWrap:a,canPan:c,zoomLevel:r,panDeltaX:s,panDeltaY:l,onPan:o})=>{const i=me[r]||r,[m,d]=Object(n.r)(!1),[h,b]=Object(n.r)({dx:s,dy:l,x:0,y:0}),[p,g]=Object(n.r)(ie),E=Object(n.q)(null),v=Object(n.q)(null);Object(n.n)(()=>{const e=i||p[0],t=s||p[4],a=l||p[5],n=[...p];p[0]!==e&&(n[0]=e||n[0],n[3]=e||n[3]),p[4]!==t&&(n[4]=t),p[5]!==a&&(n[5]=a),Object(u.a)(p,n)||g(function(e,t,a){const n=a&&a.querySelector(".active img");if(!a||!n)return t;const c=a.getBoundingClientRect(),r=n.getBoundingClientRect(),s=r.width/e*t[0],l=r.height/e*t[3],o=(c.width-s)/2+t[4],i=(c.height-l)/2+t[5];return c.width&&c.width-150{c||g(ie)},[c]),Object(n.n)(()=>{v.current&&(v.current.style.transform=`matrix(${p.toString()})`)},[a,p]);return a?e:n.a.createElement("div",{ref:E,className:"pan-wrapper "+(t||""),onMouseDown:e=>{if(!c)return;e.stopPropagation(),e.preventDefault();const t={dx:p[4],dy:p[5],x:e.pageX,y:e.pageY};b(t),d(!0),E.current&&E.current.classList.add("move")},onMouseUp:()=>{d(!1),E.current&&E.current.classList.remove("move"),o&&o(p[4],p[5])},onMouseMove:e=>{if(m){const t=function(e,t){const a=[...p],n=h.x-e,c=h.y-t;return a[4]=h.dx-n,a[5]=h.dy-c,a}(e.pageX,e.pageY);g(t),v.current&&(v.current.style.transform=`matrix(${p.toString()})`)}}},n.a.createElement("div",{ref:v,className:"pan-container"},e))});a(241);function ue(e,t){return e?n.a.createElement("img",{src:e,alt:"",style:t?`width: ${t.width}px`:"",draggable:!1}):n.a.createElement("div",{className:"spinner-wrapper",style:t?`width: ${t.width}px`:""},n.a.createElement(B.a,{color:"white"}))}var he=Object(n.h)(Object(c.h)(e=>{const{chatId:t,threadId:a,messageId:n,avatarOwnerId:c,origin:r}=e.mediaViewer,{animationLevel:l}=e.settings.byKey;if(r===s.h.SearchResult){if(!t||!n)return{animationLevel:l};const a=Object(m.k)(e,t,n);return a?{chatId:t,messageId:n,senderId:a.senderId,origin:r,message:a,animationLevel:l}:{animationLevel:l}}if(c){return{messageId:-1,senderId:c,avatarOwner:Object(m.f)(e,c)||Object(m.Bb)(e,c),animationLevel:l,origin:r}}if(!(t&&a&&n))return{animationLevel:l};let o,i,d;if(o=r&&[s.h.ScheduledAlbum,s.h.ScheduledInline].includes(r)?Object(m.kb)(e,t,n):Object(m.k)(e,t,n),!o)return{animationLevel:l};if(i=r&&[s.h.ScheduledAlbum,s.h.ScheduledInline].includes(r)?Object(m.lb)(e,t):Object(m.m)(e,t),r===s.h.Inline||r===s.h.Album)d=Object(m.bb)(e,t,a)||Object(m.W)(e,t,a);else if(r===s.h.SharedMedia){const t=Object(m.u)(e),{foundIds:a}=t&&t.resultsByType&&t.resultsByType.media||{};d=a}return{chatId:t,threadId:a,messageId:n,senderId:o.senderId,origin:r,message:o,chatMessages:i,collectionIds:d,animationLevel:l}},(e,t)=>Object(u.l)(t,["openMediaViewer","closeMediaViewer","openForwardMenu","focusMessage"]))(({chatId:e,threadId:t,messageId:a,senderId:c,origin:m,avatarOwner:u,message:S,chatMessages:P,collectionIds:M,openMediaViewer:F,closeMediaViewer:L,openForwardMenu:A,focusMessage:B,animationLevel:U})=>{const G=Object(n.q)(null),z=Boolean(u||a),$=S?Object(d.Q)(S):void 0,H=S?Object(d.G)(S):void 0,V=S?Object(d.O)(S):void 0,W=Boolean($),K=Boolean(H||$),Q=Boolean(V),_=V?V.isGif:void 0,X=m===s.h.SharedMedia,J=m===s.h.SearchResult,ee=U>=1?"mv-slide":"none",te=2===U?"slide-fade":"none",ae=2===U,ne=u?`avatar${u.id}.jpg`:S&&Object(d.B)(S),ce=Object(y.a)(c),[re,le]=Object(n.r)(!1),[ie,me]=Object(n.r)(!1),[he,be]=Object(n.r)(1),[pe,ge]=Object(n.r)({x:0,y:0}),Ee=Object(n.p)(()=>W&&a?[a]:Object(d.i)(P||{},M||[],X),[W,a,P,M,X]),ve=a?Ee.indexOf(a):-1,Oe=0===ve||-1===ve,fe=ve===Ee.length-1||-1===ve;function je(e){return u?Object(d.f)(u,e?"big":"normal"):S&&Object(d.D)(S,e?"viewerFull":"viewerPreview")}!z||ce&&ce===c&&G.current||(G.current=ve);const Ce=Object(E.a)(S&&(X||J)&&Object(d.D)(S,"pictogram"),void 0,r.ApiMediaFormat.BlobUrl,void 0,ae&&350),ye=Object(E.a)(je(),void 0,u?r.ApiMediaFormat.DataUri:r.ApiMediaFormat.BlobUrl,void 0,ae&&350),{mediaData:ke,downloadProgress:Ne}=Object(v.a)(je(!0),void 0,S&&Object(d.C)(S,"viewerFull"),void 0,ae&&350),Se=H||V?(H||V).blobUrl:void 0;let Ie=!Q&&(Se||ke)||ye||Ce;const we=function(e){const t=Object(n.q)();let a=!1;Object(f.a)(()=>{if(a=!0,t.current=void 0,!e)return;const n=new Image;if(n.src=e,!n.width)return;const c=Object(C.f)(n);Object(O.a)(c.getContext("2d"),0,0,c.width,c.height,2,2),t.current=c.toDataURL()},[e]);const c=Object(j.a)(e||void 0,Boolean(t.current));return t.current||!a&&c||e||void 0}(!Ie&&S&&Object(d.E)(S));Ie||m===s.h.SearchResult||(Ie=we);const Pe=K?Object(d.R)(W?Object(d.Q)(S):Object(d.G)(S)):void 0,Me=Q?Object(d.bb)(Object(d.O)(S)):void 0;Object(n.n)(()=>{o.f&&document.body.classList.toggle("is-media-viewer-open",z)},[z]);const Fe=Object(g.a)();Object(n.n)(()=>{const e=window.matchMedia(i.b);return"function"==typeof e.addEventListener?e.addEventListener("change",Fe):"function"==typeof e.addListener&&e.addListener(Fe),()=>{"function"==typeof e.removeEventListener?e.removeEventListener("change",Fe):"function"==typeof e.removeListener&&e.removeListener(Fe)}},[Fe]);const Le=Object(y.a)(S),Ae=Object(y.a)(m),Te=Object(y.a)(u),Be=Object(y.a)(Ie);Object(n.n)(()=>{if(ae&&z&&!Le&&!Te){Object(k.b)(350+l.c);const e=S?Object(N.a)(S):void 0;I(Boolean(e),m,Ie,S)}ae&&!z&&(Le||Te)&&(Object(k.b)(350+l.c),w(Ae,Be,Le||void 0))},[ae,z,m,Ae,S,Le,Te,Ie,Be]),Object(n.n)(()=>{let e;return ie?le(!0):e=window.setTimeout(()=>{le(!1)},350),()=>{e&&window.clearTimeout(e)}},[ie]);const De=()=>{me(!1),be(1),ge({x:0,y:0})},xe=Object(n.m)(()=>{me(!ie),be(ie?1:1.5),ie&&ge({x:0,y:0})},[ie]),Re=Object(n.m)((e,t=!1)=>{be(e),1===e&&t&&De()},[]),Ue=Object(n.m)(()=>{L(),De()},[L]),Ge=Object(n.m)(()=>{Ue(),B({chatId:e,threadId:t,messageId:a})},[Ue,e,t,B,a]),ze=Object(n.m)(()=>{A({fromChatId:e,messageIds:[a]}),De()},[A,e,a]);Object(n.n)(()=>z?Object(b.a)(()=>{ie?De():Ue()}):void 0,[Ue,z,ie]),Object(n.n)(()=>{Q&&!_&&Object(p.b)()},[_,Q]);const qe=Object(n.m)((e,t)=>{let a=Ee.indexOf(e);return(-1===t&&a>0||1===t&&a{Oe||F({chatId:e,threadId:t,messageId:a?qe(a,-1):void 0,origin:m})},[e,t,qe,Oe,a,F,m]),He=Object(n.m)(()=>{fe||F({chatId:e,threadId:t,messageId:a?qe(a,1):void 0,origin:m})},[e,t,qe,fe,a,F,m]);Object(n.n)(()=>{const e=e=>{switch(e.key){case"Left":case"ArrowLeft":$e();break;case"Right":case"ArrowRight":He()}};return document.addEventListener("keydown",e,!1),()=>{document.removeEventListener("keydown",e,!1)}}),Object(n.n)(()=>{const e=document.querySelector(".slide-container > .active, .slide-container > .to");if(!e)return;const t=_&&!o.d;return Object(h.b)(e,{excludedClosestSelector:".backdrop, .navigation, .media-viewer-head, .media-viewer-footer"+(t?"":", .VideoPlayer"),onClick:()=>{ie||Ue()},onSwipe:o.k?(e,t)=>{t===h.a.Right?$e():t===h.a.Left?He():Ue()}:void 0})},[Ue,_,ie,He,$e,re]);const Ve=Object(n.m)((e,t)=>{ge({x:e,y:t})},[]),We=Object(T.a)();function Ye(t){if(u)return n.a.createElement("div",{key:e,className:"media-viewer-content"},ue(ke||ye,Object(i.g)(i.a,!1)));if(S){const e=Object(N.a)(S),c=Boolean(e);return n.a.createElement("div",{key:a,className:"media-viewer-content "+(c?"has-footer":"")},K&&ue(Se||ke||ye||Ce,S&&Object(i.g)(Pe,c)),Q&&n.a.createElement(se,{key:a,url:Se||ke,isGif:_,posterData:Ie,posterSize:S&&Object(i.g)(Me,c,!0),downloadProgress:Ne,fileSize:V.size,isMediaViewerOpen:z,noPlay:!t,onClose:Ue}),e&&n.a.createElement(Z,{text:e,onClick:Ge,isHideable:Q}))}}function Ke(){return n.a.createElement(q,{key:u?u.id:a,chatId:u?u.id:e,messageId:a,isAvatar:Boolean(u)})}return n.a.createElement(D.a,{id:"MediaViewer",className:ie?"zoomed":"",isOpen:z},()=>n.a.createElement(n.a.Fragment,null,n.a.createElement("div",{className:"media-viewer-head"},o.f&&n.a.createElement(R.a,{className:"media-viewer-close",round:!0,size:"smaller",color:"translucent-white",ariaLabel:We("Close"),onClick:Ue},n.a.createElement("i",{className:"icon-close"})),n.a.createElement(x.a,{activeKey:G.current,name:te},Ke),n.a.createElement(Y,{mediaData:ke||ye,isVideo:Q,isZoomed:ie,message:S,fileName:ne,onCloseMediaViewer:Ue,onForward:ze,onZoomToggle:xe,isAvatar:Boolean(u)})),n.a.createElement(de,{noWrap:!re,canPan:ie,panDeltaX:pe.x,panDeltaY:pe.y,zoomLevel:he,onPan:Ve},n.a.createElement(x.a,{className:"slide-container",activeKey:ve,name:ee},Ye)),!Oe&&n.a.createElement("button",{type:"button",className:"navigation prev "+(Q&&!_&&"inline"),"aria-label":We("AccDescrPrevious"),onClick:$e}),!fe&&n.a.createElement("button",{type:"button",className:"navigation next "+(Q&&!_&&"inline"),"aria-label":We("Next"),onClick:He}),n.a.createElement(oe,{isShown:ie,onChangeZoom:Re})))})),be=a(45),pe=a(115),ge=a(16),Ee=a(95),ve=a(38),Oe=a(98),fe=a(91),je=a(93),Ce=a(108);a(242);var ye=Object(n.h)(Object(c.h)(e=>{const{chats:{byId:t,listIds:a,orderedPinnedIds:n},currentUserId:c}=e;return{chatsById:t,listIds:a.active,orderedPinnedIds:n.active,currentUser:c?Object(m.Bb)(e,c):void 0}},(e,t)=>Object(u.l)(t,["setForwardChatId","exitForwardMode","loadMoreChats"]))(({chatsById:e,listIds:t,orderedPinnedIds:a,currentUser:c,isOpen:r,setForwardChatId:s,exitForwardMode:l,loadMoreChats:i})=>{const[m,u]=Object(n.r)(""),h=Object(n.q)(null);Object(n.n)(()=>{r?o.f||setTimeout(()=>{requestAnimationFrame(()=>{h.current&&h.current.focus()})},500):(h.current&&h.current.blur(),setTimeout(()=>{u("")},300))},[r]);const b=Object(n.p)(()=>{const n=t?Object(d.Ab)(e,t,a):void 0;if(!n)return;const r=c?e[c.id]:void 0;return[...r?[r]:[],...n.pinnedChats.filter(({id:e})=>!r||e!==r.id),...n.otherChats.filter(({id:e})=>!r||e!==r.id)]},[e,t,a,c]),p=Object(n.p)(()=>{if(b)return b.filter(e=>!m||Object(be.a)(Object(d.l)(e,c),m)).map(({id:e})=>e)},[b,m,c]),[g,E]=Object(pe.a)(i,p,Boolean(m)),v=Object(n.m)(e=>{u(e.currentTarget.value)},[]),O=Object(T.a)(),f=n.a.createElement("div",{className:"modal-header"},n.a.createElement(R.a,{round:!0,color:"translucent",size:"smaller",ariaLabel:O("Close"),onClick:l},n.a.createElement("i",{className:"icon-close"})),n.a.createElement(ve.a,{ref:h,value:m,onChange:v,placeholder:O("ForwardTo")}));return n.a.createElement(Ee.a,{isOpen:r,onClose:l,className:"ForwardPicker",header:f},g&&g.length?n.a.createElement(Oe.a,{className:"picker-list custom-scroll",items:g,onLoadMore:E,isDisabled:Boolean(m)},g.map(e=>n.a.createElement(fe.a,{key:e,className:"chat-item-clickable force-rounded-corners",onClick:()=>s({id:e})},Object(d.lb)(e)?n.a.createElement(je.a,{userId:e}):n.a.createElement(Ce.a,{chatId:e})))):g&&!g.length?n.a.createElement("p",{className:"no-results"},"Sorry, nothing found."):n.a.createElement(ge.a,null))})),ke=a(155);a(243);function Ne(e){return e.isSlowMode?"Slowmode enabled":"Something went wrong"}var Se=Object(n.h)(Object(c.h)(e=>Object(u.l)(e,["errors"]),(e,t)=>Object(u.l)(t,["dismissError"]))(({errors:e,dismissError:t})=>{const a=Object(T.a)();if(e.length)return n.a.createElement("div",{id:"Errors"},e.map(e=>n.a.createElement(Ee.a,{isOpen:!0,onClose:t,className:"error",title:Ne(e)},n.a.createElement("p",null,Object(ke.a)(e)),n.a.createElement(R.a,{isText:!0,onClick:t},a("OK")))))})),Ie=a(167);var we=Object(n.h)(Object(c.h)(e=>Object(u.l)(e,["notifications"]),(e,t)=>Object(u.l)(t,["dismissNotification"]))(({notifications:e,dismissNotification:t})=>{if(e.length)return n.a.createElement("div",{id:"Notifications"},e.map(({message:e})=>n.a.createElement(Ie.a,{message:Object(G.a)(e,["emoji","br","links"]),onDismiss:t})))}));a(244);const Pe=["M","T","W","T","F","S","S"];function Me(e,t,a,n,c){const r=new Date(e,t,a,0,0,0,0),s=n&&new Date(n.getFullYear(),n.getMonth(),n.getDate(),0,0,0,0),l=c&&new Date(c.getFullYear(),c.getMonth(),c.getDate(),0,0,0,0);return!!(l&&r>l)||!!(s&&r{const h=new Date,b=Object(n.p)(()=>e?new Date(e):new Date,[e]),p=t?new Date(t):void 0,[g,E]=Object(n.r)(b),[v,O]=Object(n.r)(Fe(b.getHours())),[f,j]=Object(n.r)(Fe(b.getMinutes())),C=g.getFullYear(),y=g.getMonth(),k=g.getDate();Object(n.n)(()=>{r&&E(b)},[r,b]);const N=c&&C>=h.getFullYear()&&y>=h.getMonth()||p&&C>=p.getFullYear()&&y>=p.getMonth(),S=a&&C<=h.getFullYear()&&y<=h.getMonth(),I=Object(n.p)(()=>function(e,t){const a=[],n=new Date;n.setFullYear(e),n.setMonth(t),n.setDate(1);const c=n.getDay();for(let e=1;e{const t=e.target.value.replace(/[^\d]+/g,"");if(!t.length)return O(""),void(e.target.value="");const a=Math.max(0,Math.min(Number(t),23)),n=new Date(g.getTime());n.setHours(a),E(n);const c=Fe(a);O(c),e.target.value=c},[g]),P=Object(n.m)(e=>{const t=e.target.value.replace(/[^\d]+/g,"");if(!t.length)return j(""),void(e.target.value="");const a=Math.max(0,Math.min(Number(t),59)),n=new Date(g.getTime());n.setMinutes(a),E(n);const c=Fe(a);j(c),e.target.value=c},[g]);return n.a.createElement(Ee.a,{isOpen:r,onClose:m,className:"CalendarModal"},n.a.createElement("div",{className:"container"},n.a.createElement("div",{className:"month-selector"},n.a.createElement(R.a,{round:!0,size:"smaller",color:"translucent",onClick:m},n.a.createElement("i",{className:"icon-close"})),n.a.createElement("h4",null,Object(U.f)(g,o.f)),n.a.createElement(R.a,{round:!0,size:"smaller",color:"translucent",disabled:S,onClick:S?void 0:function(){E(e=>{const t=new Date(e);return t.setMonth(t.getMonth()-1),t})}},n.a.createElement("i",{className:"icon-previous"})),n.a.createElement(R.a,{round:!0,size:"smaller",color:"translucent",disabled:N,onClick:N?void 0:function(){E(e=>{const t=new Date(e);return t.setMonth(t.getMonth()+1),t})}},n.a.createElement("i",{className:"icon-next"})))),n.a.createElement("div",{className:"calendar-wrapper"},n.a.createElement("div",{className:"calendar-grid"},Pe.map(e=>n.a.createElement("div",{className:"day-button faded weekday"},n.a.createElement("span",null,e))),I.map(e=>n.a.createElement("div",{role:"button",tabIndex:0,onClick:()=>{return t=e,void E(e=>{const a=new Date(e);return a.setDate(t),a});var t},className:Object(le.a)("day-button",Me(C,y,e,a?h:void 0,c?h:p)?"disabled":""+(e?"clickable":""),e===k&&"selected")},!!e&&n.a.createElement("span",null,e))))),s&&n.a.createElement("div",{className:"timepicker"},n.a.createElement("input",{type:"text",className:"form-control",inputMode:"decimal",value:v,onChange:w}),":",n.a.createElement("input",{type:"text",className:"form-control",inputMode:"decimal",value:f,onChange:P})),n.a.createElement("div",{className:"footer"},n.a.createElement(R.a,{onClick:function(){d(g)}},s?function(e){const t=Object(U.c)(e,!0);return`Send ${"Today"===t?t:"on "+t} at ${Object(U.h)(e)}`}(g):l),i&&n.a.createElement(R.a,{onClick:u,isText:!0},i)))});var Ae=Object(n.h)(Object(c.h)((e,{message:t,isSchedule:a})=>{const{threadId:n}=Object(m.x)(e)||{},{canDeleteForAll:c}=n&&Object(m.b)(e,t,n)||{},r=Object(m.f)(e,t.chatId);return{canDeleteForAll:!a&&c,contactFirstName:r&&Object(d.lb)(r.id)?Object(d.Y)(Object(m.Bb)(e,Object(d.T)(r))):void 0,willDeleteForCurrentUserOnly:r&&Object(d.ib)(r)&&!c,willDeleteForAll:r&&Object(d.nb)(r)}},(e,t)=>Object(u.l)(t,["deleteMessages","deleteScheduledMessages"]))(({isOpen:e,isSchedule:t,message:a,album:c,canDeleteForAll:r,contactFirstName:s,willDeleteForCurrentUserOnly:l,willDeleteForAll:o,onClose:i,deleteMessages:m,deleteScheduledMessages:d})=>{const u=Object(n.m)(()=>{const e=c&&c.messages?c.messages.map(({id:e})=>e):[a.id];m({messageIds:e,shouldDeleteForAll:!0}),i()},[m,a.id,i,c]),h=Object(n.m)(()=>{const e=c&&c.messages?c.messages.map(({id:e})=>e):[a.id];t?d({messageIds:e}):m({messageIds:e,shouldDeleteForAll:!1}),i()},[c,a.id,t,i,d,m]),b=Object(T.a)();return n.a.createElement(Ee.a,{isOpen:e,onClose:i,onEnter:e&&!r?h:void 0,className:"delete",title:b("DeleteSingleMessagesTitle")},n.a.createElement("p",null,b("AreYouSureDeleteSingleMessage")),l&&n.a.createElement("p",null,"This will delete it just for you, not for other participants in the chat."),o&&n.a.createElement("p",null,"This will delete it for everyone in this chat."),r&&n.a.createElement(R.a,{color:"danger",className:"confirm-dialog-button",isText:!0,onClick:u},"Delete for ",s?"me and ":"Everyone",s&&Object(G.a)(s)),n.a.createElement(R.a,{color:"danger",className:"confirm-dialog-button",isText:!0,onClick:h},"Delete",r?" just for me":""),n.a.createElement(R.a,{className:"confirm-dialog-button",isText:!0,onClick:i},b("Cancel")))}));var Te=Object(n.h)(Object(c.h)((e,{chatId:t})=>{const a=Object(d.lb)(t),n=Object(m.N)(e,t),c=Object(m.f)(e,t),r=!!c&&Object(d.jb)(c),s=!!c&&Object(d.ib)(c),l=!!c&&Object(d.nb)(c);return{isPrivateChat:a,isChatWithSelf:n,isChannel:r,isGroup:s,isSuperGroup:l,canPinForAll:a&&!n||l||s,contactFirstName:c&&Object(d.lb)(c.id)?Object(d.Y)(Object(m.Bb)(e,Object(d.T)(c))):void 0}},(e,t)=>Object(u.l)(t,["pinMessage"]))(({isOpen:e,messageId:t,chatId:a,isChannel:c,isGroup:r,isSuperGroup:s,canPinForAll:l,contactFirstName:o,onClose:i,pinMessage:m})=>{const d=Object(n.m)(()=>{m({chatId:a,messageId:t,isUnpin:!1}),i()},[m,a,t,i]),u=Object(n.m)(()=>{m({chatId:a,messageId:t,isUnpin:!1,isOneSide:!0,isSilent:!0}),i()},[a,t,i,m]),h=Object(T.a)();return n.a.createElement(Ee.a,{isOpen:e,onClose:i,className:"pin",header:n.a.createElement("div",{className:"modal-header"},n.a.createElement("h3",{className:"modal-title"},h("PinMessageAlertTitle")))},c?n.a.createElement("p",null,h("PinMessageAlertChannel")):r||s?n.a.createElement("p",null,h("PinMessageAlert")):n.a.createElement("p",null,h("PinMessageAlertChat")),n.a.createElement(R.a,{className:"confirm-dialog-button",isText:!0,onClick:u},h("DialogPin")),l&&n.a.createElement(R.a,{className:"confirm-dialog-button",isText:!0,onClick:d},o?"Pin for me and "+o:"Pin and notify all memebers"),n.a.createElement(R.a,{className:"confirm-dialog-button",isText:!0,onClick:i},h("Cancel")))}));var Be=Object(n.h)(Object(c.h)((e,{chatId:t})=>{const a=t?Object(m.eb)(e,t):[];return{pinnedMessagesCount:a?a.length:0}})(({isOpen:e,pinnedMessagesCount:t,onClose:a,onUnpin:c})=>{const r=Object(T.a)();return n.a.createElement(Ee.a,{isOpen:e,onClose:a,className:"unpin-all",header:n.a.createElement("div",{className:"modal-header"},n.a.createElement("h3",{className:"modal-title"},r("UnpinAllMessages")))},n.a.createElement("p",null,"Do you want to unpin all ",t," messages in this chat?"),n.a.createElement(R.a,{className:"confirm-dialog-button",isText:!0,onClick:c},r("DialogUnpin")),n.a.createElement(R.a,{className:"confirm-dialog-button",isText:!0,onClick:a},r("Cancel")))})),De=a(35),xe=a(49);var Re=Object(n.h)(Object(c.h)((e,{isSchedule:t})=>{const{messageIds:a}=e.selectedMessages||{},{canDeleteForAll:n}=Object(m.e)(e),c=Object(m.q)(e);return{selectedMessageIds:a,canDeleteForAll:!t&&n,contactFirstName:c&&Object(d.lb)(c.id)?Object(d.Y)(Object(m.Bb)(e,Object(d.T)(c))):void 0,willDeleteForCurrentUserOnly:c&&Object(d.ib)(c)&&!n,willDeleteForAll:c&&Object(d.nb)(c)}},(e,t)=>Object(u.l)(t,["deleteMessages","deleteScheduledMessages","exitMessageSelectMode"]))(({isOpen:e,isSchedule:t,selectedMessageIds:a,canDeleteForAll:c,contactFirstName:r,willDeleteForCurrentUserOnly:s,willDeleteForAll:l,onClose:o,deleteMessages:i,deleteScheduledMessages:m,exitMessageSelectMode:d})=>{const u=Object(n.m)(()=>{i({messageIds:a,shouldDeleteForAll:!0}),d(),o()},[i,d,a,o]),h=Object(n.m)(()=>{t?m({messageIds:a}):i({messageIds:a,shouldDeleteForAll:!1}),d(),o()},[t,d,o,m,a,i]),b=Object(T.a)();if(a)return n.a.createElement(Ee.a,{isOpen:e,onClose:o,onEnter:c?void 0:h,className:"delete",title:"Delete Messages?"},n.a.createElement("p",null,b("AreYouSureDeleteFewMessages")),s&&n.a.createElement("p",null,"This will delete them just for you, not for other participants in the chat."),l&&n.a.createElement("p",null,"This will delete them for everyone in this chat."),c&&n.a.createElement(R.a,{color:"danger",className:"confirm-dialog-button",isText:!0,onClick:u},"Delete for ",r?"me and ":"Everyone",r&&Object(G.a)(r)),n.a.createElement(R.a,{color:"danger",className:"confirm-dialog-button",isText:!0,onClick:h},"Delete",c?" just for me":""),n.a.createElement(R.a,{className:"confirm-dialog-button",isText:!0,onClick:o},b("Cancel")))}));a(245);var Ue=Object(n.h)(Object(c.h)(e=>{const{type:t}=Object(m.x)(e)||{},{canDelete:a}=Object(m.e)(e);return{isSchedule:"scheduled"===t,selectedMessagesCount:Object(m.nb)(e),canDeleteMessages:a}},(e,t)=>Object(u.l)(t,["exitMessageSelectMode","openForwardMenuForSelectedMessages"]))(({canPost:e,isActive:t,messageListType:a,isSchedule:c,selectedMessagesCount:r,canDeleteMessages:s,exitMessageSelectMode:l,openForwardMenuForSelectedMessages:o})=>{const[i,m,d]=Object(De.a)();Object(n.n)(()=>t&&!i?Object(xe.a)({onBackspace:m,onDelete:m,onEsc:l}):void 0,[t,i,m,l]);const u=Object(y.a)(r||void 0,!0),h=t?r:u,b=Object(T.a)(),p=b("VoiceOver.Chat.MessagesSelected",h),g=Object(le.a)("MessageSelectToolbar",e&&"with-composer",t&&"shown");return n.a.createElement("div",{className:g},n.a.createElement("div",{className:"MessageSelectToolbar-inner"},n.a.createElement(R.a,{color:"translucent",round:!0,onClick:l,ariaLabel:"Exit select mode"},n.a.createElement("i",{className:"icon-close"})),n.a.createElement("span",{className:"MessageSelectToolbar-count",title:p},p),!!r&&n.a.createElement("div",{className:"MessageSelectToolbar-actions"},"scheduled"!==a&&n.a.createElement(V.a,{icon:"forward",ariaLabel:"Forward Messages",onClick:o},n.a.createElement("span",{className:"item-text"},b("Forward"))),n.a.createElement(V.a,{destructive:!0,icon:"delete",onClick:m,disabled:!s,ariaLabel:b("EditAdminGroupDeleteMessages")},n.a.createElement("span",{className:"item-text"},b("Delete"))))),n.a.createElement(Re,{isOpen:i,isSchedule:c,onClose:d}))})),Ge=a(154),ze=a(43),qe=a(157),$e=a(145);var He=Object(n.h)(Object(c.h)((e,{chatId:t})=>{const a=Object(m.f)(e,t),n=a&&Object(d.T)(a);return{chat:a,privateChatUser:n?Object(m.Bb)(e,n):void 0,isPinned:Object(m.L)(e,t)}})(({chatId:e,chat:t,privateChatUser:a,isPinned:c,withHandle:r,onClick:s})=>{const[l,o,i]=Object(De.a)(),m=Object(qe.a)({chat:t,privateChatUser:a,isPinned:c,handleDelete:o});if(t)return n.a.createElement(fe.a,{className:"chat-item-clickable search-result",onClick:()=>s(e),contextActions:m},Object(d.lb)(e)?n.a.createElement(je.a,{userId:e,withHandle:r,avatarSize:"large"}):n.a.createElement(Ce.a,{chatId:e,withHandle:r,avatarSize:"large"}),n.a.createElement($e.a,{isOpen:l,onClose:i,chat:t}))})),Ve=a(126);a(246);const We=Object(K.g)(e=>e(),6e4,!0);var Ye=Object(n.h)(Object(c.h)(e=>{const{userIds:t}=e.topPeers,a=e.users.byId,{recentlyFoundChatIds:n}=e.globalSearch;return{topUserIds:t,usersById:a,recentlyFoundChatIds:n}},(e,t)=>Object(u.l)(t,["loadTopUsers","loadContactList","openChat","addRecentlyFoundChatId","clearRecentlyFoundChats"]))(({topUserIds:e,usersById:t,recentlyFoundChatIds:a,onReset:c,loadTopUsers:r,loadContactList:s,openChat:l,addRecentlyFoundChatId:o,clearRecentlyFoundChats:i})=>{const m=Object(n.q)(null);Object(n.n)(()=>{We(()=>{r(),s()})},[r,s]),Object(Ve.a)(m,!e);const u=Object(n.m)(e=>{l({id:e}),c(),setTimeout(()=>{o({id:e})},250)},[l,o,c]),h=Object(T.a)();return n.a.createElement("div",{className:"RecentContacts custom-scroll"},e&&n.a.createElement("div",{className:"top-peers-section"},n.a.createElement("div",{ref:m,className:"top-peers no-selection"},e.map(e=>n.a.createElement("div",{className:"top-peer-item",onClick:()=>u(e)},n.a.createElement(z.a,{user:t[e]}),n.a.createElement("div",{className:"top-peer-name"},Object(G.a)(Object(d.Y)(t[e]))))))),a&&n.a.createElement("div",{className:"search-section pt-1"},n.a.createElement("h3",{className:"section-heading mt-0 recent-chats-header"},h("Recent"),n.a.createElement(R.a,{round:!0,size:"smaller",color:"translucent",ariaLabel:"Clear recent chats",onClick:i},n.a.createElement("i",{className:"icon-close"}))),a.map(e=>n.a.createElement(He,{chatId:e,onClick:u}))))})),Ke=a(128),Ze=a(107);a(247);var Qe=Object(n.h)(Object(c.h)((e,{chatId:t})=>{const a=Object(m.f)(e,t);if(!a)return{};const n=Object(d.T)(a);return{chat:a,...n&&{privateChatUser:Object(m.Bb)(e,n)},lastSyncTime:e.lastSyncTime}},(e,t)=>Object(u.l)(t,["focusMessage"]))(({message:e,searchQuery:t,chatId:a,chat:c,privateChatUser:r,focusMessage:s,lastSyncTime:l})=>{const i=Object(d.E)(e),m=Object(E.a)(Object(d.D)(e,"micro")),u=Object(n.m)(()=>{s({chatId:a,messageId:e.id})},[a,s,e.id]);if(Object(T.a)(),c)return n.a.createElement(fe.a,{className:"ChatMessage chat-item-clickable",ripple:!o.f,onClick:u},n.a.createElement(z.a,{chat:c,user:r,withOnlineStatus:!0,isSavedMessages:r&&r.isSelf,lastSyncTime:l}),n.a.createElement("div",{className:"info"},n.a.createElement("div",{className:"info-row"},n.a.createElement("div",{className:"title"},n.a.createElement("h3",null,Object(G.a)(Object(d.l)(c,r))),c.isVerified&&n.a.createElement(Ke.a,null)),n.a.createElement("div",{className:"message-date"},n.a.createElement(Ze.a,{className:"date"},Object(U.g)(1e3*e.date)))),n.a.createElement("div",{className:"subtitle"},n.a.createElement("div",{className:"message"},function(e,t,a){if(!t)return Object(G.a)(Object(d.M)(e));return n.a.createElement("span",{className:"media-preview"},n.a.createElement("img",{src:t,alt:""}),Object(d.O)(e)&&n.a.createElement("i",{className:"icon-play"}),Object(G.a)(Object(d.M)(e,!0),["emoji","highlight"],{highlight:a}))}(e,m||i,t)))))}));a(248);var _e=Object(n.h)(({searchDate:e,onSelect:t})=>{const a=Object(n.p)(()=>function(e){if(e.match(/^\d{2,4}-\d{2}-\d{2}$/g)){const t=new Date(e);return[{date:t,text:Object(U.a)(t)}]}const t=[],a=new Date,n=a.getFullYear(),c=a.getTime()>new Date(`${n}-${e}`).getTime()?n:n-1;for(let a=0;a<8;a++){const n=new Date(`${c-a}-${e}`);t.push({date:n,text:Object(U.a)(n)})}return t}(e),[e]);return n.a.createElement("section",{className:"DateSuggest custom-scroll custom-scroll-x"},a.map(({date:e,text:a})=>n.a.createElement("div",{onClick:()=>t(e),className:"date-item",key:a},n.a.createElement("i",{className:"icon-calendar"}),n.a.createElement("span",null,a))))}),Xe=a(105),Je=a(123),et=a(10);const tt=(e,t)=>Number(t.isVerified)-Number(e.isVerified),at=Object(K.g)(e=>e(),500,!0);var nt=Object(n.h)(Object(c.h)(e=>{const{byId:t}=e.chats,{byId:a}=e.users,{userIds:n}=e.contactList||{};if(!n)return{chatsById:t,usersById:a};const{currentUserId:c,messages:r,lastSyncTime:s}=e,{fetchingStatus:l,globalResults:o,localResults:i,resultsByType:m}=e.globalSearch,{chats:d,users:u}=o||{},{chats:h,users:b}=i||{},{byChatId:p}=r,{foundIds:g}=m&&m.text||{};return{currentUserId:c,localContactIds:n,localChats:h,localUsers:b,globalChats:d,globalUsers:u,foundIds:g,globalMessagesByChatId:p,chatsById:t,usersById:a,fetchingStatus:l,lastSyncTime:s}},(e,t)=>Object(u.l)(t,["openChat","addRecentlyFoundChatId","searchMessagesGlobal","setGlobalSearchChatId"]))(({searchQuery:e,searchDate:t,dateSearchQuery:a,currentUserId:c,localContactIds:r,localChats:l,localUsers:i,globalChats:m,globalUsers:h,foundIds:b,globalMessagesByChatId:p,chatsById:g,usersById:E,fetchingStatus:v,lastSyncTime:O,onReset:f,onSearchDateSelect:j,openChat:C,addRecentlyFoundChatId:y,searchMessagesGlobal:k,setGlobalSearchChatId:N})=>{const[S,I]=Object(n.r)(!1),[w,P]=Object(n.r)(!1),M=Object(n.m)(({direction:t})=>{O&&t===s.e.Backwards&&at(()=>{k({type:"text",query:e})})},[O,k,e]),F=Object(n.m)(e=>{C({id:e}),e!==c&&y({id:e}),o.f||f()},[c,C,y,f]),L=Object(n.m)(e=>{N({id:e})},[N]),A=Object(n.p)(()=>{if(!e||e.startsWith("@")&&e.length<2)return ze.a;const t=r?r.filter(t=>{const a=E[t];if(!a)return!1;const n=Object(d.Z)(a);return n&&Object(be.a)(n,e)||Object(be.a)(a.username,e)}).map(e=>E[e]):[];return Object(u.o)([...Object(be.a)(Object(et.b)("SavedMessages"),e)?[c]:[],...[...t,...l||[],...i||[]].sort(tt).map(e=>e.id)])},[e,r,l,i,E,c]),B=Object(n.p)(()=>!e||e.length<4||!m||!h?ze.a:Object(u.o)([...m,...h].sort(tt).map(e=>e.id)),[m,h,e]),D=Object(n.p)(()=>(e||t)&&b&&0!==b.length?b.map(e=>{const[t,a]=e.split("_").map(Number);return p&&p[t]&&p[t].byId[a]}).filter(Boolean).sort((e,t)=>t.date-e.date):ze.a,[b,p,e,t]),x=Object(n.m)(()=>{I(!S)},[S]),R=Object(n.m)(()=>{P(!w)},[w]),U=Object(T.a)();const G=v&&!v.chats&&!v.messages&&!A.length&&!B.length&&!D.length;return e||t?n.a.createElement(Oe.a,{className:"LeftSearch custom-scroll",items:D,onLoadMore:M,noFastList:!0},a&&n.a.createElement("div",{className:"chat-selection no-selection no-scrollbar"},n.a.createElement(_e,{searchDate:a,onSelect:j})),G&&n.a.createElement(Xe.a,null),!!A.length&&n.a.createElement("div",{className:"chat-selection no-selection no-scrollbar"},A.map(e=>n.a.createElement(Je.a,{chatOrUserId:e,onClick:L,clickArg:e}))),!!A.length&&n.a.createElement("div",{className:"search-section"},n.a.createElement("h3",{className:"section-heading"},A.length>3&&n.a.createElement(Ze.a,{onClick:x},S?"Show less":"Show more"),"Contacts and Chats"),A.map((e,t)=>{if(S||!(t>=3))return n.a.createElement(He,{chatId:e,onClick:F})})),!!B.length&&n.a.createElement("div",{className:"search-section"},n.a.createElement("h3",{className:"section-heading"},B.length>3&&n.a.createElement(Ze.a,{onClick:R},w?"Show less":"Show more"),"Global Search"),B.map((e,t)=>{if(w||!(t>=3))return n.a.createElement(He,{chatId:e,withHandle:!0,onClick:F})})),!!D.length&&n.a.createElement("div",{className:"search-section"},n.a.createElement("h3",{className:"section-heading"},U("SearchMessages")),D.map((function(t){const a=Object(d.M)(t),c=g[t.chatId];if(a&&c)return n.a.createElement(Qe,{chatId:t.chatId,message:t,searchQuery:e})})))):n.a.createElement(Ye,{onReset:f})}));const ct=Object(K.g)(e=>e(),500,!0);var rt=Object(n.h)(Object(c.h)(e=>{const{byId:t}=e.chats,{currentUserId:a,messages:{byChatId:n},lastSyncTime:c}=e,{fetchingStatus:r,resultsByType:s}=e.globalSearch,{foundIds:l}=s&&s.text||{};return{currentUserId:a,foundIds:l,globalMessagesByChatId:n,chatsById:t,fetchingStatus:r,lastSyncTime:c}},(e,t)=>Object(u.l)(t,["searchMessagesGlobal"]))(({searchQuery:e,currentUserId:t,dateSearchQuery:a,foundIds:c,globalMessagesByChatId:r,chatsById:l,fetchingStatus:o,lastSyncTime:i,searchMessagesGlobal:m,onSearchDateSelect:u})=>{const h=Object(n.m)(({direction:a})=>{i&&a===s.e.Backwards&&ct(()=>{m({type:"text",query:e,chatId:t})})},[t,i,m,e]),b=Object(n.p)(()=>c&&0!==c.length?c.map(e=>{const[t,a]=e.split("_").map(Number);return r&&r[t]&&r[t].byId[a]}).filter(Boolean).sort((e,t)=>t.date-e.date):ze.a,[c,r]);const p=o&&!o.chats&&!o.messages&&!b.length;return n.a.createElement("div",{className:"LeftSearch"},n.a.createElement(Oe.a,{className:"search-content custom-scroll chat-list",items:b,onLoadMore:h,noFastList:!0},a&&n.a.createElement("div",{className:"chat-selection no-selection no-scrollbar"},n.a.createElement(_e,{searchDate:a,onSelect:u})),p&&n.a.createElement(Xe.a,null),!!b.length&&b.map((function(t){const a=Object(d.M)(t),c=l[t.chatId];if(a&&c)return n.a.createElement(Qe,{chatId:t.chatId,message:t,searchQuery:e})}))))}));function st(e){return(t,a)=>{const{byId:n}=t.chats,{byId:c}=t.users,{fetchingStatus:r,resultsByType:s,chatId:l}=t.globalSearch,o="audio"!==e?e:a&&a.isVoice?"voice":"audio",{byChatId:i}=t.messages,{foundIds:m}=s&&s[o]||{};return{isLoading:void 0===m||!!r&&Boolean(r.chats||r.messages),chatsById:n,usersById:c,globalMessagesByChatId:i,foundIds:m,searchChatId:l,lastSyncTime:t.lastSyncTime}}}var lt=a(151),ot=a(106);const it=Object(K.g)(e=>e(),500,!0);var mt=Object(n.h)(Object(c.h)(st("media"),(e,t)=>Object(u.l)(t,["searchMessagesGlobal","openMediaViewer"]))(({searchQuery:e,searchChatId:t,isLoading:a,globalMessagesByChatId:c,foundIds:r,lastSyncTime:o,searchMessagesGlobal:i,openMediaViewer:m})=>{const d=Object(n.m)(({direction:a})=>{o&&a===s.e.Backwards&&it(()=>{i({type:"media",query:e,chatId:t})})},[o,i,e,t]),u=Object(n.p)(()=>r&&c?r.map(e=>{const[t,a]=e.split("_").map(Number);return c[t]&&c[t].byId[a]}).filter(Boolean):ze.a,[c,r]),h=Object(n.m)((e,t)=>{m({chatId:t,messageId:e,origin:s.h.SearchResult})},[m]);const b=Object(ot.a)([e],l.bb)&&!a,p=b&&r&&r.length>0&&!e,g=b&&r&&r.length>0&&e,E=Object(le.a)("search-content custom-scroll",g&&"chat-list");return n.a.createElement("div",{className:"LeftSearch"},n.a.createElement(Oe.a,{className:E,items:u,itemSelector:e?".ListItem":".Media",onLoadMore:d,noFastList:!0},!b&&n.a.createElement(ge.a,null),b&&(!r||0===r.length)&&n.a.createElement(Xe.a,null),p&&n.a.createElement("div",{className:"media-list"},u.map(e=>n.a.createElement(lt.a,{key:e.id,idPrefix:"search-media",message:e,onClick:h}))),g&&u.map(e=>n.a.createElement(Qe,{key:e.id,chatId:e.chatId,message:e}))))}));function dt(e,t,a){const{senderId:n}=e;if(!n)return;const c=Object(d.lb)(n)?a[n]:t[n];let r=Object(d.U)(c);const s=t[e.chatId];return s&&(Object(d.lb)(n)&&c.isSelf?r="You → "+Object(d.l)(s):Object(d.kb)(s)&&(r+=" → "+Object(d.l)(s))),r}var ut=a(170);const ht=Object(K.g)(e=>e(),500,!0);var bt=Object(n.h)(Object(c.h)(st("links"),(e,t)=>Object(u.l)(t,["searchMessagesGlobal","focusMessage"]))(({searchQuery:e,searchChatId:t,isLoading:a,chatsById:c,usersById:r,globalMessagesByChatId:o,foundIds:i,lastSyncTime:m,searchMessagesGlobal:d,focusMessage:u})=>{const h=Object(n.m)(({direction:a})=>{m&&a===s.e.Backwards&&ht(()=>{d({type:"links",query:e,chatId:t})})},[m,d,e,t]),b=Object(n.p)(()=>i&&o?i.map(e=>{const[t,a]=e.split("_").map(Number);return o[t]&&o[t].byId[a]}).filter(Boolean):ze.a,[o,i]),p=Object(n.m)((e,t)=>{u({chatId:t,messageId:e})},[u]);const g=Object(ot.a)([e],l.bb)&&!a;return n.a.createElement("div",{className:"LeftSearch"},n.a.createElement(Oe.a,{className:"search-content documents-list custom-scroll",items:b,onLoadMore:h,noFastList:!0},!g&&n.a.createElement(ge.a,null),g&&(!i||0===i.length)&&n.a.createElement(Xe.a,null),g&&i&&i.length>0&&b.map((e,t)=>{const a=0===t||Object(U.n)(e.date)!==Object(U.n)(b[t-1].date);return n.a.createElement("div",{className:"ListItem",key:e.id},a&&n.a.createElement("p",{className:"section-heading"},Object(U.f)(new Date(1e3*e.date))),n.a.createElement(ut.a,{key:e.id,message:e,senderTitle:dt(e,c,r),onMessageClick:p}))})))})),pt=a(148);const gt=Object(K.g)(e=>e(),500,!0);var Et=Object(n.h)(Object(c.h)(st("documents"),(e,t)=>Object(u.l)(t,["searchMessagesGlobal","focusMessage"]))(({searchQuery:e,searchChatId:t,isLoading:a,chatsById:c,usersById:r,globalMessagesByChatId:o,foundIds:i,lastSyncTime:m,searchMessagesGlobal:u,focusMessage:h})=>{const b=Object(n.m)(({direction:a})=>{m&&a===s.e.Backwards&>(()=>{u({type:"documents",query:e,chatId:t})})},[m,u,e,t]),p=Object(n.p)(()=>i&&o?i.map(e=>{const[t,a]=e.split("_").map(Number),n=o[t]&&o[t].byId[a];return n&&Object(d.y)(n)?n:void 0}).filter(Boolean):ze.a,[o,i]),g=Object(n.m)((e,t)=>{h({chatId:t,messageId:e})},[h]);const E=Object(ot.a)([e],l.bb)&&!a;return n.a.createElement("div",{className:"LeftSearch"},n.a.createElement(Oe.a,{className:"search-content documents-list custom-scroll",items:p,onLoadMore:b,noFastList:!0},!E&&n.a.createElement(ge.a,null),E&&(!i||0===i.length)&&n.a.createElement(Xe.a,null),E&&i&&i.length>0&&p.map((e,t)=>{const a=0===t||Object(U.n)(e.date)!==Object(U.n)(p[t-1].date);return n.a.createElement("div",{className:"ListItem",key:e.id},a&&n.a.createElement("p",{className:"section-heading"},Object(U.f)(new Date(1e3*e.date))),n.a.createElement(pt.a,{message:e,withDate:!0,datetime:e.date,smaller:!0,sender:dt(e,c,r),className:"scroll-item",onDateClick:g}))})))})),vt=a(153);const Ot=Object(K.g)(e=>e(),500,!0);var ft=Object(n.h)(Object(c.h)(st("audio"),(e,t)=>Object(u.l)(t,["searchMessagesGlobal","focusMessage","openAudioPlayer"]))(({isVoice:e,searchQuery:t,searchChatId:a,isLoading:c,chatsById:r,usersById:o,globalMessagesByChatId:i,foundIds:m,lastSyncTime:d,searchMessagesGlobal:u,focusMessage:h,openAudioPlayer:b})=>{const p=e?"voice":"audio",g=Object(n.m)(({direction:e})=>{d&&e===s.e.Backwards&&Ot(()=>{u({type:p,query:t,chatId:a})})},[p,d,u,t,a]),E=Object(n.p)(()=>m&&i?m.map(e=>{const[t,a]=e.split("_").map(Number);return i[t]&&i[t].byId[a]}).filter(Boolean):ze.a,[i,m]),v=Object(n.m)((e,t)=>{h({chatId:t,messageId:e})},[h]),O=Object(n.m)((e,t)=>{b({chatId:t,messageId:e})},[b]);const f=Object(ot.a)([t],l.bb)&&!c;return n.a.createElement("div",{className:"LeftSearch"},n.a.createElement(Oe.a,{className:"search-content documents-list custom-scroll",items:E,onLoadMore:g,noFastList:!0},!f&&n.a.createElement(ge.a,null),f&&(!m||0===m.length)&&n.a.createElement(Xe.a,null),f&&m&&m.length>0&&E.map((e,t)=>{const a=0===t||Object(U.n)(e.date)!==Object(U.n)(E[t-1].date);return n.a.createElement("div",{className:"ListItem",key:e.id},a&&n.a.createElement("p",{className:"section-heading"},Object(U.f)(new Date(1e3*e.date))),n.a.createElement(vt.a,{key:e.id,message:e,renderingFor:"searchResult",senderTitle:dt(e,r,o),date:e.date,lastSyncTime:d,className:"scroll-item",onPlay:O,onDateClick:v}))})))}));a(249);const jt=[{type:s.c.ChatList,title:"SearchAllChatsShort"},{type:s.c.Media,title:"SharedMediaTab2"},{type:s.c.Links,title:"SharedLinksTab2"},{type:s.c.Files,title:"SharedFilesTab2"},{type:s.c.Music,title:"SharedMusicTab2"},{type:s.c.Voice,title:"SharedVoiceTab2"}],Ct=[{type:s.c.ChatList,title:"All Messages"},...jt.slice(1)],yt=Object.keys(s.c).length/2;var kt=Object(n.h)(Object(c.h)(e=>{const{currentContent:t,chatId:a}=e.globalSearch;return{currentContent:t,chatId:a}},(e,t)=>Object(u.l)(t,["setGlobalSearchContent","setGlobalSearchDate"]))(({searchQuery:e,searchDate:t,currentContent:a=s.c.ChatList,chatId:c,setGlobalSearchContent:r,setGlobalSearchDate:l,onReset:o})=>{const[i,m]=Object(n.r)(0),d=Object(n.p)(()=>Object(U.l)(e),[e]),u=Object(n.m)(e=>{const t=jt[e];r({content:t.type}),m(e)},[r]),h=Object(n.m)(e=>{l({date:e.getTime()/1e3})},[l]);return n.a.createElement("div",{className:"LeftSearch"},n.a.createElement(Ge.a,{activeTab:i,tabs:c?Ct:jt,onSwitchTab:u}),n.a.createElement(x.a,{name:"slide",renderCount:yt,activeKey:a},()=>{switch(a){case s.c.ChatList:return c?n.a.createElement(rt,{searchQuery:e,dateSearchQuery:d,onReset:o,onSearchDateSelect:h}):n.a.createElement(nt,{searchQuery:e,searchDate:t,dateSearchQuery:d,onReset:o,onSearchDateSelect:h});case s.c.Media:return n.a.createElement(mt,{searchQuery:e});case s.c.Links:return n.a.createElement(bt,{searchQuery:e});case s.c.Files:return n.a.createElement(Et,{searchQuery:e});case s.c.Music:return n.a.createElement(ft,{key:"audio",searchQuery:e});case s.c.Voice:return n.a.createElement(ft,{key:"voice",isVoice:!0,searchQuery:e});default:return}}))}));function Nt(e,t){const a=Object(n.q)(e),[c,r]=Object(n.r)(t);return[c,Object(n.m)(e=>{r(t=>a.current(t,e))},[])]}const St=[{icon:"user",title:"FilterContacts",key:"contacts"},{icon:"non-contacts",title:"FilterNonContacts",key:"nonContacts"},{icon:"group",title:"FilterGroups",key:"groups"},{icon:"channel",title:"FilterChannels",key:"channels"},{icon:"bots",title:"FilterBots",key:"bots"}],It=[{icon:"mute",title:"FilterMuted",key:"excludeMuted"},{icon:"archive",title:"FilterArchived",key:"excludeArchived"},{icon:"readchats",title:"FilterRead",key:"excludeRead"}],wt=["includedChatIds","bots","channels","groups","contacts","nonContacts"],Pt=["excludedChatIds","excludeArchived","excludeMuted","excludeRead"];function Mt(e,t,a){let n=[],c=[];if("included"===t){const{includedChatIds:t,...r}=a?e.includeFilters||{}:Object(u.l)(e.folder,wt);n=t||[],c=Object.keys(r).filter(e=>Boolean(r[e]))}else{const{excludedChatIds:t,...r}=a?e.excludeFilters||{}:Object(u.l)(e.folder,Pt);n=t||[],c=Object.keys(r).filter(e=>Boolean(r[e]))}return{selectedChatIds:n,selectedChatTypes:c}}function Ft(e){if(e){const{includedChatIds:t,...a}=e;if(Object.values(a).filter(Boolean).length>1||t&&t.length)return"";if(a.bots)return"Bots";if(a.groups)return"Groups";if(a.channels)return"Channels";if(a.contacts)return"Contacts";if(a.nonContacts)return"Non-Contacts"}return""}const Lt={mode:"create",chatFilter:"",folder:{title:"",includedChatIds:[],excludedChatIds:[]}},At=(e,t)=>{switch(t.type){case"setTitle":return{...e,folder:{...e.folder,title:t.payload},isTouched:!0};case"editIncludeFilters":return{...e,includeFilters:Object(u.l)(e.folder,wt)};case"editExcludeFilters":return{...e,excludeFilters:Object(u.l)(e.folder,Pt)};case"setIncludeFilters":return{...e,includeFilters:t.payload,chatFilter:""};case"setExcludeFilters":return{...e,excludeFilters:t.payload,chatFilter:""};case"saveFilters":return e.includeFilters?{...e,folder:{...Object(u.j)(e.folder,wt),title:e.folder.title?e.folder.title:Ft(e.includeFilters),...e.includeFilters},includeFilters:void 0,chatFilter:"",isTouched:!0}:e.excludeFilters?{...e,folder:{...Object(u.j)(e.folder,Pt),...e.excludeFilters},excludeFilters:void 0,chatFilter:"",isTouched:!0}:e;case"editFolder":{const{id:e,description:a,...n}=t.payload;return{mode:"edit",folderId:e,folder:n,chatFilter:""}}case"setChatFilter":return{...e,chatFilter:t.payload};case"setIsLoading":return{...e,isLoading:t.payload};case"setError":return{...e,error:t.payload};case"reset":return Lt;default:return e}};const Tt={currentPassword:"",password:"",hint:"",email:""},Bt=(e,t)=>{switch(t.type){case"setCurrentPassword":return{...e,currentPassword:t.payload};case"setPassword":return{...e,password:t.payload};case"setHint":return{...e,hint:t.payload};case"setEmail":return{...e,email:t.payload};case"reset":return Tt;default:return e}};var Dt=a(104);var xt=Object(n.h)(Object(c.h)(void 0,(e,t)=>Object(u.l)(t,["signOut","deleteChatFolder"]))(({currentScreen:e,editedFolderId:t,onReset:a,onSaveFilter:c,signOut:r,deleteChatFolder:l})=>{const[i,m]=Object(n.r)(!1),[d,u]=Object(n.r)(!1),h=Object(n.m)(()=>{m(!0)},[]),b=Object(n.m)(()=>{m(!1)},[]),p=Object(n.m)(()=>{u(!0)},[]),g=Object(n.m)(()=>{u(!1)},[]),E=Object(n.m)(()=>{b(),r()},[b,r]),v=Object(n.m)(()=>{g(),l({id:t}),a()},[t,g,l,a]),O=Object(n.p)(()=>({onTrigger:e,isOpen:t})=>n.a.createElement(R.a,{round:!0,ripple:!o.f,size:"smaller",color:"translucent",className:t?"active":"",onClick:e,ariaLabel:"More actions"},n.a.createElement("i",{className:"icon-more"})),[]),f=Object(T.a)();return n.a.createElement("div",{className:"left-header"},n.a.createElement(R.a,{round:!0,size:"smaller",color:"translucent",onClick:a,ariaLabel:f("AccDescrGoBack")},n.a.createElement("i",{className:"icon-arrow-left"})),function(){switch(e){case s.m.EditProfile:return n.a.createElement("h3",null,f("EditProfile"));case s.m.General:return n.a.createElement("h3",null,f("General"));case s.m.Notifications:return n.a.createElement("h3",null,f("Notifications"));case s.m.Privacy:return n.a.createElement("h3",null,f("PrivacySettings"));case s.m.Language:return n.a.createElement("h3",null,f("Language"));case s.m.GeneralChatBackground:return n.a.createElement("h3",null,f("ChatBackground"));case s.m.GeneralChatBackgroundColor:return n.a.createElement("h3",null,f("SetColor"));case s.m.PrivacyPhoneNumber:return n.a.createElement("h3",null,f("PrivacyPhone"));case s.m.PrivacyLastSeen:return n.a.createElement("h3",null,f("PrivacyLastSeen"));case s.m.PrivacyProfilePhoto:return n.a.createElement("h3",null,f("Privacy.ProfilePhoto"));case s.m.PrivacyForwarding:return n.a.createElement("h3",null,f("PrivacyForwards"));case s.m.PrivacyGroupChats:return n.a.createElement("h3",null,f("AutodownloadGroupChats"));case s.m.PrivacyPhoneNumberAllowedContacts:case s.m.PrivacyLastSeenAllowedContacts:case s.m.PrivacyProfilePhotoAllowedContacts:case s.m.PrivacyForwardingAllowedContacts:case s.m.PrivacyGroupChatsAllowedContacts:return n.a.createElement("h3",null,f("AlwaysShareWith"));case s.m.PrivacyPhoneNumberDeniedContacts:case s.m.PrivacyLastSeenDeniedContacts:case s.m.PrivacyProfilePhotoDeniedContacts:case s.m.PrivacyForwardingDeniedContacts:case s.m.PrivacyGroupChatsDeniedContacts:return n.a.createElement("h3",null,f("NeverShareWith"));case s.m.PrivacyActiveSessions:return n.a.createElement("h3",null,f("SessionsTitle"));case s.m.PrivacyBlockedUsers:return n.a.createElement("h3",null,f("BlockedUsers"));case s.m.TwoFaDisabled:case s.m.TwoFaEnabled:return n.a.createElement("h3",null,f("TwoStepVerification"));case s.m.TwoFaNewPassword:case s.m.TwoFaChangePasswordNew:case s.m.TwoFaChangePasswordConfirm:return n.a.createElement("h3",null,f("EnterPassword"));case s.m.TwoFaNewPasswordConfirm:return n.a.createElement("h3",null,f("PleaseReEnterPassword"));case s.m.TwoFaNewPasswordHint:case s.m.TwoFaChangePasswordHint:return n.a.createElement("h3",null,f("PasswordHint"));case s.m.TwoFaNewPasswordEmail:case s.m.TwoFaRecoveryEmail:return n.a.createElement("h3",null,f("RecoveryEmailTitle"));case s.m.TwoFaNewPasswordEmailCode:case s.m.TwoFaRecoveryEmailCode:return n.a.createElement("h3",null,"Recovery Email Code");case s.m.TwoFaCongratulations:return n.a.createElement("h3",null,f("TwoStepVerificationPasswordSet"));case s.m.TwoFaChangePasswordCurrent:case s.m.TwoFaTurnOff:case s.m.TwoFaRecoveryEmailCurrentPassword:return n.a.createElement("h3",null,f("PleaseEnterCurrentPassword"));case s.m.Folders:return n.a.createElement("h3",null,f("Filters"));case s.m.FoldersCreateFolder:return n.a.createElement("h3",null,f("FilterNew"));case s.m.FoldersEditFolder:return n.a.createElement("div",{className:"settings-main-header"},n.a.createElement("h3",null,f("FilterEdit")),t&&n.a.createElement(H.a,{className:"settings-more-menu",trigger:O,positionX:"right"},n.a.createElement(V.a,{icon:"delete",destructive:!0,onClick:p},"Delete Folder")));case s.m.FoldersIncludedChats:case s.m.FoldersExcludedChats:return n.a.createElement("div",{className:"settings-main-header"},e===s.m.FoldersIncludedChats?n.a.createElement("h3",null,f("FilterInclude")):n.a.createElement("h3",null,f("FilterExclude")),n.a.createElement(R.a,{round:!0,size:"smaller",color:"translucent",className:"color-primary",onClick:c,ariaLabel:f("AutoDeleteConfirm")},n.a.createElement("i",{className:"icon-check"})));default:return n.a.createElement("div",{className:"settings-main-header"},n.a.createElement("h3",null,f("SETTINGS")),n.a.createElement(H.a,{className:"settings-more-menu",trigger:O,positionX:"right"},n.a.createElement(V.a,{icon:"logout",onClick:h},f("LogOutTitle"))))}}(),n.a.createElement(Dt.a,{isOpen:i,onClose:b,text:"Are you sure you want to log out?",confirmLabel:"Log Out",confirmHandler:E,confirmIsDestructive:!0}),n.a.createElement(Dt.a,{isOpen:d,onClose:g,text:"Are you sure you want to delete this folder?",confirmLabel:"Delete",confirmHandler:v,confirmIsDestructive:!0}))})),Rt=a(19);var Ut=Object(n.h)(Object(c.h)(e=>{const{currentUserId:t}=e;return{currentUser:t?Object(m.Bb)(e,t):void 0}})(({onScreenSelect:e,currentUser:t})=>{const a=Object(T.a)();return n.a.createElement("div",{className:"settings-content custom-scroll"},n.a.createElement("div",{className:"settings-main-menu"},t&&n.a.createElement("div",{className:"settings-current-user"},n.a.createElement(z.a,{user:t,size:"jumbo"}),n.a.createElement("p",{className:"name"},Object(d.Z)(t)),n.a.createElement("p",{className:"phone"},Object(Rt.c)(t.phoneNumber))),n.a.createElement(fe.a,{icon:"edit",onClick:()=>e(s.m.EditProfile)},a("EditProfile")),n.a.createElement(fe.a,{icon:"folder",onClick:()=>e(s.m.Folders)},a("Filters")),n.a.createElement(fe.a,{icon:"settings",onClick:()=>e(s.m.General)},a("GeneralSettings")),n.a.createElement(fe.a,{icon:"unmute",onClick:()=>e(s.m.Notifications)},a("Notifications")),n.a.createElement(fe.a,{icon:"lock",onClick:()=>e(s.m.Privacy)},a("PrivacySettings")),n.a.createElement(fe.a,{icon:"language",onClick:()=>e(s.m.Language)},a("Language"))))})),Gt=a(117);a(250);var zt=({isShown:e,className:t,color:a="primary",ariaLabel:c,disabled:r,onClick:s,children:l})=>{const o=Object(le.a)("FloatingActionButton",e&&"revealed",t);return n.a.createElement(R.a,{className:o,color:a,round:!0,disabled:r,onClick:e&&!r?s:void 0,ariaLabel:c,tabIndex:-1},l)};const qt=/https:\/\/t\.me\/?/i,$t=/^([a-zA-Z0-9_]+)$/,Ht=Object(K.a)(e=>e(),250,!1);var Vt=Object(n.h)(({currentUsername:e,asLink:t,isLoading:a,isUsernameAvailable:c,checkUsername:r,onChange:s})=>{const[l,o]=Object(n.r)(e||""),i=Object(T.a)(),m=t?"SetUrl":"Username",d=i(t?"SetUrlPlaceholder":"Username"),[u,h]=Object(n.p)(()=>l.length?l.length<5?[void 0,d+" is too short"]:l.length>32?[void 0,d+" is too long"]:$t.test(l)?void 0===c?[]:[c?i(m+"Available","Username"):void 0,!1===c?i(m+"InUse"):void 0]:[void 0,d+" contains invalid characters"]:[],[l,c,i,m,d]);Object(n.n)(()=>{o(e||"")},[t,e]);const b=Object(n.m)(e=>{const a=e.target.value.trim().replace(qt,"");o(a),e.target.value=`${t?"https://t.me/":""}${a}`;const n=function(e){return e.length>=5&&e.length<=32&&$t.test(e)}(a);n&&Ht(()=>{r({username:a})}),s&&s(!!n&&a)},[t,r,s]);return n.a.createElement(ve.a,{value:`${t?"https://t.me/":""}${l}`,onChange:b,label:d,error:h,success:u,readOnly:a})});const Wt=Object(K.g)(e=>e(),6e4,!0);var Yt=Object(n.h)(Object(c.h)(e=>{const{currentUserId:t}=e,{progress:a,isUsernameAvailable:n}=e.profileEdit||{},c=t?Object(m.Bb)(e,t):void 0;if(!c)return{progress:a,isUsernameAvailable:n};const{firstName:r,lastName:s,username:l,fullInfo:o}=c,{bio:i}=o||{};return{currentAvatarHash:Object(d.f)(c),currentFirstName:r,currentLastName:s,currentBio:i,currentUsername:l,progress:a,isUsernameAvailable:n}},(e,t)=>Object(u.l)(t,["loadCurrentUser","updateProfile","checkUsername"]))(({currentAvatarHash:e,currentFirstName:t,currentLastName:a,currentBio:c,currentUsername:l,progress:o,isUsernameAvailable:i,loadCurrentUser:m,updateProfile:d,checkUsername:u})=>{const[h,b]=Object(n.r)(!1),[p,g]=Object(n.r)(!1),[v,O]=Object(n.r)(),[f,j]=Object(n.r)(),[C,y]=Object(n.r)(t||""),[k,N]=Object(n.r)(a||""),[S,I]=Object(n.r)(c||""),[w,P]=Object(n.r)(l||""),M=Object(E.a)(e,!1,r.ApiMediaFormat.BlobUrl),F=o===s.j.InProgress,L=!1===w,A=Object(n.p)(()=>!L&&(Boolean(f)||p||!0===i),[f,p,L,i]);Object(n.n)(()=>{Wt(()=>{m()})},[m]),Object(n.n)(()=>{j(void 0)},[M]),Object(n.n)(()=>{y(t||""),N(a||""),I(c||"")},[t,a,c]),Object(n.n)(()=>{P(l||"")},[l]),Object(n.n)(()=>{o===s.j.Complete&&(g(!1),b(!1),O(void 0))},[o]);const D=Object(n.m)(e=>{j(e)},[]),x=Object(n.m)(e=>{y(e.target.value),g(!0)},[]),R=Object(n.m)(e=>{N(e.target.value),g(!0)},[]),U=Object(n.m)(e=>{I(e.target.value),g(!0)},[]),z=Object(n.m)(e=>{P(e),b(!0)},[]),q=Object(n.m)(()=>{const e=C.trim(),t=k.trim(),a=S.trim();e.length?a.length>70?O("Bio can' be longer than 70 characters"):d({photo:f,...p&&{firstName:e,lastName:t,bio:a},...h&&{username:w}}):O("Please provide your first name")},[f,C,k,S,p,w,h,d]),$=Object(T.a)();return n.a.createElement("div",{className:"settings-fab-wrapper"},n.a.createElement("div",{className:"settings-content custom-scroll"},n.a.createElement("div",{className:"settings-edit-profile"},n.a.createElement(Gt.a,{currentAvatarBlobUrl:M,onChange:D,title:"Edit your profile photo",disabled:F}),n.a.createElement(ve.a,{value:C,onChange:x,label:$("FirstName"),disabled:F,error:"Please provide your first name"===v?v:void 0}),n.a.createElement(ve.a,{value:k,onChange:R,label:$("LastName"),disabled:F}),n.a.createElement(ve.a,{value:S,onChange:U,label:$("UserBio"),disabled:F,error:"Bio can' be longer than 70 characters"===v?v:void 0}),n.a.createElement("p",{className:"settings-item-description"},Object(G.a)($("BioAbout"),["br","simple_markdown"]))),n.a.createElement("div",{className:"settings-item"},n.a.createElement("h4",{className:"settings-item-header"},$("Username")),n.a.createElement(Vt,{currentUsername:w||"",isLoading:F,isUsernameAvailable:i,checkUsername:u,onChange:z}),n.a.createElement("p",{className:"settings-item-description"},Object(G.a)($("UsernameHelp"),["br","simple_markdown"])),w&&n.a.createElement("p",{className:"settings-item-description"},"This link opens a chat with you:",n.a.createElement("br",null),n.a.createElement("span",{className:"username-link"},"https://t.me/",w)))),n.a.createElement(zt,{isShown:A,onClick:q,disabled:F,ariaLabel:"Save changes"},F?n.a.createElement(B.a,{color:"white"}):n.a.createElement("i",{className:"icon-check"})))})),Kt=a(113),Zt=a(102);const Qt=Object(K.g)(e=>e(),6e4,!0);var _t=Object(n.h)(Object(c.h)(e=>{const{chats:{byId:t},users:{byId:a}}=e,{orderedIds:n,byId:c,recommended:r}=e.chatFolders;return{chatsById:t,usersById:a,orderedFolderIds:n,foldersById:c,recommendedChatFolders:r}},(e,t)=>Object(u.l)(t,["loadRecommendedChatFolders","addChatFolder","showError"]))(({onCreateFolder:e,onEditFolder:t,chatsById:a,usersById:c,orderedFolderIds:r,foldersById:s,recommendedChatFolders:o,loadRecommendedChatFolders:i,addChatFolder:m,showError:u})=>{const[h,b]=Object(n.r)(),[p,g]=Object(n.r)(!1),E=Object(n.m)(()=>g(!0),[]);Object(n.n)(()=>{h||Object(Kt.a)("FoldersAll").then(b)},[h]),Object(n.n)(()=>{Qt(()=>{i()})},[i]);const v=Object(n.m)(()=>{Object.keys(s).length>=10?u({error:{message:"DIALOG_FILTERS_TOO_MUCH"}}):e()},[s,u,e]),O=Object(T.a)(),f=Object(n.p)(()=>{if(!r)return;const e=Object.keys(a).map(Number);return r.map(t=>{const n=s[t];return{id:n.id,title:n.title,subtitle:Object(d.o)(a,c,n,e,O)}})},[r,a,s,c,O]),j=Object(n.m)(e=>{Object.keys(s).length>=10?u({error:{message:"DIALOG_FILTERS_TOO_MUCH"}}):m({folder:e})},[s,m,u]);return n.a.createElement("div",{className:"settings-content custom-scroll"},n.a.createElement("div",{className:"settings-content-header"},n.a.createElement("div",{className:"settings-content-icon"},h&&n.a.createElement(Zt.a,{id:"settingsFoldersMain",size:l.fb,animationData:h,play:p,noLoop:!0,onLoad:E})),n.a.createElement("p",{className:"settings-item-description mb-3"},O("CreateNewFilterInfo")),n.a.createElement(R.a,{className:"with-icon mb-2",color:"primary",size:"smaller",pill:!0,fluid:!0,onClick:v},n.a.createElement("i",{className:"icon-add"}),O("CreateNewFilter"))),n.a.createElement("div",{className:"settings-item pt-3"},n.a.createElement("h4",{className:"settings-item-header mb-3"},O("Filters")),f&&f.length?f.map(e=>n.a.createElement(fe.a,{className:"mb-2",narrow:!0,onClick:()=>t(s[e.id])},n.a.createElement("div",{className:"multiline-item"},n.a.createElement("span",{className:"title"},e.title),n.a.createElement("span",{className:"subtitle"},e.subtitle)))):f&&!f.length?n.a.createElement("p",{className:"settings-item-description my-4"},"You have no folders yet."):n.a.createElement(ge.a,null)),o&&!!o.length&&n.a.createElement("div",{className:"settings-item pt-3"},n.a.createElement("h4",{className:"settings-item-header mb-3"},O("FilterRecommended")),o.map(e=>n.a.createElement(fe.a,{className:"mb-2",narrow:!0,onClick:()=>j(e)},n.a.createElement("div",{className:"settings-folders-recommended-item"},n.a.createElement("div",{className:"multiline-item"},n.a.createElement("span",{className:"title"},e.title),n.a.createElement("span",{className:"subtitle"},e.description)),n.a.createElement(R.a,{className:"px-3",color:"primary",size:"tiny",pill:!0,fluid:!0},O("Add")))))))}));a(251);var Xt=({count:e,itemName:t,itemPluralName:a,isLoading:c,onClick:r})=>n.a.createElement(R.a,{className:"ShowMoreButton",color:"translucent",size:"smaller",isText:!0,isLoading:c,onClick:r},n.a.createElement("i",{className:"icon-down"}),"Show ",e," more ",e>1?a||t+"s":t);const Jt="Please provide a title for this folder.",ea="Please select at least one chat for this folder.";var ta=Object(n.h)(Object(c.h)(e=>{const{listIds:t}=e.chats;return{loadedActiveChatIds:t.active,loadedArchivedChatIds:t.archived}},(e,t)=>Object(u.l)(t,["editChatFolder","addChatFolder","loadMoreChats"]))(({state:e,dispatch:t,onAddIncludedChats:a,onAddExcludedChats:c,onReset:r,loadedActiveChatIds:s,loadedArchivedChatIds:o,editChatFolder:i,addChatFolder:m,loadMoreChats:h})=>{const[b,p]=Object(n.r)(),[g,E]=Object(n.r)(!1),v=Object(n.m)(()=>E(!0),[]),[O,f]=Object(n.r)(!1),[j,C]=Object(n.r)(!1),{selectedChatIds:y,selectedChatTypes:k}=Mt(e,"included"),{selectedChatIds:N,selectedChatTypes:S}=Mt(e,"excluded");Object(n.n)(()=>{b||Object(Kt.a)("FoldersNew").then(p)},[b]),Object(n.n)(()=>{f(!1),C(!1)},[e.folderId]);const[I,w]=Object(n.p)(()=>{const e=new Set([...s||[],...o||[]]),t=Object(u.f)(y,e),a=Object(u.f)(N,e);return[O?t:t.slice(0,5-k.length),j?a:a.slice(0,5-S.length)]},[N,y,k,S,j,O,s,o]);Object(n.n)(()=>{(I.lengthf(!0):()=>C(!0);return n.a.createElement(n.a.Fragment,null,t.map(t=>function(e,t){const a="included"===t?St.find(({key:t})=>t===e):It.find(({key:t})=>t===e);if(a)return n.a.createElement(fe.a,{key:a.key,className:"settings-folders-list-item mb-1",icon:a.icon,narrow:!0,inactive:!0},P(a.title))}(t,e)),a.map(e=>n.a.createElement(fe.a,{className:"settings-folders-list-item mb-1",narrow:!0,inactive:!0},Object(d.lb)(e)?n.a.createElement(je.a,{avatarSize:"small",userId:e}):n.a.createElement(Ce.a,{avatarSize:"small",chatId:e}))),!c&&r>0&&n.a.createElement(Xt,{count:r,itemName:"chat",onClick:s}))}return n.a.createElement("div",{className:"settings-fab-wrapper"},n.a.createElement("div",{className:"settings-content custom-scroll"},n.a.createElement("div",{className:"settings-content-header"},n.a.createElement("div",{className:"settings-content-icon"},b&&n.a.createElement(Zt.a,{id:"settingsFoldersEdit",size:l.fb,animationData:b,play:g&&String(e.folderId),noLoop:!0,onLoad:v})),"create"===e.mode&&n.a.createElement("p",{className:"settings-item-description mb-3"},P("FilterIncludeInfo")),n.a.createElement(ve.a,{className:"mb-0",label:P("FilterNameHint"),value:e.folder.title,onChange:function(e){const{currentTarget:a}=e;t({type:"setTitle",payload:a.value.trim()})},error:e.error&&e.error===Jt?Jt:void 0})),n.a.createElement("div",{className:"settings-item no-border pt-3"},e.error&&e.error===ea&&n.a.createElement("p",{className:"settings-item-description color-danger mb-2"},e.error),n.a.createElement("h4",{className:"settings-item-header mb-3"},P("FilterInclude")),n.a.createElement(fe.a,{className:"settings-folders-list-item color-primary mb-0",icon:"add",onClick:a},P("FilterAddChats")),M("included")),n.a.createElement("div",{className:"settings-item no-border pt-3"},n.a.createElement("h4",{className:"settings-item-header mb-3"},P("FilterExclude")),n.a.createElement(fe.a,{className:"settings-folders-list-item color-primary mb-0",icon:"add",onClick:c},P("FilterAddChats")),M("excluded"))),n.a.createElement(zt,{isShown:!!e.isTouched,disabled:e.isLoading,onClick:function(){const{title:a}=e.folder;a?y.length||Object.keys(k).length?(t({type:"setIsLoading",payload:!0}),"edit"===e.mode?i({id:e.folderId,folderUpdate:e.folder}):m({folder:e.folder}),setTimeout(()=>{r()},500)):t({type:"setError",payload:ea}):t({type:"setError",payload:Jt})},ariaLabel:"edit"===e.mode?"Save changes":"Create folder"},e.isLoading?n.a.createElement(B.a,{color:"white"}):n.a.createElement("i",{className:"icon-check"})))})),aa=a(39);a(171),a(252);var na=Object(n.h)(({mode:e,chatIds:t,selectedIds:a,selectedChatTypes:c,filterValue:r,onSelectedIdsChange:s,onSelectedChatTypesChange:l,onFilterChange:o,onLoadMore:i})=>{const m=Object(n.q)(null),u="included"===e?St:It,h=a.length+c.length>10,b=a.length>=100;Object(n.n)(()=>{setTimeout(()=>{requestAnimationFrame(()=>{m.current.focus()})},500)},[]);const p=Object(n.m)(e=>{const t=[...a];t.includes(e)?t.splice(t.indexOf(e),1):t.push(e),s(t)},[a,s]),g=Object(n.m)(e=>{const t=[...c];t.includes(e)?t.splice(t.indexOf(e),1):t.push(e),l(t)},[c,l]),E=Object(n.m)(e=>{const{value:t}=e.currentTarget;o(t)},[o]),v=Object(T.a)();const[O,f]=Object(pe.a)(i,t,Boolean(r));return n.a.createElement("div",{className:"Picker SettingsFoldersChatsPicker"},n.a.createElement("div",{className:"picker-header custom-scroll"},c.map((function(e){const t=u.find(({key:t})=>e===t);if(t)return n.a.createElement(Je.a,{icon:t.icon,title:v(t.title),isMinimized:h,canClose:!0,onClick:g,clickArg:t.key})})),a.map((e,t)=>n.a.createElement(Je.a,{chatOrUserId:e,isMinimized:h&&tg(e.key),ripple:!0},n.a.createElement("i",{className:"icon-"+e.icon}),n.a.createElement("h3",{className:"chat-type"},v(e.title)),n.a.createElement(aa.a,{label:"",checked:c.includes(e.key),round:!0}))})),n.a.createElement("div",{key:"divider",className:"picker-list-divider"}),n.a.createElement("h4",{key:"header2",className:"settings-item-header"},v("FilterChats"))),O&&O.length?O.map((function(e){const t=a.includes(e);return n.a.createElement(fe.a,{key:e,className:"chat-item-clickable picker-list-item chat-item",onClick:()=>p(e),ripple:!0,disabled:!t&&b},Object(d.lb)(e)?n.a.createElement(je.a,{userId:e}):n.a.createElement(Ce.a,{chatId:e,withChatType:!0}),n.a.createElement(aa.a,{label:"",checked:t,round:!0}))})):O&&!O.length?n.a.createElement("p",{className:"no-results",key:"no-results"},"Sorry, nothing found."):n.a.createElement(ge.a,{key:"loading"})))});var ca=Object(n.h)(Object(c.h)(e=>{const{chats:{byId:t,listIds:a,orderedPinnedIds:n}}=e;return{chatsById:t,listIds:a.active,orderedPinnedIds:n.active,archivedPinnedIds:n.archived,archivedListIds:a.archived}},(e,t)=>Object(u.l)(t,["loadMoreChats"]))(({mode:e,state:t,dispatch:a,chatsById:c,listIds:r,orderedPinnedIds:s,archivedListIds:l,archivedPinnedIds:o,loadMoreChats:i})=>{const{chatFilter:m}=t,{selectedChatIds:u,selectedChatTypes:h}=Mt(t,e,!0),b=Object(n.p)(()=>{const e=r?Object(d.Ab)(c,r,s,"all"):void 0,t=l?Object(d.Ab)(c,l,o,"archived"):void 0;if(e||t)return[...e?[...e.pinnedChats,...e.otherChats]:[],...t?t.otherChats:[]]},[c,r,s,l,o]),p=Object(n.p)(()=>{if(b)return b.filter(e=>!m||Object(be.a)(Object(d.l)(e),m)||u.includes(e.id)).map(({id:e})=>e)},[b,m,u]),g=Object(n.m)(e=>{a({type:"setChatFilter",payload:e})},[a]),E=Object(n.m)(n=>{a("included"===e?{type:"setIncludeFilters",payload:{...t.includeFilters,includedChatIds:n}}:{type:"setExcludeFilters",payload:{...t.excludeFilters,excludedChatIds:n}})},[e,t,a]),v=Object(n.m)(t=>{const n={};t.forEach(e=>{n[e]=!0}),a("included"===e?{type:"setIncludeFilters",payload:{includedChatIds:u,...n}}:{type:"setExcludeFilters",payload:{excludedChatIds:u,...n}})},[e,u,a]);return p?n.a.createElement(na,{mode:e,chatIds:p,selectedIds:u,selectedChatTypes:h,filterValue:m,onSelectedIdsChange:E,onSelectedChatTypesChange:v,onFilterChange:g,onLoadMore:i}):n.a.createElement(ge.a,null)}));a(253);var ra=Object(n.h)(({currentScreen:e,state:t,dispatch:a,onScreenSelect:c,onReset:r})=>{const l=Object(n.m)(()=>{e!==s.m.FoldersCreateFolder&&e!==s.m.FoldersEditFolder||setTimeout(()=>{a({type:"reset"})},200),e!==s.m.FoldersIncludedChats&&e!==s.m.FoldersExcludedChats?r():"create"===t.mode?c(s.m.FoldersCreateFolder):c(s.m.FoldersEditFolder)},[t.mode,a,e,r,c]),o=Object(n.m)(()=>{a({type:"reset"}),c(s.m.FoldersCreateFolder)},[c,a]),i=Object(n.m)(e=>{a({type:"editFolder",payload:e}),c(s.m.FoldersEditFolder)},[a,c]),m=Object(n.m)(()=>{a({type:"editIncludeFilters"}),c(s.m.FoldersIncludedChats)},[a,c]),d=Object(n.m)(()=>{a({type:"editExcludeFilters"}),c(s.m.FoldersExcludedChats)},[a,c]);switch(e){case s.m.Folders:return n.a.createElement(_t,{onCreateFolder:o,onEditFolder:i});case s.m.FoldersCreateFolder:case s.m.FoldersEditFolder:return n.a.createElement(ta,{state:t,dispatch:a,onAddIncludedChats:m,onAddExcludedChats:d,onReset:l});case s.m.FoldersIncludedChats:return n.a.createElement(ca,{mode:"included",state:t,dispatch:a});case s.m.FoldersExcludedChats:return n.a.createElement(ca,{mode:"excluded",state:t,dispatch:a});default:return}}),sa=a(92);a(254);var la=Object(n.h)(({options:e,range:t,label:a,value:c,disabled:r,onChange:s})=>{const l=Object(n.m)(e=>{s(Number(e.currentTarget.value))},[s]),o=Object(le.a)("RangeSlider",r&&"disabled"),i=Object(n.p)(()=>{if(e)return c/(e.length-1)*100;if(t){const e=(t.max-t.min)/(t.step||1);return(c-t.min)/e*100}return 0},[c,e,t]),[m,d,u]=Object(n.p)(()=>e?[0,e.length-1,1]:t?[t.min,t.max,t.step||1]:[0,0,0],[t,e]);return n.a.createElement("div",{className:o},a&&n.a.createElement("div",{className:"slider-top-row"},n.a.createElement("span",{className:"label"},a),t&&n.a.createElement("span",{className:"value"},c)),n.a.createElement("div",{className:"slider-main"},n.a.createElement("div",{className:"slider-fill-track",style:`width: ${i}%`}),n.a.createElement("input",{min:m,max:d,value:c,step:u,type:"range",onChange:l}),e&&n.a.createElement("div",{className:"slider-options"},e.map((e,t)=>n.a.createElement("div",{className:Object(le.a)("slider-option no-selection",t===c&&"active"),onClick:()=>s(t)},e)))))}),oa=a(114),ia=a(99),ma=a(44);var da=Object(n.h)(({size:e=l.lb,stickerSet:t,observeIntersection:a})=>{const c=Object(n.q)(null),s=Object(sa.b)(c,a),o="stickerSet"+t.id,i=Object(E.a)(o,!s,r.ApiMediaFormat.Lottie),{shouldRenderFullMedia:m,transitionClassNames:d}=Object(ia.a)(i,"slow");return n.a.createElement("div",{ref:c,className:"sticker-set-cover"},!m&&Object(ma.c)(t.title,2),m&&i&&n.a.createElement(Zt.a,{id:o,size:e,animationData:i,className:d}))});var ua=Object(n.h)(({stickerSet:e,observeIntersection:t})=>{const a=Object(n.q)(null),c=Object(sa.b)(a,t),r=Object(E.a)(e.hasThumbnail&&"stickerSet"+e.id,!c),{shouldRenderFullMedia:s,transitionClassNames:l}=Object(ia.a)(r,"slow");return n.a.createElement("div",{ref:a,className:"sticker-set-cover"},!s&&Object(ma.c)(e.title,2),s&&n.a.createElement("img",{src:r,className:l,alt:""}))});a(255);var ha=Object(n.h)(({sticker:e,size:t,observeIntersection:a,noAnimate:c,title:s,className:l,onClick:o,clickArg:i,onUnfaveClick:m})=>{const d=Object(n.q)(null),{isAnimated:u}=e,h="sticker"+e.id,b="sticker-button-"+e.id,p=Object(sa.b)(d,a),g=e.thumbnail?e.thumbnail.dataUri:void 0,v=Object(E.a)(h+"?size=m",!p,r.ApiMediaFormat.BlobUrl),O=p&&!c,f=Object(E.a)(h,!O,r.ApiMediaFormat.Lottie),[j,C,y]=Object(De.a)(Boolean(f)),k=j&&O,{shouldRenderThumb:N,shouldRenderFullMedia:S,transitionClassNames:I}=Object(ia.a)(v||k,"slow");Object(n.n)(()=>{O||y()},[y,O]);const w=Object(le.a)("StickerButton",u&&"animated",b,l),P=N&&g?`background-image: url('${g}');`:"";return n.a.createElement("div",{ref:d,className:w,title:s||e&&e.emoji,style:P,"data-sticker-id":e.id,onClick:function(){o&&o(i)}},S&&!k&&n.a.createElement("img",{src:v,className:I}),O&&f&&n.a.createElement(Zt.a,{id:h,animationData:f,play:!0,size:t,isLowPriority:!0,onLoad:C}),m&&n.a.createElement(R.a,{className:"sticker-unfave-button",color:"dark",round:!0,onClick:function(t){t.stopPropagation(),t.preventDefault(),m(e)}},n.a.createElement("i",{className:"icon-close"})))});a(256);var ba=Object(n.h)(({stickerSet:e,observeIntersection:t,onClick:a})=>{const c=Object(T.a)();if(!e||!e.stickers)return;const r=e.stickers&&e.stickers[0];return e.hasThumbnail||!r?n.a.createElement(fe.a,{narrow:!0,className:"SettingsStickerSet",inactive:!r,onClick:()=>r&&a(r)},n.a.createElement(R.a,{ariaLabel:e.title,color:"translucent"},e.isAnimated?n.a.createElement(da,{size:l.gb,stickerSet:e,observeIntersection:t}):n.a.createElement(ua,{stickerSet:e,observeIntersection:t})),n.a.createElement("div",{className:"multiline-menu-item"},n.a.createElement("div",{className:"title"},e.title),n.a.createElement("div",{className:"subtitle"},c("StickerPack.StickerCount",e.count,"i")))):n.a.createElement(fe.a,{narrow:!0,className:"SettingsStickerSet",onClick:()=>a(r)},n.a.createElement(ha,{sticker:r,size:l.gb,title:e.title,observeIntersection:t}),n.a.createElement("div",{className:"multiline-menu-item"},n.a.createElement("div",{className:"title"},e.title),n.a.createElement("div",{className:"subtitle"},c("StickerPack.StickerCount",e.count,"i"))))}),pa=a(149);const ga=o.k?void 0:[{value:"enter",label:"Send by Enter",subLabel:"New line by Shift + Enter"},{value:"ctrl-enter",label:`Send by ${o.e?"Cmd":"Ctrl"} + Enter`,subLabel:"New line by Enter"}],Ea=["Solid and Steady","Nice and Fast","Lots of Stuff"];var va=Object(n.h)(Object(c.h)(e=>({...Object(u.l)(e.settings.byKey,["messageTextSize","animationLevel","messageSendKeyCombo","shouldAutoDownloadMediaFromContacts","shouldAutoDownloadMediaInPrivateChats","shouldAutoDownloadMediaInGroups","shouldAutoDownloadMediaInChannels","shouldAutoPlayGifs","shouldAutoPlayVideos","shouldSuggestStickers","shouldLoopStickers"]),stickerSetIds:e.stickers.added.setIds,stickerSetsById:e.stickers.setsById}),(e,t)=>Object(u.l)(t,["setSettingOption","loadStickerSets","loadAddedStickers"]))(({onScreenSelect:e,stickerSetIds:t,stickerSetsById:a,messageTextSize:c,animationLevel:r,messageSendKeyCombo:l,shouldAutoDownloadMediaFromContacts:o,shouldAutoDownloadMediaInPrivateChats:i,shouldAutoDownloadMediaInGroups:m,shouldAutoDownloadMediaInChannels:d,shouldAutoPlayGifs:u,shouldAutoPlayVideos:h,shouldSuggestStickers:b,shouldLoopStickers:p,setSettingOption:g,loadStickerSets:E,loadAddedStickers:v})=>{const O=Object(n.q)(null),{observe:f}=Object(sa.a)({rootRef:O}),[j,C,y]=Object(De.a)(),[k,N]=Object(n.r)();Object(n.n)(()=>{E()},[E]),Object(n.n)(()=>{t&&t.length&&v()},[t,v]);const S=Object(n.m)(e=>{Ea.forEach((t,a)=>{document.body.classList.toggle("animation-level-"+a,e===a)}),g({animationLevel:e})},[g]),I=Object(n.m)(e=>{document.documentElement.style.setProperty("--message-text-size",e+"px"),g({messageTextSize:e})},[g]),w=Object(n.m)(e=>{N(e),C()},[C]),P=Object(T.a)(),M=t&&t.map(e=>!!(a&&a[e]&&a[e].installedDate)&&a[e]).filter(Boolean);return n.a.createElement("div",{className:"settings-content custom-scroll"},n.a.createElement("div",{className:"settings-item pt-3"},n.a.createElement("h4",{className:"settings-item-header"},P("SETTINGS")),n.a.createElement(la,{label:P("TextSize"),range:{min:12,max:20},value:c,onChange:I}),n.a.createElement(fe.a,{icon:"photo",onClick:()=>e(s.m.GeneralChatBackground)},P("ChatBackground"))),n.a.createElement("div",{className:"settings-item"},n.a.createElement("h4",{className:"settings-item-header"},"Animation Level"),n.a.createElement("p",{className:"settings-item-description"},"Choose the desired animations amount."),n.a.createElement(la,{options:Ea,value:r,onChange:S})),ga&&n.a.createElement("div",{className:"settings-item"},n.a.createElement("h4",{className:"settings-item-header"},P("Keyboard")),n.a.createElement(oa.a,{name:"keyboard-send-settings",options:ga,onChange:e=>g({messageSendKeyCombo:e}),selected:l})),n.a.createElement("div",{className:"settings-item"},n.a.createElement("h4",{className:"settings-item-header"},P("AutoDownloadMedia")),n.a.createElement(aa.a,{label:P("Contacts"),checked:o,onCheck:e=>g({shouldAutoDownloadMediaFromContacts:e})}),n.a.createElement(aa.a,{label:P("AutodownloadPrivateChats"),checked:i,onCheck:e=>g({shouldAutoDownloadMediaInPrivateChats:e})}),n.a.createElement(aa.a,{label:P("AutodownloadGroupChats"),checked:m,onCheck:e=>g({shouldAutoDownloadMediaInGroups:e})}),n.a.createElement(aa.a,{label:P("FilterChannels"),checked:d,onCheck:e=>g({shouldAutoDownloadMediaInChannels:e})})),n.a.createElement("div",{className:"settings-item"},n.a.createElement("h4",{className:"settings-item-header"},P("AutoplayMedia")),n.a.createElement(aa.a,{label:P("GifsTab2"),checked:u,onCheck:e=>g({shouldAutoPlayGifs:e})}),n.a.createElement(aa.a,{label:P("VideosTitle"),checked:h,onCheck:e=>g({shouldAutoPlayVideos:e})})),n.a.createElement("div",{className:"settings-item"},n.a.createElement("h4",{className:"settings-item-header"},P("AccDescrStickers")),n.a.createElement(aa.a,{label:P("SuggestStickers"),checked:b,onCheck:e=>g({shouldSuggestStickers:e})}),n.a.createElement(aa.a,{label:P("LoopAnimatedStickers"),checked:p,onCheck:e=>g({shouldLoopStickers:e})}),n.a.createElement("div",{className:"mt-4",ref:O},M&&M.map(e=>n.a.createElement(ba,{key:e.id,stickerSet:e,observeIntersection:f,onClick:w}))),k&&n.a.createElement(pa.a,{isOpen:j,fromSticker:k,onClose:y})))}));let Oa;function fa(e="*",t,a=!1){Oa||(Oa=document.createElement("input"),Oa.setAttribute("type","file")),Oa.setAttribute("accept",e),a?Oa.removeAttribute("multiple"):Oa.setAttribute("multiple","multiple"),Oa.onchange=null,Oa.value="",Oa.onchange=t,Oa.click()}var ja=a(13);a(257);var Ca=Object(n.h)(({wallpaper:e,isSelected:t,onClick:a})=>{const{slug:c,document:r}=e,o="wallpaper"+r.id,i=r.previewBlobUrl,m=Object(E.a)(o+"?size=m"),d=Object(j.a)(r.thumbnail&&r.thumbnail.dataUri,Boolean(m),300),{shouldRenderThumb:u,shouldRenderFullMedia:h,transitionClassNames:b}=Object(ia.a)(m||i,"slow"),[p,g]=Object(n.r)(!1),{mediaData:O,downloadProgress:f}=Object(v.a)(o,!p),k=!1===Object(y.a)(p),{shouldRender:N,transitionClassNames:S}=Object(Q.a)(p&&!O||c===s.n,void 0,k,"slow"),I=Object(n.m)(()=>{(async()=>{const e=await Object(C.e)(O);await ja.d(l.k,l.k,e),a(c)})()},[O,a,c]);Object(n.n)(()=>{O&&I()},[O,I]);const w=Object(n.m)(()=>{O?I():g(e=>!e)},[O,I]),P=Object(le.a)("WallpaperTile",t&&"selected");return n.a.createElement("div",{className:P,onClick:w},n.a.createElement("div",{className:"media-inner"},u&&n.a.createElement("img",{src:d,className:"thumbnail",alt:""}),h&&n.a.createElement("img",{src:m||i,className:"full-media "+b,alt:""}),N&&n.a.createElement("div",{className:Object(le.a)("spinner-container",S)},n.a.createElement(W.a,{progress:f,onClick:w}))))});a(258);const ya=Object(K.g)(e=>e(),6e4,!0);var ka=Object(n.h)(Object(c.h)(e=>{const{isBackgroundBlurred:t,customBackground:a}=e.settings.byKey,{loadedWallpapers:n}=e.settings;return{customBackground:a,isBackgroundBlurred:t,loadedWallpapers:n}},(e,t)=>Object(u.l)(t,["setSettingOption","loadWallpapers","uploadWallpaper"]))(({onScreenSelect:e,customBackground:t,isBackgroundBlurred:a,loadedWallpapers:c,setSettingOption:r,loadWallpapers:l,uploadWallpaper:o})=>{Object(n.n)(()=>{ya(()=>{l()})},[l]);const i=Object(n.m)(e=>{const{files:t}=e.target;t&&t.length>0&&o(t[0])},[o]),m=Object(n.m)(()=>{fa("image/jpeg",i,!0)},[i]),d=Object(n.m)(()=>{e(s.m.GeneralChatBackgroundColor)},[e]),u=Object(n.m)(()=>{r({customBackground:void 0})},[r]),h=Object(n.m)(e=>{r({customBackground:e})},[r]),b=Object(n.m)(e=>{r({isBackgroundBlurred:e.target.checked})},[r]),p=Object(T.a)(),g=c&&c[0]&&c[0].slug===s.n;return n.a.createElement("div",{className:"SettingsGeneralBackground settings-content custom-scroll"},n.a.createElement("div",{className:"settings-item pt-3"},n.a.createElement(fe.a,{icon:"camera-add",className:"mb-0",disabled:g,onClick:m},p("UploadImage")),n.a.createElement(fe.a,{icon:"colorize",className:"mb-0",onClick:d},p("SetColor")),n.a.createElement(fe.a,{icon:"favorite",onClick:u},p("ThemeResetToDefaults")),n.a.createElement(aa.a,{label:p("BackgroundBlurred"),checked:Boolean(a),onChange:b})),c?n.a.createElement("div",{className:"settings-wallpapers"},c.map(e=>n.a.createElement(Ca,{wallpaper:e,isSelected:t===e.slug,onClick:h}))):n.a.createElement(ge.a,null))}));function Na(e){return[parseInt(e.substring(0,2),16),parseInt(e.substring(2,4),16),parseInt(e.substring(4,6),16)]}function Sa(e){const t=e[0].toString(16),a=e[1].toString(16),n=e[2].toString(16);return(1==t.length?"0"+t:t)+(1==a.length?"0"+a:a)+(1==n.length?"0"+n:n)}function Ia([e,t,a]){e/=255,t/=255,a/=255;let n,c,r=Math.max(e,t,a),s=Math.min(e,t,a),l=r,o=r-s;if(c=0==r?0:o/r,r==s)n=0;else{switch(r){case e:n=(t-a)/o+(t({customBackground:e.settings.byKey.customBackground}),(e,t)=>Object(u.l)(t,["setSettingOption"]))(({customBackground:e,setSettingOption:t})=>{const a=Object(n.q)(null),c=Object(n.q)(null),r=Object(n.q)(null),s=Object(n.q)(!0),[l,o]=Object(n.r)(function(e){return e&&e.startsWith("#")?Ia(Na(e.replace("#",""))):Pa}(e)),i=Object(n.q)(l);Object(n.n)(()=>{i.current=l},[l]);const[m,d,b]=Object(De.a)(),[p,g]=Object(n.r)(""),[E,v]=Object(n.r)(""),O=Object(n.q)(),f=Object(n.q)();Object(n.n)(()=>{const e={offsetLeft:c.current.offsetLeft,...Object(u.l)(c.current.getBoundingClientRect(),["top","width","height"])},t={offsetLeft:r.current.offsetLeft,...Object(u.l)(r.current.getBoundingClientRect(),["width"])};function n(t){const n=[Math.min(Math.max(0,t.pageX-e.offsetLeft),e.width-1),Math.min(Math.max(0,t.pageY-e.top+a.current.scrollTop),e.height-1)],{huePosition:c}=Fa(i.current,O.current);o(La({colorPosition:n,huePosition:c},O.current)),d()}function s(e){const{colorPosition:a}=Fa(i.current,O.current),n=Math.min(Math.max(0,e.pageX-t.offsetLeft),t.width-1);o(La({colorPosition:a,huePosition:n},O.current)),d()}O.current={colorRect:e,hueRect:t},Object(h.b)(c.current,{onCapture:n,onDrag:n,onRelease:b,onClick:b,withCursor:!0}),Object(h.b)(r.current,{onCapture:s,onDrag:s,onRelease:b,onClick:b,withCursor:!0})},[d,b]);const{colorPosition:j=[0,0],huePosition:C=0}=O.current?Fa(l,O.current):{},y=Sa(wa(l)),k=l[0],N=Sa(wa([k,1,1]));Object(n.n)(()=>{const e=wa(l),a="#"+Sa(e);g(e.join(", ")),v(a),s.current||t({customBackground:a}),s.current=!1},[l,t]),Object(n.n)(()=>{!function(e,t,a,n){let c,r,s;a.current&&n.current?(c=n.current.colorRect.width,r=n.current.colorRect.height,s=a.current):(c=e.offsetWidth,r=e.offsetHeight,s=e.getContext("2d"),e.width=c,e.height=r,a.current=s);const l=s.createImageData(c,r),o=l.data,i=wa([t,1,1]);let m=0;for(let e=0;e{!function(e){const t=e.offsetWidth;e.width=t,e.height=1;const a=e.getContext("2d"),n=a.createImageData(t,1),c=n.data;let r=0;for(let e=0;e{const t=e.currentTarget.value.replace(/[^\d, ]/g,"").slice(0,13);if(t.match(/^\d{1,3},\s?\d{1,3},\s?\d{1,3}$/)){const e=t.split(",").map(e=>Number(e.trim()));o(Ia(e))}e.currentTarget.value=t},[]),I=Object(n.m)(e=>{const t=e.currentTarget.value.replace(/[^0-9a-fA-F]/g,"").slice(0,6);t.match(/^#?[0-9a-fA-F]{6}$/)&&o(Ia(Na(t.replace("#","")))),e.currentTarget.value=t},[]),w=Object(n.m)(e=>{o(Ia(Na(e.currentTarget.dataset.color.replace("#",""))))},[]),P=Object(le.a)("SettingsGeneralBackgroundColor settings-content custom-scroll",m&&"is-dragging");return n.a.createElement("div",{ref:a,className:P},n.a.createElement("div",{className:"settings-item pt-3"},n.a.createElement("div",{ref:c,className:"color-picker"},n.a.createElement("canvas",null),n.a.createElement("div",{className:"handle",style:`transform: translate(${j[0]}px, ${j[1]}px); background-color: #${y};`})),n.a.createElement("div",{ref:r,className:"hue-picker"},n.a.createElement("canvas",null),n.a.createElement("div",{className:"handle",style:`transform: translateX(${C}px); background-color: #${N};`})),n.a.createElement("div",{className:"tools"},n.a.createElement(ve.a,{value:E,label:"HEX",onChange:I}),n.a.createElement(ve.a,{value:p,label:"RGB",onChange:S}))),n.a.createElement("div",{className:"predefined-colors"},Ma.map(e=>n.a.createElement("div",{className:e==="#"+y?"active":void 0,"data-color":e,style:`background-color: ${e};`,onClick:w}))))}));var Ta=Object(n.h)(Object(c.h)(e=>({hasPrivateChatsNotifications:Boolean(e.settings.byKey.hasPrivateChatsNotifications),hasPrivateChatsMessagePreview:Boolean(e.settings.byKey.hasPrivateChatsMessagePreview),hasGroupNotifications:Boolean(e.settings.byKey.hasGroupNotifications),hasGroupMessagePreview:Boolean(e.settings.byKey.hasGroupMessagePreview),hasBroadcastNotifications:Boolean(e.settings.byKey.hasBroadcastNotifications),hasBroadcastMessagePreview:Boolean(e.settings.byKey.hasBroadcastMessagePreview),hasContactJoinedNotifications:Boolean(e.settings.byKey.hasContactJoinedNotifications)}),(e,t)=>Object(u.l)(t,["loadNotificationsSettings","updateContactSignUpNotification","updateNotificationSettings"]))(({hasPrivateChatsNotifications:e,hasPrivateChatsMessagePreview:t,hasGroupNotifications:a,hasGroupMessagePreview:c,hasBroadcastNotifications:r,hasBroadcastMessagePreview:s,hasContactJoinedNotifications:l,loadNotificationsSettings:o,updateContactSignUpNotification:i,updateNotificationSettings:m})=>{Object(n.n)(()=>{o()},[o]);const d=Object(n.m)((n,l,o)=>{const i="contact"===l?!e:!("group"===l?a:r),d="contact"===l?t:"group"===l?c:s;m({peerType:l,..."silent"===o&&{isSilent:!n.target.checked,isShowPreviews:d},..."showPreviews"===o&&{isShowPreviews:n.target.checked,isSilent:i}})},[s,r,c,a,t,e,m]),u=Object(n.m)(e=>{i({isSilent:!e.target.checked})},[i]),h=Object(T.a)();return n.a.createElement("div",{className:"settings-content custom-scroll"},n.a.createElement("div",{className:"settings-item"},n.a.createElement("h4",{className:"settings-item-header"},h("AutodownloadPrivateChats")),n.a.createElement(aa.a,{label:h("NotificationsForPrivateChats"),subLabel:h(e?"NotificationsEnabled":"NotificationsDisabled"),checked:e,onChange:e=>{d(e,"contact","silent")}}),n.a.createElement(aa.a,{label:h("MessagePreview"),subLabel:h(t?"PreviewEnabled":"PreviewDisabled"),checked:t,onChange:e=>{d(e,"contact","showPreviews")}})),n.a.createElement("div",{className:"settings-item"},n.a.createElement("h4",{className:"settings-item-header"},h("FilterGroups")),n.a.createElement(aa.a,{label:h("NotificationsForGroups"),subLabel:h(a?"NotificationsEnabled":"NotificationsDisabled"),checked:a,onChange:e=>{d(e,"group","silent")}}),n.a.createElement(aa.a,{label:h("MessagePreview"),subLabel:h(c?"PreviewEnabled":"PreviewDisabled"),checked:c,onChange:e=>{d(e,"group","showPreviews")}})),n.a.createElement("div",{className:"settings-item"},n.a.createElement("h4",{className:"settings-item-header"},h("FilterChannels")),n.a.createElement(aa.a,{label:h("NotificationsForChannels"),subLabel:h(r?"NotificationsEnabled":"NotificationsDisabled"),checked:r,onChange:e=>{d(e,"broadcast","silent")}}),n.a.createElement(aa.a,{label:h("MessagePreview"),subLabel:h(s?"PreviewEnabled":"PreviewDisabled"),checked:s,onChange:e=>{d(e,"broadcast","showPreviews")}})),n.a.createElement("div",{className:"settings-item"},n.a.createElement("h4",{className:"settings-item-header"},h("PhoneOther")),n.a.createElement(aa.a,{label:h("ContactJoined"),checked:l,onChange:u})))}));var Ba=Object(n.h)(Object(c.h)(e=>{const{settings:{byKey:{hasPassword:t},privacy:a},blocked:n,activeSessions:c}=e;return{hasPassword:t,blockedCount:n.totalCount,sessionsCount:c.length,visibilityPrivacyPhoneNumber:a.phoneNumber&&a.phoneNumber.visibility,visibilityPrivacyLastSeen:a.lastSeen&&a.lastSeen.visibility,visibilityPrivacyProfilePhoto:a.profilePhoto&&a.profilePhoto.visibility,visibilityPrivacyForwarding:a.forwards&&a.forwards.visibility,visibilityPrivacyGroupChats:a.chatInvite&&a.chatInvite.visibility}},(e,t)=>Object(u.l)(t,["loadBlockedContacts","loadAuthorizations","loadPrivacySettings"]))(({onScreenSelect:e,hasPassword:t,blockedCount:a,sessionsCount:c,visibilityPrivacyPhoneNumber:r,visibilityPrivacyLastSeen:l,visibilityPrivacyProfilePhoto:o,visibilityPrivacyForwarding:i,visibilityPrivacyGroupChats:m,loadPrivacySettings:d,loadBlockedContacts:u,loadAuthorizations:h})=>{Object(n.n)(()=>{u(),h(),d()},[u,h,d]);const b=Object(T.a)();function p(e){switch(e){case"everybody":return b("P2PEverybody");case"contacts":return b("P2PContacts");case"nobody":return b("P2PNobody")}}return n.a.createElement("div",{className:"settings-content custom-scroll"},n.a.createElement("div",{className:"settings-item pt-3"},n.a.createElement(fe.a,{icon:"delete-user",narrow:!0,onClick:()=>e(s.m.PrivacyBlockedUsers)},n.a.createElement("div",{className:"multiline-menu-item"},n.a.createElement("span",{className:"title"},b("BlockedUsers")),a>0&&n.a.createElement("span",{className:"subtitle"},b("Users",a)))),n.a.createElement(fe.a,{icon:"lock",narrow:!0,onClick:()=>e(t?s.m.TwoFaEnabled:s.m.TwoFaDisabled)},n.a.createElement("div",{className:"multiline-menu-item"},n.a.createElement("span",{className:"title"},b("TwoStepVerification")),n.a.createElement("span",{className:"subtitle"},b(t?"PasswordOn":"PasswordOff")))),n.a.createElement(fe.a,{icon:"active-sessions",narrow:!0,onClick:()=>e(s.m.PrivacyActiveSessions)},n.a.createElement("div",{className:"multiline-menu-item"},n.a.createElement("span",{className:"title"},b("SessionsTitle")),c>0&&n.a.createElement("span",{className:"subtitle"},1===c?"1 session":c+" sessions")))),n.a.createElement("div",{className:"settings-item"},n.a.createElement("h4",{className:"settings-item-header mb-4"},b("PrivacyTitle")),n.a.createElement(fe.a,{narrow:!0,onClick:()=>e(s.m.PrivacyPhoneNumber)},n.a.createElement("div",{className:"multiline-menu-item"},n.a.createElement("span",{className:"title"},b("PrivacyPhoneTitle")),n.a.createElement("span",{className:"subtitle"},p(r)))),n.a.createElement(fe.a,{narrow:!0,onClick:()=>e(s.m.PrivacyLastSeen)},n.a.createElement("div",{className:"multiline-menu-item"},n.a.createElement("span",{className:"title"},b("LastSeenTitle")),n.a.createElement("span",{className:"subtitle"},p(l)))),n.a.createElement(fe.a,{narrow:!0,onClick:()=>e(s.m.PrivacyProfilePhoto)},n.a.createElement("div",{className:"multiline-menu-item"},n.a.createElement("span",{className:"title"},b("PrivacyProfilePhotoTitle")),n.a.createElement("span",{className:"subtitle"},p(o)))),n.a.createElement(fe.a,{narrow:!0,onClick:()=>e(s.m.PrivacyForwarding)},n.a.createElement("div",{className:"multiline-menu-item"},n.a.createElement("span",{className:"title"},b("PrivacyForwardsTitle")),n.a.createElement("span",{className:"subtitle"},p(i)))),n.a.createElement(fe.a,{narrow:!0,onClick:()=>e(s.m.PrivacyGroupChats)},n.a.createElement("div",{className:"multiline-menu-item"},n.a.createElement("span",{className:"title"},b("WhoCanAddMe")),n.a.createElement("span",{className:"subtitle"},p(m))))))}));var Da=Object(n.h)(Object(c.h)(e=>({languages:e.settings.byKey.languages,language:e.settings.byKey.language}),(e,t)=>Object(u.l)(t,["loadLanguages","setSettingOption"]))(({languages:e,language:t,loadLanguages:a,setSettingOption:c})=>{const[r,s]=Object(n.r)(t),[l,o,i]=Object(De.a)();Object(n.n)(()=>{a()},[a]);const m=Object(n.m)(e=>{s(e),o(),Object(et.c)(e,()=>{i(),c({language:e})})},[o,i,c]),d=Object(n.p)(()=>e?function(e){return e.map(({langCode:e,nativeName:t,name:a})=>({value:e,label:t,subLabel:a}))}(e):void 0,[e]);return n.a.createElement("div",{className:"settings-content settings-item settings-language custom-scroll"},d?n.a.createElement(oa.a,{name:"keyboard-send-settings",options:d,selected:r,loadingOption:l?r:void 0,onChange:m}):n.a.createElement(ge.a,null))}));function xa(e){switch(e){case s.m.PrivacyPhoneNumber:case s.m.PrivacyPhoneNumberAllowedContacts:case s.m.PrivacyPhoneNumberDeniedContacts:return"phoneNumber";case s.m.PrivacyLastSeen:case s.m.PrivacyLastSeenAllowedContacts:case s.m.PrivacyLastSeenDeniedContacts:return"lastSeen";case s.m.PrivacyProfilePhoto:case s.m.PrivacyProfilePhotoAllowedContacts:case s.m.PrivacyProfilePhotoDeniedContacts:return"profilePhoto";case s.m.PrivacyForwarding:case s.m.PrivacyForwardingAllowedContacts:case s.m.PrivacyForwardingDeniedContacts:return"forwards";case s.m.PrivacyGroupChats:case s.m.PrivacyGroupChatsAllowedContacts:case s.m.PrivacyGroupChatsDeniedContacts:return"chatInvite"}}var Ra=Object(n.h)(Object(c.h)((e,{screen:t})=>{let a;const{chats:{byId:n},settings:{privacy:c}}=e;switch(t){case s.m.PrivacyPhoneNumber:a=c.phoneNumber;break;case s.m.PrivacyLastSeen:a=c.lastSeen;break;case s.m.PrivacyProfilePhoto:a=c.profilePhoto;break;case s.m.PrivacyForwarding:a=c.forwards;break;case s.m.PrivacyGroupChats:a=c.chatInvite}return a?{...a,chatsById:n}:{}},(e,t)=>Object(u.l)(t,["setPrivacyVisibility"]))(({screen:e,onScreenSelect:t,visibility:a,allowUserIds:c,allowChatIds:r,blockUserIds:l,blockChatIds:o,chatsById:i,setPrivacyVisibility:m})=>{const d=Object(T.a)(),u=Object(n.p)(()=>{switch(e){case s.m.PrivacyProfilePhoto:case s.m.PrivacyGroupChats:return[{value:"everybody",label:d("P2PEverybody")},{value:"contacts",label:d("P2PContacts")}];default:return[{value:"everybody",label:d("P2PEverybody")},{value:"contacts",label:d("P2PContacts")},{value:"nobody",label:d("P2PNobody")}]}},[d,e]),h={shouldShowDenied:"nobody"!==a,shouldShowAllowed:"everybody"!==a},b=xa(e),p=Object(n.p)(()=>{switch(e){case s.m.PrivacyPhoneNumber:return d("PrivacyPhoneTitle");case s.m.PrivacyLastSeen:return d("LastSeenTitle");case s.m.PrivacyProfilePhoto:return d("PrivacyProfilePhotoTitle");case s.m.PrivacyForwarding:return d("PrivacyForwardsTitle");case s.m.PrivacyGroupChats:return d("WhoCanAddMe");default:return}},[d,e]),g=Object(n.p)(()=>{switch(e){case s.m.PrivacyLastSeen:return d("CustomHelp");default:return}},[d,e]),E=(()=>{switch(e){case s.m.PrivacyPhoneNumber:return s.m.PrivacyPhoneNumberAllowedContacts;case s.m.PrivacyLastSeen:return s.m.PrivacyLastSeenAllowedContacts;case s.m.PrivacyProfilePhoto:return s.m.PrivacyProfilePhotoAllowedContacts;case s.m.PrivacyForwarding:return s.m.PrivacyForwardingAllowedContacts;default:return s.m.PrivacyGroupChatsAllowedContacts}})(),v=(()=>{switch(e){case s.m.PrivacyPhoneNumber:return s.m.PrivacyPhoneNumberDeniedContacts;case s.m.PrivacyLastSeen:return s.m.PrivacyLastSeenDeniedContacts;case s.m.PrivacyProfilePhoto:return s.m.PrivacyProfilePhotoDeniedContacts;case s.m.PrivacyForwarding:return s.m.PrivacyForwardingDeniedContacts;default:return s.m.PrivacyGroupChatsDeniedContacts}})(),O=Object(n.p)(()=>c&&r&&i?r.reduce((e,t)=>e+(i[t]?i[t].membersCount:0),c.length):0,[r,c,i]),f=Object(n.p)(()=>l&&o&&i?o.reduce((e,t)=>e+(i[t]?i[t].membersCount:0),l.length):0,[o,l,i]),j=Object(n.m)(e=>{m({privacyKey:b,visibility:e})},[b,m]);return n.a.createElement("div",{className:"settings-content custom-scroll"},n.a.createElement("div",{className:"settings-item"},n.a.createElement("h4",{className:"settings-item-header"},p),n.a.createElement(oa.a,{name:"visibility-"+b,options:u,onChange:j,selected:a}),g&&n.a.createElement("p",{className:"settings-item-description-larger"},g)),n.a.createElement("div",{className:"settings-item"},n.a.createElement("h4",{className:"settings-item-header mb-4"},d("PrivacyExceptions")),h.shouldShowAllowed&&n.a.createElement(fe.a,{narrow:!0,icon:"add-user",onClick:()=>{t(E)}},n.a.createElement("div",{className:"multiline-menu-item full-size"},O>0&&n.a.createElement("span",{className:"date"},"+",O),n.a.createElement("span",{className:"title"},d("AlwaysShareWith")),n.a.createElement("span",{className:"subtitle"},d("EditAdminAddUsers")))),h.shouldShowDenied&&n.a.createElement(fe.a,{narrow:!0,icon:"delete-user",onClick:()=>{t(v)}},n.a.createElement("div",{className:"multiline-menu-item full-size"},f>0&&n.a.createElement("span",{className:"date"},"−",f),n.a.createElement("span",{className:"title"},d("NeverShareWith")),n.a.createElement("span",{className:"subtitle"},d("EditAdminAddUsers"))))))}));function Ua(e){return[e.region,e.country].filter(Boolean).join(", ")}function Ga(e){return`${e.deviceModel}${e.deviceModel?", ":""} ${e.platform} ${e.systemVersion}`}var za=Object(n.h)(Object(c.h)(e=>({activeSessions:e.activeSessions}),(e,t)=>Object(u.l)(t,["loadAuthorizations","terminateAuthorization","terminateAllAuthorizations"]))(({activeSessions:e,loadAuthorizations:t,terminateAuthorization:a,terminateAllAuthorizations:c})=>{const[r,s,l]=Object(De.a)();Object(n.n)(()=>{t()},[t]);const o=Object(n.m)(e=>{a({hash:e})},[a]),i=Object(n.m)(()=>{l(),c()},[l,c]),m=Object(n.p)(()=>e.find(e=>e.isCurrent),[e]),d=Object(n.p)(()=>e.filter(e=>!e.isCurrent),[e]),u=Object(T.a)();function h(e){return n.a.createElement(fe.a,{key:e.hash,ripple:!0,narrow:!0,contextActions:[{title:"Terminate",icon:"stop",handler:()=>{o(e.hash)}}]},n.a.createElement("div",{className:"multiline-menu-item full-size"},n.a.createElement("span",{className:"date"},Object(U.g)(1e3*e.dateActive)),n.a.createElement("span",{className:"title"},e.appName),n.a.createElement("span",{className:"subtitle black tight"},Ga(e)),n.a.createElement("span",{className:"subtitle"},e.ip," - ",Ua(e))))}return n.a.createElement("div",{className:"settings-content custom-scroll"},m&&(p=m,n.a.createElement("div",{className:"settings-item"},n.a.createElement("h4",{className:"settings-item-header mb-4"},u("AuthSessions.CurrentSession")),n.a.createElement(fe.a,{narrow:!0,inactive:!0},n.a.createElement("div",{className:"multiline-menu-item"},n.a.createElement("span",{className:"title"},p.appName),n.a.createElement("span",{className:"subtitle black tight"},Ga(p)),n.a.createElement("span",{className:"subtitle"},p.ip," - ",Ua(p)))),n.a.createElement(fe.a,{className:"destructive mb-0",icon:"stop",ripple:!0,narrow:!0,onClick:s},u("TerminateAllSessions")))),d&&(b=d,n.a.createElement("div",{className:"settings-item"},n.a.createElement("h4",{className:"settings-item-header mb-4"},"Other Sessions"),b.map(h))),d&&n.a.createElement(Dt.a,{isOpen:r,onClose:l,text:"Are you sure you want to terminate all other sessions?",confirmLabel:"Terminate All Other Sessions",confirmHandler:i,confirmIsDestructive:!0}),";");var b,p}));var qa=Object(n.h)(Object(c.h)(e=>{const{chats:{byId:t},users:{byId:a},blocked:{ids:n}}=e;return{chatsByIds:t,usersByIds:a,blockedIds:n}},(e,t)=>Object(u.l)(t,["unblockContact"]))(({chatsByIds:e,usersByIds:t,blockedIds:a,unblockContact:c})=>{const r=Object(n.m)(e=>{c({contactId:e})},[c]),s=Object(T.a)();return n.a.createElement("div",{className:"settings-fab-wrapper"},n.a.createElement("div",{className:"settings-content infinite-scroll"},n.a.createElement("div",{className:"settings-item"},n.a.createElement("p",{className:"settings-item-description-larger mt-0 mb-2"},s("BlockedUsersInfo"))),n.a.createElement("div",{className:"chat-list custom-scroll"},a&&a.length?n.a.createElement("div",{className:"scroll-container"},a.map((a,c)=>function(a,c,s){const o=Object(d.lb)(a),i=o?t[a]:void 0,m=o?void 0:e[a],u=Object(le.a)("Chat chat-item-clickable blocked-list-item",o?"private":"group");return n.a.createElement(fe.a,{key:a,className:u,ripple:!0,narrow:!0,contextActions:[{title:"Unblock",icon:"unlock",handler:()=>{r(a)}}],style:`top: ${(s+c)*l.g}px;`},n.a.createElement(z.a,{size:"medium",user:i,chat:m}),n.a.createElement("div",{className:"contact-info"},n.a.createElement("h3",null,Object(G.a)((o?Object(d.Z)(i):Object(d.l)(m))||"")),i&&i.phoneNumber&&n.a.createElement("div",{className:"contact-phone"},Object(Rt.c)(i.phoneNumber)),i&&!i.phoneNumber&&i.username&&n.a.createElement("div",{className:"contact-username"},"@",i.username)))}(a,c,0))):a&&!a.length?n.a.createElement("div",{className:"no-results"},"List is empty"):n.a.createElement(ge.a,{key:"loading"}))),n.a.createElement(zt,{isShown:!0,onClick:()=>{},className:"not-implemented",ariaLabel:"Add a blocked user"},n.a.createElement("i",{className:"icon-add"})))})),$a=a(116);var Ha=Object(n.h)(Object(c.h)(e=>({animatedEmoji:Object(m.c)(e,"🔐")}))(({animatedEmoji:e,onScreenSelect:t})=>{const a=Object(T.a)();return n.a.createElement("div",{className:"settings-content two-fa custom-scroll"},n.a.createElement("div",{className:"settings-content-header"},n.a.createElement($a.a,{sticker:e}),n.a.createElement("p",{className:"settings-item-description mb-3"},Object(G.a)(a("EnabledPasswordText"),["br"]))),n.a.createElement("div",{className:"settings-item pt-0 no-border"},n.a.createElement(fe.a,{icon:"edit",onClick:()=>t(s.m.TwoFaChangePasswordCurrent)},a("ChangePassword")),n.a.createElement(fe.a,{icon:"password-off",onClick:()=>t(s.m.TwoFaTurnOff)},a("TurnPasswordOff")),n.a.createElement(fe.a,{icon:"email",onClick:()=>t(s.m.TwoFaRecoveryEmailCurrentPassword)},a("SetRecoveryEmail"))))})),Va=a(135),Wa=a(136);var Ya=Object(n.h)(({error:e,isLoading:t,expectedPassword:a,placeholder:c="Current Password",hint:r,submitLabel:s,clearError:l,onSubmit:o})=>{const[i,m]=Object(n.r)(""),[d,u]=Object(n.r)(!1),h=Object(n.m)(e=>{a&&e!==a?m("Passwords Should Be Equal"):o(e)},[o,a]),b=Object(n.m)(()=>{l&&l(),m("")},[l]),p=Object(T.a)();return n.a.createElement("div",{className:"settings-content two-fa custom-scroll"},n.a.createElement("div",{className:"settings-content-header"},n.a.createElement(Va.a,{isBig:!0,isPasswordVisible:d})),n.a.createElement("div",{className:"settings-item pt-0 no-border"},n.a.createElement(Wa.a,{error:i||e,hint:r,placeholder:c,submitLabel:s||p("Next"),clearError:b,isLoading:t,isPasswordVisible:d,onChangePasswordVisibility:u,onSubmit:h})))});var Ka=Object(n.h)(Object(c.h)(e=>({animatedEmoji:Object(m.c)(e,"🔐")}))(({animatedEmoji:e,onStart:t})=>{const a=Object(T.a)();return n.a.createElement("div",{className:"settings-content two-fa custom-scroll"},n.a.createElement("div",{className:"settings-content-header"},n.a.createElement($a.a,{sticker:e}),n.a.createElement("p",{className:"settings-item-description mb-3"},a("SetAdditionalPasswordInfo"))),n.a.createElement("div",{className:"settings-item pt-0 no-border"},n.a.createElement(R.a,{onClick:t},a("EditAdminTransferSetPassword"))))}));const Za=o.f?550:400;var Qa=Object(n.h)(Object(c.h)((e,{icon:t})=>({animatedEmoji:Object(m.c)(e,"email"===t?"💌":"💡")}))(({animatedEmoji:e,type:t="text",isLoading:a,error:c,placeholder:r,shouldConfirm:s,clearError:l,onSubmit:i})=>{const m=Object(n.q)(null),[d,u]=Object(n.r)(""),[h,b,p]=Object(De.a)(!1);Object(n.n)(()=>{o.k||setTimeout(()=>{m.current.focus()},Za)},[]);const g=Object(T.a)();return n.a.createElement("div",{className:"settings-content two-fa custom-scroll"},n.a.createElement("div",{className:"settings-content-header"},n.a.createElement($a.a,{sticker:e})),n.a.createElement("div",{className:"settings-item pt-0 no-border"},n.a.createElement("form",{action:"",onSubmit:e=>{e.preventDefault(),m.current&&i(d)}},n.a.createElement(ve.a,{ref:m,value:d,inputMode:t,label:r,error:c,onChange:e=>{c&&l&&l(),u(e.target.value)}}),d?n.a.createElement(R.a,{type:"submit",isLoading:a,ripple:!0},g("Continue")):n.a.createElement(R.a,{isText:!0,isLoading:a,ripple:!0,onClick:s?b:()=>{i()}},g("YourEmailSkip"))),s&&n.a.createElement(Ee.a,{className:"narrow",isOpen:h,title:g("YourEmailSkipWarning"),onClose:p},Object(G.a)(g("YourEmailSkipWarningText"),["br","simple_markdown"]),n.a.createElement("div",{className:"dialog-buttons"},n.a.createElement(R.a,{color:"danger",ripple:!0,isText:!0,className:"confirm-dialog-button",onClick:()=>{p(),i()}},g("YourEmailSkip")),n.a.createElement(R.a,{color:"primary",ripple:!0,isText:!0,className:"confirm-dialog-button",onClick:p},g("Cancel"))))))}));var _a=Object(n.h)(Object(c.h)(e=>({animatedEmoji:Object(m.c)(e,"🥳")}))(({animatedEmoji:e,onScreenSelect:t})=>{const a=Object(T.a)();return n.a.createElement("div",{className:"settings-content two-fa custom-scroll"},n.a.createElement("div",{className:"settings-content-header"},n.a.createElement($a.a,{sticker:e}),n.a.createElement("p",{className:"settings-item-description mb-3"},a("TwoStepVerificationPasswordSetInfo"))),n.a.createElement("div",{className:"settings-item pt-0 no-border"},n.a.createElement(R.a,{onClick:()=>{t(s.m.Privacy)}},a("TwoStepVerificationPasswordReturnSettings"))))}));const Xa=o.f?550:400;var Ja=Object(n.h)(Object(c.h)(e=>({animatedEmoji:Object(m.c)(e,"💌"),codeLength:e.twoFaSettings.waitingEmailCodeLength}))(({animatedEmoji:e,codeLength:t,isLoading:a,error:c,clearError:r,onSubmit:s})=>{const l=Object(n.q)(null),[i,m]=Object(n.r)("");Object(n.n)(()=>{o.k||setTimeout(()=>{l.current.focus()},Xa)},[]);const d=Object(T.a)();return n.a.createElement("div",{className:"settings-content two-fa custom-scroll"},n.a.createElement("div",{className:"settings-content-header"},n.a.createElement($a.a,{sticker:e})),n.a.createElement("div",{className:"settings-item pt-0 no-border"},n.a.createElement(ve.a,{value:i,ref:l,inputMode:"decimal",label:d("YourEmailCode"),error:c,onChange:e=>{c&&r&&r();const a=e.target.value.slice(0,t);a.length===t&&s(a),m(a),e.target.value=a}}),a&&n.a.createElement(ge.a,null)))}));var en=Object(n.h)(Object(c.h)(e=>({...e.twoFaSettings}),(e,t)=>Object(u.l)(t,["updatePassword","updateRecoveryEmail","clearPassword","provideTwoFaEmailCode","checkPassword","clearTwoFaError"]))(({currentScreen:e,state:t,hint:a,isLoading:c,error:r,waitingEmailCodeLength:l,dispatch:o,onScreenSelect:i,updatePassword:m,checkPassword:d,clearTwoFaError:u,updateRecoveryEmail:h,provideTwoFaEmailCode:b,clearPassword:p})=>{Object(n.n)(()=>{l&&(e===s.m.TwoFaNewPasswordEmail?i(s.m.TwoFaNewPasswordEmailCode):e===s.m.TwoFaRecoveryEmail&&i(s.m.TwoFaRecoveryEmailCode))},[e,i,l]);const g=Object(n.m)(()=>{o({type:"reset"}),i(s.m.TwoFaNewPassword)},[o,i]),E=Object(n.m)(e=>{o({type:"setPassword",payload:e}),i(s.m.TwoFaNewPasswordConfirm)},[o,i]),v=Object(n.m)(()=>{i(s.m.TwoFaNewPasswordHint)},[i]),O=Object(n.m)(e=>{o({type:"setHint",payload:e}),i(s.m.TwoFaNewPasswordEmail)},[o,i]),f=Object(n.m)(e=>{o({type:"setEmail",payload:e}),m({...t,email:e,onSuccess:()=>{i(s.m.TwoFaCongratulations)}})},[o,i,t,m]),j=Object(n.m)(e=>{o({type:"setCurrentPassword",payload:e}),d({currentPassword:e,onSuccess:()=>{i(s.m.TwoFaChangePasswordNew)}})},[d,o,i]),C=Object(n.m)(e=>{o({type:"setPassword",payload:e}),i(s.m.TwoFaChangePasswordConfirm)},[o,i]),y=Object(n.m)(()=>{i(s.m.TwoFaChangePasswordHint)},[i]),k=Object(n.m)(e=>{o({type:"setHint",payload:e}),m({...t,hint:e,onSuccess:()=>{i(s.m.TwoFaCongratulations)}})},[o,i,t,m]),N=Object(n.m)(e=>{p({currentPassword:e,onSuccess:()=>{i(s.m.Privacy)}})},[p,i]),S=Object(n.m)(e=>{o({type:"setCurrentPassword",payload:e}),d({currentPassword:e,onSuccess:()=>{i(s.m.TwoFaRecoveryEmail)}})},[d,o,i]),I=Object(n.m)(e=>{o({type:"setEmail",payload:e}),h({...t,email:e,onSuccess:()=>{i(s.m.TwoFaCongratulations)}})},[o,i,t,h]),w=Object(n.m)(e=>{b({code:e})},[b]),P=Object(T.a)();switch(e){case s.m.TwoFaDisabled:return n.a.createElement(Ka,{onStart:g});case s.m.TwoFaNewPassword:return n.a.createElement(Ya,{placeholder:P("EnterPassword"),submitLabel:P("Continue"),onSubmit:E});case s.m.TwoFaNewPasswordConfirm:return n.a.createElement(Ya,{expectedPassword:t.password,placeholder:P("PleaseReEnterPassword"),submitLabel:P("Continue"),onSubmit:v});case s.m.TwoFaNewPasswordHint:return n.a.createElement(Qa,{icon:"hint",placeholder:P("PasswordHintPlaceholder"),onSubmit:O});case s.m.TwoFaNewPasswordEmail:return n.a.createElement(Qa,{icon:"email",type:"email",isLoading:c,error:r,clearError:u,placeholder:P("RecoveryEmailTitle"),shouldConfirm:!0,onSubmit:f});case s.m.TwoFaNewPasswordEmailCode:return n.a.createElement(Ja,{isLoading:c,error:r,clearError:u,onSubmit:w});case s.m.TwoFaCongratulations:return n.a.createElement(_a,{onScreenSelect:i});case s.m.TwoFaEnabled:return n.a.createElement(Ha,{onScreenSelect:i});case s.m.TwoFaChangePasswordCurrent:return n.a.createElement(Ya,{isLoading:c,error:r,clearError:u,hint:a,onSubmit:j});case s.m.TwoFaChangePasswordNew:return n.a.createElement(Ya,{placeholder:P("PleaseEnterNewFirstPassword"),onSubmit:C});case s.m.TwoFaChangePasswordConfirm:return n.a.createElement(Ya,{expectedPassword:t.password,placeholder:P("PleaseReEnterPassword"),onSubmit:y});case s.m.TwoFaChangePasswordHint:return n.a.createElement(Qa,{isLoading:c,error:r,clearError:u,icon:"hint",placeholder:P("PasswordHintPlaceholder"),onSubmit:k});case s.m.TwoFaTurnOff:return n.a.createElement(Ya,{isLoading:c,error:r,clearError:u,hint:a,onSubmit:N});case s.m.TwoFaRecoveryEmailCurrentPassword:return n.a.createElement(Ya,{isLoading:c,error:r,clearError:u,hint:a,onSubmit:S});case s.m.TwoFaRecoveryEmail:return n.a.createElement(Qa,{icon:"email",type:"email",placeholder:P("RecoveryEmailTitle"),onSubmit:I});case s.m.TwoFaRecoveryEmailCode:return n.a.createElement(Ja,{isLoading:c,error:r,clearError:u,onSubmit:w});default:return}}));var tn=Object(n.h)(({itemIds:e,selectedIds:t,filterValue:a,filterPlaceholder:c,notFoundText:r,searchInputId:s,isLoading:l,onSelectedIdsChange:o,onFilterChange:i,onLoadMore:m})=>{const u=Object(n.q)(null),h=t.length>10;Object(n.n)(()=>{setTimeout(()=>{requestAnimationFrame(()=>{u.current.focus()})},500)},[]);const b=Object(n.m)(e=>{const a=[...t];a.includes(e)?a.splice(a.indexOf(e),1):a.push(e),o(a),i("")},[t,o,i]),p=Object(n.m)(e=>{const{value:t}=e.currentTarget;i(t)},[i]),[g,E]=Object(pe.a)(m,e,Boolean(a)),v=Object(T.a)();return n.a.createElement("div",{className:"Picker"},n.a.createElement("div",{className:"picker-header custom-scroll"},t.map((e,a)=>n.a.createElement(Je.a,{chatOrUserId:e,isMinimized:h&&an.a.createElement(fe.a,{key:e,className:"chat-item-clickable picker-list-item",onClick:()=>b(e),ripple:!0},n.a.createElement(aa.a,{label:"",checked:t.includes(e)}),Object(d.lb)(e)?n.a.createElement(je.a,{userId:e}):n.a.createElement(Ce.a,{chatId:e})))):l||!g||g.length?n.a.createElement(ge.a,null):n.a.createElement("p",{className:"no-results"},r||"Sorry, nothing found."))});function an(e,t){const{privacy:a}=e.settings;switch(t){case s.m.PrivacyPhoneNumberAllowedContacts:case s.m.PrivacyPhoneNumberDeniedContacts:return a.phoneNumber;case s.m.PrivacyLastSeenAllowedContacts:case s.m.PrivacyLastSeenDeniedContacts:return a.lastSeen;case s.m.PrivacyProfilePhotoAllowedContacts:case s.m.PrivacyProfilePhotoDeniedContacts:return a.profilePhoto;case s.m.PrivacyForwardingAllowedContacts:case s.m.PrivacyForwardingDeniedContacts:return a.forwards;case s.m.PrivacyGroupChatsDeniedContacts:case s.m.PrivacyGroupChatsAllowedContacts:return a.chatInvite}}var nn=Object(n.h)(Object(c.h)((e,{screen:t})=>{const{chats:{byId:a,listIds:n,orderedPinnedIds:c},currentUserId:r}=e;return{currentUserId:r,chatsById:a,listIds:n.active,orderedPinnedIds:c.active,archivedPinnedIds:c.archived,archivedListIds:n.archived,settings:an(e,t)}},(e,t)=>Object(u.l)(t,["setPrivacySettings"]))(({currentUserId:e,isAllowList:t,screen:a,settings:c,chatsById:r,listIds:l,orderedPinnedIds:o,archivedListIds:i,archivedPinnedIds:m,setPrivacySettings:u,onScreenSelect:h})=>{const b=Object(n.p)(()=>c?t?[...c.allowUserIds,...c.allowChatIds]:[...c.blockUserIds,...c.blockChatIds]:[],[t,c]),[p,g]=Object(n.r)(""),[E,v]=Object(n.r)(!1),[O,f]=Object(n.r)(b),j=Object(n.p)(()=>{const e=l?Object(d.Ab)(r,l,o,"all"):void 0,t=i?Object(d.Ab)(r,i,m,"archived"):void 0;if(e||t)return[...e?[...e.pinnedChats,...e.otherChats]:[],...t?t.otherChats:[]]},[r,l,o,i,m]),C=Object(n.p)(()=>{if(j)return j.filter(t=>(Object(d.lb)(t.id)&&t.id!==e||Object(d.kb)(t))&&(!p||Object(be.a)(Object(d.l)(t),p)||b.includes(t.id))).map(({id:e})=>e)},[j,e,p,b]),y=Object(n.m)(e=>{f(e),v(!0)},[]),k=Object(n.m)(()=>{u({privacyKey:xa(a),isAllowList:Boolean(t),contactsIds:O}),h(s.m.Privacy)},[t,O,h,a,u]),N=Object(T.a)();return n.a.createElement("div",{className:"NewChat-inner step-1"},n.a.createElement(tn,{itemIds:C||[],selectedIds:O,filterValue:p,filterPlaceholder:N(t?"AlwaysShareWithPlaceholder":"NeverShareWithPlaceholder"),searchInputId:"new-group-picker-search",onSelectedIdsChange:y,onFilterChange:g}),n.a.createElement(zt,{isShown:E,onClick:k,ariaLabel:N(t?"AlwaysShareWithTitle":"NeverShareWithTitle")},n.a.createElement("i",{className:"icon-arrow-right"})))}));a(260);const cn=Object.keys(s.m).length/2;var rn=Object(n.h)(({currentScreen:e,onScreenSelect:t,onReset:a})=>{const[c,r]=Nt(At,Lt),[l,i]=Nt(Bt,Tt),m=Object(n.m)(()=>{e!==s.m.FoldersCreateFolder&&e!==s.m.FoldersEditFolder||setTimeout(()=>{r({type:"reset"})},200),e!==s.m.FoldersIncludedChats&&e!==s.m.FoldersExcludedChats?a():"create"===c.mode?t(s.m.FoldersCreateFolder):t(s.m.FoldersEditFolder)},[c.mode,r,e,a,t]),d=Object(n.m)(()=>{r({type:"saveFilters"}),m()},[r,m]);function u(){return n.a.createElement(n.a.Fragment,null,n.a.createElement(xt,{currentScreen:e,onReset:m,onSaveFilter:d,editedFolderId:c.folderId}),function(){switch(e){case s.m.Main:return n.a.createElement(Ut,{onScreenSelect:t});case s.m.EditProfile:return n.a.createElement(Yt,null);case s.m.General:return n.a.createElement(va,{onScreenSelect:t});case s.m.Notifications:return n.a.createElement(Ta,null);case s.m.Privacy:return n.a.createElement(Ba,{onScreenSelect:t});case s.m.Language:return n.a.createElement(Da,null);case s.m.GeneralChatBackground:return n.a.createElement(ka,{onScreenSelect:t});case s.m.GeneralChatBackgroundColor:return n.a.createElement(Aa,{onScreenSelect:t});case s.m.PrivacyActiveSessions:return n.a.createElement(za,null);case s.m.PrivacyBlockedUsers:return n.a.createElement(qa,null);case s.m.PrivacyPhoneNumber:case s.m.PrivacyLastSeen:case s.m.PrivacyProfilePhoto:case s.m.PrivacyForwarding:case s.m.PrivacyGroupChats:return n.a.createElement(Ra,{screen:e,onScreenSelect:t});case s.m.PrivacyPhoneNumberAllowedContacts:case s.m.PrivacyLastSeenAllowedContacts:case s.m.PrivacyProfilePhotoAllowedContacts:case s.m.PrivacyForwardingAllowedContacts:case s.m.PrivacyGroupChatsAllowedContacts:return n.a.createElement(nn,{isAllowList:!0,screen:e,onScreenSelect:t});case s.m.PrivacyPhoneNumberDeniedContacts:case s.m.PrivacyLastSeenDeniedContacts:case s.m.PrivacyProfilePhotoDeniedContacts:case s.m.PrivacyForwardingDeniedContacts:case s.m.PrivacyGroupChatsDeniedContacts:return n.a.createElement(nn,{screen:e,onScreenSelect:t});case s.m.Folders:case s.m.FoldersCreateFolder:case s.m.FoldersEditFolder:case s.m.FoldersIncludedChats:case s.m.FoldersExcludedChats:return n.a.createElement(ra,{currentScreen:e,state:c,dispatch:r,onScreenSelect:t,onReset:m});case s.m.TwoFaDisabled:case s.m.TwoFaNewPassword:case s.m.TwoFaNewPasswordConfirm:case s.m.TwoFaNewPasswordHint:case s.m.TwoFaNewPasswordEmail:case s.m.TwoFaNewPasswordEmailCode:case s.m.TwoFaCongratulations:case s.m.TwoFaEnabled:case s.m.TwoFaChangePasswordCurrent:case s.m.TwoFaChangePasswordNew:case s.m.TwoFaChangePasswordConfirm:case s.m.TwoFaChangePasswordHint:case s.m.TwoFaTurnOff:case s.m.TwoFaRecoveryEmailCurrentPassword:case s.m.TwoFaRecoveryEmail:case s.m.TwoFaRecoveryEmailCode:return n.a.createElement(en,{currentScreen:e,state:l,dispatch:i,onScreenSelect:t});default:return}}())}return n.a.createElement(x.a,{id:"Settings",name:o.f?"slide-layers":"push-slide",activeKey:e,renderCount:cn},u)});const sn=Object(K.g)(e=>e(),6e4,!0);var ln=Object(n.h)(Object(c.h)(e=>{const{userIds:t}=e.contactList||{},{byId:a}=e.users;return{usersById:a,contactIds:t}},(e,t)=>Object(u.l)(t,["loadContactList","openChat"]))(({filter:e,usersById:t,contactIds:a,loadContactList:c,openChat:r})=>{Object(n.n)(()=>{sn(()=>{c()})});const s=Object(n.m)(e=>{r({id:e})},[r]),l=Object(n.p)(()=>{if(!a)return;const n=e?a.filter(a=>{const n=t[a];if(!n)return!1;const c=Object(d.Z)(n);return c&&Object(be.a)(c,e)}):a;return Object(d.W)(n,t)},[e,t,a]),[i,m]=Object(pe.a)(void 0,l,Boolean(e));return n.a.createElement(Oe.a,{items:i,onLoadMore:m,className:"chat-list custom-scroll"},i&&i.length?i.map(e=>n.a.createElement(fe.a,{key:e,className:"chat-item-clickable",onClick:()=>s(e),ripple:!o.f},n.a.createElement(je.a,{userId:e,forceShowSelf:!0,avatarSize:"large"}))):i&&!i.length?n.a.createElement("p",{className:"no-results",key:"no-results"},e.length?"No contacts matched your search.":"Contact list is empty."):n.a.createElement(ge.a,{key:"loading"}))}));const on=Object(K.g)(e=>e(),6e4,!0);var mn=Object(n.h)(Object(c.h)(e=>{const{userIds:t}=e.contactList||{},{byId:a}=e.users,{query:n,fetchingStatus:c,globalResults:r,localResults:s}=e.globalSearch,{users:l}=r||{},{users:o}=s||{};return{usersById:a,localContactIds:t,searchQuery:n,isSearching:c&&c.chats,globalUsers:l,localUsers:o}},(e,t)=>Object(u.l)(t,["loadContactList","setGlobalSearchQuery"]))(({isChannel:e,selectedMemberIds:t,onSelectedMemberIdsChange:a,onNextStep:c,onReset:r,usersById:s,localContactIds:l,searchQuery:o,isSearching:i,localUsers:m,globalUsers:h,loadContactList:b,setGlobalSearchQuery:p})=>{Object(n.n)(()=>{on(()=>{b()})});const g=Object(n.m)(e=>{p({query:e})},[p]),E=Object(n.p)(()=>{if(!o)return l||[];const e=l?l.filter(e=>{const t=s[e];if(!t)return!1;const a=Object(d.Z)(t);return a&&Object(be.a)(a,o)}):[];return Object(d.W)(Object(u.o)([...e,...m?m.map(e=>e.id):[],...h?h.map(e=>e.id):[]]),s,t)},[o,l,m,h,s,t]),v=Object(n.m)(()=>{t.length&&(p({query:""}),c())},[t,p,c]),O=Object(T.a)();return n.a.createElement("div",{className:"NewChat step-1"},n.a.createElement("div",{className:"left-header"},n.a.createElement(R.a,{round:!0,size:"smaller",color:"translucent",onClick:r,ariaLabel:"Return to Chat List"},n.a.createElement("i",{className:"icon-arrow-left"})),n.a.createElement("h3",null,O("GroupAddMembers"))),n.a.createElement("div",{className:"NewChat-inner step-1"},n.a.createElement(tn,{itemIds:E,selectedIds:t,filterValue:o,filterPlaceholder:O("SendMessageTo"),searchInputId:"new-group-picker-search",isLoading:i,onSelectedIdsChange:a,onFilterChange:g}),n.a.createElement(zt,{isShown:Boolean(t.length),onClick:v,ariaLabel:e?"Continue To Channel Info":"Continue To Group Info"},n.a.createElement("i",{className:"icon-arrow-right"}))))}));var dn=Object(n.h)(Object(c.h)(e=>{const{progress:t,error:a}=e.chatCreation||{};return{creationProgress:t,creationError:a}},(e,t)=>Object(u.l)(t,["createGroupChat","createChannel"]))(({isChannel:e,memberIds:t,onReset:a,creationProgress:c,creationError:r,createGroupChat:l,createChannel:o})=>{const i=Object(T.a)(),[m,d]=Object(n.r)(""),[u,h]=Object(n.r)(""),[b,p]=Object(n.r)(),[g,E]=Object(n.r)(),v=c===s.a.InProgress,O=Object(n.m)(e=>{const{value:t}=e.currentTarget,a=t.replace(/^\s+/,"");d(a),a!==t&&(e.currentTarget.value=a)},[]),f=Object(n.m)(e=>{h(e.currentTarget.value)},[]),j=Object(n.m)(()=>{m.length?t.length>199?E("Sorry, creating supergroups is not yet supported"):l({title:m,photo:b,memberIds:t}):E("Chat title can't be empty")},[m,t,l,b,"Chat title can't be empty","Sorry, creating supergroups is not yet supported"]),C=Object(n.m)(()=>{m.length?o({title:m,about:u,photo:b,memberIds:t}):E("Channel title can't be empty")},[m,o,u,b,t,"Channel title can't be empty"]);Object(n.n)(()=>{c===s.a.Complete&&a(!0)},[c,a]);const y=r||("Chat title can't be empty"!==g&&"Channel title can't be empty"!==g?g:void 0);return n.a.createElement("div",{className:"NewChat"},n.a.createElement("div",{className:"left-header"},n.a.createElement(R.a,{round:!0,size:"smaller",color:"translucent",onClick:()=>a(),ariaLabel:"Return to member selection"},n.a.createElement("i",{className:"icon-arrow-left"})),n.a.createElement("h3",null,i(e?"NewChannel":"NewGroup"))),n.a.createElement("div",{className:"NewChat-inner step-2"},n.a.createElement(Gt.a,{onChange:p,title:i("AddPhoto")}),n.a.createElement(ve.a,{value:m,onChange:O,label:i(e?"EnterChannelName":"GroupName"),error:"Chat title can't be empty"===g||"Channel title can't be empty"===g?g:void 0}),e&&n.a.createElement(n.a.Fragment,null,n.a.createElement(ve.a,{value:u,onChange:f,label:i("DescriptionOptionalPlaceholder")}),n.a.createElement("p",{className:"note"},i("DescriptionInfo"))),y&&n.a.createElement("p",{className:"error"},y),n.a.createElement("h3",{className:"chat-members-heading"},i("GroupInfo.ParticipantCount",t.length,"i")),n.a.createElement("div",{className:"chat-members-list custom-scroll"},t.map(e=>n.a.createElement(fe.a,{inactive:!0,className:"chat-item-clickable"},n.a.createElement(je.a,{userId:e}))))),n.a.createElement(zt,{isShown:0!==m.length,onClick:e?C:j,disabled:v,ariaLabel:e?i("ChannelIntro.CreateChannel"):"Create Group"},v?n.a.createElement(B.a,{color:"white"}):n.a.createElement("i",{className:"icon-arrow-right"})))}));a(261);const un=Object.keys(s.d).length/2;var hn=Object(n.h)(({isChannel:e=!1,content:t,onContentChange:a,onReset:c})=>{const[r,l]=Object(n.r)([]),i=Object(n.m)(()=>{a(e?s.d.NewChannelStep2:s.d.NewGroupStep2)},[e,a]);return n.a.createElement(x.a,{id:"NewChat",name:o.f?"slide-layers":"push-slide",renderCount:un,activeKey:t},()=>{switch(t){case s.d.NewChannelStep1:case s.d.NewGroupStep1:return n.a.createElement(mn,{isChannel:e,selectedMemberIds:r,onSelectedMemberIdsChange:l,onNextStep:i,onReset:c});case s.d.NewChannelStep2:case s.d.NewGroupStep2:return n.a.createElement(dn,{isChannel:e,memberIds:r,onReset:c});default:return}})}),bn=a(174);a(262);var pn=Object(n.h)(({onReset:e})=>{const t=Object(T.a)();return n.a.createElement("div",{className:"ArchivedChats"},n.a.createElement("div",{className:"left-header"},n.a.createElement(R.a,{round:!0,size:"smaller",color:"translucent",onClick:e,ariaLabel:"Return to chat list"},n.a.createElement("i",{className:"icon-arrow-left"})),n.a.createElement("h3",null,t("ArchivedChats"))),n.a.createElement(bn.a,{folderType:"archived",noChatsText:"Archive is empty."}))});const gn={Down:!0,ArrowDown:!0,Up:!0,ArrowUp:!0,Left:!0,ArrowLeft:!0,Right:!0,ArrowRight:!0," ":!0,PageUp:!0,PageDown:!0,End:!0,Home:!0,Tab:!0},En=e=>{e.preventDefault()};function vn(e){gn[e.key]&&En(e)}function On(){document.addEventListener("wheel",En,{passive:!1}),window.ontouchmove=En,document.onkeydown=vn}function fn(){document.removeEventListener("wheel",En),window.ontouchmove=null,document.onkeydown=null}var jn=a(47),Cn=a(156);function yn(e,t){return e?"Copy Selected Text":t?"Copy Text":"Copy"}var kn=a(160),Nn=a(46);a(263);var Sn=({isOpen:e,message:t,anchor:a,canSendNow:c,canReschedule:s,canReply:l,canEdit:o,canPin:i,canUnpin:m,canDelete:u,canForward:h,canFaveSticker:b,canUnfaveSticker:p,canCopy:g,canCopyLink:E,canSelect:v,onReply:O,onEdit:f,onPin:j,onUnpin:C,onForward:y,onDelete:N,onFaveSticker:S,onUnfaveSticker:I,onSelect:w,onSend:P,onReschedule:M,onClose:F,onCloseAnimationEnd:L,onCopyLink:A})=>{Object(n.n)(()=>{Object(k.b)(200)},[e]);const B=function(e,t,a){const n=[],c=Object(d.N)(e),s=Object(d.G)(e),l=Object(d.D)(e,"inline"),o=s&&l&&Cn.a,i=window.getSelection();if(o&&n.push({label:"Copy Media",handler:()=>{jn.b(l,r.ApiMediaFormat.BlobUrl).then(Cn.b),t&&t()}}),c){const e=Boolean(i&&i.anchorNode&&i.anchorNode.parentNode&&i.anchorNode.parentNode.closest(".Message .content-inner")&&""!==i.toString().replace(/(?:\r\n|\r|\n)/g,""));n.push({label:yn(e,o),handler:()=>{const a=e&&i?i.toString():c;Object(Cn.c)(a),t&&t()}})}return a&&n.push({label:"CopyMessageLink",handler:()=>{a(),t&&t()}}),n}(t,F,E?A:void 0),D=Object(n.m)(()=>document.querySelector(`.active > .MessageList div[data-message-id="${t.id}"]`),[t.id]),x=Object(n.m)(()=>document.querySelector(".active > .MessageList"),[]),R=Object(n.m)(()=>document.querySelector(".MessageContextMenu .bubble"),[]),{positionX:U,positionY:G,style:z}=Object(kn.a)(a,D,x,R,10,document.querySelector(".MiddleHeader").offsetHeight),q=Object(T.a)();return n.a.createElement(Nn.a,{isOpen:e,positionX:U,positionY:G,style:z,className:"MessageContextMenu fluid",onClose:F,onCloseAnimationEnd:L},c&&n.a.createElement(V.a,{icon:"send-outline",onClick:P},q("MessageScheduleSend")),s&&n.a.createElement(V.a,{icon:"schedule",onClick:M},q("MessageScheduleEditTime")),l&&n.a.createElement(V.a,{icon:"reply",onClick:O},q("Reply")),o&&n.a.createElement(V.a,{icon:"edit",onClick:f},q("Edit")),b&&n.a.createElement(V.a,{icon:"favorite",onClick:S},q("AddToFavorites")),p&&n.a.createElement(V.a,{icon:"favorite",onClick:I},q("Stickers.RemoveFromFavorites")),g&&B.map(e=>n.a.createElement(V.a,{key:e.label,icon:"copy",onClick:e.handler},q(e.label))),i&&n.a.createElement(V.a,{icon:"pin",onClick:j},q("DialogPin")),m&&n.a.createElement(V.a,{icon:"unpin",onClick:C},q("DialogUnpin")),h&&n.a.createElement(V.a,{icon:"forward",onClick:y},q("Forward")),v&&n.a.createElement(V.a,{icon:"select",onClick:w},q("Common.Select")),u&&n.a.createElement(V.a,{destructive:!0,icon:"delete",onClick:N},q("Delete")))};var In=Object(n.h)(Object(c.h)((e,{message:t,messageListType:a})=>{const{threadId:n}=Object(m.x)(e)||{},{noOptions:c,canReply:r,canPin:s,canUnpin:l,canDelete:o,canEdit:i,canForward:d,canFaveSticker:u,canUnfaveSticker:h,canCopy:b,canCopyLink:p,canSelect:g}=n&&Object(m.b)(e,t,n)||{},E="pinned"===a,v="scheduled"===a;return{noOptions:c,canSendNow:v,canReschedule:v,canReply:!E&&!v&&r,canPin:!v&&s,canUnpin:!v&&l,canDelete:o,canEdit:!E&&i,canForward:!v&&d,canFaveSticker:!v&&u,canUnfaveSticker:!v&&h,canCopy:b,canCopyLink:!v&&p,canSelect:g}},(e,t)=>Object(u.l)(t,["setReplyingToId","setEditingId","pinMessage","openForwardMenu","faveSticker","unfaveSticker","toggleMessageSelection","sendScheduledMessages","rescheduleMessage","loadMessageLink"]))(({isOpen:e,messageListType:t,message:a,album:c,anchor:r,onClose:s,onCloseAnimationEnd:l,noOptions:o,canSendNow:i,canReschedule:m,canReply:d,canPin:u,canUnpin:h,canDelete:b,canEdit:p,canForward:g,canFaveSticker:E,canUnfaveSticker:v,canCopy:O,canCopyLink:f,canSelect:j,setReplyingToId:C,setEditingId:y,pinMessage:k,openForwardMenu:N,faveSticker:S,unfaveSticker:I,toggleMessageSelection:w,sendScheduledMessages:P,rescheduleMessage:M,loadMessageLink:F})=>{const{transitionClassNames:L}=Object(Q.a)(e,l,void 0,!1),[A,T]=Object(n.r)(!0),[B,D]=Object(n.r)(!1),[x,R]=Object(n.r)(!1),[G,z,q]=Object(De.a)(),$=Object(n.m)(()=>{T(!1),D(!0)},[]),H=Object(n.m)(()=>{T(!1),s()},[s]),V=Object(n.m)(()=>{D(!1),s()},[s]),W=Object(n.m)(()=>{R(!1),s()},[s]),Y=Object(n.m)(()=>{q(),s()},[q,s]),K=Object(n.m)(()=>{C({messageId:a.id}),H()},[C,a.id,H]),Z=Object(n.m)(()=>{y({messageId:a.id}),H()},[y,a.id,H]),_=Object(n.m)(()=>{T(!1),R(!0)},[]),X=Object(n.m)(()=>{k({messageId:a.id,isUnpin:!0}),H()},[k,a.id,H]),J=Object(n.m)(()=>{if(H(),c&&c.messages){const e=c.messages.map(({id:e})=>e);N({fromChatId:a.chatId,messageIds:e})}else N({fromChatId:a.chatId,messageIds:[a.id]})},[N,a,H,c]),ee=Object(n.m)(()=>{H(),S({sticker:a.content.sticker})},[H,a.content.sticker,S]),te=Object(n.m)(()=>{H(),I({sticker:a.content.sticker})},[H,a.content.sticker,I]),ae=Object(n.m)(()=>{const e=c&&c.messages?{messageId:a.id,childMessageIds:c.messages.map(({id:e})=>e),withShift:!1}:{messageId:a.id,withShift:!1};w(e),H()},[H,a.id,w,c]),ne=Object(n.m)(()=>{P({chatId:a.chatId,id:a.id}),H()},[H,a.chatId,a.id,P]),ce=Object(n.m)(()=>{T(!1),z()},[z]),re=Object(n.m)(e=>{M({chatId:a.chatId,messageId:a.id,scheduledAt:Math.round(e.getTime()/1e3)})},[a.chatId,a.id,M]),se=Object(n.m)(()=>{F({messageId:a.id,chatId:a.chatId}),H()},[H,F,a.chatId,a.id]);if(Object(n.n)(()=>(On(),fn),[]),o)return void H();const le=new Date;return le.setFullYear(le.getFullYear()+1),n.a.createElement("div",{className:["ContextMenuContainer",L].join(" ")},n.a.createElement(Sn,{message:a,isOpen:A,anchor:r,canSendNow:i,canReschedule:m,canReply:d,canDelete:b,canPin:u,canUnpin:h,canEdit:p,canForward:g,canFaveSticker:E,canUnfaveSticker:v,canCopy:O,canCopyLink:f,canSelect:j,onReply:K,onEdit:Z,onPin:_,onUnpin:X,onForward:J,onDelete:$,onFaveSticker:ee,onUnfaveSticker:te,onSelect:ae,onSend:ne,onReschedule:ce,onClose:H,onCopyLink:se}),n.a.createElement(Ae,{isOpen:B,isSchedule:"scheduled"===t,onClose:V,album:c,message:a}),n.a.createElement(Te,{isOpen:x,messageId:a.id,chatId:a.chatId,onClose:W}),n.a.createElement(Le,{isOpen:G,withTimePicker:!0,selectedAt:1e3*a.date,maxAt:Object(U.k)(le),isFutureMode:!0,onClose:Y,onSubmit:re}))}));a(264);var wn=Object(n.h)(Object(c.h)((e,{fromSticker:t})=>({stickerSet:Object(m.sb)(e,t.stickerSetId)}),(e,t)=>Object(u.l)(t,["loadStickers","toggleStickerSet","sendMessage"]))(({isOpen:e,fromSticker:t,stickerSet:a,onClose:c,loadStickers:r,toggleStickerSet:s,sendMessage:o})=>{const i=Object(n.q)(null),{observe:m}=Object(sa.a)({rootRef:i,throttleMs:200,isDisabled:!e});Object(n.n)(()=>{if(e){const{stickerSetId:e,stickerSetAccessHash:a}=t;r({stickerSetId:e,stickerSetAccessHash:a})}},[e,t,r]);const d=Object(n.m)(e=>{e={...e,isPreloadedGlobally:!0},o({sticker:e}),c()},[c,o]),u=Object(n.m)(()=>{s({stickerSetId:t.stickerSetId}),c()},[t.stickerSetId,c,s]);return n.a.createElement(Ee.a,{className:"StickerSetModal",isOpen:e,onClose:c,hasCloseButton:!0,title:a?a.title:"Sticker Set"},a&&a.stickers?n.a.createElement(n.a.Fragment,null,n.a.createElement("div",{ref:i,className:"stickers custom-scroll"},a.stickers.map(e=>n.a.createElement(ha,{sticker:e,size:l.jb,observeIntersection:m,onClick:d,clickArg:e}))),n.a.createElement("div",{className:"button-wrapper"},n.a.createElement(R.a,{size:"smaller",fluid:!0,color:a.installedDate?"danger":"primary",onClick:u},`${a.installedDate?"Remove":"Add"} ${a.count} stickers`))):n.a.createElement(ge.a,null))})),Pn=a(111);a(265);var Mn=Object(n.h)(Object(c.h)((e,{chatId:t})=>{const a=Object(m.f)(e,t);return!a||a.isRestricted?{}:{chat:a,isMuted:a.isMuted,isPrivate:Object(d.lb)(a.id),canDeleteChat:Object(d.d)(a)}},(e,t)=>Object(u.l)(t,["updateChatMutedState","toggleStatistics","enterMessageSelectMode"]))(({chatId:e,isOpen:t,anchor:a,isChannel:c,canSubscribe:r,canSearch:s,canMute:l,canSelect:i,canSeeStatistics:m,canLeave:d,chat:u,isPrivate:h,isMuted:b,canDeleteChat:p,onSubscribeChannel:g,onSearchClick:E,onClose:v,onCloseAnimationEnd:O,updateChatMutedState:f,toggleStatistics:j,enterMessageSelectMode:C})=>{const[y,k]=Object(n.r)(!0),[N,S]=Object(n.r)(!1),{x:I,y:w}=a;Object(Q.a)(t,O,void 0,!1);const P=Object(n.m)(()=>{k(!1),S(!0)},[]),M=Object(n.m)(()=>{k(!1),v()},[v]),F=Object(n.m)(()=>{S(!1),v()},[v]),L=Object(n.m)(()=>{f({chatId:e,isMuted:!b}),M()},[e,M,b,f]),A=Object(n.m)(()=>{g(),M()},[M,g]),B=Object(n.m)(()=>{E(),M()},[M,E]),D=Object(n.m)(()=>{j(),M()},[M,j]),x=Object(n.m)(()=>{C(),M()},[M,C]);Object(n.n)(()=>(On(),fn),[]);const R=Object(T.a)();return n.a.createElement(Pn.a,null,n.a.createElement("div",{className:"HeaderMenuContainer"},n.a.createElement(Nn.a,{isOpen:y,positionX:"right",style:`left: ${I}px;top: ${w}px;`,onClose:M},o.f&&r&&n.a.createElement(V.a,{icon:c?"channel":"group",onClick:A},R(c?"Subscribe":"Join Group")),o.f&&s&&n.a.createElement(V.a,{icon:"search",onClick:B},R("Search")),l&&n.a.createElement(V.a,{icon:b?"unmute":"mute",onClick:L},R(b?"ChatsUnmute":"ChatsMute")),i&&n.a.createElement(V.a,{icon:"select",onClick:x},R("ReportSelectMessages")),m&&n.a.createElement(V.a,{icon:"poll",onClick:D},R("Statistics")),d&&n.a.createElement(V.a,{destructive:!0,icon:"delete",onClick:P},R(h?"Delete":p?"Delete and Leave":"Leave"))),u&&n.a.createElement($e.a,{isOpen:N,onClose:F,chat:u})))})),Fn=a(140);a(266);const Ln=Object(K.a)(e=>e(),200,!1);var An=Object(n.h)(Object(c.h)(e=>{const t=Object(m.q)(e);if(!t)return{};const{query:a,results:n}=Object(m.z)(e)||{},{totalCount:c,foundIds:r}=n||{};return{chat:t,query:a,totalCount:c,foundIds:r}},(e,t)=>Object(u.l)(t,["setLocalTextSearchQuery","searchTextMessagesLocal","focusMessage","closeLocalTextSearch","searchMessagesByDate"]))(({isActive:e,chat:t,query:a,totalCount:c,foundIds:r,setLocalTextSearchQuery:s,searchTextMessagesLocal:l,focusMessage:o,closeLocalTextSearch:i,searchMessagesByDate:m})=>{const d=Object(n.q)(null),[u,h]=Object(n.r)(0),[b,p,g]=Object(De.a)();Object(n.n)(()=>{const{visualViewport:e}=window;if(!e)return;const t=document.getElementById("Main"),a=()=>{const{activeElement:a}=document;if(a&&a===d.current){const{pageTop:a,height:n}=e;t.style.transform=`translateY(${a}px)`,t.style.height=n+"px",document.documentElement.scrollTop=a}else t.style.transform="",t.style.height=""};return e.addEventListener("resize",a),()=>{e.removeEventListener("resize",a)}},[]),Object(n.n)(()=>{t&&r&&r.length?(o({chatId:t.id,messageId:r[r.length-1]}),h(0)):h(-1)},[t,o,r]),Object(n.n)(()=>{Array.from(document.querySelectorAll("input")).forEach(t=>{t.disabled=Boolean(e&&t!==d.current)}),Array.from(document.querySelectorAll("div[contenteditable]")).forEach(t=>{t.contentEditable=e?"false":"true"})},[e]),Object(n.n)(()=>{e||d.current.blur()},[e]),Object(n.o)(()=>{document.querySelector("#MobileSearch input").blur()},[b]);const E=Object(n.m)(e=>{s({query:e}),e.length&&Ln(l)},[l,s]),v=Object(n.m)(e=>{m({timestamp:e.valueOf()/1e3}),g()},[g,m]),O=Object(n.m)(()=>{if(t&&r){const e=u+1;o({chatId:t.id,messageId:r[r.length-1-e]}),h(e)}},[t,u,o,r]),f=Object(n.m)(()=>{if(t&&r){const e=u-1;o({chatId:t.id,messageId:r[r.length-1-e]}),h(e)}},[t,u,o,r]),j=Object(T.a)();return n.a.createElement("div",{id:"MobileSearch",className:e?"active":""},n.a.createElement("div",{className:"header"},n.a.createElement(R.a,{size:"smaller",round:!0,color:"translucent",onClick:i},n.a.createElement("i",{className:"icon-arrow-left"})),n.a.createElement(Fn.a,{ref:d,value:a,onChange:E})),n.a.createElement("div",{className:"footer"},n.a.createElement("div",{className:"counter"},a?r&&r.length?`${u+1} of ${c}`:r&&!r.length?"No results":"":n.a.createElement(R.a,{round:!0,size:"smaller",color:"translucent",onClick:p,ariaLabel:"Search messages by date"},n.a.createElement("i",{className:"icon-calendar"}))),n.a.createElement(R.a,{round:!0,size:"smaller",color:"translucent",onClick:O,disabled:!r||!r.length||u===r.length-1},n.a.createElement("i",{className:"icon-up"})),n.a.createElement(R.a,{round:!0,size:"smaller",color:"translucent",onClick:f,disabled:!r||!r.length||0===u},n.a.createElement("i",{className:"icon-down"}))),n.a.createElement(Le,{isOpen:b,isPastMode:!0,submitButtonLabel:j("JumpToDate"),onClose:g,onSubmit:v}))})),Tn=a(53),Bn=a(176),Dn=a(165),xn=a(169);var Rn=function(e,t){const a=e.scrollTop,n=a+e.offsetHeight,c=t.offsetTop,r=c+t.offsetHeight;return c>a&&r{const l=Object(n.q)(null),{shouldRender:o,transitionClassNames:i}=Object(Q.a)(e,void 0,void 0,!1),m=Object(n.m)(e=>{if(!s)return-1;const t=s.length;return Object(Gn.a)(t,e)},[s]),[d,u]=Object(n.r)(-1),h=Object(n.m)((e,t)=>{t.preventDefault(),u(t=>m(t+e))},[u,m]),b=Object(n.m)((e,t=!1)=>{const a=r&&r[e];a&&c(a,t)},[r,c]),p=Object(n.m)(e=>{if(s&&s.length&&d>-1){const t=s[d];t&&(e.preventDefault(),b(t.userId,!0))}},[s,d,b]);Object(n.n)(()=>e?Object(xe.a)({onEsc:a,onUp:e=>h(-1,e),onDown:e=>h(1,e),onEnter:p,onTab:p}):void 0,[e,a,h,p]),Object(n.n)(()=>{s&&!s.length&&a()},[s,a]),Object(n.n)(()=>{u(0)},[t]),Object(n.n)(()=>{!function(e,t){const a=t.current;if(!a||e<0)return;const{visibleIndexes:n,allElements:c}=function(e,t,a=0,n=!1,c=!1){const r=e.scrollTop,s=r+e.offsetHeight,l="string"==typeof t?e.querySelectorAll(t):t,{length:o}=l,i=[];let m=!1;for(let e=0;e=r-a&&d<=s+a:o<=s+a&&d>=r-a)i.push(e),m=!0;else if(m&&!n)break}return{allElements:l,visibleIndexes:i}}(a,".chat-item-clickable",8,!0,!0);if(!c.length||!c[e])return;const r=n[0];if(!n.includes(e)||e===r&&!Rn(a,c[r])){const t=e>n[n.length-1]?"start":"end";Object(Un.a)(a,c[e],t,10)}}(d,l)},[d]);const g=Object(y.a)(s&&s.length?s:void 0,o),E=s&&!s.length?g:s;if(!o||E&&!E.length)return;const v=Object(le.a)("MentionMenu custom-scroll",i);return n.a.createElement("div",{className:v,ref:l},E&&E.map(({userId:e},t)=>n.a.createElement(fe.a,{key:e,className:"chat-item-clickable scroll-item",onClick:()=>b(e),focus:d===t},n.a.createElement(je.a,{userId:e,avatarSize:"small",withHandle:!0}))))});a(268);var qn=Object(n.h)(({attachments:e,caption:t,canSuggestMembers:a,groupChatMembers:c,currentUserId:r,usersById:s,onCaptionUpdate:o,onSend:i,onClear:m})=>{const d=Object(y.a)(e),u=e.length?e:d,h=Boolean(e.length),{isMentionMenuOpen:p,mentionFilter:g,closeMentionMenu:E,insertMention:v,mentionFilteredMembers:O}=Object(Bn.a)(a&&h,t,o,l.r,c,r,s);Object(n.n)(()=>h?Object(b.a)(m):void 0,[h,m]);const f=Object(n.m)(()=>{h&&i()},[h,i]),j=Object(T.a)();if(!u)return;const C=u.every(e=>e.mimeType.startsWith("image/")),k=u.every(e=>e.mimeType.startsWith("video/"));let N="";N=C?1===u.length?"Send Photo":`Send ${u.length} Photos`:k?1===u.length?"Send Video":`Send ${u.length} Videos`:1===u.length?"Send File":`Send ${u.length} Files`;const S=u.every(e=>e.quick);return n.a.createElement(Ee.a,{isOpen:h,onClose:m,header:function(){if(u)return n.a.createElement("div",{className:"modal-header-condensed"},n.a.createElement(R.a,{round:!0,color:"translucent",size:"smaller",ariaLabel:"Cancel attachments",onClick:m},n.a.createElement("i",{className:"icon-close"})),n.a.createElement("div",{className:"modal-title"},N),n.a.createElement(R.a,{color:"primary",size:"smaller",className:"modal-action-button",onClick:f},j("Send")))}(),className:"AttachmentModal"},S?n.a.createElement("div",{className:"media-wrapper custom-scroll"},u.map(e=>e.mimeType.startsWith("image/")?n.a.createElement("img",{src:e.blobUrl,alt:""}):n.a.createElement("video",{src:e.blobUrl,autoPlay:!0,muted:!0,loop:!0}))):n.a.createElement("div",{className:"document-wrapper custom-scroll"},u.map(e=>n.a.createElement(Dn.a,{name:e.filename,extension:Object(Tn.d)(e.filename,e.mimeType),previewData:e.previewBlobUrl,size:e.size,smaller:!0}))),n.a.createElement("div",{className:"attachment-caption-wrapper"},n.a.createElement(zn,{isOpen:p,onClose:E,filter:g,onInsertUserName:v,filteredChatMembers:O,usersById:s}),n.a.createElement(xn.a,{id:"caption-input-text",html:t,editableInputId:l.r,placeholder:j("Caption"),onUpdate:o,onSend:i,shouldSetFocus:h})))}),$n=a(120);a(269);var Hn=Object(n.h)(({isOpen:e,onSend:t,onClear:a})=>{const c=Object(n.q)(null),r=Object(n.q)(null),s=Object(n.q)(null),[l,o]=Object(n.r)(""),[i,m]=Object(n.r)([""]),[d,u]=Object(n.r)(!0),[h,p]=Object(n.r)(!1),[g,E]=Object(n.r)(!1),[v,O]=Object(n.r)(),[f,j]=Object(n.r)(),[C,y]=Object(n.r)(!1),k=Object(n.m)(t=>{e&&t.current&&t.current.focus()},[e]);Object(n.n)(()=>e?Object(b.a)(a):void 0,[e,a]),Object(n.n)(()=>{e||(o(""),m([""]),u(!0),p(!1),E(!1),O(""),j(""),y(!1))},[e]),Object(n.n)(()=>k(c),[k,e]),Object(n.o)(()=>{const e=s.current;e&&v!==e.innerHTML&&(e.innerHTML=v)},[v]);const N=Object(n.m)((e=[])=>{m([...e,""]),requestAnimationFrame(()=>{const e=r.current;e&&(e.classList.toggle("overflown",e.scrollHeight>320),e.scrollTo({top:e.scrollHeight,behavior:"smooth"}))})},[]),S=Object(n.m)(()=>{if(y(!1),!e)return;const a=l.trim().substring(0,255),n=i.map(e=>e.trim().substring(0,100)).filter(e=>e.length);if(!a||n.length<2)return o(a),n.length?n.length<2?N(n):m(n):N(),void y(!0);if(g&&(!f||!n[Number(f)]))return void y(!0);const c={summary:{question:a,answers:n.map((e,t)=>({text:e.trim(),option:String(t),...String(t)===f&&{correct:!0}})),...!d&&{isPublic:!0},...h&&{multipleChoice:!0},...g&&{quiz:!0}}};if(g){const{text:e,entities:t}=v&&Object($n.a)(v.substring(0,200))||{};c.quiz={correctAnswers:[f],...e&&{solution:e},...t&&{solutionEntities:t}}}t(c)},[e,l,i,g,f,d,h,t,N,v]),I=Object(n.m)((e,t)=>{const a=[...i];a[e]=t,a[a.length-1].trim().length&&a.length<10?N(a):m(a)},[i,N]),w=Object(n.m)(e=>{const t=[...i];t.splice(e,1),m(t),requestAnimationFrame(()=>{r.current&&r.current.classList.toggle("overflown",r.current.scrollHeight>320)})},[i]),P=Object(n.m)(e=>{j(e)},[j]),M=Object(n.m)(e=>{u(e.target.checked)},[]),F=Object(n.m)(e=>{p(e.target.checked)},[]),L=Object(n.m)(e=>{E(e.target.checked)},[]),A=Object(n.m)(e=>{13===e.keyCode&&S()},[S]),B=Object(n.m)(()=>{if(C&&!l.trim().length)return"Please enter the question"},[C,l]),D=Object(n.m)(e=>{const t=i.map(e=>e.trim()).filter(e=>e.length);if(C&&t.length<2&&!i[e].trim().length)return"Please enter at least two options"},[C,i]),x=Object(T.a)();function U(){return i.map((e,t)=>n.a.createElement("div",{className:"option-wrapper"},n.a.createElement(ve.a,{label:t!==i.length-1||10===i.length?"Option "+(t+1):"Add an Option",error:D(t),value:e,onChange:e=>I(t,e.currentTarget.value),onKeyPress:A}),t!==i.length-1&&n.a.createElement(R.a,{className:"option-remove-button",round:!0,color:"translucent",size:"smaller",ariaLabel:"Remove option",onClick:()=>w(t)},n.a.createElement("i",{className:"icon-close"}))))}return n.a.createElement(Ee.a,{isOpen:e,onClose:a,header:n.a.createElement("div",{className:"modal-header-condensed"},n.a.createElement(R.a,{round:!0,color:"translucent",size:"smaller",ariaLabel:"Cancel poll creation",onClick:a},n.a.createElement("i",{className:"icon-close"})),n.a.createElement("div",{className:"modal-title"},x("NewPoll")),n.a.createElement(R.a,{color:"primary",size:"smaller",className:"modal-action-button",onClick:S},x("Create"))),className:"PollModal"},n.a.createElement(ve.a,{ref:c,label:x("AskAQuestion"),value:l,error:B(),onChange:e=>o(e.currentTarget.value),onKeyPress:A}),n.a.createElement("div",{className:"options-divider"}),n.a.createElement("div",{className:"options-list custom-scroll",ref:r},n.a.createElement("h3",{className:"options-header"},"Options"),C&&function(){const e=i.map(e=>e.trim()).filter(e=>e.length);return g&&(!f||!e[Number(f)])&&n.a.createElement("p",{className:"error"},"Please choose the correct answer")}(),g?n.a.createElement(oa.a,{name:"correctOption",options:U().map((e,t)=>({value:String(t),label:e,hidden:t===i.length-1})),onChange:P}):U()),n.a.createElement("div",{className:"options-divider"}),n.a.createElement("div",{className:"quiz-mode"},n.a.createElement(aa.a,{label:x("PollAnonymous"),checked:d,onChange:M}),n.a.createElement(aa.a,{label:x("PollMultiple"),checked:h,disabled:g,onChange:F}),n.a.createElement(aa.a,{label:x("PollQuiz"),checked:g,disabled:h,onChange:L}),g&&n.a.createElement(n.a.Fragment,null,n.a.createElement("h3",{className:"options-header"},"Solution"),n.a.createElement("div",{ref:s,className:"form-control",contentEditable:!0,onChange:e=>O(e.currentTarget.innerHTML)}),n.a.createElement("div",{className:"note"},"Users will see this comment after choosing a wrong answer, good for educational purposes."))))});let Vn;function Wn(e,t,a=250){const c=Object(n.q)(!1);Object(n.n)(()=>{Vn&&(clearTimeout(Vn),Vn=void 0),e&&!o.k&&(Vn=window.setTimeout(()=>{c.current||t()},2*a))},[e,a,t]);return[Object(n.m)(()=>{c.current=!0},[]),Object(n.m)(()=>{c.current=!1,Vn&&(clearTimeout(Vn),Vn=void 0),Vn=window.setTimeout(()=>{c.current||t()},a)},[a,t])]}var Yn=a(64),Kn=a(141);a(270);var Zn=Object(n.h)(({emoji:e,onClick:t})=>{const a=Object(n.m)(()=>{t(e.native,e.id)},[e,t]);return n.a.createElement("div",{className:"EmojiButton",onClick:a,title:e.colons},o.c?e.native:n.a.createElement("img",{src:`/img-apple-64/${e.image}.png`,alt:"",loading:"lazy"}))});var Qn=Object(n.h)(({category:e,index:t,allEmojis:a,observeIntersection:c,shouldRender:r,onEmojiSelect:s})=>{const l=Object(n.q)(null);Object(sa.c)(l,c);const{transitionClassNames:i}=Object(Q.a)(r,void 0,void 0,"slow"),m=Object(T.a)(),d=o.f?Math.floor((S.a.get().width-8)/44):9,u=44*Math.ceil(e.emojis.length/d);return n.a.createElement("div",{ref:l,key:e.id,id:"emoji-category-"+t,className:"symbol-set"},n.a.createElement("p",{className:"symbol-set-name"},m("recent"===e.id?"RecentStickers":"Emoji"+t)),n.a.createElement("div",{className:Object(le.a)("symbol-set-container",i),style:`height: ${u}px;`},r&&e.emojis.map(e=>{const t=a[e],c="id"in t?t:t[1];return n.a.createElement(Zn,{key:c.id,emoji:c,onClick:s})})))});a(271);const _n={recent:"icon-recent",people:"icon-smile",nature:"icon-animals",foods:"icon-eats",activity:"icon-sport",places:"icon-car",objects:"icon-lamp",symbols:"icon-language",flags:"icon-flag"},Xn=[];let Jn,ec,tc;var ac=Object(n.h)(Object(c.h)(e=>Object(u.l)(e,["recentEmojis"]),(e,t)=>Object(u.l)(t,["addRecentEmoji"]))(({className:e,onEmojiSelect:t,recentEmojis:c,addRecentEmoji:r})=>{const s=Object(n.q)(null),i=Object(n.q)(null),[m,d]=Object(n.r)(),[u,h]=Object(n.r)(),[b,p]=Object(n.r)(0),{observe:g}=Object(sa.a)({rootRef:s,throttleMs:200},e=>{e.forEach(e=>{const{id:t}=e.target;if(!t||!t.startsWith("emoji-category-"))return;const a=Number(t.replace("emoji-category-",""));Xn[a]=e.isIntersecting});const t=Xn.map((e,t)=>({index:t,isIntersecting:e})).filter(({isIntersecting:e})=>e);t.length&&p(t[Math.floor(t.length/2)].index)});Object(Ve.a)(i,!o.f),Object(n.n)(()=>{if(!m)return;const e=i.current;if(!e)return;const t=42*b-e.offsetWidth/2+21;Object(Kn.a)(e,t)},[m,b]);const E=Object(T.a)(),v=Object(n.p)(()=>{if(!m)return ze.a;const e=[...m];return c&&c.length&&e.unshift({id:"recent",name:E("RecentStickers"),emojis:c}),e},[m,E,c]);Object(n.n)(()=>{setTimeout(()=>{const e=()=>{d(tc.categories),h(tc.emojis)};tc?e():async function(){Jn||(Jn=a.e(9).then(a.t.bind(null,300,3)),ec=(await Jn).default,tc=Object(Yn.b)(ec));return Jn}().then(e)},200)},[]);const O=Object(n.m)(e=>{p(e);const t=document.getElementById("emoji-category-"+e);Object(Un.a)(s.current,t,"start",50,800)},[]),f=Object(n.m)((e,a)=>{t(e),r({emoji:a})},[r,t]),j=Object(ot.a)([],l.J);const C=Object(le.a)("EmojiPicker",e);return u&&j?n.a.createElement("div",{className:C},n.a.createElement("div",{ref:i,className:"EmojiPicker-header"},v.map((function(e,t){const a=_n[e.id];return a&&n.a.createElement(R.a,{className:"symbol-set-button "+(t===b?"activated":""),round:!0,faded:!0,color:"translucent",onClick:()=>O(t),ariaLabel:e.name},n.a.createElement("i",{className:a}))}))),n.a.createElement("div",{ref:s,className:"EmojiPicker-main no-selection no-scrollbar"},v.map((e,t)=>n.a.createElement(Qn,{category:e,index:t,allEmojis:u,observeIntersection:g,shouldRender:b>=t-1&&b<=t+1,onEmojiSelect:f})))):n.a.createElement("div",{className:C},n.a.createElement(ge.a,null))}));const nc=o.f?8:16;var cc=Object(n.h)(({stickerSet:e,loadAndPlay:t,index:a,observeIntersection:c,shouldRender:r,onStickerSelect:s,onStickerUnfave:i})=>{const m=Object(n.q)(null);Object(sa.c)(m,c);const{transitionClassNames:d}=Object(Q.a)(r,void 0,void 0,"slow"),u=o.f?Math.floor((S.a.get().width-8)/(l.kb+nc)):5,h=Math.ceil(e.count/u)*(l.kb+nc);return n.a.createElement("div",{ref:m,key:e.id,id:"sticker-set-"+a,className:"symbol-set"},n.a.createElement("p",{className:"symbol-set-name"},e.title),n.a.createElement("div",{className:Object(le.a)("symbol-set-container",d),style:`height: ${h}px;`},r&&e.stickers&&e.stickers.map(a=>n.a.createElement(ha,{key:a.id,sticker:a,size:l.kb,observeIntersection:c,noAnimate:!t,onClick:s,clickArg:a,onUnfaveClick:"favorite"===e.id?i:void 0}))))});a(272);const rc=[];var sc=Object(n.h)(Object(c.h)(e=>{const{setsById:t,added:a,recent:n,favorite:c}=e.stickers;return{recentStickers:n.stickers,favoriteStickers:c.stickers,stickerSetsById:t,addedSetIds:a.setIds,shouldPlay:e.settings.byKey.shouldLoopStickers}},(e,t)=>Object(u.l)(t,["loadStickerSets","loadRecentStickers","loadFavoriteStickers","loadAddedStickers","addRecentSticker","unfaveSticker"]))(({className:e,loadAndPlay:t,canSendStickers:a,recentStickers:c,favoriteStickers:r,addedSetIds:s,stickerSetsById:o,shouldPlay:i,onStickerSelect:m,loadStickerSets:d,loadRecentStickers:u,loadFavoriteStickers:h,loadAddedStickers:b,addRecentSticker:p,unfaveSticker:g})=>{const E=Object(n.q)(null),v=Object(n.q)(null),[O,f]=Object(n.r)(0),{observe:j}=Object(sa.a)({rootRef:E,throttleMs:200},e=>{e.forEach(e=>{const{id:t}=e.target;if(!t||!t.startsWith("sticker-set-"))return;const a=Number(t.replace("sticker-set-",""));rc[a]=e.isIntersecting});const t=rc.map((e,t)=>({index:t,isIntersecting:e})).filter(({isIntersecting:e})=>e);t.length&&f(t[Math.floor(t.length/2)].index)}),{observe:C}=Object(sa.a)({rootRef:v}),y=Object(T.a)(),k=Boolean(s),N=Object(n.p)(()=>s?[{id:"recent",title:y("RecentStickers"),stickers:c,count:c.length},{id:"favorite",title:y("FavoriteStickers"),stickers:r,count:r.length},...s.map(e=>o[e]).filter(Boolean)]:ze.a,[s,y,c,r,o]),S=Object(n.p)(()=>k&&0===N.filter(e=>e.stickers&&e.stickers.length).length,[N,k]);Object(n.n)(()=>{t&&(d(),u(),h())},[t,h,u,d]),Object(n.n)(()=>{s&&s.length&&b()},[s,b]),Object(Ve.a)(v),Object(n.n)(()=>{if(!k)return;const e=v.current;if(!e)return;const t=52*O-(e.offsetWidth/2-26);Object(Kn.a)(e,t)},[k,O]);const I=Object(n.m)(e=>{f(e);const t=document.getElementById("sticker-set-"+e);Object(Un.a)(E.current,t,"start",void 0,500)},[]),w=Object(n.m)(e=>{m(e),p({sticker:e})},[p,m]),P=Object(n.m)(e=>{g({sticker:e})},[g]),M=Object(ot.a)([],l.bb);const F=Object(le.a)("StickerPicker",e);return k&&M&&!S&&a?n.a.createElement("div",{className:F},n.a.createElement("div",{ref:v,className:"StickerPicker-header no-selection no-scrollbar"},N.map((function(e,t){const a=e.stickers&&e.stickers[0],c=Object(le.a)("symbol-set-button sticker-set-button",t===O&&"activated");return"recent"===e.id||"favorite"===e.id||e.hasThumbnail||!a?n.a.createElement(R.a,{key:e.id,className:c,ariaLabel:e.title,round:!0,faded:"recent"===e.id||"favorite"===e.id,color:"translucent",onClick:()=>I(t)},"recent"===e.id?n.a.createElement("i",{className:"icon-recent"}):"favorite"===e.id?n.a.createElement("i",{className:"icon-favorite"}):e.isAnimated?n.a.createElement(da,{stickerSet:e,observeIntersection:C}):n.a.createElement(ua,{stickerSet:e,observeIntersection:C})):n.a.createElement(ha,{key:e.id,sticker:a,size:l.lb,title:e.title,className:c,observeIntersection:C,onClick:I,clickArg:t})}))),n.a.createElement("div",{ref:E,className:"StickerPicker-main no-scrollbar"},N.map((e,a)=>n.a.createElement(cc,{key:e.id,stickerSet:e,loadAndPlay:Boolean(i&&t),index:a,observeIntersection:j,shouldRender:O>=a-1&&O<=a+1,onStickerSelect:w,onStickerUnfave:P})))):n.a.createElement("div",{className:F},a?S?n.a.createElement("div",{className:"picker-disabled"},"You have no saved Stickers."):n.a.createElement(ge.a,null):n.a.createElement("div",{className:"picker-disabled"},"Sending stickers is not allowed in this chat."))}));a(273);function lc(){return(lc=Object.assign||function(e){for(var t=1;t{const s=Object(n.q)(null),l=Object(n.q)(null),o="gif"+e.id,i=Object(sa.b)(s,t)&&!a,m=Object(E.a)(o+"?size=m",!i,r.ApiMediaFormat.BlobUrl),d=Object(j.a)(e.thumbnail&&e.thumbnail.dataUri,Boolean(m)),u=m||d,h=Object(E.a)(o,!i,r.ApiMediaFormat.BlobUrl),b=Boolean(i&&h),{transitionClassNames:p}=Object(ia.a)(u||h,"slow"),{isBuffered:g,bufferingHandlers:v}=Object(_.a)(!0),O=i&&!g;Object(J.a)(l,[b]);const f=Object(n.m)(()=>c({...e,blobUrl:h}),[c,e,h]),C=Object(le.a)("GifButton",e.width&&e.height&&e.width({savedGifs:e.gifs.saved.gifs}),(e,t)=>Object(u.l)(t,["loadSavedGifs"]))(({className:e,loadAndPlay:t,canSendGifs:a,savedGifs:c,onGifSelect:r,loadSavedGifs:s})=>{const o=Object(n.q)(null),{observe:i}=Object(sa.a)({rootRef:o,debounceMs:300});Object(n.n)(()=>{t&&s()},[t,s]);const m=Object(ot.a)([],l.bb);return n.a.createElement("div",{ref:o,className:Object(le.a)("GifPicker no-scrollbar",e)},a?m&&c&&c.length?c.map(e=>n.a.createElement(oc,{key:e.id,gif:e,observeIntersection:i,isDisabled:!t,onClick:r})):m&&c?n.a.createElement("div",{className:"picker-disabled"},"No saved GIFs."):n.a.createElement(ge.a,null):n.a.createElement("div",{className:"picker-disabled"},"Sending GIFs is not allowed in this chat."))}));let mc;!function(e){e[e.Emoji=0]="Emoji",e[e.Stickers=1]="Stickers",e[e.GIFs=2]="GIFs"}(mc||(mc={}));const dc=Object.values(mc).filter(e=>"string"==typeof e),uc={[mc.Emoji]:"icon-smile",[mc.Stickers]:"icon-stickers",[mc.GIFs]:"icon-gifs"};var hc=Object(n.h)(({activeTab:e,onSwitchTab:t,onRemoveSymbol:a,onSearchOpen:c})=>{function r(a){return n.a.createElement(R.a,{className:"symbol-tab-button "+(e===a?"activated":""),onClick:()=>t(a),ariaLabel:dc[a],round:!0,faded:!0,color:"translucent"},n.a.createElement("i",{className:uc[a]}))}const s=Object(n.m)(()=>{c(e===mc.Stickers?"stickers":"gifs")},[e,c]);return n.a.createElement("div",{className:"SymbolMenu-footer",onClick:function(e){e.stopPropagation()}},e!==mc.Emoji&&n.a.createElement(R.a,{className:"symbol-search-button",ariaLabel:e===mc.Stickers?"Search Stickers":"Search GIFs",round:!0,faded:!0,color:"translucent",onClick:s},n.a.createElement("i",{className:"icon-search"})),r(mc.Emoji),r(mc.Stickers),r(mc.GIFs),e===mc.Emoji&&n.a.createElement(R.a,{className:"symbol-delete-button",onClick:a,ariaLabel:"Remove Symbol",round:!0,faded:!0,color:"translucent"},n.a.createElement("i",{className:"icon-delete-left"})))});a(275);let bc=!1;var pc=Object(n.h)(({isOpen:e,allowedAttachmentOptions:t,onLoad:a,onClose:c,onEmojiSelect:r,onStickerSelect:s,onGifSelect:l,onRemoveSymbol:i,onSearchOpen:m})=>{const[d,u]=Object(n.r)(0),[h,b]=Wn(e,c),{shouldRender:p,transitionClassNames:g}=Object(Q.a)(e,c,!1,!1);!bc&&e&&(bc=!0),Object(n.n)(()=>{a()},[a]),Object(n.o)(()=>{if(o.f)return e&&(document.body.classList.add("enable-symbol-menu-transforms"),document.body.classList.add("is-symbol-menu-open")),()=>{e&&Object(K.b)(()=>{document.body.classList.remove("is-symbol-menu-open"),setTimeout(()=>{document.body.classList.remove("enable-symbol-menu-transforms")},350)})}},[e]);const E=Object(n.m)(e=>{c(),m(e)},[c,m]),v=Object(T.a)(),{canSendStickers:O,canSendGifs:f}=t;function j(t,a){switch(d){case mc.Emoji:return n.a.createElement(ac,{className:"picker-tab",onEmojiSelect:r});case mc.Stickers:return n.a.createElement(sc,{className:"picker-tab",loadAndPlay:!!O&&(e&&(t||a)),canSendStickers:O,onStickerSelect:s});case mc.GIFs:return n.a.createElement(ic,{className:"picker-tab",loadAndPlay:!!f&&(e&&(t||a)),canSendGifs:f,onGifSelect:l})}}const C=n.a.createElement(n.a.Fragment,null,n.a.createElement("div",{className:"SymbolMenu-main",onClick:function(e){e.stopPropagation()}},bc&&n.a.createElement(x.a,{name:"slide",activeKey:d,renderCount:dc.length},j)),o.f&&n.a.createElement(R.a,{round:!0,faded:!0,color:"translucent",ariaLabel:v("Close"),className:"symbol-close-button",size:"tiny",onClick:c},n.a.createElement("i",{className:"icon-close"})),n.a.createElement(hc,{activeTab:d,onSwitchTab:u,onRemoveSymbol:i,onSearchOpen:E}));if(o.f){if(!p)return;const e=Object(le.a)("SymbolMenu mobile-menu",g);return n.a.createElement(Pn.a,null,n.a.createElement("div",{className:e},C))}return n.a.createElement(Nn.a,{isOpen:e,positionX:"left",positionY:"bottom",onClose:c,className:"SymbolMenu",onCloseAnimationEnd:c,onMouseEnter:o.k?void 0:h,onMouseLeave:o.k?void 0:b,noCloseOnBackdrop:!o.k},C)});a(276);var gc=Object(n.h)(({isOpen:e,allowedAttachmentOptions:t,onFileSelect:a,onPollCreate:c,onClose:r})=>{const[s,i]=Wn(e,r),m=Object(n.m)((e,t)=>{const{files:n}=e.target;n&&n.length>0&&a(Array.from(n),t)},[a]),d=Object(n.m)(()=>{fa(l.j,e=>m(e,!0))},[m]),u=Object(n.m)(()=>{fa("*",e=>m(e,!1))},[m]),h=Object(T.a)(),{canAttachMedia:b,canAttachPolls:p}=t;return n.a.createElement(Nn.a,{isOpen:e,autoClose:!0,positionX:"right",positionY:"bottom",onClose:r,className:"AttachMenu fluid",onCloseAnimationEnd:r,onMouseEnter:o.k?void 0:s,onMouseLeave:o.k?void 0:i,noCloseOnBackdrop:!o.k},!b&&n.a.createElement(V.a,{className:"media-disabled",disabled:!0},"Posting media content is not allowed in this group."),b&&n.a.createElement(n.a.Fragment,null,n.a.createElement(V.a,{icon:"photo",onClick:d},h("AttachmentMenu.PhotoOrVideo")),n.a.createElement(V.a,{icon:"document",onClick:u},"Document")),p&&n.a.createElement(V.a,{icon:"poll",onClick:c},h("Poll")))});a(277);var Ec=Object(n.h)(Object(c.h)(e=>{const{stickers:t}=e.stickers.forEmoji;return{stickers:t}},(e,t)=>Object(u.l)(t,["clearStickersForEmoji"]))(({isOpen:e,onStickerSelect:t,stickers:a,clearStickersForEmoji:c})=>{const r=Object(n.q)(null),{shouldRender:s,transitionClassNames:i}=Object(Q.a)(e,void 0,void 0,!1),m=Object(y.a)(a,!0),d=a||m,{observe:u}=Object(sa.a)({rootRef:r,throttleMs:200});Object(n.n)(()=>e?Object(b.a)(c):void 0,[e,c]);const h=Object(le.a)("EmojiTooltip custom-scroll",i);return n.a.createElement("div",{ref:r,className:h,onMouseEnter:o.k?void 0:()=>{document.body.classList.add("no-select")},onMouseLeave:o.k?void 0:()=>{document.body.classList.remove("no-select")}},s&&d?d.map(e=>n.a.createElement(ha,{key:e.id,sticker:e,size:l.kb,observeIntersection:u,onClick:t,clickArg:e})):s?n.a.createElement(ge.a,null):void 0)}));a(278);var vc=Object(n.h)(Object(c.h)((e,{messageId:t})=>{const{chatId:a}=Object(m.x)(e)||{};return a?{message:Object(m.k)(e,a,t)}:{}},(e,t)=>Object(u.l)(t,["clickInlineButton"]))(({isOpen:e,message:t,onClose:a,clickInlineButton:c})=>{const[r,s]=Wn(e,a);if(t&&t.keyboardButtons)return n.a.createElement(Nn.a,{isOpen:e,autoClose:!0,positionX:"right",positionY:"bottom",onClose:a,className:"KeyboardMenu",onCloseAnimationEnd:a,onMouseEnter:o.k?void 0:r,onMouseLeave:o.k?void 0:s,noCloseOnBackdrop:!o.k},n.a.createElement("div",{className:"content"},t.keyboardButtons.map(e=>n.a.createElement("div",{className:"row"},e.map(e=>n.a.createElement(R.a,{ripple:!0,disabled:"NOT_SUPPORTED"===e.type,onClick:()=>c({button:e})},e.text))))))}));a(279);var Oc=Object(n.h)(({isOpen:e,onSilentSend:t,onScheduleSend:a,onClose:c,onCloseAnimationEnd:r})=>{const[s,l]=Wn(e,c),i=Object(T.a)();return n.a.createElement(Nn.a,{isOpen:e,autoClose:!0,positionX:"right",positionY:"bottom",className:"CustomSendMenu",onClose:c,onCloseAnimationEnd:r,onMouseEnter:o.k?void 0:s,onMouseLeave:o.k?void 0:l,noCloseOnBackdrop:!o.k},t&&n.a.createElement(V.a,{icon:"mute",onClick:t},i("SendWithoutSound")),a&&n.a.createElement(V.a,{icon:"schedule",onClick:a},i("ScheduleMessage")))}),fc=a(121),jc=a(150),Cc=a(158);a(280);var yc=Object(n.h)(Object(c.h)((e,{chatId:t})=>{const a=Object(m.f)(e,t),n=a&&Object(m.m)(e,a.id);if(!a||!n)return{};const{query:c,results:r}=Object(m.z)(e)||{},{totalCount:s,foundIds:l}=r||{};return{chat:a,messagesById:n,query:c,totalCount:s,foundIds:l}},(e,t)=>Object(u.l)(t,["searchTextMessagesLocal","focusMessage"]))(({chatId:e,threadId:t,chat:a,messagesById:r,query:s,totalCount:l,foundIds:o,searchTextMessagesLocal:i,focusMessage:h})=>{const b=Object(n.p)(()=>{if(!(s&&o&&o.length&&r))return ze.a;const n=o.map(n=>{const s=r[n];if(!s)return;const l=s.senderId?Object(m.Bb)(Object(c.e)(),s.senderId):void 0;let o;if(a&&Object(d.jb)(a))o=a;else if(s.forwardInfo){const{isChannelPost:e,fromChatId:t}=s.forwardInfo;o=e&&t?Object(m.f)(Object(c.e)(),t):void 0}else o=s.senderId?Object(m.f)(Object(c.e)(),s.senderId):void 0;return{message:s,senderUser:l,senderChat:o,onClick:()=>h({chatId:e,threadId:t,messageId:n})}}).filter(Boolean);return Object(u.k)(n,({message:e})=>e.date,"desc")},[e,t,h,o,a,r,s]);return n.a.createElement(Oe.a,{className:"RightSearch custom-scroll",items:b,preloadBackwards:0,onLoadMore:i,noFastList:!0},n.a.createElement("p",{className:"helper-text"},s?1===l?"1 message found":(b.length&&(l||b.length)||"No")+" messages found":"Search messages"),b.map(({message:e,senderUser:t,senderChat:a,onClick:c})=>{const r=a?Object(d.l)(a):Object(d.Z)(t),l=Object(d.M)(e);return n.a.createElement(fe.a,{className:"chat-item-clickable search-result-message m-0",onClick:c},n.a.createElement(z.a,{chat:a,user:t}),n.a.createElement("div",{className:"info"},n.a.createElement("div",{className:"title"},n.a.createElement("h3",null,r&&Object(G.a)(r)),n.a.createElement(Cc.a,{message:e})),n.a.createElement("div",{className:"subtitle"},Object(G.a)(l,["emoji","highlight"],{highlight:s}))))}))}));var kc=Object(n.h)(Object(c.h)((e,{stickerSetId:t})=>({set:Object(m.sb)(e,t),shouldPlay:Object(m.rb)(e)}),(e,t)=>Object(u.l)(t,["loadStickers","toggleStickerSet"]))(({stickerSetId:e,observeIntersection:t,set:a,shouldPlay:c,loadStickers:r,toggleStickerSet:s,isSomeModalOpen:o,onModalToggle:i})=>{const m=a&&Boolean(a.installedDate),d=Boolean(a&&a.stickers),[u,h,b]=Object(De.a)();Object(f.a)(()=>{i(u)},[u,i]);const p=Object(n.p)(()=>{if(!a)return[];const e=(a.covers||[]).map(({id:e})=>e),t=a.stickers?a.stickers.filter(({id:t})=>!e.includes(t)):[];return[...a.covers||[],...t].slice(0,5)},[a]);Object(n.n)(()=>{!d&&p.length<5&&r({stickerSetId:e})},[d,p.length,r,e]);const g=Object(n.m)(()=>{s({stickerSetId:e})},[s,e]);if(!a)return;const E=p.length>0;return n.a.createElement("div",{key:a.id,className:"sticker-set"},n.a.createElement("div",{className:"sticker-set-header"},n.a.createElement("div",{className:"title-wrapper"},n.a.createElement("h3",{className:"title"},a.title),n.a.createElement("p",{className:"count"},a.count," stickers")),n.a.createElement(R.a,{className:m?"is-added":void 0,color:"primary",size:"tiny",pill:!0,fluid:!0,onClick:g},m?"Added":"Add")),n.a.createElement("div",{className:"sticker-set-main"},!E&&n.a.createElement(B.a,null),E&&p.map(e=>n.a.createElement(ha,{sticker:e,size:l.mb,observeIntersection:t,noAnimate:!c||u||o,onClick:h}))),E&&n.a.createElement(pa.a,{isOpen:u,fromSticker:p[0],onClose:b}))}));a(281);const Nc=Object(K.g)(e=>e(),6e4,!0);var Sc=Object(n.h)(Object(c.h)(e=>{const t=Object(m.y)(e),{query:a,resultIds:n}=t||{},{featured:c}=e.stickers;return{query:a,featuredIds:c.setIds,resultIds:n}},(e,t)=>Object(u.l)(t,["loadFeaturedStickers"]))(({query:e,featuredIds:t,resultIds:a,loadFeaturedStickers:c})=>{const r=Object(n.q)(null),[s,l]=Object(n.r)(!1),{observe:o}=Object(sa.a)({rootRef:r,throttleMs:200});return Object(n.n)(()=>{Nc(()=>{c()})}),n.a.createElement("div",{ref:r,className:"StickerSearch custom-scroll"},function(){if(void 0!==e)return!e&&t?t.map(e=>n.a.createElement(kc,{key:e,stickerSetId:e,observeIntersection:o,isSomeModalOpen:s,onModalToggle:l})):a?a.length?a.map(e=>n.a.createElement(kc,{key:e,stickerSetId:e,observeIntersection:o,isSomeModalOpen:s,onModalToggle:l})):n.a.createElement("p",{className:"helper-text"},"Nothing found."):n.a.createElement(ge.a,null)}())}));a(282);var Ic=Object(n.h)(Object(c.h)(e=>{const t=Object(m.r)(e),{query:a,results:n}=t||{},{chatId:c}=Object(m.x)(e)||{},r=c?Object(m.f)(e,c):void 0;return{query:a,results:n,chat:r,isChatWithBot:r?Object(m.M)(e,r):void 0}},(e,t)=>Object(u.l)(t,["searchMoreGifs","sendMessage","setGifSearchQuery"]))(({query:e,results:t,chat:a,isChatWithBot:c,searchMoreGifs:r,sendMessage:s,setGifSearchQuery:l})=>{const i=Object(n.q)(null),{observe:m}=Object(sa.a)({rootRef:i,debounceMs:300}),{canSendGifs:u}=Object(d.c)(a,c),h=Object(n.m)(e=>{u&&s({gif:e}),o.k&&l({query:void 0})},[u,s,l]),b=Object(T.a)();const p=Boolean(void 0!==e&&t&&t.length);return n.a.createElement("div",{className:"GifSearch"},n.a.createElement(Oe.a,{ref:i,className:Object(le.a)("gif-container custom-scroll",p&&"grid"),items:t,itemSelector:".GifButton",preloadBackwards:96,noFastList:!0,onLoadMore:r},function(){if(void 0!==e)return t?t.length?t.map(e=>n.a.createElement(oc,{key:e.id,gif:e,observeIntersection:m,onClick:h})):n.a.createElement("p",{className:"helper-text"},b("NoGIFsFound")):n.a.createElement(ge.a,null)}()))}));a(283);let wc,Pc;function Mc(e){return fetch(e).then(e=>e.json())}function Fc(e,t){const a=new Date(t),n=a.getMonth()+1,c=a.getDate();return Mc(`${e}/${`${a.getFullYear()}-${n<10?"0":""}${n}/${c<10?"0":""}${c}`}.json`)}var Lc=Object(n.h)(()=>{const e=Object(n.q)(null),[t,c]=Object(n.r)(!1),[r,s]=Object(n.r)(0);return Object(n.n)(()=>{(async()=>{if(await async function(){return wc||(wc=a.e(6).then(a.bind(null,301)),Pc=await wc),wc}(),!t)return void c(!0);const n=await Mc("./chartDummyData/growth.json");Pc.create(e.current.children[0],n),s(1);const r=await Mc("./chartDummyData/notifications.json");r.onZoom=e=>Fc("chartDummyData/notifications_zoom",e),Pc.create(e.current.children[1],r),s(2);const l=await Mc("./chartDummyData/interactions.json");Pc.create(e.current.children[2],l),s(3);const o=await Mc("./chartDummyData/views.json");o.onZoom=e=>Fc("chartDummyData/views_zoom",e),Pc.create(e.current.children[3],o),s(4);const i=await Mc("./chartDummyData/languages.json");Pc.create(e.current.children[4],i),s(5)})()},[t]),n.a.createElement("div",{className:Object(le.a)("Statistics custom-scroll",t&&"ready"),ref:e},t?n.a.createElement(n.a.Fragment,null,n.a.createElement("div",{className:Object(le.a)("chat-container",r<1&&"hidden")}),n.a.createElement("div",{className:Object(le.a)("chat-container",r<2&&"hidden")}),n.a.createElement("div",{className:Object(le.a)("chat-container",r<3&&"hidden")}),n.a.createElement("div",{className:Object(le.a)("chat-container",r<4&&"hidden")}),n.a.createElement("div",{className:Object(le.a)("chat-container",r<5&&"hidden")})):n.a.createElement(ge.a,null))});a(284);var Ac=Object(n.h)(Object(c.h)((e,{answer:t})=>{const{voters:a,offsets:n}=e.pollResults;return{voters:a&&a[t.option],offset:n&&n[t.option]||""}},(e,t)=>Object(u.l)(t,["loadPollOptionResults","openChat","closePollResults"]))(({chat:e,message:t,answer:a,answerVote:c,totalVoters:r,voters:s,offset:l,loadPollOptionResults:o,openChat:i,closePollResults:m})=>{const d=Object(y.a)(c.votersCount),[u,h]=Object(n.r)(!0),b=Boolean(s),{option:p,text:g}=a;Object(n.n)(()=>{b&&d===c.votersCount||o({chat:e,messageId:t.id,option:p,offset:l,limit:4,shouldResetVoters:!0})},[c.votersCount,b]);const E=Object(n.m)(()=>{h(!0),o({chat:e,messageId:t.id,option:p,offset:l,limit:50})},[e,o,t.id,l,p]);Object(n.n)(()=>{h(!1)},[s]);const v=Object(n.m)(e=>{i({id:e}),m()},[m,i]);return n.a.createElement("div",{className:"PollAnswerResults"},n.a.createElement("div",{className:"poll-voters"},s?s.map(e=>n.a.createElement(fe.a,{key:e,className:"chat-item-clickable",onClick:()=>v(e)},n.a.createElement(je.a,{avatarSize:"tiny",userId:e,forceShowSelf:!0,noStatusOrTyping:!0}))):n.a.createElement(ge.a,null),s&&function(){const e=c.votersCount-s.length;return c.votersCount>4&&e>0&&n.a.createElement(Xt,{count:e,itemName:"voter",isLoading:u,onClick:E})}()),n.a.createElement("div",{className:"answer-head"},n.a.createElement("span",{className:"answer-title"},g),n.a.createElement("span",{className:"answer-percent"},(O=c.votersCount,(f=r)>0?(O/f*100).toFixed():0),"%")));var O,f}));a(285);var Tc=Object(n.h)(Object(c.h)(e=>{const{pollResults:{chatId:t,messageId:a},lastSyncTime:n}=e;if(!t||!a)return{};return{chat:Object(m.f)(e,t),message:Object(m.k)(e,t,a),lastSyncTime:n}})(({chat:e,message:t,lastSyncTime:a})=>{if(!t||!e)return n.a.createElement(ge.a,null);const{summary:c,results:r}=Object(d.H)(t);if(!r.results)return;const s=Object(u.c)(r.results,"option");return n.a.createElement("div",{className:"PollResults"},n.a.createElement("h3",{className:"poll-question"},c.question),n.a.createElement("div",{className:"poll-results-list custom-scroll"},a&&c.answers.map(a=>n.a.createElement(Ac,{key:`${t.id}-${a.option}`,chat:e,message:t,answer:a,answerVote:s[a.option],totalVoters:r.totalVoters})),!a&&n.a.createElement(ge.a,null)))}));a(152);var Bc=Object(n.h)(Object(c.h)((e,{userId:t})=>{const a=Object(m.Bb)(e,t),n=Object(m.f)(e,t),{progress:c}=e.management;return{user:a,chat:n,progress:c}},(e,t)=>Object(u.l)(t,["updateContact","deleteUser","closeManagement","openChat","deleteHistory"]))(({userId:e,user:t,chat:a,progress:c,updateContact:r,deleteUser:l,deleteHistory:o,closeManagement:i,openChat:m})=>{const[d,u,h]=Object(De.a)(),[b,p]=Object(n.r)(!1),[g,E]=Object(n.r)(),v=Object(T.a)(),O=t&&t.firstName||"",f=t&&t.lastName||"",j=a?a.isMuted:void 0,[C,y]=Object(n.r)(O),[k,N]=Object(n.r)(f),[S,I]=Object(n.r)(!j);Object(n.n)(()=>{I(!j)},[j]),Object(n.n)(()=>{p(!1),h()},[h,e]),Object(n.n)(()=>{y(O),N(f)},[O,f,t]),Object(n.n)(()=>{c===s.f.Complete&&(p(!1),E(void 0),h())},[h,c]);const w=Object(n.m)(e=>{y(e.target.value),p(!0)},[]),P=Object(n.m)(e=>{N(e.target.value),p(!0)},[]),M=Object(n.m)(e=>{I(e.target.checked),p(!0)},[]),F=Object(n.m)(()=>{const t=C.trim(),a=k.trim();t.length||E("Please provide first name"),r({userId:e,isMuted:!S,firstName:t,lastName:a})},[C,k,r,e,S]),L=Object(n.m)(()=>{a.lastMessage&&o({chatId:a.id,maxId:a.lastMessage.id,shouldDeleteForAll:!1}),l({userId:e}),h(),i(),m({id:void 0})},[a.id,a.lastMessage,h,i,o,l,m,e]);if(!t)return;const A=c===s.f.InProgress;return n.a.createElement("div",{className:"Management"},n.a.createElement("div",{className:"custom-scroll"},n.a.createElement("div",{className:"section"},n.a.createElement(je.a,{userId:t.id,avatarSize:"jumbo",status:"original name",withMediaViewer:!0,withFullInfo:!0}),n.a.createElement(ve.a,{id:"user-first-name",label:v("UserInfo.FirstNamePlaceholder"),onChange:w,value:C,error:"Please provide first name"===g?g:void 0}),n.a.createElement(ve.a,{id:"user-last-name",label:v("UserInfo.LastNamePlaceholder"),onChange:P,value:k}),n.a.createElement("div",{className:"ListItem no-selection narrow"},n.a.createElement(aa.a,{checked:S,label:v("Notifications"),subLabel:v(S?"UserInfo.NotificationsEnabled":"UserInfo.NotificationsDisabled"),onChange:M}))),n.a.createElement("div",{className:"section"},n.a.createElement(fe.a,{icon:"delete",ripple:!0,destructive:!0,onClick:u},v("DeleteContact")))),n.a.createElement(zt,{isShown:b,onClick:F,disabled:A,ariaLabel:v("Save")},A?n.a.createElement(B.a,{color:"white"}):n.a.createElement("i",{className:"icon-check"})),n.a.createElement(Dt.a,{isOpen:d,onClose:h,text:v("AreYouSureDeleteContact"),confirmLabel:v("DeleteContact"),confirmHandler:L,confirmIsDestructive:!0}))}));var Dc=Object(n.h)(Object(c.h)((e,{chatId:t})=>{const a=Object(m.f)(e,t),{progress:n}=e.management,c=Boolean(a.fullInfo&&a.fullInfo.linkedChatId);return{chat:a,progress:n,isBasicGroup:Object(d.ib)(a),hasLinkedChannel:c}},(e,t)=>Object(u.l)(t,["togglePreHistoryHidden","updateChat","closeManagement","deleteHistory","leaveChannel","deleteChannel","openChat"]))(({chatId:e,chat:t,progress:a,isBasicGroup:c,hasLinkedChannel:l,onScreenSelect:o,togglePreHistoryHidden:i,updateChat:m,deleteHistory:u,leaveChannel:h,deleteChannel:b,closeManagement:p,openChat:g})=>{const[v,O,f]=Object(De.a)(),j=t.title,C=t.fullInfo&&t.fullInfo.about||"",[y,k]=Object(n.r)(!1),[N,S]=Object(n.r)(j),[I,w]=Object(n.r)(C),[P,M]=Object(n.r)(),[F,L]=Object(n.r)(),A=Object(d.f)(t),D=Object(E.a)(A,!1,r.ApiMediaFormat.BlobUrl),x=Object(T.a)();Object(n.n)(()=>{a===s.f.Complete&&(k(!1),L(void 0))},[a]);const R=Object(n.m)(()=>{o(s.g.ChatPrivacyType)},[o]),U=Object(n.m)(()=>{o(s.g.Discussion)},[o]),z=Object(n.m)(()=>{o(s.g.GroupPermissions)},[o]),q=Object(n.m)(()=>{o(s.g.ChatAdministrators)},[o]),$=Object(n.m)(e=>{M(e),k(!0)},[]),H=Object(n.m)(e=>{S(e.target.value),k(!0)},[]),V=Object(n.m)(e=>{w(e.target.value),k(!0)},[]),W=Object(n.m)(()=>{const t=N.trim(),a=I.trim();t.length?m({chatId:e,title:t,about:a,photo:P}):L("Group title can't be empty")},[I,e,P,N,m]),Y=Object(n.m)(()=>{o(s.g.GroupMembers)},[o]),K=Object(n.m)(()=>{if(!t.fullInfo)return;const{isPreHistoryHidden:e}=t.fullInfo;i({chatId:t.id,isEnabled:!e})},[t,i]),Z=Object(n.p)(()=>{if(!t.defaultBannedRights)return 0;let e=["sendMessages","sendMedia","embedLinks","sendPolls","changeInfo","inviteUsers","pinMessages"].filter(e=>!t.defaultBannedRights[e]).length;const{sendStickers:a,sendGifs:n}=t.defaultBannedRights;return a||n||(e+=1),e},[t]),Q=t.fullInfo&&t.fullInfo.adminMembers&&t.fullInfo.adminMembers.length||0,_=Object(n.m)(()=>{c?u({chatId:t.id,maxId:t.lastMessage.id,shouldDeleteForAll:!1}):t.isCreator?b({chatId:t.id}):h({chatId:t.id}),f(),p(),g({id:void 0})},[c,t.isCreator,t.id,t.lastMessage,f,p,u,h,b,g]);if(t.isRestricted)return;const X=a===s.f.InProgress;return n.a.createElement("div",{className:"Management"},n.a.createElement("div",{className:"custom-scroll"},n.a.createElement("div",{className:"section"},n.a.createElement(Gt.a,{currentAvatarBlobUrl:D,onChange:$}),n.a.createElement(ve.a,{id:"group-title",label:x("GroupName"),onChange:H,value:N,error:"Group title can't be empty"===F?F:void 0}),n.a.createElement(ve.a,{id:"group-about",className:"mb-2",label:x("DescriptionPlaceholder"),onChange:V,value:I}),t.isCreator&&n.a.createElement(fe.a,{icon:"lock",ripple:!0,onClick:R},n.a.createElement("div",{className:"multiline-item"},n.a.createElement("span",{className:"title"},x("GroupType")),n.a.createElement("span",{className:"subtitle"},t.username?x("TypePublic"):x("TypePrivate")))),l&&n.a.createElement(fe.a,{icon:"message",ripple:!0,onClick:U},n.a.createElement("div",{className:"multiline-item"},n.a.createElement("span",{className:"title"},x("LinkedChannel")),n.a.createElement("span",{className:"subtitle"},x("DiscussionUnlink")))),n.a.createElement(fe.a,{icon:"permissions",ripple:!0,onClick:z},n.a.createElement("div",{className:"multiline-item"},n.a.createElement("span",{className:"title"},x("ChannelPermissions")),n.a.createElement("span",{className:"subtitle"},Z,"/",8))),n.a.createElement(fe.a,{icon:"admin",ripple:!0,onClick:q},n.a.createElement("div",{className:"multiline-item"},n.a.createElement("span",{className:"title"},x("ChannelAdministrators")),n.a.createElement("span",{className:"subtitle"},Object(ma.a)(Q))))),n.a.createElement("div",{className:"section"},n.a.createElement(fe.a,{icon:"group",ripple:!0,onClick:Y},n.a.createElement("div",{className:"multiline-item"},n.a.createElement("span",{className:"title"},x("GroupMembers")),n.a.createElement("span",{className:"subtitle"},Object(ma.a)(t.membersCount)))),t.fullInfo&&n.a.createElement("div",{className:"ListItem narrow no-selection"},n.a.createElement(aa.a,{checked:!t.fullInfo.isPreHistoryHidden,label:x("ChatHistory"),onChange:K}))),n.a.createElement("div",{className:"section"},n.a.createElement(fe.a,{icon:"delete",ripple:!0,destructive:!0,onClick:O},x("DeleteMega")))),n.a.createElement(zt,{isShown:y,onClick:W,disabled:X,ariaLabel:x("Save")},X?n.a.createElement(B.a,{color:"white"}):n.a.createElement("i",{className:"icon-check"})),n.a.createElement(Dt.a,{isOpen:v,onClose:f,textParts:Object(G.a)(c||!t.isCreator?x("AreYouSureDeleteAndExit"):x("AreYouSureDeleteThisChatWithGroup",t.title),["br","simple_markdown"]),confirmLabel:c||!t.isCreator?x("DeleteMega"):x("DeleteGroupForAll"),confirmHandler:_,confirmIsDestructive:!0}))}));var xc=Object(n.h)(Object(c.h)((e,{chatId:t})=>({chat:Object(m.f)(e,t),currentUserId:e.currentUserId}),(e,t)=>Object(u.l)(t,["updateChatDefaultBannedRights"]))(({onScreenSelect:e,onChatMemberSelect:t,chat:a,currentUserId:c,updateChatDefaultBannedRights:r})=>{const[l,o]=Object(n.r)({}),[i,m]=Object(n.r)(!1),[d,u]=Object(n.r)(!1),h=Object(T.a)(),b=Object(n.m)(()=>{e(s.g.GroupRemovedUsers)},[e]),p=Object(n.m)(()=>{e(s.g.GroupUserPermissionsCreate)},[e]),g=Object(n.m)(a=>{t(a.userId,a.promotedByUserId===c),e(s.g.GroupUserPermissions)},[c,t,e]);Object(n.n)(()=>{o(a&&a.defaultBannedRights||{}),m(!1),setTimeout(()=>{u(!1)},250)},[a]);const E=Object(n.m)(e=>{const{name:t}=e.target;function a(e){return!e||void 0}o(e=>({...e,[t]:a(e[t]),..."sendStickers"===t&&{sendGifs:a(e[t])}})),m(!0)},[]),v=Object(n.m)(()=>{a&&(u(!0),r({chatId:a.id,bannedRights:l}))},[a,l,r]),O=Object(n.p)(()=>a&&a.fullInfo&&a.fullInfo.kickedMembers?a.fullInfo.kickedMembers.length:0,[a]),f=Object(n.p)(()=>a&&a.fullInfo&&a.fullInfo.members?a.fullInfo.members.filter(({bannedRights:e})=>!!e):[],[a]),j=Object(n.m)(e=>{const{bannedRights:t}=e;if(!t||!a)return;const{defaultBannedRights:n}=a;return Object.keys(t).reduce((e,a)=>{if(!t[a]||n&&n[a]||"sendInline"===a||"viewMessages"===a||"sendGames"===a)return e;const c=function(e){switch(e){case"sendMessages":return"UserRestrictionsNoSend";case"sendMedia":return"UserRestrictionsNoSendMedia";case"sendStickers":return"UserRestrictionsNoSendStickers";case"embedLinks":return"UserRestrictionsNoEmbedLinks";case"sendPolls":return"UserRestrictionsNoSendPolls";case"changeInfo":return"UserRestrictionsNoChangeInfo";case"inviteUsers":return"UserRestrictionsInviteUsers";case"pinMessages":return"UserRestrictionsPinMessages";default:return}}(a);if(!c)return e;const r=h(c);return`${e}${e.length?", "+r:r}`},"")},[a,h]);return n.a.createElement("div",{className:"Management"},n.a.createElement("div",{className:"custom-scroll"},n.a.createElement("div",{className:"section"},n.a.createElement("h3",{className:"section-heading"},h("ChannelPermissionsHeader")),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"sendMessages",checked:!l.sendMessages,label:h("UserRestrictionsSend"),blocking:!0,onChange:E})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"sendMedia",checked:!l.sendMedia,label:h("UserRestrictionsSendMedia"),blocking:!0,onChange:E})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"sendStickers",checked:!l.sendStickers&&!l.sendGifs,label:h("UserRestrictionsSendStickers"),blocking:!0,onChange:E})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"sendPolls",checked:!l.sendPolls,label:h("UserRestrictionsSendPolls"),blocking:!0,onChange:E})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"embedLinks",checked:!l.embedLinks,label:h("UserRestrictionsEmbedLinks"),blocking:!0,onChange:E})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"inviteUsers",checked:!l.inviteUsers,label:h("UserRestrictionsInviteUsers"),blocking:!0,onChange:E})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"pinMessages",checked:!l.pinMessages,label:h("UserRestrictionsPinMessages"),blocking:!0,onChange:E})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"changeInfo",checked:!l.changeInfo,label:h("UserRestrictionsChangeInfo"),blocking:!0,onChange:E}))),n.a.createElement("div",{className:"section"},n.a.createElement(fe.a,{icon:"delete-user",ripple:!0,narrow:!0,onClick:b},n.a.createElement("div",{className:"multiline-item"},n.a.createElement("span",{className:"title"},h("ChannelBlockedUsers")),n.a.createElement("span",{className:"subtitle"},O)))),n.a.createElement("div",{className:"section"},n.a.createElement("h3",{className:"section-heading"},h("PrivacyExceptions")),n.a.createElement(fe.a,{icon:"add-user",ripple:!0,onClick:p},h("ChannelAddException")),f.map(e=>n.a.createElement(fe.a,{key:e.userId,className:"chat-item-clickable exceptions-member",ripple:!0,onClick:()=>g(e)},n.a.createElement(je.a,{userId:e.userId,status:j(e)}))))),n.a.createElement(zt,{isShown:i,onClick:v,ariaLabel:h("Save"),disabled:d},d?n.a.createElement(B.a,{color:"white"}):n.a.createElement("i",{className:"icon-check"})))}));var Rc=Object(n.h)(Object(c.h)((e,{chatId:t})=>{const a=Object(m.f)(e,t),{byId:n}=e.users;return{chat:a,usersById:n}},(e,t)=>Object(u.l)(t,["updateChatMemberBannedRights"]))(({chat:e,usersById:t,updateChatMemberBannedRights:a})=>{const c=Object(T.a)(),r=Object(n.p)(()=>e&&e.fullInfo&&e.fullInfo.kickedMembers?e.fullInfo.kickedMembers:[],[e]),s=Object(n.m)(e=>{if(!e.kickedByUserId)return;const a=t[e.kickedByUserId];return a?c("UserRemovedBy",Object(d.Z)(a)):void 0},[c,t]),l=Object(n.m)(t=>{if(e)return[{title:c("Unblock"),icon:"delete",destructive:!0,handler:()=>a({chatId:e.id,userId:t.userId,bannedRights:{}})}]},[c,e,a]);return n.a.createElement("div",{className:"Management"},n.a.createElement("div",{className:"custom-scroll"},n.a.createElement("div",{className:"section"},n.a.createElement("p",{className:"text-muted"},c("NoBlockedGroup2")),r.map(e=>n.a.createElement(fe.a,{key:e.userId,className:"chat-item-clickable",ripple:!0,contextActions:l(e)},n.a.createElement(je.a,{userId:e.userId,status:s(e)}))))))}));var Uc=Object(n.h)(Object(c.h)((e,{chatId:t})=>{const a=Object(m.f)(e,t),{progress:n}=e.management;return{chat:a,progress:n,isSignaturesShown:Boolean(a&&a.isSignaturesShown)}},(e,t)=>Object(u.l)(t,["toggleSignatures","updateChat","closeManagement","leaveChannel","deleteChannel","openChat"]))(({chatId:e,chat:t,progress:a,isSignaturesShown:c,onScreenSelect:l,updateChat:o,toggleSignatures:i,closeManagement:m,leaveChannel:u,deleteChannel:h,openChat:b})=>{const p=t&&t.title||"",g=t&&t.fullInfo&&t.fullInfo.about||"",v=t&&t.fullInfo&&t.fullInfo.linkedChatId,[O,f,j]=Object(De.a)(),[C,y]=Object(n.r)(!1),[k,N]=Object(n.r)(p),[S,I]=Object(n.r)(g),[w,P]=Object(n.r)(),[M,F]=Object(n.r)(),L=t&&Object(d.f)(t),A=Object(E.a)(L,!1,r.ApiMediaFormat.BlobUrl),D=Object(T.a)();Object(n.n)(()=>{a===s.f.Complete&&(y(!1),F(void 0))},[a]);const x=t&&t.fullInfo&&t.fullInfo.adminMembers&&t.fullInfo.adminMembers.length||0,R=Object(n.m)(()=>{l(s.g.ChatPrivacyType)},[l]),U=Object(n.m)(()=>{l(s.g.Discussion)},[l]),G=Object(n.m)(()=>{l(s.g.ChatAdministrators)},[l]),z=Object(n.m)(e=>{P(e),y(!0)},[]),q=Object(n.m)(e=>{N(e.target.value),y(!0)},[]),$=Object(n.m)(e=>{I(e.target.value),y(!0)},[]),H=Object(n.m)(()=>{const t=k.trim(),a=S.trim();t.length?o({chatId:e,title:t,about:a,photo:w}):F("Channel title can't be empty")},[S,e,w,k,o]),V=Object(n.m)(()=>{i({chatId:e,isEnabled:!c})},[e,c,i]),W=Object(n.m)(()=>{l(s.g.ChannelSubscribers)},[l]),Y=Object(n.m)(()=>{t.isCreator?h({chatId:t.id}):u({chatId:t.id}),j(),m(),b({id:void 0})},[t.isCreator,t.id,j,m,u,h,b]);if(t.isRestricted)return;const K=a===s.f.InProgress;return n.a.createElement("div",{className:"Management"},n.a.createElement("div",{className:"custom-scroll"},n.a.createElement("div",{className:"section"},n.a.createElement(Gt.a,{currentAvatarBlobUrl:A,onChange:z}),n.a.createElement(ve.a,{id:"channel-title",label:D("EnterChannelName"),onChange:q,value:k,error:"Channel title can't be empty"===M?M:void 0}),n.a.createElement(ve.a,{id:"channel-about",className:"mb-2",label:D("DescriptionPlaceholder"),onChange:$,value:S}),t.isCreator&&n.a.createElement(fe.a,{icon:"lock",ripple:!0,onClick:R},n.a.createElement("div",{className:"multiline-item"},n.a.createElement("span",{className:"title"},D("ChannelType")),n.a.createElement("span",{className:"subtitle"},t.username?D("TypePublic"):D("TypePrivate")))),n.a.createElement(fe.a,{icon:"message",ripple:!0,onClick:U},n.a.createElement("div",{className:"multiline-item"},n.a.createElement("span",{className:"title"},D("Discussion")),n.a.createElement("span",{className:"subtitle"},D(v?"DiscussionUnlink":"Add")))),n.a.createElement(fe.a,{icon:"admin",ripple:!0,onClick:G},n.a.createElement("div",{className:"multiline-item"},n.a.createElement("span",{className:"title"},D("ChannelAdministrators")),n.a.createElement("span",{className:"subtitle"},x))),n.a.createElement("div",{className:"ListItem no-selection narrow"},n.a.createElement(aa.a,{checked:c,label:D("ChannelSignMessages"),onChange:V}))),n.a.createElement("div",{className:"section"},n.a.createElement(fe.a,{icon:"group",ripple:!0,onClick:W},n.a.createElement("div",{className:"multiline-item"},n.a.createElement("span",{className:"title"},D("ChannelSubscribers")),n.a.createElement("span",{className:"subtitle"},D("Subscribers",t.membersCount,"i"))))),n.a.createElement("div",{className:"section"},n.a.createElement(fe.a,{icon:"delete",ripple:!0,destructive:!0,onClick:f},t.isCreator?D("ChannelDelete"):D("LeaveChannel")))),n.a.createElement(zt,{isShown:C,onClick:H,disabled:K,ariaLabel:D("Save")},K?n.a.createElement(B.a,{color:"white"}):n.a.createElement("i",{className:"icon-check"})),n.a.createElement(Dt.a,{isOpen:O,onClose:j,text:t.isCreator?D("ChannelDeleteAlert"):D("ChannelLeaveAlert"),confirmLabel:t.isCreator?D("ChannelDelete"):D("LeaveChannel"),confirmHandler:Y,confirmIsDestructive:!0}))})),Gc=a(52);var zc=Object(n.h)(Object(c.h)((e,{chatId:t})=>{const a=Object(m.f)(e,t),{isUsernameAvailable:n}=Object(m.X)(e,t);return{chat:a,isChannel:Object(d.jb)(a),progress:e.management.progress,isUsernameAvailable:n}},(e,t)=>Object(u.l)(t,["checkPublicLink","updatePublicLink","updatePrivateLink"]))(({chat:e,isChannel:t,progress:a,isUsernameAvailable:c,checkPublicLink:r,updatePublicLink:l,updatePrivateLink:o})=>{const i=Boolean(e.username),m=e.fullInfo&&e.fullInfo.inviteLink,[d,u]=Object(n.r)(i?"public":"private"),[h,b]=Object(n.r)(),[p,g,E]=Object(De.a)(),v="public"===d&&h&&c||"private"===d&&i;Object(n.n)(()=>{d&&!m&&o()},[d,m,o]);const O=Object(n.m)(e=>{u(e)},[]),f=Object(n.m)(()=>{l({username:"public"===d?h:""})},[d,l,h]),j=Object(n.m)(()=>{E(),o()},[E,o]),C=Object(T.a)(),y=t?"Channel":"Mega",k=t?"Channel":"Group",N=[{value:"private",label:C(y+"Private"),subLabel:C(y+"PrivateInfo")},{value:"public",label:C(y+"Public"),subLabel:C(y+"PublicInfo")}],S=a===s.f.InProgress;return n.a.createElement("div",{className:"Management"},n.a.createElement("div",{className:"custom-scroll"},n.a.createElement("div",{className:"section"},n.a.createElement("h3",{className:"section-heading"},C(k+"Type")),n.a.createElement(oa.a,{selected:d,name:"channel-type",options:N,onChange:O})),"private"===d?n.a.createElement("div",{className:"section"},m?n.a.createElement(n.a.Fragment,null,n.a.createElement(Gc.a,{url:m,className:"group-link",text:m}),n.a.createElement("p",{className:"section-info"},C(y+"PrivateLinkHelp")),n.a.createElement(fe.a,{icon:"delete",ripple:!0,destructive:!0,onClick:g},C("RevokeLink")),n.a.createElement(Dt.a,{isOpen:p,onClose:E,text:C("RevokeAlert"),confirmLabel:C("RevokeButton"),confirmHandler:j,confirmIsDestructive:!0})):n.a.createElement(ge.a,null)):n.a.createElement("div",{className:"section no-border"},n.a.createElement(Vt,{asLink:!0,currentUsername:e.username,isLoading:S,isUsernameAvailable:c,checkUsername:r,onChange:b}),n.a.createElement("p",{className:"section-info"},C(k+".Username.CreatePublicLinkHelp")))),n.a.createElement(zt,{isShown:v,disabled:S,ariaLabel:C("Save"),onClick:f},S?n.a.createElement(B.a,{color:"white"}):n.a.createElement("i",{className:"icon-check"})))}));var qc=Object(n.h)(Object(c.h)((e,{chatId:t})=>{const a=Object(m.f)(e,t),{forDiscussionIds:n,byId:c}=e.chats;return{chat:a,chatsByIds:c,forDiscussionIds:n,linkedChat:a&&a.fullInfo&&a.fullInfo.linkedChatId?Object(m.f)(e,a.fullInfo.linkedChatId):void 0,isChannel:a&&Object(d.jb)(a)}},(e,t)=>Object(u.l)(t,["loadGroupsForDiscussion","linkDiscussionGroup","unlinkDiscussionGroup"]))(({chat:e,chatId:t,chatsByIds:a,linkedChat:c,forDiscussionIds:r,isChannel:o,onScreenSelect:i,loadGroupsForDiscussion:m,linkDiscussionGroup:d,unlinkDiscussionGroup:u})=>{const[h,b]=Object(n.r)(),[p,g]=Object(n.r)(),[E,v]=Object(n.r)(!1),O=Object(n.m)(()=>v(!0),[]),[f,j,C]=Object(De.a)(),[y,k,N]=Object(De.a)(),S=Object(T.a)(),I=c&&c.id;Object(n.n)(()=>{m()},[m]),Object(n.n)(()=>{p||Object(Kt.a)("DiscussionGroups").then(g)},[p]);const w=Object(n.m)(()=>{C(),u({channelId:o?t:I}),o||i(s.g.Initial)},[C,u,o,t,I,i]),P=Object(n.m)(()=>{N(),d({channelId:t,chatId:h})},[N,d,t,h]);function M(){const e=a[h];if(e)return n.a.createElement("div",{className:"modal-header"},n.a.createElement(z.a,{size:"tiny",chat:e}),n.a.createElement("div",{className:"modal-title"},S("Channel.DiscussionGroup.LinkGroup")))}function F(){const t=a[h];if(t)return t.hasPrivateLink?Object(G.a)(`Do you want to make **${t.title}** the discussion board for **${e.title}**?`,["br","simple_markdown"]):Object(G.a)(`Do you want to make **${t.title}** the discussion board for **${e.title}**?\n\nAnyone from the channel will be able to see messages in this group.`,["br","simple_markdown"])}return n.a.createElement("div",{className:"Management"},n.a.createElement("div",{className:"custom-scroll"},n.a.createElement("div",{className:"section"},n.a.createElement("div",{className:"section-icon"},p&&n.a.createElement(Zt.a,{id:"discussionGroupsDucks",size:l.eb,animationData:p,play:E,noLoop:!0,onLoad:O})),c&&n.a.createElement("div",null,n.a.createElement(fe.a,{className:"chat-item-clickable",inactive:!0},n.a.createElement(Ce.a,{chatId:c.id})),n.a.createElement(fe.a,{icon:"delete",ripple:!0,destructive:!0,onClick:j},S(o?"DiscussionUnlinkGroup":"DiscussionUnlinkChannel")),n.a.createElement(Dt.a,{isOpen:f,onClose:C,header:n.a.createElement("div",{className:"modal-header"},n.a.createElement(z.a,{size:"tiny",chat:c}),n.a.createElement("div",{className:"modal-title"},S(o?"DiscussionUnlinkGroup":"DiscussionUnlinkChannel"))),textParts:Object(G.a)(S(o?"DiscussionUnlinkChannelAlert":"DiscussionUnlinkGroupAlert",c.title),["br","simple_markdown"]),confirmLabel:S(o?"DiscussionUnlinkGroup":"DiscussionUnlinkChannel"),confirmHandler:w,confirmIsDestructive:!0})),!c&&n.a.createElement("div",null,n.a.createElement("p",{className:"section-help"},S("DiscussionChannelHelp")),n.a.createElement("div",{teactFastList:!0},n.a.createElement(fe.a,{key:"create-group",icon:"group",ripple:!0,teactOrderKey:0,className:"not-implemented"},S("DiscussionCreateGroup")),r?r.map((e,t)=>n.a.createElement(fe.a,{key:e,teactOrderKey:t+1,className:"chat-item-clickable scroll-item",onClick:()=>{b(e),k()}},n.a.createElement(Ce.a,{chatId:e}))):n.a.createElement(Xe.a,{key:"nothing-found",teactOrderKey:0,text:"No discussion groups found"})),n.a.createElement("p",{className:"mt-4 mb-0 section-help"},S("DiscussionChannelHelp2")),n.a.createElement(Dt.a,{isOpen:y,onClose:N,header:M(),textParts:F(),confirmLabel:S("DiscussionLinkGroup"),confirmHandler:P,isButtonsInOneRow:!0})))))}));var $c=Object(n.h)(Object(c.h)((e,{chatId:t,isPromotedByCurrentUser:a})=>{const n=Object(m.f)(e,t);return{chat:n,isFormFullyDisabled:!(n.isCreator||a)}},(e,t)=>Object(u.l)(t,["updateChatMemberBannedRights"]))(({chat:e,selectedChatMemberId:t,onScreenSelect:a,updateChatMemberBannedRights:c,isFormFullyDisabled:r})=>{const[l,o]=Object(n.r)({}),[i,m]=Object(n.r)(!1),[d,u]=Object(n.r)(!1),[h,b,p]=Object(De.a)(),g=Object(T.a)(),E=Object(n.p)(()=>{if(e&&e.fullInfo&&e.fullInfo.members)return e.fullInfo.members.find(({userId:e})=>e===t)},[e,t]);Object(n.n)(()=>{e&&e.fullInfo&&t&&!E&&a(s.g.GroupPermissions)},[e,a,E,t]),Object(n.n)(()=>{o(E&&E.bannedRights||e&&e.defaultBannedRights||{}),m(!1),u(!1)},[e,E]);const v=Object(n.m)(e=>{const{name:t}=e.target;function a(e){return!e||void 0}o(e=>({...e,[t]:a(e[t]),..."sendStickers"===t&&{sendGifs:a(e[t])}})),m(!0)},[]),O=Object(n.m)(()=>{e&&t&&(u(!0),c({chatId:e.id,userId:t,bannedRights:l}))},[e,t,l,c]),f=Object(n.m)(()=>{e&&t&&c({chatId:e.id,userId:t,bannedRights:{viewMessages:!0}})},[e,t,c]),j=Object(n.m)(t=>!!r||!(!e||!e.defaultBannedRights)&&e.defaultBannedRights[t],[e,r]);if(E)return n.a.createElement("div",{className:"Management"},n.a.createElement("div",{className:"custom-scroll"},n.a.createElement("div",{className:"section"},n.a.createElement(fe.a,{inactive:!0,className:"chat-item-clickable"},n.a.createElement(je.a,{userId:E.userId})),n.a.createElement("h3",{className:"section-heading mt-4"},g("UserRestrictionsCanDo")),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"sendMessages",checked:!l.sendMessages,label:g("UserRestrictionsSend"),blocking:!0,disabled:j("sendMessages"),onChange:v})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"sendMedia",checked:!l.sendMedia,label:g("UserRestrictionsSendMedia"),blocking:!0,disabled:j("sendMedia"),onChange:v})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"sendStickers",checked:!l.sendStickers&&!l.sendGifs,label:g("UserRestrictionsSendStickers"),blocking:!0,disabled:j("sendStickers"),onChange:v})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"sendPolls",checked:!l.sendPolls,label:g("UserRestrictionsSendPolls"),blocking:!0,disabled:j("sendPolls"),onChange:v})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"embedLinks",checked:!l.embedLinks,label:g("UserRestrictionsEmbedLinks"),blocking:!0,disabled:j("embedLinks"),onChange:v})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"inviteUsers",checked:!l.inviteUsers,label:g("UserRestrictionsInviteUsers"),blocking:!0,disabled:j("inviteUsers"),onChange:v})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"pinMessages",checked:!l.pinMessages,label:g("UserRestrictionsPinMessages"),blocking:!0,disabled:j("pinMessages"),onChange:v})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"changeInfo",checked:!l.changeInfo,label:g("UserRestrictionsChangeInfo"),blocking:!0,disabled:j("changeInfo"),onChange:v}))),!r&&n.a.createElement("div",{className:"section"},n.a.createElement(fe.a,{icon:"delete-user",ripple:!0,destructive:!0,onClick:b},g("UserRestrictionsBlock")))),n.a.createElement(zt,{isShown:i,onClick:O,ariaLabel:g("Save"),disabled:d},d?n.a.createElement(B.a,{color:"white"}):n.a.createElement("i",{className:"icon-check"})),n.a.createElement(Dt.a,{isOpen:h,onClose:p,text:"Are you sure you want to ban and remove this user from the group?",confirmLabel:"Remove",confirmHandler:f,confirmIsDestructive:!0}))}));var Hc=Object(n.h)(Object(c.h)((e,{chatId:t})=>{const a=Object(m.f)(e,t),{byId:n}=e.users;return{chat:a,currentUserId:e.currentUserId,isChannel:Object(d.jb)(a),usersById:n}})(({chat:e,isChannel:t,currentUserId:a,usersById:c,onScreenSelect:r,onChatMemberSelect:l})=>{const o=Object(T.a)();const i=Object(n.p)(()=>e.fullInfo&&e.fullInfo.adminMembers?e.fullInfo.adminMembers.sort((e,t)=>e.isOwner?-1:t.isOwner?1:0):[],[e]),m=Object(n.m)(e=>{l(e.userId,e.promotedByUserId===a),r(s.g.ChatAdminRights)},[a,l,r]),u=Object(n.m)(e=>{if(e.isOwner)return o("ChannelCreator");const t=e.promotedByUserId?c[e.promotedByUserId]:void 0;return t?o("EditAdminPromotedBy",Object(d.Z)(t)):o("ChannelAdmin")},[o,c]);return n.a.createElement("div",{className:"Management"},n.a.createElement("div",{className:"custom-scroll"},n.a.createElement("div",{className:"section"},n.a.createElement(fe.a,{icon:"recent",ripple:!0,onClick:function(){r(s.g.GroupRecentActions)}},n.a.createElement("div",{className:"multiline-item"},n.a.createElement("span",{className:"title"},o("EventLog")),n.a.createElement("span",{className:"subtitle"},o(t?"EventLogInfoDetailChannel":"EventLogInfoDetail"))))),n.a.createElement("div",{className:"section"},n.a.createElement("p",{className:"text-muted"},t?"You can add administrators to help you manage your channel.":"You can add administrators to help you manage your group."),i.map(e=>n.a.createElement(fe.a,{key:e.userId,className:"chat-item-clickable",ripple:!0,onClick:()=>m(e)},n.a.createElement(je.a,{userId:e.userId,status:u(e),forceShowSelf:!0}))))))}));var Vc=Object(n.h)(Object(c.h)((e,{chatId:t})=>({chat:Object(m.f)(e,t)}))(({chat:e})=>{const t=Object(T.a)(),a=Object(n.p)(()=>e&&e.fullInfo&&e.fullInfo.adminMembers?e.fullInfo.adminMembers.sort((e,t)=>e.isOwner?-1:t.isOwner?1:0):[],[e]),c=Object(n.m)(e=>e.isOwner?t("ChannelCreator"):t("ChannelAdmin"),[t]);return n.a.createElement("div",{className:"Management"},n.a.createElement("div",{className:"custom-scroll"},n.a.createElement("div",{className:"section not-implemented"},n.a.createElement("h3",{className:"section-heading"},"Actions"),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"changeInfo",checked:!0,label:t("EventLogAllEvents"),onChange:void 0})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"changeInfo",checked:!0,label:t("EventLogFilterNewAdmins"),onChange:void 0})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"changeInfo",checked:!0,label:t("EventLogFilterNewMembers"),onChange:void 0})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"changeInfo",checked:!0,label:t("EventLogFilterChannelInfo"),onChange:void 0})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"changeInfo",checked:!0,label:t("EventLogFilterDeletedMessages"),onChange:void 0})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"changeInfo",checked:!0,label:t("EventLogFilterEditedMessages"),onChange:void 0})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"changeInfo",checked:!0,label:t("EventLogFilterLeavingMembers"),onChange:void 0}))),n.a.createElement("div",{className:"section not-implemented"},n.a.createElement("h3",{className:"section-heading"},"Admins"),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"changeInfo",checked:!0,label:t("EventLogAllAdmins"),onChange:void 0})),a.map(e=>n.a.createElement(fe.a,{key:e.userId,className:"chat-item-clickable picker-list-item",onClick:void 0,ripple:!0},n.a.createElement(aa.a,{label:"",checked:!0}),n.a.createElement(je.a,{userId:e.userId,status:c(e),forceShowSelf:!0}))))))}));var Wc=Object(n.h)(Object(c.h)((e,{chatId:t,isPromotedByCurrentUser:a})=>{const n=Object(m.f)(e,t),{byId:c}=e.users,{currentUserId:r}=e;return{chat:n,usersById:c,currentUserId:r,isChannel:Object(d.jb)(n),isFormFullyDisabled:!(n.isCreator||a)}},(e,t)=>Object(u.l)(t,["updateChatAdmin"]))(({selectedChatMemberId:e,onScreenSelect:t,chat:a,usersById:c,currentUserId:r,isChannel:l,isFormFullyDisabled:o,updateChatAdmin:i})=>{const[m,u]=Object(n.r)({}),[h,b]=Object(n.r)(!1),[p,g]=Object(n.r)(!1),[E,v,O]=Object(De.a)(),[f,j]=Object(n.r)(""),C=Object(T.a)(),y=Object(n.p)(()=>{if(a.fullInfo&&a.fullInfo.adminMembers)return a.fullInfo.adminMembers.find(({userId:t})=>t===e)},[a,e]);Object(n.n)(()=>{a&&a.fullInfo&&e&&!y&&t(s.g.ChatAdministrators)},[a,t,y,e]),Object(n.n)(()=>{u(y&&y.adminRights||{}),j((y&&y.customTitle||"").substr(0,16)),b(!1),g(!1)},[y]);const k=Object(n.m)(e=>{const{name:t}=e.target;u(e=>{return{...e,[t]:(a=e[t],!a||void 0)};var a}),b(!0)},[]),N=Object(n.m)(()=>{e&&(g(!0),i({chatId:a.id,userId:e,adminRights:m,customTitle:f}))},[a,e,m,f,i]),S=Object(n.m)(()=>{e&&(i({chatId:a.id,userId:e,adminRights:{}}),O())},[a.id,O,e,i]),I=Object(n.m)(e=>!Object(d.ib)(a)&&(!(!o&&a.adminRights)||!a.adminRights[e]),[a,o]),w=Object(n.p)(()=>{if(!y)return;if(y.isOwner)return C("ChannelCreator");const e=y.promotedByUserId?c[y.promotedByUserId]:void 0;return e?C("EditAdminPromotedBy",Object(d.Z)(e)):C("ChannelAdmin")},[y,c,C]),P=Object(n.m)(e=>{const{value:t}=e.target;j(t),b(!0)},[]);if(y)return n.a.createElement("div",{className:"Management"},n.a.createElement("div",{className:"custom-scroll"},n.a.createElement("div",{className:"section"},n.a.createElement(fe.a,{inactive:!0,className:"chat-item-clickable"},n.a.createElement(je.a,{userId:y.userId,status:w,forceShowSelf:!0})),n.a.createElement("h3",{className:"section-heading mt-4"},C("EditAdminWhatCanDo")),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"changeInfo",checked:!!m.changeInfo,label:C(l?"EditAdminChangeChannelInfo":"EditAdminChangeGroupInfo"),blocking:!0,disabled:I("changeInfo"),onChange:k})),l&&n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"postMessages",checked:!!m.postMessages,label:C("EditAdminPostMessages"),blocking:!0,disabled:I("postMessages"),onChange:k})),l&&n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"editMessages",checked:!!m.editMessages,label:C("EditAdminEditMessages"),blocking:!0,disabled:I("editMessages"),onChange:k})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"deleteMessages",checked:!!m.deleteMessages,label:C(l?"EditAdminDeleteMessages":"EditAdminGroupDeleteMessages"),blocking:!0,disabled:I("deleteMessages"),onChange:k})),!l&&n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"banUsers",checked:!!m.banUsers,label:C("EditAdminBanUsers"),blocking:!0,disabled:I("banUsers"),onChange:k})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"inviteUsers",checked:!!m.inviteUsers,label:C("EditAdminAddUsers"),blocking:!0,disabled:I("inviteUsers"),onChange:k})),!l&&n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"pinMessages",checked:!!m.pinMessages,label:C("EditAdminPinMessages"),blocking:!0,disabled:I("pinMessages"),onChange:k})),n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"addAdmins",checked:!!m.addAdmins,label:C("EditAdminAddAdmins"),blocking:!0,disabled:I("addAdmins"),onChange:k})),!l&&n.a.createElement("div",{className:"ListItem no-selection"},n.a.createElement(aa.a,{name:"anonymous",checked:!!m.anonymous,label:C("EditAdminSendAnonymously"),blocking:!0,disabled:I("anonymous"),onChange:k})),o&&n.a.createElement("p",{className:"section-info mb-4"},C("Channel.EditAdmin.CannotEdit")),!l&&n.a.createElement(ve.a,{id:"admin-title",label:C("EditAdminRank"),onChange:P,value:f,disabled:o,maxLength:16}),r!==e&&!o&&n.a.createElement(fe.a,{icon:"delete",ripple:!0,destructive:!0,onClick:v},C("EditAdminRemoveAdmin")))),n.a.createElement(zt,{isShown:h,onClick:N,ariaLabel:C("Save"),disabled:p},p?n.a.createElement(B.a,{color:"white"}):n.a.createElement("i",{className:"icon-check"})),n.a.createElement(Dt.a,{isOpen:E,onClose:O,text:"Are you sure you want to dismiss this admin?",confirmLabel:"Dismiss",confirmHandler:S,confirmIsDestructive:!0}))}));var Yc=Object(n.h)(Object(c.h)((e,{chatId:t})=>{const a=Object(m.f)(e,t),{byId:n}=e.users;return{members:a&&a.fullInfo&&a.fullInfo.members,usersById:n,isChannel:a&&Object(d.jb)(a)}},(e,t)=>Object(u.l)(t,["openUserInfo"]))(({members:e,usersById:t,isChannel:a,openUserInfo:c})=>{const r=Object(n.p)(()=>{if(e&&t)return Object(d.W)(e.map(({userId:e})=>e),t)},[e,t]),s=Object(n.m)(e=>{c({id:e})},[c]);return n.a.createElement("div",{className:"Management"},n.a.createElement("div",{className:"custom-scroll"},n.a.createElement("div",{className:"section",teactFastList:!0},r?r.map((e,t)=>n.a.createElement(fe.a,{key:e,teactOrderKey:t,className:"chat-item-clickable scroll-item",onClick:()=>s(e)},n.a.createElement(je.a,{userId:e,forceShowSelf:!0}))):n.a.createElement(Xe.a,{teactOrderKey:0,key:"nothing-found",text:a?"No subscribers found":"No members found"}))))}));var Kc=Object(n.h)(Object(c.h)((e,{chatId:t})=>{const a=Object(m.f)(e,t),{byId:n}=e.users;return{members:a&&a.fullInfo&&a.fullInfo.members,usersById:n,isChannel:a&&Object(d.jb)(a)}})(({usersById:e,members:t,isChannel:a,onScreenSelect:c,onChatMemberSelect:r})=>{const l=Object(n.p)(()=>{if(t&&e)return Object(d.W)(t.filter(e=>!e.isOwner).map(({userId:e})=>e),e)},[t,e]),o=Object(n.m)(e=>{r(e),c(s.g.GroupUserPermissions)},[r,c]);return n.a.createElement("div",{className:"Management"},n.a.createElement("div",{className:"custom-scroll"},n.a.createElement("div",{className:"section",teactFastList:!0},l?l.map((e,t)=>n.a.createElement(fe.a,{key:e,teactOrderKey:t,className:"chat-item-clickable scroll-item",onClick:()=>o(e)},n.a.createElement(je.a,{userId:e,forceShowSelf:!0}))):n.a.createElement(Xe.a,{teactOrderKey:0,key:"nothing-found",text:a?"No subscribers found":"No members found"}))))}));var Zc=Object(n.h)(Object(c.h)(e=>({managementType:Object(m.t)(e)}))(({chatId:e,currentScreen:t,selectedChatMemberId:a,isPromotedByCurrentUser:c,onScreenSelect:r,onChatMemberSelect:l,managementType:o})=>{switch(t){case s.g.Initial:switch(o){case"user":return n.a.createElement(Bc,{key:e,userId:e});case"group":return n.a.createElement(Dc,{key:e,chatId:e,onScreenSelect:r});case"channel":return n.a.createElement(Uc,{key:e,chatId:e,onScreenSelect:r})}break;case s.g.ChatPrivacyType:return n.a.createElement(zc,{chatId:e});case s.g.Discussion:return n.a.createElement(qc,{chatId:e,onScreenSelect:r});case s.g.GroupPermissions:return n.a.createElement(xc,{chatId:e,onScreenSelect:r,onChatMemberSelect:l});case s.g.GroupRemovedUsers:return n.a.createElement(Rc,{chatId:e});case s.g.GroupUserPermissionsCreate:return n.a.createElement(Kc,{chatId:e,onChatMemberSelect:l,onScreenSelect:r});case s.g.GroupUserPermissions:return n.a.createElement($c,{chatId:e,selectedChatMemberId:a,isPromotedByCurrentUser:c,onScreenSelect:r});case s.g.ChatAdministrators:return n.a.createElement(Hc,{chatId:e,onScreenSelect:r,onChatMemberSelect:l});case s.g.GroupRecentActions:return n.a.createElement(Vc,{chatId:e});case s.g.ChatAdminRights:return n.a.createElement(Wc,{chatId:e,selectedChatMemberId:a,isPromotedByCurrentUser:c,onScreenSelect:r});case s.g.ChannelSubscribers:case s.g.GroupMembers:return n.a.createElement(Yc,{chatId:e})}}));const Qc={USD:"$",EUR:"€",GBP:"£",JPY:"¥",RUB:"₽",UAH:"₴",INR:"₹",AED:"د.إ"};function _c(e){return e&&Qc[e]||""}const Xc=/^4[0-9]{12}(?:[0-9]{1,3})?$/,Jc=/^5[1-5][0-9]{11,14}$/,er=/^2[2-7][0-9]{11,14}$/;let tr;!function(e){e[e.Default=0]="Default",e[e.Visa=1]="Visa",e[e.Mastercard=2]="Mastercard"}(tr||(tr={}));const ar={[tr.Default]:"",[tr.Visa]:"visa",[tr.Mastercard]:"mastercard"};function nr(e){return e=e.replace(/\s/g,""),Xc.test(e)?tr.Visa:Jc.test(e)||er.test(e)?tr.Mastercard:tr.Default}var cr=a(54);const rr={streetLine1:"",streetLine2:"",city:"",state:"",countryIso2:"",postCode:"",fullName:"",email:"",phone:"",shipping:"",cardNumber:"",cardholder:"",expiry:"",cvv:"",billingCountry:"",billingZip:"",saveInfo:!0,saveCredentials:!1,formErrors:{}},sr=(e,t)=>{switch(t.type){case"changeAddress1":return{...e,streetLine1:t.payload,formErrors:{...e.formErrors,streetLine1:void 0}};case"changeAddress2":return{...e,streetLine2:t.payload,formErrors:{...e.formErrors,streetLine2:void 0}};case"changeCity":return{...e,city:t.payload,formErrors:{...e.formErrors,city:void 0}};case"changeState":return{...e,state:t.payload,formErrors:{...e.formErrors,state:void 0}};case"changeCountry":return{...e,countryIso2:t.payload,billingCountry:lr(t.payload),formErrors:{...e.formErrors,countryIso2:void 0}};case"changePostCode":return{...e,postCode:t.payload,formErrors:{...e.formErrors,postCode:void 0}};case"changeFullName":return{...e,fullName:t.payload,formErrors:{...e.formErrors,fullName:void 0}};case"changeEmail":return{...e,email:t.payload,formErrors:{...e.formErrors,email:void 0}};case"changePhone":return{...e,phone:t.payload,formErrors:{...e.formErrors,phone:void 0}};case"changeShipping":return{...e,shipping:t.payload};case"changeCardNumber":return{...e,cardNumber:t.payload,formErrors:{...e.formErrors,cardNumber:void 0}};case"changeCardholder":return{...e,cardholder:t.payload,formErrors:{...e.formErrors,cardholder:void 0}};case"changeExpiryDate":return{...e,expiry:t.payload,formErrors:{...e.formErrors,expiry:void 0}};case"changeCvvCode":return{...e,cvv:t.payload,formErrors:{...e.formErrors,cvv:void 0}};case"changeBillingCountry":return{...e,billingCountry:t.payload,formErrors:{...e.formErrors,billingCountry:void 0}};case"changeBillingZip":return{...e,billingZip:t.payload,formErrors:{...e.formErrors,billingZip:void 0}};case"changeSaveInfo":return{...e,saveInfo:t.payload};case"changeSaveCredentials":return{...e,saveCredentials:t.payload};case"updateUserInfo":return t.payload.countryIso2?{...e,...t.payload,billingCountry:lr(t.payload.countryIso2)}:{...e,...t.payload};case"setFormErrors":return{...e,formErrors:{...e.formErrors,...t.payload}};default:return e}};function lr(e){const t=Rt.a.find(({id:t})=>t===e);return t?t.name:""}function or(e,t=400){Object(n.n)(()=>{o.k||setTimeout(()=>{Object(K.b)(()=>{e.current&&e.current.focus()})},t)},[e,t])}var ir=Object(n.h)(e=>{const{id:t,value:a,label:c,hasArrow:r,error:s,ref:l,placeholder:o,onChange:i,children:m}=e,d=s||c,u=Object(le.a)("input-group",a&&"touched",s&&"error",d&&"with-label",r&&"with-arrow","input-group");return n.a.createElement("div",{className:u},n.a.createElement("select",{className:"form-control",id:t,value:a||"",onChange:i,placeholder:o||c,ref:l},m),d&&t&&n.a.createElement("label",{htmlFor:t},d))});a(286);var mr=Object(n.h)(({state:e,needEmail:t,needPhone:a,needName:c,needAddress:r,dispatch:s})=>{const l=Object(n.q)(null),o=Object(n.q)(null),i=Object(n.q)(null);Object(n.n)(()=>{i.current&&i.current.value!==e.countryIso2&&(i.current.value=e.countryIso2)},[e.countryIso2]);const m=Object(T.a)();or(l);const d=Object(n.m)(e=>{s({type:"changeAddress1",payload:e.target.value})},[s]),u=Object(n.m)(e=>{s({type:"changeAddress2",payload:e.target.value})},[s]),h=Object(n.m)(e=>{s({type:"changeCity",payload:e.target.value})},[s]),b=Object(n.m)(e=>{s({type:"changeState",payload:e.target.value})},[s]),p=Object(n.m)(e=>{s({type:"changeCountry",payload:e.target.value})},[s]),g=Object(n.m)(e=>{s({type:"changePostCode",payload:e.target.value})},[s]),E=Object(n.m)(e=>{s({type:"changeFullName",payload:e.target.value})},[s]),v=Object(n.m)(e=>{s({type:"changeEmail",payload:e.target.value})},[s]),O=Object(n.m)(e=>{let{value:t}=e.target;t="+"+t.replace(/\D/g,""),o.current&&(o.current.value=t),s({type:"changePhone",payload:t})},[s]),f=Object(n.m)(e=>{s({type:"changeSaveInfo",payload:e.target.value})},[s]),{formErrors:j}=e;return n.a.createElement("div",{className:"ShippingInfo"},n.a.createElement("form",null,r?n.a.createElement("div",null,n.a.createElement("h5",null,m("PaymentShippingAddress")),n.a.createElement(ve.a,{ref:l,label:"Address1 (Street)",onChange:d,value:e.streetLine1,inputMode:"text",error:j.streetLine1}),n.a.createElement(ve.a,{label:"Address2 (Street)",onChange:u,value:e.streetLine2,inputMode:"text",error:j.streetLine2}),n.a.createElement(ve.a,{label:"City",onChange:h,value:e.city,inputMode:"text",error:j.city}),n.a.createElement(ve.a,{label:"State",onChange:b,value:e.state,inputMode:"text",error:j.state}),n.a.createElement(ir,{label:"Country",placeholder:"Country",onChange:p,value:e.countryIso2,hasArrow:Boolean(!0),id:"shipping-country",error:j.countryIso2,ref:i},Rt.a.map(({name:e,id:t})=>n.a.createElement("option",{value:t,className:"county-item"},e))),n.a.createElement(ve.a,{label:"Post Code",onChange:g,value:e.postCode,inputMode:"text",error:j.postCode})):void 0,c||t||a?n.a.createElement("h5",null,m("PaymentShippingReceiver")):void 0,c&&n.a.createElement(ve.a,{label:"Full name",onChange:E,value:e.fullName,inputMode:"text",error:j.fullName}),t&&n.a.createElement(ve.a,{label:"Email",onChange:v,value:e.email,inputMode:"email",error:j.email}),a&&n.a.createElement(ve.a,{label:"Phone number",onChange:O,value:e.phone,inputMode:"tel",error:j.phone,ref:o}),n.a.createElement(aa.a,{label:m("PaymentShippingSave"),subLabel:m("PaymentShippingSaveInfo"),checked:Boolean(e.saveInfo),onChange:f})))});a(287);var dr=Object(n.h)(({state:e,shippingOptions:t,currency:a,dispatch:c})=>{Object(n.n)(()=>{t&&!e.shipping&&c({type:"changeShipping",payload:t[0].id})},[t,e.shipping,c]);const r=Object(n.m)(e=>{c({type:"changeShipping",payload:e})},[c]),s=Object(n.p)(()=>t.map(({id:e,title:t,amount:n})=>({label:t,subLabel:`${a} ${String(n/100)}`,value:e})),[t,a]);return n.a.createElement("div",{className:"Shipping"},n.a.createElement("form",null,n.a.createElement("p",null,"Select shipping method"),n.a.createElement(oa.a,{name:"shipping-options",options:s,onChange:r,selected:e.shipping})))});a(288);function ur(e,t,a,c=!1){return n.a.createElement("div",{className:"price-info-item "+(c?"price-info-item-main":"")},n.a.createElement("div",{className:"title"},e),n.a.createElement("div",{className:"value"},`${a||""} ${(t/100).toFixed(2)}`))}function hr(e,t,a){return n.a.createElement("div",{className:"checkout-info-item"},n.a.createElement("i",{className:e}," "),n.a.createElement("div",{className:"info"},n.a.createElement("div",{className:"title"},t),n.a.createElement("p",{className:"data"},a)))}var br=Object(n.h)(({invoiceContent:e,prices:t,shippingPrices:a,checkoutInfo:c,currency:r,totalPrice:s})=>{const{photoUrl:l,title:o,text:i}=e||{},{paymentMethod:m,paymentProvider:d,shippingAddress:u,name:h,phone:b,shippingMethod:p}=c||{};return n.a.createElement("div",{className:"Checkout"},n.a.createElement("div",{className:"description has-image"},l&&n.a.createElement("img",{src:l,alt:""}),n.a.createElement("div",{className:"text"},n.a.createElement("h5",null,o),n.a.createElement("p",null,i))),n.a.createElement("div",{className:"price-info"},t&&t.map(e=>ur(e.label,e.amount,r,!1)),a&&a.map(e=>ur(e.label,e.amount,r,!1)),void 0!==s&&ur("Total",s,r,!0)),n.a.createElement("div",{className:"invoice-info"},m&&hr("icon-card",m,"Payment method"),d&&hr("stripe-provider",d,"Payment provider"),u&&hr("icon-location",u,"Shipping address"),h&&hr("icon-user",h,"Name"),b&&hr("icon-phone",b,"Phone number"),p&&hr("icon-truck",p,"Shipping method")))});var pr=Object(n.h)(({value:e,error:t,onChange:a})=>{const c=Object(n.q)(null),r=Object(n.m)(t=>{if("Backspace"===t.key&&"/"===e.charAt(e.length-1)){const t=e.slice(0,e.length-1);c.current&&(c.current.value=t)}},[e]),s=Object(n.m)(e=>{a(function(e){const t=(e=e.replace(/[^\d]/g,"").slice(0,4)).match(/.{1,2}/g);return t&&t[0]&&Number(t[0])>12&&(t[0]="12"),t&&t[0]&&2===t[0].length&&!t[1]&&(t[1]=""),t?t.join("/"):""}(e.target.value))},[a]);return n.a.createElement(ve.a,{label:"Expiry date",ref:c,onChange:s,onKeyDown:r,value:e,error:t,inputMode:"numeric",maxLength:5})}),gr=(a(289),a.p+"mastercard.4216118edafe23cc2dec7b8807ba4622.svg"),Er=a.p+"visa.e5a7c336e1deb4b92a636e2e053878c4.svg";var vr=Object(n.h)(({value:e,error:t,onChange:a})=>{const c=Object(n.q)(null);or(c);const[r,s]=Object(n.r)(tr.Default);Object(n.n)(()=>{const t=nr(e);s(t)},[]);const l=Object(n.m)(e=>{const t=function(e){const t=(e=e.replace(/[^\d]/g,"")).match(/.{1,4}/g);return t?t.join(" "):""}(e.target.value),n=nr(e.target.value);s(n),a(t),c.current&&(c.current.value=t)},[a,c]),o=function(e){switch(e){case tr.Mastercard:return n.a.createElement("img",{src:gr,alt:""});case tr.Visa:return n.a.createElement("img",{src:Er,alt:""});default:return}}(r);return n.a.createElement("div",{className:"CardInput"},n.a.createElement("span",{className:"left-addon"},o),n.a.createElement(ve.a,{ref:c,label:"Card number",onChange:l,value:e,inputMode:"numeric",className:r?"has-left-addon":"",error:t,maxLength:23}))});a(290);var Or=Object(n.h)(({state:e,canSaveCredentials:t,needCardholderName:a,needCountry:c,needZip:r,dispatch:s})=>{const l=Object(n.q)(null);Object(n.n)(()=>{l.current&&l.current.value!==e.billingCountry&&(l.current.value=e.billingCountry)},[e.billingCountry]);const o=Object(n.m)(e=>{s({type:"changeCardNumber",payload:e})},[s]),i=Object(n.m)(e=>{s({type:"changeCardholder",payload:e.target.value.toUpperCase()})},[s]),m=Object(n.m)(e=>{s({type:"changeExpiryDate",payload:e})},[s]),d=Object(n.m)(e=>{s({type:"changeCvvCode",payload:e.target.value})},[s]),u=Object(n.m)(e=>{s({type:"changeBillingCountry",payload:e.target.value})},[s]),h=Object(n.m)(e=>{s({type:"changeBillingZip",payload:e.target.value})},[s]),b=Object(n.m)(e=>{s({type:"changeSaveCredentials",payload:e.target.value})},[s]),p=Object(T.a)(),{formErrors:g={}}=e;return n.a.createElement("div",{className:"PaymentInfo"},n.a.createElement("form",null,n.a.createElement("h5",null,p("PaymentCardTitle")),n.a.createElement(vr,{onChange:o,value:e.cardNumber,error:g.cardNumber}),a&&n.a.createElement(ve.a,{label:"Name on card",onChange:i,value:e.cardholder,inputMode:"text",error:g.cardholder}),n.a.createElement("section",{className:"inline-inputs"},n.a.createElement(pr,{value:e.expiry,onChange:m,error:g.expiry}),n.a.createElement(ve.a,{label:"CVV code",onChange:d,value:e.cvv,inputMode:"numeric",maxLength:3,error:g.cvv})),c||r?n.a.createElement("h5",null,p("PaymentBillingAddress")):void 0,c&&n.a.createElement(ir,{label:"Country",placeholder:"Country",onChange:u,value:e.billingCountry,hasArrow:Boolean(!0),id:"billing-country",error:g.billingCountry,ref:l},Rt.a.map(({name:e})=>n.a.createElement("option",{value:e,className:"county-item"},e))),r&&n.a.createElement(ve.a,{label:"Post Code",onChange:h,value:e.billingZip,inputMode:"text",error:g.billingZip}),t&&n.a.createElement(aa.a,{label:p("PaymentCardSavePaymentInformation"),checked:e.saveCredentials,onChange:b})))});a(172);var fr=Object(n.h)(Object(c.h)(e=>{const{step:t,shippingOptions:a,savedInfo:n,canSaveCredentials:c,invoice:r,invoiceContent:s,nativeProvider:l,nativeParams:o,passwordMissing:i,error:m}=e.payment,d=Boolean(r&&(!l||"stripe"!==l)),{needCardholderName:u,needCountry:h,needZip:b}=o||{},{nameRequested:p,phoneRequested:g,emailRequested:E,shippingAddressRequested:v,flexible:O,phoneToProvider:f,emailToProvider:j,currency:C,prices:y}=r||{};return{step:t,shippingOptions:a,savedInfo:n,canSaveCredentials:c,nativeProvider:l,passwordMissing:i,nameRequested:p,shippingAddressRequested:v,phoneRequested:g,emailRequested:E,flexible:O,phoneToProvider:f,emailToProvider:j,currency:C,prices:y,isProviderError:d,invoiceContent:s,needCardholderName:u,needCountry:h,needZip:b,error:m,globalErrors:e.errors}},(e,t)=>Object(u.l)(t,["validateRequestedInfo","sendPaymentForm","setPaymentStep","sendCredentialsInfo","clearPaymentError"]))(({isOpen:e,onClose:t,step:a,shippingOptions:c,savedInfo:r,canSaveCredentials:l,nameRequested:o,shippingAddressRequested:i,phoneRequested:m,emailRequested:d,phoneToProvider:u,emailToProvider:h,currency:b,passwordMissing:p,isProviderError:g,invoiceContent:E,nativeProvider:v,prices:O,needCardholderName:f,needCountry:j,needZip:C,error:y,globalErrors:k,validateRequestedInfo:N,sendPaymentForm:S,setPaymentStep:I,sendCredentialsInfo:w,clearPaymentError:P})=>{const[M,F]=Nt(sr,rr),L=_c(b),[A,D]=Object(n.r)(!1),U=Object(T.a)();Object(n.n)(()=>{(a||y||k)&&D(!1)},[a,y,k]),Object(n.n)(()=>{if(y&&y.field)F({type:"setFormErrors",payload:{[y.field]:y.fieldError}});else if(k&&k.length){const e=Object(cr.a)(k);F({type:"setFormErrors",payload:{...e}})}},[y,k,F]),Object(n.n)(()=>{if(r){const{name:e,phone:t,email:a,shippingAddress:n}=r;F({type:"updateUserInfo",payload:{fullName:e,phone:t&&"+"!==t.charAt(0)?"+"+t:t,email:a,...n||{}}})}},[r,F]);const G=Object(n.m)(()=>{P()},[P]),z=Object(n.p)(()=>a!==s.i.Checkout?0:function(e=[],t,a){const n=t?Cr(t,a):[];let c=0;const r=e.concat(n||[]);return c=r.reduce((e,t)=>e+t.amount,c),c}(O,c,M.shipping),[a,M.shipping,O,c]),q=Object(n.p)(()=>{if(a===s.i.Checkout)return function(e,t,a){const n=`${function(e){const t=nr(e);return ar[t]||""}(e.cardNumber)} *${e.cardNumber.slice(-4)}`,c=e.streetLine1?`${e.streetLine1}, ${e.city}, ${e.countryIso2}`:void 0,{phone:r,fullName:s}=e,l=t?jr(t,e.shipping):void 0,o=l?l.title:void 0;return{paymentMethod:n,paymentProvider:a,shippingAddress:c,name:s,phone:r,shippingMethod:o}}(M,c,v||"")},[a,M,c,v]);const $=Object(n.m)(()=>{const{saveInfo:e}=M,t=function(e){const{streetLine1:t,streetLine2:a,city:n,state:c,countryIso2:r,postCode:s,fullName:l,phone:o,email:i}=e;return{name:l,phone:o,email:i,shippingAddress:{streetLine1:t,streetLine2:a,city:n,state:c,countryIso2:r,postCode:s}}}(M);N({requestInfo:t,saveInfo:e})},[N,M]),H=Object(n.m)(()=>{const e=function(e){const{cardNumber:t,cardholder:a,expiry:n,cvv:c,billingCountry:r,billingZip:s}=e,[l,o]=n.split("/");return{data:{cardNumber:t,cardholder:a,expiryMonth:l,expiryYear:o,cvv:c,country:r,zip:s}}}(M);w({credentials:e})},[w,M]),V=Object(n.m)(()=>{S({shippingOptionId:M.shipping,saveCredentials:M.saveCredentials})},[S,M]),W=Object(n.m)(e=>{I({step:e})},[I]),Y=Object(n.m)(()=>{switch(D(!0),a){case s.i.ShippingInfo:return $();case s.i.Shipping:return W(s.i.PaymentInfo);case s.i.PaymentInfo:return H();case s.i.Checkout:return V();default:return()=>{}}},[a,$,W,H,V]),K=Object(n.p)(()=>{switch(a){case s.i.ShippingInfo:return U("PaymentShippingInfo");case s.i.Shipping:return U("PaymentShippingMethod");case s.i.PaymentInfo:return U("PaymentCardInfo");case s.i.Checkout:return U("PaymentCheckout");default:return""}},[a,U]),Z=Object(n.p)(()=>{switch(a){case s.i.Checkout:return`Pay ${L}${(z/100).toFixed(2)}`;default:return"Next Step"}},[a,z,L]);return g?n.a.createElement(Ee.a,{className:"error",isOpen:e,onClose:t},"Sorry, Telegram T doesn't support payments with this provider yet. Please use one of our mobile apps to do this.",n.a.createElement(R.a,{isText:!0,onClick:t},"OK")):n.a.createElement(Ee.a,{className:"PaymentModal",isOpen:e,onClose:t},n.a.createElement("div",{className:"header"},n.a.createElement(R.a,{className:"close-button",color:"translucent",round:!0,size:"smaller",onClick:t,ariaLabel:"Close"},n.a.createElement("i",{className:"icon-close"})),n.a.createElement("h3",null,K)),void 0!==a?n.a.createElement(x.a,{name:"slide",activeKey:a},()=>n.a.createElement("div",{className:"content custom-scroll"},function(e){switch(e){case s.i.ShippingInfo:return n.a.createElement(mr,{state:M,dispatch:F,needAddress:Boolean(i),needEmail:Boolean(d||h),needPhone:Boolean(m||u),needName:Boolean(o)});case s.i.Shipping:return n.a.createElement(dr,{state:M,dispatch:F,shippingOptions:c||[],currency:L});case s.i.PaymentInfo:return n.a.createElement(Or,{state:M,dispatch:F,canSaveCredentials:Boolean(!p&&l),needCardholderName:f,needCountry:j,needZip:C});case s.i.Checkout:return n.a.createElement(br,{prices:O,shippingPrices:M.shipping&&c?Cr(c,M.shipping):void 0,totalPrice:z,invoiceContent:E,checkoutInfo:q,currency:L});default:return}}(a))):n.a.createElement("div",{className:"empty-content"},n.a.createElement(B.a,{color:"gray"})),n.a.createElement("div",{className:"footer"},n.a.createElement(R.a,{type:"submit",onClick:Y,disabled:A,isLoading:A},Z)),y&&!y.field&&function(){if(y)return n.a.createElement(Ee.a,{className:"error",isOpen:Boolean(y),onClose:G},n.a.createElement("h4",null,y.description||"Error"),y.description||"Error",n.a.createElement(R.a,{isText:!0,onClick:P},"OK"))}())}));function jr(e,t){return e.find(({id:e})=>e===t)}function Cr(e,t){const a=jr(e,t);return a?a.prices:void 0}var yr=Object(n.h)(Object(c.h)(e=>{const{receipt:t}=e.payment,{currency:a,prices:n,info:c,totalAmount:r,credentialsTitle:s,shippingPrices:l,shippingMethod:o,photoUrl:i,text:m,title:d}=t||{};return{currency:a,prices:n,info:c,totalAmount:r,credentialsTitle:s,shippingPrices:l,shippingMethod:o,photoUrl:i,text:m,title:d}})(({isOpen:e,onClose:t,prices:a,shippingPrices:c,totalAmount:r,currency:s,info:l,photoUrl:o,text:i,title:m,credentialsTitle:d,shippingMethod:u})=>{const h=Object(T.a)(),b=_c(s),p=Object(n.p)(()=>function(e,t,a){if(!t)return{paymentMethod:e};const{shippingAddress:n}=t,c=n&&n.streetLine1?`${n.streetLine1}, ${n.city}, ${n.countryIso2}`:void 0,{phone:r,name:s}=t;return{paymentMethod:e,paymentProvider:"Stripe",shippingAddress:c,name:s,phone:r,shippingMethod:a}}(d,l,u),[l,u,d]);return n.a.createElement(Ee.a,{className:"PaymentModal PaymentModal-receipt",isOpen:e,onClose:t},n.a.createElement("div",null,n.a.createElement("div",{className:"header"},n.a.createElement(R.a,{className:"close-button",color:"translucent",round:!0,size:"smaller",onClick:t,ariaLabel:"Close"},n.a.createElement("i",{className:"icon-close"})),n.a.createElement("h3",null," ",h("PaymentReceipt")," ")),n.a.createElement("div",{className:"receipt-content custom-scroll"},n.a.createElement(br,{prices:a,shippingPrices:c,totalPrice:r,invoiceContent:{photoUrl:o,text:i,title:m},checkoutInfo:p,currency:b}))))}))},,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,a){"use strict";a.d(t,"a",(function(){return s}));var n=a(5),c=a(47);const r={MonkeyIdle:a.p+"TwoFactorSetupMonkeyIdle.dea4a492c144df84ddab778dc8a3f0cd.tgs",MonkeyTracking:a.p+"TwoFactorSetupMonkeyTracking.eb5a7a6f166fb7589c12e6248561fb58.tgs",MonkeyClose:a.p+"TwoFactorSetupMonkeyClose.604c4c833d322b7e6c3ea19bef058241.tgs",MonkeyPeek:a.p+"TwoFactorSetupMonkeyPeek.1905436b042520363d7e59f5d7f903ab.tgs",FoldersAll:a.p+"FoldersAll.3f9f9e243d19f0fbf9aaaff11cbd4572.tgs",FoldersNew:a.p+"FoldersNew.9a40d71c0c8be70f5bd14ff2d7bc1593.tgs",DiscussionGroups:a.p+"DiscussionGroupsDucks.9ea453d1be9d1b0ee77a992f8e587485.tgs"};function s(e){const t=r[e].replace(window.location.origin,"");return c.b("file"+t,n.ApiMediaFormat.Lottie)}},,,,function(e,t,a){"use strict";var n=a(0),c=a(8),r=a(1),s=a(14),l=a(90),o=a(30),i=a(95),m=a(16);a(138);const d={type:"blob",quality:.8,format:"jpeg",circle:!1};let u,h,b;var p=Object(n.h)(({file:e,onChange:t,onClose:c})=>{const[p,g]=Object(n.r)(!1);Object(n.n)(()=>{e&&(p?async function(e){try{const t=document.getElementById("avatar-crop");if(!t)return;const{offsetWidth:a,offsetHeight:n}=t;b=new u(t,{enableZoom:!0,boundary:{width:a,height:n},viewport:{width:a-16,height:n-16,type:"circle"}});const c=await Object(s.a)(e);await b.bind({url:c})}catch(e){r.l&&console.error(e)}}(e):async function(){return h||(h=Promise.all([a.e(5),a.e(8)]).then(a.bind(null,298)),u=(await h).default),h}().then(()=>g(!0)))},[e,p]);const E=Object(l.a)();return n.a.createElement(i.a,{isOpen:Boolean(e),onClose:c,title:"Drag to reposition",className:"CropModal",hasCloseButton:!0},p?n.a.createElement("div",{id:"avatar-crop"}):n.a.createElement(m.a,null),n.a.createElement(o.a,{className:"confirm-button",round:!0,color:"primary",onClick:async function(){if(!b)return;const e=await b.result(d),a="string"==typeof e?e:Object(s.b)(e,"avatar.jpg");t(a)},ariaLabel:E("CropImage")},n.a.createElement("i",{className:"icon-check"})))});a(139);t.a=Object(n.h)(({title:e="Change your profile picture",disabled:t,currentAvatarBlobUrl:a,onChange:r})=>{const[s,l]=Object(n.r)(),[o,i]=Object(n.r)(a);Object(n.n)(()=>{i(a)},[a]);const m=Object(c.a)(o&&"filled",t&&"disabled");return n.a.createElement("div",{className:"AvatarEditable"},n.a.createElement("label",{className:m,role:"button",tabIndex:0,title:e},n.a.createElement("input",{type:"file",onChange:function(e){const t=e.target;t&&t.files&&t.files[0]&&(l(t.files[0]),t.value="")},accept:"image/png, image/jpeg"}),n.a.createElement("i",{className:"icon-camera-add"}),o&&n.a.createElement("img",{src:o,alt:"Avatar"})),n.a.createElement(p,{file:s,onClose:function(){l(void 0)},onChange:function(e){l(void 0),r(e),o&&URL.revokeObjectURL(o),i(URL.createObjectURL(e))}}))})},,,,,function(e,t,a){},,,,,,,,,,,,,function(e,t,a){"use strict";var n=a(0),c=a(1),r=a(7),s=a(113),l=a(102);a(122);const o=[0,50],i=[0,20],m=[20,0],d=r.f?c.db:c.cb;t.a=Object(n.h)(({isPasswordVisible:e,isBig:t})=>{const[a,r]=Object(n.r)(),[u,h]=Object(n.r)(),[b,p]=Object(n.r)(!1),[g,E]=Object(n.r)(!1);Object(n.n)(()=>{a?setTimeout(()=>E(!0),2e3):Object(s.a)("MonkeyClose").then(r)},[a]),Object(n.n)(()=>{u||Object(s.a)("MonkeyPeek").then(h)},[u]);const v=Object(n.m)(()=>p(!0),[]);return n.a.createElement("div",{id:"monkey",className:t?"big":""},!b&&n.a.createElement("div",{className:"monkey-preview"}),a&&n.a.createElement(l.a,{id:"closeMonkey",size:t?c.nb:d,className:g?"hidden":"shown",animationData:a,playSegment:o,noLoop:!0,onLoad:v}),u&&n.a.createElement(l.a,{id:"peekMonkey",size:t?c.nb:d,className:g?"shown":"hidden",animationData:u,playSegment:e?i:m,noLoop:!0}))})},function(e,t,a){"use strict";var n=a(0),c=a(1),r=a(7),s=a(8),l=a(30);const o=r.f?550:400;t.a=Object(n.h)(({isLoading:e=!1,isPasswordVisible:t,error:a,hint:i,placeholder:m="Password",submitLabel:d="Next",clearError:u,onChangePasswordVisibility:h,onInputChange:b,onSubmit:p})=>{const g=Object(n.q)(null),[E,v]=Object(n.r)(""),[O,f]=Object(n.r)(!1);return Object(n.n)(()=>{r.k||setTimeout(()=>{g.current.focus()},o)},[]),n.a.createElement("form",{action:"",onSubmit:function(t){t.preventDefault(),e||O&&p(E)},autoComplete:"off"},n.a.createElement("div",{className:Object(s.a)("input-group password-input",E&&"touched",a&&"error")},n.a.createElement("input",{ref:g,className:"form-control",type:t?"text":"password",id:"sign-in-password",value:E||"",autoComplete:"current-password",onChange:function(e){a&&u();const{target:t}=e;v(t.value),f(t.value.length>=c.O),b&&b(t.value)}}),n.a.createElement("label",null,a||i||m),n.a.createElement("div",{className:"toggle-password",onClick:function(){h(!t)},role:"button",tabIndex:0,title:"Toggle password visibility"},n.a.createElement("i",{className:t?"icon-eye":"icon-eye-closed"}))),O&&n.a.createElement(l.a,{type:"submit",ripple:!0,isLoading:e},d))})},,function(e,t,a){},function(e,t,a){},,,,,,,,,,,,,function(e,t,a){},,,,,,,,,,,,,,,,,,,function(e,t,a){},function(e,t,a){},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){},function(e,t,a){}])]); \ No newline at end of file diff --git a/dist/3.32dab7177e836d758c10.css b/dist/3.32dab7177e836d758c10.css new file mode 100644 index 000000000..9141498d9 --- /dev/null +++ b/dist/3.32dab7177e836d758c10.css @@ -0,0 +1 @@ +#LeftMainHeader{position:relative}#LeftMainHeader .animated-menu-icon{position:absolute}#LeftMainHeader .animated-menu-icon,#LeftMainHeader .animated-menu-icon:after,#LeftMainHeader .animated-menu-icon:before{width:1.125rem;height:.125rem;border-radius:.125rem;background-color:var(--color-text-secondary);transition:transform .25s;transform:rotate(0)}#LeftMainHeader .animated-menu-icon:after,#LeftMainHeader .animated-menu-icon:before{position:absolute;left:0;content:""}#LeftMainHeader .animated-menu-icon:before{top:-.3125rem}#LeftMainHeader .animated-menu-icon:after{top:.3125rem}#LeftMainHeader .animated-menu-icon.state-back{transform:rotate(180deg)}#LeftMainHeader .animated-menu-icon.state-back:before{transform:rotate(45deg) scaleX(.75) translate(.375rem,-.1875rem)}#LeftMainHeader .animated-menu-icon.state-back:after{transform:rotate(-45deg) scaleX(.75) translate(.375rem,.1875rem)}#LeftMainHeader .archived-badge{min-width:1.5rem;height:1.5rem;margin-left:2rem;background:var(--color-gray);border-radius:.75rem;padding:0 .45rem;color:#fff;font-size:.875rem;line-height:1.5rem;font-weight:500;text-align:center;flex-shrink:0}.Transition>div:not(.active) #LeftMainHeader .Menu .bubble,body.animating-right-column #LeftMainHeader .Menu .bubble{transition:none!important}#ConnectionState{flex:0 0 auto;display:flex;align-items:center;margin:0 .5rem .5rem;padding:.75rem;background:var(--color-yellow);border-radius:var(--border-radius-default)}#ConnectionState>.Spinner{--spinner-size:1.75rem}#ConnectionState>.state-text{color:var(--color-text-lighter);font-weight:500;line-height:2rem;margin-left:1.9rem;white-space:nowrap}@media (max-width:950px){#ConnectionState>.state-text{margin-left:1.2rem}}.NewChatButton{position:absolute;right:1rem;bottom:1rem;transform:translateY(5rem);transition:transform .25s cubic-bezier(.34,1.56,.64,1)}body.animation-level-0 .NewChatButton{transform:none!important;opacity:0;transition:opacity .15s}body.animation-level-0 .NewChatButton.revealed{opacity:1}.NewChatButton.revealed{transform:translateY(0)}@media (max-width:600px){.NewChatButton.revealed{transform:translateZ(10px);transform-style:preserve-3d}}.NewChatButton.menu-is-open:before{content:"";display:block;position:absolute;top:-13rem;left:-11rem;right:-1rem;bottom:-1rem;z-index:-1}.is-touch-env .NewChatButton .Menu>.backdrop{position:absolute;left:-100vw;right:-100vw;top:-100vh;bottom:-100vh}.NewChatButton>.Button .icon-close,.NewChatButton>.Button .icon-new-chat-filled{position:absolute}.NewChatButton>.Button:not(.active) .icon-new-chat-filled{animation:grow-icon .4s ease-out}.NewChatButton>.Button:not(.active) .icon-close{animation:hide-icon .4s ease-out forwards}.NewChatButton>.Button.active .icon-close{animation:grow-icon .4s ease-out}.NewChatButton>.Button.active .icon-new-chat-filled{animation:hide-icon .4s ease-out forwards}#LeftColumn-main{height:100%;position:relative;display:flex;flex-direction:column;overflow:hidden;z-index:1}#LeftColumn-main>.Transition{flex:1;overflow:hidden}#LeftColumn-main .ChatFolders{height:100%;display:flex;flex-direction:column;overflow:hidden}#LeftColumn-main .ChatFolders .tabs-placeholder{height:2.625rem;transition:height .15s ease}#LeftColumn-main .ChatFolders .tabs-placeholder:not(.open){height:0}#LeftColumn-main .ChatFolders .TabList{justify-content:flex-start;padding-left:.5625rem;padding-bottom:1px;border-bottom:0;z-index:1}#LeftColumn-main .ChatFolders .Tab{flex:0 0 auto;padding-left:.625rem;padding-right:.625rem}#LeftColumn-main .ChatFolders .Tab>span{padding-left:.5rem;padding-right:.5rem}#LeftColumn-main .ChatFolders>.Transition{flex:1;overflow:hidden}#LeftColumn-main .chat-list,#LeftColumn-main .LeftSearch,#LeftColumn-main .RecentContacts,#LeftColumn-main .search-content{height:100%;overflow-y:auto}#LeftColumn{overflow:hidden}#NewChat{height:100%}.left-header{height:var(--header-height);padding:.375rem 1.25rem .5rem .8125rem;display:flex;align-items:center;flex-shrink:0;background-color:var(--color-background)}.left-header h3{margin-bottom:0;font-size:1.25rem;font-weight:500;margin-left:1.375rem}.left-header .SearchInput{margin-left:.875rem;max-width:calc(100% - 3.625rem)}@media (max-width:600px){.left-header .SearchInput{max-width:calc(100% - 3.375rem)}}@media (max-width:600px){.left-header{padding:.5rem}}.AudioPlayer{display:flex;margin-left:auto;margin-top:-.25rem;margin-bottom:-.25rem}body.animation-level-0 .AudioPlayer{transition:none!important}.AudioPlayer>.Button{flex-shrink:0;margin:.125rem}.AudioPlayer>.toggle-play{--color-text-secondary:var(--color-primary);--color-text-secondary-rgb:var(--color-primary-shade-rgb);--color-primary-shade:var(--color-green);--color-white:var(--color-background-own)}.MiddleHeader .AudioPlayer+.HeaderActions{margin-left:1.5rem}.AudioPlayer .toggle-play.smaller{width:3rem;height:3rem}.AudioPlayer .toggle-play.smaller i{font-size:1.625rem;margin-top:-.025rem}.AudioPlayer .toggle-play i{position:absolute;font-size:1.9375rem;margin-top:-.05rem}.AudioPlayer .toggle-play i.icon-play{margin-left:.1rem}.AudioPlayer .toggle-play .icon-pause,.AudioPlayer .toggle-play .icon-play{opacity:1;transform:scale(1);transition:opacity .4s,transform .6s cubic-bezier(.34,1.56,.64,1)}.AudioPlayer .toggle-play.loading .icon-pause,.AudioPlayer .toggle-play.loading .icon-play,.AudioPlayer .toggle-play.pause .icon-play,.AudioPlayer .toggle-play.play .icon-pause{opacity:0;transform:scale(.5)}.AudioPlayer-content{display:flex;justify-content:center;flex-direction:column;flex-shrink:1;padding:.25rem .5rem;position:relative;overflow:hidden;cursor:pointer;max-width:15rem;border-radius:var(--border-radius-messages-small)}.AudioPlayer-content:hover{background-color:rgba(var(--color-text-secondary-rgb),.08)}@media (min-width:1440px) and (max-width:1500px){.AudioPlayer-content{max-width:14rem}}.AudioPlayer .AudioPlayer-content .title{display:block;font-weight:500;font-size:.875rem!important;line-height:1rem;height:1rem;margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AudioPlayer-content .subtitle{font-size:.85rem!important;color:var(--color-text-secondary);line-height:1.125rem;height:1.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.MiddleHeader{display:flex;align-items:center;width:100%;box-shadow:0 2px 2px hsla(0,0%,44.7%,.17);background:#fff;padding:.5rem .8125rem .5rem 1.5rem;position:relative;z-index:var(--z-middle-header)}@media (max-width:600px){.MiddleHeader{padding:.5rem;position:relative;transform:translateZ(10px);transform-style:preserve-3d}}.MiddleHeader .Transition{width:100%;min-width:0}.MiddleHeader .Transition>div{display:flex;align-items:center;width:100%}.MiddleHeader .back-button{margin-left:-.5rem;margin-right:.5rem;position:relative}@media (max-width:600px){.MiddleHeader .back-button{margin-left:0}}.MiddleHeader .back-button .unread-count{min-width:1.25rem;height:1.25rem;padding:0 .375rem;border-radius:.625rem;font-size:.75rem;line-height:1.25rem;font-weight:500;text-align:center;position:absolute;top:-.25rem;right:-.5rem;background:var(--color-gray);color:#fff;pointer-events:none}.MiddleHeader .back-button .unread-count.active{background:var(--color-primary)}.MiddleHeader .chat-info-wrapper{flex-grow:1;overflow:hidden}.MiddleHeader .header-tools{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;flex-shrink:0}body.animation-level-0 .MiddleHeader .header-tools,body.animation-level-0 .MiddleHeader .header-tools .AudioPlayer,body.animation-level-0 .MiddleHeader .header-tools .HeaderActions,body.animation-level-0 .MiddleHeader .header-tools .HeaderPinnedMessage-wrapper{transition:none!important}@media (min-width:1276px) and (max-width:1439px){.MiddleHeader .header-tools .HeaderActions{transform:translateZ(0);transition:transform var(--layer-transition)}#Main.right-column-open .MiddleHeader .header-tools .HeaderActions{transform:translate3d(calc(var(--right-column-width)*-1),0,0)}}@media (min-width:1440px){.MiddleHeader .header-tools{transform:translateZ(0);transition:transform var(--layer-transition)}#Main.right-column-open .MiddleHeader .header-tools{transform:translate3d(calc(var(--right-column-width)*-1),0,0)}}.Transition>div:not(.active) .MiddleHeader .header-tools,body.animating-right-column .MiddleHeader .header-tools{pointer-events:none}@media (min-width:1276px) and (max-width:1439px){.MiddleHeader:not(.tools-stacked) .header-tools .AudioPlayer,.MiddleHeader:not(.tools-stacked) .header-tools .HeaderPinnedMessage-wrapper{opacity:1}#Main.right-column-open .MiddleHeader:not(.tools-stacked) .header-tools .AudioPlayer,#Main.right-column-open .MiddleHeader:not(.tools-stacked) .header-tools .HeaderPinnedMessage-wrapper{opacity:0}}.MiddleHeader.tools-stacked .header-tools .AudioPlayer,.MiddleHeader.tools-stacked .header-tools .HeaderPinnedMessage-wrapper{position:absolute;top:100%;left:0;right:0;height:2.875rem;overflow:hidden;box-shadow:0 2px 2px hsla(0,0%,44.7%,.17);display:flex;flex-direction:row-reverse;padding:.375rem .5rem .375rem .75rem;background:var(--color-background)}.MiddleHeader.tools-stacked .header-tools .AudioPlayer:before,.MiddleHeader.tools-stacked .header-tools .HeaderPinnedMessage-wrapper:before{content:"";display:block;position:absolute;top:-2px;left:0;right:0;height:2px;box-shadow:0 2px 2px hsla(0,0%,44.7%,.17)}.MiddleHeader.tools-stacked .header-tools .AudioPlayer .HeaderPinnedMessage,.MiddleHeader.tools-stacked .header-tools .HeaderPinnedMessage-wrapper .HeaderPinnedMessage{max-width:unset}.MiddleHeader.tools-stacked .header-tools .AudioPlayer{height:3.25rem;flex-direction:row;padding:.375rem .5rem}.MiddleHeader.tools-stacked .header-tools .AudioPlayer-content{padding:0 .5rem;flex-grow:1}.MiddleHeader.tools-stacked .header-tools .AudioPlayer>.Button{margin:0}.MiddleHeader.tools-stacked .header-tools .AudioPlayer>.player-close{margin-left:auto}.MiddleHeader.tools-stacked .header-tools .HeaderPinnedMessage{flex-grow:1;padding-top:0;padding-bottom:0}.MiddleHeader.tools-stacked .header-tools .HeaderPinnedMessage:before{top:.125rem;bottom:.125rem}.MiddleHeader.tools-stacked .header-tools .HeaderPinnedMessage .message-text{max-width:none}@media (min-width:1150px){#Main.right-column-open .MiddleHeader.tools-stacked .header-tools .AudioPlayer,#Main.right-column-open .MiddleHeader.tools-stacked .header-tools .HeaderPinnedMessage-wrapper{padding-right:calc(.5rem + var(--right-column-width))}}.MiddleHeader.tools-stacked.animated .header-tools .AudioPlayer,.MiddleHeader.tools-stacked.animated .header-tools .HeaderPinnedMessage-wrapper{animation:fade-in var(--layer-transition) forwards}body.animation-level-0 .MiddleHeader.tools-stacked.animated .header-tools .AudioPlayer,body.animation-level-0 .MiddleHeader.tools-stacked.animated .header-tools .HeaderPinnedMessage-wrapper{animation:none}.MiddleHeader h3{font-weight:500;font-size:1.125rem;line-height:1.375rem;white-space:pre;margin:0;overflow:hidden;text-overflow:ellipsis}@media (max-width:600px){.MiddleHeader h3{display:block;overflow:hidden;text-overflow:ellipsis}}@media (min-width:1275px){#Main.right-column-open .MiddleHeader h3{max-width:calc(100% - var(--right-column-width))}}.MiddleHeader .ChatInfo{cursor:pointer;display:flex;align-items:center}.MiddleHeader .ChatInfo .info{display:flex;flex-direction:column;justify-content:center;flex-grow:1;overflow:hidden}.MiddleHeader .ChatInfo .title{display:flex;align-items:center}.MiddleHeader .ChatInfo .title .VerifiedIcon{width:1.25rem;height:1.25rem;margin-left:.25rem;margin-top:.05rem}.MiddleHeader .Avatar{margin-right:.625rem;width:2.5rem;height:2.5rem;font-size:1.0625rem}.MiddleHeader .status,.MiddleHeader .typing-status{font-size:.875rem;line-height:1.125rem;margin:0;color:var(--color-text-secondary);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.MiddleHeader .status.online,.MiddleHeader .typing-status.online{color:var(--color-primary)}.MiddleHeader .Button.smaller{width:2.5rem;height:2.5rem}.MiddleHeader .HeaderPinnedMessage-wrapper{display:flex;align-items:center;margin-left:auto;cursor:default;flex-direction:row-reverse}body.animation-level-1 .MiddleHeader .HeaderPinnedMessage-wrapper .ripple-container{display:none}.MiddleHeader .HeaderPinnedMessage-wrapper .HeaderPinnedMessage{min-width:16rem}.MiddleHeader .HeaderPinnedMessage-wrapper>.Button{flex-shrink:0}.MiddleHeader .HeaderPinnedMessage{display:flex;flex-shrink:1;margin-top:-.25rem;margin-bottom:-.25rem;padding:.25rem .25rem .25rem .375rem;border-radius:var(--border-radius-messages-small);position:relative;overflow:hidden;cursor:pointer}.MiddleHeader .HeaderPinnedMessage:hover{background-color:rgba(var(--color-text-secondary-rgb),.08)}.MiddleHeader .HeaderPinnedMessage .pinned-message-border{position:relative;height:2.25rem;margin:.125rem 0;width:.125rem;min-width:.125rem;overflow:hidden}.MiddleHeader .HeaderPinnedMessage .pinned-message-border .pinned-message-border-wrapper-1{height:2.25rem;width:.125rem;border-radius:.0625rem;background:var(--color-primary)}.MiddleHeader .HeaderPinnedMessage .pinned-message-border .pinned-message-border-wrapper{background-color:rgba(var(--color-primary-rgb),.5);position:relative;will-change:transform;transition:transform .25s ease-in-out}.MiddleHeader .HeaderPinnedMessage .pinned-message-border .pinned-message-border-mark{position:absolute;left:0;top:0;width:.125rem;background:var(--color-primary);border-radius:.0625rem;will-change:transform;transition:transform .25s ease-in-out}.MiddleHeader .HeaderPinnedMessage .message-text{overflow:hidden;margin-left:.4rem;margin-top:.125rem;max-width:15rem}@media (min-width:1440px) and (max-width:1500px){.MiddleHeader .HeaderPinnedMessage .message-text{max-width:14rem}}.MiddleHeader .HeaderPinnedMessage .message-text .title{font-weight:500;font-size:.875rem;line-height:1rem;height:1rem;color:var(--color-primary);margin-bottom:.125rem;white-space:pre}.MiddleHeader .HeaderPinnedMessage .message-text p{font-size:.875rem;line-height:1.125rem;height:1.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.MiddleHeader .HeaderPinnedMessage .emoji-small{width:1rem;height:1rem}.MiddleHeader .HeaderPinnedMessage>img{width:2.25rem;height:2.25rem;object-fit:cover;border-radius:.25rem;margin-left:.4rem;margin-top:.125rem;flex-shrink:0}.MiddleHeader .HeaderPinnedMessage>img+.message-text{max-width:12rem}.MiddleHeader .HeaderActions{flex-shrink:0;margin-left:auto;display:flex;align-items:center;justify-content:flex-end}.MiddleHeader .HeaderActions .toggle-right-pane-button.active{color:var(--color-primary);opacity:1}.MiddleHeader .HeaderActions .Button,.MiddleHeader .HeaderPinnedMessage-wrapper .Button{margin-left:.25rem}.MiddleHeader .HeaderActions .Button.tiny,.MiddleHeader .HeaderPinnedMessage-wrapper .Button.tiny{margin-right:.625rem}@media (max-width:600px){.MiddleHeader .AudioPlayer,.MiddleHeader .HeaderPinnedMessage-wrapper{position:absolute;top:100%;left:0;right:0;height:2.875rem;overflow:hidden;box-shadow:0 2px 2px hsla(0,0%,44.7%,.17);display:flex;flex-direction:row-reverse;padding:.375rem .5rem .375rem .75rem;background:var(--color-background)}.MiddleHeader .AudioPlayer:before,.MiddleHeader .HeaderPinnedMessage-wrapper:before{content:"";display:block;position:absolute;top:-2px;left:0;right:0;height:2px;box-shadow:0 2px 2px hsla(0,0%,44.7%,.17)}.MiddleHeader .AudioPlayer .HeaderPinnedMessage,.MiddleHeader .HeaderPinnedMessage-wrapper .HeaderPinnedMessage{max-width:unset}.MiddleHeader .AudioPlayer{height:3.25rem;flex-direction:row;padding:.375rem .5rem}.MiddleHeader .AudioPlayer-content{padding:0 .5rem;flex-grow:1}.MiddleHeader .AudioPlayer>.Button{margin:0}.MiddleHeader .AudioPlayer>.player-close{margin-left:auto}.MiddleHeader .HeaderPinnedMessage{flex-grow:1;padding-top:0;padding-bottom:0}.MiddleHeader .HeaderPinnedMessage:before{top:.125rem;bottom:.125rem}.MiddleHeader .HeaderPinnedMessage .message-text{max-width:none}.MiddleHeader .AudioPlayer,.MiddleHeader .HeaderPinnedMessage-wrapper{transform:translateZ(0)}}@media (min-width:925px) and (max-width:1149.9px){.MiddleHeader .AudioPlayer,.MiddleHeader .HeaderPinnedMessage-wrapper{position:absolute}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.EmbeddedMessage{display:flex;align-items:center;font-size:.875rem;line-height:1.125rem;margin:0 -.25rem .0625rem;padding:.1875rem .25rem .1875rem .4375rem;border-radius:var(--border-radius-messages-small);position:relative;overflow:hidden;cursor:pointer}body.animation-level-1 .EmbeddedMessage .ripple-container{display:none}.custom-shape .EmbeddedMessage{max-width:15rem;padding:.5rem;margin:0;background-color:var(--background-color);box-shadow:0 1px 2px hsla(0,0%,44.7%,.25)}.custom-shape .EmbeddedMessage:before{left:.625rem;top:.625rem;bottom:.625rem}.custom-shape .EmbeddedMessage img:not(.emoji){margin-left:.5rem}.EmbeddedMessage:before{content:"";display:block;position:absolute;top:.3125rem;bottom:.3125rem;left:.3125rem;width:2px;background:var(--accent-color);border-radius:2px}.EmbeddedMessage:hover{background-color:var(--hover-color)}.EmbeddedMessage:active{background-color:var(--active-color)}.EmbeddedMessage .message-text{overflow:hidden;margin-left:.5rem}.EmbeddedMessage .message-text .message-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.125rem}.EmbeddedMessage .message-text p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:1.125rem;margin-bottom:0}.EmbeddedMessage .message-text p:after{content:none;display:none}.EmbeddedMessage .message-text .emoji{width:1.125rem!important;height:1.125rem!important;vertical-align:-4px!important}.EmbeddedMessage .embedded-action-message{color:var(--accent-color);opacity:.75}.EmbeddedMessage img:not(.emoji){width:2rem;height:2rem;object-fit:cover;border-radius:.25rem;margin-left:.25rem;flex-shrink:0}.EmbeddedMessage.inside-input{padding-left:.5625rem;margin:0 0 -.125rem -.1875rem;display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr;width:100%;--accent-color:var(--color-primary);--hover-color:rgba(var(--color-text-secondary-rgb),0.08)}.EmbeddedMessage.inside-input:before{bottom:.3125rem}.EmbeddedMessage.inside-input img:not(.emoji){margin-left:.125rem}.EmbeddedMessage.inside-input .message-text{margin-left:.375rem}.EmbeddedMessage.inside-input .message-title{font-weight:500;color:var(--accent-color)}.MessageMeta{position:absolute;height:1.25rem;bottom:0;right:0;display:flex;align-items:center;background:hsla(0,0%,60%,.6);border-radius:.65rem;padding:0 .25rem;color:#fff;cursor:pointer;max-width:100%}.MessageMeta .message-signature,.MessageMeta .message-time,.MessageMeta .message-views{font-size:.75rem;white-space:nowrap}.MessageMeta .message-time{margin-right:.1875rem}.MessageMeta .message-views{margin-left:.1875rem}.MessageMeta .message-signature{overflow:hidden;text-overflow:ellipsis;margin-right:.375rem}.MessageMeta .icon-channelviews{margin-left:.125rem;margin-right:.375rem;font-size:1.125rem;position:relative;top:-.0625rem}.has-solid-background .MessageMeta{color:rgba(var(--color-text-meta-rgb),.75);background:none}.media:not(.text) .MessageMeta,.Message .custom-shape .MessageMeta{background:rgba(0,0,0,.2);color:#fff!important;opacity:1;bottom:.25rem;right:.25rem;left:auto;height:1.125rem;padding:0 .3125rem 0 .375rem}.media:not(.text) .MessageMeta .MessageOutgoingStatus i,.Message .custom-shape .MessageMeta .MessageOutgoingStatus i{background:transparent}.is-forwarded.media:not(.text) .MessageMeta{bottom:.9rem;right:.8rem}.emoji-only .MessageMeta{right:0}.Message.own .has-solid-background .MessageMeta{color:var(--color-text-green)}.MessageMeta .MessageOutgoingStatus{margin-left:-.1875rem;font-size:1.1875rem}.message-content.has-replies:not(.custom-shape) .MessageMeta{bottom:3.375rem}.message-content.has-replies.text:not(.custom-shape) .MessageMeta{bottom:3.4375rem}.Message:not(.own) .custom-shape .reply-message+.MessageMeta{right:auto;left:13.2rem;bottom:.25rem}.Message:not(.own) .emoji-only-1 .reply-message+.MessageMeta{left:2.5rem}.Message:not(.own) .emoji-only-2 .reply-message+.MessageMeta{left:5.5rem}.Message:not(.own) .emoji-only-3 .reply-message+.MessageMeta{left:6.5rem}.Sticker:not(.inactive){cursor:pointer}.Sticker.inactive{pointer-events:none}.Contact{display:flex;align-items:center;padding:.25rem}.Contact.interactive{cursor:pointer}.Contact .Avatar{margin-right:.8rem}.Contact .contact-info{padding:.5rem .5rem .5rem 0;white-space:nowrap;overflow:hidden}.Contact .contact-info .contact-name{font-size:1rem;line-height:1rem;margin-bottom:.25rem;font-weight:500}.Contact .contact-info .contact-phone{line-height:1rem;color:var(--secondary-color)}.PollOption{display:flex;flex-flow:row nowrap;margin-bottom:.75rem}.PollOption:last-child{margin-bottom:0}.PollOption .poll-option-text{word-break:break-word}.PollOption .poll-option-share{position:relative;margin-top:.125rem;width:1.75rem;margin-right:.5rem;flex-shrink:0;font-weight:500;font-size:.875rem;text-align:right}.PollOption .poll-option-share.limit-width{display:inline-flex;justify-content:center;font-size:.75rem}.PollOption .poll-option-chosen{position:absolute;right:0;bottom:-5px;width:1rem;height:1rem;background:var(--accent-color);color:#fff;border-radius:.5rem;font-size:.75rem;text-align:center}.PollOption .poll-option-chosen.wrong{background:var(--color-error)}.is-forwarded .PollOption .poll-option-chosen>i{margin-left:1px}.PollOption .poll-option-chosen.animate{opacity:0;animation-name:PollOptionIconAnimate;animation-delay:.09s;animation-duration:.3s;animation-fill-mode:forwards}.PollOption .poll-option-right{flex-grow:1}.PollOption .poll-option-answer{position:relative}.PollOption .poll-option-line{position:relative;width:0;height:.25rem;min-width:.5rem;border-radius:.125rem;margin-top:.5rem;background:var(--accent-color);transform-origin:0 0;transition:transform .3s;transition-delay:.09s}.PollOption .poll-line{width:30px;height:35px;position:absolute;left:-27px;bottom:-5px;transition:stroke-dashoffset .3s,stroke-dasharray .3s;stroke-dashoffset:0;stroke-dasharray:0,200%}.PollOption .poll-line path{stroke-width:4px;stroke-linecap:round;stroke:var(--accent-color);fill:none}.PollOption .wrong .poll-option-line{background:var(--color-error)}.PollOption .wrong .poll-line path{stroke:var(--color-error)}@keyframes PollOptionIconAnimate{0%{opacity:0}to{opacity:1}}.Poll{min-width:15rem}@media (max-width:600px){.Poll{min-width:50vw}}.Poll .poll-question{font-weight:500;line-height:1.25rem;margin:.125rem 0;word-break:break-word}.Poll .poll-type,.Poll .poll-voters-count{color:var(--secondary-color);font-size:.875rem}.Poll .poll-type{margin-bottom:.5rem;display:flex;align-items:center;min-height:1.375rem}.Poll .poll-voters-count{margin:.4375rem 0 .3125rem;text-align:center}.Poll .poll-answers{padding-top:.25rem;padding-bottom:1rem}.Poll .Checkbox,.Poll .Radio{padding-left:2.25rem}.Poll .Checkbox:last-child,.Poll .Radio:last-child{margin-bottom:.75rem}.Poll .Checkbox.disabled,.Poll .Radio.disabled{opacity:1!important;cursor:not-allowed}.Poll .Checkbox .Checkbox-main:before,.Poll .Checkbox .Radio-main:before,.Poll .Radio .Checkbox-main:before,.Poll .Radio .Radio-main:before{left:.125rem;background-color:var(--background-color)}.Message.own .Poll .Checkbox .Checkbox-main:before,.Message.own .Poll .Checkbox .Radio-main:before,.Message.own .Poll .Radio .Checkbox-main:before,.Message.own .Poll .Radio .Radio-main:before{border-color:var(--accent-color)}.Poll .Checkbox .Checkbox-main:after,.Poll .Checkbox .Radio-main:after,.Poll .Radio .Checkbox-main:after,.Poll .Radio .Radio-main:after{left:.4375rem;background-color:var(--accent-color)}.Poll .Checkbox input:checked~.Checkbox-main:before,.Poll .Checkbox input:checked~.Radio-main:before,.Poll .Radio input:checked~.Checkbox-main:before,.Poll .Radio input:checked~.Radio-main:before{border-color:var(--accent-color)}.Poll .Checkbox .Spinner,.Poll .Radio .Spinner{left:.125rem}.Poll .Checkbox .Checkbox-main:after{left:.125rem;background-color:var(--color-primary)}.Message.own .Poll .Checkbox .Checkbox-main:after{background-color:var(--accent-color)}.Poll .Spinner>div{background-image:var(--spinner-gray-data)}.Message.own .Poll .Spinner>div{background-image:var(--spinner-green-data)}.Poll .poll-recent-voters{display:inline-flex;align-items:center;vertical-align:text-bottom;margin-left:.875rem;margin-right:.5rem;margin-top:-2px}.Poll .poll-recent-voters .Avatar{border:1px solid #fff;margin-right:0;box-sizing:initial}.Poll .poll-recent-voters .Avatar:not(:first-child){margin-left:-3px}.Poll .poll-countdown{margin-left:auto;font-size:.75rem;transition:color .2s}.Poll .poll-countdown.hurry-up{color:var(--color-error)}.Poll .poll-countdown.hurry-up .poll-countdown-progress{stroke:var(--color-error)}.Poll .poll-countdown svg{vertical-align:-3px}.Poll .poll-countdown-progress{stroke:var(--color-primary);fill:transparent;stroke-width:2;stroke-linecap:round;transition:stroke-dashoffset 2s,stroke .2s}.Poll .poll-quiz-help{margin:-.625rem 0 -.625rem auto}.Message:not(.own) .Poll .poll-quiz-help{color:var(--color-primary)}.Poll .poll-answers,.Poll .poll-results{padding-top:.25rem;padding-bottom:.5rem}.Poll .Button{text-transform:none;font-size:1rem}.Message.own .Poll .Button{color:var(--accent-color);--color-primary-shade-rgb:var(--color-text-green-rgb)}.Poll>.Button{margin-top:-.125rem;margin-bottom:-.0625rem}.WebPage{margin-top:.25rem;margin-bottom:.125rem;padding-left:.625rem;font-size:.875rem;line-height:1.125rem;max-width:29rem;position:relative}.WebPage:before{content:"";display:block;position:absolute;top:0;bottom:0;left:0;width:2px;background:var(--accent-color);border-radius:2px}.WebPage .media-inner{margin:0 0 .375rem!important}.WebPage .media-inner,.WebPage .media-inner.small-image img,.WebPage .media-inner img{border-radius:var(--border-radius-messages-small)!important}.WebPage .media-inner.square-image{width:5rem;height:5rem;min-height:0;margin-bottom:0!important}.WebPage .media-inner.square-image img{width:100%;height:100%}.WebPage.with-square-photo{display:flex;margin-bottom:1rem}.WebPage.with-square-photo .WebPage-text{order:1;padding-right:1rem}.WebPage.with-square-photo .media-inner{order:2;flex-shrink:0}.WebPage:not(.with-square-photo) .site-description:last-child:after,.WebPage:not(.with-square-photo) .site-name:last-child:after,.WebPage:not(.with-square-photo) .site-title:last-child:after{content:"";display:inline-block;width:var(--meta-safe-area-size);height:.5rem}.WebPage .site-description,.WebPage .site-name,.WebPage .site-title{word-break:break-word}.WebPage .site-name{color:var(--accent-color);font-weight:500}.WebPage .site-title{font-weight:500;margin-bottom:.125rem}.WebPage .site-description{line-height:1rem;margin-bottom:0}.Invoice .title{color:var(--accent-color);font-weight:500}.Invoice .description{position:relative}.Invoice .description.has-image .invoice-image{max-width:100%;height:20rem}@media (max-width:600px){.Invoice .description.has-image .invoice-image{height:10rem}}.Invoice .description.has-image .description-text{position:absolute;top:0;padding:.25rem .5rem;margin:.25rem;background-color:rgba(90,110,70,.6);border-radius:var(--border-radius-messages-small);color:var(--color-white);font-weight:500}.Album{position:relative;overflow:hidden}.message-content.media.text .Album{margin:-.3125rem -.5rem .3125rem}.forwarded-message .Album{margin-bottom:.125rem}.message-content.media.text .forwarded-message .Album{margin:0 0 .3125rem;--border-bottom-left-radius:inherit;--border-bottom-right-radius:inherit}.Album>.album-item-select-wrapper .media-inner,.message-content.media.text .Album>.album-item-select-wrapper .media-inner{margin:0!important}.Album>.album-item-select-wrapper .media-inner,.Album>.album-item-select-wrapper .media-inner img,.Album>.album-item-select-wrapper .media-inner video{border-radius:0!important;object-fit:cover}.RoundVideo{position:relative;width:200px;height:200px;cursor:pointer}.RoundVideo .thumbnail-wrapper{width:200px;height:200px;border-radius:50%;overflow:hidden}.RoundVideo .video-wrapper{position:absolute;left:0;top:0;border-radius:50%;overflow:hidden}.RoundVideo .progress{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.RoundVideo .progress-circle{stroke:#fff;fill:transparent;stroke-width:4;stroke-opacity:.35;stroke-linecap:round}.InlineButtons{display:flex;flex-direction:column}.InlineButtons .row{display:flex;flex-direction:row}.InlineButtons .Button{flex:1;width:auto;margin:.125rem;background:rgba(90,110,70,.6);border-radius:var(--border-radius-messages-small);font-weight:500;text-transform:none}.InlineButtons .Button:hover{background:rgba(90,110,70,.4)!important}.InlineButtons .Button:first-of-type{margin-left:0}.InlineButtons .Button:last-of-type{margin-right:0}.InlineButtons .row:first-of-type .Button{margin-top:.25rem!important}.InlineButtons .row:last-of-type .Button{margin-bottom:0}.InlineButtons .row:last-of-type .Button:first-of-type{border-bottom-left-radius:var(--border-radius-messages)}.InlineButtons .row:last-of-type .Button:last-of-type{border-bottom-right-radius:var(--border-radius-messages)}.CommentButton{--background-color:#fff;--hover-color:#f4f4f4;display:flex;width:100%;align-items:center;padding:.5625rem .25rem .5625rem .625rem;background:var(--background-color);border-bottom-right-radius:var(--border-bottom-right-radius);border-bottom-left-radius:var(--border-bottom-left-radius);font-size:.9375rem;font-weight:500;line-height:2rem;color:var(--accent-color);white-space:nowrap;cursor:pointer;transition:background-color .15s,color .15s}body.animation-level-0 .CommentButton{transition:none!important}.Message .has-appendix .CommentButton:before{content:"";display:block;position:absolute;bottom:-.1875rem;left:-.5625rem;width:.5625rem;height:1.25rem;background-position:0 100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cfilter x='-50%25' y='-14.7%25' width='200%25' height='141.2%25' filterUnits='objectBoundingBox' id='a'%3E%3CfeOffset dy='1' in='SourceAlpha' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur stdDeviation='1' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E%3CfeColorMatrix values='0 0 0 0 0.0621962482 0 0 0 0 0.138574144 0 0 0 0 0.185037364 0 0 0 0.15 0' in='shadowBlurOuter1'/%3E%3C/filter%3E%3Cpath d='M3 17h6V0c-.193 2.84-.876 5.767-2.05 8.782-.904 2.325-2.446 4.485-4.625 6.48A1 1 0 003 17z' id='b'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse fill='%23f4f4f4' xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");opacity:0;transition:opacity .15s}body.animation-level-0 .Message .has-appendix .CommentButton:before{transition:none!important}.custom-shape .CommentButton{position:absolute;right:-3rem;width:2.25rem;bottom:3rem;height:3.375rem;border-radius:1.375rem;padding:.375rem .3125rem .25rem;align-items:flex-start;color:#fff;background-color:rgba(0,0,0,.2);opacity:0;transition:opacity .2s ease}@media (pointer:coarse){.custom-shape .CommentButton{opacity:1!important}}.custom-shape .CommentButton:hover{background-color:rgba(0,0,0,.28)}.Message:hover .custom-shape .CommentButton{opacity:1}.custom-shape .CommentButton:after{content:attr(data-cnt);position:absolute;bottom:-.0625rem;left:0;width:100%;text-align:center;font-size:12px;display:block}.custom-shape .CommentButton[data-cnt="0"]{height:2.25rem}.custom-shape .CommentButton[data-cnt="0"]:after{display:none}.custom-shape .CommentButton .icon-comments-sticker{display:block;font-size:1.5rem;margin:0 auto}.custom-shape .CommentButton .icon-comments,.custom-shape .CommentButton .icon-next,.custom-shape .CommentButton .label,.custom-shape .CommentButton .recent-repliers{display:none}.CommentButton:hover{background:var(--hover-color)}.Message .has-appendix .CommentButton:hover:before{opacity:1}.CommentButton:hover .Avatar{border-color:var(--hover-color)!important}.audio .CommentButton,.is-forwarded .CommentButton,.poll .CommentButton,.text .CommentButton,.voice .CommentButton{border-top:1px solid var(--color-borders)}.message-content.has-solid-background .CommentButton{margin:.375rem -.5rem -.375rem}.message-content.voice .CommentButton{margin-bottom:-.5rem}.message-content.audio .CommentButton{margin-bottom:-.8125rem}.message-content.audio .CommentButton,.message-content.has-solid-background.is-forwarded .CommentButton,.message-content.has-solid-background.text .CommentButton,.message-content.poll .CommentButton,.message-content.voice .CommentButton{margin-right:0;width:calc(100% + 1rem)}.CommentButton .icon-comments-sticker{display:none}.CommentButton .icon-comments{font-size:1.5625rem;line-height:2rem;margin-right:.875rem}.CommentButton .icon-next{margin-left:auto;font-size:1.5rem}.CommentButton .recent-repliers{display:inline-flex;align-items:center;margin-right:.5rem;margin-left:-.125rem}.CommentButton .recent-repliers .Avatar{transition:border .15s;border:2px solid #fff;margin-right:0;z-index:3}.CommentButton .recent-repliers .Avatar+.Avatar{z-index:2}.CommentButton .recent-repliers .Avatar+.Avatar+.Avatar{z-index:1}.CommentButton .recent-repliers .Avatar:not(:first-child){margin-left:-.75rem}.CommentButton.has-unread .label{position:relative}.CommentButton.has-unread .label:after{content:"";display:inline-block;width:.5rem;height:.5rem;border-radius:50%;background:var(--accent-color);margin-left:.75rem}.CommentButton.disabled{cursor:default;pointer-events:none}.Message{display:flex;align-items:flex-end;margin-bottom:.375rem;position:relative;--background-color:#fff;--hover-color:rgba(var(--color-text-secondary-rgb),0.08);--active-color:rgba(var(--color-text-secondary-rgb),0.16);--max-width:29rem;--accent-color:var(--color-primary);--accent-shade-color:var(--color-primary-shade);--secondary-color:var(--color-text-secondary);--meta-safe-area-base:2.25rem;--meta-safe-author-width:0px;--meta-safe-area-size:calc(var(--meta-safe-area-base) + var(--meta-safe-author-width));--deleting-translate-x:-50%;--select-message-scale:0.9;--select-background-color:#fff}.Message>.Avatar,.Message>.message-content-wrapper{opacity:1;transform:scale(1) translateX(0);transition:transform var(--select-transition)}body.animation-level-0 .Message>.Avatar,body.animation-level-0 .Message>.message-content-wrapper{transition:none!important}.Message>.Avatar{position:absolute;bottom:0;left:0}@media (max-width:600px){.Message>.Avatar{width:2.5rem;height:2.5rem}}.Message.last-in-group{margin-bottom:.625rem}.Message.last-in-list{margin-bottom:.375rem}.Message.is-in-selection-mode .Album{border:1px solid var(--select-background-color);background-color:var(--select-background-color)}.Message.has-inline-buttons .message-content{border-bottom-right-radius:var(--border-radius-messages-small)}.Message:not(.own){padding-left:2.5rem}.Message:not(.own).is-thread-top,.no-avatars .Message:not(.own){padding-left:0}@media (max-width:600px){.Message:not(.own){padding-left:2.875rem}.Message:not(.own).is-thread-top,.no-avatars .Message:not(.own){padding-left:.25rem}}.Message.own{flex-direction:row-reverse;--background-color:var(--color-background-own);--hover-color:rgba(var(--color-text-green-rgb),0.12);--active-color:rgba(var(--color-text-green-rgb),0.24);--max-width:30rem;--accent-color:var(--color-text-green);--accent-shade-color:var(--color-green);--secondary-color:var(--color-text-green);--color-code:var(--color-code-own);--color-code-bg:var(--color-code-own-bg);--meta-safe-area-base:3.5rem;--deleting-translate-x:50%}@media (max-width:600px){.Message.own{padding-right:.25rem}}.Message.is-deleting>.Avatar,.Message.is-deleting>.message-content-wrapper{transition:opacity .2s ease,transform .2s ease-in;opacity:0;transform:scale(.3) translateX(var(--deleting-translate-x));transform-origin:bottom}.Message.has-views{--meta-safe-area-size:calc(var(--meta-safe-area-base) + var(--meta-safe-author-width) + 4rem)}.Message.was-edited{--meta-safe-area-size:calc(var(--meta-safe-area-base) + var(--meta-safe-author-width) + 2.5rem)}.Message.was-edited.has-views{--meta-safe-area-size:calc(var(--meta-safe-area-base) + var(--meta-safe-author-width) + 7.5rem)}.select-mode-active .Message{cursor:pointer;-webkit-user-select:none;user-select:none}.select-mode-active .Message:not(.own)>.Avatar,.select-mode-active .Message:not(.own)>.message-content-wrapper{transform:translateX(2.5rem)}.select-mode-active .Message:not(.is-album):after{content:"";position:absolute;top:-.25rem;bottom:-.25rem;left:-4rem;right:-4rem;z-index:var(--z-message-select-area)}.select-mode-active .Message.is-album .message-select-control,.select-mode-active .Message.is-in-document-group .message-select-control{pointer-events:unset}.select-mode-active .Message .message-select-control{opacity:1}.Message.is-selected .message-select-control{background:var(--color-green)}.Message.is-selected .message-select-control.group-select{background:transparent}.Message .File.file-is-selected .message-select-control,.Message.is-selected .message-select-control.group-select.is-selected{background:var(--color-green)}.Message .Audio .message-select-control{left:1.063rem;bottom:.813rem}.Message .File{position:relative}.Message .File .message-select-control{position:absolute;top:2rem;left:2rem;z-index:2}.Message.own .Message .album-item-select-wrapper{background:var(--color-background-own)}.Message .album-item-select-wrapper .message-select-control{top:.438rem;right:.438rem;left:unset}.Message .album-item-select-wrapper .media-inner{border:0 solid var(--select-background-color);transition:border-width var(--select-transition)}.Message .album-item-select-wrapper img,.Message .album-item-select-wrapper video{transition:transform var(--select-transition)}.Message .album-item-select-wrapper.is-selected .message-select-control{background:var(--color-green)}.Message .album-item-select-wrapper.is-selected img,.Message .album-item-select-wrapper.is-selected video{transform:scale(var(--select-message-scale))}.Message.is-forwarding .message-select-control,.Message.is-selected .message-select-control{background:var(--color-green)}.Message.is-forwarding .Menu .bubble,.Message.is-selected .Menu .bubble{transition:none!important}.Message.is-in-document-group:not(.first-in-document-group):before{top:0!important}.Message.is-in-document-group:not(.first-in-document-group) .message-content{box-shadow:none;border-top-left-radius:0!important;border-top-right-radius:0!important}.Message.is-in-document-group:not(.first-in-document-group) .forwarded-message:before{top:-1.5rem}.Message.is-in-document-group:not(.last-in-document-group){margin-bottom:0}.Message.is-in-document-group:not(.last-in-document-group):before{bottom:0!important}.Message.is-in-document-group:not(.last-in-document-group) .message-content{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.Message.is-in-document-group.is-in-selection-mode .Audio:not(.audio-is-selected) .message-select-control:not(.group-select),.Message.is-in-document-group.is-in-selection-mode .File:not(.file-is-selected) .message-select-control:not(.group-select){background:#fff}.Message.is-in-document-group.is-in-selection-mode .Audio:not(.audio-is-selected) .message-select-control:not(.group-select):after,.Message.is-in-document-group.is-in-selection-mode .File:not(.file-is-selected) .message-select-control:not(.group-select):after{content:"";width:1.25rem;height:1.25rem;border-radius:.688rem;background:#fff;border:.125rem solid rgba(0,0,0,.2);position:absolute}.Message.is-in-document-group.is-in-selection-mode.own .message-content .Audio:not(.audio-is-selected) .message-select-control:not(.group-select),.Message.is-in-document-group.is-in-selection-mode.own .message-content .File:not(.file-is-selected) .message-select-control:not(.group-select){background:var(--background-color);border-color:var(--background-color)}.Message.is-in-document-group.is-in-selection-mode.own .message-content .Audio:not(.audio-is-selected) .message-select-control:not(.group-select):after,.Message.is-in-document-group.is-in-selection-mode.own .message-content .File:not(.file-is-selected) .message-select-control:not(.group-select):after{background:var(--background-color);border-color:rgba(var(--color-text-green-rgb),.5)}.Message.is-in-document-group.focused .message-content,.Message.is-in-document-group.has-menu-open .message-content,.Message.is-in-document-group.is-forwarding .message-content,.Message.is-in-document-group.is-selected .message-content{background:var(--color-background-selected)}.Message.is-in-document-group.focused.own .message-content,.Message.is-in-document-group.has-menu-open.own .message-content,.Message.is-in-document-group.is-forwarding.own .message-content,.Message.is-in-document-group.is-selected.own .message-content{--background-color:var(--color-background-own-selected);background:var(--color-background-own-selected)}.Message.is-in-document-group .message-content-wrapper{width:17.1875rem}.Message.is-in-document-group .message-content{transition:background-color var(--select-transition)}.Message .album-item-select-wrapper{position:absolute}.Message .album-item-select-wrapper .message-select-control{position:absolute;z-index:2}.Message .message-select-control{position:absolute;left:0;bottom:.25rem;width:1.5rem;height:1.5rem;border:2px solid #fff;border-radius:50%;z-index:var(--z-message-select-control);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;opacity:0;pointer-events:none;transition:opacity var(--select-transition)}.Message .message-select-control .icon-select{position:absolute;left:-3px;top:-3px;font-size:1.625rem}.Message .Avatar{margin-right:.3rem}.Message.is-in-document-group .message-content.document{padding:.25rem .5rem!important}.Message.is-in-document-group.last-in-document-group .message-content.document{padding-bottom:.5rem!important}.Message.is-in-document-group.first-in-document-group .message-content.document{padding-top:.5rem!important}.Album,.media-inner,.message-content,.message-content.custom-shape .media-inner img,.message-content.media .media-inner img,.message-content.media .media-inner video{border-top-left-radius:var(--border-top-left-radius);border-top-right-radius:var(--border-top-right-radius);border-bottom-left-radius:var(--border-bottom-left-radius);border-bottom-right-radius:var(--border-bottom-right-radius)}.media-inner{overflow:hidden}.media-inner.small-image img{border-radius:0!important}.Message{--border-top-left-radius:var(--border-radius-messages);--border-top-right-radius:var(--border-radius-messages);--border-bottom-left-radius:var(--border-radius-messages);--border-bottom-right-radius:var(--border-radius-messages)}.Message:not(.own).first-in-group:not(.last-in-group),.Message:not(.own):not(.first-in-group):not(.last-in-group){--border-bottom-left-radius:var(--border-radius-messages-small)}.Message:not(.own).last-in-group:not(.first-in-group),.Message:not(.own):not(.first-in-group):not(.last-in-group){--border-top-left-radius:var(--border-radius-messages-small)}.Message:not(.own).last-in-group{--border-bottom-left-radius:var(--border-radius-messages-small)}.Message:not(.own).last-in-group .message-content.has-appendix{--border-bottom-left-radius:0}.Message.own.first-in-group:not(.last-in-group),.Message.own:not(.first-in-group):not(.last-in-group){--border-bottom-right-radius:var(--border-radius-messages-small)}.Message.own.last-in-group:not(.first-in-group),.Message.own:not(.first-in-group):not(.last-in-group){--border-top-right-radius:var(--border-radius-messages-small)}.Message.own.last-in-group{--border-bottom-right-radius:var(--border-radius-messages-small)}.Message.own.last-in-group .message-content.has-appendix{--border-bottom-right-radius:0}.Message .message-content.has-replies:not(.custom-shape) .Album,.Message .message-content.has-replies:not(.custom-shape) .media-inner,.Message .message-content.text .Album,.Message .message-content.text .media-inner{--border-bottom-left-radius:0;--border-bottom-right-radius:0}.Message .message-content.is-reply .EmbeddedMessage+.Album,.Message .message-content.is-reply .EmbeddedMessage+.Audio,.Message .message-content.is-reply .EmbeddedMessage+.File{margin-top:.375rem}.Message .message-content:not(.custom-shape).force-sender-name .Album,.Message .message-content:not(.custom-shape).is-reply .Album,.Message .message-content:not(.custom-shape).is-reply .media-inner,.Message .message-content:not(.is-forwarded) .message-title~.media-inner{--border-top-left-radius:0;--border-top-right-radius:0}.Message .message-content.is-forwarded .content-inner .message-title{margin-bottom:.25rem}.Message .message-action-button{position:absolute;bottom:0;color:#fff;background-color:rgba(0,0,0,.2);opacity:0;transition:opacity .2s ease}@media (pointer:coarse){.Message .message-action-button{opacity:1!important}}.Message .message-action-button:active,.Message .message-action-button:focus,.Message .message-action-button:hover{background-color:rgba(0,0,0,.28)!important}.Message:hover .message-action-button,.Message[data-is-document-group-hover] .message-action-button{opacity:1}.Message.own .message-action-button{left:-3rem}.Message:not(.own) .message-action-button{right:-3rem}.Message .bottom-marker{height:1px;width:1px;visibility:hidden}.Message .custom-shape .message-action-button{bottom:.25rem}.message-content{position:relative;max-width:var(--max-width)}@media (max-width:600px){.message-content{max-width:69vw}}.message-content .text-content{margin:0;word-break:break-word;line-height:1.3125}.message-content:not(.custom-shape){font-size:var(--message-text-size,1rem)}.message-content .matching-text-highlight{background:#cae3f7;border-radius:.25rem;padding:0 .125rem}.message-content .message-title{white-space:nowrap;font-size:.875rem;font-weight:500;line-height:1.25rem;color:var(--accent-color);display:flex}.message-content .message-title,.message-content .message-title>.interactive{overflow:hidden;text-overflow:ellipsis}.message-content .message-title.interactive,.message-content .message-title>.interactive{cursor:pointer}.message-content .message-title.interactive:hover,.message-content .message-title>.interactive:hover{opacity:.85}.message-content .message-title>.color-1{color:var(--color-user-1)}.message-content .message-title>.color-2{color:var(--color-user-2)}.message-content .message-title>.color-4{color:var(--color-user-4)}.message-content .message-title>.color-5{color:var(--color-user-5)}.message-content .message-title>.color-6{color:var(--color-user-6)}.message-content .message-title>.color-7{color:var(--color-user-7)}.message-content .message-title>.color-8{color:var(--color-user-8)}.message-content .message-title+.File{margin-top:.25rem}.message-content .message-title .via{padding:0 .2rem;font-weight:400}.message-content .message-title .admin-title{flex:1;margin-left:1rem;text-align:right;font-weight:400;font-size:.75rem;margin-top:-.1rem;color:rgba(var(--color-text-meta-rgb),.75)}.Message.own .message-content .message-title .admin-title{color:var(--accent-color)}.message-content.has-shadow{box-shadow:0 1px 2px hsla(0,0%,44.7%,.25)}.is-album .message-content,.message-content.has-solid-background{background:var(--background-color)}.message-content.has-solid-background{padding:.3125rem .5rem .375rem}.message-content.has-solid-background .text-content:last-child:after{content:"";display:inline-block;width:var(--meta-safe-area-size);height:1rem}.Message.own .message-content.has-appendix:before{right:-.5625rem;background-position:100% 100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cfilter x='-50%25' y='-14.7%25' width='200%25' height='141.2%25' filterUnits='objectBoundingBox' id='a'%3E%3CfeOffset dy='1' in='SourceAlpha' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur stdDeviation='1' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E%3CfeColorMatrix values='0 0 0 0 0.0621962482 0 0 0 0 0.138574144 0 0 0 0 0.185037364 0 0 0 0.15 0' in='shadowBlurOuter1'/%3E%3C/filter%3E%3Cpath d='M6 17H0V0c.193 2.84.876 5.767 2.05 8.782.904 2.325 2.446 4.485 4.625 6.48A1 1 0 016 17z' id='b'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse fill='%23EEFFDE' xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}.Message:not(.own) .message-content.has-appendix:before{left:-.5625rem;background-position:0 100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cfilter x='-50%25' y='-14.7%25' width='200%25' height='141.2%25' filterUnits='objectBoundingBox' id='a'%3E%3CfeOffset dy='1' in='SourceAlpha' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur stdDeviation='1' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E%3CfeColorMatrix values='0 0 0 0 0.0621962482 0 0 0 0 0.138574144 0 0 0 0 0.185037364 0 0 0 0.15 0' in='shadowBlurOuter1'/%3E%3C/filter%3E%3Cpath d='M3 17h6V0c-.193 2.84-.876 5.767-2.05 8.782-.904 2.325-2.446 4.485-4.625 6.48A1 1 0 003 17z' id='b'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse fill='%23FFF' xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}.Message.is-in-selection-mode.is-album:not(.own) .message-content.has-appendix:not(.has-solid-background):before{bottom:-.125rem!important;left:-.5rem;z-index:2}.Message.is-in-selection-mode.is-album.own .message-content.has-appendix:not(.has-solid-background):before{bottom:-.125rem!important;right:-.5rem;z-index:2}.message-content.has-appendix:before{content:"";display:block;position:absolute;bottom:-.1875rem;width:.5625rem;height:1.25rem}.Message.own .message-content.has-appendix-thumb:after{right:-.5625rem;background-position:100% 100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cfilter x='-50%25' y='-14.7%25' width='200%25' height='141.2%25' filterUnits='objectBoundingBox' id='a'%3E%3CfeOffset dy='1' in='SourceAlpha' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur stdDeviation='1' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E%3CfeColorMatrix values='0 0 0 0 0.0621962482 0 0 0 0 0.138574144 0 0 0 0 0.185037364 0 0 0 0.15 0' in='shadowBlurOuter1'/%3E%3C/filter%3E%3Cpath d='M6 17H0V0c.193 2.84.876 5.767 2.05 8.782.904 2.325 2.446 4.485 4.625 6.48A1 1 0 016 17z' id='b'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse fill='%23CCC' xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}.Message:not(.own) .message-content.has-appendix-thumb:after{left:-.5625rem;background-position:0 100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cfilter x='-50%25' y='-14.7%25' width='200%25' height='141.2%25' filterUnits='objectBoundingBox' id='a'%3E%3CfeOffset dy='1' in='SourceAlpha' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur stdDeviation='1' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E%3CfeColorMatrix values='0 0 0 0 0.0621962482 0 0 0 0 0.138574144 0 0 0 0 0.185037364 0 0 0 0.15 0' in='shadowBlurOuter1'/%3E%3C/filter%3E%3Cpath d='M3 17h6V0c-.193 2.84-.876 5.767-2.05 8.782-.904 2.325-2.446 4.485-4.625 6.48A1 1 0 003 17z' id='b'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse fill='%23CCC' xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}.message-content.has-appendix-thumb:after{content:"";display:block;position:absolute;bottom:-.1875rem;width:.5625rem;height:1.25rem;opacity:1;transition:opacity .5s ease}.message-content[data-has-custom-appendix]:before{background-image:var(--appendix-bg)!important}.message-content[data-has-custom-appendix]:after{opacity:0}.message-content.document{padding:.5rem!important}.message-content.document .File+.text-content{margin-top:.313rem}.message-content.audio .Embedded,.message-content.audio .message-title,.message-content.voice .Embedded,.message-content.voice .message-title{margin-top:-.1875rem;margin-bottom:.1875rem}.message-content.voice{padding:.5rem!important}.message-content.voice .Voice+.text-content{margin-top:.5rem}.message-content.audio{min-width:17.1875rem;padding:.5rem .5rem .8125rem!important}.message-content.audio .Audio+.text-content{margin-top:.25rem;margin-bottom:-.4375rem}.message-content:not(.custom-shape) .emoji{display:inline-block;width:1.25rem;background-size:1.25rem;color:transparent;margin-right:1px;vertical-align:text-bottom}.message-content:not(.custom-shape) .emoji::selection{background-color:var(--color-selection-highlight-emoji);color:transparent}.message-content:not(.custom-shape) .text-content .emoji{width:calc(1.25*var(--message-text-size, 1rem));background-size:calc(1.25*var(--message-text-size, 1rem))}.message-content.media .media-inner{display:flex;justify-content:center;align-items:center}.message-content.media .media-inner.interactive{cursor:pointer}.message-content.media .media-inner.interactive.dark video{background-color:#232323}.message-content.media.round.is-reply{width:auto!important}.message-content.media.force-sender-name .Album,.message-content.media.force-sender-name .media-inner,.message-content.media.is-reply .Album,.message-content.media.is-reply .media-inner,.message-content.media.is-via-bot .media-inner,.message-content.media.text .media-inner{margin-left:-.5rem;margin-right:-.5rem}.message-content.media.text .media-inner{margin-top:-.3125rem}.message-content.media.force-sender-name .Album,.message-content.media.is-reply .Album,.message-content.media.is-reply .media-inner,.message-content.media .message-title~.media-inner{margin-top:.375rem;margin-bottom:-.375rem}.message-content.media.text .Album,.message-content.media.text .media-inner{margin-bottom:.375rem}.message-content.media .media-loading{display:flex;align-items:center;justify-content:center}.message-content.media .media-loading:not(.open){opacity:.5;transform:scale(0);transition:opacity .3s ease,transform .3s ease}.message-content.media .icon-download,.message-content.media .icon-large-play{position:absolute;display:flex;align-items:center;justify-content:center;color:#fff;opacity:.7;transition:opacity .15s}.message-content.media .icon-download:hover,.message-content.media .icon-large-play:hover{opacity:1}.message-content.media .icon-download:before,.message-content.media .icon-large-play:before{display:flex;align-items:center;justify-content:center;width:3.375rem;height:3.375rem;border-radius:50%;background:rgba(0,0,0,.25)}.message-content.media .icon-download{font-size:1.5rem}.message-content.media .icon-large-play{font-size:2.5rem}.message-content.media .message-media-duration,.message-content.media .message-upload-progress{background:rgba(0,0,0,.25);color:#fff;font-size:.75rem;position:absolute;left:.1875rem;top:.1875rem;z-index:1;padding:0 .375rem;border-radius:.75rem;line-height:1.125rem}.message-content.media .message-media-duration .icon-muted-chat{vertical-align:-.1875rem;margin-left:.375rem;font-size:1.0625rem}.message-content.custom-shape{line-height:1.2;font-size:10rem}.message-content.custom-shape.is-reply{max-width:100%}.message-content.custom-shape .reply-message{display:flex;align-items:flex-start;flex-direction:row-reverse}.message-content.custom-shape .reply-message>p{margin-bottom:0}.message-content.custom-shape .reply-message .EmbeddedMessage{margin-left:.5rem;border-radius:var(--border-radius-messages)}@media (max-width:600px){.message-content.custom-shape .reply-message .EmbeddedMessage{max-width:calc(90vw - 13rem)}}.message-content.custom-shape .text-content{margin-bottom:1rem}.message-content.custom-shape .media-inner{line-height:1;font-size:1rem;flex-shrink:0}.message-content.custom-shape .media-inner .full-media{top:0;left:0;bottom:0;right:0}.message-content.custom-shape .emoji{display:inline-block;color:transparent}.message-content.custom-shape .emoji::selection{background-color:var(--color-selection-highlight-emoji);color:transparent}.message-content.custom-shape.emoji-only .text-content{margin-bottom:0}.message-content.custom-shape.emoji-only-1{min-width:8rem;font-size:4.5rem}.message-content.custom-shape.emoji-only-1 .content-inner{height:7rem}.message-content.custom-shape.emoji-only-1 .text-content{line-height:1.5;text-align:center}.Message.was-edited .message-content.custom-shape.emoji-only-1{min-width:10rem}.message-content.custom-shape.emoji-only-1 .emoji{width:5rem;height:5rem}.message-content.custom-shape.emoji-only-2{font-size:4rem;margin-top:.5rem;min-width:10rem}.message-content.custom-shape.emoji-only-2.has-comments{margin-top:1.25rem}.Message.was-edited .message-content.custom-shape.emoji-only-2{min-width:12rem}.message-content.custom-shape.emoji-only-2 .emoji{width:4rem;height:4rem}.message-content.custom-shape.emoji-only-3{font-size:3rem;margin-top:1.75rem;min-width:12rem}.message-content.custom-shape.emoji-only-3.has-comments{margin-top:2.5rem}.Message.was-edited .message-content.custom-shape.emoji-only-3{min-width:14rem}.message-content.custom-shape.emoji-only-3 .emoji{width:3rem;height:3rem}.Message:not(.own) .message-content.custom-shape{--hover-color:var(--color-reply-hover);--active-color:var(--color-reply-active)}.Message.own .message-content.custom-shape{--hover-color:var(--color-reply-own-hover);--active-color:var(--color-reply-own-active)}.Message.own .message-content.custom-shape .reply-message{flex-direction:row}.Message.own .message-content.custom-shape .reply-message .EmbeddedMessage{margin-right:.5rem}.forwarded-message{--border-top-left-radius:var(--border-radius-messages-small);--border-top-right-radius:var(--border-radius-messages-small);--border-bottom-left-radius:var(--border-radius-messages-small);--border-bottom-right-radius:var(--border-radius-messages-small)}.message-content:not(.custom-shape) .forwarded-message{position:relative;margin-top:.25rem;padding-left:.625rem}.message-content:not(.custom-shape) .forwarded-message:before{content:"";display:block;position:absolute;top:0;bottom:0;left:.05rem;width:2px;background:var(--accent-color);border-radius:2px}.forwarded-message>.media-inner{margin:0 0 .25rem!important}.long-word-break-all{word-break:break-all}.text-entity-link{color:var(--color-links)!important;text-decoration:none;word-break:none;cursor:pointer}.text-entity-link:active,.text-entity-link:hover,.text-entity-link:visited{color:var(--color-links-hover)!important;text-decoration:underline}.text-entity-code,.text-entity-pre{color:var(--color-code);background:var(--color-code-bg);white-space:pre-wrap;margin:0;padding:1px 2px;border-radius:4px}.MessageList{flex:1;width:100%;overflow-anchor:none;overflow:scroll;overflow-x:hidden;overflow-y:overlay}.mask-image-enabled .MessageList,body.hide-mask-shadow .mask-image-disabled .MessageList{-webkit-mask-image:linear-gradient(0deg,transparent 0,#000 1rem);mask-image:linear-gradient(0deg,transparent 0,#000 1rem)}.custom-bg-image.mask-image-disabled .MessageList{margin-bottom:.3rem}@media (pointer:coarse){.MessageList{-webkit-user-select:none;-webkit-touch-callout:none;user-select:none;touch-callout:none}}.MessageList.no-avatars .Message>.Avatar{display:none}.MessageList .messages-container{width:100%;max-width:var(--messages-container-width);min-height:100%;margin:0 auto;display:flex;justify-content:flex-end;flex-direction:column;padding:1rem 1rem .5rem 1.125rem}.force-messages-scroll .MessageList .messages-container{margin-top:100vh!important}@media (max-width:600px){.MessageList .messages-container{width:100vw;padding:2.75rem .5rem .5rem;margin:0}}.MessageList.bottom-padding .messages-container{padding-bottom:1rem}.MessageList.bottom-padding-big .messages-container{padding-bottom:4.75rem}@media (max-width:600px){.MessageList.bottom-padding-big .messages-container{padding-bottom:3.5rem}}.MessageList.select-mode-active .messages-container{padding-bottom:5.25rem}.MessageList .ActionMessage,.MessageList .Message{position:relative}.MessageList .ActionMessage:before,.MessageList .Message:before{content:"";position:absolute;top:-.3125rem;bottom:-.3125rem;left:-50vw;right:-50vw;background:#000;z-index:-1;opacity:0;transition:opacity var(--select-transition)}body.animation-level-0 .MessageList .ActionMessage:before,body.animation-level-0 .MessageList .Message:before{transition:none!important}.MessageList .ActionMessage:not(.last-in-group):before,.MessageList .Message:not(.last-in-group):before{bottom:-.1875rem}.MessageList .ActionMessage:not(.first-in-group):before,.MessageList .Message:not(.first-in-group):before{top:-.1875rem}.MessageList .ActionMessage.focused:before,.MessageList .Message.focused:before{transition:none!important}.MessageList .ActionMessage.focused:before,.MessageList .ActionMessage.has-menu-open:before,.MessageList .ActionMessage.is-forwarding:before,.MessageList .ActionMessage.is-selected:before,.MessageList .Message.focused:before,.MessageList .Message.has-menu-open:before,.MessageList .Message.is-forwarding:before,.MessageList .Message.is-selected:before{opacity:.1}.MessageList>.empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.MessageList .ActionMessage,.MessageList .empty,.MessageList .local-action-message,.MessageList .sticky-date{text-align:center}.MessageList .ActionMessage>span,.MessageList .empty>span,.MessageList .local-action-message>span,.MessageList .sticky-date>span{display:inline-block;background:rgba(var(--color-text-secondary-rgb),.45);color:#fff;font-size:.9375rem;font-weight:500;line-height:1.5rem;padding:0 .5rem;border-radius:.75rem;word-break:break-word}.MessageList .ActionMessage.rich>span,.MessageList .empty.rich>span,.MessageList .local-action-message.rich>span,.MessageList .sticky-date.rich>span{max-width:80%;text-align:left}.MessageList .ActionMessage.rich a,.MessageList .ActionMessage.rich a:visited,.MessageList .empty.rich a,.MessageList .empty.rich a:visited,.MessageList .local-action-message.rich a,.MessageList .local-action-message.rich a:visited,.MessageList .sticky-date.rich a,.MessageList .sticky-date.rich a:visited{color:var(--color-links-darker)!important}.MessageList .ActionMessage.rich a:active,.MessageList .ActionMessage.rich a:hover,.MessageList .empty.rich a:active,.MessageList .empty.rich a:hover,.MessageList .local-action-message.rich a:active,.MessageList .local-action-message.rich a:hover,.MessageList .sticky-date.rich a:active,.MessageList .sticky-date.rich a:hover{color:var(--color-links-darker-hover)!important}.MessageList .sticky-date{margin-top:1rem;margin-bottom:1rem;z-index:var(--z-sticky-date);pointer-events:none;opacity:1;transition:opacity .3s ease}body:not(.is-scrolling-messages) .MessageList .sticky-date.stuck{opacity:0}body.animation-level-0 .MessageList .sticky-date{transition:none}.MessageList.scrolled .sticky-date{position:sticky;top:.625rem}.has-header-tools .MessageList .sticky-date{top:3.75rem}.MessageList .ActionMessage,.MessageList .local-action-message{margin-top:.5rem;margin-bottom:.5rem}.MessageList .ActionMessage .action-link{cursor:pointer}.MessageList .ActionMessage .action-link:hover{text-decoration:underline}.MessageList .sticky-date+.ActionMessage{margin-top:-.5rem}@media (min-width:1276px){.MessageList{width:100%;transform:translateZ(0);transition:transform var(--layer-transition)}.MessageList .messages-container{width:calc(100% - var(--right-column-width))}body.animation-level-0 .MessageList{transition:none}#Main.right-column-open .MessageList{transform:translate3d(calc(var(--right-column-width)/-2),0,0)}#Main.right-column-open .MessageList:not(.select-mode-active),body.animating-right-column .MessageList:not(.select-mode-active),body:not(.animating-right-column) #Main.right-column-open .MessageList.select-mode-active{width:calc(100% - var(--right-column-width))}#Main.right-column-open .MessageList:not(.select-mode-active) .messages-container,body.animating-right-column .MessageList:not(.select-mode-active) .messages-container,body:not(.animating-right-column) #Main.right-column-open .MessageList.select-mode-active .messages-container{width:100%}}@media (max-width:600px){.MessageList{transition:transform var(--layer-transition)}body.enable-symbol-menu-transforms .MessageList{transform:translateZ(0)}body.is-symbol-menu-open .MessageList{transform:translate3d(0,calc(-1*(var(--symbol-menu-height) + var(--symbol-menu-footer-height))),0)}}.animating>div>.MessageList,.MessageList.has-focusing,.MessageList.select-mode-active,body.has-context-menu .MessageList{padding-right:0}.animating>div>.MessageList::-webkit-scrollbar,.MessageList.has-focusing::-webkit-scrollbar,.MessageList.select-mode-active::-webkit-scrollbar,body.has-context-menu .MessageList::-webkit-scrollbar{width:0}@supports (scrollbar-width:none){.animating>div>.MessageList,.MessageList.has-focusing,.MessageList.select-mode-active,body.has-context-menu .MessageList{padding-right:.6875rem;scrollbar-width:none}}.is-safari.has-context-menu .messages-layout>.MessageList,.is-safari .MessageList.has-focusing,.is-safari .MessageList.select-mode-active{padding-right:.375rem}.ScrollDownButton{--base-bottom-pos:6rem;position:absolute;bottom:var(--base-bottom-pos);right:1rem;opacity:0;transform:translateY(4.5rem);transition:transform .25s cubic-bezier(.34,1.56,.64,1),opacity .2s ease;z-index:10;pointer-events:none}body.animation-level-0 .ScrollDownButton{transform:none!important;transition:opacity .15s}@media (max-width:600px){.ScrollDownButton{right:.5rem;bottom:4.5rem}}.ScrollDownButton-inner{display:flex;flex-direction:column;align-items:center}.ScrollDownButton-inner>.Button{box-shadow:0 1px 2px hsla(0,0%,44.7%,.25)}.ScrollDownButton-inner>.Button i{font-size:1.75rem}@media (min-width:1276px){.ScrollDownButton-inner{transform:translateX(0);transition:transform var(--layer-transition)}body.animation-level-0 .ScrollDownButton-inner{transition:none!important}#Main.right-column-open .ScrollDownButton-inner{transform:translateX(calc(-1*var(--right-column-width)))}}@media (max-width:600px){.ScrollDownButton-inner>.Button{width:2.875rem;height:2.875rem}}.ScrollDownButton.revealed{transform:translateY(0);opacity:1;pointer-events:all}.ScrollDownButton.revealed.no-composer{transform:translateY(2.5rem)}.ScrollDownButton .unread-count{min-width:1.5rem;height:1.5rem;padding:0 .45rem;border-radius:.75rem;font-size:.875rem;line-height:1.5rem;font-weight:500;text-align:center;position:absolute;top:-.3rem;right:-.3rem;background:var(--color-green);color:#fff;pointer-events:none}@media (max-width:600px){.ScrollDownButton .unread-count{top:-.7rem;right:auto}}@media (max-width:600px){body.is-symbol-menu-open .ScrollDownButton{bottom:calc(var(--base-bottom-pos) + var(--symbol-menu-height) + var(--symbol-menu-footer-height))}}.ComposerEmbeddedMessage{height:2.625rem;transition:height .15s ease-out,opacity .15s ease-out}.ComposerEmbeddedMessage:not(.open){height:0!important}.ComposerEmbeddedMessage body.animation-level-0{transition:none!important}.ComposerEmbeddedMessage>div{display:flex;align-items:center;padding-right:.625rem;padding-top:.45rem}.ComposerEmbeddedMessage>div>.Button{flex-shrink:0;background:none!important;width:2.125rem;height:2.125rem;margin:0 .625rem;padding:0;align-self:center}.WebPagePreview{display:flex;align-items:center;margin-bottom:-.75rem;padding-right:.625rem;padding-top:.45rem;padding-left:3.375rem;--accent-color:var(--color-primary)}.ComposerEmbeddedMessage+.WebPagePreview{margin-top:.75rem}.WebPagePreview>.Button{flex-shrink:0;background:none!important;width:2.125rem;height:2.125rem;margin:0 .625rem;padding:0;align-self:center}.WebPagePreview .WebPage{flex-grow:1;margin:.1875rem 0 .1875rem .125rem}.WebPagePreview .WebPage:before{top:.125rem;bottom:.0625rem}.WebPagePreview .WebPage .site-title{margin-top:.125rem;margin-bottom:.1875rem}.Composer{align-items:flex-end}@media (min-width:601px){.select-mode-active+.middle-column-footer .Composer{position:absolute;padding-right:2rem;margin-top:-.5rem}}@media (max-width:600px){.select-mode-active+.middle-column-footer .Composer{padding-right:1rem}}.select-mode-active+.middle-column-footer .Composer:before{right:2.125rem}@media (max-width:600px){.select-mode-active+.middle-column-footer .Composer:before{right:1rem}}.hide-mask-shadow .Composer:before{opacity:0!important}.Composer>.Button{flex-shrink:0;margin-left:.5rem}@media (max-width:600px){.Composer>.Button{width:2.875rem;height:2.875rem}}.Composer>.Button .icon-check,.Composer>.Button .icon-microphone-alt,.Composer>.Button .icon-send{position:absolute}.Composer>.Button:not(:active):not(:focus):not(:hover) .icon-check,.Composer>.Button:not(:active):not(:focus):not(:hover) .icon-send{color:var(--color-primary)}.Composer>.Button.cancel{position:relative;z-index:1}.Composer>.Button.cancel.active,.Composer>.Button.cancel:hover{background:var(--color-chat-hover)}.Composer>.Button.recording{position:relative;z-index:0;transition:box-shadow .1s}.Composer>.Button.send .icon-send{animation:grow-icon .4s ease-out}.Composer>.Button.send .icon-check,.Composer>.Button.send .icon-microphone-alt{animation:hide-icon .4s ease-out forwards}.Composer>.Button.record .icon-microphone-alt{animation:grow-icon .4s ease-out}.Composer>.Button.edit .icon-microphone-alt,.Composer>.Button.edit .icon-send,.Composer>.Button.record .icon-check,.Composer>.Button.record .icon-send{animation:hide-icon .4s ease-out forwards}.Composer>.Button.edit .icon-check{animation:grow-icon .4s ease-out}body.animation-level-0 .Composer>.Button .icon-check,body.animation-level-0 .Composer>.Button .icon-microphone-alt,body.animation-level-0 .Composer>.Button .icon-send,body.animation-level-1 .Composer>.Button .icon-check,body.animation-level-1 .Composer>.Button .icon-microphone-alt,body.animation-level-1 .Composer>.Button .icon-send{animation-duration:0ms!important}.Composer .mobile-symbol-menu-button{width:2.875rem;height:2.875rem;position:relative}.Composer .mobile-symbol-menu-button .icon-keyboard,.Composer .mobile-symbol-menu-button .icon-smile,.Composer .mobile-symbol-menu-button .Spinner{position:absolute}.Composer .mobile-symbol-menu-button .Spinner{--spinner-size:1.5rem}.Composer .mobile-symbol-menu-button .icon-smile{animation:grow-icon .4s ease-out}.Composer .mobile-symbol-menu-button .icon-keyboard,.Composer .mobile-symbol-menu-button .Spinner{animation:hide-icon .4s ease-out forwards}.Composer .mobile-symbol-menu-button.is-loading .Spinner{animation:grow-icon .4s ease-out}.Composer .mobile-symbol-menu-button.is-loading .icon-keyboard,.Composer .mobile-symbol-menu-button.is-loading .icon-smile{animation:hide-icon .4s ease-out forwards}.Composer .mobile-symbol-menu-button.menu-opened .icon-keyboard{animation:grow-icon .4s ease-out}.Composer .mobile-symbol-menu-button.menu-opened .icon-smile,.Composer .mobile-symbol-menu-button.menu-opened .Spinner{animation:hide-icon .4s ease-out forwards}#message-compose{flex-grow:1;max-width:calc(100% - 4rem);background:#fff;border-radius:var(--border-radius-messages);border-bottom-right-radius:0;box-shadow:0 1px 2px hsla(0,0%,44.7%,.25);position:relative;z-index:1}#message-compose:before{content:"";display:block;position:absolute;bottom:-.1875rem;right:-.5625rem;width:.5625rem;height:1.25rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PGZpbHRlciB4PSItNTAlIiB5PSItMTQuNyUiIHdpZHRoPSIyMDAlIiBoZWlnaHQ9IjE0MS4yJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iYSI+PGZlT2Zmc2V0IGR5PSIxIiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMSIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAuMDYyMTk2MjQ4MiAwIDAgMCAwIDAuMTM4NTc0MTQ0IDAgMCAwIDAgMC4xODUwMzczNjQgMCAwIDAgMC4xNSAwIiBpbj0ic2hhZG93Qmx1ck91dGVyMSIvPjwvZmlsdGVyPjxwYXRoIGQ9Ik0zIDE3aDZWMGMtLjE5MyAyLjg0LS44NzYgNS43NjctMi4wNSA4Ljc4Mi0uOTA0IDIuMzI1LTIuNDQ2IDQuNDg1LTQuNjI1IDYuNDhBMSAxIDAgMDAzIDE3eiIgaWQ9ImIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNhKSIgeGxpbms6aHJlZj0iI2IiLz48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNiIi8+PC9nPjwvc3ZnPg==);background-position:0 100%;transform:scaleX(-1)}@media (max-width:600px){#message-compose{max-width:calc(100% - 3rem)}}.message-input-wrapper{display:flex}.message-input-wrapper>.Button{flex-shrink:0;background:none!important;width:3.375rem;height:3.375rem;margin:0;padding:.625rem;align-self:flex-end}@media (max-width:600px){.message-input-wrapper>.Button{width:2.875rem;height:2.875rem;margin:0 .25rem}}.message-input-wrapper>.Button+.Button{margin-left:-.25rem}.message-input-wrapper>.Button.scheduled-button i:after{content:"";position:absolute;top:.75rem;right:.75rem;border:.1875rem solid #fff;box-sizing:initial;width:.5rem;height:.5rem;border-radius:50%;background:var(--color-green-darker);box-shadow:-.375rem -.25rem 0 -.1875rem #fff}@media (max-width:600px){.message-input-wrapper>.Button.scheduled-button i:after{top:.5rem;right:.5rem}}.message-input-wrapper>.input-group{flex-grow:1;margin-bottom:0}.message-input-wrapper .recording-state{display:inline-block;position:relative;line-height:3.5rem;height:3.5rem;padding:0 3.125rem 0 1rem}.message-input-wrapper .recording-state:after{content:"";width:10px;height:10px;background:var(--color-error);border-radius:5px;position:absolute;top:50%;margin-top:-5px;right:1.375rem}@media (max-width:600px){.message-input-wrapper .recording-state{height:2.875rem;line-height:2.875rem}}#caption-input-text,#message-input-text{position:relative}#caption-input-text .form-control,#message-input-text .form-control{padding-top:calc(1rem - var(--border-width));padding-bottom:calc(1rem - var(--border-width));overflow:hidden;line-height:1.5rem}#caption-input-text .form-control.overflown,#message-input-text .form-control.overflown{overflow-y:auto;overflow-x:hidden}#caption-input-text .form-control.touched+.placeholder-text,#caption-input-text .form-control:focus+.placeholder-text,#message-input-text .form-control.touched+.placeholder-text,#message-input-text .form-control:focus+.placeholder-text{display:none}#caption-input-text .form-control.focus-disabled,#message-input-text .form-control.focus-disabled{pointer-events:none}#caption-input-text .placeholder-text,#message-input-text .placeholder-text{position:absolute;bottom:1rem;color:var(--color-placeholders);pointer-events:none}@media (max-width:600px){#caption-input-text .placeholder-text,#message-input-text .placeholder-text{bottom:.6875rem}}#caption-input-text .text-entity-link,#message-input-text .text-entity-link{color:var(--color-links)!important;cursor:default;text-decoration:none}#caption-input-text .text-entity-link:active,#caption-input-text .text-entity-link:hover,#caption-input-text .text-entity-link:visited,#message-input-text .text-entity-link:active,#message-input-text .text-entity-link:hover,#message-input-text .text-entity-link:visited{color:var(--color-links-hover)!important}#caption-input-text .clone,#message-input-text .clone{position:absolute;top:0;left:0;opacity:0;pointer-events:none;z-index:-10}#message-input-text{flex-grow:1}#message-input-text .form-control{margin-bottom:0;background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;caret-color:var(--color-text);min-height:3.5rem;max-height:26rem;transition:height .1s ease}@media (max-width:600px){#message-input-text .form-control{height:2.875rem;min-height:2.875rem;max-height:16rem;padding-top:calc(.6875rem - var(--border-width));padding-bottom:calc(.6875rem - var(--border-width))}}body.animation-level-0 #message-input-text .form-control{transition:none!important}#message-input-text:not(:only-child) .form-control{padding-left:0;padding-right:0}.ComposerEmbeddedMessage+.message-input-wrapper #message-input-text .form-control.overflown,.WebPagePreview+.message-input-wrapper #message-input-text .form-control.overflown{margin-top:.75rem}#message-input-text .emoji{width:1.25rem;height:1.25rem;margin:0 1px -5px;vertical-align:0;pointer-events:none}#caption-input-text .form-control{min-height:3.25rem;max-height:15rem}#caption-input-text .placeholder-text{bottom:1rem;left:1rem}#middle-column-bg{overflow:hidden;z-index:-1}#middle-column-bg,#middle-column-bg:before{position:absolute;top:0;left:0;bottom:0;right:0}#middle-column-bg:before{content:"";display:block;background-color:#e6ebee;background-image:url(chat-bg.0e9c45048ff468c28042bcf15ff9e0d2.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;transition:background-image .3s ease}body.animation-level-0 #middle-column-bg:before{transition:none}@media (max-width:600px){#middle-column-bg:before{background-image:url(chat-bg-mobile.1f82c474ea90cf313c5ed320b4d04d23.jpg)}}.custom-bg-image>#middle-column-bg:before{background-image:var(--custom-background)!important;background-color:var(--custom-background)!important;filter:blur(0);transform:scale(1.1)}.custom-bg-image.blurred>#middle-column-bg:before{filter:blur(12px)}@media screen and (min-width:1276px){body.animation-level-2 #middle-column-bg:before{margin:-16rem -5rem -20rem 0;overflow:hidden;transform:scale(1);transform-origin:left center;transition:transform var(--layer-transition)}body.animation-level-2 .custom-bg-image>#middle-column-bg:before{margin:-16rem -5rem -20rem -1rem;transition:transform var(--layer-transition),background .3s ease}body.animation-level-2 #Main.right-column-open :not(.custom-bg-image)>#middle-column-bg:before{transform:scale(.67)}}#MiddleColumn{display:flex;justify-content:center;height:100%;position:relative;z-index:1}@media (max-width:600px){#MiddleColumn{overflow:hidden}}#MiddleColumn .messages-layout{display:flex;flex-direction:column;align-items:center;position:relative}#MiddleColumn .messages-layout,#MiddleColumn .messages-layout>.Transition{width:100%;height:100%;overflow:hidden}#MiddleColumn .messages-layout>.Transition>div{display:flex;flex-direction:column;align-items:center}#MiddleColumn .messaging-disabled-inner{width:100%;padding:1rem;border-radius:var(--border-radius-messages);background:#fff;color:var(--color-text-secondary);text-align:center;box-shadow:0 1px 2px hsla(0,0%,44.7%,.25)}#MiddleColumn .Composer #message-compose{transform:scaleX(1) translateX(0);transition:transform var(--select-transition),border-bottom-right-radius var(--select-transition)}#MiddleColumn .Composer #message-compose:before{transform:scaleX(-1) translateX(0);transition:transform var(--select-transition)}body.animation-level-0 #MiddleColumn .Composer #message-compose,body.animation-level-0 #MiddleColumn .Composer #message-compose:before{transition:none!important}#MiddleColumn .Composer .message-input-wrapper,#MiddleColumn .Composer:before{opacity:1;transition:opacity var(--select-transition)}body.animation-level-0 #MiddleColumn .Composer .message-input-wrapper,body.animation-level-0 #MiddleColumn .Composer:before{transition:none!important}#MiddleColumn .Composer>.Button{opacity:1;transform:scale(1);transition:opacity var(--select-transition),transform var(--select-transition)}body.animation-level-0 #MiddleColumn .Composer>.Button{transition:none!important}#MiddleColumn .Composer.hover-disabled,#MiddleColumn .Composer:not(.shown){pointer-events:none}#MiddleColumn .Composer:not(.shown) .ComposerEmbeddedMessage{height:0}#MiddleColumn .Composer:not(.shown) #message-compose{transform:scaleX(var(--composer-hidden-scale,1)) translateX(var(--composer-translate-x,0));border-bottom-right-radius:var(--border-radius-messages)}#MiddleColumn .Composer:not(.shown) #message-compose:before{transform:scaleX(-1) translateX(200%)}#MiddleColumn .Composer:not(.shown) #editable-message-text{height:3.5rem!important}@media (max-width:600px){#MiddleColumn .Composer:not(.shown) #editable-message-text{height:2.5rem!important}}#MiddleColumn .Composer:not(.shown) .message-input-wrapper,#MiddleColumn .Composer:not(.shown):before{opacity:0}#MiddleColumn .Composer:not(.shown)>.Button{opacity:0!important;transform:scale(.5)}#MiddleColumn .messaging-disabled{transform:scaleX(1);transition:transform var(--select-transition)}#MiddleColumn .messaging-disabled .messaging-disabled-inner span{opacity:1;transition:opacity var(--select-transition)}body.animation-level-0 #MiddleColumn .messaging-disabled,body.animation-level-0 #MiddleColumn .messaging-disabled .messaging-disabled-inner span{transition:none!important}#MiddleColumn .messaging-disabled:not(.shown){transform:scaleX(var(--composer-hidden-scale,1));pointer-events:none}#MiddleColumn .messaging-disabled:not(.shown) .messaging-disabled-inner span{opacity:0}#MiddleColumn .middle-column-footer{width:100%;max-width:var(--messages-container-width);padding:0 1rem;position:relative;display:flex;align-items:flex-end;z-index:var(--z-middle-footer);transform:translateZ(0);transition:transform var(--layer-transition)}body.animation-level-0 #MiddleColumn .middle-column-footer{transition:none!important}@media (min-width:1276px){#MiddleColumn .middle-column-footer{width:calc(100% - var(--right-column-width))}#Main.right-column-open #MiddleColumn .middle-column-footer{transform:translate3d(calc(var(--right-column-width)/-2),0,0)}}@media (max-width:600px){#MiddleColumn .middle-column-footer{padding:0 .5rem}body.is-symbol-menu-open #MiddleColumn .middle-column-footer{transform:translate3d(0,calc(-1*(var(--symbol-menu-height) + var(--symbol-menu-footer-height))),0)}}.Composer,.MessageSelectToolbar,.messaging-disabled{margin-bottom:1.25rem}@media (max-width:600px){.Composer,.MessageSelectToolbar,.messaging-disabled{margin-bottom:.5rem}}.Composer,.MessageSelectToolbar,.messaging-disabled,.unpin-all-button{width:100%;display:flex;justify-content:center;position:relative}.mask-image-disabled .Composer:before,.mask-image-disabled .MessageSelectToolbar:before,.mask-image-disabled .messaging-disabled:before,.mask-image-disabled .unpin-all-button:before{--shadow-color:#84a686;content:"";display:block;position:absolute;top:0;left:.125rem;right:.125rem;height:1.5rem;box-shadow:0 0 .5rem .5rem var(--shadow-color);background:var(--shadow-color);z-index:-1}@media (max-width:600px){.mask-image-disabled .Composer:before,.mask-image-disabled .MessageSelectToolbar:before,.mask-image-disabled .messaging-disabled:before,.mask-image-disabled .unpin-all-button:before{left:0;right:0;z-index:-1;--shadow-color:#678a64}body.is-symbol-menu-open .mask-image-disabled .Composer:before,body.is-symbol-menu-open .mask-image-disabled .MessageSelectToolbar:before,body.is-symbol-menu-open .mask-image-disabled .messaging-disabled:before,body.is-symbol-menu-open .mask-image-disabled .unpin-all-button:before{--shadow-color:#b4bf9e}}@media screen and (min-height:750px){.mask-image-disabled .Composer:before,.mask-image-disabled .MessageSelectToolbar:before,.mask-image-disabled .messaging-disabled:before,.mask-image-disabled .unpin-all-button:before{--shadow-color:#759b72}}@media screen and (min-width:1276px){body.animation-level-2 .mask-image-disabled .Composer:before,body.animation-level-2 .mask-image-disabled .MessageSelectToolbar:before,body.animation-level-2 .mask-image-disabled .messaging-disabled:before,body.animation-level-2 .mask-image-disabled .unpin-all-button:before{--shadow-color:#97af8e}body.animation-level-2 #Main.right-column-open .mask-image-disabled .Composer:before,body.animation-level-2 #Main.right-column-open .mask-image-disabled .MessageSelectToolbar:before,body.animation-level-2 #Main.right-column-open .mask-image-disabled .messaging-disabled:before,body.animation-level-2 #Main.right-column-open .mask-image-disabled .unpin-all-button:before{--shadow-color:#84a686}}@media screen and (min-width:1276px) and (min-height:750px){body.animation-level-2 .mask-image-disabled .Composer:before,body.animation-level-2 .mask-image-disabled .MessageSelectToolbar:before,body.animation-level-2 .mask-image-disabled .messaging-disabled:before,body.animation-level-2 .mask-image-disabled .unpin-all-button:before{--shadow-color:#91a67f}body.animation-level-2 #Main.right-column-open .mask-image-disabled .Composer:before,body.animation-level-2 #Main.right-column-open .mask-image-disabled .MessageSelectToolbar:before,body.animation-level-2 #Main.right-column-open .mask-image-disabled .messaging-disabled:before,body.animation-level-2 #Main.right-column-open .mask-image-disabled .unpin-all-button:before{--shadow-color:#759b72}}.custom-bg-image .Composer:before,.custom-bg-image .MessageSelectToolbar:before,.custom-bg-image .messaging-disabled:before,.custom-bg-image .unpin-all-button:before{display:none}.unpin-button-container{width:100%;display:flex;justify-content:center;position:absolute;margin-top:.25rem;padding-bottom:1rem}.unpin-button-container .unpin-all-button{text-transform:capitalize;color:var(--color-black);height:3.125rem;overflow:visible;box-shadow:0 1px 2px hsla(0,0%,44.7%,.25)}.unpin-button-container .unpin-all-button:hover .icon-unpin{color:var(--color-white)}.select-mode-active+.middle-column-footer .unpin-button-container .unpin-all-button{display:none}.mask-image-disabled .unpin-button-container .unpin-all-button:before{height:3.125rem;border-radius:var(--border-radius-messages)}@media (max-width:600px){.unpin-button-container .unpin-all-button{height:2.5rem}}.unpin-button-container .unpin-all-button .icon-unpin{margin-right:.75rem;margin-left:-.438rem;color:var(--color-text-secondary);font-size:1.5rem}@media (max-width:600px){.unpin-button-container{padding-bottom:.75rem}}.mask-image-disabled .unpin-button-container:before{background:unset}.RightHeader{display:flex;align-items:center;height:var(--header-height);padding:.5rem .8125rem;pointer-events:auto}@media (max-width:600px){.RightHeader{padding:.5rem}}.RightHeader .close-button{flex-shrink:0}.RightHeader>.Transition{flex:1;height:100%}.RightHeader>.Transition>div{display:flex;align-items:center}.RightHeader h3{margin-bottom:0;font-size:1.25rem;font-weight:500;margin-left:1.375rem}.RightHeader .tools{display:flex;margin-left:auto}.RightHeader .SearchInput{margin-left:1rem}@media (min-width:600px){.RightHeader .SearchInput{margin-right:1rem}}.RightHeader .DropdownMenu{margin-left:auto}.Profile{height:100%;overflow-y:scroll;overflow-x:hidden}.Profile>.profile-info>.ChatInfo{grid-area:chat_info}.Profile>.profile-info>.ChatInfo .status.online{color:var(--color-primary)}.Profile>.profile-info>.ChatExtra{padding:0 1.5rem}.Profile>.profile-info>.ChatExtra .item{display:flex;padding:.75rem 0 1rem;text-align:left}.Profile>.profile-info>.ChatExtra .item i{font-size:1.5rem;color:var(--color-text-secondary);margin-right:2rem}.Profile>.profile-info>.ChatExtra .item .title{font-size:1rem;line-height:1.4375rem;margin-bottom:0;font-weight:400;word-break:break-word}.Profile>.profile-info>.ChatExtra .item a.title{color:var(--color-text)}.Profile>.profile-info>.ChatExtra .item .subtitle{margin-bottom:0;font-size:.875rem;color:var(--color-text-secondary)}.shared-media{display:flex;flex-direction:column-reverse}.shared-media .TabList{background:#fff;top:-1px}.shared-media .TabList .Tab{padding:.6875rem .25rem}.shared-media .TabList .Tab i{padding-right:1.5rem;margin-left:-.75rem}.shared-media .Transition{flex:1}.shared-media .content.empty-list{height:100%;padding-top:5rem;display:flex;align-items:flex-start;justify-content:center}.shared-media .content.empty-list .Spinner{--spinner-size:2.75rem}.shared-media .content.media-list{display:grid;padding:.5rem;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;grid-gap:.25rem}.shared-media .content.documents-list{padding:1.25rem}.shared-media .content.documents-list .File+.File{margin-top:1.25rem}.shared-media .content.links-list{padding:1.25rem}.shared-media .content.links-list .message-upload-progress,.shared-media .content.links-list .ProgressSpinner{display:none}.shared-media .content.audio-list{padding:1.25rem}.shared-media .content.audio-list .Audio .media-loading{top:0;left:0;display:flex;align-items:center;justify-content:center}.shared-media .content.audio-list .Audio+.Audio{margin-top:1.6875rem}.shared-media .content.members-list{padding:.5rem 1rem}@media (max-width:600px){.shared-media .content.members-list{padding:.5rem 0}}#RightColumn{position:absolute;top:0;right:0;width:var(--right-column-width);height:100%;transform:translate3d(var(--right-column-width),0,0);background:var(--color-background);border-left:1px solid var(--color-borders);z-index:var(--z-right-column);transition:transform var(--layer-transition)}body.animation-level-0 #RightColumn{transition:none}#RightColumn:not(:hover) .Picker .chat-item-clickable:nth-child(n+18){display:none!important}@media (max-width:1275px){#RightColumn{box-shadow:0 .25rem .5rem .1rem hsla(0,0%,44.7%,.25)}}@media (max-width:600px){#RightColumn{width:100vw;transform:translate3d(110vw,0,0)}}#RightColumn>.Transition{height:calc(100% - var(--header-height));overflow:hidden}#RightColumn .Management .section>.ChatInfo,#RightColumn .profile-info>.ChatInfo{padding:0 1.5rem;margin:1rem 0;text-align:center}#RightColumn .Management .section>.ChatInfo .Avatar,#RightColumn .profile-info>.ChatInfo .Avatar{margin:0 auto .5rem}#RightColumn .Management .section>.ChatInfo .Avatar.no-photo,#RightColumn .profile-info>.ChatInfo .Avatar.no-photo{cursor:default!important}#RightColumn .Management .section>.ChatInfo .title,#RightColumn .profile-info>.ChatInfo .title{display:flex;justify-content:center;align-items:center}#RightColumn .Management .section>.ChatInfo .title h3,#RightColumn .profile-info>.ChatInfo .title h3{font-weight:500;font-size:1.25rem;line-height:2rem;white-space:pre-wrap;word-break:break-word}#RightColumn .Management .section>.ChatInfo .title .VerifiedIcon,#RightColumn .profile-info>.ChatInfo .title .VerifiedIcon{margin-left:.25rem;margin-top:.1rem}#RightColumn .Management .section>.ChatInfo .title .emoji,#RightColumn .profile-info>.ChatInfo .title .emoji{width:1.5rem;height:1.5rem;background-size:1.5rem}#RightColumn .Management .section>.ChatInfo .status,#RightColumn .profile-info>.ChatInfo .status{font-size:.875rem;color:#868e96}#RightColumn-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;z-index:var(--z-right-column);overflow:hidden;visibility:hidden;pointer-events:none}@media (max-width:1275px){#RightColumn-wrapper{position:fixed}}#RightColumn-wrapper.is-hidden{display:none}#RightColumn-wrapper .overlay-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:#000;opacity:0}@media (max-width:600px){#RightColumn-wrapper .overlay-backdrop{transition:opacity var(--layer-transition)}body.animation-level-0 #RightColumn-wrapper .overlay-backdrop{transition:none}}#Main.right-column-open #RightColumn-wrapper,body.animating-right-column #RightColumn-wrapper{visibility:visible}@media (max-width:600px){#Main.right-column-open #RightColumn-wrapper .overlay-backdrop{opacity:var(--layer-blackout-opacity)}}#Main.right-column-open #RightColumn-wrapper #RightColumn{pointer-events:auto;transform:translateZ(0)}#Main{display:flex;height:100%;text-align:left;overflow:hidden}@media (min-width:1276px){#Main{position:relative}}@media (max-width:600px){#Main{height:calc(var(--vh, 1vh)*100)}}#LeftColumn{flex:1;min-width:18rem;max-width:26.5rem;height:100%}@media (max-width:600px){#LeftColumn{height:calc(var(--vh, 1vh)*100)}}@media (min-width:1680px){#LeftColumn{border-left:1px solid var(--color-borders)}}@media (max-width:1275px){#LeftColumn{flex:2}}@media (max-width:925px){#LeftColumn{position:fixed;left:0;top:0;height:calc(var(--vh, 1vh)*100);width:26.5rem;transform:translate3d(-5rem,0,0);transition:transform var(--layer-transition)}body.animation-level-0 #LeftColumn{transition:none}#LeftColumn:after{content:"";display:block;position:absolute;left:0;top:0;right:0;bottom:0;background:#000;opacity:var(--layer-blackout-opacity);transition:opacity var(--layer-transition);z-index:1}body.animation-level-0 #LeftColumn:after{transition:none}body.is-android #LeftColumn:after{display:none}body.is-android .middle-column-shown #LeftColumn:after{display:block}#Main:not(.middle-column-open) #LeftColumn{transform:translateZ(0)}#Main:not(.middle-column-open) #LeftColumn:after{opacity:0;pointer-events:none}#Main.middle-column-open #LeftColumn .custom-scroll{overflow:hidden}}@media (max-width:600px){#LeftColumn{max-width:none;width:100vw;transform:translate3d(-20vw,0,0)}}@media (min-width:1680px){#RightColumn{border-right:1px solid var(--color-borders)}}@media (max-width:600px){#RightColumn{height:calc(var(--vh, 1vh)*100 + 1px)}}#MiddleColumn{flex:3;border-left:1px solid var(--color-borders);max-width:75vw}@media (max-width:1275px){#MiddleColumn{max-width:calc(100vw - 26.5rem)}}@media (max-width:66.25rem){#MiddleColumn{max-width:60vw}}@media (min-width:1680px){#MiddleColumn{border-right:1px solid var(--color-borders);max-width:calc(1680px - 26.5rem)}}@media (max-width:925px){#MiddleColumn{max-width:none;position:fixed;left:0;top:0;bottom:0;right:0;transform:translateZ(0);transition:transform var(--layer-transition)}body.animation-level-0 #MiddleColumn{transition:none}#Main:not(.middle-column-open) #MiddleColumn{transform:translate3d(26.5rem,0,0)}}@media (max-width:600px){#MiddleColumn{border-left:none}#Main:not(.middle-column-open) #MiddleColumn{transform:translate3d(100vw,0,0)}#Main.right-column-open #MiddleColumn{transform:translate3d(-20vw,0,0)}}@media (max-width:600px){.SymbolMenu{transition:transform var(--layer-transition)}body.animation-level-0 .SymbolMenu{transition:none}body:not(.is-middle-column-open) .SymbolMenu{transform:translate3d(100vw,0,0)!important}} \ No newline at end of file diff --git a/dist/3.32dab7177e836d758c10.js b/dist/3.32dab7177e836d758c10.js new file mode 100644 index 000000000..f655ea6d5 --- /dev/null +++ b/dist/3.32dab7177e836d758c10.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{101:function(e,t,a){"use strict";function s(e){const t=e.length;let a=e[0],s=e[0];for(let n=0;na?a=t:tvoid 0!==a[s]?a[s]:void 0!==t[s]?t[s]:e[s]})}function o(e,t,a=!0){let s,n,c=null;return(...r)=>{s=!0,n=r,c||(a&&(s=!1,e(...n)),c=window.setInterval(()=>{if(!s)return window.clearInterval(c),void(c=null);s=!1,e(...n)},t))}}function i(e){let t,a=!1;return function(...s){t=s,a||(a=!0,requestAnimationFrame(()=>{a=!1,e(...t)}))}}function l(e,t,a=!0,s=!0){let n=null;return function(){n?(clearTimeout(n),n=null):a&&e(),n=setTimeout(()=>{s&&e(),n=null},t)}}a.d(t,"b",(function(){return s})),a.d(t,"c",(function(){return n})),a.d(t,"e",(function(){return c})),a.d(t,"d",(function(){return r})),a.d(t,"f",(function(){return o})),a.d(t,"g",(function(){return i})),a.d(t,"a",(function(){return l}))},181:function(e,t,a){},182:function(e,t,a){},194:function(e,t,a){},195:function(e,t,a){},196:function(e,t,a){},199:function(e,t,a){},200:function(e,t,a){},201:function(e,t,a){},205:function(e,t,a){},206:function(e,t,a){},208:function(e,t,a){},211:function(e,t,a){},212:function(e,t,a){},213:function(e,t,a){},214:function(e,t,a){},215:function(e,t,a){},216:function(e,t,a){},217:function(e,t,a){},218:function(e,t,a){},219:function(e,t,a){},220:function(e,t,a){},221:function(e,t,a){},223:function(e,t,a){},224:function(e,t,a){},225:function(e,t,a){},226:function(e,t,a){},227:function(e,t,a){},231:function(e,t,a){},232:function(e,t,a){},233:function(e,t,a){},88:function(e,t,a){"use strict";a.r(t),a.d(t,"Main",(function(){return On}));var s=a(2),n=a(1),c=a(0),r=(a(71),a(36)),o=a(6);Object(s.b)("openChat",(e,t,a)=>{const{id:n,threadId:c,type:i}=a,l=Object(o.x)(e);return!l||l.chatId===n&&l.threadId===c&&l.type===i||(e=Object(r.m)(e),e={...e,messages:{...e.messages,contentToBeScheduled:void 0},...n!==e.forwardMessages.toChatId&&{forwardMessages:{}}},Object(s.g)(e)),Object(r.L)(e,n,c,i)}),Object(s.b)("openChatWithInfo",(e,t,a)=>{Object(s.g)({...e,isChatInfoShown:!0}),t.openChat(a)}),Object(s.b)("resetChatCreation",e=>({...e,chatCreation:void 0}));var i=a(5),l=a(18),d=a(3);let b;Object(s.b)("setScrollOffset",(e,t,a)=>{const{chatId:s,threadId:n,scrollOffset:c}=a;return Object(r.v)(e,s,n,"scrollOffset",c)}),Object(s.b)("setReplyingToId",(e,t,a)=>{const{messageId:s}=a,n=Object(o.x)(e);if(!n)return;const{chatId:c,threadId:i}=n;return Object(r.v)(e,c,i,"replyingToId",s)}),Object(s.b)("setEditingId",(e,t,a)=>{const{messageId:s}=a,n=Object(o.x)(e);if(!n)return;const{chatId:c,threadId:i,type:l}=n,d="scheduled"===l?"editingScheduledId":"editingId";return Object(r.v)(e,c,i,d,s)}),Object(s.b)("editLastMessage",e=>{const{chatId:t,threadId:a}=Object(o.x)(e)||{};if(!t||!a)return;const s=Object(o.m)(e,t),n=Object(o.Cb)(e,t,a);if(!s||!n)return;const c=Object(d.g)(n,t=>Boolean(s[t]&&Object(o.b)(e,s[t],a).canEdit));return c?Object(r.v)(e,t,a,"editingId",c):void 0}),Object(s.b)("openMediaViewer",(e,t,a)=>{const{chatId:s,threadId:n,messageId:c,avatarOwnerId:r,origin:o}=a;return{...e,mediaViewer:{chatId:s,threadId:n,messageId:c,avatarOwnerId:r,origin:o},forwardMessages:{}}}),Object(s.b)("closeMediaViewer",e=>({...e,mediaViewer:{}})),Object(s.b)("openAudioPlayer",(e,t,a)=>{const{chatId:s,threadId:n,messageId:c}=a;return{...e,audioPlayer:{chatId:s,threadId:n,messageId:c}}}),Object(s.b)("closeAudioPlayer",e=>({...e,audioPlayer:{}})),Object(s.b)("openPollResults",(e,t,a)=>{const{chatId:n,messageId:c}=a;Object(o.U)(e)?n===e.pollResults.chatId&&c===e.pollResults.messageId||Object(s.g)({...e,pollResults:{chatId:n,messageId:c,voters:{}}}):window.setTimeout(()=>{const e=Object(s.e)();Object(s.g)({...e,pollResults:{chatId:n,messageId:c,voters:{}}})},450)}),Object(s.b)("closePollResults",e=>{Object(s.g)({...e,pollResults:{}})}),Object(s.b)("focusLastMessage",(e,t)=>{const a=Object(o.x)(e);if(!a)return;const{chatId:s,threadId:n}=a;let c;if(n===i.MAIN_THREAD_ID){const t=Object(o.f)(e,s);c=t&&t.lastMessage?t.lastMessage.id:void 0}else{const t=Object(o.xb)(e,s,n);c=t?t.lastMessageId:void 0}c&&t.focusMessage({chatId:s,threadId:n,messageId:c,noHighlight:!0})}),Object(s.b)("focusMessage",(e,t,a)=>{const{chatId:n,threadId:c=i.MAIN_THREAD_ID,messageListType:d="thread",noHighlight:u,groupedId:m,groupedChatId:h}=a;let{messageId:O}=a;if(void 0!==m){const t=Object(o.H)(e,h,m);t&&t.length&&([O]=t)}const j=Object(o.x)(e),g=!j||n!==j.chatId||c!==j.threadId||d!==j.type;b&&(clearTimeout(b),b=void 0),b=window.setTimeout(()=>{let e=Object(s.e)();e=Object(r.N)(e),e=Object(r.M)(e),Object(s.g)(e)},2e3),e=Object(r.N)(e,n,O,u),e=Object(r.M)(e,void 0),g&&(e=Object(r.M)(e,l.b.Static));const f=Object(o.Cb)(e,n,c);if(f&&f.includes(O))return Object(s.g)(e),void t.openChat({id:n,threadId:c});if(g&&(e=Object(r.v)(e,n,c,"viewportIds",void 0)),e=Object(r.v)(e,n,c,"outlyingIds",void 0),f&&!g){const t=O>f[0]?l.b.Down:l.b.Up;e=Object(r.M)(e,t)}Object(s.g)(e),t.openChat({id:n,threadId:c}),t.loadViewportMessages()}),Object(s.b)("openForwardMenu",(e,t,a)=>{const{fromChatId:s,messageIds:n,groupedId:c}=a;let r;return c&&(r=Object(o.Y)(e,s,c)),{...e,forwardMessages:{fromChatId:s,messageIds:r||n,isModalShown:!0}}}),Object(s.b)("exitForwardMode",e=>{Object(s.g)({...e,forwardMessages:{}})}),Object(s.b)("setForwardChatId",(e,t,a)=>{const{id:n}=a;Object(s.g)({...e,forwardMessages:{...e.forwardMessages,toChatId:n,isModalShown:!1}}),t.openChat({id:n}),t.closeMediaViewer()}),Object(s.b)("openForwardMenuForSelectedMessages",(e,t)=>{if(!e.selectedMessages)return;const{chatId:a,messageIds:s}=e.selectedMessages;t.openForwardMenu({fromChatId:a,messageIds:s})}),Object(s.b)("enterMessageSelectMode",(e,t,a)=>{const{messageId:s}=a||{},n=Object(o.q)(e);return n?Object(r.l)(e,n.id,s):e}),Object(s.b)("toggleMessageSelection",(e,t,a)=>{const{messageId:s,groupedId:n,childMessageIds:c,withShift:i}=a,l=Object(o.x)(e);if(!l)return;const{chatId:d,threadId:b,type:u}=l;return Object(r.E)(e,d,b,u,s,n,c,i)}),Object(s.b)("exitMessageSelectMode",r.m),Object(s.b)("openPollModal",e=>({...e,isPollModalOpen:!0})),Object(s.b)("closePollModal",e=>({...e,isPollModalOpen:!1}));Object(s.b)("setGlobalSearchQuery",(e,t,a)=>{const{query:s}=a,{chatId:n}=e.globalSearch;return Object(r.P)(e,{globalResults:{},localResults:{},resultsByType:void 0,...s?{fetchingStatus:{chats:!n,messages:!0}}:{fetchingStatus:void 0},query:s})}),Object(s.b)("addRecentlyFoundChatId",(e,t,a)=>{const{id:s}=a,{recentlyFoundChatIds:n}=e.globalSearch;if(!n)return Object(r.P)(e,{recentlyFoundChatIds:[s]});const c=n.filter(e=>e!==s);return c.unshift(s),c.length>10&&c.pop(),Object(r.P)(e,{recentlyFoundChatIds:c})}),Object(s.b)("clearRecentlyFoundChats",e=>Object(r.P)(e,{recentlyFoundChatIds:void 0})),Object(s.b)("setGlobalSearchContent",(e,t,a)=>{const{content:s}=a;return Object(r.Q)(e,s)}),Object(s.b)("setGlobalSearchChatId",(e,t,a)=>{const{id:s}=a;return Object(r.P)(e,{chatId:s,query:void 0,resultsByType:void 0})});var u=a(43),m=a(4);Object(s.b)("openLocalTextSearch",e=>{const{chatId:t,threadId:a}=Object(o.x)(e)||{};if(t&&a)return Object(r.W)(e,t,a,!0)}),Object(s.b)("closeLocalTextSearch",e=>{const{chatId:t,threadId:a}=Object(o.x)(e)||{};if(t&&a)return e=Object(r.W)(e,t,a,!1),e=Object(r.s)(e,t,a,void 0)}),Object(s.b)("setLocalTextSearchQuery",(e,t,a)=>{const{chatId:s,threadId:n}=Object(o.x)(e)||{};if(!s||!n)return;const{query:c}=a,i=Object(m.a)(s,n),{query:l}=e.localTextSearch.byChatThreadKey[i]||{};return c!==l&&(e=Object(r.s)(e,s,n,u.a)),e=Object(r.W)(e,s,n,!0,c)}),Object(s.b)("setLocalMediaSearchType",(e,t,a)=>{const{chatId:s}=Object(o.x)(e)||{};if(!s)return;const{mediaType:n}=a;return Object(r.V)(e,s,n)}),Object(s.b)("setStickerSearchQuery",(e,t,a)=>{const{query:s}=a;return{...e,stickers:{...e.stickers,search:{query:s,resultIds:void 0}}}}),Object(s.b)("setGifSearchQuery",(e,t,a)=>{const{query:s}=a;return{...e,gifs:{...e.gifs,search:{query:s,offsetId:void 0,results:void 0}}}}),Object(s.b)("openUserInfo",(e,t,a)=>{const{id:s}=a;t.openChat({id:s})});Object(s.b)("openChat",e=>Object(r.db)(e,void 0)),Object(s.b)("setSettingOption",(e,t,a)=>Object(r.u)(e,a));var h=a(7),O=a(155);Object(s.b)("toggleChatInfo",e=>({...e,isChatInfoShown:!e.isChatInfoShown})),Object(s.b)("toggleManagement",e=>{const{chatId:t}=Object(o.x)(e)||{};if(t)return{...e,management:{byChatId:{...e.management.byChatId,[t]:{...e.management.byChatId[t],isActive:!(e.management.byChatId[t]||{}).isActive}}}}}),Object(s.b)("closeManagement",e=>{const{chatId:t}=Object(o.x)(e)||{};if(t)return{...e,management:{byChatId:{...e.management.byChatId,[t]:{...e.management.byChatId[t],isActive:!1}}}}}),Object(s.b)("toggleStatistics",e=>({...e,isStatisticsShown:!e.isStatisticsShown})),Object(s.b)("openChat",(e,t,a)=>{if(!h.f)return;const{id:s}=a;return{...e,isLeftColumnShown:void 0===s}}),Object(s.b)("toggleLeftColumn",e=>({...e,isLeftColumnShown:!e.isLeftColumnShown})),Object(s.b)("addRecentEmoji",(e,t,a)=>{const{emoji:s}=a,{recentEmojis:n}=e;if(!n)return{...e,recentEmojis:[s]};const c=n.filter(e=>e!==s);return c.unshift(s),c.length>18&&c.pop(),{...e,recentEmojis:c}}),Object(s.b)("addRecentSticker",(e,t,a)=>{const{sticker:s}=a,{recent:n}=e.stickers;if(!n)return{...e,stickers:{...e.stickers,recent:{hash:0,stickers:[s]}}};const c=n.stickers.filter(e=>e.id!==s.id);return c.unshift(s),{...e,stickers:{...e.stickers,recent:{...n,stickers:c}}}}),Object(s.b)("showNotification",(e,t,a)=>{const s=a,n=[...e.notifications],c=n.findIndex(e=>e.message===s.message);return-1!==c&&n.splice(c,1),n.push(s),{...e,notifications:n}}),Object(s.b)("dismissNotification",e=>{const t=[...e.notifications];return t.pop(),{...e,notifications:t}}),Object(s.b)("showError",(e,t,a)=>{const{error:s}=a;if(!Object(O.a)(s))return e;const n=[...e.errors],c=n.findIndex(e=>e.message===s.message);return-1!==c&&n.splice(c,1),n.push(s),{...e,errors:n}}),Object(s.b)("dismissError",e=>{const t=[...e.errors];return t.pop(),{...e,errors:t}}),Object(s.b)("openPaymentModal",(e,t,a)=>{const{messageId:s}=a;return{...e,payment:{...e.payment,messageId:s,isPaymentModalOpen:!0}}}),Object(s.b)("closePaymentModal",e=>{const t=Object(r.g)(e);return Object(r.h)(t)});a(72);var j=a(11),g=a(9);const f=Object(g.g)(e=>e(),1e3,!0),p=Object(g.g)(e=>e(),3e3,!0),I=Object(g.a)(e=>e(),500,!1,!0),v=Object(g.a)(e=>e(),500,!1,!0);async function y(e,t,a){const c=await Object(j.a)("fetchChats",{limit:n.h,offsetDate:a,archived:"archived"===e,withPinned:void 0===Object(s.e)().chats.orderedPinnedIds[e]});if(!c)return;const{chatIds:o}=c;o.length>0&&o[0]===t&&o.shift();let l=Object(s.e)();l=Object(r.e)(l,Object(d.c)(c.users,"id")),l=Object(r.K)(l,Object(d.c)(c.chats,"id")),l=Object(r.G)(l,e,o),l=Object(r.H)(l,e,c),Object.keys(c.draftsById).map(Number).forEach(e=>{l=Object(r.v)(l,e,i.MAIN_THREAD_ID,"draft",c.draftsById[e])}),Object.keys(c.replyingToById).map(Number).forEach(e=>{l=Object(r.v)(l,e,i.MAIN_THREAD_ID,"replyingToId",c.replyingToById[e])}),0!==o.length||l.chats.isFullyLoaded[e]||(l={...l,chats:{...l.chats,isFullyLoaded:{...l.chats.isFullyLoaded,[e]:!0}}}),Object(s.g)(l)}async function w(e){const t=await Object(j.a)("fetchFullChat",e);if(!t)return;const{users:a,fullInfo:n}=t;let c=Object(s.e)();a&&(c=Object(r.e)(c,Object(d.c)(a,"id"))),c=Object(r.F)(c,e.id,{fullInfo:n}),Object(s.g)(c)}async function C(e,t,a){const n=Object(s.e)(),c=Object(o.h)(n,t);if(c&&!c.isMin)return void(a?e.focusMessage({chatId:c.id,messageId:a}):e.openChat({id:c.id}));const i=Object(o.q)(n);e.openChat({id:-1});const l=await Object(j.a)("getChatByUsername",t);if(!l)return i&&e.openChat({id:i.id}),void e.showNotification({message:"User does not exist"});Object(s.g)(Object(r.F)(Object(s.e)(),l.id,l)),a?e.focusMessage({chatId:l.id,messageId:a}):e.openChat({id:l.id})}Object(s.b)("preloadTopChatMessages",(e,t)=>{(async()=>{const a=[];for(let c=0;ce!==l&&!a.includes(e));if(!u)return;a.push(u.id),t.loadViewportMessages({chatId:u.id,threadId:i.MAIN_THREAD_ID}),h.k&&t.loadPinnedMessages({chatId:u.id})}})()}),Object(s.b)("openChat",(e,t,a)=>{const{id:s,threadId:n}=a,{currentUserId:c}=e,r=Object(o.f)(e,s);if(r&&r.hasUnreadMark&&t.toggleChatUnread({id:s}),r)Object(m.mb)(r)&&!r.isMin&&t.requestChatUpdate({chatId:s});else if(s===c)Object(j.a)("fetchChat",{type:"self"});else{const t=Object(o.Bb)(e,s);t&&Object(j.a)("fetchChat",{type:"user",user:t})}if(n!==i.MAIN_THREAD_ID){Object(o.zb)(e,s,n)||t.requestThreadInfoUpdate({chatId:s,threadId:n})}}),Object(s.b)("openSupportChat",(e,t)=>{const a=Object(o.vb)(e);t.openChat({id:a?a.id:-1}),a||(async()=>{const e=await Object(j.a)("fetchChat",{type:"support"});e&&t.openChat({id:e.chatId})})()}),Object(s.b)("loadMoreChats",(e,t,a)=>{const{listType:s="active"}=a,n=e.chats.listIds[s];if(e.chats.isFullyLoaded[s])return;const c=n?n.map(t=>e.chats.byId[t]).filter(t=>Boolean(t&&t.lastMessage)&&!Object(o.L)(e,t.id)).sort((e,t)=>e.lastMessage.date-t.lastMessage.date)[0]:void 0;f(c?()=>y(s,c.id,c.lastMessage.date):()=>y(s))}),Object(s.b)("loadFullChat",(e,t,a)=>{const{chatId:s,force:n}=a,c=Object(o.f)(e,s);c&&(n?w(c):I(()=>w(c)))}),Object(s.b)("loadSuperGroupOnlines",(e,t,a)=>{const{chatId:s}=a,n=Object(o.f)(e,s);n&&v(()=>Object(j.a)("fetchSuperGroupOnlines",n))}),Object(s.b)("loadTopChats",()=>{p(()=>y("active"))}),Object(s.b)("requestChatUpdate",(e,t,a)=>{const{chatId:s}=a,n=Object(o.f)(e,s);n&&Object(j.a)("requestChatUpdate",n)}),Object(s.b)("updateChatMutedState",(e,t,a)=>{const{chatId:s,isMuted:n}=a,c=Object(o.f)(e,s);c&&Object(j.a)("updateChatMutedState",{chat:c,isMuted:n})}),Object(s.b)("createChannel",(e,t,a)=>{const{title:n,about:c,photo:i,memberIds:d}=a;!async function(e,t,a,n){Object(s.g)({...Object(s.e)(),chatCreation:{progress:l.a.InProgress}});const c=await Object(j.a)("createChannel",{title:e,about:a,users:t});if(!c)return;const{id:o,accessHash:i}=c;let d=Object(s.e)();d=Object(r.F)(d,o,c),d={...d,chatCreation:{...d.chatCreation,progress:c?l.a.Complete:l.a.Error}},Object(s.g)(d),Object(s.d)().openChat({id:o}),o&&i&&n&&await Object(j.a)("editChatPhoto",{chatId:o,accessHash:i,photo:n})}(n,d.map(t=>Object(o.Bb)(e,t)).filter(Boolean),c,i)}),Object(s.b)("joinChannel",(e,t,a)=>{const{chatId:s}=a,n=Object(o.f)(e,s);if(!n)return;const{id:c,accessHash:r}=n;c&&r&&Object(j.a)("joinChannel",{channelId:c,accessHash:r})}),Object(s.b)("leaveChannel",(e,t,a)=>{const{chatId:s}=a,n=Object(o.f)(e,s);if(!n)return;const{id:c,accessHash:r}=n;c&&r&&Object(j.a)("leaveChannel",{channelId:c,accessHash:r})}),Object(s.b)("deleteChannel",(e,t,a)=>{const{chatId:s}=a,n=Object(o.f)(e,s);if(!n)return;const{id:c,accessHash:r}=n;c&&r&&Object(j.a)("deleteChannel",{channelId:c,accessHash:r})}),Object(s.b)("createGroupChat",(e,t,a)=>{const{title:n,memberIds:c,photo:i}=a;!async function(e,t,a){Object(s.g)({...Object(s.e)(),chatCreation:{progress:l.a.InProgress}});const n=await Object(j.a)("createGroupChat",{title:e,users:t});if(!n)return;const{id:c}=n;let o=Object(s.e)();o=Object(r.F)(o,c,n),o={...o,chatCreation:{...o.chatCreation,progress:n?l.a.Complete:l.a.Error}},Object(s.g)(o),Object(s.d)().openChat({id:c}),c&&a&&await Object(j.a)("editChatPhoto",{chatId:c,photo:a})}(n,c.map(t=>Object(o.Bb)(e,t)).filter(Boolean),i)}),Object(s.b)("toggleChatPinned",(e,t,a)=>{const{id:s,folderId:c}=a,r=Object(o.f)(e,s);if(r)if(c){const t=Object(o.i)(e,c);if(t){const a=!Object(o.L)(e,s,c),{pinnedChatIds:n,includedChatIds:r}=t,i=a?[s,...n||[]]:(n||[]).filter(e=>e!==s),l=[s,...r];Object(j.a)("editChatFolder",{id:c,folderUpdate:{...t,pinnedChatIds:i,includedChatIds:l}})}}else{const t=Object(o.j)(e,s),a=Object(o.L)(e,s,"archived"===t?n.f:void 0);Object(j.a)("toggleChatPinned",{chat:r,shouldBePinned:!a})}}),Object(s.b)("toggleChatArchived",(e,t,a)=>{const{id:s}=a,c=Object(o.f)(e,s);c&&Object(j.a)("toggleChatArchived",{chat:c,folderId:Object(m.hb)(c)?0:n.f})}),Object(s.b)("loadChatFolders",()=>{!async function(){const e=await Object(j.a)("fetchChatFolders");if(e){const t=Object(s.e)();Object(s.g)({...t,chatFolders:{...t.chatFolders,...e}})}}()}),Object(s.b)("loadRecommendedChatFolders",()=>{!async function(){const e=await Object(j.a)("fetchRecommendedChatFolders");if(e){const t=Object(s.e)();Object(s.g)({...t,chatFolders:{...t.chatFolders,recommended:e}})}}()}),Object(s.b)("editChatFolder",(e,t,a)=>{const{id:s,folderUpdate:n}=a,c=Object(o.i)(e,s);c&&Object(j.a)("editChatFolder",{id:s,folderUpdate:{id:s,emoticon:c.emoticon,pinnedChatIds:c.pinnedChatIds,...n}})}),Object(s.b)("addChatFolder",(e,t,a)=>{const{folder:c}=a,{orderedIds:r}=e.chatFolders;!async function(e,t){const{id:a,description:n,...c}=e;if(await Object(j.a)("editChatFolder",{id:t+1,folderUpdate:{id:t+1,...c}}),!n)return;const r=Object(s.e)(),{recommended:o}=r.chatFolders;o&&Object(s.g)({...r,chatFolders:{...r.chatFolders,recommended:o.filter(({id:e})=>e!==a)}})}(c,r&&r.length?Math.max.apply(Math.max,r):n.f)}),Object(s.b)("deleteChatFolder",(e,t,a)=>{const{id:s}=a;Object(o.i)(e,s)&&async function(e){await Object(j.a)("deleteChatFolder",e)}(s)}),Object(s.b)("toggleChatUnread",(e,t,a)=>{const{id:s}=a,n=Object(o.f)(e,s);n&&(n.unreadCount?Object(j.a)("markMessageListRead",{chat:n,threadId:i.MAIN_THREAD_ID}):Object(j.a)("toggleDialogUnread",{chat:n,hasUnreadMark:!n.hasUnreadMark}))}),Object(s.b)("openTelegramLink",(e,t,a)=>{const{url:s}=a,c=n.V.exec(s);C(t,c[1],c[2]?Number(c[2]):void 0)}),Object(s.b)("openChatByUsername",(e,t,a)=>{const{username:s}=a;C(t,s)}),Object(s.b)("togglePreHistoryHidden",(e,t,a)=>{const{chatId:s,isEnabled:n}=a;let c=Object(o.f)(e,s);c&&(async()=>{if(Object(m.ib)(c)){if(c=await Object(j.a)("migrateChat",c),!c)return;t.openChat({id:c.id})}Object(j.a)("togglePreHistoryHidden",{chat:c,isEnabled:n})})()}),Object(s.b)("updateChatDefaultBannedRights",(e,t,a)=>{const{chatId:s,bannedRights:n}=a,c=Object(o.f)(e,s);c&&Object(j.a)("updateChatDefaultBannedRights",{chat:c,bannedRights:n})}),Object(s.b)("updateChatMemberBannedRights",(e,t,a)=>{const{chatId:n,userId:c,bannedRights:i}=a;let l=Object(o.f)(e,n);const d=Object(o.Bb)(e,c);l&&d&&(async()=>{if(Object(m.ib)(l)){if(l=await Object(j.a)("migrateChat",l),!l)return;t.openChat({id:l.id})}await Object(j.a)("updateChatMemberBannedRights",{chat:l,user:d,bannedRights:i});const e=Object(s.e)(),a=Object(o.f)(e,n);if(!a||!a.fullInfo)return;const{members:b,kickedMembers:u}=a.fullInfo,h=!!i.viewMessages,O=!Object.keys(i).length;Object(s.g)(Object(r.F)(e,n,{fullInfo:{...a.fullInfo,...b&&h&&{members:b.filter(e=>e.userId!==c)},...b&&!h&&{members:b.map(e=>e.userId===c?{...e,bannedRights:i}:e)},...O&&u&&{kickedMembers:u.filter(e=>e.userId!==c)}}}))})()}),Object(s.b)("updateChatAdmin",(e,t,a)=>{const{chatId:n,userId:c,adminRights:i,customTitle:l}=a;let d=Object(o.f)(e,n);const b=Object(o.Bb)(e,c);d&&b&&(async()=>{if(Object(m.ib)(d)){if(d=await Object(j.a)("migrateChat",d),!d)return;t.openChat({id:d.id})}await Object(j.a)("updateChatAdmin",{chat:d,user:b,adminRights:i,customTitle:l});const e=Object(s.e)(),a=Object(o.f)(e,n);if(!a||!a.fullInfo)return;const{adminMembers:u}=a.fullInfo,h=!Object.keys(i).length;Object(s.g)(Object(r.F)(e,n,{fullInfo:{...a.fullInfo,...u&&h&&{adminMembers:u.filter(e=>e.userId!==c)},...u&&!h&&{adminMembers:u.map(e=>e.userId===c?{...e,adminRights:i,customTitle:l}:e)}}}))})()}),Object(s.b)("updateChat",(e,t,a)=>{const{chatId:n,title:c,about:i,photo:d}=a,b=Object(o.f)(e,n);b&&(async()=>{Object(s.g)(Object(r.Z)(Object(s.e)(),l.f.InProgress)),await Promise.all([b.title!==c?Object(j.a)("updateChatTitle",b,c):void 0,b.fullInfo&&b.fullInfo.about!==i?Object(j.a)("updateChatAbout",b,i):void 0,d?Object(j.a)("editChatPhoto",{chatId:n,accessHash:b.accessHash,photo:d}):void 0]),Object(s.g)(Object(r.Z)(Object(s.e)(),l.f.Complete))})()}),Object(s.b)("toggleSignatures",(e,t,a)=>{const{chatId:s,isEnabled:n}=a,c=Object(o.f)(e,s);c&&Object(j.a)("toggleSignatures",{chat:c,isEnabled:n})}),Object(s.b)("loadGroupsForDiscussion",()=>{(async()=>{const e=await Object(j.a)("fetchGroupsForDiscussion");if(!e)return;const t=e.reduce((e,t)=>(t&&(e[t.id]=t),e),{}),a=Object(r.c)(Object(s.e)(),t);Object(s.g)({...a,chats:{...a.chats,forDiscussionIds:Object.keys(t).map(Number)}})})()}),Object(s.b)("linkDiscussionGroup",(e,t,a)=>{const{channelId:s,chatId:n}=a,c=Object(o.f)(e,s);let r=Object(o.f)(e,n);c&&r&&(async()=>{if(Object(m.ib)(r)){if(r=await Object(j.a)("migrateChat",r),!r)return;t.openChat({id:r.id})}let{fullInfo:e}=r;if(!e){const t=await Object(j.a)("fetchFullChat",r);if(!t)return;e=t.fullInfo}e.isPreHistoryHidden&&await Object(j.a)("togglePreHistoryHidden",{chat:r,isEnabled:!1}),Object(j.a)("setDiscussionGroup",{channel:c,chat:r})})()}),Object(s.b)("unlinkDiscussionGroup",(e,t,a)=>{const{channelId:s}=a,n=Object(o.f)(e,s);if(!n)return;let c;n.fullInfo&&n.fullInfo.linkedChatId&&(c=Object(o.f)(e,n.fullInfo.linkedChatId)),(async()=>{await Object(j.a)("setDiscussionGroup",{channel:n}),c&&w(c)})()});var E=a(156);const M=new Map;async function S(e,t,a,c,i=!1,b=!1){const u=e.id;let m;switch(c){case l.e.Backwards:m=void 0;break;case l.e.Around:m=-(Math.round(n.L/2)+1);break;case l.e.Forwards:m=-(n.L+1)}const h=await Object(j.a)("fetchMessages",{chat:Object(o.yb)(Object(s.e)(),u,t),offsetId:a,addOffset:m,limit:n.L,threadId:t});if(!h)return;const{messages:O,users:g,chats:f,threadInfos:p,firstMessageId:I}=h,v=Object(d.c)(O,"id"),y=Object.keys(v).map(Number);let w=Object(s.e)();w=Object(r.b)(w,u,v),w=i?Object(r.bb)(w,u,t,y):Object(r.T)(w,u,t,y),w=Object(r.e)(w,Object(d.c)(g,"id")),w=Object(r.c)(w,Object(d.c)(f,"id")),w=Object(r.jb)(w,u,p),I&&(w=Object(r.v)(w,u,t,"firstMessageId",I));let C=Object(o.W)(w,u,t);const E=Object(o.bb)(w,u,t);if(i&&C&&E&&Object(d.b)(C,E)&&(w=Object(r.T)(w,u,t,E),C=Object(o.W)(w,u,t),w=Object(r.v)(w,u,t,"outlyingIds",void 0),i=!1),!b){const e=i?E:C,{newViewportIds:s}=k(e,a,c);w=Object(r.x)(w,u,t,s)}Object(s.g)(w)}function k(e,t,a){const{length:s}=e,c=t?function(e,t){return te[e.length-1]?e.length-1:e.findIndex((a,s)=>a===t||at)}(e,t):-1,r=a===l.e.Backwards?c:c+1||s,o=r-n.L,i=r+n.L-1,d=e.slice(Math.max(0,o),i+1);let b,u;switch(a){case l.e.Backwards:b=r>0,u=o>=0;break;case l.e.Forwards:b=r0,u=d.length===n.L}return{newViewportIds:d,areSomeLocal:b,areAllLocal:u}}async function N(e){let t;const a=e.attachment?(e,n)=>{M.has(n)||(t=n,M.set(n,a));const c=Object(s.e)();Object(s.g)({...c,fileUploads:{byMessageLocalId:{...c.fileUploads.byMessageLocalId,[n]:{progress:e}}}})}:void 0;e.replyingTo&&await Object(g.f)();const n=Object(s.e)(),c=Object(o.x)(n);if(!c)return;const{threadId:r}=c;e.replyingTo||r===i.MAIN_THREAD_ID||(e.replyingTo=Object(o.zb)(n,e.chat.id,r)),await Object(j.a)("sendMessage",e,a),a&&t&&M.delete(t)}Object(s.b)("loadViewportMessages",(e,t,a)=>{const{direction:s=l.e.Around,isBudgetPreload:c=!1}=a||{};let{chatId:i,threadId:d}=a||{};if(!i){const t=Object(o.x)(e);if(!t)return;i=t.chatId,d=t.threadId}const b=Object(o.f)(e,i);if(!b||b.isRestricted)return;const u=Object(o.Cb)(e,i,d),m=Object(o.W)(e,i,d),h=Object(o.bb)(e,i,d);if(u&&u.length&&s!==l.e.Around){const a=s===l.e.Backwards?u[0]:u[u.length-1],n=Boolean(h),o=n?h:m,{newViewportIds:O,areSomeLocal:j,areAllLocal:g}=k(o,a,s);if(j&&(e=Object(r.x)(e,i,d,O)),async function(e,t,a,s,n,c,r,o){t||await S(n,c,o,r,a,s);s||(await Promise.resolve(),e.loadViewportMessages({chatId:n.id,threadId:c,direction:r,isBudgetPreload:!0}))}(t,g,n,c,b,d,s,a),c)return}else{const t=Object(o.G)(e,i)||Object(o.gb)(e,i,d),a=Boolean(t&&m&&!m.includes(t)),s=(a?h:m)||[],{newViewportIds:u,areSomeLocal:O,areAllLocal:j}=k(s,t,l.e.Around);O&&u.length>=n.L&&(e=Object(r.x)(e,i,d,u)),j||S(b,d,t,l.e.Around,a,c)}return e}),Object(s.b)("loadMessage",(e,t,a)=>{const{chatId:n,messageId:c,replyOriginForId:l}=a,b=Object(o.f)(e,n);b&&async function(e,t,a){const n=await Object(j.a)("fetchMessage",{chat:e,messageId:t});if(!n)return;if(n===i.MESSAGE_DELETED){if(a){let t=Object(s.e)();const n=Object(o.k)(t,e.id,a);t=Object(r.J)(t,e.id,a,{...n,replyToMessageId:void 0}),Object(s.g)(t)}return}let c=Object(s.e)();c=Object(r.J)(c,e.id,t,n.message),c=Object(r.e)(c,Object(d.c)(n.users,"id")),Object(s.g)(c)}(b,c,l)}),Object(s.b)("sendMessage",(e,t,a)=>{const s=Object(o.x)(e);if(!s)return;const{chatId:c,threadId:r,type:i}=s;if("scheduled"===i&&!a.scheduledAt)return{...e,messages:{...e.messages,contentToBeScheduled:a}};const l=Object(o.f)(e,c);t.setReplyingToId({messageId:void 0});const b={...a,chat:l,replyingTo:Object(o.hb)(e,c,r)},u=!a.attachments||a.attachments.length<=1,m=!u&&a.attachments&&a.attachments.length>1;if(u){const{attachments:e,...t}=b;N({...t,attachment:e?e[0]:void 0})}else if(m){const{text:e,entities:t,attachments:a,...s}=b,c=Object(d.n)(a,n.D);for(let a=0;a0?o:void 0}),r.forEach(e=>{N({...s,attachment:e,groupedId:o})})}}else{const{text:e,entities:t,attachments:a,replyingTo:s,...n}=b;e&&N({...n,text:e,entities:t,replyingTo:s}),a.forEach(e=>{N({...n,attachment:e})})}}),Object(s.b)("editMessage",(e,t,a)=>{const{text:s,entities:n}=a,c=Object(o.x)(e);if(!c)return;const{chatId:r,threadId:i,type:l}=c,d=Object(o.f)(e,r),b=Object(o.C)(e,r,i,l);d&&b&&(Object(j.a)("editMessage",{chat:d,message:b,text:s,entities:n}),t.setEditingId({messageId:void 0}))}),Object(s.b)("cancelSendingMessage",(e,t,a)=>{const{chatId:s,messageId:n}=a,c=Object(o.k)(e,s,n),r=c&&M.get(c.previousLocalId||c.id);r&&Object(j.b)(r),t.apiUpdate({"@type":"deleteMessages",ids:[n],chatId:s})}),Object(s.b)("saveDraft",(e,t,a)=>{const{chatId:s,threadId:n,draft:c}=a;if(!c)return;const{text:l,entities:d}=c,b=Object(o.f)(e,s);return n===i.MAIN_THREAD_ID&&Object(j.a)("saveDraft",{chat:b,text:l,entities:d,replyToMsgId:Object(o.hb)(e,s,n)}),Object(r.v)(e,s,n,"draft",c)}),Object(s.b)("clearDraft",(e,t,a)=>{const{chatId:s,threadId:n,localOnly:c}=a;if(!Object(o.A)(e,s,n))return;const l=Object(o.f)(e,s);return c||n!==i.MAIN_THREAD_ID||Object(j.a)("clearDraft",l),Object(r.v)(e,s,n,"draft",void 0)}),Object(s.b)("pinMessage",(e,t,a)=>{const s=Object(o.q)(e);if(!s)return;const{messageId:n,isUnpin:c,isOneSide:r,isSilent:i}=a;Object(j.a)("pinMessage",{chat:s,messageId:n,isUnpin:c,isOneSide:r,isSilent:i})}),Object(s.b)("unpinAllMessages",(e,t,a)=>{const n=Object(o.f)(e,a.chatId);n&&async function(e){await Object(j.a)("unpinAllMessages",{chat:e});let t=Object(s.e)();t=Object(r.v)(t,e.id,i.MAIN_THREAD_ID,"pinnedIds",[]),Object(s.g)(t)}(n)}),Object(s.b)("deleteMessages",(e,t,a)=>{const{messageIds:s,shouldDeleteForAll:n}=a,c=Object(o.x)(e);if(!c)return;const{chatId:r,threadId:i}=c,l=Object(o.f)(e,r);Object(j.a)("deleteMessages",{chat:l,messageIds:s,shouldDeleteForAll:n});const d=Object(o.B)(e,r,i);s.includes(d)&&t.setEditingId({messageId:void 0})}),Object(s.b)("deleteScheduledMessages",(e,t,a)=>{const{messageIds:s}=a,n=Object(o.x)(e);if(!n)return;const{chatId:c}=n,r=Object(o.f)(e,c);Object(j.a)("deleteScheduledMessages",{chat:r,messageIds:s});const i=Object(o.D)(e,c);s.includes(i)&&t.setEditingId({messageId:void 0})}),Object(s.b)("deleteHistory",(e,t,a)=>{const{chatId:s,maxId:n,shouldDeleteForAll:c}=a,r=Object(o.f)(e,s);r&&Object(j.a)("deleteHistory",{chat:r,shouldDeleteForAll:c,maxId:n})}),Object(s.b)("markMessageListRead",(e,t,a)=>{const s=Object(o.x)(e);if(!s)return;const{chatId:n,threadId:c}=s,r=Object(o.yb)(e,n,c);if(!r)return;const{maxId:i}=a;Object(j.a)("markMessageListRead",{chat:r,threadId:c,maxId:i})}),Object(s.b)("markMessagesRead",(e,t,a)=>{const s=Object(o.q)(e);if(!s)return;const{messageIds:n}=a;Object(j.a)("markMessagesRead",{chat:s,messageIds:n})}),Object(s.b)("loadWebPagePreview",(e,t,a)=>{const{text:n}=a;!async function(e){const t=await Object(j.a)("fetchWebPagePreview",{message:e});Object(s.g)({...Object(s.e)(),webPagePreview:t})}(n)}),Object(s.b)("clearWebPagePreview",e=>{if(e.webPagePreview)return{...e,webPagePreview:void 0}}),Object(s.b)("sendPollVote",(e,t,a)=>{const{chatId:s,messageId:n,options:c}=a,r=Object(o.f)(e,s);r&&Object(j.a)("sendPollVote",{chat:r,messageId:n,options:c})}),Object(s.b)("loadPollOptionResults",(e,t,a)=>{const{chat:n,messageId:c,option:o,offset:i,limit:l,shouldResetVoters:b}=a;!async function(e,t,a,n,c,o){const i=await Object(j.a)("loadPollOptionResults",{chat:e,messageId:t,option:a,offset:n,limit:c});if(!i)return;let l=Object(s.e)();l=Object(r.e)(l,Object(d.c)(i.users,"id"));const{voters:b}=l.pollResults;Object(s.g)({...l,pollResults:{...l.pollResults,voters:{...b,[a]:[...!o&&b&&b[a]?b[a]:[],...i&&i.users.map(e=>e.id)].filter((e,t,a)=>a.indexOf(e)===t)},offsets:{...l.pollResults.offsets?l.pollResults.offsets:{},[a]:i.nextOffset||""}}})}(n,c,o,i,l,b)}),Object(s.b)("forwardMessages",e=>{const{fromChatId:t,messageIds:a,toChatId:n}=e.forwardMessages,c=t?Object(o.f)(e,t):void 0,r=n?Object(o.f)(e,n):void 0,i=t&&a?a.sort((e,t)=>e-t).map(a=>Object(o.k)(e,t,a)).filter(Boolean):void 0;c&&r&&i&&i.length&&function(e,t,a){Object(j.a)("forwardMessages",{fromChat:e,toChat:t,messages:a}),Object(s.g)({...Object(s.e)(),forwardMessages:{}})}(c,r,i)}),Object(s.b)("loadScheduledHistory",e=>{const t=Object(o.q)(e);if(!t)return;const{hash:a}=e.scheduledMessages.byChatId[t.id]||{};!async function(e,t){const a=await Object(j.a)("fetchScheduledHistory",{chat:e,hash:t});if(!a)return;const{hash:n,messages:c}=a,o=Object(d.c)(c,"id"),l=Object.keys(o).map(Number).sort((e,t)=>t-e);let b=Object(s.e)();b=Object(r.t)(b,e.id,o,n),b=Object(r.v)(b,e.id,i.MAIN_THREAD_ID,"scheduledIds",l),Object(s.g)(b)}(t,a)}),Object(s.b)("sendScheduledMessages",(e,t,a)=>{const{chatId:s,id:n}=a,c=Object(o.f)(e,s);c&&Object(j.a)("sendScheduledMessages",{chat:c,ids:[n]})}),Object(s.b)("rescheduleMessage",(e,t,a)=>{const{chatId:s,messageId:n,scheduledAt:c}=a,r=Object(o.f)(e,s),i=r&&Object(o.kb)(e,r.id,n);r&&i&&Object(j.a)("rescheduleMessage",{chat:r,message:i,scheduledAt:c})}),Object(s.b)("requestThreadInfoUpdate",(e,t,a)=>{const{chatId:s,threadId:n}=a,c=Object(o.yb)(e,s,n);c&&Object(j.a)("requestThreadInfoUpdate",{chat:c,threadId:n})}),Object(s.b)("loadPinnedMessages",(e,t,a)=>{const{chatId:n}=a,c=Object(o.f)(e,n);c&&async function(e){const t=await Object(j.a)("fetchPinnedMessages",{chat:e});if(!t)return;const{messages:a,chats:n,users:c}=t,o=Object(d.c)(a,"id"),l=Object.keys(o).map(Number).sort((e,t)=>t-e);let b=Object(s.e)();b=Object(r.b)(b,e.id,o),b=Object(r.v)(b,e.id,i.MAIN_THREAD_ID,"pinnedIds",l),b=Object(r.e)(b,Object(d.c)(c,"id")),b=Object(r.c)(b,Object(d.c)(n,"id")),Object(s.g)(b)}(c)}),Object(s.b)("loadMessageLink",(e,t,a)=>{const{messageId:s,chatId:n}=a,c=Object(o.f)(e,n),r=Object(o.k)(e,n,s);c&&r&&(async()=>{const e=await Object(j.a)("fetchMessageLink",{chat:c,message:r});e&&Object(E.c)(e.link)})()});var P=a(45);const T=Object(g.g)(e=>e(),500,!1);async function x(e,t){const a=await Object(j.a)("searchGifs",{query:e,offset:t});a&&Object(s.g)(Object(r.O)(Object(s.e)(),!t,a.gifs,a.nextOffset))}Object(s.b)("loadStickerSets",e=>{const{hash:t}=e.stickers.added||{};!async function(e=0){const t=await Object(j.a)("fetchStickerSets",{hash:e});if(!t)return;Object(s.g)(Object(r.gb)(Object(s.e)(),"added",t.hash,t.sets))}(t)}),Object(s.b)("loadAddedStickers",(e,t)=>{const{setIds:a}=e.stickers.added;a&&a.length&&(async()=>{for(let e=0;e0&&await Object(g.e)(500)})()}),Object(s.b)("loadRecentStickers",e=>{const{hash:t}=e.stickers.recent||{};!async function(e=0){const t=await Object(j.a)("fetchRecentStickers",{hash:e});if(!t)return;const a=Object(s.e)();Object(s.g)({...a,stickers:{...a.stickers,recent:t}})}(t)}),Object(s.b)("loadFavoriteStickers",e=>{const{hash:t}=e.stickers.favorite||{};!async function(e=0){const t=await Object(j.a)("fetchFavoriteStickers",{hash:e});if(!t)return;const a=Object(s.e)();Object(s.g)({...a,stickers:{...a.stickers,favorite:t}})}(t)}),Object(s.b)("loadFeaturedStickers",e=>{const{hash:t}=e.stickers.featured||{};!async function(e=0){const t=await Object(j.a)("fetchFeaturedStickers",{hash:e});if(!t)return;Object(s.g)(Object(r.gb)(Object(s.e)(),"featured",t.hash,t.sets))}(t)}),Object(s.b)("loadStickers",(e,t,a)=>{const{stickerSetId:n}=a;let{stickerSetAccessHash:c}=a;if(!c){const t=Object(o.sb)(e,n);if(!t)return;c=t.accessHash}!async function(e,t){const a=await Object(j.a)("fetchStickers",{stickerSetId:e,accessHash:t});if(!a)return;const{set:n,stickers:c,packs:o}=a;let i=Object(s.e)();i=Object(r.fb)(i,n.id,{...n,stickers:c,packs:o});const l=i.stickers.forEmoji.emoji;l&&o[l]&&(i=Object(r.n)(i));Object(s.g)(i)}(n,c)}),Object(s.b)("loadAnimatedEmojis",()=>{!async function(){const e=await Object(j.a)("fetchAnimatedEmojis");if(!e)return;const{set:t,stickers:a}=e;Object(s.g)(Object(r.p)(Object(s.e)(),{...t,stickers:a}))}()}),Object(s.b)("loadSavedGifs",e=>{const{hash:t}=e.gifs.saved;!async function(e=0){const t=await Object(j.a)("fetchSavedGifs",{hash:e});if(!t)return;const a=Object(s.e)();Object(s.g)({...a,gifs:{...a.gifs,saved:t}})}(t)}),Object(s.b)("faveSticker",(e,t,a)=>{const{sticker:s}=a;s&&Object(j.a)("faveSticker",{sticker:s})}),Object(s.b)("unfaveSticker",(e,t,a)=>{const{sticker:n}=a;n&&function(e){const t=Object(s.e)();Object(s.g)({...t,stickers:{...t.stickers,favorite:{...t.stickers.favorite,stickers:t.stickers.favorite.stickers.filter(({id:t})=>t!==e.id)}}}),Object(j.a)("faveSticker",{sticker:e,unfave:!0})}(n)}),Object(s.b)("toggleStickerSet",(e,t,a)=>{const{stickerSetId:s}=a,n=Object(o.sb)(e,s);if(!n)return;const{accessHash:c,installedDate:r}=n;Object(j.a)(r?"uninstallStickerSet":"installStickerSet",{stickerSetId:s,accessHash:c})}),Object(s.b)("setStickerSearchQuery",(e,t,a)=>{const{query:n}=a;n&&T(()=>{!async function(e,t=0){const a=await Object(j.a)("searchStickers",{query:e,hash:t});if(!a)return;const n=Object(s.e)(),{setsById:c,added:o}=n.stickers,i=a.sets.map(({id:e})=>e);o.setIds&&o.setIds.forEach(t=>{if(!i.includes(t)){const{title:a}=c[t]||{};a&&Object(P.a)(a,e)&&i.unshift(t)}});Object(s.g)(Object(r.gb)(n,"search",a.hash,a.sets,i))}(n)})}),Object(s.b)("setGifSearchQuery",(e,t,a)=>{const{query:s}=a;"string"==typeof s&&T(()=>{x(s)})}),Object(s.b)("searchMoreGifs",e=>{const{query:t,offset:a}=e.gifs.search;"string"==typeof t&&T(()=>{x(t,a)})}),Object(s.b)("loadStickersForEmoji",(e,t,a)=>{const{emoji:n}=a,{hash:c}=e.stickers.forEmoji;T(()=>{!async function(e,t=0){let a=Object(s.e)();Object(s.g)({...a,stickers:{...a.stickers,forEmoji:{...a.stickers.forEmoji,emoji:e}}});const n=await Object(j.a)("fetchStickersForEmoji",{emoji:e,hash:t});if(a=Object(s.e)(),!n||a.stickers.forEmoji.emoji!==e)return;a=Object(r.hb)(a,e,n.stickers,n.hash),Object(s.g)(a)}(n,c)})}),Object(s.b)("clearStickersForEmoji",e=>({...e,stickers:{...e.stickers,forEmoji:{}}}));var A=a(28);const L=Object(g.g)(e=>e(),500,!1);async function R(e="",t,a,c,i,l){let b;if(c){const s=await Object(j.a)("searchMessagesLocal",{chatOrUser:c,query:e,type:t,limit:n.s,offsetId:a,minDate:l,maxDate:i});if(s){const{messages:e,users:t,totalCount:a,nextOffsetId:n}=s;b={messages:e,users:t,chats:[],totalCount:a,nextRate:n}}}else b=await Object(j.a)("searchMessagesGlobal",{query:e,offsetRate:a,limit:n.s,type:t,maxDate:i,minDate:l});let u=Object(s.e)();const m=Object(o.s)(u);if(!b||""!==e&&e!==m)return void Object(s.g)(Object(r.R)(u,{messages:!1}));const{messages:h,users:O,chats:g,totalCount:f,nextRate:p}=b;g.length&&(u=Object(r.c)(u,Object(d.c)(g,"id"))),O.length&&(u=Object(r.e)(u,Object(d.c)(O,"id"))),h.length&&(u=Object(r.d)(u,h)),u=Object(r.S)(u,h,f,t,p),Object(s.g)(u)}async function F(){const e=await Object(j.a)("fetchChats",{limit:n.h,archived:!0,withPinned:!0});if(!e)return;let t=Object(s.e)();t=Object(r.mb)(t,Object(d.c)(e.users,"id")),t=Object(r.K)(t,Object(d.c)(e.chats,"id")),t=Object(r.q)(t,"archived",e.chatIds),t=Object(r.H)(t,"archived",e),Object(s.g)(t)}async function B(){let e=Object(s.e)();const{recentlyFoundChatIds:t}=e.globalSearch,{userIds:a}=e.contactList||{};if(!(a&&a.length||t&&t.length))return;const n=[...t||[],...a||[]].map(t=>Object(o.Bb)(e,t)).filter(Boolean),c=await Object(j.a)("fetchUsers",{users:n});c&&(e=Object(s.e)(),e=Object(r.mb)(e,Object(d.c)(c,"id")),Object(s.g)(e))}Object(s.b)("setGlobalSearchQuery",(e,t,a)=>{const{chatId:c}=e.globalSearch,{query:i}=a;i&&!c&&L(()=>{!async function(e){const t=await Object(j.a)("searchChats",{query:e,limit:n.s});let a=Object(s.e)();const c=Object(o.s)(a);if(!t||!c||e!==c)return void Object(s.g)(Object(r.R)(a,{chats:!1}));const{localChats:i,localUsers:l,globalChats:b,globalUsers:u}=t;(i.length||b.length)&&(a=Object(r.c)(a,Object(d.c)([...i,...b],"id")));(l.length||u.length)&&(a=Object(r.e)(a,Object(d.c)([...l,...u],"id")));a=Object(r.R)(a,{chats:!1}),a=Object(r.P)(a,{localResults:{chats:i,users:l},globalResults:{...a.globalSearch.globalResults,chats:b,users:u}}),Object(s.g)(a)}(i)})}),Object(s.b)("setGlobalSearchDate",(e,t,a)=>{const{date:n}=a,c=n?Object(A.m)(n):n,i=Object(r.P)(e,{date:n,query:"",resultsByType:{...e.globalSearch.resultsByType,text:{totalCount:void 0,foundIds:[],nextOffsetId:0}}});Object(s.g)(i);const{chatId:l}=e.globalSearch;R("","text",void 0,l?Object(o.f)(e,l):void 0,c,n)}),Object(s.b)("searchMessagesGlobal",(e,t,a)=>{const{query:s,resultsByType:n,chatId:c,date:r}=e.globalSearch,i=r?Object(A.m)(r):r,{type:l}=a,{nextOffsetId:d}=n&&n[l]||{};R(s,l,d,c?Object(o.f)(e,c):void 0,i,r)}),Object(s.b)("searchTextMessagesLocal",e=>{const{chatId:t,threadId:a}=Object(o.x)(e)||{},c=t?Object(o.f)(e,t):void 0,l=Object(o.z)(e);if(!c||!l||!a)return;const{query:b,results:u}=l,m=u?u.nextOffsetId:void 0;let h;if(a!==i.MAIN_THREAD_ID){const s=Object(o.xb)(e,t,a);h=s?s.topMessageId:void 0}!async function(e,t,a,c,i){const l=await Object(j.a)("searchMessagesLocal",{chatOrUser:e,type:"text",query:c,topMessageId:a,limit:n.N,offsetId:i});if(!l)return;const{messages:b,users:u,totalCount:m,nextOffsetId:h}=l,O=Object(d.c)(b,"id"),g=Object.keys(O).map(Number);let f=Object(s.e)();const p=Object(o.z)(f);if(!p||c&&c!==p.query)return;f=Object(r.b)(f,e.id,O),f=Object(r.e)(f,Object(d.c)(u,"id")),f=Object(r.X)(f,e.id,t,g,m,h),Object(s.g)(f)}(c,a,h,b,m)}),Object(s.b)("searchMediaMessagesLocal",e=>{const t=Object(o.v)(e),a=t?e.users.byId[t]||e.chats.byId[t]:void 0,c=Object(o.u)(e);if(!a||!c)return;const{currentType:i,resultsByType:l}=c,b=i&&l&&l[i],u=b?b.nextOffsetId:void 0;i&&async function(e,t,a){const c=await Object(j.a)("searchMessagesLocal",{chatOrUser:e,type:t,limit:n.ab,offsetId:a});if(!c)return;const{messages:i,users:l,totalCount:b,nextOffsetId:u}=c,m=Object(d.c)(i,"id"),h=Object.keys(m).map(Number);let O=Object(s.e)();if(!Object(o.u)(O))return;O=Object(r.b)(O,e.id,m),O=Object(r.e)(O,Object(d.c)(l,"id")),O=Object(r.U)(O,e.id,t,h,b,u),Object(s.g)(O)}(a,i,u)}),Object(s.b)("searchMessagesByDate",(e,t,a)=>{const{timestamp:n}=a,{chatId:c}=Object(o.x)(e)||{};if(!c)return;const r=Object(o.f)(e,c);r&&async function(e,t){const a=await Object(j.a)("findFirstMessageIdAfterDate",{chat:e,timestamp:t});if(!a)return;Object(s.d)().focusMessage({chatId:e.id,messageId:a})}(r,n)}),Object(s.b)("checkPublicLink",(e,t,a)=>{const{chatId:n}=Object(o.x)(e)||{};if(!n)return;if(e.management.progress===l.f.InProgress)return;const{username:c}=a;(async()=>{e=Object(r.Z)(e,l.f.InProgress),e=Object(r.Y)(e,n,{isUsernameAvailable:void 0}),Object(s.g)(e);const t=await Object(j.a)("checkChatUsername",{username:c});e=Object(s.e)(),e=Object(r.Z)(e,t?l.f.Complete:l.f.Error),e=Object(r.Y)(e,n,{isUsernameAvailable:t}),Object(s.g)(e)})()}),Object(s.b)("updatePublicLink",(e,t,a)=>{const{chatId:n}=Object(o.x)(e)||{};let c=n&&Object(o.f)(e,n);if(!n||!c)return;const{username:i}=a;(async()=>{if(e=Object(r.Z)(e,l.f.InProgress),Object(s.g)(e),Object(m.ib)(c)){if(c=await Object(j.a)("migrateChat",c),!c)return;t.openChat({id:c.id})}const a=await Object(j.a)("setChatUsername",{chat:c,username:i});e=Object(s.e)(),e=Object(r.Z)(e,a?l.f.Complete:l.f.Error),e=Object(r.Y)(e,n,{isUsernameAvailable:void 0}),Object(s.g)(e)})()}),Object(s.b)("updatePrivateLink",e=>{const{chatId:t}=Object(o.x)(e)||{},a=t&&Object(o.f)(e,t);t&&a&&Object(j.a)("updatePrivateLink",{chat:a})}),Object(s.b)("sync",(e,t)=>{!async function(e){n.l&&console.log(">>> START SYNC");await Object(j.a)("fetchCurrentUser");const t=await async function(){const e=await Object(j.a)("fetchChats",{limit:n.h,withPinned:!0});if(!e)return;let t=Object(s.e)();const{recentlyFoundChatIds:a}=t.globalSearch,{userIds:c}=t.contactList||{},{currentUserId:l}=t,b=[...a||[],...c||[],...l?[l]:[]],u=b.map(e=>Object(o.Bb)(t,e)).filter(Boolean),h=b.map(e=>Object(o.f)(t,e)).filter(Boolean),{chatId:O}=Object(o.x)(t)||{};if(O){const e=Object(o.f)(t,O);if(e&&!b.includes(O)&&h.push(e),Object(m.lb)(O)){const e=Object(o.Bb)(t,O);e&&!b.includes(O)&&u.push(e)}}u.push(...e.users),h.push(...e.chats),t=Object(r.r)(t,Object(d.c)(h,"id")),t=Object(r.q)(t,"active",e.chatIds),t={...t,chats:{...t.chats}},t=Object(r.H)(t,"active",e),Object.keys(e.draftsById).map(Number).forEach(a=>{t=Object(r.v)(t,a,i.MAIN_THREAD_ID,"draft",e.draftsById[a])}),Object.keys(e.replyingToById).map(Number).forEach(a=>{t=Object(r.v)(t,a,i.MAIN_THREAD_ID,"replyingToId",e.replyingToById[a])}),Object(s.g)(t),O&&!t.chats.byId[O]&&Object(s.d)().openChat({id:void 0});return u}();await async function(e){let t=!1,a=e||[],c=Object(s.e)();const{chatId:l}=Object(o.x)(c)||{},b=Object.keys(c.messages.byChatId).map(Number).reduce((e,t)=>{const a=Object(o.A)(c,t,i.MAIN_THREAD_ID);return a?{...e,[t]:a}:e},{});if(l){const e=await(u=c.chats.byId[l],Object(j.a)("fetchMessages",{chat:u,threadId:i.MAIN_THREAD_ID,offsetId:u.lastReadInboxMessageId,addOffset:-(Math.round(n.L/2)+1),limit:n.L}));c=Object(s.e)();const{chatId:b}=Object(o.x)(c)||{};if(e&&b===l){const s=c.messages.byChatId[l],n=Object(d.c)(e.messages,"id"),o=Object.keys(n).map(Number);c={...c,messages:{...c.messages,byChatId:{[l]:{byId:n,threadsById:{[i.MAIN_THREAD_ID]:{...s&&s.threadsById[i.MAIN_THREAD_ID],listedIds:o,viewportIds:o,outlyingIds:void 0}}}}}},c=Object(r.K)(c,Object(d.c)(e.chats,"id")),c=Object(r.jb)(c,l,e.threadInfos),t=!0,a=Array.prototype.concat(a,e.users)}}var u;t||(c={...c,messages:{...c.messages,byChatId:{}}});Object.keys(b).map(Number).forEach(e=>{c=Object(r.v)(c,e,i.MAIN_THREAD_ID,"draft",b[e])}),e?c=Object(r.w)(c,Object(d.c)(a,"id")):a&&(c=Object(r.mb)(c,Object(d.c)(a,"id")));Object(s.g)(c)}(t),Object(s.g)({...Object(s.e)(),lastSyncTime:Date.now()}),n.l&&console.log(">>> FINISH SYNC");e()}(t.afterSync)}),Object(s.b)("afterSync",(e,t)=>{!async function(e){n.l&&console.log(">>> START AFTER-SYNC");e.loadFavoriteStickers(),await Promise.all([B(),F()]),await Object(j.a)("fetchCurrentUser"),n.l&&console.log(">>> FINISH AFTER-SYNC")}(t)});const D=Object(g.a)(e=>e(),500,!1,!0);function U(e,{visibility:t,allowedIds:a,deniedIds:s}){const{users:{byId:n},chats:{byId:c}}=e,r={visibility:t};let o,i;const l=e=>{if(!Object(m.lb)(e))return;const{id:t,accessHash:a}=n[e]||{};return t?{id:t,accessHash:a}:void 0},d=e=>{if(Object(m.lb)(e))return;const t=c[e];return t?{id:t.id}:void 0};return"contacts"!==t&&"nobody"!==t||(o=a.map(l).filter(Boolean),i=a.map(d).filter(Boolean),o.length>0&&(r.allowedUsers=o),i.length>0&&(r.allowedChats=i)),"everybody"!==t&&"contacts"!==t||(o=s.map(l).filter(Boolean),i=s.map(d).filter(Boolean),o.length>0&&(r.blockedUsers=o),i.length>0&&(r.blockedChats=i)),r}Object(s.b)("loadFullUser",(e,t,a)=>{const{userId:s}=a,n=Object(o.Bb)(e,s);if(!n)return;const{id:c,accessHash:r}=n;D(()=>Object(j.a)("fetchFullUser",{id:c,accessHash:r}))}),Object(s.b)("loadUser",(e,t,a)=>{const{userId:n}=a,c=Object(o.Bb)(e,n);c&&(async()=>{const t=await Object(j.a)("fetchUsers",{users:[c]});t&&(e=Object(s.e)(),e=Object(r.mb)(e,Object(d.c)(t,"id")),Object(s.g)(e))})()}),Object(s.b)("loadTopUsers",e=>{const{hash:t,lastRequestedAt:a}=e.topPeers;(!a||Date.now()-a>6e4)&&async function(e){const t=await Object(j.a)("fetchTopUsers",{hash:e});if(!t)return;const{hash:a,ids:n,users:c}=t;let o=Object(s.e)();o=Object(r.e)(o,Object(d.c)(c,"id")),o={...o,topPeers:{...o.topPeers,hash:a,userIds:n,lastRequestedAt:Date.now()}},Object(s.g)(o)}(t)}),Object(s.b)("loadContactList",e=>{const{hash:t}=e.contactList||{};!async function(e){const t=await Object(j.a)("fetchContactList",{hash:e});if(!t)return;let a=Object(r.e)(Object(s.e)(),Object(d.c)(t.users,"id"));a=Object(r.c)(a,Object(d.c)(t.chats,"id"));const n=e=>e.lastName||e.firstName||"",c=new Intl.Collator("en-US"),o=t.users.sort((e,t)=>c.compare(n(e),n(t))).filter(e=>!e.isSelf);Object(s.g)({...a,contactList:{hash:t.hash,userIds:o.map(e=>e.id)}})}(t)}),Object(s.b)("loadCurrentUser",()=>{Object(j.a)("fetchCurrentUser")}),Object(s.b)("updateContact",(e,t,a)=>{const{userId:n,isMuted:c,firstName:i,lastName:d}=a;!async function(e,t,a,n){const c=Object(s.e)(),i=Object(o.Bb)(c,e);if(!i)return;Object(s.d)().updateChatMutedState({chatId:e,isMuted:t}),Object(s.g)(Object(r.Z)(Object(s.e)(),l.f.InProgress));await Object(j.a)("updateContact",{phone:i.phoneNumber,firstName:a,lastName:n})&&Object(s.g)(Object(r.lb)(Object(s.e)(),i.id,{firstName:a,lastName:n}));Object(s.g)(Object(r.Z)(Object(s.e)(),l.f.Complete))}(n,c,i,d)}),Object(s.b)("deleteUser",(e,t,a)=>{const{userId:n}=a;!async function(e){const t=Object(s.e)(),a=Object(o.Bb)(t,e);if(!a)return;const{id:n,accessHash:c}=a;await Object(j.a)("deleteUser",{id:n,accessHash:c})}(n)}),Object(s.b)("clickInlineButton",(e,t,a)=>{const{button:c}=a;switch(c.type){case"command":t.sendBotCommand({command:c.value});break;case"url":c.value.match(n.V)?t.openTelegramLink({url:c.value}):window.open(c.value);break;case"callback":{const t=Object(o.q)(e);if(!t)return;!async function(e,t,a){const n=await Object(j.a)("answerCallbackButton",{chatId:e.id,accessHash:e.accessHash,messageId:t,data:a});if(!n||!n.message)return;const{message:c,alert:r}=n;r?Object(s.d)().showError({error:{message:c}}):Object(s.d)().showNotification({message:c})}(t,c.messageId,c.value);break}case"requestPoll":t.openPollModal();break;case"buy":{const a=Object(o.q)(e),{messageId:s,value:n}=c;if(!a)return;n?t.getReceipt({receiptMessageId:n,chatId:a.id,messageId:s}):(t.getPaymentForm({messageId:s}),t.setInvoiceMessageInfo(Object(o.k)(e,a.id,s)),t.openPaymentModal({messageId:s}));break}}}),Object(s.b)("sendBotCommand",(e,t,a)=>{const{command:s}=a,{currentUserId:n}=e,c=Object(o.q)(e);n&&c&&async function(e,t,a){await Object(j.a)("sendMessage",{chat:e,text:a})}(c,0,s)}),Object(s.b)("updateProfile",(e,t,a)=>{const{photo:n,firstName:c,lastName:i,bio:d,username:b}=a;(async()=>{const{currentUserId:t}=e;if(t){if(Object(s.g)({...Object(s.e)(),profileEdit:{progress:l.j.InProgress}}),n&&await Object(j.a)("updateProfilePhoto",n),c||i||d){if(await Object(j.a)("updateProfile",{firstName:c,lastName:i,about:d})){e=Object(s.e)();const a=t&&Object(o.Bb)(e,t);a&&Object(s.g)(Object(r.lb)(e,a.id,{firstName:c,lastName:i,fullInfo:{...a.fullInfo,bio:d}}))}}if(b){await Object(j.a)("updateUsername",b)&&t&&Object(s.g)(Object(r.lb)(Object(s.e)(),t,{username:b}))}Object(s.g)({...Object(s.e)(),profileEdit:{progress:l.j.Complete}})}})()}),Object(s.b)("checkUsername",(e,t,a)=>{const{username:n}=a;(async()=>{if(e.profileEdit&&e.profileEdit.progress===l.j.InProgress)return;Object(s.g)({...e,profileEdit:{progress:e.profileEdit?e.profileEdit.progress:l.j.Idle,isUsernameAvailable:void 0}});const t=await Object(j.a)("checkUsername",n);e=Object(s.e)(),Object(s.g)({...e,profileEdit:{...e.profileEdit,isUsernameAvailable:t}})})()}),Object(s.b)("loadWallpapers",()=>{(async()=>{const e=await Object(j.a)("fetchWallpapers",0);if(!e)return;const t=Object(s.e)();Object(s.g)({...t,settings:{...t.settings,loadedWallpapers:e.wallpapers}})})()}),Object(s.b)("uploadWallpaper",(e,t,a)=>{const n=a,c=URL.createObjectURL(n);Object(s.g)({...e,settings:{...e.settings,loadedWallpapers:[{slug:l.n,document:{fileName:"",size:n.size,mimeType:n.type,previewBlobUrl:c}},...e.settings.loadedWallpapers||[]]}}),(async()=>{const t=await Object(j.a)("uploadWallpaper",n);if(!t)return;const{wallpaper:a}=t;if(!(e=Object(s.e)()).settings.loadedWallpapers)return;const r=e.settings.loadedWallpapers[0];if(!r||r.slug!==l.n)return;const o={...a,document:{...a.document,previewBlobUrl:c}};Object(s.g)({...e,settings:{...e.settings,loadedWallpapers:[o,...e.settings.loadedWallpapers.slice(1)]}})})()}),Object(s.b)("loadBlockedContacts",()=>{(async()=>{const e=await Object(j.a)("fetchBlockedContacts");if(!e)return;let t=Object(s.e)();e.users&&e.users.length&&(t=Object(r.e)(t,Object(d.c)(e.users,"id"))),e.chats&&e.chats.length&&(t=Object(r.K)(t,Object(d.c)(e.chats,"id"))),t={...t,blocked:{...t.blocked,ids:[...t.blocked.ids||[],...e.blockedIds],totalCount:e.totalCount}},Object(s.g)(t)})()}),Object(s.b)("blockContact",(e,t,a)=>{const{contactId:n}=a;(async()=>{if(!await Object(j.a)("blockContact",n))return;const e=Object(s.e)();Object(s.g)(Object(r.a)(e,n))})()}),Object(s.b)("unblockContact",(e,t,a)=>{const{contactId:n}=a;let c;if(Object(m.lb)(n)){const t=Object(o.Bb)(e,n);if(!t)return;c=t.accessHash}(async()=>{if(!await Object(j.a)("unblockContact",n,c))return;const e=Object(s.e)();Object(s.g)(Object(r.o)(e,n))})()}),Object(s.b)("loadAuthorizations",()=>{(async()=>{const e=await Object(j.a)("fetchAuthorizations");e&&Object(s.g)({...Object(s.e)(),activeSessions:e})})()}),Object(s.b)("terminateAuthorization",(e,t,a)=>{const{hash:n}=a;(async()=>{if(!await Object(j.a)("terminateAuthorization",n))return;const e=Object(s.e)();Object(s.g)({...e,activeSessions:e.activeSessions.filter(e=>e.hash!==n)})})()}),Object(s.b)("terminateAllAuthorizations",()=>{(async()=>{if(!await Object(j.a)("terminateAllAuthorizations"))return;const e=Object(s.e)();Object(s.g)({...e,activeSessions:e.activeSessions.filter(e=>e.isCurrent)})})()}),Object(s.b)("loadNotificationsSettings",()=>{(async()=>{const e=await Object(j.a)("loadNotificationsSettings");e&&Object(s.g)(Object(r.u)(Object(s.e)(),e))})()}),Object(s.b)("updateNotificationSettings",(e,t,a)=>{const{peerType:n,isSilent:c,isShowPreviews:o}=a;(async()=>{await Object(j.a)("updateNotificationSettings",n,{isSilent:c,isShowPreviews:o})&&Object(s.g)(Object(r.ab)(Object(s.e)(),n,c,o))})()}),Object(s.b)("updateContactSignUpNotification",(e,t,a)=>{const{isSilent:n}=a;(async()=>{await Object(j.a)("updateContactSignUpNotification",n)&&Object(s.g)(Object(r.u)(Object(s.e)(),{hasContactJoinedNotifications:!n}))})()}),Object(s.b)("loadLanguages",()=>{(async()=>{const e=await Object(j.a)("fetchLanguages");e&&Object(s.g)(Object(r.u)(Object(s.e)(),{languages:e}))})()}),Object(s.b)("loadPrivacySettings",()=>{(async()=>{const[e,t,a,n,c]=await Promise.all([Object(j.a)("fetchPrivacySettings","phoneNumber"),Object(j.a)("fetchPrivacySettings","lastSeen"),Object(j.a)("fetchPrivacySettings","profilePhoto"),Object(j.a)("fetchPrivacySettings","forwards"),Object(j.a)("fetchPrivacySettings","chatInvite")]);if(!(e&&t&&a&&n&&c))return;const r=Object(s.e)();r.settings.privacy.phoneNumber=e,r.settings.privacy.lastSeen=t,r.settings.privacy.profilePhoto=a,r.settings.privacy.forwards=n,r.settings.privacy.chatInvite=c,Object(s.g)(r)})()}),Object(s.b)("setPrivacyVisibility",(e,t,a)=>{const{privacyKey:n,visibility:c}=a,{privacy:{[n]:r}}=e.settings;if(!r)return;const o=U(e,{visibility:c,allowedIds:[...r.allowUserIds,...r.allowChatIds],deniedIds:[...r.blockUserIds,...r.blockChatIds]});(async()=>{const e=await Object(j.a)("setPrivacySettings",n,o);if(e){const t=Object(s.e)();t.settings.privacy[n]=e,Object(s.g)(t)}})()}),Object(s.b)("setPrivacySettings",(e,t,a)=>{const{privacyKey:n,isAllowList:c,contactsIds:r}=a,{privacy:{[n]:o}}=e.settings;if(!o)return;const i=U(e,{visibility:o.visibility,allowedIds:c?r:[...o.allowUserIds,...o.allowChatIds],deniedIds:c?[...o.blockUserIds,...o.blockChatIds]:r});(async()=>{const e=await Object(j.a)("setPrivacySettings",n,i);if(e){const t=Object(s.e)();t.settings.privacy[n]=e,Object(s.g)(t)}})()}),Object(s.b)("loadPasswordInfo",()=>{(async()=>{const e=await Object(j.a)("getPasswordInfo");if(!e)return;let t=Object(s.e)();t=Object(r.u)(t,{hasPassword:e.hasPassword}),t=Object(r.kb)(t,{hint:e.hint}),Object(s.g)(t)})()}),Object(s.b)("checkPassword",(e,t,a)=>{const{currentPassword:n,onSuccess:c}=a;Object(s.g)(Object(r.kb)(e,{isLoading:!0,error:void 0})),(async()=>{const e=await Object(j.a)("checkPassword",n);Object(s.g)(Object(r.kb)(Object(s.e)(),{isLoading:!1})),e&&c()})()}),Object(s.b)("clearPassword",(e,t,a)=>{const{currentPassword:n,onSuccess:c}=a;Object(s.g)(Object(r.kb)(e,{isLoading:!0,error:void 0})),(async()=>{const e=await Object(j.a)("clearPassword",n);Object(s.g)(Object(r.kb)(Object(s.e)(),{isLoading:!1})),e&&c()})()}),Object(s.b)("updatePassword",(e,t,a)=>{const{currentPassword:n,password:c,hint:o,email:i,onSuccess:l}=a;Object(s.g)(Object(r.kb)(e,{isLoading:!0,error:void 0})),(async()=>{const e=await Object(j.a)("updatePassword",n,c,o,i);Object(s.g)(Object(r.kb)(Object(s.e)(),{isLoading:!1})),e&&l()})()}),Object(s.b)("updateRecoveryEmail",(e,t,a)=>{const{currentPassword:n,email:c,onSuccess:o}=a;Object(s.g)(Object(r.kb)(e,{isLoading:!0,error:void 0})),(async()=>{const e=await Object(j.a)("updateRecoveryEmail",n,c);Object(s.g)(Object(r.kb)(Object(s.e)(),{isLoading:!1,waitingEmailCodeLength:void 0})),e&&o()})()}),Object(s.b)("provideTwoFaEmailCode",(e,t,a)=>{const{code:s}=a;Object(j.a)("provideRecoveryEmailCode",s)}),Object(s.b)("clearTwoFaError",e=>Object(r.kb)(e,{error:void 0}));var H=a(54);Object(s.b)("validateRequestedInfo",(e,t,a)=>{const{requestInfo:n,saveInfo:c}=a,i=Object(o.cb)(e);i&&async function(e,t,a){const n=await Object(j.a)("validateRequestedInfo",{messageId:e,requestInfo:t,shouldSave:a});if(!n)return;const{id:c,shippingOptions:o}=n;if(!c)return;let i=Object(r.C)(Object(s.e)(),c);o?(i=Object(r.eb)(i,o),i=Object(r.A)(i,l.i.Shipping)):i=Object(r.A)(i,l.i.PaymentInfo);Object(s.g)(i)}(i,n,c)}),Object(s.b)("getPaymentForm",(e,t,a)=>{const{messageId:n}=a;n&&async function(e){const t=await Object(j.a)("getPaymentForm",{messageId:e});if(!t)return;let a=Object(r.z)(Object(s.e)(),t),n=l.i.PaymentInfo;a.payment.invoice&&(a.payment.invoice.shippingAddressRequested||a.payment.invoice.nameRequested||a.payment.invoice.phoneRequested||a.payment.invoice.emailRequested)&&(n=l.i.ShippingInfo);a=Object(r.A)(a,n),Object(s.g)(a)}(n)}),Object(s.b)("getReceipt",(e,t,a)=>{const{receiptMessageId:n,chatId:c,messageId:i}=a;i&&n&&c&&async function(e,t,a){const n=await Object(j.a)("getReceipt",t);if(!n)return;let c=Object(s.e)();const i=Object(o.k)(c,a,e);c=Object(r.B)(c,n,i),Object(s.g)(c)}(i,n,c)}),Object(s.b)("clearPaymentError",e=>{Object(s.g)({...e,payment:{...e.payment,error:void 0}})}),Object(s.b)("clearReceipt",e=>{Object(s.g)({...e,payment:{...e.payment,receipt:void 0}})}),Object(s.b)("sendCredentialsInfo",(e,t,a)=>{const n=Object(o.fb)(e);if(!n)return;const{credentials:c}=a,{data:i}=c;!async function(e,t){const a=function(e){const t=Object.keys(e).map(t=>`${t}=${e[t]}`).join("&");return t.length>0?"?"+t:""}({"card[number]":e.cardNumber,"card[exp_month]":e.expiryMonth,"card[exp_year]":e.expiryYear,"card[cvc]":e.cvv,"card[address_zip]":e.zip,"card[address_country]":e.country}),n=await fetch("https://api.stripe.com/v1/tokens"+a,{method:"POST",credentials:"same-origin",headers:{"Content-Type":"application/x-www-form-urlencoded",Authorization:"Bearer "+t}}),c=await n.json();if(c.error){const e=Object(H.b)(c.error),t=Object(s.e)();return void Object(s.g)({...t,payment:{...t.payment,error:{...e}}})}let o=Object(r.D)(Object(s.e)(),{type:c.type,id:c.id});o=Object(r.A)(o,l.i.Checkout),Object(s.g)(o)}(i,n)}),Object(s.b)("sendPaymentForm",(e,t,a)=>{const{shippingOptionId:n,saveCredentials:c}=a,i=Object(o.cb)(e),l=Object(o.db)(e),d=Object(o.fb)(e),b=Object(o.ub)(e);i&&d&&async function(e,t,a,n){if(await Object(j.a)("sendPaymentForm",{messageId:e,credentials:t,requestedInfoId:a,shippingOptionId:n})){const e=Object(r.g)(Object(s.e)());Object(s.g)(Object(r.h)(e))}}(i,{save:c,data:b},l,n)}),Object(s.b)("setPaymentStep",(e,t,a={})=>Object(r.A)(e,a.step||l.i.ShippingInfo)),Object(s.b)("setInvoiceMessageInfo",(e,t,a)=>Object(r.y)(e,a));a(73);Object(s.b)("apiUpdate",(e,t,a)=>{switch(a["@type"]){case"updateChat":Object(o.K)(e,a.id)||t.loadTopChats(),Object(s.g)(Object(r.F)(e,a.id,a.chat));break;case"updateChatJoin":{const n=Object(o.j)(e,a.id);if(!n)break;e=Object(r.G)(e,n,[a.id]),e=Object(r.F)(e,a.id,{isNotJoined:!1}),Object(s.g)(e);const c=Object(o.f)(e,a.id);c&&t.requestChatUpdate({chatId:c.id});break}case"updateChatLeave":{const t=Object(o.j)(e,a.id);if(!t)break;const{[t]:n}=e.chats.listIds;n&&(e=Object(r.q)(e,t,n.filter(e=>e!==a.id))),e=Object(r.F)(e,a.id,{isNotJoined:!0}),Object(s.g)(e);break}case"updateChatInbox":Object(s.g)(Object(r.F)(e,a.id,a.chat));break;case"updateChatTypingStatus":{const{id:t,typingStatus:n}=a;Object(s.g)(Object(r.F)(e,t,{typingStatus:n})),setTimeout(()=>{const e=Object(s.e)(),a=Object(o.f)(e,t);a&&n&&a.typingStatus&&a.typingStatus.timestamp===n.timestamp&&Object(s.g)(Object(r.F)(e,t,{typingStatus:void 0}))},6e3);break}case"newMessage":{if(a.message.senderId===e.currentUserId)return;const t=Object(o.f)(e,a.chatId);if(!t)return;Object(s.g)(Object(r.F)(e,a.chatId,{unreadCount:t.unreadCount?t.unreadCount+1:1,...a.message.hasUnreadMention&&{unreadMentionsCount:t.unreadMentionsCount?t.unreadMentionsCount+1:1}}));break}case"updateCommonBoxMessages":case"updateChannelMessages":{const{ids:t,messageUpdate:n}=a;if(!1!==n.hasUnreadMention)return;t.forEach(t=>{const s="channelId"in a?a.channelId:Object(o.p)(e,t),n=Object(o.f)(e,s);n&&n.unreadMentionsCount&&(e=Object(r.F)(e,s,{unreadMentionsCount:n.unreadMentionsCount-1}))}),Object(s.g)(e);break}case"updateChatFullInfo":{const{fullInfo:t}=a,n=e.chats.byId[a.id];if(!n)return;Object(s.g)(Object(r.F)(e,a.id,{fullInfo:{...n.fullInfo,...t}}));break}case"updatePinnedChatIds":{const{ids:t,folderId:c}=a,r=c===n.f?"archived":"active";e={...e,chats:{...e.chats,orderedPinnedIds:{...e.chats.orderedPinnedIds,[r]:t.length?t:void 0}}},Object(s.g)(e);break}case"updateChatPinned":{const{id:t,isPinned:c}=a,r=Object(o.j)(e,t);if(r){const{[r]:a}=e.chats.orderedPinnedIds;let s=a||[];if(c){if(!s.includes(t)){if("active"===r&&s.length>=n.C){const t=e.chats.listIds.active;s=s.filter(e=>t&&t.includes(e))}s=[t,...s]}}else s=s.filter(e=>e!==t);e={...e,chats:{...e.chats,orderedPinnedIds:{...e.chats.orderedPinnedIds,[r]:s.length?s:void 0}}}}Object(s.g)(e);break}case"updateChatListType":{const{id:t,folderId:n}=a;Object(s.g)(Object(r.I)(e,t,n));break}case"updateChatFolder":{const{id:t,folder:n}=a,{byId:c,orderedIds:r}=e.chatFolders,o=n?{...c,[t]:n}:Object(d.l)(c,Object.keys(c).map(Number).filter(e=>e!==t)),i=n?r&&r.includes(t)?r:[...r||[],t]:r?r.filter(e=>e!==t):void 0;Object(s.g)({...e,chatFolders:{...e.chatFolders,byId:o,orderedIds:i}});break}case"updateChatFoldersOrder":{const{orderedIds:t}=a;Object(s.g)({...e,chatFolders:{...e.chatFolders,orderedIds:t}});break}case"updateRecommendedChatFolders":{const{folders:t}=a;Object(s.g)({...e,chatFolders:{...e.chatFolders,recommended:t}});break}case"updateChatMembers":{const t=e.chats.byId[a.id],{replacedMembers:n,addedMember:c,deletedMemberId:o}=a;if(!t)return;let i=!1,l=t.fullInfo&&t.fullInfo.members?[...t.fullInfo.members]:[];if(n)l=n,i=!0;else if(c)l.length&&l.some(e=>e.userId===c.userId)||(l.push(c),i=!0);else if(l.length&&o){const e=l.findIndex(e=>e.userId===o);e>-1&&(l.slice(e,1),i=!0)}if(i){const n=l.filter(({isOwner:e,isAdmin:t})=>e||t);Object(s.g)(Object(r.F)(e,a.id,{membersCount:l.length,fullInfo:{...t.fullInfo,members:l,adminMembers:n}}))}break}}});function q(e,t,a,s,n=!1){const c=n?Object(o.kb)(e,t,a):Object(o.k)(e,t,a);if(c&&s.content){const{photo:e,video:t,sticker:a,document:n}=Object(m.v)(c);e&&s.content.photo?(s.content.photo.blobUrl=e.blobUrl,s.content.photo.thumbnail=e.thumbnail):t&&s.content.video?s.content.video.blobUrl=t.blobUrl:a&&s.content.sticker?s.content.sticker.isPreloadedGlobally=a.isPreloadedGlobally:n&&s.content.document&&(s.content.document.previewBlobUrl=n.previewBlobUrl)}return n?Object(r.cb)(e,t,a,s):Object(r.J)(e,t,a,s)}function G(e,t){const{id:a,chatId:s}=t;e=Object(r.T)(e,s,i.MAIN_THREAD_ID,[a]),Object(o.V)(e,s,i.MAIN_THREAD_ID)&&(e=Object(r.f)(e,s,i.MAIN_THREAD_ID,a));const{threadInfo:n,firstMessageId:c}=Object(o.wb)(e,s,t)||{};return!c&&Object(m.sb)(t)||n&&(e=Object(r.T)(e,s,n.threadId,[a]),Object(o.V)(e,s,n.threadId)&&(e=Object(r.f)(e,s,n.threadId,a),c||(e=Object(r.v)(e,s,n.threadId,"firstMessageId",t.id)),n.lastMessageId||(e=Object(r.v)(e,s,n.threadId,"threadInfo",{...n,lastMessageId:t.id})))),e}function _(e,t,a,s=!1){const{chats:n}=e,c=n.byId[t]&&n.byId[t].lastMessage;if(c&&!s){if(!(c.id===a.id||c.id===a.previousLocalId||a.id>c.id))return e}return Object(r.F)(e,t,{lastMessage:a})}function z(e,t){const a=Object(o.m)(e,t),s=Object(o.W)(e,t,i.MAIN_THREAD_ID);if(!a||!s)return;let n=s.length;for(;n--;){const e=a[s[n]];if(!e.isDeleting)return e}}function V(e,t,a,n){if(e){t.forEach(t=>{const a=z(n=Object(r.J)(n,e,t,{isDeleting:!0}),e);a&&(n=_(n,e,a,!0))}),Object(s.g)(n),a.requestChatUpdate({chatId:e});const c=[];return t.forEach(t=>{const a=Object(o.k)(n,e,t);if(!a)return;const{threadInfo:s}=Object(o.wb)(n,e,a)||{};s&&c.push(s.threadId)}),Object(d.o)(c).forEach(t=>{a.requestThreadInfoUpdate({chatId:e,threadId:t})}),void setTimeout(()=>{Object(s.g)(Object(r.i)(Object(s.e)(),e,t))},350)}const c=[];t.forEach(e=>{const t=Object(o.p)(n,e);if(t){c.push(t);const a=z(n=Object(r.J)(n,t,e,{isDeleting:!0}),t);a&&(n=_(n,t,a,!0)),setTimeout(()=>{Object(s.g)(Object(r.i)(Object(s.e)(),t,[e]))},350)}}),Object(s.g)(n),Object(d.o)(c).forEach(e=>{a.requestChatUpdate({chatId:e})})}Object(s.b)("apiUpdate",(e,t,a)=>{switch(a["@type"]){case"newMessage":{const{chatId:n,id:c,message:i}=a;e=G(e=q(e,n,c,i),i);if(Object(o.f)(e,n)){const t=Object(o.k)(e,n,c);e=_(e,n,t)}if(i.threadInfo&&(e=Object(r.ib)(e,i.threadInfo.chatId,i.threadInfo.threadId,i.threadInfo)),Object(s.g)(e),Object(o.a)(e,n,i)){!i.isOutgoing||i.content&&i.content.action||t.focusLastMessage();const{threadInfo:a}=Object(o.wb)(e,n,i)||{};a&&t.requestThreadInfoUpdate({chatId:n,threadId:a.threadId})}Object(o.K)(e,n)||t.loadTopChats();break}case"newScheduledMessage":{const{chatId:t,id:n,message:c}=a;e=q(e,t,n,c,!0);const l=Object(o.jb)(e,t)||[];e=Object(r.v)(e,t,i.MAIN_THREAD_ID,"scheduledIds",Object(d.o)([...l,n])),Object(s.g)(e);break}case"updateMessage":{const{chatId:t,id:n,message:c}=a;if(!Object(o.k)(e,t,n))return;e=q(e,t,n,c);const i=Object(o.k)(e,t,n);c.threadInfo&&(e=Object(r.ib)(e,c.threadInfo.chatId,c.threadInfo.threadId,c.threadInfo)),e=_(e,t,i),Object(s.g)(e);break}case"updateScheduledMessage":{const{chatId:t,id:n,message:c}=a;if(!Object(o.kb)(e,t,n))return;e=q(e,t,n,c,!0);const l=Object.keys(Object(o.lb)(e,t)||{}).map(Number).sort((e,t)=>t-e);e=Object(r.v)(e,t,i.MAIN_THREAD_ID,"scheduledIds",l),Object(s.g)(e);break}case"updateMessageSendSucceeded":{const{chatId:t,localId:n,message:c}=a;e=G(e,c);const i=Object(o.k)(e,t,n);e=Object(r.i)(e,t,[n]),c.isScheduled&&(e=Object(r.j)(e,t,[n])),e=Object(r.J)(e,t,c.id,{...i,...c,previousLocalId:n});const l=Object(o.k)(e,t,c.id);e=_(e,t,l),Object(s.g)(e);break}case"updateScheduledMessageSendSucceeded":{const{chatId:t,localId:n,message:c}=a,l=Object(o.jb)(e,t)||[];e=Object(r.v)(e,t,i.MAIN_THREAD_ID,"scheduledIds",[...l,c.id]);const d=Object(o.kb)(e,t,n);e=Object(r.j)(e,t,[n]),e=Object(r.cb)(e,t,c.id,{...d,...c,previousLocalId:n}),Object(s.g)(e);break}case"updatePinnedIds":{const{chatId:t,isPinned:n,messageIds:c}=a,l=Object(o.eb)(e,t)||[],d=n?[...l,...c]:l.filter(e=>!c.includes(e));Object(s.g)(Object(r.v)(e,t,i.MAIN_THREAD_ID,"pinnedIds",d));break}case"updateThreadInfo":{const{chatId:t,threadId:n,threadInfo:c}=a,i={...Object(o.xb)(e,t,n),...c};if(!i.threadId)return;e=Object(r.ib)(e,t,n,i),Object(s.g)(e);break}case"resetMessages":{const{id:n}=a,c=Object(o.m)(e,n);c&&!Object(m.lb)(n)&&(e=Object(r.i)(e,n,Object.keys(c).map(Number)),Object(s.g)(e),t.loadFullChat({chatId:n,force:!0}));break}case"deleteMessages":{const{ids:s,chatId:n}=a;V(n,s,t,e);break}case"deleteScheduledMessages":{const{ids:t,chatId:n}=a;!function(e,t,a,n){if(!e)return;t.forEach(t=>{n=Object(r.cb)(n,e,t,{isDeleting:!0})}),Object(s.g)(n),setTimeout(()=>{n=Object(r.j)(Object(s.e)(),e,t);const a=Object(o.lb)(n,e);n=Object(r.v)(n,e,i.MAIN_THREAD_ID,"scheduledIds",Object.keys(a||{}).map(Number)),Object(s.g)(n)},350)}(n,t,0,e);break}case"deleteHistory":{const{chatId:s}=a;V(s,Object.keys(e.messages.byChatId[s].byId).map(Number),t,e);break}case"updateCommonBoxMessages":{const{ids:t,messageUpdate:n}=a;t.forEach(t=>{const a=Object(o.p)(e,t);a&&(e=Object(r.J)(e,a,t,n))}),Object(s.g)(e);break}case"updateChannelMessages":{const{channelId:t,ids:n,messageUpdate:c}=a;n.forEach(a=>{e=Object(r.J)(e,t,a,c)}),Object(s.g)(e);break}case"updateMessagePoll":{const{pollId:t,pollUpdate:n}=a,c=Object(o.l)(e,t);if(c&&c.content.poll){const t={...c.content.poll,...n},{results:a}=t.results||{};if(a&&!a.some(e=>e.isChosen)){const{results:e}=c.content.poll.results,s=e&&e.filter(e=>e.isChosen);s&&s.forEach(e=>{const s=a.findIndex(t=>t.option===e.option);s>=0&&(t.results.results[s].isChosen=!0)})}Object(s.g)(Object(r.J)(e,c.chatId,c.id,{content:{...c.content,poll:t}}))}break}case"updateMessagePollVote":{const{pollId:t,userId:n,options:c}=a,i=Object(o.l)(e,t);if(!i||!i.content.poll||!i.content.poll.results)break;const{poll:l}=i.content,{recentVoterIds:d,totalVoters:b,results:u}=l.results,m=d?[...d]:[],h=b?b+1:1,O=u?[...u]:[];m.push(n),c.forEach(t=>{const a=O.find(e=>e.option===t),s=O.findIndex(e=>e.option===t),c=a?{...a}:{option:t,votersCount:0};c.votersCount+=1,n===e.currentUserId&&(c.isChosen=!0),s?O[s]=c:O.push(c)}),Object(s.g)(Object(r.J)(e,i.chatId,i.id,{content:{...i.content,poll:{...l,results:{...l.results,recentVoterIds:m,totalVoters:h,results:O}}}}));break}}});var $=a(101);const W=Object($.f)((function(){let e=Object(s.e)();Q.forEach(([t,a])=>{e=Object(r.lb)(e,t,{status:a})}),Object(s.g)(e),Q=[]}),3e3,!0);let Q=[];Object(s.b)("apiUpdate",(e,t,a)=>{switch(a["@type"]){case"deleteUser":return Object(r.k)(e,a.id);case"updateUser":return Object(r.lb)(e,a.id,a.user);case"updateUserStatus":return s=a.userId,n=a.status,Q.push([s,n]),void W();case"updateUserFullInfo":{const{id:t,fullInfo:s}=a,n=e.users.byId[t];if(!n)return;return Object(r.lb)(e,t,{fullInfo:{...n.fullInfo,...s}})}}var s,n}),Object(s.b)("apiUpdate",(e,t,a)=>{switch(a["@type"]){case"updateStickerSet":return Object(r.fb)(e,a.id,a.stickerSet)}}),Object(s.b)("apiUpdate",(e,t,a)=>{switch(a["@type"]){case"updatePeerBlocked":return a.isBlocked?Object(r.a)(Object(s.e)(),a.id):Object(r.o)(Object(s.e)(),a.id);case"updateResetContactList":Object(s.g)({...Object(s.e)(),contactList:{hash:0,userIds:[]}});break;case"updateFavoriteStickers":t.loadFavoriteStickers();break;case"updatePrivacy":e.settings.privacy[a.key]=a.rules}}),Object(s.b)("apiUpdate",(e,t,a)=>{switch(a["@type"]){case"updateNotifySettings":return Object(r.ab)(e,a.peerType,a.isSilent,a.isShowPreviews)}}),Object(s.b)("apiUpdate",(e,t,a)=>{switch(a["@type"]){case"updateTwoFaStateWaitCode":return{...e,twoFaSettings:{...e.twoFaSettings,isLoading:!1,waitingEmailCodeLength:a.length}};case"updateTwoFaError":return{...e,twoFaSettings:{...e.twoFaSettings,error:a.message}}}});var K=a(42),Y=a(27),J=a(41),Z=a(97),X=a(8),ee=a(90),te=a(50),ae=a(31),se=a(30),ne=a(140),ce=a(123);a(181);var re=Object(c.h)(Object(s.h)(e=>{const{query:t,fetchingStatus:a,chatId:s,date:n}=e.globalSearch,{currentUserId:c}=e,{byId:r}=e.chats;return{searchQuery:t,isLoading:!!a&&Boolean(a.chats||a.messages),currentUserId:c,chatsById:r,globalSearchChatId:s,searchDate:n}},(e,t)=>Object(d.l)(t,["openChat","openSupportChat","setGlobalSearchDate","setGlobalSearchChatId"]))(({content:e,contactsFilter:t,onSearchQuery:a,onSelectSettings:s,onSelectContacts:n,onSelectNewGroup:r,onSelectArchived:o,setGlobalSearchChatId:i,onReset:d,searchQuery:b,isLoading:u,currentUserId:O,globalSearchChatId:j,searchDate:g,chatsById:f,openChat:p,openSupportChat:I,setGlobalSearchDate:v})=>{const y=e===l.d.ChatList,w={date:void 0},C={id:void 0},E=Object(c.p)(()=>g?Object(A.a)(new Date(1e3*g)):void 0,[g]),M=Object(c.p)(()=>y&&f?Object.values(f).reduce((e,t)=>Object(m.hb)(t)&&t.unreadCount?e+1:e,0):0,[y,f]),S=Object(c.p)(()=>({onTrigger:e,isOpen:t})=>c.a.createElement(se.a,{round:!0,ripple:y&&!h.f,size:"smaller",color:"translucent",className:t?"active":"",onClick:y?e:()=>d(),ariaLabel:y?"Open menu":"Return to chat list"},c.a.createElement("div",{className:Object(X.a)("animated-menu-icon",!y&&"state-back")})),[y,d]),k=Object(c.m)(()=>{b||a("")},[b,a]),N=Object(c.m)(()=>{p({id:O})},[O,p]),P=Object(ee.a)(),T=Boolean(j)||e===l.d.GlobalSearch||e===l.d.Contacts,x=e===l.d.Contacts?P("SearchFriends"):P("Search");return c.a.createElement("div",{className:"LeftMainHeader"},c.a.createElement("div",{id:"LeftMainHeader",className:"left-header"},c.a.createElement(te.a,{trigger:S},c.a.createElement(ae.a,{icon:"group",onClick:r},P("NewGroup")),c.a.createElement(ae.a,{icon:"user",onClick:n},P("Contacts")),c.a.createElement(ae.a,{icon:"archive",onClick:o},P("Archived"),M>0&&c.a.createElement("div",{className:"archived-badge"},M)),c.a.createElement(ae.a,{icon:"saved-messages",onClick:N},P("Saved")),c.a.createElement(ae.a,{icon:"settings",onClick:s},P("Settings")),c.a.createElement(ae.a,{icon:"help",onClick:I},P("BotHelp"))),c.a.createElement(ne.a,{inputId:"telegram-search-input",className:j||g?"with-picker-item":"",value:t||b,focused:T,isLoading:u,placeholder:x,canClose:Boolean(j||g),onChange:a,onReset:d,onFocus:k},E&&c.a.createElement(ce.a,{icon:"calendar",title:E,canClose:!0,isMinimized:Boolean(j),className:"search-date",onClick:v,clickArg:w}),j&&c.a.createElement(ce.a,{chatOrUserId:j,onClick:i,canClose:!0,clickArg:C}))))})),oe=a(20);a(182);var ie=Object(s.h)(e=>Object(d.l)(e,["connectionState"]))(({connectionState:e})=>{const t=Object(ee.a)();return"connectionStateConnecting"===e&&c.a.createElement("div",{id:"ConnectionState"},c.a.createElement(oe.a,{color:"black"}),c.a.createElement("div",{className:"state-text"},t("WaitingForNetwork")))}),le=a(124),de=a(103),be=a(29),ue=(e,t,a)=>{const s=Object(c.q)(),n=(e=>Object(c.p)(()=>Object(g.g)(e=>e(),e),[e]))(t),r=Object(be.a)();return Object(de.a)(()=>{let t=!0;n(()=>{s.current=e(),t||r()}),t=!1},a),s.current},me=a(154),he=a(174);var Oe=Object(c.h)(Object(s.h)(e=>{const{chats:{byId:t},users:{byId:a},chatFolders:{byId:s,orderedIds:n},lastSyncTime:c}=e;return{chatsById:t,usersById:a,chatFoldersById:s,orderedFolderIds:n,lastSyncTime:c}},(e,t)=>Object(d.l)(t,["loadChatFolders"]))(({chatsById:e,usersById:t,chatFoldersById:a,orderedFolderIds:s,lastSyncTime:n,loadChatFolders:r})=>{const o=Object(c.q)(null),[i,l]=Object(c.r)(0);Object(c.n)(()=>{n&&r()},[n,r]);const b=Object(c.p)(()=>s?s.map(e=>a[e]||{}).filter(Boolean):void 0,[a,s]),u=ue(()=>{if(!b||!b.length)return;const a=Object.keys(e).map(Number),s=b.map(s=>{const{unreadDialogsCount:n,hasActiveDialogs:c}=Object(m.p)(e,t,s,a)||{};return{id:s.id,badgeCount:n,isBadgeActive:c}});return Object(d.c)(s,"id")},3e3,[b,e,t]),O=Object(c.p)(()=>{if(b&&b.length)return[{title:"All"},...b.map(e=>({title:e.title,...u&&u[e.id]}))]},[b,u]),j=Object(c.m)(e=>{l(e)},[]);Object(c.n)(()=>{O&&O.length&&i>=O.length&&l(0)},[i,O]),Object(c.n)(()=>{if(o.current&&h.k&&O&&O.length)return Object(le.b)(o.current,{onSwipe:(e,t)=>{t===le.a.Left?l(Math.min(i+1,O.length-1)):t===le.a.Right&&l(Math.max(0,i-1))}})},[i,O]);const{shouldRender:g,transitionClassNames:f}=Object(Y.a)(!s,void 0,!0),p=Object(ee.a)();function I(){const e=Object.values(a).find(({title:e})=>e===O[i].title);return e&&0!==i?c.a.createElement(he.a,{folderType:"folder",folderId:e.id,noChatsText:p("FilterNoChatsToDisplay")}):c.a.createElement(he.a,{folderType:"all"})}return c.a.createElement("div",{className:"ChatFolders"},O&&O.length?c.a.createElement(me.a,{tabs:O,activeTab:i,onSwitchTab:j}):g?c.a.createElement("div",{className:Object(X.a)("tabs-placeholder",f)}):void 0,c.a.createElement(Z.a,{ref:o,name:"slide",activeKey:i,renderCount:O?O.length:void 0},I))})),je=a(12),ge=a(17),fe=a(16);var pe=e=>{const t=Object(ge.a)(je.a.Extra,"LeftSearch");return t?c.a.createElement(t,e):c.a.createElement(fe.a,null)};var Ie=e=>{const t=Object(ge.a)(je.a.Extra,"ContactList");return t?c.a.createElement(t,e):c.a.createElement(fe.a,null)},ve=a(46);a(194);let ye;var we=Object(c.h)(({isShown:e,onNewPrivateChat:t,onNewChannel:a,onNewGroup:s})=>{const[n,r]=Object(c.r)(!1);Object(c.n)(()=>{e||r(!1)},[e]);const o=Object(ee.a)(),i=Object(X.a)("NewChatButton",e&&"revealed",n&&"menu-is-open"),l=Object(c.m)(()=>{ye&&(clearTimeout(ye),ye=void 0)},[]),d=Object(c.m)(()=>{ye&&(clearTimeout(ye),ye=void 0),ye=window.setTimeout(()=>{r(!1)},750)},[]);return c.a.createElement("div",{className:i,onMouseEnter:l,onMouseLeave:d},c.a.createElement(se.a,{round:!0,color:"primary",className:n?"active":"",onClick:()=>{r(!n)},ariaLabel:n?"Close":"Create new chat",tabIndex:-1},c.a.createElement("i",{className:"icon-new-chat-filled"}),c.a.createElement("i",{className:"icon-close"})),c.a.createElement(ve.a,{isOpen:n,positionX:"right",positionY:"bottom",autoClose:!0,onClose:()=>{r(!1)}},c.a.createElement(ae.a,{icon:"channel",onClick:a},o("NewChannel")),c.a.createElement(ae.a,{icon:"group",onClick:s},o("NewGroup")),c.a.createElement(ae.a,{icon:"user",onClick:t},"New Private Chat")))});a(195);const Ce=Object.keys(l.d).length/2;let Ee;var Me=Object(c.h)(({content:e,searchQuery:t,searchDate:a,contactsFilter:s,onSearchQuery:n,onContentChange:r,onReset:o})=>{const[i,d]=Object(c.r)(h.k),b=Object(c.q)(!1),u=Object(c.m)(()=>{r(l.d.Settings)},[r]),m=Object(c.m)(()=>{r(l.d.Contacts)},[r]),O=Object(c.m)(()=>{r(l.d.NewChannelStep1)},[r]),j=Object(c.m)(()=>{r(l.d.NewGroupStep1)},[r]),g=Object(c.m)(()=>{r(l.d.Archived)},[r]),f=Object(c.m)(()=>{e===l.d.ChatList&&(b.current=!0,d(!0))},[e]),p=Object(c.m)(()=>{b.current=!1,Ee&&(clearTimeout(Ee),Ee=void 0),Ee=window.setTimeout(()=>{b.current||d(!1)},250)},[]);return Object(c.n)(()=>{let t;return e!==l.d.ChatList?t=window.setTimeout(()=>{d(!1)},250):(b.current||h.k)&&d(!0),()=>{t&&(clearTimeout(t),t=void 0)}},[e]),c.a.createElement("div",{id:"LeftColumn-main",onMouseEnter:h.k?void 0:f,onMouseLeave:h.k?void 0:p},c.a.createElement(re,{content:e,contactsFilter:s,onSearchQuery:n,onSelectSettings:u,onSelectContacts:m,onSelectNewGroup:j,onSelectArchived:g,onReset:o}),c.a.createElement(ie,null),c.a.createElement(Z.a,{name:"zoom-fade",renderCount:Ce,activeKey:e},()=>{switch(e){case l.d.ChatList:return c.a.createElement(Oe,null);case l.d.GlobalSearch:return c.a.createElement(pe,{searchQuery:t,searchDate:a,onReset:o});case l.d.Contacts:return c.a.createElement(Ie,{filter:s});default:return}}),c.a.createElement(we,{isShown:i,onNewPrivateChat:m,onNewChannel:O,onNewGroup:j}))});var Se=e=>{const t=Object(ge.a)(je.a.Extra,"Settings");return t?c.a.createElement(t,e):c.a.createElement(fe.a,null)};var ke=e=>{const t=Object(ge.a)(je.a.Extra,"NewChat");return t?c.a.createElement(t,e):c.a.createElement(fe.a,null)};var Ne,Pe=e=>{const t=Object(ge.a)(je.a.Extra,"ArchivedChats");return t?c.a.createElement(t,e):c.a.createElement(fe.a,null)};a(196);!function(e){e[e.Main=0]="Main",e[e.Settings=1]="Settings",e[e.Archived=2]="Archived",e[e.NewGroup=3]="NewGroup",e[e.NewChannel=4]="NewChannel"}(Ne||(Ne={}));const Te=Object.keys(Ne).length/2;var xe=Object(c.h)(Object(s.h)(e=>{const{query:t,date:a}=e.globalSearch;return{searchQuery:t,searchDate:a}},(e,t)=>Object(d.l)(t,["setGlobalSearchQuery","setGlobalSearchChatId","resetChatCreation","setGlobalSearchDate","loadPasswordInfo","clearTwoFaError"]))(({searchQuery:e,searchDate:t,setGlobalSearchQuery:a,setGlobalSearchChatId:s,resetChatCreation:n,setGlobalSearchDate:r,loadPasswordInfo:o,clearTwoFaError:i})=>{const[d,b]=Object(c.r)(l.d.ChatList),[u,m]=Object(c.r)(l.m.Main),[O,j]=Object(c.r)(""),[g,f]=Object(c.r)(0);let p=Ne.Main;switch(d){case l.d.Archived:p=Ne.Archived;break;case l.d.Settings:p=Ne.Settings;break;case l.d.NewChannelStep1:case l.d.NewChannelStep2:p=Ne.NewChannel;break;case l.d.NewGroupStep1:case l.d.NewGroupStep2:p=Ne.NewGroup}const I=Object(c.m)(e=>{if(d!==l.d.NewGroupStep2||e){if(d===l.d.NewGroupStep1){const e=document.getElementById("new-group-picker-search");e&&e.blur()}if(d===l.d.Settings)switch(u){case l.m.EditProfile:case l.m.Folders:case l.m.General:case l.m.Notifications:case l.m.Privacy:case l.m.Language:return void m(l.m.Main);case l.m.GeneralChatBackground:return void m(l.m.General);case l.m.GeneralChatBackgroundColor:return void m(l.m.GeneralChatBackground);case l.m.PrivacyPhoneNumber:case l.m.PrivacyLastSeen:case l.m.PrivacyProfilePhoto:case l.m.PrivacyForwarding:case l.m.PrivacyGroupChats:case l.m.PrivacyActiveSessions:case l.m.PrivacyBlockedUsers:case l.m.TwoFaDisabled:case l.m.TwoFaEnabled:case l.m.TwoFaCongratulations:return void m(l.m.Privacy);case l.m.PrivacyPhoneNumberAllowedContacts:case l.m.PrivacyPhoneNumberDeniedContacts:return void m(l.m.PrivacyPhoneNumber);case l.m.PrivacyLastSeenAllowedContacts:case l.m.PrivacyLastSeenDeniedContacts:return void m(l.m.PrivacyLastSeen);case l.m.PrivacyProfilePhotoAllowedContacts:case l.m.PrivacyProfilePhotoDeniedContacts:return void m(l.m.PrivacyProfilePhoto);case l.m.PrivacyForwardingAllowedContacts:case l.m.PrivacyForwardingDeniedContacts:return void m(l.m.PrivacyForwarding);case l.m.PrivacyGroupChatsAllowedContacts:case l.m.PrivacyGroupChatsDeniedContacts:return void m(l.m.PrivacyGroupChats);case l.m.TwoFaNewPassword:return void m(l.m.TwoFaDisabled);case l.m.TwoFaNewPasswordConfirm:return void m(l.m.TwoFaNewPassword);case l.m.TwoFaNewPasswordHint:return void m(l.m.TwoFaNewPasswordConfirm);case l.m.TwoFaNewPasswordEmail:return void m(l.m.TwoFaNewPasswordHint);case l.m.TwoFaNewPasswordEmailCode:return void m(l.m.TwoFaNewPasswordEmail);case l.m.TwoFaChangePasswordCurrent:case l.m.TwoFaTurnOff:case l.m.TwoFaRecoveryEmailCurrentPassword:return void m(l.m.TwoFaEnabled);case l.m.TwoFaChangePasswordNew:return void m(l.m.TwoFaChangePasswordCurrent);case l.m.TwoFaChangePasswordConfirm:return void m(l.m.TwoFaChangePasswordNew);case l.m.TwoFaChangePasswordHint:return void m(l.m.TwoFaChangePasswordConfirm);case l.m.TwoFaRecoveryEmail:return void m(l.m.TwoFaRecoveryEmailCurrentPassword);case l.m.TwoFaRecoveryEmailCode:return void m(l.m.TwoFaRecoveryEmail);case l.m.FoldersCreateFolder:case l.m.FoldersEditFolder:return void m(l.m.Folders)}b(l.d.ChatList),j(""),a({query:""}),r({date:void 0}),s({id:void 0}),n(),setTimeout(()=>{f(Date.now())},250)}else b(l.d.NewGroupStep1)},[d,a,s,r,n,u]),v=Object(c.m)(t=>{d!==l.d.Contacts?(b(l.d.GlobalSearch),t!==e&&a({query:t})):j(t)},[d,a,e]);return Object(c.n)(()=>d!==l.d.ChatList?Object(J.a)(()=>I()):void 0,[d,I]),Object(c.n)(()=>{i(),u===l.m.Privacy&&o()},[i,o,u]),c.a.createElement(Z.a,{id:"LeftColumn",name:h.f?"slide-layers":"push-slide",renderCount:Te,activeKey:p},()=>{switch(p){case Ne.Archived:return c.a.createElement(Pe,{onReset:I});case Ne.Settings:return c.a.createElement(Se,{currentScreen:u,onScreenSelect:m,onReset:I});case Ne.NewChannel:return c.a.createElement(ke,{key:g,isChannel:!0,content:d,onContentChange:b,onReset:I});case Ne.NewGroup:return c.a.createElement(ke,{key:g,content:d,onContentChange:b,onReset:I});default:return c.a.createElement(Me,{content:d,searchQuery:e,searchDate:t,contactsFilter:O,onContentChange:b,onSearchQuery:v,onReset:I})}})})),Ae=a(121),Le=a(13),Re=a(48);var Fe=()=>{const[e,t]=Object(c.r)(Re.a.get());return Object(c.n)(()=>{const e=Object(g.g)(()=>{t(Re.a.get())},250,!1);return window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),e},Be=a(37);function De(e,t){const a=Object(Be.a)(e,!0),s=Object(c.q)(),n=Object(be.a)(),r=null!=e;return r&&s.current&&(clearTimeout(s.current),s.current=void 0),Object(de.a)(()=>{t&&!r&&a&&!s.current&&(s.current=window.setTimeout(()=>{s.current=void 0,n()},t))},[e]),s.current&&t&&!r?a:e}function Ue(e,t){const a=e<=n.T?16:32,s=function(e){if(e>n.Q){const t=Math.min(Math.max(.25*e,288),424),a=Math.min(.25*e,424);return Math.min(e-t-a,728)}if(e>n.P){const t=Math.min(Math.max(.4*e,288),424);return Math.min(e-t,728)}if(e>728)return 728;return e}(e),c=e<=n.T?54:64,r=t?s-a-c:s-a,o=e>n.T?Math.min(s-a,512):s-a,i=o/r,l=r/o;return{composerHiddenScale:i,toolbarHiddenScale:l,composerTranslateX:t?c/2*l:0,toolbarTranslateX:t?c/2*-1*i:0}}var He=a(130),qe=a(127);function Ge(e,t=!1,a=!1){const s=Object(Be.a)(e,t);return a||null!=e?e:s}var _e=a(44),ze=a(93),Ve=a(108);var $e=e=>{const{isOpen:t}=e,a=Object(ge.a)(je.a.Extra,"HeaderMenuContainer",!t);return a?c.a.createElement(a,e):void 0};var We=Object(c.h)(Object(s.h)((e,{chatId:t,threadId:a,messageListType:s})=>{const n=Object(o.f)(e,t),c=Boolean(n&&Object(m.jb)(n));if(n&&n.isRestricted)return{noMenu:!0};const r=Object(o.N)(e,t),l="thread"===s&&a===i.MAIN_THREAD_ID,d="thread"===s&&a!==i.MAIN_THREAD_ID,b=Object(o.U)(e),u=Boolean(Object(o.J)(e,t)),O=Boolean(l&&n&&(c||Object(m.nb)(n))&&n.isNotJoined),j=l||d,g=l&&!r&&!O,f=!Object(o.Q)(e),p=l,I=l&&!O;return{noMenu:!(h.f&&O||h.f&&j||g||f||p||I),isChannel:c,isRightColumnShown:b,canStartBot:u,canSubscribe:O,canSearch:j,canMute:g,canSelect:f,canSeeStatistics:p,canLeave:I}},(e,t)=>Object(d.l)(t,["joinChannel","sendBotCommand","openLocalTextSearch"]))(({chatId:e,threadId:t,noMenu:a,isChannel:s,canStartBot:n,canSubscribe:r,canSearch:o,canMute:i,canSelect:l,canSeeStatistics:d,canLeave:b,isRightColumnShown:u,joinChannel:m,sendBotCommand:O,openLocalTextSearch:j})=>{const g=Object(c.q)(null),[f,p]=Object(c.r)(!1),[I,v]=Object(c.r)(void 0),y=Object(c.m)(()=>{p(!0);const e=g.current.getBoundingClientRect();v({x:e.right,y:e.bottom})},[]),w=Object(c.m)(()=>{p(!1)},[]),C=Object(c.m)(()=>{v(void 0)},[]),E=Object(c.m)(()=>{m({chatId:e})},[m,e]),M=Object(c.m)(()=>{O({command:"/start"})},[O]),S=Object(c.m)(()=>{if(j(),h.f){document.querySelector("#MobileSearch input").focus()}else setTimeout(()=>{const e=document.querySelector(".RightHeader .SearchInput input");e&&e.focus()},400)},[j]),k=Object(ee.a)();return c.a.createElement("div",{className:"HeaderActions"},!h.f&&r&&c.a.createElement(se.a,{size:"tiny",ripple:!0,fluid:!0,onClick:E},k(s?"Subscribe":"Join Group")),!h.f&&n&&c.a.createElement(se.a,{size:"tiny",ripple:!0,fluid:!0,onClick:M},k("Start")),!h.f&&o&&c.a.createElement(se.a,{round:!0,ripple:u,color:"translucent",size:"smaller",onClick:S,ariaLabel:"Search in this chat"},c.a.createElement("i",{className:"icon-search"})),(h.f||!r)&&c.a.createElement(se.a,{ref:g,className:f?"active":"",round:!0,ripple:!h.f,size:"smaller",color:"translucent",disabled:a,ariaLabel:"More actions",onClick:y},c.a.createElement("i",{className:"icon-more"})),I&&c.a.createElement($e,{chatId:e,threadId:t,isOpen:f,anchor:I,isChannel:s,canSubscribe:r,canSearch:o,canMute:i,canSelect:l,canSeeStatistics:d,canLeave:b,onSubscribeChannel:E,onSearchClick:S,onClose:w,onCloseAnimationEnd:C}))})),Qe=a(100),Ke=a(34),Ye=a(94),Je=a(33);function Ze(e){const t=e&&Object(m.E)(e),{sticker:a}=e&&e.content||{},s=t&&a&&!Object(h.o)()&&t.includes("image/webp"),[r,o]=Object(c.r)(Je.a),i=e&&e.id;return Object(c.o)(()=>{s&&Object(Je.c)("b64-"+i,t).then(o).catch(e=>{n.l&&console.error(e)})},[i,s,t]),s?r:t}var Xe=a(104),et=a(32),tt=a(35);function at(e,t,a,s,n){return`M${e},${t+n}a${n},${n},0,0,1,\n ${a},0v${s-2*n}a${n},${n},0,0,1,${-a},0Z`}var st=Object(c.h)(({count:e,index:t})=>{const a=Object(c.q)(null),s=Object(c.p)(()=>function(e,t){const a=e-t-1,s=function(e){let t=8;1===e?t=36:2===e?t=17:3===e?t=11:(4===e||e>3)&&(t=7.5);return t}(e),n=function(e,t){let a=36;1===e?a=36:2===e?a=17:3===e?a=1===t?12:11:(4===e||e>3)&&(a=7.5);return a}(e,a),c=function(e,t){return e<=3?36:t*e+2*(e-1)}(e,s),r="clipPath"+e,o=function(e,t,a){let s="";if(3===a)s=at(0,0,2,t,1)+at(0,12,2,t+1,1)+at(0,25,2,t,1);else for(let e=0;e\n \n `}(r,s,e),i=function(e,t,a){if(1===a)return 0;if(2===a)return 0===e?0:t+2;return 3===a?0===e?0:1===e?12:25:(t+2)*e}(a,s,e),l=function(e,t,a,s){if(t<=4)return 0;if(e<=1)return 0;if(e>=t-2)return s-36;return(a+4)/2+(e-2)*(a+2)}(a,e,s,c);return{markHeight:n,clipPath:o,markTranslateY:i,trackTranslateY:l,trackHeight:c,clipPathId:r}}(e,t),[e,t]);if(Object(c.n)(()=>{if(!a.current)return;const{trackHeight:e,trackTranslateY:t,markHeight:n,markTranslateY:c,clipPathId:r,clipPath:o}=s,i=a.current.firstElementChild;if(a&&a.current){const s=a.current,{style:l}=s;l.height=e+"px",l.transform=`translateY(-${t}px)`,l.clipPath=`url("#${r}")`;const d=s.querySelector("svg"),b=s.querySelector("div"),u=s.querySelector("defs");d||i&&(i.innerHTML=` ${o} `),u&&(u.innerHTML=o),b&&(b.style.height=n+"px",b.style.transform=`translateY(${c}px)`)}},[s]),1===e)return c.a.createElement("div",{className:"pinned-message-border"},c.a.createElement("div",{className:"pinned-message-border-wrapper-1",ref:a}));const{trackHeight:n,trackTranslateY:r,markHeight:o,markTranslateY:i,clipPathId:l}=s;return c.a.createElement("div",{className:Object(X.a)("pinned-message-border",e>4&&"pinned-message-border-mask")},c.a.createElement("div",{className:"pinned-message-border-wrapper",ref:a,style:`clip-path: url("#${l}"); width: 2px;\n height: ${n}px; transform: translateY(-${r}px);`},c.a.createElement("span",null),c.a.createElement("div",{className:"pinned-message-border-mark",style:`height: ${o}px; transform: translateY(${i}px);`})))});var nt=Object(c.h)(({message:e,count:t,index:a,customTitle:s,className:n,onUnpinMessage:r,onClick:o,onAllPinnedClick:i})=>{const l=Ze(e),d=Object(Ye.a)(Object(m.D)(e,"pictogram")),b=Object(m.M)(e,Boolean(l)),[u,h,O]=Object(tt.a)(),j=Object(c.m)(()=>{O(),r&&r(e.id)},[O,r,e.id]),g=Object(ee.a)();return c.a.createElement("div",{className:Object(X.a)("HeaderPinnedMessage-wrapper",n)},t>1&&c.a.createElement(se.a,{round:!0,size:"smaller",color:"translucent",className:"pin-list-button",ariaLabel:g("EventLogFilterPinnedMessages"),onClick:i},c.a.createElement("i",{className:"icon-pin-list"})),r&&c.a.createElement(se.a,{round:!0,size:"smaller",color:"translucent",ariaLabel:g("UnpinMessageAlertTitle"),className:"unpin-button",onClick:h},c.a.createElement("i",{className:"icon-close"})),c.a.createElement(Xe.a,{isOpen:u,onClose:O,text:"Would you like to unpin this message?",confirmLabel:"Unpin",confirmHandler:j}),c.a.createElement("div",{className:"HeaderPinnedMessage",onClick:o},c.a.createElement(st,{count:t,index:a}),l&&function(e,t){const{width:a,height:s}=Object(Qe.k)();return c.a.createElement("img",{src:t||e,width:a,height:s,alt:""})}(l,d),c.a.createElement("div",{className:"message-text"},c.a.createElement("div",{className:"title"},s||`${g("PinnedMessage")} ${a>0?"#"+(t-a):""}`),c.a.createElement("p",null,Object(Ke.a)(b))),c.a.createElement(et.a,null)))}),ct=a(47),rt=a(162);a(199);var ot=Object(s.h)((e,{message:t})=>{const a=Object(o.ob)(e,t);return{senderName:a?Object(m.U)(a):void 0}},(e,t)=>Object(d.l)(t,["focusMessage","closeAudioPlayer"]))(({message:e,className:t,senderName:a,focusMessage:s,closeAudioPlayer:n})=>{const r=ct.c(Object(m.D)(e,"inline")),{playPause:o,isPlaying:i}=Object(rt.a)(Object(m.A)(e),Object(m.r)(e),r,void 0,void 0,!0),l=Object(c.m)(()=>{s({chatId:e.chatId,messageId:e.id})},[s,e.chatId,e.id]),d=Object(c.m)(()=>{i&&o(),n()},[n,i,o]),b=Object(ee.a)(),u=Object(m.u)(e);return c.a.createElement("div",{className:Object(X.a)("AudioPlayer",t)},c.a.createElement(se.a,{round:!0,ripple:!h.f,color:"translucent",size:"smaller",className:Object(X.a)("toggle-play",i?"pause":"play"),onClick:o,ariaLabel:i?"Pause audio":"Play audio"},c.a.createElement("i",{className:"icon-play"}),c.a.createElement("i",{className:"icon-pause"})),c.a.createElement("div",{className:"AudioPlayer-content",onClick:l},u?function(e){const{title:t,performer:a,fileName:s}=e;return c.a.createElement(c.a.Fragment,null,c.a.createElement("div",{className:"title"},Object(Ke.a)(t||s)),a&&c.a.createElement("div",{className:"subtitle"},Object(Ke.a)(a)))}(u):function(e,t){return c.a.createElement(c.a.Fragment,null,c.a.createElement("div",{className:"title"},t&&Object(Ke.a)(t)),c.a.createElement("div",{className:"subtitle"},e))}(b("AttachAudio"),a),c.a.createElement(et.a,null)),c.a.createElement(se.a,{round:!0,className:"player-close",color:"translucent",size:"smaller",onClick:d,ariaLabel:"Close player"},c.a.createElement("i",{className:"icon-close"})))});a(200);var it=Object(c.h)(Object(s.h)((e,{chatId:t,threadId:a,messageListType:s})=>{const{isLeftColumnShown:n,lastSyncTime:c}=e,{byId:r}=e.chats,l=Object(o.f)(e,t),{typingStatus:d}=l||{},{chatId:b,messageId:u}=e.audioPlayer,h=b&&u?Object(o.k)(e,b,u):void 0,O=Object(o.yb)(e,t,a);let j;if("pinned"===s){const a=Object(o.eb)(e,t);j=a&&a.length}else if("scheduled"===s){const a=Object(o.jb)(e,t);j=a&&a.length}else if("thread"===s&&a!==i.MAIN_THREAD_ID){const s=Object(o.xb)(e,t,a);s&&(j=s.messagesCount)}let g={typingStatus:d,isLeftColumnShown:n,isRightColumnShown:Object(o.U)(e),isSelectModeActive:Object(o.Q)(e),audioMessage:h,chatTitleLength:l&&Object(m.l)(l).length,chatsById:r,originChatId:O?O.id:t,messagesCount:j,isChatWithSelf:Object(o.N)(e,t),isChatWithBot:l&&Object(o.M)(e,l),lastSyncTime:c};const f=Object(o.m)(e,t);if("thread"===s&&f)if(a===i.MAIN_THREAD_ID){const s=Object(o.eb)(e,t);if(s&&s.length){const t=f[s[0]],{canUnpin:n}=t&&Object(o.b)(e,t,a)||{};g={...g,pinnedMessageIds:s,messagesById:f,canUnpin:n}}}else{const s=Object(o.zb)(e,t,a),n=s?Object(o.k)(e,t,s):void 0,c=n?Object(o.I)(e,n):void 0,r=c?Object(m.U)(c):void 0;g={...g,pinnedMessageIds:s,messagesById:f,canUnpin:!1,topMessageTitle:r}}return g},(e,t)=>Object(d.l)(t,["openChatWithInfo","pinMessage","focusMessage","openChat","loadPinnedMessages","toggleLeftColumn","exitMessageSelectMode"]))(({chatId:e,threadId:t,messageListType:a,pinnedMessageIds:s,messagesById:r,canUnpin:o,topMessageTitle:l,typingStatus:d,isSelectModeActive:b,isLeftColumnShown:u,isRightColumnShown:O,audioMessage:j,chatTitleLength:g,chatsById:f,originChatId:p,messagesCount:I,isChatWithSelf:v,isChatWithBot:y,lastSyncTime:w,openChatWithInfo:C,pinMessage:E,focusMessage:M,openChat:S,loadPinnedMessages:k,toggleLeftColumn:N,exitMessageSelectMode:P})=>{const[T,x]=Object(c.r)(0),A=Array.isArray(s)?s[T]:s,L=r&&A?r[A]:void 0,R=Array.isArray(s)?s.length:s?1:0;Object(c.n)(()=>{t===i.MAIN_THREAD_ID&&w&&k({chatId:e})},[e,k,w,t]),Object(c.n)(()=>{x(0)},[e]),Object(c.n)(()=>{x(R?Object(He.a)(R,T):-1)},[R,T]),Object(qe.a)(e,A,L);const{width:F}=Fe(),B=F<=n.P,D=F>=n.T&&u,U=Object(c.q)(null),H=Object(c.q)(!0),q=Object(c.m)(()=>{C({id:e})},[C,e]),G=Object(c.m)(t=>{E({chatId:e,messageId:t,isUnpin:!0})},[E,e]),_=Object(c.m)(()=>{if(L){M({chatId:L.chatId,threadId:t,messageId:L.id});const e=Object(He.a)(R,T+1);x(e)}},[L,M,t,R,T]),z=Object(c.m)(()=>{S({id:e,threadId:i.MAIN_THREAD_ID,type:"pinned"})},[S,e]),V=Object(c.m)(()=>{if(h.f){const e=document.getElementById(n.q);e&&e.blur()}t!==i.MAIN_THREAD_ID||"thread"!==a?("scheduled"===a&&b&&P(),S({id:p,threadId:i.MAIN_THREAD_ID})):h.f?S({id:void 0}):N()},[S,p,t,a,N,b,P]),$=Object(c.p)(()=>{if(!B||!f)return;let e=!1;const t=Object.values(f).reduce((t,a)=>{if(Object(m.hb)(a))return t;const s=a.unreadCount||0;return!s||a.isMuted&&!a.unreadMentionsCount||(e=!0),t+s},0);return t?{isActive:e,totalCount:t}:void 0},[B,f]),W=F>=n.P&&Fn.T&&F30),Q=W||F>n.Q&&F{const e=U.current;if(e)return Q&&oe?void(O||W?(H.current&&(e.classList.add("tools-stacked","animated"),H.current=!1),setTimeout(()=>{e.classList.remove("animated")},350)):(e.classList.remove("tools-stacked"),H.current=!0)):(e.classList.remove("tools-stacked","animated"),void(H.current=!0))},[Q,oe,W,O]);const ie=Object(ee.a)();function le(){return"thread"===a&&t===i.MAIN_THREAD_ID?c.a.createElement(c.a.Fragment,null,B&&de(D,$),c.a.createElement("div",{className:"chat-info-wrapper",onClick:q},Object(m.lb)(e)?c.a.createElement(ze.a,{userId:e,typingStatus:d,withFullInfo:y,withMediaViewer:!0,withUpdatingStatus:!0}):c.a.createElement(Ve.a,{chatId:e,typingStatus:d,withMediaViewer:!0,withFullInfo:!0,withUpdatingStatus:!0}))):"thread"===a?c.a.createElement(c.a.Fragment,null,de(),c.a.createElement("h3",null,ie("CommentsCount",I))):"pinned"===a?c.a.createElement(c.a.Fragment,null,de(),c.a.createElement("h3",null,ie("PinnedMessagesCount",I))):"scheduled"===a?c.a.createElement(c.a.Fragment,null,de(),c.a.createElement("h3",null,v?ie("Reminders"):ie("messages",I))):void 0}function de(e=!1,t){return c.a.createElement("div",{className:"back-button"},c.a.createElement(se.a,{round:!0,size:"smaller",color:"translucent",onClick:V,ariaLabel:e?"Close":"Back"},c.a.createElement("div",{className:Object(X.a)("animated-close-icon",!e&&"state-back")})),t&&c.a.createElement("div",{className:"unread-count "+(t.isActive?"active":"")},Object(_e.b)(t.totalCount)))}return c.a.createElement("div",{className:"MiddleHeader",ref:U},c.a.createElement(Z.a,{name:"slide-fade",activeKey:"thread"===a?t:1},le),c.a.createElement("div",{className:"header-tools"},ae&&ce&&!K&&c.a.createElement(nt,{key:e,message:ce,count:R,index:T,customTitle:re,className:ne,onUnpinMessage:o?G:void 0,onClick:_,onAllPinnedClick:z}),K&&te&&c.a.createElement(ot,{key:Object(m.A)(te),message:te,className:J}),c.a.createElement(We,{chatId:e,threadId:t,messageListType:a})))})),lt=a(147);function dt(e){return"albumId"in e}function bt(e,t){let a,s=[],n={originalDate:e[0].date,datetime:Number(Object(A.j)(1e3*e[0].date)),senderGroups:[s]};const c=[n];return e.forEach((r,o)=>{r.isInAlbum?a?(a.messages.push(r),r.content.text&&(a.mainMessage=r)):a={albumId:r.groupedId,messages:[r],mainMessage:r}:s.push(r);const i=e[o+1];if(!a||i&&i.groupedId&&i.groupedId===a.albumId||(s.push(a),a=void 0),i){const e=Number(Object(A.j)(1e3*i.date));n.datetime!==e?(n={originalDate:i.date,datetime:e,senderGroups:[]},c.push(n),s=[],n.senderGroups.push(s)):(i.id===t||r.senderId!==i.senderId||r.isOutgoing!==i.isOutgoing||Object(m.db)(r)||Object(m.db)(i)||r.forwardInfo&&i.forwardInfo&&(r.forwardInfo.senderUserId!==i.forwardInfo.senderUserId||r.forwardInfo.fromChatId!==i.forwardInfo.fromChatId||r.forwardInfo.hiddenUserName!==i.forwardInfo.hiddenUserName)||r.inlineButtons||i.inlineButtons)&&(s=[],n.senderGroups.push(s))}}),c}var ut=a(92);function mt(){const[e,t]=Object(tt.a)(!1),a=(s=1e3,n=!1,Object(c.p)(()=>Object(g.a)(e=>e(),s,n,r),[s,n,r]));var s,n,r;return{isScrolled:e,updateStickyDates:Object(c.m)((e,s)=>{t(),document.body.classList.contains("is-scrolling-messages")||Object(g.b)(()=>{document.body.classList.add("is-scrolling-messages")}),a(()=>{Object(g.b)(()=>{const t=document.querySelector(".stuck");t&&t.classList.remove("stuck");const a=function(e,t){const a=e.querySelectorAll(".sticky-date"),s=e.scrollTop;return Array.from(a).find(e=>{const{offsetTop:a,offsetHeight:n}=e,c=a-s;return-n<=c&&c<=(t?60:10)})}(e,s);a&&a.classList.add("stuck"),document.body.classList.remove("is-scrolling-messages")})})},[t,a])}}var ht=a(142),Ot=a(112);var jt=({containerRef:e,className:t,messageIds:a,containerHeight:s,listItemElementsRef:r,focusingId:o,anchorIdRef:i,anchorTopRef:l,loadMoreForwards:d,loadMoreBackwards:b,isViewportNewest:u,firstUnreadId:m,onFabToggle:h,children:O})=>{const j=Object(c.q)(null),g=Object(c.q)(null),f=Object(c.q)(null),p=Object(c.m)(()=>{if(!a||!a.length)return void h(!1);if(!u)return void h(!0);const{offsetHeight:t,scrollHeight:s,scrollTop:n}=e.current,c=s-n-t;h(m?!(0===c):!(c<=100))},[a,u,e,h,m]),{observe:I,freeze:v,unfreeze:y}=Object(ut.a)({rootRef:e,margin:n.K},t=>{if(!d||!b)return;const a=t.find(({isIntersecting:e})=>e);if(!a)return;const{target:s}=a;"backwards-trigger"===s.className?(Object(ht.a)(e.current),b()):"forwards-trigger"===s.className&&s.dataset.isActive&&(Object(ht.a)(e.current),d())});Object(de.a)(()=>{o?v():y()},[o]),Object(ut.c)(j,I),Object(ut.c)(g,I);const{observe:w}=Object(ut.a)({rootRef:e,margin:100},([{target:e}])=>{e.dataset.isActive&&p()});return Object(ut.c)(f,w),Object(de.a)(()=>{if(!r.current)return;const e=r.current.filter(e=>a.includes(Number(e.dataset.messageId))),t=e[1]||e[0];t&&(i.current=t.id,l.current=t.getBoundingClientRect().top)},[a,s]),c.a.createElement("div",{className:t,teactFastList:!0},c.a.createElement("div",{ref:j,key:"backwards-trigger",className:"backwards-trigger"}),O,c.a.createElement("div",{ref:g,key:"forwards-trigger",className:"forwards-trigger","data-is-active":!u}),c.a.createElement("div",{ref:f,key:"fab-trigger",className:"fab-trigger","data-is-active":u}))},gt=a(129),ft=a(132);function pt(e){return"number"==typeof e}function It(e){return e?175:100}function vt(e){const t=Object(m.tb)(e),a=Object(m.qb)(e),s=Object(m.G)(e)||Object(m.Q)(e),n=Object(m.O)(e),c=Boolean(Object(m.Q)(e)),{width:r,height:o}=s?Object(Qe.f)(s,t,a,c):Object(Qe.h)(n,t,a),i=It(Boolean(Object(m.N)(e)));let l=1;re+t,t)}function kt(e,t,a){return ea?a:e}function Nt(e){const t={width:0,height:0};return e.forEach(({dimensions:e,sides:a})=>{a&Ct&&(t.width=e.width+e.x),a&Et&&(t.height=e.height+e.y)}),t}function Pt(e,t,a,s){const c=a.messages.map(e=>{const t=vt(e);return t.width/t.height});const r=function(e){return e.map(e=>e>1.2?"w":e<.8?"n":"q").join("")}(c),o=function(e){return e.reduce((e,t)=>t+e,1)/e.length}(c),i=c.length,l=c.some(e=>e>2),d=function(e,t,a){return a<=n.T?a/100*69-(t?1.625:0)*Qe.c:((e?30:29)-(t?1.625:0))*Qe.c}(e,t,s);let b;const u={ratios:c,proportions:r,averageRatio:o,maxWidth:d,minWidth:100,maxHeight:d,spacing:2};return b=i>=5||l?function({ratios:e,averageRatio:t,maxWidth:a,minWidth:s,spacing:n,maxHeight:c=4*a/3}){const r=function(e,t){return e.map(e=>t>1.1?kt(e,1,2.75):kt(e,.6667,1))}(e,t),o=e.length,i=new Array(o),l=[],d=e=>{const t=[];let s=0;e.forEach(e=>{t.push(((e,t)=>{const s=St(r.slice(e,e+t),0);return(a-(t-1)*n)/s})(s,e)),s+=e}),l.push({lineCounts:e,heights:t})};for(let e=1;e!==o;++e){const t=o-e;e<=3&&t<=3&&d([e,t])}for(let e=1;e!==o-1;++e)for(let a=1;a!==o-e;++a){const s=o-e-a;e<=3&&a<=(t<.85?4:3)&&s<=3&&d([e,a,s])}for(let e=1;e!==o-1;++e)for(let t=1;t!==o-e;++t)for(let a=1;a!==o-e-t;++a){const s=o-e-t-a;e<=3&&t<=3&&a<=3&&s<=4&&d([e,t,a,s])}let b,u=0;for(let e=0;e{for(let e=1;e!==r;++e)if(a[e-1]>a[e])return 1.5;return 1})(),m=Math.abs(o-c)*i*d;(!b||m1.4&&t[1]-t[0]<.2?function(e){const{ratios:t,maxWidth:a,spacing:s,maxHeight:n}=e,c=Math.round(Math.min(a/t[0],Math.min(a/t[1],(n-s)/2)));return[{dimensions:{x:0,y:0,width:a,height:c},sides:Mt|wt|Ct},{dimensions:{x:0,y:c+s,width:a,height:c},sides:Mt|Et|Ct}]}(e):"ww"===a||"qq"===a?function(e){const{ratios:t,maxWidth:a,spacing:s,maxHeight:n}=e,c=(a-s)/2,r=Math.round(Math.min(c/t[0],Math.min(c/t[1],n)));return[{dimensions:{x:0,y:0,width:c,height:r},sides:wt|Mt|Et},{dimensions:{x:c+s,y:0,width:c,height:r},sides:wt|Ct|Et}]}(e):function(e){const{ratios:t,minWidth:a,maxWidth:s,spacing:n,maxHeight:c}=e,r=Math.round(1.5*a),o=Math.min(Math.round(Math.max(.4*(s-n),(s-n)/t[0]/(1/t[0]+1/t[1]))),s-n-r),i=s-o-n,l=Math.min(c,Math.round(Math.min(i/t[0],o/t[1])));return[{dimensions:{x:0,y:0,width:i,height:l},sides:wt|Mt|Et},{dimensions:{x:i+n,y:0,width:o,height:l},sides:wt|Ct|Et}]}(e)}(u):3===i?function(e){const{proportions:t}=e;return"n"===t[0]?function(e){const{maxHeight:t,spacing:a,ratios:s,maxWidth:n,minWidth:c}=e,r=t,o=Math.round(Math.min((t-a)/2,s[1]*(n-a)/(s[2]+s[1]))),i=r-o-a,l=Math.max(c,Math.round(Math.min((n-a)/2,Math.min(o*s[2],i*s[1])))),d=Math.min(Math.round(r*s[0]),n-a-l);return[{dimensions:{x:0,y:0,width:d,height:r},sides:wt|Mt|Et},{dimensions:{x:d+a,y:0,width:l,height:i},sides:wt|Ct},{dimensions:{x:d+a,y:i+a,width:l,height:o},sides:Et|Ct}]}(e):function(e){const{maxWidth:t,ratios:a,maxHeight:s,spacing:n}=e,c=t,r=Math.round(Math.min(c/a[0],.66*(s-n))),o=(t-n)/2,i=Math.min(s-r-n,Math.round(Math.min(o/a[1],o/a[2])));return[{dimensions:{x:0,y:0,width:c,height:r},sides:Mt|wt|Ct},{dimensions:{x:0,y:r+n,width:o,height:i},sides:Et|Mt},{dimensions:{x:o+n,y:r+n,width:c-o-n,height:i},sides:Et|Ct}]}(e)}(u):function(e){const{proportions:t}=e;return"w"===t[0]?function({maxWidth:e,ratios:t,spacing:a,maxHeight:s,minWidth:n}){const c=e,r=Math.round(Math.min(c/t[0],.66*(s-a))),o=Math.round((e-2*a)/(t[1]+t[2]+t[3])),i=Math.max(n,Math.round(Math.min(.4*(e-2*a),o*t[1]))),l=Math.round(Math.max(Math.max(n,.33*(e-2*a)),o*t[3])),d=c-i-l-2*a,b=Math.min(s-r-a,o);return[{dimensions:{x:0,y:0,width:c,height:r},sides:Mt|wt|Ct},{dimensions:{x:0,y:r+a,width:i,height:b},sides:Et|Mt},{dimensions:{x:i+a,y:r+a,width:d,height:b},sides:Et},{dimensions:{x:i+a+d+a,y:r+a,width:l,height:b},sides:Ct|Et}]}(e):function({maxHeight:e,ratios:t,maxWidth:a,spacing:s,minWidth:n}){const c=e,r=Math.round(Math.min(c*t[0],.6*(a-s))),o=Math.round((e-2*s)/(1/t[1]+1/t[2]+1/t[3])),i=Math.round(o/t[1]),l=Math.round(o/t[2]),d=c-i-l-2*s,b=Math.max(n,Math.min(a-r-s,o));return[{dimensions:{x:0,y:0,width:r,height:c},sides:wt|Mt|Et},{dimensions:{x:r+s,y:0,width:b,height:i},sides:wt|Ct},{dimensions:{x:r+s,y:i+s,width:b,height:l},sides:Ct},{dimensions:{x:r+s,y:i+l+2*s,width:b,height:d},sides:Et|Ct}]}(e)}(u),{layout:b,containerStyle:Nt(b)}}let Tt;function xt(e){return Tt||(Tt=document.createElement("span"),Tt.style.font='400 12px Roboto, "Helvetica Neue", "Apple Color Emoji", sans-serif',Tt.style.whiteSpace="nowrap",Tt.style.position="absolute",Tt.style.left="-999px",Tt.style.opacity=".01",document.body.appendChild(Tt)),Tt.innerHTML=e,Tt.offsetWidth}function At(e,t,a,s,n){Object(c.o)(()=>{if(a&&e.current){const t=e.current.closest(".MessageList");Object(Ot.a)(t,e.current,n?"end":"center",20,void 0===s?1500:1e3,s)}},[e,t,a,s,n])}var Lt=a(96),Rt=a(175);var Ft=e=>{const{isOpen:t}=e,a=Object(ge.a)(je.a.Extra,"ContextMenuContainer",!t);return a?c.a.createElement(a,e):void 0};var Bt=Object(c.h)(Object(s.h)((e,{message:t})=>{const a=t.senderId,{targetUserId:s,targetChatId:n}=t.content.action||{},c=t.replyToMessageId,r=c?Object(o.k)(e,t.chatId,c):void 0,i=Object(o.S)(e,t),{direction:l,noHighlight:d}=i&&e.focusedMessage||{},b=Object(o.f)(e,t.chatId);return{sender:b&&(Object(m.jb)(b)||a===t.chatId)?b:a?Object(o.Bb)(e,a):void 0,...s&&{targetUser:Object(o.Bb)(e,s)},targetChatId:n,targetMessage:r,isFocused:i,...i&&{focusDirection:l,noFocusHighlight:d}}})(({message:e,observeIntersection:t,isEmbedded:a,sender:s,targetUser:n,targetMessage:r,targetChatId:o,isFocused:i,focusDirection:l,noFocusHighlight:d})=>{const b=Object(c.q)(null);Object(ut.c)(b,t),Object(qe.a)(e.chatId,e.replyToMessageId,r),At(b,e.chatId,i,l,d),Object(ee.a)();const u=Object(Rt.a)(e,s,n,r,o,a?{isEmbedded:!0,asPlain:!0}:void 0),{isContextMenuOpen:m,contextMenuPosition:h,handleBeforeContextMenu:O,handleContextMenu:j,handleContextMenuClose:g,handleContextMenuHide:f}=Object(gt.a)(b),p=void 0!==h;return a?c.a.createElement("span",{className:"embedded-action-message"},Object(Ke.a)(u)):c.a.createElement("div",{ref:b,id:"message"+e.id,className:Object(X.a)("ActionMessage message-list-item",i&&!d&&"focused",p&&"has-menu-open"),"data-message-id":e.id,onMouseDown:O,onContextMenu:j},c.a.createElement("span",null,u),h&&c.a.createElement(Ft,{isOpen:m,anchor:h,message:e,messageListType:"thread",onClose:g,onCloseAnimationEnd:f}))}));a(201);var Dt=({className:e,message:t,sender:a,title:s,customText:n,observeIntersection:r,onClick:o})=>{const i=Object(c.q)(null),l=Object(ut.b)(i,r),d=Object(Ye.a)(t&&Object(m.D)(t,"pictogram"),!l),b=t&&"sticker-reply-thumb"+t.id,u=Ze(t);Object(ee.a)();const h=a&&Object(m.U)(a);return c.a.createElement("div",{ref:i,className:Object(X.a)("EmbeddedMessage",e),onClick:t?o:void 0},u&&function(e,t,a){const{width:s,height:n}=Object(Qe.k)();return c.a.createElement("img",{id:e,src:a||t,width:s,height:n,alt:""})}(b,u,d),c.a.createElement("div",{className:"message-text"},c.a.createElement("div",{className:"message-title"},Object(Ke.a)(h||s||" ")),c.a.createElement("p",null,t?Object(m.db)(t)?c.a.createElement(Bt,{message:t,isEmbedded:!0}):Object(Ke.a)(Object(m.M)(t,Boolean(u))):n||" ")))},Ut=a(148),Ht=a(153),qt=a(159);a(205);var Gt=({message:e,outgoingStatus:t,signature:a,onClick:s})=>{const n=Object(ee.a)();return c.a.createElement("span",{className:"MessageMeta",onClick:s},Boolean(e.views)&&c.a.createElement(c.a.Fragment,null,c.a.createElement("span",{className:"message-views"},Object(_e.b)(e.views)),c.a.createElement("i",{className:"icon-channelviews"})),a&&c.a.createElement("span",{className:"message-signature"},Object(Ke.a)(a)),c.a.createElement("span",{className:"message-time"},e.isEdited&&n("EditedMessage")+" ",Object(A.h)(1e3*e.date)),t&&c.a.createElement(qt.a,{status:t}))},_t=a(99),zt=a(102),Vt=a(149);a(206);var $t=({message:e,observeIntersection:t,observeIntersectionForPlaying:a,shouldLoop:s,lastSyncTime:r})=>{const o=Object(c.q)(null),[i,l,d]=Object(tt.a)(),b=e.content.sticker,{isAnimated:u,stickerSetId:h}=b,O=h===n.I,j=Object(ut.b)(o,t),g=Object(ut.b)(o,a),f=b.isPreloadedGlobally?"sticker"+b.id:Object(m.D)(e,"inline"),p=Ze(e),I=Object(Ye.a)(f,!j,Object(m.C)(e,"inline",!0),r),v=Boolean(I),[y,w]=Object(tt.a)(v),C=u?y:v,{shouldRenderFullMedia:E,transitionClassNames:M}=Object(_t.a)(C,"slow"),{width:S,height:k}=Object(Qe.l)(b),N=Object(X.a)("thumbnail",!p&&"empty"),P=Object(X.a)("Sticker media-inner",O&&"inactive");return c.a.createElement("div",{ref:o,className:P,onClick:O?void 0:l},!C&&c.a.createElement("img",{id:"sticker-thumb-"+e.id,src:p,width:S,height:k,alt:"",className:N}),!u&&E&&c.a.createElement("img",{id:"sticker-"+e.id,src:I,width:S,height:k,alt:"",className:Object(X.a)("full-media",M)}),u&&v&&c.a.createElement(zt.a,{key:f,className:Object(X.a)("full-media",M),id:f,animationData:I,size:S,play:g,noLoop:!s,onLoad:w}),c.a.createElement(Vt.a,{isOpen:i,fromSticker:b,onClose:d}))},Wt=a(116),Qt=a(109),Kt=a(133);function Yt(e,t){return Object(Kt.a)(Object(m.E)(e),Boolean(t),h.f?n.A:void 0)}var Jt=async(e,t,a,s)=>{const n=s?"rgba(255,255,255,1)":await async function(e,t){const a=new Image;a.src=e,a.width||await new Promise(e=>{a.onload=e});const s=document.createElement("canvas"),n=s.getContext("2d");s.width=a.width,s.height=a.height,n.drawImage(a,0,0,a.width,a.height);const c=t?a.width-1:0,r=a.height-1;return`rgba(${Array.from(n.getImageData(c,r,1,1).data).join(",")})`}(e,t);let c;return c=a?t?'':'':t?'':'',c=c.replace("{FILL}",n),`url('data:image/svg+xml,${encodeURIComponent(c)}')`};var Zt=a(110);var Xt=({id:e,message:t,observeIntersection:a,shouldAutoLoad:s,isInSelectMode:n,isSelected:r,uploadProgress:o,size:i="inline",dimensions:l,shouldAffectAppendix:d,onClick:b,onCancelUpload:u})=>{const h=Object(c.q)(null),O=(Object(m.G)(t)||Object(m.Q)(t)).blobUrl,j=Object(ut.b)(h,a),[g,f]=Object(c.r)(s),p=g&&j,{mediaData:I,downloadProgress:v}=Object(Qt.a)(Object(m.D)(t,i),!p),y=O||I,w=Yt(t,y),{isUploading:C,isTransferring:E,transferProgress:M}=Object(m.s)(t,o||v,p&&!y),S=!1===Object(Be.a)(g),{shouldRender:k,transitionClassNames:N}=Object(Y.a)(E,void 0,S,"slow"),{shouldRenderThumb:P,shouldRenderFullMedia:T,transitionClassNames:x}=Object(_t.a)(y,"slow"),A=Object(c.m)(()=>{C?u&&u(t):y?b&&b(t.id):f(e=>!e)},[y,C,t,u,b]),L=Object(m.tb)(t);Object(c.o)(()=>{if(!d)return;const e=h.current.closest(".message-content");y?Jt(y,L,n,r).then(t=>{e.style.setProperty("--appendix-bg",t),e.setAttribute("data-has-custom-appendix","")}):e.classList.add("has-appendix-thumb")},[y,L,d,n,r]);const{width:R,height:F,isSmall:B}=l||vt(t),D=Object(X.a)("media-inner",!C&&"interactive",B&&"small-image",R===F&&"square-image"),U=Object(X.a)("thumbnail",!w&&"empty"),H=l?`width: ${R}px; height: ${F}px; left: ${l.x}px; top: ${l.y}px;`:"";return c.a.createElement("div",{id:e,ref:h,className:D,style:H,onClick:C?void 0:A},P&&c.a.createElement("img",{src:w,className:U,width:R,height:F,alt:""}),T&&c.a.createElement("img",{src:y,className:"full-media "+x,width:R,height:F,alt:""}),k&&c.a.createElement("div",{className:"media-loading "+N},c.a.createElement(Zt.a,{progress:M,onClick:C?A:void 0})),!y&&!g&&c.a.createElement("i",{className:"icon-download"}),E&&c.a.createElement("span",{className:"message-upload-progress"},Math.round(100*M),"%"))},ea=a(118),ta=a(131);function aa(e,t){const a=Object(c.q)();a.current=t;const s=Object(c.m)(()=>{e.current&&e.current.pause()},[e]),n=Object(c.m)(()=>{e.current&&a.current&&Object(ta.a)(e.current)},[e]);Object(K.a)(s,n)}var sa=a(134);function na(){return(na=Object.assign||function(e){for(var t=1;t{const b=Object(c.q)(null),u=Object(c.q)(null),h=t.content.video,O=h.blobUrl,j=Boolean(O)||Object(m.b)(h),g=Object(ut.b)(b,a),[f,p]=Object(c.r)(s),I=Boolean(f&&g&&o),[v,y]=Object(c.r)(n),w=Object(Ye.a)(Object(m.D)(t,"pictogram"),!(g&&o),Object(m.C)(t,"pictogram"),o),C=Yt(t,w),{mediaData:E,downloadProgress:M}=Object(Qt.a)(Object(m.D)(t,"inline"),!I,Object(m.C)(t,"inline"),o),S=w||C,k=O||E,N=Boolean(j&&g&&k),{isBuffered:P,bufferingHandlers:T}=Object(ea.a)(!s),{isUploading:x,isTransferring:L,transferProgress:R}=Object(m.s)(t,r||M,I&&j&&!P),F=!1===Object(Be.a)(f),{shouldRender:B,transitionClassNames:D}=Object(Y.a)(L,void 0,F),{shouldRenderThumb:U,transitionClassNames:H}=Object(_t.a)(k,"slow"),[q,G]=Object(c.r)(0),_=Object(c.m)(e=>{G(Math.max(0,e.currentTarget.currentTime-1))},[]),z=Object(m.tb)(t),V=Object(m.qb)(t),{width:$,height:W}=i||Object(Qe.h)(h,z,V);aa(u,N),Object(sa.a)(u,[N]);const Q=Object(c.m)(()=>{x?d&&d(t):j&&!k?p(e=>!e):j&&k&&!v?(y(!0),u.current.play()):l&&l(t.id)},[x,j,k,v,l,d,t]),K=Object(X.a)("media-inner dark",!x&&"interactive"),J=Object(X.a)("thumbnail",!S&&"empty"),Z=Object(X.a)("full-media",H),ee=S?`background-image: url(${S}); background-size: cover`:"",te=i?`width: ${$}px; height: ${W}px; left: ${i.x}px; top: ${i.y}px;`:"",ae=N,se=!j&&E,ne=!j||f&&!v&&!B,ce=j&&!f;return c.a.createElement("div",{ref:b,id:e,className:K,style:te,onClick:x?void 0:Q},(U||!N)&&c.a.createElement("img",{src:S,className:J,width:$,height:W,alt:""}),ae&&c.a.createElement("video",na({ref:u,className:Z,width:$,height:W,autoPlay:v,muted:!0,loop:!0,playsInline:!0,style:ee},T,{onTimeUpdate:_}),c.a.createElement("source",{src:k})),se&&c.a.createElement("img",{src:E,className:"full-media "+H,width:$,height:W,alt:""}),ne&&c.a.createElement("i",{className:"icon-large-play"}),B&&c.a.createElement("div",{className:"media-loading "+D},c.a.createElement(Zt.a,{progress:R,onClick:x?Q:void 0})),ce&&c.a.createElement("i",{className:"icon-download"}),L&&!j?c.a.createElement("span",{className:"message-upload-progress"},Math.round(100*R),"%"):L&&j?c.a.createElement("span",{className:"message-upload-progress"},"..."):c.a.createElement("div",{className:"message-media-duration"},h.isGif?"GIF":Object(A.e)(h.duration-q)))},ra=a(19);a(208);var oa=Object(s.h)((e,{contact:t})=>({user:Object(o.Bb)(e,t.userId)}),(e,t)=>Object(d.l)(t,["openUserInfo"]))(({contact:e,user:t,openUserInfo:a})=>{const{firstName:s,lastName:n,phoneNumber:r,userId:o}=e,i=Object(c.m)(()=>{a({id:o})},[a,o]);return c.a.createElement("div",{className:Object(X.a)("Contact",Boolean(o)&&"interactive"),onClick:o?i:void 0},c.a.createElement(Lt.a,{size:"large",user:t,text:s||n}),c.a.createElement("div",{className:"contact-info"},c.a.createElement("div",{className:"contact-name"},s," ",n),c.a.createElement("div",{className:"contact-phone"},Object(ra.c)(r))))}),ia=a(39);var la=Object(c.h)(({id:e,options:t,selected:a=[],disabled:s,round:n,loadingOptions:r,onChange:o})=>{const[i,l]=Object(c.r)([]),d=Object(c.m)(e=>{const{value:t,checked:a}=e.currentTarget;let s;s=a?[...i,t]:i.filter(e=>e!==t),l(s),o(s)},[o,i]);return c.a.createElement("div",{id:e,className:"radio-group"},t.map(e=>c.a.createElement(ia.a,{label:e.label,subLabel:e.subLabel,value:e.value,checked:-1!==a.indexOf(e.value),disabled:s,round:n,isLoading:r?-1!==r.indexOf(e.value):void 0,onChange:d})))}),da=a(114),ba=a(167);a(211);function ua(e,t){return t>0?(e/t*100).toFixed():0}var ma=({answer:e,voteResults:t,totalVoters:a,maxVotersCount:s,correctResults:n,shouldAnimate:r})=>{const o=t&&t.find(t=>t.option===e.option),i=0===n.length||-1!==n.indexOf(e.option),l=n.length>0&&i||o&&o.isChosen,d=o?ua(o.votersCount,a||0):0,[b,u]=Object(c.r)(r?0:d),m=Object(c.q)(null),h=o?ua(o.votersCount,s||0):0,O=b{r&&u(d)},[r,d]),Object(c.n)(()=>{const e=m.current;if(e&&r){const t=e.firstElementChild,a=O?"":"stroke-dasharray: 100% 200%; stroke-dashoffset: -44";t?t.setAttribute("style",a):e.innerHTML=`\n \n \n `}},[O,r]),!t||!o)return;const j=`width: ${h}%; transform:scaleX(${O?0:1})`;return c.a.createElement("div",{className:"PollOption"},c.a.createElement("div",{className:"poll-option-share "+("100"===d?"limit-width":"")},d,"%",l&&c.a.createElement("span",{className:Object(X.a)("poll-option-chosen",!i&&"wrong",r&&"animate")},c.a.createElement("i",{className:i?"icon-check":"icon-close"}))),c.a.createElement("div",{className:"poll-option-right"},c.a.createElement("div",{className:"poll-option-text"},Object(Ke.a)(e.text)),c.a.createElement("div",{className:Object(X.a)("poll-option-answer",l&&!i&&"wrong")},c.a.createElement("div",{className:"poll-option-corner",ref:m}),c.a.createElement("div",{className:"poll-option-line",style:j}))))};a(212);var ha=Object(c.h)(Object(s.h)((e,{poll:t})=>{const{recentVoterIds:a}=t.results,{byId:s}=e.users;return a&&0!==a.length?{recentVoterIds:a,usersById:s}:{}},(e,t)=>Object(d.l)(t,["loadMessage","openPollResults"]))(({message:e,poll:t,recentVoterIds:a,usersById:s,loadMessage:n,onSendVote:r,openPollResults:o})=>{const{id:i,chatId:l}=e,{summary:d,results:b}=t,[u,m]=Object(c.r)(!1),[h,O]=Object(c.r)([]),[j,g]=Object(c.r)(!1),[f,p]=Object(c.r)(!1),[I,v]=Object(c.r)(!d.closed&&d.closeDate&&d.closeDate>0?Math.min(d.closeDate-Math.floor(Date.now()/1e3),d.closePeriod):0),y=Object(c.q)(null),{results:w,totalVoters:C}=b,E=w&&w.some(e=>e.isChosen),M=!d.closed&&!E,S=!M&&d.isPublic&&Number(b.totalVoters)>0,k=M&&d.multipleChoice,N=w?Math.max(...w.map(e=>e.votersCount)):C,P=w?w.reduce((e,t)=>(t.isCorrect&&e.push(t.option),e),[]):[],T=d.answers.map(e=>({label:e.text,value:e.option,hidden:Boolean(d.quiz&&d.closePeriod&&I<=0)}));Object(c.n)(()=>{u&&t.results.results&&t.results.results.some(e=>e.isChosen)&&m(!1)},[u,t.results.results]),Object(c.n)(()=>{I>0&&setTimeout(()=>v(I-1),1e3);const e=y.current;if(e){const t=12*Math.PI,a=e.lastElementChild,s=e.firstElementChild;if(I<=5&&e.classList.add("hurry-up"),a&&s){const e=(d.closePeriod-I)/d.closePeriod*t;s.textContent=Object(A.e)(I),a.firstElementChild.setAttribute("stroke-dashoffset","-"+e)}else e.innerHTML=`\n ${Object(A.e)(I)}\n \n \n `}},[I,d.closePeriod]),Object(c.n)(()=>{d.quiz&&(I<=0||E&&!d.closed)&&n({chatId:l,messageId:i})},[l,I,E,n,i,d.closed,d.quiz]),Object(c.n)(()=>{let e;return d.quiz&&!d.closed&&d.closePeriod&&d.closePeriod>0&&(e=window.setTimeout(()=>{n({chatId:l,messageId:i})},1e3*d.closePeriod)),()=>{e&&window.clearTimeout(e)}},[M,l,n,i,d.closePeriod,d.closed,d.quiz]);const x=Object(c.p)(()=>a?a.reduce((e,t)=>{const a=s[t];return a&&e.push(a),e},[]):[],[s,a]),L=Object(c.m)(e=>{O([e]),m(!0),p(!0),r([e])},[r]),R=Object(c.m)(e=>{O(e)},[]),F=Object(c.m)(()=>{m(!0),p(!0),r(h)},[r,h]),B=Object(c.m)(()=>{o({chatId:l,messageId:i})},[l,i,o]),D=Object(c.m)(()=>{g(!0)},[]),U=Object(c.m)(()=>{g(!1),p(!1)},[]);Object(c.n)(()=>{if(f&&E&&d.quiz&&b.results&&t.results.solution){b.results.find(e=>e.isChosen&&e.isCorrect)||g(!0)}},[E,f,b.results,d.quiz,t.results.solution]);const H=Object(ee.a)();return c.a.createElement("div",{className:"Poll"},j&&t.results.solution&&c.a.createElement(ba.a,{message:Object(ft.b)(t.results.solution,t.results.solutionEntities),duration:5e3,onDismiss:U}),c.a.createElement("div",{className:"poll-question"},Object(Ke.a)(d.question)),c.a.createElement("div",{className:"poll-type"},function(e){if(void 0===e.isPublic)return" ";if(e.quiz)return e.isPublic?"Quiz":"Anonymous Quiz";if(e.closed)return"Final results";return e.isPublic?"Poll":"Anonymous Poll"}(d),x.length>0&&c.a.createElement("div",{className:"poll-recent-voters"},x.map(e=>c.a.createElement(Lt.a,{size:"micro",user:e}))),I>0&&M&&c.a.createElement("div",{ref:y,className:"poll-countdown"}),d.quiz&&t.results.solution&&!M&&c.a.createElement(se.a,{round:!0,size:"tiny",color:"translucent",className:"poll-quiz-help",disabled:j,onClick:D,ariaLabel:"Show Solution"},c.a.createElement("i",{className:"icon-lamp"}))),M&&c.a.createElement("div",{className:"poll-answers"},k?c.a.createElement(la,{options:T,onChange:R,disabled:e.isScheduled||u,loadingOptions:u?h:void 0,round:!0}):c.a.createElement(da.a,{name:"poll-"+i,options:T,onChange:L,disabled:e.isScheduled||u,loadingOption:u?h[0]:void 0})),!M&&c.a.createElement("div",{className:"poll-results"},d.answers.map((function(e){return c.a.createElement(ma,{key:e.option,shouldAnimate:f,answer:e,voteResults:w,totalVoters:C,maxVotersCount:N,correctResults:P})}))),!S&&!k&&c.a.createElement("div",{className:"poll-voters-count"},function(e,t){if(!t)return e?"No answers yet":"No voters yet";return e?t+" answered":t+" voted"}(d.quiz,b.totalVoters)),k&&c.a.createElement(se.a,{isText:!0,disabled:0===h.length,size:"tiny",onClick:F},H("PollSubmitVotes")),S&&c.a.createElement(se.a,{isText:!0,size:"tiny",onClick:B},H("PollViewResults")))})),Oa=a(143),ja=a(52);a(213);var ga=Object(c.h)(({message:e,observeIntersection:t,shouldAutoLoad:a,inPreview:s,onMediaClick:n,onCancelMediaTransfer:r})=>{const o=Object(m.P)(e);let i=!1;if(o&&o.photo){const{width:t,height:a}=vt(e);i=t===a}const l=Object(c.m)(()=>{o&&(i||o.hasDocument)?window.open(o.url):n&&n()},[o,i,n]);if(!o)return;const{siteName:d,url:b,displayUrl:u,title:h,description:O,photo:j}=o,g=Object(Oa.a)(O,170),f=["WebPage",j?i&&"with-square-photo":!s&&"without-photo"].filter(Boolean).join(" ");return c.a.createElement("div",{className:f,"data-initial":(d||u)[0]},j&&c.a.createElement(Xt,{message:e,observeIntersection:t,shouldAutoLoad:a,size:i?"pictogram":"inline",onClick:l,onCancelUpload:r}),c.a.createElement("div",{className:"WebPage-text"},c.a.createElement(ja.a,{className:"site-name",url:b,text:d||u}),h&&c.a.createElement("p",{className:"site-title"},Object(Ke.a)(h)),g&&c.a.createElement("p",{className:"site-description"},Object(Ke.a)(g,["emoji","br"]))))});a(214);var fa=Object(c.h)(({message:e})=>{const t=Object(m.z)(e),{title:a,text:s,description:n,photoUrl:r}=t;return c.a.createElement("div",{className:"Invoice"},a&&c.a.createElement("p",{className:"title"},Object(Ke.a)(a)),s&&c.a.createElement("p",null,Object(Ke.a)(s,["emoji","br"])),c.a.createElement("div",{className:"description "+(r?"has-image":"")},r&&c.a.createElement("img",{className:"invoice-image",src:r,alt:""}),n&&c.a.createElement("p",{className:"description-text"},Object(Ke.a)(n,["emoji","br"]))))});function pa(e){return Object(c.h)(Object(s.h)((e,t)=>{const{message:a}=t;return{isInSelectMode:Object(o.Q)(e),isSelected:Object(o.T)(e,a.id)}},(e,t)=>Object(d.l)(t,["toggleMessageSelection"]))(t=>{const{isInSelectMode:a,isSelected:s,message:n,toggleMessageSelection:r,dimensions:o}=t,i=Object(c.m)(e=>{e.stopPropagation(),r({messageId:n.id,withShift:e&&e.shiftKey})},[r,n]),l=Object(c.p)(()=>({...t,isInSelectMode:a,isSelected:s,dimensions:{...t.dimensions,x:0,y:0},onClick:a?void 0:t.onClick}),[t,a,s]);return c.a.createElement("div",{className:Object(X.a)("album-item-select-wrapper",s&&"is-selected"),style:o?`left: ${o.x}px; top: ${o.y}px;`:"",onClick:a?i:void 0},a&&c.a.createElement("div",{className:"message-select-control"},s&&c.a.createElement("i",{className:"icon-select"})),c.a.createElement(e,l))}))}a(215);const Ia=pa(Xt),va=pa(ca);var ya=Object(s.h)(e=>({uploadsById:e.fileUploads.byMessageLocalId}),(e,t)=>Object(d.l)(t,["cancelSendingMessage"]))(({album:e,observeIntersection:t,shouldAutoLoad:a,shouldAutoPlay:s,hasCustomAppendix:n,lastSyncTime:r,isOwn:o,albumLayout:i,onMediaClick:l,uploadsById:d,cancelSendingMessage:b})=>{const u=e.messages.length,h=Object(c.m)(e=>{b({chatId:e.chatId,messageId:e.id})},[b]);const{width:O,height:j}=i.containerStyle;return c.a.createElement("div",{className:"Album",style:`width: ${O}px; height: ${j}px;`},e.messages.map((function(e,b){const{photo:O,video:j}=Object(m.v)(e),g=d[e.previousLocalId||e.id],f=g?g.progress:void 0,{dimensions:p,sides:I}=i.layout[b];if(O){const s=n&&(o?b===u-1:Boolean(I&Mt&&I&Et));return c.a.createElement(Ia,{id:"album-media-"+e.id,message:e,observeIntersection:t,shouldAutoLoad:a,shouldAffectAppendix:s,uploadProgress:f,dimensions:p,onClick:l,onCancelUpload:h})}if(j)return c.a.createElement(va,{id:"album-media-"+e.id,message:e,observeIntersection:t,shouldAutoLoad:a,shouldAutoPlay:s,uploadProgress:f,lastSyncTime:r,dimensions:p,onClick:l,onCancelUpload:h})})))});a(216);function wa(){return(wa=Object.assign||function(e){for(var t=1;t{const r=Object(c.q)(null),o=Object(c.q)(null),i=Object(c.q)(null),l=e.content.video,d=Object(ut.b)(r,t),[b,u]=Object(c.r)(a&&s),h=Boolean(b&&d&&n),{mediaData:O,downloadProgress:j}=Object(Qt.a)(Object(m.D)(e,"inline"),!h,Object(m.C)(e,"inline"),n),g=Yt(e,O),{isBuffered:f,bufferingHandlers:p}=Object(ea.a)(),I=b&&!f,v=!1===Object(Be.a)(b),{shouldRender:y,transitionClassNames:w}=Object(Y.a)(I||!f,void 0,v),{shouldRenderThumb:C,transitionClassNames:E}=Object(_t.a)(O,"slow"),[M,S]=Object(c.r)(!1),[k,N]=Object(c.r)(0);Object(c.n)(()=>{if(!M)return;const e=188*Math.PI,t=e-k*e,a=i.current,s=o.current,n=s.firstElementChild;n?n.firstElementChild.setAttribute("stroke-dashoffset",t.toString()):s.innerHTML=`\n \n `,N(a.currentTime/a.duration)},[M,k]);const P=Boolean(O&&d);Object(c.n)(()=>{i.current&&(P?Object(ta.a)(i.current):i.current.pause())},[P]),aa(i,P),Object(sa.a)(i,[O]);const T=Object(c.m)(()=>{if(!O)return void u(e=>!e);const e=i.current;M?e.paused?Object(ta.a)(e):e.pause():(e.currentTime=0,S(!0))},[M,O]),x=Object(c.m)(e=>{const t=e.currentTarget;N(t.currentTime/t.duration)},[]),L=Object(c.m)(()=>{S(!1),N(0),Object(ta.a)(i.current),requestAnimationFrame(()=>{o.current.innerHTML=""})},[]),R=Object(X.a)("full-media",E);return c.a.createElement("div",{ref:r,className:"RoundVideo media-inner",onClick:T},C&&c.a.createElement("div",{className:"thumbnail-wrapper"},c.a.createElement("img",{src:g,className:"thumbnail",width:Qe.d,height:Qe.d,alt:""})),O&&c.a.createElement("div",{className:"video-wrapper"},c.a.createElement("video",wa({ref:i,className:R,width:Qe.d,height:Qe.d,autoPlay:!0,muted:!M,loop:!M,playsInline:!0,poster:g,onEnded:M?L:void 0},p,{onTimeUpdate:M?x:void 0}),c.a.createElement("source",{src:O}))),c.a.createElement("div",{className:"progress",ref:o}),y&&c.a.createElement("div",{className:"media-loading "+w},c.a.createElement(Zt.a,{progress:j})),!O&&!b&&c.a.createElement("i",{className:"icon-large-play"}),c.a.createElement("div",{className:"message-media-duration"},M?Object(A.e)(i.current.currentTime):Object(A.e)(l.duration),(!M||i.current.paused)&&c.a.createElement("i",{className:"icon-muted-chat"})))};a(217);var Ea=({message:e,onClick:t})=>c.a.createElement("div",{className:"InlineButtons"},e.inlineButtons.map(e=>c.a.createElement("div",{className:"row"},e.map(e=>c.a.createElement(se.a,{size:"tiny",ripple:!0,disabled:"NOT_SUPPORTED"===e.type,onClick:()=>t({button:e})},e.text)))));a(218);var Ma=Object(c.h)(Object(s.h)((e,{message:t})=>{const{threadId:a,chatId:s}=t.threadInfo,n=Object(o.xb)(e,s,a)||t.threadInfo,{byId:c}=e.users,{byId:r}=e.chats;return{threadInfo:n,usersById:c,chatsById:r}},(e,t)=>Object(d.l)(t,["openChat"]))(({disabled:e,threadInfo:t,usersById:a,chatsById:s,openChat:n})=>{const{threadId:r,chatId:o,messagesCount:i,lastMessageId:l,lastReadInboxMessageId:d,recentReplierIds:b}=t,u=Object(c.m)(()=>{n({id:o,threadId:r})},[n,o,r]);if(void 0===i)return;const h=b&&b.map(e=>Object(m.lb)(e)?a[e]:s[e]).filter(Boolean);const O=Boolean(d&&l&&d0&&c.a.createElement("div",{className:"recent-repliers"},h.map(e=>c.a.createElement(Lt.a,{key:e.id,size:"small",user:Object(m.lb)(e.id)?e:void 0,chat:Object(m.lb)(e.id)?void 0:e}))),c.a.createElement("div",{className:"label"},function(e){if(0===e)return"Leave a Comment";if(1===e)return"1 Comment";return Object(_e.a)(e)+" Comments"}(i)),c.a.createElement("i",{className:"icon-next"}))}));a(219);function Sa(e){const t=Na(e.currentTarget);t&&t.setAttribute("data-is-document-group-hover","")}function ka(e){const t=Na(e.currentTarget);t&&t.removeAttribute("data-is-document-group-hover")}function Na(e){let t=e;do{t=t.nextElementSibling}while(t&&!t.classList.contains("last-in-document-group"));return t}var Pa=Object(c.h)(Object(s.h)((e,t)=>{const{focusedMessage:a,forwardMessages:s,lastSyncTime:n}=e,{message:c,album:r,withSenderName:i,withAvatar:l,threadId:d,messageListType:b}=t,{id:u,chatId:h,viaBotId:O,replyToMessageId:j,isOutgoing:g}=c,f=Object(o.f)(e,h),p=Object(o.N)(e,h),I=f&&Object(m.jb)(f),v=!p&&Object(m.eb)(c),y=i||l||v?Object(o.ob)(e,c):void 0,w=Object(o.I)(e,c),C=O?Object(o.Bb)(e,O):void 0,E=d?Object(o.zb)(e,h,d):void 0,M=c.id===E,S=j===E,k=j&&!S?Object(o.k)(e,h,j):void 0,N=k&&Object(o.ob)(e,k),P=Object(o.Ab)(e,c),T="thread"===b&&(r?r.messages.some(t=>Object(o.S)(e,t)):Object(o.S)(e,c)),{direction:x,noHighlight:A}=T&&a||{},L=s.messageIds&&s.messageIds.includes(u),{query:R}=Object(o.z)(e)||{},F=Object(m.K)(c);let B;return B=r&&r.messages?r.messages.every(({id:t})=>Object(o.T)(e,t)):Object(o.T)(e,u),{forceSenderName:v,sender:y,originSender:w,botSender:C,shouldHideReply:S,isThreadTop:M,replyMessage:k,replyMessageSender:N,...g&&{outgoingStatus:Object(o.ab)(e,c,"scheduled"===b)},..."number"==typeof P&&{uploadProgress:P},isFocused:T,...T&&{focusDirection:x,noFocusHighlight:A},isForwarding:L,isChatWithSelf:p,isChannel:I,lastSyncTime:n,highlight:R,isSingleEmoji:Boolean(F),animatedEmoji:F?Object(o.c)(e,F):void 0,isInSelectMode:Object(o.Q)(e),isSelected:B,isGroupSelected:!!c.groupedId&&!c.isInAlbum&&Object(o.O)(e,h,c.groupedId),threadId:d,isPinnedList:"pinned"===b,shouldAutoLoadMedia:f?Object(o.pb)(e,c,f,y):void 0,shouldAutoPlayMedia:Object(o.qb)(e,c),shouldLoopStickers:Object(o.rb)(e)}},(e,t)=>Object(d.l)(t,["focusMessage","openMediaViewer","openAudioPlayer","cancelSendingMessage","openUserInfo","openChat","markMessagesRead","sendPollVote","toggleMessageSelection","setReplyingToId","openForwardMenu","clickInlineButton"]))(({message:e,observeIntersectionForBottom:t,observeIntersectionForMedia:a,observeIntersectionForAnimatedStickers:s,album:n,withAvatar:r,withSenderName:o,noComments:d,isFirstInGroup:b,isLastInGroup:u,isFirstInDocumentGroup:h,isLastInDocumentGroup:O,isLastInList:j,forceSenderName:g,sender:f,originSender:p,botSender:I,isThreadTop:v,shouldHideReply:y,replyMessage:w,replyMessageSender:C,outgoingStatus:E,uploadProgress:M,isFocused:S,focusDirection:k,noFocusHighlight:N,isForwarding:P,isChatWithSelf:T,isChannel:x,lastSyncTime:A,highlight:L,animatedEmoji:R,isInSelectMode:F,isSelected:B,isGroupSelected:D,threadId:U,messageListType:H,isPinnedList:q,shouldAutoLoadMedia:G,shouldAutoPlayMedia:_,shouldLoopStickers:z,focusMessage:V,openMediaViewer:$,openAudioPlayer:W,openUserInfo:Q,openChat:K,cancelSendingMessage:Y,markMessagesRead:J,sendPollVote:Z,toggleMessageSelection:te,setReplyingToId:ae,openForwardMenu:ne,clickInlineButton:ce})=>{const re=Object(c.q)(null),oe=Object(c.q)(null);Object(ut.c)(oe,t);const{width:ie}=Fe(),{isContextMenuOpen:le,contextMenuPosition:de,handleBeforeContextMenu:be,handleContextMenu:ue,handleContextMenuClose:me,handleContextMenuHide:he}=Object(gt.a)(re),{chatId:Oe,id:je,threadInfo:ge}=e,fe=Object(m.tb)(e),pe="scheduled"===H||e.isScheduled,Ie=Object(m.ub)(e)&&!y,ve=Boolean(ge)&&"thread"===H,{forwardInfo:ye,viaBotId:we}=e,Ce=ye&&!T&&!ye.isLinkedChannelPost,Ee=!!e.groupedId&&!e.isInAlbum,Me=Boolean(n)&&n.messages.length>1,{text:Se,photo:ke,video:Ne,audio:Pe,voice:Te,document:xe,sticker:Ae,contact:Le,poll:Re,webPage:Be,invoice:De}=Object(m.v)(e),Ue=Object(m.x)(e),He=Object(ft.a)(e,L,pt(Ue)),Ge=void 0!==de,_e=Object(X.a)("Message message-list-item",b&&"first-in-group",u&&"last-in-group",h&&"first-in-document-group",O&&"last-in-document-group",j&&"last-in-list",fe&&"own",Boolean(e.views)&&"has-views",e.isEdited&&"was-edited",Ie&&"has-reply",Ge&&"has-menu-open",S&&!N&&"focused",P&&"is-forwarding",e.isDeleting&&"is-deleting",Ee&&"is-in-document-group",Me&&"is-album",e.hasUnreadMention&&"has-unread-mention",B&&"is-selected",F&&"is-in-selection-mode",v&&"is-thread-top",Boolean(e.inlineButtons)&&"has-inline-buttons"),ze=function(e,{hasReply:t,customShape:a,isLastInGroup:s,asForwarded:n,hasThread:c,forceSenderName:r,hasComments:o}={}){const{text:i,photo:l,video:d,audio:b,voice:u,document:h,poll:O,webPage:j,contact:g}=Object(m.v)(e),f=["message-content"],p=(l||d)&&!i,I=Boolean(e.viaBotId);return pt(a)?f.push("emoji-only emoji-only-"+a):i&&f.push("text"),a&&(f.push("custom-shape"),d&&d.isRound&&f.push("round"),o&&f.push("has-comments")),l||d?f.push("media"):b?f.push("audio"):u?f.push("voice"):h?f.push("document"):g?f.push("contact"):O?f.push("poll"):j&&(f.push("web-page"),j.photo&&f.push("media")),n&&!a&&f.push("is-forwarded"),t&&f.push("is-reply"),c&&f.push("has-replies"),I&&f.push("is-via-bot"),r&&f.push("force-sender-name"),a||(f.push("has-shadow"),(t||n||!p||I||r)&&f.push("has-solid-background"),!s||!l&&p||f.push("has-appendix")),f.join(" ")}(e,{hasReply:Ie,customShape:Ue,isLastInGroup:u,asForwarded:Ce,hasThread:ve,forceSenderName:g,hasComments:e.threadInfo&&e.threadInfo.messagesCount>0}),Ve=!ye||!T&&f?f:p,$e=ye?p:f,We=x&&e.adminTitle||ye&&!Ce&&ye.adminTitle||void 0;Object(qe.a)(Oe,Ie?e.replyToMessageId:void 0,w,e.id),At(re,Oe,S,k,N);const Ye=Object(c.m)(t=>{t.stopPropagation(),te({messageId:je,groupedId:e.groupedId})},[je,e.groupedId,te]),Je=Object(c.m)(e=>{const t=Me&&n&&n.messages?{messageId:je,childMessageIds:n.messages.map(({id:e})=>e),withShift:e&&e.shiftKey}:{messageId:je,withShift:e&&e.shiftKey};te(t)},[te,je,Me,n]),Ze=Object(c.m)(()=>{ae({messageId:je})},[ae,je]),Xe=Object(c.m)(e=>{e.stopPropagation()},[]),et=Object(c.m)(()=>{Ve&&(Object(m.lb)(Ve.id)?Q({id:Ve.id}):K({id:Ve.id}))},[Ve,Q,K]),tt=Object(c.m)(()=>{$e&&(Object(m.lb)($e.id)?Q({id:$e.id}):K({id:$e.id}))},[$e,Q,K]),at=Object(c.m)(()=>{I&&Q({id:I.id})},[I,Q]),st=Object(c.m)(()=>{V({chatId:Oe,threadId:U,messageId:e.replyToMessageId})},[V,Oe,U,e.replyToMessageId]),nt=Object(c.m)(()=>{$({chatId:Oe,threadId:U,messageId:je,origin:pe?l.h.ScheduledInline:l.h.Inline})},[Oe,U,je,$,pe]),ct=Object(c.m)(()=>{W({chatId:Oe,messageId:je})},[Oe,je,W]),rt=Object(c.m)(e=>{$({chatId:Oe,threadId:U,messageId:e,origin:pe?l.h.ScheduledAlbum:l.h.Album})},[Oe,U,$,pe]),ot=Object(c.m)(()=>{J({messageIds:[je]})},[je,J]),it=Object(c.m)(()=>{Y({chatId:Oe,messageId:je})},[Y,Oe,je]),lt=Object(c.m)(e=>{Z({chatId:Oe,messageId:je,options:e})},[Oe,je,Z]),dt=Object(c.m)(()=>{ne({fromChatId:Oe,groupedId:e.groupedId})},[ne,Oe,e.groupedId]),bt=Object(c.m)(()=>{if(n&&n.messages){const e=n.messages.map(({id:e})=>e);ne({fromChatId:Oe,messageIds:e})}else ne({fromChatId:Oe,messageIds:[je]})},[n,ne,Oe,je]),mt=Object(c.m)(()=>{V({chatId:Oe,threadId:i.MAIN_THREAD_ID,messageId:je})},[V,Oe,je]),ht=Object(c.m)(()=>{V(Ee?{chatId:ye.fromChatId,groupedId:e.groupedId,groupedChatId:Oe}:{chatId:ye.fromChatId,messageId:ye.fromMessageId})},[V,ye,e,Oe,Ee]),Ot=Object(ee.a)();let jt,yt="";const wt=Object(c.p)(()=>Me?Pt(fe,Boolean(Ce),n,ie):void 0,[Me,ie,fe,Ce,n]),Ct=Ce?28:0;if(Me||!ke&&!Ne)wt&&(jt=Math.max(It(Boolean(Se)),wt.containerStyle.width));else{let t;ke?t=vt(e).width:Ne&&(t=Ne.isRound?Qe.d:vt(e).width),t&&(jt=Math.max(It(Boolean(Se)),t))}jt&&(yt=`width: ${jt+Ct}px`);const Et=Object(c.p)(()=>We?xt(We):void 0,[We]),Mt=!(Ge||F||P)&&(!Ee||O),St=Mt&&x&&!pe,kt=Mt&&(ye&&(ye.isChannelPost||T&&!fe)&&ye.fromMessageId||q),Nt=e.threadInfo&&(!Ee||O)&&"thread"===H&&!d;return c.a.createElement("div",{ref:re,id:"message"+je,className:_e,style:Et?`--meta-safe-author-width: ${Et}px`:void 0,"data-message-id":je,"data-last-message-id":n?n.messages[n.messages.length-1].id:void 0,onClick:F?Je:void 0,onDoubleClick:F?void 0:Ze,onMouseDown:F?void 0:be,onContextMenu:F?void 0:ue,onMouseEnter:Ee&&!O?Sa:void 0,onMouseLeave:Ee&&!O?ka:void 0},c.a.createElement("div",{ref:oe,className:"bottom-marker","data-message-id":je,"data-has-unread-mention":e.hasUnreadMention}),!Ee&&c.a.createElement("div",{className:"message-select-control"},B&&c.a.createElement("i",{className:"icon-select"})),O&&c.a.createElement("div",{className:Object(X.a)("message-select-control group-select",D&&"is-selected"),onClick:Ye},D&&c.a.createElement("i",{className:"icon-select"})),r&&function(){const e=Ve&&Object(m.lb)(Ve.id),t=Ve&&e?Ve:void 0,a=Ve&&!e?Ve:void 0,s=!Ve&&ye?ye.hiddenUserName:void 0;return c.a.createElement(Lt.a,{size:"small",user:t,chat:a,text:s,lastSyncTime:A,onClick:t||a?et:void 0})}(),c.a.createElement("div",{className:"message-content-wrapper",onClick:F&&Ee?Je:void 0},c.a.createElement("div",{className:ze,style:yt},Ce&&!Ue&&(!Ee||h)&&c.a.createElement("div",{className:"message-title"},Ot("ForwardedMessage")),function(){const t=Object(X.a)("content-inner",Ce&&!Ue&&"forwarded-message",Ie&&"reply-message"),r=u&&!He&&!Ce&&!ve;return c.a.createElement("div",{className:t,onDoubleClick:Xe},function(){if(Ue||!(o&&!ke&&!Ne||Ce||we||g)||Ee&&!h)return;let t,a;$e?(t=Object(m.U)($e),Ce||(a="color-"+Object(m.X)($e))):ye&&ye.hiddenUserName&&(t=ye.hiddenUserName);return c.a.createElement("div",{className:"message-title"},t?c.a.createElement("span",{className:Object(X.a)($e&&"interactive",a),onClick:$e?tt:void 0},Object(Ke.a)(t)):I?void 0:" ",I&&c.a.createElement(c.a.Fragment,null,c.a.createElement("span",{className:"via"},Ot("ViaBot")),c.a.createElement("span",{className:"interactive",onClick:at},Object(Ke.a)("@"+I.username))),ye&&ye.isLinkedChannelPost?c.a.createElement("span",{className:"admin-title"},Ot("DiscussChannel")):e.adminTitle&&!x?c.a.createElement("span",{className:"admin-title"},e.adminTitle):void 0)}(),Ie&&c.a.createElement(Dt,{message:w,sender:C,observeIntersection:a,onClick:st}),Ae&&c.a.createElement($t,{message:e,observeIntersection:a,observeIntersectionForPlaying:s,shouldLoop:z,lastSyncTime:A}),R&&c.a.createElement(Wt.a,{isInline:!0,sticker:R,observeIntersection:a,lastSyncTime:A}),Me&&c.a.createElement(ya,{album:n,albumLayout:wt,observeIntersection:a,shouldAutoLoad:G,shouldAutoPlay:_,isOwn:fe,hasCustomAppendix:r,lastSyncTime:A,onMediaClick:rt}),!Me&&ke&&c.a.createElement(Xt,{message:e,observeIntersection:a,shouldAutoLoad:G,uploadProgress:M,shouldAffectAppendix:r,onClick:nt,onCancelUpload:it}),!Me&&Ne&&Ne.isRound&&c.a.createElement(Ca,{message:e,observeIntersection:a,shouldAutoLoad:G,shouldAutoPlay:_,lastSyncTime:A}),!Me&&Ne&&!Ne.isRound&&c.a.createElement(ca,{message:e,observeIntersection:a,shouldAutoLoad:G,shouldAutoPlay:_,uploadProgress:M,lastSyncTime:A,onClick:nt,onCancelUpload:it}),(Pe||Te)&&c.a.createElement(Ht.a,{message:e,uploadProgress:M,lastSyncTime:A,isSelectable:Ee,isSelected:B,onPlay:ct,onReadMedia:!Te||fe&&!T?void 0:ot,onCancelUpload:it}),xe&&c.a.createElement(Ut.a,{message:e,observeIntersection:a,uploadProgress:M,isSelectable:Ee,isSelected:B,onCancelUpload:it}),Le&&c.a.createElement(oa,{contact:Le}),Re&&c.a.createElement(ha,{message:e,poll:Re,onSendVote:lt}),!R&&He&&c.a.createElement("p",{className:"text-content"},He),Be&&c.a.createElement(ga,{message:e,observeIntersection:a,shouldAutoLoad:G,onMediaClick:nt,onCancelMediaTransfer:it}),De&&c.a.createElement(fa,{message:e}))}(),(!Ee||O)&&c.a.createElement(Gt,{message:e,outgoingStatus:E,signature:We,onClick:Je}),St?c.a.createElement(se.a,{className:"message-action-button",color:"translucent-white",round:!0,size:"tiny",ariaLabel:"Forward message",onClick:O?dt:bt},c.a.createElement("i",{className:"icon-share-filled"})):kt?c.a.createElement(se.a,{className:"message-action-button",color:"translucent-white",round:!0,size:"tiny",ariaLabel:"Focus message",onClick:q?mt:ht},c.a.createElement("i",{className:"icon-arrow-right"})):void 0,Nt&&c.a.createElement(Ma,{message:e,disabled:d})),e.inlineButtons&&c.a.createElement(Ea,{message:e,onClick:ce})),de&&c.a.createElement(Ft,{isOpen:le,anchor:de,message:e,album:n,messageListType:H,onClose:me,onCloseAnimationEnd:he}))}));a(220);const Ta=h.b?1e3:350,xa=h.f?300:500,Aa=Object(g.a)(e=>e(),200,!1),La=Object(g.j)(e=>e());function Ra(e,t,a,s,r,o,i,l,b,u,h,O,j,g=!1){const f=c.a.createElement("div",{className:Object(X.a)("unread-divider","local-action-message"),key:"unread-messages"},c.a.createElement("span",null,e("UnreadMessages"))),p=t.map((t,p,I)=>{const v=t.senderGroups.map((t,n,g)=>{if(1===t.length&&!dt(t[0])&&Object(m.db)(t[0])){const e=t[0];return Object(d.e)([e.id===l.current&&f,c.a.createElement(Bt,{key:e.id,message:e,observeIntersection:a})])}let v;return Object(d.h)(t.map((y,w)=>{const C=dt(y)?y.mainMessage:y,E=dt(y)?y:void 0,M=Object(m.tb)(C),S=dt(y),k=t[w+1];C.previousLocalId&&i.current==="message"+C.previousLocalId&&(i.current="message"+C.id);const N=!S&&C.groupedId?C.groupedId:void 0,P=k&&!dt(k)?k.groupedId:void 0,T={isFirstInGroup:0===w,isLastInGroup:w===t.length-1,isFirstInDocumentGroup:Boolean(N&&N!==v),isLastInDocumentGroup:Boolean(N&&N!==P),isLastInList:w===t.length-1&&n===g.length-1&&p===I.length-1};v=N;const x=C.id===l.current&&l.current!==O||C.id===h&&l.current===O,A=Object(m.F)(C),L="scheduled"!==u?A:`${C.date}_${A}`;return Object(d.e)([x&&f,c.a.createElement(Pa,{key:L,message:C,observeIntersectionForBottom:a,observeIntersectionForMedia:s,observeIntersectionForAnimatedStickers:r,album:E,withAvatar:T.isLastInGroup&&o&&!M&&!(C.id===h),withSenderName:T.isFirstInGroup&&o&&!M,threadId:b,messageListType:u,noComments:!1===j,isFirstInGroup:T.isFirstInGroup,isLastInGroup:T.isLastInGroup,isFirstInDocumentGroup:T.isFirstInDocumentGroup,isLastInDocumentGroup:T.isLastInDocumentGroup,isLastInList:T.isLastInList}),C.id===h&&c.a.createElement("div",{className:"local-action-message",key:"discussion-started"},c.a.createElement("span",null,e("DiscussionStarted")))])}))});return c.a.createElement("div",{className:"message-date-group",key:t.datetime,teactFastList:!0},c.a.createElement("div",{className:"sticky-date",key:"date-header"},c.a.createElement("span",null,g&&t.originalDate===n.Y&&e("MessageScheduledUntilOnline"),g&&t.originalDate!==n.Y&&e("MessageScheduledOn",Object(A.c)(t.datetime,void 0,!0)),!g&&Object(A.c)(t.datetime))),Object(d.h)(v))});return Object(d.h)(p)}var Fa=Object(c.h)(Object(s.h)((e,{chatId:t,threadId:a,type:s})=>{const n=Object(o.f)(e,t);if(!n)return{};const c=Object(o.w)(e,t,a,s),r="scheduled"===s?Object(o.lb)(e,t):Object(o.m)(e,t),l=Object(o.zb)(e,t,a);if(a!==i.MAIN_THREAD_ID&&!(r&&l&&r[l]))return{};const{isRestricted:d,restrictionReason:b,lastMessage:u}=n,h=Object(o.G)(e,t),O=a===i.MAIN_THREAD_ID&&!c&&!n.unreadCount&&!h&&u&&!u.groupedId;let j;if(Object(o.J)(e,t)){const a=Object(o.g)(e,t);j=a.fullInfo?a.fullInfo.botDescription||"NoMessages":"Updating bot info..."}return{isChatLoaded:!0,isRestricted:d,restrictionReason:b,isChannelChat:Object(m.jb)(n),canPost:Object(m.e)(n,a),isChatWithSelf:Object(o.N)(e,t),messageIds:c,messagesById:r,firstUnreadId:Object(o.F)(e,t,a),isViewportNewest:"thread"!==s||Object(o.V)(e,t,a),threadFirstMessageId:Object(o.E)(e,t,a),focusingId:h,isSelectModeActive:Object(o.Q)(e),animationLevel:e.settings.byKey.animationLevel,...O&&{lastMessage:u},botDescription:j,threadTopMessageId:l,hasLinkedChat:n.fullInfo&&"linkedChatId"in n.fullInfo?Boolean(n.fullInfo.linkedChatId):void 0}},(e,t)=>Object(d.l)(t,["loadViewportMessages","markMessageListRead","markMessagesRead","setScrollOffset"]))(({chatId:e,threadId:t,type:a,hasTools:r,onFabToggle:i,isChatLoaded:b,isChannelChat:u,canPost:O,bottomOffset:j,isChatWithSelf:f,messageIds:p,messagesById:I,firstUnreadId:v,isViewportNewest:y,threadFirstMessageId:w,isRestricted:C,restrictionReason:E,focusingId:M,isSelectModeActive:S,animationLevel:k,loadViewportMessages:N,markMessageListRead:P,markMessagesRead:T,setScrollOffset:x,lastMessage:A,botDescription:L,threadTopMessageId:R,hasLinkedChat:F})=>{const B=Object(c.q)(null),D=Object(c.q)(),U=Object(c.q)(),H=Object(c.q)(),q=Object(c.q)(),G=Object(c.q)(),_=Object(c.q)(),z=Object(c.q)(),V=Object(c.q)(!1),[$,W]=Object(c.r)(),[Q,Y]=Object(c.r)(Boolean(M));Object(de.a)(()=>{U.current=void 0,G.current=v,D.current="thread"===a&&Object(o.mb)(Object(s.e)(),e,t)||0},[Boolean(p)]),Object(de.a)(()=>{_.current=v},[v]);const{observe:J,freeze:Z,unfreeze:te}=Object(ut.a)({rootRef:B,throttleMs:Ta,margin:xa}),{observe:ae,freeze:se,unfreeze:ne}=Object(ut.a)({rootRef:B},e=>{if("thread"!==a)return;let t=0;const s=[];e.forEach(e=>{const{isIntersecting:a,target:n}=e;if(!a)return;const{dataset:c}=n,r=Number(c.lastMessageId||c.messageId);r>t&&(t=r),c.hasUnreadMention&&s.push(r)}),_.current&&t>=_.current&&P({maxId:t}),s.length&&T({messageIds:s})});Object(de.a)(()=>{z.current=M,M?(Z(),se()):(ne(),te())},[M]);const{observe:ce}=Object(ut.a)({rootRef:B,throttleMs:Ta});Object(c.n)(()=>{M?Y(!0):setTimeout(()=>{Y(!1)},200)},[M]);const re=Object(c.p)(()=>{if(!p||!I)return;const e=!R||p[0]&&w!==p[0]?p:[R,...p];if(!e.length)return;const t=e.map(e=>I[e]);return bt(Object(d.k)(t,["date","id"]),G.current)},[p,I,w,R]),[oe,ie,le]=Object(c.p)(()=>"thread"===a?[Object(g.a)(()=>N({direction:l.e.Backwards}),1e3,!0,!1),Object(g.a)(()=>N({direction:l.e.Forwards}),1e3,!0,!1),Object(g.a)(()=>N({direction:l.e.Around}),1e3,!0,!1)]:[],[N,p]),{isScrolled:be,updateStickyDates:ue}=mt(),me=Object(c.m)(()=>{if(V.current)return void(V.current=!1);const s=B.current;ue(s,r),Aa(()=>{Object(g.b)(()=>{s.parentElement&&(D.current=s.scrollHeight-s.scrollTop,"thread"===a&&x({chatId:e,threadId:t,scrollOffset:D.current}))})})},[ue,r,a,x,e,t]);Object(c.n)(()=>{if(!("ResizeObserver"in window))return;const e=new ResizeObserver(([e])=>{e.target.offsetParent&&W(e.contentRect.height)});return e.observe(B.current),()=>{e.disconnect()}},[]),Object(c.o)(()=>{h.d&&La(()=>{if(!B.current.querySelector(".AnimatedSticker.is-playing"))return;const e=B.current.style;e.webkitOverflowScrolling="auto"===e.webkitOverflowScrolling?"":"auto"})}),Object(c.n)(()=>{if(!le||!b||C||M)return;const e=B.current;(!p||p.length{const s=B.current;if(q.current=Array.from(s.querySelectorAll(".message-list-item")),!s.offsetParent)return;const c=y&&p&&p.length{s.parentElement&&s.parentElement.classList.remove("force-messages-scroll")},1e3));const{scrollTop:o,scrollHeight:i,offsetHeight:l}=s,d=D.current,b=q.current[q.current.length-1],u=b?b.offsetHeight:0,m=y&&t&&d-(a||l)-u<=100;let h;const O=p&&e&&p[0]!==e[0],j=p&&e&&p[p.length-1]!==e[e.length-1];if(m&&j&&!O&&(b&&Object(g.b)(()=>{Object(Ot.a)(s,b,"end",20)}),h=i-l,D.current=Math.max(i-h,l),!c))return;const f=void 0!==a&&a!==$,I=U.current&&s.querySelector("#"+U.current),v=!I&&G.current&&s.querySelector(".unread-divider");if(m&&f)h=i-l;else if(I){h=o+(I.getBoundingClientRect().top-(H.current||0))}else h=v?v.offsetTop-(r?60:10):i-d;Object(ht.a)(s,h),z.current||(V.current=!0,Object(g.b)(()=>{V.current=!1})),D.current=Math.max(i-h,l)},[p,y,$,r]),Object(c.n)(()=>{(!k||k>0)&&Object(K.b)(200+n.c)},[k,S]);const he=Object(ee.a)(),Oe=Boolean(e&&Object(m.lb)(e)),je=Boolean(!Oe&&!u||f),ge=Object(X.a)("MessageList custom-scroll",!je&&"no-avatars",u&&"no-avatars",(!O||"none"!==j)&&"bottom-padding","none"!==j&&"bottom-padding-"+j,S&&"select-mode-active",Q&&"has-focusing",be&&"scrolled");return c.a.createElement("div",{ref:B,className:ge,onScroll:me},C?c.a.createElement("div",{className:"empty"},c.a.createElement("span",null,E?E.text:"This is a private "+(u?"channel":"chat"))):L?c.a.createElement("div",{className:"empty rich"},c.a.createElement("span",null,Object(Ke.a)(he(L),["br","emoji","links"]))):p&&re?c.a.createElement(jt,{containerRef:B,className:"messages-container",messageIds:p,containerHeight:$,listItemElementsRef:q,focusingId:M,anchorIdRef:U,anchorTopRef:H,loadMoreForwards:ie,loadMoreBackwards:oe,isViewportNewest:y,firstUnreadId:v,onFabToggle:i},re&&Ra(he,re,ae,J,ce,je,U,G,t,a,R,w,F,"scheduled"===a)):p?c.a.createElement("div",{className:"empty"},c.a.createElement("span",null,he("NoMessages"))):A?c.a.createElement("div",{className:"messages-container"},Ra(he,bt([A]),ae,J,ce,je,U,G,t,a,R,w,F,!1)):c.a.createElement(fe.a,{color:"white"}))}));a(221);var Ba=Object(c.h)(Object(s.h)(e=>{const t=Object(o.x)(e);if(!t)return{};const{chatId:a,threadId:s,type:n}=t,c=Object(o.f)(e,a);return{messageListType:n,canPost:c&&Object(m.e)(c,s),unreadCount:c&&s===i.MAIN_THREAD_ID&&"thread"===n?c.unreadCount:void 0}},(e,t)=>Object(d.l)(t,["focusLastMessage"]))(({isShown:e,messageListType:t,canPost:a,unreadCount:s,focusLastMessage:n})=>{const r=Object(c.q)(null),o=Object(c.m)(()=>{if(e)if("thread"===t)n();else{const e=r.current.parentElement.querySelector(".MessageList"),t=e.querySelectorAll(".message-list-item"),a=t[t.length-1];if(!a)return;Object(Ot.a)(e,a,"end",20)}},[e,t,n]),i=Object(X.a)("ScrollDownButton",e&&"revealed",!a&&"no-composer");return c.a.createElement("div",{ref:r,className:i},c.a.createElement("div",{className:"ScrollDownButton-inner"},c.a.createElement(se.a,{color:"secondary",round:!0,onClick:o,ariaLabel:"Scroll to bottom"},c.a.createElement("i",{className:"icon-arrow-down"})),Boolean(s)&&c.a.createElement("div",{className:"unread-count"},Object(_e.b)(s))))})),Da=a(119),Ua=a(120),Ha=a(14);async function qa(e,t,a,s){const n=URL.createObjectURL(t),{type:c,size:r}=t;let o,i;if(c.startsWith("image/"))if(a){const a=await Object(Ha.g)(n),{width:r,height:i}=a;if(r>1280||i>1280||"image/jpeg"!==c){const c=await function(e){return new Promise(t=>{const a=document.createElement("canvas"),s=a.getContext("2d");let{width:n,height:c}=e;(n>1280||c>1280)&&(n>=c?(c*=1280/n,n=1280):(n*=1280/c,c=1280)),a.width=n,a.height=c,s.drawImage(e,0,0,e.width,e.height,0,0,n,c),a.toBlob(t,"image/jpeg",100)})}(a);return c?(URL.revokeObjectURL(n),qa(e,c,!0,s)):qa(e,t,!1,s)}o={width:r,height:i}}else i=n;else if(c.startsWith("video/")){if(r<10485760){const{videoWidth:e,videoHeight:t,duration:a}=await Object(Ha.h)(n);o={width:e,height:t,duration:a}}i=await Object(Ha.c)(n)}return{blobUrl:n,filename:e,mimeType:c,size:r,quick:o,previewBlobUrl:i,...s}}var Ga=a(168),_a=a.p+"8ccc0b555efcec3616377aea078dda16.js";const za={encoderPath:_a,reuseWorker:!0},Va={type:"audio/ogg"};let $a,Wa,Qa;async function Ka(){return $a||($a=a.e(10).then(a.t.bind(null,299,7)),Wa=(await $a).default,Qa=new Wa(za)),$a}async function Ya(e){await async function(){await Ka(),await Qa.start()}();const t=Date.now();let a;const s=[],n=[];Qa.ondataavailable=e=>{s.push(e)};const c=function(e,t){const a=e.sourceNode,s=a.context.createAnalyser();s.fftSize=64,a.connect(s);const n=s.frequencyBinCount,c=new Uint8Array(n);let r=!1;return function e(){if(r)return;s.getByteFrequencyData(c);const a=c.reduce((e,t)=>e+t,0),o=a/n/255;t(o<.1?0:o),requestAnimationFrame(e)}(),()=>{r=!0}}(Qa,t=>{n.push(255*t),e(t)});return{stop:()=>new Promise((e,r)=>{Qa.onstop=()=>{e({blob:new Blob(s,Va),duration:Math.round(((a||Date.now())-t)/1e3),waveform:n})},Qa.onerror=r;const o=Math.max(0,t+1e3-Date.now());setTimeout(()=>{Qa.stop(),c()},o)}),pause:()=>{const e=Math.max(0,t+1e3-Date.now());setTimeout(()=>{Qa.pause(),a=Date.now(),c()},e)}}}const Ja=["image/png","image/jpeg","image/gif"];function Za(e){const{text:t,entities:a}=e||{};if(!t)return"";const s=Object(ft.b)(t,a,void 0,void 0,!0);return Array.isArray(s)?s.join(""):s}let Xa,es;var ts=a(56);var as=a(176);var ss=e=>{const{isOpen:t}=e,a=Object(ge.a)(je.a.Extra,"DeleteMessageModal",!t);return a?c.a.createElement(a,e):void 0};function ns(){return(ns=Object.assign||function(e){for(var t=1;t{const a=Object(c.q)(!1),s=Object(c.m)(()=>{if(a.current=!0,rs)return rs=!1,void e();cs&&(clearTimeout(cs),cs=void 0),cs=window.setTimeout(()=>{a.current&&e()},200)},[e]),n=Object(c.m)(()=>{a.current=!1},[]);return c.a.createElement(se.a,ns({},t,{onMouseEnter:h.k?void 0:s,onMouseLeave:h.k?void 0:n,onClick:h.k?e:void 0}))});var is=e=>{const{isOpen:t}=e,a=Object(ge.a)(je.a.Extra,"AttachMenu",!t);return a?c.a.createElement(a,e):void 0};var ls=e=>{const{isOpen:t}=e,a=Object(ge.a)(je.a.Extra,"SymbolMenu",!t);return a?c.a.createElement(a,e):void 0};var ds=e=>{const{isOpen:t}=e,a=Object(ge.a)(je.a.Extra,"MentionMenu",!t);return a?c.a.createElement(a,e):void 0};var bs=e=>{const{isOpen:t}=e,a=Object(ge.a)(je.a.Extra,"CustomSendMenu",!t);return a?c.a.createElement(a,e):void 0};var us=e=>{const{isOpen:t}=e,a=Object(ge.a)(je.a.Extra,"EmojiTooltip",!t);return a?c.a.createElement(a,e):void 0};var ms=e=>{const{isOpen:t}=e,a=Object(ge.a)(je.a.Extra,"BotKeyboardMenu",!t);return a?c.a.createElement(a,e):void 0},hs=a(169),Os=a(106);a(223);var js=Object(c.h)(Object(s.h)(e=>{const{chatId:t,threadId:a,type:s}=Object(o.x)(e)||{};if(!t||!a||!s)return{};const{currentUserId:n,forwardMessages:{fromChatId:c,toChatId:r,messageIds:i}}=e,l=Object(o.hb)(e,t,a),d="scheduled"===s?Object(o.D)(e,t):Object(o.B)(e,t,a),b=e.settings.byKey.animationLevel>=1,u=r===t;let h,O;if(l?h=Object(o.k)(e,t,l):d?h=Object(o.C)(e,t,a,s):u&&1===i.length&&(h=Object(o.k)(e,c,i[0])),l&&h){const{forwardInfo:a}=h,s=t===n;a&&(a.isChannelPost||s)&&(O=Object(o.I)(e,h)),O||(O=Object(o.ob)(e,h))}else u&&(O=Object(m.lb)(c)?Object(o.Bb)(e,c):Object(o.f)(e,c));return{replyingToId:l,editingId:d,message:h,sender:O,shouldAnimate:b,forwardedMessagesCount:u?i.length:void 0}},(e,t)=>Object(d.l)(t,["setReplyingToId","setEditingId","focusMessage","exitForwardMode"]))(({replyingToId:e,editingId:t,message:a,sender:s,shouldAnimate:n,forwardedMessagesCount:r,setReplyingToId:o,setEditingId:i,focusMessage:l,exitForwardMode:d})=>{const b=Boolean((e||t)&&a||s&&r),u=Object(Os.a)([r],r?300:void 0),{shouldRender:m,transitionClassNames:h}=Object(Y.a)(u&&b,void 0,!n,void 0,!n),O=Object(c.m)(()=>{e?o({messageId:void 0}):t?i({messageId:void 0}):r&&d()},[e,t,r,o,i,d]);Object(c.n)(()=>b?Object(J.a)(O):void 0,[b,O]);const j=Object(c.m)(()=>{l({chatId:a.chatId,messageId:a.id})},[l,a]),g=Object(X.a)("ComposerEmbeddedMessage",h),f=r&&r>1?r+" forwarded messages":void 0;if(m)return c.a.createElement("div",{className:g},c.a.createElement("div",null,c.a.createElement(se.a,{round:!0,color:"translucent",ariaLabel:"Cancel replying",onClick:O},c.a.createElement("i",{className:"icon-close"})),c.a.createElement(Dt,{className:"inside-input",message:a,sender:s,customText:f,title:t?"Edit Message":void 0,onClick:j})))}));var gs=e=>{const{attachments:t}=e,a=Object(ge.a)(je.a.Extra,"AttachmentModal",!t.length);return a?c.a.createElement(a,e):void 0};var fs=e=>{const{isOpen:t}=e,a=Object(ge.a)(je.a.Extra,"PollModal",!t);return a?c.a.createElement(a,e):void 0};var ps=e=>{const{isOpen:t}=e,a=Object(ge.a)(je.a.Extra,"DropArea",!t);return a?c.a.createElement(a,e):void 0};a(224);const Is=/https?:\/\/(www.)?([a-zA-Z0-9.-]{2,256})([a-zA-Z/.-]{1,256})([?|#][=&#a-zA-Z0-9]{2,128})?/;var vs=Object(c.h)(Object(s.h)(e=>Object(d.l)(e,["webPagePreview"]),(e,t)=>Object(d.l)(t,["loadWebPagePreview","clearWebPagePreview"]))(({chatId:e,messageText:t,webPagePreview:a,loadWebPagePreview:s,clearWebPagePreview:n})=>{const r=Object(c.p)(()=>{const{text:e,entities:a}=Object(Ua.a)(t),s=a&&a.find(({type:e})=>e===i.ApiMessageEntityTypes.TextUrl);if(s)return s.url;const n=e.match(Is);return n?n[0]:void 0},[t]);if(Object(c.n)(()=>{r?s({text:r}):n()},[n,r,s]),Object(de.a)(()=>{n()},[e]),!a||!t.length)return;const{photo:o,...l}=a,d={content:{webPage:l}};return c.a.createElement("div",{className:"WebPagePreview"},c.a.createElement(ga,{message:d,inPreview:!0}))})),ys=a(111);var ws=e=>{const{isOpen:t}=e,a=Object(ge.a)(je.a.Extra,"CalendarModal",!t);return a?c.a.createElement(a,e):void 0};var Cs=e=>{const{isOpen:t}=e,a=Object(ge.a)(je.a.Extra,"PaymentModal",!t);return a?c.a.createElement(a,e):void 0};var Es,Ms=e=>{const{isOpen:t}=e,a=Object(ge.a)(je.a.Extra,"ReceiptModal",!t);return a?c.a.createElement(a,e):void 0};a(225);!function(e){e.Send="send",e.Record="record",e.Edit="edit"}(Es||(Es={}));var Ss=Object(c.h)(Object(s.h)((e,{chatId:t,threadId:a,messageListType:s})=>{const n=Object(o.f)(e,t),c=n&&Object(o.o)(e,n),r=n?Object(o.M)(e,n):void 0,l=Object(o.N)(e,t),d=r&&Object(o.Z)(e,t),b=Object(o.jb)(e,t);return{editingMessage:Object(o.C)(e,t,a,s),connectionState:e.connectionState,draft:Object(o.A)(e,t,a),chat:n,isChatWithBot:r,isChatWithSelf:l,canScheduleUntilOnline:!l&&!r&&n&&c&&Object(m.lb)(t)&&c.status&&Boolean(c.status.wasOnline),isRightColumnShown:Object(o.U)(e),isSelectModeActive:Object(o.Q)(e),withScheduledButton:a===i.MAIN_THREAD_ID&&"thread"===s&&Boolean(b&&b.length),shouldSchedule:"scheduled"===s,botKeyboardMessageId:d?d.id:void 0,isForwarding:t===e.forwardMessages.toChatId,canSuggestMembers:n&&Object(m.kb)(n),isPollModalOpen:e.isPollModalOpen,stickersForEmoji:e.stickers.forEmoji.stickers,groupChatMembers:n&&n.fullInfo&&n.fullInfo.members,currentUserId:e.currentUserId,usersById:e.users.byId,lastSyncTime:e.lastSyncTime,contentToBeScheduled:e.messages.contentToBeScheduled,isPaymentModalOpen:e.payment.isPaymentModalOpen,isReceiptModalOpen:Boolean(e.payment.receipt),shouldSuggestStickers:e.settings.byKey.shouldSuggestStickers}},(e,t)=>Object(d.l)(t,["sendMessage","editMessage","saveDraft","clearDraft","showError","setStickerSearchQuery","setGifSearchQuery","forwardMessages","openPollModal","closePollModal","closePaymentModal","clearReceipt","loadScheduledHistory","openChat"]))(({dropAreaState:e,shouldSchedule:t,canScheduleUntilOnline:a,onDropHide:r,editingMessage:o,chatId:l,threadId:d,messageListType:b,draft:u,chat:O,connectionState:j,isChatWithBot:f,isChatWithSelf:p,isRightColumnShown:I,isSelectModeActive:v,isForwarding:y,canSuggestMembers:w,isPollModalOpen:C,isPaymentModalOpen:E,isReceiptModalOpen:M,botKeyboardMessageId:S,withScheduledButton:k,stickersForEmoji:N,groupChatMembers:P,currentUserId:T,usersById:x,lastSyncTime:L,contentToBeScheduled:R,shouldSuggestStickers:F,sendMessage:B,editMessage:D,saveDraft:U,clearDraft:H,showError:q,setStickerSearchQuery:G,setGifSearchQuery:_,forwardMessages:z,openPollModal:V,closePollModal:$,loadScheduledHistory:W,closePaymentModal:Q,openChat:K,clearReceipt:Y})=>{const[Z,te]=Object(c.r)(""),ae=Object(c.q)(),ne=Object(Be.a)(e),[ce,re,ie]=Object(tt.a)(),[le,de]=Object(c.r)(),be=Object(c.q)(Z);Object(c.n)(()=>{be.current=Z},[Z]),Object(c.n)(()=>{ae.current=void 0},[l]),Object(c.n)(()=>{l&&L&&d===i.MAIN_THREAD_ID&&W()},[l,W,L,d]),Object(c.n)(()=>{R&&(de(R),re())},[R,re]);const[ue,me]=Object(c.r)([]),[he,Oe,je]=Object(tt.a)(),[ge,fe,pe]=Object(tt.a)(),[Ie,ve,ye]=Object(tt.a)(),[we,Ce,Ee]=Object(tt.a)(),[Me,Se]=Object(tt.a)(),[ke,Ne,Pe]=Object(tt.a)(),{startRecordingVoice:Te,stopRecordingVoice:xe,pauseRecordingVoice:Le,activeVoiceRecording:Re,currentRecordTime:Fe,recordButtonRef:De,startRecordTimeRef:Ue}=(()=>{const e=Object(c.q)(null),[t,a]=Object(c.r)(),s=Object(c.q)(),[n,r]=Object(c.r)();Object(c.n)(()=>{h.d&&Ka()},[]);const o=Object(c.m)(async()=>{try{const{stop:t,pause:n}=await Ya(t=>{e.current&&(s.current&&Date.now()%4==0&&(e.current.style.boxShadow=`0 0 0 ${50*(t||0)}px rgba(0,0,0,.15)`),r(Date.now()))});s.current=Date.now(),r(Date.now()),a({stop:t,pause:n})}catch(e){console.error(e)}},[]),i=Object(c.m)(()=>{if(t){e.current&&(e.current.style.boxShadow="none");try{return t.pause()}catch(e){return void console.error(e)}}},[t]),l=Object(c.m)(()=>{if(t){a(void 0),s.current=void 0,r(void 0),e.current&&(e.current.style.boxShadow="none");try{return t.stop()}catch(e){return void console.error(e)}}},[t]);return Object(c.n)(()=>t?Object(J.a)(l):void 0,[t,l]),{startRecordingVoice:o,pauseRecordingVoice:i,stopRecordingVoice:l,activeVoiceRecording:t,currentRecordTime:n,recordButtonRef:e,startRecordTimeRef:s}})(),He=o?Es.Edit:!h.l||Re||Z&&!ue.length||y?Es.Send:Es.Record,qe=!t,{isMentionMenuOpen:Ge,mentionFilter:_e,closeMentionMenu:ze,insertMention:Ve,mentionFilteredMembers:$e}=Object(as.a)(w&&!ue.length,Z,te,void 0,P,T,x),{isContextMenuOpen:We,handleContextMenu:Qe,handleContextMenuClose:Ye,handleContextMenuHide:Je}=Object(gt.a)(De,!(He===Es.Send&&qe)),Ze=Object(c.p)(()=>Object(m.c)(O,f),[O,f]),Xe=O&&Object(m.gb)(O),et=Object(m.k)(O),{isEmojiTooltipOpen:at,closeEmojiTooltip:st}=function(e,t,a){const{loadStickersForEmoji:n,clearStickersForEmoji:r}=Object(s.d)(),o=h.c&&1===Object(ts.a)(t)||!h.c&&Boolean(t.match(/^]*?>$/g)),i=Boolean(a)&&o;return Object(c.n)(()=>{e&&o?n({emoji:t}):!i&&o||r()},[t,o,r,n,e]),{isEmojiTooltipOpen:i,closeEmojiTooltip:r}}(Boolean(F&&Ze.canSendStickers&&!ue.length),Z,N),nt=Object(c.m)(e=>{const t=window.getSelection(),a=document.getElementById(n.q),s=Object(Ke.a)(e,["escape_html","emoji_html","br_html"]).join("").replace(/\u200b+/g,"​");if(t.rangeCount){const n=t.getRangeAt(0);if(Object(Ga.a)(n))return void(h.c?document.execCommand("insertText",!1,e):(!function(e){const t=window.getSelection();if(t&&t.getRangeAt&&t.rangeCount){const a=t.getRangeAt(0);a.deleteContents();const s=a.createContextualFragment(e),n=s.lastChild;a.insertNode(s),n&&(a.setStartAfter(n),a.setEndAfter(n),t.removeAllRanges(),t.addRange(a))}}(s),a.dispatchEvent(new Event("input",{bubbles:!0}))));te(`${be.current}${s}`),h.f||requestAnimationFrame(()=>{Object(Da.a)(a)})}else h.f&&te(`${be.current}${s}`)},[]),ct=Object(c.m)(()=>{const e=window.getSelection();if(e.rangeCount){const t=e.getRangeAt(0);if(Object(Ga.a)(t))return void document.execCommand("delete",!1)}te(function(e){const t=document.createElement("div");t.contentEditable="true",t.style.position="absolute",t.style.left="-10000px",t.style.top="-10000px",t.innerHTML=e,document.body.appendChild(t);let a=t.lastChild;if(a.lastChild)for(;a.lastChild;)a=a.lastChild;const s=a.textContent.length,n=document.createRange(),c=window.getSelection();n.setStart(a,s),n.setEnd(a,s),c.removeAllRanges(),c.addRange(n),document.execCommand("delete",!1);const r=t.innerHTML;return document.body.removeChild(t),r}(be.current))},[]),rt=Object(c.m)(()=>{te(""),me([]),st(),ie(),de(void 0),ze(),h.f?setTimeout(()=>ye(),350):ye()},[st,ie,ze,ye]),ot=Object(Be.a)(l);Object(c.n)(()=>{ot&&l!==ot&&(xe(),rt())},[l,ot,rt,xe]);const it=((e,t,a,s,r,o)=>{Object(c.n)(()=>{a?(t(Za(a.content.text)),requestAnimationFrame(()=>{const e=document.getElementById(n.q);Object(Da.a)(e,!0)})):t("")},[a,t]);return Object(c.m)(()=>{const{text:t,entities:n}=Object(Ua.a)(e.current);a&&(t||Object(m.cb)(a)?(o({messageId:a.id,text:t,entities:n}),s()):r())},[o,a,e,r,s])})(be,te,o,rt,Ce,D);((e,t,a,s,r,o,i,l,d)=>{const b=Object(c.m)((e,t)=>{r.current.length&&!i?l({chatId:e,threadId:t,draft:Object(Ua.a)(r.current)}):d({chatId:e,threadId:t})},[d,i,r,l]),u=Object(c.p)(()=>Object(g.a)(e=>e(),n.p,!1),[t]),m=Object(Be.a)(t),h=Object(Be.a)(a);Object(c.n)(()=>(Xa=t,es=a,()=>{Xa=void 0,es=void 0,b(t,a)}),[t,a,b]),Object(c.n)(()=>{t===m&&a===h||e&&(o(Za(e)),requestAnimationFrame(()=>{const e=document.getElementById(n.q);Object(Da.a)(e,!0)}))},[t,a,e,o,b,m,h]);const O=Object(Be.a)(s);Object(c.n)(()=>{t&&a&&m===t&&h===a&&O!==s&&(s.length?u(()=>{Xa===t&&es===a&&b(t,a)}):b(t,a))},[t,s,m,O,h,u,a,b]),Object(c.n)(()=>{function e(){t&&a&&b(t,a)}return window.addEventListener("blur",e),()=>{window.removeEventListener("blur",e)}},[t,a,b])})(u,l,d,Z,be,te,o,U,H),((e,t,a)=>{Object(c.n)(()=>{async function s(s){if(!s.clipboardData)return;if(document.getElementById(n.q)!==document.activeElement)return;const{items:c}=s.clipboardData,r=Array.from(c).find(e=>Ja.includes(e.type)),o=r&&r.getAsFile(),i=s.clipboardData.getData("text").substring(0,4096);if(o||i){if(s.preventDefault(),o&&!a){const e=await qa(o.name,o,!0);t(t=>[...t,e])}i&&e(i)}}return document.addEventListener("paste",s,!1),()=>{document.removeEventListener("paste",s,!1)}},[e,a,t])})(nt,me,o);const lt=Object(c.m)(async(e,t)=>{me(await Promise.all(e.map(e=>qa(e.name,e,t))))},[]),dt=Object(c.m)(()=>{me([])},[]),bt=Object(c.m)(async(e=!1,t)=>{if("connectionStateReady"!==j)return;let a=ue;if(Re){const e=await xe();if(e){const{blob:t,duration:s,waveform:n}=e;a=[await qa("wonderful-voice-message.ogg",t,!1,{voice:{duration:s,waveform:n}})]}}const{text:s,entities:c}=Object(Ua.a)(be.current);if(a.length||s||y)if(a.length&&s&&s.length>1024){const e=s.length-1024;q({error:{message:"CAPTION_TOO_LONG_PLEASE_REMOVE_CHARACTERS",textParams:{"{EXTRA_CHARS_COUNT}":e,"{PLURAL_S}":e>1?"s":""}}})}else{if(a.length||s){if(et&&!Xe){const e=Math.floor(Date.now()/1e3),t=ae.current&&Math.floor(e-ae.current),a=et.nextSendDate&&et.nextSendDate>e;if(t&&t{e={...e,isPreloadedGlobally:!0},t?(de({sticker:e}),re()):(B({sticker:e}),requestAnimationFrame(rt))},[t,re,B,rt]),mt=Object(c.m)(e=>{t?(de({gif:e}),re()):(B({gif:e}),requestAnimationFrame(rt))},[t,re,B,rt]),ht=Object(c.m)(e=>{t?(de({poll:e}),$(),re()):(B({poll:e}),$())},[$,re,B,t]),Ot=Object(c.m)(()=>{t?(de({isSilent:!0}),re()):bt(!0)},[bt,re,t]),jt=Object(c.m)(e=>{const{isSilent:t,...a}=le||{},s=Math.round(Math.max(e.getTime(),Date.now()+6e4)/1e3);le&&0!==Object.keys(a).length?(B({...le,scheduledAt:s}),requestAnimationFrame(rt)):bt(!!t,s),ie()},[ie,bt,rt,le,B]),ft=Object(c.m)(()=>{jt(new Date(1e3*n.Y))},[jt]),pt=Object(c.m)(()=>{ie(),de(void 0)},[ie]),It=Object(c.m)(e=>{"stickers"===e?(G({query:""}),_({query:void 0})):(_({query:""}),G({query:void 0}))},[G,_]),vt=Object(c.m)(()=>{const e=document.getElementById(n.q);h.f&&e===document.activeElement?(e.blur(),setTimeout(()=>{ve()},100)):ve()},[ve]),yt=Object(c.m)(()=>{K({id:l,threadId:d,type:"scheduled"})},[K,l,d]);Object(c.n)(()=>{I&&h.f&&ye()},[I,ye]),Object(c.n)(()=>{v?Ne():setTimeout(()=>{Pe()},200)},[v,Pe,Ne]);const wt=Object(c.m)(()=>{switch(He){case Es.Send:t?(Re&&Le(),re()):(bt(),requestAnimationFrame(rt));break;case Es.Record:Te();break;case Es.Edit:it()}},[He,rt,t,Te,it,Re,re,Le,bt]),Ct=Object(ee.a)(),Et=He===Es.Record&&!Ze.canAttachMedia,Mt=Object(Be.a)(o,!0),St=o||Mt,kt=new Date;kt.setSeconds(0),kt.setMilliseconds(0);const Nt=new Date;Nt.setFullYear(Nt.getFullYear()+1);let Pt="Send message";switch(He){case Es.Edit:Pt="Save edited message";break;case Es.Record:Pt=Et?"Posting media content is not allowed in this group.":"Record a voice message"}const Tt=Object(X.a)("Composer",!v&&"shown",ke&&"hover-disabled"),xt=Object(X.a)("mobile-symbol-menu-button",Me?Ie&&"menu-opened":Ie&&"is-loading");return c.a.createElement("div",{className:Tt},Ze.canAttachMedia&&c.a.createElement(ys.a,{containerId:"#middle-column-portals"},c.a.createElement(ps,{isOpen:e!==Ae.a.None,withQuick:[e,ne].includes(Ae.a.QuickFile),onHide:r,onFileSelect:lt})),c.a.createElement(gs,{attachments:ue,caption:ue.length?Z:"",canSuggestMembers:w,groupChatMembers:P,currentUserId:T,usersById:x,onCaptionUpdate:te,onSend:t?re:bt,onClear:dt}),c.a.createElement(fs,{isOpen:Boolean(C),onClear:$,onSend:ht}),c.a.createElement(Cs,{isOpen:Boolean(E),onClose:Q}),c.a.createElement(Ms,{isOpen:Boolean(M),onClose:Y}),St&&c.a.createElement(ss,{isOpen:we,isSchedule:"scheduled"===b,onClose:Ee,message:St}),c.a.createElement(ds,{isOpen:Ge,filter:_e,onClose:ze,onInsertUserName:Ve,filteredChatMembers:$e,usersById:x}),c.a.createElement("div",{id:"message-compose"},c.a.createElement(js,null),Ze.canAttachEmbedLinks&&c.a.createElement(vs,{chatId:l,messageText:ue.length?"":Z}),c.a.createElement("div",{className:"message-input-wrapper"},h.f?c.a.createElement(se.a,{className:xt,round:!0,color:"translucent",onClick:Ie?ye:vt,ariaLabel:"Choose emoji, sticker or GIF"},c.a.createElement("i",{className:"icon-smile"}),c.a.createElement("i",{className:"icon-keyboard"}),c.a.createElement(oe.a,{color:"gray"})):c.a.createElement(os,{className:""+(Ie?"activated":""),round:!0,faded:!0,color:"translucent",onActivate:ve,ariaLabel:"Choose emoji, sticker or GIF"},c.a.createElement("i",{className:"icon-smile"})),c.a.createElement(hs.a,{id:"message-input-text",html:ue.length?"":Z,placeholder:Re&&window.innerWidth<=600?"":Ct("Message"),shouldSetFocus:Ie,shouldSupressFocus:h.f&&Ie,onUpdate:te,onSend:He===Es.Edit?it:t?re:bt,onSupressedFocus:ye}),k&&c.a.createElement(se.a,{round:!0,faded:!0,className:"scheduled-button",color:"translucent",onClick:yt,ariaLabel:"Open scheduled messages"},c.a.createElement("i",{className:"icon-schedule"})),S&&!Re&&!o&&c.a.createElement(os,{className:""+(he?"activated":""),round:!0,faded:!0,color:"translucent",onActivate:Oe,ariaLabel:"Open bot command keyboard"},c.a.createElement("i",{className:"icon-bot-command"})),!Re&&!o&&c.a.createElement(os,{className:""+(ge?"activated":""),round:!0,faded:!0,color:"translucent",onActivate:fe,ariaLabel:"Add an attachment"},c.a.createElement("i",{className:"icon-attach"})),Re&&Fe&&c.a.createElement("span",{className:"recording-state"},Object(A.i)(Fe-Ue.current)),c.a.createElement(us,{isOpen:at,onStickerSelect:ut}),c.a.createElement(is,{isOpen:ge,allowedAttachmentOptions:Ze,onFileSelect:lt,onPollCreate:V,onClose:pe}),S&&c.a.createElement(ms,{messageId:S,isOpen:he,onClose:je}),c.a.createElement(ls,{isOpen:Ie,allowedAttachmentOptions:Ze,onLoad:Se,onClose:ye,onEmojiSelect:nt,onStickerSelect:ut,onGifSelect:mt,onRemoveSymbol:ct,onSearchOpen:It}))),Re&&c.a.createElement(se.a,{round:!0,color:"danger",className:"cancel",onClick:xe,ariaLabel:"Cancel voice recording"},c.a.createElement("i",{className:"icon-delete"})),c.a.createElement(se.a,{ref:De,round:!0,color:"secondary",className:`${He} ${Re?"recording":""}`,disabled:Et,ariaLabel:Pt,onClick:wt,onContextMenu:He===Es.Send&&qe?Qe:void 0},c.a.createElement("i",{className:"icon-send"}),c.a.createElement("i",{className:"icon-microphone-alt"}),c.a.createElement("i",{className:"icon-check"})),qe&&c.a.createElement(bs,{isOpen:We,onSilentSend:p?void 0:Ot,onScheduleSend:t?void 0:re,onClose:Ye,onCloseAnimationEnd:Je}),c.a.createElement(ws,{isOpen:ce,withTimePicker:!0,selectedAt:kt.getTime(),maxAt:Object(A.k)(Nt),isFutureMode:!0,secondButtonLabel:a?"Send When Online":void 0,onClose:pt,onSubmit:jt,onSecondButtonClick:a?ft:void 0}))}));var ks=e=>{const{isActive:t}=e,a=Object(ge.a)(je.a.Extra,"MobileSearch",!t,!0);return a?c.a.createElement(a,e):void 0};var Ns=e=>{const{isActive:t}=e,a=Object(ge.a)(je.a.Extra,"MessageSelectToolbar",!t);return a?c.a.createElement(a,e):void 0};var Ps=e=>{const{isOpen:t}=e,a=Object(ge.a)(je.a.Extra,"UnpinAllMessagesModal",!t);return a?c.a.createElement(a,e):void 0};a(226);const Ts=h.f?450+n.c:void 0;function xs(e){return"file"===e.kind&&e.type&&n.j.includes(e.type)}var As=Object(c.h)(Object(s.h)(e=>{const{isBackgroundBlurred:t,customBackground:a}=e.settings.byKey,s=Object(o.x)(e),{chats:{listIds:n}}=e;if(!s||!n.active)return{customBackground:a,isBackgroundBlurred:t};const{chatId:c,threadId:r,type:i}=s,l=Object(o.f)(e,c),d=Object(o.eb)(e,c),{chatId:b,messageId:u}=e.audioPlayer,O=l&&Object(m.e)(l,r),j=Object(o.J)(e,c),g="pinned"===i;return{chatId:c,threadId:r,messageListType:i,isPrivate:Object(m.lb)(c),canPost:!g&&(!l||O)&&(!j||h.f),isPinnedMessageList:g,messageSendingRestrictionReason:l&&Object(m.J)(l),hasPinnedOrAudioMessage:Boolean(d&&d.length)||Boolean(b&&u),customBackground:a,isRightColumnShown:Object(o.U)(e),isBackgroundBlurred:t,isMobileSearchActive:Boolean(h.f&&Object(o.z)(e)),isSelectModeActive:Object(o.Q)(e),animationLevel:e.settings.byKey.animationLevel}},(e,t)=>Object(d.l)(t,["openChat","unpinAllMessages","loadUser"]))(({chatId:e,threadId:t,messageListType:a,isPrivate:s,isPinnedMessageList:r,canPost:o,messageSendingRestrictionReason:l,hasPinnedOrAudioMessage:d,customBackground:b,isRightColumnShown:u,isBackgroundBlurred:m,isMobileSearchActive:O,isSelectModeActive:j,animationLevel:g,openChat:f,unpinAllMessages:p,loadUser:I})=>{const{width:v}=Fe(),[y,w]=Object(c.r)(Ae.a.None),[C,E]=Object(c.r)(!1),[M,S]=Object(c.r)(!1),k=De(e,Ts),N=De(t,Ts),P=De(a,Ts),T=De(o,Ts);Object(c.n)(()=>e?Object(J.a)(()=>{f({id:void 0})}):void 0,[e,f]),Object(c.n)(()=>{w(Ae.a.None)},[e]),Object(c.n)(()=>{s&&I({userId:e})},[e,s,I]);const x=Object(c.m)(e=>{if(h.k)return;const{items:t}=e.dataTransfer||{},a=t&&Array.from(t).every(xs);w(a?Ae.a.QuickFile:Ae.a.Document)},[]),A=Object(c.m)(()=>{w(Ae.a.None)},[]),L=Object(c.m)(()=>{S(!0)},[]),R=Object(c.m)(()=>{S(!1)},[]),F=Object(c.m)(()=>{p({chatId:e}),R(),f({id:e})},[p,f,R,e]),B=(e=>{const[t,a]=Object(c.r)(e);return Object(c.n)(()=>{e&&(e.startsWith("#")?a(e):Le.c(n.k,n.k,Le.a.Blob).then(e=>{a("url("+URL.createObjectURL(e))}))},[e]),t})(b),D=d&&(vn.Q&&v=n.P&&vUe(v,T),[T,v]),V=Object(ee.a)();return c.a.createElement("div",{id:"MiddleColumn",className:U,style:`\n --composer-hidden-scale: ${q};\n --toolbar-hidden-scale: ${G};\n --composer-translate-x: ${_}px;\n --toolbar-translate-x: ${z}px;\n `},c.a.createElement("div",{id:"middle-column-bg",style:B?"--custom-background: "+B:void 0}),c.a.createElement("div",{id:"middle-column-portals"}),k&&N&&c.a.createElement(c.a.Fragment,null,c.a.createElement("div",{className:"messages-layout",onDragEnter:T?x:void 0},c.a.createElement(it,{chatId:k,threadId:N,messageListType:P}),c.a.createElement(Z.a,{name:g===n.e?"slide":"fade",activeKey:"thread"===P&&N===i.MAIN_THREAD_ID?1:2,shouldCleanup:!0},()=>c.a.createElement(c.a.Fragment,null,c.a.createElement(Fa,{key:`${k}-${N}-${P}`,chatId:k,threadId:N,type:P,hasTools:D,onFabToggle:E,bottomOffset:T?"none":r?"big":"small"}),c.a.createElement("div",{className:Object(X.a)("middle-column-footer",!T&&"no-composer")},T&&c.a.createElement(Ss,{chatId:k,threadId:N,messageListType:P,dropAreaState:y,onDropHide:A}),r&&c.a.createElement("div",{className:"unpin-button-container"},c.a.createElement(se.a,{size:"tiny",fluid:!0,color:"secondary",className:"unpin-all-button",onClick:L},c.a.createElement("i",{className:"icon-unpin"}),c.a.createElement("span",null,V("Chat.PanelHidePinnedMessages")))),!T&&l&&c.a.createElement("div",{className:H},c.a.createElement("div",{className:"messaging-disabled-inner"},c.a.createElement("span",null,l))),c.a.createElement(Ns,{messageListType:P,isActive:j,canPost:T})))),c.a.createElement(Ba,{isShown:C})),h.f&&c.a.createElement(ks,{isActive:Boolean(O)})),e&&c.a.createElement(Ps,{isOpen:M,chatId:e,onClose:R,onUnpin:F}))}));a(227);const Ls=Object(g.a)(e=>e(),200,!1);var Rs;!function(e){e[e.Profile=0]="Profile",e[e.MemberList=1]="MemberList",e[e.SharedMedia=2]="SharedMedia",e[e.Search=3]="Search",e[e.Statistics=4]="Statistics",e[e.Management=5]="Management",e[e.ManageInitial=6]="ManageInitial",e[e.ManageChannelSubscribers=7]="ManageChannelSubscribers",e[e.ManageChatAdministrators=8]="ManageChatAdministrators",e[e.ManageChatPrivacyType=9]="ManageChatPrivacyType",e[e.ManageDiscussion=10]="ManageDiscussion",e[e.ManageGroupPermissions=11]="ManageGroupPermissions",e[e.ManageGroupRemovedUsers=12]="ManageGroupRemovedUsers",e[e.ManageGroupUserPermissionsCreate=13]="ManageGroupUserPermissionsCreate",e[e.ManageGroupUserPermissions=14]="ManageGroupUserPermissions",e[e.ManageGroupRecentActions=15]="ManageGroupRecentActions",e[e.ManageGroupAdminRights=16]="ManageGroupAdminRights",e[e.ManageGroupMembers=17]="ManageGroupMembers",e[e.StickerSearch=18]="StickerSearch",e[e.GifSearch=19]="GifSearch",e[e.PollResults=20]="PollResults"}(Rs||(Rs={}));var Fs=Object(c.h)(Object(s.h)((e,{chatId:t,isProfile:a,isManagement:s})=>{const{query:n}=Object(o.z)(e)||{},{query:c}=Object(o.y)(e)||{},{query:r}=Object(o.r)(e)||{},i=t?Object(o.f)(e,t):void 0,l=i&&Object(m.jb)(i);return{canManage:Boolean(!s&&a&&i&&!Object(o.N)(e,i.id)&&(Object(m.lb)(i.id)||(Object(m.gb)(i)||i.isCreator)&&!i.isNotJoined)),isChannel:l,messageSearchQuery:n,stickerSearchQuery:c,gifSearchQuery:r}},(e,t)=>Object(d.l)(t,["setLocalTextSearchQuery","setStickerSearchQuery","setGifSearchQuery","searchTextMessagesLocal","toggleManagement","toggleStatistics","searchMessagesByDate"]))(({isColumnOpen:e,isProfile:t,isSearch:a,isManagement:s,isStatistics:n,isStickerSearch:r,isGifSearch:o,isPollResults:i,profileState:d,managementScreen:b,canManage:u,isChannel:m,onClose:O,messageSearchQuery:j,stickerSearchQuery:g,gifSearchQuery:f,setLocalTextSearchQuery:p,setStickerSearchQuery:I,setGifSearchQuery:v,searchTextMessagesLocal:y,toggleManagement:w,toggleStatistics:C,searchMessagesByDate:E})=>{const M=Object(c.q)(null),[S,k,N]=Object(tt.a)(),P=Object(c.m)(e=>{p({query:e}),e.length&&Ls(y)},[y,p]),T=Object(c.m)(e=>{E({timestamp:e.valueOf()/1e3}),N()},[N,E]),x=Object(c.m)(e=>{I({query:e})},[I]),A=Object(c.m)(e=>{v({query:e})},[v]),[L,R]=Object(c.r)(!e);Object(c.n)(()=>{setTimeout(()=>{R(!e)},300)},[e]);const F=Object(ee.a)(),B=t?d===l.k.Profile?Rs.Profile:d===l.k.SharedMedia?Rs.SharedMedia:d===l.k.MemberList?Rs.MemberList:-1:a?Rs.Search:i?Rs.PollResults:r?Rs.StickerSearch:o?Rs.GifSearch:s?b===l.g.Initial?Rs.ManageInitial:b===l.g.ChatPrivacyType?Rs.ManageChatPrivacyType:b===l.g.Discussion?Rs.ManageDiscussion:b===l.g.ChannelSubscribers?Rs.ManageChannelSubscribers:b===l.g.GroupPermissions?Rs.ManageGroupPermissions:b===l.g.ChatAdministrators?Rs.ManageChatAdministrators:b===l.g.GroupRemovedUsers?Rs.ManageGroupRemovedUsers:b===l.g.GroupUserPermissionsCreate?Rs.ManageGroupUserPermissionsCreate:b===l.g.GroupUserPermissions?Rs.ManageGroupUserPermissions:b===l.g.GroupRecentActions?Rs.ManageGroupRecentActions:b===l.g.ChatAdminRights?Rs.ManageGroupAdminRights:b===l.g.GroupMembers?Rs.ManageGroupMembers:-1:n?Rs.Statistics:-1,D=Object(c.p)(()=>({onTrigger:e,isOpen:t})=>c.a.createElement(se.a,{round:!0,ripple:!h.f,size:"smaller",color:"translucent",className:t?"active":void 0,onClick:e,ariaLabel:F("Common.More")},c.a.createElement("i",{className:"icon-more"})),[F]);function U(){switch(B){case Rs.PollResults:return c.a.createElement("h3",null,F("PollResults"));case Rs.Search:return c.a.createElement(c.a.Fragment,null,c.a.createElement(ne.a,{value:j,onChange:P}),c.a.createElement(se.a,{round:!0,size:"smaller",color:"translucent",onClick:k,ariaLabel:"Search messages by date"},c.a.createElement("i",{className:"icon-calendar"})));case Rs.ManageInitial:return c.a.createElement("h3",null,F("Edit"));case Rs.ManageChatPrivacyType:return c.a.createElement("h3",null,F(m?"ChannelTypeHeader":"GroupTypeHeader"));case Rs.ManageDiscussion:return c.a.createElement("h3",null,F("Discussion"));case Rs.ManageChatAdministrators:return c.a.createElement("h3",null,F("ChannelAdministrators"));case Rs.ManageGroupRecentActions:return c.a.createElement("h3",null,F("Group.Info.AdminLog"));case Rs.ManageGroupAdminRights:return c.a.createElement("h3",null,F("EditAdminRights"));case Rs.ManageGroupPermissions:return c.a.createElement("h3",null,F("ChannelPermissions"));case Rs.ManageGroupRemovedUsers:return c.a.createElement("h3",null,F("ChannelBlockedUsers"));case Rs.ManageGroupUserPermissionsCreate:return c.a.createElement("h3",null,F("ChannelAddException"));case Rs.ManageGroupUserPermissions:return c.a.createElement("h3",null,F("UserRestrictions"));case Rs.StickerSearch:return c.a.createElement(ne.a,{value:g,placeholder:"Search Stickers",onChange:x});case Rs.GifSearch:return c.a.createElement(ne.a,{value:f,placeholder:F("SearchGifsTitle"),onChange:A});case Rs.Statistics:return c.a.createElement("h3",null,F("Statistics"));case Rs.SharedMedia:return c.a.createElement("h3",null,F("SharedMedia"));case Rs.ManageChannelSubscribers:return c.a.createElement("h3",null,F("ChannelSubscribers"));case Rs.MemberList:case Rs.ManageGroupMembers:return c.a.createElement("h3",null,F("GroupMembers"));default:return c.a.createElement(c.a.Fragment,null,c.a.createElement("h3",null,F("Info")),c.a.createElement("section",{className:"tools"},u&&c.a.createElement(se.a,{round:!0,color:"translucent",size:"smaller",ariaLabel:F("Edit"),onClick:w},c.a.createElement("i",{className:"icon-edit"})),c.a.createElement(te.a,{trigger:D,positionX:"right"},c.a.createElement(ae.a,{icon:"poll",onClick:C},F("Statistics")))))}}const H=h.f||B===Rs.SharedMedia||B===Rs.MemberList||s,q=Object(X.a)("animated-close-icon",L&&"no-transition");return Object(c.n)(()=>{M.current.classList.toggle("state-back",H)},[H]),c.a.createElement("div",{className:"RightHeader"},c.a.createElement(se.a,{className:"close-button",round:!0,color:"translucent",size:"smaller",onClick:O,ariaLabel:F(H?"Common.Back":"Common.Close")},c.a.createElement("div",{ref:M,className:q})),c.a.createElement(Z.a,{name:L?"none":"slide-fade",activeKey:B},U),!h.f&&c.a.createElement(ws,{isOpen:S,isPastMode:!0,submitButtonLabel:F("JumpToDate"),onClose:N,onSubmit:T}))})),Bs=a(115);function Ds(e,t,a,s,r,o){const i=Object(c.q)();Object(de.a)(()=>{t===e&&r&&o&&(i.current=Object(m.w)(r,o,e).reverse())},[r,o,t,e]);const[l,d]=Object(Bs.a)(s?a:void 0,i.current,void 0,"media"===e?n.ab:n.N);return[l,d,!(!l||!i.current||l[0]===i.current[0])]}var Us=a(51);const Hs=Object(g.g)(e=>e(),250,!1);let qs=!1;var Gs=a(98),_s=a(91);var zs=Object(c.h)(Object(s.h)((e,{userId:t})=>{const{lastSyncTime:a}=e;return{lastSyncTime:a,user:Object(o.Bb)(e,t)}},(e,t)=>Object(d.l)(t,["loadFullUser"]))(({lastSyncTime:e,user:t,forceShowSelf:a,loadFullUser:s})=>{const{id:n,fullInfo:r,username:o,phoneNumber:i,isSelf:l}=t||{};Object(c.n)(()=>{e&&s({userId:n})},[s,n,e]);const d=Object(ee.a)();if(!t||l&&!a)return;const b=r&&r.bio,u=i&&Object(ra.c)(i);return c.a.createElement("div",{className:"ChatExtra"},b&&!!b.length&&c.a.createElement("div",{className:"item"},c.a.createElement("i",{className:"icon-info"}),c.a.createElement("div",null,c.a.createElement("p",{className:"title"},Object(Ke.a)(b,["br","links"])),c.a.createElement("p",{className:"subtitle"},d("UserBio")))),o&&!!o.length&&c.a.createElement("div",{className:"item"},c.a.createElement("i",{className:"icon-mention"}),c.a.createElement("div",null,c.a.createElement("p",{className:"title"},Object(Ke.a)(o)),c.a.createElement("p",{className:"subtitle"},d("Username")))),u&&!!u.length&&c.a.createElement("div",{className:"item"},c.a.createElement("i",{className:"icon-phone"}),c.a.createElement("div",null,c.a.createElement("p",{className:"title"},u),c.a.createElement("p",{className:"subtitle"},d("Phone")))))}));var Vs=Object(c.h)(Object(s.h)((e,{chatId:t})=>({chat:Object(o.f)(e,t)}))(({chat:e})=>{const t=Object(ee.a)();if(!e||e.isRestricted)return;const a=Object(m.g)(e),s=Object(m.h)(e),n=0===s.indexOf("http")?s:"http://"+s;return c.a.createElement("div",{className:"ChatExtra"},a&&!!a.length&&c.a.createElement("div",{className:"item"},c.a.createElement("i",{className:"icon-info"}),c.a.createElement("div",null,c.a.createElement("p",{className:"title"},Object(Ke.a)(a,["br","links"])),c.a.createElement("p",{className:"subtitle"},t("Info")))),!!s.length&&c.a.createElement("div",{className:"item"},c.a.createElement("i",{className:"icon-mention"}),c.a.createElement("div",null,c.a.createElement(ja.a,{url:n,className:"title",text:s}),c.a.createElement("p",{className:"subtitle"},t("SetUrlPlaceholder")))))})),$s=a(151),Ws=a(170),Qs=a(105);a(231);const Ks=[{type:"media",title:"SharedMediaTab2"},{type:"documents",title:"SharedFilesTab2"},{type:"links",title:"SharedLinksTab2"},{type:"audio",title:"SharedMusicTab2"}];function Ys(e){return[`.shared-media-transition > div:only-child > .${e}-list > .scroll-item`,`.shared-media-transition > div.active > .${e}-list > .scroll-item`].join(", ")}var Js=Object(c.h)(Object(s.h)((e,{chatId:t,userId:a})=>{const s=Object(o.f)(e,t),n=Object(o.m)(e,a||t),{currentType:c,resultsByType:r}=Object(o.u)(e)||{},{foundIds:i}=r&&c&&r[c]||{},{byId:l}=e.users,d=s&&Object(m.kb)(s),b=s&&Object(m.jb)(s),u=d||b&&Object(m.gb)(s),h=s&&s.fullInfo&&s.fullInfo.members,O=u&&s&&s.fullInfo&&!s.fullInfo.canViewMembers;let j;return a?j=a:Object(m.lb)(t)&&(j=t),{isChannel:b,resolvedUserId:j,chatMessages:n,foundIds:i,mediaSearchType:c,hasMembersTab:u,areMembersHidden:O,...u&&h&&{members:h,usersById:l},isRightColumnShown:Object(o.U)(e),isRestricted:s&&s.isRestricted,lastSyncTime:e.lastSyncTime}},(e,t)=>Object(d.l)(t,["setLocalMediaSearchType","searchMediaMessagesLocal","openMediaViewer","openAudioPlayer","openUserInfo","focusMessage"]))(({chatId:e,profileState:t,onProfileStateChange:a,isChannel:s,resolvedUserId:r,chatMessages:o,foundIds:d,mediaSearchType:b,hasMembersTab:u,areMembersHidden:O,members:j,usersById:g,isRightColumnShown:f,isRestricted:p,lastSyncTime:I,setLocalMediaSearchType:v,searchMediaMessagesLocal:y,openMediaViewer:w,openAudioPlayer:C,openUserInfo:E,focusMessage:M})=>{const S=Object(c.q)(null),k=Object(c.q)(null),[N,P]=Object(c.r)(0),T=Object(c.p)(()=>[...u?[{type:"members",title:s?"ChannelSubscribers":"GroupMembers"}]:[],...Ks],[u,s]),x=T[N].type,[A,L,R,F]=function(e,t,a,s,n,r,o,i,l,d){const b="members"!==a&&s?s:a,u=Object(c.p)(()=>{if(n&&r)return Object(m.W)(n.map(({userId:e})=>e),r)},[n,r]),[h,O,j]=Ds("media",b,t,d,o,i),[g,f,p]=Ds("documents",b,t,d,o,i),[I,v,y]=Ds("links",b,t,d,o,i),[w,C,E]=Ds("audio",b,t,d,o,i);let M,S,k=!1;switch(b){case"members":M=u,S=void 0;break;case"media":M=h,S=O,k=j;break;case"documents":M=g,S=f,k=p;break;case"links":M=I,S=v,k=y;break;case"audio":M=w,S=C,k=E}return[b,M,S,k]}(0,y,x,b,j,g,o,d,0,I),B=T.findIndex(({type:e})=>e===A),{handleScroll:D}=function(e,t,a,s){Object(Us.a)(([a])=>{if(a&&a!==t){const a=e.current,n=a.querySelector(".TabList");a.scrollTop{qs=!1},350))}},[t,s]),Object(Us.a)(([t])=>{if(a!==l.k.Profile||a===t)return;const n=e.current;if(!n)return;const c=n.querySelector(".TabList");!c||c.offsetTop>n.scrollTop||(qs=!0,Object(Ot.a)(n,n.firstElementChild,"start",void 0,2*n.offsetHeight),setTimeout(()=>{qs=!1},350),s(a))},[a]);const n=Object(c.m)(()=>{const a=e.current;if(!a)return;const n=a.querySelector(".TabList");if(!n)return;let c=l.k.Profile;a.scrollTop>=n.offsetTop&&(c="members"===t?l.k.MemberList:l.k.SharedMedia),s(c)},[e,s,t]);return Object(c.n)(()=>{qs||n()},[n,t]),{handleScroll:Object(c.m)(()=>{qs||Hs(n)},[n])}}(S,x,t,a),{applyTransitionFix:U,releaseTransitionFix:H}=function(e){return Object(c.n)(()=>{function t(){const t=e.current,a=t.querySelector(".Transition"),s=t.querySelector(".TabList");a&&s&&(a.style.minHeight=t.offsetHeight-s.offsetHeight+"px")}return t(),window.addEventListener("resize",t,!1),()=>{window.removeEventListener("resize",t,!1)}},[e]),{applyTransitionFix:Object(c.m)(()=>{const t=e.current;if("hidden"!==t.style.overflowY){const e=t.offsetWidth-t.clientWidth;t.style.overflowY="hidden",t.style.marginRight=e+"px"}},[e]),releaseTransitionFix:Object(c.m)(()=>{const t=e.current;t.style.overflowY="scroll",t.style.marginRight="0"},[e])}}(S),[q,G]=(()=>{const[e,t]=Object(c.r)(!1);return[e,Object(c.m)(()=>{t(e=>!e)},[])]})(),_=Object(c.m)(()=>{H(),G()},[H,G]);Object(c.n)(()=>{v({mediaType:x})},[v,x]);const z=r||e,V=Object(c.m)(e=>{w({chatId:z,threadId:i.MAIN_THREAD_ID,messageId:e,origin:l.h.SharedMedia})},[z,w]),$=Object(c.m)(e=>{C({chatId:z,messageId:e})},[z,C]),W=Object(c.m)(e=>{E({id:e})},[E]),Q=Object(c.m)(e=>{M({chatId:z,messageId:e})},[z,M]);let K;Object(c.n)(()=>{if(k.current&&h.k)return Object(le.b)(k.current,{onSwipe:(e,t)=>{t===le.a.Left?P(Math.min(N+1,T.length-1)):t===le.a.Right&&P(Math.max(0,N-1))}})},[N,T.length]);const Y="members"===A||!u&&"media"===A;Y?K=f?0:1e3:L||(K=n.bb);const J=Object(Os.a)([e,A],K);function X(){if(!L||!J||!o){const e=Y&&L&&!J;return c.a.createElement("div",{className:"content empty-list"},!e&&c.a.createElement(oe.a,null))}if(!L.length){let e;switch(A){case"members":e=O?"You have no access to group members list.":"No members found";break;case"documents":e="No documents found.";break;case"links":e="No links found.";break;case"audio":e="No audio found.";break;default:e="No media found."}return c.a.createElement("div",{className:"content empty-list"},c.a.createElement(Qs.a,{text:e}))}return c.a.createElement("div",{className:`content ${A}-list`,teactFastList:!0},"media"===A?L.map(e=>o[e]&&c.a.createElement($s.a,{key:e,message:o[e],onClick:V})):"documents"===A?L.map(e=>o[e]&&c.a.createElement(Ut.a,{key:e,message:o[e],withDate:!0,smaller:!0,className:"scroll-item",onDateClick:Q})):"links"===A?L.map(e=>o[e]&&c.a.createElement(Ws.a,{key:e,message:o[e],onMessageClick:Q})):"audio"===A?L.map(e=>o[e]&&c.a.createElement(Ht.a,{key:e,renderingFor:"sharedMedia",message:o[e],date:o[e].date,lastSyncTime:I,className:"scroll-item",onPlay:$,onDateClick:Q})):"members"===A?L.map((e,t)=>c.a.createElement(_s.a,{key:e,teactOrderKey:t,className:"chat-item-clickable scroll-item",onClick:()=>W(e)},c.a.createElement(ze.a,{userId:e,forceShowSelf:!0}))):void 0)}return c.a.createElement(Gs.a,{ref:S,className:"Profile custom-scroll",itemSelector:Ys(A),items:L,cacheBuster:q,preloadBackwards:n.ab,isDisabled:"members"===x,noFastList:!0,onLoadMore:R,onScroll:D},!F&&function(e,t){return c.a.createElement("div",{className:"profile-info"},t?c.a.createElement(c.a.Fragment,null,c.a.createElement(ze.a,{userId:t,avatarSize:"jumbo",forceShowSelf:t!==e,withMediaViewer:!0,withFullInfo:!0}),c.a.createElement(zs,{userId:t,forceShowSelf:t!==e})):c.a.createElement(c.a.Fragment,null,c.a.createElement(Ve.a,{chatId:e,avatarSize:"jumbo",withMediaViewer:!0,withFullInfo:!0}),c.a.createElement(Vs,{chatId:e})))}(e,r),!p&&c.a.createElement("div",{className:"shared-media"},c.a.createElement(Z.a,{ref:k,name:"slide",activeKey:B,renderCount:T.length,shouldRestoreHeight:!0,className:"shared-media-transition",onStart:U,onStop:_},X),c.a.createElement(me.a,{activeTab:N,tabs:T,onSwitchTab:P})))}));var Zs=e=>{const t=Object(ge.a)(je.a.Extra,"RightSearch");return t?c.a.createElement(t,e):c.a.createElement(fe.a,null)};var Xs=e=>{const t=Object(ge.a)(je.a.Extra,"Management");return t?c.a.createElement(t,e):c.a.createElement(fe.a,null)};var en=()=>{const e=Object(ge.a)(je.a.Extra,"Statistics");return e?c.a.createElement(e,null):c.a.createElement(fe.a,null)};var tn=()=>{const e=Object(ge.a)(je.a.Extra,"StickerSearch");return e?c.a.createElement(e,null):c.a.createElement(fe.a,null)};var an=()=>{const e=Object(ge.a)(je.a.Extra,"GifSearch");return e?c.a.createElement(e,null):c.a.createElement(fe.a,null)};var sn=()=>{const e=Object(ge.a)(je.a.Extra,"PollResults");return e?c.a.createElement(e,null):c.a.createElement(fe.a,null)};a(232);const nn=Object.keys(l.l).length/2,cn=Object.keys(l.g).length/2;function rn(){const e=document.querySelector(".RightHeader .SearchInput input");e&&e.blur()}var on=Object(c.h)(Object(s.h)(e=>{const{chatId:t,threadId:a}=Object(o.x)(e)||{},s=Object(o.d)(e);return{contentKey:Object(o.ib)(e),chatId:t,threadId:a,currentProfileUserId:e.users.selectedId,isChatSelected:Boolean(t&&s)}},(e,t)=>Object(d.l)(t,["openUserInfo","toggleChatInfo","toggleManagement","toggleStatistics","closeLocalTextSearch","setStickerSearchQuery","setGifSearchQuery","closePollResults"]))(({contentKey:e,chatId:t,threadId:a,currentProfileUserId:s,isChatSelected:r,toggleChatInfo:o,toggleManagement:i,toggleStatistics:d,openUserInfo:b,closeLocalTextSearch:u,setStickerSearchQuery:m,setGifSearchQuery:h,closePollResults:O})=>{var j;const{width:g}=Fe(),[f,p]=Object(c.r)(l.k.Profile),[I,v]=Object(c.r)(l.g.Initial),[y,w]=Object(c.r)(),[C,E]=Object(c.r)(),M=f!==l.k.Profile,S=void 0!==e,k=e===l.l.ChatInfo||e===l.l.UserInfo,N=e===l.l.Search,P=e===l.l.Management,T=e===l.l.Statistics,x=e===l.l.StickerSearch,A=e===l.l.GifSearch,L=e===l.l.PollResults,R=g<=n.Q,[F,B]=Object(c.r)(!S),D=null!==(j=Ge(e,!0,!r))&&void 0!==j?j:-1,U=Object(c.m)(()=>{switch(e){case l.l.ChatInfo:if(M){p(l.k.Profile);break}o();break;case l.l.UserInfo:if(M){p(l.k.Profile);break}b({id:void 0});break;case l.l.Management:switch(I){case l.g.Initial:i();break;case l.g.ChatPrivacyType:case l.g.Discussion:case l.g.GroupPermissions:case l.g.GroupType:case l.g.ChatAdministrators:case l.g.ChannelSubscribers:case l.g.GroupMembers:v(l.g.Initial);break;case l.g.GroupUserPermissionsCreate:case l.g.GroupRemovedUsers:case l.g.GroupUserPermissions:v(l.g.GroupPermissions),w(void 0),E(void 0);break;case l.g.ChatAdminRights:case l.g.GroupRecentActions:v(l.g.ChatAdministrators)}break;case l.l.Statistics:d();break;case l.l.Search:rn(),u();break;case l.l.StickerSearch:case l.l.GifSearch:rn(),m({query:void 0}),h({query:void 0});break;case l.l.PollResults:O()}},[e,M,o,b,d,O,I,i,u,m,h]),H=Object(c.m)((e,t)=>{w(e),E(t)},[]);function q(){if(-1!==D)switch(D){case l.l.ChatInfo:case l.l.UserInfo:return c.a.createElement(Js,{key:s||t,chatId:t,userId:s,profileState:f,onProfileStateChange:p});case l.l.Search:return c.a.createElement(Zs,{chatId:t,threadId:a});case l.l.Management:return c.a.createElement(Xs,{chatId:t,currentScreen:I,isPromotedByCurrentUser:C,selectedChatMemberId:y,onScreenSelect:v,onChatMemberSelect:H});case l.l.Statistics:return c.a.createElement(en,null);case l.l.StickerSearch:return c.a.createElement(tn,null);case l.l.GifSearch:return c.a.createElement(an,null);case l.l.PollResults:return c.a.createElement(sn,null)}}return Object(c.n)(()=>S?Object(J.a)(U):void 0,[S,U]),Object(c.n)(()=>{setTimeout(()=>{B(!S)},300)},[S]),Object(c.n)(()=>{S&&R&&U()},[R]),Object(lt.a)(([a,s])=>{(a===l.l.ChatInfo&&e===l.l.UserInfo||a===l.l.UserInfo&&e===l.l.ChatInfo||s!==t)&&(p(l.k.Profile),v(l.g.Initial))},[e,t]),c.a.createElement("div",{id:"RightColumn-wrapper",className:r?void 0:"is-hidden"},R&&c.a.createElement("div",{className:"overlay-backdrop",onClick:U}),c.a.createElement("div",{id:"RightColumn"},c.a.createElement(Fs,{chatId:t,isColumnOpen:S,isProfile:k,isSearch:N,isManagement:P,isStatistics:T,isStickerSearch:x,isGifSearch:A,isPollResults:L,profileState:f,managementScreen:I,onClose:U}),c.a.createElement(Z.a,{name:F?"none":"zoom-fade",renderCount:nn+cn,activeKey:P?nn+I:D},q)))}));var ln=Object(c.h)(({isOpen:e})=>{const t=Object(ge.a)(je.a.Extra,"MediaViewer",!e);return t?c.a.createElement(t,null):void 0});var dn=e=>{const{isOpen:t}=e,a=Object(ge.a)(je.a.Extra,"ForwardPicker",!t);return a?c.a.createElement(a,e):void 0};var bn=({isOpen:e})=>{const t=Object(ge.a)(je.a.Extra,"Notifications",!e);return t?c.a.createElement(t,null):void 0};var un=({isOpen:e})=>{const t=Object(ge.a)(je.a.Extra,"Errors",!e);return t?c.a.createElement(t,null):void 0};a(233);let mn,hn=!1;var On=Object(c.h)(Object(s.h)(e=>({animationLevel:e.settings.byKey.animationLevel,lastSyncTime:e.lastSyncTime,isLeftColumnShown:e.isLeftColumnShown,isRightColumnShown:Object(o.U)(e),isMediaViewerOpen:Object(o.R)(e),isForwardModalOpen:Object(o.P)(e),hasNotifications:Boolean(e.notifications.length),hasErrors:Boolean(e.errors.length)}),(e,t)=>Object(d.l)(t,["loadAnimatedEmojis"]))(({lastSyncTime:e,loadAnimatedEmojis:t,isLeftColumnShown:a,isRightColumnShown:s,isMediaViewerOpen:r,isForwardModalOpen:o,animationLevel:i,hasNotifications:l,hasErrors:d})=>{n.l&&!hn&&(hn=!0,console.log(">>> RENDER MAIN")),Object(c.n)(()=>{e&&t()},[e,t]);const{transitionClassNames:b}=Object(Y.a)(!a,void 0,!0),{transitionClassNames:u}=Object(Y.a)(s,void 0,!0),m=Object(X.a)(b.replace(/([\w-]+)/g,"middle-column-$1"),u.replace(/([\w-]+)/g,"right-column-$1"));function h(e){e.preventDefault(),e.stopPropagation()}return Object(c.n)(()=>{document.body.classList.toggle("is-middle-column-open",m.includes("middle-column-open")),document.body.classList.toggle("is-right-column-shown",m.includes("right-column-open"))},[m]),Object(c.n)(()=>{i>0&&(document.body.classList.add("animating-right-column"),Object(K.b)(350+n.c),mn&&(clearTimeout(mn),mn=void 0),mn=window.setTimeout(()=>{document.body.classList.remove("animating-right-column"),mn=void 0},350+n.c))},[i,s]),c.a.createElement("div",{id:"Main",className:m,onDrop:h,onDragOver:h},c.a.createElement(xe,null),c.a.createElement(As,null),c.a.createElement(on,null),c.a.createElement(ln,{isOpen:r}),c.a.createElement(dn,{isOpen:o}),c.a.createElement(bn,{isOpen:l}),c.a.createElement(un,{isOpen:d}))}));n.l&&console.log(">>> FINISH LOAD MAIN BUNDLE"),Object(s.d)().initApi()}}]); \ No newline at end of file diff --git a/dist/4.cb49db0cd6ca3907af90.css b/dist/4.cb49db0cd6ca3907af90.css new file mode 100644 index 000000000..2b1158034 --- /dev/null +++ b/dist/4.cb49db0cd6ca3907af90.css @@ -0,0 +1 @@ +#monkey{position:relative;display:block;margin-left:auto;margin-right:auto;width:7.5rem;height:7.5rem;margin-bottom:1.75rem}@media (min-width:600px) and (min-height:450px){#monkey{width:10rem;height:10rem;margin-bottom:2.5rem}}#monkey.big{width:10rem;height:10rem}#monkey .AnimatedSticker{position:absolute;left:0;top:0;width:100%;height:100%}#monkey .AnimatedSticker.hidden{display:none}#monkey .monkey-preview{width:100%;height:100%;background-size:100%;background:url(monkey.a3d5fcdc50b18dc55695f7dd4101a8c9.svg) 50%}.Modal{position:relative;z-index:var(--z-modal)}.Modal.confirm .modal-dialog,.Modal.delete .modal-dialog,.Modal.error .modal-dialog,.Modal.pin .modal-dialog,.Modal.unpin-all .modal-dialog{max-width:23rem}.Modal.narrow .modal-dialog{max-width:20rem}.Modal .modal-container{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center}.Modal .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:rgba(0,0,0,.25)}.Modal.transparent-backdrop .modal-backdrop{background-color:initial}.Modal .modal-dialog{position:relative;display:inline-flex;flex-direction:column;width:100%;max-width:35rem;min-width:17.5rem;margin:2rem auto;background-color:#fff;box-shadow:0 .25rem .5rem .1rem hsla(0,0%,44.7%,.25);border-radius:var(--border-radius-default);transform:translate3d(0,-1rem,0);transition:transform .2s ease,opacity .2s ease}body.animation-level-0 .Modal .modal-dialog{transition:none;transform:none!important}@media (max-width:450px){.Modal .modal-dialog{max-width:calc(100vw - 3rem)!important}}.Modal.open .modal-dialog{transform:translateZ(0)}.Modal.closing .modal-dialog{transform:translate3d(0,1rem,0)}.Modal .modal-header,.Modal .modal-header-condensed{padding:1rem 1rem 0;display:flex;align-items:center;flex-shrink:0}.Modal .modal-title{font-size:1.25rem;font-weight:500;flex:1 1 auto;text-align:left;overflow:hidden;text-overflow:ellipsis}.Modal .modal-title:not(:only-child){margin:0 1.3125rem}.Modal .modal-header-condensed{padding:.5rem 1.25rem 0 .9375rem!important}.Modal .modal-header-condensed .modal-action-button{font-size:.875rem;height:2.25rem;width:auto;line-height:1.625rem;margin-left:auto;padding-left:1.25rem;padding-right:1.25rem;min-width:5rem}.Modal .modal-content{width:100%;flex-grow:1;padding:1rem;overflow-y:auto}.Modal .modal-content b,.Modal .modal-content strong{word-break:break-word}.Modal .dialog-buttons{display:flex;align-items:flex-end}.Modal .dialog-buttons .confirm-dialog-button+.confirm-dialog-button{margin-left:1rem}.Modal .confirm-dialog-button{width:auto;height:auto;margin-left:auto;text-align:right;font-weight:500}.CropModal .modal-dialog{width:calc(100% - 2rem);max-width:35rem;height:calc(100% - 1rem);max-height:35rem;position:relative}.CropModal #avatar-crop,.CropModal .modal-content{overflow:hidden}.CropModal .confirm-button{position:absolute;bottom:1rem;right:1rem;box-shadow:0 1px 2px hsla(0,0%,44.7%,.25)}.CropModal #avatar-crop{max-width:25rem;margin:0 auto;position:relative}.CropModal #avatar-crop:before{content:"";display:block;padding-top:100%}.CropModal #avatar-crop .cr-boundary{position:absolute;top:0;left:0;border-radius:var(--border-radius-messages-small)}.CropModal #avatar-crop .cr-viewport{border:none;box-shadow:0 0 2000px 2000px hsla(0,0%,100%,.5)}.CropModal #avatar-crop .cr-slider::-webkit-slider-runnable-track{background:var(--color-borders)}.CropModal #avatar-crop .cr-slider::-moz-range-track{background:var(--color-borders)}.CropModal #avatar-crop .cr-slider::-ms-track{background:var(--color-borders)}.CropModal #avatar-crop .cr-slider::-webkit-slider-thumb{background:var(--color-primary);cursor:pointer;transform:scale(1);-webkit-transition:transform .25s ease-in-out;transition:transform .25s ease-in-out}.CropModal #avatar-crop .cr-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.CropModal #avatar-crop .cr-slider::-moz-range-thumb{background:var(--color-primary);cursor:pointer;transform:scale(1);-moz-transition:transform .25s ease-in-out;transition:transform .25s ease-in-out}.CropModal #avatar-crop .cr-slider::-moz-range-thumb:hover{transform:scale(1.2)}.CropModal #avatar-crop .cr-slider::-ms-thumb{background:var(--color-primary);cursor:pointer;transform:scale(1);-ms-transition:transform .25s ease-in-out;transition:transform .25s ease-in-out}.CropModal #avatar-crop .cr-slider::-ms-thumb:hover{transform:scale(1.2)}.AvatarEditable label{margin-left:auto;margin-right:auto;width:7.5rem;height:7.5rem;margin-bottom:2rem;display:flex!important;align-items:center;justify-content:center;background-color:var(--color-primary);border-radius:50%;color:#fff;font-size:3rem;cursor:pointer;position:relative;overflow:hidden;outline:none!important}.AvatarEditable label input{display:none}.AvatarEditable label img{position:absolute;top:0;left:0;width:100%;height:100%}.AvatarEditable label i{transform:scale(1);transition:transform .15s linear;z-index:var(--z-register-add-avatar)}.Transition>div:not(.active) .AvatarEditable label:after,.Transition>div:not(.active) .AvatarEditable label i,.Transition>div:not(.active) .AvatarEditable label input,body.animating-right-column .AvatarEditable label:after,body.animating-right-column .AvatarEditable label i,body.animating-right-column .AvatarEditable label input{display:none!important}.Transition>div:not(.active) .AvatarEditable label img,body.animating-right-column .AvatarEditable label img{position:static!important}.AvatarEditable label:hover i{transform:scale(1.2)}.AvatarEditable label.filled{background-color:#fff}.AvatarEditable label.filled:after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.4)}.AvatarEditable label.disabled{pointer-events:none} \ No newline at end of file diff --git a/dist/4.cb49db0cd6ca3907af90.js b/dist/4.cb49db0cd6ca3907af90.js new file mode 100644 index 000000000..6b2c13f2a --- /dev/null +++ b/dist/4.cb49db0cd6ca3907af90.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{102:function(e,t,n){"use strict";var r=n(0),a=n(7),o=n(9),c=n(8),l=n(42);let i,u;async function s(){return i||(i=n.e(7).then(n.bind(null,302)),u=(await i).default),i}setTimeout(s,5e3);t.a=Object(r.h)(({className:e,id:t,animationData:n,play:i,playSegment:d,speed:f,noLoop:m,size:h,quality:b,isLowPriority:v,onLoad:p})=>{const[g,E]=Object(r.r)(),j=Object(r.q)(null),O=Object(r.q)(!1),y=Object(r.q)(!1),w=Object(r.q)();w.current=i;const k=Object(r.q)();k.current=d,Object(r.n)(()=>{if(g||!n)return;const e=()=>{if(!j.current)return;const e=new u(t,j.current,n,{noLoop:m,size:h,quality:b,isLowPriority:v},p);f&&e.setSpeed(f),E(e)};u?e():s().then(()=>{Object(o.b)(()=>{j.current&&e()})})},[g,n,t,v,m,p,b,h,f]),Object(r.n)(()=>()=>{g&&g.destroy()},[g]);const N=Object(r.m)((e=!1)=>{g&&(w.current||k.current)&&(k.current?g.playSegment(k.current):e?g.goToAndPlay(0):g.play())},[g]),C=Object(r.m)(()=>{g&&g.pause()},[g]),L=Object(r.m)(()=>{y.current=!0,g&&(O.current||(O.current=g.isPlaying()),C())},[g,C]),A=Object(r.m)(()=>{O.current&&N(),O.current=!1,y.current=!1},[N]),M=Object(r.m)(()=>{Object(o.b)(A)},[A]);var P,T;Object(r.n)(()=>{g&&(i||d?y.current?O.current=!0:N(m):y.current?O.current=!1:C())},[g,i,d,m,N,C]),Object(l.a)(L,A),P=L,T=M,Object(r.n)(()=>(document.hasFocus()||P(),window.addEventListener("blur",P),window.addEventListener("focus",T),()=>{window.removeEventListener("focus",T),window.removeEventListener("blur",P)}),[P,T]);const S=Object(c.a)("AnimatedSticker",e,a.d&&i&&"is-playing"),x=h?`width: ${h}px; height: ${h}px;`:void 0;return r.a.createElement("div",{ref:j,className:S,style:x})})},111:function(e,t,n){"use strict";var r=n(0),a=n(55);t.a=({containerId:e,className:t,children:n})=>{const o=Object(r.q)(document.createElement("div"));return Object(r.o)(()=>{const n=document.querySelector(e||"#portals");if(!n)return;const r=o.current;return t&&r.classList.add(t),n.appendChild(r),()=>{a.a.render(void 0,r),n.removeChild(r)}},[t,e]),a.a.render(n,o.current)}},113:function(e,t,n){"use strict";n.d(t,"a",(function(){return c}));var r=n(5),a=n(47);const o={MonkeyIdle:n.p+"TwoFactorSetupMonkeyIdle.dea4a492c144df84ddab778dc8a3f0cd.tgs",MonkeyTracking:n.p+"TwoFactorSetupMonkeyTracking.eb5a7a6f166fb7589c12e6248561fb58.tgs",MonkeyClose:n.p+"TwoFactorSetupMonkeyClose.604c4c833d322b7e6c3ea19bef058241.tgs",MonkeyPeek:n.p+"TwoFactorSetupMonkeyPeek.1905436b042520363d7e59f5d7f903ab.tgs",FoldersAll:n.p+"FoldersAll.3f9f9e243d19f0fbf9aaaff11cbd4572.tgs",FoldersNew:n.p+"FoldersNew.9a40d71c0c8be70f5bd14ff2d7bc1593.tgs",DiscussionGroups:n.p+"DiscussionGroupsDucks.9ea453d1be9d1b0ee77a992f8e587485.tgs"};function c(e){const t=o[e].replace(window.location.origin,"");return a.b("file"+t,r.ApiMediaFormat.Lottie)}},117:function(e,t,n){"use strict";var r=n(0),a=n(8),o=n(1),c=n(14),l=n(90),i=n(30),u=n(95),s=n(16);n(138);const d={type:"blob",quality:.8,format:"jpeg",circle:!1};let f,m,h;var b=Object(r.h)(({file:e,onChange:t,onClose:a})=>{const[b,v]=Object(r.r)(!1);Object(r.n)(()=>{e&&(b?async function(e){try{const t=document.getElementById("avatar-crop");if(!t)return;const{offsetWidth:n,offsetHeight:r}=t;h=new f(t,{enableZoom:!0,boundary:{width:n,height:r},viewport:{width:n-16,height:r-16,type:"circle"}});const a=await Object(c.a)(e);await h.bind({url:a})}catch(e){o.l&&console.error(e)}}(e):async function(){return m||(m=Promise.all([n.e(5),n.e(8)]).then(n.bind(null,298)),f=(await m).default),m}().then(()=>v(!0)))},[e,b]);const p=Object(l.a)();return r.a.createElement(u.a,{isOpen:Boolean(e),onClose:a,title:"Drag to reposition",className:"CropModal",hasCloseButton:!0},b?r.a.createElement("div",{id:"avatar-crop"}):r.a.createElement(s.a,null),r.a.createElement(i.a,{className:"confirm-button",round:!0,color:"primary",onClick:async function(){if(!h)return;const e=await h.result(d),n="string"==typeof e?e:Object(c.b)(e,"avatar.jpg");t(n)},ariaLabel:p("CropImage")},r.a.createElement("i",{className:"icon-check"})))});n(139);t.a=Object(r.h)(({title:e="Change your profile picture",disabled:t,currentAvatarBlobUrl:n,onChange:o})=>{const[c,l]=Object(r.r)(),[i,u]=Object(r.r)(n);Object(r.n)(()=>{u(n)},[n]);const s=Object(a.a)(i&&"filled",t&&"disabled");return r.a.createElement("div",{className:"AvatarEditable"},r.a.createElement("label",{className:s,role:"button",tabIndex:0,title:e},r.a.createElement("input",{type:"file",onChange:function(e){const t=e.target;t&&t.files&&t.files[0]&&(l(t.files[0]),t.value="")},accept:"image/png, image/jpeg"}),r.a.createElement("i",{className:"icon-camera-add"}),i&&r.a.createElement("img",{src:i,alt:"Avatar"})),r.a.createElement(b,{file:c,onClose:function(){l(void 0)},onChange:function(e){l(void 0),o(e),i&&URL.revokeObjectURL(i),u(URL.createObjectURL(e))}}))})},122:function(e,t,n){},135:function(e,t,n){"use strict";var r=n(0),a=n(1),o=n(7),c=n(113),l=n(102);n(122);const i=[0,50],u=[0,20],s=[20,0],d=o.f?a.db:a.cb;t.a=Object(r.h)(({isPasswordVisible:e,isBig:t})=>{const[n,o]=Object(r.r)(),[f,m]=Object(r.r)(),[h,b]=Object(r.r)(!1),[v,p]=Object(r.r)(!1);Object(r.n)(()=>{n?setTimeout(()=>p(!0),2e3):Object(c.a)("MonkeyClose").then(o)},[n]),Object(r.n)(()=>{f||Object(c.a)("MonkeyPeek").then(m)},[f]);const g=Object(r.m)(()=>b(!0),[]);return r.a.createElement("div",{id:"monkey",className:t?"big":""},!h&&r.a.createElement("div",{className:"monkey-preview"}),n&&r.a.createElement(l.a,{id:"closeMonkey",size:t?a.nb:d,className:v?"hidden":"shown",animationData:n,playSegment:i,noLoop:!0,onLoad:g}),f&&r.a.createElement(l.a,{id:"peekMonkey",size:t?a.nb:d,className:v?"shown":"hidden",animationData:f,playSegment:e?u:s,noLoop:!0}))})},136:function(e,t,n){"use strict";var r=n(0),a=n(1),o=n(7),c=n(8),l=n(30);const i=o.f?550:400;t.a=Object(r.h)(({isLoading:e=!1,isPasswordVisible:t,error:n,hint:u,placeholder:s="Password",submitLabel:d="Next",clearError:f,onChangePasswordVisibility:m,onInputChange:h,onSubmit:b})=>{const v=Object(r.q)(null),[p,g]=Object(r.r)(""),[E,j]=Object(r.r)(!1);return Object(r.n)(()=>{o.k||setTimeout(()=>{v.current.focus()},i)},[]),r.a.createElement("form",{action:"",onSubmit:function(t){t.preventDefault(),e||E&&b(p)},autoComplete:"off"},r.a.createElement("div",{className:Object(c.a)("input-group password-input",p&&"touched",n&&"error")},r.a.createElement("input",{ref:v,className:"form-control",type:t?"text":"password",id:"sign-in-password",value:p||"",autoComplete:"current-password",onChange:function(e){n&&f();const{target:t}=e;g(t.value),j(t.value.length>=a.O),h&&h(t.value)}}),r.a.createElement("label",null,n||u||s),r.a.createElement("div",{className:"toggle-password",onClick:function(){m(!t)},role:"button",tabIndex:0,title:"Toggle password visibility"},r.a.createElement("i",{className:t?"icon-eye":"icon-eye-closed"}))),E&&r.a.createElement(l.a,{type:"submit",ripple:!0,isLoading:e},d))})},137:function(e,t,n){},138:function(e,t,n){},139:function(e,t,n){},89:function(e,t,n){"use strict";n.r(t),n.d(t,"AuthCode",(function(){return h})),n.d(t,"AuthPassword",(function(){return p})),n.d(t,"AuthRegister",(function(){return j})),n.d(t,"AuthQrCode",(function(){return N}));var r=n(0),a=n(2),o=n(7),c=n(3),l=n(38),i=n(16),u=n(1),s=n(113),d=n(102);n(122);const f=o.f?u.db:u.cb;var m=Object(r.h)(({code:e,codeLength:t,trackingDirection:n,isTracking:a,isBig:o})=>{const[c,l]=Object(r.r)(),[i,m]=Object(r.r)(),[h,b]=Object(r.r)(!1),v=165/t;Object(r.n)(()=>{c||Object(s.a)("MonkeyIdle").then(l)},[c]),Object(r.n)(()=>{i||Object(s.a)("MonkeyTracking").then(m)},[i]);const p=Object(r.m)(()=>b(!0),[]);return r.a.createElement("div",{id:"monkey",className:o?"big":""},!h&&r.a.createElement("div",{className:"monkey-preview"}),c&&r.a.createElement(d.a,{id:"idleMonkey",size:o?u.nb:f,className:a?"hidden":void 0,animationData:c,play:!a,onLoad:p}),i&&r.a.createElement(d.a,{id:"trackingMonkey",size:o?u.nb:f,className:a?"shown":"hidden",animationData:i,playSegment:a?function(){const r=e&&e.length>1||n<0?15+v*(e.length-1):0,a=e.length===t?180:15+v*e.length;return n<1?[a,r]:[r,a]}():void 0,speed:2,noLoop:!0}))});var h=Object(r.h)(Object(a.h)(e=>Object(c.l)(e,["authPhoneNumber","authIsCodeViaApp","authIsLoading","authError"]),(e,t)=>Object(c.l)(t,["setAuthCode","returnToAuthPhoneNumber","clearAuthError"]))(({authPhoneNumber:e,authIsCodeViaApp:t,authIsLoading:n,authError:a,setAuthCode:c,returnToAuthPhoneNumber:u,clearAuthError:s})=>{const d=Object(r.q)(null),[f,h]=Object(r.r)(""),[b,v]=Object(r.r)(!1),[p,g]=Object(r.r)(1);Object(r.n)(()=>{o.k||d.current.focus()},[]);const E=Object(r.m)(e=>{a&&s();const{currentTarget:t}=e;t.value=t.value.replace(/[^\d]+/,"").substr(0,5),t.value!==f&&(h(t.value),b?t.value.length||v(!1):v(!0),f&&f.length>t.value.length?g(-1):g(1),5===t.value.length&&c({code:t.value}))},[a,s,f,b,c]);return r.a.createElement("div",{id:"auth-code-form",className:"custom-scroll"},r.a.createElement("div",{className:"auth-form"},r.a.createElement(m,{code:f,codeLength:5,isTracking:b,trackingDirection:p}),r.a.createElement("h2",null,e,r.a.createElement("div",{className:"auth-number-edit",onClick:()=>u(),role:"button",tabIndex:0,title:"Sign In with another phone number"},r.a.createElement("i",{className:"icon-edit"}))),r.a.createElement("p",{className:"note"},t?r.a.createElement(r.a.Fragment,null,"We have sent the code to the Telegram app",r.a.createElement("br",null),"on your other device."):r.a.createElement(r.a.Fragment,null,"We have sent you an SMS",r.a.createElement("br",null),"with the code.")),r.a.createElement(l.a,{ref:d,id:"sign-in-code",label:"Code",onInput:E,value:f,error:a,autoComplete:"one-time-code",inputMode:"decimal"}),n&&r.a.createElement(i.a,null)))})),b=n(135),v=n(136);var p=Object(r.h)(Object(a.h)(e=>Object(c.l)(e,["authIsLoading","authError","authHint"]),(e,t)=>Object(c.l)(t,["setAuthPassword","clearAuthError"]))(({authIsLoading:e,authError:t,authHint:n,setAuthPassword:a,clearAuthError:o})=>{const[c,l]=Object(r.r)(!1),i=Object(r.m)(e=>{l(e)},[]),u=Object(r.m)(e=>{a({password:e})},[a]);return r.a.createElement("div",{id:"auth-password-form",className:"custom-scroll"},r.a.createElement("div",{className:"auth-form"},r.a.createElement(b.a,{isPasswordVisible:c}),r.a.createElement("h2",null,"Enter Your Password"),r.a.createElement("p",{className:"note"},"Your account is protected with",r.a.createElement("br",null),"an additional password."),r.a.createElement(v.a,{clearError:o,error:t,hint:n,isLoading:e,isPasswordVisible:c,onChangePasswordVisibility:i,onSubmit:u})))})),g=n(30),E=n(117);var j=Object(r.h)(Object(a.h)(e=>Object(c.l)(e,["authIsLoading","authError"]),(e,t)=>Object(c.l)(t,["signUp","clearAuthError","uploadProfilePhoto"]))(({authIsLoading:e,authError:t,signUp:n,clearAuthError:a,uploadProfilePhoto:o})=>{const[c,i]=Object(r.r)(!1),[u,s]=Object(r.r)(),[d,f]=Object(r.r)(""),[m,h]=Object(r.r)("");return r.a.createElement("div",{id:"auth-registration-form",className:"custom-scroll"},r.a.createElement("div",{className:"auth-form"},r.a.createElement("form",{action:"",method:"post",onSubmit:function(e){e.preventDefault(),n({firstName:d,lastName:m}),u&&o({file:u})}},r.a.createElement(E.a,{onChange:s}),r.a.createElement("h2",null,"Your Name"),r.a.createElement("p",{className:"note"},"Enter your name and add",r.a.createElement("br",null),"a profile picture."),r.a.createElement(l.a,{id:"registration-first-name",label:"Name",onChange:function(e){t&&a();const{target:n}=e;f(n.value),i(n.value.length>0)},value:d,error:t,autoComplete:"given-name"}),r.a.createElement(l.a,{id:"registration-last-name",label:"Last Name (optional)",onChange:function(e){const{target:t}=e;h(t.value)},value:m,autoComplete:"family-name"}),c&&r.a.createElement(g.a,{type:"submit",ripple:!0,isLoading:e},"Start Messaging"))))}));let O=null;class y{}y.render=function(e,t){O(e,t)},self.QrCreator=y,function(e){function t(t,n,r,a){var o={},c=e(r,n);c.u(t),c.J(),a=a||0;var l=c.h(),i=c.h()+2*a;return o.text=t,o.level=n,o.version=r,o.O=i,o.a=function(e,t){return t-=a,!(0>(e-=a)||e>=l||0>t||t>=l)&&c.a(e,t)},o}function n(e,t,n,r,a,o,c,l,i,u){function s(t,n,r,a,c,l,i){t?(e.lineTo(n+l,r+i),e.arcTo(n,r,a,c,o)):e.lineTo(n,r)}c?e.moveTo(t+o,n):e.moveTo(t,n),s(l,r,n,r,a,-o,0),s(i,r,a,t,a,0,-o),s(u,t,a,t,n,o,0),s(c,t,n,r,n,0,o)}function r(e,t,n,r,a,o,c,l,i,u){function s(t,n,r,a){e.moveTo(t+r,n),e.lineTo(t,n),e.lineTo(t,n+a),e.arcTo(t,n,t+r,n,o)}c&&s(t,n,o,o),l&&s(r,n,-o,o),i&&s(r,a,-o,-o),u&&s(t,a,o,-o)}function a(e,a){e:{var o=a.text,c=a.v,l=a.N,i=a.K,u=a.P;for(l=Math.max(1,l||1),i=Math.min(40,i||40);l<=i;l+=1)try{var s=t(o,c,l,u);break e}catch(e){}s=void 0}if(!s)return null;for(o=e.getContext("2d"),a.background&&(o.fillStyle=a.background,o.fillRect(a.left,a.top,a.size,a.size)),c=s.O,i=a.size/c,o.beginPath(),u=0;uMath.round(e*t.size)),"linear-gradient"===r)var o=e.createLinearGradient.apply(e,n);else{if("radial-gradient"!==r)throw Error("Unsupported fill");o=e.createRadialGradient.apply(e,n)}a.forEach(([e,t])=>{o.addColorStop(e,t)}),e.fillStyle=o}}(o,a),o.fill(),e}var o={minVersion:1,maxVersion:40,ecLevel:"L",left:0,top:0,size:200,fill:"#000",background:null,text:"no text",radius:.5,quiet:0};O=function(e,t){var n={};Object.assign(n,o,e),n.N=n.minVersion,n.K=n.maxVersion,n.v=n.ecLevel,n.left=n.left,n.top=n.top,n.size=n.size,n.fill=n.fill,n.background=n.background,n.text=n.text,n.R=n.radius,n.P=n.quiet,t instanceof HTMLCanvasElement?(t.width===n.size&&t.height===n.size||(t.width=n.size,t.height=n.size),t.getContext("2d").clearRect(0,0,t.width,t.height),a(t,n)):((e=document.createElement("canvas")).width=n.size,e.height=n.size,n=a(e,n),t.appendChild(n))}}(function(){function e(a,c){function l(e,t){for(var n=-1;7>=n;n+=1)if(!(-1>=e+n||d<=e+n))for(var r=-1;7>=r;r+=1)-1>=t+r||d<=t+r||(s[e+n][t+r]=0<=n&&6>=n&&(0==r||6==r)||0<=r&&6>=r&&(0==n||6==n)||2<=n&&4>=n&&2<=r&&4>=r)}function i(e,n){for(var c=d=4*a+17,i=Array(c),h=0;h=p;p+=1)for(var g=-2;2>=g;g+=1)s[b+p][v+g]=-2==p||2==p||-2==g||2==g||0==p&&0==g}for(c=8;ci;i+=1)h=!e&&1==(c>>i&1),s[6>i?i:8>i?i+1:d-15+i][8]=h,s[8][8>i?d-i-1:9>i?15-i:14-i]=h;if(s[d-8][8]=!e,7<=a){for(c=r.A(a),i=0;18>i;i+=1)h=!e&&1==(c>>i&1),s[Math.floor(i/3)][i%3+d-8-3]=h;for(i=0;18>i;i+=1)h=!e&&1==(c>>i&1),s[i%3+d-8-3][Math.floor(i/3)]=h}if(null==f){for(e=o.I(a,u),c=function(){var e=[],t=0,n={B:function(){return e},c:function(t){return 1==(e[Math.floor(t/8)]>>>7-t%8&1)},put:function(e,t){for(var r=0;r>>t-r-1&1))},f:function(){return t},m:function(n){var r=Math.floor(t/8);e.length<=r&&e.push(0),n&&(e[r]|=128>>>t%8),t+=1}};return n}(),i=0;i8*h)throw Error("code length overflow. ("+c.f()+">"+8*h+")");for(c.f()+4<=8*h&&c.put(0,4);0!=c.f()%8;)c.m(!1);for(;!(c.f()>=8*h)&&(c.put(236,8),!(c.f()>=8*h));)c.put(17,8);var E=0;for(h=i=0,b=Array(e.length),v=Array(e.length),p=0;pp;p+=1)null==s[i][v-p]&&(g=!1,b>>h&1)),n(i,v-p)&&(g=!g),s[i][v-p]=g,-1==--h&&(b+=1,h=7));if(0>(i+=c)||d<=i){i-=c,c=-c;break}}}var u=n[c],s=null,d=0,f=null,m=[],h={u:function(t){t=function(t){var n=e.s(t);return{S:function(){return 4},b:function(){return n.length},write:function(e){for(var t=0;te||d<=e||0>t||d<=t)throw Error(e+","+t);return s[e][t]},h:function(){return d},J:function(){for(var e=0,t=0,n=0;8>n;n+=1){i(!0,n);var a=r.D(h);(0==n||e>a)&&(e=a,t=n)}i(!1,t)}};return h}function t(e,n){if(void 0===e.length)throw Error(e.length+"/"+n);var r=function(){for(var t=0;to.b()-e.b())return o;for(var n=a.g(o.c(0))-a.g(e.c(0)),r=Array(o.b()),c=0;cr?t.push(r):2048>r?t.push(192|r>>6,128|63&r):55296>r||57344<=r?t.push(224|r>>12,128|r>>6&63,128|63&r):(n++,r=65536+((1023&r)<<10|1023&e.charCodeAt(n)),t.push(240|r>>18,128|r>>12&63,128|r>>6&63,128|63&r))}return t};var n={L:1,M:0,Q:3,H:2},r=function(){function e(e){for(var t=0;0!=e;)t+=1,e>>>=1;return t}var n=[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]];return{w:function(t){for(var n=t<<10;0<=e(n)-e(1335);)n^=1335<t||40t?8:16},D:function(e){for(var t=e.h(),n=0,r=0;r=l;l+=1)if(!(0>r+l||t<=r+l))for(var i=-1;1>=i;i+=1)0>a+i||t<=a+i||(0!=l||0!=i)&&c==e.a(r+l,a+i)&&(o+=1);5n;n+=1)e[n]=1<n;n+=1)e[n]=e[n-4]^e[n-5]^e[n-6]^e[n-8];for(n=0;255>n;n+=1)t[e[n]]=n;return{g:function(e){if(1>e)throw Error("glog("+e+")");return t[e]},i:function(t){for(;0>t;)t+=255;for(;256<=t;)t-=255;return e[t]}}}(),o=function(){function e(e,r){switch(r){case n.L:return t[4*(e-1)];case n.M:return t[4*(e-1)+1];case n.Q:return t[4*(e-1)+2];case n.H:return t[4*(e-1)+3]}}var t=[[1,26,19],[1,26,16],[1,26,13],[1,26,9],[1,44,34],[1,44,28],[1,44,22],[1,44,16],[1,70,55],[1,70,44],[2,35,17],[2,35,13],[1,100,80],[2,50,32],[2,50,24],[4,25,9],[1,134,108],[2,67,43],[2,33,15,2,34,16],[2,33,11,2,34,12],[2,86,68],[4,43,27],[4,43,19],[4,43,15],[2,98,78],[4,49,31],[2,32,14,4,33,15],[4,39,13,1,40,14],[2,121,97],[2,60,38,2,61,39],[4,40,18,2,41,19],[4,40,14,2,41,15],[2,146,116],[3,58,36,2,59,37],[4,36,16,4,37,17],[4,36,12,4,37,13],[2,86,68,2,87,69],[4,69,43,1,70,44],[6,43,19,2,44,20],[6,43,15,2,44,16],[4,101,81],[1,80,50,4,81,51],[4,50,22,4,51,23],[3,36,12,8,37,13],[2,116,92,2,117,93],[6,58,36,2,59,37],[4,46,20,6,47,21],[7,42,14,4,43,15],[4,133,107],[8,59,37,1,60,38],[8,44,20,4,45,21],[12,33,11,4,34,12],[3,145,115,1,146,116],[4,64,40,5,65,41],[11,36,16,5,37,17],[11,36,12,5,37,13],[5,109,87,1,110,88],[5,65,41,5,66,42],[5,54,24,7,55,25],[11,36,12,7,37,13],[5,122,98,1,123,99],[7,73,45,3,74,46],[15,43,19,2,44,20],[3,45,15,13,46,16],[1,135,107,5,136,108],[10,74,46,1,75,47],[1,50,22,15,51,23],[2,42,14,17,43,15],[5,150,120,1,151,121],[9,69,43,4,70,44],[17,50,22,1,51,23],[2,42,14,19,43,15],[3,141,113,4,142,114],[3,70,44,11,71,45],[17,47,21,4,48,22],[9,39,13,16,40,14],[3,135,107,5,136,108],[3,67,41,13,68,42],[15,54,24,5,55,25],[15,43,15,10,44,16],[4,144,116,4,145,117],[17,68,42],[17,50,22,6,51,23],[19,46,16,6,47,17],[2,139,111,7,140,112],[17,74,46],[7,54,24,16,55,25],[34,37,13],[4,151,121,5,152,122],[4,75,47,14,76,48],[11,54,24,14,55,25],[16,45,15,14,46,16],[6,147,117,4,148,118],[6,73,45,14,74,46],[11,54,24,16,55,25],[30,46,16,2,47,17],[8,132,106,4,133,107],[8,75,47,13,76,48],[7,54,24,22,55,25],[22,45,15,13,46,16],[10,142,114,2,143,115],[19,74,46,4,75,47],[28,50,22,6,51,23],[33,46,16,4,47,17],[8,152,122,4,153,123],[22,73,45,3,74,46],[8,53,23,26,54,24],[12,45,15,28,46,16],[3,147,117,10,148,118],[3,73,45,23,74,46],[4,54,24,31,55,25],[11,45,15,31,46,16],[7,146,116,7,147,117],[21,73,45,7,74,46],[1,53,23,37,54,24],[19,45,15,26,46,16],[5,145,115,10,146,116],[19,75,47,10,76,48],[15,54,24,25,55,25],[23,45,15,25,46,16],[13,145,115,3,146,116],[2,74,46,29,75,47],[42,54,24,1,55,25],[23,45,15,28,46,16],[17,145,115],[10,74,46,23,75,47],[10,54,24,35,55,25],[19,45,15,35,46,16],[17,145,115,1,146,116],[14,74,46,21,75,47],[29,54,24,19,55,25],[11,45,15,46,46,16],[13,145,115,6,146,116],[14,74,46,23,75,47],[44,54,24,7,55,25],[59,46,16,1,47,17],[12,151,121,7,152,122],[12,75,47,26,76,48],[39,54,24,14,55,25],[22,45,15,41,46,16],[6,151,121,14,152,122],[6,75,47,34,76,48],[46,54,24,10,55,25],[2,45,15,64,46,16],[17,152,122,4,153,123],[29,74,46,14,75,47],[49,54,24,10,55,25],[24,45,15,46,46,16],[4,152,122,18,153,123],[13,74,46,32,75,47],[48,54,24,14,55,25],[42,45,15,32,46,16],[20,147,117,4,148,118],[40,75,47,7,76,48],[43,54,24,22,55,25],[10,45,15,67,46,16],[19,148,118,6,149,119],[18,75,47,31,76,48],[34,54,24,34,55,25],[20,45,15,61,46,16]];return{I:function(t,n){var r=e(t,n);if(void 0===r)throw Error("bad rs block @ typeNumber:"+t+"/errorCorrectLevel:"+n);t=r.length/3,n=[];for(var a=0;aObject(c.l)(e,["connectionState","authQrCode"]),(e,t)=>Object(c.l)(t,["returnToAuthPhoneNumber"]))(({connectionState:e,authQrCode:t,returnToAuthPhoneNumber:n})=>{const a=Object(r.q)(null);return Object(r.n)(()=>{if(!t||"connectionStateReady"!==e)return;const n=a.current;n.innerHTML="",n.classList.remove("pre-animate"),w.render({text:"tg://login?token="+t.token,radius:.5,ecLevel:"M",fill:"#4E96D4",size:280},n)},[e,t]),r.a.createElement("div",{id:"auth-qr-form",className:"custom-scroll"},r.a.createElement("div",{className:"auth-form"},r.a.createElement("div",{className:Object(k.a)("qr-container",t&&"pre-animate"),ref:a},!t&&r.a.createElement(i.a,null)),r.a.createElement("h3",null," Log in to Telegram by QR Code"),r.a.createElement("ol",null,r.a.createElement("li",null,r.a.createElement("span",null,"Open Telegram on your phone")),r.a.createElement("li",null,r.a.createElement("span",null,"Go to ",r.a.createElement("b",null,"Settings")," > ",r.a.createElement("b",null,"Devices")," > ",r.a.createElement("b",null,"Scan QR"))),r.a.createElement("li",null,r.a.createElement("span",null,"Point your phone at this screen to confirm login"))),r.a.createElement(g.a,{isText:!0,onClick:n},"Log in by phone number")))}))},90:function(e,t,n){"use strict";var r=n(0),a=n(10),o=n(29);t.a=()=>{const e=Object(o.a)();return Object(r.n)(()=>a.a(e),[e]),a.b}},95:function(e,t,n){"use strict";var r=n(0),a=n(49);var o=n(8),c=n(42),l=n(27),i=n(51),u=n(90),s=n(30),d=n(111);n(137);t.a=e=>{const{title:t,className:n,isOpen:f,header:m,hasCloseButton:h,noBackdrop:b,children:v,onClose:p,onCloseAnimationEnd:g,onEnter:E}=e,{shouldRender:j,transitionClassNames:O}=Object(l.a)(f,g),y=Object(r.q)(null);Object(r.n)(()=>f?Object(a.a)({onEsc:p,onEnter:E}):void 0,[f,p,E]),Object(r.n)(()=>f&&y.current?function(e){function t(t){if("Tab"!==t.key)return;t.preventDefault(),t.stopPropagation();const n=Array.from(e.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'));if(!n.length)return;const r=n.findIndex(e=>e.isSameNode(document.activeElement));let a=0;r>=0&&(a=t.shiftKey?r>0?r-1:n.length-1:r{document.removeEventListener("keydown",t,!1)}}(y.current):void 0,[f]),Object(i.a)(([e])=>(document.body.classList.toggle("has-open-dialog",f),(f||!f&&void 0!==e)&&Object(c.b)(200),()=>{document.body.classList.remove("has-open-dialog")}),[f]);const w=Object(u.a)();if(!j)return;const k=Object(o.a)("Modal",n,O,b&&"transparent-backdrop");return r.a.createElement(d.a,null,r.a.createElement("div",{ref:y,className:k,tabIndex:-1,role:"dialog"},r.a.createElement("div",{className:"modal-container"},r.a.createElement("div",{className:"modal-backdrop",onClick:p}),r.a.createElement("div",{className:"modal-dialog"},m||(t?r.a.createElement("div",{className:"modal-header"},h&&r.a.createElement(s.a,{round:!0,color:"translucent",size:"smaller",ariaLabel:w("Close"),onClick:p},r.a.createElement("i",{className:"icon-close"})),r.a.createElement("div",{className:"modal-title"},t)):void 0),r.a.createElement("div",{className:"modal-content custom-scroll"},v)))))}}}]); \ No newline at end of file diff --git a/dist/5.43c2a8efebc4fd442d32.css b/dist/5.43c2a8efebc4fd442d32.css new file mode 100644 index 000000000..3189f68a3 --- /dev/null +++ b/dist/5.43c2a8efebc4fd442d32.css @@ -0,0 +1 @@ +.croppie-container{width:100%;height:100%}.croppie-container .cr-image{z-index:-1;position:absolute;top:0;left:0;transform-origin:0 0;max-height:none;max-width:none}.croppie-container .cr-boundary{position:relative;overflow:hidden;margin:0 auto;z-index:1;width:100%;height:100%}.croppie-container .cr-resizer,.croppie-container .cr-viewport{position:absolute;border:2px solid #fff;margin:auto;top:0;bottom:0;right:0;left:0;box-shadow:0 0 2000px 2000px rgba(0,0,0,.5);z-index:0}.croppie-container .cr-resizer{z-index:2;box-shadow:none;pointer-events:none}.croppie-container .cr-resizer-horisontal,.croppie-container .cr-resizer-vertical{position:absolute;pointer-events:all}.croppie-container .cr-resizer-horisontal:after,.croppie-container .cr-resizer-vertical:after{display:block;position:absolute;box-sizing:border-box;border:1px solid #000;background:#fff;width:10px;height:10px;content:""}.croppie-container .cr-resizer-vertical{bottom:-5px;cursor:row-resize;width:100%;height:10px}.croppie-container .cr-resizer-vertical:after{left:50%;margin-left:-5px}.croppie-container .cr-resizer-horisontal{right:-5px;cursor:col-resize;width:10px;height:100%}.croppie-container .cr-resizer-horisontal:after{top:50%;margin-top:-5px}.croppie-container .cr-original-image{display:none}.croppie-container .cr-vp-circle{border-radius:50%}.croppie-container .cr-overlay{z-index:1;position:absolute;cursor:move;touch-action:none}.croppie-container .cr-slider-wrap{width:75%;margin:15px auto;text-align:center}.croppie-result{position:relative;overflow:hidden}.croppie-result img{position:absolute}.croppie-container .cr-image,.croppie-container .cr-overlay,.croppie-container .cr-viewport{transform:translateZ(0)}.cr-slider{-webkit-appearance:none;width:300px;max-width:100%;padding-top:8px;padding-bottom:8px;background-color:initial}.cr-slider::-webkit-slider-runnable-track{width:100%;height:3px;background:rgba(0,0,0,.5);border:0;border-radius:3px}.cr-slider::-webkit-slider-thumb{-webkit-appearance:none;border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:-6px}.cr-slider:focus{outline:none}.cr-slider::-moz-range-track{width:100%;height:3px;background:rgba(0,0,0,.5);border:0;border-radius:3px}.cr-slider::-moz-range-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:-6px}.cr-slider:-moz-focusring{outline:1px solid #fff;outline-offset:-1px}.cr-slider::-ms-track{width:100%;height:5px;background:transparent;border-color:transparent;border-width:6px 0;color:transparent}.cr-slider::-ms-fill-lower,.cr-slider::-ms-fill-upper{background:rgba(0,0,0,.5);border-radius:10px}.cr-slider::-ms-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:1px}.cr-slider:focus::-ms-fill-lower,.cr-slider:focus::-ms-fill-upper{background:rgba(0,0,0,.5)}.cr-rotate-controls{position:absolute;bottom:5px;left:5px;z-index:1}.cr-rotate-controls button{border:0;background:none}.cr-rotate-controls i:before{display:inline-block;font-style:normal;font-weight:900;font-size:22px}.cr-rotate-l i:before{content:"↺"}.cr-rotate-r i:before{content:"↻"} \ No newline at end of file diff --git a/dist/5.43c2a8efebc4fd442d32.js b/dist/5.43c2a8efebc4fd442d32.js new file mode 100644 index 000000000..a2bd6b627 --- /dev/null +++ b/dist/5.43c2a8efebc4fd442d32.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{173:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},292:function(e,t,n){(function(i){var o,r;"undefined"!=typeof self&&self,void 0===(r="function"==typeof(o=function(){"function"!=typeof Promise&&function(t){function n(e,t){return function(){e.apply(t,arguments)}}function o(e){if("object"!=typeof this)throw new TypeError("Promises must be constructed via new");if("function"!=typeof e)throw new TypeError("not a function");this._state=null,this._value=null,this._deferreds=[],h(e,n(a,this),n(s,this))}function r(e){var t=this;return null===this._state?void this._deferreds.push(e):void p((function(){var n=t._state?e.onFulfilled:e.onRejected;if(null!==n){var i;try{i=n(t._value)}catch(t){return void e.reject(t)}e.resolve(i)}else(t._state?e.resolve:e.reject)(t._value)}))}function a(e){try{if(e===this)throw new TypeError("A promise cannot be resolved with itself.");if(e&&("object"==typeof e||"function"==typeof e)){var t=e.then;if("function"==typeof t)return void h(n(t,e),n(a,this),n(s,this))}this._state=!0,this._value=e,l.call(this)}catch(e){s.call(this,e)}}function s(e){this._state=!1,this._value=e,l.call(this)}function l(){for(var e=0,t=this._deferreds.length;t>e;e++)r.call(this,this._deferreds[e]);this._deferreds=null}function c(e,t,n,i){this.onFulfilled="function"==typeof e?e:null,this.onRejected="function"==typeof t?t:null,this.resolve=n,this.reject=i}function h(e,t,n){var i=!1;try{e((function(e){i||(i=!0,t(e))}),(function(e){i||(i=!0,n(e))}))}catch(e){if(i)return;i=!0,n(e)}}var u=setTimeout,p="function"==typeof i&&i||function(e){u(e,1)},d=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};o.prototype.catch=function(e){return this.then(null,e)},o.prototype.then=function(e,t){var n=this;return new o((function(i,o){r.call(n,new c(e,t,i,o))}))},o.all=function(){var e=Array.prototype.slice.call(1===arguments.length&&d(arguments[0])?arguments[0]:arguments);return new o((function(t,n){function i(r,a){try{if(a&&("object"==typeof a||"function"==typeof a)){var s=a.then;if("function"==typeof s)return void s.call(a,(function(e){i(r,e)}),n)}e[r]=a,0==--o&&t(e)}catch(e){n(e)}}if(0===e.length)return t([]);for(var o=e.length,r=0;ri;i++)e[i].then(t,n)}))},o._setImmediateFn=function(e){p=e},e.exports?e.exports=o:t.Promise||(t.Promise=o)}(this),"function"!=typeof window.CustomEvent&&function(){function e(e,t){t=t||{bubbles:!1,cancelable:!1,detail:void 0};var n=document.createEvent("CustomEvent");return n.initCustomEvent(e,t.bubbles,t.cancelable,t.detail),n}e.prototype=window.Event.prototype,window.CustomEvent=e}(),HTMLCanvasElement.prototype.toBlob||Object.defineProperty(HTMLCanvasElement.prototype,"toBlob",{value:function(e,t,n){for(var i=atob(this.toDataURL(t,n).split(",")[1]),o=i.length,r=new Uint8Array(o),a=0;a=5){var r=n;n=i,i=r}return{width:n,height:i}}n=c("transform"),t=c("transformOrigin"),o=c("userSelect");var w={translate3d:{suffix:", 0px"},translate:{suffix:""}},y=function(e,t,n){this.x=parseFloat(e),this.y=parseFloat(t),this.scale=parseFloat(n)};y.parse=function(e){return e.style?y.parse(e.style[n]):e.indexOf("matrix")>-1||e.indexOf("none")>-1?y.fromMatrix(e):y.fromString(e)},y.fromMatrix=function(e){var t=e.substring(7).split(",");return t.length&&"none"!==e||(t=[1,0,0,1,0,0]),new y(v(t[4]),v(t[5]),parseFloat(t[0]))},y.fromString=function(e){var t=e.split(") "),n=t[0].substring(ae.globals.translate.length+1).split(","),i=t.length>1?t[1].substring(6):1,o=n.length>1?n[0]:0,r=n.length>1?n[1]:0;return new y(o,r,i)},y.prototype.toString=function(){var e=w[ae.globals.translate].suffix||"";return ae.globals.translate+"("+this.x+"px, "+this.y+"px"+e+") scale("+this.scale+")"};var b=function(e){if(!e||!e.style[t])return this.x=0,void(this.y=0);var n=e.style[t].split(" ");this.x=parseFloat(n[0]),this.y=parseFloat(n[1])};function x(e){return e.exifdata&&e.exifdata.Orientation?v(e.exifdata.Orientation):1}function C(e,t,n){var i=t.width,o=t.height,r=e.getContext("2d");switch(e.width=t.width,e.height=t.height,r.save(),n){case 2:r.translate(i,0),r.scale(-1,1);break;case 3:r.translate(i,o),r.rotate(180*Math.PI/180);break;case 4:r.translate(0,o),r.scale(1,-1);break;case 5:e.width=o,e.height=i,r.rotate(90*Math.PI/180),r.scale(1,-1);break;case 6:e.width=o,e.height=i,r.rotate(90*Math.PI/180),r.translate(0,-o);break;case 7:e.width=o,e.height=i,r.rotate(-90*Math.PI/180),r.translate(-i,o),r.scale(1,-1);break;case 8:e.width=o,e.height=i,r.translate(0,i),r.rotate(-90*Math.PI/180)}r.drawImage(t,0,0,i,o),r.restore()}function E(){var e,t,n,i,o,r,a=this.options.viewport.type?"cr-vp-"+this.options.viewport.type:null;this.options.useCanvas=this.options.enableOrientation||_.call(this),this.data={},this.elements={},e=this.elements.boundary=document.createElement("div"),n=this.elements.viewport=document.createElement("div"),t=this.elements.img=document.createElement("img"),i=this.elements.overlay=document.createElement("div"),this.options.useCanvas?(this.elements.canvas=document.createElement("canvas"),this.elements.preview=this.elements.canvas):this.elements.preview=t,m(e,"cr-boundary"),e.setAttribute("aria-dropeffect","none"),o=this.options.boundary.width,r=this.options.boundary.height,d(e,{width:o+(isNaN(o)?"":"px"),height:r+(isNaN(r)?"":"px")}),m(n,"cr-viewport"),a&&m(n,a),d(n,{width:this.options.viewport.width+"px",height:this.options.viewport.height+"px"}),n.setAttribute("tabindex",0),m(this.elements.preview,"cr-image"),f(this.elements.preview,{alt:"preview","aria-grabbed":"false"}),m(i,"cr-overlay"),this.element.appendChild(e),e.appendChild(this.elements.preview),e.appendChild(n),e.appendChild(i),m(this.element,"croppie-container"),this.options.customClass&&m(this.element,this.options.customClass),B.call(this),this.options.enableZoom&&I.call(this),this.options.enableResize&&T.call(this)}function _(){return this.options.enableExif&&window.EXIF}function T(){var e,t,n,i,r,a,s,l=this,c=document.createElement("div"),h=!1;function u(a){if((void 0===a.button||0===a.button)&&(a.preventDefault(),!h)){var s=l.elements.overlay.getBoundingClientRect();if(h=!0,t=a.pageX,n=a.pageY,e=-1!==a.currentTarget.className.indexOf("vertical")?"v":"h",i=s.width,r=s.height,a.touches){var c=a.touches[0];t=c.pageX,n=c.pageY}window.addEventListener("mousemove",p),window.addEventListener("touchmove",p),window.addEventListener("mouseup",f),window.addEventListener("touchend",f),document.body.style[o]="none"}}function p(o){var a=o.pageX,s=o.pageY;if(o.preventDefault(),o.touches){var h=o.touches[0];a=h.pageX,s=h.pageY}var u=a-t,p=s-n,m=l.options.viewport.height+p,f=l.options.viewport.width+u;"v"===e&&m>=50&&m<=r?(d(c,{height:m+"px"}),l.options.boundary.height+=p,d(l.elements.boundary,{height:l.options.boundary.height+"px"}),l.options.viewport.height+=p,d(l.elements.viewport,{height:l.options.viewport.height+"px"})):"h"===e&&f>=50&&f<=i&&(d(c,{width:f+"px"}),l.options.boundary.width+=u,d(l.elements.boundary,{width:l.options.boundary.width+"px"}),l.options.viewport.width+=u,d(l.elements.viewport,{width:l.options.viewport.width+"px"})),Z.call(l),S.call(l),k.call(l),Y.call(l),n=s,t=a}function f(){h=!1,window.removeEventListener("mousemove",p),window.removeEventListener("touchmove",p),window.removeEventListener("mouseup",f),window.removeEventListener("touchend",f),document.body.style[o]=""}m(c,"cr-resizer"),d(c,{width:this.options.viewport.width+"px",height:this.options.viewport.height+"px"}),this.options.resizeControls.height&&(m(a=document.createElement("div"),"cr-resizer-vertical"),c.appendChild(a)),this.options.resizeControls.width&&(m(s=document.createElement("div"),"cr-resizer-horisontal"),c.appendChild(s)),a&&(a.addEventListener("mousedown",u),a.addEventListener("touchstart",u)),s&&(s.addEventListener("mousedown",u),s.addEventListener("touchstart",u)),this.elements.boundary.appendChild(c)}function L(e){if(this.options.enableZoom){var t=this.elements.zoomer,n=Q(e,4);t.value=Math.max(parseFloat(t.min),Math.min(parseFloat(t.max),n)).toString()}}function I(){var e=this,t=e.elements.zoomerWrap=document.createElement("div"),n=e.elements.zoomer=document.createElement("input");function i(){M.call(e,{value:parseFloat(n.value),origin:new b(e.elements.preview),viewportRect:e.elements.viewport.getBoundingClientRect(),transform:y.parse(e.elements.preview)})}function o(t){var n,o;if("ctrl"===e.options.mouseWheelZoom&&!0!==t.ctrlKey)return 0;n=t.wheelDelta?t.wheelDelta/1200:t.deltaY?t.deltaY/1060:t.detail?t.detail/-60:0,o=e._currentZoom+n*e._currentZoom,t.preventDefault(),L.call(e,o),i.call(e)}m(t,"cr-slider-wrap"),m(n,"cr-slider"),n.type="range",n.step="0.0001",n.value="1",n.style.display=e.options.showZoomer?"":"none",n.setAttribute("aria-label","zoom"),e.element.appendChild(t),t.appendChild(n),e._currentZoom=1,e.elements.zoomer.addEventListener("input",i),e.elements.zoomer.addEventListener("change",i),e.options.mouseWheelZoom&&(e.elements.boundary.addEventListener("mousewheel",o),e.elements.boundary.addEventListener("DOMMouseScroll",o))}function M(e){var i=this,o=e?e.transform:y.parse(i.elements.preview),r=e?e.viewportRect:i.elements.viewport.getBoundingClientRect(),a=e?e.origin:new b(i.elements.preview);function s(){var e={};e[n]=o.toString(),e[t]=a.toString(),d(i.elements.preview,e)}if(i._currentZoom=e?e.value:i._currentZoom,o.scale=i._currentZoom,i.elements.zoomer.setAttribute("aria-valuenow",i._currentZoom),s(),i.options.enforceBoundary){var l=R.call(i,r),c=l.translate,h=l.origin;o.x>=c.maxX&&(a.x=h.minX,o.x=c.maxX),o.x<=c.minX&&(a.x=h.maxX,o.x=c.minX),o.y>=c.maxY&&(a.y=h.minY,o.y=c.maxY),o.y<=c.minY&&(a.y=h.maxY,o.y=c.minY)}s(),X.call(i),Y.call(i)}function R(e){var t=this._currentZoom,n=e.width,i=e.height,o=this.elements.boundary.clientWidth/2,r=this.elements.boundary.clientHeight/2,a=this.elements.preview.getBoundingClientRect(),s=a.width,l=a.height,c=n/2,h=i/2,u=-1*(c/t-o),p=-1*(h/t-r),d=1/t*c,m=1/t*h;return{translate:{maxX:u,minX:u-(s*(1/t)-n*(1/t)),maxY:p,minY:p-(l*(1/t)-i*(1/t))},origin:{maxX:s*(1/t)-d,minX:d,maxY:l*(1/t)-m,minY:m}}}function k(e){var i=this._currentZoom,o=this.elements.preview.getBoundingClientRect(),r=this.elements.viewport.getBoundingClientRect(),a=y.parse(this.elements.preview.style[n]),s=new b(this.elements.preview),l=r.top-o.top+r.height/2,c=r.left-o.left+r.width/2,h={},u={};if(e){var p=s.x,m=s.y,f=a.x,v=a.y;h.y=p,h.x=m,a.y=f,a.x=v}else h.y=l/i,h.x=c/i,u.y=(h.y-s.y)*(1-i),u.x=(h.x-s.x)*(1-i),a.x-=u.x,a.y-=u.y;var g={};g[t]=h.x+"px "+h.y+"px",g[n]=a.toString(),d(this.elements.preview,g)}function B(){var e,t,i,r,a,s=this,l=!1;function c(e,t){var n=s.elements.preview.getBoundingClientRect(),i=a.y+t,o=a.x+e;s.options.enforceBoundary?(r.top>n.top+t&&r.bottomn.left+e&&r.right1){var v=o.touches[0],g=o.touches[1],w=Math.sqrt((v.pageX-g.pageX)*(v.pageX-g.pageX)+(v.pageY-g.pageY)*(v.pageY-g.pageY));i||(i=w/s._currentZoom);var y=w/i;return L.call(s,y),void p(s.elements.zoomer)}c(u,m),f[n]=a.toString(),d(s.elements.preview,f),Z.call(s),t=l,e=r}function f(){h(l=!1),window.removeEventListener("mousemove",m),window.removeEventListener("touchmove",m),window.removeEventListener("mouseup",f),window.removeEventListener("touchend",f),document.body.style[o]="",k.call(s),Y.call(s),i=0}s.elements.overlay.addEventListener("mousedown",u),s.elements.viewport.addEventListener("keydown",(function(e){var t;if(!e.shiftKey||38!==e.keyCode&&40!==e.keyCode){if(s.options.enableKeyMovement&&e.keyCode>=37&&e.keyCode<=40){e.preventDefault();var l=function(e){switch(e){case 37:return[1,0];case 38:return[0,1];case 39:return[-1,0];case 40:return[0,-1]}}(e.keyCode);a=y.parse(s.elements.preview),document.body.style[o]="none",r=s.elements.viewport.getBoundingClientRect(),function(e){var t=e[0],r=e[1],l={};c(t,r),l[n]=a.toString(),d(s.elements.preview,l),Z.call(s),document.body.style[o]="",k.call(s),Y.call(s),i=0}(l)}}else t=38===e.keyCode?parseFloat(s.elements.zoomer.value)+parseFloat(s.elements.zoomer.step):parseFloat(s.elements.zoomer.value)-parseFloat(s.elements.zoomer.step),s.setZoom(t)})),s.elements.overlay.addEventListener("touchstart",u)}function Z(){if(this.elements){var e=this.elements.boundary.getBoundingClientRect(),t=this.elements.preview.getBoundingClientRect();d(this.elements.overlay,{width:t.width+"px",height:t.height+"px",top:t.top-e.top+"px",left:t.left-e.left+"px"})}}b.prototype.toString=function(){return this.x+"px "+this.y+"px"};var F,z,O,A,X=(F=Z,z=500,function(){var e=this,t=arguments,n=function(){A=null,O||F.apply(e,t)},i=O&&!A;clearTimeout(A),A=setTimeout(n,z),i&&F.apply(e,t)});function Y(){var e,t=this.get();j.call(this)&&(this.options.update.call(this,t),this.$&&"undefined"==typeof Prototype?this.$(this.element).trigger("update.croppie",t):(window.CustomEvent?e=new CustomEvent("update",{detail:t}):(e=document.createEvent("CustomEvent")).initCustomEvent("update",!0,!0,t),this.element.dispatchEvent(e)))}function j(){return this.elements.preview.offsetHeight>0&&this.elements.preview.offsetWidth>0}function W(){var e,i={},o=this.elements.preview,r=new y(0,0,1),a=new b;j.call(this)&&!this.data.bound&&(this.data.bound=!0,i[n]=r.toString(),i[t]=a.toString(),i.opacity=1,d(o,i),e=this.elements.preview.getBoundingClientRect(),this._originalImageWidth=e.width,this._originalImageHeight=e.height,this.data.orientation=x(this.elements.img),this.options.enableZoom?S.call(this,!0):this._currentZoom=1,r.scale=this._currentZoom,i[n]=r.toString(),d(o,i),this.data.points.length?H.call(this,this.data.points):N.call(this),k.call(this),Z.call(this))}function S(e){var t,n,i,o,r=Math.max(this.options.minZoom,0)||0,a=this.options.maxZoom||1.5,s=this.elements.zoomer,l=parseFloat(s.value),c=this.elements.boundary.getBoundingClientRect(),h=g(this.elements.img,this.data.orientation),u=this.elements.viewport.getBoundingClientRect();this.options.enforceBoundary&&(i=u.width/h.width,o=u.height/h.height,r=Math.max(i,o)),r>=a&&(a=r+1),s.min=Q(r,4),s.max=Q(a,4),!e&&(ls.max)?L.call(this,lthis._originalImageWidth&&(w=(d=this._originalImageWidth-u)/o*c),i<0&&(p=0,g=Math.abs(i)/r*h),m+p>this._originalImageHeight&&(y=(m=this._originalImageHeight-p)/r*h),l.drawImage(this.elements.preview,u,p,d,m,f,g,w,y),a&&(l.fillStyle="#fff",l.globalCompositeOperation="destination-in",l.beginPath(),l.arc(s.width/2,s.height/2,s.width/2,0,2*Math.PI,!0),l.closePath(),l.fill()),s}function q(e){var t=e.points,n=document.createElement("div"),i=document.createElement("img"),o=t[2]-t[0],r=t[3]-t[1];return m(n,"croppie-result"),n.appendChild(i),d(i,{left:-1*t[0]+"px",top:-1*t[1]+"px"}),i.src=e.url,d(n,{width:o+"px",height:r+"px"}),n}function $(e){return D.call(this,e).toDataURL(e.format,e.quality)}function K(e){var t=this;return new Promise((function(n){D.call(t,e).toBlob((function(e){n(e)}),e.format,e.quality)}))}function U(e){this.elements.img.parentNode&&(Array.prototype.forEach.call(this.elements.img.classList,(function(t){e.classList.add(t)})),this.elements.img.parentNode.replaceChild(e,this.elements.img),this.elements.preview=e),this.elements.img=e}function J(e,t){var n,i,o,r,a=this,s=[],l=null,c=_.call(a);if("string"==typeof e)n=e,e={};else if(Array.isArray(e))s=e.slice();else{if(void 0===e&&a.data.url)return W.call(a),Y.call(a),null;n=e.url,s=e.points||[],l=void 0===e.zoom?null:e.zoom}return a.data.bound=!1,a.data.url=n||a.data.url,a.data.boundZoom=l,(i=n,o=c,r=new Image,r.style.opacity="0",new Promise((function(e,t){function n(){r.style.opacity="1",setTimeout((function(){e(r)}),1)}r.removeAttribute("crossOrigin"),i.match(/^https?:\/\/|^\/\//)&&r.setAttribute("crossOrigin","anonymous"),r.onload=function(){o?EXIF.getData(r,(function(){n()})):n()},r.onerror=function(e){r.style.opacity=1,setTimeout((function(){t(e)}),1)},r.src=i}))).then((function(n){if(U.call(a,n),s.length)a.options.relative&&(s=[s[0]*n.naturalWidth/100,s[1]*n.naturalHeight/100,s[2]*n.naturalWidth/100,s[3]*n.naturalHeight/100]);else{var i,o,r=g(n),l=a.elements.viewport.getBoundingClientRect(),c=l.width/l.height;r.width/r.height>c?i=(o=r.height)*c:(i=r.width,o=r.height/c);var h=(r.width-i)/2,u=(r.height-o)/2,p=h+i,d=u+o;a.data.points=[h,u,p,d]}a.data.points=s.map((function(e){return parseFloat(e)})),a.options.useCanvas&&P.call(a,e.orientation),W.call(a),Y.call(a),t&&t()}))}function Q(e,t){return parseFloat(e).toFixed(t||0)}function G(){var e=this.elements.preview.getBoundingClientRect(),t=this.elements.viewport.getBoundingClientRect(),n=t.left-e.left,i=t.top-e.top,o=(t.width-this.elements.viewport.offsetWidth)/2,r=(t.height-this.elements.viewport.offsetHeight)/2,a=n+this.elements.viewport.offsetWidth+o,s=i+this.elements.viewport.offsetHeight+r,l=this._currentZoom;(l===1/0||isNaN(l))&&(l=1);var c=this.options.enforceBoundary?0:Number.NEGATIVE_INFINITY;return n=Math.max(c,n/l),i=Math.max(c,i/l),a=Math.max(c,a/l),s=Math.max(c,s/l),{points:[Q(n),Q(i),Q(a),Q(s)],zoom:l,orientation:this.data.orientation}}var V={type:"canvas",format:"png",quality:1},ee=["jpeg","webp","png"];function te(e){var t=this,n=G.call(t),i=h(u(V),u(e)),o="string"==typeof e?e:i.type||"base64",r=i.size||"viewport",a=i.format,s=i.quality,l=i.backgroundColor,c="boolean"==typeof i.circle?i.circle:"circle"===t.options.viewport.type,p=t.elements.viewport.getBoundingClientRect(),d=p.width/p.height;return"viewport"===r?(n.outputWidth=p.width,n.outputHeight=p.height):"object"==typeof r&&(r.width&&r.height?(n.outputWidth=r.width,n.outputHeight=r.height):r.width?(n.outputWidth=r.width,n.outputHeight=r.width/d):r.height&&(n.outputWidth=r.height*d,n.outputHeight=r.height)),ee.indexOf(a)>-1&&(n.format="image/"+a,n.quality=s),n.circle=c,n.url=t.data.url,n.backgroundColor=l,new Promise((function(e){switch(o.toLowerCase()){case"rawcanvas":e(D.call(t,n));break;case"canvas":case"base64":e($.call(t,n));break;case"blob":K.call(t,n).then(e);break;default:e(q.call(t,n))}}))}function ne(){W.call(this)}function ie(e){if(!this.options.useCanvas||!this.options.enableOrientation)throw"Croppie: Cannot rotate without enableOrientation && EXIF.js included";var t,n,i,o,r,a=this.elements.canvas;this.data.orientation=(t=this.data.orientation,n=e,i=s.indexOf(t)>-1?s:l,o=i.indexOf(t),r=n/90%i.length,i[(i.length+o+r%i.length)%i.length]),C(a,this.elements.img,this.data.orientation),k.call(this,!0),S.call(this)}function oe(){var e,t;this.element.removeChild(this.elements.boundary),e=this.element,t="croppie-container",e.classList?e.classList.remove(t):e.className=e.className.replace(t,""),this.options.enableZoom&&this.element.removeChild(this.elements.zoomerWrap),delete this.elements}if(window.jQuery){var re=window.jQuery;re.fn.croppie=function(e){var t=typeof e;if("string"===t){var n=Array.prototype.slice.call(arguments,1),i=re(this).data("croppie");return"get"===e?i.get():"result"===e?i.result.apply(i,n):"bind"===e?i.bind.apply(i,n):this.each((function(){var t=re(this).data("croppie");if(t){var i=t[e];if(!re.isFunction(i))throw"Croppie "+e+" method not found";i.apply(t,n),"destroy"===e&&re(this).removeData("croppie")}}))}return this.each((function(){var t=new ae(this,e);t.$=re,re(this).data("croppie",t)}))}}function ae(e,t){if(e.className.indexOf("croppie-container")>-1)throw new Error("Croppie: Can't initialize croppie more than once");if(this.element=e,this.options=h(u(ae.defaults),t),"img"===this.element.tagName.toLowerCase()){var n=this.element;m(n,"cr-original-image"),f(n,{"aria-hidden":"true",alt:""});var i=document.createElement("div");this.element.parentNode.appendChild(i),i.appendChild(n),this.element=i,this.options.url=this.options.url||n.src}if(E.call(this),this.options.url){var o={url:this.options.url,points:this.options.points};delete this.options.url,delete this.options.points,J.call(this,o)}}return ae.defaults={viewport:{width:100,height:100,type:"square"},boundary:{},orientationControls:{enabled:!0,leftClass:"",rightClass:""},resizeControls:{width:!0,height:!0},customClass:"",showZoomer:!0,enableZoom:!0,enableResize:!1,mouseWheelZoom:!0,enableExif:!1,enforceBoundary:!0,enableOrientation:!1,enableKeyMovement:!0,update:function(){}},ae.globals={translate:"translate3d"},h(ae.prototype,{bind:function(e,t){return J.call(this,e,t)},get:function(){var e=G.call(this),t=e.points;return this.options.relative&&(t[0]/=this.elements.img.naturalWidth/100,t[1]/=this.elements.img.naturalHeight/100,t[2]/=this.elements.img.naturalWidth/100,t[3]/=this.elements.img.naturalHeight/100),e},result:function(e){return te.call(this,e)},refresh:function(){return ne.call(this)},setZoom:function(e){L.call(this,e),p(this.elements.zoomer)},rotate:function(e){ie.call(this,e)},destroy:function(){return oe.call(this)}}),ae})?o.call(t,n,t,e):o)||(e.exports=r)}).call(this,n(293).setImmediate)},293:function(e,t,n){(function(e){var i=void 0!==e&&e||"undefined"!=typeof self&&self||window,o=Function.prototype.apply;function r(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new r(o.call(setTimeout,i,arguments),clearTimeout)},t.setInterval=function(){return new r(o.call(setInterval,i,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},r.prototype.unref=r.prototype.ref=function(){},r.prototype.close=function(){this._clearFn.call(i,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},n(294),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n(173))},294:function(e,t,n){(function(e,t){!function(e,n){"use strict";if(!e.setImmediate){var i,o,r,a,s,l=1,c={},h=!1,u=e.document,p=Object.getPrototypeOf&&Object.getPrototypeOf(e);p=p&&p.setTimeout?p:e,"[object process]"==={}.toString.call(e.process)?i=function(e){t.nextTick((function(){m(e)}))}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?e.MessageChannel?((r=new MessageChannel).port1.onmessage=function(e){m(e.data)},i=function(e){r.port2.postMessage(e)}):u&&"onreadystatechange"in u.createElement("script")?(o=u.documentElement,i=function(e){var t=u.createElement("script");t.onreadystatechange=function(){m(e),t.onreadystatechange=null,o.removeChild(t),t=null},o.appendChild(t)}):i=function(e){setTimeout(m,0,e)}:(a="setImmediate$"+Math.random()+"$",s=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(a)&&m(+t.data.slice(a.length))},e.addEventListener?e.addEventListener("message",s,!1):e.attachEvent("onmessage",s),i=function(t){e.postMessage(a+t,"*")}),p.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n1)for(var n=1;n*{display:none}.lovely-chart--container .lovely-chart--tooltip canvas,.lovely-chart--container>canvas{margin-top:10px}.lovely-chart--container-type-pie.lovely-chart--state-animating>canvas{transform-origin:center calc(50% - 7.5px)}.lovely-chart--container-type-pie.lovely-chart--state-animating.lovely-chart--state-zoomed-in>canvas{animation:lovely-chart--animation-pie-transition-in .6s;animation-timing-function:ease-out}.lovely-chart--container-type-pie.lovely-chart--state-animating:not(.lovely-chart--state-zoomed-in)>canvas{animation:lovely-chart--animation-pie-transition-out .55s;animation-timing-function:ease-in}@keyframes lovely-chart--animation-pie-transition-in{0%{clip-path:circle(80% at center calc(50% - 7.5px));-webkit-clip-path:circle(80% at center calc(50% - 7.5px));transform:rotate(-1turn)}25%{clip-path:circle(32% at center calc(50% - 7.5px));-webkit-clip-path:circle(32% at center calc(50% - 7.5px));transform:rotate(-1turn)}75%{clip-path:circle(32% at center calc(50% - 7.5px));-webkit-clip-path:circle(32% at center calc(50% - 7.5px));transform:rotate(0)}}@media (max-width:480px){@keyframes lovely-chart--animation-pie-transition-in{0%{clip-path:circle(80% at center calc(50% - 7.5px));-webkit-clip-path:circle(80% at center calc(50% - 7.5px));transform:rotate(-1turn)}25%{clip-path:circle(40% at center calc(50% - 7.5px));-webkit-clip-path:circle(40% at center calc(50% - 7.5px));transform:rotate(-1turn)}75%{clip-path:circle(40% at center calc(50% - 7.5px));-webkit-clip-path:circle(40% at center calc(50% - 7.5px));transform:rotate(0)}}}@keyframes lovely-chart--animation-pie-transition-out{0%{clip-path:circle(32% at center calc(50% - 7.5px));-webkit-clip-path:circle(32% at center calc(50% - 7.5px));transform:rotate(1turn)}50%{clip-path:circle(32% at center calc(50% - 7.5px));-webkit-clip-path:circle(32% at center calc(50% - 7.5px));transform:rotate(0)}75%{clip-path:circle(80% at center calc(50% - 7.5px));-webkit-clip-path:circle(80% at center calc(50% - 7.5px));transform:rotate(0)}}@media (max-width:480px){@keyframes lovely-chart--animation-pie-transition-out{0%{clip-path:circle(40% at center calc(50% - 7.5px));-webkit-clip-path:circle(40% at center calc(50% - 7.5px));transform:rotate(1turn)}50%{clip-path:circle(40% at center calc(50% - 7.5px));-webkit-clip-path:circle(40% at center calc(50% - 7.5px));transform:rotate(0)}75%{clip-path:circle(80% at center calc(50% - 7.5px));-webkit-clip-path:circle(80% at center calc(50% - 7.5px));transform:rotate(0)}}}html.cursor-ew-resize,html.cursor-ew-resize *{cursor:ew-resize!important}html.cursor-grabbing,html.cursor-grabbing *{cursor:grabbing!important}.lovely-chart--spinner{width:16px;height:16px;position:relative}.lovely-chart--spinner.lovely-chart--size-big{width:64px;height:64px}.lovely-chart--spinner:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 16 16'%3E%3Cpath fill='%23D2D5D7' d='M9.9.2l-.2 1C12.7 2 15 4.7 15 8c0 3.9-3.1 7-7 7s-7-3.1-7-7c0-3.3 2.3-6 5.3-6.8l-.2-1C2.6 1.1 0 4.3 0 8c0 4.4 3.6 8 8 8s8-3.6 8-8c0-3.7-2.6-6.9-6.1-7.8z' data-original='%23444444' class='active-path' data-old_color='%23444444'/%3E%3C/svg%3E");background-size:100%;animation:lovely-chart--animation-spin 1s linear infinite}.lovely-chart--header{height:30px;font-weight:700;margin:0 10px}.lovely-chart--header-caption,.lovely-chart--header-title{color:var(--text-color);line-height:30px}.lovely-chart--header-caption.lovely-chart--state-hidden,.lovely-chart--header-title.lovely-chart--state-hidden{opacity:0;pointer-events:none}.lovely-chart--header-title{font-size:16px;float:left}.lovely-chart--header-caption{font-size:12px;text-align:right;float:right}.lovely-chart--header-zoom-out-control{display:flex;align-items:center;color:var(--zoom-out-text);cursor:pointer}.lovely-chart--header-zoom-out-control:before{content:"";display:inline-block;margin-right:6px;width:16px;height:16px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M497.938 430.063l-112-112c-.367-.367-.805-.613-1.18-.965C404.438 285.332 416 248.035 416 208 416 93.313 322.695 0 208 0S0 93.313 0 208s93.305 208 208 208c40.035 0 77.332-11.563 109.098-31.242.354.375.598.813.965 1.18l112 112C439.43 507.313 451.719 512 464 512c12.281 0 24.57-4.688 33.938-14.063 18.75-18.734 18.75-49.14 0-67.874zM64 208c0-79.406 64.602-144 144-144s144 64.594 144 144-64.602 144-144 144S64 287.406 64 208z' data-original='%23000000' class='active-path' data-old_color='%232d98e6' fill='%232d98e6'/%3E%3Cpath d='M272 176H144c-17.672 0-32 14.328-32 32s14.328 32 32 32h128c17.672 0 32-14.328 32-32s-14.328-32-32-32z' data-original='%23000000' class='active-path' data-old_color='%232d98e6' fill='%232d98e6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:100%}.lovely-chart--minimap{position:relative;margin:0 10px 16px;border-radius:6px;overflow:hidden;opacity:1;transition:opacity .4s ease}.lovely-chart--minimap.lovely-chart--state-hidden{display:none}.lovely-chart--minimap.lovely-chart--state-transparent{opacity:0}.lovely-chart--minimap-ruler{position:absolute;top:0;left:0;width:100%;height:100%;white-space:nowrap;user-select:none;-webkit-user-select:none}.lovely-chart--minimap-mask{display:inline-block;width:33.3%;height:100%;background:var(--minimap-mask)}.lovely-chart--minimap-mask:last-child{position:relative}.lovely-chart--minimap-mask:last-child:after{content:"";display:block;position:absolute;top:0;bottom:0;right:-5px;width:5px;background:var(--minimap-mask)}.lovely-chart--minimap-slider{display:inline-block;box-sizing:border-box;width:33.3%;height:100%;min-width:16px}.lovely-chart--minimap-slider-inner{box-sizing:border-box;border-top:1px solid var(--minimap-slider);border-bottom:1px solid var(--minimap-slider);float:left;width:calc(100% - 16px);height:100%;background:transparent!important;cursor:grab}.lovely-chart--minimap-slider-handle{width:8px;height:100%;position:relative;background:var(--minimap-mask);cursor:ew-resize}.lovely-chart--minimap-slider-handle:after,.lovely-chart--minimap-slider-handle:before{content:"";display:block;position:absolute}.lovely-chart--minimap-slider-handle:before{background:var(--minimap-slider);top:0;bottom:0;right:0;left:0}.lovely-chart--minimap-slider-handle-pin{display:block;position:absolute;background:#fff;width:2px;height:8px;top:calc(50% - 4px);left:calc(50% - 1px);pointer-events:none}.lovely-chart--minimap-slider-handle:first-child{float:left}.lovely-chart--minimap-slider-handle:first-child:before{border-top-left-radius:6px;border-bottom-left-radius:6px}.lovely-chart--minimap-slider-handle:last-child{float:right}.lovely-chart--minimap-slider-handle:last-child:before{border-top-right-radius:6px;border-bottom-right-radius:6px}@media (pointer:coarse){.lovely-chart--minimap-slider-handle:after{top:-10px;bottom:-10px;z-index:1}.lovely-chart--minimap-slider-handle:first-child:after{left:-26px;right:0}.lovely-chart--minimap-slider-handle:last-child:after{left:0;right:-26px}}.lovely-chart--tooltip{position:absolute;top:30px;left:0}.lovely-chart--tooltip-balloon{position:absolute;top:5px;left:0;min-width:130px;max-height:320px;overflow:auto;-webkit-overflow-scrolling:touch;border-radius:8px;padding:8px 10px;white-space:nowrap;background:var(--tooltip-background);color:var(--text-color);box-shadow:0 1px 2px 1px hsla(0,0%,82.7%,.8);opacity:0;transition:opacity .2s ease-out;cursor:pointer;pointer-events:none}.lovely-chart--tooltip-balloon.lovely-chart--state-shown{opacity:1;pointer-events:auto}.lovely-chart--tooltip-balloon.lovely-chart--state-inactive{cursor:default}.lovely-chart--tooltip-balloon.lovely-chart--state-inactive .lovely-chart--tooltip-title:after{display:none}.lovely-chart--tooltip-balloon.lovely-chart--state-loading .lovely-chart--spinner{display:block}.lovely-chart--tooltip-balloon .lovely-chart--spinner{position:absolute;top:7px;right:8px;display:none}.lovely-chart--tooltip-title{font-size:12px;font-weight:700;position:relative;padding-bottom:5px}.lovely-chart--tooltip-title:after{content:"";display:block;position:absolute;right:0;top:0;width:12px;height:12px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 451.846 451.847'%3E%3Cpath d='M345.441 248.292L151.154 442.573c-12.359 12.365-32.397 12.365-44.75 0-12.354-12.354-12.354-32.391 0-44.744L278.318 225.92 106.409 54.017c-12.354-12.359-12.354-32.394 0-44.748 12.354-12.359 32.391-12.359 44.75 0l194.287 194.284c6.177 6.18 9.262 14.271 9.262 22.366 0 8.099-3.091 16.196-9.267 22.373z' data-original='%23000000' class='active-path' data-old_color='%23757B84' fill='%23D2D5D7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:75%}.lovely-chart--tooltip-dataset{height:20px;line-height:20px;color:var(--text-color)}.lovely-chart--tooltip-dataset .lovely-chart--tooltip-dataset-value{float:right;font-weight:700}.lovely-chart--percentage-title{display:inline-block;font-weight:700;width:25px;margin-right:5px;text-align:right}.lovely-chart--percentage-title.lovely-chart--transition~.lovely-chart--dataset-title{padding-left:30px}html.dark .lovely-chart--tooltip-balloon{box-shadow:none}.lovely-chart--tools{opacity:1;transition:opacity .4s ease;padding:0 10px 16px}.lovely-chart--tools.lovely-chart--state-hidden{display:none}.lovely-chart--tools.lovely-chart--state-transparent{opacity:0}.lovely-chart--button{background-color:initial;padding:7px;display:inline-block;border-radius:18px;text-align:center;text-decoration:none;margin:0 6px 8px 0;position:relative;border:1px solid #e6ecf0;border-color:var(--text-color);background:transparent;color:var(--text-color)}.lovely-chart--button.lovely-chart--state-checked{background-color:var(--text-color);animation-duration:.5s}.lovely-chart--button.lovely-chart--state-checked .lovely-chart--button-check{opacity:1}.lovely-chart--button.lovely-chart--state-checked .lovely-chart--button-label{color:#fff;transform:translateX(6px)}.lovely-chart--button.lovely-chart--state-shake{animation-name:lovely-chart--animation-shake}.lovely-chart--button-check{display:inline-block;position:absolute;top:7px;left:7px;width:20px;height:20px;opacity:0;transition:opacity .3s ease-out}.lovely-chart--button-check:after{position:absolute;top:50%;left:50%;content:"";width:12px;height:12px;margin-left:-6px;margin-top:-6px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -256 1792 1792'%3E%3Cpath d='M1678.593 247.085q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z' fill='%23fff'/%3E%3C/svg%3E");background-size:100%}.lovely-chart--button-label{display:inline-block;font-weight:300;line-height:20px;color:inherit;padding:0 13px;transition:transform .3s ease-out,color .3s ease-out} \ No newline at end of file diff --git a/dist/6.395d5e9909a2a2733794.js b/dist/6.395d5e9909a2a2733794.js new file mode 100644 index 000000000..960e2ae64 --- /dev/null +++ b/dist/6.395d5e9909a2a2733794.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[6],{101:function(t,e,n){"use strict";function o(t){const e=t.length;let n=t[0],o=t[0];for(let i=0;in?n=e:evoid 0!==n[o]?n[o]:void 0!==e[o]?e[o]:t[o]})}function s(t,e,n=!0){let o,i,a=null;return(...l)=>{o=!0,i=l,a||(n&&(o=!1,t(...i)),a=window.setInterval(()=>{if(!o)return window.clearInterval(a),void(a=null);o=!1,t(...i)},e))}}function r(t){let e,n=!1;return function(...o){e=o,n||(n=!0,requestAnimationFrame(()=>{n=!1,t(...e)}))}}function c(t,e,n=!0,o=!0){let i=null;return function(){i?(clearTimeout(i),i=null):n&&t(),i=setTimeout(()=>{o&&t(),i=null},e)}}n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"e",(function(){return a})),n.d(e,"d",(function(){return l})),n.d(e,"f",(function(){return s})),n.d(e,"g",(function(){return r})),n.d(e,"a",(function(){return c}))},297:function(t,e,n){},301:function(t,e,n){"use strict";n.r(e),n.d(e,"create",(function(){return U}));var o=n(40);function i(t){const e={};let n=null,i=null,a=null,l=null,s=null,r=null;function c(t){delete e[t],d()||(cancelAnimationFrame(n),n=null)}function d(){return Boolean(Object.keys(e).length)}function u(t){return!(!t&&(r||s))&&(null===a||a>=o.z)}function h(){const r=!u();!i||Date.now()-i>=o.A?(l&&(a=l,s||u(!0)||(s=Date.now())),i=Date.now(),l=0):l++;const f={};Object.keys(e).forEach(t=>{const{startedAt:n,from:i,to:a,duration:l=o.B,options:s}=e[t],r=Math.min(1,(Date.now()-n)/l);let d=i+(a-i)*(u=r,1-Math.pow(1-u,1.675));var u;s.includes("ceil")?d=Math.ceil(d):s.includes("floor")&&(d=Math.floor(d)),e[t].current=d,e[t].progress=r,f[t]=d,1===r&&c(t)}),r||t(f),d()&&(n=requestAnimationFrame(h))}return{add:function(t,o,a,c,d){e[t]={from:o,to:a,duration:c,options:d,current:o,startedAt:Date.now(),progress:0},n||(!function(){i=null,l=null,s&&Date.now()-s>5e3&&(s=null);r=Boolean(s)||!u(!0)}(),n=requestAnimationFrame(h))},remove:c,get:function(t){return e[t]},getState:function(){const t={};return Object.keys(e).forEach(n=>{const{current:o,from:i,to:a,progress:l}=e[n];t[n]=o,t[n+"From"]=i,t[n+"To"]=a,t[n+"Progress"]=l}),t},isRunning:d,isFast:u}}var a=n(101);const l=[1,2,8,18,50,100,250,500,1e3,2500,5e3,1e4,25e3,5e4,1e5,25e4,5e5,1e6,25e5,5e6,1e7,25e6,5e7,1e8];function s(t){return l[t]||l[l.length-1]}function r(t,e,n){const i=Math.min(e+o.h,n-e);return i<=4*o.h&&(t=Math.min(1,t,i/(4*o.h))),t}function c(t,e){return e-o.h<=2*o.h?Math.min(1,t,(e-o.h)/(2*o.h)):t}function d(t){return Math.min(...t.getSize())*o.t}function u(t,e){return Math.abs(e.value-t.value)>o.j}function h(t){return t>=o.x?Math.min(t/1e3,1):0}function f(t,e,n){const l={begin:0,end:1},r=function(){const e={};return t.datasets.forEach(({key:t})=>{e[t]=!0}),e}(),c=function(){const e=[],n=t.datasets.map(({key:t})=>`opacity#${t} 300`);return Object(a.c)([o.a,n]).forEach(t=>{const[n,o,...i]=t.split(" ");e.push({prop:n,duration:o,options:i})}),e}(),d=i(f),u=Object(a.g)(f);let h={};function f(){const t=d.isFast()?Object(a.d)(h,d.getState()):h;t.static=h,n(t)}return{update:function({range:n={},filter:i={},focusOn:f,minimapDelta:y}={},g){Object.assign(l,n),Object.assign(r,i);const v=h;h=function(t,e,n,i,l,r,c){const{begin:d,end:u}=n,h=t.xLabels.length-1,f=Math.max(0,Math.ceil(h*d)),y=Math.min(Math.floor(h*u),h),g=function(t,e,n){const i=n-e,a=Math.floor(t/o.c);return l=i/a,Math.ceil(Math.log2(l||1));var l}(e.width,f,y),v=t.isStacked?function(t,e,n,o,i){const l=t.datasets.filter(t=>e[t.key]).map(({values:t})=>t),s=l.length?Object(a.e)(l):[],{max:r=i.yMaxMinimap}=Object(a.b)(s),{max:c=i.yMaxViewport}=Object(a.b)(s.slice(n,o+1));return{yMinViewport:0,yMaxViewport:c,yMinMinimap:0,yMaxMinimap:r}}(t,i,f,y,c):function(t,e,n,o,i){const a=t.hasSecondYAxis&&t.datasets.slice(-1)[0],l=t.datasets.filter(t=>e[t.key]&&t!==a),s=p(t,n,o,i,l);if(a){e[a.key];const{yMinViewport:l,yMaxViewport:r,yMinMinimap:c,yMaxMinimap:d}=p(t,n,o,i,[a]);Object.assign(s,{yMinViewportSecond:l,yMaxViewportSecond:r,yMinMinimapSecond:c,yMaxMinimapSecond:d})}return s}(t,i,f,y,c),x=m(e.height,v.yMinViewport,v.yMaxViewport),b=t.hasSecondYAxis&&m(e.height,v.yMinViewportSecond,v.yMaxViewportSecond),M=s(x);if(v.yMinViewport-=v.yMinViewport%M,b){const t=s(b);v.yMinViewportSecond-=v.yMinViewportSecond%t}const w={};return t.datasets.forEach(({key:t})=>{w["opacity#"+t]=i[t]?1:0}),Object.assign({totalXWidth:h,xAxisScale:g,yAxisScale:x,yAxisScaleSecond:b,labelFromIndex:Math.max(0,f-1),labelToIndex:Math.min(y+1,h),filter:Object.assign({},i),focusOn:void 0!==l?l:c.focusOn,minimapDelta:void 0!==r?r:c.minimapDelta},v,w,n)}(t,e,l,r,f,y,v),g||c.forEach(({prop:t,duration:e,options:n})=>{const o=d.get(t),i=o?o.to:v[t];if(void 0!==i&&i!==h[t]){const i=o?n.includes("fast")?v[t]:o.current:v[t];o&&d.remove(t),d.add(t,i,h[t],e,n)}}),d.isRunning()&&d.isFast()||u()},hasAnimations:function(){return d.isFast()}}}function p(t,e,n,i,l){const{min:s=i.yMinMinimap,max:r=i.yMaxMinimap}=Object(a.b)(Object(a.c)(l.map(({yMax:t,yMin:e})=>[t,e]))),c=s/r>o.G?s:0;let d,u;if(0===e&&n===t.xLabels.length-1)d=c,u=r;else{const t=l.map(({values:t})=>t).map(t=>t.slice(e,n+1)),s=Object(a.b)(Object(a.c)(t)),r=void 0!==s.min?s.min:i.yMinViewport;u=void 0!==s.max?s.max:i.yMaxViewport,d=r/u>o.G?r:0}return{yMinViewport:d,yMaxViewport:u,yMinMinimap:c,yMaxMinimap:r}}function m(t,e,n){const i=t-o.E,a=n-e,s=Math.floor(i/o.d);return r=a/s,l.findIndex(t=>t>=r)||l.length-1;var r}const y=(t="div")=>document.createElement(t);function g(t,e,n){t.addEventListener(e,n)}function v(t,e,n){t.removeEventListener(e,n)}function x(t,e,n="",o=!1){const i=t.parentNode;i.classList.add("lovely-chart--transition-container");const a=y(t.tagName);a.className=`${n} lovely-chart--transition lovely-chart--position-${o?"top":"bottom"} lovely-chart--state-hidden`,a.innerHTML=e;const l=n.length?"."+n.split(" ").join("."):"";return i.querySelectorAll(l+".lovely-chart--state-hidden").forEach(t=>t.remove()),t.classList.add("lovely-chart--transition"),t.classList.remove("lovely-chart--position-bottom","lovely-chart--position-top"),t.classList.add(o?"lovely-chart--position-bottom":"lovely-chart--position-top"),i.insertBefore(a,t.nextSibling),function(t){t.classList.remove("lovely-chart--state-animated"),t.classList.add("lovely-chart--state-animated"),t.classList.remove("lovely-chart--state-hidden")}(a),function(t){t.classList.remove("lovely-chart--state-animated"),t.classList.add("lovely-chart--state-animated"),t.classList.add("lovely-chart--state-hidden")}(t),a}function b(t,e=1){return t>=1e6?M(t/1e6,e)+"M":t>=1e3?M(t/1e3,e)+"K":t}function M(t,e){return t.toFixed(e).replace(/(\d{3,})\.\d+/,"$1").replace(/\.0+$/,"")}function w(t){return String(t).replace(/\d(?=(\d{3})+$)/g,"$& ")}function k(t,{isShort:e=!1}={}){return L(t,{isShort:e,displayWeekDay:!0})}function L(t,{isShort:e=!1,displayWeekDay:n=!1,displayYear:i=!0,displayHours:a=!1}={}){const{value:l}=t,s=new Date(l),r=e?o.D:o.C;let c=`${s.getUTCDate()} ${o.p[s.getUTCMonth()]}`;return n&&(c=r[s.getUTCDay()]+", "+c),i&&(c+=" "+(s.getUTCFullYear()+1)),a&&(c+=`, ${("0"+s.getUTCHours()).slice(-2)}:${("0"+s.getUTCMinutes()).slice(-2)}`),c}function S(){return document.documentElement.classList.contains("dark")?"skin-night":"skin-day"}let T=S();const P={"skin-day":{background:"#FFFFFF","text-color":"#222222","minimap-mask":"#E2EEF9/0.6","minimap-slider":"#C0D1E1","grid-lines":"#182D3B/0.1","zoom-out-text":"#108BE3","tooltip-background":"#FFFFFF","tooltip-arrow":"#D2D5D7",mask:"#FFFFFF/0.5","x-axis-text":"#252529/0.6","y-axis-text":"#252529/0.6"},"skin-night":{background:"#242F3E","text-color":"#FFFFFF","minimap-mask":"#304259/0.6","minimap-slider":"#56626D","grid-lines":"#FFFFFF/0.1","zoom-out-text":"#48AAF0","tooltip-background":"#1c2533","tooltip-arrow":"#D2D5D7",mask:"#242F3E/0.5","x-axis-text":"#A3B1C2/0.6","y-axis-text":"#A3B1C2/0.6"}},A=document.createElement("style");A.type="text/css",A.appendChild(document.createTextNode("")),document.head.appendChild(A);const O=A.sheet;function F(t){const e={},n=".lovely-chart--color";return["skin-day","skin-night"].forEach(o=>{e[o]={},Object.keys(P[o]).forEach(t=>{e[o][t]=E(P[o][t])}),Object.keys(t).forEach(i=>{e[o]["dataset#"+i]=E(t[i]),C(O,`.lovely-chart--tooltip-dataset-value${n}-${t[i].slice(1)}`,"color: "+t[i]),C(O,`.lovely-chart--button${n}-${t[i].slice(1)}`,`border-color: ${t[i]}; color: ${t[i]}`),C(O,`.lovely-chart--button.lovely-chart--state-checked${n}-${t[i].slice(1)}`,"background-color: "+t[i])})}),e}function I(t,e,n){return function([t,e,n,o=1],i=1){return`rgba(${t}, ${e}, ${n}, ${o*i})`}(t[T][e],n)}function E(t){const[e,n]=t.replace("#","").split("/");return[parseInt(e.slice(0,2),16),parseInt(e.slice(2,4),16),parseInt(e.slice(4,6),16),n?parseFloat(n):1]}function C(t,e,n){t.insertRule(`${e} { ${n} }`,t.cssRules.length)}function V(t){const{begin:e,end:n,totalXWidth:o,yMin:i,yMax:l,availableWidth:s,availableHeight:r,xPadding:c=0,yPadding:d=0}=t;let u=s;0===e&&(u-=c),1===n&&(u-=c);const h=u/((n-e)*o);let f=e*o*h;0===e&&(f-=c);const p=r-d,m=p/(l-i),y=i*m;return{findClosestLabelIndex:function(t){return Math.round((t+f)/h)},copy:function(e,n){return V(Object(a.d)(t,e))},getCenter:function(){return[s/2,r-p/2]},getSize:function(){return[s,p]},getParams:function(){return t},getState:function(){return{xFactor:h,xOffsetPx:f,availableHeight:r,yFactor:m,yOffsetPx:y}}}}function W(t,e,n){const{xFactor:o,xOffsetPx:i,availableHeight:a,yFactor:l,yOffsetPx:s}=t.getState();return[e*o-i,a-(n*l-s)]}function $(t,e,n,i){function a(e,a,l,r,d,u=1,h=null,f=!1){const p=s(l),m=Math.ceil(r/p)*p,y=Math.floor(d/p)*p;t.font=o.b,t.textAlign=f?"right":"left",t.textBaseline="bottom",t.lineWidth=1,t.beginPath();for(let e=m;e<=y;e+=p){const[,l]=W(a,0,e),s=c(u,l);t.fillStyle=I(i,h||"y-axis-text",s),f?t.fillText(b(e),n.width-o.h,l-o.h/2):t.fillText(b(e),o.h,l-o.h/2),f?(t.strokeStyle=I(i,h,u),t.moveTo(n.width-o.h,l),t.lineTo(n.width-2*o.h,l)):(t.moveTo(o.h,l),t.strokeStyle=I(i,"grid-lines",u),t.lineTo(n.width-o.h,l))}t.stroke()}return{drawXAxis:function(a,l){t.clearRect(0,n.height-o.E+1,n.width,o.E+1);const s=n.height-o.E/2,c=Math.floor(a.xAxisScale),d=function(t){return Math.pow(2,t)}(c),u=1-(a.xAxisScale-c);t.font=o.b,t.textAlign="center",t.textBaseline="middle";for(let c=a.labelFromIndex;c<=a.labelToIndex;c++){const a=c-o.F;if(a%d!=0)continue;const h=e.xLabels[c],[f]=W(l,c,0);let p=a%(2*d)==0?1:u;p=r(p,f,n.width),t.fillStyle=I(i,"x-axis-text",p),t.fillText(h.text,f,s)}},drawYAxis:function(l,s,r){const{yAxisScale:c,yAxisScaleFrom:d,yAxisScaleTo:u,yAxisScaleProgress:h=0,yMinViewport:f,yMinViewportFrom:p,yMinViewportTo:m,yMaxViewport:y,yMaxViewportFrom:g,yMaxViewportTo:v,yMinViewportSecond:x,yMinViewportSecondFrom:b,yMinViewportSecondTo:M,yMaxViewportSecond:w,yMaxViewportSecondFrom:k,yMaxViewportSecondTo:L}=l,S=r&&"dataset#"+e.datasets[0].key,T=void 0!==p||void 0!==g;if(e.isPercentage?function(e){const[,a]=e.getSize();t.font=o.b,t.textAlign="left",t.textBaseline="bottom",t.lineWidth=1,t.beginPath(),[0,.25,.5,.75,1].forEach(e=>{const l=a-a*e+o.v;t.fillStyle=I(i,"y-axis-text",1),t.fillText(100*e+"%",o.h,l-o.h/4),t.moveTo(o.h,l),t.strokeStyle=I(i,"grid-lines",1),t.lineTo(n.width-o.h,l)}),t.stroke()}(s):a(l,s,Math.round(u||c),void 0!==m?m:f,void 0!==v?v:y,d?h:1,S),h>0&&T&&a(l,s,Math.round(d),void 0!==p?p:f,void 0!==g?g:y,1-h,S),r){const{yAxisScaleSecond:t,yAxisScaleSecondFrom:n,yAxisScaleSecondTo:o,yAxisScaleSecondProgress:i=0}=l,s="dataset#"+e.datasets[e.datasets.length-1].key,c=void 0!==b||void 0!==k;a(l,r,Math.round(o||t),void 0!==M?M:x,void 0!==L?L:w,n?i:1,s,!0),i>0&&c&&a(l,r,Math.round(n),void 0!==b?b:x,void 0!==k?k:w,1-i,s,!0)}}}}function j(t,{width:e,height:n}){const i=y("canvas");i.width=e*o.g,i.height=n*o.g,i.style.width="100%",i.style.height=n+"px";const a=i.getContext("2d");return a.scale(o.g,o.g),t.appendChild(i),{canvas:i,context:a}}function D(t,e){e.clearRect(0,0,t.width,t.height)}function H(t,e,n,o,i,l){let s=e.map(({values:t})=>t.slice(n.from,n.to+1));t.isPie&&!l&&(s=function(t){return t.map(t=>[t.reduce((t,e)=>t+e,0)])}(s));const r=s.map((e,i)=>e.map((e,a)=>{let l=e;return t.isStacked&&(l*=o[i]),{labelIndex:n.from+a,value:e,visibleValue:l,stackOffset:0,stackValue:l}}));return t.isPercentage&&function(t,e){const n=function(t){return Object(a.e)(t.map(t=>t.map(({visibleValue:t})=>t)))}(t);t.forEach(t=>{t.forEach((t,o)=>{t.percent=t.visibleValue/n[o],t.visibleValue=t.percent*e.yMax})})}(r,i),t.isStacked&&function(t){const e=[];t.forEach(t=>{t.forEach((t,n)=>{void 0===e[n]&&(e[n]=0),t.stackOffset=e[n],e[n]+=t.visibleValue,t.stackValue=e[n]})})}(r),r}document.documentElement.addEventListener("darkmode",()=>{T=S()});const Z=(()=>{let t=1/Math.pow(2,22);function e(t,e,n,o,i){let a,l=+e[0],s=+e[1];a=+((t[0]-l)*o[0]+(t[1]-s)*o[1])*i,a>1?(l=+n[0],s=+n[1]):a>0&&(l+=+o[0]*a,s+=+o[1]*a);let r=+t[0]-l,c=+t[1]-s;return+r*r+c*c}return function(n,o,i){if(n.length<6)return function(){return{points:n,indexes:o,removed:[]}};let a=function(n,o){let i,a=n.length,l=[],s=[];for(let t=0,e=n.length;tr){if(et||Math.abs(a[1])>t){let t=1/(a[0]*a[0]+a[1]*a[1]);for(let o=r+1;oh&&(i=o,h=l)}}else i=Math.round(.5*(r+c)),h=u;l[i]=h}d={start:r,end:c,index:i,distance:h}}return d.index&&d.distance>i&&(d.index-r>=2&&s.push({start:r,end:d.index,record:d.left,currentLimit:d.distance,parent:d,parentProperty:"left"}),c-d.index>=2&&s.push({start:d.index,end:c,record:d.right,currentLimit:d.distance,parent:d,parentProperty:"right"})),d}(a);return a.parent&&a.parentProperty&&(a.parent[a.parentProperty]=r),r}return function(t){for(i=t,s.push({start:0,end:a-1,record:r,currentLimit:1e5}),r=c();s.length;)c();return l}}(n,i);return function(t){let e=[],i=[],l=[],s=t*t,r=a(s);for(let t=0,a=n.length;t=s||0==t||t==a-1?(e.push(n[t]),i.push(o?o[t]:t)):l.push(t);return{points:e,indexes:i,removed:l}}}})();function X(t,e,n,i,l,s,r,c,u,h,f,p,m){if(n.datasets.forEach(({key:y,type:g,hasOwnYAxis:v},x)=>{if(!h[x])return;const b={color:I(f,"dataset#"+y),lineWidth:u,opacity:n.isStacked?1:h[x],simplification:m},M="pie"===g&&p?"bar":g;let w=v?r:l[x],k=v?c:s;if("area"===M){const{yMin:t,yMax:e}=s.getParams(),n=e-t,o=[{labelIndex:i.from,stackValue:0},{labelIndex:i.to,stackValue:0}],r=[{labelIndex:i.to,stackValue:n},{labelIndex:i.from,stackValue:n}];w=Object(a.c)([l[x-1]||o,r])}if("pie"===M&&(b.center=s.getCenter(),b.radius=d(s),b.pointerVector=e.focusOn),"bar"===M){const[t]=W(s,0,0),[n]=W(s,1,0);b.lineWidth=n-t,b.focusOn=e.focusOn}!function(t,...e){switch(t){case"line":return function(t,e,n,o){t.beginPath();let i=[];for(let t=0,o=e.length;t{t.lineTo(e,n)}),t.save(),t.strokeStyle=o.color,t.lineWidth=o.lineWidth,t.globalAlpha=o.opacity,t.lineJoin="bevel",t.lineCap="butt",t.stroke(),t.restore()}(...e);case"bar":return function(t,e,n,i){const{yMin:a}=n.getParams();t.save(),t.globalAlpha=i.opacity,t.fillStyle=i.color;for(let l=0,s=e.length;l{t.lineTo(e,n)}),t.save(),t.fillStyle=o.color,t.lineWidth=o.lineWidth,t.globalAlpha=o.opacity,t.lineJoin="bevel",t.lineCap="butt",t.fill(),t.restore()}(...e);case"pie":(function(t,e,n,i){const{visibleValue:a,stackValue:l,stackOffset:s=0}=e[0];if(!a)return;const{yMin:r,yMax:c}=n.getParams(),d=1/(c-r),u=a*d,h=s*d*Math.PI*2-Math.PI/2,f=l*d*Math.PI*2-Math.PI/2,{radius:p=120,center:[m,y],pointerVector:g}=i,v=g&&h<=g.angle&&g.angle=.99?0:Math.min(1-Math.log(30*t)/5,.8)*e}(u,p);t.fillText(Math.round(100*u)+"%",m+b*L+w,y+M*L+k),t.restore()})(...e)}}(M,t,w,k,b)}),e.focusOn&&n.isBars){const[n]=W(s,0,0),[i]=W(s,1,0);!function(t,e,n){const[i,a]=e.getCenter(),[l,s]=e.getSize(),[r]=W(e,n.focusOn,0);t.fillStyle=n.color,t.fillRect(i-l/2,a-s/2,r-n.lineWidth/2+o.q,s),t.fillRect(r+n.lineWidth/2,a-s/2,l-(r+n.lineWidth/2),s)}(t,s,{focusOn:e.focusOn,color:I(f,"mask"),lineWidth:i-n})}}function q(t,e){let n=null,i=null;function a(t){n=t,"mousedown"===t.type?(g(document,"mousemove",s),g(document,"mouseup",l)):"touchstart"===t.type&&(g(document,"touchmove",s),g(document,"touchend",l),g(document,"touchcancel",l),void 0===t.pageX&&(t.pageX=t.touches[0].pageX)),e.draggingCursor&&document.documentElement.classList.add("cursor-"+e.draggingCursor),e.onCapture&&e.onCapture(t),e.onLongPress&&(i=setTimeout(()=>e.onLongPress(),o.i))}function l(t){n&&(i&&(clearTimeout(i),i=null),e.draggingCursor&&document.documentElement.classList.remove("cursor-"+e.draggingCursor),v(document,"mouseup",l),v(document,"mousemove",s),v(document,"touchcancel",l),v(document,"touchend",l),v(document,"touchmove",s),n=null,e.onRelease&&e.onRelease(t))}function s(t){n&&(i&&(clearTimeout(i),i=null),"touchmove"===t.type&&void 0===t.pageX&&(t.pageX=t.touches[0].pageX),e.onDrag&&e.onDrag(t,n,{dragOffsetX:t.pageX-n.pageX}))}g(t,"mousedown",a),g(t,"touchstart",a)}function B(t,e,n,i){let l,s,r,c,d,u,f,p,m={};const g=Object(a.g)((function(){const{begin:t,end:e}=m;d.children[0].style.width=100*t+"%",d.children[1].style.width=100*(e-t)+"%",d.children[2].style.width=100*(1-e)+"%"}));function v(t){t.preventDefault(),f=t.target.offsetLeft}function x(){f=null}function b(t,e,{dragOffsetX:n}){const i=c.width-u.offsetWidth,a=Math.max(0,Math.min(f+n-o.k,i)),l=a+u.offsetWidth;k({begin:a/c.width,end:l/c.width})}function M(t,e,{dragOffsetX:n}){const i=u.offsetLeft+u.offsetWidth-2*o.k;k({begin:Math.min(i,Math.max(0,f+n))/c.width})}function w(t,e,{dragOffsetX:n}){const i=u.offsetLeft+2*o.k,a=c.width;k({end:Math.max(i,Math.min(f+o.k+n,a))/c.width})}function k(t,e){let n=Object.assign({},m,t);p&&p.minimapDelta&&!e&&(n=function(t){const e=Math.round(t.begin/p.minimapDelta)*p.minimapDelta,n=Math.round(t.end/p.minimapDelta)*p.minimapDelta;return{begin:e,end:n}}(n)),n.begin===m.begin&&n.end===m.end||(m=n,g(),e||i(m))}return l=y(),l.className="lovely-chart--minimap",l.style.height=o.l+"px",function(){const{canvas:e,context:n}=j(l,{width:t.offsetWidth-2*o.n,height:o.l});s=e,r=n}(),d=y(),d.className="lovely-chart--minimap-ruler",d.innerHTML='
',u=d.children[1],q(u.children[1],{onCapture:v,onDrag:b,onRelease:x,draggingCursor:"grabbing"}),q(u.children[0],{onCapture:v,onDrag:M,onRelease:x,draggingCursor:"ew-resize"}),q(u.children[2],{onCapture:v,onDrag:w,onRelease:x,draggingCursor:"ew-resize"}),l.appendChild(d),t.appendChild(l),c={width:s.offsetWidth,height:s.offsetHeight},k(o.f),{update:function(t){const{begin:i,end:l}=t;f||k({begin:i,end:l},!0),e.datasets.length>=o.o&&(t=t.static),function(t){if(!p)return!0;const{datasets:n}=e;if(n.some(({key:e})=>p["opacity#"+e]!==t["opacity#"+e]))return!0;if(p.yMaxMinimap!==t.yMaxMinimap)return!0;return!1}(t)&&(p=Object(a.d)(t,{focusOn:null}),D(s,r),function(t={}){const{datasets:i}=e,a={from:0,to:t.totalXWidth},l={begin:0,end:1,totalXWidth:t.totalXWidth,yMin:t.yMinMinimap,yMax:t.yMaxMinimap,availableWidth:c.width,availableHeight:c.height,yPadding:1},s=i.map(({key:t})=>p["opacity#"+t]),d=H(e,i,a,s,l,!0),u=V(l);let f=null,m=null;if(e.hasSecondYAxis){const n=i.find(t=>t.hasOwnYAxis),o={yMin:t.yMinMinimapSecond,yMax:t.yMaxMinimapSecond};f=H(e,[n],a,s,o)[0],m=u.copy(o)}const y=h(d.reduce((t,e)=>t+e.length,0))*o.w;X(r,t,e,a,d,u,f,m,o.m,s,n,!0,y)}(p))},toggle:function(t){l.classList.toggle("lovely-chart--state-hidden",!t),requestAnimationFrame(()=>{l.classList.toggle("lovely-chart--state-transparent",!t)})}}}function Y(t,e,n,i,l,s){let r,c,h,f,p,m,v,x,b,M,S,T=null,P=!1,A=!1;const O=Object(a.g)(X),F=Object(a.f)(Y,100,!0,!0);function E(t){if(t.target===b||b.contains(t.target)||T)return;A=!1;const e=m.getBoundingClientRect();M=(t.touches?t.touches[0].clientX:t.clientX)-e.left,S=(t.touches?t.touches[0].clientY:t.clientY)-e.top,O()}function C(t){null===M||t.target===m||m.contains(t.target)||H()}function V(t){if(A)return;const e=T;T=null,E(t);const n=Z();n!==e&&(T=n)}function $(){if(b.classList.contains("lovely-chart--state-inactive"))return;const t=h.findClosestLabelIndex(M);l(t)}function H(t){M=null,T=null,D(v,x),N(),!t&&s&&s(null)}function Z(){const t=h.findClosestLabelIndex(M);return tr.labelToIndex?null:t}function X(t){if(!M||!r||A)return;const a=Z();if(null===a)return void H(t);const l=z(),m=!e.isPie||l.distance<=d(h);function y(t,n){return e.isPie?t.slice(r.labelFromIndex,r.labelToIndex+1).reduce((t,e)=>t+e,0):t[n]}!t&&s&&(e.isPie?s(l):s(a));const[g]=W(h,a,0),w=e.datasets.map(({key:t,name:e,values:n,hasOwnYAxis:o},i)=>({key:t,name:e,value:y(n,a),hasOwnYAxis:o,originalIndex:i})).filter(({key:t})=>r.filter[t]);w.length&&m?function(t,n){b.style.transform=`translate3D(${function(t){const n=(r.labelFromIndex+r.labelToIndex)/2,{angle:i}=z();return(e.isPie?i>Math.PI/2:t{const l=e-r.labelFromIndex,s=o?f[l]:c[a][l];if(!s)return;const[d,u]=W(o?p:h,e,s.stackValue);!function([t,e],n,o){x.strokeStyle=n,x.fillStyle=o,x.lineWidth=2,x.beginPath(),x.arc(t,e,4,0,2*Math.PI),x.fill(),x.stroke()}([d,u],I(i,"dataset#"+n),I(i,"background"))})}(w,a),function(t,e,n){x.strokeStyle=n,x.lineWidth=1,x.beginPath(),x.moveTo(t,0),x.lineTo(t,e),x.stroke()}(g,n.height-o.E,I(i,"grid-lines")))}function q(t,n,o){if(!e.isPercentage)return;if(e.isPie)return void Array.from(t.querySelectorAll(".lovely-chart--percentage-title")).forEach(t=>t.remove());const i=Math.round(n/o*100),a=t.querySelector(".lovely-chart--percentage-title:not(.lovely-chart--state-hidden)");if(a)a.innerHTML=i+"%";else{const e=y("span");e.className="lovely-chart--percentage-title lovely-chart--position-left",e.innerHTML=i+"%",t.prepend(e)}}function B(t){const n=b.children[1];e.isPie&&n.classList.add("lovely-chart--tooltip-legend-pie"),Array.from(n.children).forEach(t=>{!e.isPie&&n.classList.contains("lovely-chart--tooltip-legend-pie")?t.remove():t.setAttribute("data-present","false")});const o=t.reduce((t,e)=>t+e.value,0),i=z();(e.isPie?t.filter(({value:e},n)=>function(t,e,n,o,i){const a=o>0?t.slice(0,o).reduce((t,e)=>t+e.value,0):0,l=a/n*Math.PI*2-Math.PI/2,s=(a+e)/n*Math.PI*2-Math.PI/2;return i&&l<=i.angle&&i.angle{const i=n.querySelector(`[data-name="${t.name}"]`);i?function(t,{key:n,value:o}={},i){t.setAttribute("data-present","true"),t.querySelector(`.lovely-chart--tooltip-dataset-value.lovely-chart--color-${e.colors[n].slice(1)}:not(.lovely-chart--state-hidden)`).innerHTML=w(o),q(t,o,i)}(i,t,o):function(t,{name:n,key:o,value:i},a){const l="lovely-chart--tooltip-dataset-value lovely-chart--position-right lovely-chart--color-"+e.colors[o].slice(1),s=y();s.className="lovely-chart--tooltip-dataset",s.setAttribute("data-present","true"),s.setAttribute("data-name",n),s.innerHTML=`${n}${w(i)}`,q(s,i,a);const r=t.querySelector('[data-total="true"]');r?t.insertBefore(s,r):t.appendChild(s)}(n,t,o)}),e.isBars&&e.isStacked&&function(t,e){const n=t.querySelector('[data-total="true"]');if(n){n.setAttribute("data-present","true");n.querySelector(".lovely-chart--tooltip-dataset-value:not(.lovely-chart--state-hidden)").innerHTML=e}else{const n=y();n.className="lovely-chart--tooltip-dataset",n.setAttribute("data-present","true"),n.setAttribute("data-total","true"),n.innerHTML=`All${e}`,t.appendChild(n)}}(n,w(o)),Array.from(n.querySelectorAll('[data-present="false"]')).forEach(t=>{t.remove()})}function Y(t,n){!function(t){const n=b.children[0];if(e.isPie)n&&(n.style.display="none");else{"none"===n.style.display&&(n.style.display="");const e=n.querySelector(":not(.lovely-chart--state-hidden)");n.innerHTML&&e?e.innerHTML=t:n.innerHTML=`${t}`}}(t),B(n)}function N(){b.classList.remove("lovely-chart--state-shown")}function z(){const{width:t,height:e}=m.getBoundingClientRect(),n=[t/2,e/2],o=Math.atan2(S-n[1],M-n[0]),i=Math.sqrt((M-n[0])**2+(S-n[1])**2);return{angle:o>=-Math.PI/2?o:2*Math.PI+o,distance:i}}return function(){m=y(),m.className="lovely-chart--tooltip",function(){const{canvas:t,context:e}=j(m,n);v=t,x=e}(),function(){b=y(),b.className="lovely-chart--tooltip-balloon"+(e.isZoomable?"":" lovely-chart--state-inactive"),b.innerHTML='
',e.isZoomable&&g(b,"click",$);m.appendChild(b)}(),"ontouchstart"in window?(g(m,"touchmove",E),g(m,"touchstart",E),g(document,"touchstart",C)):(g(m,"mousemove",E),g(m,"click",V),g(document,"mousemove",C));t.appendChild(m)}(),{update:function(t,e,n,o,i){r=t,c=e,h=n,f=o,p=i,X(!0)},toggleLoading:function(t){b.classList.toggle("lovely-chart--state-loading",t),t||H()},toggleIsZoomed:function(t){t!==P&&(A=!0),P=t,b.classList.toggle("lovely-chart--state-inactive",t)}}}function N(t){const{title:e,labelType:n,isStacked:i,isPercentage:l,hasSecondYAxis:s,onZoom:r}=t,{datasets:c,labels:d}=function(t){const{type:e,labels:n,datasets:o,hasSecondYAxis:i}=t;return{labels:z(n),datasets:o.map(({name:t,color:n,values:l},s)=>{const{min:r,max:c}=Object(a.b)(l);return{type:e,key:"y"+s,name:t,color:n,values:z(l),hasOwnYAxis:i&&s===o.length-1,yMin:r,yMax:c}})}}(t),u={};let h,f=1/0,p=-1/0;switch(c.forEach(({key:t,color:e,yMin:n,yMax:o})=>{u[t]=e,np&&(p=o)}),n){case"hour":h=function(t){return t.map(t=>{const e=new Date(t),n=e.getUTCHours(),o=e.getUTCMinutes();return{value:t,text:`${n<10?"0":""}${n}:${o<10?"0":""}${o}`}})}(d);break;case"text":h=function(t){return t.map((t,e)=>({value:e,text:t}))}(d);break;default:h=function(t){return t.map(t=>{const e=new Date(t);return{value:t,text:`${e.getDate()} ${o.p[e.getMonth()]}`}})}(d)}const m={title:e,labelType:n,xLabels:h,datasets:c,isStacked:i,isPercentage:l,hasSecondYAxis:s,onZoom:r,isLines:"line"===t.type,isBars:"bar"===t.type,isAreas:"area"===t.type,isPie:"pie"===t.type,yMin:f,yMax:p,colors:u};return m.shouldZoomToPie=!m.onZoom&&m.isPercentage,m.isZoomable=m.onZoom||m.shouldZoomToPie,m}function z(t){return t.slice(0)}function R(t,e,n,i,a,l,s,r,c){let d,u,h=!1;function f(e,f,p){r.toggleLoading(!1);const m=1/t.xLabels.length,y=f/(t.xLabels.length-1),g={};t.datasets.forEach(({key:t})=>g[t]=!1);const v=N(e,h||t.shouldZoomToPie),x=Object.keys(t.datasets).length!==Object.keys(v.datasets).length;i.update({range:{begin:y-m/2,end:y+m/2},filter:g}),setTimeout(()=>{Object.assign(t,v),x&&Object.assign(n,F(e.colors)),x&&(s.toggle(h),c.redraw(),a.style.width=a.scrollWidth+"px",a.style.height=a.scrollHeight+"px"),i.update({range:{begin:o.I-o.H,end:o.I+o.H},focusOn:null},!0);const r=1/(h||t.shouldZoomToPie?t.xLabels.length:t.xLabels.length/24)/2;let f,m;h?(f={begin:d.begin,end:d.end},m=x?d.filter:u.filter):x?(f={begin:0,end:1},m={},t.datasets.forEach(({key:t})=>m[t]=!0)):(f={begin:o.I-r,end:o.I+r},m=d.filter),i.update({range:f,filter:m,minimapDelta:h?null:f.end-f.begin}),p&&l.zoom(k(p)),h=!h,l.toggleIsZooming(!1)},i.hasAnimations()?o.J:0),setTimeout(()=>{t.shouldZoomToPie&&a.classList.remove("lovely-chart--state-animating")},i.hasAnimations()?1e3:0)}return{zoomIn:function(n,o){if(h)return;const i=t.xLabels[o];d=n,l.toggleIsZooming(!0),r.toggleLoading(!0),r.toggleIsZoomed(!0),t.shouldZoomToPie&&(a.classList.add("lovely-chart--state-zoomed-in"),a.classList.add("lovely-chart--state-animating"));const{value:s}=i;(t.shouldZoomToPie?Promise.resolve(function(t){return Object.assign({},e,{type:"pie",labels:e.labels.slice(t-3,t+4),datasets:e.datasets.map(e=>({...e,values:e.values.slice(t-3,t+4)}))})}(o)):t.onZoom(s)).then(t=>f(t,o,i))},zoomOut:function(n){if(!h)return;u=n,l.toggleIsZooming(!0),r.toggleLoading(!0),r.toggleIsZoomed(!1),t.shouldZoomToPie&&(a.classList.remove("lovely-chart--state-zoomed-in"),a.classList.add("lovely-chart--state-animating"));const o=Math.round((n.labelFromIndex+n.labelToIndex)/2);f(e,o)},isZoomed:function(){return h}}}(()=>{const t=[],e=Object(a.a)((function(){t.forEach(t=>{t.classList.remove("lovely-chart--state-invisible")})}),500,!0,!1),n=Object(a.a)((function(){t.forEach(t=>{const{top:e,bottom:n}=t.getBoundingClientRect(),o=n<0||e>window.innerHeight;t.classList.contains("lovely-chart--state-invisible")||(t.style.width=t.scrollWidth+"px",t.style.height=t.scrollHeight+"px"),t.classList.toggle("lovely-chart--state-invisible",o)})}),500,!1,!0)})();n(297);function U(t,e){let n,i,l,s,r,c,d,p,m,v,b,M,w=window.innerWidth;const S=N(e),T=F(S.colors),P=Object(a.a)((function(){Object.assign(S,N(e)),i.remove(),A()}),500,!1,!0);function A(){i=y(),i.className="lovely-chart--container"+(S.shouldZoomToPie?" lovely-chart--container-type-pie":""),t.appendChild(i),c=function(t,e,n){let o,i,l,s,r;const c=Object(a.f)(d,100,!1);function d(t){r||(s.innerHTML=t)}function u(){i=x(l,e,"lovely-chart--header-title",!0),n()}return o=y(),o.className="lovely-chart--header",i=y(),i.className="lovely-chart--header-title",i.innerHTML=e,o.appendChild(i),s=y(),s.className="lovely-chart--header-caption lovely-chart--position-right",o.appendChild(s),t.appendChild(o),{setCaption:c,zoom:function(t){l=x(i,"Zoom Out","lovely-chart--header-title lovely-chart--header-zoom-out-control"),setTimeout(()=>{g(l,"click",u)},500),d(t)},toggleIsZooming:function(t){r=t}}}(i,S.title,Z),function(){const{canvas:t,context:e}=j(i,{width:i.clientWidth,height:o.r});l=t,s=e,r={width:l.offsetWidth,height:l.offsetHeight}}(),n=f(S,r,O),d=$(s,S,r,T),p=B(i,S,T,I),m=Y(i,S,r,T,W,C),v=function(t,e,n){let o;function i(){o=y(),o.className="lovely-chart--tools",e.datasets.length<2&&(o.className+=" lovely-chart--state-hidden"),e.datasets.forEach(({key:t,name:n})=>{const i=y("a");i.href="#",i.dataset.key=t,i.className=`lovely-chart--button lovely-chart--color-${e.colors[t].slice(1)} lovely-chart--state-checked`,i.innerHTML=`${n}`,i.addEventListener("click",t=>{t.preventDefault(),i.dataset.clickPrevented||a(i),delete i.dataset.clickPrevented}),q(i,{onLongPress:()=>{i.dataset.clickPrevented="true",a(i,!0)}}),o.appendChild(i)}),t.appendChild(o)}function a(t,e=!1){const i=Array.from(o.getElementsByTagName("a")),a=1===o.querySelectorAll(".lovely-chart--state-checked").length;t&&(t.classList.contains("lovely-chart--state-checked")&&a?e?(i.forEach(t=>t.classList.add("lovely-chart--state-checked")),t.classList.remove("lovely-chart--state-checked")):(t.classList.remove("lovely-chart--state-shake"),requestAnimationFrame(()=>{t.classList.add("lovely-chart--state-shake")})):e?(i.forEach(t=>t.classList.remove("lovely-chart--state-checked")),t.classList.add("lovely-chart--state-checked")):t.classList.toggle("lovely-chart--state-checked"));const l={};i.forEach(t=>{l[t.dataset.key]=t.classList.contains("lovely-chart--state-checked")}),n(l)}return i(),a(),{redraw:function(){if(o){const t=o;t.classList.add("lovely-chart--state-hidden"),setTimeout(()=>{t.parentNode.removeChild(t)},500)}i(),o.classList.add("lovely-chart--state-transparent"),requestAnimationFrame(()=>{o.classList.remove("lovely-chart--state-transparent")})}}}(i,S,E),b=S.isZoomable&&R(S,e,T,n,i,c,p,m,v)}function O(t){M=t;const{datasets:e}=S,n={from:t.labelFromIndex,to:t.labelToIndex},i={begin:t.begin,end:t.end,totalXWidth:t.totalXWidth,yMin:t.yMinViewport,yMax:t.yMaxViewport,availableWidth:r.width,availableHeight:r.height-o.E,xPadding:o.h,yPadding:o.v},a=e.map(({key:e})=>t["opacity#"+e]),f=H(S,e,n,a,i),y=V(i);let g=null,v=null;if(S.hasSecondYAxis){const o=e.find(t=>t.hasOwnYAxis),i={yMin:t.yMinViewportSecond,yMax:t.yMaxViewportSecond};g=H(S,[o],n,a,i)[0],v=y.copy(i)}c.setCaption(function(t){let e,n;b&&b.isZoomed()?(e=0===t.labelFromIndex?0:t.labelFromIndex+1,n=t.labelToIndex===t.totalXWidth-1?t.labelToIndex:t.labelToIndex-1):(e=t.labelFromIndex,n=t.labelToIndex);return u(S.xLabels[e],S.xLabels[n])?L(S.xLabels[e])+" — "+L(S.xLabels[n]):k(S.xLabels[e])}(t)),D(l,s);const x=h(f.reduce((t,e)=>t+e.length,0))*o.y;X(s,t,S,n,f,y,g,v,o.s,a,T,!1,x),S.isPie||(d.drawYAxis(t,y,v),d.drawXAxis(t,y)),p.update(t),m.update(t,f,y,g,v)}function I(t){n.update({range:t})}function E(t){n.update({filter:t})}function C(t){(S.isBars||S.isPie)&&n.update({focusOn:t})}function W(t){b.zoomIn(M,t)}function Z(){b.zoomOut(M)}A(),document.documentElement.addEventListener("darkmode",()=>{n.update()}),window.addEventListener("resize",()=>{window.innerWidth!==w&&(w=window.innerWidth,P())}),window.addEventListener("orientationchange",()=>{P()})}}}]); \ No newline at end of file diff --git a/dist/7.53165ab823e0ceec2ca1.js b/dist/7.53165ab823e0ceec2ca1.js new file mode 100644 index 000000000..aa0775f19 --- /dev/null +++ b/dist/7.53165ab823e0ceec2ca1.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[7],{125:function(t,e,i){"use strict";i.d(e,"b",(function(){return r})),i.d(e,"a",(function(){return a}));var s=i(9);let n;function r(t,e){e||(n&&!n.isCancelled&&(n.isCancelled=!0),n=e={isCancelled:!1}),Object(s.b)(()=>{!e.isCancelled&&t()&&r(t,e)})}function a(t){Object(s.b)(()=>{t()&&a(t)})}},130:function(t,e,i){"use strict";function s(t,e){return e-Math.floor(e/t)*t}i.d(e,"a",(function(){return s}))},291:function(t,e,i){t.exports=function(){return new Worker(i.p+"ed8b07679ddce89ad685.worker.js")}},302:function(t,e,i){"use strict";i.r(e);var s=i(291),n=i.n(s),r=i(7),a=i(22);function h(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}class o{constructor(t){this.worker=t,h(this,"requestStates",new Map),h(this,"requestStatesByCallback",new Map),this.subscribe()}request(t){const{worker:e,requestStates:i,requestStatesByCallback:s}=this,n=Object(a.a)(i),r={type:"callMethod",messageId:n,...t},h={messageId:n},o=new Promise((t,e)=>{Object.assign(h,{resolve:t,reject:e})});if("function"==typeof r.args[r.args.length-1]){const t=r.args.pop();h.callback=t,s.set(t,h)}return i.set(n,h),o.catch(()=>{}).finally(()=>{i.delete(n),h.callback&&s.delete(h.callback)}),e.postMessage(r),o}cancelCallback(t){t.isCanceled=!0;const{messageId:e}=this.requestStatesByCallback.get(t)||{};e&&this.worker.postMessage({type:"cancelProgress",messageId:e})}subscribe(){const{worker:t,requestStates:e}=this;t.addEventListener("message",({data:t})=>{if("methodResponse"===t.type){const i=e.get(t.messageId);i&&(t.error?i.reject(t.error):i.resolve(t.response))}else if("methodCallback"===t.type){const i=e.get(t.messageId);i&&i.callback&&i.callback(...t.callbackArgs)}else if("unhandledError"===t.type)throw t.error})}}var d=i(125),c=i(130);function u(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}const m=r.f?.75:1,l=.75,p=r.i?2:4,g=new Array(4).fill(void 0).map(()=>new o(new n.a));let k=-1;e.default=class{constructor(t,e,i,s={},n){this.id=t,this.container=e,this.animationData=i,this.params=s,this.onLoad=n,u(this,"imgSize",void 0),u(this,"key",void 0),u(this,"msPerFrame",void 0),u(this,"reduceFactor",void 0),u(this,"cacheModulo",void 0),u(this,"chunkSize",void 0),u(this,"workerIndex",void 0),u(this,"chunks",[]),u(this,"framesCount",void 0),u(this,"chunksCount",void 0),u(this,"canvas",document.createElement("canvas")),u(this,"ctx",this.canvas.getContext("2d")),u(this,"isAnimating",!1),u(this,"isWaiting",!0),u(this,"isOnLoadFired",!1),u(this,"isDestroyed",!1),u(this,"approxFrameIndex",0),u(this,"prevFrameIndex",-1),u(this,"stopFrameIndex",0),u(this,"speed",1),u(this,"direction",1),u(this,"lastRenderAt",void 0),this.initContainer(),this.initConfig(),this.initRenderer()}isPlaying(){return this.isAnimating||this.isWaiting}play(){this.stopFrameIndex=void 0,this.direction=1,this.doPlay()}pause(){this.isWaiting?this.stopFrameIndex=this.approxFrameIndex:this.isAnimating=!1;const t=this.getChunkIndex(this.approxFrameIndex);this.chunks=this.chunks.map((e,i)=>i===t?e:void 0)}goToAndPlay(t){this.approxFrameIndex=Math.floor(t/this.reduceFactor),this.stopFrameIndex=void 0,this.direction=1,this.doPlay()}goToAndStop(t){this.approxFrameIndex=Math.floor(t/this.reduceFactor),this.stopFrameIndex=Math.floor(t/this.reduceFactor),this.direction=1,this.doPlay()}playSegment([t,e]){this.approxFrameIndex=Math.floor(t/this.reduceFactor),this.stopFrameIndex=Math.floor(e/this.reduceFactor),this.direction=t{if(this.isDestroyed)return!1;if(!this.isAnimating&&this.isOnLoadFired)return!1;const t=Math.round(this.approxFrameIndex),e=this.getChunkIndex(t);if(!this.chunks[e])return this.requestChunk(e),this.isAnimating=!1,this.isWaiting=!0,!1;if(this.cacheModulo&&e%this.cacheModulo==0&&this.cleanupPrevChunk(e),this.requestNextChunk(e),t!==this.prevFrameIndex){const e=this.getFrame(t);if(!e)return this.isAnimating=!1,this.isWaiting=!0,!1;const i=new ImageData(new Uint8ClampedArray(e),this.imgSize,this.imgSize);this.ctx.putImageData(i,0,0),this.onLoad&&!this.isOnLoadFired&&(this.isOnLoadFired=!0,this.onLoad()),this.prevFrameIndex=t}const i=Date.now(),s=this.lastRenderAt?this.msPerFrame/(i-this.lastRenderAt):1,n=Math.min(1,this.direction*this.speed/s),r=Math.round(this.approxFrameIndex+n);if(this.lastRenderAt=i,n>0&&(t===this.framesCount-1||r>this.framesCount-1)){if(this.params.noLoop)return this.isAnimating=!1,!1;this.approxFrameIndex=0}else if(n<0&&(0===t||r<0)){if(this.params.noLoop)return this.isAnimating=!1,!1;this.approxFrameIndex=this.framesCount-1}else{if(void 0!==this.stopFrameIndex&&(t===this.stopFrameIndex||n>0&&r>this.stopFrameIndex||n<0&&r=this.config.maxFramesPerPage&&this.generatePage()}}},i.prototype.destroy=function(){this.encoder&&(this._free(this.encoderSamplesPerChannelPointer),delete this.encoderSamplesPerChannelPointer,this._free(this.encoderBufferPointer),delete this.encoderBufferPointer,this._free(this.encoderOutputPointer),delete this.encoderOutputPointer,this._free(this.resampleSamplesPerChannelPointer),delete this.resampleSamplesPerChannelPointer,this._free(this.resampleBufferPointer),delete this.resampleBufferPointer,this._speex_resampler_destroy(this.resampler),delete this.resampler,this._opus_encoder_destroy(this.encoder),delete this.encoder)},i.prototype.flush=function(){this.framesInPage&&this.generatePage(),this.resampleBufferIndex=0,t.postMessage({message:"flushed"})},i.prototype.encodeFinalFrame=function(){if(this.resampleBufferIndex>0){for(var e=[],t=0;t>>24&255^e[n]];return t>>>0},i.prototype.generateCommentPage=function(){var e=new DataView(this.segmentData.buffer);e.setUint32(0,1937076303,!0),e.setUint32(4,1936154964,!0),e.setUint32(8,10,!0),e.setUint32(12,1868784978,!0),e.setUint32(16,1919247474,!0),e.setUint16(20,21322,!0),e.setUint32(22,0,!0),this.segmentTableIndex=1,this.segmentDataIndex=this.segmentTable[0]=26,this.headerType=0,this.generatePage()},i.prototype.generateIdPage=function(){var e=new DataView(this.segmentData.buffer);e.setUint32(0,1937076303,!0),e.setUint32(4,1684104520,!0),e.setUint8(8,1,!0),e.setUint8(9,this.config.numberOfChannels,!0),e.setUint16(10,3840,!0),e.setUint32(12,this.config.originalSampleRateOverride||this.config.originalSampleRate,!0),e.setUint16(16,0,!0),e.setUint8(18,0,!0),this.segmentTableIndex=1,this.segmentDataIndex=this.segmentTable[0]=19,this.headerType=2,this.generatePage()},i.prototype.generatePage=function(){var e=this.lastPositiveGranulePosition===this.granulePosition?-1:this.granulePosition,n=new ArrayBuffer(27+this.segmentTableIndex+this.segmentDataIndex),s=new DataView(n),r=new Uint8Array(n);s.setUint32(0,1399285583,!0),s.setUint8(4,0,!0),s.setUint8(5,this.headerType,!0),s.setUint32(6,e,!0),e<0?s.setInt32(10,Math.ceil(e/4294967297)-1,!0):s.setInt32(10,Math.floor(e/4294967296),!0),s.setUint32(14,this.config.serial,!0),s.setUint32(18,this.pageIndex++,!0),s.setUint8(26,this.segmentTableIndex,!0),r.set(this.segmentTable.subarray(0,this.segmentTableIndex),27),r.set(this.segmentData.subarray(0,this.segmentDataIndex),27+this.segmentTableIndex),s.setUint32(22,this.getChecksum(r),!0),t.postMessage({message:"page",page:r,samplePosition:this.granulePosition},[r.buffer]),this.segmentTableIndex=0,this.segmentDataIndex=0,this.framesInPage=0,e>0&&(this.lastPositiveGranulePosition=e)},i.prototype.initChecksumTable=function(){this.checksumTable=[];for(var e=0;e<256;e++){for(var t=e<<24,n=0;n<8;n++)t=0!=(2147483648&t)?t<<1^79764919:t<<1;this.checksumTable[e]=4294967295&t}},i.prototype.setOpusControl=function(e,t){var n=this._malloc(4);this.HEAP32[n>>2]=t,this._opus_encoder_ctl(this.encoder,e,n),this._free(n)},i.prototype.initCodec=function(){var e=this._malloc(4);this.encoder=this._opus_encoder_create(this.config.encoderSampleRate,this.config.numberOfChannels,this.config.encoderApplication,e),this._free(e),this.config.encoderBitRate&&this.setOpusControl(4002,this.config.encoderBitRate),this.config.encoderComplexity&&this.setOpusControl(4010,this.config.encoderComplexity),this.encoderSamplesPerChannel=this.config.encoderSampleRate*this.config.encoderFrameSize/1e3,this.encoderSamplesPerChannelPointer=this._malloc(4),this.HEAP32[this.encoderSamplesPerChannelPointer>>2]=this.encoderSamplesPerChannel,this.encoderBufferLength=this.encoderSamplesPerChannel*this.config.numberOfChannels,this.encoderBufferPointer=this._malloc(4*this.encoderBufferLength),this.encoderBuffer=this.HEAPF32.subarray(this.encoderBufferPointer>>2,(this.encoderBufferPointer>>2)+this.encoderBufferLength),this.encoderOutputMaxLength=4e3,this.encoderOutputPointer=this._malloc(this.encoderOutputMaxLength),this.encoderOutputBuffer=this.HEAPU8.subarray(this.encoderOutputPointer,this.encoderOutputPointer+this.encoderOutputMaxLength)},i.prototype.initResampler=function(){var e=this._malloc(4);this.resampler=this._speex_resampler_init(this.config.numberOfChannels,this.config.originalSampleRate,this.config.encoderSampleRate,this.config.resampleQuality,e),this._free(e),this.resampleBufferIndex=0,this.resampleSamplesPerChannel=this.config.originalSampleRate*this.config.encoderFrameSize/1e3,this.resampleSamplesPerChannelPointer=this._malloc(4),this.HEAP32[this.resampleSamplesPerChannelPointer>>2]=this.resampleSamplesPerChannel,this.resampleBufferLength=this.resampleSamplesPerChannel*this.config.numberOfChannels,this.resampleBufferPointer=this._malloc(4*this.resampleBufferLength),this.resampleBuffer=this.HEAPF32.subarray(this.resampleBufferPointer>>2,(this.resampleBufferPointer>>2)+this.resampleBufferLength)},i.prototype.interleave=function(e){for(var t=0;t=0;){255===this.segmentTableIndex&&(this.generatePage(),this.headerType=1);var n=Math.min(e,255);this.segmentTable[this.segmentTableIndex++]=n,this.segmentData.set(this.encoderOutputBuffer.subarray(t,t+n),this.segmentDataIndex),this.segmentDataIndex+=n,t+=n,e-=255}this.granulePosition+=48*this.config.encoderFrameSize,255===this.segmentTableIndex&&(this.generatePage(),this.headerType=0)},Module||(Module={}),Module.mainReady=r,Module.OggOpusEncoder=i,Module.onRuntimeInitialized=s,e.exports=Module}).call(this,n(1))},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n}])});var moduleOverrides={};var key;for(key in Module){if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}var arguments_=[];var thisProgram="./this.program";var quit_=function(status,toThrow){throw toThrow};var ENVIRONMENT_IS_WEB=false;var ENVIRONMENT_IS_WORKER=false;var ENVIRONMENT_IS_NODE=false;var ENVIRONMENT_HAS_NODE=false;var ENVIRONMENT_IS_SHELL=false;ENVIRONMENT_IS_WEB=typeof window==="object";ENVIRONMENT_IS_WORKER=typeof importScripts==="function";ENVIRONMENT_HAS_NODE=typeof process==="object"&&typeof process.versions==="object"&&typeof process.versions.node==="string";ENVIRONMENT_IS_NODE=ENVIRONMENT_HAS_NODE&&!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_WORKER;ENVIRONMENT_IS_SHELL=!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_WORKER;var scriptDirectory="";function locateFile(path){if(Module["locateFile"]){return Module["locateFile"](path,scriptDirectory)}return scriptDirectory+path}var read_,readAsync,readBinary,setWindowTitle;if(ENVIRONMENT_IS_NODE){scriptDirectory=__dirname+"/";var nodeFS;var nodePath;read_=function shell_read(filename,binary){var ret;if(!nodeFS)nodeFS=require("fs");if(!nodePath)nodePath=require("path");filename=nodePath["normalize"](filename);ret=nodeFS["readFileSync"](filename);return binary?ret:ret.toString()};readBinary=function readBinary(filename){var ret=read_(filename,true);if(!ret.buffer){ret=new Uint8Array(ret)}assert(ret.buffer);return ret};if(process["argv"].length>1){thisProgram=process["argv"][1].replace(/\\/g,"/")}arguments_=process["argv"].slice(2);if(typeof module!=="undefined"){module["exports"]=Module}process["on"]("uncaughtException",function(ex){if(!(ex instanceof ExitStatus)){throw ex}});process["on"]("unhandledRejection",abort);quit_=function(status){process["exit"](status)};Module["inspect"]=function(){return"[Emscripten Module object]"}}else if(ENVIRONMENT_IS_SHELL){if(typeof read!="undefined"){read_=function shell_read(f){return read(f)}}readBinary=function readBinary(f){var data;if(typeof readbuffer==="function"){return new Uint8Array(readbuffer(f))}data=read(f,"binary");assert(typeof data==="object");return data};if(typeof scriptArgs!="undefined"){arguments_=scriptArgs}else if(typeof arguments!="undefined"){arguments_=arguments}if(typeof quit==="function"){quit_=function(status){quit(status)}}if(typeof print!=="undefined"){if(typeof console==="undefined")console={};console.log=print;console.warn=console.error=typeof printErr!=="undefined"?printErr:print}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){if(ENVIRONMENT_IS_WORKER){scriptDirectory=self.location.href}else if(document.currentScript){scriptDirectory=document.currentScript.src}if(scriptDirectory.indexOf("blob:")!==0){scriptDirectory=scriptDirectory.substr(0,scriptDirectory.lastIndexOf("/")+1)}else{scriptDirectory=""}read_=function shell_read(url){var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.send(null);return xhr.responseText};if(ENVIRONMENT_IS_WORKER){readBinary=function readBinary(url){var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.responseType="arraybuffer";xhr.send(null);return new Uint8Array(xhr.response)}}readAsync=function readAsync(url,onload,onerror){var xhr=new XMLHttpRequest;xhr.open("GET",url,true);xhr.responseType="arraybuffer";xhr.onload=function xhr_onload(){if(xhr.status==200||xhr.status==0&&xhr.response){onload(xhr.response);return}onerror()};xhr.onerror=onerror;xhr.send(null)};setWindowTitle=function(title){document.title=title}}else{}var out=Module["print"]||console.log.bind(console);var err=Module["printErr"]||console.warn.bind(console);for(key in moduleOverrides){if(moduleOverrides.hasOwnProperty(key)){Module[key]=moduleOverrides[key]}}moduleOverrides=null;if(Module["arguments"])arguments_=Module["arguments"];if(Module["thisProgram"])thisProgram=Module["thisProgram"];if(Module["quit"])quit_=Module["quit"];var asm2wasmImports={"f64-rem":function(x,y){return x%y},"debugger":function(){}};var functionPointers=new Array(0);var wasmBinary;if(Module["wasmBinary"])wasmBinary=Module["wasmBinary"];var noExitRuntime;if(Module["noExitRuntime"])noExitRuntime=Module["noExitRuntime"];if(typeof WebAssembly!=="object"){err("no native wasm support detected")}var wasmMemory;var wasmTable=new WebAssembly.Table({"initial":16,"maximum":16,"element":"anyfunc"});var ABORT=false;var EXITSTATUS=0;function assert(condition,text){if(!condition){abort("Assertion failed: "+text)}}var UTF8Decoder=typeof TextDecoder!=="undefined"?new TextDecoder("utf8"):undefined;function UTF8ArrayToString(u8Array,idx,maxBytesToRead){var endIdx=idx+maxBytesToRead;var endPtr=idx;while(u8Array[endPtr]&&!(endPtr>=endIdx))++endPtr;if(endPtr-idx>16&&u8Array.subarray&&UTF8Decoder){return UTF8Decoder.decode(u8Array.subarray(idx,endPtr))}else{var str="";while(idx>10,56320|ch&1023)}}}return str}function UTF8ToString(ptr,maxBytesToRead){return ptr?UTF8ArrayToString(HEAPU8,ptr,maxBytesToRead):""}var UTF16Decoder=typeof TextDecoder!=="undefined"?new TextDecoder("utf-16le"):undefined;var WASM_PAGE_SIZE=65536;var buffer,HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64;function updateGlobalBufferAndViews(buf){buffer=buf;Module["HEAP8"]=HEAP8=new Int8Array(buf);Module["HEAP16"]=HEAP16=new Int16Array(buf);Module["HEAP32"]=HEAP32=new Int32Array(buf);Module["HEAPU8"]=HEAPU8=new Uint8Array(buf);Module["HEAPU16"]=HEAPU16=new Uint16Array(buf);Module["HEAPU32"]=HEAPU32=new Uint32Array(buf);Module["HEAPF32"]=HEAPF32=new Float32Array(buf);Module["HEAPF64"]=HEAPF64=new Float64Array(buf)}var DYNAMIC_BASE=5289600,DYNAMICTOP_PTR=46512;var INITIAL_TOTAL_MEMORY=Module["TOTAL_MEMORY"]||16777216;if(Module["wasmMemory"]){wasmMemory=Module["wasmMemory"]}else{wasmMemory=new WebAssembly.Memory({"initial":INITIAL_TOTAL_MEMORY/WASM_PAGE_SIZE,"maximum":INITIAL_TOTAL_MEMORY/WASM_PAGE_SIZE})}if(wasmMemory){buffer=wasmMemory.buffer}INITIAL_TOTAL_MEMORY=buffer.byteLength;updateGlobalBufferAndViews(buffer);HEAP32[DYNAMICTOP_PTR>>2]=DYNAMIC_BASE;function callRuntimeCallbacks(callbacks){while(callbacks.length>0){var callback=callbacks.shift();if(typeof callback=="function"){callback();continue}var func=callback.func;if(typeof func==="number"){if(callback.arg===undefined){Module["dynCall_v"](func)}else{Module["dynCall_vi"](func,callback.arg)}}else{func(callback.arg===undefined?null:callback.arg)}}}var __ATPRERUN__=[];var __ATINIT__=[];var __ATMAIN__=[];var __ATPOSTRUN__=[];var runtimeInitialized=false;function preRun(){if(Module["preRun"]){if(typeof Module["preRun"]=="function")Module["preRun"]=[Module["preRun"]];while(Module["preRun"].length){addOnPreRun(Module["preRun"].shift())}}callRuntimeCallbacks(__ATPRERUN__)}function initRuntime(){runtimeInitialized=true;callRuntimeCallbacks(__ATINIT__)}function preMain(){callRuntimeCallbacks(__ATMAIN__)}function postRun(){if(Module["postRun"]){if(typeof Module["postRun"]=="function")Module["postRun"]=[Module["postRun"]];while(Module["postRun"].length){addOnPostRun(Module["postRun"].shift())}}callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(cb){__ATPRERUN__.unshift(cb)}function addOnPostRun(cb){__ATPOSTRUN__.unshift(cb)}var runDependencies=0;var runDependencyWatcher=null;var dependenciesFulfilled=null;function addRunDependency(id){runDependencies++;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}}function removeRunDependency(id){runDependencies--;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}if(runDependencies==0){if(runDependencyWatcher!==null){clearInterval(runDependencyWatcher);runDependencyWatcher=null}if(dependenciesFulfilled){var callback=dependenciesFulfilled;dependenciesFulfilled=null;callback()}}}Module["preloadedImages"]={};Module["preloadedAudios"]={};function abort(what){if(Module["onAbort"]){Module["onAbort"](what)}what+="";out(what);err(what);ABORT=true;EXITSTATUS=1;throw"abort("+what+"). Build with -s ASSERTIONS=1 for more info."}var dataURIPrefix="data:application/octet-stream;base64,";function isDataURI(filename){return String.prototype.startsWith?filename.startsWith(dataURIPrefix):filename.indexOf(dataURIPrefix)===0}var wasmBinaryFile="encoderWorker.min.wasm";if(!isDataURI(wasmBinaryFile)){wasmBinaryFile=locateFile(wasmBinaryFile)}function getBinary(){try{if(wasmBinary){return new Uint8Array(wasmBinary)}if(readBinary){return readBinary(wasmBinaryFile)}else{throw"both async and sync fetching of the wasm failed"}}catch(err){abort(err)}}function getBinaryPromise(){if(!wasmBinary&&(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER)&&typeof fetch==="function"){return fetch(wasmBinaryFile,{credentials:"same-origin"}).then(function(response){if(!response["ok"]){throw"failed to load wasm binary file at '"+wasmBinaryFile+"'"}return response["arrayBuffer"]()}).catch(function(){return getBinary()})}return new Promise(function(resolve,reject){resolve(getBinary())})}function createWasm(){var info={"env":asmLibraryArg,"wasi_unstable":asmLibraryArg,"global":{"NaN":NaN,Infinity:Infinity},"global.Math":Math,"asm2wasm":asm2wasmImports};function receiveInstance(instance,module){var exports=instance.exports;Module["asm"]=exports;removeRunDependency("wasm-instantiate")}addRunDependency("wasm-instantiate");function receiveInstantiatedSource(output){receiveInstance(output["instance"])}function instantiateArrayBuffer(receiver){return getBinaryPromise().then(function(binary){return WebAssembly.instantiate(binary,info)}).then(receiver,function(reason){err("failed to asynchronously prepare wasm: "+reason);abort(reason)})}function instantiateAsync(){if(!wasmBinary&&typeof WebAssembly.instantiateStreaming==="function"&&!isDataURI(wasmBinaryFile)&&typeof fetch==="function"){fetch(wasmBinaryFile,{credentials:"same-origin"}).then(function(response){var result=WebAssembly.instantiateStreaming(response,info);return result.then(receiveInstantiatedSource,function(reason){err("wasm streaming compile failed: "+reason);err("falling back to ArrayBuffer instantiation");instantiateArrayBuffer(receiveInstantiatedSource)})})}else{return instantiateArrayBuffer(receiveInstantiatedSource)}}if(Module["instantiateWasm"]){try{var exports=Module["instantiateWasm"](info,receiveInstance);return exports}catch(e){err("Module.instantiateWasm callback failed with error: "+e);return false}}instantiateAsync();return{}}Module["asm"]=createWasm;var PATH={splitPath:function(filename){var splitPathRe=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;return splitPathRe.exec(filename).slice(1)},normalizeArray:function(parts,allowAboveRoot){var up=0;for(var i=parts.length-1;i>=0;i--){var last=parts[i];if(last==="."){parts.splice(i,1)}else if(last===".."){parts.splice(i,1);up++}else if(up){parts.splice(i,1);up--}}if(allowAboveRoot){for(;up;up--){parts.unshift("..")}}return parts},normalize:function(path){var isAbsolute=path.charAt(0)==="/",trailingSlash=path.substr(-1)==="/";path=PATH.normalizeArray(path.split("/").filter(function(p){return!!p}),!isAbsolute).join("/");if(!path&&!isAbsolute){path="."}if(path&&trailingSlash){path+="/"}return(isAbsolute?"/":"")+path},dirname:function(path){var result=PATH.splitPath(path),root=result[0],dir=result[1];if(!root&&!dir){return"."}if(dir){dir=dir.substr(0,dir.length-1)}return root+dir},basename:function(path){if(path==="/")return"/";var lastSlash=path.lastIndexOf("/");if(lastSlash===-1)return path;return path.substr(lastSlash+1)},extname:function(path){return PATH.splitPath(path)[3]},join:function(){var paths=Array.prototype.slice.call(arguments,0);return PATH.normalize(paths.join("/"))},join2:function(l,r){return PATH.normalize(l+"/"+r)}};var SYSCALLS={buffers:[null,[],[]],printChar:function(stream,curr){var buffer=SYSCALLS.buffers[stream];if(curr===0||curr===10){(stream===1?out:err)(UTF8ArrayToString(buffer,0));buffer.length=0}else{buffer.push(curr)}},varargs:0,get:function(varargs){SYSCALLS.varargs+=4;var ret=HEAP32[SYSCALLS.varargs-4>>2];return ret},getStr:function(){var ret=UTF8ToString(SYSCALLS.get());return ret},get64:function(){var low=SYSCALLS.get(),high=SYSCALLS.get();return low},getZero:function(){SYSCALLS.get()}};function _fd_close(fd){try{return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return e.errno}}function ___wasi_fd_close(){return _fd_close.apply(null,arguments)}function _fd_seek(fd,offset_low,offset_high,whence,newOffset){try{return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return e.errno}}function ___wasi_fd_seek(){return _fd_seek.apply(null,arguments)}function _fd_write(fd,iov,iovcnt,pnum){try{var num=0;for(var i=0;i>2];var len=HEAP32[iov+(i*8+4)>>2];for(var j=0;j>2]=num;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return e.errno}}function ___wasi_fd_write(){return _fd_write.apply(null,arguments)}function _abort(){abort()}function _emscripten_get_heap_size(){return HEAP8.length}function abortOnCannotGrowMemory(requestedSize){abort("OOM")}function _emscripten_resize_heap(requestedSize){abortOnCannotGrowMemory(requestedSize)}function _llvm_exp2_f32(x){return Math.pow(2,x)}function _llvm_exp2_f64(a0){return _llvm_exp2_f32(a0)}function _llvm_log10_f32(x){return Math.log(x)/Math.LN10}function _llvm_log10_f64(a0){return _llvm_log10_f32(a0)}function _llvm_stackrestore(p){var self=_llvm_stacksave;var ret=self.LLVM_SAVEDSTACKS[p];self.LLVM_SAVEDSTACKS.splice(p,1);stackRestore(ret)}function _llvm_stacksave(){var self=_llvm_stacksave;if(!self.LLVM_SAVEDSTACKS){self.LLVM_SAVEDSTACKS=[]}self.LLVM_SAVEDSTACKS.push(stackSave());return self.LLVM_SAVEDSTACKS.length-1}function _emscripten_memcpy_big(dest,src,num){HEAPU8.set(HEAPU8.subarray(src,src+num),dest)}var asmGlobalArg={};var asmLibraryArg={"l":___wasi_fd_close,"k":___wasi_fd_seek,"j":___wasi_fd_write,"__memory_base":1024,"__table_base":0,"i":_abort,"d":_emscripten_get_heap_size,"h":_emscripten_memcpy_big,"c":_emscripten_resize_heap,"g":_llvm_exp2_f64,"f":_llvm_log10_f64,"a":_llvm_stackrestore,"b":_llvm_stacksave,"e":abort,"memory":wasmMemory,"table":wasmTable};var asm=Module["asm"](asmGlobalArg,asmLibraryArg,buffer);Module["asm"]=asm;var _free=Module["_free"]=function(){return Module["asm"]["m"].apply(null,arguments)};var _malloc=Module["_malloc"]=function(){return Module["asm"]["n"].apply(null,arguments)};var _opus_encode_float=Module["_opus_encode_float"]=function(){return Module["asm"]["o"].apply(null,arguments)};var _opus_encoder_create=Module["_opus_encoder_create"]=function(){return Module["asm"]["p"].apply(null,arguments)};var _opus_encoder_ctl=Module["_opus_encoder_ctl"]=function(){return Module["asm"]["q"].apply(null,arguments)};var _opus_encoder_destroy=Module["_opus_encoder_destroy"]=function(){return Module["asm"]["r"].apply(null,arguments)};var _speex_resampler_destroy=Module["_speex_resampler_destroy"]=function(){return Module["asm"]["s"].apply(null,arguments)};var _speex_resampler_init=Module["_speex_resampler_init"]=function(){return Module["asm"]["t"].apply(null,arguments)};var _speex_resampler_process_interleaved_float=Module["_speex_resampler_process_interleaved_float"]=function(){return Module["asm"]["u"].apply(null,arguments)};var stackRestore=Module["stackRestore"]=function(){return Module["asm"]["v"].apply(null,arguments)};var stackSave=Module["stackSave"]=function(){return Module["asm"]["w"].apply(null,arguments)};Module["asm"]=asm;var calledRun;function ExitStatus(status){this.name="ExitStatus";this.message="Program terminated with exit("+status+")";this.status=status}dependenciesFulfilled=function runCaller(){if(!calledRun)run();if(!calledRun)dependenciesFulfilled=runCaller};function run(args){args=args||arguments_;if(runDependencies>0){return}preRun();if(runDependencies>0)return;function doRun(){if(calledRun)return;calledRun=true;if(ABORT)return;initRuntime();preMain();if(Module["onRuntimeInitialized"])Module["onRuntimeInitialized"]();postRun()}if(Module["setStatus"]){Module["setStatus"]("Running...");setTimeout(function(){setTimeout(function(){Module["setStatus"]("")},1);doRun()},1)}else{doRun()}}Module["run"]=run;if(Module["preInit"]){if(typeof Module["preInit"]=="function")Module["preInit"]=[Module["preInit"]];while(Module["preInit"].length>0){Module["preInit"].pop()()}}noExitRuntime=true;run(); diff --git a/dist/9.bb75dee110cde82b95d5.js b/dist/9.bb75dee110cde82b95d5.js new file mode 100644 index 000000000..210780606 --- /dev/null +++ b/dist/9.bb75dee110cde82b95d5.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[9],{300:function(F){F.exports=JSON.parse('[["people","Smileys & People"],[["1F600","grinning"],["1F603","smiley"],["1F604","smile"],["1F601","grin"],["1F606","laughing"],["1F605","sweat_smile"],["1F923","rolling_on_the_floor_laughing"],["1F602","joy"],["1F642","slightly_smiling_face"],["1F643","upside_down_face"],["1F609","wink"],["1F60A","blush"],["1F607","innocent"],["1F970","smiling_face_with_3_hearts"],["1F60D","heart_eyes"],["1F929","star-struck"],["1F618","kissing_heart"],["1F617","kissing"],["263A-FE0F","relaxed"],["1F61A","kissing_closed_eyes"],["1F619","kissing_smiling_eyes"],["1F60B","yum"],["1F61B","stuck_out_tongue"],["1F61C","stuck_out_tongue_winking_eye"],["1F92A","zany_face"],["1F61D","stuck_out_tongue_closed_eyes"],["1F911","money_mouth_face"],["1F917","hugging_face"],["1F92D","face_with_hand_over_mouth"],["1F92B","shushing_face"],["1F914","thinking_face"],["1F910","zipper_mouth_face"],["1F928","face_with_raised_eyebrow"],["1F610","neutral_face"],["1F611","expressionless"],["1F636","no_mouth"],["1F60F","smirk"],["1F612","unamused"],["1F644","face_with_rolling_eyes"],["1F62C","grimacing"],["1F925","lying_face"],["1F60C","relieved"],["1F614","pensive"],["1F62A","sleepy"],["1F924","drooling_face"],["1F634","sleeping"],["1F637","mask"],["1F912","face_with_thermometer"],["1F915","face_with_head_bandage"],["1F922","nauseated_face"],["1F92E","face_vomiting"],["1F927","sneezing_face"],["1F975","hot_face"],["1F976","cold_face"],["1F974","woozy_face"],["1F635","dizzy_face"],["1F92F","exploding_head"],["1F920","face_with_cowboy_hat"],["1F973","partying_face"],["1F60E","sunglasses"],["1F913","nerd_face"],["1F9D0","face_with_monocle"],["1F615","confused"],["1F61F","worried"],["1F641","slightly_frowning_face"],["2639-FE0F","white_frowning_face"],["1F62E","open_mouth"],["1F62F","hushed"],["1F632","astonished"],["1F633","flushed"],["1F97A","pleading_face"],["1F626","frowning"],["1F627","anguished"],["1F628","fearful"],["1F630","cold_sweat"],["1F625","disappointed_relieved"],["1F622","cry"],["1F62D","sob"],["1F631","scream"],["1F616","confounded"],["1F623","persevere"],["1F61E","disappointed"],["1F613","sweat"],["1F629","weary"],["1F62B","tired_face"],["1F971","yawning_face"],["1F624","triumph"],["1F621","rage"],["1F620","angry"],["1F92C","face_with_symbols_on_mouth"],["1F608","smiling_imp"],["1F47F","imp"],["1F480","skull"],["2620-FE0F","skull_and_crossbones"],["1F4A9","hankey"],["1F921","clown_face"],["1F479","japanese_ogre"],["1F47A","japanese_goblin"],["1F47B","ghost"],["1F47D","alien"],["1F47E","space_invader"],["1F916","robot_face"],["1F63A","smiley_cat"],["1F638","smile_cat"],["1F639","joy_cat"],["1F63B","heart_eyes_cat"],["1F63C","smirk_cat"],["1F63D","kissing_cat"],["1F640","scream_cat"],["1F63F","crying_cat_face"],["1F63E","pouting_cat"],["1F648","see_no_evil"],["1F649","hear_no_evil"],["1F64A","speak_no_evil"],["1F48B","kiss"],["1F48C","love_letter"],["1F498","cupid"],["1F49D","gift_heart"],["1F496","sparkling_heart"],["1F497","heartpulse"],["1F493","heartbeat"],["1F49E","revolving_hearts"],["1F495","two_hearts"],["1F49F","heart_decoration"],["2763-FE0F","heavy_heart_exclamation_mark_ornament"],["1F494","broken_heart"],["2764-FE0F","heart"],["1F9E1","orange_heart"],["1F49B","yellow_heart"],["1F49A","green_heart"],["1F499","blue_heart"],["1F49C","purple_heart"],["1F90E","brown_heart"],["1F5A4","black_heart"],["1F90D","white_heart"],["1F4AF","100"],["1F4A2","anger"],["1F4A5","boom"],["1F4AB","dizzy"],["1F4A6","sweat_drops"],["1F4A8","dash"],["1F573-FE0F","hole"],["1F4A3","bomb"],["1F4AC","speech_balloon"],["1F441-FE0F-200D-1F5E8-FE0F","eye-in-speech-bubble"],["1F5E8-FE0F","left_speech_bubble"],["1F5EF-FE0F","right_anger_bubble"],["1F4AD","thought_balloon"],["1F4A4","zzz"],["1F44B","wave"],["1F91A","raised_back_of_hand"],["1F590-FE0F","raised_hand_with_fingers_splayed"],["270B","hand"],["1F596","spock-hand"],["1F44C","ok_hand"],["1F90F","pinching_hand"],["270C-FE0F","v"],["1F91E","crossed_fingers"],["1F91F","i_love_you_hand_sign"],["1F918","the_horns"],["1F919","call_me_hand"],["1F448","point_left"],["1F449","point_right"],["1F446","point_up_2"],["1F595","middle_finger"],["1F447","point_down"],["261D-FE0F","point_up"],["1F44D","+1"],["1F44E","-1"],["270A","fist"],["1F44A","facepunch"],["1F91B","left-facing_fist"],["1F91C","right-facing_fist"],["1F44F","clap"],["1F64C","raised_hands"],["1F450","open_hands"],["1F932","palms_up_together"],["1F91D","handshake"],["1F64F","pray"],["270D-FE0F","writing_hand"],["1F485","nail_care"],["1F933","selfie"],["1F4AA","muscle"],["1F9BE","mechanical_arm"],["1F9BF","mechanical_leg"],["1F9B5","leg"],["1F9B6","foot"],["1F442","ear"],["1F9BB","ear_with_hearing_aid"],["1F443","nose"],["1F9E0","brain"],["1F9B7","tooth"],["1F9B4","bone"],["1F440","eyes"],["1F441-FE0F","eye"],["1F445","tongue"],["1F444","lips"],["1F476","baby"],["1F9D2","child"],["1F466","boy"],["1F467","girl"],["1F9D1","adult"],["1F471","person_with_blond_hair"],["1F468","man"],["1F9D4","bearded_person"],["1F468-200D-1F9B0","red_haired_man"],["1F468-200D-1F9B1","curly_haired_man"],["1F468-200D-1F9B3","white_haired_man"],["1F468-200D-1F9B2","bald_man"],["1F469","woman"],["1F469-200D-1F9B0","red_haired_woman"],["1F9D1-200D-1F9B0","red_haired_person"],["1F469-200D-1F9B1","curly_haired_woman"],["1F9D1-200D-1F9B1","curly_haired_person"],["1F469-200D-1F9B3","white_haired_woman"],["1F9D1-200D-1F9B3","white_haired_person"],["1F469-200D-1F9B2","bald_woman"],["1F9D1-200D-1F9B2","bald_person"],["1F471-200D-2640-FE0F","blond-haired-woman"],["1F471-200D-2642-FE0F","blond-haired-man"],["1F9D3","older_adult"],["1F474","older_man"],["1F475","older_woman"],["1F64D","person_frowning"],["1F64D-200D-2642-FE0F","man-frowning"],["1F64D-200D-2640-FE0F","woman-frowning"],["1F64E","person_with_pouting_face"],["1F64E-200D-2642-FE0F","man-pouting"],["1F64E-200D-2640-FE0F","woman-pouting"],["1F645","no_good"],["1F645-200D-2642-FE0F","man-gesturing-no"],["1F645-200D-2640-FE0F","woman-gesturing-no"],["1F646","ok_woman"],["1F646-200D-2642-FE0F","man-gesturing-ok"],["1F646-200D-2640-FE0F","woman-gesturing-ok"],["1F481","information_desk_person"],["1F481-200D-2642-FE0F","man-tipping-hand"],["1F481-200D-2640-FE0F","woman-tipping-hand"],["1F64B","raising_hand"],["1F64B-200D-2642-FE0F","man-raising-hand"],["1F64B-200D-2640-FE0F","woman-raising-hand"],["1F9CF","deaf_person"],["1F9CF-200D-2642-FE0F","deaf_man"],["1F9CF-200D-2640-FE0F","deaf_woman"],["1F647","bow"],["1F647-200D-2642-FE0F","man-bowing"],["1F647-200D-2640-FE0F","woman-bowing"],["1F926","face_palm"],["1F926-200D-2642-FE0F","man-facepalming"],["1F926-200D-2640-FE0F","woman-facepalming"],["1F937","shrug"],["1F937-200D-2642-FE0F","man-shrugging"],["1F937-200D-2640-FE0F","woman-shrugging"],["1F9D1-200D-2695-FE0F","health_worker"],["1F468-200D-2695-FE0F","male-doctor"],["1F469-200D-2695-FE0F","female-doctor"],["1F9D1-200D-1F393","student"],["1F468-200D-1F393","male-student"],["1F469-200D-1F393","female-student"],["1F9D1-200D-1F3EB","teacher"],["1F468-200D-1F3EB","male-teacher"],["1F469-200D-1F3EB","female-teacher"],["1F9D1-200D-2696-FE0F","judge"],["1F468-200D-2696-FE0F","male-judge"],["1F469-200D-2696-FE0F","female-judge"],["1F9D1-200D-1F33E","farmer"],["1F468-200D-1F33E","male-farmer"],["1F469-200D-1F33E","female-farmer"],["1F9D1-200D-1F373","cook"],["1F468-200D-1F373","male-cook"],["1F469-200D-1F373","female-cook"],["1F9D1-200D-1F527","mechanic"],["1F468-200D-1F527","male-mechanic"],["1F469-200D-1F527","female-mechanic"],["1F9D1-200D-1F3ED","factory_worker"],["1F468-200D-1F3ED","male-factory-worker"],["1F469-200D-1F3ED","female-factory-worker"],["1F9D1-200D-1F4BC","office_worker"],["1F468-200D-1F4BC","male-office-worker"],["1F469-200D-1F4BC","female-office-worker"],["1F9D1-200D-1F52C","scientist"],["1F468-200D-1F52C","male-scientist"],["1F469-200D-1F52C","female-scientist"],["1F9D1-200D-1F4BB","technologist"],["1F468-200D-1F4BB","male-technologist"],["1F469-200D-1F4BB","female-technologist"],["1F9D1-200D-1F3A4","singer"],["1F468-200D-1F3A4","male-singer"],["1F469-200D-1F3A4","female-singer"],["1F9D1-200D-1F3A8","artist"],["1F468-200D-1F3A8","male-artist"],["1F469-200D-1F3A8","female-artist"],["1F9D1-200D-2708-FE0F","pilot"],["1F468-200D-2708-FE0F","male-pilot"],["1F469-200D-2708-FE0F","female-pilot"],["1F9D1-200D-1F680","astronaut"],["1F468-200D-1F680","male-astronaut"],["1F469-200D-1F680","female-astronaut"],["1F9D1-200D-1F692","firefighter"],["1F468-200D-1F692","male-firefighter"],["1F469-200D-1F692","female-firefighter"],["1F46E","cop"],["1F46E-200D-2642-FE0F","male-police-officer"],["1F46E-200D-2640-FE0F","female-police-officer"],["1F575-FE0F","sleuth_or_spy"],["1F575-FE0F-200D-2642-FE0F","male-detective"],["1F575-FE0F-200D-2640-FE0F","female-detective"],["1F482","guardsman"],["1F482-200D-2642-FE0F","male-guard"],["1F482-200D-2640-FE0F","female-guard"],["1F477","construction_worker"],["1F477-200D-2642-FE0F","male-construction-worker"],["1F477-200D-2640-FE0F","female-construction-worker"],["1F934","prince"],["1F478","princess"],["1F473","man_with_turban"],["1F473-200D-2642-FE0F","man-wearing-turban"],["1F473-200D-2640-FE0F","woman-wearing-turban"],["1F472","man_with_gua_pi_mao"],["1F9D5","person_with_headscarf"],["1F935","man_in_tuxedo"],["1F470","bride_with_veil"],["1F930","pregnant_woman"],["1F931","breast-feeding"],["1F47C","angel"],["1F385","santa"],["1F936","mrs_claus"],["1F9B8","superhero"],["1F9B8-200D-2642-FE0F","male_superhero"],["1F9B8-200D-2640-FE0F","female_superhero"],["1F9B9","supervillain"],["1F9B9-200D-2642-FE0F","male_supervillain"],["1F9B9-200D-2640-FE0F","female_supervillain"],["1F9D9","mage"],["1F9D9-200D-2642-FE0F","male_mage"],["1F9D9-200D-2640-FE0F","female_mage"],["1F9DA","fairy"],["1F9DA-200D-2642-FE0F","male_fairy"],["1F9DA-200D-2640-FE0F","female_fairy"],["1F9DB","vampire"],["1F9DB-200D-2642-FE0F","male_vampire"],["1F9DB-200D-2640-FE0F","female_vampire"],["1F9DC","merperson"],["1F9DC-200D-2642-FE0F","merman"],["1F9DC-200D-2640-FE0F","mermaid"],["1F9DD","elf"],["1F9DD-200D-2642-FE0F","male_elf"],["1F9DD-200D-2640-FE0F","female_elf"],["1F9DE","genie"],["1F9DE-200D-2642-FE0F","male_genie"],["1F9DE-200D-2640-FE0F","female_genie"],["1F9DF","zombie"],["1F9DF-200D-2642-FE0F","male_zombie"],["1F9DF-200D-2640-FE0F","female_zombie"],["1F486","massage"],["1F486-200D-2642-FE0F","man-getting-massage"],["1F486-200D-2640-FE0F","woman-getting-massage"],["1F487","haircut"],["1F487-200D-2642-FE0F","man-getting-haircut"],["1F487-200D-2640-FE0F","woman-getting-haircut"],["1F6B6","walking"],["1F6B6-200D-2642-FE0F","man-walking"],["1F6B6-200D-2640-FE0F","woman-walking"],["1F9CD","standing_person"],["1F9CD-200D-2642-FE0F","man_standing"],["1F9CD-200D-2640-FE0F","woman_standing"],["1F9CE","kneeling_person"],["1F9CE-200D-2642-FE0F","man_kneeling"],["1F9CE-200D-2640-FE0F","woman_kneeling"],["1F9D1-200D-1F9AF","person_with_probing_cane"],["1F468-200D-1F9AF","man_with_probing_cane"],["1F469-200D-1F9AF","woman_with_probing_cane"],["1F9D1-200D-1F9BC","person_in_motorized_wheelchair"],["1F468-200D-1F9BC","man_in_motorized_wheelchair"],["1F469-200D-1F9BC","woman_in_motorized_wheelchair"],["1F9D1-200D-1F9BD","person_in_manual_wheelchair"],["1F468-200D-1F9BD","man_in_manual_wheelchair"],["1F469-200D-1F9BD","woman_in_manual_wheelchair"],["1F3C3","runner"],["1F3C3-200D-2642-FE0F","man-running"],["1F3C3-200D-2640-FE0F","woman-running"],["1F483","dancer"],["1F57A","man_dancing"],["1F574-FE0F","man_in_business_suit_levitating"],["1F46F","dancers"],["1F46F-200D-2642-FE0F","man-with-bunny-ears-partying"],["1F46F-200D-2640-FE0F","woman-with-bunny-ears-partying"],["1F9D6","person_in_steamy_room"],["1F9D6-200D-2642-FE0F","man_in_steamy_room"],["1F9D6-200D-2640-FE0F","woman_in_steamy_room"],["1F9D7","person_climbing"],["1F9D7-200D-2642-FE0F","man_climbing"],["1F9D7-200D-2640-FE0F","woman_climbing"],["1F93A","fencer"],["1F3C7","horse_racing"],["26F7-FE0F","skier"],["1F3C2","snowboarder"],["1F3CC-FE0F","golfer"],["1F3CC-FE0F-200D-2642-FE0F","man-golfing"],["1F3CC-FE0F-200D-2640-FE0F","woman-golfing"],["1F3C4","surfer"],["1F3C4-200D-2642-FE0F","man-surfing"],["1F3C4-200D-2640-FE0F","woman-surfing"],["1F6A3","rowboat"],["1F6A3-200D-2642-FE0F","man-rowing-boat"],["1F6A3-200D-2640-FE0F","woman-rowing-boat"],["1F3CA","swimmer"],["1F3CA-200D-2642-FE0F","man-swimming"],["1F3CA-200D-2640-FE0F","woman-swimming"],["26F9-FE0F","person_with_ball"],["26F9-FE0F-200D-2642-FE0F","man-bouncing-ball"],["26F9-FE0F-200D-2640-FE0F","woman-bouncing-ball"],["1F3CB-FE0F","weight_lifter"],["1F3CB-FE0F-200D-2642-FE0F","man-lifting-weights"],["1F3CB-FE0F-200D-2640-FE0F","woman-lifting-weights"],["1F6B4","bicyclist"],["1F6B4-200D-2642-FE0F","man-biking"],["1F6B4-200D-2640-FE0F","woman-biking"],["1F6B5","mountain_bicyclist"],["1F6B5-200D-2642-FE0F","man-mountain-biking"],["1F6B5-200D-2640-FE0F","woman-mountain-biking"],["1F938","person_doing_cartwheel"],["1F938-200D-2642-FE0F","man-cartwheeling"],["1F938-200D-2640-FE0F","woman-cartwheeling"],["1F93C","wrestlers"],["1F93C-200D-2642-FE0F","man-wrestling"],["1F93C-200D-2640-FE0F","woman-wrestling"],["1F93D","water_polo"],["1F93D-200D-2642-FE0F","man-playing-water-polo"],["1F93D-200D-2640-FE0F","woman-playing-water-polo"],["1F93E","handball"],["1F93E-200D-2642-FE0F","man-playing-handball"],["1F93E-200D-2640-FE0F","woman-playing-handball"],["1F939","juggling"],["1F939-200D-2642-FE0F","man-juggling"],["1F939-200D-2640-FE0F","woman-juggling"],["1F9D8","person_in_lotus_position"],["1F9D8-200D-2642-FE0F","man_in_lotus_position"],["1F9D8-200D-2640-FE0F","woman_in_lotus_position"],["1F6C0","bath"],["1F6CC","sleeping_accommodation"],["1F9D1-200D-1F91D-200D-1F9D1","people_holding_hands"],["1F46D","two_women_holding_hands"],["1F46B","couple"],["1F46C","two_men_holding_hands"],["1F48F","couplekiss"],["1F469-200D-2764-FE0F-200D-1F48B-200D-1F468","woman-kiss-man"],["1F468-200D-2764-FE0F-200D-1F48B-200D-1F468","man-kiss-man"],["1F469-200D-2764-FE0F-200D-1F48B-200D-1F469","woman-kiss-woman"],["1F491","couple_with_heart"],["1F469-200D-2764-FE0F-200D-1F468","woman-heart-man"],["1F468-200D-2764-FE0F-200D-1F468","man-heart-man"],["1F469-200D-2764-FE0F-200D-1F469","woman-heart-woman"],["1F46A","family"],["1F468-200D-1F469-200D-1F466","man-woman-boy"],["1F468-200D-1F469-200D-1F467","man-woman-girl"],["1F468-200D-1F469-200D-1F467-200D-1F466","man-woman-girl-boy"],["1F468-200D-1F469-200D-1F466-200D-1F466","man-woman-boy-boy"],["1F468-200D-1F469-200D-1F467-200D-1F467","man-woman-girl-girl"],["1F468-200D-1F468-200D-1F466","man-man-boy"],["1F468-200D-1F468-200D-1F467","man-man-girl"],["1F468-200D-1F468-200D-1F467-200D-1F466","man-man-girl-boy"],["1F468-200D-1F468-200D-1F466-200D-1F466","man-man-boy-boy"],["1F468-200D-1F468-200D-1F467-200D-1F467","man-man-girl-girl"],["1F469-200D-1F469-200D-1F466","woman-woman-boy"],["1F469-200D-1F469-200D-1F467","woman-woman-girl"],["1F469-200D-1F469-200D-1F467-200D-1F466","woman-woman-girl-boy"],["1F469-200D-1F469-200D-1F466-200D-1F466","woman-woman-boy-boy"],["1F469-200D-1F469-200D-1F467-200D-1F467","woman-woman-girl-girl"],["1F468-200D-1F466","man-boy"],["1F468-200D-1F466-200D-1F466","man-boy-boy"],["1F468-200D-1F467","man-girl"],["1F468-200D-1F467-200D-1F466","man-girl-boy"],["1F468-200D-1F467-200D-1F467","man-girl-girl"],["1F469-200D-1F466","woman-boy"],["1F469-200D-1F466-200D-1F466","woman-boy-boy"],["1F469-200D-1F467","woman-girl"],["1F469-200D-1F467-200D-1F466","woman-girl-boy"],["1F469-200D-1F467-200D-1F467","woman-girl-girl"],["1F5E3-FE0F","speaking_head_in_silhouette"],["1F464","bust_in_silhouette"],["1F465","busts_in_silhouette"],["1F463","footprints"]],["nature","Animals & Nature"],[["1F435","monkey_face"],["1F412","monkey"],["1F98D","gorilla"],["1F9A7","orangutan"],["1F436","dog"],["1F415","dog2"],["1F9AE","guide_dog"],["1F415-200D-1F9BA","service_dog"],["1F429","poodle"],["1F43A","wolf"],["1F98A","fox_face"],["1F99D","raccoon"],["1F431","cat"],["1F408","cat2"],["1F981","lion_face"],["1F42F","tiger"],["1F405","tiger2"],["1F406","leopard"],["1F434","horse"],["1F40E","racehorse"],["1F984","unicorn_face"],["1F993","zebra_face"],["1F98C","deer"],["1F42E","cow"],["1F402","ox"],["1F403","water_buffalo"],["1F404","cow2"],["1F437","pig"],["1F416","pig2"],["1F417","boar"],["1F43D","pig_nose"],["1F40F","ram"],["1F411","sheep"],["1F410","goat"],["1F42A","dromedary_camel"],["1F42B","camel"],["1F999","llama"],["1F992","giraffe_face"],["1F418","elephant"],["1F98F","rhinoceros"],["1F99B","hippopotamus"],["1F42D","mouse"],["1F401","mouse2"],["1F400","rat"],["1F439","hamster"],["1F430","rabbit"],["1F407","rabbit2"],["1F43F-FE0F","chipmunk"],["1F994","hedgehog"],["1F987","bat"],["1F43B","bear"],["1F428","koala"],["1F43C","panda_face"],["1F9A5","sloth"],["1F9A6","otter"],["1F9A8","skunk"],["1F998","kangaroo"],["1F9A1","badger"],["1F43E","feet"],["1F983","turkey"],["1F414","chicken"],["1F413","rooster"],["1F423","hatching_chick"],["1F424","baby_chick"],["1F425","hatched_chick"],["1F426","bird"],["1F427","penguin"],["1F54A-FE0F","dove_of_peace"],["1F985","eagle"],["1F986","duck"],["1F9A2","swan"],["1F989","owl"],["1F9A9","flamingo"],["1F99A","peacock"],["1F99C","parrot"],["1F438","frog"],["1F40A","crocodile"],["1F422","turtle"],["1F98E","lizard"],["1F40D","snake"],["1F432","dragon_face"],["1F409","dragon"],["1F995","sauropod"],["1F996","t-rex"],["1F433","whale"],["1F40B","whale2"],["1F42C","dolphin"],["1F41F","fish"],["1F420","tropical_fish"],["1F421","blowfish"],["1F988","shark"],["1F419","octopus"],["1F41A","shell"],["1F40C","snail"],["1F98B","butterfly"],["1F41B","bug"],["1F41C","ant"],["1F41D","bee"],["1F41E","beetle"],["1F997","cricket"],["1F577-FE0F","spider"],["1F578-FE0F","spider_web"],["1F982","scorpion"],["1F99F","mosquito"],["1F9A0","microbe"],["1F490","bouquet"],["1F338","cherry_blossom"],["1F4AE","white_flower"],["1F3F5-FE0F","rosette"],["1F339","rose"],["1F940","wilted_flower"],["1F33A","hibiscus"],["1F33B","sunflower"],["1F33C","blossom"],["1F337","tulip"],["1F331","seedling"],["1F332","evergreen_tree"],["1F333","deciduous_tree"],["1F334","palm_tree"],["1F335","cactus"],["1F33E","ear_of_rice"],["1F33F","herb"],["2618-FE0F","shamrock"],["1F340","four_leaf_clover"],["1F341","maple_leaf"],["1F342","fallen_leaf"],["1F343","leaves"]],["foods","Food & Drink"],[["1F347","grapes"],["1F348","melon"],["1F349","watermelon"],["1F34A","tangerine"],["1F34B","lemon"],["1F34C","banana"],["1F34D","pineapple"],["1F96D","mango"],["1F34E","apple"],["1F34F","green_apple"],["1F350","pear"],["1F351","peach"],["1F352","cherries"],["1F353","strawberry"],["1F95D","kiwifruit"],["1F345","tomato"],["1F965","coconut"],["1F951","avocado"],["1F346","eggplant"],["1F954","potato"],["1F955","carrot"],["1F33D","corn"],["1F336-FE0F","hot_pepper"],["1F952","cucumber"],["1F96C","leafy_green"],["1F966","broccoli"],["1F9C4","garlic"],["1F9C5","onion"],["1F344","mushroom"],["1F95C","peanuts"],["1F330","chestnut"],["1F35E","bread"],["1F950","croissant"],["1F956","baguette_bread"],["1F968","pretzel"],["1F96F","bagel"],["1F95E","pancakes"],["1F9C7","waffle"],["1F9C0","cheese_wedge"],["1F356","meat_on_bone"],["1F357","poultry_leg"],["1F969","cut_of_meat"],["1F953","bacon"],["1F354","hamburger"],["1F35F","fries"],["1F355","pizza"],["1F32D","hotdog"],["1F96A","sandwich"],["1F32E","taco"],["1F32F","burrito"],["1F959","stuffed_flatbread"],["1F9C6","falafel"],["1F95A","egg"],["1F373","fried_egg"],["1F958","shallow_pan_of_food"],["1F372","stew"],["1F963","bowl_with_spoon"],["1F957","green_salad"],["1F37F","popcorn"],["1F9C8","butter"],["1F9C2","salt"],["1F96B","canned_food"],["1F371","bento"],["1F358","rice_cracker"],["1F359","rice_ball"],["1F35A","rice"],["1F35B","curry"],["1F35C","ramen"],["1F35D","spaghetti"],["1F360","sweet_potato"],["1F362","oden"],["1F363","sushi"],["1F364","fried_shrimp"],["1F365","fish_cake"],["1F96E","moon_cake"],["1F361","dango"],["1F95F","dumpling"],["1F960","fortune_cookie"],["1F961","takeout_box"],["1F980","crab"],["1F99E","lobster"],["1F990","shrimp"],["1F991","squid"],["1F9AA","oyster"],["1F366","icecream"],["1F367","shaved_ice"],["1F368","ice_cream"],["1F369","doughnut"],["1F36A","cookie"],["1F382","birthday"],["1F370","cake"],["1F9C1","cupcake"],["1F967","pie"],["1F36B","chocolate_bar"],["1F36C","candy"],["1F36D","lollipop"],["1F36E","custard"],["1F36F","honey_pot"],["1F37C","baby_bottle"],["1F95B","glass_of_milk"],["2615","coffee"],["1F375","tea"],["1F376","sake"],["1F37E","champagne"],["1F377","wine_glass"],["1F378","cocktail"],["1F379","tropical_drink"],["1F37A","beer"],["1F37B","beers"],["1F942","clinking_glasses"],["1F943","tumbler_glass"],["1F964","cup_with_straw"],["1F9C3","beverage_box"],["1F9C9","mate_drink"],["1F9CA","ice_cube"],["1F962","chopsticks"],["1F37D-FE0F","knife_fork_plate"],["1F374","fork_and_knife"],["1F944","spoon"],["1F52A","hocho"],["1F3FA","amphora"]],["activity","Activities"],[["1F383","jack_o_lantern"],["1F384","christmas_tree"],["1F386","fireworks"],["1F387","sparkler"],["1F9E8","firecracker"],["2728","sparkles"],["1F388","balloon"],["1F389","tada"],["1F38A","confetti_ball"],["1F38B","tanabata_tree"],["1F38D","bamboo"],["1F38E","dolls"],["1F38F","flags"],["1F390","wind_chime"],["1F391","rice_scene"],["1F9E7","red_envelope"],["1F380","ribbon"],["1F381","gift"],["1F397-FE0F","reminder_ribbon"],["1F39F-FE0F","admission_tickets"],["1F3AB","ticket"],["1F396-FE0F","medal"],["1F3C6","trophy"],["1F3C5","sports_medal"],["1F947","first_place_medal"],["1F948","second_place_medal"],["1F949","third_place_medal"],["26BD","soccer"],["26BE","baseball"],["1F94E","softball"],["1F3C0","basketball"],["1F3D0","volleyball"],["1F3C8","football"],["1F3C9","rugby_football"],["1F3BE","tennis"],["1F94F","flying_disc"],["1F3B3","bowling"],["1F3CF","cricket_bat_and_ball"],["1F3D1","field_hockey_stick_and_ball"],["1F3D2","ice_hockey_stick_and_puck"],["1F94D","lacrosse"],["1F3D3","table_tennis_paddle_and_ball"],["1F3F8","badminton_racquet_and_shuttlecock"],["1F94A","boxing_glove"],["1F94B","martial_arts_uniform"],["1F945","goal_net"],["26F3","golf"],["26F8-FE0F","ice_skate"],["1F3A3","fishing_pole_and_fish"],["1F93F","diving_mask"],["1F3BD","running_shirt_with_sash"],["1F3BF","ski"],["1F6F7","sled"],["1F94C","curling_stone"],["1F3AF","dart"],["1FA80","yo-yo"],["1FA81","kite"],["1F3B1","8ball"],["1F52E","crystal_ball"],["1F9FF","nazar_amulet"],["1F3AE","video_game"],["1F579-FE0F","joystick"],["1F3B0","slot_machine"],["1F3B2","game_die"],["1F9E9","jigsaw"],["1F9F8","teddy_bear"],["2660-FE0F","spades"],["2665-FE0F","hearts"],["2666-FE0F","diamonds"],["2663-FE0F","clubs"],["265F-FE0F","chess_pawn"],["1F0CF","black_joker"],["1F004","mahjong"],["1F3B4","flower_playing_cards"],["1F3AD","performing_arts"],["1F5BC-FE0F","frame_with_picture"],["1F3A8","art"],["1F9F5","thread"],["1F9F6","yarn"]],["places","Travel & Places"],[["1F30D","earth_africa"],["1F30E","earth_americas"],["1F30F","earth_asia"],["1F310","globe_with_meridians"],["1F5FA-FE0F","world_map"],["1F5FE","japan"],["1F9ED","compass"],["1F3D4-FE0F","snow_capped_mountain"],["26F0-FE0F","mountain"],["1F30B","volcano"],["1F5FB","mount_fuji"],["1F3D5-FE0F","camping"],["1F3D6-FE0F","beach_with_umbrella"],["1F3DC-FE0F","desert"],["1F3DD-FE0F","desert_island"],["1F3DE-FE0F","national_park"],["1F3DF-FE0F","stadium"],["1F3DB-FE0F","classical_building"],["1F3D7-FE0F","building_construction"],["1F9F1","bricks"],["1F3D8-FE0F","house_buildings"],["1F3DA-FE0F","derelict_house_building"],["1F3E0","house"],["1F3E1","house_with_garden"],["1F3E2","office"],["1F3E3","post_office"],["1F3E4","european_post_office"],["1F3E5","hospital"],["1F3E6","bank"],["1F3E8","hotel"],["1F3E9","love_hotel"],["1F3EA","convenience_store"],["1F3EB","school"],["1F3EC","department_store"],["1F3ED","factory"],["1F3EF","japanese_castle"],["1F3F0","european_castle"],["1F492","wedding"],["1F5FC","tokyo_tower"],["1F5FD","statue_of_liberty"],["26EA","church"],["1F54C","mosque"],["1F6D5","hindu_temple"],["1F54D","synagogue"],["26E9-FE0F","shinto_shrine"],["1F54B","kaaba"],["26F2","fountain"],["26FA","tent"],["1F301","foggy"],["1F303","night_with_stars"],["1F3D9-FE0F","cityscape"],["1F304","sunrise_over_mountains"],["1F305","sunrise"],["1F306","city_sunset"],["1F307","city_sunrise"],["1F309","bridge_at_night"],["2668-FE0F","hotsprings"],["1F3A0","carousel_horse"],["1F3A1","ferris_wheel"],["1F3A2","roller_coaster"],["1F488","barber"],["1F3AA","circus_tent"],["1F682","steam_locomotive"],["1F683","railway_car"],["1F684","bullettrain_side"],["1F685","bullettrain_front"],["1F686","train2"],["1F687","metro"],["1F688","light_rail"],["1F689","station"],["1F68A","tram"],["1F69D","monorail"],["1F69E","mountain_railway"],["1F68B","train"],["1F68C","bus"],["1F68D","oncoming_bus"],["1F68E","trolleybus"],["1F690","minibus"],["1F691","ambulance"],["1F692","fire_engine"],["1F693","police_car"],["1F694","oncoming_police_car"],["1F695","taxi"],["1F696","oncoming_taxi"],["1F697","car"],["1F698","oncoming_automobile"],["1F699","blue_car"],["1F69A","truck"],["1F69B","articulated_lorry"],["1F69C","tractor"],["1F3CE-FE0F","racing_car"],["1F3CD-FE0F","racing_motorcycle"],["1F6F5","motor_scooter"],["1F9BD","manual_wheelchair"],["1F9BC","motorized_wheelchair"],["1F6FA","auto_rickshaw"],["1F6B2","bike"],["1F6F4","scooter"],["1F6F9","skateboard"],["1F68F","busstop"],["1F6E3-FE0F","motorway"],["1F6E4-FE0F","railway_track"],["1F6E2-FE0F","oil_drum"],["26FD","fuelpump"],["1F6A8","rotating_light"],["1F6A5","traffic_light"],["1F6A6","vertical_traffic_light"],["1F6D1","octagonal_sign"],["1F6A7","construction"],["2693","anchor"],["26F5","boat"],["1F6F6","canoe"],["1F6A4","speedboat"],["1F6F3-FE0F","passenger_ship"],["26F4-FE0F","ferry"],["1F6E5-FE0F","motor_boat"],["1F6A2","ship"],["2708-FE0F","airplane"],["1F6E9-FE0F","small_airplane"],["1F6EB","airplane_departure"],["1F6EC","airplane_arriving"],["1FA82","parachute"],["1F4BA","seat"],["1F681","helicopter"],["1F69F","suspension_railway"],["1F6A0","mountain_cableway"],["1F6A1","aerial_tramway"],["1F6F0-FE0F","satellite"],["1F680","rocket"],["1F6F8","flying_saucer"],["1F6CE-FE0F","bellhop_bell"],["1F9F3","luggage"],["231B","hourglass"],["23F3","hourglass_flowing_sand"],["231A","watch"],["23F0","alarm_clock"],["23F1-FE0F","stopwatch"],["23F2-FE0F","timer_clock"],["1F570-FE0F","mantelpiece_clock"],["1F55B","clock12"],["1F567","clock1230"],["1F550","clock1"],["1F55C","clock130"],["1F551","clock2"],["1F55D","clock230"],["1F552","clock3"],["1F55E","clock330"],["1F553","clock4"],["1F55F","clock430"],["1F554","clock5"],["1F560","clock530"],["1F555","clock6"],["1F561","clock630"],["1F556","clock7"],["1F562","clock730"],["1F557","clock8"],["1F563","clock830"],["1F558","clock9"],["1F564","clock930"],["1F559","clock10"],["1F565","clock1030"],["1F55A","clock11"],["1F566","clock1130"],["1F311","new_moon"],["1F312","waxing_crescent_moon"],["1F313","first_quarter_moon"],["1F314","moon"],["1F315","full_moon"],["1F316","waning_gibbous_moon"],["1F317","last_quarter_moon"],["1F318","waning_crescent_moon"],["1F319","crescent_moon"],["1F31A","new_moon_with_face"],["1F31B","first_quarter_moon_with_face"],["1F31C","last_quarter_moon_with_face"],["1F321-FE0F","thermometer"],["2600-FE0F","sunny"],["1F31D","full_moon_with_face"],["1F31E","sun_with_face"],["1FA90","ringed_planet"],["2B50","star"],["1F31F","star2"],["1F320","stars"],["1F30C","milky_way"],["2601-FE0F","cloud"],["26C5","partly_sunny"],["26C8-FE0F","thunder_cloud_and_rain"],["1F324-FE0F","mostly_sunny"],["1F325-FE0F","barely_sunny"],["1F326-FE0F","partly_sunny_rain"],["1F327-FE0F","rain_cloud"],["1F328-FE0F","snow_cloud"],["1F329-FE0F","lightning"],["1F32A-FE0F","tornado"],["1F32B-FE0F","fog"],["1F32C-FE0F","wind_blowing_face"],["1F300","cyclone"],["1F308","rainbow"],["1F302","closed_umbrella"],["2602-FE0F","umbrella"],["2614","umbrella_with_rain_drops"],["26F1-FE0F","umbrella_on_ground"],["26A1","zap"],["2744-FE0F","snowflake"],["2603-FE0F","snowman"],["26C4","snowman_without_snow"],["2604-FE0F","comet"],["1F525","fire"],["1F4A7","droplet"],["1F30A","ocean"]],["objects","Objects"],[["1F453","eyeglasses"],["1F576-FE0F","dark_sunglasses"],["1F97D","goggles"],["1F97C","lab_coat"],["1F9BA","safety_vest"],["1F454","necktie"],["1F455","shirt"],["1F456","jeans"],["1F9E3","scarf"],["1F9E4","gloves"],["1F9E5","coat"],["1F9E6","socks"],["1F457","dress"],["1F458","kimono"],["1F97B","sari"],["1FA71","one-piece_swimsuit"],["1FA72","briefs"],["1FA73","shorts"],["1F459","bikini"],["1F45A","womans_clothes"],["1F45B","purse"],["1F45C","handbag"],["1F45D","pouch"],["1F6CD-FE0F","shopping_bags"],["1F392","school_satchel"],["1F45E","mans_shoe"],["1F45F","athletic_shoe"],["1F97E","hiking_boot"],["1F97F","womans_flat_shoe"],["1F460","high_heel"],["1F461","sandal"],["1FA70","ballet_shoes"],["1F462","boot"],["1F451","crown"],["1F452","womans_hat"],["1F3A9","tophat"],["1F393","mortar_board"],["1F9E2","billed_cap"],["26D1-FE0F","helmet_with_white_cross"],["1F4FF","prayer_beads"],["1F484","lipstick"],["1F48D","ring"],["1F48E","gem"],["1F507","mute"],["1F508","speaker"],["1F509","sound"],["1F50A","loud_sound"],["1F4E2","loudspeaker"],["1F4E3","mega"],["1F4EF","postal_horn"],["1F514","bell"],["1F515","no_bell"],["1F3BC","musical_score"],["1F3B5","musical_note"],["1F3B6","notes"],["1F399-FE0F","studio_microphone"],["1F39A-FE0F","level_slider"],["1F39B-FE0F","control_knobs"],["1F3A4","microphone"],["1F3A7","headphones"],["1F4FB","radio"],["1F3B7","saxophone"],["1F3B8","guitar"],["1F3B9","musical_keyboard"],["1F3BA","trumpet"],["1F3BB","violin"],["1FA95","banjo"],["1F941","drum_with_drumsticks"],["1F4F1","iphone"],["1F4F2","calling"],["260E-FE0F","phone"],["1F4DE","telephone_receiver"],["1F4DF","pager"],["1F4E0","fax"],["1F50B","battery"],["1F50C","electric_plug"],["1F4BB","computer"],["1F5A5-FE0F","desktop_computer"],["1F5A8-FE0F","printer"],["2328-FE0F","keyboard"],["1F5B1-FE0F","three_button_mouse"],["1F5B2-FE0F","trackball"],["1F4BD","minidisc"],["1F4BE","floppy_disk"],["1F4BF","cd"],["1F4C0","dvd"],["1F9EE","abacus"],["1F3A5","movie_camera"],["1F39E-FE0F","film_frames"],["1F4FD-FE0F","film_projector"],["1F3AC","clapper"],["1F4FA","tv"],["1F4F7","camera"],["1F4F8","camera_with_flash"],["1F4F9","video_camera"],["1F4FC","vhs"],["1F50D","mag"],["1F50E","mag_right"],["1F56F-FE0F","candle"],["1F4A1","bulb"],["1F526","flashlight"],["1F3EE","izakaya_lantern"],["1FA94","diya_lamp"],["1F4D4","notebook_with_decorative_cover"],["1F4D5","closed_book"],["1F4D6","book"],["1F4D7","green_book"],["1F4D8","blue_book"],["1F4D9","orange_book"],["1F4DA","books"],["1F4D3","notebook"],["1F4D2","ledger"],["1F4C3","page_with_curl"],["1F4DC","scroll"],["1F4C4","page_facing_up"],["1F4F0","newspaper"],["1F5DE-FE0F","rolled_up_newspaper"],["1F4D1","bookmark_tabs"],["1F516","bookmark"],["1F3F7-FE0F","label"],["1F4B0","moneybag"],["1F4B4","yen"],["1F4B5","dollar"],["1F4B6","euro"],["1F4B7","pound"],["1F4B8","money_with_wings"],["1F4B3","credit_card"],["1F9FE","receipt"],["1F4B9","chart"],["1F4B1","currency_exchange"],["1F4B2","heavy_dollar_sign"],["2709-FE0F","email"],["1F4E7","e-mail"],["1F4E8","incoming_envelope"],["1F4E9","envelope_with_arrow"],["1F4E4","outbox_tray"],["1F4E5","inbox_tray"],["1F4E6","package"],["1F4EB","mailbox"],["1F4EA","mailbox_closed"],["1F4EC","mailbox_with_mail"],["1F4ED","mailbox_with_no_mail"],["1F4EE","postbox"],["1F5F3-FE0F","ballot_box_with_ballot"],["270F-FE0F","pencil2"],["2712-FE0F","black_nib"],["1F58B-FE0F","lower_left_fountain_pen"],["1F58A-FE0F","lower_left_ballpoint_pen"],["1F58C-FE0F","lower_left_paintbrush"],["1F58D-FE0F","lower_left_crayon"],["1F4DD","memo"],["1F4BC","briefcase"],["1F4C1","file_folder"],["1F4C2","open_file_folder"],["1F5C2-FE0F","card_index_dividers"],["1F4C5","date"],["1F4C6","calendar"],["1F5D2-FE0F","spiral_note_pad"],["1F5D3-FE0F","spiral_calendar_pad"],["1F4C7","card_index"],["1F4C8","chart_with_upwards_trend"],["1F4C9","chart_with_downwards_trend"],["1F4CA","bar_chart"],["1F4CB","clipboard"],["1F4CC","pushpin"],["1F4CD","round_pushpin"],["1F4CE","paperclip"],["1F587-FE0F","linked_paperclips"],["1F4CF","straight_ruler"],["1F4D0","triangular_ruler"],["2702-FE0F","scissors"],["1F5C3-FE0F","card_file_box"],["1F5C4-FE0F","file_cabinet"],["1F5D1-FE0F","wastebasket"],["1F512","lock"],["1F513","unlock"],["1F50F","lock_with_ink_pen"],["1F510","closed_lock_with_key"],["1F511","key"],["1F5DD-FE0F","old_key"],["1F528","hammer"],["1FA93","axe"],["26CF-FE0F","pick"],["2692-FE0F","hammer_and_pick"],["1F6E0-FE0F","hammer_and_wrench"],["1F5E1-FE0F","dagger_knife"],["2694-FE0F","crossed_swords"],["1F52B","gun"],["1F3F9","bow_and_arrow"],["1F6E1-FE0F","shield"],["1F527","wrench"],["1F529","nut_and_bolt"],["2699-FE0F","gear"],["1F5DC-FE0F","compression"],["2696-FE0F","scales"],["1F9AF","probing_cane"],["1F517","link"],["26D3-FE0F","chains"],["1F9F0","toolbox"],["1F9F2","magnet"],["2697-FE0F","alembic"],["1F9EA","test_tube"],["1F9EB","petri_dish"],["1F9EC","dna"],["1F52C","microscope"],["1F52D","telescope"],["1F4E1","satellite_antenna"],["1F489","syringe"],["1FA78","drop_of_blood"],["1F48A","pill"],["1FA79","adhesive_bandage"],["1FA7A","stethoscope"],["1F6AA","door"],["1F6CF-FE0F","bed"],["1F6CB-FE0F","couch_and_lamp"],["1FA91","chair"],["1F6BD","toilet"],["1F6BF","shower"],["1F6C1","bathtub"],["1FA92","razor"],["1F9F4","lotion_bottle"],["1F9F7","safety_pin"],["1F9F9","broom"],["1F9FA","basket"],["1F9FB","roll_of_paper"],["1F9FC","soap"],["1F9FD","sponge"],["1F9EF","fire_extinguisher"],["1F6D2","shopping_trolley"],["1F6AC","smoking"],["26B0-FE0F","coffin"],["26B1-FE0F","funeral_urn"],["1F5FF","moyai"]],["symbols","Symbols"],[["1F3E7","atm"],["1F6AE","put_litter_in_its_place"],["1F6B0","potable_water"],["267F","wheelchair"],["1F6B9","mens"],["1F6BA","womens"],["1F6BB","restroom"],["1F6BC","baby_symbol"],["1F6BE","wc"],["1F6C2","passport_control"],["1F6C3","customs"],["1F6C4","baggage_claim"],["1F6C5","left_luggage"],["26A0-FE0F","warning"],["1F6B8","children_crossing"],["26D4","no_entry"],["1F6AB","no_entry_sign"],["1F6B3","no_bicycles"],["1F6AD","no_smoking"],["1F6AF","do_not_litter"],["1F6B1","non-potable_water"],["1F6B7","no_pedestrians"],["1F4F5","no_mobile_phones"],["1F51E","underage"],["2622-FE0F","radioactive_sign"],["2623-FE0F","biohazard_sign"],["2B06-FE0F","arrow_up"],["2197-FE0F","arrow_upper_right"],["27A1-FE0F","arrow_right"],["2198-FE0F","arrow_lower_right"],["2B07-FE0F","arrow_down"],["2199-FE0F","arrow_lower_left"],["2B05-FE0F","arrow_left"],["2196-FE0F","arrow_upper_left"],["2195-FE0F","arrow_up_down"],["2194-FE0F","left_right_arrow"],["21A9-FE0F","leftwards_arrow_with_hook"],["21AA-FE0F","arrow_right_hook"],["2934-FE0F","arrow_heading_up"],["2935-FE0F","arrow_heading_down"],["1F503","arrows_clockwise"],["1F504","arrows_counterclockwise"],["1F519","back"],["1F51A","end"],["1F51B","on"],["1F51C","soon"],["1F51D","top"],["1F6D0","place_of_worship"],["269B-FE0F","atom_symbol"],["1F549-FE0F","om_symbol"],["2721-FE0F","star_of_david"],["2638-FE0F","wheel_of_dharma"],["262F-FE0F","yin_yang"],["271D-FE0F","latin_cross"],["2626-FE0F","orthodox_cross"],["262A-FE0F","star_and_crescent"],["262E-FE0F","peace_symbol"],["1F54E","menorah_with_nine_branches"],["1F52F","six_pointed_star"],["2648","aries"],["2649","taurus"],["264A","gemini"],["264B","cancer"],["264C","leo"],["264D","virgo"],["264E","libra"],["264F","scorpius"],["2650","sagittarius"],["2651","capricorn"],["2652","aquarius"],["2653","pisces"],["26CE","ophiuchus"],["1F500","twisted_rightwards_arrows"],["1F501","repeat"],["1F502","repeat_one"],["25B6-FE0F","arrow_forward"],["23E9","fast_forward"],["23ED-FE0F","black_right_pointing_double_triangle_with_vertical_bar"],["23EF-FE0F","black_right_pointing_triangle_with_double_vertical_bar"],["25C0-FE0F","arrow_backward"],["23EA","rewind"],["23EE-FE0F","black_left_pointing_double_triangle_with_vertical_bar"],["1F53C","arrow_up_small"],["23EB","arrow_double_up"],["1F53D","arrow_down_small"],["23EC","arrow_double_down"],["23F8-FE0F","double_vertical_bar"],["23F9-FE0F","black_square_for_stop"],["23FA-FE0F","black_circle_for_record"],["23CF-FE0F","eject"],["1F3A6","cinema"],["1F505","low_brightness"],["1F506","high_brightness"],["1F4F6","signal_strength"],["1F4F3","vibration_mode"],["1F4F4","mobile_phone_off"],["2640-FE0F","female_sign"],["2642-FE0F","male_sign"],["2695-FE0F","medical_symbol"],["267E-FE0F","infinity"],["267B-FE0F","recycle"],["269C-FE0F","fleur_de_lis"],["1F531","trident"],["1F4DB","name_badge"],["1F530","beginner"],["2B55","o"],["2705","white_check_mark"],["2611-FE0F","ballot_box_with_check"],["2714-FE0F","heavy_check_mark"],["2716-FE0F","heavy_multiplication_x"],["274C","x"],["274E","negative_squared_cross_mark"],["2795","heavy_plus_sign"],["2796","heavy_minus_sign"],["2797","heavy_division_sign"],["27B0","curly_loop"],["27BF","loop"],["303D-FE0F","part_alternation_mark"],["2733-FE0F","eight_spoked_asterisk"],["2734-FE0F","eight_pointed_black_star"],["2747-FE0F","sparkle"],["203C-FE0F","bangbang"],["2049-FE0F","interrobang"],["2753","question"],["2754","grey_question"],["2755","grey_exclamation"],["2757","exclamation"],["3030-FE0F","wavy_dash"],["00A9-FE0F","copyright"],["00AE-FE0F","registered"],["2122-FE0F","tm"],["0023-FE0F-20E3","hash"],["002A-FE0F-20E3","keycap_star"],["0030-FE0F-20E3","zero"],["0031-FE0F-20E3","one"],["0032-FE0F-20E3","two"],["0033-FE0F-20E3","three"],["0034-FE0F-20E3","four"],["0035-FE0F-20E3","five"],["0036-FE0F-20E3","six"],["0037-FE0F-20E3","seven"],["0038-FE0F-20E3","eight"],["0039-FE0F-20E3","nine"],["1F51F","keycap_ten"],["1F520","capital_abcd"],["1F521","abcd"],["1F522","1234"],["1F523","symbols"],["1F524","abc"],["1F170-FE0F","a"],["1F18E","ab"],["1F171-FE0F","b"],["1F191","cl"],["1F192","cool"],["1F193","free"],["2139-FE0F","information_source"],["1F194","id"],["24C2-FE0F","m"],["1F195","new"],["1F196","ng"],["1F17E-FE0F","o2"],["1F197","ok"],["1F17F-FE0F","parking"],["1F198","sos"],["1F199","up"],["1F19A","vs"],["1F201","koko"],["1F202-FE0F","sa"],["1F237-FE0F","u6708"],["1F236","u6709"],["1F22F","u6307"],["1F250","ideograph_advantage"],["1F239","u5272"],["1F21A","u7121"],["1F232","u7981"],["1F251","accept"],["1F238","u7533"],["1F234","u5408"],["1F233","u7a7a"],["3297-FE0F","congratulations"],["3299-FE0F","secret"],["1F23A","u55b6"],["1F235","u6e80"],["1F534","red_circle"],["1F7E0","large_orange_circle"],["1F7E1","large_yellow_circle"],["1F7E2","large_green_circle"],["1F535","large_blue_circle"],["1F7E3","large_purple_circle"],["1F7E4","large_brown_circle"],["26AB","black_circle"],["26AA","white_circle"],["1F7E5","large_red_square"],["1F7E7","large_orange_square"],["1F7E8","large_yellow_square"],["1F7E9","large_green_square"],["1F7E6","large_blue_square"],["1F7EA","large_purple_square"],["1F7EB","large_brown_square"],["2B1B","black_large_square"],["2B1C","white_large_square"],["25FC-FE0F","black_medium_square"],["25FB-FE0F","white_medium_square"],["25FE","black_medium_small_square"],["25FD","white_medium_small_square"],["25AA-FE0F","black_small_square"],["25AB-FE0F","white_small_square"],["1F536","large_orange_diamond"],["1F537","large_blue_diamond"],["1F538","small_orange_diamond"],["1F539","small_blue_diamond"],["1F53A","small_red_triangle"],["1F53B","small_red_triangle_down"],["1F4A0","diamond_shape_with_a_dot_inside"],["1F518","radio_button"],["1F533","white_square_button"],["1F532","black_square_button"]],["flags","Flags"],[["1F3C1","checkered_flag"],["1F6A9","triangular_flag_on_post"],["1F38C","crossed_flags"],["1F3F4","waving_black_flag"],["1F3F3-FE0F","waving_white_flag"],["1F3F3-FE0F-200D-1F308","rainbow-flag"],["1F3F4-200D-2620-FE0F","pirate_flag"],["1F1E6-1F1E8","flag-ac"],["1F1E6-1F1E9","flag-ad"],["1F1E6-1F1EA","flag-ae"],["1F1E6-1F1EB","flag-af"],["1F1E6-1F1EC","flag-ag"],["1F1E6-1F1EE","flag-ai"],["1F1E6-1F1F1","flag-al"],["1F1E6-1F1F2","flag-am"],["1F1E6-1F1F4","flag-ao"],["1F1E6-1F1F6","flag-aq"],["1F1E6-1F1F7","flag-ar"],["1F1E6-1F1F8","flag-as"],["1F1E6-1F1F9","flag-at"],["1F1E6-1F1FA","flag-au"],["1F1E6-1F1FC","flag-aw"],["1F1E6-1F1FD","flag-ax"],["1F1E6-1F1FF","flag-az"],["1F1E7-1F1E6","flag-ba"],["1F1E7-1F1E7","flag-bb"],["1F1E7-1F1E9","flag-bd"],["1F1E7-1F1EA","flag-be"],["1F1E7-1F1EB","flag-bf"],["1F1E7-1F1EC","flag-bg"],["1F1E7-1F1ED","flag-bh"],["1F1E7-1F1EE","flag-bi"],["1F1E7-1F1EF","flag-bj"],["1F1E7-1F1F1","flag-bl"],["1F1E7-1F1F2","flag-bm"],["1F1E7-1F1F3","flag-bn"],["1F1E7-1F1F4","flag-bo"],["1F1E7-1F1F6","flag-bq"],["1F1E7-1F1F7","flag-br"],["1F1E7-1F1F8","flag-bs"],["1F1E7-1F1F9","flag-bt"],["1F1E7-1F1FB","flag-bv"],["1F1E7-1F1FC","flag-bw"],["1F1E7-1F1FE","flag-by"],["1F1E7-1F1FF","flag-bz"],["1F1E8-1F1E6","flag-ca"],["1F1E8-1F1E8","flag-cc"],["1F1E8-1F1E9","flag-cd"],["1F1E8-1F1EB","flag-cf"],["1F1E8-1F1EC","flag-cg"],["1F1E8-1F1ED","flag-ch"],["1F1E8-1F1EE","flag-ci"],["1F1E8-1F1F0","flag-ck"],["1F1E8-1F1F1","flag-cl"],["1F1E8-1F1F2","flag-cm"],["1F1E8-1F1F3","cn"],["1F1E8-1F1F4","flag-co"],["1F1E8-1F1F5","flag-cp"],["1F1E8-1F1F7","flag-cr"],["1F1E8-1F1FA","flag-cu"],["1F1E8-1F1FB","flag-cv"],["1F1E8-1F1FC","flag-cw"],["1F1E8-1F1FD","flag-cx"],["1F1E8-1F1FE","flag-cy"],["1F1E8-1F1FF","flag-cz"],["1F1E9-1F1EA","de"],["1F1E9-1F1EC","flag-dg"],["1F1E9-1F1EF","flag-dj"],["1F1E9-1F1F0","flag-dk"],["1F1E9-1F1F2","flag-dm"],["1F1E9-1F1F4","flag-do"],["1F1E9-1F1FF","flag-dz"],["1F1EA-1F1E6","flag-ea"],["1F1EA-1F1E8","flag-ec"],["1F1EA-1F1EA","flag-ee"],["1F1EA-1F1EC","flag-eg"],["1F1EA-1F1ED","flag-eh"],["1F1EA-1F1F7","flag-er"],["1F1EA-1F1F8","es"],["1F1EA-1F1F9","flag-et"],["1F1EA-1F1FA","flag-eu"],["1F1EB-1F1EE","flag-fi"],["1F1EB-1F1EF","flag-fj"],["1F1EB-1F1F0","flag-fk"],["1F1EB-1F1F2","flag-fm"],["1F1EB-1F1F4","flag-fo"],["1F1EB-1F1F7","fr"],["1F1EC-1F1E6","flag-ga"],["1F1EC-1F1E7","gb"],["1F1EC-1F1E9","flag-gd"],["1F1EC-1F1EA","flag-ge"],["1F1EC-1F1EB","flag-gf"],["1F1EC-1F1EC","flag-gg"],["1F1EC-1F1ED","flag-gh"],["1F1EC-1F1EE","flag-gi"],["1F1EC-1F1F1","flag-gl"],["1F1EC-1F1F2","flag-gm"],["1F1EC-1F1F3","flag-gn"],["1F1EC-1F1F5","flag-gp"],["1F1EC-1F1F6","flag-gq"],["1F1EC-1F1F7","flag-gr"],["1F1EC-1F1F8","flag-gs"],["1F1EC-1F1F9","flag-gt"],["1F1EC-1F1FA","flag-gu"],["1F1EC-1F1FC","flag-gw"],["1F1EC-1F1FE","flag-gy"],["1F1ED-1F1F0","flag-hk"],["1F1ED-1F1F2","flag-hm"],["1F1ED-1F1F3","flag-hn"],["1F1ED-1F1F7","flag-hr"],["1F1ED-1F1F9","flag-ht"],["1F1ED-1F1FA","flag-hu"],["1F1EE-1F1E8","flag-ic"],["1F1EE-1F1E9","flag-id"],["1F1EE-1F1EA","flag-ie"],["1F1EE-1F1F1","flag-il"],["1F1EE-1F1F2","flag-im"],["1F1EE-1F1F3","flag-in"],["1F1EE-1F1F4","flag-io"],["1F1EE-1F1F6","flag-iq"],["1F1EE-1F1F7","flag-ir"],["1F1EE-1F1F8","flag-is"],["1F1EE-1F1F9","it"],["1F1EF-1F1EA","flag-je"],["1F1EF-1F1F2","flag-jm"],["1F1EF-1F1F4","flag-jo"],["1F1EF-1F1F5","jp"],["1F1F0-1F1EA","flag-ke"],["1F1F0-1F1EC","flag-kg"],["1F1F0-1F1ED","flag-kh"],["1F1F0-1F1EE","flag-ki"],["1F1F0-1F1F2","flag-km"],["1F1F0-1F1F3","flag-kn"],["1F1F0-1F1F5","flag-kp"],["1F1F0-1F1F7","kr"],["1F1F0-1F1FC","flag-kw"],["1F1F0-1F1FE","flag-ky"],["1F1F0-1F1FF","flag-kz"],["1F1F1-1F1E6","flag-la"],["1F1F1-1F1E7","flag-lb"],["1F1F1-1F1E8","flag-lc"],["1F1F1-1F1EE","flag-li"],["1F1F1-1F1F0","flag-lk"],["1F1F1-1F1F7","flag-lr"],["1F1F1-1F1F8","flag-ls"],["1F1F1-1F1F9","flag-lt"],["1F1F1-1F1FA","flag-lu"],["1F1F1-1F1FB","flag-lv"],["1F1F1-1F1FE","flag-ly"],["1F1F2-1F1E6","flag-ma"],["1F1F2-1F1E8","flag-mc"],["1F1F2-1F1E9","flag-md"],["1F1F2-1F1EA","flag-me"],["1F1F2-1F1EB","flag-mf"],["1F1F2-1F1EC","flag-mg"],["1F1F2-1F1ED","flag-mh"],["1F1F2-1F1F0","flag-mk"],["1F1F2-1F1F1","flag-ml"],["1F1F2-1F1F2","flag-mm"],["1F1F2-1F1F3","flag-mn"],["1F1F2-1F1F4","flag-mo"],["1F1F2-1F1F5","flag-mp"],["1F1F2-1F1F6","flag-mq"],["1F1F2-1F1F7","flag-mr"],["1F1F2-1F1F8","flag-ms"],["1F1F2-1F1F9","flag-mt"],["1F1F2-1F1FA","flag-mu"],["1F1F2-1F1FB","flag-mv"],["1F1F2-1F1FC","flag-mw"],["1F1F2-1F1FD","flag-mx"],["1F1F2-1F1FE","flag-my"],["1F1F2-1F1FF","flag-mz"],["1F1F3-1F1E6","flag-na"],["1F1F3-1F1E8","flag-nc"],["1F1F3-1F1EA","flag-ne"],["1F1F3-1F1EB","flag-nf"],["1F1F3-1F1EC","flag-ng"],["1F1F3-1F1EE","flag-ni"],["1F1F3-1F1F1","flag-nl"],["1F1F3-1F1F4","flag-no"],["1F1F3-1F1F5","flag-np"],["1F1F3-1F1F7","flag-nr"],["1F1F3-1F1FA","flag-nu"],["1F1F3-1F1FF","flag-nz"],["1F1F4-1F1F2","flag-om"],["1F1F5-1F1E6","flag-pa"],["1F1F5-1F1EA","flag-pe"],["1F1F5-1F1EB","flag-pf"],["1F1F5-1F1EC","flag-pg"],["1F1F5-1F1ED","flag-ph"],["1F1F5-1F1F0","flag-pk"],["1F1F5-1F1F1","flag-pl"],["1F1F5-1F1F2","flag-pm"],["1F1F5-1F1F3","flag-pn"],["1F1F5-1F1F7","flag-pr"],["1F1F5-1F1F8","flag-ps"],["1F1F5-1F1F9","flag-pt"],["1F1F5-1F1FC","flag-pw"],["1F1F5-1F1FE","flag-py"],["1F1F6-1F1E6","flag-qa"],["1F1F7-1F1EA","flag-re"],["1F1F7-1F1F4","flag-ro"],["1F1F7-1F1F8","flag-rs"],["1F1F7-1F1FA","ru"],["1F1F7-1F1FC","flag-rw"],["1F1F8-1F1E6","flag-sa"],["1F1F8-1F1E7","flag-sb"],["1F1F8-1F1E8","flag-sc"],["1F1F8-1F1E9","flag-sd"],["1F1F8-1F1EA","flag-se"],["1F1F8-1F1EC","flag-sg"],["1F1F8-1F1ED","flag-sh"],["1F1F8-1F1EE","flag-si"],["1F1F8-1F1EF","flag-sj"],["1F1F8-1F1F0","flag-sk"],["1F1F8-1F1F1","flag-sl"],["1F1F8-1F1F2","flag-sm"],["1F1F8-1F1F3","flag-sn"],["1F1F8-1F1F4","flag-so"],["1F1F8-1F1F7","flag-sr"],["1F1F8-1F1F8","flag-ss"],["1F1F8-1F1F9","flag-st"],["1F1F8-1F1FB","flag-sv"],["1F1F8-1F1FD","flag-sx"],["1F1F8-1F1FE","flag-sy"],["1F1F8-1F1FF","flag-sz"],["1F1F9-1F1E6","flag-ta"],["1F1F9-1F1E8","flag-tc"],["1F1F9-1F1E9","flag-td"],["1F1F9-1F1EB","flag-tf"],["1F1F9-1F1EC","flag-tg"],["1F1F9-1F1ED","flag-th"],["1F1F9-1F1EF","flag-tj"],["1F1F9-1F1F0","flag-tk"],["1F1F9-1F1F1","flag-tl"],["1F1F9-1F1F2","flag-tm"],["1F1F9-1F1F3","flag-tn"],["1F1F9-1F1F4","flag-to"],["1F1F9-1F1F7","flag-tr"],["1F1F9-1F1F9","flag-tt"],["1F1F9-1F1FB","flag-tv"],["1F1F9-1F1FC","flag-tw"],["1F1F9-1F1FF","flag-tz"],["1F1FA-1F1E6","flag-ua"],["1F1FA-1F1EC","flag-ug"],["1F1FA-1F1F2","flag-um"],["1F1FA-1F1F3","flag-un"],["1F1FA-1F1F8","us"],["1F1FA-1F1FE","flag-uy"],["1F1FA-1F1FF","flag-uz"],["1F1FB-1F1E6","flag-va"],["1F1FB-1F1E8","flag-vc"],["1F1FB-1F1EA","flag-ve"],["1F1FB-1F1EC","flag-vg"],["1F1FB-1F1EE","flag-vi"],["1F1FB-1F1F3","flag-vn"],["1F1FB-1F1FA","flag-vu"],["1F1FC-1F1EB","flag-wf"],["1F1FC-1F1F8","flag-ws"],["1F1FD-1F1F0","flag-xk"],["1F1FE-1F1EA","flag-ye"],["1F1FE-1F1F9","flag-yt"],["1F1FF-1F1E6","flag-za"],["1F1FF-1F1F2","flag-zm"],["1F1FF-1F1FC","flag-zw"],["1F3F4-E0067-E0062-E0065-E006E-E0067-E007F","flag-england"],["1F3F4-E0067-E0062-E0073-E0063-E0074-E007F","flag-scotland"],["1F3F4-E0067-E0062-E0077-E006C-E0073-E007F","flag-wales"]]]')}}]); \ No newline at end of file diff --git a/dist/DiscussionGroupsDucks.9ea453d1be9d1b0ee77a992f8e587485.tgs b/dist/DiscussionGroupsDucks.9ea453d1be9d1b0ee77a992f8e587485.tgs new file mode 100644 index 000000000..97f993192 Binary files /dev/null and b/dist/DiscussionGroupsDucks.9ea453d1be9d1b0ee77a992f8e587485.tgs differ diff --git a/dist/FoldersAll.3f9f9e243d19f0fbf9aaaff11cbd4572.tgs b/dist/FoldersAll.3f9f9e243d19f0fbf9aaaff11cbd4572.tgs new file mode 100644 index 000000000..41b820a74 Binary files /dev/null and b/dist/FoldersAll.3f9f9e243d19f0fbf9aaaff11cbd4572.tgs differ diff --git a/dist/FoldersNew.9a40d71c0c8be70f5bd14ff2d7bc1593.tgs b/dist/FoldersNew.9a40d71c0c8be70f5bd14ff2d7bc1593.tgs new file mode 100644 index 000000000..1a6034262 Binary files /dev/null and b/dist/FoldersNew.9a40d71c0c8be70f5bd14ff2d7bc1593.tgs differ diff --git a/dist/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.3e1bb90afe5eb4a94c5ffdb911fd21d0.woff2 b/dist/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.3e1bb90afe5eb4a94c5ffdb911fd21d0.woff2 new file mode 100644 index 000000000..972c566b2 Binary files /dev/null and b/dist/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.3e1bb90afe5eb4a94c5ffdb911fd21d0.woff2 differ diff --git a/dist/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.324b1e6d0f5ae7c6ab42fed5516c7b3d.woff2 b/dist/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.324b1e6d0f5ae7c6ab42fed5516c7b3d.woff2 new file mode 100644 index 000000000..5ab8a6561 Binary files /dev/null and b/dist/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.324b1e6d0f5ae7c6ab42fed5516c7b3d.woff2 differ diff --git a/dist/KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP.cab892ae9aa422233ea43db289e0c038.woff2 b/dist/KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP.cab892ae9aa422233ea43db289e0c038.woff2 new file mode 100644 index 000000000..bafbf7b89 Binary files /dev/null and b/dist/KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP.cab892ae9aa422233ea43db289e0c038.woff2 differ diff --git a/dist/KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP.acd64c8bf32762464b8f2c0600dc2b89.woff2 b/dist/KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP.acd64c8bf32762464b8f2c0600dc2b89.woff2 new file mode 100644 index 000000000..7aae2e9bc Binary files /dev/null and b/dist/KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP.acd64c8bf32762464b8f2c0600dc2b89.woff2 differ diff --git a/dist/KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP.66efaee062df58309edc4cdfaef3f094.woff2 b/dist/KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP.66efaee062df58309edc4cdfaef3f094.woff2 new file mode 100644 index 000000000..30843410d Binary files /dev/null and b/dist/KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP.66efaee062df58309edc4cdfaef3f094.woff2 differ diff --git a/dist/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.d3c211af53a789d2f9fd79599baca39a.woff2 b/dist/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.d3c211af53a789d2f9fd79599baca39a.woff2 new file mode 100644 index 000000000..7a7b8b274 Binary files /dev/null and b/dist/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.d3c211af53a789d2f9fd79599baca39a.woff2 differ diff --git a/dist/KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP.01bafbfbc1e4ebe0139d259614d5c12d.woff2 b/dist/KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP.01bafbfbc1e4ebe0139d259614d5c12d.woff2 new file mode 100644 index 000000000..a39b80a39 Binary files /dev/null and b/dist/KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP.01bafbfbc1e4ebe0139d259614d5c12d.woff2 differ diff --git a/dist/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.af30acd9d70ade5b828db02d25348da2.woff2 b/dist/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.af30acd9d70ade5b828db02d25348da2.woff2 new file mode 100644 index 000000000..23cb3ad44 Binary files /dev/null and b/dist/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.af30acd9d70ade5b828db02d25348da2.woff2 differ diff --git a/dist/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.465390c6e54c60f4a15ff698f372e858.woff2 b/dist/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.465390c6e54c60f4a15ff698f372e858.woff2 new file mode 100644 index 000000000..4fc449afd Binary files /dev/null and b/dist/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.465390c6e54c60f4a15ff698f372e858.woff2 differ diff --git a/dist/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.6b69287db14836e8ccee577d6457b127.woff2 b/dist/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.6b69287db14836e8ccee577d6457b127.woff2 new file mode 100644 index 000000000..814b9474c Binary files /dev/null and b/dist/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.6b69287db14836e8ccee577d6457b127.woff2 differ diff --git a/dist/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.499af208fa04aa805317cf014d869692.woff2 b/dist/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.499af208fa04aa805317cf014d869692.woff2 new file mode 100644 index 000000000..10cd611dd Binary files /dev/null and b/dist/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.499af208fa04aa805317cf014d869692.woff2 differ diff --git a/dist/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.009379f5feecd3ef689ad46e029b31e6.woff2 b/dist/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.009379f5feecd3ef689ad46e029b31e6.woff2 new file mode 100644 index 000000000..9b257dcbd Binary files /dev/null and b/dist/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.009379f5feecd3ef689ad46e029b31e6.woff2 differ diff --git a/dist/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.62afd8a72052ca925aafb4006fddff88.woff2 b/dist/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.62afd8a72052ca925aafb4006fddff88.woff2 new file mode 100644 index 000000000..4a61f8697 Binary files /dev/null and b/dist/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.62afd8a72052ca925aafb4006fddff88.woff2 differ diff --git a/dist/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.350ec982325895563ada47d14c7936da.woff2 b/dist/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.350ec982325895563ada47d14c7936da.woff2 new file mode 100644 index 000000000..e17542dc1 Binary files /dev/null and b/dist/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.350ec982325895563ada47d14c7936da.woff2 differ diff --git a/dist/TwoFactorSetupMonkeyClose.604c4c833d322b7e6c3ea19bef058241.tgs b/dist/TwoFactorSetupMonkeyClose.604c4c833d322b7e6c3ea19bef058241.tgs new file mode 100644 index 000000000..f16eca5ad Binary files /dev/null and b/dist/TwoFactorSetupMonkeyClose.604c4c833d322b7e6c3ea19bef058241.tgs differ diff --git a/dist/TwoFactorSetupMonkeyIdle.dea4a492c144df84ddab778dc8a3f0cd.tgs b/dist/TwoFactorSetupMonkeyIdle.dea4a492c144df84ddab778dc8a3f0cd.tgs new file mode 100644 index 000000000..773ee9676 Binary files /dev/null and b/dist/TwoFactorSetupMonkeyIdle.dea4a492c144df84ddab778dc8a3f0cd.tgs differ diff --git a/dist/TwoFactorSetupMonkeyPeek.1905436b042520363d7e59f5d7f903ab.tgs b/dist/TwoFactorSetupMonkeyPeek.1905436b042520363d7e59f5d7f903ab.tgs new file mode 100644 index 000000000..07cca60ec Binary files /dev/null and b/dist/TwoFactorSetupMonkeyPeek.1905436b042520363d7e59f5d7f903ab.tgs differ diff --git a/dist/TwoFactorSetupMonkeyTracking.eb5a7a6f166fb7589c12e6248561fb58.tgs b/dist/TwoFactorSetupMonkeyTracking.eb5a7a6f166fb7589c12e6248561fb58.tgs new file mode 100644 index 000000000..ad52d48af Binary files /dev/null and b/dist/TwoFactorSetupMonkeyTracking.eb5a7a6f166fb7589c12e6248561fb58.tgs differ diff --git a/dist/a66075669d8d0ac2d740.worker.js b/dist/a66075669d8d0ac2d740.worker.js new file mode 100644 index 000000000..a046f04af --- /dev/null +++ b/dist/a66075669d8d0ac2d740.worker.js @@ -0,0 +1 @@ +!function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=0)}([function(e,t){importScripts("webp_wasm.js"),Module.onRuntimeInitialized=async()=>{self.postMessage({type:"initialized"})},self.onmessage=e=>{const{id:t,blob:r}=e.data,n=new FileReader;n.addEventListener("loadend",()=>{const e=n.result,r=e.byteLength,o=Module._malloc(r);Module.HEAPU8.set(new Uint8Array(e),o);const u=Module.cwrap("getInfo","number",["number","number"])(o,r);if(!!!Module.getValue(u,"i32"))return Module._free(u),Module._free(o),void self.postMessage({type:"result",id:t,width:0,height:0,result:null});const l=Module.getValue(u+4,"i32"),i=Module.getValue(u+8,"i32");Module._free(u);const d=Module.cwrap("decode","number",["number","number"])(o,r),a=new Uint8Array(Module.HEAPU8.buffer,d,l*i*4),s=new Uint8ClampedArray(a);Module._free(d),Module._free(o),self.postMessage({type:"result",id:t,width:l,height:i,result:s})}),n.readAsArrayBuffer(r)}}]); \ No newline at end of file diff --git a/dist/android-chrome-192x192.png b/dist/android-chrome-192x192.png new file mode 100644 index 000000000..67fa2c78a Binary files /dev/null and b/dist/android-chrome-192x192.png differ diff --git a/dist/android-chrome-384x384.png b/dist/android-chrome-384x384.png new file mode 100644 index 000000000..93e6e1b89 Binary files /dev/null and b/dist/android-chrome-384x384.png differ diff --git a/dist/apple-touch-icon.png b/dist/apple-touch-icon.png new file mode 100644 index 000000000..1e097a76f Binary files /dev/null and b/dist/apple-touch-icon.png differ diff --git a/dist/auth-caption.4791dbecd189f14e85d8e9776308639d.png b/dist/auth-caption.4791dbecd189f14e85d8e9776308639d.png new file mode 100644 index 000000000..8f8d3ab87 Binary files /dev/null and b/dist/auth-caption.4791dbecd189f14e85d8e9776308639d.png differ diff --git a/dist/browserconfig.xml b/dist/browserconfig.xml new file mode 100644 index 000000000..f2c75ba63 --- /dev/null +++ b/dist/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #2b5797 + + + diff --git a/dist/chartDummyData/followers.json b/dist/chartDummyData/followers.json new file mode 100644 index 000000000..22d3eb6bc --- /dev/null +++ b/dist/chartDummyData/followers.json @@ -0,0 +1 @@ +{"title":"Followers","type":"line","labelType":"day","labels":[1539043200000,1539129600000,1539216000000,1539302400000,1539388800000,1539475200000,1539561600000,1539648000000,1539734400000,1539820800000,1539907200000,1539993600000,1540080000000,1540166400000,1540252800000,1540339200000,1540425600000,1540512000000,1540598400000,1540684800000,1540771200000,1540857600000,1540944000000,1541030400000,1541116800000,1541203200000,1541289600000,1541376000000,1541462400000,1541548800000,1541635200000,1541721600000,1541808000000,1541894400000,1541980800000,1542067200000,1542153600000,1542240000000,1542326400000,1542412800000,1542499200000,1542585600000,1542672000000,1542758400000,1542844800000,1542931200000,1543017600000,1543104000000,1543190400000,1543276800000,1543363200000,1543449600000,1543536000000,1543622400000,1543708800000,1543795200000,1543881600000,1543968000000,1544054400000,1544140800000,1544227200000,1544313600000,1544400000000,1544486400000,1544572800000,1544659200000,1544745600000,1544832000000,1544918400000,1545004800000,1545091200000,1545177600000,1545264000000,1545350400000,1545436800000,1545523200000,1545609600000,1545696000000,1545782400000,1545868800000,1545955200000,1546041600000,1546128000000,1546214400000,1546300800000,1546387200000,1546473600000,1546560000000,1546646400000,1546732800000,1546819200000,1546905600000,1546992000000,1547078400000,1547164800000,1547251200000,1547337600000,1547424000000,1547510400000,1547596800000,1547683200000,1547769600000,1547856000000,1547942400000,1548028800000,1548115200000,1548201600000,1548288000000,1548374400000,1548460800000,1548547200000,1548633600000,1548720000000,1548806400000,1548892800000,1548979200000,1549065600000,1549152000000,1549238400000,1549324800000,1549411200000,1549497600000,1549584000000,1549670400000,1549756800000,1549843200000,1549929600000,1550016000000,1550102400000,1550188800000,1550275200000,1550361600000,1550448000000,1550534400000,1550620800000,1550707200000,1550793600000,1550880000000,1550966400000,1551052800000,1551139200000,1551225600000,1551312000000,1551398400000,1551484800000,1551571200000,1551657600000,1551744000000,1551830400000,1551916800000,1552003200000,1552089600000,1552176000000,1552262400000,1552348800000,1552435200000,1552521600000,1552608000000,1552694400000,1552780800000,1552867200000,1552953600000,1553040000000,1553126400000,1553212800000,1553299200000,1553385600000,1553472000000,1553558400000,1553644800000,1553731200000,1553817600000,1553904000000,1553990400000,1554076800000],"datasets":[{"name":"Joined","color":"#4fae4e","values":[1060,1330,930,1060,940,1190,1320,1180,1050,1210,1370,1330,950,1270,1130,1300,1170,1530,1110,1380,1240,1390,1150,1230,1340,1160,1140,1380,1690,1460,1240,1610,1320,1360,1320,1460,1450,1330,1080,1720,1600,1250,1570,1530,1610,1860,1450,1560,1690,1560,1730,1600,2170,1540,1940,1430,1410,1840,1790,1850,1620,1520,2190,1870,1550,2080,1560,1720,2040,1810,1890,2000,1900,2270,2060,1890,1930,1590,2030,1890,1810,1620,1690,1310,1700,1530,1970,2080,1620,1510,1990,1720,1750,1870,1740,1620,1840,1980,1910,1790,2080,1820,1530,2140,2440,2130,2430,2180,2080,2190,2090,1910,2440,1940,2680,3310,2510,2200,3020,2550,2450,2800,2450,2780,3020,2680,2210,2550,3160,2870,2690,3140,2820,2850,2160,2540,3050,2720,2540,3000,2630,2660,2780,2350,2510,2980,2650,2770,2220,3000,2950,2450,2610,2270,2200,2200,2920,2600,2470,2180,2480,2400,2450,2970,2830,2740,2680,2750,2200,2720,2270,3100,3510,3400,2920]},{"name":"Left","color":"#F06E66","values":[1240,1520,1120,1250,1040,1370,1140,1650,1840,1320,1860,1490,1680,1920,1190,1410,1180,1510,1490,1950,1700,1060,1630,1410,1230,1340,1640,1620,1610,1780,1320,1430,1510,1410,1660,1610,1320,1420,1360,1330,1300,1370,1590,1380,1580,1250,1460,1740,2250,1820,1670,1590,1710,1630,1770,1410,2100,1640,1670,1560,1820,1580,1560,1680,1520,1660,1570,1790,1560,1850,1670,2050,1660,1690,2110,1900,2280,1680,1770,2250,1910,2190,2070,2160,1810,1890,2130,2470,2150,2320,2420,2510,2390,2340,2260,2250,2250,2560,2090,1620,2340,2410,2270,2470,2360,2520,2380,2690,2590,2600,3010,2970,2480,2680,2910,2960,3150,3290,2380,2860,3130,2680,2980,3030,2900,3570,3340,2970,2910,3130,3180,3370,3590,3380,3720,3670,3480,3470,3770,3400,3060,3080,3090,3380,3040,3080,3410,3620,3320,2890,3570,3260,3100,3450,3490,3070,2640,3360,3260,3030,3250,3690,2950,2910,3540,3140,3090,3350,2960,2930,2940,3280,3080,2750,3370]}]} diff --git a/dist/chartDummyData/growth.json b/dist/chartDummyData/growth.json new file mode 100644 index 000000000..58482e908 --- /dev/null +++ b/dist/chartDummyData/growth.json @@ -0,0 +1 @@ +{"title":"Growth","type":"line","labelType":"day","labels":[1539043200000,1539129600000,1539216000000,1539302400000,1539388800000,1539475200000,1539561600000,1539648000000,1539734400000,1539820800000,1539907200000,1539993600000,1540080000000,1540166400000,1540252800000,1540339200000,1540425600000,1540512000000,1540598400000,1540684800000,1540771200000,1540857600000,1540944000000,1541030400000,1541116800000,1541203200000,1541289600000,1541376000000,1541462400000,1541548800000,1541635200000,1541721600000,1541808000000,1541894400000,1541980800000,1542067200000,1542153600000,1542240000000,1542326400000,1542412800000,1542499200000,1542585600000,1542672000000,1542758400000,1542844800000,1542931200000,1543017600000,1543104000000,1543190400000,1543276800000,1543363200000,1543449600000,1543536000000,1543622400000,1543708800000,1543795200000,1543881600000,1543968000000,1544054400000,1544140800000,1544227200000,1544313600000,1544400000000,1544486400000,1544572800000,1544659200000,1544745600000,1544832000000,1544918400000,1545004800000,1545091200000,1545177600000,1545264000000,1545350400000,1545436800000,1545523200000,1545609600000,1545696000000,1545782400000,1545868800000,1545955200000,1546041600000,1546128000000,1546214400000,1546300800000,1546387200000,1546473600000,1546560000000,1546646400000,1546732800000,1546819200000,1546905600000,1546992000000,1547078400000,1547164800000,1547251200000,1547337600000,1547424000000,1547510400000,1547596800000,1547683200000,1547769600000,1547856000000,1547942400000,1548028800000,1548115200000,1548201600000,1548288000000,1548374400000,1548460800000,1548547200000,1548633600000,1548720000000,1548806400000,1548892800000,1548979200000,1549065600000,1549152000000,1549238400000,1549324800000,1549411200000,1549497600000,1549584000000,1549670400000,1549756800000,1549843200000,1549929600000,1550016000000,1550102400000,1550188800000,1550275200000,1550361600000,1550448000000,1550534400000,1550620800000,1550707200000,1550793600000,1550880000000,1550966400000,1551052800000,1551139200000,1551225600000,1551312000000,1551398400000,1551484800000,1551571200000,1551657600000,1551744000000,1551830400000,1551916800000,1552003200000,1552089600000,1552176000000,1552262400000,1552348800000,1552435200000,1552521600000,1552608000000,1552694400000,1552780800000,1552867200000,1552953600000,1553040000000,1553126400000,1553212800000,1553299200000,1553385600000,1553472000000,1553558400000,1553644800000,1553731200000,1553817600000,1553904000000,1553990400000,1554076800000],"datasets":[{"name":"Followers","color":"#54A4E7","values":[22800,19600,25000,26400,24000,26000,28400,26600,23800,29200,31000,33200,30400,30800,31400,29600,35200,35600,39200,35200,33200,41000,42000,38800,43800,36200,40800,41400,40600,39600,39000,40200,43600,39000,46000,48800,45200,39600,44400,44200,43800,47200,44000,50400,43600,52400,44600,48400,52000,52800,49800,54400,62400,59000,57400,65000,62800,54400,56200,60000,61000,69200,60200,64200,61400,64800,69400,70400,66000,63800,66400,70800,67600,71800,79000,71000,63400,67800,68800,66200,70800,72000,68800,59400,61400,58400,64400,58800,60600,68800,66400,62600,61200,65000,56600,58000,60600,61200,58600,64800,65800,65000,54800,60800,63600,61600,66800,60000,69800,73800,65000,72600,65400,76600,69400,72400,76600,74400,69000,81000,75400,81200,82600,83600,73600,75600,84200,90200,87000,89000,93400,91400,96000,94400,93800,100600,95200,103000,99800,96200,98600,112000,101800,115400,105800,111800,119200,114600,115800,132800,121000,133000,134800,130400,138200,149800,146200,152800,154200,153000,165800,155400,156200,161400,183800,178200,193200,187400,187200,192800,179000,192200,183400,193000,194000,195400,189800,185600,190400,197600]}]} diff --git a/dist/chartDummyData/interactions.json b/dist/chartDummyData/interactions.json new file mode 100644 index 000000000..c82b6f7ec --- /dev/null +++ b/dist/chartDummyData/interactions.json @@ -0,0 +1 @@ +{"title":"Interactions","type":"line","labelType":"day","hasSecondYAxis":true,"labels":[1539043200000,1539129600000,1539216000000,1539302400000,1539388800000,1539475200000,1539561600000,1539648000000,1539734400000,1539820800000,1539907200000,1539993600000,1540080000000,1540166400000,1540252800000,1540339200000,1540425600000,1540512000000,1540598400000,1540684800000,1540771200000,1540857600000,1540944000000,1541030400000,1541116800000,1541203200000,1541289600000,1541376000000,1541462400000,1541548800000,1541635200000,1541721600000,1541808000000,1541894400000,1541980800000,1542067200000,1542153600000,1542240000000,1542326400000,1542412800000,1542499200000,1542585600000,1542672000000,1542758400000,1542844800000,1542931200000,1543017600000,1543104000000,1543190400000,1543276800000,1543363200000,1543449600000,1543536000000,1543622400000,1543708800000,1543795200000,1543881600000,1543968000000,1544054400000,1544140800000,1544227200000,1544313600000,1544400000000,1544486400000,1544572800000,1544659200000,1544745600000,1544832000000,1544918400000,1545004800000,1545091200000,1545177600000,1545264000000,1545350400000,1545436800000,1545523200000,1545609600000,1545696000000,1545782400000,1545868800000,1545955200000,1546041600000,1546128000000,1546214400000,1546300800000,1546387200000,1546473600000,1546560000000,1546646400000,1546732800000,1546819200000,1546905600000,1546992000000,1547078400000,1547164800000,1547251200000,1547337600000,1547424000000,1547510400000,1547596800000,1547683200000,1547769600000,1547856000000,1547942400000,1548028800000,1548115200000,1548201600000,1548288000000,1548374400000,1548460800000,1548547200000,1548633600000,1548720000000,1548806400000,1548892800000,1548979200000,1549065600000,1549152000000,1549238400000,1549324800000,1549411200000,1549497600000,1549584000000,1549670400000,1549756800000,1549843200000,1549929600000,1550016000000,1550102400000,1550188800000,1550275200000,1550361600000,1550448000000,1550534400000,1550620800000,1550707200000,1550793600000,1550880000000,1550966400000,1551052800000,1551139200000,1551225600000,1551312000000,1551398400000,1551484800000,1551571200000,1551657600000,1551744000000,1551830400000,1551916800000,1552003200000,1552089600000,1552176000000,1552262400000,1552348800000,1552435200000,1552521600000,1552608000000,1552694400000,1552780800000,1552867200000,1552953600000,1553040000000,1553126400000,1553212800000,1553299200000,1553385600000,1553472000000,1553558400000,1553644800000,1553731200000,1553817600000,1553904000000,1553990400000,1554076800000],"datasets":[{"name":"Views","color":"#54A4E7","values":[272400,311800,339600,335800,335800,328800,317600,299600,337200,366400,350200,349800,354400,348400,324200,329000,356200,356200,329000,352400,343800,308400,261400,364400,333600,380000,353600,345400,320200,355000,354400,365000,349200,353000,339200,320200,335800,381400,357000,355200,354800,332800,320600,329400,365800,363400,365000,361600,345200,300800,344200,370800,360200,362600,349400,357800,294800,349000,372200,368200,365600,365600,357000,320200,329800,383600,383600,382200,363000,361200,329200,351000,381400,364200,394600,372200,363000,335400,361800,379600,389000,382000,389000,370400,326000,363200,406400,392200,368400,398200,367200,326200,335600,386800,386000,378600,378800,387400,341600,349000,404600,379800,388600,393600,385200,345400,371600,419600,399800,422000,410800,410200,381200,380400,442600,457800,453000,459200,457200,411000,428600,465800,451000,459800,484600,461200,427000,421800,481800,466600,402400,477800,466600,467200,457200,517000,493000,482600,504400,505600,478800,491400,518800,520800,508800,522800,531400,492400,508400,557800,564200,528000,555200,537600,480400,520600,551000,566000,531000,531200,519400,499000,495000,553800,578000,553200,554800,532400,501800,540600,567600,567600,563000,542400,566600,486800,538400,621200,580800,574200,597200,584000,522200,589600,622800,623800,627800,595200,576000,366000,592200,655600,660000,640000,639600,638400,590800,675600,746600,708400,710400,722400,708600,632200,764400,840200,810200,667000,766800,766000,740400,850800,858400,857400,851800,851800,821000,757600,851400,883000,883600,879800,852800,804800,730600,805800,864000,844800,834800,838800,809200,722800,843800,894000,820400,819000,810000,793400,737600,818000,866800,830600,845000,819200,760000,728400,793200,830000,837600,811400,823400,752800,696400,770600,844800,823000,793400,812000,769400,723200,755600,764600,811200,826200,866800,833000,755000,770600,649800,740400,836800,833600,859000,796000,834800,858400,809000,853000,801400,763600,713600,799200,819200,818000,781800,809200,736600,689800,802400,828600,794200,813000,788400,755200,689200,777800,811200,766000,809400,776800,759000,684800,807400,830800,802800,786000,751800,745000,666400,773200,795200,743600,739200,714000,727600,654000,717000,751600,739600,757600,730600,705200,674400,730800,767000,751600,776600,712000,688000,637800,686000,748600,750200,765400,742400,701000,636800,720400,779000,765200,851200,793000,731400,651200,734800,825400,790800,763400,724200,723600,625800,714600,803600,742600,738000,745800,706600,613600,712000,767400,750800,821200,813400,757800,683800]},{"name":"Shares","color":"#E8AF14","values":[12360,16240,14210,14040,15190,13570,14020,15600,16080,15800,16740,15680,16790,15520,17410,17660,17000,15080,17190,17020,16620,15200,13210,16970,16030,16090,16800,15280,15450,15990,17130,14970,16020,15780,15770,15720,16210,15820,16080,14860,14210,14980,16200,15430,15510,16750,16460,15130,15120,15580,18040,16380,15940,16590,15950,15480,14940,16520,16570,15910,15950,16280,17120,15720,16600,17580,16260,17270,15660,16500,16410,17140,16240,17330,16320,17490,17220,17030,19130,17440,17350,17010,19050,16150,16350,18280,17670,19690,17470,16320,16180,16290,15440,16600,17430,17800,18110,16870,17200,16700,18010,18110,17850,17600,17870,18100,17300,19960,18340,19650,19710,21300,18930,20090,20240,21150,21020,21940,22350,22160,20800,22390,21450,22970,20690,23410,21490,21690,20650,22440,21630,23420,22860,23490,24460,23610,23810,22840,23540,24800,23460,24140,25050,23910,23790,23190,23390,23160,23830,23680,25940,23420,23330,23630,23400,26230,22690,24700,22010,23050,22460,24620,24960,26180,24540,24240,24690,24140,25140,29410,25900,25880,24600,25380,25090,24930,28930,26570,25270,26560,25520,27150,25130,25600,28580,25800,25500,27870,26320,18930,30390,27640,27790,28380,29230,28160,28490,31290,31710,32150,29840,29860,30240,30750,33300,34750,33250,31920,36940,36930,33360,38500,33700,34630,36580,36130,34960,35210,37600,37100,34640,36840,36150,33850,32800,35440,37510,36770,35560,35460,36650,35370,36990,39810,39340,36350,35350,33160,34440,36720,35200,37240,36030,36330,34940,34840,39350,37370,34040,33510,35270,32940,33310,34730,35760,37300,35190,33420,32550,33450,34360,41660,42960,38970,37080,37150,36460,41330,34220,34980,34840,39150,38110,35380,38760,36080,33790,36150,35960,32570,33180,36000,36390,33950,35390,36680,36540,31270,34720,35030,37090,38120,32870,34800,35000,34370,35070,35430,36830,37380,35390,33170,37300,34710,36450,37500,37820,31590,34370,37430,36650,35300,35520,35830,35650,32070,38700,34460,34450,32720,34900,35680,33340,37500,35730,35270,37150,35010,35260,33690,40330,36410,35540,35600,35480,37740,35600,44060,34610,37160,37880,36800,37940,35140,36900,40490,37740,36330,37730,35330,35800,39580,37590,35770,36430,36720,36860,33580,36830,35830,36600,37840,39450,35390,35310]}]} diff --git a/dist/chartDummyData/languages.json b/dist/chartDummyData/languages.json new file mode 100644 index 000000000..42383ff4b --- /dev/null +++ b/dist/chartDummyData/languages.json @@ -0,0 +1 @@ +{"title":"Languages","type":"area","labelType":"day","labels":[1539043200000,1539129600000,1539216000000,1539302400000,1539388800000,1539475200000,1539561600000,1539648000000,1539734400000,1539820800000,1539907200000,1539993600000,1540080000000,1540166400000,1540252800000,1540339200000,1540425600000,1540512000000,1540598400000,1540684800000,1540771200000,1540857600000,1540944000000,1541030400000,1541116800000,1541203200000,1541289600000,1541376000000,1541462400000,1541548800000,1541635200000,1541721600000,1541808000000,1541894400000,1541980800000,1542067200000,1542153600000,1542240000000,1542326400000,1542412800000,1542499200000,1542585600000,1542672000000,1542758400000,1542844800000,1542931200000,1543017600000,1543104000000,1543190400000,1543276800000,1543363200000,1543449600000,1543536000000,1543622400000,1543708800000,1543795200000,1543881600000,1543968000000,1544054400000,1544140800000,1544227200000,1544313600000,1544400000000,1544486400000,1544572800000,1544659200000,1544745600000,1544832000000,1544918400000,1545004800000,1545091200000,1545177600000,1545264000000,1545350400000,1545436800000,1545523200000,1545609600000,1545696000000,1545782400000,1545868800000,1545955200000,1546041600000,1546128000000,1546214400000,1546300800000,1546387200000,1546473600000,1546560000000,1546646400000,1546732800000,1546819200000,1546905600000,1546992000000,1547078400000,1547164800000,1547251200000,1547337600000,1547424000000,1547510400000,1547596800000,1547683200000,1547769600000,1547856000000,1547942400000,1548028800000,1548115200000,1548201600000,1548288000000,1548374400000,1548460800000,1548547200000,1548633600000,1548720000000,1548806400000,1548892800000,1548979200000,1549065600000,1549152000000,1549238400000,1549324800000,1549411200000,1549497600000,1549584000000,1549670400000,1549756800000,1549843200000,1549929600000,1550016000000,1550102400000,1550188800000,1550275200000,1550361600000,1550448000000,1550534400000,1550620800000,1550707200000,1550793600000,1550880000000,1550966400000,1551052800000,1551139200000,1551225600000,1551312000000,1551398400000,1551484800000,1551571200000,1551657600000,1551744000000,1551830400000,1551916800000,1552003200000,1552089600000,1552176000000,1552262400000,1552348800000,1552435200000,1552521600000,1552608000000,1552694400000,1552780800000,1552867200000,1552953600000,1553040000000,1553126400000,1553212800000,1553299200000,1553385600000,1553472000000,1553558400000,1553644800000,1553731200000,1553817600000,1553904000000,1553990400000,1554076800000],"isStacked":true,"isPercentage":true,"datasets":[{"name":"English","color":"#54A4E7","values":[34310,38260,47440,42460,43740,43770,41720,35440,39770,42420,45930,42840,42080,41300,33430,34690,44450,41780,33570,40180,38560,33220,27930,44050,35100,47290,46580,43240,34810,39960,45820,43680,44660,46050,43560,32970,42450,47550,50150,45430,44740,41950,30010,38770,45030,50130,42960,43090,39330,35630,41110,46810,48720,49340,45190,38450,31440,37730,42390,48980,49870,43060,44800,32470,38350,46770,49570,49110,50510,43630,37390,42040,49600,49120,44440,48430,47780,39650,37610,47430,49810,47090,47960,42390,31880,38090,43410,47620,48660,49410,48980,33870,39340,52190,48170,48830,49110,44620,29840,34750,52870,44890,48690,50820,41630,32840,33220,45130,48770,40130,42330,39850,30770,30490,42370,44410,42050,45240,37590,28220,28460,43830,35120,37970,38080,33960,31170,33140,35170,31390,23890,35030,29560,27300,29170,41540,38970,40210,40290,42360,33160,37040,45390,43470,45240,48290,45280,39430,37240,46040,53750,52340,56740,48730,32760,35940,57580,48800,44720,47330,40000,37190,44400,53920,48080,42060,45650,41430,34950,35300,50860,44030,46780,43890,38240,29930,36670,43530,46970,47220,45550,38840,34260,39740,41650,45770,47930,44510,42120,20810,35470,41790,45670,44380,42660,40320,32480,40190,47830,47030,47340,42530,42240,37300,38980,49190,45440,37440,34270,46220,33960,44960,45250,43860,44340,44010,41790,34410,43200,46130,48550,43810,45360,50150,35320,39170,48970,48150,47340,48960,39830,32340,37610,49160,45110,41230,44360,44180,33100,37630,47340,46860,47800,43470,39480,36760,38750,46680,42040,41890,43630,39920,30640,37680,42650,42410,39520,38680,33620,26190,31120,31710,24600,29640,35580,33250,29090,31260,20900,25900,39520,38410,38970,37370,32060,41190,42710,42410,44490,42680,33690,38400,42230,44920,41980,42120,40250,35550,37400,48750,44870,45750,44020,41510,30420,37770,48420,42870,47080,47870,41520,33120,39320,52990,44150,49360,42200,42290,29470,41270,47010,42710,44330,39960,40600,30710,33290,44720,43690,42740,40440,40440,32720,37030,42310,42630,38830,39250,36590,26960,29320,41210,40850,40130,40860,38760,29040,33270,44720,44170,43990,42110,40370,30110,30340,46630,42680,41700,41820,43800,31090,33950,46700,43480,44790,41260,40460,28270,32880,42010,43890,45990,42250,39450,28870]},{"name":"Malay","color":"#2373DB","values":[13730,13690,15220,13820,13080,13870,13300,11290,14240,15260,15150,14600,13690,14460,12750,13510,15220,15070,12730,15170,14140,12650,11480,13980,14500,15550,15590,15470,14040,14770,16590,14470,14840,14910,14490,13380,14410,14170,14800,15700,15180,14010,13020,14750,14950,14350,14710,15120,14070,12520,14680,15510,14200,15610,15180,14540,11940,15190,16180,15670,13830,14800,14560,12850,13800,14890,16190,15610,15230,14770,13940,15450,15530,16340,16000,16880,15530,13800,14410,15520,16630,14890,14660,15540,14100,15960,15950,16010,16150,15500,13800,14030,14520,16270,16110,15870,15270,15810,13670,15600,16290,15610,16060,16400,16340,13810,14920,16820,16950,17530,17490,17050,14650,15670,19000,18680,18240,18210,17680,16420,16190,16760,16580,18300,20560,18760,16440,17800,18270,21800,16760,18260,18150,18100,18210,20350,20730,22270,21910,19380,17800,20190,19540,19730,19530,19810,21450,17920,19850,21320,22400,22700,22810,20180,19140,21540,21730,21580,22800,23640,19150,22070,22740,20730,23820,21880,22700,22450,21120,21180,24150,20920,23890,21320,22110,20860,21190,22710,22170,23680,23590,23760,23170,22360,24520,23830,24690,26700,22220,14530,22920,26310,24840,24910,27490,24910,23330,28350,29540,29300,28910,30530,27710,26870,31170,34050,32040,28070,31970,32860,30500,35250,34900,35680,34820,36470,36600,31880,37310,38540,37510,36470,37070,33790,32550,34480,35660,34840,35070,34430,33800,29450,32910,37250,34730,33970,33660,32470,29670,32120,35610,33620,35090,32780,30180,26990,32680,35540,33250,33070,31350,31500,29800,29620,32630,32060,31030,31850,31040,29000,31410,30880,34180,31390,31410,33940,30190,29970,27620,28530,31660,35190,34050,33360,33250,32930,33570,32310,31930,32520,31000,34450,35120,33320,32760,32310,32110,30030,32290,32180,34510,34630,33840,32850,29680,32390,35360,32350,33910,32170,31140,25910,31100,33070,31630,32140,32980,31910,26510,28700,32450,30350,30620,28170,27090,24020,26210,30630,30010,29060,28280,27480,25640,27380,31170,30140,29880,27080,27190,26540,26100,28950,28390,29580,28430,27180,26900,27890,30370,29010,37710,31070,28200,24050,29250,30280,30940,30400,29590,27840,25070,28680,30740,28600,30670,30550,28430,26900,27170,29890,30590,33270,31990,30770,27010]},{"name":"Indonesian","color":"#9ED448","values":[10200,11610,11210,11800,11010,10980,12360,9040,11290,10530,10530,9160,8920,10140,8700,8320,9860,9330,7450,9840,8710,6850,6500,8840,7640,8690,7730,7990,8020,7160,9640,7810,9740,8010,10200,7060,6570,8240,8260,8390,9060,7860,8050,6180,8160,8020,9000,8300,7980,6450,6700,7870,7820,7330,8520,8010,6940,7800,8480,8430,7360,7010,7310,6680,5940,7100,6890,8810,6600,7580,5680,6710,8530,9210,6170,6940,7760,6120,5890,9590,6340,6450,8990,7720,7650,6330,8120,7200,7620,8010,5930,8830,7360,8020,6730,7360,7870,8170,6520,6500,6820,9860,7160,7960,7270,6420,5610,7340,7070,6480,7090,6960,6440,5830,7230,8080,6980,7660,9220,5980,4930,6880,6920,6910,7140,6030,5800,7240,8090,5640,5530,6520,6230,6210,6200,8850,8430,9310,8930,8140,7330,7770,7820,7380,8020,7310,6790,6980,6910,8800,7250,9200,8440,8230,6710,7710,8430,7780,7290,9210,8000,8170,7140,8060,7360,6840,7850,6650,6150,7120,8510,9020,9750,9200,9320,7500,6820,8560,9350,9020,8150,8610,6740,8500,8330,7170,8790,7090,6870,4910,7700,8490,9190,10100,7720,7850,8530,7970,9480,8170,9900,9190,8690,10060,10280,10930,9470,9840,11210,11240,7870,10100,11280,10970,11100,10590,10920,8850,9130,11280,10410,10530,10560,10150,11230,8580,9660,10010,10990,10560,7710,7710,9290,10680,9030,8690,9440,8860,7170,9130,10090,9080,9240,9090,8760,8070,8520,9110,9240,9110,9500,9080,7810,9090,10110,9700,10770,9580,8390,8100,7840,9530,9590,8820,9140,9580,9610,8950,7980,8180,9920,9730,9940,8990,9600,9830,9680,9840,8840,9030,9090,10470,9820,10730,9900,10470,11100,7790,10320,10060,11450,10110,10020,10170,10540,11910,11290,11040,9940,10240,9850,9610,9920,10440,10880,10290,9930,10560,10560,9590,11160,10660,10540,9800,9490,9350,9440,10260,11180,9980,9590,9240,8560,9170,9290,9370,9420,10210,9640,8780,11220,10440,9800,10500,10420,9840,8990,9410,10860,10710,13840,13700,10680,8830,11480,12140,11130,13350,11750,9780,9150,9820,11100,10890,11930,10630,10490,8880,11000,11480,12160,10660,11210,10410,9850]},{"name":"Arabic","color":"#5FB641","values":[2000,2540,3540,3380,3190,3530,3190,2160,2520,3770,3360,3300,3130,2810,1710,2210,3490,3370,2270,3070,2870,1750,1430,2340,2210,3470,3380,3470,2150,2210,3540,3450,3280,3360,2890,2130,2250,3940,3480,3380,3470,2920,1920,1950,3600,3440,3450,3540,2940,2070,2050,3430,3610,3290,3320,2770,1880,2280,3690,3360,3490,3060,3120,2080,2220,3390,3290,3580,3330,3160,2160,2140,3290,3010,3540,3280,3060,2350,2490,3260,3430,3160,3860,2730,1890,2300,3050,2940,3150,3380,2840,1870,1940,3020,3050,3310,2960,2760,1730,2330,3610,3390,2790,2930,2840,1750,1910,2990,3190,2620,2940,2190,1580,1490,2430,2490,2350,2270,2030,1240,1510,2550,2100,1900,2290,1770,1450,1560,1790,1670,1110,2060,1530,1600,1620,2470,2760,2390,2260,2200,1690,1590,2630,2580,2500,2780,2280,1810,1970,2880,2970,2830,3030,2910,2150,2150,3090,2950,2850,3120,2540,1830,2290,3110,3210,2950,2670,2940,1800,1820,3130,3180,3690,3030,2940,1780,2080,3120,3470,3220,3240,3140,2080,2510,3300,3260,3390,3490,2970,1780,2260,3610,3280,3540,3620,3020,2110,2360,3120,3420,3440,3430,3050,2630,2670,4080,3320,2980,2400,2920,2240,2010,3290,3880,3480,3180,3750,2200,3050,3160,3590,2890,3580,3510,1790,2610,3930,3540,3660,3280,2900,2100,2580,3660,4100,3340,3590,3050,2390,2360,3880,3870,3910,3230,2690,1990,2280,3710,3540,3350,3150,2870,2290,2280,3230,3520,2990,2590,2390,1890,2170,1950,1360,2060,2650,2430,1920,1820,1400,1540,2900,3080,3560,2360,2710,3960,3900,3660,4000,3550,2930,3770,4240,4490,4760,4160,3410,2350,3210,3420,3980,4010,4000,4150,2390,3060,3830,4060,3700,3510,3530,2380,2430,3640,4550,3700,3310,3870,2130,2480,3650,3820,4180,3500,3380,1970,2640,3970,3800,3830,3400,3110,1820,2370,3860,3650,3650,3620,3270,2100,2440,3520,3290,3470,3210,3210,2020,2360,3910,3700,3650,3200,3250,2220,2420,4010,3870,3620,3620,3010,2410,2530,3820,3630,3870,3510,3190,1880,2460,3500,3750,3880,4140,3320,2260]},{"name":"Chinese(Simplified)","color":"#F5BD25","values":[5480,5930,10490,9460,11790,9530,9690,5500,5810,8090,9510,8830,8350,8490,5130,5550,9110,9850,5800,8930,8280,4540,4350,6630,4490,9810,9130,8680,5040,5120,9100,9520,8670,10550,8860,5140,5050,9510,10390,10290,10130,9700,4150,5270,9790,9670,9120,10030,9790,5250,5530,9280,9610,9870,9580,9410,4700,6340,10490,10390,10850,9680,8600,4920,5050,10960,10680,10500,10070,8270,5410,5730,10780,10250,10470,9690,9640,5080,5630,10050,11060,8290,9540,8070,5380,5310,9710,9750,10760,9870,9080,5030,6720,9830,10500,9190,9550,9580,6040,6360,10720,9090,10170,9570,9750,4810,5280,9420,9310,8830,9050,8400,4480,3990,7880,8890,8320,8770,7420,5210,3960,7940,7750,8310,8070,6670,4590,4500,6150,5190,3850,5940,6310,4300,4370,9240,7760,7810,7700,7790,4380,4990,8640,9060,8870,9760,8780,6250,6250,10460,10520,10970,10430,9440,5390,5270,10630,10740,10160,10030,9180,4620,5290,9080,11090,9930,10520,9910,5120,5360,9810,9170,9120,10310,8460,4200,4390,9770,9800,10000,9530,9130,4830,4820,9390,8900,8820,9390,8480,3240,4990,9510,9060,8840,9480,8970,4800,5620,9750,10350,9890,9510,9170,5790,6960,10760,9780,8790,6010,8560,5550,5710,9910,9130,9630,10250,9720,4930,6080,9760,10140,8950,10930,9040,5390,6260,9570,10320,9450,10200,8570,5630,5230,10030,10220,9690,10240,9500,5680,5970,9350,9710,9090,9760,8630,4730,5930,9900,10220,9480,8960,7940,5080,4910,9060,8490,10270,9200,7350,4800,5420,4580,3820,4200,6850,7120,5040,4870,4070,3590,7720,7710,7330,5230,5980,8450,10610,9030,9480,8870,5010,5210,10050,9270,9770,9290,9480,5280,4770,9320,10050,9310,9650,8280,4880,5350,10050,9730,9880,10130,9120,5140,5840,9820,9870,9770,8920,9010,4810,5480,10440,9540,9450,9540,9390,5380,5460,10590,9370,10240,9790,9370,5140,5630,9530,9240,9440,9760,8500,4900,4850,9890,8650,9450,9820,8880,5050,5000,9100,9690,9630,9870,8570,4840,5130,9910,9760,9930,10210,9010,4990,5580,10040,10630,10260,10610,8240,5080,4530,10140,9920,9670,10590,10600,4970]},{"name":"Russian","color":"#F79E39","values":[4770,4760,4910,5490,5560,5270,4900,4520,5420,5750,5640,5290,5090,5670,4290,4160,4990,5170,4380,5370,5840,4710,3600,4560,4640,5000,4660,4800,3900,6400,4150,5100,5190,5950,4670,3940,4070,4490,4750,4760,4910,4730,3780,3760,4860,4730,4960,4330,5320,4700,4390,5570,5470,4330,4250,4070,3500,3790,5020,4630,5070,3930,4360,3470,3730,4130,4910,4670,4100,4240,3660,3360,4430,4090,3860,4180,4420,3540,4120,4180,4330,4000,4450,3460,3090,3600,3720,4190,3890,3900,4340,3150,3210,3940,4150,4310,4300,3600,3380,2970,3320,3520,3570,4010,3400,3210,3130,3670,3740,3790,2910,3230,2280,3030,2770,3310,3640,3050,3090,2810,2880,3470,3120,3270,3140,2460,2950,2690,3000,2950,2430,3210,3500,2230,2620,3030,3010,3150,3110,3170,3680,3020,3380,2600,3180,3240,3690,3150,3200,2860,3320,3290,3200,3240,2760,3100,3660,3180,4120,3110,4100,2950,2360,3590,3320,3410,3220,3200,2510,2800,3490,3050,2830,3100,3000,3030,2800,3670,2890,3320,2640,2660,2410,2720,3370,3230,3070,2920,3010,2240,2510,2970,2750,2560,2700,2630,2660,2700,2890,3030,2430,3300,3700,2830,3010,2990,2850,2850,3290,2400,2890,3000,2640,2900,2970,2980,2430,2450,2960,2990,2940,2950,2900,2670,2300,2610,2670,2760,2440,2960,2740,2290,2820,2330,2690,2420,2780,2110,2180,2040,2740,2960,3230,2880,2680,2180,2380,2560,2890,2540,2660,2450,2440,2450,2590,2930,2960,3030,2380,2220,2390,2520,2650,2490,2590,2450,2200,2340,2150,2520,2140,2100,2240,2150,2770,2740,2240,2080,2480,2090,2230,2180,2390,2390,2670,2920,1960,1910,2420,2180,2860,2800,2460,2700,2360,2320,2750,2520,2690,2580,2270,2370,2190,2440,2120,2360,2110,2170,2200,2370,2110,2280,2410,2640,2240,2380,2090,2620,2570,2510,2320,2390,1970,2190,2340,2340,2310,2290,2450,1960,2140,1930,2400,1980,2290,2160,1840,1700,2110,2540,2390,2150,1800,1990,2130,2040,1910,1740,2290,2030,1820,2090,2200,2340,2010,2200,2030,2340,1630,2010,1910,1980,1970,1640,1660]}]} diff --git a/dist/chartDummyData/notifications.json b/dist/chartDummyData/notifications.json new file mode 100644 index 000000000..616ab1dfe --- /dev/null +++ b/dist/chartDummyData/notifications.json @@ -0,0 +1 @@ +{"title":"Notifications","type":"line","labelType":"day","labels":[1539043200000,1539129600000,1539216000000,1539302400000,1539388800000,1539475200000,1539561600000,1539648000000,1539734400000,1539820800000,1539907200000,1539993600000,1540080000000,1540166400000,1540252800000,1540339200000,1540425600000,1540512000000,1540598400000,1540684800000,1540771200000,1540857600000,1540944000000,1541030400000,1541116800000,1541203200000,1541289600000,1541376000000,1541462400000,1541548800000,1541635200000,1541721600000,1541808000000,1541894400000,1541980800000,1542067200000,1542153600000,1542240000000,1542326400000,1542412800000,1542499200000,1542585600000,1542672000000,1542758400000,1542844800000,1542931200000,1543017600000,1543104000000,1543190400000,1543276800000,1543363200000,1543449600000,1543536000000,1543622400000,1543708800000,1543795200000,1543881600000,1543968000000,1544054400000,1544140800000,1544227200000,1544313600000,1544400000000,1544486400000,1544572800000,1544659200000,1544745600000,1544832000000,1544918400000,1545004800000,1545091200000,1545177600000,1545264000000,1545350400000,1545436800000,1545523200000,1545609600000,1545696000000,1545782400000,1545868800000,1545955200000,1546041600000,1546128000000,1546214400000,1546300800000,1546387200000,1546473600000,1546560000000,1546646400000,1546732800000,1546819200000,1546905600000,1546992000000,1547078400000,1547164800000,1547251200000,1547337600000,1547424000000,1547510400000,1547596800000,1547683200000,1547769600000,1547856000000,1547942400000,1548028800000,1548115200000,1548201600000,1548288000000,1548374400000,1548460800000,1548547200000,1548633600000,1548720000000,1548806400000,1548892800000,1548979200000,1549065600000,1549152000000,1549238400000,1549324800000,1549411200000,1549497600000,1549584000000,1549670400000,1549756800000,1549843200000,1549929600000,1550016000000,1550102400000,1550188800000,1550275200000,1550361600000,1550448000000,1550534400000,1550620800000,1550707200000,1550793600000,1550880000000,1550966400000,1551052800000,1551139200000,1551225600000,1551312000000,1551398400000,1551484800000,1551571200000,1551657600000,1551744000000,1551830400000,1551916800000,1552003200000,1552089600000,1552176000000,1552262400000,1552348800000,1552435200000,1552521600000,1552608000000,1552694400000,1552780800000,1552867200000,1552953600000,1553040000000,1553126400000,1553212800000,1553299200000,1553385600000,1553472000000,1553558400000,1553644800000,1553731200000,1553817600000,1553904000000,1553990400000,1554076800000],"datasets":[{"name":"Muted","color":"#F06E66","values":[1060,990,1140,1090,1210,1160,1450,970,1400,1140,1230,1440,1660,1130,1390,1410,1110,1060,1100,1340,1140,1340,980,1390,1190,1350,1390,1230,1280,1250,1360,1470,1540,1170,1500,1330,1330,1190,1280,1370,1460,1160,1490,1300,1240,1370,1330,1360,1780,1470,1300,1390,1420,1450,1520,1270,1180,1270,1440,1470,1500,1440,1710,1460,1390,1510,1510,1730,1630,1440,1690,1480,1340,1550,1410,1470,1380,1550,1280,1550,1500,1350,1280,1270,1430,1330,1190,1380,1790,1610,1240,1520,1120,1250,1040,1370,1140,1650,1840,1320,1860,1490,1680,1920,1190,1410,1180,1510,1490,1950,1700,1060,1630,1410,1230,1340,1640,1620,1610,1780,1320,1430,1510,1410,1660,1610,1320,1420,1360,1330,1300,1370,1590,1380,1580,1250,1460,1740,2250,1820,1670,1590,1710,1630,1770,1410,2100,1640,1670,1560,1820,1580,1560,1680,1520,1660,1570,1790,1560,1850,1670,2050,1660,1690,2110,1900,2280,1680,1770,2250,1910,2190,2070,2160,1810]},{"name":"Unmuted","color":"#4fae4e","values":[930,890,900,980,1120,1250,1220,1030,960,1390,1300,1200,1030,880,1820,1680,1190,1320,1790,1610,1210,1170,1300,1080,1320,1200,970,760,1230,1250,1040,1020,1300,1290,970,900,1050,1040,980,1070,1410,1080,1000,1100,1070,1010,940,1160,1110,990,1070,830,940,1070,1160,1040,1020,1120,1210,3030,2530,1660,1170,1240,1180,1000,1170,720,1010,1300,1020,1180,1080,960,1050,880,950,970,1360,1020,1280,1140,1150,1100,1100,1260,1280,1540,1360,1250,1060,1330,930,1060,940,1190,1320,1180,1050,1210,1370,1330,950,1270,1130,1300,1170,1530,1110,1380,1240,1390,1150,1230,1340,1160,1140,1380,1690,1460,1240,1610,1320,1360,1320,1460,1450,1330,1080,1720,1600,1250,1570,1530,1610,1860,1450,1560,1690,1560,1730,1600,2170,1540,1940,1430,1410,1840,1790,1850,1620,1520,2190,1870,1550,2080,1560,1720,2040,1810,1890,2000,1900,2270,2060,1890,1930,1590,2030,1890,1810,1620,1690,1310,1700]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/04.json b/dist/chartDummyData/notifications_zoom/2018-10/04.json new file mode 100644 index 000000000..3dff329c7 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/04.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1538352000000,1538355600000,1538359200000,1538362800000,1538366400000,1538370000000,1538373600000,1538377200000,1538380800000,1538384400000,1538388000000,1538391600000,1538395200000,1538398800000,1538402400000,1538406000000,1538409600000,1538413200000,1538416800000,1538420400000,1538424000000,1538427600000,1538431200000,1538434800000,1538438400000,1538442000000,1538445600000,1538449200000,1538452800000,1538456400000,1538460000000,1538463600000,1538467200000,1538470800000,1538474400000,1538478000000,1538481600000,1538485200000,1538488800000,1538492400000,1538496000000,1538499600000,1538503200000,1538506800000,1538510400000,1538514000000,1538517600000,1538521200000,1538524800000,1538528400000,1538532000000,1538535600000,1538539200000,1538542800000,1538546400000,1538550000000,1538553600000,1538557200000,1538560800000,1538564400000,1538568000000,1538571600000,1538575200000,1538578800000,1538582400000,1538586000000,1538589600000,1538593200000,1538596800000,1538600400000,1538604000000,1538607600000,1538611200000,1538614800000,1538618400000,1538622000000,1538625600000,1538629200000,1538632800000,1538636400000,1538640000000,1538643600000,1538647200000,1538650800000,1538654400000,1538658000000,1538661600000,1538665200000,1538668800000,1538672400000,1538676000000,1538679600000,1538683200000,1538686800000,1538690400000,1538694000000,1538697600000,1538701200000,1538704800000,1538708400000,1538712000000,1538715600000,1538719200000,1538722800000,1538726400000,1538730000000,1538733600000,1538737200000,1538740800000,1538744400000,1538748000000,1538751600000,1538755200000,1538758800000,1538762400000,1538766000000,1538769600000,1538773200000,1538776800000,1538780400000,1538784000000,1538787600000,1538791200000,1538794800000,1538798400000,1538802000000,1538805600000,1538809200000,1538812800000,1538816400000,1538820000000,1538823600000,1538827200000,1538830800000,1538834400000,1538838000000,1538841600000,1538845200000,1538848800000,1538852400000,1538856000000,1538859600000,1538863200000,1538866800000,1538870400000,1538874000000,1538877600000,1538881200000,1538884800000,1538888400000,1538892000000,1538895600000,1538899200000,1538902800000,1538906400000,1538910000000,1538913600000,1538917200000,1538920800000,1538924400000,1538928000000,1538931600000,1538935200000,1538938800000,1538942400000,1538946000000,1538949600000,1538953200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[20,10,90,0,10,40,30,30,60,40,40,130,110,140,130,110,180,70,230,180,160,150,90,30,10,30,0,10,0,20,40,50,70,70,80,90,70,110,50,180,180,110,120,80,100,70,30,50,50,10,0,0,40,30,10,10,40,90,60,130,80,70,100,40,180,100,110,120,80,70,50,40,10,0,0,0,10,50,80,70,60,60,70,50,100,140,110,110,140,170,130,130,190,110,170,30,10,0,0,0,20,30,130,50,50,40,40,110,50,120,100,100,170,40,180,140,150,100,40,50,20,0,0,0,0,10,50,60,120,30,100,60,150,150,130,50,130,160,80,80,150,100,70,50,70,10,10,0,10,50,10,30,120,80,150,90,130,90,90,130,130,140,60,140,150,90,50,40]},{"name":"Unmuted","color":"#4fae4e","values":[30,0,10,0,20,20,50,90,80,140,140,150,120,170,110,60,150,210,200,220,200,200,80,20,0,10,0,0,0,30,100,50,60,120,60,100,200,90,90,180,150,160,220,210,110,170,20,20,10,0,10,0,0,10,80,60,30,90,130,120,120,80,150,230,180,120,200,290,130,80,130,70,10,0,0,0,20,0,120,70,100,110,170,200,160,180,100,150,180,150,170,190,120,110,80,30,30,0,0,10,0,40,60,60,30,130,160,130,240,210,170,180,130,170,200,230,220,50,40,20,0,20,20,0,0,20,40,50,90,150,130,180,200,170,140,130,210,100,210,170,120,120,100,20,30,20,20,10,10,20,10,50,70,70,120,130,190,100,110,150,200,190,210,130,170,140,150,40]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/05.json b/dist/chartDummyData/notifications_zoom/2018-10/05.json new file mode 100644 index 000000000..46338402a --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/05.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1538438400000,1538442000000,1538445600000,1538449200000,1538452800000,1538456400000,1538460000000,1538463600000,1538467200000,1538470800000,1538474400000,1538478000000,1538481600000,1538485200000,1538488800000,1538492400000,1538496000000,1538499600000,1538503200000,1538506800000,1538510400000,1538514000000,1538517600000,1538521200000,1538524800000,1538528400000,1538532000000,1538535600000,1538539200000,1538542800000,1538546400000,1538550000000,1538553600000,1538557200000,1538560800000,1538564400000,1538568000000,1538571600000,1538575200000,1538578800000,1538582400000,1538586000000,1538589600000,1538593200000,1538596800000,1538600400000,1538604000000,1538607600000,1538611200000,1538614800000,1538618400000,1538622000000,1538625600000,1538629200000,1538632800000,1538636400000,1538640000000,1538643600000,1538647200000,1538650800000,1538654400000,1538658000000,1538661600000,1538665200000,1538668800000,1538672400000,1538676000000,1538679600000,1538683200000,1538686800000,1538690400000,1538694000000,1538697600000,1538701200000,1538704800000,1538708400000,1538712000000,1538715600000,1538719200000,1538722800000,1538726400000,1538730000000,1538733600000,1538737200000,1538740800000,1538744400000,1538748000000,1538751600000,1538755200000,1538758800000,1538762400000,1538766000000,1538769600000,1538773200000,1538776800000,1538780400000,1538784000000,1538787600000,1538791200000,1538794800000,1538798400000,1538802000000,1538805600000,1538809200000,1538812800000,1538816400000,1538820000000,1538823600000,1538827200000,1538830800000,1538834400000,1538838000000,1538841600000,1538845200000,1538848800000,1538852400000,1538856000000,1538859600000,1538863200000,1538866800000,1538870400000,1538874000000,1538877600000,1538881200000,1538884800000,1538888400000,1538892000000,1538895600000,1538899200000,1538902800000,1538906400000,1538910000000,1538913600000,1538917200000,1538920800000,1538924400000,1538928000000,1538931600000,1538935200000,1538938800000,1538942400000,1538946000000,1538949600000,1538953200000,1538956800000,1538960400000,1538964000000,1538967600000,1538971200000,1538974800000,1538978400000,1538982000000,1538985600000,1538989200000,1538992800000,1538996400000,1539000000000,1539003600000,1539007200000,1539010800000,1539014400000,1539018000000,1539021600000,1539025200000,1539028800000,1539032400000,1539036000000,1539039600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[10,30,0,10,0,20,40,50,70,70,80,90,70,110,50,180,180,110,120,80,100,70,30,50,50,10,0,0,40,30,10,10,40,90,60,130,80,70,100,40,180,100,110,120,80,70,50,40,10,0,0,0,10,50,80,70,60,60,70,50,100,140,110,110,140,170,130,130,190,110,170,30,10,0,0,0,20,30,130,50,50,40,40,110,50,120,100,100,170,40,180,140,150,100,40,50,20,0,0,0,0,10,50,60,120,30,100,60,150,150,130,50,130,160,80,80,150,100,70,50,70,10,10,0,10,50,10,30,120,80,150,90,130,90,90,130,130,140,60,140,150,90,50,40,10,10,0,10,20,60,10,40,100,70,100,80,120,110,70,90,50,150,120,100,160,120,110,30]},{"name":"Unmuted","color":"#4fae4e","values":[0,10,0,0,0,30,100,50,60,120,60,100,200,90,90,180,150,160,220,210,110,170,20,20,10,0,10,0,0,10,80,60,30,90,130,120,120,80,150,230,180,120,200,290,130,80,130,70,10,0,0,0,20,0,120,70,100,110,170,200,160,180,100,150,180,150,170,190,120,110,80,30,30,0,0,10,0,40,60,60,30,130,160,130,240,210,170,180,130,170,200,230,220,50,40,20,0,20,20,0,0,20,40,50,90,150,130,180,200,170,140,130,210,100,210,170,120,120,100,20,30,20,20,10,10,20,10,50,70,70,120,130,190,100,110,150,200,190,210,130,170,140,150,40,0,0,0,0,20,70,90,30,110,80,60,210,150,150,120,120,230,180,120,120,180,110,70,40]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/06.json b/dist/chartDummyData/notifications_zoom/2018-10/06.json new file mode 100644 index 000000000..a6c093905 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/06.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1538524800000,1538528400000,1538532000000,1538535600000,1538539200000,1538542800000,1538546400000,1538550000000,1538553600000,1538557200000,1538560800000,1538564400000,1538568000000,1538571600000,1538575200000,1538578800000,1538582400000,1538586000000,1538589600000,1538593200000,1538596800000,1538600400000,1538604000000,1538607600000,1538611200000,1538614800000,1538618400000,1538622000000,1538625600000,1538629200000,1538632800000,1538636400000,1538640000000,1538643600000,1538647200000,1538650800000,1538654400000,1538658000000,1538661600000,1538665200000,1538668800000,1538672400000,1538676000000,1538679600000,1538683200000,1538686800000,1538690400000,1538694000000,1538697600000,1538701200000,1538704800000,1538708400000,1538712000000,1538715600000,1538719200000,1538722800000,1538726400000,1538730000000,1538733600000,1538737200000,1538740800000,1538744400000,1538748000000,1538751600000,1538755200000,1538758800000,1538762400000,1538766000000,1538769600000,1538773200000,1538776800000,1538780400000,1538784000000,1538787600000,1538791200000,1538794800000,1538798400000,1538802000000,1538805600000,1538809200000,1538812800000,1538816400000,1538820000000,1538823600000,1538827200000,1538830800000,1538834400000,1538838000000,1538841600000,1538845200000,1538848800000,1538852400000,1538856000000,1538859600000,1538863200000,1538866800000,1538870400000,1538874000000,1538877600000,1538881200000,1538884800000,1538888400000,1538892000000,1538895600000,1538899200000,1538902800000,1538906400000,1538910000000,1538913600000,1538917200000,1538920800000,1538924400000,1538928000000,1538931600000,1538935200000,1538938800000,1538942400000,1538946000000,1538949600000,1538953200000,1538956800000,1538960400000,1538964000000,1538967600000,1538971200000,1538974800000,1538978400000,1538982000000,1538985600000,1538989200000,1538992800000,1538996400000,1539000000000,1539003600000,1539007200000,1539010800000,1539014400000,1539018000000,1539021600000,1539025200000,1539028800000,1539032400000,1539036000000,1539039600000,1539043200000,1539046800000,1539050400000,1539054000000,1539057600000,1539061200000,1539064800000,1539068400000,1539072000000,1539075600000,1539079200000,1539082800000,1539086400000,1539090000000,1539093600000,1539097200000,1539100800000,1539104400000,1539108000000,1539111600000,1539115200000,1539118800000,1539122400000,1539126000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[50,10,0,0,40,30,10,10,40,90,60,130,80,70,100,40,180,100,110,120,80,70,50,40,10,0,0,0,10,50,80,70,60,60,70,50,100,140,110,110,140,170,130,130,190,110,170,30,10,0,0,0,20,30,130,50,50,40,40,110,50,120,100,100,170,40,180,140,150,100,40,50,20,0,0,0,0,10,50,60,120,30,100,60,150,150,130,50,130,160,80,80,150,100,70,50,70,10,10,0,10,50,10,30,120,80,150,90,130,90,90,130,130,140,60,140,150,90,50,40,10,10,0,10,20,60,10,40,100,70,100,80,120,110,70,90,50,150,120,100,160,120,110,30,10,0,0,0,50,20,20,40,30,40,70,60,80,160,70,50,200,130,80,170,150,80,70,40]},{"name":"Unmuted","color":"#4fae4e","values":[10,0,10,0,0,10,80,60,30,90,130,120,120,80,150,230,180,120,200,290,130,80,130,70,10,0,0,0,20,0,120,70,100,110,170,200,160,180,100,150,180,150,170,190,120,110,80,30,30,0,0,10,0,40,60,60,30,130,160,130,240,210,170,180,130,170,200,230,220,50,40,20,0,20,20,0,0,20,40,50,90,150,130,180,200,170,140,130,210,100,210,170,120,120,100,20,30,20,20,10,10,20,10,50,70,70,120,130,190,100,110,150,200,190,210,130,170,140,150,40,0,0,0,0,20,70,90,30,110,80,60,210,150,150,120,120,230,180,120,120,180,110,70,40,0,10,0,0,10,60,70,50,70,70,70,120,130,110,110,140,190,150,190,270,250,120,50,10]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/07.json b/dist/chartDummyData/notifications_zoom/2018-10/07.json new file mode 100644 index 000000000..b21f71db7 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/07.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1538611200000,1538614800000,1538618400000,1538622000000,1538625600000,1538629200000,1538632800000,1538636400000,1538640000000,1538643600000,1538647200000,1538650800000,1538654400000,1538658000000,1538661600000,1538665200000,1538668800000,1538672400000,1538676000000,1538679600000,1538683200000,1538686800000,1538690400000,1538694000000,1538697600000,1538701200000,1538704800000,1538708400000,1538712000000,1538715600000,1538719200000,1538722800000,1538726400000,1538730000000,1538733600000,1538737200000,1538740800000,1538744400000,1538748000000,1538751600000,1538755200000,1538758800000,1538762400000,1538766000000,1538769600000,1538773200000,1538776800000,1538780400000,1538784000000,1538787600000,1538791200000,1538794800000,1538798400000,1538802000000,1538805600000,1538809200000,1538812800000,1538816400000,1538820000000,1538823600000,1538827200000,1538830800000,1538834400000,1538838000000,1538841600000,1538845200000,1538848800000,1538852400000,1538856000000,1538859600000,1538863200000,1538866800000,1538870400000,1538874000000,1538877600000,1538881200000,1538884800000,1538888400000,1538892000000,1538895600000,1538899200000,1538902800000,1538906400000,1538910000000,1538913600000,1538917200000,1538920800000,1538924400000,1538928000000,1538931600000,1538935200000,1538938800000,1538942400000,1538946000000,1538949600000,1538953200000,1538956800000,1538960400000,1538964000000,1538967600000,1538971200000,1538974800000,1538978400000,1538982000000,1538985600000,1538989200000,1538992800000,1538996400000,1539000000000,1539003600000,1539007200000,1539010800000,1539014400000,1539018000000,1539021600000,1539025200000,1539028800000,1539032400000,1539036000000,1539039600000,1539043200000,1539046800000,1539050400000,1539054000000,1539057600000,1539061200000,1539064800000,1539068400000,1539072000000,1539075600000,1539079200000,1539082800000,1539086400000,1539090000000,1539093600000,1539097200000,1539100800000,1539104400000,1539108000000,1539111600000,1539115200000,1539118800000,1539122400000,1539126000000,1539129600000,1539133200000,1539136800000,1539140400000,1539144000000,1539147600000,1539151200000,1539154800000,1539158400000,1539162000000,1539165600000,1539169200000,1539172800000,1539176400000,1539180000000,1539183600000,1539187200000,1539190800000,1539194400000,1539198000000,1539201600000,1539205200000,1539208800000,1539212400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[10,0,0,0,10,50,80,70,60,60,70,50,100,140,110,110,140,170,130,130,190,110,170,30,10,0,0,0,20,30,130,50,50,40,40,110,50,120,100,100,170,40,180,140,150,100,40,50,20,0,0,0,0,10,50,60,120,30,100,60,150,150,130,50,130,160,80,80,150,100,70,50,70,10,10,0,10,50,10,30,120,80,150,90,130,90,90,130,130,140,60,140,150,90,50,40,10,10,0,10,20,60,10,40,100,70,100,80,120,110,70,90,50,150,120,100,160,120,110,30,10,0,0,0,50,20,20,40,30,40,70,60,80,160,70,50,200,130,80,170,150,80,70,40,30,0,20,0,0,0,20,40,70,40,20,70,240,80,90,100,70,130,180,90,260,130,90,70]},{"name":"Unmuted","color":"#4fae4e","values":[10,0,0,0,20,0,120,70,100,110,170,200,160,180,100,150,180,150,170,190,120,110,80,30,30,0,0,10,0,40,60,60,30,130,160,130,240,210,170,180,130,170,200,230,220,50,40,20,0,20,20,0,0,20,40,50,90,150,130,180,200,170,140,130,210,100,210,170,120,120,100,20,30,20,20,10,10,20,10,50,70,70,120,130,190,100,110,150,200,190,210,130,170,140,150,40,0,0,0,0,20,70,90,30,110,80,60,210,150,150,120,120,230,180,120,120,180,110,70,40,0,10,0,0,10,60,70,50,70,70,70,120,130,110,110,140,190,150,190,270,250,120,50,10,10,0,0,0,0,90,60,100,60,30,50,120,100,200,130,200,140,290,190,150,190,80,30,30]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/08.json b/dist/chartDummyData/notifications_zoom/2018-10/08.json new file mode 100644 index 000000000..925f9a24a --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/08.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1538697600000,1538701200000,1538704800000,1538708400000,1538712000000,1538715600000,1538719200000,1538722800000,1538726400000,1538730000000,1538733600000,1538737200000,1538740800000,1538744400000,1538748000000,1538751600000,1538755200000,1538758800000,1538762400000,1538766000000,1538769600000,1538773200000,1538776800000,1538780400000,1538784000000,1538787600000,1538791200000,1538794800000,1538798400000,1538802000000,1538805600000,1538809200000,1538812800000,1538816400000,1538820000000,1538823600000,1538827200000,1538830800000,1538834400000,1538838000000,1538841600000,1538845200000,1538848800000,1538852400000,1538856000000,1538859600000,1538863200000,1538866800000,1538870400000,1538874000000,1538877600000,1538881200000,1538884800000,1538888400000,1538892000000,1538895600000,1538899200000,1538902800000,1538906400000,1538910000000,1538913600000,1538917200000,1538920800000,1538924400000,1538928000000,1538931600000,1538935200000,1538938800000,1538942400000,1538946000000,1538949600000,1538953200000,1538956800000,1538960400000,1538964000000,1538967600000,1538971200000,1538974800000,1538978400000,1538982000000,1538985600000,1538989200000,1538992800000,1538996400000,1539000000000,1539003600000,1539007200000,1539010800000,1539014400000,1539018000000,1539021600000,1539025200000,1539028800000,1539032400000,1539036000000,1539039600000,1539043200000,1539046800000,1539050400000,1539054000000,1539057600000,1539061200000,1539064800000,1539068400000,1539072000000,1539075600000,1539079200000,1539082800000,1539086400000,1539090000000,1539093600000,1539097200000,1539100800000,1539104400000,1539108000000,1539111600000,1539115200000,1539118800000,1539122400000,1539126000000,1539129600000,1539133200000,1539136800000,1539140400000,1539144000000,1539147600000,1539151200000,1539154800000,1539158400000,1539162000000,1539165600000,1539169200000,1539172800000,1539176400000,1539180000000,1539183600000,1539187200000,1539190800000,1539194400000,1539198000000,1539201600000,1539205200000,1539208800000,1539212400000,1539216000000,1539219600000,1539223200000,1539226800000,1539230400000,1539234000000,1539237600000,1539241200000,1539244800000,1539248400000,1539252000000,1539255600000,1539259200000,1539262800000,1539266400000,1539270000000,1539273600000,1539277200000,1539280800000,1539284400000,1539288000000,1539291600000,1539295200000,1539298800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[10,0,0,0,20,30,130,50,50,40,40,110,50,120,100,100,170,40,180,140,150,100,40,50,20,0,0,0,0,10,50,60,120,30,100,60,150,150,130,50,130,160,80,80,150,100,70,50,70,10,10,0,10,50,10,30,120,80,150,90,130,90,90,130,130,140,60,140,150,90,50,40,10,10,0,10,20,60,10,40,100,70,100,80,120,110,70,90,50,150,120,100,160,120,110,30,10,0,0,0,50,20,20,40,30,40,70,60,80,160,70,50,200,130,80,170,150,80,70,40,30,0,20,0,0,0,20,40,70,40,20,70,240,80,90,100,70,130,180,90,260,130,90,70,0,0,0,0,30,0,30,60,160,40,40,100,70,160,120,110,120,110,150,200,80,170,160,70]},{"name":"Unmuted","color":"#4fae4e","values":[30,0,0,10,0,40,60,60,30,130,160,130,240,210,170,180,130,170,200,230,220,50,40,20,0,20,20,0,0,20,40,50,90,150,130,180,200,170,140,130,210,100,210,170,120,120,100,20,30,20,20,10,10,20,10,50,70,70,120,130,190,100,110,150,200,190,210,130,170,140,150,40,0,0,0,0,20,70,90,30,110,80,60,210,150,150,120,120,230,180,120,120,180,110,70,40,0,10,0,0,10,60,70,50,70,70,70,120,130,110,110,140,190,150,190,270,250,120,50,10,10,0,0,0,0,90,60,100,60,30,50,120,100,200,130,200,140,290,190,150,190,80,30,30,30,30,0,0,0,30,60,160,90,80,140,120,130,130,110,160,160,210,250,140,200,170,120,40]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/09.json b/dist/chartDummyData/notifications_zoom/2018-10/09.json new file mode 100644 index 000000000..e41c73819 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/09.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1538784000000,1538787600000,1538791200000,1538794800000,1538798400000,1538802000000,1538805600000,1538809200000,1538812800000,1538816400000,1538820000000,1538823600000,1538827200000,1538830800000,1538834400000,1538838000000,1538841600000,1538845200000,1538848800000,1538852400000,1538856000000,1538859600000,1538863200000,1538866800000,1538870400000,1538874000000,1538877600000,1538881200000,1538884800000,1538888400000,1538892000000,1538895600000,1538899200000,1538902800000,1538906400000,1538910000000,1538913600000,1538917200000,1538920800000,1538924400000,1538928000000,1538931600000,1538935200000,1538938800000,1538942400000,1538946000000,1538949600000,1538953200000,1538956800000,1538960400000,1538964000000,1538967600000,1538971200000,1538974800000,1538978400000,1538982000000,1538985600000,1538989200000,1538992800000,1538996400000,1539000000000,1539003600000,1539007200000,1539010800000,1539014400000,1539018000000,1539021600000,1539025200000,1539028800000,1539032400000,1539036000000,1539039600000,1539043200000,1539046800000,1539050400000,1539054000000,1539057600000,1539061200000,1539064800000,1539068400000,1539072000000,1539075600000,1539079200000,1539082800000,1539086400000,1539090000000,1539093600000,1539097200000,1539100800000,1539104400000,1539108000000,1539111600000,1539115200000,1539118800000,1539122400000,1539126000000,1539129600000,1539133200000,1539136800000,1539140400000,1539144000000,1539147600000,1539151200000,1539154800000,1539158400000,1539162000000,1539165600000,1539169200000,1539172800000,1539176400000,1539180000000,1539183600000,1539187200000,1539190800000,1539194400000,1539198000000,1539201600000,1539205200000,1539208800000,1539212400000,1539216000000,1539219600000,1539223200000,1539226800000,1539230400000,1539234000000,1539237600000,1539241200000,1539244800000,1539248400000,1539252000000,1539255600000,1539259200000,1539262800000,1539266400000,1539270000000,1539273600000,1539277200000,1539280800000,1539284400000,1539288000000,1539291600000,1539295200000,1539298800000,1539302400000,1539306000000,1539309600000,1539313200000,1539316800000,1539320400000,1539324000000,1539327600000,1539331200000,1539334800000,1539338400000,1539342000000,1539345600000,1539349200000,1539352800000,1539356400000,1539360000000,1539363600000,1539367200000,1539370800000,1539374400000,1539378000000,1539381600000,1539385200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[20,0,0,0,0,10,50,60,120,30,100,60,150,150,130,50,130,160,80,80,150,100,70,50,70,10,10,0,10,50,10,30,120,80,150,90,130,90,90,130,130,140,60,140,150,90,50,40,10,10,0,10,20,60,10,40,100,70,100,80,120,110,70,90,50,150,120,100,160,120,110,30,10,0,0,0,50,20,20,40,30,40,70,60,80,160,70,50,200,130,80,170,150,80,70,40,30,0,20,0,0,0,20,40,70,40,20,70,240,80,90,100,70,130,180,90,260,130,90,70,0,0,0,0,30,0,30,60,160,40,40,100,70,160,120,110,120,110,150,200,80,170,160,70,30,20,10,0,0,20,60,50,50,70,70,110,90,70,80,210,90,140,120,140,130,110,130,110]},{"name":"Unmuted","color":"#4fae4e","values":[0,20,20,0,0,20,40,50,90,150,130,180,200,170,140,130,210,100,210,170,120,120,100,20,30,20,20,10,10,20,10,50,70,70,120,130,190,100,110,150,200,190,210,130,170,140,150,40,0,0,0,0,20,70,90,30,110,80,60,210,150,150,120,120,230,180,120,120,180,110,70,40,0,10,0,0,10,60,70,50,70,70,70,120,130,110,110,140,190,150,190,270,250,120,50,10,10,0,0,0,0,90,60,100,60,30,50,120,100,200,130,200,140,290,190,150,190,80,30,30,30,30,0,0,0,30,60,160,90,80,140,120,130,130,110,160,160,210,250,140,200,170,120,40,40,0,10,0,0,50,70,50,100,90,100,120,130,190,130,170,80,170,140,150,60,120,80,40]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/10.json b/dist/chartDummyData/notifications_zoom/2018-10/10.json new file mode 100644 index 000000000..8c02da863 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/10.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1538870400000,1538874000000,1538877600000,1538881200000,1538884800000,1538888400000,1538892000000,1538895600000,1538899200000,1538902800000,1538906400000,1538910000000,1538913600000,1538917200000,1538920800000,1538924400000,1538928000000,1538931600000,1538935200000,1538938800000,1538942400000,1538946000000,1538949600000,1538953200000,1538956800000,1538960400000,1538964000000,1538967600000,1538971200000,1538974800000,1538978400000,1538982000000,1538985600000,1538989200000,1538992800000,1538996400000,1539000000000,1539003600000,1539007200000,1539010800000,1539014400000,1539018000000,1539021600000,1539025200000,1539028800000,1539032400000,1539036000000,1539039600000,1539043200000,1539046800000,1539050400000,1539054000000,1539057600000,1539061200000,1539064800000,1539068400000,1539072000000,1539075600000,1539079200000,1539082800000,1539086400000,1539090000000,1539093600000,1539097200000,1539100800000,1539104400000,1539108000000,1539111600000,1539115200000,1539118800000,1539122400000,1539126000000,1539129600000,1539133200000,1539136800000,1539140400000,1539144000000,1539147600000,1539151200000,1539154800000,1539158400000,1539162000000,1539165600000,1539169200000,1539172800000,1539176400000,1539180000000,1539183600000,1539187200000,1539190800000,1539194400000,1539198000000,1539201600000,1539205200000,1539208800000,1539212400000,1539216000000,1539219600000,1539223200000,1539226800000,1539230400000,1539234000000,1539237600000,1539241200000,1539244800000,1539248400000,1539252000000,1539255600000,1539259200000,1539262800000,1539266400000,1539270000000,1539273600000,1539277200000,1539280800000,1539284400000,1539288000000,1539291600000,1539295200000,1539298800000,1539302400000,1539306000000,1539309600000,1539313200000,1539316800000,1539320400000,1539324000000,1539327600000,1539331200000,1539334800000,1539338400000,1539342000000,1539345600000,1539349200000,1539352800000,1539356400000,1539360000000,1539363600000,1539367200000,1539370800000,1539374400000,1539378000000,1539381600000,1539385200000,1539388800000,1539392400000,1539396000000,1539399600000,1539403200000,1539406800000,1539410400000,1539414000000,1539417600000,1539421200000,1539424800000,1539428400000,1539432000000,1539435600000,1539439200000,1539442800000,1539446400000,1539450000000,1539453600000,1539457200000,1539460800000,1539464400000,1539468000000,1539471600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[70,10,10,0,10,50,10,30,120,80,150,90,130,90,90,130,130,140,60,140,150,90,50,40,10,10,0,10,20,60,10,40,100,70,100,80,120,110,70,90,50,150,120,100,160,120,110,30,10,0,0,0,50,20,20,40,30,40,70,60,80,160,70,50,200,130,80,170,150,80,70,40,30,0,20,0,0,0,20,40,70,40,20,70,240,80,90,100,70,130,180,90,260,130,90,70,0,0,0,0,30,0,30,60,160,40,40,100,70,160,120,110,120,110,150,200,80,170,160,70,30,20,10,0,0,20,60,50,50,70,70,110,90,70,80,210,90,140,120,140,130,110,130,110,50,50,10,0,10,10,60,70,50,110,190,130,200,80,220,160,140,130,0,0,0,0,40,80]},{"name":"Unmuted","color":"#4fae4e","values":[30,20,20,10,10,20,10,50,70,70,120,130,190,100,110,150,200,190,210,130,170,140,150,40,0,0,0,0,20,70,90,30,110,80,60,210,150,150,120,120,230,180,120,120,180,110,70,40,0,10,0,0,10,60,70,50,70,70,70,120,130,110,110,140,190,150,190,270,250,120,50,10,10,0,0,0,0,90,60,100,60,30,50,120,100,200,130,200,140,290,190,150,190,80,30,30,30,30,0,0,0,30,60,160,90,80,140,120,130,130,110,160,160,210,250,140,200,170,120,40,40,0,10,0,0,50,70,50,100,90,100,120,130,190,130,170,80,170,140,150,60,120,80,40,20,10,20,10,10,40,0,60,140,90,210,150,150,130,100,130,80,150,0,0,0,0,30,90]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/11.json b/dist/chartDummyData/notifications_zoom/2018-10/11.json new file mode 100644 index 000000000..7c1814666 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/11.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1538956800000,1538960400000,1538964000000,1538967600000,1538971200000,1538974800000,1538978400000,1538982000000,1538985600000,1538989200000,1538992800000,1538996400000,1539000000000,1539003600000,1539007200000,1539010800000,1539014400000,1539018000000,1539021600000,1539025200000,1539028800000,1539032400000,1539036000000,1539039600000,1539043200000,1539046800000,1539050400000,1539054000000,1539057600000,1539061200000,1539064800000,1539068400000,1539072000000,1539075600000,1539079200000,1539082800000,1539086400000,1539090000000,1539093600000,1539097200000,1539100800000,1539104400000,1539108000000,1539111600000,1539115200000,1539118800000,1539122400000,1539126000000,1539129600000,1539133200000,1539136800000,1539140400000,1539144000000,1539147600000,1539151200000,1539154800000,1539158400000,1539162000000,1539165600000,1539169200000,1539172800000,1539176400000,1539180000000,1539183600000,1539187200000,1539190800000,1539194400000,1539198000000,1539201600000,1539205200000,1539208800000,1539212400000,1539216000000,1539219600000,1539223200000,1539226800000,1539230400000,1539234000000,1539237600000,1539241200000,1539244800000,1539248400000,1539252000000,1539255600000,1539259200000,1539262800000,1539266400000,1539270000000,1539273600000,1539277200000,1539280800000,1539284400000,1539288000000,1539291600000,1539295200000,1539298800000,1539302400000,1539306000000,1539309600000,1539313200000,1539316800000,1539320400000,1539324000000,1539327600000,1539331200000,1539334800000,1539338400000,1539342000000,1539345600000,1539349200000,1539352800000,1539356400000,1539360000000,1539363600000,1539367200000,1539370800000,1539374400000,1539378000000,1539381600000,1539385200000,1539388800000,1539392400000,1539396000000,1539399600000,1539403200000,1539406800000,1539410400000,1539414000000,1539417600000,1539421200000,1539424800000,1539428400000,1539432000000,1539435600000,1539439200000,1539442800000,1539446400000,1539450000000,1539453600000,1539457200000,1539460800000,1539464400000,1539468000000,1539471600000,1539475200000,1539478800000,1539482400000,1539486000000,1539489600000,1539493200000,1539496800000,1539500400000,1539504000000,1539507600000,1539511200000,1539514800000,1539518400000,1539522000000,1539525600000,1539529200000,1539532800000,1539536400000,1539540000000,1539543600000,1539547200000,1539550800000,1539554400000,1539558000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[10,10,0,10,20,60,10,40,100,70,100,80,120,110,70,90,50,150,120,100,160,120,110,30,10,0,0,0,50,20,20,40,30,40,70,60,80,160,70,50,200,130,80,170,150,80,70,40,30,0,20,0,0,0,20,40,70,40,20,70,240,80,90,100,70,130,180,90,260,130,90,70,0,0,0,0,30,0,30,60,160,40,40,100,70,160,120,110,120,110,150,200,80,170,160,70,30,20,10,0,0,20,60,50,50,70,70,110,90,70,80,210,90,140,120,140,130,110,130,110,50,50,10,0,10,10,60,70,50,110,190,130,200,80,220,160,140,130,0,0,0,0,40,80,30,0,0,0,0,20,20,90,70,70,220,160,90,150,130,90,160,90,130,190,90,170,90,20]},{"name":"Unmuted","color":"#4fae4e","values":[0,0,0,0,20,70,90,30,110,80,60,210,150,150,120,120,230,180,120,120,180,110,70,40,0,10,0,0,10,60,70,50,70,70,70,120,130,110,110,140,190,150,190,270,250,120,50,10,10,0,0,0,0,90,60,100,60,30,50,120,100,200,130,200,140,290,190,150,190,80,30,30,30,30,0,0,0,30,60,160,90,80,140,120,130,130,110,160,160,210,250,140,200,170,120,40,40,0,10,0,0,50,70,50,100,90,100,120,130,190,130,170,80,170,140,150,60,120,80,40,20,10,20,10,10,40,0,60,140,90,210,150,150,130,100,130,80,150,0,0,0,0,30,90,20,20,0,0,20,10,50,50,90,180,150,130,170,70,110,110,240,130,170,150,160,120,120,70]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/12.json b/dist/chartDummyData/notifications_zoom/2018-10/12.json new file mode 100644 index 000000000..58e656568 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/12.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1539043200000,1539046800000,1539050400000,1539054000000,1539057600000,1539061200000,1539064800000,1539068400000,1539072000000,1539075600000,1539079200000,1539082800000,1539086400000,1539090000000,1539093600000,1539097200000,1539100800000,1539104400000,1539108000000,1539111600000,1539115200000,1539118800000,1539122400000,1539126000000,1539129600000,1539133200000,1539136800000,1539140400000,1539144000000,1539147600000,1539151200000,1539154800000,1539158400000,1539162000000,1539165600000,1539169200000,1539172800000,1539176400000,1539180000000,1539183600000,1539187200000,1539190800000,1539194400000,1539198000000,1539201600000,1539205200000,1539208800000,1539212400000,1539216000000,1539219600000,1539223200000,1539226800000,1539230400000,1539234000000,1539237600000,1539241200000,1539244800000,1539248400000,1539252000000,1539255600000,1539259200000,1539262800000,1539266400000,1539270000000,1539273600000,1539277200000,1539280800000,1539284400000,1539288000000,1539291600000,1539295200000,1539298800000,1539302400000,1539306000000,1539309600000,1539313200000,1539316800000,1539320400000,1539324000000,1539327600000,1539331200000,1539334800000,1539338400000,1539342000000,1539345600000,1539349200000,1539352800000,1539356400000,1539360000000,1539363600000,1539367200000,1539370800000,1539374400000,1539378000000,1539381600000,1539385200000,1539388800000,1539392400000,1539396000000,1539399600000,1539403200000,1539406800000,1539410400000,1539414000000,1539417600000,1539421200000,1539424800000,1539428400000,1539432000000,1539435600000,1539439200000,1539442800000,1539446400000,1539450000000,1539453600000,1539457200000,1539460800000,1539464400000,1539468000000,1539471600000,1539475200000,1539478800000,1539482400000,1539486000000,1539489600000,1539493200000,1539496800000,1539500400000,1539504000000,1539507600000,1539511200000,1539514800000,1539518400000,1539522000000,1539525600000,1539529200000,1539532800000,1539536400000,1539540000000,1539543600000,1539547200000,1539550800000,1539554400000,1539558000000,1539561600000,1539565200000,1539568800000,1539572400000,1539576000000,1539579600000,1539583200000,1539586800000,1539590400000,1539594000000,1539597600000,1539601200000,1539604800000,1539608400000,1539612000000,1539615600000,1539619200000,1539622800000,1539626400000,1539630000000,1539633600000,1539637200000,1539640800000,1539644400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[10,0,0,0,50,20,20,40,30,40,70,60,80,160,70,50,200,130,80,170,150,80,70,40,30,0,20,0,0,0,20,40,70,40,20,70,240,80,90,100,70,130,180,90,260,130,90,70,0,0,0,0,30,0,30,60,160,40,40,100,70,160,120,110,120,110,150,200,80,170,160,70,30,20,10,0,0,20,60,50,50,70,70,110,90,70,80,210,90,140,120,140,130,110,130,110,50,50,10,0,10,10,60,70,50,110,190,130,200,80,220,160,140,130,0,0,0,0,40,80,30,0,0,0,0,20,20,90,70,70,220,160,90,150,130,90,160,90,130,190,90,170,90,20,110,10,10,0,10,30,40,20,10,50,90,90,150,150,130,150,100,100,110,160,100,70,100,30]},{"name":"Unmuted","color":"#4fae4e","values":[0,10,0,0,10,60,70,50,70,70,70,120,130,110,110,140,190,150,190,270,250,120,50,10,10,0,0,0,0,90,60,100,60,30,50,120,100,200,130,200,140,290,190,150,190,80,30,30,30,30,0,0,0,30,60,160,90,80,140,120,130,130,110,160,160,210,250,140,200,170,120,40,40,0,10,0,0,50,70,50,100,90,100,120,130,190,130,170,80,170,140,150,60,120,80,40,20,10,20,10,10,40,0,60,140,90,210,150,150,130,100,130,80,150,0,0,0,0,30,90,20,20,0,0,20,10,50,50,90,180,150,130,170,70,110,110,240,130,170,150,160,120,120,70,10,0,10,0,0,90,100,80,70,70,80,110,100,130,130,170,180,230,120,270,210,170,50,30]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/13.json b/dist/chartDummyData/notifications_zoom/2018-10/13.json new file mode 100644 index 000000000..8f44b1c74 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/13.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1539129600000,1539133200000,1539136800000,1539140400000,1539144000000,1539147600000,1539151200000,1539154800000,1539158400000,1539162000000,1539165600000,1539169200000,1539172800000,1539176400000,1539180000000,1539183600000,1539187200000,1539190800000,1539194400000,1539198000000,1539201600000,1539205200000,1539208800000,1539212400000,1539216000000,1539219600000,1539223200000,1539226800000,1539230400000,1539234000000,1539237600000,1539241200000,1539244800000,1539248400000,1539252000000,1539255600000,1539259200000,1539262800000,1539266400000,1539270000000,1539273600000,1539277200000,1539280800000,1539284400000,1539288000000,1539291600000,1539295200000,1539298800000,1539302400000,1539306000000,1539309600000,1539313200000,1539316800000,1539320400000,1539324000000,1539327600000,1539331200000,1539334800000,1539338400000,1539342000000,1539345600000,1539349200000,1539352800000,1539356400000,1539360000000,1539363600000,1539367200000,1539370800000,1539374400000,1539378000000,1539381600000,1539385200000,1539388800000,1539392400000,1539396000000,1539399600000,1539403200000,1539406800000,1539410400000,1539414000000,1539417600000,1539421200000,1539424800000,1539428400000,1539432000000,1539435600000,1539439200000,1539442800000,1539446400000,1539450000000,1539453600000,1539457200000,1539460800000,1539464400000,1539468000000,1539471600000,1539475200000,1539478800000,1539482400000,1539486000000,1539489600000,1539493200000,1539496800000,1539500400000,1539504000000,1539507600000,1539511200000,1539514800000,1539518400000,1539522000000,1539525600000,1539529200000,1539532800000,1539536400000,1539540000000,1539543600000,1539547200000,1539550800000,1539554400000,1539558000000,1539561600000,1539565200000,1539568800000,1539572400000,1539576000000,1539579600000,1539583200000,1539586800000,1539590400000,1539594000000,1539597600000,1539601200000,1539604800000,1539608400000,1539612000000,1539615600000,1539619200000,1539622800000,1539626400000,1539630000000,1539633600000,1539637200000,1539640800000,1539644400000,1539648000000,1539651600000,1539655200000,1539658800000,1539662400000,1539666000000,1539669600000,1539673200000,1539676800000,1539680400000,1539684000000,1539687600000,1539691200000,1539694800000,1539698400000,1539702000000,1539705600000,1539709200000,1539712800000,1539716400000,1539720000000,1539723600000,1539727200000,1539730800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[30,0,20,0,0,0,20,40,70,40,20,70,240,80,90,100,70,130,180,90,260,130,90,70,0,0,0,0,30,0,30,60,160,40,40,100,70,160,120,110,120,110,150,200,80,170,160,70,30,20,10,0,0,20,60,50,50,70,70,110,90,70,80,210,90,140,120,140,130,110,130,110,50,50,10,0,10,10,60,70,50,110,190,130,200,80,220,160,140,130,0,0,0,0,40,80,30,0,0,0,0,20,20,90,70,70,220,160,90,150,130,90,160,90,130,190,90,170,90,20,110,10,10,0,10,30,40,20,10,50,90,90,150,150,130,150,100,100,110,160,100,70,100,30,10,10,20,0,0,0,20,50,30,40,60,80,90,90,120,80,110,150,80,180,100,130,30,50]},{"name":"Unmuted","color":"#4fae4e","values":[10,0,0,0,0,90,60,100,60,30,50,120,100,200,130,200,140,290,190,150,190,80,30,30,30,30,0,0,0,30,60,160,90,80,140,120,130,130,110,160,160,210,250,140,200,170,120,40,40,0,10,0,0,50,70,50,100,90,100,120,130,190,130,170,80,170,140,150,60,120,80,40,20,10,20,10,10,40,0,60,140,90,210,150,150,130,100,130,80,150,0,0,0,0,30,90,20,20,0,0,20,10,50,50,90,180,150,130,170,70,110,110,240,130,170,150,160,120,120,70,10,0,10,0,0,90,100,80,70,70,80,110,100,130,130,170,180,230,120,270,210,170,50,30,10,0,0,0,0,70,120,80,60,60,80,130,110,60,90,30,240,230,260,220,250,140,20,10]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/14.json b/dist/chartDummyData/notifications_zoom/2018-10/14.json new file mode 100644 index 000000000..d9c24bd43 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/14.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1539216000000,1539219600000,1539223200000,1539226800000,1539230400000,1539234000000,1539237600000,1539241200000,1539244800000,1539248400000,1539252000000,1539255600000,1539259200000,1539262800000,1539266400000,1539270000000,1539273600000,1539277200000,1539280800000,1539284400000,1539288000000,1539291600000,1539295200000,1539298800000,1539302400000,1539306000000,1539309600000,1539313200000,1539316800000,1539320400000,1539324000000,1539327600000,1539331200000,1539334800000,1539338400000,1539342000000,1539345600000,1539349200000,1539352800000,1539356400000,1539360000000,1539363600000,1539367200000,1539370800000,1539374400000,1539378000000,1539381600000,1539385200000,1539388800000,1539392400000,1539396000000,1539399600000,1539403200000,1539406800000,1539410400000,1539414000000,1539417600000,1539421200000,1539424800000,1539428400000,1539432000000,1539435600000,1539439200000,1539442800000,1539446400000,1539450000000,1539453600000,1539457200000,1539460800000,1539464400000,1539468000000,1539471600000,1539475200000,1539478800000,1539482400000,1539486000000,1539489600000,1539493200000,1539496800000,1539500400000,1539504000000,1539507600000,1539511200000,1539514800000,1539518400000,1539522000000,1539525600000,1539529200000,1539532800000,1539536400000,1539540000000,1539543600000,1539547200000,1539550800000,1539554400000,1539558000000,1539561600000,1539565200000,1539568800000,1539572400000,1539576000000,1539579600000,1539583200000,1539586800000,1539590400000,1539594000000,1539597600000,1539601200000,1539604800000,1539608400000,1539612000000,1539615600000,1539619200000,1539622800000,1539626400000,1539630000000,1539633600000,1539637200000,1539640800000,1539644400000,1539648000000,1539651600000,1539655200000,1539658800000,1539662400000,1539666000000,1539669600000,1539673200000,1539676800000,1539680400000,1539684000000,1539687600000,1539691200000,1539694800000,1539698400000,1539702000000,1539705600000,1539709200000,1539712800000,1539716400000,1539720000000,1539723600000,1539727200000,1539730800000,1539734400000,1539738000000,1539741600000,1539745200000,1539748800000,1539752400000,1539756000000,1539759600000,1539763200000,1539766800000,1539770400000,1539774000000,1539777600000,1539781200000,1539784800000,1539788400000,1539792000000,1539795600000,1539799200000,1539802800000,1539806400000,1539810000000,1539813600000,1539817200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[0,0,0,0,30,0,30,60,160,40,40,100,70,160,120,110,120,110,150,200,80,170,160,70,30,20,10,0,0,20,60,50,50,70,70,110,90,70,80,210,90,140,120,140,130,110,130,110,50,50,10,0,10,10,60,70,50,110,190,130,200,80,220,160,140,130,0,0,0,0,40,80,30,0,0,0,0,20,20,90,70,70,220,160,90,150,130,90,160,90,130,190,90,170,90,20,110,10,10,0,10,30,40,20,10,50,90,90,150,150,130,150,100,100,110,160,100,70,100,30,10,10,20,0,0,0,20,50,30,40,60,80,90,90,120,80,110,150,80,180,100,130,30,50,0,0,0,10,0,60,40,90,60,80,120,100,180,180,150,90,180,170,50,150,190,130,90,20]},{"name":"Unmuted","color":"#4fae4e","values":[30,30,0,0,0,30,60,160,90,80,140,120,130,130,110,160,160,210,250,140,200,170,120,40,40,0,10,0,0,50,70,50,100,90,100,120,130,190,130,170,80,170,140,150,60,120,80,40,20,10,20,10,10,40,0,60,140,90,210,150,150,130,100,130,80,150,0,0,0,0,30,90,20,20,0,0,20,10,50,50,90,180,150,130,170,70,110,110,240,130,170,150,160,120,120,70,10,0,10,0,0,90,100,80,70,70,80,110,100,130,130,170,180,230,120,270,210,170,50,30,10,0,0,0,0,70,120,80,60,60,80,130,110,60,90,30,240,230,260,220,250,140,20,10,40,40,10,10,20,40,40,40,80,150,110,140,120,110,190,150,160,180,140,280,170,100,100,50]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/15.json b/dist/chartDummyData/notifications_zoom/2018-10/15.json new file mode 100644 index 000000000..71b8e7f52 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/15.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1539302400000,1539306000000,1539309600000,1539313200000,1539316800000,1539320400000,1539324000000,1539327600000,1539331200000,1539334800000,1539338400000,1539342000000,1539345600000,1539349200000,1539352800000,1539356400000,1539360000000,1539363600000,1539367200000,1539370800000,1539374400000,1539378000000,1539381600000,1539385200000,1539388800000,1539392400000,1539396000000,1539399600000,1539403200000,1539406800000,1539410400000,1539414000000,1539417600000,1539421200000,1539424800000,1539428400000,1539432000000,1539435600000,1539439200000,1539442800000,1539446400000,1539450000000,1539453600000,1539457200000,1539460800000,1539464400000,1539468000000,1539471600000,1539475200000,1539478800000,1539482400000,1539486000000,1539489600000,1539493200000,1539496800000,1539500400000,1539504000000,1539507600000,1539511200000,1539514800000,1539518400000,1539522000000,1539525600000,1539529200000,1539532800000,1539536400000,1539540000000,1539543600000,1539547200000,1539550800000,1539554400000,1539558000000,1539561600000,1539565200000,1539568800000,1539572400000,1539576000000,1539579600000,1539583200000,1539586800000,1539590400000,1539594000000,1539597600000,1539601200000,1539604800000,1539608400000,1539612000000,1539615600000,1539619200000,1539622800000,1539626400000,1539630000000,1539633600000,1539637200000,1539640800000,1539644400000,1539648000000,1539651600000,1539655200000,1539658800000,1539662400000,1539666000000,1539669600000,1539673200000,1539676800000,1539680400000,1539684000000,1539687600000,1539691200000,1539694800000,1539698400000,1539702000000,1539705600000,1539709200000,1539712800000,1539716400000,1539720000000,1539723600000,1539727200000,1539730800000,1539734400000,1539738000000,1539741600000,1539745200000,1539748800000,1539752400000,1539756000000,1539759600000,1539763200000,1539766800000,1539770400000,1539774000000,1539777600000,1539781200000,1539784800000,1539788400000,1539792000000,1539795600000,1539799200000,1539802800000,1539806400000,1539810000000,1539813600000,1539817200000,1539820800000,1539824400000,1539828000000,1539831600000,1539835200000,1539838800000,1539842400000,1539846000000,1539849600000,1539853200000,1539856800000,1539860400000,1539864000000,1539867600000,1539871200000,1539874800000,1539878400000,1539882000000,1539885600000,1539889200000,1539892800000,1539896400000,1539900000000,1539903600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[30,20,10,0,0,20,60,50,50,70,70,110,90,70,80,210,90,140,120,140,130,110,130,110,50,50,10,0,10,10,60,70,50,110,190,130,200,80,220,160,140,130,0,0,0,0,40,80,30,0,0,0,0,20,20,90,70,70,220,160,90,150,130,90,160,90,130,190,90,170,90,20,110,10,10,0,10,30,40,20,10,50,90,90,150,150,130,150,100,100,110,160,100,70,100,30,10,10,20,0,0,0,20,50,30,40,60,80,90,90,120,80,110,150,80,180,100,130,30,50,0,0,0,10,0,60,40,90,60,80,120,100,180,180,150,90,180,170,50,150,190,130,90,20,60,10,30,0,0,10,50,70,30,160,50,100,90,190,170,60,180,190,150,250,140,100,240,110]},{"name":"Unmuted","color":"#4fae4e","values":[40,0,10,0,0,50,70,50,100,90,100,120,130,190,130,170,80,170,140,150,60,120,80,40,20,10,20,10,10,40,0,60,140,90,210,150,150,130,100,130,80,150,0,0,0,0,30,90,20,20,0,0,20,10,50,50,90,180,150,130,170,70,110,110,240,130,170,150,160,120,120,70,10,0,10,0,0,90,100,80,70,70,80,110,100,130,130,170,180,230,120,270,210,170,50,30,10,0,0,0,0,70,120,80,60,60,80,130,110,60,90,30,240,230,260,220,250,140,20,10,40,40,10,10,20,40,40,40,80,150,110,140,120,110,190,150,160,180,140,280,170,100,100,50,20,0,0,0,0,70,70,150,60,100,120,110,170,70,120,120,230,250,190,170,130,100,80,30]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/16.json b/dist/chartDummyData/notifications_zoom/2018-10/16.json new file mode 100644 index 000000000..ab9993703 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/16.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1539388800000,1539392400000,1539396000000,1539399600000,1539403200000,1539406800000,1539410400000,1539414000000,1539417600000,1539421200000,1539424800000,1539428400000,1539432000000,1539435600000,1539439200000,1539442800000,1539446400000,1539450000000,1539453600000,1539457200000,1539460800000,1539464400000,1539468000000,1539471600000,1539475200000,1539478800000,1539482400000,1539486000000,1539489600000,1539493200000,1539496800000,1539500400000,1539504000000,1539507600000,1539511200000,1539514800000,1539518400000,1539522000000,1539525600000,1539529200000,1539532800000,1539536400000,1539540000000,1539543600000,1539547200000,1539550800000,1539554400000,1539558000000,1539561600000,1539565200000,1539568800000,1539572400000,1539576000000,1539579600000,1539583200000,1539586800000,1539590400000,1539594000000,1539597600000,1539601200000,1539604800000,1539608400000,1539612000000,1539615600000,1539619200000,1539622800000,1539626400000,1539630000000,1539633600000,1539637200000,1539640800000,1539644400000,1539648000000,1539651600000,1539655200000,1539658800000,1539662400000,1539666000000,1539669600000,1539673200000,1539676800000,1539680400000,1539684000000,1539687600000,1539691200000,1539694800000,1539698400000,1539702000000,1539705600000,1539709200000,1539712800000,1539716400000,1539720000000,1539723600000,1539727200000,1539730800000,1539734400000,1539738000000,1539741600000,1539745200000,1539748800000,1539752400000,1539756000000,1539759600000,1539763200000,1539766800000,1539770400000,1539774000000,1539777600000,1539781200000,1539784800000,1539788400000,1539792000000,1539795600000,1539799200000,1539802800000,1539806400000,1539810000000,1539813600000,1539817200000,1539820800000,1539824400000,1539828000000,1539831600000,1539835200000,1539838800000,1539842400000,1539846000000,1539849600000,1539853200000,1539856800000,1539860400000,1539864000000,1539867600000,1539871200000,1539874800000,1539878400000,1539882000000,1539885600000,1539889200000,1539892800000,1539896400000,1539900000000,1539903600000,1539907200000,1539910800000,1539914400000,1539918000000,1539921600000,1539925200000,1539928800000,1539932400000,1539936000000,1539939600000,1539943200000,1539946800000,1539950400000,1539954000000,1539957600000,1539961200000,1539964800000,1539968400000,1539972000000,1539975600000,1539979200000,1539982800000,1539986400000,1539990000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[50,50,10,0,10,10,60,70,50,110,190,130,200,80,220,160,140,130,0,0,0,0,40,80,30,0,0,0,0,20,20,90,70,70,220,160,90,150,130,90,160,90,130,190,90,170,90,20,110,10,10,0,10,30,40,20,10,50,90,90,150,150,130,150,100,100,110,160,100,70,100,30,10,10,20,0,0,0,20,50,30,40,60,80,90,90,120,80,110,150,80,180,100,130,30,50,0,0,0,10,0,60,40,90,60,80,120,100,180,180,150,90,180,170,50,150,190,130,90,20,60,10,30,0,0,10,50,70,30,160,50,100,90,190,170,60,180,190,150,250,140,100,240,110,10,10,10,0,0,20,50,50,80,80,50,30,90,170,130,200,110,200,130,90,250,120,100,150]},{"name":"Unmuted","color":"#4fae4e","values":[20,10,20,10,10,40,0,60,140,90,210,150,150,130,100,130,80,150,0,0,0,0,30,90,20,20,0,0,20,10,50,50,90,180,150,130,170,70,110,110,240,130,170,150,160,120,120,70,10,0,10,0,0,90,100,80,70,70,80,110,100,130,130,170,180,230,120,270,210,170,50,30,10,0,0,0,0,70,120,80,60,60,80,130,110,60,90,30,240,230,260,220,250,140,20,10,40,40,10,10,20,40,40,40,80,150,110,140,120,110,190,150,160,180,140,280,170,100,100,50,20,0,0,0,0,70,70,150,60,100,120,110,170,70,120,120,230,250,190,170,130,100,80,30,10,10,0,0,20,30,70,110,120,140,100,100,100,160,110,160,270,220,200,190,180,90,90,40]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/17.json b/dist/chartDummyData/notifications_zoom/2018-10/17.json new file mode 100644 index 000000000..2657cda9e --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/17.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1539475200000,1539478800000,1539482400000,1539486000000,1539489600000,1539493200000,1539496800000,1539500400000,1539504000000,1539507600000,1539511200000,1539514800000,1539518400000,1539522000000,1539525600000,1539529200000,1539532800000,1539536400000,1539540000000,1539543600000,1539547200000,1539550800000,1539554400000,1539558000000,1539561600000,1539565200000,1539568800000,1539572400000,1539576000000,1539579600000,1539583200000,1539586800000,1539590400000,1539594000000,1539597600000,1539601200000,1539604800000,1539608400000,1539612000000,1539615600000,1539619200000,1539622800000,1539626400000,1539630000000,1539633600000,1539637200000,1539640800000,1539644400000,1539648000000,1539651600000,1539655200000,1539658800000,1539662400000,1539666000000,1539669600000,1539673200000,1539676800000,1539680400000,1539684000000,1539687600000,1539691200000,1539694800000,1539698400000,1539702000000,1539705600000,1539709200000,1539712800000,1539716400000,1539720000000,1539723600000,1539727200000,1539730800000,1539734400000,1539738000000,1539741600000,1539745200000,1539748800000,1539752400000,1539756000000,1539759600000,1539763200000,1539766800000,1539770400000,1539774000000,1539777600000,1539781200000,1539784800000,1539788400000,1539792000000,1539795600000,1539799200000,1539802800000,1539806400000,1539810000000,1539813600000,1539817200000,1539820800000,1539824400000,1539828000000,1539831600000,1539835200000,1539838800000,1539842400000,1539846000000,1539849600000,1539853200000,1539856800000,1539860400000,1539864000000,1539867600000,1539871200000,1539874800000,1539878400000,1539882000000,1539885600000,1539889200000,1539892800000,1539896400000,1539900000000,1539903600000,1539907200000,1539910800000,1539914400000,1539918000000,1539921600000,1539925200000,1539928800000,1539932400000,1539936000000,1539939600000,1539943200000,1539946800000,1539950400000,1539954000000,1539957600000,1539961200000,1539964800000,1539968400000,1539972000000,1539975600000,1539979200000,1539982800000,1539986400000,1539990000000,1539993600000,1539997200000,1540000800000,1540004400000,1540008000000,1540011600000,1540015200000,1540018800000,1540022400000,1540026000000,1540029600000,1540033200000,1540036800000,1540040400000,1540044000000,1540047600000,1540051200000,1540054800000,1540058400000,1540062000000,1540065600000,1540069200000,1540072800000,1540076400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[30,0,0,0,0,20,20,90,70,70,220,160,90,150,130,90,160,90,130,190,90,170,90,20,110,10,10,0,10,30,40,20,10,50,90,90,150,150,130,150,100,100,110,160,100,70,100,30,10,10,20,0,0,0,20,50,30,40,60,80,90,90,120,80,110,150,80,180,100,130,30,50,0,0,0,10,0,60,40,90,60,80,120,100,180,180,150,90,180,170,50,150,190,130,90,20,60,10,30,0,0,10,50,70,30,160,50,100,90,190,170,60,180,190,150,250,140,100,240,110,10,10,10,0,0,20,50,50,80,80,50,30,90,170,130,200,110,200,130,90,250,120,100,150,80,30,0,0,30,90,70,40,120,120,60,70,300,200,230,150,90,70,180,140,100,110,120,30]},{"name":"Unmuted","color":"#4fae4e","values":[20,20,0,0,20,10,50,50,90,180,150,130,170,70,110,110,240,130,170,150,160,120,120,70,10,0,10,0,0,90,100,80,70,70,80,110,100,130,130,170,180,230,120,270,210,170,50,30,10,0,0,0,0,70,120,80,60,60,80,130,110,60,90,30,240,230,260,220,250,140,20,10,40,40,10,10,20,40,40,40,80,150,110,140,120,110,190,150,160,180,140,280,170,100,100,50,20,0,0,0,0,70,70,150,60,100,120,110,170,70,120,120,230,250,190,170,130,100,80,30,10,10,0,0,20,30,70,110,120,140,100,100,100,160,110,160,270,220,200,190,180,90,90,40,40,30,30,0,0,0,30,90,70,190,160,100,140,210,110,180,130,100,190,160,180,120,70,50]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/18.json b/dist/chartDummyData/notifications_zoom/2018-10/18.json new file mode 100644 index 000000000..608044c67 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/18.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1539561600000,1539565200000,1539568800000,1539572400000,1539576000000,1539579600000,1539583200000,1539586800000,1539590400000,1539594000000,1539597600000,1539601200000,1539604800000,1539608400000,1539612000000,1539615600000,1539619200000,1539622800000,1539626400000,1539630000000,1539633600000,1539637200000,1539640800000,1539644400000,1539648000000,1539651600000,1539655200000,1539658800000,1539662400000,1539666000000,1539669600000,1539673200000,1539676800000,1539680400000,1539684000000,1539687600000,1539691200000,1539694800000,1539698400000,1539702000000,1539705600000,1539709200000,1539712800000,1539716400000,1539720000000,1539723600000,1539727200000,1539730800000,1539734400000,1539738000000,1539741600000,1539745200000,1539748800000,1539752400000,1539756000000,1539759600000,1539763200000,1539766800000,1539770400000,1539774000000,1539777600000,1539781200000,1539784800000,1539788400000,1539792000000,1539795600000,1539799200000,1539802800000,1539806400000,1539810000000,1539813600000,1539817200000,1539820800000,1539824400000,1539828000000,1539831600000,1539835200000,1539838800000,1539842400000,1539846000000,1539849600000,1539853200000,1539856800000,1539860400000,1539864000000,1539867600000,1539871200000,1539874800000,1539878400000,1539882000000,1539885600000,1539889200000,1539892800000,1539896400000,1539900000000,1539903600000,1539907200000,1539910800000,1539914400000,1539918000000,1539921600000,1539925200000,1539928800000,1539932400000,1539936000000,1539939600000,1539943200000,1539946800000,1539950400000,1539954000000,1539957600000,1539961200000,1539964800000,1539968400000,1539972000000,1539975600000,1539979200000,1539982800000,1539986400000,1539990000000,1539993600000,1539997200000,1540000800000,1540004400000,1540008000000,1540011600000,1540015200000,1540018800000,1540022400000,1540026000000,1540029600000,1540033200000,1540036800000,1540040400000,1540044000000,1540047600000,1540051200000,1540054800000,1540058400000,1540062000000,1540065600000,1540069200000,1540072800000,1540076400000,1540080000000,1540083600000,1540087200000,1540090800000,1540094400000,1540098000000,1540101600000,1540105200000,1540108800000,1540112400000,1540116000000,1540119600000,1540123200000,1540126800000,1540130400000,1540134000000,1540137600000,1540141200000,1540144800000,1540148400000,1540152000000,1540155600000,1540159200000,1540162800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[110,10,10,0,10,30,40,20,10,50,90,90,150,150,130,150,100,100,110,160,100,70,100,30,10,10,20,0,0,0,20,50,30,40,60,80,90,90,120,80,110,150,80,180,100,130,30,50,0,0,0,10,0,60,40,90,60,80,120,100,180,180,150,90,180,170,50,150,190,130,90,20,60,10,30,0,0,10,50,70,30,160,50,100,90,190,170,60,180,190,150,250,140,100,240,110,10,10,10,0,0,20,50,50,80,80,50,30,90,170,130,200,110,200,130,90,250,120,100,150,80,30,0,0,30,90,70,40,120,120,60,70,300,200,230,150,90,70,180,140,100,110,120,30,90,10,10,30,0,10,30,50,80,110,90,130,100,180,220,190,120,110,80,110,150,90,120,70]},{"name":"Unmuted","color":"#4fae4e","values":[10,0,10,0,0,90,100,80,70,70,80,110,100,130,130,170,180,230,120,270,210,170,50,30,10,0,0,0,0,70,120,80,60,60,80,130,110,60,90,30,240,230,260,220,250,140,20,10,40,40,10,10,20,40,40,40,80,150,110,140,120,110,190,150,160,180,140,280,170,100,100,50,20,0,0,0,0,70,70,150,60,100,120,110,170,70,120,120,230,250,190,170,130,100,80,30,10,10,0,0,20,30,70,110,120,140,100,100,100,160,110,160,270,220,200,190,180,90,90,40,40,30,30,0,0,0,30,90,70,190,160,100,140,210,110,180,130,100,190,160,180,120,70,50,30,20,30,10,30,10,20,60,120,230,130,170,200,180,140,190,110,330,160,140,230,100,40,10]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/19.json b/dist/chartDummyData/notifications_zoom/2018-10/19.json new file mode 100644 index 000000000..d6df8f57a --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/19.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1539648000000,1539651600000,1539655200000,1539658800000,1539662400000,1539666000000,1539669600000,1539673200000,1539676800000,1539680400000,1539684000000,1539687600000,1539691200000,1539694800000,1539698400000,1539702000000,1539705600000,1539709200000,1539712800000,1539716400000,1539720000000,1539723600000,1539727200000,1539730800000,1539734400000,1539738000000,1539741600000,1539745200000,1539748800000,1539752400000,1539756000000,1539759600000,1539763200000,1539766800000,1539770400000,1539774000000,1539777600000,1539781200000,1539784800000,1539788400000,1539792000000,1539795600000,1539799200000,1539802800000,1539806400000,1539810000000,1539813600000,1539817200000,1539820800000,1539824400000,1539828000000,1539831600000,1539835200000,1539838800000,1539842400000,1539846000000,1539849600000,1539853200000,1539856800000,1539860400000,1539864000000,1539867600000,1539871200000,1539874800000,1539878400000,1539882000000,1539885600000,1539889200000,1539892800000,1539896400000,1539900000000,1539903600000,1539907200000,1539910800000,1539914400000,1539918000000,1539921600000,1539925200000,1539928800000,1539932400000,1539936000000,1539939600000,1539943200000,1539946800000,1539950400000,1539954000000,1539957600000,1539961200000,1539964800000,1539968400000,1539972000000,1539975600000,1539979200000,1539982800000,1539986400000,1539990000000,1539993600000,1539997200000,1540000800000,1540004400000,1540008000000,1540011600000,1540015200000,1540018800000,1540022400000,1540026000000,1540029600000,1540033200000,1540036800000,1540040400000,1540044000000,1540047600000,1540051200000,1540054800000,1540058400000,1540062000000,1540065600000,1540069200000,1540072800000,1540076400000,1540080000000,1540083600000,1540087200000,1540090800000,1540094400000,1540098000000,1540101600000,1540105200000,1540108800000,1540112400000,1540116000000,1540119600000,1540123200000,1540126800000,1540130400000,1540134000000,1540137600000,1540141200000,1540144800000,1540148400000,1540152000000,1540155600000,1540159200000,1540162800000,1540166400000,1540170000000,1540173600000,1540177200000,1540180800000,1540184400000,1540188000000,1540191600000,1540195200000,1540198800000,1540202400000,1540206000000,1540209600000,1540213200000,1540216800000,1540220400000,1540224000000,1540227600000,1540231200000,1540234800000,1540238400000,1540242000000,1540245600000,1540249200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[10,10,20,0,0,0,20,50,30,40,60,80,90,90,120,80,110,150,80,180,100,130,30,50,0,0,0,10,0,60,40,90,60,80,120,100,180,180,150,90,180,170,50,150,190,130,90,20,60,10,30,0,0,10,50,70,30,160,50,100,90,190,170,60,180,190,150,250,140,100,240,110,10,10,10,0,0,20,50,50,80,80,50,30,90,170,130,200,110,200,130,90,250,120,100,150,80,30,0,0,30,90,70,40,120,120,60,70,300,200,230,150,90,70,180,140,100,110,120,30,90,10,10,30,0,10,30,50,80,110,90,130,100,180,220,190,120,110,80,110,150,90,120,70,0,0,10,0,0,30,30,50,130,90,90,110,100,110,230,180,130,100,120,110,230,120,60,50]},{"name":"Unmuted","color":"#4fae4e","values":[10,0,0,0,0,70,120,80,60,60,80,130,110,60,90,30,240,230,260,220,250,140,20,10,40,40,10,10,20,40,40,40,80,150,110,140,120,110,190,150,160,180,140,280,170,100,100,50,20,0,0,0,0,70,70,150,60,100,120,110,170,70,120,120,230,250,190,170,130,100,80,30,10,10,0,0,20,30,70,110,120,140,100,100,100,160,110,160,270,220,200,190,180,90,90,40,40,30,30,0,0,0,30,90,70,190,160,100,140,210,110,180,130,100,190,160,180,120,70,50,30,20,30,10,30,10,20,60,120,230,130,170,200,180,140,190,110,330,160,140,230,100,40,10,0,10,0,0,20,30,130,90,80,120,120,70,70,80,70,250,190,220,230,280,290,130,90,20]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/20.json b/dist/chartDummyData/notifications_zoom/2018-10/20.json new file mode 100644 index 000000000..c47a91ad6 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/20.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1539734400000,1539738000000,1539741600000,1539745200000,1539748800000,1539752400000,1539756000000,1539759600000,1539763200000,1539766800000,1539770400000,1539774000000,1539777600000,1539781200000,1539784800000,1539788400000,1539792000000,1539795600000,1539799200000,1539802800000,1539806400000,1539810000000,1539813600000,1539817200000,1539820800000,1539824400000,1539828000000,1539831600000,1539835200000,1539838800000,1539842400000,1539846000000,1539849600000,1539853200000,1539856800000,1539860400000,1539864000000,1539867600000,1539871200000,1539874800000,1539878400000,1539882000000,1539885600000,1539889200000,1539892800000,1539896400000,1539900000000,1539903600000,1539907200000,1539910800000,1539914400000,1539918000000,1539921600000,1539925200000,1539928800000,1539932400000,1539936000000,1539939600000,1539943200000,1539946800000,1539950400000,1539954000000,1539957600000,1539961200000,1539964800000,1539968400000,1539972000000,1539975600000,1539979200000,1539982800000,1539986400000,1539990000000,1539993600000,1539997200000,1540000800000,1540004400000,1540008000000,1540011600000,1540015200000,1540018800000,1540022400000,1540026000000,1540029600000,1540033200000,1540036800000,1540040400000,1540044000000,1540047600000,1540051200000,1540054800000,1540058400000,1540062000000,1540065600000,1540069200000,1540072800000,1540076400000,1540080000000,1540083600000,1540087200000,1540090800000,1540094400000,1540098000000,1540101600000,1540105200000,1540108800000,1540112400000,1540116000000,1540119600000,1540123200000,1540126800000,1540130400000,1540134000000,1540137600000,1540141200000,1540144800000,1540148400000,1540152000000,1540155600000,1540159200000,1540162800000,1540166400000,1540170000000,1540173600000,1540177200000,1540180800000,1540184400000,1540188000000,1540191600000,1540195200000,1540198800000,1540202400000,1540206000000,1540209600000,1540213200000,1540216800000,1540220400000,1540224000000,1540227600000,1540231200000,1540234800000,1540238400000,1540242000000,1540245600000,1540249200000,1540252800000,1540256400000,1540260000000,1540263600000,1540267200000,1540270800000,1540274400000,1540278000000,1540281600000,1540285200000,1540288800000,1540292400000,1540296000000,1540299600000,1540303200000,1540306800000,1540310400000,1540314000000,1540317600000,1540321200000,1540324800000,1540328400000,1540332000000,1540335600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[0,0,0,10,0,60,40,90,60,80,120,100,180,180,150,90,180,170,50,150,190,130,90,20,60,10,30,0,0,10,50,70,30,160,50,100,90,190,170,60,180,190,150,250,140,100,240,110,10,10,10,0,0,20,50,50,80,80,50,30,90,170,130,200,110,200,130,90,250,120,100,150,80,30,0,0,30,90,70,40,120,120,60,70,300,200,230,150,90,70,180,140,100,110,120,30,90,10,10,30,0,10,30,50,80,110,90,130,100,180,220,190,120,110,80,110,150,90,120,70,0,0,10,0,0,30,30,50,130,90,90,110,100,110,230,180,130,100,120,110,230,120,60,50,20,0,0,0,0,40,90,50,90,90,70,230,130,110,70,140,190,110,40,220,190,150,40,120]},{"name":"Unmuted","color":"#4fae4e","values":[40,40,10,10,20,40,40,40,80,150,110,140,120,110,190,150,160,180,140,280,170,100,100,50,20,0,0,0,0,70,70,150,60,100,120,110,170,70,120,120,230,250,190,170,130,100,80,30,10,10,0,0,20,30,70,110,120,140,100,100,100,160,110,160,270,220,200,190,180,90,90,40,40,30,30,0,0,0,30,90,70,190,160,100,140,210,110,180,130,100,190,160,180,120,70,50,30,20,30,10,30,10,20,60,120,230,130,170,200,180,140,190,110,330,160,140,230,100,40,10,0,10,0,0,20,30,130,90,80,120,120,70,70,80,70,250,190,220,230,280,290,130,90,20,0,0,0,0,0,50,60,130,100,90,120,170,220,130,270,150,180,190,180,190,170,130,60,10]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/21.json b/dist/chartDummyData/notifications_zoom/2018-10/21.json new file mode 100644 index 000000000..958d69b9f --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/21.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1539820800000,1539824400000,1539828000000,1539831600000,1539835200000,1539838800000,1539842400000,1539846000000,1539849600000,1539853200000,1539856800000,1539860400000,1539864000000,1539867600000,1539871200000,1539874800000,1539878400000,1539882000000,1539885600000,1539889200000,1539892800000,1539896400000,1539900000000,1539903600000,1539907200000,1539910800000,1539914400000,1539918000000,1539921600000,1539925200000,1539928800000,1539932400000,1539936000000,1539939600000,1539943200000,1539946800000,1539950400000,1539954000000,1539957600000,1539961200000,1539964800000,1539968400000,1539972000000,1539975600000,1539979200000,1539982800000,1539986400000,1539990000000,1539993600000,1539997200000,1540000800000,1540004400000,1540008000000,1540011600000,1540015200000,1540018800000,1540022400000,1540026000000,1540029600000,1540033200000,1540036800000,1540040400000,1540044000000,1540047600000,1540051200000,1540054800000,1540058400000,1540062000000,1540065600000,1540069200000,1540072800000,1540076400000,1540080000000,1540083600000,1540087200000,1540090800000,1540094400000,1540098000000,1540101600000,1540105200000,1540108800000,1540112400000,1540116000000,1540119600000,1540123200000,1540126800000,1540130400000,1540134000000,1540137600000,1540141200000,1540144800000,1540148400000,1540152000000,1540155600000,1540159200000,1540162800000,1540166400000,1540170000000,1540173600000,1540177200000,1540180800000,1540184400000,1540188000000,1540191600000,1540195200000,1540198800000,1540202400000,1540206000000,1540209600000,1540213200000,1540216800000,1540220400000,1540224000000,1540227600000,1540231200000,1540234800000,1540238400000,1540242000000,1540245600000,1540249200000,1540252800000,1540256400000,1540260000000,1540263600000,1540267200000,1540270800000,1540274400000,1540278000000,1540281600000,1540285200000,1540288800000,1540292400000,1540296000000,1540299600000,1540303200000,1540306800000,1540310400000,1540314000000,1540317600000,1540321200000,1540324800000,1540328400000,1540332000000,1540335600000,1540339200000,1540342800000,1540346400000,1540350000000,1540353600000,1540357200000,1540360800000,1540364400000,1540368000000,1540371600000,1540375200000,1540378800000,1540382400000,1540386000000,1540389600000,1540393200000,1540396800000,1540400400000,1540404000000,1540407600000,1540411200000,1540414800000,1540418400000,1540422000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[60,10,30,0,0,10,50,70,30,160,50,100,90,190,170,60,180,190,150,250,140,100,240,110,10,10,10,0,0,20,50,50,80,80,50,30,90,170,130,200,110,200,130,90,250,120,100,150,80,30,0,0,30,90,70,40,120,120,60,70,300,200,230,150,90,70,180,140,100,110,120,30,90,10,10,30,0,10,30,50,80,110,90,130,100,180,220,190,120,110,80,110,150,90,120,70,0,0,10,0,0,30,30,50,130,90,90,110,100,110,230,180,130,100,120,110,230,120,60,50,20,0,0,0,0,40,90,50,90,90,70,230,130,110,70,140,190,110,40,220,190,150,40,120,30,0,0,10,0,10,110,30,60,70,70,90,110,140,150,180,150,160,120,160,170,140,100,30]},{"name":"Unmuted","color":"#4fae4e","values":[20,0,0,0,0,70,70,150,60,100,120,110,170,70,120,120,230,250,190,170,130,100,80,30,10,10,0,0,20,30,70,110,120,140,100,100,100,160,110,160,270,220,200,190,180,90,90,40,40,30,30,0,0,0,30,90,70,190,160,100,140,210,110,180,130,100,190,160,180,120,70,50,30,20,30,10,30,10,20,60,120,230,130,170,200,180,140,190,110,330,160,140,230,100,40,10,0,10,0,0,20,30,130,90,80,120,120,70,70,80,70,250,190,220,230,280,290,130,90,20,0,0,0,0,0,50,60,130,100,90,120,170,220,130,270,150,180,190,180,190,170,130,60,10,20,0,0,0,20,40,110,100,100,130,160,140,160,270,120,110,290,200,170,150,290,300,110,20]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/22.json b/dist/chartDummyData/notifications_zoom/2018-10/22.json new file mode 100644 index 000000000..66722e0cd --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/22.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1539907200000,1539910800000,1539914400000,1539918000000,1539921600000,1539925200000,1539928800000,1539932400000,1539936000000,1539939600000,1539943200000,1539946800000,1539950400000,1539954000000,1539957600000,1539961200000,1539964800000,1539968400000,1539972000000,1539975600000,1539979200000,1539982800000,1539986400000,1539990000000,1539993600000,1539997200000,1540000800000,1540004400000,1540008000000,1540011600000,1540015200000,1540018800000,1540022400000,1540026000000,1540029600000,1540033200000,1540036800000,1540040400000,1540044000000,1540047600000,1540051200000,1540054800000,1540058400000,1540062000000,1540065600000,1540069200000,1540072800000,1540076400000,1540080000000,1540083600000,1540087200000,1540090800000,1540094400000,1540098000000,1540101600000,1540105200000,1540108800000,1540112400000,1540116000000,1540119600000,1540123200000,1540126800000,1540130400000,1540134000000,1540137600000,1540141200000,1540144800000,1540148400000,1540152000000,1540155600000,1540159200000,1540162800000,1540166400000,1540170000000,1540173600000,1540177200000,1540180800000,1540184400000,1540188000000,1540191600000,1540195200000,1540198800000,1540202400000,1540206000000,1540209600000,1540213200000,1540216800000,1540220400000,1540224000000,1540227600000,1540231200000,1540234800000,1540238400000,1540242000000,1540245600000,1540249200000,1540252800000,1540256400000,1540260000000,1540263600000,1540267200000,1540270800000,1540274400000,1540278000000,1540281600000,1540285200000,1540288800000,1540292400000,1540296000000,1540299600000,1540303200000,1540306800000,1540310400000,1540314000000,1540317600000,1540321200000,1540324800000,1540328400000,1540332000000,1540335600000,1540339200000,1540342800000,1540346400000,1540350000000,1540353600000,1540357200000,1540360800000,1540364400000,1540368000000,1540371600000,1540375200000,1540378800000,1540382400000,1540386000000,1540389600000,1540393200000,1540396800000,1540400400000,1540404000000,1540407600000,1540411200000,1540414800000,1540418400000,1540422000000,1540425600000,1540429200000,1540432800000,1540436400000,1540440000000,1540443600000,1540447200000,1540450800000,1540454400000,1540458000000,1540461600000,1540465200000,1540468800000,1540472400000,1540476000000,1540479600000,1540483200000,1540486800000,1540490400000,1540494000000,1540497600000,1540501200000,1540504800000,1540508400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[10,10,10,0,0,20,50,50,80,80,50,30,90,170,130,200,110,200,130,90,250,120,100,150,80,30,0,0,30,90,70,40,120,120,60,70,300,200,230,150,90,70,180,140,100,110,120,30,90,10,10,30,0,10,30,50,80,110,90,130,100,180,220,190,120,110,80,110,150,90,120,70,0,0,10,0,0,30,30,50,130,90,90,110,100,110,230,180,130,100,120,110,230,120,60,50,20,0,0,0,0,40,90,50,90,90,70,230,130,110,70,140,190,110,40,220,190,150,40,120,30,0,0,10,0,10,110,30,60,70,70,90,110,140,150,180,150,160,120,160,170,140,100,30,0,0,0,0,0,30,20,140,20,120,70,120,120,150,140,100,50,140,150,130,140,120,80,70]},{"name":"Unmuted","color":"#4fae4e","values":[10,10,0,0,20,30,70,110,120,140,100,100,100,160,110,160,270,220,200,190,180,90,90,40,40,30,30,0,0,0,30,90,70,190,160,100,140,210,110,180,130,100,190,160,180,120,70,50,30,20,30,10,30,10,20,60,120,230,130,170,200,180,140,190,110,330,160,140,230,100,40,10,0,10,0,0,20,30,130,90,80,120,120,70,70,80,70,250,190,220,230,280,290,130,90,20,0,0,0,0,0,50,60,130,100,90,120,170,220,130,270,150,180,190,180,190,170,130,60,10,20,0,0,0,20,40,110,100,100,130,160,140,160,270,120,110,290,200,170,150,290,300,110,20,10,10,0,0,0,50,60,130,130,150,100,230,160,180,200,180,200,210,250,170,180,190,110,70]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/23.json b/dist/chartDummyData/notifications_zoom/2018-10/23.json new file mode 100644 index 000000000..6f9e2094b --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/23.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1539993600000,1539997200000,1540000800000,1540004400000,1540008000000,1540011600000,1540015200000,1540018800000,1540022400000,1540026000000,1540029600000,1540033200000,1540036800000,1540040400000,1540044000000,1540047600000,1540051200000,1540054800000,1540058400000,1540062000000,1540065600000,1540069200000,1540072800000,1540076400000,1540080000000,1540083600000,1540087200000,1540090800000,1540094400000,1540098000000,1540101600000,1540105200000,1540108800000,1540112400000,1540116000000,1540119600000,1540123200000,1540126800000,1540130400000,1540134000000,1540137600000,1540141200000,1540144800000,1540148400000,1540152000000,1540155600000,1540159200000,1540162800000,1540166400000,1540170000000,1540173600000,1540177200000,1540180800000,1540184400000,1540188000000,1540191600000,1540195200000,1540198800000,1540202400000,1540206000000,1540209600000,1540213200000,1540216800000,1540220400000,1540224000000,1540227600000,1540231200000,1540234800000,1540238400000,1540242000000,1540245600000,1540249200000,1540252800000,1540256400000,1540260000000,1540263600000,1540267200000,1540270800000,1540274400000,1540278000000,1540281600000,1540285200000,1540288800000,1540292400000,1540296000000,1540299600000,1540303200000,1540306800000,1540310400000,1540314000000,1540317600000,1540321200000,1540324800000,1540328400000,1540332000000,1540335600000,1540339200000,1540342800000,1540346400000,1540350000000,1540353600000,1540357200000,1540360800000,1540364400000,1540368000000,1540371600000,1540375200000,1540378800000,1540382400000,1540386000000,1540389600000,1540393200000,1540396800000,1540400400000,1540404000000,1540407600000,1540411200000,1540414800000,1540418400000,1540422000000,1540425600000,1540429200000,1540432800000,1540436400000,1540440000000,1540443600000,1540447200000,1540450800000,1540454400000,1540458000000,1540461600000,1540465200000,1540468800000,1540472400000,1540476000000,1540479600000,1540483200000,1540486800000,1540490400000,1540494000000,1540497600000,1540501200000,1540504800000,1540508400000,1540512000000,1540515600000,1540519200000,1540522800000,1540526400000,1540530000000,1540533600000,1540537200000,1540540800000,1540544400000,1540548000000,1540551600000,1540555200000,1540558800000,1540562400000,1540566000000,1540569600000,1540573200000,1540576800000,1540580400000,1540584000000,1540587600000,1540591200000,1540594800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[80,30,0,0,30,90,70,40,120,120,60,70,300,200,230,150,90,70,180,140,100,110,120,30,90,10,10,30,0,10,30,50,80,110,90,130,100,180,220,190,120,110,80,110,150,90,120,70,0,0,10,0,0,30,30,50,130,90,90,110,100,110,230,180,130,100,120,110,230,120,60,50,20,0,0,0,0,40,90,50,90,90,70,230,130,110,70,140,190,110,40,220,190,150,40,120,30,0,0,10,0,10,110,30,60,70,70,90,110,140,150,180,150,160,120,160,170,140,100,30,0,0,0,0,0,30,20,140,20,120,70,120,120,150,140,100,50,140,150,130,140,120,80,70,30,0,10,30,0,40,180,60,330,70,100,50,130,160,120,110,210,90,110,180,140,80,130,80]},{"name":"Unmuted","color":"#4fae4e","values":[40,30,30,0,0,0,30,90,70,190,160,100,140,210,110,180,130,100,190,160,180,120,70,50,30,20,30,10,30,10,20,60,120,230,130,170,200,180,140,190,110,330,160,140,230,100,40,10,0,10,0,0,20,30,130,90,80,120,120,70,70,80,70,250,190,220,230,280,290,130,90,20,0,0,0,0,0,50,60,130,100,90,120,170,220,130,270,150,180,190,180,190,170,130,60,10,20,0,0,0,20,40,110,100,100,130,160,140,160,270,120,110,290,200,170,150,290,300,110,20,10,10,0,0,0,50,60,130,130,150,100,230,160,180,200,180,200,210,250,170,180,190,110,70,0,20,0,0,0,50,70,100,110,80,110,190,120,190,130,140,180,240,180,170,160,110,70,60]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/24.json b/dist/chartDummyData/notifications_zoom/2018-10/24.json new file mode 100644 index 000000000..02b25fb01 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/24.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1540080000000,1540083600000,1540087200000,1540090800000,1540094400000,1540098000000,1540101600000,1540105200000,1540108800000,1540112400000,1540116000000,1540119600000,1540123200000,1540126800000,1540130400000,1540134000000,1540137600000,1540141200000,1540144800000,1540148400000,1540152000000,1540155600000,1540159200000,1540162800000,1540166400000,1540170000000,1540173600000,1540177200000,1540180800000,1540184400000,1540188000000,1540191600000,1540195200000,1540198800000,1540202400000,1540206000000,1540209600000,1540213200000,1540216800000,1540220400000,1540224000000,1540227600000,1540231200000,1540234800000,1540238400000,1540242000000,1540245600000,1540249200000,1540252800000,1540256400000,1540260000000,1540263600000,1540267200000,1540270800000,1540274400000,1540278000000,1540281600000,1540285200000,1540288800000,1540292400000,1540296000000,1540299600000,1540303200000,1540306800000,1540310400000,1540314000000,1540317600000,1540321200000,1540324800000,1540328400000,1540332000000,1540335600000,1540339200000,1540342800000,1540346400000,1540350000000,1540353600000,1540357200000,1540360800000,1540364400000,1540368000000,1540371600000,1540375200000,1540378800000,1540382400000,1540386000000,1540389600000,1540393200000,1540396800000,1540400400000,1540404000000,1540407600000,1540411200000,1540414800000,1540418400000,1540422000000,1540425600000,1540429200000,1540432800000,1540436400000,1540440000000,1540443600000,1540447200000,1540450800000,1540454400000,1540458000000,1540461600000,1540465200000,1540468800000,1540472400000,1540476000000,1540479600000,1540483200000,1540486800000,1540490400000,1540494000000,1540497600000,1540501200000,1540504800000,1540508400000,1540512000000,1540515600000,1540519200000,1540522800000,1540526400000,1540530000000,1540533600000,1540537200000,1540540800000,1540544400000,1540548000000,1540551600000,1540555200000,1540558800000,1540562400000,1540566000000,1540569600000,1540573200000,1540576800000,1540580400000,1540584000000,1540587600000,1540591200000,1540594800000,1540598400000,1540602000000,1540605600000,1540609200000,1540612800000,1540616400000,1540620000000,1540623600000,1540627200000,1540630800000,1540634400000,1540638000000,1540641600000,1540645200000,1540648800000,1540652400000,1540656000000,1540659600000,1540663200000,1540666800000,1540670400000,1540674000000,1540677600000,1540681200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[90,10,10,30,0,10,30,50,80,110,90,130,100,180,220,190,120,110,80,110,150,90,120,70,0,0,10,0,0,30,30,50,130,90,90,110,100,110,230,180,130,100,120,110,230,120,60,50,20,0,0,0,0,40,90,50,90,90,70,230,130,110,70,140,190,110,40,220,190,150,40,120,30,0,0,10,0,10,110,30,60,70,70,90,110,140,150,180,150,160,120,160,170,140,100,30,0,0,0,0,0,30,20,140,20,120,70,120,120,150,140,100,50,140,150,130,140,120,80,70,30,0,10,30,0,40,180,60,330,70,100,50,130,160,120,110,210,90,110,180,140,80,130,80,60,10,0,0,0,30,40,60,140,80,100,90,170,120,150,130,110,70,90,100,90,60,60,180]},{"name":"Unmuted","color":"#4fae4e","values":[30,20,30,10,30,10,20,60,120,230,130,170,200,180,140,190,110,330,160,140,230,100,40,10,0,10,0,0,20,30,130,90,80,120,120,70,70,80,70,250,190,220,230,280,290,130,90,20,0,0,0,0,0,50,60,130,100,90,120,170,220,130,270,150,180,190,180,190,170,130,60,10,20,0,0,0,20,40,110,100,100,130,160,140,160,270,120,110,290,200,170,150,290,300,110,20,10,10,0,0,0,50,60,130,130,150,100,230,160,180,200,180,200,210,250,170,180,190,110,70,0,20,0,0,0,50,70,100,110,80,110,190,120,190,130,140,180,240,180,170,160,110,70,60,50,10,10,10,0,40,10,50,130,120,200,260,280,220,140,140,140,160,190,140,150,60,110,60]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/25.json b/dist/chartDummyData/notifications_zoom/2018-10/25.json new file mode 100644 index 000000000..f4f764c84 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/25.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1540170000000,1540173600000,1540177200000,1540180800000,1540184400000,1540188000000,1540191600000,1540195200000,1540198800000,1540202400000,1540206000000,1540209600000,1540213200000,1540216800000,1540220400000,1540224000000,1540227600000,1540231200000,1540234800000,1540238400000,1540242000000,1540245600000,1540249200000,1540252800000,1540256400000,1540260000000,1540263600000,1540267200000,1540270800000,1540274400000,1540278000000,1540281600000,1540285200000,1540288800000,1540292400000,1540296000000,1540299600000,1540303200000,1540306800000,1540310400000,1540314000000,1540317600000,1540321200000,1540324800000,1540328400000,1540332000000,1540335600000,1540339200000,1540342800000,1540346400000,1540350000000,1540353600000,1540357200000,1540360800000,1540364400000,1540368000000,1540371600000,1540375200000,1540378800000,1540382400000,1540386000000,1540389600000,1540393200000,1540396800000,1540400400000,1540404000000,1540407600000,1540411200000,1540414800000,1540418400000,1540422000000,1540425600000,1540429200000,1540432800000,1540436400000,1540440000000,1540443600000,1540447200000,1540450800000,1540454400000,1540458000000,1540461600000,1540465200000,1540468800000,1540472400000,1540476000000,1540479600000,1540483200000,1540486800000,1540490400000,1540494000000,1540497600000,1540501200000,1540504800000,1540508400000,1540512000000,1540515600000,1540519200000,1540522800000,1540526400000,1540530000000,1540533600000,1540537200000,1540540800000,1540544400000,1540548000000,1540551600000,1540555200000,1540558800000,1540562400000,1540566000000,1540569600000,1540573200000,1540576800000,1540580400000,1540584000000,1540587600000,1540591200000,1540594800000,1540598400000,1540602000000,1540605600000,1540609200000,1540612800000,1540616400000,1540620000000,1540623600000,1540627200000,1540630800000,1540634400000,1540638000000,1540641600000,1540645200000,1540648800000,1540652400000,1540656000000,1540659600000,1540663200000,1540666800000,1540670400000,1540674000000,1540677600000,1540681200000,1540684800000,1540688400000,1540692000000,1540695600000,1540699200000,1540702800000,1540706400000,1540710000000,1540713600000,1540717200000,1540720800000,1540724400000,1540728000000,1540731600000,1540735200000,1540738800000,1540742400000,1540746000000,1540749600000,1540753200000,1540756800000,1540760400000,1540764000000,1540767600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[0,10,0,0,30,30,50,130,90,90,110,100,110,230,180,130,100,120,110,230,120,60,50,20,0,0,0,0,40,90,50,90,90,70,230,130,110,70,140,190,110,40,220,190,150,40,120,30,0,0,10,0,10,110,30,60,70,70,90,110,140,150,180,150,160,120,160,170,140,100,30,0,0,0,0,0,30,20,140,20,120,70,120,120,150,140,100,50,140,150,130,140,120,80,70,30,0,10,30,0,40,180,60,330,70,100,50,130,160,120,110,210,90,110,180,140,80,130,80,60,10,0,0,0,30,40,60,140,80,100,90,170,120,150,130,110,70,90,100,90,60,60,180,130,50,20,10,0,0,20,90,100,80,140,190,310,50,110,120,120,170,180,170,140,80,220,180]},{"name":"Unmuted","color":"#4fae4e","values":[10,0,0,20,30,130,90,80,120,120,70,70,80,70,250,190,220,230,280,290,130,90,20,0,0,0,0,0,50,60,130,100,90,120,170,220,130,270,150,180,190,180,190,170,130,60,10,20,0,0,0,20,40,110,100,100,130,160,140,160,270,120,110,290,200,170,150,290,300,110,20,10,10,0,0,0,50,60,130,130,150,100,230,160,180,200,180,200,210,250,170,180,190,110,70,0,20,0,0,0,50,70,100,110,80,110,190,120,190,130,140,180,240,180,170,160,110,70,60,50,10,10,10,0,40,10,50,130,120,200,260,280,220,140,140,140,160,190,140,150,60,110,60,20,10,10,10,10,10,30,40,140,140,130,300,180,160,220,100,250,150,180,220,220,160,150,70]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/26.json b/dist/chartDummyData/notifications_zoom/2018-10/26.json new file mode 100644 index 000000000..b765f7b12 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/26.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1540252800000,1540256400000,1540260000000,1540263600000,1540267200000,1540270800000,1540274400000,1540278000000,1540281600000,1540285200000,1540288800000,1540292400000,1540296000000,1540299600000,1540303200000,1540306800000,1540310400000,1540314000000,1540317600000,1540321200000,1540324800000,1540328400000,1540332000000,1540335600000,1540339200000,1540342800000,1540346400000,1540350000000,1540353600000,1540357200000,1540360800000,1540364400000,1540368000000,1540371600000,1540375200000,1540378800000,1540382400000,1540386000000,1540389600000,1540393200000,1540396800000,1540400400000,1540404000000,1540407600000,1540411200000,1540414800000,1540418400000,1540422000000,1540425600000,1540429200000,1540432800000,1540436400000,1540440000000,1540443600000,1540447200000,1540450800000,1540454400000,1540458000000,1540461600000,1540465200000,1540468800000,1540472400000,1540476000000,1540479600000,1540483200000,1540486800000,1540490400000,1540494000000,1540497600000,1540501200000,1540504800000,1540508400000,1540512000000,1540515600000,1540519200000,1540522800000,1540526400000,1540530000000,1540533600000,1540537200000,1540540800000,1540544400000,1540548000000,1540551600000,1540555200000,1540558800000,1540562400000,1540566000000,1540569600000,1540573200000,1540576800000,1540580400000,1540584000000,1540587600000,1540591200000,1540594800000,1540598400000,1540602000000,1540605600000,1540609200000,1540612800000,1540616400000,1540620000000,1540623600000,1540627200000,1540630800000,1540634400000,1540638000000,1540641600000,1540645200000,1540648800000,1540652400000,1540656000000,1540659600000,1540663200000,1540666800000,1540670400000,1540674000000,1540677600000,1540681200000,1540684800000,1540688400000,1540692000000,1540695600000,1540699200000,1540702800000,1540706400000,1540710000000,1540713600000,1540717200000,1540720800000,1540724400000,1540728000000,1540731600000,1540735200000,1540738800000,1540742400000,1540746000000,1540749600000,1540753200000,1540756800000,1540760400000,1540764000000,1540767600000,1540771200000,1540774800000,1540778400000,1540782000000,1540785600000,1540789200000,1540792800000,1540796400000,1540800000000,1540803600000,1540807200000,1540810800000,1540814400000,1540818000000,1540821600000,1540825200000,1540828800000,1540832400000,1540836000000,1540839600000,1540843200000,1540846800000,1540850400000,1540854000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[20,0,0,0,0,40,90,50,90,90,70,230,130,110,70,140,190,110,40,220,190,150,40,120,30,0,0,10,0,10,110,30,60,70,70,90,110,140,150,180,150,160,120,160,170,140,100,30,0,0,0,0,0,30,20,140,20,120,70,120,120,150,140,100,50,140,150,130,140,120,80,70,30,0,10,30,0,40,180,60,330,70,100,50,130,160,120,110,210,90,110,180,140,80,130,80,60,10,0,0,0,30,40,60,140,80,100,90,170,120,150,130,110,70,90,100,90,60,60,180,130,50,20,10,0,0,20,90,100,80,140,190,310,50,110,120,120,170,180,170,140,80,220,180,50,0,30,20,0,20,10,50,110,140,240,80,110,260,230,220,280,310,250,310,220,200,110,60]},{"name":"Unmuted","color":"#4fae4e","values":[0,0,0,0,0,50,60,130,100,90,120,170,220,130,270,150,180,190,180,190,170,130,60,10,20,0,0,0,20,40,110,100,100,130,160,140,160,270,120,110,290,200,170,150,290,300,110,20,10,10,0,0,0,50,60,130,130,150,100,230,160,180,200,180,200,210,250,170,180,190,110,70,0,20,0,0,0,50,70,100,110,80,110,190,120,190,130,140,180,240,180,170,160,110,70,60,50,10,10,10,0,40,10,50,130,120,200,260,280,220,140,140,140,160,190,140,150,60,110,60,20,10,10,10,10,10,30,40,140,140,130,300,180,160,220,100,250,150,180,220,220,160,150,70,0,0,0,0,0,20,50,50,130,100,70,130,100,220,130,200,190,220,280,260,270,200,250,90]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/27.json b/dist/chartDummyData/notifications_zoom/2018-10/27.json new file mode 100644 index 000000000..89130062f --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/27.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1540339200000,1540342800000,1540346400000,1540350000000,1540353600000,1540357200000,1540360800000,1540364400000,1540368000000,1540371600000,1540375200000,1540378800000,1540382400000,1540386000000,1540389600000,1540393200000,1540396800000,1540400400000,1540404000000,1540407600000,1540411200000,1540414800000,1540418400000,1540422000000,1540425600000,1540429200000,1540432800000,1540436400000,1540440000000,1540443600000,1540447200000,1540450800000,1540454400000,1540458000000,1540461600000,1540465200000,1540468800000,1540472400000,1540476000000,1540479600000,1540483200000,1540486800000,1540490400000,1540494000000,1540497600000,1540501200000,1540504800000,1540508400000,1540512000000,1540515600000,1540519200000,1540522800000,1540526400000,1540530000000,1540533600000,1540537200000,1540540800000,1540544400000,1540548000000,1540551600000,1540555200000,1540558800000,1540562400000,1540566000000,1540569600000,1540573200000,1540576800000,1540580400000,1540584000000,1540587600000,1540591200000,1540594800000,1540598400000,1540602000000,1540605600000,1540609200000,1540612800000,1540616400000,1540620000000,1540623600000,1540627200000,1540630800000,1540634400000,1540638000000,1540641600000,1540645200000,1540648800000,1540652400000,1540656000000,1540659600000,1540663200000,1540666800000,1540670400000,1540674000000,1540677600000,1540681200000,1540684800000,1540688400000,1540692000000,1540695600000,1540699200000,1540702800000,1540706400000,1540710000000,1540713600000,1540717200000,1540720800000,1540724400000,1540728000000,1540731600000,1540735200000,1540738800000,1540742400000,1540746000000,1540749600000,1540753200000,1540756800000,1540760400000,1540764000000,1540767600000,1540771200000,1540774800000,1540778400000,1540782000000,1540785600000,1540789200000,1540792800000,1540796400000,1540800000000,1540803600000,1540807200000,1540810800000,1540814400000,1540818000000,1540821600000,1540825200000,1540828800000,1540832400000,1540836000000,1540839600000,1540843200000,1540846800000,1540850400000,1540854000000,1540857600000,1540861200000,1540864800000,1540868400000,1540872000000,1540875600000,1540879200000,1540882800000,1540886400000,1540890000000,1540893600000,1540897200000,1540900800000,1540904400000,1540908000000,1540911600000,1540915200000,1540918800000,1540922400000,1540926000000,1540929600000,1540933200000,1540936800000,1540940400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[30,0,0,10,0,10,110,30,60,70,70,90,110,140,150,180,150,160,120,160,170,140,100,30,0,0,0,0,0,30,20,140,20,120,70,120,120,150,140,100,50,140,150,130,140,120,80,70,30,0,10,30,0,40,180,60,330,70,100,50,130,160,120,110,210,90,110,180,140,80,130,80,60,10,0,0,0,30,40,60,140,80,100,90,170,120,150,130,110,70,90,100,90,60,60,180,130,50,20,10,0,0,20,90,100,80,140,190,310,50,110,120,120,170,180,170,140,80,220,180,50,0,30,20,0,20,10,50,110,140,240,80,110,260,230,220,280,310,250,310,220,200,110,60,70,20,0,10,40,10,10,50,50,140,80,150,170,280,170,140,100,140,200,240,110,180,70,80]},{"name":"Unmuted","color":"#4fae4e","values":[20,0,0,0,20,40,110,100,100,130,160,140,160,270,120,110,290,200,170,150,290,300,110,20,10,10,0,0,0,50,60,130,130,150,100,230,160,180,200,180,200,210,250,170,180,190,110,70,0,20,0,0,0,50,70,100,110,80,110,190,120,190,130,140,180,240,180,170,160,110,70,60,50,10,10,10,0,40,10,50,130,120,200,260,280,220,140,140,140,160,190,140,150,60,110,60,20,10,10,10,10,10,30,40,140,140,130,300,180,160,220,100,250,150,180,220,220,160,150,70,0,0,0,0,0,20,50,50,130,100,70,130,100,220,130,200,190,220,280,260,270,200,250,90,40,20,0,0,0,10,50,100,120,170,130,110,150,260,110,160,240,150,280,290,290,200,180,90]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/28.json b/dist/chartDummyData/notifications_zoom/2018-10/28.json new file mode 100644 index 000000000..35d0da75e --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/28.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1540425600000,1540429200000,1540432800000,1540436400000,1540440000000,1540443600000,1540447200000,1540450800000,1540454400000,1540458000000,1540461600000,1540465200000,1540468800000,1540472400000,1540476000000,1540479600000,1540483200000,1540486800000,1540490400000,1540494000000,1540497600000,1540501200000,1540504800000,1540508400000,1540512000000,1540515600000,1540519200000,1540522800000,1540526400000,1540530000000,1540533600000,1540537200000,1540540800000,1540544400000,1540548000000,1540551600000,1540555200000,1540558800000,1540562400000,1540566000000,1540569600000,1540573200000,1540576800000,1540580400000,1540584000000,1540587600000,1540591200000,1540594800000,1540598400000,1540602000000,1540605600000,1540609200000,1540612800000,1540616400000,1540620000000,1540623600000,1540627200000,1540630800000,1540634400000,1540638000000,1540641600000,1540645200000,1540648800000,1540652400000,1540656000000,1540659600000,1540663200000,1540666800000,1540670400000,1540674000000,1540677600000,1540681200000,1540684800000,1540688400000,1540692000000,1540695600000,1540699200000,1540702800000,1540706400000,1540710000000,1540713600000,1540717200000,1540720800000,1540724400000,1540728000000,1540731600000,1540735200000,1540738800000,1540742400000,1540746000000,1540749600000,1540753200000,1540756800000,1540760400000,1540764000000,1540767600000,1540771200000,1540774800000,1540778400000,1540782000000,1540785600000,1540789200000,1540792800000,1540796400000,1540800000000,1540803600000,1540807200000,1540810800000,1540814400000,1540818000000,1540821600000,1540825200000,1540828800000,1540832400000,1540836000000,1540839600000,1540843200000,1540846800000,1540850400000,1540854000000,1540857600000,1540861200000,1540864800000,1540868400000,1540872000000,1540875600000,1540879200000,1540882800000,1540886400000,1540890000000,1540893600000,1540897200000,1540900800000,1540904400000,1540908000000,1540911600000,1540915200000,1540918800000,1540922400000,1540926000000,1540929600000,1540933200000,1540936800000,1540940400000,1540944000000,1540947600000,1540951200000,1540954800000,1540958400000,1540962000000,1540965600000,1540969200000,1540972800000,1540976400000,1540980000000,1540983600000,1540987200000,1540990800000,1540994400000,1540998000000,1541001600000,1541005200000,1541008800000,1541012400000,1541016000000,1541019600000,1541023200000,1541026800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[0,0,0,0,0,30,20,140,20,120,70,120,120,150,140,100,50,140,150,130,140,120,80,70,30,0,10,30,0,40,180,60,330,70,100,50,130,160,120,110,210,90,110,180,140,80,130,80,60,10,0,0,0,30,40,60,140,80,100,90,170,120,150,130,110,70,90,100,90,60,60,180,130,50,20,10,0,0,20,90,100,80,140,190,310,50,110,120,120,170,180,170,140,80,220,180,50,0,30,20,0,20,10,50,110,140,240,80,110,260,230,220,280,310,250,310,220,200,110,60,70,20,0,10,40,10,10,50,50,140,80,150,170,280,170,140,100,140,200,240,110,180,70,80,40,30,20,0,20,0,70,70,90,110,50,100,130,170,110,140,140,130,130,120,90,110,190,140]},{"name":"Unmuted","color":"#4fae4e","values":[10,10,0,0,0,50,60,130,130,150,100,230,160,180,200,180,200,210,250,170,180,190,110,70,0,20,0,0,0,50,70,100,110,80,110,190,120,190,130,140,180,240,180,170,160,110,70,60,50,10,10,10,0,40,10,50,130,120,200,260,280,220,140,140,140,160,190,140,150,60,110,60,20,10,10,10,10,10,30,40,140,140,130,300,180,160,220,100,250,150,180,220,220,160,150,70,0,0,0,0,0,20,50,50,130,100,70,130,100,220,130,200,190,220,280,260,270,200,250,90,40,20,0,0,0,10,50,100,120,170,130,110,150,260,110,160,240,150,280,290,290,200,180,90,130,60,60,0,10,10,90,120,180,110,180,280,160,140,140,150,230,160,270,160,220,150,170,110]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/29.json b/dist/chartDummyData/notifications_zoom/2018-10/29.json new file mode 100644 index 000000000..17e844c14 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/29.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1540512000000,1540515600000,1540519200000,1540522800000,1540526400000,1540530000000,1540533600000,1540537200000,1540540800000,1540544400000,1540548000000,1540551600000,1540555200000,1540558800000,1540562400000,1540566000000,1540569600000,1540573200000,1540576800000,1540580400000,1540584000000,1540587600000,1540591200000,1540594800000,1540598400000,1540602000000,1540605600000,1540609200000,1540612800000,1540616400000,1540620000000,1540623600000,1540627200000,1540630800000,1540634400000,1540638000000,1540641600000,1540645200000,1540648800000,1540652400000,1540656000000,1540659600000,1540663200000,1540666800000,1540670400000,1540674000000,1540677600000,1540681200000,1540684800000,1540688400000,1540692000000,1540695600000,1540699200000,1540702800000,1540706400000,1540710000000,1540713600000,1540717200000,1540720800000,1540724400000,1540728000000,1540731600000,1540735200000,1540738800000,1540742400000,1540746000000,1540749600000,1540753200000,1540756800000,1540760400000,1540764000000,1540767600000,1540771200000,1540774800000,1540778400000,1540782000000,1540785600000,1540789200000,1540792800000,1540796400000,1540800000000,1540803600000,1540807200000,1540810800000,1540814400000,1540818000000,1540821600000,1540825200000,1540828800000,1540832400000,1540836000000,1540839600000,1540843200000,1540846800000,1540850400000,1540854000000,1540857600000,1540861200000,1540864800000,1540868400000,1540872000000,1540875600000,1540879200000,1540882800000,1540886400000,1540890000000,1540893600000,1540897200000,1540900800000,1540904400000,1540908000000,1540911600000,1540915200000,1540918800000,1540922400000,1540926000000,1540929600000,1540933200000,1540936800000,1540940400000,1540944000000,1540947600000,1540951200000,1540954800000,1540958400000,1540962000000,1540965600000,1540969200000,1540972800000,1540976400000,1540980000000,1540983600000,1540987200000,1540990800000,1540994400000,1540998000000,1541001600000,1541005200000,1541008800000,1541012400000,1541016000000,1541019600000,1541023200000,1541026800000,1541030400000,1541034000000,1541037600000,1541041200000,1541044800000,1541048400000,1541052000000,1541055600000,1541059200000,1541062800000,1541066400000,1541070000000,1541073600000,1541077200000,1541080800000,1541084400000,1541088000000,1541091600000,1541095200000,1541098800000,1541102400000,1541106000000,1541109600000,1541113200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[30,0,10,30,0,40,180,60,330,70,100,50,130,160,120,110,210,90,110,180,140,80,130,80,60,10,0,0,0,30,40,60,140,80,100,90,170,120,150,130,110,70,90,100,90,60,60,180,130,50,20,10,0,0,20,90,100,80,140,190,310,50,110,120,120,170,180,170,140,80,220,180,50,0,30,20,0,20,10,50,110,140,240,80,110,260,230,220,280,310,250,310,220,200,110,60,70,20,0,10,40,10,10,50,50,140,80,150,170,280,170,140,100,140,200,240,110,180,70,80,40,30,20,0,20,0,70,70,90,110,50,100,130,170,110,140,140,130,130,120,90,110,190,140,190,70,30,10,10,10,10,60,100,100,240,260,170,150,240,160,130,140,150,60,180,190,170,190]},{"name":"Unmuted","color":"#4fae4e","values":[0,20,0,0,0,50,70,100,110,80,110,190,120,190,130,140,180,240,180,170,160,110,70,60,50,10,10,10,0,40,10,50,130,120,200,260,280,220,140,140,140,160,190,140,150,60,110,60,20,10,10,10,10,10,30,40,140,140,130,300,180,160,220,100,250,150,180,220,220,160,150,70,0,0,0,0,0,20,50,50,130,100,70,130,100,220,130,200,190,220,280,260,270,200,250,90,40,20,0,0,0,10,50,100,120,170,130,110,150,260,110,160,240,150,280,290,290,200,180,90,130,60,60,0,10,10,90,120,180,110,180,280,160,140,140,150,230,160,270,160,220,150,170,110,40,50,10,20,0,0,30,30,130,140,120,160,180,130,170,130,110,140,140,30,270,210,90,50]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/30.json b/dist/chartDummyData/notifications_zoom/2018-10/30.json new file mode 100644 index 000000000..f8adf8671 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/30.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1540598400000,1540602000000,1540605600000,1540609200000,1540612800000,1540616400000,1540620000000,1540623600000,1540627200000,1540630800000,1540634400000,1540638000000,1540641600000,1540645200000,1540648800000,1540652400000,1540656000000,1540659600000,1540663200000,1540666800000,1540670400000,1540674000000,1540677600000,1540681200000,1540684800000,1540688400000,1540692000000,1540695600000,1540699200000,1540702800000,1540706400000,1540710000000,1540713600000,1540717200000,1540720800000,1540724400000,1540728000000,1540731600000,1540735200000,1540738800000,1540742400000,1540746000000,1540749600000,1540753200000,1540756800000,1540760400000,1540764000000,1540767600000,1540771200000,1540774800000,1540778400000,1540782000000,1540785600000,1540789200000,1540792800000,1540796400000,1540800000000,1540803600000,1540807200000,1540810800000,1540814400000,1540818000000,1540821600000,1540825200000,1540828800000,1540832400000,1540836000000,1540839600000,1540843200000,1540846800000,1540850400000,1540854000000,1540857600000,1540861200000,1540864800000,1540868400000,1540872000000,1540875600000,1540879200000,1540882800000,1540886400000,1540890000000,1540893600000,1540897200000,1540900800000,1540904400000,1540908000000,1540911600000,1540915200000,1540918800000,1540922400000,1540926000000,1540929600000,1540933200000,1540936800000,1540940400000,1540944000000,1540947600000,1540951200000,1540954800000,1540958400000,1540962000000,1540965600000,1540969200000,1540972800000,1540976400000,1540980000000,1540983600000,1540987200000,1540990800000,1540994400000,1540998000000,1541001600000,1541005200000,1541008800000,1541012400000,1541016000000,1541019600000,1541023200000,1541026800000,1541030400000,1541034000000,1541037600000,1541041200000,1541044800000,1541048400000,1541052000000,1541055600000,1541059200000,1541062800000,1541066400000,1541070000000,1541073600000,1541077200000,1541080800000,1541084400000,1541088000000,1541091600000,1541095200000,1541098800000,1541102400000,1541106000000,1541109600000,1541113200000,1541116800000,1541120400000,1541124000000,1541127600000,1541131200000,1541134800000,1541138400000,1541142000000,1541145600000,1541149200000,1541152800000,1541156400000,1541160000000,1541163600000,1541167200000,1541170800000,1541174400000,1541178000000,1541181600000,1541185200000,1541188800000,1541192400000,1541196000000,1541199600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[60,10,0,0,0,30,40,60,140,80,100,90,170,120,150,130,110,70,90,100,90,60,60,180,130,50,20,10,0,0,20,90,100,80,140,190,310,50,110,120,120,170,180,170,140,80,220,180,50,0,30,20,0,20,10,50,110,140,240,80,110,260,230,220,280,310,250,310,220,200,110,60,70,20,0,10,40,10,10,50,50,140,80,150,170,280,170,140,100,140,200,240,110,180,70,80,40,30,20,0,20,0,70,70,90,110,50,100,130,170,110,140,140,130,130,120,90,110,190,140,190,70,30,10,10,10,10,60,100,100,240,260,170,150,240,160,130,140,150,60,180,190,170,190,80,30,10,10,0,40,30,40,60,100,170,110,100,210,150,240,80,80,170,150,190,220,170,110]},{"name":"Unmuted","color":"#4fae4e","values":[50,10,10,10,0,40,10,50,130,120,200,260,280,220,140,140,140,160,190,140,150,60,110,60,20,10,10,10,10,10,30,40,140,140,130,300,180,160,220,100,250,150,180,220,220,160,150,70,0,0,0,0,0,20,50,50,130,100,70,130,100,220,130,200,190,220,280,260,270,200,250,90,40,20,0,0,0,10,50,100,120,170,130,110,150,260,110,160,240,150,280,290,290,200,180,90,130,60,60,0,10,10,90,120,180,110,180,280,160,140,140,150,230,160,270,160,220,150,170,110,40,50,10,20,0,0,30,30,130,140,120,160,180,130,170,130,110,140,140,30,270,210,90,50,20,50,0,10,0,10,40,70,110,140,220,190,260,210,170,160,170,190,180,170,190,160,70,70]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-10/31.json b/dist/chartDummyData/notifications_zoom/2018-10/31.json new file mode 100644 index 000000000..5ffb67bc7 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-10/31.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1540684800000,1540688400000,1540692000000,1540695600000,1540699200000,1540702800000,1540706400000,1540710000000,1540713600000,1540717200000,1540720800000,1540724400000,1540728000000,1540731600000,1540735200000,1540738800000,1540742400000,1540746000000,1540749600000,1540753200000,1540756800000,1540760400000,1540764000000,1540767600000,1540771200000,1540774800000,1540778400000,1540782000000,1540785600000,1540789200000,1540792800000,1540796400000,1540800000000,1540803600000,1540807200000,1540810800000,1540814400000,1540818000000,1540821600000,1540825200000,1540828800000,1540832400000,1540836000000,1540839600000,1540843200000,1540846800000,1540850400000,1540854000000,1540857600000,1540861200000,1540864800000,1540868400000,1540872000000,1540875600000,1540879200000,1540882800000,1540886400000,1540890000000,1540893600000,1540897200000,1540900800000,1540904400000,1540908000000,1540911600000,1540915200000,1540918800000,1540922400000,1540926000000,1540929600000,1540933200000,1540936800000,1540940400000,1540944000000,1540947600000,1540951200000,1540954800000,1540958400000,1540962000000,1540965600000,1540969200000,1540972800000,1540976400000,1540980000000,1540983600000,1540987200000,1540990800000,1540994400000,1540998000000,1541001600000,1541005200000,1541008800000,1541012400000,1541016000000,1541019600000,1541023200000,1541026800000,1541030400000,1541034000000,1541037600000,1541041200000,1541044800000,1541048400000,1541052000000,1541055600000,1541059200000,1541062800000,1541066400000,1541070000000,1541073600000,1541077200000,1541080800000,1541084400000,1541088000000,1541091600000,1541095200000,1541098800000,1541102400000,1541106000000,1541109600000,1541113200000,1541116800000,1541120400000,1541124000000,1541127600000,1541131200000,1541134800000,1541138400000,1541142000000,1541145600000,1541149200000,1541152800000,1541156400000,1541160000000,1541163600000,1541167200000,1541170800000,1541174400000,1541178000000,1541181600000,1541185200000,1541188800000,1541192400000,1541196000000,1541199600000,1541203200000,1541206800000,1541210400000,1541214000000,1541217600000,1541221200000,1541224800000,1541228400000,1541232000000,1541235600000,1541239200000,1541242800000,1541246400000,1541250000000,1541253600000,1541257200000,1541260800000,1541264400000,1541268000000,1541271600000,1541275200000,1541278800000,1541282400000,1541286000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[130,50,20,10,0,0,20,90,100,80,140,190,310,50,110,120,120,170,180,170,140,80,220,180,50,0,30,20,0,20,10,50,110,140,240,80,110,260,230,220,280,310,250,310,220,200,110,60,70,20,0,10,40,10,10,50,50,140,80,150,170,280,170,140,100,140,200,240,110,180,70,80,40,30,20,0,20,0,70,70,90,110,50,100,130,170,110,140,140,130,130,120,90,110,190,140,190,70,30,10,10,10,10,60,100,100,240,260,170,150,240,160,130,140,150,60,180,190,170,190,80,30,10,10,0,40,30,40,60,100,170,110,100,210,150,240,80,80,170,150,190,220,170,110,90,50,60,10,0,0,20,60,40,160,90,90,80,230,130,190,140,140,200,130,110,230,60,140]},{"name":"Unmuted","color":"#4fae4e","values":[20,10,10,10,10,10,30,40,140,140,130,300,180,160,220,100,250,150,180,220,220,160,150,70,0,0,0,0,0,20,50,50,130,100,70,130,100,220,130,200,190,220,280,260,270,200,250,90,40,20,0,0,0,10,50,100,120,170,130,110,150,260,110,160,240,150,280,290,290,200,180,90,130,60,60,0,10,10,90,120,180,110,180,280,160,140,140,150,230,160,270,160,220,150,170,110,40,50,10,20,0,0,30,30,130,140,120,160,180,130,170,130,110,140,140,30,270,210,90,50,20,50,0,10,0,10,40,70,110,140,220,190,260,210,170,160,170,190,180,170,190,160,70,70,20,40,10,0,10,10,20,40,80,120,210,170,200,270,180,230,240,320,300,130,160,170,100,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/01.json b/dist/chartDummyData/notifications_zoom/2018-11/01.json new file mode 100644 index 000000000..7922487cb --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/01.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1540771200000,1540774800000,1540778400000,1540782000000,1540785600000,1540789200000,1540792800000,1540796400000,1540800000000,1540803600000,1540807200000,1540810800000,1540814400000,1540818000000,1540821600000,1540825200000,1540828800000,1540832400000,1540836000000,1540839600000,1540843200000,1540846800000,1540850400000,1540854000000,1540857600000,1540861200000,1540864800000,1540868400000,1540872000000,1540875600000,1540879200000,1540882800000,1540886400000,1540890000000,1540893600000,1540897200000,1540900800000,1540904400000,1540908000000,1540911600000,1540915200000,1540918800000,1540922400000,1540926000000,1540929600000,1540933200000,1540936800000,1540940400000,1540944000000,1540947600000,1540951200000,1540954800000,1540958400000,1540962000000,1540965600000,1540969200000,1540972800000,1540976400000,1540980000000,1540983600000,1540987200000,1540990800000,1540994400000,1540998000000,1541001600000,1541005200000,1541008800000,1541012400000,1541016000000,1541019600000,1541023200000,1541026800000,1541030400000,1541034000000,1541037600000,1541041200000,1541044800000,1541048400000,1541052000000,1541055600000,1541059200000,1541062800000,1541066400000,1541070000000,1541073600000,1541077200000,1541080800000,1541084400000,1541088000000,1541091600000,1541095200000,1541098800000,1541102400000,1541106000000,1541109600000,1541113200000,1541116800000,1541120400000,1541124000000,1541127600000,1541131200000,1541134800000,1541138400000,1541142000000,1541145600000,1541149200000,1541152800000,1541156400000,1541160000000,1541163600000,1541167200000,1541170800000,1541174400000,1541178000000,1541181600000,1541185200000,1541188800000,1541192400000,1541196000000,1541199600000,1541203200000,1541206800000,1541210400000,1541214000000,1541217600000,1541221200000,1541224800000,1541228400000,1541232000000,1541235600000,1541239200000,1541242800000,1541246400000,1541250000000,1541253600000,1541257200000,1541260800000,1541264400000,1541268000000,1541271600000,1541275200000,1541278800000,1541282400000,1541286000000,1541289600000,1541293200000,1541296800000,1541300400000,1541304000000,1541307600000,1541311200000,1541314800000,1541318400000,1541322000000,1541325600000,1541329200000,1541332800000,1541336400000,1541340000000,1541343600000,1541347200000,1541350800000,1541354400000,1541358000000,1541361600000,1541365200000,1541368800000,1541372400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[50,0,30,20,0,20,10,50,110,140,240,80,110,260,230,220,280,310,250,310,220,200,110,60,70,20,0,10,40,10,10,50,50,140,80,150,170,280,170,140,100,140,200,240,110,180,70,80,40,30,20,0,20,0,70,70,90,110,50,100,130,170,110,140,140,130,130,120,90,110,190,140,190,70,30,10,10,10,10,60,100,100,240,260,170,150,240,160,130,140,150,60,180,190,170,190,80,30,10,10,0,40,30,40,60,100,170,110,100,210,150,240,80,80,170,150,190,220,170,110,90,50,60,10,0,0,20,60,40,160,90,90,80,230,130,190,140,140,200,130,110,230,60,140,100,70,40,30,10,0,50,100,70,110,250,90,90,110,160,190,120,230,100,160,180,230,190,120]},{"name":"Unmuted","color":"#4fae4e","values":[0,0,0,0,0,20,50,50,130,100,70,130,100,220,130,200,190,220,280,260,270,200,250,90,40,20,0,0,0,10,50,100,120,170,130,110,150,260,110,160,240,150,280,290,290,200,180,90,130,60,60,0,10,10,90,120,180,110,180,280,160,140,140,150,230,160,270,160,220,150,170,110,40,50,10,20,0,0,30,30,130,140,120,160,180,130,170,130,110,140,140,30,270,210,90,50,20,50,0,10,0,10,40,70,110,140,220,190,260,210,170,160,170,190,180,170,190,160,70,70,20,40,10,0,10,10,20,40,80,120,210,170,200,270,180,230,240,320,300,130,160,170,100,100,20,70,10,20,0,0,40,0,50,80,140,130,190,100,240,170,240,190,140,230,240,190,90,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/02.json b/dist/chartDummyData/notifications_zoom/2018-11/02.json new file mode 100644 index 000000000..94504e9c9 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/02.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1540857600000,1540861200000,1540864800000,1540868400000,1540872000000,1540875600000,1540879200000,1540882800000,1540886400000,1540890000000,1540893600000,1540897200000,1540900800000,1540904400000,1540908000000,1540911600000,1540915200000,1540918800000,1540922400000,1540926000000,1540929600000,1540933200000,1540936800000,1540940400000,1540944000000,1540947600000,1540951200000,1540954800000,1540958400000,1540962000000,1540965600000,1540969200000,1540972800000,1540976400000,1540980000000,1540983600000,1540987200000,1540990800000,1540994400000,1540998000000,1541001600000,1541005200000,1541008800000,1541012400000,1541016000000,1541019600000,1541023200000,1541026800000,1541030400000,1541034000000,1541037600000,1541041200000,1541044800000,1541048400000,1541052000000,1541055600000,1541059200000,1541062800000,1541066400000,1541070000000,1541073600000,1541077200000,1541080800000,1541084400000,1541088000000,1541091600000,1541095200000,1541098800000,1541102400000,1541106000000,1541109600000,1541113200000,1541116800000,1541120400000,1541124000000,1541127600000,1541131200000,1541134800000,1541138400000,1541142000000,1541145600000,1541149200000,1541152800000,1541156400000,1541160000000,1541163600000,1541167200000,1541170800000,1541174400000,1541178000000,1541181600000,1541185200000,1541188800000,1541192400000,1541196000000,1541199600000,1541203200000,1541206800000,1541210400000,1541214000000,1541217600000,1541221200000,1541224800000,1541228400000,1541232000000,1541235600000,1541239200000,1541242800000,1541246400000,1541250000000,1541253600000,1541257200000,1541260800000,1541264400000,1541268000000,1541271600000,1541275200000,1541278800000,1541282400000,1541286000000,1541289600000,1541293200000,1541296800000,1541300400000,1541304000000,1541307600000,1541311200000,1541314800000,1541318400000,1541322000000,1541325600000,1541329200000,1541332800000,1541336400000,1541340000000,1541343600000,1541347200000,1541350800000,1541354400000,1541358000000,1541361600000,1541365200000,1541368800000,1541372400000,1541376000000,1541379600000,1541383200000,1541386800000,1541390400000,1541394000000,1541397600000,1541401200000,1541404800000,1541408400000,1541412000000,1541415600000,1541419200000,1541422800000,1541426400000,1541430000000,1541433600000,1541437200000,1541440800000,1541444400000,1541448000000,1541451600000,1541455200000,1541458800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[70,20,0,10,40,10,10,50,50,140,80,150,170,280,170,140,100,140,200,240,110,180,70,80,40,30,20,0,20,0,70,70,90,110,50,100,130,170,110,140,140,130,130,120,90,110,190,140,190,70,30,10,10,10,10,60,100,100,240,260,170,150,240,160,130,140,150,60,180,190,170,190,80,30,10,10,0,40,30,40,60,100,170,110,100,210,150,240,80,80,170,150,190,220,170,110,90,50,60,10,0,0,20,60,40,160,90,90,80,230,130,190,140,140,200,130,110,230,60,140,100,70,40,30,10,0,50,100,70,110,250,90,90,110,160,190,120,230,100,160,180,230,190,120,30,40,20,0,30,50,40,90,40,50,40,20,70,210,100,180,200,170,150,140,260,240,170,110]},{"name":"Unmuted","color":"#4fae4e","values":[40,20,0,0,0,10,50,100,120,170,130,110,150,260,110,160,240,150,280,290,290,200,180,90,130,60,60,0,10,10,90,120,180,110,180,280,160,140,140,150,230,160,270,160,220,150,170,110,40,50,10,20,0,0,30,30,130,140,120,160,180,130,170,130,110,140,140,30,270,210,90,50,20,50,0,10,0,10,40,70,110,140,220,190,260,210,170,160,170,190,180,170,190,160,70,70,20,40,10,0,10,10,20,40,80,120,210,170,200,270,180,230,240,320,300,130,160,170,100,100,20,70,10,20,0,0,40,0,50,80,140,130,190,100,240,170,240,190,140,230,240,190,90,100,30,20,0,0,0,20,90,110,30,80,60,90,250,180,170,170,170,240,240,260,250,210,270,40]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/03.json b/dist/chartDummyData/notifications_zoom/2018-11/03.json new file mode 100644 index 000000000..90c1db679 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/03.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1540944000000,1540947600000,1540951200000,1540954800000,1540958400000,1540962000000,1540965600000,1540969200000,1540972800000,1540976400000,1540980000000,1540983600000,1540987200000,1540990800000,1540994400000,1540998000000,1541001600000,1541005200000,1541008800000,1541012400000,1541016000000,1541019600000,1541023200000,1541026800000,1541030400000,1541034000000,1541037600000,1541041200000,1541044800000,1541048400000,1541052000000,1541055600000,1541059200000,1541062800000,1541066400000,1541070000000,1541073600000,1541077200000,1541080800000,1541084400000,1541088000000,1541091600000,1541095200000,1541098800000,1541102400000,1541106000000,1541109600000,1541113200000,1541116800000,1541120400000,1541124000000,1541127600000,1541131200000,1541134800000,1541138400000,1541142000000,1541145600000,1541149200000,1541152800000,1541156400000,1541160000000,1541163600000,1541167200000,1541170800000,1541174400000,1541178000000,1541181600000,1541185200000,1541188800000,1541192400000,1541196000000,1541199600000,1541203200000,1541206800000,1541210400000,1541214000000,1541217600000,1541221200000,1541224800000,1541228400000,1541232000000,1541235600000,1541239200000,1541242800000,1541246400000,1541250000000,1541253600000,1541257200000,1541260800000,1541264400000,1541268000000,1541271600000,1541275200000,1541278800000,1541282400000,1541286000000,1541289600000,1541293200000,1541296800000,1541300400000,1541304000000,1541307600000,1541311200000,1541314800000,1541318400000,1541322000000,1541325600000,1541329200000,1541332800000,1541336400000,1541340000000,1541343600000,1541347200000,1541350800000,1541354400000,1541358000000,1541361600000,1541365200000,1541368800000,1541372400000,1541376000000,1541379600000,1541383200000,1541386800000,1541390400000,1541394000000,1541397600000,1541401200000,1541404800000,1541408400000,1541412000000,1541415600000,1541419200000,1541422800000,1541426400000,1541430000000,1541433600000,1541437200000,1541440800000,1541444400000,1541448000000,1541451600000,1541455200000,1541458800000,1541462400000,1541466000000,1541469600000,1541473200000,1541476800000,1541480400000,1541484000000,1541487600000,1541491200000,1541494800000,1541498400000,1541502000000,1541505600000,1541509200000,1541512800000,1541516400000,1541520000000,1541523600000,1541527200000,1541530800000,1541534400000,1541538000000,1541541600000,1541545200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[40,30,20,0,20,0,70,70,90,110,50,100,130,170,110,140,140,130,130,120,90,110,190,140,190,70,30,10,10,10,10,60,100,100,240,260,170,150,240,160,130,140,150,60,180,190,170,190,80,30,10,10,0,40,30,40,60,100,170,110,100,210,150,240,80,80,170,150,190,220,170,110,90,50,60,10,0,0,20,60,40,160,90,90,80,230,130,190,140,140,200,130,110,230,60,140,100,70,40,30,10,0,50,100,70,110,250,90,90,110,160,190,120,230,100,160,180,230,190,120,30,40,20,0,30,50,40,90,40,50,40,20,70,210,100,180,200,170,150,140,260,240,170,110,30,0,0,30,0,20,40,20,40,50,80,120,120,130,220,110,240,170,150,180,280,350,170,230]},{"name":"Unmuted","color":"#4fae4e","values":[130,60,60,0,10,10,90,120,180,110,180,280,160,140,140,150,230,160,270,160,220,150,170,110,40,50,10,20,0,0,30,30,130,140,120,160,180,130,170,130,110,140,140,30,270,210,90,50,20,50,0,10,0,10,40,70,110,140,220,190,260,210,170,160,170,190,180,170,190,160,70,70,20,40,10,0,10,10,20,40,80,120,210,170,200,270,180,230,240,320,300,130,160,170,100,100,20,70,10,20,0,0,40,0,50,80,140,130,190,100,240,170,240,190,140,230,240,190,90,100,30,20,0,0,0,20,90,110,30,80,60,90,250,180,170,170,170,240,240,260,250,210,270,40,70,40,20,10,20,0,50,110,50,150,60,220,190,170,110,230,190,150,250,340,210,260,100,30]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/04.json b/dist/chartDummyData/notifications_zoom/2018-11/04.json new file mode 100644 index 000000000..9e680ffe6 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/04.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1541030400000,1541034000000,1541037600000,1541041200000,1541044800000,1541048400000,1541052000000,1541055600000,1541059200000,1541062800000,1541066400000,1541070000000,1541073600000,1541077200000,1541080800000,1541084400000,1541088000000,1541091600000,1541095200000,1541098800000,1541102400000,1541106000000,1541109600000,1541113200000,1541116800000,1541120400000,1541124000000,1541127600000,1541131200000,1541134800000,1541138400000,1541142000000,1541145600000,1541149200000,1541152800000,1541156400000,1541160000000,1541163600000,1541167200000,1541170800000,1541174400000,1541178000000,1541181600000,1541185200000,1541188800000,1541192400000,1541196000000,1541199600000,1541203200000,1541206800000,1541210400000,1541214000000,1541217600000,1541221200000,1541224800000,1541228400000,1541232000000,1541235600000,1541239200000,1541242800000,1541246400000,1541250000000,1541253600000,1541257200000,1541260800000,1541264400000,1541268000000,1541271600000,1541275200000,1541278800000,1541282400000,1541286000000,1541289600000,1541293200000,1541296800000,1541300400000,1541304000000,1541307600000,1541311200000,1541314800000,1541318400000,1541322000000,1541325600000,1541329200000,1541332800000,1541336400000,1541340000000,1541343600000,1541347200000,1541350800000,1541354400000,1541358000000,1541361600000,1541365200000,1541368800000,1541372400000,1541376000000,1541379600000,1541383200000,1541386800000,1541390400000,1541394000000,1541397600000,1541401200000,1541404800000,1541408400000,1541412000000,1541415600000,1541419200000,1541422800000,1541426400000,1541430000000,1541433600000,1541437200000,1541440800000,1541444400000,1541448000000,1541451600000,1541455200000,1541458800000,1541462400000,1541466000000,1541469600000,1541473200000,1541476800000,1541480400000,1541484000000,1541487600000,1541491200000,1541494800000,1541498400000,1541502000000,1541505600000,1541509200000,1541512800000,1541516400000,1541520000000,1541523600000,1541527200000,1541530800000,1541534400000,1541538000000,1541541600000,1541545200000,1541548800000,1541552400000,1541556000000,1541559600000,1541563200000,1541566800000,1541570400000,1541574000000,1541577600000,1541581200000,1541584800000,1541588400000,1541592000000,1541595600000,1541599200000,1541602800000,1541606400000,1541610000000,1541613600000,1541617200000,1541620800000,1541624400000,1541628000000,1541631600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[190,70,30,10,10,10,10,60,100,100,240,260,170,150,240,160,130,140,150,60,180,190,170,190,80,30,10,10,0,40,30,40,60,100,170,110,100,210,150,240,80,80,170,150,190,220,170,110,90,50,60,10,0,0,20,60,40,160,90,90,80,230,130,190,140,140,200,130,110,230,60,140,100,70,40,30,10,0,50,100,70,110,250,90,90,110,160,190,120,230,100,160,180,230,190,120,30,40,20,0,30,50,40,90,40,50,40,20,70,210,100,180,200,170,150,140,260,240,170,110,30,0,0,30,0,20,40,20,40,50,80,120,120,130,220,110,240,170,150,180,280,350,170,230,140,60,20,10,10,0,30,100,110,70,100,160,50,190,240,180,300,220,160,180,150,150,280,110]},{"name":"Unmuted","color":"#4fae4e","values":[40,50,10,20,0,0,30,30,130,140,120,160,180,130,170,130,110,140,140,30,270,210,90,50,20,50,0,10,0,10,40,70,110,140,220,190,260,210,170,160,170,190,180,170,190,160,70,70,20,40,10,0,10,10,20,40,80,120,210,170,200,270,180,230,240,320,300,130,160,170,100,100,20,70,10,20,0,0,40,0,50,80,140,130,190,100,240,170,240,190,140,230,240,190,90,100,30,20,0,0,0,20,90,110,30,80,60,90,250,180,170,170,170,240,240,260,250,210,270,40,70,40,20,10,20,0,50,110,50,150,60,220,190,170,110,230,190,150,250,340,210,260,100,30,40,20,10,10,0,0,80,90,130,100,50,70,180,230,150,220,200,240,150,250,200,180,200,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/05.json b/dist/chartDummyData/notifications_zoom/2018-11/05.json new file mode 100644 index 000000000..c318b5272 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/05.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1541116800000,1541120400000,1541124000000,1541127600000,1541131200000,1541134800000,1541138400000,1541142000000,1541145600000,1541149200000,1541152800000,1541156400000,1541160000000,1541163600000,1541167200000,1541170800000,1541174400000,1541178000000,1541181600000,1541185200000,1541188800000,1541192400000,1541196000000,1541199600000,1541203200000,1541206800000,1541210400000,1541214000000,1541217600000,1541221200000,1541224800000,1541228400000,1541232000000,1541235600000,1541239200000,1541242800000,1541246400000,1541250000000,1541253600000,1541257200000,1541260800000,1541264400000,1541268000000,1541271600000,1541275200000,1541278800000,1541282400000,1541286000000,1541289600000,1541293200000,1541296800000,1541300400000,1541304000000,1541307600000,1541311200000,1541314800000,1541318400000,1541322000000,1541325600000,1541329200000,1541332800000,1541336400000,1541340000000,1541343600000,1541347200000,1541350800000,1541354400000,1541358000000,1541361600000,1541365200000,1541368800000,1541372400000,1541376000000,1541379600000,1541383200000,1541386800000,1541390400000,1541394000000,1541397600000,1541401200000,1541404800000,1541408400000,1541412000000,1541415600000,1541419200000,1541422800000,1541426400000,1541430000000,1541433600000,1541437200000,1541440800000,1541444400000,1541448000000,1541451600000,1541455200000,1541458800000,1541462400000,1541466000000,1541469600000,1541473200000,1541476800000,1541480400000,1541484000000,1541487600000,1541491200000,1541494800000,1541498400000,1541502000000,1541505600000,1541509200000,1541512800000,1541516400000,1541520000000,1541523600000,1541527200000,1541530800000,1541534400000,1541538000000,1541541600000,1541545200000,1541548800000,1541552400000,1541556000000,1541559600000,1541563200000,1541566800000,1541570400000,1541574000000,1541577600000,1541581200000,1541584800000,1541588400000,1541592000000,1541595600000,1541599200000,1541602800000,1541606400000,1541610000000,1541613600000,1541617200000,1541620800000,1541624400000,1541628000000,1541631600000,1541635200000,1541638800000,1541642400000,1541646000000,1541649600000,1541653200000,1541656800000,1541660400000,1541664000000,1541667600000,1541671200000,1541674800000,1541678400000,1541682000000,1541685600000,1541689200000,1541692800000,1541696400000,1541700000000,1541703600000,1541707200000,1541710800000,1541714400000,1541718000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[80,30,10,10,0,40,30,40,60,100,170,110,100,210,150,240,80,80,170,150,190,220,170,110,90,50,60,10,0,0,20,60,40,160,90,90,80,230,130,190,140,140,200,130,110,230,60,140,100,70,40,30,10,0,50,100,70,110,250,90,90,110,160,190,120,230,100,160,180,230,190,120,30,40,20,0,30,50,40,90,40,50,40,20,70,210,100,180,200,170,150,140,260,240,170,110,30,0,0,30,0,20,40,20,40,50,80,120,120,130,220,110,240,170,150,180,280,350,170,230,140,60,20,10,10,0,30,100,110,70,100,160,50,190,240,180,300,220,160,180,150,150,280,110,80,60,0,10,0,40,40,60,40,80,120,100,110,210,120,160,90,190,140,130,410,180,180,130]},{"name":"Unmuted","color":"#4fae4e","values":[20,50,0,10,0,10,40,70,110,140,220,190,260,210,170,160,170,190,180,170,190,160,70,70,20,40,10,0,10,10,20,40,80,120,210,170,200,270,180,230,240,320,300,130,160,170,100,100,20,70,10,20,0,0,40,0,50,80,140,130,190,100,240,170,240,190,140,230,240,190,90,100,30,20,0,0,0,20,90,110,30,80,60,90,250,180,170,170,170,240,240,260,250,210,270,40,70,40,20,10,20,0,50,110,50,150,60,220,190,170,110,230,190,150,250,340,210,260,100,30,40,20,10,10,0,0,80,90,130,100,50,70,180,230,150,220,200,240,150,250,200,180,200,100,40,30,30,0,20,10,100,160,80,160,90,140,140,250,110,190,270,210,320,200,310,360,270,80]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/06.json b/dist/chartDummyData/notifications_zoom/2018-11/06.json new file mode 100644 index 000000000..bcc18f467 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/06.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1541203200000,1541206800000,1541210400000,1541214000000,1541217600000,1541221200000,1541224800000,1541228400000,1541232000000,1541235600000,1541239200000,1541242800000,1541246400000,1541250000000,1541253600000,1541257200000,1541260800000,1541264400000,1541268000000,1541271600000,1541275200000,1541278800000,1541282400000,1541286000000,1541289600000,1541293200000,1541296800000,1541300400000,1541304000000,1541307600000,1541311200000,1541314800000,1541318400000,1541322000000,1541325600000,1541329200000,1541332800000,1541336400000,1541340000000,1541343600000,1541347200000,1541350800000,1541354400000,1541358000000,1541361600000,1541365200000,1541368800000,1541372400000,1541376000000,1541379600000,1541383200000,1541386800000,1541390400000,1541394000000,1541397600000,1541401200000,1541404800000,1541408400000,1541412000000,1541415600000,1541419200000,1541422800000,1541426400000,1541430000000,1541433600000,1541437200000,1541440800000,1541444400000,1541448000000,1541451600000,1541455200000,1541458800000,1541462400000,1541466000000,1541469600000,1541473200000,1541476800000,1541480400000,1541484000000,1541487600000,1541491200000,1541494800000,1541498400000,1541502000000,1541505600000,1541509200000,1541512800000,1541516400000,1541520000000,1541523600000,1541527200000,1541530800000,1541534400000,1541538000000,1541541600000,1541545200000,1541548800000,1541552400000,1541556000000,1541559600000,1541563200000,1541566800000,1541570400000,1541574000000,1541577600000,1541581200000,1541584800000,1541588400000,1541592000000,1541595600000,1541599200000,1541602800000,1541606400000,1541610000000,1541613600000,1541617200000,1541620800000,1541624400000,1541628000000,1541631600000,1541635200000,1541638800000,1541642400000,1541646000000,1541649600000,1541653200000,1541656800000,1541660400000,1541664000000,1541667600000,1541671200000,1541674800000,1541678400000,1541682000000,1541685600000,1541689200000,1541692800000,1541696400000,1541700000000,1541703600000,1541707200000,1541710800000,1541714400000,1541718000000,1541721600000,1541725200000,1541728800000,1541732400000,1541736000000,1541739600000,1541743200000,1541746800000,1541750400000,1541754000000,1541757600000,1541761200000,1541764800000,1541768400000,1541772000000,1541775600000,1541779200000,1541782800000,1541786400000,1541790000000,1541793600000,1541797200000,1541800800000,1541804400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[90,50,60,10,0,0,20,60,40,160,90,90,80,230,130,190,140,140,200,130,110,230,60,140,100,70,40,30,10,0,50,100,70,110,250,90,90,110,160,190,120,230,100,160,180,230,190,120,30,40,20,0,30,50,40,90,40,50,40,20,70,210,100,180,200,170,150,140,260,240,170,110,30,0,0,30,0,20,40,20,40,50,80,120,120,130,220,110,240,170,150,180,280,350,170,230,140,60,20,10,10,0,30,100,110,70,100,160,50,190,240,180,300,220,160,180,150,150,280,110,80,60,0,10,0,40,40,60,40,80,120,100,110,210,120,160,90,190,140,130,410,180,180,130,20,10,30,0,0,10,50,40,80,30,80,90,160,140,60,250,120,140,180,190,150,140,150,90]},{"name":"Unmuted","color":"#4fae4e","values":[20,40,10,0,10,10,20,40,80,120,210,170,200,270,180,230,240,320,300,130,160,170,100,100,20,70,10,20,0,0,40,0,50,80,140,130,190,100,240,170,240,190,140,230,240,190,90,100,30,20,0,0,0,20,90,110,30,80,60,90,250,180,170,170,170,240,240,260,250,210,270,40,70,40,20,10,20,0,50,110,50,150,60,220,190,170,110,230,190,150,250,340,210,260,100,30,40,20,10,10,0,0,80,90,130,100,50,70,180,230,150,220,200,240,150,250,200,180,200,100,40,30,30,0,20,10,100,160,80,160,90,140,140,250,110,190,270,210,320,200,310,360,270,80,10,60,0,0,10,0,20,140,100,150,220,200,190,110,300,130,190,220,230,260,200,280,240,80]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/07.json b/dist/chartDummyData/notifications_zoom/2018-11/07.json new file mode 100644 index 000000000..e1601a641 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/07.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1541289600000,1541293200000,1541296800000,1541300400000,1541304000000,1541307600000,1541311200000,1541314800000,1541318400000,1541322000000,1541325600000,1541329200000,1541332800000,1541336400000,1541340000000,1541343600000,1541347200000,1541350800000,1541354400000,1541358000000,1541361600000,1541365200000,1541368800000,1541372400000,1541376000000,1541379600000,1541383200000,1541386800000,1541390400000,1541394000000,1541397600000,1541401200000,1541404800000,1541408400000,1541412000000,1541415600000,1541419200000,1541422800000,1541426400000,1541430000000,1541433600000,1541437200000,1541440800000,1541444400000,1541448000000,1541451600000,1541455200000,1541458800000,1541462400000,1541466000000,1541469600000,1541473200000,1541476800000,1541480400000,1541484000000,1541487600000,1541491200000,1541494800000,1541498400000,1541502000000,1541505600000,1541509200000,1541512800000,1541516400000,1541520000000,1541523600000,1541527200000,1541530800000,1541534400000,1541538000000,1541541600000,1541545200000,1541548800000,1541552400000,1541556000000,1541559600000,1541563200000,1541566800000,1541570400000,1541574000000,1541577600000,1541581200000,1541584800000,1541588400000,1541592000000,1541595600000,1541599200000,1541602800000,1541606400000,1541610000000,1541613600000,1541617200000,1541620800000,1541624400000,1541628000000,1541631600000,1541635200000,1541638800000,1541642400000,1541646000000,1541649600000,1541653200000,1541656800000,1541660400000,1541664000000,1541667600000,1541671200000,1541674800000,1541678400000,1541682000000,1541685600000,1541689200000,1541692800000,1541696400000,1541700000000,1541703600000,1541707200000,1541710800000,1541714400000,1541718000000,1541721600000,1541725200000,1541728800000,1541732400000,1541736000000,1541739600000,1541743200000,1541746800000,1541750400000,1541754000000,1541757600000,1541761200000,1541764800000,1541768400000,1541772000000,1541775600000,1541779200000,1541782800000,1541786400000,1541790000000,1541793600000,1541797200000,1541800800000,1541804400000,1541808000000,1541811600000,1541815200000,1541818800000,1541822400000,1541826000000,1541829600000,1541833200000,1541836800000,1541840400000,1541844000000,1541847600000,1541851200000,1541854800000,1541858400000,1541862000000,1541865600000,1541869200000,1541872800000,1541876400000,1541880000000,1541883600000,1541887200000,1541890800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[100,70,40,30,10,0,50,100,70,110,250,90,90,110,160,190,120,230,100,160,180,230,190,120,30,40,20,0,30,50,40,90,40,50,40,20,70,210,100,180,200,170,150,140,260,240,170,110,30,0,0,30,0,20,40,20,40,50,80,120,120,130,220,110,240,170,150,180,280,350,170,230,140,60,20,10,10,0,30,100,110,70,100,160,50,190,240,180,300,220,160,180,150,150,280,110,80,60,0,10,0,40,40,60,40,80,120,100,110,210,120,160,90,190,140,130,410,180,180,130,20,10,30,0,0,10,50,40,80,30,80,90,160,140,60,250,120,140,180,190,150,140,150,90,40,20,30,20,10,30,60,90,70,30,140,100,190,90,180,150,140,230,90,190,150,200,140,160]},{"name":"Unmuted","color":"#4fae4e","values":[20,70,10,20,0,0,40,0,50,80,140,130,190,100,240,170,240,190,140,230,240,190,90,100,30,20,0,0,0,20,90,110,30,80,60,90,250,180,170,170,170,240,240,260,250,210,270,40,70,40,20,10,20,0,50,110,50,150,60,220,190,170,110,230,190,150,250,340,210,260,100,30,40,20,10,10,0,0,80,90,130,100,50,70,180,230,150,220,200,240,150,250,200,180,200,100,40,30,30,0,20,10,100,160,80,160,90,140,140,250,110,190,270,210,320,200,310,360,270,80,10,60,0,0,10,0,20,140,100,150,220,200,190,110,300,130,190,220,230,260,200,280,240,80,50,20,20,0,10,0,20,50,150,160,170,160,180,220,210,150,160,150,260,180,190,180,160,120]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/08.json b/dist/chartDummyData/notifications_zoom/2018-11/08.json new file mode 100644 index 000000000..0edacd7fe --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/08.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1541376000000,1541379600000,1541383200000,1541386800000,1541390400000,1541394000000,1541397600000,1541401200000,1541404800000,1541408400000,1541412000000,1541415600000,1541419200000,1541422800000,1541426400000,1541430000000,1541433600000,1541437200000,1541440800000,1541444400000,1541448000000,1541451600000,1541455200000,1541458800000,1541462400000,1541466000000,1541469600000,1541473200000,1541476800000,1541480400000,1541484000000,1541487600000,1541491200000,1541494800000,1541498400000,1541502000000,1541505600000,1541509200000,1541512800000,1541516400000,1541520000000,1541523600000,1541527200000,1541530800000,1541534400000,1541538000000,1541541600000,1541545200000,1541548800000,1541552400000,1541556000000,1541559600000,1541563200000,1541566800000,1541570400000,1541574000000,1541577600000,1541581200000,1541584800000,1541588400000,1541592000000,1541595600000,1541599200000,1541602800000,1541606400000,1541610000000,1541613600000,1541617200000,1541620800000,1541624400000,1541628000000,1541631600000,1541635200000,1541638800000,1541642400000,1541646000000,1541649600000,1541653200000,1541656800000,1541660400000,1541664000000,1541667600000,1541671200000,1541674800000,1541678400000,1541682000000,1541685600000,1541689200000,1541692800000,1541696400000,1541700000000,1541703600000,1541707200000,1541710800000,1541714400000,1541718000000,1541721600000,1541725200000,1541728800000,1541732400000,1541736000000,1541739600000,1541743200000,1541746800000,1541750400000,1541754000000,1541757600000,1541761200000,1541764800000,1541768400000,1541772000000,1541775600000,1541779200000,1541782800000,1541786400000,1541790000000,1541793600000,1541797200000,1541800800000,1541804400000,1541808000000,1541811600000,1541815200000,1541818800000,1541822400000,1541826000000,1541829600000,1541833200000,1541836800000,1541840400000,1541844000000,1541847600000,1541851200000,1541854800000,1541858400000,1541862000000,1541865600000,1541869200000,1541872800000,1541876400000,1541880000000,1541883600000,1541887200000,1541890800000,1541894400000,1541898000000,1541901600000,1541905200000,1541908800000,1541912400000,1541916000000,1541919600000,1541923200000,1541926800000,1541930400000,1541934000000,1541937600000,1541941200000,1541944800000,1541948400000,1541952000000,1541955600000,1541959200000,1541962800000,1541966400000,1541970000000,1541973600000,1541977200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[30,40,20,0,30,50,40,90,40,50,40,20,70,210,100,180,200,170,150,140,260,240,170,110,30,0,0,30,0,20,40,20,40,50,80,120,120,130,220,110,240,170,150,180,280,350,170,230,140,60,20,10,10,0,30,100,110,70,100,160,50,190,240,180,300,220,160,180,150,150,280,110,80,60,0,10,0,40,40,60,40,80,120,100,110,210,120,160,90,190,140,130,410,180,180,130,20,10,30,0,0,10,50,40,80,30,80,90,160,140,60,250,120,140,180,190,150,140,150,90,40,20,30,20,10,30,60,90,70,30,140,100,190,90,180,150,140,230,90,190,150,200,140,160,60,50,80,0,40,30,20,20,70,70,130,110,240,290,150,180,360,160,260,220,100,70,250,200]},{"name":"Unmuted","color":"#4fae4e","values":[30,20,0,0,0,20,90,110,30,80,60,90,250,180,170,170,170,240,240,260,250,210,270,40,70,40,20,10,20,0,50,110,50,150,60,220,190,170,110,230,190,150,250,340,210,260,100,30,40,20,10,10,0,0,80,90,130,100,50,70,180,230,150,220,200,240,150,250,200,180,200,100,40,30,30,0,20,10,100,160,80,160,90,140,140,250,110,190,270,210,320,200,310,360,270,80,10,60,0,0,10,0,20,140,100,150,220,200,190,110,300,130,190,220,230,260,200,280,240,80,50,20,20,0,10,0,20,50,150,160,170,160,180,220,210,150,160,150,260,180,190,180,160,120,80,30,30,10,0,0,10,30,60,130,190,160,150,160,230,120,240,150,210,220,200,190,160,150]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/09.json b/dist/chartDummyData/notifications_zoom/2018-11/09.json new file mode 100644 index 000000000..dd684acd0 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/09.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1541462400000,1541466000000,1541469600000,1541473200000,1541476800000,1541480400000,1541484000000,1541487600000,1541491200000,1541494800000,1541498400000,1541502000000,1541505600000,1541509200000,1541512800000,1541516400000,1541520000000,1541523600000,1541527200000,1541530800000,1541534400000,1541538000000,1541541600000,1541545200000,1541548800000,1541552400000,1541556000000,1541559600000,1541563200000,1541566800000,1541570400000,1541574000000,1541577600000,1541581200000,1541584800000,1541588400000,1541592000000,1541595600000,1541599200000,1541602800000,1541606400000,1541610000000,1541613600000,1541617200000,1541620800000,1541624400000,1541628000000,1541631600000,1541635200000,1541638800000,1541642400000,1541646000000,1541649600000,1541653200000,1541656800000,1541660400000,1541664000000,1541667600000,1541671200000,1541674800000,1541678400000,1541682000000,1541685600000,1541689200000,1541692800000,1541696400000,1541700000000,1541703600000,1541707200000,1541710800000,1541714400000,1541718000000,1541721600000,1541725200000,1541728800000,1541732400000,1541736000000,1541739600000,1541743200000,1541746800000,1541750400000,1541754000000,1541757600000,1541761200000,1541764800000,1541768400000,1541772000000,1541775600000,1541779200000,1541782800000,1541786400000,1541790000000,1541793600000,1541797200000,1541800800000,1541804400000,1541808000000,1541811600000,1541815200000,1541818800000,1541822400000,1541826000000,1541829600000,1541833200000,1541836800000,1541840400000,1541844000000,1541847600000,1541851200000,1541854800000,1541858400000,1541862000000,1541865600000,1541869200000,1541872800000,1541876400000,1541880000000,1541883600000,1541887200000,1541890800000,1541894400000,1541898000000,1541901600000,1541905200000,1541908800000,1541912400000,1541916000000,1541919600000,1541923200000,1541926800000,1541930400000,1541934000000,1541937600000,1541941200000,1541944800000,1541948400000,1541952000000,1541955600000,1541959200000,1541962800000,1541966400000,1541970000000,1541973600000,1541977200000,1541980800000,1541984400000,1541988000000,1541991600000,1541995200000,1541998800000,1542002400000,1542006000000,1542009600000,1542013200000,1542016800000,1542020400000,1542024000000,1542027600000,1542031200000,1542034800000,1542038400000,1542042000000,1542045600000,1542049200000,1542052800000,1542056400000,1542060000000,1542063600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[30,0,0,30,0,20,40,20,40,50,80,120,120,130,220,110,240,170,150,180,280,350,170,230,140,60,20,10,10,0,30,100,110,70,100,160,50,190,240,180,300,220,160,180,150,150,280,110,80,60,0,10,0,40,40,60,40,80,120,100,110,210,120,160,90,190,140,130,410,180,180,130,20,10,30,0,0,10,50,40,80,30,80,90,160,140,60,250,120,140,180,190,150,140,150,90,40,20,30,20,10,30,60,90,70,30,140,100,190,90,180,150,140,230,90,190,150,200,140,160,60,50,80,0,40,30,20,20,70,70,130,110,240,290,150,180,360,160,260,220,100,70,250,200,220,10,30,0,0,10,30,0,60,130,120,110,110,190,90,170,210,140,170,250,350,220,130,120]},{"name":"Unmuted","color":"#4fae4e","values":[70,40,20,10,20,0,50,110,50,150,60,220,190,170,110,230,190,150,250,340,210,260,100,30,40,20,10,10,0,0,80,90,130,100,50,70,180,230,150,220,200,240,150,250,200,180,200,100,40,30,30,0,20,10,100,160,80,160,90,140,140,250,110,190,270,210,320,200,310,360,270,80,10,60,0,0,10,0,20,140,100,150,220,200,190,110,300,130,190,220,230,260,200,280,240,80,50,20,20,0,10,0,20,50,150,160,170,160,180,220,210,150,160,150,260,180,190,180,160,120,80,30,30,10,0,0,10,30,60,130,190,160,150,160,230,120,240,150,210,220,200,190,160,150,50,30,0,0,0,0,0,200,70,180,110,220,150,190,190,200,170,270,220,200,170,250,130,130]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/10.json b/dist/chartDummyData/notifications_zoom/2018-11/10.json new file mode 100644 index 000000000..fa0ccd67d --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/10.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1541548800000,1541552400000,1541556000000,1541559600000,1541563200000,1541566800000,1541570400000,1541574000000,1541577600000,1541581200000,1541584800000,1541588400000,1541592000000,1541595600000,1541599200000,1541602800000,1541606400000,1541610000000,1541613600000,1541617200000,1541620800000,1541624400000,1541628000000,1541631600000,1541635200000,1541638800000,1541642400000,1541646000000,1541649600000,1541653200000,1541656800000,1541660400000,1541664000000,1541667600000,1541671200000,1541674800000,1541678400000,1541682000000,1541685600000,1541689200000,1541692800000,1541696400000,1541700000000,1541703600000,1541707200000,1541710800000,1541714400000,1541718000000,1541721600000,1541725200000,1541728800000,1541732400000,1541736000000,1541739600000,1541743200000,1541746800000,1541750400000,1541754000000,1541757600000,1541761200000,1541764800000,1541768400000,1541772000000,1541775600000,1541779200000,1541782800000,1541786400000,1541790000000,1541793600000,1541797200000,1541800800000,1541804400000,1541808000000,1541811600000,1541815200000,1541818800000,1541822400000,1541826000000,1541829600000,1541833200000,1541836800000,1541840400000,1541844000000,1541847600000,1541851200000,1541854800000,1541858400000,1541862000000,1541865600000,1541869200000,1541872800000,1541876400000,1541880000000,1541883600000,1541887200000,1541890800000,1541894400000,1541898000000,1541901600000,1541905200000,1541908800000,1541912400000,1541916000000,1541919600000,1541923200000,1541926800000,1541930400000,1541934000000,1541937600000,1541941200000,1541944800000,1541948400000,1541952000000,1541955600000,1541959200000,1541962800000,1541966400000,1541970000000,1541973600000,1541977200000,1541980800000,1541984400000,1541988000000,1541991600000,1541995200000,1541998800000,1542002400000,1542006000000,1542009600000,1542013200000,1542016800000,1542020400000,1542024000000,1542027600000,1542031200000,1542034800000,1542038400000,1542042000000,1542045600000,1542049200000,1542052800000,1542056400000,1542060000000,1542063600000,1542067200000,1542070800000,1542074400000,1542078000000,1542081600000,1542085200000,1542088800000,1542092400000,1542096000000,1542099600000,1542103200000,1542106800000,1542110400000,1542114000000,1542117600000,1542121200000,1542124800000,1542128400000,1542132000000,1542135600000,1542139200000,1542142800000,1542146400000,1542150000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[140,60,20,10,10,0,30,100,110,70,100,160,50,190,240,180,300,220,160,180,150,150,280,110,80,60,0,10,0,40,40,60,40,80,120,100,110,210,120,160,90,190,140,130,410,180,180,130,20,10,30,0,0,10,50,40,80,30,80,90,160,140,60,250,120,140,180,190,150,140,150,90,40,20,30,20,10,30,60,90,70,30,140,100,190,90,180,150,140,230,90,190,150,200,140,160,60,50,80,0,40,30,20,20,70,70,130,110,240,290,150,180,360,160,260,220,100,70,250,200,220,10,30,0,0,10,30,0,60,130,120,110,110,190,90,170,210,140,170,250,350,220,130,120,30,20,70,20,0,10,120,60,80,110,80,80,70,120,100,160,100,250,330,150,320,140,150,120]},{"name":"Unmuted","color":"#4fae4e","values":[40,20,10,10,0,0,80,90,130,100,50,70,180,230,150,220,200,240,150,250,200,180,200,100,40,30,30,0,20,10,100,160,80,160,90,140,140,250,110,190,270,210,320,200,310,360,270,80,10,60,0,0,10,0,20,140,100,150,220,200,190,110,300,130,190,220,230,260,200,280,240,80,50,20,20,0,10,0,20,50,150,160,170,160,180,220,210,150,160,150,260,180,190,180,160,120,80,30,30,10,0,0,10,30,60,130,190,160,150,160,230,120,240,150,210,220,200,190,160,150,50,30,0,0,0,0,0,200,70,180,110,220,150,190,190,200,170,270,220,200,170,250,130,130,100,10,0,0,0,10,40,150,130,150,100,150,160,160,170,190,180,220,210,340,240,220,150,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/11.json b/dist/chartDummyData/notifications_zoom/2018-11/11.json new file mode 100644 index 000000000..7583e6ec1 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/11.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1541635200000,1541638800000,1541642400000,1541646000000,1541649600000,1541653200000,1541656800000,1541660400000,1541664000000,1541667600000,1541671200000,1541674800000,1541678400000,1541682000000,1541685600000,1541689200000,1541692800000,1541696400000,1541700000000,1541703600000,1541707200000,1541710800000,1541714400000,1541718000000,1541721600000,1541725200000,1541728800000,1541732400000,1541736000000,1541739600000,1541743200000,1541746800000,1541750400000,1541754000000,1541757600000,1541761200000,1541764800000,1541768400000,1541772000000,1541775600000,1541779200000,1541782800000,1541786400000,1541790000000,1541793600000,1541797200000,1541800800000,1541804400000,1541808000000,1541811600000,1541815200000,1541818800000,1541822400000,1541826000000,1541829600000,1541833200000,1541836800000,1541840400000,1541844000000,1541847600000,1541851200000,1541854800000,1541858400000,1541862000000,1541865600000,1541869200000,1541872800000,1541876400000,1541880000000,1541883600000,1541887200000,1541890800000,1541894400000,1541898000000,1541901600000,1541905200000,1541908800000,1541912400000,1541916000000,1541919600000,1541923200000,1541926800000,1541930400000,1541934000000,1541937600000,1541941200000,1541944800000,1541948400000,1541952000000,1541955600000,1541959200000,1541962800000,1541966400000,1541970000000,1541973600000,1541977200000,1541980800000,1541984400000,1541988000000,1541991600000,1541995200000,1541998800000,1542002400000,1542006000000,1542009600000,1542013200000,1542016800000,1542020400000,1542024000000,1542027600000,1542031200000,1542034800000,1542038400000,1542042000000,1542045600000,1542049200000,1542052800000,1542056400000,1542060000000,1542063600000,1542067200000,1542070800000,1542074400000,1542078000000,1542081600000,1542085200000,1542088800000,1542092400000,1542096000000,1542099600000,1542103200000,1542106800000,1542110400000,1542114000000,1542117600000,1542121200000,1542124800000,1542128400000,1542132000000,1542135600000,1542139200000,1542142800000,1542146400000,1542150000000,1542153600000,1542157200000,1542160800000,1542164400000,1542168000000,1542171600000,1542175200000,1542178800000,1542182400000,1542186000000,1542189600000,1542193200000,1542196800000,1542200400000,1542204000000,1542207600000,1542211200000,1542214800000,1542218400000,1542222000000,1542225600000,1542229200000,1542232800000,1542236400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[80,60,0,10,0,40,40,60,40,80,120,100,110,210,120,160,90,190,140,130,410,180,180,130,20,10,30,0,0,10,50,40,80,30,80,90,160,140,60,250,120,140,180,190,150,140,150,90,40,20,30,20,10,30,60,90,70,30,140,100,190,90,180,150,140,230,90,190,150,200,140,160,60,50,80,0,40,30,20,20,70,70,130,110,240,290,150,180,360,160,260,220,100,70,250,200,220,10,30,0,0,10,30,0,60,130,120,110,110,190,90,170,210,140,170,250,350,220,130,120,30,20,70,20,0,10,120,60,80,110,80,80,70,120,100,160,100,250,330,150,320,140,150,120,50,60,0,10,0,30,20,150,120,80,80,230,50,160,420,230,140,180,130,300,140,230,220,110]},{"name":"Unmuted","color":"#4fae4e","values":[40,30,30,0,20,10,100,160,80,160,90,140,140,250,110,190,270,210,320,200,310,360,270,80,10,60,0,0,10,0,20,140,100,150,220,200,190,110,300,130,190,220,230,260,200,280,240,80,50,20,20,0,10,0,20,50,150,160,170,160,180,220,210,150,160,150,260,180,190,180,160,120,80,30,30,10,0,0,10,30,60,130,190,160,150,160,230,120,240,150,210,220,200,190,160,150,50,30,0,0,0,0,0,200,70,180,110,220,150,190,190,200,170,270,220,200,170,250,130,130,100,10,0,0,0,10,40,150,130,150,100,150,160,160,170,190,180,220,210,340,240,220,150,100,40,20,20,30,0,0,50,70,150,60,140,250,240,170,210,250,210,240,220,200,210,320,170,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/12.json b/dist/chartDummyData/notifications_zoom/2018-11/12.json new file mode 100644 index 000000000..3cf7d4ee4 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/12.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1541721600000,1541725200000,1541728800000,1541732400000,1541736000000,1541739600000,1541743200000,1541746800000,1541750400000,1541754000000,1541757600000,1541761200000,1541764800000,1541768400000,1541772000000,1541775600000,1541779200000,1541782800000,1541786400000,1541790000000,1541793600000,1541797200000,1541800800000,1541804400000,1541808000000,1541811600000,1541815200000,1541818800000,1541822400000,1541826000000,1541829600000,1541833200000,1541836800000,1541840400000,1541844000000,1541847600000,1541851200000,1541854800000,1541858400000,1541862000000,1541865600000,1541869200000,1541872800000,1541876400000,1541880000000,1541883600000,1541887200000,1541890800000,1541894400000,1541898000000,1541901600000,1541905200000,1541908800000,1541912400000,1541916000000,1541919600000,1541923200000,1541926800000,1541930400000,1541934000000,1541937600000,1541941200000,1541944800000,1541948400000,1541952000000,1541955600000,1541959200000,1541962800000,1541966400000,1541970000000,1541973600000,1541977200000,1541980800000,1541984400000,1541988000000,1541991600000,1541995200000,1541998800000,1542002400000,1542006000000,1542009600000,1542013200000,1542016800000,1542020400000,1542024000000,1542027600000,1542031200000,1542034800000,1542038400000,1542042000000,1542045600000,1542049200000,1542052800000,1542056400000,1542060000000,1542063600000,1542067200000,1542070800000,1542074400000,1542078000000,1542081600000,1542085200000,1542088800000,1542092400000,1542096000000,1542099600000,1542103200000,1542106800000,1542110400000,1542114000000,1542117600000,1542121200000,1542124800000,1542128400000,1542132000000,1542135600000,1542139200000,1542142800000,1542146400000,1542150000000,1542153600000,1542157200000,1542160800000,1542164400000,1542168000000,1542171600000,1542175200000,1542178800000,1542182400000,1542186000000,1542189600000,1542193200000,1542196800000,1542200400000,1542204000000,1542207600000,1542211200000,1542214800000,1542218400000,1542222000000,1542225600000,1542229200000,1542232800000,1542236400000,1542240000000,1542243600000,1542247200000,1542250800000,1542254400000,1542258000000,1542261600000,1542265200000,1542268800000,1542272400000,1542276000000,1542279600000,1542283200000,1542286800000,1542290400000,1542294000000,1542297600000,1542301200000,1542304800000,1542308400000,1542312000000,1542315600000,1542319200000,1542322800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[20,10,30,0,0,10,50,40,80,30,80,90,160,140,60,250,120,140,180,190,150,140,150,90,40,20,30,20,10,30,60,90,70,30,140,100,190,90,180,150,140,230,90,190,150,200,140,160,60,50,80,0,40,30,20,20,70,70,130,110,240,290,150,180,360,160,260,220,100,70,250,200,220,10,30,0,0,10,30,0,60,130,120,110,110,190,90,170,210,140,170,250,350,220,130,120,30,20,70,20,0,10,120,60,80,110,80,80,70,120,100,160,100,250,330,150,320,140,150,120,50,60,0,10,0,30,20,150,120,80,80,230,50,160,420,230,140,180,130,300,140,230,220,110,50,30,0,0,10,70,160,100,40,140,60,90,80,280,160,180,170,170,120,170,270,190,210,70]},{"name":"Unmuted","color":"#4fae4e","values":[10,60,0,0,10,0,20,140,100,150,220,200,190,110,300,130,190,220,230,260,200,280,240,80,50,20,20,0,10,0,20,50,150,160,170,160,180,220,210,150,160,150,260,180,190,180,160,120,80,30,30,10,0,0,10,30,60,130,190,160,150,160,230,120,240,150,210,220,200,190,160,150,50,30,0,0,0,0,0,200,70,180,110,220,150,190,190,200,170,270,220,200,170,250,130,130,100,10,0,0,0,10,40,150,130,150,100,150,160,160,170,190,180,220,210,340,240,220,150,100,40,20,20,30,0,0,50,70,150,60,140,250,240,170,210,250,210,240,220,200,210,320,170,100,30,10,0,0,0,30,110,150,70,190,100,160,160,180,180,220,240,160,310,360,300,290,190,150]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/13.json b/dist/chartDummyData/notifications_zoom/2018-11/13.json new file mode 100644 index 000000000..c89e25de7 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/13.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1541808000000,1541811600000,1541815200000,1541818800000,1541822400000,1541826000000,1541829600000,1541833200000,1541836800000,1541840400000,1541844000000,1541847600000,1541851200000,1541854800000,1541858400000,1541862000000,1541865600000,1541869200000,1541872800000,1541876400000,1541880000000,1541883600000,1541887200000,1541890800000,1541894400000,1541898000000,1541901600000,1541905200000,1541908800000,1541912400000,1541916000000,1541919600000,1541923200000,1541926800000,1541930400000,1541934000000,1541937600000,1541941200000,1541944800000,1541948400000,1541952000000,1541955600000,1541959200000,1541962800000,1541966400000,1541970000000,1541973600000,1541977200000,1541980800000,1541984400000,1541988000000,1541991600000,1541995200000,1541998800000,1542002400000,1542006000000,1542009600000,1542013200000,1542016800000,1542020400000,1542024000000,1542027600000,1542031200000,1542034800000,1542038400000,1542042000000,1542045600000,1542049200000,1542052800000,1542056400000,1542060000000,1542063600000,1542067200000,1542070800000,1542074400000,1542078000000,1542081600000,1542085200000,1542088800000,1542092400000,1542096000000,1542099600000,1542103200000,1542106800000,1542110400000,1542114000000,1542117600000,1542121200000,1542124800000,1542128400000,1542132000000,1542135600000,1542139200000,1542142800000,1542146400000,1542150000000,1542153600000,1542157200000,1542160800000,1542164400000,1542168000000,1542171600000,1542175200000,1542178800000,1542182400000,1542186000000,1542189600000,1542193200000,1542196800000,1542200400000,1542204000000,1542207600000,1542211200000,1542214800000,1542218400000,1542222000000,1542225600000,1542229200000,1542232800000,1542236400000,1542240000000,1542243600000,1542247200000,1542250800000,1542254400000,1542258000000,1542261600000,1542265200000,1542268800000,1542272400000,1542276000000,1542279600000,1542283200000,1542286800000,1542290400000,1542294000000,1542297600000,1542301200000,1542304800000,1542308400000,1542312000000,1542315600000,1542319200000,1542322800000,1542326400000,1542330000000,1542333600000,1542337200000,1542340800000,1542344400000,1542348000000,1542351600000,1542355200000,1542358800000,1542362400000,1542366000000,1542369600000,1542373200000,1542376800000,1542380400000,1542384000000,1542387600000,1542391200000,1542394800000,1542398400000,1542402000000,1542405600000,1542409200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[40,20,30,20,10,30,60,90,70,30,140,100,190,90,180,150,140,230,90,190,150,200,140,160,60,50,80,0,40,30,20,20,70,70,130,110,240,290,150,180,360,160,260,220,100,70,250,200,220,10,30,0,0,10,30,0,60,130,120,110,110,190,90,170,210,140,170,250,350,220,130,120,30,20,70,20,0,10,120,60,80,110,80,80,70,120,100,160,100,250,330,150,320,140,150,120,50,60,0,10,0,30,20,150,120,80,80,230,50,160,420,230,140,180,130,300,140,230,220,110,50,30,0,0,10,70,160,100,40,140,60,90,80,280,160,180,170,170,120,170,270,190,210,70,60,10,30,0,0,40,60,50,60,80,130,220,120,320,170,150,140,120,200,90,170,350,70,210]},{"name":"Unmuted","color":"#4fae4e","values":[50,20,20,0,10,0,20,50,150,160,170,160,180,220,210,150,160,150,260,180,190,180,160,120,80,30,30,10,0,0,10,30,60,130,190,160,150,160,230,120,240,150,210,220,200,190,160,150,50,30,0,0,0,0,0,200,70,180,110,220,150,190,190,200,170,270,220,200,170,250,130,130,100,10,0,0,0,10,40,150,130,150,100,150,160,160,170,190,180,220,210,340,240,220,150,100,40,20,20,30,0,0,50,70,150,60,140,250,240,170,210,250,210,240,220,200,210,320,170,100,30,10,0,0,0,30,110,150,70,190,100,160,160,180,180,220,240,160,310,360,300,290,190,150,20,20,30,0,10,10,30,70,100,190,90,300,210,130,220,300,250,220,300,340,200,170,100,70]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/14.json b/dist/chartDummyData/notifications_zoom/2018-11/14.json new file mode 100644 index 000000000..66165236f --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/14.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1541894400000,1541898000000,1541901600000,1541905200000,1541908800000,1541912400000,1541916000000,1541919600000,1541923200000,1541926800000,1541930400000,1541934000000,1541937600000,1541941200000,1541944800000,1541948400000,1541952000000,1541955600000,1541959200000,1541962800000,1541966400000,1541970000000,1541973600000,1541977200000,1541980800000,1541984400000,1541988000000,1541991600000,1541995200000,1541998800000,1542002400000,1542006000000,1542009600000,1542013200000,1542016800000,1542020400000,1542024000000,1542027600000,1542031200000,1542034800000,1542038400000,1542042000000,1542045600000,1542049200000,1542052800000,1542056400000,1542060000000,1542063600000,1542067200000,1542070800000,1542074400000,1542078000000,1542081600000,1542085200000,1542088800000,1542092400000,1542096000000,1542099600000,1542103200000,1542106800000,1542110400000,1542114000000,1542117600000,1542121200000,1542124800000,1542128400000,1542132000000,1542135600000,1542139200000,1542142800000,1542146400000,1542150000000,1542153600000,1542157200000,1542160800000,1542164400000,1542168000000,1542171600000,1542175200000,1542178800000,1542182400000,1542186000000,1542189600000,1542193200000,1542196800000,1542200400000,1542204000000,1542207600000,1542211200000,1542214800000,1542218400000,1542222000000,1542225600000,1542229200000,1542232800000,1542236400000,1542240000000,1542243600000,1542247200000,1542250800000,1542254400000,1542258000000,1542261600000,1542265200000,1542268800000,1542272400000,1542276000000,1542279600000,1542283200000,1542286800000,1542290400000,1542294000000,1542297600000,1542301200000,1542304800000,1542308400000,1542312000000,1542315600000,1542319200000,1542322800000,1542326400000,1542330000000,1542333600000,1542337200000,1542340800000,1542344400000,1542348000000,1542351600000,1542355200000,1542358800000,1542362400000,1542366000000,1542369600000,1542373200000,1542376800000,1542380400000,1542384000000,1542387600000,1542391200000,1542394800000,1542398400000,1542402000000,1542405600000,1542409200000,1542412800000,1542416400000,1542420000000,1542423600000,1542427200000,1542430800000,1542434400000,1542438000000,1542441600000,1542445200000,1542448800000,1542452400000,1542456000000,1542459600000,1542463200000,1542466800000,1542470400000,1542474000000,1542477600000,1542481200000,1542484800000,1542488400000,1542492000000,1542495600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[60,50,80,0,40,30,20,20,70,70,130,110,240,290,150,180,360,160,260,220,100,70,250,200,220,10,30,0,0,10,30,0,60,130,120,110,110,190,90,170,210,140,170,250,350,220,130,120,30,20,70,20,0,10,120,60,80,110,80,80,70,120,100,160,100,250,330,150,320,140,150,120,50,60,0,10,0,30,20,150,120,80,80,230,50,160,420,230,140,180,130,300,140,230,220,110,50,30,0,0,10,70,160,100,40,140,60,90,80,280,160,180,170,170,120,170,270,190,210,70,60,10,30,0,0,40,60,50,60,80,130,220,120,320,170,150,140,120,200,90,170,350,70,210,100,10,30,0,10,0,30,40,70,80,80,160,160,150,170,130,110,150,220,110,90,70,130,70]},{"name":"Unmuted","color":"#4fae4e","values":[80,30,30,10,0,0,10,30,60,130,190,160,150,160,230,120,240,150,210,220,200,190,160,150,50,30,0,0,0,0,0,200,70,180,110,220,150,190,190,200,170,270,220,200,170,250,130,130,100,10,0,0,0,10,40,150,130,150,100,150,160,160,170,190,180,220,210,340,240,220,150,100,40,20,20,30,0,0,50,70,150,60,140,250,240,170,210,250,210,240,220,200,210,320,170,100,30,10,0,0,0,30,110,150,70,190,100,160,160,180,180,220,240,160,310,360,300,290,190,150,20,20,30,0,10,10,30,70,100,190,90,300,210,130,220,300,250,220,300,340,200,170,100,70,70,10,10,10,0,30,40,80,90,170,180,330,290,260,240,290,190,170,270,210,240,220,280,40]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/15.json b/dist/chartDummyData/notifications_zoom/2018-11/15.json new file mode 100644 index 000000000..ee639b58f --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/15.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1541980800000,1541984400000,1541988000000,1541991600000,1541995200000,1541998800000,1542002400000,1542006000000,1542009600000,1542013200000,1542016800000,1542020400000,1542024000000,1542027600000,1542031200000,1542034800000,1542038400000,1542042000000,1542045600000,1542049200000,1542052800000,1542056400000,1542060000000,1542063600000,1542067200000,1542070800000,1542074400000,1542078000000,1542081600000,1542085200000,1542088800000,1542092400000,1542096000000,1542099600000,1542103200000,1542106800000,1542110400000,1542114000000,1542117600000,1542121200000,1542124800000,1542128400000,1542132000000,1542135600000,1542139200000,1542142800000,1542146400000,1542150000000,1542153600000,1542157200000,1542160800000,1542164400000,1542168000000,1542171600000,1542175200000,1542178800000,1542182400000,1542186000000,1542189600000,1542193200000,1542196800000,1542200400000,1542204000000,1542207600000,1542211200000,1542214800000,1542218400000,1542222000000,1542225600000,1542229200000,1542232800000,1542236400000,1542240000000,1542243600000,1542247200000,1542250800000,1542254400000,1542258000000,1542261600000,1542265200000,1542268800000,1542272400000,1542276000000,1542279600000,1542283200000,1542286800000,1542290400000,1542294000000,1542297600000,1542301200000,1542304800000,1542308400000,1542312000000,1542315600000,1542319200000,1542322800000,1542326400000,1542330000000,1542333600000,1542337200000,1542340800000,1542344400000,1542348000000,1542351600000,1542355200000,1542358800000,1542362400000,1542366000000,1542369600000,1542373200000,1542376800000,1542380400000,1542384000000,1542387600000,1542391200000,1542394800000,1542398400000,1542402000000,1542405600000,1542409200000,1542412800000,1542416400000,1542420000000,1542423600000,1542427200000,1542430800000,1542434400000,1542438000000,1542441600000,1542445200000,1542448800000,1542452400000,1542456000000,1542459600000,1542463200000,1542466800000,1542470400000,1542474000000,1542477600000,1542481200000,1542484800000,1542488400000,1542492000000,1542495600000,1542499200000,1542502800000,1542506400000,1542510000000,1542513600000,1542517200000,1542520800000,1542524400000,1542528000000,1542531600000,1542535200000,1542538800000,1542542400000,1542546000000,1542549600000,1542553200000,1542556800000,1542560400000,1542564000000,1542567600000,1542571200000,1542574800000,1542578400000,1542582000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[220,10,30,0,0,10,30,0,60,130,120,110,110,190,90,170,210,140,170,250,350,220,130,120,30,20,70,20,0,10,120,60,80,110,80,80,70,120,100,160,100,250,330,150,320,140,150,120,50,60,0,10,0,30,20,150,120,80,80,230,50,160,420,230,140,180,130,300,140,230,220,110,50,30,0,0,10,70,160,100,40,140,60,90,80,280,160,180,170,170,120,170,270,190,210,70,60,10,30,0,0,40,60,50,60,80,130,220,120,320,170,150,140,120,200,90,170,350,70,210,100,10,30,0,10,0,30,40,70,80,80,160,160,150,170,130,110,150,220,110,90,70,130,70,30,40,30,0,0,10,10,80,30,170,230,90,310,90,90,90,130,150,160,90,190,340,90,90]},{"name":"Unmuted","color":"#4fae4e","values":[50,30,0,0,0,0,0,200,70,180,110,220,150,190,190,200,170,270,220,200,170,250,130,130,100,10,0,0,0,10,40,150,130,150,100,150,160,160,170,190,180,220,210,340,240,220,150,100,40,20,20,30,0,0,50,70,150,60,140,250,240,170,210,250,210,240,220,200,210,320,170,100,30,10,0,0,0,30,110,150,70,190,100,160,160,180,180,220,240,160,310,360,300,290,190,150,20,20,30,0,10,10,30,70,100,190,90,300,210,130,220,300,250,220,300,340,200,170,100,70,70,10,10,10,0,30,40,80,90,170,180,330,290,260,240,290,190,170,270,210,240,220,280,40,110,30,30,10,0,0,90,60,130,130,270,260,210,160,290,130,290,280,230,210,200,280,170,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/16.json b/dist/chartDummyData/notifications_zoom/2018-11/16.json new file mode 100644 index 000000000..e1c5c08c1 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/16.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1542067200000,1542070800000,1542074400000,1542078000000,1542081600000,1542085200000,1542088800000,1542092400000,1542096000000,1542099600000,1542103200000,1542106800000,1542110400000,1542114000000,1542117600000,1542121200000,1542124800000,1542128400000,1542132000000,1542135600000,1542139200000,1542142800000,1542146400000,1542150000000,1542153600000,1542157200000,1542160800000,1542164400000,1542168000000,1542171600000,1542175200000,1542178800000,1542182400000,1542186000000,1542189600000,1542193200000,1542196800000,1542200400000,1542204000000,1542207600000,1542211200000,1542214800000,1542218400000,1542222000000,1542225600000,1542229200000,1542232800000,1542236400000,1542240000000,1542243600000,1542247200000,1542250800000,1542254400000,1542258000000,1542261600000,1542265200000,1542268800000,1542272400000,1542276000000,1542279600000,1542283200000,1542286800000,1542290400000,1542294000000,1542297600000,1542301200000,1542304800000,1542308400000,1542312000000,1542315600000,1542319200000,1542322800000,1542326400000,1542330000000,1542333600000,1542337200000,1542340800000,1542344400000,1542348000000,1542351600000,1542355200000,1542358800000,1542362400000,1542366000000,1542369600000,1542373200000,1542376800000,1542380400000,1542384000000,1542387600000,1542391200000,1542394800000,1542398400000,1542402000000,1542405600000,1542409200000,1542412800000,1542416400000,1542420000000,1542423600000,1542427200000,1542430800000,1542434400000,1542438000000,1542441600000,1542445200000,1542448800000,1542452400000,1542456000000,1542459600000,1542463200000,1542466800000,1542470400000,1542474000000,1542477600000,1542481200000,1542484800000,1542488400000,1542492000000,1542495600000,1542499200000,1542502800000,1542506400000,1542510000000,1542513600000,1542517200000,1542520800000,1542524400000,1542528000000,1542531600000,1542535200000,1542538800000,1542542400000,1542546000000,1542549600000,1542553200000,1542556800000,1542560400000,1542564000000,1542567600000,1542571200000,1542574800000,1542578400000,1542582000000,1542585600000,1542589200000,1542592800000,1542596400000,1542600000000,1542603600000,1542607200000,1542610800000,1542614400000,1542618000000,1542621600000,1542625200000,1542628800000,1542632400000,1542636000000,1542639600000,1542643200000,1542646800000,1542650400000,1542654000000,1542657600000,1542661200000,1542664800000,1542668400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[30,20,70,20,0,10,120,60,80,110,80,80,70,120,100,160,100,250,330,150,320,140,150,120,50,60,0,10,0,30,20,150,120,80,80,230,50,160,420,230,140,180,130,300,140,230,220,110,50,30,0,0,10,70,160,100,40,140,60,90,80,280,160,180,170,170,120,170,270,190,210,70,60,10,30,0,0,40,60,50,60,80,130,220,120,320,170,150,140,120,200,90,170,350,70,210,100,10,30,0,10,0,30,40,70,80,80,160,160,150,170,130,110,150,220,110,90,70,130,70,30,40,30,0,0,10,10,80,30,170,230,90,310,90,90,90,130,150,160,90,190,340,90,90,60,0,10,0,10,0,20,40,60,130,100,110,170,180,150,290,150,100,160,150,250,260,590,60]},{"name":"Unmuted","color":"#4fae4e","values":[100,10,0,0,0,10,40,150,130,150,100,150,160,160,170,190,180,220,210,340,240,220,150,100,40,20,20,30,0,0,50,70,150,60,140,250,240,170,210,250,210,240,220,200,210,320,170,100,30,10,0,0,0,30,110,150,70,190,100,160,160,180,180,220,240,160,310,360,300,290,190,150,20,20,30,0,10,10,30,70,100,190,90,300,210,130,220,300,250,220,300,340,200,170,100,70,70,10,10,10,0,30,40,80,90,170,180,330,290,260,240,290,190,170,270,210,240,220,280,40,110,30,30,10,0,0,90,60,130,130,270,260,210,160,290,130,290,280,230,210,200,280,170,100,20,10,0,0,20,10,60,50,110,150,150,200,220,160,180,260,250,230,180,240,390,300,190,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/17.json b/dist/chartDummyData/notifications_zoom/2018-11/17.json new file mode 100644 index 000000000..b769d41ab --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/17.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1542153600000,1542157200000,1542160800000,1542164400000,1542168000000,1542171600000,1542175200000,1542178800000,1542182400000,1542186000000,1542189600000,1542193200000,1542196800000,1542200400000,1542204000000,1542207600000,1542211200000,1542214800000,1542218400000,1542222000000,1542225600000,1542229200000,1542232800000,1542236400000,1542240000000,1542243600000,1542247200000,1542250800000,1542254400000,1542258000000,1542261600000,1542265200000,1542268800000,1542272400000,1542276000000,1542279600000,1542283200000,1542286800000,1542290400000,1542294000000,1542297600000,1542301200000,1542304800000,1542308400000,1542312000000,1542315600000,1542319200000,1542322800000,1542326400000,1542330000000,1542333600000,1542337200000,1542340800000,1542344400000,1542348000000,1542351600000,1542355200000,1542358800000,1542362400000,1542366000000,1542369600000,1542373200000,1542376800000,1542380400000,1542384000000,1542387600000,1542391200000,1542394800000,1542398400000,1542402000000,1542405600000,1542409200000,1542412800000,1542416400000,1542420000000,1542423600000,1542427200000,1542430800000,1542434400000,1542438000000,1542441600000,1542445200000,1542448800000,1542452400000,1542456000000,1542459600000,1542463200000,1542466800000,1542470400000,1542474000000,1542477600000,1542481200000,1542484800000,1542488400000,1542492000000,1542495600000,1542499200000,1542502800000,1542506400000,1542510000000,1542513600000,1542517200000,1542520800000,1542524400000,1542528000000,1542531600000,1542535200000,1542538800000,1542542400000,1542546000000,1542549600000,1542553200000,1542556800000,1542560400000,1542564000000,1542567600000,1542571200000,1542574800000,1542578400000,1542582000000,1542585600000,1542589200000,1542592800000,1542596400000,1542600000000,1542603600000,1542607200000,1542610800000,1542614400000,1542618000000,1542621600000,1542625200000,1542628800000,1542632400000,1542636000000,1542639600000,1542643200000,1542646800000,1542650400000,1542654000000,1542657600000,1542661200000,1542664800000,1542668400000,1542672000000,1542675600000,1542679200000,1542682800000,1542686400000,1542690000000,1542693600000,1542697200000,1542700800000,1542704400000,1542708000000,1542711600000,1542715200000,1542718800000,1542722400000,1542726000000,1542729600000,1542733200000,1542736800000,1542740400000,1542744000000,1542747600000,1542751200000,1542754800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[50,60,0,10,0,30,20,150,120,80,80,230,50,160,420,230,140,180,130,300,140,230,220,110,50,30,0,0,10,70,160,100,40,140,60,90,80,280,160,180,170,170,120,170,270,190,210,70,60,10,30,0,0,40,60,50,60,80,130,220,120,320,170,150,140,120,200,90,170,350,70,210,100,10,30,0,10,0,30,40,70,80,80,160,160,150,170,130,110,150,220,110,90,70,130,70,30,40,30,0,0,10,10,80,30,170,230,90,310,90,90,90,130,150,160,90,190,340,90,90,60,0,10,0,10,0,20,40,60,130,100,110,170,180,150,290,150,100,160,150,250,260,590,60,10,50,0,0,0,20,30,90,0,150,160,70,140,190,170,170,210,100,190,220,230,280,120,120]},{"name":"Unmuted","color":"#4fae4e","values":[40,20,20,30,0,0,50,70,150,60,140,250,240,170,210,250,210,240,220,200,210,320,170,100,30,10,0,0,0,30,110,150,70,190,100,160,160,180,180,220,240,160,310,360,300,290,190,150,20,20,30,0,10,10,30,70,100,190,90,300,210,130,220,300,250,220,300,340,200,170,100,70,70,10,10,10,0,30,40,80,90,170,180,330,290,260,240,290,190,170,270,210,240,220,280,40,110,30,30,10,0,0,90,60,130,130,270,260,210,160,290,130,290,280,230,210,200,280,170,100,20,10,0,0,20,10,60,50,110,150,150,200,220,160,180,260,250,230,180,240,390,300,190,100,70,30,0,10,10,0,30,100,80,100,110,120,150,240,240,300,210,300,250,270,320,320,170,40]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/18.json b/dist/chartDummyData/notifications_zoom/2018-11/18.json new file mode 100644 index 000000000..fb9cba468 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/18.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1542240000000,1542243600000,1542247200000,1542250800000,1542254400000,1542258000000,1542261600000,1542265200000,1542268800000,1542272400000,1542276000000,1542279600000,1542283200000,1542286800000,1542290400000,1542294000000,1542297600000,1542301200000,1542304800000,1542308400000,1542312000000,1542315600000,1542319200000,1542322800000,1542326400000,1542330000000,1542333600000,1542337200000,1542340800000,1542344400000,1542348000000,1542351600000,1542355200000,1542358800000,1542362400000,1542366000000,1542369600000,1542373200000,1542376800000,1542380400000,1542384000000,1542387600000,1542391200000,1542394800000,1542398400000,1542402000000,1542405600000,1542409200000,1542412800000,1542416400000,1542420000000,1542423600000,1542427200000,1542430800000,1542434400000,1542438000000,1542441600000,1542445200000,1542448800000,1542452400000,1542456000000,1542459600000,1542463200000,1542466800000,1542470400000,1542474000000,1542477600000,1542481200000,1542484800000,1542488400000,1542492000000,1542495600000,1542499200000,1542502800000,1542506400000,1542510000000,1542513600000,1542517200000,1542520800000,1542524400000,1542528000000,1542531600000,1542535200000,1542538800000,1542542400000,1542546000000,1542549600000,1542553200000,1542556800000,1542560400000,1542564000000,1542567600000,1542571200000,1542574800000,1542578400000,1542582000000,1542585600000,1542589200000,1542592800000,1542596400000,1542600000000,1542603600000,1542607200000,1542610800000,1542614400000,1542618000000,1542621600000,1542625200000,1542628800000,1542632400000,1542636000000,1542639600000,1542643200000,1542646800000,1542650400000,1542654000000,1542657600000,1542661200000,1542664800000,1542668400000,1542672000000,1542675600000,1542679200000,1542682800000,1542686400000,1542690000000,1542693600000,1542697200000,1542700800000,1542704400000,1542708000000,1542711600000,1542715200000,1542718800000,1542722400000,1542726000000,1542729600000,1542733200000,1542736800000,1542740400000,1542744000000,1542747600000,1542751200000,1542754800000,1542758400000,1542762000000,1542765600000,1542769200000,1542772800000,1542776400000,1542780000000,1542783600000,1542787200000,1542790800000,1542794400000,1542798000000,1542801600000,1542805200000,1542808800000,1542812400000,1542816000000,1542819600000,1542823200000,1542826800000,1542830400000,1542834000000,1542837600000,1542841200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[50,30,0,0,10,70,160,100,40,140,60,90,80,280,160,180,170,170,120,170,270,190,210,70,60,10,30,0,0,40,60,50,60,80,130,220,120,320,170,150,140,120,200,90,170,350,70,210,100,10,30,0,10,0,30,40,70,80,80,160,160,150,170,130,110,150,220,110,90,70,130,70,30,40,30,0,0,10,10,80,30,170,230,90,310,90,90,90,130,150,160,90,190,340,90,90,60,0,10,0,10,0,20,40,60,130,100,110,170,180,150,290,150,100,160,150,250,260,590,60,10,50,0,0,0,20,30,90,0,150,160,70,140,190,170,170,210,100,190,220,230,280,120,120,40,10,20,0,0,10,70,50,70,80,110,120,110,190,150,110,170,180,240,160,100,110,300,140]},{"name":"Unmuted","color":"#4fae4e","values":[30,10,0,0,0,30,110,150,70,190,100,160,160,180,180,220,240,160,310,360,300,290,190,150,20,20,30,0,10,10,30,70,100,190,90,300,210,130,220,300,250,220,300,340,200,170,100,70,70,10,10,10,0,30,40,80,90,170,180,330,290,260,240,290,190,170,270,210,240,220,280,40,110,30,30,10,0,0,90,60,130,130,270,260,210,160,290,130,290,280,230,210,200,280,170,100,20,10,0,0,20,10,60,50,110,150,150,200,220,160,180,260,250,230,180,240,390,300,190,100,70,30,0,10,10,0,30,100,80,100,110,120,150,240,240,300,210,300,250,270,320,320,170,40,50,20,0,0,10,10,80,150,160,150,80,250,220,220,180,230,220,240,310,260,250,350,180,150]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/19.json b/dist/chartDummyData/notifications_zoom/2018-11/19.json new file mode 100644 index 000000000..0fe453205 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/19.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1542326400000,1542330000000,1542333600000,1542337200000,1542340800000,1542344400000,1542348000000,1542351600000,1542355200000,1542358800000,1542362400000,1542366000000,1542369600000,1542373200000,1542376800000,1542380400000,1542384000000,1542387600000,1542391200000,1542394800000,1542398400000,1542402000000,1542405600000,1542409200000,1542412800000,1542416400000,1542420000000,1542423600000,1542427200000,1542430800000,1542434400000,1542438000000,1542441600000,1542445200000,1542448800000,1542452400000,1542456000000,1542459600000,1542463200000,1542466800000,1542470400000,1542474000000,1542477600000,1542481200000,1542484800000,1542488400000,1542492000000,1542495600000,1542499200000,1542502800000,1542506400000,1542510000000,1542513600000,1542517200000,1542520800000,1542524400000,1542528000000,1542531600000,1542535200000,1542538800000,1542542400000,1542546000000,1542549600000,1542553200000,1542556800000,1542560400000,1542564000000,1542567600000,1542571200000,1542574800000,1542578400000,1542582000000,1542585600000,1542589200000,1542592800000,1542596400000,1542600000000,1542603600000,1542607200000,1542610800000,1542614400000,1542618000000,1542621600000,1542625200000,1542628800000,1542632400000,1542636000000,1542639600000,1542643200000,1542646800000,1542650400000,1542654000000,1542657600000,1542661200000,1542664800000,1542668400000,1542672000000,1542675600000,1542679200000,1542682800000,1542686400000,1542690000000,1542693600000,1542697200000,1542700800000,1542704400000,1542708000000,1542711600000,1542715200000,1542718800000,1542722400000,1542726000000,1542729600000,1542733200000,1542736800000,1542740400000,1542744000000,1542747600000,1542751200000,1542754800000,1542758400000,1542762000000,1542765600000,1542769200000,1542772800000,1542776400000,1542780000000,1542783600000,1542787200000,1542790800000,1542794400000,1542798000000,1542801600000,1542805200000,1542808800000,1542812400000,1542816000000,1542819600000,1542823200000,1542826800000,1542830400000,1542834000000,1542837600000,1542841200000,1542844800000,1542848400000,1542852000000,1542855600000,1542859200000,1542862800000,1542866400000,1542870000000,1542873600000,1542877200000,1542880800000,1542884400000,1542888000000,1542891600000,1542895200000,1542898800000,1542902400000,1542906000000,1542909600000,1542913200000,1542916800000,1542920400000,1542924000000,1542927600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[60,10,30,0,0,40,60,50,60,80,130,220,120,320,170,150,140,120,200,90,170,350,70,210,100,10,30,0,10,0,30,40,70,80,80,160,160,150,170,130,110,150,220,110,90,70,130,70,30,40,30,0,0,10,10,80,30,170,230,90,310,90,90,90,130,150,160,90,190,340,90,90,60,0,10,0,10,0,20,40,60,130,100,110,170,180,150,290,150,100,160,150,250,260,590,60,10,50,0,0,0,20,30,90,0,150,160,70,140,190,170,170,210,100,190,220,230,280,120,120,40,10,20,0,0,10,70,50,70,80,110,120,110,190,150,110,170,180,240,160,100,110,300,140,200,20,20,0,0,20,70,30,140,70,120,50,70,80,240,140,140,240,200,160,520,180,150,140]},{"name":"Unmuted","color":"#4fae4e","values":[20,20,30,0,10,10,30,70,100,190,90,300,210,130,220,300,250,220,300,340,200,170,100,70,70,10,10,10,0,30,40,80,90,170,180,330,290,260,240,290,190,170,270,210,240,220,280,40,110,30,30,10,0,0,90,60,130,130,270,260,210,160,290,130,290,280,230,210,200,280,170,100,20,10,0,0,20,10,60,50,110,150,150,200,220,160,180,260,250,230,180,240,390,300,190,100,70,30,0,10,10,0,30,100,80,100,110,120,150,240,240,300,210,300,250,270,320,320,170,40,50,20,0,0,10,10,80,150,160,150,80,250,220,220,180,230,220,240,310,260,250,350,180,150,80,10,0,10,10,10,70,90,100,140,280,230,180,120,160,210,220,220,180,240,280,240,230,90]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/20.json b/dist/chartDummyData/notifications_zoom/2018-11/20.json new file mode 100644 index 000000000..7b7c8a39f --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/20.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1542412800000,1542416400000,1542420000000,1542423600000,1542427200000,1542430800000,1542434400000,1542438000000,1542441600000,1542445200000,1542448800000,1542452400000,1542456000000,1542459600000,1542463200000,1542466800000,1542470400000,1542474000000,1542477600000,1542481200000,1542484800000,1542488400000,1542492000000,1542495600000,1542499200000,1542502800000,1542506400000,1542510000000,1542513600000,1542517200000,1542520800000,1542524400000,1542528000000,1542531600000,1542535200000,1542538800000,1542542400000,1542546000000,1542549600000,1542553200000,1542556800000,1542560400000,1542564000000,1542567600000,1542571200000,1542574800000,1542578400000,1542582000000,1542585600000,1542589200000,1542592800000,1542596400000,1542600000000,1542603600000,1542607200000,1542610800000,1542614400000,1542618000000,1542621600000,1542625200000,1542628800000,1542632400000,1542636000000,1542639600000,1542643200000,1542646800000,1542650400000,1542654000000,1542657600000,1542661200000,1542664800000,1542668400000,1542672000000,1542675600000,1542679200000,1542682800000,1542686400000,1542690000000,1542693600000,1542697200000,1542700800000,1542704400000,1542708000000,1542711600000,1542715200000,1542718800000,1542722400000,1542726000000,1542729600000,1542733200000,1542736800000,1542740400000,1542744000000,1542747600000,1542751200000,1542754800000,1542758400000,1542762000000,1542765600000,1542769200000,1542772800000,1542776400000,1542780000000,1542783600000,1542787200000,1542790800000,1542794400000,1542798000000,1542801600000,1542805200000,1542808800000,1542812400000,1542816000000,1542819600000,1542823200000,1542826800000,1542830400000,1542834000000,1542837600000,1542841200000,1542844800000,1542848400000,1542852000000,1542855600000,1542859200000,1542862800000,1542866400000,1542870000000,1542873600000,1542877200000,1542880800000,1542884400000,1542888000000,1542891600000,1542895200000,1542898800000,1542902400000,1542906000000,1542909600000,1542913200000,1542916800000,1542920400000,1542924000000,1542927600000,1542931200000,1542934800000,1542938400000,1542942000000,1542945600000,1542949200000,1542952800000,1542956400000,1542960000000,1542963600000,1542967200000,1542970800000,1542974400000,1542978000000,1542981600000,1542985200000,1542988800000,1542992400000,1542996000000,1542999600000,1543003200000,1543006800000,1543010400000,1543014000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[100,10,30,0,10,0,30,40,70,80,80,160,160,150,170,130,110,150,220,110,90,70,130,70,30,40,30,0,0,10,10,80,30,170,230,90,310,90,90,90,130,150,160,90,190,340,90,90,60,0,10,0,10,0,20,40,60,130,100,110,170,180,150,290,150,100,160,150,250,260,590,60,10,50,0,0,0,20,30,90,0,150,160,70,140,190,170,170,210,100,190,220,230,280,120,120,40,10,20,0,0,10,70,50,70,80,110,120,110,190,150,110,170,180,240,160,100,110,300,140,200,20,20,0,0,20,70,30,140,70,120,50,70,80,240,140,140,240,200,160,520,180,150,140,40,50,10,20,0,0,70,90,150,160,180,90,100,210,120,210,100,130,160,140,210,180,120,90]},{"name":"Unmuted","color":"#4fae4e","values":[70,10,10,10,0,30,40,80,90,170,180,330,290,260,240,290,190,170,270,210,240,220,280,40,110,30,30,10,0,0,90,60,130,130,270,260,210,160,290,130,290,280,230,210,200,280,170,100,20,10,0,0,20,10,60,50,110,150,150,200,220,160,180,260,250,230,180,240,390,300,190,100,70,30,0,10,10,0,30,100,80,100,110,120,150,240,240,300,210,300,250,270,320,320,170,40,50,20,0,0,10,10,80,150,160,150,80,250,220,220,180,230,220,240,310,260,250,350,180,150,80,10,0,10,10,10,70,90,100,140,280,230,180,120,160,210,220,220,180,240,280,240,230,90,40,40,20,0,0,10,30,70,120,190,130,160,120,110,220,150,320,190,180,250,250,180,180,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/21.json b/dist/chartDummyData/notifications_zoom/2018-11/21.json new file mode 100644 index 000000000..0c37909a8 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/21.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1542499200000,1542502800000,1542506400000,1542510000000,1542513600000,1542517200000,1542520800000,1542524400000,1542528000000,1542531600000,1542535200000,1542538800000,1542542400000,1542546000000,1542549600000,1542553200000,1542556800000,1542560400000,1542564000000,1542567600000,1542571200000,1542574800000,1542578400000,1542582000000,1542585600000,1542589200000,1542592800000,1542596400000,1542600000000,1542603600000,1542607200000,1542610800000,1542614400000,1542618000000,1542621600000,1542625200000,1542628800000,1542632400000,1542636000000,1542639600000,1542643200000,1542646800000,1542650400000,1542654000000,1542657600000,1542661200000,1542664800000,1542668400000,1542672000000,1542675600000,1542679200000,1542682800000,1542686400000,1542690000000,1542693600000,1542697200000,1542700800000,1542704400000,1542708000000,1542711600000,1542715200000,1542718800000,1542722400000,1542726000000,1542729600000,1542733200000,1542736800000,1542740400000,1542744000000,1542747600000,1542751200000,1542754800000,1542758400000,1542762000000,1542765600000,1542769200000,1542772800000,1542776400000,1542780000000,1542783600000,1542787200000,1542790800000,1542794400000,1542798000000,1542801600000,1542805200000,1542808800000,1542812400000,1542816000000,1542819600000,1542823200000,1542826800000,1542830400000,1542834000000,1542837600000,1542841200000,1542844800000,1542848400000,1542852000000,1542855600000,1542859200000,1542862800000,1542866400000,1542870000000,1542873600000,1542877200000,1542880800000,1542884400000,1542888000000,1542891600000,1542895200000,1542898800000,1542902400000,1542906000000,1542909600000,1542913200000,1542916800000,1542920400000,1542924000000,1542927600000,1542931200000,1542934800000,1542938400000,1542942000000,1542945600000,1542949200000,1542952800000,1542956400000,1542960000000,1542963600000,1542967200000,1542970800000,1542974400000,1542978000000,1542981600000,1542985200000,1542988800000,1542992400000,1542996000000,1542999600000,1543003200000,1543006800000,1543010400000,1543014000000,1543017600000,1543021200000,1543024800000,1543028400000,1543032000000,1543035600000,1543039200000,1543042800000,1543046400000,1543050000000,1543053600000,1543057200000,1543060800000,1543064400000,1543068000000,1543071600000,1543075200000,1543078800000,1543082400000,1543086000000,1543089600000,1543093200000,1543096800000,1543100400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[30,40,30,0,0,10,10,80,30,170,230,90,310,90,90,90,130,150,160,90,190,340,90,90,60,0,10,0,10,0,20,40,60,130,100,110,170,180,150,290,150,100,160,150,250,260,590,60,10,50,0,0,0,20,30,90,0,150,160,70,140,190,170,170,210,100,190,220,230,280,120,120,40,10,20,0,0,10,70,50,70,80,110,120,110,190,150,110,170,180,240,160,100,110,300,140,200,20,20,0,0,20,70,30,140,70,120,50,70,80,240,140,140,240,200,160,520,180,150,140,40,50,10,20,0,0,70,90,150,160,180,90,100,210,120,210,100,130,160,140,210,180,120,90,30,50,10,10,20,10,10,20,90,140,80,150,200,220,160,180,170,150,160,160,240,170,120,110]},{"name":"Unmuted","color":"#4fae4e","values":[110,30,30,10,0,0,90,60,130,130,270,260,210,160,290,130,290,280,230,210,200,280,170,100,20,10,0,0,20,10,60,50,110,150,150,200,220,160,180,260,250,230,180,240,390,300,190,100,70,30,0,10,10,0,30,100,80,100,110,120,150,240,240,300,210,300,250,270,320,320,170,40,50,20,0,0,10,10,80,150,160,150,80,250,220,220,180,230,220,240,310,260,250,350,180,150,80,10,0,10,10,10,70,90,100,140,280,230,180,120,160,210,220,220,180,240,280,240,230,90,40,40,20,0,0,10,30,70,120,190,130,160,120,110,220,150,320,190,180,250,250,180,180,100,50,20,40,30,10,10,40,90,90,120,180,210,280,170,210,150,150,170,220,250,190,100,160,140]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/22.json b/dist/chartDummyData/notifications_zoom/2018-11/22.json new file mode 100644 index 000000000..1ec9903dd --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/22.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1542585600000,1542589200000,1542592800000,1542596400000,1542600000000,1542603600000,1542607200000,1542610800000,1542614400000,1542618000000,1542621600000,1542625200000,1542628800000,1542632400000,1542636000000,1542639600000,1542643200000,1542646800000,1542650400000,1542654000000,1542657600000,1542661200000,1542664800000,1542668400000,1542672000000,1542675600000,1542679200000,1542682800000,1542686400000,1542690000000,1542693600000,1542697200000,1542700800000,1542704400000,1542708000000,1542711600000,1542715200000,1542718800000,1542722400000,1542726000000,1542729600000,1542733200000,1542736800000,1542740400000,1542744000000,1542747600000,1542751200000,1542754800000,1542758400000,1542762000000,1542765600000,1542769200000,1542772800000,1542776400000,1542780000000,1542783600000,1542787200000,1542790800000,1542794400000,1542798000000,1542801600000,1542805200000,1542808800000,1542812400000,1542816000000,1542819600000,1542823200000,1542826800000,1542830400000,1542834000000,1542837600000,1542841200000,1542844800000,1542848400000,1542852000000,1542855600000,1542859200000,1542862800000,1542866400000,1542870000000,1542873600000,1542877200000,1542880800000,1542884400000,1542888000000,1542891600000,1542895200000,1542898800000,1542902400000,1542906000000,1542909600000,1542913200000,1542916800000,1542920400000,1542924000000,1542927600000,1542931200000,1542934800000,1542938400000,1542942000000,1542945600000,1542949200000,1542952800000,1542956400000,1542960000000,1542963600000,1542967200000,1542970800000,1542974400000,1542978000000,1542981600000,1542985200000,1542988800000,1542992400000,1542996000000,1542999600000,1543003200000,1543006800000,1543010400000,1543014000000,1543017600000,1543021200000,1543024800000,1543028400000,1543032000000,1543035600000,1543039200000,1543042800000,1543046400000,1543050000000,1543053600000,1543057200000,1543060800000,1543064400000,1543068000000,1543071600000,1543075200000,1543078800000,1543082400000,1543086000000,1543089600000,1543093200000,1543096800000,1543100400000,1543104000000,1543107600000,1543111200000,1543114800000,1543118400000,1543122000000,1543125600000,1543129200000,1543132800000,1543136400000,1543140000000,1543143600000,1543147200000,1543150800000,1543154400000,1543158000000,1543161600000,1543165200000,1543168800000,1543172400000,1543176000000,1543179600000,1543183200000,1543186800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[60,0,10,0,10,0,20,40,60,130,100,110,170,180,150,290,150,100,160,150,250,260,590,60,10,50,0,0,0,20,30,90,0,150,160,70,140,190,170,170,210,100,190,220,230,280,120,120,40,10,20,0,0,10,70,50,70,80,110,120,110,190,150,110,170,180,240,160,100,110,300,140,200,20,20,0,0,20,70,30,140,70,120,50,70,80,240,140,140,240,200,160,520,180,150,140,40,50,10,20,0,0,70,90,150,160,180,90,100,210,120,210,100,130,160,140,210,180,120,90,30,50,10,10,20,10,10,20,90,140,80,150,200,220,160,180,170,150,160,160,240,170,120,110,70,40,30,20,0,0,30,70,100,110,160,110,190,110,280,240,90,110,150,160,160,280,180,90]},{"name":"Unmuted","color":"#4fae4e","values":[20,10,0,0,20,10,60,50,110,150,150,200,220,160,180,260,250,230,180,240,390,300,190,100,70,30,0,10,10,0,30,100,80,100,110,120,150,240,240,300,210,300,250,270,320,320,170,40,50,20,0,0,10,10,80,150,160,150,80,250,220,220,180,230,220,240,310,260,250,350,180,150,80,10,0,10,10,10,70,90,100,140,280,230,180,120,160,210,220,220,180,240,280,240,230,90,40,40,20,0,0,10,30,70,120,190,130,160,120,110,220,150,320,190,180,250,250,180,180,100,50,20,40,30,10,10,40,90,90,120,180,210,280,170,210,150,150,170,220,250,190,100,160,140,90,20,30,30,0,20,30,30,80,100,140,150,120,250,240,260,140,190,260,170,180,350,110,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/23.json b/dist/chartDummyData/notifications_zoom/2018-11/23.json new file mode 100644 index 000000000..6d0a68718 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/23.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1542672000000,1542675600000,1542679200000,1542682800000,1542686400000,1542690000000,1542693600000,1542697200000,1542700800000,1542704400000,1542708000000,1542711600000,1542715200000,1542718800000,1542722400000,1542726000000,1542729600000,1542733200000,1542736800000,1542740400000,1542744000000,1542747600000,1542751200000,1542754800000,1542758400000,1542762000000,1542765600000,1542769200000,1542772800000,1542776400000,1542780000000,1542783600000,1542787200000,1542790800000,1542794400000,1542798000000,1542801600000,1542805200000,1542808800000,1542812400000,1542816000000,1542819600000,1542823200000,1542826800000,1542830400000,1542834000000,1542837600000,1542841200000,1542844800000,1542848400000,1542852000000,1542855600000,1542859200000,1542862800000,1542866400000,1542870000000,1542873600000,1542877200000,1542880800000,1542884400000,1542888000000,1542891600000,1542895200000,1542898800000,1542902400000,1542906000000,1542909600000,1542913200000,1542916800000,1542920400000,1542924000000,1542927600000,1542931200000,1542934800000,1542938400000,1542942000000,1542945600000,1542949200000,1542952800000,1542956400000,1542960000000,1542963600000,1542967200000,1542970800000,1542974400000,1542978000000,1542981600000,1542985200000,1542988800000,1542992400000,1542996000000,1542999600000,1543003200000,1543006800000,1543010400000,1543014000000,1543017600000,1543021200000,1543024800000,1543028400000,1543032000000,1543035600000,1543039200000,1543042800000,1543046400000,1543050000000,1543053600000,1543057200000,1543060800000,1543064400000,1543068000000,1543071600000,1543075200000,1543078800000,1543082400000,1543086000000,1543089600000,1543093200000,1543096800000,1543100400000,1543104000000,1543107600000,1543111200000,1543114800000,1543118400000,1543122000000,1543125600000,1543129200000,1543132800000,1543136400000,1543140000000,1543143600000,1543147200000,1543150800000,1543154400000,1543158000000,1543161600000,1543165200000,1543168800000,1543172400000,1543176000000,1543179600000,1543183200000,1543186800000,1543190400000,1543194000000,1543197600000,1543201200000,1543204800000,1543208400000,1543212000000,1543215600000,1543219200000,1543222800000,1543226400000,1543230000000,1543233600000,1543237200000,1543240800000,1543244400000,1543248000000,1543251600000,1543255200000,1543258800000,1543262400000,1543266000000,1543269600000,1543273200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[10,50,0,0,0,20,30,90,0,150,160,70,140,190,170,170,210,100,190,220,230,280,120,120,40,10,20,0,0,10,70,50,70,80,110,120,110,190,150,110,170,180,240,160,100,110,300,140,200,20,20,0,0,20,70,30,140,70,120,50,70,80,240,140,140,240,200,160,520,180,150,140,40,50,10,20,0,0,70,90,150,160,180,90,100,210,120,210,100,130,160,140,210,180,120,90,30,50,10,10,20,10,10,20,90,140,80,150,200,220,160,180,170,150,160,160,240,170,120,110,70,40,30,20,0,0,30,70,100,110,160,110,190,110,280,240,90,110,150,160,160,280,180,90,60,40,30,10,0,0,30,40,50,40,80,170,120,100,120,150,170,110,150,110,270,200,200,100]},{"name":"Unmuted","color":"#4fae4e","values":[70,30,0,10,10,0,30,100,80,100,110,120,150,240,240,300,210,300,250,270,320,320,170,40,50,20,0,0,10,10,80,150,160,150,80,250,220,220,180,230,220,240,310,260,250,350,180,150,80,10,0,10,10,10,70,90,100,140,280,230,180,120,160,210,220,220,180,240,280,240,230,90,40,40,20,0,0,10,30,70,120,190,130,160,120,110,220,150,320,190,180,250,250,180,180,100,50,20,40,30,10,10,40,90,90,120,180,210,280,170,210,150,150,170,220,250,190,100,160,140,90,20,30,30,0,20,30,30,80,100,140,150,120,250,240,260,140,190,260,170,180,350,110,100,50,50,10,40,10,10,40,160,40,70,130,240,200,130,170,170,200,150,230,290,340,230,270,150]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/24.json b/dist/chartDummyData/notifications_zoom/2018-11/24.json new file mode 100644 index 000000000..6ea1c488c --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/24.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1542758400000,1542762000000,1542765600000,1542769200000,1542772800000,1542776400000,1542780000000,1542783600000,1542787200000,1542790800000,1542794400000,1542798000000,1542801600000,1542805200000,1542808800000,1542812400000,1542816000000,1542819600000,1542823200000,1542826800000,1542830400000,1542834000000,1542837600000,1542841200000,1542844800000,1542848400000,1542852000000,1542855600000,1542859200000,1542862800000,1542866400000,1542870000000,1542873600000,1542877200000,1542880800000,1542884400000,1542888000000,1542891600000,1542895200000,1542898800000,1542902400000,1542906000000,1542909600000,1542913200000,1542916800000,1542920400000,1542924000000,1542927600000,1542931200000,1542934800000,1542938400000,1542942000000,1542945600000,1542949200000,1542952800000,1542956400000,1542960000000,1542963600000,1542967200000,1542970800000,1542974400000,1542978000000,1542981600000,1542985200000,1542988800000,1542992400000,1542996000000,1542999600000,1543003200000,1543006800000,1543010400000,1543014000000,1543017600000,1543021200000,1543024800000,1543028400000,1543032000000,1543035600000,1543039200000,1543042800000,1543046400000,1543050000000,1543053600000,1543057200000,1543060800000,1543064400000,1543068000000,1543071600000,1543075200000,1543078800000,1543082400000,1543086000000,1543089600000,1543093200000,1543096800000,1543100400000,1543104000000,1543107600000,1543111200000,1543114800000,1543118400000,1543122000000,1543125600000,1543129200000,1543132800000,1543136400000,1543140000000,1543143600000,1543147200000,1543150800000,1543154400000,1543158000000,1543161600000,1543165200000,1543168800000,1543172400000,1543176000000,1543179600000,1543183200000,1543186800000,1543190400000,1543194000000,1543197600000,1543201200000,1543204800000,1543208400000,1543212000000,1543215600000,1543219200000,1543222800000,1543226400000,1543230000000,1543233600000,1543237200000,1543240800000,1543244400000,1543248000000,1543251600000,1543255200000,1543258800000,1543262400000,1543266000000,1543269600000,1543273200000,1543276800000,1543280400000,1543284000000,1543287600000,1543291200000,1543294800000,1543298400000,1543302000000,1543305600000,1543309200000,1543312800000,1543316400000,1543320000000,1543323600000,1543327200000,1543330800000,1543334400000,1543338000000,1543341600000,1543345200000,1543348800000,1543352400000,1543356000000,1543359600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[40,10,20,0,0,10,70,50,70,80,110,120,110,190,150,110,170,180,240,160,100,110,300,140,200,20,20,0,0,20,70,30,140,70,120,50,70,80,240,140,140,240,200,160,520,180,150,140,40,50,10,20,0,0,70,90,150,160,180,90,100,210,120,210,100,130,160,140,210,180,120,90,30,50,10,10,20,10,10,20,90,140,80,150,200,220,160,180,170,150,160,160,240,170,120,110,70,40,30,20,0,0,30,70,100,110,160,110,190,110,280,240,90,110,150,160,160,280,180,90,60,40,30,10,0,0,30,40,50,40,80,170,120,100,120,150,170,110,150,110,270,200,200,100,20,40,10,0,30,20,50,40,80,50,190,80,110,150,140,210,150,160,230,200,210,120,150,70]},{"name":"Unmuted","color":"#4fae4e","values":[50,20,0,0,10,10,80,150,160,150,80,250,220,220,180,230,220,240,310,260,250,350,180,150,80,10,0,10,10,10,70,90,100,140,280,230,180,120,160,210,220,220,180,240,280,240,230,90,40,40,20,0,0,10,30,70,120,190,130,160,120,110,220,150,320,190,180,250,250,180,180,100,50,20,40,30,10,10,40,90,90,120,180,210,280,170,210,150,150,170,220,250,190,100,160,140,90,20,30,30,0,20,30,30,80,100,140,150,120,250,240,260,140,190,260,170,180,350,110,100,50,50,10,40,10,10,40,160,40,70,130,240,200,130,170,170,200,150,230,290,340,230,270,150,10,50,10,0,0,70,50,50,110,80,120,140,140,140,170,210,160,220,220,230,270,290,160,140]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/25.json b/dist/chartDummyData/notifications_zoom/2018-11/25.json new file mode 100644 index 000000000..318fbf3ab --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/25.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1542844800000,1542848400000,1542852000000,1542855600000,1542859200000,1542862800000,1542866400000,1542870000000,1542873600000,1542877200000,1542880800000,1542884400000,1542888000000,1542891600000,1542895200000,1542898800000,1542902400000,1542906000000,1542909600000,1542913200000,1542916800000,1542920400000,1542924000000,1542927600000,1542931200000,1542934800000,1542938400000,1542942000000,1542945600000,1542949200000,1542952800000,1542956400000,1542960000000,1542963600000,1542967200000,1542970800000,1542974400000,1542978000000,1542981600000,1542985200000,1542988800000,1542992400000,1542996000000,1542999600000,1543003200000,1543006800000,1543010400000,1543014000000,1543017600000,1543021200000,1543024800000,1543028400000,1543032000000,1543035600000,1543039200000,1543042800000,1543046400000,1543050000000,1543053600000,1543057200000,1543060800000,1543064400000,1543068000000,1543071600000,1543075200000,1543078800000,1543082400000,1543086000000,1543089600000,1543093200000,1543096800000,1543100400000,1543104000000,1543107600000,1543111200000,1543114800000,1543118400000,1543122000000,1543125600000,1543129200000,1543132800000,1543136400000,1543140000000,1543143600000,1543147200000,1543150800000,1543154400000,1543158000000,1543161600000,1543165200000,1543168800000,1543172400000,1543176000000,1543179600000,1543183200000,1543186800000,1543190400000,1543194000000,1543197600000,1543201200000,1543204800000,1543208400000,1543212000000,1543215600000,1543219200000,1543222800000,1543226400000,1543230000000,1543233600000,1543237200000,1543240800000,1543244400000,1543248000000,1543251600000,1543255200000,1543258800000,1543262400000,1543266000000,1543269600000,1543273200000,1543276800000,1543280400000,1543284000000,1543287600000,1543291200000,1543294800000,1543298400000,1543302000000,1543305600000,1543309200000,1543312800000,1543316400000,1543320000000,1543323600000,1543327200000,1543330800000,1543334400000,1543338000000,1543341600000,1543345200000,1543348800000,1543352400000,1543356000000,1543359600000,1543363200000,1543366800000,1543370400000,1543374000000,1543377600000,1543381200000,1543384800000,1543388400000,1543392000000,1543395600000,1543399200000,1543402800000,1543406400000,1543410000000,1543413600000,1543417200000,1543420800000,1543424400000,1543428000000,1543431600000,1543435200000,1543438800000,1543442400000,1543446000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[200,20,20,0,0,20,70,30,140,70,120,50,70,80,240,140,140,240,200,160,520,180,150,140,40,50,10,20,0,0,70,90,150,160,180,90,100,210,120,210,100,130,160,140,210,180,120,90,30,50,10,10,20,10,10,20,90,140,80,150,200,220,160,180,170,150,160,160,240,170,120,110,70,40,30,20,0,0,30,70,100,110,160,110,190,110,280,240,90,110,150,160,160,280,180,90,60,40,30,10,0,0,30,40,50,40,80,170,120,100,120,150,170,110,150,110,270,200,200,100,20,40,10,0,30,20,50,40,80,50,190,80,110,150,140,210,150,160,230,200,210,120,150,70,20,50,20,0,10,20,50,70,70,120,80,130,150,110,210,270,120,180,240,290,150,380,160,80]},{"name":"Unmuted","color":"#4fae4e","values":[80,10,0,10,10,10,70,90,100,140,280,230,180,120,160,210,220,220,180,240,280,240,230,90,40,40,20,0,0,10,30,70,120,190,130,160,120,110,220,150,320,190,180,250,250,180,180,100,50,20,40,30,10,10,40,90,90,120,180,210,280,170,210,150,150,170,220,250,190,100,160,140,90,20,30,30,0,20,30,30,80,100,140,150,120,250,240,260,140,190,260,170,180,350,110,100,50,50,10,40,10,10,40,160,40,70,130,240,200,130,170,170,200,150,230,290,340,230,270,150,10,50,10,0,0,70,50,50,110,80,120,140,140,140,170,210,160,220,220,230,270,290,160,140,30,30,20,10,0,0,20,110,60,70,190,150,210,210,180,140,130,220,170,260,160,240,260,210]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/26.json b/dist/chartDummyData/notifications_zoom/2018-11/26.json new file mode 100644 index 000000000..1c33f7d9a --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/26.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1542931200000,1542934800000,1542938400000,1542942000000,1542945600000,1542949200000,1542952800000,1542956400000,1542960000000,1542963600000,1542967200000,1542970800000,1542974400000,1542978000000,1542981600000,1542985200000,1542988800000,1542992400000,1542996000000,1542999600000,1543003200000,1543006800000,1543010400000,1543014000000,1543017600000,1543021200000,1543024800000,1543028400000,1543032000000,1543035600000,1543039200000,1543042800000,1543046400000,1543050000000,1543053600000,1543057200000,1543060800000,1543064400000,1543068000000,1543071600000,1543075200000,1543078800000,1543082400000,1543086000000,1543089600000,1543093200000,1543096800000,1543100400000,1543104000000,1543107600000,1543111200000,1543114800000,1543118400000,1543122000000,1543125600000,1543129200000,1543132800000,1543136400000,1543140000000,1543143600000,1543147200000,1543150800000,1543154400000,1543158000000,1543161600000,1543165200000,1543168800000,1543172400000,1543176000000,1543179600000,1543183200000,1543186800000,1543190400000,1543194000000,1543197600000,1543201200000,1543204800000,1543208400000,1543212000000,1543215600000,1543219200000,1543222800000,1543226400000,1543230000000,1543233600000,1543237200000,1543240800000,1543244400000,1543248000000,1543251600000,1543255200000,1543258800000,1543262400000,1543266000000,1543269600000,1543273200000,1543276800000,1543280400000,1543284000000,1543287600000,1543291200000,1543294800000,1543298400000,1543302000000,1543305600000,1543309200000,1543312800000,1543316400000,1543320000000,1543323600000,1543327200000,1543330800000,1543334400000,1543338000000,1543341600000,1543345200000,1543348800000,1543352400000,1543356000000,1543359600000,1543363200000,1543366800000,1543370400000,1543374000000,1543377600000,1543381200000,1543384800000,1543388400000,1543392000000,1543395600000,1543399200000,1543402800000,1543406400000,1543410000000,1543413600000,1543417200000,1543420800000,1543424400000,1543428000000,1543431600000,1543435200000,1543438800000,1543442400000,1543446000000,1543449600000,1543453200000,1543456800000,1543460400000,1543464000000,1543467600000,1543471200000,1543474800000,1543478400000,1543482000000,1543485600000,1543489200000,1543492800000,1543496400000,1543500000000,1543503600000,1543507200000,1543510800000,1543514400000,1543518000000,1543521600000,1543525200000,1543528800000,1543532400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[40,50,10,20,0,0,70,90,150,160,180,90,100,210,120,210,100,130,160,140,210,180,120,90,30,50,10,10,20,10,10,20,90,140,80,150,200,220,160,180,170,150,160,160,240,170,120,110,70,40,30,20,0,0,30,70,100,110,160,110,190,110,280,240,90,110,150,160,160,280,180,90,60,40,30,10,0,0,30,40,50,40,80,170,120,100,120,150,170,110,150,110,270,200,200,100,20,40,10,0,30,20,50,40,80,50,190,80,110,150,140,210,150,160,230,200,210,120,150,70,20,50,20,0,10,20,50,70,70,120,80,130,150,110,210,270,120,180,240,290,150,380,160,80,90,20,20,30,40,30,70,60,90,120,80,120,110,150,130,60,160,220,150,240,200,180,140,140]},{"name":"Unmuted","color":"#4fae4e","values":[40,40,20,0,0,10,30,70,120,190,130,160,120,110,220,150,320,190,180,250,250,180,180,100,50,20,40,30,10,10,40,90,90,120,180,210,280,170,210,150,150,170,220,250,190,100,160,140,90,20,30,30,0,20,30,30,80,100,140,150,120,250,240,260,140,190,260,170,180,350,110,100,50,50,10,40,10,10,40,160,40,70,130,240,200,130,170,170,200,150,230,290,340,230,270,150,10,50,10,0,0,70,50,50,110,80,120,140,140,140,170,210,160,220,220,230,270,290,160,140,30,30,20,10,0,0,20,110,60,70,190,150,210,210,180,140,130,220,170,260,160,240,260,210,20,30,0,0,10,20,80,30,150,90,150,130,220,150,240,340,190,150,210,170,340,340,190,160]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/27.json b/dist/chartDummyData/notifications_zoom/2018-11/27.json new file mode 100644 index 000000000..da80293a9 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/27.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1543017600000,1543021200000,1543024800000,1543028400000,1543032000000,1543035600000,1543039200000,1543042800000,1543046400000,1543050000000,1543053600000,1543057200000,1543060800000,1543064400000,1543068000000,1543071600000,1543075200000,1543078800000,1543082400000,1543086000000,1543089600000,1543093200000,1543096800000,1543100400000,1543104000000,1543107600000,1543111200000,1543114800000,1543118400000,1543122000000,1543125600000,1543129200000,1543132800000,1543136400000,1543140000000,1543143600000,1543147200000,1543150800000,1543154400000,1543158000000,1543161600000,1543165200000,1543168800000,1543172400000,1543176000000,1543179600000,1543183200000,1543186800000,1543190400000,1543194000000,1543197600000,1543201200000,1543204800000,1543208400000,1543212000000,1543215600000,1543219200000,1543222800000,1543226400000,1543230000000,1543233600000,1543237200000,1543240800000,1543244400000,1543248000000,1543251600000,1543255200000,1543258800000,1543262400000,1543266000000,1543269600000,1543273200000,1543276800000,1543280400000,1543284000000,1543287600000,1543291200000,1543294800000,1543298400000,1543302000000,1543305600000,1543309200000,1543312800000,1543316400000,1543320000000,1543323600000,1543327200000,1543330800000,1543334400000,1543338000000,1543341600000,1543345200000,1543348800000,1543352400000,1543356000000,1543359600000,1543363200000,1543366800000,1543370400000,1543374000000,1543377600000,1543381200000,1543384800000,1543388400000,1543392000000,1543395600000,1543399200000,1543402800000,1543406400000,1543410000000,1543413600000,1543417200000,1543420800000,1543424400000,1543428000000,1543431600000,1543435200000,1543438800000,1543442400000,1543446000000,1543449600000,1543453200000,1543456800000,1543460400000,1543464000000,1543467600000,1543471200000,1543474800000,1543478400000,1543482000000,1543485600000,1543489200000,1543492800000,1543496400000,1543500000000,1543503600000,1543507200000,1543510800000,1543514400000,1543518000000,1543521600000,1543525200000,1543528800000,1543532400000,1543536000000,1543539600000,1543543200000,1543546800000,1543550400000,1543554000000,1543557600000,1543561200000,1543564800000,1543568400000,1543572000000,1543575600000,1543579200000,1543582800000,1543586400000,1543590000000,1543593600000,1543597200000,1543600800000,1543604400000,1543608000000,1543611600000,1543615200000,1543618800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[30,50,10,10,20,10,10,20,90,140,80,150,200,220,160,180,170,150,160,160,240,170,120,110,70,40,30,20,0,0,30,70,100,110,160,110,190,110,280,240,90,110,150,160,160,280,180,90,60,40,30,10,0,0,30,40,50,40,80,170,120,100,120,150,170,110,150,110,270,200,200,100,20,40,10,0,30,20,50,40,80,50,190,80,110,150,140,210,150,160,230,200,210,120,150,70,20,50,20,0,10,20,50,70,70,120,80,130,150,110,210,270,120,180,240,290,150,380,160,80,90,20,20,30,40,30,70,60,90,120,80,120,110,150,130,60,160,220,150,240,200,180,140,140,90,20,20,0,30,40,50,30,80,300,100,80,130,140,160,290,100,160,170,140,160,190,150,150]},{"name":"Unmuted","color":"#4fae4e","values":[50,20,40,30,10,10,40,90,90,120,180,210,280,170,210,150,150,170,220,250,190,100,160,140,90,20,30,30,0,20,30,30,80,100,140,150,120,250,240,260,140,190,260,170,180,350,110,100,50,50,10,40,10,10,40,160,40,70,130,240,200,130,170,170,200,150,230,290,340,230,270,150,10,50,10,0,0,70,50,50,110,80,120,140,140,140,170,210,160,220,220,230,270,290,160,140,30,30,20,10,0,0,20,110,60,70,190,150,210,210,180,140,130,220,170,260,160,240,260,210,20,30,0,0,10,20,80,30,150,90,150,130,220,150,240,340,190,150,210,170,340,340,190,160,60,30,0,20,0,0,50,110,80,220,130,200,200,270,270,260,210,180,210,300,200,340,150,130]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/28.json b/dist/chartDummyData/notifications_zoom/2018-11/28.json new file mode 100644 index 000000000..79a5aff9c --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/28.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1543104000000,1543107600000,1543111200000,1543114800000,1543118400000,1543122000000,1543125600000,1543129200000,1543132800000,1543136400000,1543140000000,1543143600000,1543147200000,1543150800000,1543154400000,1543158000000,1543161600000,1543165200000,1543168800000,1543172400000,1543176000000,1543179600000,1543183200000,1543186800000,1543190400000,1543194000000,1543197600000,1543201200000,1543204800000,1543208400000,1543212000000,1543215600000,1543219200000,1543222800000,1543226400000,1543230000000,1543233600000,1543237200000,1543240800000,1543244400000,1543248000000,1543251600000,1543255200000,1543258800000,1543262400000,1543266000000,1543269600000,1543273200000,1543276800000,1543280400000,1543284000000,1543287600000,1543291200000,1543294800000,1543298400000,1543302000000,1543305600000,1543309200000,1543312800000,1543316400000,1543320000000,1543323600000,1543327200000,1543330800000,1543334400000,1543338000000,1543341600000,1543345200000,1543348800000,1543352400000,1543356000000,1543359600000,1543363200000,1543366800000,1543370400000,1543374000000,1543377600000,1543381200000,1543384800000,1543388400000,1543392000000,1543395600000,1543399200000,1543402800000,1543406400000,1543410000000,1543413600000,1543417200000,1543420800000,1543424400000,1543428000000,1543431600000,1543435200000,1543438800000,1543442400000,1543446000000,1543449600000,1543453200000,1543456800000,1543460400000,1543464000000,1543467600000,1543471200000,1543474800000,1543478400000,1543482000000,1543485600000,1543489200000,1543492800000,1543496400000,1543500000000,1543503600000,1543507200000,1543510800000,1543514400000,1543518000000,1543521600000,1543525200000,1543528800000,1543532400000,1543536000000,1543539600000,1543543200000,1543546800000,1543550400000,1543554000000,1543557600000,1543561200000,1543564800000,1543568400000,1543572000000,1543575600000,1543579200000,1543582800000,1543586400000,1543590000000,1543593600000,1543597200000,1543600800000,1543604400000,1543608000000,1543611600000,1543615200000,1543618800000,1543622400000,1543626000000,1543629600000,1543633200000,1543636800000,1543640400000,1543644000000,1543647600000,1543651200000,1543654800000,1543658400000,1543662000000,1543665600000,1543669200000,1543672800000,1543676400000,1543680000000,1543683600000,1543687200000,1543690800000,1543694400000,1543698000000,1543701600000,1543705200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[70,40,30,20,0,0,30,70,100,110,160,110,190,110,280,240,90,110,150,160,160,280,180,90,60,40,30,10,0,0,30,40,50,40,80,170,120,100,120,150,170,110,150,110,270,200,200,100,20,40,10,0,30,20,50,40,80,50,190,80,110,150,140,210,150,160,230,200,210,120,150,70,20,50,20,0,10,20,50,70,70,120,80,130,150,110,210,270,120,180,240,290,150,380,160,80,90,20,20,30,40,30,70,60,90,120,80,120,110,150,130,60,160,220,150,240,200,180,140,140,90,20,20,0,30,40,50,30,80,300,100,80,130,140,160,290,100,160,170,140,160,190,150,150,30,70,60,10,0,10,20,20,90,80,120,100,140,170,160,110,210,130,80,130,200,120,100,60]},{"name":"Unmuted","color":"#4fae4e","values":[90,20,30,30,0,20,30,30,80,100,140,150,120,250,240,260,140,190,260,170,180,350,110,100,50,50,10,40,10,10,40,160,40,70,130,240,200,130,170,170,200,150,230,290,340,230,270,150,10,50,10,0,0,70,50,50,110,80,120,140,140,140,170,210,160,220,220,230,270,290,160,140,30,30,20,10,0,0,20,110,60,70,190,150,210,210,180,140,130,220,170,260,160,240,260,210,20,30,0,0,10,20,80,30,150,90,150,130,220,150,240,340,190,150,210,170,340,340,190,160,60,30,0,20,0,0,50,110,80,220,130,200,200,270,270,260,210,180,210,300,200,340,150,130,130,40,0,0,0,10,30,90,140,200,160,240,140,270,230,190,110,150,200,290,150,190,170,190]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/29.json b/dist/chartDummyData/notifications_zoom/2018-11/29.json new file mode 100644 index 000000000..eb7bbd4c4 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/29.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1543190400000,1543194000000,1543197600000,1543201200000,1543204800000,1543208400000,1543212000000,1543215600000,1543219200000,1543222800000,1543226400000,1543230000000,1543233600000,1543237200000,1543240800000,1543244400000,1543248000000,1543251600000,1543255200000,1543258800000,1543262400000,1543266000000,1543269600000,1543273200000,1543276800000,1543280400000,1543284000000,1543287600000,1543291200000,1543294800000,1543298400000,1543302000000,1543305600000,1543309200000,1543312800000,1543316400000,1543320000000,1543323600000,1543327200000,1543330800000,1543334400000,1543338000000,1543341600000,1543345200000,1543348800000,1543352400000,1543356000000,1543359600000,1543363200000,1543366800000,1543370400000,1543374000000,1543377600000,1543381200000,1543384800000,1543388400000,1543392000000,1543395600000,1543399200000,1543402800000,1543406400000,1543410000000,1543413600000,1543417200000,1543420800000,1543424400000,1543428000000,1543431600000,1543435200000,1543438800000,1543442400000,1543446000000,1543449600000,1543453200000,1543456800000,1543460400000,1543464000000,1543467600000,1543471200000,1543474800000,1543478400000,1543482000000,1543485600000,1543489200000,1543492800000,1543496400000,1543500000000,1543503600000,1543507200000,1543510800000,1543514400000,1543518000000,1543521600000,1543525200000,1543528800000,1543532400000,1543536000000,1543539600000,1543543200000,1543546800000,1543550400000,1543554000000,1543557600000,1543561200000,1543564800000,1543568400000,1543572000000,1543575600000,1543579200000,1543582800000,1543586400000,1543590000000,1543593600000,1543597200000,1543600800000,1543604400000,1543608000000,1543611600000,1543615200000,1543618800000,1543622400000,1543626000000,1543629600000,1543633200000,1543636800000,1543640400000,1543644000000,1543647600000,1543651200000,1543654800000,1543658400000,1543662000000,1543665600000,1543669200000,1543672800000,1543676400000,1543680000000,1543683600000,1543687200000,1543690800000,1543694400000,1543698000000,1543701600000,1543705200000,1543708800000,1543712400000,1543716000000,1543719600000,1543723200000,1543726800000,1543730400000,1543734000000,1543737600000,1543741200000,1543744800000,1543748400000,1543752000000,1543755600000,1543759200000,1543762800000,1543766400000,1543770000000,1543773600000,1543777200000,1543780800000,1543784400000,1543788000000,1543791600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[60,40,30,10,0,0,30,40,50,40,80,170,120,100,120,150,170,110,150,110,270,200,200,100,20,40,10,0,30,20,50,40,80,50,190,80,110,150,140,210,150,160,230,200,210,120,150,70,20,50,20,0,10,20,50,70,70,120,80,130,150,110,210,270,120,180,240,290,150,380,160,80,90,20,20,30,40,30,70,60,90,120,80,120,110,150,130,60,160,220,150,240,200,180,140,140,90,20,20,0,30,40,50,30,80,300,100,80,130,140,160,290,100,160,170,140,160,190,150,150,30,70,60,10,0,10,20,20,90,80,120,100,140,170,160,110,210,130,80,130,200,120,100,60,80,40,10,0,0,0,0,50,100,140,140,190,150,180,220,170,150,240,360,170,150,230,130,100]},{"name":"Unmuted","color":"#4fae4e","values":[50,50,10,40,10,10,40,160,40,70,130,240,200,130,170,170,200,150,230,290,340,230,270,150,10,50,10,0,0,70,50,50,110,80,120,140,140,140,170,210,160,220,220,230,270,290,160,140,30,30,20,10,0,0,20,110,60,70,190,150,210,210,180,140,130,220,170,260,160,240,260,210,20,30,0,0,10,20,80,30,150,90,150,130,220,150,240,340,190,150,210,170,340,340,190,160,60,30,0,20,0,0,50,110,80,220,130,200,200,270,270,260,210,180,210,300,200,340,150,130,130,40,0,0,0,10,30,90,140,200,160,240,140,270,230,190,110,150,200,290,150,190,170,190,10,100,40,10,0,0,20,20,80,130,160,200,120,200,190,250,160,210,150,200,240,170,100,130]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-11/30.json b/dist/chartDummyData/notifications_zoom/2018-11/30.json new file mode 100644 index 000000000..29b905780 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-11/30.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1543276800000,1543280400000,1543284000000,1543287600000,1543291200000,1543294800000,1543298400000,1543302000000,1543305600000,1543309200000,1543312800000,1543316400000,1543320000000,1543323600000,1543327200000,1543330800000,1543334400000,1543338000000,1543341600000,1543345200000,1543348800000,1543352400000,1543356000000,1543359600000,1543363200000,1543366800000,1543370400000,1543374000000,1543377600000,1543381200000,1543384800000,1543388400000,1543392000000,1543395600000,1543399200000,1543402800000,1543406400000,1543410000000,1543413600000,1543417200000,1543420800000,1543424400000,1543428000000,1543431600000,1543435200000,1543438800000,1543442400000,1543446000000,1543449600000,1543453200000,1543456800000,1543460400000,1543464000000,1543467600000,1543471200000,1543474800000,1543478400000,1543482000000,1543485600000,1543489200000,1543492800000,1543496400000,1543500000000,1543503600000,1543507200000,1543510800000,1543514400000,1543518000000,1543521600000,1543525200000,1543528800000,1543532400000,1543536000000,1543539600000,1543543200000,1543546800000,1543550400000,1543554000000,1543557600000,1543561200000,1543564800000,1543568400000,1543572000000,1543575600000,1543579200000,1543582800000,1543586400000,1543590000000,1543593600000,1543597200000,1543600800000,1543604400000,1543608000000,1543611600000,1543615200000,1543618800000,1543622400000,1543626000000,1543629600000,1543633200000,1543636800000,1543640400000,1543644000000,1543647600000,1543651200000,1543654800000,1543658400000,1543662000000,1543665600000,1543669200000,1543672800000,1543676400000,1543680000000,1543683600000,1543687200000,1543690800000,1543694400000,1543698000000,1543701600000,1543705200000,1543708800000,1543712400000,1543716000000,1543719600000,1543723200000,1543726800000,1543730400000,1543734000000,1543737600000,1543741200000,1543744800000,1543748400000,1543752000000,1543755600000,1543759200000,1543762800000,1543766400000,1543770000000,1543773600000,1543777200000,1543780800000,1543784400000,1543788000000,1543791600000,1543795200000,1543798800000,1543802400000,1543806000000,1543809600000,1543813200000,1543816800000,1543820400000,1543824000000,1543827600000,1543831200000,1543834800000,1543838400000,1543842000000,1543845600000,1543849200000,1543852800000,1543856400000,1543860000000,1543863600000,1543867200000,1543870800000,1543874400000,1543878000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[20,40,10,0,30,20,50,40,80,50,190,80,110,150,140,210,150,160,230,200,210,120,150,70,20,50,20,0,10,20,50,70,70,120,80,130,150,110,210,270,120,180,240,290,150,380,160,80,90,20,20,30,40,30,70,60,90,120,80,120,110,150,130,60,160,220,150,240,200,180,140,140,90,20,20,0,30,40,50,30,80,300,100,80,130,140,160,290,100,160,170,140,160,190,150,150,30,70,60,10,0,10,20,20,90,80,120,100,140,170,160,110,210,130,80,130,200,120,100,60,80,40,10,0,0,0,0,50,100,140,140,190,150,180,220,170,150,240,360,170,150,230,130,100,100,100,0,10,20,0,40,40,50,120,110,140,120,190,310,150,180,220,250,170,240,220,110,60]},{"name":"Unmuted","color":"#4fae4e","values":[10,50,10,0,0,70,50,50,110,80,120,140,140,140,170,210,160,220,220,230,270,290,160,140,30,30,20,10,0,0,20,110,60,70,190,150,210,210,180,140,130,220,170,260,160,240,260,210,20,30,0,0,10,20,80,30,150,90,150,130,220,150,240,340,190,150,210,170,340,340,190,160,60,30,0,20,0,0,50,110,80,220,130,200,200,270,270,260,210,180,210,300,200,340,150,130,130,40,0,0,0,10,30,90,140,200,160,240,140,270,230,190,110,150,200,290,150,190,170,190,10,100,40,10,0,0,20,20,80,130,160,200,120,200,190,250,160,210,150,200,240,170,100,130,50,10,0,0,10,10,60,90,140,80,240,170,190,230,290,140,190,180,440,130,300,310,200,110]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/01.json b/dist/chartDummyData/notifications_zoom/2018-12/01.json new file mode 100644 index 000000000..fa97bd17f --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/01.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1543363200000,1543366800000,1543370400000,1543374000000,1543377600000,1543381200000,1543384800000,1543388400000,1543392000000,1543395600000,1543399200000,1543402800000,1543406400000,1543410000000,1543413600000,1543417200000,1543420800000,1543424400000,1543428000000,1543431600000,1543435200000,1543438800000,1543442400000,1543446000000,1543449600000,1543453200000,1543456800000,1543460400000,1543464000000,1543467600000,1543471200000,1543474800000,1543478400000,1543482000000,1543485600000,1543489200000,1543492800000,1543496400000,1543500000000,1543503600000,1543507200000,1543510800000,1543514400000,1543518000000,1543521600000,1543525200000,1543528800000,1543532400000,1543536000000,1543539600000,1543543200000,1543546800000,1543550400000,1543554000000,1543557600000,1543561200000,1543564800000,1543568400000,1543572000000,1543575600000,1543579200000,1543582800000,1543586400000,1543590000000,1543593600000,1543597200000,1543600800000,1543604400000,1543608000000,1543611600000,1543615200000,1543618800000,1543622400000,1543626000000,1543629600000,1543633200000,1543636800000,1543640400000,1543644000000,1543647600000,1543651200000,1543654800000,1543658400000,1543662000000,1543665600000,1543669200000,1543672800000,1543676400000,1543680000000,1543683600000,1543687200000,1543690800000,1543694400000,1543698000000,1543701600000,1543705200000,1543708800000,1543712400000,1543716000000,1543719600000,1543723200000,1543726800000,1543730400000,1543734000000,1543737600000,1543741200000,1543744800000,1543748400000,1543752000000,1543755600000,1543759200000,1543762800000,1543766400000,1543770000000,1543773600000,1543777200000,1543780800000,1543784400000,1543788000000,1543791600000,1543795200000,1543798800000,1543802400000,1543806000000,1543809600000,1543813200000,1543816800000,1543820400000,1543824000000,1543827600000,1543831200000,1543834800000,1543838400000,1543842000000,1543845600000,1543849200000,1543852800000,1543856400000,1543860000000,1543863600000,1543867200000,1543870800000,1543874400000,1543878000000,1543881600000,1543885200000,1543888800000,1543892400000,1543896000000,1543899600000,1543903200000,1543906800000,1543910400000,1543914000000,1543917600000,1543921200000,1543924800000,1543928400000,1543932000000,1543935600000,1543939200000,1543942800000,1543946400000,1543950000000,1543953600000,1543957200000,1543960800000,1543964400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[20,50,20,0,10,20,50,70,70,120,80,130,150,110,210,270,120,180,240,290,150,380,160,80,90,20,20,30,40,30,70,60,90,120,80,120,110,150,130,60,160,220,150,240,200,180,140,140,90,20,20,0,30,40,50,30,80,300,100,80,130,140,160,290,100,160,170,140,160,190,150,150,30,70,60,10,0,10,20,20,90,80,120,100,140,170,160,110,210,130,80,130,200,120,100,60,80,40,10,0,0,0,0,50,100,140,140,190,150,180,220,170,150,240,360,170,150,230,130,100,100,100,0,10,20,0,40,40,50,120,110,140,120,190,310,150,180,220,250,170,240,220,110,60,140,20,0,30,0,10,20,50,60,40,50,70,180,100,100,240,160,80,120,230,210,170,180,190]},{"name":"Unmuted","color":"#4fae4e","values":[30,30,20,10,0,0,20,110,60,70,190,150,210,210,180,140,130,220,170,260,160,240,260,210,20,30,0,0,10,20,80,30,150,90,150,130,220,150,240,340,190,150,210,170,340,340,190,160,60,30,0,20,0,0,50,110,80,220,130,200,200,270,270,260,210,180,210,300,200,340,150,130,130,40,0,0,0,10,30,90,140,200,160,240,140,270,230,190,110,150,200,290,150,190,170,190,10,100,40,10,0,0,20,20,80,130,160,200,120,200,190,250,160,210,150,200,240,170,100,130,50,10,0,0,10,10,60,90,140,80,240,170,190,230,290,140,190,180,440,130,300,310,200,110,100,30,0,0,0,10,50,150,120,100,140,130,140,170,170,250,180,200,220,310,230,190,300,70]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/02.json b/dist/chartDummyData/notifications_zoom/2018-12/02.json new file mode 100644 index 000000000..43c72fa88 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/02.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1543449600000,1543453200000,1543456800000,1543460400000,1543464000000,1543467600000,1543471200000,1543474800000,1543478400000,1543482000000,1543485600000,1543489200000,1543492800000,1543496400000,1543500000000,1543503600000,1543507200000,1543510800000,1543514400000,1543518000000,1543521600000,1543525200000,1543528800000,1543532400000,1543536000000,1543539600000,1543543200000,1543546800000,1543550400000,1543554000000,1543557600000,1543561200000,1543564800000,1543568400000,1543572000000,1543575600000,1543579200000,1543582800000,1543586400000,1543590000000,1543593600000,1543597200000,1543600800000,1543604400000,1543608000000,1543611600000,1543615200000,1543618800000,1543622400000,1543626000000,1543629600000,1543633200000,1543636800000,1543640400000,1543644000000,1543647600000,1543651200000,1543654800000,1543658400000,1543662000000,1543665600000,1543669200000,1543672800000,1543676400000,1543680000000,1543683600000,1543687200000,1543690800000,1543694400000,1543698000000,1543701600000,1543705200000,1543708800000,1543712400000,1543716000000,1543719600000,1543723200000,1543726800000,1543730400000,1543734000000,1543737600000,1543741200000,1543744800000,1543748400000,1543752000000,1543755600000,1543759200000,1543762800000,1543766400000,1543770000000,1543773600000,1543777200000,1543780800000,1543784400000,1543788000000,1543791600000,1543795200000,1543798800000,1543802400000,1543806000000,1543809600000,1543813200000,1543816800000,1543820400000,1543824000000,1543827600000,1543831200000,1543834800000,1543838400000,1543842000000,1543845600000,1543849200000,1543852800000,1543856400000,1543860000000,1543863600000,1543867200000,1543870800000,1543874400000,1543878000000,1543881600000,1543885200000,1543888800000,1543892400000,1543896000000,1543899600000,1543903200000,1543906800000,1543910400000,1543914000000,1543917600000,1543921200000,1543924800000,1543928400000,1543932000000,1543935600000,1543939200000,1543942800000,1543946400000,1543950000000,1543953600000,1543957200000,1543960800000,1543964400000,1543968000000,1543971600000,1543975200000,1543978800000,1543982400000,1543986000000,1543989600000,1543993200000,1543996800000,1544000400000,1544004000000,1544007600000,1544011200000,1544014800000,1544018400000,1544022000000,1544025600000,1544029200000,1544032800000,1544036400000,1544040000000,1544043600000,1544047200000,1544050800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[90,20,20,30,40,30,70,60,90,120,80,120,110,150,130,60,160,220,150,240,200,180,140,140,90,20,20,0,30,40,50,30,80,300,100,80,130,140,160,290,100,160,170,140,160,190,150,150,30,70,60,10,0,10,20,20,90,80,120,100,140,170,160,110,210,130,80,130,200,120,100,60,80,40,10,0,0,0,0,50,100,140,140,190,150,180,220,170,150,240,360,170,150,230,130,100,100,100,0,10,20,0,40,40,50,120,110,140,120,190,310,150,180,220,250,170,240,220,110,60,140,20,0,30,0,10,20,50,60,40,50,70,180,100,100,240,160,80,120,230,210,170,180,190,30,20,10,0,10,0,50,10,130,140,170,110,220,150,180,190,150,200,170,190,70,140,100,170]},{"name":"Unmuted","color":"#4fae4e","values":[20,30,0,0,10,20,80,30,150,90,150,130,220,150,240,340,190,150,210,170,340,340,190,160,60,30,0,20,0,0,50,110,80,220,130,200,200,270,270,260,210,180,210,300,200,340,150,130,130,40,0,0,0,10,30,90,140,200,160,240,140,270,230,190,110,150,200,290,150,190,170,190,10,100,40,10,0,0,20,20,80,130,160,200,120,200,190,250,160,210,150,200,240,170,100,130,50,10,0,0,10,10,60,90,140,80,240,170,190,230,290,140,190,180,440,130,300,310,200,110,100,30,0,0,0,10,50,150,120,100,140,130,140,170,170,250,180,200,220,310,230,190,300,70,20,10,0,0,0,10,40,110,80,110,90,100,190,280,270,160,170,210,250,270,130,310,230,60]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/03.json b/dist/chartDummyData/notifications_zoom/2018-12/03.json new file mode 100644 index 000000000..6ddcb43f6 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/03.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1543536000000,1543539600000,1543543200000,1543546800000,1543550400000,1543554000000,1543557600000,1543561200000,1543564800000,1543568400000,1543572000000,1543575600000,1543579200000,1543582800000,1543586400000,1543590000000,1543593600000,1543597200000,1543600800000,1543604400000,1543608000000,1543611600000,1543615200000,1543618800000,1543622400000,1543626000000,1543629600000,1543633200000,1543636800000,1543640400000,1543644000000,1543647600000,1543651200000,1543654800000,1543658400000,1543662000000,1543665600000,1543669200000,1543672800000,1543676400000,1543680000000,1543683600000,1543687200000,1543690800000,1543694400000,1543698000000,1543701600000,1543705200000,1543708800000,1543712400000,1543716000000,1543719600000,1543723200000,1543726800000,1543730400000,1543734000000,1543737600000,1543741200000,1543744800000,1543748400000,1543752000000,1543755600000,1543759200000,1543762800000,1543766400000,1543770000000,1543773600000,1543777200000,1543780800000,1543784400000,1543788000000,1543791600000,1543795200000,1543798800000,1543802400000,1543806000000,1543809600000,1543813200000,1543816800000,1543820400000,1543824000000,1543827600000,1543831200000,1543834800000,1543838400000,1543842000000,1543845600000,1543849200000,1543852800000,1543856400000,1543860000000,1543863600000,1543867200000,1543870800000,1543874400000,1543878000000,1543881600000,1543885200000,1543888800000,1543892400000,1543896000000,1543899600000,1543903200000,1543906800000,1543910400000,1543914000000,1543917600000,1543921200000,1543924800000,1543928400000,1543932000000,1543935600000,1543939200000,1543942800000,1543946400000,1543950000000,1543953600000,1543957200000,1543960800000,1543964400000,1543968000000,1543971600000,1543975200000,1543978800000,1543982400000,1543986000000,1543989600000,1543993200000,1543996800000,1544000400000,1544004000000,1544007600000,1544011200000,1544014800000,1544018400000,1544022000000,1544025600000,1544029200000,1544032800000,1544036400000,1544040000000,1544043600000,1544047200000,1544050800000,1544054400000,1544058000000,1544061600000,1544065200000,1544068800000,1544072400000,1544076000000,1544079600000,1544083200000,1544086800000,1544090400000,1544094000000,1544097600000,1544101200000,1544104800000,1544108400000,1544112000000,1544115600000,1544119200000,1544122800000,1544126400000,1544130000000,1544133600000,1544137200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[90,20,20,0,30,40,50,30,80,300,100,80,130,140,160,290,100,160,170,140,160,190,150,150,30,70,60,10,0,10,20,20,90,80,120,100,140,170,160,110,210,130,80,130,200,120,100,60,80,40,10,0,0,0,0,50,100,140,140,190,150,180,220,170,150,240,360,170,150,230,130,100,100,100,0,10,20,0,40,40,50,120,110,140,120,190,310,150,180,220,250,170,240,220,110,60,140,20,0,30,0,10,20,50,60,40,50,70,180,100,100,240,160,80,120,230,210,170,180,190,30,20,10,0,10,0,50,10,130,140,170,110,220,150,180,190,150,200,170,190,70,140,100,170,30,20,0,70,10,0,20,100,110,100,180,40,50,160,150,100,90,170,130,110,160,200,160,110]},{"name":"Unmuted","color":"#4fae4e","values":[60,30,0,20,0,0,50,110,80,220,130,200,200,270,270,260,210,180,210,300,200,340,150,130,130,40,0,0,0,10,30,90,140,200,160,240,140,270,230,190,110,150,200,290,150,190,170,190,10,100,40,10,0,0,20,20,80,130,160,200,120,200,190,250,160,210,150,200,240,170,100,130,50,10,0,0,10,10,60,90,140,80,240,170,190,230,290,140,190,180,440,130,300,310,200,110,100,30,0,0,0,10,50,150,120,100,140,130,140,170,170,250,180,200,220,310,230,190,300,70,20,10,0,0,0,10,40,110,80,110,90,100,190,280,270,160,170,210,250,270,130,310,230,60,40,10,0,20,0,0,20,120,130,130,100,190,180,210,190,160,170,250,180,250,290,350,290,170]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/04.json b/dist/chartDummyData/notifications_zoom/2018-12/04.json new file mode 100644 index 000000000..cb184b1d1 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/04.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1543622400000,1543626000000,1543629600000,1543633200000,1543636800000,1543640400000,1543644000000,1543647600000,1543651200000,1543654800000,1543658400000,1543662000000,1543665600000,1543669200000,1543672800000,1543676400000,1543680000000,1543683600000,1543687200000,1543690800000,1543694400000,1543698000000,1543701600000,1543705200000,1543708800000,1543712400000,1543716000000,1543719600000,1543723200000,1543726800000,1543730400000,1543734000000,1543737600000,1543741200000,1543744800000,1543748400000,1543752000000,1543755600000,1543759200000,1543762800000,1543766400000,1543770000000,1543773600000,1543777200000,1543780800000,1543784400000,1543788000000,1543791600000,1543795200000,1543798800000,1543802400000,1543806000000,1543809600000,1543813200000,1543816800000,1543820400000,1543824000000,1543827600000,1543831200000,1543834800000,1543838400000,1543842000000,1543845600000,1543849200000,1543852800000,1543856400000,1543860000000,1543863600000,1543867200000,1543870800000,1543874400000,1543878000000,1543881600000,1543885200000,1543888800000,1543892400000,1543896000000,1543899600000,1543903200000,1543906800000,1543910400000,1543914000000,1543917600000,1543921200000,1543924800000,1543928400000,1543932000000,1543935600000,1543939200000,1543942800000,1543946400000,1543950000000,1543953600000,1543957200000,1543960800000,1543964400000,1543968000000,1543971600000,1543975200000,1543978800000,1543982400000,1543986000000,1543989600000,1543993200000,1543996800000,1544000400000,1544004000000,1544007600000,1544011200000,1544014800000,1544018400000,1544022000000,1544025600000,1544029200000,1544032800000,1544036400000,1544040000000,1544043600000,1544047200000,1544050800000,1544054400000,1544058000000,1544061600000,1544065200000,1544068800000,1544072400000,1544076000000,1544079600000,1544083200000,1544086800000,1544090400000,1544094000000,1544097600000,1544101200000,1544104800000,1544108400000,1544112000000,1544115600000,1544119200000,1544122800000,1544126400000,1544130000000,1544133600000,1544137200000,1544140800000,1544144400000,1544148000000,1544151600000,1544155200000,1544158800000,1544162400000,1544166000000,1544169600000,1544173200000,1544176800000,1544180400000,1544184000000,1544187600000,1544191200000,1544194800000,1544198400000,1544202000000,1544205600000,1544209200000,1544212800000,1544216400000,1544220000000,1544223600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[30,70,60,10,0,10,20,20,90,80,120,100,140,170,160,110,210,130,80,130,200,120,100,60,80,40,10,0,0,0,0,50,100,140,140,190,150,180,220,170,150,240,360,170,150,230,130,100,100,100,0,10,20,0,40,40,50,120,110,140,120,190,310,150,180,220,250,170,240,220,110,60,140,20,0,30,0,10,20,50,60,40,50,70,180,100,100,240,160,80,120,230,210,170,180,190,30,20,10,0,10,0,50,10,130,140,170,110,220,150,180,190,150,200,170,190,70,140,100,170,30,20,0,70,10,0,20,100,110,100,180,40,50,160,150,100,90,170,130,110,160,200,160,110,70,30,0,10,0,10,30,60,50,50,40,160,140,90,150,90,190,190,130,160,200,100,160,90]},{"name":"Unmuted","color":"#4fae4e","values":[130,40,0,0,0,10,30,90,140,200,160,240,140,270,230,190,110,150,200,290,150,190,170,190,10,100,40,10,0,0,20,20,80,130,160,200,120,200,190,250,160,210,150,200,240,170,100,130,50,10,0,0,10,10,60,90,140,80,240,170,190,230,290,140,190,180,440,130,300,310,200,110,100,30,0,0,0,10,50,150,120,100,140,130,140,170,170,250,180,200,220,310,230,190,300,70,20,10,0,0,0,10,40,110,80,110,90,100,190,280,270,160,170,210,250,270,130,310,230,60,40,10,0,20,0,0,20,120,130,130,100,190,180,210,190,160,170,250,180,250,290,350,290,170,70,0,0,0,0,0,80,210,140,110,150,220,280,220,190,130,220,250,270,270,270,90,220,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/05.json b/dist/chartDummyData/notifications_zoom/2018-12/05.json new file mode 100644 index 000000000..dd6ad6415 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/05.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1543708800000,1543712400000,1543716000000,1543719600000,1543723200000,1543726800000,1543730400000,1543734000000,1543737600000,1543741200000,1543744800000,1543748400000,1543752000000,1543755600000,1543759200000,1543762800000,1543766400000,1543770000000,1543773600000,1543777200000,1543780800000,1543784400000,1543788000000,1543791600000,1543795200000,1543798800000,1543802400000,1543806000000,1543809600000,1543813200000,1543816800000,1543820400000,1543824000000,1543827600000,1543831200000,1543834800000,1543838400000,1543842000000,1543845600000,1543849200000,1543852800000,1543856400000,1543860000000,1543863600000,1543867200000,1543870800000,1543874400000,1543878000000,1543881600000,1543885200000,1543888800000,1543892400000,1543896000000,1543899600000,1543903200000,1543906800000,1543910400000,1543914000000,1543917600000,1543921200000,1543924800000,1543928400000,1543932000000,1543935600000,1543939200000,1543942800000,1543946400000,1543950000000,1543953600000,1543957200000,1543960800000,1543964400000,1543968000000,1543971600000,1543975200000,1543978800000,1543982400000,1543986000000,1543989600000,1543993200000,1543996800000,1544000400000,1544004000000,1544007600000,1544011200000,1544014800000,1544018400000,1544022000000,1544025600000,1544029200000,1544032800000,1544036400000,1544040000000,1544043600000,1544047200000,1544050800000,1544054400000,1544058000000,1544061600000,1544065200000,1544068800000,1544072400000,1544076000000,1544079600000,1544083200000,1544086800000,1544090400000,1544094000000,1544097600000,1544101200000,1544104800000,1544108400000,1544112000000,1544115600000,1544119200000,1544122800000,1544126400000,1544130000000,1544133600000,1544137200000,1544140800000,1544144400000,1544148000000,1544151600000,1544155200000,1544158800000,1544162400000,1544166000000,1544169600000,1544173200000,1544176800000,1544180400000,1544184000000,1544187600000,1544191200000,1544194800000,1544198400000,1544202000000,1544205600000,1544209200000,1544212800000,1544216400000,1544220000000,1544223600000,1544227200000,1544230800000,1544234400000,1544238000000,1544241600000,1544245200000,1544248800000,1544252400000,1544256000000,1544259600000,1544263200000,1544266800000,1544270400000,1544274000000,1544277600000,1544281200000,1544284800000,1544288400000,1544292000000,1544295600000,1544299200000,1544302800000,1544306400000,1544310000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[80,40,10,0,0,0,0,50,100,140,140,190,150,180,220,170,150,240,360,170,150,230,130,100,100,100,0,10,20,0,40,40,50,120,110,140,120,190,310,150,180,220,250,170,240,220,110,60,140,20,0,30,0,10,20,50,60,40,50,70,180,100,100,240,160,80,120,230,210,170,180,190,30,20,10,0,10,0,50,10,130,140,170,110,220,150,180,190,150,200,170,190,70,140,100,170,30,20,0,70,10,0,20,100,110,100,180,40,50,160,150,100,90,170,130,110,160,200,160,110,70,30,0,10,0,10,30,60,50,50,40,160,140,90,150,90,190,190,130,160,200,100,160,90,30,100,20,0,10,10,30,70,40,80,200,140,100,90,220,140,50,160,120,80,210,120,80,100]},{"name":"Unmuted","color":"#4fae4e","values":[10,100,40,10,0,0,20,20,80,130,160,200,120,200,190,250,160,210,150,200,240,170,100,130,50,10,0,0,10,10,60,90,140,80,240,170,190,230,290,140,190,180,440,130,300,310,200,110,100,30,0,0,0,10,50,150,120,100,140,130,140,170,170,250,180,200,220,310,230,190,300,70,20,10,0,0,0,10,40,110,80,110,90,100,190,280,270,160,170,210,250,270,130,310,230,60,40,10,0,20,0,0,20,120,130,130,100,190,180,210,190,160,170,250,180,250,290,350,290,170,70,0,0,0,0,0,80,210,140,110,150,220,280,220,190,130,220,250,270,270,270,90,220,100,80,0,10,0,0,10,30,20,70,210,110,200,130,250,300,190,170,260,200,240,160,200,170,60]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/06.json b/dist/chartDummyData/notifications_zoom/2018-12/06.json new file mode 100644 index 000000000..11f5d3a01 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/06.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1543795200000,1543798800000,1543802400000,1543806000000,1543809600000,1543813200000,1543816800000,1543820400000,1543824000000,1543827600000,1543831200000,1543834800000,1543838400000,1543842000000,1543845600000,1543849200000,1543852800000,1543856400000,1543860000000,1543863600000,1543867200000,1543870800000,1543874400000,1543878000000,1543881600000,1543885200000,1543888800000,1543892400000,1543896000000,1543899600000,1543903200000,1543906800000,1543910400000,1543914000000,1543917600000,1543921200000,1543924800000,1543928400000,1543932000000,1543935600000,1543939200000,1543942800000,1543946400000,1543950000000,1543953600000,1543957200000,1543960800000,1543964400000,1543968000000,1543971600000,1543975200000,1543978800000,1543982400000,1543986000000,1543989600000,1543993200000,1543996800000,1544000400000,1544004000000,1544007600000,1544011200000,1544014800000,1544018400000,1544022000000,1544025600000,1544029200000,1544032800000,1544036400000,1544040000000,1544043600000,1544047200000,1544050800000,1544054400000,1544058000000,1544061600000,1544065200000,1544068800000,1544072400000,1544076000000,1544079600000,1544083200000,1544086800000,1544090400000,1544094000000,1544097600000,1544101200000,1544104800000,1544108400000,1544112000000,1544115600000,1544119200000,1544122800000,1544126400000,1544130000000,1544133600000,1544137200000,1544140800000,1544144400000,1544148000000,1544151600000,1544155200000,1544158800000,1544162400000,1544166000000,1544169600000,1544173200000,1544176800000,1544180400000,1544184000000,1544187600000,1544191200000,1544194800000,1544198400000,1544202000000,1544205600000,1544209200000,1544212800000,1544216400000,1544220000000,1544223600000,1544227200000,1544230800000,1544234400000,1544238000000,1544241600000,1544245200000,1544248800000,1544252400000,1544256000000,1544259600000,1544263200000,1544266800000,1544270400000,1544274000000,1544277600000,1544281200000,1544284800000,1544288400000,1544292000000,1544295600000,1544299200000,1544302800000,1544306400000,1544310000000,1544313600000,1544317200000,1544320800000,1544324400000,1544328000000,1544331600000,1544335200000,1544338800000,1544342400000,1544346000000,1544349600000,1544353200000,1544356800000,1544360400000,1544364000000,1544367600000,1544371200000,1544374800000,1544378400000,1544382000000,1544385600000,1544389200000,1544392800000,1544396400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[100,100,0,10,20,0,40,40,50,120,110,140,120,190,310,150,180,220,250,170,240,220,110,60,140,20,0,30,0,10,20,50,60,40,50,70,180,100,100,240,160,80,120,230,210,170,180,190,30,20,10,0,10,0,50,10,130,140,170,110,220,150,180,190,150,200,170,190,70,140,100,170,30,20,0,70,10,0,20,100,110,100,180,40,50,160,150,100,90,170,130,110,160,200,160,110,70,30,0,10,0,10,30,60,50,50,40,160,140,90,150,90,190,190,130,160,200,100,160,90,30,100,20,0,10,10,30,70,40,80,200,140,100,90,220,140,50,160,120,80,210,120,80,100,250,20,50,0,10,0,10,50,60,120,80,150,130,250,190,120,150,260,210,160,190,150,180,130]},{"name":"Unmuted","color":"#4fae4e","values":[50,10,0,0,10,10,60,90,140,80,240,170,190,230,290,140,190,180,440,130,300,310,200,110,100,30,0,0,0,10,50,150,120,100,140,130,140,170,170,250,180,200,220,310,230,190,300,70,20,10,0,0,0,10,40,110,80,110,90,100,190,280,270,160,170,210,250,270,130,310,230,60,40,10,0,20,0,0,20,120,130,130,100,190,180,210,190,160,170,250,180,250,290,350,290,170,70,0,0,0,0,0,80,210,140,110,150,220,280,220,190,130,220,250,270,270,270,90,220,100,80,0,10,0,0,10,30,20,70,210,110,200,130,250,300,190,170,260,200,240,160,200,170,60,50,40,0,30,10,0,0,20,20,120,190,200,150,190,200,170,250,150,160,160,160,180,90,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/07.json b/dist/chartDummyData/notifications_zoom/2018-12/07.json new file mode 100644 index 000000000..c7c18cafd --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/07.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1543881600000,1543885200000,1543888800000,1543892400000,1543896000000,1543899600000,1543903200000,1543906800000,1543910400000,1543914000000,1543917600000,1543921200000,1543924800000,1543928400000,1543932000000,1543935600000,1543939200000,1543942800000,1543946400000,1543950000000,1543953600000,1543957200000,1543960800000,1543964400000,1543968000000,1543971600000,1543975200000,1543978800000,1543982400000,1543986000000,1543989600000,1543993200000,1543996800000,1544000400000,1544004000000,1544007600000,1544011200000,1544014800000,1544018400000,1544022000000,1544025600000,1544029200000,1544032800000,1544036400000,1544040000000,1544043600000,1544047200000,1544050800000,1544054400000,1544058000000,1544061600000,1544065200000,1544068800000,1544072400000,1544076000000,1544079600000,1544083200000,1544086800000,1544090400000,1544094000000,1544097600000,1544101200000,1544104800000,1544108400000,1544112000000,1544115600000,1544119200000,1544122800000,1544126400000,1544130000000,1544133600000,1544137200000,1544140800000,1544144400000,1544148000000,1544151600000,1544155200000,1544158800000,1544162400000,1544166000000,1544169600000,1544173200000,1544176800000,1544180400000,1544184000000,1544187600000,1544191200000,1544194800000,1544198400000,1544202000000,1544205600000,1544209200000,1544212800000,1544216400000,1544220000000,1544223600000,1544227200000,1544230800000,1544234400000,1544238000000,1544241600000,1544245200000,1544248800000,1544252400000,1544256000000,1544259600000,1544263200000,1544266800000,1544270400000,1544274000000,1544277600000,1544281200000,1544284800000,1544288400000,1544292000000,1544295600000,1544299200000,1544302800000,1544306400000,1544310000000,1544313600000,1544317200000,1544320800000,1544324400000,1544328000000,1544331600000,1544335200000,1544338800000,1544342400000,1544346000000,1544349600000,1544353200000,1544356800000,1544360400000,1544364000000,1544367600000,1544371200000,1544374800000,1544378400000,1544382000000,1544385600000,1544389200000,1544392800000,1544396400000,1544400000000,1544403600000,1544407200000,1544410800000,1544414400000,1544418000000,1544421600000,1544425200000,1544428800000,1544432400000,1544436000000,1544439600000,1544443200000,1544446800000,1544450400000,1544454000000,1544457600000,1544461200000,1544464800000,1544468400000,1544472000000,1544475600000,1544479200000,1544482800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[140,20,0,30,0,10,20,50,60,40,50,70,180,100,100,240,160,80,120,230,210,170,180,190,30,20,10,0,10,0,50,10,130,140,170,110,220,150,180,190,150,200,170,190,70,140,100,170,30,20,0,70,10,0,20,100,110,100,180,40,50,160,150,100,90,170,130,110,160,200,160,110,70,30,0,10,0,10,30,60,50,50,40,160,140,90,150,90,190,190,130,160,200,100,160,90,30,100,20,0,10,10,30,70,40,80,200,140,100,90,220,140,50,160,120,80,210,120,80,100,250,20,50,0,10,0,10,50,60,120,80,150,130,250,190,120,150,260,210,160,190,150,180,130,10,70,30,10,10,20,40,40,150,40,60,50,80,120,100,210,150,150,250,240,230,160,180,200]},{"name":"Unmuted","color":"#4fae4e","values":[100,30,0,0,0,10,50,150,120,100,140,130,140,170,170,250,180,200,220,310,230,190,300,70,20,10,0,0,0,10,40,110,80,110,90,100,190,280,270,160,170,210,250,270,130,310,230,60,40,10,0,20,0,0,20,120,130,130,100,190,180,210,190,160,170,250,180,250,290,350,290,170,70,0,0,0,0,0,80,210,140,110,150,220,280,220,190,130,220,250,270,270,270,90,220,100,80,0,10,0,0,10,30,20,70,210,110,200,130,250,300,190,170,260,200,240,160,200,170,60,50,40,0,30,10,0,0,20,20,120,190,200,150,190,200,170,250,150,160,160,160,180,90,100,20,40,30,0,0,20,30,90,130,140,160,180,210,310,150,160,220,190,300,210,250,260,170,90]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/08.json b/dist/chartDummyData/notifications_zoom/2018-12/08.json new file mode 100644 index 000000000..f0f2d6d7d --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/08.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1543968000000,1543971600000,1543975200000,1543978800000,1543982400000,1543986000000,1543989600000,1543993200000,1543996800000,1544000400000,1544004000000,1544007600000,1544011200000,1544014800000,1544018400000,1544022000000,1544025600000,1544029200000,1544032800000,1544036400000,1544040000000,1544043600000,1544047200000,1544050800000,1544054400000,1544058000000,1544061600000,1544065200000,1544068800000,1544072400000,1544076000000,1544079600000,1544083200000,1544086800000,1544090400000,1544094000000,1544097600000,1544101200000,1544104800000,1544108400000,1544112000000,1544115600000,1544119200000,1544122800000,1544126400000,1544130000000,1544133600000,1544137200000,1544140800000,1544144400000,1544148000000,1544151600000,1544155200000,1544158800000,1544162400000,1544166000000,1544169600000,1544173200000,1544176800000,1544180400000,1544184000000,1544187600000,1544191200000,1544194800000,1544198400000,1544202000000,1544205600000,1544209200000,1544212800000,1544216400000,1544220000000,1544223600000,1544227200000,1544230800000,1544234400000,1544238000000,1544241600000,1544245200000,1544248800000,1544252400000,1544256000000,1544259600000,1544263200000,1544266800000,1544270400000,1544274000000,1544277600000,1544281200000,1544284800000,1544288400000,1544292000000,1544295600000,1544299200000,1544302800000,1544306400000,1544310000000,1544313600000,1544317200000,1544320800000,1544324400000,1544328000000,1544331600000,1544335200000,1544338800000,1544342400000,1544346000000,1544349600000,1544353200000,1544356800000,1544360400000,1544364000000,1544367600000,1544371200000,1544374800000,1544378400000,1544382000000,1544385600000,1544389200000,1544392800000,1544396400000,1544400000000,1544403600000,1544407200000,1544410800000,1544414400000,1544418000000,1544421600000,1544425200000,1544428800000,1544432400000,1544436000000,1544439600000,1544443200000,1544446800000,1544450400000,1544454000000,1544457600000,1544461200000,1544464800000,1544468400000,1544472000000,1544475600000,1544479200000,1544482800000,1544486400000,1544490000000,1544493600000,1544497200000,1544500800000,1544504400000,1544508000000,1544511600000,1544515200000,1544518800000,1544522400000,1544526000000,1544529600000,1544533200000,1544536800000,1544540400000,1544544000000,1544547600000,1544551200000,1544554800000,1544558400000,1544562000000,1544565600000,1544569200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[30,20,10,0,10,0,50,10,130,140,170,110,220,150,180,190,150,200,170,190,70,140,100,170,30,20,0,70,10,0,20,100,110,100,180,40,50,160,150,100,90,170,130,110,160,200,160,110,70,30,0,10,0,10,30,60,50,50,40,160,140,90,150,90,190,190,130,160,200,100,160,90,30,100,20,0,10,10,30,70,40,80,200,140,100,90,220,140,50,160,120,80,210,120,80,100,250,20,50,0,10,0,10,50,60,120,80,150,130,250,190,120,150,260,210,160,190,150,180,130,10,70,30,10,10,20,40,40,150,40,60,50,80,120,100,210,150,150,250,240,230,160,180,200,60,20,20,10,0,40,40,10,80,130,80,170,70,90,120,260,90,230,140,170,110,250,170,110]},{"name":"Unmuted","color":"#4fae4e","values":[20,10,0,0,0,10,40,110,80,110,90,100,190,280,270,160,170,210,250,270,130,310,230,60,40,10,0,20,0,0,20,120,130,130,100,190,180,210,190,160,170,250,180,250,290,350,290,170,70,0,0,0,0,0,80,210,140,110,150,220,280,220,190,130,220,250,270,270,270,90,220,100,80,0,10,0,0,10,30,20,70,210,110,200,130,250,300,190,170,260,200,240,160,200,170,60,50,40,0,30,10,0,0,20,20,120,190,200,150,190,200,170,250,150,160,160,160,180,90,100,20,40,30,0,0,20,30,90,130,140,160,180,210,310,150,160,220,190,300,210,250,260,170,90,70,10,20,0,10,10,30,80,150,130,160,120,160,170,190,280,200,260,260,180,340,230,110,90]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/09.json b/dist/chartDummyData/notifications_zoom/2018-12/09.json new file mode 100644 index 000000000..9d8dee2cd --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/09.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1544054400000,1544058000000,1544061600000,1544065200000,1544068800000,1544072400000,1544076000000,1544079600000,1544083200000,1544086800000,1544090400000,1544094000000,1544097600000,1544101200000,1544104800000,1544108400000,1544112000000,1544115600000,1544119200000,1544122800000,1544126400000,1544130000000,1544133600000,1544137200000,1544140800000,1544144400000,1544148000000,1544151600000,1544155200000,1544158800000,1544162400000,1544166000000,1544169600000,1544173200000,1544176800000,1544180400000,1544184000000,1544187600000,1544191200000,1544194800000,1544198400000,1544202000000,1544205600000,1544209200000,1544212800000,1544216400000,1544220000000,1544223600000,1544227200000,1544230800000,1544234400000,1544238000000,1544241600000,1544245200000,1544248800000,1544252400000,1544256000000,1544259600000,1544263200000,1544266800000,1544270400000,1544274000000,1544277600000,1544281200000,1544284800000,1544288400000,1544292000000,1544295600000,1544299200000,1544302800000,1544306400000,1544310000000,1544313600000,1544317200000,1544320800000,1544324400000,1544328000000,1544331600000,1544335200000,1544338800000,1544342400000,1544346000000,1544349600000,1544353200000,1544356800000,1544360400000,1544364000000,1544367600000,1544371200000,1544374800000,1544378400000,1544382000000,1544385600000,1544389200000,1544392800000,1544396400000,1544400000000,1544403600000,1544407200000,1544410800000,1544414400000,1544418000000,1544421600000,1544425200000,1544428800000,1544432400000,1544436000000,1544439600000,1544443200000,1544446800000,1544450400000,1544454000000,1544457600000,1544461200000,1544464800000,1544468400000,1544472000000,1544475600000,1544479200000,1544482800000,1544486400000,1544490000000,1544493600000,1544497200000,1544500800000,1544504400000,1544508000000,1544511600000,1544515200000,1544518800000,1544522400000,1544526000000,1544529600000,1544533200000,1544536800000,1544540400000,1544544000000,1544547600000,1544551200000,1544554800000,1544558400000,1544562000000,1544565600000,1544569200000,1544572800000,1544576400000,1544580000000,1544583600000,1544587200000,1544590800000,1544594400000,1544598000000,1544601600000,1544605200000,1544608800000,1544612400000,1544616000000,1544619600000,1544623200000,1544626800000,1544630400000,1544634000000,1544637600000,1544641200000,1544644800000,1544648400000,1544652000000,1544655600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[30,20,0,70,10,0,20,100,110,100,180,40,50,160,150,100,90,170,130,110,160,200,160,110,70,30,0,10,0,10,30,60,50,50,40,160,140,90,150,90,190,190,130,160,200,100,160,90,30,100,20,0,10,10,30,70,40,80,200,140,100,90,220,140,50,160,120,80,210,120,80,100,250,20,50,0,10,0,10,50,60,120,80,150,130,250,190,120,150,260,210,160,190,150,180,130,10,70,30,10,10,20,40,40,150,40,60,50,80,120,100,210,150,150,250,240,230,160,180,200,60,20,20,10,0,40,40,10,80,130,80,170,70,90,120,260,90,230,140,170,110,250,170,110,80,20,10,20,10,20,20,40,40,50,70,90,110,130,160,170,160,230,130,150,130,180,110,50]},{"name":"Unmuted","color":"#4fae4e","values":[40,10,0,20,0,0,20,120,130,130,100,190,180,210,190,160,170,250,180,250,290,350,290,170,70,0,0,0,0,0,80,210,140,110,150,220,280,220,190,130,220,250,270,270,270,90,220,100,80,0,10,0,0,10,30,20,70,210,110,200,130,250,300,190,170,260,200,240,160,200,170,60,50,40,0,30,10,0,0,20,20,120,190,200,150,190,200,170,250,150,160,160,160,180,90,100,20,40,30,0,0,20,30,90,130,140,160,180,210,310,150,160,220,190,300,210,250,260,170,90,70,10,20,0,10,10,30,80,150,130,160,120,160,170,190,280,200,260,260,180,340,230,110,90,100,40,40,0,10,50,60,80,130,80,90,80,160,130,180,140,220,200,240,140,260,280,200,120]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/10.json b/dist/chartDummyData/notifications_zoom/2018-12/10.json new file mode 100644 index 000000000..0d9150f64 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/10.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1544140800000,1544144400000,1544148000000,1544151600000,1544155200000,1544158800000,1544162400000,1544166000000,1544169600000,1544173200000,1544176800000,1544180400000,1544184000000,1544187600000,1544191200000,1544194800000,1544198400000,1544202000000,1544205600000,1544209200000,1544212800000,1544216400000,1544220000000,1544223600000,1544227200000,1544230800000,1544234400000,1544238000000,1544241600000,1544245200000,1544248800000,1544252400000,1544256000000,1544259600000,1544263200000,1544266800000,1544270400000,1544274000000,1544277600000,1544281200000,1544284800000,1544288400000,1544292000000,1544295600000,1544299200000,1544302800000,1544306400000,1544310000000,1544313600000,1544317200000,1544320800000,1544324400000,1544328000000,1544331600000,1544335200000,1544338800000,1544342400000,1544346000000,1544349600000,1544353200000,1544356800000,1544360400000,1544364000000,1544367600000,1544371200000,1544374800000,1544378400000,1544382000000,1544385600000,1544389200000,1544392800000,1544396400000,1544400000000,1544403600000,1544407200000,1544410800000,1544414400000,1544418000000,1544421600000,1544425200000,1544428800000,1544432400000,1544436000000,1544439600000,1544443200000,1544446800000,1544450400000,1544454000000,1544457600000,1544461200000,1544464800000,1544468400000,1544472000000,1544475600000,1544479200000,1544482800000,1544486400000,1544490000000,1544493600000,1544497200000,1544500800000,1544504400000,1544508000000,1544511600000,1544515200000,1544518800000,1544522400000,1544526000000,1544529600000,1544533200000,1544536800000,1544540400000,1544544000000,1544547600000,1544551200000,1544554800000,1544558400000,1544562000000,1544565600000,1544569200000,1544572800000,1544576400000,1544580000000,1544583600000,1544587200000,1544590800000,1544594400000,1544598000000,1544601600000,1544605200000,1544608800000,1544612400000,1544616000000,1544619600000,1544623200000,1544626800000,1544630400000,1544634000000,1544637600000,1544641200000,1544644800000,1544648400000,1544652000000,1544655600000,1544659200000,1544662800000,1544666400000,1544670000000,1544673600000,1544677200000,1544680800000,1544684400000,1544688000000,1544691600000,1544695200000,1544698800000,1544702400000,1544706000000,1544709600000,1544713200000,1544716800000,1544720400000,1544724000000,1544727600000,1544731200000,1544734800000,1544738400000,1544742000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[70,30,0,10,0,10,30,60,50,50,40,160,140,90,150,90,190,190,130,160,200,100,160,90,30,100,20,0,10,10,30,70,40,80,200,140,100,90,220,140,50,160,120,80,210,120,80,100,250,20,50,0,10,0,10,50,60,120,80,150,130,250,190,120,150,260,210,160,190,150,180,130,10,70,30,10,10,20,40,40,150,40,60,50,80,120,100,210,150,150,250,240,230,160,180,200,60,20,20,10,0,40,40,10,80,130,80,170,70,90,120,260,90,230,140,170,110,250,170,110,80,20,10,20,10,20,20,40,40,50,70,90,110,130,160,170,160,230,130,150,130,180,110,50,40,110,10,10,0,20,60,60,20,70,120,160,190,80,110,220,110,180,190,160,90,170,170,130]},{"name":"Unmuted","color":"#4fae4e","values":[70,0,0,0,0,0,80,210,140,110,150,220,280,220,190,130,220,250,270,270,270,90,220,100,80,0,10,0,0,10,30,20,70,210,110,200,130,250,300,190,170,260,200,240,160,200,170,60,50,40,0,30,10,0,0,20,20,120,190,200,150,190,200,170,250,150,160,160,160,180,90,100,20,40,30,0,0,20,30,90,130,140,160,180,210,310,150,160,220,190,300,210,250,260,170,90,70,10,20,0,10,10,30,80,150,130,160,120,160,170,190,280,200,260,260,180,340,230,110,90,100,40,40,0,10,50,60,80,130,80,90,80,160,130,180,140,220,200,240,140,260,280,200,120,10,20,0,0,10,10,0,160,100,150,120,100,170,210,160,260,150,240,210,300,260,280,230,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/11.json b/dist/chartDummyData/notifications_zoom/2018-12/11.json new file mode 100644 index 000000000..9f72707e5 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/11.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1544227200000,1544230800000,1544234400000,1544238000000,1544241600000,1544245200000,1544248800000,1544252400000,1544256000000,1544259600000,1544263200000,1544266800000,1544270400000,1544274000000,1544277600000,1544281200000,1544284800000,1544288400000,1544292000000,1544295600000,1544299200000,1544302800000,1544306400000,1544310000000,1544313600000,1544317200000,1544320800000,1544324400000,1544328000000,1544331600000,1544335200000,1544338800000,1544342400000,1544346000000,1544349600000,1544353200000,1544356800000,1544360400000,1544364000000,1544367600000,1544371200000,1544374800000,1544378400000,1544382000000,1544385600000,1544389200000,1544392800000,1544396400000,1544400000000,1544403600000,1544407200000,1544410800000,1544414400000,1544418000000,1544421600000,1544425200000,1544428800000,1544432400000,1544436000000,1544439600000,1544443200000,1544446800000,1544450400000,1544454000000,1544457600000,1544461200000,1544464800000,1544468400000,1544472000000,1544475600000,1544479200000,1544482800000,1544486400000,1544490000000,1544493600000,1544497200000,1544500800000,1544504400000,1544508000000,1544511600000,1544515200000,1544518800000,1544522400000,1544526000000,1544529600000,1544533200000,1544536800000,1544540400000,1544544000000,1544547600000,1544551200000,1544554800000,1544558400000,1544562000000,1544565600000,1544569200000,1544572800000,1544576400000,1544580000000,1544583600000,1544587200000,1544590800000,1544594400000,1544598000000,1544601600000,1544605200000,1544608800000,1544612400000,1544616000000,1544619600000,1544623200000,1544626800000,1544630400000,1544634000000,1544637600000,1544641200000,1544644800000,1544648400000,1544652000000,1544655600000,1544659200000,1544662800000,1544666400000,1544670000000,1544673600000,1544677200000,1544680800000,1544684400000,1544688000000,1544691600000,1544695200000,1544698800000,1544702400000,1544706000000,1544709600000,1544713200000,1544716800000,1544720400000,1544724000000,1544727600000,1544731200000,1544734800000,1544738400000,1544742000000,1544745600000,1544749200000,1544752800000,1544756400000,1544760000000,1544763600000,1544767200000,1544770800000,1544774400000,1544778000000,1544781600000,1544785200000,1544788800000,1544792400000,1544796000000,1544799600000,1544803200000,1544806800000,1544810400000,1544814000000,1544817600000,1544821200000,1544824800000,1544828400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[30,100,20,0,10,10,30,70,40,80,200,140,100,90,220,140,50,160,120,80,210,120,80,100,250,20,50,0,10,0,10,50,60,120,80,150,130,250,190,120,150,260,210,160,190,150,180,130,10,70,30,10,10,20,40,40,150,40,60,50,80,120,100,210,150,150,250,240,230,160,180,200,60,20,20,10,0,40,40,10,80,130,80,170,70,90,120,260,90,230,140,170,110,250,170,110,80,20,10,20,10,20,20,40,40,50,70,90,110,130,160,170,160,230,130,150,130,180,110,50,40,110,10,10,0,20,60,60,20,70,120,160,190,80,110,220,110,180,190,160,90,170,170,130,30,10,30,0,20,10,80,80,100,50,90,110,50,110,180,130,120,240,210,140,250,150,160,50]},{"name":"Unmuted","color":"#4fae4e","values":[80,0,10,0,0,10,30,20,70,210,110,200,130,250,300,190,170,260,200,240,160,200,170,60,50,40,0,30,10,0,0,20,20,120,190,200,150,190,200,170,250,150,160,160,160,180,90,100,20,40,30,0,0,20,30,90,130,140,160,180,210,310,150,160,220,190,300,210,250,260,170,90,70,10,20,0,10,10,30,80,150,130,160,120,160,170,190,280,200,260,260,180,340,230,110,90,100,40,40,0,10,50,60,80,130,80,90,80,160,130,180,140,220,200,240,140,260,280,200,120,10,20,0,0,10,10,0,160,100,150,120,100,170,210,160,260,150,240,210,300,260,280,230,100,70,70,0,10,0,30,0,120,150,130,110,240,210,310,180,180,310,120,210,310,300,250,290,90]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/12.json b/dist/chartDummyData/notifications_zoom/2018-12/12.json new file mode 100644 index 000000000..bed677363 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/12.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1544313600000,1544317200000,1544320800000,1544324400000,1544328000000,1544331600000,1544335200000,1544338800000,1544342400000,1544346000000,1544349600000,1544353200000,1544356800000,1544360400000,1544364000000,1544367600000,1544371200000,1544374800000,1544378400000,1544382000000,1544385600000,1544389200000,1544392800000,1544396400000,1544400000000,1544403600000,1544407200000,1544410800000,1544414400000,1544418000000,1544421600000,1544425200000,1544428800000,1544432400000,1544436000000,1544439600000,1544443200000,1544446800000,1544450400000,1544454000000,1544457600000,1544461200000,1544464800000,1544468400000,1544472000000,1544475600000,1544479200000,1544482800000,1544486400000,1544490000000,1544493600000,1544497200000,1544500800000,1544504400000,1544508000000,1544511600000,1544515200000,1544518800000,1544522400000,1544526000000,1544529600000,1544533200000,1544536800000,1544540400000,1544544000000,1544547600000,1544551200000,1544554800000,1544558400000,1544562000000,1544565600000,1544569200000,1544572800000,1544576400000,1544580000000,1544583600000,1544587200000,1544590800000,1544594400000,1544598000000,1544601600000,1544605200000,1544608800000,1544612400000,1544616000000,1544619600000,1544623200000,1544626800000,1544630400000,1544634000000,1544637600000,1544641200000,1544644800000,1544648400000,1544652000000,1544655600000,1544659200000,1544662800000,1544666400000,1544670000000,1544673600000,1544677200000,1544680800000,1544684400000,1544688000000,1544691600000,1544695200000,1544698800000,1544702400000,1544706000000,1544709600000,1544713200000,1544716800000,1544720400000,1544724000000,1544727600000,1544731200000,1544734800000,1544738400000,1544742000000,1544745600000,1544749200000,1544752800000,1544756400000,1544760000000,1544763600000,1544767200000,1544770800000,1544774400000,1544778000000,1544781600000,1544785200000,1544788800000,1544792400000,1544796000000,1544799600000,1544803200000,1544806800000,1544810400000,1544814000000,1544817600000,1544821200000,1544824800000,1544828400000,1544832000000,1544835600000,1544839200000,1544842800000,1544846400000,1544850000000,1544853600000,1544857200000,1544860800000,1544864400000,1544868000000,1544871600000,1544875200000,1544878800000,1544882400000,1544886000000,1544889600000,1544893200000,1544896800000,1544900400000,1544904000000,1544907600000,1544911200000,1544914800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[250,20,50,0,10,0,10,50,60,120,80,150,130,250,190,120,150,260,210,160,190,150,180,130,10,70,30,10,10,20,40,40,150,40,60,50,80,120,100,210,150,150,250,240,230,160,180,200,60,20,20,10,0,40,40,10,80,130,80,170,70,90,120,260,90,230,140,170,110,250,170,110,80,20,10,20,10,20,20,40,40,50,70,90,110,130,160,170,160,230,130,150,130,180,110,50,40,110,10,10,0,20,60,60,20,70,120,160,190,80,110,220,110,180,190,160,90,170,170,130,30,10,30,0,20,10,80,80,100,50,90,110,50,110,180,130,120,240,210,140,250,150,160,50,320,40,20,0,0,0,80,80,40,110,120,50,90,190,170,170,130,220,80,50,210,70,140,70]},{"name":"Unmuted","color":"#4fae4e","values":[50,40,0,30,10,0,0,20,20,120,190,200,150,190,200,170,250,150,160,160,160,180,90,100,20,40,30,0,0,20,30,90,130,140,160,180,210,310,150,160,220,190,300,210,250,260,170,90,70,10,20,0,10,10,30,80,150,130,160,120,160,170,190,280,200,260,260,180,340,230,110,90,100,40,40,0,10,50,60,80,130,80,90,80,160,130,180,140,220,200,240,140,260,280,200,120,10,20,0,0,10,10,0,160,100,150,120,100,170,210,160,260,150,240,210,300,260,280,230,100,70,70,0,10,0,30,0,120,150,130,110,240,210,310,180,180,310,120,210,310,300,250,290,90,120,40,40,0,0,10,10,30,100,180,40,240,170,240,180,180,200,190,220,220,100,230,130,80]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/13.json b/dist/chartDummyData/notifications_zoom/2018-12/13.json new file mode 100644 index 000000000..8cc24071f --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/13.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1544400000000,1544403600000,1544407200000,1544410800000,1544414400000,1544418000000,1544421600000,1544425200000,1544428800000,1544432400000,1544436000000,1544439600000,1544443200000,1544446800000,1544450400000,1544454000000,1544457600000,1544461200000,1544464800000,1544468400000,1544472000000,1544475600000,1544479200000,1544482800000,1544486400000,1544490000000,1544493600000,1544497200000,1544500800000,1544504400000,1544508000000,1544511600000,1544515200000,1544518800000,1544522400000,1544526000000,1544529600000,1544533200000,1544536800000,1544540400000,1544544000000,1544547600000,1544551200000,1544554800000,1544558400000,1544562000000,1544565600000,1544569200000,1544572800000,1544576400000,1544580000000,1544583600000,1544587200000,1544590800000,1544594400000,1544598000000,1544601600000,1544605200000,1544608800000,1544612400000,1544616000000,1544619600000,1544623200000,1544626800000,1544630400000,1544634000000,1544637600000,1544641200000,1544644800000,1544648400000,1544652000000,1544655600000,1544659200000,1544662800000,1544666400000,1544670000000,1544673600000,1544677200000,1544680800000,1544684400000,1544688000000,1544691600000,1544695200000,1544698800000,1544702400000,1544706000000,1544709600000,1544713200000,1544716800000,1544720400000,1544724000000,1544727600000,1544731200000,1544734800000,1544738400000,1544742000000,1544745600000,1544749200000,1544752800000,1544756400000,1544760000000,1544763600000,1544767200000,1544770800000,1544774400000,1544778000000,1544781600000,1544785200000,1544788800000,1544792400000,1544796000000,1544799600000,1544803200000,1544806800000,1544810400000,1544814000000,1544817600000,1544821200000,1544824800000,1544828400000,1544832000000,1544835600000,1544839200000,1544842800000,1544846400000,1544850000000,1544853600000,1544857200000,1544860800000,1544864400000,1544868000000,1544871600000,1544875200000,1544878800000,1544882400000,1544886000000,1544889600000,1544893200000,1544896800000,1544900400000,1544904000000,1544907600000,1544911200000,1544914800000,1544918400000,1544922000000,1544925600000,1544929200000,1544932800000,1544936400000,1544940000000,1544943600000,1544947200000,1544950800000,1544954400000,1544958000000,1544961600000,1544965200000,1544968800000,1544972400000,1544976000000,1544979600000,1544983200000,1544986800000,1544990400000,1544994000000,1544997600000,1545001200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[10,70,30,10,10,20,40,40,150,40,60,50,80,120,100,210,150,150,250,240,230,160,180,200,60,20,20,10,0,40,40,10,80,130,80,170,70,90,120,260,90,230,140,170,110,250,170,110,80,20,10,20,10,20,20,40,40,50,70,90,110,130,160,170,160,230,130,150,130,180,110,50,40,110,10,10,0,20,60,60,20,70,120,160,190,80,110,220,110,180,190,160,90,170,170,130,30,10,30,0,20,10,80,80,100,50,90,110,50,110,180,130,120,240,210,140,250,150,160,50,320,40,20,0,0,0,80,80,40,110,120,50,90,190,170,170,130,220,80,50,210,70,140,70,100,10,10,10,0,10,10,100,110,110,100,200,180,270,120,150,170,90,210,230,220,260,170,130]},{"name":"Unmuted","color":"#4fae4e","values":[20,40,30,0,0,20,30,90,130,140,160,180,210,310,150,160,220,190,300,210,250,260,170,90,70,10,20,0,10,10,30,80,150,130,160,120,160,170,190,280,200,260,260,180,340,230,110,90,100,40,40,0,10,50,60,80,130,80,90,80,160,130,180,140,220,200,240,140,260,280,200,120,10,20,0,0,10,10,0,160,100,150,120,100,170,210,160,260,150,240,210,300,260,280,230,100,70,70,0,10,0,30,0,120,150,130,110,240,210,310,180,180,310,120,210,310,300,250,290,90,120,40,40,0,0,10,10,30,100,180,40,240,170,240,180,180,200,190,220,220,100,230,130,80,60,80,50,20,20,0,20,60,50,170,230,130,140,210,170,170,220,100,230,270,120,160,130,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/14.json b/dist/chartDummyData/notifications_zoom/2018-12/14.json new file mode 100644 index 000000000..fcc7f7de5 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/14.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1544486400000,1544490000000,1544493600000,1544497200000,1544500800000,1544504400000,1544508000000,1544511600000,1544515200000,1544518800000,1544522400000,1544526000000,1544529600000,1544533200000,1544536800000,1544540400000,1544544000000,1544547600000,1544551200000,1544554800000,1544558400000,1544562000000,1544565600000,1544569200000,1544572800000,1544576400000,1544580000000,1544583600000,1544587200000,1544590800000,1544594400000,1544598000000,1544601600000,1544605200000,1544608800000,1544612400000,1544616000000,1544619600000,1544623200000,1544626800000,1544630400000,1544634000000,1544637600000,1544641200000,1544644800000,1544648400000,1544652000000,1544655600000,1544659200000,1544662800000,1544666400000,1544670000000,1544673600000,1544677200000,1544680800000,1544684400000,1544688000000,1544691600000,1544695200000,1544698800000,1544702400000,1544706000000,1544709600000,1544713200000,1544716800000,1544720400000,1544724000000,1544727600000,1544731200000,1544734800000,1544738400000,1544742000000,1544745600000,1544749200000,1544752800000,1544756400000,1544760000000,1544763600000,1544767200000,1544770800000,1544774400000,1544778000000,1544781600000,1544785200000,1544788800000,1544792400000,1544796000000,1544799600000,1544803200000,1544806800000,1544810400000,1544814000000,1544817600000,1544821200000,1544824800000,1544828400000,1544832000000,1544835600000,1544839200000,1544842800000,1544846400000,1544850000000,1544853600000,1544857200000,1544860800000,1544864400000,1544868000000,1544871600000,1544875200000,1544878800000,1544882400000,1544886000000,1544889600000,1544893200000,1544896800000,1544900400000,1544904000000,1544907600000,1544911200000,1544914800000,1544918400000,1544922000000,1544925600000,1544929200000,1544932800000,1544936400000,1544940000000,1544943600000,1544947200000,1544950800000,1544954400000,1544958000000,1544961600000,1544965200000,1544968800000,1544972400000,1544976000000,1544979600000,1544983200000,1544986800000,1544990400000,1544994000000,1544997600000,1545001200000,1545004800000,1545008400000,1545012000000,1545015600000,1545019200000,1545022800000,1545026400000,1545030000000,1545033600000,1545037200000,1545040800000,1545044400000,1545048000000,1545051600000,1545055200000,1545058800000,1545062400000,1545066000000,1545069600000,1545073200000,1545076800000,1545080400000,1545084000000,1545087600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[60,20,20,10,0,40,40,10,80,130,80,170,70,90,120,260,90,230,140,170,110,250,170,110,80,20,10,20,10,20,20,40,40,50,70,90,110,130,160,170,160,230,130,150,130,180,110,50,40,110,10,10,0,20,60,60,20,70,120,160,190,80,110,220,110,180,190,160,90,170,170,130,30,10,30,0,20,10,80,80,100,50,90,110,50,110,180,130,120,240,210,140,250,150,160,50,320,40,20,0,0,0,80,80,40,110,120,50,90,190,170,170,130,220,80,50,210,70,140,70,100,10,10,10,0,10,10,100,110,110,100,200,180,270,120,150,170,90,210,230,220,260,170,130,120,50,10,20,10,10,0,60,60,110,220,120,30,220,210,130,170,170,220,290,110,240,180,70]},{"name":"Unmuted","color":"#4fae4e","values":[70,10,20,0,10,10,30,80,150,130,160,120,160,170,190,280,200,260,260,180,340,230,110,90,100,40,40,0,10,50,60,80,130,80,90,80,160,130,180,140,220,200,240,140,260,280,200,120,10,20,0,0,10,10,0,160,100,150,120,100,170,210,160,260,150,240,210,300,260,280,230,100,70,70,0,10,0,30,0,120,150,130,110,240,210,310,180,180,310,120,210,310,300,250,290,90,120,40,40,0,0,10,10,30,100,180,40,240,170,240,180,180,200,190,220,220,100,230,130,80,60,80,50,20,20,0,20,60,50,170,230,130,140,210,170,170,220,100,230,270,120,160,130,100,30,0,10,20,20,10,30,150,130,80,170,170,170,130,210,250,190,310,280,250,380,240,180,130]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/15.json b/dist/chartDummyData/notifications_zoom/2018-12/15.json new file mode 100644 index 000000000..a9763ed47 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/15.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1544572800000,1544576400000,1544580000000,1544583600000,1544587200000,1544590800000,1544594400000,1544598000000,1544601600000,1544605200000,1544608800000,1544612400000,1544616000000,1544619600000,1544623200000,1544626800000,1544630400000,1544634000000,1544637600000,1544641200000,1544644800000,1544648400000,1544652000000,1544655600000,1544659200000,1544662800000,1544666400000,1544670000000,1544673600000,1544677200000,1544680800000,1544684400000,1544688000000,1544691600000,1544695200000,1544698800000,1544702400000,1544706000000,1544709600000,1544713200000,1544716800000,1544720400000,1544724000000,1544727600000,1544731200000,1544734800000,1544738400000,1544742000000,1544745600000,1544749200000,1544752800000,1544756400000,1544760000000,1544763600000,1544767200000,1544770800000,1544774400000,1544778000000,1544781600000,1544785200000,1544788800000,1544792400000,1544796000000,1544799600000,1544803200000,1544806800000,1544810400000,1544814000000,1544817600000,1544821200000,1544824800000,1544828400000,1544832000000,1544835600000,1544839200000,1544842800000,1544846400000,1544850000000,1544853600000,1544857200000,1544860800000,1544864400000,1544868000000,1544871600000,1544875200000,1544878800000,1544882400000,1544886000000,1544889600000,1544893200000,1544896800000,1544900400000,1544904000000,1544907600000,1544911200000,1544914800000,1544918400000,1544922000000,1544925600000,1544929200000,1544932800000,1544936400000,1544940000000,1544943600000,1544947200000,1544950800000,1544954400000,1544958000000,1544961600000,1544965200000,1544968800000,1544972400000,1544976000000,1544979600000,1544983200000,1544986800000,1544990400000,1544994000000,1544997600000,1545001200000,1545004800000,1545008400000,1545012000000,1545015600000,1545019200000,1545022800000,1545026400000,1545030000000,1545033600000,1545037200000,1545040800000,1545044400000,1545048000000,1545051600000,1545055200000,1545058800000,1545062400000,1545066000000,1545069600000,1545073200000,1545076800000,1545080400000,1545084000000,1545087600000,1545091200000,1545094800000,1545098400000,1545102000000,1545105600000,1545109200000,1545112800000,1545116400000,1545120000000,1545123600000,1545127200000,1545130800000,1545134400000,1545138000000,1545141600000,1545145200000,1545148800000,1545152400000,1545156000000,1545159600000,1545163200000,1545166800000,1545170400000,1545174000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[80,20,10,20,10,20,20,40,40,50,70,90,110,130,160,170,160,230,130,150,130,180,110,50,40,110,10,10,0,20,60,60,20,70,120,160,190,80,110,220,110,180,190,160,90,170,170,130,30,10,30,0,20,10,80,80,100,50,90,110,50,110,180,130,120,240,210,140,250,150,160,50,320,40,20,0,0,0,80,80,40,110,120,50,90,190,170,170,130,220,80,50,210,70,140,70,100,10,10,10,0,10,10,100,110,110,100,200,180,270,120,150,170,90,210,230,220,260,170,130,120,50,10,20,10,10,0,60,60,110,220,120,30,220,210,130,170,170,220,290,110,240,180,70,70,90,0,0,10,0,40,40,20,90,50,140,170,70,170,180,140,110,140,150,200,210,340,310]},{"name":"Unmuted","color":"#4fae4e","values":[100,40,40,0,10,50,60,80,130,80,90,80,160,130,180,140,220,200,240,140,260,280,200,120,10,20,0,0,10,10,0,160,100,150,120,100,170,210,160,260,150,240,210,300,260,280,230,100,70,70,0,10,0,30,0,120,150,130,110,240,210,310,180,180,310,120,210,310,300,250,290,90,120,40,40,0,0,10,10,30,100,180,40,240,170,240,180,180,200,190,220,220,100,230,130,80,60,80,50,20,20,0,20,60,50,170,230,130,140,210,170,170,220,100,230,270,120,160,130,100,30,0,10,20,20,10,30,150,130,80,170,170,170,130,210,250,190,310,280,250,380,240,180,130,90,10,0,0,0,10,120,110,150,110,110,120,150,150,220,200,230,150,310,150,300,190,210,50]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/16.json b/dist/chartDummyData/notifications_zoom/2018-12/16.json new file mode 100644 index 000000000..f6b977995 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/16.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1544659200000,1544662800000,1544666400000,1544670000000,1544673600000,1544677200000,1544680800000,1544684400000,1544688000000,1544691600000,1544695200000,1544698800000,1544702400000,1544706000000,1544709600000,1544713200000,1544716800000,1544720400000,1544724000000,1544727600000,1544731200000,1544734800000,1544738400000,1544742000000,1544745600000,1544749200000,1544752800000,1544756400000,1544760000000,1544763600000,1544767200000,1544770800000,1544774400000,1544778000000,1544781600000,1544785200000,1544788800000,1544792400000,1544796000000,1544799600000,1544803200000,1544806800000,1544810400000,1544814000000,1544817600000,1544821200000,1544824800000,1544828400000,1544832000000,1544835600000,1544839200000,1544842800000,1544846400000,1544850000000,1544853600000,1544857200000,1544860800000,1544864400000,1544868000000,1544871600000,1544875200000,1544878800000,1544882400000,1544886000000,1544889600000,1544893200000,1544896800000,1544900400000,1544904000000,1544907600000,1544911200000,1544914800000,1544918400000,1544922000000,1544925600000,1544929200000,1544932800000,1544936400000,1544940000000,1544943600000,1544947200000,1544950800000,1544954400000,1544958000000,1544961600000,1544965200000,1544968800000,1544972400000,1544976000000,1544979600000,1544983200000,1544986800000,1544990400000,1544994000000,1544997600000,1545001200000,1545004800000,1545008400000,1545012000000,1545015600000,1545019200000,1545022800000,1545026400000,1545030000000,1545033600000,1545037200000,1545040800000,1545044400000,1545048000000,1545051600000,1545055200000,1545058800000,1545062400000,1545066000000,1545069600000,1545073200000,1545076800000,1545080400000,1545084000000,1545087600000,1545091200000,1545094800000,1545098400000,1545102000000,1545105600000,1545109200000,1545112800000,1545116400000,1545120000000,1545123600000,1545127200000,1545130800000,1545134400000,1545138000000,1545141600000,1545145200000,1545148800000,1545152400000,1545156000000,1545159600000,1545163200000,1545166800000,1545170400000,1545174000000,1545177600000,1545181200000,1545184800000,1545188400000,1545192000000,1545195600000,1545199200000,1545202800000,1545206400000,1545210000000,1545213600000,1545217200000,1545220800000,1545224400000,1545228000000,1545231600000,1545235200000,1545238800000,1545242400000,1545246000000,1545249600000,1545253200000,1545256800000,1545260400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[40,110,10,10,0,20,60,60,20,70,120,160,190,80,110,220,110,180,190,160,90,170,170,130,30,10,30,0,20,10,80,80,100,50,90,110,50,110,180,130,120,240,210,140,250,150,160,50,320,40,20,0,0,0,80,80,40,110,120,50,90,190,170,170,130,220,80,50,210,70,140,70,100,10,10,10,0,10,10,100,110,110,100,200,180,270,120,150,170,90,210,230,220,260,170,130,120,50,10,20,10,10,0,60,60,110,220,120,30,220,210,130,170,170,220,290,110,240,180,70,70,90,0,0,10,0,40,40,20,90,50,140,170,70,170,180,140,110,140,150,200,210,340,310,70,80,0,10,0,0,30,70,90,150,60,110,90,200,180,130,130,170,190,210,180,320,90,120]},{"name":"Unmuted","color":"#4fae4e","values":[10,20,0,0,10,10,0,160,100,150,120,100,170,210,160,260,150,240,210,300,260,280,230,100,70,70,0,10,0,30,0,120,150,130,110,240,210,310,180,180,310,120,210,310,300,250,290,90,120,40,40,0,0,10,10,30,100,180,40,240,170,240,180,180,200,190,220,220,100,230,130,80,60,80,50,20,20,0,20,60,50,170,230,130,140,210,170,170,220,100,230,270,120,160,130,100,30,0,10,20,20,10,30,150,130,80,170,170,170,130,210,250,190,310,280,250,380,240,180,130,90,10,0,0,0,10,120,110,150,110,110,120,150,150,220,200,230,150,310,150,300,190,210,50,80,40,10,0,0,40,50,60,90,150,150,170,180,190,220,200,190,220,100,250,320,150,130,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/17.json b/dist/chartDummyData/notifications_zoom/2018-12/17.json new file mode 100644 index 000000000..fccc0a42c --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/17.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1544745600000,1544749200000,1544752800000,1544756400000,1544760000000,1544763600000,1544767200000,1544770800000,1544774400000,1544778000000,1544781600000,1544785200000,1544788800000,1544792400000,1544796000000,1544799600000,1544803200000,1544806800000,1544810400000,1544814000000,1544817600000,1544821200000,1544824800000,1544828400000,1544832000000,1544835600000,1544839200000,1544842800000,1544846400000,1544850000000,1544853600000,1544857200000,1544860800000,1544864400000,1544868000000,1544871600000,1544875200000,1544878800000,1544882400000,1544886000000,1544889600000,1544893200000,1544896800000,1544900400000,1544904000000,1544907600000,1544911200000,1544914800000,1544918400000,1544922000000,1544925600000,1544929200000,1544932800000,1544936400000,1544940000000,1544943600000,1544947200000,1544950800000,1544954400000,1544958000000,1544961600000,1544965200000,1544968800000,1544972400000,1544976000000,1544979600000,1544983200000,1544986800000,1544990400000,1544994000000,1544997600000,1545001200000,1545004800000,1545008400000,1545012000000,1545015600000,1545019200000,1545022800000,1545026400000,1545030000000,1545033600000,1545037200000,1545040800000,1545044400000,1545048000000,1545051600000,1545055200000,1545058800000,1545062400000,1545066000000,1545069600000,1545073200000,1545076800000,1545080400000,1545084000000,1545087600000,1545091200000,1545094800000,1545098400000,1545102000000,1545105600000,1545109200000,1545112800000,1545116400000,1545120000000,1545123600000,1545127200000,1545130800000,1545134400000,1545138000000,1545141600000,1545145200000,1545148800000,1545152400000,1545156000000,1545159600000,1545163200000,1545166800000,1545170400000,1545174000000,1545177600000,1545181200000,1545184800000,1545188400000,1545192000000,1545195600000,1545199200000,1545202800000,1545206400000,1545210000000,1545213600000,1545217200000,1545220800000,1545224400000,1545228000000,1545231600000,1545235200000,1545238800000,1545242400000,1545246000000,1545249600000,1545253200000,1545256800000,1545260400000,1545264000000,1545267600000,1545271200000,1545274800000,1545278400000,1545282000000,1545285600000,1545289200000,1545292800000,1545296400000,1545300000000,1545303600000,1545307200000,1545310800000,1545314400000,1545318000000,1545321600000,1545325200000,1545328800000,1545332400000,1545336000000,1545339600000,1545343200000,1545346800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[30,10,30,0,20,10,80,80,100,50,90,110,50,110,180,130,120,240,210,140,250,150,160,50,320,40,20,0,0,0,80,80,40,110,120,50,90,190,170,170,130,220,80,50,210,70,140,70,100,10,10,10,0,10,10,100,110,110,100,200,180,270,120,150,170,90,210,230,220,260,170,130,120,50,10,20,10,10,0,60,60,110,220,120,30,220,210,130,170,170,220,290,110,240,180,70,70,90,0,0,10,0,40,40,20,90,50,140,170,70,170,180,140,110,140,150,200,210,340,310,70,80,0,10,0,0,30,70,90,150,60,110,90,200,180,130,130,170,190,210,180,320,90,120,100,20,10,40,0,10,20,110,40,60,180,200,70,110,110,220,180,220,100,190,190,270,170,130]},{"name":"Unmuted","color":"#4fae4e","values":[70,70,0,10,0,30,0,120,150,130,110,240,210,310,180,180,310,120,210,310,300,250,290,90,120,40,40,0,0,10,10,30,100,180,40,240,170,240,180,180,200,190,220,220,100,230,130,80,60,80,50,20,20,0,20,60,50,170,230,130,140,210,170,170,220,100,230,270,120,160,130,100,30,0,10,20,20,10,30,150,130,80,170,170,170,130,210,250,190,310,280,250,380,240,180,130,90,10,0,0,0,10,120,110,150,110,110,120,150,150,220,200,230,150,310,150,300,190,210,50,80,40,10,0,0,40,50,60,90,150,150,170,180,190,220,200,190,220,100,250,320,150,130,100,40,20,0,0,0,30,90,90,140,100,140,170,140,180,250,240,200,240,300,200,210,170,120,280]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/18.json b/dist/chartDummyData/notifications_zoom/2018-12/18.json new file mode 100644 index 000000000..bd943e09d --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/18.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1544832000000,1544835600000,1544839200000,1544842800000,1544846400000,1544850000000,1544853600000,1544857200000,1544860800000,1544864400000,1544868000000,1544871600000,1544875200000,1544878800000,1544882400000,1544886000000,1544889600000,1544893200000,1544896800000,1544900400000,1544904000000,1544907600000,1544911200000,1544914800000,1544918400000,1544922000000,1544925600000,1544929200000,1544932800000,1544936400000,1544940000000,1544943600000,1544947200000,1544950800000,1544954400000,1544958000000,1544961600000,1544965200000,1544968800000,1544972400000,1544976000000,1544979600000,1544983200000,1544986800000,1544990400000,1544994000000,1544997600000,1545001200000,1545004800000,1545008400000,1545012000000,1545015600000,1545019200000,1545022800000,1545026400000,1545030000000,1545033600000,1545037200000,1545040800000,1545044400000,1545048000000,1545051600000,1545055200000,1545058800000,1545062400000,1545066000000,1545069600000,1545073200000,1545076800000,1545080400000,1545084000000,1545087600000,1545091200000,1545094800000,1545098400000,1545102000000,1545105600000,1545109200000,1545112800000,1545116400000,1545120000000,1545123600000,1545127200000,1545130800000,1545134400000,1545138000000,1545141600000,1545145200000,1545148800000,1545152400000,1545156000000,1545159600000,1545163200000,1545166800000,1545170400000,1545174000000,1545177600000,1545181200000,1545184800000,1545188400000,1545192000000,1545195600000,1545199200000,1545202800000,1545206400000,1545210000000,1545213600000,1545217200000,1545220800000,1545224400000,1545228000000,1545231600000,1545235200000,1545238800000,1545242400000,1545246000000,1545249600000,1545253200000,1545256800000,1545260400000,1545264000000,1545267600000,1545271200000,1545274800000,1545278400000,1545282000000,1545285600000,1545289200000,1545292800000,1545296400000,1545300000000,1545303600000,1545307200000,1545310800000,1545314400000,1545318000000,1545321600000,1545325200000,1545328800000,1545332400000,1545336000000,1545339600000,1545343200000,1545346800000,1545350400000,1545354000000,1545357600000,1545361200000,1545364800000,1545368400000,1545372000000,1545375600000,1545379200000,1545382800000,1545386400000,1545390000000,1545393600000,1545397200000,1545400800000,1545404400000,1545408000000,1545411600000,1545415200000,1545418800000,1545422400000,1545426000000,1545429600000,1545433200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[320,40,20,0,0,0,80,80,40,110,120,50,90,190,170,170,130,220,80,50,210,70,140,70,100,10,10,10,0,10,10,100,110,110,100,200,180,270,120,150,170,90,210,230,220,260,170,130,120,50,10,20,10,10,0,60,60,110,220,120,30,220,210,130,170,170,220,290,110,240,180,70,70,90,0,0,10,0,40,40,20,90,50,140,170,70,170,180,140,110,140,150,200,210,340,310,70,80,0,10,0,0,30,70,90,150,60,110,90,200,180,130,130,170,190,210,180,320,90,120,100,20,10,40,0,10,20,110,40,60,180,200,70,110,110,220,180,220,100,190,190,270,170,130,60,20,10,0,0,20,50,60,40,60,90,70,140,170,160,70,160,180,90,140,160,150,170,130]},{"name":"Unmuted","color":"#4fae4e","values":[120,40,40,0,0,10,10,30,100,180,40,240,170,240,180,180,200,190,220,220,100,230,130,80,60,80,50,20,20,0,20,60,50,170,230,130,140,210,170,170,220,100,230,270,120,160,130,100,30,0,10,20,20,10,30,150,130,80,170,170,170,130,210,250,190,310,280,250,380,240,180,130,90,10,0,0,0,10,120,110,150,110,110,120,150,150,220,200,230,150,310,150,300,190,210,50,80,40,10,0,0,40,50,60,90,150,150,170,180,190,220,200,190,220,100,250,320,150,130,100,40,20,0,0,0,30,90,90,140,100,140,170,140,180,250,240,200,240,300,200,210,170,120,280,30,0,10,10,0,0,0,80,120,130,140,150,160,190,210,210,170,240,190,240,180,180,170,150]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/19.json b/dist/chartDummyData/notifications_zoom/2018-12/19.json new file mode 100644 index 000000000..199f9239f --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/19.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1544918400000,1544922000000,1544925600000,1544929200000,1544932800000,1544936400000,1544940000000,1544943600000,1544947200000,1544950800000,1544954400000,1544958000000,1544961600000,1544965200000,1544968800000,1544972400000,1544976000000,1544979600000,1544983200000,1544986800000,1544990400000,1544994000000,1544997600000,1545001200000,1545004800000,1545008400000,1545012000000,1545015600000,1545019200000,1545022800000,1545026400000,1545030000000,1545033600000,1545037200000,1545040800000,1545044400000,1545048000000,1545051600000,1545055200000,1545058800000,1545062400000,1545066000000,1545069600000,1545073200000,1545076800000,1545080400000,1545084000000,1545087600000,1545091200000,1545094800000,1545098400000,1545102000000,1545105600000,1545109200000,1545112800000,1545116400000,1545120000000,1545123600000,1545127200000,1545130800000,1545134400000,1545138000000,1545141600000,1545145200000,1545148800000,1545152400000,1545156000000,1545159600000,1545163200000,1545166800000,1545170400000,1545174000000,1545177600000,1545181200000,1545184800000,1545188400000,1545192000000,1545195600000,1545199200000,1545202800000,1545206400000,1545210000000,1545213600000,1545217200000,1545220800000,1545224400000,1545228000000,1545231600000,1545235200000,1545238800000,1545242400000,1545246000000,1545249600000,1545253200000,1545256800000,1545260400000,1545264000000,1545267600000,1545271200000,1545274800000,1545278400000,1545282000000,1545285600000,1545289200000,1545292800000,1545296400000,1545300000000,1545303600000,1545307200000,1545310800000,1545314400000,1545318000000,1545321600000,1545325200000,1545328800000,1545332400000,1545336000000,1545339600000,1545343200000,1545346800000,1545350400000,1545354000000,1545357600000,1545361200000,1545364800000,1545368400000,1545372000000,1545375600000,1545379200000,1545382800000,1545386400000,1545390000000,1545393600000,1545397200000,1545400800000,1545404400000,1545408000000,1545411600000,1545415200000,1545418800000,1545422400000,1545426000000,1545429600000,1545433200000,1545436800000,1545440400000,1545444000000,1545447600000,1545451200000,1545454800000,1545458400000,1545462000000,1545465600000,1545469200000,1545472800000,1545476400000,1545480000000,1545483600000,1545487200000,1545490800000,1545494400000,1545498000000,1545501600000,1545505200000,1545508800000,1545512400000,1545516000000,1545519600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[100,10,10,10,0,10,10,100,110,110,100,200,180,270,120,150,170,90,210,230,220,260,170,130,120,50,10,20,10,10,0,60,60,110,220,120,30,220,210,130,170,170,220,290,110,240,180,70,70,90,0,0,10,0,40,40,20,90,50,140,170,70,170,180,140,110,140,150,200,210,340,310,70,80,0,10,0,0,30,70,90,150,60,110,90,200,180,130,130,170,190,210,180,320,90,120,100,20,10,40,0,10,20,110,40,60,180,200,70,110,110,220,180,220,100,190,190,270,170,130,60,20,10,0,0,20,50,60,40,60,90,70,140,170,160,70,160,180,90,140,160,150,170,130,160,50,10,20,0,10,10,200,90,130,90,110,170,210,100,270,140,230,200,70,110,90,150,100]},{"name":"Unmuted","color":"#4fae4e","values":[60,80,50,20,20,0,20,60,50,170,230,130,140,210,170,170,220,100,230,270,120,160,130,100,30,0,10,20,20,10,30,150,130,80,170,170,170,130,210,250,190,310,280,250,380,240,180,130,90,10,0,0,0,10,120,110,150,110,110,120,150,150,220,200,230,150,310,150,300,190,210,50,80,40,10,0,0,40,50,60,90,150,150,170,180,190,220,200,190,220,100,250,320,150,130,100,40,20,0,0,0,30,90,90,140,100,140,170,140,180,250,240,200,240,300,200,210,170,120,280,30,0,10,10,0,0,0,80,120,130,140,150,160,190,210,210,170,240,190,240,180,180,170,150,40,30,0,10,10,0,20,40,90,200,180,240,220,190,150,140,110,170,230,100,200,120,260,180]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/20.json b/dist/chartDummyData/notifications_zoom/2018-12/20.json new file mode 100644 index 000000000..3bc3559c5 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/20.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1545004800000,1545008400000,1545012000000,1545015600000,1545019200000,1545022800000,1545026400000,1545030000000,1545033600000,1545037200000,1545040800000,1545044400000,1545048000000,1545051600000,1545055200000,1545058800000,1545062400000,1545066000000,1545069600000,1545073200000,1545076800000,1545080400000,1545084000000,1545087600000,1545091200000,1545094800000,1545098400000,1545102000000,1545105600000,1545109200000,1545112800000,1545116400000,1545120000000,1545123600000,1545127200000,1545130800000,1545134400000,1545138000000,1545141600000,1545145200000,1545148800000,1545152400000,1545156000000,1545159600000,1545163200000,1545166800000,1545170400000,1545174000000,1545177600000,1545181200000,1545184800000,1545188400000,1545192000000,1545195600000,1545199200000,1545202800000,1545206400000,1545210000000,1545213600000,1545217200000,1545220800000,1545224400000,1545228000000,1545231600000,1545235200000,1545238800000,1545242400000,1545246000000,1545249600000,1545253200000,1545256800000,1545260400000,1545264000000,1545267600000,1545271200000,1545274800000,1545278400000,1545282000000,1545285600000,1545289200000,1545292800000,1545296400000,1545300000000,1545303600000,1545307200000,1545310800000,1545314400000,1545318000000,1545321600000,1545325200000,1545328800000,1545332400000,1545336000000,1545339600000,1545343200000,1545346800000,1545350400000,1545354000000,1545357600000,1545361200000,1545364800000,1545368400000,1545372000000,1545375600000,1545379200000,1545382800000,1545386400000,1545390000000,1545393600000,1545397200000,1545400800000,1545404400000,1545408000000,1545411600000,1545415200000,1545418800000,1545422400000,1545426000000,1545429600000,1545433200000,1545436800000,1545440400000,1545444000000,1545447600000,1545451200000,1545454800000,1545458400000,1545462000000,1545465600000,1545469200000,1545472800000,1545476400000,1545480000000,1545483600000,1545487200000,1545490800000,1545494400000,1545498000000,1545501600000,1545505200000,1545508800000,1545512400000,1545516000000,1545519600000,1545523200000,1545526800000,1545530400000,1545534000000,1545537600000,1545541200000,1545544800000,1545548400000,1545552000000,1545555600000,1545559200000,1545562800000,1545566400000,1545570000000,1545573600000,1545577200000,1545580800000,1545584400000,1545588000000,1545591600000,1545595200000,1545598800000,1545602400000,1545606000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[120,50,10,20,10,10,0,60,60,110,220,120,30,220,210,130,170,170,220,290,110,240,180,70,70,90,0,0,10,0,40,40,20,90,50,140,170,70,170,180,140,110,140,150,200,210,340,310,70,80,0,10,0,0,30,70,90,150,60,110,90,200,180,130,130,170,190,210,180,320,90,120,100,20,10,40,0,10,20,110,40,60,180,200,70,110,110,220,180,220,100,190,190,270,170,130,60,20,10,0,0,20,50,60,40,60,90,70,140,170,160,70,160,180,90,140,160,150,170,130,160,50,10,20,0,10,10,200,90,130,90,110,170,210,100,270,140,230,200,70,110,90,150,100,40,80,20,0,10,20,20,0,80,110,130,150,130,160,150,160,140,170,90,140,120,190,110,50]},{"name":"Unmuted","color":"#4fae4e","values":[30,0,10,20,20,10,30,150,130,80,170,170,170,130,210,250,190,310,280,250,380,240,180,130,90,10,0,0,0,10,120,110,150,110,110,120,150,150,220,200,230,150,310,150,300,190,210,50,80,40,10,0,0,40,50,60,90,150,150,170,180,190,220,200,190,220,100,250,320,150,130,100,40,20,0,0,0,30,90,90,140,100,140,170,140,180,250,240,200,240,300,200,210,170,120,280,30,0,10,10,0,0,0,80,120,130,140,150,160,190,210,210,170,240,190,240,180,180,170,150,40,30,0,10,10,0,20,40,90,200,180,240,220,190,150,140,110,170,230,100,200,120,260,180,100,50,50,0,0,0,40,40,110,170,80,300,160,210,170,140,160,210,100,170,170,150,220,140]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/21.json b/dist/chartDummyData/notifications_zoom/2018-12/21.json new file mode 100644 index 000000000..9c34f2159 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/21.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1545091200000,1545094800000,1545098400000,1545102000000,1545105600000,1545109200000,1545112800000,1545116400000,1545120000000,1545123600000,1545127200000,1545130800000,1545134400000,1545138000000,1545141600000,1545145200000,1545148800000,1545152400000,1545156000000,1545159600000,1545163200000,1545166800000,1545170400000,1545174000000,1545177600000,1545181200000,1545184800000,1545188400000,1545192000000,1545195600000,1545199200000,1545202800000,1545206400000,1545210000000,1545213600000,1545217200000,1545220800000,1545224400000,1545228000000,1545231600000,1545235200000,1545238800000,1545242400000,1545246000000,1545249600000,1545253200000,1545256800000,1545260400000,1545264000000,1545267600000,1545271200000,1545274800000,1545278400000,1545282000000,1545285600000,1545289200000,1545292800000,1545296400000,1545300000000,1545303600000,1545307200000,1545310800000,1545314400000,1545318000000,1545321600000,1545325200000,1545328800000,1545332400000,1545336000000,1545339600000,1545343200000,1545346800000,1545350400000,1545354000000,1545357600000,1545361200000,1545364800000,1545368400000,1545372000000,1545375600000,1545379200000,1545382800000,1545386400000,1545390000000,1545393600000,1545397200000,1545400800000,1545404400000,1545408000000,1545411600000,1545415200000,1545418800000,1545422400000,1545426000000,1545429600000,1545433200000,1545436800000,1545440400000,1545444000000,1545447600000,1545451200000,1545454800000,1545458400000,1545462000000,1545465600000,1545469200000,1545472800000,1545476400000,1545480000000,1545483600000,1545487200000,1545490800000,1545494400000,1545498000000,1545501600000,1545505200000,1545508800000,1545512400000,1545516000000,1545519600000,1545523200000,1545526800000,1545530400000,1545534000000,1545537600000,1545541200000,1545544800000,1545548400000,1545552000000,1545555600000,1545559200000,1545562800000,1545566400000,1545570000000,1545573600000,1545577200000,1545580800000,1545584400000,1545588000000,1545591600000,1545595200000,1545598800000,1545602400000,1545606000000,1545609600000,1545613200000,1545616800000,1545620400000,1545624000000,1545627600000,1545631200000,1545634800000,1545638400000,1545642000000,1545645600000,1545649200000,1545652800000,1545656400000,1545660000000,1545663600000,1545667200000,1545670800000,1545674400000,1545678000000,1545681600000,1545685200000,1545688800000,1545692400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[70,90,0,0,10,0,40,40,20,90,50,140,170,70,170,180,140,110,140,150,200,210,340,310,70,80,0,10,0,0,30,70,90,150,60,110,90,200,180,130,130,170,190,210,180,320,90,120,100,20,10,40,0,10,20,110,40,60,180,200,70,110,110,220,180,220,100,190,190,270,170,130,60,20,10,0,0,20,50,60,40,60,90,70,140,170,160,70,160,180,90,140,160,150,170,130,160,50,10,20,0,10,10,200,90,130,90,110,170,210,100,270,140,230,200,70,110,90,150,100,40,80,20,0,10,20,20,0,80,110,130,150,130,160,150,160,140,170,90,140,120,190,110,50,110,30,50,0,0,10,40,80,100,150,190,110,200,110,180,140,220,230,200,150,200,200,180,220]},{"name":"Unmuted","color":"#4fae4e","values":[90,10,0,0,0,10,120,110,150,110,110,120,150,150,220,200,230,150,310,150,300,190,210,50,80,40,10,0,0,40,50,60,90,150,150,170,180,190,220,200,190,220,100,250,320,150,130,100,40,20,0,0,0,30,90,90,140,100,140,170,140,180,250,240,200,240,300,200,210,170,120,280,30,0,10,10,0,0,0,80,120,130,140,150,160,190,210,210,170,240,190,240,180,180,170,150,40,30,0,10,10,0,20,40,90,200,180,240,220,190,150,140,110,170,230,100,200,120,260,180,100,50,50,0,0,0,40,40,110,170,80,300,160,210,170,140,160,210,100,170,170,150,220,140,90,20,10,0,20,10,40,80,60,90,250,280,160,230,160,190,210,190,160,140,150,200,270,270]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/22.json b/dist/chartDummyData/notifications_zoom/2018-12/22.json new file mode 100644 index 000000000..45ae41d2b --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/22.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1545177600000,1545181200000,1545184800000,1545188400000,1545192000000,1545195600000,1545199200000,1545202800000,1545206400000,1545210000000,1545213600000,1545217200000,1545220800000,1545224400000,1545228000000,1545231600000,1545235200000,1545238800000,1545242400000,1545246000000,1545249600000,1545253200000,1545256800000,1545260400000,1545264000000,1545267600000,1545271200000,1545274800000,1545278400000,1545282000000,1545285600000,1545289200000,1545292800000,1545296400000,1545300000000,1545303600000,1545307200000,1545310800000,1545314400000,1545318000000,1545321600000,1545325200000,1545328800000,1545332400000,1545336000000,1545339600000,1545343200000,1545346800000,1545350400000,1545354000000,1545357600000,1545361200000,1545364800000,1545368400000,1545372000000,1545375600000,1545379200000,1545382800000,1545386400000,1545390000000,1545393600000,1545397200000,1545400800000,1545404400000,1545408000000,1545411600000,1545415200000,1545418800000,1545422400000,1545426000000,1545429600000,1545433200000,1545436800000,1545440400000,1545444000000,1545447600000,1545451200000,1545454800000,1545458400000,1545462000000,1545465600000,1545469200000,1545472800000,1545476400000,1545480000000,1545483600000,1545487200000,1545490800000,1545494400000,1545498000000,1545501600000,1545505200000,1545508800000,1545512400000,1545516000000,1545519600000,1545523200000,1545526800000,1545530400000,1545534000000,1545537600000,1545541200000,1545544800000,1545548400000,1545552000000,1545555600000,1545559200000,1545562800000,1545566400000,1545570000000,1545573600000,1545577200000,1545580800000,1545584400000,1545588000000,1545591600000,1545595200000,1545598800000,1545602400000,1545606000000,1545609600000,1545613200000,1545616800000,1545620400000,1545624000000,1545627600000,1545631200000,1545634800000,1545638400000,1545642000000,1545645600000,1545649200000,1545652800000,1545656400000,1545660000000,1545663600000,1545667200000,1545670800000,1545674400000,1545678000000,1545681600000,1545685200000,1545688800000,1545692400000,1545696000000,1545699600000,1545703200000,1545706800000,1545710400000,1545714000000,1545717600000,1545721200000,1545724800000,1545728400000,1545732000000,1545735600000,1545739200000,1545742800000,1545746400000,1545750000000,1545753600000,1545757200000,1545760800000,1545764400000,1545768000000,1545771600000,1545775200000,1545778800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[70,80,0,10,0,0,30,70,90,150,60,110,90,200,180,130,130,170,190,210,180,320,90,120,100,20,10,40,0,10,20,110,40,60,180,200,70,110,110,220,180,220,100,190,190,270,170,130,60,20,10,0,0,20,50,60,40,60,90,70,140,170,160,70,160,180,90,140,160,150,170,130,160,50,10,20,0,10,10,200,90,130,90,110,170,210,100,270,140,230,200,70,110,90,150,100,40,80,20,0,10,20,20,0,80,110,130,150,130,160,150,160,140,170,90,140,120,190,110,50,110,30,50,0,0,10,40,80,100,150,190,110,200,110,180,140,220,230,200,150,200,200,180,220,100,60,10,30,30,10,0,50,90,210,180,360,120,200,240,190,270,190,160,300,200,200,170,140]},{"name":"Unmuted","color":"#4fae4e","values":[80,40,10,0,0,40,50,60,90,150,150,170,180,190,220,200,190,220,100,250,320,150,130,100,40,20,0,0,0,30,90,90,140,100,140,170,140,180,250,240,200,240,300,200,210,170,120,280,30,0,10,10,0,0,0,80,120,130,140,150,160,190,210,210,170,240,190,240,180,180,170,150,40,30,0,10,10,0,20,40,90,200,180,240,220,190,150,140,110,170,230,100,200,120,260,180,100,50,50,0,0,0,40,40,110,170,80,300,160,210,170,140,160,210,100,170,170,150,220,140,90,20,10,0,20,10,40,80,60,90,250,280,160,230,160,190,210,190,160,140,150,200,270,270,120,50,10,10,0,10,50,50,80,140,200,220,250,220,200,200,150,170,180,170,170,200,90,140]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/23.json b/dist/chartDummyData/notifications_zoom/2018-12/23.json new file mode 100644 index 000000000..a0cfc7bf6 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/23.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1545264000000,1545267600000,1545271200000,1545274800000,1545278400000,1545282000000,1545285600000,1545289200000,1545292800000,1545296400000,1545300000000,1545303600000,1545307200000,1545310800000,1545314400000,1545318000000,1545321600000,1545325200000,1545328800000,1545332400000,1545336000000,1545339600000,1545343200000,1545346800000,1545350400000,1545354000000,1545357600000,1545361200000,1545364800000,1545368400000,1545372000000,1545375600000,1545379200000,1545382800000,1545386400000,1545390000000,1545393600000,1545397200000,1545400800000,1545404400000,1545408000000,1545411600000,1545415200000,1545418800000,1545422400000,1545426000000,1545429600000,1545433200000,1545436800000,1545440400000,1545444000000,1545447600000,1545451200000,1545454800000,1545458400000,1545462000000,1545465600000,1545469200000,1545472800000,1545476400000,1545480000000,1545483600000,1545487200000,1545490800000,1545494400000,1545498000000,1545501600000,1545505200000,1545508800000,1545512400000,1545516000000,1545519600000,1545523200000,1545526800000,1545530400000,1545534000000,1545537600000,1545541200000,1545544800000,1545548400000,1545552000000,1545555600000,1545559200000,1545562800000,1545566400000,1545570000000,1545573600000,1545577200000,1545580800000,1545584400000,1545588000000,1545591600000,1545595200000,1545598800000,1545602400000,1545606000000,1545609600000,1545613200000,1545616800000,1545620400000,1545624000000,1545627600000,1545631200000,1545634800000,1545638400000,1545642000000,1545645600000,1545649200000,1545652800000,1545656400000,1545660000000,1545663600000,1545667200000,1545670800000,1545674400000,1545678000000,1545681600000,1545685200000,1545688800000,1545692400000,1545696000000,1545699600000,1545703200000,1545706800000,1545710400000,1545714000000,1545717600000,1545721200000,1545724800000,1545728400000,1545732000000,1545735600000,1545739200000,1545742800000,1545746400000,1545750000000,1545753600000,1545757200000,1545760800000,1545764400000,1545768000000,1545771600000,1545775200000,1545778800000,1545782400000,1545786000000,1545789600000,1545793200000,1545796800000,1545800400000,1545804000000,1545807600000,1545811200000,1545814800000,1545818400000,1545822000000,1545825600000,1545829200000,1545832800000,1545836400000,1545840000000,1545843600000,1545847200000,1545850800000,1545854400000,1545858000000,1545861600000,1545865200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[100,20,10,40,0,10,20,110,40,60,180,200,70,110,110,220,180,220,100,190,190,270,170,130,60,20,10,0,0,20,50,60,40,60,90,70,140,170,160,70,160,180,90,140,160,150,170,130,160,50,10,20,0,10,10,200,90,130,90,110,170,210,100,270,140,230,200,70,110,90,150,100,40,80,20,0,10,20,20,0,80,110,130,150,130,160,150,160,140,170,90,140,120,190,110,50,110,30,50,0,0,10,40,80,100,150,190,110,200,110,180,140,220,230,200,150,200,200,180,220,100,60,10,30,30,10,0,50,90,210,180,360,120,200,240,190,270,190,160,300,200,200,170,140,110,180,160,60,20,0,70,0,40,130,80,140,90,290,160,190,400,160,230,140,170,150,310,120]},{"name":"Unmuted","color":"#4fae4e","values":[40,20,0,0,0,30,90,90,140,100,140,170,140,180,250,240,200,240,300,200,210,170,120,280,30,0,10,10,0,0,0,80,120,130,140,150,160,190,210,210,170,240,190,240,180,180,170,150,40,30,0,10,10,0,20,40,90,200,180,240,220,190,150,140,110,170,230,100,200,120,260,180,100,50,50,0,0,0,40,40,110,170,80,300,160,210,170,140,160,210,100,170,170,150,220,140,90,20,10,0,20,10,40,80,60,90,250,280,160,230,160,190,210,190,160,140,150,200,270,270,120,50,10,10,0,10,50,50,80,140,200,220,250,220,200,200,150,170,180,170,170,200,90,140,80,30,40,0,0,0,90,50,70,90,140,170,200,120,250,120,90,190,30,190,260,220,110,210]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/24.json b/dist/chartDummyData/notifications_zoom/2018-12/24.json new file mode 100644 index 000000000..a6e12f5c1 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/24.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1545350400000,1545354000000,1545357600000,1545361200000,1545364800000,1545368400000,1545372000000,1545375600000,1545379200000,1545382800000,1545386400000,1545390000000,1545393600000,1545397200000,1545400800000,1545404400000,1545408000000,1545411600000,1545415200000,1545418800000,1545422400000,1545426000000,1545429600000,1545433200000,1545436800000,1545440400000,1545444000000,1545447600000,1545451200000,1545454800000,1545458400000,1545462000000,1545465600000,1545469200000,1545472800000,1545476400000,1545480000000,1545483600000,1545487200000,1545490800000,1545494400000,1545498000000,1545501600000,1545505200000,1545508800000,1545512400000,1545516000000,1545519600000,1545523200000,1545526800000,1545530400000,1545534000000,1545537600000,1545541200000,1545544800000,1545548400000,1545552000000,1545555600000,1545559200000,1545562800000,1545566400000,1545570000000,1545573600000,1545577200000,1545580800000,1545584400000,1545588000000,1545591600000,1545595200000,1545598800000,1545602400000,1545606000000,1545609600000,1545613200000,1545616800000,1545620400000,1545624000000,1545627600000,1545631200000,1545634800000,1545638400000,1545642000000,1545645600000,1545649200000,1545652800000,1545656400000,1545660000000,1545663600000,1545667200000,1545670800000,1545674400000,1545678000000,1545681600000,1545685200000,1545688800000,1545692400000,1545696000000,1545699600000,1545703200000,1545706800000,1545710400000,1545714000000,1545717600000,1545721200000,1545724800000,1545728400000,1545732000000,1545735600000,1545739200000,1545742800000,1545746400000,1545750000000,1545753600000,1545757200000,1545760800000,1545764400000,1545768000000,1545771600000,1545775200000,1545778800000,1545782400000,1545786000000,1545789600000,1545793200000,1545796800000,1545800400000,1545804000000,1545807600000,1545811200000,1545814800000,1545818400000,1545822000000,1545825600000,1545829200000,1545832800000,1545836400000,1545840000000,1545843600000,1545847200000,1545850800000,1545854400000,1545858000000,1545861600000,1545865200000,1545868800000,1545872400000,1545876000000,1545879600000,1545883200000,1545886800000,1545890400000,1545894000000,1545897600000,1545901200000,1545904800000,1545908400000,1545912000000,1545915600000,1545919200000,1545922800000,1545926400000,1545930000000,1545933600000,1545937200000,1545940800000,1545944400000,1545948000000,1545951600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[60,20,10,0,0,20,50,60,40,60,90,70,140,170,160,70,160,180,90,140,160,150,170,130,160,50,10,20,0,10,10,200,90,130,90,110,170,210,100,270,140,230,200,70,110,90,150,100,40,80,20,0,10,20,20,0,80,110,130,150,130,160,150,160,140,170,90,140,120,190,110,50,110,30,50,0,0,10,40,80,100,150,190,110,200,110,180,140,220,230,200,150,200,200,180,220,100,60,10,30,30,10,0,50,90,210,180,360,120,200,240,190,270,190,160,300,200,200,170,140,110,180,160,60,20,0,70,0,40,130,80,140,90,290,160,190,400,160,230,140,170,150,310,120,100,90,70,10,0,0,10,20,50,120,200,240,110,150,160,190,150,140,130,260,220,200,160,140]},{"name":"Unmuted","color":"#4fae4e","values":[30,0,10,10,0,0,0,80,120,130,140,150,160,190,210,210,170,240,190,240,180,180,170,150,40,30,0,10,10,0,20,40,90,200,180,240,220,190,150,140,110,170,230,100,200,120,260,180,100,50,50,0,0,0,40,40,110,170,80,300,160,210,170,140,160,210,100,170,170,150,220,140,90,20,10,0,20,10,40,80,60,90,250,280,160,230,160,190,210,190,160,140,150,200,270,270,120,50,10,10,0,10,50,50,80,140,200,220,250,220,200,200,150,170,180,170,170,200,90,140,80,30,40,0,0,0,90,50,70,90,140,170,200,120,250,120,90,190,30,190,260,220,110,210,90,30,20,0,0,0,10,40,120,150,190,290,240,170,230,350,160,120,320,170,180,130,190,170]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/25.json b/dist/chartDummyData/notifications_zoom/2018-12/25.json new file mode 100644 index 000000000..d889b3470 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/25.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1545436800000,1545440400000,1545444000000,1545447600000,1545451200000,1545454800000,1545458400000,1545462000000,1545465600000,1545469200000,1545472800000,1545476400000,1545480000000,1545483600000,1545487200000,1545490800000,1545494400000,1545498000000,1545501600000,1545505200000,1545508800000,1545512400000,1545516000000,1545519600000,1545523200000,1545526800000,1545530400000,1545534000000,1545537600000,1545541200000,1545544800000,1545548400000,1545552000000,1545555600000,1545559200000,1545562800000,1545566400000,1545570000000,1545573600000,1545577200000,1545580800000,1545584400000,1545588000000,1545591600000,1545595200000,1545598800000,1545602400000,1545606000000,1545609600000,1545613200000,1545616800000,1545620400000,1545624000000,1545627600000,1545631200000,1545634800000,1545638400000,1545642000000,1545645600000,1545649200000,1545652800000,1545656400000,1545660000000,1545663600000,1545667200000,1545670800000,1545674400000,1545678000000,1545681600000,1545685200000,1545688800000,1545692400000,1545696000000,1545699600000,1545703200000,1545706800000,1545710400000,1545714000000,1545717600000,1545721200000,1545724800000,1545728400000,1545732000000,1545735600000,1545739200000,1545742800000,1545746400000,1545750000000,1545753600000,1545757200000,1545760800000,1545764400000,1545768000000,1545771600000,1545775200000,1545778800000,1545782400000,1545786000000,1545789600000,1545793200000,1545796800000,1545800400000,1545804000000,1545807600000,1545811200000,1545814800000,1545818400000,1545822000000,1545825600000,1545829200000,1545832800000,1545836400000,1545840000000,1545843600000,1545847200000,1545850800000,1545854400000,1545858000000,1545861600000,1545865200000,1545868800000,1545872400000,1545876000000,1545879600000,1545883200000,1545886800000,1545890400000,1545894000000,1545897600000,1545901200000,1545904800000,1545908400000,1545912000000,1545915600000,1545919200000,1545922800000,1545926400000,1545930000000,1545933600000,1545937200000,1545940800000,1545944400000,1545948000000,1545951600000,1545955200000,1545958800000,1545962400000,1545966000000,1545969600000,1545973200000,1545976800000,1545980400000,1545984000000,1545987600000,1545991200000,1545994800000,1545998400000,1546002000000,1546005600000,1546009200000,1546012800000,1546016400000,1546020000000,1546023600000,1546027200000,1546030800000,1546034400000,1546038000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[160,50,10,20,0,10,10,200,90,130,90,110,170,210,100,270,140,230,200,70,110,90,150,100,40,80,20,0,10,20,20,0,80,110,130,150,130,160,150,160,140,170,90,140,120,190,110,50,110,30,50,0,0,10,40,80,100,150,190,110,200,110,180,140,220,230,200,150,200,200,180,220,100,60,10,30,30,10,0,50,90,210,180,360,120,200,240,190,270,190,160,300,200,200,170,140,110,180,160,60,20,0,70,0,40,130,80,140,90,290,160,190,400,160,230,140,170,150,310,120,100,90,70,10,0,0,10,20,50,120,200,240,110,150,160,190,150,140,130,260,220,200,160,140,100,90,30,40,0,0,0,30,150,210,100,140,90,50,120,90,90,60,110,110,120,150,140,220]},{"name":"Unmuted","color":"#4fae4e","values":[40,30,0,10,10,0,20,40,90,200,180,240,220,190,150,140,110,170,230,100,200,120,260,180,100,50,50,0,0,0,40,40,110,170,80,300,160,210,170,140,160,210,100,170,170,150,220,140,90,20,10,0,20,10,40,80,60,90,250,280,160,230,160,190,210,190,160,140,150,200,270,270,120,50,10,10,0,10,50,50,80,140,200,220,250,220,200,200,150,170,180,170,170,200,90,140,80,30,40,0,0,0,90,50,70,90,140,170,200,120,250,120,90,190,30,190,260,220,110,210,90,30,20,0,0,0,10,40,120,150,190,290,240,170,230,350,160,120,320,170,180,130,190,170,50,110,30,10,0,10,10,90,120,430,250,240,230,190,400,110,190,310,270,100,150,180,140,120]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/26.json b/dist/chartDummyData/notifications_zoom/2018-12/26.json new file mode 100644 index 000000000..aa45d6151 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/26.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1545523200000,1545526800000,1545530400000,1545534000000,1545537600000,1545541200000,1545544800000,1545548400000,1545552000000,1545555600000,1545559200000,1545562800000,1545566400000,1545570000000,1545573600000,1545577200000,1545580800000,1545584400000,1545588000000,1545591600000,1545595200000,1545598800000,1545602400000,1545606000000,1545609600000,1545613200000,1545616800000,1545620400000,1545624000000,1545627600000,1545631200000,1545634800000,1545638400000,1545642000000,1545645600000,1545649200000,1545652800000,1545656400000,1545660000000,1545663600000,1545667200000,1545670800000,1545674400000,1545678000000,1545681600000,1545685200000,1545688800000,1545692400000,1545696000000,1545699600000,1545703200000,1545706800000,1545710400000,1545714000000,1545717600000,1545721200000,1545724800000,1545728400000,1545732000000,1545735600000,1545739200000,1545742800000,1545746400000,1545750000000,1545753600000,1545757200000,1545760800000,1545764400000,1545768000000,1545771600000,1545775200000,1545778800000,1545782400000,1545786000000,1545789600000,1545793200000,1545796800000,1545800400000,1545804000000,1545807600000,1545811200000,1545814800000,1545818400000,1545822000000,1545825600000,1545829200000,1545832800000,1545836400000,1545840000000,1545843600000,1545847200000,1545850800000,1545854400000,1545858000000,1545861600000,1545865200000,1545868800000,1545872400000,1545876000000,1545879600000,1545883200000,1545886800000,1545890400000,1545894000000,1545897600000,1545901200000,1545904800000,1545908400000,1545912000000,1545915600000,1545919200000,1545922800000,1545926400000,1545930000000,1545933600000,1545937200000,1545940800000,1545944400000,1545948000000,1545951600000,1545955200000,1545958800000,1545962400000,1545966000000,1545969600000,1545973200000,1545976800000,1545980400000,1545984000000,1545987600000,1545991200000,1545994800000,1545998400000,1546002000000,1546005600000,1546009200000,1546012800000,1546016400000,1546020000000,1546023600000,1546027200000,1546030800000,1546034400000,1546038000000,1546041600000,1546045200000,1546048800000,1546052400000,1546056000000,1546059600000,1546063200000,1546066800000,1546070400000,1546074000000,1546077600000,1546081200000,1546084800000,1546088400000,1546092000000,1546095600000,1546099200000,1546102800000,1546106400000,1546110000000,1546113600000,1546117200000,1546120800000,1546124400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[40,80,20,0,10,20,20,0,80,110,130,150,130,160,150,160,140,170,90,140,120,190,110,50,110,30,50,0,0,10,40,80,100,150,190,110,200,110,180,140,220,230,200,150,200,200,180,220,100,60,10,30,30,10,0,50,90,210,180,360,120,200,240,190,270,190,160,300,200,200,170,140,110,180,160,60,20,0,70,0,40,130,80,140,90,290,160,190,400,160,230,140,170,150,310,120,100,90,70,10,0,0,10,20,50,120,200,240,110,150,160,190,150,140,130,260,220,200,160,140,100,90,30,40,0,0,0,30,150,210,100,140,90,50,120,90,90,60,110,110,120,150,140,220,100,60,30,20,0,0,30,10,150,40,190,100,110,190,210,80,170,140,210,100,120,80,90,100]},{"name":"Unmuted","color":"#4fae4e","values":[100,50,50,0,0,0,40,40,110,170,80,300,160,210,170,140,160,210,100,170,170,150,220,140,90,20,10,0,20,10,40,80,60,90,250,280,160,230,160,190,210,190,160,140,150,200,270,270,120,50,10,10,0,10,50,50,80,140,200,220,250,220,200,200,150,170,180,170,170,200,90,140,80,30,40,0,0,0,90,50,70,90,140,170,200,120,250,120,90,190,30,190,260,220,110,210,90,30,20,0,0,0,10,40,120,150,190,290,240,170,230,350,160,120,320,170,180,130,190,170,50,110,30,10,0,10,10,90,120,430,250,240,230,190,400,110,190,310,270,100,150,180,140,120,60,30,10,50,0,10,60,60,90,100,150,280,30,160,140,270,150,170,120,40,150,210,40,170]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/27.json b/dist/chartDummyData/notifications_zoom/2018-12/27.json new file mode 100644 index 000000000..2491f14da --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/27.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1545609600000,1545613200000,1545616800000,1545620400000,1545624000000,1545627600000,1545631200000,1545634800000,1545638400000,1545642000000,1545645600000,1545649200000,1545652800000,1545656400000,1545660000000,1545663600000,1545667200000,1545670800000,1545674400000,1545678000000,1545681600000,1545685200000,1545688800000,1545692400000,1545696000000,1545699600000,1545703200000,1545706800000,1545710400000,1545714000000,1545717600000,1545721200000,1545724800000,1545728400000,1545732000000,1545735600000,1545739200000,1545742800000,1545746400000,1545750000000,1545753600000,1545757200000,1545760800000,1545764400000,1545768000000,1545771600000,1545775200000,1545778800000,1545782400000,1545786000000,1545789600000,1545793200000,1545796800000,1545800400000,1545804000000,1545807600000,1545811200000,1545814800000,1545818400000,1545822000000,1545825600000,1545829200000,1545832800000,1545836400000,1545840000000,1545843600000,1545847200000,1545850800000,1545854400000,1545858000000,1545861600000,1545865200000,1545868800000,1545872400000,1545876000000,1545879600000,1545883200000,1545886800000,1545890400000,1545894000000,1545897600000,1545901200000,1545904800000,1545908400000,1545912000000,1545915600000,1545919200000,1545922800000,1545926400000,1545930000000,1545933600000,1545937200000,1545940800000,1545944400000,1545948000000,1545951600000,1545955200000,1545958800000,1545962400000,1545966000000,1545969600000,1545973200000,1545976800000,1545980400000,1545984000000,1545987600000,1545991200000,1545994800000,1545998400000,1546002000000,1546005600000,1546009200000,1546012800000,1546016400000,1546020000000,1546023600000,1546027200000,1546030800000,1546034400000,1546038000000,1546041600000,1546045200000,1546048800000,1546052400000,1546056000000,1546059600000,1546063200000,1546066800000,1546070400000,1546074000000,1546077600000,1546081200000,1546084800000,1546088400000,1546092000000,1546095600000,1546099200000,1546102800000,1546106400000,1546110000000,1546113600000,1546117200000,1546120800000,1546124400000,1546128000000,1546131600000,1546135200000,1546138800000,1546142400000,1546146000000,1546149600000,1546153200000,1546156800000,1546160400000,1546164000000,1546167600000,1546171200000,1546174800000,1546178400000,1546182000000,1546185600000,1546189200000,1546192800000,1546196400000,1546200000000,1546203600000,1546207200000,1546210800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[110,30,50,0,0,10,40,80,100,150,190,110,200,110,180,140,220,230,200,150,200,200,180,220,100,60,10,30,30,10,0,50,90,210,180,360,120,200,240,190,270,190,160,300,200,200,170,140,110,180,160,60,20,0,70,0,40,130,80,140,90,290,160,190,400,160,230,140,170,150,310,120,100,90,70,10,0,0,10,20,50,120,200,240,110,150,160,190,150,140,130,260,220,200,160,140,100,90,30,40,0,0,0,30,150,210,100,140,90,50,120,90,90,60,110,110,120,150,140,220,100,60,30,20,0,0,30,10,150,40,190,100,110,190,210,80,170,140,210,100,120,80,90,100,60,80,70,10,10,10,0,110,60,90,230,110,140,190,180,100,160,160,80,150,220,140,210,90]},{"name":"Unmuted","color":"#4fae4e","values":[90,20,10,0,20,10,40,80,60,90,250,280,160,230,160,190,210,190,160,140,150,200,270,270,120,50,10,10,0,10,50,50,80,140,200,220,250,220,200,200,150,170,180,170,170,200,90,140,80,30,40,0,0,0,90,50,70,90,140,170,200,120,250,120,90,190,30,190,260,220,110,210,90,30,20,0,0,0,10,40,120,150,190,290,240,170,230,350,160,120,320,170,180,130,190,170,50,110,30,10,0,10,10,90,120,430,250,240,230,190,400,110,190,310,270,100,150,180,140,120,60,30,10,50,0,10,60,60,90,100,150,280,30,160,140,270,150,170,120,40,150,210,40,170,130,0,80,70,0,0,10,60,100,30,80,190,150,100,140,110,190,100,60,200,210,170,100,60]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/28.json b/dist/chartDummyData/notifications_zoom/2018-12/28.json new file mode 100644 index 000000000..45cc3311f --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/28.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1545696000000,1545699600000,1545703200000,1545706800000,1545710400000,1545714000000,1545717600000,1545721200000,1545724800000,1545728400000,1545732000000,1545735600000,1545739200000,1545742800000,1545746400000,1545750000000,1545753600000,1545757200000,1545760800000,1545764400000,1545768000000,1545771600000,1545775200000,1545778800000,1545782400000,1545786000000,1545789600000,1545793200000,1545796800000,1545800400000,1545804000000,1545807600000,1545811200000,1545814800000,1545818400000,1545822000000,1545825600000,1545829200000,1545832800000,1545836400000,1545840000000,1545843600000,1545847200000,1545850800000,1545854400000,1545858000000,1545861600000,1545865200000,1545868800000,1545872400000,1545876000000,1545879600000,1545883200000,1545886800000,1545890400000,1545894000000,1545897600000,1545901200000,1545904800000,1545908400000,1545912000000,1545915600000,1545919200000,1545922800000,1545926400000,1545930000000,1545933600000,1545937200000,1545940800000,1545944400000,1545948000000,1545951600000,1545955200000,1545958800000,1545962400000,1545966000000,1545969600000,1545973200000,1545976800000,1545980400000,1545984000000,1545987600000,1545991200000,1545994800000,1545998400000,1546002000000,1546005600000,1546009200000,1546012800000,1546016400000,1546020000000,1546023600000,1546027200000,1546030800000,1546034400000,1546038000000,1546041600000,1546045200000,1546048800000,1546052400000,1546056000000,1546059600000,1546063200000,1546066800000,1546070400000,1546074000000,1546077600000,1546081200000,1546084800000,1546088400000,1546092000000,1546095600000,1546099200000,1546102800000,1546106400000,1546110000000,1546113600000,1546117200000,1546120800000,1546124400000,1546128000000,1546131600000,1546135200000,1546138800000,1546142400000,1546146000000,1546149600000,1546153200000,1546156800000,1546160400000,1546164000000,1546167600000,1546171200000,1546174800000,1546178400000,1546182000000,1546185600000,1546189200000,1546192800000,1546196400000,1546200000000,1546203600000,1546207200000,1546210800000,1546214400000,1546218000000,1546221600000,1546225200000,1546228800000,1546232400000,1546236000000,1546239600000,1546243200000,1546246800000,1546250400000,1546254000000,1546257600000,1546261200000,1546264800000,1546268400000,1546272000000,1546275600000,1546279200000,1546282800000,1546286400000,1546290000000,1546293600000,1546297200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[100,60,10,30,30,10,0,50,90,210,180,360,120,200,240,190,270,190,160,300,200,200,170,140,110,180,160,60,20,0,70,0,40,130,80,140,90,290,160,190,400,160,230,140,170,150,310,120,100,90,70,10,0,0,10,20,50,120,200,240,110,150,160,190,150,140,130,260,220,200,160,140,100,90,30,40,0,0,0,30,150,210,100,140,90,50,120,90,90,60,110,110,120,150,140,220,100,60,30,20,0,0,30,10,150,40,190,100,110,190,210,80,170,140,210,100,120,80,90,100,60,80,70,10,10,10,0,110,60,90,230,110,140,190,180,100,160,160,80,150,220,140,210,90,60,120,20,10,0,0,10,80,40,140,190,210,170,150,380,140,130,210,170,150,170,250,230,370]},{"name":"Unmuted","color":"#4fae4e","values":[120,50,10,10,0,10,50,50,80,140,200,220,250,220,200,200,150,170,180,170,170,200,90,140,80,30,40,0,0,0,90,50,70,90,140,170,200,120,250,120,90,190,30,190,260,220,110,210,90,30,20,0,0,0,10,40,120,150,190,290,240,170,230,350,160,120,320,170,180,130,190,170,50,110,30,10,0,10,10,90,120,430,250,240,230,190,400,110,190,310,270,100,150,180,140,120,60,30,10,50,0,10,60,60,90,100,150,280,30,160,140,270,150,170,120,40,150,210,40,170,130,0,80,70,0,0,10,60,100,30,80,190,150,100,140,110,190,100,60,200,210,170,100,60,110,40,10,40,0,10,30,70,60,110,150,130,180,220,210,140,170,190,180,130,120,160,320,510]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/29.json b/dist/chartDummyData/notifications_zoom/2018-12/29.json new file mode 100644 index 000000000..ea6eb8a1d --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/29.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1545782400000,1545786000000,1545789600000,1545793200000,1545796800000,1545800400000,1545804000000,1545807600000,1545811200000,1545814800000,1545818400000,1545822000000,1545825600000,1545829200000,1545832800000,1545836400000,1545840000000,1545843600000,1545847200000,1545850800000,1545854400000,1545858000000,1545861600000,1545865200000,1545868800000,1545872400000,1545876000000,1545879600000,1545883200000,1545886800000,1545890400000,1545894000000,1545897600000,1545901200000,1545904800000,1545908400000,1545912000000,1545915600000,1545919200000,1545922800000,1545926400000,1545930000000,1545933600000,1545937200000,1545940800000,1545944400000,1545948000000,1545951600000,1545955200000,1545958800000,1545962400000,1545966000000,1545969600000,1545973200000,1545976800000,1545980400000,1545984000000,1545987600000,1545991200000,1545994800000,1545998400000,1546002000000,1546005600000,1546009200000,1546012800000,1546016400000,1546020000000,1546023600000,1546027200000,1546030800000,1546034400000,1546038000000,1546041600000,1546045200000,1546048800000,1546052400000,1546056000000,1546059600000,1546063200000,1546066800000,1546070400000,1546074000000,1546077600000,1546081200000,1546084800000,1546088400000,1546092000000,1546095600000,1546099200000,1546102800000,1546106400000,1546110000000,1546113600000,1546117200000,1546120800000,1546124400000,1546128000000,1546131600000,1546135200000,1546138800000,1546142400000,1546146000000,1546149600000,1546153200000,1546156800000,1546160400000,1546164000000,1546167600000,1546171200000,1546174800000,1546178400000,1546182000000,1546185600000,1546189200000,1546192800000,1546196400000,1546200000000,1546203600000,1546207200000,1546210800000,1546214400000,1546218000000,1546221600000,1546225200000,1546228800000,1546232400000,1546236000000,1546239600000,1546243200000,1546246800000,1546250400000,1546254000000,1546257600000,1546261200000,1546264800000,1546268400000,1546272000000,1546275600000,1546279200000,1546282800000,1546286400000,1546290000000,1546293600000,1546297200000,1546300800000,1546304400000,1546308000000,1546311600000,1546315200000,1546318800000,1546322400000,1546326000000,1546329600000,1546333200000,1546336800000,1546340400000,1546344000000,1546347600000,1546351200000,1546354800000,1546358400000,1546362000000,1546365600000,1546369200000,1546372800000,1546376400000,1546380000000,1546383600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[110,180,160,60,20,0,70,0,40,130,80,140,90,290,160,190,400,160,230,140,170,150,310,120,100,90,70,10,0,0,10,20,50,120,200,240,110,150,160,190,150,140,130,260,220,200,160,140,100,90,30,40,0,0,0,30,150,210,100,140,90,50,120,90,90,60,110,110,120,150,140,220,100,60,30,20,0,0,30,10,150,40,190,100,110,190,210,80,170,140,210,100,120,80,90,100,60,80,70,10,10,10,0,110,60,90,230,110,140,190,180,100,160,160,80,150,220,140,210,90,60,120,20,10,0,0,10,80,40,140,190,210,170,150,380,140,130,210,170,150,170,250,230,370,220,90,100,40,60,30,0,60,40,130,140,210,180,260,200,100,150,120,130,180,180,180,220,220]},{"name":"Unmuted","color":"#4fae4e","values":[80,30,40,0,0,0,90,50,70,90,140,170,200,120,250,120,90,190,30,190,260,220,110,210,90,30,20,0,0,0,10,40,120,150,190,290,240,170,230,350,160,120,320,170,180,130,190,170,50,110,30,10,0,10,10,90,120,430,250,240,230,190,400,110,190,310,270,100,150,180,140,120,60,30,10,50,0,10,60,60,90,100,150,280,30,160,140,270,150,170,120,40,150,210,40,170,130,0,80,70,0,0,10,60,100,30,80,190,150,100,140,110,190,100,60,200,210,170,100,60,110,40,10,40,0,10,30,70,60,110,150,130,180,220,210,140,170,190,180,130,120,160,320,510,180,140,80,30,20,20,20,40,20,40,60,110,170,100,120,120,190,120,150,200,360,190,150,170]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/30.json b/dist/chartDummyData/notifications_zoom/2018-12/30.json new file mode 100644 index 000000000..4350525b4 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/30.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1545868800000,1545872400000,1545876000000,1545879600000,1545883200000,1545886800000,1545890400000,1545894000000,1545897600000,1545901200000,1545904800000,1545908400000,1545912000000,1545915600000,1545919200000,1545922800000,1545926400000,1545930000000,1545933600000,1545937200000,1545940800000,1545944400000,1545948000000,1545951600000,1545955200000,1545958800000,1545962400000,1545966000000,1545969600000,1545973200000,1545976800000,1545980400000,1545984000000,1545987600000,1545991200000,1545994800000,1545998400000,1546002000000,1546005600000,1546009200000,1546012800000,1546016400000,1546020000000,1546023600000,1546027200000,1546030800000,1546034400000,1546038000000,1546041600000,1546045200000,1546048800000,1546052400000,1546056000000,1546059600000,1546063200000,1546066800000,1546070400000,1546074000000,1546077600000,1546081200000,1546084800000,1546088400000,1546092000000,1546095600000,1546099200000,1546102800000,1546106400000,1546110000000,1546113600000,1546117200000,1546120800000,1546124400000,1546128000000,1546131600000,1546135200000,1546138800000,1546142400000,1546146000000,1546149600000,1546153200000,1546156800000,1546160400000,1546164000000,1546167600000,1546171200000,1546174800000,1546178400000,1546182000000,1546185600000,1546189200000,1546192800000,1546196400000,1546200000000,1546203600000,1546207200000,1546210800000,1546214400000,1546218000000,1546221600000,1546225200000,1546228800000,1546232400000,1546236000000,1546239600000,1546243200000,1546246800000,1546250400000,1546254000000,1546257600000,1546261200000,1546264800000,1546268400000,1546272000000,1546275600000,1546279200000,1546282800000,1546286400000,1546290000000,1546293600000,1546297200000,1546300800000,1546304400000,1546308000000,1546311600000,1546315200000,1546318800000,1546322400000,1546326000000,1546329600000,1546333200000,1546336800000,1546340400000,1546344000000,1546347600000,1546351200000,1546354800000,1546358400000,1546362000000,1546365600000,1546369200000,1546372800000,1546376400000,1546380000000,1546383600000,1546387200000,1546390800000,1546394400000,1546398000000,1546401600000,1546405200000,1546408800000,1546412400000,1546416000000,1546419600000,1546423200000,1546426800000,1546430400000,1546434000000,1546437600000,1546441200000,1546444800000,1546448400000,1546452000000,1546455600000,1546459200000,1546462800000,1546466400000,1546470000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[100,90,70,10,0,0,10,20,50,120,200,240,110,150,160,190,150,140,130,260,220,200,160,140,100,90,30,40,0,0,0,30,150,210,100,140,90,50,120,90,90,60,110,110,120,150,140,220,100,60,30,20,0,0,30,10,150,40,190,100,110,190,210,80,170,140,210,100,120,80,90,100,60,80,70,10,10,10,0,110,60,90,230,110,140,190,180,100,160,160,80,150,220,140,210,90,60,120,20,10,0,0,10,80,40,140,190,210,170,150,380,140,130,210,170,150,170,250,230,370,220,90,100,40,60,30,0,60,40,130,140,210,180,260,200,100,150,120,130,180,180,180,220,220,70,70,60,20,10,30,0,20,20,120,150,130,180,150,260,150,190,200,190,200,140,150,190,240]},{"name":"Unmuted","color":"#4fae4e","values":[90,30,20,0,0,0,10,40,120,150,190,290,240,170,230,350,160,120,320,170,180,130,190,170,50,110,30,10,0,10,10,90,120,430,250,240,230,190,400,110,190,310,270,100,150,180,140,120,60,30,10,50,0,10,60,60,90,100,150,280,30,160,140,270,150,170,120,40,150,210,40,170,130,0,80,70,0,0,10,60,100,30,80,190,150,100,140,110,190,100,60,200,210,170,100,60,110,40,10,40,0,10,30,70,60,110,150,130,180,220,210,140,170,190,180,130,120,160,320,510,180,140,80,30,20,20,20,40,20,40,60,110,170,100,120,120,190,120,150,200,360,190,150,170,150,80,30,10,0,10,40,80,90,130,120,220,160,180,170,110,270,230,160,100,180,120,170,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2018-12/31.json b/dist/chartDummyData/notifications_zoom/2018-12/31.json new file mode 100644 index 000000000..ad998e7f5 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2018-12/31.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1545955200000,1545958800000,1545962400000,1545966000000,1545969600000,1545973200000,1545976800000,1545980400000,1545984000000,1545987600000,1545991200000,1545994800000,1545998400000,1546002000000,1546005600000,1546009200000,1546012800000,1546016400000,1546020000000,1546023600000,1546027200000,1546030800000,1546034400000,1546038000000,1546041600000,1546045200000,1546048800000,1546052400000,1546056000000,1546059600000,1546063200000,1546066800000,1546070400000,1546074000000,1546077600000,1546081200000,1546084800000,1546088400000,1546092000000,1546095600000,1546099200000,1546102800000,1546106400000,1546110000000,1546113600000,1546117200000,1546120800000,1546124400000,1546128000000,1546131600000,1546135200000,1546138800000,1546142400000,1546146000000,1546149600000,1546153200000,1546156800000,1546160400000,1546164000000,1546167600000,1546171200000,1546174800000,1546178400000,1546182000000,1546185600000,1546189200000,1546192800000,1546196400000,1546200000000,1546203600000,1546207200000,1546210800000,1546214400000,1546218000000,1546221600000,1546225200000,1546228800000,1546232400000,1546236000000,1546239600000,1546243200000,1546246800000,1546250400000,1546254000000,1546257600000,1546261200000,1546264800000,1546268400000,1546272000000,1546275600000,1546279200000,1546282800000,1546286400000,1546290000000,1546293600000,1546297200000,1546300800000,1546304400000,1546308000000,1546311600000,1546315200000,1546318800000,1546322400000,1546326000000,1546329600000,1546333200000,1546336800000,1546340400000,1546344000000,1546347600000,1546351200000,1546354800000,1546358400000,1546362000000,1546365600000,1546369200000,1546372800000,1546376400000,1546380000000,1546383600000,1546387200000,1546390800000,1546394400000,1546398000000,1546401600000,1546405200000,1546408800000,1546412400000,1546416000000,1546419600000,1546423200000,1546426800000,1546430400000,1546434000000,1546437600000,1546441200000,1546444800000,1546448400000,1546452000000,1546455600000,1546459200000,1546462800000,1546466400000,1546470000000,1546473600000,1546477200000,1546480800000,1546484400000,1546488000000,1546491600000,1546495200000,1546498800000,1546502400000,1546506000000,1546509600000,1546513200000,1546516800000,1546520400000,1546524000000,1546527600000,1546531200000,1546534800000,1546538400000,1546542000000,1546545600000,1546549200000,1546552800000,1546556400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[100,90,30,40,0,0,0,30,150,210,100,140,90,50,120,90,90,60,110,110,120,150,140,220,100,60,30,20,0,0,30,10,150,40,190,100,110,190,210,80,170,140,210,100,120,80,90,100,60,80,70,10,10,10,0,110,60,90,230,110,140,190,180,100,160,160,80,150,220,140,210,90,60,120,20,10,0,0,10,80,40,140,190,210,170,150,380,140,130,210,170,150,170,250,230,370,220,90,100,40,60,30,0,60,40,130,140,210,180,260,200,100,150,120,130,180,180,180,220,220,70,70,60,20,10,30,0,20,20,120,150,130,180,150,260,150,190,200,190,200,140,150,190,240,150,120,60,50,20,0,0,40,50,160,260,170,230,210,230,130,170,210,210,140,170,170,150,200]},{"name":"Unmuted","color":"#4fae4e","values":[50,110,30,10,0,10,10,90,120,430,250,240,230,190,400,110,190,310,270,100,150,180,140,120,60,30,10,50,0,10,60,60,90,100,150,280,30,160,140,270,150,170,120,40,150,210,40,170,130,0,80,70,0,0,10,60,100,30,80,190,150,100,140,110,190,100,60,200,210,170,100,60,110,40,10,40,0,10,30,70,60,110,150,130,180,220,210,140,170,190,180,130,120,160,320,510,180,140,80,30,20,20,20,40,20,40,60,110,170,100,120,120,190,120,150,200,360,190,150,170,150,80,30,10,0,10,40,80,90,130,120,220,160,180,170,110,270,230,160,100,180,120,170,100,50,40,0,10,0,0,20,80,80,150,230,140,170,150,140,170,170,370,180,270,160,230,200,150]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/01.json b/dist/chartDummyData/notifications_zoom/2019-01/01.json new file mode 100644 index 000000000..2958151e0 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/01.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1546041600000,1546045200000,1546048800000,1546052400000,1546056000000,1546059600000,1546063200000,1546066800000,1546070400000,1546074000000,1546077600000,1546081200000,1546084800000,1546088400000,1546092000000,1546095600000,1546099200000,1546102800000,1546106400000,1546110000000,1546113600000,1546117200000,1546120800000,1546124400000,1546128000000,1546131600000,1546135200000,1546138800000,1546142400000,1546146000000,1546149600000,1546153200000,1546156800000,1546160400000,1546164000000,1546167600000,1546171200000,1546174800000,1546178400000,1546182000000,1546185600000,1546189200000,1546192800000,1546196400000,1546200000000,1546203600000,1546207200000,1546210800000,1546214400000,1546218000000,1546221600000,1546225200000,1546228800000,1546232400000,1546236000000,1546239600000,1546243200000,1546246800000,1546250400000,1546254000000,1546257600000,1546261200000,1546264800000,1546268400000,1546272000000,1546275600000,1546279200000,1546282800000,1546286400000,1546290000000,1546293600000,1546297200000,1546300800000,1546304400000,1546308000000,1546311600000,1546315200000,1546318800000,1546322400000,1546326000000,1546329600000,1546333200000,1546336800000,1546340400000,1546344000000,1546347600000,1546351200000,1546354800000,1546358400000,1546362000000,1546365600000,1546369200000,1546372800000,1546376400000,1546380000000,1546383600000,1546387200000,1546390800000,1546394400000,1546398000000,1546401600000,1546405200000,1546408800000,1546412400000,1546416000000,1546419600000,1546423200000,1546426800000,1546430400000,1546434000000,1546437600000,1546441200000,1546444800000,1546448400000,1546452000000,1546455600000,1546459200000,1546462800000,1546466400000,1546470000000,1546473600000,1546477200000,1546480800000,1546484400000,1546488000000,1546491600000,1546495200000,1546498800000,1546502400000,1546506000000,1546509600000,1546513200000,1546516800000,1546520400000,1546524000000,1546527600000,1546531200000,1546534800000,1546538400000,1546542000000,1546545600000,1546549200000,1546552800000,1546556400000,1546560000000,1546563600000,1546567200000,1546570800000,1546574400000,1546578000000,1546581600000,1546585200000,1546588800000,1546592400000,1546596000000,1546599600000,1546603200000,1546606800000,1546610400000,1546614000000,1546617600000,1546621200000,1546624800000,1546628400000,1546632000000,1546635600000,1546639200000,1546642800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[100,60,30,20,0,0,30,10,150,40,190,100,110,190,210,80,170,140,210,100,120,80,90,100,60,80,70,10,10,10,0,110,60,90,230,110,140,190,180,100,160,160,80,150,220,140,210,90,60,120,20,10,0,0,10,80,40,140,190,210,170,150,380,140,130,210,170,150,170,250,230,370,220,90,100,40,60,30,0,60,40,130,140,210,180,260,200,100,150,120,130,180,180,180,220,220,70,70,60,20,10,30,0,20,20,120,150,130,180,150,260,150,190,200,190,200,140,150,190,240,150,120,60,50,20,0,0,40,50,160,260,170,230,210,230,130,170,210,210,140,170,170,150,200,230,60,90,10,10,10,30,90,170,250,160,160,160,250,140,250,260,110,250,160,280,250,110,270]},{"name":"Unmuted","color":"#4fae4e","values":[60,30,10,50,0,10,60,60,90,100,150,280,30,160,140,270,150,170,120,40,150,210,40,170,130,0,80,70,0,0,10,60,100,30,80,190,150,100,140,110,190,100,60,200,210,170,100,60,110,40,10,40,0,10,30,70,60,110,150,130,180,220,210,140,170,190,180,130,120,160,320,510,180,140,80,30,20,20,20,40,20,40,60,110,170,100,120,120,190,120,150,200,360,190,150,170,150,80,30,10,0,10,40,80,90,130,120,220,160,180,170,110,270,230,160,100,180,120,170,100,50,40,0,10,0,0,20,80,80,150,230,140,170,150,140,170,170,370,180,270,160,230,200,150,30,30,0,40,10,10,10,80,50,110,140,210,190,200,250,260,210,210,320,240,190,200,120,90]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/02.json b/dist/chartDummyData/notifications_zoom/2019-01/02.json new file mode 100644 index 000000000..cff5955a7 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/02.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1546128000000,1546131600000,1546135200000,1546138800000,1546142400000,1546146000000,1546149600000,1546153200000,1546156800000,1546160400000,1546164000000,1546167600000,1546171200000,1546174800000,1546178400000,1546182000000,1546185600000,1546189200000,1546192800000,1546196400000,1546200000000,1546203600000,1546207200000,1546210800000,1546214400000,1546218000000,1546221600000,1546225200000,1546228800000,1546232400000,1546236000000,1546239600000,1546243200000,1546246800000,1546250400000,1546254000000,1546257600000,1546261200000,1546264800000,1546268400000,1546272000000,1546275600000,1546279200000,1546282800000,1546286400000,1546290000000,1546293600000,1546297200000,1546300800000,1546304400000,1546308000000,1546311600000,1546315200000,1546318800000,1546322400000,1546326000000,1546329600000,1546333200000,1546336800000,1546340400000,1546344000000,1546347600000,1546351200000,1546354800000,1546358400000,1546362000000,1546365600000,1546369200000,1546372800000,1546376400000,1546380000000,1546383600000,1546387200000,1546390800000,1546394400000,1546398000000,1546401600000,1546405200000,1546408800000,1546412400000,1546416000000,1546419600000,1546423200000,1546426800000,1546430400000,1546434000000,1546437600000,1546441200000,1546444800000,1546448400000,1546452000000,1546455600000,1546459200000,1546462800000,1546466400000,1546470000000,1546473600000,1546477200000,1546480800000,1546484400000,1546488000000,1546491600000,1546495200000,1546498800000,1546502400000,1546506000000,1546509600000,1546513200000,1546516800000,1546520400000,1546524000000,1546527600000,1546531200000,1546534800000,1546538400000,1546542000000,1546545600000,1546549200000,1546552800000,1546556400000,1546560000000,1546563600000,1546567200000,1546570800000,1546574400000,1546578000000,1546581600000,1546585200000,1546588800000,1546592400000,1546596000000,1546599600000,1546603200000,1546606800000,1546610400000,1546614000000,1546617600000,1546621200000,1546624800000,1546628400000,1546632000000,1546635600000,1546639200000,1546642800000,1546646400000,1546650000000,1546653600000,1546657200000,1546660800000,1546664400000,1546668000000,1546671600000,1546675200000,1546678800000,1546682400000,1546686000000,1546689600000,1546693200000,1546696800000,1546700400000,1546704000000,1546707600000,1546711200000,1546714800000,1546718400000,1546722000000,1546725600000,1546729200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[60,80,70,10,10,10,0,110,60,90,230,110,140,190,180,100,160,160,80,150,220,140,210,90,60,120,20,10,0,0,10,80,40,140,190,210,170,150,380,140,130,210,170,150,170,250,230,370,220,90,100,40,60,30,0,60,40,130,140,210,180,260,200,100,150,120,130,180,180,180,220,220,70,70,60,20,10,30,0,20,20,120,150,130,180,150,260,150,190,200,190,200,140,150,190,240,150,120,60,50,20,0,0,40,50,160,260,170,230,210,230,130,170,210,210,140,170,170,150,200,230,60,90,10,10,10,30,90,170,250,160,160,160,250,140,250,260,110,250,160,280,250,110,270,280,130,10,10,0,40,50,10,90,200,100,80,130,120,220,320,130,130,230,160,220,170,180,260]},{"name":"Unmuted","color":"#4fae4e","values":[130,0,80,70,0,0,10,60,100,30,80,190,150,100,140,110,190,100,60,200,210,170,100,60,110,40,10,40,0,10,30,70,60,110,150,130,180,220,210,140,170,190,180,130,120,160,320,510,180,140,80,30,20,20,20,40,20,40,60,110,170,100,120,120,190,120,150,200,360,190,150,170,150,80,30,10,0,10,40,80,90,130,120,220,160,180,170,110,270,230,160,100,180,120,170,100,50,40,0,10,0,0,20,80,80,150,230,140,170,150,140,170,170,370,180,270,160,230,200,150,30,30,0,40,10,10,10,80,50,110,140,210,190,200,250,260,210,210,320,240,190,200,120,90,120,50,10,20,0,10,20,60,110,240,190,230,160,330,240,240,260,180,200,250,230,140,210,140]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/03.json b/dist/chartDummyData/notifications_zoom/2019-01/03.json new file mode 100644 index 000000000..1af12cd67 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/03.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1546214400000,1546218000000,1546221600000,1546225200000,1546228800000,1546232400000,1546236000000,1546239600000,1546243200000,1546246800000,1546250400000,1546254000000,1546257600000,1546261200000,1546264800000,1546268400000,1546272000000,1546275600000,1546279200000,1546282800000,1546286400000,1546290000000,1546293600000,1546297200000,1546300800000,1546304400000,1546308000000,1546311600000,1546315200000,1546318800000,1546322400000,1546326000000,1546329600000,1546333200000,1546336800000,1546340400000,1546344000000,1546347600000,1546351200000,1546354800000,1546358400000,1546362000000,1546365600000,1546369200000,1546372800000,1546376400000,1546380000000,1546383600000,1546387200000,1546390800000,1546394400000,1546398000000,1546401600000,1546405200000,1546408800000,1546412400000,1546416000000,1546419600000,1546423200000,1546426800000,1546430400000,1546434000000,1546437600000,1546441200000,1546444800000,1546448400000,1546452000000,1546455600000,1546459200000,1546462800000,1546466400000,1546470000000,1546473600000,1546477200000,1546480800000,1546484400000,1546488000000,1546491600000,1546495200000,1546498800000,1546502400000,1546506000000,1546509600000,1546513200000,1546516800000,1546520400000,1546524000000,1546527600000,1546531200000,1546534800000,1546538400000,1546542000000,1546545600000,1546549200000,1546552800000,1546556400000,1546560000000,1546563600000,1546567200000,1546570800000,1546574400000,1546578000000,1546581600000,1546585200000,1546588800000,1546592400000,1546596000000,1546599600000,1546603200000,1546606800000,1546610400000,1546614000000,1546617600000,1546621200000,1546624800000,1546628400000,1546632000000,1546635600000,1546639200000,1546642800000,1546646400000,1546650000000,1546653600000,1546657200000,1546660800000,1546664400000,1546668000000,1546671600000,1546675200000,1546678800000,1546682400000,1546686000000,1546689600000,1546693200000,1546696800000,1546700400000,1546704000000,1546707600000,1546711200000,1546714800000,1546718400000,1546722000000,1546725600000,1546729200000,1546732800000,1546736400000,1546740000000,1546743600000,1546747200000,1546750800000,1546754400000,1546758000000,1546761600000,1546765200000,1546768800000,1546772400000,1546776000000,1546779600000,1546783200000,1546786800000,1546790400000,1546794000000,1546797600000,1546801200000,1546804800000,1546808400000,1546812000000,1546815600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[60,120,20,10,0,0,10,80,40,140,190,210,170,150,380,140,130,210,170,150,170,250,230,370,220,90,100,40,60,30,0,60,40,130,140,210,180,260,200,100,150,120,130,180,180,180,220,220,70,70,60,20,10,30,0,20,20,120,150,130,180,150,260,150,190,200,190,200,140,150,190,240,150,120,60,50,20,0,0,40,50,160,260,170,230,210,230,130,170,210,210,140,170,170,150,200,230,60,90,10,10,10,30,90,170,250,160,160,160,250,140,250,260,110,250,160,280,250,110,270,280,130,10,10,0,40,50,10,90,200,100,80,130,120,220,320,130,130,230,160,220,170,180,260,70,90,40,30,0,0,0,70,90,70,140,170,80,150,180,310,300,290,310,160,200,420,150,140]},{"name":"Unmuted","color":"#4fae4e","values":[110,40,10,40,0,10,30,70,60,110,150,130,180,220,210,140,170,190,180,130,120,160,320,510,180,140,80,30,20,20,20,40,20,40,60,110,170,100,120,120,190,120,150,200,360,190,150,170,150,80,30,10,0,10,40,80,90,130,120,220,160,180,170,110,270,230,160,100,180,120,170,100,50,40,0,10,0,0,20,80,80,150,230,140,170,150,140,170,170,370,180,270,160,230,200,150,30,30,0,40,10,10,10,80,50,110,140,210,190,200,250,260,210,210,320,240,190,200,120,90,120,50,10,20,0,10,20,60,110,240,190,230,160,330,240,240,260,180,200,250,230,140,210,140,100,130,40,20,10,0,40,20,100,110,90,110,170,300,210,130,150,190,270,100,170,180,160,110]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/04.json b/dist/chartDummyData/notifications_zoom/2019-01/04.json new file mode 100644 index 000000000..5ea5de424 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/04.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1546300800000,1546304400000,1546308000000,1546311600000,1546315200000,1546318800000,1546322400000,1546326000000,1546329600000,1546333200000,1546336800000,1546340400000,1546344000000,1546347600000,1546351200000,1546354800000,1546358400000,1546362000000,1546365600000,1546369200000,1546372800000,1546376400000,1546380000000,1546383600000,1546387200000,1546390800000,1546394400000,1546398000000,1546401600000,1546405200000,1546408800000,1546412400000,1546416000000,1546419600000,1546423200000,1546426800000,1546430400000,1546434000000,1546437600000,1546441200000,1546444800000,1546448400000,1546452000000,1546455600000,1546459200000,1546462800000,1546466400000,1546470000000,1546473600000,1546477200000,1546480800000,1546484400000,1546488000000,1546491600000,1546495200000,1546498800000,1546502400000,1546506000000,1546509600000,1546513200000,1546516800000,1546520400000,1546524000000,1546527600000,1546531200000,1546534800000,1546538400000,1546542000000,1546545600000,1546549200000,1546552800000,1546556400000,1546560000000,1546563600000,1546567200000,1546570800000,1546574400000,1546578000000,1546581600000,1546585200000,1546588800000,1546592400000,1546596000000,1546599600000,1546603200000,1546606800000,1546610400000,1546614000000,1546617600000,1546621200000,1546624800000,1546628400000,1546632000000,1546635600000,1546639200000,1546642800000,1546646400000,1546650000000,1546653600000,1546657200000,1546660800000,1546664400000,1546668000000,1546671600000,1546675200000,1546678800000,1546682400000,1546686000000,1546689600000,1546693200000,1546696800000,1546700400000,1546704000000,1546707600000,1546711200000,1546714800000,1546718400000,1546722000000,1546725600000,1546729200000,1546732800000,1546736400000,1546740000000,1546743600000,1546747200000,1546750800000,1546754400000,1546758000000,1546761600000,1546765200000,1546768800000,1546772400000,1546776000000,1546779600000,1546783200000,1546786800000,1546790400000,1546794000000,1546797600000,1546801200000,1546804800000,1546808400000,1546812000000,1546815600000,1546819200000,1546822800000,1546826400000,1546830000000,1546833600000,1546837200000,1546840800000,1546844400000,1546848000000,1546851600000,1546855200000,1546858800000,1546862400000,1546866000000,1546869600000,1546873200000,1546876800000,1546880400000,1546884000000,1546887600000,1546891200000,1546894800000,1546898400000,1546902000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[220,90,100,40,60,30,0,60,40,130,140,210,180,260,200,100,150,120,130,180,180,180,220,220,70,70,60,20,10,30,0,20,20,120,150,130,180,150,260,150,190,200,190,200,140,150,190,240,150,120,60,50,20,0,0,40,50,160,260,170,230,210,230,130,170,210,210,140,170,170,150,200,230,60,90,10,10,10,30,90,170,250,160,160,160,250,140,250,260,110,250,160,280,250,110,270,280,130,10,10,0,40,50,10,90,200,100,80,130,120,220,320,130,130,230,160,220,170,180,260,70,90,40,30,0,0,0,70,90,70,140,170,80,150,180,310,300,290,310,160,200,420,150,140,120,20,40,10,0,10,50,80,20,100,90,170,60,110,270,180,220,380,220,190,310,270,260,160]},{"name":"Unmuted","color":"#4fae4e","values":[180,140,80,30,20,20,20,40,20,40,60,110,170,100,120,120,190,120,150,200,360,190,150,170,150,80,30,10,0,10,40,80,90,130,120,220,160,180,170,110,270,230,160,100,180,120,170,100,50,40,0,10,0,0,20,80,80,150,230,140,170,150,140,170,170,370,180,270,160,230,200,150,30,30,0,40,10,10,10,80,50,110,140,210,190,200,250,260,210,210,320,240,190,200,120,90,120,50,10,20,0,10,20,60,110,240,190,230,160,330,240,240,260,180,200,250,230,140,210,140,100,130,40,20,10,0,40,20,100,110,90,110,170,300,210,130,150,190,270,100,170,180,160,110,50,50,0,10,0,20,30,90,60,90,130,180,130,170,120,230,320,280,250,140,130,310,100,40]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/05.json b/dist/chartDummyData/notifications_zoom/2019-01/05.json new file mode 100644 index 000000000..7a62e9c07 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/05.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1546387200000,1546390800000,1546394400000,1546398000000,1546401600000,1546405200000,1546408800000,1546412400000,1546416000000,1546419600000,1546423200000,1546426800000,1546430400000,1546434000000,1546437600000,1546441200000,1546444800000,1546448400000,1546452000000,1546455600000,1546459200000,1546462800000,1546466400000,1546470000000,1546473600000,1546477200000,1546480800000,1546484400000,1546488000000,1546491600000,1546495200000,1546498800000,1546502400000,1546506000000,1546509600000,1546513200000,1546516800000,1546520400000,1546524000000,1546527600000,1546531200000,1546534800000,1546538400000,1546542000000,1546545600000,1546549200000,1546552800000,1546556400000,1546560000000,1546563600000,1546567200000,1546570800000,1546574400000,1546578000000,1546581600000,1546585200000,1546588800000,1546592400000,1546596000000,1546599600000,1546603200000,1546606800000,1546610400000,1546614000000,1546617600000,1546621200000,1546624800000,1546628400000,1546632000000,1546635600000,1546639200000,1546642800000,1546646400000,1546650000000,1546653600000,1546657200000,1546660800000,1546664400000,1546668000000,1546671600000,1546675200000,1546678800000,1546682400000,1546686000000,1546689600000,1546693200000,1546696800000,1546700400000,1546704000000,1546707600000,1546711200000,1546714800000,1546718400000,1546722000000,1546725600000,1546729200000,1546732800000,1546736400000,1546740000000,1546743600000,1546747200000,1546750800000,1546754400000,1546758000000,1546761600000,1546765200000,1546768800000,1546772400000,1546776000000,1546779600000,1546783200000,1546786800000,1546790400000,1546794000000,1546797600000,1546801200000,1546804800000,1546808400000,1546812000000,1546815600000,1546819200000,1546822800000,1546826400000,1546830000000,1546833600000,1546837200000,1546840800000,1546844400000,1546848000000,1546851600000,1546855200000,1546858800000,1546862400000,1546866000000,1546869600000,1546873200000,1546876800000,1546880400000,1546884000000,1546887600000,1546891200000,1546894800000,1546898400000,1546902000000,1546905600000,1546909200000,1546912800000,1546916400000,1546920000000,1546923600000,1546927200000,1546930800000,1546934400000,1546938000000,1546941600000,1546945200000,1546948800000,1546952400000,1546956000000,1546959600000,1546963200000,1546966800000,1546970400000,1546974000000,1546977600000,1546981200000,1546984800000,1546988400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[70,70,60,20,10,30,0,20,20,120,150,130,180,150,260,150,190,200,190,200,140,150,190,240,150,120,60,50,20,0,0,40,50,160,260,170,230,210,230,130,170,210,210,140,170,170,150,200,230,60,90,10,10,10,30,90,170,250,160,160,160,250,140,250,260,110,250,160,280,250,110,270,280,130,10,10,0,40,50,10,90,200,100,80,130,120,220,320,130,130,230,160,220,170,180,260,70,90,40,30,0,0,0,70,90,70,140,170,80,150,180,310,300,290,310,160,200,420,150,140,120,20,40,10,0,10,50,80,20,100,90,170,60,110,270,180,220,380,220,190,310,270,260,160,70,100,10,90,30,40,80,100,50,40,90,90,90,150,170,120,120,170,140,220,200,200,240,210]},{"name":"Unmuted","color":"#4fae4e","values":[150,80,30,10,0,10,40,80,90,130,120,220,160,180,170,110,270,230,160,100,180,120,170,100,50,40,0,10,0,0,20,80,80,150,230,140,170,150,140,170,170,370,180,270,160,230,200,150,30,30,0,40,10,10,10,80,50,110,140,210,190,200,250,260,210,210,320,240,190,200,120,90,120,50,10,20,0,10,20,60,110,240,190,230,160,330,240,240,260,180,200,250,230,140,210,140,100,130,40,20,10,0,40,20,100,110,90,110,170,300,210,130,150,190,270,100,170,180,160,110,50,50,0,10,0,20,30,90,60,90,130,180,130,170,120,230,320,280,250,140,130,310,100,40,60,20,0,0,0,10,40,50,80,130,70,140,140,160,170,180,240,170,160,190,210,250,170,190]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/06.json b/dist/chartDummyData/notifications_zoom/2019-01/06.json new file mode 100644 index 000000000..91d2a5c29 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/06.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1546473600000,1546477200000,1546480800000,1546484400000,1546488000000,1546491600000,1546495200000,1546498800000,1546502400000,1546506000000,1546509600000,1546513200000,1546516800000,1546520400000,1546524000000,1546527600000,1546531200000,1546534800000,1546538400000,1546542000000,1546545600000,1546549200000,1546552800000,1546556400000,1546560000000,1546563600000,1546567200000,1546570800000,1546574400000,1546578000000,1546581600000,1546585200000,1546588800000,1546592400000,1546596000000,1546599600000,1546603200000,1546606800000,1546610400000,1546614000000,1546617600000,1546621200000,1546624800000,1546628400000,1546632000000,1546635600000,1546639200000,1546642800000,1546646400000,1546650000000,1546653600000,1546657200000,1546660800000,1546664400000,1546668000000,1546671600000,1546675200000,1546678800000,1546682400000,1546686000000,1546689600000,1546693200000,1546696800000,1546700400000,1546704000000,1546707600000,1546711200000,1546714800000,1546718400000,1546722000000,1546725600000,1546729200000,1546732800000,1546736400000,1546740000000,1546743600000,1546747200000,1546750800000,1546754400000,1546758000000,1546761600000,1546765200000,1546768800000,1546772400000,1546776000000,1546779600000,1546783200000,1546786800000,1546790400000,1546794000000,1546797600000,1546801200000,1546804800000,1546808400000,1546812000000,1546815600000,1546819200000,1546822800000,1546826400000,1546830000000,1546833600000,1546837200000,1546840800000,1546844400000,1546848000000,1546851600000,1546855200000,1546858800000,1546862400000,1546866000000,1546869600000,1546873200000,1546876800000,1546880400000,1546884000000,1546887600000,1546891200000,1546894800000,1546898400000,1546902000000,1546905600000,1546909200000,1546912800000,1546916400000,1546920000000,1546923600000,1546927200000,1546930800000,1546934400000,1546938000000,1546941600000,1546945200000,1546948800000,1546952400000,1546956000000,1546959600000,1546963200000,1546966800000,1546970400000,1546974000000,1546977600000,1546981200000,1546984800000,1546988400000,1546992000000,1546995600000,1546999200000,1547002800000,1547006400000,1547010000000,1547013600000,1547017200000,1547020800000,1547024400000,1547028000000,1547031600000,1547035200000,1547038800000,1547042400000,1547046000000,1547049600000,1547053200000,1547056800000,1547060400000,1547064000000,1547067600000,1547071200000,1547074800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[150,120,60,50,20,0,0,40,50,160,260,170,230,210,230,130,170,210,210,140,170,170,150,200,230,60,90,10,10,10,30,90,170,250,160,160,160,250,140,250,260,110,250,160,280,250,110,270,280,130,10,10,0,40,50,10,90,200,100,80,130,120,220,320,130,130,230,160,220,170,180,260,70,90,40,30,0,0,0,70,90,70,140,170,80,150,180,310,300,290,310,160,200,420,150,140,120,20,40,10,0,10,50,80,20,100,90,170,60,110,270,180,220,380,220,190,310,270,260,160,70,100,10,90,30,40,80,100,50,40,90,90,90,150,170,120,120,170,140,220,200,200,240,210,110,10,10,20,10,0,40,50,50,80,70,70,90,90,210,130,240,170,90,140,150,160,140,170]},{"name":"Unmuted","color":"#4fae4e","values":[50,40,0,10,0,0,20,80,80,150,230,140,170,150,140,170,170,370,180,270,160,230,200,150,30,30,0,40,10,10,10,80,50,110,140,210,190,200,250,260,210,210,320,240,190,200,120,90,120,50,10,20,0,10,20,60,110,240,190,230,160,330,240,240,260,180,200,250,230,140,210,140,100,130,40,20,10,0,40,20,100,110,90,110,170,300,210,130,150,190,270,100,170,180,160,110,50,50,0,10,0,20,30,90,60,90,130,180,130,170,120,230,320,280,250,140,130,310,100,40,60,20,0,0,0,10,40,50,80,130,70,140,140,160,170,180,240,170,160,190,210,250,170,190,40,50,40,0,0,10,60,50,70,110,150,140,350,190,210,220,110,330,170,230,230,200,210,60]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/07.json b/dist/chartDummyData/notifications_zoom/2019-01/07.json new file mode 100644 index 000000000..a6b7cc317 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/07.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1546560000000,1546563600000,1546567200000,1546570800000,1546574400000,1546578000000,1546581600000,1546585200000,1546588800000,1546592400000,1546596000000,1546599600000,1546603200000,1546606800000,1546610400000,1546614000000,1546617600000,1546621200000,1546624800000,1546628400000,1546632000000,1546635600000,1546639200000,1546642800000,1546646400000,1546650000000,1546653600000,1546657200000,1546660800000,1546664400000,1546668000000,1546671600000,1546675200000,1546678800000,1546682400000,1546686000000,1546689600000,1546693200000,1546696800000,1546700400000,1546704000000,1546707600000,1546711200000,1546714800000,1546718400000,1546722000000,1546725600000,1546729200000,1546732800000,1546736400000,1546740000000,1546743600000,1546747200000,1546750800000,1546754400000,1546758000000,1546761600000,1546765200000,1546768800000,1546772400000,1546776000000,1546779600000,1546783200000,1546786800000,1546790400000,1546794000000,1546797600000,1546801200000,1546804800000,1546808400000,1546812000000,1546815600000,1546819200000,1546822800000,1546826400000,1546830000000,1546833600000,1546837200000,1546840800000,1546844400000,1546848000000,1546851600000,1546855200000,1546858800000,1546862400000,1546866000000,1546869600000,1546873200000,1546876800000,1546880400000,1546884000000,1546887600000,1546891200000,1546894800000,1546898400000,1546902000000,1546905600000,1546909200000,1546912800000,1546916400000,1546920000000,1546923600000,1546927200000,1546930800000,1546934400000,1546938000000,1546941600000,1546945200000,1546948800000,1546952400000,1546956000000,1546959600000,1546963200000,1546966800000,1546970400000,1546974000000,1546977600000,1546981200000,1546984800000,1546988400000,1546992000000,1546995600000,1546999200000,1547002800000,1547006400000,1547010000000,1547013600000,1547017200000,1547020800000,1547024400000,1547028000000,1547031600000,1547035200000,1547038800000,1547042400000,1547046000000,1547049600000,1547053200000,1547056800000,1547060400000,1547064000000,1547067600000,1547071200000,1547074800000,1547078400000,1547082000000,1547085600000,1547089200000,1547092800000,1547096400000,1547100000000,1547103600000,1547107200000,1547110800000,1547114400000,1547118000000,1547121600000,1547125200000,1547128800000,1547132400000,1547136000000,1547139600000,1547143200000,1547146800000,1547150400000,1547154000000,1547157600000,1547161200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[230,60,90,10,10,10,30,90,170,250,160,160,160,250,140,250,260,110,250,160,280,250,110,270,280,130,10,10,0,40,50,10,90,200,100,80,130,120,220,320,130,130,230,160,220,170,180,260,70,90,40,30,0,0,0,70,90,70,140,170,80,150,180,310,300,290,310,160,200,420,150,140,120,20,40,10,0,10,50,80,20,100,90,170,60,110,270,180,220,380,220,190,310,270,260,160,70,100,10,90,30,40,80,100,50,40,90,90,90,150,170,120,120,170,140,220,200,200,240,210,110,10,10,20,10,0,40,50,50,80,70,70,90,90,210,130,240,170,90,140,150,160,140,170,50,40,0,0,10,10,30,70,50,70,240,150,70,260,200,160,120,140,210,170,270,190,250,70]},{"name":"Unmuted","color":"#4fae4e","values":[30,30,0,40,10,10,10,80,50,110,140,210,190,200,250,260,210,210,320,240,190,200,120,90,120,50,10,20,0,10,20,60,110,240,190,230,160,330,240,240,260,180,200,250,230,140,210,140,100,130,40,20,10,0,40,20,100,110,90,110,170,300,210,130,150,190,270,100,170,180,160,110,50,50,0,10,0,20,30,90,60,90,130,180,130,170,120,230,320,280,250,140,130,310,100,40,60,20,0,0,0,10,40,50,80,130,70,140,140,160,170,180,240,170,160,190,210,250,170,190,40,50,40,0,0,10,60,50,70,110,150,140,350,190,210,220,110,330,170,230,230,200,210,60,10,30,0,0,0,10,90,80,90,60,110,260,150,230,390,170,160,210,260,180,290,130,210,70]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/08.json b/dist/chartDummyData/notifications_zoom/2019-01/08.json new file mode 100644 index 000000000..778aeed29 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/08.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1546646400000,1546650000000,1546653600000,1546657200000,1546660800000,1546664400000,1546668000000,1546671600000,1546675200000,1546678800000,1546682400000,1546686000000,1546689600000,1546693200000,1546696800000,1546700400000,1546704000000,1546707600000,1546711200000,1546714800000,1546718400000,1546722000000,1546725600000,1546729200000,1546732800000,1546736400000,1546740000000,1546743600000,1546747200000,1546750800000,1546754400000,1546758000000,1546761600000,1546765200000,1546768800000,1546772400000,1546776000000,1546779600000,1546783200000,1546786800000,1546790400000,1546794000000,1546797600000,1546801200000,1546804800000,1546808400000,1546812000000,1546815600000,1546819200000,1546822800000,1546826400000,1546830000000,1546833600000,1546837200000,1546840800000,1546844400000,1546848000000,1546851600000,1546855200000,1546858800000,1546862400000,1546866000000,1546869600000,1546873200000,1546876800000,1546880400000,1546884000000,1546887600000,1546891200000,1546894800000,1546898400000,1546902000000,1546905600000,1546909200000,1546912800000,1546916400000,1546920000000,1546923600000,1546927200000,1546930800000,1546934400000,1546938000000,1546941600000,1546945200000,1546948800000,1546952400000,1546956000000,1546959600000,1546963200000,1546966800000,1546970400000,1546974000000,1546977600000,1546981200000,1546984800000,1546988400000,1546992000000,1546995600000,1546999200000,1547002800000,1547006400000,1547010000000,1547013600000,1547017200000,1547020800000,1547024400000,1547028000000,1547031600000,1547035200000,1547038800000,1547042400000,1547046000000,1547049600000,1547053200000,1547056800000,1547060400000,1547064000000,1547067600000,1547071200000,1547074800000,1547078400000,1547082000000,1547085600000,1547089200000,1547092800000,1547096400000,1547100000000,1547103600000,1547107200000,1547110800000,1547114400000,1547118000000,1547121600000,1547125200000,1547128800000,1547132400000,1547136000000,1547139600000,1547143200000,1547146800000,1547150400000,1547154000000,1547157600000,1547161200000,1547164800000,1547168400000,1547172000000,1547175600000,1547179200000,1547182800000,1547186400000,1547190000000,1547193600000,1547197200000,1547200800000,1547204400000,1547208000000,1547211600000,1547215200000,1547218800000,1547222400000,1547226000000,1547229600000,1547233200000,1547236800000,1547240400000,1547244000000,1547247600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[280,130,10,10,0,40,50,10,90,200,100,80,130,120,220,320,130,130,230,160,220,170,180,260,70,90,40,30,0,0,0,70,90,70,140,170,80,150,180,310,300,290,310,160,200,420,150,140,120,20,40,10,0,10,50,80,20,100,90,170,60,110,270,180,220,380,220,190,310,270,260,160,70,100,10,90,30,40,80,100,50,40,90,90,90,150,170,120,120,170,140,220,200,200,240,210,110,10,10,20,10,0,40,50,50,80,70,70,90,90,210,130,240,170,90,140,150,160,140,170,50,40,0,0,10,10,30,70,50,70,240,150,70,260,200,160,120,140,210,170,270,190,250,70,130,30,10,0,0,10,80,60,190,140,100,100,110,220,190,190,160,170,150,70,150,120,140,170]},{"name":"Unmuted","color":"#4fae4e","values":[120,50,10,20,0,10,20,60,110,240,190,230,160,330,240,240,260,180,200,250,230,140,210,140,100,130,40,20,10,0,40,20,100,110,90,110,170,300,210,130,150,190,270,100,170,180,160,110,50,50,0,10,0,20,30,90,60,90,130,180,130,170,120,230,320,280,250,140,130,310,100,40,60,20,0,0,0,10,40,50,80,130,70,140,140,160,170,180,240,170,160,190,210,250,170,190,40,50,40,0,0,10,60,50,70,110,150,140,350,190,210,220,110,330,170,230,230,200,210,60,10,30,0,0,0,10,90,80,90,60,110,260,150,230,390,170,160,210,260,180,290,130,210,70,40,0,10,0,10,0,40,70,60,120,120,140,200,170,170,190,210,210,250,110,270,200,160,180]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/09.json b/dist/chartDummyData/notifications_zoom/2019-01/09.json new file mode 100644 index 000000000..0ea9d1510 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/09.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1546732800000,1546736400000,1546740000000,1546743600000,1546747200000,1546750800000,1546754400000,1546758000000,1546761600000,1546765200000,1546768800000,1546772400000,1546776000000,1546779600000,1546783200000,1546786800000,1546790400000,1546794000000,1546797600000,1546801200000,1546804800000,1546808400000,1546812000000,1546815600000,1546819200000,1546822800000,1546826400000,1546830000000,1546833600000,1546837200000,1546840800000,1546844400000,1546848000000,1546851600000,1546855200000,1546858800000,1546862400000,1546866000000,1546869600000,1546873200000,1546876800000,1546880400000,1546884000000,1546887600000,1546891200000,1546894800000,1546898400000,1546902000000,1546905600000,1546909200000,1546912800000,1546916400000,1546920000000,1546923600000,1546927200000,1546930800000,1546934400000,1546938000000,1546941600000,1546945200000,1546948800000,1546952400000,1546956000000,1546959600000,1546963200000,1546966800000,1546970400000,1546974000000,1546977600000,1546981200000,1546984800000,1546988400000,1546992000000,1546995600000,1546999200000,1547002800000,1547006400000,1547010000000,1547013600000,1547017200000,1547020800000,1547024400000,1547028000000,1547031600000,1547035200000,1547038800000,1547042400000,1547046000000,1547049600000,1547053200000,1547056800000,1547060400000,1547064000000,1547067600000,1547071200000,1547074800000,1547078400000,1547082000000,1547085600000,1547089200000,1547092800000,1547096400000,1547100000000,1547103600000,1547107200000,1547110800000,1547114400000,1547118000000,1547121600000,1547125200000,1547128800000,1547132400000,1547136000000,1547139600000,1547143200000,1547146800000,1547150400000,1547154000000,1547157600000,1547161200000,1547164800000,1547168400000,1547172000000,1547175600000,1547179200000,1547182800000,1547186400000,1547190000000,1547193600000,1547197200000,1547200800000,1547204400000,1547208000000,1547211600000,1547215200000,1547218800000,1547222400000,1547226000000,1547229600000,1547233200000,1547236800000,1547240400000,1547244000000,1547247600000,1547251200000,1547254800000,1547258400000,1547262000000,1547265600000,1547269200000,1547272800000,1547276400000,1547280000000,1547283600000,1547287200000,1547290800000,1547294400000,1547298000000,1547301600000,1547305200000,1547308800000,1547312400000,1547316000000,1547319600000,1547323200000,1547326800000,1547330400000,1547334000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[70,90,40,30,0,0,0,70,90,70,140,170,80,150,180,310,300,290,310,160,200,420,150,140,120,20,40,10,0,10,50,80,20,100,90,170,60,110,270,180,220,380,220,190,310,270,260,160,70,100,10,90,30,40,80,100,50,40,90,90,90,150,170,120,120,170,140,220,200,200,240,210,110,10,10,20,10,0,40,50,50,80,70,70,90,90,210,130,240,170,90,140,150,160,140,170,50,40,0,0,10,10,30,70,50,70,240,150,70,260,200,160,120,140,210,170,270,190,250,70,130,30,10,0,0,10,80,60,190,140,100,100,110,220,190,190,160,170,150,70,150,120,140,170,80,40,50,20,0,0,40,90,80,90,110,120,100,200,150,190,80,160,310,250,120,150,150,180]},{"name":"Unmuted","color":"#4fae4e","values":[100,130,40,20,10,0,40,20,100,110,90,110,170,300,210,130,150,190,270,100,170,180,160,110,50,50,0,10,0,20,30,90,60,90,130,180,130,170,120,230,320,280,250,140,130,310,100,40,60,20,0,0,0,10,40,50,80,130,70,140,140,160,170,180,240,170,160,190,210,250,170,190,40,50,40,0,0,10,60,50,70,110,150,140,350,190,210,220,110,330,170,230,230,200,210,60,10,30,0,0,0,10,90,80,90,60,110,260,150,230,390,170,160,210,260,180,290,130,210,70,40,0,10,0,10,0,40,70,60,120,120,140,200,170,170,190,210,210,250,110,270,200,160,180,70,50,0,0,0,20,30,50,70,150,170,200,190,240,180,250,190,200,170,150,210,250,160,90]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/10.json b/dist/chartDummyData/notifications_zoom/2019-01/10.json new file mode 100644 index 000000000..bc0b90586 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/10.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1546819200000,1546822800000,1546826400000,1546830000000,1546833600000,1546837200000,1546840800000,1546844400000,1546848000000,1546851600000,1546855200000,1546858800000,1546862400000,1546866000000,1546869600000,1546873200000,1546876800000,1546880400000,1546884000000,1546887600000,1546891200000,1546894800000,1546898400000,1546902000000,1546905600000,1546909200000,1546912800000,1546916400000,1546920000000,1546923600000,1546927200000,1546930800000,1546934400000,1546938000000,1546941600000,1546945200000,1546948800000,1546952400000,1546956000000,1546959600000,1546963200000,1546966800000,1546970400000,1546974000000,1546977600000,1546981200000,1546984800000,1546988400000,1546992000000,1546995600000,1546999200000,1547002800000,1547006400000,1547010000000,1547013600000,1547017200000,1547020800000,1547024400000,1547028000000,1547031600000,1547035200000,1547038800000,1547042400000,1547046000000,1547049600000,1547053200000,1547056800000,1547060400000,1547064000000,1547067600000,1547071200000,1547074800000,1547078400000,1547082000000,1547085600000,1547089200000,1547092800000,1547096400000,1547100000000,1547103600000,1547107200000,1547110800000,1547114400000,1547118000000,1547121600000,1547125200000,1547128800000,1547132400000,1547136000000,1547139600000,1547143200000,1547146800000,1547150400000,1547154000000,1547157600000,1547161200000,1547164800000,1547168400000,1547172000000,1547175600000,1547179200000,1547182800000,1547186400000,1547190000000,1547193600000,1547197200000,1547200800000,1547204400000,1547208000000,1547211600000,1547215200000,1547218800000,1547222400000,1547226000000,1547229600000,1547233200000,1547236800000,1547240400000,1547244000000,1547247600000,1547251200000,1547254800000,1547258400000,1547262000000,1547265600000,1547269200000,1547272800000,1547276400000,1547280000000,1547283600000,1547287200000,1547290800000,1547294400000,1547298000000,1547301600000,1547305200000,1547308800000,1547312400000,1547316000000,1547319600000,1547323200000,1547326800000,1547330400000,1547334000000,1547337600000,1547341200000,1547344800000,1547348400000,1547352000000,1547355600000,1547359200000,1547362800000,1547366400000,1547370000000,1547373600000,1547377200000,1547380800000,1547384400000,1547388000000,1547391600000,1547395200000,1547398800000,1547402400000,1547406000000,1547409600000,1547413200000,1547416800000,1547420400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[120,20,40,10,0,10,50,80,20,100,90,170,60,110,270,180,220,380,220,190,310,270,260,160,70,100,10,90,30,40,80,100,50,40,90,90,90,150,170,120,120,170,140,220,200,200,240,210,110,10,10,20,10,0,40,50,50,80,70,70,90,90,210,130,240,170,90,140,150,160,140,170,50,40,0,0,10,10,30,70,50,70,240,150,70,260,200,160,120,140,210,170,270,190,250,70,130,30,10,0,0,10,80,60,190,140,100,100,110,220,190,190,160,170,150,70,150,120,140,170,80,40,50,20,0,0,40,90,80,90,110,120,100,200,150,190,80,160,310,250,120,150,150,180,140,70,20,10,0,20,10,20,20,40,60,210,130,160,140,130,200,150,230,150,160,190,130,180]},{"name":"Unmuted","color":"#4fae4e","values":[50,50,0,10,0,20,30,90,60,90,130,180,130,170,120,230,320,280,250,140,130,310,100,40,60,20,0,0,0,10,40,50,80,130,70,140,140,160,170,180,240,170,160,190,210,250,170,190,40,50,40,0,0,10,60,50,70,110,150,140,350,190,210,220,110,330,170,230,230,200,210,60,10,30,0,0,0,10,90,80,90,60,110,260,150,230,390,170,160,210,260,180,290,130,210,70,40,0,10,0,10,0,40,70,60,120,120,140,200,170,170,190,210,210,250,110,270,200,160,180,70,50,0,0,0,20,30,50,70,150,170,200,190,240,180,250,190,200,170,150,210,250,160,90,100,40,10,0,0,0,0,90,90,40,50,110,170,170,150,190,190,110,150,200,140,160,230,140]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/11.json b/dist/chartDummyData/notifications_zoom/2019-01/11.json new file mode 100644 index 000000000..cb77baf71 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/11.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1546905600000,1546909200000,1546912800000,1546916400000,1546920000000,1546923600000,1546927200000,1546930800000,1546934400000,1546938000000,1546941600000,1546945200000,1546948800000,1546952400000,1546956000000,1546959600000,1546963200000,1546966800000,1546970400000,1546974000000,1546977600000,1546981200000,1546984800000,1546988400000,1546992000000,1546995600000,1546999200000,1547002800000,1547006400000,1547010000000,1547013600000,1547017200000,1547020800000,1547024400000,1547028000000,1547031600000,1547035200000,1547038800000,1547042400000,1547046000000,1547049600000,1547053200000,1547056800000,1547060400000,1547064000000,1547067600000,1547071200000,1547074800000,1547078400000,1547082000000,1547085600000,1547089200000,1547092800000,1547096400000,1547100000000,1547103600000,1547107200000,1547110800000,1547114400000,1547118000000,1547121600000,1547125200000,1547128800000,1547132400000,1547136000000,1547139600000,1547143200000,1547146800000,1547150400000,1547154000000,1547157600000,1547161200000,1547164800000,1547168400000,1547172000000,1547175600000,1547179200000,1547182800000,1547186400000,1547190000000,1547193600000,1547197200000,1547200800000,1547204400000,1547208000000,1547211600000,1547215200000,1547218800000,1547222400000,1547226000000,1547229600000,1547233200000,1547236800000,1547240400000,1547244000000,1547247600000,1547251200000,1547254800000,1547258400000,1547262000000,1547265600000,1547269200000,1547272800000,1547276400000,1547280000000,1547283600000,1547287200000,1547290800000,1547294400000,1547298000000,1547301600000,1547305200000,1547308800000,1547312400000,1547316000000,1547319600000,1547323200000,1547326800000,1547330400000,1547334000000,1547337600000,1547341200000,1547344800000,1547348400000,1547352000000,1547355600000,1547359200000,1547362800000,1547366400000,1547370000000,1547373600000,1547377200000,1547380800000,1547384400000,1547388000000,1547391600000,1547395200000,1547398800000,1547402400000,1547406000000,1547409600000,1547413200000,1547416800000,1547420400000,1547424000000,1547427600000,1547431200000,1547434800000,1547438400000,1547442000000,1547445600000,1547449200000,1547452800000,1547456400000,1547460000000,1547463600000,1547467200000,1547470800000,1547474400000,1547478000000,1547481600000,1547485200000,1547488800000,1547492400000,1547496000000,1547499600000,1547503200000,1547506800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[70,100,10,90,30,40,80,100,50,40,90,90,90,150,170,120,120,170,140,220,200,200,240,210,110,10,10,20,10,0,40,50,50,80,70,70,90,90,210,130,240,170,90,140,150,160,140,170,50,40,0,0,10,10,30,70,50,70,240,150,70,260,200,160,120,140,210,170,270,190,250,70,130,30,10,0,0,10,80,60,190,140,100,100,110,220,190,190,160,170,150,70,150,120,140,170,80,40,50,20,0,0,40,90,80,90,110,120,100,200,150,190,80,160,310,250,120,150,150,180,140,70,20,10,0,20,10,20,20,40,60,210,130,160,140,130,200,150,230,150,160,190,130,180,70,70,0,30,0,10,40,70,70,100,90,100,140,160,140,150,150,160,150,100,240,210,110,60]},{"name":"Unmuted","color":"#4fae4e","values":[60,20,0,0,0,10,40,50,80,130,70,140,140,160,170,180,240,170,160,190,210,250,170,190,40,50,40,0,0,10,60,50,70,110,150,140,350,190,210,220,110,330,170,230,230,200,210,60,10,30,0,0,0,10,90,80,90,60,110,260,150,230,390,170,160,210,260,180,290,130,210,70,40,0,10,0,10,0,40,70,60,120,120,140,200,170,170,190,210,210,250,110,270,200,160,180,70,50,0,0,0,20,30,50,70,150,170,200,190,240,180,250,190,200,170,150,210,250,160,90,100,40,10,0,0,0,0,90,90,40,50,110,170,170,150,190,190,110,150,200,140,160,230,140,80,0,10,0,0,10,40,60,40,90,100,100,150,200,140,120,170,180,210,170,320,270,160,140]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/12.json b/dist/chartDummyData/notifications_zoom/2019-01/12.json new file mode 100644 index 000000000..34e390392 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/12.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1546992000000,1546995600000,1546999200000,1547002800000,1547006400000,1547010000000,1547013600000,1547017200000,1547020800000,1547024400000,1547028000000,1547031600000,1547035200000,1547038800000,1547042400000,1547046000000,1547049600000,1547053200000,1547056800000,1547060400000,1547064000000,1547067600000,1547071200000,1547074800000,1547078400000,1547082000000,1547085600000,1547089200000,1547092800000,1547096400000,1547100000000,1547103600000,1547107200000,1547110800000,1547114400000,1547118000000,1547121600000,1547125200000,1547128800000,1547132400000,1547136000000,1547139600000,1547143200000,1547146800000,1547150400000,1547154000000,1547157600000,1547161200000,1547164800000,1547168400000,1547172000000,1547175600000,1547179200000,1547182800000,1547186400000,1547190000000,1547193600000,1547197200000,1547200800000,1547204400000,1547208000000,1547211600000,1547215200000,1547218800000,1547222400000,1547226000000,1547229600000,1547233200000,1547236800000,1547240400000,1547244000000,1547247600000,1547251200000,1547254800000,1547258400000,1547262000000,1547265600000,1547269200000,1547272800000,1547276400000,1547280000000,1547283600000,1547287200000,1547290800000,1547294400000,1547298000000,1547301600000,1547305200000,1547308800000,1547312400000,1547316000000,1547319600000,1547323200000,1547326800000,1547330400000,1547334000000,1547337600000,1547341200000,1547344800000,1547348400000,1547352000000,1547355600000,1547359200000,1547362800000,1547366400000,1547370000000,1547373600000,1547377200000,1547380800000,1547384400000,1547388000000,1547391600000,1547395200000,1547398800000,1547402400000,1547406000000,1547409600000,1547413200000,1547416800000,1547420400000,1547424000000,1547427600000,1547431200000,1547434800000,1547438400000,1547442000000,1547445600000,1547449200000,1547452800000,1547456400000,1547460000000,1547463600000,1547467200000,1547470800000,1547474400000,1547478000000,1547481600000,1547485200000,1547488800000,1547492400000,1547496000000,1547499600000,1547503200000,1547506800000,1547510400000,1547514000000,1547517600000,1547521200000,1547524800000,1547528400000,1547532000000,1547535600000,1547539200000,1547542800000,1547546400000,1547550000000,1547553600000,1547557200000,1547560800000,1547564400000,1547568000000,1547571600000,1547575200000,1547578800000,1547582400000,1547586000000,1547589600000,1547593200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[110,10,10,20,10,0,40,50,50,80,70,70,90,90,210,130,240,170,90,140,150,160,140,170,50,40,0,0,10,10,30,70,50,70,240,150,70,260,200,160,120,140,210,170,270,190,250,70,130,30,10,0,0,10,80,60,190,140,100,100,110,220,190,190,160,170,150,70,150,120,140,170,80,40,50,20,0,0,40,90,80,90,110,120,100,200,150,190,80,160,310,250,120,150,150,180,140,70,20,10,0,20,10,20,20,40,60,210,130,160,140,130,200,150,230,150,160,190,130,180,70,70,0,30,0,10,40,70,70,100,90,100,140,160,140,150,150,160,150,100,240,210,110,60,60,10,70,20,0,0,180,30,20,40,60,130,100,190,210,190,140,120,300,180,170,260,160,90]},{"name":"Unmuted","color":"#4fae4e","values":[40,50,40,0,0,10,60,50,70,110,150,140,350,190,210,220,110,330,170,230,230,200,210,60,10,30,0,0,0,10,90,80,90,60,110,260,150,230,390,170,160,210,260,180,290,130,210,70,40,0,10,0,10,0,40,70,60,120,120,140,200,170,170,190,210,210,250,110,270,200,160,180,70,50,0,0,0,20,30,50,70,150,170,200,190,240,180,250,190,200,170,150,210,250,160,90,100,40,10,0,0,0,0,90,90,40,50,110,170,170,150,190,190,110,150,200,140,160,230,140,80,0,10,0,0,10,40,60,40,90,100,100,150,200,140,120,170,180,210,170,320,270,160,140,20,20,0,0,0,10,50,70,70,50,80,160,180,230,210,120,300,270,210,250,300,150,120,120]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/13.json b/dist/chartDummyData/notifications_zoom/2019-01/13.json new file mode 100644 index 000000000..cd7b51422 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/13.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1547078400000,1547082000000,1547085600000,1547089200000,1547092800000,1547096400000,1547100000000,1547103600000,1547107200000,1547110800000,1547114400000,1547118000000,1547121600000,1547125200000,1547128800000,1547132400000,1547136000000,1547139600000,1547143200000,1547146800000,1547150400000,1547154000000,1547157600000,1547161200000,1547164800000,1547168400000,1547172000000,1547175600000,1547179200000,1547182800000,1547186400000,1547190000000,1547193600000,1547197200000,1547200800000,1547204400000,1547208000000,1547211600000,1547215200000,1547218800000,1547222400000,1547226000000,1547229600000,1547233200000,1547236800000,1547240400000,1547244000000,1547247600000,1547251200000,1547254800000,1547258400000,1547262000000,1547265600000,1547269200000,1547272800000,1547276400000,1547280000000,1547283600000,1547287200000,1547290800000,1547294400000,1547298000000,1547301600000,1547305200000,1547308800000,1547312400000,1547316000000,1547319600000,1547323200000,1547326800000,1547330400000,1547334000000,1547337600000,1547341200000,1547344800000,1547348400000,1547352000000,1547355600000,1547359200000,1547362800000,1547366400000,1547370000000,1547373600000,1547377200000,1547380800000,1547384400000,1547388000000,1547391600000,1547395200000,1547398800000,1547402400000,1547406000000,1547409600000,1547413200000,1547416800000,1547420400000,1547424000000,1547427600000,1547431200000,1547434800000,1547438400000,1547442000000,1547445600000,1547449200000,1547452800000,1547456400000,1547460000000,1547463600000,1547467200000,1547470800000,1547474400000,1547478000000,1547481600000,1547485200000,1547488800000,1547492400000,1547496000000,1547499600000,1547503200000,1547506800000,1547510400000,1547514000000,1547517600000,1547521200000,1547524800000,1547528400000,1547532000000,1547535600000,1547539200000,1547542800000,1547546400000,1547550000000,1547553600000,1547557200000,1547560800000,1547564400000,1547568000000,1547571600000,1547575200000,1547578800000,1547582400000,1547586000000,1547589600000,1547593200000,1547596800000,1547600400000,1547604000000,1547607600000,1547611200000,1547614800000,1547618400000,1547622000000,1547625600000,1547629200000,1547632800000,1547636400000,1547640000000,1547643600000,1547647200000,1547650800000,1547654400000,1547658000000,1547661600000,1547665200000,1547668800000,1547672400000,1547676000000,1547679600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[50,40,0,0,10,10,30,70,50,70,240,150,70,260,200,160,120,140,210,170,270,190,250,70,130,30,10,0,0,10,80,60,190,140,100,100,110,220,190,190,160,170,150,70,150,120,140,170,80,40,50,20,0,0,40,90,80,90,110,120,100,200,150,190,80,160,310,250,120,150,150,180,140,70,20,10,0,20,10,20,20,40,60,210,130,160,140,130,200,150,230,150,160,190,130,180,70,70,0,30,0,10,40,70,70,100,90,100,140,160,140,150,150,160,150,100,240,210,110,60,60,10,70,20,0,0,180,30,20,40,60,130,100,190,210,190,140,120,300,180,170,260,160,90,90,10,0,0,10,0,10,80,70,110,90,120,110,190,110,90,240,150,160,180,140,190,230,100]},{"name":"Unmuted","color":"#4fae4e","values":[10,30,0,0,0,10,90,80,90,60,110,260,150,230,390,170,160,210,260,180,290,130,210,70,40,0,10,0,10,0,40,70,60,120,120,140,200,170,170,190,210,210,250,110,270,200,160,180,70,50,0,0,0,20,30,50,70,150,170,200,190,240,180,250,190,200,170,150,210,250,160,90,100,40,10,0,0,0,0,90,90,40,50,110,170,170,150,190,190,110,150,200,140,160,230,140,80,0,10,0,0,10,40,60,40,90,100,100,150,200,140,120,170,180,210,170,320,270,160,140,20,20,0,0,0,10,50,70,70,50,80,160,180,230,210,120,300,270,210,250,300,150,120,120,0,0,0,0,0,10,30,100,50,160,90,120,190,210,140,120,160,230,150,190,220,300,120,110]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/14.json b/dist/chartDummyData/notifications_zoom/2019-01/14.json new file mode 100644 index 000000000..2920a925d --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/14.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1547164800000,1547168400000,1547172000000,1547175600000,1547179200000,1547182800000,1547186400000,1547190000000,1547193600000,1547197200000,1547200800000,1547204400000,1547208000000,1547211600000,1547215200000,1547218800000,1547222400000,1547226000000,1547229600000,1547233200000,1547236800000,1547240400000,1547244000000,1547247600000,1547251200000,1547254800000,1547258400000,1547262000000,1547265600000,1547269200000,1547272800000,1547276400000,1547280000000,1547283600000,1547287200000,1547290800000,1547294400000,1547298000000,1547301600000,1547305200000,1547308800000,1547312400000,1547316000000,1547319600000,1547323200000,1547326800000,1547330400000,1547334000000,1547337600000,1547341200000,1547344800000,1547348400000,1547352000000,1547355600000,1547359200000,1547362800000,1547366400000,1547370000000,1547373600000,1547377200000,1547380800000,1547384400000,1547388000000,1547391600000,1547395200000,1547398800000,1547402400000,1547406000000,1547409600000,1547413200000,1547416800000,1547420400000,1547424000000,1547427600000,1547431200000,1547434800000,1547438400000,1547442000000,1547445600000,1547449200000,1547452800000,1547456400000,1547460000000,1547463600000,1547467200000,1547470800000,1547474400000,1547478000000,1547481600000,1547485200000,1547488800000,1547492400000,1547496000000,1547499600000,1547503200000,1547506800000,1547510400000,1547514000000,1547517600000,1547521200000,1547524800000,1547528400000,1547532000000,1547535600000,1547539200000,1547542800000,1547546400000,1547550000000,1547553600000,1547557200000,1547560800000,1547564400000,1547568000000,1547571600000,1547575200000,1547578800000,1547582400000,1547586000000,1547589600000,1547593200000,1547596800000,1547600400000,1547604000000,1547607600000,1547611200000,1547614800000,1547618400000,1547622000000,1547625600000,1547629200000,1547632800000,1547636400000,1547640000000,1547643600000,1547647200000,1547650800000,1547654400000,1547658000000,1547661600000,1547665200000,1547668800000,1547672400000,1547676000000,1547679600000,1547683200000,1547686800000,1547690400000,1547694000000,1547697600000,1547701200000,1547704800000,1547708400000,1547712000000,1547715600000,1547719200000,1547722800000,1547726400000,1547730000000,1547733600000,1547737200000,1547740800000,1547744400000,1547748000000,1547751600000,1547755200000,1547758800000,1547762400000,1547766000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[130,30,10,0,0,10,80,60,190,140,100,100,110,220,190,190,160,170,150,70,150,120,140,170,80,40,50,20,0,0,40,90,80,90,110,120,100,200,150,190,80,160,310,250,120,150,150,180,140,70,20,10,0,20,10,20,20,40,60,210,130,160,140,130,200,150,230,150,160,190,130,180,70,70,0,30,0,10,40,70,70,100,90,100,140,160,140,150,150,160,150,100,240,210,110,60,60,10,70,20,0,0,180,30,20,40,60,130,100,190,210,190,140,120,300,180,170,260,160,90,90,10,0,0,10,0,10,80,70,110,90,120,110,190,110,90,240,150,160,180,140,190,230,100,50,30,50,20,0,30,0,40,30,40,250,140,120,160,190,180,230,130,220,190,210,280,230,180]},{"name":"Unmuted","color":"#4fae4e","values":[40,0,10,0,10,0,40,70,60,120,120,140,200,170,170,190,210,210,250,110,270,200,160,180,70,50,0,0,0,20,30,50,70,150,170,200,190,240,180,250,190,200,170,150,210,250,160,90,100,40,10,0,0,0,0,90,90,40,50,110,170,170,150,190,190,110,150,200,140,160,230,140,80,0,10,0,0,10,40,60,40,90,100,100,150,200,140,120,170,180,210,170,320,270,160,140,20,20,0,0,0,10,50,70,70,50,80,160,180,230,210,120,300,270,210,250,300,150,120,120,0,0,0,0,0,10,30,100,50,160,90,120,190,210,140,120,160,230,150,190,220,300,120,110,130,40,0,30,10,20,50,130,120,110,180,80,190,80,160,170,210,220,160,260,270,180,230,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/15.json b/dist/chartDummyData/notifications_zoom/2019-01/15.json new file mode 100644 index 000000000..7e53bccbc --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/15.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1547251200000,1547254800000,1547258400000,1547262000000,1547265600000,1547269200000,1547272800000,1547276400000,1547280000000,1547283600000,1547287200000,1547290800000,1547294400000,1547298000000,1547301600000,1547305200000,1547308800000,1547312400000,1547316000000,1547319600000,1547323200000,1547326800000,1547330400000,1547334000000,1547337600000,1547341200000,1547344800000,1547348400000,1547352000000,1547355600000,1547359200000,1547362800000,1547366400000,1547370000000,1547373600000,1547377200000,1547380800000,1547384400000,1547388000000,1547391600000,1547395200000,1547398800000,1547402400000,1547406000000,1547409600000,1547413200000,1547416800000,1547420400000,1547424000000,1547427600000,1547431200000,1547434800000,1547438400000,1547442000000,1547445600000,1547449200000,1547452800000,1547456400000,1547460000000,1547463600000,1547467200000,1547470800000,1547474400000,1547478000000,1547481600000,1547485200000,1547488800000,1547492400000,1547496000000,1547499600000,1547503200000,1547506800000,1547510400000,1547514000000,1547517600000,1547521200000,1547524800000,1547528400000,1547532000000,1547535600000,1547539200000,1547542800000,1547546400000,1547550000000,1547553600000,1547557200000,1547560800000,1547564400000,1547568000000,1547571600000,1547575200000,1547578800000,1547582400000,1547586000000,1547589600000,1547593200000,1547596800000,1547600400000,1547604000000,1547607600000,1547611200000,1547614800000,1547618400000,1547622000000,1547625600000,1547629200000,1547632800000,1547636400000,1547640000000,1547643600000,1547647200000,1547650800000,1547654400000,1547658000000,1547661600000,1547665200000,1547668800000,1547672400000,1547676000000,1547679600000,1547683200000,1547686800000,1547690400000,1547694000000,1547697600000,1547701200000,1547704800000,1547708400000,1547712000000,1547715600000,1547719200000,1547722800000,1547726400000,1547730000000,1547733600000,1547737200000,1547740800000,1547744400000,1547748000000,1547751600000,1547755200000,1547758800000,1547762400000,1547766000000,1547769600000,1547773200000,1547776800000,1547780400000,1547784000000,1547787600000,1547791200000,1547794800000,1547798400000,1547802000000,1547805600000,1547809200000,1547812800000,1547816400000,1547820000000,1547823600000,1547827200000,1547830800000,1547834400000,1547838000000,1547841600000,1547845200000,1547848800000,1547852400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[80,40,50,20,0,0,40,90,80,90,110,120,100,200,150,190,80,160,310,250,120,150,150,180,140,70,20,10,0,20,10,20,20,40,60,210,130,160,140,130,200,150,230,150,160,190,130,180,70,70,0,30,0,10,40,70,70,100,90,100,140,160,140,150,150,160,150,100,240,210,110,60,60,10,70,20,0,0,180,30,20,40,60,130,100,190,210,190,140,120,300,180,170,260,160,90,90,10,0,0,10,0,10,80,70,110,90,120,110,190,110,90,240,150,160,180,140,190,230,100,50,30,50,20,0,30,0,40,30,40,250,140,120,160,190,180,230,130,220,190,210,280,230,180,160,120,70,10,30,40,30,60,70,110,100,110,80,260,200,270,200,130,180,210,170,300,160,190]},{"name":"Unmuted","color":"#4fae4e","values":[70,50,0,0,0,20,30,50,70,150,170,200,190,240,180,250,190,200,170,150,210,250,160,90,100,40,10,0,0,0,0,90,90,40,50,110,170,170,150,190,190,110,150,200,140,160,230,140,80,0,10,0,0,10,40,60,40,90,100,100,150,200,140,120,170,180,210,170,320,270,160,140,20,20,0,0,0,10,50,70,70,50,80,160,180,230,210,120,300,270,210,250,300,150,120,120,0,0,0,0,0,10,30,100,50,160,90,120,190,210,140,120,160,230,150,190,220,300,120,110,130,40,0,30,10,20,50,130,120,110,180,80,190,80,160,170,210,220,160,260,270,180,230,100,20,0,0,10,10,0,10,60,70,100,110,160,270,150,240,190,260,320,250,200,190,210,170,140]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/16.json b/dist/chartDummyData/notifications_zoom/2019-01/16.json new file mode 100644 index 000000000..e52602372 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/16.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1547337600000,1547341200000,1547344800000,1547348400000,1547352000000,1547355600000,1547359200000,1547362800000,1547366400000,1547370000000,1547373600000,1547377200000,1547380800000,1547384400000,1547388000000,1547391600000,1547395200000,1547398800000,1547402400000,1547406000000,1547409600000,1547413200000,1547416800000,1547420400000,1547424000000,1547427600000,1547431200000,1547434800000,1547438400000,1547442000000,1547445600000,1547449200000,1547452800000,1547456400000,1547460000000,1547463600000,1547467200000,1547470800000,1547474400000,1547478000000,1547481600000,1547485200000,1547488800000,1547492400000,1547496000000,1547499600000,1547503200000,1547506800000,1547510400000,1547514000000,1547517600000,1547521200000,1547524800000,1547528400000,1547532000000,1547535600000,1547539200000,1547542800000,1547546400000,1547550000000,1547553600000,1547557200000,1547560800000,1547564400000,1547568000000,1547571600000,1547575200000,1547578800000,1547582400000,1547586000000,1547589600000,1547593200000,1547596800000,1547600400000,1547604000000,1547607600000,1547611200000,1547614800000,1547618400000,1547622000000,1547625600000,1547629200000,1547632800000,1547636400000,1547640000000,1547643600000,1547647200000,1547650800000,1547654400000,1547658000000,1547661600000,1547665200000,1547668800000,1547672400000,1547676000000,1547679600000,1547683200000,1547686800000,1547690400000,1547694000000,1547697600000,1547701200000,1547704800000,1547708400000,1547712000000,1547715600000,1547719200000,1547722800000,1547726400000,1547730000000,1547733600000,1547737200000,1547740800000,1547744400000,1547748000000,1547751600000,1547755200000,1547758800000,1547762400000,1547766000000,1547769600000,1547773200000,1547776800000,1547780400000,1547784000000,1547787600000,1547791200000,1547794800000,1547798400000,1547802000000,1547805600000,1547809200000,1547812800000,1547816400000,1547820000000,1547823600000,1547827200000,1547830800000,1547834400000,1547838000000,1547841600000,1547845200000,1547848800000,1547852400000,1547856000000,1547859600000,1547863200000,1547866800000,1547870400000,1547874000000,1547877600000,1547881200000,1547884800000,1547888400000,1547892000000,1547895600000,1547899200000,1547902800000,1547906400000,1547910000000,1547913600000,1547917200000,1547920800000,1547924400000,1547928000000,1547931600000,1547935200000,1547938800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[140,70,20,10,0,20,10,20,20,40,60,210,130,160,140,130,200,150,230,150,160,190,130,180,70,70,0,30,0,10,40,70,70,100,90,100,140,160,140,150,150,160,150,100,240,210,110,60,60,10,70,20,0,0,180,30,20,40,60,130,100,190,210,190,140,120,300,180,170,260,160,90,90,10,0,0,10,0,10,80,70,110,90,120,110,190,110,90,240,150,160,180,140,190,230,100,50,30,50,20,0,30,0,40,30,40,250,140,120,160,190,180,230,130,220,190,210,280,230,180,160,120,70,10,30,40,30,60,70,110,100,110,80,260,200,270,200,130,180,210,170,300,160,190,220,30,130,40,10,20,30,40,100,100,100,190,140,230,110,150,90,130,110,130,170,130,320,200]},{"name":"Unmuted","color":"#4fae4e","values":[100,40,10,0,0,0,0,90,90,40,50,110,170,170,150,190,190,110,150,200,140,160,230,140,80,0,10,0,0,10,40,60,40,90,100,100,150,200,140,120,170,180,210,170,320,270,160,140,20,20,0,0,0,10,50,70,70,50,80,160,180,230,210,120,300,270,210,250,300,150,120,120,0,0,0,0,0,10,30,100,50,160,90,120,190,210,140,120,160,230,150,190,220,300,120,110,130,40,0,30,10,20,50,130,120,110,180,80,190,80,160,170,210,220,160,260,270,180,230,100,20,0,0,10,10,0,10,60,70,100,110,160,270,150,240,190,260,320,250,200,190,210,170,140,80,60,10,0,0,10,40,70,140,140,170,120,130,180,210,160,150,90,210,260,160,200,200,230]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/17.json b/dist/chartDummyData/notifications_zoom/2019-01/17.json new file mode 100644 index 000000000..ca5687983 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/17.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1547424000000,1547427600000,1547431200000,1547434800000,1547438400000,1547442000000,1547445600000,1547449200000,1547452800000,1547456400000,1547460000000,1547463600000,1547467200000,1547470800000,1547474400000,1547478000000,1547481600000,1547485200000,1547488800000,1547492400000,1547496000000,1547499600000,1547503200000,1547506800000,1547510400000,1547514000000,1547517600000,1547521200000,1547524800000,1547528400000,1547532000000,1547535600000,1547539200000,1547542800000,1547546400000,1547550000000,1547553600000,1547557200000,1547560800000,1547564400000,1547568000000,1547571600000,1547575200000,1547578800000,1547582400000,1547586000000,1547589600000,1547593200000,1547596800000,1547600400000,1547604000000,1547607600000,1547611200000,1547614800000,1547618400000,1547622000000,1547625600000,1547629200000,1547632800000,1547636400000,1547640000000,1547643600000,1547647200000,1547650800000,1547654400000,1547658000000,1547661600000,1547665200000,1547668800000,1547672400000,1547676000000,1547679600000,1547683200000,1547686800000,1547690400000,1547694000000,1547697600000,1547701200000,1547704800000,1547708400000,1547712000000,1547715600000,1547719200000,1547722800000,1547726400000,1547730000000,1547733600000,1547737200000,1547740800000,1547744400000,1547748000000,1547751600000,1547755200000,1547758800000,1547762400000,1547766000000,1547769600000,1547773200000,1547776800000,1547780400000,1547784000000,1547787600000,1547791200000,1547794800000,1547798400000,1547802000000,1547805600000,1547809200000,1547812800000,1547816400000,1547820000000,1547823600000,1547827200000,1547830800000,1547834400000,1547838000000,1547841600000,1547845200000,1547848800000,1547852400000,1547856000000,1547859600000,1547863200000,1547866800000,1547870400000,1547874000000,1547877600000,1547881200000,1547884800000,1547888400000,1547892000000,1547895600000,1547899200000,1547902800000,1547906400000,1547910000000,1547913600000,1547917200000,1547920800000,1547924400000,1547928000000,1547931600000,1547935200000,1547938800000,1547942400000,1547946000000,1547949600000,1547953200000,1547956800000,1547960400000,1547964000000,1547967600000,1547971200000,1547974800000,1547978400000,1547982000000,1547985600000,1547989200000,1547992800000,1547996400000,1548000000000,1548003600000,1548007200000,1548010800000,1548014400000,1548018000000,1548021600000,1548025200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[70,70,0,30,0,10,40,70,70,100,90,100,140,160,140,150,150,160,150,100,240,210,110,60,60,10,70,20,0,0,180,30,20,40,60,130,100,190,210,190,140,120,300,180,170,260,160,90,90,10,0,0,10,0,10,80,70,110,90,120,110,190,110,90,240,150,160,180,140,190,230,100,50,30,50,20,0,30,0,40,30,40,250,140,120,160,190,180,230,130,220,190,210,280,230,180,160,120,70,10,30,40,30,60,70,110,100,110,80,260,200,270,200,130,180,210,170,300,160,190,220,30,130,40,10,20,30,40,100,100,100,190,140,230,110,150,90,130,110,130,170,130,320,200,120,20,10,20,10,50,20,20,40,70,170,120,170,150,330,190,160,130,170,140,170,220,150,100]},{"name":"Unmuted","color":"#4fae4e","values":[80,0,10,0,0,10,40,60,40,90,100,100,150,200,140,120,170,180,210,170,320,270,160,140,20,20,0,0,0,10,50,70,70,50,80,160,180,230,210,120,300,270,210,250,300,150,120,120,0,0,0,0,0,10,30,100,50,160,90,120,190,210,140,120,160,230,150,190,220,300,120,110,130,40,0,30,10,20,50,130,120,110,180,80,190,80,160,170,210,220,160,260,270,180,230,100,20,0,0,10,10,0,10,60,70,100,110,160,270,150,240,190,260,320,250,200,190,210,170,140,80,60,10,0,0,10,40,70,140,140,170,120,130,180,210,160,150,90,210,260,160,200,200,230,40,30,30,0,30,0,0,20,90,130,140,190,60,170,200,170,180,240,210,230,190,190,140,110]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/18.json b/dist/chartDummyData/notifications_zoom/2019-01/18.json new file mode 100644 index 000000000..f0cc4bf61 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/18.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1547510400000,1547514000000,1547517600000,1547521200000,1547524800000,1547528400000,1547532000000,1547535600000,1547539200000,1547542800000,1547546400000,1547550000000,1547553600000,1547557200000,1547560800000,1547564400000,1547568000000,1547571600000,1547575200000,1547578800000,1547582400000,1547586000000,1547589600000,1547593200000,1547596800000,1547600400000,1547604000000,1547607600000,1547611200000,1547614800000,1547618400000,1547622000000,1547625600000,1547629200000,1547632800000,1547636400000,1547640000000,1547643600000,1547647200000,1547650800000,1547654400000,1547658000000,1547661600000,1547665200000,1547668800000,1547672400000,1547676000000,1547679600000,1547683200000,1547686800000,1547690400000,1547694000000,1547697600000,1547701200000,1547704800000,1547708400000,1547712000000,1547715600000,1547719200000,1547722800000,1547726400000,1547730000000,1547733600000,1547737200000,1547740800000,1547744400000,1547748000000,1547751600000,1547755200000,1547758800000,1547762400000,1547766000000,1547769600000,1547773200000,1547776800000,1547780400000,1547784000000,1547787600000,1547791200000,1547794800000,1547798400000,1547802000000,1547805600000,1547809200000,1547812800000,1547816400000,1547820000000,1547823600000,1547827200000,1547830800000,1547834400000,1547838000000,1547841600000,1547845200000,1547848800000,1547852400000,1547856000000,1547859600000,1547863200000,1547866800000,1547870400000,1547874000000,1547877600000,1547881200000,1547884800000,1547888400000,1547892000000,1547895600000,1547899200000,1547902800000,1547906400000,1547910000000,1547913600000,1547917200000,1547920800000,1547924400000,1547928000000,1547931600000,1547935200000,1547938800000,1547942400000,1547946000000,1547949600000,1547953200000,1547956800000,1547960400000,1547964000000,1547967600000,1547971200000,1547974800000,1547978400000,1547982000000,1547985600000,1547989200000,1547992800000,1547996400000,1548000000000,1548003600000,1548007200000,1548010800000,1548014400000,1548018000000,1548021600000,1548025200000,1548028800000,1548032400000,1548036000000,1548039600000,1548043200000,1548046800000,1548050400000,1548054000000,1548057600000,1548061200000,1548064800000,1548068400000,1548072000000,1548075600000,1548079200000,1548082800000,1548086400000,1548090000000,1548093600000,1548097200000,1548100800000,1548104400000,1548108000000,1548111600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[60,10,70,20,0,0,180,30,20,40,60,130,100,190,210,190,140,120,300,180,170,260,160,90,90,10,0,0,10,0,10,80,70,110,90,120,110,190,110,90,240,150,160,180,140,190,230,100,50,30,50,20,0,30,0,40,30,40,250,140,120,160,190,180,230,130,220,190,210,280,230,180,160,120,70,10,30,40,30,60,70,110,100,110,80,260,200,270,200,130,180,210,170,300,160,190,220,30,130,40,10,20,30,40,100,100,100,190,140,230,110,150,90,130,110,130,170,130,320,200,120,20,10,20,10,50,20,20,40,70,170,120,170,150,330,190,160,130,170,140,170,220,150,100,50,30,40,0,10,30,80,40,40,50,80,120,170,200,190,130,120,240,210,140,240,220,120,110]},{"name":"Unmuted","color":"#4fae4e","values":[20,20,0,0,0,10,50,70,70,50,80,160,180,230,210,120,300,270,210,250,300,150,120,120,0,0,0,0,0,10,30,100,50,160,90,120,190,210,140,120,160,230,150,190,220,300,120,110,130,40,0,30,10,20,50,130,120,110,180,80,190,80,160,170,210,220,160,260,270,180,230,100,20,0,0,10,10,0,10,60,70,100,110,160,270,150,240,190,260,320,250,200,190,210,170,140,80,60,10,0,0,10,40,70,140,140,170,120,130,180,210,160,150,90,210,260,160,200,200,230,40,30,30,0,30,0,0,20,90,130,140,190,60,170,200,170,180,240,210,230,190,190,140,110,40,30,10,0,0,20,50,40,20,140,50,160,150,140,130,110,190,160,140,200,410,300,170,160]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/19.json b/dist/chartDummyData/notifications_zoom/2019-01/19.json new file mode 100644 index 000000000..6eb7d4b81 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/19.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1547596800000,1547600400000,1547604000000,1547607600000,1547611200000,1547614800000,1547618400000,1547622000000,1547625600000,1547629200000,1547632800000,1547636400000,1547640000000,1547643600000,1547647200000,1547650800000,1547654400000,1547658000000,1547661600000,1547665200000,1547668800000,1547672400000,1547676000000,1547679600000,1547683200000,1547686800000,1547690400000,1547694000000,1547697600000,1547701200000,1547704800000,1547708400000,1547712000000,1547715600000,1547719200000,1547722800000,1547726400000,1547730000000,1547733600000,1547737200000,1547740800000,1547744400000,1547748000000,1547751600000,1547755200000,1547758800000,1547762400000,1547766000000,1547769600000,1547773200000,1547776800000,1547780400000,1547784000000,1547787600000,1547791200000,1547794800000,1547798400000,1547802000000,1547805600000,1547809200000,1547812800000,1547816400000,1547820000000,1547823600000,1547827200000,1547830800000,1547834400000,1547838000000,1547841600000,1547845200000,1547848800000,1547852400000,1547856000000,1547859600000,1547863200000,1547866800000,1547870400000,1547874000000,1547877600000,1547881200000,1547884800000,1547888400000,1547892000000,1547895600000,1547899200000,1547902800000,1547906400000,1547910000000,1547913600000,1547917200000,1547920800000,1547924400000,1547928000000,1547931600000,1547935200000,1547938800000,1547942400000,1547946000000,1547949600000,1547953200000,1547956800000,1547960400000,1547964000000,1547967600000,1547971200000,1547974800000,1547978400000,1547982000000,1547985600000,1547989200000,1547992800000,1547996400000,1548000000000,1548003600000,1548007200000,1548010800000,1548014400000,1548018000000,1548021600000,1548025200000,1548028800000,1548032400000,1548036000000,1548039600000,1548043200000,1548046800000,1548050400000,1548054000000,1548057600000,1548061200000,1548064800000,1548068400000,1548072000000,1548075600000,1548079200000,1548082800000,1548086400000,1548090000000,1548093600000,1548097200000,1548100800000,1548104400000,1548108000000,1548111600000,1548115200000,1548118800000,1548122400000,1548126000000,1548129600000,1548133200000,1548136800000,1548140400000,1548144000000,1548147600000,1548151200000,1548154800000,1548158400000,1548162000000,1548165600000,1548169200000,1548172800000,1548176400000,1548180000000,1548183600000,1548187200000,1548190800000,1548194400000,1548198000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[90,10,0,0,10,0,10,80,70,110,90,120,110,190,110,90,240,150,160,180,140,190,230,100,50,30,50,20,0,30,0,40,30,40,250,140,120,160,190,180,230,130,220,190,210,280,230,180,160,120,70,10,30,40,30,60,70,110,100,110,80,260,200,270,200,130,180,210,170,300,160,190,220,30,130,40,10,20,30,40,100,100,100,190,140,230,110,150,90,130,110,130,170,130,320,200,120,20,10,20,10,50,20,20,40,70,170,120,170,150,330,190,160,130,170,140,170,220,150,100,50,30,40,0,10,30,80,40,40,50,80,120,170,200,190,130,120,240,210,140,240,220,120,110,30,60,100,10,0,10,70,40,100,60,110,60,90,150,130,150,210,480,240,240,230,310,200,50]},{"name":"Unmuted","color":"#4fae4e","values":[0,0,0,0,0,10,30,100,50,160,90,120,190,210,140,120,160,230,150,190,220,300,120,110,130,40,0,30,10,20,50,130,120,110,180,80,190,80,160,170,210,220,160,260,270,180,230,100,20,0,0,10,10,0,10,60,70,100,110,160,270,150,240,190,260,320,250,200,190,210,170,140,80,60,10,0,0,10,40,70,140,140,170,120,130,180,210,160,150,90,210,260,160,200,200,230,40,30,30,0,30,0,0,20,90,130,140,190,60,170,200,170,180,240,210,230,190,190,140,110,40,30,10,0,0,20,50,40,20,140,50,160,150,140,130,110,190,160,140,200,410,300,170,160,60,40,20,0,0,20,80,80,180,110,170,270,190,180,150,170,250,280,270,140,310,210,110,110]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/20.json b/dist/chartDummyData/notifications_zoom/2019-01/20.json new file mode 100644 index 000000000..75c52270a --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/20.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1547683200000,1547686800000,1547690400000,1547694000000,1547697600000,1547701200000,1547704800000,1547708400000,1547712000000,1547715600000,1547719200000,1547722800000,1547726400000,1547730000000,1547733600000,1547737200000,1547740800000,1547744400000,1547748000000,1547751600000,1547755200000,1547758800000,1547762400000,1547766000000,1547769600000,1547773200000,1547776800000,1547780400000,1547784000000,1547787600000,1547791200000,1547794800000,1547798400000,1547802000000,1547805600000,1547809200000,1547812800000,1547816400000,1547820000000,1547823600000,1547827200000,1547830800000,1547834400000,1547838000000,1547841600000,1547845200000,1547848800000,1547852400000,1547856000000,1547859600000,1547863200000,1547866800000,1547870400000,1547874000000,1547877600000,1547881200000,1547884800000,1547888400000,1547892000000,1547895600000,1547899200000,1547902800000,1547906400000,1547910000000,1547913600000,1547917200000,1547920800000,1547924400000,1547928000000,1547931600000,1547935200000,1547938800000,1547942400000,1547946000000,1547949600000,1547953200000,1547956800000,1547960400000,1547964000000,1547967600000,1547971200000,1547974800000,1547978400000,1547982000000,1547985600000,1547989200000,1547992800000,1547996400000,1548000000000,1548003600000,1548007200000,1548010800000,1548014400000,1548018000000,1548021600000,1548025200000,1548028800000,1548032400000,1548036000000,1548039600000,1548043200000,1548046800000,1548050400000,1548054000000,1548057600000,1548061200000,1548064800000,1548068400000,1548072000000,1548075600000,1548079200000,1548082800000,1548086400000,1548090000000,1548093600000,1548097200000,1548100800000,1548104400000,1548108000000,1548111600000,1548115200000,1548118800000,1548122400000,1548126000000,1548129600000,1548133200000,1548136800000,1548140400000,1548144000000,1548147600000,1548151200000,1548154800000,1548158400000,1548162000000,1548165600000,1548169200000,1548172800000,1548176400000,1548180000000,1548183600000,1548187200000,1548190800000,1548194400000,1548198000000,1548201600000,1548205200000,1548208800000,1548212400000,1548216000000,1548219600000,1548223200000,1548226800000,1548230400000,1548234000000,1548237600000,1548241200000,1548244800000,1548248400000,1548252000000,1548255600000,1548259200000,1548262800000,1548266400000,1548270000000,1548273600000,1548277200000,1548280800000,1548284400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[50,30,50,20,0,30,0,40,30,40,250,140,120,160,190,180,230,130,220,190,210,280,230,180,160,120,70,10,30,40,30,60,70,110,100,110,80,260,200,270,200,130,180,210,170,300,160,190,220,30,130,40,10,20,30,40,100,100,100,190,140,230,110,150,90,130,110,130,170,130,320,200,120,20,10,20,10,50,20,20,40,70,170,120,170,150,330,190,160,130,170,140,170,220,150,100,50,30,40,0,10,30,80,40,40,50,80,120,170,200,190,130,120,240,210,140,240,220,120,110,30,60,100,10,0,10,70,40,100,60,110,60,90,150,130,150,210,480,240,240,230,310,200,50,110,60,20,60,20,0,60,80,90,130,60,150,150,370,190,180,430,210,290,180,190,260,120,70]},{"name":"Unmuted","color":"#4fae4e","values":[130,40,0,30,10,20,50,130,120,110,180,80,190,80,160,170,210,220,160,260,270,180,230,100,20,0,0,10,10,0,10,60,70,100,110,160,270,150,240,190,260,320,250,200,190,210,170,140,80,60,10,0,0,10,40,70,140,140,170,120,130,180,210,160,150,90,210,260,160,200,200,230,40,30,30,0,30,0,0,20,90,130,140,190,60,170,200,170,180,240,210,230,190,190,140,110,40,30,10,0,0,20,50,40,20,140,50,160,150,140,130,110,190,160,140,200,410,300,170,160,60,40,20,0,0,20,80,80,180,110,170,270,190,180,150,170,250,280,270,140,310,210,110,110,100,60,0,0,0,10,30,70,120,150,100,240,140,110,190,160,220,240,190,240,350,230,240,170]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/21.json b/dist/chartDummyData/notifications_zoom/2019-01/21.json new file mode 100644 index 000000000..f6080301c --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/21.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1547769600000,1547773200000,1547776800000,1547780400000,1547784000000,1547787600000,1547791200000,1547794800000,1547798400000,1547802000000,1547805600000,1547809200000,1547812800000,1547816400000,1547820000000,1547823600000,1547827200000,1547830800000,1547834400000,1547838000000,1547841600000,1547845200000,1547848800000,1547852400000,1547856000000,1547859600000,1547863200000,1547866800000,1547870400000,1547874000000,1547877600000,1547881200000,1547884800000,1547888400000,1547892000000,1547895600000,1547899200000,1547902800000,1547906400000,1547910000000,1547913600000,1547917200000,1547920800000,1547924400000,1547928000000,1547931600000,1547935200000,1547938800000,1547942400000,1547946000000,1547949600000,1547953200000,1547956800000,1547960400000,1547964000000,1547967600000,1547971200000,1547974800000,1547978400000,1547982000000,1547985600000,1547989200000,1547992800000,1547996400000,1548000000000,1548003600000,1548007200000,1548010800000,1548014400000,1548018000000,1548021600000,1548025200000,1548028800000,1548032400000,1548036000000,1548039600000,1548043200000,1548046800000,1548050400000,1548054000000,1548057600000,1548061200000,1548064800000,1548068400000,1548072000000,1548075600000,1548079200000,1548082800000,1548086400000,1548090000000,1548093600000,1548097200000,1548100800000,1548104400000,1548108000000,1548111600000,1548115200000,1548118800000,1548122400000,1548126000000,1548129600000,1548133200000,1548136800000,1548140400000,1548144000000,1548147600000,1548151200000,1548154800000,1548158400000,1548162000000,1548165600000,1548169200000,1548172800000,1548176400000,1548180000000,1548183600000,1548187200000,1548190800000,1548194400000,1548198000000,1548201600000,1548205200000,1548208800000,1548212400000,1548216000000,1548219600000,1548223200000,1548226800000,1548230400000,1548234000000,1548237600000,1548241200000,1548244800000,1548248400000,1548252000000,1548255600000,1548259200000,1548262800000,1548266400000,1548270000000,1548273600000,1548277200000,1548280800000,1548284400000,1548288000000,1548291600000,1548295200000,1548298800000,1548302400000,1548306000000,1548309600000,1548313200000,1548316800000,1548320400000,1548324000000,1548327600000,1548331200000,1548334800000,1548338400000,1548342000000,1548345600000,1548349200000,1548352800000,1548356400000,1548360000000,1548363600000,1548367200000,1548370800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[160,120,70,10,30,40,30,60,70,110,100,110,80,260,200,270,200,130,180,210,170,300,160,190,220,30,130,40,10,20,30,40,100,100,100,190,140,230,110,150,90,130,110,130,170,130,320,200,120,20,10,20,10,50,20,20,40,70,170,120,170,150,330,190,160,130,170,140,170,220,150,100,50,30,40,0,10,30,80,40,40,50,80,120,170,200,190,130,120,240,210,140,240,220,120,110,30,60,100,10,0,10,70,40,100,60,110,60,90,150,130,150,210,480,240,240,230,310,200,50,110,60,20,60,20,0,60,80,90,130,60,150,150,370,190,180,430,210,290,180,190,260,120,70,70,30,10,50,60,10,20,40,70,20,130,120,140,190,110,140,190,170,100,190,150,200,180,140]},{"name":"Unmuted","color":"#4fae4e","values":[20,0,0,10,10,0,10,60,70,100,110,160,270,150,240,190,260,320,250,200,190,210,170,140,80,60,10,0,0,10,40,70,140,140,170,120,130,180,210,160,150,90,210,260,160,200,200,230,40,30,30,0,30,0,0,20,90,130,140,190,60,170,200,170,180,240,210,230,190,190,140,110,40,30,10,0,0,20,50,40,20,140,50,160,150,140,130,110,190,160,140,200,410,300,170,160,60,40,20,0,0,20,80,80,180,110,170,270,190,180,150,170,250,280,270,140,310,210,110,110,100,60,0,0,0,10,30,70,120,150,100,240,140,110,190,160,220,240,190,240,350,230,240,170,50,0,0,0,0,0,40,50,160,80,140,110,200,240,180,220,160,170,210,260,230,360,160,80]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/22.json b/dist/chartDummyData/notifications_zoom/2019-01/22.json new file mode 100644 index 000000000..b104269ef --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/22.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1547856000000,1547859600000,1547863200000,1547866800000,1547870400000,1547874000000,1547877600000,1547881200000,1547884800000,1547888400000,1547892000000,1547895600000,1547899200000,1547902800000,1547906400000,1547910000000,1547913600000,1547917200000,1547920800000,1547924400000,1547928000000,1547931600000,1547935200000,1547938800000,1547942400000,1547946000000,1547949600000,1547953200000,1547956800000,1547960400000,1547964000000,1547967600000,1547971200000,1547974800000,1547978400000,1547982000000,1547985600000,1547989200000,1547992800000,1547996400000,1548000000000,1548003600000,1548007200000,1548010800000,1548014400000,1548018000000,1548021600000,1548025200000,1548028800000,1548032400000,1548036000000,1548039600000,1548043200000,1548046800000,1548050400000,1548054000000,1548057600000,1548061200000,1548064800000,1548068400000,1548072000000,1548075600000,1548079200000,1548082800000,1548086400000,1548090000000,1548093600000,1548097200000,1548100800000,1548104400000,1548108000000,1548111600000,1548115200000,1548118800000,1548122400000,1548126000000,1548129600000,1548133200000,1548136800000,1548140400000,1548144000000,1548147600000,1548151200000,1548154800000,1548158400000,1548162000000,1548165600000,1548169200000,1548172800000,1548176400000,1548180000000,1548183600000,1548187200000,1548190800000,1548194400000,1548198000000,1548201600000,1548205200000,1548208800000,1548212400000,1548216000000,1548219600000,1548223200000,1548226800000,1548230400000,1548234000000,1548237600000,1548241200000,1548244800000,1548248400000,1548252000000,1548255600000,1548259200000,1548262800000,1548266400000,1548270000000,1548273600000,1548277200000,1548280800000,1548284400000,1548288000000,1548291600000,1548295200000,1548298800000,1548302400000,1548306000000,1548309600000,1548313200000,1548316800000,1548320400000,1548324000000,1548327600000,1548331200000,1548334800000,1548338400000,1548342000000,1548345600000,1548349200000,1548352800000,1548356400000,1548360000000,1548363600000,1548367200000,1548370800000,1548374400000,1548378000000,1548381600000,1548385200000,1548388800000,1548392400000,1548396000000,1548399600000,1548403200000,1548406800000,1548410400000,1548414000000,1548417600000,1548421200000,1548424800000,1548428400000,1548432000000,1548435600000,1548439200000,1548442800000,1548446400000,1548450000000,1548453600000,1548457200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[220,30,130,40,10,20,30,40,100,100,100,190,140,230,110,150,90,130,110,130,170,130,320,200,120,20,10,20,10,50,20,20,40,70,170,120,170,150,330,190,160,130,170,140,170,220,150,100,50,30,40,0,10,30,80,40,40,50,80,120,170,200,190,130,120,240,210,140,240,220,120,110,30,60,100,10,0,10,70,40,100,60,110,60,90,150,130,150,210,480,240,240,230,310,200,50,110,60,20,60,20,0,60,80,90,130,60,150,150,370,190,180,430,210,290,180,190,260,120,70,70,30,10,50,60,10,20,40,70,20,130,120,140,190,110,140,190,170,100,190,150,200,180,140,60,170,10,70,20,20,10,20,70,70,130,60,310,100,600,140,170,140,240,90,160,220,170,90]},{"name":"Unmuted","color":"#4fae4e","values":[80,60,10,0,0,10,40,70,140,140,170,120,130,180,210,160,150,90,210,260,160,200,200,230,40,30,30,0,30,0,0,20,90,130,140,190,60,170,200,170,180,240,210,230,190,190,140,110,40,30,10,0,0,20,50,40,20,140,50,160,150,140,130,110,190,160,140,200,410,300,170,160,60,40,20,0,0,20,80,80,180,110,170,270,190,180,150,170,250,280,270,140,310,210,110,110,100,60,0,0,0,10,30,70,120,150,100,240,140,110,190,160,220,240,190,240,350,230,240,170,50,0,0,0,0,0,40,50,160,80,140,110,200,240,180,220,160,170,210,260,230,360,160,80,20,30,20,0,0,20,20,70,120,190,160,210,180,170,230,290,230,250,280,140,240,250,190,160]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/23.json b/dist/chartDummyData/notifications_zoom/2019-01/23.json new file mode 100644 index 000000000..b125486b4 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/23.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1547942400000,1547946000000,1547949600000,1547953200000,1547956800000,1547960400000,1547964000000,1547967600000,1547971200000,1547974800000,1547978400000,1547982000000,1547985600000,1547989200000,1547992800000,1547996400000,1548000000000,1548003600000,1548007200000,1548010800000,1548014400000,1548018000000,1548021600000,1548025200000,1548028800000,1548032400000,1548036000000,1548039600000,1548043200000,1548046800000,1548050400000,1548054000000,1548057600000,1548061200000,1548064800000,1548068400000,1548072000000,1548075600000,1548079200000,1548082800000,1548086400000,1548090000000,1548093600000,1548097200000,1548100800000,1548104400000,1548108000000,1548111600000,1548115200000,1548118800000,1548122400000,1548126000000,1548129600000,1548133200000,1548136800000,1548140400000,1548144000000,1548147600000,1548151200000,1548154800000,1548158400000,1548162000000,1548165600000,1548169200000,1548172800000,1548176400000,1548180000000,1548183600000,1548187200000,1548190800000,1548194400000,1548198000000,1548201600000,1548205200000,1548208800000,1548212400000,1548216000000,1548219600000,1548223200000,1548226800000,1548230400000,1548234000000,1548237600000,1548241200000,1548244800000,1548248400000,1548252000000,1548255600000,1548259200000,1548262800000,1548266400000,1548270000000,1548273600000,1548277200000,1548280800000,1548284400000,1548288000000,1548291600000,1548295200000,1548298800000,1548302400000,1548306000000,1548309600000,1548313200000,1548316800000,1548320400000,1548324000000,1548327600000,1548331200000,1548334800000,1548338400000,1548342000000,1548345600000,1548349200000,1548352800000,1548356400000,1548360000000,1548363600000,1548367200000,1548370800000,1548374400000,1548378000000,1548381600000,1548385200000,1548388800000,1548392400000,1548396000000,1548399600000,1548403200000,1548406800000,1548410400000,1548414000000,1548417600000,1548421200000,1548424800000,1548428400000,1548432000000,1548435600000,1548439200000,1548442800000,1548446400000,1548450000000,1548453600000,1548457200000,1548460800000,1548464400000,1548468000000,1548471600000,1548475200000,1548478800000,1548482400000,1548486000000,1548489600000,1548493200000,1548496800000,1548500400000,1548504000000,1548507600000,1548511200000,1548514800000,1548518400000,1548522000000,1548525600000,1548529200000,1548532800000,1548536400000,1548540000000,1548543600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[120,20,10,20,10,50,20,20,40,70,170,120,170,150,330,190,160,130,170,140,170,220,150,100,50,30,40,0,10,30,80,40,40,50,80,120,170,200,190,130,120,240,210,140,240,220,120,110,30,60,100,10,0,10,70,40,100,60,110,60,90,150,130,150,210,480,240,240,230,310,200,50,110,60,20,60,20,0,60,80,90,130,60,150,150,370,190,180,430,210,290,180,190,260,120,70,70,30,10,50,60,10,20,40,70,20,130,120,140,190,110,140,190,170,100,190,150,200,180,140,60,170,10,70,20,20,10,20,70,70,130,60,310,100,600,140,170,140,240,90,160,220,170,90,50,20,20,10,0,10,30,40,40,60,160,100,130,280,150,80,170,200,110,70,190,80,110,90]},{"name":"Unmuted","color":"#4fae4e","values":[40,30,30,0,30,0,0,20,90,130,140,190,60,170,200,170,180,240,210,230,190,190,140,110,40,30,10,0,0,20,50,40,20,140,50,160,150,140,130,110,190,160,140,200,410,300,170,160,60,40,20,0,0,20,80,80,180,110,170,270,190,180,150,170,250,280,270,140,310,210,110,110,100,60,0,0,0,10,30,70,120,150,100,240,140,110,190,160,220,240,190,240,350,230,240,170,50,0,0,0,0,0,40,50,160,80,140,110,200,240,180,220,160,170,210,260,230,360,160,80,20,30,20,0,0,20,20,70,120,190,160,210,180,170,230,290,230,250,280,140,240,250,190,160,50,10,10,10,0,0,20,40,60,90,190,190,200,290,170,110,220,60,170,200,120,130,90,130]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/24.json b/dist/chartDummyData/notifications_zoom/2019-01/24.json new file mode 100644 index 000000000..05d052a29 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/24.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1548028800000,1548032400000,1548036000000,1548039600000,1548043200000,1548046800000,1548050400000,1548054000000,1548057600000,1548061200000,1548064800000,1548068400000,1548072000000,1548075600000,1548079200000,1548082800000,1548086400000,1548090000000,1548093600000,1548097200000,1548100800000,1548104400000,1548108000000,1548111600000,1548115200000,1548118800000,1548122400000,1548126000000,1548129600000,1548133200000,1548136800000,1548140400000,1548144000000,1548147600000,1548151200000,1548154800000,1548158400000,1548162000000,1548165600000,1548169200000,1548172800000,1548176400000,1548180000000,1548183600000,1548187200000,1548190800000,1548194400000,1548198000000,1548201600000,1548205200000,1548208800000,1548212400000,1548216000000,1548219600000,1548223200000,1548226800000,1548230400000,1548234000000,1548237600000,1548241200000,1548244800000,1548248400000,1548252000000,1548255600000,1548259200000,1548262800000,1548266400000,1548270000000,1548273600000,1548277200000,1548280800000,1548284400000,1548288000000,1548291600000,1548295200000,1548298800000,1548302400000,1548306000000,1548309600000,1548313200000,1548316800000,1548320400000,1548324000000,1548327600000,1548331200000,1548334800000,1548338400000,1548342000000,1548345600000,1548349200000,1548352800000,1548356400000,1548360000000,1548363600000,1548367200000,1548370800000,1548374400000,1548378000000,1548381600000,1548385200000,1548388800000,1548392400000,1548396000000,1548399600000,1548403200000,1548406800000,1548410400000,1548414000000,1548417600000,1548421200000,1548424800000,1548428400000,1548432000000,1548435600000,1548439200000,1548442800000,1548446400000,1548450000000,1548453600000,1548457200000,1548460800000,1548464400000,1548468000000,1548471600000,1548475200000,1548478800000,1548482400000,1548486000000,1548489600000,1548493200000,1548496800000,1548500400000,1548504000000,1548507600000,1548511200000,1548514800000,1548518400000,1548522000000,1548525600000,1548529200000,1548532800000,1548536400000,1548540000000,1548543600000,1548547200000,1548550800000,1548554400000,1548558000000,1548561600000,1548565200000,1548568800000,1548572400000,1548576000000,1548579600000,1548583200000,1548586800000,1548590400000,1548594000000,1548597600000,1548601200000,1548604800000,1548608400000,1548612000000,1548615600000,1548619200000,1548622800000,1548626400000,1548630000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[50,30,40,0,10,30,80,40,40,50,80,120,170,200,190,130,120,240,210,140,240,220,120,110,30,60,100,10,0,10,70,40,100,60,110,60,90,150,130,150,210,480,240,240,230,310,200,50,110,60,20,60,20,0,60,80,90,130,60,150,150,370,190,180,430,210,290,180,190,260,120,70,70,30,10,50,60,10,20,40,70,20,130,120,140,190,110,140,190,170,100,190,150,200,180,140,60,170,10,70,20,20,10,20,70,70,130,60,310,100,600,140,170,140,240,90,160,220,170,90,50,20,20,10,0,10,30,40,40,60,160,100,130,280,150,80,170,200,110,70,190,80,110,90,70,20,30,40,0,0,20,20,80,120,80,160,120,230,310,250,100,150,370,140,130,170,200,160]},{"name":"Unmuted","color":"#4fae4e","values":[40,30,10,0,0,20,50,40,20,140,50,160,150,140,130,110,190,160,140,200,410,300,170,160,60,40,20,0,0,20,80,80,180,110,170,270,190,180,150,170,250,280,270,140,310,210,110,110,100,60,0,0,0,10,30,70,120,150,100,240,140,110,190,160,220,240,190,240,350,230,240,170,50,0,0,0,0,0,40,50,160,80,140,110,200,240,180,220,160,170,210,260,230,360,160,80,20,30,20,0,0,20,20,70,120,190,160,210,180,170,230,290,230,250,280,140,240,250,190,160,50,10,10,10,0,0,20,40,60,90,190,190,200,290,170,110,220,60,170,200,120,130,90,130,70,10,0,20,10,0,10,40,130,230,170,180,280,180,180,110,240,190,220,280,140,190,80,70]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/25.json b/dist/chartDummyData/notifications_zoom/2019-01/25.json new file mode 100644 index 000000000..cffd8e384 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/25.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1548115200000,1548118800000,1548122400000,1548126000000,1548129600000,1548133200000,1548136800000,1548140400000,1548144000000,1548147600000,1548151200000,1548154800000,1548158400000,1548162000000,1548165600000,1548169200000,1548172800000,1548176400000,1548180000000,1548183600000,1548187200000,1548190800000,1548194400000,1548198000000,1548201600000,1548205200000,1548208800000,1548212400000,1548216000000,1548219600000,1548223200000,1548226800000,1548230400000,1548234000000,1548237600000,1548241200000,1548244800000,1548248400000,1548252000000,1548255600000,1548259200000,1548262800000,1548266400000,1548270000000,1548273600000,1548277200000,1548280800000,1548284400000,1548288000000,1548291600000,1548295200000,1548298800000,1548302400000,1548306000000,1548309600000,1548313200000,1548316800000,1548320400000,1548324000000,1548327600000,1548331200000,1548334800000,1548338400000,1548342000000,1548345600000,1548349200000,1548352800000,1548356400000,1548360000000,1548363600000,1548367200000,1548370800000,1548374400000,1548378000000,1548381600000,1548385200000,1548388800000,1548392400000,1548396000000,1548399600000,1548403200000,1548406800000,1548410400000,1548414000000,1548417600000,1548421200000,1548424800000,1548428400000,1548432000000,1548435600000,1548439200000,1548442800000,1548446400000,1548450000000,1548453600000,1548457200000,1548460800000,1548464400000,1548468000000,1548471600000,1548475200000,1548478800000,1548482400000,1548486000000,1548489600000,1548493200000,1548496800000,1548500400000,1548504000000,1548507600000,1548511200000,1548514800000,1548518400000,1548522000000,1548525600000,1548529200000,1548532800000,1548536400000,1548540000000,1548543600000,1548547200000,1548550800000,1548554400000,1548558000000,1548561600000,1548565200000,1548568800000,1548572400000,1548576000000,1548579600000,1548583200000,1548586800000,1548590400000,1548594000000,1548597600000,1548601200000,1548604800000,1548608400000,1548612000000,1548615600000,1548619200000,1548622800000,1548626400000,1548630000000,1548633600000,1548637200000,1548640800000,1548644400000,1548648000000,1548651600000,1548655200000,1548658800000,1548662400000,1548666000000,1548669600000,1548673200000,1548676800000,1548680400000,1548684000000,1548687600000,1548691200000,1548694800000,1548698400000,1548702000000,1548705600000,1548709200000,1548712800000,1548716400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[30,60,100,10,0,10,70,40,100,60,110,60,90,150,130,150,210,480,240,240,230,310,200,50,110,60,20,60,20,0,60,80,90,130,60,150,150,370,190,180,430,210,290,180,190,260,120,70,70,30,10,50,60,10,20,40,70,20,130,120,140,190,110,140,190,170,100,190,150,200,180,140,60,170,10,70,20,20,10,20,70,70,130,60,310,100,600,140,170,140,240,90,160,220,170,90,50,20,20,10,0,10,30,40,40,60,160,100,130,280,150,80,170,200,110,70,190,80,110,90,70,20,30,40,0,0,20,20,80,120,80,160,120,230,310,250,100,150,370,140,130,170,200,160,100,70,0,0,0,110,90,30,120,220,70,120,160,150,150,220,190,130,120,220,200,150,180,100]},{"name":"Unmuted","color":"#4fae4e","values":[60,40,20,0,0,20,80,80,180,110,170,270,190,180,150,170,250,280,270,140,310,210,110,110,100,60,0,0,0,10,30,70,120,150,100,240,140,110,190,160,220,240,190,240,350,230,240,170,50,0,0,0,0,0,40,50,160,80,140,110,200,240,180,220,160,170,210,260,230,360,160,80,20,30,20,0,0,20,20,70,120,190,160,210,180,170,230,290,230,250,280,140,240,250,190,160,50,10,10,10,0,0,20,40,60,90,190,190,200,290,170,110,220,60,170,200,120,130,90,130,70,10,0,20,10,0,10,40,130,230,170,180,280,180,180,110,240,190,220,280,140,190,80,70,40,50,0,0,0,20,60,40,110,180,110,240,240,200,170,120,210,300,160,220,410,220,170,70]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/26.json b/dist/chartDummyData/notifications_zoom/2019-01/26.json new file mode 100644 index 000000000..ae4d7608a --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/26.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1548201600000,1548205200000,1548208800000,1548212400000,1548216000000,1548219600000,1548223200000,1548226800000,1548230400000,1548234000000,1548237600000,1548241200000,1548244800000,1548248400000,1548252000000,1548255600000,1548259200000,1548262800000,1548266400000,1548270000000,1548273600000,1548277200000,1548280800000,1548284400000,1548288000000,1548291600000,1548295200000,1548298800000,1548302400000,1548306000000,1548309600000,1548313200000,1548316800000,1548320400000,1548324000000,1548327600000,1548331200000,1548334800000,1548338400000,1548342000000,1548345600000,1548349200000,1548352800000,1548356400000,1548360000000,1548363600000,1548367200000,1548370800000,1548374400000,1548378000000,1548381600000,1548385200000,1548388800000,1548392400000,1548396000000,1548399600000,1548403200000,1548406800000,1548410400000,1548414000000,1548417600000,1548421200000,1548424800000,1548428400000,1548432000000,1548435600000,1548439200000,1548442800000,1548446400000,1548450000000,1548453600000,1548457200000,1548460800000,1548464400000,1548468000000,1548471600000,1548475200000,1548478800000,1548482400000,1548486000000,1548489600000,1548493200000,1548496800000,1548500400000,1548504000000,1548507600000,1548511200000,1548514800000,1548518400000,1548522000000,1548525600000,1548529200000,1548532800000,1548536400000,1548540000000,1548543600000,1548547200000,1548550800000,1548554400000,1548558000000,1548561600000,1548565200000,1548568800000,1548572400000,1548576000000,1548579600000,1548583200000,1548586800000,1548590400000,1548594000000,1548597600000,1548601200000,1548604800000,1548608400000,1548612000000,1548615600000,1548619200000,1548622800000,1548626400000,1548630000000,1548633600000,1548637200000,1548640800000,1548644400000,1548648000000,1548651600000,1548655200000,1548658800000,1548662400000,1548666000000,1548669600000,1548673200000,1548676800000,1548680400000,1548684000000,1548687600000,1548691200000,1548694800000,1548698400000,1548702000000,1548705600000,1548709200000,1548712800000,1548716400000,1548720000000,1548723600000,1548727200000,1548730800000,1548734400000,1548738000000,1548741600000,1548745200000,1548748800000,1548752400000,1548756000000,1548759600000,1548763200000,1548766800000,1548770400000,1548774000000,1548777600000,1548781200000,1548784800000,1548788400000,1548792000000,1548795600000,1548799200000,1548802800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[110,60,20,60,20,0,60,80,90,130,60,150,150,370,190,180,430,210,290,180,190,260,120,70,70,30,10,50,60,10,20,40,70,20,130,120,140,190,110,140,190,170,100,190,150,200,180,140,60,170,10,70,20,20,10,20,70,70,130,60,310,100,600,140,170,140,240,90,160,220,170,90,50,20,20,10,0,10,30,40,40,60,160,100,130,280,150,80,170,200,110,70,190,80,110,90,70,20,30,40,0,0,20,20,80,120,80,160,120,230,310,250,100,150,370,140,130,170,200,160,100,70,0,0,0,110,90,30,120,220,70,120,160,150,150,220,190,130,120,220,200,150,180,100,70,0,10,30,10,20,70,50,50,80,140,90,80,110,150,120,230,170,170,210,230,120,220,80]},{"name":"Unmuted","color":"#4fae4e","values":[100,60,0,0,0,10,30,70,120,150,100,240,140,110,190,160,220,240,190,240,350,230,240,170,50,0,0,0,0,0,40,50,160,80,140,110,200,240,180,220,160,170,210,260,230,360,160,80,20,30,20,0,0,20,20,70,120,190,160,210,180,170,230,290,230,250,280,140,240,250,190,160,50,10,10,10,0,0,20,40,60,90,190,190,200,290,170,110,220,60,170,200,120,130,90,130,70,10,0,20,10,0,10,40,130,230,170,180,280,180,180,110,240,190,220,280,140,190,80,70,40,50,0,0,0,20,60,40,110,180,110,240,240,200,170,120,210,300,160,220,410,220,170,70,20,10,10,10,0,40,70,110,90,100,120,190,110,350,190,130,190,180,340,280,350,130,170,50]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/27.json b/dist/chartDummyData/notifications_zoom/2019-01/27.json new file mode 100644 index 000000000..5fe0e2b2e --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/27.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1548288000000,1548291600000,1548295200000,1548298800000,1548302400000,1548306000000,1548309600000,1548313200000,1548316800000,1548320400000,1548324000000,1548327600000,1548331200000,1548334800000,1548338400000,1548342000000,1548345600000,1548349200000,1548352800000,1548356400000,1548360000000,1548363600000,1548367200000,1548370800000,1548374400000,1548378000000,1548381600000,1548385200000,1548388800000,1548392400000,1548396000000,1548399600000,1548403200000,1548406800000,1548410400000,1548414000000,1548417600000,1548421200000,1548424800000,1548428400000,1548432000000,1548435600000,1548439200000,1548442800000,1548446400000,1548450000000,1548453600000,1548457200000,1548460800000,1548464400000,1548468000000,1548471600000,1548475200000,1548478800000,1548482400000,1548486000000,1548489600000,1548493200000,1548496800000,1548500400000,1548504000000,1548507600000,1548511200000,1548514800000,1548518400000,1548522000000,1548525600000,1548529200000,1548532800000,1548536400000,1548540000000,1548543600000,1548547200000,1548550800000,1548554400000,1548558000000,1548561600000,1548565200000,1548568800000,1548572400000,1548576000000,1548579600000,1548583200000,1548586800000,1548590400000,1548594000000,1548597600000,1548601200000,1548604800000,1548608400000,1548612000000,1548615600000,1548619200000,1548622800000,1548626400000,1548630000000,1548633600000,1548637200000,1548640800000,1548644400000,1548648000000,1548651600000,1548655200000,1548658800000,1548662400000,1548666000000,1548669600000,1548673200000,1548676800000,1548680400000,1548684000000,1548687600000,1548691200000,1548694800000,1548698400000,1548702000000,1548705600000,1548709200000,1548712800000,1548716400000,1548720000000,1548723600000,1548727200000,1548730800000,1548734400000,1548738000000,1548741600000,1548745200000,1548748800000,1548752400000,1548756000000,1548759600000,1548763200000,1548766800000,1548770400000,1548774000000,1548777600000,1548781200000,1548784800000,1548788400000,1548792000000,1548795600000,1548799200000,1548802800000,1548806400000,1548810000000,1548813600000,1548817200000,1548820800000,1548824400000,1548828000000,1548831600000,1548835200000,1548838800000,1548842400000,1548846000000,1548849600000,1548853200000,1548856800000,1548860400000,1548864000000,1548867600000,1548871200000,1548874800000,1548878400000,1548882000000,1548885600000,1548889200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[70,30,10,50,60,10,20,40,70,20,130,120,140,190,110,140,190,170,100,190,150,200,180,140,60,170,10,70,20,20,10,20,70,70,130,60,310,100,600,140,170,140,240,90,160,220,170,90,50,20,20,10,0,10,30,40,40,60,160,100,130,280,150,80,170,200,110,70,190,80,110,90,70,20,30,40,0,0,20,20,80,120,80,160,120,230,310,250,100,150,370,140,130,170,200,160,100,70,0,0,0,110,90,30,120,220,70,120,160,150,150,220,190,130,120,220,200,150,180,100,70,0,10,30,10,20,70,50,50,80,140,90,80,110,150,120,230,170,170,210,230,120,220,80,70,40,10,10,10,0,70,50,30,130,80,110,110,180,250,90,230,110,90,150,100,230,220,130]},{"name":"Unmuted","color":"#4fae4e","values":[50,0,0,0,0,0,40,50,160,80,140,110,200,240,180,220,160,170,210,260,230,360,160,80,20,30,20,0,0,20,20,70,120,190,160,210,180,170,230,290,230,250,280,140,240,250,190,160,50,10,10,10,0,0,20,40,60,90,190,190,200,290,170,110,220,60,170,200,120,130,90,130,70,10,0,20,10,0,10,40,130,230,170,180,280,180,180,110,240,190,220,280,140,190,80,70,40,50,0,0,0,20,60,40,110,180,110,240,240,200,170,120,210,300,160,220,410,220,170,70,20,10,10,10,0,40,70,110,90,100,120,190,110,350,190,130,190,180,340,280,350,130,170,50,110,20,0,0,0,10,60,120,190,130,160,90,240,170,210,160,260,300,240,300,240,260,160,110]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/28.json b/dist/chartDummyData/notifications_zoom/2019-01/28.json new file mode 100644 index 000000000..a9630d9ab --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/28.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1548374400000,1548378000000,1548381600000,1548385200000,1548388800000,1548392400000,1548396000000,1548399600000,1548403200000,1548406800000,1548410400000,1548414000000,1548417600000,1548421200000,1548424800000,1548428400000,1548432000000,1548435600000,1548439200000,1548442800000,1548446400000,1548450000000,1548453600000,1548457200000,1548460800000,1548464400000,1548468000000,1548471600000,1548475200000,1548478800000,1548482400000,1548486000000,1548489600000,1548493200000,1548496800000,1548500400000,1548504000000,1548507600000,1548511200000,1548514800000,1548518400000,1548522000000,1548525600000,1548529200000,1548532800000,1548536400000,1548540000000,1548543600000,1548547200000,1548550800000,1548554400000,1548558000000,1548561600000,1548565200000,1548568800000,1548572400000,1548576000000,1548579600000,1548583200000,1548586800000,1548590400000,1548594000000,1548597600000,1548601200000,1548604800000,1548608400000,1548612000000,1548615600000,1548619200000,1548622800000,1548626400000,1548630000000,1548633600000,1548637200000,1548640800000,1548644400000,1548648000000,1548651600000,1548655200000,1548658800000,1548662400000,1548666000000,1548669600000,1548673200000,1548676800000,1548680400000,1548684000000,1548687600000,1548691200000,1548694800000,1548698400000,1548702000000,1548705600000,1548709200000,1548712800000,1548716400000,1548720000000,1548723600000,1548727200000,1548730800000,1548734400000,1548738000000,1548741600000,1548745200000,1548748800000,1548752400000,1548756000000,1548759600000,1548763200000,1548766800000,1548770400000,1548774000000,1548777600000,1548781200000,1548784800000,1548788400000,1548792000000,1548795600000,1548799200000,1548802800000,1548806400000,1548810000000,1548813600000,1548817200000,1548820800000,1548824400000,1548828000000,1548831600000,1548835200000,1548838800000,1548842400000,1548846000000,1548849600000,1548853200000,1548856800000,1548860400000,1548864000000,1548867600000,1548871200000,1548874800000,1548878400000,1548882000000,1548885600000,1548889200000,1548892800000,1548896400000,1548900000000,1548903600000,1548907200000,1548910800000,1548914400000,1548918000000,1548921600000,1548925200000,1548928800000,1548932400000,1548936000000,1548939600000,1548943200000,1548946800000,1548950400000,1548954000000,1548957600000,1548961200000,1548964800000,1548968400000,1548972000000,1548975600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[60,170,10,70,20,20,10,20,70,70,130,60,310,100,600,140,170,140,240,90,160,220,170,90,50,20,20,10,0,10,30,40,40,60,160,100,130,280,150,80,170,200,110,70,190,80,110,90,70,20,30,40,0,0,20,20,80,120,80,160,120,230,310,250,100,150,370,140,130,170,200,160,100,70,0,0,0,110,90,30,120,220,70,120,160,150,150,220,190,130,120,220,200,150,180,100,70,0,10,30,10,20,70,50,50,80,140,90,80,110,150,120,230,170,170,210,230,120,220,80,70,40,10,10,10,0,70,50,30,130,80,110,110,180,250,90,230,110,90,150,100,230,220,130,40,30,10,0,10,0,10,90,70,60,90,160,130,140,220,70,80,330,160,140,130,180,270,240]},{"name":"Unmuted","color":"#4fae4e","values":[20,30,20,0,0,20,20,70,120,190,160,210,180,170,230,290,230,250,280,140,240,250,190,160,50,10,10,10,0,0,20,40,60,90,190,190,200,290,170,110,220,60,170,200,120,130,90,130,70,10,0,20,10,0,10,40,130,230,170,180,280,180,180,110,240,190,220,280,140,190,80,70,40,50,0,0,0,20,60,40,110,180,110,240,240,200,170,120,210,300,160,220,410,220,170,70,20,10,10,10,0,40,70,110,90,100,120,190,110,350,190,130,190,180,340,280,350,130,170,50,110,20,0,0,0,10,60,120,190,130,160,90,240,170,210,160,260,300,240,300,240,260,160,110,90,0,40,0,10,20,70,70,140,210,180,210,190,150,190,130,240,180,210,230,210,230,170,140]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/29.json b/dist/chartDummyData/notifications_zoom/2019-01/29.json new file mode 100644 index 000000000..fa5f0b1e4 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/29.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1548460800000,1548464400000,1548468000000,1548471600000,1548475200000,1548478800000,1548482400000,1548486000000,1548489600000,1548493200000,1548496800000,1548500400000,1548504000000,1548507600000,1548511200000,1548514800000,1548518400000,1548522000000,1548525600000,1548529200000,1548532800000,1548536400000,1548540000000,1548543600000,1548547200000,1548550800000,1548554400000,1548558000000,1548561600000,1548565200000,1548568800000,1548572400000,1548576000000,1548579600000,1548583200000,1548586800000,1548590400000,1548594000000,1548597600000,1548601200000,1548604800000,1548608400000,1548612000000,1548615600000,1548619200000,1548622800000,1548626400000,1548630000000,1548633600000,1548637200000,1548640800000,1548644400000,1548648000000,1548651600000,1548655200000,1548658800000,1548662400000,1548666000000,1548669600000,1548673200000,1548676800000,1548680400000,1548684000000,1548687600000,1548691200000,1548694800000,1548698400000,1548702000000,1548705600000,1548709200000,1548712800000,1548716400000,1548720000000,1548723600000,1548727200000,1548730800000,1548734400000,1548738000000,1548741600000,1548745200000,1548748800000,1548752400000,1548756000000,1548759600000,1548763200000,1548766800000,1548770400000,1548774000000,1548777600000,1548781200000,1548784800000,1548788400000,1548792000000,1548795600000,1548799200000,1548802800000,1548806400000,1548810000000,1548813600000,1548817200000,1548820800000,1548824400000,1548828000000,1548831600000,1548835200000,1548838800000,1548842400000,1548846000000,1548849600000,1548853200000,1548856800000,1548860400000,1548864000000,1548867600000,1548871200000,1548874800000,1548878400000,1548882000000,1548885600000,1548889200000,1548892800000,1548896400000,1548900000000,1548903600000,1548907200000,1548910800000,1548914400000,1548918000000,1548921600000,1548925200000,1548928800000,1548932400000,1548936000000,1548939600000,1548943200000,1548946800000,1548950400000,1548954000000,1548957600000,1548961200000,1548964800000,1548968400000,1548972000000,1548975600000,1548979200000,1548982800000,1548986400000,1548990000000,1548993600000,1548997200000,1549000800000,1549004400000,1549008000000,1549011600000,1549015200000,1549018800000,1549022400000,1549026000000,1549029600000,1549033200000,1549036800000,1549040400000,1549044000000,1549047600000,1549051200000,1549054800000,1549058400000,1549062000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[50,20,20,10,0,10,30,40,40,60,160,100,130,280,150,80,170,200,110,70,190,80,110,90,70,20,30,40,0,0,20,20,80,120,80,160,120,230,310,250,100,150,370,140,130,170,200,160,100,70,0,0,0,110,90,30,120,220,70,120,160,150,150,220,190,130,120,220,200,150,180,100,70,0,10,30,10,20,70,50,50,80,140,90,80,110,150,120,230,170,170,210,230,120,220,80,70,40,10,10,10,0,70,50,30,130,80,110,110,180,250,90,230,110,90,150,100,230,220,130,40,30,10,0,10,0,10,90,70,60,90,160,130,140,220,70,80,330,160,140,130,180,270,240,130,60,0,50,10,40,80,100,100,180,100,210,140,170,180,140,80,240,120,70,260,300,100,110]},{"name":"Unmuted","color":"#4fae4e","values":[50,10,10,10,0,0,20,40,60,90,190,190,200,290,170,110,220,60,170,200,120,130,90,130,70,10,0,20,10,0,10,40,130,230,170,180,280,180,180,110,240,190,220,280,140,190,80,70,40,50,0,0,0,20,60,40,110,180,110,240,240,200,170,120,210,300,160,220,410,220,170,70,20,10,10,10,0,40,70,110,90,100,120,190,110,350,190,130,190,180,340,280,350,130,170,50,110,20,0,0,0,10,60,120,190,130,160,90,240,170,210,160,260,300,240,300,240,260,160,110,90,0,40,0,10,20,70,70,140,210,180,210,190,150,190,130,240,180,210,230,210,230,170,140,60,0,0,0,30,50,70,80,140,200,120,240,290,130,190,150,240,250,270,160,160,250,180,40]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/30.json b/dist/chartDummyData/notifications_zoom/2019-01/30.json new file mode 100644 index 000000000..47b695031 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/30.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1548547200000,1548550800000,1548554400000,1548558000000,1548561600000,1548565200000,1548568800000,1548572400000,1548576000000,1548579600000,1548583200000,1548586800000,1548590400000,1548594000000,1548597600000,1548601200000,1548604800000,1548608400000,1548612000000,1548615600000,1548619200000,1548622800000,1548626400000,1548630000000,1548633600000,1548637200000,1548640800000,1548644400000,1548648000000,1548651600000,1548655200000,1548658800000,1548662400000,1548666000000,1548669600000,1548673200000,1548676800000,1548680400000,1548684000000,1548687600000,1548691200000,1548694800000,1548698400000,1548702000000,1548705600000,1548709200000,1548712800000,1548716400000,1548720000000,1548723600000,1548727200000,1548730800000,1548734400000,1548738000000,1548741600000,1548745200000,1548748800000,1548752400000,1548756000000,1548759600000,1548763200000,1548766800000,1548770400000,1548774000000,1548777600000,1548781200000,1548784800000,1548788400000,1548792000000,1548795600000,1548799200000,1548802800000,1548806400000,1548810000000,1548813600000,1548817200000,1548820800000,1548824400000,1548828000000,1548831600000,1548835200000,1548838800000,1548842400000,1548846000000,1548849600000,1548853200000,1548856800000,1548860400000,1548864000000,1548867600000,1548871200000,1548874800000,1548878400000,1548882000000,1548885600000,1548889200000,1548892800000,1548896400000,1548900000000,1548903600000,1548907200000,1548910800000,1548914400000,1548918000000,1548921600000,1548925200000,1548928800000,1548932400000,1548936000000,1548939600000,1548943200000,1548946800000,1548950400000,1548954000000,1548957600000,1548961200000,1548964800000,1548968400000,1548972000000,1548975600000,1548979200000,1548982800000,1548986400000,1548990000000,1548993600000,1548997200000,1549000800000,1549004400000,1549008000000,1549011600000,1549015200000,1549018800000,1549022400000,1549026000000,1549029600000,1549033200000,1549036800000,1549040400000,1549044000000,1549047600000,1549051200000,1549054800000,1549058400000,1549062000000,1549065600000,1549069200000,1549072800000,1549076400000,1549080000000,1549083600000,1549087200000,1549090800000,1549094400000,1549098000000,1549101600000,1549105200000,1549108800000,1549112400000,1549116000000,1549119600000,1549123200000,1549126800000,1549130400000,1549134000000,1549137600000,1549141200000,1549144800000,1549148400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[70,20,30,40,0,0,20,20,80,120,80,160,120,230,310,250,100,150,370,140,130,170,200,160,100,70,0,0,0,110,90,30,120,220,70,120,160,150,150,220,190,130,120,220,200,150,180,100,70,0,10,30,10,20,70,50,50,80,140,90,80,110,150,120,230,170,170,210,230,120,220,80,70,40,10,10,10,0,70,50,30,130,80,110,110,180,250,90,230,110,90,150,100,230,220,130,40,30,10,0,10,0,10,90,70,60,90,160,130,140,220,70,80,330,160,140,130,180,270,240,130,60,0,50,10,40,80,100,100,180,100,210,140,170,180,140,80,240,120,70,260,300,100,110,50,110,40,10,0,50,40,100,90,120,150,160,210,140,240,210,150,190,120,120,140,100,70,200]},{"name":"Unmuted","color":"#4fae4e","values":[70,10,0,20,10,0,10,40,130,230,170,180,280,180,180,110,240,190,220,280,140,190,80,70,40,50,0,0,0,20,60,40,110,180,110,240,240,200,170,120,210,300,160,220,410,220,170,70,20,10,10,10,0,40,70,110,90,100,120,190,110,350,190,130,190,180,340,280,350,130,170,50,110,20,0,0,0,10,60,120,190,130,160,90,240,170,210,160,260,300,240,300,240,260,160,110,90,0,40,0,10,20,70,70,140,210,180,210,190,150,190,130,240,180,210,230,210,230,170,140,60,0,0,0,30,50,70,80,140,200,120,240,290,130,190,150,240,250,270,160,160,250,180,40,10,10,0,0,10,10,20,100,110,170,170,80,290,310,220,160,210,200,250,190,220,60,100,140]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-01/31.json b/dist/chartDummyData/notifications_zoom/2019-01/31.json new file mode 100644 index 000000000..8df041950 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-01/31.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1548633600000,1548637200000,1548640800000,1548644400000,1548648000000,1548651600000,1548655200000,1548658800000,1548662400000,1548666000000,1548669600000,1548673200000,1548676800000,1548680400000,1548684000000,1548687600000,1548691200000,1548694800000,1548698400000,1548702000000,1548705600000,1548709200000,1548712800000,1548716400000,1548720000000,1548723600000,1548727200000,1548730800000,1548734400000,1548738000000,1548741600000,1548745200000,1548748800000,1548752400000,1548756000000,1548759600000,1548763200000,1548766800000,1548770400000,1548774000000,1548777600000,1548781200000,1548784800000,1548788400000,1548792000000,1548795600000,1548799200000,1548802800000,1548806400000,1548810000000,1548813600000,1548817200000,1548820800000,1548824400000,1548828000000,1548831600000,1548835200000,1548838800000,1548842400000,1548846000000,1548849600000,1548853200000,1548856800000,1548860400000,1548864000000,1548867600000,1548871200000,1548874800000,1548878400000,1548882000000,1548885600000,1548889200000,1548892800000,1548896400000,1548900000000,1548903600000,1548907200000,1548910800000,1548914400000,1548918000000,1548921600000,1548925200000,1548928800000,1548932400000,1548936000000,1548939600000,1548943200000,1548946800000,1548950400000,1548954000000,1548957600000,1548961200000,1548964800000,1548968400000,1548972000000,1548975600000,1548979200000,1548982800000,1548986400000,1548990000000,1548993600000,1548997200000,1549000800000,1549004400000,1549008000000,1549011600000,1549015200000,1549018800000,1549022400000,1549026000000,1549029600000,1549033200000,1549036800000,1549040400000,1549044000000,1549047600000,1549051200000,1549054800000,1549058400000,1549062000000,1549065600000,1549069200000,1549072800000,1549076400000,1549080000000,1549083600000,1549087200000,1549090800000,1549094400000,1549098000000,1549101600000,1549105200000,1549108800000,1549112400000,1549116000000,1549119600000,1549123200000,1549126800000,1549130400000,1549134000000,1549137600000,1549141200000,1549144800000,1549148400000,1549152000000,1549155600000,1549159200000,1549162800000,1549166400000,1549170000000,1549173600000,1549177200000,1549180800000,1549184400000,1549188000000,1549191600000,1549195200000,1549198800000,1549202400000,1549206000000,1549209600000,1549213200000,1549216800000,1549220400000,1549224000000,1549227600000,1549231200000,1549234800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[100,70,0,0,0,110,90,30,120,220,70,120,160,150,150,220,190,130,120,220,200,150,180,100,70,0,10,30,10,20,70,50,50,80,140,90,80,110,150,120,230,170,170,210,230,120,220,80,70,40,10,10,10,0,70,50,30,130,80,110,110,180,250,90,230,110,90,150,100,230,220,130,40,30,10,0,10,0,10,90,70,60,90,160,130,140,220,70,80,330,160,140,130,180,270,240,130,60,0,50,10,40,80,100,100,180,100,210,140,170,180,140,80,240,120,70,260,300,100,110,50,110,40,10,0,50,40,100,90,120,150,160,210,140,240,210,150,190,120,120,140,100,70,200,70,70,40,10,0,40,60,0,150,130,130,160,260,120,150,70,160,150,200,180,240,200,130,480]},{"name":"Unmuted","color":"#4fae4e","values":[40,50,0,0,0,20,60,40,110,180,110,240,240,200,170,120,210,300,160,220,410,220,170,70,20,10,10,10,0,40,70,110,90,100,120,190,110,350,190,130,190,180,340,280,350,130,170,50,110,20,0,0,0,10,60,120,190,130,160,90,240,170,210,160,260,300,240,300,240,260,160,110,90,0,40,0,10,20,70,70,140,210,180,210,190,150,190,130,240,180,210,230,210,230,170,140,60,0,0,0,30,50,70,80,140,200,120,240,290,130,190,150,240,250,270,160,160,250,180,40,10,10,0,0,10,10,20,100,110,170,170,80,290,310,220,160,210,200,250,190,220,60,100,140,30,20,10,0,50,50,50,80,40,100,120,220,170,120,220,180,160,160,170,100,350,220,120,130]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/01.json b/dist/chartDummyData/notifications_zoom/2019-02/01.json new file mode 100644 index 000000000..51fb99709 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/01.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1548720000000,1548723600000,1548727200000,1548730800000,1548734400000,1548738000000,1548741600000,1548745200000,1548748800000,1548752400000,1548756000000,1548759600000,1548763200000,1548766800000,1548770400000,1548774000000,1548777600000,1548781200000,1548784800000,1548788400000,1548792000000,1548795600000,1548799200000,1548802800000,1548806400000,1548810000000,1548813600000,1548817200000,1548820800000,1548824400000,1548828000000,1548831600000,1548835200000,1548838800000,1548842400000,1548846000000,1548849600000,1548853200000,1548856800000,1548860400000,1548864000000,1548867600000,1548871200000,1548874800000,1548878400000,1548882000000,1548885600000,1548889200000,1548892800000,1548896400000,1548900000000,1548903600000,1548907200000,1548910800000,1548914400000,1548918000000,1548921600000,1548925200000,1548928800000,1548932400000,1548936000000,1548939600000,1548943200000,1548946800000,1548950400000,1548954000000,1548957600000,1548961200000,1548964800000,1548968400000,1548972000000,1548975600000,1548979200000,1548982800000,1548986400000,1548990000000,1548993600000,1548997200000,1549000800000,1549004400000,1549008000000,1549011600000,1549015200000,1549018800000,1549022400000,1549026000000,1549029600000,1549033200000,1549036800000,1549040400000,1549044000000,1549047600000,1549051200000,1549054800000,1549058400000,1549062000000,1549065600000,1549069200000,1549072800000,1549076400000,1549080000000,1549083600000,1549087200000,1549090800000,1549094400000,1549098000000,1549101600000,1549105200000,1549108800000,1549112400000,1549116000000,1549119600000,1549123200000,1549126800000,1549130400000,1549134000000,1549137600000,1549141200000,1549144800000,1549148400000,1549152000000,1549155600000,1549159200000,1549162800000,1549166400000,1549170000000,1549173600000,1549177200000,1549180800000,1549184400000,1549188000000,1549191600000,1549195200000,1549198800000,1549202400000,1549206000000,1549209600000,1549213200000,1549216800000,1549220400000,1549224000000,1549227600000,1549231200000,1549234800000,1549238400000,1549242000000,1549245600000,1549249200000,1549252800000,1549256400000,1549260000000,1549263600000,1549267200000,1549270800000,1549274400000,1549278000000,1549281600000,1549285200000,1549288800000,1549292400000,1549296000000,1549299600000,1549303200000,1549306800000,1549310400000,1549314000000,1549317600000,1549321200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[70,0,10,30,10,20,70,50,50,80,140,90,80,110,150,120,230,170,170,210,230,120,220,80,70,40,10,10,10,0,70,50,30,130,80,110,110,180,250,90,230,110,90,150,100,230,220,130,40,30,10,0,10,0,10,90,70,60,90,160,130,140,220,70,80,330,160,140,130,180,270,240,130,60,0,50,10,40,80,100,100,180,100,210,140,170,180,140,80,240,120,70,260,300,100,110,50,110,40,10,0,50,40,100,90,120,150,160,210,140,240,210,150,190,120,120,140,100,70,200,70,70,40,10,0,40,60,0,150,130,130,160,260,120,150,70,160,150,200,180,240,200,130,480,130,50,20,10,0,10,60,60,100,110,60,120,180,200,190,110,190,130,270,110,170,170,160,30]},{"name":"Unmuted","color":"#4fae4e","values":[20,10,10,10,0,40,70,110,90,100,120,190,110,350,190,130,190,180,340,280,350,130,170,50,110,20,0,0,0,10,60,120,190,130,160,90,240,170,210,160,260,300,240,300,240,260,160,110,90,0,40,0,10,20,70,70,140,210,180,210,190,150,190,130,240,180,210,230,210,230,170,140,60,0,0,0,30,50,70,80,140,200,120,240,290,130,190,150,240,250,270,160,160,250,180,40,10,10,0,0,10,10,20,100,110,170,170,80,290,310,220,160,210,200,250,190,220,60,100,140,30,20,10,0,50,50,50,80,40,100,120,220,170,120,220,180,160,160,170,100,350,220,120,130,40,20,0,10,30,20,40,60,100,170,170,150,180,200,180,160,170,180,140,190,330,280,60,80]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/02.json b/dist/chartDummyData/notifications_zoom/2019-02/02.json new file mode 100644 index 000000000..377723ea5 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/02.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1548806400000,1548810000000,1548813600000,1548817200000,1548820800000,1548824400000,1548828000000,1548831600000,1548835200000,1548838800000,1548842400000,1548846000000,1548849600000,1548853200000,1548856800000,1548860400000,1548864000000,1548867600000,1548871200000,1548874800000,1548878400000,1548882000000,1548885600000,1548889200000,1548892800000,1548896400000,1548900000000,1548903600000,1548907200000,1548910800000,1548914400000,1548918000000,1548921600000,1548925200000,1548928800000,1548932400000,1548936000000,1548939600000,1548943200000,1548946800000,1548950400000,1548954000000,1548957600000,1548961200000,1548964800000,1548968400000,1548972000000,1548975600000,1548979200000,1548982800000,1548986400000,1548990000000,1548993600000,1548997200000,1549000800000,1549004400000,1549008000000,1549011600000,1549015200000,1549018800000,1549022400000,1549026000000,1549029600000,1549033200000,1549036800000,1549040400000,1549044000000,1549047600000,1549051200000,1549054800000,1549058400000,1549062000000,1549065600000,1549069200000,1549072800000,1549076400000,1549080000000,1549083600000,1549087200000,1549090800000,1549094400000,1549098000000,1549101600000,1549105200000,1549108800000,1549112400000,1549116000000,1549119600000,1549123200000,1549126800000,1549130400000,1549134000000,1549137600000,1549141200000,1549144800000,1549148400000,1549152000000,1549155600000,1549159200000,1549162800000,1549166400000,1549170000000,1549173600000,1549177200000,1549180800000,1549184400000,1549188000000,1549191600000,1549195200000,1549198800000,1549202400000,1549206000000,1549209600000,1549213200000,1549216800000,1549220400000,1549224000000,1549227600000,1549231200000,1549234800000,1549238400000,1549242000000,1549245600000,1549249200000,1549252800000,1549256400000,1549260000000,1549263600000,1549267200000,1549270800000,1549274400000,1549278000000,1549281600000,1549285200000,1549288800000,1549292400000,1549296000000,1549299600000,1549303200000,1549306800000,1549310400000,1549314000000,1549317600000,1549321200000,1549324800000,1549328400000,1549332000000,1549335600000,1549339200000,1549342800000,1549346400000,1549350000000,1549353600000,1549357200000,1549360800000,1549364400000,1549368000000,1549371600000,1549375200000,1549378800000,1549382400000,1549386000000,1549389600000,1549393200000,1549396800000,1549400400000,1549404000000,1549407600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[70,40,10,10,10,0,70,50,30,130,80,110,110,180,250,90,230,110,90,150,100,230,220,130,40,30,10,0,10,0,10,90,70,60,90,160,130,140,220,70,80,330,160,140,130,180,270,240,130,60,0,50,10,40,80,100,100,180,100,210,140,170,180,140,80,240,120,70,260,300,100,110,50,110,40,10,0,50,40,100,90,120,150,160,210,140,240,210,150,190,120,120,140,100,70,200,70,70,40,10,0,40,60,0,150,130,130,160,260,120,150,70,160,150,200,180,240,200,130,480,130,50,20,10,0,10,60,60,100,110,60,120,180,200,190,110,190,130,270,110,170,170,160,30,10,0,30,0,20,10,50,60,50,200,120,130,90,250,250,140,90,160,120,160,330,190,200,130]},{"name":"Unmuted","color":"#4fae4e","values":[110,20,0,0,0,10,60,120,190,130,160,90,240,170,210,160,260,300,240,300,240,260,160,110,90,0,40,0,10,20,70,70,140,210,180,210,190,150,190,130,240,180,210,230,210,230,170,140,60,0,0,0,30,50,70,80,140,200,120,240,290,130,190,150,240,250,270,160,160,250,180,40,10,10,0,0,10,10,20,100,110,170,170,80,290,310,220,160,210,200,250,190,220,60,100,140,30,20,10,0,50,50,50,80,40,100,120,220,170,120,220,180,160,160,170,100,350,220,120,130,40,20,0,10,30,20,40,60,100,170,170,150,180,200,180,160,170,180,140,190,330,280,60,80,20,30,20,10,0,40,10,100,170,190,70,160,170,190,150,180,230,170,220,210,160,320,250,70]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/03.json b/dist/chartDummyData/notifications_zoom/2019-02/03.json new file mode 100644 index 000000000..fa6c28b17 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/03.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1548892800000,1548896400000,1548900000000,1548903600000,1548907200000,1548910800000,1548914400000,1548918000000,1548921600000,1548925200000,1548928800000,1548932400000,1548936000000,1548939600000,1548943200000,1548946800000,1548950400000,1548954000000,1548957600000,1548961200000,1548964800000,1548968400000,1548972000000,1548975600000,1548979200000,1548982800000,1548986400000,1548990000000,1548993600000,1548997200000,1549000800000,1549004400000,1549008000000,1549011600000,1549015200000,1549018800000,1549022400000,1549026000000,1549029600000,1549033200000,1549036800000,1549040400000,1549044000000,1549047600000,1549051200000,1549054800000,1549058400000,1549062000000,1549065600000,1549069200000,1549072800000,1549076400000,1549080000000,1549083600000,1549087200000,1549090800000,1549094400000,1549098000000,1549101600000,1549105200000,1549108800000,1549112400000,1549116000000,1549119600000,1549123200000,1549126800000,1549130400000,1549134000000,1549137600000,1549141200000,1549144800000,1549148400000,1549152000000,1549155600000,1549159200000,1549162800000,1549166400000,1549170000000,1549173600000,1549177200000,1549180800000,1549184400000,1549188000000,1549191600000,1549195200000,1549198800000,1549202400000,1549206000000,1549209600000,1549213200000,1549216800000,1549220400000,1549224000000,1549227600000,1549231200000,1549234800000,1549238400000,1549242000000,1549245600000,1549249200000,1549252800000,1549256400000,1549260000000,1549263600000,1549267200000,1549270800000,1549274400000,1549278000000,1549281600000,1549285200000,1549288800000,1549292400000,1549296000000,1549299600000,1549303200000,1549306800000,1549310400000,1549314000000,1549317600000,1549321200000,1549324800000,1549328400000,1549332000000,1549335600000,1549339200000,1549342800000,1549346400000,1549350000000,1549353600000,1549357200000,1549360800000,1549364400000,1549368000000,1549371600000,1549375200000,1549378800000,1549382400000,1549386000000,1549389600000,1549393200000,1549396800000,1549400400000,1549404000000,1549407600000,1549411200000,1549414800000,1549418400000,1549422000000,1549425600000,1549429200000,1549432800000,1549436400000,1549440000000,1549443600000,1549447200000,1549450800000,1549454400000,1549458000000,1549461600000,1549465200000,1549468800000,1549472400000,1549476000000,1549479600000,1549483200000,1549486800000,1549490400000,1549494000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[40,30,10,0,10,0,10,90,70,60,90,160,130,140,220,70,80,330,160,140,130,180,270,240,130,60,0,50,10,40,80,100,100,180,100,210,140,170,180,140,80,240,120,70,260,300,100,110,50,110,40,10,0,50,40,100,90,120,150,160,210,140,240,210,150,190,120,120,140,100,70,200,70,70,40,10,0,40,60,0,150,130,130,160,260,120,150,70,160,150,200,180,240,200,130,480,130,50,20,10,0,10,60,60,100,110,60,120,180,200,190,110,190,130,270,110,170,170,160,30,10,0,30,0,20,10,50,60,50,200,120,130,90,250,250,140,90,160,120,160,330,190,200,130,70,10,10,10,0,0,80,10,90,80,110,300,60,160,150,120,400,90,180,470,240,330,210,180]},{"name":"Unmuted","color":"#4fae4e","values":[90,0,40,0,10,20,70,70,140,210,180,210,190,150,190,130,240,180,210,230,210,230,170,140,60,0,0,0,30,50,70,80,140,200,120,240,290,130,190,150,240,250,270,160,160,250,180,40,10,10,0,0,10,10,20,100,110,170,170,80,290,310,220,160,210,200,250,190,220,60,100,140,30,20,10,0,50,50,50,80,40,100,120,220,170,120,220,180,160,160,170,100,350,220,120,130,40,20,0,10,30,20,40,60,100,170,170,150,180,200,180,160,170,180,140,190,330,280,60,80,20,30,20,10,0,40,10,100,170,190,70,160,170,190,150,180,230,170,220,210,160,320,250,70,30,20,0,0,0,10,10,80,80,200,80,150,200,140,120,110,240,150,210,290,280,330,150,80]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/04.json b/dist/chartDummyData/notifications_zoom/2019-02/04.json new file mode 100644 index 000000000..413f86fb2 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/04.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1548979200000,1548982800000,1548986400000,1548990000000,1548993600000,1548997200000,1549000800000,1549004400000,1549008000000,1549011600000,1549015200000,1549018800000,1549022400000,1549026000000,1549029600000,1549033200000,1549036800000,1549040400000,1549044000000,1549047600000,1549051200000,1549054800000,1549058400000,1549062000000,1549065600000,1549069200000,1549072800000,1549076400000,1549080000000,1549083600000,1549087200000,1549090800000,1549094400000,1549098000000,1549101600000,1549105200000,1549108800000,1549112400000,1549116000000,1549119600000,1549123200000,1549126800000,1549130400000,1549134000000,1549137600000,1549141200000,1549144800000,1549148400000,1549152000000,1549155600000,1549159200000,1549162800000,1549166400000,1549170000000,1549173600000,1549177200000,1549180800000,1549184400000,1549188000000,1549191600000,1549195200000,1549198800000,1549202400000,1549206000000,1549209600000,1549213200000,1549216800000,1549220400000,1549224000000,1549227600000,1549231200000,1549234800000,1549238400000,1549242000000,1549245600000,1549249200000,1549252800000,1549256400000,1549260000000,1549263600000,1549267200000,1549270800000,1549274400000,1549278000000,1549281600000,1549285200000,1549288800000,1549292400000,1549296000000,1549299600000,1549303200000,1549306800000,1549310400000,1549314000000,1549317600000,1549321200000,1549324800000,1549328400000,1549332000000,1549335600000,1549339200000,1549342800000,1549346400000,1549350000000,1549353600000,1549357200000,1549360800000,1549364400000,1549368000000,1549371600000,1549375200000,1549378800000,1549382400000,1549386000000,1549389600000,1549393200000,1549396800000,1549400400000,1549404000000,1549407600000,1549411200000,1549414800000,1549418400000,1549422000000,1549425600000,1549429200000,1549432800000,1549436400000,1549440000000,1549443600000,1549447200000,1549450800000,1549454400000,1549458000000,1549461600000,1549465200000,1549468800000,1549472400000,1549476000000,1549479600000,1549483200000,1549486800000,1549490400000,1549494000000,1549497600000,1549501200000,1549504800000,1549508400000,1549512000000,1549515600000,1549519200000,1549522800000,1549526400000,1549530000000,1549533600000,1549537200000,1549540800000,1549544400000,1549548000000,1549551600000,1549555200000,1549558800000,1549562400000,1549566000000,1549569600000,1549573200000,1549576800000,1549580400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[130,60,0,50,10,40,80,100,100,180,100,210,140,170,180,140,80,240,120,70,260,300,100,110,50,110,40,10,0,50,40,100,90,120,150,160,210,140,240,210,150,190,120,120,140,100,70,200,70,70,40,10,0,40,60,0,150,130,130,160,260,120,150,70,160,150,200,180,240,200,130,480,130,50,20,10,0,10,60,60,100,110,60,120,180,200,190,110,190,130,270,110,170,170,160,30,10,0,30,0,20,10,50,60,50,200,120,130,90,250,250,140,90,160,120,160,330,190,200,130,70,10,10,10,0,0,80,10,90,80,110,300,60,160,150,120,400,90,180,470,240,330,210,180,70,0,0,0,10,10,30,50,120,70,80,60,80,190,230,180,220,180,150,220,180,240,190,130]},{"name":"Unmuted","color":"#4fae4e","values":[60,0,0,0,30,50,70,80,140,200,120,240,290,130,190,150,240,250,270,160,160,250,180,40,10,10,0,0,10,10,20,100,110,170,170,80,290,310,220,160,210,200,250,190,220,60,100,140,30,20,10,0,50,50,50,80,40,100,120,220,170,120,220,180,160,160,170,100,350,220,120,130,40,20,0,10,30,20,40,60,100,170,170,150,180,200,180,160,170,180,140,190,330,280,60,80,20,30,20,10,0,40,10,100,170,190,70,160,170,190,150,180,230,170,220,210,160,320,250,70,30,20,0,0,0,10,10,80,80,200,80,150,200,140,120,110,240,150,210,290,280,330,150,80,50,30,20,0,0,30,50,50,150,160,110,170,330,160,140,170,120,280,210,130,210,220,240,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/05.json b/dist/chartDummyData/notifications_zoom/2019-02/05.json new file mode 100644 index 000000000..ff77e6db9 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/05.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1549065600000,1549069200000,1549072800000,1549076400000,1549080000000,1549083600000,1549087200000,1549090800000,1549094400000,1549098000000,1549101600000,1549105200000,1549108800000,1549112400000,1549116000000,1549119600000,1549123200000,1549126800000,1549130400000,1549134000000,1549137600000,1549141200000,1549144800000,1549148400000,1549152000000,1549155600000,1549159200000,1549162800000,1549166400000,1549170000000,1549173600000,1549177200000,1549180800000,1549184400000,1549188000000,1549191600000,1549195200000,1549198800000,1549202400000,1549206000000,1549209600000,1549213200000,1549216800000,1549220400000,1549224000000,1549227600000,1549231200000,1549234800000,1549238400000,1549242000000,1549245600000,1549249200000,1549252800000,1549256400000,1549260000000,1549263600000,1549267200000,1549270800000,1549274400000,1549278000000,1549281600000,1549285200000,1549288800000,1549292400000,1549296000000,1549299600000,1549303200000,1549306800000,1549310400000,1549314000000,1549317600000,1549321200000,1549324800000,1549328400000,1549332000000,1549335600000,1549339200000,1549342800000,1549346400000,1549350000000,1549353600000,1549357200000,1549360800000,1549364400000,1549368000000,1549371600000,1549375200000,1549378800000,1549382400000,1549386000000,1549389600000,1549393200000,1549396800000,1549400400000,1549404000000,1549407600000,1549411200000,1549414800000,1549418400000,1549422000000,1549425600000,1549429200000,1549432800000,1549436400000,1549440000000,1549443600000,1549447200000,1549450800000,1549454400000,1549458000000,1549461600000,1549465200000,1549468800000,1549472400000,1549476000000,1549479600000,1549483200000,1549486800000,1549490400000,1549494000000,1549497600000,1549501200000,1549504800000,1549508400000,1549512000000,1549515600000,1549519200000,1549522800000,1549526400000,1549530000000,1549533600000,1549537200000,1549540800000,1549544400000,1549548000000,1549551600000,1549555200000,1549558800000,1549562400000,1549566000000,1549569600000,1549573200000,1549576800000,1549580400000,1549584000000,1549587600000,1549591200000,1549594800000,1549598400000,1549602000000,1549605600000,1549609200000,1549612800000,1549616400000,1549620000000,1549623600000,1549627200000,1549630800000,1549634400000,1549638000000,1549641600000,1549645200000,1549648800000,1549652400000,1549656000000,1549659600000,1549663200000,1549666800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[50,110,40,10,0,50,40,100,90,120,150,160,210,140,240,210,150,190,120,120,140,100,70,200,70,70,40,10,0,40,60,0,150,130,130,160,260,120,150,70,160,150,200,180,240,200,130,480,130,50,20,10,0,10,60,60,100,110,60,120,180,200,190,110,190,130,270,110,170,170,160,30,10,0,30,0,20,10,50,60,50,200,120,130,90,250,250,140,90,160,120,160,330,190,200,130,70,10,10,10,0,0,80,10,90,80,110,300,60,160,150,120,400,90,180,470,240,330,210,180,70,0,0,0,10,10,30,50,120,70,80,60,80,190,230,180,220,180,150,220,180,240,190,130,40,0,20,0,20,20,40,80,110,110,140,110,140,300,170,180,160,170,190,200,120,210,140,80]},{"name":"Unmuted","color":"#4fae4e","values":[10,10,0,0,10,10,20,100,110,170,170,80,290,310,220,160,210,200,250,190,220,60,100,140,30,20,10,0,50,50,50,80,40,100,120,220,170,120,220,180,160,160,170,100,350,220,120,130,40,20,0,10,30,20,40,60,100,170,170,150,180,200,180,160,170,180,140,190,330,280,60,80,20,30,20,10,0,40,10,100,170,190,70,160,170,190,150,180,230,170,220,210,160,320,250,70,30,20,0,0,0,10,10,80,80,200,80,150,200,140,120,110,240,150,210,290,280,330,150,80,50,30,20,0,0,30,50,50,150,160,110,170,330,160,140,170,120,280,210,130,210,220,240,100,60,0,10,30,20,10,50,220,80,150,180,40,220,110,80,230,90,290,150,170,220,240,210,50]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/06.json b/dist/chartDummyData/notifications_zoom/2019-02/06.json new file mode 100644 index 000000000..dd9d791a0 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/06.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1549152000000,1549155600000,1549159200000,1549162800000,1549166400000,1549170000000,1549173600000,1549177200000,1549180800000,1549184400000,1549188000000,1549191600000,1549195200000,1549198800000,1549202400000,1549206000000,1549209600000,1549213200000,1549216800000,1549220400000,1549224000000,1549227600000,1549231200000,1549234800000,1549238400000,1549242000000,1549245600000,1549249200000,1549252800000,1549256400000,1549260000000,1549263600000,1549267200000,1549270800000,1549274400000,1549278000000,1549281600000,1549285200000,1549288800000,1549292400000,1549296000000,1549299600000,1549303200000,1549306800000,1549310400000,1549314000000,1549317600000,1549321200000,1549324800000,1549328400000,1549332000000,1549335600000,1549339200000,1549342800000,1549346400000,1549350000000,1549353600000,1549357200000,1549360800000,1549364400000,1549368000000,1549371600000,1549375200000,1549378800000,1549382400000,1549386000000,1549389600000,1549393200000,1549396800000,1549400400000,1549404000000,1549407600000,1549411200000,1549414800000,1549418400000,1549422000000,1549425600000,1549429200000,1549432800000,1549436400000,1549440000000,1549443600000,1549447200000,1549450800000,1549454400000,1549458000000,1549461600000,1549465200000,1549468800000,1549472400000,1549476000000,1549479600000,1549483200000,1549486800000,1549490400000,1549494000000,1549497600000,1549501200000,1549504800000,1549508400000,1549512000000,1549515600000,1549519200000,1549522800000,1549526400000,1549530000000,1549533600000,1549537200000,1549540800000,1549544400000,1549548000000,1549551600000,1549555200000,1549558800000,1549562400000,1549566000000,1549569600000,1549573200000,1549576800000,1549580400000,1549584000000,1549587600000,1549591200000,1549594800000,1549598400000,1549602000000,1549605600000,1549609200000,1549612800000,1549616400000,1549620000000,1549623600000,1549627200000,1549630800000,1549634400000,1549638000000,1549641600000,1549645200000,1549648800000,1549652400000,1549656000000,1549659600000,1549663200000,1549666800000,1549670400000,1549674000000,1549677600000,1549681200000,1549684800000,1549688400000,1549692000000,1549695600000,1549699200000,1549702800000,1549706400000,1549710000000,1549713600000,1549717200000,1549720800000,1549724400000,1549728000000,1549731600000,1549735200000,1549738800000,1549742400000,1549746000000,1549749600000,1549753200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[70,70,40,10,0,40,60,0,150,130,130,160,260,120,150,70,160,150,200,180,240,200,130,480,130,50,20,10,0,10,60,60,100,110,60,120,180,200,190,110,190,130,270,110,170,170,160,30,10,0,30,0,20,10,50,60,50,200,120,130,90,250,250,140,90,160,120,160,330,190,200,130,70,10,10,10,0,0,80,10,90,80,110,300,60,160,150,120,400,90,180,470,240,330,210,180,70,0,0,0,10,10,30,50,120,70,80,60,80,190,230,180,220,180,150,220,180,240,190,130,40,0,20,0,20,20,40,80,110,110,140,110,140,300,170,180,160,170,190,200,120,210,140,80,30,10,40,0,30,0,90,170,60,100,130,60,130,220,200,150,150,270,170,180,180,130,180,130]},{"name":"Unmuted","color":"#4fae4e","values":[30,20,10,0,50,50,50,80,40,100,120,220,170,120,220,180,160,160,170,100,350,220,120,130,40,20,0,10,30,20,40,60,100,170,170,150,180,200,180,160,170,180,140,190,330,280,60,80,20,30,20,10,0,40,10,100,170,190,70,160,170,190,150,180,230,170,220,210,160,320,250,70,30,20,0,0,0,10,10,80,80,200,80,150,200,140,120,110,240,150,210,290,280,330,150,80,50,30,20,0,0,30,50,50,150,160,110,170,330,160,140,170,120,280,210,130,210,220,240,100,60,0,10,30,20,10,50,220,80,150,180,40,220,110,80,230,90,290,150,170,220,240,210,50,40,30,0,0,0,0,50,70,160,240,180,70,140,280,100,210,230,180,260,110,280,260,120,130]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/07.json b/dist/chartDummyData/notifications_zoom/2019-02/07.json new file mode 100644 index 000000000..8b3d33352 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/07.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1549238400000,1549242000000,1549245600000,1549249200000,1549252800000,1549256400000,1549260000000,1549263600000,1549267200000,1549270800000,1549274400000,1549278000000,1549281600000,1549285200000,1549288800000,1549292400000,1549296000000,1549299600000,1549303200000,1549306800000,1549310400000,1549314000000,1549317600000,1549321200000,1549324800000,1549328400000,1549332000000,1549335600000,1549339200000,1549342800000,1549346400000,1549350000000,1549353600000,1549357200000,1549360800000,1549364400000,1549368000000,1549371600000,1549375200000,1549378800000,1549382400000,1549386000000,1549389600000,1549393200000,1549396800000,1549400400000,1549404000000,1549407600000,1549411200000,1549414800000,1549418400000,1549422000000,1549425600000,1549429200000,1549432800000,1549436400000,1549440000000,1549443600000,1549447200000,1549450800000,1549454400000,1549458000000,1549461600000,1549465200000,1549468800000,1549472400000,1549476000000,1549479600000,1549483200000,1549486800000,1549490400000,1549494000000,1549497600000,1549501200000,1549504800000,1549508400000,1549512000000,1549515600000,1549519200000,1549522800000,1549526400000,1549530000000,1549533600000,1549537200000,1549540800000,1549544400000,1549548000000,1549551600000,1549555200000,1549558800000,1549562400000,1549566000000,1549569600000,1549573200000,1549576800000,1549580400000,1549584000000,1549587600000,1549591200000,1549594800000,1549598400000,1549602000000,1549605600000,1549609200000,1549612800000,1549616400000,1549620000000,1549623600000,1549627200000,1549630800000,1549634400000,1549638000000,1549641600000,1549645200000,1549648800000,1549652400000,1549656000000,1549659600000,1549663200000,1549666800000,1549670400000,1549674000000,1549677600000,1549681200000,1549684800000,1549688400000,1549692000000,1549695600000,1549699200000,1549702800000,1549706400000,1549710000000,1549713600000,1549717200000,1549720800000,1549724400000,1549728000000,1549731600000,1549735200000,1549738800000,1549742400000,1549746000000,1549749600000,1549753200000,1549756800000,1549760400000,1549764000000,1549767600000,1549771200000,1549774800000,1549778400000,1549782000000,1549785600000,1549789200000,1549792800000,1549796400000,1549800000000,1549803600000,1549807200000,1549810800000,1549814400000,1549818000000,1549821600000,1549825200000,1549828800000,1549832400000,1549836000000,1549839600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[130,50,20,10,0,10,60,60,100,110,60,120,180,200,190,110,190,130,270,110,170,170,160,30,10,0,30,0,20,10,50,60,50,200,120,130,90,250,250,140,90,160,120,160,330,190,200,130,70,10,10,10,0,0,80,10,90,80,110,300,60,160,150,120,400,90,180,470,240,330,210,180,70,0,0,0,10,10,30,50,120,70,80,60,80,190,230,180,220,180,150,220,180,240,190,130,40,0,20,0,20,20,40,80,110,110,140,110,140,300,170,180,160,170,190,200,120,210,140,80,30,10,40,0,30,0,90,170,60,100,130,60,130,220,200,150,150,270,170,180,180,130,180,130,120,100,20,10,0,0,30,70,70,100,200,100,100,200,190,230,260,210,130,190,150,260,160,190]},{"name":"Unmuted","color":"#4fae4e","values":[40,20,0,10,30,20,40,60,100,170,170,150,180,200,180,160,170,180,140,190,330,280,60,80,20,30,20,10,0,40,10,100,170,190,70,160,170,190,150,180,230,170,220,210,160,320,250,70,30,20,0,0,0,10,10,80,80,200,80,150,200,140,120,110,240,150,210,290,280,330,150,80,50,30,20,0,0,30,50,50,150,160,110,170,330,160,140,170,120,280,210,130,210,220,240,100,60,0,10,30,20,10,50,220,80,150,180,40,220,110,80,230,90,290,150,170,220,240,210,50,40,30,0,0,0,0,50,70,160,240,180,70,140,280,100,210,230,180,260,110,280,260,120,130,60,40,10,20,10,0,10,10,50,90,140,200,180,130,220,110,130,130,120,250,140,130,100,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/08.json b/dist/chartDummyData/notifications_zoom/2019-02/08.json new file mode 100644 index 000000000..def57b351 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/08.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1549324800000,1549328400000,1549332000000,1549335600000,1549339200000,1549342800000,1549346400000,1549350000000,1549353600000,1549357200000,1549360800000,1549364400000,1549368000000,1549371600000,1549375200000,1549378800000,1549382400000,1549386000000,1549389600000,1549393200000,1549396800000,1549400400000,1549404000000,1549407600000,1549411200000,1549414800000,1549418400000,1549422000000,1549425600000,1549429200000,1549432800000,1549436400000,1549440000000,1549443600000,1549447200000,1549450800000,1549454400000,1549458000000,1549461600000,1549465200000,1549468800000,1549472400000,1549476000000,1549479600000,1549483200000,1549486800000,1549490400000,1549494000000,1549497600000,1549501200000,1549504800000,1549508400000,1549512000000,1549515600000,1549519200000,1549522800000,1549526400000,1549530000000,1549533600000,1549537200000,1549540800000,1549544400000,1549548000000,1549551600000,1549555200000,1549558800000,1549562400000,1549566000000,1549569600000,1549573200000,1549576800000,1549580400000,1549584000000,1549587600000,1549591200000,1549594800000,1549598400000,1549602000000,1549605600000,1549609200000,1549612800000,1549616400000,1549620000000,1549623600000,1549627200000,1549630800000,1549634400000,1549638000000,1549641600000,1549645200000,1549648800000,1549652400000,1549656000000,1549659600000,1549663200000,1549666800000,1549670400000,1549674000000,1549677600000,1549681200000,1549684800000,1549688400000,1549692000000,1549695600000,1549699200000,1549702800000,1549706400000,1549710000000,1549713600000,1549717200000,1549720800000,1549724400000,1549728000000,1549731600000,1549735200000,1549738800000,1549742400000,1549746000000,1549749600000,1549753200000,1549756800000,1549760400000,1549764000000,1549767600000,1549771200000,1549774800000,1549778400000,1549782000000,1549785600000,1549789200000,1549792800000,1549796400000,1549800000000,1549803600000,1549807200000,1549810800000,1549814400000,1549818000000,1549821600000,1549825200000,1549828800000,1549832400000,1549836000000,1549839600000,1549843200000,1549846800000,1549850400000,1549854000000,1549857600000,1549861200000,1549864800000,1549868400000,1549872000000,1549875600000,1549879200000,1549882800000,1549886400000,1549890000000,1549893600000,1549897200000,1549900800000,1549904400000,1549908000000,1549911600000,1549915200000,1549918800000,1549922400000,1549926000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[10,0,30,0,20,10,50,60,50,200,120,130,90,250,250,140,90,160,120,160,330,190,200,130,70,10,10,10,0,0,80,10,90,80,110,300,60,160,150,120,400,90,180,470,240,330,210,180,70,0,0,0,10,10,30,50,120,70,80,60,80,190,230,180,220,180,150,220,180,240,190,130,40,0,20,0,20,20,40,80,110,110,140,110,140,300,170,180,160,170,190,200,120,210,140,80,30,10,40,0,30,0,90,170,60,100,130,60,130,220,200,150,150,270,170,180,180,130,180,130,120,100,20,10,0,0,30,70,70,100,200,100,100,200,190,230,260,210,130,190,150,260,160,190,60,30,10,40,10,40,160,80,70,190,50,140,110,190,250,170,240,210,170,40,240,190,280,110]},{"name":"Unmuted","color":"#4fae4e","values":[20,30,20,10,0,40,10,100,170,190,70,160,170,190,150,180,230,170,220,210,160,320,250,70,30,20,0,0,0,10,10,80,80,200,80,150,200,140,120,110,240,150,210,290,280,330,150,80,50,30,20,0,0,30,50,50,150,160,110,170,330,160,140,170,120,280,210,130,210,220,240,100,60,0,10,30,20,10,50,220,80,150,180,40,220,110,80,230,90,290,150,170,220,240,210,50,40,30,0,0,0,0,50,70,160,240,180,70,140,280,100,210,230,180,260,110,280,260,120,130,60,40,10,20,10,0,10,10,50,90,140,200,180,130,220,110,130,130,120,250,140,130,100,100,80,10,10,0,10,0,40,90,120,80,90,120,250,150,180,110,190,180,250,230,350,310,150,80]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/09.json b/dist/chartDummyData/notifications_zoom/2019-02/09.json new file mode 100644 index 000000000..045fd51bd --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/09.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1549411200000,1549414800000,1549418400000,1549422000000,1549425600000,1549429200000,1549432800000,1549436400000,1549440000000,1549443600000,1549447200000,1549450800000,1549454400000,1549458000000,1549461600000,1549465200000,1549468800000,1549472400000,1549476000000,1549479600000,1549483200000,1549486800000,1549490400000,1549494000000,1549497600000,1549501200000,1549504800000,1549508400000,1549512000000,1549515600000,1549519200000,1549522800000,1549526400000,1549530000000,1549533600000,1549537200000,1549540800000,1549544400000,1549548000000,1549551600000,1549555200000,1549558800000,1549562400000,1549566000000,1549569600000,1549573200000,1549576800000,1549580400000,1549584000000,1549587600000,1549591200000,1549594800000,1549598400000,1549602000000,1549605600000,1549609200000,1549612800000,1549616400000,1549620000000,1549623600000,1549627200000,1549630800000,1549634400000,1549638000000,1549641600000,1549645200000,1549648800000,1549652400000,1549656000000,1549659600000,1549663200000,1549666800000,1549670400000,1549674000000,1549677600000,1549681200000,1549684800000,1549688400000,1549692000000,1549695600000,1549699200000,1549702800000,1549706400000,1549710000000,1549713600000,1549717200000,1549720800000,1549724400000,1549728000000,1549731600000,1549735200000,1549738800000,1549742400000,1549746000000,1549749600000,1549753200000,1549756800000,1549760400000,1549764000000,1549767600000,1549771200000,1549774800000,1549778400000,1549782000000,1549785600000,1549789200000,1549792800000,1549796400000,1549800000000,1549803600000,1549807200000,1549810800000,1549814400000,1549818000000,1549821600000,1549825200000,1549828800000,1549832400000,1549836000000,1549839600000,1549843200000,1549846800000,1549850400000,1549854000000,1549857600000,1549861200000,1549864800000,1549868400000,1549872000000,1549875600000,1549879200000,1549882800000,1549886400000,1549890000000,1549893600000,1549897200000,1549900800000,1549904400000,1549908000000,1549911600000,1549915200000,1549918800000,1549922400000,1549926000000,1549929600000,1549933200000,1549936800000,1549940400000,1549944000000,1549947600000,1549951200000,1549954800000,1549958400000,1549962000000,1549965600000,1549969200000,1549972800000,1549976400000,1549980000000,1549983600000,1549987200000,1549990800000,1549994400000,1549998000000,1550001600000,1550005200000,1550008800000,1550012400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[70,10,10,10,0,0,80,10,90,80,110,300,60,160,150,120,400,90,180,470,240,330,210,180,70,0,0,0,10,10,30,50,120,70,80,60,80,190,230,180,220,180,150,220,180,240,190,130,40,0,20,0,20,20,40,80,110,110,140,110,140,300,170,180,160,170,190,200,120,210,140,80,30,10,40,0,30,0,90,170,60,100,130,60,130,220,200,150,150,270,170,180,180,130,180,130,120,100,20,10,0,0,30,70,70,100,200,100,100,200,190,230,260,210,130,190,150,260,160,190,60,30,10,40,10,40,160,80,70,190,50,140,110,190,250,170,240,210,170,40,240,190,280,110,40,0,10,10,0,70,30,30,90,40,80,280,170,90,170,180,210,130,210,180,190,120,130,30]},{"name":"Unmuted","color":"#4fae4e","values":[30,20,0,0,0,10,10,80,80,200,80,150,200,140,120,110,240,150,210,290,280,330,150,80,50,30,20,0,0,30,50,50,150,160,110,170,330,160,140,170,120,280,210,130,210,220,240,100,60,0,10,30,20,10,50,220,80,150,180,40,220,110,80,230,90,290,150,170,220,240,210,50,40,30,0,0,0,0,50,70,160,240,180,70,140,280,100,210,230,180,260,110,280,260,120,130,60,40,10,20,10,0,10,10,50,90,140,200,180,130,220,110,130,130,120,250,140,130,100,100,80,10,10,0,10,0,40,90,120,80,90,120,250,150,180,110,190,180,250,230,350,310,150,80,80,0,10,0,0,20,50,120,150,140,100,80,200,210,180,140,150,200,270,140,330,320,170,40]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/10.json b/dist/chartDummyData/notifications_zoom/2019-02/10.json new file mode 100644 index 000000000..cc652eb33 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/10.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1549497600000,1549501200000,1549504800000,1549508400000,1549512000000,1549515600000,1549519200000,1549522800000,1549526400000,1549530000000,1549533600000,1549537200000,1549540800000,1549544400000,1549548000000,1549551600000,1549555200000,1549558800000,1549562400000,1549566000000,1549569600000,1549573200000,1549576800000,1549580400000,1549584000000,1549587600000,1549591200000,1549594800000,1549598400000,1549602000000,1549605600000,1549609200000,1549612800000,1549616400000,1549620000000,1549623600000,1549627200000,1549630800000,1549634400000,1549638000000,1549641600000,1549645200000,1549648800000,1549652400000,1549656000000,1549659600000,1549663200000,1549666800000,1549670400000,1549674000000,1549677600000,1549681200000,1549684800000,1549688400000,1549692000000,1549695600000,1549699200000,1549702800000,1549706400000,1549710000000,1549713600000,1549717200000,1549720800000,1549724400000,1549728000000,1549731600000,1549735200000,1549738800000,1549742400000,1549746000000,1549749600000,1549753200000,1549756800000,1549760400000,1549764000000,1549767600000,1549771200000,1549774800000,1549778400000,1549782000000,1549785600000,1549789200000,1549792800000,1549796400000,1549800000000,1549803600000,1549807200000,1549810800000,1549814400000,1549818000000,1549821600000,1549825200000,1549828800000,1549832400000,1549836000000,1549839600000,1549843200000,1549846800000,1549850400000,1549854000000,1549857600000,1549861200000,1549864800000,1549868400000,1549872000000,1549875600000,1549879200000,1549882800000,1549886400000,1549890000000,1549893600000,1549897200000,1549900800000,1549904400000,1549908000000,1549911600000,1549915200000,1549918800000,1549922400000,1549926000000,1549929600000,1549933200000,1549936800000,1549940400000,1549944000000,1549947600000,1549951200000,1549954800000,1549958400000,1549962000000,1549965600000,1549969200000,1549972800000,1549976400000,1549980000000,1549983600000,1549987200000,1549990800000,1549994400000,1549998000000,1550001600000,1550005200000,1550008800000,1550012400000,1550016000000,1550019600000,1550023200000,1550026800000,1550030400000,1550034000000,1550037600000,1550041200000,1550044800000,1550048400000,1550052000000,1550055600000,1550059200000,1550062800000,1550066400000,1550070000000,1550073600000,1550077200000,1550080800000,1550084400000,1550088000000,1550091600000,1550095200000,1550098800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[70,0,0,0,10,10,30,50,120,70,80,60,80,190,230,180,220,180,150,220,180,240,190,130,40,0,20,0,20,20,40,80,110,110,140,110,140,300,170,180,160,170,190,200,120,210,140,80,30,10,40,0,30,0,90,170,60,100,130,60,130,220,200,150,150,270,170,180,180,130,180,130,120,100,20,10,0,0,30,70,70,100,200,100,100,200,190,230,260,210,130,190,150,260,160,190,60,30,10,40,10,40,160,80,70,190,50,140,110,190,250,170,240,210,170,40,240,190,280,110,40,0,10,10,0,70,30,30,90,40,80,280,170,90,170,180,210,130,210,180,190,120,130,30,220,20,30,10,0,50,100,150,70,150,100,80,100,140,100,170,240,100,170,200,150,260,110,90]},{"name":"Unmuted","color":"#4fae4e","values":[50,30,20,0,0,30,50,50,150,160,110,170,330,160,140,170,120,280,210,130,210,220,240,100,60,0,10,30,20,10,50,220,80,150,180,40,220,110,80,230,90,290,150,170,220,240,210,50,40,30,0,0,0,0,50,70,160,240,180,70,140,280,100,210,230,180,260,110,280,260,120,130,60,40,10,20,10,0,10,10,50,90,140,200,180,130,220,110,130,130,120,250,140,130,100,100,80,10,10,0,10,0,40,90,120,80,90,120,250,150,180,110,190,180,250,230,350,310,150,80,80,0,10,0,0,20,50,120,150,140,100,80,200,210,180,140,150,200,270,140,330,320,170,40,50,0,0,0,0,10,20,90,80,110,20,140,180,200,120,140,230,170,220,190,290,330,240,80]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/11.json b/dist/chartDummyData/notifications_zoom/2019-02/11.json new file mode 100644 index 000000000..8cc3dd17b --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/11.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1549584000000,1549587600000,1549591200000,1549594800000,1549598400000,1549602000000,1549605600000,1549609200000,1549612800000,1549616400000,1549620000000,1549623600000,1549627200000,1549630800000,1549634400000,1549638000000,1549641600000,1549645200000,1549648800000,1549652400000,1549656000000,1549659600000,1549663200000,1549666800000,1549670400000,1549674000000,1549677600000,1549681200000,1549684800000,1549688400000,1549692000000,1549695600000,1549699200000,1549702800000,1549706400000,1549710000000,1549713600000,1549717200000,1549720800000,1549724400000,1549728000000,1549731600000,1549735200000,1549738800000,1549742400000,1549746000000,1549749600000,1549753200000,1549756800000,1549760400000,1549764000000,1549767600000,1549771200000,1549774800000,1549778400000,1549782000000,1549785600000,1549789200000,1549792800000,1549796400000,1549800000000,1549803600000,1549807200000,1549810800000,1549814400000,1549818000000,1549821600000,1549825200000,1549828800000,1549832400000,1549836000000,1549839600000,1549843200000,1549846800000,1549850400000,1549854000000,1549857600000,1549861200000,1549864800000,1549868400000,1549872000000,1549875600000,1549879200000,1549882800000,1549886400000,1549890000000,1549893600000,1549897200000,1549900800000,1549904400000,1549908000000,1549911600000,1549915200000,1549918800000,1549922400000,1549926000000,1549929600000,1549933200000,1549936800000,1549940400000,1549944000000,1549947600000,1549951200000,1549954800000,1549958400000,1549962000000,1549965600000,1549969200000,1549972800000,1549976400000,1549980000000,1549983600000,1549987200000,1549990800000,1549994400000,1549998000000,1550001600000,1550005200000,1550008800000,1550012400000,1550016000000,1550019600000,1550023200000,1550026800000,1550030400000,1550034000000,1550037600000,1550041200000,1550044800000,1550048400000,1550052000000,1550055600000,1550059200000,1550062800000,1550066400000,1550070000000,1550073600000,1550077200000,1550080800000,1550084400000,1550088000000,1550091600000,1550095200000,1550098800000,1550102400000,1550106000000,1550109600000,1550113200000,1550116800000,1550120400000,1550124000000,1550127600000,1550131200000,1550134800000,1550138400000,1550142000000,1550145600000,1550149200000,1550152800000,1550156400000,1550160000000,1550163600000,1550167200000,1550170800000,1550174400000,1550178000000,1550181600000,1550185200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[40,0,20,0,20,20,40,80,110,110,140,110,140,300,170,180,160,170,190,200,120,210,140,80,30,10,40,0,30,0,90,170,60,100,130,60,130,220,200,150,150,270,170,180,180,130,180,130,120,100,20,10,0,0,30,70,70,100,200,100,100,200,190,230,260,210,130,190,150,260,160,190,60,30,10,40,10,40,160,80,70,190,50,140,110,190,250,170,240,210,170,40,240,190,280,110,40,0,10,10,0,70,30,30,90,40,80,280,170,90,170,180,210,130,210,180,190,120,130,30,220,20,30,10,0,50,100,150,70,150,100,80,100,140,100,170,240,100,170,200,150,260,110,90,80,110,70,0,0,30,70,80,10,90,100,170,150,200,120,110,180,170,190,120,150,180,110,80]},{"name":"Unmuted","color":"#4fae4e","values":[60,0,10,30,20,10,50,220,80,150,180,40,220,110,80,230,90,290,150,170,220,240,210,50,40,30,0,0,0,0,50,70,160,240,180,70,140,280,100,210,230,180,260,110,280,260,120,130,60,40,10,20,10,0,10,10,50,90,140,200,180,130,220,110,130,130,120,250,140,130,100,100,80,10,10,0,10,0,40,90,120,80,90,120,250,150,180,110,190,180,250,230,350,310,150,80,80,0,10,0,0,20,50,120,150,140,100,80,200,210,180,140,150,200,270,140,330,320,170,40,50,0,0,0,0,10,20,90,80,110,20,140,180,200,120,140,230,170,220,190,290,330,240,80,40,20,20,0,0,0,130,140,130,120,160,120,150,70,170,160,230,160,150,170,190,130,170,70]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/12.json b/dist/chartDummyData/notifications_zoom/2019-02/12.json new file mode 100644 index 000000000..482a107fc --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/12.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1549670400000,1549674000000,1549677600000,1549681200000,1549684800000,1549688400000,1549692000000,1549695600000,1549699200000,1549702800000,1549706400000,1549710000000,1549713600000,1549717200000,1549720800000,1549724400000,1549728000000,1549731600000,1549735200000,1549738800000,1549742400000,1549746000000,1549749600000,1549753200000,1549756800000,1549760400000,1549764000000,1549767600000,1549771200000,1549774800000,1549778400000,1549782000000,1549785600000,1549789200000,1549792800000,1549796400000,1549800000000,1549803600000,1549807200000,1549810800000,1549814400000,1549818000000,1549821600000,1549825200000,1549828800000,1549832400000,1549836000000,1549839600000,1549843200000,1549846800000,1549850400000,1549854000000,1549857600000,1549861200000,1549864800000,1549868400000,1549872000000,1549875600000,1549879200000,1549882800000,1549886400000,1549890000000,1549893600000,1549897200000,1549900800000,1549904400000,1549908000000,1549911600000,1549915200000,1549918800000,1549922400000,1549926000000,1549929600000,1549933200000,1549936800000,1549940400000,1549944000000,1549947600000,1549951200000,1549954800000,1549958400000,1549962000000,1549965600000,1549969200000,1549972800000,1549976400000,1549980000000,1549983600000,1549987200000,1549990800000,1549994400000,1549998000000,1550001600000,1550005200000,1550008800000,1550012400000,1550016000000,1550019600000,1550023200000,1550026800000,1550030400000,1550034000000,1550037600000,1550041200000,1550044800000,1550048400000,1550052000000,1550055600000,1550059200000,1550062800000,1550066400000,1550070000000,1550073600000,1550077200000,1550080800000,1550084400000,1550088000000,1550091600000,1550095200000,1550098800000,1550102400000,1550106000000,1550109600000,1550113200000,1550116800000,1550120400000,1550124000000,1550127600000,1550131200000,1550134800000,1550138400000,1550142000000,1550145600000,1550149200000,1550152800000,1550156400000,1550160000000,1550163600000,1550167200000,1550170800000,1550174400000,1550178000000,1550181600000,1550185200000,1550188800000,1550192400000,1550196000000,1550199600000,1550203200000,1550206800000,1550210400000,1550214000000,1550217600000,1550221200000,1550224800000,1550228400000,1550232000000,1550235600000,1550239200000,1550242800000,1550246400000,1550250000000,1550253600000,1550257200000,1550260800000,1550264400000,1550268000000,1550271600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[30,10,40,0,30,0,90,170,60,100,130,60,130,220,200,150,150,270,170,180,180,130,180,130,120,100,20,10,0,0,30,70,70,100,200,100,100,200,190,230,260,210,130,190,150,260,160,190,60,30,10,40,10,40,160,80,70,190,50,140,110,190,250,170,240,210,170,40,240,190,280,110,40,0,10,10,0,70,30,30,90,40,80,280,170,90,170,180,210,130,210,180,190,120,130,30,220,20,30,10,0,50,100,150,70,150,100,80,100,140,100,170,240,100,170,200,150,260,110,90,80,110,70,0,0,30,70,80,10,90,100,170,150,200,120,110,180,170,190,120,150,180,110,80,70,40,20,20,10,40,40,30,40,120,70,150,150,200,140,120,170,240,130,190,240,220,80,100]},{"name":"Unmuted","color":"#4fae4e","values":[40,30,0,0,0,0,50,70,160,240,180,70,140,280,100,210,230,180,260,110,280,260,120,130,60,40,10,20,10,0,10,10,50,90,140,200,180,130,220,110,130,130,120,250,140,130,100,100,80,10,10,0,10,0,40,90,120,80,90,120,250,150,180,110,190,180,250,230,350,310,150,80,80,0,10,0,0,20,50,120,150,140,100,80,200,210,180,140,150,200,270,140,330,320,170,40,50,0,0,0,0,10,20,90,80,110,20,140,180,200,120,140,230,170,220,190,290,330,240,80,40,20,20,0,0,0,130,140,130,120,160,120,150,70,170,160,230,160,150,170,190,130,170,70,50,10,20,0,0,10,60,90,80,130,170,220,150,190,200,100,170,230,270,220,220,200,150,80]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/13.json b/dist/chartDummyData/notifications_zoom/2019-02/13.json new file mode 100644 index 000000000..5a9382e4b --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/13.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1549756800000,1549760400000,1549764000000,1549767600000,1549771200000,1549774800000,1549778400000,1549782000000,1549785600000,1549789200000,1549792800000,1549796400000,1549800000000,1549803600000,1549807200000,1549810800000,1549814400000,1549818000000,1549821600000,1549825200000,1549828800000,1549832400000,1549836000000,1549839600000,1549843200000,1549846800000,1549850400000,1549854000000,1549857600000,1549861200000,1549864800000,1549868400000,1549872000000,1549875600000,1549879200000,1549882800000,1549886400000,1549890000000,1549893600000,1549897200000,1549900800000,1549904400000,1549908000000,1549911600000,1549915200000,1549918800000,1549922400000,1549926000000,1549929600000,1549933200000,1549936800000,1549940400000,1549944000000,1549947600000,1549951200000,1549954800000,1549958400000,1549962000000,1549965600000,1549969200000,1549972800000,1549976400000,1549980000000,1549983600000,1549987200000,1549990800000,1549994400000,1549998000000,1550001600000,1550005200000,1550008800000,1550012400000,1550016000000,1550019600000,1550023200000,1550026800000,1550030400000,1550034000000,1550037600000,1550041200000,1550044800000,1550048400000,1550052000000,1550055600000,1550059200000,1550062800000,1550066400000,1550070000000,1550073600000,1550077200000,1550080800000,1550084400000,1550088000000,1550091600000,1550095200000,1550098800000,1550102400000,1550106000000,1550109600000,1550113200000,1550116800000,1550120400000,1550124000000,1550127600000,1550131200000,1550134800000,1550138400000,1550142000000,1550145600000,1550149200000,1550152800000,1550156400000,1550160000000,1550163600000,1550167200000,1550170800000,1550174400000,1550178000000,1550181600000,1550185200000,1550188800000,1550192400000,1550196000000,1550199600000,1550203200000,1550206800000,1550210400000,1550214000000,1550217600000,1550221200000,1550224800000,1550228400000,1550232000000,1550235600000,1550239200000,1550242800000,1550246400000,1550250000000,1550253600000,1550257200000,1550260800000,1550264400000,1550268000000,1550271600000,1550275200000,1550278800000,1550282400000,1550286000000,1550289600000,1550293200000,1550296800000,1550300400000,1550304000000,1550307600000,1550311200000,1550314800000,1550318400000,1550322000000,1550325600000,1550329200000,1550332800000,1550336400000,1550340000000,1550343600000,1550347200000,1550350800000,1550354400000,1550358000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[120,100,20,10,0,0,30,70,70,100,200,100,100,200,190,230,260,210,130,190,150,260,160,190,60,30,10,40,10,40,160,80,70,190,50,140,110,190,250,170,240,210,170,40,240,190,280,110,40,0,10,10,0,70,30,30,90,40,80,280,170,90,170,180,210,130,210,180,190,120,130,30,220,20,30,10,0,50,100,150,70,150,100,80,100,140,100,170,240,100,170,200,150,260,110,90,80,110,70,0,0,30,70,80,10,90,100,170,150,200,120,110,180,170,190,120,150,180,110,80,70,40,20,20,10,40,40,30,40,120,70,150,150,200,140,120,170,240,130,190,240,220,80,100,20,50,70,0,0,0,70,50,90,80,60,160,220,140,180,200,110,60,130,150,230,160,100,40]},{"name":"Unmuted","color":"#4fae4e","values":[60,40,10,20,10,0,10,10,50,90,140,200,180,130,220,110,130,130,120,250,140,130,100,100,80,10,10,0,10,0,40,90,120,80,90,120,250,150,180,110,190,180,250,230,350,310,150,80,80,0,10,0,0,20,50,120,150,140,100,80,200,210,180,140,150,200,270,140,330,320,170,40,50,0,0,0,0,10,20,90,80,110,20,140,180,200,120,140,230,170,220,190,290,330,240,80,40,20,20,0,0,0,130,140,130,120,160,120,150,70,170,160,230,160,150,170,190,130,170,70,50,10,20,0,0,10,60,90,80,130,170,220,150,190,200,100,170,230,270,220,220,200,150,80,50,10,20,10,0,0,30,60,100,130,150,230,230,140,170,160,120,290,160,100,120,130,60,120]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/14.json b/dist/chartDummyData/notifications_zoom/2019-02/14.json new file mode 100644 index 000000000..558d9daa1 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/14.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1549843200000,1549846800000,1549850400000,1549854000000,1549857600000,1549861200000,1549864800000,1549868400000,1549872000000,1549875600000,1549879200000,1549882800000,1549886400000,1549890000000,1549893600000,1549897200000,1549900800000,1549904400000,1549908000000,1549911600000,1549915200000,1549918800000,1549922400000,1549926000000,1549929600000,1549933200000,1549936800000,1549940400000,1549944000000,1549947600000,1549951200000,1549954800000,1549958400000,1549962000000,1549965600000,1549969200000,1549972800000,1549976400000,1549980000000,1549983600000,1549987200000,1549990800000,1549994400000,1549998000000,1550001600000,1550005200000,1550008800000,1550012400000,1550016000000,1550019600000,1550023200000,1550026800000,1550030400000,1550034000000,1550037600000,1550041200000,1550044800000,1550048400000,1550052000000,1550055600000,1550059200000,1550062800000,1550066400000,1550070000000,1550073600000,1550077200000,1550080800000,1550084400000,1550088000000,1550091600000,1550095200000,1550098800000,1550102400000,1550106000000,1550109600000,1550113200000,1550116800000,1550120400000,1550124000000,1550127600000,1550131200000,1550134800000,1550138400000,1550142000000,1550145600000,1550149200000,1550152800000,1550156400000,1550160000000,1550163600000,1550167200000,1550170800000,1550174400000,1550178000000,1550181600000,1550185200000,1550188800000,1550192400000,1550196000000,1550199600000,1550203200000,1550206800000,1550210400000,1550214000000,1550217600000,1550221200000,1550224800000,1550228400000,1550232000000,1550235600000,1550239200000,1550242800000,1550246400000,1550250000000,1550253600000,1550257200000,1550260800000,1550264400000,1550268000000,1550271600000,1550275200000,1550278800000,1550282400000,1550286000000,1550289600000,1550293200000,1550296800000,1550300400000,1550304000000,1550307600000,1550311200000,1550314800000,1550318400000,1550322000000,1550325600000,1550329200000,1550332800000,1550336400000,1550340000000,1550343600000,1550347200000,1550350800000,1550354400000,1550358000000,1550361600000,1550365200000,1550368800000,1550372400000,1550376000000,1550379600000,1550383200000,1550386800000,1550390400000,1550394000000,1550397600000,1550401200000,1550404800000,1550408400000,1550412000000,1550415600000,1550419200000,1550422800000,1550426400000,1550430000000,1550433600000,1550437200000,1550440800000,1550444400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[60,30,10,40,10,40,160,80,70,190,50,140,110,190,250,170,240,210,170,40,240,190,280,110,40,0,10,10,0,70,30,30,90,40,80,280,170,90,170,180,210,130,210,180,190,120,130,30,220,20,30,10,0,50,100,150,70,150,100,80,100,140,100,170,240,100,170,200,150,260,110,90,80,110,70,0,0,30,70,80,10,90,100,170,150,200,120,110,180,170,190,120,150,180,110,80,70,40,20,20,10,40,40,30,40,120,70,150,150,200,140,120,170,240,130,190,240,220,80,100,20,50,70,0,0,0,70,50,90,80,60,160,220,140,180,200,110,60,130,150,230,160,100,40,20,450,30,10,30,10,20,70,70,70,260,120,150,210,130,170,140,210,160,190,200,120,190,290]},{"name":"Unmuted","color":"#4fae4e","values":[80,10,10,0,10,0,40,90,120,80,90,120,250,150,180,110,190,180,250,230,350,310,150,80,80,0,10,0,0,20,50,120,150,140,100,80,200,210,180,140,150,200,270,140,330,320,170,40,50,0,0,0,0,10,20,90,80,110,20,140,180,200,120,140,230,170,220,190,290,330,240,80,40,20,20,0,0,0,130,140,130,120,160,120,150,70,170,160,230,160,150,170,190,130,170,70,50,10,20,0,0,10,60,90,80,130,170,220,150,190,200,100,170,230,270,220,220,200,150,80,50,10,20,10,0,0,30,60,100,130,150,230,230,140,170,160,120,290,160,100,120,130,60,120,90,60,10,0,0,0,10,40,80,50,120,150,110,190,210,120,140,230,120,220,310,260,170,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/15.json b/dist/chartDummyData/notifications_zoom/2019-02/15.json new file mode 100644 index 000000000..df822ed62 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/15.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1549929600000,1549933200000,1549936800000,1549940400000,1549944000000,1549947600000,1549951200000,1549954800000,1549958400000,1549962000000,1549965600000,1549969200000,1549972800000,1549976400000,1549980000000,1549983600000,1549987200000,1549990800000,1549994400000,1549998000000,1550001600000,1550005200000,1550008800000,1550012400000,1550016000000,1550019600000,1550023200000,1550026800000,1550030400000,1550034000000,1550037600000,1550041200000,1550044800000,1550048400000,1550052000000,1550055600000,1550059200000,1550062800000,1550066400000,1550070000000,1550073600000,1550077200000,1550080800000,1550084400000,1550088000000,1550091600000,1550095200000,1550098800000,1550102400000,1550106000000,1550109600000,1550113200000,1550116800000,1550120400000,1550124000000,1550127600000,1550131200000,1550134800000,1550138400000,1550142000000,1550145600000,1550149200000,1550152800000,1550156400000,1550160000000,1550163600000,1550167200000,1550170800000,1550174400000,1550178000000,1550181600000,1550185200000,1550188800000,1550192400000,1550196000000,1550199600000,1550203200000,1550206800000,1550210400000,1550214000000,1550217600000,1550221200000,1550224800000,1550228400000,1550232000000,1550235600000,1550239200000,1550242800000,1550246400000,1550250000000,1550253600000,1550257200000,1550260800000,1550264400000,1550268000000,1550271600000,1550275200000,1550278800000,1550282400000,1550286000000,1550289600000,1550293200000,1550296800000,1550300400000,1550304000000,1550307600000,1550311200000,1550314800000,1550318400000,1550322000000,1550325600000,1550329200000,1550332800000,1550336400000,1550340000000,1550343600000,1550347200000,1550350800000,1550354400000,1550358000000,1550361600000,1550365200000,1550368800000,1550372400000,1550376000000,1550379600000,1550383200000,1550386800000,1550390400000,1550394000000,1550397600000,1550401200000,1550404800000,1550408400000,1550412000000,1550415600000,1550419200000,1550422800000,1550426400000,1550430000000,1550433600000,1550437200000,1550440800000,1550444400000,1550448000000,1550451600000,1550455200000,1550458800000,1550462400000,1550466000000,1550469600000,1550473200000,1550476800000,1550480400000,1550484000000,1550487600000,1550491200000,1550494800000,1550498400000,1550502000000,1550505600000,1550509200000,1550512800000,1550516400000,1550520000000,1550523600000,1550527200000,1550530800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[40,0,10,10,0,70,30,30,90,40,80,280,170,90,170,180,210,130,210,180,190,120,130,30,220,20,30,10,0,50,100,150,70,150,100,80,100,140,100,170,240,100,170,200,150,260,110,90,80,110,70,0,0,30,70,80,10,90,100,170,150,200,120,110,180,170,190,120,150,180,110,80,70,40,20,20,10,40,40,30,40,120,70,150,150,200,140,120,170,240,130,190,240,220,80,100,20,50,70,0,0,0,70,50,90,80,60,160,220,140,180,200,110,60,130,150,230,160,100,40,20,450,30,10,30,10,20,70,70,70,260,120,150,210,130,170,140,210,160,190,200,120,190,290,140,80,50,0,20,20,40,100,80,130,40,60,90,90,140,190,230,190,140,180,150,220,130,100]},{"name":"Unmuted","color":"#4fae4e","values":[80,0,10,0,0,20,50,120,150,140,100,80,200,210,180,140,150,200,270,140,330,320,170,40,50,0,0,0,0,10,20,90,80,110,20,140,180,200,120,140,230,170,220,190,290,330,240,80,40,20,20,0,0,0,130,140,130,120,160,120,150,70,170,160,230,160,150,170,190,130,170,70,50,10,20,0,0,10,60,90,80,130,170,220,150,190,200,100,170,230,270,220,220,200,150,80,50,10,20,10,0,0,30,60,100,130,150,230,230,140,170,160,120,290,160,100,120,130,60,120,90,60,10,0,0,0,10,40,80,50,120,150,110,190,210,120,140,230,120,220,310,260,170,100,40,10,0,0,10,10,20,70,60,90,150,120,150,200,230,140,190,180,180,160,290,230,300,50]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/16.json b/dist/chartDummyData/notifications_zoom/2019-02/16.json new file mode 100644 index 000000000..42ca10a38 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/16.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1550016000000,1550019600000,1550023200000,1550026800000,1550030400000,1550034000000,1550037600000,1550041200000,1550044800000,1550048400000,1550052000000,1550055600000,1550059200000,1550062800000,1550066400000,1550070000000,1550073600000,1550077200000,1550080800000,1550084400000,1550088000000,1550091600000,1550095200000,1550098800000,1550102400000,1550106000000,1550109600000,1550113200000,1550116800000,1550120400000,1550124000000,1550127600000,1550131200000,1550134800000,1550138400000,1550142000000,1550145600000,1550149200000,1550152800000,1550156400000,1550160000000,1550163600000,1550167200000,1550170800000,1550174400000,1550178000000,1550181600000,1550185200000,1550188800000,1550192400000,1550196000000,1550199600000,1550203200000,1550206800000,1550210400000,1550214000000,1550217600000,1550221200000,1550224800000,1550228400000,1550232000000,1550235600000,1550239200000,1550242800000,1550246400000,1550250000000,1550253600000,1550257200000,1550260800000,1550264400000,1550268000000,1550271600000,1550275200000,1550278800000,1550282400000,1550286000000,1550289600000,1550293200000,1550296800000,1550300400000,1550304000000,1550307600000,1550311200000,1550314800000,1550318400000,1550322000000,1550325600000,1550329200000,1550332800000,1550336400000,1550340000000,1550343600000,1550347200000,1550350800000,1550354400000,1550358000000,1550361600000,1550365200000,1550368800000,1550372400000,1550376000000,1550379600000,1550383200000,1550386800000,1550390400000,1550394000000,1550397600000,1550401200000,1550404800000,1550408400000,1550412000000,1550415600000,1550419200000,1550422800000,1550426400000,1550430000000,1550433600000,1550437200000,1550440800000,1550444400000,1550448000000,1550451600000,1550455200000,1550458800000,1550462400000,1550466000000,1550469600000,1550473200000,1550476800000,1550480400000,1550484000000,1550487600000,1550491200000,1550494800000,1550498400000,1550502000000,1550505600000,1550509200000,1550512800000,1550516400000,1550520000000,1550523600000,1550527200000,1550530800000,1550534400000,1550538000000,1550541600000,1550545200000,1550548800000,1550552400000,1550556000000,1550559600000,1550563200000,1550566800000,1550570400000,1550574000000,1550577600000,1550581200000,1550584800000,1550588400000,1550592000000,1550595600000,1550599200000,1550602800000,1550606400000,1550610000000,1550613600000,1550617200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[220,20,30,10,0,50,100,150,70,150,100,80,100,140,100,170,240,100,170,200,150,260,110,90,80,110,70,0,0,30,70,80,10,90,100,170,150,200,120,110,180,170,190,120,150,180,110,80,70,40,20,20,10,40,40,30,40,120,70,150,150,200,140,120,170,240,130,190,240,220,80,100,20,50,70,0,0,0,70,50,90,80,60,160,220,140,180,200,110,60,130,150,230,160,100,40,20,450,30,10,30,10,20,70,70,70,260,120,150,210,130,170,140,210,160,190,200,120,190,290,140,80,50,0,20,20,40,100,80,130,40,60,90,90,140,190,230,190,140,180,150,220,130,100,10,50,10,0,0,10,280,40,60,30,60,70,70,160,100,170,120,200,200,140,90,230,120,80]},{"name":"Unmuted","color":"#4fae4e","values":[50,0,0,0,0,10,20,90,80,110,20,140,180,200,120,140,230,170,220,190,290,330,240,80,40,20,20,0,0,0,130,140,130,120,160,120,150,70,170,160,230,160,150,170,190,130,170,70,50,10,20,0,0,10,60,90,80,130,170,220,150,190,200,100,170,230,270,220,220,200,150,80,50,10,20,10,0,0,30,60,100,130,150,230,230,140,170,160,120,290,160,100,120,130,60,120,90,60,10,0,0,0,10,40,80,50,120,150,110,190,210,120,140,230,120,220,310,260,170,100,40,10,0,0,10,10,20,70,60,90,150,120,150,200,230,140,190,180,180,160,290,230,300,50,0,50,0,30,0,30,50,130,110,70,110,110,140,120,170,250,300,250,280,200,280,410,200,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/17.json b/dist/chartDummyData/notifications_zoom/2019-02/17.json new file mode 100644 index 000000000..27563e411 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/17.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1550102400000,1550106000000,1550109600000,1550113200000,1550116800000,1550120400000,1550124000000,1550127600000,1550131200000,1550134800000,1550138400000,1550142000000,1550145600000,1550149200000,1550152800000,1550156400000,1550160000000,1550163600000,1550167200000,1550170800000,1550174400000,1550178000000,1550181600000,1550185200000,1550188800000,1550192400000,1550196000000,1550199600000,1550203200000,1550206800000,1550210400000,1550214000000,1550217600000,1550221200000,1550224800000,1550228400000,1550232000000,1550235600000,1550239200000,1550242800000,1550246400000,1550250000000,1550253600000,1550257200000,1550260800000,1550264400000,1550268000000,1550271600000,1550275200000,1550278800000,1550282400000,1550286000000,1550289600000,1550293200000,1550296800000,1550300400000,1550304000000,1550307600000,1550311200000,1550314800000,1550318400000,1550322000000,1550325600000,1550329200000,1550332800000,1550336400000,1550340000000,1550343600000,1550347200000,1550350800000,1550354400000,1550358000000,1550361600000,1550365200000,1550368800000,1550372400000,1550376000000,1550379600000,1550383200000,1550386800000,1550390400000,1550394000000,1550397600000,1550401200000,1550404800000,1550408400000,1550412000000,1550415600000,1550419200000,1550422800000,1550426400000,1550430000000,1550433600000,1550437200000,1550440800000,1550444400000,1550448000000,1550451600000,1550455200000,1550458800000,1550462400000,1550466000000,1550469600000,1550473200000,1550476800000,1550480400000,1550484000000,1550487600000,1550491200000,1550494800000,1550498400000,1550502000000,1550505600000,1550509200000,1550512800000,1550516400000,1550520000000,1550523600000,1550527200000,1550530800000,1550534400000,1550538000000,1550541600000,1550545200000,1550548800000,1550552400000,1550556000000,1550559600000,1550563200000,1550566800000,1550570400000,1550574000000,1550577600000,1550581200000,1550584800000,1550588400000,1550592000000,1550595600000,1550599200000,1550602800000,1550606400000,1550610000000,1550613600000,1550617200000,1550620800000,1550624400000,1550628000000,1550631600000,1550635200000,1550638800000,1550642400000,1550646000000,1550649600000,1550653200000,1550656800000,1550660400000,1550664000000,1550667600000,1550671200000,1550674800000,1550678400000,1550682000000,1550685600000,1550689200000,1550692800000,1550696400000,1550700000000,1550703600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[80,110,70,0,0,30,70,80,10,90,100,170,150,200,120,110,180,170,190,120,150,180,110,80,70,40,20,20,10,40,40,30,40,120,70,150,150,200,140,120,170,240,130,190,240,220,80,100,20,50,70,0,0,0,70,50,90,80,60,160,220,140,180,200,110,60,130,150,230,160,100,40,20,450,30,10,30,10,20,70,70,70,260,120,150,210,130,170,140,210,160,190,200,120,190,290,140,80,50,0,20,20,40,100,80,130,40,60,90,90,140,190,230,190,140,180,150,220,130,100,10,50,10,0,0,10,280,40,60,30,60,70,70,160,100,170,120,200,200,140,90,230,120,80,70,20,10,0,10,20,120,80,90,90,90,120,60,180,230,230,230,160,100,220,100,240,120,80]},{"name":"Unmuted","color":"#4fae4e","values":[40,20,20,0,0,0,130,140,130,120,160,120,150,70,170,160,230,160,150,170,190,130,170,70,50,10,20,0,0,10,60,90,80,130,170,220,150,190,200,100,170,230,270,220,220,200,150,80,50,10,20,10,0,0,30,60,100,130,150,230,230,140,170,160,120,290,160,100,120,130,60,120,90,60,10,0,0,0,10,40,80,50,120,150,110,190,210,120,140,230,120,220,310,260,170,100,40,10,0,0,10,10,20,70,60,90,150,120,150,200,230,140,190,180,180,160,290,230,300,50,0,50,0,30,0,30,50,130,110,70,110,110,140,120,170,250,300,250,280,200,280,410,200,100,40,10,10,0,0,20,70,110,110,90,170,150,190,130,100,180,260,310,220,210,190,230,260,130]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/18.json b/dist/chartDummyData/notifications_zoom/2019-02/18.json new file mode 100644 index 000000000..03e251d1d --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/18.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1550188800000,1550192400000,1550196000000,1550199600000,1550203200000,1550206800000,1550210400000,1550214000000,1550217600000,1550221200000,1550224800000,1550228400000,1550232000000,1550235600000,1550239200000,1550242800000,1550246400000,1550250000000,1550253600000,1550257200000,1550260800000,1550264400000,1550268000000,1550271600000,1550275200000,1550278800000,1550282400000,1550286000000,1550289600000,1550293200000,1550296800000,1550300400000,1550304000000,1550307600000,1550311200000,1550314800000,1550318400000,1550322000000,1550325600000,1550329200000,1550332800000,1550336400000,1550340000000,1550343600000,1550347200000,1550350800000,1550354400000,1550358000000,1550361600000,1550365200000,1550368800000,1550372400000,1550376000000,1550379600000,1550383200000,1550386800000,1550390400000,1550394000000,1550397600000,1550401200000,1550404800000,1550408400000,1550412000000,1550415600000,1550419200000,1550422800000,1550426400000,1550430000000,1550433600000,1550437200000,1550440800000,1550444400000,1550448000000,1550451600000,1550455200000,1550458800000,1550462400000,1550466000000,1550469600000,1550473200000,1550476800000,1550480400000,1550484000000,1550487600000,1550491200000,1550494800000,1550498400000,1550502000000,1550505600000,1550509200000,1550512800000,1550516400000,1550520000000,1550523600000,1550527200000,1550530800000,1550534400000,1550538000000,1550541600000,1550545200000,1550548800000,1550552400000,1550556000000,1550559600000,1550563200000,1550566800000,1550570400000,1550574000000,1550577600000,1550581200000,1550584800000,1550588400000,1550592000000,1550595600000,1550599200000,1550602800000,1550606400000,1550610000000,1550613600000,1550617200000,1550620800000,1550624400000,1550628000000,1550631600000,1550635200000,1550638800000,1550642400000,1550646000000,1550649600000,1550653200000,1550656800000,1550660400000,1550664000000,1550667600000,1550671200000,1550674800000,1550678400000,1550682000000,1550685600000,1550689200000,1550692800000,1550696400000,1550700000000,1550703600000,1550707200000,1550710800000,1550714400000,1550718000000,1550721600000,1550725200000,1550728800000,1550732400000,1550736000000,1550739600000,1550743200000,1550746800000,1550750400000,1550754000000,1550757600000,1550761200000,1550764800000,1550768400000,1550772000000,1550775600000,1550779200000,1550782800000,1550786400000,1550790000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[70,40,20,20,10,40,40,30,40,120,70,150,150,200,140,120,170,240,130,190,240,220,80,100,20,50,70,0,0,0,70,50,90,80,60,160,220,140,180,200,110,60,130,150,230,160,100,40,20,450,30,10,30,10,20,70,70,70,260,120,150,210,130,170,140,210,160,190,200,120,190,290,140,80,50,0,20,20,40,100,80,130,40,60,90,90,140,190,230,190,140,180,150,220,130,100,10,50,10,0,0,10,280,40,60,30,60,70,70,160,100,170,120,200,200,140,90,230,120,80,70,20,10,0,10,20,120,80,90,90,90,120,60,180,230,230,230,160,100,220,100,240,120,80,60,0,10,10,10,20,80,40,130,90,80,130,60,170,130,130,230,190,110,130,150,120,260,130]},{"name":"Unmuted","color":"#4fae4e","values":[50,10,20,0,0,10,60,90,80,130,170,220,150,190,200,100,170,230,270,220,220,200,150,80,50,10,20,10,0,0,30,60,100,130,150,230,230,140,170,160,120,290,160,100,120,130,60,120,90,60,10,0,0,0,10,40,80,50,120,150,110,190,210,120,140,230,120,220,310,260,170,100,40,10,0,0,10,10,20,70,60,90,150,120,150,200,230,140,190,180,180,160,290,230,300,50,0,50,0,30,0,30,50,130,110,70,110,110,140,120,170,250,300,250,280,200,280,410,200,100,40,10,10,0,0,20,70,110,110,90,170,150,190,130,100,180,260,310,220,210,190,230,260,130,70,50,60,0,0,20,70,60,130,50,180,200,140,120,210,190,200,200,210,190,250,280,160,90]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/19.json b/dist/chartDummyData/notifications_zoom/2019-02/19.json new file mode 100644 index 000000000..eafbf8f21 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/19.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1550275200000,1550278800000,1550282400000,1550286000000,1550289600000,1550293200000,1550296800000,1550300400000,1550304000000,1550307600000,1550311200000,1550314800000,1550318400000,1550322000000,1550325600000,1550329200000,1550332800000,1550336400000,1550340000000,1550343600000,1550347200000,1550350800000,1550354400000,1550358000000,1550361600000,1550365200000,1550368800000,1550372400000,1550376000000,1550379600000,1550383200000,1550386800000,1550390400000,1550394000000,1550397600000,1550401200000,1550404800000,1550408400000,1550412000000,1550415600000,1550419200000,1550422800000,1550426400000,1550430000000,1550433600000,1550437200000,1550440800000,1550444400000,1550448000000,1550451600000,1550455200000,1550458800000,1550462400000,1550466000000,1550469600000,1550473200000,1550476800000,1550480400000,1550484000000,1550487600000,1550491200000,1550494800000,1550498400000,1550502000000,1550505600000,1550509200000,1550512800000,1550516400000,1550520000000,1550523600000,1550527200000,1550530800000,1550534400000,1550538000000,1550541600000,1550545200000,1550548800000,1550552400000,1550556000000,1550559600000,1550563200000,1550566800000,1550570400000,1550574000000,1550577600000,1550581200000,1550584800000,1550588400000,1550592000000,1550595600000,1550599200000,1550602800000,1550606400000,1550610000000,1550613600000,1550617200000,1550620800000,1550624400000,1550628000000,1550631600000,1550635200000,1550638800000,1550642400000,1550646000000,1550649600000,1550653200000,1550656800000,1550660400000,1550664000000,1550667600000,1550671200000,1550674800000,1550678400000,1550682000000,1550685600000,1550689200000,1550692800000,1550696400000,1550700000000,1550703600000,1550707200000,1550710800000,1550714400000,1550718000000,1550721600000,1550725200000,1550728800000,1550732400000,1550736000000,1550739600000,1550743200000,1550746800000,1550750400000,1550754000000,1550757600000,1550761200000,1550764800000,1550768400000,1550772000000,1550775600000,1550779200000,1550782800000,1550786400000,1550790000000,1550793600000,1550797200000,1550800800000,1550804400000,1550808000000,1550811600000,1550815200000,1550818800000,1550822400000,1550826000000,1550829600000,1550833200000,1550836800000,1550840400000,1550844000000,1550847600000,1550851200000,1550854800000,1550858400000,1550862000000,1550865600000,1550869200000,1550872800000,1550876400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[20,50,70,0,0,0,70,50,90,80,60,160,220,140,180,200,110,60,130,150,230,160,100,40,20,450,30,10,30,10,20,70,70,70,260,120,150,210,130,170,140,210,160,190,200,120,190,290,140,80,50,0,20,20,40,100,80,130,40,60,90,90,140,190,230,190,140,180,150,220,130,100,10,50,10,0,0,10,280,40,60,30,60,70,70,160,100,170,120,200,200,140,90,230,120,80,70,20,10,0,10,20,120,80,90,90,90,120,60,180,230,230,230,160,100,220,100,240,120,80,60,0,10,10,10,20,80,40,130,90,80,130,60,170,130,130,230,190,110,130,150,120,260,130,50,40,30,0,10,10,70,70,150,90,110,130,130,160,180,150,120,230,230,200,180,110,120,110]},{"name":"Unmuted","color":"#4fae4e","values":[50,10,20,10,0,0,30,60,100,130,150,230,230,140,170,160,120,290,160,100,120,130,60,120,90,60,10,0,0,0,10,40,80,50,120,150,110,190,210,120,140,230,120,220,310,260,170,100,40,10,0,0,10,10,20,70,60,90,150,120,150,200,230,140,190,180,180,160,290,230,300,50,0,50,0,30,0,30,50,130,110,70,110,110,140,120,170,250,300,250,280,200,280,410,200,100,40,10,10,0,0,20,70,110,110,90,170,150,190,130,100,180,260,310,220,210,190,230,260,130,70,50,60,0,0,20,70,60,130,50,180,200,140,120,210,190,200,200,210,190,250,280,160,90,80,90,40,0,0,0,40,170,120,90,120,210,150,220,150,210,150,220,300,230,200,220,180,130]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/20.json b/dist/chartDummyData/notifications_zoom/2019-02/20.json new file mode 100644 index 000000000..d0145391d --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/20.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1550361600000,1550365200000,1550368800000,1550372400000,1550376000000,1550379600000,1550383200000,1550386800000,1550390400000,1550394000000,1550397600000,1550401200000,1550404800000,1550408400000,1550412000000,1550415600000,1550419200000,1550422800000,1550426400000,1550430000000,1550433600000,1550437200000,1550440800000,1550444400000,1550448000000,1550451600000,1550455200000,1550458800000,1550462400000,1550466000000,1550469600000,1550473200000,1550476800000,1550480400000,1550484000000,1550487600000,1550491200000,1550494800000,1550498400000,1550502000000,1550505600000,1550509200000,1550512800000,1550516400000,1550520000000,1550523600000,1550527200000,1550530800000,1550534400000,1550538000000,1550541600000,1550545200000,1550548800000,1550552400000,1550556000000,1550559600000,1550563200000,1550566800000,1550570400000,1550574000000,1550577600000,1550581200000,1550584800000,1550588400000,1550592000000,1550595600000,1550599200000,1550602800000,1550606400000,1550610000000,1550613600000,1550617200000,1550620800000,1550624400000,1550628000000,1550631600000,1550635200000,1550638800000,1550642400000,1550646000000,1550649600000,1550653200000,1550656800000,1550660400000,1550664000000,1550667600000,1550671200000,1550674800000,1550678400000,1550682000000,1550685600000,1550689200000,1550692800000,1550696400000,1550700000000,1550703600000,1550707200000,1550710800000,1550714400000,1550718000000,1550721600000,1550725200000,1550728800000,1550732400000,1550736000000,1550739600000,1550743200000,1550746800000,1550750400000,1550754000000,1550757600000,1550761200000,1550764800000,1550768400000,1550772000000,1550775600000,1550779200000,1550782800000,1550786400000,1550790000000,1550793600000,1550797200000,1550800800000,1550804400000,1550808000000,1550811600000,1550815200000,1550818800000,1550822400000,1550826000000,1550829600000,1550833200000,1550836800000,1550840400000,1550844000000,1550847600000,1550851200000,1550854800000,1550858400000,1550862000000,1550865600000,1550869200000,1550872800000,1550876400000,1550880000000,1550883600000,1550887200000,1550890800000,1550894400000,1550898000000,1550901600000,1550905200000,1550908800000,1550912400000,1550916000000,1550919600000,1550923200000,1550926800000,1550930400000,1550934000000,1550937600000,1550941200000,1550944800000,1550948400000,1550952000000,1550955600000,1550959200000,1550962800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[20,450,30,10,30,10,20,70,70,70,260,120,150,210,130,170,140,210,160,190,200,120,190,290,140,80,50,0,20,20,40,100,80,130,40,60,90,90,140,190,230,190,140,180,150,220,130,100,10,50,10,0,0,10,280,40,60,30,60,70,70,160,100,170,120,200,200,140,90,230,120,80,70,20,10,0,10,20,120,80,90,90,90,120,60,180,230,230,230,160,100,220,100,240,120,80,60,0,10,10,10,20,80,40,130,90,80,130,60,170,130,130,230,190,110,130,150,120,260,130,50,40,30,0,10,10,70,70,150,90,110,130,130,160,180,150,120,230,230,200,180,110,120,110,190,10,0,0,20,20,40,50,70,100,200,130,180,190,270,240,110,250,140,130,140,160,160,470]},{"name":"Unmuted","color":"#4fae4e","values":[90,60,10,0,0,0,10,40,80,50,120,150,110,190,210,120,140,230,120,220,310,260,170,100,40,10,0,0,10,10,20,70,60,90,150,120,150,200,230,140,190,180,180,160,290,230,300,50,0,50,0,30,0,30,50,130,110,70,110,110,140,120,170,250,300,250,280,200,280,410,200,100,40,10,10,0,0,20,70,110,110,90,170,150,190,130,100,180,260,310,220,210,190,230,260,130,70,50,60,0,0,20,70,60,130,50,180,200,140,120,210,190,200,200,210,190,250,280,160,90,80,90,40,0,0,0,40,170,120,90,120,210,150,220,150,210,150,220,300,230,200,220,180,130,80,30,0,10,10,10,30,80,70,170,200,170,210,190,170,160,150,90,90,120,110,170,110,50]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/21.json b/dist/chartDummyData/notifications_zoom/2019-02/21.json new file mode 100644 index 000000000..b039c0f04 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/21.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1550448000000,1550451600000,1550455200000,1550458800000,1550462400000,1550466000000,1550469600000,1550473200000,1550476800000,1550480400000,1550484000000,1550487600000,1550491200000,1550494800000,1550498400000,1550502000000,1550505600000,1550509200000,1550512800000,1550516400000,1550520000000,1550523600000,1550527200000,1550530800000,1550534400000,1550538000000,1550541600000,1550545200000,1550548800000,1550552400000,1550556000000,1550559600000,1550563200000,1550566800000,1550570400000,1550574000000,1550577600000,1550581200000,1550584800000,1550588400000,1550592000000,1550595600000,1550599200000,1550602800000,1550606400000,1550610000000,1550613600000,1550617200000,1550620800000,1550624400000,1550628000000,1550631600000,1550635200000,1550638800000,1550642400000,1550646000000,1550649600000,1550653200000,1550656800000,1550660400000,1550664000000,1550667600000,1550671200000,1550674800000,1550678400000,1550682000000,1550685600000,1550689200000,1550692800000,1550696400000,1550700000000,1550703600000,1550707200000,1550710800000,1550714400000,1550718000000,1550721600000,1550725200000,1550728800000,1550732400000,1550736000000,1550739600000,1550743200000,1550746800000,1550750400000,1550754000000,1550757600000,1550761200000,1550764800000,1550768400000,1550772000000,1550775600000,1550779200000,1550782800000,1550786400000,1550790000000,1550793600000,1550797200000,1550800800000,1550804400000,1550808000000,1550811600000,1550815200000,1550818800000,1550822400000,1550826000000,1550829600000,1550833200000,1550836800000,1550840400000,1550844000000,1550847600000,1550851200000,1550854800000,1550858400000,1550862000000,1550865600000,1550869200000,1550872800000,1550876400000,1550880000000,1550883600000,1550887200000,1550890800000,1550894400000,1550898000000,1550901600000,1550905200000,1550908800000,1550912400000,1550916000000,1550919600000,1550923200000,1550926800000,1550930400000,1550934000000,1550937600000,1550941200000,1550944800000,1550948400000,1550952000000,1550955600000,1550959200000,1550962800000,1550966400000,1550970000000,1550973600000,1550977200000,1550980800000,1550984400000,1550988000000,1550991600000,1550995200000,1550998800000,1551002400000,1551006000000,1551009600000,1551013200000,1551016800000,1551020400000,1551024000000,1551027600000,1551031200000,1551034800000,1551038400000,1551042000000,1551045600000,1551049200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[140,80,50,0,20,20,40,100,80,130,40,60,90,90,140,190,230,190,140,180,150,220,130,100,10,50,10,0,0,10,280,40,60,30,60,70,70,160,100,170,120,200,200,140,90,230,120,80,70,20,10,0,10,20,120,80,90,90,90,120,60,180,230,230,230,160,100,220,100,240,120,80,60,0,10,10,10,20,80,40,130,90,80,130,60,170,130,130,230,190,110,130,150,120,260,130,50,40,30,0,10,10,70,70,150,90,110,130,130,160,180,150,120,230,230,200,180,110,120,110,190,10,0,0,20,20,40,50,70,100,200,130,180,190,270,240,110,250,140,130,140,160,160,470,690,80,10,20,10,10,60,50,120,270,200,110,150,120,140,200,240,240,140,170,160,140,120,130]},{"name":"Unmuted","color":"#4fae4e","values":[40,10,0,0,10,10,20,70,60,90,150,120,150,200,230,140,190,180,180,160,290,230,300,50,0,50,0,30,0,30,50,130,110,70,110,110,140,120,170,250,300,250,280,200,280,410,200,100,40,10,10,0,0,20,70,110,110,90,170,150,190,130,100,180,260,310,220,210,190,230,260,130,70,50,60,0,0,20,70,60,130,50,180,200,140,120,210,190,200,200,210,190,250,280,160,90,80,90,40,0,0,0,40,170,120,90,120,210,150,220,150,210,150,220,300,230,200,220,180,130,80,30,0,10,10,10,30,80,70,170,200,170,210,190,170,160,150,90,90,120,110,170,110,50,40,30,20,10,10,10,30,130,90,210,170,190,120,230,190,180,120,140,130,170,150,280,130,70]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/22.json b/dist/chartDummyData/notifications_zoom/2019-02/22.json new file mode 100644 index 000000000..a06082931 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/22.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1550534400000,1550538000000,1550541600000,1550545200000,1550548800000,1550552400000,1550556000000,1550559600000,1550563200000,1550566800000,1550570400000,1550574000000,1550577600000,1550581200000,1550584800000,1550588400000,1550592000000,1550595600000,1550599200000,1550602800000,1550606400000,1550610000000,1550613600000,1550617200000,1550620800000,1550624400000,1550628000000,1550631600000,1550635200000,1550638800000,1550642400000,1550646000000,1550649600000,1550653200000,1550656800000,1550660400000,1550664000000,1550667600000,1550671200000,1550674800000,1550678400000,1550682000000,1550685600000,1550689200000,1550692800000,1550696400000,1550700000000,1550703600000,1550707200000,1550710800000,1550714400000,1550718000000,1550721600000,1550725200000,1550728800000,1550732400000,1550736000000,1550739600000,1550743200000,1550746800000,1550750400000,1550754000000,1550757600000,1550761200000,1550764800000,1550768400000,1550772000000,1550775600000,1550779200000,1550782800000,1550786400000,1550790000000,1550793600000,1550797200000,1550800800000,1550804400000,1550808000000,1550811600000,1550815200000,1550818800000,1550822400000,1550826000000,1550829600000,1550833200000,1550836800000,1550840400000,1550844000000,1550847600000,1550851200000,1550854800000,1550858400000,1550862000000,1550865600000,1550869200000,1550872800000,1550876400000,1550880000000,1550883600000,1550887200000,1550890800000,1550894400000,1550898000000,1550901600000,1550905200000,1550908800000,1550912400000,1550916000000,1550919600000,1550923200000,1550926800000,1550930400000,1550934000000,1550937600000,1550941200000,1550944800000,1550948400000,1550952000000,1550955600000,1550959200000,1550962800000,1550966400000,1550970000000,1550973600000,1550977200000,1550980800000,1550984400000,1550988000000,1550991600000,1550995200000,1550998800000,1551002400000,1551006000000,1551009600000,1551013200000,1551016800000,1551020400000,1551024000000,1551027600000,1551031200000,1551034800000,1551038400000,1551042000000,1551045600000,1551049200000,1551052800000,1551056400000,1551060000000,1551063600000,1551067200000,1551070800000,1551074400000,1551078000000,1551081600000,1551085200000,1551088800000,1551092400000,1551096000000,1551099600000,1551103200000,1551106800000,1551110400000,1551114000000,1551117600000,1551121200000,1551124800000,1551128400000,1551132000000,1551135600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[10,50,10,0,0,10,280,40,60,30,60,70,70,160,100,170,120,200,200,140,90,230,120,80,70,20,10,0,10,20,120,80,90,90,90,120,60,180,230,230,230,160,100,220,100,240,120,80,60,0,10,10,10,20,80,40,130,90,80,130,60,170,130,130,230,190,110,130,150,120,260,130,50,40,30,0,10,10,70,70,150,90,110,130,130,160,180,150,120,230,230,200,180,110,120,110,190,10,0,0,20,20,40,50,70,100,200,130,180,190,270,240,110,250,140,130,140,160,160,470,690,80,10,20,10,10,60,50,120,270,200,110,150,120,140,200,240,240,140,170,160,140,120,130,210,30,0,10,0,10,20,50,60,110,50,290,370,170,180,150,220,70,170,200,150,170,220,90]},{"name":"Unmuted","color":"#4fae4e","values":[0,50,0,30,0,30,50,130,110,70,110,110,140,120,170,250,300,250,280,200,280,410,200,100,40,10,10,0,0,20,70,110,110,90,170,150,190,130,100,180,260,310,220,210,190,230,260,130,70,50,60,0,0,20,70,60,130,50,180,200,140,120,210,190,200,200,210,190,250,280,160,90,80,90,40,0,0,0,40,170,120,90,120,210,150,220,150,210,150,220,300,230,200,220,180,130,80,30,0,10,10,10,30,80,70,170,200,170,210,190,170,160,150,90,90,120,110,170,110,50,40,30,20,10,10,10,30,130,90,210,170,190,120,230,190,180,120,140,130,170,150,280,130,70,20,50,10,10,0,40,40,50,90,120,140,160,220,120,160,300,300,170,180,270,200,230,130,60]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/23.json b/dist/chartDummyData/notifications_zoom/2019-02/23.json new file mode 100644 index 000000000..67f0282ec --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/23.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1550620800000,1550624400000,1550628000000,1550631600000,1550635200000,1550638800000,1550642400000,1550646000000,1550649600000,1550653200000,1550656800000,1550660400000,1550664000000,1550667600000,1550671200000,1550674800000,1550678400000,1550682000000,1550685600000,1550689200000,1550692800000,1550696400000,1550700000000,1550703600000,1550707200000,1550710800000,1550714400000,1550718000000,1550721600000,1550725200000,1550728800000,1550732400000,1550736000000,1550739600000,1550743200000,1550746800000,1550750400000,1550754000000,1550757600000,1550761200000,1550764800000,1550768400000,1550772000000,1550775600000,1550779200000,1550782800000,1550786400000,1550790000000,1550793600000,1550797200000,1550800800000,1550804400000,1550808000000,1550811600000,1550815200000,1550818800000,1550822400000,1550826000000,1550829600000,1550833200000,1550836800000,1550840400000,1550844000000,1550847600000,1550851200000,1550854800000,1550858400000,1550862000000,1550865600000,1550869200000,1550872800000,1550876400000,1550880000000,1550883600000,1550887200000,1550890800000,1550894400000,1550898000000,1550901600000,1550905200000,1550908800000,1550912400000,1550916000000,1550919600000,1550923200000,1550926800000,1550930400000,1550934000000,1550937600000,1550941200000,1550944800000,1550948400000,1550952000000,1550955600000,1550959200000,1550962800000,1550966400000,1550970000000,1550973600000,1550977200000,1550980800000,1550984400000,1550988000000,1550991600000,1550995200000,1550998800000,1551002400000,1551006000000,1551009600000,1551013200000,1551016800000,1551020400000,1551024000000,1551027600000,1551031200000,1551034800000,1551038400000,1551042000000,1551045600000,1551049200000,1551052800000,1551056400000,1551060000000,1551063600000,1551067200000,1551070800000,1551074400000,1551078000000,1551081600000,1551085200000,1551088800000,1551092400000,1551096000000,1551099600000,1551103200000,1551106800000,1551110400000,1551114000000,1551117600000,1551121200000,1551124800000,1551128400000,1551132000000,1551135600000,1551139200000,1551142800000,1551146400000,1551150000000,1551153600000,1551157200000,1551160800000,1551164400000,1551168000000,1551171600000,1551175200000,1551178800000,1551182400000,1551186000000,1551189600000,1551193200000,1551196800000,1551200400000,1551204000000,1551207600000,1551211200000,1551214800000,1551218400000,1551222000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[70,20,10,0,10,20,120,80,90,90,90,120,60,180,230,230,230,160,100,220,100,240,120,80,60,0,10,10,10,20,80,40,130,90,80,130,60,170,130,130,230,190,110,130,150,120,260,130,50,40,30,0,10,10,70,70,150,90,110,130,130,160,180,150,120,230,230,200,180,110,120,110,190,10,0,0,20,20,40,50,70,100,200,130,180,190,270,240,110,250,140,130,140,160,160,470,690,80,10,20,10,10,60,50,120,270,200,110,150,120,140,200,240,240,140,170,160,140,120,130,210,30,0,10,0,10,20,50,60,110,50,290,370,170,180,150,220,70,170,200,150,170,220,90,70,0,30,20,0,40,20,80,50,110,80,150,150,130,150,220,180,140,190,120,230,110,190,210]},{"name":"Unmuted","color":"#4fae4e","values":[40,10,10,0,0,20,70,110,110,90,170,150,190,130,100,180,260,310,220,210,190,230,260,130,70,50,60,0,0,20,70,60,130,50,180,200,140,120,210,190,200,200,210,190,250,280,160,90,80,90,40,0,0,0,40,170,120,90,120,210,150,220,150,210,150,220,300,230,200,220,180,130,80,30,0,10,10,10,30,80,70,170,200,170,210,190,170,160,150,90,90,120,110,170,110,50,40,30,20,10,10,10,30,130,90,210,170,190,120,230,190,180,120,140,130,170,150,280,130,70,20,50,10,10,0,40,40,50,90,120,140,160,220,120,160,300,300,170,180,270,200,230,130,60,50,0,0,0,0,20,50,110,100,100,80,270,180,230,200,210,120,190,110,210,300,260,140,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/24.json b/dist/chartDummyData/notifications_zoom/2019-02/24.json new file mode 100644 index 000000000..cf831ee44 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/24.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1550707200000,1550710800000,1550714400000,1550718000000,1550721600000,1550725200000,1550728800000,1550732400000,1550736000000,1550739600000,1550743200000,1550746800000,1550750400000,1550754000000,1550757600000,1550761200000,1550764800000,1550768400000,1550772000000,1550775600000,1550779200000,1550782800000,1550786400000,1550790000000,1550793600000,1550797200000,1550800800000,1550804400000,1550808000000,1550811600000,1550815200000,1550818800000,1550822400000,1550826000000,1550829600000,1550833200000,1550836800000,1550840400000,1550844000000,1550847600000,1550851200000,1550854800000,1550858400000,1550862000000,1550865600000,1550869200000,1550872800000,1550876400000,1550880000000,1550883600000,1550887200000,1550890800000,1550894400000,1550898000000,1550901600000,1550905200000,1550908800000,1550912400000,1550916000000,1550919600000,1550923200000,1550926800000,1550930400000,1550934000000,1550937600000,1550941200000,1550944800000,1550948400000,1550952000000,1550955600000,1550959200000,1550962800000,1550966400000,1550970000000,1550973600000,1550977200000,1550980800000,1550984400000,1550988000000,1550991600000,1550995200000,1550998800000,1551002400000,1551006000000,1551009600000,1551013200000,1551016800000,1551020400000,1551024000000,1551027600000,1551031200000,1551034800000,1551038400000,1551042000000,1551045600000,1551049200000,1551052800000,1551056400000,1551060000000,1551063600000,1551067200000,1551070800000,1551074400000,1551078000000,1551081600000,1551085200000,1551088800000,1551092400000,1551096000000,1551099600000,1551103200000,1551106800000,1551110400000,1551114000000,1551117600000,1551121200000,1551124800000,1551128400000,1551132000000,1551135600000,1551139200000,1551142800000,1551146400000,1551150000000,1551153600000,1551157200000,1551160800000,1551164400000,1551168000000,1551171600000,1551175200000,1551178800000,1551182400000,1551186000000,1551189600000,1551193200000,1551196800000,1551200400000,1551204000000,1551207600000,1551211200000,1551214800000,1551218400000,1551222000000,1551225600000,1551229200000,1551232800000,1551236400000,1551240000000,1551243600000,1551247200000,1551250800000,1551254400000,1551258000000,1551261600000,1551265200000,1551268800000,1551272400000,1551276000000,1551279600000,1551283200000,1551286800000,1551290400000,1551294000000,1551297600000,1551301200000,1551304800000,1551308400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[60,0,10,10,10,20,80,40,130,90,80,130,60,170,130,130,230,190,110,130,150,120,260,130,50,40,30,0,10,10,70,70,150,90,110,130,130,160,180,150,120,230,230,200,180,110,120,110,190,10,0,0,20,20,40,50,70,100,200,130,180,190,270,240,110,250,140,130,140,160,160,470,690,80,10,20,10,10,60,50,120,270,200,110,150,120,140,200,240,240,140,170,160,140,120,130,210,30,0,10,0,10,20,50,60,110,50,290,370,170,180,150,220,70,170,200,150,170,220,90,70,0,30,20,0,40,20,80,50,110,80,150,150,130,150,220,180,140,190,120,230,110,190,210,60,50,30,0,0,40,140,120,80,30,80,60,90,140,180,140,210,210,180,220,190,160,80,50]},{"name":"Unmuted","color":"#4fae4e","values":[70,50,60,0,0,20,70,60,130,50,180,200,140,120,210,190,200,200,210,190,250,280,160,90,80,90,40,0,0,0,40,170,120,90,120,210,150,220,150,210,150,220,300,230,200,220,180,130,80,30,0,10,10,10,30,80,70,170,200,170,210,190,170,160,150,90,90,120,110,170,110,50,40,30,20,10,10,10,30,130,90,210,170,190,120,230,190,180,120,140,130,170,150,280,130,70,20,50,10,10,0,40,40,50,90,120,140,160,220,120,160,300,300,170,180,270,200,230,130,60,50,0,0,0,0,20,50,110,100,100,80,270,180,230,200,210,120,190,110,210,300,260,140,100,30,30,130,0,10,10,80,110,80,170,50,140,140,160,140,220,130,140,160,160,240,190,180,50]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/25.json b/dist/chartDummyData/notifications_zoom/2019-02/25.json new file mode 100644 index 000000000..d16c359b3 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/25.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1550793600000,1550797200000,1550800800000,1550804400000,1550808000000,1550811600000,1550815200000,1550818800000,1550822400000,1550826000000,1550829600000,1550833200000,1550836800000,1550840400000,1550844000000,1550847600000,1550851200000,1550854800000,1550858400000,1550862000000,1550865600000,1550869200000,1550872800000,1550876400000,1550880000000,1550883600000,1550887200000,1550890800000,1550894400000,1550898000000,1550901600000,1550905200000,1550908800000,1550912400000,1550916000000,1550919600000,1550923200000,1550926800000,1550930400000,1550934000000,1550937600000,1550941200000,1550944800000,1550948400000,1550952000000,1550955600000,1550959200000,1550962800000,1550966400000,1550970000000,1550973600000,1550977200000,1550980800000,1550984400000,1550988000000,1550991600000,1550995200000,1550998800000,1551002400000,1551006000000,1551009600000,1551013200000,1551016800000,1551020400000,1551024000000,1551027600000,1551031200000,1551034800000,1551038400000,1551042000000,1551045600000,1551049200000,1551052800000,1551056400000,1551060000000,1551063600000,1551067200000,1551070800000,1551074400000,1551078000000,1551081600000,1551085200000,1551088800000,1551092400000,1551096000000,1551099600000,1551103200000,1551106800000,1551110400000,1551114000000,1551117600000,1551121200000,1551124800000,1551128400000,1551132000000,1551135600000,1551139200000,1551142800000,1551146400000,1551150000000,1551153600000,1551157200000,1551160800000,1551164400000,1551168000000,1551171600000,1551175200000,1551178800000,1551182400000,1551186000000,1551189600000,1551193200000,1551196800000,1551200400000,1551204000000,1551207600000,1551211200000,1551214800000,1551218400000,1551222000000,1551225600000,1551229200000,1551232800000,1551236400000,1551240000000,1551243600000,1551247200000,1551250800000,1551254400000,1551258000000,1551261600000,1551265200000,1551268800000,1551272400000,1551276000000,1551279600000,1551283200000,1551286800000,1551290400000,1551294000000,1551297600000,1551301200000,1551304800000,1551308400000,1551312000000,1551315600000,1551319200000,1551322800000,1551326400000,1551330000000,1551333600000,1551337200000,1551340800000,1551344400000,1551348000000,1551351600000,1551355200000,1551358800000,1551362400000,1551366000000,1551369600000,1551373200000,1551376800000,1551380400000,1551384000000,1551387600000,1551391200000,1551394800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[50,40,30,0,10,10,70,70,150,90,110,130,130,160,180,150,120,230,230,200,180,110,120,110,190,10,0,0,20,20,40,50,70,100,200,130,180,190,270,240,110,250,140,130,140,160,160,470,690,80,10,20,10,10,60,50,120,270,200,110,150,120,140,200,240,240,140,170,160,140,120,130,210,30,0,10,0,10,20,50,60,110,50,290,370,170,180,150,220,70,170,200,150,170,220,90,70,0,30,20,0,40,20,80,50,110,80,150,150,130,150,220,180,140,190,120,230,110,190,210,60,50,30,0,0,40,140,120,80,30,80,60,90,140,180,140,210,210,180,220,190,160,80,50,60,30,10,0,0,0,30,20,40,70,130,70,180,160,250,130,200,210,270,130,210,180,200,160]},{"name":"Unmuted","color":"#4fae4e","values":[80,90,40,0,0,0,40,170,120,90,120,210,150,220,150,210,150,220,300,230,200,220,180,130,80,30,0,10,10,10,30,80,70,170,200,170,210,190,170,160,150,90,90,120,110,170,110,50,40,30,20,10,10,10,30,130,90,210,170,190,120,230,190,180,120,140,130,170,150,280,130,70,20,50,10,10,0,40,40,50,90,120,140,160,220,120,160,300,300,170,180,270,200,230,130,60,50,0,0,0,0,20,50,110,100,100,80,270,180,230,200,210,120,190,110,210,300,260,140,100,30,30,130,0,10,10,80,110,80,170,50,140,140,160,140,220,130,140,160,160,240,190,180,50,0,40,10,10,0,0,60,100,80,100,190,140,160,170,130,120,250,160,250,120,250,260,370,220]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/26.json b/dist/chartDummyData/notifications_zoom/2019-02/26.json new file mode 100644 index 000000000..52b7c658c --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/26.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1550880000000,1550883600000,1550887200000,1550890800000,1550894400000,1550898000000,1550901600000,1550905200000,1550908800000,1550912400000,1550916000000,1550919600000,1550923200000,1550926800000,1550930400000,1550934000000,1550937600000,1550941200000,1550944800000,1550948400000,1550952000000,1550955600000,1550959200000,1550962800000,1550966400000,1550970000000,1550973600000,1550977200000,1550980800000,1550984400000,1550988000000,1550991600000,1550995200000,1550998800000,1551002400000,1551006000000,1551009600000,1551013200000,1551016800000,1551020400000,1551024000000,1551027600000,1551031200000,1551034800000,1551038400000,1551042000000,1551045600000,1551049200000,1551052800000,1551056400000,1551060000000,1551063600000,1551067200000,1551070800000,1551074400000,1551078000000,1551081600000,1551085200000,1551088800000,1551092400000,1551096000000,1551099600000,1551103200000,1551106800000,1551110400000,1551114000000,1551117600000,1551121200000,1551124800000,1551128400000,1551132000000,1551135600000,1551139200000,1551142800000,1551146400000,1551150000000,1551153600000,1551157200000,1551160800000,1551164400000,1551168000000,1551171600000,1551175200000,1551178800000,1551182400000,1551186000000,1551189600000,1551193200000,1551196800000,1551200400000,1551204000000,1551207600000,1551211200000,1551214800000,1551218400000,1551222000000,1551225600000,1551229200000,1551232800000,1551236400000,1551240000000,1551243600000,1551247200000,1551250800000,1551254400000,1551258000000,1551261600000,1551265200000,1551268800000,1551272400000,1551276000000,1551279600000,1551283200000,1551286800000,1551290400000,1551294000000,1551297600000,1551301200000,1551304800000,1551308400000,1551312000000,1551315600000,1551319200000,1551322800000,1551326400000,1551330000000,1551333600000,1551337200000,1551340800000,1551344400000,1551348000000,1551351600000,1551355200000,1551358800000,1551362400000,1551366000000,1551369600000,1551373200000,1551376800000,1551380400000,1551384000000,1551387600000,1551391200000,1551394800000,1551398400000,1551402000000,1551405600000,1551409200000,1551412800000,1551416400000,1551420000000,1551423600000,1551427200000,1551430800000,1551434400000,1551438000000,1551441600000,1551445200000,1551448800000,1551452400000,1551456000000,1551459600000,1551463200000,1551466800000,1551470400000,1551474000000,1551477600000,1551481200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[190,10,0,0,20,20,40,50,70,100,200,130,180,190,270,240,110,250,140,130,140,160,160,470,690,80,10,20,10,10,60,50,120,270,200,110,150,120,140,200,240,240,140,170,160,140,120,130,210,30,0,10,0,10,20,50,60,110,50,290,370,170,180,150,220,70,170,200,150,170,220,90,70,0,30,20,0,40,20,80,50,110,80,150,150,130,150,220,180,140,190,120,230,110,190,210,60,50,30,0,0,40,140,120,80,30,80,60,90,140,180,140,210,210,180,220,190,160,80,50,60,30,10,0,0,0,30,20,40,70,130,70,180,160,250,130,200,210,270,130,210,180,200,160,80,70,10,0,0,10,90,30,110,70,70,100,130,150,190,210,300,310,90,180,190,140,280,130]},{"name":"Unmuted","color":"#4fae4e","values":[80,30,0,10,10,10,30,80,70,170,200,170,210,190,170,160,150,90,90,120,110,170,110,50,40,30,20,10,10,10,30,130,90,210,170,190,120,230,190,180,120,140,130,170,150,280,130,70,20,50,10,10,0,40,40,50,90,120,140,160,220,120,160,300,300,170,180,270,200,230,130,60,50,0,0,0,0,20,50,110,100,100,80,270,180,230,200,210,120,190,110,210,300,260,140,100,30,30,130,0,10,10,80,110,80,170,50,140,140,160,140,220,130,140,160,160,240,190,180,50,0,40,10,10,0,0,60,100,80,100,190,140,160,170,130,120,250,160,250,120,250,260,370,220,40,20,0,10,10,0,40,120,160,100,170,240,280,290,150,120,210,140,120,190,130,270,200,120]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/27.json b/dist/chartDummyData/notifications_zoom/2019-02/27.json new file mode 100644 index 000000000..285e9766e --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/27.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1550966400000,1550970000000,1550973600000,1550977200000,1550980800000,1550984400000,1550988000000,1550991600000,1550995200000,1550998800000,1551002400000,1551006000000,1551009600000,1551013200000,1551016800000,1551020400000,1551024000000,1551027600000,1551031200000,1551034800000,1551038400000,1551042000000,1551045600000,1551049200000,1551052800000,1551056400000,1551060000000,1551063600000,1551067200000,1551070800000,1551074400000,1551078000000,1551081600000,1551085200000,1551088800000,1551092400000,1551096000000,1551099600000,1551103200000,1551106800000,1551110400000,1551114000000,1551117600000,1551121200000,1551124800000,1551128400000,1551132000000,1551135600000,1551139200000,1551142800000,1551146400000,1551150000000,1551153600000,1551157200000,1551160800000,1551164400000,1551168000000,1551171600000,1551175200000,1551178800000,1551182400000,1551186000000,1551189600000,1551193200000,1551196800000,1551200400000,1551204000000,1551207600000,1551211200000,1551214800000,1551218400000,1551222000000,1551225600000,1551229200000,1551232800000,1551236400000,1551240000000,1551243600000,1551247200000,1551250800000,1551254400000,1551258000000,1551261600000,1551265200000,1551268800000,1551272400000,1551276000000,1551279600000,1551283200000,1551286800000,1551290400000,1551294000000,1551297600000,1551301200000,1551304800000,1551308400000,1551312000000,1551315600000,1551319200000,1551322800000,1551326400000,1551330000000,1551333600000,1551337200000,1551340800000,1551344400000,1551348000000,1551351600000,1551355200000,1551358800000,1551362400000,1551366000000,1551369600000,1551373200000,1551376800000,1551380400000,1551384000000,1551387600000,1551391200000,1551394800000,1551398400000,1551402000000,1551405600000,1551409200000,1551412800000,1551416400000,1551420000000,1551423600000,1551427200000,1551430800000,1551434400000,1551438000000,1551441600000,1551445200000,1551448800000,1551452400000,1551456000000,1551459600000,1551463200000,1551466800000,1551470400000,1551474000000,1551477600000,1551481200000,1551484800000,1551488400000,1551492000000,1551495600000,1551499200000,1551502800000,1551506400000,1551510000000,1551513600000,1551517200000,1551520800000,1551524400000,1551528000000,1551531600000,1551535200000,1551538800000,1551542400000,1551546000000,1551549600000,1551553200000,1551556800000,1551560400000,1551564000000,1551567600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[690,80,10,20,10,10,60,50,120,270,200,110,150,120,140,200,240,240,140,170,160,140,120,130,210,30,0,10,0,10,20,50,60,110,50,290,370,170,180,150,220,70,170,200,150,170,220,90,70,0,30,20,0,40,20,80,50,110,80,150,150,130,150,220,180,140,190,120,230,110,190,210,60,50,30,0,0,40,140,120,80,30,80,60,90,140,180,140,210,210,180,220,190,160,80,50,60,30,10,0,0,0,30,20,40,70,130,70,180,160,250,130,200,210,270,130,210,180,200,160,80,70,10,0,0,10,90,30,110,70,70,100,130,150,190,210,300,310,90,180,190,140,280,130,80,30,10,60,10,50,60,60,120,80,240,100,100,250,200,210,160,120,140,90,180,180,180,90]},{"name":"Unmuted","color":"#4fae4e","values":[40,30,20,10,10,10,30,130,90,210,170,190,120,230,190,180,120,140,130,170,150,280,130,70,20,50,10,10,0,40,40,50,90,120,140,160,220,120,160,300,300,170,180,270,200,230,130,60,50,0,0,0,0,20,50,110,100,100,80,270,180,230,200,210,120,190,110,210,300,260,140,100,30,30,130,0,10,10,80,110,80,170,50,140,140,160,140,220,130,140,160,160,240,190,180,50,0,40,10,10,0,0,60,100,80,100,190,140,160,170,130,120,250,160,250,120,250,260,370,220,40,20,0,10,10,0,40,120,160,100,170,240,280,290,150,120,210,140,120,190,130,270,200,120,80,20,10,10,0,10,30,30,110,100,230,150,140,220,220,260,150,200,250,100,160,150,80,250]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-02/28.json b/dist/chartDummyData/notifications_zoom/2019-02/28.json new file mode 100644 index 000000000..4f2d1cf38 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-02/28.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1551052800000,1551056400000,1551060000000,1551063600000,1551067200000,1551070800000,1551074400000,1551078000000,1551081600000,1551085200000,1551088800000,1551092400000,1551096000000,1551099600000,1551103200000,1551106800000,1551110400000,1551114000000,1551117600000,1551121200000,1551124800000,1551128400000,1551132000000,1551135600000,1551139200000,1551142800000,1551146400000,1551150000000,1551153600000,1551157200000,1551160800000,1551164400000,1551168000000,1551171600000,1551175200000,1551178800000,1551182400000,1551186000000,1551189600000,1551193200000,1551196800000,1551200400000,1551204000000,1551207600000,1551211200000,1551214800000,1551218400000,1551222000000,1551225600000,1551229200000,1551232800000,1551236400000,1551240000000,1551243600000,1551247200000,1551250800000,1551254400000,1551258000000,1551261600000,1551265200000,1551268800000,1551272400000,1551276000000,1551279600000,1551283200000,1551286800000,1551290400000,1551294000000,1551297600000,1551301200000,1551304800000,1551308400000,1551312000000,1551315600000,1551319200000,1551322800000,1551326400000,1551330000000,1551333600000,1551337200000,1551340800000,1551344400000,1551348000000,1551351600000,1551355200000,1551358800000,1551362400000,1551366000000,1551369600000,1551373200000,1551376800000,1551380400000,1551384000000,1551387600000,1551391200000,1551394800000,1551398400000,1551402000000,1551405600000,1551409200000,1551412800000,1551416400000,1551420000000,1551423600000,1551427200000,1551430800000,1551434400000,1551438000000,1551441600000,1551445200000,1551448800000,1551452400000,1551456000000,1551459600000,1551463200000,1551466800000,1551470400000,1551474000000,1551477600000,1551481200000,1551484800000,1551488400000,1551492000000,1551495600000,1551499200000,1551502800000,1551506400000,1551510000000,1551513600000,1551517200000,1551520800000,1551524400000,1551528000000,1551531600000,1551535200000,1551538800000,1551542400000,1551546000000,1551549600000,1551553200000,1551556800000,1551560400000,1551564000000,1551567600000,1551571200000,1551574800000,1551578400000,1551582000000,1551585600000,1551589200000,1551592800000,1551596400000,1551600000000,1551603600000,1551607200000,1551610800000,1551614400000,1551618000000,1551621600000,1551625200000,1551628800000,1551632400000,1551636000000,1551639600000,1551643200000,1551646800000,1551650400000,1551654000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[210,30,0,10,0,10,20,50,60,110,50,290,370,170,180,150,220,70,170,200,150,170,220,90,70,0,30,20,0,40,20,80,50,110,80,150,150,130,150,220,180,140,190,120,230,110,190,210,60,50,30,0,0,40,140,120,80,30,80,60,90,140,180,140,210,210,180,220,190,160,80,50,60,30,10,0,0,0,30,20,40,70,130,70,180,160,250,130,200,210,270,130,210,180,200,160,80,70,10,0,0,10,90,30,110,70,70,100,130,150,190,210,300,310,90,180,190,140,280,130,80,30,10,60,10,50,60,60,120,80,240,100,100,250,200,210,160,120,140,90,180,180,180,90,120,100,80,20,20,30,30,90,90,130,160,160,110,430,220,140,170,180,320,280,200,170,170,170]},{"name":"Unmuted","color":"#4fae4e","values":[20,50,10,10,0,40,40,50,90,120,140,160,220,120,160,300,300,170,180,270,200,230,130,60,50,0,0,0,0,20,50,110,100,100,80,270,180,230,200,210,120,190,110,210,300,260,140,100,30,30,130,0,10,10,80,110,80,170,50,140,140,160,140,220,130,140,160,160,240,190,180,50,0,40,10,10,0,0,60,100,80,100,190,140,160,170,130,120,250,160,250,120,250,260,370,220,40,20,0,10,10,0,40,120,160,100,170,240,280,290,150,120,210,140,120,190,130,270,200,120,80,20,10,10,0,10,30,30,110,100,230,150,140,220,220,260,150,200,250,100,160,150,80,250,100,50,10,0,10,20,10,40,80,170,180,200,200,180,170,140,140,160,290,220,160,260,150,120]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/01.json b/dist/chartDummyData/notifications_zoom/2019-03/01.json new file mode 100644 index 000000000..60c0763dc --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/01.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1551139200000,1551142800000,1551146400000,1551150000000,1551153600000,1551157200000,1551160800000,1551164400000,1551168000000,1551171600000,1551175200000,1551178800000,1551182400000,1551186000000,1551189600000,1551193200000,1551196800000,1551200400000,1551204000000,1551207600000,1551211200000,1551214800000,1551218400000,1551222000000,1551225600000,1551229200000,1551232800000,1551236400000,1551240000000,1551243600000,1551247200000,1551250800000,1551254400000,1551258000000,1551261600000,1551265200000,1551268800000,1551272400000,1551276000000,1551279600000,1551283200000,1551286800000,1551290400000,1551294000000,1551297600000,1551301200000,1551304800000,1551308400000,1551312000000,1551315600000,1551319200000,1551322800000,1551326400000,1551330000000,1551333600000,1551337200000,1551340800000,1551344400000,1551348000000,1551351600000,1551355200000,1551358800000,1551362400000,1551366000000,1551369600000,1551373200000,1551376800000,1551380400000,1551384000000,1551387600000,1551391200000,1551394800000,1551398400000,1551402000000,1551405600000,1551409200000,1551412800000,1551416400000,1551420000000,1551423600000,1551427200000,1551430800000,1551434400000,1551438000000,1551441600000,1551445200000,1551448800000,1551452400000,1551456000000,1551459600000,1551463200000,1551466800000,1551470400000,1551474000000,1551477600000,1551481200000,1551484800000,1551488400000,1551492000000,1551495600000,1551499200000,1551502800000,1551506400000,1551510000000,1551513600000,1551517200000,1551520800000,1551524400000,1551528000000,1551531600000,1551535200000,1551538800000,1551542400000,1551546000000,1551549600000,1551553200000,1551556800000,1551560400000,1551564000000,1551567600000,1551571200000,1551574800000,1551578400000,1551582000000,1551585600000,1551589200000,1551592800000,1551596400000,1551600000000,1551603600000,1551607200000,1551610800000,1551614400000,1551618000000,1551621600000,1551625200000,1551628800000,1551632400000,1551636000000,1551639600000,1551643200000,1551646800000,1551650400000,1551654000000,1551657600000,1551661200000,1551664800000,1551668400000,1551672000000,1551675600000,1551679200000,1551682800000,1551686400000,1551690000000,1551693600000,1551697200000,1551700800000,1551704400000,1551708000000,1551711600000,1551715200000,1551718800000,1551722400000,1551726000000,1551729600000,1551733200000,1551736800000,1551740400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[70,0,30,20,0,40,20,80,50,110,80,150,150,130,150,220,180,140,190,120,230,110,190,210,60,50,30,0,0,40,140,120,80,30,80,60,90,140,180,140,210,210,180,220,190,160,80,50,60,30,10,0,0,0,30,20,40,70,130,70,180,160,250,130,200,210,270,130,210,180,200,160,80,70,10,0,0,10,90,30,110,70,70,100,130,150,190,210,300,310,90,180,190,140,280,130,80,30,10,60,10,50,60,60,120,80,240,100,100,250,200,210,160,120,140,90,180,180,180,90,120,100,80,20,20,30,30,90,90,130,160,160,110,430,220,140,170,180,320,280,200,170,170,170,60,90,10,10,20,10,40,80,100,130,150,170,190,160,90,170,120,150,360,220,100,150,240,180]},{"name":"Unmuted","color":"#4fae4e","values":[50,0,0,0,0,20,50,110,100,100,80,270,180,230,200,210,120,190,110,210,300,260,140,100,30,30,130,0,10,10,80,110,80,170,50,140,140,160,140,220,130,140,160,160,240,190,180,50,0,40,10,10,0,0,60,100,80,100,190,140,160,170,130,120,250,160,250,120,250,260,370,220,40,20,0,10,10,0,40,120,160,100,170,240,280,290,150,120,210,140,120,190,130,270,200,120,80,20,10,10,0,10,30,30,110,100,230,150,140,220,220,260,150,200,250,100,160,150,80,250,100,50,10,0,10,20,10,40,80,170,180,200,200,180,170,140,140,160,290,220,160,260,150,120,30,10,0,0,0,20,80,80,40,260,110,170,190,90,180,150,220,110,220,220,210,190,160,70]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/02.json b/dist/chartDummyData/notifications_zoom/2019-03/02.json new file mode 100644 index 000000000..201f946bd --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/02.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1551225600000,1551229200000,1551232800000,1551236400000,1551240000000,1551243600000,1551247200000,1551250800000,1551254400000,1551258000000,1551261600000,1551265200000,1551268800000,1551272400000,1551276000000,1551279600000,1551283200000,1551286800000,1551290400000,1551294000000,1551297600000,1551301200000,1551304800000,1551308400000,1551312000000,1551315600000,1551319200000,1551322800000,1551326400000,1551330000000,1551333600000,1551337200000,1551340800000,1551344400000,1551348000000,1551351600000,1551355200000,1551358800000,1551362400000,1551366000000,1551369600000,1551373200000,1551376800000,1551380400000,1551384000000,1551387600000,1551391200000,1551394800000,1551398400000,1551402000000,1551405600000,1551409200000,1551412800000,1551416400000,1551420000000,1551423600000,1551427200000,1551430800000,1551434400000,1551438000000,1551441600000,1551445200000,1551448800000,1551452400000,1551456000000,1551459600000,1551463200000,1551466800000,1551470400000,1551474000000,1551477600000,1551481200000,1551484800000,1551488400000,1551492000000,1551495600000,1551499200000,1551502800000,1551506400000,1551510000000,1551513600000,1551517200000,1551520800000,1551524400000,1551528000000,1551531600000,1551535200000,1551538800000,1551542400000,1551546000000,1551549600000,1551553200000,1551556800000,1551560400000,1551564000000,1551567600000,1551571200000,1551574800000,1551578400000,1551582000000,1551585600000,1551589200000,1551592800000,1551596400000,1551600000000,1551603600000,1551607200000,1551610800000,1551614400000,1551618000000,1551621600000,1551625200000,1551628800000,1551632400000,1551636000000,1551639600000,1551643200000,1551646800000,1551650400000,1551654000000,1551657600000,1551661200000,1551664800000,1551668400000,1551672000000,1551675600000,1551679200000,1551682800000,1551686400000,1551690000000,1551693600000,1551697200000,1551700800000,1551704400000,1551708000000,1551711600000,1551715200000,1551718800000,1551722400000,1551726000000,1551729600000,1551733200000,1551736800000,1551740400000,1551744000000,1551747600000,1551751200000,1551754800000,1551758400000,1551762000000,1551765600000,1551769200000,1551772800000,1551776400000,1551780000000,1551783600000,1551787200000,1551790800000,1551794400000,1551798000000,1551801600000,1551805200000,1551808800000,1551812400000,1551816000000,1551819600000,1551823200000,1551826800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[60,50,30,0,0,40,140,120,80,30,80,60,90,140,180,140,210,210,180,220,190,160,80,50,60,30,10,0,0,0,30,20,40,70,130,70,180,160,250,130,200,210,270,130,210,180,200,160,80,70,10,0,0,10,90,30,110,70,70,100,130,150,190,210,300,310,90,180,190,140,280,130,80,30,10,60,10,50,60,60,120,80,240,100,100,250,200,210,160,120,140,90,180,180,180,90,120,100,80,20,20,30,30,90,90,130,160,160,110,430,220,140,170,180,320,280,200,170,170,170,60,90,10,10,20,10,40,80,100,130,150,170,190,160,90,170,120,150,360,220,100,150,240,180,90,60,10,0,10,20,90,30,60,210,140,100,150,190,210,70,90,350,320,150,220,170,230,160]},{"name":"Unmuted","color":"#4fae4e","values":[30,30,130,0,10,10,80,110,80,170,50,140,140,160,140,220,130,140,160,160,240,190,180,50,0,40,10,10,0,0,60,100,80,100,190,140,160,170,130,120,250,160,250,120,250,260,370,220,40,20,0,10,10,0,40,120,160,100,170,240,280,290,150,120,210,140,120,190,130,270,200,120,80,20,10,10,0,10,30,30,110,100,230,150,140,220,220,260,150,200,250,100,160,150,80,250,100,50,10,0,10,20,10,40,80,170,180,200,200,180,170,140,140,160,290,220,160,260,150,120,30,10,0,0,0,20,80,80,40,260,110,170,190,90,180,150,220,110,220,220,210,190,160,70,10,50,0,0,10,0,20,110,170,170,80,120,140,220,230,80,220,140,300,140,200,170,170,60]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/03.json b/dist/chartDummyData/notifications_zoom/2019-03/03.json new file mode 100644 index 000000000..d798c2cc3 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/03.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1551312000000,1551315600000,1551319200000,1551322800000,1551326400000,1551330000000,1551333600000,1551337200000,1551340800000,1551344400000,1551348000000,1551351600000,1551355200000,1551358800000,1551362400000,1551366000000,1551369600000,1551373200000,1551376800000,1551380400000,1551384000000,1551387600000,1551391200000,1551394800000,1551398400000,1551402000000,1551405600000,1551409200000,1551412800000,1551416400000,1551420000000,1551423600000,1551427200000,1551430800000,1551434400000,1551438000000,1551441600000,1551445200000,1551448800000,1551452400000,1551456000000,1551459600000,1551463200000,1551466800000,1551470400000,1551474000000,1551477600000,1551481200000,1551484800000,1551488400000,1551492000000,1551495600000,1551499200000,1551502800000,1551506400000,1551510000000,1551513600000,1551517200000,1551520800000,1551524400000,1551528000000,1551531600000,1551535200000,1551538800000,1551542400000,1551546000000,1551549600000,1551553200000,1551556800000,1551560400000,1551564000000,1551567600000,1551571200000,1551574800000,1551578400000,1551582000000,1551585600000,1551589200000,1551592800000,1551596400000,1551600000000,1551603600000,1551607200000,1551610800000,1551614400000,1551618000000,1551621600000,1551625200000,1551628800000,1551632400000,1551636000000,1551639600000,1551643200000,1551646800000,1551650400000,1551654000000,1551657600000,1551661200000,1551664800000,1551668400000,1551672000000,1551675600000,1551679200000,1551682800000,1551686400000,1551690000000,1551693600000,1551697200000,1551700800000,1551704400000,1551708000000,1551711600000,1551715200000,1551718800000,1551722400000,1551726000000,1551729600000,1551733200000,1551736800000,1551740400000,1551744000000,1551747600000,1551751200000,1551754800000,1551758400000,1551762000000,1551765600000,1551769200000,1551772800000,1551776400000,1551780000000,1551783600000,1551787200000,1551790800000,1551794400000,1551798000000,1551801600000,1551805200000,1551808800000,1551812400000,1551816000000,1551819600000,1551823200000,1551826800000,1551830400000,1551834000000,1551837600000,1551841200000,1551844800000,1551848400000,1551852000000,1551855600000,1551859200000,1551862800000,1551866400000,1551870000000,1551873600000,1551877200000,1551880800000,1551884400000,1551888000000,1551891600000,1551895200000,1551898800000,1551902400000,1551906000000,1551909600000,1551913200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[60,30,10,0,0,0,30,20,40,70,130,70,180,160,250,130,200,210,270,130,210,180,200,160,80,70,10,0,0,10,90,30,110,70,70,100,130,150,190,210,300,310,90,180,190,140,280,130,80,30,10,60,10,50,60,60,120,80,240,100,100,250,200,210,160,120,140,90,180,180,180,90,120,100,80,20,20,30,30,90,90,130,160,160,110,430,220,140,170,180,320,280,200,170,170,170,60,90,10,10,20,10,40,80,100,130,150,170,190,160,90,170,120,150,360,220,100,150,240,180,90,60,10,0,10,20,90,30,60,210,140,100,150,190,210,70,90,350,320,150,220,170,230,160,10,40,10,10,10,10,10,40,70,90,60,110,190,90,200,360,200,270,210,160,190,360,260,70]},{"name":"Unmuted","color":"#4fae4e","values":[0,40,10,10,0,0,60,100,80,100,190,140,160,170,130,120,250,160,250,120,250,260,370,220,40,20,0,10,10,0,40,120,160,100,170,240,280,290,150,120,210,140,120,190,130,270,200,120,80,20,10,10,0,10,30,30,110,100,230,150,140,220,220,260,150,200,250,100,160,150,80,250,100,50,10,0,10,20,10,40,80,170,180,200,200,180,170,140,140,160,290,220,160,260,150,120,30,10,0,0,0,20,80,80,40,260,110,170,190,90,180,150,220,110,220,220,210,190,160,70,10,50,0,0,10,0,20,110,170,170,80,120,140,220,230,80,220,140,300,140,200,170,170,60,30,0,0,0,0,0,30,120,120,70,120,150,180,140,110,210,240,210,160,220,240,310,180,140]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/04.json b/dist/chartDummyData/notifications_zoom/2019-03/04.json new file mode 100644 index 000000000..30aad1957 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/04.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1551398400000,1551402000000,1551405600000,1551409200000,1551412800000,1551416400000,1551420000000,1551423600000,1551427200000,1551430800000,1551434400000,1551438000000,1551441600000,1551445200000,1551448800000,1551452400000,1551456000000,1551459600000,1551463200000,1551466800000,1551470400000,1551474000000,1551477600000,1551481200000,1551484800000,1551488400000,1551492000000,1551495600000,1551499200000,1551502800000,1551506400000,1551510000000,1551513600000,1551517200000,1551520800000,1551524400000,1551528000000,1551531600000,1551535200000,1551538800000,1551542400000,1551546000000,1551549600000,1551553200000,1551556800000,1551560400000,1551564000000,1551567600000,1551571200000,1551574800000,1551578400000,1551582000000,1551585600000,1551589200000,1551592800000,1551596400000,1551600000000,1551603600000,1551607200000,1551610800000,1551614400000,1551618000000,1551621600000,1551625200000,1551628800000,1551632400000,1551636000000,1551639600000,1551643200000,1551646800000,1551650400000,1551654000000,1551657600000,1551661200000,1551664800000,1551668400000,1551672000000,1551675600000,1551679200000,1551682800000,1551686400000,1551690000000,1551693600000,1551697200000,1551700800000,1551704400000,1551708000000,1551711600000,1551715200000,1551718800000,1551722400000,1551726000000,1551729600000,1551733200000,1551736800000,1551740400000,1551744000000,1551747600000,1551751200000,1551754800000,1551758400000,1551762000000,1551765600000,1551769200000,1551772800000,1551776400000,1551780000000,1551783600000,1551787200000,1551790800000,1551794400000,1551798000000,1551801600000,1551805200000,1551808800000,1551812400000,1551816000000,1551819600000,1551823200000,1551826800000,1551830400000,1551834000000,1551837600000,1551841200000,1551844800000,1551848400000,1551852000000,1551855600000,1551859200000,1551862800000,1551866400000,1551870000000,1551873600000,1551877200000,1551880800000,1551884400000,1551888000000,1551891600000,1551895200000,1551898800000,1551902400000,1551906000000,1551909600000,1551913200000,1551916800000,1551920400000,1551924000000,1551927600000,1551931200000,1551934800000,1551938400000,1551942000000,1551945600000,1551949200000,1551952800000,1551956400000,1551960000000,1551963600000,1551967200000,1551970800000,1551974400000,1551978000000,1551981600000,1551985200000,1551988800000,1551992400000,1551996000000,1551999600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[80,70,10,0,0,10,90,30,110,70,70,100,130,150,190,210,300,310,90,180,190,140,280,130,80,30,10,60,10,50,60,60,120,80,240,100,100,250,200,210,160,120,140,90,180,180,180,90,120,100,80,20,20,30,30,90,90,130,160,160,110,430,220,140,170,180,320,280,200,170,170,170,60,90,10,10,20,10,40,80,100,130,150,170,190,160,90,170,120,150,360,220,100,150,240,180,90,60,10,0,10,20,90,30,60,210,140,100,150,190,210,70,90,350,320,150,220,170,230,160,10,40,10,10,10,10,10,40,70,90,60,110,190,90,200,360,200,270,210,160,190,360,260,70,130,80,30,0,20,10,20,30,50,90,90,70,150,170,170,220,120,140,140,140,180,230,80,100]},{"name":"Unmuted","color":"#4fae4e","values":[40,20,0,10,10,0,40,120,160,100,170,240,280,290,150,120,210,140,120,190,130,270,200,120,80,20,10,10,0,10,30,30,110,100,230,150,140,220,220,260,150,200,250,100,160,150,80,250,100,50,10,0,10,20,10,40,80,170,180,200,200,180,170,140,140,160,290,220,160,260,150,120,30,10,0,0,0,20,80,80,40,260,110,170,190,90,180,150,220,110,220,220,210,190,160,70,10,50,0,0,10,0,20,110,170,170,80,120,140,220,230,80,220,140,300,140,200,170,170,60,30,0,0,0,0,0,30,120,120,70,120,150,180,140,110,210,240,210,160,220,240,310,180,140,10,40,0,0,30,40,30,140,90,140,140,140,230,240,110,180,150,210,110,280,300,180,230,110]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/05.json b/dist/chartDummyData/notifications_zoom/2019-03/05.json new file mode 100644 index 000000000..c45ad5ff9 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/05.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1551484800000,1551488400000,1551492000000,1551495600000,1551499200000,1551502800000,1551506400000,1551510000000,1551513600000,1551517200000,1551520800000,1551524400000,1551528000000,1551531600000,1551535200000,1551538800000,1551542400000,1551546000000,1551549600000,1551553200000,1551556800000,1551560400000,1551564000000,1551567600000,1551571200000,1551574800000,1551578400000,1551582000000,1551585600000,1551589200000,1551592800000,1551596400000,1551600000000,1551603600000,1551607200000,1551610800000,1551614400000,1551618000000,1551621600000,1551625200000,1551628800000,1551632400000,1551636000000,1551639600000,1551643200000,1551646800000,1551650400000,1551654000000,1551657600000,1551661200000,1551664800000,1551668400000,1551672000000,1551675600000,1551679200000,1551682800000,1551686400000,1551690000000,1551693600000,1551697200000,1551700800000,1551704400000,1551708000000,1551711600000,1551715200000,1551718800000,1551722400000,1551726000000,1551729600000,1551733200000,1551736800000,1551740400000,1551744000000,1551747600000,1551751200000,1551754800000,1551758400000,1551762000000,1551765600000,1551769200000,1551772800000,1551776400000,1551780000000,1551783600000,1551787200000,1551790800000,1551794400000,1551798000000,1551801600000,1551805200000,1551808800000,1551812400000,1551816000000,1551819600000,1551823200000,1551826800000,1551830400000,1551834000000,1551837600000,1551841200000,1551844800000,1551848400000,1551852000000,1551855600000,1551859200000,1551862800000,1551866400000,1551870000000,1551873600000,1551877200000,1551880800000,1551884400000,1551888000000,1551891600000,1551895200000,1551898800000,1551902400000,1551906000000,1551909600000,1551913200000,1551916800000,1551920400000,1551924000000,1551927600000,1551931200000,1551934800000,1551938400000,1551942000000,1551945600000,1551949200000,1551952800000,1551956400000,1551960000000,1551963600000,1551967200000,1551970800000,1551974400000,1551978000000,1551981600000,1551985200000,1551988800000,1551992400000,1551996000000,1551999600000,1552003200000,1552006800000,1552010400000,1552014000000,1552017600000,1552021200000,1552024800000,1552028400000,1552032000000,1552035600000,1552039200000,1552042800000,1552046400000,1552050000000,1552053600000,1552057200000,1552060800000,1552064400000,1552068000000,1552071600000,1552075200000,1552078800000,1552082400000,1552086000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[80,30,10,60,10,50,60,60,120,80,240,100,100,250,200,210,160,120,140,90,180,180,180,90,120,100,80,20,20,30,30,90,90,130,160,160,110,430,220,140,170,180,320,280,200,170,170,170,60,90,10,10,20,10,40,80,100,130,150,170,190,160,90,170,120,150,360,220,100,150,240,180,90,60,10,0,10,20,90,30,60,210,140,100,150,190,210,70,90,350,320,150,220,170,230,160,10,40,10,10,10,10,10,40,70,90,60,110,190,90,200,360,200,270,210,160,190,360,260,70,130,80,30,0,20,10,20,30,50,90,90,70,150,170,170,220,120,140,140,140,180,230,80,100,40,30,20,10,0,0,20,40,60,40,80,350,130,120,100,90,90,110,170,100,240,170,280,110]},{"name":"Unmuted","color":"#4fae4e","values":[80,20,10,10,0,10,30,30,110,100,230,150,140,220,220,260,150,200,250,100,160,150,80,250,100,50,10,0,10,20,10,40,80,170,180,200,200,180,170,140,140,160,290,220,160,260,150,120,30,10,0,0,0,20,80,80,40,260,110,170,190,90,180,150,220,110,220,220,210,190,160,70,10,50,0,0,10,0,20,110,170,170,80,120,140,220,230,80,220,140,300,140,200,170,170,60,30,0,0,0,0,0,30,120,120,70,120,150,180,140,110,210,240,210,160,220,240,310,180,140,10,40,0,0,30,40,30,140,90,140,140,140,230,240,110,180,150,210,110,280,300,180,230,110,110,20,10,0,0,0,20,100,110,190,190,150,180,240,260,190,230,170,190,190,230,170,130,70]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/06.json b/dist/chartDummyData/notifications_zoom/2019-03/06.json new file mode 100644 index 000000000..a840b1fd0 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/06.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1551571200000,1551574800000,1551578400000,1551582000000,1551585600000,1551589200000,1551592800000,1551596400000,1551600000000,1551603600000,1551607200000,1551610800000,1551614400000,1551618000000,1551621600000,1551625200000,1551628800000,1551632400000,1551636000000,1551639600000,1551643200000,1551646800000,1551650400000,1551654000000,1551657600000,1551661200000,1551664800000,1551668400000,1551672000000,1551675600000,1551679200000,1551682800000,1551686400000,1551690000000,1551693600000,1551697200000,1551700800000,1551704400000,1551708000000,1551711600000,1551715200000,1551718800000,1551722400000,1551726000000,1551729600000,1551733200000,1551736800000,1551740400000,1551744000000,1551747600000,1551751200000,1551754800000,1551758400000,1551762000000,1551765600000,1551769200000,1551772800000,1551776400000,1551780000000,1551783600000,1551787200000,1551790800000,1551794400000,1551798000000,1551801600000,1551805200000,1551808800000,1551812400000,1551816000000,1551819600000,1551823200000,1551826800000,1551830400000,1551834000000,1551837600000,1551841200000,1551844800000,1551848400000,1551852000000,1551855600000,1551859200000,1551862800000,1551866400000,1551870000000,1551873600000,1551877200000,1551880800000,1551884400000,1551888000000,1551891600000,1551895200000,1551898800000,1551902400000,1551906000000,1551909600000,1551913200000,1551916800000,1551920400000,1551924000000,1551927600000,1551931200000,1551934800000,1551938400000,1551942000000,1551945600000,1551949200000,1551952800000,1551956400000,1551960000000,1551963600000,1551967200000,1551970800000,1551974400000,1551978000000,1551981600000,1551985200000,1551988800000,1551992400000,1551996000000,1551999600000,1552003200000,1552006800000,1552010400000,1552014000000,1552017600000,1552021200000,1552024800000,1552028400000,1552032000000,1552035600000,1552039200000,1552042800000,1552046400000,1552050000000,1552053600000,1552057200000,1552060800000,1552064400000,1552068000000,1552071600000,1552075200000,1552078800000,1552082400000,1552086000000,1552089600000,1552093200000,1552096800000,1552100400000,1552104000000,1552107600000,1552111200000,1552114800000,1552118400000,1552122000000,1552125600000,1552129200000,1552132800000,1552136400000,1552140000000,1552143600000,1552147200000,1552150800000,1552154400000,1552158000000,1552161600000,1552165200000,1552168800000,1552172400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[120,100,80,20,20,30,30,90,90,130,160,160,110,430,220,140,170,180,320,280,200,170,170,170,60,90,10,10,20,10,40,80,100,130,150,170,190,160,90,170,120,150,360,220,100,150,240,180,90,60,10,0,10,20,90,30,60,210,140,100,150,190,210,70,90,350,320,150,220,170,230,160,10,40,10,10,10,10,10,40,70,90,60,110,190,90,200,360,200,270,210,160,190,360,260,70,130,80,30,0,20,10,20,30,50,90,90,70,150,170,170,220,120,140,140,140,180,230,80,100,40,30,20,10,0,0,20,40,60,40,80,350,130,120,100,90,90,110,170,100,240,170,280,110,40,180,50,0,0,0,50,40,130,140,120,100,240,180,270,170,150,150,90,60,100,90,160,100]},{"name":"Unmuted","color":"#4fae4e","values":[100,50,10,0,10,20,10,40,80,170,180,200,200,180,170,140,140,160,290,220,160,260,150,120,30,10,0,0,0,20,80,80,40,260,110,170,190,90,180,150,220,110,220,220,210,190,160,70,10,50,0,0,10,0,20,110,170,170,80,120,140,220,230,80,220,140,300,140,200,170,170,60,30,0,0,0,0,0,30,120,120,70,120,150,180,140,110,210,240,210,160,220,240,310,180,140,10,40,0,0,30,40,30,140,90,140,140,140,230,240,110,180,150,210,110,280,300,180,230,110,110,20,10,0,0,0,20,100,110,190,190,150,180,240,260,190,230,170,190,190,230,170,130,70,30,40,50,10,0,30,60,100,80,110,160,170,170,180,200,210,120,280,80,210,140,160,180,220]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/07.json b/dist/chartDummyData/notifications_zoom/2019-03/07.json new file mode 100644 index 000000000..29c3c508f --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/07.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1551657600000,1551661200000,1551664800000,1551668400000,1551672000000,1551675600000,1551679200000,1551682800000,1551686400000,1551690000000,1551693600000,1551697200000,1551700800000,1551704400000,1551708000000,1551711600000,1551715200000,1551718800000,1551722400000,1551726000000,1551729600000,1551733200000,1551736800000,1551740400000,1551744000000,1551747600000,1551751200000,1551754800000,1551758400000,1551762000000,1551765600000,1551769200000,1551772800000,1551776400000,1551780000000,1551783600000,1551787200000,1551790800000,1551794400000,1551798000000,1551801600000,1551805200000,1551808800000,1551812400000,1551816000000,1551819600000,1551823200000,1551826800000,1551830400000,1551834000000,1551837600000,1551841200000,1551844800000,1551848400000,1551852000000,1551855600000,1551859200000,1551862800000,1551866400000,1551870000000,1551873600000,1551877200000,1551880800000,1551884400000,1551888000000,1551891600000,1551895200000,1551898800000,1551902400000,1551906000000,1551909600000,1551913200000,1551916800000,1551920400000,1551924000000,1551927600000,1551931200000,1551934800000,1551938400000,1551942000000,1551945600000,1551949200000,1551952800000,1551956400000,1551960000000,1551963600000,1551967200000,1551970800000,1551974400000,1551978000000,1551981600000,1551985200000,1551988800000,1551992400000,1551996000000,1551999600000,1552003200000,1552006800000,1552010400000,1552014000000,1552017600000,1552021200000,1552024800000,1552028400000,1552032000000,1552035600000,1552039200000,1552042800000,1552046400000,1552050000000,1552053600000,1552057200000,1552060800000,1552064400000,1552068000000,1552071600000,1552075200000,1552078800000,1552082400000,1552086000000,1552089600000,1552093200000,1552096800000,1552100400000,1552104000000,1552107600000,1552111200000,1552114800000,1552118400000,1552122000000,1552125600000,1552129200000,1552132800000,1552136400000,1552140000000,1552143600000,1552147200000,1552150800000,1552154400000,1552158000000,1552161600000,1552165200000,1552168800000,1552172400000,1552176000000,1552179600000,1552183200000,1552186800000,1552190400000,1552194000000,1552197600000,1552201200000,1552204800000,1552208400000,1552212000000,1552215600000,1552219200000,1552222800000,1552226400000,1552230000000,1552233600000,1552237200000,1552240800000,1552244400000,1552248000000,1552251600000,1552255200000,1552258800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[60,90,10,10,20,10,40,80,100,130,150,170,190,160,90,170,120,150,360,220,100,150,240,180,90,60,10,0,10,20,90,30,60,210,140,100,150,190,210,70,90,350,320,150,220,170,230,160,10,40,10,10,10,10,10,40,70,90,60,110,190,90,200,360,200,270,210,160,190,360,260,70,130,80,30,0,20,10,20,30,50,90,90,70,150,170,170,220,120,140,140,140,180,230,80,100,40,30,20,10,0,0,20,40,60,40,80,350,130,120,100,90,90,110,170,100,240,170,280,110,40,180,50,0,0,0,50,40,130,140,120,100,240,180,270,170,150,150,90,60,100,90,160,100,90,60,20,10,30,0,10,70,50,110,70,230,200,120,130,200,190,170,160,200,210,200,480,230]},{"name":"Unmuted","color":"#4fae4e","values":[30,10,0,0,0,20,80,80,40,260,110,170,190,90,180,150,220,110,220,220,210,190,160,70,10,50,0,0,10,0,20,110,170,170,80,120,140,220,230,80,220,140,300,140,200,170,170,60,30,0,0,0,0,0,30,120,120,70,120,150,180,140,110,210,240,210,160,220,240,310,180,140,10,40,0,0,30,40,30,140,90,140,140,140,230,240,110,180,150,210,110,280,300,180,230,110,110,20,10,0,0,0,20,100,110,190,190,150,180,240,260,190,230,170,190,190,230,170,130,70,30,40,50,10,0,30,60,100,80,110,160,170,170,180,200,210,120,280,80,210,140,160,180,220,90,30,30,10,10,0,0,60,50,140,190,190,130,120,120,180,130,150,150,170,120,90,80,70]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/08.json b/dist/chartDummyData/notifications_zoom/2019-03/08.json new file mode 100644 index 000000000..a77eb0b22 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/08.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1551744000000,1551747600000,1551751200000,1551754800000,1551758400000,1551762000000,1551765600000,1551769200000,1551772800000,1551776400000,1551780000000,1551783600000,1551787200000,1551790800000,1551794400000,1551798000000,1551801600000,1551805200000,1551808800000,1551812400000,1551816000000,1551819600000,1551823200000,1551826800000,1551830400000,1551834000000,1551837600000,1551841200000,1551844800000,1551848400000,1551852000000,1551855600000,1551859200000,1551862800000,1551866400000,1551870000000,1551873600000,1551877200000,1551880800000,1551884400000,1551888000000,1551891600000,1551895200000,1551898800000,1551902400000,1551906000000,1551909600000,1551913200000,1551916800000,1551920400000,1551924000000,1551927600000,1551931200000,1551934800000,1551938400000,1551942000000,1551945600000,1551949200000,1551952800000,1551956400000,1551960000000,1551963600000,1551967200000,1551970800000,1551974400000,1551978000000,1551981600000,1551985200000,1551988800000,1551992400000,1551996000000,1551999600000,1552003200000,1552006800000,1552010400000,1552014000000,1552017600000,1552021200000,1552024800000,1552028400000,1552032000000,1552035600000,1552039200000,1552042800000,1552046400000,1552050000000,1552053600000,1552057200000,1552060800000,1552064400000,1552068000000,1552071600000,1552075200000,1552078800000,1552082400000,1552086000000,1552089600000,1552093200000,1552096800000,1552100400000,1552104000000,1552107600000,1552111200000,1552114800000,1552118400000,1552122000000,1552125600000,1552129200000,1552132800000,1552136400000,1552140000000,1552143600000,1552147200000,1552150800000,1552154400000,1552158000000,1552161600000,1552165200000,1552168800000,1552172400000,1552176000000,1552179600000,1552183200000,1552186800000,1552190400000,1552194000000,1552197600000,1552201200000,1552204800000,1552208400000,1552212000000,1552215600000,1552219200000,1552222800000,1552226400000,1552230000000,1552233600000,1552237200000,1552240800000,1552244400000,1552248000000,1552251600000,1552255200000,1552258800000,1552262400000,1552266000000,1552269600000,1552273200000,1552276800000,1552280400000,1552284000000,1552287600000,1552291200000,1552294800000,1552298400000,1552302000000,1552305600000,1552309200000,1552312800000,1552316400000,1552320000000,1552323600000,1552327200000,1552330800000,1552334400000,1552338000000,1552341600000,1552345200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[90,60,10,0,10,20,90,30,60,210,140,100,150,190,210,70,90,350,320,150,220,170,230,160,10,40,10,10,10,10,10,40,70,90,60,110,190,90,200,360,200,270,210,160,190,360,260,70,130,80,30,0,20,10,20,30,50,90,90,70,150,170,170,220,120,140,140,140,180,230,80,100,40,30,20,10,0,0,20,40,60,40,80,350,130,120,100,90,90,110,170,100,240,170,280,110,40,180,50,0,0,0,50,40,130,140,120,100,240,180,270,170,150,150,90,60,100,90,160,100,90,60,20,10,30,0,10,70,50,110,70,230,200,120,130,200,190,170,160,200,210,200,480,230,110,20,70,110,40,20,40,50,150,100,480,170,140,250,410,280,170,170,110,340,90,290,270,130]},{"name":"Unmuted","color":"#4fae4e","values":[10,50,0,0,10,0,20,110,170,170,80,120,140,220,230,80,220,140,300,140,200,170,170,60,30,0,0,0,0,0,30,120,120,70,120,150,180,140,110,210,240,210,160,220,240,310,180,140,10,40,0,0,30,40,30,140,90,140,140,140,230,240,110,180,150,210,110,280,300,180,230,110,110,20,10,0,0,0,20,100,110,190,190,150,180,240,260,190,230,170,190,190,230,170,130,70,30,40,50,10,0,30,60,100,80,110,160,170,170,180,200,210,120,280,80,210,140,160,180,220,90,30,30,10,10,0,0,60,50,140,190,190,130,120,120,180,130,150,150,170,120,90,80,70,60,0,20,0,0,10,60,120,130,140,130,180,170,200,130,170,210,170,140,100,200,140,120,90]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/09.json b/dist/chartDummyData/notifications_zoom/2019-03/09.json new file mode 100644 index 000000000..4dbc9f4c5 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/09.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1551830400000,1551834000000,1551837600000,1551841200000,1551844800000,1551848400000,1551852000000,1551855600000,1551859200000,1551862800000,1551866400000,1551870000000,1551873600000,1551877200000,1551880800000,1551884400000,1551888000000,1551891600000,1551895200000,1551898800000,1551902400000,1551906000000,1551909600000,1551913200000,1551916800000,1551920400000,1551924000000,1551927600000,1551931200000,1551934800000,1551938400000,1551942000000,1551945600000,1551949200000,1551952800000,1551956400000,1551960000000,1551963600000,1551967200000,1551970800000,1551974400000,1551978000000,1551981600000,1551985200000,1551988800000,1551992400000,1551996000000,1551999600000,1552003200000,1552006800000,1552010400000,1552014000000,1552017600000,1552021200000,1552024800000,1552028400000,1552032000000,1552035600000,1552039200000,1552042800000,1552046400000,1552050000000,1552053600000,1552057200000,1552060800000,1552064400000,1552068000000,1552071600000,1552075200000,1552078800000,1552082400000,1552086000000,1552089600000,1552093200000,1552096800000,1552100400000,1552104000000,1552107600000,1552111200000,1552114800000,1552118400000,1552122000000,1552125600000,1552129200000,1552132800000,1552136400000,1552140000000,1552143600000,1552147200000,1552150800000,1552154400000,1552158000000,1552161600000,1552165200000,1552168800000,1552172400000,1552176000000,1552179600000,1552183200000,1552186800000,1552190400000,1552194000000,1552197600000,1552201200000,1552204800000,1552208400000,1552212000000,1552215600000,1552219200000,1552222800000,1552226400000,1552230000000,1552233600000,1552237200000,1552240800000,1552244400000,1552248000000,1552251600000,1552255200000,1552258800000,1552262400000,1552266000000,1552269600000,1552273200000,1552276800000,1552280400000,1552284000000,1552287600000,1552291200000,1552294800000,1552298400000,1552302000000,1552305600000,1552309200000,1552312800000,1552316400000,1552320000000,1552323600000,1552327200000,1552330800000,1552334400000,1552338000000,1552341600000,1552345200000,1552348800000,1552352400000,1552356000000,1552359600000,1552363200000,1552366800000,1552370400000,1552374000000,1552377600000,1552381200000,1552384800000,1552388400000,1552392000000,1552395600000,1552399200000,1552402800000,1552406400000,1552410000000,1552413600000,1552417200000,1552420800000,1552424400000,1552428000000,1552431600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[10,40,10,10,10,10,10,40,70,90,60,110,190,90,200,360,200,270,210,160,190,360,260,70,130,80,30,0,20,10,20,30,50,90,90,70,150,170,170,220,120,140,140,140,180,230,80,100,40,30,20,10,0,0,20,40,60,40,80,350,130,120,100,90,90,110,170,100,240,170,280,110,40,180,50,0,0,0,50,40,130,140,120,100,240,180,270,170,150,150,90,60,100,90,160,100,90,60,20,10,30,0,10,70,50,110,70,230,200,120,130,200,190,170,160,200,210,200,480,230,110,20,70,110,40,20,40,50,150,100,480,170,140,250,410,280,170,170,110,340,90,290,270,130,60,120,10,20,0,20,50,30,60,40,180,160,170,280,180,100,160,130,200,330,130,130,220,100]},{"name":"Unmuted","color":"#4fae4e","values":[30,0,0,0,0,0,30,120,120,70,120,150,180,140,110,210,240,210,160,220,240,310,180,140,10,40,0,0,30,40,30,140,90,140,140,140,230,240,110,180,150,210,110,280,300,180,230,110,110,20,10,0,0,0,20,100,110,190,190,150,180,240,260,190,230,170,190,190,230,170,130,70,30,40,50,10,0,30,60,100,80,110,160,170,170,180,200,210,120,280,80,210,140,160,180,220,90,30,30,10,10,0,0,60,50,140,190,190,130,120,120,180,130,150,150,170,120,90,80,70,60,0,20,0,0,10,60,120,130,140,130,180,170,200,130,170,210,170,140,100,200,140,120,90,30,0,50,20,0,10,80,110,50,120,180,120,150,140,200,230,220,250,170,320,230,180,190,20]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/10.json b/dist/chartDummyData/notifications_zoom/2019-03/10.json new file mode 100644 index 000000000..33253da8e --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/10.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1551916800000,1551920400000,1551924000000,1551927600000,1551931200000,1551934800000,1551938400000,1551942000000,1551945600000,1551949200000,1551952800000,1551956400000,1551960000000,1551963600000,1551967200000,1551970800000,1551974400000,1551978000000,1551981600000,1551985200000,1551988800000,1551992400000,1551996000000,1551999600000,1552003200000,1552006800000,1552010400000,1552014000000,1552017600000,1552021200000,1552024800000,1552028400000,1552032000000,1552035600000,1552039200000,1552042800000,1552046400000,1552050000000,1552053600000,1552057200000,1552060800000,1552064400000,1552068000000,1552071600000,1552075200000,1552078800000,1552082400000,1552086000000,1552089600000,1552093200000,1552096800000,1552100400000,1552104000000,1552107600000,1552111200000,1552114800000,1552118400000,1552122000000,1552125600000,1552129200000,1552132800000,1552136400000,1552140000000,1552143600000,1552147200000,1552150800000,1552154400000,1552158000000,1552161600000,1552165200000,1552168800000,1552172400000,1552176000000,1552179600000,1552183200000,1552186800000,1552190400000,1552194000000,1552197600000,1552201200000,1552204800000,1552208400000,1552212000000,1552215600000,1552219200000,1552222800000,1552226400000,1552230000000,1552233600000,1552237200000,1552240800000,1552244400000,1552248000000,1552251600000,1552255200000,1552258800000,1552262400000,1552266000000,1552269600000,1552273200000,1552276800000,1552280400000,1552284000000,1552287600000,1552291200000,1552294800000,1552298400000,1552302000000,1552305600000,1552309200000,1552312800000,1552316400000,1552320000000,1552323600000,1552327200000,1552330800000,1552334400000,1552338000000,1552341600000,1552345200000,1552348800000,1552352400000,1552356000000,1552359600000,1552363200000,1552366800000,1552370400000,1552374000000,1552377600000,1552381200000,1552384800000,1552388400000,1552392000000,1552395600000,1552399200000,1552402800000,1552406400000,1552410000000,1552413600000,1552417200000,1552420800000,1552424400000,1552428000000,1552431600000,1552435200000,1552438800000,1552442400000,1552446000000,1552449600000,1552453200000,1552456800000,1552460400000,1552464000000,1552467600000,1552471200000,1552474800000,1552478400000,1552482000000,1552485600000,1552489200000,1552492800000,1552496400000,1552500000000,1552503600000,1552507200000,1552510800000,1552514400000,1552518000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[130,80,30,0,20,10,20,30,50,90,90,70,150,170,170,220,120,140,140,140,180,230,80,100,40,30,20,10,0,0,20,40,60,40,80,350,130,120,100,90,90,110,170,100,240,170,280,110,40,180,50,0,0,0,50,40,130,140,120,100,240,180,270,170,150,150,90,60,100,90,160,100,90,60,20,10,30,0,10,70,50,110,70,230,200,120,130,200,190,170,160,200,210,200,480,230,110,20,70,110,40,20,40,50,150,100,480,170,140,250,410,280,170,170,110,340,90,290,270,130,60,120,10,20,0,20,50,30,60,40,180,160,170,280,180,100,160,130,200,330,130,130,220,100,20,10,20,30,0,10,80,50,60,50,100,80,100,130,160,170,180,190,170,310,310,340,220,140]},{"name":"Unmuted","color":"#4fae4e","values":[10,40,0,0,30,40,30,140,90,140,140,140,230,240,110,180,150,210,110,280,300,180,230,110,110,20,10,0,0,0,20,100,110,190,190,150,180,240,260,190,230,170,190,190,230,170,130,70,30,40,50,10,0,30,60,100,80,110,160,170,170,180,200,210,120,280,80,210,140,160,180,220,90,30,30,10,10,0,0,60,50,140,190,190,130,120,120,180,130,150,150,170,120,90,80,70,60,0,20,0,0,10,60,120,130,140,130,180,170,200,130,170,210,170,140,100,200,140,120,90,30,0,50,20,0,10,80,110,50,120,180,120,150,140,200,230,220,250,170,320,230,180,190,20,20,0,0,0,10,50,70,100,40,80,200,220,220,240,210,120,220,220,230,280,350,380,250,160]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/11.json b/dist/chartDummyData/notifications_zoom/2019-03/11.json new file mode 100644 index 000000000..cedce1c27 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/11.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1552003200000,1552006800000,1552010400000,1552014000000,1552017600000,1552021200000,1552024800000,1552028400000,1552032000000,1552035600000,1552039200000,1552042800000,1552046400000,1552050000000,1552053600000,1552057200000,1552060800000,1552064400000,1552068000000,1552071600000,1552075200000,1552078800000,1552082400000,1552086000000,1552089600000,1552093200000,1552096800000,1552100400000,1552104000000,1552107600000,1552111200000,1552114800000,1552118400000,1552122000000,1552125600000,1552129200000,1552132800000,1552136400000,1552140000000,1552143600000,1552147200000,1552150800000,1552154400000,1552158000000,1552161600000,1552165200000,1552168800000,1552172400000,1552176000000,1552179600000,1552183200000,1552186800000,1552190400000,1552194000000,1552197600000,1552201200000,1552204800000,1552208400000,1552212000000,1552215600000,1552219200000,1552222800000,1552226400000,1552230000000,1552233600000,1552237200000,1552240800000,1552244400000,1552248000000,1552251600000,1552255200000,1552258800000,1552262400000,1552266000000,1552269600000,1552273200000,1552276800000,1552280400000,1552284000000,1552287600000,1552291200000,1552294800000,1552298400000,1552302000000,1552305600000,1552309200000,1552312800000,1552316400000,1552320000000,1552323600000,1552327200000,1552330800000,1552334400000,1552338000000,1552341600000,1552345200000,1552348800000,1552352400000,1552356000000,1552359600000,1552363200000,1552366800000,1552370400000,1552374000000,1552377600000,1552381200000,1552384800000,1552388400000,1552392000000,1552395600000,1552399200000,1552402800000,1552406400000,1552410000000,1552413600000,1552417200000,1552420800000,1552424400000,1552428000000,1552431600000,1552435200000,1552438800000,1552442400000,1552446000000,1552449600000,1552453200000,1552456800000,1552460400000,1552464000000,1552467600000,1552471200000,1552474800000,1552478400000,1552482000000,1552485600000,1552489200000,1552492800000,1552496400000,1552500000000,1552503600000,1552507200000,1552510800000,1552514400000,1552518000000,1552521600000,1552525200000,1552528800000,1552532400000,1552536000000,1552539600000,1552543200000,1552546800000,1552550400000,1552554000000,1552557600000,1552561200000,1552564800000,1552568400000,1552572000000,1552575600000,1552579200000,1552582800000,1552586400000,1552590000000,1552593600000,1552597200000,1552600800000,1552604400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[40,30,20,10,0,0,20,40,60,40,80,350,130,120,100,90,90,110,170,100,240,170,280,110,40,180,50,0,0,0,50,40,130,140,120,100,240,180,270,170,150,150,90,60,100,90,160,100,90,60,20,10,30,0,10,70,50,110,70,230,200,120,130,200,190,170,160,200,210,200,480,230,110,20,70,110,40,20,40,50,150,100,480,170,140,250,410,280,170,170,110,340,90,290,270,130,60,120,10,20,0,20,50,30,60,40,180,160,170,280,180,100,160,130,200,330,130,130,220,100,20,10,20,30,0,10,80,50,60,50,100,80,100,130,160,170,180,190,170,310,310,340,220,140,70,60,20,10,0,10,20,110,70,90,130,130,140,170,230,130,210,120,260,180,240,250,150,90]},{"name":"Unmuted","color":"#4fae4e","values":[110,20,10,0,0,0,20,100,110,190,190,150,180,240,260,190,230,170,190,190,230,170,130,70,30,40,50,10,0,30,60,100,80,110,160,170,170,180,200,210,120,280,80,210,140,160,180,220,90,30,30,10,10,0,0,60,50,140,190,190,130,120,120,180,130,150,150,170,120,90,80,70,60,0,20,0,0,10,60,120,130,140,130,180,170,200,130,170,210,170,140,100,200,140,120,90,30,0,50,20,0,10,80,110,50,120,180,120,150,140,200,230,220,250,170,320,230,180,190,20,20,0,0,0,10,50,70,100,40,80,200,220,220,240,210,120,220,220,230,280,350,380,250,160,80,40,10,0,0,20,80,130,150,200,210,190,210,210,220,160,290,270,260,200,270,120,120,90]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/12.json b/dist/chartDummyData/notifications_zoom/2019-03/12.json new file mode 100644 index 000000000..d91338c89 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/12.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1552089600000,1552093200000,1552096800000,1552100400000,1552104000000,1552107600000,1552111200000,1552114800000,1552118400000,1552122000000,1552125600000,1552129200000,1552132800000,1552136400000,1552140000000,1552143600000,1552147200000,1552150800000,1552154400000,1552158000000,1552161600000,1552165200000,1552168800000,1552172400000,1552176000000,1552179600000,1552183200000,1552186800000,1552190400000,1552194000000,1552197600000,1552201200000,1552204800000,1552208400000,1552212000000,1552215600000,1552219200000,1552222800000,1552226400000,1552230000000,1552233600000,1552237200000,1552240800000,1552244400000,1552248000000,1552251600000,1552255200000,1552258800000,1552262400000,1552266000000,1552269600000,1552273200000,1552276800000,1552280400000,1552284000000,1552287600000,1552291200000,1552294800000,1552298400000,1552302000000,1552305600000,1552309200000,1552312800000,1552316400000,1552320000000,1552323600000,1552327200000,1552330800000,1552334400000,1552338000000,1552341600000,1552345200000,1552348800000,1552352400000,1552356000000,1552359600000,1552363200000,1552366800000,1552370400000,1552374000000,1552377600000,1552381200000,1552384800000,1552388400000,1552392000000,1552395600000,1552399200000,1552402800000,1552406400000,1552410000000,1552413600000,1552417200000,1552420800000,1552424400000,1552428000000,1552431600000,1552435200000,1552438800000,1552442400000,1552446000000,1552449600000,1552453200000,1552456800000,1552460400000,1552464000000,1552467600000,1552471200000,1552474800000,1552478400000,1552482000000,1552485600000,1552489200000,1552492800000,1552496400000,1552500000000,1552503600000,1552507200000,1552510800000,1552514400000,1552518000000,1552521600000,1552525200000,1552528800000,1552532400000,1552536000000,1552539600000,1552543200000,1552546800000,1552550400000,1552554000000,1552557600000,1552561200000,1552564800000,1552568400000,1552572000000,1552575600000,1552579200000,1552582800000,1552586400000,1552590000000,1552593600000,1552597200000,1552600800000,1552604400000,1552608000000,1552611600000,1552615200000,1552618800000,1552622400000,1552626000000,1552629600000,1552633200000,1552636800000,1552640400000,1552644000000,1552647600000,1552651200000,1552654800000,1552658400000,1552662000000,1552665600000,1552669200000,1552672800000,1552676400000,1552680000000,1552683600000,1552687200000,1552690800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[40,180,50,0,0,0,50,40,130,140,120,100,240,180,270,170,150,150,90,60,100,90,160,100,90,60,20,10,30,0,10,70,50,110,70,230,200,120,130,200,190,170,160,200,210,200,480,230,110,20,70,110,40,20,40,50,150,100,480,170,140,250,410,280,170,170,110,340,90,290,270,130,60,120,10,20,0,20,50,30,60,40,180,160,170,280,180,100,160,130,200,330,130,130,220,100,20,10,20,30,0,10,80,50,60,50,100,80,100,130,160,170,180,190,170,310,310,340,220,140,70,60,20,10,0,10,20,110,70,90,130,130,140,170,230,130,210,120,260,180,240,250,150,90,40,50,0,30,0,50,30,110,120,180,140,140,100,230,250,170,260,170,160,170,260,260,220,100]},{"name":"Unmuted","color":"#4fae4e","values":[30,40,50,10,0,30,60,100,80,110,160,170,170,180,200,210,120,280,80,210,140,160,180,220,90,30,30,10,10,0,0,60,50,140,190,190,130,120,120,180,130,150,150,170,120,90,80,70,60,0,20,0,0,10,60,120,130,140,130,180,170,200,130,170,210,170,140,100,200,140,120,90,30,0,50,20,0,10,80,110,50,120,180,120,150,140,200,230,220,250,170,320,230,180,190,20,20,0,0,0,10,50,70,100,40,80,200,220,220,240,210,120,220,220,230,280,350,380,250,160,80,40,10,0,0,20,80,130,150,200,210,190,210,210,220,160,290,270,260,200,270,120,120,90,0,0,10,0,0,20,20,130,100,190,110,250,80,180,210,210,150,250,150,200,190,160,190,90]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/13.json b/dist/chartDummyData/notifications_zoom/2019-03/13.json new file mode 100644 index 000000000..12181a3a8 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/13.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1552176000000,1552179600000,1552183200000,1552186800000,1552190400000,1552194000000,1552197600000,1552201200000,1552204800000,1552208400000,1552212000000,1552215600000,1552219200000,1552222800000,1552226400000,1552230000000,1552233600000,1552237200000,1552240800000,1552244400000,1552248000000,1552251600000,1552255200000,1552258800000,1552262400000,1552266000000,1552269600000,1552273200000,1552276800000,1552280400000,1552284000000,1552287600000,1552291200000,1552294800000,1552298400000,1552302000000,1552305600000,1552309200000,1552312800000,1552316400000,1552320000000,1552323600000,1552327200000,1552330800000,1552334400000,1552338000000,1552341600000,1552345200000,1552348800000,1552352400000,1552356000000,1552359600000,1552363200000,1552366800000,1552370400000,1552374000000,1552377600000,1552381200000,1552384800000,1552388400000,1552392000000,1552395600000,1552399200000,1552402800000,1552406400000,1552410000000,1552413600000,1552417200000,1552420800000,1552424400000,1552428000000,1552431600000,1552435200000,1552438800000,1552442400000,1552446000000,1552449600000,1552453200000,1552456800000,1552460400000,1552464000000,1552467600000,1552471200000,1552474800000,1552478400000,1552482000000,1552485600000,1552489200000,1552492800000,1552496400000,1552500000000,1552503600000,1552507200000,1552510800000,1552514400000,1552518000000,1552521600000,1552525200000,1552528800000,1552532400000,1552536000000,1552539600000,1552543200000,1552546800000,1552550400000,1552554000000,1552557600000,1552561200000,1552564800000,1552568400000,1552572000000,1552575600000,1552579200000,1552582800000,1552586400000,1552590000000,1552593600000,1552597200000,1552600800000,1552604400000,1552608000000,1552611600000,1552615200000,1552618800000,1552622400000,1552626000000,1552629600000,1552633200000,1552636800000,1552640400000,1552644000000,1552647600000,1552651200000,1552654800000,1552658400000,1552662000000,1552665600000,1552669200000,1552672800000,1552676400000,1552680000000,1552683600000,1552687200000,1552690800000,1552694400000,1552698000000,1552701600000,1552705200000,1552708800000,1552712400000,1552716000000,1552719600000,1552723200000,1552726800000,1552730400000,1552734000000,1552737600000,1552741200000,1552744800000,1552748400000,1552752000000,1552755600000,1552759200000,1552762800000,1552766400000,1552770000000,1552773600000,1552777200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[90,60,20,10,30,0,10,70,50,110,70,230,200,120,130,200,190,170,160,200,210,200,480,230,110,20,70,110,40,20,40,50,150,100,480,170,140,250,410,280,170,170,110,340,90,290,270,130,60,120,10,20,0,20,50,30,60,40,180,160,170,280,180,100,160,130,200,330,130,130,220,100,20,10,20,30,0,10,80,50,60,50,100,80,100,130,160,170,180,190,170,310,310,340,220,140,70,60,20,10,0,10,20,110,70,90,130,130,140,170,230,130,210,120,260,180,240,250,150,90,40,50,0,30,0,50,30,110,120,180,140,140,100,230,250,170,260,170,160,170,260,260,220,100,40,50,30,10,10,0,50,60,90,110,150,170,150,160,220,200,150,120,180,120,180,120,130,100]},{"name":"Unmuted","color":"#4fae4e","values":[90,30,30,10,10,0,0,60,50,140,190,190,130,120,120,180,130,150,150,170,120,90,80,70,60,0,20,0,0,10,60,120,130,140,130,180,170,200,130,170,210,170,140,100,200,140,120,90,30,0,50,20,0,10,80,110,50,120,180,120,150,140,200,230,220,250,170,320,230,180,190,20,20,0,0,0,10,50,70,100,40,80,200,220,220,240,210,120,220,220,230,280,350,380,250,160,80,40,10,0,0,20,80,130,150,200,210,190,210,210,220,160,290,270,260,200,270,120,120,90,0,0,10,0,0,20,20,130,100,190,110,250,80,180,210,210,150,250,150,200,190,160,190,90,20,10,0,0,10,0,20,60,50,160,210,210,140,200,150,230,230,100,120,90,120,110,150,120]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/14.json b/dist/chartDummyData/notifications_zoom/2019-03/14.json new file mode 100644 index 000000000..7d293f1ed --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/14.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1552262400000,1552266000000,1552269600000,1552273200000,1552276800000,1552280400000,1552284000000,1552287600000,1552291200000,1552294800000,1552298400000,1552302000000,1552305600000,1552309200000,1552312800000,1552316400000,1552320000000,1552323600000,1552327200000,1552330800000,1552334400000,1552338000000,1552341600000,1552345200000,1552348800000,1552352400000,1552356000000,1552359600000,1552363200000,1552366800000,1552370400000,1552374000000,1552377600000,1552381200000,1552384800000,1552388400000,1552392000000,1552395600000,1552399200000,1552402800000,1552406400000,1552410000000,1552413600000,1552417200000,1552420800000,1552424400000,1552428000000,1552431600000,1552435200000,1552438800000,1552442400000,1552446000000,1552449600000,1552453200000,1552456800000,1552460400000,1552464000000,1552467600000,1552471200000,1552474800000,1552478400000,1552482000000,1552485600000,1552489200000,1552492800000,1552496400000,1552500000000,1552503600000,1552507200000,1552510800000,1552514400000,1552518000000,1552521600000,1552525200000,1552528800000,1552532400000,1552536000000,1552539600000,1552543200000,1552546800000,1552550400000,1552554000000,1552557600000,1552561200000,1552564800000,1552568400000,1552572000000,1552575600000,1552579200000,1552582800000,1552586400000,1552590000000,1552593600000,1552597200000,1552600800000,1552604400000,1552608000000,1552611600000,1552615200000,1552618800000,1552622400000,1552626000000,1552629600000,1552633200000,1552636800000,1552640400000,1552644000000,1552647600000,1552651200000,1552654800000,1552658400000,1552662000000,1552665600000,1552669200000,1552672800000,1552676400000,1552680000000,1552683600000,1552687200000,1552690800000,1552694400000,1552698000000,1552701600000,1552705200000,1552708800000,1552712400000,1552716000000,1552719600000,1552723200000,1552726800000,1552730400000,1552734000000,1552737600000,1552741200000,1552744800000,1552748400000,1552752000000,1552755600000,1552759200000,1552762800000,1552766400000,1552770000000,1552773600000,1552777200000,1552780800000,1552784400000,1552788000000,1552791600000,1552795200000,1552798800000,1552802400000,1552806000000,1552809600000,1552813200000,1552816800000,1552820400000,1552824000000,1552827600000,1552831200000,1552834800000,1552838400000,1552842000000,1552845600000,1552849200000,1552852800000,1552856400000,1552860000000,1552863600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[110,20,70,110,40,20,40,50,150,100,480,170,140,250,410,280,170,170,110,340,90,290,270,130,60,120,10,20,0,20,50,30,60,40,180,160,170,280,180,100,160,130,200,330,130,130,220,100,20,10,20,30,0,10,80,50,60,50,100,80,100,130,160,170,180,190,170,310,310,340,220,140,70,60,20,10,0,10,20,110,70,90,130,130,140,170,230,130,210,120,260,180,240,250,150,90,40,50,0,30,0,50,30,110,120,180,140,140,100,230,250,170,260,170,160,170,260,260,220,100,40,50,30,10,10,0,50,60,90,110,150,170,150,160,220,200,150,120,180,120,180,120,130,100,100,50,40,20,10,0,20,40,130,190,210,200,210,250,230,270,200,260,130,210,200,210,230,120]},{"name":"Unmuted","color":"#4fae4e","values":[60,0,20,0,0,10,60,120,130,140,130,180,170,200,130,170,210,170,140,100,200,140,120,90,30,0,50,20,0,10,80,110,50,120,180,120,150,140,200,230,220,250,170,320,230,180,190,20,20,0,0,0,10,50,70,100,40,80,200,220,220,240,210,120,220,220,230,280,350,380,250,160,80,40,10,0,0,20,80,130,150,200,210,190,210,210,220,160,290,270,260,200,270,120,120,90,0,0,10,0,0,20,20,130,100,190,110,250,80,180,210,210,150,250,150,200,190,160,190,90,20,10,0,0,10,0,20,60,50,160,210,210,140,200,150,230,230,100,120,90,120,110,150,120,160,230,30,20,0,0,10,30,60,160,220,180,130,180,110,120,170,170,200,160,220,110,90,130]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/15.json b/dist/chartDummyData/notifications_zoom/2019-03/15.json new file mode 100644 index 000000000..799dc880a --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/15.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1552348800000,1552352400000,1552356000000,1552359600000,1552363200000,1552366800000,1552370400000,1552374000000,1552377600000,1552381200000,1552384800000,1552388400000,1552392000000,1552395600000,1552399200000,1552402800000,1552406400000,1552410000000,1552413600000,1552417200000,1552420800000,1552424400000,1552428000000,1552431600000,1552435200000,1552438800000,1552442400000,1552446000000,1552449600000,1552453200000,1552456800000,1552460400000,1552464000000,1552467600000,1552471200000,1552474800000,1552478400000,1552482000000,1552485600000,1552489200000,1552492800000,1552496400000,1552500000000,1552503600000,1552507200000,1552510800000,1552514400000,1552518000000,1552521600000,1552525200000,1552528800000,1552532400000,1552536000000,1552539600000,1552543200000,1552546800000,1552550400000,1552554000000,1552557600000,1552561200000,1552564800000,1552568400000,1552572000000,1552575600000,1552579200000,1552582800000,1552586400000,1552590000000,1552593600000,1552597200000,1552600800000,1552604400000,1552608000000,1552611600000,1552615200000,1552618800000,1552622400000,1552626000000,1552629600000,1552633200000,1552636800000,1552640400000,1552644000000,1552647600000,1552651200000,1552654800000,1552658400000,1552662000000,1552665600000,1552669200000,1552672800000,1552676400000,1552680000000,1552683600000,1552687200000,1552690800000,1552694400000,1552698000000,1552701600000,1552705200000,1552708800000,1552712400000,1552716000000,1552719600000,1552723200000,1552726800000,1552730400000,1552734000000,1552737600000,1552741200000,1552744800000,1552748400000,1552752000000,1552755600000,1552759200000,1552762800000,1552766400000,1552770000000,1552773600000,1552777200000,1552780800000,1552784400000,1552788000000,1552791600000,1552795200000,1552798800000,1552802400000,1552806000000,1552809600000,1552813200000,1552816800000,1552820400000,1552824000000,1552827600000,1552831200000,1552834800000,1552838400000,1552842000000,1552845600000,1552849200000,1552852800000,1552856400000,1552860000000,1552863600000,1552867200000,1552870800000,1552874400000,1552878000000,1552881600000,1552885200000,1552888800000,1552892400000,1552896000000,1552899600000,1552903200000,1552906800000,1552910400000,1552914000000,1552917600000,1552921200000,1552924800000,1552928400000,1552932000000,1552935600000,1552939200000,1552942800000,1552946400000,1552950000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[60,120,10,20,0,20,50,30,60,40,180,160,170,280,180,100,160,130,200,330,130,130,220,100,20,10,20,30,0,10,80,50,60,50,100,80,100,130,160,170,180,190,170,310,310,340,220,140,70,60,20,10,0,10,20,110,70,90,130,130,140,170,230,130,210,120,260,180,240,250,150,90,40,50,0,30,0,50,30,110,120,180,140,140,100,230,250,170,260,170,160,170,260,260,220,100,40,50,30,10,10,0,50,60,90,110,150,170,150,160,220,200,150,120,180,120,180,120,130,100,100,50,40,20,10,0,20,40,130,190,210,200,210,250,230,270,200,260,130,210,200,210,230,120,40,30,30,0,10,10,70,80,100,60,100,180,170,200,210,260,130,100,180,180,190,280,170,70]},{"name":"Unmuted","color":"#4fae4e","values":[30,0,50,20,0,10,80,110,50,120,180,120,150,140,200,230,220,250,170,320,230,180,190,20,20,0,0,0,10,50,70,100,40,80,200,220,220,240,210,120,220,220,230,280,350,380,250,160,80,40,10,0,0,20,80,130,150,200,210,190,210,210,220,160,290,270,260,200,270,120,120,90,0,0,10,0,0,20,20,130,100,190,110,250,80,180,210,210,150,250,150,200,190,160,190,90,20,10,0,0,10,0,20,60,50,160,210,210,140,200,150,230,230,100,120,90,120,110,150,120,160,230,30,20,0,0,10,30,60,160,220,180,130,180,110,120,170,170,200,160,220,110,90,130,90,50,10,0,10,10,40,60,80,80,130,170,130,230,200,130,210,310,220,240,200,210,160,120]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/16.json b/dist/chartDummyData/notifications_zoom/2019-03/16.json new file mode 100644 index 000000000..57f6af5fa --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/16.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1552435200000,1552438800000,1552442400000,1552446000000,1552449600000,1552453200000,1552456800000,1552460400000,1552464000000,1552467600000,1552471200000,1552474800000,1552478400000,1552482000000,1552485600000,1552489200000,1552492800000,1552496400000,1552500000000,1552503600000,1552507200000,1552510800000,1552514400000,1552518000000,1552521600000,1552525200000,1552528800000,1552532400000,1552536000000,1552539600000,1552543200000,1552546800000,1552550400000,1552554000000,1552557600000,1552561200000,1552564800000,1552568400000,1552572000000,1552575600000,1552579200000,1552582800000,1552586400000,1552590000000,1552593600000,1552597200000,1552600800000,1552604400000,1552608000000,1552611600000,1552615200000,1552618800000,1552622400000,1552626000000,1552629600000,1552633200000,1552636800000,1552640400000,1552644000000,1552647600000,1552651200000,1552654800000,1552658400000,1552662000000,1552665600000,1552669200000,1552672800000,1552676400000,1552680000000,1552683600000,1552687200000,1552690800000,1552694400000,1552698000000,1552701600000,1552705200000,1552708800000,1552712400000,1552716000000,1552719600000,1552723200000,1552726800000,1552730400000,1552734000000,1552737600000,1552741200000,1552744800000,1552748400000,1552752000000,1552755600000,1552759200000,1552762800000,1552766400000,1552770000000,1552773600000,1552777200000,1552780800000,1552784400000,1552788000000,1552791600000,1552795200000,1552798800000,1552802400000,1552806000000,1552809600000,1552813200000,1552816800000,1552820400000,1552824000000,1552827600000,1552831200000,1552834800000,1552838400000,1552842000000,1552845600000,1552849200000,1552852800000,1552856400000,1552860000000,1552863600000,1552867200000,1552870800000,1552874400000,1552878000000,1552881600000,1552885200000,1552888800000,1552892400000,1552896000000,1552899600000,1552903200000,1552906800000,1552910400000,1552914000000,1552917600000,1552921200000,1552924800000,1552928400000,1552932000000,1552935600000,1552939200000,1552942800000,1552946400000,1552950000000,1552953600000,1552957200000,1552960800000,1552964400000,1552968000000,1552971600000,1552975200000,1552978800000,1552982400000,1552986000000,1552989600000,1552993200000,1552996800000,1553000400000,1553004000000,1553007600000,1553011200000,1553014800000,1553018400000,1553022000000,1553025600000,1553029200000,1553032800000,1553036400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[20,10,20,30,0,10,80,50,60,50,100,80,100,130,160,170,180,190,170,310,310,340,220,140,70,60,20,10,0,10,20,110,70,90,130,130,140,170,230,130,210,120,260,180,240,250,150,90,40,50,0,30,0,50,30,110,120,180,140,140,100,230,250,170,260,170,160,170,260,260,220,100,40,50,30,10,10,0,50,60,90,110,150,170,150,160,220,200,150,120,180,120,180,120,130,100,100,50,40,20,10,0,20,40,130,190,210,200,210,250,230,270,200,260,130,210,200,210,230,120,40,30,30,0,10,10,70,80,100,60,100,180,170,200,210,260,130,100,180,180,190,280,170,70,130,360,170,10,10,10,80,60,110,100,110,110,150,220,230,100,150,110,210,250,190,310,290,110]},{"name":"Unmuted","color":"#4fae4e","values":[20,0,0,0,10,50,70,100,40,80,200,220,220,240,210,120,220,220,230,280,350,380,250,160,80,40,10,0,0,20,80,130,150,200,210,190,210,210,220,160,290,270,260,200,270,120,120,90,0,0,10,0,0,20,20,130,100,190,110,250,80,180,210,210,150,250,150,200,190,160,190,90,20,10,0,0,10,0,20,60,50,160,210,210,140,200,150,230,230,100,120,90,120,110,150,120,160,230,30,20,0,0,10,30,60,160,220,180,130,180,110,120,170,170,200,160,220,110,90,130,90,50,10,0,10,10,40,60,80,80,130,170,130,230,200,130,210,310,220,240,200,210,160,120,30,50,10,0,0,10,80,100,60,90,120,160,150,200,190,150,210,200,290,130,210,210,200,80]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/17.json b/dist/chartDummyData/notifications_zoom/2019-03/17.json new file mode 100644 index 000000000..24b51ba20 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/17.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1552521600000,1552525200000,1552528800000,1552532400000,1552536000000,1552539600000,1552543200000,1552546800000,1552550400000,1552554000000,1552557600000,1552561200000,1552564800000,1552568400000,1552572000000,1552575600000,1552579200000,1552582800000,1552586400000,1552590000000,1552593600000,1552597200000,1552600800000,1552604400000,1552608000000,1552611600000,1552615200000,1552618800000,1552622400000,1552626000000,1552629600000,1552633200000,1552636800000,1552640400000,1552644000000,1552647600000,1552651200000,1552654800000,1552658400000,1552662000000,1552665600000,1552669200000,1552672800000,1552676400000,1552680000000,1552683600000,1552687200000,1552690800000,1552694400000,1552698000000,1552701600000,1552705200000,1552708800000,1552712400000,1552716000000,1552719600000,1552723200000,1552726800000,1552730400000,1552734000000,1552737600000,1552741200000,1552744800000,1552748400000,1552752000000,1552755600000,1552759200000,1552762800000,1552766400000,1552770000000,1552773600000,1552777200000,1552780800000,1552784400000,1552788000000,1552791600000,1552795200000,1552798800000,1552802400000,1552806000000,1552809600000,1552813200000,1552816800000,1552820400000,1552824000000,1552827600000,1552831200000,1552834800000,1552838400000,1552842000000,1552845600000,1552849200000,1552852800000,1552856400000,1552860000000,1552863600000,1552867200000,1552870800000,1552874400000,1552878000000,1552881600000,1552885200000,1552888800000,1552892400000,1552896000000,1552899600000,1552903200000,1552906800000,1552910400000,1552914000000,1552917600000,1552921200000,1552924800000,1552928400000,1552932000000,1552935600000,1552939200000,1552942800000,1552946400000,1552950000000,1552953600000,1552957200000,1552960800000,1552964400000,1552968000000,1552971600000,1552975200000,1552978800000,1552982400000,1552986000000,1552989600000,1552993200000,1552996800000,1553000400000,1553004000000,1553007600000,1553011200000,1553014800000,1553018400000,1553022000000,1553025600000,1553029200000,1553032800000,1553036400000,1553040000000,1553043600000,1553047200000,1553050800000,1553054400000,1553058000000,1553061600000,1553065200000,1553068800000,1553072400000,1553076000000,1553079600000,1553083200000,1553086800000,1553090400000,1553094000000,1553097600000,1553101200000,1553104800000,1553108400000,1553112000000,1553115600000,1553119200000,1553122800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[70,60,20,10,0,10,20,110,70,90,130,130,140,170,230,130,210,120,260,180,240,250,150,90,40,50,0,30,0,50,30,110,120,180,140,140,100,230,250,170,260,170,160,170,260,260,220,100,40,50,30,10,10,0,50,60,90,110,150,170,150,160,220,200,150,120,180,120,180,120,130,100,100,50,40,20,10,0,20,40,130,190,210,200,210,250,230,270,200,260,130,210,200,210,230,120,40,30,30,0,10,10,70,80,100,60,100,180,170,200,210,260,130,100,180,180,190,280,170,70,130,360,170,10,10,10,80,60,110,100,110,110,150,220,230,100,150,110,210,250,190,310,290,110,100,30,10,10,20,80,80,280,100,160,120,170,170,150,190,70,130,290,270,140,290,240,210,170]},{"name":"Unmuted","color":"#4fae4e","values":[80,40,10,0,0,20,80,130,150,200,210,190,210,210,220,160,290,270,260,200,270,120,120,90,0,0,10,0,0,20,20,130,100,190,110,250,80,180,210,210,150,250,150,200,190,160,190,90,20,10,0,0,10,0,20,60,50,160,210,210,140,200,150,230,230,100,120,90,120,110,150,120,160,230,30,20,0,0,10,30,60,160,220,180,130,180,110,120,170,170,200,160,220,110,90,130,90,50,10,0,10,10,40,60,80,80,130,170,130,230,200,130,210,310,220,240,200,210,160,120,30,50,10,0,0,10,80,100,60,90,120,160,150,200,190,150,210,200,290,130,210,210,200,80,30,20,0,0,0,30,40,60,130,50,110,110,190,200,300,130,120,260,180,270,230,170,190,30]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/18.json b/dist/chartDummyData/notifications_zoom/2019-03/18.json new file mode 100644 index 000000000..63a5d1701 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/18.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1552608000000,1552611600000,1552615200000,1552618800000,1552622400000,1552626000000,1552629600000,1552633200000,1552636800000,1552640400000,1552644000000,1552647600000,1552651200000,1552654800000,1552658400000,1552662000000,1552665600000,1552669200000,1552672800000,1552676400000,1552680000000,1552683600000,1552687200000,1552690800000,1552694400000,1552698000000,1552701600000,1552705200000,1552708800000,1552712400000,1552716000000,1552719600000,1552723200000,1552726800000,1552730400000,1552734000000,1552737600000,1552741200000,1552744800000,1552748400000,1552752000000,1552755600000,1552759200000,1552762800000,1552766400000,1552770000000,1552773600000,1552777200000,1552780800000,1552784400000,1552788000000,1552791600000,1552795200000,1552798800000,1552802400000,1552806000000,1552809600000,1552813200000,1552816800000,1552820400000,1552824000000,1552827600000,1552831200000,1552834800000,1552838400000,1552842000000,1552845600000,1552849200000,1552852800000,1552856400000,1552860000000,1552863600000,1552867200000,1552870800000,1552874400000,1552878000000,1552881600000,1552885200000,1552888800000,1552892400000,1552896000000,1552899600000,1552903200000,1552906800000,1552910400000,1552914000000,1552917600000,1552921200000,1552924800000,1552928400000,1552932000000,1552935600000,1552939200000,1552942800000,1552946400000,1552950000000,1552953600000,1552957200000,1552960800000,1552964400000,1552968000000,1552971600000,1552975200000,1552978800000,1552982400000,1552986000000,1552989600000,1552993200000,1552996800000,1553000400000,1553004000000,1553007600000,1553011200000,1553014800000,1553018400000,1553022000000,1553025600000,1553029200000,1553032800000,1553036400000,1553040000000,1553043600000,1553047200000,1553050800000,1553054400000,1553058000000,1553061600000,1553065200000,1553068800000,1553072400000,1553076000000,1553079600000,1553083200000,1553086800000,1553090400000,1553094000000,1553097600000,1553101200000,1553104800000,1553108400000,1553112000000,1553115600000,1553119200000,1553122800000,1553126400000,1553130000000,1553133600000,1553137200000,1553140800000,1553144400000,1553148000000,1553151600000,1553155200000,1553158800000,1553162400000,1553166000000,1553169600000,1553173200000,1553176800000,1553180400000,1553184000000,1553187600000,1553191200000,1553194800000,1553198400000,1553202000000,1553205600000,1553209200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[40,50,0,30,0,50,30,110,120,180,140,140,100,230,250,170,260,170,160,170,260,260,220,100,40,50,30,10,10,0,50,60,90,110,150,170,150,160,220,200,150,120,180,120,180,120,130,100,100,50,40,20,10,0,20,40,130,190,210,200,210,250,230,270,200,260,130,210,200,210,230,120,40,30,30,0,10,10,70,80,100,60,100,180,170,200,210,260,130,100,180,180,190,280,170,70,130,360,170,10,10,10,80,60,110,100,110,110,150,220,230,100,150,110,210,250,190,310,290,110,100,30,10,10,20,80,80,280,100,160,120,170,170,150,190,70,130,290,270,140,290,240,210,170,90,30,50,30,50,20,70,80,30,110,100,170,180,210,360,120,180,200,210,230,210,250,130,100]},{"name":"Unmuted","color":"#4fae4e","values":[0,0,10,0,0,20,20,130,100,190,110,250,80,180,210,210,150,250,150,200,190,160,190,90,20,10,0,0,10,0,20,60,50,160,210,210,140,200,150,230,230,100,120,90,120,110,150,120,160,230,30,20,0,0,10,30,60,160,220,180,130,180,110,120,170,170,200,160,220,110,90,130,90,50,10,0,10,10,40,60,80,80,130,170,130,230,200,130,210,310,220,240,200,210,160,120,30,50,10,0,0,10,80,100,60,90,120,160,150,200,190,150,210,200,290,130,210,210,200,80,30,20,0,0,0,30,40,60,130,50,110,110,190,200,300,130,120,260,180,270,230,170,190,30,100,30,10,0,10,50,100,90,160,130,130,120,100,200,200,240,260,100,200,170,350,240,170,100]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/19.json b/dist/chartDummyData/notifications_zoom/2019-03/19.json new file mode 100644 index 000000000..f6e653790 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/19.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1552694400000,1552698000000,1552701600000,1552705200000,1552708800000,1552712400000,1552716000000,1552719600000,1552723200000,1552726800000,1552730400000,1552734000000,1552737600000,1552741200000,1552744800000,1552748400000,1552752000000,1552755600000,1552759200000,1552762800000,1552766400000,1552770000000,1552773600000,1552777200000,1552780800000,1552784400000,1552788000000,1552791600000,1552795200000,1552798800000,1552802400000,1552806000000,1552809600000,1552813200000,1552816800000,1552820400000,1552824000000,1552827600000,1552831200000,1552834800000,1552838400000,1552842000000,1552845600000,1552849200000,1552852800000,1552856400000,1552860000000,1552863600000,1552867200000,1552870800000,1552874400000,1552878000000,1552881600000,1552885200000,1552888800000,1552892400000,1552896000000,1552899600000,1552903200000,1552906800000,1552910400000,1552914000000,1552917600000,1552921200000,1552924800000,1552928400000,1552932000000,1552935600000,1552939200000,1552942800000,1552946400000,1552950000000,1552953600000,1552957200000,1552960800000,1552964400000,1552968000000,1552971600000,1552975200000,1552978800000,1552982400000,1552986000000,1552989600000,1552993200000,1552996800000,1553000400000,1553004000000,1553007600000,1553011200000,1553014800000,1553018400000,1553022000000,1553025600000,1553029200000,1553032800000,1553036400000,1553040000000,1553043600000,1553047200000,1553050800000,1553054400000,1553058000000,1553061600000,1553065200000,1553068800000,1553072400000,1553076000000,1553079600000,1553083200000,1553086800000,1553090400000,1553094000000,1553097600000,1553101200000,1553104800000,1553108400000,1553112000000,1553115600000,1553119200000,1553122800000,1553126400000,1553130000000,1553133600000,1553137200000,1553140800000,1553144400000,1553148000000,1553151600000,1553155200000,1553158800000,1553162400000,1553166000000,1553169600000,1553173200000,1553176800000,1553180400000,1553184000000,1553187600000,1553191200000,1553194800000,1553198400000,1553202000000,1553205600000,1553209200000,1553212800000,1553216400000,1553220000000,1553223600000,1553227200000,1553230800000,1553234400000,1553238000000,1553241600000,1553245200000,1553248800000,1553252400000,1553256000000,1553259600000,1553263200000,1553266800000,1553270400000,1553274000000,1553277600000,1553281200000,1553284800000,1553288400000,1553292000000,1553295600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[40,50,30,10,10,0,50,60,90,110,150,170,150,160,220,200,150,120,180,120,180,120,130,100,100,50,40,20,10,0,20,40,130,190,210,200,210,250,230,270,200,260,130,210,200,210,230,120,40,30,30,0,10,10,70,80,100,60,100,180,170,200,210,260,130,100,180,180,190,280,170,70,130,360,170,10,10,10,80,60,110,100,110,110,150,220,230,100,150,110,210,250,190,310,290,110,100,30,10,10,20,80,80,280,100,160,120,170,170,150,190,70,130,290,270,140,290,240,210,170,90,30,50,30,50,20,70,80,30,110,100,170,180,210,360,120,180,200,210,230,210,250,130,100,80,40,30,40,10,20,60,90,80,130,90,220,100,120,210,160,110,270,350,360,150,180,160,90]},{"name":"Unmuted","color":"#4fae4e","values":[20,10,0,0,10,0,20,60,50,160,210,210,140,200,150,230,230,100,120,90,120,110,150,120,160,230,30,20,0,0,10,30,60,160,220,180,130,180,110,120,170,170,200,160,220,110,90,130,90,50,10,0,10,10,40,60,80,80,130,170,130,230,200,130,210,310,220,240,200,210,160,120,30,50,10,0,0,10,80,100,60,90,120,160,150,200,190,150,210,200,290,130,210,210,200,80,30,20,0,0,0,30,40,60,130,50,110,110,190,200,300,130,120,260,180,270,230,170,190,30,100,30,10,0,10,50,100,90,160,130,130,120,100,200,200,240,260,100,200,170,350,240,170,100,60,20,50,10,0,40,50,500,120,120,170,140,180,150,170,210,230,270,170,240,240,330,170,80]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/20.json b/dist/chartDummyData/notifications_zoom/2019-03/20.json new file mode 100644 index 000000000..bd0ef7a51 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/20.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1552780800000,1552784400000,1552788000000,1552791600000,1552795200000,1552798800000,1552802400000,1552806000000,1552809600000,1552813200000,1552816800000,1552820400000,1552824000000,1552827600000,1552831200000,1552834800000,1552838400000,1552842000000,1552845600000,1552849200000,1552852800000,1552856400000,1552860000000,1552863600000,1552867200000,1552870800000,1552874400000,1552878000000,1552881600000,1552885200000,1552888800000,1552892400000,1552896000000,1552899600000,1552903200000,1552906800000,1552910400000,1552914000000,1552917600000,1552921200000,1552924800000,1552928400000,1552932000000,1552935600000,1552939200000,1552942800000,1552946400000,1552950000000,1552953600000,1552957200000,1552960800000,1552964400000,1552968000000,1552971600000,1552975200000,1552978800000,1552982400000,1552986000000,1552989600000,1552993200000,1552996800000,1553000400000,1553004000000,1553007600000,1553011200000,1553014800000,1553018400000,1553022000000,1553025600000,1553029200000,1553032800000,1553036400000,1553040000000,1553043600000,1553047200000,1553050800000,1553054400000,1553058000000,1553061600000,1553065200000,1553068800000,1553072400000,1553076000000,1553079600000,1553083200000,1553086800000,1553090400000,1553094000000,1553097600000,1553101200000,1553104800000,1553108400000,1553112000000,1553115600000,1553119200000,1553122800000,1553126400000,1553130000000,1553133600000,1553137200000,1553140800000,1553144400000,1553148000000,1553151600000,1553155200000,1553158800000,1553162400000,1553166000000,1553169600000,1553173200000,1553176800000,1553180400000,1553184000000,1553187600000,1553191200000,1553194800000,1553198400000,1553202000000,1553205600000,1553209200000,1553212800000,1553216400000,1553220000000,1553223600000,1553227200000,1553230800000,1553234400000,1553238000000,1553241600000,1553245200000,1553248800000,1553252400000,1553256000000,1553259600000,1553263200000,1553266800000,1553270400000,1553274000000,1553277600000,1553281200000,1553284800000,1553288400000,1553292000000,1553295600000,1553299200000,1553302800000,1553306400000,1553310000000,1553313600000,1553317200000,1553320800000,1553324400000,1553328000000,1553331600000,1553335200000,1553338800000,1553342400000,1553346000000,1553349600000,1553353200000,1553356800000,1553360400000,1553364000000,1553367600000,1553371200000,1553374800000,1553378400000,1553382000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[100,50,40,20,10,0,20,40,130,190,210,200,210,250,230,270,200,260,130,210,200,210,230,120,40,30,30,0,10,10,70,80,100,60,100,180,170,200,210,260,130,100,180,180,190,280,170,70,130,360,170,10,10,10,80,60,110,100,110,110,150,220,230,100,150,110,210,250,190,310,290,110,100,30,10,10,20,80,80,280,100,160,120,170,170,150,190,70,130,290,270,140,290,240,210,170,90,30,50,30,50,20,70,80,30,110,100,170,180,210,360,120,180,200,210,230,210,250,130,100,80,40,30,40,10,20,60,90,80,130,90,220,100,120,210,160,110,270,350,360,150,180,160,90,80,60,10,50,0,0,20,50,90,70,90,180,160,230,200,170,170,200,290,140,120,210,70,70]},{"name":"Unmuted","color":"#4fae4e","values":[160,230,30,20,0,0,10,30,60,160,220,180,130,180,110,120,170,170,200,160,220,110,90,130,90,50,10,0,10,10,40,60,80,80,130,170,130,230,200,130,210,310,220,240,200,210,160,120,30,50,10,0,0,10,80,100,60,90,120,160,150,200,190,150,210,200,290,130,210,210,200,80,30,20,0,0,0,30,40,60,130,50,110,110,190,200,300,130,120,260,180,270,230,170,190,30,100,30,10,0,10,50,100,90,160,130,130,120,100,200,200,240,260,100,200,170,350,240,170,100,60,20,50,10,0,40,50,500,120,120,170,140,180,150,170,210,230,270,170,240,240,330,170,80,10,60,0,10,0,10,20,100,100,140,90,170,110,230,180,170,200,170,210,150,90,140,40,60]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/21.json b/dist/chartDummyData/notifications_zoom/2019-03/21.json new file mode 100644 index 000000000..f6ac8dcc7 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/21.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1552867200000,1552870800000,1552874400000,1552878000000,1552881600000,1552885200000,1552888800000,1552892400000,1552896000000,1552899600000,1552903200000,1552906800000,1552910400000,1552914000000,1552917600000,1552921200000,1552924800000,1552928400000,1552932000000,1552935600000,1552939200000,1552942800000,1552946400000,1552950000000,1552953600000,1552957200000,1552960800000,1552964400000,1552968000000,1552971600000,1552975200000,1552978800000,1552982400000,1552986000000,1552989600000,1552993200000,1552996800000,1553000400000,1553004000000,1553007600000,1553011200000,1553014800000,1553018400000,1553022000000,1553025600000,1553029200000,1553032800000,1553036400000,1553040000000,1553043600000,1553047200000,1553050800000,1553054400000,1553058000000,1553061600000,1553065200000,1553068800000,1553072400000,1553076000000,1553079600000,1553083200000,1553086800000,1553090400000,1553094000000,1553097600000,1553101200000,1553104800000,1553108400000,1553112000000,1553115600000,1553119200000,1553122800000,1553126400000,1553130000000,1553133600000,1553137200000,1553140800000,1553144400000,1553148000000,1553151600000,1553155200000,1553158800000,1553162400000,1553166000000,1553169600000,1553173200000,1553176800000,1553180400000,1553184000000,1553187600000,1553191200000,1553194800000,1553198400000,1553202000000,1553205600000,1553209200000,1553212800000,1553216400000,1553220000000,1553223600000,1553227200000,1553230800000,1553234400000,1553238000000,1553241600000,1553245200000,1553248800000,1553252400000,1553256000000,1553259600000,1553263200000,1553266800000,1553270400000,1553274000000,1553277600000,1553281200000,1553284800000,1553288400000,1553292000000,1553295600000,1553299200000,1553302800000,1553306400000,1553310000000,1553313600000,1553317200000,1553320800000,1553324400000,1553328000000,1553331600000,1553335200000,1553338800000,1553342400000,1553346000000,1553349600000,1553353200000,1553356800000,1553360400000,1553364000000,1553367600000,1553371200000,1553374800000,1553378400000,1553382000000,1553385600000,1553389200000,1553392800000,1553396400000,1553400000000,1553403600000,1553407200000,1553410800000,1553414400000,1553418000000,1553421600000,1553425200000,1553428800000,1553432400000,1553436000000,1553439600000,1553443200000,1553446800000,1553450400000,1553454000000,1553457600000,1553461200000,1553464800000,1553468400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[40,30,30,0,10,10,70,80,100,60,100,180,170,200,210,260,130,100,180,180,190,280,170,70,130,360,170,10,10,10,80,60,110,100,110,110,150,220,230,100,150,110,210,250,190,310,290,110,100,30,10,10,20,80,80,280,100,160,120,170,170,150,190,70,130,290,270,140,290,240,210,170,90,30,50,30,50,20,70,80,30,110,100,170,180,210,360,120,180,200,210,230,210,250,130,100,80,40,30,40,10,20,60,90,80,130,90,220,100,120,210,160,110,270,350,360,150,180,160,90,80,60,10,50,0,0,20,50,90,70,90,180,160,230,200,170,170,200,290,140,120,210,70,70,210,20,140,0,0,0,90,70,70,60,240,170,180,170,210,100,160,200,230,150,140,300,190,140]},{"name":"Unmuted","color":"#4fae4e","values":[90,50,10,0,10,10,40,60,80,80,130,170,130,230,200,130,210,310,220,240,200,210,160,120,30,50,10,0,0,10,80,100,60,90,120,160,150,200,190,150,210,200,290,130,210,210,200,80,30,20,0,0,0,30,40,60,130,50,110,110,190,200,300,130,120,260,180,270,230,170,190,30,100,30,10,0,10,50,100,90,160,130,130,120,100,200,200,240,260,100,200,170,350,240,170,100,60,20,50,10,0,40,50,500,120,120,170,140,180,150,170,210,230,270,170,240,240,330,170,80,10,60,0,10,0,10,20,100,100,140,90,170,110,230,180,170,200,170,210,150,90,140,40,60,90,20,30,20,0,0,10,30,50,110,230,100,120,260,280,200,110,110,180,130,230,150,120,30]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/22.json b/dist/chartDummyData/notifications_zoom/2019-03/22.json new file mode 100644 index 000000000..451e84652 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/22.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1552953600000,1552957200000,1552960800000,1552964400000,1552968000000,1552971600000,1552975200000,1552978800000,1552982400000,1552986000000,1552989600000,1552993200000,1552996800000,1553000400000,1553004000000,1553007600000,1553011200000,1553014800000,1553018400000,1553022000000,1553025600000,1553029200000,1553032800000,1553036400000,1553040000000,1553043600000,1553047200000,1553050800000,1553054400000,1553058000000,1553061600000,1553065200000,1553068800000,1553072400000,1553076000000,1553079600000,1553083200000,1553086800000,1553090400000,1553094000000,1553097600000,1553101200000,1553104800000,1553108400000,1553112000000,1553115600000,1553119200000,1553122800000,1553126400000,1553130000000,1553133600000,1553137200000,1553140800000,1553144400000,1553148000000,1553151600000,1553155200000,1553158800000,1553162400000,1553166000000,1553169600000,1553173200000,1553176800000,1553180400000,1553184000000,1553187600000,1553191200000,1553194800000,1553198400000,1553202000000,1553205600000,1553209200000,1553212800000,1553216400000,1553220000000,1553223600000,1553227200000,1553230800000,1553234400000,1553238000000,1553241600000,1553245200000,1553248800000,1553252400000,1553256000000,1553259600000,1553263200000,1553266800000,1553270400000,1553274000000,1553277600000,1553281200000,1553284800000,1553288400000,1553292000000,1553295600000,1553299200000,1553302800000,1553306400000,1553310000000,1553313600000,1553317200000,1553320800000,1553324400000,1553328000000,1553331600000,1553335200000,1553338800000,1553342400000,1553346000000,1553349600000,1553353200000,1553356800000,1553360400000,1553364000000,1553367600000,1553371200000,1553374800000,1553378400000,1553382000000,1553385600000,1553389200000,1553392800000,1553396400000,1553400000000,1553403600000,1553407200000,1553410800000,1553414400000,1553418000000,1553421600000,1553425200000,1553428800000,1553432400000,1553436000000,1553439600000,1553443200000,1553446800000,1553450400000,1553454000000,1553457600000,1553461200000,1553464800000,1553468400000,1553472000000,1553475600000,1553479200000,1553482800000,1553486400000,1553490000000,1553493600000,1553497200000,1553500800000,1553504400000,1553508000000,1553511600000,1553515200000,1553518800000,1553522400000,1553526000000,1553529600000,1553533200000,1553536800000,1553540400000,1553544000000,1553547600000,1553551200000,1553554800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[130,360,170,10,10,10,80,60,110,100,110,110,150,220,230,100,150,110,210,250,190,310,290,110,100,30,10,10,20,80,80,280,100,160,120,170,170,150,190,70,130,290,270,140,290,240,210,170,90,30,50,30,50,20,70,80,30,110,100,170,180,210,360,120,180,200,210,230,210,250,130,100,80,40,30,40,10,20,60,90,80,130,90,220,100,120,210,160,110,270,350,360,150,180,160,90,80,60,10,50,0,0,20,50,90,70,90,180,160,230,200,170,170,200,290,140,120,210,70,70,210,20,140,0,0,0,90,70,70,60,240,170,180,170,210,100,160,200,230,150,140,300,190,140,20,40,10,10,0,10,30,40,70,60,110,80,80,160,310,160,270,210,310,130,170,270,80,90]},{"name":"Unmuted","color":"#4fae4e","values":[30,50,10,0,0,10,80,100,60,90,120,160,150,200,190,150,210,200,290,130,210,210,200,80,30,20,0,0,0,30,40,60,130,50,110,110,190,200,300,130,120,260,180,270,230,170,190,30,100,30,10,0,10,50,100,90,160,130,130,120,100,200,200,240,260,100,200,170,350,240,170,100,60,20,50,10,0,40,50,500,120,120,170,140,180,150,170,210,230,270,170,240,240,330,170,80,10,60,0,10,0,10,20,100,100,140,90,170,110,230,180,170,200,170,210,150,90,140,40,60,90,20,30,20,0,0,10,30,50,110,230,100,120,260,280,200,110,110,180,130,230,150,120,30,20,0,0,0,0,0,80,150,110,220,130,210,200,160,130,250,200,230,290,180,220,250,200,50]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/23.json b/dist/chartDummyData/notifications_zoom/2019-03/23.json new file mode 100644 index 000000000..6c11b8c6d --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/23.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1553040000000,1553043600000,1553047200000,1553050800000,1553054400000,1553058000000,1553061600000,1553065200000,1553068800000,1553072400000,1553076000000,1553079600000,1553083200000,1553086800000,1553090400000,1553094000000,1553097600000,1553101200000,1553104800000,1553108400000,1553112000000,1553115600000,1553119200000,1553122800000,1553126400000,1553130000000,1553133600000,1553137200000,1553140800000,1553144400000,1553148000000,1553151600000,1553155200000,1553158800000,1553162400000,1553166000000,1553169600000,1553173200000,1553176800000,1553180400000,1553184000000,1553187600000,1553191200000,1553194800000,1553198400000,1553202000000,1553205600000,1553209200000,1553212800000,1553216400000,1553220000000,1553223600000,1553227200000,1553230800000,1553234400000,1553238000000,1553241600000,1553245200000,1553248800000,1553252400000,1553256000000,1553259600000,1553263200000,1553266800000,1553270400000,1553274000000,1553277600000,1553281200000,1553284800000,1553288400000,1553292000000,1553295600000,1553299200000,1553302800000,1553306400000,1553310000000,1553313600000,1553317200000,1553320800000,1553324400000,1553328000000,1553331600000,1553335200000,1553338800000,1553342400000,1553346000000,1553349600000,1553353200000,1553356800000,1553360400000,1553364000000,1553367600000,1553371200000,1553374800000,1553378400000,1553382000000,1553385600000,1553389200000,1553392800000,1553396400000,1553400000000,1553403600000,1553407200000,1553410800000,1553414400000,1553418000000,1553421600000,1553425200000,1553428800000,1553432400000,1553436000000,1553439600000,1553443200000,1553446800000,1553450400000,1553454000000,1553457600000,1553461200000,1553464800000,1553468400000,1553472000000,1553475600000,1553479200000,1553482800000,1553486400000,1553490000000,1553493600000,1553497200000,1553500800000,1553504400000,1553508000000,1553511600000,1553515200000,1553518800000,1553522400000,1553526000000,1553529600000,1553533200000,1553536800000,1553540400000,1553544000000,1553547600000,1553551200000,1553554800000,1553558400000,1553562000000,1553565600000,1553569200000,1553572800000,1553576400000,1553580000000,1553583600000,1553587200000,1553590800000,1553594400000,1553598000000,1553601600000,1553605200000,1553608800000,1553612400000,1553616000000,1553619600000,1553623200000,1553626800000,1553630400000,1553634000000,1553637600000,1553641200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[100,30,10,10,20,80,80,280,100,160,120,170,170,150,190,70,130,290,270,140,290,240,210,170,90,30,50,30,50,20,70,80,30,110,100,170,180,210,360,120,180,200,210,230,210,250,130,100,80,40,30,40,10,20,60,90,80,130,90,220,100,120,210,160,110,270,350,360,150,180,160,90,80,60,10,50,0,0,20,50,90,70,90,180,160,230,200,170,170,200,290,140,120,210,70,70,210,20,140,0,0,0,90,70,70,60,240,170,180,170,210,100,160,200,230,150,140,300,190,140,20,40,10,10,0,10,30,40,70,60,110,80,80,160,310,160,270,210,310,130,170,270,80,90,10,50,0,20,40,20,30,70,430,80,110,40,100,130,470,120,240,180,200,210,130,170,270,90]},{"name":"Unmuted","color":"#4fae4e","values":[30,20,0,0,0,30,40,60,130,50,110,110,190,200,300,130,120,260,180,270,230,170,190,30,100,30,10,0,10,50,100,90,160,130,130,120,100,200,200,240,260,100,200,170,350,240,170,100,60,20,50,10,0,40,50,500,120,120,170,140,180,150,170,210,230,270,170,240,240,330,170,80,10,60,0,10,0,10,20,100,100,140,90,170,110,230,180,170,200,170,210,150,90,140,40,60,90,20,30,20,0,0,10,30,50,110,230,100,120,260,280,200,110,110,180,130,230,150,120,30,20,0,0,0,0,0,80,150,110,220,130,210,200,160,130,250,200,230,290,180,220,250,200,50,40,10,0,30,0,40,70,160,140,90,130,130,160,180,160,160,170,210,100,240,250,250,100,40]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/24.json b/dist/chartDummyData/notifications_zoom/2019-03/24.json new file mode 100644 index 000000000..9384a3475 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/24.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1553126400000,1553130000000,1553133600000,1553137200000,1553140800000,1553144400000,1553148000000,1553151600000,1553155200000,1553158800000,1553162400000,1553166000000,1553169600000,1553173200000,1553176800000,1553180400000,1553184000000,1553187600000,1553191200000,1553194800000,1553198400000,1553202000000,1553205600000,1553209200000,1553212800000,1553216400000,1553220000000,1553223600000,1553227200000,1553230800000,1553234400000,1553238000000,1553241600000,1553245200000,1553248800000,1553252400000,1553256000000,1553259600000,1553263200000,1553266800000,1553270400000,1553274000000,1553277600000,1553281200000,1553284800000,1553288400000,1553292000000,1553295600000,1553299200000,1553302800000,1553306400000,1553310000000,1553313600000,1553317200000,1553320800000,1553324400000,1553328000000,1553331600000,1553335200000,1553338800000,1553342400000,1553346000000,1553349600000,1553353200000,1553356800000,1553360400000,1553364000000,1553367600000,1553371200000,1553374800000,1553378400000,1553382000000,1553385600000,1553389200000,1553392800000,1553396400000,1553400000000,1553403600000,1553407200000,1553410800000,1553414400000,1553418000000,1553421600000,1553425200000,1553428800000,1553432400000,1553436000000,1553439600000,1553443200000,1553446800000,1553450400000,1553454000000,1553457600000,1553461200000,1553464800000,1553468400000,1553472000000,1553475600000,1553479200000,1553482800000,1553486400000,1553490000000,1553493600000,1553497200000,1553500800000,1553504400000,1553508000000,1553511600000,1553515200000,1553518800000,1553522400000,1553526000000,1553529600000,1553533200000,1553536800000,1553540400000,1553544000000,1553547600000,1553551200000,1553554800000,1553558400000,1553562000000,1553565600000,1553569200000,1553572800000,1553576400000,1553580000000,1553583600000,1553587200000,1553590800000,1553594400000,1553598000000,1553601600000,1553605200000,1553608800000,1553612400000,1553616000000,1553619600000,1553623200000,1553626800000,1553630400000,1553634000000,1553637600000,1553641200000,1553644800000,1553648400000,1553652000000,1553655600000,1553659200000,1553662800000,1553666400000,1553670000000,1553673600000,1553677200000,1553680800000,1553684400000,1553688000000,1553691600000,1553695200000,1553698800000,1553702400000,1553706000000,1553709600000,1553713200000,1553716800000,1553720400000,1553724000000,1553727600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[90,30,50,30,50,20,70,80,30,110,100,170,180,210,360,120,180,200,210,230,210,250,130,100,80,40,30,40,10,20,60,90,80,130,90,220,100,120,210,160,110,270,350,360,150,180,160,90,80,60,10,50,0,0,20,50,90,70,90,180,160,230,200,170,170,200,290,140,120,210,70,70,210,20,140,0,0,0,90,70,70,60,240,170,180,170,210,100,160,200,230,150,140,300,190,140,20,40,10,10,0,10,30,40,70,60,110,80,80,160,310,160,270,210,310,130,170,270,80,90,10,50,0,20,40,20,30,70,430,80,110,40,100,130,470,120,240,180,200,210,130,170,270,90,120,10,10,0,0,30,60,150,60,130,40,200,260,120,180,170,120,230,270,200,250,240,150,90]},{"name":"Unmuted","color":"#4fae4e","values":[100,30,10,0,10,50,100,90,160,130,130,120,100,200,200,240,260,100,200,170,350,240,170,100,60,20,50,10,0,40,50,500,120,120,170,140,180,150,170,210,230,270,170,240,240,330,170,80,10,60,0,10,0,10,20,100,100,140,90,170,110,230,180,170,200,170,210,150,90,140,40,60,90,20,30,20,0,0,10,30,50,110,230,100,120,260,280,200,110,110,180,130,230,150,120,30,20,0,0,0,0,0,80,150,110,220,130,210,200,160,130,250,200,230,290,180,220,250,200,50,40,10,0,30,0,40,70,160,140,90,130,130,160,180,160,160,170,210,100,240,250,250,100,40,10,10,20,20,0,10,40,120,120,230,100,140,180,220,220,170,220,260,220,290,210,120,160,150]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/25.json b/dist/chartDummyData/notifications_zoom/2019-03/25.json new file mode 100644 index 000000000..b23c885bb --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/25.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1553212800000,1553216400000,1553220000000,1553223600000,1553227200000,1553230800000,1553234400000,1553238000000,1553241600000,1553245200000,1553248800000,1553252400000,1553256000000,1553259600000,1553263200000,1553266800000,1553270400000,1553274000000,1553277600000,1553281200000,1553284800000,1553288400000,1553292000000,1553295600000,1553299200000,1553302800000,1553306400000,1553310000000,1553313600000,1553317200000,1553320800000,1553324400000,1553328000000,1553331600000,1553335200000,1553338800000,1553342400000,1553346000000,1553349600000,1553353200000,1553356800000,1553360400000,1553364000000,1553367600000,1553371200000,1553374800000,1553378400000,1553382000000,1553385600000,1553389200000,1553392800000,1553396400000,1553400000000,1553403600000,1553407200000,1553410800000,1553414400000,1553418000000,1553421600000,1553425200000,1553428800000,1553432400000,1553436000000,1553439600000,1553443200000,1553446800000,1553450400000,1553454000000,1553457600000,1553461200000,1553464800000,1553468400000,1553472000000,1553475600000,1553479200000,1553482800000,1553486400000,1553490000000,1553493600000,1553497200000,1553500800000,1553504400000,1553508000000,1553511600000,1553515200000,1553518800000,1553522400000,1553526000000,1553529600000,1553533200000,1553536800000,1553540400000,1553544000000,1553547600000,1553551200000,1553554800000,1553558400000,1553562000000,1553565600000,1553569200000,1553572800000,1553576400000,1553580000000,1553583600000,1553587200000,1553590800000,1553594400000,1553598000000,1553601600000,1553605200000,1553608800000,1553612400000,1553616000000,1553619600000,1553623200000,1553626800000,1553630400000,1553634000000,1553637600000,1553641200000,1553644800000,1553648400000,1553652000000,1553655600000,1553659200000,1553662800000,1553666400000,1553670000000,1553673600000,1553677200000,1553680800000,1553684400000,1553688000000,1553691600000,1553695200000,1553698800000,1553702400000,1553706000000,1553709600000,1553713200000,1553716800000,1553720400000,1553724000000,1553727600000,1553731200000,1553734800000,1553738400000,1553742000000,1553745600000,1553749200000,1553752800000,1553756400000,1553760000000,1553763600000,1553767200000,1553770800000,1553774400000,1553778000000,1553781600000,1553785200000,1553788800000,1553792400000,1553796000000,1553799600000,1553803200000,1553806800000,1553810400000,1553814000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[80,40,30,40,10,20,60,90,80,130,90,220,100,120,210,160,110,270,350,360,150,180,160,90,80,60,10,50,0,0,20,50,90,70,90,180,160,230,200,170,170,200,290,140,120,210,70,70,210,20,140,0,0,0,90,70,70,60,240,170,180,170,210,100,160,200,230,150,140,300,190,140,20,40,10,10,0,10,30,40,70,60,110,80,80,160,310,160,270,210,310,130,170,270,80,90,10,50,0,20,40,20,30,70,430,80,110,40,100,130,470,120,240,180,200,210,130,170,270,90,120,10,10,0,0,30,60,150,60,130,40,200,260,120,180,170,120,230,270,200,250,240,150,90,60,40,20,0,10,20,40,50,90,100,110,70,290,180,320,170,190,210,280,310,210,280,110,150]},{"name":"Unmuted","color":"#4fae4e","values":[60,20,50,10,0,40,50,500,120,120,170,140,180,150,170,210,230,270,170,240,240,330,170,80,10,60,0,10,0,10,20,100,100,140,90,170,110,230,180,170,200,170,210,150,90,140,40,60,90,20,30,20,0,0,10,30,50,110,230,100,120,260,280,200,110,110,180,130,230,150,120,30,20,0,0,0,0,0,80,150,110,220,130,210,200,160,130,250,200,230,290,180,220,250,200,50,40,10,0,30,0,40,70,160,140,90,130,130,160,180,160,160,170,210,100,240,250,250,100,40,10,10,20,20,0,10,40,120,120,230,100,140,180,220,220,170,220,260,220,290,210,120,160,150,140,70,0,20,0,0,20,110,190,130,120,130,160,230,200,240,190,260,200,370,160,300,140,40]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/26.json b/dist/chartDummyData/notifications_zoom/2019-03/26.json new file mode 100644 index 000000000..a9a1c6161 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/26.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1553299200000,1553302800000,1553306400000,1553310000000,1553313600000,1553317200000,1553320800000,1553324400000,1553328000000,1553331600000,1553335200000,1553338800000,1553342400000,1553346000000,1553349600000,1553353200000,1553356800000,1553360400000,1553364000000,1553367600000,1553371200000,1553374800000,1553378400000,1553382000000,1553385600000,1553389200000,1553392800000,1553396400000,1553400000000,1553403600000,1553407200000,1553410800000,1553414400000,1553418000000,1553421600000,1553425200000,1553428800000,1553432400000,1553436000000,1553439600000,1553443200000,1553446800000,1553450400000,1553454000000,1553457600000,1553461200000,1553464800000,1553468400000,1553472000000,1553475600000,1553479200000,1553482800000,1553486400000,1553490000000,1553493600000,1553497200000,1553500800000,1553504400000,1553508000000,1553511600000,1553515200000,1553518800000,1553522400000,1553526000000,1553529600000,1553533200000,1553536800000,1553540400000,1553544000000,1553547600000,1553551200000,1553554800000,1553558400000,1553562000000,1553565600000,1553569200000,1553572800000,1553576400000,1553580000000,1553583600000,1553587200000,1553590800000,1553594400000,1553598000000,1553601600000,1553605200000,1553608800000,1553612400000,1553616000000,1553619600000,1553623200000,1553626800000,1553630400000,1553634000000,1553637600000,1553641200000,1553644800000,1553648400000,1553652000000,1553655600000,1553659200000,1553662800000,1553666400000,1553670000000,1553673600000,1553677200000,1553680800000,1553684400000,1553688000000,1553691600000,1553695200000,1553698800000,1553702400000,1553706000000,1553709600000,1553713200000,1553716800000,1553720400000,1553724000000,1553727600000,1553731200000,1553734800000,1553738400000,1553742000000,1553745600000,1553749200000,1553752800000,1553756400000,1553760000000,1553763600000,1553767200000,1553770800000,1553774400000,1553778000000,1553781600000,1553785200000,1553788800000,1553792400000,1553796000000,1553799600000,1553803200000,1553806800000,1553810400000,1553814000000,1553817600000,1553821200000,1553824800000,1553828400000,1553832000000,1553835600000,1553839200000,1553842800000,1553846400000,1553850000000,1553853600000,1553857200000,1553860800000,1553864400000,1553868000000,1553871600000,1553875200000,1553878800000,1553882400000,1553886000000,1553889600000,1553893200000,1553896800000,1553900400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[80,60,10,50,0,0,20,50,90,70,90,180,160,230,200,170,170,200,290,140,120,210,70,70,210,20,140,0,0,0,90,70,70,60,240,170,180,170,210,100,160,200,230,150,140,300,190,140,20,40,10,10,0,10,30,40,70,60,110,80,80,160,310,160,270,210,310,130,170,270,80,90,10,50,0,20,40,20,30,70,430,80,110,40,100,130,470,120,240,180,200,210,130,170,270,90,120,10,10,0,0,30,60,150,60,130,40,200,260,120,180,170,120,230,270,200,250,240,150,90,60,40,20,0,10,20,40,50,90,100,110,70,290,180,320,170,190,210,280,310,210,280,110,150,100,10,10,10,10,40,90,30,140,310,100,70,130,110,130,140,70,190,160,90,180,210,260,80]},{"name":"Unmuted","color":"#4fae4e","values":[10,60,0,10,0,10,20,100,100,140,90,170,110,230,180,170,200,170,210,150,90,140,40,60,90,20,30,20,0,0,10,30,50,110,230,100,120,260,280,200,110,110,180,130,230,150,120,30,20,0,0,0,0,0,80,150,110,220,130,210,200,160,130,250,200,230,290,180,220,250,200,50,40,10,0,30,0,40,70,160,140,90,130,130,160,180,160,160,170,210,100,240,250,250,100,40,10,10,20,20,0,10,40,120,120,230,100,140,180,220,220,170,220,260,220,290,210,120,160,150,140,70,0,20,0,0,20,110,190,130,120,130,160,230,200,240,190,260,200,370,160,300,140,40,50,60,10,20,20,20,40,90,130,110,130,190,150,130,160,220,230,230,230,190,140,160,170,40]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/27.json b/dist/chartDummyData/notifications_zoom/2019-03/27.json new file mode 100644 index 000000000..1af4f9a77 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/27.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1553385600000,1553389200000,1553392800000,1553396400000,1553400000000,1553403600000,1553407200000,1553410800000,1553414400000,1553418000000,1553421600000,1553425200000,1553428800000,1553432400000,1553436000000,1553439600000,1553443200000,1553446800000,1553450400000,1553454000000,1553457600000,1553461200000,1553464800000,1553468400000,1553472000000,1553475600000,1553479200000,1553482800000,1553486400000,1553490000000,1553493600000,1553497200000,1553500800000,1553504400000,1553508000000,1553511600000,1553515200000,1553518800000,1553522400000,1553526000000,1553529600000,1553533200000,1553536800000,1553540400000,1553544000000,1553547600000,1553551200000,1553554800000,1553558400000,1553562000000,1553565600000,1553569200000,1553572800000,1553576400000,1553580000000,1553583600000,1553587200000,1553590800000,1553594400000,1553598000000,1553601600000,1553605200000,1553608800000,1553612400000,1553616000000,1553619600000,1553623200000,1553626800000,1553630400000,1553634000000,1553637600000,1553641200000,1553644800000,1553648400000,1553652000000,1553655600000,1553659200000,1553662800000,1553666400000,1553670000000,1553673600000,1553677200000,1553680800000,1553684400000,1553688000000,1553691600000,1553695200000,1553698800000,1553702400000,1553706000000,1553709600000,1553713200000,1553716800000,1553720400000,1553724000000,1553727600000,1553731200000,1553734800000,1553738400000,1553742000000,1553745600000,1553749200000,1553752800000,1553756400000,1553760000000,1553763600000,1553767200000,1553770800000,1553774400000,1553778000000,1553781600000,1553785200000,1553788800000,1553792400000,1553796000000,1553799600000,1553803200000,1553806800000,1553810400000,1553814000000,1553817600000,1553821200000,1553824800000,1553828400000,1553832000000,1553835600000,1553839200000,1553842800000,1553846400000,1553850000000,1553853600000,1553857200000,1553860800000,1553864400000,1553868000000,1553871600000,1553875200000,1553878800000,1553882400000,1553886000000,1553889600000,1553893200000,1553896800000,1553900400000,1553904000000,1553907600000,1553911200000,1553914800000,1553918400000,1553922000000,1553925600000,1553929200000,1553932800000,1553936400000,1553940000000,1553943600000,1553947200000,1553950800000,1553954400000,1553958000000,1553961600000,1553965200000,1553968800000,1553972400000,1553976000000,1553979600000,1553983200000,1553986800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[210,20,140,0,0,0,90,70,70,60,240,170,180,170,210,100,160,200,230,150,140,300,190,140,20,40,10,10,0,10,30,40,70,60,110,80,80,160,310,160,270,210,310,130,170,270,80,90,10,50,0,20,40,20,30,70,430,80,110,40,100,130,470,120,240,180,200,210,130,170,270,90,120,10,10,0,0,30,60,150,60,130,40,200,260,120,180,170,120,230,270,200,250,240,150,90,60,40,20,0,10,20,40,50,90,100,110,70,290,180,320,170,190,210,280,310,210,280,110,150,100,10,10,10,10,40,90,30,140,310,100,70,130,110,130,140,70,190,160,90,180,210,260,80,270,140,30,10,10,30,50,10,100,150,190,100,210,190,140,160,140,110,110,140,100,170,150,40]},{"name":"Unmuted","color":"#4fae4e","values":[90,20,30,20,0,0,10,30,50,110,230,100,120,260,280,200,110,110,180,130,230,150,120,30,20,0,0,0,0,0,80,150,110,220,130,210,200,160,130,250,200,230,290,180,220,250,200,50,40,10,0,30,0,40,70,160,140,90,130,130,160,180,160,160,170,210,100,240,250,250,100,40,10,10,20,20,0,10,40,120,120,230,100,140,180,220,220,170,220,260,220,290,210,120,160,150,140,70,0,20,0,0,20,110,190,130,120,130,160,230,200,240,190,260,200,370,160,300,140,40,50,60,10,20,20,20,40,90,130,110,130,190,150,130,160,220,230,230,230,190,140,160,170,40,40,30,10,0,10,10,10,50,100,80,150,180,160,110,150,110,130,150,200,120,160,110,120,90]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/28.json b/dist/chartDummyData/notifications_zoom/2019-03/28.json new file mode 100644 index 000000000..0501e4a2c --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/28.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1553472000000,1553475600000,1553479200000,1553482800000,1553486400000,1553490000000,1553493600000,1553497200000,1553500800000,1553504400000,1553508000000,1553511600000,1553515200000,1553518800000,1553522400000,1553526000000,1553529600000,1553533200000,1553536800000,1553540400000,1553544000000,1553547600000,1553551200000,1553554800000,1553558400000,1553562000000,1553565600000,1553569200000,1553572800000,1553576400000,1553580000000,1553583600000,1553587200000,1553590800000,1553594400000,1553598000000,1553601600000,1553605200000,1553608800000,1553612400000,1553616000000,1553619600000,1553623200000,1553626800000,1553630400000,1553634000000,1553637600000,1553641200000,1553644800000,1553648400000,1553652000000,1553655600000,1553659200000,1553662800000,1553666400000,1553670000000,1553673600000,1553677200000,1553680800000,1553684400000,1553688000000,1553691600000,1553695200000,1553698800000,1553702400000,1553706000000,1553709600000,1553713200000,1553716800000,1553720400000,1553724000000,1553727600000,1553731200000,1553734800000,1553738400000,1553742000000,1553745600000,1553749200000,1553752800000,1553756400000,1553760000000,1553763600000,1553767200000,1553770800000,1553774400000,1553778000000,1553781600000,1553785200000,1553788800000,1553792400000,1553796000000,1553799600000,1553803200000,1553806800000,1553810400000,1553814000000,1553817600000,1553821200000,1553824800000,1553828400000,1553832000000,1553835600000,1553839200000,1553842800000,1553846400000,1553850000000,1553853600000,1553857200000,1553860800000,1553864400000,1553868000000,1553871600000,1553875200000,1553878800000,1553882400000,1553886000000,1553889600000,1553893200000,1553896800000,1553900400000,1553904000000,1553907600000,1553911200000,1553914800000,1553918400000,1553922000000,1553925600000,1553929200000,1553932800000,1553936400000,1553940000000,1553943600000,1553947200000,1553950800000,1553954400000,1553958000000,1553961600000,1553965200000,1553968800000,1553972400000,1553976000000,1553979600000,1553983200000,1553986800000,1553990400000,1553994000000,1553997600000,1554001200000,1554004800000,1554008400000,1554012000000,1554015600000,1554019200000,1554022800000,1554026400000,1554030000000,1554033600000,1554037200000,1554040800000,1554044400000,1554048000000,1554051600000,1554055200000,1554058800000,1554062400000,1554066000000,1554069600000,1554073200000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[20,40,10,10,0,10,30,40,70,60,110,80,80,160,310,160,270,210,310,130,170,270,80,90,10,50,0,20,40,20,30,70,430,80,110,40,100,130,470,120,240,180,200,210,130,170,270,90,120,10,10,0,0,30,60,150,60,130,40,200,260,120,180,170,120,230,270,200,250,240,150,90,60,40,20,0,10,20,40,50,90,100,110,70,290,180,320,170,190,210,280,310,210,280,110,150,100,10,10,10,10,40,90,30,140,310,100,70,130,110,130,140,70,190,160,90,180,210,260,80,270,140,30,10,10,30,50,10,100,150,190,100,210,190,140,160,140,110,110,140,100,170,150,40,170,80,100,10,10,30,70,30,30,90,100,70,120,120,180,150,120,170,100,160,170,170,190,100]},{"name":"Unmuted","color":"#4fae4e","values":[20,0,0,0,0,0,80,150,110,220,130,210,200,160,130,250,200,230,290,180,220,250,200,50,40,10,0,30,0,40,70,160,140,90,130,130,160,180,160,160,170,210,100,240,250,250,100,40,10,10,20,20,0,10,40,120,120,230,100,140,180,220,220,170,220,260,220,290,210,120,160,150,140,70,0,20,0,0,20,110,190,130,120,130,160,230,200,240,190,260,200,370,160,300,140,40,50,60,10,20,20,20,40,90,130,110,130,190,150,130,160,220,230,230,230,190,140,160,170,40,40,30,10,0,10,10,10,50,100,80,150,180,160,110,150,110,130,150,200,120,160,110,120,90,50,40,30,0,30,10,20,20,70,160,150,140,140,180,300,190,190,150,220,120,220,260,120,30]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/29.json b/dist/chartDummyData/notifications_zoom/2019-03/29.json new file mode 100644 index 000000000..2ab049118 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/29.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1553558400000,1553562000000,1553565600000,1553569200000,1553572800000,1553576400000,1553580000000,1553583600000,1553587200000,1553590800000,1553594400000,1553598000000,1553601600000,1553605200000,1553608800000,1553612400000,1553616000000,1553619600000,1553623200000,1553626800000,1553630400000,1553634000000,1553637600000,1553641200000,1553644800000,1553648400000,1553652000000,1553655600000,1553659200000,1553662800000,1553666400000,1553670000000,1553673600000,1553677200000,1553680800000,1553684400000,1553688000000,1553691600000,1553695200000,1553698800000,1553702400000,1553706000000,1553709600000,1553713200000,1553716800000,1553720400000,1553724000000,1553727600000,1553731200000,1553734800000,1553738400000,1553742000000,1553745600000,1553749200000,1553752800000,1553756400000,1553760000000,1553763600000,1553767200000,1553770800000,1553774400000,1553778000000,1553781600000,1553785200000,1553788800000,1553792400000,1553796000000,1553799600000,1553803200000,1553806800000,1553810400000,1553814000000,1553817600000,1553821200000,1553824800000,1553828400000,1553832000000,1553835600000,1553839200000,1553842800000,1553846400000,1553850000000,1553853600000,1553857200000,1553860800000,1553864400000,1553868000000,1553871600000,1553875200000,1553878800000,1553882400000,1553886000000,1553889600000,1553893200000,1553896800000,1553900400000,1553904000000,1553907600000,1553911200000,1553914800000,1553918400000,1553922000000,1553925600000,1553929200000,1553932800000,1553936400000,1553940000000,1553943600000,1553947200000,1553950800000,1553954400000,1553958000000,1553961600000,1553965200000,1553968800000,1553972400000,1553976000000,1553979600000,1553983200000,1553986800000,1553990400000,1553994000000,1553997600000,1554001200000,1554004800000,1554008400000,1554012000000,1554015600000,1554019200000,1554022800000,1554026400000,1554030000000,1554033600000,1554037200000,1554040800000,1554044400000,1554048000000,1554051600000,1554055200000,1554058800000,1554062400000,1554066000000,1554069600000,1554073200000,1554076800000,1554080400000,1554084000000,1554087600000,1554091200000,1554094800000,1554098400000,1554102000000,1554105600000,1554109200000,1554112800000,1554116400000,1554120000000,1554123600000,1554127200000,1554130800000,1554134400000,1554138000000,1554141600000,1554145200000,1554148800000,1554152400000,1554156000000,1554159600000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[10,50,0,20,40,20,30,70,430,80,110,40,100,130,470,120,240,180,200,210,130,170,270,90,120,10,10,0,0,30,60,150,60,130,40,200,260,120,180,170,120,230,270,200,250,240,150,90,60,40,20,0,10,20,40,50,90,100,110,70,290,180,320,170,190,210,280,310,210,280,110,150,100,10,10,10,10,40,90,30,140,310,100,70,130,110,130,140,70,190,160,90,180,210,260,80,270,140,30,10,10,30,50,10,100,150,190,100,210,190,140,160,140,110,110,140,100,170,150,40,170,80,100,10,10,30,70,30,30,90,100,70,120,120,180,150,120,170,100,160,170,170,190,100,40,10,0,20,10,70,80,50,120,120,30,90,170,150,270,120,120,190,190,150,180,230,160,30]},{"name":"Unmuted","color":"#4fae4e","values":[40,10,0,30,0,40,70,160,140,90,130,130,160,180,160,160,170,210,100,240,250,250,100,40,10,10,20,20,0,10,40,120,120,230,100,140,180,220,220,170,220,260,220,290,210,120,160,150,140,70,0,20,0,0,20,110,190,130,120,130,160,230,200,240,190,260,200,370,160,300,140,40,50,60,10,20,20,20,40,90,130,110,130,190,150,130,160,220,230,230,230,190,140,160,170,40,40,30,10,0,10,10,10,50,100,80,150,180,160,110,150,110,130,150,200,120,160,110,120,90,50,40,30,0,30,10,20,20,70,160,150,140,140,180,300,190,190,150,220,120,220,260,120,30,20,0,10,0,30,40,60,110,120,130,140,160,260,100,190,260,140,240,210,310,160,130,160,50]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/30.json b/dist/chartDummyData/notifications_zoom/2019-03/30.json new file mode 100644 index 000000000..63a3d4294 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/30.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1553644800000,1553648400000,1553652000000,1553655600000,1553659200000,1553662800000,1553666400000,1553670000000,1553673600000,1553677200000,1553680800000,1553684400000,1553688000000,1553691600000,1553695200000,1553698800000,1553702400000,1553706000000,1553709600000,1553713200000,1553716800000,1553720400000,1553724000000,1553727600000,1553731200000,1553734800000,1553738400000,1553742000000,1553745600000,1553749200000,1553752800000,1553756400000,1553760000000,1553763600000,1553767200000,1553770800000,1553774400000,1553778000000,1553781600000,1553785200000,1553788800000,1553792400000,1553796000000,1553799600000,1553803200000,1553806800000,1553810400000,1553814000000,1553817600000,1553821200000,1553824800000,1553828400000,1553832000000,1553835600000,1553839200000,1553842800000,1553846400000,1553850000000,1553853600000,1553857200000,1553860800000,1553864400000,1553868000000,1553871600000,1553875200000,1553878800000,1553882400000,1553886000000,1553889600000,1553893200000,1553896800000,1553900400000,1553904000000,1553907600000,1553911200000,1553914800000,1553918400000,1553922000000,1553925600000,1553929200000,1553932800000,1553936400000,1553940000000,1553943600000,1553947200000,1553950800000,1553954400000,1553958000000,1553961600000,1553965200000,1553968800000,1553972400000,1553976000000,1553979600000,1553983200000,1553986800000,1553990400000,1553994000000,1553997600000,1554001200000,1554004800000,1554008400000,1554012000000,1554015600000,1554019200000,1554022800000,1554026400000,1554030000000,1554033600000,1554037200000,1554040800000,1554044400000,1554048000000,1554051600000,1554055200000,1554058800000,1554062400000,1554066000000,1554069600000,1554073200000,1554076800000,1554080400000,1554084000000,1554087600000,1554091200000,1554094800000,1554098400000,1554102000000,1554105600000,1554109200000,1554112800000,1554116400000,1554120000000,1554123600000,1554127200000,1554130800000,1554134400000,1554138000000,1554141600000,1554145200000,1554148800000,1554152400000,1554156000000,1554159600000,1554163200000,1554166800000,1554170400000,1554174000000,1554177600000,1554181200000,1554184800000,1554188400000,1554192000000,1554195600000,1554199200000,1554202800000,1554206400000,1554210000000,1554213600000,1554217200000,1554220800000,1554224400000,1554228000000,1554231600000,1554235200000,1554238800000,1554242400000,1554246000000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[120,10,10,0,0,30,60,150,60,130,40,200,260,120,180,170,120,230,270,200,250,240,150,90,60,40,20,0,10,20,40,50,90,100,110,70,290,180,320,170,190,210,280,310,210,280,110,150,100,10,10,10,10,40,90,30,140,310,100,70,130,110,130,140,70,190,160,90,180,210,260,80,270,140,30,10,10,30,50,10,100,150,190,100,210,190,140,160,140,110,110,140,100,170,150,40,170,80,100,10,10,30,70,30,30,90,100,70,120,120,180,150,120,170,100,160,170,170,190,100,40,10,0,20,10,70,80,50,120,120,30,90,170,150,270,120,120,190,190,150,180,230,160,30,20,0,10,0,10,10,90,30,90,80,80,110,180,240,180,300,170,150,130,210,280,360,110,90]},{"name":"Unmuted","color":"#4fae4e","values":[10,10,20,20,0,10,40,120,120,230,100,140,180,220,220,170,220,260,220,290,210,120,160,150,140,70,0,20,0,0,20,110,190,130,120,130,160,230,200,240,190,260,200,370,160,300,140,40,50,60,10,20,20,20,40,90,130,110,130,190,150,130,160,220,230,230,230,190,140,160,170,40,40,30,10,0,10,10,10,50,100,80,150,180,160,110,150,110,130,150,200,120,160,110,120,90,50,40,30,0,30,10,20,20,70,160,150,140,140,180,300,190,190,150,220,120,220,260,120,30,20,0,10,0,30,40,60,110,120,130,140,160,260,100,190,260,140,240,210,310,160,130,160,50,20,0,0,10,0,50,140,120,100,70,110,250,180,170,180,160,190,250,260,290,270,290,170,90]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-03/31.json b/dist/chartDummyData/notifications_zoom/2019-03/31.json new file mode 100644 index 000000000..2c87f6076 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-03/31.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1553731200000,1553734800000,1553738400000,1553742000000,1553745600000,1553749200000,1553752800000,1553756400000,1553760000000,1553763600000,1553767200000,1553770800000,1553774400000,1553778000000,1553781600000,1553785200000,1553788800000,1553792400000,1553796000000,1553799600000,1553803200000,1553806800000,1553810400000,1553814000000,1553817600000,1553821200000,1553824800000,1553828400000,1553832000000,1553835600000,1553839200000,1553842800000,1553846400000,1553850000000,1553853600000,1553857200000,1553860800000,1553864400000,1553868000000,1553871600000,1553875200000,1553878800000,1553882400000,1553886000000,1553889600000,1553893200000,1553896800000,1553900400000,1553904000000,1553907600000,1553911200000,1553914800000,1553918400000,1553922000000,1553925600000,1553929200000,1553932800000,1553936400000,1553940000000,1553943600000,1553947200000,1553950800000,1553954400000,1553958000000,1553961600000,1553965200000,1553968800000,1553972400000,1553976000000,1553979600000,1553983200000,1553986800000,1553990400000,1553994000000,1553997600000,1554001200000,1554004800000,1554008400000,1554012000000,1554015600000,1554019200000,1554022800000,1554026400000,1554030000000,1554033600000,1554037200000,1554040800000,1554044400000,1554048000000,1554051600000,1554055200000,1554058800000,1554062400000,1554066000000,1554069600000,1554073200000,1554076800000,1554080400000,1554084000000,1554087600000,1554091200000,1554094800000,1554098400000,1554102000000,1554105600000,1554109200000,1554112800000,1554116400000,1554120000000,1554123600000,1554127200000,1554130800000,1554134400000,1554138000000,1554141600000,1554145200000,1554148800000,1554152400000,1554156000000,1554159600000,1554163200000,1554166800000,1554170400000,1554174000000,1554177600000,1554181200000,1554184800000,1554188400000,1554192000000,1554195600000,1554199200000,1554202800000,1554206400000,1554210000000,1554213600000,1554217200000,1554220800000,1554224400000,1554228000000,1554231600000,1554235200000,1554238800000,1554242400000,1554246000000,1554249600000,1554253200000,1554256800000,1554260400000,1554264000000,1554267600000,1554271200000,1554274800000,1554278400000,1554282000000,1554285600000,1554289200000,1554292800000,1554296400000,1554300000000,1554303600000,1554307200000,1554310800000,1554314400000,1554318000000,1554321600000,1554325200000,1554328800000,1554332400000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[60,40,20,0,10,20,40,50,90,100,110,70,290,180,320,170,190,210,280,310,210,280,110,150,100,10,10,10,10,40,90,30,140,310,100,70,130,110,130,140,70,190,160,90,180,210,260,80,270,140,30,10,10,30,50,10,100,150,190,100,210,190,140,160,140,110,110,140,100,170,150,40,170,80,100,10,10,30,70,30,30,90,100,70,120,120,180,150,120,170,100,160,170,170,190,100,40,10,0,20,10,70,80,50,120,120,30,90,170,150,270,120,120,190,190,150,180,230,160,30,20,0,10,0,10,10,90,30,90,80,80,110,180,240,180,300,170,150,130,210,280,360,110,90,40,0,10,10,10,30,100,40,160,80,240,360,230,140,300,240,180,280,200,130,200,180,110,130]},{"name":"Unmuted","color":"#4fae4e","values":[140,70,0,20,0,0,20,110,190,130,120,130,160,230,200,240,190,260,200,370,160,300,140,40,50,60,10,20,20,20,40,90,130,110,130,190,150,130,160,220,230,230,230,190,140,160,170,40,40,30,10,0,10,10,10,50,100,80,150,180,160,110,150,110,130,150,200,120,160,110,120,90,50,40,30,0,30,10,20,20,70,160,150,140,140,180,300,190,190,150,220,120,220,260,120,30,20,0,10,0,30,40,60,110,120,130,140,160,260,100,190,260,140,240,210,310,160,130,160,50,20,0,0,10,0,50,140,120,100,70,110,250,180,170,180,160,190,250,260,290,270,290,170,90,0,10,10,0,40,30,50,100,160,120,150,220,110,140,130,130,200,190,160,80,260,160,130,70]}]} diff --git a/dist/chartDummyData/notifications_zoom/2019-04/01.json b/dist/chartDummyData/notifications_zoom/2019-04/01.json new file mode 100644 index 000000000..1c7116452 --- /dev/null +++ b/dist/chartDummyData/notifications_zoom/2019-04/01.json @@ -0,0 +1 @@ +{"title":"Title","type":"line","labels":[1553817600000,1553821200000,1553824800000,1553828400000,1553832000000,1553835600000,1553839200000,1553842800000,1553846400000,1553850000000,1553853600000,1553857200000,1553860800000,1553864400000,1553868000000,1553871600000,1553875200000,1553878800000,1553882400000,1553886000000,1553889600000,1553893200000,1553896800000,1553900400000,1553904000000,1553907600000,1553911200000,1553914800000,1553918400000,1553922000000,1553925600000,1553929200000,1553932800000,1553936400000,1553940000000,1553943600000,1553947200000,1553950800000,1553954400000,1553958000000,1553961600000,1553965200000,1553968800000,1553972400000,1553976000000,1553979600000,1553983200000,1553986800000,1553990400000,1553994000000,1553997600000,1554001200000,1554004800000,1554008400000,1554012000000,1554015600000,1554019200000,1554022800000,1554026400000,1554030000000,1554033600000,1554037200000,1554040800000,1554044400000,1554048000000,1554051600000,1554055200000,1554058800000,1554062400000,1554066000000,1554069600000,1554073200000,1554076800000,1554080400000,1554084000000,1554087600000,1554091200000,1554094800000,1554098400000,1554102000000,1554105600000,1554109200000,1554112800000,1554116400000,1554120000000,1554123600000,1554127200000,1554130800000,1554134400000,1554138000000,1554141600000,1554145200000,1554148800000,1554152400000,1554156000000,1554159600000,1554163200000,1554166800000,1554170400000,1554174000000,1554177600000,1554181200000,1554184800000,1554188400000,1554192000000,1554195600000,1554199200000,1554202800000,1554206400000,1554210000000,1554213600000,1554217200000,1554220800000,1554224400000,1554228000000,1554231600000,1554235200000,1554238800000,1554242400000,1554246000000,1554249600000,1554253200000,1554256800000,1554260400000,1554264000000,1554267600000,1554271200000,1554274800000,1554278400000,1554282000000,1554285600000,1554289200000,1554292800000,1554296400000,1554300000000,1554303600000,1554307200000,1554310800000,1554314400000,1554318000000,1554321600000,1554325200000,1554328800000,1554332400000,1554336000000,1554339600000,1554343200000,1554346800000,1554350400000,1554354000000,1554357600000,1554361200000,1554364800000,1554368400000,1554372000000,1554375600000,1554379200000,1554382800000,1554386400000,1554390000000,1554393600000,1554397200000,1554400800000,1554404400000,1554408000000,1554411600000,1554415200000,1554418800000],"labelType":"hour","isStacked":false,"isPercentage":false,"hasSecondYAxis":false,"datasets":[{"name":"Muted","color":"#F06E66","values":[100,10,10,10,10,40,90,30,140,310,100,70,130,110,130,140,70,190,160,90,180,210,260,80,270,140,30,10,10,30,50,10,100,150,190,100,210,190,140,160,140,110,110,140,100,170,150,40,170,80,100,10,10,30,70,30,30,90,100,70,120,120,180,150,120,170,100,160,170,170,190,100,40,10,0,20,10,70,80,50,120,120,30,90,170,150,270,120,120,190,190,150,180,230,160,30,20,0,10,0,10,10,90,30,90,80,80,110,180,240,180,300,170,150,130,210,280,360,110,90,40,0,10,10,10,30,100,40,160,80,240,360,230,140,300,240,180,280,200,130,200,180,110,130,20,20,0,0,20,80,60,50,110,30,160,90,270,470,270,100,70,140,170,210,250,170,220,70]},{"name":"Unmuted","color":"#4fae4e","values":[50,60,10,20,20,20,40,90,130,110,130,190,150,130,160,220,230,230,230,190,140,160,170,40,40,30,10,0,10,10,10,50,100,80,150,180,160,110,150,110,130,150,200,120,160,110,120,90,50,40,30,0,30,10,20,20,70,160,150,140,140,180,300,190,190,150,220,120,220,260,120,30,20,0,10,0,30,40,60,110,120,130,140,160,260,100,190,260,140,240,210,310,160,130,160,50,20,0,0,10,0,50,140,120,100,70,110,250,180,170,180,160,190,250,260,290,270,290,170,90,0,10,10,0,40,30,50,100,160,120,150,220,110,140,130,130,200,190,160,80,260,160,130,70,10,10,0,0,10,70,80,180,150,170,110,210,200,120,190,130,190,270,210,310,220,250,80,30]}]} diff --git a/dist/chartDummyData/views.json b/dist/chartDummyData/views.json new file mode 100644 index 000000000..c7e7f2bc1 --- /dev/null +++ b/dist/chartDummyData/views.json @@ -0,0 +1 @@ +{"title":"Views by source","type":"bar","isStacked":true,"labelType":"day","labels":[1539043200000,1539129600000,1539216000000,1539302400000,1539388800000,1539475200000,1539561600000,1539648000000,1539734400000,1539820800000,1539907200000,1539993600000,1540080000000,1540166400000,1540252800000,1540339200000,1540425600000,1540512000000,1540598400000,1540684800000,1540771200000,1540857600000,1540944000000,1541030400000,1541116800000,1541203200000,1541289600000,1541376000000,1541462400000,1541548800000,1541635200000,1541721600000,1541808000000,1541894400000,1541980800000,1542067200000,1542153600000,1542240000000,1542326400000,1542412800000,1542499200000,1542585600000,1542672000000,1542758400000,1542844800000,1542931200000,1543017600000,1543104000000,1543190400000,1543276800000,1543363200000,1543449600000,1543536000000,1543622400000,1543708800000,1543795200000,1543881600000,1543968000000,1544054400000,1544140800000,1544227200000,1544313600000,1544400000000,1544486400000,1544572800000,1544659200000,1544745600000,1544832000000,1544918400000,1545004800000,1545091200000,1545177600000,1545264000000,1545350400000,1545436800000,1545523200000,1545609600000,1545696000000,1545782400000,1545868800000,1545955200000,1546041600000,1546128000000,1546214400000,1546300800000,1546387200000,1546473600000,1546560000000,1546646400000,1546732800000,1546819200000,1546905600000,1546992000000,1547078400000,1547164800000,1547251200000,1547337600000,1547424000000,1547510400000,1547596800000,1547683200000,1547769600000,1547856000000,1547942400000,1548028800000,1548115200000,1548201600000,1548288000000,1548374400000,1548460800000,1548547200000,1548633600000,1548720000000,1548806400000,1548892800000,1548979200000,1549065600000,1549152000000,1549238400000,1549324800000,1549411200000,1549497600000,1549584000000,1549670400000,1549756800000,1549843200000,1549929600000,1550016000000,1550102400000,1550188800000,1550275200000,1550361600000,1550448000000,1550534400000,1550620800000,1550707200000,1550793600000,1550880000000,1550966400000,1551052800000,1551139200000,1551225600000,1551312000000,1551398400000,1551484800000,1551571200000,1551657600000,1551744000000,1551830400000,1551916800000,1552003200000,1552089600000,1552176000000,1552262400000,1552348800000,1552435200000,1552521600000,1552608000000,1552694400000,1552780800000,1552867200000,1552953600000,1553040000000,1553126400000,1553212800000,1553299200000,1553385600000,1553472000000,1553558400000,1553644800000,1553731200000,1553817600000,1553904000000,1553990400000,1554076800000,1554163200000,1554249600000,1554336000000,1554422400000,1554508800000],"datasets":[{"name":"Followers","color":"#54A4E7","values":[12360,16240,14210,14040,15190,13570,14020,15600,16080,15800,16740,15680,16790,15520,17410,17660,17000,15080,17190,17020,16620,15200,13210,16970,16030,16090,16800,15280,15450,15990,17130,14970,16020,15780,15770,15720,16210,15820,16080,14860,14210,14980,16200,15430,15510,16750,16460,15130,15120,15580,18040,16380,15940,16590,15950,15480,14940,16520,16570,15910,15950,16280,17120,15720,16600,17580,16260,17270,15660,16500,16410,17140,16240,17330,16320,17490,17220,17030,19130,17440,17350,17010,19050,16150,16350,18280,17670,19690,17470,16320,16180,16290,15440,16600,17430,17800,18110,16870,17200,16700,18010,18110,17850,17600,17870,18100,17300,19960,18340,19650,19710,21300,18930,20090,20240,21150,21020,21940,22350,22160,20800,22390,21450,22970,20690,23410,21490,21690,20650,22440,21630,23420,22860,23490,24460,23610,23810,22840,23540,24800,23460,24140,25050,23910,23790,23190,23390,23160,23830,23680,25940,23420,23330,23630,23400,26230,22690,24700,22010,23050,22460,24620,24960,26180,24540,24240,24690,24140,25140,29410,25900,25880,24600,25380,25090,24930,28930,26570,25270,26560,25520,27150,25130,25600,28580,25800,25500,27870,26320,18930,30390,27640,27790,28380,29230,28160,28490,31290,31710,32150,29840,29860,30240,30750,33300,34750,33250,31920,36940,36930,33360,38500,33700,34630,36580,36130,34960,35210,37600,37100,34640,36840,36150,33850,32800,35440,37510,36770,35560,35460,36650,35370,36990,39810,39340,36350,35350,33160,34440,36720,35200,37240,36030,36330,34940,34840,39350,37370,34040,33510,35270,32940,33310,34730,35760,37300,35190,33420,32550,33450,34360,41660,42960,38970,37080,37150,36460,41330,34220,34980,34840,39150,38110,35380,38760,36080,33790,36150,35960,32570,33180,36000,36390,33950,35390,36680,36540,31270,34720,35030,37090,38120,32870,34800,35000,34370,35070,35430,36830,37380,35390,33170,37300,34710,36450,37500,37820,31590,34370,37430,36650,35300,35520,35830,35650,32070,38700,34460,34450,32720,34900,35680,33340,37500,35730,35270,37150,35010,35260,33690,40330,36410,35540,35600,35480,37740,35600,44060,34610,37160,37880,36800,37940,35140,36900,40490,37740,36330,37730,35330,35800,39580,37590,35770,36430,36720,36860,33580,36830,35830,36600,37840,39450,35390,35310]},{"name":"URL","color":"#2373DB","values":[9850,8210,10800,10490,11600,11160,11920,10210,8010,12010,12270,11720,12790,12330,10970,10150,11180,12150,9320,11460,12290,10400,7790,12150,8920,11330,11450,11550,10900,9800,11770,12130,11070,11850,11670,11260,10110,10790,10940,11200,12710,11660,9980,9120,11410,12830,11380,13290,12080,11020,9770,11700,11980,13020,12200,12320,9780,10660,10900,11940,12490,11300,12220,10410,10270,12310,12580,12170,12590,13110,10510,8960,12310,13270,13860,13460,12980,10030,10480,11550,12540,11630,13280,12670,9230,9510,11770,12160,12510,12130,12220,9630,8880,11210,10570,11600,12920,11260,11260,9570,11440,11850,12090,12640,12330,12180,9550,12990,12830,13600,14390,13380,11200,9350,13120,14140,15400,14090,14010,12900,10810,13690,13380,13910,13970,14260,12480,11110,12830,12910,8660,11560,13010,11910,11520,13260,15130,13850,14270,13940,13170,12080,15420,15530,16720,16800,16950,15980,13840,16930,17870,17780,17860,18180,16790,13320,18470,19150,18290,20630,19410,16410,15320,18460,18970,18930,20580,20850,17600,17750,22190,19970,21820,22900,21350,17600,16250,21290,20670,21300,22480,21530,17690,18860,21140,21100,22620,21730,21500,14230,17470,22730,22990,22790,23880,23070,21310,20790,23750,26840,25400,27300,25810,23570,21880,27560,29980,29890,22490,27400,25220,23230,28400,29720,31360,29380,31590,27210,23950,28940,29740,32280,32270,32520,27280,22010,30900,31550,32050,31800,32050,28210,23880,31450,29530,30470,32430,31660,27030,24270,31230,31630,31470,33030,32890,23600,24670,30340,31460,31610,31910,30550,26730,25180,29610,32710,33670,35040,35140,27820,23700,24670,16390,18390,29090,28130,25560,23590,21840,16420,24260,27670,29570,25730,22280,29060,29430,28930,29790,31130,25750,22390,29480,31690,30350,31150,31420,26440,22340,28380,29510,31160,30110,31910,25370,23090,30500,30550,29850,29560,30570,24870,23180,28910,29270,29670,31770,30990,26920,24520,30170,30620,30320,28920,30310,25300,22950,28800,30250,31800,30740,31250,27140,24710,30040,30210,32370,30260,31210,25190,24120,29280,30080,31050,31120,29810,25580,22500,28520,30260,35910,31510,31150,25450,23190,29760,31150,30540,30290,31860,26750,25020,30190,30700,30360,31060,30420,27340,22040,29990,30980,32710,32880,33190,30180]},{"name":"Groups","color":"#9ED448","values":[13730,13690,15220,13820,13080,13870,13300,11290,14240,15260,15150,14600,13690,14460,12750,13510,15220,15070,12730,15170,14140,12650,11480,13980,14500,15550,15590,15470,14040,14770,16590,14470,14840,14910,14490,13380,14410,14170,14800,15700,15180,14010,13020,14750,14950,14350,14710,15120,14070,12520,14680,15510,14200,15610,15180,14540,11940,15190,16180,15670,13830,14800,14560,12850,13800,14890,16190,15610,15230,14770,13940,15450,15530,16340,16000,16880,15530,13800,14410,15520,16630,14890,14660,15540,14100,15960,15950,16010,16150,15500,13800,14030,14520,16270,16110,15870,15270,15810,13670,15600,16290,15610,16060,16400,16340,13810,14920,16820,16950,17530,17490,17050,14650,15670,19000,18680,18240,18210,17680,16420,16190,16760,16580,18300,20560,18760,16440,17800,18270,21800,16760,18260,18150,18100,18210,20350,20730,22270,21910,19380,17800,20190,19540,19730,19530,19810,21450,17920,19850,21320,22400,22700,22810,20180,19140,21540,21730,21580,22800,23640,19150,22070,22740,20730,23820,21880,22700,22450,21120,21180,24150,20920,23890,21320,22110,20860,21190,22710,22170,23680,23590,23760,23170,22360,24520,23830,24690,26700,22220,14530,22920,26310,24840,24910,27490,24910,23330,28350,29540,29300,28910,30530,27710,26870,31170,34050,32040,28070,31970,32860,30500,35250,34900,35680,34820,36470,36600,31880,37310,38540,37510,36470,37070,33790,32550,34480,35660,34840,35070,34430,33800,29450,32910,37250,34730,33970,33660,32470,29670,32120,35610,33620,35090,32780,30180,26990,32680,35540,33250,33070,31350,31500,29800,29620,32630,32060,31030,31850,31040,29000,31410,30880,34180,31390,31410,33940,30190,29970,27620,28530,31660,35190,34050,33360,33250,32930,33570,32310,31930,32520,31000,34450,35120,33320,32760,32310,32110,30030,32290,32180,34510,34630,33840,32850,29680,32390,35360,32350,33910,32170,31140,25910,31100,33070,31630,32140,32980,31910,26510,28700,32450,30350,30620,28170,27090,24020,26210,30630,30010,29060,28280,27480,25640,27380,31170,30140,29880,27080,27190,26540,26100,28950,28390,29580,28430,27180,26900,27890,30370,29010,37710,31070,28200,24050,29250,30280,30940,30400,29590,27840,25070,28680,30740,28600,30670,30550,28430,26900,27170,29890,30590,33270,31990,30770,27010]},{"name":"Channel","color":"#4fae4e","values":[930,890,900,980,1120,1250,1220,1030,960,1390,1300,1200,1030,880,1820,1680,1190,1320,1790,1610,1210,1170,1300,1080,1320,1200,970,760,1230,1250,1040,1020,1300,1290,970,900,1050,1040,980,1070,1410,1080,1000,1100,1070,1010,940,1160,1110,990,1070,830,940,1070,1160,1040,1020,1120,1210,3030,2530,1660,1170,1240,1180,1000,1170,720,1010,1300,1020,1180,1080,960,1050,880,950,970,1360,1020,1280,1140,1150,1100,1100,1260,1280,1540,1360,1250,1060,1330,930,1060,940,1190,1320,1180,1050,1210,1370,1330,950,1270,1130,1300,1170,1530,1110,1380,1240,1390,1150,1230,1340,1160,1140,1380,1690,1460,1240,1610,1320,1360,1320,1460,1450,1330,1080,1720,1600,1250,1570,1530,1610,1860,1450,1560,1690,1560,1730,1600,2170,1540,1940,1430,1410,1840,1790,1850,1620,1520,2190,1870,1550,2080,1560,1720,2040,1810,1890,2000,1900,2270,2060,1890,1930,1590,2030,1890,1810,1620,1690,1310,1700,1530,1970,2080,1620,1510,1990,1720,1750,1870,1740,1620,1840,1980,1910,1790,2080,1820,1530,2140,2440,2130,2430,2180,2080,2190,2090,1910,2440,1940,2680,3310,2510,2200,3020,2550,2450,2800,2450,2780,3020,2680,2210,2550,3160,2870,2690,3140,2820,2850,2160,2540,3050,2720,2540,3000,2630,2660,2780,2350,2510,2980,2650,2770,2220,3000,2950,2450,2610,2270,2200,2200,2920,2600,2470,2180,2480,2400,2450,2970,2830,2740,2680,2750,2200,2720,2270,3100,3510,3400,2920,2240,2330,2660,3400,3240,2940,3300,3760,3270,3460,3340,2820,2300,2830,2690,2760,2570,2420,2730,2480,3000,3260,2920,2750,2660,3130,3480,2530,3140,2200,2970,2900,2510,2500,2660,2970,2810,3200,2640,2790,3360,2690,2750,2810,3090,3080,2490,2810,2570,2630,2370,3320,2610,2300,2670,2470,2680,3270,3580,3000,2670,2540,2740,2940,2800,3590,3000,3130,3030,2460,2400,2610,3240,4010,2880,2930,2890,3240,2600,3530,2850,3580,3480,3210,3150,2730,3240,2720,3210,3090,3310,2670,2750,2540,2600,2930,3400,3050,3480,2930]},{"name":"Search","color":"#F5BD25","values":[2090,2070,2080,2490,2580,2210,2670,2940,2280,2520,2840,2480,3150,2590,2630,2490,3220,2390,2430,2490,2490,1520,1680,2680,2240,2630,2440,2340,2430,2710,2670,2420,2210,2750,3630,2450,2650,2330,2120,2310,2280,2500,2310,2410,2210,2210,2550,2690,2190,2030,1940,1790,3250,3370,2580,2330,2190,2270,2460,2310,2030,3070,2440,1820,2260,1580,2070,2230,2890,2430,1540,2450,2590,2200,2470,2790,2430,1960,2370,2470,2880,2960,2140,2420,1570,2530,2430,2850,2290,2380,2450,3150,3240,2100,2210,2580,2780,2880,2220,2290,2560,2550,3230,3760,4940,2460,2890,3120,3950,3170,2850,3480,2160,2770,3070,4080,2860,2950,2550,3890,3760,5150,7520,5950,4400,3150,2820,3390,3740,3140,3480,2480,2980,4740,3230,3370,3970,3730,3910,3890,2250,3340,5110,4360,3940,3030,3130,3470,3470,4230,3190,2950,5310,4600,3540,3170,3780,3210,4020,5060,4180,3710,4540,4070,3530,4100,3950,3810,4960,4750,4030,3760,4790,6930,5160,4060,4490,4500,4410,4950,4850,4380,4500,3270,3620,4910,4160,4520,5990,3080,5560,4510,4190,4390,4380,4260,4240,4260,4650,4630,3880,5130,4430,5030,5610,4420,4200,4300,5710,6660,4860,5620,4330,4120,10220,12330,7070,6430,6420,5510,4970,5390,5910,5440,4760,6080,4730,6690,6130,6050,4920,5310,5860,6880,6510,4860,6470,4960,4820,6520,5230,4350,5110,6100,4660,5110,4780,3790,5480,3560,4670,4530,5010,4590,4350,5670,3950,5150,4430,3630,4390,4090,3730,3380,6720,7270,5950,5350,4280,4400,6240,6950,5740,4400,5100,5880,4670,4710,6370,5630,4960,5780,6110,6070,5160,5280,4890,4560,5700,5030,4770,5370,6800,7150,3830,12010,4190,4320,4520,5850,5830,5670,4670,4980,4330,5050,5820,4610,5920,5160,4690,3980,4380,4450,3670,3440,4870,4330,4510,3880,4830,4850,4290,4400,5830,3760,4940,4670,5020,3920,4480,5410,5410,3750,5490,4150,3990,3910,4460,4240,3770,5000,4520,5000,4070,5080,4710,4440,5540,5280,5960,5260,4480,5540,6320,6150,5610,4900,4300,5010,5440,4450,5570,5840,4530]},{"name":"Other","color":"#F79E39","values":[2520,2490,3090,2800,2820,3140,2780,2780,2770,2770,2960,2660,3010,2590,2670,2800,2630,2860,2590,2930,3020,2520,1990,2740,2540,2950,2920,3190,2610,2710,2900,3340,3240,2920,2870,2610,2600,2660,3110,3080,3260,2790,3140,2510,2940,2700,2780,3010,3010,2440,2750,3250,3500,3190,3150,2720,2550,2580,3060,2820,2640,2980,2720,2440,2270,3010,3150,3160,2830,2710,2420,2870,3130,2860,2840,2940,2780,2630,2770,2690,3100,3050,3020,2830,2270,2630,2550,3260,3120,2500,2720,2360,2170,3180,3410,2830,3250,2890,2680,2500,3730,3290,2790,2660,3160,2780,2490,3480,2990,2980,3110,3550,2900,2560,2920,3210,3410,3340,3190,3370,3430,3370,3380,3570,3360,3280,2920,3100,3250,3620,2640,2920,3370,2890,3210,3700,3880,3340,3630,3810,3960,4240,3680,3690,3540,3900,4130,3230,3430,4060,4240,3920,3950,4300,3340,3290,3670,3410,3640,4180,3560,3160,3060,3920,3980,4390,3810,3960,3590,4130,4310,3970,3870,4080,4170,3850,3750,3930,3880,3770,3970,3810,3910,3960,4180,4420,4390,4460,4420,2620,4500,4300,4470,4590,4580,4470,4120,4610,4730,5040,4970,5170,4990,4210,4870,5340,5170,4530,5560,5230,4300,5140,5630,5780,5400,5200,5310,5130,5480,5260,5780,5750,5350,5460,4670,4900,6280,6380,6580,6710,7110,5210,5230,5790,5720,5340,5510,5090,4550,5150,5370,5460,5550,5600,5510,5140,4960,5160,5180,5260,5340,5030,4750,5150,5030,5220,4620,5250,5000,4650,4080,4320,4360,4160,5420,5690,4580,4600,3750,4000,4990,5070,5510,5480,5260,5840,5330,5930,5640,5150,5560,4640,6140,5560,5880,6310,5370,5160,4920,5550,5730,5410,5180,5820,4790,5990,4960,5490,5540,5500,5140,5000,4960,5650,5440,5360,5790,5360,4690,5370,5490,5280,5510,5840,5720,4590,4760,5380,5220,5310,5300,5400,4540,4900,5140,5360,5540,5310,5480,4690,4800,5320,5900,5450,5250,4900,4410,4760,5150,5110,5890,5900,5460,4770,5100,5700,5560,5510,5700,5080,4880,4950,5880,5840,5470,5450,5320,4490,4090,5870,5420,6160,6240,5640,4530]},{"name":"PM","color":"#E65850","values":[120,60,90,70,50,60,110,150,100,60,70,50,60,80,130,80,90,130,170,80,160,100,90,100,90,40,90,100,80,100,110,100,80,120,180,160,110,50,60,50,20,110,130,120,50,40,110,110,70,140,150,70,50,110,30,70,130,110,140,60,60,80,170,110,140,60,40,140,60,160,150,90,70,150,130,100,80,110,100,30,80,80,130,130,150,130,160,70,70,70,80,200,80,80,80,50,70,80,70,90,50,70,120,140,110,170,180,90,70,80,100,150,220,170,90,120,140,90,190,190,100,110,80,180,150,140,150,220,170,120,160,130,170,150,190,200,120,100,130,210,190,100,100,180,130,80,90,230,130,100,120,120,110,100,140,140,50,100,100,100,150,140,110,120,80,100,70,150,120,100,100,100,130,110,110,190,170,210,100,90,130,210,180,90,160,90,70,120,190,140,100,100,100,160,160,200,190,190,100,90,140,180,120,170,130,60,50,160,130,170,280,160,130,140,170,110,240,220,150,110,150,80,180,150,70,190,80,150,220,210,160,170,90,120,50,180,180,130,220,100,150,200,110,280,180,150,190,140,60,120,100,110,180,100,140,120,200,180,220,170,160,70,140,150,210,120,200,80,330,90,100,140,60,100,160,50,80,120,80,120,170,80,80,110,80,70,210,140,190,60,100,120,60,170,240,200,70,80,80,120,160,90,120,100,130,180,110,130,240,130,90,80,150,150,240,250,140,80,130,170,120,120,170,110,80,170,150,130,190,210,180,120,50,100,180,210,170,150,120,110,170,160,220,140,150,160,130,120,60,230,170,270,120,160,200,160,150,180,210,200,150,110,120,160,210]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/07.json b/dist/chartDummyData/views_zoom/2018-04/07.json new file mode 100644 index 000000000..0a11416ab --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/07.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1522800000000,1522803600000,1522807200000,1522810800000,1522814400000,1522818000000,1522821600000,1522825200000,1522828800000,1522832400000,1522836000000,1522839600000,1522843200000,1522846800000,1522850400000,1522854000000,1522857600000,1522861200000,1522864800000,1522868400000,1522872000000,1522875600000,1522879200000,1522882800000,1522886400000,1522890000000,1522893600000,1522897200000,1522900800000,1522904400000,1522908000000,1522911600000,1522915200000,1522918800000,1522922400000,1522926000000,1522929600000,1522933200000,1522936800000,1522940400000,1522944000000,1522947600000,1522951200000,1522954800000,1522958400000,1522962000000,1522965600000,1522969200000,1522972800000,1522976400000,1522980000000,1522983600000,1522987200000,1522990800000,1522994400000,1522998000000,1523001600000,1523005200000,1523008800000,1523012400000,1523016000000,1523019600000,1523023200000,1523026800000,1523030400000,1523034000000,1523037600000,1523041200000,1523044800000,1523048400000,1523052000000,1523055600000,1523059200000,1523062800000,1523066400000,1523070000000,1523073600000,1523077200000,1523080800000,1523084400000,1523088000000,1523091600000,1523095200000,1523098800000,1523102400000,1523106000000,1523109600000,1523113200000,1523116800000,1523120400000,1523124000000,1523127600000,1523131200000,1523134800000,1523138400000,1523142000000,1523145600000,1523149200000,1523152800000,1523156400000,1523160000000,1523163600000,1523167200000,1523170800000,1523174400000,1523178000000,1523181600000,1523185200000,1523188800000,1523192400000,1523196000000,1523199600000,1523203200000,1523206800000,1523210400000,1523214000000,1523217600000,1523221200000,1523224800000,1523228400000,1523232000000,1523235600000,1523239200000,1523242800000,1523246400000,1523250000000,1523253600000,1523257200000,1523260800000,1523264400000,1523268000000,1523271600000,1523275200000,1523278800000,1523282400000,1523286000000,1523289600000,1523293200000,1523296800000,1523300400000,1523304000000,1523307600000,1523311200000,1523314800000,1523318400000,1523322000000,1523325600000,1523329200000,1523332800000,1523336400000,1523340000000,1523343600000,1523347200000,1523350800000,1523354400000,1523358000000,1523361600000,1523365200000,1523368800000,1523372400000,1523376000000,1523379600000,1523383200000,1523386800000,1523390400000,1523394000000,1523397600000,1523401200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[70,20,60,10,70,280,400,650,550,850,680,810,770,450,860,880,960,790,920,880,970,740,390,180,70,70,20,10,140,280,430,420,560,490,750,700,730,800,920,980,1180,1040,740,990,1010,680,460,170,70,50,0,0,20,310,600,430,650,1030,670,740,980,730,1110,1080,1090,1030,880,1180,1030,640,440,340,110,30,90,0,90,160,310,400,740,680,750,820,980,630,770,830,760,910,760,650,550,570,550,220,240,100,50,20,60,90,220,450,600,780,800,1480,980,980,880,950,1210,930,1190,1160,1740,710,430,190,190,10,30,30,80,280,410,540,730,610,720,840,740,680,760,990,840,1000,1130,1170,920,990,390,130,150,50,50,80,130,300,350,380,670,630,790,970,900,880,840,840,860,930,950,820,1080,740,420,230]},{"name":"URL","color":"#2373DB","values":[80,10,10,10,10,40,100,140,370,290,420,500,670,550,450,670,1050,870,640,690,490,370,230,40,70,70,10,10,40,130,180,260,390,490,570,500,480,540,820,840,820,760,940,690,660,530,260,110,50,10,0,0,0,120,210,240,380,410,690,670,790,790,710,730,1070,720,810,800,490,510,220,90,30,60,40,0,30,50,80,310,370,540,630,570,560,610,540,830,760,700,840,760,580,380,340,240,140,90,10,10,10,10,90,250,430,340,460,390,420,510,590,560,870,580,550,550,570,480,220,80,50,140,30,10,10,130,240,210,350,530,420,550,670,640,660,960,1080,1010,660,660,890,530,330,40,70,10,30,40,30,180,270,230,380,430,510,540,560,630,550,800,1020,1020,940,610,750,500,290,100]},{"name":"Groups","color":"#9ED448","values":[300,70,60,30,100,320,330,620,510,490,600,790,850,660,680,990,710,940,650,1360,1300,1000,610,400,90,30,10,30,150,290,360,400,510,470,980,590,780,730,1060,640,840,600,620,1100,1260,1260,920,260,70,50,10,0,50,360,510,610,440,420,800,1210,980,680,490,550,960,670,840,870,1010,820,820,320,220,250,100,20,120,150,640,770,680,570,600,850,710,700,690,560,610,800,1090,650,550,910,910,580,390,140,80,20,20,80,160,250,530,510,550,630,940,510,1350,570,750,730,800,1140,1260,1080,900,300,270,100,70,30,90,310,580,720,380,480,650,800,860,810,600,860,840,780,960,1400,1520,1130,640,340,140,30,10,10,90,470,750,530,420,420,530,700,930,670,580,870,630,610,810,1180,890,1220,910,420]},{"name":"Channel","color":"#4fae4e","values":[10,10,0,0,10,0,0,10,30,60,20,50,60,50,30,30,60,110,60,90,40,20,40,0,0,0,0,0,0,10,20,10,40,0,20,60,10,50,30,40,30,70,80,80,40,60,50,40,10,0,0,0,0,0,20,40,10,50,20,60,30,10,40,60,60,40,80,50,100,10,10,20,20,0,0,0,10,0,30,60,30,10,20,60,60,80,70,70,60,50,30,70,100,30,50,20,0,0,0,0,0,0,10,40,60,30,10,20,40,50,40,90,70,30,70,50,80,110,70,20,10,0,0,0,10,0,10,10,30,40,30,30,160,60,50,40,10,50,60,60,80,50,70,40,0,50,0,0,0,20,30,40,30,60,10,30,40,40,60,30,20,80,50,90,60,120,110,10]},{"name":"Search","color":"#F5BD25","values":[70,0,0,0,90,50,220,70,20,100,240,60,60,130,70,40,110,170,70,130,80,130,130,60,0,10,0,0,30,50,70,130,60,100,100,50,160,130,110,50,140,270,80,190,160,120,150,10,10,0,0,10,0,150,70,130,20,120,100,210,1180,110,140,20,100,160,40,150,100,170,50,30,10,0,0,0,0,80,220,90,140,120,60,190,90,110,90,40,50,210,120,110,120,40,100,100,10,0,20,0,40,0,180,110,100,70,120,50,120,80,40,180,110,220,80,180,40,180,110,30,10,0,30,10,0,40,110,60,70,320,160,140,100,100,160,60,140,120,90,100,10,50,130,70,20,20,40,0,10,180,110,150,110,80,80,330,70,110,90,80,260,100,230,170,60,150,30,10]},{"name":"Other","color":"#F79E39","values":[20,0,30,0,0,80,50,130,130,220,110,170,120,200,160,80,160,240,170,230,170,200,120,10,30,0,0,20,0,60,70,130,110,90,180,180,160,60,190,220,130,150,190,180,150,100,90,50,0,10,10,0,40,80,140,210,90,100,140,180,150,140,110,140,140,190,60,140,180,180,80,40,20,20,40,0,0,40,30,150,140,100,120,160,180,170,120,130,170,220,180,130,140,90,80,90,50,30,20,10,0,10,20,110,140,120,150,160,130,140,170,60,130,120,220,160,250,130,120,40,0,50,0,10,10,100,100,140,210,130,240,230,200,80,190,210,190,140,190,160,200,160,130,20,0,10,20,0,30,60,150,90,50,100,140,170,190,150,200,140,140,130,220,250,140,200,170,50]},{"name":"PM","color":"#E65850","values":[0,0,0,10,0,10,0,0,0,0,10,0,10,0,0,0,10,20,0,0,0,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,20,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,10,0,10,10,10,0,0,0,10,10,0,10,0,10,0,0,10,0,0,0,0,0,0,10,0,0,0,10,20,0,0,30,10,0,10,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,10,20,10,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,20,0,0,10,10,10,0,0,10,10,0,0,0,0,0,0,0,0,10,0,0,0,10,10,10,0,10,0,0,20,0,0,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/08.json b/dist/chartDummyData/views_zoom/2018-04/08.json new file mode 100644 index 000000000..0774e307e --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/08.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1522886400000,1522890000000,1522893600000,1522897200000,1522900800000,1522904400000,1522908000000,1522911600000,1522915200000,1522918800000,1522922400000,1522926000000,1522929600000,1522933200000,1522936800000,1522940400000,1522944000000,1522947600000,1522951200000,1522954800000,1522958400000,1522962000000,1522965600000,1522969200000,1522972800000,1522976400000,1522980000000,1522983600000,1522987200000,1522990800000,1522994400000,1522998000000,1523001600000,1523005200000,1523008800000,1523012400000,1523016000000,1523019600000,1523023200000,1523026800000,1523030400000,1523034000000,1523037600000,1523041200000,1523044800000,1523048400000,1523052000000,1523055600000,1523059200000,1523062800000,1523066400000,1523070000000,1523073600000,1523077200000,1523080800000,1523084400000,1523088000000,1523091600000,1523095200000,1523098800000,1523102400000,1523106000000,1523109600000,1523113200000,1523116800000,1523120400000,1523124000000,1523127600000,1523131200000,1523134800000,1523138400000,1523142000000,1523145600000,1523149200000,1523152800000,1523156400000,1523160000000,1523163600000,1523167200000,1523170800000,1523174400000,1523178000000,1523181600000,1523185200000,1523188800000,1523192400000,1523196000000,1523199600000,1523203200000,1523206800000,1523210400000,1523214000000,1523217600000,1523221200000,1523224800000,1523228400000,1523232000000,1523235600000,1523239200000,1523242800000,1523246400000,1523250000000,1523253600000,1523257200000,1523260800000,1523264400000,1523268000000,1523271600000,1523275200000,1523278800000,1523282400000,1523286000000,1523289600000,1523293200000,1523296800000,1523300400000,1523304000000,1523307600000,1523311200000,1523314800000,1523318400000,1523322000000,1523325600000,1523329200000,1523332800000,1523336400000,1523340000000,1523343600000,1523347200000,1523350800000,1523354400000,1523358000000,1523361600000,1523365200000,1523368800000,1523372400000,1523376000000,1523379600000,1523383200000,1523386800000,1523390400000,1523394000000,1523397600000,1523401200000,1523404800000,1523408400000,1523412000000,1523415600000,1523419200000,1523422800000,1523426400000,1523430000000,1523433600000,1523437200000,1523440800000,1523444400000,1523448000000,1523451600000,1523455200000,1523458800000,1523462400000,1523466000000,1523469600000,1523473200000,1523476800000,1523480400000,1523484000000,1523487600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[70,70,20,10,140,280,430,420,560,490,750,700,730,800,920,980,1180,1040,740,990,1010,680,460,170,70,50,0,0,20,310,600,430,650,1030,670,740,980,730,1110,1080,1090,1030,880,1180,1030,640,440,340,110,30,90,0,90,160,310,400,740,680,750,820,980,630,770,830,760,910,760,650,550,570,550,220,240,100,50,20,60,90,220,450,600,780,800,1480,980,980,880,950,1210,930,1190,1160,1740,710,430,190,190,10,30,30,80,280,410,540,730,610,720,840,740,680,760,990,840,1000,1130,1170,920,990,390,130,150,50,50,80,130,300,350,380,670,630,790,970,900,880,840,840,860,930,950,820,1080,740,420,230,100,60,10,20,60,380,400,660,680,680,1080,970,1050,740,760,1050,950,1070,960,1060,1130,690,500,130]},{"name":"URL","color":"#2373DB","values":[70,70,10,10,40,130,180,260,390,490,570,500,480,540,820,840,820,760,940,690,660,530,260,110,50,10,0,0,0,120,210,240,380,410,690,670,790,790,710,730,1070,720,810,800,490,510,220,90,30,60,40,0,30,50,80,310,370,540,630,570,560,610,540,830,760,700,840,760,580,380,340,240,140,90,10,10,10,10,90,250,430,340,460,390,420,510,590,560,870,580,550,550,570,480,220,80,50,140,30,10,10,130,240,210,350,530,420,550,670,640,660,960,1080,1010,660,660,890,530,330,40,70,10,30,40,30,180,270,230,380,430,510,540,560,630,550,800,1020,1020,940,610,750,500,290,100,40,10,20,10,30,150,360,330,580,570,680,680,780,620,560,670,910,850,1060,980,860,460,250,140]},{"name":"Groups","color":"#9ED448","values":[90,30,10,30,150,290,360,400,510,470,980,590,780,730,1060,640,840,600,620,1100,1260,1260,920,260,70,50,10,0,50,360,510,610,440,420,800,1210,980,680,490,550,960,670,840,870,1010,820,820,320,220,250,100,20,120,150,640,770,680,570,600,850,710,700,690,560,610,800,1090,650,550,910,910,580,390,140,80,20,20,80,160,250,530,510,550,630,940,510,1350,570,750,730,800,1140,1260,1080,900,300,270,100,70,30,90,310,580,720,380,480,650,800,860,810,600,860,840,780,960,1400,1520,1130,640,340,140,30,10,10,90,470,750,530,420,420,530,700,930,670,580,870,630,610,810,1180,890,1220,910,420,100,80,90,10,130,340,380,610,390,410,610,580,830,620,570,690,620,800,760,1150,1410,980,760,160]},{"name":"Channel","color":"#4fae4e","values":[0,0,0,0,0,10,20,10,40,0,20,60,10,50,30,40,30,70,80,80,40,60,50,40,10,0,0,0,0,0,20,40,10,50,20,60,30,10,40,60,60,40,80,50,100,10,10,20,20,0,0,0,10,0,30,60,30,10,20,60,60,80,70,70,60,50,30,70,100,30,50,20,0,0,0,0,0,0,10,40,60,30,10,20,40,50,40,90,70,30,70,50,80,110,70,20,10,0,0,0,10,0,10,10,30,40,30,30,160,60,50,40,10,50,60,60,80,50,70,40,0,50,0,0,0,20,30,40,30,60,10,30,40,40,60,30,20,80,50,90,60,120,110,10,10,10,0,0,10,10,70,10,30,70,40,80,30,40,30,60,40,60,30,100,210,90,0,90]},{"name":"Search","color":"#F5BD25","values":[0,10,0,0,30,50,70,130,60,100,100,50,160,130,110,50,140,270,80,190,160,120,150,10,10,0,0,10,0,150,70,130,20,120,100,210,1180,110,140,20,100,160,40,150,100,170,50,30,10,0,0,0,0,80,220,90,140,120,60,190,90,110,90,40,50,210,120,110,120,40,100,100,10,0,20,0,40,0,180,110,100,70,120,50,120,80,40,180,110,220,80,180,40,180,110,30,10,0,30,10,0,40,110,60,70,320,160,140,100,100,160,60,140,120,90,100,10,50,130,70,20,20,40,0,10,180,110,150,110,80,80,330,70,110,90,80,260,100,230,170,60,150,30,10,20,30,30,0,50,120,100,130,60,200,80,60,70,160,150,140,210,90,100,420,120,70,110,60]},{"name":"Other","color":"#F79E39","values":[30,0,0,20,0,60,70,130,110,90,180,180,160,60,190,220,130,150,190,180,150,100,90,50,0,10,10,0,40,80,140,210,90,100,140,180,150,140,110,140,140,190,60,140,180,180,80,40,20,20,40,0,0,40,30,150,140,100,120,160,180,170,120,130,170,220,180,130,140,90,80,90,50,30,20,10,0,10,20,110,140,120,150,160,130,140,170,60,130,120,220,160,250,130,120,40,0,50,0,10,10,100,100,140,210,130,240,230,200,80,190,210,190,140,190,160,200,160,130,20,0,10,20,0,30,60,150,90,50,100,140,170,190,150,200,140,140,130,220,250,140,200,170,50,10,10,10,30,10,50,90,220,70,140,110,220,320,100,140,160,150,220,140,240,150,160,70,0]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,20,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,10,0,10,10,10,0,0,0,10,10,0,10,0,10,0,0,10,0,0,0,0,0,0,10,0,0,0,10,20,0,0,30,10,0,10,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,10,20,10,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,20,0,0,10,10,10,0,0,10,10,0,0,0,0,0,0,0,0,10,0,0,0,10,10,10,0,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,10,0,0,20,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/09.json b/dist/chartDummyData/views_zoom/2018-04/09.json new file mode 100644 index 000000000..496a37700 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/09.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1522972800000,1522976400000,1522980000000,1522983600000,1522987200000,1522990800000,1522994400000,1522998000000,1523001600000,1523005200000,1523008800000,1523012400000,1523016000000,1523019600000,1523023200000,1523026800000,1523030400000,1523034000000,1523037600000,1523041200000,1523044800000,1523048400000,1523052000000,1523055600000,1523059200000,1523062800000,1523066400000,1523070000000,1523073600000,1523077200000,1523080800000,1523084400000,1523088000000,1523091600000,1523095200000,1523098800000,1523102400000,1523106000000,1523109600000,1523113200000,1523116800000,1523120400000,1523124000000,1523127600000,1523131200000,1523134800000,1523138400000,1523142000000,1523145600000,1523149200000,1523152800000,1523156400000,1523160000000,1523163600000,1523167200000,1523170800000,1523174400000,1523178000000,1523181600000,1523185200000,1523188800000,1523192400000,1523196000000,1523199600000,1523203200000,1523206800000,1523210400000,1523214000000,1523217600000,1523221200000,1523224800000,1523228400000,1523232000000,1523235600000,1523239200000,1523242800000,1523246400000,1523250000000,1523253600000,1523257200000,1523260800000,1523264400000,1523268000000,1523271600000,1523275200000,1523278800000,1523282400000,1523286000000,1523289600000,1523293200000,1523296800000,1523300400000,1523304000000,1523307600000,1523311200000,1523314800000,1523318400000,1523322000000,1523325600000,1523329200000,1523332800000,1523336400000,1523340000000,1523343600000,1523347200000,1523350800000,1523354400000,1523358000000,1523361600000,1523365200000,1523368800000,1523372400000,1523376000000,1523379600000,1523383200000,1523386800000,1523390400000,1523394000000,1523397600000,1523401200000,1523404800000,1523408400000,1523412000000,1523415600000,1523419200000,1523422800000,1523426400000,1523430000000,1523433600000,1523437200000,1523440800000,1523444400000,1523448000000,1523451600000,1523455200000,1523458800000,1523462400000,1523466000000,1523469600000,1523473200000,1523476800000,1523480400000,1523484000000,1523487600000,1523491200000,1523494800000,1523498400000,1523502000000,1523505600000,1523509200000,1523512800000,1523516400000,1523520000000,1523523600000,1523527200000,1523530800000,1523534400000,1523538000000,1523541600000,1523545200000,1523548800000,1523552400000,1523556000000,1523559600000,1523563200000,1523566800000,1523570400000,1523574000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[70,50,0,0,20,310,600,430,650,1030,670,740,980,730,1110,1080,1090,1030,880,1180,1030,640,440,340,110,30,90,0,90,160,310,400,740,680,750,820,980,630,770,830,760,910,760,650,550,570,550,220,240,100,50,20,60,90,220,450,600,780,800,1480,980,980,880,950,1210,930,1190,1160,1740,710,430,190,190,10,30,30,80,280,410,540,730,610,720,840,740,680,760,990,840,1000,1130,1170,920,990,390,130,150,50,50,80,130,300,350,380,670,630,790,970,900,880,840,840,860,930,950,820,1080,740,420,230,100,60,10,20,60,380,400,660,680,680,1080,970,1050,740,760,1050,950,1070,960,1060,1130,690,500,130,120,40,0,10,50,300,440,650,590,660,790,640,880,830,770,610,990,870,780,1070,1000,890,430,160]},{"name":"URL","color":"#2373DB","values":[50,10,0,0,0,120,210,240,380,410,690,670,790,790,710,730,1070,720,810,800,490,510,220,90,30,60,40,0,30,50,80,310,370,540,630,570,560,610,540,830,760,700,840,760,580,380,340,240,140,90,10,10,10,10,90,250,430,340,460,390,420,510,590,560,870,580,550,550,570,480,220,80,50,140,30,10,10,130,240,210,350,530,420,550,670,640,660,960,1080,1010,660,660,890,530,330,40,70,10,30,40,30,180,270,230,380,430,510,540,560,630,550,800,1020,1020,940,610,750,500,290,100,40,10,20,10,30,150,360,330,580,570,680,680,780,620,560,670,910,850,1060,980,860,460,250,140,20,20,0,0,20,130,280,390,420,510,670,740,590,750,670,700,860,850,840,1010,730,550,320,90]},{"name":"Groups","color":"#9ED448","values":[70,50,10,0,50,360,510,610,440,420,800,1210,980,680,490,550,960,670,840,870,1010,820,820,320,220,250,100,20,120,150,640,770,680,570,600,850,710,700,690,560,610,800,1090,650,550,910,910,580,390,140,80,20,20,80,160,250,530,510,550,630,940,510,1350,570,750,730,800,1140,1260,1080,900,300,270,100,70,30,90,310,580,720,380,480,650,800,860,810,600,860,840,780,960,1400,1520,1130,640,340,140,30,10,10,90,470,750,530,420,420,530,700,930,670,580,870,630,610,810,1180,890,1220,910,420,100,80,90,10,130,340,380,610,390,410,610,580,830,620,570,690,620,800,760,1150,1410,980,760,160,60,0,80,30,90,510,590,380,570,590,550,800,670,690,610,580,720,860,780,1080,990,1360,1000,280]},{"name":"Channel","color":"#4fae4e","values":[10,0,0,0,0,0,20,40,10,50,20,60,30,10,40,60,60,40,80,50,100,10,10,20,20,0,0,0,10,0,30,60,30,10,20,60,60,80,70,70,60,50,30,70,100,30,50,20,0,0,0,0,0,0,10,40,60,30,10,20,40,50,40,90,70,30,70,50,80,110,70,20,10,0,0,0,10,0,10,10,30,40,30,30,160,60,50,40,10,50,60,60,80,50,70,40,0,50,0,0,0,20,30,40,30,60,10,30,40,40,60,30,20,80,50,90,60,120,110,10,10,10,0,0,10,10,70,10,30,70,40,80,30,40,30,60,40,60,30,100,210,90,0,90,0,20,0,0,20,20,20,10,110,200,30,70,50,90,100,80,30,70,50,70,50,50,60,50]},{"name":"Search","color":"#F5BD25","values":[10,0,0,10,0,150,70,130,20,120,100,210,1180,110,140,20,100,160,40,150,100,170,50,30,10,0,0,0,0,80,220,90,140,120,60,190,90,110,90,40,50,210,120,110,120,40,100,100,10,0,20,0,40,0,180,110,100,70,120,50,120,80,40,180,110,220,80,180,40,180,110,30,10,0,30,10,0,40,110,60,70,320,160,140,100,100,160,60,140,120,90,100,10,50,130,70,20,20,40,0,10,180,110,150,110,80,80,330,70,110,90,80,260,100,230,170,60,150,30,10,20,30,30,0,50,120,100,130,60,200,80,60,70,160,150,140,210,90,100,420,120,70,110,60,0,0,10,0,30,110,130,100,40,10,90,30,130,100,90,60,310,80,40,180,330,200,120,20]},{"name":"Other","color":"#F79E39","values":[0,10,10,0,40,80,140,210,90,100,140,180,150,140,110,140,140,190,60,140,180,180,80,40,20,20,40,0,0,40,30,150,140,100,120,160,180,170,120,130,170,220,180,130,140,90,80,90,50,30,20,10,0,10,20,110,140,120,150,160,130,140,170,60,130,120,220,160,250,130,120,40,0,50,0,10,10,100,100,140,210,130,240,230,200,80,190,210,190,140,190,160,200,160,130,20,0,10,20,0,30,60,150,90,50,100,140,170,190,150,200,140,140,130,220,250,140,200,170,50,10,10,10,30,10,50,90,220,70,140,110,220,320,100,140,160,150,220,140,240,150,160,70,0,20,10,0,10,30,60,140,120,130,120,130,250,230,170,180,110,250,230,150,210,190,290,70,40]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,0,10,0,10,10,10,0,0,0,10,10,0,10,0,10,0,0,10,0,0,0,0,0,0,10,0,0,0,10,20,0,0,30,10,0,10,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,10,20,10,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,20,0,0,10,10,10,0,0,10,10,0,0,0,0,0,0,0,0,10,0,0,0,10,10,10,0,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,10,0,0,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/10.json b/dist/chartDummyData/views_zoom/2018-04/10.json new file mode 100644 index 000000000..edae5c5c0 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/10.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1523059200000,1523062800000,1523066400000,1523070000000,1523073600000,1523077200000,1523080800000,1523084400000,1523088000000,1523091600000,1523095200000,1523098800000,1523102400000,1523106000000,1523109600000,1523113200000,1523116800000,1523120400000,1523124000000,1523127600000,1523131200000,1523134800000,1523138400000,1523142000000,1523145600000,1523149200000,1523152800000,1523156400000,1523160000000,1523163600000,1523167200000,1523170800000,1523174400000,1523178000000,1523181600000,1523185200000,1523188800000,1523192400000,1523196000000,1523199600000,1523203200000,1523206800000,1523210400000,1523214000000,1523217600000,1523221200000,1523224800000,1523228400000,1523232000000,1523235600000,1523239200000,1523242800000,1523246400000,1523250000000,1523253600000,1523257200000,1523260800000,1523264400000,1523268000000,1523271600000,1523275200000,1523278800000,1523282400000,1523286000000,1523289600000,1523293200000,1523296800000,1523300400000,1523304000000,1523307600000,1523311200000,1523314800000,1523318400000,1523322000000,1523325600000,1523329200000,1523332800000,1523336400000,1523340000000,1523343600000,1523347200000,1523350800000,1523354400000,1523358000000,1523361600000,1523365200000,1523368800000,1523372400000,1523376000000,1523379600000,1523383200000,1523386800000,1523390400000,1523394000000,1523397600000,1523401200000,1523404800000,1523408400000,1523412000000,1523415600000,1523419200000,1523422800000,1523426400000,1523430000000,1523433600000,1523437200000,1523440800000,1523444400000,1523448000000,1523451600000,1523455200000,1523458800000,1523462400000,1523466000000,1523469600000,1523473200000,1523476800000,1523480400000,1523484000000,1523487600000,1523491200000,1523494800000,1523498400000,1523502000000,1523505600000,1523509200000,1523512800000,1523516400000,1523520000000,1523523600000,1523527200000,1523530800000,1523534400000,1523538000000,1523541600000,1523545200000,1523548800000,1523552400000,1523556000000,1523559600000,1523563200000,1523566800000,1523570400000,1523574000000,1523577600000,1523581200000,1523584800000,1523588400000,1523592000000,1523595600000,1523599200000,1523602800000,1523606400000,1523610000000,1523613600000,1523617200000,1523620800000,1523624400000,1523628000000,1523631600000,1523635200000,1523638800000,1523642400000,1523646000000,1523649600000,1523653200000,1523656800000,1523660400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[110,30,90,0,90,160,310,400,740,680,750,820,980,630,770,830,760,910,760,650,550,570,550,220,240,100,50,20,60,90,220,450,600,780,800,1480,980,980,880,950,1210,930,1190,1160,1740,710,430,190,190,10,30,30,80,280,410,540,730,610,720,840,740,680,760,990,840,1000,1130,1170,920,990,390,130,150,50,50,80,130,300,350,380,670,630,790,970,900,880,840,840,860,930,950,820,1080,740,420,230,100,60,10,20,60,380,400,660,680,680,1080,970,1050,740,760,1050,950,1070,960,1060,1130,690,500,130,120,40,0,10,50,300,440,650,590,660,790,640,880,830,770,610,990,870,780,1070,1000,890,430,160,70,40,50,20,30,270,400,510,770,630,730,840,900,780,1000,840,1070,1000,1170,800,720,620,430,330]},{"name":"URL","color":"#2373DB","values":[30,60,40,0,30,50,80,310,370,540,630,570,560,610,540,830,760,700,840,760,580,380,340,240,140,90,10,10,10,10,90,250,430,340,460,390,420,510,590,560,870,580,550,550,570,480,220,80,50,140,30,10,10,130,240,210,350,530,420,550,670,640,660,960,1080,1010,660,660,890,530,330,40,70,10,30,40,30,180,270,230,380,430,510,540,560,630,550,800,1020,1020,940,610,750,500,290,100,40,10,20,10,30,150,360,330,580,570,680,680,780,620,560,670,910,850,1060,980,860,460,250,140,20,20,0,0,20,130,280,390,420,510,670,740,590,750,670,700,860,850,840,1010,730,550,320,90,30,10,0,0,20,150,180,290,480,400,620,640,790,570,770,1060,1150,1220,880,1010,780,450,350,70]},{"name":"Groups","color":"#9ED448","values":[220,250,100,20,120,150,640,770,680,570,600,850,710,700,690,560,610,800,1090,650,550,910,910,580,390,140,80,20,20,80,160,250,530,510,550,630,940,510,1350,570,750,730,800,1140,1260,1080,900,300,270,100,70,30,90,310,580,720,380,480,650,800,860,810,600,860,840,780,960,1400,1520,1130,640,340,140,30,10,10,90,470,750,530,420,420,530,700,930,670,580,870,630,610,810,1180,890,1220,910,420,100,80,90,10,130,340,380,610,390,410,610,580,830,620,570,690,620,800,760,1150,1410,980,760,160,60,0,80,30,90,510,590,380,570,590,550,800,670,690,610,580,720,860,780,1080,990,1360,1000,280,150,100,50,10,100,350,520,520,540,490,850,990,620,660,590,540,670,770,850,1200,810,890,640,390]},{"name":"Channel","color":"#4fae4e","values":[20,0,0,0,10,0,30,60,30,10,20,60,60,80,70,70,60,50,30,70,100,30,50,20,0,0,0,0,0,0,10,40,60,30,10,20,40,50,40,90,70,30,70,50,80,110,70,20,10,0,0,0,10,0,10,10,30,40,30,30,160,60,50,40,10,50,60,60,80,50,70,40,0,50,0,0,0,20,30,40,30,60,10,30,40,40,60,30,20,80,50,90,60,120,110,10,10,10,0,0,10,10,70,10,30,70,40,80,30,40,30,60,40,60,30,100,210,90,0,90,0,20,0,0,20,20,20,10,110,200,30,70,50,90,100,80,30,70,50,70,50,50,60,50,50,0,0,0,0,50,0,10,60,60,40,30,60,40,40,50,120,250,50,150,80,50,30,0]},{"name":"Search","color":"#F5BD25","values":[10,0,0,0,0,80,220,90,140,120,60,190,90,110,90,40,50,210,120,110,120,40,100,100,10,0,20,0,40,0,180,110,100,70,120,50,120,80,40,180,110,220,80,180,40,180,110,30,10,0,30,10,0,40,110,60,70,320,160,140,100,100,160,60,140,120,90,100,10,50,130,70,20,20,40,0,10,180,110,150,110,80,80,330,70,110,90,80,260,100,230,170,60,150,30,10,20,30,30,0,50,120,100,130,60,200,80,60,70,160,150,140,210,90,100,420,120,70,110,60,0,0,10,0,30,110,130,100,40,10,90,30,130,100,90,60,310,80,40,180,330,200,120,20,50,10,0,0,10,270,60,130,160,70,90,290,120,120,150,170,70,210,190,70,160,90,100,80]},{"name":"Other","color":"#F79E39","values":[20,20,40,0,0,40,30,150,140,100,120,160,180,170,120,130,170,220,180,130,140,90,80,90,50,30,20,10,0,10,20,110,140,120,150,160,130,140,170,60,130,120,220,160,250,130,120,40,0,50,0,10,10,100,100,140,210,130,240,230,200,80,190,210,190,140,190,160,200,160,130,20,0,10,20,0,30,60,150,90,50,100,140,170,190,150,200,140,140,130,220,250,140,200,170,50,10,10,10,30,10,50,90,220,70,140,110,220,320,100,140,160,150,220,140,240,150,160,70,0,20,10,0,10,30,60,140,120,130,120,130,250,230,170,180,110,250,230,150,210,190,290,70,40,30,10,0,0,40,70,180,120,150,170,120,140,160,170,120,150,120,160,210,150,220,150,70,70]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,0,10,0,0,0,10,20,0,0,30,10,0,10,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,10,20,10,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,20,0,0,10,10,10,0,0,10,10,0,0,0,0,0,0,0,0,10,0,0,0,10,10,10,0,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,10,0,0,10,0,0,0,0,0,0,0,0,0,20,0,0,10,0,0,10,0,10,10,0,0,20,10,0,0,10,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/11.json b/dist/chartDummyData/views_zoom/2018-04/11.json new file mode 100644 index 000000000..0a611be5a --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/11.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1523145600000,1523149200000,1523152800000,1523156400000,1523160000000,1523163600000,1523167200000,1523170800000,1523174400000,1523178000000,1523181600000,1523185200000,1523188800000,1523192400000,1523196000000,1523199600000,1523203200000,1523206800000,1523210400000,1523214000000,1523217600000,1523221200000,1523224800000,1523228400000,1523232000000,1523235600000,1523239200000,1523242800000,1523246400000,1523250000000,1523253600000,1523257200000,1523260800000,1523264400000,1523268000000,1523271600000,1523275200000,1523278800000,1523282400000,1523286000000,1523289600000,1523293200000,1523296800000,1523300400000,1523304000000,1523307600000,1523311200000,1523314800000,1523318400000,1523322000000,1523325600000,1523329200000,1523332800000,1523336400000,1523340000000,1523343600000,1523347200000,1523350800000,1523354400000,1523358000000,1523361600000,1523365200000,1523368800000,1523372400000,1523376000000,1523379600000,1523383200000,1523386800000,1523390400000,1523394000000,1523397600000,1523401200000,1523404800000,1523408400000,1523412000000,1523415600000,1523419200000,1523422800000,1523426400000,1523430000000,1523433600000,1523437200000,1523440800000,1523444400000,1523448000000,1523451600000,1523455200000,1523458800000,1523462400000,1523466000000,1523469600000,1523473200000,1523476800000,1523480400000,1523484000000,1523487600000,1523491200000,1523494800000,1523498400000,1523502000000,1523505600000,1523509200000,1523512800000,1523516400000,1523520000000,1523523600000,1523527200000,1523530800000,1523534400000,1523538000000,1523541600000,1523545200000,1523548800000,1523552400000,1523556000000,1523559600000,1523563200000,1523566800000,1523570400000,1523574000000,1523577600000,1523581200000,1523584800000,1523588400000,1523592000000,1523595600000,1523599200000,1523602800000,1523606400000,1523610000000,1523613600000,1523617200000,1523620800000,1523624400000,1523628000000,1523631600000,1523635200000,1523638800000,1523642400000,1523646000000,1523649600000,1523653200000,1523656800000,1523660400000,1523664000000,1523667600000,1523671200000,1523674800000,1523678400000,1523682000000,1523685600000,1523689200000,1523692800000,1523696400000,1523700000000,1523703600000,1523707200000,1523710800000,1523714400000,1523718000000,1523721600000,1523725200000,1523728800000,1523732400000,1523736000000,1523739600000,1523743200000,1523746800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[240,100,50,20,60,90,220,450,600,780,800,1480,980,980,880,950,1210,930,1190,1160,1740,710,430,190,190,10,30,30,80,280,410,540,730,610,720,840,740,680,760,990,840,1000,1130,1170,920,990,390,130,150,50,50,80,130,300,350,380,670,630,790,970,900,880,840,840,860,930,950,820,1080,740,420,230,100,60,10,20,60,380,400,660,680,680,1080,970,1050,740,760,1050,950,1070,960,1060,1130,690,500,130,120,40,0,10,50,300,440,650,590,660,790,640,880,830,770,610,990,870,780,1070,1000,890,430,160,70,40,50,20,30,270,400,510,770,630,730,840,900,780,1000,840,1070,1000,1170,800,720,620,430,330,120,50,50,0,20,210,250,720,1000,830,860,1070,890,1160,910,900,800,900,1060,920,980,770,530,600]},{"name":"URL","color":"#2373DB","values":[140,90,10,10,10,10,90,250,430,340,460,390,420,510,590,560,870,580,550,550,570,480,220,80,50,140,30,10,10,130,240,210,350,530,420,550,670,640,660,960,1080,1010,660,660,890,530,330,40,70,10,30,40,30,180,270,230,380,430,510,540,560,630,550,800,1020,1020,940,610,750,500,290,100,40,10,20,10,30,150,360,330,580,570,680,680,780,620,560,670,910,850,1060,980,860,460,250,140,20,20,0,0,20,130,280,390,420,510,670,740,590,750,670,700,860,850,840,1010,730,550,320,90,30,10,0,0,20,150,180,290,480,400,620,640,790,570,770,1060,1150,1220,880,1010,780,450,350,70,90,10,0,0,0,150,270,310,540,540,1000,640,680,510,550,650,920,900,650,490,520,280,220,290]},{"name":"Groups","color":"#9ED448","values":[390,140,80,20,20,80,160,250,530,510,550,630,940,510,1350,570,750,730,800,1140,1260,1080,900,300,270,100,70,30,90,310,580,720,380,480,650,800,860,810,600,860,840,780,960,1400,1520,1130,640,340,140,30,10,10,90,470,750,530,420,420,530,700,930,670,580,870,630,610,810,1180,890,1220,910,420,100,80,90,10,130,340,380,610,390,410,610,580,830,620,570,690,620,800,760,1150,1410,980,760,160,60,0,80,30,90,510,590,380,570,590,550,800,670,690,610,580,720,860,780,1080,990,1360,1000,280,150,100,50,10,100,350,520,520,540,490,850,990,620,660,590,540,670,770,850,1200,810,890,640,390,180,40,60,10,30,180,290,740,410,500,610,760,610,460,440,550,560,610,820,830,840,720,640,400]},{"name":"Channel","color":"#4fae4e","values":[0,0,0,0,0,0,10,40,60,30,10,20,40,50,40,90,70,30,70,50,80,110,70,20,10,0,0,0,10,0,10,10,30,40,30,30,160,60,50,40,10,50,60,60,80,50,70,40,0,50,0,0,0,20,30,40,30,60,10,30,40,40,60,30,20,80,50,90,60,120,110,10,10,10,0,0,10,10,70,10,30,70,40,80,30,40,30,60,40,60,30,100,210,90,0,90,0,20,0,0,20,20,20,10,110,200,30,70,50,90,100,80,30,70,50,70,50,50,60,50,50,0,0,0,0,50,0,10,60,60,40,30,60,40,40,50,120,250,50,150,80,50,30,0,20,10,0,0,0,0,10,0,150,30,60,40,60,50,60,70,30,80,80,90,70,60,30,30]},{"name":"Search","color":"#F5BD25","values":[10,0,20,0,40,0,180,110,100,70,120,50,120,80,40,180,110,220,80,180,40,180,110,30,10,0,30,10,0,40,110,60,70,320,160,140,100,100,160,60,140,120,90,100,10,50,130,70,20,20,40,0,10,180,110,150,110,80,80,330,70,110,90,80,260,100,230,170,60,150,30,10,20,30,30,0,50,120,100,130,60,200,80,60,70,160,150,140,210,90,100,420,120,70,110,60,0,0,10,0,30,110,130,100,40,10,90,30,130,100,90,60,310,80,40,180,330,200,120,20,50,10,0,0,10,270,60,130,160,70,90,290,120,120,150,170,70,210,190,70,160,90,100,80,0,20,0,0,20,50,60,60,70,100,120,300,330,230,160,120,120,190,290,170,140,200,90,100]},{"name":"Other","color":"#F79E39","values":[50,30,20,10,0,10,20,110,140,120,150,160,130,140,170,60,130,120,220,160,250,130,120,40,0,50,0,10,10,100,100,140,210,130,240,230,200,80,190,210,190,140,190,160,200,160,130,20,0,10,20,0,30,60,150,90,50,100,140,170,190,150,200,140,140,130,220,250,140,200,170,50,10,10,10,30,10,50,90,220,70,140,110,220,320,100,140,160,150,220,140,240,150,160,70,0,20,10,0,10,30,60,140,120,130,120,130,250,230,170,180,110,250,230,150,210,190,290,70,40,30,10,0,0,40,70,180,120,150,170,120,140,160,170,120,150,120,160,210,150,220,150,70,70,70,0,20,0,10,50,60,140,310,190,160,120,220,220,130,150,220,80,190,80,110,70,110,70]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,10,20,10,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,20,0,0,10,10,10,0,0,10,10,0,0,0,0,0,0,0,0,10,0,0,0,10,10,10,0,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,10,0,0,10,0,0,0,0,0,0,0,0,0,20,0,0,10,0,0,10,0,10,10,0,0,20,10,0,0,10,10,0,0,0,0,0,0,0,20,0,20,10,10,0,30,10,10,0,20,0,10,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/12.json b/dist/chartDummyData/views_zoom/2018-04/12.json new file mode 100644 index 000000000..9a051517d --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/12.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1523232000000,1523235600000,1523239200000,1523242800000,1523246400000,1523250000000,1523253600000,1523257200000,1523260800000,1523264400000,1523268000000,1523271600000,1523275200000,1523278800000,1523282400000,1523286000000,1523289600000,1523293200000,1523296800000,1523300400000,1523304000000,1523307600000,1523311200000,1523314800000,1523318400000,1523322000000,1523325600000,1523329200000,1523332800000,1523336400000,1523340000000,1523343600000,1523347200000,1523350800000,1523354400000,1523358000000,1523361600000,1523365200000,1523368800000,1523372400000,1523376000000,1523379600000,1523383200000,1523386800000,1523390400000,1523394000000,1523397600000,1523401200000,1523404800000,1523408400000,1523412000000,1523415600000,1523419200000,1523422800000,1523426400000,1523430000000,1523433600000,1523437200000,1523440800000,1523444400000,1523448000000,1523451600000,1523455200000,1523458800000,1523462400000,1523466000000,1523469600000,1523473200000,1523476800000,1523480400000,1523484000000,1523487600000,1523491200000,1523494800000,1523498400000,1523502000000,1523505600000,1523509200000,1523512800000,1523516400000,1523520000000,1523523600000,1523527200000,1523530800000,1523534400000,1523538000000,1523541600000,1523545200000,1523548800000,1523552400000,1523556000000,1523559600000,1523563200000,1523566800000,1523570400000,1523574000000,1523577600000,1523581200000,1523584800000,1523588400000,1523592000000,1523595600000,1523599200000,1523602800000,1523606400000,1523610000000,1523613600000,1523617200000,1523620800000,1523624400000,1523628000000,1523631600000,1523635200000,1523638800000,1523642400000,1523646000000,1523649600000,1523653200000,1523656800000,1523660400000,1523664000000,1523667600000,1523671200000,1523674800000,1523678400000,1523682000000,1523685600000,1523689200000,1523692800000,1523696400000,1523700000000,1523703600000,1523707200000,1523710800000,1523714400000,1523718000000,1523721600000,1523725200000,1523728800000,1523732400000,1523736000000,1523739600000,1523743200000,1523746800000,1523750400000,1523754000000,1523757600000,1523761200000,1523764800000,1523768400000,1523772000000,1523775600000,1523779200000,1523782800000,1523786400000,1523790000000,1523793600000,1523797200000,1523800800000,1523804400000,1523808000000,1523811600000,1523815200000,1523818800000,1523822400000,1523826000000,1523829600000,1523833200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[190,10,30,30,80,280,410,540,730,610,720,840,740,680,760,990,840,1000,1130,1170,920,990,390,130,150,50,50,80,130,300,350,380,670,630,790,970,900,880,840,840,860,930,950,820,1080,740,420,230,100,60,10,20,60,380,400,660,680,680,1080,970,1050,740,760,1050,950,1070,960,1060,1130,690,500,130,120,40,0,10,50,300,440,650,590,660,790,640,880,830,770,610,990,870,780,1070,1000,890,430,160,70,40,50,20,30,270,400,510,770,630,730,840,900,780,1000,840,1070,1000,1170,800,720,620,430,330,120,50,50,0,20,210,250,720,1000,830,860,1070,890,1160,910,900,800,900,1060,920,980,770,530,600,290,150,30,60,10,290,200,440,730,760,1270,1060,900,1200,900,940,1090,1180,890,1060,1100,860,420,250]},{"name":"URL","color":"#2373DB","values":[50,140,30,10,10,130,240,210,350,530,420,550,670,640,660,960,1080,1010,660,660,890,530,330,40,70,10,30,40,30,180,270,230,380,430,510,540,560,630,550,800,1020,1020,940,610,750,500,290,100,40,10,20,10,30,150,360,330,580,570,680,680,780,620,560,670,910,850,1060,980,860,460,250,140,20,20,0,0,20,130,280,390,420,510,670,740,590,750,670,700,860,850,840,1010,730,550,320,90,30,10,0,0,20,150,180,290,480,400,620,640,790,570,770,1060,1150,1220,880,1010,780,450,350,70,90,10,0,0,0,150,270,310,540,540,1000,640,680,510,550,650,920,900,650,490,520,280,220,290,60,40,30,30,0,0,30,180,340,380,580,440,580,610,600,380,630,650,790,580,550,270,110,150]},{"name":"Groups","color":"#9ED448","values":[270,100,70,30,90,310,580,720,380,480,650,800,860,810,600,860,840,780,960,1400,1520,1130,640,340,140,30,10,10,90,470,750,530,420,420,530,700,930,670,580,870,630,610,810,1180,890,1220,910,420,100,80,90,10,130,340,380,610,390,410,610,580,830,620,570,690,620,800,760,1150,1410,980,760,160,60,0,80,30,90,510,590,380,570,590,550,800,670,690,610,580,720,860,780,1080,990,1360,1000,280,150,100,50,10,100,350,520,520,540,490,850,990,620,660,590,540,670,770,850,1200,810,890,640,390,180,40,60,10,30,180,290,740,410,500,610,760,610,460,440,550,560,610,820,830,840,720,640,400,250,70,40,30,40,40,130,450,980,1250,620,800,890,670,710,590,760,530,720,1170,970,1260,770,500]},{"name":"Channel","color":"#4fae4e","values":[10,0,0,0,10,0,10,10,30,40,30,30,160,60,50,40,10,50,60,60,80,50,70,40,0,50,0,0,0,20,30,40,30,60,10,30,40,40,60,30,20,80,50,90,60,120,110,10,10,10,0,0,10,10,70,10,30,70,40,80,30,40,30,60,40,60,30,100,210,90,0,90,0,20,0,0,20,20,20,10,110,200,30,70,50,90,100,80,30,70,50,70,50,50,60,50,50,0,0,0,0,50,0,10,60,60,40,30,60,40,40,50,120,250,50,150,80,50,30,0,20,10,0,0,0,0,10,0,150,30,60,40,60,50,60,70,30,80,80,90,70,60,30,30,20,10,0,10,0,0,10,50,0,30,70,40,50,70,30,60,40,70,50,50,60,40,30,170]},{"name":"Search","color":"#F5BD25","values":[10,0,30,10,0,40,110,60,70,320,160,140,100,100,160,60,140,120,90,100,10,50,130,70,20,20,40,0,10,180,110,150,110,80,80,330,70,110,90,80,260,100,230,170,60,150,30,10,20,30,30,0,50,120,100,130,60,200,80,60,70,160,150,140,210,90,100,420,120,70,110,60,0,0,10,0,30,110,130,100,40,10,90,30,130,100,90,60,310,80,40,180,330,200,120,20,50,10,0,0,10,270,60,130,160,70,90,290,120,120,150,170,70,210,190,70,160,90,100,80,0,20,0,0,20,50,60,60,70,100,120,300,330,230,160,120,120,190,290,170,140,200,90,100,20,20,0,0,10,50,210,130,150,150,50,130,150,130,100,160,100,80,110,110,210,60,20,130]},{"name":"Other","color":"#F79E39","values":[0,50,0,10,10,100,100,140,210,130,240,230,200,80,190,210,190,140,190,160,200,160,130,20,0,10,20,0,30,60,150,90,50,100,140,170,190,150,200,140,140,130,220,250,140,200,170,50,10,10,10,30,10,50,90,220,70,140,110,220,320,100,140,160,150,220,140,240,150,160,70,0,20,10,0,10,30,60,140,120,130,120,130,250,230,170,180,110,250,230,150,210,190,290,70,40,30,10,0,0,40,70,180,120,150,170,120,140,160,170,120,150,120,160,210,150,220,150,70,70,70,0,20,0,10,50,60,140,310,190,160,120,220,220,130,150,220,80,190,80,110,70,110,70,60,10,0,0,0,40,40,150,140,150,160,190,200,200,150,170,110,180,220,100,190,210,100,0]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,20,0,20,0,0,10,10,10,0,0,10,10,0,0,0,0,0,0,0,0,10,0,0,0,10,10,10,0,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,10,0,0,10,0,0,0,0,0,0,0,0,0,20,0,0,10,0,0,10,0,10,10,0,0,20,10,0,0,10,10,0,0,0,0,0,0,0,20,0,20,10,10,0,30,10,10,0,20,0,10,10,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,20,0,0,10,0,10,0,20,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/13.json b/dist/chartDummyData/views_zoom/2018-04/13.json new file mode 100644 index 000000000..a7249ee1a --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/13.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1523318400000,1523322000000,1523325600000,1523329200000,1523332800000,1523336400000,1523340000000,1523343600000,1523347200000,1523350800000,1523354400000,1523358000000,1523361600000,1523365200000,1523368800000,1523372400000,1523376000000,1523379600000,1523383200000,1523386800000,1523390400000,1523394000000,1523397600000,1523401200000,1523404800000,1523408400000,1523412000000,1523415600000,1523419200000,1523422800000,1523426400000,1523430000000,1523433600000,1523437200000,1523440800000,1523444400000,1523448000000,1523451600000,1523455200000,1523458800000,1523462400000,1523466000000,1523469600000,1523473200000,1523476800000,1523480400000,1523484000000,1523487600000,1523491200000,1523494800000,1523498400000,1523502000000,1523505600000,1523509200000,1523512800000,1523516400000,1523520000000,1523523600000,1523527200000,1523530800000,1523534400000,1523538000000,1523541600000,1523545200000,1523548800000,1523552400000,1523556000000,1523559600000,1523563200000,1523566800000,1523570400000,1523574000000,1523577600000,1523581200000,1523584800000,1523588400000,1523592000000,1523595600000,1523599200000,1523602800000,1523606400000,1523610000000,1523613600000,1523617200000,1523620800000,1523624400000,1523628000000,1523631600000,1523635200000,1523638800000,1523642400000,1523646000000,1523649600000,1523653200000,1523656800000,1523660400000,1523664000000,1523667600000,1523671200000,1523674800000,1523678400000,1523682000000,1523685600000,1523689200000,1523692800000,1523696400000,1523700000000,1523703600000,1523707200000,1523710800000,1523714400000,1523718000000,1523721600000,1523725200000,1523728800000,1523732400000,1523736000000,1523739600000,1523743200000,1523746800000,1523750400000,1523754000000,1523757600000,1523761200000,1523764800000,1523768400000,1523772000000,1523775600000,1523779200000,1523782800000,1523786400000,1523790000000,1523793600000,1523797200000,1523800800000,1523804400000,1523808000000,1523811600000,1523815200000,1523818800000,1523822400000,1523826000000,1523829600000,1523833200000,1523836800000,1523840400000,1523844000000,1523847600000,1523851200000,1523854800000,1523858400000,1523862000000,1523865600000,1523869200000,1523872800000,1523876400000,1523880000000,1523883600000,1523887200000,1523890800000,1523894400000,1523898000000,1523901600000,1523905200000,1523908800000,1523912400000,1523916000000,1523919600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[150,50,50,80,130,300,350,380,670,630,790,970,900,880,840,840,860,930,950,820,1080,740,420,230,100,60,10,20,60,380,400,660,680,680,1080,970,1050,740,760,1050,950,1070,960,1060,1130,690,500,130,120,40,0,10,50,300,440,650,590,660,790,640,880,830,770,610,990,870,780,1070,1000,890,430,160,70,40,50,20,30,270,400,510,770,630,730,840,900,780,1000,840,1070,1000,1170,800,720,620,430,330,120,50,50,0,20,210,250,720,1000,830,860,1070,890,1160,910,900,800,900,1060,920,980,770,530,600,290,150,30,60,10,290,200,440,730,760,1270,1060,900,1200,900,940,1090,1180,890,1060,1100,860,420,250,70,60,0,0,70,300,470,540,700,590,830,780,1110,1060,950,1090,1050,1020,780,1200,1470,800,730,130]},{"name":"URL","color":"#2373DB","values":[70,10,30,40,30,180,270,230,380,430,510,540,560,630,550,800,1020,1020,940,610,750,500,290,100,40,10,20,10,30,150,360,330,580,570,680,680,780,620,560,670,910,850,1060,980,860,460,250,140,20,20,0,0,20,130,280,390,420,510,670,740,590,750,670,700,860,850,840,1010,730,550,320,90,30,10,0,0,20,150,180,290,480,400,620,640,790,570,770,1060,1150,1220,880,1010,780,450,350,70,90,10,0,0,0,150,270,310,540,540,1000,640,680,510,550,650,920,900,650,490,520,280,220,290,60,40,30,30,0,0,30,180,340,380,580,440,580,610,600,380,630,650,790,580,550,270,110,150,50,10,50,20,20,100,300,330,420,500,600,790,770,870,780,920,1060,1080,910,760,820,470,260,120]},{"name":"Groups","color":"#9ED448","values":[140,30,10,10,90,470,750,530,420,420,530,700,930,670,580,870,630,610,810,1180,890,1220,910,420,100,80,90,10,130,340,380,610,390,410,610,580,830,620,570,690,620,800,760,1150,1410,980,760,160,60,0,80,30,90,510,590,380,570,590,550,800,670,690,610,580,720,860,780,1080,990,1360,1000,280,150,100,50,10,100,350,520,520,540,490,850,990,620,660,590,540,670,770,850,1200,810,890,640,390,180,40,60,10,30,180,290,740,410,500,610,760,610,460,440,550,560,610,820,830,840,720,640,400,250,70,40,30,40,40,130,450,980,1250,620,800,890,670,710,590,760,530,720,1170,970,1260,770,500,120,60,70,20,60,330,530,590,550,490,600,1180,750,710,570,880,770,940,820,1440,1560,1070,790,360]},{"name":"Channel","color":"#4fae4e","values":[0,50,0,0,0,20,30,40,30,60,10,30,40,40,60,30,20,80,50,90,60,120,110,10,10,10,0,0,10,10,70,10,30,70,40,80,30,40,30,60,40,60,30,100,210,90,0,90,0,20,0,0,20,20,20,10,110,200,30,70,50,90,100,80,30,70,50,70,50,50,60,50,50,0,0,0,0,50,0,10,60,60,40,30,60,40,40,50,120,250,50,150,80,50,30,0,20,10,0,0,0,0,10,0,150,30,60,40,60,50,60,70,30,80,80,90,70,60,30,30,20,10,0,10,0,0,10,50,0,30,70,40,50,70,30,60,40,70,50,50,60,40,30,170,0,0,0,0,10,0,10,10,10,60,30,90,70,50,80,160,40,50,100,70,240,210,70,30]},{"name":"Search","color":"#F5BD25","values":[20,20,40,0,10,180,110,150,110,80,80,330,70,110,90,80,260,100,230,170,60,150,30,10,20,30,30,0,50,120,100,130,60,200,80,60,70,160,150,140,210,90,100,420,120,70,110,60,0,0,10,0,30,110,130,100,40,10,90,30,130,100,90,60,310,80,40,180,330,200,120,20,50,10,0,0,10,270,60,130,160,70,90,290,120,120,150,170,70,210,190,70,160,90,100,80,0,20,0,0,20,50,60,60,70,100,120,300,330,230,160,120,120,190,290,170,140,200,90,100,20,20,0,0,10,50,210,130,150,150,50,130,150,130,100,160,100,80,110,110,210,60,20,130,10,30,10,0,90,130,270,70,50,230,220,150,110,50,40,110,80,290,150,90,230,90,20,0]},{"name":"Other","color":"#F79E39","values":[0,10,20,0,30,60,150,90,50,100,140,170,190,150,200,140,140,130,220,250,140,200,170,50,10,10,10,30,10,50,90,220,70,140,110,220,320,100,140,160,150,220,140,240,150,160,70,0,20,10,0,10,30,60,140,120,130,120,130,250,230,170,180,110,250,230,150,210,190,290,70,40,30,10,0,0,40,70,180,120,150,170,120,140,160,170,120,150,120,160,210,150,220,150,70,70,70,0,20,0,10,50,60,140,310,190,160,120,220,220,130,150,220,80,190,80,110,70,110,70,60,10,0,0,0,40,40,150,140,150,160,190,200,200,150,170,110,180,220,100,190,210,100,0,20,0,0,10,10,40,100,120,150,70,150,170,220,140,110,130,90,290,120,230,220,220,130,30]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,0,0,10,10,10,0,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,10,0,0,10,0,0,0,0,0,0,0,0,0,20,0,0,10,0,0,10,0,10,10,0,0,20,10,0,0,10,10,0,0,0,0,0,0,0,20,0,20,10,10,0,30,10,10,0,20,0,10,10,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,20,0,0,10,0,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,0,0,10,0,0,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/14.json b/dist/chartDummyData/views_zoom/2018-04/14.json new file mode 100644 index 000000000..614512cf9 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/14.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1523404800000,1523408400000,1523412000000,1523415600000,1523419200000,1523422800000,1523426400000,1523430000000,1523433600000,1523437200000,1523440800000,1523444400000,1523448000000,1523451600000,1523455200000,1523458800000,1523462400000,1523466000000,1523469600000,1523473200000,1523476800000,1523480400000,1523484000000,1523487600000,1523491200000,1523494800000,1523498400000,1523502000000,1523505600000,1523509200000,1523512800000,1523516400000,1523520000000,1523523600000,1523527200000,1523530800000,1523534400000,1523538000000,1523541600000,1523545200000,1523548800000,1523552400000,1523556000000,1523559600000,1523563200000,1523566800000,1523570400000,1523574000000,1523577600000,1523581200000,1523584800000,1523588400000,1523592000000,1523595600000,1523599200000,1523602800000,1523606400000,1523610000000,1523613600000,1523617200000,1523620800000,1523624400000,1523628000000,1523631600000,1523635200000,1523638800000,1523642400000,1523646000000,1523649600000,1523653200000,1523656800000,1523660400000,1523664000000,1523667600000,1523671200000,1523674800000,1523678400000,1523682000000,1523685600000,1523689200000,1523692800000,1523696400000,1523700000000,1523703600000,1523707200000,1523710800000,1523714400000,1523718000000,1523721600000,1523725200000,1523728800000,1523732400000,1523736000000,1523739600000,1523743200000,1523746800000,1523750400000,1523754000000,1523757600000,1523761200000,1523764800000,1523768400000,1523772000000,1523775600000,1523779200000,1523782800000,1523786400000,1523790000000,1523793600000,1523797200000,1523800800000,1523804400000,1523808000000,1523811600000,1523815200000,1523818800000,1523822400000,1523826000000,1523829600000,1523833200000,1523836800000,1523840400000,1523844000000,1523847600000,1523851200000,1523854800000,1523858400000,1523862000000,1523865600000,1523869200000,1523872800000,1523876400000,1523880000000,1523883600000,1523887200000,1523890800000,1523894400000,1523898000000,1523901600000,1523905200000,1523908800000,1523912400000,1523916000000,1523919600000,1523923200000,1523926800000,1523930400000,1523934000000,1523937600000,1523941200000,1523944800000,1523948400000,1523952000000,1523955600000,1523959200000,1523962800000,1523966400000,1523970000000,1523973600000,1523977200000,1523980800000,1523984400000,1523988000000,1523991600000,1523995200000,1523998800000,1524002400000,1524006000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[100,60,10,20,60,380,400,660,680,680,1080,970,1050,740,760,1050,950,1070,960,1060,1130,690,500,130,120,40,0,10,50,300,440,650,590,660,790,640,880,830,770,610,990,870,780,1070,1000,890,430,160,70,40,50,20,30,270,400,510,770,630,730,840,900,780,1000,840,1070,1000,1170,800,720,620,430,330,120,50,50,0,20,210,250,720,1000,830,860,1070,890,1160,910,900,800,900,1060,920,980,770,530,600,290,150,30,60,10,290,200,440,730,760,1270,1060,900,1200,900,940,1090,1180,890,1060,1100,860,420,250,70,60,0,0,70,300,470,540,700,590,830,780,1110,1060,950,1090,1050,1020,780,1200,1470,800,730,130,90,10,20,10,100,250,720,580,740,1080,830,1010,880,1360,700,850,1120,1180,1080,1350,1200,880,530,170]},{"name":"URL","color":"#2373DB","values":[40,10,20,10,30,150,360,330,580,570,680,680,780,620,560,670,910,850,1060,980,860,460,250,140,20,20,0,0,20,130,280,390,420,510,670,740,590,750,670,700,860,850,840,1010,730,550,320,90,30,10,0,0,20,150,180,290,480,400,620,640,790,570,770,1060,1150,1220,880,1010,780,450,350,70,90,10,0,0,0,150,270,310,540,540,1000,640,680,510,550,650,920,900,650,490,520,280,220,290,60,40,30,30,0,0,30,180,340,380,580,440,580,610,600,380,630,650,790,580,550,270,110,150,50,10,50,20,20,100,300,330,420,500,600,790,770,870,780,920,1060,1080,910,760,820,470,260,120,50,0,0,50,30,140,360,310,520,640,560,780,760,620,560,760,1150,1170,870,850,1010,630,280,170]},{"name":"Groups","color":"#9ED448","values":[100,80,90,10,130,340,380,610,390,410,610,580,830,620,570,690,620,800,760,1150,1410,980,760,160,60,0,80,30,90,510,590,380,570,590,550,800,670,690,610,580,720,860,780,1080,990,1360,1000,280,150,100,50,10,100,350,520,520,540,490,850,990,620,660,590,540,670,770,850,1200,810,890,640,390,180,40,60,10,30,180,290,740,410,500,610,760,610,460,440,550,560,610,820,830,840,720,640,400,250,70,40,30,40,40,130,450,980,1250,620,800,890,670,710,590,760,530,720,1170,970,1260,770,500,120,60,70,20,60,330,530,590,550,490,600,1180,750,710,570,880,770,940,820,1440,1560,1070,790,360,70,50,20,30,80,460,490,410,700,510,570,670,820,830,700,850,990,910,940,1330,1400,1390,730,200]},{"name":"Channel","color":"#4fae4e","values":[10,10,0,0,10,10,70,10,30,70,40,80,30,40,30,60,40,60,30,100,210,90,0,90,0,20,0,0,20,20,20,10,110,200,30,70,50,90,100,80,30,70,50,70,50,50,60,50,50,0,0,0,0,50,0,10,60,60,40,30,60,40,40,50,120,250,50,150,80,50,30,0,20,10,0,0,0,0,10,0,150,30,60,40,60,50,60,70,30,80,80,90,70,60,30,30,20,10,0,10,0,0,10,50,0,30,70,40,50,70,30,60,40,70,50,50,60,40,30,170,0,0,0,0,10,0,10,10,10,60,30,90,70,50,80,160,40,50,100,70,240,210,70,30,10,0,0,0,10,10,10,70,20,20,110,20,80,150,60,50,60,80,110,100,130,120,60,20]},{"name":"Search","color":"#F5BD25","values":[20,30,30,0,50,120,100,130,60,200,80,60,70,160,150,140,210,90,100,420,120,70,110,60,0,0,10,0,30,110,130,100,40,10,90,30,130,100,90,60,310,80,40,180,330,200,120,20,50,10,0,0,10,270,60,130,160,70,90,290,120,120,150,170,70,210,190,70,160,90,100,80,0,20,0,0,20,50,60,60,70,100,120,300,330,230,160,120,120,190,290,170,140,200,90,100,20,20,0,0,10,50,210,130,150,150,50,130,150,130,100,160,100,80,110,110,210,60,20,130,10,30,10,0,90,130,270,70,50,230,220,150,110,50,40,110,80,290,150,90,230,90,20,0,10,30,0,0,140,90,140,120,370,120,40,100,150,130,50,50,180,130,240,180,210,50,50,260]},{"name":"Other","color":"#F79E39","values":[10,10,10,30,10,50,90,220,70,140,110,220,320,100,140,160,150,220,140,240,150,160,70,0,20,10,0,10,30,60,140,120,130,120,130,250,230,170,180,110,250,230,150,210,190,290,70,40,30,10,0,0,40,70,180,120,150,170,120,140,160,170,120,150,120,160,210,150,220,150,70,70,70,0,20,0,10,50,60,140,310,190,160,120,220,220,130,150,220,80,190,80,110,70,110,70,60,10,0,0,0,40,40,150,140,150,160,190,200,200,150,170,110,180,220,100,190,210,100,0,20,0,0,10,10,40,100,120,150,70,150,170,220,140,110,130,90,290,120,230,220,220,130,30,10,10,0,10,20,100,100,190,140,110,180,190,210,170,130,110,190,100,220,250,300,160,40,20]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,10,0,0,10,0,0,0,0,0,0,0,0,0,20,0,0,10,0,0,10,0,10,10,0,0,20,10,0,0,10,10,0,0,0,0,0,0,0,20,0,20,10,10,0,30,10,10,0,20,0,10,10,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,20,0,0,10,0,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,10,0,10,10,0,0,0,0,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/15.json b/dist/chartDummyData/views_zoom/2018-04/15.json new file mode 100644 index 000000000..0a902e0d6 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/15.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1523491200000,1523494800000,1523498400000,1523502000000,1523505600000,1523509200000,1523512800000,1523516400000,1523520000000,1523523600000,1523527200000,1523530800000,1523534400000,1523538000000,1523541600000,1523545200000,1523548800000,1523552400000,1523556000000,1523559600000,1523563200000,1523566800000,1523570400000,1523574000000,1523577600000,1523581200000,1523584800000,1523588400000,1523592000000,1523595600000,1523599200000,1523602800000,1523606400000,1523610000000,1523613600000,1523617200000,1523620800000,1523624400000,1523628000000,1523631600000,1523635200000,1523638800000,1523642400000,1523646000000,1523649600000,1523653200000,1523656800000,1523660400000,1523664000000,1523667600000,1523671200000,1523674800000,1523678400000,1523682000000,1523685600000,1523689200000,1523692800000,1523696400000,1523700000000,1523703600000,1523707200000,1523710800000,1523714400000,1523718000000,1523721600000,1523725200000,1523728800000,1523732400000,1523736000000,1523739600000,1523743200000,1523746800000,1523750400000,1523754000000,1523757600000,1523761200000,1523764800000,1523768400000,1523772000000,1523775600000,1523779200000,1523782800000,1523786400000,1523790000000,1523793600000,1523797200000,1523800800000,1523804400000,1523808000000,1523811600000,1523815200000,1523818800000,1523822400000,1523826000000,1523829600000,1523833200000,1523836800000,1523840400000,1523844000000,1523847600000,1523851200000,1523854800000,1523858400000,1523862000000,1523865600000,1523869200000,1523872800000,1523876400000,1523880000000,1523883600000,1523887200000,1523890800000,1523894400000,1523898000000,1523901600000,1523905200000,1523908800000,1523912400000,1523916000000,1523919600000,1523923200000,1523926800000,1523930400000,1523934000000,1523937600000,1523941200000,1523944800000,1523948400000,1523952000000,1523955600000,1523959200000,1523962800000,1523966400000,1523970000000,1523973600000,1523977200000,1523980800000,1523984400000,1523988000000,1523991600000,1523995200000,1523998800000,1524002400000,1524006000000,1524009600000,1524013200000,1524016800000,1524020400000,1524024000000,1524027600000,1524031200000,1524034800000,1524038400000,1524042000000,1524045600000,1524049200000,1524052800000,1524056400000,1524060000000,1524063600000,1524067200000,1524070800000,1524074400000,1524078000000,1524081600000,1524085200000,1524088800000,1524092400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[120,40,0,10,50,300,440,650,590,660,790,640,880,830,770,610,990,870,780,1070,1000,890,430,160,70,40,50,20,30,270,400,510,770,630,730,840,900,780,1000,840,1070,1000,1170,800,720,620,430,330,120,50,50,0,20,210,250,720,1000,830,860,1070,890,1160,910,900,800,900,1060,920,980,770,530,600,290,150,30,60,10,290,200,440,730,760,1270,1060,900,1200,900,940,1090,1180,890,1060,1100,860,420,250,70,60,0,0,70,300,470,540,700,590,830,780,1110,1060,950,1090,1050,1020,780,1200,1470,800,730,130,90,10,20,10,100,250,720,580,740,1080,830,1010,880,1360,700,850,1120,1180,1080,1350,1200,880,530,170,80,40,10,10,60,310,360,590,770,720,760,1260,1010,820,1000,920,1150,1170,940,1210,1030,820,530,110]},{"name":"URL","color":"#2373DB","values":[20,20,0,0,20,130,280,390,420,510,670,740,590,750,670,700,860,850,840,1010,730,550,320,90,30,10,0,0,20,150,180,290,480,400,620,640,790,570,770,1060,1150,1220,880,1010,780,450,350,70,90,10,0,0,0,150,270,310,540,540,1000,640,680,510,550,650,920,900,650,490,520,280,220,290,60,40,30,30,0,0,30,180,340,380,580,440,580,610,600,380,630,650,790,580,550,270,110,150,50,10,50,20,20,100,300,330,420,500,600,790,770,870,780,920,1060,1080,910,760,820,470,260,120,50,0,0,50,30,140,360,310,520,640,560,780,760,620,560,760,1150,1170,870,850,1010,630,280,170,30,20,0,10,150,190,360,430,470,400,520,720,550,690,860,660,1240,1000,890,770,900,550,240,70]},{"name":"Groups","color":"#9ED448","values":[60,0,80,30,90,510,590,380,570,590,550,800,670,690,610,580,720,860,780,1080,990,1360,1000,280,150,100,50,10,100,350,520,520,540,490,850,990,620,660,590,540,670,770,850,1200,810,890,640,390,180,40,60,10,30,180,290,740,410,500,610,760,610,460,440,550,560,610,820,830,840,720,640,400,250,70,40,30,40,40,130,450,980,1250,620,800,890,670,710,590,760,530,720,1170,970,1260,770,500,120,60,70,20,60,330,530,590,550,490,600,1180,750,710,570,880,770,940,820,1440,1560,1070,790,360,70,50,20,30,80,460,490,410,700,510,570,670,820,830,700,850,990,910,940,1330,1400,1390,730,200,50,70,10,0,120,550,570,650,550,790,640,900,580,940,560,640,1080,760,710,920,1250,1010,920,330]},{"name":"Channel","color":"#4fae4e","values":[0,20,0,0,20,20,20,10,110,200,30,70,50,90,100,80,30,70,50,70,50,50,60,50,50,0,0,0,0,50,0,10,60,60,40,30,60,40,40,50,120,250,50,150,80,50,30,0,20,10,0,0,0,0,10,0,150,30,60,40,60,50,60,70,30,80,80,90,70,60,30,30,20,10,0,10,0,0,10,50,0,30,70,40,50,70,30,60,40,70,50,50,60,40,30,170,0,0,0,0,10,0,10,10,10,60,30,90,70,50,80,160,40,50,100,70,240,210,70,30,10,0,0,0,10,10,10,70,20,20,110,20,80,150,60,50,60,80,110,100,130,120,60,20,0,0,0,0,0,0,40,30,30,130,30,30,90,110,120,70,80,40,90,100,90,50,70,0]},{"name":"Search","color":"#F5BD25","values":[0,0,10,0,30,110,130,100,40,10,90,30,130,100,90,60,310,80,40,180,330,200,120,20,50,10,0,0,10,270,60,130,160,70,90,290,120,120,150,170,70,210,190,70,160,90,100,80,0,20,0,0,20,50,60,60,70,100,120,300,330,230,160,120,120,190,290,170,140,200,90,100,20,20,0,0,10,50,210,130,150,150,50,130,150,130,100,160,100,80,110,110,210,60,20,130,10,30,10,0,90,130,270,70,50,230,220,150,110,50,40,110,80,290,150,90,230,90,20,0,10,30,0,0,140,90,140,120,370,120,40,100,150,130,50,50,180,130,240,180,210,50,50,260,100,0,0,0,50,110,160,80,70,90,120,70,220,70,130,110,40,160,200,90,230,110,160,110]},{"name":"Other","color":"#F79E39","values":[20,10,0,10,30,60,140,120,130,120,130,250,230,170,180,110,250,230,150,210,190,290,70,40,30,10,0,0,40,70,180,120,150,170,120,140,160,170,120,150,120,160,210,150,220,150,70,70,70,0,20,0,10,50,60,140,310,190,160,120,220,220,130,150,220,80,190,80,110,70,110,70,60,10,0,0,0,40,40,150,140,150,160,190,200,200,150,170,110,180,220,100,190,210,100,0,20,0,0,10,10,40,100,120,150,70,150,170,220,140,110,130,90,290,120,230,220,220,130,30,10,10,0,10,20,100,100,190,140,110,180,190,210,170,130,110,190,100,220,250,300,160,40,20,10,10,0,0,20,90,40,110,130,140,150,160,210,130,150,140,170,110,240,240,120,180,110,0]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,10,0,0,10,0,0,0,0,0,0,0,0,0,20,0,0,10,0,0,10,0,10,10,0,0,20,10,0,0,10,10,0,0,0,0,0,0,0,20,0,20,10,10,0,30,10,10,0,20,0,10,10,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,20,0,0,10,0,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,10,0,10,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,10,0,0,0,10,0,0,0,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/16.json b/dist/chartDummyData/views_zoom/2018-04/16.json new file mode 100644 index 000000000..90a1a77d0 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/16.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1523577600000,1523581200000,1523584800000,1523588400000,1523592000000,1523595600000,1523599200000,1523602800000,1523606400000,1523610000000,1523613600000,1523617200000,1523620800000,1523624400000,1523628000000,1523631600000,1523635200000,1523638800000,1523642400000,1523646000000,1523649600000,1523653200000,1523656800000,1523660400000,1523664000000,1523667600000,1523671200000,1523674800000,1523678400000,1523682000000,1523685600000,1523689200000,1523692800000,1523696400000,1523700000000,1523703600000,1523707200000,1523710800000,1523714400000,1523718000000,1523721600000,1523725200000,1523728800000,1523732400000,1523736000000,1523739600000,1523743200000,1523746800000,1523750400000,1523754000000,1523757600000,1523761200000,1523764800000,1523768400000,1523772000000,1523775600000,1523779200000,1523782800000,1523786400000,1523790000000,1523793600000,1523797200000,1523800800000,1523804400000,1523808000000,1523811600000,1523815200000,1523818800000,1523822400000,1523826000000,1523829600000,1523833200000,1523836800000,1523840400000,1523844000000,1523847600000,1523851200000,1523854800000,1523858400000,1523862000000,1523865600000,1523869200000,1523872800000,1523876400000,1523880000000,1523883600000,1523887200000,1523890800000,1523894400000,1523898000000,1523901600000,1523905200000,1523908800000,1523912400000,1523916000000,1523919600000,1523923200000,1523926800000,1523930400000,1523934000000,1523937600000,1523941200000,1523944800000,1523948400000,1523952000000,1523955600000,1523959200000,1523962800000,1523966400000,1523970000000,1523973600000,1523977200000,1523980800000,1523984400000,1523988000000,1523991600000,1523995200000,1523998800000,1524002400000,1524006000000,1524009600000,1524013200000,1524016800000,1524020400000,1524024000000,1524027600000,1524031200000,1524034800000,1524038400000,1524042000000,1524045600000,1524049200000,1524052800000,1524056400000,1524060000000,1524063600000,1524067200000,1524070800000,1524074400000,1524078000000,1524081600000,1524085200000,1524088800000,1524092400000,1524096000000,1524099600000,1524103200000,1524106800000,1524110400000,1524114000000,1524117600000,1524121200000,1524124800000,1524128400000,1524132000000,1524135600000,1524139200000,1524142800000,1524146400000,1524150000000,1524153600000,1524157200000,1524160800000,1524164400000,1524168000000,1524171600000,1524175200000,1524178800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[70,40,50,20,30,270,400,510,770,630,730,840,900,780,1000,840,1070,1000,1170,800,720,620,430,330,120,50,50,0,20,210,250,720,1000,830,860,1070,890,1160,910,900,800,900,1060,920,980,770,530,600,290,150,30,60,10,290,200,440,730,760,1270,1060,900,1200,900,940,1090,1180,890,1060,1100,860,420,250,70,60,0,0,70,300,470,540,700,590,830,780,1110,1060,950,1090,1050,1020,780,1200,1470,800,730,130,90,10,20,10,100,250,720,580,740,1080,830,1010,880,1360,700,850,1120,1180,1080,1350,1200,880,530,170,80,40,10,10,60,310,360,590,770,720,760,1260,1010,820,1000,920,1150,1170,940,1210,1030,820,530,110,200,40,30,60,110,370,530,540,770,650,880,1080,1150,1070,880,1130,1030,1230,1180,1310,1110,750,430,260]},{"name":"URL","color":"#2373DB","values":[30,10,0,0,20,150,180,290,480,400,620,640,790,570,770,1060,1150,1220,880,1010,780,450,350,70,90,10,0,0,0,150,270,310,540,540,1000,640,680,510,550,650,920,900,650,490,520,280,220,290,60,40,30,30,0,0,30,180,340,380,580,440,580,610,600,380,630,650,790,580,550,270,110,150,50,10,50,20,20,100,300,330,420,500,600,790,770,870,780,920,1060,1080,910,760,820,470,260,120,50,0,0,50,30,140,360,310,520,640,560,780,760,620,560,760,1150,1170,870,850,1010,630,280,170,30,20,0,10,150,190,360,430,470,400,520,720,550,690,860,660,1240,1000,890,770,900,550,240,70,10,0,50,0,60,160,230,310,700,460,590,760,820,770,990,740,930,970,1080,910,960,620,330,340]},{"name":"Groups","color":"#9ED448","values":[150,100,50,10,100,350,520,520,540,490,850,990,620,660,590,540,670,770,850,1200,810,890,640,390,180,40,60,10,30,180,290,740,410,500,610,760,610,460,440,550,560,610,820,830,840,720,640,400,250,70,40,30,40,40,130,450,980,1250,620,800,890,670,710,590,760,530,720,1170,970,1260,770,500,120,60,70,20,60,330,530,590,550,490,600,1180,750,710,570,880,770,940,820,1440,1560,1070,790,360,70,50,20,30,80,460,490,410,700,510,570,670,820,830,700,850,990,910,940,1330,1400,1390,730,200,50,70,10,0,120,550,570,650,550,790,640,900,580,940,560,640,1080,760,710,920,1250,1010,920,330,150,60,20,20,110,420,360,600,510,620,700,620,770,550,610,780,670,840,1060,1090,1190,1030,650,260]},{"name":"Channel","color":"#4fae4e","values":[50,0,0,0,0,50,0,10,60,60,40,30,60,40,40,50,120,250,50,150,80,50,30,0,20,10,0,0,0,0,10,0,150,30,60,40,60,50,60,70,30,80,80,90,70,60,30,30,20,10,0,10,0,0,10,50,0,30,70,40,50,70,30,60,40,70,50,50,60,40,30,170,0,0,0,0,10,0,10,10,10,60,30,90,70,50,80,160,40,50,100,70,240,210,70,30,10,0,0,0,10,10,10,70,20,20,110,20,80,150,60,50,60,80,110,100,130,120,60,20,0,0,0,0,0,0,40,30,30,130,30,30,90,110,120,70,80,40,90,100,90,50,70,0,10,0,10,0,20,0,30,30,60,50,40,90,60,100,0,50,60,110,30,70,90,80,40,0]},{"name":"Search","color":"#F5BD25","values":[50,10,0,0,10,270,60,130,160,70,90,290,120,120,150,170,70,210,190,70,160,90,100,80,0,20,0,0,20,50,60,60,70,100,120,300,330,230,160,120,120,190,290,170,140,200,90,100,20,20,0,0,10,50,210,130,150,150,50,130,150,130,100,160,100,80,110,110,210,60,20,130,10,30,10,0,90,130,270,70,50,230,220,150,110,50,40,110,80,290,150,90,230,90,20,0,10,30,0,0,140,90,140,120,370,120,40,100,150,130,50,50,180,130,240,180,210,50,50,260,100,0,0,0,50,110,160,80,70,90,120,70,220,70,130,110,40,160,200,90,230,110,160,110,10,0,0,0,10,200,80,60,80,40,70,150,60,130,130,140,100,230,380,700,460,80,10,30]},{"name":"Other","color":"#F79E39","values":[30,10,0,0,40,70,180,120,150,170,120,140,160,170,120,150,120,160,210,150,220,150,70,70,70,0,20,0,10,50,60,140,310,190,160,120,220,220,130,150,220,80,190,80,110,70,110,70,60,10,0,0,0,40,40,150,140,150,160,190,200,200,150,170,110,180,220,100,190,210,100,0,20,0,0,10,10,40,100,120,150,70,150,170,220,140,110,130,90,290,120,230,220,220,130,30,10,10,0,10,20,100,100,190,140,110,180,190,210,170,130,110,190,100,220,250,300,160,40,20,10,10,0,0,20,90,40,110,130,140,150,160,210,130,150,140,170,110,240,240,120,180,110,0,20,0,10,10,10,90,160,130,110,230,180,150,220,170,170,140,200,110,230,220,180,140,90,40]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,20,0,0,10,0,0,10,0,10,10,0,0,20,10,0,0,10,10,0,0,0,0,0,0,0,20,0,20,10,10,0,30,10,10,0,20,0,10,10,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,20,0,0,10,0,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,10,0,10,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,10,0,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,10,0,10,0,0,20,0,0,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/17.json b/dist/chartDummyData/views_zoom/2018-04/17.json new file mode 100644 index 000000000..78e42a043 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/17.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1523664000000,1523667600000,1523671200000,1523674800000,1523678400000,1523682000000,1523685600000,1523689200000,1523692800000,1523696400000,1523700000000,1523703600000,1523707200000,1523710800000,1523714400000,1523718000000,1523721600000,1523725200000,1523728800000,1523732400000,1523736000000,1523739600000,1523743200000,1523746800000,1523750400000,1523754000000,1523757600000,1523761200000,1523764800000,1523768400000,1523772000000,1523775600000,1523779200000,1523782800000,1523786400000,1523790000000,1523793600000,1523797200000,1523800800000,1523804400000,1523808000000,1523811600000,1523815200000,1523818800000,1523822400000,1523826000000,1523829600000,1523833200000,1523836800000,1523840400000,1523844000000,1523847600000,1523851200000,1523854800000,1523858400000,1523862000000,1523865600000,1523869200000,1523872800000,1523876400000,1523880000000,1523883600000,1523887200000,1523890800000,1523894400000,1523898000000,1523901600000,1523905200000,1523908800000,1523912400000,1523916000000,1523919600000,1523923200000,1523926800000,1523930400000,1523934000000,1523937600000,1523941200000,1523944800000,1523948400000,1523952000000,1523955600000,1523959200000,1523962800000,1523966400000,1523970000000,1523973600000,1523977200000,1523980800000,1523984400000,1523988000000,1523991600000,1523995200000,1523998800000,1524002400000,1524006000000,1524009600000,1524013200000,1524016800000,1524020400000,1524024000000,1524027600000,1524031200000,1524034800000,1524038400000,1524042000000,1524045600000,1524049200000,1524052800000,1524056400000,1524060000000,1524063600000,1524067200000,1524070800000,1524074400000,1524078000000,1524081600000,1524085200000,1524088800000,1524092400000,1524096000000,1524099600000,1524103200000,1524106800000,1524110400000,1524114000000,1524117600000,1524121200000,1524124800000,1524128400000,1524132000000,1524135600000,1524139200000,1524142800000,1524146400000,1524150000000,1524153600000,1524157200000,1524160800000,1524164400000,1524168000000,1524171600000,1524175200000,1524178800000,1524182400000,1524186000000,1524189600000,1524193200000,1524196800000,1524200400000,1524204000000,1524207600000,1524211200000,1524214800000,1524218400000,1524222000000,1524225600000,1524229200000,1524232800000,1524236400000,1524240000000,1524243600000,1524247200000,1524250800000,1524254400000,1524258000000,1524261600000,1524265200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[120,50,50,0,20,210,250,720,1000,830,860,1070,890,1160,910,900,800,900,1060,920,980,770,530,600,290,150,30,60,10,290,200,440,730,760,1270,1060,900,1200,900,940,1090,1180,890,1060,1100,860,420,250,70,60,0,0,70,300,470,540,700,590,830,780,1110,1060,950,1090,1050,1020,780,1200,1470,800,730,130,90,10,20,10,100,250,720,580,740,1080,830,1010,880,1360,700,850,1120,1180,1080,1350,1200,880,530,170,80,40,10,10,60,310,360,590,770,720,760,1260,1010,820,1000,920,1150,1170,940,1210,1030,820,530,110,200,40,30,60,110,370,530,540,770,650,880,1080,1150,1070,880,1130,1030,1230,1180,1310,1110,750,430,260,50,50,60,20,70,400,370,700,850,600,920,890,1000,960,1130,1040,1200,780,940,970,930,790,480,320]},{"name":"URL","color":"#2373DB","values":[90,10,0,0,0,150,270,310,540,540,1000,640,680,510,550,650,920,900,650,490,520,280,220,290,60,40,30,30,0,0,30,180,340,380,580,440,580,610,600,380,630,650,790,580,550,270,110,150,50,10,50,20,20,100,300,330,420,500,600,790,770,870,780,920,1060,1080,910,760,820,470,260,120,50,0,0,50,30,140,360,310,520,640,560,780,760,620,560,760,1150,1170,870,850,1010,630,280,170,30,20,0,10,150,190,360,430,470,400,520,720,550,690,860,660,1240,1000,890,770,900,550,240,70,10,0,50,0,60,160,230,310,700,460,590,760,820,770,990,740,930,970,1080,910,960,620,330,340,220,20,0,10,10,130,370,440,460,670,780,600,580,640,690,960,1160,1170,880,920,790,350,310,170]},{"name":"Groups","color":"#9ED448","values":[180,40,60,10,30,180,290,740,410,500,610,760,610,460,440,550,560,610,820,830,840,720,640,400,250,70,40,30,40,40,130,450,980,1250,620,800,890,670,710,590,760,530,720,1170,970,1260,770,500,120,60,70,20,60,330,530,590,550,490,600,1180,750,710,570,880,770,940,820,1440,1560,1070,790,360,70,50,20,30,80,460,490,410,700,510,570,670,820,830,700,850,990,910,940,1330,1400,1390,730,200,50,70,10,0,120,550,570,650,550,790,640,900,580,940,560,640,1080,760,710,920,1250,1010,920,330,150,60,20,20,110,420,360,600,510,620,700,620,770,550,610,780,670,840,1060,1090,1190,1030,650,260,440,50,30,10,130,410,540,570,650,630,640,930,900,740,940,670,720,860,1000,770,930,1040,500,360]},{"name":"Channel","color":"#4fae4e","values":[20,10,0,0,0,0,10,0,150,30,60,40,60,50,60,70,30,80,80,90,70,60,30,30,20,10,0,10,0,0,10,50,0,30,70,40,50,70,30,60,40,70,50,50,60,40,30,170,0,0,0,0,10,0,10,10,10,60,30,90,70,50,80,160,40,50,100,70,240,210,70,30,10,0,0,0,10,10,10,70,20,20,110,20,80,150,60,50,60,80,110,100,130,120,60,20,0,0,0,0,0,0,40,30,30,130,30,30,90,110,120,70,80,40,90,100,90,50,70,0,10,0,10,0,20,0,30,30,60,50,40,90,60,100,0,50,60,110,30,70,90,80,40,0,10,0,0,0,0,0,20,10,30,90,40,10,90,100,90,30,10,50,40,40,80,30,50,60]},{"name":"Search","color":"#F5BD25","values":[0,20,0,0,20,50,60,60,70,100,120,300,330,230,160,120,120,190,290,170,140,200,90,100,20,20,0,0,10,50,210,130,150,150,50,130,150,130,100,160,100,80,110,110,210,60,20,130,10,30,10,0,90,130,270,70,50,230,220,150,110,50,40,110,80,290,150,90,230,90,20,0,10,30,0,0,140,90,140,120,370,120,40,100,150,130,50,50,180,130,240,180,210,50,50,260,100,0,0,0,50,110,160,80,70,90,120,70,220,70,130,110,40,160,200,90,230,110,160,110,10,0,0,0,10,200,80,60,80,40,70,150,60,130,130,140,100,230,380,700,460,80,10,30,10,20,0,0,40,180,110,160,110,100,70,90,70,220,60,260,110,180,260,170,210,110,30,20]},{"name":"Other","color":"#F79E39","values":[70,0,20,0,10,50,60,140,310,190,160,120,220,220,130,150,220,80,190,80,110,70,110,70,60,10,0,0,0,40,40,150,140,150,160,190,200,200,150,170,110,180,220,100,190,210,100,0,20,0,0,10,10,40,100,120,150,70,150,170,220,140,110,130,90,290,120,230,220,220,130,30,10,10,0,10,20,100,100,190,140,110,180,190,210,170,130,110,190,100,220,250,300,160,40,20,10,10,0,0,20,90,40,110,130,140,150,160,210,130,150,140,170,110,240,240,120,180,110,0,20,0,10,10,10,90,160,130,110,230,180,150,220,170,170,140,200,110,230,220,180,140,90,40,20,0,30,0,10,60,140,160,150,100,70,110,200,130,120,170,110,210,190,140,210,150,100,10]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,20,0,20,10,10,0,30,10,10,0,20,0,10,10,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,20,0,0,10,0,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,10,0,10,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,10,0,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,10,0,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,30,0,10,0,0,0,10,0,0,0,0,10,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/18.json b/dist/chartDummyData/views_zoom/2018-04/18.json new file mode 100644 index 000000000..1d08a583c --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/18.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1523750400000,1523754000000,1523757600000,1523761200000,1523764800000,1523768400000,1523772000000,1523775600000,1523779200000,1523782800000,1523786400000,1523790000000,1523793600000,1523797200000,1523800800000,1523804400000,1523808000000,1523811600000,1523815200000,1523818800000,1523822400000,1523826000000,1523829600000,1523833200000,1523836800000,1523840400000,1523844000000,1523847600000,1523851200000,1523854800000,1523858400000,1523862000000,1523865600000,1523869200000,1523872800000,1523876400000,1523880000000,1523883600000,1523887200000,1523890800000,1523894400000,1523898000000,1523901600000,1523905200000,1523908800000,1523912400000,1523916000000,1523919600000,1523923200000,1523926800000,1523930400000,1523934000000,1523937600000,1523941200000,1523944800000,1523948400000,1523952000000,1523955600000,1523959200000,1523962800000,1523966400000,1523970000000,1523973600000,1523977200000,1523980800000,1523984400000,1523988000000,1523991600000,1523995200000,1523998800000,1524002400000,1524006000000,1524009600000,1524013200000,1524016800000,1524020400000,1524024000000,1524027600000,1524031200000,1524034800000,1524038400000,1524042000000,1524045600000,1524049200000,1524052800000,1524056400000,1524060000000,1524063600000,1524067200000,1524070800000,1524074400000,1524078000000,1524081600000,1524085200000,1524088800000,1524092400000,1524096000000,1524099600000,1524103200000,1524106800000,1524110400000,1524114000000,1524117600000,1524121200000,1524124800000,1524128400000,1524132000000,1524135600000,1524139200000,1524142800000,1524146400000,1524150000000,1524153600000,1524157200000,1524160800000,1524164400000,1524168000000,1524171600000,1524175200000,1524178800000,1524182400000,1524186000000,1524189600000,1524193200000,1524196800000,1524200400000,1524204000000,1524207600000,1524211200000,1524214800000,1524218400000,1524222000000,1524225600000,1524229200000,1524232800000,1524236400000,1524240000000,1524243600000,1524247200000,1524250800000,1524254400000,1524258000000,1524261600000,1524265200000,1524268800000,1524272400000,1524276000000,1524279600000,1524283200000,1524286800000,1524290400000,1524294000000,1524297600000,1524301200000,1524304800000,1524308400000,1524312000000,1524315600000,1524319200000,1524322800000,1524326400000,1524330000000,1524333600000,1524337200000,1524340800000,1524344400000,1524348000000,1524351600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[290,150,30,60,10,290,200,440,730,760,1270,1060,900,1200,900,940,1090,1180,890,1060,1100,860,420,250,70,60,0,0,70,300,470,540,700,590,830,780,1110,1060,950,1090,1050,1020,780,1200,1470,800,730,130,90,10,20,10,100,250,720,580,740,1080,830,1010,880,1360,700,850,1120,1180,1080,1350,1200,880,530,170,80,40,10,10,60,310,360,590,770,720,760,1260,1010,820,1000,920,1150,1170,940,1210,1030,820,530,110,200,40,30,60,110,370,530,540,770,650,880,1080,1150,1070,880,1130,1030,1230,1180,1310,1110,750,430,260,50,50,60,20,70,400,370,700,850,600,920,890,1000,960,1130,1040,1200,780,940,970,930,790,480,320,140,90,30,10,90,210,320,880,750,900,1510,1390,1180,1080,770,790,1360,1080,1250,920,850,730,660,420]},{"name":"URL","color":"#2373DB","values":[60,40,30,30,0,0,30,180,340,380,580,440,580,610,600,380,630,650,790,580,550,270,110,150,50,10,50,20,20,100,300,330,420,500,600,790,770,870,780,920,1060,1080,910,760,820,470,260,120,50,0,0,50,30,140,360,310,520,640,560,780,760,620,560,760,1150,1170,870,850,1010,630,280,170,30,20,0,10,150,190,360,430,470,400,520,720,550,690,860,660,1240,1000,890,770,900,550,240,70,10,0,50,0,60,160,230,310,700,460,590,760,820,770,990,740,930,970,1080,910,960,620,330,340,220,20,0,10,10,130,370,440,460,670,780,600,580,640,690,960,1160,1170,880,920,790,350,310,170,100,100,20,0,20,90,140,370,610,660,770,700,670,690,680,670,590,770,820,760,730,510,250,250]},{"name":"Groups","color":"#9ED448","values":[250,70,40,30,40,40,130,450,980,1250,620,800,890,670,710,590,760,530,720,1170,970,1260,770,500,120,60,70,20,60,330,530,590,550,490,600,1180,750,710,570,880,770,940,820,1440,1560,1070,790,360,70,50,20,30,80,460,490,410,700,510,570,670,820,830,700,850,990,910,940,1330,1400,1390,730,200,50,70,10,0,120,550,570,650,550,790,640,900,580,940,560,640,1080,760,710,920,1250,1010,920,330,150,60,20,20,110,420,360,600,510,620,700,620,770,550,610,780,670,840,1060,1090,1190,1030,650,260,440,50,30,10,130,410,540,570,650,630,640,930,900,740,940,670,720,860,1000,770,930,1040,500,360,180,150,40,20,20,240,350,530,740,750,620,960,710,640,580,590,660,600,580,1010,760,800,770,450]},{"name":"Channel","color":"#4fae4e","values":[20,10,0,10,0,0,10,50,0,30,70,40,50,70,30,60,40,70,50,50,60,40,30,170,0,0,0,0,10,0,10,10,10,60,30,90,70,50,80,160,40,50,100,70,240,210,70,30,10,0,0,0,10,10,10,70,20,20,110,20,80,150,60,50,60,80,110,100,130,120,60,20,0,0,0,0,0,0,40,30,30,130,30,30,90,110,120,70,80,40,90,100,90,50,70,0,10,0,10,0,20,0,30,30,60,50,40,90,60,100,0,50,60,110,30,70,90,80,40,0,10,0,0,0,0,0,20,10,30,90,40,10,90,100,90,30,10,50,40,40,80,30,50,60,0,0,0,0,20,10,10,90,50,0,60,30,80,200,60,80,50,90,90,320,360,40,70,110]},{"name":"Search","color":"#F5BD25","values":[20,20,0,0,10,50,210,130,150,150,50,130,150,130,100,160,100,80,110,110,210,60,20,130,10,30,10,0,90,130,270,70,50,230,220,150,110,50,40,110,80,290,150,90,230,90,20,0,10,30,0,0,140,90,140,120,370,120,40,100,150,130,50,50,180,130,240,180,210,50,50,260,100,0,0,0,50,110,160,80,70,90,120,70,220,70,130,110,40,160,200,90,230,110,160,110,10,0,0,0,10,200,80,60,80,40,70,150,60,130,130,140,100,230,380,700,460,80,10,30,10,20,0,0,40,180,110,160,110,100,70,90,70,220,60,260,110,180,260,170,210,110,30,20,0,0,0,0,80,40,250,150,110,160,320,120,110,160,150,140,130,120,140,110,160,70,60,50]},{"name":"Other","color":"#F79E39","values":[60,10,0,0,0,40,40,150,140,150,160,190,200,200,150,170,110,180,220,100,190,210,100,0,20,0,0,10,10,40,100,120,150,70,150,170,220,140,110,130,90,290,120,230,220,220,130,30,10,10,0,10,20,100,100,190,140,110,180,190,210,170,130,110,190,100,220,250,300,160,40,20,10,10,0,0,20,90,40,110,130,140,150,160,210,130,150,140,170,110,240,240,120,180,110,0,20,0,10,10,10,90,160,130,110,230,180,150,220,170,170,140,200,110,230,220,180,140,90,40,20,0,30,0,10,60,140,160,150,100,70,110,200,130,120,170,110,210,190,140,210,150,100,10,20,30,10,10,30,20,100,110,180,140,170,100,300,80,110,140,170,180,130,150,110,190,130,60]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,20,0,10,20,0,0,10,0,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,10,0,10,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,10,0,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,10,0,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,30,0,10,0,0,0,10,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,10,50,20,0,10,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/19.json b/dist/chartDummyData/views_zoom/2018-04/19.json new file mode 100644 index 000000000..0b48b3b2d --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/19.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1523836800000,1523840400000,1523844000000,1523847600000,1523851200000,1523854800000,1523858400000,1523862000000,1523865600000,1523869200000,1523872800000,1523876400000,1523880000000,1523883600000,1523887200000,1523890800000,1523894400000,1523898000000,1523901600000,1523905200000,1523908800000,1523912400000,1523916000000,1523919600000,1523923200000,1523926800000,1523930400000,1523934000000,1523937600000,1523941200000,1523944800000,1523948400000,1523952000000,1523955600000,1523959200000,1523962800000,1523966400000,1523970000000,1523973600000,1523977200000,1523980800000,1523984400000,1523988000000,1523991600000,1523995200000,1523998800000,1524002400000,1524006000000,1524009600000,1524013200000,1524016800000,1524020400000,1524024000000,1524027600000,1524031200000,1524034800000,1524038400000,1524042000000,1524045600000,1524049200000,1524052800000,1524056400000,1524060000000,1524063600000,1524067200000,1524070800000,1524074400000,1524078000000,1524081600000,1524085200000,1524088800000,1524092400000,1524096000000,1524099600000,1524103200000,1524106800000,1524110400000,1524114000000,1524117600000,1524121200000,1524124800000,1524128400000,1524132000000,1524135600000,1524139200000,1524142800000,1524146400000,1524150000000,1524153600000,1524157200000,1524160800000,1524164400000,1524168000000,1524171600000,1524175200000,1524178800000,1524182400000,1524186000000,1524189600000,1524193200000,1524196800000,1524200400000,1524204000000,1524207600000,1524211200000,1524214800000,1524218400000,1524222000000,1524225600000,1524229200000,1524232800000,1524236400000,1524240000000,1524243600000,1524247200000,1524250800000,1524254400000,1524258000000,1524261600000,1524265200000,1524268800000,1524272400000,1524276000000,1524279600000,1524283200000,1524286800000,1524290400000,1524294000000,1524297600000,1524301200000,1524304800000,1524308400000,1524312000000,1524315600000,1524319200000,1524322800000,1524326400000,1524330000000,1524333600000,1524337200000,1524340800000,1524344400000,1524348000000,1524351600000,1524355200000,1524358800000,1524362400000,1524366000000,1524369600000,1524373200000,1524376800000,1524380400000,1524384000000,1524387600000,1524391200000,1524394800000,1524398400000,1524402000000,1524405600000,1524409200000,1524412800000,1524416400000,1524420000000,1524423600000,1524427200000,1524430800000,1524434400000,1524438000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[70,60,0,0,70,300,470,540,700,590,830,780,1110,1060,950,1090,1050,1020,780,1200,1470,800,730,130,90,10,20,10,100,250,720,580,740,1080,830,1010,880,1360,700,850,1120,1180,1080,1350,1200,880,530,170,80,40,10,10,60,310,360,590,770,720,760,1260,1010,820,1000,920,1150,1170,940,1210,1030,820,530,110,200,40,30,60,110,370,530,540,770,650,880,1080,1150,1070,880,1130,1030,1230,1180,1310,1110,750,430,260,50,50,60,20,70,400,370,700,850,600,920,890,1000,960,1130,1040,1200,780,940,970,930,790,480,320,140,90,30,10,90,210,320,880,750,900,1510,1390,1180,1080,770,790,1360,1080,1250,920,850,730,660,420,320,60,30,0,20,90,290,540,810,1120,1010,1100,1460,1220,1180,710,1090,1140,970,1340,920,1080,890,270]},{"name":"URL","color":"#2373DB","values":[50,10,50,20,20,100,300,330,420,500,600,790,770,870,780,920,1060,1080,910,760,820,470,260,120,50,0,0,50,30,140,360,310,520,640,560,780,760,620,560,760,1150,1170,870,850,1010,630,280,170,30,20,0,10,150,190,360,430,470,400,520,720,550,690,860,660,1240,1000,890,770,900,550,240,70,10,0,50,0,60,160,230,310,700,460,590,760,820,770,990,740,930,970,1080,910,960,620,330,340,220,20,0,10,10,130,370,440,460,670,780,600,580,640,690,960,1160,1170,880,920,790,350,310,170,100,100,20,0,20,90,140,370,610,660,770,700,670,690,680,670,590,770,820,760,730,510,250,250,150,10,50,30,10,70,100,230,460,520,760,560,710,700,620,720,690,800,670,490,730,640,310,120]},{"name":"Groups","color":"#9ED448","values":[120,60,70,20,60,330,530,590,550,490,600,1180,750,710,570,880,770,940,820,1440,1560,1070,790,360,70,50,20,30,80,460,490,410,700,510,570,670,820,830,700,850,990,910,940,1330,1400,1390,730,200,50,70,10,0,120,550,570,650,550,790,640,900,580,940,560,640,1080,760,710,920,1250,1010,920,330,150,60,20,20,110,420,360,600,510,620,700,620,770,550,610,780,670,840,1060,1090,1190,1030,650,260,440,50,30,10,130,410,540,570,650,630,640,930,900,740,940,670,720,860,1000,770,930,1040,500,360,180,150,40,20,20,240,350,530,740,750,620,960,710,640,580,590,660,600,580,1010,760,800,770,450,420,80,20,20,40,50,290,510,630,660,770,620,570,520,900,640,630,740,670,790,1530,1240,740,430]},{"name":"Channel","color":"#4fae4e","values":[0,0,0,0,10,0,10,10,10,60,30,90,70,50,80,160,40,50,100,70,240,210,70,30,10,0,0,0,10,10,10,70,20,20,110,20,80,150,60,50,60,80,110,100,130,120,60,20,0,0,0,0,0,0,40,30,30,130,30,30,90,110,120,70,80,40,90,100,90,50,70,0,10,0,10,0,20,0,30,30,60,50,40,90,60,100,0,50,60,110,30,70,90,80,40,0,10,0,0,0,0,0,20,10,30,90,40,10,90,100,90,30,10,50,40,40,80,30,50,60,0,0,0,0,20,10,10,90,50,0,60,30,80,200,60,80,50,90,90,320,360,40,70,110,20,0,30,0,0,0,50,60,40,70,90,120,120,110,60,40,70,120,50,60,60,260,240,10]},{"name":"Search","color":"#F5BD25","values":[10,30,10,0,90,130,270,70,50,230,220,150,110,50,40,110,80,290,150,90,230,90,20,0,10,30,0,0,140,90,140,120,370,120,40,100,150,130,50,50,180,130,240,180,210,50,50,260,100,0,0,0,50,110,160,80,70,90,120,70,220,70,130,110,40,160,200,90,230,110,160,110,10,0,0,0,10,200,80,60,80,40,70,150,60,130,130,140,100,230,380,700,460,80,10,30,10,20,0,0,40,180,110,160,110,100,70,90,70,220,60,260,110,180,260,170,210,110,30,20,0,0,0,0,80,40,250,150,110,160,320,120,110,160,150,140,130,120,140,110,160,70,60,50,0,10,20,0,0,10,330,90,60,170,80,160,150,250,120,90,120,90,120,130,90,220,180,0]},{"name":"Other","color":"#F79E39","values":[20,0,0,10,10,40,100,120,150,70,150,170,220,140,110,130,90,290,120,230,220,220,130,30,10,10,0,10,20,100,100,190,140,110,180,190,210,170,130,110,190,100,220,250,300,160,40,20,10,10,0,0,20,90,40,110,130,140,150,160,210,130,150,140,170,110,240,240,120,180,110,0,20,0,10,10,10,90,160,130,110,230,180,150,220,170,170,140,200,110,230,220,180,140,90,40,20,0,30,0,10,60,140,160,150,100,70,110,200,130,120,170,110,210,190,140,210,150,100,10,20,30,10,10,30,20,100,110,180,140,170,100,300,80,110,140,170,180,130,150,110,190,130,60,0,30,10,0,10,60,50,100,170,80,160,170,120,140,160,210,190,130,180,240,180,190,140,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,10,0,10,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,10,0,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,10,0,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,30,0,10,0,0,0,10,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,10,50,20,0,10,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,20,10,0,0,0,10,0,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/20.json b/dist/chartDummyData/views_zoom/2018-04/20.json new file mode 100644 index 000000000..b8c9f2bfe --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/20.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1523923200000,1523926800000,1523930400000,1523934000000,1523937600000,1523941200000,1523944800000,1523948400000,1523952000000,1523955600000,1523959200000,1523962800000,1523966400000,1523970000000,1523973600000,1523977200000,1523980800000,1523984400000,1523988000000,1523991600000,1523995200000,1523998800000,1524002400000,1524006000000,1524009600000,1524013200000,1524016800000,1524020400000,1524024000000,1524027600000,1524031200000,1524034800000,1524038400000,1524042000000,1524045600000,1524049200000,1524052800000,1524056400000,1524060000000,1524063600000,1524067200000,1524070800000,1524074400000,1524078000000,1524081600000,1524085200000,1524088800000,1524092400000,1524096000000,1524099600000,1524103200000,1524106800000,1524110400000,1524114000000,1524117600000,1524121200000,1524124800000,1524128400000,1524132000000,1524135600000,1524139200000,1524142800000,1524146400000,1524150000000,1524153600000,1524157200000,1524160800000,1524164400000,1524168000000,1524171600000,1524175200000,1524178800000,1524182400000,1524186000000,1524189600000,1524193200000,1524196800000,1524200400000,1524204000000,1524207600000,1524211200000,1524214800000,1524218400000,1524222000000,1524225600000,1524229200000,1524232800000,1524236400000,1524240000000,1524243600000,1524247200000,1524250800000,1524254400000,1524258000000,1524261600000,1524265200000,1524268800000,1524272400000,1524276000000,1524279600000,1524283200000,1524286800000,1524290400000,1524294000000,1524297600000,1524301200000,1524304800000,1524308400000,1524312000000,1524315600000,1524319200000,1524322800000,1524326400000,1524330000000,1524333600000,1524337200000,1524340800000,1524344400000,1524348000000,1524351600000,1524355200000,1524358800000,1524362400000,1524366000000,1524369600000,1524373200000,1524376800000,1524380400000,1524384000000,1524387600000,1524391200000,1524394800000,1524398400000,1524402000000,1524405600000,1524409200000,1524412800000,1524416400000,1524420000000,1524423600000,1524427200000,1524430800000,1524434400000,1524438000000,1524441600000,1524445200000,1524448800000,1524452400000,1524456000000,1524459600000,1524463200000,1524466800000,1524470400000,1524474000000,1524477600000,1524481200000,1524484800000,1524488400000,1524492000000,1524495600000,1524499200000,1524502800000,1524506400000,1524510000000,1524513600000,1524517200000,1524520800000,1524524400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[90,10,20,10,100,250,720,580,740,1080,830,1010,880,1360,700,850,1120,1180,1080,1350,1200,880,530,170,80,40,10,10,60,310,360,590,770,720,760,1260,1010,820,1000,920,1150,1170,940,1210,1030,820,530,110,200,40,30,60,110,370,530,540,770,650,880,1080,1150,1070,880,1130,1030,1230,1180,1310,1110,750,430,260,50,50,60,20,70,400,370,700,850,600,920,890,1000,960,1130,1040,1200,780,940,970,930,790,480,320,140,90,30,10,90,210,320,880,750,900,1510,1390,1180,1080,770,790,1360,1080,1250,920,850,730,660,420,320,60,30,0,20,90,290,540,810,1120,1010,1100,1460,1220,1180,710,1090,1140,970,1340,920,1080,890,270,60,20,40,20,90,360,460,580,770,620,810,940,1210,840,1040,1070,1180,980,1160,1370,1550,990,540,300]},{"name":"URL","color":"#2373DB","values":[50,0,0,50,30,140,360,310,520,640,560,780,760,620,560,760,1150,1170,870,850,1010,630,280,170,30,20,0,10,150,190,360,430,470,400,520,720,550,690,860,660,1240,1000,890,770,900,550,240,70,10,0,50,0,60,160,230,310,700,460,590,760,820,770,990,740,930,970,1080,910,960,620,330,340,220,20,0,10,10,130,370,440,460,670,780,600,580,640,690,960,1160,1170,880,920,790,350,310,170,100,100,20,0,20,90,140,370,610,660,770,700,670,690,680,670,590,770,820,760,730,510,250,250,150,10,50,30,10,70,100,230,460,520,760,560,710,700,620,720,690,800,670,490,730,640,310,120,10,0,0,0,80,100,220,400,320,670,570,610,560,790,700,720,1080,1090,820,840,730,440,300,130]},{"name":"Groups","color":"#9ED448","values":[70,50,20,30,80,460,490,410,700,510,570,670,820,830,700,850,990,910,940,1330,1400,1390,730,200,50,70,10,0,120,550,570,650,550,790,640,900,580,940,560,640,1080,760,710,920,1250,1010,920,330,150,60,20,20,110,420,360,600,510,620,700,620,770,550,610,780,670,840,1060,1090,1190,1030,650,260,440,50,30,10,130,410,540,570,650,630,640,930,900,740,940,670,720,860,1000,770,930,1040,500,360,180,150,40,20,20,240,350,530,740,750,620,960,710,640,580,590,660,600,580,1010,760,800,770,450,420,80,20,20,40,50,290,510,630,660,770,620,570,520,900,640,630,740,670,790,1530,1240,740,430,80,10,20,10,150,520,380,440,620,690,590,900,720,690,600,660,890,930,1020,1330,1500,1220,1040,210]},{"name":"Channel","color":"#4fae4e","values":[10,0,0,0,10,10,10,70,20,20,110,20,80,150,60,50,60,80,110,100,130,120,60,20,0,0,0,0,0,0,40,30,30,130,30,30,90,110,120,70,80,40,90,100,90,50,70,0,10,0,10,0,20,0,30,30,60,50,40,90,60,100,0,50,60,110,30,70,90,80,40,0,10,0,0,0,0,0,20,10,30,90,40,10,90,100,90,30,10,50,40,40,80,30,50,60,0,0,0,0,20,10,10,90,50,0,60,30,80,200,60,80,50,90,90,320,360,40,70,110,20,0,30,0,0,0,50,60,40,70,90,120,120,110,60,40,70,120,50,60,60,260,240,10,20,0,0,10,20,20,40,30,60,80,80,80,60,110,110,50,40,60,40,50,70,100,40,20]},{"name":"Search","color":"#F5BD25","values":[10,30,0,0,140,90,140,120,370,120,40,100,150,130,50,50,180,130,240,180,210,50,50,260,100,0,0,0,50,110,160,80,70,90,120,70,220,70,130,110,40,160,200,90,230,110,160,110,10,0,0,0,10,200,80,60,80,40,70,150,60,130,130,140,100,230,380,700,460,80,10,30,10,20,0,0,40,180,110,160,110,100,70,90,70,220,60,260,110,180,260,170,210,110,30,20,0,0,0,0,80,40,250,150,110,160,320,120,110,160,150,140,130,120,140,110,160,70,60,50,0,10,20,0,0,10,330,90,60,170,80,160,150,250,120,90,120,90,120,130,90,220,180,0,40,10,0,0,50,280,50,190,70,40,310,40,150,180,110,350,160,260,390,150,140,140,110,0]},{"name":"Other","color":"#F79E39","values":[10,10,0,10,20,100,100,190,140,110,180,190,210,170,130,110,190,100,220,250,300,160,40,20,10,10,0,0,20,90,40,110,130,140,150,160,210,130,150,140,170,110,240,240,120,180,110,0,20,0,10,10,10,90,160,130,110,230,180,150,220,170,170,140,200,110,230,220,180,140,90,40,20,0,30,0,10,60,140,160,150,100,70,110,200,130,120,170,110,210,190,140,210,150,100,10,20,30,10,10,30,20,100,110,180,140,170,100,300,80,110,140,170,180,130,150,110,190,130,60,0,30,10,0,10,60,50,100,170,80,160,170,120,140,160,210,190,130,180,240,180,190,140,80,10,20,10,10,10,80,50,100,130,90,150,210,120,110,160,220,110,140,180,160,320,100,60,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,20,0,0,0,10,10,0,10,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,10,0,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,10,0,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,30,0,10,0,0,0,10,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,10,50,20,0,10,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,20,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,20,0,0,10,0,0,30,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/21.json b/dist/chartDummyData/views_zoom/2018-04/21.json new file mode 100644 index 000000000..b489c638c --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/21.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1524009600000,1524013200000,1524016800000,1524020400000,1524024000000,1524027600000,1524031200000,1524034800000,1524038400000,1524042000000,1524045600000,1524049200000,1524052800000,1524056400000,1524060000000,1524063600000,1524067200000,1524070800000,1524074400000,1524078000000,1524081600000,1524085200000,1524088800000,1524092400000,1524096000000,1524099600000,1524103200000,1524106800000,1524110400000,1524114000000,1524117600000,1524121200000,1524124800000,1524128400000,1524132000000,1524135600000,1524139200000,1524142800000,1524146400000,1524150000000,1524153600000,1524157200000,1524160800000,1524164400000,1524168000000,1524171600000,1524175200000,1524178800000,1524182400000,1524186000000,1524189600000,1524193200000,1524196800000,1524200400000,1524204000000,1524207600000,1524211200000,1524214800000,1524218400000,1524222000000,1524225600000,1524229200000,1524232800000,1524236400000,1524240000000,1524243600000,1524247200000,1524250800000,1524254400000,1524258000000,1524261600000,1524265200000,1524268800000,1524272400000,1524276000000,1524279600000,1524283200000,1524286800000,1524290400000,1524294000000,1524297600000,1524301200000,1524304800000,1524308400000,1524312000000,1524315600000,1524319200000,1524322800000,1524326400000,1524330000000,1524333600000,1524337200000,1524340800000,1524344400000,1524348000000,1524351600000,1524355200000,1524358800000,1524362400000,1524366000000,1524369600000,1524373200000,1524376800000,1524380400000,1524384000000,1524387600000,1524391200000,1524394800000,1524398400000,1524402000000,1524405600000,1524409200000,1524412800000,1524416400000,1524420000000,1524423600000,1524427200000,1524430800000,1524434400000,1524438000000,1524441600000,1524445200000,1524448800000,1524452400000,1524456000000,1524459600000,1524463200000,1524466800000,1524470400000,1524474000000,1524477600000,1524481200000,1524484800000,1524488400000,1524492000000,1524495600000,1524499200000,1524502800000,1524506400000,1524510000000,1524513600000,1524517200000,1524520800000,1524524400000,1524528000000,1524531600000,1524535200000,1524538800000,1524542400000,1524546000000,1524549600000,1524553200000,1524556800000,1524560400000,1524564000000,1524567600000,1524571200000,1524574800000,1524578400000,1524582000000,1524585600000,1524589200000,1524592800000,1524596400000,1524600000000,1524603600000,1524607200000,1524610800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[80,40,10,10,60,310,360,590,770,720,760,1260,1010,820,1000,920,1150,1170,940,1210,1030,820,530,110,200,40,30,60,110,370,530,540,770,650,880,1080,1150,1070,880,1130,1030,1230,1180,1310,1110,750,430,260,50,50,60,20,70,400,370,700,850,600,920,890,1000,960,1130,1040,1200,780,940,970,930,790,480,320,140,90,30,10,90,210,320,880,750,900,1510,1390,1180,1080,770,790,1360,1080,1250,920,850,730,660,420,320,60,30,0,20,90,290,540,810,1120,1010,1100,1460,1220,1180,710,1090,1140,970,1340,920,1080,890,270,60,20,40,20,90,360,460,580,770,620,810,940,1210,840,1040,1070,1180,980,1160,1370,1550,990,540,300,100,40,10,10,100,380,400,510,630,800,910,790,850,980,800,900,1110,1260,820,930,840,830,800,280]},{"name":"URL","color":"#2373DB","values":[30,20,0,10,150,190,360,430,470,400,520,720,550,690,860,660,1240,1000,890,770,900,550,240,70,10,0,50,0,60,160,230,310,700,460,590,760,820,770,990,740,930,970,1080,910,960,620,330,340,220,20,0,10,10,130,370,440,460,670,780,600,580,640,690,960,1160,1170,880,920,790,350,310,170,100,100,20,0,20,90,140,370,610,660,770,700,670,690,680,670,590,770,820,760,730,510,250,250,150,10,50,30,10,70,100,230,460,520,760,560,710,700,620,720,690,800,670,490,730,640,310,120,10,0,0,0,80,100,220,400,320,670,570,610,560,790,700,720,1080,1090,820,840,730,440,300,130,30,0,0,10,10,110,420,280,430,490,650,830,790,610,590,650,1090,1100,1350,780,880,500,360,190]},{"name":"Groups","color":"#9ED448","values":[50,70,10,0,120,550,570,650,550,790,640,900,580,940,560,640,1080,760,710,920,1250,1010,920,330,150,60,20,20,110,420,360,600,510,620,700,620,770,550,610,780,670,840,1060,1090,1190,1030,650,260,440,50,30,10,130,410,540,570,650,630,640,930,900,740,940,670,720,860,1000,770,930,1040,500,360,180,150,40,20,20,240,350,530,740,750,620,960,710,640,580,590,660,600,580,1010,760,800,770,450,420,80,20,20,40,50,290,510,630,660,770,620,570,520,900,640,630,740,670,790,1530,1240,740,430,80,10,20,10,150,520,380,440,620,690,590,900,720,690,600,660,890,930,1020,1330,1500,1220,1040,210,80,30,20,40,60,300,450,470,510,1250,780,620,910,640,860,550,710,750,990,1350,1340,910,850,600]},{"name":"Channel","color":"#4fae4e","values":[0,0,0,0,0,0,40,30,30,130,30,30,90,110,120,70,80,40,90,100,90,50,70,0,10,0,10,0,20,0,30,30,60,50,40,90,60,100,0,50,60,110,30,70,90,80,40,0,10,0,0,0,0,0,20,10,30,90,40,10,90,100,90,30,10,50,40,40,80,30,50,60,0,0,0,0,20,10,10,90,50,0,60,30,80,200,60,80,50,90,90,320,360,40,70,110,20,0,30,0,0,0,50,60,40,70,90,120,120,110,60,40,70,120,50,60,60,260,240,10,20,0,0,10,20,20,40,30,60,80,80,80,60,110,110,50,40,60,40,50,70,100,40,20,50,0,10,0,10,0,60,10,30,10,60,110,40,70,90,40,20,40,60,120,70,80,240,100]},{"name":"Search","color":"#F5BD25","values":[100,0,0,0,50,110,160,80,70,90,120,70,220,70,130,110,40,160,200,90,230,110,160,110,10,0,0,0,10,200,80,60,80,40,70,150,60,130,130,140,100,230,380,700,460,80,10,30,10,20,0,0,40,180,110,160,110,100,70,90,70,220,60,260,110,180,260,170,210,110,30,20,0,0,0,0,80,40,250,150,110,160,320,120,110,160,150,140,130,120,140,110,160,70,60,50,0,10,20,0,0,10,330,90,60,170,80,160,150,250,120,90,120,90,120,130,90,220,180,0,40,10,0,0,50,280,50,190,70,40,310,40,150,180,110,350,160,260,390,150,140,140,110,0,0,0,0,0,10,90,220,60,120,40,140,140,250,350,60,90,50,70,210,220,80,90,70,30]},{"name":"Other","color":"#F79E39","values":[10,10,0,0,20,90,40,110,130,140,150,160,210,130,150,140,170,110,240,240,120,180,110,0,20,0,10,10,10,90,160,130,110,230,180,150,220,170,170,140,200,110,230,220,180,140,90,40,20,0,30,0,10,60,140,160,150,100,70,110,200,130,120,170,110,210,190,140,210,150,100,10,20,30,10,10,30,20,100,110,180,140,170,100,300,80,110,140,170,180,130,150,110,190,130,60,0,30,10,0,10,60,50,100,170,80,160,170,120,140,160,210,190,130,180,240,180,190,140,80,10,20,10,10,10,80,50,100,130,90,150,210,120,110,160,220,110,140,180,160,320,100,60,80,0,0,20,10,40,100,100,160,130,180,180,140,170,220,80,120,200,240,210,140,160,120,80,60]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,0,10,10,0,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,10,0,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,30,0,10,0,0,0,10,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,10,50,20,0,10,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,20,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,20,0,0,10,0,0,30,0,10,0,0,0,0,0,0,0,0,10,0,30,0,0,0,0,30,0,0,0,30,0,20,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/22.json b/dist/chartDummyData/views_zoom/2018-04/22.json new file mode 100644 index 000000000..463d80c98 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/22.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1524096000000,1524099600000,1524103200000,1524106800000,1524110400000,1524114000000,1524117600000,1524121200000,1524124800000,1524128400000,1524132000000,1524135600000,1524139200000,1524142800000,1524146400000,1524150000000,1524153600000,1524157200000,1524160800000,1524164400000,1524168000000,1524171600000,1524175200000,1524178800000,1524182400000,1524186000000,1524189600000,1524193200000,1524196800000,1524200400000,1524204000000,1524207600000,1524211200000,1524214800000,1524218400000,1524222000000,1524225600000,1524229200000,1524232800000,1524236400000,1524240000000,1524243600000,1524247200000,1524250800000,1524254400000,1524258000000,1524261600000,1524265200000,1524268800000,1524272400000,1524276000000,1524279600000,1524283200000,1524286800000,1524290400000,1524294000000,1524297600000,1524301200000,1524304800000,1524308400000,1524312000000,1524315600000,1524319200000,1524322800000,1524326400000,1524330000000,1524333600000,1524337200000,1524340800000,1524344400000,1524348000000,1524351600000,1524355200000,1524358800000,1524362400000,1524366000000,1524369600000,1524373200000,1524376800000,1524380400000,1524384000000,1524387600000,1524391200000,1524394800000,1524398400000,1524402000000,1524405600000,1524409200000,1524412800000,1524416400000,1524420000000,1524423600000,1524427200000,1524430800000,1524434400000,1524438000000,1524441600000,1524445200000,1524448800000,1524452400000,1524456000000,1524459600000,1524463200000,1524466800000,1524470400000,1524474000000,1524477600000,1524481200000,1524484800000,1524488400000,1524492000000,1524495600000,1524499200000,1524502800000,1524506400000,1524510000000,1524513600000,1524517200000,1524520800000,1524524400000,1524528000000,1524531600000,1524535200000,1524538800000,1524542400000,1524546000000,1524549600000,1524553200000,1524556800000,1524560400000,1524564000000,1524567600000,1524571200000,1524574800000,1524578400000,1524582000000,1524585600000,1524589200000,1524592800000,1524596400000,1524600000000,1524603600000,1524607200000,1524610800000,1524614400000,1524618000000,1524621600000,1524625200000,1524628800000,1524632400000,1524636000000,1524639600000,1524643200000,1524646800000,1524650400000,1524654000000,1524657600000,1524661200000,1524664800000,1524668400000,1524672000000,1524675600000,1524679200000,1524682800000,1524686400000,1524690000000,1524693600000,1524697200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[200,40,30,60,110,370,530,540,770,650,880,1080,1150,1070,880,1130,1030,1230,1180,1310,1110,750,430,260,50,50,60,20,70,400,370,700,850,600,920,890,1000,960,1130,1040,1200,780,940,970,930,790,480,320,140,90,30,10,90,210,320,880,750,900,1510,1390,1180,1080,770,790,1360,1080,1250,920,850,730,660,420,320,60,30,0,20,90,290,540,810,1120,1010,1100,1460,1220,1180,710,1090,1140,970,1340,920,1080,890,270,60,20,40,20,90,360,460,580,770,620,810,940,1210,840,1040,1070,1180,980,1160,1370,1550,990,540,300,100,40,10,10,100,380,400,510,630,800,910,790,850,980,800,900,1110,1260,820,930,840,830,800,280,90,50,10,10,70,100,280,680,1000,1020,1070,950,950,810,930,880,1140,1200,1510,1490,1170,1210,440,130]},{"name":"URL","color":"#2373DB","values":[10,0,50,0,60,160,230,310,700,460,590,760,820,770,990,740,930,970,1080,910,960,620,330,340,220,20,0,10,10,130,370,440,460,670,780,600,580,640,690,960,1160,1170,880,920,790,350,310,170,100,100,20,0,20,90,140,370,610,660,770,700,670,690,680,670,590,770,820,760,730,510,250,250,150,10,50,30,10,70,100,230,460,520,760,560,710,700,620,720,690,800,670,490,730,640,310,120,10,0,0,0,80,100,220,400,320,670,570,610,560,790,700,720,1080,1090,820,840,730,440,300,130,30,0,0,10,10,110,420,280,430,490,650,830,790,610,590,650,1090,1100,1350,780,880,500,360,190,60,30,20,30,80,10,100,290,490,570,570,450,580,570,470,660,700,670,820,730,570,650,90,110]},{"name":"Groups","color":"#9ED448","values":[150,60,20,20,110,420,360,600,510,620,700,620,770,550,610,780,670,840,1060,1090,1190,1030,650,260,440,50,30,10,130,410,540,570,650,630,640,930,900,740,940,670,720,860,1000,770,930,1040,500,360,180,150,40,20,20,240,350,530,740,750,620,960,710,640,580,590,660,600,580,1010,760,800,770,450,420,80,20,20,40,50,290,510,630,660,770,620,570,520,900,640,630,740,670,790,1530,1240,740,430,80,10,20,10,150,520,380,440,620,690,590,900,720,690,600,660,890,930,1020,1330,1500,1220,1040,210,80,30,20,40,60,300,450,470,510,1250,780,620,910,640,860,550,710,750,990,1350,1340,910,850,600,360,80,40,20,20,110,190,390,480,560,920,550,620,480,610,500,590,780,670,1090,1270,1150,940,310]},{"name":"Channel","color":"#4fae4e","values":[10,0,10,0,20,0,30,30,60,50,40,90,60,100,0,50,60,110,30,70,90,80,40,0,10,0,0,0,0,0,20,10,30,90,40,10,90,100,90,30,10,50,40,40,80,30,50,60,0,0,0,0,20,10,10,90,50,0,60,30,80,200,60,80,50,90,90,320,360,40,70,110,20,0,30,0,0,0,50,60,40,70,90,120,120,110,60,40,70,120,50,60,60,260,240,10,20,0,0,10,20,20,40,30,60,80,80,80,60,110,110,50,40,60,40,50,70,100,40,20,50,0,10,0,10,0,60,10,30,10,60,110,40,70,90,40,20,40,60,120,70,80,240,100,20,0,0,0,0,10,70,80,220,70,120,120,60,90,160,30,20,80,190,60,260,80,30,20]},{"name":"Search","color":"#F5BD25","values":[10,0,0,0,10,200,80,60,80,40,70,150,60,130,130,140,100,230,380,700,460,80,10,30,10,20,0,0,40,180,110,160,110,100,70,90,70,220,60,260,110,180,260,170,210,110,30,20,0,0,0,0,80,40,250,150,110,160,320,120,110,160,150,140,130,120,140,110,160,70,60,50,0,10,20,0,0,10,330,90,60,170,80,160,150,250,120,90,120,90,120,130,90,220,180,0,40,10,0,0,50,280,50,190,70,40,310,40,150,180,110,350,160,260,390,150,140,140,110,0,0,0,0,0,10,90,220,60,120,40,140,140,250,350,60,90,50,70,210,220,80,90,70,30,0,0,0,0,10,110,130,90,90,310,70,150,150,100,100,60,220,250,110,220,140,40,50,30]},{"name":"Other","color":"#F79E39","values":[20,0,10,10,10,90,160,130,110,230,180,150,220,170,170,140,200,110,230,220,180,140,90,40,20,0,30,0,10,60,140,160,150,100,70,110,200,130,120,170,110,210,190,140,210,150,100,10,20,30,10,10,30,20,100,110,180,140,170,100,300,80,110,140,170,180,130,150,110,190,130,60,0,30,10,0,10,60,50,100,170,80,160,170,120,140,160,210,190,130,180,240,180,190,140,80,10,20,10,10,10,80,50,100,130,90,150,210,120,110,160,220,110,140,180,160,320,100,60,80,0,0,20,10,40,100,100,160,130,180,180,140,170,220,80,120,200,240,210,140,160,120,80,60,10,10,20,10,0,20,60,160,200,140,190,120,150,110,110,160,120,90,210,180,200,200,50,70]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,0,10,10,0,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,30,0,10,0,0,0,10,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,10,50,20,0,10,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,20,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,20,0,0,10,0,0,30,0,10,0,0,0,0,0,0,0,0,10,0,30,0,0,0,0,30,0,0,0,30,0,20,0,0,10,0,0,0,0,0,0,0,0,20,10,10,20,0,10,20,30,20,0,20,0,0,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/23.json b/dist/chartDummyData/views_zoom/2018-04/23.json new file mode 100644 index 000000000..b64054ff1 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/23.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1524182400000,1524186000000,1524189600000,1524193200000,1524196800000,1524200400000,1524204000000,1524207600000,1524211200000,1524214800000,1524218400000,1524222000000,1524225600000,1524229200000,1524232800000,1524236400000,1524240000000,1524243600000,1524247200000,1524250800000,1524254400000,1524258000000,1524261600000,1524265200000,1524268800000,1524272400000,1524276000000,1524279600000,1524283200000,1524286800000,1524290400000,1524294000000,1524297600000,1524301200000,1524304800000,1524308400000,1524312000000,1524315600000,1524319200000,1524322800000,1524326400000,1524330000000,1524333600000,1524337200000,1524340800000,1524344400000,1524348000000,1524351600000,1524355200000,1524358800000,1524362400000,1524366000000,1524369600000,1524373200000,1524376800000,1524380400000,1524384000000,1524387600000,1524391200000,1524394800000,1524398400000,1524402000000,1524405600000,1524409200000,1524412800000,1524416400000,1524420000000,1524423600000,1524427200000,1524430800000,1524434400000,1524438000000,1524441600000,1524445200000,1524448800000,1524452400000,1524456000000,1524459600000,1524463200000,1524466800000,1524470400000,1524474000000,1524477600000,1524481200000,1524484800000,1524488400000,1524492000000,1524495600000,1524499200000,1524502800000,1524506400000,1524510000000,1524513600000,1524517200000,1524520800000,1524524400000,1524528000000,1524531600000,1524535200000,1524538800000,1524542400000,1524546000000,1524549600000,1524553200000,1524556800000,1524560400000,1524564000000,1524567600000,1524571200000,1524574800000,1524578400000,1524582000000,1524585600000,1524589200000,1524592800000,1524596400000,1524600000000,1524603600000,1524607200000,1524610800000,1524614400000,1524618000000,1524621600000,1524625200000,1524628800000,1524632400000,1524636000000,1524639600000,1524643200000,1524646800000,1524650400000,1524654000000,1524657600000,1524661200000,1524664800000,1524668400000,1524672000000,1524675600000,1524679200000,1524682800000,1524686400000,1524690000000,1524693600000,1524697200000,1524700800000,1524704400000,1524708000000,1524711600000,1524715200000,1524718800000,1524722400000,1524726000000,1524729600000,1524733200000,1524736800000,1524740400000,1524744000000,1524747600000,1524751200000,1524754800000,1524758400000,1524762000000,1524765600000,1524769200000,1524772800000,1524776400000,1524780000000,1524783600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[50,50,60,20,70,400,370,700,850,600,920,890,1000,960,1130,1040,1200,780,940,970,930,790,480,320,140,90,30,10,90,210,320,880,750,900,1510,1390,1180,1080,770,790,1360,1080,1250,920,850,730,660,420,320,60,30,0,20,90,290,540,810,1120,1010,1100,1460,1220,1180,710,1090,1140,970,1340,920,1080,890,270,60,20,40,20,90,360,460,580,770,620,810,940,1210,840,1040,1070,1180,980,1160,1370,1550,990,540,300,100,40,10,10,100,380,400,510,630,800,910,790,850,980,800,900,1110,1260,820,930,840,830,800,280,90,50,10,10,70,100,280,680,1000,1020,1070,950,950,810,930,880,1140,1200,1510,1490,1170,1210,440,130,70,40,20,40,190,270,590,650,1120,910,1050,900,890,720,980,930,1170,1190,1030,1360,1510,690,420,280]},{"name":"URL","color":"#2373DB","values":[220,20,0,10,10,130,370,440,460,670,780,600,580,640,690,960,1160,1170,880,920,790,350,310,170,100,100,20,0,20,90,140,370,610,660,770,700,670,690,680,670,590,770,820,760,730,510,250,250,150,10,50,30,10,70,100,230,460,520,760,560,710,700,620,720,690,800,670,490,730,640,310,120,10,0,0,0,80,100,220,400,320,670,570,610,560,790,700,720,1080,1090,820,840,730,440,300,130,30,0,0,10,10,110,420,280,430,490,650,830,790,610,590,650,1090,1100,1350,780,880,500,360,190,60,30,20,30,80,10,100,290,490,570,570,450,580,570,470,660,700,670,820,730,570,650,90,110,30,30,40,70,30,110,250,150,490,690,500,560,660,670,680,990,850,1080,1020,940,690,530,280,120]},{"name":"Groups","color":"#9ED448","values":[440,50,30,10,130,410,540,570,650,630,640,930,900,740,940,670,720,860,1000,770,930,1040,500,360,180,150,40,20,20,240,350,530,740,750,620,960,710,640,580,590,660,600,580,1010,760,800,770,450,420,80,20,20,40,50,290,510,630,660,770,620,570,520,900,640,630,740,670,790,1530,1240,740,430,80,10,20,10,150,520,380,440,620,690,590,900,720,690,600,660,890,930,1020,1330,1500,1220,1040,210,80,30,20,40,60,300,450,470,510,1250,780,620,910,640,860,550,710,750,990,1350,1340,910,850,600,360,80,40,20,20,110,190,390,480,560,920,550,620,480,610,500,590,780,670,1090,1270,1150,940,310,140,60,30,10,30,370,550,590,570,650,1460,720,690,730,1000,610,530,650,780,1070,1670,1280,780,200]},{"name":"Channel","color":"#4fae4e","values":[10,0,0,0,0,0,20,10,30,90,40,10,90,100,90,30,10,50,40,40,80,30,50,60,0,0,0,0,20,10,10,90,50,0,60,30,80,200,60,80,50,90,90,320,360,40,70,110,20,0,30,0,0,0,50,60,40,70,90,120,120,110,60,40,70,120,50,60,60,260,240,10,20,0,0,10,20,20,40,30,60,80,80,80,60,110,110,50,40,60,40,50,70,100,40,20,50,0,10,0,10,0,60,10,30,10,60,110,40,70,90,40,20,40,60,120,70,80,240,100,20,0,0,0,0,10,70,80,220,70,120,120,60,90,160,30,20,80,190,60,260,80,30,20,10,0,0,0,0,0,10,110,140,200,20,30,40,60,60,170,170,180,60,80,110,80,60,20]},{"name":"Search","color":"#F5BD25","values":[10,20,0,0,40,180,110,160,110,100,70,90,70,220,60,260,110,180,260,170,210,110,30,20,0,0,0,0,80,40,250,150,110,160,320,120,110,160,150,140,130,120,140,110,160,70,60,50,0,10,20,0,0,10,330,90,60,170,80,160,150,250,120,90,120,90,120,130,90,220,180,0,40,10,0,0,50,280,50,190,70,40,310,40,150,180,110,350,160,260,390,150,140,140,110,0,0,0,0,0,10,90,220,60,120,40,140,140,250,350,60,90,50,70,210,220,80,90,70,30,0,0,0,0,10,110,130,90,90,310,70,150,150,100,100,60,220,250,110,220,140,40,50,30,10,0,0,0,20,120,60,370,100,120,80,30,150,130,90,80,110,300,230,230,80,80,30,70]},{"name":"Other","color":"#F79E39","values":[20,0,30,0,10,60,140,160,150,100,70,110,200,130,120,170,110,210,190,140,210,150,100,10,20,30,10,10,30,20,100,110,180,140,170,100,300,80,110,140,170,180,130,150,110,190,130,60,0,30,10,0,10,60,50,100,170,80,160,170,120,140,160,210,190,130,180,240,180,190,140,80,10,20,10,10,10,80,50,100,130,90,150,210,120,110,160,220,110,140,180,160,320,100,60,80,0,0,20,10,40,100,100,160,130,180,180,140,170,220,80,120,200,240,210,140,160,120,80,60,10,10,20,10,0,20,60,160,200,140,190,120,150,110,110,160,120,90,210,180,200,200,50,70,10,10,0,10,40,90,50,90,160,180,110,190,170,170,110,120,170,230,150,240,210,170,130,120]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,0,0,0,30,0,10,0,0,0,10,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,10,50,20,0,10,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,20,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,20,0,0,10,0,0,30,0,10,0,0,0,0,0,0,0,0,10,0,30,0,0,0,0,30,0,0,0,30,0,20,0,0,10,0,0,0,0,0,0,0,0,20,10,10,20,0,10,20,30,20,0,20,0,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,10,0,0,0,0,10,10,20,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/24.json b/dist/chartDummyData/views_zoom/2018-04/24.json new file mode 100644 index 000000000..12269129b --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/24.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1524268800000,1524272400000,1524276000000,1524279600000,1524283200000,1524286800000,1524290400000,1524294000000,1524297600000,1524301200000,1524304800000,1524308400000,1524312000000,1524315600000,1524319200000,1524322800000,1524326400000,1524330000000,1524333600000,1524337200000,1524340800000,1524344400000,1524348000000,1524351600000,1524355200000,1524358800000,1524362400000,1524366000000,1524369600000,1524373200000,1524376800000,1524380400000,1524384000000,1524387600000,1524391200000,1524394800000,1524398400000,1524402000000,1524405600000,1524409200000,1524412800000,1524416400000,1524420000000,1524423600000,1524427200000,1524430800000,1524434400000,1524438000000,1524441600000,1524445200000,1524448800000,1524452400000,1524456000000,1524459600000,1524463200000,1524466800000,1524470400000,1524474000000,1524477600000,1524481200000,1524484800000,1524488400000,1524492000000,1524495600000,1524499200000,1524502800000,1524506400000,1524510000000,1524513600000,1524517200000,1524520800000,1524524400000,1524528000000,1524531600000,1524535200000,1524538800000,1524542400000,1524546000000,1524549600000,1524553200000,1524556800000,1524560400000,1524564000000,1524567600000,1524571200000,1524574800000,1524578400000,1524582000000,1524585600000,1524589200000,1524592800000,1524596400000,1524600000000,1524603600000,1524607200000,1524610800000,1524614400000,1524618000000,1524621600000,1524625200000,1524628800000,1524632400000,1524636000000,1524639600000,1524643200000,1524646800000,1524650400000,1524654000000,1524657600000,1524661200000,1524664800000,1524668400000,1524672000000,1524675600000,1524679200000,1524682800000,1524686400000,1524690000000,1524693600000,1524697200000,1524700800000,1524704400000,1524708000000,1524711600000,1524715200000,1524718800000,1524722400000,1524726000000,1524729600000,1524733200000,1524736800000,1524740400000,1524744000000,1524747600000,1524751200000,1524754800000,1524758400000,1524762000000,1524765600000,1524769200000,1524772800000,1524776400000,1524780000000,1524783600000,1524787200000,1524790800000,1524794400000,1524798000000,1524801600000,1524805200000,1524808800000,1524812400000,1524816000000,1524819600000,1524823200000,1524826800000,1524830400000,1524834000000,1524837600000,1524841200000,1524844800000,1524848400000,1524852000000,1524855600000,1524859200000,1524862800000,1524866400000,1524870000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[140,90,30,10,90,210,320,880,750,900,1510,1390,1180,1080,770,790,1360,1080,1250,920,850,730,660,420,320,60,30,0,20,90,290,540,810,1120,1010,1100,1460,1220,1180,710,1090,1140,970,1340,920,1080,890,270,60,20,40,20,90,360,460,580,770,620,810,940,1210,840,1040,1070,1180,980,1160,1370,1550,990,540,300,100,40,10,10,100,380,400,510,630,800,910,790,850,980,800,900,1110,1260,820,930,840,830,800,280,90,50,10,10,70,100,280,680,1000,1020,1070,950,950,810,930,880,1140,1200,1510,1490,1170,1210,440,130,70,40,20,40,190,270,590,650,1120,910,1050,900,890,720,980,930,1170,1190,1030,1360,1510,690,420,280,110,70,0,0,140,210,410,780,530,820,880,1180,1010,1060,1080,800,990,800,1050,1160,1680,1250,410,200]},{"name":"URL","color":"#2373DB","values":[100,100,20,0,20,90,140,370,610,660,770,700,670,690,680,670,590,770,820,760,730,510,250,250,150,10,50,30,10,70,100,230,460,520,760,560,710,700,620,720,690,800,670,490,730,640,310,120,10,0,0,0,80,100,220,400,320,670,570,610,560,790,700,720,1080,1090,820,840,730,440,300,130,30,0,0,10,10,110,420,280,430,490,650,830,790,610,590,650,1090,1100,1350,780,880,500,360,190,60,30,20,30,80,10,100,290,490,570,570,450,580,570,470,660,700,670,820,730,570,650,90,110,30,30,40,70,30,110,250,150,490,690,500,560,660,670,680,990,850,1080,1020,940,690,530,280,120,20,20,10,10,30,140,320,410,610,590,670,870,730,700,830,840,1020,1040,990,860,770,390,200,220]},{"name":"Groups","color":"#9ED448","values":[180,150,40,20,20,240,350,530,740,750,620,960,710,640,580,590,660,600,580,1010,760,800,770,450,420,80,20,20,40,50,290,510,630,660,770,620,570,520,900,640,630,740,670,790,1530,1240,740,430,80,10,20,10,150,520,380,440,620,690,590,900,720,690,600,660,890,930,1020,1330,1500,1220,1040,210,80,30,20,40,60,300,450,470,510,1250,780,620,910,640,860,550,710,750,990,1350,1340,910,850,600,360,80,40,20,20,110,190,390,480,560,920,550,620,480,610,500,590,780,670,1090,1270,1150,940,310,140,60,30,10,30,370,550,590,570,650,1460,720,690,730,1000,610,530,650,780,1070,1670,1280,780,200,110,50,20,0,90,550,620,590,570,580,570,670,890,770,600,620,750,1150,840,850,1030,970,730,520]},{"name":"Channel","color":"#4fae4e","values":[0,0,0,0,20,10,10,90,50,0,60,30,80,200,60,80,50,90,90,320,360,40,70,110,20,0,30,0,0,0,50,60,40,70,90,120,120,110,60,40,70,120,50,60,60,260,240,10,20,0,0,10,20,20,40,30,60,80,80,80,60,110,110,50,40,60,40,50,70,100,40,20,50,0,10,0,10,0,60,10,30,10,60,110,40,70,90,40,20,40,60,120,70,80,240,100,20,0,0,0,0,10,70,80,220,70,120,120,60,90,160,30,20,80,190,60,260,80,30,20,10,0,0,0,0,0,10,110,140,200,20,30,40,60,60,170,170,180,60,80,110,80,60,20,30,0,0,0,0,10,0,80,20,80,60,30,40,20,100,70,30,40,60,180,170,100,30,60]},{"name":"Search","color":"#F5BD25","values":[0,0,0,0,80,40,250,150,110,160,320,120,110,160,150,140,130,120,140,110,160,70,60,50,0,10,20,0,0,10,330,90,60,170,80,160,150,250,120,90,120,90,120,130,90,220,180,0,40,10,0,0,50,280,50,190,70,40,310,40,150,180,110,350,160,260,390,150,140,140,110,0,0,0,0,0,10,90,220,60,120,40,140,140,250,350,60,90,50,70,210,220,80,90,70,30,0,0,0,0,10,110,130,90,90,310,70,150,150,100,100,60,220,250,110,220,140,40,50,30,10,0,0,0,20,120,60,370,100,120,80,30,150,130,90,80,110,300,230,230,80,80,30,70,10,0,20,0,80,60,100,100,140,60,180,80,90,110,50,260,350,250,180,170,110,50,40,0]},{"name":"Other","color":"#F79E39","values":[20,30,10,10,30,20,100,110,180,140,170,100,300,80,110,140,170,180,130,150,110,190,130,60,0,30,10,0,10,60,50,100,170,80,160,170,120,140,160,210,190,130,180,240,180,190,140,80,10,20,10,10,10,80,50,100,130,90,150,210,120,110,160,220,110,140,180,160,320,100,60,80,0,0,20,10,40,100,100,160,130,180,180,140,170,220,80,120,200,240,210,140,160,120,80,60,10,10,20,10,0,20,60,160,200,140,190,120,150,110,110,160,120,90,210,180,200,200,50,70,10,10,0,10,40,90,50,90,160,180,110,190,170,170,110,120,170,230,150,240,210,170,130,120,20,30,0,10,20,100,130,160,200,160,180,220,190,220,70,80,170,180,280,140,230,140,60,30]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,10,50,20,0,10,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,20,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,20,0,0,10,0,0,30,0,10,0,0,0,0,0,0,0,0,10,0,30,0,0,0,0,30,0,0,0,30,0,20,0,0,10,0,0,0,0,0,0,0,0,20,10,10,20,0,10,20,30,20,0,20,0,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,10,0,0,0,0,10,10,20,0,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,10,10,0,50,20,30,10,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/25.json b/dist/chartDummyData/views_zoom/2018-04/25.json new file mode 100644 index 000000000..b50208bac --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/25.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1524355200000,1524358800000,1524362400000,1524366000000,1524369600000,1524373200000,1524376800000,1524380400000,1524384000000,1524387600000,1524391200000,1524394800000,1524398400000,1524402000000,1524405600000,1524409200000,1524412800000,1524416400000,1524420000000,1524423600000,1524427200000,1524430800000,1524434400000,1524438000000,1524441600000,1524445200000,1524448800000,1524452400000,1524456000000,1524459600000,1524463200000,1524466800000,1524470400000,1524474000000,1524477600000,1524481200000,1524484800000,1524488400000,1524492000000,1524495600000,1524499200000,1524502800000,1524506400000,1524510000000,1524513600000,1524517200000,1524520800000,1524524400000,1524528000000,1524531600000,1524535200000,1524538800000,1524542400000,1524546000000,1524549600000,1524553200000,1524556800000,1524560400000,1524564000000,1524567600000,1524571200000,1524574800000,1524578400000,1524582000000,1524585600000,1524589200000,1524592800000,1524596400000,1524600000000,1524603600000,1524607200000,1524610800000,1524614400000,1524618000000,1524621600000,1524625200000,1524628800000,1524632400000,1524636000000,1524639600000,1524643200000,1524646800000,1524650400000,1524654000000,1524657600000,1524661200000,1524664800000,1524668400000,1524672000000,1524675600000,1524679200000,1524682800000,1524686400000,1524690000000,1524693600000,1524697200000,1524700800000,1524704400000,1524708000000,1524711600000,1524715200000,1524718800000,1524722400000,1524726000000,1524729600000,1524733200000,1524736800000,1524740400000,1524744000000,1524747600000,1524751200000,1524754800000,1524758400000,1524762000000,1524765600000,1524769200000,1524772800000,1524776400000,1524780000000,1524783600000,1524787200000,1524790800000,1524794400000,1524798000000,1524801600000,1524805200000,1524808800000,1524812400000,1524816000000,1524819600000,1524823200000,1524826800000,1524830400000,1524834000000,1524837600000,1524841200000,1524844800000,1524848400000,1524852000000,1524855600000,1524859200000,1524862800000,1524866400000,1524870000000,1524873600000,1524877200000,1524880800000,1524884400000,1524888000000,1524891600000,1524895200000,1524898800000,1524902400000,1524906000000,1524909600000,1524913200000,1524916800000,1524920400000,1524924000000,1524927600000,1524931200000,1524934800000,1524938400000,1524942000000,1524945600000,1524949200000,1524952800000,1524956400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[320,60,30,0,20,90,290,540,810,1120,1010,1100,1460,1220,1180,710,1090,1140,970,1340,920,1080,890,270,60,20,40,20,90,360,460,580,770,620,810,940,1210,840,1040,1070,1180,980,1160,1370,1550,990,540,300,100,40,10,10,100,380,400,510,630,800,910,790,850,980,800,900,1110,1260,820,930,840,830,800,280,90,50,10,10,70,100,280,680,1000,1020,1070,950,950,810,930,880,1140,1200,1510,1490,1170,1210,440,130,70,40,20,40,190,270,590,650,1120,910,1050,900,890,720,980,930,1170,1190,1030,1360,1510,690,420,280,110,70,0,0,140,210,410,780,530,820,880,1180,1010,1060,1080,800,990,800,1050,1160,1680,1250,410,200,70,50,50,80,60,150,480,640,1310,870,880,960,900,1250,920,1040,660,900,930,660,750,860,550,180]},{"name":"URL","color":"#2373DB","values":[150,10,50,30,10,70,100,230,460,520,760,560,710,700,620,720,690,800,670,490,730,640,310,120,10,0,0,0,80,100,220,400,320,670,570,610,560,790,700,720,1080,1090,820,840,730,440,300,130,30,0,0,10,10,110,420,280,430,490,650,830,790,610,590,650,1090,1100,1350,780,880,500,360,190,60,30,20,30,80,10,100,290,490,570,570,450,580,570,470,660,700,670,820,730,570,650,90,110,30,30,40,70,30,110,250,150,490,690,500,560,660,670,680,990,850,1080,1020,940,690,530,280,120,20,20,10,10,30,140,320,410,610,590,670,870,730,700,830,840,1020,1040,990,860,770,390,200,220,70,10,0,10,10,80,210,250,390,560,650,730,860,710,750,590,800,930,490,580,670,610,320,120]},{"name":"Groups","color":"#9ED448","values":[420,80,20,20,40,50,290,510,630,660,770,620,570,520,900,640,630,740,670,790,1530,1240,740,430,80,10,20,10,150,520,380,440,620,690,590,900,720,690,600,660,890,930,1020,1330,1500,1220,1040,210,80,30,20,40,60,300,450,470,510,1250,780,620,910,640,860,550,710,750,990,1350,1340,910,850,600,360,80,40,20,20,110,190,390,480,560,920,550,620,480,610,500,590,780,670,1090,1270,1150,940,310,140,60,30,10,30,370,550,590,570,650,1460,720,690,730,1000,610,530,650,780,1070,1670,1280,780,200,110,50,20,0,90,550,620,590,570,580,570,670,890,770,600,620,750,1150,840,850,1030,970,730,520,120,180,80,10,100,250,610,710,410,560,600,810,650,590,720,660,620,520,1090,710,870,820,770,190]},{"name":"Channel","color":"#4fae4e","values":[20,0,30,0,0,0,50,60,40,70,90,120,120,110,60,40,70,120,50,60,60,260,240,10,20,0,0,10,20,20,40,30,60,80,80,80,60,110,110,50,40,60,40,50,70,100,40,20,50,0,10,0,10,0,60,10,30,10,60,110,40,70,90,40,20,40,60,120,70,80,240,100,20,0,0,0,0,10,70,80,220,70,120,120,60,90,160,30,20,80,190,60,260,80,30,20,10,0,0,0,0,0,10,110,140,200,20,30,40,60,60,170,170,180,60,80,110,80,60,20,30,0,0,0,0,10,0,80,20,80,60,30,40,20,100,70,30,40,60,180,170,100,30,60,20,0,10,50,20,40,10,70,30,50,30,20,30,40,110,210,50,40,60,80,30,90,70,10]},{"name":"Search","color":"#F5BD25","values":[0,10,20,0,0,10,330,90,60,170,80,160,150,250,120,90,120,90,120,130,90,220,180,0,40,10,0,0,50,280,50,190,70,40,310,40,150,180,110,350,160,260,390,150,140,140,110,0,0,0,0,0,10,90,220,60,120,40,140,140,250,350,60,90,50,70,210,220,80,90,70,30,0,0,0,0,10,110,130,90,90,310,70,150,150,100,100,60,220,250,110,220,140,40,50,30,10,0,0,0,20,120,60,370,100,120,80,30,150,130,90,80,110,300,230,230,80,80,30,70,10,0,20,0,80,60,100,100,140,60,180,80,90,110,50,260,350,250,180,170,110,50,40,0,10,40,0,0,110,40,40,70,100,80,160,50,40,80,30,110,90,80,50,50,130,50,90,20]},{"name":"Other","color":"#F79E39","values":[0,30,10,0,10,60,50,100,170,80,160,170,120,140,160,210,190,130,180,240,180,190,140,80,10,20,10,10,10,80,50,100,130,90,150,210,120,110,160,220,110,140,180,160,320,100,60,80,0,0,20,10,40,100,100,160,130,180,180,140,170,220,80,120,200,240,210,140,160,120,80,60,10,10,20,10,0,20,60,160,200,140,190,120,150,110,110,160,120,90,210,180,200,200,50,70,10,10,0,10,40,90,50,90,160,180,110,190,170,170,110,120,170,230,150,240,210,170,130,120,20,30,0,10,20,100,130,160,200,160,180,220,190,220,70,80,170,180,280,140,230,140,60,30,20,10,0,10,10,30,120,120,130,130,240,110,210,150,120,170,190,140,180,110,150,70,60,40]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,10,0,20,20,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,20,0,0,10,0,0,30,0,10,0,0,0,0,0,0,0,0,10,0,30,0,0,0,0,30,0,0,0,30,0,20,0,0,10,0,0,0,0,0,0,0,0,20,10,10,20,0,10,20,30,20,0,20,0,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,10,0,0,0,0,10,10,20,0,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,10,10,0,50,20,30,10,0,0,10,0,0,0,0,0,20,0,0,10,10,10,0,10,10,0,0,0,20,10,0,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/26.json b/dist/chartDummyData/views_zoom/2018-04/26.json new file mode 100644 index 000000000..124d94dea --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/26.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1524441600000,1524445200000,1524448800000,1524452400000,1524456000000,1524459600000,1524463200000,1524466800000,1524470400000,1524474000000,1524477600000,1524481200000,1524484800000,1524488400000,1524492000000,1524495600000,1524499200000,1524502800000,1524506400000,1524510000000,1524513600000,1524517200000,1524520800000,1524524400000,1524528000000,1524531600000,1524535200000,1524538800000,1524542400000,1524546000000,1524549600000,1524553200000,1524556800000,1524560400000,1524564000000,1524567600000,1524571200000,1524574800000,1524578400000,1524582000000,1524585600000,1524589200000,1524592800000,1524596400000,1524600000000,1524603600000,1524607200000,1524610800000,1524614400000,1524618000000,1524621600000,1524625200000,1524628800000,1524632400000,1524636000000,1524639600000,1524643200000,1524646800000,1524650400000,1524654000000,1524657600000,1524661200000,1524664800000,1524668400000,1524672000000,1524675600000,1524679200000,1524682800000,1524686400000,1524690000000,1524693600000,1524697200000,1524700800000,1524704400000,1524708000000,1524711600000,1524715200000,1524718800000,1524722400000,1524726000000,1524729600000,1524733200000,1524736800000,1524740400000,1524744000000,1524747600000,1524751200000,1524754800000,1524758400000,1524762000000,1524765600000,1524769200000,1524772800000,1524776400000,1524780000000,1524783600000,1524787200000,1524790800000,1524794400000,1524798000000,1524801600000,1524805200000,1524808800000,1524812400000,1524816000000,1524819600000,1524823200000,1524826800000,1524830400000,1524834000000,1524837600000,1524841200000,1524844800000,1524848400000,1524852000000,1524855600000,1524859200000,1524862800000,1524866400000,1524870000000,1524873600000,1524877200000,1524880800000,1524884400000,1524888000000,1524891600000,1524895200000,1524898800000,1524902400000,1524906000000,1524909600000,1524913200000,1524916800000,1524920400000,1524924000000,1524927600000,1524931200000,1524934800000,1524938400000,1524942000000,1524945600000,1524949200000,1524952800000,1524956400000,1524960000000,1524963600000,1524967200000,1524970800000,1524974400000,1524978000000,1524981600000,1524985200000,1524988800000,1524992400000,1524996000000,1524999600000,1525003200000,1525006800000,1525010400000,1525014000000,1525017600000,1525021200000,1525024800000,1525028400000,1525032000000,1525035600000,1525039200000,1525042800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[60,20,40,20,90,360,460,580,770,620,810,940,1210,840,1040,1070,1180,980,1160,1370,1550,990,540,300,100,40,10,10,100,380,400,510,630,800,910,790,850,980,800,900,1110,1260,820,930,840,830,800,280,90,50,10,10,70,100,280,680,1000,1020,1070,950,950,810,930,880,1140,1200,1510,1490,1170,1210,440,130,70,40,20,40,190,270,590,650,1120,910,1050,900,890,720,980,930,1170,1190,1030,1360,1510,690,420,280,110,70,0,0,140,210,410,780,530,820,880,1180,1010,1060,1080,800,990,800,1050,1160,1680,1250,410,200,70,50,50,80,60,150,480,640,1310,870,880,960,900,1250,920,1040,660,900,930,660,750,860,550,180,0,0,0,0,0,0,0,0,210,280,320,960,1190,860,1070,760,960,1040,1260,1340,1010,950,570,430]},{"name":"URL","color":"#2373DB","values":[10,0,0,0,80,100,220,400,320,670,570,610,560,790,700,720,1080,1090,820,840,730,440,300,130,30,0,0,10,10,110,420,280,430,490,650,830,790,610,590,650,1090,1100,1350,780,880,500,360,190,60,30,20,30,80,10,100,290,490,570,570,450,580,570,470,660,700,670,820,730,570,650,90,110,30,30,40,70,30,110,250,150,490,690,500,560,660,670,680,990,850,1080,1020,940,690,530,280,120,20,20,10,10,30,140,320,410,610,590,670,870,730,700,830,840,1020,1040,990,860,770,390,200,220,70,10,0,10,10,80,210,250,390,560,650,730,860,710,750,590,800,930,490,580,670,610,320,120,0,0,0,0,0,0,0,0,70,40,260,320,490,420,520,730,680,900,910,770,600,650,280,150]},{"name":"Groups","color":"#9ED448","values":[80,10,20,10,150,520,380,440,620,690,590,900,720,690,600,660,890,930,1020,1330,1500,1220,1040,210,80,30,20,40,60,300,450,470,510,1250,780,620,910,640,860,550,710,750,990,1350,1340,910,850,600,360,80,40,20,20,110,190,390,480,560,920,550,620,480,610,500,590,780,670,1090,1270,1150,940,310,140,60,30,10,30,370,550,590,570,650,1460,720,690,730,1000,610,530,650,780,1070,1670,1280,780,200,110,50,20,0,90,550,620,590,570,580,570,670,890,770,600,620,750,1150,840,850,1030,970,730,520,120,180,80,10,100,250,610,710,410,560,600,810,650,590,720,660,620,520,1090,710,870,820,770,190,0,0,0,0,0,0,0,0,100,160,380,650,830,690,840,740,640,570,810,1100,1310,1100,1100,460]},{"name":"Channel","color":"#4fae4e","values":[20,0,0,10,20,20,40,30,60,80,80,80,60,110,110,50,40,60,40,50,70,100,40,20,50,0,10,0,10,0,60,10,30,10,60,110,40,70,90,40,20,40,60,120,70,80,240,100,20,0,0,0,0,10,70,80,220,70,120,120,60,90,160,30,20,80,190,60,260,80,30,20,10,0,0,0,0,0,10,110,140,200,20,30,40,60,60,170,170,180,60,80,110,80,60,20,30,0,0,0,0,10,0,80,20,80,60,30,40,20,100,70,30,40,60,180,170,100,30,60,20,0,10,50,20,40,10,70,30,50,30,20,30,40,110,210,50,40,60,80,30,90,70,10,0,0,0,0,0,0,0,0,10,20,50,80,140,40,290,50,10,60,60,30,60,240,130,30]},{"name":"Search","color":"#F5BD25","values":[40,10,0,0,50,280,50,190,70,40,310,40,150,180,110,350,160,260,390,150,140,140,110,0,0,0,0,0,10,90,220,60,120,40,140,140,250,350,60,90,50,70,210,220,80,90,70,30,0,0,0,0,10,110,130,90,90,310,70,150,150,100,100,60,220,250,110,220,140,40,50,30,10,0,0,0,20,120,60,370,100,120,80,30,150,130,90,80,110,300,230,230,80,80,30,70,10,0,20,0,80,60,100,100,140,60,180,80,90,110,50,260,350,250,180,170,110,50,40,0,10,40,0,0,110,40,40,70,100,80,160,50,40,80,30,110,90,80,50,50,130,50,90,20,0,0,0,0,0,0,0,0,0,50,30,170,190,230,110,100,50,150,100,100,140,100,50,110]},{"name":"Other","color":"#F79E39","values":[10,20,10,10,10,80,50,100,130,90,150,210,120,110,160,220,110,140,180,160,320,100,60,80,0,0,20,10,40,100,100,160,130,180,180,140,170,220,80,120,200,240,210,140,160,120,80,60,10,10,20,10,0,20,60,160,200,140,190,120,150,110,110,160,120,90,210,180,200,200,50,70,10,10,0,10,40,90,50,90,160,180,110,190,170,170,110,120,170,230,150,240,210,170,130,120,20,30,0,10,20,100,130,160,200,160,180,220,190,220,70,80,170,180,280,140,230,140,60,30,20,10,0,10,10,30,120,120,130,130,240,110,210,150,120,170,190,140,180,110,150,70,60,40,0,0,0,0,0,0,0,0,90,130,80,120,170,190,140,160,130,140,110,180,120,150,50,30]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,0,20,0,20,0,0,10,0,0,30,0,10,0,0,0,0,0,0,0,0,10,0,30,0,0,0,0,30,0,0,0,30,0,20,0,0,10,0,0,0,0,0,0,0,0,20,10,10,20,0,10,20,30,20,0,20,0,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,10,0,0,0,0,10,10,20,0,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,10,10,0,50,20,30,10,0,0,10,0,0,0,0,0,20,0,0,10,10,10,0,10,10,0,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,0,0,0,10,10,40,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/27.json b/dist/chartDummyData/views_zoom/2018-04/27.json new file mode 100644 index 000000000..096eb1c87 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/27.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1524528000000,1524531600000,1524535200000,1524538800000,1524542400000,1524546000000,1524549600000,1524553200000,1524556800000,1524560400000,1524564000000,1524567600000,1524571200000,1524574800000,1524578400000,1524582000000,1524585600000,1524589200000,1524592800000,1524596400000,1524600000000,1524603600000,1524607200000,1524610800000,1524614400000,1524618000000,1524621600000,1524625200000,1524628800000,1524632400000,1524636000000,1524639600000,1524643200000,1524646800000,1524650400000,1524654000000,1524657600000,1524661200000,1524664800000,1524668400000,1524672000000,1524675600000,1524679200000,1524682800000,1524686400000,1524690000000,1524693600000,1524697200000,1524700800000,1524704400000,1524708000000,1524711600000,1524715200000,1524718800000,1524722400000,1524726000000,1524729600000,1524733200000,1524736800000,1524740400000,1524744000000,1524747600000,1524751200000,1524754800000,1524758400000,1524762000000,1524765600000,1524769200000,1524772800000,1524776400000,1524780000000,1524783600000,1524787200000,1524790800000,1524794400000,1524798000000,1524801600000,1524805200000,1524808800000,1524812400000,1524816000000,1524819600000,1524823200000,1524826800000,1524830400000,1524834000000,1524837600000,1524841200000,1524844800000,1524848400000,1524852000000,1524855600000,1524859200000,1524862800000,1524866400000,1524870000000,1524873600000,1524877200000,1524880800000,1524884400000,1524888000000,1524891600000,1524895200000,1524898800000,1524902400000,1524906000000,1524909600000,1524913200000,1524916800000,1524920400000,1524924000000,1524927600000,1524931200000,1524934800000,1524938400000,1524942000000,1524945600000,1524949200000,1524952800000,1524956400000,1524960000000,1524963600000,1524967200000,1524970800000,1524974400000,1524978000000,1524981600000,1524985200000,1524988800000,1524992400000,1524996000000,1524999600000,1525003200000,1525006800000,1525010400000,1525014000000,1525017600000,1525021200000,1525024800000,1525028400000,1525032000000,1525035600000,1525039200000,1525042800000,1525046400000,1525050000000,1525053600000,1525057200000,1525060800000,1525064400000,1525068000000,1525071600000,1525075200000,1525078800000,1525082400000,1525086000000,1525089600000,1525093200000,1525096800000,1525100400000,1525104000000,1525107600000,1525111200000,1525114800000,1525118400000,1525122000000,1525125600000,1525129200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[100,40,10,10,100,380,400,510,630,800,910,790,850,980,800,900,1110,1260,820,930,840,830,800,280,90,50,10,10,70,100,280,680,1000,1020,1070,950,950,810,930,880,1140,1200,1510,1490,1170,1210,440,130,70,40,20,40,190,270,590,650,1120,910,1050,900,890,720,980,930,1170,1190,1030,1360,1510,690,420,280,110,70,0,0,140,210,410,780,530,820,880,1180,1010,1060,1080,800,990,800,1050,1160,1680,1250,410,200,70,50,50,80,60,150,480,640,1310,870,880,960,900,1250,920,1040,660,900,930,660,750,860,550,180,0,0,0,0,0,0,0,0,210,280,320,960,1190,860,1070,760,960,1040,1260,1340,1010,950,570,430,270,70,50,0,70,210,420,450,860,990,1200,1180,1040,1220,980,1220,1160,840,990,1000,1110,870,500,270]},{"name":"URL","color":"#2373DB","values":[30,0,0,10,10,110,420,280,430,490,650,830,790,610,590,650,1090,1100,1350,780,880,500,360,190,60,30,20,30,80,10,100,290,490,570,570,450,580,570,470,660,700,670,820,730,570,650,90,110,30,30,40,70,30,110,250,150,490,690,500,560,660,670,680,990,850,1080,1020,940,690,530,280,120,20,20,10,10,30,140,320,410,610,590,670,870,730,700,830,840,1020,1040,990,860,770,390,200,220,70,10,0,10,10,80,210,250,390,560,650,730,860,710,750,590,800,930,490,580,670,610,320,120,0,0,0,0,0,0,0,0,70,40,260,320,490,420,520,730,680,900,910,770,600,650,280,150,40,10,0,10,0,30,160,370,790,800,1020,840,850,630,620,800,1020,880,850,690,800,510,270,160]},{"name":"Groups","color":"#9ED448","values":[80,30,20,40,60,300,450,470,510,1250,780,620,910,640,860,550,710,750,990,1350,1340,910,850,600,360,80,40,20,20,110,190,390,480,560,920,550,620,480,610,500,590,780,670,1090,1270,1150,940,310,140,60,30,10,30,370,550,590,570,650,1460,720,690,730,1000,610,530,650,780,1070,1670,1280,780,200,110,50,20,0,90,550,620,590,570,580,570,670,890,770,600,620,750,1150,840,850,1030,970,730,520,120,180,80,10,100,250,610,710,410,560,600,810,650,590,720,660,620,520,1090,710,870,820,770,190,0,0,0,0,0,0,0,0,100,160,380,650,830,690,840,740,640,570,810,1100,1310,1100,1100,460,200,60,10,40,40,130,330,500,520,770,620,800,730,740,750,660,570,900,1010,960,930,1290,890,530]},{"name":"Channel","color":"#4fae4e","values":[50,0,10,0,10,0,60,10,30,10,60,110,40,70,90,40,20,40,60,120,70,80,240,100,20,0,0,0,0,10,70,80,220,70,120,120,60,90,160,30,20,80,190,60,260,80,30,20,10,0,0,0,0,0,10,110,140,200,20,30,40,60,60,170,170,180,60,80,110,80,60,20,30,0,0,0,0,10,0,80,20,80,60,30,40,20,100,70,30,40,60,180,170,100,30,60,20,0,10,50,20,40,10,70,30,50,30,20,30,40,110,210,50,40,60,80,30,90,70,10,0,0,0,0,0,0,0,0,10,20,50,80,140,40,290,50,10,60,60,30,60,240,130,30,10,50,0,0,0,0,40,50,70,40,90,90,90,100,20,30,60,50,80,80,80,30,10,10]},{"name":"Search","color":"#F5BD25","values":[0,0,0,0,10,90,220,60,120,40,140,140,250,350,60,90,50,70,210,220,80,90,70,30,0,0,0,0,10,110,130,90,90,310,70,150,150,100,100,60,220,250,110,220,140,40,50,30,10,0,0,0,20,120,60,370,100,120,80,30,150,130,90,80,110,300,230,230,80,80,30,70,10,0,20,0,80,60,100,100,140,60,180,80,90,110,50,260,350,250,180,170,110,50,40,0,10,40,0,0,110,40,40,70,100,80,160,50,40,80,30,110,90,80,50,50,130,50,90,20,0,0,0,0,0,0,0,0,0,50,30,170,190,230,110,100,50,150,100,100,140,100,50,110,0,0,0,40,10,30,150,150,150,220,100,170,370,200,130,50,90,60,350,70,130,70,70,70]},{"name":"Other","color":"#F79E39","values":[0,0,20,10,40,100,100,160,130,180,180,140,170,220,80,120,200,240,210,140,160,120,80,60,10,10,20,10,0,20,60,160,200,140,190,120,150,110,110,160,120,90,210,180,200,200,50,70,10,10,0,10,40,90,50,90,160,180,110,190,170,170,110,120,170,230,150,240,210,170,130,120,20,30,0,10,20,100,130,160,200,160,180,220,190,220,70,80,170,180,280,140,230,140,60,30,20,10,0,10,10,30,120,120,130,130,240,110,210,150,120,170,190,140,180,110,150,70,60,40,0,0,0,0,0,0,0,0,90,130,80,120,170,190,140,160,130,140,110,180,120,150,50,30,20,20,10,30,10,20,50,100,140,140,160,150,160,120,100,190,160,210,240,200,140,140,140,90]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,0,30,0,0,0,0,30,0,0,0,30,0,20,0,0,10,0,0,0,0,0,0,0,0,20,10,10,20,0,10,20,30,20,0,20,0,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,10,0,0,0,0,10,10,20,0,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,10,10,0,50,20,30,10,0,0,10,0,0,0,0,0,20,0,0,10,10,10,0,10,10,0,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,0,0,0,10,10,40,0,0,0,0,0,10,0,0,0,0,10,0,20,0,10,10,0,0,0,0,0,0,10,10,10,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/28.json b/dist/chartDummyData/views_zoom/2018-04/28.json new file mode 100644 index 000000000..098e7832c --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/28.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1524614400000,1524618000000,1524621600000,1524625200000,1524628800000,1524632400000,1524636000000,1524639600000,1524643200000,1524646800000,1524650400000,1524654000000,1524657600000,1524661200000,1524664800000,1524668400000,1524672000000,1524675600000,1524679200000,1524682800000,1524686400000,1524690000000,1524693600000,1524697200000,1524700800000,1524704400000,1524708000000,1524711600000,1524715200000,1524718800000,1524722400000,1524726000000,1524729600000,1524733200000,1524736800000,1524740400000,1524744000000,1524747600000,1524751200000,1524754800000,1524758400000,1524762000000,1524765600000,1524769200000,1524772800000,1524776400000,1524780000000,1524783600000,1524787200000,1524790800000,1524794400000,1524798000000,1524801600000,1524805200000,1524808800000,1524812400000,1524816000000,1524819600000,1524823200000,1524826800000,1524830400000,1524834000000,1524837600000,1524841200000,1524844800000,1524848400000,1524852000000,1524855600000,1524859200000,1524862800000,1524866400000,1524870000000,1524873600000,1524877200000,1524880800000,1524884400000,1524888000000,1524891600000,1524895200000,1524898800000,1524902400000,1524906000000,1524909600000,1524913200000,1524916800000,1524920400000,1524924000000,1524927600000,1524931200000,1524934800000,1524938400000,1524942000000,1524945600000,1524949200000,1524952800000,1524956400000,1524960000000,1524963600000,1524967200000,1524970800000,1524974400000,1524978000000,1524981600000,1524985200000,1524988800000,1524992400000,1524996000000,1524999600000,1525003200000,1525006800000,1525010400000,1525014000000,1525017600000,1525021200000,1525024800000,1525028400000,1525032000000,1525035600000,1525039200000,1525042800000,1525046400000,1525050000000,1525053600000,1525057200000,1525060800000,1525064400000,1525068000000,1525071600000,1525075200000,1525078800000,1525082400000,1525086000000,1525089600000,1525093200000,1525096800000,1525100400000,1525104000000,1525107600000,1525111200000,1525114800000,1525118400000,1525122000000,1525125600000,1525129200000,1525132800000,1525136400000,1525140000000,1525143600000,1525147200000,1525150800000,1525154400000,1525158000000,1525161600000,1525165200000,1525168800000,1525172400000,1525176000000,1525179600000,1525183200000,1525186800000,1525190400000,1525194000000,1525197600000,1525201200000,1525204800000,1525208400000,1525212000000,1525215600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[90,50,10,10,70,100,280,680,1000,1020,1070,950,950,810,930,880,1140,1200,1510,1490,1170,1210,440,130,70,40,20,40,190,270,590,650,1120,910,1050,900,890,720,980,930,1170,1190,1030,1360,1510,690,420,280,110,70,0,0,140,210,410,780,530,820,880,1180,1010,1060,1080,800,990,800,1050,1160,1680,1250,410,200,70,50,50,80,60,150,480,640,1310,870,880,960,900,1250,920,1040,660,900,930,660,750,860,550,180,0,0,0,0,0,0,0,0,210,280,320,960,1190,860,1070,760,960,1040,1260,1340,1010,950,570,430,270,70,50,0,70,210,420,450,860,990,1200,1180,1040,1220,980,1220,1160,840,990,1000,1110,870,500,270,220,90,150,10,40,50,260,540,850,1050,1020,940,1220,910,900,820,950,1140,1040,1290,890,1070,340,240]},{"name":"URL","color":"#2373DB","values":[60,30,20,30,80,10,100,290,490,570,570,450,580,570,470,660,700,670,820,730,570,650,90,110,30,30,40,70,30,110,250,150,490,690,500,560,660,670,680,990,850,1080,1020,940,690,530,280,120,20,20,10,10,30,140,320,410,610,590,670,870,730,700,830,840,1020,1040,990,860,770,390,200,220,70,10,0,10,10,80,210,250,390,560,650,730,860,710,750,590,800,930,490,580,670,610,320,120,0,0,0,0,0,0,0,0,70,40,260,320,490,420,520,730,680,900,910,770,600,650,280,150,40,10,0,10,0,30,160,370,790,800,1020,840,850,630,620,800,1020,880,850,690,800,510,270,160,70,0,0,0,10,0,130,220,430,550,610,490,490,470,550,660,700,530,720,720,600,590,230,150]},{"name":"Groups","color":"#9ED448","values":[360,80,40,20,20,110,190,390,480,560,920,550,620,480,610,500,590,780,670,1090,1270,1150,940,310,140,60,30,10,30,370,550,590,570,650,1460,720,690,730,1000,610,530,650,780,1070,1670,1280,780,200,110,50,20,0,90,550,620,590,570,580,570,670,890,770,600,620,750,1150,840,850,1030,970,730,520,120,180,80,10,100,250,610,710,410,560,600,810,650,590,720,660,620,520,1090,710,870,820,770,190,0,0,0,0,0,0,0,0,100,160,380,650,830,690,840,740,640,570,810,1100,1310,1100,1100,460,200,60,10,40,40,130,330,500,520,770,620,800,730,740,750,660,570,900,1010,960,930,1290,890,530,630,130,10,0,10,90,180,590,730,800,830,800,640,680,680,620,810,770,830,1160,1000,1290,780,440]},{"name":"Channel","color":"#4fae4e","values":[20,0,0,0,0,10,70,80,220,70,120,120,60,90,160,30,20,80,190,60,260,80,30,20,10,0,0,0,0,0,10,110,140,200,20,30,40,60,60,170,170,180,60,80,110,80,60,20,30,0,0,0,0,10,0,80,20,80,60,30,40,20,100,70,30,40,60,180,170,100,30,60,20,0,10,50,20,40,10,70,30,50,30,20,30,40,110,210,50,40,60,80,30,90,70,10,0,0,0,0,0,0,0,0,10,20,50,80,140,40,290,50,10,60,60,30,60,240,130,30,10,50,0,0,0,0,40,50,70,40,90,90,90,100,20,30,60,50,80,80,80,30,10,10,10,10,20,0,0,10,0,40,60,70,50,140,30,100,50,110,30,70,110,60,90,210,40,10]},{"name":"Search","color":"#F5BD25","values":[0,0,0,0,10,110,130,90,90,310,70,150,150,100,100,60,220,250,110,220,140,40,50,30,10,0,0,0,20,120,60,370,100,120,80,30,150,130,90,80,110,300,230,230,80,80,30,70,10,0,20,0,80,60,100,100,140,60,180,80,90,110,50,260,350,250,180,170,110,50,40,0,10,40,0,0,110,40,40,70,100,80,160,50,40,80,30,110,90,80,50,50,130,50,90,20,0,0,0,0,0,0,0,0,0,50,30,170,190,230,110,100,50,150,100,100,140,100,50,110,0,0,0,40,10,30,150,150,150,220,100,170,370,200,130,50,90,60,350,70,130,70,70,70,20,50,30,10,70,110,10,140,70,80,50,140,70,370,240,40,70,110,110,80,160,80,80,50]},{"name":"Other","color":"#F79E39","values":[10,10,20,10,0,20,60,160,200,140,190,120,150,110,110,160,120,90,210,180,200,200,50,70,10,10,0,10,40,90,50,90,160,180,110,190,170,170,110,120,170,230,150,240,210,170,130,120,20,30,0,10,20,100,130,160,200,160,180,220,190,220,70,80,170,180,280,140,230,140,60,30,20,10,0,10,10,30,120,120,130,130,240,110,210,150,120,170,190,140,180,110,150,70,60,40,0,0,0,0,0,0,0,0,90,130,80,120,170,190,140,160,130,140,110,180,120,150,50,30,20,20,10,30,10,20,50,100,140,140,160,150,160,120,100,190,160,210,240,200,140,140,140,90,50,30,10,50,0,20,80,180,150,130,140,240,170,110,150,110,100,140,160,180,160,80,50,50]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,20,10,10,20,0,10,20,30,20,0,20,0,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,10,0,0,0,0,10,10,20,0,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,10,10,0,50,20,30,10,0,0,10,0,0,0,0,0,20,0,0,10,10,10,0,10,10,0,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,0,0,0,10,10,40,0,0,0,0,0,10,0,0,0,0,10,0,20,0,10,10,0,0,0,0,0,0,10,10,10,10,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,20,0,0,10,10,0,20,0,10,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/29.json b/dist/chartDummyData/views_zoom/2018-04/29.json new file mode 100644 index 000000000..65746b271 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/29.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1524700800000,1524704400000,1524708000000,1524711600000,1524715200000,1524718800000,1524722400000,1524726000000,1524729600000,1524733200000,1524736800000,1524740400000,1524744000000,1524747600000,1524751200000,1524754800000,1524758400000,1524762000000,1524765600000,1524769200000,1524772800000,1524776400000,1524780000000,1524783600000,1524787200000,1524790800000,1524794400000,1524798000000,1524801600000,1524805200000,1524808800000,1524812400000,1524816000000,1524819600000,1524823200000,1524826800000,1524830400000,1524834000000,1524837600000,1524841200000,1524844800000,1524848400000,1524852000000,1524855600000,1524859200000,1524862800000,1524866400000,1524870000000,1524873600000,1524877200000,1524880800000,1524884400000,1524888000000,1524891600000,1524895200000,1524898800000,1524902400000,1524906000000,1524909600000,1524913200000,1524916800000,1524920400000,1524924000000,1524927600000,1524931200000,1524934800000,1524938400000,1524942000000,1524945600000,1524949200000,1524952800000,1524956400000,1524960000000,1524963600000,1524967200000,1524970800000,1524974400000,1524978000000,1524981600000,1524985200000,1524988800000,1524992400000,1524996000000,1524999600000,1525003200000,1525006800000,1525010400000,1525014000000,1525017600000,1525021200000,1525024800000,1525028400000,1525032000000,1525035600000,1525039200000,1525042800000,1525046400000,1525050000000,1525053600000,1525057200000,1525060800000,1525064400000,1525068000000,1525071600000,1525075200000,1525078800000,1525082400000,1525086000000,1525089600000,1525093200000,1525096800000,1525100400000,1525104000000,1525107600000,1525111200000,1525114800000,1525118400000,1525122000000,1525125600000,1525129200000,1525132800000,1525136400000,1525140000000,1525143600000,1525147200000,1525150800000,1525154400000,1525158000000,1525161600000,1525165200000,1525168800000,1525172400000,1525176000000,1525179600000,1525183200000,1525186800000,1525190400000,1525194000000,1525197600000,1525201200000,1525204800000,1525208400000,1525212000000,1525215600000,1525219200000,1525222800000,1525226400000,1525230000000,1525233600000,1525237200000,1525240800000,1525244400000,1525248000000,1525251600000,1525255200000,1525258800000,1525262400000,1525266000000,1525269600000,1525273200000,1525276800000,1525280400000,1525284000000,1525287600000,1525291200000,1525294800000,1525298400000,1525302000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[70,40,20,40,190,270,590,650,1120,910,1050,900,890,720,980,930,1170,1190,1030,1360,1510,690,420,280,110,70,0,0,140,210,410,780,530,820,880,1180,1010,1060,1080,800,990,800,1050,1160,1680,1250,410,200,70,50,50,80,60,150,480,640,1310,870,880,960,900,1250,920,1040,660,900,930,660,750,860,550,180,0,0,0,0,0,0,0,0,210,280,320,960,1190,860,1070,760,960,1040,1260,1340,1010,950,570,430,270,70,50,0,70,210,420,450,860,990,1200,1180,1040,1220,980,1220,1160,840,990,1000,1110,870,500,270,220,90,150,10,40,50,260,540,850,1050,1020,940,1220,910,900,820,950,1140,1040,1290,890,1070,340,240,550,180,20,10,80,340,370,560,530,920,870,1300,910,920,820,870,840,950,950,1390,1150,760,640,160]},{"name":"URL","color":"#2373DB","values":[30,30,40,70,30,110,250,150,490,690,500,560,660,670,680,990,850,1080,1020,940,690,530,280,120,20,20,10,10,30,140,320,410,610,590,670,870,730,700,830,840,1020,1040,990,860,770,390,200,220,70,10,0,10,10,80,210,250,390,560,650,730,860,710,750,590,800,930,490,580,670,610,320,120,0,0,0,0,0,0,0,0,70,40,260,320,490,420,520,730,680,900,910,770,600,650,280,150,40,10,0,10,0,30,160,370,790,800,1020,840,850,630,620,800,1020,880,850,690,800,510,270,160,70,0,0,0,10,0,130,220,430,550,610,490,490,470,550,660,700,530,720,720,600,590,230,150,50,0,40,10,20,80,200,390,320,410,610,640,610,400,610,1020,1030,1410,930,890,680,630,330,20]},{"name":"Groups","color":"#9ED448","values":[140,60,30,10,30,370,550,590,570,650,1460,720,690,730,1000,610,530,650,780,1070,1670,1280,780,200,110,50,20,0,90,550,620,590,570,580,570,670,890,770,600,620,750,1150,840,850,1030,970,730,520,120,180,80,10,100,250,610,710,410,560,600,810,650,590,720,660,620,520,1090,710,870,820,770,190,0,0,0,0,0,0,0,0,100,160,380,650,830,690,840,740,640,570,810,1100,1310,1100,1100,460,200,60,10,40,40,130,330,500,520,770,620,800,730,740,750,660,570,900,1010,960,930,1290,890,530,630,130,10,0,10,90,180,590,730,800,830,800,640,680,680,620,810,770,830,1160,1000,1290,780,440,110,140,40,10,140,290,450,440,780,750,590,550,1220,780,780,980,640,800,910,970,1450,1550,980,200]},{"name":"Channel","color":"#4fae4e","values":[10,0,0,0,0,0,10,110,140,200,20,30,40,60,60,170,170,180,60,80,110,80,60,20,30,0,0,0,0,10,0,80,20,80,60,30,40,20,100,70,30,40,60,180,170,100,30,60,20,0,10,50,20,40,10,70,30,50,30,20,30,40,110,210,50,40,60,80,30,90,70,10,0,0,0,0,0,0,0,0,10,20,50,80,140,40,290,50,10,60,60,30,60,240,130,30,10,50,0,0,0,0,40,50,70,40,90,90,90,100,20,30,60,50,80,80,80,30,10,10,10,10,20,0,0,10,0,40,60,70,50,140,30,100,50,110,30,70,110,60,90,210,40,10,0,30,0,0,0,10,20,10,80,190,50,100,20,30,60,80,90,30,50,60,190,60,20,20]},{"name":"Search","color":"#F5BD25","values":[10,0,0,0,20,120,60,370,100,120,80,30,150,130,90,80,110,300,230,230,80,80,30,70,10,0,20,0,80,60,100,100,140,60,180,80,90,110,50,260,350,250,180,170,110,50,40,0,10,40,0,0,110,40,40,70,100,80,160,50,40,80,30,110,90,80,50,50,130,50,90,20,0,0,0,0,0,0,0,0,0,50,30,170,190,230,110,100,50,150,100,100,140,100,50,110,0,0,0,40,10,30,150,150,150,220,100,170,370,200,130,50,90,60,350,70,130,70,70,70,20,50,30,10,70,110,10,140,70,80,50,140,70,370,240,40,70,110,110,80,160,80,80,50,30,100,0,0,0,30,70,80,170,90,70,210,290,140,160,110,80,110,370,40,390,20,60,10]},{"name":"Other","color":"#F79E39","values":[10,10,0,10,40,90,50,90,160,180,110,190,170,170,110,120,170,230,150,240,210,170,130,120,20,30,0,10,20,100,130,160,200,160,180,220,190,220,70,80,170,180,280,140,230,140,60,30,20,10,0,10,10,30,120,120,130,130,240,110,210,150,120,170,190,140,180,110,150,70,60,40,0,0,0,0,0,0,0,0,90,130,80,120,170,190,140,160,130,140,110,180,120,150,50,30,20,20,10,30,10,20,50,100,140,140,160,150,160,120,100,190,160,210,240,200,140,140,140,90,50,30,10,50,0,20,80,180,150,130,140,240,170,110,150,110,100,140,160,180,160,80,50,50,20,40,0,0,10,110,70,150,190,130,130,160,200,150,150,160,190,120,140,260,190,210,80,90]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,0,0,0,10,10,0,10,0,0,0,0,10,10,20,0,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,10,10,0,50,20,30,10,0,0,10,0,0,0,0,0,20,0,0,10,10,10,0,10,10,0,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,0,0,0,10,10,40,0,0,0,0,0,10,0,0,0,0,10,0,20,0,10,10,0,0,0,0,0,0,10,10,10,10,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,20,0,0,10,10,0,20,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,20,0,10,0,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-04/30.json b/dist/chartDummyData/views_zoom/2018-04/30.json new file mode 100644 index 000000000..7fc2a14af --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-04/30.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1524787200000,1524790800000,1524794400000,1524798000000,1524801600000,1524805200000,1524808800000,1524812400000,1524816000000,1524819600000,1524823200000,1524826800000,1524830400000,1524834000000,1524837600000,1524841200000,1524844800000,1524848400000,1524852000000,1524855600000,1524859200000,1524862800000,1524866400000,1524870000000,1524873600000,1524877200000,1524880800000,1524884400000,1524888000000,1524891600000,1524895200000,1524898800000,1524902400000,1524906000000,1524909600000,1524913200000,1524916800000,1524920400000,1524924000000,1524927600000,1524931200000,1524934800000,1524938400000,1524942000000,1524945600000,1524949200000,1524952800000,1524956400000,1524960000000,1524963600000,1524967200000,1524970800000,1524974400000,1524978000000,1524981600000,1524985200000,1524988800000,1524992400000,1524996000000,1524999600000,1525003200000,1525006800000,1525010400000,1525014000000,1525017600000,1525021200000,1525024800000,1525028400000,1525032000000,1525035600000,1525039200000,1525042800000,1525046400000,1525050000000,1525053600000,1525057200000,1525060800000,1525064400000,1525068000000,1525071600000,1525075200000,1525078800000,1525082400000,1525086000000,1525089600000,1525093200000,1525096800000,1525100400000,1525104000000,1525107600000,1525111200000,1525114800000,1525118400000,1525122000000,1525125600000,1525129200000,1525132800000,1525136400000,1525140000000,1525143600000,1525147200000,1525150800000,1525154400000,1525158000000,1525161600000,1525165200000,1525168800000,1525172400000,1525176000000,1525179600000,1525183200000,1525186800000,1525190400000,1525194000000,1525197600000,1525201200000,1525204800000,1525208400000,1525212000000,1525215600000,1525219200000,1525222800000,1525226400000,1525230000000,1525233600000,1525237200000,1525240800000,1525244400000,1525248000000,1525251600000,1525255200000,1525258800000,1525262400000,1525266000000,1525269600000,1525273200000,1525276800000,1525280400000,1525284000000,1525287600000,1525291200000,1525294800000,1525298400000,1525302000000,1525305600000,1525309200000,1525312800000,1525316400000,1525320000000,1525323600000,1525327200000,1525330800000,1525334400000,1525338000000,1525341600000,1525345200000,1525348800000,1525352400000,1525356000000,1525359600000,1525363200000,1525366800000,1525370400000,1525374000000,1525377600000,1525381200000,1525384800000,1525388400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[110,70,0,0,140,210,410,780,530,820,880,1180,1010,1060,1080,800,990,800,1050,1160,1680,1250,410,200,70,50,50,80,60,150,480,640,1310,870,880,960,900,1250,920,1040,660,900,930,660,750,860,550,180,0,0,0,0,0,0,0,0,210,280,320,960,1190,860,1070,760,960,1040,1260,1340,1010,950,570,430,270,70,50,0,70,210,420,450,860,990,1200,1180,1040,1220,980,1220,1160,840,990,1000,1110,870,500,270,220,90,150,10,40,50,260,540,850,1050,1020,940,1220,910,900,820,950,1140,1040,1290,890,1070,340,240,550,180,20,10,80,340,370,560,530,920,870,1300,910,920,820,870,840,950,950,1390,1150,760,640,160,120,50,0,10,40,320,540,770,1260,950,730,880,940,850,1040,1560,780,840,1160,1200,1160,870,420,310]},{"name":"URL","color":"#2373DB","values":[20,20,10,10,30,140,320,410,610,590,670,870,730,700,830,840,1020,1040,990,860,770,390,200,220,70,10,0,10,10,80,210,250,390,560,650,730,860,710,750,590,800,930,490,580,670,610,320,120,0,0,0,0,0,0,0,0,70,40,260,320,490,420,520,730,680,900,910,770,600,650,280,150,40,10,0,10,0,30,160,370,790,800,1020,840,850,630,620,800,1020,880,850,690,800,510,270,160,70,0,0,0,10,0,130,220,430,550,610,490,490,470,550,660,700,530,720,720,600,590,230,150,50,0,40,10,20,80,200,390,320,410,610,640,610,400,610,1020,1030,1410,930,890,680,630,330,20,100,10,30,10,10,200,220,380,450,460,680,670,710,640,830,730,840,850,1020,1000,830,370,220,190]},{"name":"Groups","color":"#9ED448","values":[110,50,20,0,90,550,620,590,570,580,570,670,890,770,600,620,750,1150,840,850,1030,970,730,520,120,180,80,10,100,250,610,710,410,560,600,810,650,590,720,660,620,520,1090,710,870,820,770,190,0,0,0,0,0,0,0,0,100,160,380,650,830,690,840,740,640,570,810,1100,1310,1100,1100,460,200,60,10,40,40,130,330,500,520,770,620,800,730,740,750,660,570,900,1010,960,930,1290,890,530,630,130,10,0,10,90,180,590,730,800,830,800,640,680,680,620,810,770,830,1160,1000,1290,780,440,110,140,40,10,140,290,450,440,780,750,590,550,1220,780,780,980,640,800,910,970,1450,1550,980,200,30,70,40,40,70,350,620,790,570,550,730,840,700,740,620,760,910,960,820,940,1810,1370,900,360]},{"name":"Channel","color":"#4fae4e","values":[30,0,0,0,0,10,0,80,20,80,60,30,40,20,100,70,30,40,60,180,170,100,30,60,20,0,10,50,20,40,10,70,30,50,30,20,30,40,110,210,50,40,60,80,30,90,70,10,0,0,0,0,0,0,0,0,10,20,50,80,140,40,290,50,10,60,60,30,60,240,130,30,10,50,0,0,0,0,40,50,70,40,90,90,90,100,20,30,60,50,80,80,80,30,10,10,10,10,20,0,0,10,0,40,60,70,50,140,30,100,50,110,30,70,110,60,90,210,40,10,0,30,0,0,0,10,20,10,80,190,50,100,20,30,60,80,90,30,50,60,190,60,20,20,10,10,0,0,0,40,60,60,30,30,20,50,70,30,30,50,60,100,40,50,90,60,70,10]},{"name":"Search","color":"#F5BD25","values":[10,0,20,0,80,60,100,100,140,60,180,80,90,110,50,260,350,250,180,170,110,50,40,0,10,40,0,0,110,40,40,70,100,80,160,50,40,80,30,110,90,80,50,50,130,50,90,20,0,0,0,0,0,0,0,0,0,50,30,170,190,230,110,100,50,150,100,100,140,100,50,110,0,0,0,40,10,30,150,150,150,220,100,170,370,200,130,50,90,60,350,70,130,70,70,70,20,50,30,10,70,110,10,140,70,80,50,140,70,370,240,40,70,110,110,80,160,80,80,50,30,100,0,0,0,30,70,80,170,90,70,210,290,140,160,110,80,110,370,40,390,20,60,10,0,20,10,10,30,100,180,160,100,130,110,180,130,120,150,180,100,110,130,150,130,160,40,10]},{"name":"Other","color":"#F79E39","values":[20,30,0,10,20,100,130,160,200,160,180,220,190,220,70,80,170,180,280,140,230,140,60,30,20,10,0,10,10,30,120,120,130,130,240,110,210,150,120,170,190,140,180,110,150,70,60,40,0,0,0,0,0,0,0,0,90,130,80,120,170,190,140,160,130,140,110,180,120,150,50,30,20,20,10,30,10,20,50,100,140,140,160,150,160,120,100,190,160,210,240,200,140,140,140,90,50,30,10,50,0,20,80,180,150,130,140,240,170,110,150,110,100,140,160,180,160,80,50,50,20,40,0,0,10,110,70,150,190,130,130,160,200,150,150,160,190,120,140,260,190,210,80,90,10,10,10,0,10,10,90,60,110,180,160,210,200,170,120,190,250,180,170,240,180,180,110,70]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,0,10,0,0,0,0,10,10,0,50,20,30,10,0,0,10,0,0,0,0,0,20,0,0,10,10,10,0,10,10,0,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,0,0,0,10,10,40,0,0,0,0,0,10,0,0,0,0,10,0,20,0,10,10,0,0,0,0,0,0,10,10,10,10,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,20,0,0,10,10,0,20,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,20,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,20,0,0,0,0,40,0,10,10,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/01.json b/dist/chartDummyData/views_zoom/2018-05/01.json new file mode 100644 index 000000000..37764f5bb --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/01.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1524873600000,1524877200000,1524880800000,1524884400000,1524888000000,1524891600000,1524895200000,1524898800000,1524902400000,1524906000000,1524909600000,1524913200000,1524916800000,1524920400000,1524924000000,1524927600000,1524931200000,1524934800000,1524938400000,1524942000000,1524945600000,1524949200000,1524952800000,1524956400000,1524960000000,1524963600000,1524967200000,1524970800000,1524974400000,1524978000000,1524981600000,1524985200000,1524988800000,1524992400000,1524996000000,1524999600000,1525003200000,1525006800000,1525010400000,1525014000000,1525017600000,1525021200000,1525024800000,1525028400000,1525032000000,1525035600000,1525039200000,1525042800000,1525046400000,1525050000000,1525053600000,1525057200000,1525060800000,1525064400000,1525068000000,1525071600000,1525075200000,1525078800000,1525082400000,1525086000000,1525089600000,1525093200000,1525096800000,1525100400000,1525104000000,1525107600000,1525111200000,1525114800000,1525118400000,1525122000000,1525125600000,1525129200000,1525132800000,1525136400000,1525140000000,1525143600000,1525147200000,1525150800000,1525154400000,1525158000000,1525161600000,1525165200000,1525168800000,1525172400000,1525176000000,1525179600000,1525183200000,1525186800000,1525190400000,1525194000000,1525197600000,1525201200000,1525204800000,1525208400000,1525212000000,1525215600000,1525219200000,1525222800000,1525226400000,1525230000000,1525233600000,1525237200000,1525240800000,1525244400000,1525248000000,1525251600000,1525255200000,1525258800000,1525262400000,1525266000000,1525269600000,1525273200000,1525276800000,1525280400000,1525284000000,1525287600000,1525291200000,1525294800000,1525298400000,1525302000000,1525305600000,1525309200000,1525312800000,1525316400000,1525320000000,1525323600000,1525327200000,1525330800000,1525334400000,1525338000000,1525341600000,1525345200000,1525348800000,1525352400000,1525356000000,1525359600000,1525363200000,1525366800000,1525370400000,1525374000000,1525377600000,1525381200000,1525384800000,1525388400000,1525392000000,1525395600000,1525399200000,1525402800000,1525406400000,1525410000000,1525413600000,1525417200000,1525420800000,1525424400000,1525428000000,1525431600000,1525435200000,1525438800000,1525442400000,1525446000000,1525449600000,1525453200000,1525456800000,1525460400000,1525464000000,1525467600000,1525471200000,1525474800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[70,50,50,80,60,150,480,640,1310,870,880,960,900,1250,920,1040,660,900,930,660,750,860,550,180,0,0,0,0,0,0,0,0,210,280,320,960,1190,860,1070,760,960,1040,1260,1340,1010,950,570,430,270,70,50,0,70,210,420,450,860,990,1200,1180,1040,1220,980,1220,1160,840,990,1000,1110,870,500,270,220,90,150,10,40,50,260,540,850,1050,1020,940,1220,910,900,820,950,1140,1040,1290,890,1070,340,240,550,180,20,10,80,340,370,560,530,920,870,1300,910,920,820,870,840,950,950,1390,1150,760,640,160,120,50,0,10,40,320,540,770,1260,950,730,880,940,850,1040,1560,780,840,1160,1200,1160,870,420,310,110,30,30,10,70,290,540,520,870,940,720,980,800,710,1020,1040,940,980,780,1150,1030,780,710,230]},{"name":"URL","color":"#2373DB","values":[70,10,0,10,10,80,210,250,390,560,650,730,860,710,750,590,800,930,490,580,670,610,320,120,0,0,0,0,0,0,0,0,70,40,260,320,490,420,520,730,680,900,910,770,600,650,280,150,40,10,0,10,0,30,160,370,790,800,1020,840,850,630,620,800,1020,880,850,690,800,510,270,160,70,0,0,0,10,0,130,220,430,550,610,490,490,470,550,660,700,530,720,720,600,590,230,150,50,0,40,10,20,80,200,390,320,410,610,640,610,400,610,1020,1030,1410,930,890,680,630,330,20,100,10,30,10,10,200,220,380,450,460,680,670,710,640,830,730,840,850,1020,1000,830,370,220,190,40,10,0,20,50,230,370,360,400,460,770,620,680,670,690,730,1010,1050,1050,750,690,540,180,180]},{"name":"Groups","color":"#9ED448","values":[120,180,80,10,100,250,610,710,410,560,600,810,650,590,720,660,620,520,1090,710,870,820,770,190,0,0,0,0,0,0,0,0,100,160,380,650,830,690,840,740,640,570,810,1100,1310,1100,1100,460,200,60,10,40,40,130,330,500,520,770,620,800,730,740,750,660,570,900,1010,960,930,1290,890,530,630,130,10,0,10,90,180,590,730,800,830,800,640,680,680,620,810,770,830,1160,1000,1290,780,440,110,140,40,10,140,290,450,440,780,750,590,550,1220,780,780,980,640,800,910,970,1450,1550,980,200,30,70,40,40,70,350,620,790,570,550,730,840,700,740,620,760,910,960,820,940,1810,1370,900,360,100,40,10,30,80,410,520,780,490,710,580,860,780,1130,620,730,880,900,860,1080,1320,1200,960,400]},{"name":"Channel","color":"#4fae4e","values":[20,0,10,50,20,40,10,70,30,50,30,20,30,40,110,210,50,40,60,80,30,90,70,10,0,0,0,0,0,0,0,0,10,20,50,80,140,40,290,50,10,60,60,30,60,240,130,30,10,50,0,0,0,0,40,50,70,40,90,90,90,100,20,30,60,50,80,80,80,30,10,10,10,10,20,0,0,10,0,40,60,70,50,140,30,100,50,110,30,70,110,60,90,210,40,10,0,30,0,0,0,10,20,10,80,190,50,100,20,30,60,80,90,30,50,60,190,60,20,20,10,10,0,0,0,40,60,60,30,30,20,50,70,30,30,50,60,100,40,50,90,60,70,10,10,0,0,0,0,40,10,50,20,30,10,110,70,50,40,50,30,50,40,40,60,10,30,10]},{"name":"Search","color":"#F5BD25","values":[10,40,0,0,110,40,40,70,100,80,160,50,40,80,30,110,90,80,50,50,130,50,90,20,0,0,0,0,0,0,0,0,0,50,30,170,190,230,110,100,50,150,100,100,140,100,50,110,0,0,0,40,10,30,150,150,150,220,100,170,370,200,130,50,90,60,350,70,130,70,70,70,20,50,30,10,70,110,10,140,70,80,50,140,70,370,240,40,70,110,110,80,160,80,80,50,30,100,0,0,0,30,70,80,170,90,70,210,290,140,160,110,80,110,370,40,390,20,60,10,0,20,10,10,30,100,180,160,100,130,110,180,130,120,150,180,100,110,130,150,130,160,40,10,10,110,0,0,90,150,150,100,80,190,270,100,60,100,120,60,170,100,40,200,150,70,10,10]},{"name":"Other","color":"#F79E39","values":[20,10,0,10,10,30,120,120,130,130,240,110,210,150,120,170,190,140,180,110,150,70,60,40,0,0,0,0,0,0,0,0,90,130,80,120,170,190,140,160,130,140,110,180,120,150,50,30,20,20,10,30,10,20,50,100,140,140,160,150,160,120,100,190,160,210,240,200,140,140,140,90,50,30,10,50,0,20,80,180,150,130,140,240,170,110,150,110,100,140,160,180,160,80,50,50,20,40,0,0,10,110,70,150,190,130,130,160,200,150,150,160,190,120,140,260,190,210,80,90,10,10,10,0,10,10,90,60,110,180,160,210,200,170,120,190,250,180,170,240,180,180,110,70,50,0,10,0,40,100,90,130,160,230,200,180,170,240,290,90,220,190,140,280,140,120,100,20]},{"name":"PM","color":"#E65850","values":[0,0,0,0,20,0,0,10,10,10,0,10,10,0,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,0,0,0,10,10,40,0,0,0,0,0,10,0,0,0,0,10,0,20,0,10,10,0,0,0,0,0,0,10,10,10,10,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,20,0,0,10,10,0,20,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,20,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,20,0,0,0,0,40,0,10,10,0,0,0,0,0,0,0,0,0,0,20,0,10,0,0,0,0,0,0,20,10,10,10,0,0,10,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/02.json b/dist/chartDummyData/views_zoom/2018-05/02.json new file mode 100644 index 000000000..409f46ee7 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/02.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1524988800000,1524992400000,1524996000000,1524999600000,1525003200000,1525006800000,1525010400000,1525014000000,1525017600000,1525021200000,1525024800000,1525028400000,1525032000000,1525035600000,1525039200000,1525042800000,1525046400000,1525050000000,1525053600000,1525057200000,1525060800000,1525064400000,1525068000000,1525071600000,1525075200000,1525078800000,1525082400000,1525086000000,1525089600000,1525093200000,1525096800000,1525100400000,1525104000000,1525107600000,1525111200000,1525114800000,1525118400000,1525122000000,1525125600000,1525129200000,1525132800000,1525136400000,1525140000000,1525143600000,1525147200000,1525150800000,1525154400000,1525158000000,1525161600000,1525165200000,1525168800000,1525172400000,1525176000000,1525179600000,1525183200000,1525186800000,1525190400000,1525194000000,1525197600000,1525201200000,1525204800000,1525208400000,1525212000000,1525215600000,1525219200000,1525222800000,1525226400000,1525230000000,1525233600000,1525237200000,1525240800000,1525244400000,1525248000000,1525251600000,1525255200000,1525258800000,1525262400000,1525266000000,1525269600000,1525273200000,1525276800000,1525280400000,1525284000000,1525287600000,1525291200000,1525294800000,1525298400000,1525302000000,1525305600000,1525309200000,1525312800000,1525316400000,1525320000000,1525323600000,1525327200000,1525330800000,1525334400000,1525338000000,1525341600000,1525345200000,1525348800000,1525352400000,1525356000000,1525359600000,1525363200000,1525366800000,1525370400000,1525374000000,1525377600000,1525381200000,1525384800000,1525388400000,1525392000000,1525395600000,1525399200000,1525402800000,1525406400000,1525410000000,1525413600000,1525417200000,1525420800000,1525424400000,1525428000000,1525431600000,1525435200000,1525438800000,1525442400000,1525446000000,1525449600000,1525453200000,1525456800000,1525460400000,1525464000000,1525467600000,1525471200000,1525474800000,1525478400000,1525482000000,1525485600000,1525489200000,1525492800000,1525496400000,1525500000000,1525503600000,1525507200000,1525510800000,1525514400000,1525518000000,1525521600000,1525525200000,1525528800000,1525532400000,1525536000000,1525539600000,1525543200000,1525546800000,1525550400000,1525554000000,1525557600000,1525561200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[210,280,320,960,1190,860,1070,760,960,1040,1260,1340,1010,950,570,430,270,70,50,0,70,210,420,450,860,990,1200,1180,1040,1220,980,1220,1160,840,990,1000,1110,870,500,270,220,90,150,10,40,50,260,540,850,1050,1020,940,1220,910,900,820,950,1140,1040,1290,890,1070,340,240,550,180,20,10,80,340,370,560,530,920,870,1300,910,920,820,870,840,950,950,1390,1150,760,640,160,120,50,0,10,40,320,540,770,1260,950,730,880,940,850,1040,1560,780,840,1160,1200,1160,870,420,310,110,30,30,10,70,290,540,520,870,940,720,980,800,710,1020,1040,940,980,780,1150,1030,780,710,230,150,40,80,20,70,190,270,780,880,730,740,990,1020,1230,890,890,910,960,1200,790,830,740,520,530]},{"name":"URL","color":"#2373DB","values":[70,40,260,320,490,420,520,730,680,900,910,770,600,650,280,150,40,10,0,10,0,30,160,370,790,800,1020,840,850,630,620,800,1020,880,850,690,800,510,270,160,70,0,0,0,10,0,130,220,430,550,610,490,490,470,550,660,700,530,720,720,600,590,230,150,50,0,40,10,20,80,200,390,320,410,610,640,610,400,610,1020,1030,1410,930,890,680,630,330,20,100,10,30,10,10,200,220,380,450,460,680,670,710,640,830,730,840,850,1020,1000,830,370,220,190,40,10,0,20,50,230,370,360,400,460,770,620,680,670,690,730,1010,1050,1050,750,690,540,180,180,90,30,0,10,10,70,190,310,600,740,670,750,800,650,640,750,830,730,750,580,660,520,330,190]},{"name":"Groups","color":"#9ED448","values":[100,160,380,650,830,690,840,740,640,570,810,1100,1310,1100,1100,460,200,60,10,40,40,130,330,500,520,770,620,800,730,740,750,660,570,900,1010,960,930,1290,890,530,630,130,10,0,10,90,180,590,730,800,830,800,640,680,680,620,810,770,830,1160,1000,1290,780,440,110,140,40,10,140,290,450,440,780,750,590,550,1220,780,780,980,640,800,910,970,1450,1550,980,200,30,70,40,40,70,350,620,790,570,550,730,840,700,740,620,760,910,960,820,940,1810,1370,900,360,100,40,10,30,80,410,520,780,490,710,580,860,780,1130,620,730,880,900,860,1080,1320,1200,960,400,100,90,10,10,30,210,180,570,860,870,880,1050,720,650,530,710,830,770,870,840,910,1100,680,570]},{"name":"Channel","color":"#4fae4e","values":[10,20,50,80,140,40,290,50,10,60,60,30,60,240,130,30,10,50,0,0,0,0,40,50,70,40,90,90,90,100,20,30,60,50,80,80,80,30,10,10,10,10,20,0,0,10,0,40,60,70,50,140,30,100,50,110,30,70,110,60,90,210,40,10,0,30,0,0,0,10,20,10,80,190,50,100,20,30,60,80,90,30,50,60,190,60,20,20,10,10,0,0,0,40,60,60,30,30,20,50,70,30,30,50,60,100,40,50,90,60,70,10,10,0,0,0,0,40,10,50,20,30,10,110,70,50,40,50,30,50,40,40,60,10,30,10,0,0,10,0,0,10,0,20,90,20,130,100,20,170,40,20,110,50,100,110,50,40,80,60]},{"name":"Search","color":"#F5BD25","values":[0,50,30,170,190,230,110,100,50,150,100,100,140,100,50,110,0,0,0,40,10,30,150,150,150,220,100,170,370,200,130,50,90,60,350,70,130,70,70,70,20,50,30,10,70,110,10,140,70,80,50,140,70,370,240,40,70,110,110,80,160,80,80,50,30,100,0,0,0,30,70,80,170,90,70,210,290,140,160,110,80,110,370,40,390,20,60,10,0,20,10,10,30,100,180,160,100,130,110,180,130,120,150,180,100,110,130,150,130,160,40,10,10,110,0,0,90,150,150,100,80,190,270,100,60,100,120,60,170,100,40,200,150,70,10,10,0,10,10,0,10,90,150,180,120,70,170,260,140,180,100,120,100,70,40,150,90,200,160,10]},{"name":"Other","color":"#F79E39","values":[90,130,80,120,170,190,140,160,130,140,110,180,120,150,50,30,20,20,10,30,10,20,50,100,140,140,160,150,160,120,100,190,160,210,240,200,140,140,140,90,50,30,10,50,0,20,80,180,150,130,140,240,170,110,150,110,100,140,160,180,160,80,50,50,20,40,0,0,10,110,70,150,190,130,130,160,200,150,150,160,190,120,140,260,190,210,80,90,10,10,10,0,10,10,90,60,110,180,160,210,200,170,120,190,250,180,170,240,180,180,110,70,50,0,10,0,40,100,90,130,160,230,200,180,170,240,290,90,220,190,140,280,140,120,100,20,60,0,10,0,10,60,90,210,70,130,140,140,210,80,180,150,220,100,190,170,150,110,70,60]},{"name":"PM","color":"#E65850","values":[0,10,0,20,0,0,0,0,10,10,40,0,0,0,0,0,10,0,0,0,0,10,0,20,0,10,10,0,0,0,0,0,0,10,10,10,10,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,20,0,0,10,10,0,20,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,20,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,20,0,0,0,0,40,0,10,10,0,0,0,0,0,0,0,0,0,0,20,0,10,0,0,0,0,0,0,20,10,10,10,0,0,10,10,0,0,0,0,0,0,0,0,10,0,0,20,0,0,0,10,0,0,10,10,10,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/03.json b/dist/chartDummyData/views_zoom/2018-05/03.json new file mode 100644 index 000000000..0c242b896 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/03.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1525046400000,1525050000000,1525053600000,1525057200000,1525060800000,1525064400000,1525068000000,1525071600000,1525075200000,1525078800000,1525082400000,1525086000000,1525089600000,1525093200000,1525096800000,1525100400000,1525104000000,1525107600000,1525111200000,1525114800000,1525118400000,1525122000000,1525125600000,1525129200000,1525132800000,1525136400000,1525140000000,1525143600000,1525147200000,1525150800000,1525154400000,1525158000000,1525161600000,1525165200000,1525168800000,1525172400000,1525176000000,1525179600000,1525183200000,1525186800000,1525190400000,1525194000000,1525197600000,1525201200000,1525204800000,1525208400000,1525212000000,1525215600000,1525219200000,1525222800000,1525226400000,1525230000000,1525233600000,1525237200000,1525240800000,1525244400000,1525248000000,1525251600000,1525255200000,1525258800000,1525262400000,1525266000000,1525269600000,1525273200000,1525276800000,1525280400000,1525284000000,1525287600000,1525291200000,1525294800000,1525298400000,1525302000000,1525305600000,1525309200000,1525312800000,1525316400000,1525320000000,1525323600000,1525327200000,1525330800000,1525334400000,1525338000000,1525341600000,1525345200000,1525348800000,1525352400000,1525356000000,1525359600000,1525363200000,1525366800000,1525370400000,1525374000000,1525377600000,1525381200000,1525384800000,1525388400000,1525392000000,1525395600000,1525399200000,1525402800000,1525406400000,1525410000000,1525413600000,1525417200000,1525420800000,1525424400000,1525428000000,1525431600000,1525435200000,1525438800000,1525442400000,1525446000000,1525449600000,1525453200000,1525456800000,1525460400000,1525464000000,1525467600000,1525471200000,1525474800000,1525478400000,1525482000000,1525485600000,1525489200000,1525492800000,1525496400000,1525500000000,1525503600000,1525507200000,1525510800000,1525514400000,1525518000000,1525521600000,1525525200000,1525528800000,1525532400000,1525536000000,1525539600000,1525543200000,1525546800000,1525550400000,1525554000000,1525557600000,1525561200000,1525564800000,1525568400000,1525572000000,1525575600000,1525579200000,1525582800000,1525586400000,1525590000000,1525593600000,1525597200000,1525600800000,1525604400000,1525608000000,1525611600000,1525615200000,1525618800000,1525622400000,1525626000000,1525629600000,1525633200000,1525636800000,1525640400000,1525644000000,1525647600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[270,70,50,0,70,210,420,450,860,990,1200,1180,1040,1220,980,1220,1160,840,990,1000,1110,870,500,270,220,90,150,10,40,50,260,540,850,1050,1020,940,1220,910,900,820,950,1140,1040,1290,890,1070,340,240,550,180,20,10,80,340,370,560,530,920,870,1300,910,920,820,870,840,950,950,1390,1150,760,640,160,120,50,0,10,40,320,540,770,1260,950,730,880,940,850,1040,1560,780,840,1160,1200,1160,870,420,310,110,30,30,10,70,290,540,520,870,940,720,980,800,710,1020,1040,940,980,780,1150,1030,780,710,230,150,40,80,20,70,190,270,780,880,730,740,990,1020,1230,890,890,910,960,1200,790,830,740,520,530,260,80,70,60,40,60,110,300,720,1080,740,1360,980,1090,1070,750,960,780,1210,1200,1060,1120,620,270]},{"name":"URL","color":"#2373DB","values":[40,10,0,10,0,30,160,370,790,800,1020,840,850,630,620,800,1020,880,850,690,800,510,270,160,70,0,0,0,10,0,130,220,430,550,610,490,490,470,550,660,700,530,720,720,600,590,230,150,50,0,40,10,20,80,200,390,320,410,610,640,610,400,610,1020,1030,1410,930,890,680,630,330,20,100,10,30,10,10,200,220,380,450,460,680,670,710,640,830,730,840,850,1020,1000,830,370,220,190,40,10,0,20,50,230,370,360,400,460,770,620,680,670,690,730,1010,1050,1050,750,690,540,180,180,90,30,0,10,10,70,190,310,600,740,670,750,800,650,640,750,830,730,750,580,660,520,330,190,160,10,140,30,10,40,30,110,360,690,650,460,510,460,720,490,650,740,860,870,680,700,280,150]},{"name":"Groups","color":"#9ED448","values":[200,60,10,40,40,130,330,500,520,770,620,800,730,740,750,660,570,900,1010,960,930,1290,890,530,630,130,10,0,10,90,180,590,730,800,830,800,640,680,680,620,810,770,830,1160,1000,1290,780,440,110,140,40,10,140,290,450,440,780,750,590,550,1220,780,780,980,640,800,910,970,1450,1550,980,200,30,70,40,40,70,350,620,790,570,550,730,840,700,740,620,760,910,960,820,940,1810,1370,900,360,100,40,10,30,80,410,520,780,490,710,580,860,780,1130,620,730,880,900,860,1080,1320,1200,960,400,100,90,10,10,30,210,180,570,860,870,880,1050,720,650,530,710,830,770,870,840,910,1100,680,570,550,200,80,0,40,50,220,450,420,670,630,910,720,770,790,710,740,770,930,1050,1270,1250,1000,550]},{"name":"Channel","color":"#4fae4e","values":[10,50,0,0,0,0,40,50,70,40,90,90,90,100,20,30,60,50,80,80,80,30,10,10,10,10,20,0,0,10,0,40,60,70,50,140,30,100,50,110,30,70,110,60,90,210,40,10,0,30,0,0,0,10,20,10,80,190,50,100,20,30,60,80,90,30,50,60,190,60,20,20,10,10,0,0,0,40,60,60,30,30,20,50,70,30,30,50,60,100,40,50,90,60,70,10,10,0,0,0,0,40,10,50,20,30,10,110,70,50,40,50,30,50,40,40,60,10,30,10,0,0,10,0,0,10,0,20,90,20,130,100,20,170,40,20,110,50,100,110,50,40,80,60,10,0,10,0,10,50,0,0,30,20,40,40,120,100,130,40,70,70,100,50,190,100,50,20]},{"name":"Search","color":"#F5BD25","values":[0,0,0,40,10,30,150,150,150,220,100,170,370,200,130,50,90,60,350,70,130,70,70,70,20,50,30,10,70,110,10,140,70,80,50,140,70,370,240,40,70,110,110,80,160,80,80,50,30,100,0,0,0,30,70,80,170,90,70,210,290,140,160,110,80,110,370,40,390,20,60,10,0,20,10,10,30,100,180,160,100,130,110,180,130,120,150,180,100,110,130,150,130,160,40,10,10,110,0,0,90,150,150,100,80,190,270,100,60,100,120,60,170,100,40,200,150,70,10,10,0,10,10,0,10,90,150,180,120,70,170,260,140,180,100,120,100,70,40,150,90,200,160,10,70,180,0,0,0,0,200,140,70,360,170,170,260,120,80,80,110,170,160,80,90,120,80,0]},{"name":"Other","color":"#F79E39","values":[20,20,10,30,10,20,50,100,140,140,160,150,160,120,100,190,160,210,240,200,140,140,140,90,50,30,10,50,0,20,80,180,150,130,140,240,170,110,150,110,100,140,160,180,160,80,50,50,20,40,0,0,10,110,70,150,190,130,130,160,200,150,150,160,190,120,140,260,190,210,80,90,10,10,10,0,10,10,90,60,110,180,160,210,200,170,120,190,250,180,170,240,180,180,110,70,50,0,10,0,40,100,90,130,160,230,200,180,170,240,290,90,220,190,140,280,140,120,100,20,60,0,10,0,10,60,90,210,70,130,140,140,210,80,180,150,220,100,190,170,150,110,70,60,90,30,30,0,0,10,10,100,70,150,120,190,160,230,110,110,180,170,200,160,250,170,80,90]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,10,0,20,0,10,10,0,0,0,0,0,0,10,10,10,10,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,20,0,0,10,10,0,20,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,20,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,20,0,0,0,0,40,0,10,10,0,0,0,0,0,0,0,0,0,0,20,0,10,0,0,0,0,0,0,20,10,10,10,0,0,10,10,0,0,0,0,0,0,0,0,10,0,0,20,0,0,0,10,0,0,10,10,10,0,0,10,0,0,0,0,0,0,0,0,10,0,20,10,10,10,0,10,20,0,0,10,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/04.json b/dist/chartDummyData/views_zoom/2018-05/04.json new file mode 100644 index 000000000..90a7f99cb --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/04.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1525132800000,1525136400000,1525140000000,1525143600000,1525147200000,1525150800000,1525154400000,1525158000000,1525161600000,1525165200000,1525168800000,1525172400000,1525176000000,1525179600000,1525183200000,1525186800000,1525190400000,1525194000000,1525197600000,1525201200000,1525204800000,1525208400000,1525212000000,1525215600000,1525219200000,1525222800000,1525226400000,1525230000000,1525233600000,1525237200000,1525240800000,1525244400000,1525248000000,1525251600000,1525255200000,1525258800000,1525262400000,1525266000000,1525269600000,1525273200000,1525276800000,1525280400000,1525284000000,1525287600000,1525291200000,1525294800000,1525298400000,1525302000000,1525305600000,1525309200000,1525312800000,1525316400000,1525320000000,1525323600000,1525327200000,1525330800000,1525334400000,1525338000000,1525341600000,1525345200000,1525348800000,1525352400000,1525356000000,1525359600000,1525363200000,1525366800000,1525370400000,1525374000000,1525377600000,1525381200000,1525384800000,1525388400000,1525392000000,1525395600000,1525399200000,1525402800000,1525406400000,1525410000000,1525413600000,1525417200000,1525420800000,1525424400000,1525428000000,1525431600000,1525435200000,1525438800000,1525442400000,1525446000000,1525449600000,1525453200000,1525456800000,1525460400000,1525464000000,1525467600000,1525471200000,1525474800000,1525478400000,1525482000000,1525485600000,1525489200000,1525492800000,1525496400000,1525500000000,1525503600000,1525507200000,1525510800000,1525514400000,1525518000000,1525521600000,1525525200000,1525528800000,1525532400000,1525536000000,1525539600000,1525543200000,1525546800000,1525550400000,1525554000000,1525557600000,1525561200000,1525564800000,1525568400000,1525572000000,1525575600000,1525579200000,1525582800000,1525586400000,1525590000000,1525593600000,1525597200000,1525600800000,1525604400000,1525608000000,1525611600000,1525615200000,1525618800000,1525622400000,1525626000000,1525629600000,1525633200000,1525636800000,1525640400000,1525644000000,1525647600000,1525651200000,1525654800000,1525658400000,1525662000000,1525665600000,1525669200000,1525672800000,1525676400000,1525680000000,1525683600000,1525687200000,1525690800000,1525694400000,1525698000000,1525701600000,1525705200000,1525708800000,1525712400000,1525716000000,1525719600000,1525723200000,1525726800000,1525730400000,1525734000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[220,90,150,10,40,50,260,540,850,1050,1020,940,1220,910,900,820,950,1140,1040,1290,890,1070,340,240,550,180,20,10,80,340,370,560,530,920,870,1300,910,920,820,870,840,950,950,1390,1150,760,640,160,120,50,0,10,40,320,540,770,1260,950,730,880,940,850,1040,1560,780,840,1160,1200,1160,870,420,310,110,30,30,10,70,290,540,520,870,940,720,980,800,710,1020,1040,940,980,780,1150,1030,780,710,230,150,40,80,20,70,190,270,780,880,730,740,990,1020,1230,890,890,910,960,1200,790,830,740,520,530,260,80,70,60,40,60,110,300,720,1080,740,1360,980,1090,1070,750,960,780,1210,1200,1060,1120,620,270,160,50,0,10,90,470,370,770,730,870,850,940,1130,980,940,1090,1190,920,970,1320,1470,1020,550,240]},{"name":"URL","color":"#2373DB","values":[70,0,0,0,10,0,130,220,430,550,610,490,490,470,550,660,700,530,720,720,600,590,230,150,50,0,40,10,20,80,200,390,320,410,610,640,610,400,610,1020,1030,1410,930,890,680,630,330,20,100,10,30,10,10,200,220,380,450,460,680,670,710,640,830,730,840,850,1020,1000,830,370,220,190,40,10,0,20,50,230,370,360,400,460,770,620,680,670,690,730,1010,1050,1050,750,690,540,180,180,90,30,0,10,10,70,190,310,600,740,670,750,800,650,640,750,830,730,750,580,660,520,330,190,160,10,140,30,10,40,30,110,360,690,650,460,510,460,720,490,650,740,860,870,680,700,280,150,80,50,20,0,20,180,250,320,480,510,630,930,680,650,800,810,1100,1120,840,780,670,420,330,100]},{"name":"Groups","color":"#9ED448","values":[630,130,10,0,10,90,180,590,730,800,830,800,640,680,680,620,810,770,830,1160,1000,1290,780,440,110,140,40,10,140,290,450,440,780,750,590,550,1220,780,780,980,640,800,910,970,1450,1550,980,200,30,70,40,40,70,350,620,790,570,550,730,840,700,740,620,760,910,960,820,940,1810,1370,900,360,100,40,10,30,80,410,520,780,490,710,580,860,780,1130,620,730,880,900,860,1080,1320,1200,960,400,100,90,10,10,30,210,180,570,860,870,880,1050,720,650,530,710,830,770,870,840,910,1100,680,570,550,200,80,0,40,50,220,450,420,670,630,910,720,770,790,710,740,770,930,1050,1270,1250,1000,550,170,100,10,30,160,550,420,530,540,510,750,980,960,970,1050,760,1010,670,1230,1300,1410,1270,830,380]},{"name":"Channel","color":"#4fae4e","values":[10,10,20,0,0,10,0,40,60,70,50,140,30,100,50,110,30,70,110,60,90,210,40,10,0,30,0,0,0,10,20,10,80,190,50,100,20,30,60,80,90,30,50,60,190,60,20,20,10,10,0,0,0,40,60,60,30,30,20,50,70,30,30,50,60,100,40,50,90,60,70,10,10,0,0,0,0,40,10,50,20,30,10,110,70,50,40,50,30,50,40,40,60,10,30,10,0,0,10,0,0,10,0,20,90,20,130,100,20,170,40,20,110,50,100,110,50,40,80,60,10,0,10,0,10,50,0,0,30,20,40,40,120,100,130,40,70,70,100,50,190,100,50,20,20,0,0,0,0,10,20,0,40,30,30,40,70,130,30,110,90,30,110,80,40,120,10,30]},{"name":"Search","color":"#F5BD25","values":[20,50,30,10,70,110,10,140,70,80,50,140,70,370,240,40,70,110,110,80,160,80,80,50,30,100,0,0,0,30,70,80,170,90,70,210,290,140,160,110,80,110,370,40,390,20,60,10,0,20,10,10,30,100,180,160,100,130,110,180,130,120,150,180,100,110,130,150,130,160,40,10,10,110,0,0,90,150,150,100,80,190,270,100,60,100,120,60,170,100,40,200,150,70,10,10,0,10,10,0,10,90,150,180,120,70,170,260,140,180,100,120,100,70,40,150,90,200,160,10,70,180,0,0,0,0,200,140,70,360,170,170,260,120,80,80,110,170,160,80,90,120,80,0,0,10,0,10,100,60,120,30,90,150,230,140,160,200,180,100,150,490,90,90,140,70,50,10]},{"name":"Other","color":"#F79E39","values":[50,30,10,50,0,20,80,180,150,130,140,240,170,110,150,110,100,140,160,180,160,80,50,50,20,40,0,0,10,110,70,150,190,130,130,160,200,150,150,160,190,120,140,260,190,210,80,90,10,10,10,0,10,10,90,60,110,180,160,210,200,170,120,190,250,180,170,240,180,180,110,70,50,0,10,0,40,100,90,130,160,230,200,180,170,240,290,90,220,190,140,280,140,120,100,20,60,0,10,0,10,60,90,210,70,130,140,140,210,80,180,150,220,100,190,170,150,110,70,60,90,30,30,0,0,10,10,100,70,150,120,190,160,230,110,110,180,170,200,160,250,170,80,90,10,0,10,0,50,50,80,80,110,150,160,200,270,100,90,190,230,190,160,230,230,230,80,0]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,0,0,0,20,0,0,10,10,0,20,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,20,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,20,0,0,0,0,40,0,10,10,0,0,0,0,0,0,0,0,0,0,20,0,10,0,0,0,0,0,0,20,10,10,10,0,0,10,10,0,0,0,0,0,0,0,0,10,0,0,20,0,0,0,10,0,0,10,10,10,0,0,10,0,0,0,0,0,0,0,0,10,0,20,10,10,10,0,10,20,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,0,10,10,0,30,10,10,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/05.json b/dist/chartDummyData/views_zoom/2018-05/05.json new file mode 100644 index 000000000..d41fff51d --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/05.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1525219200000,1525222800000,1525226400000,1525230000000,1525233600000,1525237200000,1525240800000,1525244400000,1525248000000,1525251600000,1525255200000,1525258800000,1525262400000,1525266000000,1525269600000,1525273200000,1525276800000,1525280400000,1525284000000,1525287600000,1525291200000,1525294800000,1525298400000,1525302000000,1525305600000,1525309200000,1525312800000,1525316400000,1525320000000,1525323600000,1525327200000,1525330800000,1525334400000,1525338000000,1525341600000,1525345200000,1525348800000,1525352400000,1525356000000,1525359600000,1525363200000,1525366800000,1525370400000,1525374000000,1525377600000,1525381200000,1525384800000,1525388400000,1525392000000,1525395600000,1525399200000,1525402800000,1525406400000,1525410000000,1525413600000,1525417200000,1525420800000,1525424400000,1525428000000,1525431600000,1525435200000,1525438800000,1525442400000,1525446000000,1525449600000,1525453200000,1525456800000,1525460400000,1525464000000,1525467600000,1525471200000,1525474800000,1525478400000,1525482000000,1525485600000,1525489200000,1525492800000,1525496400000,1525500000000,1525503600000,1525507200000,1525510800000,1525514400000,1525518000000,1525521600000,1525525200000,1525528800000,1525532400000,1525536000000,1525539600000,1525543200000,1525546800000,1525550400000,1525554000000,1525557600000,1525561200000,1525564800000,1525568400000,1525572000000,1525575600000,1525579200000,1525582800000,1525586400000,1525590000000,1525593600000,1525597200000,1525600800000,1525604400000,1525608000000,1525611600000,1525615200000,1525618800000,1525622400000,1525626000000,1525629600000,1525633200000,1525636800000,1525640400000,1525644000000,1525647600000,1525651200000,1525654800000,1525658400000,1525662000000,1525665600000,1525669200000,1525672800000,1525676400000,1525680000000,1525683600000,1525687200000,1525690800000,1525694400000,1525698000000,1525701600000,1525705200000,1525708800000,1525712400000,1525716000000,1525719600000,1525723200000,1525726800000,1525730400000,1525734000000,1525737600000,1525741200000,1525744800000,1525748400000,1525752000000,1525755600000,1525759200000,1525762800000,1525766400000,1525770000000,1525773600000,1525777200000,1525780800000,1525784400000,1525788000000,1525791600000,1525795200000,1525798800000,1525802400000,1525806000000,1525809600000,1525813200000,1525816800000,1525820400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[550,180,20,10,80,340,370,560,530,920,870,1300,910,920,820,870,840,950,950,1390,1150,760,640,160,120,50,0,10,40,320,540,770,1260,950,730,880,940,850,1040,1560,780,840,1160,1200,1160,870,420,310,110,30,30,10,70,290,540,520,870,940,720,980,800,710,1020,1040,940,980,780,1150,1030,780,710,230,150,40,80,20,70,190,270,780,880,730,740,990,1020,1230,890,890,910,960,1200,790,830,740,520,530,260,80,70,60,40,60,110,300,720,1080,740,1360,980,1090,1070,750,960,780,1210,1200,1060,1120,620,270,160,50,0,10,90,470,370,770,730,870,850,940,1130,980,940,1090,1190,920,970,1320,1470,1020,550,240,80,40,10,110,60,250,490,490,740,610,690,850,920,870,1040,940,690,1010,870,1340,1210,790,650,220]},{"name":"URL","color":"#2373DB","values":[50,0,40,10,20,80,200,390,320,410,610,640,610,400,610,1020,1030,1410,930,890,680,630,330,20,100,10,30,10,10,200,220,380,450,460,680,670,710,640,830,730,840,850,1020,1000,830,370,220,190,40,10,0,20,50,230,370,360,400,460,770,620,680,670,690,730,1010,1050,1050,750,690,540,180,180,90,30,0,10,10,70,190,310,600,740,670,750,800,650,640,750,830,730,750,580,660,520,330,190,160,10,140,30,10,40,30,110,360,690,650,460,510,460,720,490,650,740,860,870,680,700,280,150,80,50,20,0,20,180,250,320,480,510,630,930,680,650,800,810,1100,1120,840,780,670,420,330,100,70,10,10,10,60,100,490,370,460,560,630,780,630,870,840,730,1070,890,1100,910,600,500,300,140]},{"name":"Groups","color":"#9ED448","values":[110,140,40,10,140,290,450,440,780,750,590,550,1220,780,780,980,640,800,910,970,1450,1550,980,200,30,70,40,40,70,350,620,790,570,550,730,840,700,740,620,760,910,960,820,940,1810,1370,900,360,100,40,10,30,80,410,520,780,490,710,580,860,780,1130,620,730,880,900,860,1080,1320,1200,960,400,100,90,10,10,30,210,180,570,860,870,880,1050,720,650,530,710,830,770,870,840,910,1100,680,570,550,200,80,0,40,50,220,450,420,670,630,910,720,770,790,710,740,770,930,1050,1270,1250,1000,550,170,100,10,30,160,550,420,530,540,510,750,980,960,970,1050,760,1010,670,1230,1300,1410,1270,830,380,50,10,10,40,50,230,560,470,500,630,610,820,750,670,730,900,850,570,1130,1180,1380,1210,890,230]},{"name":"Channel","color":"#4fae4e","values":[0,30,0,0,0,10,20,10,80,190,50,100,20,30,60,80,90,30,50,60,190,60,20,20,10,10,0,0,0,40,60,60,30,30,20,50,70,30,30,50,60,100,40,50,90,60,70,10,10,0,0,0,0,40,10,50,20,30,10,110,70,50,40,50,30,50,40,40,60,10,30,10,0,0,10,0,0,10,0,20,90,20,130,100,20,170,40,20,110,50,100,110,50,40,80,60,10,0,10,0,10,50,0,0,30,20,40,40,120,100,130,40,70,70,100,50,190,100,50,20,20,0,0,0,0,10,20,0,40,30,30,40,70,130,30,110,90,30,110,80,40,120,10,30,0,10,0,10,10,40,30,40,30,50,40,40,80,50,60,60,20,110,30,40,70,120,70,10]},{"name":"Search","color":"#F5BD25","values":[30,100,0,0,0,30,70,80,170,90,70,210,290,140,160,110,80,110,370,40,390,20,60,10,0,20,10,10,30,100,180,160,100,130,110,180,130,120,150,180,100,110,130,150,130,160,40,10,10,110,0,0,90,150,150,100,80,190,270,100,60,100,120,60,170,100,40,200,150,70,10,10,0,10,10,0,10,90,150,180,120,70,170,260,140,180,100,120,100,70,40,150,90,200,160,10,70,180,0,0,0,0,200,140,70,360,170,170,260,120,80,80,110,170,160,80,90,120,80,0,0,10,0,10,100,60,120,30,90,150,230,140,160,200,180,100,150,490,90,90,140,70,50,10,0,0,0,0,10,120,290,310,60,100,90,120,80,70,90,280,100,80,100,160,160,10,130,60]},{"name":"Other","color":"#F79E39","values":[20,40,0,0,10,110,70,150,190,130,130,160,200,150,150,160,190,120,140,260,190,210,80,90,10,10,10,0,10,10,90,60,110,180,160,210,200,170,120,190,250,180,170,240,180,180,110,70,50,0,10,0,40,100,90,130,160,230,200,180,170,240,290,90,220,190,140,280,140,120,100,20,60,0,10,0,10,60,90,210,70,130,140,140,210,80,180,150,220,100,190,170,150,110,70,60,90,30,30,0,0,10,10,100,70,150,120,190,160,230,110,110,180,170,200,160,250,170,80,90,10,0,10,0,50,50,80,80,110,150,160,200,270,100,90,190,230,190,160,230,230,230,80,0,20,0,0,0,50,50,160,140,130,170,100,110,190,260,140,140,240,230,230,200,260,160,170,190]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,20,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,20,0,0,0,0,40,0,10,10,0,0,0,0,0,0,0,0,0,0,20,0,10,0,0,0,0,0,0,20,10,10,10,0,0,10,10,0,0,0,0,0,0,0,0,10,0,0,20,0,0,0,10,0,0,10,10,10,0,0,10,0,0,0,0,0,0,0,0,10,0,20,10,10,10,0,10,20,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,0,10,10,0,30,10,10,0,10,0,0,0,0,0,0,0,10,0,0,0,0,10,0,10,0,20,0,0,10,0,20,0,20,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/06.json b/dist/chartDummyData/views_zoom/2018-05/06.json new file mode 100644 index 000000000..6c7657582 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/06.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1525305600000,1525309200000,1525312800000,1525316400000,1525320000000,1525323600000,1525327200000,1525330800000,1525334400000,1525338000000,1525341600000,1525345200000,1525348800000,1525352400000,1525356000000,1525359600000,1525363200000,1525366800000,1525370400000,1525374000000,1525377600000,1525381200000,1525384800000,1525388400000,1525392000000,1525395600000,1525399200000,1525402800000,1525406400000,1525410000000,1525413600000,1525417200000,1525420800000,1525424400000,1525428000000,1525431600000,1525435200000,1525438800000,1525442400000,1525446000000,1525449600000,1525453200000,1525456800000,1525460400000,1525464000000,1525467600000,1525471200000,1525474800000,1525478400000,1525482000000,1525485600000,1525489200000,1525492800000,1525496400000,1525500000000,1525503600000,1525507200000,1525510800000,1525514400000,1525518000000,1525521600000,1525525200000,1525528800000,1525532400000,1525536000000,1525539600000,1525543200000,1525546800000,1525550400000,1525554000000,1525557600000,1525561200000,1525564800000,1525568400000,1525572000000,1525575600000,1525579200000,1525582800000,1525586400000,1525590000000,1525593600000,1525597200000,1525600800000,1525604400000,1525608000000,1525611600000,1525615200000,1525618800000,1525622400000,1525626000000,1525629600000,1525633200000,1525636800000,1525640400000,1525644000000,1525647600000,1525651200000,1525654800000,1525658400000,1525662000000,1525665600000,1525669200000,1525672800000,1525676400000,1525680000000,1525683600000,1525687200000,1525690800000,1525694400000,1525698000000,1525701600000,1525705200000,1525708800000,1525712400000,1525716000000,1525719600000,1525723200000,1525726800000,1525730400000,1525734000000,1525737600000,1525741200000,1525744800000,1525748400000,1525752000000,1525755600000,1525759200000,1525762800000,1525766400000,1525770000000,1525773600000,1525777200000,1525780800000,1525784400000,1525788000000,1525791600000,1525795200000,1525798800000,1525802400000,1525806000000,1525809600000,1525813200000,1525816800000,1525820400000,1525824000000,1525827600000,1525831200000,1525834800000,1525838400000,1525842000000,1525845600000,1525849200000,1525852800000,1525856400000,1525860000000,1525863600000,1525867200000,1525870800000,1525874400000,1525878000000,1525881600000,1525885200000,1525888800000,1525892400000,1525896000000,1525899600000,1525903200000,1525906800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[120,50,0,10,40,320,540,770,1260,950,730,880,940,850,1040,1560,780,840,1160,1200,1160,870,420,310,110,30,30,10,70,290,540,520,870,940,720,980,800,710,1020,1040,940,980,780,1150,1030,780,710,230,150,40,80,20,70,190,270,780,880,730,740,990,1020,1230,890,890,910,960,1200,790,830,740,520,530,260,80,70,60,40,60,110,300,720,1080,740,1360,980,1090,1070,750,960,780,1210,1200,1060,1120,620,270,160,50,0,10,90,470,370,770,730,870,850,940,1130,980,940,1090,1190,920,970,1320,1470,1020,550,240,80,40,10,110,60,250,490,490,740,610,690,850,920,870,1040,940,690,1010,870,1340,1210,790,650,220,70,50,10,10,60,270,540,450,600,840,990,1070,850,790,920,990,1080,1150,1040,1280,1130,890,580,360]},{"name":"URL","color":"#2373DB","values":[100,10,30,10,10,200,220,380,450,460,680,670,710,640,830,730,840,850,1020,1000,830,370,220,190,40,10,0,20,50,230,370,360,400,460,770,620,680,670,690,730,1010,1050,1050,750,690,540,180,180,90,30,0,10,10,70,190,310,600,740,670,750,800,650,640,750,830,730,750,580,660,520,330,190,160,10,140,30,10,40,30,110,360,690,650,460,510,460,720,490,650,740,860,870,680,700,280,150,80,50,20,0,20,180,250,320,480,510,630,930,680,650,800,810,1100,1120,840,780,670,420,330,100,70,10,10,10,60,100,490,370,460,560,630,780,630,870,840,730,1070,890,1100,910,600,500,300,140,30,10,50,40,20,80,350,330,330,400,550,570,560,730,550,880,1010,850,1020,830,940,540,270,130]},{"name":"Groups","color":"#9ED448","values":[30,70,40,40,70,350,620,790,570,550,730,840,700,740,620,760,910,960,820,940,1810,1370,900,360,100,40,10,30,80,410,520,780,490,710,580,860,780,1130,620,730,880,900,860,1080,1320,1200,960,400,100,90,10,10,30,210,180,570,860,870,880,1050,720,650,530,710,830,770,870,840,910,1100,680,570,550,200,80,0,40,50,220,450,420,670,630,910,720,770,790,710,740,770,930,1050,1270,1250,1000,550,170,100,10,30,160,550,420,530,540,510,750,980,960,970,1050,760,1010,670,1230,1300,1410,1270,830,380,50,10,10,40,50,230,560,470,500,630,610,820,750,670,730,900,850,570,1130,1180,1380,1210,890,230,40,90,20,0,60,500,430,640,550,630,600,650,630,770,540,760,550,1190,1040,1260,1360,1540,650,340]},{"name":"Channel","color":"#4fae4e","values":[10,10,0,0,0,40,60,60,30,30,20,50,70,30,30,50,60,100,40,50,90,60,70,10,10,0,0,0,0,40,10,50,20,30,10,110,70,50,40,50,30,50,40,40,60,10,30,10,0,0,10,0,0,10,0,20,90,20,130,100,20,170,40,20,110,50,100,110,50,40,80,60,10,0,10,0,10,50,0,0,30,20,40,40,120,100,130,40,70,70,100,50,190,100,50,20,20,0,0,0,0,10,20,0,40,30,30,40,70,130,30,110,90,30,110,80,40,120,10,30,0,10,0,10,10,40,30,40,30,50,40,40,80,50,60,60,20,110,30,40,70,120,70,10,0,0,0,0,20,60,20,40,60,60,40,50,190,20,20,110,50,120,20,100,50,90,150,30]},{"name":"Search","color":"#F5BD25","values":[0,20,10,10,30,100,180,160,100,130,110,180,130,120,150,180,100,110,130,150,130,160,40,10,10,110,0,0,90,150,150,100,80,190,270,100,60,100,120,60,170,100,40,200,150,70,10,10,0,10,10,0,10,90,150,180,120,70,170,260,140,180,100,120,100,70,40,150,90,200,160,10,70,180,0,0,0,0,200,140,70,360,170,170,260,120,80,80,110,170,160,80,90,120,80,0,0,10,0,10,100,60,120,30,90,150,230,140,160,200,180,100,150,490,90,90,140,70,50,10,0,0,0,0,10,120,290,310,60,100,90,120,80,70,90,280,100,80,100,160,160,10,130,60,0,0,0,0,0,190,140,210,90,80,150,120,70,230,60,220,80,60,170,150,90,50,20,30]},{"name":"Other","color":"#F79E39","values":[10,10,10,0,10,10,90,60,110,180,160,210,200,170,120,190,250,180,170,240,180,180,110,70,50,0,10,0,40,100,90,130,160,230,200,180,170,240,290,90,220,190,140,280,140,120,100,20,60,0,10,0,10,60,90,210,70,130,140,140,210,80,180,150,220,100,190,170,150,110,70,60,90,30,30,0,0,10,10,100,70,150,120,190,160,230,110,110,180,170,200,160,250,170,80,90,10,0,10,0,50,50,80,80,110,150,160,200,270,100,90,190,230,190,160,230,230,230,80,0,20,0,0,0,50,50,160,140,130,170,100,110,190,260,140,140,240,230,230,200,260,160,170,190,80,0,0,0,30,100,130,150,160,110,180,230,200,190,120,200,240,140,170,210,210,220,90,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,0,20,0,0,0,0,40,0,10,10,0,0,0,0,0,0,0,0,0,0,20,0,10,0,0,0,0,0,0,20,10,10,10,0,0,10,10,0,0,0,0,0,0,0,0,10,0,0,20,0,0,0,10,0,0,10,10,10,0,0,10,0,0,0,0,0,0,0,0,10,0,20,10,10,10,0,10,20,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,0,10,10,0,30,10,10,0,10,0,0,0,0,0,0,0,10,0,0,0,0,10,0,10,0,20,0,0,10,0,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,20,10,10,10,10,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/07.json b/dist/chartDummyData/views_zoom/2018-05/07.json new file mode 100644 index 000000000..1ca886f1f --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/07.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1525392000000,1525395600000,1525399200000,1525402800000,1525406400000,1525410000000,1525413600000,1525417200000,1525420800000,1525424400000,1525428000000,1525431600000,1525435200000,1525438800000,1525442400000,1525446000000,1525449600000,1525453200000,1525456800000,1525460400000,1525464000000,1525467600000,1525471200000,1525474800000,1525478400000,1525482000000,1525485600000,1525489200000,1525492800000,1525496400000,1525500000000,1525503600000,1525507200000,1525510800000,1525514400000,1525518000000,1525521600000,1525525200000,1525528800000,1525532400000,1525536000000,1525539600000,1525543200000,1525546800000,1525550400000,1525554000000,1525557600000,1525561200000,1525564800000,1525568400000,1525572000000,1525575600000,1525579200000,1525582800000,1525586400000,1525590000000,1525593600000,1525597200000,1525600800000,1525604400000,1525608000000,1525611600000,1525615200000,1525618800000,1525622400000,1525626000000,1525629600000,1525633200000,1525636800000,1525640400000,1525644000000,1525647600000,1525651200000,1525654800000,1525658400000,1525662000000,1525665600000,1525669200000,1525672800000,1525676400000,1525680000000,1525683600000,1525687200000,1525690800000,1525694400000,1525698000000,1525701600000,1525705200000,1525708800000,1525712400000,1525716000000,1525719600000,1525723200000,1525726800000,1525730400000,1525734000000,1525737600000,1525741200000,1525744800000,1525748400000,1525752000000,1525755600000,1525759200000,1525762800000,1525766400000,1525770000000,1525773600000,1525777200000,1525780800000,1525784400000,1525788000000,1525791600000,1525795200000,1525798800000,1525802400000,1525806000000,1525809600000,1525813200000,1525816800000,1525820400000,1525824000000,1525827600000,1525831200000,1525834800000,1525838400000,1525842000000,1525845600000,1525849200000,1525852800000,1525856400000,1525860000000,1525863600000,1525867200000,1525870800000,1525874400000,1525878000000,1525881600000,1525885200000,1525888800000,1525892400000,1525896000000,1525899600000,1525903200000,1525906800000,1525910400000,1525914000000,1525917600000,1525921200000,1525924800000,1525928400000,1525932000000,1525935600000,1525939200000,1525942800000,1525946400000,1525950000000,1525953600000,1525957200000,1525960800000,1525964400000,1525968000000,1525971600000,1525975200000,1525978800000,1525982400000,1525986000000,1525989600000,1525993200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[110,30,30,10,70,290,540,520,870,940,720,980,800,710,1020,1040,940,980,780,1150,1030,780,710,230,150,40,80,20,70,190,270,780,880,730,740,990,1020,1230,890,890,910,960,1200,790,830,740,520,530,260,80,70,60,40,60,110,300,720,1080,740,1360,980,1090,1070,750,960,780,1210,1200,1060,1120,620,270,160,50,0,10,90,470,370,770,730,870,850,940,1130,980,940,1090,1190,920,970,1320,1470,1020,550,240,80,40,10,110,60,250,490,490,740,610,690,850,920,870,1040,940,690,1010,870,1340,1210,790,650,220,70,50,10,10,60,270,540,450,600,840,990,1070,850,790,920,990,1080,1150,1040,1280,1130,890,580,360,20,20,10,50,80,240,630,400,850,660,740,860,920,840,900,870,930,1150,1240,1470,1120,820,550,410]},{"name":"URL","color":"#2373DB","values":[40,10,0,20,50,230,370,360,400,460,770,620,680,670,690,730,1010,1050,1050,750,690,540,180,180,90,30,0,10,10,70,190,310,600,740,670,750,800,650,640,750,830,730,750,580,660,520,330,190,160,10,140,30,10,40,30,110,360,690,650,460,510,460,720,490,650,740,860,870,680,700,280,150,80,50,20,0,20,180,250,320,480,510,630,930,680,650,800,810,1100,1120,840,780,670,420,330,100,70,10,10,10,60,100,490,370,460,560,630,780,630,870,840,730,1070,890,1100,910,600,500,300,140,30,10,50,40,20,80,350,330,330,400,550,570,560,730,550,880,1010,850,1020,830,940,540,270,130,40,20,0,0,10,80,260,400,440,530,820,620,640,800,790,800,970,990,980,930,700,620,260,150]},{"name":"Groups","color":"#9ED448","values":[100,40,10,30,80,410,520,780,490,710,580,860,780,1130,620,730,880,900,860,1080,1320,1200,960,400,100,90,10,10,30,210,180,570,860,870,880,1050,720,650,530,710,830,770,870,840,910,1100,680,570,550,200,80,0,40,50,220,450,420,670,630,910,720,770,790,710,740,770,930,1050,1270,1250,1000,550,170,100,10,30,160,550,420,530,540,510,750,980,960,970,1050,760,1010,670,1230,1300,1410,1270,830,380,50,10,10,40,50,230,560,470,500,630,610,820,750,670,730,900,850,570,1130,1180,1380,1210,890,230,40,90,20,0,60,500,430,640,550,630,600,650,630,770,540,760,550,1190,1040,1260,1360,1540,650,340,240,10,0,10,170,310,420,620,490,410,800,820,670,660,630,850,760,860,780,1070,1430,1590,980,330]},{"name":"Channel","color":"#4fae4e","values":[10,0,0,0,0,40,10,50,20,30,10,110,70,50,40,50,30,50,40,40,60,10,30,10,0,0,10,0,0,10,0,20,90,20,130,100,20,170,40,20,110,50,100,110,50,40,80,60,10,0,10,0,10,50,0,0,30,20,40,40,120,100,130,40,70,70,100,50,190,100,50,20,20,0,0,0,0,10,20,0,40,30,30,40,70,130,30,110,90,30,110,80,40,120,10,30,0,10,0,10,10,40,30,40,30,50,40,40,80,50,60,60,20,110,30,40,70,120,70,10,0,0,0,0,20,60,20,40,60,60,40,50,190,20,20,110,50,120,20,100,50,90,150,30,10,10,10,10,10,10,10,10,50,20,40,30,90,80,250,80,60,80,60,100,60,90,100,20]},{"name":"Search","color":"#F5BD25","values":[10,110,0,0,90,150,150,100,80,190,270,100,60,100,120,60,170,100,40,200,150,70,10,10,0,10,10,0,10,90,150,180,120,70,170,260,140,180,100,120,100,70,40,150,90,200,160,10,70,180,0,0,0,0,200,140,70,360,170,170,260,120,80,80,110,170,160,80,90,120,80,0,0,10,0,10,100,60,120,30,90,150,230,140,160,200,180,100,150,490,90,90,140,70,50,10,0,0,0,0,10,120,290,310,60,100,90,120,80,70,90,280,100,80,100,160,160,10,130,60,0,0,0,0,0,190,140,210,90,80,150,120,70,230,60,220,80,60,170,150,90,50,20,30,10,0,0,0,0,300,70,100,120,110,70,100,120,120,160,100,290,160,110,140,80,490,80,20]},{"name":"Other","color":"#F79E39","values":[50,0,10,0,40,100,90,130,160,230,200,180,170,240,290,90,220,190,140,280,140,120,100,20,60,0,10,0,10,60,90,210,70,130,140,140,210,80,180,150,220,100,190,170,150,110,70,60,90,30,30,0,0,10,10,100,70,150,120,190,160,230,110,110,180,170,200,160,250,170,80,90,10,0,10,0,50,50,80,80,110,150,160,200,270,100,90,190,230,190,160,230,230,230,80,0,20,0,0,0,50,50,160,140,130,170,100,110,190,260,140,140,240,230,230,200,260,160,170,190,80,0,0,0,30,100,130,150,160,110,180,230,200,190,120,200,240,140,170,210,210,220,90,80,10,10,0,0,20,60,120,120,180,130,140,200,150,170,140,110,160,120,170,230,240,230,170,40]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,20,0,10,0,0,0,0,0,0,20,10,10,10,0,0,10,10,0,0,0,0,0,0,0,0,10,0,0,20,0,0,0,10,0,0,10,10,10,0,0,10,0,0,0,0,0,0,0,0,10,0,20,10,10,10,0,10,20,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,0,10,10,0,30,10,10,0,10,0,0,0,0,0,0,0,10,0,0,0,0,10,0,10,0,20,0,0,10,0,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,20,10,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,10,20,0,10,10,0,20,20,0,0,0,20,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/08.json b/dist/chartDummyData/views_zoom/2018-05/08.json new file mode 100644 index 000000000..fed3b4160 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/08.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1525478400000,1525482000000,1525485600000,1525489200000,1525492800000,1525496400000,1525500000000,1525503600000,1525507200000,1525510800000,1525514400000,1525518000000,1525521600000,1525525200000,1525528800000,1525532400000,1525536000000,1525539600000,1525543200000,1525546800000,1525550400000,1525554000000,1525557600000,1525561200000,1525564800000,1525568400000,1525572000000,1525575600000,1525579200000,1525582800000,1525586400000,1525590000000,1525593600000,1525597200000,1525600800000,1525604400000,1525608000000,1525611600000,1525615200000,1525618800000,1525622400000,1525626000000,1525629600000,1525633200000,1525636800000,1525640400000,1525644000000,1525647600000,1525651200000,1525654800000,1525658400000,1525662000000,1525665600000,1525669200000,1525672800000,1525676400000,1525680000000,1525683600000,1525687200000,1525690800000,1525694400000,1525698000000,1525701600000,1525705200000,1525708800000,1525712400000,1525716000000,1525719600000,1525723200000,1525726800000,1525730400000,1525734000000,1525737600000,1525741200000,1525744800000,1525748400000,1525752000000,1525755600000,1525759200000,1525762800000,1525766400000,1525770000000,1525773600000,1525777200000,1525780800000,1525784400000,1525788000000,1525791600000,1525795200000,1525798800000,1525802400000,1525806000000,1525809600000,1525813200000,1525816800000,1525820400000,1525824000000,1525827600000,1525831200000,1525834800000,1525838400000,1525842000000,1525845600000,1525849200000,1525852800000,1525856400000,1525860000000,1525863600000,1525867200000,1525870800000,1525874400000,1525878000000,1525881600000,1525885200000,1525888800000,1525892400000,1525896000000,1525899600000,1525903200000,1525906800000,1525910400000,1525914000000,1525917600000,1525921200000,1525924800000,1525928400000,1525932000000,1525935600000,1525939200000,1525942800000,1525946400000,1525950000000,1525953600000,1525957200000,1525960800000,1525964400000,1525968000000,1525971600000,1525975200000,1525978800000,1525982400000,1525986000000,1525989600000,1525993200000,1525996800000,1526000400000,1526004000000,1526007600000,1526011200000,1526014800000,1526018400000,1526022000000,1526025600000,1526029200000,1526032800000,1526036400000,1526040000000,1526043600000,1526047200000,1526050800000,1526054400000,1526058000000,1526061600000,1526065200000,1526068800000,1526072400000,1526076000000,1526079600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[150,40,80,20,70,190,270,780,880,730,740,990,1020,1230,890,890,910,960,1200,790,830,740,520,530,260,80,70,60,40,60,110,300,720,1080,740,1360,980,1090,1070,750,960,780,1210,1200,1060,1120,620,270,160,50,0,10,90,470,370,770,730,870,850,940,1130,980,940,1090,1190,920,970,1320,1470,1020,550,240,80,40,10,110,60,250,490,490,740,610,690,850,920,870,1040,940,690,1010,870,1340,1210,790,650,220,70,50,10,10,60,270,540,450,600,840,990,1070,850,790,920,990,1080,1150,1040,1280,1130,890,580,360,20,20,10,50,80,240,630,400,850,660,740,860,920,840,900,870,930,1150,1240,1470,1120,820,550,410,100,20,10,20,50,450,450,610,680,900,800,940,900,920,830,980,1120,1150,1010,1150,900,960,570,250]},{"name":"URL","color":"#2373DB","values":[90,30,0,10,10,70,190,310,600,740,670,750,800,650,640,750,830,730,750,580,660,520,330,190,160,10,140,30,10,40,30,110,360,690,650,460,510,460,720,490,650,740,860,870,680,700,280,150,80,50,20,0,20,180,250,320,480,510,630,930,680,650,800,810,1100,1120,840,780,670,420,330,100,70,10,10,10,60,100,490,370,460,560,630,780,630,870,840,730,1070,890,1100,910,600,500,300,140,30,10,50,40,20,80,350,330,330,400,550,570,560,730,550,880,1010,850,1020,830,940,540,270,130,40,20,0,0,10,80,260,400,440,530,820,620,640,800,790,800,970,990,980,930,700,620,260,150,70,0,10,10,50,140,330,290,410,600,580,630,730,820,590,740,1090,1080,980,1030,680,390,300,120]},{"name":"Groups","color":"#9ED448","values":[100,90,10,10,30,210,180,570,860,870,880,1050,720,650,530,710,830,770,870,840,910,1100,680,570,550,200,80,0,40,50,220,450,420,670,630,910,720,770,790,710,740,770,930,1050,1270,1250,1000,550,170,100,10,30,160,550,420,530,540,510,750,980,960,970,1050,760,1010,670,1230,1300,1410,1270,830,380,50,10,10,40,50,230,560,470,500,630,610,820,750,670,730,900,850,570,1130,1180,1380,1210,890,230,40,90,20,0,60,500,430,640,550,630,600,650,630,770,540,760,550,1190,1040,1260,1360,1540,650,340,240,10,0,10,170,310,420,620,490,410,800,820,670,660,630,850,760,860,780,1070,1430,1590,980,330,140,50,20,30,140,220,520,600,610,630,830,820,1020,750,570,810,1020,1010,890,1090,910,850,630,330]},{"name":"Channel","color":"#4fae4e","values":[0,0,10,0,0,10,0,20,90,20,130,100,20,170,40,20,110,50,100,110,50,40,80,60,10,0,10,0,10,50,0,0,30,20,40,40,120,100,130,40,70,70,100,50,190,100,50,20,20,0,0,0,0,10,20,0,40,30,30,40,70,130,30,110,90,30,110,80,40,120,10,30,0,10,0,10,10,40,30,40,30,50,40,40,80,50,60,60,20,110,30,40,70,120,70,10,0,0,0,0,20,60,20,40,60,60,40,50,190,20,20,110,50,120,20,100,50,90,150,30,10,10,10,10,10,10,10,10,50,20,40,30,90,80,250,80,60,80,60,100,60,90,100,20,10,0,10,10,10,10,0,60,40,50,50,50,130,50,60,90,50,40,30,70,50,40,40,20]},{"name":"Search","color":"#F5BD25","values":[0,10,10,0,10,90,150,180,120,70,170,260,140,180,100,120,100,70,40,150,90,200,160,10,70,180,0,0,0,0,200,140,70,360,170,170,260,120,80,80,110,170,160,80,90,120,80,0,0,10,0,10,100,60,120,30,90,150,230,140,160,200,180,100,150,490,90,90,140,70,50,10,0,0,0,0,10,120,290,310,60,100,90,120,80,70,90,280,100,80,100,160,160,10,130,60,0,0,0,0,0,190,140,210,90,80,150,120,70,230,60,220,80,60,170,150,90,50,20,30,10,0,0,0,0,300,70,100,120,110,70,100,120,120,160,100,290,160,110,140,80,490,80,20,110,0,60,0,230,120,270,450,360,260,70,110,110,110,120,150,70,220,70,70,140,290,210,30]},{"name":"Other","color":"#F79E39","values":[60,0,10,0,10,60,90,210,70,130,140,140,210,80,180,150,220,100,190,170,150,110,70,60,90,30,30,0,0,10,10,100,70,150,120,190,160,230,110,110,180,170,200,160,250,170,80,90,10,0,10,0,50,50,80,80,110,150,160,200,270,100,90,190,230,190,160,230,230,230,80,0,20,0,0,0,50,50,160,140,130,170,100,110,190,260,140,140,240,230,230,200,260,160,170,190,80,0,0,0,30,100,130,150,160,110,180,230,200,190,120,200,240,140,170,210,210,220,90,80,10,10,0,0,20,60,120,120,180,130,140,200,150,170,140,110,160,120,170,230,240,230,170,40,30,0,10,0,20,180,110,120,180,110,160,150,130,150,150,170,320,170,160,130,120,170,60,70]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,0,20,0,0,0,10,0,0,10,10,10,0,0,10,0,0,0,0,0,0,0,0,10,0,20,10,10,10,0,10,20,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,0,10,10,0,30,10,10,0,10,0,0,0,0,0,0,0,10,0,0,0,0,10,0,10,0,20,0,0,10,0,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,20,10,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,10,20,0,10,10,0,20,20,0,0,0,20,10,0,0,10,0,0,0,0,0,10,20,20,0,10,0,10,0,0,20,10,20,30,0,0,10,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/09.json b/dist/chartDummyData/views_zoom/2018-05/09.json new file mode 100644 index 000000000..f91241e4d --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/09.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1525564800000,1525568400000,1525572000000,1525575600000,1525579200000,1525582800000,1525586400000,1525590000000,1525593600000,1525597200000,1525600800000,1525604400000,1525608000000,1525611600000,1525615200000,1525618800000,1525622400000,1525626000000,1525629600000,1525633200000,1525636800000,1525640400000,1525644000000,1525647600000,1525651200000,1525654800000,1525658400000,1525662000000,1525665600000,1525669200000,1525672800000,1525676400000,1525680000000,1525683600000,1525687200000,1525690800000,1525694400000,1525698000000,1525701600000,1525705200000,1525708800000,1525712400000,1525716000000,1525719600000,1525723200000,1525726800000,1525730400000,1525734000000,1525737600000,1525741200000,1525744800000,1525748400000,1525752000000,1525755600000,1525759200000,1525762800000,1525766400000,1525770000000,1525773600000,1525777200000,1525780800000,1525784400000,1525788000000,1525791600000,1525795200000,1525798800000,1525802400000,1525806000000,1525809600000,1525813200000,1525816800000,1525820400000,1525824000000,1525827600000,1525831200000,1525834800000,1525838400000,1525842000000,1525845600000,1525849200000,1525852800000,1525856400000,1525860000000,1525863600000,1525867200000,1525870800000,1525874400000,1525878000000,1525881600000,1525885200000,1525888800000,1525892400000,1525896000000,1525899600000,1525903200000,1525906800000,1525910400000,1525914000000,1525917600000,1525921200000,1525924800000,1525928400000,1525932000000,1525935600000,1525939200000,1525942800000,1525946400000,1525950000000,1525953600000,1525957200000,1525960800000,1525964400000,1525968000000,1525971600000,1525975200000,1525978800000,1525982400000,1525986000000,1525989600000,1525993200000,1525996800000,1526000400000,1526004000000,1526007600000,1526011200000,1526014800000,1526018400000,1526022000000,1526025600000,1526029200000,1526032800000,1526036400000,1526040000000,1526043600000,1526047200000,1526050800000,1526054400000,1526058000000,1526061600000,1526065200000,1526068800000,1526072400000,1526076000000,1526079600000,1526083200000,1526086800000,1526090400000,1526094000000,1526097600000,1526101200000,1526104800000,1526108400000,1526112000000,1526115600000,1526119200000,1526122800000,1526126400000,1526130000000,1526133600000,1526137200000,1526140800000,1526144400000,1526148000000,1526151600000,1526155200000,1526158800000,1526162400000,1526166000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[260,80,70,60,40,60,110,300,720,1080,740,1360,980,1090,1070,750,960,780,1210,1200,1060,1120,620,270,160,50,0,10,90,470,370,770,730,870,850,940,1130,980,940,1090,1190,920,970,1320,1470,1020,550,240,80,40,10,110,60,250,490,490,740,610,690,850,920,870,1040,940,690,1010,870,1340,1210,790,650,220,70,50,10,10,60,270,540,450,600,840,990,1070,850,790,920,990,1080,1150,1040,1280,1130,890,580,360,20,20,10,50,80,240,630,400,850,660,740,860,920,840,900,870,930,1150,1240,1470,1120,820,550,410,100,20,10,20,50,450,450,610,680,900,800,940,900,920,830,980,1120,1150,1010,1150,900,960,570,250,90,30,10,90,90,230,320,680,810,940,980,1040,850,990,1110,1040,920,1200,1090,760,1020,630,580,220]},{"name":"URL","color":"#2373DB","values":[160,10,140,30,10,40,30,110,360,690,650,460,510,460,720,490,650,740,860,870,680,700,280,150,80,50,20,0,20,180,250,320,480,510,630,930,680,650,800,810,1100,1120,840,780,670,420,330,100,70,10,10,10,60,100,490,370,460,560,630,780,630,870,840,730,1070,890,1100,910,600,500,300,140,30,10,50,40,20,80,350,330,330,400,550,570,560,730,550,880,1010,850,1020,830,940,540,270,130,40,20,0,0,10,80,260,400,440,530,820,620,640,800,790,800,970,990,980,930,700,620,260,150,70,0,10,10,50,140,330,290,410,600,580,630,730,820,590,740,1090,1080,980,1030,680,390,300,120,60,40,0,20,40,30,160,300,680,920,820,640,600,690,530,830,790,760,790,890,560,440,410,260]},{"name":"Groups","color":"#9ED448","values":[550,200,80,0,40,50,220,450,420,670,630,910,720,770,790,710,740,770,930,1050,1270,1250,1000,550,170,100,10,30,160,550,420,530,540,510,750,980,960,970,1050,760,1010,670,1230,1300,1410,1270,830,380,50,10,10,40,50,230,560,470,500,630,610,820,750,670,730,900,850,570,1130,1180,1380,1210,890,230,40,90,20,0,60,500,430,640,550,630,600,650,630,770,540,760,550,1190,1040,1260,1360,1540,650,340,240,10,0,10,170,310,420,620,490,410,800,820,670,660,630,850,760,860,780,1070,1430,1590,980,330,140,50,20,30,140,220,520,600,610,630,830,820,1020,750,570,810,1020,1010,890,1090,910,850,630,330,240,50,10,30,90,130,340,430,570,560,580,830,900,700,560,590,700,860,830,850,760,880,1120,770]},{"name":"Channel","color":"#4fae4e","values":[10,0,10,0,10,50,0,0,30,20,40,40,120,100,130,40,70,70,100,50,190,100,50,20,20,0,0,0,0,10,20,0,40,30,30,40,70,130,30,110,90,30,110,80,40,120,10,30,0,10,0,10,10,40,30,40,30,50,40,40,80,50,60,60,20,110,30,40,70,120,70,10,0,0,0,0,20,60,20,40,60,60,40,50,190,20,20,110,50,120,20,100,50,90,150,30,10,10,10,10,10,10,10,10,50,20,40,30,90,80,250,80,60,80,60,100,60,90,100,20,10,0,10,10,10,10,0,60,40,50,50,50,130,50,60,90,50,40,30,70,50,40,40,20,10,0,10,0,0,20,10,20,100,0,40,20,60,60,70,40,60,80,70,50,90,40,30,20]},{"name":"Search","color":"#F5BD25","values":[70,180,0,0,0,0,200,140,70,360,170,170,260,120,80,80,110,170,160,80,90,120,80,0,0,10,0,10,100,60,120,30,90,150,230,140,160,200,180,100,150,490,90,90,140,70,50,10,0,0,0,0,10,120,290,310,60,100,90,120,80,70,90,280,100,80,100,160,160,10,130,60,0,0,0,0,0,190,140,210,90,80,150,120,70,230,60,220,80,60,170,150,90,50,20,30,10,0,0,0,0,300,70,100,120,110,70,100,120,120,160,100,290,160,110,140,80,490,80,20,110,0,60,0,230,120,270,450,360,260,70,110,110,110,120,150,70,220,70,70,140,290,210,30,0,0,0,0,10,50,50,110,30,170,60,10,110,90,420,40,60,450,180,180,90,160,100,80]},{"name":"Other","color":"#F79E39","values":[90,30,30,0,0,10,10,100,70,150,120,190,160,230,110,110,180,170,200,160,250,170,80,90,10,0,10,0,50,50,80,80,110,150,160,200,270,100,90,190,230,190,160,230,230,230,80,0,20,0,0,0,50,50,160,140,130,170,100,110,190,260,140,140,240,230,230,200,260,160,170,190,80,0,0,0,30,100,130,150,160,110,180,230,200,190,120,200,240,140,170,210,210,220,90,80,10,10,0,0,20,60,120,120,180,130,140,200,150,170,140,110,160,120,170,230,240,230,170,40,30,0,10,0,20,180,110,120,180,110,160,150,130,150,150,170,320,170,160,130,120,170,60,70,20,20,10,10,20,70,60,60,150,120,150,170,170,190,160,120,150,170,190,140,100,160,120,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,20,10,10,10,0,10,20,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,0,10,10,0,30,10,10,0,10,0,0,0,0,0,0,0,10,0,0,0,0,10,0,10,0,20,0,0,10,0,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,20,10,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,10,20,0,10,10,0,20,20,0,0,0,20,10,0,0,10,0,0,0,0,0,10,20,20,0,10,0,10,0,0,20,10,20,30,0,0,10,10,0,0,0,0,0,10,0,0,10,30,10,10,20,10,10,10,0,0,10,10,10,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/10.json b/dist/chartDummyData/views_zoom/2018-05/10.json new file mode 100644 index 000000000..908c5d21b --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/10.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1525651200000,1525654800000,1525658400000,1525662000000,1525665600000,1525669200000,1525672800000,1525676400000,1525680000000,1525683600000,1525687200000,1525690800000,1525694400000,1525698000000,1525701600000,1525705200000,1525708800000,1525712400000,1525716000000,1525719600000,1525723200000,1525726800000,1525730400000,1525734000000,1525737600000,1525741200000,1525744800000,1525748400000,1525752000000,1525755600000,1525759200000,1525762800000,1525766400000,1525770000000,1525773600000,1525777200000,1525780800000,1525784400000,1525788000000,1525791600000,1525795200000,1525798800000,1525802400000,1525806000000,1525809600000,1525813200000,1525816800000,1525820400000,1525824000000,1525827600000,1525831200000,1525834800000,1525838400000,1525842000000,1525845600000,1525849200000,1525852800000,1525856400000,1525860000000,1525863600000,1525867200000,1525870800000,1525874400000,1525878000000,1525881600000,1525885200000,1525888800000,1525892400000,1525896000000,1525899600000,1525903200000,1525906800000,1525910400000,1525914000000,1525917600000,1525921200000,1525924800000,1525928400000,1525932000000,1525935600000,1525939200000,1525942800000,1525946400000,1525950000000,1525953600000,1525957200000,1525960800000,1525964400000,1525968000000,1525971600000,1525975200000,1525978800000,1525982400000,1525986000000,1525989600000,1525993200000,1525996800000,1526000400000,1526004000000,1526007600000,1526011200000,1526014800000,1526018400000,1526022000000,1526025600000,1526029200000,1526032800000,1526036400000,1526040000000,1526043600000,1526047200000,1526050800000,1526054400000,1526058000000,1526061600000,1526065200000,1526068800000,1526072400000,1526076000000,1526079600000,1526083200000,1526086800000,1526090400000,1526094000000,1526097600000,1526101200000,1526104800000,1526108400000,1526112000000,1526115600000,1526119200000,1526122800000,1526126400000,1526130000000,1526133600000,1526137200000,1526140800000,1526144400000,1526148000000,1526151600000,1526155200000,1526158800000,1526162400000,1526166000000,1526169600000,1526173200000,1526176800000,1526180400000,1526184000000,1526187600000,1526191200000,1526194800000,1526198400000,1526202000000,1526205600000,1526209200000,1526212800000,1526216400000,1526220000000,1526223600000,1526227200000,1526230800000,1526234400000,1526238000000,1526241600000,1526245200000,1526248800000,1526252400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[160,50,0,10,90,470,370,770,730,870,850,940,1130,980,940,1090,1190,920,970,1320,1470,1020,550,240,80,40,10,110,60,250,490,490,740,610,690,850,920,870,1040,940,690,1010,870,1340,1210,790,650,220,70,50,10,10,60,270,540,450,600,840,990,1070,850,790,920,990,1080,1150,1040,1280,1130,890,580,360,20,20,10,50,80,240,630,400,850,660,740,860,920,840,900,870,930,1150,1240,1470,1120,820,550,410,100,20,10,20,50,450,450,610,680,900,800,940,900,920,830,980,1120,1150,1010,1150,900,960,570,250,90,30,10,90,90,230,320,680,810,940,980,1040,850,990,1110,1040,920,1200,1090,760,1020,630,580,220,360,200,80,20,60,50,190,430,550,990,810,850,1220,1240,1040,910,1080,960,960,1200,1160,1030,580,240]},{"name":"URL","color":"#2373DB","values":[80,50,20,0,20,180,250,320,480,510,630,930,680,650,800,810,1100,1120,840,780,670,420,330,100,70,10,10,10,60,100,490,370,460,560,630,780,630,870,840,730,1070,890,1100,910,600,500,300,140,30,10,50,40,20,80,350,330,330,400,550,570,560,730,550,880,1010,850,1020,830,940,540,270,130,40,20,0,0,10,80,260,400,440,530,820,620,640,800,790,800,970,990,980,930,700,620,260,150,70,0,10,10,50,140,330,290,410,600,580,630,730,820,590,740,1090,1080,980,1030,680,390,300,120,60,40,0,20,40,30,160,300,680,920,820,640,600,690,530,830,790,760,790,890,560,440,410,260,70,30,60,30,0,0,100,160,390,680,830,480,570,370,680,810,770,800,720,840,580,610,360,170]},{"name":"Groups","color":"#9ED448","values":[170,100,10,30,160,550,420,530,540,510,750,980,960,970,1050,760,1010,670,1230,1300,1410,1270,830,380,50,10,10,40,50,230,560,470,500,630,610,820,750,670,730,900,850,570,1130,1180,1380,1210,890,230,40,90,20,0,60,500,430,640,550,630,600,650,630,770,540,760,550,1190,1040,1260,1360,1540,650,340,240,10,0,10,170,310,420,620,490,410,800,820,670,660,630,850,760,860,780,1070,1430,1590,980,330,140,50,20,30,140,220,520,600,610,630,830,820,1020,750,570,810,1020,1010,890,1090,910,850,630,330,240,50,10,30,90,130,340,430,570,560,580,830,900,700,560,590,700,860,830,850,760,880,1120,770,280,130,30,20,10,70,200,400,640,530,830,720,610,910,730,650,930,930,1020,1130,1220,1010,1070,340]},{"name":"Channel","color":"#4fae4e","values":[20,0,0,0,0,10,20,0,40,30,30,40,70,130,30,110,90,30,110,80,40,120,10,30,0,10,0,10,10,40,30,40,30,50,40,40,80,50,60,60,20,110,30,40,70,120,70,10,0,0,0,0,20,60,20,40,60,60,40,50,190,20,20,110,50,120,20,100,50,90,150,30,10,10,10,10,10,10,10,10,50,20,40,30,90,80,250,80,60,80,60,100,60,90,100,20,10,0,10,10,10,10,0,60,40,50,50,50,130,50,60,90,50,40,30,70,50,40,40,20,10,0,10,0,0,20,10,20,100,0,40,20,60,60,70,40,60,80,70,50,90,40,30,20,30,10,0,0,10,10,10,50,20,50,30,90,100,70,30,50,70,30,40,50,80,50,120,50]},{"name":"Search","color":"#F5BD25","values":[0,10,0,10,100,60,120,30,90,150,230,140,160,200,180,100,150,490,90,90,140,70,50,10,0,0,0,0,10,120,290,310,60,100,90,120,80,70,90,280,100,80,100,160,160,10,130,60,0,0,0,0,0,190,140,210,90,80,150,120,70,230,60,220,80,60,170,150,90,50,20,30,10,0,0,0,0,300,70,100,120,110,70,100,120,120,160,100,290,160,110,140,80,490,80,20,110,0,60,0,230,120,270,450,360,260,70,110,110,110,120,150,70,220,70,70,140,290,210,30,0,0,0,0,10,50,50,110,30,170,60,10,110,90,420,40,60,450,180,180,90,160,100,80,50,30,10,0,10,20,20,250,120,270,140,160,100,80,120,120,270,160,50,120,400,80,10,60]},{"name":"Other","color":"#F79E39","values":[10,0,10,0,50,50,80,80,110,150,160,200,270,100,90,190,230,190,160,230,230,230,80,0,20,0,0,0,50,50,160,140,130,170,100,110,190,260,140,140,240,230,230,200,260,160,170,190,80,0,0,0,30,100,130,150,160,110,180,230,200,190,120,200,240,140,170,210,210,220,90,80,10,10,0,0,20,60,120,120,180,130,140,200,150,170,140,110,160,120,170,230,240,230,170,40,30,0,10,0,20,180,110,120,180,110,160,150,130,150,150,170,320,170,160,130,120,170,60,70,20,20,10,10,20,70,60,60,150,120,150,170,170,190,160,120,150,170,190,140,100,160,120,80,50,20,0,10,0,0,60,140,170,170,200,120,160,100,280,110,150,230,90,130,160,180,70,0]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,10,0,10,10,0,10,10,0,30,10,10,0,10,0,0,0,0,0,0,0,10,0,0,0,0,10,0,10,0,20,0,0,10,0,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,20,10,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,10,20,0,10,10,0,20,20,0,0,0,20,10,0,0,10,0,0,0,0,0,10,20,20,0,10,0,10,0,0,20,10,20,30,0,0,10,10,0,0,0,0,0,10,0,0,10,30,10,10,20,10,10,10,0,0,10,10,10,0,10,0,0,0,0,0,0,0,0,0,10,20,0,10,0,20,10,10,0,10,0,10,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/11.json b/dist/chartDummyData/views_zoom/2018-05/11.json new file mode 100644 index 000000000..a4edd6358 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/11.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1525737600000,1525741200000,1525744800000,1525748400000,1525752000000,1525755600000,1525759200000,1525762800000,1525766400000,1525770000000,1525773600000,1525777200000,1525780800000,1525784400000,1525788000000,1525791600000,1525795200000,1525798800000,1525802400000,1525806000000,1525809600000,1525813200000,1525816800000,1525820400000,1525824000000,1525827600000,1525831200000,1525834800000,1525838400000,1525842000000,1525845600000,1525849200000,1525852800000,1525856400000,1525860000000,1525863600000,1525867200000,1525870800000,1525874400000,1525878000000,1525881600000,1525885200000,1525888800000,1525892400000,1525896000000,1525899600000,1525903200000,1525906800000,1525910400000,1525914000000,1525917600000,1525921200000,1525924800000,1525928400000,1525932000000,1525935600000,1525939200000,1525942800000,1525946400000,1525950000000,1525953600000,1525957200000,1525960800000,1525964400000,1525968000000,1525971600000,1525975200000,1525978800000,1525982400000,1525986000000,1525989600000,1525993200000,1525996800000,1526000400000,1526004000000,1526007600000,1526011200000,1526014800000,1526018400000,1526022000000,1526025600000,1526029200000,1526032800000,1526036400000,1526040000000,1526043600000,1526047200000,1526050800000,1526054400000,1526058000000,1526061600000,1526065200000,1526068800000,1526072400000,1526076000000,1526079600000,1526083200000,1526086800000,1526090400000,1526094000000,1526097600000,1526101200000,1526104800000,1526108400000,1526112000000,1526115600000,1526119200000,1526122800000,1526126400000,1526130000000,1526133600000,1526137200000,1526140800000,1526144400000,1526148000000,1526151600000,1526155200000,1526158800000,1526162400000,1526166000000,1526169600000,1526173200000,1526176800000,1526180400000,1526184000000,1526187600000,1526191200000,1526194800000,1526198400000,1526202000000,1526205600000,1526209200000,1526212800000,1526216400000,1526220000000,1526223600000,1526227200000,1526230800000,1526234400000,1526238000000,1526241600000,1526245200000,1526248800000,1526252400000,1526256000000,1526259600000,1526263200000,1526266800000,1526270400000,1526274000000,1526277600000,1526281200000,1526284800000,1526288400000,1526292000000,1526295600000,1526299200000,1526302800000,1526306400000,1526310000000,1526313600000,1526317200000,1526320800000,1526324400000,1526328000000,1526331600000,1526335200000,1526338800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[80,40,10,110,60,250,490,490,740,610,690,850,920,870,1040,940,690,1010,870,1340,1210,790,650,220,70,50,10,10,60,270,540,450,600,840,990,1070,850,790,920,990,1080,1150,1040,1280,1130,890,580,360,20,20,10,50,80,240,630,400,850,660,740,860,920,840,900,870,930,1150,1240,1470,1120,820,550,410,100,20,10,20,50,450,450,610,680,900,800,940,900,920,830,980,1120,1150,1010,1150,900,960,570,250,90,30,10,90,90,230,320,680,810,940,980,1040,850,990,1110,1040,920,1200,1090,760,1020,630,580,220,360,200,80,20,60,50,190,430,550,990,810,850,1220,1240,1040,910,1080,960,960,1200,1160,1030,580,240,160,140,0,30,170,370,360,450,610,890,830,780,880,910,810,1020,1060,1210,1050,1220,1270,880,510,210]},{"name":"URL","color":"#2373DB","values":[70,10,10,10,60,100,490,370,460,560,630,780,630,870,840,730,1070,890,1100,910,600,500,300,140,30,10,50,40,20,80,350,330,330,400,550,570,560,730,550,880,1010,850,1020,830,940,540,270,130,40,20,0,0,10,80,260,400,440,530,820,620,640,800,790,800,970,990,980,930,700,620,260,150,70,0,10,10,50,140,330,290,410,600,580,630,730,820,590,740,1090,1080,980,1030,680,390,300,120,60,40,0,20,40,30,160,300,680,920,820,640,600,690,530,830,790,760,790,890,560,440,410,260,70,30,60,30,0,0,100,160,390,680,830,480,570,370,680,810,770,800,720,840,580,610,360,170,50,0,150,60,20,150,150,200,410,400,510,590,590,570,600,770,1000,930,1140,890,670,490,340,110]},{"name":"Groups","color":"#9ED448","values":[50,10,10,40,50,230,560,470,500,630,610,820,750,670,730,900,850,570,1130,1180,1380,1210,890,230,40,90,20,0,60,500,430,640,550,630,600,650,630,770,540,760,550,1190,1040,1260,1360,1540,650,340,240,10,0,10,170,310,420,620,490,410,800,820,670,660,630,850,760,860,780,1070,1430,1590,980,330,140,50,20,30,140,220,520,600,610,630,830,820,1020,750,570,810,1020,1010,890,1090,910,850,630,330,240,50,10,30,90,130,340,430,570,560,580,830,900,700,560,590,700,860,830,850,760,880,1120,770,280,130,30,20,10,70,200,400,640,530,830,720,610,910,730,650,930,930,1020,1130,1220,1010,1070,340,80,40,20,20,100,470,570,390,680,790,760,490,760,1020,500,560,880,820,1090,1180,1250,950,490,260]},{"name":"Channel","color":"#4fae4e","values":[0,10,0,10,10,40,30,40,30,50,40,40,80,50,60,60,20,110,30,40,70,120,70,10,0,0,0,0,20,60,20,40,60,60,40,50,190,20,20,110,50,120,20,100,50,90,150,30,10,10,10,10,10,10,10,10,50,20,40,30,90,80,250,80,60,80,60,100,60,90,100,20,10,0,10,10,10,10,0,60,40,50,50,50,130,50,60,90,50,40,30,70,50,40,40,20,10,0,10,0,0,20,10,20,100,0,40,20,60,60,70,40,60,80,70,50,90,40,30,20,30,10,0,0,10,10,10,50,20,50,30,90,100,70,30,50,70,30,40,50,80,50,120,50,0,10,20,0,20,60,40,0,20,80,70,110,70,0,70,30,50,130,30,60,60,70,20,20]},{"name":"Search","color":"#F5BD25","values":[0,0,0,0,10,120,290,310,60,100,90,120,80,70,90,280,100,80,100,160,160,10,130,60,0,0,0,0,0,190,140,210,90,80,150,120,70,230,60,220,80,60,170,150,90,50,20,30,10,0,0,0,0,300,70,100,120,110,70,100,120,120,160,100,290,160,110,140,80,490,80,20,110,0,60,0,230,120,270,450,360,260,70,110,110,110,120,150,70,220,70,70,140,290,210,30,0,0,0,0,10,50,50,110,30,170,60,10,110,90,420,40,60,450,180,180,90,160,100,80,50,30,10,0,10,20,20,250,120,270,140,160,100,80,120,120,270,160,50,120,400,80,10,60,0,0,10,0,30,30,170,70,70,80,160,180,250,190,90,160,210,80,170,180,150,40,10,0]},{"name":"Other","color":"#F79E39","values":[20,0,0,0,50,50,160,140,130,170,100,110,190,260,140,140,240,230,230,200,260,160,170,190,80,0,0,0,30,100,130,150,160,110,180,230,200,190,120,200,240,140,170,210,210,220,90,80,10,10,0,0,20,60,120,120,180,130,140,200,150,170,140,110,160,120,170,230,240,230,170,40,30,0,10,0,20,180,110,120,180,110,160,150,130,150,150,170,320,170,160,130,120,170,60,70,20,20,10,10,20,70,60,60,150,120,150,170,170,190,160,120,150,170,190,140,100,160,120,80,50,20,0,10,0,0,60,140,170,170,200,120,160,100,280,110,150,230,90,130,160,180,70,0,30,20,30,10,30,110,100,170,70,150,180,100,120,110,140,160,130,140,200,170,250,140,70,30]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,0,0,0,10,0,10,0,20,0,0,10,0,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,20,10,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,10,20,0,10,10,0,20,20,0,0,0,20,10,0,0,10,0,0,0,0,0,10,20,20,0,10,0,10,0,0,20,10,20,30,0,0,10,10,0,0,0,0,0,10,0,0,10,30,10,10,20,10,10,10,0,0,10,10,10,0,10,0,0,0,0,0,0,0,0,0,10,20,0,10,0,20,10,10,0,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,10,10,0,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/12.json b/dist/chartDummyData/views_zoom/2018-05/12.json new file mode 100644 index 000000000..a1b25ec65 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/12.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1525824000000,1525827600000,1525831200000,1525834800000,1525838400000,1525842000000,1525845600000,1525849200000,1525852800000,1525856400000,1525860000000,1525863600000,1525867200000,1525870800000,1525874400000,1525878000000,1525881600000,1525885200000,1525888800000,1525892400000,1525896000000,1525899600000,1525903200000,1525906800000,1525910400000,1525914000000,1525917600000,1525921200000,1525924800000,1525928400000,1525932000000,1525935600000,1525939200000,1525942800000,1525946400000,1525950000000,1525953600000,1525957200000,1525960800000,1525964400000,1525968000000,1525971600000,1525975200000,1525978800000,1525982400000,1525986000000,1525989600000,1525993200000,1525996800000,1526000400000,1526004000000,1526007600000,1526011200000,1526014800000,1526018400000,1526022000000,1526025600000,1526029200000,1526032800000,1526036400000,1526040000000,1526043600000,1526047200000,1526050800000,1526054400000,1526058000000,1526061600000,1526065200000,1526068800000,1526072400000,1526076000000,1526079600000,1526083200000,1526086800000,1526090400000,1526094000000,1526097600000,1526101200000,1526104800000,1526108400000,1526112000000,1526115600000,1526119200000,1526122800000,1526126400000,1526130000000,1526133600000,1526137200000,1526140800000,1526144400000,1526148000000,1526151600000,1526155200000,1526158800000,1526162400000,1526166000000,1526169600000,1526173200000,1526176800000,1526180400000,1526184000000,1526187600000,1526191200000,1526194800000,1526198400000,1526202000000,1526205600000,1526209200000,1526212800000,1526216400000,1526220000000,1526223600000,1526227200000,1526230800000,1526234400000,1526238000000,1526241600000,1526245200000,1526248800000,1526252400000,1526256000000,1526259600000,1526263200000,1526266800000,1526270400000,1526274000000,1526277600000,1526281200000,1526284800000,1526288400000,1526292000000,1526295600000,1526299200000,1526302800000,1526306400000,1526310000000,1526313600000,1526317200000,1526320800000,1526324400000,1526328000000,1526331600000,1526335200000,1526338800000,1526342400000,1526346000000,1526349600000,1526353200000,1526356800000,1526360400000,1526364000000,1526367600000,1526371200000,1526374800000,1526378400000,1526382000000,1526385600000,1526389200000,1526392800000,1526396400000,1526400000000,1526403600000,1526407200000,1526410800000,1526414400000,1526418000000,1526421600000,1526425200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[70,50,10,10,60,270,540,450,600,840,990,1070,850,790,920,990,1080,1150,1040,1280,1130,890,580,360,20,20,10,50,80,240,630,400,850,660,740,860,920,840,900,870,930,1150,1240,1470,1120,820,550,410,100,20,10,20,50,450,450,610,680,900,800,940,900,920,830,980,1120,1150,1010,1150,900,960,570,250,90,30,10,90,90,230,320,680,810,940,980,1040,850,990,1110,1040,920,1200,1090,760,1020,630,580,220,360,200,80,20,60,50,190,430,550,990,810,850,1220,1240,1040,910,1080,960,960,1200,1160,1030,580,240,160,140,0,30,170,370,360,450,610,890,830,780,880,910,810,1020,1060,1210,1050,1220,1270,880,510,210,80,40,20,10,170,500,430,760,890,620,700,910,1050,980,910,980,1220,1020,1100,1310,1200,540,420,220]},{"name":"URL","color":"#2373DB","values":[30,10,50,40,20,80,350,330,330,400,550,570,560,730,550,880,1010,850,1020,830,940,540,270,130,40,20,0,0,10,80,260,400,440,530,820,620,640,800,790,800,970,990,980,930,700,620,260,150,70,0,10,10,50,140,330,290,410,600,580,630,730,820,590,740,1090,1080,980,1030,680,390,300,120,60,40,0,20,40,30,160,300,680,920,820,640,600,690,530,830,790,760,790,890,560,440,410,260,70,30,60,30,0,0,100,160,390,680,830,480,570,370,680,810,770,800,720,840,580,610,360,170,50,0,150,60,20,150,150,200,410,400,510,590,590,570,600,770,1000,930,1140,890,670,490,340,110,80,40,100,0,30,80,350,270,420,450,530,690,850,700,560,560,880,680,890,980,790,620,270,120]},{"name":"Groups","color":"#9ED448","values":[40,90,20,0,60,500,430,640,550,630,600,650,630,770,540,760,550,1190,1040,1260,1360,1540,650,340,240,10,0,10,170,310,420,620,490,410,800,820,670,660,630,850,760,860,780,1070,1430,1590,980,330,140,50,20,30,140,220,520,600,610,630,830,820,1020,750,570,810,1020,1010,890,1090,910,850,630,330,240,50,10,30,90,130,340,430,570,560,580,830,900,700,560,590,700,860,830,850,760,880,1120,770,280,130,30,20,10,70,200,400,640,530,830,720,610,910,730,650,930,930,1020,1130,1220,1010,1070,340,80,40,20,20,100,470,570,390,680,790,760,490,760,1020,500,560,880,820,1090,1180,1250,950,490,260,210,40,20,20,80,190,450,630,490,750,640,950,830,700,710,1030,1140,970,730,1030,1280,1110,620,180]},{"name":"Channel","color":"#4fae4e","values":[0,0,0,0,20,60,20,40,60,60,40,50,190,20,20,110,50,120,20,100,50,90,150,30,10,10,10,10,10,10,10,10,50,20,40,30,90,80,250,80,60,80,60,100,60,90,100,20,10,0,10,10,10,10,0,60,40,50,50,50,130,50,60,90,50,40,30,70,50,40,40,20,10,0,10,0,0,20,10,20,100,0,40,20,60,60,70,40,60,80,70,50,90,40,30,20,30,10,0,0,10,10,10,50,20,50,30,90,100,70,30,50,70,30,40,50,80,50,120,50,0,10,20,0,20,60,40,0,20,80,70,110,70,0,70,30,50,130,30,60,60,70,20,20,10,0,0,10,20,20,10,40,70,70,40,30,50,40,70,90,50,120,90,20,50,30,20,30]},{"name":"Search","color":"#F5BD25","values":[0,0,0,0,0,190,140,210,90,80,150,120,70,230,60,220,80,60,170,150,90,50,20,30,10,0,0,0,0,300,70,100,120,110,70,100,120,120,160,100,290,160,110,140,80,490,80,20,110,0,60,0,230,120,270,450,360,260,70,110,110,110,120,150,70,220,70,70,140,290,210,30,0,0,0,0,10,50,50,110,30,170,60,10,110,90,420,40,60,450,180,180,90,160,100,80,50,30,10,0,10,20,20,250,120,270,140,160,100,80,120,120,270,160,50,120,400,80,10,60,0,0,10,0,30,30,170,70,70,80,160,180,250,190,90,160,210,80,170,180,150,40,10,0,30,0,0,10,20,70,60,90,140,90,150,160,120,80,100,110,200,100,140,170,110,110,40,20]},{"name":"Other","color":"#F79E39","values":[80,0,0,0,30,100,130,150,160,110,180,230,200,190,120,200,240,140,170,210,210,220,90,80,10,10,0,0,20,60,120,120,180,130,140,200,150,170,140,110,160,120,170,230,240,230,170,40,30,0,10,0,20,180,110,120,180,110,160,150,130,150,150,170,320,170,160,130,120,170,60,70,20,20,10,10,20,70,60,60,150,120,150,170,170,190,160,120,150,170,190,140,100,160,120,80,50,20,0,10,0,0,60,140,170,170,200,120,160,100,280,110,150,230,90,130,160,180,70,0,30,20,30,10,30,110,100,170,70,150,180,100,120,110,140,160,130,140,200,170,250,140,70,30,0,10,0,0,20,100,160,180,110,240,170,170,150,200,190,170,200,120,210,200,170,170,120,50]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,20,10,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,10,20,0,10,10,0,20,20,0,0,0,20,10,0,0,10,0,0,0,0,0,10,20,20,0,10,0,10,0,0,20,10,20,30,0,0,10,10,0,0,0,0,0,10,0,0,10,30,10,10,20,10,10,10,0,0,10,10,10,0,10,0,0,0,0,0,0,0,0,0,10,20,0,10,0,20,10,10,0,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,10,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,30,0,20,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/13.json b/dist/chartDummyData/views_zoom/2018-05/13.json new file mode 100644 index 000000000..291796b2b --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/13.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1525910400000,1525914000000,1525917600000,1525921200000,1525924800000,1525928400000,1525932000000,1525935600000,1525939200000,1525942800000,1525946400000,1525950000000,1525953600000,1525957200000,1525960800000,1525964400000,1525968000000,1525971600000,1525975200000,1525978800000,1525982400000,1525986000000,1525989600000,1525993200000,1525996800000,1526000400000,1526004000000,1526007600000,1526011200000,1526014800000,1526018400000,1526022000000,1526025600000,1526029200000,1526032800000,1526036400000,1526040000000,1526043600000,1526047200000,1526050800000,1526054400000,1526058000000,1526061600000,1526065200000,1526068800000,1526072400000,1526076000000,1526079600000,1526083200000,1526086800000,1526090400000,1526094000000,1526097600000,1526101200000,1526104800000,1526108400000,1526112000000,1526115600000,1526119200000,1526122800000,1526126400000,1526130000000,1526133600000,1526137200000,1526140800000,1526144400000,1526148000000,1526151600000,1526155200000,1526158800000,1526162400000,1526166000000,1526169600000,1526173200000,1526176800000,1526180400000,1526184000000,1526187600000,1526191200000,1526194800000,1526198400000,1526202000000,1526205600000,1526209200000,1526212800000,1526216400000,1526220000000,1526223600000,1526227200000,1526230800000,1526234400000,1526238000000,1526241600000,1526245200000,1526248800000,1526252400000,1526256000000,1526259600000,1526263200000,1526266800000,1526270400000,1526274000000,1526277600000,1526281200000,1526284800000,1526288400000,1526292000000,1526295600000,1526299200000,1526302800000,1526306400000,1526310000000,1526313600000,1526317200000,1526320800000,1526324400000,1526328000000,1526331600000,1526335200000,1526338800000,1526342400000,1526346000000,1526349600000,1526353200000,1526356800000,1526360400000,1526364000000,1526367600000,1526371200000,1526374800000,1526378400000,1526382000000,1526385600000,1526389200000,1526392800000,1526396400000,1526400000000,1526403600000,1526407200000,1526410800000,1526414400000,1526418000000,1526421600000,1526425200000,1526428800000,1526432400000,1526436000000,1526439600000,1526443200000,1526446800000,1526450400000,1526454000000,1526457600000,1526461200000,1526464800000,1526468400000,1526472000000,1526475600000,1526479200000,1526482800000,1526486400000,1526490000000,1526493600000,1526497200000,1526500800000,1526504400000,1526508000000,1526511600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[20,20,10,50,80,240,630,400,850,660,740,860,920,840,900,870,930,1150,1240,1470,1120,820,550,410,100,20,10,20,50,450,450,610,680,900,800,940,900,920,830,980,1120,1150,1010,1150,900,960,570,250,90,30,10,90,90,230,320,680,810,940,980,1040,850,990,1110,1040,920,1200,1090,760,1020,630,580,220,360,200,80,20,60,50,190,430,550,990,810,850,1220,1240,1040,910,1080,960,960,1200,1160,1030,580,240,160,140,0,30,170,370,360,450,610,890,830,780,880,910,810,1020,1060,1210,1050,1220,1270,880,510,210,80,40,20,10,170,500,430,760,890,620,700,910,1050,980,910,980,1220,1020,1100,1310,1200,540,420,220,40,110,0,0,50,240,450,690,680,680,690,830,1060,940,840,820,910,1140,1270,950,1280,660,430,100]},{"name":"URL","color":"#2373DB","values":[40,20,0,0,10,80,260,400,440,530,820,620,640,800,790,800,970,990,980,930,700,620,260,150,70,0,10,10,50,140,330,290,410,600,580,630,730,820,590,740,1090,1080,980,1030,680,390,300,120,60,40,0,20,40,30,160,300,680,920,820,640,600,690,530,830,790,760,790,890,560,440,410,260,70,30,60,30,0,0,100,160,390,680,830,480,570,370,680,810,770,800,720,840,580,610,360,170,50,0,150,60,20,150,150,200,410,400,510,590,590,570,600,770,1000,930,1140,890,670,490,340,110,80,40,100,0,30,80,350,270,420,450,530,690,850,700,560,560,880,680,890,980,790,620,270,120,0,20,40,0,90,100,160,440,370,510,680,660,700,630,720,820,1090,910,770,920,670,530,290,80]},{"name":"Groups","color":"#9ED448","values":[240,10,0,10,170,310,420,620,490,410,800,820,670,660,630,850,760,860,780,1070,1430,1590,980,330,140,50,20,30,140,220,520,600,610,630,830,820,1020,750,570,810,1020,1010,890,1090,910,850,630,330,240,50,10,30,90,130,340,430,570,560,580,830,900,700,560,590,700,860,830,850,760,880,1120,770,280,130,30,20,10,70,200,400,640,530,830,720,610,910,730,650,930,930,1020,1130,1220,1010,1070,340,80,40,20,20,100,470,570,390,680,790,760,490,760,1020,500,560,880,820,1090,1180,1250,950,490,260,210,40,20,20,80,190,450,630,490,750,640,950,830,700,710,1030,1140,970,730,1030,1280,1110,620,180,280,80,10,20,150,430,510,470,710,590,520,720,990,790,690,590,1130,870,990,1100,1350,1220,770,720]},{"name":"Channel","color":"#4fae4e","values":[10,10,10,10,10,10,10,10,50,20,40,30,90,80,250,80,60,80,60,100,60,90,100,20,10,0,10,10,10,10,0,60,40,50,50,50,130,50,60,90,50,40,30,70,50,40,40,20,10,0,10,0,0,20,10,20,100,0,40,20,60,60,70,40,60,80,70,50,90,40,30,20,30,10,0,0,10,10,10,50,20,50,30,90,100,70,30,50,70,30,40,50,80,50,120,50,0,10,20,0,20,60,40,0,20,80,70,110,70,0,70,30,50,130,30,60,60,70,20,20,10,0,0,10,20,20,10,40,70,70,40,30,50,40,70,90,50,120,90,20,50,30,20,30,20,0,0,0,0,20,30,20,30,20,20,10,100,50,30,60,50,110,120,90,120,140,30,0]},{"name":"Search","color":"#F5BD25","values":[10,0,0,0,0,300,70,100,120,110,70,100,120,120,160,100,290,160,110,140,80,490,80,20,110,0,60,0,230,120,270,450,360,260,70,110,110,110,120,150,70,220,70,70,140,290,210,30,0,0,0,0,10,50,50,110,30,170,60,10,110,90,420,40,60,450,180,180,90,160,100,80,50,30,10,0,10,20,20,250,120,270,140,160,100,80,120,120,270,160,50,120,400,80,10,60,0,0,10,0,30,30,170,70,70,80,160,180,250,190,90,160,210,80,170,180,150,40,10,0,30,0,0,10,20,70,60,90,140,90,150,160,120,80,100,110,200,100,140,170,110,110,40,20,20,10,0,0,0,80,110,160,220,100,150,200,70,180,120,50,120,200,160,190,50,80,20,20]},{"name":"Other","color":"#F79E39","values":[10,10,0,0,20,60,120,120,180,130,140,200,150,170,140,110,160,120,170,230,240,230,170,40,30,0,10,0,20,180,110,120,180,110,160,150,130,150,150,170,320,170,160,130,120,170,60,70,20,20,10,10,20,70,60,60,150,120,150,170,170,190,160,120,150,170,190,140,100,160,120,80,50,20,0,10,0,0,60,140,170,170,200,120,160,100,280,110,150,230,90,130,160,180,70,0,30,20,30,10,30,110,100,170,70,150,180,100,120,110,140,160,130,140,200,170,250,140,70,30,0,10,0,0,20,100,160,180,110,240,170,170,150,200,190,170,200,120,210,200,170,170,120,50,30,10,0,20,50,150,160,60,220,100,90,110,170,100,100,220,170,240,210,290,320,100,150,10]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,10,20,0,10,10,0,20,20,0,0,0,20,10,0,0,10,0,0,0,0,0,10,20,20,0,10,0,10,0,0,20,10,20,30,0,0,10,10,0,0,0,0,0,10,0,0,10,30,10,10,20,10,10,10,0,0,10,10,10,0,10,0,0,0,0,0,0,0,0,0,10,20,0,10,0,20,10,10,0,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,10,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,30,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,0,0,10,0,0,0,0,0,10,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/14.json b/dist/chartDummyData/views_zoom/2018-05/14.json new file mode 100644 index 000000000..e9525b01c --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/14.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1525996800000,1526000400000,1526004000000,1526007600000,1526011200000,1526014800000,1526018400000,1526022000000,1526025600000,1526029200000,1526032800000,1526036400000,1526040000000,1526043600000,1526047200000,1526050800000,1526054400000,1526058000000,1526061600000,1526065200000,1526068800000,1526072400000,1526076000000,1526079600000,1526083200000,1526086800000,1526090400000,1526094000000,1526097600000,1526101200000,1526104800000,1526108400000,1526112000000,1526115600000,1526119200000,1526122800000,1526126400000,1526130000000,1526133600000,1526137200000,1526140800000,1526144400000,1526148000000,1526151600000,1526155200000,1526158800000,1526162400000,1526166000000,1526169600000,1526173200000,1526176800000,1526180400000,1526184000000,1526187600000,1526191200000,1526194800000,1526198400000,1526202000000,1526205600000,1526209200000,1526212800000,1526216400000,1526220000000,1526223600000,1526227200000,1526230800000,1526234400000,1526238000000,1526241600000,1526245200000,1526248800000,1526252400000,1526256000000,1526259600000,1526263200000,1526266800000,1526270400000,1526274000000,1526277600000,1526281200000,1526284800000,1526288400000,1526292000000,1526295600000,1526299200000,1526302800000,1526306400000,1526310000000,1526313600000,1526317200000,1526320800000,1526324400000,1526328000000,1526331600000,1526335200000,1526338800000,1526342400000,1526346000000,1526349600000,1526353200000,1526356800000,1526360400000,1526364000000,1526367600000,1526371200000,1526374800000,1526378400000,1526382000000,1526385600000,1526389200000,1526392800000,1526396400000,1526400000000,1526403600000,1526407200000,1526410800000,1526414400000,1526418000000,1526421600000,1526425200000,1526428800000,1526432400000,1526436000000,1526439600000,1526443200000,1526446800000,1526450400000,1526454000000,1526457600000,1526461200000,1526464800000,1526468400000,1526472000000,1526475600000,1526479200000,1526482800000,1526486400000,1526490000000,1526493600000,1526497200000,1526500800000,1526504400000,1526508000000,1526511600000,1526515200000,1526518800000,1526522400000,1526526000000,1526529600000,1526533200000,1526536800000,1526540400000,1526544000000,1526547600000,1526551200000,1526554800000,1526558400000,1526562000000,1526565600000,1526569200000,1526572800000,1526576400000,1526580000000,1526583600000,1526587200000,1526590800000,1526594400000,1526598000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[100,20,10,20,50,450,450,610,680,900,800,940,900,920,830,980,1120,1150,1010,1150,900,960,570,250,90,30,10,90,90,230,320,680,810,940,980,1040,850,990,1110,1040,920,1200,1090,760,1020,630,580,220,360,200,80,20,60,50,190,430,550,990,810,850,1220,1240,1040,910,1080,960,960,1200,1160,1030,580,240,160,140,0,30,170,370,360,450,610,890,830,780,880,910,810,1020,1060,1210,1050,1220,1270,880,510,210,80,40,20,10,170,500,430,760,890,620,700,910,1050,980,910,980,1220,1020,1100,1310,1200,540,420,220,40,110,0,0,50,240,450,690,680,680,690,830,1060,940,840,820,910,1140,1270,950,1280,660,430,100,120,50,30,20,90,210,400,630,690,600,620,780,770,750,970,860,960,1200,1030,1120,1020,730,410,150]},{"name":"URL","color":"#2373DB","values":[70,0,10,10,50,140,330,290,410,600,580,630,730,820,590,740,1090,1080,980,1030,680,390,300,120,60,40,0,20,40,30,160,300,680,920,820,640,600,690,530,830,790,760,790,890,560,440,410,260,70,30,60,30,0,0,100,160,390,680,830,480,570,370,680,810,770,800,720,840,580,610,360,170,50,0,150,60,20,150,150,200,410,400,510,590,590,570,600,770,1000,930,1140,890,670,490,340,110,80,40,100,0,30,80,350,270,420,450,530,690,850,700,560,560,880,680,890,980,790,620,270,120,0,20,40,0,90,100,160,440,370,510,680,660,700,630,720,820,1090,910,770,920,670,530,290,80,80,20,10,10,30,150,250,500,490,690,570,730,760,830,810,870,990,1260,860,980,890,590,220,120]},{"name":"Groups","color":"#9ED448","values":[140,50,20,30,140,220,520,600,610,630,830,820,1020,750,570,810,1020,1010,890,1090,910,850,630,330,240,50,10,30,90,130,340,430,570,560,580,830,900,700,560,590,700,860,830,850,760,880,1120,770,280,130,30,20,10,70,200,400,640,530,830,720,610,910,730,650,930,930,1020,1130,1220,1010,1070,340,80,40,20,20,100,470,570,390,680,790,760,490,760,1020,500,560,880,820,1090,1180,1250,950,490,260,210,40,20,20,80,190,450,630,490,750,640,950,830,700,710,1030,1140,970,730,1030,1280,1110,620,180,280,80,10,20,150,430,510,470,710,590,520,720,990,790,690,590,1130,870,990,1100,1350,1220,770,720,140,30,20,20,90,590,580,590,620,490,610,790,1050,620,800,690,760,1000,810,1120,1230,1420,910,200]},{"name":"Channel","color":"#4fae4e","values":[10,0,10,10,10,10,0,60,40,50,50,50,130,50,60,90,50,40,30,70,50,40,40,20,10,0,10,0,0,20,10,20,100,0,40,20,60,60,70,40,60,80,70,50,90,40,30,20,30,10,0,0,10,10,10,50,20,50,30,90,100,70,30,50,70,30,40,50,80,50,120,50,0,10,20,0,20,60,40,0,20,80,70,110,70,0,70,30,50,130,30,60,60,70,20,20,10,0,0,10,20,20,10,40,70,70,40,30,50,40,70,90,50,120,90,20,50,30,20,30,20,0,0,0,0,20,30,20,30,20,20,10,100,50,30,60,50,110,120,90,120,140,30,0,20,0,0,0,0,0,10,20,290,150,80,20,60,0,60,70,30,100,90,80,140,170,10,10]},{"name":"Search","color":"#F5BD25","values":[110,0,60,0,230,120,270,450,360,260,70,110,110,110,120,150,70,220,70,70,140,290,210,30,0,0,0,0,10,50,50,110,30,170,60,10,110,90,420,40,60,450,180,180,90,160,100,80,50,30,10,0,10,20,20,250,120,270,140,160,100,80,120,120,270,160,50,120,400,80,10,60,0,0,10,0,30,30,170,70,70,80,160,180,250,190,90,160,210,80,170,180,150,40,10,0,30,0,0,10,20,70,60,90,140,90,150,160,120,80,100,110,200,100,140,170,110,110,40,20,20,10,0,0,0,80,110,160,220,100,150,200,70,180,120,50,120,200,160,190,50,80,20,20,20,0,20,0,20,280,70,50,120,110,80,130,140,70,40,150,200,160,290,120,50,80,60,20]},{"name":"Other","color":"#F79E39","values":[30,0,10,0,20,180,110,120,180,110,160,150,130,150,150,170,320,170,160,130,120,170,60,70,20,20,10,10,20,70,60,60,150,120,150,170,170,190,160,120,150,170,190,140,100,160,120,80,50,20,0,10,0,0,60,140,170,170,200,120,160,100,280,110,150,230,90,130,160,180,70,0,30,20,30,10,30,110,100,170,70,150,180,100,120,110,140,160,130,140,200,170,250,140,70,30,0,10,0,0,20,100,160,180,110,240,170,170,150,200,190,170,200,120,210,200,170,170,120,50,30,10,0,20,50,150,160,60,220,100,90,110,170,100,100,220,170,240,210,290,320,100,150,10,40,30,0,10,0,70,150,130,230,130,120,100,190,180,220,240,310,140,170,160,250,220,110,60]},{"name":"PM","color":"#E65850","values":[0,10,0,0,0,0,0,10,20,20,0,10,0,10,0,0,20,10,20,30,0,0,10,10,0,0,0,0,0,10,0,0,10,30,10,10,20,10,10,10,0,0,10,10,10,0,10,0,0,0,0,0,0,0,0,0,10,20,0,10,0,20,10,10,0,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,10,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,30,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,0,0,10,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/15.json b/dist/chartDummyData/views_zoom/2018-05/15.json new file mode 100644 index 000000000..4c91f3e2a --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/15.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1526083200000,1526086800000,1526090400000,1526094000000,1526097600000,1526101200000,1526104800000,1526108400000,1526112000000,1526115600000,1526119200000,1526122800000,1526126400000,1526130000000,1526133600000,1526137200000,1526140800000,1526144400000,1526148000000,1526151600000,1526155200000,1526158800000,1526162400000,1526166000000,1526169600000,1526173200000,1526176800000,1526180400000,1526184000000,1526187600000,1526191200000,1526194800000,1526198400000,1526202000000,1526205600000,1526209200000,1526212800000,1526216400000,1526220000000,1526223600000,1526227200000,1526230800000,1526234400000,1526238000000,1526241600000,1526245200000,1526248800000,1526252400000,1526256000000,1526259600000,1526263200000,1526266800000,1526270400000,1526274000000,1526277600000,1526281200000,1526284800000,1526288400000,1526292000000,1526295600000,1526299200000,1526302800000,1526306400000,1526310000000,1526313600000,1526317200000,1526320800000,1526324400000,1526328000000,1526331600000,1526335200000,1526338800000,1526342400000,1526346000000,1526349600000,1526353200000,1526356800000,1526360400000,1526364000000,1526367600000,1526371200000,1526374800000,1526378400000,1526382000000,1526385600000,1526389200000,1526392800000,1526396400000,1526400000000,1526403600000,1526407200000,1526410800000,1526414400000,1526418000000,1526421600000,1526425200000,1526428800000,1526432400000,1526436000000,1526439600000,1526443200000,1526446800000,1526450400000,1526454000000,1526457600000,1526461200000,1526464800000,1526468400000,1526472000000,1526475600000,1526479200000,1526482800000,1526486400000,1526490000000,1526493600000,1526497200000,1526500800000,1526504400000,1526508000000,1526511600000,1526515200000,1526518800000,1526522400000,1526526000000,1526529600000,1526533200000,1526536800000,1526540400000,1526544000000,1526547600000,1526551200000,1526554800000,1526558400000,1526562000000,1526565600000,1526569200000,1526572800000,1526576400000,1526580000000,1526583600000,1526587200000,1526590800000,1526594400000,1526598000000,1526601600000,1526605200000,1526608800000,1526612400000,1526616000000,1526619600000,1526623200000,1526626800000,1526630400000,1526634000000,1526637600000,1526641200000,1526644800000,1526648400000,1526652000000,1526655600000,1526659200000,1526662800000,1526666400000,1526670000000,1526673600000,1526677200000,1526680800000,1526684400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[90,30,10,90,90,230,320,680,810,940,980,1040,850,990,1110,1040,920,1200,1090,760,1020,630,580,220,360,200,80,20,60,50,190,430,550,990,810,850,1220,1240,1040,910,1080,960,960,1200,1160,1030,580,240,160,140,0,30,170,370,360,450,610,890,830,780,880,910,810,1020,1060,1210,1050,1220,1270,880,510,210,80,40,20,10,170,500,430,760,890,620,700,910,1050,980,910,980,1220,1020,1100,1310,1200,540,420,220,40,110,0,0,50,240,450,690,680,680,690,830,1060,940,840,820,910,1140,1270,950,1280,660,430,100,120,50,30,20,90,210,400,630,690,600,620,780,770,750,970,860,960,1200,1030,1120,1020,730,410,150,110,50,40,0,60,250,340,700,640,680,660,980,1000,950,1060,930,1210,1100,890,1040,990,780,370,150]},{"name":"URL","color":"#2373DB","values":[60,40,0,20,40,30,160,300,680,920,820,640,600,690,530,830,790,760,790,890,560,440,410,260,70,30,60,30,0,0,100,160,390,680,830,480,570,370,680,810,770,800,720,840,580,610,360,170,50,0,150,60,20,150,150,200,410,400,510,590,590,570,600,770,1000,930,1140,890,670,490,340,110,80,40,100,0,30,80,350,270,420,450,530,690,850,700,560,560,880,680,890,980,790,620,270,120,0,20,40,0,90,100,160,440,370,510,680,660,700,630,720,820,1090,910,770,920,670,530,290,80,80,20,10,10,30,150,250,500,490,690,570,730,760,830,810,870,990,1260,860,980,890,590,220,120,80,30,10,20,100,190,290,330,450,660,680,700,650,710,670,850,1140,1070,800,770,750,350,230,130]},{"name":"Groups","color":"#9ED448","values":[240,50,10,30,90,130,340,430,570,560,580,830,900,700,560,590,700,860,830,850,760,880,1120,770,280,130,30,20,10,70,200,400,640,530,830,720,610,910,730,650,930,930,1020,1130,1220,1010,1070,340,80,40,20,20,100,470,570,390,680,790,760,490,760,1020,500,560,880,820,1090,1180,1250,950,490,260,210,40,20,20,80,190,450,630,490,750,640,950,830,700,710,1030,1140,970,730,1030,1280,1110,620,180,280,80,10,20,150,430,510,470,710,590,520,720,990,790,690,590,1130,870,990,1100,1350,1220,770,720,140,30,20,20,90,590,580,590,620,490,610,790,1050,620,800,690,760,1000,810,1120,1230,1420,910,200,120,20,40,0,90,340,510,570,490,670,810,700,880,640,780,850,880,630,780,1130,1160,1060,630,230]},{"name":"Channel","color":"#4fae4e","values":[10,0,10,0,0,20,10,20,100,0,40,20,60,60,70,40,60,80,70,50,90,40,30,20,30,10,0,0,10,10,10,50,20,50,30,90,100,70,30,50,70,30,40,50,80,50,120,50,0,10,20,0,20,60,40,0,20,80,70,110,70,0,70,30,50,130,30,60,60,70,20,20,10,0,0,10,20,20,10,40,70,70,40,30,50,40,70,90,50,120,90,20,50,30,20,30,20,0,0,0,0,20,30,20,30,20,20,10,100,50,30,60,50,110,120,90,120,140,30,0,20,0,0,0,0,0,10,20,290,150,80,20,60,0,60,70,30,100,90,80,140,170,10,10,0,10,0,10,0,30,20,40,30,40,30,10,40,90,70,50,40,110,240,70,40,80,30,0]},{"name":"Search","color":"#F5BD25","values":[0,0,0,0,10,50,50,110,30,170,60,10,110,90,420,40,60,450,180,180,90,160,100,80,50,30,10,0,10,20,20,250,120,270,140,160,100,80,120,120,270,160,50,120,400,80,10,60,0,0,10,0,30,30,170,70,70,80,160,180,250,190,90,160,210,80,170,180,150,40,10,0,30,0,0,10,20,70,60,90,140,90,150,160,120,80,100,110,200,100,140,170,110,110,40,20,20,10,0,0,0,80,110,160,220,100,150,200,70,180,120,50,120,200,160,190,50,80,20,20,20,0,20,0,20,280,70,50,120,110,80,130,140,70,40,150,200,160,290,120,50,80,60,20,10,0,0,0,160,120,60,20,20,300,120,120,170,70,230,200,60,120,290,220,80,60,30,40]},{"name":"Other","color":"#F79E39","values":[20,20,10,10,20,70,60,60,150,120,150,170,170,190,160,120,150,170,190,140,100,160,120,80,50,20,0,10,0,0,60,140,170,170,200,120,160,100,280,110,150,230,90,130,160,180,70,0,30,20,30,10,30,110,100,170,70,150,180,100,120,110,140,160,130,140,200,170,250,140,70,30,0,10,0,0,20,100,160,180,110,240,170,170,150,200,190,170,200,120,210,200,170,170,120,50,30,10,0,20,50,150,160,60,220,100,90,110,170,100,100,220,170,240,210,290,320,100,150,10,40,30,0,10,0,70,150,130,230,130,120,100,190,180,220,240,310,140,170,160,250,220,110,60,0,10,0,0,10,70,150,180,190,130,120,130,150,120,160,230,190,80,270,170,190,130,90,20]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,0,10,30,10,10,20,10,10,10,0,0,10,10,10,0,10,0,0,0,0,0,0,0,0,0,10,20,0,10,0,20,10,10,0,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,10,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,30,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,0,0,10,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,10,10,0,0,0,0,0,20,20,0,20,0,0,10,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/16.json b/dist/chartDummyData/views_zoom/2018-05/16.json new file mode 100644 index 000000000..94aa4d848 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/16.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1526169600000,1526173200000,1526176800000,1526180400000,1526184000000,1526187600000,1526191200000,1526194800000,1526198400000,1526202000000,1526205600000,1526209200000,1526212800000,1526216400000,1526220000000,1526223600000,1526227200000,1526230800000,1526234400000,1526238000000,1526241600000,1526245200000,1526248800000,1526252400000,1526256000000,1526259600000,1526263200000,1526266800000,1526270400000,1526274000000,1526277600000,1526281200000,1526284800000,1526288400000,1526292000000,1526295600000,1526299200000,1526302800000,1526306400000,1526310000000,1526313600000,1526317200000,1526320800000,1526324400000,1526328000000,1526331600000,1526335200000,1526338800000,1526342400000,1526346000000,1526349600000,1526353200000,1526356800000,1526360400000,1526364000000,1526367600000,1526371200000,1526374800000,1526378400000,1526382000000,1526385600000,1526389200000,1526392800000,1526396400000,1526400000000,1526403600000,1526407200000,1526410800000,1526414400000,1526418000000,1526421600000,1526425200000,1526428800000,1526432400000,1526436000000,1526439600000,1526443200000,1526446800000,1526450400000,1526454000000,1526457600000,1526461200000,1526464800000,1526468400000,1526472000000,1526475600000,1526479200000,1526482800000,1526486400000,1526490000000,1526493600000,1526497200000,1526500800000,1526504400000,1526508000000,1526511600000,1526515200000,1526518800000,1526522400000,1526526000000,1526529600000,1526533200000,1526536800000,1526540400000,1526544000000,1526547600000,1526551200000,1526554800000,1526558400000,1526562000000,1526565600000,1526569200000,1526572800000,1526576400000,1526580000000,1526583600000,1526587200000,1526590800000,1526594400000,1526598000000,1526601600000,1526605200000,1526608800000,1526612400000,1526616000000,1526619600000,1526623200000,1526626800000,1526630400000,1526634000000,1526637600000,1526641200000,1526644800000,1526648400000,1526652000000,1526655600000,1526659200000,1526662800000,1526666400000,1526670000000,1526673600000,1526677200000,1526680800000,1526684400000,1526688000000,1526691600000,1526695200000,1526698800000,1526702400000,1526706000000,1526709600000,1526713200000,1526716800000,1526720400000,1526724000000,1526727600000,1526731200000,1526734800000,1526738400000,1526742000000,1526745600000,1526749200000,1526752800000,1526756400000,1526760000000,1526763600000,1526767200000,1526770800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[360,200,80,20,60,50,190,430,550,990,810,850,1220,1240,1040,910,1080,960,960,1200,1160,1030,580,240,160,140,0,30,170,370,360,450,610,890,830,780,880,910,810,1020,1060,1210,1050,1220,1270,880,510,210,80,40,20,10,170,500,430,760,890,620,700,910,1050,980,910,980,1220,1020,1100,1310,1200,540,420,220,40,110,0,0,50,240,450,690,680,680,690,830,1060,940,840,820,910,1140,1270,950,1280,660,430,100,120,50,30,20,90,210,400,630,690,600,620,780,770,750,970,860,960,1200,1030,1120,1020,730,410,150,110,50,40,0,60,250,340,700,640,680,660,980,1000,950,1060,930,1210,1100,890,1040,990,780,370,150,40,40,100,10,70,190,410,780,860,950,980,910,1250,960,1100,810,1030,1050,920,820,800,670,880,570]},{"name":"URL","color":"#2373DB","values":[70,30,60,30,0,0,100,160,390,680,830,480,570,370,680,810,770,800,720,840,580,610,360,170,50,0,150,60,20,150,150,200,410,400,510,590,590,570,600,770,1000,930,1140,890,670,490,340,110,80,40,100,0,30,80,350,270,420,450,530,690,850,700,560,560,880,680,890,980,790,620,270,120,0,20,40,0,90,100,160,440,370,510,680,660,700,630,720,820,1090,910,770,920,670,530,290,80,80,20,10,10,30,150,250,500,490,690,570,730,760,830,810,870,990,1260,860,980,890,590,220,120,80,30,10,20,100,190,290,330,450,660,680,700,650,710,670,850,1140,1070,800,770,750,350,230,130,60,0,20,20,10,60,230,260,610,750,730,610,690,590,500,660,750,700,760,770,470,300,270,160]},{"name":"Groups","color":"#9ED448","values":[280,130,30,20,10,70,200,400,640,530,830,720,610,910,730,650,930,930,1020,1130,1220,1010,1070,340,80,40,20,20,100,470,570,390,680,790,760,490,760,1020,500,560,880,820,1090,1180,1250,950,490,260,210,40,20,20,80,190,450,630,490,750,640,950,830,700,710,1030,1140,970,730,1030,1280,1110,620,180,280,80,10,20,150,430,510,470,710,590,520,720,990,790,690,590,1130,870,990,1100,1350,1220,770,720,140,30,20,20,90,590,580,590,620,490,610,790,1050,620,800,690,760,1000,810,1120,1230,1420,910,200,120,20,40,0,90,340,510,570,490,670,810,700,880,640,780,850,880,630,780,1130,1160,1060,630,230,150,90,0,0,50,330,350,540,700,780,810,770,640,930,680,490,770,520,550,790,960,830,660,630]},{"name":"Channel","color":"#4fae4e","values":[30,10,0,0,10,10,10,50,20,50,30,90,100,70,30,50,70,30,40,50,80,50,120,50,0,10,20,0,20,60,40,0,20,80,70,110,70,0,70,30,50,130,30,60,60,70,20,20,10,0,0,10,20,20,10,40,70,70,40,30,50,40,70,90,50,120,90,20,50,30,20,30,20,0,0,0,0,20,30,20,30,20,20,10,100,50,30,60,50,110,120,90,120,140,30,0,20,0,0,0,0,0,10,20,290,150,80,20,60,0,60,70,30,100,90,80,140,170,10,10,0,10,0,10,0,30,20,40,30,40,30,10,40,90,70,50,40,110,240,70,40,80,30,0,20,0,0,0,20,50,10,40,30,50,70,40,70,40,70,70,50,70,60,110,10,80,40,0]},{"name":"Search","color":"#F5BD25","values":[50,30,10,0,10,20,20,250,120,270,140,160,100,80,120,120,270,160,50,120,400,80,10,60,0,0,10,0,30,30,170,70,70,80,160,180,250,190,90,160,210,80,170,180,150,40,10,0,30,0,0,10,20,70,60,90,140,90,150,160,120,80,100,110,200,100,140,170,110,110,40,20,20,10,0,0,0,80,110,160,220,100,150,200,70,180,120,50,120,200,160,190,50,80,20,20,20,0,20,0,20,280,70,50,120,110,80,130,140,70,40,150,200,160,290,120,50,80,60,20,10,0,0,0,160,120,60,20,20,300,120,120,170,70,230,200,60,120,290,220,80,60,30,40,10,0,10,20,50,20,120,70,90,200,80,240,90,200,160,120,150,30,100,280,110,70,60,30]},{"name":"Other","color":"#F79E39","values":[50,20,0,10,0,0,60,140,170,170,200,120,160,100,280,110,150,230,90,130,160,180,70,0,30,20,30,10,30,110,100,170,70,150,180,100,120,110,140,160,130,140,200,170,250,140,70,30,0,10,0,0,20,100,160,180,110,240,170,170,150,200,190,170,200,120,210,200,170,170,120,50,30,10,0,20,50,150,160,60,220,100,90,110,170,100,100,220,170,240,210,290,320,100,150,10,40,30,0,10,0,70,150,130,230,130,120,100,190,180,220,240,310,140,170,160,250,220,110,60,0,10,0,0,10,70,150,180,190,130,120,130,150,120,160,230,190,80,270,170,190,130,90,20,0,0,10,20,40,10,60,310,130,210,170,90,320,300,190,140,170,230,100,170,110,120,160,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,20,0,10,0,20,10,10,0,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,10,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,30,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,0,0,10,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,10,10,0,0,0,0,0,20,20,0,20,0,0,10,10,0,0,0,0,0,0,0,0,10,0,10,0,0,10,20,0,0,10,20,10,20,10,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/17.json b/dist/chartDummyData/views_zoom/2018-05/17.json new file mode 100644 index 000000000..540cc09df --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/17.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1526256000000,1526259600000,1526263200000,1526266800000,1526270400000,1526274000000,1526277600000,1526281200000,1526284800000,1526288400000,1526292000000,1526295600000,1526299200000,1526302800000,1526306400000,1526310000000,1526313600000,1526317200000,1526320800000,1526324400000,1526328000000,1526331600000,1526335200000,1526338800000,1526342400000,1526346000000,1526349600000,1526353200000,1526356800000,1526360400000,1526364000000,1526367600000,1526371200000,1526374800000,1526378400000,1526382000000,1526385600000,1526389200000,1526392800000,1526396400000,1526400000000,1526403600000,1526407200000,1526410800000,1526414400000,1526418000000,1526421600000,1526425200000,1526428800000,1526432400000,1526436000000,1526439600000,1526443200000,1526446800000,1526450400000,1526454000000,1526457600000,1526461200000,1526464800000,1526468400000,1526472000000,1526475600000,1526479200000,1526482800000,1526486400000,1526490000000,1526493600000,1526497200000,1526500800000,1526504400000,1526508000000,1526511600000,1526515200000,1526518800000,1526522400000,1526526000000,1526529600000,1526533200000,1526536800000,1526540400000,1526544000000,1526547600000,1526551200000,1526554800000,1526558400000,1526562000000,1526565600000,1526569200000,1526572800000,1526576400000,1526580000000,1526583600000,1526587200000,1526590800000,1526594400000,1526598000000,1526601600000,1526605200000,1526608800000,1526612400000,1526616000000,1526619600000,1526623200000,1526626800000,1526630400000,1526634000000,1526637600000,1526641200000,1526644800000,1526648400000,1526652000000,1526655600000,1526659200000,1526662800000,1526666400000,1526670000000,1526673600000,1526677200000,1526680800000,1526684400000,1526688000000,1526691600000,1526695200000,1526698800000,1526702400000,1526706000000,1526709600000,1526713200000,1526716800000,1526720400000,1526724000000,1526727600000,1526731200000,1526734800000,1526738400000,1526742000000,1526745600000,1526749200000,1526752800000,1526756400000,1526760000000,1526763600000,1526767200000,1526770800000,1526774400000,1526778000000,1526781600000,1526785200000,1526788800000,1526792400000,1526796000000,1526799600000,1526803200000,1526806800000,1526810400000,1526814000000,1526817600000,1526821200000,1526824800000,1526828400000,1526832000000,1526835600000,1526839200000,1526842800000,1526846400000,1526850000000,1526853600000,1526857200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[160,140,0,30,170,370,360,450,610,890,830,780,880,910,810,1020,1060,1210,1050,1220,1270,880,510,210,80,40,20,10,170,500,430,760,890,620,700,910,1050,980,910,980,1220,1020,1100,1310,1200,540,420,220,40,110,0,0,50,240,450,690,680,680,690,830,1060,940,840,820,910,1140,1270,950,1280,660,430,100,120,50,30,20,90,210,400,630,690,600,620,780,770,750,970,860,960,1200,1030,1120,1020,730,410,150,110,50,40,0,60,250,340,700,640,680,660,980,1000,950,1060,930,1210,1100,890,1040,990,780,370,150,40,40,100,10,70,190,410,780,860,950,980,910,1250,960,1100,810,1030,1050,920,820,800,670,880,570,280,100,30,10,80,60,190,420,680,880,820,1260,960,810,970,1050,780,1030,1240,1060,940,880,580,320]},{"name":"URL","color":"#2373DB","values":[50,0,150,60,20,150,150,200,410,400,510,590,590,570,600,770,1000,930,1140,890,670,490,340,110,80,40,100,0,30,80,350,270,420,450,530,690,850,700,560,560,880,680,890,980,790,620,270,120,0,20,40,0,90,100,160,440,370,510,680,660,700,630,720,820,1090,910,770,920,670,530,290,80,80,20,10,10,30,150,250,500,490,690,570,730,760,830,810,870,990,1260,860,980,890,590,220,120,80,30,10,20,100,190,290,330,450,660,680,700,650,710,670,850,1140,1070,800,770,750,350,230,130,60,0,20,20,10,60,230,260,610,750,730,610,690,590,500,660,750,700,760,770,470,300,270,160,180,40,50,80,40,0,120,200,420,530,540,420,280,360,390,720,640,840,810,750,660,530,290,230]},{"name":"Groups","color":"#9ED448","values":[80,40,20,20,100,470,570,390,680,790,760,490,760,1020,500,560,880,820,1090,1180,1250,950,490,260,210,40,20,20,80,190,450,630,490,750,640,950,830,700,710,1030,1140,970,730,1030,1280,1110,620,180,280,80,10,20,150,430,510,470,710,590,520,720,990,790,690,590,1130,870,990,1100,1350,1220,770,720,140,30,20,20,90,590,580,590,620,490,610,790,1050,620,800,690,760,1000,810,1120,1230,1420,910,200,120,20,40,0,90,340,510,570,490,670,810,700,880,640,780,850,880,630,780,1130,1160,1060,630,230,150,90,0,0,50,330,350,540,700,780,810,770,640,930,680,490,770,520,550,790,960,830,660,630,270,70,10,60,20,70,280,380,440,710,790,670,880,1060,1020,710,700,760,980,1180,1150,1390,720,430]},{"name":"Channel","color":"#4fae4e","values":[0,10,20,0,20,60,40,0,20,80,70,110,70,0,70,30,50,130,30,60,60,70,20,20,10,0,0,10,20,20,10,40,70,70,40,30,50,40,70,90,50,120,90,20,50,30,20,30,20,0,0,0,0,20,30,20,30,20,20,10,100,50,30,60,50,110,120,90,120,140,30,0,20,0,0,0,0,0,10,20,290,150,80,20,60,0,60,70,30,100,90,80,140,170,10,10,0,10,0,10,0,30,20,40,30,40,30,10,40,90,70,50,40,110,240,70,40,80,30,0,20,0,0,0,20,50,10,40,30,50,70,40,70,40,70,70,50,70,60,110,10,80,40,0,20,30,0,0,0,10,0,50,50,30,30,70,160,80,30,60,30,20,70,40,40,240,40,0]},{"name":"Search","color":"#F5BD25","values":[0,0,10,0,30,30,170,70,70,80,160,180,250,190,90,160,210,80,170,180,150,40,10,0,30,0,0,10,20,70,60,90,140,90,150,160,120,80,100,110,200,100,140,170,110,110,40,20,20,10,0,0,0,80,110,160,220,100,150,200,70,180,120,50,120,200,160,190,50,80,20,20,20,0,20,0,20,280,70,50,120,110,80,130,140,70,40,150,200,160,290,120,50,80,60,20,10,0,0,0,160,120,60,20,20,300,120,120,170,70,230,200,60,120,290,220,80,60,30,40,10,0,10,20,50,20,120,70,90,200,80,240,90,200,160,120,150,30,100,280,110,70,60,30,10,10,0,0,0,10,40,120,140,110,100,40,140,160,150,280,170,270,100,160,240,100,40,20]},{"name":"Other","color":"#F79E39","values":[30,20,30,10,30,110,100,170,70,150,180,100,120,110,140,160,130,140,200,170,250,140,70,30,0,10,0,0,20,100,160,180,110,240,170,170,150,200,190,170,200,120,210,200,170,170,120,50,30,10,0,20,50,150,160,60,220,100,90,110,170,100,100,220,170,240,210,290,320,100,150,10,40,30,0,10,0,70,150,130,230,130,120,100,190,180,220,240,310,140,170,160,250,220,110,60,0,10,0,0,10,70,150,180,190,130,120,130,150,120,160,230,190,80,270,170,190,130,90,20,0,0,10,20,40,10,60,310,130,210,170,90,320,300,190,140,170,230,100,170,110,120,160,80,50,40,10,10,0,50,80,130,90,160,230,120,150,80,100,120,80,160,300,160,150,120,90,30]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,10,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,30,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,0,0,10,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,10,10,0,0,0,0,0,20,20,0,20,0,0,10,10,0,0,0,0,0,0,0,0,10,0,10,0,0,10,20,0,0,10,20,10,20,10,0,10,0,0,0,0,0,0,0,0,20,0,20,0,10,10,20,0,10,20,10,0,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/18.json b/dist/chartDummyData/views_zoom/2018-05/18.json new file mode 100644 index 000000000..1261e3caf --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/18.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1526342400000,1526346000000,1526349600000,1526353200000,1526356800000,1526360400000,1526364000000,1526367600000,1526371200000,1526374800000,1526378400000,1526382000000,1526385600000,1526389200000,1526392800000,1526396400000,1526400000000,1526403600000,1526407200000,1526410800000,1526414400000,1526418000000,1526421600000,1526425200000,1526428800000,1526432400000,1526436000000,1526439600000,1526443200000,1526446800000,1526450400000,1526454000000,1526457600000,1526461200000,1526464800000,1526468400000,1526472000000,1526475600000,1526479200000,1526482800000,1526486400000,1526490000000,1526493600000,1526497200000,1526500800000,1526504400000,1526508000000,1526511600000,1526515200000,1526518800000,1526522400000,1526526000000,1526529600000,1526533200000,1526536800000,1526540400000,1526544000000,1526547600000,1526551200000,1526554800000,1526558400000,1526562000000,1526565600000,1526569200000,1526572800000,1526576400000,1526580000000,1526583600000,1526587200000,1526590800000,1526594400000,1526598000000,1526601600000,1526605200000,1526608800000,1526612400000,1526616000000,1526619600000,1526623200000,1526626800000,1526630400000,1526634000000,1526637600000,1526641200000,1526644800000,1526648400000,1526652000000,1526655600000,1526659200000,1526662800000,1526666400000,1526670000000,1526673600000,1526677200000,1526680800000,1526684400000,1526688000000,1526691600000,1526695200000,1526698800000,1526702400000,1526706000000,1526709600000,1526713200000,1526716800000,1526720400000,1526724000000,1526727600000,1526731200000,1526734800000,1526738400000,1526742000000,1526745600000,1526749200000,1526752800000,1526756400000,1526760000000,1526763600000,1526767200000,1526770800000,1526774400000,1526778000000,1526781600000,1526785200000,1526788800000,1526792400000,1526796000000,1526799600000,1526803200000,1526806800000,1526810400000,1526814000000,1526817600000,1526821200000,1526824800000,1526828400000,1526832000000,1526835600000,1526839200000,1526842800000,1526846400000,1526850000000,1526853600000,1526857200000,1526860800000,1526864400000,1526868000000,1526871600000,1526875200000,1526878800000,1526882400000,1526886000000,1526889600000,1526893200000,1526896800000,1526900400000,1526904000000,1526907600000,1526911200000,1526914800000,1526918400000,1526922000000,1526925600000,1526929200000,1526932800000,1526936400000,1526940000000,1526943600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[80,40,20,10,170,500,430,760,890,620,700,910,1050,980,910,980,1220,1020,1100,1310,1200,540,420,220,40,110,0,0,50,240,450,690,680,680,690,830,1060,940,840,820,910,1140,1270,950,1280,660,430,100,120,50,30,20,90,210,400,630,690,600,620,780,770,750,970,860,960,1200,1030,1120,1020,730,410,150,110,50,40,0,60,250,340,700,640,680,660,980,1000,950,1060,930,1210,1100,890,1040,990,780,370,150,40,40,100,10,70,190,410,780,860,950,980,910,1250,960,1100,810,1030,1050,920,820,800,670,880,570,280,100,30,10,80,60,190,420,680,880,820,1260,960,810,970,1050,780,1030,1240,1060,940,880,580,320,130,60,50,10,220,320,390,440,520,730,810,960,900,900,990,1240,860,1060,1100,1270,1210,780,390,170]},{"name":"URL","color":"#2373DB","values":[80,40,100,0,30,80,350,270,420,450,530,690,850,700,560,560,880,680,890,980,790,620,270,120,0,20,40,0,90,100,160,440,370,510,680,660,700,630,720,820,1090,910,770,920,670,530,290,80,80,20,10,10,30,150,250,500,490,690,570,730,760,830,810,870,990,1260,860,980,890,590,220,120,80,30,10,20,100,190,290,330,450,660,680,700,650,710,670,850,1140,1070,800,770,750,350,230,130,60,0,20,20,10,60,230,260,610,750,730,610,690,590,500,660,750,700,760,770,470,300,270,160,180,40,50,80,40,0,120,200,420,530,540,420,280,360,390,720,640,840,810,750,660,530,290,230,40,20,10,10,50,150,270,320,370,520,650,670,550,630,670,780,1100,1000,1050,920,660,510,340,120]},{"name":"Groups","color":"#9ED448","values":[210,40,20,20,80,190,450,630,490,750,640,950,830,700,710,1030,1140,970,730,1030,1280,1110,620,180,280,80,10,20,150,430,510,470,710,590,520,720,990,790,690,590,1130,870,990,1100,1350,1220,770,720,140,30,20,20,90,590,580,590,620,490,610,790,1050,620,800,690,760,1000,810,1120,1230,1420,910,200,120,20,40,0,90,340,510,570,490,670,810,700,880,640,780,850,880,630,780,1130,1160,1060,630,230,150,90,0,0,50,330,350,540,700,780,810,770,640,930,680,490,770,520,550,790,960,830,660,630,270,70,10,60,20,70,280,380,440,710,790,670,880,1060,1020,710,700,760,980,1180,1150,1390,720,430,320,90,10,30,70,370,1030,480,520,550,870,940,790,690,620,500,1080,940,860,780,1290,1260,620,240]},{"name":"Channel","color":"#4fae4e","values":[10,0,0,10,20,20,10,40,70,70,40,30,50,40,70,90,50,120,90,20,50,30,20,30,20,0,0,0,0,20,30,20,30,20,20,10,100,50,30,60,50,110,120,90,120,140,30,0,20,0,0,0,0,0,10,20,290,150,80,20,60,0,60,70,30,100,90,80,140,170,10,10,0,10,0,10,0,30,20,40,30,40,30,10,40,90,70,50,40,110,240,70,40,80,30,0,20,0,0,0,20,50,10,40,30,50,70,40,70,40,70,70,50,70,60,110,10,80,40,0,20,30,0,0,0,10,0,50,50,30,30,70,160,80,30,60,30,20,70,40,40,240,40,0,0,10,20,0,10,10,0,10,60,60,20,20,40,60,70,120,50,90,60,50,200,30,40,40]},{"name":"Search","color":"#F5BD25","values":[30,0,0,10,20,70,60,90,140,90,150,160,120,80,100,110,200,100,140,170,110,110,40,20,20,10,0,0,0,80,110,160,220,100,150,200,70,180,120,50,120,200,160,190,50,80,20,20,20,0,20,0,20,280,70,50,120,110,80,130,140,70,40,150,200,160,290,120,50,80,60,20,10,0,0,0,160,120,60,20,20,300,120,120,170,70,230,200,60,120,290,220,80,60,30,40,10,0,10,20,50,20,120,70,90,200,80,240,90,200,160,120,150,30,100,280,110,70,60,30,10,10,0,0,0,10,40,120,140,110,100,40,140,160,150,280,170,270,100,160,240,100,40,20,10,90,0,0,40,180,40,30,80,100,10,90,140,120,80,70,110,140,150,460,130,100,10,30]},{"name":"Other","color":"#F79E39","values":[0,10,0,0,20,100,160,180,110,240,170,170,150,200,190,170,200,120,210,200,170,170,120,50,30,10,0,20,50,150,160,60,220,100,90,110,170,100,100,220,170,240,210,290,320,100,150,10,40,30,0,10,0,70,150,130,230,130,120,100,190,180,220,240,310,140,170,160,250,220,110,60,0,10,0,0,10,70,150,180,190,130,120,130,150,120,160,230,190,80,270,170,190,130,90,20,0,0,10,20,40,10,60,310,130,210,170,90,320,300,190,140,170,230,100,170,110,120,160,80,50,40,10,10,0,50,80,130,90,160,230,120,150,80,100,120,80,160,300,160,150,120,90,30,10,0,0,0,0,140,110,90,110,100,130,160,230,190,200,190,190,200,210,170,220,150,120,20]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,30,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,0,0,10,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,10,10,0,0,0,0,0,20,20,0,20,0,0,10,10,0,0,0,0,0,0,0,0,10,0,10,0,0,10,20,0,0,10,20,10,20,10,0,10,0,0,0,0,0,0,0,0,20,0,20,0,10,10,20,0,10,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,10,0,10,10,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/19.json b/dist/chartDummyData/views_zoom/2018-05/19.json new file mode 100644 index 000000000..1cd725ceb --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/19.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1526428800000,1526432400000,1526436000000,1526439600000,1526443200000,1526446800000,1526450400000,1526454000000,1526457600000,1526461200000,1526464800000,1526468400000,1526472000000,1526475600000,1526479200000,1526482800000,1526486400000,1526490000000,1526493600000,1526497200000,1526500800000,1526504400000,1526508000000,1526511600000,1526515200000,1526518800000,1526522400000,1526526000000,1526529600000,1526533200000,1526536800000,1526540400000,1526544000000,1526547600000,1526551200000,1526554800000,1526558400000,1526562000000,1526565600000,1526569200000,1526572800000,1526576400000,1526580000000,1526583600000,1526587200000,1526590800000,1526594400000,1526598000000,1526601600000,1526605200000,1526608800000,1526612400000,1526616000000,1526619600000,1526623200000,1526626800000,1526630400000,1526634000000,1526637600000,1526641200000,1526644800000,1526648400000,1526652000000,1526655600000,1526659200000,1526662800000,1526666400000,1526670000000,1526673600000,1526677200000,1526680800000,1526684400000,1526688000000,1526691600000,1526695200000,1526698800000,1526702400000,1526706000000,1526709600000,1526713200000,1526716800000,1526720400000,1526724000000,1526727600000,1526731200000,1526734800000,1526738400000,1526742000000,1526745600000,1526749200000,1526752800000,1526756400000,1526760000000,1526763600000,1526767200000,1526770800000,1526774400000,1526778000000,1526781600000,1526785200000,1526788800000,1526792400000,1526796000000,1526799600000,1526803200000,1526806800000,1526810400000,1526814000000,1526817600000,1526821200000,1526824800000,1526828400000,1526832000000,1526835600000,1526839200000,1526842800000,1526846400000,1526850000000,1526853600000,1526857200000,1526860800000,1526864400000,1526868000000,1526871600000,1526875200000,1526878800000,1526882400000,1526886000000,1526889600000,1526893200000,1526896800000,1526900400000,1526904000000,1526907600000,1526911200000,1526914800000,1526918400000,1526922000000,1526925600000,1526929200000,1526932800000,1526936400000,1526940000000,1526943600000,1526947200000,1526950800000,1526954400000,1526958000000,1526961600000,1526965200000,1526968800000,1526972400000,1526976000000,1526979600000,1526983200000,1526986800000,1526990400000,1526994000000,1526997600000,1527001200000,1527004800000,1527008400000,1527012000000,1527015600000,1527019200000,1527022800000,1527026400000,1527030000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[40,110,0,0,50,240,450,690,680,680,690,830,1060,940,840,820,910,1140,1270,950,1280,660,430,100,120,50,30,20,90,210,400,630,690,600,620,780,770,750,970,860,960,1200,1030,1120,1020,730,410,150,110,50,40,0,60,250,340,700,640,680,660,980,1000,950,1060,930,1210,1100,890,1040,990,780,370,150,40,40,100,10,70,190,410,780,860,950,980,910,1250,960,1100,810,1030,1050,920,820,800,670,880,570,280,100,30,10,80,60,190,420,680,880,820,1260,960,810,970,1050,780,1030,1240,1060,940,880,580,320,130,60,50,10,220,320,390,440,520,730,810,960,900,900,990,1240,860,1060,1100,1270,1210,780,390,170,40,70,20,50,80,430,460,840,670,710,790,1130,890,940,1200,1180,1160,1240,1310,1030,1080,790,440,200]},{"name":"URL","color":"#2373DB","values":[0,20,40,0,90,100,160,440,370,510,680,660,700,630,720,820,1090,910,770,920,670,530,290,80,80,20,10,10,30,150,250,500,490,690,570,730,760,830,810,870,990,1260,860,980,890,590,220,120,80,30,10,20,100,190,290,330,450,660,680,700,650,710,670,850,1140,1070,800,770,750,350,230,130,60,0,20,20,10,60,230,260,610,750,730,610,690,590,500,660,750,700,760,770,470,300,270,160,180,40,50,80,40,0,120,200,420,530,540,420,280,360,390,720,640,840,810,750,660,530,290,230,40,20,10,10,50,150,270,320,370,520,650,670,550,630,670,780,1100,1000,1050,920,660,510,340,120,60,50,30,80,10,170,180,400,410,470,620,850,890,680,620,1110,1070,1220,1020,860,790,710,400,130]},{"name":"Groups","color":"#9ED448","values":[280,80,10,20,150,430,510,470,710,590,520,720,990,790,690,590,1130,870,990,1100,1350,1220,770,720,140,30,20,20,90,590,580,590,620,490,610,790,1050,620,800,690,760,1000,810,1120,1230,1420,910,200,120,20,40,0,90,340,510,570,490,670,810,700,880,640,780,850,880,630,780,1130,1160,1060,630,230,150,90,0,0,50,330,350,540,700,780,810,770,640,930,680,490,770,520,550,790,960,830,660,630,270,70,10,60,20,70,280,380,440,710,790,670,880,1060,1020,710,700,760,980,1180,1150,1390,720,430,320,90,10,30,70,370,1030,480,520,550,870,940,790,690,620,500,1080,940,860,780,1290,1260,620,240,120,30,40,20,100,390,490,560,630,530,740,820,770,730,450,620,850,820,940,1080,1220,1420,740,240]},{"name":"Channel","color":"#4fae4e","values":[20,0,0,0,0,20,30,20,30,20,20,10,100,50,30,60,50,110,120,90,120,140,30,0,20,0,0,0,0,0,10,20,290,150,80,20,60,0,60,70,30,100,90,80,140,170,10,10,0,10,0,10,0,30,20,40,30,40,30,10,40,90,70,50,40,110,240,70,40,80,30,0,20,0,0,0,20,50,10,40,30,50,70,40,70,40,70,70,50,70,60,110,10,80,40,0,20,30,0,0,0,10,0,50,50,30,30,70,160,80,30,60,30,20,70,40,40,240,40,0,0,10,20,0,10,10,0,10,60,60,20,20,40,60,70,120,50,90,60,50,200,30,40,40,0,0,0,10,0,10,10,10,20,30,40,40,60,70,20,100,50,130,30,100,180,30,60,10]},{"name":"Search","color":"#F5BD25","values":[20,10,0,0,0,80,110,160,220,100,150,200,70,180,120,50,120,200,160,190,50,80,20,20,20,0,20,0,20,280,70,50,120,110,80,130,140,70,40,150,200,160,290,120,50,80,60,20,10,0,0,0,160,120,60,20,20,300,120,120,170,70,230,200,60,120,290,220,80,60,30,40,10,0,10,20,50,20,120,70,90,200,80,240,90,200,160,120,150,30,100,280,110,70,60,30,10,10,0,0,0,10,40,120,140,110,100,40,140,160,150,280,170,270,100,160,240,100,40,20,10,90,0,0,40,180,40,30,80,100,10,90,140,120,80,70,110,140,150,460,130,100,10,30,0,10,0,10,90,120,170,130,150,110,210,110,130,60,70,50,90,60,190,120,170,120,30,10]},{"name":"Other","color":"#F79E39","values":[30,10,0,20,50,150,160,60,220,100,90,110,170,100,100,220,170,240,210,290,320,100,150,10,40,30,0,10,0,70,150,130,230,130,120,100,190,180,220,240,310,140,170,160,250,220,110,60,0,10,0,0,10,70,150,180,190,130,120,130,150,120,160,230,190,80,270,170,190,130,90,20,0,0,10,20,40,10,60,310,130,210,170,90,320,300,190,140,170,230,100,170,110,120,160,80,50,40,10,10,0,50,80,130,90,160,230,120,150,80,100,120,80,160,300,160,150,120,90,30,10,0,0,0,0,140,110,90,110,100,130,160,230,190,200,190,190,200,210,170,220,150,120,20,10,10,0,10,30,90,60,100,60,140,130,200,180,170,90,160,190,130,250,180,210,220,50,30]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,10,10,0,0,10,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,10,10,0,0,0,0,0,20,20,0,20,0,0,10,10,0,0,0,0,0,0,0,0,10,0,10,0,0,10,20,0,0,10,20,10,20,10,0,10,0,0,0,0,0,0,0,0,20,0,20,0,10,10,20,0,10,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,10,0,0,10,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/20.json b/dist/chartDummyData/views_zoom/2018-05/20.json new file mode 100644 index 000000000..86f7e9cbd --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/20.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1526515200000,1526518800000,1526522400000,1526526000000,1526529600000,1526533200000,1526536800000,1526540400000,1526544000000,1526547600000,1526551200000,1526554800000,1526558400000,1526562000000,1526565600000,1526569200000,1526572800000,1526576400000,1526580000000,1526583600000,1526587200000,1526590800000,1526594400000,1526598000000,1526601600000,1526605200000,1526608800000,1526612400000,1526616000000,1526619600000,1526623200000,1526626800000,1526630400000,1526634000000,1526637600000,1526641200000,1526644800000,1526648400000,1526652000000,1526655600000,1526659200000,1526662800000,1526666400000,1526670000000,1526673600000,1526677200000,1526680800000,1526684400000,1526688000000,1526691600000,1526695200000,1526698800000,1526702400000,1526706000000,1526709600000,1526713200000,1526716800000,1526720400000,1526724000000,1526727600000,1526731200000,1526734800000,1526738400000,1526742000000,1526745600000,1526749200000,1526752800000,1526756400000,1526760000000,1526763600000,1526767200000,1526770800000,1526774400000,1526778000000,1526781600000,1526785200000,1526788800000,1526792400000,1526796000000,1526799600000,1526803200000,1526806800000,1526810400000,1526814000000,1526817600000,1526821200000,1526824800000,1526828400000,1526832000000,1526835600000,1526839200000,1526842800000,1526846400000,1526850000000,1526853600000,1526857200000,1526860800000,1526864400000,1526868000000,1526871600000,1526875200000,1526878800000,1526882400000,1526886000000,1526889600000,1526893200000,1526896800000,1526900400000,1526904000000,1526907600000,1526911200000,1526914800000,1526918400000,1526922000000,1526925600000,1526929200000,1526932800000,1526936400000,1526940000000,1526943600000,1526947200000,1526950800000,1526954400000,1526958000000,1526961600000,1526965200000,1526968800000,1526972400000,1526976000000,1526979600000,1526983200000,1526986800000,1526990400000,1526994000000,1526997600000,1527001200000,1527004800000,1527008400000,1527012000000,1527015600000,1527019200000,1527022800000,1527026400000,1527030000000,1527033600000,1527037200000,1527040800000,1527044400000,1527048000000,1527051600000,1527055200000,1527058800000,1527062400000,1527066000000,1527069600000,1527073200000,1527076800000,1527080400000,1527084000000,1527087600000,1527091200000,1527094800000,1527098400000,1527102000000,1527105600000,1527109200000,1527112800000,1527116400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[120,50,30,20,90,210,400,630,690,600,620,780,770,750,970,860,960,1200,1030,1120,1020,730,410,150,110,50,40,0,60,250,340,700,640,680,660,980,1000,950,1060,930,1210,1100,890,1040,990,780,370,150,40,40,100,10,70,190,410,780,860,950,980,910,1250,960,1100,810,1030,1050,920,820,800,670,880,570,280,100,30,10,80,60,190,420,680,880,820,1260,960,810,970,1050,780,1030,1240,1060,940,880,580,320,130,60,50,10,220,320,390,440,520,730,810,960,900,900,990,1240,860,1060,1100,1270,1210,780,390,170,40,70,20,50,80,430,460,840,670,710,790,1130,890,940,1200,1180,1160,1240,1310,1030,1080,790,440,200,160,60,10,20,70,290,370,520,550,710,690,1010,1100,760,1300,950,1060,1060,1010,1760,1100,1020,410,470]},{"name":"URL","color":"#2373DB","values":[80,20,10,10,30,150,250,500,490,690,570,730,760,830,810,870,990,1260,860,980,890,590,220,120,80,30,10,20,100,190,290,330,450,660,680,700,650,710,670,850,1140,1070,800,770,750,350,230,130,60,0,20,20,10,60,230,260,610,750,730,610,690,590,500,660,750,700,760,770,470,300,270,160,180,40,50,80,40,0,120,200,420,530,540,420,280,360,390,720,640,840,810,750,660,530,290,230,40,20,10,10,50,150,270,320,370,520,650,670,550,630,670,780,1100,1000,1050,920,660,510,340,120,60,50,30,80,10,170,180,400,410,470,620,850,890,680,620,1110,1070,1220,1020,860,790,710,400,130,60,20,0,0,40,40,360,310,350,680,600,630,570,650,600,770,830,1260,1120,920,720,460,270,120]},{"name":"Groups","color":"#9ED448","values":[140,30,20,20,90,590,580,590,620,490,610,790,1050,620,800,690,760,1000,810,1120,1230,1420,910,200,120,20,40,0,90,340,510,570,490,670,810,700,880,640,780,850,880,630,780,1130,1160,1060,630,230,150,90,0,0,50,330,350,540,700,780,810,770,640,930,680,490,770,520,550,790,960,830,660,630,270,70,10,60,20,70,280,380,440,710,790,670,880,1060,1020,710,700,760,980,1180,1150,1390,720,430,320,90,10,30,70,370,1030,480,520,550,870,940,790,690,620,500,1080,940,860,780,1290,1260,620,240,120,30,40,20,100,390,490,560,630,530,740,820,770,730,450,620,850,820,940,1080,1220,1420,740,240,280,30,10,10,90,430,640,500,510,570,690,820,990,560,610,670,680,930,920,1140,1370,1200,780,280]},{"name":"Channel","color":"#4fae4e","values":[20,0,0,0,0,0,10,20,290,150,80,20,60,0,60,70,30,100,90,80,140,170,10,10,0,10,0,10,0,30,20,40,30,40,30,10,40,90,70,50,40,110,240,70,40,80,30,0,20,0,0,0,20,50,10,40,30,50,70,40,70,40,70,70,50,70,60,110,10,80,40,0,20,30,0,0,0,10,0,50,50,30,30,70,160,80,30,60,30,20,70,40,40,240,40,0,0,10,20,0,10,10,0,10,60,60,20,20,40,60,70,120,50,90,60,50,200,30,40,40,0,0,0,10,0,10,10,10,20,30,40,40,60,70,20,100,50,130,30,100,180,30,60,10,10,0,0,0,0,10,30,30,30,10,40,80,40,70,70,50,70,60,80,90,50,70,10,40]},{"name":"Search","color":"#F5BD25","values":[20,0,20,0,20,280,70,50,120,110,80,130,140,70,40,150,200,160,290,120,50,80,60,20,10,0,0,0,160,120,60,20,20,300,120,120,170,70,230,200,60,120,290,220,80,60,30,40,10,0,10,20,50,20,120,70,90,200,80,240,90,200,160,120,150,30,100,280,110,70,60,30,10,10,0,0,0,10,40,120,140,110,100,40,140,160,150,280,170,270,100,160,240,100,40,20,10,90,0,0,40,180,40,30,80,100,10,90,140,120,80,70,110,140,150,460,130,100,10,30,0,10,0,10,90,120,170,130,150,110,210,110,130,60,70,50,90,60,190,120,170,120,30,10,0,0,10,10,20,230,80,170,130,50,70,110,290,110,90,150,200,140,170,330,90,20,60,20]},{"name":"Other","color":"#F79E39","values":[40,30,0,10,0,70,150,130,230,130,120,100,190,180,220,240,310,140,170,160,250,220,110,60,0,10,0,0,10,70,150,180,190,130,120,130,150,120,160,230,190,80,270,170,190,130,90,20,0,0,10,20,40,10,60,310,130,210,170,90,320,300,190,140,170,230,100,170,110,120,160,80,50,40,10,10,0,50,80,130,90,160,230,120,150,80,100,120,80,160,300,160,150,120,90,30,10,0,0,0,0,140,110,90,110,100,130,160,230,190,200,190,190,200,210,170,220,150,120,20,10,10,0,10,30,90,60,100,60,140,130,200,180,170,90,160,190,130,250,180,210,220,50,30,30,0,0,10,0,70,100,120,220,130,180,160,210,170,100,90,120,150,160,190,210,160,120,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,10,10,0,0,0,0,0,20,20,0,20,0,0,10,10,0,0,0,0,0,0,0,0,10,0,10,0,0,10,20,0,0,10,20,10,20,10,0,10,0,0,0,0,0,0,0,0,20,0,20,0,10,10,20,0,10,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,10,10,0,10,0,10,0,30,10,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/21.json b/dist/chartDummyData/views_zoom/2018-05/21.json new file mode 100644 index 000000000..a992ab77e --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/21.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1526601600000,1526605200000,1526608800000,1526612400000,1526616000000,1526619600000,1526623200000,1526626800000,1526630400000,1526634000000,1526637600000,1526641200000,1526644800000,1526648400000,1526652000000,1526655600000,1526659200000,1526662800000,1526666400000,1526670000000,1526673600000,1526677200000,1526680800000,1526684400000,1526688000000,1526691600000,1526695200000,1526698800000,1526702400000,1526706000000,1526709600000,1526713200000,1526716800000,1526720400000,1526724000000,1526727600000,1526731200000,1526734800000,1526738400000,1526742000000,1526745600000,1526749200000,1526752800000,1526756400000,1526760000000,1526763600000,1526767200000,1526770800000,1526774400000,1526778000000,1526781600000,1526785200000,1526788800000,1526792400000,1526796000000,1526799600000,1526803200000,1526806800000,1526810400000,1526814000000,1526817600000,1526821200000,1526824800000,1526828400000,1526832000000,1526835600000,1526839200000,1526842800000,1526846400000,1526850000000,1526853600000,1526857200000,1526860800000,1526864400000,1526868000000,1526871600000,1526875200000,1526878800000,1526882400000,1526886000000,1526889600000,1526893200000,1526896800000,1526900400000,1526904000000,1526907600000,1526911200000,1526914800000,1526918400000,1526922000000,1526925600000,1526929200000,1526932800000,1526936400000,1526940000000,1526943600000,1526947200000,1526950800000,1526954400000,1526958000000,1526961600000,1526965200000,1526968800000,1526972400000,1526976000000,1526979600000,1526983200000,1526986800000,1526990400000,1526994000000,1526997600000,1527001200000,1527004800000,1527008400000,1527012000000,1527015600000,1527019200000,1527022800000,1527026400000,1527030000000,1527033600000,1527037200000,1527040800000,1527044400000,1527048000000,1527051600000,1527055200000,1527058800000,1527062400000,1527066000000,1527069600000,1527073200000,1527076800000,1527080400000,1527084000000,1527087600000,1527091200000,1527094800000,1527098400000,1527102000000,1527105600000,1527109200000,1527112800000,1527116400000,1527120000000,1527123600000,1527127200000,1527130800000,1527134400000,1527138000000,1527141600000,1527145200000,1527148800000,1527152400000,1527156000000,1527159600000,1527163200000,1527166800000,1527170400000,1527174000000,1527177600000,1527181200000,1527184800000,1527188400000,1527192000000,1527195600000,1527199200000,1527202800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[110,50,40,0,60,250,340,700,640,680,660,980,1000,950,1060,930,1210,1100,890,1040,990,780,370,150,40,40,100,10,70,190,410,780,860,950,980,910,1250,960,1100,810,1030,1050,920,820,800,670,880,570,280,100,30,10,80,60,190,420,680,880,820,1260,960,810,970,1050,780,1030,1240,1060,940,880,580,320,130,60,50,10,220,320,390,440,520,730,810,960,900,900,990,1240,860,1060,1100,1270,1210,780,390,170,40,70,20,50,80,430,460,840,670,710,790,1130,890,940,1200,1180,1160,1240,1310,1030,1080,790,440,200,160,60,10,20,70,290,370,520,550,710,690,1010,1100,760,1300,950,1060,1060,1010,1760,1100,1020,410,470,160,30,10,70,50,280,370,540,620,920,810,750,1220,940,850,770,990,820,1120,980,1070,1000,600,160]},{"name":"URL","color":"#2373DB","values":[80,30,10,20,100,190,290,330,450,660,680,700,650,710,670,850,1140,1070,800,770,750,350,230,130,60,0,20,20,10,60,230,260,610,750,730,610,690,590,500,660,750,700,760,770,470,300,270,160,180,40,50,80,40,0,120,200,420,530,540,420,280,360,390,720,640,840,810,750,660,530,290,230,40,20,10,10,50,150,270,320,370,520,650,670,550,630,670,780,1100,1000,1050,920,660,510,340,120,60,50,30,80,10,170,180,400,410,470,620,850,890,680,620,1110,1070,1220,1020,860,790,710,400,130,60,20,0,0,40,40,360,310,350,680,600,630,570,650,600,770,830,1260,1120,920,720,460,270,120,40,10,30,10,50,140,250,380,440,560,870,870,820,690,760,1000,1230,1120,910,840,1130,700,330,110]},{"name":"Groups","color":"#9ED448","values":[120,20,40,0,90,340,510,570,490,670,810,700,880,640,780,850,880,630,780,1130,1160,1060,630,230,150,90,0,0,50,330,350,540,700,780,810,770,640,930,680,490,770,520,550,790,960,830,660,630,270,70,10,60,20,70,280,380,440,710,790,670,880,1060,1020,710,700,760,980,1180,1150,1390,720,430,320,90,10,30,70,370,1030,480,520,550,870,940,790,690,620,500,1080,940,860,780,1290,1260,620,240,120,30,40,20,100,390,490,560,630,530,740,820,770,730,450,620,850,820,940,1080,1220,1420,740,240,280,30,10,10,90,430,640,500,510,570,690,820,990,560,610,670,680,930,920,1140,1370,1200,780,280,160,40,20,10,110,350,610,580,600,950,680,790,740,990,780,540,890,800,990,1050,1240,1240,640,320]},{"name":"Channel","color":"#4fae4e","values":[0,10,0,10,0,30,20,40,30,40,30,10,40,90,70,50,40,110,240,70,40,80,30,0,20,0,0,0,20,50,10,40,30,50,70,40,70,40,70,70,50,70,60,110,10,80,40,0,20,30,0,0,0,10,0,50,50,30,30,70,160,80,30,60,30,20,70,40,40,240,40,0,0,10,20,0,10,10,0,10,60,60,20,20,40,60,70,120,50,90,60,50,200,30,40,40,0,0,0,10,0,10,10,10,20,30,40,40,60,70,20,100,50,130,30,100,180,30,60,10,10,0,0,0,0,10,30,30,30,10,40,80,40,70,70,50,70,60,80,90,50,70,10,40,0,0,0,0,0,40,10,40,10,10,20,80,70,70,110,50,40,130,150,80,70,90,30,60]},{"name":"Search","color":"#F5BD25","values":[10,0,0,0,160,120,60,20,20,300,120,120,170,70,230,200,60,120,290,220,80,60,30,40,10,0,10,20,50,20,120,70,90,200,80,240,90,200,160,120,150,30,100,280,110,70,60,30,10,10,0,0,0,10,40,120,140,110,100,40,140,160,150,280,170,270,100,160,240,100,40,20,10,90,0,0,40,180,40,30,80,100,10,90,140,120,80,70,110,140,150,460,130,100,10,30,0,10,0,10,90,120,170,130,150,110,210,110,130,60,70,50,90,60,190,120,170,120,30,10,0,0,10,10,20,230,80,170,130,50,70,110,290,110,90,150,200,140,170,330,90,20,60,20,0,10,0,0,230,100,70,90,90,70,110,30,30,140,280,300,220,170,160,150,280,150,0,10]},{"name":"Other","color":"#F79E39","values":[0,10,0,0,10,70,150,180,190,130,120,130,150,120,160,230,190,80,270,170,190,130,90,20,0,0,10,20,40,10,60,310,130,210,170,90,320,300,190,140,170,230,100,170,110,120,160,80,50,40,10,10,0,50,80,130,90,160,230,120,150,80,100,120,80,160,300,160,150,120,90,30,10,0,0,0,0,140,110,90,110,100,130,160,230,190,200,190,190,200,210,170,220,150,120,20,10,10,0,10,30,90,60,100,60,140,130,200,180,170,90,160,190,130,250,180,210,220,50,30,30,0,0,10,0,70,100,120,220,130,180,160,210,170,100,90,120,150,160,190,210,160,120,80,20,10,0,0,0,60,90,110,140,90,170,240,190,210,170,110,320,280,140,230,170,150,80,30]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,0,10,10,0,0,0,0,0,20,20,0,20,0,0,10,10,0,0,0,0,0,0,0,0,10,0,10,0,0,10,20,0,0,10,20,10,20,10,0,10,0,0,0,0,0,0,0,0,20,0,20,0,10,10,20,0,10,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,10,10,0,10,0,10,0,30,10,0,10,0,0,0,0,0,0,0,0,0,0,10,10,10,0,20,0,10,0,10,10,30,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/22.json b/dist/chartDummyData/views_zoom/2018-05/22.json new file mode 100644 index 000000000..8c818f0c9 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/22.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1526688000000,1526691600000,1526695200000,1526698800000,1526702400000,1526706000000,1526709600000,1526713200000,1526716800000,1526720400000,1526724000000,1526727600000,1526731200000,1526734800000,1526738400000,1526742000000,1526745600000,1526749200000,1526752800000,1526756400000,1526760000000,1526763600000,1526767200000,1526770800000,1526774400000,1526778000000,1526781600000,1526785200000,1526788800000,1526792400000,1526796000000,1526799600000,1526803200000,1526806800000,1526810400000,1526814000000,1526817600000,1526821200000,1526824800000,1526828400000,1526832000000,1526835600000,1526839200000,1526842800000,1526846400000,1526850000000,1526853600000,1526857200000,1526860800000,1526864400000,1526868000000,1526871600000,1526875200000,1526878800000,1526882400000,1526886000000,1526889600000,1526893200000,1526896800000,1526900400000,1526904000000,1526907600000,1526911200000,1526914800000,1526918400000,1526922000000,1526925600000,1526929200000,1526932800000,1526936400000,1526940000000,1526943600000,1526947200000,1526950800000,1526954400000,1526958000000,1526961600000,1526965200000,1526968800000,1526972400000,1526976000000,1526979600000,1526983200000,1526986800000,1526990400000,1526994000000,1526997600000,1527001200000,1527004800000,1527008400000,1527012000000,1527015600000,1527019200000,1527022800000,1527026400000,1527030000000,1527033600000,1527037200000,1527040800000,1527044400000,1527048000000,1527051600000,1527055200000,1527058800000,1527062400000,1527066000000,1527069600000,1527073200000,1527076800000,1527080400000,1527084000000,1527087600000,1527091200000,1527094800000,1527098400000,1527102000000,1527105600000,1527109200000,1527112800000,1527116400000,1527120000000,1527123600000,1527127200000,1527130800000,1527134400000,1527138000000,1527141600000,1527145200000,1527148800000,1527152400000,1527156000000,1527159600000,1527163200000,1527166800000,1527170400000,1527174000000,1527177600000,1527181200000,1527184800000,1527188400000,1527192000000,1527195600000,1527199200000,1527202800000,1527206400000,1527210000000,1527213600000,1527217200000,1527220800000,1527224400000,1527228000000,1527231600000,1527235200000,1527238800000,1527242400000,1527246000000,1527249600000,1527253200000,1527256800000,1527260400000,1527264000000,1527267600000,1527271200000,1527274800000,1527278400000,1527282000000,1527285600000,1527289200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[40,40,100,10,70,190,410,780,860,950,980,910,1250,960,1100,810,1030,1050,920,820,800,670,880,570,280,100,30,10,80,60,190,420,680,880,820,1260,960,810,970,1050,780,1030,1240,1060,940,880,580,320,130,60,50,10,220,320,390,440,520,730,810,960,900,900,990,1240,860,1060,1100,1270,1210,780,390,170,40,70,20,50,80,430,460,840,670,710,790,1130,890,940,1200,1180,1160,1240,1310,1030,1080,790,440,200,160,60,10,20,70,290,370,520,550,710,690,1010,1100,760,1300,950,1060,1060,1010,1760,1100,1020,410,470,160,30,10,70,50,280,370,540,620,920,810,750,1220,940,850,770,990,820,1120,980,1070,1000,600,160,190,60,40,20,30,260,520,650,770,820,770,1040,850,720,980,940,880,890,1020,1150,1010,790,450,270]},{"name":"URL","color":"#2373DB","values":[60,0,20,20,10,60,230,260,610,750,730,610,690,590,500,660,750,700,760,770,470,300,270,160,180,40,50,80,40,0,120,200,420,530,540,420,280,360,390,720,640,840,810,750,660,530,290,230,40,20,10,10,50,150,270,320,370,520,650,670,550,630,670,780,1100,1000,1050,920,660,510,340,120,60,50,30,80,10,170,180,400,410,470,620,850,890,680,620,1110,1070,1220,1020,860,790,710,400,130,60,20,0,0,40,40,360,310,350,680,600,630,570,650,600,770,830,1260,1120,920,720,460,270,120,40,10,30,10,50,140,250,380,440,560,870,870,820,690,760,1000,1230,1120,910,840,1130,700,330,110,160,30,10,20,30,130,270,300,530,560,800,900,800,540,610,900,1150,890,880,820,640,560,440,110]},{"name":"Groups","color":"#9ED448","values":[150,90,0,0,50,330,350,540,700,780,810,770,640,930,680,490,770,520,550,790,960,830,660,630,270,70,10,60,20,70,280,380,440,710,790,670,880,1060,1020,710,700,760,980,1180,1150,1390,720,430,320,90,10,30,70,370,1030,480,520,550,870,940,790,690,620,500,1080,940,860,780,1290,1260,620,240,120,30,40,20,100,390,490,560,630,530,740,820,770,730,450,620,850,820,940,1080,1220,1420,740,240,280,30,10,10,90,430,640,500,510,570,690,820,990,560,610,670,680,930,920,1140,1370,1200,780,280,160,40,20,10,110,350,610,580,600,950,680,790,740,990,780,540,890,800,990,1050,1240,1240,640,320,80,50,20,30,110,420,280,520,560,670,710,870,900,640,550,770,790,930,720,1010,1070,1300,730,340]},{"name":"Channel","color":"#4fae4e","values":[20,0,0,0,20,50,10,40,30,50,70,40,70,40,70,70,50,70,60,110,10,80,40,0,20,30,0,0,0,10,0,50,50,30,30,70,160,80,30,60,30,20,70,40,40,240,40,0,0,10,20,0,10,10,0,10,60,60,20,20,40,60,70,120,50,90,60,50,200,30,40,40,0,0,0,10,0,10,10,10,20,30,40,40,60,70,20,100,50,130,30,100,180,30,60,10,10,0,0,0,0,10,30,30,30,10,40,80,40,70,70,50,70,60,80,90,50,70,10,40,0,0,0,0,0,40,10,40,10,10,20,80,70,70,110,50,40,130,150,80,70,90,30,60,30,0,20,0,0,50,40,40,50,20,50,80,70,80,20,70,60,50,70,60,120,50,60,20]},{"name":"Search","color":"#F5BD25","values":[10,0,10,20,50,20,120,70,90,200,80,240,90,200,160,120,150,30,100,280,110,70,60,30,10,10,0,0,0,10,40,120,140,110,100,40,140,160,150,280,170,270,100,160,240,100,40,20,10,90,0,0,40,180,40,30,80,100,10,90,140,120,80,70,110,140,150,460,130,100,10,30,0,10,0,10,90,120,170,130,150,110,210,110,130,60,70,50,90,60,190,120,170,120,30,10,0,0,10,10,20,230,80,170,130,50,70,110,290,110,90,150,200,140,170,330,90,20,60,20,0,10,0,0,230,100,70,90,90,70,110,30,30,140,280,300,220,170,160,150,280,150,0,10,10,0,40,0,10,70,50,200,150,40,80,90,120,140,120,100,210,40,180,180,160,80,70,50]},{"name":"Other","color":"#F79E39","values":[0,0,10,20,40,10,60,310,130,210,170,90,320,300,190,140,170,230,100,170,110,120,160,80,50,40,10,10,0,50,80,130,90,160,230,120,150,80,100,120,80,160,300,160,150,120,90,30,10,0,0,0,0,140,110,90,110,100,130,160,230,190,200,190,190,200,210,170,220,150,120,20,10,10,0,10,30,90,60,100,60,140,130,200,180,170,90,160,190,130,250,180,210,220,50,30,30,0,0,10,0,70,100,120,220,130,180,160,210,170,100,90,120,150,160,190,210,160,120,80,20,10,0,0,0,60,90,110,140,90,170,240,190,210,170,110,320,280,140,230,170,150,80,30,30,10,0,0,30,100,140,150,150,120,190,220,190,180,140,120,190,230,210,190,160,110,110,40]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,10,0,0,10,20,0,0,10,20,10,20,10,0,10,0,0,0,0,0,0,0,0,20,0,20,0,10,10,20,0,10,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,10,10,0,10,0,10,0,30,10,0,10,0,0,0,0,0,0,0,0,0,0,10,10,10,0,20,0,10,0,10,10,30,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,20,0,10,10,0,0,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/23.json b/dist/chartDummyData/views_zoom/2018-05/23.json new file mode 100644 index 000000000..357f0a56e --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/23.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1526774400000,1526778000000,1526781600000,1526785200000,1526788800000,1526792400000,1526796000000,1526799600000,1526803200000,1526806800000,1526810400000,1526814000000,1526817600000,1526821200000,1526824800000,1526828400000,1526832000000,1526835600000,1526839200000,1526842800000,1526846400000,1526850000000,1526853600000,1526857200000,1526860800000,1526864400000,1526868000000,1526871600000,1526875200000,1526878800000,1526882400000,1526886000000,1526889600000,1526893200000,1526896800000,1526900400000,1526904000000,1526907600000,1526911200000,1526914800000,1526918400000,1526922000000,1526925600000,1526929200000,1526932800000,1526936400000,1526940000000,1526943600000,1526947200000,1526950800000,1526954400000,1526958000000,1526961600000,1526965200000,1526968800000,1526972400000,1526976000000,1526979600000,1526983200000,1526986800000,1526990400000,1526994000000,1526997600000,1527001200000,1527004800000,1527008400000,1527012000000,1527015600000,1527019200000,1527022800000,1527026400000,1527030000000,1527033600000,1527037200000,1527040800000,1527044400000,1527048000000,1527051600000,1527055200000,1527058800000,1527062400000,1527066000000,1527069600000,1527073200000,1527076800000,1527080400000,1527084000000,1527087600000,1527091200000,1527094800000,1527098400000,1527102000000,1527105600000,1527109200000,1527112800000,1527116400000,1527120000000,1527123600000,1527127200000,1527130800000,1527134400000,1527138000000,1527141600000,1527145200000,1527148800000,1527152400000,1527156000000,1527159600000,1527163200000,1527166800000,1527170400000,1527174000000,1527177600000,1527181200000,1527184800000,1527188400000,1527192000000,1527195600000,1527199200000,1527202800000,1527206400000,1527210000000,1527213600000,1527217200000,1527220800000,1527224400000,1527228000000,1527231600000,1527235200000,1527238800000,1527242400000,1527246000000,1527249600000,1527253200000,1527256800000,1527260400000,1527264000000,1527267600000,1527271200000,1527274800000,1527278400000,1527282000000,1527285600000,1527289200000,1527292800000,1527296400000,1527300000000,1527303600000,1527307200000,1527310800000,1527314400000,1527318000000,1527321600000,1527325200000,1527328800000,1527332400000,1527336000000,1527339600000,1527343200000,1527346800000,1527350400000,1527354000000,1527357600000,1527361200000,1527364800000,1527368400000,1527372000000,1527375600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[280,100,30,10,80,60,190,420,680,880,820,1260,960,810,970,1050,780,1030,1240,1060,940,880,580,320,130,60,50,10,220,320,390,440,520,730,810,960,900,900,990,1240,860,1060,1100,1270,1210,780,390,170,40,70,20,50,80,430,460,840,670,710,790,1130,890,940,1200,1180,1160,1240,1310,1030,1080,790,440,200,160,60,10,20,70,290,370,520,550,710,690,1010,1100,760,1300,950,1060,1060,1010,1760,1100,1020,410,470,160,30,10,70,50,280,370,540,620,920,810,750,1220,940,850,770,990,820,1120,980,1070,1000,600,160,190,60,40,20,30,260,520,650,770,820,770,1040,850,720,980,940,880,890,1020,1150,1010,790,450,270,220,80,30,70,60,180,460,730,640,880,910,890,930,1100,870,990,820,1120,1020,990,840,660,600,490]},{"name":"URL","color":"#2373DB","values":[180,40,50,80,40,0,120,200,420,530,540,420,280,360,390,720,640,840,810,750,660,530,290,230,40,20,10,10,50,150,270,320,370,520,650,670,550,630,670,780,1100,1000,1050,920,660,510,340,120,60,50,30,80,10,170,180,400,410,470,620,850,890,680,620,1110,1070,1220,1020,860,790,710,400,130,60,20,0,0,40,40,360,310,350,680,600,630,570,650,600,770,830,1260,1120,920,720,460,270,120,40,10,30,10,50,140,250,380,440,560,870,870,820,690,760,1000,1230,1120,910,840,1130,700,330,110,160,30,10,20,30,130,270,300,530,560,800,900,800,540,610,900,1150,890,880,820,640,560,440,110,100,10,10,0,20,140,150,230,610,680,850,640,720,670,620,700,800,770,800,660,640,560,420,220]},{"name":"Groups","color":"#9ED448","values":[270,70,10,60,20,70,280,380,440,710,790,670,880,1060,1020,710,700,760,980,1180,1150,1390,720,430,320,90,10,30,70,370,1030,480,520,550,870,940,790,690,620,500,1080,940,860,780,1290,1260,620,240,120,30,40,20,100,390,490,560,630,530,740,820,770,730,450,620,850,820,940,1080,1220,1420,740,240,280,30,10,10,90,430,640,500,510,570,690,820,990,560,610,670,680,930,920,1140,1370,1200,780,280,160,40,20,10,110,350,610,580,600,950,680,790,740,990,780,540,890,800,990,1050,1240,1240,640,320,80,50,20,30,110,420,280,520,560,670,710,870,900,640,550,770,790,930,720,1010,1070,1300,730,340,120,50,40,20,70,160,460,530,610,900,810,830,630,580,510,530,510,690,660,640,990,920,670,590]},{"name":"Channel","color":"#4fae4e","values":[20,30,0,0,0,10,0,50,50,30,30,70,160,80,30,60,30,20,70,40,40,240,40,0,0,10,20,0,10,10,0,10,60,60,20,20,40,60,70,120,50,90,60,50,200,30,40,40,0,0,0,10,0,10,10,10,20,30,40,40,60,70,20,100,50,130,30,100,180,30,60,10,10,0,0,0,0,10,30,30,30,10,40,80,40,70,70,50,70,60,80,90,50,70,10,40,0,0,0,0,0,40,10,40,10,10,20,80,70,70,110,50,40,130,150,80,70,90,30,60,30,0,20,0,0,50,40,40,50,20,50,80,70,80,20,70,60,50,70,60,120,50,60,20,10,20,0,0,10,20,10,10,70,30,100,70,70,90,90,10,40,60,60,60,50,50,40,20]},{"name":"Search","color":"#F5BD25","values":[10,10,0,0,0,10,40,120,140,110,100,40,140,160,150,280,170,270,100,160,240,100,40,20,10,90,0,0,40,180,40,30,80,100,10,90,140,120,80,70,110,140,150,460,130,100,10,30,0,10,0,10,90,120,170,130,150,110,210,110,130,60,70,50,90,60,190,120,170,120,30,10,0,0,10,10,20,230,80,170,130,50,70,110,290,110,90,150,200,140,170,330,90,20,60,20,0,10,0,0,230,100,70,90,90,70,110,30,30,140,280,300,220,170,160,150,280,150,0,10,10,0,40,0,10,70,50,200,150,40,80,90,120,140,120,100,210,40,180,180,160,80,70,50,10,0,0,0,50,90,310,80,120,50,80,90,120,80,40,280,170,90,80,130,20,20,80,40]},{"name":"Other","color":"#F79E39","values":[50,40,10,10,0,50,80,130,90,160,230,120,150,80,100,120,80,160,300,160,150,120,90,30,10,0,0,0,0,140,110,90,110,100,130,160,230,190,200,190,190,200,210,170,220,150,120,20,10,10,0,10,30,90,60,100,60,140,130,200,180,170,90,160,190,130,250,180,210,220,50,30,30,0,0,10,0,70,100,120,220,130,180,160,210,170,100,90,120,150,160,190,210,160,120,80,20,10,0,0,0,60,90,110,140,90,170,240,190,210,170,110,320,280,140,230,170,150,80,30,30,10,0,0,30,100,140,150,150,120,190,220,190,180,140,120,190,230,210,190,160,110,110,40,10,0,30,0,20,80,110,150,110,130,180,130,210,110,110,200,100,140,120,110,150,80,90,70]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,20,0,20,0,10,10,20,0,10,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,10,10,0,10,0,10,0,30,10,0,10,0,0,0,0,0,0,0,0,0,0,10,10,10,0,20,0,10,0,10,10,30,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,20,0,10,10,0,0,0,10,0,0,0,0,0,0,0,10,0,10,20,20,0,20,10,10,0,20,10,0,0,0,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/24.json b/dist/chartDummyData/views_zoom/2018-05/24.json new file mode 100644 index 000000000..85bd10162 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/24.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1526860800000,1526864400000,1526868000000,1526871600000,1526875200000,1526878800000,1526882400000,1526886000000,1526889600000,1526893200000,1526896800000,1526900400000,1526904000000,1526907600000,1526911200000,1526914800000,1526918400000,1526922000000,1526925600000,1526929200000,1526932800000,1526936400000,1526940000000,1526943600000,1526947200000,1526950800000,1526954400000,1526958000000,1526961600000,1526965200000,1526968800000,1526972400000,1526976000000,1526979600000,1526983200000,1526986800000,1526990400000,1526994000000,1526997600000,1527001200000,1527004800000,1527008400000,1527012000000,1527015600000,1527019200000,1527022800000,1527026400000,1527030000000,1527033600000,1527037200000,1527040800000,1527044400000,1527048000000,1527051600000,1527055200000,1527058800000,1527062400000,1527066000000,1527069600000,1527073200000,1527076800000,1527080400000,1527084000000,1527087600000,1527091200000,1527094800000,1527098400000,1527102000000,1527105600000,1527109200000,1527112800000,1527116400000,1527120000000,1527123600000,1527127200000,1527130800000,1527134400000,1527138000000,1527141600000,1527145200000,1527148800000,1527152400000,1527156000000,1527159600000,1527163200000,1527166800000,1527170400000,1527174000000,1527177600000,1527181200000,1527184800000,1527188400000,1527192000000,1527195600000,1527199200000,1527202800000,1527206400000,1527210000000,1527213600000,1527217200000,1527220800000,1527224400000,1527228000000,1527231600000,1527235200000,1527238800000,1527242400000,1527246000000,1527249600000,1527253200000,1527256800000,1527260400000,1527264000000,1527267600000,1527271200000,1527274800000,1527278400000,1527282000000,1527285600000,1527289200000,1527292800000,1527296400000,1527300000000,1527303600000,1527307200000,1527310800000,1527314400000,1527318000000,1527321600000,1527325200000,1527328800000,1527332400000,1527336000000,1527339600000,1527343200000,1527346800000,1527350400000,1527354000000,1527357600000,1527361200000,1527364800000,1527368400000,1527372000000,1527375600000,1527379200000,1527382800000,1527386400000,1527390000000,1527393600000,1527397200000,1527400800000,1527404400000,1527408000000,1527411600000,1527415200000,1527418800000,1527422400000,1527426000000,1527429600000,1527433200000,1527436800000,1527440400000,1527444000000,1527447600000,1527451200000,1527454800000,1527458400000,1527462000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[130,60,50,10,220,320,390,440,520,730,810,960,900,900,990,1240,860,1060,1100,1270,1210,780,390,170,40,70,20,50,80,430,460,840,670,710,790,1130,890,940,1200,1180,1160,1240,1310,1030,1080,790,440,200,160,60,10,20,70,290,370,520,550,710,690,1010,1100,760,1300,950,1060,1060,1010,1760,1100,1020,410,470,160,30,10,70,50,280,370,540,620,920,810,750,1220,940,850,770,990,820,1120,980,1070,1000,600,160,190,60,40,20,30,260,520,650,770,820,770,1040,850,720,980,940,880,890,1020,1150,1010,790,450,270,220,80,30,70,60,180,460,730,640,880,910,890,930,1100,870,990,820,1120,1020,990,840,660,600,490,170,110,30,20,50,140,300,640,860,1310,880,1240,1020,1280,1150,1120,800,1190,1160,1250,1170,1030,580,540]},{"name":"URL","color":"#2373DB","values":[40,20,10,10,50,150,270,320,370,520,650,670,550,630,670,780,1100,1000,1050,920,660,510,340,120,60,50,30,80,10,170,180,400,410,470,620,850,890,680,620,1110,1070,1220,1020,860,790,710,400,130,60,20,0,0,40,40,360,310,350,680,600,630,570,650,600,770,830,1260,1120,920,720,460,270,120,40,10,30,10,50,140,250,380,440,560,870,870,820,690,760,1000,1230,1120,910,840,1130,700,330,110,160,30,10,20,30,130,270,300,530,560,800,900,800,540,610,900,1150,890,880,820,640,560,440,110,100,10,10,0,20,140,150,230,610,680,850,640,720,670,620,700,800,770,800,660,640,560,420,220,50,80,30,0,0,50,50,200,300,740,500,480,400,450,470,660,810,980,860,770,900,600,270,120]},{"name":"Groups","color":"#9ED448","values":[320,90,10,30,70,370,1030,480,520,550,870,940,790,690,620,500,1080,940,860,780,1290,1260,620,240,120,30,40,20,100,390,490,560,630,530,740,820,770,730,450,620,850,820,940,1080,1220,1420,740,240,280,30,10,10,90,430,640,500,510,570,690,820,990,560,610,670,680,930,920,1140,1370,1200,780,280,160,40,20,10,110,350,610,580,600,950,680,790,740,990,780,540,890,800,990,1050,1240,1240,640,320,80,50,20,30,110,420,280,520,560,670,710,870,900,640,550,770,790,930,720,1010,1070,1300,730,340,120,50,40,20,70,160,460,530,610,900,810,830,630,580,510,530,510,690,660,640,990,920,670,590,420,190,60,20,20,90,190,450,530,880,580,870,550,560,960,600,520,820,1020,1380,1210,1450,890,420]},{"name":"Channel","color":"#4fae4e","values":[0,10,20,0,10,10,0,10,60,60,20,20,40,60,70,120,50,90,60,50,200,30,40,40,0,0,0,10,0,10,10,10,20,30,40,40,60,70,20,100,50,130,30,100,180,30,60,10,10,0,0,0,0,10,30,30,30,10,40,80,40,70,70,50,70,60,80,90,50,70,10,40,0,0,0,0,0,40,10,40,10,10,20,80,70,70,110,50,40,130,150,80,70,90,30,60,30,0,20,0,0,50,40,40,50,20,50,80,70,80,20,70,60,50,70,60,120,50,60,20,10,20,0,0,10,20,10,10,70,30,100,70,70,90,90,10,40,60,60,60,50,50,40,20,50,20,10,0,0,0,20,50,100,40,20,90,30,40,60,30,80,70,40,50,40,100,80,50]},{"name":"Search","color":"#F5BD25","values":[10,90,0,0,40,180,40,30,80,100,10,90,140,120,80,70,110,140,150,460,130,100,10,30,0,10,0,10,90,120,170,130,150,110,210,110,130,60,70,50,90,60,190,120,170,120,30,10,0,0,10,10,20,230,80,170,130,50,70,110,290,110,90,150,200,140,170,330,90,20,60,20,0,10,0,0,230,100,70,90,90,70,110,30,30,140,280,300,220,170,160,150,280,150,0,10,10,0,40,0,10,70,50,200,150,40,80,90,120,140,120,100,210,40,180,180,160,80,70,50,10,0,0,0,50,90,310,80,120,50,80,90,120,80,40,280,170,90,80,130,20,20,80,40,50,30,0,0,10,0,30,210,100,80,150,50,120,90,140,80,60,180,80,110,210,80,70,10]},{"name":"Other","color":"#F79E39","values":[10,0,0,0,0,140,110,90,110,100,130,160,230,190,200,190,190,200,210,170,220,150,120,20,10,10,0,10,30,90,60,100,60,140,130,200,180,170,90,160,190,130,250,180,210,220,50,30,30,0,0,10,0,70,100,120,220,130,180,160,210,170,100,90,120,150,160,190,210,160,120,80,20,10,0,0,0,60,90,110,140,90,170,240,190,210,170,110,320,280,140,230,170,150,80,30,30,10,0,0,30,100,140,150,150,120,190,220,190,180,140,120,190,230,210,190,160,110,110,40,10,0,30,0,20,80,110,150,110,130,180,130,210,110,110,200,100,140,120,110,150,80,90,70,60,40,0,0,0,30,140,60,110,160,120,140,150,210,210,250,100,120,200,80,320,160,80,10]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,10,10,0,10,0,10,0,30,10,0,10,0,0,0,0,0,0,0,0,0,0,10,10,10,0,20,0,10,0,10,10,30,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,20,0,10,10,0,0,0,10,0,0,0,0,0,0,0,10,0,10,20,20,0,20,10,10,0,20,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,20,10,0,10,10,10,20,20,10,10,0,20,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/25.json b/dist/chartDummyData/views_zoom/2018-05/25.json new file mode 100644 index 000000000..de28c00f6 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/25.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1526947200000,1526950800000,1526954400000,1526958000000,1526961600000,1526965200000,1526968800000,1526972400000,1526976000000,1526979600000,1526983200000,1526986800000,1526990400000,1526994000000,1526997600000,1527001200000,1527004800000,1527008400000,1527012000000,1527015600000,1527019200000,1527022800000,1527026400000,1527030000000,1527033600000,1527037200000,1527040800000,1527044400000,1527048000000,1527051600000,1527055200000,1527058800000,1527062400000,1527066000000,1527069600000,1527073200000,1527076800000,1527080400000,1527084000000,1527087600000,1527091200000,1527094800000,1527098400000,1527102000000,1527105600000,1527109200000,1527112800000,1527116400000,1527120000000,1527123600000,1527127200000,1527130800000,1527134400000,1527138000000,1527141600000,1527145200000,1527148800000,1527152400000,1527156000000,1527159600000,1527163200000,1527166800000,1527170400000,1527174000000,1527177600000,1527181200000,1527184800000,1527188400000,1527192000000,1527195600000,1527199200000,1527202800000,1527206400000,1527210000000,1527213600000,1527217200000,1527220800000,1527224400000,1527228000000,1527231600000,1527235200000,1527238800000,1527242400000,1527246000000,1527249600000,1527253200000,1527256800000,1527260400000,1527264000000,1527267600000,1527271200000,1527274800000,1527278400000,1527282000000,1527285600000,1527289200000,1527292800000,1527296400000,1527300000000,1527303600000,1527307200000,1527310800000,1527314400000,1527318000000,1527321600000,1527325200000,1527328800000,1527332400000,1527336000000,1527339600000,1527343200000,1527346800000,1527350400000,1527354000000,1527357600000,1527361200000,1527364800000,1527368400000,1527372000000,1527375600000,1527379200000,1527382800000,1527386400000,1527390000000,1527393600000,1527397200000,1527400800000,1527404400000,1527408000000,1527411600000,1527415200000,1527418800000,1527422400000,1527426000000,1527429600000,1527433200000,1527436800000,1527440400000,1527444000000,1527447600000,1527451200000,1527454800000,1527458400000,1527462000000,1527465600000,1527469200000,1527472800000,1527476400000,1527480000000,1527483600000,1527487200000,1527490800000,1527494400000,1527498000000,1527501600000,1527505200000,1527508800000,1527512400000,1527516000000,1527519600000,1527523200000,1527526800000,1527530400000,1527534000000,1527537600000,1527541200000,1527544800000,1527548400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[40,70,20,50,80,430,460,840,670,710,790,1130,890,940,1200,1180,1160,1240,1310,1030,1080,790,440,200,160,60,10,20,70,290,370,520,550,710,690,1010,1100,760,1300,950,1060,1060,1010,1760,1100,1020,410,470,160,30,10,70,50,280,370,540,620,920,810,750,1220,940,850,770,990,820,1120,980,1070,1000,600,160,190,60,40,20,30,260,520,650,770,820,770,1040,850,720,980,940,880,890,1020,1150,1010,790,450,270,220,80,30,70,60,180,460,730,640,880,910,890,930,1100,870,990,820,1120,1020,990,840,660,600,490,170,110,30,20,50,140,300,640,860,1310,880,1240,1020,1280,1150,1120,800,1190,1160,1250,1170,1030,580,540,130,10,20,30,120,540,670,620,610,770,560,920,1030,950,960,890,960,1220,1280,1140,1260,800,600,290]},{"name":"URL","color":"#2373DB","values":[60,50,30,80,10,170,180,400,410,470,620,850,890,680,620,1110,1070,1220,1020,860,790,710,400,130,60,20,0,0,40,40,360,310,350,680,600,630,570,650,600,770,830,1260,1120,920,720,460,270,120,40,10,30,10,50,140,250,380,440,560,870,870,820,690,760,1000,1230,1120,910,840,1130,700,330,110,160,30,10,20,30,130,270,300,530,560,800,900,800,540,610,900,1150,890,880,820,640,560,440,110,100,10,10,0,20,140,150,230,610,680,850,640,720,670,620,700,800,770,800,660,640,560,420,220,50,80,30,0,0,50,50,200,300,740,500,480,400,450,470,660,810,980,860,770,900,600,270,120,30,10,0,10,30,110,240,350,470,450,580,670,770,690,680,820,1150,950,960,930,790,540,340,130]},{"name":"Groups","color":"#9ED448","values":[120,30,40,20,100,390,490,560,630,530,740,820,770,730,450,620,850,820,940,1080,1220,1420,740,240,280,30,10,10,90,430,640,500,510,570,690,820,990,560,610,670,680,930,920,1140,1370,1200,780,280,160,40,20,10,110,350,610,580,600,950,680,790,740,990,780,540,890,800,990,1050,1240,1240,640,320,80,50,20,30,110,420,280,520,560,670,710,870,900,640,550,770,790,930,720,1010,1070,1300,730,340,120,50,40,20,70,160,460,530,610,900,810,830,630,580,510,530,510,690,660,640,990,920,670,590,420,190,60,20,20,90,190,450,530,880,580,870,550,560,960,600,520,820,1020,1380,1210,1450,890,420,180,70,10,20,170,320,520,310,370,590,910,910,950,700,730,730,760,930,920,1580,1410,1240,850,330]},{"name":"Channel","color":"#4fae4e","values":[0,0,0,10,0,10,10,10,20,30,40,40,60,70,20,100,50,130,30,100,180,30,60,10,10,0,0,0,0,10,30,30,30,10,40,80,40,70,70,50,70,60,80,90,50,70,10,40,0,0,0,0,0,40,10,40,10,10,20,80,70,70,110,50,40,130,150,80,70,90,30,60,30,0,20,0,0,50,40,40,50,20,50,80,70,80,20,70,60,50,70,60,120,50,60,20,10,20,0,0,10,20,10,10,70,30,100,70,70,90,90,10,40,60,60,60,50,50,40,20,50,20,10,0,0,0,20,50,100,40,20,90,30,40,60,30,80,70,40,50,40,100,80,50,10,0,0,0,10,10,10,30,40,40,30,50,70,90,30,40,70,40,20,60,40,50,70,20]},{"name":"Search","color":"#F5BD25","values":[0,10,0,10,90,120,170,130,150,110,210,110,130,60,70,50,90,60,190,120,170,120,30,10,0,0,10,10,20,230,80,170,130,50,70,110,290,110,90,150,200,140,170,330,90,20,60,20,0,10,0,0,230,100,70,90,90,70,110,30,30,140,280,300,220,170,160,150,280,150,0,10,10,0,40,0,10,70,50,200,150,40,80,90,120,140,120,100,210,40,180,180,160,80,70,50,10,0,0,0,50,90,310,80,120,50,80,90,120,80,40,280,170,90,80,130,20,20,80,40,50,30,0,0,10,0,30,210,100,80,150,50,120,90,140,80,60,180,80,110,210,80,70,10,30,0,0,0,50,300,130,70,30,80,90,100,10,80,40,90,60,90,110,150,80,20,90,90]},{"name":"Other","color":"#F79E39","values":[10,10,0,10,30,90,60,100,60,140,130,200,180,170,90,160,190,130,250,180,210,220,50,30,30,0,0,10,0,70,100,120,220,130,180,160,210,170,100,90,120,150,160,190,210,160,120,80,20,10,0,0,0,60,90,110,140,90,170,240,190,210,170,110,320,280,140,230,170,150,80,30,30,10,0,0,30,100,140,150,150,120,190,220,190,180,140,120,190,230,210,190,160,110,110,40,10,0,30,0,20,80,110,150,110,130,180,130,210,110,110,200,100,140,120,110,150,80,90,70,60,40,0,0,0,30,140,60,110,160,120,140,150,210,210,250,100,120,200,80,320,160,80,10,10,40,0,10,10,80,110,120,120,100,200,140,210,140,120,220,170,190,250,270,250,250,130,110]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,10,10,0,10,0,10,0,30,10,0,10,0,0,0,0,0,0,0,0,0,0,10,10,10,0,20,0,10,0,10,10,30,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,20,0,10,10,0,0,0,10,0,0,0,0,0,0,0,10,0,10,20,20,0,20,10,10,0,20,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,20,10,0,10,10,10,20,20,10,10,0,20,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,10,0,0,0,0,40,0,0,10,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/26.json b/dist/chartDummyData/views_zoom/2018-05/26.json new file mode 100644 index 000000000..13c79c6dd --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/26.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1527033600000,1527037200000,1527040800000,1527044400000,1527048000000,1527051600000,1527055200000,1527058800000,1527062400000,1527066000000,1527069600000,1527073200000,1527076800000,1527080400000,1527084000000,1527087600000,1527091200000,1527094800000,1527098400000,1527102000000,1527105600000,1527109200000,1527112800000,1527116400000,1527120000000,1527123600000,1527127200000,1527130800000,1527134400000,1527138000000,1527141600000,1527145200000,1527148800000,1527152400000,1527156000000,1527159600000,1527163200000,1527166800000,1527170400000,1527174000000,1527177600000,1527181200000,1527184800000,1527188400000,1527192000000,1527195600000,1527199200000,1527202800000,1527206400000,1527210000000,1527213600000,1527217200000,1527220800000,1527224400000,1527228000000,1527231600000,1527235200000,1527238800000,1527242400000,1527246000000,1527249600000,1527253200000,1527256800000,1527260400000,1527264000000,1527267600000,1527271200000,1527274800000,1527278400000,1527282000000,1527285600000,1527289200000,1527292800000,1527296400000,1527300000000,1527303600000,1527307200000,1527310800000,1527314400000,1527318000000,1527321600000,1527325200000,1527328800000,1527332400000,1527336000000,1527339600000,1527343200000,1527346800000,1527350400000,1527354000000,1527357600000,1527361200000,1527364800000,1527368400000,1527372000000,1527375600000,1527379200000,1527382800000,1527386400000,1527390000000,1527393600000,1527397200000,1527400800000,1527404400000,1527408000000,1527411600000,1527415200000,1527418800000,1527422400000,1527426000000,1527429600000,1527433200000,1527436800000,1527440400000,1527444000000,1527447600000,1527451200000,1527454800000,1527458400000,1527462000000,1527465600000,1527469200000,1527472800000,1527476400000,1527480000000,1527483600000,1527487200000,1527490800000,1527494400000,1527498000000,1527501600000,1527505200000,1527508800000,1527512400000,1527516000000,1527519600000,1527523200000,1527526800000,1527530400000,1527534000000,1527537600000,1527541200000,1527544800000,1527548400000,1527552000000,1527555600000,1527559200000,1527562800000,1527566400000,1527570000000,1527573600000,1527577200000,1527580800000,1527584400000,1527588000000,1527591600000,1527595200000,1527598800000,1527602400000,1527606000000,1527609600000,1527613200000,1527616800000,1527620400000,1527624000000,1527627600000,1527631200000,1527634800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[160,60,10,20,70,290,370,520,550,710,690,1010,1100,760,1300,950,1060,1060,1010,1760,1100,1020,410,470,160,30,10,70,50,280,370,540,620,920,810,750,1220,940,850,770,990,820,1120,980,1070,1000,600,160,190,60,40,20,30,260,520,650,770,820,770,1040,850,720,980,940,880,890,1020,1150,1010,790,450,270,220,80,30,70,60,180,460,730,640,880,910,890,930,1100,870,990,820,1120,1020,990,840,660,600,490,170,110,30,20,50,140,300,640,860,1310,880,1240,1020,1280,1150,1120,800,1190,1160,1250,1170,1030,580,540,130,10,20,30,120,540,670,620,610,770,560,920,1030,950,960,890,960,1220,1280,1140,1260,800,600,290,200,40,0,40,40,290,400,600,590,710,740,1080,1000,1320,780,950,1010,880,1060,1080,1330,900,570,330]},{"name":"URL","color":"#2373DB","values":[60,20,0,0,40,40,360,310,350,680,600,630,570,650,600,770,830,1260,1120,920,720,460,270,120,40,10,30,10,50,140,250,380,440,560,870,870,820,690,760,1000,1230,1120,910,840,1130,700,330,110,160,30,10,20,30,130,270,300,530,560,800,900,800,540,610,900,1150,890,880,820,640,560,440,110,100,10,10,0,20,140,150,230,610,680,850,640,720,670,620,700,800,770,800,660,640,560,420,220,50,80,30,0,0,50,50,200,300,740,500,480,400,450,470,660,810,980,860,770,900,600,270,120,30,10,0,10,30,110,240,350,470,450,580,670,770,690,680,820,1150,950,960,930,790,540,340,130,60,90,0,20,40,170,220,290,400,510,610,680,870,610,690,790,980,930,1150,1050,660,580,380,200]},{"name":"Groups","color":"#9ED448","values":[280,30,10,10,90,430,640,500,510,570,690,820,990,560,610,670,680,930,920,1140,1370,1200,780,280,160,40,20,10,110,350,610,580,600,950,680,790,740,990,780,540,890,800,990,1050,1240,1240,640,320,80,50,20,30,110,420,280,520,560,670,710,870,900,640,550,770,790,930,720,1010,1070,1300,730,340,120,50,40,20,70,160,460,530,610,900,810,830,630,580,510,530,510,690,660,640,990,920,670,590,420,190,60,20,20,90,190,450,530,880,580,870,550,560,960,600,520,820,1020,1380,1210,1450,890,420,180,70,10,20,170,320,520,310,370,590,910,910,950,700,730,730,760,930,920,1580,1410,1240,850,330,180,10,20,40,90,340,430,540,960,520,760,730,890,680,730,610,880,870,810,900,1400,1030,550,230]},{"name":"Channel","color":"#4fae4e","values":[10,0,0,0,0,10,30,30,30,10,40,80,40,70,70,50,70,60,80,90,50,70,10,40,0,0,0,0,0,40,10,40,10,10,20,80,70,70,110,50,40,130,150,80,70,90,30,60,30,0,20,0,0,50,40,40,50,20,50,80,70,80,20,70,60,50,70,60,120,50,60,20,10,20,0,0,10,20,10,10,70,30,100,70,70,90,90,10,40,60,60,60,50,50,40,20,50,20,10,0,0,0,20,50,100,40,20,90,30,40,60,30,80,70,40,50,40,100,80,50,10,0,0,0,10,10,10,30,40,40,30,50,70,90,30,40,70,40,20,60,40,50,70,20,30,0,0,0,10,0,20,20,70,20,50,20,60,140,20,30,60,120,30,70,80,50,20,20]},{"name":"Search","color":"#F5BD25","values":[0,0,10,10,20,230,80,170,130,50,70,110,290,110,90,150,200,140,170,330,90,20,60,20,0,10,0,0,230,100,70,90,90,70,110,30,30,140,280,300,220,170,160,150,280,150,0,10,10,0,40,0,10,70,50,200,150,40,80,90,120,140,120,100,210,40,180,180,160,80,70,50,10,0,0,0,50,90,310,80,120,50,80,90,120,80,40,280,170,90,80,130,20,20,80,40,50,30,0,0,10,0,30,210,100,80,150,50,120,90,140,80,60,180,80,110,210,80,70,10,30,0,0,0,50,300,130,70,30,80,90,100,10,80,40,90,60,90,110,150,80,20,90,90,30,10,0,0,240,130,370,100,20,40,100,50,110,120,180,140,130,640,50,80,130,220,170,190]},{"name":"Other","color":"#F79E39","values":[30,0,0,10,0,70,100,120,220,130,180,160,210,170,100,90,120,150,160,190,210,160,120,80,20,10,0,0,0,60,90,110,140,90,170,240,190,210,170,110,320,280,140,230,170,150,80,30,30,10,0,0,30,100,140,150,150,120,190,220,190,180,140,120,190,230,210,190,160,110,110,40,10,0,30,0,20,80,110,150,110,130,180,130,210,110,110,200,100,140,120,110,150,80,90,70,60,40,0,0,0,30,140,60,110,160,120,140,150,210,210,250,100,120,200,80,320,160,80,10,10,40,0,10,10,80,110,120,120,100,200,140,210,140,120,220,170,190,250,270,250,250,130,110,30,10,0,0,20,90,120,100,200,180,210,200,300,210,140,170,220,230,240,240,200,190,170,30]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,0,0,10,0,10,10,0,10,0,10,0,30,10,0,10,0,0,0,0,0,0,0,0,0,0,10,10,10,0,20,0,10,0,10,10,30,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,20,0,10,10,0,0,0,10,0,0,0,0,0,0,0,10,0,10,20,20,0,20,10,10,0,20,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,20,10,0,10,10,10,20,20,10,10,0,20,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,10,0,0,0,0,40,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,20,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/27.json b/dist/chartDummyData/views_zoom/2018-05/27.json new file mode 100644 index 000000000..2b5d5d876 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/27.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1527120000000,1527123600000,1527127200000,1527130800000,1527134400000,1527138000000,1527141600000,1527145200000,1527148800000,1527152400000,1527156000000,1527159600000,1527163200000,1527166800000,1527170400000,1527174000000,1527177600000,1527181200000,1527184800000,1527188400000,1527192000000,1527195600000,1527199200000,1527202800000,1527206400000,1527210000000,1527213600000,1527217200000,1527220800000,1527224400000,1527228000000,1527231600000,1527235200000,1527238800000,1527242400000,1527246000000,1527249600000,1527253200000,1527256800000,1527260400000,1527264000000,1527267600000,1527271200000,1527274800000,1527278400000,1527282000000,1527285600000,1527289200000,1527292800000,1527296400000,1527300000000,1527303600000,1527307200000,1527310800000,1527314400000,1527318000000,1527321600000,1527325200000,1527328800000,1527332400000,1527336000000,1527339600000,1527343200000,1527346800000,1527350400000,1527354000000,1527357600000,1527361200000,1527364800000,1527368400000,1527372000000,1527375600000,1527379200000,1527382800000,1527386400000,1527390000000,1527393600000,1527397200000,1527400800000,1527404400000,1527408000000,1527411600000,1527415200000,1527418800000,1527422400000,1527426000000,1527429600000,1527433200000,1527436800000,1527440400000,1527444000000,1527447600000,1527451200000,1527454800000,1527458400000,1527462000000,1527465600000,1527469200000,1527472800000,1527476400000,1527480000000,1527483600000,1527487200000,1527490800000,1527494400000,1527498000000,1527501600000,1527505200000,1527508800000,1527512400000,1527516000000,1527519600000,1527523200000,1527526800000,1527530400000,1527534000000,1527537600000,1527541200000,1527544800000,1527548400000,1527552000000,1527555600000,1527559200000,1527562800000,1527566400000,1527570000000,1527573600000,1527577200000,1527580800000,1527584400000,1527588000000,1527591600000,1527595200000,1527598800000,1527602400000,1527606000000,1527609600000,1527613200000,1527616800000,1527620400000,1527624000000,1527627600000,1527631200000,1527634800000,1527638400000,1527642000000,1527645600000,1527649200000,1527652800000,1527656400000,1527660000000,1527663600000,1527667200000,1527670800000,1527674400000,1527678000000,1527681600000,1527685200000,1527688800000,1527692400000,1527696000000,1527699600000,1527703200000,1527706800000,1527710400000,1527714000000,1527717600000,1527721200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[160,30,10,70,50,280,370,540,620,920,810,750,1220,940,850,770,990,820,1120,980,1070,1000,600,160,190,60,40,20,30,260,520,650,770,820,770,1040,850,720,980,940,880,890,1020,1150,1010,790,450,270,220,80,30,70,60,180,460,730,640,880,910,890,930,1100,870,990,820,1120,1020,990,840,660,600,490,170,110,30,20,50,140,300,640,860,1310,880,1240,1020,1280,1150,1120,800,1190,1160,1250,1170,1030,580,540,130,10,20,30,120,540,670,620,610,770,560,920,1030,950,960,890,960,1220,1280,1140,1260,800,600,290,200,40,0,40,40,290,400,600,590,710,740,1080,1000,1320,780,950,1010,880,1060,1080,1330,900,570,330,130,90,40,60,140,280,370,950,710,800,960,1150,910,910,940,1050,1000,1240,1150,970,1130,950,480,180]},{"name":"URL","color":"#2373DB","values":[40,10,30,10,50,140,250,380,440,560,870,870,820,690,760,1000,1230,1120,910,840,1130,700,330,110,160,30,10,20,30,130,270,300,530,560,800,900,800,540,610,900,1150,890,880,820,640,560,440,110,100,10,10,0,20,140,150,230,610,680,850,640,720,670,620,700,800,770,800,660,640,560,420,220,50,80,30,0,0,50,50,200,300,740,500,480,400,450,470,660,810,980,860,770,900,600,270,120,30,10,0,10,30,110,240,350,470,450,580,670,770,690,680,820,1150,950,960,930,790,540,340,130,60,90,0,20,40,170,220,290,400,510,610,680,870,610,690,790,980,930,1150,1050,660,580,380,200,120,60,50,0,70,260,200,320,450,500,560,620,540,690,1050,840,1180,1230,980,940,1030,750,440,140]},{"name":"Groups","color":"#9ED448","values":[160,40,20,10,110,350,610,580,600,950,680,790,740,990,780,540,890,800,990,1050,1240,1240,640,320,80,50,20,30,110,420,280,520,560,670,710,870,900,640,550,770,790,930,720,1010,1070,1300,730,340,120,50,40,20,70,160,460,530,610,900,810,830,630,580,510,530,510,690,660,640,990,920,670,590,420,190,60,20,20,90,190,450,530,880,580,870,550,560,960,600,520,820,1020,1380,1210,1450,890,420,180,70,10,20,170,320,520,310,370,590,910,910,950,700,730,730,760,930,920,1580,1410,1240,850,330,180,10,20,40,90,340,430,540,960,520,760,730,890,680,730,610,880,870,810,900,1400,1030,550,230,170,50,40,10,60,310,370,1140,500,560,690,730,840,630,1010,720,810,1060,910,1190,1390,1360,770,290]},{"name":"Channel","color":"#4fae4e","values":[0,0,0,0,0,40,10,40,10,10,20,80,70,70,110,50,40,130,150,80,70,90,30,60,30,0,20,0,0,50,40,40,50,20,50,80,70,80,20,70,60,50,70,60,120,50,60,20,10,20,0,0,10,20,10,10,70,30,100,70,70,90,90,10,40,60,60,60,50,50,40,20,50,20,10,0,0,0,20,50,100,40,20,90,30,40,60,30,80,70,40,50,40,100,80,50,10,0,0,0,10,10,10,30,40,40,30,50,70,90,30,40,70,40,20,60,40,50,70,20,30,0,0,0,10,0,20,20,70,20,50,20,60,140,20,30,60,120,30,70,80,50,20,20,0,0,0,10,0,40,0,50,40,30,70,50,40,60,50,70,60,60,30,40,80,160,110,20]},{"name":"Search","color":"#F5BD25","values":[0,10,0,0,230,100,70,90,90,70,110,30,30,140,280,300,220,170,160,150,280,150,0,10,10,0,40,0,10,70,50,200,150,40,80,90,120,140,120,100,210,40,180,180,160,80,70,50,10,0,0,0,50,90,310,80,120,50,80,90,120,80,40,280,170,90,80,130,20,20,80,40,50,30,0,0,10,0,30,210,100,80,150,50,120,90,140,80,60,180,80,110,210,80,70,10,30,0,0,0,50,300,130,70,30,80,90,100,10,80,40,90,60,90,110,150,80,20,90,90,30,10,0,0,240,130,370,100,20,40,100,50,110,120,180,140,130,640,50,80,130,220,170,190,10,0,0,10,90,110,130,400,90,90,170,610,80,80,180,190,150,270,100,150,130,190,120,20]},{"name":"Other","color":"#F79E39","values":[20,10,0,0,0,60,90,110,140,90,170,240,190,210,170,110,320,280,140,230,170,150,80,30,30,10,0,0,30,100,140,150,150,120,190,220,190,180,140,120,190,230,210,190,160,110,110,40,10,0,30,0,20,80,110,150,110,130,180,130,210,110,110,200,100,140,120,110,150,80,90,70,60,40,0,0,0,30,140,60,110,160,120,140,150,210,210,250,100,120,200,80,320,160,80,10,10,40,0,10,10,80,110,120,120,100,200,140,210,140,120,220,170,190,250,270,250,250,130,110,30,10,0,0,20,90,120,100,200,180,210,200,300,210,140,170,220,230,240,240,200,190,170,30,0,60,20,30,80,160,90,180,100,120,230,150,170,160,150,210,170,150,200,220,240,130,130,40]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,10,10,0,20,0,10,0,10,10,30,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,20,0,10,10,0,0,0,10,0,0,0,0,0,0,0,10,0,10,20,20,0,20,10,10,0,20,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,20,10,0,10,10,10,20,20,10,10,0,20,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,10,0,0,0,0,40,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,20,0,0,0,0,0,0,0,0,0,10,10,0,10,0,0,0,0,0,0,10,0,30,20,10,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/28.json b/dist/chartDummyData/views_zoom/2018-05/28.json new file mode 100644 index 000000000..37099d234 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/28.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1527206400000,1527210000000,1527213600000,1527217200000,1527220800000,1527224400000,1527228000000,1527231600000,1527235200000,1527238800000,1527242400000,1527246000000,1527249600000,1527253200000,1527256800000,1527260400000,1527264000000,1527267600000,1527271200000,1527274800000,1527278400000,1527282000000,1527285600000,1527289200000,1527292800000,1527296400000,1527300000000,1527303600000,1527307200000,1527310800000,1527314400000,1527318000000,1527321600000,1527325200000,1527328800000,1527332400000,1527336000000,1527339600000,1527343200000,1527346800000,1527350400000,1527354000000,1527357600000,1527361200000,1527364800000,1527368400000,1527372000000,1527375600000,1527379200000,1527382800000,1527386400000,1527390000000,1527393600000,1527397200000,1527400800000,1527404400000,1527408000000,1527411600000,1527415200000,1527418800000,1527422400000,1527426000000,1527429600000,1527433200000,1527436800000,1527440400000,1527444000000,1527447600000,1527451200000,1527454800000,1527458400000,1527462000000,1527465600000,1527469200000,1527472800000,1527476400000,1527480000000,1527483600000,1527487200000,1527490800000,1527494400000,1527498000000,1527501600000,1527505200000,1527508800000,1527512400000,1527516000000,1527519600000,1527523200000,1527526800000,1527530400000,1527534000000,1527537600000,1527541200000,1527544800000,1527548400000,1527552000000,1527555600000,1527559200000,1527562800000,1527566400000,1527570000000,1527573600000,1527577200000,1527580800000,1527584400000,1527588000000,1527591600000,1527595200000,1527598800000,1527602400000,1527606000000,1527609600000,1527613200000,1527616800000,1527620400000,1527624000000,1527627600000,1527631200000,1527634800000,1527638400000,1527642000000,1527645600000,1527649200000,1527652800000,1527656400000,1527660000000,1527663600000,1527667200000,1527670800000,1527674400000,1527678000000,1527681600000,1527685200000,1527688800000,1527692400000,1527696000000,1527699600000,1527703200000,1527706800000,1527710400000,1527714000000,1527717600000,1527721200000,1527724800000,1527728400000,1527732000000,1527735600000,1527739200000,1527742800000,1527746400000,1527750000000,1527753600000,1527757200000,1527760800000,1527764400000,1527768000000,1527771600000,1527775200000,1527778800000,1527782400000,1527786000000,1527789600000,1527793200000,1527796800000,1527800400000,1527804000000,1527807600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[190,60,40,20,30,260,520,650,770,820,770,1040,850,720,980,940,880,890,1020,1150,1010,790,450,270,220,80,30,70,60,180,460,730,640,880,910,890,930,1100,870,990,820,1120,1020,990,840,660,600,490,170,110,30,20,50,140,300,640,860,1310,880,1240,1020,1280,1150,1120,800,1190,1160,1250,1170,1030,580,540,130,10,20,30,120,540,670,620,610,770,560,920,1030,950,960,890,960,1220,1280,1140,1260,800,600,290,200,40,0,40,40,290,400,600,590,710,740,1080,1000,1320,780,950,1010,880,1060,1080,1330,900,570,330,130,90,40,60,140,280,370,950,710,800,960,1150,910,910,940,1050,1000,1240,1150,970,1130,950,480,180,120,60,20,30,80,370,480,550,640,730,850,710,1000,810,890,940,1100,1170,1180,1380,1350,720,550,220]},{"name":"URL","color":"#2373DB","values":[160,30,10,20,30,130,270,300,530,560,800,900,800,540,610,900,1150,890,880,820,640,560,440,110,100,10,10,0,20,140,150,230,610,680,850,640,720,670,620,700,800,770,800,660,640,560,420,220,50,80,30,0,0,50,50,200,300,740,500,480,400,450,470,660,810,980,860,770,900,600,270,120,30,10,0,10,30,110,240,350,470,450,580,670,770,690,680,820,1150,950,960,930,790,540,340,130,60,90,0,20,40,170,220,290,400,510,610,680,870,610,690,790,980,930,1150,1050,660,580,380,200,120,60,50,0,70,260,200,320,450,500,560,620,540,690,1050,840,1180,1230,980,940,1030,750,440,140,140,60,20,0,10,210,280,380,550,710,600,750,640,590,560,760,970,950,1060,990,830,720,290,130]},{"name":"Groups","color":"#9ED448","values":[80,50,20,30,110,420,280,520,560,670,710,870,900,640,550,770,790,930,720,1010,1070,1300,730,340,120,50,40,20,70,160,460,530,610,900,810,830,630,580,510,530,510,690,660,640,990,920,670,590,420,190,60,20,20,90,190,450,530,880,580,870,550,560,960,600,520,820,1020,1380,1210,1450,890,420,180,70,10,20,170,320,520,310,370,590,910,910,950,700,730,730,760,930,920,1580,1410,1240,850,330,180,10,20,40,90,340,430,540,960,520,760,730,890,680,730,610,880,870,810,900,1400,1030,550,230,170,50,40,10,60,310,370,1140,500,560,690,730,840,630,1010,720,810,1060,910,1190,1390,1360,770,290,360,70,30,10,90,410,460,480,590,690,1010,980,650,610,730,920,850,700,780,950,1350,1360,800,300]},{"name":"Channel","color":"#4fae4e","values":[30,0,20,0,0,50,40,40,50,20,50,80,70,80,20,70,60,50,70,60,120,50,60,20,10,20,0,0,10,20,10,10,70,30,100,70,70,90,90,10,40,60,60,60,50,50,40,20,50,20,10,0,0,0,20,50,100,40,20,90,30,40,60,30,80,70,40,50,40,100,80,50,10,0,0,0,10,10,10,30,40,40,30,50,70,90,30,40,70,40,20,60,40,50,70,20,30,0,0,0,10,0,20,20,70,20,50,20,60,140,20,30,60,120,30,70,80,50,20,20,0,0,0,10,0,40,0,50,40,30,70,50,40,60,50,70,60,60,30,40,80,160,110,20,10,0,0,10,0,20,110,10,50,20,80,50,50,20,80,60,120,140,90,60,50,40,30,60]},{"name":"Search","color":"#F5BD25","values":[10,0,40,0,10,70,50,200,150,40,80,90,120,140,120,100,210,40,180,180,160,80,70,50,10,0,0,0,50,90,310,80,120,50,80,90,120,80,40,280,170,90,80,130,20,20,80,40,50,30,0,0,10,0,30,210,100,80,150,50,120,90,140,80,60,180,80,110,210,80,70,10,30,0,0,0,50,300,130,70,30,80,90,100,10,80,40,90,60,90,110,150,80,20,90,90,30,10,0,0,240,130,370,100,20,40,100,50,110,120,180,140,130,640,50,80,130,220,170,190,10,0,0,10,90,110,130,400,90,90,170,610,80,80,180,190,150,270,100,150,130,190,120,20,20,0,0,10,70,50,260,120,50,110,80,40,130,130,260,130,130,240,180,190,90,170,110,10]},{"name":"Other","color":"#F79E39","values":[30,10,0,0,30,100,140,150,150,120,190,220,190,180,140,120,190,230,210,190,160,110,110,40,10,0,30,0,20,80,110,150,110,130,180,130,210,110,110,200,100,140,120,110,150,80,90,70,60,40,0,0,0,30,140,60,110,160,120,140,150,210,210,250,100,120,200,80,320,160,80,10,10,40,0,10,10,80,110,120,120,100,200,140,210,140,120,220,170,190,250,270,250,250,130,110,30,10,0,0,20,90,120,100,200,180,210,200,300,210,140,170,220,230,240,240,200,190,170,30,0,60,20,30,80,160,90,180,100,120,230,150,170,160,150,210,170,150,200,220,240,130,130,40,10,10,0,0,30,120,150,130,60,200,180,220,180,110,100,160,220,200,180,270,200,180,150,90]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,0,0,0,10,0,20,0,10,10,0,0,0,10,0,0,0,0,0,0,0,10,0,10,20,20,0,20,10,10,0,20,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,20,10,0,10,10,10,20,20,10,10,0,20,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,10,0,0,0,0,40,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,20,0,0,0,0,0,0,0,0,0,10,10,0,10,0,0,0,0,0,0,10,0,30,20,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/29.json b/dist/chartDummyData/views_zoom/2018-05/29.json new file mode 100644 index 000000000..aee413d23 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/29.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1527292800000,1527296400000,1527300000000,1527303600000,1527307200000,1527310800000,1527314400000,1527318000000,1527321600000,1527325200000,1527328800000,1527332400000,1527336000000,1527339600000,1527343200000,1527346800000,1527350400000,1527354000000,1527357600000,1527361200000,1527364800000,1527368400000,1527372000000,1527375600000,1527379200000,1527382800000,1527386400000,1527390000000,1527393600000,1527397200000,1527400800000,1527404400000,1527408000000,1527411600000,1527415200000,1527418800000,1527422400000,1527426000000,1527429600000,1527433200000,1527436800000,1527440400000,1527444000000,1527447600000,1527451200000,1527454800000,1527458400000,1527462000000,1527465600000,1527469200000,1527472800000,1527476400000,1527480000000,1527483600000,1527487200000,1527490800000,1527494400000,1527498000000,1527501600000,1527505200000,1527508800000,1527512400000,1527516000000,1527519600000,1527523200000,1527526800000,1527530400000,1527534000000,1527537600000,1527541200000,1527544800000,1527548400000,1527552000000,1527555600000,1527559200000,1527562800000,1527566400000,1527570000000,1527573600000,1527577200000,1527580800000,1527584400000,1527588000000,1527591600000,1527595200000,1527598800000,1527602400000,1527606000000,1527609600000,1527613200000,1527616800000,1527620400000,1527624000000,1527627600000,1527631200000,1527634800000,1527638400000,1527642000000,1527645600000,1527649200000,1527652800000,1527656400000,1527660000000,1527663600000,1527667200000,1527670800000,1527674400000,1527678000000,1527681600000,1527685200000,1527688800000,1527692400000,1527696000000,1527699600000,1527703200000,1527706800000,1527710400000,1527714000000,1527717600000,1527721200000,1527724800000,1527728400000,1527732000000,1527735600000,1527739200000,1527742800000,1527746400000,1527750000000,1527753600000,1527757200000,1527760800000,1527764400000,1527768000000,1527771600000,1527775200000,1527778800000,1527782400000,1527786000000,1527789600000,1527793200000,1527796800000,1527800400000,1527804000000,1527807600000,1527811200000,1527814800000,1527818400000,1527822000000,1527825600000,1527829200000,1527832800000,1527836400000,1527840000000,1527843600000,1527847200000,1527850800000,1527854400000,1527858000000,1527861600000,1527865200000,1527868800000,1527872400000,1527876000000,1527879600000,1527883200000,1527886800000,1527890400000,1527894000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[220,80,30,70,60,180,460,730,640,880,910,890,930,1100,870,990,820,1120,1020,990,840,660,600,490,170,110,30,20,50,140,300,640,860,1310,880,1240,1020,1280,1150,1120,800,1190,1160,1250,1170,1030,580,540,130,10,20,30,120,540,670,620,610,770,560,920,1030,950,960,890,960,1220,1280,1140,1260,800,600,290,200,40,0,40,40,290,400,600,590,710,740,1080,1000,1320,780,950,1010,880,1060,1080,1330,900,570,330,130,90,40,60,140,280,370,950,710,800,960,1150,910,910,940,1050,1000,1240,1150,970,1130,950,480,180,120,60,20,30,80,370,480,550,640,730,850,710,1000,810,890,940,1100,1170,1180,1380,1350,720,550,220,70,40,50,30,140,310,730,700,830,810,870,880,880,1010,900,890,980,990,780,1070,1030,730,490,270]},{"name":"URL","color":"#2373DB","values":[100,10,10,0,20,140,150,230,610,680,850,640,720,670,620,700,800,770,800,660,640,560,420,220,50,80,30,0,0,50,50,200,300,740,500,480,400,450,470,660,810,980,860,770,900,600,270,120,30,10,0,10,30,110,240,350,470,450,580,670,770,690,680,820,1150,950,960,930,790,540,340,130,60,90,0,20,40,170,220,290,400,510,610,680,870,610,690,790,980,930,1150,1050,660,580,380,200,120,60,50,0,70,260,200,320,450,500,560,620,540,690,1050,840,1180,1230,980,940,1030,750,440,140,140,60,20,0,10,210,280,380,550,710,600,750,640,590,560,760,970,950,1060,990,830,720,290,130,30,30,70,60,120,110,280,350,660,660,520,760,750,650,630,760,1050,1100,700,1190,680,540,390,230]},{"name":"Groups","color":"#9ED448","values":[120,50,40,20,70,160,460,530,610,900,810,830,630,580,510,530,510,690,660,640,990,920,670,590,420,190,60,20,20,90,190,450,530,880,580,870,550,560,960,600,520,820,1020,1380,1210,1450,890,420,180,70,10,20,170,320,520,310,370,590,910,910,950,700,730,730,760,930,920,1580,1410,1240,850,330,180,10,20,40,90,340,430,540,960,520,760,730,890,680,730,610,880,870,810,900,1400,1030,550,230,170,50,40,10,60,310,370,1140,500,560,690,730,840,630,1010,720,810,1060,910,1190,1390,1360,770,290,360,70,30,10,90,410,460,480,590,690,1010,980,650,610,730,920,850,700,780,950,1350,1360,800,300,110,50,0,10,80,380,520,500,810,820,670,960,680,690,990,580,630,760,680,1210,1140,1130,760,380]},{"name":"Channel","color":"#4fae4e","values":[10,20,0,0,10,20,10,10,70,30,100,70,70,90,90,10,40,60,60,60,50,50,40,20,50,20,10,0,0,0,20,50,100,40,20,90,30,40,60,30,80,70,40,50,40,100,80,50,10,0,0,0,10,10,10,30,40,40,30,50,70,90,30,40,70,40,20,60,40,50,70,20,30,0,0,0,10,0,20,20,70,20,50,20,60,140,20,30,60,120,30,70,80,50,20,20,0,0,0,10,0,40,0,50,40,30,70,50,40,60,50,70,60,60,30,40,80,160,110,20,10,0,0,10,0,20,110,10,50,20,80,50,50,20,80,60,120,140,90,60,50,40,30,60,20,0,40,0,0,30,30,40,30,30,30,70,60,50,20,70,140,30,50,60,140,40,30,30]},{"name":"Search","color":"#F5BD25","values":[10,0,0,0,50,90,310,80,120,50,80,90,120,80,40,280,170,90,80,130,20,20,80,40,50,30,0,0,10,0,30,210,100,80,150,50,120,90,140,80,60,180,80,110,210,80,70,10,30,0,0,0,50,300,130,70,30,80,90,100,10,80,40,90,60,90,110,150,80,20,90,90,30,10,0,0,240,130,370,100,20,40,100,50,110,120,180,140,130,640,50,80,130,220,170,190,10,0,0,10,90,110,130,400,90,90,170,610,80,80,180,190,150,270,100,150,130,190,120,20,20,0,0,10,70,50,260,120,50,110,80,40,130,130,260,130,130,240,180,190,90,170,110,10,0,40,40,0,130,200,230,100,60,120,50,120,150,50,100,80,40,50,60,120,240,330,0,20]},{"name":"Other","color":"#F79E39","values":[10,0,30,0,20,80,110,150,110,130,180,130,210,110,110,200,100,140,120,110,150,80,90,70,60,40,0,0,0,30,140,60,110,160,120,140,150,210,210,250,100,120,200,80,320,160,80,10,10,40,0,10,10,80,110,120,120,100,200,140,210,140,120,220,170,190,250,270,250,250,130,110,30,10,0,0,20,90,120,100,200,180,210,200,300,210,140,170,220,230,240,240,200,190,170,30,0,60,20,30,80,160,90,180,100,120,230,150,170,160,150,210,170,150,200,220,240,130,130,40,10,10,0,0,30,120,150,130,60,200,180,220,180,110,100,160,220,200,180,270,200,180,150,90,40,10,0,20,70,80,160,140,90,220,190,140,220,150,100,140,110,110,120,160,210,100,80,60]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,10,20,20,0,20,10,10,0,20,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,20,10,0,10,10,10,20,20,10,10,0,20,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,10,0,0,0,0,40,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,20,0,0,0,0,0,0,0,0,0,10,10,0,10,0,0,0,0,0,0,10,0,30,20,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,10,10,0,0,0,10,0,0,0,0,0,10,0,0,30,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/30.json b/dist/chartDummyData/views_zoom/2018-05/30.json new file mode 100644 index 000000000..dd81fba36 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/30.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1527379200000,1527382800000,1527386400000,1527390000000,1527393600000,1527397200000,1527400800000,1527404400000,1527408000000,1527411600000,1527415200000,1527418800000,1527422400000,1527426000000,1527429600000,1527433200000,1527436800000,1527440400000,1527444000000,1527447600000,1527451200000,1527454800000,1527458400000,1527462000000,1527465600000,1527469200000,1527472800000,1527476400000,1527480000000,1527483600000,1527487200000,1527490800000,1527494400000,1527498000000,1527501600000,1527505200000,1527508800000,1527512400000,1527516000000,1527519600000,1527523200000,1527526800000,1527530400000,1527534000000,1527537600000,1527541200000,1527544800000,1527548400000,1527552000000,1527555600000,1527559200000,1527562800000,1527566400000,1527570000000,1527573600000,1527577200000,1527580800000,1527584400000,1527588000000,1527591600000,1527595200000,1527598800000,1527602400000,1527606000000,1527609600000,1527613200000,1527616800000,1527620400000,1527624000000,1527627600000,1527631200000,1527634800000,1527638400000,1527642000000,1527645600000,1527649200000,1527652800000,1527656400000,1527660000000,1527663600000,1527667200000,1527670800000,1527674400000,1527678000000,1527681600000,1527685200000,1527688800000,1527692400000,1527696000000,1527699600000,1527703200000,1527706800000,1527710400000,1527714000000,1527717600000,1527721200000,1527724800000,1527728400000,1527732000000,1527735600000,1527739200000,1527742800000,1527746400000,1527750000000,1527753600000,1527757200000,1527760800000,1527764400000,1527768000000,1527771600000,1527775200000,1527778800000,1527782400000,1527786000000,1527789600000,1527793200000,1527796800000,1527800400000,1527804000000,1527807600000,1527811200000,1527814800000,1527818400000,1527822000000,1527825600000,1527829200000,1527832800000,1527836400000,1527840000000,1527843600000,1527847200000,1527850800000,1527854400000,1527858000000,1527861600000,1527865200000,1527868800000,1527872400000,1527876000000,1527879600000,1527883200000,1527886800000,1527890400000,1527894000000,1527897600000,1527901200000,1527904800000,1527908400000,1527912000000,1527915600000,1527919200000,1527922800000,1527926400000,1527930000000,1527933600000,1527937200000,1527940800000,1527944400000,1527948000000,1527951600000,1527955200000,1527958800000,1527962400000,1527966000000,1527969600000,1527973200000,1527976800000,1527980400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[170,110,30,20,50,140,300,640,860,1310,880,1240,1020,1280,1150,1120,800,1190,1160,1250,1170,1030,580,540,130,10,20,30,120,540,670,620,610,770,560,920,1030,950,960,890,960,1220,1280,1140,1260,800,600,290,200,40,0,40,40,290,400,600,590,710,740,1080,1000,1320,780,950,1010,880,1060,1080,1330,900,570,330,130,90,40,60,140,280,370,950,710,800,960,1150,910,910,940,1050,1000,1240,1150,970,1130,950,480,180,120,60,20,30,80,370,480,550,640,730,850,710,1000,810,890,940,1100,1170,1180,1380,1350,720,550,220,70,40,50,30,140,310,730,700,830,810,870,880,880,1010,900,890,980,990,780,1070,1030,730,490,270,170,40,20,30,20,170,510,670,760,790,790,930,770,970,940,1020,1040,990,940,800,930,660,520,460]},{"name":"URL","color":"#2373DB","values":[50,80,30,0,0,50,50,200,300,740,500,480,400,450,470,660,810,980,860,770,900,600,270,120,30,10,0,10,30,110,240,350,470,450,580,670,770,690,680,820,1150,950,960,930,790,540,340,130,60,90,0,20,40,170,220,290,400,510,610,680,870,610,690,790,980,930,1150,1050,660,580,380,200,120,60,50,0,70,260,200,320,450,500,560,620,540,690,1050,840,1180,1230,980,940,1030,750,440,140,140,60,20,0,10,210,280,380,550,710,600,750,640,590,560,760,970,950,1060,990,830,720,290,130,30,30,70,60,120,110,280,350,660,660,520,760,750,650,630,760,1050,1100,700,1190,680,540,390,230,170,40,0,0,0,90,110,180,460,610,810,580,570,560,490,680,620,690,930,630,430,480,430,220]},{"name":"Groups","color":"#9ED448","values":[420,190,60,20,20,90,190,450,530,880,580,870,550,560,960,600,520,820,1020,1380,1210,1450,890,420,180,70,10,20,170,320,520,310,370,590,910,910,950,700,730,730,760,930,920,1580,1410,1240,850,330,180,10,20,40,90,340,430,540,960,520,760,730,890,680,730,610,880,870,810,900,1400,1030,550,230,170,50,40,10,60,310,370,1140,500,560,690,730,840,630,1010,720,810,1060,910,1190,1390,1360,770,290,360,70,30,10,90,410,460,480,590,690,1010,980,650,610,730,920,850,700,780,950,1350,1360,800,300,110,50,0,10,80,380,520,500,810,820,670,960,680,690,990,580,630,760,680,1210,1140,1130,760,380,190,130,10,30,80,110,230,310,500,680,680,660,640,530,690,1000,600,520,530,760,660,800,1130,470]},{"name":"Channel","color":"#4fae4e","values":[50,20,10,0,0,0,20,50,100,40,20,90,30,40,60,30,80,70,40,50,40,100,80,50,10,0,0,0,10,10,10,30,40,40,30,50,70,90,30,40,70,40,20,60,40,50,70,20,30,0,0,0,10,0,20,20,70,20,50,20,60,140,20,30,60,120,30,70,80,50,20,20,0,0,0,10,0,40,0,50,40,30,70,50,40,60,50,70,60,60,30,40,80,160,110,20,10,0,0,10,0,20,110,10,50,20,80,50,50,20,80,60,120,140,90,60,50,40,30,60,20,0,40,0,0,30,30,40,30,30,30,70,60,50,20,70,140,30,50,60,140,40,30,30,20,0,0,10,10,20,30,0,20,60,20,20,90,80,30,70,70,90,40,60,70,50,120,40]},{"name":"Search","color":"#F5BD25","values":[50,30,0,0,10,0,30,210,100,80,150,50,120,90,140,80,60,180,80,110,210,80,70,10,30,0,0,0,50,300,130,70,30,80,90,100,10,80,40,90,60,90,110,150,80,20,90,90,30,10,0,0,240,130,370,100,20,40,100,50,110,120,180,140,130,640,50,80,130,220,170,190,10,0,0,10,90,110,130,400,90,90,170,610,80,80,180,190,150,270,100,150,130,190,120,20,20,0,0,10,70,50,260,120,50,110,80,40,130,130,260,130,130,240,180,190,90,170,110,10,0,40,40,0,130,200,230,100,60,120,50,120,150,50,100,80,40,50,60,120,240,330,0,20,40,20,10,0,0,20,280,80,170,110,120,140,80,130,160,180,70,50,140,130,20,140,90,10]},{"name":"Other","color":"#F79E39","values":[60,40,0,0,0,30,140,60,110,160,120,140,150,210,210,250,100,120,200,80,320,160,80,10,10,40,0,10,10,80,110,120,120,100,200,140,210,140,120,220,170,190,250,270,250,250,130,110,30,10,0,0,20,90,120,100,200,180,210,200,300,210,140,170,220,230,240,240,200,190,170,30,0,60,20,30,80,160,90,180,100,120,230,150,170,160,150,210,170,150,200,220,240,130,130,40,10,10,0,0,30,120,150,130,60,200,180,220,180,110,100,160,220,200,180,270,200,180,150,90,40,10,0,20,70,80,160,140,90,220,190,140,220,150,100,140,110,110,120,160,210,100,80,60,50,30,20,0,10,50,70,140,140,70,190,140,210,80,120,70,200,150,240,180,120,170,70,30]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,20,10,0,10,10,10,20,20,10,10,0,20,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,10,0,0,0,0,40,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,20,0,0,0,0,0,0,0,0,0,10,10,0,10,0,0,0,0,0,0,10,0,30,20,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,10,10,0,0,0,10,0,0,0,0,0,10,0,0,30,0,0,0,10,0,0,0,0,0,0,10,0,10,10,10,0,20,0,20,10,20,0,0,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-05/31.json b/dist/chartDummyData/views_zoom/2018-05/31.json new file mode 100644 index 000000000..dd08b3914 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-05/31.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1527465600000,1527469200000,1527472800000,1527476400000,1527480000000,1527483600000,1527487200000,1527490800000,1527494400000,1527498000000,1527501600000,1527505200000,1527508800000,1527512400000,1527516000000,1527519600000,1527523200000,1527526800000,1527530400000,1527534000000,1527537600000,1527541200000,1527544800000,1527548400000,1527552000000,1527555600000,1527559200000,1527562800000,1527566400000,1527570000000,1527573600000,1527577200000,1527580800000,1527584400000,1527588000000,1527591600000,1527595200000,1527598800000,1527602400000,1527606000000,1527609600000,1527613200000,1527616800000,1527620400000,1527624000000,1527627600000,1527631200000,1527634800000,1527638400000,1527642000000,1527645600000,1527649200000,1527652800000,1527656400000,1527660000000,1527663600000,1527667200000,1527670800000,1527674400000,1527678000000,1527681600000,1527685200000,1527688800000,1527692400000,1527696000000,1527699600000,1527703200000,1527706800000,1527710400000,1527714000000,1527717600000,1527721200000,1527724800000,1527728400000,1527732000000,1527735600000,1527739200000,1527742800000,1527746400000,1527750000000,1527753600000,1527757200000,1527760800000,1527764400000,1527768000000,1527771600000,1527775200000,1527778800000,1527782400000,1527786000000,1527789600000,1527793200000,1527796800000,1527800400000,1527804000000,1527807600000,1527811200000,1527814800000,1527818400000,1527822000000,1527825600000,1527829200000,1527832800000,1527836400000,1527840000000,1527843600000,1527847200000,1527850800000,1527854400000,1527858000000,1527861600000,1527865200000,1527868800000,1527872400000,1527876000000,1527879600000,1527883200000,1527886800000,1527890400000,1527894000000,1527897600000,1527901200000,1527904800000,1527908400000,1527912000000,1527915600000,1527919200000,1527922800000,1527926400000,1527930000000,1527933600000,1527937200000,1527940800000,1527944400000,1527948000000,1527951600000,1527955200000,1527958800000,1527962400000,1527966000000,1527969600000,1527973200000,1527976800000,1527980400000,1527984000000,1527987600000,1527991200000,1527994800000,1527998400000,1528002000000,1528005600000,1528009200000,1528012800000,1528016400000,1528020000000,1528023600000,1528027200000,1528030800000,1528034400000,1528038000000,1528041600000,1528045200000,1528048800000,1528052400000,1528056000000,1528059600000,1528063200000,1528066800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[130,10,20,30,120,540,670,620,610,770,560,920,1030,950,960,890,960,1220,1280,1140,1260,800,600,290,200,40,0,40,40,290,400,600,590,710,740,1080,1000,1320,780,950,1010,880,1060,1080,1330,900,570,330,130,90,40,60,140,280,370,950,710,800,960,1150,910,910,940,1050,1000,1240,1150,970,1130,950,480,180,120,60,20,30,80,370,480,550,640,730,850,710,1000,810,890,940,1100,1170,1180,1380,1350,720,550,220,70,40,50,30,140,310,730,700,830,810,870,880,880,1010,900,890,980,990,780,1070,1030,730,490,270,170,40,20,30,20,170,510,670,760,790,790,930,770,970,940,1020,1040,990,940,800,930,660,520,460,200,110,30,10,100,110,230,640,730,840,970,1010,1160,660,1110,1080,1110,1260,1290,1010,1100,920,470,370]},{"name":"URL","color":"#2373DB","values":[30,10,0,10,30,110,240,350,470,450,580,670,770,690,680,820,1150,950,960,930,790,540,340,130,60,90,0,20,40,170,220,290,400,510,610,680,870,610,690,790,980,930,1150,1050,660,580,380,200,120,60,50,0,70,260,200,320,450,500,560,620,540,690,1050,840,1180,1230,980,940,1030,750,440,140,140,60,20,0,10,210,280,380,550,710,600,750,640,590,560,760,970,950,1060,990,830,720,290,130,30,30,70,60,120,110,280,350,660,660,520,760,750,650,630,760,1050,1100,700,1190,680,540,390,230,170,40,0,0,0,90,110,180,460,610,810,580,570,560,490,680,620,690,930,630,430,480,430,220,210,190,20,20,10,10,130,190,460,670,730,500,510,670,550,660,720,780,900,730,830,560,490,120]},{"name":"Groups","color":"#9ED448","values":[180,70,10,20,170,320,520,310,370,590,910,910,950,700,730,730,760,930,920,1580,1410,1240,850,330,180,10,20,40,90,340,430,540,960,520,760,730,890,680,730,610,880,870,810,900,1400,1030,550,230,170,50,40,10,60,310,370,1140,500,560,690,730,840,630,1010,720,810,1060,910,1190,1390,1360,770,290,360,70,30,10,90,410,460,480,590,690,1010,980,650,610,730,920,850,700,780,950,1350,1360,800,300,110,50,0,10,80,380,520,500,810,820,670,960,680,690,990,580,630,760,680,1210,1140,1130,760,380,190,130,10,30,80,110,230,310,500,680,680,660,640,530,690,1000,600,520,530,760,660,800,1130,470,220,90,130,20,20,40,220,540,530,770,830,740,830,920,720,780,980,910,880,970,1450,1150,990,460]},{"name":"Channel","color":"#4fae4e","values":[10,0,0,0,10,10,10,30,40,40,30,50,70,90,30,40,70,40,20,60,40,50,70,20,30,0,0,0,10,0,20,20,70,20,50,20,60,140,20,30,60,120,30,70,80,50,20,20,0,0,0,10,0,40,0,50,40,30,70,50,40,60,50,70,60,60,30,40,80,160,110,20,10,0,0,10,0,20,110,10,50,20,80,50,50,20,80,60,120,140,90,60,50,40,30,60,20,0,40,0,0,30,30,40,30,30,30,70,60,50,20,70,140,30,50,60,140,40,30,30,20,0,0,10,10,20,30,0,20,60,20,20,90,80,30,70,70,90,40,60,70,50,120,40,0,0,0,0,0,20,10,20,50,50,70,30,40,60,60,60,90,120,110,110,40,20,50,110]},{"name":"Search","color":"#F5BD25","values":[30,0,0,0,50,300,130,70,30,80,90,100,10,80,40,90,60,90,110,150,80,20,90,90,30,10,0,0,240,130,370,100,20,40,100,50,110,120,180,140,130,640,50,80,130,220,170,190,10,0,0,10,90,110,130,400,90,90,170,610,80,80,180,190,150,270,100,150,130,190,120,20,20,0,0,10,70,50,260,120,50,110,80,40,130,130,260,130,130,240,180,190,90,170,110,10,0,40,40,0,130,200,230,100,60,120,50,120,150,50,100,80,40,50,60,120,240,330,0,20,40,20,10,0,0,20,280,80,170,110,120,140,80,130,160,180,70,50,140,130,20,140,90,10,0,0,0,0,40,10,270,80,110,110,80,50,370,100,60,200,100,220,190,140,60,50,30,0]},{"name":"Other","color":"#F79E39","values":[10,40,0,10,10,80,110,120,120,100,200,140,210,140,120,220,170,190,250,270,250,250,130,110,30,10,0,0,20,90,120,100,200,180,210,200,300,210,140,170,220,230,240,240,200,190,170,30,0,60,20,30,80,160,90,180,100,120,230,150,170,160,150,210,170,150,200,220,240,130,130,40,10,10,0,0,30,120,150,130,60,200,180,220,180,110,100,160,220,200,180,270,200,180,150,90,40,10,0,20,70,80,160,140,90,220,190,140,220,150,100,140,110,110,120,160,210,100,80,60,50,30,20,0,10,50,70,140,140,70,190,140,210,80,120,70,200,150,240,180,120,170,70,30,10,0,10,10,20,20,40,50,190,160,180,130,150,150,110,140,180,160,160,220,160,220,90,20]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,0,0,0,0,10,0,0,0,0,40,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,20,0,0,0,0,0,0,0,0,0,10,10,0,10,0,0,0,0,0,0,10,0,30,20,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,10,10,0,0,0,10,0,0,0,0,0,10,0,0,30,0,0,0,10,0,0,0,0,0,0,10,0,10,10,10,0,20,0,20,10,20,0,0,0,10,0,0,0,0,10,0,10,0,0,0,0,10,0,0,20,0,10,0,0,10,0,20,0,20,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/01.json b/dist/chartDummyData/views_zoom/2018-06/01.json new file mode 100644 index 000000000..e704ba8f5 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/01.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1527552000000,1527555600000,1527559200000,1527562800000,1527566400000,1527570000000,1527573600000,1527577200000,1527580800000,1527584400000,1527588000000,1527591600000,1527595200000,1527598800000,1527602400000,1527606000000,1527609600000,1527613200000,1527616800000,1527620400000,1527624000000,1527627600000,1527631200000,1527634800000,1527638400000,1527642000000,1527645600000,1527649200000,1527652800000,1527656400000,1527660000000,1527663600000,1527667200000,1527670800000,1527674400000,1527678000000,1527681600000,1527685200000,1527688800000,1527692400000,1527696000000,1527699600000,1527703200000,1527706800000,1527710400000,1527714000000,1527717600000,1527721200000,1527724800000,1527728400000,1527732000000,1527735600000,1527739200000,1527742800000,1527746400000,1527750000000,1527753600000,1527757200000,1527760800000,1527764400000,1527768000000,1527771600000,1527775200000,1527778800000,1527782400000,1527786000000,1527789600000,1527793200000,1527796800000,1527800400000,1527804000000,1527807600000,1527811200000,1527814800000,1527818400000,1527822000000,1527825600000,1527829200000,1527832800000,1527836400000,1527840000000,1527843600000,1527847200000,1527850800000,1527854400000,1527858000000,1527861600000,1527865200000,1527868800000,1527872400000,1527876000000,1527879600000,1527883200000,1527886800000,1527890400000,1527894000000,1527897600000,1527901200000,1527904800000,1527908400000,1527912000000,1527915600000,1527919200000,1527922800000,1527926400000,1527930000000,1527933600000,1527937200000,1527940800000,1527944400000,1527948000000,1527951600000,1527955200000,1527958800000,1527962400000,1527966000000,1527969600000,1527973200000,1527976800000,1527980400000,1527984000000,1527987600000,1527991200000,1527994800000,1527998400000,1528002000000,1528005600000,1528009200000,1528012800000,1528016400000,1528020000000,1528023600000,1528027200000,1528030800000,1528034400000,1528038000000,1528041600000,1528045200000,1528048800000,1528052400000,1528056000000,1528059600000,1528063200000,1528066800000,1528070400000,1528074000000,1528077600000,1528081200000,1528084800000,1528088400000,1528092000000,1528095600000,1528099200000,1528102800000,1528106400000,1528110000000,1528113600000,1528117200000,1528120800000,1528124400000,1528128000000,1528131600000,1528135200000,1528138800000,1528142400000,1528146000000,1528149600000,1528153200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[200,40,0,40,40,290,400,600,590,710,740,1080,1000,1320,780,950,1010,880,1060,1080,1330,900,570,330,130,90,40,60,140,280,370,950,710,800,960,1150,910,910,940,1050,1000,1240,1150,970,1130,950,480,180,120,60,20,30,80,370,480,550,640,730,850,710,1000,810,890,940,1100,1170,1180,1380,1350,720,550,220,70,40,50,30,140,310,730,700,830,810,870,880,880,1010,900,890,980,990,780,1070,1030,730,490,270,170,40,20,30,20,170,510,670,760,790,790,930,770,970,940,1020,1040,990,940,800,930,660,520,460,200,110,30,10,100,110,230,640,730,840,970,1010,1160,660,1110,1080,1110,1260,1290,1010,1100,920,470,370,250,140,40,20,80,310,400,750,720,970,820,1150,1100,970,890,660,840,1100,1240,1360,1100,880,480,300]},{"name":"URL","color":"#2373DB","values":[60,90,0,20,40,170,220,290,400,510,610,680,870,610,690,790,980,930,1150,1050,660,580,380,200,120,60,50,0,70,260,200,320,450,500,560,620,540,690,1050,840,1180,1230,980,940,1030,750,440,140,140,60,20,0,10,210,280,380,550,710,600,750,640,590,560,760,970,950,1060,990,830,720,290,130,30,30,70,60,120,110,280,350,660,660,520,760,750,650,630,760,1050,1100,700,1190,680,540,390,230,170,40,0,0,0,90,110,180,460,610,810,580,570,560,490,680,620,690,930,630,430,480,430,220,210,190,20,20,10,10,130,190,460,670,730,500,510,670,550,660,720,780,900,730,830,560,490,120,20,60,0,0,0,120,180,300,450,450,630,720,600,680,690,770,830,920,810,780,960,520,290,120]},{"name":"Groups","color":"#9ED448","values":[180,10,20,40,90,340,430,540,960,520,760,730,890,680,730,610,880,870,810,900,1400,1030,550,230,170,50,40,10,60,310,370,1140,500,560,690,730,840,630,1010,720,810,1060,910,1190,1390,1360,770,290,360,70,30,10,90,410,460,480,590,690,1010,980,650,610,730,920,850,700,780,950,1350,1360,800,300,110,50,0,10,80,380,520,500,810,820,670,960,680,690,990,580,630,760,680,1210,1140,1130,760,380,190,130,10,30,80,110,230,310,500,680,680,660,640,530,690,1000,600,520,530,760,660,800,1130,470,220,90,130,20,20,40,220,540,530,770,830,740,830,920,720,780,980,910,880,970,1450,1150,990,460,280,50,10,30,70,380,540,670,640,660,710,780,700,650,620,830,920,830,1150,1010,1860,1490,900,400]},{"name":"Channel","color":"#4fae4e","values":[30,0,0,0,10,0,20,20,70,20,50,20,60,140,20,30,60,120,30,70,80,50,20,20,0,0,0,10,0,40,0,50,40,30,70,50,40,60,50,70,60,60,30,40,80,160,110,20,10,0,0,10,0,20,110,10,50,20,80,50,50,20,80,60,120,140,90,60,50,40,30,60,20,0,40,0,0,30,30,40,30,30,30,70,60,50,20,70,140,30,50,60,140,40,30,30,20,0,0,10,10,20,30,0,20,60,20,20,90,80,30,70,70,90,40,60,70,50,120,40,0,0,0,0,0,20,10,20,50,50,70,30,40,60,60,60,90,120,110,110,40,20,50,110,20,20,0,0,0,0,0,60,70,60,60,100,50,150,80,30,80,90,60,70,60,50,50,50]},{"name":"Search","color":"#F5BD25","values":[30,10,0,0,240,130,370,100,20,40,100,50,110,120,180,140,130,640,50,80,130,220,170,190,10,0,0,10,90,110,130,400,90,90,170,610,80,80,180,190,150,270,100,150,130,190,120,20,20,0,0,10,70,50,260,120,50,110,80,40,130,130,260,130,130,240,180,190,90,170,110,10,0,40,40,0,130,200,230,100,60,120,50,120,150,50,100,80,40,50,60,120,240,330,0,20,40,20,10,0,0,20,280,80,170,110,120,140,80,130,160,180,70,50,140,130,20,140,90,10,0,0,0,0,40,10,270,80,110,110,80,50,370,100,60,200,100,220,190,140,60,50,30,0,10,0,10,50,140,90,30,40,30,160,10,140,100,200,380,70,90,100,120,220,200,150,10,110]},{"name":"Other","color":"#F79E39","values":[30,10,0,0,20,90,120,100,200,180,210,200,300,210,140,170,220,230,240,240,200,190,170,30,0,60,20,30,80,160,90,180,100,120,230,150,170,160,150,210,170,150,200,220,240,130,130,40,10,10,0,0,30,120,150,130,60,200,180,220,180,110,100,160,220,200,180,270,200,180,150,90,40,10,0,20,70,80,160,140,90,220,190,140,220,150,100,140,110,110,120,160,210,100,80,60,50,30,20,0,10,50,70,140,140,70,190,140,210,80,120,70,200,150,240,180,120,170,70,30,10,0,10,10,20,20,40,50,190,160,180,130,150,150,110,140,180,160,160,220,160,220,90,20,30,10,0,0,60,220,100,90,90,110,150,200,160,170,130,170,210,180,100,250,240,270,100,20]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,20,0,0,0,0,0,0,0,0,0,10,10,0,10,0,0,0,0,0,0,10,0,30,20,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,10,10,0,0,0,10,0,0,0,0,0,10,0,0,30,0,0,0,10,0,0,0,0,0,0,10,0,10,10,10,0,20,0,20,10,20,0,0,0,10,0,0,0,0,10,0,10,0,0,0,0,10,0,0,20,0,10,0,0,10,0,20,0,20,0,0,0,0,0,0,0,0,0,10,10,0,0,0,10,10,0,0,40,30,0,10,0,20,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/02.json b/dist/chartDummyData/views_zoom/2018-06/02.json new file mode 100644 index 000000000..33976cffd --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/02.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1527638400000,1527642000000,1527645600000,1527649200000,1527652800000,1527656400000,1527660000000,1527663600000,1527667200000,1527670800000,1527674400000,1527678000000,1527681600000,1527685200000,1527688800000,1527692400000,1527696000000,1527699600000,1527703200000,1527706800000,1527710400000,1527714000000,1527717600000,1527721200000,1527724800000,1527728400000,1527732000000,1527735600000,1527739200000,1527742800000,1527746400000,1527750000000,1527753600000,1527757200000,1527760800000,1527764400000,1527768000000,1527771600000,1527775200000,1527778800000,1527782400000,1527786000000,1527789600000,1527793200000,1527796800000,1527800400000,1527804000000,1527807600000,1527811200000,1527814800000,1527818400000,1527822000000,1527825600000,1527829200000,1527832800000,1527836400000,1527840000000,1527843600000,1527847200000,1527850800000,1527854400000,1527858000000,1527861600000,1527865200000,1527868800000,1527872400000,1527876000000,1527879600000,1527883200000,1527886800000,1527890400000,1527894000000,1527897600000,1527901200000,1527904800000,1527908400000,1527912000000,1527915600000,1527919200000,1527922800000,1527926400000,1527930000000,1527933600000,1527937200000,1527940800000,1527944400000,1527948000000,1527951600000,1527955200000,1527958800000,1527962400000,1527966000000,1527969600000,1527973200000,1527976800000,1527980400000,1527984000000,1527987600000,1527991200000,1527994800000,1527998400000,1528002000000,1528005600000,1528009200000,1528012800000,1528016400000,1528020000000,1528023600000,1528027200000,1528030800000,1528034400000,1528038000000,1528041600000,1528045200000,1528048800000,1528052400000,1528056000000,1528059600000,1528063200000,1528066800000,1528070400000,1528074000000,1528077600000,1528081200000,1528084800000,1528088400000,1528092000000,1528095600000,1528099200000,1528102800000,1528106400000,1528110000000,1528113600000,1528117200000,1528120800000,1528124400000,1528128000000,1528131600000,1528135200000,1528138800000,1528142400000,1528146000000,1528149600000,1528153200000,1528156800000,1528160400000,1528164000000,1528167600000,1528171200000,1528174800000,1528178400000,1528182000000,1528185600000,1528189200000,1528192800000,1528196400000,1528200000000,1528203600000,1528207200000,1528210800000,1528214400000,1528218000000,1528221600000,1528225200000,1528228800000,1528232400000,1528236000000,1528239600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[130,90,40,60,140,280,370,950,710,800,960,1150,910,910,940,1050,1000,1240,1150,970,1130,950,480,180,120,60,20,30,80,370,480,550,640,730,850,710,1000,810,890,940,1100,1170,1180,1380,1350,720,550,220,70,40,50,30,140,310,730,700,830,810,870,880,880,1010,900,890,980,990,780,1070,1030,730,490,270,170,40,20,30,20,170,510,670,760,790,790,930,770,970,940,1020,1040,990,940,800,930,660,520,460,200,110,30,10,100,110,230,640,730,840,970,1010,1160,660,1110,1080,1110,1260,1290,1010,1100,920,470,370,250,140,40,20,80,310,400,750,720,970,820,1150,1100,970,890,660,840,1100,1240,1360,1100,880,480,300,80,30,20,40,70,220,570,650,800,780,830,970,940,1040,920,910,1070,1010,1190,1020,970,940,440,400]},{"name":"URL","color":"#2373DB","values":[120,60,50,0,70,260,200,320,450,500,560,620,540,690,1050,840,1180,1230,980,940,1030,750,440,140,140,60,20,0,10,210,280,380,550,710,600,750,640,590,560,760,970,950,1060,990,830,720,290,130,30,30,70,60,120,110,280,350,660,660,520,760,750,650,630,760,1050,1100,700,1190,680,540,390,230,170,40,0,0,0,90,110,180,460,610,810,580,570,560,490,680,620,690,930,630,430,480,430,220,210,190,20,20,10,10,130,190,460,670,730,500,510,670,550,660,720,780,900,730,830,560,490,120,20,60,0,0,0,120,180,300,450,450,630,720,600,680,690,770,830,920,810,780,960,520,290,120,90,40,40,0,40,60,300,430,500,510,700,640,860,540,530,680,940,1000,1000,730,1220,550,410,130]},{"name":"Groups","color":"#9ED448","values":[170,50,40,10,60,310,370,1140,500,560,690,730,840,630,1010,720,810,1060,910,1190,1390,1360,770,290,360,70,30,10,90,410,460,480,590,690,1010,980,650,610,730,920,850,700,780,950,1350,1360,800,300,110,50,0,10,80,380,520,500,810,820,670,960,680,690,990,580,630,760,680,1210,1140,1130,760,380,190,130,10,30,80,110,230,310,500,680,680,660,640,530,690,1000,600,520,530,760,660,800,1130,470,220,90,130,20,20,40,220,540,530,770,830,740,830,920,720,780,980,910,880,970,1450,1150,990,460,280,50,10,30,70,380,540,670,640,660,710,780,700,650,620,830,920,830,1150,1010,1860,1490,900,400,150,70,30,40,80,270,380,690,550,590,1210,810,880,640,660,710,920,850,990,1190,1590,1110,910,350]},{"name":"Channel","color":"#4fae4e","values":[0,0,0,10,0,40,0,50,40,30,70,50,40,60,50,70,60,60,30,40,80,160,110,20,10,0,0,10,0,20,110,10,50,20,80,50,50,20,80,60,120,140,90,60,50,40,30,60,20,0,40,0,0,30,30,40,30,30,30,70,60,50,20,70,140,30,50,60,140,40,30,30,20,0,0,10,10,20,30,0,20,60,20,20,90,80,30,70,70,90,40,60,70,50,120,40,0,0,0,0,0,20,10,20,50,50,70,30,40,60,60,60,90,120,110,110,40,20,50,110,20,20,0,0,0,0,0,60,70,60,60,100,50,150,80,30,80,90,60,70,60,50,50,50,20,10,10,10,0,20,30,40,10,30,20,20,40,30,1950,390,60,50,50,90,80,20,50,0]},{"name":"Search","color":"#F5BD25","values":[10,0,0,10,90,110,130,400,90,90,170,610,80,80,180,190,150,270,100,150,130,190,120,20,20,0,0,10,70,50,260,120,50,110,80,40,130,130,260,130,130,240,180,190,90,170,110,10,0,40,40,0,130,200,230,100,60,120,50,120,150,50,100,80,40,50,60,120,240,330,0,20,40,20,10,0,0,20,280,80,170,110,120,140,80,130,160,180,70,50,140,130,20,140,90,10,0,0,0,0,40,10,270,80,110,110,80,50,370,100,60,200,100,220,190,140,60,50,30,0,10,0,10,50,140,90,30,40,30,160,10,140,100,200,380,70,90,100,120,220,200,150,10,110,100,80,0,0,40,100,140,70,100,170,40,200,70,200,80,130,150,70,190,150,80,80,50,20]},{"name":"Other","color":"#F79E39","values":[0,60,20,30,80,160,90,180,100,120,230,150,170,160,150,210,170,150,200,220,240,130,130,40,10,10,0,0,30,120,150,130,60,200,180,220,180,110,100,160,220,200,180,270,200,180,150,90,40,10,0,20,70,80,160,140,90,220,190,140,220,150,100,140,110,110,120,160,210,100,80,60,50,30,20,0,10,50,70,140,140,70,190,140,210,80,120,70,200,150,240,180,120,170,70,30,10,0,10,10,20,20,40,50,190,160,180,130,150,150,110,140,180,160,160,220,160,220,90,20,30,10,0,0,60,220,100,90,90,110,150,200,160,170,130,170,210,180,100,250,240,270,100,20,20,20,0,0,30,100,60,170,140,120,110,170,160,190,140,150,110,170,180,270,230,150,90,40]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,10,0,10,0,0,0,0,0,0,10,0,30,20,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,10,10,0,0,0,10,0,0,0,0,0,10,0,0,30,0,0,0,10,0,0,0,0,0,0,10,0,10,10,10,0,20,0,20,10,20,0,0,0,10,0,0,0,0,10,0,10,0,0,0,0,10,0,0,20,0,10,0,0,10,0,20,0,20,0,0,0,0,0,0,0,0,0,10,10,0,0,0,10,10,0,0,40,30,0,10,0,20,0,0,0,0,0,0,0,0,0,0,20,10,0,0,0,0,0,10,20,0,0,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/03.json b/dist/chartDummyData/views_zoom/2018-06/03.json new file mode 100644 index 000000000..ec57ed08c --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/03.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1527724800000,1527728400000,1527732000000,1527735600000,1527739200000,1527742800000,1527746400000,1527750000000,1527753600000,1527757200000,1527760800000,1527764400000,1527768000000,1527771600000,1527775200000,1527778800000,1527782400000,1527786000000,1527789600000,1527793200000,1527796800000,1527800400000,1527804000000,1527807600000,1527811200000,1527814800000,1527818400000,1527822000000,1527825600000,1527829200000,1527832800000,1527836400000,1527840000000,1527843600000,1527847200000,1527850800000,1527854400000,1527858000000,1527861600000,1527865200000,1527868800000,1527872400000,1527876000000,1527879600000,1527883200000,1527886800000,1527890400000,1527894000000,1527897600000,1527901200000,1527904800000,1527908400000,1527912000000,1527915600000,1527919200000,1527922800000,1527926400000,1527930000000,1527933600000,1527937200000,1527940800000,1527944400000,1527948000000,1527951600000,1527955200000,1527958800000,1527962400000,1527966000000,1527969600000,1527973200000,1527976800000,1527980400000,1527984000000,1527987600000,1527991200000,1527994800000,1527998400000,1528002000000,1528005600000,1528009200000,1528012800000,1528016400000,1528020000000,1528023600000,1528027200000,1528030800000,1528034400000,1528038000000,1528041600000,1528045200000,1528048800000,1528052400000,1528056000000,1528059600000,1528063200000,1528066800000,1528070400000,1528074000000,1528077600000,1528081200000,1528084800000,1528088400000,1528092000000,1528095600000,1528099200000,1528102800000,1528106400000,1528110000000,1528113600000,1528117200000,1528120800000,1528124400000,1528128000000,1528131600000,1528135200000,1528138800000,1528142400000,1528146000000,1528149600000,1528153200000,1528156800000,1528160400000,1528164000000,1528167600000,1528171200000,1528174800000,1528178400000,1528182000000,1528185600000,1528189200000,1528192800000,1528196400000,1528200000000,1528203600000,1528207200000,1528210800000,1528214400000,1528218000000,1528221600000,1528225200000,1528228800000,1528232400000,1528236000000,1528239600000,1528243200000,1528246800000,1528250400000,1528254000000,1528257600000,1528261200000,1528264800000,1528268400000,1528272000000,1528275600000,1528279200000,1528282800000,1528286400000,1528290000000,1528293600000,1528297200000,1528300800000,1528304400000,1528308000000,1528311600000,1528315200000,1528318800000,1528322400000,1528326000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[120,60,20,30,80,370,480,550,640,730,850,710,1000,810,890,940,1100,1170,1180,1380,1350,720,550,220,70,40,50,30,140,310,730,700,830,810,870,880,880,1010,900,890,980,990,780,1070,1030,730,490,270,170,40,20,30,20,170,510,670,760,790,790,930,770,970,940,1020,1040,990,940,800,930,660,520,460,200,110,30,10,100,110,230,640,730,840,970,1010,1160,660,1110,1080,1110,1260,1290,1010,1100,920,470,370,250,140,40,20,80,310,400,750,720,970,820,1150,1100,970,890,660,840,1100,1240,1360,1100,880,480,300,80,30,20,40,70,220,570,650,800,780,830,970,940,1040,920,910,1070,1010,1190,1020,970,940,440,400,60,70,20,40,60,380,620,530,610,970,810,1030,980,910,930,710,1170,1010,1110,1210,1180,800,560,180]},{"name":"URL","color":"#2373DB","values":[140,60,20,0,10,210,280,380,550,710,600,750,640,590,560,760,970,950,1060,990,830,720,290,130,30,30,70,60,120,110,280,350,660,660,520,760,750,650,630,760,1050,1100,700,1190,680,540,390,230,170,40,0,0,0,90,110,180,460,610,810,580,570,560,490,680,620,690,930,630,430,480,430,220,210,190,20,20,10,10,130,190,460,670,730,500,510,670,550,660,720,780,900,730,830,560,490,120,20,60,0,0,0,120,180,300,450,450,630,720,600,680,690,770,830,920,810,780,960,520,290,120,90,40,40,0,40,60,300,430,500,510,700,640,860,540,530,680,940,1000,1000,730,1220,550,410,130,40,0,0,10,0,120,260,400,590,600,720,690,820,790,650,880,1120,1100,880,870,930,630,300,90]},{"name":"Groups","color":"#9ED448","values":[360,70,30,10,90,410,460,480,590,690,1010,980,650,610,730,920,850,700,780,950,1350,1360,800,300,110,50,0,10,80,380,520,500,810,820,670,960,680,690,990,580,630,760,680,1210,1140,1130,760,380,190,130,10,30,80,110,230,310,500,680,680,660,640,530,690,1000,600,520,530,760,660,800,1130,470,220,90,130,20,20,40,220,540,530,770,830,740,830,920,720,780,980,910,880,970,1450,1150,990,460,280,50,10,30,70,380,540,670,640,660,710,780,700,650,620,830,920,830,1150,1010,1860,1490,900,400,150,70,30,40,80,270,380,690,550,590,1210,810,880,640,660,710,920,850,990,1190,1590,1110,910,350,160,50,20,0,60,320,570,450,530,770,1040,850,850,730,610,570,590,780,910,890,1150,1070,610,250]},{"name":"Channel","color":"#4fae4e","values":[10,0,0,10,0,20,110,10,50,20,80,50,50,20,80,60,120,140,90,60,50,40,30,60,20,0,40,0,0,30,30,40,30,30,30,70,60,50,20,70,140,30,50,60,140,40,30,30,20,0,0,10,10,20,30,0,20,60,20,20,90,80,30,70,70,90,40,60,70,50,120,40,0,0,0,0,0,20,10,20,50,50,70,30,40,60,60,60,90,120,110,110,40,20,50,110,20,20,0,0,0,0,0,60,70,60,60,100,50,150,80,30,80,90,60,70,60,50,50,50,20,10,10,10,0,20,30,40,10,30,20,20,40,30,1950,390,60,50,50,90,80,20,50,0,50,50,0,0,20,10,340,30,40,40,50,40,50,110,50,70,60,60,100,80,90,90,890,210]},{"name":"Search","color":"#F5BD25","values":[20,0,0,10,70,50,260,120,50,110,80,40,130,130,260,130,130,240,180,190,90,170,110,10,0,40,40,0,130,200,230,100,60,120,50,120,150,50,100,80,40,50,60,120,240,330,0,20,40,20,10,0,0,20,280,80,170,110,120,140,80,130,160,180,70,50,140,130,20,140,90,10,0,0,0,0,40,10,270,80,110,110,80,50,370,100,60,200,100,220,190,140,60,50,30,0,10,0,10,50,140,90,30,40,30,160,10,140,100,200,380,70,90,100,120,220,200,150,10,110,100,80,0,0,40,100,140,70,100,170,40,200,70,200,80,130,150,70,190,150,80,80,50,20,10,10,0,10,60,50,40,90,130,190,70,290,50,70,90,60,180,60,170,190,90,60,60,0]},{"name":"Other","color":"#F79E39","values":[10,10,0,0,30,120,150,130,60,200,180,220,180,110,100,160,220,200,180,270,200,180,150,90,40,10,0,20,70,80,160,140,90,220,190,140,220,150,100,140,110,110,120,160,210,100,80,60,50,30,20,0,10,50,70,140,140,70,190,140,210,80,120,70,200,150,240,180,120,170,70,30,10,0,10,10,20,20,40,50,190,160,180,130,150,150,110,140,180,160,160,220,160,220,90,20,30,10,0,0,60,220,100,90,90,110,150,200,160,170,130,170,210,180,100,250,240,270,100,20,20,20,0,0,30,100,60,170,140,120,110,170,160,190,140,150,110,170,180,270,230,150,90,40,30,10,0,10,20,90,140,80,110,130,160,210,120,90,140,130,160,150,220,180,180,130,110,40]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,10,10,0,0,0,10,0,0,0,0,0,10,0,0,30,0,0,0,10,0,0,0,0,0,0,10,0,10,10,10,0,20,0,20,10,20,0,0,0,10,0,0,0,0,10,0,10,0,0,0,0,10,0,0,20,0,10,0,0,10,0,20,0,20,0,0,0,0,0,0,0,0,0,10,10,0,0,0,10,10,0,0,40,30,0,10,0,20,0,0,0,0,0,0,0,0,0,0,20,10,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,20,0,20,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/04.json b/dist/chartDummyData/views_zoom/2018-06/04.json new file mode 100644 index 000000000..d23742f42 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/04.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1527811200000,1527814800000,1527818400000,1527822000000,1527825600000,1527829200000,1527832800000,1527836400000,1527840000000,1527843600000,1527847200000,1527850800000,1527854400000,1527858000000,1527861600000,1527865200000,1527868800000,1527872400000,1527876000000,1527879600000,1527883200000,1527886800000,1527890400000,1527894000000,1527897600000,1527901200000,1527904800000,1527908400000,1527912000000,1527915600000,1527919200000,1527922800000,1527926400000,1527930000000,1527933600000,1527937200000,1527940800000,1527944400000,1527948000000,1527951600000,1527955200000,1527958800000,1527962400000,1527966000000,1527969600000,1527973200000,1527976800000,1527980400000,1527984000000,1527987600000,1527991200000,1527994800000,1527998400000,1528002000000,1528005600000,1528009200000,1528012800000,1528016400000,1528020000000,1528023600000,1528027200000,1528030800000,1528034400000,1528038000000,1528041600000,1528045200000,1528048800000,1528052400000,1528056000000,1528059600000,1528063200000,1528066800000,1528070400000,1528074000000,1528077600000,1528081200000,1528084800000,1528088400000,1528092000000,1528095600000,1528099200000,1528102800000,1528106400000,1528110000000,1528113600000,1528117200000,1528120800000,1528124400000,1528128000000,1528131600000,1528135200000,1528138800000,1528142400000,1528146000000,1528149600000,1528153200000,1528156800000,1528160400000,1528164000000,1528167600000,1528171200000,1528174800000,1528178400000,1528182000000,1528185600000,1528189200000,1528192800000,1528196400000,1528200000000,1528203600000,1528207200000,1528210800000,1528214400000,1528218000000,1528221600000,1528225200000,1528228800000,1528232400000,1528236000000,1528239600000,1528243200000,1528246800000,1528250400000,1528254000000,1528257600000,1528261200000,1528264800000,1528268400000,1528272000000,1528275600000,1528279200000,1528282800000,1528286400000,1528290000000,1528293600000,1528297200000,1528300800000,1528304400000,1528308000000,1528311600000,1528315200000,1528318800000,1528322400000,1528326000000,1528329600000,1528333200000,1528336800000,1528340400000,1528344000000,1528347600000,1528351200000,1528354800000,1528358400000,1528362000000,1528365600000,1528369200000,1528372800000,1528376400000,1528380000000,1528383600000,1528387200000,1528390800000,1528394400000,1528398000000,1528401600000,1528405200000,1528408800000,1528412400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[70,40,50,30,140,310,730,700,830,810,870,880,880,1010,900,890,980,990,780,1070,1030,730,490,270,170,40,20,30,20,170,510,670,760,790,790,930,770,970,940,1020,1040,990,940,800,930,660,520,460,200,110,30,10,100,110,230,640,730,840,970,1010,1160,660,1110,1080,1110,1260,1290,1010,1100,920,470,370,250,140,40,20,80,310,400,750,720,970,820,1150,1100,970,890,660,840,1100,1240,1360,1100,880,480,300,80,30,20,40,70,220,570,650,800,780,830,970,940,1040,920,910,1070,1010,1190,1020,970,940,440,400,60,70,20,40,60,380,620,530,610,970,810,1030,980,910,930,710,1170,1010,1110,1210,1180,800,560,180,110,90,0,50,70,250,690,680,690,960,970,900,870,1020,850,890,890,1050,1040,1250,1290,730,720,220]},{"name":"URL","color":"#2373DB","values":[30,30,70,60,120,110,280,350,660,660,520,760,750,650,630,760,1050,1100,700,1190,680,540,390,230,170,40,0,0,0,90,110,180,460,610,810,580,570,560,490,680,620,690,930,630,430,480,430,220,210,190,20,20,10,10,130,190,460,670,730,500,510,670,550,660,720,780,900,730,830,560,490,120,20,60,0,0,0,120,180,300,450,450,630,720,600,680,690,770,830,920,810,780,960,520,290,120,90,40,40,0,40,60,300,430,500,510,700,640,860,540,530,680,940,1000,1000,730,1220,550,410,130,40,0,0,10,0,120,260,400,590,600,720,690,820,790,650,880,1120,1100,880,870,930,630,300,90,10,0,10,10,10,80,200,370,410,660,700,660,750,670,620,890,1220,950,950,770,560,490,200,110]},{"name":"Groups","color":"#9ED448","values":[110,50,0,10,80,380,520,500,810,820,670,960,680,690,990,580,630,760,680,1210,1140,1130,760,380,190,130,10,30,80,110,230,310,500,680,680,660,640,530,690,1000,600,520,530,760,660,800,1130,470,220,90,130,20,20,40,220,540,530,770,830,740,830,920,720,780,980,910,880,970,1450,1150,990,460,280,50,10,30,70,380,540,670,640,660,710,780,700,650,620,830,920,830,1150,1010,1860,1490,900,400,150,70,30,40,80,270,380,690,550,590,1210,810,880,640,660,710,920,850,990,1190,1590,1110,910,350,160,50,20,0,60,320,570,450,530,770,1040,850,850,730,610,570,590,780,910,890,1150,1070,610,250,180,90,10,30,70,330,560,430,590,640,830,800,960,700,690,640,790,700,820,870,1200,1550,790,530]},{"name":"Channel","color":"#4fae4e","values":[20,0,40,0,0,30,30,40,30,30,30,70,60,50,20,70,140,30,50,60,140,40,30,30,20,0,0,10,10,20,30,0,20,60,20,20,90,80,30,70,70,90,40,60,70,50,120,40,0,0,0,0,0,20,10,20,50,50,70,30,40,60,60,60,90,120,110,110,40,20,50,110,20,20,0,0,0,0,0,60,70,60,60,100,50,150,80,30,80,90,60,70,60,50,50,50,20,10,10,10,0,20,30,40,10,30,20,20,40,30,1950,390,60,50,50,90,80,20,50,0,50,50,0,0,20,10,340,30,40,40,50,40,50,110,50,70,60,60,100,80,90,90,890,210,10,0,100,0,600,10,40,20,30,80,30,40,60,80,20,40,50,10,100,100,100,70,20,50]},{"name":"Search","color":"#F5BD25","values":[0,40,40,0,130,200,230,100,60,120,50,120,150,50,100,80,40,50,60,120,240,330,0,20,40,20,10,0,0,20,280,80,170,110,120,140,80,130,160,180,70,50,140,130,20,140,90,10,0,0,0,0,40,10,270,80,110,110,80,50,370,100,60,200,100,220,190,140,60,50,30,0,10,0,10,50,140,90,30,40,30,160,10,140,100,200,380,70,90,100,120,220,200,150,10,110,100,80,0,0,40,100,140,70,100,170,40,200,70,200,80,130,150,70,190,150,80,80,50,20,10,10,0,10,60,50,40,90,130,190,70,290,50,70,90,60,180,60,170,190,90,60,60,0,0,20,0,0,100,120,270,80,80,180,10,160,520,250,80,110,100,280,180,250,120,90,70,0]},{"name":"Other","color":"#F79E39","values":[40,10,0,20,70,80,160,140,90,220,190,140,220,150,100,140,110,110,120,160,210,100,80,60,50,30,20,0,10,50,70,140,140,70,190,140,210,80,120,70,200,150,240,180,120,170,70,30,10,0,10,10,20,20,40,50,190,160,180,130,150,150,110,140,180,160,160,220,160,220,90,20,30,10,0,0,60,220,100,90,90,110,150,200,160,170,130,170,210,180,100,250,240,270,100,20,20,20,0,0,30,100,60,170,140,120,110,170,160,190,140,150,110,170,180,270,230,150,90,40,30,10,0,10,20,90,140,80,110,130,160,210,120,90,140,130,160,150,220,180,180,130,110,40,30,10,10,10,40,90,80,70,140,170,280,160,170,280,180,150,90,160,160,200,160,180,110,50]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,10,0,0,0,10,0,0,0,0,0,10,0,0,30,0,0,0,10,0,0,0,0,0,0,10,0,10,10,10,0,20,0,20,10,20,0,0,0,10,0,0,0,0,10,0,10,0,0,0,0,10,0,0,20,0,10,0,0,10,0,20,0,20,0,0,0,0,0,0,0,0,0,10,10,0,0,0,10,10,0,0,40,30,0,10,0,20,0,0,0,0,0,0,0,0,0,0,20,10,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,20,0,20,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,10,0,0,10,10,20,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/05.json b/dist/chartDummyData/views_zoom/2018-06/05.json new file mode 100644 index 000000000..5d8e8f676 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/05.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1527897600000,1527901200000,1527904800000,1527908400000,1527912000000,1527915600000,1527919200000,1527922800000,1527926400000,1527930000000,1527933600000,1527937200000,1527940800000,1527944400000,1527948000000,1527951600000,1527955200000,1527958800000,1527962400000,1527966000000,1527969600000,1527973200000,1527976800000,1527980400000,1527984000000,1527987600000,1527991200000,1527994800000,1527998400000,1528002000000,1528005600000,1528009200000,1528012800000,1528016400000,1528020000000,1528023600000,1528027200000,1528030800000,1528034400000,1528038000000,1528041600000,1528045200000,1528048800000,1528052400000,1528056000000,1528059600000,1528063200000,1528066800000,1528070400000,1528074000000,1528077600000,1528081200000,1528084800000,1528088400000,1528092000000,1528095600000,1528099200000,1528102800000,1528106400000,1528110000000,1528113600000,1528117200000,1528120800000,1528124400000,1528128000000,1528131600000,1528135200000,1528138800000,1528142400000,1528146000000,1528149600000,1528153200000,1528156800000,1528160400000,1528164000000,1528167600000,1528171200000,1528174800000,1528178400000,1528182000000,1528185600000,1528189200000,1528192800000,1528196400000,1528200000000,1528203600000,1528207200000,1528210800000,1528214400000,1528218000000,1528221600000,1528225200000,1528228800000,1528232400000,1528236000000,1528239600000,1528243200000,1528246800000,1528250400000,1528254000000,1528257600000,1528261200000,1528264800000,1528268400000,1528272000000,1528275600000,1528279200000,1528282800000,1528286400000,1528290000000,1528293600000,1528297200000,1528300800000,1528304400000,1528308000000,1528311600000,1528315200000,1528318800000,1528322400000,1528326000000,1528329600000,1528333200000,1528336800000,1528340400000,1528344000000,1528347600000,1528351200000,1528354800000,1528358400000,1528362000000,1528365600000,1528369200000,1528372800000,1528376400000,1528380000000,1528383600000,1528387200000,1528390800000,1528394400000,1528398000000,1528401600000,1528405200000,1528408800000,1528412400000,1528416000000,1528419600000,1528423200000,1528426800000,1528430400000,1528434000000,1528437600000,1528441200000,1528444800000,1528448400000,1528452000000,1528455600000,1528459200000,1528462800000,1528466400000,1528470000000,1528473600000,1528477200000,1528480800000,1528484400000,1528488000000,1528491600000,1528495200000,1528498800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[170,40,20,30,20,170,510,670,760,790,790,930,770,970,940,1020,1040,990,940,800,930,660,520,460,200,110,30,10,100,110,230,640,730,840,970,1010,1160,660,1110,1080,1110,1260,1290,1010,1100,920,470,370,250,140,40,20,80,310,400,750,720,970,820,1150,1100,970,890,660,840,1100,1240,1360,1100,880,480,300,80,30,20,40,70,220,570,650,800,780,830,970,940,1040,920,910,1070,1010,1190,1020,970,940,440,400,60,70,20,40,60,380,620,530,610,970,810,1030,980,910,930,710,1170,1010,1110,1210,1180,800,560,180,110,90,0,50,70,250,690,680,690,960,970,900,870,1020,850,890,890,1050,1040,1250,1290,730,720,220,200,40,40,0,40,170,550,630,760,950,940,980,1090,920,1080,850,1040,1120,930,1700,1330,820,650,290]},{"name":"URL","color":"#2373DB","values":[170,40,0,0,0,90,110,180,460,610,810,580,570,560,490,680,620,690,930,630,430,480,430,220,210,190,20,20,10,10,130,190,460,670,730,500,510,670,550,660,720,780,900,730,830,560,490,120,20,60,0,0,0,120,180,300,450,450,630,720,600,680,690,770,830,920,810,780,960,520,290,120,90,40,40,0,40,60,300,430,500,510,700,640,860,540,530,680,940,1000,1000,730,1220,550,410,130,40,0,0,10,0,120,260,400,590,600,720,690,820,790,650,880,1120,1100,880,870,930,630,300,90,10,0,10,10,10,80,200,370,410,660,700,660,750,670,620,890,1220,950,950,770,560,490,200,110,40,10,0,20,20,110,370,500,570,790,760,630,670,700,710,900,1110,1050,1030,770,580,430,380,70]},{"name":"Groups","color":"#9ED448","values":[190,130,10,30,80,110,230,310,500,680,680,660,640,530,690,1000,600,520,530,760,660,800,1130,470,220,90,130,20,20,40,220,540,530,770,830,740,830,920,720,780,980,910,880,970,1450,1150,990,460,280,50,10,30,70,380,540,670,640,660,710,780,700,650,620,830,920,830,1150,1010,1860,1490,900,400,150,70,30,40,80,270,380,690,550,590,1210,810,880,640,660,710,920,850,990,1190,1590,1110,910,350,160,50,20,0,60,320,570,450,530,770,1040,850,850,730,610,570,590,780,910,890,1150,1070,610,250,180,90,10,30,70,330,560,430,590,640,830,800,960,700,690,640,790,700,820,870,1200,1550,790,530,100,40,10,10,60,310,350,390,700,910,510,820,780,890,880,640,900,720,700,820,1370,1110,880,660]},{"name":"Channel","color":"#4fae4e","values":[20,0,0,10,10,20,30,0,20,60,20,20,90,80,30,70,70,90,40,60,70,50,120,40,0,0,0,0,0,20,10,20,50,50,70,30,40,60,60,60,90,120,110,110,40,20,50,110,20,20,0,0,0,0,0,60,70,60,60,100,50,150,80,30,80,90,60,70,60,50,50,50,20,10,10,10,0,20,30,40,10,30,20,20,40,30,1950,390,60,50,50,90,80,20,50,0,50,50,0,0,20,10,340,30,40,40,50,40,50,110,50,70,60,60,100,80,90,90,890,210,10,0,100,0,600,10,40,20,30,80,30,40,60,80,20,40,50,10,100,100,100,70,20,50,30,30,0,10,30,20,50,60,30,90,90,30,40,30,20,70,30,90,80,90,110,10,70,60]},{"name":"Search","color":"#F5BD25","values":[40,20,10,0,0,20,280,80,170,110,120,140,80,130,160,180,70,50,140,130,20,140,90,10,0,0,0,0,40,10,270,80,110,110,80,50,370,100,60,200,100,220,190,140,60,50,30,0,10,0,10,50,140,90,30,40,30,160,10,140,100,200,380,70,90,100,120,220,200,150,10,110,100,80,0,0,40,100,140,70,100,170,40,200,70,200,80,130,150,70,190,150,80,80,50,20,10,10,0,10,60,50,40,90,130,190,70,290,50,70,90,60,180,60,170,190,90,60,60,0,0,20,0,0,100,120,270,80,80,180,10,160,520,250,80,110,100,280,180,250,120,90,70,0,0,0,10,0,210,100,50,110,190,190,100,100,60,130,120,60,80,230,180,90,170,210,30,20]},{"name":"Other","color":"#F79E39","values":[50,30,20,0,10,50,70,140,140,70,190,140,210,80,120,70,200,150,240,180,120,170,70,30,10,0,10,10,20,20,40,50,190,160,180,130,150,150,110,140,180,160,160,220,160,220,90,20,30,10,0,0,60,220,100,90,90,110,150,200,160,170,130,170,210,180,100,250,240,270,100,20,20,20,0,0,30,100,60,170,140,120,110,170,160,190,140,150,110,170,180,270,230,150,90,40,30,10,0,10,20,90,140,80,110,130,160,210,120,90,140,130,160,150,220,180,180,130,110,40,30,10,10,10,40,90,80,70,140,170,280,160,170,280,180,150,90,160,160,200,160,180,110,50,10,30,60,0,30,90,30,100,140,80,170,170,240,200,170,170,100,120,140,230,210,100,80,50]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,0,10,0,10,10,10,0,20,0,20,10,20,0,0,0,10,0,0,0,0,10,0,10,0,0,0,0,10,0,0,20,0,10,0,0,10,0,20,0,20,0,0,0,0,0,0,0,0,0,10,10,0,0,0,10,10,0,0,40,30,0,10,0,20,0,0,0,0,0,0,0,0,0,0,20,10,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,20,0,20,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,10,0,0,10,10,20,0,0,0,0,0,0,0,0,0,10,20,0,0,0,0,10,0,10,10,0,0,30,10,10,50,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/06.json b/dist/chartDummyData/views_zoom/2018-06/06.json new file mode 100644 index 000000000..6d22fd0fc --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/06.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1527984000000,1527987600000,1527991200000,1527994800000,1527998400000,1528002000000,1528005600000,1528009200000,1528012800000,1528016400000,1528020000000,1528023600000,1528027200000,1528030800000,1528034400000,1528038000000,1528041600000,1528045200000,1528048800000,1528052400000,1528056000000,1528059600000,1528063200000,1528066800000,1528070400000,1528074000000,1528077600000,1528081200000,1528084800000,1528088400000,1528092000000,1528095600000,1528099200000,1528102800000,1528106400000,1528110000000,1528113600000,1528117200000,1528120800000,1528124400000,1528128000000,1528131600000,1528135200000,1528138800000,1528142400000,1528146000000,1528149600000,1528153200000,1528156800000,1528160400000,1528164000000,1528167600000,1528171200000,1528174800000,1528178400000,1528182000000,1528185600000,1528189200000,1528192800000,1528196400000,1528200000000,1528203600000,1528207200000,1528210800000,1528214400000,1528218000000,1528221600000,1528225200000,1528228800000,1528232400000,1528236000000,1528239600000,1528243200000,1528246800000,1528250400000,1528254000000,1528257600000,1528261200000,1528264800000,1528268400000,1528272000000,1528275600000,1528279200000,1528282800000,1528286400000,1528290000000,1528293600000,1528297200000,1528300800000,1528304400000,1528308000000,1528311600000,1528315200000,1528318800000,1528322400000,1528326000000,1528329600000,1528333200000,1528336800000,1528340400000,1528344000000,1528347600000,1528351200000,1528354800000,1528358400000,1528362000000,1528365600000,1528369200000,1528372800000,1528376400000,1528380000000,1528383600000,1528387200000,1528390800000,1528394400000,1528398000000,1528401600000,1528405200000,1528408800000,1528412400000,1528416000000,1528419600000,1528423200000,1528426800000,1528430400000,1528434000000,1528437600000,1528441200000,1528444800000,1528448400000,1528452000000,1528455600000,1528459200000,1528462800000,1528466400000,1528470000000,1528473600000,1528477200000,1528480800000,1528484400000,1528488000000,1528491600000,1528495200000,1528498800000,1528502400000,1528506000000,1528509600000,1528513200000,1528516800000,1528520400000,1528524000000,1528527600000,1528531200000,1528534800000,1528538400000,1528542000000,1528545600000,1528549200000,1528552800000,1528556400000,1528560000000,1528563600000,1528567200000,1528570800000,1528574400000,1528578000000,1528581600000,1528585200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[200,110,30,10,100,110,230,640,730,840,970,1010,1160,660,1110,1080,1110,1260,1290,1010,1100,920,470,370,250,140,40,20,80,310,400,750,720,970,820,1150,1100,970,890,660,840,1100,1240,1360,1100,880,480,300,80,30,20,40,70,220,570,650,800,780,830,970,940,1040,920,910,1070,1010,1190,1020,970,940,440,400,60,70,20,40,60,380,620,530,610,970,810,1030,980,910,930,710,1170,1010,1110,1210,1180,800,560,180,110,90,0,50,70,250,690,680,690,960,970,900,870,1020,850,890,890,1050,1040,1250,1290,730,720,220,200,40,40,0,40,170,550,630,760,950,940,980,1090,920,1080,850,1040,1120,930,1700,1330,820,650,290,130,50,20,20,30,170,360,560,710,950,1110,810,900,1060,1220,830,790,1070,990,990,1120,680,630,520]},{"name":"URL","color":"#2373DB","values":[210,190,20,20,10,10,130,190,460,670,730,500,510,670,550,660,720,780,900,730,830,560,490,120,20,60,0,0,0,120,180,300,450,450,630,720,600,680,690,770,830,920,810,780,960,520,290,120,90,40,40,0,40,60,300,430,500,510,700,640,860,540,530,680,940,1000,1000,730,1220,550,410,130,40,0,0,10,0,120,260,400,590,600,720,690,820,790,650,880,1120,1100,880,870,930,630,300,90,10,0,10,10,10,80,200,370,410,660,700,660,750,670,620,890,1220,950,950,770,560,490,200,110,40,10,0,20,20,110,370,500,570,790,760,630,670,700,710,900,1110,1050,1030,770,580,430,380,70,180,70,10,10,0,120,150,190,660,630,760,910,860,600,610,800,550,620,840,530,510,420,190,190]},{"name":"Groups","color":"#9ED448","values":[220,90,130,20,20,40,220,540,530,770,830,740,830,920,720,780,980,910,880,970,1450,1150,990,460,280,50,10,30,70,380,540,670,640,660,710,780,700,650,620,830,920,830,1150,1010,1860,1490,900,400,150,70,30,40,80,270,380,690,550,590,1210,810,880,640,660,710,920,850,990,1190,1590,1110,910,350,160,50,20,0,60,320,570,450,530,770,1040,850,850,730,610,570,590,780,910,890,1150,1070,610,250,180,90,10,30,70,330,560,430,590,640,830,800,960,700,690,640,790,700,820,870,1200,1550,790,530,100,40,10,10,60,310,350,390,700,910,510,820,780,890,880,640,900,720,700,820,1370,1110,880,660,250,70,20,30,50,270,340,510,590,670,620,730,910,660,490,680,580,940,730,650,670,730,740,920]},{"name":"Channel","color":"#4fae4e","values":[0,0,0,0,0,20,10,20,50,50,70,30,40,60,60,60,90,120,110,110,40,20,50,110,20,20,0,0,0,0,0,60,70,60,60,100,50,150,80,30,80,90,60,70,60,50,50,50,20,10,10,10,0,20,30,40,10,30,20,20,40,30,1950,390,60,50,50,90,80,20,50,0,50,50,0,0,20,10,340,30,40,40,50,40,50,110,50,70,60,60,100,80,90,90,890,210,10,0,100,0,600,10,40,20,30,80,30,40,60,80,20,40,50,10,100,100,100,70,20,50,30,30,0,10,30,20,50,60,30,90,90,30,40,30,20,70,30,90,80,90,110,10,70,60,20,0,0,0,0,0,30,40,50,80,60,90,50,70,120,70,100,80,100,70,10,90,70,40]},{"name":"Search","color":"#F5BD25","values":[0,0,0,0,40,10,270,80,110,110,80,50,370,100,60,200,100,220,190,140,60,50,30,0,10,0,10,50,140,90,30,40,30,160,10,140,100,200,380,70,90,100,120,220,200,150,10,110,100,80,0,0,40,100,140,70,100,170,40,200,70,200,80,130,150,70,190,150,80,80,50,20,10,10,0,10,60,50,40,90,130,190,70,290,50,70,90,60,180,60,170,190,90,60,60,0,0,20,0,0,100,120,270,80,80,180,10,160,520,250,80,110,100,280,180,250,120,90,70,0,0,0,10,0,210,100,50,110,190,190,100,100,60,130,120,60,80,230,180,90,170,210,30,20,10,0,10,0,10,60,200,30,70,50,60,120,160,80,140,70,60,130,130,80,120,120,60,50]},{"name":"Other","color":"#F79E39","values":[10,0,10,10,20,20,40,50,190,160,180,130,150,150,110,140,180,160,160,220,160,220,90,20,30,10,0,0,60,220,100,90,90,110,150,200,160,170,130,170,210,180,100,250,240,270,100,20,20,20,0,0,30,100,60,170,140,120,110,170,160,190,140,150,110,170,180,270,230,150,90,40,30,10,0,10,20,90,140,80,110,130,160,210,120,90,140,130,160,150,220,180,180,130,110,40,30,10,10,10,40,90,80,70,140,170,280,160,170,280,180,150,90,160,160,200,160,180,110,50,10,30,60,0,30,90,30,100,140,80,170,170,240,200,170,170,100,120,140,230,210,100,80,50,50,10,0,0,30,40,60,190,180,150,170,90,110,170,180,90,150,150,100,110,130,70,50,160]},{"name":"PM","color":"#E65850","values":[0,0,10,0,10,0,0,0,0,10,0,0,20,0,10,0,0,10,0,20,0,20,0,0,0,0,0,0,0,0,0,10,10,0,0,0,10,10,0,0,40,30,0,10,0,20,0,0,0,0,0,0,0,0,0,0,20,10,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,20,0,20,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,10,0,0,10,10,20,0,0,0,0,0,0,0,0,0,10,20,0,0,0,0,10,0,10,10,0,0,30,10,10,50,0,10,0,10,0,0,0,0,0,0,0,0,0,40,10,10,10,10,0,0,10,0,0,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/07.json b/dist/chartDummyData/views_zoom/2018-06/07.json new file mode 100644 index 000000000..320e943e7 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/07.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1528070400000,1528074000000,1528077600000,1528081200000,1528084800000,1528088400000,1528092000000,1528095600000,1528099200000,1528102800000,1528106400000,1528110000000,1528113600000,1528117200000,1528120800000,1528124400000,1528128000000,1528131600000,1528135200000,1528138800000,1528142400000,1528146000000,1528149600000,1528153200000,1528156800000,1528160400000,1528164000000,1528167600000,1528171200000,1528174800000,1528178400000,1528182000000,1528185600000,1528189200000,1528192800000,1528196400000,1528200000000,1528203600000,1528207200000,1528210800000,1528214400000,1528218000000,1528221600000,1528225200000,1528228800000,1528232400000,1528236000000,1528239600000,1528243200000,1528246800000,1528250400000,1528254000000,1528257600000,1528261200000,1528264800000,1528268400000,1528272000000,1528275600000,1528279200000,1528282800000,1528286400000,1528290000000,1528293600000,1528297200000,1528300800000,1528304400000,1528308000000,1528311600000,1528315200000,1528318800000,1528322400000,1528326000000,1528329600000,1528333200000,1528336800000,1528340400000,1528344000000,1528347600000,1528351200000,1528354800000,1528358400000,1528362000000,1528365600000,1528369200000,1528372800000,1528376400000,1528380000000,1528383600000,1528387200000,1528390800000,1528394400000,1528398000000,1528401600000,1528405200000,1528408800000,1528412400000,1528416000000,1528419600000,1528423200000,1528426800000,1528430400000,1528434000000,1528437600000,1528441200000,1528444800000,1528448400000,1528452000000,1528455600000,1528459200000,1528462800000,1528466400000,1528470000000,1528473600000,1528477200000,1528480800000,1528484400000,1528488000000,1528491600000,1528495200000,1528498800000,1528502400000,1528506000000,1528509600000,1528513200000,1528516800000,1528520400000,1528524000000,1528527600000,1528531200000,1528534800000,1528538400000,1528542000000,1528545600000,1528549200000,1528552800000,1528556400000,1528560000000,1528563600000,1528567200000,1528570800000,1528574400000,1528578000000,1528581600000,1528585200000,1528588800000,1528592400000,1528596000000,1528599600000,1528603200000,1528606800000,1528610400000,1528614000000,1528617600000,1528621200000,1528624800000,1528628400000,1528632000000,1528635600000,1528639200000,1528642800000,1528646400000,1528650000000,1528653600000,1528657200000,1528660800000,1528664400000,1528668000000,1528671600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[250,140,40,20,80,310,400,750,720,970,820,1150,1100,970,890,660,840,1100,1240,1360,1100,880,480,300,80,30,20,40,70,220,570,650,800,780,830,970,940,1040,920,910,1070,1010,1190,1020,970,940,440,400,60,70,20,40,60,380,620,530,610,970,810,1030,980,910,930,710,1170,1010,1110,1210,1180,800,560,180,110,90,0,50,70,250,690,680,690,960,970,900,870,1020,850,890,890,1050,1040,1250,1290,730,720,220,200,40,40,0,40,170,550,630,760,950,940,980,1090,920,1080,850,1040,1120,930,1700,1330,820,650,290,130,50,20,20,30,170,360,560,710,950,1110,810,900,1060,1220,830,790,1070,990,990,1120,680,630,520,330,80,30,190,20,60,320,500,1040,730,1060,880,930,960,1050,950,930,1100,1200,1030,1010,1060,670,470]},{"name":"URL","color":"#2373DB","values":[20,60,0,0,0,120,180,300,450,450,630,720,600,680,690,770,830,920,810,780,960,520,290,120,90,40,40,0,40,60,300,430,500,510,700,640,860,540,530,680,940,1000,1000,730,1220,550,410,130,40,0,0,10,0,120,260,400,590,600,720,690,820,790,650,880,1120,1100,880,870,930,630,300,90,10,0,10,10,10,80,200,370,410,660,700,660,750,670,620,890,1220,950,950,770,560,490,200,110,40,10,0,20,20,110,370,500,570,790,760,630,670,700,710,900,1110,1050,1030,770,580,430,380,70,180,70,10,10,0,120,150,190,660,630,760,910,860,600,610,800,550,620,840,530,510,420,190,190,120,50,0,0,0,30,100,270,380,510,710,580,820,580,490,570,660,790,710,660,660,840,500,240]},{"name":"Groups","color":"#9ED448","values":[280,50,10,30,70,380,540,670,640,660,710,780,700,650,620,830,920,830,1150,1010,1860,1490,900,400,150,70,30,40,80,270,380,690,550,590,1210,810,880,640,660,710,920,850,990,1190,1590,1110,910,350,160,50,20,0,60,320,570,450,530,770,1040,850,850,730,610,570,590,780,910,890,1150,1070,610,250,180,90,10,30,70,330,560,430,590,640,830,800,960,700,690,640,790,700,820,870,1200,1550,790,530,100,40,10,10,60,310,350,390,700,910,510,820,780,890,880,640,900,720,700,820,1370,1110,880,660,250,70,20,30,50,270,340,510,590,670,620,730,910,660,490,680,580,940,730,650,670,730,740,920,350,160,60,30,20,60,240,480,710,650,580,740,1160,720,670,620,830,640,710,880,1120,1230,720,420]},{"name":"Channel","color":"#4fae4e","values":[20,20,0,0,0,0,0,60,70,60,60,100,50,150,80,30,80,90,60,70,60,50,50,50,20,10,10,10,0,20,30,40,10,30,20,20,40,30,1950,390,60,50,50,90,80,20,50,0,50,50,0,0,20,10,340,30,40,40,50,40,50,110,50,70,60,60,100,80,90,90,890,210,10,0,100,0,600,10,40,20,30,80,30,40,60,80,20,40,50,10,100,100,100,70,20,50,30,30,0,10,30,20,50,60,30,90,90,30,40,30,20,70,30,90,80,90,110,10,70,60,20,0,0,0,0,0,30,40,50,80,60,90,50,70,120,70,100,80,100,70,10,90,70,40,10,20,10,0,20,0,30,20,50,60,70,30,60,40,280,60,70,50,10,130,20,40,70,30]},{"name":"Search","color":"#F5BD25","values":[10,0,10,50,140,90,30,40,30,160,10,140,100,200,380,70,90,100,120,220,200,150,10,110,100,80,0,0,40,100,140,70,100,170,40,200,70,200,80,130,150,70,190,150,80,80,50,20,10,10,0,10,60,50,40,90,130,190,70,290,50,70,90,60,180,60,170,190,90,60,60,0,0,20,0,0,100,120,270,80,80,180,10,160,520,250,80,110,100,280,180,250,120,90,70,0,0,0,10,0,210,100,50,110,190,190,100,100,60,130,120,60,80,230,180,90,170,210,30,20,10,0,10,0,10,60,200,30,70,50,60,120,160,80,140,70,60,130,130,80,120,120,60,50,20,0,10,30,90,50,310,110,50,110,140,50,140,330,60,100,110,60,120,70,100,100,10,90]},{"name":"Other","color":"#F79E39","values":[30,10,0,0,60,220,100,90,90,110,150,200,160,170,130,170,210,180,100,250,240,270,100,20,20,20,0,0,30,100,60,170,140,120,110,170,160,190,140,150,110,170,180,270,230,150,90,40,30,10,0,10,20,90,140,80,110,130,160,210,120,90,140,130,160,150,220,180,180,130,110,40,30,10,10,10,40,90,80,70,140,170,280,160,170,280,180,150,90,160,160,200,160,180,110,50,10,30,60,0,30,90,30,100,140,80,170,170,240,200,170,170,100,120,140,230,210,100,80,50,50,10,0,0,30,40,60,190,180,150,170,90,110,170,180,90,150,150,100,110,130,70,50,160,40,10,0,0,20,50,40,140,110,120,110,120,180,90,200,130,100,170,120,100,60,140,100,120]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,10,0,0,0,10,10,0,0,40,30,0,10,0,20,0,0,0,0,0,0,0,0,0,0,20,10,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,20,0,20,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,10,0,0,10,10,20,0,0,0,0,0,0,0,0,0,10,20,0,0,0,0,10,0,10,10,0,0,30,10,10,50,0,10,0,10,0,0,0,0,0,0,0,0,0,40,10,10,10,10,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,20,10,10,10,10,10,0,30,10,30,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/08.json b/dist/chartDummyData/views_zoom/2018-06/08.json new file mode 100644 index 000000000..7d313bc64 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/08.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1528156800000,1528160400000,1528164000000,1528167600000,1528171200000,1528174800000,1528178400000,1528182000000,1528185600000,1528189200000,1528192800000,1528196400000,1528200000000,1528203600000,1528207200000,1528210800000,1528214400000,1528218000000,1528221600000,1528225200000,1528228800000,1528232400000,1528236000000,1528239600000,1528243200000,1528246800000,1528250400000,1528254000000,1528257600000,1528261200000,1528264800000,1528268400000,1528272000000,1528275600000,1528279200000,1528282800000,1528286400000,1528290000000,1528293600000,1528297200000,1528300800000,1528304400000,1528308000000,1528311600000,1528315200000,1528318800000,1528322400000,1528326000000,1528329600000,1528333200000,1528336800000,1528340400000,1528344000000,1528347600000,1528351200000,1528354800000,1528358400000,1528362000000,1528365600000,1528369200000,1528372800000,1528376400000,1528380000000,1528383600000,1528387200000,1528390800000,1528394400000,1528398000000,1528401600000,1528405200000,1528408800000,1528412400000,1528416000000,1528419600000,1528423200000,1528426800000,1528430400000,1528434000000,1528437600000,1528441200000,1528444800000,1528448400000,1528452000000,1528455600000,1528459200000,1528462800000,1528466400000,1528470000000,1528473600000,1528477200000,1528480800000,1528484400000,1528488000000,1528491600000,1528495200000,1528498800000,1528502400000,1528506000000,1528509600000,1528513200000,1528516800000,1528520400000,1528524000000,1528527600000,1528531200000,1528534800000,1528538400000,1528542000000,1528545600000,1528549200000,1528552800000,1528556400000,1528560000000,1528563600000,1528567200000,1528570800000,1528574400000,1528578000000,1528581600000,1528585200000,1528588800000,1528592400000,1528596000000,1528599600000,1528603200000,1528606800000,1528610400000,1528614000000,1528617600000,1528621200000,1528624800000,1528628400000,1528632000000,1528635600000,1528639200000,1528642800000,1528646400000,1528650000000,1528653600000,1528657200000,1528660800000,1528664400000,1528668000000,1528671600000,1528675200000,1528678800000,1528682400000,1528686000000,1528689600000,1528693200000,1528696800000,1528700400000,1528704000000,1528707600000,1528711200000,1528714800000,1528718400000,1528722000000,1528725600000,1528729200000,1528732800000,1528736400000,1528740000000,1528743600000,1528747200000,1528750800000,1528754400000,1528758000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[80,30,20,40,70,220,570,650,800,780,830,970,940,1040,920,910,1070,1010,1190,1020,970,940,440,400,60,70,20,40,60,380,620,530,610,970,810,1030,980,910,930,710,1170,1010,1110,1210,1180,800,560,180,110,90,0,50,70,250,690,680,690,960,970,900,870,1020,850,890,890,1050,1040,1250,1290,730,720,220,200,40,40,0,40,170,550,630,760,950,940,980,1090,920,1080,850,1040,1120,930,1700,1330,820,650,290,130,50,20,20,30,170,360,560,710,950,1110,810,900,1060,1220,830,790,1070,990,990,1120,680,630,520,330,80,30,190,20,60,320,500,1040,730,1060,880,930,960,1050,950,930,1100,1200,1030,1010,1060,670,470,270,50,60,20,100,340,440,640,980,1010,1270,1200,970,730,850,980,1130,1150,1220,1080,1230,930,600,330]},{"name":"URL","color":"#2373DB","values":[90,40,40,0,40,60,300,430,500,510,700,640,860,540,530,680,940,1000,1000,730,1220,550,410,130,40,0,0,10,0,120,260,400,590,600,720,690,820,790,650,880,1120,1100,880,870,930,630,300,90,10,0,10,10,10,80,200,370,410,660,700,660,750,670,620,890,1220,950,950,770,560,490,200,110,40,10,0,20,20,110,370,500,570,790,760,630,670,700,710,900,1110,1050,1030,770,580,430,380,70,180,70,10,10,0,120,150,190,660,630,760,910,860,600,610,800,550,620,840,530,510,420,190,190,120,50,0,0,0,30,100,270,380,510,710,580,820,580,490,570,660,790,710,660,660,840,500,240,180,100,70,10,70,160,170,350,630,820,790,650,730,550,620,710,870,870,930,820,860,620,470,260]},{"name":"Groups","color":"#9ED448","values":[150,70,30,40,80,270,380,690,550,590,1210,810,880,640,660,710,920,850,990,1190,1590,1110,910,350,160,50,20,0,60,320,570,450,530,770,1040,850,850,730,610,570,590,780,910,890,1150,1070,610,250,180,90,10,30,70,330,560,430,590,640,830,800,960,700,690,640,790,700,820,870,1200,1550,790,530,100,40,10,10,60,310,350,390,700,910,510,820,780,890,880,640,900,720,700,820,1370,1110,880,660,250,70,20,30,50,270,340,510,590,670,620,730,910,660,490,680,580,940,730,650,670,730,740,920,350,160,60,30,20,60,240,480,710,650,580,740,1160,720,670,620,830,640,710,880,1120,1230,720,420,100,190,20,20,80,250,340,370,610,610,860,790,890,530,670,700,610,1050,1060,1180,1100,1540,970,350]},{"name":"Channel","color":"#4fae4e","values":[20,10,10,10,0,20,30,40,10,30,20,20,40,30,1950,390,60,50,50,90,80,20,50,0,50,50,0,0,20,10,340,30,40,40,50,40,50,110,50,70,60,60,100,80,90,90,890,210,10,0,100,0,600,10,40,20,30,80,30,40,60,80,20,40,50,10,100,100,100,70,20,50,30,30,0,10,30,20,50,60,30,90,90,30,40,30,20,70,30,90,80,90,110,10,70,60,20,0,0,0,0,0,30,40,50,80,60,90,50,70,120,70,100,80,100,70,10,90,70,40,10,20,10,0,20,0,30,20,50,60,70,30,60,40,280,60,70,50,10,130,20,40,70,30,20,0,0,0,10,20,50,20,30,60,60,60,20,90,70,70,40,70,40,80,110,30,50,0]},{"name":"Search","color":"#F5BD25","values":[100,80,0,0,40,100,140,70,100,170,40,200,70,200,80,130,150,70,190,150,80,80,50,20,10,10,0,10,60,50,40,90,130,190,70,290,50,70,90,60,180,60,170,190,90,60,60,0,0,20,0,0,100,120,270,80,80,180,10,160,520,250,80,110,100,280,180,250,120,90,70,0,0,0,10,0,210,100,50,110,190,190,100,100,60,130,120,60,80,230,180,90,170,210,30,20,10,0,10,0,10,60,200,30,70,50,60,120,160,80,140,70,60,130,130,80,120,120,60,50,20,0,10,30,90,50,310,110,50,110,140,50,140,330,60,100,110,60,120,70,100,100,10,90,20,0,0,0,0,120,90,30,90,170,40,60,70,20,90,60,10,250,90,170,60,20,90,30]},{"name":"Other","color":"#F79E39","values":[20,20,0,0,30,100,60,170,140,120,110,170,160,190,140,150,110,170,180,270,230,150,90,40,30,10,0,10,20,90,140,80,110,130,160,210,120,90,140,130,160,150,220,180,180,130,110,40,30,10,10,10,40,90,80,70,140,170,280,160,170,280,180,150,90,160,160,200,160,180,110,50,10,30,60,0,30,90,30,100,140,80,170,170,240,200,170,170,100,120,140,230,210,100,80,50,50,10,0,0,30,40,60,190,180,150,170,90,110,170,180,90,150,150,100,110,130,70,50,160,40,10,0,0,20,50,40,140,110,120,110,120,180,90,200,130,100,170,120,100,60,140,100,120,30,10,20,10,20,110,140,170,170,210,150,180,150,170,150,110,130,130,210,230,220,120,110,60]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,20,10,0,0,0,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,20,0,20,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,10,0,0,10,10,20,0,0,0,0,0,0,0,0,0,10,20,0,0,0,0,10,0,10,10,0,0,30,10,10,50,0,10,0,10,0,0,0,0,0,0,0,0,0,40,10,10,10,10,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,20,10,10,10,10,10,0,30,10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,10,10,0,0,0,10,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/09.json b/dist/chartDummyData/views_zoom/2018-06/09.json new file mode 100644 index 000000000..2e7e654ef --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/09.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1528243200000,1528246800000,1528250400000,1528254000000,1528257600000,1528261200000,1528264800000,1528268400000,1528272000000,1528275600000,1528279200000,1528282800000,1528286400000,1528290000000,1528293600000,1528297200000,1528300800000,1528304400000,1528308000000,1528311600000,1528315200000,1528318800000,1528322400000,1528326000000,1528329600000,1528333200000,1528336800000,1528340400000,1528344000000,1528347600000,1528351200000,1528354800000,1528358400000,1528362000000,1528365600000,1528369200000,1528372800000,1528376400000,1528380000000,1528383600000,1528387200000,1528390800000,1528394400000,1528398000000,1528401600000,1528405200000,1528408800000,1528412400000,1528416000000,1528419600000,1528423200000,1528426800000,1528430400000,1528434000000,1528437600000,1528441200000,1528444800000,1528448400000,1528452000000,1528455600000,1528459200000,1528462800000,1528466400000,1528470000000,1528473600000,1528477200000,1528480800000,1528484400000,1528488000000,1528491600000,1528495200000,1528498800000,1528502400000,1528506000000,1528509600000,1528513200000,1528516800000,1528520400000,1528524000000,1528527600000,1528531200000,1528534800000,1528538400000,1528542000000,1528545600000,1528549200000,1528552800000,1528556400000,1528560000000,1528563600000,1528567200000,1528570800000,1528574400000,1528578000000,1528581600000,1528585200000,1528588800000,1528592400000,1528596000000,1528599600000,1528603200000,1528606800000,1528610400000,1528614000000,1528617600000,1528621200000,1528624800000,1528628400000,1528632000000,1528635600000,1528639200000,1528642800000,1528646400000,1528650000000,1528653600000,1528657200000,1528660800000,1528664400000,1528668000000,1528671600000,1528675200000,1528678800000,1528682400000,1528686000000,1528689600000,1528693200000,1528696800000,1528700400000,1528704000000,1528707600000,1528711200000,1528714800000,1528718400000,1528722000000,1528725600000,1528729200000,1528732800000,1528736400000,1528740000000,1528743600000,1528747200000,1528750800000,1528754400000,1528758000000,1528761600000,1528765200000,1528768800000,1528772400000,1528776000000,1528779600000,1528783200000,1528786800000,1528790400000,1528794000000,1528797600000,1528801200000,1528804800000,1528808400000,1528812000000,1528815600000,1528819200000,1528822800000,1528826400000,1528830000000,1528833600000,1528837200000,1528840800000,1528844400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[60,70,20,40,60,380,620,530,610,970,810,1030,980,910,930,710,1170,1010,1110,1210,1180,800,560,180,110,90,0,50,70,250,690,680,690,960,970,900,870,1020,850,890,890,1050,1040,1250,1290,730,720,220,200,40,40,0,40,170,550,630,760,950,940,980,1090,920,1080,850,1040,1120,930,1700,1330,820,650,290,130,50,20,20,30,170,360,560,710,950,1110,810,900,1060,1220,830,790,1070,990,990,1120,680,630,520,330,80,30,190,20,60,320,500,1040,730,1060,880,930,960,1050,950,930,1100,1200,1030,1010,1060,670,470,270,50,60,20,100,340,440,640,980,1010,1270,1200,970,730,850,980,1130,1150,1220,1080,1230,930,600,330,210,50,30,40,50,190,420,700,760,990,790,860,1110,830,1020,800,960,1090,920,1200,1000,1000,780,460]},{"name":"URL","color":"#2373DB","values":[40,0,0,10,0,120,260,400,590,600,720,690,820,790,650,880,1120,1100,880,870,930,630,300,90,10,0,10,10,10,80,200,370,410,660,700,660,750,670,620,890,1220,950,950,770,560,490,200,110,40,10,0,20,20,110,370,500,570,790,760,630,670,700,710,900,1110,1050,1030,770,580,430,380,70,180,70,10,10,0,120,150,190,660,630,760,910,860,600,610,800,550,620,840,530,510,420,190,190,120,50,0,0,0,30,100,270,380,510,710,580,820,580,490,570,660,790,710,660,660,840,500,240,180,100,70,10,70,160,170,350,630,820,790,650,730,550,620,710,870,870,930,820,860,620,470,260,60,130,10,50,50,100,260,310,600,740,820,990,620,630,840,800,1030,1050,850,740,700,570,400,230]},{"name":"Groups","color":"#9ED448","values":[160,50,20,0,60,320,570,450,530,770,1040,850,850,730,610,570,590,780,910,890,1150,1070,610,250,180,90,10,30,70,330,560,430,590,640,830,800,960,700,690,640,790,700,820,870,1200,1550,790,530,100,40,10,10,60,310,350,390,700,910,510,820,780,890,880,640,900,720,700,820,1370,1110,880,660,250,70,20,30,50,270,340,510,590,670,620,730,910,660,490,680,580,940,730,650,670,730,740,920,350,160,60,30,20,60,240,480,710,650,580,740,1160,720,670,620,830,640,710,880,1120,1230,720,420,100,190,20,20,80,250,340,370,610,610,860,790,890,530,670,700,610,1050,1060,1180,1100,1540,970,350,220,60,20,0,130,230,320,560,490,480,2150,1060,790,790,620,830,750,680,800,1300,1410,1120,830,550]},{"name":"Channel","color":"#4fae4e","values":[50,50,0,0,20,10,340,30,40,40,50,40,50,110,50,70,60,60,100,80,90,90,890,210,10,0,100,0,600,10,40,20,30,80,30,40,60,80,20,40,50,10,100,100,100,70,20,50,30,30,0,10,30,20,50,60,30,90,90,30,40,30,20,70,30,90,80,90,110,10,70,60,20,0,0,0,0,0,30,40,50,80,60,90,50,70,120,70,100,80,100,70,10,90,70,40,10,20,10,0,20,0,30,20,50,60,70,30,60,40,280,60,70,50,10,130,20,40,70,30,20,0,0,0,10,20,50,20,30,60,60,60,20,90,70,70,40,70,40,80,110,30,50,0,0,20,60,30,0,0,20,10,40,40,60,30,100,60,60,40,30,40,180,130,40,40,80,60]},{"name":"Search","color":"#F5BD25","values":[10,10,0,10,60,50,40,90,130,190,70,290,50,70,90,60,180,60,170,190,90,60,60,0,0,20,0,0,100,120,270,80,80,180,10,160,520,250,80,110,100,280,180,250,120,90,70,0,0,0,10,0,210,100,50,110,190,190,100,100,60,130,120,60,80,230,180,90,170,210,30,20,10,0,10,0,10,60,200,30,70,50,60,120,160,80,140,70,60,130,130,80,120,120,60,50,20,0,10,30,90,50,310,110,50,110,140,50,140,330,60,100,110,60,120,70,100,100,10,90,20,0,0,0,0,120,90,30,90,170,40,60,70,20,90,60,10,250,90,170,60,20,90,30,0,0,0,0,70,90,400,100,40,30,50,160,60,50,110,80,60,80,130,80,210,190,60,20]},{"name":"Other","color":"#F79E39","values":[30,10,0,10,20,90,140,80,110,130,160,210,120,90,140,130,160,150,220,180,180,130,110,40,30,10,10,10,40,90,80,70,140,170,280,160,170,280,180,150,90,160,160,200,160,180,110,50,10,30,60,0,30,90,30,100,140,80,170,170,240,200,170,170,100,120,140,230,210,100,80,50,50,10,0,0,30,40,60,190,180,150,170,90,110,170,180,90,150,150,100,110,130,70,50,160,40,10,0,0,20,50,40,140,110,120,110,120,180,90,200,130,100,170,120,100,60,140,100,120,30,10,20,10,20,110,140,170,170,210,150,180,150,170,150,110,130,130,210,230,220,120,110,60,20,20,20,20,60,180,140,220,90,140,160,180,110,150,170,160,160,130,190,210,190,200,120,110]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,20,0,20,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,10,0,0,10,10,20,0,0,0,0,0,0,0,0,0,10,20,0,0,0,0,10,0,10,10,0,0,30,10,10,50,0,10,0,10,0,0,0,0,0,0,0,0,0,40,10,10,10,10,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,20,10,10,10,10,10,0,30,10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,10,10,0,0,0,10,0,10,0,0,0,10,0,0,10,0,0,0,0,0,0,10,0,0,0,0,10,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/10.json b/dist/chartDummyData/views_zoom/2018-06/10.json new file mode 100644 index 000000000..caf2f8362 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/10.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1528329600000,1528333200000,1528336800000,1528340400000,1528344000000,1528347600000,1528351200000,1528354800000,1528358400000,1528362000000,1528365600000,1528369200000,1528372800000,1528376400000,1528380000000,1528383600000,1528387200000,1528390800000,1528394400000,1528398000000,1528401600000,1528405200000,1528408800000,1528412400000,1528416000000,1528419600000,1528423200000,1528426800000,1528430400000,1528434000000,1528437600000,1528441200000,1528444800000,1528448400000,1528452000000,1528455600000,1528459200000,1528462800000,1528466400000,1528470000000,1528473600000,1528477200000,1528480800000,1528484400000,1528488000000,1528491600000,1528495200000,1528498800000,1528502400000,1528506000000,1528509600000,1528513200000,1528516800000,1528520400000,1528524000000,1528527600000,1528531200000,1528534800000,1528538400000,1528542000000,1528545600000,1528549200000,1528552800000,1528556400000,1528560000000,1528563600000,1528567200000,1528570800000,1528574400000,1528578000000,1528581600000,1528585200000,1528588800000,1528592400000,1528596000000,1528599600000,1528603200000,1528606800000,1528610400000,1528614000000,1528617600000,1528621200000,1528624800000,1528628400000,1528632000000,1528635600000,1528639200000,1528642800000,1528646400000,1528650000000,1528653600000,1528657200000,1528660800000,1528664400000,1528668000000,1528671600000,1528675200000,1528678800000,1528682400000,1528686000000,1528689600000,1528693200000,1528696800000,1528700400000,1528704000000,1528707600000,1528711200000,1528714800000,1528718400000,1528722000000,1528725600000,1528729200000,1528732800000,1528736400000,1528740000000,1528743600000,1528747200000,1528750800000,1528754400000,1528758000000,1528761600000,1528765200000,1528768800000,1528772400000,1528776000000,1528779600000,1528783200000,1528786800000,1528790400000,1528794000000,1528797600000,1528801200000,1528804800000,1528808400000,1528812000000,1528815600000,1528819200000,1528822800000,1528826400000,1528830000000,1528833600000,1528837200000,1528840800000,1528844400000,1528848000000,1528851600000,1528855200000,1528858800000,1528862400000,1528866000000,1528869600000,1528873200000,1528876800000,1528880400000,1528884000000,1528887600000,1528891200000,1528894800000,1528898400000,1528902000000,1528905600000,1528909200000,1528912800000,1528916400000,1528920000000,1528923600000,1528927200000,1528930800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[110,90,0,50,70,250,690,680,690,960,970,900,870,1020,850,890,890,1050,1040,1250,1290,730,720,220,200,40,40,0,40,170,550,630,760,950,940,980,1090,920,1080,850,1040,1120,930,1700,1330,820,650,290,130,50,20,20,30,170,360,560,710,950,1110,810,900,1060,1220,830,790,1070,990,990,1120,680,630,520,330,80,30,190,20,60,320,500,1040,730,1060,880,930,960,1050,950,930,1100,1200,1030,1010,1060,670,470,270,50,60,20,100,340,440,640,980,1010,1270,1200,970,730,850,980,1130,1150,1220,1080,1230,930,600,330,210,50,30,40,50,190,420,700,760,990,790,860,1110,830,1020,800,960,1090,920,1200,1000,1000,780,460,280,230,30,20,150,220,520,420,830,790,860,1060,1160,960,1000,760,990,1250,1250,1460,920,950,760,400]},{"name":"URL","color":"#2373DB","values":[10,0,10,10,10,80,200,370,410,660,700,660,750,670,620,890,1220,950,950,770,560,490,200,110,40,10,0,20,20,110,370,500,570,790,760,630,670,700,710,900,1110,1050,1030,770,580,430,380,70,180,70,10,10,0,120,150,190,660,630,760,910,860,600,610,800,550,620,840,530,510,420,190,190,120,50,0,0,0,30,100,270,380,510,710,580,820,580,490,570,660,790,710,660,660,840,500,240,180,100,70,10,70,160,170,350,630,820,790,650,730,550,620,710,870,870,930,820,860,620,470,260,60,130,10,50,50,100,260,310,600,740,820,990,620,630,840,800,1030,1050,850,740,700,570,400,230,40,30,60,30,30,100,230,370,640,770,740,760,720,630,760,750,1220,930,890,920,710,430,280,130]},{"name":"Groups","color":"#9ED448","values":[180,90,10,30,70,330,560,430,590,640,830,800,960,700,690,640,790,700,820,870,1200,1550,790,530,100,40,10,10,60,310,350,390,700,910,510,820,780,890,880,640,900,720,700,820,1370,1110,880,660,250,70,20,30,50,270,340,510,590,670,620,730,910,660,490,680,580,940,730,650,670,730,740,920,350,160,60,30,20,60,240,480,710,650,580,740,1160,720,670,620,830,640,710,880,1120,1230,720,420,100,190,20,20,80,250,340,370,610,610,860,790,890,530,670,700,610,1050,1060,1180,1100,1540,970,350,220,60,20,0,130,230,320,560,490,480,2150,1060,790,790,620,830,750,680,800,1300,1410,1120,830,550,120,130,110,20,70,120,500,610,460,630,720,1060,780,1020,1220,750,1160,630,910,760,1130,1350,780,570]},{"name":"Channel","color":"#4fae4e","values":[10,0,100,0,600,10,40,20,30,80,30,40,60,80,20,40,50,10,100,100,100,70,20,50,30,30,0,10,30,20,50,60,30,90,90,30,40,30,20,70,30,90,80,90,110,10,70,60,20,0,0,0,0,0,30,40,50,80,60,90,50,70,120,70,100,80,100,70,10,90,70,40,10,20,10,0,20,0,30,20,50,60,70,30,60,40,280,60,70,50,10,130,20,40,70,30,20,0,0,0,10,20,50,20,30,60,60,60,20,90,70,70,40,70,40,80,110,30,50,0,0,20,60,30,0,0,20,10,40,40,60,30,100,60,60,40,30,40,180,130,40,40,80,60,0,0,0,0,0,10,0,0,20,40,20,60,30,40,40,20,50,90,20,100,30,60,70,20]},{"name":"Search","color":"#F5BD25","values":[0,20,0,0,100,120,270,80,80,180,10,160,520,250,80,110,100,280,180,250,120,90,70,0,0,0,10,0,210,100,50,110,190,190,100,100,60,130,120,60,80,230,180,90,170,210,30,20,10,0,10,0,10,60,200,30,70,50,60,120,160,80,140,70,60,130,130,80,120,120,60,50,20,0,10,30,90,50,310,110,50,110,140,50,140,330,60,100,110,60,120,70,100,100,10,90,20,0,0,0,0,120,90,30,90,170,40,60,70,20,90,60,10,250,90,170,60,20,90,30,0,0,0,0,70,90,400,100,40,30,50,160,60,50,110,80,60,80,130,80,210,190,60,20,70,0,0,90,210,50,80,60,80,210,150,30,60,140,200,50,170,50,60,150,140,60,100,20]},{"name":"Other","color":"#F79E39","values":[30,10,10,10,40,90,80,70,140,170,280,160,170,280,180,150,90,160,160,200,160,180,110,50,10,30,60,0,30,90,30,100,140,80,170,170,240,200,170,170,100,120,140,230,210,100,80,50,50,10,0,0,30,40,60,190,180,150,170,90,110,170,180,90,150,150,100,110,130,70,50,160,40,10,0,0,20,50,40,140,110,120,110,120,180,90,200,130,100,170,120,100,60,140,100,120,30,10,20,10,20,110,140,170,170,210,150,180,150,170,150,110,130,130,210,230,220,120,110,60,20,20,20,20,60,180,140,220,90,140,160,180,110,150,170,160,160,130,190,210,190,200,120,110,40,20,0,20,10,120,90,120,220,200,150,160,140,190,150,120,140,190,260,130,230,250,160,50]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,10,0,0,10,0,10,0,0,10,10,20,0,0,0,0,0,0,0,0,0,10,20,0,0,0,0,10,0,10,10,0,0,30,10,10,50,0,10,0,10,0,0,0,0,0,0,0,0,0,40,10,10,10,10,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,20,10,10,10,10,10,0,30,10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,10,10,0,0,0,10,0,10,0,0,0,10,0,0,10,0,0,0,0,0,0,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,30,10,10,0,10,30,20,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/11.json b/dist/chartDummyData/views_zoom/2018-06/11.json new file mode 100644 index 000000000..cad4c29c3 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/11.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1528416000000,1528419600000,1528423200000,1528426800000,1528430400000,1528434000000,1528437600000,1528441200000,1528444800000,1528448400000,1528452000000,1528455600000,1528459200000,1528462800000,1528466400000,1528470000000,1528473600000,1528477200000,1528480800000,1528484400000,1528488000000,1528491600000,1528495200000,1528498800000,1528502400000,1528506000000,1528509600000,1528513200000,1528516800000,1528520400000,1528524000000,1528527600000,1528531200000,1528534800000,1528538400000,1528542000000,1528545600000,1528549200000,1528552800000,1528556400000,1528560000000,1528563600000,1528567200000,1528570800000,1528574400000,1528578000000,1528581600000,1528585200000,1528588800000,1528592400000,1528596000000,1528599600000,1528603200000,1528606800000,1528610400000,1528614000000,1528617600000,1528621200000,1528624800000,1528628400000,1528632000000,1528635600000,1528639200000,1528642800000,1528646400000,1528650000000,1528653600000,1528657200000,1528660800000,1528664400000,1528668000000,1528671600000,1528675200000,1528678800000,1528682400000,1528686000000,1528689600000,1528693200000,1528696800000,1528700400000,1528704000000,1528707600000,1528711200000,1528714800000,1528718400000,1528722000000,1528725600000,1528729200000,1528732800000,1528736400000,1528740000000,1528743600000,1528747200000,1528750800000,1528754400000,1528758000000,1528761600000,1528765200000,1528768800000,1528772400000,1528776000000,1528779600000,1528783200000,1528786800000,1528790400000,1528794000000,1528797600000,1528801200000,1528804800000,1528808400000,1528812000000,1528815600000,1528819200000,1528822800000,1528826400000,1528830000000,1528833600000,1528837200000,1528840800000,1528844400000,1528848000000,1528851600000,1528855200000,1528858800000,1528862400000,1528866000000,1528869600000,1528873200000,1528876800000,1528880400000,1528884000000,1528887600000,1528891200000,1528894800000,1528898400000,1528902000000,1528905600000,1528909200000,1528912800000,1528916400000,1528920000000,1528923600000,1528927200000,1528930800000,1528934400000,1528938000000,1528941600000,1528945200000,1528948800000,1528952400000,1528956000000,1528959600000,1528963200000,1528966800000,1528970400000,1528974000000,1528977600000,1528981200000,1528984800000,1528988400000,1528992000000,1528995600000,1528999200000,1529002800000,1529006400000,1529010000000,1529013600000,1529017200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[200,40,40,0,40,170,550,630,760,950,940,980,1090,920,1080,850,1040,1120,930,1700,1330,820,650,290,130,50,20,20,30,170,360,560,710,950,1110,810,900,1060,1220,830,790,1070,990,990,1120,680,630,520,330,80,30,190,20,60,320,500,1040,730,1060,880,930,960,1050,950,930,1100,1200,1030,1010,1060,670,470,270,50,60,20,100,340,440,640,980,1010,1270,1200,970,730,850,980,1130,1150,1220,1080,1230,930,600,330,210,50,30,40,50,190,420,700,760,990,790,860,1110,830,1020,800,960,1090,920,1200,1000,1000,780,460,280,230,30,20,150,220,520,420,830,790,860,1060,1160,960,1000,760,990,1250,1250,1460,920,950,760,400,90,60,10,50,30,160,360,480,860,840,990,950,790,910,1050,980,1000,870,1050,1300,920,820,680,410]},{"name":"URL","color":"#2373DB","values":[40,10,0,20,20,110,370,500,570,790,760,630,670,700,710,900,1110,1050,1030,770,580,430,380,70,180,70,10,10,0,120,150,190,660,630,760,910,860,600,610,800,550,620,840,530,510,420,190,190,120,50,0,0,0,30,100,270,380,510,710,580,820,580,490,570,660,790,710,660,660,840,500,240,180,100,70,10,70,160,170,350,630,820,790,650,730,550,620,710,870,870,930,820,860,620,470,260,60,130,10,50,50,100,260,310,600,740,820,990,620,630,840,800,1030,1050,850,740,700,570,400,230,40,30,60,30,30,100,230,370,640,770,740,760,720,630,760,750,1220,930,890,920,710,430,280,130,100,30,0,10,40,120,130,520,660,740,730,950,750,680,540,570,1130,1030,1050,660,940,680,390,140]},{"name":"Groups","color":"#9ED448","values":[100,40,10,10,60,310,350,390,700,910,510,820,780,890,880,640,900,720,700,820,1370,1110,880,660,250,70,20,30,50,270,340,510,590,670,620,730,910,660,490,680,580,940,730,650,670,730,740,920,350,160,60,30,20,60,240,480,710,650,580,740,1160,720,670,620,830,640,710,880,1120,1230,720,420,100,190,20,20,80,250,340,370,610,610,860,790,890,530,670,700,610,1050,1060,1180,1100,1540,970,350,220,60,20,0,130,230,320,560,490,480,2150,1060,790,790,620,830,750,680,800,1300,1410,1120,830,550,120,130,110,20,70,120,500,610,460,630,720,1060,780,1020,1220,750,1160,630,910,760,1130,1350,780,570,170,60,80,50,140,240,470,650,510,630,630,850,810,780,720,810,580,750,960,790,1290,1540,1120,600]},{"name":"Channel","color":"#4fae4e","values":[30,30,0,10,30,20,50,60,30,90,90,30,40,30,20,70,30,90,80,90,110,10,70,60,20,0,0,0,0,0,30,40,50,80,60,90,50,70,120,70,100,80,100,70,10,90,70,40,10,20,10,0,20,0,30,20,50,60,70,30,60,40,280,60,70,50,10,130,20,40,70,30,20,0,0,0,10,20,50,20,30,60,60,60,20,90,70,70,40,70,40,80,110,30,50,0,0,20,60,30,0,0,20,10,40,40,60,30,100,60,60,40,30,40,180,130,40,40,80,60,0,0,0,0,0,10,0,0,20,40,20,60,30,40,40,20,50,90,20,100,30,60,70,20,30,0,0,10,0,0,0,20,50,100,20,60,70,60,40,80,90,90,70,40,50,40,80,10]},{"name":"Search","color":"#F5BD25","values":[0,0,10,0,210,100,50,110,190,190,100,100,60,130,120,60,80,230,180,90,170,210,30,20,10,0,10,0,10,60,200,30,70,50,60,120,160,80,140,70,60,130,130,80,120,120,60,50,20,0,10,30,90,50,310,110,50,110,140,50,140,330,60,100,110,60,120,70,100,100,10,90,20,0,0,0,0,120,90,30,90,170,40,60,70,20,90,60,10,250,90,170,60,20,90,30,0,0,0,0,70,90,400,100,40,30,50,160,60,50,110,80,60,80,130,80,210,190,60,20,70,0,0,90,210,50,80,60,80,210,150,30,60,140,200,50,170,50,60,150,140,60,100,20,0,0,0,0,160,310,110,120,80,100,70,250,110,110,80,150,160,90,170,250,160,140,220,50]},{"name":"Other","color":"#F79E39","values":[10,30,60,0,30,90,30,100,140,80,170,170,240,200,170,170,100,120,140,230,210,100,80,50,50,10,0,0,30,40,60,190,180,150,170,90,110,170,180,90,150,150,100,110,130,70,50,160,40,10,0,0,20,50,40,140,110,120,110,120,180,90,200,130,100,170,120,100,60,140,100,120,30,10,20,10,20,110,140,170,170,210,150,180,150,170,150,110,130,130,210,230,220,120,110,60,20,20,20,20,60,180,140,220,90,140,160,180,110,150,170,160,160,130,190,210,190,200,120,110,40,20,0,20,10,120,90,120,220,200,150,160,140,190,150,120,140,190,260,130,230,250,160,50,50,0,20,10,20,70,50,100,100,160,130,190,210,210,80,120,140,110,220,290,190,170,160,30]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,20,0,0,0,0,10,0,10,10,0,0,30,10,10,50,0,10,0,10,0,0,0,0,0,0,0,0,0,40,10,10,10,10,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,20,10,10,10,10,10,0,30,10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,10,10,0,0,0,10,0,10,0,0,0,10,0,0,10,0,0,0,0,0,0,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,30,10,10,0,10,30,20,0,0,0,0,0,0,0,0,0,0,10,0,20,10,0,0,0,10,0,10,0,0,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/12.json b/dist/chartDummyData/views_zoom/2018-06/12.json new file mode 100644 index 000000000..53c16dd29 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/12.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1528502400000,1528506000000,1528509600000,1528513200000,1528516800000,1528520400000,1528524000000,1528527600000,1528531200000,1528534800000,1528538400000,1528542000000,1528545600000,1528549200000,1528552800000,1528556400000,1528560000000,1528563600000,1528567200000,1528570800000,1528574400000,1528578000000,1528581600000,1528585200000,1528588800000,1528592400000,1528596000000,1528599600000,1528603200000,1528606800000,1528610400000,1528614000000,1528617600000,1528621200000,1528624800000,1528628400000,1528632000000,1528635600000,1528639200000,1528642800000,1528646400000,1528650000000,1528653600000,1528657200000,1528660800000,1528664400000,1528668000000,1528671600000,1528675200000,1528678800000,1528682400000,1528686000000,1528689600000,1528693200000,1528696800000,1528700400000,1528704000000,1528707600000,1528711200000,1528714800000,1528718400000,1528722000000,1528725600000,1528729200000,1528732800000,1528736400000,1528740000000,1528743600000,1528747200000,1528750800000,1528754400000,1528758000000,1528761600000,1528765200000,1528768800000,1528772400000,1528776000000,1528779600000,1528783200000,1528786800000,1528790400000,1528794000000,1528797600000,1528801200000,1528804800000,1528808400000,1528812000000,1528815600000,1528819200000,1528822800000,1528826400000,1528830000000,1528833600000,1528837200000,1528840800000,1528844400000,1528848000000,1528851600000,1528855200000,1528858800000,1528862400000,1528866000000,1528869600000,1528873200000,1528876800000,1528880400000,1528884000000,1528887600000,1528891200000,1528894800000,1528898400000,1528902000000,1528905600000,1528909200000,1528912800000,1528916400000,1528920000000,1528923600000,1528927200000,1528930800000,1528934400000,1528938000000,1528941600000,1528945200000,1528948800000,1528952400000,1528956000000,1528959600000,1528963200000,1528966800000,1528970400000,1528974000000,1528977600000,1528981200000,1528984800000,1528988400000,1528992000000,1528995600000,1528999200000,1529002800000,1529006400000,1529010000000,1529013600000,1529017200000,1529020800000,1529024400000,1529028000000,1529031600000,1529035200000,1529038800000,1529042400000,1529046000000,1529049600000,1529053200000,1529056800000,1529060400000,1529064000000,1529067600000,1529071200000,1529074800000,1529078400000,1529082000000,1529085600000,1529089200000,1529092800000,1529096400000,1529100000000,1529103600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[130,50,20,20,30,170,360,560,710,950,1110,810,900,1060,1220,830,790,1070,990,990,1120,680,630,520,330,80,30,190,20,60,320,500,1040,730,1060,880,930,960,1050,950,930,1100,1200,1030,1010,1060,670,470,270,50,60,20,100,340,440,640,980,1010,1270,1200,970,730,850,980,1130,1150,1220,1080,1230,930,600,330,210,50,30,40,50,190,420,700,760,990,790,860,1110,830,1020,800,960,1090,920,1200,1000,1000,780,460,280,230,30,20,150,220,520,420,830,790,860,1060,1160,960,1000,760,990,1250,1250,1460,920,950,760,400,90,60,10,50,30,160,360,480,860,840,990,950,790,910,1050,980,1000,870,1050,1300,920,820,680,410,170,70,30,10,130,330,310,450,780,660,1130,1100,1040,1030,900,1280,1070,1160,990,1170,990,760,540,400]},{"name":"URL","color":"#2373DB","values":[180,70,10,10,0,120,150,190,660,630,760,910,860,600,610,800,550,620,840,530,510,420,190,190,120,50,0,0,0,30,100,270,380,510,710,580,820,580,490,570,660,790,710,660,660,840,500,240,180,100,70,10,70,160,170,350,630,820,790,650,730,550,620,710,870,870,930,820,860,620,470,260,60,130,10,50,50,100,260,310,600,740,820,990,620,630,840,800,1030,1050,850,740,700,570,400,230,40,30,60,30,30,100,230,370,640,770,740,760,720,630,760,750,1220,930,890,920,710,430,280,130,100,30,0,10,40,120,130,520,660,740,730,950,750,680,540,570,1130,1030,1050,660,940,680,390,140,60,60,10,0,20,80,240,490,530,730,800,930,650,600,700,950,1100,1010,1020,1010,950,700,340,130]},{"name":"Groups","color":"#9ED448","values":[250,70,20,30,50,270,340,510,590,670,620,730,910,660,490,680,580,940,730,650,670,730,740,920,350,160,60,30,20,60,240,480,710,650,580,740,1160,720,670,620,830,640,710,880,1120,1230,720,420,100,190,20,20,80,250,340,370,610,610,860,790,890,530,670,700,610,1050,1060,1180,1100,1540,970,350,220,60,20,0,130,230,320,560,490,480,2150,1060,790,790,620,830,750,680,800,1300,1410,1120,830,550,120,130,110,20,70,120,500,610,460,630,720,1060,780,1020,1220,750,1160,630,910,760,1130,1350,780,570,170,60,80,50,140,240,470,650,510,630,630,850,810,780,720,810,580,750,960,790,1290,1540,1120,600,140,150,100,0,30,300,490,530,540,670,600,1000,800,670,580,590,750,870,950,890,1350,1130,1060,580]},{"name":"Channel","color":"#4fae4e","values":[20,0,0,0,0,0,30,40,50,80,60,90,50,70,120,70,100,80,100,70,10,90,70,40,10,20,10,0,20,0,30,20,50,60,70,30,60,40,280,60,70,50,10,130,20,40,70,30,20,0,0,0,10,20,50,20,30,60,60,60,20,90,70,70,40,70,40,80,110,30,50,0,0,20,60,30,0,0,20,10,40,40,60,30,100,60,60,40,30,40,180,130,40,40,80,60,0,0,0,0,0,10,0,0,20,40,20,60,30,40,40,20,50,90,20,100,30,60,70,20,30,0,0,10,0,0,0,20,50,100,20,60,70,60,40,80,90,90,70,40,50,40,80,10,20,20,0,0,0,60,20,10,70,70,80,70,50,80,130,40,60,100,90,90,40,30,140,30]},{"name":"Search","color":"#F5BD25","values":[10,0,10,0,10,60,200,30,70,50,60,120,160,80,140,70,60,130,130,80,120,120,60,50,20,0,10,30,90,50,310,110,50,110,140,50,140,330,60,100,110,60,120,70,100,100,10,90,20,0,0,0,0,120,90,30,90,170,40,60,70,20,90,60,10,250,90,170,60,20,90,30,0,0,0,0,70,90,400,100,40,30,50,160,60,50,110,80,60,80,130,80,210,190,60,20,70,0,0,90,210,50,80,60,80,210,150,30,60,140,200,50,170,50,60,150,140,60,100,20,0,0,0,0,160,310,110,120,80,100,70,250,110,110,80,150,160,90,170,250,160,140,220,50,10,0,0,0,230,50,220,20,190,110,40,110,160,40,90,90,180,100,130,320,100,90,70,80]},{"name":"Other","color":"#F79E39","values":[50,10,0,0,30,40,60,190,180,150,170,90,110,170,180,90,150,150,100,110,130,70,50,160,40,10,0,0,20,50,40,140,110,120,110,120,180,90,200,130,100,170,120,100,60,140,100,120,30,10,20,10,20,110,140,170,170,210,150,180,150,170,150,110,130,130,210,230,220,120,110,60,20,20,20,20,60,180,140,220,90,140,160,180,110,150,170,160,160,130,190,210,190,200,120,110,40,20,0,20,10,120,90,120,220,200,150,160,140,190,150,120,140,190,260,130,230,250,160,50,50,0,20,10,20,70,50,100,100,160,130,190,210,210,80,120,140,110,220,290,190,170,160,30,30,30,0,0,10,140,100,70,160,120,180,190,120,160,180,140,160,90,130,180,220,120,150,30]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,0,0,0,0,40,10,10,10,10,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,20,10,10,10,10,10,0,30,10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,10,10,0,0,0,10,0,10,0,0,0,10,0,0,10,0,0,0,0,0,0,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,30,10,10,0,10,30,20,0,0,0,0,0,0,0,0,0,0,10,0,20,10,0,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,10,10,0,10,10,10,10,10,10,10,0,40,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/13.json b/dist/chartDummyData/views_zoom/2018-06/13.json new file mode 100644 index 000000000..14ad07a37 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/13.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1528588800000,1528592400000,1528596000000,1528599600000,1528603200000,1528606800000,1528610400000,1528614000000,1528617600000,1528621200000,1528624800000,1528628400000,1528632000000,1528635600000,1528639200000,1528642800000,1528646400000,1528650000000,1528653600000,1528657200000,1528660800000,1528664400000,1528668000000,1528671600000,1528675200000,1528678800000,1528682400000,1528686000000,1528689600000,1528693200000,1528696800000,1528700400000,1528704000000,1528707600000,1528711200000,1528714800000,1528718400000,1528722000000,1528725600000,1528729200000,1528732800000,1528736400000,1528740000000,1528743600000,1528747200000,1528750800000,1528754400000,1528758000000,1528761600000,1528765200000,1528768800000,1528772400000,1528776000000,1528779600000,1528783200000,1528786800000,1528790400000,1528794000000,1528797600000,1528801200000,1528804800000,1528808400000,1528812000000,1528815600000,1528819200000,1528822800000,1528826400000,1528830000000,1528833600000,1528837200000,1528840800000,1528844400000,1528848000000,1528851600000,1528855200000,1528858800000,1528862400000,1528866000000,1528869600000,1528873200000,1528876800000,1528880400000,1528884000000,1528887600000,1528891200000,1528894800000,1528898400000,1528902000000,1528905600000,1528909200000,1528912800000,1528916400000,1528920000000,1528923600000,1528927200000,1528930800000,1528934400000,1528938000000,1528941600000,1528945200000,1528948800000,1528952400000,1528956000000,1528959600000,1528963200000,1528966800000,1528970400000,1528974000000,1528977600000,1528981200000,1528984800000,1528988400000,1528992000000,1528995600000,1528999200000,1529002800000,1529006400000,1529010000000,1529013600000,1529017200000,1529020800000,1529024400000,1529028000000,1529031600000,1529035200000,1529038800000,1529042400000,1529046000000,1529049600000,1529053200000,1529056800000,1529060400000,1529064000000,1529067600000,1529071200000,1529074800000,1529078400000,1529082000000,1529085600000,1529089200000,1529092800000,1529096400000,1529100000000,1529103600000,1529107200000,1529110800000,1529114400000,1529118000000,1529121600000,1529125200000,1529128800000,1529132400000,1529136000000,1529139600000,1529143200000,1529146800000,1529150400000,1529154000000,1529157600000,1529161200000,1529164800000,1529168400000,1529172000000,1529175600000,1529179200000,1529182800000,1529186400000,1529190000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[330,80,30,190,20,60,320,500,1040,730,1060,880,930,960,1050,950,930,1100,1200,1030,1010,1060,670,470,270,50,60,20,100,340,440,640,980,1010,1270,1200,970,730,850,980,1130,1150,1220,1080,1230,930,600,330,210,50,30,40,50,190,420,700,760,990,790,860,1110,830,1020,800,960,1090,920,1200,1000,1000,780,460,280,230,30,20,150,220,520,420,830,790,860,1060,1160,960,1000,760,990,1250,1250,1460,920,950,760,400,90,60,10,50,30,160,360,480,860,840,990,950,790,910,1050,980,1000,870,1050,1300,920,820,680,410,170,70,30,10,130,330,310,450,780,660,1130,1100,1040,1030,900,1280,1070,1160,990,1170,990,760,540,400,210,80,60,70,30,90,370,480,640,870,1000,910,1170,1380,830,1010,960,1020,810,1320,850,890,770,590]},{"name":"URL","color":"#2373DB","values":[120,50,0,0,0,30,100,270,380,510,710,580,820,580,490,570,660,790,710,660,660,840,500,240,180,100,70,10,70,160,170,350,630,820,790,650,730,550,620,710,870,870,930,820,860,620,470,260,60,130,10,50,50,100,260,310,600,740,820,990,620,630,840,800,1030,1050,850,740,700,570,400,230,40,30,60,30,30,100,230,370,640,770,740,760,720,630,760,750,1220,930,890,920,710,430,280,130,100,30,0,10,40,120,130,520,660,740,730,950,750,680,540,570,1130,1030,1050,660,940,680,390,140,60,60,10,0,20,80,240,490,530,730,800,930,650,600,700,950,1100,1010,1020,1010,950,700,340,130,60,50,60,30,30,50,170,300,430,560,550,630,660,620,520,620,730,970,860,750,580,400,590,290]},{"name":"Groups","color":"#9ED448","values":[350,160,60,30,20,60,240,480,710,650,580,740,1160,720,670,620,830,640,710,880,1120,1230,720,420,100,190,20,20,80,250,340,370,610,610,860,790,890,530,670,700,610,1050,1060,1180,1100,1540,970,350,220,60,20,0,130,230,320,560,490,480,2150,1060,790,790,620,830,750,680,800,1300,1410,1120,830,550,120,130,110,20,70,120,500,610,460,630,720,1060,780,1020,1220,750,1160,630,910,760,1130,1350,780,570,170,60,80,50,140,240,470,650,510,630,630,850,810,780,720,810,580,750,960,790,1290,1540,1120,600,140,150,100,0,30,300,490,530,540,670,600,1000,800,670,580,590,750,870,950,890,1350,1130,1060,580,280,250,110,30,60,90,400,620,640,550,670,680,640,910,890,680,650,500,710,920,820,1060,1090,690]},{"name":"Channel","color":"#4fae4e","values":[10,20,10,0,20,0,30,20,50,60,70,30,60,40,280,60,70,50,10,130,20,40,70,30,20,0,0,0,10,20,50,20,30,60,60,60,20,90,70,70,40,70,40,80,110,30,50,0,0,20,60,30,0,0,20,10,40,40,60,30,100,60,60,40,30,40,180,130,40,40,80,60,0,0,0,0,0,10,0,0,20,40,20,60,30,40,40,20,50,90,20,100,30,60,70,20,30,0,0,10,0,0,0,20,50,100,20,60,70,60,40,80,90,90,70,40,50,40,80,10,20,20,0,0,0,60,20,10,70,70,80,70,50,80,130,40,60,100,90,90,40,30,140,30,10,0,0,30,10,0,10,40,30,50,70,40,60,100,120,60,50,30,60,50,90,20,10,80]},{"name":"Search","color":"#F5BD25","values":[20,0,10,30,90,50,310,110,50,110,140,50,140,330,60,100,110,60,120,70,100,100,10,90,20,0,0,0,0,120,90,30,90,170,40,60,70,20,90,60,10,250,90,170,60,20,90,30,0,0,0,0,70,90,400,100,40,30,50,160,60,50,110,80,60,80,130,80,210,190,60,20,70,0,0,90,210,50,80,60,80,210,150,30,60,140,200,50,170,50,60,150,140,60,100,20,0,0,0,0,160,310,110,120,80,100,70,250,110,110,80,150,160,90,170,250,160,140,220,50,10,0,0,0,230,50,220,20,190,110,40,110,160,40,90,90,180,100,130,320,100,90,70,80,10,10,0,0,0,40,210,10,140,50,100,20,60,310,20,130,80,50,30,20,30,190,30,0]},{"name":"Other","color":"#F79E39","values":[40,10,0,0,20,50,40,140,110,120,110,120,180,90,200,130,100,170,120,100,60,140,100,120,30,10,20,10,20,110,140,170,170,210,150,180,150,170,150,110,130,130,210,230,220,120,110,60,20,20,20,20,60,180,140,220,90,140,160,180,110,150,170,160,160,130,190,210,190,200,120,110,40,20,0,20,10,120,90,120,220,200,150,160,140,190,150,120,140,190,260,130,230,250,160,50,50,0,20,10,20,70,50,100,100,160,130,190,210,210,80,120,140,110,220,290,190,170,160,30,30,30,0,0,10,140,100,70,160,120,180,190,120,160,180,140,160,90,130,180,220,120,150,30,30,0,10,0,0,10,80,80,160,160,170,100,150,150,80,130,140,170,150,110,150,150,110,130]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,20,10,10,10,10,10,0,30,10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,10,10,0,0,0,10,0,10,0,0,0,10,0,0,10,0,0,0,0,0,0,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,30,10,10,0,10,30,20,0,0,0,0,0,0,0,0,0,0,10,0,20,10,0,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,10,10,0,10,10,10,10,10,10,10,0,40,10,0,0,0,0,0,0,0,10,10,10,0,10,10,0,0,0,20,10,0,20,0,0,30,10,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/14.json b/dist/chartDummyData/views_zoom/2018-06/14.json new file mode 100644 index 000000000..893b6fa98 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/14.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1528675200000,1528678800000,1528682400000,1528686000000,1528689600000,1528693200000,1528696800000,1528700400000,1528704000000,1528707600000,1528711200000,1528714800000,1528718400000,1528722000000,1528725600000,1528729200000,1528732800000,1528736400000,1528740000000,1528743600000,1528747200000,1528750800000,1528754400000,1528758000000,1528761600000,1528765200000,1528768800000,1528772400000,1528776000000,1528779600000,1528783200000,1528786800000,1528790400000,1528794000000,1528797600000,1528801200000,1528804800000,1528808400000,1528812000000,1528815600000,1528819200000,1528822800000,1528826400000,1528830000000,1528833600000,1528837200000,1528840800000,1528844400000,1528848000000,1528851600000,1528855200000,1528858800000,1528862400000,1528866000000,1528869600000,1528873200000,1528876800000,1528880400000,1528884000000,1528887600000,1528891200000,1528894800000,1528898400000,1528902000000,1528905600000,1528909200000,1528912800000,1528916400000,1528920000000,1528923600000,1528927200000,1528930800000,1528934400000,1528938000000,1528941600000,1528945200000,1528948800000,1528952400000,1528956000000,1528959600000,1528963200000,1528966800000,1528970400000,1528974000000,1528977600000,1528981200000,1528984800000,1528988400000,1528992000000,1528995600000,1528999200000,1529002800000,1529006400000,1529010000000,1529013600000,1529017200000,1529020800000,1529024400000,1529028000000,1529031600000,1529035200000,1529038800000,1529042400000,1529046000000,1529049600000,1529053200000,1529056800000,1529060400000,1529064000000,1529067600000,1529071200000,1529074800000,1529078400000,1529082000000,1529085600000,1529089200000,1529092800000,1529096400000,1529100000000,1529103600000,1529107200000,1529110800000,1529114400000,1529118000000,1529121600000,1529125200000,1529128800000,1529132400000,1529136000000,1529139600000,1529143200000,1529146800000,1529150400000,1529154000000,1529157600000,1529161200000,1529164800000,1529168400000,1529172000000,1529175600000,1529179200000,1529182800000,1529186400000,1529190000000,1529193600000,1529197200000,1529200800000,1529204400000,1529208000000,1529211600000,1529215200000,1529218800000,1529222400000,1529226000000,1529229600000,1529233200000,1529236800000,1529240400000,1529244000000,1529247600000,1529251200000,1529254800000,1529258400000,1529262000000,1529265600000,1529269200000,1529272800000,1529276400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[270,50,60,20,100,340,440,640,980,1010,1270,1200,970,730,850,980,1130,1150,1220,1080,1230,930,600,330,210,50,30,40,50,190,420,700,760,990,790,860,1110,830,1020,800,960,1090,920,1200,1000,1000,780,460,280,230,30,20,150,220,520,420,830,790,860,1060,1160,960,1000,760,990,1250,1250,1460,920,950,760,400,90,60,10,50,30,160,360,480,860,840,990,950,790,910,1050,980,1000,870,1050,1300,920,820,680,410,170,70,30,10,130,330,310,450,780,660,1130,1100,1040,1030,900,1280,1070,1160,990,1170,990,760,540,400,210,80,60,70,30,90,370,480,640,870,1000,910,1170,1380,830,1010,960,1020,810,1320,850,890,770,590,380,80,60,90,40,90,350,480,770,900,1300,1060,1070,1050,990,1050,1100,1050,1270,1100,800,830,800,430]},{"name":"URL","color":"#2373DB","values":[180,100,70,10,70,160,170,350,630,820,790,650,730,550,620,710,870,870,930,820,860,620,470,260,60,130,10,50,50,100,260,310,600,740,820,990,620,630,840,800,1030,1050,850,740,700,570,400,230,40,30,60,30,30,100,230,370,640,770,740,760,720,630,760,750,1220,930,890,920,710,430,280,130,100,30,0,10,40,120,130,520,660,740,730,950,750,680,540,570,1130,1030,1050,660,940,680,390,140,60,60,10,0,20,80,240,490,530,730,800,930,650,600,700,950,1100,1010,1020,1010,950,700,340,130,60,50,60,30,30,50,170,300,430,560,550,630,660,620,520,620,730,970,860,750,580,400,590,290,210,50,0,0,30,50,150,240,390,650,500,470,500,460,450,470,500,550,710,850,690,630,320,90]},{"name":"Groups","color":"#9ED448","values":[100,190,20,20,80,250,340,370,610,610,860,790,890,530,670,700,610,1050,1060,1180,1100,1540,970,350,220,60,20,0,130,230,320,560,490,480,2150,1060,790,790,620,830,750,680,800,1300,1410,1120,830,550,120,130,110,20,70,120,500,610,460,630,720,1060,780,1020,1220,750,1160,630,910,760,1130,1350,780,570,170,60,80,50,140,240,470,650,510,630,630,850,810,780,720,810,580,750,960,790,1290,1540,1120,600,140,150,100,0,30,300,490,530,540,670,600,1000,800,670,580,590,750,870,950,890,1350,1130,1060,580,280,250,110,30,60,90,400,620,640,550,670,680,640,910,890,680,650,500,710,920,820,1060,1090,690,340,170,20,30,10,20,160,460,650,430,690,900,690,890,650,880,820,860,1180,1260,1430,1410,1090,410]},{"name":"Channel","color":"#4fae4e","values":[20,0,0,0,10,20,50,20,30,60,60,60,20,90,70,70,40,70,40,80,110,30,50,0,0,20,60,30,0,0,20,10,40,40,60,30,100,60,60,40,30,40,180,130,40,40,80,60,0,0,0,0,0,10,0,0,20,40,20,60,30,40,40,20,50,90,20,100,30,60,70,20,30,0,0,10,0,0,0,20,50,100,20,60,70,60,40,80,90,90,70,40,50,40,80,10,20,20,0,0,0,60,20,10,70,70,80,70,50,80,130,40,60,100,90,90,40,30,140,30,10,0,0,30,10,0,10,40,30,50,70,40,60,100,120,60,50,30,60,50,90,20,10,80,40,10,10,0,0,0,0,0,20,100,70,80,40,60,110,110,60,50,50,160,60,50,80,20]},{"name":"Search","color":"#F5BD25","values":[20,0,0,0,0,120,90,30,90,170,40,60,70,20,90,60,10,250,90,170,60,20,90,30,0,0,0,0,70,90,400,100,40,30,50,160,60,50,110,80,60,80,130,80,210,190,60,20,70,0,0,90,210,50,80,60,80,210,150,30,60,140,200,50,170,50,60,150,140,60,100,20,0,0,0,0,160,310,110,120,80,100,70,250,110,110,80,150,160,90,170,250,160,140,220,50,10,0,0,0,230,50,220,20,190,110,40,110,160,40,90,90,180,100,130,320,100,90,70,80,10,10,0,0,0,40,210,10,140,50,100,20,60,310,20,130,80,50,30,20,30,190,30,0,20,0,0,10,0,0,70,100,90,70,90,110,100,90,100,170,190,170,30,120,50,120,730,20]},{"name":"Other","color":"#F79E39","values":[30,10,20,10,20,110,140,170,170,210,150,180,150,170,150,110,130,130,210,230,220,120,110,60,20,20,20,20,60,180,140,220,90,140,160,180,110,150,170,160,160,130,190,210,190,200,120,110,40,20,0,20,10,120,90,120,220,200,150,160,140,190,150,120,140,190,260,130,230,250,160,50,50,0,20,10,20,70,50,100,100,160,130,190,210,210,80,120,140,110,220,290,190,170,160,30,30,30,0,0,10,140,100,70,160,120,180,190,120,160,180,140,160,90,130,180,220,120,150,30,30,0,10,0,0,10,80,80,160,160,170,100,150,150,80,130,140,170,150,110,150,150,110,130,60,20,20,30,0,10,80,140,120,170,190,200,140,150,150,120,110,190,200,230,170,220,120,30]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,10,10,0,0,0,10,0,10,0,0,0,10,0,0,10,0,0,0,0,0,0,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,30,10,10,0,10,30,20,0,0,0,0,0,0,0,0,0,0,10,0,20,10,0,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,10,10,0,10,10,10,10,10,10,10,0,40,10,0,0,0,0,0,0,0,10,10,10,0,10,10,0,0,0,20,10,0,20,0,0,30,10,10,0,0,0,10,0,0,0,0,0,0,0,0,10,10,10,10,0,10,10,10,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/15.json b/dist/chartDummyData/views_zoom/2018-06/15.json new file mode 100644 index 000000000..8c5c3fb96 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/15.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1528761600000,1528765200000,1528768800000,1528772400000,1528776000000,1528779600000,1528783200000,1528786800000,1528790400000,1528794000000,1528797600000,1528801200000,1528804800000,1528808400000,1528812000000,1528815600000,1528819200000,1528822800000,1528826400000,1528830000000,1528833600000,1528837200000,1528840800000,1528844400000,1528848000000,1528851600000,1528855200000,1528858800000,1528862400000,1528866000000,1528869600000,1528873200000,1528876800000,1528880400000,1528884000000,1528887600000,1528891200000,1528894800000,1528898400000,1528902000000,1528905600000,1528909200000,1528912800000,1528916400000,1528920000000,1528923600000,1528927200000,1528930800000,1528934400000,1528938000000,1528941600000,1528945200000,1528948800000,1528952400000,1528956000000,1528959600000,1528963200000,1528966800000,1528970400000,1528974000000,1528977600000,1528981200000,1528984800000,1528988400000,1528992000000,1528995600000,1528999200000,1529002800000,1529006400000,1529010000000,1529013600000,1529017200000,1529020800000,1529024400000,1529028000000,1529031600000,1529035200000,1529038800000,1529042400000,1529046000000,1529049600000,1529053200000,1529056800000,1529060400000,1529064000000,1529067600000,1529071200000,1529074800000,1529078400000,1529082000000,1529085600000,1529089200000,1529092800000,1529096400000,1529100000000,1529103600000,1529107200000,1529110800000,1529114400000,1529118000000,1529121600000,1529125200000,1529128800000,1529132400000,1529136000000,1529139600000,1529143200000,1529146800000,1529150400000,1529154000000,1529157600000,1529161200000,1529164800000,1529168400000,1529172000000,1529175600000,1529179200000,1529182800000,1529186400000,1529190000000,1529193600000,1529197200000,1529200800000,1529204400000,1529208000000,1529211600000,1529215200000,1529218800000,1529222400000,1529226000000,1529229600000,1529233200000,1529236800000,1529240400000,1529244000000,1529247600000,1529251200000,1529254800000,1529258400000,1529262000000,1529265600000,1529269200000,1529272800000,1529276400000,1529280000000,1529283600000,1529287200000,1529290800000,1529294400000,1529298000000,1529301600000,1529305200000,1529308800000,1529312400000,1529316000000,1529319600000,1529323200000,1529326800000,1529330400000,1529334000000,1529337600000,1529341200000,1529344800000,1529348400000,1529352000000,1529355600000,1529359200000,1529362800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[210,50,30,40,50,190,420,700,760,990,790,860,1110,830,1020,800,960,1090,920,1200,1000,1000,780,460,280,230,30,20,150,220,520,420,830,790,860,1060,1160,960,1000,760,990,1250,1250,1460,920,950,760,400,90,60,10,50,30,160,360,480,860,840,990,950,790,910,1050,980,1000,870,1050,1300,920,820,680,410,170,70,30,10,130,330,310,450,780,660,1130,1100,1040,1030,900,1280,1070,1160,990,1170,990,760,540,400,210,80,60,70,30,90,370,480,640,870,1000,910,1170,1380,830,1010,960,1020,810,1320,850,890,770,590,380,80,60,90,40,90,350,480,770,900,1300,1060,1070,1050,990,1050,1100,1050,1270,1100,800,830,800,430,150,40,20,10,80,190,460,690,720,990,960,910,1010,930,880,1030,860,1010,1090,1070,1170,920,620,430]},{"name":"URL","color":"#2373DB","values":[60,130,10,50,50,100,260,310,600,740,820,990,620,630,840,800,1030,1050,850,740,700,570,400,230,40,30,60,30,30,100,230,370,640,770,740,760,720,630,760,750,1220,930,890,920,710,430,280,130,100,30,0,10,40,120,130,520,660,740,730,950,750,680,540,570,1130,1030,1050,660,940,680,390,140,60,60,10,0,20,80,240,490,530,730,800,930,650,600,700,950,1100,1010,1020,1010,950,700,340,130,60,50,60,30,30,50,170,300,430,560,550,630,660,620,520,620,730,970,860,750,580,400,590,290,210,50,0,0,30,50,150,240,390,650,500,470,500,460,450,470,500,550,710,850,690,630,320,90,50,40,0,0,10,110,170,300,740,490,770,610,760,670,860,860,1000,950,990,890,920,620,270,230]},{"name":"Groups","color":"#9ED448","values":[220,60,20,0,130,230,320,560,490,480,2150,1060,790,790,620,830,750,680,800,1300,1410,1120,830,550,120,130,110,20,70,120,500,610,460,630,720,1060,780,1020,1220,750,1160,630,910,760,1130,1350,780,570,170,60,80,50,140,240,470,650,510,630,630,850,810,780,720,810,580,750,960,790,1290,1540,1120,600,140,150,100,0,30,300,490,530,540,670,600,1000,800,670,580,590,750,870,950,890,1350,1130,1060,580,280,250,110,30,60,90,400,620,640,550,670,680,640,910,890,680,650,500,710,920,820,1060,1090,690,340,170,20,30,10,20,160,460,650,430,690,900,690,890,650,880,820,860,1180,1260,1430,1410,1090,410,210,100,10,30,60,300,360,790,1090,600,760,830,730,830,580,740,940,830,790,1030,1640,1230,670,380]},{"name":"Channel","color":"#4fae4e","values":[0,20,60,30,0,0,20,10,40,40,60,30,100,60,60,40,30,40,180,130,40,40,80,60,0,0,0,0,0,10,0,0,20,40,20,60,30,40,40,20,50,90,20,100,30,60,70,20,30,0,0,10,0,0,0,20,50,100,20,60,70,60,40,80,90,90,70,40,50,40,80,10,20,20,0,0,0,60,20,10,70,70,80,70,50,80,130,40,60,100,90,90,40,30,140,30,10,0,0,30,10,0,10,40,30,50,70,40,60,100,120,60,50,30,60,50,90,20,10,80,40,10,10,0,0,0,0,0,20,100,70,80,40,60,110,110,60,50,50,160,60,50,80,20,30,0,0,0,20,20,20,40,30,40,60,40,40,70,80,50,100,80,70,100,30,40,60,60]},{"name":"Search","color":"#F5BD25","values":[0,0,0,0,70,90,400,100,40,30,50,160,60,50,110,80,60,80,130,80,210,190,60,20,70,0,0,90,210,50,80,60,80,210,150,30,60,140,200,50,170,50,60,150,140,60,100,20,0,0,0,0,160,310,110,120,80,100,70,250,110,110,80,150,160,90,170,250,160,140,220,50,10,0,0,0,230,50,220,20,190,110,40,110,160,40,90,90,180,100,130,320,100,90,70,80,10,10,0,0,0,40,210,10,140,50,100,20,60,310,20,130,80,50,30,20,30,190,30,0,20,0,0,10,0,0,70,100,90,70,90,110,100,90,100,170,190,170,30,120,50,120,730,20,20,30,0,0,140,20,90,110,50,130,140,40,90,100,130,100,380,160,340,80,120,150,150,20]},{"name":"Other","color":"#F79E39","values":[20,20,20,20,60,180,140,220,90,140,160,180,110,150,170,160,160,130,190,210,190,200,120,110,40,20,0,20,10,120,90,120,220,200,150,160,140,190,150,120,140,190,260,130,230,250,160,50,50,0,20,10,20,70,50,100,100,160,130,190,210,210,80,120,140,110,220,290,190,170,160,30,30,30,0,0,10,140,100,70,160,120,180,190,120,160,180,140,160,90,130,180,220,120,150,30,30,0,10,0,0,10,80,80,160,160,170,100,150,150,80,130,140,170,150,110,150,150,110,130,60,20,20,30,0,10,80,140,120,170,190,200,140,150,150,120,110,190,200,230,170,220,120,30,30,80,30,0,10,80,110,80,130,120,130,260,140,250,180,230,190,180,130,190,190,210,140,40]},{"name":"PM","color":"#E65850","values":[0,0,0,10,0,0,10,0,0,0,0,0,0,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,30,10,10,0,10,30,20,0,0,0,0,0,0,0,0,0,0,10,0,20,10,0,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,10,10,0,10,10,10,10,10,10,10,0,40,10,0,0,0,0,0,0,0,10,10,10,0,10,10,0,0,0,20,10,0,20,0,0,30,10,10,0,0,0,10,0,0,0,0,0,0,0,0,10,10,10,10,0,10,10,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,20,0,0,0,10,0,0,10,20,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/16.json b/dist/chartDummyData/views_zoom/2018-06/16.json new file mode 100644 index 000000000..0b459f0e1 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/16.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1528848000000,1528851600000,1528855200000,1528858800000,1528862400000,1528866000000,1528869600000,1528873200000,1528876800000,1528880400000,1528884000000,1528887600000,1528891200000,1528894800000,1528898400000,1528902000000,1528905600000,1528909200000,1528912800000,1528916400000,1528920000000,1528923600000,1528927200000,1528930800000,1528934400000,1528938000000,1528941600000,1528945200000,1528948800000,1528952400000,1528956000000,1528959600000,1528963200000,1528966800000,1528970400000,1528974000000,1528977600000,1528981200000,1528984800000,1528988400000,1528992000000,1528995600000,1528999200000,1529002800000,1529006400000,1529010000000,1529013600000,1529017200000,1529020800000,1529024400000,1529028000000,1529031600000,1529035200000,1529038800000,1529042400000,1529046000000,1529049600000,1529053200000,1529056800000,1529060400000,1529064000000,1529067600000,1529071200000,1529074800000,1529078400000,1529082000000,1529085600000,1529089200000,1529092800000,1529096400000,1529100000000,1529103600000,1529107200000,1529110800000,1529114400000,1529118000000,1529121600000,1529125200000,1529128800000,1529132400000,1529136000000,1529139600000,1529143200000,1529146800000,1529150400000,1529154000000,1529157600000,1529161200000,1529164800000,1529168400000,1529172000000,1529175600000,1529179200000,1529182800000,1529186400000,1529190000000,1529193600000,1529197200000,1529200800000,1529204400000,1529208000000,1529211600000,1529215200000,1529218800000,1529222400000,1529226000000,1529229600000,1529233200000,1529236800000,1529240400000,1529244000000,1529247600000,1529251200000,1529254800000,1529258400000,1529262000000,1529265600000,1529269200000,1529272800000,1529276400000,1529280000000,1529283600000,1529287200000,1529290800000,1529294400000,1529298000000,1529301600000,1529305200000,1529308800000,1529312400000,1529316000000,1529319600000,1529323200000,1529326800000,1529330400000,1529334000000,1529337600000,1529341200000,1529344800000,1529348400000,1529352000000,1529355600000,1529359200000,1529362800000,1529366400000,1529370000000,1529373600000,1529377200000,1529380800000,1529384400000,1529388000000,1529391600000,1529395200000,1529398800000,1529402400000,1529406000000,1529409600000,1529413200000,1529416800000,1529420400000,1529424000000,1529427600000,1529431200000,1529434800000,1529438400000,1529442000000,1529445600000,1529449200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[280,230,30,20,150,220,520,420,830,790,860,1060,1160,960,1000,760,990,1250,1250,1460,920,950,760,400,90,60,10,50,30,160,360,480,860,840,990,950,790,910,1050,980,1000,870,1050,1300,920,820,680,410,170,70,30,10,130,330,310,450,780,660,1130,1100,1040,1030,900,1280,1070,1160,990,1170,990,760,540,400,210,80,60,70,30,90,370,480,640,870,1000,910,1170,1380,830,1010,960,1020,810,1320,850,890,770,590,380,80,60,90,40,90,350,480,770,900,1300,1060,1070,1050,990,1050,1100,1050,1270,1100,800,830,800,430,150,40,20,10,80,190,460,690,720,990,960,910,1010,930,880,1030,860,1010,1090,1070,1170,920,620,430,270,100,60,40,10,200,350,700,640,930,920,960,880,1140,1250,990,940,970,1150,1210,1240,1090,860,430]},{"name":"URL","color":"#2373DB","values":[40,30,60,30,30,100,230,370,640,770,740,760,720,630,760,750,1220,930,890,920,710,430,280,130,100,30,0,10,40,120,130,520,660,740,730,950,750,680,540,570,1130,1030,1050,660,940,680,390,140,60,60,10,0,20,80,240,490,530,730,800,930,650,600,700,950,1100,1010,1020,1010,950,700,340,130,60,50,60,30,30,50,170,300,430,560,550,630,660,620,520,620,730,970,860,750,580,400,590,290,210,50,0,0,30,50,150,240,390,650,500,470,500,460,450,470,500,550,710,850,690,630,320,90,50,40,0,0,10,110,170,300,740,490,770,610,760,670,860,860,1000,950,990,890,920,620,270,230,50,20,30,10,0,110,330,400,550,660,970,890,920,690,670,950,1060,940,860,930,1040,700,350,140]},{"name":"Groups","color":"#9ED448","values":[120,130,110,20,70,120,500,610,460,630,720,1060,780,1020,1220,750,1160,630,910,760,1130,1350,780,570,170,60,80,50,140,240,470,650,510,630,630,850,810,780,720,810,580,750,960,790,1290,1540,1120,600,140,150,100,0,30,300,490,530,540,670,600,1000,800,670,580,590,750,870,950,890,1350,1130,1060,580,280,250,110,30,60,90,400,620,640,550,670,680,640,910,890,680,650,500,710,920,820,1060,1090,690,340,170,20,30,10,20,160,460,650,430,690,900,690,890,650,880,820,860,1180,1260,1430,1410,1090,410,210,100,10,30,60,300,360,790,1090,600,760,830,730,830,580,740,940,830,790,1030,1640,1230,670,380,260,180,110,140,40,270,430,440,550,610,740,980,850,920,1040,860,940,730,700,1250,1550,1200,900,650]},{"name":"Channel","color":"#4fae4e","values":[0,0,0,0,0,10,0,0,20,40,20,60,30,40,40,20,50,90,20,100,30,60,70,20,30,0,0,10,0,0,0,20,50,100,20,60,70,60,40,80,90,90,70,40,50,40,80,10,20,20,0,0,0,60,20,10,70,70,80,70,50,80,130,40,60,100,90,90,40,30,140,30,10,0,0,30,10,0,10,40,30,50,70,40,60,100,120,60,50,30,60,50,90,20,10,80,40,10,10,0,0,0,0,0,20,100,70,80,40,60,110,110,60,50,50,160,60,50,80,20,30,0,0,0,20,20,20,40,30,40,60,40,40,70,80,50,100,80,70,100,30,40,60,60,10,0,0,0,10,20,60,30,20,30,30,40,50,50,70,80,70,60,100,40,70,20,60,40]},{"name":"Search","color":"#F5BD25","values":[70,0,0,90,210,50,80,60,80,210,150,30,60,140,200,50,170,50,60,150,140,60,100,20,0,0,0,0,160,310,110,120,80,100,70,250,110,110,80,150,160,90,170,250,160,140,220,50,10,0,0,0,230,50,220,20,190,110,40,110,160,40,90,90,180,100,130,320,100,90,70,80,10,10,0,0,0,40,210,10,140,50,100,20,60,310,20,130,80,50,30,20,30,190,30,0,20,0,0,10,0,0,70,100,90,70,90,110,100,90,100,170,190,170,30,120,50,120,730,20,20,30,0,0,140,20,90,110,50,130,140,40,90,100,130,100,380,160,340,80,120,150,150,20,10,0,0,0,40,390,230,100,120,90,50,120,140,160,70,50,70,80,120,90,90,90,50,40]},{"name":"Other","color":"#F79E39","values":[40,20,0,20,10,120,90,120,220,200,150,160,140,190,150,120,140,190,260,130,230,250,160,50,50,0,20,10,20,70,50,100,100,160,130,190,210,210,80,120,140,110,220,290,190,170,160,30,30,30,0,0,10,140,100,70,160,120,180,190,120,160,180,140,160,90,130,180,220,120,150,30,30,0,10,0,0,10,80,80,160,160,170,100,150,150,80,130,140,170,150,110,150,150,110,130,60,20,20,30,0,10,80,140,120,170,190,200,140,150,150,120,110,190,200,230,170,220,120,30,30,80,30,0,10,80,110,80,130,120,130,260,140,250,180,230,190,180,130,190,190,210,140,40,10,0,0,20,10,50,70,150,50,160,180,190,170,170,200,150,180,110,200,300,210,130,130,20]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,0,0,0,0,10,10,0,30,10,10,0,10,30,20,0,0,0,0,0,0,0,0,0,0,10,0,20,10,0,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,10,10,0,10,10,10,10,10,10,10,0,40,10,0,0,0,0,0,0,0,10,10,10,0,10,10,0,0,0,20,10,0,20,0,0,30,10,10,0,0,0,10,0,0,0,0,0,0,0,0,10,10,10,10,0,10,10,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,20,0,0,0,10,0,0,10,20,0,0,0,0,0,0,0,10,0,0,10,10,0,10,10,0,10,10,30,20,0,0,20,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/17.json b/dist/chartDummyData/views_zoom/2018-06/17.json new file mode 100644 index 000000000..cfe448cdf --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/17.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1528934400000,1528938000000,1528941600000,1528945200000,1528948800000,1528952400000,1528956000000,1528959600000,1528963200000,1528966800000,1528970400000,1528974000000,1528977600000,1528981200000,1528984800000,1528988400000,1528992000000,1528995600000,1528999200000,1529002800000,1529006400000,1529010000000,1529013600000,1529017200000,1529020800000,1529024400000,1529028000000,1529031600000,1529035200000,1529038800000,1529042400000,1529046000000,1529049600000,1529053200000,1529056800000,1529060400000,1529064000000,1529067600000,1529071200000,1529074800000,1529078400000,1529082000000,1529085600000,1529089200000,1529092800000,1529096400000,1529100000000,1529103600000,1529107200000,1529110800000,1529114400000,1529118000000,1529121600000,1529125200000,1529128800000,1529132400000,1529136000000,1529139600000,1529143200000,1529146800000,1529150400000,1529154000000,1529157600000,1529161200000,1529164800000,1529168400000,1529172000000,1529175600000,1529179200000,1529182800000,1529186400000,1529190000000,1529193600000,1529197200000,1529200800000,1529204400000,1529208000000,1529211600000,1529215200000,1529218800000,1529222400000,1529226000000,1529229600000,1529233200000,1529236800000,1529240400000,1529244000000,1529247600000,1529251200000,1529254800000,1529258400000,1529262000000,1529265600000,1529269200000,1529272800000,1529276400000,1529280000000,1529283600000,1529287200000,1529290800000,1529294400000,1529298000000,1529301600000,1529305200000,1529308800000,1529312400000,1529316000000,1529319600000,1529323200000,1529326800000,1529330400000,1529334000000,1529337600000,1529341200000,1529344800000,1529348400000,1529352000000,1529355600000,1529359200000,1529362800000,1529366400000,1529370000000,1529373600000,1529377200000,1529380800000,1529384400000,1529388000000,1529391600000,1529395200000,1529398800000,1529402400000,1529406000000,1529409600000,1529413200000,1529416800000,1529420400000,1529424000000,1529427600000,1529431200000,1529434800000,1529438400000,1529442000000,1529445600000,1529449200000,1529452800000,1529456400000,1529460000000,1529463600000,1529467200000,1529470800000,1529474400000,1529478000000,1529481600000,1529485200000,1529488800000,1529492400000,1529496000000,1529499600000,1529503200000,1529506800000,1529510400000,1529514000000,1529517600000,1529521200000,1529524800000,1529528400000,1529532000000,1529535600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[90,60,10,50,30,160,360,480,860,840,990,950,790,910,1050,980,1000,870,1050,1300,920,820,680,410,170,70,30,10,130,330,310,450,780,660,1130,1100,1040,1030,900,1280,1070,1160,990,1170,990,760,540,400,210,80,60,70,30,90,370,480,640,870,1000,910,1170,1380,830,1010,960,1020,810,1320,850,890,770,590,380,80,60,90,40,90,350,480,770,900,1300,1060,1070,1050,990,1050,1100,1050,1270,1100,800,830,800,430,150,40,20,10,80,190,460,690,720,990,960,910,1010,930,880,1030,860,1010,1090,1070,1170,920,620,430,270,100,60,40,10,200,350,700,640,930,920,960,880,1140,1250,990,940,970,1150,1210,1240,1090,860,430,210,80,30,0,130,140,450,540,640,730,970,1100,1190,1060,950,880,930,1100,1110,920,1130,940,710,380]},{"name":"URL","color":"#2373DB","values":[100,30,0,10,40,120,130,520,660,740,730,950,750,680,540,570,1130,1030,1050,660,940,680,390,140,60,60,10,0,20,80,240,490,530,730,800,930,650,600,700,950,1100,1010,1020,1010,950,700,340,130,60,50,60,30,30,50,170,300,430,560,550,630,660,620,520,620,730,970,860,750,580,400,590,290,210,50,0,0,30,50,150,240,390,650,500,470,500,460,450,470,500,550,710,850,690,630,320,90,50,40,0,0,10,110,170,300,740,490,770,610,760,670,860,860,1000,950,990,890,920,620,270,230,50,20,30,10,0,110,330,400,550,660,970,890,920,690,670,950,1060,940,860,930,1040,700,350,140,70,0,20,0,0,90,320,370,570,500,820,930,730,660,760,930,1460,1130,900,1020,970,970,450,190]},{"name":"Groups","color":"#9ED448","values":[170,60,80,50,140,240,470,650,510,630,630,850,810,780,720,810,580,750,960,790,1290,1540,1120,600,140,150,100,0,30,300,490,530,540,670,600,1000,800,670,580,590,750,870,950,890,1350,1130,1060,580,280,250,110,30,60,90,400,620,640,550,670,680,640,910,890,680,650,500,710,920,820,1060,1090,690,340,170,20,30,10,20,160,460,650,430,690,900,690,890,650,880,820,860,1180,1260,1430,1410,1090,410,210,100,10,30,60,300,360,790,1090,600,760,830,730,830,580,740,940,830,790,1030,1640,1230,670,380,260,180,110,140,40,270,430,440,550,610,740,980,850,920,1040,860,940,730,700,1250,1550,1200,900,650,390,180,100,20,100,240,500,560,600,550,980,720,850,900,850,860,530,760,890,990,1270,1700,1100,360]},{"name":"Channel","color":"#4fae4e","values":[30,0,0,10,0,0,0,20,50,100,20,60,70,60,40,80,90,90,70,40,50,40,80,10,20,20,0,0,0,60,20,10,70,70,80,70,50,80,130,40,60,100,90,90,40,30,140,30,10,0,0,30,10,0,10,40,30,50,70,40,60,100,120,60,50,30,60,50,90,20,10,80,40,10,10,0,0,0,0,0,20,100,70,80,40,60,110,110,60,50,50,160,60,50,80,20,30,0,0,0,20,20,20,40,30,40,60,40,40,70,80,50,100,80,70,100,30,40,60,60,10,0,0,0,10,20,60,30,20,30,30,40,50,50,70,80,70,60,100,40,70,20,60,40,30,0,0,0,0,40,50,30,20,40,70,40,150,110,20,20,120,40,60,60,50,10,50,40]},{"name":"Search","color":"#F5BD25","values":[0,0,0,0,160,310,110,120,80,100,70,250,110,110,80,150,160,90,170,250,160,140,220,50,10,0,0,0,230,50,220,20,190,110,40,110,160,40,90,90,180,100,130,320,100,90,70,80,10,10,0,0,0,40,210,10,140,50,100,20,60,310,20,130,80,50,30,20,30,190,30,0,20,0,0,10,0,0,70,100,90,70,90,110,100,90,100,170,190,170,30,120,50,120,730,20,20,30,0,0,140,20,90,110,50,130,140,40,90,100,130,100,380,160,340,80,120,150,150,20,10,0,0,0,40,390,230,100,120,90,50,120,140,160,70,50,70,80,120,90,90,90,50,40,20,10,10,0,160,60,70,80,140,90,280,220,100,270,80,110,150,170,100,80,120,70,50,30]},{"name":"Other","color":"#F79E39","values":[50,0,20,10,20,70,50,100,100,160,130,190,210,210,80,120,140,110,220,290,190,170,160,30,30,30,0,0,10,140,100,70,160,120,180,190,120,160,180,140,160,90,130,180,220,120,150,30,30,0,10,0,0,10,80,80,160,160,170,100,150,150,80,130,140,170,150,110,150,150,110,130,60,20,20,30,0,10,80,140,120,170,190,200,140,150,150,120,110,190,200,230,170,220,120,30,30,80,30,0,10,80,110,80,130,120,130,260,140,250,180,230,190,180,130,190,190,210,140,40,10,0,0,20,10,50,70,150,50,160,180,190,170,170,200,150,180,110,200,300,210,130,130,20,0,0,0,10,0,60,50,100,110,150,220,150,190,170,170,190,170,160,130,150,290,100,170,100]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,20,10,0,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,10,10,0,10,10,10,10,10,10,10,0,40,10,0,0,0,0,0,0,0,10,10,10,0,10,10,0,0,0,20,10,0,20,0,0,30,10,10,0,0,0,10,0,0,0,0,0,0,0,0,10,10,10,10,0,10,10,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,20,0,0,0,10,0,0,10,20,0,0,0,0,0,0,0,10,0,0,10,10,0,10,10,0,10,10,30,20,0,0,20,0,0,10,0,0,0,0,0,0,0,10,10,0,10,10,10,0,10,0,20,30,10,0,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/18.json b/dist/chartDummyData/views_zoom/2018-06/18.json new file mode 100644 index 000000000..aa8c4353c --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/18.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1529020800000,1529024400000,1529028000000,1529031600000,1529035200000,1529038800000,1529042400000,1529046000000,1529049600000,1529053200000,1529056800000,1529060400000,1529064000000,1529067600000,1529071200000,1529074800000,1529078400000,1529082000000,1529085600000,1529089200000,1529092800000,1529096400000,1529100000000,1529103600000,1529107200000,1529110800000,1529114400000,1529118000000,1529121600000,1529125200000,1529128800000,1529132400000,1529136000000,1529139600000,1529143200000,1529146800000,1529150400000,1529154000000,1529157600000,1529161200000,1529164800000,1529168400000,1529172000000,1529175600000,1529179200000,1529182800000,1529186400000,1529190000000,1529193600000,1529197200000,1529200800000,1529204400000,1529208000000,1529211600000,1529215200000,1529218800000,1529222400000,1529226000000,1529229600000,1529233200000,1529236800000,1529240400000,1529244000000,1529247600000,1529251200000,1529254800000,1529258400000,1529262000000,1529265600000,1529269200000,1529272800000,1529276400000,1529280000000,1529283600000,1529287200000,1529290800000,1529294400000,1529298000000,1529301600000,1529305200000,1529308800000,1529312400000,1529316000000,1529319600000,1529323200000,1529326800000,1529330400000,1529334000000,1529337600000,1529341200000,1529344800000,1529348400000,1529352000000,1529355600000,1529359200000,1529362800000,1529366400000,1529370000000,1529373600000,1529377200000,1529380800000,1529384400000,1529388000000,1529391600000,1529395200000,1529398800000,1529402400000,1529406000000,1529409600000,1529413200000,1529416800000,1529420400000,1529424000000,1529427600000,1529431200000,1529434800000,1529438400000,1529442000000,1529445600000,1529449200000,1529452800000,1529456400000,1529460000000,1529463600000,1529467200000,1529470800000,1529474400000,1529478000000,1529481600000,1529485200000,1529488800000,1529492400000,1529496000000,1529499600000,1529503200000,1529506800000,1529510400000,1529514000000,1529517600000,1529521200000,1529524800000,1529528400000,1529532000000,1529535600000,1529539200000,1529542800000,1529546400000,1529550000000,1529553600000,1529557200000,1529560800000,1529564400000,1529568000000,1529571600000,1529575200000,1529578800000,1529582400000,1529586000000,1529589600000,1529593200000,1529596800000,1529600400000,1529604000000,1529607600000,1529611200000,1529614800000,1529618400000,1529622000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[170,70,30,10,130,330,310,450,780,660,1130,1100,1040,1030,900,1280,1070,1160,990,1170,990,760,540,400,210,80,60,70,30,90,370,480,640,870,1000,910,1170,1380,830,1010,960,1020,810,1320,850,890,770,590,380,80,60,90,40,90,350,480,770,900,1300,1060,1070,1050,990,1050,1100,1050,1270,1100,800,830,800,430,150,40,20,10,80,190,460,690,720,990,960,910,1010,930,880,1030,860,1010,1090,1070,1170,920,620,430,270,100,60,40,10,200,350,700,640,930,920,960,880,1140,1250,990,940,970,1150,1210,1240,1090,860,430,210,80,30,0,130,140,450,540,640,730,970,1100,1190,1060,950,880,930,1100,1110,920,1130,940,710,380,150,290,80,30,30,240,510,650,630,840,980,1140,940,1060,1040,1020,810,1280,1120,1020,1150,1240,580,660]},{"name":"URL","color":"#2373DB","values":[60,60,10,0,20,80,240,490,530,730,800,930,650,600,700,950,1100,1010,1020,1010,950,700,340,130,60,50,60,30,30,50,170,300,430,560,550,630,660,620,520,620,730,970,860,750,580,400,590,290,210,50,0,0,30,50,150,240,390,650,500,470,500,460,450,470,500,550,710,850,690,630,320,90,50,40,0,0,10,110,170,300,740,490,770,610,760,670,860,860,1000,950,990,890,920,620,270,230,50,20,30,10,0,110,330,400,550,660,970,890,920,690,670,950,1060,940,860,930,1040,700,350,140,70,0,20,0,0,90,320,370,570,500,820,930,730,660,760,930,1460,1130,900,1020,970,970,450,190,210,130,10,0,20,130,390,410,560,710,810,760,840,760,820,1090,1090,1060,880,830,800,530,410,210]},{"name":"Groups","color":"#9ED448","values":[140,150,100,0,30,300,490,530,540,670,600,1000,800,670,580,590,750,870,950,890,1350,1130,1060,580,280,250,110,30,60,90,400,620,640,550,670,680,640,910,890,680,650,500,710,920,820,1060,1090,690,340,170,20,30,10,20,160,460,650,430,690,900,690,890,650,880,820,860,1180,1260,1430,1410,1090,410,210,100,10,30,60,300,360,790,1090,600,760,830,730,830,580,740,940,830,790,1030,1640,1230,670,380,260,180,110,140,40,270,430,440,550,610,740,980,850,920,1040,860,940,730,700,1250,1550,1200,900,650,390,180,100,20,100,240,500,560,600,550,980,720,850,900,850,860,530,760,890,990,1270,1700,1100,360,240,80,50,20,20,280,360,550,370,640,890,1100,1490,1240,720,500,1010,920,1020,1210,1450,1230,870,620]},{"name":"Channel","color":"#4fae4e","values":[20,20,0,0,0,60,20,10,70,70,80,70,50,80,130,40,60,100,90,90,40,30,140,30,10,0,0,30,10,0,10,40,30,50,70,40,60,100,120,60,50,30,60,50,90,20,10,80,40,10,10,0,0,0,0,0,20,100,70,80,40,60,110,110,60,50,50,160,60,50,80,20,30,0,0,0,20,20,20,40,30,40,60,40,40,70,80,50,100,80,70,100,30,40,60,60,10,0,0,0,10,20,60,30,20,30,30,40,50,50,70,80,70,60,100,40,70,20,60,40,30,0,0,0,0,40,50,30,20,40,70,40,150,110,20,20,120,40,60,60,50,10,50,40,30,0,0,20,20,0,20,80,10,60,30,40,40,50,20,30,70,90,60,80,60,30,30,10]},{"name":"Search","color":"#F5BD25","values":[10,0,0,0,230,50,220,20,190,110,40,110,160,40,90,90,180,100,130,320,100,90,70,80,10,10,0,0,0,40,210,10,140,50,100,20,60,310,20,130,80,50,30,20,30,190,30,0,20,0,0,10,0,0,70,100,90,70,90,110,100,90,100,170,190,170,30,120,50,120,730,20,20,30,0,0,140,20,90,110,50,130,140,40,90,100,130,100,380,160,340,80,120,150,150,20,10,0,0,0,40,390,230,100,120,90,50,120,140,160,70,50,70,80,120,90,90,90,50,40,20,10,10,0,160,60,70,80,140,90,280,220,100,270,80,110,150,170,100,80,120,70,50,30,10,0,0,0,20,340,40,20,120,80,110,220,270,220,140,80,190,140,150,60,160,260,40,120]},{"name":"Other","color":"#F79E39","values":[30,30,0,0,10,140,100,70,160,120,180,190,120,160,180,140,160,90,130,180,220,120,150,30,30,0,10,0,0,10,80,80,160,160,170,100,150,150,80,130,140,170,150,110,150,150,110,130,60,20,20,30,0,10,80,140,120,170,190,200,140,150,150,120,110,190,200,230,170,220,120,30,30,80,30,0,10,80,110,80,130,120,130,260,140,250,180,230,190,180,130,190,190,210,140,40,10,0,0,20,10,50,70,150,50,160,180,190,170,170,200,150,180,110,200,300,210,130,130,20,0,0,0,10,0,60,50,100,110,150,220,150,190,170,170,190,170,160,130,150,290,100,170,100,20,30,10,0,20,60,90,70,190,100,80,150,180,210,160,130,230,170,180,160,190,220,160,130]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,20,0,10,10,0,10,10,10,10,10,10,10,0,40,10,0,0,0,0,0,0,0,10,10,10,0,10,10,0,0,0,20,10,0,20,0,0,30,10,10,0,0,0,10,0,0,0,0,0,0,0,0,10,10,10,10,0,10,10,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,20,0,0,0,10,0,0,10,20,0,0,0,0,0,0,0,10,0,0,10,10,0,10,10,0,10,10,30,20,0,0,20,0,0,10,0,0,0,0,0,0,0,10,10,0,10,10,10,0,10,0,20,30,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,20,10,10,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/19.json b/dist/chartDummyData/views_zoom/2018-06/19.json new file mode 100644 index 000000000..2f05e8c56 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/19.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1529107200000,1529110800000,1529114400000,1529118000000,1529121600000,1529125200000,1529128800000,1529132400000,1529136000000,1529139600000,1529143200000,1529146800000,1529150400000,1529154000000,1529157600000,1529161200000,1529164800000,1529168400000,1529172000000,1529175600000,1529179200000,1529182800000,1529186400000,1529190000000,1529193600000,1529197200000,1529200800000,1529204400000,1529208000000,1529211600000,1529215200000,1529218800000,1529222400000,1529226000000,1529229600000,1529233200000,1529236800000,1529240400000,1529244000000,1529247600000,1529251200000,1529254800000,1529258400000,1529262000000,1529265600000,1529269200000,1529272800000,1529276400000,1529280000000,1529283600000,1529287200000,1529290800000,1529294400000,1529298000000,1529301600000,1529305200000,1529308800000,1529312400000,1529316000000,1529319600000,1529323200000,1529326800000,1529330400000,1529334000000,1529337600000,1529341200000,1529344800000,1529348400000,1529352000000,1529355600000,1529359200000,1529362800000,1529366400000,1529370000000,1529373600000,1529377200000,1529380800000,1529384400000,1529388000000,1529391600000,1529395200000,1529398800000,1529402400000,1529406000000,1529409600000,1529413200000,1529416800000,1529420400000,1529424000000,1529427600000,1529431200000,1529434800000,1529438400000,1529442000000,1529445600000,1529449200000,1529452800000,1529456400000,1529460000000,1529463600000,1529467200000,1529470800000,1529474400000,1529478000000,1529481600000,1529485200000,1529488800000,1529492400000,1529496000000,1529499600000,1529503200000,1529506800000,1529510400000,1529514000000,1529517600000,1529521200000,1529524800000,1529528400000,1529532000000,1529535600000,1529539200000,1529542800000,1529546400000,1529550000000,1529553600000,1529557200000,1529560800000,1529564400000,1529568000000,1529571600000,1529575200000,1529578800000,1529582400000,1529586000000,1529589600000,1529593200000,1529596800000,1529600400000,1529604000000,1529607600000,1529611200000,1529614800000,1529618400000,1529622000000,1529625600000,1529629200000,1529632800000,1529636400000,1529640000000,1529643600000,1529647200000,1529650800000,1529654400000,1529658000000,1529661600000,1529665200000,1529668800000,1529672400000,1529676000000,1529679600000,1529683200000,1529686800000,1529690400000,1529694000000,1529697600000,1529701200000,1529704800000,1529708400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[210,80,60,70,30,90,370,480,640,870,1000,910,1170,1380,830,1010,960,1020,810,1320,850,890,770,590,380,80,60,90,40,90,350,480,770,900,1300,1060,1070,1050,990,1050,1100,1050,1270,1100,800,830,800,430,150,40,20,10,80,190,460,690,720,990,960,910,1010,930,880,1030,860,1010,1090,1070,1170,920,620,430,270,100,60,40,10,200,350,700,640,930,920,960,880,1140,1250,990,940,970,1150,1210,1240,1090,860,430,210,80,30,0,130,140,450,540,640,730,970,1100,1190,1060,950,880,930,1100,1110,920,1130,940,710,380,150,290,80,30,30,240,510,650,630,840,980,1140,940,1060,1040,1020,810,1280,1120,1020,1150,1240,580,660,230,80,50,30,60,400,340,630,760,970,1010,1060,1050,920,1110,990,1020,910,1400,850,1160,1020,720,450]},{"name":"URL","color":"#2373DB","values":[60,50,60,30,30,50,170,300,430,560,550,630,660,620,520,620,730,970,860,750,580,400,590,290,210,50,0,0,30,50,150,240,390,650,500,470,500,460,450,470,500,550,710,850,690,630,320,90,50,40,0,0,10,110,170,300,740,490,770,610,760,670,860,860,1000,950,990,890,920,620,270,230,50,20,30,10,0,110,330,400,550,660,970,890,920,690,670,950,1060,940,860,930,1040,700,350,140,70,0,20,0,0,90,320,370,570,500,820,930,730,660,760,930,1460,1130,900,1020,970,970,450,190,210,130,10,0,20,130,390,410,560,710,810,760,840,760,820,1090,1090,1060,880,830,800,530,410,210,320,0,10,0,0,140,220,500,490,900,850,770,940,710,790,900,1000,1160,860,790,730,440,310,150]},{"name":"Groups","color":"#9ED448","values":[280,250,110,30,60,90,400,620,640,550,670,680,640,910,890,680,650,500,710,920,820,1060,1090,690,340,170,20,30,10,20,160,460,650,430,690,900,690,890,650,880,820,860,1180,1260,1430,1410,1090,410,210,100,10,30,60,300,360,790,1090,600,760,830,730,830,580,740,940,830,790,1030,1640,1230,670,380,260,180,110,140,40,270,430,440,550,610,740,980,850,920,1040,860,940,730,700,1250,1550,1200,900,650,390,180,100,20,100,240,500,560,600,550,980,720,850,900,850,860,530,760,890,990,1270,1700,1100,360,240,80,50,20,20,280,360,550,370,640,890,1100,1490,1240,720,500,1010,920,1020,1210,1450,1230,870,620,360,130,140,20,70,180,360,430,580,650,860,1030,1080,680,900,680,810,730,1230,930,1130,920,990,640]},{"name":"Channel","color":"#4fae4e","values":[10,0,0,30,10,0,10,40,30,50,70,40,60,100,120,60,50,30,60,50,90,20,10,80,40,10,10,0,0,0,0,0,20,100,70,80,40,60,110,110,60,50,50,160,60,50,80,20,30,0,0,0,20,20,20,40,30,40,60,40,40,70,80,50,100,80,70,100,30,40,60,60,10,0,0,0,10,20,60,30,20,30,30,40,50,50,70,80,70,60,100,40,70,20,60,40,30,0,0,0,0,40,50,30,20,40,70,40,150,110,20,20,120,40,60,60,50,10,50,40,30,0,0,20,20,0,20,80,10,60,30,40,40,50,20,30,70,90,60,80,60,30,30,10,10,10,0,0,10,40,40,20,20,40,20,50,40,40,80,70,80,70,50,110,80,40,30,0]},{"name":"Search","color":"#F5BD25","values":[10,10,0,0,0,40,210,10,140,50,100,20,60,310,20,130,80,50,30,20,30,190,30,0,20,0,0,10,0,0,70,100,90,70,90,110,100,90,100,170,190,170,30,120,50,120,730,20,20,30,0,0,140,20,90,110,50,130,140,40,90,100,130,100,380,160,340,80,120,150,150,20,10,0,0,0,40,390,230,100,120,90,50,120,140,160,70,50,70,80,120,90,90,90,50,40,20,10,10,0,160,60,70,80,140,90,280,220,100,270,80,110,150,170,100,80,120,70,50,30,10,0,0,0,20,340,40,20,120,80,110,220,270,220,140,80,190,140,150,60,160,260,40,120,80,0,0,20,140,270,100,90,20,40,130,130,90,30,350,80,90,170,40,330,80,90,10,50]},{"name":"Other","color":"#F79E39","values":[30,0,10,0,0,10,80,80,160,160,170,100,150,150,80,130,140,170,150,110,150,150,110,130,60,20,20,30,0,10,80,140,120,170,190,200,140,150,150,120,110,190,200,230,170,220,120,30,30,80,30,0,10,80,110,80,130,120,130,260,140,250,180,230,190,180,130,190,190,210,140,40,10,0,0,20,10,50,70,150,50,160,180,190,170,170,200,150,180,110,200,300,210,130,130,20,0,0,0,10,0,60,50,100,110,150,220,150,190,170,170,190,170,160,130,150,290,100,170,100,20,30,10,0,20,60,90,70,190,100,80,150,180,210,160,130,230,170,180,160,190,220,160,130,80,0,20,0,40,60,70,130,90,220,110,210,130,140,210,170,110,200,70,190,150,120,170,90]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,10,10,0,10,10,0,0,0,20,10,0,20,0,0,30,10,10,0,0,0,10,0,0,0,0,0,0,0,0,10,10,10,10,0,10,10,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,20,0,0,0,10,0,0,10,20,0,0,0,0,0,0,0,10,0,0,10,10,0,10,10,0,10,10,30,20,0,0,20,0,0,10,0,0,0,0,0,0,0,10,10,0,10,10,10,0,10,0,20,30,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,20,10,10,0,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,10,0,0,0,30,20,0,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/20.json b/dist/chartDummyData/views_zoom/2018-06/20.json new file mode 100644 index 000000000..54b9fd14e --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/20.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1529193600000,1529197200000,1529200800000,1529204400000,1529208000000,1529211600000,1529215200000,1529218800000,1529222400000,1529226000000,1529229600000,1529233200000,1529236800000,1529240400000,1529244000000,1529247600000,1529251200000,1529254800000,1529258400000,1529262000000,1529265600000,1529269200000,1529272800000,1529276400000,1529280000000,1529283600000,1529287200000,1529290800000,1529294400000,1529298000000,1529301600000,1529305200000,1529308800000,1529312400000,1529316000000,1529319600000,1529323200000,1529326800000,1529330400000,1529334000000,1529337600000,1529341200000,1529344800000,1529348400000,1529352000000,1529355600000,1529359200000,1529362800000,1529366400000,1529370000000,1529373600000,1529377200000,1529380800000,1529384400000,1529388000000,1529391600000,1529395200000,1529398800000,1529402400000,1529406000000,1529409600000,1529413200000,1529416800000,1529420400000,1529424000000,1529427600000,1529431200000,1529434800000,1529438400000,1529442000000,1529445600000,1529449200000,1529452800000,1529456400000,1529460000000,1529463600000,1529467200000,1529470800000,1529474400000,1529478000000,1529481600000,1529485200000,1529488800000,1529492400000,1529496000000,1529499600000,1529503200000,1529506800000,1529510400000,1529514000000,1529517600000,1529521200000,1529524800000,1529528400000,1529532000000,1529535600000,1529539200000,1529542800000,1529546400000,1529550000000,1529553600000,1529557200000,1529560800000,1529564400000,1529568000000,1529571600000,1529575200000,1529578800000,1529582400000,1529586000000,1529589600000,1529593200000,1529596800000,1529600400000,1529604000000,1529607600000,1529611200000,1529614800000,1529618400000,1529622000000,1529625600000,1529629200000,1529632800000,1529636400000,1529640000000,1529643600000,1529647200000,1529650800000,1529654400000,1529658000000,1529661600000,1529665200000,1529668800000,1529672400000,1529676000000,1529679600000,1529683200000,1529686800000,1529690400000,1529694000000,1529697600000,1529701200000,1529704800000,1529708400000,1529712000000,1529715600000,1529719200000,1529722800000,1529726400000,1529730000000,1529733600000,1529737200000,1529740800000,1529744400000,1529748000000,1529751600000,1529755200000,1529758800000,1529762400000,1529766000000,1529769600000,1529773200000,1529776800000,1529780400000,1529784000000,1529787600000,1529791200000,1529794800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[380,80,60,90,40,90,350,480,770,900,1300,1060,1070,1050,990,1050,1100,1050,1270,1100,800,830,800,430,150,40,20,10,80,190,460,690,720,990,960,910,1010,930,880,1030,860,1010,1090,1070,1170,920,620,430,270,100,60,40,10,200,350,700,640,930,920,960,880,1140,1250,990,940,970,1150,1210,1240,1090,860,430,210,80,30,0,130,140,450,540,640,730,970,1100,1190,1060,950,880,930,1100,1110,920,1130,940,710,380,150,290,80,30,30,240,510,650,630,840,980,1140,940,1060,1040,1020,810,1280,1120,1020,1150,1240,580,660,230,80,50,30,60,400,340,630,760,970,1010,1060,1050,920,1110,990,1020,910,1400,850,1160,1020,720,450,320,110,260,20,80,150,530,820,940,980,1280,910,840,980,1140,870,820,1190,810,1060,850,740,850,480]},{"name":"URL","color":"#2373DB","values":[210,50,0,0,30,50,150,240,390,650,500,470,500,460,450,470,500,550,710,850,690,630,320,90,50,40,0,0,10,110,170,300,740,490,770,610,760,670,860,860,1000,950,990,890,920,620,270,230,50,20,30,10,0,110,330,400,550,660,970,890,920,690,670,950,1060,940,860,930,1040,700,350,140,70,0,20,0,0,90,320,370,570,500,820,930,730,660,760,930,1460,1130,900,1020,970,970,450,190,210,130,10,0,20,130,390,410,560,710,810,760,840,760,820,1090,1090,1060,880,830,800,530,410,210,320,0,10,0,0,140,220,500,490,900,850,770,940,710,790,900,1000,1160,860,790,730,440,310,150,100,50,30,0,0,10,220,280,410,550,950,610,610,640,660,570,680,720,660,620,620,540,310,190]},{"name":"Groups","color":"#9ED448","values":[340,170,20,30,10,20,160,460,650,430,690,900,690,890,650,880,820,860,1180,1260,1430,1410,1090,410,210,100,10,30,60,300,360,790,1090,600,760,830,730,830,580,740,940,830,790,1030,1640,1230,670,380,260,180,110,140,40,270,430,440,550,610,740,980,850,920,1040,860,940,730,700,1250,1550,1200,900,650,390,180,100,20,100,240,500,560,600,550,980,720,850,900,850,860,530,760,890,990,1270,1700,1100,360,240,80,50,20,20,280,360,550,370,640,890,1100,1490,1240,720,500,1010,920,1020,1210,1450,1230,870,620,360,130,140,20,70,180,360,430,580,650,860,1030,1080,680,900,680,810,730,1230,930,1130,920,990,640,290,30,20,40,40,70,340,570,750,1000,520,950,990,480,890,720,610,780,660,970,680,780,950,670]},{"name":"Channel","color":"#4fae4e","values":[40,10,10,0,0,0,0,0,20,100,70,80,40,60,110,110,60,50,50,160,60,50,80,20,30,0,0,0,20,20,20,40,30,40,60,40,40,70,80,50,100,80,70,100,30,40,60,60,10,0,0,0,10,20,60,30,20,30,30,40,50,50,70,80,70,60,100,40,70,20,60,40,30,0,0,0,0,40,50,30,20,40,70,40,150,110,20,20,120,40,60,60,50,10,50,40,30,0,0,20,20,0,20,80,10,60,30,40,40,50,20,30,70,90,60,80,60,30,30,10,10,10,0,0,10,40,40,20,20,40,20,50,40,40,80,70,80,70,50,110,80,40,30,0,30,0,10,0,0,0,40,10,50,30,20,50,70,40,20,80,50,70,70,80,70,70,50,60]},{"name":"Search","color":"#F5BD25","values":[20,0,0,10,0,0,70,100,90,70,90,110,100,90,100,170,190,170,30,120,50,120,730,20,20,30,0,0,140,20,90,110,50,130,140,40,90,100,130,100,380,160,340,80,120,150,150,20,10,0,0,0,40,390,230,100,120,90,50,120,140,160,70,50,70,80,120,90,90,90,50,40,20,10,10,0,160,60,70,80,140,90,280,220,100,270,80,110,150,170,100,80,120,70,50,30,10,0,0,0,20,340,40,20,120,80,110,220,270,220,140,80,190,140,150,60,160,260,40,120,80,0,0,20,140,270,100,90,20,40,130,130,90,30,350,80,90,170,40,330,80,90,10,50,20,0,0,0,10,20,190,220,170,190,60,200,150,50,120,60,70,80,80,70,60,50,60,30]},{"name":"Other","color":"#F79E39","values":[60,20,20,30,0,10,80,140,120,170,190,200,140,150,150,120,110,190,200,230,170,220,120,30,30,80,30,0,10,80,110,80,130,120,130,260,140,250,180,230,190,180,130,190,190,210,140,40,10,0,0,20,10,50,70,150,50,160,180,190,170,170,200,150,180,110,200,300,210,130,130,20,0,0,0,10,0,60,50,100,110,150,220,150,190,170,170,190,170,160,130,150,290,100,170,100,20,30,10,0,20,60,90,70,190,100,80,150,180,210,160,130,230,170,180,160,190,220,160,130,80,0,20,0,40,60,70,130,90,220,110,210,130,140,210,170,110,200,70,190,150,120,170,90,60,10,10,10,0,50,40,130,160,110,170,170,260,210,240,130,110,90,120,100,130,150,80,90]},{"name":"PM","color":"#E65850","values":[0,0,0,10,0,0,0,0,0,0,0,0,10,10,10,10,0,10,10,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,20,0,0,0,10,0,0,10,20,0,0,0,0,0,0,0,10,0,0,10,10,0,10,10,0,10,10,30,20,0,0,20,0,0,10,0,0,0,0,0,0,0,10,10,0,10,10,10,0,10,0,20,30,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,20,10,10,0,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,10,0,0,0,30,20,0,0,10,0,0,0,0,0,0,0,0,0,10,0,10,10,10,0,20,0,0,10,0,10,20,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/21.json b/dist/chartDummyData/views_zoom/2018-06/21.json new file mode 100644 index 000000000..06ce09fd2 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/21.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1529280000000,1529283600000,1529287200000,1529290800000,1529294400000,1529298000000,1529301600000,1529305200000,1529308800000,1529312400000,1529316000000,1529319600000,1529323200000,1529326800000,1529330400000,1529334000000,1529337600000,1529341200000,1529344800000,1529348400000,1529352000000,1529355600000,1529359200000,1529362800000,1529366400000,1529370000000,1529373600000,1529377200000,1529380800000,1529384400000,1529388000000,1529391600000,1529395200000,1529398800000,1529402400000,1529406000000,1529409600000,1529413200000,1529416800000,1529420400000,1529424000000,1529427600000,1529431200000,1529434800000,1529438400000,1529442000000,1529445600000,1529449200000,1529452800000,1529456400000,1529460000000,1529463600000,1529467200000,1529470800000,1529474400000,1529478000000,1529481600000,1529485200000,1529488800000,1529492400000,1529496000000,1529499600000,1529503200000,1529506800000,1529510400000,1529514000000,1529517600000,1529521200000,1529524800000,1529528400000,1529532000000,1529535600000,1529539200000,1529542800000,1529546400000,1529550000000,1529553600000,1529557200000,1529560800000,1529564400000,1529568000000,1529571600000,1529575200000,1529578800000,1529582400000,1529586000000,1529589600000,1529593200000,1529596800000,1529600400000,1529604000000,1529607600000,1529611200000,1529614800000,1529618400000,1529622000000,1529625600000,1529629200000,1529632800000,1529636400000,1529640000000,1529643600000,1529647200000,1529650800000,1529654400000,1529658000000,1529661600000,1529665200000,1529668800000,1529672400000,1529676000000,1529679600000,1529683200000,1529686800000,1529690400000,1529694000000,1529697600000,1529701200000,1529704800000,1529708400000,1529712000000,1529715600000,1529719200000,1529722800000,1529726400000,1529730000000,1529733600000,1529737200000,1529740800000,1529744400000,1529748000000,1529751600000,1529755200000,1529758800000,1529762400000,1529766000000,1529769600000,1529773200000,1529776800000,1529780400000,1529784000000,1529787600000,1529791200000,1529794800000,1529798400000,1529802000000,1529805600000,1529809200000,1529812800000,1529816400000,1529820000000,1529823600000,1529827200000,1529830800000,1529834400000,1529838000000,1529841600000,1529845200000,1529848800000,1529852400000,1529856000000,1529859600000,1529863200000,1529866800000,1529870400000,1529874000000,1529877600000,1529881200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[150,40,20,10,80,190,460,690,720,990,960,910,1010,930,880,1030,860,1010,1090,1070,1170,920,620,430,270,100,60,40,10,200,350,700,640,930,920,960,880,1140,1250,990,940,970,1150,1210,1240,1090,860,430,210,80,30,0,130,140,450,540,640,730,970,1100,1190,1060,950,880,930,1100,1110,920,1130,940,710,380,150,290,80,30,30,240,510,650,630,840,980,1140,940,1060,1040,1020,810,1280,1120,1020,1150,1240,580,660,230,80,50,30,60,400,340,630,760,970,1010,1060,1050,920,1110,990,1020,910,1400,850,1160,1020,720,450,320,110,260,20,80,150,530,820,940,980,1280,910,840,980,1140,870,820,1190,810,1060,850,740,850,480,230,190,70,70,50,120,440,540,680,940,1230,1190,1220,1020,950,1170,1160,1170,1070,960,1280,1430,1030,920]},{"name":"URL","color":"#2373DB","values":[50,40,0,0,10,110,170,300,740,490,770,610,760,670,860,860,1000,950,990,890,920,620,270,230,50,20,30,10,0,110,330,400,550,660,970,890,920,690,670,950,1060,940,860,930,1040,700,350,140,70,0,20,0,0,90,320,370,570,500,820,930,730,660,760,930,1460,1130,900,1020,970,970,450,190,210,130,10,0,20,130,390,410,560,710,810,760,840,760,820,1090,1090,1060,880,830,800,530,410,210,320,0,10,0,0,140,220,500,490,900,850,770,940,710,790,900,1000,1160,860,790,730,440,310,150,100,50,30,0,0,10,220,280,410,550,950,610,610,640,660,570,680,720,660,620,620,540,310,190,240,120,30,10,20,0,50,320,400,590,670,560,570,670,590,580,670,880,730,790,800,550,410,230]},{"name":"Groups","color":"#9ED448","values":[210,100,10,30,60,300,360,790,1090,600,760,830,730,830,580,740,940,830,790,1030,1640,1230,670,380,260,180,110,140,40,270,430,440,550,610,740,980,850,920,1040,860,940,730,700,1250,1550,1200,900,650,390,180,100,20,100,240,500,560,600,550,980,720,850,900,850,860,530,760,890,990,1270,1700,1100,360,240,80,50,20,20,280,360,550,370,640,890,1100,1490,1240,720,500,1010,920,1020,1210,1450,1230,870,620,360,130,140,20,70,180,360,430,580,650,860,1030,1080,680,900,680,810,730,1230,930,1130,920,990,640,290,30,20,40,40,70,340,570,750,1000,520,950,990,480,890,720,610,780,660,970,680,780,950,670,380,200,90,50,60,90,230,350,610,590,830,950,900,610,550,690,830,680,930,920,1210,1320,870,470]},{"name":"Channel","color":"#4fae4e","values":[30,0,0,0,20,20,20,40,30,40,60,40,40,70,80,50,100,80,70,100,30,40,60,60,10,0,0,0,10,20,60,30,20,30,30,40,50,50,70,80,70,60,100,40,70,20,60,40,30,0,0,0,0,40,50,30,20,40,70,40,150,110,20,20,120,40,60,60,50,10,50,40,30,0,0,20,20,0,20,80,10,60,30,40,40,50,20,30,70,90,60,80,60,30,30,10,10,10,0,0,10,40,40,20,20,40,20,50,40,40,80,70,80,70,50,110,80,40,30,0,30,0,10,0,0,0,40,10,50,30,20,50,70,40,20,80,50,70,70,80,70,70,50,60,0,20,0,70,0,0,10,20,30,50,40,80,30,50,30,80,50,130,130,180,100,130,90,40]},{"name":"Search","color":"#F5BD25","values":[20,30,0,0,140,20,90,110,50,130,140,40,90,100,130,100,380,160,340,80,120,150,150,20,10,0,0,0,40,390,230,100,120,90,50,120,140,160,70,50,70,80,120,90,90,90,50,40,20,10,10,0,160,60,70,80,140,90,280,220,100,270,80,110,150,170,100,80,120,70,50,30,10,0,0,0,20,340,40,20,120,80,110,220,270,220,140,80,190,140,150,60,160,260,40,120,80,0,0,20,140,270,100,90,20,40,130,130,90,30,350,80,90,170,40,330,80,90,10,50,20,0,0,0,10,20,190,220,170,190,60,200,150,50,120,60,70,80,80,70,60,50,60,30,140,50,10,60,20,30,130,190,260,100,70,180,150,130,60,60,60,260,90,40,180,50,50,0]},{"name":"Other","color":"#F79E39","values":[30,80,30,0,10,80,110,80,130,120,130,260,140,250,180,230,190,180,130,190,190,210,140,40,10,0,0,20,10,50,70,150,50,160,180,190,170,170,200,150,180,110,200,300,210,130,130,20,0,0,0,10,0,60,50,100,110,150,220,150,190,170,170,190,170,160,130,150,290,100,170,100,20,30,10,0,20,60,90,70,190,100,80,150,180,210,160,130,230,170,180,160,190,220,160,130,80,0,20,0,40,60,70,130,90,220,110,210,130,140,210,170,110,200,70,190,150,120,170,90,60,10,10,10,0,50,40,130,160,110,170,170,260,210,240,130,110,90,120,100,130,150,80,90,70,20,0,10,0,30,40,90,140,170,120,150,100,230,150,130,200,180,160,210,170,190,170,40]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,0,0,0,0,0,0,20,0,0,0,10,0,0,10,20,0,0,0,0,0,0,0,10,0,0,10,10,0,10,10,0,10,10,30,20,0,0,20,0,0,10,0,0,0,0,0,0,0,10,10,0,10,10,10,0,10,0,20,30,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,20,10,10,0,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,10,0,0,0,30,20,0,0,10,0,0,0,0,0,0,0,0,0,10,0,10,10,10,0,20,0,0,10,0,10,20,10,0,0,0,10,0,0,0,0,0,0,10,0,20,0,0,0,20,0,0,0,10,0,10,20,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/22.json b/dist/chartDummyData/views_zoom/2018-06/22.json new file mode 100644 index 000000000..85efcde26 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/22.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1529366400000,1529370000000,1529373600000,1529377200000,1529380800000,1529384400000,1529388000000,1529391600000,1529395200000,1529398800000,1529402400000,1529406000000,1529409600000,1529413200000,1529416800000,1529420400000,1529424000000,1529427600000,1529431200000,1529434800000,1529438400000,1529442000000,1529445600000,1529449200000,1529452800000,1529456400000,1529460000000,1529463600000,1529467200000,1529470800000,1529474400000,1529478000000,1529481600000,1529485200000,1529488800000,1529492400000,1529496000000,1529499600000,1529503200000,1529506800000,1529510400000,1529514000000,1529517600000,1529521200000,1529524800000,1529528400000,1529532000000,1529535600000,1529539200000,1529542800000,1529546400000,1529550000000,1529553600000,1529557200000,1529560800000,1529564400000,1529568000000,1529571600000,1529575200000,1529578800000,1529582400000,1529586000000,1529589600000,1529593200000,1529596800000,1529600400000,1529604000000,1529607600000,1529611200000,1529614800000,1529618400000,1529622000000,1529625600000,1529629200000,1529632800000,1529636400000,1529640000000,1529643600000,1529647200000,1529650800000,1529654400000,1529658000000,1529661600000,1529665200000,1529668800000,1529672400000,1529676000000,1529679600000,1529683200000,1529686800000,1529690400000,1529694000000,1529697600000,1529701200000,1529704800000,1529708400000,1529712000000,1529715600000,1529719200000,1529722800000,1529726400000,1529730000000,1529733600000,1529737200000,1529740800000,1529744400000,1529748000000,1529751600000,1529755200000,1529758800000,1529762400000,1529766000000,1529769600000,1529773200000,1529776800000,1529780400000,1529784000000,1529787600000,1529791200000,1529794800000,1529798400000,1529802000000,1529805600000,1529809200000,1529812800000,1529816400000,1529820000000,1529823600000,1529827200000,1529830800000,1529834400000,1529838000000,1529841600000,1529845200000,1529848800000,1529852400000,1529856000000,1529859600000,1529863200000,1529866800000,1529870400000,1529874000000,1529877600000,1529881200000,1529884800000,1529888400000,1529892000000,1529895600000,1529899200000,1529902800000,1529906400000,1529910000000,1529913600000,1529917200000,1529920800000,1529924400000,1529928000000,1529931600000,1529935200000,1529938800000,1529942400000,1529946000000,1529949600000,1529953200000,1529956800000,1529960400000,1529964000000,1529967600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[270,100,60,40,10,200,350,700,640,930,920,960,880,1140,1250,990,940,970,1150,1210,1240,1090,860,430,210,80,30,0,130,140,450,540,640,730,970,1100,1190,1060,950,880,930,1100,1110,920,1130,940,710,380,150,290,80,30,30,240,510,650,630,840,980,1140,940,1060,1040,1020,810,1280,1120,1020,1150,1240,580,660,230,80,50,30,60,400,340,630,760,970,1010,1060,1050,920,1110,990,1020,910,1400,850,1160,1020,720,450,320,110,260,20,80,150,530,820,940,980,1280,910,840,980,1140,870,820,1190,810,1060,850,740,850,480,230,190,70,70,50,120,440,540,680,940,1230,1190,1220,1020,950,1170,1160,1170,1070,960,1280,1430,1030,920,180,100,50,30,90,360,320,480,700,720,940,1090,890,960,1180,890,1240,1610,870,1180,1230,960,710,660]},{"name":"URL","color":"#2373DB","values":[50,20,30,10,0,110,330,400,550,660,970,890,920,690,670,950,1060,940,860,930,1040,700,350,140,70,0,20,0,0,90,320,370,570,500,820,930,730,660,760,930,1460,1130,900,1020,970,970,450,190,210,130,10,0,20,130,390,410,560,710,810,760,840,760,820,1090,1090,1060,880,830,800,530,410,210,320,0,10,0,0,140,220,500,490,900,850,770,940,710,790,900,1000,1160,860,790,730,440,310,150,100,50,30,0,0,10,220,280,410,550,950,610,610,640,660,570,680,720,660,620,620,540,310,190,240,120,30,10,20,0,50,320,400,590,670,560,570,670,590,580,670,880,730,790,800,550,410,230,80,100,0,0,30,170,140,300,360,430,860,660,800,780,780,760,960,820,670,960,600,600,490,200]},{"name":"Groups","color":"#9ED448","values":[260,180,110,140,40,270,430,440,550,610,740,980,850,920,1040,860,940,730,700,1250,1550,1200,900,650,390,180,100,20,100,240,500,560,600,550,980,720,850,900,850,860,530,760,890,990,1270,1700,1100,360,240,80,50,20,20,280,360,550,370,640,890,1100,1490,1240,720,500,1010,920,1020,1210,1450,1230,870,620,360,130,140,20,70,180,360,430,580,650,860,1030,1080,680,900,680,810,730,1230,930,1130,920,990,640,290,30,20,40,40,70,340,570,750,1000,520,950,990,480,890,720,610,780,660,970,680,780,950,670,380,200,90,50,60,90,230,350,610,590,830,950,900,610,550,690,830,680,930,920,1210,1320,870,470,350,140,60,10,110,170,450,520,430,550,810,1000,860,790,600,580,800,740,870,1400,1380,1430,970,500]},{"name":"Channel","color":"#4fae4e","values":[10,0,0,0,10,20,60,30,20,30,30,40,50,50,70,80,70,60,100,40,70,20,60,40,30,0,0,0,0,40,50,30,20,40,70,40,150,110,20,20,120,40,60,60,50,10,50,40,30,0,0,20,20,0,20,80,10,60,30,40,40,50,20,30,70,90,60,80,60,30,30,10,10,10,0,0,10,40,40,20,20,40,20,50,40,40,80,70,80,70,50,110,80,40,30,0,30,0,10,0,0,0,40,10,50,30,20,50,70,40,20,80,50,70,70,80,70,70,50,60,0,20,0,70,0,0,10,20,30,50,40,80,30,50,30,80,50,130,130,180,100,130,90,40,0,0,20,10,0,40,20,20,40,60,70,60,70,30,60,30,80,60,60,50,20,80,100,40]},{"name":"Search","color":"#F5BD25","values":[10,0,0,0,40,390,230,100,120,90,50,120,140,160,70,50,70,80,120,90,90,90,50,40,20,10,10,0,160,60,70,80,140,90,280,220,100,270,80,110,150,170,100,80,120,70,50,30,10,0,0,0,20,340,40,20,120,80,110,220,270,220,140,80,190,140,150,60,160,260,40,120,80,0,0,20,140,270,100,90,20,40,130,130,90,30,350,80,90,170,40,330,80,90,10,50,20,0,0,0,10,20,190,220,170,190,60,200,150,50,120,60,70,80,80,70,60,50,60,30,140,50,10,60,20,30,130,190,260,100,70,180,150,130,60,60,60,260,90,40,180,50,50,0,10,10,0,30,280,80,80,90,160,150,50,20,30,50,40,170,330,100,80,60,360,170,80,40]},{"name":"Other","color":"#F79E39","values":[10,0,0,20,10,50,70,150,50,160,180,190,170,170,200,150,180,110,200,300,210,130,130,20,0,0,0,10,0,60,50,100,110,150,220,150,190,170,170,190,170,160,130,150,290,100,170,100,20,30,10,0,20,60,90,70,190,100,80,150,180,210,160,130,230,170,180,160,190,220,160,130,80,0,20,0,40,60,70,130,90,220,110,210,130,140,210,170,110,200,70,190,150,120,170,90,60,10,10,10,0,50,40,130,160,110,170,170,260,210,240,130,110,90,120,100,130,150,80,90,70,20,0,10,0,30,40,90,140,170,120,150,100,230,150,130,200,180,160,210,170,190,170,40,10,10,10,0,10,80,60,120,150,70,70,210,200,180,160,100,160,200,200,200,130,170,100,90]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,0,10,10,0,10,10,0,10,10,30,20,0,0,20,0,0,10,0,0,0,0,0,0,0,10,10,0,10,10,10,0,10,0,20,30,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,20,10,10,0,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,10,0,0,0,30,20,0,0,10,0,0,0,0,0,0,0,0,0,10,0,10,10,10,0,20,0,0,10,0,10,20,10,0,0,0,10,0,0,0,0,0,0,10,0,20,0,0,0,20,0,0,0,10,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/23.json b/dist/chartDummyData/views_zoom/2018-06/23.json new file mode 100644 index 000000000..63b73ba7f --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/23.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1529452800000,1529456400000,1529460000000,1529463600000,1529467200000,1529470800000,1529474400000,1529478000000,1529481600000,1529485200000,1529488800000,1529492400000,1529496000000,1529499600000,1529503200000,1529506800000,1529510400000,1529514000000,1529517600000,1529521200000,1529524800000,1529528400000,1529532000000,1529535600000,1529539200000,1529542800000,1529546400000,1529550000000,1529553600000,1529557200000,1529560800000,1529564400000,1529568000000,1529571600000,1529575200000,1529578800000,1529582400000,1529586000000,1529589600000,1529593200000,1529596800000,1529600400000,1529604000000,1529607600000,1529611200000,1529614800000,1529618400000,1529622000000,1529625600000,1529629200000,1529632800000,1529636400000,1529640000000,1529643600000,1529647200000,1529650800000,1529654400000,1529658000000,1529661600000,1529665200000,1529668800000,1529672400000,1529676000000,1529679600000,1529683200000,1529686800000,1529690400000,1529694000000,1529697600000,1529701200000,1529704800000,1529708400000,1529712000000,1529715600000,1529719200000,1529722800000,1529726400000,1529730000000,1529733600000,1529737200000,1529740800000,1529744400000,1529748000000,1529751600000,1529755200000,1529758800000,1529762400000,1529766000000,1529769600000,1529773200000,1529776800000,1529780400000,1529784000000,1529787600000,1529791200000,1529794800000,1529798400000,1529802000000,1529805600000,1529809200000,1529812800000,1529816400000,1529820000000,1529823600000,1529827200000,1529830800000,1529834400000,1529838000000,1529841600000,1529845200000,1529848800000,1529852400000,1529856000000,1529859600000,1529863200000,1529866800000,1529870400000,1529874000000,1529877600000,1529881200000,1529884800000,1529888400000,1529892000000,1529895600000,1529899200000,1529902800000,1529906400000,1529910000000,1529913600000,1529917200000,1529920800000,1529924400000,1529928000000,1529931600000,1529935200000,1529938800000,1529942400000,1529946000000,1529949600000,1529953200000,1529956800000,1529960400000,1529964000000,1529967600000,1529971200000,1529974800000,1529978400000,1529982000000,1529985600000,1529989200000,1529992800000,1529996400000,1530000000000,1530003600000,1530007200000,1530010800000,1530014400000,1530018000000,1530021600000,1530025200000,1530028800000,1530032400000,1530036000000,1530039600000,1530043200000,1530046800000,1530050400000,1530054000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[210,80,30,0,130,140,450,540,640,730,970,1100,1190,1060,950,880,930,1100,1110,920,1130,940,710,380,150,290,80,30,30,240,510,650,630,840,980,1140,940,1060,1040,1020,810,1280,1120,1020,1150,1240,580,660,230,80,50,30,60,400,340,630,760,970,1010,1060,1050,920,1110,990,1020,910,1400,850,1160,1020,720,450,320,110,260,20,80,150,530,820,940,980,1280,910,840,980,1140,870,820,1190,810,1060,850,740,850,480,230,190,70,70,50,120,440,540,680,940,1230,1190,1220,1020,950,1170,1160,1170,1070,960,1280,1430,1030,920,180,100,50,30,90,360,320,480,700,720,940,1090,890,960,1180,890,1240,1610,870,1180,1230,960,710,660,230,80,90,100,30,200,390,860,710,850,1020,840,840,1040,1130,870,930,1640,990,1070,1210,1220,570,440]},{"name":"URL","color":"#2373DB","values":[70,0,20,0,0,90,320,370,570,500,820,930,730,660,760,930,1460,1130,900,1020,970,970,450,190,210,130,10,0,20,130,390,410,560,710,810,760,840,760,820,1090,1090,1060,880,830,800,530,410,210,320,0,10,0,0,140,220,500,490,900,850,770,940,710,790,900,1000,1160,860,790,730,440,310,150,100,50,30,0,0,10,220,280,410,550,950,610,610,640,660,570,680,720,660,620,620,540,310,190,240,120,30,10,20,0,50,320,400,590,670,560,570,670,590,580,670,880,730,790,800,550,410,230,80,100,0,0,30,170,140,300,360,430,860,660,800,780,780,760,960,820,670,960,600,600,490,200,80,20,0,10,30,80,200,550,430,730,890,1020,700,670,800,910,1130,870,830,800,640,650,380,120]},{"name":"Groups","color":"#9ED448","values":[390,180,100,20,100,240,500,560,600,550,980,720,850,900,850,860,530,760,890,990,1270,1700,1100,360,240,80,50,20,20,280,360,550,370,640,890,1100,1490,1240,720,500,1010,920,1020,1210,1450,1230,870,620,360,130,140,20,70,180,360,430,580,650,860,1030,1080,680,900,680,810,730,1230,930,1130,920,990,640,290,30,20,40,40,70,340,570,750,1000,520,950,990,480,890,720,610,780,660,970,680,780,950,670,380,200,90,50,60,90,230,350,610,590,830,950,900,610,550,690,830,680,930,920,1210,1320,870,470,350,140,60,10,110,170,450,520,430,550,810,1000,860,790,600,580,800,740,870,1400,1380,1430,970,500,350,180,20,0,40,200,320,590,690,710,740,920,830,820,710,800,740,1100,1170,1260,1330,1350,1020,740]},{"name":"Channel","color":"#4fae4e","values":[30,0,0,0,0,40,50,30,20,40,70,40,150,110,20,20,120,40,60,60,50,10,50,40,30,0,0,20,20,0,20,80,10,60,30,40,40,50,20,30,70,90,60,80,60,30,30,10,10,10,0,0,10,40,40,20,20,40,20,50,40,40,80,70,80,70,50,110,80,40,30,0,30,0,10,0,0,0,40,10,50,30,20,50,70,40,20,80,50,70,70,80,70,70,50,60,0,20,0,70,0,0,10,20,30,50,40,80,30,50,30,80,50,130,130,180,100,130,90,40,0,0,20,10,0,40,20,20,40,60,70,60,70,30,60,30,80,60,60,50,20,80,100,40,10,0,0,10,60,60,100,20,10,60,80,50,70,80,110,40,10,120,70,110,50,60,30,70]},{"name":"Search","color":"#F5BD25","values":[20,10,10,0,160,60,70,80,140,90,280,220,100,270,80,110,150,170,100,80,120,70,50,30,10,0,0,0,20,340,40,20,120,80,110,220,270,220,140,80,190,140,150,60,160,260,40,120,80,0,0,20,140,270,100,90,20,40,130,130,90,30,350,80,90,170,40,330,80,90,10,50,20,0,0,0,10,20,190,220,170,190,60,200,150,50,120,60,70,80,80,70,60,50,60,30,140,50,10,60,20,30,130,190,260,100,70,180,150,130,60,60,60,260,90,40,180,50,50,0,10,10,0,30,280,80,80,90,160,150,50,20,30,50,40,170,330,100,80,60,360,170,80,40,80,40,0,310,90,140,330,230,70,170,130,160,100,130,140,100,60,120,120,70,90,100,20,80]},{"name":"Other","color":"#F79E39","values":[0,0,0,10,0,60,50,100,110,150,220,150,190,170,170,190,170,160,130,150,290,100,170,100,20,30,10,0,20,60,90,70,190,100,80,150,180,210,160,130,230,170,180,160,190,220,160,130,80,0,20,0,40,60,70,130,90,220,110,210,130,140,210,170,110,200,70,190,150,120,170,90,60,10,10,10,0,50,40,130,160,110,170,170,260,210,240,130,110,90,120,100,130,150,80,90,70,20,0,10,0,30,40,90,140,170,120,150,100,230,150,130,200,180,160,210,170,190,170,40,10,10,10,0,10,80,60,120,150,70,70,210,200,180,160,100,160,200,200,200,130,170,100,90,20,10,10,10,10,100,90,160,70,150,220,200,140,310,160,180,150,140,230,270,180,120,120,50]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,10,0,10,10,10,0,10,0,20,30,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,20,10,10,0,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,10,0,0,0,30,20,0,0,10,0,0,0,0,0,0,0,0,0,10,0,10,10,10,0,20,0,0,10,0,10,20,10,0,0,0,10,0,0,0,0,0,0,10,0,20,0,0,0,20,0,0,0,10,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,20,0,10,0,10,0,0,10,10,10,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/24.json b/dist/chartDummyData/views_zoom/2018-06/24.json new file mode 100644 index 000000000..906912321 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/24.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1529539200000,1529542800000,1529546400000,1529550000000,1529553600000,1529557200000,1529560800000,1529564400000,1529568000000,1529571600000,1529575200000,1529578800000,1529582400000,1529586000000,1529589600000,1529593200000,1529596800000,1529600400000,1529604000000,1529607600000,1529611200000,1529614800000,1529618400000,1529622000000,1529625600000,1529629200000,1529632800000,1529636400000,1529640000000,1529643600000,1529647200000,1529650800000,1529654400000,1529658000000,1529661600000,1529665200000,1529668800000,1529672400000,1529676000000,1529679600000,1529683200000,1529686800000,1529690400000,1529694000000,1529697600000,1529701200000,1529704800000,1529708400000,1529712000000,1529715600000,1529719200000,1529722800000,1529726400000,1529730000000,1529733600000,1529737200000,1529740800000,1529744400000,1529748000000,1529751600000,1529755200000,1529758800000,1529762400000,1529766000000,1529769600000,1529773200000,1529776800000,1529780400000,1529784000000,1529787600000,1529791200000,1529794800000,1529798400000,1529802000000,1529805600000,1529809200000,1529812800000,1529816400000,1529820000000,1529823600000,1529827200000,1529830800000,1529834400000,1529838000000,1529841600000,1529845200000,1529848800000,1529852400000,1529856000000,1529859600000,1529863200000,1529866800000,1529870400000,1529874000000,1529877600000,1529881200000,1529884800000,1529888400000,1529892000000,1529895600000,1529899200000,1529902800000,1529906400000,1529910000000,1529913600000,1529917200000,1529920800000,1529924400000,1529928000000,1529931600000,1529935200000,1529938800000,1529942400000,1529946000000,1529949600000,1529953200000,1529956800000,1529960400000,1529964000000,1529967600000,1529971200000,1529974800000,1529978400000,1529982000000,1529985600000,1529989200000,1529992800000,1529996400000,1530000000000,1530003600000,1530007200000,1530010800000,1530014400000,1530018000000,1530021600000,1530025200000,1530028800000,1530032400000,1530036000000,1530039600000,1530043200000,1530046800000,1530050400000,1530054000000,1530057600000,1530061200000,1530064800000,1530068400000,1530072000000,1530075600000,1530079200000,1530082800000,1530086400000,1530090000000,1530093600000,1530097200000,1530100800000,1530104400000,1530108000000,1530111600000,1530115200000,1530118800000,1530122400000,1530126000000,1530129600000,1530133200000,1530136800000,1530140400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[150,290,80,30,30,240,510,650,630,840,980,1140,940,1060,1040,1020,810,1280,1120,1020,1150,1240,580,660,230,80,50,30,60,400,340,630,760,970,1010,1060,1050,920,1110,990,1020,910,1400,850,1160,1020,720,450,320,110,260,20,80,150,530,820,940,980,1280,910,840,980,1140,870,820,1190,810,1060,850,740,850,480,230,190,70,70,50,120,440,540,680,940,1230,1190,1220,1020,950,1170,1160,1170,1070,960,1280,1430,1030,920,180,100,50,30,90,360,320,480,700,720,940,1090,890,960,1180,890,1240,1610,870,1180,1230,960,710,660,230,80,90,100,30,200,390,860,710,850,1020,840,840,1040,1130,870,930,1640,990,1070,1210,1220,570,440,220,180,60,10,40,350,480,720,950,860,1260,1090,230,820,870,1300,920,1110,1150,1050,1200,1270,500,370]},{"name":"URL","color":"#2373DB","values":[210,130,10,0,20,130,390,410,560,710,810,760,840,760,820,1090,1090,1060,880,830,800,530,410,210,320,0,10,0,0,140,220,500,490,900,850,770,940,710,790,900,1000,1160,860,790,730,440,310,150,100,50,30,0,0,10,220,280,410,550,950,610,610,640,660,570,680,720,660,620,620,540,310,190,240,120,30,10,20,0,50,320,400,590,670,560,570,670,590,580,670,880,730,790,800,550,410,230,80,100,0,0,30,170,140,300,360,430,860,660,800,780,780,760,960,820,670,960,600,600,490,200,80,20,0,10,30,80,200,550,430,730,890,1020,700,670,800,910,1130,870,830,800,640,650,380,120,100,10,80,10,30,80,280,350,540,650,750,820,130,650,760,850,710,980,1040,840,740,510,310,410]},{"name":"Groups","color":"#9ED448","values":[240,80,50,20,20,280,360,550,370,640,890,1100,1490,1240,720,500,1010,920,1020,1210,1450,1230,870,620,360,130,140,20,70,180,360,430,580,650,860,1030,1080,680,900,680,810,730,1230,930,1130,920,990,640,290,30,20,40,40,70,340,570,750,1000,520,950,990,480,890,720,610,780,660,970,680,780,950,670,380,200,90,50,60,90,230,350,610,590,830,950,900,610,550,690,830,680,930,920,1210,1320,870,470,350,140,60,10,110,170,450,520,430,550,810,1000,860,790,600,580,800,740,870,1400,1380,1430,970,500,350,180,20,0,40,200,320,590,690,710,740,920,830,820,710,800,740,1100,1170,1260,1330,1350,1020,740,200,80,260,70,120,370,430,820,720,540,890,990,190,630,600,770,820,980,800,1070,1170,1170,680,520]},{"name":"Channel","color":"#4fae4e","values":[30,0,0,20,20,0,20,80,10,60,30,40,40,50,20,30,70,90,60,80,60,30,30,10,10,10,0,0,10,40,40,20,20,40,20,50,40,40,80,70,80,70,50,110,80,40,30,0,30,0,10,0,0,0,40,10,50,30,20,50,70,40,20,80,50,70,70,80,70,70,50,60,0,20,0,70,0,0,10,20,30,50,40,80,30,50,30,80,50,130,130,180,100,130,90,40,0,0,20,10,0,40,20,20,40,60,70,60,70,30,60,30,80,60,60,50,20,80,100,40,10,0,0,10,60,60,100,20,10,60,80,50,70,80,110,40,10,120,70,110,50,60,30,70,100,10,0,10,0,50,130,40,50,30,30,70,10,30,30,40,10,110,70,80,80,70,30,60]},{"name":"Search","color":"#F5BD25","values":[10,0,0,0,20,340,40,20,120,80,110,220,270,220,140,80,190,140,150,60,160,260,40,120,80,0,0,20,140,270,100,90,20,40,130,130,90,30,350,80,90,170,40,330,80,90,10,50,20,0,0,0,10,20,190,220,170,190,60,200,150,50,120,60,70,80,80,70,60,50,60,30,140,50,10,60,20,30,130,190,260,100,70,180,150,130,60,60,60,260,90,40,180,50,50,0,10,10,0,30,280,80,80,90,160,150,50,20,30,50,40,170,330,100,80,60,360,170,80,40,80,40,0,310,90,140,330,230,70,170,130,160,100,130,140,100,60,120,120,70,90,100,20,80,160,10,50,0,20,340,140,30,30,80,190,170,10,190,140,160,100,50,180,310,220,100,110,170]},{"name":"Other","color":"#F79E39","values":[20,30,10,0,20,60,90,70,190,100,80,150,180,210,160,130,230,170,180,160,190,220,160,130,80,0,20,0,40,60,70,130,90,220,110,210,130,140,210,170,110,200,70,190,150,120,170,90,60,10,10,10,0,50,40,130,160,110,170,170,260,210,240,130,110,90,120,100,130,150,80,90,70,20,0,10,0,30,40,90,140,170,120,150,100,230,150,130,200,180,160,210,170,190,170,40,10,10,10,0,10,80,60,120,150,70,70,210,200,180,160,100,160,200,200,200,130,170,100,90,20,10,10,10,10,100,90,160,70,150,220,200,140,310,160,180,150,140,230,270,180,120,120,50,20,40,20,0,70,60,90,160,120,220,200,150,30,140,160,120,210,190,200,150,240,190,210,60]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,20,10,10,0,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,10,0,0,0,30,20,0,0,10,0,0,0,0,0,0,0,0,0,10,0,10,10,10,0,20,0,0,10,0,10,20,10,0,0,0,10,0,0,0,0,0,0,10,0,20,0,0,0,20,0,0,0,10,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,20,0,10,0,10,0,0,10,10,10,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,10,0,0,0,0,0,10,0,20,10,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/25.json b/dist/chartDummyData/views_zoom/2018-06/25.json new file mode 100644 index 000000000..3e823f07e --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/25.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1529625600000,1529629200000,1529632800000,1529636400000,1529640000000,1529643600000,1529647200000,1529650800000,1529654400000,1529658000000,1529661600000,1529665200000,1529668800000,1529672400000,1529676000000,1529679600000,1529683200000,1529686800000,1529690400000,1529694000000,1529697600000,1529701200000,1529704800000,1529708400000,1529712000000,1529715600000,1529719200000,1529722800000,1529726400000,1529730000000,1529733600000,1529737200000,1529740800000,1529744400000,1529748000000,1529751600000,1529755200000,1529758800000,1529762400000,1529766000000,1529769600000,1529773200000,1529776800000,1529780400000,1529784000000,1529787600000,1529791200000,1529794800000,1529798400000,1529802000000,1529805600000,1529809200000,1529812800000,1529816400000,1529820000000,1529823600000,1529827200000,1529830800000,1529834400000,1529838000000,1529841600000,1529845200000,1529848800000,1529852400000,1529856000000,1529859600000,1529863200000,1529866800000,1529870400000,1529874000000,1529877600000,1529881200000,1529884800000,1529888400000,1529892000000,1529895600000,1529899200000,1529902800000,1529906400000,1529910000000,1529913600000,1529917200000,1529920800000,1529924400000,1529928000000,1529931600000,1529935200000,1529938800000,1529942400000,1529946000000,1529949600000,1529953200000,1529956800000,1529960400000,1529964000000,1529967600000,1529971200000,1529974800000,1529978400000,1529982000000,1529985600000,1529989200000,1529992800000,1529996400000,1530000000000,1530003600000,1530007200000,1530010800000,1530014400000,1530018000000,1530021600000,1530025200000,1530028800000,1530032400000,1530036000000,1530039600000,1530043200000,1530046800000,1530050400000,1530054000000,1530057600000,1530061200000,1530064800000,1530068400000,1530072000000,1530075600000,1530079200000,1530082800000,1530086400000,1530090000000,1530093600000,1530097200000,1530100800000,1530104400000,1530108000000,1530111600000,1530115200000,1530118800000,1530122400000,1530126000000,1530129600000,1530133200000,1530136800000,1530140400000,1530144000000,1530147600000,1530151200000,1530154800000,1530158400000,1530162000000,1530165600000,1530169200000,1530172800000,1530176400000,1530180000000,1530183600000,1530187200000,1530190800000,1530194400000,1530198000000,1530201600000,1530205200000,1530208800000,1530212400000,1530216000000,1530219600000,1530223200000,1530226800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[230,80,50,30,60,400,340,630,760,970,1010,1060,1050,920,1110,990,1020,910,1400,850,1160,1020,720,450,320,110,260,20,80,150,530,820,940,980,1280,910,840,980,1140,870,820,1190,810,1060,850,740,850,480,230,190,70,70,50,120,440,540,680,940,1230,1190,1220,1020,950,1170,1160,1170,1070,960,1280,1430,1030,920,180,100,50,30,90,360,320,480,700,720,940,1090,890,960,1180,890,1240,1610,870,1180,1230,960,710,660,230,80,90,100,30,200,390,860,710,850,1020,840,840,1040,1130,870,930,1640,990,1070,1210,1220,570,440,220,180,60,10,40,350,480,720,950,860,1260,1090,230,820,870,1300,920,1110,1150,1050,1200,1270,500,370,330,190,100,40,60,980,550,490,790,920,1080,830,1270,1250,970,990,1350,960,1150,1040,1220,920,780,790]},{"name":"URL","color":"#2373DB","values":[320,0,10,0,0,140,220,500,490,900,850,770,940,710,790,900,1000,1160,860,790,730,440,310,150,100,50,30,0,0,10,220,280,410,550,950,610,610,640,660,570,680,720,660,620,620,540,310,190,240,120,30,10,20,0,50,320,400,590,670,560,570,670,590,580,670,880,730,790,800,550,410,230,80,100,0,0,30,170,140,300,360,430,860,660,800,780,780,760,960,820,670,960,600,600,490,200,80,20,0,10,30,80,200,550,430,730,890,1020,700,670,800,910,1130,870,830,800,640,650,380,120,100,10,80,10,30,80,280,350,540,650,750,820,130,650,760,850,710,980,1040,840,740,510,310,410,70,30,0,0,20,90,330,440,420,760,780,1010,970,730,750,820,1300,870,850,880,740,830,260,330]},{"name":"Groups","color":"#9ED448","values":[360,130,140,20,70,180,360,430,580,650,860,1030,1080,680,900,680,810,730,1230,930,1130,920,990,640,290,30,20,40,40,70,340,570,750,1000,520,950,990,480,890,720,610,780,660,970,680,780,950,670,380,200,90,50,60,90,230,350,610,590,830,950,900,610,550,690,830,680,930,920,1210,1320,870,470,350,140,60,10,110,170,450,520,430,550,810,1000,860,790,600,580,800,740,870,1400,1380,1430,970,500,350,180,20,0,40,200,320,590,690,710,740,920,830,820,710,800,740,1100,1170,1260,1330,1350,1020,740,200,80,260,70,120,370,430,820,720,540,890,990,190,630,600,770,820,980,800,1070,1170,1170,680,520,190,120,40,30,70,220,310,500,510,580,810,850,880,720,910,600,770,780,960,1240,1170,1070,1040,290]},{"name":"Channel","color":"#4fae4e","values":[10,10,0,0,10,40,40,20,20,40,20,50,40,40,80,70,80,70,50,110,80,40,30,0,30,0,10,0,0,0,40,10,50,30,20,50,70,40,20,80,50,70,70,80,70,70,50,60,0,20,0,70,0,0,10,20,30,50,40,80,30,50,30,80,50,130,130,180,100,130,90,40,0,0,20,10,0,40,20,20,40,60,70,60,70,30,60,30,80,60,60,50,20,80,100,40,10,0,0,10,60,60,100,20,10,60,80,50,70,80,110,40,10,120,70,110,50,60,30,70,100,10,0,10,0,50,130,40,50,30,30,70,10,30,30,40,10,110,70,80,80,70,30,60,20,30,0,0,30,90,30,20,30,30,80,30,50,40,30,60,60,70,80,60,140,80,40,50]},{"name":"Search","color":"#F5BD25","values":[80,0,0,20,140,270,100,90,20,40,130,130,90,30,350,80,90,170,40,330,80,90,10,50,20,0,0,0,10,20,190,220,170,190,60,200,150,50,120,60,70,80,80,70,60,50,60,30,140,50,10,60,20,30,130,190,260,100,70,180,150,130,60,60,60,260,90,40,180,50,50,0,10,10,0,30,280,80,80,90,160,150,50,20,30,50,40,170,330,100,80,60,360,170,80,40,80,40,0,310,90,140,330,230,70,170,130,160,100,130,140,100,60,120,120,70,90,100,20,80,160,10,50,0,20,340,140,30,30,80,190,170,10,190,140,160,100,50,180,310,220,100,110,170,0,30,0,0,10,380,60,120,60,60,100,90,140,50,170,70,70,120,80,60,150,60,190,70]},{"name":"Other","color":"#F79E39","values":[80,0,20,0,40,60,70,130,90,220,110,210,130,140,210,170,110,200,70,190,150,120,170,90,60,10,10,10,0,50,40,130,160,110,170,170,260,210,240,130,110,90,120,100,130,150,80,90,70,20,0,10,0,30,40,90,140,170,120,150,100,230,150,130,200,180,160,210,170,190,170,40,10,10,10,0,10,80,60,120,150,70,70,210,200,180,160,100,160,200,200,200,130,170,100,90,20,10,10,10,10,100,90,160,70,150,220,200,140,310,160,180,150,140,230,270,180,120,120,50,20,40,20,0,70,60,90,160,120,220,200,150,30,140,160,120,210,190,200,150,240,190,210,60,50,40,10,10,0,60,150,180,80,150,250,160,230,150,110,110,180,150,180,160,220,190,140,60]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,0,0,0,0,10,0,0,0,30,20,0,0,10,0,0,0,0,0,0,0,0,0,10,0,10,10,10,0,20,0,0,10,0,10,20,10,0,0,0,10,0,0,0,0,0,0,10,0,20,0,0,0,20,0,0,0,10,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,20,0,10,0,10,0,0,10,10,10,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,10,0,0,0,0,0,10,0,20,10,0,0,0,0,0,0,0,0,0,0,10,20,20,10,0,10,10,10,0,0,0,10,10,10,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/26.json b/dist/chartDummyData/views_zoom/2018-06/26.json new file mode 100644 index 000000000..12518d5dd --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/26.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1529712000000,1529715600000,1529719200000,1529722800000,1529726400000,1529730000000,1529733600000,1529737200000,1529740800000,1529744400000,1529748000000,1529751600000,1529755200000,1529758800000,1529762400000,1529766000000,1529769600000,1529773200000,1529776800000,1529780400000,1529784000000,1529787600000,1529791200000,1529794800000,1529798400000,1529802000000,1529805600000,1529809200000,1529812800000,1529816400000,1529820000000,1529823600000,1529827200000,1529830800000,1529834400000,1529838000000,1529841600000,1529845200000,1529848800000,1529852400000,1529856000000,1529859600000,1529863200000,1529866800000,1529870400000,1529874000000,1529877600000,1529881200000,1529884800000,1529888400000,1529892000000,1529895600000,1529899200000,1529902800000,1529906400000,1529910000000,1529913600000,1529917200000,1529920800000,1529924400000,1529928000000,1529931600000,1529935200000,1529938800000,1529942400000,1529946000000,1529949600000,1529953200000,1529956800000,1529960400000,1529964000000,1529967600000,1529971200000,1529974800000,1529978400000,1529982000000,1529985600000,1529989200000,1529992800000,1529996400000,1530000000000,1530003600000,1530007200000,1530010800000,1530014400000,1530018000000,1530021600000,1530025200000,1530028800000,1530032400000,1530036000000,1530039600000,1530043200000,1530046800000,1530050400000,1530054000000,1530057600000,1530061200000,1530064800000,1530068400000,1530072000000,1530075600000,1530079200000,1530082800000,1530086400000,1530090000000,1530093600000,1530097200000,1530100800000,1530104400000,1530108000000,1530111600000,1530115200000,1530118800000,1530122400000,1530126000000,1530129600000,1530133200000,1530136800000,1530140400000,1530144000000,1530147600000,1530151200000,1530154800000,1530158400000,1530162000000,1530165600000,1530169200000,1530172800000,1530176400000,1530180000000,1530183600000,1530187200000,1530190800000,1530194400000,1530198000000,1530201600000,1530205200000,1530208800000,1530212400000,1530216000000,1530219600000,1530223200000,1530226800000,1530230400000,1530234000000,1530237600000,1530241200000,1530244800000,1530248400000,1530252000000,1530255600000,1530259200000,1530262800000,1530266400000,1530270000000,1530273600000,1530277200000,1530280800000,1530284400000,1530288000000,1530291600000,1530295200000,1530298800000,1530302400000,1530306000000,1530309600000,1530313200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[320,110,260,20,80,150,530,820,940,980,1280,910,840,980,1140,870,820,1190,810,1060,850,740,850,480,230,190,70,70,50,120,440,540,680,940,1230,1190,1220,1020,950,1170,1160,1170,1070,960,1280,1430,1030,920,180,100,50,30,90,360,320,480,700,720,940,1090,890,960,1180,890,1240,1610,870,1180,1230,960,710,660,230,80,90,100,30,200,390,860,710,850,1020,840,840,1040,1130,870,930,1640,990,1070,1210,1220,570,440,220,180,60,10,40,350,480,720,950,860,1260,1090,230,820,870,1300,920,1110,1150,1050,1200,1270,500,370,330,190,100,40,60,980,550,490,790,920,1080,830,1270,1250,970,990,1350,960,1150,1040,1220,920,780,790,290,100,50,20,190,210,330,700,870,750,920,920,1040,690,820,970,1010,1060,940,1000,920,1300,710,340]},{"name":"URL","color":"#2373DB","values":[100,50,30,0,0,10,220,280,410,550,950,610,610,640,660,570,680,720,660,620,620,540,310,190,240,120,30,10,20,0,50,320,400,590,670,560,570,670,590,580,670,880,730,790,800,550,410,230,80,100,0,0,30,170,140,300,360,430,860,660,800,780,780,760,960,820,670,960,600,600,490,200,80,20,0,10,30,80,200,550,430,730,890,1020,700,670,800,910,1130,870,830,800,640,650,380,120,100,10,80,10,30,80,280,350,540,650,750,820,130,650,760,850,710,980,1040,840,740,510,310,410,70,30,0,0,20,90,330,440,420,760,780,1010,970,730,750,820,1300,870,850,880,740,830,260,330,170,140,120,140,200,140,210,490,370,560,780,840,650,560,690,740,1220,930,950,990,830,340,360,250]},{"name":"Groups","color":"#9ED448","values":[290,30,20,40,40,70,340,570,750,1000,520,950,990,480,890,720,610,780,660,970,680,780,950,670,380,200,90,50,60,90,230,350,610,590,830,950,900,610,550,690,830,680,930,920,1210,1320,870,470,350,140,60,10,110,170,450,520,430,550,810,1000,860,790,600,580,800,740,870,1400,1380,1430,970,500,350,180,20,0,40,200,320,590,690,710,740,920,830,820,710,800,740,1100,1170,1260,1330,1350,1020,740,200,80,260,70,120,370,430,820,720,540,890,990,190,630,600,770,820,980,800,1070,1170,1170,680,520,190,120,40,30,70,220,310,500,510,580,810,850,880,720,910,600,770,780,960,1240,1170,1070,1040,290,210,230,90,50,100,180,280,690,560,710,860,780,960,700,740,790,820,840,810,910,1130,1260,1140,700]},{"name":"Channel","color":"#4fae4e","values":[30,0,10,0,0,0,40,10,50,30,20,50,70,40,20,80,50,70,70,80,70,70,50,60,0,20,0,70,0,0,10,20,30,50,40,80,30,50,30,80,50,130,130,180,100,130,90,40,0,0,20,10,0,40,20,20,40,60,70,60,70,30,60,30,80,60,60,50,20,80,100,40,10,0,0,10,60,60,100,20,10,60,80,50,70,80,110,40,10,120,70,110,50,60,30,70,100,10,0,10,0,50,130,40,50,30,30,70,10,30,30,40,10,110,70,80,80,70,30,60,20,30,0,0,30,90,30,20,30,30,80,30,50,40,30,60,60,70,80,60,140,80,40,50,20,10,10,10,40,90,30,50,80,60,60,20,70,30,20,60,140,50,50,40,50,40,60,10]},{"name":"Search","color":"#F5BD25","values":[20,0,0,0,10,20,190,220,170,190,60,200,150,50,120,60,70,80,80,70,60,50,60,30,140,50,10,60,20,30,130,190,260,100,70,180,150,130,60,60,60,260,90,40,180,50,50,0,10,10,0,30,280,80,80,90,160,150,50,20,30,50,40,170,330,100,80,60,360,170,80,40,80,40,0,310,90,140,330,230,70,170,130,160,100,130,140,100,60,120,120,70,90,100,20,80,160,10,50,0,20,340,140,30,30,80,190,170,10,190,140,160,100,50,180,310,220,100,110,170,0,30,0,0,10,380,60,120,60,60,100,90,140,50,170,70,70,120,80,60,150,60,190,70,20,20,0,0,110,210,120,250,20,210,140,210,110,80,90,140,200,150,50,120,100,30,10,30]},{"name":"Other","color":"#F79E39","values":[60,10,10,10,0,50,40,130,160,110,170,170,260,210,240,130,110,90,120,100,130,150,80,90,70,20,0,10,0,30,40,90,140,170,120,150,100,230,150,130,200,180,160,210,170,190,170,40,10,10,10,0,10,80,60,120,150,70,70,210,200,180,160,100,160,200,200,200,130,170,100,90,20,10,10,10,10,100,90,160,70,150,220,200,140,310,160,180,150,140,230,270,180,120,120,50,20,40,20,0,70,60,90,160,120,220,200,150,30,140,160,120,210,190,200,150,240,190,210,60,50,40,10,10,0,60,150,180,80,150,250,160,230,150,110,110,180,150,180,160,220,190,140,60,20,0,10,10,20,80,40,140,210,120,250,210,360,160,150,90,140,100,110,210,110,80,130,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,10,10,10,0,20,0,0,10,0,10,20,10,0,0,0,10,0,0,0,0,0,0,10,0,20,0,0,0,20,0,0,0,10,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,20,0,10,0,10,0,0,10,10,10,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,10,0,0,0,0,0,10,0,20,10,0,0,0,0,0,0,0,0,0,0,10,20,20,10,0,10,10,10,0,0,0,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,10,0,0,10,50,10,10,10,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/27.json b/dist/chartDummyData/views_zoom/2018-06/27.json new file mode 100644 index 000000000..826601182 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/27.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1529798400000,1529802000000,1529805600000,1529809200000,1529812800000,1529816400000,1529820000000,1529823600000,1529827200000,1529830800000,1529834400000,1529838000000,1529841600000,1529845200000,1529848800000,1529852400000,1529856000000,1529859600000,1529863200000,1529866800000,1529870400000,1529874000000,1529877600000,1529881200000,1529884800000,1529888400000,1529892000000,1529895600000,1529899200000,1529902800000,1529906400000,1529910000000,1529913600000,1529917200000,1529920800000,1529924400000,1529928000000,1529931600000,1529935200000,1529938800000,1529942400000,1529946000000,1529949600000,1529953200000,1529956800000,1529960400000,1529964000000,1529967600000,1529971200000,1529974800000,1529978400000,1529982000000,1529985600000,1529989200000,1529992800000,1529996400000,1530000000000,1530003600000,1530007200000,1530010800000,1530014400000,1530018000000,1530021600000,1530025200000,1530028800000,1530032400000,1530036000000,1530039600000,1530043200000,1530046800000,1530050400000,1530054000000,1530057600000,1530061200000,1530064800000,1530068400000,1530072000000,1530075600000,1530079200000,1530082800000,1530086400000,1530090000000,1530093600000,1530097200000,1530100800000,1530104400000,1530108000000,1530111600000,1530115200000,1530118800000,1530122400000,1530126000000,1530129600000,1530133200000,1530136800000,1530140400000,1530144000000,1530147600000,1530151200000,1530154800000,1530158400000,1530162000000,1530165600000,1530169200000,1530172800000,1530176400000,1530180000000,1530183600000,1530187200000,1530190800000,1530194400000,1530198000000,1530201600000,1530205200000,1530208800000,1530212400000,1530216000000,1530219600000,1530223200000,1530226800000,1530230400000,1530234000000,1530237600000,1530241200000,1530244800000,1530248400000,1530252000000,1530255600000,1530259200000,1530262800000,1530266400000,1530270000000,1530273600000,1530277200000,1530280800000,1530284400000,1530288000000,1530291600000,1530295200000,1530298800000,1530302400000,1530306000000,1530309600000,1530313200000,1530316800000,1530320400000,1530324000000,1530327600000,1530331200000,1530334800000,1530338400000,1530342000000,1530345600000,1530349200000,1530352800000,1530356400000,1530360000000,1530363600000,1530367200000,1530370800000,1530374400000,1530378000000,1530381600000,1530385200000,1530388800000,1530392400000,1530396000000,1530399600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[230,190,70,70,50,120,440,540,680,940,1230,1190,1220,1020,950,1170,1160,1170,1070,960,1280,1430,1030,920,180,100,50,30,90,360,320,480,700,720,940,1090,890,960,1180,890,1240,1610,870,1180,1230,960,710,660,230,80,90,100,30,200,390,860,710,850,1020,840,840,1040,1130,870,930,1640,990,1070,1210,1220,570,440,220,180,60,10,40,350,480,720,950,860,1260,1090,230,820,870,1300,920,1110,1150,1050,1200,1270,500,370,330,190,100,40,60,980,550,490,790,920,1080,830,1270,1250,970,990,1350,960,1150,1040,1220,920,780,790,290,100,50,20,190,210,330,700,870,750,920,920,1040,690,820,970,1010,1060,940,1000,920,1300,710,340,320,160,130,90,30,120,420,590,710,930,810,950,1150,890,1290,1170,1080,990,1070,1050,920,730,460,290]},{"name":"URL","color":"#2373DB","values":[240,120,30,10,20,0,50,320,400,590,670,560,570,670,590,580,670,880,730,790,800,550,410,230,80,100,0,0,30,170,140,300,360,430,860,660,800,780,780,760,960,820,670,960,600,600,490,200,80,20,0,10,30,80,200,550,430,730,890,1020,700,670,800,910,1130,870,830,800,640,650,380,120,100,10,80,10,30,80,280,350,540,650,750,820,130,650,760,850,710,980,1040,840,740,510,310,410,70,30,0,0,20,90,330,440,420,760,780,1010,970,730,750,820,1300,870,850,880,740,830,260,330,170,140,120,140,200,140,210,490,370,560,780,840,650,560,690,740,1220,930,950,990,830,340,360,250,150,40,10,20,20,10,210,160,470,550,670,550,530,530,520,470,610,730,760,600,500,430,490,200]},{"name":"Groups","color":"#9ED448","values":[380,200,90,50,60,90,230,350,610,590,830,950,900,610,550,690,830,680,930,920,1210,1320,870,470,350,140,60,10,110,170,450,520,430,550,810,1000,860,790,600,580,800,740,870,1400,1380,1430,970,500,350,180,20,0,40,200,320,590,690,710,740,920,830,820,710,800,740,1100,1170,1260,1330,1350,1020,740,200,80,260,70,120,370,430,820,720,540,890,990,190,630,600,770,820,980,800,1070,1170,1170,680,520,190,120,40,30,70,220,310,500,510,580,810,850,880,720,910,600,770,780,960,1240,1170,1070,1040,290,210,230,90,50,100,180,280,690,560,710,860,780,960,700,740,790,820,840,810,910,1130,1260,1140,700,240,200,70,90,60,140,350,370,780,630,820,1280,940,1250,770,450,830,530,600,850,870,1020,610,350]},{"name":"Channel","color":"#4fae4e","values":[0,20,0,70,0,0,10,20,30,50,40,80,30,50,30,80,50,130,130,180,100,130,90,40,0,0,20,10,0,40,20,20,40,60,70,60,70,30,60,30,80,60,60,50,20,80,100,40,10,0,0,10,60,60,100,20,10,60,80,50,70,80,110,40,10,120,70,110,50,60,30,70,100,10,0,10,0,50,130,40,50,30,30,70,10,30,30,40,10,110,70,80,80,70,30,60,20,30,0,0,30,90,30,20,30,30,80,30,50,40,30,60,60,70,80,60,140,80,40,50,20,10,10,10,40,90,30,50,80,60,60,20,70,30,20,60,140,50,50,40,50,40,60,10,10,20,0,10,30,0,20,40,40,20,60,60,180,80,50,30,90,130,40,20,40,50,70,10]},{"name":"Search","color":"#F5BD25","values":[140,50,10,60,20,30,130,190,260,100,70,180,150,130,60,60,60,260,90,40,180,50,50,0,10,10,0,30,280,80,80,90,160,150,50,20,30,50,40,170,330,100,80,60,360,170,80,40,80,40,0,310,90,140,330,230,70,170,130,160,100,130,140,100,60,120,120,70,90,100,20,80,160,10,50,0,20,340,140,30,30,80,190,170,10,190,140,160,100,50,180,310,220,100,110,170,0,30,0,0,10,380,60,120,60,60,100,90,140,50,170,70,70,120,80,60,150,60,190,70,20,20,0,0,110,210,120,250,20,210,140,210,110,80,90,140,200,150,50,120,100,30,10,30,50,0,10,0,10,100,80,150,70,50,140,60,110,170,70,70,50,20,20,90,190,20,20,20]},{"name":"Other","color":"#F79E39","values":[70,20,0,10,0,30,40,90,140,170,120,150,100,230,150,130,200,180,160,210,170,190,170,40,10,10,10,0,10,80,60,120,150,70,70,210,200,180,160,100,160,200,200,200,130,170,100,90,20,10,10,10,10,100,90,160,70,150,220,200,140,310,160,180,150,140,230,270,180,120,120,50,20,40,20,0,70,60,90,160,120,220,200,150,30,140,160,120,210,190,200,150,240,190,210,60,50,40,10,10,0,60,150,180,80,150,250,160,230,150,110,110,180,150,180,160,220,190,140,60,20,0,10,10,20,80,40,140,210,120,250,210,360,160,150,90,140,100,110,210,110,80,130,80,70,20,10,0,20,20,50,160,100,190,180,160,140,110,150,110,50,120,100,90,180,80,100,60]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,0,10,0,20,0,0,0,20,0,0,0,10,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,20,0,10,0,10,0,0,10,10,10,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,10,0,0,0,0,0,10,0,20,10,0,0,0,0,0,0,0,0,0,0,10,20,20,10,0,10,10,10,0,0,0,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,10,0,0,10,50,10,10,10,0,0,10,0,0,0,0,0,0,10,0,0,0,20,10,10,10,20,10,20,10,0,0,0,0,30,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/28.json b/dist/chartDummyData/views_zoom/2018-06/28.json new file mode 100644 index 000000000..93dbb57f6 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/28.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1529884800000,1529888400000,1529892000000,1529895600000,1529899200000,1529902800000,1529906400000,1529910000000,1529913600000,1529917200000,1529920800000,1529924400000,1529928000000,1529931600000,1529935200000,1529938800000,1529942400000,1529946000000,1529949600000,1529953200000,1529956800000,1529960400000,1529964000000,1529967600000,1529971200000,1529974800000,1529978400000,1529982000000,1529985600000,1529989200000,1529992800000,1529996400000,1530000000000,1530003600000,1530007200000,1530010800000,1530014400000,1530018000000,1530021600000,1530025200000,1530028800000,1530032400000,1530036000000,1530039600000,1530043200000,1530046800000,1530050400000,1530054000000,1530057600000,1530061200000,1530064800000,1530068400000,1530072000000,1530075600000,1530079200000,1530082800000,1530086400000,1530090000000,1530093600000,1530097200000,1530100800000,1530104400000,1530108000000,1530111600000,1530115200000,1530118800000,1530122400000,1530126000000,1530129600000,1530133200000,1530136800000,1530140400000,1530144000000,1530147600000,1530151200000,1530154800000,1530158400000,1530162000000,1530165600000,1530169200000,1530172800000,1530176400000,1530180000000,1530183600000,1530187200000,1530190800000,1530194400000,1530198000000,1530201600000,1530205200000,1530208800000,1530212400000,1530216000000,1530219600000,1530223200000,1530226800000,1530230400000,1530234000000,1530237600000,1530241200000,1530244800000,1530248400000,1530252000000,1530255600000,1530259200000,1530262800000,1530266400000,1530270000000,1530273600000,1530277200000,1530280800000,1530284400000,1530288000000,1530291600000,1530295200000,1530298800000,1530302400000,1530306000000,1530309600000,1530313200000,1530316800000,1530320400000,1530324000000,1530327600000,1530331200000,1530334800000,1530338400000,1530342000000,1530345600000,1530349200000,1530352800000,1530356400000,1530360000000,1530363600000,1530367200000,1530370800000,1530374400000,1530378000000,1530381600000,1530385200000,1530388800000,1530392400000,1530396000000,1530399600000,1530403200000,1530406800000,1530410400000,1530414000000,1530417600000,1530421200000,1530424800000,1530428400000,1530432000000,1530435600000,1530439200000,1530442800000,1530446400000,1530450000000,1530453600000,1530457200000,1530460800000,1530464400000,1530468000000,1530471600000,1530475200000,1530478800000,1530482400000,1530486000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[180,100,50,30,90,360,320,480,700,720,940,1090,890,960,1180,890,1240,1610,870,1180,1230,960,710,660,230,80,90,100,30,200,390,860,710,850,1020,840,840,1040,1130,870,930,1640,990,1070,1210,1220,570,440,220,180,60,10,40,350,480,720,950,860,1260,1090,230,820,870,1300,920,1110,1150,1050,1200,1270,500,370,330,190,100,40,60,980,550,490,790,920,1080,830,1270,1250,970,990,1350,960,1150,1040,1220,920,780,790,290,100,50,20,190,210,330,700,870,750,920,920,1040,690,820,970,1010,1060,940,1000,920,1300,710,340,320,160,130,90,30,120,420,590,710,930,810,950,1150,890,1290,1170,1080,990,1070,1050,920,730,460,290,300,130,170,40,10,100,440,580,510,1080,1420,1020,950,840,1820,990,1100,1150,1260,1140,1320,1010,530,370]},{"name":"URL","color":"#2373DB","values":[80,100,0,0,30,170,140,300,360,430,860,660,800,780,780,760,960,820,670,960,600,600,490,200,80,20,0,10,30,80,200,550,430,730,890,1020,700,670,800,910,1130,870,830,800,640,650,380,120,100,10,80,10,30,80,280,350,540,650,750,820,130,650,760,850,710,980,1040,840,740,510,310,410,70,30,0,0,20,90,330,440,420,760,780,1010,970,730,750,820,1300,870,850,880,740,830,260,330,170,140,120,140,200,140,210,490,370,560,780,840,650,560,690,740,1220,930,950,990,830,340,360,250,150,40,10,20,20,10,210,160,470,550,670,550,530,530,520,470,610,730,760,600,500,430,490,200,110,60,60,10,10,0,50,140,370,340,640,590,770,570,530,580,550,600,790,770,750,540,370,310]},{"name":"Groups","color":"#9ED448","values":[350,140,60,10,110,170,450,520,430,550,810,1000,860,790,600,580,800,740,870,1400,1380,1430,970,500,350,180,20,0,40,200,320,590,690,710,740,920,830,820,710,800,740,1100,1170,1260,1330,1350,1020,740,200,80,260,70,120,370,430,820,720,540,890,990,190,630,600,770,820,980,800,1070,1170,1170,680,520,190,120,40,30,70,220,310,500,510,580,810,850,880,720,910,600,770,780,960,1240,1170,1070,1040,290,210,230,90,50,100,180,280,690,560,710,860,780,960,700,740,790,820,840,810,910,1130,1260,1140,700,240,200,70,90,60,140,350,370,780,630,820,1280,940,1250,770,450,830,530,600,850,870,1020,610,350,400,80,60,40,20,100,430,510,970,780,700,650,840,1060,960,720,1010,620,880,1030,1110,1160,1130,700]},{"name":"Channel","color":"#4fae4e","values":[0,0,20,10,0,40,20,20,40,60,70,60,70,30,60,30,80,60,60,50,20,80,100,40,10,0,0,10,60,60,100,20,10,60,80,50,70,80,110,40,10,120,70,110,50,60,30,70,100,10,0,10,0,50,130,40,50,30,30,70,10,30,30,40,10,110,70,80,80,70,30,60,20,30,0,0,30,90,30,20,30,30,80,30,50,40,30,60,60,70,80,60,140,80,40,50,20,10,10,10,40,90,30,50,80,60,60,20,70,30,20,60,140,50,50,40,50,40,60,10,10,20,0,10,30,0,20,40,40,20,60,60,180,80,50,30,90,130,40,20,40,50,70,10,20,10,20,0,0,80,0,30,30,70,80,60,40,60,30,80,100,30,70,80,80,150,30,110]},{"name":"Search","color":"#F5BD25","values":[10,10,0,30,280,80,80,90,160,150,50,20,30,50,40,170,330,100,80,60,360,170,80,40,80,40,0,310,90,140,330,230,70,170,130,160,100,130,140,100,60,120,120,70,90,100,20,80,160,10,50,0,20,340,140,30,30,80,190,170,10,190,140,160,100,50,180,310,220,100,110,170,0,30,0,0,10,380,60,120,60,60,100,90,140,50,170,70,70,120,80,60,150,60,190,70,20,20,0,0,110,210,120,250,20,210,140,210,110,80,90,140,200,150,50,120,100,30,10,30,50,0,10,0,10,100,80,150,70,50,140,60,110,170,70,70,50,20,20,90,190,20,20,20,0,10,10,0,20,20,150,370,190,130,150,130,170,50,100,390,90,100,130,60,40,110,70,40]},{"name":"Other","color":"#F79E39","values":[10,10,10,0,10,80,60,120,150,70,70,210,200,180,160,100,160,200,200,200,130,170,100,90,20,10,10,10,10,100,90,160,70,150,220,200,140,310,160,180,150,140,230,270,180,120,120,50,20,40,20,0,70,60,90,160,120,220,200,150,30,140,160,120,210,190,200,150,240,190,210,60,50,40,10,10,0,60,150,180,80,150,250,160,230,150,110,110,180,150,180,160,220,190,140,60,20,0,10,10,20,80,40,140,210,120,250,210,360,160,150,90,140,100,110,210,110,80,130,80,70,20,10,0,20,20,50,160,100,190,180,160,140,110,150,110,50,120,100,90,180,80,100,60,50,20,10,0,10,10,40,130,170,140,160,130,150,170,180,140,130,110,110,190,180,150,140,110]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,20,0,10,0,10,0,0,10,10,10,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,10,0,0,0,0,0,10,0,20,10,0,0,0,0,0,0,0,0,0,0,10,20,20,10,0,10,10,10,0,0,0,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,10,0,0,10,50,10,10,10,0,0,10,0,0,0,0,0,0,10,0,0,0,20,10,10,10,20,10,20,10,0,0,0,0,30,0,0,0,0,0,0,10,0,0,10,0,0,10,10,30,20,10,0,0,0,10,10,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/29.json b/dist/chartDummyData/views_zoom/2018-06/29.json new file mode 100644 index 000000000..03fe827fb --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/29.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1529971200000,1529974800000,1529978400000,1529982000000,1529985600000,1529989200000,1529992800000,1529996400000,1530000000000,1530003600000,1530007200000,1530010800000,1530014400000,1530018000000,1530021600000,1530025200000,1530028800000,1530032400000,1530036000000,1530039600000,1530043200000,1530046800000,1530050400000,1530054000000,1530057600000,1530061200000,1530064800000,1530068400000,1530072000000,1530075600000,1530079200000,1530082800000,1530086400000,1530090000000,1530093600000,1530097200000,1530100800000,1530104400000,1530108000000,1530111600000,1530115200000,1530118800000,1530122400000,1530126000000,1530129600000,1530133200000,1530136800000,1530140400000,1530144000000,1530147600000,1530151200000,1530154800000,1530158400000,1530162000000,1530165600000,1530169200000,1530172800000,1530176400000,1530180000000,1530183600000,1530187200000,1530190800000,1530194400000,1530198000000,1530201600000,1530205200000,1530208800000,1530212400000,1530216000000,1530219600000,1530223200000,1530226800000,1530230400000,1530234000000,1530237600000,1530241200000,1530244800000,1530248400000,1530252000000,1530255600000,1530259200000,1530262800000,1530266400000,1530270000000,1530273600000,1530277200000,1530280800000,1530284400000,1530288000000,1530291600000,1530295200000,1530298800000,1530302400000,1530306000000,1530309600000,1530313200000,1530316800000,1530320400000,1530324000000,1530327600000,1530331200000,1530334800000,1530338400000,1530342000000,1530345600000,1530349200000,1530352800000,1530356400000,1530360000000,1530363600000,1530367200000,1530370800000,1530374400000,1530378000000,1530381600000,1530385200000,1530388800000,1530392400000,1530396000000,1530399600000,1530403200000,1530406800000,1530410400000,1530414000000,1530417600000,1530421200000,1530424800000,1530428400000,1530432000000,1530435600000,1530439200000,1530442800000,1530446400000,1530450000000,1530453600000,1530457200000,1530460800000,1530464400000,1530468000000,1530471600000,1530475200000,1530478800000,1530482400000,1530486000000,1530489600000,1530493200000,1530496800000,1530500400000,1530504000000,1530507600000,1530511200000,1530514800000,1530518400000,1530522000000,1530525600000,1530529200000,1530532800000,1530536400000,1530540000000,1530543600000,1530547200000,1530550800000,1530554400000,1530558000000,1530561600000,1530565200000,1530568800000,1530572400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[230,80,90,100,30,200,390,860,710,850,1020,840,840,1040,1130,870,930,1640,990,1070,1210,1220,570,440,220,180,60,10,40,350,480,720,950,860,1260,1090,230,820,870,1300,920,1110,1150,1050,1200,1270,500,370,330,190,100,40,60,980,550,490,790,920,1080,830,1270,1250,970,990,1350,960,1150,1040,1220,920,780,790,290,100,50,20,190,210,330,700,870,750,920,920,1040,690,820,970,1010,1060,940,1000,920,1300,710,340,320,160,130,90,30,120,420,590,710,930,810,950,1150,890,1290,1170,1080,990,1070,1050,920,730,460,290,300,130,170,40,10,100,440,580,510,1080,1420,1020,950,840,1820,990,1100,1150,1260,1140,1320,1010,530,370,250,90,30,40,120,340,480,590,910,940,910,890,1120,960,820,1280,940,1250,1130,1070,990,1520,710,290]},{"name":"URL","color":"#2373DB","values":[80,20,0,10,30,80,200,550,430,730,890,1020,700,670,800,910,1130,870,830,800,640,650,380,120,100,10,80,10,30,80,280,350,540,650,750,820,130,650,760,850,710,980,1040,840,740,510,310,410,70,30,0,0,20,90,330,440,420,760,780,1010,970,730,750,820,1300,870,850,880,740,830,260,330,170,140,120,140,200,140,210,490,370,560,780,840,650,560,690,740,1220,930,950,990,830,340,360,250,150,40,10,20,20,10,210,160,470,550,670,550,530,530,520,470,610,730,760,600,500,430,490,200,110,60,60,10,10,0,50,140,370,340,640,590,770,570,530,580,550,600,790,770,750,540,370,310,140,50,20,30,40,60,240,320,470,450,560,900,630,550,490,680,1050,910,1100,910,890,570,480,230]},{"name":"Groups","color":"#9ED448","values":[350,180,20,0,40,200,320,590,690,710,740,920,830,820,710,800,740,1100,1170,1260,1330,1350,1020,740,200,80,260,70,120,370,430,820,720,540,890,990,190,630,600,770,820,980,800,1070,1170,1170,680,520,190,120,40,30,70,220,310,500,510,580,810,850,880,720,910,600,770,780,960,1240,1170,1070,1040,290,210,230,90,50,100,180,280,690,560,710,860,780,960,700,740,790,820,840,810,910,1130,1260,1140,700,240,200,70,90,60,140,350,370,780,630,820,1280,940,1250,770,450,830,530,600,850,870,1020,610,350,400,80,60,40,20,100,430,510,970,780,700,650,840,1060,960,720,1010,620,880,1030,1110,1160,1130,700,350,50,10,0,120,240,290,480,600,750,810,930,1090,740,580,980,740,1080,960,1000,1420,1410,880,440]},{"name":"Channel","color":"#4fae4e","values":[10,0,0,10,60,60,100,20,10,60,80,50,70,80,110,40,10,120,70,110,50,60,30,70,100,10,0,10,0,50,130,40,50,30,30,70,10,30,30,40,10,110,70,80,80,70,30,60,20,30,0,0,30,90,30,20,30,30,80,30,50,40,30,60,60,70,80,60,140,80,40,50,20,10,10,10,40,90,30,50,80,60,60,20,70,30,20,60,140,50,50,40,50,40,60,10,10,20,0,10,30,0,20,40,40,20,60,60,180,80,50,30,90,130,40,20,40,50,70,10,20,10,20,0,0,80,0,30,30,70,80,60,40,60,30,80,100,30,70,80,80,150,30,110,20,10,30,10,20,40,30,70,80,90,60,80,60,30,80,60,70,30,70,100,60,70,50,60]},{"name":"Search","color":"#F5BD25","values":[80,40,0,310,90,140,330,230,70,170,130,160,100,130,140,100,60,120,120,70,90,100,20,80,160,10,50,0,20,340,140,30,30,80,190,170,10,190,140,160,100,50,180,310,220,100,110,170,0,30,0,0,10,380,60,120,60,60,100,90,140,50,170,70,70,120,80,60,150,60,190,70,20,20,0,0,110,210,120,250,20,210,140,210,110,80,90,140,200,150,50,120,100,30,10,30,50,0,10,0,10,100,80,150,70,50,140,60,110,170,70,70,50,20,20,90,190,20,20,20,0,10,10,0,20,20,150,370,190,130,150,130,170,50,100,390,90,100,130,60,40,110,70,40,10,40,0,0,0,150,50,90,70,600,120,180,150,110,140,50,100,90,100,180,50,80,50,20]},{"name":"Other","color":"#F79E39","values":[20,10,10,10,10,100,90,160,70,150,220,200,140,310,160,180,150,140,230,270,180,120,120,50,20,40,20,0,70,60,90,160,120,220,200,150,30,140,160,120,210,190,200,150,240,190,210,60,50,40,10,10,0,60,150,180,80,150,250,160,230,150,110,110,180,150,180,160,220,190,140,60,20,0,10,10,20,80,40,140,210,120,250,210,360,160,150,90,140,100,110,210,110,80,130,80,70,20,10,0,20,20,50,160,100,190,180,160,140,110,150,110,50,120,100,90,180,80,100,60,50,20,10,0,10,10,40,130,170,140,160,130,150,170,180,140,130,110,110,190,180,150,140,110,60,10,0,40,10,50,60,70,160,120,150,140,150,150,110,100,140,120,120,150,230,250,90,70]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,0,0,20,0,10,0,10,0,0,10,10,10,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,10,0,0,0,0,0,10,0,20,10,0,0,0,0,0,0,0,0,0,0,10,20,20,10,0,10,10,10,0,0,0,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,10,0,0,10,50,10,10,10,0,0,10,0,0,0,0,0,0,10,0,0,0,20,10,10,10,20,10,20,10,0,0,0,0,30,0,0,0,0,0,0,10,0,0,10,0,0,10,10,30,20,10,0,0,0,10,10,0,10,0,0,0,0,0,0,10,10,0,10,20,10,10,0,10,10,10,10,20,10,10,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-06/30.json b/dist/chartDummyData/views_zoom/2018-06/30.json new file mode 100644 index 000000000..3b97801de --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-06/30.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1530057600000,1530061200000,1530064800000,1530068400000,1530072000000,1530075600000,1530079200000,1530082800000,1530086400000,1530090000000,1530093600000,1530097200000,1530100800000,1530104400000,1530108000000,1530111600000,1530115200000,1530118800000,1530122400000,1530126000000,1530129600000,1530133200000,1530136800000,1530140400000,1530144000000,1530147600000,1530151200000,1530154800000,1530158400000,1530162000000,1530165600000,1530169200000,1530172800000,1530176400000,1530180000000,1530183600000,1530187200000,1530190800000,1530194400000,1530198000000,1530201600000,1530205200000,1530208800000,1530212400000,1530216000000,1530219600000,1530223200000,1530226800000,1530230400000,1530234000000,1530237600000,1530241200000,1530244800000,1530248400000,1530252000000,1530255600000,1530259200000,1530262800000,1530266400000,1530270000000,1530273600000,1530277200000,1530280800000,1530284400000,1530288000000,1530291600000,1530295200000,1530298800000,1530302400000,1530306000000,1530309600000,1530313200000,1530316800000,1530320400000,1530324000000,1530327600000,1530331200000,1530334800000,1530338400000,1530342000000,1530345600000,1530349200000,1530352800000,1530356400000,1530360000000,1530363600000,1530367200000,1530370800000,1530374400000,1530378000000,1530381600000,1530385200000,1530388800000,1530392400000,1530396000000,1530399600000,1530403200000,1530406800000,1530410400000,1530414000000,1530417600000,1530421200000,1530424800000,1530428400000,1530432000000,1530435600000,1530439200000,1530442800000,1530446400000,1530450000000,1530453600000,1530457200000,1530460800000,1530464400000,1530468000000,1530471600000,1530475200000,1530478800000,1530482400000,1530486000000,1530489600000,1530493200000,1530496800000,1530500400000,1530504000000,1530507600000,1530511200000,1530514800000,1530518400000,1530522000000,1530525600000,1530529200000,1530532800000,1530536400000,1530540000000,1530543600000,1530547200000,1530550800000,1530554400000,1530558000000,1530561600000,1530565200000,1530568800000,1530572400000,1530576000000,1530579600000,1530583200000,1530586800000,1530590400000,1530594000000,1530597600000,1530601200000,1530604800000,1530608400000,1530612000000,1530615600000,1530619200000,1530622800000,1530626400000,1530630000000,1530633600000,1530637200000,1530640800000,1530644400000,1530648000000,1530651600000,1530655200000,1530658800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[220,180,60,10,40,350,480,720,950,860,1260,1090,230,820,870,1300,920,1110,1150,1050,1200,1270,500,370,330,190,100,40,60,980,550,490,790,920,1080,830,1270,1250,970,990,1350,960,1150,1040,1220,920,780,790,290,100,50,20,190,210,330,700,870,750,920,920,1040,690,820,970,1010,1060,940,1000,920,1300,710,340,320,160,130,90,30,120,420,590,710,930,810,950,1150,890,1290,1170,1080,990,1070,1050,920,730,460,290,300,130,170,40,10,100,440,580,510,1080,1420,1020,950,840,1820,990,1100,1150,1260,1140,1320,1010,530,370,250,90,30,40,120,340,480,590,910,940,910,890,1120,960,820,1280,940,1250,1130,1070,990,1520,710,290,230,130,60,50,30,580,590,830,1090,1290,990,1710,1500,1370,1210,920,730,840,1220,1130,1040,990,650,510]},{"name":"URL","color":"#2373DB","values":[100,10,80,10,30,80,280,350,540,650,750,820,130,650,760,850,710,980,1040,840,740,510,310,410,70,30,0,0,20,90,330,440,420,760,780,1010,970,730,750,820,1300,870,850,880,740,830,260,330,170,140,120,140,200,140,210,490,370,560,780,840,650,560,690,740,1220,930,950,990,830,340,360,250,150,40,10,20,20,10,210,160,470,550,670,550,530,530,520,470,610,730,760,600,500,430,490,200,110,60,60,10,10,0,50,140,370,340,640,590,770,570,530,580,550,600,790,770,750,540,370,310,140,50,20,30,40,60,240,320,470,450,560,900,630,550,490,680,1050,910,1100,910,890,570,480,230,20,40,20,10,20,50,220,410,640,460,860,810,750,600,800,710,930,1010,850,850,970,620,340,170]},{"name":"Groups","color":"#9ED448","values":[200,80,260,70,120,370,430,820,720,540,890,990,190,630,600,770,820,980,800,1070,1170,1170,680,520,190,120,40,30,70,220,310,500,510,580,810,850,880,720,910,600,770,780,960,1240,1170,1070,1040,290,210,230,90,50,100,180,280,690,560,710,860,780,960,700,740,790,820,840,810,910,1130,1260,1140,700,240,200,70,90,60,140,350,370,780,630,820,1280,940,1250,770,450,830,530,600,850,870,1020,610,350,400,80,60,40,20,100,430,510,970,780,700,650,840,1060,960,720,1010,620,880,1030,1110,1160,1130,700,350,50,10,0,120,240,290,480,600,750,810,930,1090,740,580,980,740,1080,960,1000,1420,1410,880,440,270,160,70,40,80,260,470,530,630,740,830,870,930,740,670,720,1010,760,970,980,1300,1540,980,460]},{"name":"Channel","color":"#4fae4e","values":[100,10,0,10,0,50,130,40,50,30,30,70,10,30,30,40,10,110,70,80,80,70,30,60,20,30,0,0,30,90,30,20,30,30,80,30,50,40,30,60,60,70,80,60,140,80,40,50,20,10,10,10,40,90,30,50,80,60,60,20,70,30,20,60,140,50,50,40,50,40,60,10,10,20,0,10,30,0,20,40,40,20,60,60,180,80,50,30,90,130,40,20,40,50,70,10,20,10,20,0,0,80,0,30,30,70,80,60,40,60,30,80,100,30,70,80,80,150,30,110,20,10,30,10,20,40,30,70,80,90,60,80,60,30,80,60,70,30,70,100,60,70,50,60,10,30,10,0,60,20,20,20,40,70,140,80,260,90,50,70,50,50,90,130,80,80,40,50]},{"name":"Search","color":"#F5BD25","values":[160,10,50,0,20,340,140,30,30,80,190,170,10,190,140,160,100,50,180,310,220,100,110,170,0,30,0,0,10,380,60,120,60,60,100,90,140,50,170,70,70,120,80,60,150,60,190,70,20,20,0,0,110,210,120,250,20,210,140,210,110,80,90,140,200,150,50,120,100,30,10,30,50,0,10,0,10,100,80,150,70,50,140,60,110,170,70,70,50,20,20,90,190,20,20,20,0,10,10,0,20,20,150,370,190,130,150,130,170,50,100,390,90,100,130,60,40,110,70,40,10,40,0,0,0,150,50,90,70,600,120,180,150,110,140,50,100,90,100,180,50,80,50,20,0,10,20,40,60,190,140,370,20,160,30,190,130,130,90,200,210,280,100,190,90,100,50,50]},{"name":"Other","color":"#F79E39","values":[20,40,20,0,70,60,90,160,120,220,200,150,30,140,160,120,210,190,200,150,240,190,210,60,50,40,10,10,0,60,150,180,80,150,250,160,230,150,110,110,180,150,180,160,220,190,140,60,20,0,10,10,20,80,40,140,210,120,250,210,360,160,150,90,140,100,110,210,110,80,130,80,70,20,10,0,20,20,50,160,100,190,180,160,140,110,150,110,50,120,100,90,180,80,100,60,50,20,10,0,10,10,40,130,170,140,160,130,150,170,180,140,130,110,110,190,180,150,140,110,60,10,0,40,10,50,60,70,160,120,150,140,150,150,110,100,140,120,120,150,230,250,90,70,10,10,10,20,0,120,110,150,130,130,250,190,270,170,260,160,190,170,190,190,80,200,130,120]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,10,0,10,0,10,0,0,0,0,0,10,0,20,10,0,0,0,0,0,0,0,0,0,0,10,20,20,10,0,10,10,10,0,0,0,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,10,0,0,10,50,10,10,10,0,0,10,0,0,0,0,0,0,10,0,0,0,20,10,10,10,20,10,20,10,0,0,0,0,30,0,0,0,0,0,0,10,0,0,10,0,0,10,10,30,20,10,0,0,0,10,10,0,10,0,0,0,0,0,0,10,10,0,10,20,10,10,0,10,10,10,10,20,10,10,0,10,0,0,0,0,0,0,0,0,10,10,10,0,10,0,0,0,0,0,10,0,0,10,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/01.json b/dist/chartDummyData/views_zoom/2018-07/01.json new file mode 100644 index 000000000..31fb5526e --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/01.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1530144000000,1530147600000,1530151200000,1530154800000,1530158400000,1530162000000,1530165600000,1530169200000,1530172800000,1530176400000,1530180000000,1530183600000,1530187200000,1530190800000,1530194400000,1530198000000,1530201600000,1530205200000,1530208800000,1530212400000,1530216000000,1530219600000,1530223200000,1530226800000,1530230400000,1530234000000,1530237600000,1530241200000,1530244800000,1530248400000,1530252000000,1530255600000,1530259200000,1530262800000,1530266400000,1530270000000,1530273600000,1530277200000,1530280800000,1530284400000,1530288000000,1530291600000,1530295200000,1530298800000,1530302400000,1530306000000,1530309600000,1530313200000,1530316800000,1530320400000,1530324000000,1530327600000,1530331200000,1530334800000,1530338400000,1530342000000,1530345600000,1530349200000,1530352800000,1530356400000,1530360000000,1530363600000,1530367200000,1530370800000,1530374400000,1530378000000,1530381600000,1530385200000,1530388800000,1530392400000,1530396000000,1530399600000,1530403200000,1530406800000,1530410400000,1530414000000,1530417600000,1530421200000,1530424800000,1530428400000,1530432000000,1530435600000,1530439200000,1530442800000,1530446400000,1530450000000,1530453600000,1530457200000,1530460800000,1530464400000,1530468000000,1530471600000,1530475200000,1530478800000,1530482400000,1530486000000,1530489600000,1530493200000,1530496800000,1530500400000,1530504000000,1530507600000,1530511200000,1530514800000,1530518400000,1530522000000,1530525600000,1530529200000,1530532800000,1530536400000,1530540000000,1530543600000,1530547200000,1530550800000,1530554400000,1530558000000,1530561600000,1530565200000,1530568800000,1530572400000,1530576000000,1530579600000,1530583200000,1530586800000,1530590400000,1530594000000,1530597600000,1530601200000,1530604800000,1530608400000,1530612000000,1530615600000,1530619200000,1530622800000,1530626400000,1530630000000,1530633600000,1530637200000,1530640800000,1530644400000,1530648000000,1530651600000,1530655200000,1530658800000,1530662400000,1530666000000,1530669600000,1530673200000,1530676800000,1530680400000,1530684000000,1530687600000,1530691200000,1530694800000,1530698400000,1530702000000,1530705600000,1530709200000,1530712800000,1530716400000,1530720000000,1530723600000,1530727200000,1530730800000,1530734400000,1530738000000,1530741600000,1530745200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[330,190,100,40,60,980,550,490,790,920,1080,830,1270,1250,970,990,1350,960,1150,1040,1220,920,780,790,290,100,50,20,190,210,330,700,870,750,920,920,1040,690,820,970,1010,1060,940,1000,920,1300,710,340,320,160,130,90,30,120,420,590,710,930,810,950,1150,890,1290,1170,1080,990,1070,1050,920,730,460,290,300,130,170,40,10,100,440,580,510,1080,1420,1020,950,840,1820,990,1100,1150,1260,1140,1320,1010,530,370,250,90,30,40,120,340,480,590,910,940,910,890,1120,960,820,1280,940,1250,1130,1070,990,1520,710,290,230,130,60,50,30,580,590,830,1090,1290,990,1710,1500,1370,1210,920,730,840,1220,1130,1040,990,650,510,230,90,40,20,70,270,420,720,760,1160,850,1110,1120,870,1060,860,1080,1160,1100,1020,1070,1130,840,420]},{"name":"URL","color":"#2373DB","values":[70,30,0,0,20,90,330,440,420,760,780,1010,970,730,750,820,1300,870,850,880,740,830,260,330,170,140,120,140,200,140,210,490,370,560,780,840,650,560,690,740,1220,930,950,990,830,340,360,250,150,40,10,20,20,10,210,160,470,550,670,550,530,530,520,470,610,730,760,600,500,430,490,200,110,60,60,10,10,0,50,140,370,340,640,590,770,570,530,580,550,600,790,770,750,540,370,310,140,50,20,30,40,60,240,320,470,450,560,900,630,550,490,680,1050,910,1100,910,890,570,480,230,20,40,20,10,20,50,220,410,640,460,860,810,750,600,800,710,930,1010,850,850,970,620,340,170,80,40,10,30,10,90,280,380,430,800,710,860,660,640,650,830,890,1060,1080,870,830,580,530,170]},{"name":"Groups","color":"#9ED448","values":[190,120,40,30,70,220,310,500,510,580,810,850,880,720,910,600,770,780,960,1240,1170,1070,1040,290,210,230,90,50,100,180,280,690,560,710,860,780,960,700,740,790,820,840,810,910,1130,1260,1140,700,240,200,70,90,60,140,350,370,780,630,820,1280,940,1250,770,450,830,530,600,850,870,1020,610,350,400,80,60,40,20,100,430,510,970,780,700,650,840,1060,960,720,1010,620,880,1030,1110,1160,1130,700,350,50,10,0,120,240,290,480,600,750,810,930,1090,740,580,980,740,1080,960,1000,1420,1410,880,440,270,160,70,40,80,260,470,530,630,740,830,870,930,740,670,720,1010,760,970,980,1300,1540,980,460,430,150,70,10,90,260,310,560,700,710,710,1000,1090,930,860,830,670,870,900,880,1200,1520,790,610]},{"name":"Channel","color":"#4fae4e","values":[20,30,0,0,30,90,30,20,30,30,80,30,50,40,30,60,60,70,80,60,140,80,40,50,20,10,10,10,40,90,30,50,80,60,60,20,70,30,20,60,140,50,50,40,50,40,60,10,10,20,0,10,30,0,20,40,40,20,60,60,180,80,50,30,90,130,40,20,40,50,70,10,20,10,20,0,0,80,0,30,30,70,80,60,40,60,30,80,100,30,70,80,80,150,30,110,20,10,30,10,20,40,30,70,80,90,60,80,60,30,80,60,70,30,70,100,60,70,50,60,10,30,10,0,60,20,20,20,40,70,140,80,260,90,50,70,50,50,90,130,80,80,40,50,10,10,0,0,0,100,10,50,20,100,80,90,60,80,60,110,130,90,70,70,40,100,50,30]},{"name":"Search","color":"#F5BD25","values":[0,30,0,0,10,380,60,120,60,60,100,90,140,50,170,70,70,120,80,60,150,60,190,70,20,20,0,0,110,210,120,250,20,210,140,210,110,80,90,140,200,150,50,120,100,30,10,30,50,0,10,0,10,100,80,150,70,50,140,60,110,170,70,70,50,20,20,90,190,20,20,20,0,10,10,0,20,20,150,370,190,130,150,130,170,50,100,390,90,100,130,60,40,110,70,40,10,40,0,0,0,150,50,90,70,600,120,180,150,110,140,50,100,90,100,180,50,80,50,20,0,10,20,40,60,190,140,370,20,160,30,190,130,130,90,200,210,280,100,190,90,100,50,50,100,10,0,10,20,270,80,210,40,170,100,80,90,50,110,110,30,140,130,60,140,30,250,60]},{"name":"Other","color":"#F79E39","values":[50,40,10,10,0,60,150,180,80,150,250,160,230,150,110,110,180,150,180,160,220,190,140,60,20,0,10,10,20,80,40,140,210,120,250,210,360,160,150,90,140,100,110,210,110,80,130,80,70,20,10,0,20,20,50,160,100,190,180,160,140,110,150,110,50,120,100,90,180,80,100,60,50,20,10,0,10,10,40,130,170,140,160,130,150,170,180,140,130,110,110,190,180,150,140,110,60,10,0,40,10,50,60,70,160,120,150,140,150,150,110,100,140,120,120,150,230,250,90,70,10,10,10,20,0,120,110,150,130,130,250,190,270,170,260,160,190,170,190,190,80,200,130,120,30,0,10,10,40,20,90,140,100,200,200,270,250,190,110,170,140,200,230,160,180,190,140,50]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,20,20,10,0,10,10,10,0,0,0,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,10,0,0,10,50,10,10,10,0,0,10,0,0,0,0,0,0,10,0,0,0,20,10,10,10,20,10,20,10,0,0,0,0,30,0,0,0,0,0,0,10,0,0,10,0,0,10,10,30,20,10,0,0,0,10,10,0,10,0,0,0,0,0,0,10,10,0,10,20,10,10,0,10,10,10,10,20,10,10,0,10,0,0,0,0,0,0,0,0,10,10,10,0,10,0,0,0,0,0,10,0,0,10,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,0,10,0,20,0,10,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/02.json b/dist/chartDummyData/views_zoom/2018-07/02.json new file mode 100644 index 000000000..3bc0cc473 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/02.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1530230400000,1530234000000,1530237600000,1530241200000,1530244800000,1530248400000,1530252000000,1530255600000,1530259200000,1530262800000,1530266400000,1530270000000,1530273600000,1530277200000,1530280800000,1530284400000,1530288000000,1530291600000,1530295200000,1530298800000,1530302400000,1530306000000,1530309600000,1530313200000,1530316800000,1530320400000,1530324000000,1530327600000,1530331200000,1530334800000,1530338400000,1530342000000,1530345600000,1530349200000,1530352800000,1530356400000,1530360000000,1530363600000,1530367200000,1530370800000,1530374400000,1530378000000,1530381600000,1530385200000,1530388800000,1530392400000,1530396000000,1530399600000,1530403200000,1530406800000,1530410400000,1530414000000,1530417600000,1530421200000,1530424800000,1530428400000,1530432000000,1530435600000,1530439200000,1530442800000,1530446400000,1530450000000,1530453600000,1530457200000,1530460800000,1530464400000,1530468000000,1530471600000,1530475200000,1530478800000,1530482400000,1530486000000,1530489600000,1530493200000,1530496800000,1530500400000,1530504000000,1530507600000,1530511200000,1530514800000,1530518400000,1530522000000,1530525600000,1530529200000,1530532800000,1530536400000,1530540000000,1530543600000,1530547200000,1530550800000,1530554400000,1530558000000,1530561600000,1530565200000,1530568800000,1530572400000,1530576000000,1530579600000,1530583200000,1530586800000,1530590400000,1530594000000,1530597600000,1530601200000,1530604800000,1530608400000,1530612000000,1530615600000,1530619200000,1530622800000,1530626400000,1530630000000,1530633600000,1530637200000,1530640800000,1530644400000,1530648000000,1530651600000,1530655200000,1530658800000,1530662400000,1530666000000,1530669600000,1530673200000,1530676800000,1530680400000,1530684000000,1530687600000,1530691200000,1530694800000,1530698400000,1530702000000,1530705600000,1530709200000,1530712800000,1530716400000,1530720000000,1530723600000,1530727200000,1530730800000,1530734400000,1530738000000,1530741600000,1530745200000,1530748800000,1530752400000,1530756000000,1530759600000,1530763200000,1530766800000,1530770400000,1530774000000,1530777600000,1530781200000,1530784800000,1530788400000,1530792000000,1530795600000,1530799200000,1530802800000,1530806400000,1530810000000,1530813600000,1530817200000,1530820800000,1530824400000,1530828000000,1530831600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[290,100,50,20,190,210,330,700,870,750,920,920,1040,690,820,970,1010,1060,940,1000,920,1300,710,340,320,160,130,90,30,120,420,590,710,930,810,950,1150,890,1290,1170,1080,990,1070,1050,920,730,460,290,300,130,170,40,10,100,440,580,510,1080,1420,1020,950,840,1820,990,1100,1150,1260,1140,1320,1010,530,370,250,90,30,40,120,340,480,590,910,940,910,890,1120,960,820,1280,940,1250,1130,1070,990,1520,710,290,230,130,60,50,30,580,590,830,1090,1290,990,1710,1500,1370,1210,920,730,840,1220,1130,1040,990,650,510,230,90,40,20,70,270,420,720,760,1160,850,1110,1120,870,1060,860,1080,1160,1100,1020,1070,1130,840,420,370,190,130,10,30,130,390,870,600,700,1080,990,910,760,850,1030,1070,810,1100,1080,1140,810,810,460]},{"name":"URL","color":"#2373DB","values":[170,140,120,140,200,140,210,490,370,560,780,840,650,560,690,740,1220,930,950,990,830,340,360,250,150,40,10,20,20,10,210,160,470,550,670,550,530,530,520,470,610,730,760,600,500,430,490,200,110,60,60,10,10,0,50,140,370,340,640,590,770,570,530,580,550,600,790,770,750,540,370,310,140,50,20,30,40,60,240,320,470,450,560,900,630,550,490,680,1050,910,1100,910,890,570,480,230,20,40,20,10,20,50,220,410,640,460,860,810,750,600,800,710,930,1010,850,850,970,620,340,170,80,40,10,30,10,90,280,380,430,800,710,860,660,640,650,830,890,1060,1080,870,830,580,530,170,150,50,60,10,20,100,260,350,490,610,970,630,610,580,720,890,850,1010,1070,770,670,640,360,260]},{"name":"Groups","color":"#9ED448","values":[210,230,90,50,100,180,280,690,560,710,860,780,960,700,740,790,820,840,810,910,1130,1260,1140,700,240,200,70,90,60,140,350,370,780,630,820,1280,940,1250,770,450,830,530,600,850,870,1020,610,350,400,80,60,40,20,100,430,510,970,780,700,650,840,1060,960,720,1010,620,880,1030,1110,1160,1130,700,350,50,10,0,120,240,290,480,600,750,810,930,1090,740,580,980,740,1080,960,1000,1420,1410,880,440,270,160,70,40,80,260,470,530,630,740,830,870,930,740,670,720,1010,760,970,980,1300,1540,980,460,430,150,70,10,90,260,310,560,700,710,710,1000,1090,930,860,830,670,870,900,880,1200,1520,790,610,290,160,20,0,110,330,440,580,490,700,620,810,810,980,840,700,750,490,860,1110,1380,1330,1090,610]},{"name":"Channel","color":"#4fae4e","values":[20,10,10,10,40,90,30,50,80,60,60,20,70,30,20,60,140,50,50,40,50,40,60,10,10,20,0,10,30,0,20,40,40,20,60,60,180,80,50,30,90,130,40,20,40,50,70,10,20,10,20,0,0,80,0,30,30,70,80,60,40,60,30,80,100,30,70,80,80,150,30,110,20,10,30,10,20,40,30,70,80,90,60,80,60,30,80,60,70,30,70,100,60,70,50,60,10,30,10,0,60,20,20,20,40,70,140,80,260,90,50,70,50,50,90,130,80,80,40,50,10,10,0,0,0,100,10,50,20,100,80,90,60,80,60,110,130,90,70,70,40,100,50,30,20,10,0,0,0,100,70,50,30,40,80,60,120,70,90,30,100,70,100,70,20,90,10,20]},{"name":"Search","color":"#F5BD25","values":[20,20,0,0,110,210,120,250,20,210,140,210,110,80,90,140,200,150,50,120,100,30,10,30,50,0,10,0,10,100,80,150,70,50,140,60,110,170,70,70,50,20,20,90,190,20,20,20,0,10,10,0,20,20,150,370,190,130,150,130,170,50,100,390,90,100,130,60,40,110,70,40,10,40,0,0,0,150,50,90,70,600,120,180,150,110,140,50,100,90,100,180,50,80,50,20,0,10,20,40,60,190,140,370,20,160,30,190,130,130,90,200,210,280,100,190,90,100,50,50,100,10,0,10,20,270,80,210,40,170,100,80,90,50,110,110,30,140,130,60,140,30,250,60,10,10,30,0,0,300,260,110,70,50,60,140,130,70,60,250,40,50,170,90,100,150,200,30]},{"name":"Other","color":"#F79E39","values":[20,0,10,10,20,80,40,140,210,120,250,210,360,160,150,90,140,100,110,210,110,80,130,80,70,20,10,0,20,20,50,160,100,190,180,160,140,110,150,110,50,120,100,90,180,80,100,60,50,20,10,0,10,10,40,130,170,140,160,130,150,170,180,140,130,110,110,190,180,150,140,110,60,10,0,40,10,50,60,70,160,120,150,140,150,150,110,100,140,120,120,150,230,250,90,70,10,10,10,20,0,120,110,150,130,130,250,190,270,170,260,160,190,170,190,190,80,200,130,120,30,0,10,10,40,20,90,140,100,200,200,270,250,190,110,170,140,200,230,160,180,190,140,50,50,20,10,0,20,110,70,110,60,100,130,120,200,110,110,230,190,90,180,150,130,180,60,70]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,0,10,0,10,0,0,10,50,10,10,10,0,0,10,0,0,0,0,0,0,10,0,0,0,20,10,10,10,20,10,20,10,0,0,0,0,30,0,0,0,0,0,0,10,0,0,10,0,0,10,10,30,20,10,0,0,0,10,10,0,10,0,0,0,0,0,0,10,10,0,10,20,10,10,0,10,10,10,10,20,10,10,0,10,0,0,0,0,0,0,0,0,10,10,10,0,10,0,0,0,0,0,10,0,0,10,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,0,10,0,20,0,10,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,20,0,0,0,10,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/03.json b/dist/chartDummyData/views_zoom/2018-07/03.json new file mode 100644 index 000000000..de4a9aee5 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/03.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1530316800000,1530320400000,1530324000000,1530327600000,1530331200000,1530334800000,1530338400000,1530342000000,1530345600000,1530349200000,1530352800000,1530356400000,1530360000000,1530363600000,1530367200000,1530370800000,1530374400000,1530378000000,1530381600000,1530385200000,1530388800000,1530392400000,1530396000000,1530399600000,1530403200000,1530406800000,1530410400000,1530414000000,1530417600000,1530421200000,1530424800000,1530428400000,1530432000000,1530435600000,1530439200000,1530442800000,1530446400000,1530450000000,1530453600000,1530457200000,1530460800000,1530464400000,1530468000000,1530471600000,1530475200000,1530478800000,1530482400000,1530486000000,1530489600000,1530493200000,1530496800000,1530500400000,1530504000000,1530507600000,1530511200000,1530514800000,1530518400000,1530522000000,1530525600000,1530529200000,1530532800000,1530536400000,1530540000000,1530543600000,1530547200000,1530550800000,1530554400000,1530558000000,1530561600000,1530565200000,1530568800000,1530572400000,1530576000000,1530579600000,1530583200000,1530586800000,1530590400000,1530594000000,1530597600000,1530601200000,1530604800000,1530608400000,1530612000000,1530615600000,1530619200000,1530622800000,1530626400000,1530630000000,1530633600000,1530637200000,1530640800000,1530644400000,1530648000000,1530651600000,1530655200000,1530658800000,1530662400000,1530666000000,1530669600000,1530673200000,1530676800000,1530680400000,1530684000000,1530687600000,1530691200000,1530694800000,1530698400000,1530702000000,1530705600000,1530709200000,1530712800000,1530716400000,1530720000000,1530723600000,1530727200000,1530730800000,1530734400000,1530738000000,1530741600000,1530745200000,1530748800000,1530752400000,1530756000000,1530759600000,1530763200000,1530766800000,1530770400000,1530774000000,1530777600000,1530781200000,1530784800000,1530788400000,1530792000000,1530795600000,1530799200000,1530802800000,1530806400000,1530810000000,1530813600000,1530817200000,1530820800000,1530824400000,1530828000000,1530831600000,1530835200000,1530838800000,1530842400000,1530846000000,1530849600000,1530853200000,1530856800000,1530860400000,1530864000000,1530867600000,1530871200000,1530874800000,1530878400000,1530882000000,1530885600000,1530889200000,1530892800000,1530896400000,1530900000000,1530903600000,1530907200000,1530910800000,1530914400000,1530918000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[320,160,130,90,30,120,420,590,710,930,810,950,1150,890,1290,1170,1080,990,1070,1050,920,730,460,290,300,130,170,40,10,100,440,580,510,1080,1420,1020,950,840,1820,990,1100,1150,1260,1140,1320,1010,530,370,250,90,30,40,120,340,480,590,910,940,910,890,1120,960,820,1280,940,1250,1130,1070,990,1520,710,290,230,130,60,50,30,580,590,830,1090,1290,990,1710,1500,1370,1210,920,730,840,1220,1130,1040,990,650,510,230,90,40,20,70,270,420,720,760,1160,850,1110,1120,870,1060,860,1080,1160,1100,1020,1070,1130,840,420,370,190,130,10,30,130,390,870,600,700,1080,990,910,760,850,1030,1070,810,1100,1080,1140,810,810,460,280,160,40,60,50,200,410,840,740,1150,990,1070,1020,1020,910,860,1080,1020,910,940,840,700,580,310]},{"name":"URL","color":"#2373DB","values":[150,40,10,20,20,10,210,160,470,550,670,550,530,530,520,470,610,730,760,600,500,430,490,200,110,60,60,10,10,0,50,140,370,340,640,590,770,570,530,580,550,600,790,770,750,540,370,310,140,50,20,30,40,60,240,320,470,450,560,900,630,550,490,680,1050,910,1100,910,890,570,480,230,20,40,20,10,20,50,220,410,640,460,860,810,750,600,800,710,930,1010,850,850,970,620,340,170,80,40,10,30,10,90,280,380,430,800,710,860,660,640,650,830,890,1060,1080,870,830,580,530,170,150,50,60,10,20,100,260,350,490,610,970,630,610,580,720,890,850,1010,1070,770,670,640,360,260,120,60,20,10,40,90,190,430,440,810,780,600,670,560,680,710,1190,1110,1030,720,750,580,470,160]},{"name":"Groups","color":"#9ED448","values":[240,200,70,90,60,140,350,370,780,630,820,1280,940,1250,770,450,830,530,600,850,870,1020,610,350,400,80,60,40,20,100,430,510,970,780,700,650,840,1060,960,720,1010,620,880,1030,1110,1160,1130,700,350,50,10,0,120,240,290,480,600,750,810,930,1090,740,580,980,740,1080,960,1000,1420,1410,880,440,270,160,70,40,80,260,470,530,630,740,830,870,930,740,670,720,1010,760,970,980,1300,1540,980,460,430,150,70,10,90,260,310,560,700,710,710,1000,1090,930,860,830,670,870,900,880,1200,1520,790,610,290,160,20,0,110,330,440,580,490,700,620,810,810,980,840,700,750,490,860,1110,1380,1330,1090,610,310,140,30,10,60,170,370,390,540,680,790,870,860,650,650,880,600,590,820,870,990,1050,760,720]},{"name":"Channel","color":"#4fae4e","values":[10,20,0,10,30,0,20,40,40,20,60,60,180,80,50,30,90,130,40,20,40,50,70,10,20,10,20,0,0,80,0,30,30,70,80,60,40,60,30,80,100,30,70,80,80,150,30,110,20,10,30,10,20,40,30,70,80,90,60,80,60,30,80,60,70,30,70,100,60,70,50,60,10,30,10,0,60,20,20,20,40,70,140,80,260,90,50,70,50,50,90,130,80,80,40,50,10,10,0,0,0,100,10,50,20,100,80,90,60,80,60,110,130,90,70,70,40,100,50,30,20,10,0,0,0,100,70,50,30,40,80,60,120,70,90,30,100,70,100,70,20,90,10,20,50,10,0,0,0,20,30,50,70,30,10,10,70,80,20,120,90,50,90,40,100,50,30,40]},{"name":"Search","color":"#F5BD25","values":[50,0,10,0,10,100,80,150,70,50,140,60,110,170,70,70,50,20,20,90,190,20,20,20,0,10,10,0,20,20,150,370,190,130,150,130,170,50,100,390,90,100,130,60,40,110,70,40,10,40,0,0,0,150,50,90,70,600,120,180,150,110,140,50,100,90,100,180,50,80,50,20,0,10,20,40,60,190,140,370,20,160,30,190,130,130,90,200,210,280,100,190,90,100,50,50,100,10,0,10,20,270,80,210,40,170,100,80,90,50,110,110,30,140,130,60,140,30,250,60,10,10,30,0,0,300,260,110,70,50,60,140,130,70,60,250,40,50,170,90,100,150,200,30,30,0,20,0,50,340,10,80,280,140,310,260,80,60,50,80,60,240,70,120,80,60,10,20]},{"name":"Other","color":"#F79E39","values":[70,20,10,0,20,20,50,160,100,190,180,160,140,110,150,110,50,120,100,90,180,80,100,60,50,20,10,0,10,10,40,130,170,140,160,130,150,170,180,140,130,110,110,190,180,150,140,110,60,10,0,40,10,50,60,70,160,120,150,140,150,150,110,100,140,120,120,150,230,250,90,70,10,10,10,20,0,120,110,150,130,130,250,190,270,170,260,160,190,170,190,190,80,200,130,120,30,0,10,10,40,20,90,140,100,200,200,270,250,190,110,170,140,200,230,160,180,190,140,50,50,20,10,0,20,110,70,110,60,100,130,120,200,110,110,230,190,90,180,150,130,180,60,70,50,20,10,10,30,80,140,130,190,130,180,230,210,200,130,120,100,120,160,110,130,110,70,60]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,0,0,0,20,10,10,10,20,10,20,10,0,0,0,0,30,0,0,0,0,0,0,10,0,0,10,0,0,10,10,30,20,10,0,0,0,10,10,0,10,0,0,0,0,0,0,10,10,0,10,20,10,10,0,10,10,10,10,20,10,10,0,10,0,0,0,0,0,0,0,0,10,10,10,0,10,0,0,0,0,0,10,0,0,10,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,0,10,0,20,0,10,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,20,0,0,0,10,0,10,0,0,0,0,0,0,0,0,10,10,0,0,10,0,0,20,20,0,0,0,0,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/04.json b/dist/chartDummyData/views_zoom/2018-07/04.json new file mode 100644 index 000000000..658979d8c --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/04.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1530403200000,1530406800000,1530410400000,1530414000000,1530417600000,1530421200000,1530424800000,1530428400000,1530432000000,1530435600000,1530439200000,1530442800000,1530446400000,1530450000000,1530453600000,1530457200000,1530460800000,1530464400000,1530468000000,1530471600000,1530475200000,1530478800000,1530482400000,1530486000000,1530489600000,1530493200000,1530496800000,1530500400000,1530504000000,1530507600000,1530511200000,1530514800000,1530518400000,1530522000000,1530525600000,1530529200000,1530532800000,1530536400000,1530540000000,1530543600000,1530547200000,1530550800000,1530554400000,1530558000000,1530561600000,1530565200000,1530568800000,1530572400000,1530576000000,1530579600000,1530583200000,1530586800000,1530590400000,1530594000000,1530597600000,1530601200000,1530604800000,1530608400000,1530612000000,1530615600000,1530619200000,1530622800000,1530626400000,1530630000000,1530633600000,1530637200000,1530640800000,1530644400000,1530648000000,1530651600000,1530655200000,1530658800000,1530662400000,1530666000000,1530669600000,1530673200000,1530676800000,1530680400000,1530684000000,1530687600000,1530691200000,1530694800000,1530698400000,1530702000000,1530705600000,1530709200000,1530712800000,1530716400000,1530720000000,1530723600000,1530727200000,1530730800000,1530734400000,1530738000000,1530741600000,1530745200000,1530748800000,1530752400000,1530756000000,1530759600000,1530763200000,1530766800000,1530770400000,1530774000000,1530777600000,1530781200000,1530784800000,1530788400000,1530792000000,1530795600000,1530799200000,1530802800000,1530806400000,1530810000000,1530813600000,1530817200000,1530820800000,1530824400000,1530828000000,1530831600000,1530835200000,1530838800000,1530842400000,1530846000000,1530849600000,1530853200000,1530856800000,1530860400000,1530864000000,1530867600000,1530871200000,1530874800000,1530878400000,1530882000000,1530885600000,1530889200000,1530892800000,1530896400000,1530900000000,1530903600000,1530907200000,1530910800000,1530914400000,1530918000000,1530921600000,1530925200000,1530928800000,1530932400000,1530936000000,1530939600000,1530943200000,1530946800000,1530950400000,1530954000000,1530957600000,1530961200000,1530964800000,1530968400000,1530972000000,1530975600000,1530979200000,1530982800000,1530986400000,1530990000000,1530993600000,1530997200000,1531000800000,1531004400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[300,130,170,40,10,100,440,580,510,1080,1420,1020,950,840,1820,990,1100,1150,1260,1140,1320,1010,530,370,250,90,30,40,120,340,480,590,910,940,910,890,1120,960,820,1280,940,1250,1130,1070,990,1520,710,290,230,130,60,50,30,580,590,830,1090,1290,990,1710,1500,1370,1210,920,730,840,1220,1130,1040,990,650,510,230,90,40,20,70,270,420,720,760,1160,850,1110,1120,870,1060,860,1080,1160,1100,1020,1070,1130,840,420,370,190,130,10,30,130,390,870,600,700,1080,990,910,760,850,1030,1070,810,1100,1080,1140,810,810,460,280,160,40,60,50,200,410,840,740,1150,990,1070,1020,1020,910,860,1080,1020,910,940,840,700,580,310,250,180,60,10,30,120,370,510,850,820,760,860,1090,900,980,1060,860,980,860,1220,990,840,1120,570]},{"name":"URL","color":"#2373DB","values":[110,60,60,10,10,0,50,140,370,340,640,590,770,570,530,580,550,600,790,770,750,540,370,310,140,50,20,30,40,60,240,320,470,450,560,900,630,550,490,680,1050,910,1100,910,890,570,480,230,20,40,20,10,20,50,220,410,640,460,860,810,750,600,800,710,930,1010,850,850,970,620,340,170,80,40,10,30,10,90,280,380,430,800,710,860,660,640,650,830,890,1060,1080,870,830,580,530,170,150,50,60,10,20,100,260,350,490,610,970,630,610,580,720,890,850,1010,1070,770,670,640,360,260,120,60,20,10,40,90,190,430,440,810,780,600,670,560,680,710,1190,1110,1030,720,750,580,470,160,140,60,140,110,40,60,80,290,470,610,680,440,710,470,560,670,620,600,870,680,340,360,380,250]},{"name":"Groups","color":"#9ED448","values":[400,80,60,40,20,100,430,510,970,780,700,650,840,1060,960,720,1010,620,880,1030,1110,1160,1130,700,350,50,10,0,120,240,290,480,600,750,810,930,1090,740,580,980,740,1080,960,1000,1420,1410,880,440,270,160,70,40,80,260,470,530,630,740,830,870,930,740,670,720,1010,760,970,980,1300,1540,980,460,430,150,70,10,90,260,310,560,700,710,710,1000,1090,930,860,830,670,870,900,880,1200,1520,790,610,290,160,20,0,110,330,440,580,490,700,620,810,810,980,840,700,750,490,860,1110,1380,1330,1090,610,310,140,30,10,60,170,370,390,540,680,790,870,860,650,650,880,600,590,820,870,990,1050,760,720,690,250,90,90,30,140,260,330,460,720,890,710,880,730,800,910,540,640,620,880,690,1130,710,840]},{"name":"Channel","color":"#4fae4e","values":[20,10,20,0,0,80,0,30,30,70,80,60,40,60,30,80,100,30,70,80,80,150,30,110,20,10,30,10,20,40,30,70,80,90,60,80,60,30,80,60,70,30,70,100,60,70,50,60,10,30,10,0,60,20,20,20,40,70,140,80,260,90,50,70,50,50,90,130,80,80,40,50,10,10,0,0,0,100,10,50,20,100,80,90,60,80,60,110,130,90,70,70,40,100,50,30,20,10,0,0,0,100,70,50,30,40,80,60,120,70,90,30,100,70,100,70,20,90,10,20,50,10,0,0,0,20,30,50,70,30,10,10,70,80,20,120,90,50,90,40,100,50,30,40,10,20,30,0,0,30,30,40,50,50,80,100,110,150,50,50,60,70,50,80,50,130,60,30]},{"name":"Search","color":"#F5BD25","values":[0,10,10,0,20,20,150,370,190,130,150,130,170,50,100,390,90,100,130,60,40,110,70,40,10,40,0,0,0,150,50,90,70,600,120,180,150,110,140,50,100,90,100,180,50,80,50,20,0,10,20,40,60,190,140,370,20,160,30,190,130,130,90,200,210,280,100,190,90,100,50,50,100,10,0,10,20,270,80,210,40,170,100,80,90,50,110,110,30,140,130,60,140,30,250,60,10,10,30,0,0,300,260,110,70,50,60,140,130,70,60,250,40,50,170,90,100,150,200,30,30,0,20,0,50,340,10,80,280,140,310,260,80,60,50,80,60,240,70,120,80,60,10,20,30,30,10,10,0,10,290,50,40,50,120,60,60,540,260,50,90,160,40,70,40,880,180,80]},{"name":"Other","color":"#F79E39","values":[50,20,10,0,10,10,40,130,170,140,160,130,150,170,180,140,130,110,110,190,180,150,140,110,60,10,0,40,10,50,60,70,160,120,150,140,150,150,110,100,140,120,120,150,230,250,90,70,10,10,10,20,0,120,110,150,130,130,250,190,270,170,260,160,190,170,190,190,80,200,130,120,30,0,10,10,40,20,90,140,100,200,200,270,250,190,110,170,140,200,230,160,180,190,140,50,50,20,10,0,20,110,70,110,60,100,130,120,200,110,110,230,190,90,180,150,130,180,60,70,50,20,10,10,30,80,140,130,190,130,180,230,210,200,130,120,100,120,160,110,130,110,70,60,20,50,30,0,0,30,80,60,130,160,130,180,230,70,110,140,100,80,210,110,130,120,100,90]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,0,10,0,0,10,10,30,20,10,0,0,0,10,10,0,10,0,0,0,0,0,0,10,10,0,10,20,10,10,0,10,10,10,10,20,10,10,0,10,0,0,0,0,0,0,0,0,10,10,10,0,10,0,0,0,0,0,10,0,0,10,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,0,10,0,20,0,10,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,20,0,0,0,10,0,10,0,0,0,0,0,0,0,0,10,10,0,0,10,0,0,20,20,0,0,0,0,0,0,10,10,0,0,0,0,0,0,10,0,10,0,10,0,20,10,30,10,20,30,0,10,20,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/05.json b/dist/chartDummyData/views_zoom/2018-07/05.json new file mode 100644 index 000000000..8bf4c3831 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/05.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1530489600000,1530493200000,1530496800000,1530500400000,1530504000000,1530507600000,1530511200000,1530514800000,1530518400000,1530522000000,1530525600000,1530529200000,1530532800000,1530536400000,1530540000000,1530543600000,1530547200000,1530550800000,1530554400000,1530558000000,1530561600000,1530565200000,1530568800000,1530572400000,1530576000000,1530579600000,1530583200000,1530586800000,1530590400000,1530594000000,1530597600000,1530601200000,1530604800000,1530608400000,1530612000000,1530615600000,1530619200000,1530622800000,1530626400000,1530630000000,1530633600000,1530637200000,1530640800000,1530644400000,1530648000000,1530651600000,1530655200000,1530658800000,1530662400000,1530666000000,1530669600000,1530673200000,1530676800000,1530680400000,1530684000000,1530687600000,1530691200000,1530694800000,1530698400000,1530702000000,1530705600000,1530709200000,1530712800000,1530716400000,1530720000000,1530723600000,1530727200000,1530730800000,1530734400000,1530738000000,1530741600000,1530745200000,1530748800000,1530752400000,1530756000000,1530759600000,1530763200000,1530766800000,1530770400000,1530774000000,1530777600000,1530781200000,1530784800000,1530788400000,1530792000000,1530795600000,1530799200000,1530802800000,1530806400000,1530810000000,1530813600000,1530817200000,1530820800000,1530824400000,1530828000000,1530831600000,1530835200000,1530838800000,1530842400000,1530846000000,1530849600000,1530853200000,1530856800000,1530860400000,1530864000000,1530867600000,1530871200000,1530874800000,1530878400000,1530882000000,1530885600000,1530889200000,1530892800000,1530896400000,1530900000000,1530903600000,1530907200000,1530910800000,1530914400000,1530918000000,1530921600000,1530925200000,1530928800000,1530932400000,1530936000000,1530939600000,1530943200000,1530946800000,1530950400000,1530954000000,1530957600000,1530961200000,1530964800000,1530968400000,1530972000000,1530975600000,1530979200000,1530982800000,1530986400000,1530990000000,1530993600000,1530997200000,1531000800000,1531004400000,1531008000000,1531011600000,1531015200000,1531018800000,1531022400000,1531026000000,1531029600000,1531033200000,1531036800000,1531040400000,1531044000000,1531047600000,1531051200000,1531054800000,1531058400000,1531062000000,1531065600000,1531069200000,1531072800000,1531076400000,1531080000000,1531083600000,1531087200000,1531090800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[250,90,30,40,120,340,480,590,910,940,910,890,1120,960,820,1280,940,1250,1130,1070,990,1520,710,290,230,130,60,50,30,580,590,830,1090,1290,990,1710,1500,1370,1210,920,730,840,1220,1130,1040,990,650,510,230,90,40,20,70,270,420,720,760,1160,850,1110,1120,870,1060,860,1080,1160,1100,1020,1070,1130,840,420,370,190,130,10,30,130,390,870,600,700,1080,990,910,760,850,1030,1070,810,1100,1080,1140,810,810,460,280,160,40,60,50,200,410,840,740,1150,990,1070,1020,1020,910,860,1080,1020,910,940,840,700,580,310,250,180,60,10,30,120,370,510,850,820,760,860,1090,900,980,1060,860,980,860,1220,990,840,1120,570,440,80,70,20,20,40,300,450,560,990,960,760,1010,1050,820,850,1160,1170,820,930,810,790,1020,320]},{"name":"URL","color":"#2373DB","values":[140,50,20,30,40,60,240,320,470,450,560,900,630,550,490,680,1050,910,1100,910,890,570,480,230,20,40,20,10,20,50,220,410,640,460,860,810,750,600,800,710,930,1010,850,850,970,620,340,170,80,40,10,30,10,90,280,380,430,800,710,860,660,640,650,830,890,1060,1080,870,830,580,530,170,150,50,60,10,20,100,260,350,490,610,970,630,610,580,720,890,850,1010,1070,770,670,640,360,260,120,60,20,10,40,90,190,430,440,810,780,600,670,560,680,710,1190,1110,1030,720,750,580,470,160,140,60,140,110,40,60,80,290,470,610,680,440,710,470,560,670,620,600,870,680,340,360,380,250,70,80,0,0,0,10,80,200,270,380,640,520,590,500,500,530,610,700,550,930,590,490,420,220]},{"name":"Groups","color":"#9ED448","values":[350,50,10,0,120,240,290,480,600,750,810,930,1090,740,580,980,740,1080,960,1000,1420,1410,880,440,270,160,70,40,80,260,470,530,630,740,830,870,930,740,670,720,1010,760,970,980,1300,1540,980,460,430,150,70,10,90,260,310,560,700,710,710,1000,1090,930,860,830,670,870,900,880,1200,1520,790,610,290,160,20,0,110,330,440,580,490,700,620,810,810,980,840,700,750,490,860,1110,1380,1330,1090,610,310,140,30,10,60,170,370,390,540,680,790,870,860,650,650,880,600,590,820,870,990,1050,760,720,690,250,90,90,30,140,260,330,460,720,890,710,880,730,800,910,540,640,620,880,690,1130,710,840,360,300,170,120,230,70,80,240,510,550,610,660,980,680,550,520,770,780,1330,900,1150,1080,1130,750]},{"name":"Channel","color":"#4fae4e","values":[20,10,30,10,20,40,30,70,80,90,60,80,60,30,80,60,70,30,70,100,60,70,50,60,10,30,10,0,60,20,20,20,40,70,140,80,260,90,50,70,50,50,90,130,80,80,40,50,10,10,0,0,0,100,10,50,20,100,80,90,60,80,60,110,130,90,70,70,40,100,50,30,20,10,0,0,0,100,70,50,30,40,80,60,120,70,90,30,100,70,100,70,20,90,10,20,50,10,0,0,0,20,30,50,70,30,10,10,70,80,20,120,90,50,90,40,100,50,30,40,10,20,30,0,0,30,30,40,50,50,80,100,110,150,50,50,60,70,50,80,50,130,60,30,70,10,10,0,0,20,30,50,10,70,30,50,60,40,50,60,40,30,10,100,90,20,60,20]},{"name":"Search","color":"#F5BD25","values":[10,40,0,0,0,150,50,90,70,600,120,180,150,110,140,50,100,90,100,180,50,80,50,20,0,10,20,40,60,190,140,370,20,160,30,190,130,130,90,200,210,280,100,190,90,100,50,50,100,10,0,10,20,270,80,210,40,170,100,80,90,50,110,110,30,140,130,60,140,30,250,60,10,10,30,0,0,300,260,110,70,50,60,140,130,70,60,250,40,50,170,90,100,150,200,30,30,0,20,0,50,340,10,80,280,140,310,260,80,60,50,80,60,240,70,120,80,60,10,20,30,30,10,10,0,10,290,50,40,50,120,60,60,540,260,50,90,160,40,70,40,880,180,80,30,10,0,0,0,120,180,200,150,190,140,1020,290,140,20,100,80,50,120,40,120,80,50,110]},{"name":"Other","color":"#F79E39","values":[60,10,0,40,10,50,60,70,160,120,150,140,150,150,110,100,140,120,120,150,230,250,90,70,10,10,10,20,0,120,110,150,130,130,250,190,270,170,260,160,190,170,190,190,80,200,130,120,30,0,10,10,40,20,90,140,100,200,200,270,250,190,110,170,140,200,230,160,180,190,140,50,50,20,10,0,20,110,70,110,60,100,130,120,200,110,110,230,190,90,180,150,130,180,60,70,50,20,10,10,30,80,140,130,190,130,180,230,210,200,130,120,100,120,160,110,130,110,70,60,20,50,30,0,0,30,80,60,130,160,130,180,230,70,110,140,100,80,210,110,130,120,100,90,40,10,30,10,0,20,0,90,90,120,160,90,100,180,110,120,110,130,200,160,140,120,90,50]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,10,0,10,20,10,10,0,10,10,10,10,20,10,10,0,10,0,0,0,0,0,0,0,0,10,10,10,0,10,0,0,0,0,0,10,0,0,10,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,0,10,0,20,0,10,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,20,0,0,0,10,0,10,0,0,0,0,0,0,0,0,10,10,0,0,10,0,0,20,20,0,0,0,0,0,0,10,10,0,0,0,0,0,0,10,0,10,0,10,0,20,10,30,10,20,30,0,10,20,0,10,0,0,0,0,0,0,10,0,0,20,0,0,0,10,0,0,10,10,10,0,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/06.json b/dist/chartDummyData/views_zoom/2018-07/06.json new file mode 100644 index 000000000..cf69f9f3a --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/06.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1530576000000,1530579600000,1530583200000,1530586800000,1530590400000,1530594000000,1530597600000,1530601200000,1530604800000,1530608400000,1530612000000,1530615600000,1530619200000,1530622800000,1530626400000,1530630000000,1530633600000,1530637200000,1530640800000,1530644400000,1530648000000,1530651600000,1530655200000,1530658800000,1530662400000,1530666000000,1530669600000,1530673200000,1530676800000,1530680400000,1530684000000,1530687600000,1530691200000,1530694800000,1530698400000,1530702000000,1530705600000,1530709200000,1530712800000,1530716400000,1530720000000,1530723600000,1530727200000,1530730800000,1530734400000,1530738000000,1530741600000,1530745200000,1530748800000,1530752400000,1530756000000,1530759600000,1530763200000,1530766800000,1530770400000,1530774000000,1530777600000,1530781200000,1530784800000,1530788400000,1530792000000,1530795600000,1530799200000,1530802800000,1530806400000,1530810000000,1530813600000,1530817200000,1530820800000,1530824400000,1530828000000,1530831600000,1530835200000,1530838800000,1530842400000,1530846000000,1530849600000,1530853200000,1530856800000,1530860400000,1530864000000,1530867600000,1530871200000,1530874800000,1530878400000,1530882000000,1530885600000,1530889200000,1530892800000,1530896400000,1530900000000,1530903600000,1530907200000,1530910800000,1530914400000,1530918000000,1530921600000,1530925200000,1530928800000,1530932400000,1530936000000,1530939600000,1530943200000,1530946800000,1530950400000,1530954000000,1530957600000,1530961200000,1530964800000,1530968400000,1530972000000,1530975600000,1530979200000,1530982800000,1530986400000,1530990000000,1530993600000,1530997200000,1531000800000,1531004400000,1531008000000,1531011600000,1531015200000,1531018800000,1531022400000,1531026000000,1531029600000,1531033200000,1531036800000,1531040400000,1531044000000,1531047600000,1531051200000,1531054800000,1531058400000,1531062000000,1531065600000,1531069200000,1531072800000,1531076400000,1531080000000,1531083600000,1531087200000,1531090800000,1531094400000,1531098000000,1531101600000,1531105200000,1531108800000,1531112400000,1531116000000,1531119600000,1531123200000,1531126800000,1531130400000,1531134000000,1531137600000,1531141200000,1531144800000,1531148400000,1531152000000,1531155600000,1531159200000,1531162800000,1531166400000,1531170000000,1531173600000,1531177200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[230,130,60,50,30,580,590,830,1090,1290,990,1710,1500,1370,1210,920,730,840,1220,1130,1040,990,650,510,230,90,40,20,70,270,420,720,760,1160,850,1110,1120,870,1060,860,1080,1160,1100,1020,1070,1130,840,420,370,190,130,10,30,130,390,870,600,700,1080,990,910,760,850,1030,1070,810,1100,1080,1140,810,810,460,280,160,40,60,50,200,410,840,740,1150,990,1070,1020,1020,910,860,1080,1020,910,940,840,700,580,310,250,180,60,10,30,120,370,510,850,820,760,860,1090,900,980,1060,860,980,860,1220,990,840,1120,570,440,80,70,20,20,40,300,450,560,990,960,760,1010,1050,820,850,1160,1170,820,930,810,790,1020,320,170,60,40,60,130,180,520,570,750,740,880,1070,1270,890,870,940,940,1050,1020,1120,1290,1060,650,330]},{"name":"URL","color":"#2373DB","values":[20,40,20,10,20,50,220,410,640,460,860,810,750,600,800,710,930,1010,850,850,970,620,340,170,80,40,10,30,10,90,280,380,430,800,710,860,660,640,650,830,890,1060,1080,870,830,580,530,170,150,50,60,10,20,100,260,350,490,610,970,630,610,580,720,890,850,1010,1070,770,670,640,360,260,120,60,20,10,40,90,190,430,440,810,780,600,670,560,680,710,1190,1110,1030,720,750,580,470,160,140,60,140,110,40,60,80,290,470,610,680,440,710,470,560,670,620,600,870,680,340,360,380,250,70,80,0,0,0,10,80,200,270,380,640,520,590,500,500,530,610,700,550,930,590,490,420,220,110,90,0,0,40,110,250,180,390,650,530,690,660,570,390,700,870,1130,710,800,750,790,540,260]},{"name":"Groups","color":"#9ED448","values":[270,160,70,40,80,260,470,530,630,740,830,870,930,740,670,720,1010,760,970,980,1300,1540,980,460,430,150,70,10,90,260,310,560,700,710,710,1000,1090,930,860,830,670,870,900,880,1200,1520,790,610,290,160,20,0,110,330,440,580,490,700,620,810,810,980,840,700,750,490,860,1110,1380,1330,1090,610,310,140,30,10,60,170,370,390,540,680,790,870,860,650,650,880,600,590,820,870,990,1050,760,720,690,250,90,90,30,140,260,330,460,720,890,710,880,730,800,910,540,640,620,880,690,1130,710,840,360,300,170,120,230,70,80,240,510,550,610,660,980,680,550,520,770,780,1330,900,1150,1080,1130,750,260,100,70,70,110,190,290,390,430,530,490,1090,970,920,810,640,900,950,930,1180,2040,1360,1120,430]},{"name":"Channel","color":"#4fae4e","values":[10,30,10,0,60,20,20,20,40,70,140,80,260,90,50,70,50,50,90,130,80,80,40,50,10,10,0,0,0,100,10,50,20,100,80,90,60,80,60,110,130,90,70,70,40,100,50,30,20,10,0,0,0,100,70,50,30,40,80,60,120,70,90,30,100,70,100,70,20,90,10,20,50,10,0,0,0,20,30,50,70,30,10,10,70,80,20,120,90,50,90,40,100,50,30,40,10,20,30,0,0,30,30,40,50,50,80,100,110,150,50,50,60,70,50,80,50,130,60,30,70,10,10,0,0,20,30,50,10,70,30,50,60,40,50,60,40,30,10,100,90,20,60,20,40,0,0,0,0,0,90,20,60,30,70,70,50,50,60,30,90,50,70,140,40,30,40,30]},{"name":"Search","color":"#F5BD25","values":[0,10,20,40,60,190,140,370,20,160,30,190,130,130,90,200,210,280,100,190,90,100,50,50,100,10,0,10,20,270,80,210,40,170,100,80,90,50,110,110,30,140,130,60,140,30,250,60,10,10,30,0,0,300,260,110,70,50,60,140,130,70,60,250,40,50,170,90,100,150,200,30,30,0,20,0,50,340,10,80,280,140,310,260,80,60,50,80,60,240,70,120,80,60,10,20,30,30,10,10,0,10,290,50,40,50,120,60,60,540,260,50,90,160,40,70,40,880,180,80,30,10,0,0,0,120,180,200,150,190,140,1020,290,140,20,100,80,50,120,40,120,80,50,110,10,40,60,0,430,100,180,50,110,40,200,80,60,40,130,120,30,30,60,50,70,80,100,30]},{"name":"Other","color":"#F79E39","values":[10,10,10,20,0,120,110,150,130,130,250,190,270,170,260,160,190,170,190,190,80,200,130,120,30,0,10,10,40,20,90,140,100,200,200,270,250,190,110,170,140,200,230,160,180,190,140,50,50,20,10,0,20,110,70,110,60,100,130,120,200,110,110,230,190,90,180,150,130,180,60,70,50,20,10,10,30,80,140,130,190,130,180,230,210,200,130,120,100,120,160,110,130,110,70,60,20,50,30,0,0,30,80,60,130,160,130,180,230,70,110,140,100,80,210,110,130,120,100,90,40,10,30,10,0,20,0,90,90,120,160,90,100,180,110,120,110,130,200,160,140,120,90,50,10,40,20,20,30,80,130,100,140,170,270,210,220,130,120,120,130,260,140,230,210,170,170,60]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,10,10,0,10,0,0,0,0,0,10,0,0,10,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,0,10,0,20,0,10,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,20,0,0,0,10,0,10,0,0,0,0,0,0,0,0,10,10,0,0,10,0,0,20,20,0,0,0,0,0,0,10,10,0,0,0,0,0,0,10,0,10,0,10,0,20,10,30,10,20,30,0,10,20,0,10,0,0,0,0,0,0,10,0,0,20,0,0,0,10,0,0,10,10,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,30,0,0,0,40,0,0,0,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/07.json b/dist/chartDummyData/views_zoom/2018-07/07.json new file mode 100644 index 000000000..c40b71bd1 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/07.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1530662400000,1530666000000,1530669600000,1530673200000,1530676800000,1530680400000,1530684000000,1530687600000,1530691200000,1530694800000,1530698400000,1530702000000,1530705600000,1530709200000,1530712800000,1530716400000,1530720000000,1530723600000,1530727200000,1530730800000,1530734400000,1530738000000,1530741600000,1530745200000,1530748800000,1530752400000,1530756000000,1530759600000,1530763200000,1530766800000,1530770400000,1530774000000,1530777600000,1530781200000,1530784800000,1530788400000,1530792000000,1530795600000,1530799200000,1530802800000,1530806400000,1530810000000,1530813600000,1530817200000,1530820800000,1530824400000,1530828000000,1530831600000,1530835200000,1530838800000,1530842400000,1530846000000,1530849600000,1530853200000,1530856800000,1530860400000,1530864000000,1530867600000,1530871200000,1530874800000,1530878400000,1530882000000,1530885600000,1530889200000,1530892800000,1530896400000,1530900000000,1530903600000,1530907200000,1530910800000,1530914400000,1530918000000,1530921600000,1530925200000,1530928800000,1530932400000,1530936000000,1530939600000,1530943200000,1530946800000,1530950400000,1530954000000,1530957600000,1530961200000,1530964800000,1530968400000,1530972000000,1530975600000,1530979200000,1530982800000,1530986400000,1530990000000,1530993600000,1530997200000,1531000800000,1531004400000,1531008000000,1531011600000,1531015200000,1531018800000,1531022400000,1531026000000,1531029600000,1531033200000,1531036800000,1531040400000,1531044000000,1531047600000,1531051200000,1531054800000,1531058400000,1531062000000,1531065600000,1531069200000,1531072800000,1531076400000,1531080000000,1531083600000,1531087200000,1531090800000,1531094400000,1531098000000,1531101600000,1531105200000,1531108800000,1531112400000,1531116000000,1531119600000,1531123200000,1531126800000,1531130400000,1531134000000,1531137600000,1531141200000,1531144800000,1531148400000,1531152000000,1531155600000,1531159200000,1531162800000,1531166400000,1531170000000,1531173600000,1531177200000,1531180800000,1531184400000,1531188000000,1531191600000,1531195200000,1531198800000,1531202400000,1531206000000,1531209600000,1531213200000,1531216800000,1531220400000,1531224000000,1531227600000,1531231200000,1531234800000,1531238400000,1531242000000,1531245600000,1531249200000,1531252800000,1531256400000,1531260000000,1531263600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[230,90,40,20,70,270,420,720,760,1160,850,1110,1120,870,1060,860,1080,1160,1100,1020,1070,1130,840,420,370,190,130,10,30,130,390,870,600,700,1080,990,910,760,850,1030,1070,810,1100,1080,1140,810,810,460,280,160,40,60,50,200,410,840,740,1150,990,1070,1020,1020,910,860,1080,1020,910,940,840,700,580,310,250,180,60,10,30,120,370,510,850,820,760,860,1090,900,980,1060,860,980,860,1220,990,840,1120,570,440,80,70,20,20,40,300,450,560,990,960,760,1010,1050,820,850,1160,1170,820,930,810,790,1020,320,170,60,40,60,130,180,520,570,750,740,880,1070,1270,890,870,940,940,1050,1020,1120,1290,1060,650,330,190,90,50,40,80,180,520,610,750,810,1150,1010,850,1060,1100,1030,1070,1290,960,1110,1080,970,920,510]},{"name":"URL","color":"#2373DB","values":[80,40,10,30,10,90,280,380,430,800,710,860,660,640,650,830,890,1060,1080,870,830,580,530,170,150,50,60,10,20,100,260,350,490,610,970,630,610,580,720,890,850,1010,1070,770,670,640,360,260,120,60,20,10,40,90,190,430,440,810,780,600,670,560,680,710,1190,1110,1030,720,750,580,470,160,140,60,140,110,40,60,80,290,470,610,680,440,710,470,560,670,620,600,870,680,340,360,380,250,70,80,0,0,0,10,80,200,270,380,640,520,590,500,500,530,610,700,550,930,590,490,420,220,110,90,0,0,40,110,250,180,390,650,530,690,660,570,390,700,870,1130,710,800,750,790,540,260,80,60,30,0,20,70,120,260,390,680,610,710,620,560,680,710,830,960,860,860,580,270,430,180]},{"name":"Groups","color":"#9ED448","values":[430,150,70,10,90,260,310,560,700,710,710,1000,1090,930,860,830,670,870,900,880,1200,1520,790,610,290,160,20,0,110,330,440,580,490,700,620,810,810,980,840,700,750,490,860,1110,1380,1330,1090,610,310,140,30,10,60,170,370,390,540,680,790,870,860,650,650,880,600,590,820,870,990,1050,760,720,690,250,90,90,30,140,260,330,460,720,890,710,880,730,800,910,540,640,620,880,690,1130,710,840,360,300,170,120,230,70,80,240,510,550,610,660,980,680,550,520,770,780,1330,900,1150,1080,1130,750,260,100,70,70,110,190,290,390,430,530,490,1090,970,920,810,640,900,950,930,1180,2040,1360,1120,430,240,300,60,20,100,140,500,610,600,430,820,1030,760,820,740,820,710,1060,1090,1110,1360,1340,980,470]},{"name":"Channel","color":"#4fae4e","values":[10,10,0,0,0,100,10,50,20,100,80,90,60,80,60,110,130,90,70,70,40,100,50,30,20,10,0,0,0,100,70,50,30,40,80,60,120,70,90,30,100,70,100,70,20,90,10,20,50,10,0,0,0,20,30,50,70,30,10,10,70,80,20,120,90,50,90,40,100,50,30,40,10,20,30,0,0,30,30,40,50,50,80,100,110,150,50,50,60,70,50,80,50,130,60,30,70,10,10,0,0,20,30,50,10,70,30,50,60,40,50,60,40,30,10,100,90,20,60,20,40,0,0,0,0,0,90,20,60,30,70,70,50,50,60,30,90,50,70,140,40,30,40,30,20,10,10,10,10,10,30,10,40,70,50,80,60,20,50,40,70,60,70,30,90,70,20,10]},{"name":"Search","color":"#F5BD25","values":[100,10,0,10,20,270,80,210,40,170,100,80,90,50,110,110,30,140,130,60,140,30,250,60,10,10,30,0,0,300,260,110,70,50,60,140,130,70,60,250,40,50,170,90,100,150,200,30,30,0,20,0,50,340,10,80,280,140,310,260,80,60,50,80,60,240,70,120,80,60,10,20,30,30,10,10,0,10,290,50,40,50,120,60,60,540,260,50,90,160,40,70,40,880,180,80,30,10,0,0,0,120,180,200,150,190,140,1020,290,140,20,100,80,50,120,40,120,80,50,110,10,40,60,0,430,100,180,50,110,40,200,80,60,40,130,120,30,30,60,50,70,80,100,30,0,0,10,10,0,80,140,50,50,60,60,100,150,160,50,130,150,140,190,390,120,90,70,10]},{"name":"Other","color":"#F79E39","values":[30,0,10,10,40,20,90,140,100,200,200,270,250,190,110,170,140,200,230,160,180,190,140,50,50,20,10,0,20,110,70,110,60,100,130,120,200,110,110,230,190,90,180,150,130,180,60,70,50,20,10,10,30,80,140,130,190,130,180,230,210,200,130,120,100,120,160,110,130,110,70,60,20,50,30,0,0,30,80,60,130,160,130,180,230,70,110,140,100,80,210,110,130,120,100,90,40,10,30,10,0,20,0,90,90,120,160,90,100,180,110,120,110,130,200,160,140,120,90,50,10,40,20,20,30,80,130,100,140,170,270,210,220,130,120,120,130,260,140,230,210,170,170,60,50,10,10,40,30,140,130,100,120,200,100,160,210,140,200,240,260,170,190,180,310,190,150,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,0,0,0,0,0,10,0,0,10,0,20,0,10,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,20,0,0,0,10,0,10,0,0,0,0,0,0,0,0,10,10,0,0,10,0,0,20,20,0,0,0,0,0,0,10,10,0,0,0,0,0,0,10,0,10,0,10,0,20,10,30,10,20,30,0,10,20,0,10,0,0,0,0,0,0,10,0,0,20,0,0,0,10,0,0,10,10,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,30,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,0,10,0,10,0,20,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/08.json b/dist/chartDummyData/views_zoom/2018-07/08.json new file mode 100644 index 000000000..06f97c0e8 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/08.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1530748800000,1530752400000,1530756000000,1530759600000,1530763200000,1530766800000,1530770400000,1530774000000,1530777600000,1530781200000,1530784800000,1530788400000,1530792000000,1530795600000,1530799200000,1530802800000,1530806400000,1530810000000,1530813600000,1530817200000,1530820800000,1530824400000,1530828000000,1530831600000,1530835200000,1530838800000,1530842400000,1530846000000,1530849600000,1530853200000,1530856800000,1530860400000,1530864000000,1530867600000,1530871200000,1530874800000,1530878400000,1530882000000,1530885600000,1530889200000,1530892800000,1530896400000,1530900000000,1530903600000,1530907200000,1530910800000,1530914400000,1530918000000,1530921600000,1530925200000,1530928800000,1530932400000,1530936000000,1530939600000,1530943200000,1530946800000,1530950400000,1530954000000,1530957600000,1530961200000,1530964800000,1530968400000,1530972000000,1530975600000,1530979200000,1530982800000,1530986400000,1530990000000,1530993600000,1530997200000,1531000800000,1531004400000,1531008000000,1531011600000,1531015200000,1531018800000,1531022400000,1531026000000,1531029600000,1531033200000,1531036800000,1531040400000,1531044000000,1531047600000,1531051200000,1531054800000,1531058400000,1531062000000,1531065600000,1531069200000,1531072800000,1531076400000,1531080000000,1531083600000,1531087200000,1531090800000,1531094400000,1531098000000,1531101600000,1531105200000,1531108800000,1531112400000,1531116000000,1531119600000,1531123200000,1531126800000,1531130400000,1531134000000,1531137600000,1531141200000,1531144800000,1531148400000,1531152000000,1531155600000,1531159200000,1531162800000,1531166400000,1531170000000,1531173600000,1531177200000,1531180800000,1531184400000,1531188000000,1531191600000,1531195200000,1531198800000,1531202400000,1531206000000,1531209600000,1531213200000,1531216800000,1531220400000,1531224000000,1531227600000,1531231200000,1531234800000,1531238400000,1531242000000,1531245600000,1531249200000,1531252800000,1531256400000,1531260000000,1531263600000,1531267200000,1531270800000,1531274400000,1531278000000,1531281600000,1531285200000,1531288800000,1531292400000,1531296000000,1531299600000,1531303200000,1531306800000,1531310400000,1531314000000,1531317600000,1531321200000,1531324800000,1531328400000,1531332000000,1531335600000,1531339200000,1531342800000,1531346400000,1531350000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[370,190,130,10,30,130,390,870,600,700,1080,990,910,760,850,1030,1070,810,1100,1080,1140,810,810,460,280,160,40,60,50,200,410,840,740,1150,990,1070,1020,1020,910,860,1080,1020,910,940,840,700,580,310,250,180,60,10,30,120,370,510,850,820,760,860,1090,900,980,1060,860,980,860,1220,990,840,1120,570,440,80,70,20,20,40,300,450,560,990,960,760,1010,1050,820,850,1160,1170,820,930,810,790,1020,320,170,60,40,60,130,180,520,570,750,740,880,1070,1270,890,870,940,940,1050,1020,1120,1290,1060,650,330,190,90,50,40,80,180,520,610,750,810,1150,1010,850,1060,1100,1030,1070,1290,960,1110,1080,970,920,510,250,100,40,60,60,120,330,630,820,900,960,1360,980,1330,1030,1050,1270,1060,1020,940,1230,1010,830,420]},{"name":"URL","color":"#2373DB","values":[150,50,60,10,20,100,260,350,490,610,970,630,610,580,720,890,850,1010,1070,770,670,640,360,260,120,60,20,10,40,90,190,430,440,810,780,600,670,560,680,710,1190,1110,1030,720,750,580,470,160,140,60,140,110,40,60,80,290,470,610,680,440,710,470,560,670,620,600,870,680,340,360,380,250,70,80,0,0,0,10,80,200,270,380,640,520,590,500,500,530,610,700,550,930,590,490,420,220,110,90,0,0,40,110,250,180,390,650,530,690,660,570,390,700,870,1130,710,800,750,790,540,260,80,60,30,0,20,70,120,260,390,680,610,710,620,560,680,710,830,960,860,860,580,270,430,180,30,90,10,0,20,80,280,270,670,580,840,770,690,590,590,950,840,670,770,900,670,580,440,270]},{"name":"Groups","color":"#9ED448","values":[290,160,20,0,110,330,440,580,490,700,620,810,810,980,840,700,750,490,860,1110,1380,1330,1090,610,310,140,30,10,60,170,370,390,540,680,790,870,860,650,650,880,600,590,820,870,990,1050,760,720,690,250,90,90,30,140,260,330,460,720,890,710,880,730,800,910,540,640,620,880,690,1130,710,840,360,300,170,120,230,70,80,240,510,550,610,660,980,680,550,520,770,780,1330,900,1150,1080,1130,750,260,100,70,70,110,190,290,390,430,530,490,1090,970,920,810,640,900,950,930,1180,2040,1360,1120,430,240,300,60,20,100,140,500,610,600,430,820,1030,760,820,740,820,710,1060,1090,1110,1360,1340,980,470,340,240,20,170,150,180,430,550,590,560,810,860,680,720,690,700,760,850,840,900,1480,1620,1300,430]},{"name":"Channel","color":"#4fae4e","values":[20,10,0,0,0,100,70,50,30,40,80,60,120,70,90,30,100,70,100,70,20,90,10,20,50,10,0,0,0,20,30,50,70,30,10,10,70,80,20,120,90,50,90,40,100,50,30,40,10,20,30,0,0,30,30,40,50,50,80,100,110,150,50,50,60,70,50,80,50,130,60,30,70,10,10,0,0,20,30,50,10,70,30,50,60,40,50,60,40,30,10,100,90,20,60,20,40,0,0,0,0,0,90,20,60,30,70,70,50,50,60,30,90,50,70,140,40,30,40,30,20,10,10,10,10,10,30,10,40,70,50,80,60,20,50,40,70,60,70,30,90,70,20,10,20,0,10,0,10,0,10,30,70,70,40,90,50,50,150,140,150,20,80,70,50,30,40,10]},{"name":"Search","color":"#F5BD25","values":[10,10,30,0,0,300,260,110,70,50,60,140,130,70,60,250,40,50,170,90,100,150,200,30,30,0,20,0,50,340,10,80,280,140,310,260,80,60,50,80,60,240,70,120,80,60,10,20,30,30,10,10,0,10,290,50,40,50,120,60,60,540,260,50,90,160,40,70,40,880,180,80,30,10,0,0,0,120,180,200,150,190,140,1020,290,140,20,100,80,50,120,40,120,80,50,110,10,40,60,0,430,100,180,50,110,40,200,80,60,40,130,120,30,30,60,50,70,80,100,30,0,0,10,10,0,80,140,50,50,60,60,100,150,160,50,130,150,140,190,390,120,90,70,10,0,140,10,0,0,250,130,70,80,130,110,70,220,130,80,300,190,70,160,40,210,40,40,110]},{"name":"Other","color":"#F79E39","values":[50,20,10,0,20,110,70,110,60,100,130,120,200,110,110,230,190,90,180,150,130,180,60,70,50,20,10,10,30,80,140,130,190,130,180,230,210,200,130,120,100,120,160,110,130,110,70,60,20,50,30,0,0,30,80,60,130,160,130,180,230,70,110,140,100,80,210,110,130,120,100,90,40,10,30,10,0,20,0,90,90,120,160,90,100,180,110,120,110,130,200,160,140,120,90,50,10,40,20,20,30,80,130,100,140,170,270,210,220,130,120,120,130,260,140,230,210,170,170,60,50,10,10,40,30,140,130,100,120,200,100,160,210,140,200,240,260,170,190,180,310,190,150,80,60,30,30,10,20,80,100,180,100,100,150,200,140,140,130,140,140,180,210,170,200,150,110,60]},{"name":"PM","color":"#E65850","values":[0,10,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,20,0,0,0,10,0,10,0,0,0,0,0,0,0,0,10,10,0,0,10,0,0,20,20,0,0,0,0,0,0,10,10,0,0,0,0,0,0,10,0,10,0,10,0,20,10,30,10,20,30,0,10,20,0,10,0,0,0,0,0,0,10,0,0,20,0,0,0,10,0,0,10,10,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,30,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,0,10,0,10,0,20,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,10,0,0,0,20,0,0,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/09.json b/dist/chartDummyData/views_zoom/2018-07/09.json new file mode 100644 index 000000000..464e918a3 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/09.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1530835200000,1530838800000,1530842400000,1530846000000,1530849600000,1530853200000,1530856800000,1530860400000,1530864000000,1530867600000,1530871200000,1530874800000,1530878400000,1530882000000,1530885600000,1530889200000,1530892800000,1530896400000,1530900000000,1530903600000,1530907200000,1530910800000,1530914400000,1530918000000,1530921600000,1530925200000,1530928800000,1530932400000,1530936000000,1530939600000,1530943200000,1530946800000,1530950400000,1530954000000,1530957600000,1530961200000,1530964800000,1530968400000,1530972000000,1530975600000,1530979200000,1530982800000,1530986400000,1530990000000,1530993600000,1530997200000,1531000800000,1531004400000,1531008000000,1531011600000,1531015200000,1531018800000,1531022400000,1531026000000,1531029600000,1531033200000,1531036800000,1531040400000,1531044000000,1531047600000,1531051200000,1531054800000,1531058400000,1531062000000,1531065600000,1531069200000,1531072800000,1531076400000,1531080000000,1531083600000,1531087200000,1531090800000,1531094400000,1531098000000,1531101600000,1531105200000,1531108800000,1531112400000,1531116000000,1531119600000,1531123200000,1531126800000,1531130400000,1531134000000,1531137600000,1531141200000,1531144800000,1531148400000,1531152000000,1531155600000,1531159200000,1531162800000,1531166400000,1531170000000,1531173600000,1531177200000,1531180800000,1531184400000,1531188000000,1531191600000,1531195200000,1531198800000,1531202400000,1531206000000,1531209600000,1531213200000,1531216800000,1531220400000,1531224000000,1531227600000,1531231200000,1531234800000,1531238400000,1531242000000,1531245600000,1531249200000,1531252800000,1531256400000,1531260000000,1531263600000,1531267200000,1531270800000,1531274400000,1531278000000,1531281600000,1531285200000,1531288800000,1531292400000,1531296000000,1531299600000,1531303200000,1531306800000,1531310400000,1531314000000,1531317600000,1531321200000,1531324800000,1531328400000,1531332000000,1531335600000,1531339200000,1531342800000,1531346400000,1531350000000,1531353600000,1531357200000,1531360800000,1531364400000,1531368000000,1531371600000,1531375200000,1531378800000,1531382400000,1531386000000,1531389600000,1531393200000,1531396800000,1531400400000,1531404000000,1531407600000,1531411200000,1531414800000,1531418400000,1531422000000,1531425600000,1531429200000,1531432800000,1531436400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[280,160,40,60,50,200,410,840,740,1150,990,1070,1020,1020,910,860,1080,1020,910,940,840,700,580,310,250,180,60,10,30,120,370,510,850,820,760,860,1090,900,980,1060,860,980,860,1220,990,840,1120,570,440,80,70,20,20,40,300,450,560,990,960,760,1010,1050,820,850,1160,1170,820,930,810,790,1020,320,170,60,40,60,130,180,520,570,750,740,880,1070,1270,890,870,940,940,1050,1020,1120,1290,1060,650,330,190,90,50,40,80,180,520,610,750,810,1150,1010,850,1060,1100,1030,1070,1290,960,1110,1080,970,920,510,250,100,40,60,60,120,330,630,820,900,960,1360,980,1330,1030,1050,1270,1060,1020,940,1230,1010,830,420,160,270,150,80,60,300,430,600,890,700,1160,1210,1250,990,1120,1020,1330,1060,940,1050,1070,1130,790,350]},{"name":"URL","color":"#2373DB","values":[120,60,20,10,40,90,190,430,440,810,780,600,670,560,680,710,1190,1110,1030,720,750,580,470,160,140,60,140,110,40,60,80,290,470,610,680,440,710,470,560,670,620,600,870,680,340,360,380,250,70,80,0,0,0,10,80,200,270,380,640,520,590,500,500,530,610,700,550,930,590,490,420,220,110,90,0,0,40,110,250,180,390,650,530,690,660,570,390,700,870,1130,710,800,750,790,540,260,80,60,30,0,20,70,120,260,390,680,610,710,620,560,680,710,830,960,860,860,580,270,430,180,30,90,10,0,20,80,280,270,670,580,840,770,690,590,590,950,840,670,770,900,670,580,440,270,90,60,0,0,20,180,190,410,640,570,740,760,800,770,510,700,810,1140,840,870,970,840,690,320]},{"name":"Groups","color":"#9ED448","values":[310,140,30,10,60,170,370,390,540,680,790,870,860,650,650,880,600,590,820,870,990,1050,760,720,690,250,90,90,30,140,260,330,460,720,890,710,880,730,800,910,540,640,620,880,690,1130,710,840,360,300,170,120,230,70,80,240,510,550,610,660,980,680,550,520,770,780,1330,900,1150,1080,1130,750,260,100,70,70,110,190,290,390,430,530,490,1090,970,920,810,640,900,950,930,1180,2040,1360,1120,430,240,300,60,20,100,140,500,610,600,430,820,1030,760,820,740,820,710,1060,1090,1110,1360,1340,980,470,340,240,20,170,150,180,430,550,590,560,810,860,680,720,690,700,760,850,840,900,1480,1620,1300,430,250,130,50,80,60,320,410,650,700,580,740,910,880,830,520,540,540,920,700,840,1350,1240,1260,770]},{"name":"Channel","color":"#4fae4e","values":[50,10,0,0,0,20,30,50,70,30,10,10,70,80,20,120,90,50,90,40,100,50,30,40,10,20,30,0,0,30,30,40,50,50,80,100,110,150,50,50,60,70,50,80,50,130,60,30,70,10,10,0,0,20,30,50,10,70,30,50,60,40,50,60,40,30,10,100,90,20,60,20,40,0,0,0,0,0,90,20,60,30,70,70,50,50,60,30,90,50,70,140,40,30,40,30,20,10,10,10,10,10,30,10,40,70,50,80,60,20,50,40,70,60,70,30,90,70,20,10,20,0,10,0,10,0,10,30,70,70,40,90,50,50,150,140,150,20,80,70,50,30,40,10,10,10,20,0,10,0,10,30,90,60,60,60,20,80,110,140,20,80,100,60,40,160,60,90]},{"name":"Search","color":"#F5BD25","values":[30,0,20,0,50,340,10,80,280,140,310,260,80,60,50,80,60,240,70,120,80,60,10,20,30,30,10,10,0,10,290,50,40,50,120,60,60,540,260,50,90,160,40,70,40,880,180,80,30,10,0,0,0,120,180,200,150,190,140,1020,290,140,20,100,80,50,120,40,120,80,50,110,10,40,60,0,430,100,180,50,110,40,200,80,60,40,130,120,30,30,60,50,70,80,100,30,0,0,10,10,0,80,140,50,50,60,60,100,150,160,50,130,150,140,190,390,120,90,70,10,0,140,10,0,0,250,130,70,80,130,110,70,220,130,80,300,190,70,160,40,210,40,40,110,20,0,20,0,500,30,50,50,200,220,120,70,50,140,140,320,110,280,120,40,80,140,20,60]},{"name":"Other","color":"#F79E39","values":[50,20,10,10,30,80,140,130,190,130,180,230,210,200,130,120,100,120,160,110,130,110,70,60,20,50,30,0,0,30,80,60,130,160,130,180,230,70,110,140,100,80,210,110,130,120,100,90,40,10,30,10,0,20,0,90,90,120,160,90,100,180,110,120,110,130,200,160,140,120,90,50,10,40,20,20,30,80,130,100,140,170,270,210,220,130,120,120,130,260,140,230,210,170,170,60,50,10,10,40,30,140,130,100,120,200,100,160,210,140,200,240,260,170,190,180,310,190,150,80,60,30,30,10,20,80,100,180,100,100,150,200,140,140,130,140,140,180,210,170,200,150,110,60,30,20,10,30,20,110,100,160,180,180,90,140,140,260,180,160,190,160,260,180,190,210,150,100]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,10,0,0,10,0,0,20,20,0,0,0,0,0,0,10,10,0,0,0,0,0,0,10,0,10,0,10,0,20,10,30,10,20,30,0,10,20,0,10,0,0,0,0,0,0,10,0,0,20,0,0,0,10,0,0,10,10,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,30,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,0,10,0,10,0,20,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,10,0,0,0,20,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,20,10,0,10,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/10.json b/dist/chartDummyData/views_zoom/2018-07/10.json new file mode 100644 index 000000000..dcd316e75 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/10.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1530921600000,1530925200000,1530928800000,1530932400000,1530936000000,1530939600000,1530943200000,1530946800000,1530950400000,1530954000000,1530957600000,1530961200000,1530964800000,1530968400000,1530972000000,1530975600000,1530979200000,1530982800000,1530986400000,1530990000000,1530993600000,1530997200000,1531000800000,1531004400000,1531008000000,1531011600000,1531015200000,1531018800000,1531022400000,1531026000000,1531029600000,1531033200000,1531036800000,1531040400000,1531044000000,1531047600000,1531051200000,1531054800000,1531058400000,1531062000000,1531065600000,1531069200000,1531072800000,1531076400000,1531080000000,1531083600000,1531087200000,1531090800000,1531094400000,1531098000000,1531101600000,1531105200000,1531108800000,1531112400000,1531116000000,1531119600000,1531123200000,1531126800000,1531130400000,1531134000000,1531137600000,1531141200000,1531144800000,1531148400000,1531152000000,1531155600000,1531159200000,1531162800000,1531166400000,1531170000000,1531173600000,1531177200000,1531180800000,1531184400000,1531188000000,1531191600000,1531195200000,1531198800000,1531202400000,1531206000000,1531209600000,1531213200000,1531216800000,1531220400000,1531224000000,1531227600000,1531231200000,1531234800000,1531238400000,1531242000000,1531245600000,1531249200000,1531252800000,1531256400000,1531260000000,1531263600000,1531267200000,1531270800000,1531274400000,1531278000000,1531281600000,1531285200000,1531288800000,1531292400000,1531296000000,1531299600000,1531303200000,1531306800000,1531310400000,1531314000000,1531317600000,1531321200000,1531324800000,1531328400000,1531332000000,1531335600000,1531339200000,1531342800000,1531346400000,1531350000000,1531353600000,1531357200000,1531360800000,1531364400000,1531368000000,1531371600000,1531375200000,1531378800000,1531382400000,1531386000000,1531389600000,1531393200000,1531396800000,1531400400000,1531404000000,1531407600000,1531411200000,1531414800000,1531418400000,1531422000000,1531425600000,1531429200000,1531432800000,1531436400000,1531440000000,1531443600000,1531447200000,1531450800000,1531454400000,1531458000000,1531461600000,1531465200000,1531468800000,1531472400000,1531476000000,1531479600000,1531483200000,1531486800000,1531490400000,1531494000000,1531497600000,1531501200000,1531504800000,1531508400000,1531512000000,1531515600000,1531519200000,1531522800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[250,180,60,10,30,120,370,510,850,820,760,860,1090,900,980,1060,860,980,860,1220,990,840,1120,570,440,80,70,20,20,40,300,450,560,990,960,760,1010,1050,820,850,1160,1170,820,930,810,790,1020,320,170,60,40,60,130,180,520,570,750,740,880,1070,1270,890,870,940,940,1050,1020,1120,1290,1060,650,330,190,90,50,40,80,180,520,610,750,810,1150,1010,850,1060,1100,1030,1070,1290,960,1110,1080,970,920,510,250,100,40,60,60,120,330,630,820,900,960,1360,980,1330,1030,1050,1270,1060,1020,940,1230,1010,830,420,160,270,150,80,60,300,430,600,890,700,1160,1210,1250,990,1120,1020,1330,1060,940,1050,1070,1130,790,350,220,180,30,10,30,270,520,930,570,880,930,1250,930,1440,800,930,1050,1100,850,910,1070,850,700,420]},{"name":"URL","color":"#2373DB","values":[140,60,140,110,40,60,80,290,470,610,680,440,710,470,560,670,620,600,870,680,340,360,380,250,70,80,0,0,0,10,80,200,270,380,640,520,590,500,500,530,610,700,550,930,590,490,420,220,110,90,0,0,40,110,250,180,390,650,530,690,660,570,390,700,870,1130,710,800,750,790,540,260,80,60,30,0,20,70,120,260,390,680,610,710,620,560,680,710,830,960,860,860,580,270,430,180,30,90,10,0,20,80,280,270,670,580,840,770,690,590,590,950,840,670,770,900,670,580,440,270,90,60,0,0,20,180,190,410,640,570,740,760,800,770,510,700,810,1140,840,870,970,840,690,320,70,20,10,20,20,100,250,390,560,710,700,810,450,450,670,870,900,930,950,680,690,500,310,200]},{"name":"Groups","color":"#9ED448","values":[690,250,90,90,30,140,260,330,460,720,890,710,880,730,800,910,540,640,620,880,690,1130,710,840,360,300,170,120,230,70,80,240,510,550,610,660,980,680,550,520,770,780,1330,900,1150,1080,1130,750,260,100,70,70,110,190,290,390,430,530,490,1090,970,920,810,640,900,950,930,1180,2040,1360,1120,430,240,300,60,20,100,140,500,610,600,430,820,1030,760,820,740,820,710,1060,1090,1110,1360,1340,980,470,340,240,20,170,150,180,430,550,590,560,810,860,680,720,690,700,760,850,840,900,1480,1620,1300,430,250,130,50,80,60,320,410,650,700,580,740,910,880,830,520,540,540,920,700,840,1350,1240,1260,770,690,70,70,10,120,370,520,500,820,670,950,920,830,940,790,750,820,610,800,1030,1040,1000,850,640]},{"name":"Channel","color":"#4fae4e","values":[10,20,30,0,0,30,30,40,50,50,80,100,110,150,50,50,60,70,50,80,50,130,60,30,70,10,10,0,0,20,30,50,10,70,30,50,60,40,50,60,40,30,10,100,90,20,60,20,40,0,0,0,0,0,90,20,60,30,70,70,50,50,60,30,90,50,70,140,40,30,40,30,20,10,10,10,10,10,30,10,40,70,50,80,60,20,50,40,70,60,70,30,90,70,20,10,20,0,10,0,10,0,10,30,70,70,40,90,50,50,150,140,150,20,80,70,50,30,40,10,10,10,20,0,10,0,10,30,90,60,60,60,20,80,110,140,20,80,100,60,40,160,60,90,30,0,0,20,0,90,10,50,10,10,60,70,40,80,110,80,90,50,80,140,50,20,60,30]},{"name":"Search","color":"#F5BD25","values":[30,30,10,10,0,10,290,50,40,50,120,60,60,540,260,50,90,160,40,70,40,880,180,80,30,10,0,0,0,120,180,200,150,190,140,1020,290,140,20,100,80,50,120,40,120,80,50,110,10,40,60,0,430,100,180,50,110,40,200,80,60,40,130,120,30,30,60,50,70,80,100,30,0,0,10,10,0,80,140,50,50,60,60,100,150,160,50,130,150,140,190,390,120,90,70,10,0,140,10,0,0,250,130,70,80,130,110,70,220,130,80,300,190,70,160,40,210,40,40,110,20,0,20,0,500,30,50,50,200,220,120,70,50,140,140,320,110,280,120,40,80,140,20,60,20,10,0,0,0,60,480,410,160,100,210,70,70,220,160,140,140,210,40,70,90,80,60,80]},{"name":"Other","color":"#F79E39","values":[20,50,30,0,0,30,80,60,130,160,130,180,230,70,110,140,100,80,210,110,130,120,100,90,40,10,30,10,0,20,0,90,90,120,160,90,100,180,110,120,110,130,200,160,140,120,90,50,10,40,20,20,30,80,130,100,140,170,270,210,220,130,120,120,130,260,140,230,210,170,170,60,50,10,10,40,30,140,130,100,120,200,100,160,210,140,200,240,260,170,190,180,310,190,150,80,60,30,30,10,20,80,100,180,100,100,150,200,140,140,130,140,140,180,210,170,200,150,110,60,30,20,10,30,20,110,100,160,180,180,90,140,140,260,180,160,190,160,260,180,190,210,150,100,20,30,10,10,10,140,100,130,170,140,140,220,90,250,160,170,180,110,130,170,210,150,80,70]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,0,10,0,10,0,10,0,20,10,30,10,20,30,0,10,20,0,10,0,0,0,0,0,0,10,0,0,20,0,0,0,10,0,0,10,10,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,30,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,0,10,0,10,0,20,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,10,0,0,0,20,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,20,10,0,10,0,0,10,0,0,0,0,0,10,0,0,20,0,0,0,0,0,10,30,0,0,0,10,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/11.json b/dist/chartDummyData/views_zoom/2018-07/11.json new file mode 100644 index 000000000..6d97e4a53 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/11.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1531008000000,1531011600000,1531015200000,1531018800000,1531022400000,1531026000000,1531029600000,1531033200000,1531036800000,1531040400000,1531044000000,1531047600000,1531051200000,1531054800000,1531058400000,1531062000000,1531065600000,1531069200000,1531072800000,1531076400000,1531080000000,1531083600000,1531087200000,1531090800000,1531094400000,1531098000000,1531101600000,1531105200000,1531108800000,1531112400000,1531116000000,1531119600000,1531123200000,1531126800000,1531130400000,1531134000000,1531137600000,1531141200000,1531144800000,1531148400000,1531152000000,1531155600000,1531159200000,1531162800000,1531166400000,1531170000000,1531173600000,1531177200000,1531180800000,1531184400000,1531188000000,1531191600000,1531195200000,1531198800000,1531202400000,1531206000000,1531209600000,1531213200000,1531216800000,1531220400000,1531224000000,1531227600000,1531231200000,1531234800000,1531238400000,1531242000000,1531245600000,1531249200000,1531252800000,1531256400000,1531260000000,1531263600000,1531267200000,1531270800000,1531274400000,1531278000000,1531281600000,1531285200000,1531288800000,1531292400000,1531296000000,1531299600000,1531303200000,1531306800000,1531310400000,1531314000000,1531317600000,1531321200000,1531324800000,1531328400000,1531332000000,1531335600000,1531339200000,1531342800000,1531346400000,1531350000000,1531353600000,1531357200000,1531360800000,1531364400000,1531368000000,1531371600000,1531375200000,1531378800000,1531382400000,1531386000000,1531389600000,1531393200000,1531396800000,1531400400000,1531404000000,1531407600000,1531411200000,1531414800000,1531418400000,1531422000000,1531425600000,1531429200000,1531432800000,1531436400000,1531440000000,1531443600000,1531447200000,1531450800000,1531454400000,1531458000000,1531461600000,1531465200000,1531468800000,1531472400000,1531476000000,1531479600000,1531483200000,1531486800000,1531490400000,1531494000000,1531497600000,1531501200000,1531504800000,1531508400000,1531512000000,1531515600000,1531519200000,1531522800000,1531526400000,1531530000000,1531533600000,1531537200000,1531540800000,1531544400000,1531548000000,1531551600000,1531555200000,1531558800000,1531562400000,1531566000000,1531569600000,1531573200000,1531576800000,1531580400000,1531584000000,1531587600000,1531591200000,1531594800000,1531598400000,1531602000000,1531605600000,1531609200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[440,80,70,20,20,40,300,450,560,990,960,760,1010,1050,820,850,1160,1170,820,930,810,790,1020,320,170,60,40,60,130,180,520,570,750,740,880,1070,1270,890,870,940,940,1050,1020,1120,1290,1060,650,330,190,90,50,40,80,180,520,610,750,810,1150,1010,850,1060,1100,1030,1070,1290,960,1110,1080,970,920,510,250,100,40,60,60,120,330,630,820,900,960,1360,980,1330,1030,1050,1270,1060,1020,940,1230,1010,830,420,160,270,150,80,60,300,430,600,890,700,1160,1210,1250,990,1120,1020,1330,1060,940,1050,1070,1130,790,350,220,180,30,10,30,270,520,930,570,880,930,1250,930,1440,800,930,1050,1100,850,910,1070,850,700,420,150,180,100,30,50,120,630,510,560,980,960,1050,1360,1000,1330,1040,1070,980,1030,1180,950,800,590,550]},{"name":"URL","color":"#2373DB","values":[70,80,0,0,0,10,80,200,270,380,640,520,590,500,500,530,610,700,550,930,590,490,420,220,110,90,0,0,40,110,250,180,390,650,530,690,660,570,390,700,870,1130,710,800,750,790,540,260,80,60,30,0,20,70,120,260,390,680,610,710,620,560,680,710,830,960,860,860,580,270,430,180,30,90,10,0,20,80,280,270,670,580,840,770,690,590,590,950,840,670,770,900,670,580,440,270,90,60,0,0,20,180,190,410,640,570,740,760,800,770,510,700,810,1140,840,870,970,840,690,320,70,20,10,20,20,100,250,390,560,710,700,810,450,450,670,870,900,930,950,680,690,500,310,200,210,40,10,0,40,60,110,370,530,610,610,590,680,620,690,920,760,900,750,790,820,630,350,170]},{"name":"Groups","color":"#9ED448","values":[360,300,170,120,230,70,80,240,510,550,610,660,980,680,550,520,770,780,1330,900,1150,1080,1130,750,260,100,70,70,110,190,290,390,430,530,490,1090,970,920,810,640,900,950,930,1180,2040,1360,1120,430,240,300,60,20,100,140,500,610,600,430,820,1030,760,820,740,820,710,1060,1090,1110,1360,1340,980,470,340,240,20,170,150,180,430,550,590,560,810,860,680,720,690,700,760,850,840,900,1480,1620,1300,430,250,130,50,80,60,320,410,650,700,580,740,910,880,830,520,540,540,920,700,840,1350,1240,1260,770,690,70,70,10,120,370,520,500,820,670,950,920,830,940,790,750,820,610,800,1030,1040,1000,850,640,260,130,40,30,50,130,300,420,570,450,760,550,1490,810,580,870,620,650,780,820,850,940,910,660]},{"name":"Channel","color":"#4fae4e","values":[70,10,10,0,0,20,30,50,10,70,30,50,60,40,50,60,40,30,10,100,90,20,60,20,40,0,0,0,0,0,90,20,60,30,70,70,50,50,60,30,90,50,70,140,40,30,40,30,20,10,10,10,10,10,30,10,40,70,50,80,60,20,50,40,70,60,70,30,90,70,20,10,20,0,10,0,10,0,10,30,70,70,40,90,50,50,150,140,150,20,80,70,50,30,40,10,10,10,20,0,10,0,10,30,90,60,60,60,20,80,110,140,20,80,100,60,40,160,60,90,30,0,0,20,0,90,10,50,10,10,60,70,40,80,110,80,90,50,80,140,50,20,60,30,20,0,10,0,0,10,70,20,30,70,70,70,110,50,40,30,50,70,80,50,10,80,50,60]},{"name":"Search","color":"#F5BD25","values":[30,10,0,0,0,120,180,200,150,190,140,1020,290,140,20,100,80,50,120,40,120,80,50,110,10,40,60,0,430,100,180,50,110,40,200,80,60,40,130,120,30,30,60,50,70,80,100,30,0,0,10,10,0,80,140,50,50,60,60,100,150,160,50,130,150,140,190,390,120,90,70,10,0,140,10,0,0,250,130,70,80,130,110,70,220,130,80,300,190,70,160,40,210,40,40,110,20,0,20,0,500,30,50,50,200,220,120,70,50,140,140,320,110,280,120,40,80,140,20,60,20,10,0,0,0,60,480,410,160,100,210,70,70,220,160,140,140,210,40,70,90,80,60,80,60,20,10,0,0,30,870,60,80,40,100,80,110,110,60,60,120,40,90,70,120,40,50,0]},{"name":"Other","color":"#F79E39","values":[40,10,30,10,0,20,0,90,90,120,160,90,100,180,110,120,110,130,200,160,140,120,90,50,10,40,20,20,30,80,130,100,140,170,270,210,220,130,120,120,130,260,140,230,210,170,170,60,50,10,10,40,30,140,130,100,120,200,100,160,210,140,200,240,260,170,190,180,310,190,150,80,60,30,30,10,20,80,100,180,100,100,150,200,140,140,130,140,140,180,210,170,200,150,110,60,30,20,10,30,20,110,100,160,180,180,90,140,140,260,180,160,190,160,260,180,190,210,150,100,20,30,10,10,10,140,100,130,170,140,140,220,90,250,160,170,180,110,130,170,210,150,80,70,70,40,20,10,0,70,90,200,170,130,100,240,110,100,90,150,230,160,130,140,140,90,110,90]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,0,0,20,0,0,0,10,0,0,10,10,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,30,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,0,10,0,10,0,20,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,10,0,0,0,20,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,20,10,0,10,0,0,10,0,0,0,0,0,10,0,0,20,0,0,0,0,0,10,30,0,0,0,10,0,0,0,0,10,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,0,10,0,10,20,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/12.json b/dist/chartDummyData/views_zoom/2018-07/12.json new file mode 100644 index 000000000..d220ade11 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/12.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1531094400000,1531098000000,1531101600000,1531105200000,1531108800000,1531112400000,1531116000000,1531119600000,1531123200000,1531126800000,1531130400000,1531134000000,1531137600000,1531141200000,1531144800000,1531148400000,1531152000000,1531155600000,1531159200000,1531162800000,1531166400000,1531170000000,1531173600000,1531177200000,1531180800000,1531184400000,1531188000000,1531191600000,1531195200000,1531198800000,1531202400000,1531206000000,1531209600000,1531213200000,1531216800000,1531220400000,1531224000000,1531227600000,1531231200000,1531234800000,1531238400000,1531242000000,1531245600000,1531249200000,1531252800000,1531256400000,1531260000000,1531263600000,1531267200000,1531270800000,1531274400000,1531278000000,1531281600000,1531285200000,1531288800000,1531292400000,1531296000000,1531299600000,1531303200000,1531306800000,1531310400000,1531314000000,1531317600000,1531321200000,1531324800000,1531328400000,1531332000000,1531335600000,1531339200000,1531342800000,1531346400000,1531350000000,1531353600000,1531357200000,1531360800000,1531364400000,1531368000000,1531371600000,1531375200000,1531378800000,1531382400000,1531386000000,1531389600000,1531393200000,1531396800000,1531400400000,1531404000000,1531407600000,1531411200000,1531414800000,1531418400000,1531422000000,1531425600000,1531429200000,1531432800000,1531436400000,1531440000000,1531443600000,1531447200000,1531450800000,1531454400000,1531458000000,1531461600000,1531465200000,1531468800000,1531472400000,1531476000000,1531479600000,1531483200000,1531486800000,1531490400000,1531494000000,1531497600000,1531501200000,1531504800000,1531508400000,1531512000000,1531515600000,1531519200000,1531522800000,1531526400000,1531530000000,1531533600000,1531537200000,1531540800000,1531544400000,1531548000000,1531551600000,1531555200000,1531558800000,1531562400000,1531566000000,1531569600000,1531573200000,1531576800000,1531580400000,1531584000000,1531587600000,1531591200000,1531594800000,1531598400000,1531602000000,1531605600000,1531609200000,1531612800000,1531616400000,1531620000000,1531623600000,1531627200000,1531630800000,1531634400000,1531638000000,1531641600000,1531645200000,1531648800000,1531652400000,1531656000000,1531659600000,1531663200000,1531666800000,1531670400000,1531674000000,1531677600000,1531681200000,1531684800000,1531688400000,1531692000000,1531695600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[170,60,40,60,130,180,520,570,750,740,880,1070,1270,890,870,940,940,1050,1020,1120,1290,1060,650,330,190,90,50,40,80,180,520,610,750,810,1150,1010,850,1060,1100,1030,1070,1290,960,1110,1080,970,920,510,250,100,40,60,60,120,330,630,820,900,960,1360,980,1330,1030,1050,1270,1060,1020,940,1230,1010,830,420,160,270,150,80,60,300,430,600,890,700,1160,1210,1250,990,1120,1020,1330,1060,940,1050,1070,1130,790,350,220,180,30,10,30,270,520,930,570,880,930,1250,930,1440,800,930,1050,1100,850,910,1070,850,700,420,150,180,100,30,50,120,630,510,560,980,960,1050,1360,1000,1330,1040,1070,980,1030,1180,950,800,590,550,270,170,100,20,60,50,180,370,760,810,990,900,1080,1180,940,740,1310,1270,990,880,1130,1200,620,680]},{"name":"URL","color":"#2373DB","values":[110,90,0,0,40,110,250,180,390,650,530,690,660,570,390,700,870,1130,710,800,750,790,540,260,80,60,30,0,20,70,120,260,390,680,610,710,620,560,680,710,830,960,860,860,580,270,430,180,30,90,10,0,20,80,280,270,670,580,840,770,690,590,590,950,840,670,770,900,670,580,440,270,90,60,0,0,20,180,190,410,640,570,740,760,800,770,510,700,810,1140,840,870,970,840,690,320,70,20,10,20,20,100,250,390,560,710,700,810,450,450,670,870,900,930,950,680,690,500,310,200,210,40,10,0,40,60,110,370,530,610,610,590,680,620,690,920,760,900,750,790,820,630,350,170,110,130,30,10,0,40,80,90,390,440,680,400,630,660,680,530,820,730,670,870,560,400,390,230]},{"name":"Groups","color":"#9ED448","values":[260,100,70,70,110,190,290,390,430,530,490,1090,970,920,810,640,900,950,930,1180,2040,1360,1120,430,240,300,60,20,100,140,500,610,600,430,820,1030,760,820,740,820,710,1060,1090,1110,1360,1340,980,470,340,240,20,170,150,180,430,550,590,560,810,860,680,720,690,700,760,850,840,900,1480,1620,1300,430,250,130,50,80,60,320,410,650,700,580,740,910,880,830,520,540,540,920,700,840,1350,1240,1260,770,690,70,70,10,120,370,520,500,820,670,950,920,830,940,790,750,820,610,800,1030,1040,1000,850,640,260,130,40,30,50,130,300,420,570,450,760,550,1490,810,580,870,620,650,780,820,850,940,910,660,400,200,140,80,50,60,220,470,580,600,830,780,1020,660,730,610,1010,950,980,750,1260,1570,890,760]},{"name":"Channel","color":"#4fae4e","values":[40,0,0,0,0,0,90,20,60,30,70,70,50,50,60,30,90,50,70,140,40,30,40,30,20,10,10,10,10,10,30,10,40,70,50,80,60,20,50,40,70,60,70,30,90,70,20,10,20,0,10,0,10,0,10,30,70,70,40,90,50,50,150,140,150,20,80,70,50,30,40,10,10,10,20,0,10,0,10,30,90,60,60,60,20,80,110,140,20,80,100,60,40,160,60,90,30,0,0,20,0,90,10,50,10,10,60,70,40,80,110,80,90,50,80,140,50,20,60,30,20,0,10,0,0,10,70,20,30,70,70,70,110,50,40,30,50,70,80,50,10,80,50,60,50,10,0,20,10,10,10,40,80,40,50,80,130,130,60,10,20,40,80,90,110,60,80,0]},{"name":"Search","color":"#F5BD25","values":[10,40,60,0,430,100,180,50,110,40,200,80,60,40,130,120,30,30,60,50,70,80,100,30,0,0,10,10,0,80,140,50,50,60,60,100,150,160,50,130,150,140,190,390,120,90,70,10,0,140,10,0,0,250,130,70,80,130,110,70,220,130,80,300,190,70,160,40,210,40,40,110,20,0,20,0,500,30,50,50,200,220,120,70,50,140,140,320,110,280,120,40,80,140,20,60,20,10,0,0,0,60,480,410,160,100,210,70,70,220,160,140,140,210,40,70,90,80,60,80,60,20,10,0,0,30,870,60,80,40,100,80,110,110,60,60,120,40,90,70,120,40,50,0,100,20,0,30,0,10,180,240,90,50,210,80,30,100,150,210,90,130,170,100,80,110,60,50]},{"name":"Other","color":"#F79E39","values":[10,40,20,20,30,80,130,100,140,170,270,210,220,130,120,120,130,260,140,230,210,170,170,60,50,10,10,40,30,140,130,100,120,200,100,160,210,140,200,240,260,170,190,180,310,190,150,80,60,30,30,10,20,80,100,180,100,100,150,200,140,140,130,140,140,180,210,170,200,150,110,60,30,20,10,30,20,110,100,160,180,180,90,140,140,260,180,160,190,160,260,180,190,210,150,100,20,30,10,10,10,140,100,130,170,140,140,220,90,250,160,170,180,110,130,170,210,150,80,70,70,40,20,10,0,70,90,200,170,130,100,240,110,100,90,150,230,160,130,140,140,90,110,90,40,60,20,0,0,10,120,90,150,180,110,120,130,150,230,140,140,180,110,150,130,110,80,50]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,0,30,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,0,10,0,10,0,20,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,10,0,0,0,20,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,20,10,0,10,0,0,10,0,0,0,0,0,10,0,0,20,0,0,0,0,0,10,30,0,0,0,10,0,0,0,0,10,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,0,10,0,10,20,0,0,0,0,0,0,0,0,0,0,10,20,10,0,10,10,20,0,0,0,10,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/13.json b/dist/chartDummyData/views_zoom/2018-07/13.json new file mode 100644 index 000000000..1f57ce552 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/13.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1531180800000,1531184400000,1531188000000,1531191600000,1531195200000,1531198800000,1531202400000,1531206000000,1531209600000,1531213200000,1531216800000,1531220400000,1531224000000,1531227600000,1531231200000,1531234800000,1531238400000,1531242000000,1531245600000,1531249200000,1531252800000,1531256400000,1531260000000,1531263600000,1531267200000,1531270800000,1531274400000,1531278000000,1531281600000,1531285200000,1531288800000,1531292400000,1531296000000,1531299600000,1531303200000,1531306800000,1531310400000,1531314000000,1531317600000,1531321200000,1531324800000,1531328400000,1531332000000,1531335600000,1531339200000,1531342800000,1531346400000,1531350000000,1531353600000,1531357200000,1531360800000,1531364400000,1531368000000,1531371600000,1531375200000,1531378800000,1531382400000,1531386000000,1531389600000,1531393200000,1531396800000,1531400400000,1531404000000,1531407600000,1531411200000,1531414800000,1531418400000,1531422000000,1531425600000,1531429200000,1531432800000,1531436400000,1531440000000,1531443600000,1531447200000,1531450800000,1531454400000,1531458000000,1531461600000,1531465200000,1531468800000,1531472400000,1531476000000,1531479600000,1531483200000,1531486800000,1531490400000,1531494000000,1531497600000,1531501200000,1531504800000,1531508400000,1531512000000,1531515600000,1531519200000,1531522800000,1531526400000,1531530000000,1531533600000,1531537200000,1531540800000,1531544400000,1531548000000,1531551600000,1531555200000,1531558800000,1531562400000,1531566000000,1531569600000,1531573200000,1531576800000,1531580400000,1531584000000,1531587600000,1531591200000,1531594800000,1531598400000,1531602000000,1531605600000,1531609200000,1531612800000,1531616400000,1531620000000,1531623600000,1531627200000,1531630800000,1531634400000,1531638000000,1531641600000,1531645200000,1531648800000,1531652400000,1531656000000,1531659600000,1531663200000,1531666800000,1531670400000,1531674000000,1531677600000,1531681200000,1531684800000,1531688400000,1531692000000,1531695600000,1531699200000,1531702800000,1531706400000,1531710000000,1531713600000,1531717200000,1531720800000,1531724400000,1531728000000,1531731600000,1531735200000,1531738800000,1531742400000,1531746000000,1531749600000,1531753200000,1531756800000,1531760400000,1531764000000,1531767600000,1531771200000,1531774800000,1531778400000,1531782000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[190,90,50,40,80,180,520,610,750,810,1150,1010,850,1060,1100,1030,1070,1290,960,1110,1080,970,920,510,250,100,40,60,60,120,330,630,820,900,960,1360,980,1330,1030,1050,1270,1060,1020,940,1230,1010,830,420,160,270,150,80,60,300,430,600,890,700,1160,1210,1250,990,1120,1020,1330,1060,940,1050,1070,1130,790,350,220,180,30,10,30,270,520,930,570,880,930,1250,930,1440,800,930,1050,1100,850,910,1070,850,700,420,150,180,100,30,50,120,630,510,560,980,960,1050,1360,1000,1330,1040,1070,980,1030,1180,950,800,590,550,270,170,100,20,60,50,180,370,760,810,990,900,1080,1180,940,740,1310,1270,990,880,1130,1200,620,680,240,70,50,70,100,200,390,410,780,850,960,1280,890,1270,1460,820,1150,1130,1140,1520,1070,870,740,550]},{"name":"URL","color":"#2373DB","values":[80,60,30,0,20,70,120,260,390,680,610,710,620,560,680,710,830,960,860,860,580,270,430,180,30,90,10,0,20,80,280,270,670,580,840,770,690,590,590,950,840,670,770,900,670,580,440,270,90,60,0,0,20,180,190,410,640,570,740,760,800,770,510,700,810,1140,840,870,970,840,690,320,70,20,10,20,20,100,250,390,560,710,700,810,450,450,670,870,900,930,950,680,690,500,310,200,210,40,10,0,40,60,110,370,530,610,610,590,680,620,690,920,760,900,750,790,820,630,350,170,110,130,30,10,0,40,80,90,390,440,680,400,630,660,680,530,820,730,670,870,560,400,390,230,100,0,10,0,10,90,310,440,470,610,820,880,710,490,670,780,710,840,970,810,580,630,370,140]},{"name":"Groups","color":"#9ED448","values":[240,300,60,20,100,140,500,610,600,430,820,1030,760,820,740,820,710,1060,1090,1110,1360,1340,980,470,340,240,20,170,150,180,430,550,590,560,810,860,680,720,690,700,760,850,840,900,1480,1620,1300,430,250,130,50,80,60,320,410,650,700,580,740,910,880,830,520,540,540,920,700,840,1350,1240,1260,770,690,70,70,10,120,370,520,500,820,670,950,920,830,940,790,750,820,610,800,1030,1040,1000,850,640,260,130,40,30,50,130,300,420,570,450,760,550,1490,810,580,870,620,650,780,820,850,940,910,660,400,200,140,80,50,60,220,470,580,600,830,780,1020,660,730,610,1010,950,980,750,1260,1570,890,760,250,220,50,20,120,240,370,590,790,770,920,810,720,820,740,830,740,610,1000,1300,1280,1190,1190,720]},{"name":"Channel","color":"#4fae4e","values":[20,10,10,10,10,10,30,10,40,70,50,80,60,20,50,40,70,60,70,30,90,70,20,10,20,0,10,0,10,0,10,30,70,70,40,90,50,50,150,140,150,20,80,70,50,30,40,10,10,10,20,0,10,0,10,30,90,60,60,60,20,80,110,140,20,80,100,60,40,160,60,90,30,0,0,20,0,90,10,50,10,10,60,70,40,80,110,80,90,50,80,140,50,20,60,30,20,0,10,0,0,10,70,20,30,70,70,70,110,50,40,30,50,70,80,50,10,80,50,60,50,10,0,20,10,10,10,40,80,40,50,80,130,130,60,10,20,40,80,90,110,60,80,0,0,30,0,60,0,40,20,20,70,90,70,60,110,240,50,30,100,10,50,140,60,60,40,20]},{"name":"Search","color":"#F5BD25","values":[0,0,10,10,0,80,140,50,50,60,60,100,150,160,50,130,150,140,190,390,120,90,70,10,0,140,10,0,0,250,130,70,80,130,110,70,220,130,80,300,190,70,160,40,210,40,40,110,20,0,20,0,500,30,50,50,200,220,120,70,50,140,140,320,110,280,120,40,80,140,20,60,20,10,0,0,0,60,480,410,160,100,210,70,70,220,160,140,140,210,40,70,90,80,60,80,60,20,10,0,0,30,870,60,80,40,100,80,110,110,60,60,120,40,90,70,120,40,50,0,100,20,0,30,0,10,180,240,90,50,210,80,30,100,150,210,90,130,170,100,80,110,60,50,70,60,0,10,150,90,30,90,20,140,100,170,340,90,80,230,140,70,60,200,150,90,110,70]},{"name":"Other","color":"#F79E39","values":[50,10,10,40,30,140,130,100,120,200,100,160,210,140,200,240,260,170,190,180,310,190,150,80,60,30,30,10,20,80,100,180,100,100,150,200,140,140,130,140,140,180,210,170,200,150,110,60,30,20,10,30,20,110,100,160,180,180,90,140,140,260,180,160,190,160,260,180,190,210,150,100,20,30,10,10,10,140,100,130,170,140,140,220,90,250,160,170,180,110,130,170,210,150,80,70,70,40,20,10,0,70,90,200,170,130,100,240,110,100,90,150,230,160,130,140,140,90,110,90,40,60,20,0,0,10,120,90,150,180,110,120,130,150,230,140,140,180,110,150,130,110,80,50,30,30,10,0,10,40,130,90,100,160,350,360,350,140,190,280,160,130,290,230,180,250,130,90]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,0,10,0,10,0,20,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,10,0,0,0,20,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,20,10,0,10,0,0,10,0,0,0,0,0,10,0,0,20,0,0,0,0,0,10,30,0,0,0,10,0,0,0,0,10,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,0,10,0,10,20,0,0,0,0,0,0,0,0,0,0,10,20,10,0,10,10,20,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,0,0,20,0,10,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/14.json b/dist/chartDummyData/views_zoom/2018-07/14.json new file mode 100644 index 000000000..d93e37cfb --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/14.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1531267200000,1531270800000,1531274400000,1531278000000,1531281600000,1531285200000,1531288800000,1531292400000,1531296000000,1531299600000,1531303200000,1531306800000,1531310400000,1531314000000,1531317600000,1531321200000,1531324800000,1531328400000,1531332000000,1531335600000,1531339200000,1531342800000,1531346400000,1531350000000,1531353600000,1531357200000,1531360800000,1531364400000,1531368000000,1531371600000,1531375200000,1531378800000,1531382400000,1531386000000,1531389600000,1531393200000,1531396800000,1531400400000,1531404000000,1531407600000,1531411200000,1531414800000,1531418400000,1531422000000,1531425600000,1531429200000,1531432800000,1531436400000,1531440000000,1531443600000,1531447200000,1531450800000,1531454400000,1531458000000,1531461600000,1531465200000,1531468800000,1531472400000,1531476000000,1531479600000,1531483200000,1531486800000,1531490400000,1531494000000,1531497600000,1531501200000,1531504800000,1531508400000,1531512000000,1531515600000,1531519200000,1531522800000,1531526400000,1531530000000,1531533600000,1531537200000,1531540800000,1531544400000,1531548000000,1531551600000,1531555200000,1531558800000,1531562400000,1531566000000,1531569600000,1531573200000,1531576800000,1531580400000,1531584000000,1531587600000,1531591200000,1531594800000,1531598400000,1531602000000,1531605600000,1531609200000,1531612800000,1531616400000,1531620000000,1531623600000,1531627200000,1531630800000,1531634400000,1531638000000,1531641600000,1531645200000,1531648800000,1531652400000,1531656000000,1531659600000,1531663200000,1531666800000,1531670400000,1531674000000,1531677600000,1531681200000,1531684800000,1531688400000,1531692000000,1531695600000,1531699200000,1531702800000,1531706400000,1531710000000,1531713600000,1531717200000,1531720800000,1531724400000,1531728000000,1531731600000,1531735200000,1531738800000,1531742400000,1531746000000,1531749600000,1531753200000,1531756800000,1531760400000,1531764000000,1531767600000,1531771200000,1531774800000,1531778400000,1531782000000,1531785600000,1531789200000,1531792800000,1531796400000,1531800000000,1531803600000,1531807200000,1531810800000,1531814400000,1531818000000,1531821600000,1531825200000,1531828800000,1531832400000,1531836000000,1531839600000,1531843200000,1531846800000,1531850400000,1531854000000,1531857600000,1531861200000,1531864800000,1531868400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[250,100,40,60,60,120,330,630,820,900,960,1360,980,1330,1030,1050,1270,1060,1020,940,1230,1010,830,420,160,270,150,80,60,300,430,600,890,700,1160,1210,1250,990,1120,1020,1330,1060,940,1050,1070,1130,790,350,220,180,30,10,30,270,520,930,570,880,930,1250,930,1440,800,930,1050,1100,850,910,1070,850,700,420,150,180,100,30,50,120,630,510,560,980,960,1050,1360,1000,1330,1040,1070,980,1030,1180,950,800,590,550,270,170,100,20,60,50,180,370,760,810,990,900,1080,1180,940,740,1310,1270,990,880,1130,1200,620,680,240,70,50,70,100,200,390,410,780,850,960,1280,890,1270,1460,820,1150,1130,1140,1520,1070,870,740,550,170,110,80,20,90,170,470,660,590,940,1030,1110,900,1020,1350,1030,1030,880,1120,1020,1550,1490,810,470]},{"name":"URL","color":"#2373DB","values":[30,90,10,0,20,80,280,270,670,580,840,770,690,590,590,950,840,670,770,900,670,580,440,270,90,60,0,0,20,180,190,410,640,570,740,760,800,770,510,700,810,1140,840,870,970,840,690,320,70,20,10,20,20,100,250,390,560,710,700,810,450,450,670,870,900,930,950,680,690,500,310,200,210,40,10,0,40,60,110,370,530,610,610,590,680,620,690,920,760,900,750,790,820,630,350,170,110,130,30,10,0,40,80,90,390,440,680,400,630,660,680,530,820,730,670,870,560,400,390,230,100,0,10,0,10,90,310,440,470,610,820,880,710,490,670,780,710,840,970,810,580,630,370,140,50,50,30,0,0,100,210,340,470,830,770,740,720,580,640,740,870,1200,800,780,610,760,410,150]},{"name":"Groups","color":"#9ED448","values":[340,240,20,170,150,180,430,550,590,560,810,860,680,720,690,700,760,850,840,900,1480,1620,1300,430,250,130,50,80,60,320,410,650,700,580,740,910,880,830,520,540,540,920,700,840,1350,1240,1260,770,690,70,70,10,120,370,520,500,820,670,950,920,830,940,790,750,820,610,800,1030,1040,1000,850,640,260,130,40,30,50,130,300,420,570,450,760,550,1490,810,580,870,620,650,780,820,850,940,910,660,400,200,140,80,50,60,220,470,580,600,830,780,1020,660,730,610,1010,950,980,750,1260,1570,890,760,250,220,50,20,120,240,370,590,790,770,920,810,720,820,740,830,740,610,1000,1300,1280,1190,1190,720,410,80,260,20,140,320,340,450,830,550,840,720,940,650,850,730,710,840,920,1070,1350,1080,990,520]},{"name":"Channel","color":"#4fae4e","values":[20,0,10,0,10,0,10,30,70,70,40,90,50,50,150,140,150,20,80,70,50,30,40,10,10,10,20,0,10,0,10,30,90,60,60,60,20,80,110,140,20,80,100,60,40,160,60,90,30,0,0,20,0,90,10,50,10,10,60,70,40,80,110,80,90,50,80,140,50,20,60,30,20,0,10,0,0,10,70,20,30,70,70,70,110,50,40,30,50,70,80,50,10,80,50,60,50,10,0,20,10,10,10,40,80,40,50,80,130,130,60,10,20,40,80,90,110,60,80,0,0,30,0,60,0,40,20,20,70,90,70,60,110,240,50,30,100,10,50,140,60,60,40,20,30,10,0,0,0,50,30,20,30,60,120,50,70,180,60,80,30,60,120,70,50,100,90,20]},{"name":"Search","color":"#F5BD25","values":[0,140,10,0,0,250,130,70,80,130,110,70,220,130,80,300,190,70,160,40,210,40,40,110,20,0,20,0,500,30,50,50,200,220,120,70,50,140,140,320,110,280,120,40,80,140,20,60,20,10,0,0,0,60,480,410,160,100,210,70,70,220,160,140,140,210,40,70,90,80,60,80,60,20,10,0,0,30,870,60,80,40,100,80,110,110,60,60,120,40,90,70,120,40,50,0,100,20,0,30,0,10,180,240,90,50,210,80,30,100,150,210,90,130,170,100,80,110,60,50,70,60,0,10,150,90,30,90,20,140,100,170,340,90,80,230,140,70,60,200,150,90,110,70,10,0,0,50,220,110,150,20,50,70,40,230,90,80,80,230,80,70,140,360,240,140,80,10]},{"name":"Other","color":"#F79E39","values":[60,30,30,10,20,80,100,180,100,100,150,200,140,140,130,140,140,180,210,170,200,150,110,60,30,20,10,30,20,110,100,160,180,180,90,140,140,260,180,160,190,160,260,180,190,210,150,100,20,30,10,10,10,140,100,130,170,140,140,220,90,250,160,170,180,110,130,170,210,150,80,70,70,40,20,10,0,70,90,200,170,130,100,240,110,100,90,150,230,160,130,140,140,90,110,90,40,60,20,0,0,10,120,90,150,180,110,120,130,150,230,140,140,180,110,150,130,110,80,50,30,30,10,0,10,40,130,90,100,160,350,360,350,140,190,280,160,130,290,230,180,250,130,90,20,10,20,20,20,80,120,130,240,160,220,180,190,190,150,100,200,320,190,180,190,200,80,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,0,0,0,0,10,0,0,0,20,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,20,10,0,10,0,0,10,0,0,0,0,0,10,0,0,20,0,0,0,0,0,10,30,0,0,0,10,0,0,0,0,10,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,0,10,0,10,20,0,0,0,0,0,0,0,0,0,0,10,20,10,0,10,10,20,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,0,0,20,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,10,10,10,0,10,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/15.json b/dist/chartDummyData/views_zoom/2018-07/15.json new file mode 100644 index 000000000..f802d750d --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/15.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1531353600000,1531357200000,1531360800000,1531364400000,1531368000000,1531371600000,1531375200000,1531378800000,1531382400000,1531386000000,1531389600000,1531393200000,1531396800000,1531400400000,1531404000000,1531407600000,1531411200000,1531414800000,1531418400000,1531422000000,1531425600000,1531429200000,1531432800000,1531436400000,1531440000000,1531443600000,1531447200000,1531450800000,1531454400000,1531458000000,1531461600000,1531465200000,1531468800000,1531472400000,1531476000000,1531479600000,1531483200000,1531486800000,1531490400000,1531494000000,1531497600000,1531501200000,1531504800000,1531508400000,1531512000000,1531515600000,1531519200000,1531522800000,1531526400000,1531530000000,1531533600000,1531537200000,1531540800000,1531544400000,1531548000000,1531551600000,1531555200000,1531558800000,1531562400000,1531566000000,1531569600000,1531573200000,1531576800000,1531580400000,1531584000000,1531587600000,1531591200000,1531594800000,1531598400000,1531602000000,1531605600000,1531609200000,1531612800000,1531616400000,1531620000000,1531623600000,1531627200000,1531630800000,1531634400000,1531638000000,1531641600000,1531645200000,1531648800000,1531652400000,1531656000000,1531659600000,1531663200000,1531666800000,1531670400000,1531674000000,1531677600000,1531681200000,1531684800000,1531688400000,1531692000000,1531695600000,1531699200000,1531702800000,1531706400000,1531710000000,1531713600000,1531717200000,1531720800000,1531724400000,1531728000000,1531731600000,1531735200000,1531738800000,1531742400000,1531746000000,1531749600000,1531753200000,1531756800000,1531760400000,1531764000000,1531767600000,1531771200000,1531774800000,1531778400000,1531782000000,1531785600000,1531789200000,1531792800000,1531796400000,1531800000000,1531803600000,1531807200000,1531810800000,1531814400000,1531818000000,1531821600000,1531825200000,1531828800000,1531832400000,1531836000000,1531839600000,1531843200000,1531846800000,1531850400000,1531854000000,1531857600000,1531861200000,1531864800000,1531868400000,1531872000000,1531875600000,1531879200000,1531882800000,1531886400000,1531890000000,1531893600000,1531897200000,1531900800000,1531904400000,1531908000000,1531911600000,1531915200000,1531918800000,1531922400000,1531926000000,1531929600000,1531933200000,1531936800000,1531940400000,1531944000000,1531947600000,1531951200000,1531954800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[160,270,150,80,60,300,430,600,890,700,1160,1210,1250,990,1120,1020,1330,1060,940,1050,1070,1130,790,350,220,180,30,10,30,270,520,930,570,880,930,1250,930,1440,800,930,1050,1100,850,910,1070,850,700,420,150,180,100,30,50,120,630,510,560,980,960,1050,1360,1000,1330,1040,1070,980,1030,1180,950,800,590,550,270,170,100,20,60,50,180,370,760,810,990,900,1080,1180,940,740,1310,1270,990,880,1130,1200,620,680,240,70,50,70,100,200,390,410,780,850,960,1280,890,1270,1460,820,1150,1130,1140,1520,1070,870,740,550,170,110,80,20,90,170,470,660,590,940,1030,1110,900,1020,1350,1030,1030,880,1120,1020,1550,1490,810,470,290,90,30,20,80,170,400,800,860,830,1000,1210,1040,1010,1200,1050,950,980,1450,1060,1060,860,830,580]},{"name":"URL","color":"#2373DB","values":[90,60,0,0,20,180,190,410,640,570,740,760,800,770,510,700,810,1140,840,870,970,840,690,320,70,20,10,20,20,100,250,390,560,710,700,810,450,450,670,870,900,930,950,680,690,500,310,200,210,40,10,0,40,60,110,370,530,610,610,590,680,620,690,920,760,900,750,790,820,630,350,170,110,130,30,10,0,40,80,90,390,440,680,400,630,660,680,530,820,730,670,870,560,400,390,230,100,0,10,0,10,90,310,440,470,610,820,880,710,490,670,780,710,840,970,810,580,630,370,140,50,50,30,0,0,100,210,340,470,830,770,740,720,580,640,740,870,1200,800,780,610,760,410,150,50,40,10,20,20,100,200,530,480,600,670,750,640,710,660,820,1020,850,1000,890,680,540,430,380]},{"name":"Groups","color":"#9ED448","values":[250,130,50,80,60,320,410,650,700,580,740,910,880,830,520,540,540,920,700,840,1350,1240,1260,770,690,70,70,10,120,370,520,500,820,670,950,920,830,940,790,750,820,610,800,1030,1040,1000,850,640,260,130,40,30,50,130,300,420,570,450,760,550,1490,810,580,870,620,650,780,820,850,940,910,660,400,200,140,80,50,60,220,470,580,600,830,780,1020,660,730,610,1010,950,980,750,1260,1570,890,760,250,220,50,20,120,240,370,590,790,770,920,810,720,820,740,830,740,610,1000,1300,1280,1190,1190,720,410,80,260,20,140,320,340,450,830,550,840,720,940,650,850,730,710,840,920,1070,1350,1080,990,520,170,130,50,20,220,280,460,550,560,530,720,750,1090,820,700,660,680,570,1060,1310,1130,1580,970,1050]},{"name":"Channel","color":"#4fae4e","values":[10,10,20,0,10,0,10,30,90,60,60,60,20,80,110,140,20,80,100,60,40,160,60,90,30,0,0,20,0,90,10,50,10,10,60,70,40,80,110,80,90,50,80,140,50,20,60,30,20,0,10,0,0,10,70,20,30,70,70,70,110,50,40,30,50,70,80,50,10,80,50,60,50,10,0,20,10,10,10,40,80,40,50,80,130,130,60,10,20,40,80,90,110,60,80,0,0,30,0,60,0,40,20,20,70,90,70,60,110,240,50,30,100,10,50,140,60,60,40,20,30,10,0,0,0,50,30,20,30,60,120,50,70,180,60,80,30,60,120,70,50,100,90,20,10,0,10,0,0,10,20,20,40,90,50,80,90,40,50,100,40,40,40,70,80,50,20,0]},{"name":"Search","color":"#F5BD25","values":[20,0,20,0,500,30,50,50,200,220,120,70,50,140,140,320,110,280,120,40,80,140,20,60,20,10,0,0,0,60,480,410,160,100,210,70,70,220,160,140,140,210,40,70,90,80,60,80,60,20,10,0,0,30,870,60,80,40,100,80,110,110,60,60,120,40,90,70,120,40,50,0,100,20,0,30,0,10,180,240,90,50,210,80,30,100,150,210,90,130,170,100,80,110,60,50,70,60,0,10,150,90,30,90,20,140,100,170,340,90,80,230,140,70,60,200,150,90,110,70,10,0,0,50,220,110,150,20,50,70,40,230,90,80,80,230,80,70,140,360,240,140,80,10,20,10,0,10,40,280,220,90,70,130,110,170,300,170,200,330,170,80,370,200,90,100,30,40]},{"name":"Other","color":"#F79E39","values":[30,20,10,30,20,110,100,160,180,180,90,140,140,260,180,160,190,160,260,180,190,210,150,100,20,30,10,10,10,140,100,130,170,140,140,220,90,250,160,170,180,110,130,170,210,150,80,70,70,40,20,10,0,70,90,200,170,130,100,240,110,100,90,150,230,160,130,140,140,90,110,90,40,60,20,0,0,10,120,90,150,180,110,120,130,150,230,140,140,180,110,150,130,110,80,50,30,30,10,0,10,40,130,90,100,160,350,360,350,140,190,280,160,130,290,230,180,250,130,90,20,10,20,20,20,80,120,130,240,160,220,180,190,190,150,100,200,320,190,180,190,200,80,80,50,20,30,30,30,70,80,60,150,160,120,230,160,160,140,110,90,170,180,210,240,100,120,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,20,10,0,10,0,0,10,0,0,0,0,0,10,0,0,20,0,0,0,0,0,10,30,0,0,0,10,0,0,0,0,10,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,0,10,0,10,20,0,0,0,0,0,0,0,0,0,0,10,20,10,0,10,10,20,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,0,0,20,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,10,10,10,0,10,10,0,0,0,0,0,0,0,0,20,0,10,10,0,10,0,10,0,20,20,0,0,0,20,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/16.json b/dist/chartDummyData/views_zoom/2018-07/16.json new file mode 100644 index 000000000..997f40b8e --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/16.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1531440000000,1531443600000,1531447200000,1531450800000,1531454400000,1531458000000,1531461600000,1531465200000,1531468800000,1531472400000,1531476000000,1531479600000,1531483200000,1531486800000,1531490400000,1531494000000,1531497600000,1531501200000,1531504800000,1531508400000,1531512000000,1531515600000,1531519200000,1531522800000,1531526400000,1531530000000,1531533600000,1531537200000,1531540800000,1531544400000,1531548000000,1531551600000,1531555200000,1531558800000,1531562400000,1531566000000,1531569600000,1531573200000,1531576800000,1531580400000,1531584000000,1531587600000,1531591200000,1531594800000,1531598400000,1531602000000,1531605600000,1531609200000,1531612800000,1531616400000,1531620000000,1531623600000,1531627200000,1531630800000,1531634400000,1531638000000,1531641600000,1531645200000,1531648800000,1531652400000,1531656000000,1531659600000,1531663200000,1531666800000,1531670400000,1531674000000,1531677600000,1531681200000,1531684800000,1531688400000,1531692000000,1531695600000,1531699200000,1531702800000,1531706400000,1531710000000,1531713600000,1531717200000,1531720800000,1531724400000,1531728000000,1531731600000,1531735200000,1531738800000,1531742400000,1531746000000,1531749600000,1531753200000,1531756800000,1531760400000,1531764000000,1531767600000,1531771200000,1531774800000,1531778400000,1531782000000,1531785600000,1531789200000,1531792800000,1531796400000,1531800000000,1531803600000,1531807200000,1531810800000,1531814400000,1531818000000,1531821600000,1531825200000,1531828800000,1531832400000,1531836000000,1531839600000,1531843200000,1531846800000,1531850400000,1531854000000,1531857600000,1531861200000,1531864800000,1531868400000,1531872000000,1531875600000,1531879200000,1531882800000,1531886400000,1531890000000,1531893600000,1531897200000,1531900800000,1531904400000,1531908000000,1531911600000,1531915200000,1531918800000,1531922400000,1531926000000,1531929600000,1531933200000,1531936800000,1531940400000,1531944000000,1531947600000,1531951200000,1531954800000,1531958400000,1531962000000,1531965600000,1531969200000,1531972800000,1531976400000,1531980000000,1531983600000,1531987200000,1531990800000,1531994400000,1531998000000,1532001600000,1532005200000,1532008800000,1532012400000,1532016000000,1532019600000,1532023200000,1532026800000,1532030400000,1532034000000,1532037600000,1532041200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[220,180,30,10,30,270,520,930,570,880,930,1250,930,1440,800,930,1050,1100,850,910,1070,850,700,420,150,180,100,30,50,120,630,510,560,980,960,1050,1360,1000,1330,1040,1070,980,1030,1180,950,800,590,550,270,170,100,20,60,50,180,370,760,810,990,900,1080,1180,940,740,1310,1270,990,880,1130,1200,620,680,240,70,50,70,100,200,390,410,780,850,960,1280,890,1270,1460,820,1150,1130,1140,1520,1070,870,740,550,170,110,80,20,90,170,470,660,590,940,1030,1110,900,1020,1350,1030,1030,880,1120,1020,1550,1490,810,470,290,90,30,20,80,170,400,800,860,830,1000,1210,1040,1010,1200,1050,950,980,1450,1060,1060,860,830,580,190,70,100,70,90,230,410,620,860,1100,1270,930,880,1260,940,810,810,1010,1110,1150,1490,1050,700,450]},{"name":"URL","color":"#2373DB","values":[70,20,10,20,20,100,250,390,560,710,700,810,450,450,670,870,900,930,950,680,690,500,310,200,210,40,10,0,40,60,110,370,530,610,610,590,680,620,690,920,760,900,750,790,820,630,350,170,110,130,30,10,0,40,80,90,390,440,680,400,630,660,680,530,820,730,670,870,560,400,390,230,100,0,10,0,10,90,310,440,470,610,820,880,710,490,670,780,710,840,970,810,580,630,370,140,50,50,30,0,0,100,210,340,470,830,770,740,720,580,640,740,870,1200,800,780,610,760,410,150,50,40,10,20,20,100,200,530,480,600,670,750,640,710,660,820,1020,850,1000,890,680,540,430,380,190,80,20,0,40,100,390,540,470,650,930,840,780,520,650,630,760,1030,760,940,860,670,490,300]},{"name":"Groups","color":"#9ED448","values":[690,70,70,10,120,370,520,500,820,670,950,920,830,940,790,750,820,610,800,1030,1040,1000,850,640,260,130,40,30,50,130,300,420,570,450,760,550,1490,810,580,870,620,650,780,820,850,940,910,660,400,200,140,80,50,60,220,470,580,600,830,780,1020,660,730,610,1010,950,980,750,1260,1570,890,760,250,220,50,20,120,240,370,590,790,770,920,810,720,820,740,830,740,610,1000,1300,1280,1190,1190,720,410,80,260,20,140,320,340,450,830,550,840,720,940,650,850,730,710,840,920,1070,1350,1080,990,520,170,130,50,20,220,280,460,550,560,530,720,750,1090,820,700,660,680,570,1060,1310,1130,1580,970,1050,280,150,80,80,160,290,490,800,580,610,850,880,830,810,740,680,1000,900,870,970,1280,1440,930,700]},{"name":"Channel","color":"#4fae4e","values":[30,0,0,20,0,90,10,50,10,10,60,70,40,80,110,80,90,50,80,140,50,20,60,30,20,0,10,0,0,10,70,20,30,70,70,70,110,50,40,30,50,70,80,50,10,80,50,60,50,10,0,20,10,10,10,40,80,40,50,80,130,130,60,10,20,40,80,90,110,60,80,0,0,30,0,60,0,40,20,20,70,90,70,60,110,240,50,30,100,10,50,140,60,60,40,20,30,10,0,0,0,50,30,20,30,60,120,50,70,180,60,80,30,60,120,70,50,100,90,20,10,0,10,0,0,10,20,20,40,90,50,80,90,40,50,100,40,40,40,70,80,50,20,0,30,0,20,10,10,20,30,30,70,30,100,140,80,60,110,60,30,50,120,20,60,120,50,20]},{"name":"Search","color":"#F5BD25","values":[20,10,0,0,0,60,480,410,160,100,210,70,70,220,160,140,140,210,40,70,90,80,60,80,60,20,10,0,0,30,870,60,80,40,100,80,110,110,60,60,120,40,90,70,120,40,50,0,100,20,0,30,0,10,180,240,90,50,210,80,30,100,150,210,90,130,170,100,80,110,60,50,70,60,0,10,150,90,30,90,20,140,100,170,340,90,80,230,140,70,60,200,150,90,110,70,10,0,0,50,220,110,150,20,50,70,40,230,90,80,80,230,80,70,140,360,240,140,80,10,20,10,0,10,40,280,220,90,70,130,110,170,300,170,200,330,170,80,370,200,90,100,30,40,0,0,0,0,200,750,100,150,40,90,50,40,90,160,160,120,530,70,90,260,300,310,130,120]},{"name":"Other","color":"#F79E39","values":[20,30,10,10,10,140,100,130,170,140,140,220,90,250,160,170,180,110,130,170,210,150,80,70,70,40,20,10,0,70,90,200,170,130,100,240,110,100,90,150,230,160,130,140,140,90,110,90,40,60,20,0,0,10,120,90,150,180,110,120,130,150,230,140,140,180,110,150,130,110,80,50,30,30,10,0,10,40,130,90,100,160,350,360,350,140,190,280,160,130,290,230,180,250,130,90,20,10,20,20,20,80,120,130,240,160,220,180,190,190,150,100,200,320,190,180,190,200,80,80,50,20,30,30,30,70,80,60,150,160,120,230,160,160,140,110,90,170,180,210,240,100,120,80,70,30,20,10,30,90,120,50,130,120,140,170,150,140,100,90,150,180,170,140,160,230,110,60]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,0,20,0,0,0,0,0,10,30,0,0,0,10,0,0,0,0,10,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,0,10,0,10,20,0,0,0,0,0,0,0,0,0,0,10,20,10,0,10,10,20,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,0,0,20,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,10,10,10,0,10,10,0,0,0,0,0,0,0,0,20,0,10,10,0,10,0,10,0,20,20,0,0,0,20,0,0,0,0,0,0,0,0,0,10,10,0,10,20,0,0,0,0,20,10,30,10,0,20,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/17.json b/dist/chartDummyData/views_zoom/2018-07/17.json new file mode 100644 index 000000000..b0c9db401 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/17.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1531526400000,1531530000000,1531533600000,1531537200000,1531540800000,1531544400000,1531548000000,1531551600000,1531555200000,1531558800000,1531562400000,1531566000000,1531569600000,1531573200000,1531576800000,1531580400000,1531584000000,1531587600000,1531591200000,1531594800000,1531598400000,1531602000000,1531605600000,1531609200000,1531612800000,1531616400000,1531620000000,1531623600000,1531627200000,1531630800000,1531634400000,1531638000000,1531641600000,1531645200000,1531648800000,1531652400000,1531656000000,1531659600000,1531663200000,1531666800000,1531670400000,1531674000000,1531677600000,1531681200000,1531684800000,1531688400000,1531692000000,1531695600000,1531699200000,1531702800000,1531706400000,1531710000000,1531713600000,1531717200000,1531720800000,1531724400000,1531728000000,1531731600000,1531735200000,1531738800000,1531742400000,1531746000000,1531749600000,1531753200000,1531756800000,1531760400000,1531764000000,1531767600000,1531771200000,1531774800000,1531778400000,1531782000000,1531785600000,1531789200000,1531792800000,1531796400000,1531800000000,1531803600000,1531807200000,1531810800000,1531814400000,1531818000000,1531821600000,1531825200000,1531828800000,1531832400000,1531836000000,1531839600000,1531843200000,1531846800000,1531850400000,1531854000000,1531857600000,1531861200000,1531864800000,1531868400000,1531872000000,1531875600000,1531879200000,1531882800000,1531886400000,1531890000000,1531893600000,1531897200000,1531900800000,1531904400000,1531908000000,1531911600000,1531915200000,1531918800000,1531922400000,1531926000000,1531929600000,1531933200000,1531936800000,1531940400000,1531944000000,1531947600000,1531951200000,1531954800000,1531958400000,1531962000000,1531965600000,1531969200000,1531972800000,1531976400000,1531980000000,1531983600000,1531987200000,1531990800000,1531994400000,1531998000000,1532001600000,1532005200000,1532008800000,1532012400000,1532016000000,1532019600000,1532023200000,1532026800000,1532030400000,1532034000000,1532037600000,1532041200000,1532044800000,1532048400000,1532052000000,1532055600000,1532059200000,1532062800000,1532066400000,1532070000000,1532073600000,1532077200000,1532080800000,1532084400000,1532088000000,1532091600000,1532095200000,1532098800000,1532102400000,1532106000000,1532109600000,1532113200000,1532116800000,1532120400000,1532124000000,1532127600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[150,180,100,30,50,120,630,510,560,980,960,1050,1360,1000,1330,1040,1070,980,1030,1180,950,800,590,550,270,170,100,20,60,50,180,370,760,810,990,900,1080,1180,940,740,1310,1270,990,880,1130,1200,620,680,240,70,50,70,100,200,390,410,780,850,960,1280,890,1270,1460,820,1150,1130,1140,1520,1070,870,740,550,170,110,80,20,90,170,470,660,590,940,1030,1110,900,1020,1350,1030,1030,880,1120,1020,1550,1490,810,470,290,90,30,20,80,170,400,800,860,830,1000,1210,1040,1010,1200,1050,950,980,1450,1060,1060,860,830,580,190,70,100,70,90,230,410,620,860,1100,1270,930,880,1260,940,810,810,1010,1110,1150,1490,1050,700,450,280,150,130,50,30,160,580,570,930,760,710,1170,1130,1260,900,1150,1080,1180,1360,1320,1100,690,700,480]},{"name":"URL","color":"#2373DB","values":[210,40,10,0,40,60,110,370,530,610,610,590,680,620,690,920,760,900,750,790,820,630,350,170,110,130,30,10,0,40,80,90,390,440,680,400,630,660,680,530,820,730,670,870,560,400,390,230,100,0,10,0,10,90,310,440,470,610,820,880,710,490,670,780,710,840,970,810,580,630,370,140,50,50,30,0,0,100,210,340,470,830,770,740,720,580,640,740,870,1200,800,780,610,760,410,150,50,40,10,20,20,100,200,530,480,600,670,750,640,710,660,820,1020,850,1000,890,680,540,430,380,190,80,20,0,40,100,390,540,470,650,930,840,780,520,650,630,760,1030,760,940,860,670,490,300,310,120,10,70,10,140,200,400,500,680,780,760,600,640,920,780,840,1120,950,820,710,430,310,230]},{"name":"Groups","color":"#9ED448","values":[260,130,40,30,50,130,300,420,570,450,760,550,1490,810,580,870,620,650,780,820,850,940,910,660,400,200,140,80,50,60,220,470,580,600,830,780,1020,660,730,610,1010,950,980,750,1260,1570,890,760,250,220,50,20,120,240,370,590,790,770,920,810,720,820,740,830,740,610,1000,1300,1280,1190,1190,720,410,80,260,20,140,320,340,450,830,550,840,720,940,650,850,730,710,840,920,1070,1350,1080,990,520,170,130,50,20,220,280,460,550,560,530,720,750,1090,820,700,660,680,570,1060,1310,1130,1580,970,1050,280,150,80,80,160,290,490,800,580,610,850,880,830,810,740,680,1000,900,870,970,1280,1440,930,700,460,150,50,40,140,250,580,520,410,650,840,1110,1130,1060,940,840,670,610,930,870,1110,1310,1020,650]},{"name":"Channel","color":"#4fae4e","values":[20,0,10,0,0,10,70,20,30,70,70,70,110,50,40,30,50,70,80,50,10,80,50,60,50,10,0,20,10,10,10,40,80,40,50,80,130,130,60,10,20,40,80,90,110,60,80,0,0,30,0,60,0,40,20,20,70,90,70,60,110,240,50,30,100,10,50,140,60,60,40,20,30,10,0,0,0,50,30,20,30,60,120,50,70,180,60,80,30,60,120,70,50,100,90,20,10,0,10,0,0,10,20,20,40,90,50,80,90,40,50,100,40,40,40,70,80,50,20,0,30,0,20,10,10,20,30,30,70,30,100,140,80,60,110,60,30,50,120,20,60,120,50,20,40,20,0,20,20,30,20,20,60,20,90,50,50,30,20,100,30,120,70,70,40,100,70,40]},{"name":"Search","color":"#F5BD25","values":[60,20,10,0,0,30,870,60,80,40,100,80,110,110,60,60,120,40,90,70,120,40,50,0,100,20,0,30,0,10,180,240,90,50,210,80,30,100,150,210,90,130,170,100,80,110,60,50,70,60,0,10,150,90,30,90,20,140,100,170,340,90,80,230,140,70,60,200,150,90,110,70,10,0,0,50,220,110,150,20,50,70,40,230,90,80,80,230,80,70,140,360,240,140,80,10,20,10,0,10,40,280,220,90,70,130,110,170,300,170,200,330,170,80,370,200,90,100,30,40,0,0,0,0,200,750,100,150,40,90,50,40,90,160,160,120,530,70,90,260,300,310,130,120,50,20,0,20,20,120,620,200,50,90,180,150,200,110,230,140,100,20,160,210,230,1940,60,20]},{"name":"Other","color":"#F79E39","values":[70,40,20,10,0,70,90,200,170,130,100,240,110,100,90,150,230,160,130,140,140,90,110,90,40,60,20,0,0,10,120,90,150,180,110,120,130,150,230,140,140,180,110,150,130,110,80,50,30,30,10,0,10,40,130,90,100,160,350,360,350,140,190,280,160,130,290,230,180,250,130,90,20,10,20,20,20,80,120,130,240,160,220,180,190,190,150,100,200,320,190,180,190,200,80,80,50,20,30,30,30,70,80,60,150,160,120,230,160,160,140,110,90,170,180,210,240,100,120,80,70,30,20,10,30,90,120,50,130,120,140,170,150,140,100,90,150,180,170,140,160,230,110,60,80,10,0,20,10,130,80,190,130,120,100,190,220,230,190,150,170,140,210,220,180,220,90,80]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,0,10,0,10,20,0,0,0,0,0,0,0,0,0,0,10,20,10,0,10,10,20,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,0,0,20,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,10,10,10,0,10,10,0,0,0,0,0,0,0,0,20,0,10,10,0,10,0,10,0,20,20,0,0,0,20,0,0,0,0,0,0,0,0,0,10,10,0,10,20,0,0,0,0,20,10,30,10,0,20,0,0,0,0,0,0,0,0,0,0,0,10,20,20,0,0,0,0,0,20,10,10,10,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/18.json b/dist/chartDummyData/views_zoom/2018-07/18.json new file mode 100644 index 000000000..e397ad63f --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/18.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1531612800000,1531616400000,1531620000000,1531623600000,1531627200000,1531630800000,1531634400000,1531638000000,1531641600000,1531645200000,1531648800000,1531652400000,1531656000000,1531659600000,1531663200000,1531666800000,1531670400000,1531674000000,1531677600000,1531681200000,1531684800000,1531688400000,1531692000000,1531695600000,1531699200000,1531702800000,1531706400000,1531710000000,1531713600000,1531717200000,1531720800000,1531724400000,1531728000000,1531731600000,1531735200000,1531738800000,1531742400000,1531746000000,1531749600000,1531753200000,1531756800000,1531760400000,1531764000000,1531767600000,1531771200000,1531774800000,1531778400000,1531782000000,1531785600000,1531789200000,1531792800000,1531796400000,1531800000000,1531803600000,1531807200000,1531810800000,1531814400000,1531818000000,1531821600000,1531825200000,1531828800000,1531832400000,1531836000000,1531839600000,1531843200000,1531846800000,1531850400000,1531854000000,1531857600000,1531861200000,1531864800000,1531868400000,1531872000000,1531875600000,1531879200000,1531882800000,1531886400000,1531890000000,1531893600000,1531897200000,1531900800000,1531904400000,1531908000000,1531911600000,1531915200000,1531918800000,1531922400000,1531926000000,1531929600000,1531933200000,1531936800000,1531940400000,1531944000000,1531947600000,1531951200000,1531954800000,1531958400000,1531962000000,1531965600000,1531969200000,1531972800000,1531976400000,1531980000000,1531983600000,1531987200000,1531990800000,1531994400000,1531998000000,1532001600000,1532005200000,1532008800000,1532012400000,1532016000000,1532019600000,1532023200000,1532026800000,1532030400000,1532034000000,1532037600000,1532041200000,1532044800000,1532048400000,1532052000000,1532055600000,1532059200000,1532062800000,1532066400000,1532070000000,1532073600000,1532077200000,1532080800000,1532084400000,1532088000000,1532091600000,1532095200000,1532098800000,1532102400000,1532106000000,1532109600000,1532113200000,1532116800000,1532120400000,1532124000000,1532127600000,1532131200000,1532134800000,1532138400000,1532142000000,1532145600000,1532149200000,1532152800000,1532156400000,1532160000000,1532163600000,1532167200000,1532170800000,1532174400000,1532178000000,1532181600000,1532185200000,1532188800000,1532192400000,1532196000000,1532199600000,1532203200000,1532206800000,1532210400000,1532214000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[270,170,100,20,60,50,180,370,760,810,990,900,1080,1180,940,740,1310,1270,990,880,1130,1200,620,680,240,70,50,70,100,200,390,410,780,850,960,1280,890,1270,1460,820,1150,1130,1140,1520,1070,870,740,550,170,110,80,20,90,170,470,660,590,940,1030,1110,900,1020,1350,1030,1030,880,1120,1020,1550,1490,810,470,290,90,30,20,80,170,400,800,860,830,1000,1210,1040,1010,1200,1050,950,980,1450,1060,1060,860,830,580,190,70,100,70,90,230,410,620,860,1100,1270,930,880,1260,940,810,810,1010,1110,1150,1490,1050,700,450,280,150,130,50,30,160,580,570,930,760,710,1170,1130,1260,900,1150,1080,1180,1360,1320,1100,690,700,480,290,120,60,80,80,80,510,530,770,1520,970,1140,1200,1240,1070,850,990,1060,1190,850,1220,970,670,640]},{"name":"URL","color":"#2373DB","values":[110,130,30,10,0,40,80,90,390,440,680,400,630,660,680,530,820,730,670,870,560,400,390,230,100,0,10,0,10,90,310,440,470,610,820,880,710,490,670,780,710,840,970,810,580,630,370,140,50,50,30,0,0,100,210,340,470,830,770,740,720,580,640,740,870,1200,800,780,610,760,410,150,50,40,10,20,20,100,200,530,480,600,670,750,640,710,660,820,1020,850,1000,890,680,540,430,380,190,80,20,0,40,100,390,540,470,650,930,840,780,520,650,630,760,1030,760,940,860,670,490,300,310,120,10,70,10,140,200,400,500,680,780,760,600,640,920,780,840,1120,950,820,710,430,310,230,170,110,30,60,30,90,180,320,650,630,780,810,770,860,740,650,930,740,570,860,730,620,500,350]},{"name":"Groups","color":"#9ED448","values":[400,200,140,80,50,60,220,470,580,600,830,780,1020,660,730,610,1010,950,980,750,1260,1570,890,760,250,220,50,20,120,240,370,590,790,770,920,810,720,820,740,830,740,610,1000,1300,1280,1190,1190,720,410,80,260,20,140,320,340,450,830,550,840,720,940,650,850,730,710,840,920,1070,1350,1080,990,520,170,130,50,20,220,280,460,550,560,530,720,750,1090,820,700,660,680,570,1060,1310,1130,1580,970,1050,280,150,80,80,160,290,490,800,580,610,850,880,830,810,740,680,1000,900,870,970,1280,1440,930,700,460,150,50,40,140,250,580,520,410,650,840,1110,1130,1060,940,840,670,610,930,870,1110,1310,1020,650,420,210,50,40,60,230,350,550,650,650,900,650,790,750,790,640,660,730,850,630,670,790,1050,700]},{"name":"Channel","color":"#4fae4e","values":[50,10,0,20,10,10,10,40,80,40,50,80,130,130,60,10,20,40,80,90,110,60,80,0,0,30,0,60,0,40,20,20,70,90,70,60,110,240,50,30,100,10,50,140,60,60,40,20,30,10,0,0,0,50,30,20,30,60,120,50,70,180,60,80,30,60,120,70,50,100,90,20,10,0,10,0,0,10,20,20,40,90,50,80,90,40,50,100,40,40,40,70,80,50,20,0,30,0,20,10,10,20,30,30,70,30,100,140,80,60,110,60,30,50,120,20,60,120,50,20,40,20,0,20,20,30,20,20,60,20,90,50,50,30,20,100,30,120,70,70,40,100,70,40,0,0,0,10,0,10,40,80,70,110,20,160,130,100,110,70,30,70,90,50,60,20,40,30]},{"name":"Search","color":"#F5BD25","values":[100,20,0,30,0,10,180,240,90,50,210,80,30,100,150,210,90,130,170,100,80,110,60,50,70,60,0,10,150,90,30,90,20,140,100,170,340,90,80,230,140,70,60,200,150,90,110,70,10,0,0,50,220,110,150,20,50,70,40,230,90,80,80,230,80,70,140,360,240,140,80,10,20,10,0,10,40,280,220,90,70,130,110,170,300,170,200,330,170,80,370,200,90,100,30,40,0,0,0,0,200,750,100,150,40,90,50,40,90,160,160,120,530,70,90,260,300,310,130,120,50,20,0,20,20,120,620,200,50,90,180,150,200,110,230,140,100,20,160,210,230,1940,60,20,40,0,0,0,20,210,360,140,30,60,30,80,360,120,180,60,70,80,130,110,170,60,30,120]},{"name":"Other","color":"#F79E39","values":[40,60,20,0,0,10,120,90,150,180,110,120,130,150,230,140,140,180,110,150,130,110,80,50,30,30,10,0,10,40,130,90,100,160,350,360,350,140,190,280,160,130,290,230,180,250,130,90,20,10,20,20,20,80,120,130,240,160,220,180,190,190,150,100,200,320,190,180,190,200,80,80,50,20,30,30,30,70,80,60,150,160,120,230,160,160,140,110,90,170,180,210,240,100,120,80,70,30,20,10,30,90,120,50,130,120,140,170,150,140,100,90,150,180,170,140,160,230,110,60,80,10,0,20,10,130,80,190,130,120,100,190,220,230,190,150,170,140,210,220,180,220,90,80,30,30,30,10,10,50,110,160,130,130,150,160,170,200,110,160,150,110,190,180,140,160,110,100]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,20,10,0,10,10,20,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,0,0,20,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,10,10,10,0,10,10,0,0,0,0,0,0,0,0,20,0,10,10,0,10,0,10,0,20,20,0,0,0,20,0,0,0,0,0,0,0,0,0,10,10,0,10,20,0,0,0,0,20,10,30,10,0,20,0,0,0,0,0,0,0,0,0,0,0,10,20,20,0,0,0,0,0,20,10,10,10,10,0,0,0,0,0,0,0,0,0,10,0,10,0,20,20,20,10,0,30,10,20,0,0,0,0,20,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/19.json b/dist/chartDummyData/views_zoom/2018-07/19.json new file mode 100644 index 000000000..96511b554 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/19.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1531699200000,1531702800000,1531706400000,1531710000000,1531713600000,1531717200000,1531720800000,1531724400000,1531728000000,1531731600000,1531735200000,1531738800000,1531742400000,1531746000000,1531749600000,1531753200000,1531756800000,1531760400000,1531764000000,1531767600000,1531771200000,1531774800000,1531778400000,1531782000000,1531785600000,1531789200000,1531792800000,1531796400000,1531800000000,1531803600000,1531807200000,1531810800000,1531814400000,1531818000000,1531821600000,1531825200000,1531828800000,1531832400000,1531836000000,1531839600000,1531843200000,1531846800000,1531850400000,1531854000000,1531857600000,1531861200000,1531864800000,1531868400000,1531872000000,1531875600000,1531879200000,1531882800000,1531886400000,1531890000000,1531893600000,1531897200000,1531900800000,1531904400000,1531908000000,1531911600000,1531915200000,1531918800000,1531922400000,1531926000000,1531929600000,1531933200000,1531936800000,1531940400000,1531944000000,1531947600000,1531951200000,1531954800000,1531958400000,1531962000000,1531965600000,1531969200000,1531972800000,1531976400000,1531980000000,1531983600000,1531987200000,1531990800000,1531994400000,1531998000000,1532001600000,1532005200000,1532008800000,1532012400000,1532016000000,1532019600000,1532023200000,1532026800000,1532030400000,1532034000000,1532037600000,1532041200000,1532044800000,1532048400000,1532052000000,1532055600000,1532059200000,1532062800000,1532066400000,1532070000000,1532073600000,1532077200000,1532080800000,1532084400000,1532088000000,1532091600000,1532095200000,1532098800000,1532102400000,1532106000000,1532109600000,1532113200000,1532116800000,1532120400000,1532124000000,1532127600000,1532131200000,1532134800000,1532138400000,1532142000000,1532145600000,1532149200000,1532152800000,1532156400000,1532160000000,1532163600000,1532167200000,1532170800000,1532174400000,1532178000000,1532181600000,1532185200000,1532188800000,1532192400000,1532196000000,1532199600000,1532203200000,1532206800000,1532210400000,1532214000000,1532217600000,1532221200000,1532224800000,1532228400000,1532232000000,1532235600000,1532239200000,1532242800000,1532246400000,1532250000000,1532253600000,1532257200000,1532260800000,1532264400000,1532268000000,1532271600000,1532275200000,1532278800000,1532282400000,1532286000000,1532289600000,1532293200000,1532296800000,1532300400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[240,70,50,70,100,200,390,410,780,850,960,1280,890,1270,1460,820,1150,1130,1140,1520,1070,870,740,550,170,110,80,20,90,170,470,660,590,940,1030,1110,900,1020,1350,1030,1030,880,1120,1020,1550,1490,810,470,290,90,30,20,80,170,400,800,860,830,1000,1210,1040,1010,1200,1050,950,980,1450,1060,1060,860,830,580,190,70,100,70,90,230,410,620,860,1100,1270,930,880,1260,940,810,810,1010,1110,1150,1490,1050,700,450,280,150,130,50,30,160,580,570,930,760,710,1170,1130,1260,900,1150,1080,1180,1360,1320,1100,690,700,480,290,120,60,80,80,80,510,530,770,1520,970,1140,1200,1240,1070,850,990,1060,1190,850,1220,970,670,640,380,210,30,90,130,120,340,260,600,850,1000,890,1210,900,1240,1030,1300,1230,1020,1130,970,980,760,630]},{"name":"URL","color":"#2373DB","values":[100,0,10,0,10,90,310,440,470,610,820,880,710,490,670,780,710,840,970,810,580,630,370,140,50,50,30,0,0,100,210,340,470,830,770,740,720,580,640,740,870,1200,800,780,610,760,410,150,50,40,10,20,20,100,200,530,480,600,670,750,640,710,660,820,1020,850,1000,890,680,540,430,380,190,80,20,0,40,100,390,540,470,650,930,840,780,520,650,630,760,1030,760,940,860,670,490,300,310,120,10,70,10,140,200,400,500,680,780,760,600,640,920,780,840,1120,950,820,710,430,310,230,170,110,30,60,30,90,180,320,650,630,780,810,770,860,740,650,930,740,570,860,730,620,500,350,140,80,40,50,10,0,70,280,230,480,660,400,390,490,420,590,720,670,790,730,830,620,570,290]},{"name":"Groups","color":"#9ED448","values":[250,220,50,20,120,240,370,590,790,770,920,810,720,820,740,830,740,610,1000,1300,1280,1190,1190,720,410,80,260,20,140,320,340,450,830,550,840,720,940,650,850,730,710,840,920,1070,1350,1080,990,520,170,130,50,20,220,280,460,550,560,530,720,750,1090,820,700,660,680,570,1060,1310,1130,1580,970,1050,280,150,80,80,160,290,490,800,580,610,850,880,830,810,740,680,1000,900,870,970,1280,1440,930,700,460,150,50,40,140,250,580,520,410,650,840,1110,1130,1060,940,840,670,610,930,870,1110,1310,1020,650,420,210,50,40,60,230,350,550,650,650,900,650,790,750,790,640,660,730,850,630,670,790,1050,700,630,190,40,20,30,90,210,320,430,630,560,740,1070,660,740,890,740,1050,710,880,1240,1240,1170,640]},{"name":"Channel","color":"#4fae4e","values":[0,30,0,60,0,40,20,20,70,90,70,60,110,240,50,30,100,10,50,140,60,60,40,20,30,10,0,0,0,50,30,20,30,60,120,50,70,180,60,80,30,60,120,70,50,100,90,20,10,0,10,0,0,10,20,20,40,90,50,80,90,40,50,100,40,40,40,70,80,50,20,0,30,0,20,10,10,20,30,30,70,30,100,140,80,60,110,60,30,50,120,20,60,120,50,20,40,20,0,20,20,30,20,20,60,20,90,50,50,30,20,100,30,120,70,70,40,100,70,40,0,0,0,10,0,10,40,80,70,110,20,160,130,100,110,70,30,70,90,50,60,20,40,30,40,0,0,30,0,0,10,10,40,120,90,50,70,60,40,90,100,50,40,40,20,140,50,80]},{"name":"Search","color":"#F5BD25","values":[70,60,0,10,150,90,30,90,20,140,100,170,340,90,80,230,140,70,60,200,150,90,110,70,10,0,0,50,220,110,150,20,50,70,40,230,90,80,80,230,80,70,140,360,240,140,80,10,20,10,0,10,40,280,220,90,70,130,110,170,300,170,200,330,170,80,370,200,90,100,30,40,0,0,0,0,200,750,100,150,40,90,50,40,90,160,160,120,530,70,90,260,300,310,130,120,50,20,0,20,20,120,620,200,50,90,180,150,200,110,230,140,100,20,160,210,230,1940,60,20,40,0,0,0,20,210,360,140,30,60,30,80,360,120,180,60,70,80,130,110,170,60,30,120,0,40,10,10,20,110,10,360,80,120,110,120,210,130,170,130,120,90,90,430,220,130,140,40]},{"name":"Other","color":"#F79E39","values":[30,30,10,0,10,40,130,90,100,160,350,360,350,140,190,280,160,130,290,230,180,250,130,90,20,10,20,20,20,80,120,130,240,160,220,180,190,190,150,100,200,320,190,180,190,200,80,80,50,20,30,30,30,70,80,60,150,160,120,230,160,160,140,110,90,170,180,210,240,100,120,80,70,30,20,10,30,90,120,50,130,120,140,170,150,140,100,90,150,180,170,140,160,230,110,60,80,10,0,20,10,130,80,190,130,120,100,190,220,230,190,150,170,140,210,220,180,220,90,80,30,30,30,10,10,50,110,160,130,130,150,160,170,200,110,160,150,110,190,180,140,160,110,100,60,20,20,20,20,20,30,140,110,130,100,130,200,120,140,120,120,110,150,210,120,190,110,100]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,0,0,0,10,0,0,0,20,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,10,10,10,0,10,10,0,0,0,0,0,0,0,0,20,0,10,10,0,10,0,10,0,20,20,0,0,0,20,0,0,0,0,0,0,0,0,0,10,10,0,10,20,0,0,0,0,20,10,30,10,0,20,0,0,0,0,0,0,0,0,0,0,0,10,20,20,0,0,0,0,0,20,10,10,10,10,0,0,0,0,0,0,0,0,0,10,0,10,0,20,20,20,10,0,30,10,20,0,0,0,0,20,0,10,0,0,0,0,0,0,0,0,10,20,0,20,40,0,20,0,20,0,10,20,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/20.json b/dist/chartDummyData/views_zoom/2018-07/20.json new file mode 100644 index 000000000..9548e621b --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/20.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1531785600000,1531789200000,1531792800000,1531796400000,1531800000000,1531803600000,1531807200000,1531810800000,1531814400000,1531818000000,1531821600000,1531825200000,1531828800000,1531832400000,1531836000000,1531839600000,1531843200000,1531846800000,1531850400000,1531854000000,1531857600000,1531861200000,1531864800000,1531868400000,1531872000000,1531875600000,1531879200000,1531882800000,1531886400000,1531890000000,1531893600000,1531897200000,1531900800000,1531904400000,1531908000000,1531911600000,1531915200000,1531918800000,1531922400000,1531926000000,1531929600000,1531933200000,1531936800000,1531940400000,1531944000000,1531947600000,1531951200000,1531954800000,1531958400000,1531962000000,1531965600000,1531969200000,1531972800000,1531976400000,1531980000000,1531983600000,1531987200000,1531990800000,1531994400000,1531998000000,1532001600000,1532005200000,1532008800000,1532012400000,1532016000000,1532019600000,1532023200000,1532026800000,1532030400000,1532034000000,1532037600000,1532041200000,1532044800000,1532048400000,1532052000000,1532055600000,1532059200000,1532062800000,1532066400000,1532070000000,1532073600000,1532077200000,1532080800000,1532084400000,1532088000000,1532091600000,1532095200000,1532098800000,1532102400000,1532106000000,1532109600000,1532113200000,1532116800000,1532120400000,1532124000000,1532127600000,1532131200000,1532134800000,1532138400000,1532142000000,1532145600000,1532149200000,1532152800000,1532156400000,1532160000000,1532163600000,1532167200000,1532170800000,1532174400000,1532178000000,1532181600000,1532185200000,1532188800000,1532192400000,1532196000000,1532199600000,1532203200000,1532206800000,1532210400000,1532214000000,1532217600000,1532221200000,1532224800000,1532228400000,1532232000000,1532235600000,1532239200000,1532242800000,1532246400000,1532250000000,1532253600000,1532257200000,1532260800000,1532264400000,1532268000000,1532271600000,1532275200000,1532278800000,1532282400000,1532286000000,1532289600000,1532293200000,1532296800000,1532300400000,1532304000000,1532307600000,1532311200000,1532314800000,1532318400000,1532322000000,1532325600000,1532329200000,1532332800000,1532336400000,1532340000000,1532343600000,1532347200000,1532350800000,1532354400000,1532358000000,1532361600000,1532365200000,1532368800000,1532372400000,1532376000000,1532379600000,1532383200000,1532386800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[170,110,80,20,90,170,470,660,590,940,1030,1110,900,1020,1350,1030,1030,880,1120,1020,1550,1490,810,470,290,90,30,20,80,170,400,800,860,830,1000,1210,1040,1010,1200,1050,950,980,1450,1060,1060,860,830,580,190,70,100,70,90,230,410,620,860,1100,1270,930,880,1260,940,810,810,1010,1110,1150,1490,1050,700,450,280,150,130,50,30,160,580,570,930,760,710,1170,1130,1260,900,1150,1080,1180,1360,1320,1100,690,700,480,290,120,60,80,80,80,510,530,770,1520,970,1140,1200,1240,1070,850,990,1060,1190,850,1220,970,670,640,380,210,30,90,130,120,340,260,600,850,1000,890,1210,900,1240,1030,1300,1230,1020,1130,970,980,760,630,370,220,50,70,120,230,530,730,880,1110,1180,1020,1200,960,730,1330,1000,1200,1470,1460,1430,1160,890,620]},{"name":"URL","color":"#2373DB","values":[50,50,30,0,0,100,210,340,470,830,770,740,720,580,640,740,870,1200,800,780,610,760,410,150,50,40,10,20,20,100,200,530,480,600,670,750,640,710,660,820,1020,850,1000,890,680,540,430,380,190,80,20,0,40,100,390,540,470,650,930,840,780,520,650,630,760,1030,760,940,860,670,490,300,310,120,10,70,10,140,200,400,500,680,780,760,600,640,920,780,840,1120,950,820,710,430,310,230,170,110,30,60,30,90,180,320,650,630,780,810,770,860,740,650,930,740,570,860,730,620,500,350,140,80,40,50,10,0,70,280,230,480,660,400,390,490,420,590,720,670,790,730,830,620,570,290,200,50,0,0,50,70,220,450,500,690,810,870,720,590,950,700,1070,1170,1030,940,750,560,370,230]},{"name":"Groups","color":"#9ED448","values":[410,80,260,20,140,320,340,450,830,550,840,720,940,650,850,730,710,840,920,1070,1350,1080,990,520,170,130,50,20,220,280,460,550,560,530,720,750,1090,820,700,660,680,570,1060,1310,1130,1580,970,1050,280,150,80,80,160,290,490,800,580,610,850,880,830,810,740,680,1000,900,870,970,1280,1440,930,700,460,150,50,40,140,250,580,520,410,650,840,1110,1130,1060,940,840,670,610,930,870,1110,1310,1020,650,420,210,50,40,60,230,350,550,650,650,900,650,790,750,790,640,660,730,850,630,670,790,1050,700,630,190,40,20,30,90,210,320,430,630,560,740,1070,660,740,890,740,1050,710,880,1240,1240,1170,640,290,40,50,20,80,230,380,660,490,830,880,910,820,1060,870,830,910,810,960,1310,1410,1170,1130,680]},{"name":"Channel","color":"#4fae4e","values":[30,10,0,0,0,50,30,20,30,60,120,50,70,180,60,80,30,60,120,70,50,100,90,20,10,0,10,0,0,10,20,20,40,90,50,80,90,40,50,100,40,40,40,70,80,50,20,0,30,0,20,10,10,20,30,30,70,30,100,140,80,60,110,60,30,50,120,20,60,120,50,20,40,20,0,20,20,30,20,20,60,20,90,50,50,30,20,100,30,120,70,70,40,100,70,40,0,0,0,10,0,10,40,80,70,110,20,160,130,100,110,70,30,70,90,50,60,20,40,30,40,0,0,30,0,0,10,10,40,120,90,50,70,60,40,90,100,50,40,40,20,140,50,80,20,30,10,0,50,60,10,80,50,70,50,60,70,110,80,90,80,100,40,110,80,110,60,110]},{"name":"Search","color":"#F5BD25","values":[10,0,0,50,220,110,150,20,50,70,40,230,90,80,80,230,80,70,140,360,240,140,80,10,20,10,0,10,40,280,220,90,70,130,110,170,300,170,200,330,170,80,370,200,90,100,30,40,0,0,0,0,200,750,100,150,40,90,50,40,90,160,160,120,530,70,90,260,300,310,130,120,50,20,0,20,20,120,620,200,50,90,180,150,200,110,230,140,100,20,160,210,230,1940,60,20,40,0,0,0,20,210,360,140,30,60,30,80,360,120,180,60,70,80,130,110,170,60,30,120,0,40,10,10,20,110,10,360,80,120,110,120,210,130,170,130,120,90,90,430,220,130,140,40,10,0,30,50,30,150,360,110,110,150,20,210,100,90,190,70,140,110,220,230,160,110,100,370]},{"name":"Other","color":"#F79E39","values":[20,10,20,20,20,80,120,130,240,160,220,180,190,190,150,100,200,320,190,180,190,200,80,80,50,20,30,30,30,70,80,60,150,160,120,230,160,160,140,110,90,170,180,210,240,100,120,80,70,30,20,10,30,90,120,50,130,120,140,170,150,140,100,90,150,180,170,140,160,230,110,60,80,10,0,20,10,130,80,190,130,120,100,190,220,230,190,150,170,140,210,220,180,220,90,80,30,30,30,10,10,50,110,160,130,130,150,160,170,200,110,160,150,110,190,180,140,160,110,100,60,20,20,20,20,20,30,140,110,130,100,130,200,120,140,120,120,110,150,210,120,190,110,100,40,10,20,20,10,50,90,90,130,240,160,230,270,100,180,140,380,210,190,280,280,180,120,60]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,10,10,10,0,10,10,0,0,0,0,0,0,0,0,20,0,10,10,0,10,0,10,0,20,20,0,0,0,20,0,0,0,0,0,0,0,0,0,10,10,0,10,20,0,0,0,0,20,10,30,10,0,20,0,0,0,0,0,0,0,0,0,0,0,10,20,20,0,0,0,0,0,20,10,10,10,10,0,0,0,0,0,0,0,0,0,10,0,10,0,20,20,20,10,0,30,10,20,0,0,0,0,20,0,10,0,0,0,0,0,0,0,0,10,20,0,20,40,0,20,0,20,0,10,20,10,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,0,10,10,10,30,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/21.json b/dist/chartDummyData/views_zoom/2018-07/21.json new file mode 100644 index 000000000..ecdc308ae --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/21.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1531872000000,1531875600000,1531879200000,1531882800000,1531886400000,1531890000000,1531893600000,1531897200000,1531900800000,1531904400000,1531908000000,1531911600000,1531915200000,1531918800000,1531922400000,1531926000000,1531929600000,1531933200000,1531936800000,1531940400000,1531944000000,1531947600000,1531951200000,1531954800000,1531958400000,1531962000000,1531965600000,1531969200000,1531972800000,1531976400000,1531980000000,1531983600000,1531987200000,1531990800000,1531994400000,1531998000000,1532001600000,1532005200000,1532008800000,1532012400000,1532016000000,1532019600000,1532023200000,1532026800000,1532030400000,1532034000000,1532037600000,1532041200000,1532044800000,1532048400000,1532052000000,1532055600000,1532059200000,1532062800000,1532066400000,1532070000000,1532073600000,1532077200000,1532080800000,1532084400000,1532088000000,1532091600000,1532095200000,1532098800000,1532102400000,1532106000000,1532109600000,1532113200000,1532116800000,1532120400000,1532124000000,1532127600000,1532131200000,1532134800000,1532138400000,1532142000000,1532145600000,1532149200000,1532152800000,1532156400000,1532160000000,1532163600000,1532167200000,1532170800000,1532174400000,1532178000000,1532181600000,1532185200000,1532188800000,1532192400000,1532196000000,1532199600000,1532203200000,1532206800000,1532210400000,1532214000000,1532217600000,1532221200000,1532224800000,1532228400000,1532232000000,1532235600000,1532239200000,1532242800000,1532246400000,1532250000000,1532253600000,1532257200000,1532260800000,1532264400000,1532268000000,1532271600000,1532275200000,1532278800000,1532282400000,1532286000000,1532289600000,1532293200000,1532296800000,1532300400000,1532304000000,1532307600000,1532311200000,1532314800000,1532318400000,1532322000000,1532325600000,1532329200000,1532332800000,1532336400000,1532340000000,1532343600000,1532347200000,1532350800000,1532354400000,1532358000000,1532361600000,1532365200000,1532368800000,1532372400000,1532376000000,1532379600000,1532383200000,1532386800000,1532390400000,1532394000000,1532397600000,1532401200000,1532404800000,1532408400000,1532412000000,1532415600000,1532419200000,1532422800000,1532426400000,1532430000000,1532433600000,1532437200000,1532440800000,1532444400000,1532448000000,1532451600000,1532455200000,1532458800000,1532462400000,1532466000000,1532469600000,1532473200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[290,90,30,20,80,170,400,800,860,830,1000,1210,1040,1010,1200,1050,950,980,1450,1060,1060,860,830,580,190,70,100,70,90,230,410,620,860,1100,1270,930,880,1260,940,810,810,1010,1110,1150,1490,1050,700,450,280,150,130,50,30,160,580,570,930,760,710,1170,1130,1260,900,1150,1080,1180,1360,1320,1100,690,700,480,290,120,60,80,80,80,510,530,770,1520,970,1140,1200,1240,1070,850,990,1060,1190,850,1220,970,670,640,380,210,30,90,130,120,340,260,600,850,1000,890,1210,900,1240,1030,1300,1230,1020,1130,970,980,760,630,370,220,50,70,120,230,530,730,880,1110,1180,1020,1200,960,730,1330,1000,1200,1470,1460,1430,1160,890,620,180,120,180,80,90,160,580,670,1000,970,990,1170,1040,990,930,1370,1270,1130,1160,1180,720,1060,810,490]},{"name":"URL","color":"#2373DB","values":[50,40,10,20,20,100,200,530,480,600,670,750,640,710,660,820,1020,850,1000,890,680,540,430,380,190,80,20,0,40,100,390,540,470,650,930,840,780,520,650,630,760,1030,760,940,860,670,490,300,310,120,10,70,10,140,200,400,500,680,780,760,600,640,920,780,840,1120,950,820,710,430,310,230,170,110,30,60,30,90,180,320,650,630,780,810,770,860,740,650,930,740,570,860,730,620,500,350,140,80,40,50,10,0,70,280,230,480,660,400,390,490,420,590,720,670,790,730,830,620,570,290,200,50,0,0,50,70,220,450,500,690,810,870,720,590,950,700,1070,1170,1030,940,750,560,370,230,100,80,80,10,10,80,210,300,620,530,860,740,700,740,920,880,1020,920,1030,1060,640,530,410,360]},{"name":"Groups","color":"#9ED448","values":[170,130,50,20,220,280,460,550,560,530,720,750,1090,820,700,660,680,570,1060,1310,1130,1580,970,1050,280,150,80,80,160,290,490,800,580,610,850,880,830,810,740,680,1000,900,870,970,1280,1440,930,700,460,150,50,40,140,250,580,520,410,650,840,1110,1130,1060,940,840,670,610,930,870,1110,1310,1020,650,420,210,50,40,60,230,350,550,650,650,900,650,790,750,790,640,660,730,850,630,670,790,1050,700,630,190,40,20,30,90,210,320,430,630,560,740,1070,660,740,890,740,1050,710,880,1240,1240,1170,640,290,40,50,20,80,230,380,660,490,830,880,910,820,1060,870,830,910,810,960,1310,1410,1170,1130,680,380,200,140,30,170,330,510,540,490,660,940,930,1100,790,840,690,930,900,1070,1270,1090,1190,950,810]},{"name":"Channel","color":"#4fae4e","values":[10,0,10,0,0,10,20,20,40,90,50,80,90,40,50,100,40,40,40,70,80,50,20,0,30,0,20,10,10,20,30,30,70,30,100,140,80,60,110,60,30,50,120,20,60,120,50,20,40,20,0,20,20,30,20,20,60,20,90,50,50,30,20,100,30,120,70,70,40,100,70,40,0,0,0,10,0,10,40,80,70,110,20,160,130,100,110,70,30,70,90,50,60,20,40,30,40,0,0,30,0,0,10,10,40,120,90,50,70,60,40,90,100,50,40,40,20,140,50,80,20,30,10,0,50,60,10,80,50,70,50,60,70,110,80,90,80,100,40,110,80,110,60,110,0,30,40,0,20,30,0,50,20,80,60,60,80,50,70,50,30,30,90,70,80,50,40,80]},{"name":"Search","color":"#F5BD25","values":[20,10,0,10,40,280,220,90,70,130,110,170,300,170,200,330,170,80,370,200,90,100,30,40,0,0,0,0,200,750,100,150,40,90,50,40,90,160,160,120,530,70,90,260,300,310,130,120,50,20,0,20,20,120,620,200,50,90,180,150,200,110,230,140,100,20,160,210,230,1940,60,20,40,0,0,0,20,210,360,140,30,60,30,80,360,120,180,60,70,80,130,110,170,60,30,120,0,40,10,10,20,110,10,360,80,120,110,120,210,130,170,130,120,90,90,430,220,130,140,40,10,0,30,50,30,150,360,110,110,150,20,210,100,90,190,70,140,110,220,230,160,110,100,370,70,20,0,0,20,100,710,150,60,160,130,90,930,330,110,130,100,150,90,260,40,70,90,140]},{"name":"Other","color":"#F79E39","values":[50,20,30,30,30,70,80,60,150,160,120,230,160,160,140,110,90,170,180,210,240,100,120,80,70,30,20,10,30,90,120,50,130,120,140,170,150,140,100,90,150,180,170,140,160,230,110,60,80,10,0,20,10,130,80,190,130,120,100,190,220,230,190,150,170,140,210,220,180,220,90,80,30,30,30,10,10,50,110,160,130,130,150,160,170,200,110,160,150,110,190,180,140,160,110,100,60,20,20,20,20,20,30,140,110,130,100,130,200,120,140,120,120,110,150,210,120,190,110,100,40,10,20,20,10,50,90,90,130,240,160,230,270,100,180,140,380,210,190,280,280,180,120,60,60,10,10,0,60,100,100,150,120,140,130,160,210,110,170,130,210,220,170,220,120,230,120,40]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,20,0,10,10,0,10,0,10,0,20,20,0,0,0,20,0,0,0,0,0,0,0,0,0,10,10,0,10,20,0,0,0,0,20,10,30,10,0,20,0,0,0,0,0,0,0,0,0,0,0,10,20,20,0,0,0,0,0,20,10,10,10,10,0,0,0,0,0,0,0,0,0,10,0,10,0,20,20,20,10,0,30,10,20,0,0,0,0,20,0,10,0,0,0,0,0,0,0,0,10,20,0,20,40,0,20,0,20,0,10,20,10,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,0,10,10,10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,20,0,0,10,0,0,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/22.json b/dist/chartDummyData/views_zoom/2018-07/22.json new file mode 100644 index 000000000..327363a9a --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/22.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1531958400000,1531962000000,1531965600000,1531969200000,1531972800000,1531976400000,1531980000000,1531983600000,1531987200000,1531990800000,1531994400000,1531998000000,1532001600000,1532005200000,1532008800000,1532012400000,1532016000000,1532019600000,1532023200000,1532026800000,1532030400000,1532034000000,1532037600000,1532041200000,1532044800000,1532048400000,1532052000000,1532055600000,1532059200000,1532062800000,1532066400000,1532070000000,1532073600000,1532077200000,1532080800000,1532084400000,1532088000000,1532091600000,1532095200000,1532098800000,1532102400000,1532106000000,1532109600000,1532113200000,1532116800000,1532120400000,1532124000000,1532127600000,1532131200000,1532134800000,1532138400000,1532142000000,1532145600000,1532149200000,1532152800000,1532156400000,1532160000000,1532163600000,1532167200000,1532170800000,1532174400000,1532178000000,1532181600000,1532185200000,1532188800000,1532192400000,1532196000000,1532199600000,1532203200000,1532206800000,1532210400000,1532214000000,1532217600000,1532221200000,1532224800000,1532228400000,1532232000000,1532235600000,1532239200000,1532242800000,1532246400000,1532250000000,1532253600000,1532257200000,1532260800000,1532264400000,1532268000000,1532271600000,1532275200000,1532278800000,1532282400000,1532286000000,1532289600000,1532293200000,1532296800000,1532300400000,1532304000000,1532307600000,1532311200000,1532314800000,1532318400000,1532322000000,1532325600000,1532329200000,1532332800000,1532336400000,1532340000000,1532343600000,1532347200000,1532350800000,1532354400000,1532358000000,1532361600000,1532365200000,1532368800000,1532372400000,1532376000000,1532379600000,1532383200000,1532386800000,1532390400000,1532394000000,1532397600000,1532401200000,1532404800000,1532408400000,1532412000000,1532415600000,1532419200000,1532422800000,1532426400000,1532430000000,1532433600000,1532437200000,1532440800000,1532444400000,1532448000000,1532451600000,1532455200000,1532458800000,1532462400000,1532466000000,1532469600000,1532473200000,1532476800000,1532480400000,1532484000000,1532487600000,1532491200000,1532494800000,1532498400000,1532502000000,1532505600000,1532509200000,1532512800000,1532516400000,1532520000000,1532523600000,1532527200000,1532530800000,1532534400000,1532538000000,1532541600000,1532545200000,1532548800000,1532552400000,1532556000000,1532559600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[190,70,100,70,90,230,410,620,860,1100,1270,930,880,1260,940,810,810,1010,1110,1150,1490,1050,700,450,280,150,130,50,30,160,580,570,930,760,710,1170,1130,1260,900,1150,1080,1180,1360,1320,1100,690,700,480,290,120,60,80,80,80,510,530,770,1520,970,1140,1200,1240,1070,850,990,1060,1190,850,1220,970,670,640,380,210,30,90,130,120,340,260,600,850,1000,890,1210,900,1240,1030,1300,1230,1020,1130,970,980,760,630,370,220,50,70,120,230,530,730,880,1110,1180,1020,1200,960,730,1330,1000,1200,1470,1460,1430,1160,890,620,180,120,180,80,90,160,580,670,1000,970,990,1170,1040,990,930,1370,1270,1130,1160,1180,720,1060,810,490,290,260,0,20,140,150,1070,620,690,1130,950,1390,1200,990,1050,1060,1050,1490,1470,1170,1180,1110,790,380]},{"name":"URL","color":"#2373DB","values":[190,80,20,0,40,100,390,540,470,650,930,840,780,520,650,630,760,1030,760,940,860,670,490,300,310,120,10,70,10,140,200,400,500,680,780,760,600,640,920,780,840,1120,950,820,710,430,310,230,170,110,30,60,30,90,180,320,650,630,780,810,770,860,740,650,930,740,570,860,730,620,500,350,140,80,40,50,10,0,70,280,230,480,660,400,390,490,420,590,720,670,790,730,830,620,570,290,200,50,0,0,50,70,220,450,500,690,810,870,720,590,950,700,1070,1170,1030,940,750,560,370,230,100,80,80,10,10,80,210,300,620,530,860,740,700,740,920,880,1020,920,1030,1060,640,530,410,360,250,130,40,10,40,110,310,410,500,710,870,890,670,600,830,970,1050,940,1030,920,700,620,510,490]},{"name":"Groups","color":"#9ED448","values":[280,150,80,80,160,290,490,800,580,610,850,880,830,810,740,680,1000,900,870,970,1280,1440,930,700,460,150,50,40,140,250,580,520,410,650,840,1110,1130,1060,940,840,670,610,930,870,1110,1310,1020,650,420,210,50,40,60,230,350,550,650,650,900,650,790,750,790,640,660,730,850,630,670,790,1050,700,630,190,40,20,30,90,210,320,430,630,560,740,1070,660,740,890,740,1050,710,880,1240,1240,1170,640,290,40,50,20,80,230,380,660,490,830,880,910,820,1060,870,830,910,810,960,1310,1410,1170,1130,680,380,200,140,30,170,330,510,540,490,660,940,930,1100,790,840,690,930,900,1070,1270,1090,1190,950,810,380,180,50,20,170,140,530,690,790,810,750,840,890,490,740,790,870,1210,840,1240,1570,1200,1620,720]},{"name":"Channel","color":"#4fae4e","values":[30,0,20,10,10,20,30,30,70,30,100,140,80,60,110,60,30,50,120,20,60,120,50,20,40,20,0,20,20,30,20,20,60,20,90,50,50,30,20,100,30,120,70,70,40,100,70,40,0,0,0,10,0,10,40,80,70,110,20,160,130,100,110,70,30,70,90,50,60,20,40,30,40,0,0,30,0,0,10,10,40,120,90,50,70,60,40,90,100,50,40,40,20,140,50,80,20,30,10,0,50,60,10,80,50,70,50,60,70,110,80,90,80,100,40,110,80,110,60,110,0,30,40,0,20,30,0,50,20,80,60,60,80,50,70,50,30,30,90,70,80,50,40,80,50,30,10,30,20,10,20,50,30,40,30,80,70,40,50,80,90,100,50,40,170,130,40,120]},{"name":"Search","color":"#F5BD25","values":[0,0,0,0,200,750,100,150,40,90,50,40,90,160,160,120,530,70,90,260,300,310,130,120,50,20,0,20,20,120,620,200,50,90,180,150,200,110,230,140,100,20,160,210,230,1940,60,20,40,0,0,0,20,210,360,140,30,60,30,80,360,120,180,60,70,80,130,110,170,60,30,120,0,40,10,10,20,110,10,360,80,120,110,120,210,130,170,130,120,90,90,430,220,130,140,40,10,0,30,50,30,150,360,110,110,150,20,210,100,90,190,70,140,110,220,230,160,110,100,370,70,20,0,0,20,100,710,150,60,160,130,90,930,330,110,130,100,150,90,260,40,70,90,140,160,10,20,10,0,30,740,90,100,40,140,160,40,70,100,60,230,90,400,220,110,100,140,110]},{"name":"Other","color":"#F79E39","values":[70,30,20,10,30,90,120,50,130,120,140,170,150,140,100,90,150,180,170,140,160,230,110,60,80,10,0,20,10,130,80,190,130,120,100,190,220,230,190,150,170,140,210,220,180,220,90,80,30,30,30,10,10,50,110,160,130,130,150,160,170,200,110,160,150,110,190,180,140,160,110,100,60,20,20,20,20,20,30,140,110,130,100,130,200,120,140,120,120,110,150,210,120,190,110,100,40,10,20,20,10,50,90,90,130,240,160,230,270,100,180,140,380,210,190,280,280,180,120,60,60,10,10,0,60,100,100,150,120,140,130,160,210,110,170,130,210,220,170,220,120,230,120,40,20,20,10,0,10,60,70,90,180,200,230,200,230,140,210,120,270,160,100,130,190,140,120,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,10,0,10,20,0,0,0,0,20,10,30,10,0,20,0,0,0,0,0,0,0,0,0,0,0,10,20,20,0,0,0,0,0,20,10,10,10,10,0,0,0,0,0,0,0,0,0,10,0,10,0,20,20,20,10,0,30,10,20,0,0,0,0,20,0,10,0,0,0,0,0,0,0,0,10,20,0,20,40,0,20,0,20,0,10,20,10,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,0,10,10,10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,20,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,20,10,10,0,20,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/23.json b/dist/chartDummyData/views_zoom/2018-07/23.json new file mode 100644 index 000000000..8709c16e4 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/23.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1532044800000,1532048400000,1532052000000,1532055600000,1532059200000,1532062800000,1532066400000,1532070000000,1532073600000,1532077200000,1532080800000,1532084400000,1532088000000,1532091600000,1532095200000,1532098800000,1532102400000,1532106000000,1532109600000,1532113200000,1532116800000,1532120400000,1532124000000,1532127600000,1532131200000,1532134800000,1532138400000,1532142000000,1532145600000,1532149200000,1532152800000,1532156400000,1532160000000,1532163600000,1532167200000,1532170800000,1532174400000,1532178000000,1532181600000,1532185200000,1532188800000,1532192400000,1532196000000,1532199600000,1532203200000,1532206800000,1532210400000,1532214000000,1532217600000,1532221200000,1532224800000,1532228400000,1532232000000,1532235600000,1532239200000,1532242800000,1532246400000,1532250000000,1532253600000,1532257200000,1532260800000,1532264400000,1532268000000,1532271600000,1532275200000,1532278800000,1532282400000,1532286000000,1532289600000,1532293200000,1532296800000,1532300400000,1532304000000,1532307600000,1532311200000,1532314800000,1532318400000,1532322000000,1532325600000,1532329200000,1532332800000,1532336400000,1532340000000,1532343600000,1532347200000,1532350800000,1532354400000,1532358000000,1532361600000,1532365200000,1532368800000,1532372400000,1532376000000,1532379600000,1532383200000,1532386800000,1532390400000,1532394000000,1532397600000,1532401200000,1532404800000,1532408400000,1532412000000,1532415600000,1532419200000,1532422800000,1532426400000,1532430000000,1532433600000,1532437200000,1532440800000,1532444400000,1532448000000,1532451600000,1532455200000,1532458800000,1532462400000,1532466000000,1532469600000,1532473200000,1532476800000,1532480400000,1532484000000,1532487600000,1532491200000,1532494800000,1532498400000,1532502000000,1532505600000,1532509200000,1532512800000,1532516400000,1532520000000,1532523600000,1532527200000,1532530800000,1532534400000,1532538000000,1532541600000,1532545200000,1532548800000,1532552400000,1532556000000,1532559600000,1532563200000,1532566800000,1532570400000,1532574000000,1532577600000,1532581200000,1532584800000,1532588400000,1532592000000,1532595600000,1532599200000,1532602800000,1532606400000,1532610000000,1532613600000,1532617200000,1532620800000,1532624400000,1532628000000,1532631600000,1532635200000,1532638800000,1532642400000,1532646000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[280,150,130,50,30,160,580,570,930,760,710,1170,1130,1260,900,1150,1080,1180,1360,1320,1100,690,700,480,290,120,60,80,80,80,510,530,770,1520,970,1140,1200,1240,1070,850,990,1060,1190,850,1220,970,670,640,380,210,30,90,130,120,340,260,600,850,1000,890,1210,900,1240,1030,1300,1230,1020,1130,970,980,760,630,370,220,50,70,120,230,530,730,880,1110,1180,1020,1200,960,730,1330,1000,1200,1470,1460,1430,1160,890,620,180,120,180,80,90,160,580,670,1000,970,990,1170,1040,990,930,1370,1270,1130,1160,1180,720,1060,810,490,290,260,0,20,140,150,1070,620,690,1130,950,1390,1200,990,1050,1060,1050,1490,1470,1170,1180,1110,790,380,190,150,40,90,170,300,420,570,630,1130,1160,1190,930,970,1410,1280,1170,1220,1080,1530,1530,1260,800,490]},{"name":"URL","color":"#2373DB","values":[310,120,10,70,10,140,200,400,500,680,780,760,600,640,920,780,840,1120,950,820,710,430,310,230,170,110,30,60,30,90,180,320,650,630,780,810,770,860,740,650,930,740,570,860,730,620,500,350,140,80,40,50,10,0,70,280,230,480,660,400,390,490,420,590,720,670,790,730,830,620,570,290,200,50,0,0,50,70,220,450,500,690,810,870,720,590,950,700,1070,1170,1030,940,750,560,370,230,100,80,80,10,10,80,210,300,620,530,860,740,700,740,920,880,1020,920,1030,1060,640,530,410,360,250,130,40,10,40,110,310,410,500,710,870,890,670,600,830,970,1050,940,1030,920,700,620,510,490,260,80,20,0,60,100,300,370,600,870,730,710,570,780,820,1110,1190,1250,1070,1190,840,660,570,240]},{"name":"Groups","color":"#9ED448","values":[460,150,50,40,140,250,580,520,410,650,840,1110,1130,1060,940,840,670,610,930,870,1110,1310,1020,650,420,210,50,40,60,230,350,550,650,650,900,650,790,750,790,640,660,730,850,630,670,790,1050,700,630,190,40,20,30,90,210,320,430,630,560,740,1070,660,740,890,740,1050,710,880,1240,1240,1170,640,290,40,50,20,80,230,380,660,490,830,880,910,820,1060,870,830,910,810,960,1310,1410,1170,1130,680,380,200,140,30,170,330,510,540,490,660,940,930,1100,790,840,690,930,900,1070,1270,1090,1190,950,810,380,180,50,20,170,140,530,690,790,810,750,840,890,490,740,790,870,1210,840,1240,1570,1200,1620,720,400,180,50,40,160,200,580,520,580,520,1030,1040,880,880,940,870,880,850,1170,1190,1240,1560,1240,490]},{"name":"Channel","color":"#4fae4e","values":[40,20,0,20,20,30,20,20,60,20,90,50,50,30,20,100,30,120,70,70,40,100,70,40,0,0,0,10,0,10,40,80,70,110,20,160,130,100,110,70,30,70,90,50,60,20,40,30,40,0,0,30,0,0,10,10,40,120,90,50,70,60,40,90,100,50,40,40,20,140,50,80,20,30,10,0,50,60,10,80,50,70,50,60,70,110,80,90,80,100,40,110,80,110,60,110,0,30,40,0,20,30,0,50,20,80,60,60,80,50,70,50,30,30,90,70,80,50,40,80,50,30,10,30,20,10,20,50,30,40,30,80,70,40,50,80,90,100,50,40,170,130,40,120,70,0,0,0,0,30,20,70,50,80,60,60,60,30,70,60,70,100,100,50,140,60,40,20]},{"name":"Search","color":"#F5BD25","values":[50,20,0,20,20,120,620,200,50,90,180,150,200,110,230,140,100,20,160,210,230,1940,60,20,40,0,0,0,20,210,360,140,30,60,30,80,360,120,180,60,70,80,130,110,170,60,30,120,0,40,10,10,20,110,10,360,80,120,110,120,210,130,170,130,120,90,90,430,220,130,140,40,10,0,30,50,30,150,360,110,110,150,20,210,100,90,190,70,140,110,220,230,160,110,100,370,70,20,0,0,20,100,710,150,60,160,130,90,930,330,110,130,100,150,90,260,40,70,90,140,160,10,20,10,0,30,740,90,100,40,140,160,40,70,100,60,230,90,400,220,110,100,140,110,180,0,0,0,50,120,360,40,20,110,280,250,70,80,130,110,80,60,140,180,140,340,110,0]},{"name":"Other","color":"#F79E39","values":[80,10,0,20,10,130,80,190,130,120,100,190,220,230,190,150,170,140,210,220,180,220,90,80,30,30,30,10,10,50,110,160,130,130,150,160,170,200,110,160,150,110,190,180,140,160,110,100,60,20,20,20,20,20,30,140,110,130,100,130,200,120,140,120,120,110,150,210,120,190,110,100,40,10,20,20,10,50,90,90,130,240,160,230,270,100,180,140,380,210,190,280,280,180,120,60,60,10,10,0,60,100,100,150,120,140,130,160,210,110,170,130,210,220,170,220,120,230,120,40,20,20,10,0,10,60,70,90,180,200,230,200,230,140,210,120,270,160,100,130,190,140,120,80,80,30,10,30,20,40,100,70,190,170,160,180,120,240,150,140,180,280,170,200,160,160,120,110]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,20,20,0,0,0,0,0,20,10,10,10,10,0,0,0,0,0,0,0,0,0,10,0,10,0,20,20,20,10,0,30,10,20,0,0,0,0,20,0,10,0,0,0,0,0,0,0,0,10,20,0,20,40,0,20,0,20,0,10,20,10,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,0,10,10,10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,20,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,20,10,10,0,20,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,40,0,0,20,10,10,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/24.json b/dist/chartDummyData/views_zoom/2018-07/24.json new file mode 100644 index 000000000..fd7b10e06 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/24.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1532131200000,1532134800000,1532138400000,1532142000000,1532145600000,1532149200000,1532152800000,1532156400000,1532160000000,1532163600000,1532167200000,1532170800000,1532174400000,1532178000000,1532181600000,1532185200000,1532188800000,1532192400000,1532196000000,1532199600000,1532203200000,1532206800000,1532210400000,1532214000000,1532217600000,1532221200000,1532224800000,1532228400000,1532232000000,1532235600000,1532239200000,1532242800000,1532246400000,1532250000000,1532253600000,1532257200000,1532260800000,1532264400000,1532268000000,1532271600000,1532275200000,1532278800000,1532282400000,1532286000000,1532289600000,1532293200000,1532296800000,1532300400000,1532304000000,1532307600000,1532311200000,1532314800000,1532318400000,1532322000000,1532325600000,1532329200000,1532332800000,1532336400000,1532340000000,1532343600000,1532347200000,1532350800000,1532354400000,1532358000000,1532361600000,1532365200000,1532368800000,1532372400000,1532376000000,1532379600000,1532383200000,1532386800000,1532390400000,1532394000000,1532397600000,1532401200000,1532404800000,1532408400000,1532412000000,1532415600000,1532419200000,1532422800000,1532426400000,1532430000000,1532433600000,1532437200000,1532440800000,1532444400000,1532448000000,1532451600000,1532455200000,1532458800000,1532462400000,1532466000000,1532469600000,1532473200000,1532476800000,1532480400000,1532484000000,1532487600000,1532491200000,1532494800000,1532498400000,1532502000000,1532505600000,1532509200000,1532512800000,1532516400000,1532520000000,1532523600000,1532527200000,1532530800000,1532534400000,1532538000000,1532541600000,1532545200000,1532548800000,1532552400000,1532556000000,1532559600000,1532563200000,1532566800000,1532570400000,1532574000000,1532577600000,1532581200000,1532584800000,1532588400000,1532592000000,1532595600000,1532599200000,1532602800000,1532606400000,1532610000000,1532613600000,1532617200000,1532620800000,1532624400000,1532628000000,1532631600000,1532635200000,1532638800000,1532642400000,1532646000000,1532649600000,1532653200000,1532656800000,1532660400000,1532664000000,1532667600000,1532671200000,1532674800000,1532678400000,1532682000000,1532685600000,1532689200000,1532692800000,1532696400000,1532700000000,1532703600000,1532707200000,1532710800000,1532714400000,1532718000000,1532721600000,1532725200000,1532728800000,1532732400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[290,120,60,80,80,80,510,530,770,1520,970,1140,1200,1240,1070,850,990,1060,1190,850,1220,970,670,640,380,210,30,90,130,120,340,260,600,850,1000,890,1210,900,1240,1030,1300,1230,1020,1130,970,980,760,630,370,220,50,70,120,230,530,730,880,1110,1180,1020,1200,960,730,1330,1000,1200,1470,1460,1430,1160,890,620,180,120,180,80,90,160,580,670,1000,970,990,1170,1040,990,930,1370,1270,1130,1160,1180,720,1060,810,490,290,260,0,20,140,150,1070,620,690,1130,950,1390,1200,990,1050,1060,1050,1490,1470,1170,1180,1110,790,380,190,150,40,90,170,300,420,570,630,1130,1160,1190,930,970,1410,1280,1170,1220,1080,1530,1530,1260,800,490,230,160,90,80,130,390,540,730,900,1190,1330,1210,1510,1350,1110,910,980,1370,950,1330,1460,1090,1220,1040]},{"name":"URL","color":"#2373DB","values":[170,110,30,60,30,90,180,320,650,630,780,810,770,860,740,650,930,740,570,860,730,620,500,350,140,80,40,50,10,0,70,280,230,480,660,400,390,490,420,590,720,670,790,730,830,620,570,290,200,50,0,0,50,70,220,450,500,690,810,870,720,590,950,700,1070,1170,1030,940,750,560,370,230,100,80,80,10,10,80,210,300,620,530,860,740,700,740,920,880,1020,920,1030,1060,640,530,410,360,250,130,40,10,40,110,310,410,500,710,870,890,670,600,830,970,1050,940,1030,920,700,620,510,490,260,80,20,0,60,100,300,370,600,870,730,710,570,780,820,1110,1190,1250,1070,1190,840,660,570,240,180,120,20,30,100,140,320,410,400,520,670,780,790,990,850,950,970,1060,1180,1070,800,510,350,170]},{"name":"Groups","color":"#9ED448","values":[420,210,50,40,60,230,350,550,650,650,900,650,790,750,790,640,660,730,850,630,670,790,1050,700,630,190,40,20,30,90,210,320,430,630,560,740,1070,660,740,890,740,1050,710,880,1240,1240,1170,640,290,40,50,20,80,230,380,660,490,830,880,910,820,1060,870,830,910,810,960,1310,1410,1170,1130,680,380,200,140,30,170,330,510,540,490,660,940,930,1100,790,840,690,930,900,1070,1270,1090,1190,950,810,380,180,50,20,170,140,530,690,790,810,750,840,890,490,740,790,870,1210,840,1240,1570,1200,1620,720,400,180,50,40,160,200,580,520,580,520,1030,1040,880,880,940,870,880,850,1170,1190,1240,1560,1240,490,310,220,70,470,80,230,420,680,830,740,1020,870,1250,930,680,1180,740,920,840,830,830,1240,870,800]},{"name":"Channel","color":"#4fae4e","values":[0,0,0,10,0,10,40,80,70,110,20,160,130,100,110,70,30,70,90,50,60,20,40,30,40,0,0,30,0,0,10,10,40,120,90,50,70,60,40,90,100,50,40,40,20,140,50,80,20,30,10,0,50,60,10,80,50,70,50,60,70,110,80,90,80,100,40,110,80,110,60,110,0,30,40,0,20,30,0,50,20,80,60,60,80,50,70,50,30,30,90,70,80,50,40,80,50,30,10,30,20,10,20,50,30,40,30,80,70,40,50,80,90,100,50,40,170,130,40,120,70,0,0,0,0,30,20,70,50,80,60,60,60,30,70,60,70,100,100,50,140,60,40,20,10,20,10,0,0,10,40,20,70,30,120,50,150,50,100,40,120,110,100,50,60,80,60,90]},{"name":"Search","color":"#F5BD25","values":[40,0,0,0,20,210,360,140,30,60,30,80,360,120,180,60,70,80,130,110,170,60,30,120,0,40,10,10,20,110,10,360,80,120,110,120,210,130,170,130,120,90,90,430,220,130,140,40,10,0,30,50,30,150,360,110,110,150,20,210,100,90,190,70,140,110,220,230,160,110,100,370,70,20,0,0,20,100,710,150,60,160,130,90,930,330,110,130,100,150,90,260,40,70,90,140,160,10,20,10,0,30,740,90,100,40,140,160,40,70,100,60,230,90,400,220,110,100,140,110,180,0,0,0,50,120,360,40,20,110,280,250,70,80,130,110,80,60,140,180,140,340,110,0,20,0,0,0,60,120,480,40,300,340,60,60,120,100,680,180,200,60,130,60,230,60,150,30]},{"name":"Other","color":"#F79E39","values":[30,30,30,10,10,50,110,160,130,130,150,160,170,200,110,160,150,110,190,180,140,160,110,100,60,20,20,20,20,20,30,140,110,130,100,130,200,120,140,120,120,110,150,210,120,190,110,100,40,10,20,20,10,50,90,90,130,240,160,230,270,100,180,140,380,210,190,280,280,180,120,60,60,10,10,0,60,100,100,150,120,140,130,160,210,110,170,130,210,220,170,220,120,230,120,40,20,20,10,0,10,60,70,90,180,200,230,200,230,140,210,120,270,160,100,130,190,140,120,80,80,30,10,30,20,40,100,70,190,170,160,180,120,240,150,140,180,280,170,200,160,160,120,110,40,20,20,10,20,60,200,120,130,120,150,230,260,150,90,170,250,170,170,660,190,160,60,100]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,0,10,0,20,20,20,10,0,30,10,20,0,0,0,0,20,0,10,0,0,0,0,0,0,0,0,10,20,0,20,40,0,20,0,20,0,10,20,10,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,0,10,10,10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,20,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,20,10,10,0,20,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,40,0,0,20,10,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,10,10,20,20,0,30,10,0,10,10,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/25.json b/dist/chartDummyData/views_zoom/2018-07/25.json new file mode 100644 index 000000000..3ba9c93ff --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/25.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1532217600000,1532221200000,1532224800000,1532228400000,1532232000000,1532235600000,1532239200000,1532242800000,1532246400000,1532250000000,1532253600000,1532257200000,1532260800000,1532264400000,1532268000000,1532271600000,1532275200000,1532278800000,1532282400000,1532286000000,1532289600000,1532293200000,1532296800000,1532300400000,1532304000000,1532307600000,1532311200000,1532314800000,1532318400000,1532322000000,1532325600000,1532329200000,1532332800000,1532336400000,1532340000000,1532343600000,1532347200000,1532350800000,1532354400000,1532358000000,1532361600000,1532365200000,1532368800000,1532372400000,1532376000000,1532379600000,1532383200000,1532386800000,1532390400000,1532394000000,1532397600000,1532401200000,1532404800000,1532408400000,1532412000000,1532415600000,1532419200000,1532422800000,1532426400000,1532430000000,1532433600000,1532437200000,1532440800000,1532444400000,1532448000000,1532451600000,1532455200000,1532458800000,1532462400000,1532466000000,1532469600000,1532473200000,1532476800000,1532480400000,1532484000000,1532487600000,1532491200000,1532494800000,1532498400000,1532502000000,1532505600000,1532509200000,1532512800000,1532516400000,1532520000000,1532523600000,1532527200000,1532530800000,1532534400000,1532538000000,1532541600000,1532545200000,1532548800000,1532552400000,1532556000000,1532559600000,1532563200000,1532566800000,1532570400000,1532574000000,1532577600000,1532581200000,1532584800000,1532588400000,1532592000000,1532595600000,1532599200000,1532602800000,1532606400000,1532610000000,1532613600000,1532617200000,1532620800000,1532624400000,1532628000000,1532631600000,1532635200000,1532638800000,1532642400000,1532646000000,1532649600000,1532653200000,1532656800000,1532660400000,1532664000000,1532667600000,1532671200000,1532674800000,1532678400000,1532682000000,1532685600000,1532689200000,1532692800000,1532696400000,1532700000000,1532703600000,1532707200000,1532710800000,1532714400000,1532718000000,1532721600000,1532725200000,1532728800000,1532732400000,1532736000000,1532739600000,1532743200000,1532746800000,1532750400000,1532754000000,1532757600000,1532761200000,1532764800000,1532768400000,1532772000000,1532775600000,1532779200000,1532782800000,1532786400000,1532790000000,1532793600000,1532797200000,1532800800000,1532804400000,1532808000000,1532811600000,1532815200000,1532818800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[380,210,30,90,130,120,340,260,600,850,1000,890,1210,900,1240,1030,1300,1230,1020,1130,970,980,760,630,370,220,50,70,120,230,530,730,880,1110,1180,1020,1200,960,730,1330,1000,1200,1470,1460,1430,1160,890,620,180,120,180,80,90,160,580,670,1000,970,990,1170,1040,990,930,1370,1270,1130,1160,1180,720,1060,810,490,290,260,0,20,140,150,1070,620,690,1130,950,1390,1200,990,1050,1060,1050,1490,1470,1170,1180,1110,790,380,190,150,40,90,170,300,420,570,630,1130,1160,1190,930,970,1410,1280,1170,1220,1080,1530,1530,1260,800,490,230,160,90,80,130,390,540,730,900,1190,1330,1210,1510,1350,1110,910,980,1370,950,1330,1460,1090,1220,1040,370,130,50,70,80,160,390,630,860,980,1180,1340,1430,1030,1060,980,1070,1350,1140,1200,1120,820,940,550]},{"name":"URL","color":"#2373DB","values":[140,80,40,50,10,0,70,280,230,480,660,400,390,490,420,590,720,670,790,730,830,620,570,290,200,50,0,0,50,70,220,450,500,690,810,870,720,590,950,700,1070,1170,1030,940,750,560,370,230,100,80,80,10,10,80,210,300,620,530,860,740,700,740,920,880,1020,920,1030,1060,640,530,410,360,250,130,40,10,40,110,310,410,500,710,870,890,670,600,830,970,1050,940,1030,920,700,620,510,490,260,80,20,0,60,100,300,370,600,870,730,710,570,780,820,1110,1190,1250,1070,1190,840,660,570,240,180,120,20,30,100,140,320,410,400,520,670,780,790,990,850,950,970,1060,1180,1070,800,510,350,170,160,40,10,10,40,90,120,180,400,620,610,690,720,620,570,880,780,1040,810,700,730,500,590,290]},{"name":"Groups","color":"#9ED448","values":[630,190,40,20,30,90,210,320,430,630,560,740,1070,660,740,890,740,1050,710,880,1240,1240,1170,640,290,40,50,20,80,230,380,660,490,830,880,910,820,1060,870,830,910,810,960,1310,1410,1170,1130,680,380,200,140,30,170,330,510,540,490,660,940,930,1100,790,840,690,930,900,1070,1270,1090,1190,950,810,380,180,50,20,170,140,530,690,790,810,750,840,890,490,740,790,870,1210,840,1240,1570,1200,1620,720,400,180,50,40,160,200,580,520,580,520,1030,1040,880,880,940,870,880,850,1170,1190,1240,1560,1240,490,310,220,70,470,80,230,420,680,830,740,1020,870,1250,930,680,1180,740,920,840,830,830,1240,870,800,470,160,80,110,60,90,310,630,570,950,470,810,830,1050,620,640,750,870,680,750,1060,990,970,730]},{"name":"Channel","color":"#4fae4e","values":[40,0,0,30,0,0,10,10,40,120,90,50,70,60,40,90,100,50,40,40,20,140,50,80,20,30,10,0,50,60,10,80,50,70,50,60,70,110,80,90,80,100,40,110,80,110,60,110,0,30,40,0,20,30,0,50,20,80,60,60,80,50,70,50,30,30,90,70,80,50,40,80,50,30,10,30,20,10,20,50,30,40,30,80,70,40,50,80,90,100,50,40,170,130,40,120,70,0,0,0,0,30,20,70,50,80,60,60,60,30,70,60,70,100,100,50,140,60,40,20,10,20,10,0,0,10,40,20,70,30,120,50,150,50,100,40,120,110,100,50,60,80,60,90,0,0,0,10,0,0,40,20,20,20,50,70,190,20,50,140,120,50,60,20,80,110,40,40]},{"name":"Search","color":"#F5BD25","values":[0,40,10,10,20,110,10,360,80,120,110,120,210,130,170,130,120,90,90,430,220,130,140,40,10,0,30,50,30,150,360,110,110,150,20,210,100,90,190,70,140,110,220,230,160,110,100,370,70,20,0,0,20,100,710,150,60,160,130,90,930,330,110,130,100,150,90,260,40,70,90,140,160,10,20,10,0,30,740,90,100,40,140,160,40,70,100,60,230,90,400,220,110,100,140,110,180,0,0,0,50,120,360,40,20,110,280,250,70,80,130,110,80,60,140,180,140,340,110,0,20,0,0,0,60,120,480,40,300,340,60,60,120,100,680,180,200,60,130,60,230,60,150,30,0,80,0,0,10,60,240,110,60,20,90,200,20,120,90,50,310,70,50,170,220,50,40,100]},{"name":"Other","color":"#F79E39","values":[60,20,20,20,20,20,30,140,110,130,100,130,200,120,140,120,120,110,150,210,120,190,110,100,40,10,20,20,10,50,90,90,130,240,160,230,270,100,180,140,380,210,190,280,280,180,120,60,60,10,10,0,60,100,100,150,120,140,130,160,210,110,170,130,210,220,170,220,120,230,120,40,20,20,10,0,10,60,70,90,180,200,230,200,230,140,210,120,270,160,100,130,190,140,120,80,80,30,10,30,20,40,100,70,190,170,160,180,120,240,150,140,180,280,170,200,160,160,120,110,40,20,20,10,20,60,200,120,130,120,150,230,260,150,90,170,250,170,170,660,190,160,60,100,40,30,30,10,0,70,50,90,150,120,170,140,320,270,160,130,110,150,170,160,170,170,110,80]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,0,0,0,10,20,0,20,40,0,20,0,20,0,10,20,10,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,0,10,10,10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,20,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,20,10,10,0,20,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,40,0,0,20,10,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,10,10,20,20,0,30,10,0,10,10,10,0,0,0,0,0,0,10,10,20,0,30,10,0,10,10,10,0,20,20,20,0,10,10,20,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/26.json b/dist/chartDummyData/views_zoom/2018-07/26.json new file mode 100644 index 000000000..cbd0f1a8d --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/26.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1532304000000,1532307600000,1532311200000,1532314800000,1532318400000,1532322000000,1532325600000,1532329200000,1532332800000,1532336400000,1532340000000,1532343600000,1532347200000,1532350800000,1532354400000,1532358000000,1532361600000,1532365200000,1532368800000,1532372400000,1532376000000,1532379600000,1532383200000,1532386800000,1532390400000,1532394000000,1532397600000,1532401200000,1532404800000,1532408400000,1532412000000,1532415600000,1532419200000,1532422800000,1532426400000,1532430000000,1532433600000,1532437200000,1532440800000,1532444400000,1532448000000,1532451600000,1532455200000,1532458800000,1532462400000,1532466000000,1532469600000,1532473200000,1532476800000,1532480400000,1532484000000,1532487600000,1532491200000,1532494800000,1532498400000,1532502000000,1532505600000,1532509200000,1532512800000,1532516400000,1532520000000,1532523600000,1532527200000,1532530800000,1532534400000,1532538000000,1532541600000,1532545200000,1532548800000,1532552400000,1532556000000,1532559600000,1532563200000,1532566800000,1532570400000,1532574000000,1532577600000,1532581200000,1532584800000,1532588400000,1532592000000,1532595600000,1532599200000,1532602800000,1532606400000,1532610000000,1532613600000,1532617200000,1532620800000,1532624400000,1532628000000,1532631600000,1532635200000,1532638800000,1532642400000,1532646000000,1532649600000,1532653200000,1532656800000,1532660400000,1532664000000,1532667600000,1532671200000,1532674800000,1532678400000,1532682000000,1532685600000,1532689200000,1532692800000,1532696400000,1532700000000,1532703600000,1532707200000,1532710800000,1532714400000,1532718000000,1532721600000,1532725200000,1532728800000,1532732400000,1532736000000,1532739600000,1532743200000,1532746800000,1532750400000,1532754000000,1532757600000,1532761200000,1532764800000,1532768400000,1532772000000,1532775600000,1532779200000,1532782800000,1532786400000,1532790000000,1532793600000,1532797200000,1532800800000,1532804400000,1532808000000,1532811600000,1532815200000,1532818800000,1532822400000,1532826000000,1532829600000,1532833200000,1532836800000,1532840400000,1532844000000,1532847600000,1532851200000,1532854800000,1532858400000,1532862000000,1532865600000,1532869200000,1532872800000,1532876400000,1532880000000,1532883600000,1532887200000,1532890800000,1532894400000,1532898000000,1532901600000,1532905200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[370,220,50,70,120,230,530,730,880,1110,1180,1020,1200,960,730,1330,1000,1200,1470,1460,1430,1160,890,620,180,120,180,80,90,160,580,670,1000,970,990,1170,1040,990,930,1370,1270,1130,1160,1180,720,1060,810,490,290,260,0,20,140,150,1070,620,690,1130,950,1390,1200,990,1050,1060,1050,1490,1470,1170,1180,1110,790,380,190,150,40,90,170,300,420,570,630,1130,1160,1190,930,970,1410,1280,1170,1220,1080,1530,1530,1260,800,490,230,160,90,80,130,390,540,730,900,1190,1330,1210,1510,1350,1110,910,980,1370,950,1330,1460,1090,1220,1040,370,130,50,70,80,160,390,630,860,980,1180,1340,1430,1030,1060,980,1070,1350,1140,1200,1120,820,940,550,470,170,80,70,70,120,250,460,820,850,1060,1160,250,1090,1500,1660,1360,1490,1780,1460,1170,1320,900,530]},{"name":"URL","color":"#2373DB","values":[200,50,0,0,50,70,220,450,500,690,810,870,720,590,950,700,1070,1170,1030,940,750,560,370,230,100,80,80,10,10,80,210,300,620,530,860,740,700,740,920,880,1020,920,1030,1060,640,530,410,360,250,130,40,10,40,110,310,410,500,710,870,890,670,600,830,970,1050,940,1030,920,700,620,510,490,260,80,20,0,60,100,300,370,600,870,730,710,570,780,820,1110,1190,1250,1070,1190,840,660,570,240,180,120,20,30,100,140,320,410,400,520,670,780,790,990,850,950,970,1060,1180,1070,800,510,350,170,160,40,10,10,40,90,120,180,400,620,610,690,720,620,570,880,780,1040,810,700,730,500,590,290,210,230,90,0,0,30,120,210,290,480,600,420,30,320,380,560,790,930,780,790,720,680,460,230]},{"name":"Groups","color":"#9ED448","values":[290,40,50,20,80,230,380,660,490,830,880,910,820,1060,870,830,910,810,960,1310,1410,1170,1130,680,380,200,140,30,170,330,510,540,490,660,940,930,1100,790,840,690,930,900,1070,1270,1090,1190,950,810,380,180,50,20,170,140,530,690,790,810,750,840,890,490,740,790,870,1210,840,1240,1570,1200,1620,720,400,180,50,40,160,200,580,520,580,520,1030,1040,880,880,940,870,880,850,1170,1190,1240,1560,1240,490,310,220,70,470,80,230,420,680,830,740,1020,870,1250,930,680,1180,740,920,840,830,830,1240,870,800,470,160,80,110,60,90,310,630,570,950,470,810,830,1050,620,640,750,870,680,750,1060,990,970,730,400,260,80,40,60,100,330,400,510,690,670,710,100,900,760,660,660,1030,1250,1110,1520,1440,1330,660]},{"name":"Channel","color":"#4fae4e","values":[20,30,10,0,50,60,10,80,50,70,50,60,70,110,80,90,80,100,40,110,80,110,60,110,0,30,40,0,20,30,0,50,20,80,60,60,80,50,70,50,30,30,90,70,80,50,40,80,50,30,10,30,20,10,20,50,30,40,30,80,70,40,50,80,90,100,50,40,170,130,40,120,70,0,0,0,0,30,20,70,50,80,60,60,60,30,70,60,70,100,100,50,140,60,40,20,10,20,10,0,0,10,40,20,70,30,120,50,150,50,100,40,120,110,100,50,60,80,60,90,0,0,0,10,0,0,40,20,20,20,50,70,190,20,50,140,120,50,60,20,80,110,40,40,30,10,10,0,0,0,20,90,50,70,80,110,40,20,50,40,90,30,180,130,60,60,40,20]},{"name":"Search","color":"#F5BD25","values":[10,0,30,50,30,150,360,110,110,150,20,210,100,90,190,70,140,110,220,230,160,110,100,370,70,20,0,0,20,100,710,150,60,160,130,90,930,330,110,130,100,150,90,260,40,70,90,140,160,10,20,10,0,30,740,90,100,40,140,160,40,70,100,60,230,90,400,220,110,100,140,110,180,0,0,0,50,120,360,40,20,110,280,250,70,80,130,110,80,60,140,180,140,340,110,0,20,0,0,0,60,120,480,40,300,340,60,60,120,100,680,180,200,60,130,60,230,60,150,30,0,80,0,0,10,60,240,110,60,20,90,200,20,120,90,50,310,70,50,170,220,50,40,100,30,10,20,30,20,20,390,110,100,40,120,130,20,100,330,230,50,480,100,100,40,50,160,90]},{"name":"Other","color":"#F79E39","values":[40,10,20,20,10,50,90,90,130,240,160,230,270,100,180,140,380,210,190,280,280,180,120,60,60,10,10,0,60,100,100,150,120,140,130,160,210,110,170,130,210,220,170,220,120,230,120,40,20,20,10,0,10,60,70,90,180,200,230,200,230,140,210,120,270,160,100,130,190,140,120,80,80,30,10,30,20,40,100,70,190,170,160,180,120,240,150,140,180,280,170,200,160,160,120,110,40,20,20,10,20,60,200,120,130,120,150,230,260,150,90,170,250,170,170,660,190,160,60,100,40,30,30,10,0,70,50,90,150,120,170,140,320,270,160,130,110,150,170,160,170,170,110,80,30,20,30,10,40,20,50,80,120,130,190,260,30,150,200,110,90,190,160,130,120,230,110,60]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,0,10,10,10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,20,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,20,10,10,0,20,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,40,0,0,20,10,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,10,10,20,20,0,30,10,0,10,10,10,0,0,0,0,0,0,10,10,20,0,30,10,0,10,10,10,0,20,20,20,0,10,10,20,10,0,0,0,0,0,0,0,0,10,20,20,0,0,0,0,10,20,20,0,0,30,40,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/27.json b/dist/chartDummyData/views_zoom/2018-07/27.json new file mode 100644 index 000000000..4f5ae3ca6 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/27.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1532390400000,1532394000000,1532397600000,1532401200000,1532404800000,1532408400000,1532412000000,1532415600000,1532419200000,1532422800000,1532426400000,1532430000000,1532433600000,1532437200000,1532440800000,1532444400000,1532448000000,1532451600000,1532455200000,1532458800000,1532462400000,1532466000000,1532469600000,1532473200000,1532476800000,1532480400000,1532484000000,1532487600000,1532491200000,1532494800000,1532498400000,1532502000000,1532505600000,1532509200000,1532512800000,1532516400000,1532520000000,1532523600000,1532527200000,1532530800000,1532534400000,1532538000000,1532541600000,1532545200000,1532548800000,1532552400000,1532556000000,1532559600000,1532563200000,1532566800000,1532570400000,1532574000000,1532577600000,1532581200000,1532584800000,1532588400000,1532592000000,1532595600000,1532599200000,1532602800000,1532606400000,1532610000000,1532613600000,1532617200000,1532620800000,1532624400000,1532628000000,1532631600000,1532635200000,1532638800000,1532642400000,1532646000000,1532649600000,1532653200000,1532656800000,1532660400000,1532664000000,1532667600000,1532671200000,1532674800000,1532678400000,1532682000000,1532685600000,1532689200000,1532692800000,1532696400000,1532700000000,1532703600000,1532707200000,1532710800000,1532714400000,1532718000000,1532721600000,1532725200000,1532728800000,1532732400000,1532736000000,1532739600000,1532743200000,1532746800000,1532750400000,1532754000000,1532757600000,1532761200000,1532764800000,1532768400000,1532772000000,1532775600000,1532779200000,1532782800000,1532786400000,1532790000000,1532793600000,1532797200000,1532800800000,1532804400000,1532808000000,1532811600000,1532815200000,1532818800000,1532822400000,1532826000000,1532829600000,1532833200000,1532836800000,1532840400000,1532844000000,1532847600000,1532851200000,1532854800000,1532858400000,1532862000000,1532865600000,1532869200000,1532872800000,1532876400000,1532880000000,1532883600000,1532887200000,1532890800000,1532894400000,1532898000000,1532901600000,1532905200000,1532908800000,1532912400000,1532916000000,1532919600000,1532923200000,1532926800000,1532930400000,1532934000000,1532937600000,1532941200000,1532944800000,1532948400000,1532952000000,1532955600000,1532959200000,1532962800000,1532966400000,1532970000000,1532973600000,1532977200000,1532980800000,1532984400000,1532988000000,1532991600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[180,120,180,80,90,160,580,670,1000,970,990,1170,1040,990,930,1370,1270,1130,1160,1180,720,1060,810,490,290,260,0,20,140,150,1070,620,690,1130,950,1390,1200,990,1050,1060,1050,1490,1470,1170,1180,1110,790,380,190,150,40,90,170,300,420,570,630,1130,1160,1190,930,970,1410,1280,1170,1220,1080,1530,1530,1260,800,490,230,160,90,80,130,390,540,730,900,1190,1330,1210,1510,1350,1110,910,980,1370,950,1330,1460,1090,1220,1040,370,130,50,70,80,160,390,630,860,980,1180,1340,1430,1030,1060,980,1070,1350,1140,1200,1120,820,940,550,470,170,80,70,70,120,250,460,820,850,1060,1160,250,1090,1500,1660,1360,1490,1780,1460,1170,1320,900,530,220,290,70,50,130,300,600,550,990,1140,1220,1060,1280,1140,1050,1200,1270,520,1180,1380,1490,1650,950,510]},{"name":"URL","color":"#2373DB","values":[100,80,80,10,10,80,210,300,620,530,860,740,700,740,920,880,1020,920,1030,1060,640,530,410,360,250,130,40,10,40,110,310,410,500,710,870,890,670,600,830,970,1050,940,1030,920,700,620,510,490,260,80,20,0,60,100,300,370,600,870,730,710,570,780,820,1110,1190,1250,1070,1190,840,660,570,240,180,120,20,30,100,140,320,410,400,520,670,780,790,990,850,950,970,1060,1180,1070,800,510,350,170,160,40,10,10,40,90,120,180,400,620,610,690,720,620,570,880,780,1040,810,700,730,500,590,290,210,230,90,0,0,30,120,210,290,480,600,420,30,320,380,560,790,930,780,790,720,680,460,230,70,60,170,40,100,200,240,450,720,690,730,870,860,720,740,810,1000,560,690,1080,840,630,450,400]},{"name":"Groups","color":"#9ED448","values":[380,200,140,30,170,330,510,540,490,660,940,930,1100,790,840,690,930,900,1070,1270,1090,1190,950,810,380,180,50,20,170,140,530,690,790,810,750,840,890,490,740,790,870,1210,840,1240,1570,1200,1620,720,400,180,50,40,160,200,580,520,580,520,1030,1040,880,880,940,870,880,850,1170,1190,1240,1560,1240,490,310,220,70,470,80,230,420,680,830,740,1020,870,1250,930,680,1180,740,920,840,830,830,1240,870,800,470,160,80,110,60,90,310,630,570,950,470,810,830,1050,620,640,750,870,680,750,1060,990,970,730,400,260,80,40,60,100,330,400,510,690,670,710,100,900,760,660,660,1030,1250,1110,1520,1440,1330,660,300,130,100,10,140,180,450,590,650,880,1110,1440,1220,830,850,860,1140,460,960,1220,1810,1550,1270,850]},{"name":"Channel","color":"#4fae4e","values":[0,30,40,0,20,30,0,50,20,80,60,60,80,50,70,50,30,30,90,70,80,50,40,80,50,30,10,30,20,10,20,50,30,40,30,80,70,40,50,80,90,100,50,40,170,130,40,120,70,0,0,0,0,30,20,70,50,80,60,60,60,30,70,60,70,100,100,50,140,60,40,20,10,20,10,0,0,10,40,20,70,30,120,50,150,50,100,40,120,110,100,50,60,80,60,90,0,0,0,10,0,0,40,20,20,20,50,70,190,20,50,140,120,50,60,20,80,110,40,40,30,10,10,0,0,0,20,90,50,70,80,110,40,20,50,40,90,30,180,130,60,60,40,20,30,30,20,0,0,10,100,20,40,60,70,140,160,80,40,30,40,40,120,60,50,100,70,30]},{"name":"Search","color":"#F5BD25","values":[70,20,0,0,20,100,710,150,60,160,130,90,930,330,110,130,100,150,90,260,40,70,90,140,160,10,20,10,0,30,740,90,100,40,140,160,40,70,100,60,230,90,400,220,110,100,140,110,180,0,0,0,50,120,360,40,20,110,280,250,70,80,130,110,80,60,140,180,140,340,110,0,20,0,0,0,60,120,480,40,300,340,60,60,120,100,680,180,200,60,130,60,230,60,150,30,0,80,0,0,10,60,240,110,60,20,90,200,20,120,90,50,310,70,50,170,220,50,40,100,30,10,20,30,20,20,390,110,100,40,120,130,20,100,330,230,50,480,100,100,40,50,160,90,200,10,40,0,370,170,30,40,160,210,110,180,100,50,70,110,210,30,70,240,210,210,220,30]},{"name":"Other","color":"#F79E39","values":[60,10,10,0,60,100,100,150,120,140,130,160,210,110,170,130,210,220,170,220,120,230,120,40,20,20,10,0,10,60,70,90,180,200,230,200,230,140,210,120,270,160,100,130,190,140,120,80,80,30,10,30,20,40,100,70,190,170,160,180,120,240,150,140,180,280,170,200,160,160,120,110,40,20,20,10,20,60,200,120,130,120,150,230,260,150,90,170,250,170,170,660,190,160,60,100,40,30,30,10,0,70,50,90,150,120,170,140,320,270,160,130,110,150,170,160,170,170,110,80,30,20,30,10,40,20,50,80,120,130,190,260,30,150,200,110,90,190,160,130,120,230,110,60,60,20,10,0,20,70,70,140,170,120,150,200,170,160,140,180,180,110,160,280,210,150,100,50]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,0,10,10,10,20,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,20,10,10,0,20,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,40,0,0,20,10,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,10,10,20,20,0,30,10,0,10,10,10,0,0,0,0,0,0,10,10,20,0,30,10,0,10,10,10,0,20,20,20,0,10,10,20,10,0,0,0,0,0,0,0,0,10,20,20,0,0,0,0,10,20,20,0,0,30,40,0,0,0,0,0,0,10,0,0,0,0,10,20,10,0,0,10,10,0,0,10,0,0,0,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/28.json b/dist/chartDummyData/views_zoom/2018-07/28.json new file mode 100644 index 000000000..d7e7340f6 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/28.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1532476800000,1532480400000,1532484000000,1532487600000,1532491200000,1532494800000,1532498400000,1532502000000,1532505600000,1532509200000,1532512800000,1532516400000,1532520000000,1532523600000,1532527200000,1532530800000,1532534400000,1532538000000,1532541600000,1532545200000,1532548800000,1532552400000,1532556000000,1532559600000,1532563200000,1532566800000,1532570400000,1532574000000,1532577600000,1532581200000,1532584800000,1532588400000,1532592000000,1532595600000,1532599200000,1532602800000,1532606400000,1532610000000,1532613600000,1532617200000,1532620800000,1532624400000,1532628000000,1532631600000,1532635200000,1532638800000,1532642400000,1532646000000,1532649600000,1532653200000,1532656800000,1532660400000,1532664000000,1532667600000,1532671200000,1532674800000,1532678400000,1532682000000,1532685600000,1532689200000,1532692800000,1532696400000,1532700000000,1532703600000,1532707200000,1532710800000,1532714400000,1532718000000,1532721600000,1532725200000,1532728800000,1532732400000,1532736000000,1532739600000,1532743200000,1532746800000,1532750400000,1532754000000,1532757600000,1532761200000,1532764800000,1532768400000,1532772000000,1532775600000,1532779200000,1532782800000,1532786400000,1532790000000,1532793600000,1532797200000,1532800800000,1532804400000,1532808000000,1532811600000,1532815200000,1532818800000,1532822400000,1532826000000,1532829600000,1532833200000,1532836800000,1532840400000,1532844000000,1532847600000,1532851200000,1532854800000,1532858400000,1532862000000,1532865600000,1532869200000,1532872800000,1532876400000,1532880000000,1532883600000,1532887200000,1532890800000,1532894400000,1532898000000,1532901600000,1532905200000,1532908800000,1532912400000,1532916000000,1532919600000,1532923200000,1532926800000,1532930400000,1532934000000,1532937600000,1532941200000,1532944800000,1532948400000,1532952000000,1532955600000,1532959200000,1532962800000,1532966400000,1532970000000,1532973600000,1532977200000,1532980800000,1532984400000,1532988000000,1532991600000,1532995200000,1532998800000,1533002400000,1533006000000,1533009600000,1533013200000,1533016800000,1533020400000,1533024000000,1533027600000,1533031200000,1533034800000,1533038400000,1533042000000,1533045600000,1533049200000,1533052800000,1533056400000,1533060000000,1533063600000,1533067200000,1533070800000,1533074400000,1533078000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[290,260,0,20,140,150,1070,620,690,1130,950,1390,1200,990,1050,1060,1050,1490,1470,1170,1180,1110,790,380,190,150,40,90,170,300,420,570,630,1130,1160,1190,930,970,1410,1280,1170,1220,1080,1530,1530,1260,800,490,230,160,90,80,130,390,540,730,900,1190,1330,1210,1510,1350,1110,910,980,1370,950,1330,1460,1090,1220,1040,370,130,50,70,80,160,390,630,860,980,1180,1340,1430,1030,1060,980,1070,1350,1140,1200,1120,820,940,550,470,170,80,70,70,120,250,460,820,850,1060,1160,250,1090,1500,1660,1360,1490,1780,1460,1170,1320,900,530,220,290,70,50,130,300,600,550,990,1140,1220,1060,1280,1140,1050,1200,1270,520,1180,1380,1490,1650,950,510,220,110,70,110,120,470,510,840,820,1170,1210,1580,1220,1110,1220,1060,1250,1230,1540,1260,1230,1470,860,470]},{"name":"URL","color":"#2373DB","values":[250,130,40,10,40,110,310,410,500,710,870,890,670,600,830,970,1050,940,1030,920,700,620,510,490,260,80,20,0,60,100,300,370,600,870,730,710,570,780,820,1110,1190,1250,1070,1190,840,660,570,240,180,120,20,30,100,140,320,410,400,520,670,780,790,990,850,950,970,1060,1180,1070,800,510,350,170,160,40,10,10,40,90,120,180,400,620,610,690,720,620,570,880,780,1040,810,700,730,500,590,290,210,230,90,0,0,30,120,210,290,480,600,420,30,320,380,560,790,930,780,790,720,680,460,230,70,60,170,40,100,200,240,450,720,690,730,870,860,720,740,810,1000,560,690,1080,840,630,450,400,100,50,20,0,20,210,230,470,500,710,720,760,720,1090,930,870,1120,950,930,1020,900,820,570,430]},{"name":"Groups","color":"#9ED448","values":[380,180,50,20,170,140,530,690,790,810,750,840,890,490,740,790,870,1210,840,1240,1570,1200,1620,720,400,180,50,40,160,200,580,520,580,520,1030,1040,880,880,940,870,880,850,1170,1190,1240,1560,1240,490,310,220,70,470,80,230,420,680,830,740,1020,870,1250,930,680,1180,740,920,840,830,830,1240,870,800,470,160,80,110,60,90,310,630,570,950,470,810,830,1050,620,640,750,870,680,750,1060,990,970,730,400,260,80,40,60,100,330,400,510,690,670,710,100,900,760,660,660,1030,1250,1110,1520,1440,1330,660,300,130,100,10,140,180,450,590,650,880,1110,1440,1220,830,850,860,1140,460,960,1220,1810,1550,1270,850,270,130,50,60,140,180,550,470,700,590,1190,1190,1040,1070,840,830,830,800,1100,1420,1320,1520,1780,610]},{"name":"Channel","color":"#4fae4e","values":[50,30,10,30,20,10,20,50,30,40,30,80,70,40,50,80,90,100,50,40,170,130,40,120,70,0,0,0,0,30,20,70,50,80,60,60,60,30,70,60,70,100,100,50,140,60,40,20,10,20,10,0,0,10,40,20,70,30,120,50,150,50,100,40,120,110,100,50,60,80,60,90,0,0,0,10,0,0,40,20,20,20,50,70,190,20,50,140,120,50,60,20,80,110,40,40,30,10,10,0,0,0,20,90,50,70,80,110,40,20,50,40,90,30,180,130,60,60,40,20,30,30,20,0,0,10,100,20,40,60,70,140,160,80,40,30,40,40,120,60,50,100,70,30,20,10,0,0,0,40,10,70,40,50,60,70,60,70,30,20,60,130,110,80,100,60,40,30]},{"name":"Search","color":"#F5BD25","values":[160,10,20,10,0,30,740,90,100,40,140,160,40,70,100,60,230,90,400,220,110,100,140,110,180,0,0,0,50,120,360,40,20,110,280,250,70,80,130,110,80,60,140,180,140,340,110,0,20,0,0,0,60,120,480,40,300,340,60,60,120,100,680,180,200,60,130,60,230,60,150,30,0,80,0,0,10,60,240,110,60,20,90,200,20,120,90,50,310,70,50,170,220,50,40,100,30,10,20,30,20,20,390,110,100,40,120,130,20,100,330,230,50,480,100,100,40,50,160,90,200,10,40,0,370,170,30,40,160,210,110,180,100,50,70,110,210,30,70,240,210,210,220,30,0,0,10,10,10,130,20,190,290,390,210,90,1620,210,70,80,30,90,200,70,160,70,110,20]},{"name":"Other","color":"#F79E39","values":[20,20,10,0,10,60,70,90,180,200,230,200,230,140,210,120,270,160,100,130,190,140,120,80,80,30,10,30,20,40,100,70,190,170,160,180,120,240,150,140,180,280,170,200,160,160,120,110,40,20,20,10,20,60,200,120,130,120,150,230,260,150,90,170,250,170,170,660,190,160,60,100,40,30,30,10,0,70,50,90,150,120,170,140,320,270,160,130,110,150,170,160,170,170,110,80,30,20,30,10,40,20,50,80,120,130,190,260,30,150,200,110,90,190,160,130,120,230,110,60,60,20,10,0,20,70,70,140,170,120,150,200,170,160,140,180,180,110,160,280,210,150,100,50,60,40,20,10,0,50,90,110,180,140,230,230,210,120,110,170,250,210,220,240,170,150,110,90]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,20,10,10,0,20,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,40,0,0,20,10,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,10,10,20,20,0,30,10,0,10,10,10,0,0,0,0,0,0,10,10,20,0,30,10,0,10,10,10,0,20,20,20,0,10,10,20,10,0,0,0,0,0,0,0,0,10,20,20,0,0,0,0,10,20,20,0,0,30,40,0,0,0,0,0,0,10,0,0,0,0,10,20,10,0,0,10,10,0,0,10,0,0,0,0,0,10,0,0,0,0,0,20,0,20,0,0,0,20,0,0,10,10,10,0,10,10,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/29.json b/dist/chartDummyData/views_zoom/2018-07/29.json new file mode 100644 index 000000000..f43e733e5 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/29.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1532563200000,1532566800000,1532570400000,1532574000000,1532577600000,1532581200000,1532584800000,1532588400000,1532592000000,1532595600000,1532599200000,1532602800000,1532606400000,1532610000000,1532613600000,1532617200000,1532620800000,1532624400000,1532628000000,1532631600000,1532635200000,1532638800000,1532642400000,1532646000000,1532649600000,1532653200000,1532656800000,1532660400000,1532664000000,1532667600000,1532671200000,1532674800000,1532678400000,1532682000000,1532685600000,1532689200000,1532692800000,1532696400000,1532700000000,1532703600000,1532707200000,1532710800000,1532714400000,1532718000000,1532721600000,1532725200000,1532728800000,1532732400000,1532736000000,1532739600000,1532743200000,1532746800000,1532750400000,1532754000000,1532757600000,1532761200000,1532764800000,1532768400000,1532772000000,1532775600000,1532779200000,1532782800000,1532786400000,1532790000000,1532793600000,1532797200000,1532800800000,1532804400000,1532808000000,1532811600000,1532815200000,1532818800000,1532822400000,1532826000000,1532829600000,1532833200000,1532836800000,1532840400000,1532844000000,1532847600000,1532851200000,1532854800000,1532858400000,1532862000000,1532865600000,1532869200000,1532872800000,1532876400000,1532880000000,1532883600000,1532887200000,1532890800000,1532894400000,1532898000000,1532901600000,1532905200000,1532908800000,1532912400000,1532916000000,1532919600000,1532923200000,1532926800000,1532930400000,1532934000000,1532937600000,1532941200000,1532944800000,1532948400000,1532952000000,1532955600000,1532959200000,1532962800000,1532966400000,1532970000000,1532973600000,1532977200000,1532980800000,1532984400000,1532988000000,1532991600000,1532995200000,1532998800000,1533002400000,1533006000000,1533009600000,1533013200000,1533016800000,1533020400000,1533024000000,1533027600000,1533031200000,1533034800000,1533038400000,1533042000000,1533045600000,1533049200000,1533052800000,1533056400000,1533060000000,1533063600000,1533067200000,1533070800000,1533074400000,1533078000000,1533081600000,1533085200000,1533088800000,1533092400000,1533096000000,1533099600000,1533103200000,1533106800000,1533110400000,1533114000000,1533117600000,1533121200000,1533124800000,1533128400000,1533132000000,1533135600000,1533139200000,1533142800000,1533146400000,1533150000000,1533153600000,1533157200000,1533160800000,1533164400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[190,150,40,90,170,300,420,570,630,1130,1160,1190,930,970,1410,1280,1170,1220,1080,1530,1530,1260,800,490,230,160,90,80,130,390,540,730,900,1190,1330,1210,1510,1350,1110,910,980,1370,950,1330,1460,1090,1220,1040,370,130,50,70,80,160,390,630,860,980,1180,1340,1430,1030,1060,980,1070,1350,1140,1200,1120,820,940,550,470,170,80,70,70,120,250,460,820,850,1060,1160,250,1090,1500,1660,1360,1490,1780,1460,1170,1320,900,530,220,290,70,50,130,300,600,550,990,1140,1220,1060,1280,1140,1050,1200,1270,520,1180,1380,1490,1650,950,510,220,110,70,110,120,470,510,840,820,1170,1210,1580,1220,1110,1220,1060,1250,1230,1540,1260,1230,1470,860,470,220,160,60,60,120,370,590,780,860,1530,1200,1200,1230,1070,1060,1410,1240,1430,1340,1150,1270,1160,800,710]},{"name":"URL","color":"#2373DB","values":[260,80,20,0,60,100,300,370,600,870,730,710,570,780,820,1110,1190,1250,1070,1190,840,660,570,240,180,120,20,30,100,140,320,410,400,520,670,780,790,990,850,950,970,1060,1180,1070,800,510,350,170,160,40,10,10,40,90,120,180,400,620,610,690,720,620,570,880,780,1040,810,700,730,500,590,290,210,230,90,0,0,30,120,210,290,480,600,420,30,320,380,560,790,930,780,790,720,680,460,230,70,60,170,40,100,200,240,450,720,690,730,870,860,720,740,810,1000,560,690,1080,840,630,450,400,100,50,20,0,20,210,230,470,500,710,720,760,720,1090,930,870,1120,950,930,1020,900,820,570,430,140,120,30,0,40,120,340,520,760,970,900,1090,1000,870,860,860,1100,1070,1050,950,960,760,650,240]},{"name":"Groups","color":"#9ED448","values":[400,180,50,40,160,200,580,520,580,520,1030,1040,880,880,940,870,880,850,1170,1190,1240,1560,1240,490,310,220,70,470,80,230,420,680,830,740,1020,870,1250,930,680,1180,740,920,840,830,830,1240,870,800,470,160,80,110,60,90,310,630,570,950,470,810,830,1050,620,640,750,870,680,750,1060,990,970,730,400,260,80,40,60,100,330,400,510,690,670,710,100,900,760,660,660,1030,1250,1110,1520,1440,1330,660,300,130,100,10,140,180,450,590,650,880,1110,1440,1220,830,850,860,1140,460,960,1220,1810,1550,1270,850,270,130,50,60,140,180,550,470,700,590,1190,1190,1040,1070,840,830,830,800,1100,1420,1320,1520,1780,610,370,90,50,40,130,280,530,680,880,600,1080,950,1120,840,700,1030,980,1040,1120,1130,1300,1490,1140,670]},{"name":"Channel","color":"#4fae4e","values":[70,0,0,0,0,30,20,70,50,80,60,60,60,30,70,60,70,100,100,50,140,60,40,20,10,20,10,0,0,10,40,20,70,30,120,50,150,50,100,40,120,110,100,50,60,80,60,90,0,0,0,10,0,0,40,20,20,20,50,70,190,20,50,140,120,50,60,20,80,110,40,40,30,10,10,0,0,0,20,90,50,70,80,110,40,20,50,40,90,30,180,130,60,60,40,20,30,30,20,0,0,10,100,20,40,60,70,140,160,80,40,30,40,40,120,60,50,100,70,30,20,10,0,0,0,40,10,70,40,50,60,70,60,70,30,20,60,130,110,80,100,60,40,30,40,20,0,0,0,30,20,40,100,60,40,70,60,40,90,60,90,40,40,110,60,80,20,30]},{"name":"Search","color":"#F5BD25","values":[180,0,0,0,50,120,360,40,20,110,280,250,70,80,130,110,80,60,140,180,140,340,110,0,20,0,0,0,60,120,480,40,300,340,60,60,120,100,680,180,200,60,130,60,230,60,150,30,0,80,0,0,10,60,240,110,60,20,90,200,20,120,90,50,310,70,50,170,220,50,40,100,30,10,20,30,20,20,390,110,100,40,120,130,20,100,330,230,50,480,100,100,40,50,160,90,200,10,40,0,370,170,30,40,160,210,110,180,100,50,70,110,210,30,70,240,210,210,220,30,0,0,10,10,10,130,20,190,290,390,210,90,1620,210,70,80,30,90,200,70,160,70,110,20,50,10,0,0,40,50,230,500,110,190,80,280,170,130,60,170,70,100,60,220,100,70,60,110]},{"name":"Other","color":"#F79E39","values":[80,30,10,30,20,40,100,70,190,170,160,180,120,240,150,140,180,280,170,200,160,160,120,110,40,20,20,10,20,60,200,120,130,120,150,230,260,150,90,170,250,170,170,660,190,160,60,100,40,30,30,10,0,70,50,90,150,120,170,140,320,270,160,130,110,150,170,160,170,170,110,80,30,20,30,10,40,20,50,80,120,130,190,260,30,150,200,110,90,190,160,130,120,230,110,60,60,20,10,0,20,70,70,140,170,120,150,200,170,160,140,180,180,110,160,280,210,150,100,50,60,40,20,10,0,50,90,110,180,140,230,230,210,120,110,170,250,210,220,240,170,150,110,90,40,10,10,10,0,90,80,90,180,200,170,350,210,180,210,150,160,200,170,250,220,210,100,120]},{"name":"PM","color":"#E65850","values":[0,10,0,0,0,0,0,0,0,0,0,0,0,10,40,0,0,20,10,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,10,10,20,20,0,30,10,0,10,10,10,0,0,0,0,0,0,10,10,20,0,30,10,0,10,10,10,0,20,20,20,0,10,10,20,10,0,0,0,0,0,0,0,0,10,20,20,0,0,0,0,10,20,20,0,0,30,40,0,0,0,0,0,0,10,0,0,0,0,10,20,10,0,0,10,10,0,0,10,0,0,0,0,0,10,0,0,0,0,0,20,0,20,0,0,0,20,0,0,10,10,10,0,10,10,0,0,10,0,0,10,0,0,0,10,0,10,10,0,10,0,0,10,0,10,0,10,20,10,20,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/30.json b/dist/chartDummyData/views_zoom/2018-07/30.json new file mode 100644 index 000000000..8655ff264 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/30.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1532649600000,1532653200000,1532656800000,1532660400000,1532664000000,1532667600000,1532671200000,1532674800000,1532678400000,1532682000000,1532685600000,1532689200000,1532692800000,1532696400000,1532700000000,1532703600000,1532707200000,1532710800000,1532714400000,1532718000000,1532721600000,1532725200000,1532728800000,1532732400000,1532736000000,1532739600000,1532743200000,1532746800000,1532750400000,1532754000000,1532757600000,1532761200000,1532764800000,1532768400000,1532772000000,1532775600000,1532779200000,1532782800000,1532786400000,1532790000000,1532793600000,1532797200000,1532800800000,1532804400000,1532808000000,1532811600000,1532815200000,1532818800000,1532822400000,1532826000000,1532829600000,1532833200000,1532836800000,1532840400000,1532844000000,1532847600000,1532851200000,1532854800000,1532858400000,1532862000000,1532865600000,1532869200000,1532872800000,1532876400000,1532880000000,1532883600000,1532887200000,1532890800000,1532894400000,1532898000000,1532901600000,1532905200000,1532908800000,1532912400000,1532916000000,1532919600000,1532923200000,1532926800000,1532930400000,1532934000000,1532937600000,1532941200000,1532944800000,1532948400000,1532952000000,1532955600000,1532959200000,1532962800000,1532966400000,1532970000000,1532973600000,1532977200000,1532980800000,1532984400000,1532988000000,1532991600000,1532995200000,1532998800000,1533002400000,1533006000000,1533009600000,1533013200000,1533016800000,1533020400000,1533024000000,1533027600000,1533031200000,1533034800000,1533038400000,1533042000000,1533045600000,1533049200000,1533052800000,1533056400000,1533060000000,1533063600000,1533067200000,1533070800000,1533074400000,1533078000000,1533081600000,1533085200000,1533088800000,1533092400000,1533096000000,1533099600000,1533103200000,1533106800000,1533110400000,1533114000000,1533117600000,1533121200000,1533124800000,1533128400000,1533132000000,1533135600000,1533139200000,1533142800000,1533146400000,1533150000000,1533153600000,1533157200000,1533160800000,1533164400000,1533168000000,1533171600000,1533175200000,1533178800000,1533182400000,1533186000000,1533189600000,1533193200000,1533196800000,1533200400000,1533204000000,1533207600000,1533211200000,1533214800000,1533218400000,1533222000000,1533225600000,1533229200000,1533232800000,1533236400000,1533240000000,1533243600000,1533247200000,1533250800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[230,160,90,80,130,390,540,730,900,1190,1330,1210,1510,1350,1110,910,980,1370,950,1330,1460,1090,1220,1040,370,130,50,70,80,160,390,630,860,980,1180,1340,1430,1030,1060,980,1070,1350,1140,1200,1120,820,940,550,470,170,80,70,70,120,250,460,820,850,1060,1160,250,1090,1500,1660,1360,1490,1780,1460,1170,1320,900,530,220,290,70,50,130,300,600,550,990,1140,1220,1060,1280,1140,1050,1200,1270,520,1180,1380,1490,1650,950,510,220,110,70,110,120,470,510,840,820,1170,1210,1580,1220,1110,1220,1060,1250,1230,1540,1260,1230,1470,860,470,220,160,60,60,120,370,590,780,860,1530,1200,1200,1230,1070,1060,1410,1240,1430,1340,1150,1270,1160,800,710,420,270,640,50,170,390,430,770,1010,980,1300,1410,1410,1310,950,1090,940,1410,1540,1700,1070,1100,1040,540]},{"name":"URL","color":"#2373DB","values":[180,120,20,30,100,140,320,410,400,520,670,780,790,990,850,950,970,1060,1180,1070,800,510,350,170,160,40,10,10,40,90,120,180,400,620,610,690,720,620,570,880,780,1040,810,700,730,500,590,290,210,230,90,0,0,30,120,210,290,480,600,420,30,320,380,560,790,930,780,790,720,680,460,230,70,60,170,40,100,200,240,450,720,690,730,870,860,720,740,810,1000,560,690,1080,840,630,450,400,100,50,20,0,20,210,230,470,500,710,720,760,720,1090,930,870,1120,950,930,1020,900,820,570,430,140,120,30,0,40,120,340,520,760,970,900,1090,1000,870,860,860,1100,1070,1050,950,960,760,650,240,130,100,140,10,20,90,380,460,750,880,870,690,840,650,880,860,890,1170,960,980,870,730,430,310]},{"name":"Groups","color":"#9ED448","values":[310,220,70,470,80,230,420,680,830,740,1020,870,1250,930,680,1180,740,920,840,830,830,1240,870,800,470,160,80,110,60,90,310,630,570,950,470,810,830,1050,620,640,750,870,680,750,1060,990,970,730,400,260,80,40,60,100,330,400,510,690,670,710,100,900,760,660,660,1030,1250,1110,1520,1440,1330,660,300,130,100,10,140,180,450,590,650,880,1110,1440,1220,830,850,860,1140,460,960,1220,1810,1550,1270,850,270,130,50,60,140,180,550,470,700,590,1190,1190,1040,1070,840,830,830,800,1100,1420,1320,1520,1780,610,370,90,50,40,130,280,530,680,880,600,1080,950,1120,840,700,1030,980,1040,1120,1130,1300,1490,1140,670,500,240,90,40,140,220,470,500,720,760,1020,1120,1270,1110,660,700,780,1010,1000,1150,1150,1430,1300,830]},{"name":"Channel","color":"#4fae4e","values":[10,20,10,0,0,10,40,20,70,30,120,50,150,50,100,40,120,110,100,50,60,80,60,90,0,0,0,10,0,0,40,20,20,20,50,70,190,20,50,140,120,50,60,20,80,110,40,40,30,10,10,0,0,0,20,90,50,70,80,110,40,20,50,40,90,30,180,130,60,60,40,20,30,30,20,0,0,10,100,20,40,60,70,140,160,80,40,30,40,40,120,60,50,100,70,30,20,10,0,0,0,40,10,70,40,50,60,70,60,70,30,20,60,130,110,80,100,60,40,30,40,20,0,0,0,30,20,40,100,60,40,70,60,40,90,60,90,40,40,110,60,80,20,30,30,40,10,0,20,10,30,40,30,40,100,90,60,50,90,80,100,110,130,40,60,120,30,70]},{"name":"Search","color":"#F5BD25","values":[20,0,0,0,60,120,480,40,300,340,60,60,120,100,680,180,200,60,130,60,230,60,150,30,0,80,0,0,10,60,240,110,60,20,90,200,20,120,90,50,310,70,50,170,220,50,40,100,30,10,20,30,20,20,390,110,100,40,120,130,20,100,330,230,50,480,100,100,40,50,160,90,200,10,40,0,370,170,30,40,160,210,110,180,100,50,70,110,210,30,70,240,210,210,220,30,0,0,10,10,10,130,20,190,290,390,210,90,1620,210,70,80,30,90,200,70,160,70,110,20,50,10,0,0,40,50,230,500,110,190,80,280,170,130,60,170,70,100,60,220,100,70,60,110,10,170,0,0,330,60,70,270,80,400,220,60,90,120,150,120,60,280,170,120,50,40,70,10]},{"name":"Other","color":"#F79E39","values":[40,20,20,10,20,60,200,120,130,120,150,230,260,150,90,170,250,170,170,660,190,160,60,100,40,30,30,10,0,70,50,90,150,120,170,140,320,270,160,130,110,150,170,160,170,170,110,80,30,20,30,10,40,20,50,80,120,130,190,260,30,150,200,110,90,190,160,130,120,230,110,60,60,20,10,0,20,70,70,140,170,120,150,200,170,160,140,180,180,110,160,280,210,150,100,50,60,40,20,10,0,50,90,110,180,140,230,230,210,120,110,170,250,210,220,240,170,150,110,90,40,10,10,10,0,90,80,90,180,200,170,350,210,180,210,150,160,200,170,250,220,210,100,120,90,40,30,20,30,90,60,110,140,180,180,230,230,130,150,140,200,300,300,120,170,160,150,90]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,0,0,10,0,10,10,20,20,0,30,10,0,10,10,10,0,0,0,0,0,0,10,10,20,0,30,10,0,10,10,10,0,20,20,20,0,10,10,20,10,0,0,0,0,0,0,0,0,10,20,20,0,0,0,0,10,20,20,0,0,30,40,0,0,0,0,0,0,10,0,0,0,0,10,20,10,0,0,10,10,0,0,10,0,0,0,0,0,10,0,0,0,0,0,20,0,20,0,0,0,20,0,0,10,10,10,0,10,10,0,0,10,0,0,10,0,0,0,10,0,10,10,0,10,0,0,10,0,10,0,10,20,10,20,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,40,0,10,10,10,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-07/31.json b/dist/chartDummyData/views_zoom/2018-07/31.json new file mode 100644 index 000000000..b9b3ce522 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-07/31.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1532736000000,1532739600000,1532743200000,1532746800000,1532750400000,1532754000000,1532757600000,1532761200000,1532764800000,1532768400000,1532772000000,1532775600000,1532779200000,1532782800000,1532786400000,1532790000000,1532793600000,1532797200000,1532800800000,1532804400000,1532808000000,1532811600000,1532815200000,1532818800000,1532822400000,1532826000000,1532829600000,1532833200000,1532836800000,1532840400000,1532844000000,1532847600000,1532851200000,1532854800000,1532858400000,1532862000000,1532865600000,1532869200000,1532872800000,1532876400000,1532880000000,1532883600000,1532887200000,1532890800000,1532894400000,1532898000000,1532901600000,1532905200000,1532908800000,1532912400000,1532916000000,1532919600000,1532923200000,1532926800000,1532930400000,1532934000000,1532937600000,1532941200000,1532944800000,1532948400000,1532952000000,1532955600000,1532959200000,1532962800000,1532966400000,1532970000000,1532973600000,1532977200000,1532980800000,1532984400000,1532988000000,1532991600000,1532995200000,1532998800000,1533002400000,1533006000000,1533009600000,1533013200000,1533016800000,1533020400000,1533024000000,1533027600000,1533031200000,1533034800000,1533038400000,1533042000000,1533045600000,1533049200000,1533052800000,1533056400000,1533060000000,1533063600000,1533067200000,1533070800000,1533074400000,1533078000000,1533081600000,1533085200000,1533088800000,1533092400000,1533096000000,1533099600000,1533103200000,1533106800000,1533110400000,1533114000000,1533117600000,1533121200000,1533124800000,1533128400000,1533132000000,1533135600000,1533139200000,1533142800000,1533146400000,1533150000000,1533153600000,1533157200000,1533160800000,1533164400000,1533168000000,1533171600000,1533175200000,1533178800000,1533182400000,1533186000000,1533189600000,1533193200000,1533196800000,1533200400000,1533204000000,1533207600000,1533211200000,1533214800000,1533218400000,1533222000000,1533225600000,1533229200000,1533232800000,1533236400000,1533240000000,1533243600000,1533247200000,1533250800000,1533254400000,1533258000000,1533261600000,1533265200000,1533268800000,1533272400000,1533276000000,1533279600000,1533283200000,1533286800000,1533290400000,1533294000000,1533297600000,1533301200000,1533304800000,1533308400000,1533312000000,1533315600000,1533319200000,1533322800000,1533326400000,1533330000000,1533333600000,1533337200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[370,130,50,70,80,160,390,630,860,980,1180,1340,1430,1030,1060,980,1070,1350,1140,1200,1120,820,940,550,470,170,80,70,70,120,250,460,820,850,1060,1160,250,1090,1500,1660,1360,1490,1780,1460,1170,1320,900,530,220,290,70,50,130,300,600,550,990,1140,1220,1060,1280,1140,1050,1200,1270,520,1180,1380,1490,1650,950,510,220,110,70,110,120,470,510,840,820,1170,1210,1580,1220,1110,1220,1060,1250,1230,1540,1260,1230,1470,860,470,220,160,60,60,120,370,590,780,860,1530,1200,1200,1230,1070,1060,1410,1240,1430,1340,1150,1270,1160,800,710,420,270,640,50,170,390,430,770,1010,980,1300,1410,1410,1310,950,1090,940,1410,1540,1700,1070,1100,1040,540,270,190,100,130,40,240,720,1290,1120,840,1110,1420,1340,1490,1460,980,1290,1210,1310,1410,1310,1210,1070,800]},{"name":"URL","color":"#2373DB","values":[160,40,10,10,40,90,120,180,400,620,610,690,720,620,570,880,780,1040,810,700,730,500,590,290,210,230,90,0,0,30,120,210,290,480,600,420,30,320,380,560,790,930,780,790,720,680,460,230,70,60,170,40,100,200,240,450,720,690,730,870,860,720,740,810,1000,560,690,1080,840,630,450,400,100,50,20,0,20,210,230,470,500,710,720,760,720,1090,930,870,1120,950,930,1020,900,820,570,430,140,120,30,0,40,120,340,520,760,970,900,1090,1000,870,860,860,1100,1070,1050,950,960,760,650,240,130,100,140,10,20,90,380,460,750,880,870,690,840,650,880,860,890,1170,960,980,870,730,430,310,280,130,20,10,20,100,290,410,680,830,950,880,560,830,810,640,1040,1200,1220,870,630,690,630,290]},{"name":"Groups","color":"#9ED448","values":[470,160,80,110,60,90,310,630,570,950,470,810,830,1050,620,640,750,870,680,750,1060,990,970,730,400,260,80,40,60,100,330,400,510,690,670,710,100,900,760,660,660,1030,1250,1110,1520,1440,1330,660,300,130,100,10,140,180,450,590,650,880,1110,1440,1220,830,850,860,1140,460,960,1220,1810,1550,1270,850,270,130,50,60,140,180,550,470,700,590,1190,1190,1040,1070,840,830,830,800,1100,1420,1320,1520,1780,610,370,90,50,40,130,280,530,680,880,600,1080,950,1120,840,700,1030,980,1040,1120,1130,1300,1490,1140,670,500,240,90,40,140,220,470,500,720,760,1020,1120,1270,1110,660,700,780,1010,1000,1150,1150,1430,1300,830,240,350,80,50,150,280,690,570,720,690,990,990,980,920,1160,850,870,920,1000,890,1080,930,1170,1110]},{"name":"Channel","color":"#4fae4e","values":[0,0,0,10,0,0,40,20,20,20,50,70,190,20,50,140,120,50,60,20,80,110,40,40,30,10,10,0,0,0,20,90,50,70,80,110,40,20,50,40,90,30,180,130,60,60,40,20,30,30,20,0,0,10,100,20,40,60,70,140,160,80,40,30,40,40,120,60,50,100,70,30,20,10,0,0,0,40,10,70,40,50,60,70,60,70,30,20,60,130,110,80,100,60,40,30,40,20,0,0,0,30,20,40,100,60,40,70,60,40,90,60,90,40,40,110,60,80,20,30,30,40,10,0,20,10,30,40,30,40,100,90,60,50,90,80,100,110,130,40,60,120,30,70,40,20,20,0,10,0,40,40,20,20,20,50,180,470,100,120,40,90,80,80,80,50,80,40]},{"name":"Search","color":"#F5BD25","values":[0,80,0,0,10,60,240,110,60,20,90,200,20,120,90,50,310,70,50,170,220,50,40,100,30,10,20,30,20,20,390,110,100,40,120,130,20,100,330,230,50,480,100,100,40,50,160,90,200,10,40,0,370,170,30,40,160,210,110,180,100,50,70,110,210,30,70,240,210,210,220,30,0,0,10,10,10,130,20,190,290,390,210,90,1620,210,70,80,30,90,200,70,160,70,110,20,50,10,0,0,40,50,230,500,110,190,80,280,170,130,60,170,70,100,60,220,100,70,60,110,10,170,0,0,330,60,70,270,80,400,220,60,90,120,150,120,60,280,170,120,50,40,70,10,40,20,10,0,30,60,330,100,90,40,100,170,230,90,60,160,150,190,300,110,50,80,50,90]},{"name":"Other","color":"#F79E39","values":[40,30,30,10,0,70,50,90,150,120,170,140,320,270,160,130,110,150,170,160,170,170,110,80,30,20,30,10,40,20,50,80,120,130,190,260,30,150,200,110,90,190,160,130,120,230,110,60,60,20,10,0,20,70,70,140,170,120,150,200,170,160,140,180,180,110,160,280,210,150,100,50,60,40,20,10,0,50,90,110,180,140,230,230,210,120,110,170,250,210,220,240,170,150,110,90,40,10,10,10,0,90,80,90,180,200,170,350,210,180,210,150,160,200,170,250,220,210,100,120,90,40,30,20,30,90,60,110,140,180,180,230,230,130,150,140,200,300,300,120,170,160,150,90,40,0,50,10,20,40,150,270,100,160,170,170,200,130,150,160,190,220,200,240,160,180,100,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,10,10,20,0,30,10,0,10,10,10,0,20,20,20,0,10,10,20,10,0,0,0,0,0,0,0,0,10,20,20,0,0,0,0,10,20,20,0,0,30,40,0,0,0,0,0,0,10,0,0,0,0,10,20,10,0,0,10,10,0,0,10,0,0,0,0,0,10,0,0,0,0,0,20,0,20,0,0,0,20,0,0,10,10,10,0,10,10,0,0,10,0,0,10,0,0,0,10,0,10,10,0,10,0,0,10,0,10,0,10,20,10,20,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,40,0,10,10,10,10,0,0,0,0,0,0,0,20,0,0,0,10,10,30,10,10,0,20,10,20,10,0,10,30,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/01.json b/dist/chartDummyData/views_zoom/2018-08/01.json new file mode 100644 index 000000000..dd1e5910e --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/01.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1532822400000,1532826000000,1532829600000,1532833200000,1532836800000,1532840400000,1532844000000,1532847600000,1532851200000,1532854800000,1532858400000,1532862000000,1532865600000,1532869200000,1532872800000,1532876400000,1532880000000,1532883600000,1532887200000,1532890800000,1532894400000,1532898000000,1532901600000,1532905200000,1532908800000,1532912400000,1532916000000,1532919600000,1532923200000,1532926800000,1532930400000,1532934000000,1532937600000,1532941200000,1532944800000,1532948400000,1532952000000,1532955600000,1532959200000,1532962800000,1532966400000,1532970000000,1532973600000,1532977200000,1532980800000,1532984400000,1532988000000,1532991600000,1532995200000,1532998800000,1533002400000,1533006000000,1533009600000,1533013200000,1533016800000,1533020400000,1533024000000,1533027600000,1533031200000,1533034800000,1533038400000,1533042000000,1533045600000,1533049200000,1533052800000,1533056400000,1533060000000,1533063600000,1533067200000,1533070800000,1533074400000,1533078000000,1533081600000,1533085200000,1533088800000,1533092400000,1533096000000,1533099600000,1533103200000,1533106800000,1533110400000,1533114000000,1533117600000,1533121200000,1533124800000,1533128400000,1533132000000,1533135600000,1533139200000,1533142800000,1533146400000,1533150000000,1533153600000,1533157200000,1533160800000,1533164400000,1533168000000,1533171600000,1533175200000,1533178800000,1533182400000,1533186000000,1533189600000,1533193200000,1533196800000,1533200400000,1533204000000,1533207600000,1533211200000,1533214800000,1533218400000,1533222000000,1533225600000,1533229200000,1533232800000,1533236400000,1533240000000,1533243600000,1533247200000,1533250800000,1533254400000,1533258000000,1533261600000,1533265200000,1533268800000,1533272400000,1533276000000,1533279600000,1533283200000,1533286800000,1533290400000,1533294000000,1533297600000,1533301200000,1533304800000,1533308400000,1533312000000,1533315600000,1533319200000,1533322800000,1533326400000,1533330000000,1533333600000,1533337200000,1533340800000,1533344400000,1533348000000,1533351600000,1533355200000,1533358800000,1533362400000,1533366000000,1533369600000,1533373200000,1533376800000,1533380400000,1533384000000,1533387600000,1533391200000,1533394800000,1533398400000,1533402000000,1533405600000,1533409200000,1533412800000,1533416400000,1533420000000,1533423600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[470,170,80,70,70,120,250,460,820,850,1060,1160,250,1090,1500,1660,1360,1490,1780,1460,1170,1320,900,530,220,290,70,50,130,300,600,550,990,1140,1220,1060,1280,1140,1050,1200,1270,520,1180,1380,1490,1650,950,510,220,110,70,110,120,470,510,840,820,1170,1210,1580,1220,1110,1220,1060,1250,1230,1540,1260,1230,1470,860,470,220,160,60,60,120,370,590,780,860,1530,1200,1200,1230,1070,1060,1410,1240,1430,1340,1150,1270,1160,800,710,420,270,640,50,170,390,430,770,1010,980,1300,1410,1410,1310,950,1090,940,1410,1540,1700,1070,1100,1040,540,270,190,100,130,40,240,720,1290,1120,840,1110,1420,1340,1490,1460,980,1290,1210,1310,1410,1310,1210,1070,800,320,330,100,110,110,140,320,690,930,1090,1210,1530,1140,1870,1380,1650,1420,1470,1340,1140,1280,1190,820,580]},{"name":"URL","color":"#2373DB","values":[210,230,90,0,0,30,120,210,290,480,600,420,30,320,380,560,790,930,780,790,720,680,460,230,70,60,170,40,100,200,240,450,720,690,730,870,860,720,740,810,1000,560,690,1080,840,630,450,400,100,50,20,0,20,210,230,470,500,710,720,760,720,1090,930,870,1120,950,930,1020,900,820,570,430,140,120,30,0,40,120,340,520,760,970,900,1090,1000,870,860,860,1100,1070,1050,950,960,760,650,240,130,100,140,10,20,90,380,460,750,880,870,690,840,650,880,860,890,1170,960,980,870,730,430,310,280,130,20,10,20,100,290,410,680,830,950,880,560,830,810,640,1040,1200,1220,870,630,690,630,290,430,270,40,30,30,40,190,430,670,700,780,920,640,750,630,760,1050,810,960,720,750,470,490,340]},{"name":"Groups","color":"#9ED448","values":[400,260,80,40,60,100,330,400,510,690,670,710,100,900,760,660,660,1030,1250,1110,1520,1440,1330,660,300,130,100,10,140,180,450,590,650,880,1110,1440,1220,830,850,860,1140,460,960,1220,1810,1550,1270,850,270,130,50,60,140,180,550,470,700,590,1190,1190,1040,1070,840,830,830,800,1100,1420,1320,1520,1780,610,370,90,50,40,130,280,530,680,880,600,1080,950,1120,840,700,1030,980,1040,1120,1130,1300,1490,1140,670,500,240,90,40,140,220,470,500,720,760,1020,1120,1270,1110,660,700,780,1010,1000,1150,1150,1430,1300,830,240,350,80,50,150,280,690,570,720,690,990,990,980,920,1160,850,870,920,1000,890,1080,930,1170,1110,370,190,130,30,30,180,430,550,690,850,840,970,690,910,830,860,990,820,800,990,1070,1010,1230,960]},{"name":"Channel","color":"#4fae4e","values":[30,10,10,0,0,0,20,90,50,70,80,110,40,20,50,40,90,30,180,130,60,60,40,20,30,30,20,0,0,10,100,20,40,60,70,140,160,80,40,30,40,40,120,60,50,100,70,30,20,10,0,0,0,40,10,70,40,50,60,70,60,70,30,20,60,130,110,80,100,60,40,30,40,20,0,0,0,30,20,40,100,60,40,70,60,40,90,60,90,40,40,110,60,80,20,30,30,40,10,0,20,10,30,40,30,40,100,90,60,50,90,80,100,110,130,40,60,120,30,70,40,20,20,0,10,0,40,40,20,20,20,50,180,470,100,120,40,90,80,80,80,50,80,40,10,60,0,20,10,0,30,40,30,160,60,10,70,170,60,110,100,80,130,80,60,50,80,40]},{"name":"Search","color":"#F5BD25","values":[30,10,20,30,20,20,390,110,100,40,120,130,20,100,330,230,50,480,100,100,40,50,160,90,200,10,40,0,370,170,30,40,160,210,110,180,100,50,70,110,210,30,70,240,210,210,220,30,0,0,10,10,10,130,20,190,290,390,210,90,1620,210,70,80,30,90,200,70,160,70,110,20,50,10,0,0,40,50,230,500,110,190,80,280,170,130,60,170,70,100,60,220,100,70,60,110,10,170,0,0,330,60,70,270,80,400,220,60,90,120,150,120,60,280,170,120,50,40,70,10,40,20,10,0,30,60,330,100,90,40,100,170,230,90,60,160,150,190,300,110,50,80,50,90,10,30,10,10,0,50,160,400,60,160,120,220,100,40,200,350,280,530,130,130,270,40,490,100]},{"name":"Other","color":"#F79E39","values":[30,20,30,10,40,20,50,80,120,130,190,260,30,150,200,110,90,190,160,130,120,230,110,60,60,20,10,0,20,70,70,140,170,120,150,200,170,160,140,180,180,110,160,280,210,150,100,50,60,40,20,10,0,50,90,110,180,140,230,230,210,120,110,170,250,210,220,240,170,150,110,90,40,10,10,10,0,90,80,90,180,200,170,350,210,180,210,150,160,200,170,250,220,210,100,120,90,40,30,20,30,90,60,110,140,180,180,230,230,130,150,140,200,300,300,120,170,160,150,90,40,0,50,10,20,40,150,270,100,160,170,170,200,130,150,160,190,220,200,240,160,180,100,80,50,10,40,0,10,80,80,80,140,200,270,270,260,240,220,180,180,160,170,210,140,190,120,70]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,20,20,0,0,0,0,10,20,20,0,0,30,40,0,0,0,0,0,0,10,0,0,0,0,10,20,10,0,0,10,10,0,0,10,0,0,0,0,0,10,0,0,0,0,0,20,0,20,0,0,0,20,0,0,10,10,10,0,10,10,0,0,10,0,0,10,0,0,0,10,0,10,10,0,10,0,0,10,0,10,0,10,20,10,20,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,40,0,10,10,10,10,0,0,0,0,0,0,0,20,0,0,0,10,10,30,10,10,0,20,10,20,10,0,10,30,0,10,10,0,0,0,0,0,0,10,20,0,0,20,0,10,10,20,30,10,10,20,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/02.json b/dist/chartDummyData/views_zoom/2018-08/02.json new file mode 100644 index 000000000..f5e9406d9 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/02.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1532908800000,1532912400000,1532916000000,1532919600000,1532923200000,1532926800000,1532930400000,1532934000000,1532937600000,1532941200000,1532944800000,1532948400000,1532952000000,1532955600000,1532959200000,1532962800000,1532966400000,1532970000000,1532973600000,1532977200000,1532980800000,1532984400000,1532988000000,1532991600000,1532995200000,1532998800000,1533002400000,1533006000000,1533009600000,1533013200000,1533016800000,1533020400000,1533024000000,1533027600000,1533031200000,1533034800000,1533038400000,1533042000000,1533045600000,1533049200000,1533052800000,1533056400000,1533060000000,1533063600000,1533067200000,1533070800000,1533074400000,1533078000000,1533081600000,1533085200000,1533088800000,1533092400000,1533096000000,1533099600000,1533103200000,1533106800000,1533110400000,1533114000000,1533117600000,1533121200000,1533124800000,1533128400000,1533132000000,1533135600000,1533139200000,1533142800000,1533146400000,1533150000000,1533153600000,1533157200000,1533160800000,1533164400000,1533168000000,1533171600000,1533175200000,1533178800000,1533182400000,1533186000000,1533189600000,1533193200000,1533196800000,1533200400000,1533204000000,1533207600000,1533211200000,1533214800000,1533218400000,1533222000000,1533225600000,1533229200000,1533232800000,1533236400000,1533240000000,1533243600000,1533247200000,1533250800000,1533254400000,1533258000000,1533261600000,1533265200000,1533268800000,1533272400000,1533276000000,1533279600000,1533283200000,1533286800000,1533290400000,1533294000000,1533297600000,1533301200000,1533304800000,1533308400000,1533312000000,1533315600000,1533319200000,1533322800000,1533326400000,1533330000000,1533333600000,1533337200000,1533340800000,1533344400000,1533348000000,1533351600000,1533355200000,1533358800000,1533362400000,1533366000000,1533369600000,1533373200000,1533376800000,1533380400000,1533384000000,1533387600000,1533391200000,1533394800000,1533398400000,1533402000000,1533405600000,1533409200000,1533412800000,1533416400000,1533420000000,1533423600000,1533427200000,1533430800000,1533434400000,1533438000000,1533441600000,1533445200000,1533448800000,1533452400000,1533456000000,1533459600000,1533463200000,1533466800000,1533470400000,1533474000000,1533477600000,1533481200000,1533484800000,1533488400000,1533492000000,1533495600000,1533499200000,1533502800000,1533506400000,1533510000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[220,290,70,50,130,300,600,550,990,1140,1220,1060,1280,1140,1050,1200,1270,520,1180,1380,1490,1650,950,510,220,110,70,110,120,470,510,840,820,1170,1210,1580,1220,1110,1220,1060,1250,1230,1540,1260,1230,1470,860,470,220,160,60,60,120,370,590,780,860,1530,1200,1200,1230,1070,1060,1410,1240,1430,1340,1150,1270,1160,800,710,420,270,640,50,170,390,430,770,1010,980,1300,1410,1410,1310,950,1090,940,1410,1540,1700,1070,1100,1040,540,270,190,100,130,40,240,720,1290,1120,840,1110,1420,1340,1490,1460,980,1290,1210,1310,1410,1310,1210,1070,800,320,330,100,110,110,140,320,690,930,1090,1210,1530,1140,1870,1380,1650,1420,1470,1340,1140,1280,1190,820,580,320,130,160,100,90,170,280,900,850,1030,1090,1250,1560,1420,1090,1470,1170,1340,1220,1370,1190,1170,900,530]},{"name":"URL","color":"#2373DB","values":[70,60,170,40,100,200,240,450,720,690,730,870,860,720,740,810,1000,560,690,1080,840,630,450,400,100,50,20,0,20,210,230,470,500,710,720,760,720,1090,930,870,1120,950,930,1020,900,820,570,430,140,120,30,0,40,120,340,520,760,970,900,1090,1000,870,860,860,1100,1070,1050,950,960,760,650,240,130,100,140,10,20,90,380,460,750,880,870,690,840,650,880,860,890,1170,960,980,870,730,430,310,280,130,20,10,20,100,290,410,680,830,950,880,560,830,810,640,1040,1200,1220,870,630,690,630,290,430,270,40,30,30,40,190,430,670,700,780,920,640,750,630,760,1050,810,960,720,750,470,490,340,150,70,30,10,10,10,100,250,430,790,630,620,620,550,720,680,910,590,750,820,670,620,440,340]},{"name":"Groups","color":"#9ED448","values":[300,130,100,10,140,180,450,590,650,880,1110,1440,1220,830,850,860,1140,460,960,1220,1810,1550,1270,850,270,130,50,60,140,180,550,470,700,590,1190,1190,1040,1070,840,830,830,800,1100,1420,1320,1520,1780,610,370,90,50,40,130,280,530,680,880,600,1080,950,1120,840,700,1030,980,1040,1120,1130,1300,1490,1140,670,500,240,90,40,140,220,470,500,720,760,1020,1120,1270,1110,660,700,780,1010,1000,1150,1150,1430,1300,830,240,350,80,50,150,280,690,570,720,690,990,990,980,920,1160,850,870,920,1000,890,1080,930,1170,1110,370,190,130,30,30,180,430,550,690,850,840,970,690,910,830,860,990,820,800,990,1070,1010,1230,960,390,350,90,40,10,150,230,430,620,700,510,840,1120,1050,780,720,700,880,1210,1050,1240,1240,970,870]},{"name":"Channel","color":"#4fae4e","values":[30,30,20,0,0,10,100,20,40,60,70,140,160,80,40,30,40,40,120,60,50,100,70,30,20,10,0,0,0,40,10,70,40,50,60,70,60,70,30,20,60,130,110,80,100,60,40,30,40,20,0,0,0,30,20,40,100,60,40,70,60,40,90,60,90,40,40,110,60,80,20,30,30,40,10,0,20,10,30,40,30,40,100,90,60,50,90,80,100,110,130,40,60,120,30,70,40,20,20,0,10,0,40,40,20,20,20,50,180,470,100,120,40,90,80,80,80,50,80,40,10,60,0,20,10,0,30,40,30,160,60,10,70,170,60,110,100,80,130,80,60,50,80,40,10,30,20,20,10,0,20,30,40,50,70,50,170,60,70,30,70,60,110,40,60,50,70,100]},{"name":"Search","color":"#F5BD25","values":[200,10,40,0,370,170,30,40,160,210,110,180,100,50,70,110,210,30,70,240,210,210,220,30,0,0,10,10,10,130,20,190,290,390,210,90,1620,210,70,80,30,90,200,70,160,70,110,20,50,10,0,0,40,50,230,500,110,190,80,280,170,130,60,170,70,100,60,220,100,70,60,110,10,170,0,0,330,60,70,270,80,400,220,60,90,120,150,120,60,280,170,120,50,40,70,10,40,20,10,0,30,60,330,100,90,40,100,170,230,90,60,160,150,190,300,110,50,80,50,90,10,30,10,10,0,50,160,400,60,160,120,220,100,40,200,350,280,530,130,130,270,40,490,100,0,30,0,0,10,10,290,660,570,200,350,150,230,170,130,50,170,80,170,120,220,20,70,60]},{"name":"Other","color":"#F79E39","values":[60,20,10,0,20,70,70,140,170,120,150,200,170,160,140,180,180,110,160,280,210,150,100,50,60,40,20,10,0,50,90,110,180,140,230,230,210,120,110,170,250,210,220,240,170,150,110,90,40,10,10,10,0,90,80,90,180,200,170,350,210,180,210,150,160,200,170,250,220,210,100,120,90,40,30,20,30,90,60,110,140,180,180,230,230,130,150,140,200,300,300,120,170,160,150,90,40,0,50,10,20,40,150,270,100,160,170,170,200,130,150,160,190,220,200,240,160,180,100,80,50,10,40,0,10,80,80,80,140,200,270,270,260,240,220,180,180,160,170,210,140,190,120,70,60,20,10,20,20,40,190,130,200,180,120,130,190,190,170,220,150,170,230,240,300,150,250,50]},{"name":"PM","color":"#E65850","values":[0,0,0,10,0,0,0,0,10,20,10,0,0,10,10,0,0,10,0,0,0,0,0,10,0,0,0,0,0,20,0,20,0,0,0,20,0,0,10,10,10,0,10,10,0,0,10,0,0,10,0,0,0,10,0,10,10,0,10,0,0,10,0,10,0,10,20,10,20,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,40,0,10,10,10,10,0,0,0,0,0,0,0,20,0,0,0,10,10,30,10,10,0,20,10,20,10,0,10,30,0,10,10,0,0,0,0,0,0,10,20,0,0,20,0,10,10,20,30,10,10,20,0,0,10,0,0,0,0,0,10,0,10,0,0,0,0,10,0,0,10,10,20,0,10,10,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/03.json b/dist/chartDummyData/views_zoom/2018-08/03.json new file mode 100644 index 000000000..16bc449c7 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/03.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1532995200000,1532998800000,1533002400000,1533006000000,1533009600000,1533013200000,1533016800000,1533020400000,1533024000000,1533027600000,1533031200000,1533034800000,1533038400000,1533042000000,1533045600000,1533049200000,1533052800000,1533056400000,1533060000000,1533063600000,1533067200000,1533070800000,1533074400000,1533078000000,1533081600000,1533085200000,1533088800000,1533092400000,1533096000000,1533099600000,1533103200000,1533106800000,1533110400000,1533114000000,1533117600000,1533121200000,1533124800000,1533128400000,1533132000000,1533135600000,1533139200000,1533142800000,1533146400000,1533150000000,1533153600000,1533157200000,1533160800000,1533164400000,1533168000000,1533171600000,1533175200000,1533178800000,1533182400000,1533186000000,1533189600000,1533193200000,1533196800000,1533200400000,1533204000000,1533207600000,1533211200000,1533214800000,1533218400000,1533222000000,1533225600000,1533229200000,1533232800000,1533236400000,1533240000000,1533243600000,1533247200000,1533250800000,1533254400000,1533258000000,1533261600000,1533265200000,1533268800000,1533272400000,1533276000000,1533279600000,1533283200000,1533286800000,1533290400000,1533294000000,1533297600000,1533301200000,1533304800000,1533308400000,1533312000000,1533315600000,1533319200000,1533322800000,1533326400000,1533330000000,1533333600000,1533337200000,1533340800000,1533344400000,1533348000000,1533351600000,1533355200000,1533358800000,1533362400000,1533366000000,1533369600000,1533373200000,1533376800000,1533380400000,1533384000000,1533387600000,1533391200000,1533394800000,1533398400000,1533402000000,1533405600000,1533409200000,1533412800000,1533416400000,1533420000000,1533423600000,1533427200000,1533430800000,1533434400000,1533438000000,1533441600000,1533445200000,1533448800000,1533452400000,1533456000000,1533459600000,1533463200000,1533466800000,1533470400000,1533474000000,1533477600000,1533481200000,1533484800000,1533488400000,1533492000000,1533495600000,1533499200000,1533502800000,1533506400000,1533510000000,1533513600000,1533517200000,1533520800000,1533524400000,1533528000000,1533531600000,1533535200000,1533538800000,1533542400000,1533546000000,1533549600000,1533553200000,1533556800000,1533560400000,1533564000000,1533567600000,1533571200000,1533574800000,1533578400000,1533582000000,1533585600000,1533589200000,1533592800000,1533596400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[220,110,70,110,120,470,510,840,820,1170,1210,1580,1220,1110,1220,1060,1250,1230,1540,1260,1230,1470,860,470,220,160,60,60,120,370,590,780,860,1530,1200,1200,1230,1070,1060,1410,1240,1430,1340,1150,1270,1160,800,710,420,270,640,50,170,390,430,770,1010,980,1300,1410,1410,1310,950,1090,940,1410,1540,1700,1070,1100,1040,540,270,190,100,130,40,240,720,1290,1120,840,1110,1420,1340,1490,1460,980,1290,1210,1310,1410,1310,1210,1070,800,320,330,100,110,110,140,320,690,930,1090,1210,1530,1140,1870,1380,1650,1420,1470,1340,1140,1280,1190,820,580,320,130,160,100,90,170,280,900,850,1030,1090,1250,1560,1420,1090,1470,1170,1340,1220,1370,1190,1170,900,530,280,160,100,40,150,330,500,770,970,1090,1270,1240,1430,1120,1130,1350,1220,1630,1870,1430,1360,1080,730,1140]},{"name":"URL","color":"#2373DB","values":[100,50,20,0,20,210,230,470,500,710,720,760,720,1090,930,870,1120,950,930,1020,900,820,570,430,140,120,30,0,40,120,340,520,760,970,900,1090,1000,870,860,860,1100,1070,1050,950,960,760,650,240,130,100,140,10,20,90,380,460,750,880,870,690,840,650,880,860,890,1170,960,980,870,730,430,310,280,130,20,10,20,100,290,410,680,830,950,880,560,830,810,640,1040,1200,1220,870,630,690,630,290,430,270,40,30,30,40,190,430,670,700,780,920,640,750,630,760,1050,810,960,720,750,470,490,340,150,70,30,10,10,10,100,250,430,790,630,620,620,550,720,680,910,590,750,820,670,620,440,340,170,70,50,20,60,110,210,310,630,670,840,730,830,660,760,800,1120,1080,1370,1000,700,670,530,300]},{"name":"Groups","color":"#9ED448","values":[270,130,50,60,140,180,550,470,700,590,1190,1190,1040,1070,840,830,830,800,1100,1420,1320,1520,1780,610,370,90,50,40,130,280,530,680,880,600,1080,950,1120,840,700,1030,980,1040,1120,1130,1300,1490,1140,670,500,240,90,40,140,220,470,500,720,760,1020,1120,1270,1110,660,700,780,1010,1000,1150,1150,1430,1300,830,240,350,80,50,150,280,690,570,720,690,990,990,980,920,1160,850,870,920,1000,890,1080,930,1170,1110,370,190,130,30,30,180,430,550,690,850,840,970,690,910,830,860,990,820,800,990,1070,1010,1230,960,390,350,90,40,10,150,230,430,620,700,510,840,1120,1050,780,720,700,880,1210,1050,1240,1240,970,870,390,90,40,40,100,150,490,450,690,800,640,830,1090,850,600,830,870,920,930,1400,1620,1490,930,520]},{"name":"Channel","color":"#4fae4e","values":[20,10,0,0,0,40,10,70,40,50,60,70,60,70,30,20,60,130,110,80,100,60,40,30,40,20,0,0,0,30,20,40,100,60,40,70,60,40,90,60,90,40,40,110,60,80,20,30,30,40,10,0,20,10,30,40,30,40,100,90,60,50,90,80,100,110,130,40,60,120,30,70,40,20,20,0,10,0,40,40,20,20,20,50,180,470,100,120,40,90,80,80,80,50,80,40,10,60,0,20,10,0,30,40,30,160,60,10,70,170,60,110,100,80,130,80,60,50,80,40,10,30,20,20,10,0,20,30,40,50,70,50,170,60,70,30,70,60,110,40,60,50,70,100,50,20,0,0,0,10,20,50,60,60,0,60,160,90,110,170,70,110,80,60,80,100,90,160]},{"name":"Search","color":"#F5BD25","values":[0,0,10,10,10,130,20,190,290,390,210,90,1620,210,70,80,30,90,200,70,160,70,110,20,50,10,0,0,40,50,230,500,110,190,80,280,170,130,60,170,70,100,60,220,100,70,60,110,10,170,0,0,330,60,70,270,80,400,220,60,90,120,150,120,60,280,170,120,50,40,70,10,40,20,10,0,30,60,330,100,90,40,100,170,230,90,60,160,150,190,300,110,50,80,50,90,10,30,10,10,0,50,160,400,60,160,120,220,100,40,200,350,280,530,130,130,270,40,490,100,0,30,0,0,10,10,290,660,570,200,350,150,230,170,130,50,170,80,170,120,220,20,70,60,30,0,0,0,20,770,170,90,90,120,110,240,40,310,180,420,670,120,230,1040,220,110,140,30]},{"name":"Other","color":"#F79E39","values":[60,40,20,10,0,50,90,110,180,140,230,230,210,120,110,170,250,210,220,240,170,150,110,90,40,10,10,10,0,90,80,90,180,200,170,350,210,180,210,150,160,200,170,250,220,210,100,120,90,40,30,20,30,90,60,110,140,180,180,230,230,130,150,140,200,300,300,120,170,160,150,90,40,0,50,10,20,40,150,270,100,160,170,170,200,130,150,160,190,220,200,240,160,180,100,80,50,10,40,0,10,80,80,80,140,200,270,270,260,240,220,180,180,160,170,210,140,190,120,70,60,20,10,20,20,40,190,130,200,180,120,130,190,190,170,220,150,170,230,240,300,150,250,50,70,30,30,30,50,50,70,70,130,140,200,230,190,230,250,130,190,220,270,230,170,140,180,70]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,20,0,20,0,0,0,20,0,0,10,10,10,0,10,10,0,0,10,0,0,10,0,0,0,10,0,10,10,0,10,0,0,10,0,10,0,10,20,10,20,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,40,0,10,10,10,10,0,0,0,0,0,0,0,20,0,0,0,10,10,30,10,10,0,20,10,20,10,0,10,30,0,10,10,0,0,0,0,0,0,10,20,0,0,20,0,10,10,20,30,10,10,20,0,0,10,0,0,0,0,0,10,0,10,0,0,0,0,10,0,0,10,10,20,0,10,10,10,0,0,0,10,0,0,0,0,0,0,10,10,0,0,10,0,30,10,10,0,10,0,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/04.json b/dist/chartDummyData/views_zoom/2018-08/04.json new file mode 100644 index 000000000..1594bfa91 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/04.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1533081600000,1533085200000,1533088800000,1533092400000,1533096000000,1533099600000,1533103200000,1533106800000,1533110400000,1533114000000,1533117600000,1533121200000,1533124800000,1533128400000,1533132000000,1533135600000,1533139200000,1533142800000,1533146400000,1533150000000,1533153600000,1533157200000,1533160800000,1533164400000,1533168000000,1533171600000,1533175200000,1533178800000,1533182400000,1533186000000,1533189600000,1533193200000,1533196800000,1533200400000,1533204000000,1533207600000,1533211200000,1533214800000,1533218400000,1533222000000,1533225600000,1533229200000,1533232800000,1533236400000,1533240000000,1533243600000,1533247200000,1533250800000,1533254400000,1533258000000,1533261600000,1533265200000,1533268800000,1533272400000,1533276000000,1533279600000,1533283200000,1533286800000,1533290400000,1533294000000,1533297600000,1533301200000,1533304800000,1533308400000,1533312000000,1533315600000,1533319200000,1533322800000,1533326400000,1533330000000,1533333600000,1533337200000,1533340800000,1533344400000,1533348000000,1533351600000,1533355200000,1533358800000,1533362400000,1533366000000,1533369600000,1533373200000,1533376800000,1533380400000,1533384000000,1533387600000,1533391200000,1533394800000,1533398400000,1533402000000,1533405600000,1533409200000,1533412800000,1533416400000,1533420000000,1533423600000,1533427200000,1533430800000,1533434400000,1533438000000,1533441600000,1533445200000,1533448800000,1533452400000,1533456000000,1533459600000,1533463200000,1533466800000,1533470400000,1533474000000,1533477600000,1533481200000,1533484800000,1533488400000,1533492000000,1533495600000,1533499200000,1533502800000,1533506400000,1533510000000,1533513600000,1533517200000,1533520800000,1533524400000,1533528000000,1533531600000,1533535200000,1533538800000,1533542400000,1533546000000,1533549600000,1533553200000,1533556800000,1533560400000,1533564000000,1533567600000,1533571200000,1533574800000,1533578400000,1533582000000,1533585600000,1533589200000,1533592800000,1533596400000,1533600000000,1533603600000,1533607200000,1533610800000,1533614400000,1533618000000,1533621600000,1533625200000,1533628800000,1533632400000,1533636000000,1533639600000,1533643200000,1533646800000,1533650400000,1533654000000,1533657600000,1533661200000,1533664800000,1533668400000,1533672000000,1533675600000,1533679200000,1533682800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[220,160,60,60,120,370,590,780,860,1530,1200,1200,1230,1070,1060,1410,1240,1430,1340,1150,1270,1160,800,710,420,270,640,50,170,390,430,770,1010,980,1300,1410,1410,1310,950,1090,940,1410,1540,1700,1070,1100,1040,540,270,190,100,130,40,240,720,1290,1120,840,1110,1420,1340,1490,1460,980,1290,1210,1310,1410,1310,1210,1070,800,320,330,100,110,110,140,320,690,930,1090,1210,1530,1140,1870,1380,1650,1420,1470,1340,1140,1280,1190,820,580,320,130,160,100,90,170,280,900,850,1030,1090,1250,1560,1420,1090,1470,1170,1340,1220,1370,1190,1170,900,530,280,160,100,40,150,330,500,770,970,1090,1270,1240,1430,1120,1130,1350,1220,1630,1870,1430,1360,1080,730,1140,220,210,40,70,260,180,580,1160,1060,1440,1520,1450,1210,1480,1260,1210,960,1010,1120,1100,1260,1230,790,630]},{"name":"URL","color":"#2373DB","values":[140,120,30,0,40,120,340,520,760,970,900,1090,1000,870,860,860,1100,1070,1050,950,960,760,650,240,130,100,140,10,20,90,380,460,750,880,870,690,840,650,880,860,890,1170,960,980,870,730,430,310,280,130,20,10,20,100,290,410,680,830,950,880,560,830,810,640,1040,1200,1220,870,630,690,630,290,430,270,40,30,30,40,190,430,670,700,780,920,640,750,630,760,1050,810,960,720,750,470,490,340,150,70,30,10,10,10,100,250,430,790,630,620,620,550,720,680,910,590,750,820,670,620,440,340,170,70,50,20,60,110,210,310,630,670,840,730,830,660,760,800,1120,1080,1370,1000,700,670,530,300,260,130,120,30,70,130,200,430,630,670,920,930,650,950,710,950,970,730,900,770,740,640,480,370]},{"name":"Groups","color":"#9ED448","values":[370,90,50,40,130,280,530,680,880,600,1080,950,1120,840,700,1030,980,1040,1120,1130,1300,1490,1140,670,500,240,90,40,140,220,470,500,720,760,1020,1120,1270,1110,660,700,780,1010,1000,1150,1150,1430,1300,830,240,350,80,50,150,280,690,570,720,690,990,990,980,920,1160,850,870,920,1000,890,1080,930,1170,1110,370,190,130,30,30,180,430,550,690,850,840,970,690,910,830,860,990,820,800,990,1070,1010,1230,960,390,350,90,40,10,150,230,430,620,700,510,840,1120,1050,780,720,700,880,1210,1050,1240,1240,970,870,390,90,40,40,100,150,490,450,690,800,640,830,1090,850,600,830,870,920,930,1400,1620,1490,930,520,320,300,40,110,30,240,390,550,710,710,770,980,940,810,1300,1160,720,650,660,970,1380,1110,1210,520]},{"name":"Channel","color":"#4fae4e","values":[40,20,0,0,0,30,20,40,100,60,40,70,60,40,90,60,90,40,40,110,60,80,20,30,30,40,10,0,20,10,30,40,30,40,100,90,60,50,90,80,100,110,130,40,60,120,30,70,40,20,20,0,10,0,40,40,20,20,20,50,180,470,100,120,40,90,80,80,80,50,80,40,10,60,0,20,10,0,30,40,30,160,60,10,70,170,60,110,100,80,130,80,60,50,80,40,10,30,20,20,10,0,20,30,40,50,70,50,170,60,70,30,70,60,110,40,60,50,70,100,50,20,0,0,0,10,20,50,60,60,0,60,160,90,110,170,70,110,80,60,80,100,90,160,80,20,10,0,0,10,0,30,70,40,80,60,70,10,110,90,140,60,30,50,100,50,150,60]},{"name":"Search","color":"#F5BD25","values":[50,10,0,0,40,50,230,500,110,190,80,280,170,130,60,170,70,100,60,220,100,70,60,110,10,170,0,0,330,60,70,270,80,400,220,60,90,120,150,120,60,280,170,120,50,40,70,10,40,20,10,0,30,60,330,100,90,40,100,170,230,90,60,160,150,190,300,110,50,80,50,90,10,30,10,10,0,50,160,400,60,160,120,220,100,40,200,350,280,530,130,130,270,40,490,100,0,30,0,0,10,10,290,660,570,200,350,150,230,170,130,50,170,80,170,120,220,20,70,60,30,0,0,0,20,770,170,90,90,120,110,240,40,310,180,420,670,120,230,1040,220,110,140,30,160,10,0,0,380,80,90,660,920,1030,740,70,330,160,40,80,1180,810,150,140,180,10,280,20]},{"name":"Other","color":"#F79E39","values":[40,10,10,10,0,90,80,90,180,200,170,350,210,180,210,150,160,200,170,250,220,210,100,120,90,40,30,20,30,90,60,110,140,180,180,230,230,130,150,140,200,300,300,120,170,160,150,90,40,0,50,10,20,40,150,270,100,160,170,170,200,130,150,160,190,220,200,240,160,180,100,80,50,10,40,0,10,80,80,80,140,200,270,270,260,240,220,180,180,160,170,210,140,190,120,70,60,20,10,20,20,40,190,130,200,180,120,130,190,190,170,220,150,170,230,240,300,150,250,50,70,30,30,30,50,50,70,70,130,140,200,230,190,230,250,130,190,220,270,230,170,140,180,70,50,30,20,0,20,50,90,110,140,200,270,300,270,160,120,180,200,130,160,160,220,200,180,120]},{"name":"PM","color":"#E65850","values":[0,10,0,0,0,10,0,10,10,0,10,0,0,10,0,10,0,10,20,10,20,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,40,0,10,10,10,10,0,0,0,0,0,0,0,20,0,0,0,10,10,30,10,10,0,20,10,20,10,0,10,30,0,10,10,0,0,0,0,0,0,10,20,0,0,20,0,10,10,20,30,10,10,20,0,0,10,0,0,0,0,0,10,0,10,0,0,0,0,10,0,0,10,10,20,0,10,10,10,0,0,0,10,0,0,0,0,0,0,10,10,0,0,10,0,30,10,10,0,10,0,0,0,10,0,0,0,0,0,0,0,10,0,0,0,0,10,0,10,0,10,10,0,0,10,10,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/05.json b/dist/chartDummyData/views_zoom/2018-08/05.json new file mode 100644 index 000000000..147230c97 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/05.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1533168000000,1533171600000,1533175200000,1533178800000,1533182400000,1533186000000,1533189600000,1533193200000,1533196800000,1533200400000,1533204000000,1533207600000,1533211200000,1533214800000,1533218400000,1533222000000,1533225600000,1533229200000,1533232800000,1533236400000,1533240000000,1533243600000,1533247200000,1533250800000,1533254400000,1533258000000,1533261600000,1533265200000,1533268800000,1533272400000,1533276000000,1533279600000,1533283200000,1533286800000,1533290400000,1533294000000,1533297600000,1533301200000,1533304800000,1533308400000,1533312000000,1533315600000,1533319200000,1533322800000,1533326400000,1533330000000,1533333600000,1533337200000,1533340800000,1533344400000,1533348000000,1533351600000,1533355200000,1533358800000,1533362400000,1533366000000,1533369600000,1533373200000,1533376800000,1533380400000,1533384000000,1533387600000,1533391200000,1533394800000,1533398400000,1533402000000,1533405600000,1533409200000,1533412800000,1533416400000,1533420000000,1533423600000,1533427200000,1533430800000,1533434400000,1533438000000,1533441600000,1533445200000,1533448800000,1533452400000,1533456000000,1533459600000,1533463200000,1533466800000,1533470400000,1533474000000,1533477600000,1533481200000,1533484800000,1533488400000,1533492000000,1533495600000,1533499200000,1533502800000,1533506400000,1533510000000,1533513600000,1533517200000,1533520800000,1533524400000,1533528000000,1533531600000,1533535200000,1533538800000,1533542400000,1533546000000,1533549600000,1533553200000,1533556800000,1533560400000,1533564000000,1533567600000,1533571200000,1533574800000,1533578400000,1533582000000,1533585600000,1533589200000,1533592800000,1533596400000,1533600000000,1533603600000,1533607200000,1533610800000,1533614400000,1533618000000,1533621600000,1533625200000,1533628800000,1533632400000,1533636000000,1533639600000,1533643200000,1533646800000,1533650400000,1533654000000,1533657600000,1533661200000,1533664800000,1533668400000,1533672000000,1533675600000,1533679200000,1533682800000,1533686400000,1533690000000,1533693600000,1533697200000,1533700800000,1533704400000,1533708000000,1533711600000,1533715200000,1533718800000,1533722400000,1533726000000,1533729600000,1533733200000,1533736800000,1533740400000,1533744000000,1533747600000,1533751200000,1533754800000,1533758400000,1533762000000,1533765600000,1533769200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[420,270,640,50,170,390,430,770,1010,980,1300,1410,1410,1310,950,1090,940,1410,1540,1700,1070,1100,1040,540,270,190,100,130,40,240,720,1290,1120,840,1110,1420,1340,1490,1460,980,1290,1210,1310,1410,1310,1210,1070,800,320,330,100,110,110,140,320,690,930,1090,1210,1530,1140,1870,1380,1650,1420,1470,1340,1140,1280,1190,820,580,320,130,160,100,90,170,280,900,850,1030,1090,1250,1560,1420,1090,1470,1170,1340,1220,1370,1190,1170,900,530,280,160,100,40,150,330,500,770,970,1090,1270,1240,1430,1120,1130,1350,1220,1630,1870,1430,1360,1080,730,1140,220,210,40,70,260,180,580,1160,1060,1440,1520,1450,1210,1480,1260,1210,960,1010,1120,1100,1260,1230,790,630,590,250,60,40,70,280,890,720,980,1120,1150,1130,1970,1140,1270,1450,1400,1490,1260,1230,1500,1350,1040,590]},{"name":"URL","color":"#2373DB","values":[130,100,140,10,20,90,380,460,750,880,870,690,840,650,880,860,890,1170,960,980,870,730,430,310,280,130,20,10,20,100,290,410,680,830,950,880,560,830,810,640,1040,1200,1220,870,630,690,630,290,430,270,40,30,30,40,190,430,670,700,780,920,640,750,630,760,1050,810,960,720,750,470,490,340,150,70,30,10,10,10,100,250,430,790,630,620,620,550,720,680,910,590,750,820,670,620,440,340,170,70,50,20,60,110,210,310,630,670,840,730,830,660,760,800,1120,1080,1370,1000,700,670,530,300,260,130,120,30,70,130,200,430,630,670,920,930,650,950,710,950,970,730,900,770,740,640,480,370,100,100,50,0,60,100,290,490,730,720,900,840,730,540,920,1060,960,1040,1100,1090,820,560,430,280]},{"name":"Groups","color":"#9ED448","values":[500,240,90,40,140,220,470,500,720,760,1020,1120,1270,1110,660,700,780,1010,1000,1150,1150,1430,1300,830,240,350,80,50,150,280,690,570,720,690,990,990,980,920,1160,850,870,920,1000,890,1080,930,1170,1110,370,190,130,30,30,180,430,550,690,850,840,970,690,910,830,860,990,820,800,990,1070,1010,1230,960,390,350,90,40,10,150,230,430,620,700,510,840,1120,1050,780,720,700,880,1210,1050,1240,1240,970,870,390,90,40,40,100,150,490,450,690,800,640,830,1090,850,600,830,870,920,930,1400,1620,1490,930,520,320,300,40,110,30,240,390,550,710,710,770,980,940,810,1300,1160,720,650,660,970,1380,1110,1210,520,240,420,20,60,70,320,470,660,570,920,760,1240,900,860,950,1190,790,930,790,1350,1420,1760,890,720]},{"name":"Channel","color":"#4fae4e","values":[30,40,10,0,20,10,30,40,30,40,100,90,60,50,90,80,100,110,130,40,60,120,30,70,40,20,20,0,10,0,40,40,20,20,20,50,180,470,100,120,40,90,80,80,80,50,80,40,10,60,0,20,10,0,30,40,30,160,60,10,70,170,60,110,100,80,130,80,60,50,80,40,10,30,20,20,10,0,20,30,40,50,70,50,170,60,70,30,70,60,110,40,60,50,70,100,50,20,0,0,0,10,20,50,60,60,0,60,160,90,110,170,70,110,80,60,80,100,90,160,80,20,10,0,0,10,0,30,70,40,80,60,70,10,110,90,140,60,30,50,100,50,150,60,20,20,20,10,10,0,60,20,60,60,60,60,230,90,90,80,110,40,60,60,40,60,80,20]},{"name":"Search","color":"#F5BD25","values":[10,170,0,0,330,60,70,270,80,400,220,60,90,120,150,120,60,280,170,120,50,40,70,10,40,20,10,0,30,60,330,100,90,40,100,170,230,90,60,160,150,190,300,110,50,80,50,90,10,30,10,10,0,50,160,400,60,160,120,220,100,40,200,350,280,530,130,130,270,40,490,100,0,30,0,0,10,10,290,660,570,200,350,150,230,170,130,50,170,80,170,120,220,20,70,60,30,0,0,0,20,770,170,90,90,120,110,240,40,310,180,420,670,120,230,1040,220,110,140,30,160,10,0,0,380,80,90,660,920,1030,740,70,330,160,40,80,1180,810,150,140,180,10,280,20,40,20,40,10,10,70,590,260,600,270,160,170,1410,330,280,110,200,120,400,210,270,90,130,160]},{"name":"Other","color":"#F79E39","values":[90,40,30,20,30,90,60,110,140,180,180,230,230,130,150,140,200,300,300,120,170,160,150,90,40,0,50,10,20,40,150,270,100,160,170,170,200,130,150,160,190,220,200,240,160,180,100,80,50,10,40,0,10,80,80,80,140,200,270,270,260,240,220,180,180,160,170,210,140,190,120,70,60,20,10,20,20,40,190,130,200,180,120,130,190,190,170,220,150,170,230,240,300,150,250,50,70,30,30,30,50,50,70,70,130,140,200,230,190,230,250,130,190,220,270,230,170,140,180,70,50,30,20,0,20,50,90,110,140,200,270,300,270,160,120,180,200,130,160,160,220,200,180,120,60,70,10,10,10,40,120,130,250,150,150,230,220,150,310,200,180,220,280,220,220,200,90,50]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,40,0,10,10,10,10,0,0,0,0,0,0,0,20,0,0,0,10,10,30,10,10,0,20,10,20,10,0,10,30,0,10,10,0,0,0,0,0,0,10,20,0,0,20,0,10,10,20,30,10,10,20,0,0,10,0,0,0,0,0,10,0,10,0,0,0,0,10,0,0,10,10,20,0,10,10,10,0,0,0,10,0,0,0,0,0,0,10,10,0,0,10,0,30,10,10,0,10,0,0,0,10,0,0,0,0,0,0,0,10,0,0,0,0,10,0,10,0,10,10,0,0,10,10,0,10,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,30,20,10,10,40,10,0,0,10,20]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/06.json b/dist/chartDummyData/views_zoom/2018-08/06.json new file mode 100644 index 000000000..49b0761a2 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/06.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1533254400000,1533258000000,1533261600000,1533265200000,1533268800000,1533272400000,1533276000000,1533279600000,1533283200000,1533286800000,1533290400000,1533294000000,1533297600000,1533301200000,1533304800000,1533308400000,1533312000000,1533315600000,1533319200000,1533322800000,1533326400000,1533330000000,1533333600000,1533337200000,1533340800000,1533344400000,1533348000000,1533351600000,1533355200000,1533358800000,1533362400000,1533366000000,1533369600000,1533373200000,1533376800000,1533380400000,1533384000000,1533387600000,1533391200000,1533394800000,1533398400000,1533402000000,1533405600000,1533409200000,1533412800000,1533416400000,1533420000000,1533423600000,1533427200000,1533430800000,1533434400000,1533438000000,1533441600000,1533445200000,1533448800000,1533452400000,1533456000000,1533459600000,1533463200000,1533466800000,1533470400000,1533474000000,1533477600000,1533481200000,1533484800000,1533488400000,1533492000000,1533495600000,1533499200000,1533502800000,1533506400000,1533510000000,1533513600000,1533517200000,1533520800000,1533524400000,1533528000000,1533531600000,1533535200000,1533538800000,1533542400000,1533546000000,1533549600000,1533553200000,1533556800000,1533560400000,1533564000000,1533567600000,1533571200000,1533574800000,1533578400000,1533582000000,1533585600000,1533589200000,1533592800000,1533596400000,1533600000000,1533603600000,1533607200000,1533610800000,1533614400000,1533618000000,1533621600000,1533625200000,1533628800000,1533632400000,1533636000000,1533639600000,1533643200000,1533646800000,1533650400000,1533654000000,1533657600000,1533661200000,1533664800000,1533668400000,1533672000000,1533675600000,1533679200000,1533682800000,1533686400000,1533690000000,1533693600000,1533697200000,1533700800000,1533704400000,1533708000000,1533711600000,1533715200000,1533718800000,1533722400000,1533726000000,1533729600000,1533733200000,1533736800000,1533740400000,1533744000000,1533747600000,1533751200000,1533754800000,1533758400000,1533762000000,1533765600000,1533769200000,1533772800000,1533776400000,1533780000000,1533783600000,1533787200000,1533790800000,1533794400000,1533798000000,1533801600000,1533805200000,1533808800000,1533812400000,1533816000000,1533819600000,1533823200000,1533826800000,1533830400000,1533834000000,1533837600000,1533841200000,1533844800000,1533848400000,1533852000000,1533855600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[270,190,100,130,40,240,720,1290,1120,840,1110,1420,1340,1490,1460,980,1290,1210,1310,1410,1310,1210,1070,800,320,330,100,110,110,140,320,690,930,1090,1210,1530,1140,1870,1380,1650,1420,1470,1340,1140,1280,1190,820,580,320,130,160,100,90,170,280,900,850,1030,1090,1250,1560,1420,1090,1470,1170,1340,1220,1370,1190,1170,900,530,280,160,100,40,150,330,500,770,970,1090,1270,1240,1430,1120,1130,1350,1220,1630,1870,1430,1360,1080,730,1140,220,210,40,70,260,180,580,1160,1060,1440,1520,1450,1210,1480,1260,1210,960,1010,1120,1100,1260,1230,790,630,590,250,60,40,70,280,890,720,980,1120,1150,1130,1970,1140,1270,1450,1400,1490,1260,1230,1500,1350,1040,590,300,180,130,50,140,200,600,580,1080,930,1340,1240,1270,1270,1210,1610,1200,1140,1060,1340,1180,1240,770,630]},{"name":"URL","color":"#2373DB","values":[280,130,20,10,20,100,290,410,680,830,950,880,560,830,810,640,1040,1200,1220,870,630,690,630,290,430,270,40,30,30,40,190,430,670,700,780,920,640,750,630,760,1050,810,960,720,750,470,490,340,150,70,30,10,10,10,100,250,430,790,630,620,620,550,720,680,910,590,750,820,670,620,440,340,170,70,50,20,60,110,210,310,630,670,840,730,830,660,760,800,1120,1080,1370,1000,700,670,530,300,260,130,120,30,70,130,200,430,630,670,920,930,650,950,710,950,970,730,900,770,740,640,480,370,100,100,50,0,60,100,290,490,730,720,900,840,730,540,920,1060,960,1040,1100,1090,820,560,430,280,110,110,30,10,10,100,250,220,540,670,910,690,710,880,890,1030,870,970,1030,970,850,1100,720,300]},{"name":"Groups","color":"#9ED448","values":[240,350,80,50,150,280,690,570,720,690,990,990,980,920,1160,850,870,920,1000,890,1080,930,1170,1110,370,190,130,30,30,180,430,550,690,850,840,970,690,910,830,860,990,820,800,990,1070,1010,1230,960,390,350,90,40,10,150,230,430,620,700,510,840,1120,1050,780,720,700,880,1210,1050,1240,1240,970,870,390,90,40,40,100,150,490,450,690,800,640,830,1090,850,600,830,870,920,930,1400,1620,1490,930,520,320,300,40,110,30,240,390,550,710,710,770,980,940,810,1300,1160,720,650,660,970,1380,1110,1210,520,240,420,20,60,70,320,470,660,570,920,760,1240,900,860,950,1190,790,930,790,1350,1420,1760,890,720,570,130,60,20,60,190,410,600,680,860,860,1130,1170,1030,810,1290,1070,720,770,1190,1320,1670,1140,2810]},{"name":"Channel","color":"#4fae4e","values":[40,20,20,0,10,0,40,40,20,20,20,50,180,470,100,120,40,90,80,80,80,50,80,40,10,60,0,20,10,0,30,40,30,160,60,10,70,170,60,110,100,80,130,80,60,50,80,40,10,30,20,20,10,0,20,30,40,50,70,50,170,60,70,30,70,60,110,40,60,50,70,100,50,20,0,0,0,10,20,50,60,60,0,60,160,90,110,170,70,110,80,60,80,100,90,160,80,20,10,0,0,10,0,30,70,40,80,60,70,10,110,90,140,60,30,50,100,50,150,60,20,20,20,10,10,0,60,20,60,60,60,60,230,90,90,80,110,40,60,60,40,60,80,20,10,30,10,10,10,10,10,20,60,50,50,50,90,130,100,100,100,80,40,70,100,90,80,20]},{"name":"Search","color":"#F5BD25","values":[40,20,10,0,30,60,330,100,90,40,100,170,230,90,60,160,150,190,300,110,50,80,50,90,10,30,10,10,0,50,160,400,60,160,120,220,100,40,200,350,280,530,130,130,270,40,490,100,0,30,0,0,10,10,290,660,570,200,350,150,230,170,130,50,170,80,170,120,220,20,70,60,30,0,0,0,20,770,170,90,90,120,110,240,40,310,180,420,670,120,230,1040,220,110,140,30,160,10,0,0,380,80,90,660,920,1030,740,70,330,160,40,80,1180,810,150,140,180,10,280,20,40,20,40,10,10,70,590,260,600,270,160,170,1410,330,280,110,200,120,400,210,270,90,130,160,130,20,50,20,210,110,80,90,1280,120,250,100,270,50,370,200,140,140,160,140,90,140,130,110]},{"name":"Other","color":"#F79E39","values":[40,0,50,10,20,40,150,270,100,160,170,170,200,130,150,160,190,220,200,240,160,180,100,80,50,10,40,0,10,80,80,80,140,200,270,270,260,240,220,180,180,160,170,210,140,190,120,70,60,20,10,20,20,40,190,130,200,180,120,130,190,190,170,220,150,170,230,240,300,150,250,50,70,30,30,30,50,50,70,70,130,140,200,230,190,230,250,130,190,220,270,230,170,140,180,70,50,30,20,0,20,50,90,110,140,200,270,300,270,160,120,180,200,130,160,160,220,200,180,120,60,70,10,10,10,40,120,130,250,150,150,230,220,150,310,200,180,220,280,220,220,200,90,50,80,20,20,0,30,50,40,70,170,270,210,150,360,160,180,240,250,210,160,130,200,150,110,100]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,20,0,0,0,10,10,30,10,10,0,20,10,20,10,0,10,30,0,10,10,0,0,0,0,0,0,10,20,0,0,20,0,10,10,20,30,10,10,20,0,0,10,0,0,0,0,0,10,0,10,0,0,0,0,10,0,0,10,10,20,0,10,10,10,0,0,0,10,0,0,0,0,0,0,10,10,0,0,10,0,30,10,10,0,10,0,0,0,10,0,0,0,0,0,0,0,10,0,0,0,0,10,0,10,0,10,10,0,0,10,10,0,10,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,30,20,10,10,40,10,0,0,10,20,10,0,0,10,0,10,0,0,0,0,0,0,10,0,20,0,40,10,20,10,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/07.json b/dist/chartDummyData/views_zoom/2018-08/07.json new file mode 100644 index 000000000..9b2c2cb25 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/07.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1533340800000,1533344400000,1533348000000,1533351600000,1533355200000,1533358800000,1533362400000,1533366000000,1533369600000,1533373200000,1533376800000,1533380400000,1533384000000,1533387600000,1533391200000,1533394800000,1533398400000,1533402000000,1533405600000,1533409200000,1533412800000,1533416400000,1533420000000,1533423600000,1533427200000,1533430800000,1533434400000,1533438000000,1533441600000,1533445200000,1533448800000,1533452400000,1533456000000,1533459600000,1533463200000,1533466800000,1533470400000,1533474000000,1533477600000,1533481200000,1533484800000,1533488400000,1533492000000,1533495600000,1533499200000,1533502800000,1533506400000,1533510000000,1533513600000,1533517200000,1533520800000,1533524400000,1533528000000,1533531600000,1533535200000,1533538800000,1533542400000,1533546000000,1533549600000,1533553200000,1533556800000,1533560400000,1533564000000,1533567600000,1533571200000,1533574800000,1533578400000,1533582000000,1533585600000,1533589200000,1533592800000,1533596400000,1533600000000,1533603600000,1533607200000,1533610800000,1533614400000,1533618000000,1533621600000,1533625200000,1533628800000,1533632400000,1533636000000,1533639600000,1533643200000,1533646800000,1533650400000,1533654000000,1533657600000,1533661200000,1533664800000,1533668400000,1533672000000,1533675600000,1533679200000,1533682800000,1533686400000,1533690000000,1533693600000,1533697200000,1533700800000,1533704400000,1533708000000,1533711600000,1533715200000,1533718800000,1533722400000,1533726000000,1533729600000,1533733200000,1533736800000,1533740400000,1533744000000,1533747600000,1533751200000,1533754800000,1533758400000,1533762000000,1533765600000,1533769200000,1533772800000,1533776400000,1533780000000,1533783600000,1533787200000,1533790800000,1533794400000,1533798000000,1533801600000,1533805200000,1533808800000,1533812400000,1533816000000,1533819600000,1533823200000,1533826800000,1533830400000,1533834000000,1533837600000,1533841200000,1533844800000,1533848400000,1533852000000,1533855600000,1533859200000,1533862800000,1533866400000,1533870000000,1533873600000,1533877200000,1533880800000,1533884400000,1533888000000,1533891600000,1533895200000,1533898800000,1533902400000,1533906000000,1533909600000,1533913200000,1533916800000,1533920400000,1533924000000,1533927600000,1533931200000,1533934800000,1533938400000,1533942000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[320,330,100,110,110,140,320,690,930,1090,1210,1530,1140,1870,1380,1650,1420,1470,1340,1140,1280,1190,820,580,320,130,160,100,90,170,280,900,850,1030,1090,1250,1560,1420,1090,1470,1170,1340,1220,1370,1190,1170,900,530,280,160,100,40,150,330,500,770,970,1090,1270,1240,1430,1120,1130,1350,1220,1630,1870,1430,1360,1080,730,1140,220,210,40,70,260,180,580,1160,1060,1440,1520,1450,1210,1480,1260,1210,960,1010,1120,1100,1260,1230,790,630,590,250,60,40,70,280,890,720,980,1120,1150,1130,1970,1140,1270,1450,1400,1490,1260,1230,1500,1350,1040,590,300,180,130,50,140,200,600,580,1080,930,1340,1240,1270,1270,1210,1610,1200,1140,1060,1340,1180,1240,770,630,370,260,140,80,190,310,850,720,990,1500,1430,1280,1400,1100,1260,1250,1410,1460,1760,1640,1390,940,1080,600]},{"name":"URL","color":"#2373DB","values":[430,270,40,30,30,40,190,430,670,700,780,920,640,750,630,760,1050,810,960,720,750,470,490,340,150,70,30,10,10,10,100,250,430,790,630,620,620,550,720,680,910,590,750,820,670,620,440,340,170,70,50,20,60,110,210,310,630,670,840,730,830,660,760,800,1120,1080,1370,1000,700,670,530,300,260,130,120,30,70,130,200,430,630,670,920,930,650,950,710,950,970,730,900,770,740,640,480,370,100,100,50,0,60,100,290,490,730,720,900,840,730,540,920,1060,960,1040,1100,1090,820,560,430,280,110,110,30,10,10,100,250,220,540,670,910,690,710,880,890,1030,870,970,1030,970,850,1100,720,300,210,80,0,20,20,140,260,340,860,890,890,670,630,690,820,1090,1230,850,1060,990,830,860,540,290]},{"name":"Groups","color":"#9ED448","values":[370,190,130,30,30,180,430,550,690,850,840,970,690,910,830,860,990,820,800,990,1070,1010,1230,960,390,350,90,40,10,150,230,430,620,700,510,840,1120,1050,780,720,700,880,1210,1050,1240,1240,970,870,390,90,40,40,100,150,490,450,690,800,640,830,1090,850,600,830,870,920,930,1400,1620,1490,930,520,320,300,40,110,30,240,390,550,710,710,770,980,940,810,1300,1160,720,650,660,970,1380,1110,1210,520,240,420,20,60,70,320,470,660,570,920,760,1240,900,860,950,1190,790,930,790,1350,1420,1760,890,720,570,130,60,20,60,190,410,600,680,860,860,1130,1170,1030,810,1290,1070,720,770,1190,1320,1670,1140,2810,410,220,210,110,130,130,360,540,870,790,940,1110,1120,1440,740,1190,1120,950,890,1040,1090,1620,1070,670]},{"name":"Channel","color":"#4fae4e","values":[10,60,0,20,10,0,30,40,30,160,60,10,70,170,60,110,100,80,130,80,60,50,80,40,10,30,20,20,10,0,20,30,40,50,70,50,170,60,70,30,70,60,110,40,60,50,70,100,50,20,0,0,0,10,20,50,60,60,0,60,160,90,110,170,70,110,80,60,80,100,90,160,80,20,10,0,0,10,0,30,70,40,80,60,70,10,110,90,140,60,30,50,100,50,150,60,20,20,20,10,10,0,60,20,60,60,60,60,230,90,90,80,110,40,60,60,40,60,80,20,10,30,10,10,10,10,10,20,60,50,50,50,90,130,100,100,100,80,40,70,100,90,80,20,40,30,10,10,0,30,70,50,50,100,70,140,70,70,100,30,70,90,90,40,80,100,40,80]},{"name":"Search","color":"#F5BD25","values":[10,30,10,10,0,50,160,400,60,160,120,220,100,40,200,350,280,530,130,130,270,40,490,100,0,30,0,0,10,10,290,660,570,200,350,150,230,170,130,50,170,80,170,120,220,20,70,60,30,0,0,0,20,770,170,90,90,120,110,240,40,310,180,420,670,120,230,1040,220,110,140,30,160,10,0,0,380,80,90,660,920,1030,740,70,330,160,40,80,1180,810,150,140,180,10,280,20,40,20,40,10,10,70,590,260,600,270,160,170,1410,330,280,110,200,120,400,210,270,90,130,160,130,20,50,20,210,110,80,90,1280,120,250,100,270,50,370,200,140,140,160,140,90,140,130,110,20,20,0,20,20,50,630,100,130,190,80,240,190,120,110,60,190,70,110,80,310,180,110,120]},{"name":"Other","color":"#F79E39","values":[50,10,40,0,10,80,80,80,140,200,270,270,260,240,220,180,180,160,170,210,140,190,120,70,60,20,10,20,20,40,190,130,200,180,120,130,190,190,170,220,150,170,230,240,300,150,250,50,70,30,30,30,50,50,70,70,130,140,200,230,190,230,250,130,190,220,270,230,170,140,180,70,50,30,20,0,20,50,90,110,140,200,270,300,270,160,120,180,200,130,160,160,220,200,180,120,60,70,10,10,10,40,120,130,250,150,150,230,220,150,310,200,180,220,280,220,220,200,90,50,80,20,20,0,30,50,40,70,170,270,210,150,360,160,180,240,250,210,160,130,200,150,110,100,90,10,30,0,20,80,60,80,100,240,170,110,210,180,150,140,170,190,140,210,200,190,410,100]},{"name":"PM","color":"#E65850","values":[10,10,0,0,0,0,0,0,10,20,0,0,20,0,10,10,20,30,10,10,20,0,0,10,0,0,0,0,0,10,0,10,0,0,0,0,10,0,0,10,10,20,0,10,10,10,0,0,0,10,0,0,0,0,0,0,10,10,0,0,10,0,30,10,10,0,10,0,0,0,10,0,0,0,0,0,0,0,10,0,0,0,0,10,0,10,0,10,10,0,0,10,10,0,10,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,30,20,10,10,40,10,0,0,10,20,10,0,0,10,0,10,0,0,0,0,0,0,10,0,20,0,40,10,20,10,0,10,0,0,0,0,0,0,0,0,0,0,0,20,20,0,0,0,10,0,10,20,10,10,20,0,0,20]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/08.json b/dist/chartDummyData/views_zoom/2018-08/08.json new file mode 100644 index 000000000..b301eab82 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/08.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1533427200000,1533430800000,1533434400000,1533438000000,1533441600000,1533445200000,1533448800000,1533452400000,1533456000000,1533459600000,1533463200000,1533466800000,1533470400000,1533474000000,1533477600000,1533481200000,1533484800000,1533488400000,1533492000000,1533495600000,1533499200000,1533502800000,1533506400000,1533510000000,1533513600000,1533517200000,1533520800000,1533524400000,1533528000000,1533531600000,1533535200000,1533538800000,1533542400000,1533546000000,1533549600000,1533553200000,1533556800000,1533560400000,1533564000000,1533567600000,1533571200000,1533574800000,1533578400000,1533582000000,1533585600000,1533589200000,1533592800000,1533596400000,1533600000000,1533603600000,1533607200000,1533610800000,1533614400000,1533618000000,1533621600000,1533625200000,1533628800000,1533632400000,1533636000000,1533639600000,1533643200000,1533646800000,1533650400000,1533654000000,1533657600000,1533661200000,1533664800000,1533668400000,1533672000000,1533675600000,1533679200000,1533682800000,1533686400000,1533690000000,1533693600000,1533697200000,1533700800000,1533704400000,1533708000000,1533711600000,1533715200000,1533718800000,1533722400000,1533726000000,1533729600000,1533733200000,1533736800000,1533740400000,1533744000000,1533747600000,1533751200000,1533754800000,1533758400000,1533762000000,1533765600000,1533769200000,1533772800000,1533776400000,1533780000000,1533783600000,1533787200000,1533790800000,1533794400000,1533798000000,1533801600000,1533805200000,1533808800000,1533812400000,1533816000000,1533819600000,1533823200000,1533826800000,1533830400000,1533834000000,1533837600000,1533841200000,1533844800000,1533848400000,1533852000000,1533855600000,1533859200000,1533862800000,1533866400000,1533870000000,1533873600000,1533877200000,1533880800000,1533884400000,1533888000000,1533891600000,1533895200000,1533898800000,1533902400000,1533906000000,1533909600000,1533913200000,1533916800000,1533920400000,1533924000000,1533927600000,1533931200000,1533934800000,1533938400000,1533942000000,1533945600000,1533949200000,1533952800000,1533956400000,1533960000000,1533963600000,1533967200000,1533970800000,1533974400000,1533978000000,1533981600000,1533985200000,1533988800000,1533992400000,1533996000000,1533999600000,1534003200000,1534006800000,1534010400000,1534014000000,1534017600000,1534021200000,1534024800000,1534028400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[320,130,160,100,90,170,280,900,850,1030,1090,1250,1560,1420,1090,1470,1170,1340,1220,1370,1190,1170,900,530,280,160,100,40,150,330,500,770,970,1090,1270,1240,1430,1120,1130,1350,1220,1630,1870,1430,1360,1080,730,1140,220,210,40,70,260,180,580,1160,1060,1440,1520,1450,1210,1480,1260,1210,960,1010,1120,1100,1260,1230,790,630,590,250,60,40,70,280,890,720,980,1120,1150,1130,1970,1140,1270,1450,1400,1490,1260,1230,1500,1350,1040,590,300,180,130,50,140,200,600,580,1080,930,1340,1240,1270,1270,1210,1610,1200,1140,1060,1340,1180,1240,770,630,370,260,140,80,190,310,850,720,990,1500,1430,1280,1400,1100,1260,1250,1410,1460,1760,1640,1390,940,1080,600,380,270,110,60,30,140,520,1050,700,1190,1180,1250,1510,1200,1160,1270,1110,1490,1260,1320,1210,1030,1230,820]},{"name":"URL","color":"#2373DB","values":[150,70,30,10,10,10,100,250,430,790,630,620,620,550,720,680,910,590,750,820,670,620,440,340,170,70,50,20,60,110,210,310,630,670,840,730,830,660,760,800,1120,1080,1370,1000,700,670,530,300,260,130,120,30,70,130,200,430,630,670,920,930,650,950,710,950,970,730,900,770,740,640,480,370,100,100,50,0,60,100,290,490,730,720,900,840,730,540,920,1060,960,1040,1100,1090,820,560,430,280,110,110,30,10,10,100,250,220,540,670,910,690,710,880,890,1030,870,970,1030,970,850,1100,720,300,210,80,0,20,20,140,260,340,860,890,890,670,630,690,820,1090,1230,850,1060,990,830,860,540,290,330,250,140,70,20,30,130,430,410,650,900,710,700,820,840,770,850,680,870,830,600,650,480,320]},{"name":"Groups","color":"#9ED448","values":[390,350,90,40,10,150,230,430,620,700,510,840,1120,1050,780,720,700,880,1210,1050,1240,1240,970,870,390,90,40,40,100,150,490,450,690,800,640,830,1090,850,600,830,870,920,930,1400,1620,1490,930,520,320,300,40,110,30,240,390,550,710,710,770,980,940,810,1300,1160,720,650,660,970,1380,1110,1210,520,240,420,20,60,70,320,470,660,570,920,760,1240,900,860,950,1190,790,930,790,1350,1420,1760,890,720,570,130,60,20,60,190,410,600,680,860,860,1130,1170,1030,810,1290,1070,720,770,1190,1320,1670,1140,2810,410,220,210,110,130,130,360,540,870,790,940,1110,1120,1440,740,1190,1120,950,890,1040,1090,1620,1070,670,400,290,120,40,60,220,390,620,390,750,770,810,1070,1100,810,860,1050,840,760,730,790,1220,1170,1180]},{"name":"Channel","color":"#4fae4e","values":[10,30,20,20,10,0,20,30,40,50,70,50,170,60,70,30,70,60,110,40,60,50,70,100,50,20,0,0,0,10,20,50,60,60,0,60,160,90,110,170,70,110,80,60,80,100,90,160,80,20,10,0,0,10,0,30,70,40,80,60,70,10,110,90,140,60,30,50,100,50,150,60,20,20,20,10,10,0,60,20,60,60,60,60,230,90,90,80,110,40,60,60,40,60,80,20,10,30,10,10,10,10,10,20,60,50,50,50,90,130,100,100,100,80,40,70,100,90,80,20,40,30,10,10,0,30,70,50,50,100,70,140,70,70,100,30,70,90,90,40,80,100,40,80,30,40,20,10,10,20,60,20,70,60,70,80,160,80,80,120,50,30,50,70,70,110,110,30]},{"name":"Search","color":"#F5BD25","values":[0,30,0,0,10,10,290,660,570,200,350,150,230,170,130,50,170,80,170,120,220,20,70,60,30,0,0,0,20,770,170,90,90,120,110,240,40,310,180,420,670,120,230,1040,220,110,140,30,160,10,0,0,380,80,90,660,920,1030,740,70,330,160,40,80,1180,810,150,140,180,10,280,20,40,20,40,10,10,70,590,260,600,270,160,170,1410,330,280,110,200,120,400,210,270,90,130,160,130,20,50,20,210,110,80,90,1280,120,250,100,270,50,370,200,140,140,160,140,90,140,130,110,20,20,0,20,20,50,630,100,130,190,80,240,190,120,110,60,190,70,110,80,310,180,110,120,20,70,10,10,10,50,830,60,80,50,60,170,220,90,170,50,60,160,90,100,180,90,120,70]},{"name":"Other","color":"#F79E39","values":[60,20,10,20,20,40,190,130,200,180,120,130,190,190,170,220,150,170,230,240,300,150,250,50,70,30,30,30,50,50,70,70,130,140,200,230,190,230,250,130,190,220,270,230,170,140,180,70,50,30,20,0,20,50,90,110,140,200,270,300,270,160,120,180,200,130,160,160,220,200,180,120,60,70,10,10,10,40,120,130,250,150,150,230,220,150,310,200,180,220,280,220,220,200,90,50,80,20,20,0,30,50,40,70,170,270,210,150,360,160,180,240,250,210,160,130,200,150,110,100,90,10,30,0,20,80,60,80,100,240,170,110,210,180,150,140,170,190,140,210,200,190,410,100,60,50,0,10,0,50,80,170,160,130,100,180,180,240,130,130,190,160,210,130,160,160,140,100]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,10,0,0,0,0,10,0,0,10,10,20,0,10,10,10,0,0,0,10,0,0,0,0,0,0,10,10,0,0,10,0,30,10,10,0,10,0,0,0,10,0,0,0,0,0,0,0,10,0,0,0,0,10,0,10,0,10,10,0,0,10,10,0,10,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,30,20,10,10,40,10,0,0,10,20,10,0,0,10,0,10,0,0,0,0,0,0,10,0,20,0,40,10,20,10,0,10,0,0,0,0,0,0,0,0,0,0,0,20,20,0,0,0,10,0,10,20,10,10,20,0,0,20,0,0,0,0,0,0,10,0,20,20,10,0,30,10,10,0,10,0,10,0,10,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/09.json b/dist/chartDummyData/views_zoom/2018-08/09.json new file mode 100644 index 000000000..dfee59fe2 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/09.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1533513600000,1533517200000,1533520800000,1533524400000,1533528000000,1533531600000,1533535200000,1533538800000,1533542400000,1533546000000,1533549600000,1533553200000,1533556800000,1533560400000,1533564000000,1533567600000,1533571200000,1533574800000,1533578400000,1533582000000,1533585600000,1533589200000,1533592800000,1533596400000,1533600000000,1533603600000,1533607200000,1533610800000,1533614400000,1533618000000,1533621600000,1533625200000,1533628800000,1533632400000,1533636000000,1533639600000,1533643200000,1533646800000,1533650400000,1533654000000,1533657600000,1533661200000,1533664800000,1533668400000,1533672000000,1533675600000,1533679200000,1533682800000,1533686400000,1533690000000,1533693600000,1533697200000,1533700800000,1533704400000,1533708000000,1533711600000,1533715200000,1533718800000,1533722400000,1533726000000,1533729600000,1533733200000,1533736800000,1533740400000,1533744000000,1533747600000,1533751200000,1533754800000,1533758400000,1533762000000,1533765600000,1533769200000,1533772800000,1533776400000,1533780000000,1533783600000,1533787200000,1533790800000,1533794400000,1533798000000,1533801600000,1533805200000,1533808800000,1533812400000,1533816000000,1533819600000,1533823200000,1533826800000,1533830400000,1533834000000,1533837600000,1533841200000,1533844800000,1533848400000,1533852000000,1533855600000,1533859200000,1533862800000,1533866400000,1533870000000,1533873600000,1533877200000,1533880800000,1533884400000,1533888000000,1533891600000,1533895200000,1533898800000,1533902400000,1533906000000,1533909600000,1533913200000,1533916800000,1533920400000,1533924000000,1533927600000,1533931200000,1533934800000,1533938400000,1533942000000,1533945600000,1533949200000,1533952800000,1533956400000,1533960000000,1533963600000,1533967200000,1533970800000,1533974400000,1533978000000,1533981600000,1533985200000,1533988800000,1533992400000,1533996000000,1533999600000,1534003200000,1534006800000,1534010400000,1534014000000,1534017600000,1534021200000,1534024800000,1534028400000,1534032000000,1534035600000,1534039200000,1534042800000,1534046400000,1534050000000,1534053600000,1534057200000,1534060800000,1534064400000,1534068000000,1534071600000,1534075200000,1534078800000,1534082400000,1534086000000,1534089600000,1534093200000,1534096800000,1534100400000,1534104000000,1534107600000,1534111200000,1534114800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[280,160,100,40,150,330,500,770,970,1090,1270,1240,1430,1120,1130,1350,1220,1630,1870,1430,1360,1080,730,1140,220,210,40,70,260,180,580,1160,1060,1440,1520,1450,1210,1480,1260,1210,960,1010,1120,1100,1260,1230,790,630,590,250,60,40,70,280,890,720,980,1120,1150,1130,1970,1140,1270,1450,1400,1490,1260,1230,1500,1350,1040,590,300,180,130,50,140,200,600,580,1080,930,1340,1240,1270,1270,1210,1610,1200,1140,1060,1340,1180,1240,770,630,370,260,140,80,190,310,850,720,990,1500,1430,1280,1400,1100,1260,1250,1410,1460,1760,1640,1390,940,1080,600,380,270,110,60,30,140,520,1050,700,1190,1180,1250,1510,1200,1160,1270,1110,1490,1260,1320,1210,1030,1230,820,610,240,180,30,60,180,350,630,1080,1000,1350,1060,1700,1360,1080,1430,1370,1190,1800,1220,1290,1040,720,720]},{"name":"URL","color":"#2373DB","values":[170,70,50,20,60,110,210,310,630,670,840,730,830,660,760,800,1120,1080,1370,1000,700,670,530,300,260,130,120,30,70,130,200,430,630,670,920,930,650,950,710,950,970,730,900,770,740,640,480,370,100,100,50,0,60,100,290,490,730,720,900,840,730,540,920,1060,960,1040,1100,1090,820,560,430,280,110,110,30,10,10,100,250,220,540,670,910,690,710,880,890,1030,870,970,1030,970,850,1100,720,300,210,80,0,20,20,140,260,340,860,890,890,670,630,690,820,1090,1230,850,1060,990,830,860,540,290,330,250,140,70,20,30,130,430,410,650,900,710,700,820,840,770,850,680,870,830,600,650,480,320,240,50,20,90,40,40,80,290,270,470,820,460,760,540,640,520,800,690,840,970,840,630,650,360]},{"name":"Groups","color":"#9ED448","values":[390,90,40,40,100,150,490,450,690,800,640,830,1090,850,600,830,870,920,930,1400,1620,1490,930,520,320,300,40,110,30,240,390,550,710,710,770,980,940,810,1300,1160,720,650,660,970,1380,1110,1210,520,240,420,20,60,70,320,470,660,570,920,760,1240,900,860,950,1190,790,930,790,1350,1420,1760,890,720,570,130,60,20,60,190,410,600,680,860,860,1130,1170,1030,810,1290,1070,720,770,1190,1320,1670,1140,2810,410,220,210,110,130,130,360,540,870,790,940,1110,1120,1440,740,1190,1120,950,890,1040,1090,1620,1070,670,400,290,120,40,60,220,390,620,390,750,770,810,1070,1100,810,860,1050,840,760,730,790,1220,1170,1180,710,290,90,150,60,130,320,390,610,760,770,840,1310,1030,770,1210,1100,890,760,1080,1160,1460,1080,830]},{"name":"Channel","color":"#4fae4e","values":[50,20,0,0,0,10,20,50,60,60,0,60,160,90,110,170,70,110,80,60,80,100,90,160,80,20,10,0,0,10,0,30,70,40,80,60,70,10,110,90,140,60,30,50,100,50,150,60,20,20,20,10,10,0,60,20,60,60,60,60,230,90,90,80,110,40,60,60,40,60,80,20,10,30,10,10,10,10,10,20,60,50,50,50,90,130,100,100,100,80,40,70,100,90,80,20,40,30,10,10,0,30,70,50,50,100,70,140,70,70,100,30,70,90,90,40,80,100,40,80,30,40,20,10,10,20,60,20,70,60,70,80,160,80,80,120,50,30,50,70,70,110,110,30,10,30,20,10,10,20,40,100,80,30,60,40,60,50,40,120,70,100,70,90,90,70,60,60]},{"name":"Search","color":"#F5BD25","values":[30,0,0,0,20,770,170,90,90,120,110,240,40,310,180,420,670,120,230,1040,220,110,140,30,160,10,0,0,380,80,90,660,920,1030,740,70,330,160,40,80,1180,810,150,140,180,10,280,20,40,20,40,10,10,70,590,260,600,270,160,170,1410,330,280,110,200,120,400,210,270,90,130,160,130,20,50,20,210,110,80,90,1280,120,250,100,270,50,370,200,140,140,160,140,90,140,130,110,20,20,0,20,20,50,630,100,130,190,80,240,190,120,110,60,190,70,110,80,310,180,110,120,20,70,10,10,10,50,830,60,80,50,60,170,220,90,170,50,60,160,90,100,180,90,120,70,60,0,0,0,30,730,60,40,90,80,520,60,30,340,50,100,40,240,400,160,80,50,120,110]},{"name":"Other","color":"#F79E39","values":[70,30,30,30,50,50,70,70,130,140,200,230,190,230,250,130,190,220,270,230,170,140,180,70,50,30,20,0,20,50,90,110,140,200,270,300,270,160,120,180,200,130,160,160,220,200,180,120,60,70,10,10,10,40,120,130,250,150,150,230,220,150,310,200,180,220,280,220,220,200,90,50,80,20,20,0,30,50,40,70,170,270,210,150,360,160,180,240,250,210,160,130,200,150,110,100,90,10,30,0,20,80,60,80,100,240,170,110,210,180,150,140,170,190,140,210,200,190,410,100,60,50,0,10,0,50,80,170,160,130,100,180,180,240,130,130,190,160,210,130,160,160,140,100,60,20,10,20,0,30,60,60,160,180,180,240,80,130,160,220,340,210,200,150,140,200,170,80]},{"name":"PM","color":"#E65850","values":[0,10,0,0,0,0,0,0,10,10,0,0,10,0,30,10,10,0,10,0,0,0,10,0,0,0,0,0,0,0,10,0,0,0,0,10,0,10,0,10,10,0,0,10,10,0,10,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,30,20,10,10,40,10,0,0,10,20,10,0,0,10,0,10,0,0,0,0,0,0,10,0,20,0,40,10,20,10,0,10,0,0,0,0,0,0,0,0,0,0,0,20,20,0,0,0,10,0,10,20,10,10,20,0,0,20,0,0,0,0,0,0,10,0,20,20,10,0,30,10,10,0,10,0,10,0,10,0,10,0,0,0,10,0,10,0,20,10,0,10,40,30,10,10,0,0,20,0,0,20,20,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/10.json b/dist/chartDummyData/views_zoom/2018-08/10.json new file mode 100644 index 000000000..5fb40ad86 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/10.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1533600000000,1533603600000,1533607200000,1533610800000,1533614400000,1533618000000,1533621600000,1533625200000,1533628800000,1533632400000,1533636000000,1533639600000,1533643200000,1533646800000,1533650400000,1533654000000,1533657600000,1533661200000,1533664800000,1533668400000,1533672000000,1533675600000,1533679200000,1533682800000,1533686400000,1533690000000,1533693600000,1533697200000,1533700800000,1533704400000,1533708000000,1533711600000,1533715200000,1533718800000,1533722400000,1533726000000,1533729600000,1533733200000,1533736800000,1533740400000,1533744000000,1533747600000,1533751200000,1533754800000,1533758400000,1533762000000,1533765600000,1533769200000,1533772800000,1533776400000,1533780000000,1533783600000,1533787200000,1533790800000,1533794400000,1533798000000,1533801600000,1533805200000,1533808800000,1533812400000,1533816000000,1533819600000,1533823200000,1533826800000,1533830400000,1533834000000,1533837600000,1533841200000,1533844800000,1533848400000,1533852000000,1533855600000,1533859200000,1533862800000,1533866400000,1533870000000,1533873600000,1533877200000,1533880800000,1533884400000,1533888000000,1533891600000,1533895200000,1533898800000,1533902400000,1533906000000,1533909600000,1533913200000,1533916800000,1533920400000,1533924000000,1533927600000,1533931200000,1533934800000,1533938400000,1533942000000,1533945600000,1533949200000,1533952800000,1533956400000,1533960000000,1533963600000,1533967200000,1533970800000,1533974400000,1533978000000,1533981600000,1533985200000,1533988800000,1533992400000,1533996000000,1533999600000,1534003200000,1534006800000,1534010400000,1534014000000,1534017600000,1534021200000,1534024800000,1534028400000,1534032000000,1534035600000,1534039200000,1534042800000,1534046400000,1534050000000,1534053600000,1534057200000,1534060800000,1534064400000,1534068000000,1534071600000,1534075200000,1534078800000,1534082400000,1534086000000,1534089600000,1534093200000,1534096800000,1534100400000,1534104000000,1534107600000,1534111200000,1534114800000,1534118400000,1534122000000,1534125600000,1534129200000,1534132800000,1534136400000,1534140000000,1534143600000,1534147200000,1534150800000,1534154400000,1534158000000,1534161600000,1534165200000,1534168800000,1534172400000,1534176000000,1534179600000,1534183200000,1534186800000,1534190400000,1534194000000,1534197600000,1534201200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[220,210,40,70,260,180,580,1160,1060,1440,1520,1450,1210,1480,1260,1210,960,1010,1120,1100,1260,1230,790,630,590,250,60,40,70,280,890,720,980,1120,1150,1130,1970,1140,1270,1450,1400,1490,1260,1230,1500,1350,1040,590,300,180,130,50,140,200,600,580,1080,930,1340,1240,1270,1270,1210,1610,1200,1140,1060,1340,1180,1240,770,630,370,260,140,80,190,310,850,720,990,1500,1430,1280,1400,1100,1260,1250,1410,1460,1760,1640,1390,940,1080,600,380,270,110,60,30,140,520,1050,700,1190,1180,1250,1510,1200,1160,1270,1110,1490,1260,1320,1210,1030,1230,820,610,240,180,30,60,180,350,630,1080,1000,1350,1060,1700,1360,1080,1430,1370,1190,1800,1220,1290,1040,720,720,260,210,90,30,110,200,380,730,870,930,1310,1320,1170,1150,1270,1010,1420,1760,1350,1340,1260,1120,900,460]},{"name":"URL","color":"#2373DB","values":[260,130,120,30,70,130,200,430,630,670,920,930,650,950,710,950,970,730,900,770,740,640,480,370,100,100,50,0,60,100,290,490,730,720,900,840,730,540,920,1060,960,1040,1100,1090,820,560,430,280,110,110,30,10,10,100,250,220,540,670,910,690,710,880,890,1030,870,970,1030,970,850,1100,720,300,210,80,0,20,20,140,260,340,860,890,890,670,630,690,820,1090,1230,850,1060,990,830,860,540,290,330,250,140,70,20,30,130,430,410,650,900,710,700,820,840,770,850,680,870,830,600,650,480,320,240,50,20,90,40,40,80,290,270,470,820,460,760,540,640,520,800,690,840,970,840,630,650,360,50,60,60,30,10,40,260,450,440,690,820,660,690,770,910,910,950,990,1010,920,710,810,350,240]},{"name":"Groups","color":"#9ED448","values":[320,300,40,110,30,240,390,550,710,710,770,980,940,810,1300,1160,720,650,660,970,1380,1110,1210,520,240,420,20,60,70,320,470,660,570,920,760,1240,900,860,950,1190,790,930,790,1350,1420,1760,890,720,570,130,60,20,60,190,410,600,680,860,860,1130,1170,1030,810,1290,1070,720,770,1190,1320,1670,1140,2810,410,220,210,110,130,130,360,540,870,790,940,1110,1120,1440,740,1190,1120,950,890,1040,1090,1620,1070,670,400,290,120,40,60,220,390,620,390,750,770,810,1070,1100,810,860,1050,840,760,730,790,1220,1170,1180,710,290,90,150,60,130,320,390,610,760,770,840,1310,1030,770,1210,1100,890,760,1080,1160,1460,1080,830,250,190,140,110,40,120,320,530,650,860,1180,1120,1130,780,870,730,1050,790,930,1760,1330,1150,1240,1000]},{"name":"Channel","color":"#4fae4e","values":[80,20,10,0,0,10,0,30,70,40,80,60,70,10,110,90,140,60,30,50,100,50,150,60,20,20,20,10,10,0,60,20,60,60,60,60,230,90,90,80,110,40,60,60,40,60,80,20,10,30,10,10,10,10,10,20,60,50,50,50,90,130,100,100,100,80,40,70,100,90,80,20,40,30,10,10,0,30,70,50,50,100,70,140,70,70,100,30,70,90,90,40,80,100,40,80,30,40,20,10,10,20,60,20,70,60,70,80,160,80,80,120,50,30,50,70,70,110,110,30,10,30,20,10,10,20,40,100,80,30,60,40,60,50,40,120,70,100,70,90,90,70,60,60,40,30,10,10,0,0,0,0,40,50,20,40,90,80,50,50,20,70,80,60,100,70,90,80]},{"name":"Search","color":"#F5BD25","values":[160,10,0,0,380,80,90,660,920,1030,740,70,330,160,40,80,1180,810,150,140,180,10,280,20,40,20,40,10,10,70,590,260,600,270,160,170,1410,330,280,110,200,120,400,210,270,90,130,160,130,20,50,20,210,110,80,90,1280,120,250,100,270,50,370,200,140,140,160,140,90,140,130,110,20,20,0,20,20,50,630,100,130,190,80,240,190,120,110,60,190,70,110,80,310,180,110,120,20,70,10,10,10,50,830,60,80,50,60,170,220,90,170,50,60,160,90,100,180,90,120,70,60,0,0,0,30,730,60,40,90,80,520,60,30,340,50,100,40,240,400,160,80,50,120,110,20,20,0,0,400,80,80,110,240,110,110,120,140,110,120,310,780,320,160,140,100,170,30,70]},{"name":"Other","color":"#F79E39","values":[50,30,20,0,20,50,90,110,140,200,270,300,270,160,120,180,200,130,160,160,220,200,180,120,60,70,10,10,10,40,120,130,250,150,150,230,220,150,310,200,180,220,280,220,220,200,90,50,80,20,20,0,30,50,40,70,170,270,210,150,360,160,180,240,250,210,160,130,200,150,110,100,90,10,30,0,20,80,60,80,100,240,170,110,210,180,150,140,170,190,140,210,200,190,410,100,60,50,0,10,0,50,80,170,160,130,100,180,180,240,130,130,190,160,210,130,160,160,140,100,60,20,10,20,0,30,60,60,160,180,180,240,80,130,160,220,340,210,200,150,140,200,170,80,40,10,50,30,0,60,130,110,250,100,130,160,200,210,180,100,190,240,270,160,220,160,140,110]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,0,0,0,0,10,0,10,0,10,10,0,0,10,10,0,10,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,30,20,10,10,40,10,0,0,10,20,10,0,0,10,0,10,0,0,0,0,0,0,10,0,20,0,40,10,20,10,0,10,0,0,0,0,0,0,0,0,0,0,0,20,20,0,0,0,10,0,10,20,10,10,20,0,0,20,0,0,0,0,0,0,10,0,20,20,10,0,30,10,10,0,10,0,10,0,10,0,10,0,0,0,10,0,10,0,20,10,0,10,40,30,10,10,0,0,20,0,0,20,20,0,10,0,0,0,0,0,0,20,0,0,20,30,10,0,10,20,0,10,0,10,10,20,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/11.json b/dist/chartDummyData/views_zoom/2018-08/11.json new file mode 100644 index 000000000..77d237bb3 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/11.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1533686400000,1533690000000,1533693600000,1533697200000,1533700800000,1533704400000,1533708000000,1533711600000,1533715200000,1533718800000,1533722400000,1533726000000,1533729600000,1533733200000,1533736800000,1533740400000,1533744000000,1533747600000,1533751200000,1533754800000,1533758400000,1533762000000,1533765600000,1533769200000,1533772800000,1533776400000,1533780000000,1533783600000,1533787200000,1533790800000,1533794400000,1533798000000,1533801600000,1533805200000,1533808800000,1533812400000,1533816000000,1533819600000,1533823200000,1533826800000,1533830400000,1533834000000,1533837600000,1533841200000,1533844800000,1533848400000,1533852000000,1533855600000,1533859200000,1533862800000,1533866400000,1533870000000,1533873600000,1533877200000,1533880800000,1533884400000,1533888000000,1533891600000,1533895200000,1533898800000,1533902400000,1533906000000,1533909600000,1533913200000,1533916800000,1533920400000,1533924000000,1533927600000,1533931200000,1533934800000,1533938400000,1533942000000,1533945600000,1533949200000,1533952800000,1533956400000,1533960000000,1533963600000,1533967200000,1533970800000,1533974400000,1533978000000,1533981600000,1533985200000,1533988800000,1533992400000,1533996000000,1533999600000,1534003200000,1534006800000,1534010400000,1534014000000,1534017600000,1534021200000,1534024800000,1534028400000,1534032000000,1534035600000,1534039200000,1534042800000,1534046400000,1534050000000,1534053600000,1534057200000,1534060800000,1534064400000,1534068000000,1534071600000,1534075200000,1534078800000,1534082400000,1534086000000,1534089600000,1534093200000,1534096800000,1534100400000,1534104000000,1534107600000,1534111200000,1534114800000,1534118400000,1534122000000,1534125600000,1534129200000,1534132800000,1534136400000,1534140000000,1534143600000,1534147200000,1534150800000,1534154400000,1534158000000,1534161600000,1534165200000,1534168800000,1534172400000,1534176000000,1534179600000,1534183200000,1534186800000,1534190400000,1534194000000,1534197600000,1534201200000,1534204800000,1534208400000,1534212000000,1534215600000,1534219200000,1534222800000,1534226400000,1534230000000,1534233600000,1534237200000,1534240800000,1534244400000,1534248000000,1534251600000,1534255200000,1534258800000,1534262400000,1534266000000,1534269600000,1534273200000,1534276800000,1534280400000,1534284000000,1534287600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[590,250,60,40,70,280,890,720,980,1120,1150,1130,1970,1140,1270,1450,1400,1490,1260,1230,1500,1350,1040,590,300,180,130,50,140,200,600,580,1080,930,1340,1240,1270,1270,1210,1610,1200,1140,1060,1340,1180,1240,770,630,370,260,140,80,190,310,850,720,990,1500,1430,1280,1400,1100,1260,1250,1410,1460,1760,1640,1390,940,1080,600,380,270,110,60,30,140,520,1050,700,1190,1180,1250,1510,1200,1160,1270,1110,1490,1260,1320,1210,1030,1230,820,610,240,180,30,60,180,350,630,1080,1000,1350,1060,1700,1360,1080,1430,1370,1190,1800,1220,1290,1040,720,720,260,210,90,30,110,200,380,730,870,930,1310,1320,1170,1150,1270,1010,1420,1760,1350,1340,1260,1120,900,460,430,90,40,100,260,200,550,720,1200,1210,1510,1010,1340,1120,1110,1350,1560,1310,1880,1310,970,1240,970,960]},{"name":"URL","color":"#2373DB","values":[100,100,50,0,60,100,290,490,730,720,900,840,730,540,920,1060,960,1040,1100,1090,820,560,430,280,110,110,30,10,10,100,250,220,540,670,910,690,710,880,890,1030,870,970,1030,970,850,1100,720,300,210,80,0,20,20,140,260,340,860,890,890,670,630,690,820,1090,1230,850,1060,990,830,860,540,290,330,250,140,70,20,30,130,430,410,650,900,710,700,820,840,770,850,680,870,830,600,650,480,320,240,50,20,90,40,40,80,290,270,470,820,460,760,540,640,520,800,690,840,970,840,630,650,360,50,60,60,30,10,40,260,450,440,690,820,660,690,770,910,910,950,990,1010,920,710,810,350,240,120,90,50,40,20,80,190,270,490,730,890,620,890,900,770,880,1130,1040,970,740,620,690,440,250]},{"name":"Groups","color":"#9ED448","values":[240,420,20,60,70,320,470,660,570,920,760,1240,900,860,950,1190,790,930,790,1350,1420,1760,890,720,570,130,60,20,60,190,410,600,680,860,860,1130,1170,1030,810,1290,1070,720,770,1190,1320,1670,1140,2810,410,220,210,110,130,130,360,540,870,790,940,1110,1120,1440,740,1190,1120,950,890,1040,1090,1620,1070,670,400,290,120,40,60,220,390,620,390,750,770,810,1070,1100,810,860,1050,840,760,730,790,1220,1170,1180,710,290,90,150,60,130,320,390,610,760,770,840,1310,1030,770,1210,1100,890,760,1080,1160,1460,1080,830,250,190,140,110,40,120,320,530,650,860,1180,1120,1130,780,870,730,1050,790,930,1760,1330,1150,1240,1000,2550,160,110,70,120,180,370,430,1610,740,800,720,1150,960,2700,900,790,1140,870,1220,1420,1300,910,580]},{"name":"Channel","color":"#4fae4e","values":[20,20,20,10,10,0,60,20,60,60,60,60,230,90,90,80,110,40,60,60,40,60,80,20,10,30,10,10,10,10,10,20,60,50,50,50,90,130,100,100,100,80,40,70,100,90,80,20,40,30,10,10,0,30,70,50,50,100,70,140,70,70,100,30,70,90,90,40,80,100,40,80,30,40,20,10,10,20,60,20,70,60,70,80,160,80,80,120,50,30,50,70,70,110,110,30,10,30,20,10,10,20,40,100,80,30,60,40,60,50,40,120,70,100,70,90,90,70,60,60,40,30,10,10,0,0,0,0,40,50,20,40,90,80,50,50,20,70,80,60,100,70,90,80,60,0,30,10,0,40,60,40,60,50,150,100,70,70,100,50,150,60,200,70,70,40,170,70]},{"name":"Search","color":"#F5BD25","values":[40,20,40,10,10,70,590,260,600,270,160,170,1410,330,280,110,200,120,400,210,270,90,130,160,130,20,50,20,210,110,80,90,1280,120,250,100,270,50,370,200,140,140,160,140,90,140,130,110,20,20,0,20,20,50,630,100,130,190,80,240,190,120,110,60,190,70,110,80,310,180,110,120,20,70,10,10,10,50,830,60,80,50,60,170,220,90,170,50,60,160,90,100,180,90,120,70,60,0,0,0,30,730,60,40,90,80,520,60,30,340,50,100,40,240,400,160,80,50,120,110,20,20,0,0,400,80,80,110,240,110,110,120,140,110,120,310,780,320,160,140,100,170,30,70,80,0,0,0,520,260,20,40,220,110,80,60,100,170,150,100,50,310,130,180,100,130,210,120]},{"name":"Other","color":"#F79E39","values":[60,70,10,10,10,40,120,130,250,150,150,230,220,150,310,200,180,220,280,220,220,200,90,50,80,20,20,0,30,50,40,70,170,270,210,150,360,160,180,240,250,210,160,130,200,150,110,100,90,10,30,0,20,80,60,80,100,240,170,110,210,180,150,140,170,190,140,210,200,190,410,100,60,50,0,10,0,50,80,170,160,130,100,180,180,240,130,130,190,160,210,130,160,160,140,100,60,20,10,20,0,30,60,60,160,180,180,240,80,130,160,220,340,210,200,150,140,200,170,80,40,10,50,30,0,60,130,110,250,100,130,160,200,210,180,100,190,240,270,160,220,160,140,110,70,30,0,0,10,40,110,100,240,110,240,240,210,150,110,220,320,170,190,210,190,120,390,150]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,10,0,10,0,30,20,10,10,40,10,0,0,10,20,10,0,0,10,0,10,0,0,0,0,0,0,10,0,20,0,40,10,20,10,0,10,0,0,0,0,0,0,0,0,0,0,0,20,20,0,0,0,10,0,10,20,10,10,20,0,0,20,0,0,0,0,0,0,10,0,20,20,10,0,30,10,10,0,10,0,10,0,10,0,10,0,0,0,10,0,10,0,20,10,0,10,40,30,10,10,0,0,20,0,0,20,20,0,10,0,0,0,0,0,0,20,0,0,20,30,10,0,10,20,0,10,0,10,10,20,10,0,0,0,0,0,0,0,0,0,0,10,20,10,0,0,0,20,10,0,0,10,10,0,10,20,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/12.json b/dist/chartDummyData/views_zoom/2018-08/12.json new file mode 100644 index 000000000..bac1e3b2e --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/12.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1533772800000,1533776400000,1533780000000,1533783600000,1533787200000,1533790800000,1533794400000,1533798000000,1533801600000,1533805200000,1533808800000,1533812400000,1533816000000,1533819600000,1533823200000,1533826800000,1533830400000,1533834000000,1533837600000,1533841200000,1533844800000,1533848400000,1533852000000,1533855600000,1533859200000,1533862800000,1533866400000,1533870000000,1533873600000,1533877200000,1533880800000,1533884400000,1533888000000,1533891600000,1533895200000,1533898800000,1533902400000,1533906000000,1533909600000,1533913200000,1533916800000,1533920400000,1533924000000,1533927600000,1533931200000,1533934800000,1533938400000,1533942000000,1533945600000,1533949200000,1533952800000,1533956400000,1533960000000,1533963600000,1533967200000,1533970800000,1533974400000,1533978000000,1533981600000,1533985200000,1533988800000,1533992400000,1533996000000,1533999600000,1534003200000,1534006800000,1534010400000,1534014000000,1534017600000,1534021200000,1534024800000,1534028400000,1534032000000,1534035600000,1534039200000,1534042800000,1534046400000,1534050000000,1534053600000,1534057200000,1534060800000,1534064400000,1534068000000,1534071600000,1534075200000,1534078800000,1534082400000,1534086000000,1534089600000,1534093200000,1534096800000,1534100400000,1534104000000,1534107600000,1534111200000,1534114800000,1534118400000,1534122000000,1534125600000,1534129200000,1534132800000,1534136400000,1534140000000,1534143600000,1534147200000,1534150800000,1534154400000,1534158000000,1534161600000,1534165200000,1534168800000,1534172400000,1534176000000,1534179600000,1534183200000,1534186800000,1534190400000,1534194000000,1534197600000,1534201200000,1534204800000,1534208400000,1534212000000,1534215600000,1534219200000,1534222800000,1534226400000,1534230000000,1534233600000,1534237200000,1534240800000,1534244400000,1534248000000,1534251600000,1534255200000,1534258800000,1534262400000,1534266000000,1534269600000,1534273200000,1534276800000,1534280400000,1534284000000,1534287600000,1534291200000,1534294800000,1534298400000,1534302000000,1534305600000,1534309200000,1534312800000,1534316400000,1534320000000,1534323600000,1534327200000,1534330800000,1534334400000,1534338000000,1534341600000,1534345200000,1534348800000,1534352400000,1534356000000,1534359600000,1534363200000,1534366800000,1534370400000,1534374000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[300,180,130,50,140,200,600,580,1080,930,1340,1240,1270,1270,1210,1610,1200,1140,1060,1340,1180,1240,770,630,370,260,140,80,190,310,850,720,990,1500,1430,1280,1400,1100,1260,1250,1410,1460,1760,1640,1390,940,1080,600,380,270,110,60,30,140,520,1050,700,1190,1180,1250,1510,1200,1160,1270,1110,1490,1260,1320,1210,1030,1230,820,610,240,180,30,60,180,350,630,1080,1000,1350,1060,1700,1360,1080,1430,1370,1190,1800,1220,1290,1040,720,720,260,210,90,30,110,200,380,730,870,930,1310,1320,1170,1150,1270,1010,1420,1760,1350,1340,1260,1120,900,460,430,90,40,100,260,200,550,720,1200,1210,1510,1010,1340,1120,1110,1350,1560,1310,1880,1310,970,1240,970,960,320,90,70,30,130,300,350,670,650,990,1170,1320,1270,1310,1430,1300,1450,1510,1570,1480,1430,1170,820,800]},{"name":"URL","color":"#2373DB","values":[110,110,30,10,10,100,250,220,540,670,910,690,710,880,890,1030,870,970,1030,970,850,1100,720,300,210,80,0,20,20,140,260,340,860,890,890,670,630,690,820,1090,1230,850,1060,990,830,860,540,290,330,250,140,70,20,30,130,430,410,650,900,710,700,820,840,770,850,680,870,830,600,650,480,320,240,50,20,90,40,40,80,290,270,470,820,460,760,540,640,520,800,690,840,970,840,630,650,360,50,60,60,30,10,40,260,450,440,690,820,660,690,770,910,910,950,990,1010,920,710,810,350,240,120,90,50,40,20,80,190,270,490,730,890,620,890,900,770,880,1130,1040,970,740,620,690,440,250,230,30,0,10,10,110,250,270,450,490,430,450,390,410,360,590,450,430,620,480,510,660,430,600]},{"name":"Groups","color":"#9ED448","values":[570,130,60,20,60,190,410,600,680,860,860,1130,1170,1030,810,1290,1070,720,770,1190,1320,1670,1140,2810,410,220,210,110,130,130,360,540,870,790,940,1110,1120,1440,740,1190,1120,950,890,1040,1090,1620,1070,670,400,290,120,40,60,220,390,620,390,750,770,810,1070,1100,810,860,1050,840,760,730,790,1220,1170,1180,710,290,90,150,60,130,320,390,610,760,770,840,1310,1030,770,1210,1100,890,760,1080,1160,1460,1080,830,250,190,140,110,40,120,320,530,650,860,1180,1120,1130,780,870,730,1050,790,930,1760,1330,1150,1240,1000,2550,160,110,70,120,180,370,430,1610,740,800,720,1150,960,2700,900,790,1140,870,1220,1420,1300,910,580,460,230,110,50,40,140,400,480,630,670,750,860,710,1120,1090,580,1110,800,1090,1260,950,1320,1200,710]},{"name":"Channel","color":"#4fae4e","values":[10,30,10,10,10,10,10,20,60,50,50,50,90,130,100,100,100,80,40,70,100,90,80,20,40,30,10,10,0,30,70,50,50,100,70,140,70,70,100,30,70,90,90,40,80,100,40,80,30,40,20,10,10,20,60,20,70,60,70,80,160,80,80,120,50,30,50,70,70,110,110,30,10,30,20,10,10,20,40,100,80,30,60,40,60,50,40,120,70,100,70,90,90,70,60,60,40,30,10,10,0,0,0,0,40,50,20,40,90,80,50,50,20,70,80,60,100,70,90,80,60,0,30,10,0,40,60,40,60,50,150,100,70,70,100,50,150,60,200,70,70,40,170,70,90,50,50,0,0,10,0,40,70,30,80,50,70,60,110,40,90,150,90,60,100,70,160,130]},{"name":"Search","color":"#F5BD25","values":[130,20,50,20,210,110,80,90,1280,120,250,100,270,50,370,200,140,140,160,140,90,140,130,110,20,20,0,20,20,50,630,100,130,190,80,240,190,120,110,60,190,70,110,80,310,180,110,120,20,70,10,10,10,50,830,60,80,50,60,170,220,90,170,50,60,160,90,100,180,90,120,70,60,0,0,0,30,730,60,40,90,80,520,60,30,340,50,100,40,240,400,160,80,50,120,110,20,20,0,0,400,80,80,110,240,110,110,120,140,110,120,310,780,320,160,140,100,170,30,70,80,0,0,0,520,260,20,40,220,110,80,60,100,170,150,100,50,310,130,180,100,130,210,120,10,0,0,0,20,150,90,50,780,130,210,130,120,90,130,270,190,90,120,160,100,200,300,140]},{"name":"Other","color":"#F79E39","values":[80,20,20,0,30,50,40,70,170,270,210,150,360,160,180,240,250,210,160,130,200,150,110,100,90,10,30,0,20,80,60,80,100,240,170,110,210,180,150,140,170,190,140,210,200,190,410,100,60,50,0,10,0,50,80,170,160,130,100,180,180,240,130,130,190,160,210,130,160,160,140,100,60,20,10,20,0,30,60,60,160,180,180,240,80,130,160,220,340,210,200,150,140,200,170,80,40,10,50,30,0,60,130,110,250,100,130,160,200,210,180,100,190,240,270,160,220,160,140,110,70,30,0,0,10,40,110,100,240,110,240,240,210,150,110,220,320,170,190,210,190,120,390,150,20,10,10,20,20,40,100,50,190,190,170,120,100,110,170,130,240,90,160,220,140,160,120,60]},{"name":"PM","color":"#E65850","values":[10,0,0,10,0,10,0,0,0,0,0,0,10,0,20,0,40,10,20,10,0,10,0,0,0,0,0,0,0,0,0,0,0,20,20,0,0,0,10,0,10,20,10,10,20,0,0,20,0,0,0,0,0,0,10,0,20,20,10,0,30,10,10,0,10,0,10,0,10,0,10,0,0,0,10,0,10,0,20,10,0,10,40,30,10,10,0,0,20,0,0,20,20,0,10,0,0,0,0,0,0,20,0,0,20,30,10,0,10,20,0,10,0,10,10,20,10,0,0,0,0,0,0,0,0,0,0,10,20,10,0,0,0,20,10,0,0,10,10,0,10,20,0,0,0,0,0,0,0,0,10,0,0,20,20,10,0,0,0,20,10,40,10,10,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/13.json b/dist/chartDummyData/views_zoom/2018-08/13.json new file mode 100644 index 000000000..23fe770ee --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/13.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1533859200000,1533862800000,1533866400000,1533870000000,1533873600000,1533877200000,1533880800000,1533884400000,1533888000000,1533891600000,1533895200000,1533898800000,1533902400000,1533906000000,1533909600000,1533913200000,1533916800000,1533920400000,1533924000000,1533927600000,1533931200000,1533934800000,1533938400000,1533942000000,1533945600000,1533949200000,1533952800000,1533956400000,1533960000000,1533963600000,1533967200000,1533970800000,1533974400000,1533978000000,1533981600000,1533985200000,1533988800000,1533992400000,1533996000000,1533999600000,1534003200000,1534006800000,1534010400000,1534014000000,1534017600000,1534021200000,1534024800000,1534028400000,1534032000000,1534035600000,1534039200000,1534042800000,1534046400000,1534050000000,1534053600000,1534057200000,1534060800000,1534064400000,1534068000000,1534071600000,1534075200000,1534078800000,1534082400000,1534086000000,1534089600000,1534093200000,1534096800000,1534100400000,1534104000000,1534107600000,1534111200000,1534114800000,1534118400000,1534122000000,1534125600000,1534129200000,1534132800000,1534136400000,1534140000000,1534143600000,1534147200000,1534150800000,1534154400000,1534158000000,1534161600000,1534165200000,1534168800000,1534172400000,1534176000000,1534179600000,1534183200000,1534186800000,1534190400000,1534194000000,1534197600000,1534201200000,1534204800000,1534208400000,1534212000000,1534215600000,1534219200000,1534222800000,1534226400000,1534230000000,1534233600000,1534237200000,1534240800000,1534244400000,1534248000000,1534251600000,1534255200000,1534258800000,1534262400000,1534266000000,1534269600000,1534273200000,1534276800000,1534280400000,1534284000000,1534287600000,1534291200000,1534294800000,1534298400000,1534302000000,1534305600000,1534309200000,1534312800000,1534316400000,1534320000000,1534323600000,1534327200000,1534330800000,1534334400000,1534338000000,1534341600000,1534345200000,1534348800000,1534352400000,1534356000000,1534359600000,1534363200000,1534366800000,1534370400000,1534374000000,1534377600000,1534381200000,1534384800000,1534388400000,1534392000000,1534395600000,1534399200000,1534402800000,1534406400000,1534410000000,1534413600000,1534417200000,1534420800000,1534424400000,1534428000000,1534431600000,1534435200000,1534438800000,1534442400000,1534446000000,1534449600000,1534453200000,1534456800000,1534460400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[370,260,140,80,190,310,850,720,990,1500,1430,1280,1400,1100,1260,1250,1410,1460,1760,1640,1390,940,1080,600,380,270,110,60,30,140,520,1050,700,1190,1180,1250,1510,1200,1160,1270,1110,1490,1260,1320,1210,1030,1230,820,610,240,180,30,60,180,350,630,1080,1000,1350,1060,1700,1360,1080,1430,1370,1190,1800,1220,1290,1040,720,720,260,210,90,30,110,200,380,730,870,930,1310,1320,1170,1150,1270,1010,1420,1760,1350,1340,1260,1120,900,460,430,90,40,100,260,200,550,720,1200,1210,1510,1010,1340,1120,1110,1350,1560,1310,1880,1310,970,1240,970,960,320,90,70,30,130,300,350,670,650,990,1170,1320,1270,1310,1430,1300,1450,1510,1570,1480,1430,1170,820,800,740,150,70,80,110,140,400,1090,990,1420,1440,1590,1850,1310,1310,1070,1450,1330,1440,1620,1160,1390,820,450]},{"name":"URL","color":"#2373DB","values":[210,80,0,20,20,140,260,340,860,890,890,670,630,690,820,1090,1230,850,1060,990,830,860,540,290,330,250,140,70,20,30,130,430,410,650,900,710,700,820,840,770,850,680,870,830,600,650,480,320,240,50,20,90,40,40,80,290,270,470,820,460,760,540,640,520,800,690,840,970,840,630,650,360,50,60,60,30,10,40,260,450,440,690,820,660,690,770,910,910,950,990,1010,920,710,810,350,240,120,90,50,40,20,80,190,270,490,730,890,620,890,900,770,880,1130,1040,970,740,620,690,440,250,230,30,0,10,10,110,250,270,450,490,430,450,390,410,360,590,450,430,620,480,510,660,430,600,200,180,40,10,0,30,140,170,380,570,770,700,690,670,750,840,800,830,740,870,730,550,610,290]},{"name":"Groups","color":"#9ED448","values":[410,220,210,110,130,130,360,540,870,790,940,1110,1120,1440,740,1190,1120,950,890,1040,1090,1620,1070,670,400,290,120,40,60,220,390,620,390,750,770,810,1070,1100,810,860,1050,840,760,730,790,1220,1170,1180,710,290,90,150,60,130,320,390,610,760,770,840,1310,1030,770,1210,1100,890,760,1080,1160,1460,1080,830,250,190,140,110,40,120,320,530,650,860,1180,1120,1130,780,870,730,1050,790,930,1760,1330,1150,1240,1000,2550,160,110,70,120,180,370,430,1610,740,800,720,1150,960,2700,900,790,1140,870,1220,1420,1300,910,580,460,230,110,50,40,140,400,480,630,670,750,860,710,1120,1090,580,1110,800,1090,1260,950,1320,1200,710,610,300,140,80,90,70,290,480,820,660,950,920,1160,820,1040,950,810,890,1160,1170,1390,1270,1050,1140]},{"name":"Channel","color":"#4fae4e","values":[40,30,10,10,0,30,70,50,50,100,70,140,70,70,100,30,70,90,90,40,80,100,40,80,30,40,20,10,10,20,60,20,70,60,70,80,160,80,80,120,50,30,50,70,70,110,110,30,10,30,20,10,10,20,40,100,80,30,60,40,60,50,40,120,70,100,70,90,90,70,60,60,40,30,10,10,0,0,0,0,40,50,20,40,90,80,50,50,20,70,80,60,100,70,90,80,60,0,30,10,0,40,60,40,60,50,150,100,70,70,100,50,150,60,200,70,70,40,170,70,90,50,50,0,0,10,0,40,70,30,80,50,70,60,110,40,90,150,90,60,100,70,160,130,140,0,0,20,10,10,0,20,40,70,50,90,120,70,70,20,110,50,50,40,50,100,80,40]},{"name":"Search","color":"#F5BD25","values":[20,20,0,20,20,50,630,100,130,190,80,240,190,120,110,60,190,70,110,80,310,180,110,120,20,70,10,10,10,50,830,60,80,50,60,170,220,90,170,50,60,160,90,100,180,90,120,70,60,0,0,0,30,730,60,40,90,80,520,60,30,340,50,100,40,240,400,160,80,50,120,110,20,20,0,0,400,80,80,110,240,110,110,120,140,110,120,310,780,320,160,140,100,170,30,70,80,0,0,0,520,260,20,40,220,110,80,60,100,170,150,100,50,310,130,180,100,130,210,120,10,0,0,0,20,150,90,50,780,130,210,130,120,90,130,270,190,90,120,160,100,200,300,140,30,0,0,30,10,30,30,310,50,170,150,130,190,70,80,120,190,120,320,150,60,150,40,50]},{"name":"Other","color":"#F79E39","values":[90,10,30,0,20,80,60,80,100,240,170,110,210,180,150,140,170,190,140,210,200,190,410,100,60,50,0,10,0,50,80,170,160,130,100,180,180,240,130,130,190,160,210,130,160,160,140,100,60,20,10,20,0,30,60,60,160,180,180,240,80,130,160,220,340,210,200,150,140,200,170,80,40,10,50,30,0,60,130,110,250,100,130,160,200,210,180,100,190,240,270,160,220,160,140,110,70,30,0,0,10,40,110,100,240,110,240,240,210,150,110,220,320,170,190,210,190,120,390,150,20,10,10,20,20,40,100,50,190,190,170,120,100,110,170,130,240,90,160,220,140,160,120,60,30,40,10,0,10,30,110,200,80,150,160,150,180,190,150,180,130,180,130,200,180,230,120,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,20,20,0,0,0,10,0,10,20,10,10,20,0,0,20,0,0,0,0,0,0,10,0,20,20,10,0,30,10,10,0,10,0,10,0,10,0,10,0,0,0,10,0,10,0,20,10,0,10,40,30,10,10,0,0,20,0,0,20,20,0,10,0,0,0,0,0,0,20,0,0,20,30,10,0,10,20,0,10,0,10,10,20,10,0,0,0,0,0,0,0,0,0,0,10,20,10,0,0,0,20,10,0,0,10,10,0,10,20,0,0,0,0,0,0,0,0,10,0,0,20,20,10,0,0,0,20,10,40,10,10,10,0,0,0,10,0,0,0,10,10,0,10,0,0,0,0,0,0,0,30,10,10,0,10,10,0,10,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/14.json b/dist/chartDummyData/views_zoom/2018-08/14.json new file mode 100644 index 000000000..32425a6cc --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/14.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1533945600000,1533949200000,1533952800000,1533956400000,1533960000000,1533963600000,1533967200000,1533970800000,1533974400000,1533978000000,1533981600000,1533985200000,1533988800000,1533992400000,1533996000000,1533999600000,1534003200000,1534006800000,1534010400000,1534014000000,1534017600000,1534021200000,1534024800000,1534028400000,1534032000000,1534035600000,1534039200000,1534042800000,1534046400000,1534050000000,1534053600000,1534057200000,1534060800000,1534064400000,1534068000000,1534071600000,1534075200000,1534078800000,1534082400000,1534086000000,1534089600000,1534093200000,1534096800000,1534100400000,1534104000000,1534107600000,1534111200000,1534114800000,1534118400000,1534122000000,1534125600000,1534129200000,1534132800000,1534136400000,1534140000000,1534143600000,1534147200000,1534150800000,1534154400000,1534158000000,1534161600000,1534165200000,1534168800000,1534172400000,1534176000000,1534179600000,1534183200000,1534186800000,1534190400000,1534194000000,1534197600000,1534201200000,1534204800000,1534208400000,1534212000000,1534215600000,1534219200000,1534222800000,1534226400000,1534230000000,1534233600000,1534237200000,1534240800000,1534244400000,1534248000000,1534251600000,1534255200000,1534258800000,1534262400000,1534266000000,1534269600000,1534273200000,1534276800000,1534280400000,1534284000000,1534287600000,1534291200000,1534294800000,1534298400000,1534302000000,1534305600000,1534309200000,1534312800000,1534316400000,1534320000000,1534323600000,1534327200000,1534330800000,1534334400000,1534338000000,1534341600000,1534345200000,1534348800000,1534352400000,1534356000000,1534359600000,1534363200000,1534366800000,1534370400000,1534374000000,1534377600000,1534381200000,1534384800000,1534388400000,1534392000000,1534395600000,1534399200000,1534402800000,1534406400000,1534410000000,1534413600000,1534417200000,1534420800000,1534424400000,1534428000000,1534431600000,1534435200000,1534438800000,1534442400000,1534446000000,1534449600000,1534453200000,1534456800000,1534460400000,1534464000000,1534467600000,1534471200000,1534474800000,1534478400000,1534482000000,1534485600000,1534489200000,1534492800000,1534496400000,1534500000000,1534503600000,1534507200000,1534510800000,1534514400000,1534518000000,1534521600000,1534525200000,1534528800000,1534532400000,1534536000000,1534539600000,1534543200000,1534546800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[380,270,110,60,30,140,520,1050,700,1190,1180,1250,1510,1200,1160,1270,1110,1490,1260,1320,1210,1030,1230,820,610,240,180,30,60,180,350,630,1080,1000,1350,1060,1700,1360,1080,1430,1370,1190,1800,1220,1290,1040,720,720,260,210,90,30,110,200,380,730,870,930,1310,1320,1170,1150,1270,1010,1420,1760,1350,1340,1260,1120,900,460,430,90,40,100,260,200,550,720,1200,1210,1510,1010,1340,1120,1110,1350,1560,1310,1880,1310,970,1240,970,960,320,90,70,30,130,300,350,670,650,990,1170,1320,1270,1310,1430,1300,1450,1510,1570,1480,1430,1170,820,800,740,150,70,80,110,140,400,1090,990,1420,1440,1590,1850,1310,1310,1070,1450,1330,1440,1620,1160,1390,820,450,490,560,80,80,20,200,620,720,960,1100,1200,1310,1640,1380,1110,1100,1750,1330,1470,1390,1560,1190,990,610]},{"name":"URL","color":"#2373DB","values":[330,250,140,70,20,30,130,430,410,650,900,710,700,820,840,770,850,680,870,830,600,650,480,320,240,50,20,90,40,40,80,290,270,470,820,460,760,540,640,520,800,690,840,970,840,630,650,360,50,60,60,30,10,40,260,450,440,690,820,660,690,770,910,910,950,990,1010,920,710,810,350,240,120,90,50,40,20,80,190,270,490,730,890,620,890,900,770,880,1130,1040,970,740,620,690,440,250,230,30,0,10,10,110,250,270,450,490,430,450,390,410,360,590,450,430,620,480,510,660,430,600,200,180,40,10,0,30,140,170,380,570,770,700,690,670,750,840,800,830,740,870,730,550,610,290,330,120,20,0,30,50,210,320,340,550,590,680,850,850,680,1050,910,960,1010,850,1050,710,520,330]},{"name":"Groups","color":"#9ED448","values":[400,290,120,40,60,220,390,620,390,750,770,810,1070,1100,810,860,1050,840,760,730,790,1220,1170,1180,710,290,90,150,60,130,320,390,610,760,770,840,1310,1030,770,1210,1100,890,760,1080,1160,1460,1080,830,250,190,140,110,40,120,320,530,650,860,1180,1120,1130,780,870,730,1050,790,930,1760,1330,1150,1240,1000,2550,160,110,70,120,180,370,430,1610,740,800,720,1150,960,2700,900,790,1140,870,1220,1420,1300,910,580,460,230,110,50,40,140,400,480,630,670,750,860,710,1120,1090,580,1110,800,1090,1260,950,1320,1200,710,610,300,140,80,90,70,290,480,820,660,950,920,1160,820,1040,950,810,890,1160,1170,1390,1270,1050,1140,400,330,110,140,80,180,310,490,720,650,1090,1190,860,970,750,700,830,760,1130,1150,1370,1800,1260,880]},{"name":"Channel","color":"#4fae4e","values":[30,40,20,10,10,20,60,20,70,60,70,80,160,80,80,120,50,30,50,70,70,110,110,30,10,30,20,10,10,20,40,100,80,30,60,40,60,50,40,120,70,100,70,90,90,70,60,60,40,30,10,10,0,0,0,0,40,50,20,40,90,80,50,50,20,70,80,60,100,70,90,80,60,0,30,10,0,40,60,40,60,50,150,100,70,70,100,50,150,60,200,70,70,40,170,70,90,50,50,0,0,10,0,40,70,30,80,50,70,60,110,40,90,150,90,60,100,70,160,130,140,0,0,20,10,10,0,20,40,70,50,90,120,70,70,20,110,50,50,40,50,100,80,40,170,10,0,0,0,10,40,80,30,20,60,110,110,140,60,40,60,110,30,40,110,160,110,70]},{"name":"Search","color":"#F5BD25","values":[20,70,10,10,10,50,830,60,80,50,60,170,220,90,170,50,60,160,90,100,180,90,120,70,60,0,0,0,30,730,60,40,90,80,520,60,30,340,50,100,40,240,400,160,80,50,120,110,20,20,0,0,400,80,80,110,240,110,110,120,140,110,120,310,780,320,160,140,100,170,30,70,80,0,0,0,520,260,20,40,220,110,80,60,100,170,150,100,50,310,130,180,100,130,210,120,10,0,0,0,20,150,90,50,780,130,210,130,120,90,130,270,190,90,120,160,100,200,300,140,30,0,0,30,10,30,30,310,50,170,150,130,190,70,80,120,190,120,320,150,60,150,40,50,10,0,20,20,60,700,30,90,60,120,200,100,130,200,220,80,20,140,90,190,230,50,200,20]},{"name":"Other","color":"#F79E39","values":[60,50,0,10,0,50,80,170,160,130,100,180,180,240,130,130,190,160,210,130,160,160,140,100,60,20,10,20,0,30,60,60,160,180,180,240,80,130,160,220,340,210,200,150,140,200,170,80,40,10,50,30,0,60,130,110,250,100,130,160,200,210,180,100,190,240,270,160,220,160,140,110,70,30,0,0,10,40,110,100,240,110,240,240,210,150,110,220,320,170,190,210,190,120,390,150,20,10,10,20,20,40,100,50,190,190,170,120,100,110,170,130,240,90,160,220,140,160,120,60,30,40,10,0,10,30,110,200,80,150,160,150,180,190,150,180,130,180,130,200,180,230,120,80,110,70,20,10,40,60,120,180,140,150,190,150,210,300,260,140,200,210,120,170,100,140,200,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,0,20,20,10,0,30,10,10,0,10,0,10,0,10,0,10,0,0,0,10,0,10,0,20,10,0,10,40,30,10,10,0,0,20,0,0,20,20,0,10,0,0,0,0,0,0,20,0,0,20,30,10,0,10,20,0,10,0,10,10,20,10,0,0,0,0,0,0,0,0,0,0,10,20,10,0,0,0,20,10,0,0,10,10,0,10,20,0,0,0,0,0,0,0,0,10,0,0,20,20,10,0,0,0,20,10,40,10,10,10,0,0,0,10,0,0,0,10,10,0,10,0,0,0,0,0,0,0,30,10,10,0,10,10,0,10,10,0,0,0,0,0,0,10,10,0,0,0,20,20,10,20,10,0,20,20,0,10,0,10,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/15.json b/dist/chartDummyData/views_zoom/2018-08/15.json new file mode 100644 index 000000000..d6316e507 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/15.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1534032000000,1534035600000,1534039200000,1534042800000,1534046400000,1534050000000,1534053600000,1534057200000,1534060800000,1534064400000,1534068000000,1534071600000,1534075200000,1534078800000,1534082400000,1534086000000,1534089600000,1534093200000,1534096800000,1534100400000,1534104000000,1534107600000,1534111200000,1534114800000,1534118400000,1534122000000,1534125600000,1534129200000,1534132800000,1534136400000,1534140000000,1534143600000,1534147200000,1534150800000,1534154400000,1534158000000,1534161600000,1534165200000,1534168800000,1534172400000,1534176000000,1534179600000,1534183200000,1534186800000,1534190400000,1534194000000,1534197600000,1534201200000,1534204800000,1534208400000,1534212000000,1534215600000,1534219200000,1534222800000,1534226400000,1534230000000,1534233600000,1534237200000,1534240800000,1534244400000,1534248000000,1534251600000,1534255200000,1534258800000,1534262400000,1534266000000,1534269600000,1534273200000,1534276800000,1534280400000,1534284000000,1534287600000,1534291200000,1534294800000,1534298400000,1534302000000,1534305600000,1534309200000,1534312800000,1534316400000,1534320000000,1534323600000,1534327200000,1534330800000,1534334400000,1534338000000,1534341600000,1534345200000,1534348800000,1534352400000,1534356000000,1534359600000,1534363200000,1534366800000,1534370400000,1534374000000,1534377600000,1534381200000,1534384800000,1534388400000,1534392000000,1534395600000,1534399200000,1534402800000,1534406400000,1534410000000,1534413600000,1534417200000,1534420800000,1534424400000,1534428000000,1534431600000,1534435200000,1534438800000,1534442400000,1534446000000,1534449600000,1534453200000,1534456800000,1534460400000,1534464000000,1534467600000,1534471200000,1534474800000,1534478400000,1534482000000,1534485600000,1534489200000,1534492800000,1534496400000,1534500000000,1534503600000,1534507200000,1534510800000,1534514400000,1534518000000,1534521600000,1534525200000,1534528800000,1534532400000,1534536000000,1534539600000,1534543200000,1534546800000,1534550400000,1534554000000,1534557600000,1534561200000,1534564800000,1534568400000,1534572000000,1534575600000,1534579200000,1534582800000,1534586400000,1534590000000,1534593600000,1534597200000,1534600800000,1534604400000,1534608000000,1534611600000,1534615200000,1534618800000,1534622400000,1534626000000,1534629600000,1534633200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[610,240,180,30,60,180,350,630,1080,1000,1350,1060,1700,1360,1080,1430,1370,1190,1800,1220,1290,1040,720,720,260,210,90,30,110,200,380,730,870,930,1310,1320,1170,1150,1270,1010,1420,1760,1350,1340,1260,1120,900,460,430,90,40,100,260,200,550,720,1200,1210,1510,1010,1340,1120,1110,1350,1560,1310,1880,1310,970,1240,970,960,320,90,70,30,130,300,350,670,650,990,1170,1320,1270,1310,1430,1300,1450,1510,1570,1480,1430,1170,820,800,740,150,70,80,110,140,400,1090,990,1420,1440,1590,1850,1310,1310,1070,1450,1330,1440,1620,1160,1390,820,450,490,560,80,80,20,200,620,720,960,1100,1200,1310,1640,1380,1110,1100,1750,1330,1470,1390,1560,1190,990,610,830,160,130,110,130,300,450,1480,1170,1050,1110,1290,1360,1230,1330,1230,1360,1210,1510,1340,1340,1380,1360,630]},{"name":"URL","color":"#2373DB","values":[240,50,20,90,40,40,80,290,270,470,820,460,760,540,640,520,800,690,840,970,840,630,650,360,50,60,60,30,10,40,260,450,440,690,820,660,690,770,910,910,950,990,1010,920,710,810,350,240,120,90,50,40,20,80,190,270,490,730,890,620,890,900,770,880,1130,1040,970,740,620,690,440,250,230,30,0,10,10,110,250,270,450,490,430,450,390,410,360,590,450,430,620,480,510,660,430,600,200,180,40,10,0,30,140,170,380,570,770,700,690,670,750,840,800,830,740,870,730,550,610,290,330,120,20,0,30,50,210,320,340,550,590,680,850,850,680,1050,910,960,1010,850,1050,710,520,330,120,100,50,90,20,30,60,290,580,750,640,740,530,640,700,710,780,950,640,890,850,720,550,480]},{"name":"Groups","color":"#9ED448","values":[710,290,90,150,60,130,320,390,610,760,770,840,1310,1030,770,1210,1100,890,760,1080,1160,1460,1080,830,250,190,140,110,40,120,320,530,650,860,1180,1120,1130,780,870,730,1050,790,930,1760,1330,1150,1240,1000,2550,160,110,70,120,180,370,430,1610,740,800,720,1150,960,2700,900,790,1140,870,1220,1420,1300,910,580,460,230,110,50,40,140,400,480,630,670,750,860,710,1120,1090,580,1110,800,1090,1260,950,1320,1200,710,610,300,140,80,90,70,290,480,820,660,950,920,1160,820,1040,950,810,890,1160,1170,1390,1270,1050,1140,400,330,110,140,80,180,310,490,720,650,1090,1190,860,970,750,700,830,760,1130,1150,1370,1800,1260,880,670,320,70,40,70,150,220,750,620,820,920,1020,1060,1250,900,980,1040,740,780,1140,1420,1330,920,870]},{"name":"Channel","color":"#4fae4e","values":[10,30,20,10,10,20,40,100,80,30,60,40,60,50,40,120,70,100,70,90,90,70,60,60,40,30,10,10,0,0,0,0,40,50,20,40,90,80,50,50,20,70,80,60,100,70,90,80,60,0,30,10,0,40,60,40,60,50,150,100,70,70,100,50,150,60,200,70,70,40,170,70,90,50,50,0,0,10,0,40,70,30,80,50,70,60,110,40,90,150,90,60,100,70,160,130,140,0,0,20,10,10,0,20,40,70,50,90,120,70,70,20,110,50,50,40,50,100,80,40,170,10,0,0,0,10,40,80,30,20,60,110,110,140,60,40,60,110,30,40,110,160,110,70,80,0,0,10,0,0,10,60,40,60,100,100,100,110,70,40,70,140,70,140,110,70,100,50]},{"name":"Search","color":"#F5BD25","values":[60,0,0,0,30,730,60,40,90,80,520,60,30,340,50,100,40,240,400,160,80,50,120,110,20,20,0,0,400,80,80,110,240,110,110,120,140,110,120,310,780,320,160,140,100,170,30,70,80,0,0,0,520,260,20,40,220,110,80,60,100,170,150,100,50,310,130,180,100,130,210,120,10,0,0,0,20,150,90,50,780,130,210,130,120,90,130,270,190,90,120,160,100,200,300,140,30,0,0,30,10,30,30,310,50,170,150,130,190,70,80,120,190,120,320,150,60,150,40,50,10,0,20,20,60,700,30,90,60,120,200,100,130,200,220,80,20,140,90,190,230,50,200,20,50,170,0,0,10,700,20,230,210,130,170,250,210,40,60,110,370,270,100,280,290,460,500,110]},{"name":"Other","color":"#F79E39","values":[60,20,10,20,0,30,60,60,160,180,180,240,80,130,160,220,340,210,200,150,140,200,170,80,40,10,50,30,0,60,130,110,250,100,130,160,200,210,180,100,190,240,270,160,220,160,140,110,70,30,0,0,10,40,110,100,240,110,240,240,210,150,110,220,320,170,190,210,190,120,390,150,20,10,10,20,20,40,100,50,190,190,170,120,100,110,170,130,240,90,160,220,140,160,120,60,30,40,10,0,10,30,110,200,80,150,160,150,180,190,150,180,130,180,130,200,180,230,120,80,110,70,20,10,40,60,120,180,140,150,190,150,210,300,260,140,200,210,120,170,100,140,200,80,0,20,10,20,10,10,50,150,180,140,200,260,220,220,150,90,200,70,220,140,230,160,90,50]},{"name":"PM","color":"#E65850","values":[0,0,10,0,10,0,20,10,0,10,40,30,10,10,0,0,20,0,0,20,20,0,10,0,0,0,0,0,0,20,0,0,20,30,10,0,10,20,0,10,0,10,10,20,10,0,0,0,0,0,0,0,0,0,0,10,20,10,0,0,0,20,10,0,0,10,10,0,10,20,0,0,0,0,0,0,0,0,10,0,0,20,20,10,0,0,0,20,10,40,10,10,10,0,0,0,10,0,0,0,10,10,0,10,0,0,0,0,0,0,0,30,10,10,0,10,10,0,10,10,0,0,0,0,0,0,10,10,0,0,0,20,20,10,20,10,0,20,20,0,10,0,10,10,0,0,0,0,0,0,0,10,10,10,20,10,10,0,10,10,0,10,0,0,10,40,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/16.json b/dist/chartDummyData/views_zoom/2018-08/16.json new file mode 100644 index 000000000..751de91e1 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/16.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1534118400000,1534122000000,1534125600000,1534129200000,1534132800000,1534136400000,1534140000000,1534143600000,1534147200000,1534150800000,1534154400000,1534158000000,1534161600000,1534165200000,1534168800000,1534172400000,1534176000000,1534179600000,1534183200000,1534186800000,1534190400000,1534194000000,1534197600000,1534201200000,1534204800000,1534208400000,1534212000000,1534215600000,1534219200000,1534222800000,1534226400000,1534230000000,1534233600000,1534237200000,1534240800000,1534244400000,1534248000000,1534251600000,1534255200000,1534258800000,1534262400000,1534266000000,1534269600000,1534273200000,1534276800000,1534280400000,1534284000000,1534287600000,1534291200000,1534294800000,1534298400000,1534302000000,1534305600000,1534309200000,1534312800000,1534316400000,1534320000000,1534323600000,1534327200000,1534330800000,1534334400000,1534338000000,1534341600000,1534345200000,1534348800000,1534352400000,1534356000000,1534359600000,1534363200000,1534366800000,1534370400000,1534374000000,1534377600000,1534381200000,1534384800000,1534388400000,1534392000000,1534395600000,1534399200000,1534402800000,1534406400000,1534410000000,1534413600000,1534417200000,1534420800000,1534424400000,1534428000000,1534431600000,1534435200000,1534438800000,1534442400000,1534446000000,1534449600000,1534453200000,1534456800000,1534460400000,1534464000000,1534467600000,1534471200000,1534474800000,1534478400000,1534482000000,1534485600000,1534489200000,1534492800000,1534496400000,1534500000000,1534503600000,1534507200000,1534510800000,1534514400000,1534518000000,1534521600000,1534525200000,1534528800000,1534532400000,1534536000000,1534539600000,1534543200000,1534546800000,1534550400000,1534554000000,1534557600000,1534561200000,1534564800000,1534568400000,1534572000000,1534575600000,1534579200000,1534582800000,1534586400000,1534590000000,1534593600000,1534597200000,1534600800000,1534604400000,1534608000000,1534611600000,1534615200000,1534618800000,1534622400000,1534626000000,1534629600000,1534633200000,1534636800000,1534640400000,1534644000000,1534647600000,1534651200000,1534654800000,1534658400000,1534662000000,1534665600000,1534669200000,1534672800000,1534676400000,1534680000000,1534683600000,1534687200000,1534690800000,1534694400000,1534698000000,1534701600000,1534705200000,1534708800000,1534712400000,1534716000000,1534719600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[260,210,90,30,110,200,380,730,870,930,1310,1320,1170,1150,1270,1010,1420,1760,1350,1340,1260,1120,900,460,430,90,40,100,260,200,550,720,1200,1210,1510,1010,1340,1120,1110,1350,1560,1310,1880,1310,970,1240,970,960,320,90,70,30,130,300,350,670,650,990,1170,1320,1270,1310,1430,1300,1450,1510,1570,1480,1430,1170,820,800,740,150,70,80,110,140,400,1090,990,1420,1440,1590,1850,1310,1310,1070,1450,1330,1440,1620,1160,1390,820,450,490,560,80,80,20,200,620,720,960,1100,1200,1310,1640,1380,1110,1100,1750,1330,1470,1390,1560,1190,990,610,830,160,130,110,130,300,450,1480,1170,1050,1110,1290,1360,1230,1330,1230,1360,1210,1510,1340,1340,1380,1360,630,570,130,120,140,40,140,260,590,1150,1180,1650,1280,1350,1960,2000,1530,1450,1490,1650,1220,1740,1440,940,440]},{"name":"URL","color":"#2373DB","values":[50,60,60,30,10,40,260,450,440,690,820,660,690,770,910,910,950,990,1010,920,710,810,350,240,120,90,50,40,20,80,190,270,490,730,890,620,890,900,770,880,1130,1040,970,740,620,690,440,250,230,30,0,10,10,110,250,270,450,490,430,450,390,410,360,590,450,430,620,480,510,660,430,600,200,180,40,10,0,30,140,170,380,570,770,700,690,670,750,840,800,830,740,870,730,550,610,290,330,120,20,0,30,50,210,320,340,550,590,680,850,850,680,1050,910,960,1010,850,1050,710,520,330,120,100,50,90,20,30,60,290,580,750,640,740,530,640,700,710,780,950,640,890,850,720,550,480,240,40,60,80,30,0,70,160,370,740,510,580,610,510,700,790,900,850,1070,950,750,680,510,320]},{"name":"Groups","color":"#9ED448","values":[250,190,140,110,40,120,320,530,650,860,1180,1120,1130,780,870,730,1050,790,930,1760,1330,1150,1240,1000,2550,160,110,70,120,180,370,430,1610,740,800,720,1150,960,2700,900,790,1140,870,1220,1420,1300,910,580,460,230,110,50,40,140,400,480,630,670,750,860,710,1120,1090,580,1110,800,1090,1260,950,1320,1200,710,610,300,140,80,90,70,290,480,820,660,950,920,1160,820,1040,950,810,890,1160,1170,1390,1270,1050,1140,400,330,110,140,80,180,310,490,720,650,1090,1190,860,970,750,700,830,760,1130,1150,1370,1800,1260,880,670,320,70,40,70,150,220,750,620,820,920,1020,1060,1250,900,980,1040,740,780,1140,1420,1330,920,870,540,250,120,70,40,90,240,430,890,930,880,1150,820,810,960,770,790,860,1510,1170,1360,1830,980,720]},{"name":"Channel","color":"#4fae4e","values":[40,30,10,10,0,0,0,0,40,50,20,40,90,80,50,50,20,70,80,60,100,70,90,80,60,0,30,10,0,40,60,40,60,50,150,100,70,70,100,50,150,60,200,70,70,40,170,70,90,50,50,0,0,10,0,40,70,30,80,50,70,60,110,40,90,150,90,60,100,70,160,130,140,0,0,20,10,10,0,20,40,70,50,90,120,70,70,20,110,50,50,40,50,100,80,40,170,10,0,0,0,10,40,80,30,20,60,110,110,140,60,40,60,110,30,40,110,160,110,70,80,0,0,10,0,0,10,60,40,60,100,100,100,110,70,40,70,140,70,140,110,70,100,50,0,50,10,0,0,30,30,100,60,90,70,70,100,110,120,90,80,90,100,50,80,40,170,70]},{"name":"Search","color":"#F5BD25","values":[20,20,0,0,400,80,80,110,240,110,110,120,140,110,120,310,780,320,160,140,100,170,30,70,80,0,0,0,520,260,20,40,220,110,80,60,100,170,150,100,50,310,130,180,100,130,210,120,10,0,0,0,20,150,90,50,780,130,210,130,120,90,130,270,190,90,120,160,100,200,300,140,30,0,0,30,10,30,30,310,50,170,150,130,190,70,80,120,190,120,320,150,60,150,40,50,10,0,20,20,60,700,30,90,60,120,200,100,130,200,220,80,20,140,90,190,230,50,200,20,50,170,0,0,10,700,20,230,210,130,170,250,210,40,60,110,370,270,100,280,290,460,500,110,40,0,30,0,10,20,410,170,110,90,170,210,120,150,180,280,140,220,100,180,90,80,270,160]},{"name":"Other","color":"#F79E39","values":[40,10,50,30,0,60,130,110,250,100,130,160,200,210,180,100,190,240,270,160,220,160,140,110,70,30,0,0,10,40,110,100,240,110,240,240,210,150,110,220,320,170,190,210,190,120,390,150,20,10,10,20,20,40,100,50,190,190,170,120,100,110,170,130,240,90,160,220,140,160,120,60,30,40,10,0,10,30,110,200,80,150,160,150,180,190,150,180,130,180,130,200,180,230,120,80,110,70,20,10,40,60,120,180,140,150,190,150,210,300,260,140,200,210,120,170,100,140,200,80,0,20,10,20,10,10,50,150,180,140,200,260,220,220,150,90,200,70,220,140,230,160,90,50,30,20,10,0,10,20,10,80,200,190,190,220,210,280,190,230,180,200,180,210,180,130,130,110]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,20,0,0,20,30,10,0,10,20,0,10,0,10,10,20,10,0,0,0,0,0,0,0,0,0,0,10,20,10,0,0,0,20,10,0,0,10,10,0,10,20,0,0,0,0,0,0,0,0,10,0,0,20,20,10,0,0,0,20,10,40,10,10,10,0,0,0,10,0,0,0,10,10,0,10,0,0,0,0,0,0,0,30,10,10,0,10,10,0,10,10,0,0,0,0,0,0,10,10,0,0,0,20,20,10,20,10,0,20,20,0,10,0,10,10,0,0,0,0,0,0,0,10,10,10,20,10,10,0,10,10,0,10,0,0,10,40,0,0,0,0,0,0,0,20,0,0,0,20,10,10,20,10,0,20,10,10,40,0,10,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/17.json b/dist/chartDummyData/views_zoom/2018-08/17.json new file mode 100644 index 000000000..50969ece1 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/17.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1534204800000,1534208400000,1534212000000,1534215600000,1534219200000,1534222800000,1534226400000,1534230000000,1534233600000,1534237200000,1534240800000,1534244400000,1534248000000,1534251600000,1534255200000,1534258800000,1534262400000,1534266000000,1534269600000,1534273200000,1534276800000,1534280400000,1534284000000,1534287600000,1534291200000,1534294800000,1534298400000,1534302000000,1534305600000,1534309200000,1534312800000,1534316400000,1534320000000,1534323600000,1534327200000,1534330800000,1534334400000,1534338000000,1534341600000,1534345200000,1534348800000,1534352400000,1534356000000,1534359600000,1534363200000,1534366800000,1534370400000,1534374000000,1534377600000,1534381200000,1534384800000,1534388400000,1534392000000,1534395600000,1534399200000,1534402800000,1534406400000,1534410000000,1534413600000,1534417200000,1534420800000,1534424400000,1534428000000,1534431600000,1534435200000,1534438800000,1534442400000,1534446000000,1534449600000,1534453200000,1534456800000,1534460400000,1534464000000,1534467600000,1534471200000,1534474800000,1534478400000,1534482000000,1534485600000,1534489200000,1534492800000,1534496400000,1534500000000,1534503600000,1534507200000,1534510800000,1534514400000,1534518000000,1534521600000,1534525200000,1534528800000,1534532400000,1534536000000,1534539600000,1534543200000,1534546800000,1534550400000,1534554000000,1534557600000,1534561200000,1534564800000,1534568400000,1534572000000,1534575600000,1534579200000,1534582800000,1534586400000,1534590000000,1534593600000,1534597200000,1534600800000,1534604400000,1534608000000,1534611600000,1534615200000,1534618800000,1534622400000,1534626000000,1534629600000,1534633200000,1534636800000,1534640400000,1534644000000,1534647600000,1534651200000,1534654800000,1534658400000,1534662000000,1534665600000,1534669200000,1534672800000,1534676400000,1534680000000,1534683600000,1534687200000,1534690800000,1534694400000,1534698000000,1534701600000,1534705200000,1534708800000,1534712400000,1534716000000,1534719600000,1534723200000,1534726800000,1534730400000,1534734000000,1534737600000,1534741200000,1534744800000,1534748400000,1534752000000,1534755600000,1534759200000,1534762800000,1534766400000,1534770000000,1534773600000,1534777200000,1534780800000,1534784400000,1534788000000,1534791600000,1534795200000,1534798800000,1534802400000,1534806000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[430,90,40,100,260,200,550,720,1200,1210,1510,1010,1340,1120,1110,1350,1560,1310,1880,1310,970,1240,970,960,320,90,70,30,130,300,350,670,650,990,1170,1320,1270,1310,1430,1300,1450,1510,1570,1480,1430,1170,820,800,740,150,70,80,110,140,400,1090,990,1420,1440,1590,1850,1310,1310,1070,1450,1330,1440,1620,1160,1390,820,450,490,560,80,80,20,200,620,720,960,1100,1200,1310,1640,1380,1110,1100,1750,1330,1470,1390,1560,1190,990,610,830,160,130,110,130,300,450,1480,1170,1050,1110,1290,1360,1230,1330,1230,1360,1210,1510,1340,1340,1380,1360,630,570,130,120,140,40,140,260,590,1150,1180,1650,1280,1350,1960,2000,1530,1450,1490,1650,1220,1740,1440,940,440,390,190,200,30,90,210,620,720,1090,1920,1070,1070,1750,1340,1190,1510,1280,1800,1430,1540,1400,1160,1000,610]},{"name":"URL","color":"#2373DB","values":[120,90,50,40,20,80,190,270,490,730,890,620,890,900,770,880,1130,1040,970,740,620,690,440,250,230,30,0,10,10,110,250,270,450,490,430,450,390,410,360,590,450,430,620,480,510,660,430,600,200,180,40,10,0,30,140,170,380,570,770,700,690,670,750,840,800,830,740,870,730,550,610,290,330,120,20,0,30,50,210,320,340,550,590,680,850,850,680,1050,910,960,1010,850,1050,710,520,330,120,100,50,90,20,30,60,290,580,750,640,740,530,640,700,710,780,950,640,890,850,720,550,480,240,40,60,80,30,0,70,160,370,740,510,580,610,510,700,790,900,850,1070,950,750,680,510,320,180,100,10,0,80,50,240,350,710,660,830,910,770,700,850,900,980,1000,1040,850,790,470,450,340]},{"name":"Groups","color":"#9ED448","values":[2550,160,110,70,120,180,370,430,1610,740,800,720,1150,960,2700,900,790,1140,870,1220,1420,1300,910,580,460,230,110,50,40,140,400,480,630,670,750,860,710,1120,1090,580,1110,800,1090,1260,950,1320,1200,710,610,300,140,80,90,70,290,480,820,660,950,920,1160,820,1040,950,810,890,1160,1170,1390,1270,1050,1140,400,330,110,140,80,180,310,490,720,650,1090,1190,860,970,750,700,830,760,1130,1150,1370,1800,1260,880,670,320,70,40,70,150,220,750,620,820,920,1020,1060,1250,900,980,1040,740,780,1140,1420,1330,920,870,540,250,120,70,40,90,240,430,890,930,880,1150,820,810,960,770,790,860,1510,1170,1360,1830,980,720,380,210,140,30,20,90,340,790,750,1340,800,1040,1140,970,940,1030,930,1130,1180,1810,1510,1570,1640,570]},{"name":"Channel","color":"#4fae4e","values":[60,0,30,10,0,40,60,40,60,50,150,100,70,70,100,50,150,60,200,70,70,40,170,70,90,50,50,0,0,10,0,40,70,30,80,50,70,60,110,40,90,150,90,60,100,70,160,130,140,0,0,20,10,10,0,20,40,70,50,90,120,70,70,20,110,50,50,40,50,100,80,40,170,10,0,0,0,10,40,80,30,20,60,110,110,140,60,40,60,110,30,40,110,160,110,70,80,0,0,10,0,0,10,60,40,60,100,100,100,110,70,40,70,140,70,140,110,70,100,50,0,50,10,0,0,30,30,100,60,90,70,70,100,110,120,90,80,90,100,50,80,40,170,70,50,20,10,0,0,0,20,30,20,80,130,60,90,120,180,270,70,110,130,160,130,70,50,60]},{"name":"Search","color":"#F5BD25","values":[80,0,0,0,520,260,20,40,220,110,80,60,100,170,150,100,50,310,130,180,100,130,210,120,10,0,0,0,20,150,90,50,780,130,210,130,120,90,130,270,190,90,120,160,100,200,300,140,30,0,0,30,10,30,30,310,50,170,150,130,190,70,80,120,190,120,320,150,60,150,40,50,10,0,20,20,60,700,30,90,60,120,200,100,130,200,220,80,20,140,90,190,230,50,200,20,50,170,0,0,10,700,20,230,210,130,170,250,210,40,60,110,370,270,100,280,290,460,500,110,40,0,30,0,10,20,410,170,110,90,170,210,120,150,180,280,140,220,100,180,90,80,270,160,140,70,70,30,110,80,450,40,70,120,100,230,210,290,300,180,90,70,140,140,240,110,50,40]},{"name":"Other","color":"#F79E39","values":[70,30,0,0,10,40,110,100,240,110,240,240,210,150,110,220,320,170,190,210,190,120,390,150,20,10,10,20,20,40,100,50,190,190,170,120,100,110,170,130,240,90,160,220,140,160,120,60,30,40,10,0,10,30,110,200,80,150,160,150,180,190,150,180,130,180,130,200,180,230,120,80,110,70,20,10,40,60,120,180,140,150,190,150,210,300,260,140,200,210,120,170,100,140,200,80,0,20,10,20,10,10,50,150,180,140,200,260,220,220,150,90,200,70,220,140,230,160,90,50,30,20,10,0,10,20,10,80,200,190,190,220,210,280,190,230,180,200,180,210,180,130,130,110,110,30,10,20,20,20,40,110,230,190,260,220,200,230,140,210,250,260,200,280,210,240,130,90]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,20,10,0,0,0,20,10,0,0,10,10,0,10,20,0,0,0,0,0,0,0,0,10,0,0,20,20,10,0,0,0,20,10,40,10,10,10,0,0,0,10,0,0,0,10,10,0,10,0,0,0,0,0,0,0,30,10,10,0,10,10,0,10,10,0,0,0,0,0,0,10,10,0,0,0,20,20,10,20,10,0,20,20,0,10,0,10,10,0,0,0,0,0,0,0,10,10,10,20,10,10,0,10,10,0,10,0,0,10,40,0,0,0,0,0,0,0,20,0,0,0,20,10,10,20,10,0,20,10,10,40,0,10,0,0,10,0,0,0,0,0,0,20,20,30,10,0,10,30,0,0,10,10,10,0,0,30,20,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/18.json b/dist/chartDummyData/views_zoom/2018-08/18.json new file mode 100644 index 000000000..e922096c0 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/18.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1534291200000,1534294800000,1534298400000,1534302000000,1534305600000,1534309200000,1534312800000,1534316400000,1534320000000,1534323600000,1534327200000,1534330800000,1534334400000,1534338000000,1534341600000,1534345200000,1534348800000,1534352400000,1534356000000,1534359600000,1534363200000,1534366800000,1534370400000,1534374000000,1534377600000,1534381200000,1534384800000,1534388400000,1534392000000,1534395600000,1534399200000,1534402800000,1534406400000,1534410000000,1534413600000,1534417200000,1534420800000,1534424400000,1534428000000,1534431600000,1534435200000,1534438800000,1534442400000,1534446000000,1534449600000,1534453200000,1534456800000,1534460400000,1534464000000,1534467600000,1534471200000,1534474800000,1534478400000,1534482000000,1534485600000,1534489200000,1534492800000,1534496400000,1534500000000,1534503600000,1534507200000,1534510800000,1534514400000,1534518000000,1534521600000,1534525200000,1534528800000,1534532400000,1534536000000,1534539600000,1534543200000,1534546800000,1534550400000,1534554000000,1534557600000,1534561200000,1534564800000,1534568400000,1534572000000,1534575600000,1534579200000,1534582800000,1534586400000,1534590000000,1534593600000,1534597200000,1534600800000,1534604400000,1534608000000,1534611600000,1534615200000,1534618800000,1534622400000,1534626000000,1534629600000,1534633200000,1534636800000,1534640400000,1534644000000,1534647600000,1534651200000,1534654800000,1534658400000,1534662000000,1534665600000,1534669200000,1534672800000,1534676400000,1534680000000,1534683600000,1534687200000,1534690800000,1534694400000,1534698000000,1534701600000,1534705200000,1534708800000,1534712400000,1534716000000,1534719600000,1534723200000,1534726800000,1534730400000,1534734000000,1534737600000,1534741200000,1534744800000,1534748400000,1534752000000,1534755600000,1534759200000,1534762800000,1534766400000,1534770000000,1534773600000,1534777200000,1534780800000,1534784400000,1534788000000,1534791600000,1534795200000,1534798800000,1534802400000,1534806000000,1534809600000,1534813200000,1534816800000,1534820400000,1534824000000,1534827600000,1534831200000,1534834800000,1534838400000,1534842000000,1534845600000,1534849200000,1534852800000,1534856400000,1534860000000,1534863600000,1534867200000,1534870800000,1534874400000,1534878000000,1534881600000,1534885200000,1534888800000,1534892400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[320,90,70,30,130,300,350,670,650,990,1170,1320,1270,1310,1430,1300,1450,1510,1570,1480,1430,1170,820,800,740,150,70,80,110,140,400,1090,990,1420,1440,1590,1850,1310,1310,1070,1450,1330,1440,1620,1160,1390,820,450,490,560,80,80,20,200,620,720,960,1100,1200,1310,1640,1380,1110,1100,1750,1330,1470,1390,1560,1190,990,610,830,160,130,110,130,300,450,1480,1170,1050,1110,1290,1360,1230,1330,1230,1360,1210,1510,1340,1340,1380,1360,630,570,130,120,140,40,140,260,590,1150,1180,1650,1280,1350,1960,2000,1530,1450,1490,1650,1220,1740,1440,940,440,390,190,200,30,90,210,620,720,1090,1920,1070,1070,1750,1340,1190,1510,1280,1800,1430,1540,1400,1160,1000,610,320,310,90,70,120,290,610,640,1200,1480,1270,1320,1340,1430,1700,1100,2090,1450,1240,1370,1350,1270,1000,750]},{"name":"URL","color":"#2373DB","values":[230,30,0,10,10,110,250,270,450,490,430,450,390,410,360,590,450,430,620,480,510,660,430,600,200,180,40,10,0,30,140,170,380,570,770,700,690,670,750,840,800,830,740,870,730,550,610,290,330,120,20,0,30,50,210,320,340,550,590,680,850,850,680,1050,910,960,1010,850,1050,710,520,330,120,100,50,90,20,30,60,290,580,750,640,740,530,640,700,710,780,950,640,890,850,720,550,480,240,40,60,80,30,0,70,160,370,740,510,580,610,510,700,790,900,850,1070,950,750,680,510,320,180,100,10,0,80,50,240,350,710,660,830,910,770,700,850,900,980,1000,1040,850,790,470,450,340,300,210,50,70,40,70,170,250,580,920,840,1030,860,930,890,990,1180,1140,920,1010,970,620,630,460]},{"name":"Groups","color":"#9ED448","values":[460,230,110,50,40,140,400,480,630,670,750,860,710,1120,1090,580,1110,800,1090,1260,950,1320,1200,710,610,300,140,80,90,70,290,480,820,660,950,920,1160,820,1040,950,810,890,1160,1170,1390,1270,1050,1140,400,330,110,140,80,180,310,490,720,650,1090,1190,860,970,750,700,830,760,1130,1150,1370,1800,1260,880,670,320,70,40,70,150,220,750,620,820,920,1020,1060,1250,900,980,1040,740,780,1140,1420,1330,920,870,540,250,120,70,40,90,240,430,890,930,880,1150,820,810,960,770,790,860,1510,1170,1360,1830,980,720,380,210,140,30,20,90,340,790,750,1340,800,1040,1140,970,940,1030,930,1130,1180,1810,1510,1570,1640,570,560,270,70,10,70,170,410,590,690,910,1200,2910,1220,830,950,1000,890,1090,1200,990,1110,1400,1370,820]},{"name":"Channel","color":"#4fae4e","values":[90,50,50,0,0,10,0,40,70,30,80,50,70,60,110,40,90,150,90,60,100,70,160,130,140,0,0,20,10,10,0,20,40,70,50,90,120,70,70,20,110,50,50,40,50,100,80,40,170,10,0,0,0,10,40,80,30,20,60,110,110,140,60,40,60,110,30,40,110,160,110,70,80,0,0,10,0,0,10,60,40,60,100,100,100,110,70,40,70,140,70,140,110,70,100,50,0,50,10,0,0,30,30,100,60,90,70,70,100,110,120,90,80,90,100,50,80,40,170,70,50,20,10,0,0,0,20,30,20,80,130,60,90,120,180,270,70,110,130,160,130,70,50,60,20,30,10,0,10,50,20,30,30,100,60,60,30,150,60,60,70,120,70,110,100,90,70,100]},{"name":"Search","color":"#F5BD25","values":[10,0,0,0,20,150,90,50,780,130,210,130,120,90,130,270,190,90,120,160,100,200,300,140,30,0,0,30,10,30,30,310,50,170,150,130,190,70,80,120,190,120,320,150,60,150,40,50,10,0,20,20,60,700,30,90,60,120,200,100,130,200,220,80,20,140,90,190,230,50,200,20,50,170,0,0,10,700,20,230,210,130,170,250,210,40,60,110,370,270,100,280,290,460,500,110,40,0,30,0,10,20,410,170,110,90,170,210,120,150,180,280,140,220,100,180,90,80,270,160,140,70,70,30,110,80,450,40,70,120,100,230,210,290,300,180,90,70,140,140,240,110,50,40,30,0,0,0,20,20,500,420,60,230,140,140,90,130,90,550,190,190,250,120,320,380,50,50]},{"name":"Other","color":"#F79E39","values":[20,10,10,20,20,40,100,50,190,190,170,120,100,110,170,130,240,90,160,220,140,160,120,60,30,40,10,0,10,30,110,200,80,150,160,150,180,190,150,180,130,180,130,200,180,230,120,80,110,70,20,10,40,60,120,180,140,150,190,150,210,300,260,140,200,210,120,170,100,140,200,80,0,20,10,20,10,10,50,150,180,140,200,260,220,220,150,90,200,70,220,140,230,160,90,50,30,20,10,0,10,20,10,80,200,190,190,220,210,280,190,230,180,200,180,210,180,130,130,110,110,30,10,20,20,20,40,110,230,190,260,220,200,230,140,210,250,260,200,280,210,240,130,90,90,30,0,30,20,60,70,180,150,160,300,280,220,270,170,130,260,190,270,240,110,260,230,160]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,0,0,20,20,10,0,0,0,20,10,40,10,10,10,0,0,0,10,0,0,0,10,10,0,10,0,0,0,0,0,0,0,30,10,10,0,10,10,0,10,10,0,0,0,0,0,0,10,10,0,0,0,20,20,10,20,10,0,20,20,0,10,0,10,10,0,0,0,0,0,0,0,10,10,10,20,10,10,0,10,10,0,10,0,0,10,40,0,0,0,0,0,0,0,20,0,0,0,20,10,10,20,10,0,20,10,10,40,0,10,0,0,10,0,0,0,0,0,0,20,20,30,10,0,10,30,0,0,10,10,10,0,0,30,20,0,0,0,0,0,0,0,0,0,0,20,30,0,10,0,0,10,0,10,10,0,20,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/19.json b/dist/chartDummyData/views_zoom/2018-08/19.json new file mode 100644 index 000000000..5894136d8 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/19.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1534377600000,1534381200000,1534384800000,1534388400000,1534392000000,1534395600000,1534399200000,1534402800000,1534406400000,1534410000000,1534413600000,1534417200000,1534420800000,1534424400000,1534428000000,1534431600000,1534435200000,1534438800000,1534442400000,1534446000000,1534449600000,1534453200000,1534456800000,1534460400000,1534464000000,1534467600000,1534471200000,1534474800000,1534478400000,1534482000000,1534485600000,1534489200000,1534492800000,1534496400000,1534500000000,1534503600000,1534507200000,1534510800000,1534514400000,1534518000000,1534521600000,1534525200000,1534528800000,1534532400000,1534536000000,1534539600000,1534543200000,1534546800000,1534550400000,1534554000000,1534557600000,1534561200000,1534564800000,1534568400000,1534572000000,1534575600000,1534579200000,1534582800000,1534586400000,1534590000000,1534593600000,1534597200000,1534600800000,1534604400000,1534608000000,1534611600000,1534615200000,1534618800000,1534622400000,1534626000000,1534629600000,1534633200000,1534636800000,1534640400000,1534644000000,1534647600000,1534651200000,1534654800000,1534658400000,1534662000000,1534665600000,1534669200000,1534672800000,1534676400000,1534680000000,1534683600000,1534687200000,1534690800000,1534694400000,1534698000000,1534701600000,1534705200000,1534708800000,1534712400000,1534716000000,1534719600000,1534723200000,1534726800000,1534730400000,1534734000000,1534737600000,1534741200000,1534744800000,1534748400000,1534752000000,1534755600000,1534759200000,1534762800000,1534766400000,1534770000000,1534773600000,1534777200000,1534780800000,1534784400000,1534788000000,1534791600000,1534795200000,1534798800000,1534802400000,1534806000000,1534809600000,1534813200000,1534816800000,1534820400000,1534824000000,1534827600000,1534831200000,1534834800000,1534838400000,1534842000000,1534845600000,1534849200000,1534852800000,1534856400000,1534860000000,1534863600000,1534867200000,1534870800000,1534874400000,1534878000000,1534881600000,1534885200000,1534888800000,1534892400000,1534896000000,1534899600000,1534903200000,1534906800000,1534910400000,1534914000000,1534917600000,1534921200000,1534924800000,1534928400000,1534932000000,1534935600000,1534939200000,1534942800000,1534946400000,1534950000000,1534953600000,1534957200000,1534960800000,1534964400000,1534968000000,1534971600000,1534975200000,1534978800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[740,150,70,80,110,140,400,1090,990,1420,1440,1590,1850,1310,1310,1070,1450,1330,1440,1620,1160,1390,820,450,490,560,80,80,20,200,620,720,960,1100,1200,1310,1640,1380,1110,1100,1750,1330,1470,1390,1560,1190,990,610,830,160,130,110,130,300,450,1480,1170,1050,1110,1290,1360,1230,1330,1230,1360,1210,1510,1340,1340,1380,1360,630,570,130,120,140,40,140,260,590,1150,1180,1650,1280,1350,1960,2000,1530,1450,1490,1650,1220,1740,1440,940,440,390,190,200,30,90,210,620,720,1090,1920,1070,1070,1750,1340,1190,1510,1280,1800,1430,1540,1400,1160,1000,610,320,310,90,70,120,290,610,640,1200,1480,1270,1320,1340,1430,1700,1100,2090,1450,1240,1370,1350,1270,1000,750,300,70,110,70,80,400,480,710,1310,1250,1410,1400,1440,1440,1160,1590,1390,1480,1290,1450,1480,1250,860,420]},{"name":"URL","color":"#2373DB","values":[200,180,40,10,0,30,140,170,380,570,770,700,690,670,750,840,800,830,740,870,730,550,610,290,330,120,20,0,30,50,210,320,340,550,590,680,850,850,680,1050,910,960,1010,850,1050,710,520,330,120,100,50,90,20,30,60,290,580,750,640,740,530,640,700,710,780,950,640,890,850,720,550,480,240,40,60,80,30,0,70,160,370,740,510,580,610,510,700,790,900,850,1070,950,750,680,510,320,180,100,10,0,80,50,240,350,710,660,830,910,770,700,850,900,980,1000,1040,850,790,470,450,340,300,210,50,70,40,70,170,250,580,920,840,1030,860,930,890,990,1180,1140,920,1010,970,620,630,460,180,110,40,0,70,70,320,590,530,500,700,820,870,740,700,830,1020,1120,990,830,860,910,720,330]},{"name":"Groups","color":"#9ED448","values":[610,300,140,80,90,70,290,480,820,660,950,920,1160,820,1040,950,810,890,1160,1170,1390,1270,1050,1140,400,330,110,140,80,180,310,490,720,650,1090,1190,860,970,750,700,830,760,1130,1150,1370,1800,1260,880,670,320,70,40,70,150,220,750,620,820,920,1020,1060,1250,900,980,1040,740,780,1140,1420,1330,920,870,540,250,120,70,40,90,240,430,890,930,880,1150,820,810,960,770,790,860,1510,1170,1360,1830,980,720,380,210,140,30,20,90,340,790,750,1340,800,1040,1140,970,940,1030,930,1130,1180,1810,1510,1570,1640,570,560,270,70,10,70,170,410,590,690,910,1200,2910,1220,830,950,1000,890,1090,1200,990,1110,1400,1370,820,280,170,180,40,20,140,360,790,730,720,1590,1220,1290,1110,650,1000,1040,1570,950,2470,1390,1640,2130,790]},{"name":"Channel","color":"#4fae4e","values":[140,0,0,20,10,10,0,20,40,70,50,90,120,70,70,20,110,50,50,40,50,100,80,40,170,10,0,0,0,10,40,80,30,20,60,110,110,140,60,40,60,110,30,40,110,160,110,70,80,0,0,10,0,0,10,60,40,60,100,100,100,110,70,40,70,140,70,140,110,70,100,50,0,50,10,0,0,30,30,100,60,90,70,70,100,110,120,90,80,90,100,50,80,40,170,70,50,20,10,0,0,0,20,30,20,80,130,60,90,120,180,270,70,110,130,160,130,70,50,60,20,30,10,0,10,50,20,30,30,100,60,60,30,150,60,60,70,120,70,110,100,90,70,100,40,10,0,60,10,40,30,90,30,70,50,90,50,100,90,40,160,110,120,130,80,90,40,30]},{"name":"Search","color":"#F5BD25","values":[30,0,0,30,10,30,30,310,50,170,150,130,190,70,80,120,190,120,320,150,60,150,40,50,10,0,20,20,60,700,30,90,60,120,200,100,130,200,220,80,20,140,90,190,230,50,200,20,50,170,0,0,10,700,20,230,210,130,170,250,210,40,60,110,370,270,100,280,290,460,500,110,40,0,30,0,10,20,410,170,110,90,170,210,120,150,180,280,140,220,100,180,90,80,270,160,140,70,70,30,110,80,450,40,70,120,100,230,210,290,300,180,90,70,140,140,240,110,50,40,30,0,0,0,20,20,500,420,60,230,140,140,90,130,90,550,190,190,250,120,320,380,50,50,50,20,30,60,40,90,650,120,60,60,210,190,240,330,210,130,290,210,120,100,210,120,100,90]},{"name":"Other","color":"#F79E39","values":[30,40,10,0,10,30,110,200,80,150,160,150,180,190,150,180,130,180,130,200,180,230,120,80,110,70,20,10,40,60,120,180,140,150,190,150,210,300,260,140,200,210,120,170,100,140,200,80,0,20,10,20,10,10,50,150,180,140,200,260,220,220,150,90,200,70,220,140,230,160,90,50,30,20,10,0,10,20,10,80,200,190,190,220,210,280,190,230,180,200,180,210,180,130,130,110,110,30,10,20,20,20,40,110,230,190,260,220,200,230,140,210,250,260,200,280,210,240,130,90,90,30,0,30,20,60,70,180,150,160,300,280,220,270,170,130,260,190,270,240,110,260,230,160,30,80,20,10,20,70,100,160,170,180,160,240,150,190,240,210,180,160,220,160,210,120,130,130]},{"name":"PM","color":"#E65850","values":[10,0,0,0,10,10,0,10,0,0,0,0,0,0,0,30,10,10,0,10,10,0,10,10,0,0,0,0,0,0,10,10,0,0,0,20,20,10,20,10,0,20,20,0,10,0,10,10,0,0,0,0,0,0,0,10,10,10,20,10,10,0,10,10,0,10,0,0,10,40,0,0,0,0,0,0,0,20,0,0,0,20,10,10,20,10,0,20,10,10,40,0,10,0,0,10,0,0,0,0,0,0,20,20,30,10,0,10,30,0,0,10,10,10,0,0,30,20,0,0,0,0,0,0,0,0,0,0,20,30,0,10,0,0,10,0,10,10,0,20,10,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,10,0,0,10,10,30,20,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/20.json b/dist/chartDummyData/views_zoom/2018-08/20.json new file mode 100644 index 000000000..58d0c378f --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/20.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1534464000000,1534467600000,1534471200000,1534474800000,1534478400000,1534482000000,1534485600000,1534489200000,1534492800000,1534496400000,1534500000000,1534503600000,1534507200000,1534510800000,1534514400000,1534518000000,1534521600000,1534525200000,1534528800000,1534532400000,1534536000000,1534539600000,1534543200000,1534546800000,1534550400000,1534554000000,1534557600000,1534561200000,1534564800000,1534568400000,1534572000000,1534575600000,1534579200000,1534582800000,1534586400000,1534590000000,1534593600000,1534597200000,1534600800000,1534604400000,1534608000000,1534611600000,1534615200000,1534618800000,1534622400000,1534626000000,1534629600000,1534633200000,1534636800000,1534640400000,1534644000000,1534647600000,1534651200000,1534654800000,1534658400000,1534662000000,1534665600000,1534669200000,1534672800000,1534676400000,1534680000000,1534683600000,1534687200000,1534690800000,1534694400000,1534698000000,1534701600000,1534705200000,1534708800000,1534712400000,1534716000000,1534719600000,1534723200000,1534726800000,1534730400000,1534734000000,1534737600000,1534741200000,1534744800000,1534748400000,1534752000000,1534755600000,1534759200000,1534762800000,1534766400000,1534770000000,1534773600000,1534777200000,1534780800000,1534784400000,1534788000000,1534791600000,1534795200000,1534798800000,1534802400000,1534806000000,1534809600000,1534813200000,1534816800000,1534820400000,1534824000000,1534827600000,1534831200000,1534834800000,1534838400000,1534842000000,1534845600000,1534849200000,1534852800000,1534856400000,1534860000000,1534863600000,1534867200000,1534870800000,1534874400000,1534878000000,1534881600000,1534885200000,1534888800000,1534892400000,1534896000000,1534899600000,1534903200000,1534906800000,1534910400000,1534914000000,1534917600000,1534921200000,1534924800000,1534928400000,1534932000000,1534935600000,1534939200000,1534942800000,1534946400000,1534950000000,1534953600000,1534957200000,1534960800000,1534964400000,1534968000000,1534971600000,1534975200000,1534978800000,1534982400000,1534986000000,1534989600000,1534993200000,1534996800000,1535000400000,1535004000000,1535007600000,1535011200000,1535014800000,1535018400000,1535022000000,1535025600000,1535029200000,1535032800000,1535036400000,1535040000000,1535043600000,1535047200000,1535050800000,1535054400000,1535058000000,1535061600000,1535065200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[490,560,80,80,20,200,620,720,960,1100,1200,1310,1640,1380,1110,1100,1750,1330,1470,1390,1560,1190,990,610,830,160,130,110,130,300,450,1480,1170,1050,1110,1290,1360,1230,1330,1230,1360,1210,1510,1340,1340,1380,1360,630,570,130,120,140,40,140,260,590,1150,1180,1650,1280,1350,1960,2000,1530,1450,1490,1650,1220,1740,1440,940,440,390,190,200,30,90,210,620,720,1090,1920,1070,1070,1750,1340,1190,1510,1280,1800,1430,1540,1400,1160,1000,610,320,310,90,70,120,290,610,640,1200,1480,1270,1320,1340,1430,1700,1100,2090,1450,1240,1370,1350,1270,1000,750,300,70,110,70,80,400,480,710,1310,1250,1410,1400,1440,1440,1160,1590,1390,1480,1290,1450,1480,1250,860,420,510,160,20,50,90,160,860,900,1060,1470,1130,1200,1240,1410,1390,1750,1420,1350,1610,1360,1250,1190,1210,750]},{"name":"URL","color":"#2373DB","values":[330,120,20,0,30,50,210,320,340,550,590,680,850,850,680,1050,910,960,1010,850,1050,710,520,330,120,100,50,90,20,30,60,290,580,750,640,740,530,640,700,710,780,950,640,890,850,720,550,480,240,40,60,80,30,0,70,160,370,740,510,580,610,510,700,790,900,850,1070,950,750,680,510,320,180,100,10,0,80,50,240,350,710,660,830,910,770,700,850,900,980,1000,1040,850,790,470,450,340,300,210,50,70,40,70,170,250,580,920,840,1030,860,930,890,990,1180,1140,920,1010,970,620,630,460,180,110,40,0,70,70,320,590,530,500,700,820,870,740,700,830,1020,1120,990,830,860,910,720,330,190,130,20,0,20,30,170,250,490,850,820,850,950,790,940,850,1080,1150,1200,1210,710,800,470,300]},{"name":"Groups","color":"#9ED448","values":[400,330,110,140,80,180,310,490,720,650,1090,1190,860,970,750,700,830,760,1130,1150,1370,1800,1260,880,670,320,70,40,70,150,220,750,620,820,920,1020,1060,1250,900,980,1040,740,780,1140,1420,1330,920,870,540,250,120,70,40,90,240,430,890,930,880,1150,820,810,960,770,790,860,1510,1170,1360,1830,980,720,380,210,140,30,20,90,340,790,750,1340,800,1040,1140,970,940,1030,930,1130,1180,1810,1510,1570,1640,570,560,270,70,10,70,170,410,590,690,910,1200,2910,1220,830,950,1000,890,1090,1200,990,1110,1400,1370,820,280,170,180,40,20,140,360,790,730,720,1590,1220,1290,1110,650,1000,1040,1570,950,2470,1390,1640,2130,790,630,280,140,50,50,170,400,670,970,870,870,1060,1060,1360,1940,1150,1130,740,1010,1970,1290,1540,1490,1070]},{"name":"Channel","color":"#4fae4e","values":[170,10,0,0,0,10,40,80,30,20,60,110,110,140,60,40,60,110,30,40,110,160,110,70,80,0,0,10,0,0,10,60,40,60,100,100,100,110,70,40,70,140,70,140,110,70,100,50,0,50,10,0,0,30,30,100,60,90,70,70,100,110,120,90,80,90,100,50,80,40,170,70,50,20,10,0,0,0,20,30,20,80,130,60,90,120,180,270,70,110,130,160,130,70,50,60,20,30,10,0,10,50,20,30,30,100,60,60,30,150,60,60,70,120,70,110,100,90,70,100,40,10,0,60,10,40,30,90,30,70,50,90,50,100,90,40,160,110,120,130,80,90,40,30,50,10,10,0,0,20,10,50,110,100,120,80,140,50,90,100,90,90,70,70,160,110,90,70]},{"name":"Search","color":"#F5BD25","values":[10,0,20,20,60,700,30,90,60,120,200,100,130,200,220,80,20,140,90,190,230,50,200,20,50,170,0,0,10,700,20,230,210,130,170,250,210,40,60,110,370,270,100,280,290,460,500,110,40,0,30,0,10,20,410,170,110,90,170,210,120,150,180,280,140,220,100,180,90,80,270,160,140,70,70,30,110,80,450,40,70,120,100,230,210,290,300,180,90,70,140,140,240,110,50,40,30,0,0,0,20,20,500,420,60,230,140,140,90,130,90,550,190,190,250,120,320,380,50,50,50,20,30,60,40,90,650,120,60,60,210,190,240,330,210,130,290,210,120,100,210,120,100,90,0,20,20,30,40,90,640,130,80,180,380,170,130,250,270,340,230,100,150,140,160,40,240,80]},{"name":"Other","color":"#F79E39","values":[110,70,20,10,40,60,120,180,140,150,190,150,210,300,260,140,200,210,120,170,100,140,200,80,0,20,10,20,10,10,50,150,180,140,200,260,220,220,150,90,200,70,220,140,230,160,90,50,30,20,10,0,10,20,10,80,200,190,190,220,210,280,190,230,180,200,180,210,180,130,130,110,110,30,10,20,20,20,40,110,230,190,260,220,200,230,140,210,250,260,200,280,210,240,130,90,90,30,0,30,20,60,70,180,150,160,300,280,220,270,170,130,260,190,270,240,110,260,230,160,30,80,20,10,20,70,100,160,170,180,160,240,150,190,240,210,180,160,220,160,210,120,130,130,60,30,0,0,0,50,150,220,170,220,180,200,240,190,230,240,230,250,300,120,180,110,170,90]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,10,0,0,0,20,20,10,20,10,0,20,20,0,10,0,10,10,0,0,0,0,0,0,0,10,10,10,20,10,10,0,10,10,0,10,0,0,10,40,0,0,0,0,0,0,0,20,0,0,0,20,10,10,20,10,0,20,10,10,40,0,10,0,0,10,0,0,0,0,0,0,20,20,30,10,0,10,30,0,0,10,10,10,0,0,30,20,0,0,0,0,0,0,0,0,0,0,20,30,0,10,0,0,10,0,10,10,0,20,10,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,10,0,0,10,10,30,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,20,20,20,0,30,0,0,0,20,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/21.json b/dist/chartDummyData/views_zoom/2018-08/21.json new file mode 100644 index 000000000..3cf0cd975 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/21.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1534550400000,1534554000000,1534557600000,1534561200000,1534564800000,1534568400000,1534572000000,1534575600000,1534579200000,1534582800000,1534586400000,1534590000000,1534593600000,1534597200000,1534600800000,1534604400000,1534608000000,1534611600000,1534615200000,1534618800000,1534622400000,1534626000000,1534629600000,1534633200000,1534636800000,1534640400000,1534644000000,1534647600000,1534651200000,1534654800000,1534658400000,1534662000000,1534665600000,1534669200000,1534672800000,1534676400000,1534680000000,1534683600000,1534687200000,1534690800000,1534694400000,1534698000000,1534701600000,1534705200000,1534708800000,1534712400000,1534716000000,1534719600000,1534723200000,1534726800000,1534730400000,1534734000000,1534737600000,1534741200000,1534744800000,1534748400000,1534752000000,1534755600000,1534759200000,1534762800000,1534766400000,1534770000000,1534773600000,1534777200000,1534780800000,1534784400000,1534788000000,1534791600000,1534795200000,1534798800000,1534802400000,1534806000000,1534809600000,1534813200000,1534816800000,1534820400000,1534824000000,1534827600000,1534831200000,1534834800000,1534838400000,1534842000000,1534845600000,1534849200000,1534852800000,1534856400000,1534860000000,1534863600000,1534867200000,1534870800000,1534874400000,1534878000000,1534881600000,1534885200000,1534888800000,1534892400000,1534896000000,1534899600000,1534903200000,1534906800000,1534910400000,1534914000000,1534917600000,1534921200000,1534924800000,1534928400000,1534932000000,1534935600000,1534939200000,1534942800000,1534946400000,1534950000000,1534953600000,1534957200000,1534960800000,1534964400000,1534968000000,1534971600000,1534975200000,1534978800000,1534982400000,1534986000000,1534989600000,1534993200000,1534996800000,1535000400000,1535004000000,1535007600000,1535011200000,1535014800000,1535018400000,1535022000000,1535025600000,1535029200000,1535032800000,1535036400000,1535040000000,1535043600000,1535047200000,1535050800000,1535054400000,1535058000000,1535061600000,1535065200000,1535068800000,1535072400000,1535076000000,1535079600000,1535083200000,1535086800000,1535090400000,1535094000000,1535097600000,1535101200000,1535104800000,1535108400000,1535112000000,1535115600000,1535119200000,1535122800000,1535126400000,1535130000000,1535133600000,1535137200000,1535140800000,1535144400000,1535148000000,1535151600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[830,160,130,110,130,300,450,1480,1170,1050,1110,1290,1360,1230,1330,1230,1360,1210,1510,1340,1340,1380,1360,630,570,130,120,140,40,140,260,590,1150,1180,1650,1280,1350,1960,2000,1530,1450,1490,1650,1220,1740,1440,940,440,390,190,200,30,90,210,620,720,1090,1920,1070,1070,1750,1340,1190,1510,1280,1800,1430,1540,1400,1160,1000,610,320,310,90,70,120,290,610,640,1200,1480,1270,1320,1340,1430,1700,1100,2090,1450,1240,1370,1350,1270,1000,750,300,70,110,70,80,400,480,710,1310,1250,1410,1400,1440,1440,1160,1590,1390,1480,1290,1450,1480,1250,860,420,510,160,20,50,90,160,860,900,1060,1470,1130,1200,1240,1410,1390,1750,1420,1350,1610,1360,1250,1190,1210,750,320,260,110,160,20,150,600,1240,1080,1620,1270,1640,1460,1900,1430,1180,1720,1630,1200,1480,1480,1360,810,680]},{"name":"URL","color":"#2373DB","values":[120,100,50,90,20,30,60,290,580,750,640,740,530,640,700,710,780,950,640,890,850,720,550,480,240,40,60,80,30,0,70,160,370,740,510,580,610,510,700,790,900,850,1070,950,750,680,510,320,180,100,10,0,80,50,240,350,710,660,830,910,770,700,850,900,980,1000,1040,850,790,470,450,340,300,210,50,70,40,70,170,250,580,920,840,1030,860,930,890,990,1180,1140,920,1010,970,620,630,460,180,110,40,0,70,70,320,590,530,500,700,820,870,740,700,830,1020,1120,990,830,860,910,720,330,190,130,20,0,20,30,170,250,490,850,820,850,950,790,940,850,1080,1150,1200,1210,710,800,470,300,180,180,30,0,10,180,210,380,620,710,840,940,720,680,860,980,1330,1110,960,930,680,590,490,330]},{"name":"Groups","color":"#9ED448","values":[670,320,70,40,70,150,220,750,620,820,920,1020,1060,1250,900,980,1040,740,780,1140,1420,1330,920,870,540,250,120,70,40,90,240,430,890,930,880,1150,820,810,960,770,790,860,1510,1170,1360,1830,980,720,380,210,140,30,20,90,340,790,750,1340,800,1040,1140,970,940,1030,930,1130,1180,1810,1510,1570,1640,570,560,270,70,10,70,170,410,590,690,910,1200,2910,1220,830,950,1000,890,1090,1200,990,1110,1400,1370,820,280,170,180,40,20,140,360,790,730,720,1590,1220,1290,1110,650,1000,1040,1570,950,2470,1390,1640,2130,790,630,280,140,50,50,170,400,670,970,870,870,1060,1060,1360,1940,1150,1130,740,1010,1970,1290,1540,1490,1070,530,130,130,150,110,110,370,790,730,1020,1310,960,1140,1070,670,860,1140,1050,1250,1130,1270,1530,1100,830]},{"name":"Channel","color":"#4fae4e","values":[80,0,0,10,0,0,10,60,40,60,100,100,100,110,70,40,70,140,70,140,110,70,100,50,0,50,10,0,0,30,30,100,60,90,70,70,100,110,120,90,80,90,100,50,80,40,170,70,50,20,10,0,0,0,20,30,20,80,130,60,90,120,180,270,70,110,130,160,130,70,50,60,20,30,10,0,10,50,20,30,30,100,60,60,30,150,60,60,70,120,70,110,100,90,70,100,40,10,0,60,10,40,30,90,30,70,50,90,50,100,90,40,160,110,120,130,80,90,40,30,50,10,10,0,0,20,10,50,110,100,120,80,140,50,90,100,90,90,70,70,160,110,90,70,50,10,20,10,10,10,40,40,120,50,60,120,60,70,100,110,100,110,90,60,90,120,80,30]},{"name":"Search","color":"#F5BD25","values":[50,170,0,0,10,700,20,230,210,130,170,250,210,40,60,110,370,270,100,280,290,460,500,110,40,0,30,0,10,20,410,170,110,90,170,210,120,150,180,280,140,220,100,180,90,80,270,160,140,70,70,30,110,80,450,40,70,120,100,230,210,290,300,180,90,70,140,140,240,110,50,40,30,0,0,0,20,20,500,420,60,230,140,140,90,130,90,550,190,190,250,120,320,380,50,50,50,20,30,60,40,90,650,120,60,60,210,190,240,330,210,130,290,210,120,100,210,120,100,90,0,20,20,30,40,90,640,130,80,180,380,170,130,250,270,340,230,100,150,140,160,40,240,80,140,10,20,0,0,10,360,80,240,320,130,270,60,330,220,140,170,150,130,430,250,250,110,70]},{"name":"Other","color":"#F79E39","values":[0,20,10,20,10,10,50,150,180,140,200,260,220,220,150,90,200,70,220,140,230,160,90,50,30,20,10,0,10,20,10,80,200,190,190,220,210,280,190,230,180,200,180,210,180,130,130,110,110,30,10,20,20,20,40,110,230,190,260,220,200,230,140,210,250,260,200,280,210,240,130,90,90,30,0,30,20,60,70,180,150,160,300,280,220,270,170,130,260,190,270,240,110,260,230,160,30,80,20,10,20,70,100,160,170,180,160,240,150,190,240,210,180,160,220,160,210,120,130,130,60,30,0,0,0,50,150,220,170,220,180,200,240,190,230,240,230,250,300,120,180,110,170,90,80,50,0,0,10,50,160,230,150,220,180,260,180,210,170,320,160,160,230,210,270,210,200,100]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,10,10,20,10,10,0,10,10,0,10,0,0,10,40,0,0,0,0,0,0,0,20,0,0,0,20,10,10,20,10,0,20,10,10,40,0,10,0,0,10,0,0,0,0,0,0,20,20,30,10,0,10,30,0,0,10,10,10,0,0,30,20,0,0,0,0,0,0,0,0,0,0,20,30,0,10,0,0,10,0,10,10,0,20,10,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,10,0,0,10,10,30,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,20,20,20,0,30,0,0,0,20,0,10,10,0,0,0,0,10,0,20,0,10,0,0,10,30,10,0,0,20,40,0,10,30,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/22.json b/dist/chartDummyData/views_zoom/2018-08/22.json new file mode 100644 index 000000000..113c139cc --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/22.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1534636800000,1534640400000,1534644000000,1534647600000,1534651200000,1534654800000,1534658400000,1534662000000,1534665600000,1534669200000,1534672800000,1534676400000,1534680000000,1534683600000,1534687200000,1534690800000,1534694400000,1534698000000,1534701600000,1534705200000,1534708800000,1534712400000,1534716000000,1534719600000,1534723200000,1534726800000,1534730400000,1534734000000,1534737600000,1534741200000,1534744800000,1534748400000,1534752000000,1534755600000,1534759200000,1534762800000,1534766400000,1534770000000,1534773600000,1534777200000,1534780800000,1534784400000,1534788000000,1534791600000,1534795200000,1534798800000,1534802400000,1534806000000,1534809600000,1534813200000,1534816800000,1534820400000,1534824000000,1534827600000,1534831200000,1534834800000,1534838400000,1534842000000,1534845600000,1534849200000,1534852800000,1534856400000,1534860000000,1534863600000,1534867200000,1534870800000,1534874400000,1534878000000,1534881600000,1534885200000,1534888800000,1534892400000,1534896000000,1534899600000,1534903200000,1534906800000,1534910400000,1534914000000,1534917600000,1534921200000,1534924800000,1534928400000,1534932000000,1534935600000,1534939200000,1534942800000,1534946400000,1534950000000,1534953600000,1534957200000,1534960800000,1534964400000,1534968000000,1534971600000,1534975200000,1534978800000,1534982400000,1534986000000,1534989600000,1534993200000,1534996800000,1535000400000,1535004000000,1535007600000,1535011200000,1535014800000,1535018400000,1535022000000,1535025600000,1535029200000,1535032800000,1535036400000,1535040000000,1535043600000,1535047200000,1535050800000,1535054400000,1535058000000,1535061600000,1535065200000,1535068800000,1535072400000,1535076000000,1535079600000,1535083200000,1535086800000,1535090400000,1535094000000,1535097600000,1535101200000,1535104800000,1535108400000,1535112000000,1535115600000,1535119200000,1535122800000,1535126400000,1535130000000,1535133600000,1535137200000,1535140800000,1535144400000,1535148000000,1535151600000,1535155200000,1535158800000,1535162400000,1535166000000,1535169600000,1535173200000,1535176800000,1535180400000,1535184000000,1535187600000,1535191200000,1535194800000,1535198400000,1535202000000,1535205600000,1535209200000,1535212800000,1535216400000,1535220000000,1535223600000,1535227200000,1535230800000,1535234400000,1535238000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[570,130,120,140,40,140,260,590,1150,1180,1650,1280,1350,1960,2000,1530,1450,1490,1650,1220,1740,1440,940,440,390,190,200,30,90,210,620,720,1090,1920,1070,1070,1750,1340,1190,1510,1280,1800,1430,1540,1400,1160,1000,610,320,310,90,70,120,290,610,640,1200,1480,1270,1320,1340,1430,1700,1100,2090,1450,1240,1370,1350,1270,1000,750,300,70,110,70,80,400,480,710,1310,1250,1410,1400,1440,1440,1160,1590,1390,1480,1290,1450,1480,1250,860,420,510,160,20,50,90,160,860,900,1060,1470,1130,1200,1240,1410,1390,1750,1420,1350,1610,1360,1250,1190,1210,750,320,260,110,160,20,150,600,1240,1080,1620,1270,1640,1460,1900,1430,1180,1720,1630,1200,1480,1480,1360,810,680,400,340,120,20,100,100,450,630,950,1340,1020,1460,1360,1960,1280,1790,1400,1460,1530,1500,1500,1110,990,650]},{"name":"URL","color":"#2373DB","values":[240,40,60,80,30,0,70,160,370,740,510,580,610,510,700,790,900,850,1070,950,750,680,510,320,180,100,10,0,80,50,240,350,710,660,830,910,770,700,850,900,980,1000,1040,850,790,470,450,340,300,210,50,70,40,70,170,250,580,920,840,1030,860,930,890,990,1180,1140,920,1010,970,620,630,460,180,110,40,0,70,70,320,590,530,500,700,820,870,740,700,830,1020,1120,990,830,860,910,720,330,190,130,20,0,20,30,170,250,490,850,820,850,950,790,940,850,1080,1150,1200,1210,710,800,470,300,180,180,30,0,10,180,210,380,620,710,840,940,720,680,860,980,1330,1110,960,930,680,590,490,330,170,160,140,40,0,40,100,320,510,660,680,830,840,920,980,750,1060,840,1140,760,690,680,450,410]},{"name":"Groups","color":"#9ED448","values":[540,250,120,70,40,90,240,430,890,930,880,1150,820,810,960,770,790,860,1510,1170,1360,1830,980,720,380,210,140,30,20,90,340,790,750,1340,800,1040,1140,970,940,1030,930,1130,1180,1810,1510,1570,1640,570,560,270,70,10,70,170,410,590,690,910,1200,2910,1220,830,950,1000,890,1090,1200,990,1110,1400,1370,820,280,170,180,40,20,140,360,790,730,720,1590,1220,1290,1110,650,1000,1040,1570,950,2470,1390,1640,2130,790,630,280,140,50,50,170,400,670,970,870,870,1060,1060,1360,1940,1150,1130,740,1010,1970,1290,1540,1490,1070,530,130,130,150,110,110,370,790,730,1020,1310,960,1140,1070,670,860,1140,1050,1250,1130,1270,1530,1100,830,410,690,150,10,50,120,290,420,730,690,1040,860,1410,870,870,650,960,950,1030,1250,1220,1240,1140,750]},{"name":"Channel","color":"#4fae4e","values":[0,50,10,0,0,30,30,100,60,90,70,70,100,110,120,90,80,90,100,50,80,40,170,70,50,20,10,0,0,0,20,30,20,80,130,60,90,120,180,270,70,110,130,160,130,70,50,60,20,30,10,0,10,50,20,30,30,100,60,60,30,150,60,60,70,120,70,110,100,90,70,100,40,10,0,60,10,40,30,90,30,70,50,90,50,100,90,40,160,110,120,130,80,90,40,30,50,10,10,0,0,20,10,50,110,100,120,80,140,50,90,100,90,90,70,70,160,110,90,70,50,10,20,10,10,10,40,40,120,50,60,120,60,70,100,110,100,110,90,60,90,120,80,30,40,60,30,0,0,0,0,40,40,80,50,60,130,110,60,110,90,90,130,130,250,100,70,60]},{"name":"Search","color":"#F5BD25","values":[40,0,30,0,10,20,410,170,110,90,170,210,120,150,180,280,140,220,100,180,90,80,270,160,140,70,70,30,110,80,450,40,70,120,100,230,210,290,300,180,90,70,140,140,240,110,50,40,30,0,0,0,20,20,500,420,60,230,140,140,90,130,90,550,190,190,250,120,320,380,50,50,50,20,30,60,40,90,650,120,60,60,210,190,240,330,210,130,290,210,120,100,210,120,100,90,0,20,20,30,40,90,640,130,80,180,380,170,130,250,270,340,230,100,150,140,160,40,240,80,140,10,20,0,0,10,360,80,240,320,130,270,60,330,220,140,170,150,130,430,250,250,110,70,150,70,30,0,0,0,50,100,100,250,110,170,190,70,70,160,70,40,50,310,70,80,50,60]},{"name":"Other","color":"#F79E39","values":[30,20,10,0,10,20,10,80,200,190,190,220,210,280,190,230,180,200,180,210,180,130,130,110,110,30,10,20,20,20,40,110,230,190,260,220,200,230,140,210,250,260,200,280,210,240,130,90,90,30,0,30,20,60,70,180,150,160,300,280,220,270,170,130,260,190,270,240,110,260,230,160,30,80,20,10,20,70,100,160,170,180,160,240,150,190,240,210,180,160,220,160,210,120,130,130,60,30,0,0,0,50,150,220,170,220,180,200,240,190,230,240,230,250,300,120,180,110,170,90,80,50,0,0,10,50,160,230,150,220,180,260,180,210,170,320,160,160,230,210,270,210,200,100,50,30,10,10,20,60,70,140,180,180,360,270,330,270,180,210,320,200,280,180,200,100,170,140]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,20,0,0,0,20,10,10,20,10,0,20,10,10,40,0,10,0,0,10,0,0,0,0,0,0,20,20,30,10,0,10,30,0,0,10,10,10,0,0,30,20,0,0,0,0,0,0,0,0,0,0,20,30,0,10,0,0,10,0,10,10,0,20,10,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,10,0,0,10,10,30,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,20,20,20,0,30,0,0,0,20,0,10,10,0,0,0,0,10,0,20,0,10,0,0,10,30,10,0,0,20,40,0,10,30,0,0,0,0,0,0,0,0,20,20,20,0,10,10,30,0,0,10,10,10,30,0,10,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/23.json b/dist/chartDummyData/views_zoom/2018-08/23.json new file mode 100644 index 000000000..7d3b6c0a3 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/23.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1534723200000,1534726800000,1534730400000,1534734000000,1534737600000,1534741200000,1534744800000,1534748400000,1534752000000,1534755600000,1534759200000,1534762800000,1534766400000,1534770000000,1534773600000,1534777200000,1534780800000,1534784400000,1534788000000,1534791600000,1534795200000,1534798800000,1534802400000,1534806000000,1534809600000,1534813200000,1534816800000,1534820400000,1534824000000,1534827600000,1534831200000,1534834800000,1534838400000,1534842000000,1534845600000,1534849200000,1534852800000,1534856400000,1534860000000,1534863600000,1534867200000,1534870800000,1534874400000,1534878000000,1534881600000,1534885200000,1534888800000,1534892400000,1534896000000,1534899600000,1534903200000,1534906800000,1534910400000,1534914000000,1534917600000,1534921200000,1534924800000,1534928400000,1534932000000,1534935600000,1534939200000,1534942800000,1534946400000,1534950000000,1534953600000,1534957200000,1534960800000,1534964400000,1534968000000,1534971600000,1534975200000,1534978800000,1534982400000,1534986000000,1534989600000,1534993200000,1534996800000,1535000400000,1535004000000,1535007600000,1535011200000,1535014800000,1535018400000,1535022000000,1535025600000,1535029200000,1535032800000,1535036400000,1535040000000,1535043600000,1535047200000,1535050800000,1535054400000,1535058000000,1535061600000,1535065200000,1535068800000,1535072400000,1535076000000,1535079600000,1535083200000,1535086800000,1535090400000,1535094000000,1535097600000,1535101200000,1535104800000,1535108400000,1535112000000,1535115600000,1535119200000,1535122800000,1535126400000,1535130000000,1535133600000,1535137200000,1535140800000,1535144400000,1535148000000,1535151600000,1535155200000,1535158800000,1535162400000,1535166000000,1535169600000,1535173200000,1535176800000,1535180400000,1535184000000,1535187600000,1535191200000,1535194800000,1535198400000,1535202000000,1535205600000,1535209200000,1535212800000,1535216400000,1535220000000,1535223600000,1535227200000,1535230800000,1535234400000,1535238000000,1535241600000,1535245200000,1535248800000,1535252400000,1535256000000,1535259600000,1535263200000,1535266800000,1535270400000,1535274000000,1535277600000,1535281200000,1535284800000,1535288400000,1535292000000,1535295600000,1535299200000,1535302800000,1535306400000,1535310000000,1535313600000,1535317200000,1535320800000,1535324400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[390,190,200,30,90,210,620,720,1090,1920,1070,1070,1750,1340,1190,1510,1280,1800,1430,1540,1400,1160,1000,610,320,310,90,70,120,290,610,640,1200,1480,1270,1320,1340,1430,1700,1100,2090,1450,1240,1370,1350,1270,1000,750,300,70,110,70,80,400,480,710,1310,1250,1410,1400,1440,1440,1160,1590,1390,1480,1290,1450,1480,1250,860,420,510,160,20,50,90,160,860,900,1060,1470,1130,1200,1240,1410,1390,1750,1420,1350,1610,1360,1250,1190,1210,750,320,260,110,160,20,150,600,1240,1080,1620,1270,1640,1460,1900,1430,1180,1720,1630,1200,1480,1480,1360,810,680,400,340,120,20,100,100,450,630,950,1340,1020,1460,1360,1960,1280,1790,1400,1460,1530,1500,1500,1110,990,650,310,260,130,70,80,190,400,730,980,920,1570,1220,1530,1550,1060,1160,1940,1950,1890,1420,1230,1370,1030,1150]},{"name":"URL","color":"#2373DB","values":[180,100,10,0,80,50,240,350,710,660,830,910,770,700,850,900,980,1000,1040,850,790,470,450,340,300,210,50,70,40,70,170,250,580,920,840,1030,860,930,890,990,1180,1140,920,1010,970,620,630,460,180,110,40,0,70,70,320,590,530,500,700,820,870,740,700,830,1020,1120,990,830,860,910,720,330,190,130,20,0,20,30,170,250,490,850,820,850,950,790,940,850,1080,1150,1200,1210,710,800,470,300,180,180,30,0,10,180,210,380,620,710,840,940,720,680,860,980,1330,1110,960,930,680,590,490,330,170,160,140,40,0,40,100,320,510,660,680,830,840,920,980,750,1060,840,1140,760,690,680,450,410,210,120,60,70,30,20,170,210,440,610,770,680,820,640,680,740,840,850,920,860,690,810,490,350]},{"name":"Groups","color":"#9ED448","values":[380,210,140,30,20,90,340,790,750,1340,800,1040,1140,970,940,1030,930,1130,1180,1810,1510,1570,1640,570,560,270,70,10,70,170,410,590,690,910,1200,2910,1220,830,950,1000,890,1090,1200,990,1110,1400,1370,820,280,170,180,40,20,140,360,790,730,720,1590,1220,1290,1110,650,1000,1040,1570,950,2470,1390,1640,2130,790,630,280,140,50,50,170,400,670,970,870,870,1060,1060,1360,1940,1150,1130,740,1010,1970,1290,1540,1490,1070,530,130,130,150,110,110,370,790,730,1020,1310,960,1140,1070,670,860,1140,1050,1250,1130,1270,1530,1100,830,410,690,150,10,50,120,290,420,730,690,1040,860,1410,870,870,650,960,950,1030,1250,1220,1240,1140,750,470,340,190,140,90,130,160,570,580,1020,880,1200,1160,1140,870,1000,1130,920,970,1180,1900,1600,1470,1080]},{"name":"Channel","color":"#4fae4e","values":[50,20,10,0,0,0,20,30,20,80,130,60,90,120,180,270,70,110,130,160,130,70,50,60,20,30,10,0,10,50,20,30,30,100,60,60,30,150,60,60,70,120,70,110,100,90,70,100,40,10,0,60,10,40,30,90,30,70,50,90,50,100,90,40,160,110,120,130,80,90,40,30,50,10,10,0,0,20,10,50,110,100,120,80,140,50,90,100,90,90,70,70,160,110,90,70,50,10,20,10,10,10,40,40,120,50,60,120,60,70,100,110,100,110,90,60,90,120,80,30,40,60,30,0,0,0,0,40,40,80,50,60,130,110,60,110,90,90,130,130,250,100,70,60,90,0,20,0,10,10,10,110,20,50,120,150,70,130,60,80,90,50,50,80,90,170,90,50]},{"name":"Search","color":"#F5BD25","values":[140,70,70,30,110,80,450,40,70,120,100,230,210,290,300,180,90,70,140,140,240,110,50,40,30,0,0,0,20,20,500,420,60,230,140,140,90,130,90,550,190,190,250,120,320,380,50,50,50,20,30,60,40,90,650,120,60,60,210,190,240,330,210,130,290,210,120,100,210,120,100,90,0,20,20,30,40,90,640,130,80,180,380,170,130,250,270,340,230,100,150,140,160,40,240,80,140,10,20,0,0,10,360,80,240,320,130,270,60,330,220,140,170,150,130,430,250,250,110,70,150,70,30,0,0,0,50,100,100,250,110,170,190,70,70,160,70,40,50,310,70,80,50,60,0,60,10,0,0,30,100,160,280,240,200,190,490,190,110,220,180,240,70,210,110,80,130,40]},{"name":"Other","color":"#F79E39","values":[110,30,10,20,20,20,40,110,230,190,260,220,200,230,140,210,250,260,200,280,210,240,130,90,90,30,0,30,20,60,70,180,150,160,300,280,220,270,170,130,260,190,270,240,110,260,230,160,30,80,20,10,20,70,100,160,170,180,160,240,150,190,240,210,180,160,220,160,210,120,130,130,60,30,0,0,0,50,150,220,170,220,180,200,240,190,230,240,230,250,300,120,180,110,170,90,80,50,0,0,10,50,160,230,150,220,180,260,180,210,170,320,160,160,230,210,270,210,200,100,50,30,10,10,20,60,70,140,180,180,360,270,330,270,180,210,320,200,280,180,200,100,170,140,120,80,30,20,0,40,60,150,250,250,280,250,280,270,210,180,280,130,230,270,230,260,270,100]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,20,20,30,10,0,10,30,0,0,10,10,10,0,0,30,20,0,0,0,0,0,0,0,0,0,0,20,30,0,10,0,0,10,0,10,10,0,20,10,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,10,0,0,10,10,30,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,20,20,20,0,30,0,0,0,20,0,10,10,0,0,0,0,10,0,20,0,10,0,0,10,30,10,0,0,20,40,0,10,30,0,0,0,0,0,0,0,0,20,20,20,0,10,10,30,0,0,10,10,10,30,0,10,0,10,0,0,0,0,0,0,0,10,10,20,0,20,10,0,0,20,10,0,0,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/24.json b/dist/chartDummyData/views_zoom/2018-08/24.json new file mode 100644 index 000000000..52f7a3fdb --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/24.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1534809600000,1534813200000,1534816800000,1534820400000,1534824000000,1534827600000,1534831200000,1534834800000,1534838400000,1534842000000,1534845600000,1534849200000,1534852800000,1534856400000,1534860000000,1534863600000,1534867200000,1534870800000,1534874400000,1534878000000,1534881600000,1534885200000,1534888800000,1534892400000,1534896000000,1534899600000,1534903200000,1534906800000,1534910400000,1534914000000,1534917600000,1534921200000,1534924800000,1534928400000,1534932000000,1534935600000,1534939200000,1534942800000,1534946400000,1534950000000,1534953600000,1534957200000,1534960800000,1534964400000,1534968000000,1534971600000,1534975200000,1534978800000,1534982400000,1534986000000,1534989600000,1534993200000,1534996800000,1535000400000,1535004000000,1535007600000,1535011200000,1535014800000,1535018400000,1535022000000,1535025600000,1535029200000,1535032800000,1535036400000,1535040000000,1535043600000,1535047200000,1535050800000,1535054400000,1535058000000,1535061600000,1535065200000,1535068800000,1535072400000,1535076000000,1535079600000,1535083200000,1535086800000,1535090400000,1535094000000,1535097600000,1535101200000,1535104800000,1535108400000,1535112000000,1535115600000,1535119200000,1535122800000,1535126400000,1535130000000,1535133600000,1535137200000,1535140800000,1535144400000,1535148000000,1535151600000,1535155200000,1535158800000,1535162400000,1535166000000,1535169600000,1535173200000,1535176800000,1535180400000,1535184000000,1535187600000,1535191200000,1535194800000,1535198400000,1535202000000,1535205600000,1535209200000,1535212800000,1535216400000,1535220000000,1535223600000,1535227200000,1535230800000,1535234400000,1535238000000,1535241600000,1535245200000,1535248800000,1535252400000,1535256000000,1535259600000,1535263200000,1535266800000,1535270400000,1535274000000,1535277600000,1535281200000,1535284800000,1535288400000,1535292000000,1535295600000,1535299200000,1535302800000,1535306400000,1535310000000,1535313600000,1535317200000,1535320800000,1535324400000,1535328000000,1535331600000,1535335200000,1535338800000,1535342400000,1535346000000,1535349600000,1535353200000,1535356800000,1535360400000,1535364000000,1535367600000,1535371200000,1535374800000,1535378400000,1535382000000,1535385600000,1535389200000,1535392800000,1535396400000,1535400000000,1535403600000,1535407200000,1535410800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[320,310,90,70,120,290,610,640,1200,1480,1270,1320,1340,1430,1700,1100,2090,1450,1240,1370,1350,1270,1000,750,300,70,110,70,80,400,480,710,1310,1250,1410,1400,1440,1440,1160,1590,1390,1480,1290,1450,1480,1250,860,420,510,160,20,50,90,160,860,900,1060,1470,1130,1200,1240,1410,1390,1750,1420,1350,1610,1360,1250,1190,1210,750,320,260,110,160,20,150,600,1240,1080,1620,1270,1640,1460,1900,1430,1180,1720,1630,1200,1480,1480,1360,810,680,400,340,120,20,100,100,450,630,950,1340,1020,1460,1360,1960,1280,1790,1400,1460,1530,1500,1500,1110,990,650,310,260,130,70,80,190,400,730,980,920,1570,1220,1530,1550,1060,1160,1940,1950,1890,1420,1230,1370,1030,1150,430,170,100,70,50,440,360,870,1040,1170,1190,1360,1300,1270,1420,2060,2110,1500,1510,1690,1270,1590,1050,1030]},{"name":"URL","color":"#2373DB","values":[300,210,50,70,40,70,170,250,580,920,840,1030,860,930,890,990,1180,1140,920,1010,970,620,630,460,180,110,40,0,70,70,320,590,530,500,700,820,870,740,700,830,1020,1120,990,830,860,910,720,330,190,130,20,0,20,30,170,250,490,850,820,850,950,790,940,850,1080,1150,1200,1210,710,800,470,300,180,180,30,0,10,180,210,380,620,710,840,940,720,680,860,980,1330,1110,960,930,680,590,490,330,170,160,140,40,0,40,100,320,510,660,680,830,840,920,980,750,1060,840,1140,760,690,680,450,410,210,120,60,70,30,20,170,210,440,610,770,680,820,640,680,740,840,850,920,860,690,810,490,350,240,90,20,70,40,90,330,390,540,870,1180,810,1040,1010,810,1100,1230,1290,1160,1080,650,690,450,240]},{"name":"Groups","color":"#9ED448","values":[560,270,70,10,70,170,410,590,690,910,1200,2910,1220,830,950,1000,890,1090,1200,990,1110,1400,1370,820,280,170,180,40,20,140,360,790,730,720,1590,1220,1290,1110,650,1000,1040,1570,950,2470,1390,1640,2130,790,630,280,140,50,50,170,400,670,970,870,870,1060,1060,1360,1940,1150,1130,740,1010,1970,1290,1540,1490,1070,530,130,130,150,110,110,370,790,730,1020,1310,960,1140,1070,670,860,1140,1050,1250,1130,1270,1530,1100,830,410,690,150,10,50,120,290,420,730,690,1040,860,1410,870,870,650,960,950,1030,1250,1220,1240,1140,750,470,340,190,140,90,130,160,570,580,1020,880,1200,1160,1140,870,1000,1130,920,970,1180,1900,1600,1470,1080,480,240,80,30,60,130,460,470,790,860,840,940,960,1120,1090,730,960,1100,990,1300,1740,1460,1720,990]},{"name":"Channel","color":"#4fae4e","values":[20,30,10,0,10,50,20,30,30,100,60,60,30,150,60,60,70,120,70,110,100,90,70,100,40,10,0,60,10,40,30,90,30,70,50,90,50,100,90,40,160,110,120,130,80,90,40,30,50,10,10,0,0,20,10,50,110,100,120,80,140,50,90,100,90,90,70,70,160,110,90,70,50,10,20,10,10,10,40,40,120,50,60,120,60,70,100,110,100,110,90,60,90,120,80,30,40,60,30,0,0,0,0,40,40,80,50,60,130,110,60,110,90,90,130,130,250,100,70,60,90,0,20,0,10,10,10,110,20,50,120,150,70,130,60,80,90,50,50,80,90,170,90,50,90,20,0,0,0,10,10,10,50,90,90,60,60,50,210,280,80,110,270,290,160,100,70,60]},{"name":"Search","color":"#F5BD25","values":[30,0,0,0,20,20,500,420,60,230,140,140,90,130,90,550,190,190,250,120,320,380,50,50,50,20,30,60,40,90,650,120,60,60,210,190,240,330,210,130,290,210,120,100,210,120,100,90,0,20,20,30,40,90,640,130,80,180,380,170,130,250,270,340,230,100,150,140,160,40,240,80,140,10,20,0,0,10,360,80,240,320,130,270,60,330,220,140,170,150,130,430,250,250,110,70,150,70,30,0,0,0,50,100,100,250,110,170,190,70,70,160,70,40,50,310,70,80,50,60,0,60,10,0,0,30,100,160,280,240,200,190,490,190,110,220,180,240,70,210,110,80,130,40,20,10,0,40,50,30,550,120,390,230,200,320,290,250,210,140,260,80,210,330,90,480,580,230]},{"name":"Other","color":"#F79E39","values":[90,30,0,30,20,60,70,180,150,160,300,280,220,270,170,130,260,190,270,240,110,260,230,160,30,80,20,10,20,70,100,160,170,180,160,240,150,190,240,210,180,160,220,160,210,120,130,130,60,30,0,0,0,50,150,220,170,220,180,200,240,190,230,240,230,250,300,120,180,110,170,90,80,50,0,0,10,50,160,230,150,220,180,260,180,210,170,320,160,160,230,210,270,210,200,100,50,30,10,10,20,60,70,140,180,180,360,270,330,270,180,210,320,200,280,180,200,100,170,140,120,80,30,20,0,40,60,150,250,250,280,250,280,270,210,180,280,130,230,270,230,260,270,100,30,10,20,0,30,80,100,180,210,170,140,230,170,240,250,240,340,210,250,240,180,160,110,90]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,20,30,0,10,0,0,10,0,10,10,0,20,10,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,10,0,0,10,10,30,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,20,20,20,0,30,0,0,0,20,0,10,10,0,0,0,0,10,0,20,0,10,0,0,10,30,10,0,0,20,40,0,10,30,0,0,0,0,0,0,0,0,20,20,20,0,10,10,30,0,0,10,10,10,30,0,10,0,10,0,0,0,0,0,0,0,10,10,20,0,20,10,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,10,20,0,0,0,40,10,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/25.json b/dist/chartDummyData/views_zoom/2018-08/25.json new file mode 100644 index 000000000..79e92a085 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/25.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1534896000000,1534899600000,1534903200000,1534906800000,1534910400000,1534914000000,1534917600000,1534921200000,1534924800000,1534928400000,1534932000000,1534935600000,1534939200000,1534942800000,1534946400000,1534950000000,1534953600000,1534957200000,1534960800000,1534964400000,1534968000000,1534971600000,1534975200000,1534978800000,1534982400000,1534986000000,1534989600000,1534993200000,1534996800000,1535000400000,1535004000000,1535007600000,1535011200000,1535014800000,1535018400000,1535022000000,1535025600000,1535029200000,1535032800000,1535036400000,1535040000000,1535043600000,1535047200000,1535050800000,1535054400000,1535058000000,1535061600000,1535065200000,1535068800000,1535072400000,1535076000000,1535079600000,1535083200000,1535086800000,1535090400000,1535094000000,1535097600000,1535101200000,1535104800000,1535108400000,1535112000000,1535115600000,1535119200000,1535122800000,1535126400000,1535130000000,1535133600000,1535137200000,1535140800000,1535144400000,1535148000000,1535151600000,1535155200000,1535158800000,1535162400000,1535166000000,1535169600000,1535173200000,1535176800000,1535180400000,1535184000000,1535187600000,1535191200000,1535194800000,1535198400000,1535202000000,1535205600000,1535209200000,1535212800000,1535216400000,1535220000000,1535223600000,1535227200000,1535230800000,1535234400000,1535238000000,1535241600000,1535245200000,1535248800000,1535252400000,1535256000000,1535259600000,1535263200000,1535266800000,1535270400000,1535274000000,1535277600000,1535281200000,1535284800000,1535288400000,1535292000000,1535295600000,1535299200000,1535302800000,1535306400000,1535310000000,1535313600000,1535317200000,1535320800000,1535324400000,1535328000000,1535331600000,1535335200000,1535338800000,1535342400000,1535346000000,1535349600000,1535353200000,1535356800000,1535360400000,1535364000000,1535367600000,1535371200000,1535374800000,1535378400000,1535382000000,1535385600000,1535389200000,1535392800000,1535396400000,1535400000000,1535403600000,1535407200000,1535410800000,1535414400000,1535418000000,1535421600000,1535425200000,1535428800000,1535432400000,1535436000000,1535439600000,1535443200000,1535446800000,1535450400000,1535454000000,1535457600000,1535461200000,1535464800000,1535468400000,1535472000000,1535475600000,1535479200000,1535482800000,1535486400000,1535490000000,1535493600000,1535497200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[300,70,110,70,80,400,480,710,1310,1250,1410,1400,1440,1440,1160,1590,1390,1480,1290,1450,1480,1250,860,420,510,160,20,50,90,160,860,900,1060,1470,1130,1200,1240,1410,1390,1750,1420,1350,1610,1360,1250,1190,1210,750,320,260,110,160,20,150,600,1240,1080,1620,1270,1640,1460,1900,1430,1180,1720,1630,1200,1480,1480,1360,810,680,400,340,120,20,100,100,450,630,950,1340,1020,1460,1360,1960,1280,1790,1400,1460,1530,1500,1500,1110,990,650,310,260,130,70,80,190,400,730,980,920,1570,1220,1530,1550,1060,1160,1940,1950,1890,1420,1230,1370,1030,1150,430,170,100,70,50,440,360,870,1040,1170,1190,1360,1300,1270,1420,2060,2110,1500,1510,1690,1270,1590,1050,1030,170,240,70,80,90,230,640,780,990,1290,1720,1560,1630,1430,1120,1340,1470,1760,1540,1340,1570,1180,850,820]},{"name":"URL","color":"#2373DB","values":[180,110,40,0,70,70,320,590,530,500,700,820,870,740,700,830,1020,1120,990,830,860,910,720,330,190,130,20,0,20,30,170,250,490,850,820,850,950,790,940,850,1080,1150,1200,1210,710,800,470,300,180,180,30,0,10,180,210,380,620,710,840,940,720,680,860,980,1330,1110,960,930,680,590,490,330,170,160,140,40,0,40,100,320,510,660,680,830,840,920,980,750,1060,840,1140,760,690,680,450,410,210,120,60,70,30,20,170,210,440,610,770,680,820,640,680,740,840,850,920,860,690,810,490,350,240,90,20,70,40,90,330,390,540,870,1180,810,1040,1010,810,1100,1230,1290,1160,1080,650,690,450,240,270,30,50,20,0,80,280,470,760,1040,880,850,770,930,1040,840,1320,1100,1250,1080,870,750,640,210]},{"name":"Groups","color":"#9ED448","values":[280,170,180,40,20,140,360,790,730,720,1590,1220,1290,1110,650,1000,1040,1570,950,2470,1390,1640,2130,790,630,280,140,50,50,170,400,670,970,870,870,1060,1060,1360,1940,1150,1130,740,1010,1970,1290,1540,1490,1070,530,130,130,150,110,110,370,790,730,1020,1310,960,1140,1070,670,860,1140,1050,1250,1130,1270,1530,1100,830,410,690,150,10,50,120,290,420,730,690,1040,860,1410,870,870,650,960,950,1030,1250,1220,1240,1140,750,470,340,190,140,90,130,160,570,580,1020,880,1200,1160,1140,870,1000,1130,920,970,1180,1900,1600,1470,1080,480,240,80,30,60,130,460,470,790,860,840,940,960,1120,1090,730,960,1100,990,1300,1740,1460,1720,990,320,350,80,80,70,200,420,740,660,1030,1100,1000,1000,1080,850,1020,830,860,1320,1460,1440,1810,1290,720]},{"name":"Channel","color":"#4fae4e","values":[40,10,0,60,10,40,30,90,30,70,50,90,50,100,90,40,160,110,120,130,80,90,40,30,50,10,10,0,0,20,10,50,110,100,120,80,140,50,90,100,90,90,70,70,160,110,90,70,50,10,20,10,10,10,40,40,120,50,60,120,60,70,100,110,100,110,90,60,90,120,80,30,40,60,30,0,0,0,0,40,40,80,50,60,130,110,60,110,90,90,130,130,250,100,70,60,90,0,20,0,10,10,10,110,20,50,120,150,70,130,60,80,90,50,50,80,90,170,90,50,90,20,0,0,0,10,10,10,50,90,90,60,60,50,210,280,80,110,270,290,160,100,70,60,20,0,10,40,0,40,60,10,90,100,20,80,100,160,30,160,90,90,80,20,150,70,110,10]},{"name":"Search","color":"#F5BD25","values":[50,20,30,60,40,90,650,120,60,60,210,190,240,330,210,130,290,210,120,100,210,120,100,90,0,20,20,30,40,90,640,130,80,180,380,170,130,250,270,340,230,100,150,140,160,40,240,80,140,10,20,0,0,10,360,80,240,320,130,270,60,330,220,140,170,150,130,430,250,250,110,70,150,70,30,0,0,0,50,100,100,250,110,170,190,70,70,160,70,40,50,310,70,80,50,60,0,60,10,0,0,30,100,160,280,240,200,190,490,190,110,220,180,240,70,210,110,80,130,40,20,10,0,40,50,30,550,120,390,230,200,320,290,250,210,140,260,80,210,330,90,480,580,230,140,110,90,0,10,110,690,240,260,340,200,180,210,70,170,160,80,150,60,320,280,190,180,120]},{"name":"Other","color":"#F79E39","values":[30,80,20,10,20,70,100,160,170,180,160,240,150,190,240,210,180,160,220,160,210,120,130,130,60,30,0,0,0,50,150,220,170,220,180,200,240,190,230,240,230,250,300,120,180,110,170,90,80,50,0,0,10,50,160,230,150,220,180,260,180,210,170,320,160,160,230,210,270,210,200,100,50,30,10,10,20,60,70,140,180,180,360,270,330,270,180,210,320,200,280,180,200,100,170,140,120,80,30,20,0,40,60,150,250,250,280,250,280,270,210,180,280,130,230,270,230,260,270,100,30,10,20,0,30,80,100,180,210,170,140,230,170,240,250,240,340,210,250,240,180,160,110,90,70,0,10,20,10,100,130,90,130,210,280,280,240,220,230,150,130,160,230,290,240,180,210,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,10,0,0,0,0,10,0,0,10,10,30,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,20,20,20,0,30,0,0,0,20,0,10,10,0,0,0,0,10,0,20,0,10,0,0,10,30,10,0,0,20,40,0,10,30,0,0,0,0,0,0,0,0,20,20,20,0,10,10,30,0,0,10,10,10,30,0,10,0,10,0,0,0,0,0,0,0,10,10,20,0,20,10,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,10,20,0,0,0,40,10,0,0,0,0,0,0,0,0,0,0,20,10,10,20,0,10,0,0,30,30,10,0,0,10,0,0,20,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/26.json b/dist/chartDummyData/views_zoom/2018-08/26.json new file mode 100644 index 000000000..01ad96db3 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/26.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1534982400000,1534986000000,1534989600000,1534993200000,1534996800000,1535000400000,1535004000000,1535007600000,1535011200000,1535014800000,1535018400000,1535022000000,1535025600000,1535029200000,1535032800000,1535036400000,1535040000000,1535043600000,1535047200000,1535050800000,1535054400000,1535058000000,1535061600000,1535065200000,1535068800000,1535072400000,1535076000000,1535079600000,1535083200000,1535086800000,1535090400000,1535094000000,1535097600000,1535101200000,1535104800000,1535108400000,1535112000000,1535115600000,1535119200000,1535122800000,1535126400000,1535130000000,1535133600000,1535137200000,1535140800000,1535144400000,1535148000000,1535151600000,1535155200000,1535158800000,1535162400000,1535166000000,1535169600000,1535173200000,1535176800000,1535180400000,1535184000000,1535187600000,1535191200000,1535194800000,1535198400000,1535202000000,1535205600000,1535209200000,1535212800000,1535216400000,1535220000000,1535223600000,1535227200000,1535230800000,1535234400000,1535238000000,1535241600000,1535245200000,1535248800000,1535252400000,1535256000000,1535259600000,1535263200000,1535266800000,1535270400000,1535274000000,1535277600000,1535281200000,1535284800000,1535288400000,1535292000000,1535295600000,1535299200000,1535302800000,1535306400000,1535310000000,1535313600000,1535317200000,1535320800000,1535324400000,1535328000000,1535331600000,1535335200000,1535338800000,1535342400000,1535346000000,1535349600000,1535353200000,1535356800000,1535360400000,1535364000000,1535367600000,1535371200000,1535374800000,1535378400000,1535382000000,1535385600000,1535389200000,1535392800000,1535396400000,1535400000000,1535403600000,1535407200000,1535410800000,1535414400000,1535418000000,1535421600000,1535425200000,1535428800000,1535432400000,1535436000000,1535439600000,1535443200000,1535446800000,1535450400000,1535454000000,1535457600000,1535461200000,1535464800000,1535468400000,1535472000000,1535475600000,1535479200000,1535482800000,1535486400000,1535490000000,1535493600000,1535497200000,1535500800000,1535504400000,1535508000000,1535511600000,1535515200000,1535518800000,1535522400000,1535526000000,1535529600000,1535533200000,1535536800000,1535540400000,1535544000000,1535547600000,1535551200000,1535554800000,1535558400000,1535562000000,1535565600000,1535569200000,1535572800000,1535576400000,1535580000000,1535583600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[510,160,20,50,90,160,860,900,1060,1470,1130,1200,1240,1410,1390,1750,1420,1350,1610,1360,1250,1190,1210,750,320,260,110,160,20,150,600,1240,1080,1620,1270,1640,1460,1900,1430,1180,1720,1630,1200,1480,1480,1360,810,680,400,340,120,20,100,100,450,630,950,1340,1020,1460,1360,1960,1280,1790,1400,1460,1530,1500,1500,1110,990,650,310,260,130,70,80,190,400,730,980,920,1570,1220,1530,1550,1060,1160,1940,1950,1890,1420,1230,1370,1030,1150,430,170,100,70,50,440,360,870,1040,1170,1190,1360,1300,1270,1420,2060,2110,1500,1510,1690,1270,1590,1050,1030,170,240,70,80,90,230,640,780,990,1290,1720,1560,1630,1430,1120,1340,1470,1760,1540,1340,1570,1180,850,820,510,150,80,40,100,530,570,600,980,1140,1680,1170,1380,1540,1340,1290,1190,1510,1470,1630,1740,1350,1230,570]},{"name":"URL","color":"#2373DB","values":[190,130,20,0,20,30,170,250,490,850,820,850,950,790,940,850,1080,1150,1200,1210,710,800,470,300,180,180,30,0,10,180,210,380,620,710,840,940,720,680,860,980,1330,1110,960,930,680,590,490,330,170,160,140,40,0,40,100,320,510,660,680,830,840,920,980,750,1060,840,1140,760,690,680,450,410,210,120,60,70,30,20,170,210,440,610,770,680,820,640,680,740,840,850,920,860,690,810,490,350,240,90,20,70,40,90,330,390,540,870,1180,810,1040,1010,810,1100,1230,1290,1160,1080,650,690,450,240,270,30,50,20,0,80,280,470,760,1040,880,850,770,930,1040,840,1320,1100,1250,1080,870,750,640,210,160,40,90,70,30,80,290,390,690,760,930,800,1130,960,900,1230,1160,1540,1250,1340,1210,630,730,310]},{"name":"Groups","color":"#9ED448","values":[630,280,140,50,50,170,400,670,970,870,870,1060,1060,1360,1940,1150,1130,740,1010,1970,1290,1540,1490,1070,530,130,130,150,110,110,370,790,730,1020,1310,960,1140,1070,670,860,1140,1050,1250,1130,1270,1530,1100,830,410,690,150,10,50,120,290,420,730,690,1040,860,1410,870,870,650,960,950,1030,1250,1220,1240,1140,750,470,340,190,140,90,130,160,570,580,1020,880,1200,1160,1140,870,1000,1130,920,970,1180,1900,1600,1470,1080,480,240,80,30,60,130,460,470,790,860,840,940,960,1120,1090,730,960,1100,990,1300,1740,1460,1720,990,320,350,80,80,70,200,420,740,660,1030,1100,1000,1000,1080,850,1020,830,860,1320,1460,1440,1810,1290,720,250,140,80,70,80,120,510,520,990,820,880,1140,1000,1260,1000,790,680,940,1110,1580,1440,1780,1450,900]},{"name":"Channel","color":"#4fae4e","values":[50,10,10,0,0,20,10,50,110,100,120,80,140,50,90,100,90,90,70,70,160,110,90,70,50,10,20,10,10,10,40,40,120,50,60,120,60,70,100,110,100,110,90,60,90,120,80,30,40,60,30,0,0,0,0,40,40,80,50,60,130,110,60,110,90,90,130,130,250,100,70,60,90,0,20,0,10,10,10,110,20,50,120,150,70,130,60,80,90,50,50,80,90,170,90,50,90,20,0,0,0,10,10,10,50,90,90,60,60,50,210,280,80,110,270,290,160,100,70,60,20,0,10,40,0,40,60,10,90,100,20,80,100,160,30,160,90,90,80,20,150,70,110,10,80,0,40,10,10,60,130,50,90,50,70,90,150,130,150,50,60,30,210,90,100,130,80,80]},{"name":"Search","color":"#F5BD25","values":[0,20,20,30,40,90,640,130,80,180,380,170,130,250,270,340,230,100,150,140,160,40,240,80,140,10,20,0,0,10,360,80,240,320,130,270,60,330,220,140,170,150,130,430,250,250,110,70,150,70,30,0,0,0,50,100,100,250,110,170,190,70,70,160,70,40,50,310,70,80,50,60,0,60,10,0,0,30,100,160,280,240,200,190,490,190,110,220,180,240,70,210,110,80,130,40,20,10,0,40,50,30,550,120,390,230,200,320,290,250,210,140,260,80,210,330,90,480,580,230,140,110,90,0,10,110,690,240,260,340,200,180,210,70,170,160,80,150,60,320,280,190,180,120,20,20,20,10,20,140,90,550,260,120,120,240,380,100,450,120,70,50,200,250,50,360,170,130]},{"name":"Other","color":"#F79E39","values":[60,30,0,0,0,50,150,220,170,220,180,200,240,190,230,240,230,250,300,120,180,110,170,90,80,50,0,0,10,50,160,230,150,220,180,260,180,210,170,320,160,160,230,210,270,210,200,100,50,30,10,10,20,60,70,140,180,180,360,270,330,270,180,210,320,200,280,180,200,100,170,140,120,80,30,20,0,40,60,150,250,250,280,250,280,270,210,180,280,130,230,270,230,260,270,100,30,10,20,0,30,80,100,180,210,170,140,230,170,240,250,240,340,210,250,240,180,160,110,90,70,0,10,20,10,100,130,90,130,210,280,280,240,220,230,150,130,160,230,290,240,180,210,80,40,20,10,0,20,130,20,190,200,150,210,270,210,150,150,220,140,290,160,300,210,220,150,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,10,0,0,10,20,20,20,0,30,0,0,0,20,0,10,10,0,0,0,0,10,0,20,0,10,0,0,10,30,10,0,0,20,40,0,10,30,0,0,0,0,0,0,0,0,20,20,20,0,10,10,30,0,0,10,10,10,30,0,10,0,10,0,0,0,0,0,0,0,10,10,20,0,20,10,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,10,20,0,0,0,40,10,0,0,0,0,0,0,0,0,0,0,20,10,10,20,0,10,0,0,30,30,10,0,0,10,0,0,20,10,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,10,60,20,0,10,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/27.json b/dist/chartDummyData/views_zoom/2018-08/27.json new file mode 100644 index 000000000..fc8c136f5 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/27.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1535068800000,1535072400000,1535076000000,1535079600000,1535083200000,1535086800000,1535090400000,1535094000000,1535097600000,1535101200000,1535104800000,1535108400000,1535112000000,1535115600000,1535119200000,1535122800000,1535126400000,1535130000000,1535133600000,1535137200000,1535140800000,1535144400000,1535148000000,1535151600000,1535155200000,1535158800000,1535162400000,1535166000000,1535169600000,1535173200000,1535176800000,1535180400000,1535184000000,1535187600000,1535191200000,1535194800000,1535198400000,1535202000000,1535205600000,1535209200000,1535212800000,1535216400000,1535220000000,1535223600000,1535227200000,1535230800000,1535234400000,1535238000000,1535241600000,1535245200000,1535248800000,1535252400000,1535256000000,1535259600000,1535263200000,1535266800000,1535270400000,1535274000000,1535277600000,1535281200000,1535284800000,1535288400000,1535292000000,1535295600000,1535299200000,1535302800000,1535306400000,1535310000000,1535313600000,1535317200000,1535320800000,1535324400000,1535328000000,1535331600000,1535335200000,1535338800000,1535342400000,1535346000000,1535349600000,1535353200000,1535356800000,1535360400000,1535364000000,1535367600000,1535371200000,1535374800000,1535378400000,1535382000000,1535385600000,1535389200000,1535392800000,1535396400000,1535400000000,1535403600000,1535407200000,1535410800000,1535414400000,1535418000000,1535421600000,1535425200000,1535428800000,1535432400000,1535436000000,1535439600000,1535443200000,1535446800000,1535450400000,1535454000000,1535457600000,1535461200000,1535464800000,1535468400000,1535472000000,1535475600000,1535479200000,1535482800000,1535486400000,1535490000000,1535493600000,1535497200000,1535500800000,1535504400000,1535508000000,1535511600000,1535515200000,1535518800000,1535522400000,1535526000000,1535529600000,1535533200000,1535536800000,1535540400000,1535544000000,1535547600000,1535551200000,1535554800000,1535558400000,1535562000000,1535565600000,1535569200000,1535572800000,1535576400000,1535580000000,1535583600000,1535587200000,1535590800000,1535594400000,1535598000000,1535601600000,1535605200000,1535608800000,1535612400000,1535616000000,1535619600000,1535623200000,1535626800000,1535630400000,1535634000000,1535637600000,1535641200000,1535644800000,1535648400000,1535652000000,1535655600000,1535659200000,1535662800000,1535666400000,1535670000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[320,260,110,160,20,150,600,1240,1080,1620,1270,1640,1460,1900,1430,1180,1720,1630,1200,1480,1480,1360,810,680,400,340,120,20,100,100,450,630,950,1340,1020,1460,1360,1960,1280,1790,1400,1460,1530,1500,1500,1110,990,650,310,260,130,70,80,190,400,730,980,920,1570,1220,1530,1550,1060,1160,1940,1950,1890,1420,1230,1370,1030,1150,430,170,100,70,50,440,360,870,1040,1170,1190,1360,1300,1270,1420,2060,2110,1500,1510,1690,1270,1590,1050,1030,170,240,70,80,90,230,640,780,990,1290,1720,1560,1630,1430,1120,1340,1470,1760,1540,1340,1570,1180,850,820,510,150,80,40,100,530,570,600,980,1140,1680,1170,1380,1540,1340,1290,1190,1510,1470,1630,1740,1350,1230,570,420,80,140,90,60,160,450,880,1040,1360,1750,1290,1440,1190,1130,1200,1590,1590,1420,1460,1530,1330,920,670]},{"name":"URL","color":"#2373DB","values":[180,180,30,0,10,180,210,380,620,710,840,940,720,680,860,980,1330,1110,960,930,680,590,490,330,170,160,140,40,0,40,100,320,510,660,680,830,840,920,980,750,1060,840,1140,760,690,680,450,410,210,120,60,70,30,20,170,210,440,610,770,680,820,640,680,740,840,850,920,860,690,810,490,350,240,90,20,70,40,90,330,390,540,870,1180,810,1040,1010,810,1100,1230,1290,1160,1080,650,690,450,240,270,30,50,20,0,80,280,470,760,1040,880,850,770,930,1040,840,1320,1100,1250,1080,870,750,640,210,160,40,90,70,30,80,290,390,690,760,930,800,1130,960,900,1230,1160,1540,1250,1340,1210,630,730,310,90,10,50,10,20,130,300,650,710,1210,950,1010,1040,810,1030,990,1220,1490,1220,1000,820,960,630,450]},{"name":"Groups","color":"#9ED448","values":[530,130,130,150,110,110,370,790,730,1020,1310,960,1140,1070,670,860,1140,1050,1250,1130,1270,1530,1100,830,410,690,150,10,50,120,290,420,730,690,1040,860,1410,870,870,650,960,950,1030,1250,1220,1240,1140,750,470,340,190,140,90,130,160,570,580,1020,880,1200,1160,1140,870,1000,1130,920,970,1180,1900,1600,1470,1080,480,240,80,30,60,130,460,470,790,860,840,940,960,1120,1090,730,960,1100,990,1300,1740,1460,1720,990,320,350,80,80,70,200,420,740,660,1030,1100,1000,1000,1080,850,1020,830,860,1320,1460,1440,1810,1290,720,250,140,80,70,80,120,510,520,990,820,880,1140,1000,1260,1000,790,680,940,1110,1580,1440,1780,1450,900,380,160,70,30,110,240,740,810,760,960,960,1220,970,960,840,880,730,1070,1020,1160,1410,1700,1640,990]},{"name":"Channel","color":"#4fae4e","values":[50,10,20,10,10,10,40,40,120,50,60,120,60,70,100,110,100,110,90,60,90,120,80,30,40,60,30,0,0,0,0,40,40,80,50,60,130,110,60,110,90,90,130,130,250,100,70,60,90,0,20,0,10,10,10,110,20,50,120,150,70,130,60,80,90,50,50,80,90,170,90,50,90,20,0,0,0,10,10,10,50,90,90,60,60,50,210,280,80,110,270,290,160,100,70,60,20,0,10,40,0,40,60,10,90,100,20,80,100,160,30,160,90,90,80,20,150,70,110,10,80,0,40,10,10,60,130,50,90,50,70,90,150,130,150,50,60,30,210,90,100,130,80,80,50,10,0,0,10,10,10,80,60,110,80,50,60,90,50,20,110,120,220,80,30,80,80,20]},{"name":"Search","color":"#F5BD25","values":[140,10,20,0,0,10,360,80,240,320,130,270,60,330,220,140,170,150,130,430,250,250,110,70,150,70,30,0,0,0,50,100,100,250,110,170,190,70,70,160,70,40,50,310,70,80,50,60,0,60,10,0,0,30,100,160,280,240,200,190,490,190,110,220,180,240,70,210,110,80,130,40,20,10,0,40,50,30,550,120,390,230,200,320,290,250,210,140,260,80,210,330,90,480,580,230,140,110,90,0,10,110,690,240,260,340,200,180,210,70,170,160,80,150,60,320,280,190,180,120,20,20,20,10,20,140,90,550,260,120,120,240,380,100,450,120,70,50,200,250,50,360,170,130,20,10,10,10,10,70,700,280,100,120,150,120,160,90,90,120,70,150,240,120,70,140,150,30]},{"name":"Other","color":"#F79E39","values":[80,50,0,0,10,50,160,230,150,220,180,260,180,210,170,320,160,160,230,210,270,210,200,100,50,30,10,10,20,60,70,140,180,180,360,270,330,270,180,210,320,200,280,180,200,100,170,140,120,80,30,20,0,40,60,150,250,250,280,250,280,270,210,180,280,130,230,270,230,260,270,100,30,10,20,0,30,80,100,180,210,170,140,230,170,240,250,240,340,210,250,240,180,160,110,90,70,0,10,20,10,100,130,90,130,210,280,280,240,220,230,150,130,160,230,290,240,180,210,80,40,20,10,0,20,130,20,190,200,150,210,270,210,150,150,220,140,290,160,300,210,220,150,80,60,10,10,10,30,100,90,200,190,210,170,250,150,260,280,120,240,260,190,410,210,250,110,90]},{"name":"PM","color":"#E65850","values":[10,10,0,0,0,0,10,0,20,0,10,0,0,10,30,10,0,0,20,40,0,10,30,0,0,0,0,0,0,0,0,20,20,20,0,10,10,30,0,0,10,10,10,30,0,10,0,10,0,0,0,0,0,0,0,10,10,20,0,20,10,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,10,20,0,0,0,40,10,0,0,0,0,0,0,0,0,0,0,20,10,10,20,0,10,0,0,30,30,10,0,0,10,0,0,20,10,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,10,60,20,0,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,10,0,0,0,30,0,0,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/28.json b/dist/chartDummyData/views_zoom/2018-08/28.json new file mode 100644 index 000000000..7135e5819 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/28.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1535155200000,1535158800000,1535162400000,1535166000000,1535169600000,1535173200000,1535176800000,1535180400000,1535184000000,1535187600000,1535191200000,1535194800000,1535198400000,1535202000000,1535205600000,1535209200000,1535212800000,1535216400000,1535220000000,1535223600000,1535227200000,1535230800000,1535234400000,1535238000000,1535241600000,1535245200000,1535248800000,1535252400000,1535256000000,1535259600000,1535263200000,1535266800000,1535270400000,1535274000000,1535277600000,1535281200000,1535284800000,1535288400000,1535292000000,1535295600000,1535299200000,1535302800000,1535306400000,1535310000000,1535313600000,1535317200000,1535320800000,1535324400000,1535328000000,1535331600000,1535335200000,1535338800000,1535342400000,1535346000000,1535349600000,1535353200000,1535356800000,1535360400000,1535364000000,1535367600000,1535371200000,1535374800000,1535378400000,1535382000000,1535385600000,1535389200000,1535392800000,1535396400000,1535400000000,1535403600000,1535407200000,1535410800000,1535414400000,1535418000000,1535421600000,1535425200000,1535428800000,1535432400000,1535436000000,1535439600000,1535443200000,1535446800000,1535450400000,1535454000000,1535457600000,1535461200000,1535464800000,1535468400000,1535472000000,1535475600000,1535479200000,1535482800000,1535486400000,1535490000000,1535493600000,1535497200000,1535500800000,1535504400000,1535508000000,1535511600000,1535515200000,1535518800000,1535522400000,1535526000000,1535529600000,1535533200000,1535536800000,1535540400000,1535544000000,1535547600000,1535551200000,1535554800000,1535558400000,1535562000000,1535565600000,1535569200000,1535572800000,1535576400000,1535580000000,1535583600000,1535587200000,1535590800000,1535594400000,1535598000000,1535601600000,1535605200000,1535608800000,1535612400000,1535616000000,1535619600000,1535623200000,1535626800000,1535630400000,1535634000000,1535637600000,1535641200000,1535644800000,1535648400000,1535652000000,1535655600000,1535659200000,1535662800000,1535666400000,1535670000000,1535673600000,1535677200000,1535680800000,1535684400000,1535688000000,1535691600000,1535695200000,1535698800000,1535702400000,1535706000000,1535709600000,1535713200000,1535716800000,1535720400000,1535724000000,1535727600000,1535731200000,1535734800000,1535738400000,1535742000000,1535745600000,1535749200000,1535752800000,1535756400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[400,340,120,20,100,100,450,630,950,1340,1020,1460,1360,1960,1280,1790,1400,1460,1530,1500,1500,1110,990,650,310,260,130,70,80,190,400,730,980,920,1570,1220,1530,1550,1060,1160,1940,1950,1890,1420,1230,1370,1030,1150,430,170,100,70,50,440,360,870,1040,1170,1190,1360,1300,1270,1420,2060,2110,1500,1510,1690,1270,1590,1050,1030,170,240,70,80,90,230,640,780,990,1290,1720,1560,1630,1430,1120,1340,1470,1760,1540,1340,1570,1180,850,820,510,150,80,40,100,530,570,600,980,1140,1680,1170,1380,1540,1340,1290,1190,1510,1470,1630,1740,1350,1230,570,420,80,140,90,60,160,450,880,1040,1360,1750,1290,1440,1190,1130,1200,1590,1590,1420,1460,1530,1330,920,670,390,120,50,0,100,180,420,760,1170,1200,1540,1500,1510,1330,1330,1370,1340,1350,1170,1440,1660,1560,870,1030]},{"name":"URL","color":"#2373DB","values":[170,160,140,40,0,40,100,320,510,660,680,830,840,920,980,750,1060,840,1140,760,690,680,450,410,210,120,60,70,30,20,170,210,440,610,770,680,820,640,680,740,840,850,920,860,690,810,490,350,240,90,20,70,40,90,330,390,540,870,1180,810,1040,1010,810,1100,1230,1290,1160,1080,650,690,450,240,270,30,50,20,0,80,280,470,760,1040,880,850,770,930,1040,840,1320,1100,1250,1080,870,750,640,210,160,40,90,70,30,80,290,390,690,760,930,800,1130,960,900,1230,1160,1540,1250,1340,1210,630,730,310,90,10,50,10,20,130,300,650,710,1210,950,1010,1040,810,1030,990,1220,1490,1220,1000,820,960,630,450,220,120,0,0,60,150,300,560,680,930,1090,870,970,970,1010,1170,1510,1170,1150,1240,1010,870,580,320]},{"name":"Groups","color":"#9ED448","values":[410,690,150,10,50,120,290,420,730,690,1040,860,1410,870,870,650,960,950,1030,1250,1220,1240,1140,750,470,340,190,140,90,130,160,570,580,1020,880,1200,1160,1140,870,1000,1130,920,970,1180,1900,1600,1470,1080,480,240,80,30,60,130,460,470,790,860,840,940,960,1120,1090,730,960,1100,990,1300,1740,1460,1720,990,320,350,80,80,70,200,420,740,660,1030,1100,1000,1000,1080,850,1020,830,860,1320,1460,1440,1810,1290,720,250,140,80,70,80,120,510,520,990,820,880,1140,1000,1260,1000,790,680,940,1110,1580,1440,1780,1450,900,380,160,70,30,110,240,740,810,760,960,960,1220,970,960,840,880,730,1070,1020,1160,1410,1700,1640,990,590,200,20,0,70,240,520,780,960,950,1060,1160,1320,1290,1000,870,1190,1220,1240,1410,1500,1170,1730,960]},{"name":"Channel","color":"#4fae4e","values":[40,60,30,0,0,0,0,40,40,80,50,60,130,110,60,110,90,90,130,130,250,100,70,60,90,0,20,0,10,10,10,110,20,50,120,150,70,130,60,80,90,50,50,80,90,170,90,50,90,20,0,0,0,10,10,10,50,90,90,60,60,50,210,280,80,110,270,290,160,100,70,60,20,0,10,40,0,40,60,10,90,100,20,80,100,160,30,160,90,90,80,20,150,70,110,10,80,0,40,10,10,60,130,50,90,50,70,90,150,130,150,50,60,30,210,90,100,130,80,80,50,10,0,0,10,10,10,80,60,110,80,50,60,90,50,20,110,120,220,80,30,80,80,20,70,30,0,0,0,10,0,50,70,40,80,50,60,40,90,70,130,130,150,50,150,50,90,0]},{"name":"Search","color":"#F5BD25","values":[150,70,30,0,0,0,50,100,100,250,110,170,190,70,70,160,70,40,50,310,70,80,50,60,0,60,10,0,0,30,100,160,280,240,200,190,490,190,110,220,180,240,70,210,110,80,130,40,20,10,0,40,50,30,550,120,390,230,200,320,290,250,210,140,260,80,210,330,90,480,580,230,140,110,90,0,10,110,690,240,260,340,200,180,210,70,170,160,80,150,60,320,280,190,180,120,20,20,20,10,20,140,90,550,260,120,120,240,380,100,450,120,70,50,200,250,50,360,170,130,20,10,10,10,10,70,700,280,100,120,150,120,160,90,90,120,70,150,240,120,70,140,150,30,30,10,0,0,70,120,30,570,120,130,80,230,140,100,160,190,140,140,120,230,190,150,100,80]},{"name":"Other","color":"#F79E39","values":[50,30,10,10,20,60,70,140,180,180,360,270,330,270,180,210,320,200,280,180,200,100,170,140,120,80,30,20,0,40,60,150,250,250,280,250,280,270,210,180,280,130,230,270,230,260,270,100,30,10,20,0,30,80,100,180,210,170,140,230,170,240,250,240,340,210,250,240,180,160,110,90,70,0,10,20,10,100,130,90,130,210,280,280,240,220,230,150,130,160,230,290,240,180,210,80,40,20,10,0,20,130,20,190,200,150,210,270,210,150,150,220,140,290,160,300,210,220,150,80,60,10,10,10,30,100,90,200,190,210,170,250,150,260,280,120,240,260,190,410,210,250,110,90,50,20,10,0,0,100,60,180,200,280,140,260,340,270,190,160,270,260,300,270,220,240,270,40]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,20,20,20,0,10,10,30,0,0,10,10,10,30,0,10,0,10,0,0,0,0,0,0,0,10,10,20,0,20,10,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,10,20,0,0,0,40,10,0,0,0,0,0,0,0,0,0,0,20,10,10,20,0,10,0,0,30,30,10,0,0,10,0,0,20,10,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,10,60,20,0,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,10,0,0,0,30,0,0,0,0,10,0,0,0,0,0,10,0,0,0,0,0,0,10,0,0,10,0,10,20,0,0,20,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/29.json b/dist/chartDummyData/views_zoom/2018-08/29.json new file mode 100644 index 000000000..d7cd1adb9 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/29.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1535241600000,1535245200000,1535248800000,1535252400000,1535256000000,1535259600000,1535263200000,1535266800000,1535270400000,1535274000000,1535277600000,1535281200000,1535284800000,1535288400000,1535292000000,1535295600000,1535299200000,1535302800000,1535306400000,1535310000000,1535313600000,1535317200000,1535320800000,1535324400000,1535328000000,1535331600000,1535335200000,1535338800000,1535342400000,1535346000000,1535349600000,1535353200000,1535356800000,1535360400000,1535364000000,1535367600000,1535371200000,1535374800000,1535378400000,1535382000000,1535385600000,1535389200000,1535392800000,1535396400000,1535400000000,1535403600000,1535407200000,1535410800000,1535414400000,1535418000000,1535421600000,1535425200000,1535428800000,1535432400000,1535436000000,1535439600000,1535443200000,1535446800000,1535450400000,1535454000000,1535457600000,1535461200000,1535464800000,1535468400000,1535472000000,1535475600000,1535479200000,1535482800000,1535486400000,1535490000000,1535493600000,1535497200000,1535500800000,1535504400000,1535508000000,1535511600000,1535515200000,1535518800000,1535522400000,1535526000000,1535529600000,1535533200000,1535536800000,1535540400000,1535544000000,1535547600000,1535551200000,1535554800000,1535558400000,1535562000000,1535565600000,1535569200000,1535572800000,1535576400000,1535580000000,1535583600000,1535587200000,1535590800000,1535594400000,1535598000000,1535601600000,1535605200000,1535608800000,1535612400000,1535616000000,1535619600000,1535623200000,1535626800000,1535630400000,1535634000000,1535637600000,1535641200000,1535644800000,1535648400000,1535652000000,1535655600000,1535659200000,1535662800000,1535666400000,1535670000000,1535673600000,1535677200000,1535680800000,1535684400000,1535688000000,1535691600000,1535695200000,1535698800000,1535702400000,1535706000000,1535709600000,1535713200000,1535716800000,1535720400000,1535724000000,1535727600000,1535731200000,1535734800000,1535738400000,1535742000000,1535745600000,1535749200000,1535752800000,1535756400000,1535760000000,1535763600000,1535767200000,1535770800000,1535774400000,1535778000000,1535781600000,1535785200000,1535788800000,1535792400000,1535796000000,1535799600000,1535803200000,1535806800000,1535810400000,1535814000000,1535817600000,1535821200000,1535824800000,1535828400000,1535832000000,1535835600000,1535839200000,1535842800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[310,260,130,70,80,190,400,730,980,920,1570,1220,1530,1550,1060,1160,1940,1950,1890,1420,1230,1370,1030,1150,430,170,100,70,50,440,360,870,1040,1170,1190,1360,1300,1270,1420,2060,2110,1500,1510,1690,1270,1590,1050,1030,170,240,70,80,90,230,640,780,990,1290,1720,1560,1630,1430,1120,1340,1470,1760,1540,1340,1570,1180,850,820,510,150,80,40,100,530,570,600,980,1140,1680,1170,1380,1540,1340,1290,1190,1510,1470,1630,1740,1350,1230,570,420,80,140,90,60,160,450,880,1040,1360,1750,1290,1440,1190,1130,1200,1590,1590,1420,1460,1530,1330,920,670,390,120,50,0,100,180,420,760,1170,1200,1540,1500,1510,1330,1330,1370,1340,1350,1170,1440,1660,1560,870,1030,430,230,100,100,60,260,430,720,840,1110,1590,1320,1540,1450,1570,1250,1660,1430,1550,1390,970,1130,1020,1010]},{"name":"URL","color":"#2373DB","values":[210,120,60,70,30,20,170,210,440,610,770,680,820,640,680,740,840,850,920,860,690,810,490,350,240,90,20,70,40,90,330,390,540,870,1180,810,1040,1010,810,1100,1230,1290,1160,1080,650,690,450,240,270,30,50,20,0,80,280,470,760,1040,880,850,770,930,1040,840,1320,1100,1250,1080,870,750,640,210,160,40,90,70,30,80,290,390,690,760,930,800,1130,960,900,1230,1160,1540,1250,1340,1210,630,730,310,90,10,50,10,20,130,300,650,710,1210,950,1010,1040,810,1030,990,1220,1490,1220,1000,820,960,630,450,220,120,0,0,60,150,300,560,680,930,1090,870,970,970,1010,1170,1510,1170,1150,1240,1010,870,580,320,130,60,40,60,20,20,140,440,700,910,1100,930,1150,810,860,970,1330,1360,1200,1090,900,710,620,430]},{"name":"Groups","color":"#9ED448","values":[470,340,190,140,90,130,160,570,580,1020,880,1200,1160,1140,870,1000,1130,920,970,1180,1900,1600,1470,1080,480,240,80,30,60,130,460,470,790,860,840,940,960,1120,1090,730,960,1100,990,1300,1740,1460,1720,990,320,350,80,80,70,200,420,740,660,1030,1100,1000,1000,1080,850,1020,830,860,1320,1460,1440,1810,1290,720,250,140,80,70,80,120,510,520,990,820,880,1140,1000,1260,1000,790,680,940,1110,1580,1440,1780,1450,900,380,160,70,30,110,240,740,810,760,960,960,1220,970,960,840,880,730,1070,1020,1160,1410,1700,1640,990,590,200,20,0,70,240,520,780,960,950,1060,1160,1320,1290,1000,870,1190,1220,1240,1410,1500,1170,1730,960,440,180,90,210,90,100,280,560,620,740,750,980,1040,1110,930,880,920,800,710,1240,1280,1330,1460,1180]},{"name":"Channel","color":"#4fae4e","values":[90,0,20,0,10,10,10,110,20,50,120,150,70,130,60,80,90,50,50,80,90,170,90,50,90,20,0,0,0,10,10,10,50,90,90,60,60,50,210,280,80,110,270,290,160,100,70,60,20,0,10,40,0,40,60,10,90,100,20,80,100,160,30,160,90,90,80,20,150,70,110,10,80,0,40,10,10,60,130,50,90,50,70,90,150,130,150,50,60,30,210,90,100,130,80,80,50,10,0,0,10,10,10,80,60,110,80,50,60,90,50,20,110,120,220,80,30,80,80,20,70,30,0,0,0,10,0,50,70,40,80,50,60,40,90,70,130,130,150,50,150,50,90,0,70,10,0,10,10,20,90,60,60,40,120,130,90,140,120,90,120,110,120,110,100,150,40,30]},{"name":"Search","color":"#F5BD25","values":[0,60,10,0,0,30,100,160,280,240,200,190,490,190,110,220,180,240,70,210,110,80,130,40,20,10,0,40,50,30,550,120,390,230,200,320,290,250,210,140,260,80,210,330,90,480,580,230,140,110,90,0,10,110,690,240,260,340,200,180,210,70,170,160,80,150,60,320,280,190,180,120,20,20,20,10,20,140,90,550,260,120,120,240,380,100,450,120,70,50,200,250,50,360,170,130,20,10,10,10,10,70,700,280,100,120,150,120,160,90,90,120,70,150,240,120,70,140,150,30,30,10,0,0,70,120,30,570,120,130,80,230,140,100,160,190,140,140,120,230,190,150,100,80,70,140,0,0,10,30,510,210,90,480,200,140,350,80,30,190,110,110,90,210,110,210,60,40]},{"name":"Other","color":"#F79E39","values":[120,80,30,20,0,40,60,150,250,250,280,250,280,270,210,180,280,130,230,270,230,260,270,100,30,10,20,0,30,80,100,180,210,170,140,230,170,240,250,240,340,210,250,240,180,160,110,90,70,0,10,20,10,100,130,90,130,210,280,280,240,220,230,150,130,160,230,290,240,180,210,80,40,20,10,0,20,130,20,190,200,150,210,270,210,150,150,220,140,290,160,300,210,220,150,80,60,10,10,10,30,100,90,200,190,210,170,250,150,260,280,120,240,260,190,410,210,250,110,90,50,20,10,0,0,100,60,180,200,280,140,260,340,270,190,160,270,260,300,270,220,240,270,40,70,10,0,0,10,30,180,120,230,160,160,230,170,310,120,180,250,160,180,110,180,180,100,90]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,10,20,0,20,10,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,10,20,0,0,0,40,10,0,0,0,0,0,0,0,0,0,0,20,10,10,20,0,10,0,0,30,30,10,0,0,10,0,0,20,10,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,10,60,20,0,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,10,0,0,0,30,0,0,0,0,10,0,0,0,0,0,10,0,0,0,0,0,0,10,0,0,10,0,10,20,0,0,20,0,0,10,10,0,0,0,0,10,10,0,0,40,0,10,20,20,10,10,0,30,20,20,10,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/30.json b/dist/chartDummyData/views_zoom/2018-08/30.json new file mode 100644 index 000000000..7bf6b3a6a --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/30.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1535328000000,1535331600000,1535335200000,1535338800000,1535342400000,1535346000000,1535349600000,1535353200000,1535356800000,1535360400000,1535364000000,1535367600000,1535371200000,1535374800000,1535378400000,1535382000000,1535385600000,1535389200000,1535392800000,1535396400000,1535400000000,1535403600000,1535407200000,1535410800000,1535414400000,1535418000000,1535421600000,1535425200000,1535428800000,1535432400000,1535436000000,1535439600000,1535443200000,1535446800000,1535450400000,1535454000000,1535457600000,1535461200000,1535464800000,1535468400000,1535472000000,1535475600000,1535479200000,1535482800000,1535486400000,1535490000000,1535493600000,1535497200000,1535500800000,1535504400000,1535508000000,1535511600000,1535515200000,1535518800000,1535522400000,1535526000000,1535529600000,1535533200000,1535536800000,1535540400000,1535544000000,1535547600000,1535551200000,1535554800000,1535558400000,1535562000000,1535565600000,1535569200000,1535572800000,1535576400000,1535580000000,1535583600000,1535587200000,1535590800000,1535594400000,1535598000000,1535601600000,1535605200000,1535608800000,1535612400000,1535616000000,1535619600000,1535623200000,1535626800000,1535630400000,1535634000000,1535637600000,1535641200000,1535644800000,1535648400000,1535652000000,1535655600000,1535659200000,1535662800000,1535666400000,1535670000000,1535673600000,1535677200000,1535680800000,1535684400000,1535688000000,1535691600000,1535695200000,1535698800000,1535702400000,1535706000000,1535709600000,1535713200000,1535716800000,1535720400000,1535724000000,1535727600000,1535731200000,1535734800000,1535738400000,1535742000000,1535745600000,1535749200000,1535752800000,1535756400000,1535760000000,1535763600000,1535767200000,1535770800000,1535774400000,1535778000000,1535781600000,1535785200000,1535788800000,1535792400000,1535796000000,1535799600000,1535803200000,1535806800000,1535810400000,1535814000000,1535817600000,1535821200000,1535824800000,1535828400000,1535832000000,1535835600000,1535839200000,1535842800000,1535846400000,1535850000000,1535853600000,1535857200000,1535860800000,1535864400000,1535868000000,1535871600000,1535875200000,1535878800000,1535882400000,1535886000000,1535889600000,1535893200000,1535896800000,1535900400000,1535904000000,1535907600000,1535911200000,1535914800000,1535918400000,1535922000000,1535925600000,1535929200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[430,170,100,70,50,440,360,870,1040,1170,1190,1360,1300,1270,1420,2060,2110,1500,1510,1690,1270,1590,1050,1030,170,240,70,80,90,230,640,780,990,1290,1720,1560,1630,1430,1120,1340,1470,1760,1540,1340,1570,1180,850,820,510,150,80,40,100,530,570,600,980,1140,1680,1170,1380,1540,1340,1290,1190,1510,1470,1630,1740,1350,1230,570,420,80,140,90,60,160,450,880,1040,1360,1750,1290,1440,1190,1130,1200,1590,1590,1420,1460,1530,1330,920,670,390,120,50,0,100,180,420,760,1170,1200,1540,1500,1510,1330,1330,1370,1340,1350,1170,1440,1660,1560,870,1030,430,230,100,100,60,260,430,720,840,1110,1590,1320,1540,1450,1570,1250,1660,1430,1550,1390,970,1130,1020,1010,420,260,180,40,30,110,410,630,1070,1210,1690,1330,1720,1370,1100,1440,1740,1860,1160,1520,1540,1170,1160,670]},{"name":"URL","color":"#2373DB","values":[240,90,20,70,40,90,330,390,540,870,1180,810,1040,1010,810,1100,1230,1290,1160,1080,650,690,450,240,270,30,50,20,0,80,280,470,760,1040,880,850,770,930,1040,840,1320,1100,1250,1080,870,750,640,210,160,40,90,70,30,80,290,390,690,760,930,800,1130,960,900,1230,1160,1540,1250,1340,1210,630,730,310,90,10,50,10,20,130,300,650,710,1210,950,1010,1040,810,1030,990,1220,1490,1220,1000,820,960,630,450,220,120,0,0,60,150,300,560,680,930,1090,870,970,970,1010,1170,1510,1170,1150,1240,1010,870,580,320,130,60,40,60,20,20,140,440,700,910,1100,930,1150,810,860,970,1330,1360,1200,1090,900,710,620,430,330,40,130,20,0,10,60,220,420,570,900,680,750,720,710,940,1010,910,1120,1450,870,1120,620,240]},{"name":"Groups","color":"#9ED448","values":[480,240,80,30,60,130,460,470,790,860,840,940,960,1120,1090,730,960,1100,990,1300,1740,1460,1720,990,320,350,80,80,70,200,420,740,660,1030,1100,1000,1000,1080,850,1020,830,860,1320,1460,1440,1810,1290,720,250,140,80,70,80,120,510,520,990,820,880,1140,1000,1260,1000,790,680,940,1110,1580,1440,1780,1450,900,380,160,70,30,110,240,740,810,760,960,960,1220,970,960,840,880,730,1070,1020,1160,1410,1700,1640,990,590,200,20,0,70,240,520,780,960,950,1060,1160,1320,1290,1000,870,1190,1220,1240,1410,1500,1170,1730,960,440,180,90,210,90,100,280,560,620,740,750,980,1040,1110,930,880,920,800,710,1240,1280,1330,1460,1180,480,220,110,200,120,90,210,470,770,790,980,1050,1050,1200,1140,800,1080,1200,1270,1370,1380,1710,1300,860]},{"name":"Channel","color":"#4fae4e","values":[90,20,0,0,0,10,10,10,50,90,90,60,60,50,210,280,80,110,270,290,160,100,70,60,20,0,10,40,0,40,60,10,90,100,20,80,100,160,30,160,90,90,80,20,150,70,110,10,80,0,40,10,10,60,130,50,90,50,70,90,150,130,150,50,60,30,210,90,100,130,80,80,50,10,0,0,10,10,10,80,60,110,80,50,60,90,50,20,110,120,220,80,30,80,80,20,70,30,0,0,0,10,0,50,70,40,80,50,60,40,90,70,130,130,150,50,150,50,90,0,70,10,0,10,10,20,90,60,60,40,120,130,90,140,120,90,120,110,120,110,100,150,40,30,50,20,40,20,50,40,30,40,80,100,60,60,90,120,60,200,40,150,100,250,40,60,50,40]},{"name":"Search","color":"#F5BD25","values":[20,10,0,40,50,30,550,120,390,230,200,320,290,250,210,140,260,80,210,330,90,480,580,230,140,110,90,0,10,110,690,240,260,340,200,180,210,70,170,160,80,150,60,320,280,190,180,120,20,20,20,10,20,140,90,550,260,120,120,240,380,100,450,120,70,50,200,250,50,360,170,130,20,10,10,10,10,70,700,280,100,120,150,120,160,90,90,120,70,150,240,120,70,140,150,30,30,10,0,0,70,120,30,570,120,130,80,230,140,100,160,190,140,140,120,230,190,150,100,80,70,140,0,0,10,30,510,210,90,480,200,140,350,80,30,190,110,110,90,210,110,210,60,40,100,10,0,10,30,50,220,140,90,160,140,230,420,80,310,100,80,480,70,100,90,220,300,40]},{"name":"Other","color":"#F79E39","values":[30,10,20,0,30,80,100,180,210,170,140,230,170,240,250,240,340,210,250,240,180,160,110,90,70,0,10,20,10,100,130,90,130,210,280,280,240,220,230,150,130,160,230,290,240,180,210,80,40,20,10,0,20,130,20,190,200,150,210,270,210,150,150,220,140,290,160,300,210,220,150,80,60,10,10,10,30,100,90,200,190,210,170,250,150,260,280,120,240,260,190,410,210,250,110,90,50,20,10,0,0,100,60,180,200,280,140,260,340,270,190,160,270,260,300,270,220,240,270,40,70,10,0,0,10,30,180,120,230,160,160,230,170,310,120,180,250,160,180,110,180,180,100,90,80,0,20,10,40,20,50,170,200,200,190,210,190,200,150,150,210,220,290,220,270,180,100,60]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,20,0,0,0,0,0,0,10,20,0,0,0,40,10,0,0,0,0,0,0,0,0,0,0,20,10,10,20,0,10,0,0,30,30,10,0,0,10,0,0,20,10,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,10,60,20,0,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,10,0,0,0,30,0,0,0,0,10,0,0,0,0,0,10,0,0,0,0,0,0,10,0,0,10,0,10,20,0,0,20,0,0,10,10,0,0,0,0,10,10,0,0,40,0,10,20,20,10,10,0,30,20,20,10,10,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,20,10,10,20,10,10,0,0,10,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-08/31.json b/dist/chartDummyData/views_zoom/2018-08/31.json new file mode 100644 index 000000000..92062619c --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-08/31.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1535414400000,1535418000000,1535421600000,1535425200000,1535428800000,1535432400000,1535436000000,1535439600000,1535443200000,1535446800000,1535450400000,1535454000000,1535457600000,1535461200000,1535464800000,1535468400000,1535472000000,1535475600000,1535479200000,1535482800000,1535486400000,1535490000000,1535493600000,1535497200000,1535500800000,1535504400000,1535508000000,1535511600000,1535515200000,1535518800000,1535522400000,1535526000000,1535529600000,1535533200000,1535536800000,1535540400000,1535544000000,1535547600000,1535551200000,1535554800000,1535558400000,1535562000000,1535565600000,1535569200000,1535572800000,1535576400000,1535580000000,1535583600000,1535587200000,1535590800000,1535594400000,1535598000000,1535601600000,1535605200000,1535608800000,1535612400000,1535616000000,1535619600000,1535623200000,1535626800000,1535630400000,1535634000000,1535637600000,1535641200000,1535644800000,1535648400000,1535652000000,1535655600000,1535659200000,1535662800000,1535666400000,1535670000000,1535673600000,1535677200000,1535680800000,1535684400000,1535688000000,1535691600000,1535695200000,1535698800000,1535702400000,1535706000000,1535709600000,1535713200000,1535716800000,1535720400000,1535724000000,1535727600000,1535731200000,1535734800000,1535738400000,1535742000000,1535745600000,1535749200000,1535752800000,1535756400000,1535760000000,1535763600000,1535767200000,1535770800000,1535774400000,1535778000000,1535781600000,1535785200000,1535788800000,1535792400000,1535796000000,1535799600000,1535803200000,1535806800000,1535810400000,1535814000000,1535817600000,1535821200000,1535824800000,1535828400000,1535832000000,1535835600000,1535839200000,1535842800000,1535846400000,1535850000000,1535853600000,1535857200000,1535860800000,1535864400000,1535868000000,1535871600000,1535875200000,1535878800000,1535882400000,1535886000000,1535889600000,1535893200000,1535896800000,1535900400000,1535904000000,1535907600000,1535911200000,1535914800000,1535918400000,1535922000000,1535925600000,1535929200000,1535932800000,1535936400000,1535940000000,1535943600000,1535947200000,1535950800000,1535954400000,1535958000000,1535961600000,1535965200000,1535968800000,1535972400000,1535976000000,1535979600000,1535983200000,1535986800000,1535990400000,1535994000000,1535997600000,1536001200000,1536004800000,1536008400000,1536012000000,1536015600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[170,240,70,80,90,230,640,780,990,1290,1720,1560,1630,1430,1120,1340,1470,1760,1540,1340,1570,1180,850,820,510,150,80,40,100,530,570,600,980,1140,1680,1170,1380,1540,1340,1290,1190,1510,1470,1630,1740,1350,1230,570,420,80,140,90,60,160,450,880,1040,1360,1750,1290,1440,1190,1130,1200,1590,1590,1420,1460,1530,1330,920,670,390,120,50,0,100,180,420,760,1170,1200,1540,1500,1510,1330,1330,1370,1340,1350,1170,1440,1660,1560,870,1030,430,230,100,100,60,260,430,720,840,1110,1590,1320,1540,1450,1570,1250,1660,1430,1550,1390,970,1130,1020,1010,420,260,180,40,30,110,410,630,1070,1210,1690,1330,1720,1370,1100,1440,1740,1860,1160,1520,1540,1170,1160,670,240,110,90,50,30,240,510,840,1050,1360,1280,1260,1430,1640,1620,1330,1410,1530,1330,1940,1830,1130,790,640]},{"name":"URL","color":"#2373DB","values":[270,30,50,20,0,80,280,470,760,1040,880,850,770,930,1040,840,1320,1100,1250,1080,870,750,640,210,160,40,90,70,30,80,290,390,690,760,930,800,1130,960,900,1230,1160,1540,1250,1340,1210,630,730,310,90,10,50,10,20,130,300,650,710,1210,950,1010,1040,810,1030,990,1220,1490,1220,1000,820,960,630,450,220,120,0,0,60,150,300,560,680,930,1090,870,970,970,1010,1170,1510,1170,1150,1240,1010,870,580,320,130,60,40,60,20,20,140,440,700,910,1100,930,1150,810,860,970,1330,1360,1200,1090,900,710,620,430,330,40,130,20,0,10,60,220,420,570,900,680,750,720,710,940,1010,910,1120,1450,870,1120,620,240,160,100,20,30,0,110,360,430,650,680,1080,1000,990,1010,1110,940,1260,1400,1430,1190,1070,1000,650,260]},{"name":"Groups","color":"#9ED448","values":[320,350,80,80,70,200,420,740,660,1030,1100,1000,1000,1080,850,1020,830,860,1320,1460,1440,1810,1290,720,250,140,80,70,80,120,510,520,990,820,880,1140,1000,1260,1000,790,680,940,1110,1580,1440,1780,1450,900,380,160,70,30,110,240,740,810,760,960,960,1220,970,960,840,880,730,1070,1020,1160,1410,1700,1640,990,590,200,20,0,70,240,520,780,960,950,1060,1160,1320,1290,1000,870,1190,1220,1240,1410,1500,1170,1730,960,440,180,90,210,90,100,280,560,620,740,750,980,1040,1110,930,880,920,800,710,1240,1280,1330,1460,1180,480,220,110,200,120,90,210,470,770,790,980,1050,1050,1200,1140,800,1080,1200,1270,1370,1380,1710,1300,860,370,290,100,30,170,510,610,690,840,910,850,1020,1190,970,820,930,850,1030,1310,1700,1890,1890,1560,790]},{"name":"Channel","color":"#4fae4e","values":[20,0,10,40,0,40,60,10,90,100,20,80,100,160,30,160,90,90,80,20,150,70,110,10,80,0,40,10,10,60,130,50,90,50,70,90,150,130,150,50,60,30,210,90,100,130,80,80,50,10,0,0,10,10,10,80,60,110,80,50,60,90,50,20,110,120,220,80,30,80,80,20,70,30,0,0,0,10,0,50,70,40,80,50,60,40,90,70,130,130,150,50,150,50,90,0,70,10,0,10,10,20,90,60,60,40,120,130,90,140,120,90,120,110,120,110,100,150,40,30,50,20,40,20,50,40,30,40,80,100,60,60,90,120,60,200,40,150,100,250,40,60,50,40,60,0,20,0,0,40,30,80,130,70,100,60,80,170,130,90,160,80,150,160,100,70,40,30]},{"name":"Search","color":"#F5BD25","values":[140,110,90,0,10,110,690,240,260,340,200,180,210,70,170,160,80,150,60,320,280,190,180,120,20,20,20,10,20,140,90,550,260,120,120,240,380,100,450,120,70,50,200,250,50,360,170,130,20,10,10,10,10,70,700,280,100,120,150,120,160,90,90,120,70,150,240,120,70,140,150,30,30,10,0,0,70,120,30,570,120,130,80,230,140,100,160,190,140,140,120,230,190,150,100,80,70,140,0,0,10,30,510,210,90,480,200,140,350,80,30,190,110,110,90,210,110,210,60,40,100,10,0,10,30,50,220,140,90,160,140,230,420,80,310,100,80,480,70,100,90,220,300,40,0,20,0,0,20,320,30,40,80,90,240,710,140,170,130,280,120,90,160,490,640,200,200,60]},{"name":"Other","color":"#F79E39","values":[70,0,10,20,10,100,130,90,130,210,280,280,240,220,230,150,130,160,230,290,240,180,210,80,40,20,10,0,20,130,20,190,200,150,210,270,210,150,150,220,140,290,160,300,210,220,150,80,60,10,10,10,30,100,90,200,190,210,170,250,150,260,280,120,240,260,190,410,210,250,110,90,50,20,10,0,0,100,60,180,200,280,140,260,340,270,190,160,270,260,300,270,220,240,270,40,70,10,0,0,10,30,180,120,230,160,160,230,170,310,120,180,250,160,180,110,180,180,100,90,80,0,20,10,40,20,50,170,200,200,190,210,190,200,150,150,210,220,290,220,270,180,100,60,110,40,30,10,50,60,90,200,150,250,250,250,250,180,180,220,220,240,290,220,160,260,260,90]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,20,10,10,20,0,10,0,0,30,30,10,0,0,10,0,0,20,10,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,10,60,20,0,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,10,0,0,0,30,0,0,0,0,10,0,0,0,0,0,10,0,0,0,0,0,0,10,0,0,10,0,10,20,0,0,20,0,0,10,10,0,0,0,0,10,10,0,0,40,0,10,20,20,10,10,0,30,20,20,10,10,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,20,10,10,20,10,10,0,0,10,10,0,0,0,0,0,0,0,0,30,0,0,0,10,0,0,0,0,20,10,20,0,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/01.json b/dist/chartDummyData/views_zoom/2018-09/01.json new file mode 100644 index 000000000..374b781e1 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/01.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1535500800000,1535504400000,1535508000000,1535511600000,1535515200000,1535518800000,1535522400000,1535526000000,1535529600000,1535533200000,1535536800000,1535540400000,1535544000000,1535547600000,1535551200000,1535554800000,1535558400000,1535562000000,1535565600000,1535569200000,1535572800000,1535576400000,1535580000000,1535583600000,1535587200000,1535590800000,1535594400000,1535598000000,1535601600000,1535605200000,1535608800000,1535612400000,1535616000000,1535619600000,1535623200000,1535626800000,1535630400000,1535634000000,1535637600000,1535641200000,1535644800000,1535648400000,1535652000000,1535655600000,1535659200000,1535662800000,1535666400000,1535670000000,1535673600000,1535677200000,1535680800000,1535684400000,1535688000000,1535691600000,1535695200000,1535698800000,1535702400000,1535706000000,1535709600000,1535713200000,1535716800000,1535720400000,1535724000000,1535727600000,1535731200000,1535734800000,1535738400000,1535742000000,1535745600000,1535749200000,1535752800000,1535756400000,1535760000000,1535763600000,1535767200000,1535770800000,1535774400000,1535778000000,1535781600000,1535785200000,1535788800000,1535792400000,1535796000000,1535799600000,1535803200000,1535806800000,1535810400000,1535814000000,1535817600000,1535821200000,1535824800000,1535828400000,1535832000000,1535835600000,1535839200000,1535842800000,1535846400000,1535850000000,1535853600000,1535857200000,1535860800000,1535864400000,1535868000000,1535871600000,1535875200000,1535878800000,1535882400000,1535886000000,1535889600000,1535893200000,1535896800000,1535900400000,1535904000000,1535907600000,1535911200000,1535914800000,1535918400000,1535922000000,1535925600000,1535929200000,1535932800000,1535936400000,1535940000000,1535943600000,1535947200000,1535950800000,1535954400000,1535958000000,1535961600000,1535965200000,1535968800000,1535972400000,1535976000000,1535979600000,1535983200000,1535986800000,1535990400000,1535994000000,1535997600000,1536001200000,1536004800000,1536008400000,1536012000000,1536015600000,1536019200000,1536022800000,1536026400000,1536030000000,1536033600000,1536037200000,1536040800000,1536044400000,1536048000000,1536051600000,1536055200000,1536058800000,1536062400000,1536066000000,1536069600000,1536073200000,1536076800000,1536080400000,1536084000000,1536087600000,1536091200000,1536094800000,1536098400000,1536102000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[510,150,80,40,100,530,570,600,980,1140,1680,1170,1380,1540,1340,1290,1190,1510,1470,1630,1740,1350,1230,570,420,80,140,90,60,160,450,880,1040,1360,1750,1290,1440,1190,1130,1200,1590,1590,1420,1460,1530,1330,920,670,390,120,50,0,100,180,420,760,1170,1200,1540,1500,1510,1330,1330,1370,1340,1350,1170,1440,1660,1560,870,1030,430,230,100,100,60,260,430,720,840,1110,1590,1320,1540,1450,1570,1250,1660,1430,1550,1390,970,1130,1020,1010,420,260,180,40,30,110,410,630,1070,1210,1690,1330,1720,1370,1100,1440,1740,1860,1160,1520,1540,1170,1160,670,240,110,90,50,30,240,510,840,1050,1360,1280,1260,1430,1640,1620,1330,1410,1530,1330,1940,1830,1130,790,640,270,140,20,40,90,250,1270,750,1000,1360,1460,1610,1370,1430,1580,1280,1630,1450,1840,1850,1410,1960,1210,670]},{"name":"URL","color":"#2373DB","values":[160,40,90,70,30,80,290,390,690,760,930,800,1130,960,900,1230,1160,1540,1250,1340,1210,630,730,310,90,10,50,10,20,130,300,650,710,1210,950,1010,1040,810,1030,990,1220,1490,1220,1000,820,960,630,450,220,120,0,0,60,150,300,560,680,930,1090,870,970,970,1010,1170,1510,1170,1150,1240,1010,870,580,320,130,60,40,60,20,20,140,440,700,910,1100,930,1150,810,860,970,1330,1360,1200,1090,900,710,620,430,330,40,130,20,0,10,60,220,420,570,900,680,750,720,710,940,1010,910,1120,1450,870,1120,620,240,160,100,20,30,0,110,360,430,650,680,1080,1000,990,1010,1110,940,1260,1400,1430,1190,1070,1000,650,260,60,80,20,40,130,120,410,510,1010,910,1280,990,980,1120,950,1340,1350,1200,1400,1200,1130,730,560,350]},{"name":"Groups","color":"#9ED448","values":[250,140,80,70,80,120,510,520,990,820,880,1140,1000,1260,1000,790,680,940,1110,1580,1440,1780,1450,900,380,160,70,30,110,240,740,810,760,960,960,1220,970,960,840,880,730,1070,1020,1160,1410,1700,1640,990,590,200,20,0,70,240,520,780,960,950,1060,1160,1320,1290,1000,870,1190,1220,1240,1410,1500,1170,1730,960,440,180,90,210,90,100,280,560,620,740,750,980,1040,1110,930,880,920,800,710,1240,1280,1330,1460,1180,480,220,110,200,120,90,210,470,770,790,980,1050,1050,1200,1140,800,1080,1200,1270,1370,1380,1710,1300,860,370,290,100,30,170,510,610,690,840,910,850,1020,1190,970,820,930,850,1030,1310,1700,1890,1890,1560,790,390,90,70,80,100,190,560,670,750,820,960,1220,1170,2720,890,970,920,950,1330,2040,1600,1620,1430,860]},{"name":"Channel","color":"#4fae4e","values":[80,0,40,10,10,60,130,50,90,50,70,90,150,130,150,50,60,30,210,90,100,130,80,80,50,10,0,0,10,10,10,80,60,110,80,50,60,90,50,20,110,120,220,80,30,80,80,20,70,30,0,0,0,10,0,50,70,40,80,50,60,40,90,70,130,130,150,50,150,50,90,0,70,10,0,10,10,20,90,60,60,40,120,130,90,140,120,90,120,110,120,110,100,150,40,30,50,20,40,20,50,40,30,40,80,100,60,60,90,120,60,200,40,150,100,250,40,60,50,40,60,0,20,0,0,40,30,80,130,70,100,60,80,170,130,90,160,80,150,160,100,70,40,30,20,30,60,0,10,20,40,0,80,100,50,80,120,120,130,90,50,110,80,90,160,60,70,50]},{"name":"Search","color":"#F5BD25","values":[20,20,20,10,20,140,90,550,260,120,120,240,380,100,450,120,70,50,200,250,50,360,170,130,20,10,10,10,10,70,700,280,100,120,150,120,160,90,90,120,70,150,240,120,70,140,150,30,30,10,0,0,70,120,30,570,120,130,80,230,140,100,160,190,140,140,120,230,190,150,100,80,70,140,0,0,10,30,510,210,90,480,200,140,350,80,30,190,110,110,90,210,110,210,60,40,100,10,0,10,30,50,220,140,90,160,140,230,420,80,310,100,80,480,70,100,90,220,300,40,0,20,0,0,20,320,30,40,80,90,240,710,140,170,130,280,120,90,160,490,640,200,200,60,60,20,10,0,50,130,530,10,60,200,320,100,170,110,180,60,150,220,190,140,180,210,80,10]},{"name":"Other","color":"#F79E39","values":[40,20,10,0,20,130,20,190,200,150,210,270,210,150,150,220,140,290,160,300,210,220,150,80,60,10,10,10,30,100,90,200,190,210,170,250,150,260,280,120,240,260,190,410,210,250,110,90,50,20,10,0,0,100,60,180,200,280,140,260,340,270,190,160,270,260,300,270,220,240,270,40,70,10,0,0,10,30,180,120,230,160,160,230,170,310,120,180,250,160,180,110,180,180,100,90,80,0,20,10,40,20,50,170,200,200,190,210,190,200,150,150,210,220,290,220,270,180,100,60,110,40,30,10,50,60,90,200,150,250,250,250,250,180,180,220,220,240,290,220,160,260,260,90,170,20,10,10,20,140,140,160,180,250,180,310,250,270,280,150,260,110,260,310,320,200,190,50]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,10,60,20,0,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,10,0,0,0,30,0,0,0,0,10,0,0,0,0,0,10,0,0,0,0,0,0,10,0,0,10,0,10,20,0,0,20,0,0,10,10,0,0,0,0,10,10,0,0,40,0,10,20,20,10,10,0,30,20,20,10,10,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,20,10,10,20,10,10,0,0,10,10,0,0,0,0,0,0,0,0,30,0,0,0,10,0,0,0,0,20,10,20,0,0,10,0,0,10,0,0,0,0,0,10,0,10,0,0,10,20,0,0,10,0,30,0,10,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/02.json b/dist/chartDummyData/views_zoom/2018-09/02.json new file mode 100644 index 000000000..aa3617625 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/02.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1535587200000,1535590800000,1535594400000,1535598000000,1535601600000,1535605200000,1535608800000,1535612400000,1535616000000,1535619600000,1535623200000,1535626800000,1535630400000,1535634000000,1535637600000,1535641200000,1535644800000,1535648400000,1535652000000,1535655600000,1535659200000,1535662800000,1535666400000,1535670000000,1535673600000,1535677200000,1535680800000,1535684400000,1535688000000,1535691600000,1535695200000,1535698800000,1535702400000,1535706000000,1535709600000,1535713200000,1535716800000,1535720400000,1535724000000,1535727600000,1535731200000,1535734800000,1535738400000,1535742000000,1535745600000,1535749200000,1535752800000,1535756400000,1535760000000,1535763600000,1535767200000,1535770800000,1535774400000,1535778000000,1535781600000,1535785200000,1535788800000,1535792400000,1535796000000,1535799600000,1535803200000,1535806800000,1535810400000,1535814000000,1535817600000,1535821200000,1535824800000,1535828400000,1535832000000,1535835600000,1535839200000,1535842800000,1535846400000,1535850000000,1535853600000,1535857200000,1535860800000,1535864400000,1535868000000,1535871600000,1535875200000,1535878800000,1535882400000,1535886000000,1535889600000,1535893200000,1535896800000,1535900400000,1535904000000,1535907600000,1535911200000,1535914800000,1535918400000,1535922000000,1535925600000,1535929200000,1535932800000,1535936400000,1535940000000,1535943600000,1535947200000,1535950800000,1535954400000,1535958000000,1535961600000,1535965200000,1535968800000,1535972400000,1535976000000,1535979600000,1535983200000,1535986800000,1535990400000,1535994000000,1535997600000,1536001200000,1536004800000,1536008400000,1536012000000,1536015600000,1536019200000,1536022800000,1536026400000,1536030000000,1536033600000,1536037200000,1536040800000,1536044400000,1536048000000,1536051600000,1536055200000,1536058800000,1536062400000,1536066000000,1536069600000,1536073200000,1536076800000,1536080400000,1536084000000,1536087600000,1536091200000,1536094800000,1536098400000,1536102000000,1536105600000,1536109200000,1536112800000,1536116400000,1536120000000,1536123600000,1536127200000,1536130800000,1536134400000,1536138000000,1536141600000,1536145200000,1536148800000,1536152400000,1536156000000,1536159600000,1536163200000,1536166800000,1536170400000,1536174000000,1536177600000,1536181200000,1536184800000,1536188400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[420,80,140,90,60,160,450,880,1040,1360,1750,1290,1440,1190,1130,1200,1590,1590,1420,1460,1530,1330,920,670,390,120,50,0,100,180,420,760,1170,1200,1540,1500,1510,1330,1330,1370,1340,1350,1170,1440,1660,1560,870,1030,430,230,100,100,60,260,430,720,840,1110,1590,1320,1540,1450,1570,1250,1660,1430,1550,1390,970,1130,1020,1010,420,260,180,40,30,110,410,630,1070,1210,1690,1330,1720,1370,1100,1440,1740,1860,1160,1520,1540,1170,1160,670,240,110,90,50,30,240,510,840,1050,1360,1280,1260,1430,1640,1620,1330,1410,1530,1330,1940,1830,1130,790,640,270,140,20,40,90,250,1270,750,1000,1360,1460,1610,1370,1430,1580,1280,1630,1450,1840,1850,1410,1960,1210,670,470,200,60,90,160,330,860,850,1100,1230,1260,1290,1300,1630,1190,1240,1450,1370,1430,1820,1370,1050,1010,660]},{"name":"URL","color":"#2373DB","values":[90,10,50,10,20,130,300,650,710,1210,950,1010,1040,810,1030,990,1220,1490,1220,1000,820,960,630,450,220,120,0,0,60,150,300,560,680,930,1090,870,970,970,1010,1170,1510,1170,1150,1240,1010,870,580,320,130,60,40,60,20,20,140,440,700,910,1100,930,1150,810,860,970,1330,1360,1200,1090,900,710,620,430,330,40,130,20,0,10,60,220,420,570,900,680,750,720,710,940,1010,910,1120,1450,870,1120,620,240,160,100,20,30,0,110,360,430,650,680,1080,1000,990,1010,1110,940,1260,1400,1430,1190,1070,1000,650,260,60,80,20,40,130,120,410,510,1010,910,1280,990,980,1120,950,1340,1350,1200,1400,1200,1130,730,560,350,240,60,30,20,10,120,280,600,750,1050,1170,1010,1140,1100,940,1280,1340,1480,1250,1170,1090,680,670,300]},{"name":"Groups","color":"#9ED448","values":[380,160,70,30,110,240,740,810,760,960,960,1220,970,960,840,880,730,1070,1020,1160,1410,1700,1640,990,590,200,20,0,70,240,520,780,960,950,1060,1160,1320,1290,1000,870,1190,1220,1240,1410,1500,1170,1730,960,440,180,90,210,90,100,280,560,620,740,750,980,1040,1110,930,880,920,800,710,1240,1280,1330,1460,1180,480,220,110,200,120,90,210,470,770,790,980,1050,1050,1200,1140,800,1080,1200,1270,1370,1380,1710,1300,860,370,290,100,30,170,510,610,690,840,910,850,1020,1190,970,820,930,850,1030,1310,1700,1890,1890,1560,790,390,90,70,80,100,190,560,670,750,820,960,1220,1170,2720,890,970,920,950,1330,2040,1600,1620,1430,860,850,200,90,70,250,280,590,710,860,750,1040,1340,1170,1000,1120,950,1210,1010,1300,1610,1830,1980,1270,1220]},{"name":"Channel","color":"#4fae4e","values":[50,10,0,0,10,10,10,80,60,110,80,50,60,90,50,20,110,120,220,80,30,80,80,20,70,30,0,0,0,10,0,50,70,40,80,50,60,40,90,70,130,130,150,50,150,50,90,0,70,10,0,10,10,20,90,60,60,40,120,130,90,140,120,90,120,110,120,110,100,150,40,30,50,20,40,20,50,40,30,40,80,100,60,60,90,120,60,200,40,150,100,250,40,60,50,40,60,0,20,0,0,40,30,80,130,70,100,60,80,170,130,90,160,80,150,160,100,70,40,30,20,30,60,0,10,20,40,0,80,100,50,80,120,120,130,90,50,110,80,90,160,60,70,50,60,10,0,0,40,10,30,20,90,80,50,80,120,90,40,90,120,120,60,140,80,110,30,50]},{"name":"Search","color":"#F5BD25","values":[20,10,10,10,10,70,700,280,100,120,150,120,160,90,90,120,70,150,240,120,70,140,150,30,30,10,0,0,70,120,30,570,120,130,80,230,140,100,160,190,140,140,120,230,190,150,100,80,70,140,0,0,10,30,510,210,90,480,200,140,350,80,30,190,110,110,90,210,110,210,60,40,100,10,0,10,30,50,220,140,90,160,140,230,420,80,310,100,80,480,70,100,90,220,300,40,0,20,0,0,20,320,30,40,80,90,240,710,140,170,130,280,120,90,160,490,640,200,200,60,60,20,10,0,50,130,530,10,60,200,320,100,170,110,180,60,150,220,190,140,180,210,80,10,20,10,0,0,0,110,360,270,160,180,170,180,110,130,90,70,340,100,60,130,180,130,80,70]},{"name":"Other","color":"#F79E39","values":[60,10,10,10,30,100,90,200,190,210,170,250,150,260,280,120,240,260,190,410,210,250,110,90,50,20,10,0,0,100,60,180,200,280,140,260,340,270,190,160,270,260,300,270,220,240,270,40,70,10,0,0,10,30,180,120,230,160,160,230,170,310,120,180,250,160,180,110,180,180,100,90,80,0,20,10,40,20,50,170,200,200,190,210,190,200,150,150,210,220,290,220,270,180,100,60,110,40,30,10,50,60,90,200,150,250,250,250,250,180,180,220,220,240,290,220,160,260,260,90,170,20,10,10,20,140,140,160,180,250,180,310,250,270,280,150,260,110,260,310,320,200,190,50,40,30,40,0,70,60,130,160,240,200,230,240,190,140,190,250,230,230,290,260,250,170,150,130]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,10,0,0,10,0,10,0,0,0,30,0,0,0,0,10,0,0,0,0,0,10,0,0,0,0,0,0,10,0,0,10,0,10,20,0,0,20,0,0,10,10,0,0,0,0,10,10,0,0,40,0,10,20,20,10,10,0,30,20,20,10,10,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,20,10,10,20,10,10,0,0,10,10,0,0,0,0,0,0,0,0,30,0,0,0,10,0,0,0,0,20,10,20,0,0,10,0,0,10,0,0,0,0,0,10,0,10,0,0,10,20,0,0,10,0,30,0,10,10,0,0,0,0,10,0,0,0,10,0,0,10,0,0,0,0,20,10,0,20,0,20,0,10,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/03.json b/dist/chartDummyData/views_zoom/2018-09/03.json new file mode 100644 index 000000000..324b7192b --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/03.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1535673600000,1535677200000,1535680800000,1535684400000,1535688000000,1535691600000,1535695200000,1535698800000,1535702400000,1535706000000,1535709600000,1535713200000,1535716800000,1535720400000,1535724000000,1535727600000,1535731200000,1535734800000,1535738400000,1535742000000,1535745600000,1535749200000,1535752800000,1535756400000,1535760000000,1535763600000,1535767200000,1535770800000,1535774400000,1535778000000,1535781600000,1535785200000,1535788800000,1535792400000,1535796000000,1535799600000,1535803200000,1535806800000,1535810400000,1535814000000,1535817600000,1535821200000,1535824800000,1535828400000,1535832000000,1535835600000,1535839200000,1535842800000,1535846400000,1535850000000,1535853600000,1535857200000,1535860800000,1535864400000,1535868000000,1535871600000,1535875200000,1535878800000,1535882400000,1535886000000,1535889600000,1535893200000,1535896800000,1535900400000,1535904000000,1535907600000,1535911200000,1535914800000,1535918400000,1535922000000,1535925600000,1535929200000,1535932800000,1535936400000,1535940000000,1535943600000,1535947200000,1535950800000,1535954400000,1535958000000,1535961600000,1535965200000,1535968800000,1535972400000,1535976000000,1535979600000,1535983200000,1535986800000,1535990400000,1535994000000,1535997600000,1536001200000,1536004800000,1536008400000,1536012000000,1536015600000,1536019200000,1536022800000,1536026400000,1536030000000,1536033600000,1536037200000,1536040800000,1536044400000,1536048000000,1536051600000,1536055200000,1536058800000,1536062400000,1536066000000,1536069600000,1536073200000,1536076800000,1536080400000,1536084000000,1536087600000,1536091200000,1536094800000,1536098400000,1536102000000,1536105600000,1536109200000,1536112800000,1536116400000,1536120000000,1536123600000,1536127200000,1536130800000,1536134400000,1536138000000,1536141600000,1536145200000,1536148800000,1536152400000,1536156000000,1536159600000,1536163200000,1536166800000,1536170400000,1536174000000,1536177600000,1536181200000,1536184800000,1536188400000,1536192000000,1536195600000,1536199200000,1536202800000,1536206400000,1536210000000,1536213600000,1536217200000,1536220800000,1536224400000,1536228000000,1536231600000,1536235200000,1536238800000,1536242400000,1536246000000,1536249600000,1536253200000,1536256800000,1536260400000,1536264000000,1536267600000,1536271200000,1536274800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[390,120,50,0,100,180,420,760,1170,1200,1540,1500,1510,1330,1330,1370,1340,1350,1170,1440,1660,1560,870,1030,430,230,100,100,60,260,430,720,840,1110,1590,1320,1540,1450,1570,1250,1660,1430,1550,1390,970,1130,1020,1010,420,260,180,40,30,110,410,630,1070,1210,1690,1330,1720,1370,1100,1440,1740,1860,1160,1520,1540,1170,1160,670,240,110,90,50,30,240,510,840,1050,1360,1280,1260,1430,1640,1620,1330,1410,1530,1330,1940,1830,1130,790,640,270,140,20,40,90,250,1270,750,1000,1360,1460,1610,1370,1430,1580,1280,1630,1450,1840,1850,1410,1960,1210,670,470,200,60,90,160,330,860,850,1100,1230,1260,1290,1300,1630,1190,1240,1450,1370,1430,1820,1370,1050,1010,660,410,180,70,40,130,270,600,600,860,1500,1390,1380,1720,1340,1010,1390,1150,1740,1640,1660,1740,1150,830,530]},{"name":"URL","color":"#2373DB","values":[220,120,0,0,60,150,300,560,680,930,1090,870,970,970,1010,1170,1510,1170,1150,1240,1010,870,580,320,130,60,40,60,20,20,140,440,700,910,1100,930,1150,810,860,970,1330,1360,1200,1090,900,710,620,430,330,40,130,20,0,10,60,220,420,570,900,680,750,720,710,940,1010,910,1120,1450,870,1120,620,240,160,100,20,30,0,110,360,430,650,680,1080,1000,990,1010,1110,940,1260,1400,1430,1190,1070,1000,650,260,60,80,20,40,130,120,410,510,1010,910,1280,990,980,1120,950,1340,1350,1200,1400,1200,1130,730,560,350,240,60,30,20,10,120,280,600,750,1050,1170,1010,1140,1100,940,1280,1340,1480,1250,1170,1090,680,670,300,80,50,0,60,60,110,270,510,750,990,1150,1080,1210,1160,1180,1200,1520,1490,1250,1100,1150,730,460,300]},{"name":"Groups","color":"#9ED448","values":[590,200,20,0,70,240,520,780,960,950,1060,1160,1320,1290,1000,870,1190,1220,1240,1410,1500,1170,1730,960,440,180,90,210,90,100,280,560,620,740,750,980,1040,1110,930,880,920,800,710,1240,1280,1330,1460,1180,480,220,110,200,120,90,210,470,770,790,980,1050,1050,1200,1140,800,1080,1200,1270,1370,1380,1710,1300,860,370,290,100,30,170,510,610,690,840,910,850,1020,1190,970,820,930,850,1030,1310,1700,1890,1890,1560,790,390,90,70,80,100,190,560,670,750,820,960,1220,1170,2720,890,970,920,950,1330,2040,1600,1620,1430,860,850,200,90,70,250,280,590,710,860,750,1040,1340,1170,1000,1120,950,1210,1010,1300,1610,1830,1980,1270,1220,420,270,210,150,210,290,670,750,830,970,1150,1180,1270,1220,1080,980,1140,1170,1320,1900,1460,1950,1420,800]},{"name":"Channel","color":"#4fae4e","values":[70,30,0,0,0,10,0,50,70,40,80,50,60,40,90,70,130,130,150,50,150,50,90,0,70,10,0,10,10,20,90,60,60,40,120,130,90,140,120,90,120,110,120,110,100,150,40,30,50,20,40,20,50,40,30,40,80,100,60,60,90,120,60,200,40,150,100,250,40,60,50,40,60,0,20,0,0,40,30,80,130,70,100,60,80,170,130,90,160,80,150,160,100,70,40,30,20,30,60,0,10,20,40,0,80,100,50,80,120,120,130,90,50,110,80,90,160,60,70,50,60,10,0,0,40,10,30,20,90,80,50,80,120,90,40,90,120,120,60,140,80,110,30,50,10,400,0,10,40,30,120,20,80,40,50,70,70,120,190,70,50,170,170,110,120,160,40,50]},{"name":"Search","color":"#F5BD25","values":[30,10,0,0,70,120,30,570,120,130,80,230,140,100,160,190,140,140,120,230,190,150,100,80,70,140,0,0,10,30,510,210,90,480,200,140,350,80,30,190,110,110,90,210,110,210,60,40,100,10,0,10,30,50,220,140,90,160,140,230,420,80,310,100,80,480,70,100,90,220,300,40,0,20,0,0,20,320,30,40,80,90,240,710,140,170,130,280,120,90,160,490,640,200,200,60,60,20,10,0,50,130,530,10,60,200,320,100,170,110,180,60,150,220,190,140,180,210,80,10,20,10,0,0,0,110,360,270,160,180,170,180,110,130,90,70,340,100,60,130,180,130,80,70,100,60,0,0,150,50,650,30,270,190,170,770,390,330,210,160,110,80,270,260,260,330,300,170]},{"name":"Other","color":"#F79E39","values":[50,20,10,0,0,100,60,180,200,280,140,260,340,270,190,160,270,260,300,270,220,240,270,40,70,10,0,0,10,30,180,120,230,160,160,230,170,310,120,180,250,160,180,110,180,180,100,90,80,0,20,10,40,20,50,170,200,200,190,210,190,200,150,150,210,220,290,220,270,180,100,60,110,40,30,10,50,60,90,200,150,250,250,250,250,180,180,220,220,240,290,220,160,260,260,90,170,20,10,10,20,140,140,160,180,250,180,310,250,270,280,150,260,110,260,310,320,200,190,50,40,30,40,0,70,60,130,160,240,200,230,240,190,140,190,250,230,230,290,260,250,170,150,130,90,10,0,70,40,70,130,220,170,150,130,230,360,260,190,230,170,270,260,170,230,250,130,120]},{"name":"PM","color":"#E65850","values":[0,0,0,0,10,0,0,0,0,0,0,10,0,0,10,0,10,20,0,0,20,0,0,10,10,0,0,0,0,10,10,0,0,40,0,10,20,20,10,10,0,30,20,20,10,10,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,20,10,10,20,10,10,0,0,10,10,0,0,0,0,0,0,0,0,30,0,0,0,10,0,0,0,0,20,10,20,0,0,10,0,0,10,0,0,0,0,0,10,0,10,0,0,10,20,0,0,10,0,30,0,10,10,0,0,0,0,10,0,0,0,10,0,0,10,0,0,0,0,20,10,0,20,0,20,0,10,0,0,10,10,0,0,0,0,0,20,0,0,10,10,10,10,0,10,0,30,0,0,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/04.json b/dist/chartDummyData/views_zoom/2018-09/04.json new file mode 100644 index 000000000..0ed3abb44 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/04.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1535760000000,1535763600000,1535767200000,1535770800000,1535774400000,1535778000000,1535781600000,1535785200000,1535788800000,1535792400000,1535796000000,1535799600000,1535803200000,1535806800000,1535810400000,1535814000000,1535817600000,1535821200000,1535824800000,1535828400000,1535832000000,1535835600000,1535839200000,1535842800000,1535846400000,1535850000000,1535853600000,1535857200000,1535860800000,1535864400000,1535868000000,1535871600000,1535875200000,1535878800000,1535882400000,1535886000000,1535889600000,1535893200000,1535896800000,1535900400000,1535904000000,1535907600000,1535911200000,1535914800000,1535918400000,1535922000000,1535925600000,1535929200000,1535932800000,1535936400000,1535940000000,1535943600000,1535947200000,1535950800000,1535954400000,1535958000000,1535961600000,1535965200000,1535968800000,1535972400000,1535976000000,1535979600000,1535983200000,1535986800000,1535990400000,1535994000000,1535997600000,1536001200000,1536004800000,1536008400000,1536012000000,1536015600000,1536019200000,1536022800000,1536026400000,1536030000000,1536033600000,1536037200000,1536040800000,1536044400000,1536048000000,1536051600000,1536055200000,1536058800000,1536062400000,1536066000000,1536069600000,1536073200000,1536076800000,1536080400000,1536084000000,1536087600000,1536091200000,1536094800000,1536098400000,1536102000000,1536105600000,1536109200000,1536112800000,1536116400000,1536120000000,1536123600000,1536127200000,1536130800000,1536134400000,1536138000000,1536141600000,1536145200000,1536148800000,1536152400000,1536156000000,1536159600000,1536163200000,1536166800000,1536170400000,1536174000000,1536177600000,1536181200000,1536184800000,1536188400000,1536192000000,1536195600000,1536199200000,1536202800000,1536206400000,1536210000000,1536213600000,1536217200000,1536220800000,1536224400000,1536228000000,1536231600000,1536235200000,1536238800000,1536242400000,1536246000000,1536249600000,1536253200000,1536256800000,1536260400000,1536264000000,1536267600000,1536271200000,1536274800000,1536278400000,1536282000000,1536285600000,1536289200000,1536292800000,1536296400000,1536300000000,1536303600000,1536307200000,1536310800000,1536314400000,1536318000000,1536321600000,1536325200000,1536328800000,1536332400000,1536336000000,1536339600000,1536343200000,1536346800000,1536350400000,1536354000000,1536357600000,1536361200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[430,230,100,100,60,260,430,720,840,1110,1590,1320,1540,1450,1570,1250,1660,1430,1550,1390,970,1130,1020,1010,420,260,180,40,30,110,410,630,1070,1210,1690,1330,1720,1370,1100,1440,1740,1860,1160,1520,1540,1170,1160,670,240,110,90,50,30,240,510,840,1050,1360,1280,1260,1430,1640,1620,1330,1410,1530,1330,1940,1830,1130,790,640,270,140,20,40,90,250,1270,750,1000,1360,1460,1610,1370,1430,1580,1280,1630,1450,1840,1850,1410,1960,1210,670,470,200,60,90,160,330,860,850,1100,1230,1260,1290,1300,1630,1190,1240,1450,1370,1430,1820,1370,1050,1010,660,410,180,70,40,130,270,600,600,860,1500,1390,1380,1720,1340,1010,1390,1150,1740,1640,1660,1740,1150,830,530,560,170,90,70,70,410,730,980,940,1090,1080,1370,1620,1300,1350,1360,1500,1180,1740,1530,1470,1230,1110,680]},{"name":"URL","color":"#2373DB","values":[130,60,40,60,20,20,140,440,700,910,1100,930,1150,810,860,970,1330,1360,1200,1090,900,710,620,430,330,40,130,20,0,10,60,220,420,570,900,680,750,720,710,940,1010,910,1120,1450,870,1120,620,240,160,100,20,30,0,110,360,430,650,680,1080,1000,990,1010,1110,940,1260,1400,1430,1190,1070,1000,650,260,60,80,20,40,130,120,410,510,1010,910,1280,990,980,1120,950,1340,1350,1200,1400,1200,1130,730,560,350,240,60,30,20,10,120,280,600,750,1050,1170,1010,1140,1100,940,1280,1340,1480,1250,1170,1090,680,670,300,80,50,0,60,60,110,270,510,750,990,1150,1080,1210,1160,1180,1200,1520,1490,1250,1100,1150,730,460,300,210,70,30,20,40,120,330,660,720,1090,1230,1030,1100,1020,1160,1310,1530,1370,1520,1070,980,740,570,260]},{"name":"Groups","color":"#9ED448","values":[440,180,90,210,90,100,280,560,620,740,750,980,1040,1110,930,880,920,800,710,1240,1280,1330,1460,1180,480,220,110,200,120,90,210,470,770,790,980,1050,1050,1200,1140,800,1080,1200,1270,1370,1380,1710,1300,860,370,290,100,30,170,510,610,690,840,910,850,1020,1190,970,820,930,850,1030,1310,1700,1890,1890,1560,790,390,90,70,80,100,190,560,670,750,820,960,1220,1170,2720,890,970,920,950,1330,2040,1600,1620,1430,860,850,200,90,70,250,280,590,710,860,750,1040,1340,1170,1000,1120,950,1210,1010,1300,1610,1830,1980,1270,1220,420,270,210,150,210,290,670,750,830,970,1150,1180,1270,1220,1080,980,1140,1170,1320,1900,1460,1950,1420,800,450,210,60,110,130,250,350,600,810,710,940,1070,1210,1180,910,1120,1130,990,1600,1230,1150,1460,1400,1110]},{"name":"Channel","color":"#4fae4e","values":[70,10,0,10,10,20,90,60,60,40,120,130,90,140,120,90,120,110,120,110,100,150,40,30,50,20,40,20,50,40,30,40,80,100,60,60,90,120,60,200,40,150,100,250,40,60,50,40,60,0,20,0,0,40,30,80,130,70,100,60,80,170,130,90,160,80,150,160,100,70,40,30,20,30,60,0,10,20,40,0,80,100,50,80,120,120,130,90,50,110,80,90,160,60,70,50,60,10,0,0,40,10,30,20,90,80,50,80,120,90,40,90,120,120,60,140,80,110,30,50,10,400,0,10,40,30,120,20,80,40,50,70,70,120,190,70,50,170,170,110,120,160,40,50,50,0,0,20,0,140,10,50,50,70,80,120,90,50,60,170,190,130,130,100,130,60,90,80]},{"name":"Search","color":"#F5BD25","values":[70,140,0,0,10,30,510,210,90,480,200,140,350,80,30,190,110,110,90,210,110,210,60,40,100,10,0,10,30,50,220,140,90,160,140,230,420,80,310,100,80,480,70,100,90,220,300,40,0,20,0,0,20,320,30,40,80,90,240,710,140,170,130,280,120,90,160,490,640,200,200,60,60,20,10,0,50,130,530,10,60,200,320,100,170,110,180,60,150,220,190,140,180,210,80,10,20,10,0,0,0,110,360,270,160,180,170,180,110,130,90,70,340,100,60,130,180,130,80,70,100,60,0,0,150,50,650,30,270,190,170,770,390,330,210,160,110,80,270,260,260,330,300,170,320,140,40,0,10,150,590,180,70,100,70,330,170,220,90,240,220,210,280,150,200,240,470,110]},{"name":"Other","color":"#F79E39","values":[70,10,0,0,10,30,180,120,230,160,160,230,170,310,120,180,250,160,180,110,180,180,100,90,80,0,20,10,40,20,50,170,200,200,190,210,190,200,150,150,210,220,290,220,270,180,100,60,110,40,30,10,50,60,90,200,150,250,250,250,250,180,180,220,220,240,290,220,160,260,260,90,170,20,10,10,20,140,140,160,180,250,180,310,250,270,280,150,260,110,260,310,320,200,190,50,40,30,40,0,70,60,130,160,240,200,230,240,190,140,190,250,230,230,290,260,250,170,150,130,90,10,0,70,40,70,130,220,170,150,130,230,360,260,190,230,170,270,260,170,230,250,130,120,90,90,0,20,50,150,110,180,240,250,270,270,200,170,260,260,160,210,290,270,220,250,200,90]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,10,10,0,0,40,0,10,20,20,10,10,0,30,20,20,10,10,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,20,10,10,20,10,10,0,0,10,10,0,0,0,0,0,0,0,0,30,0,0,0,10,0,0,0,0,20,10,20,0,0,10,0,0,10,0,0,0,0,0,10,0,10,0,0,10,20,0,0,10,0,30,0,10,10,0,0,0,0,10,0,0,0,10,0,0,10,0,0,0,0,20,10,0,20,0,20,0,10,0,0,10,10,0,0,0,0,0,20,0,0,10,10,10,10,0,10,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,20,0,10,10,10,0,0,10,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/05.json b/dist/chartDummyData/views_zoom/2018-09/05.json new file mode 100644 index 000000000..60f8ed8a2 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/05.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1535846400000,1535850000000,1535853600000,1535857200000,1535860800000,1535864400000,1535868000000,1535871600000,1535875200000,1535878800000,1535882400000,1535886000000,1535889600000,1535893200000,1535896800000,1535900400000,1535904000000,1535907600000,1535911200000,1535914800000,1535918400000,1535922000000,1535925600000,1535929200000,1535932800000,1535936400000,1535940000000,1535943600000,1535947200000,1535950800000,1535954400000,1535958000000,1535961600000,1535965200000,1535968800000,1535972400000,1535976000000,1535979600000,1535983200000,1535986800000,1535990400000,1535994000000,1535997600000,1536001200000,1536004800000,1536008400000,1536012000000,1536015600000,1536019200000,1536022800000,1536026400000,1536030000000,1536033600000,1536037200000,1536040800000,1536044400000,1536048000000,1536051600000,1536055200000,1536058800000,1536062400000,1536066000000,1536069600000,1536073200000,1536076800000,1536080400000,1536084000000,1536087600000,1536091200000,1536094800000,1536098400000,1536102000000,1536105600000,1536109200000,1536112800000,1536116400000,1536120000000,1536123600000,1536127200000,1536130800000,1536134400000,1536138000000,1536141600000,1536145200000,1536148800000,1536152400000,1536156000000,1536159600000,1536163200000,1536166800000,1536170400000,1536174000000,1536177600000,1536181200000,1536184800000,1536188400000,1536192000000,1536195600000,1536199200000,1536202800000,1536206400000,1536210000000,1536213600000,1536217200000,1536220800000,1536224400000,1536228000000,1536231600000,1536235200000,1536238800000,1536242400000,1536246000000,1536249600000,1536253200000,1536256800000,1536260400000,1536264000000,1536267600000,1536271200000,1536274800000,1536278400000,1536282000000,1536285600000,1536289200000,1536292800000,1536296400000,1536300000000,1536303600000,1536307200000,1536310800000,1536314400000,1536318000000,1536321600000,1536325200000,1536328800000,1536332400000,1536336000000,1536339600000,1536343200000,1536346800000,1536350400000,1536354000000,1536357600000,1536361200000,1536364800000,1536368400000,1536372000000,1536375600000,1536379200000,1536382800000,1536386400000,1536390000000,1536393600000,1536397200000,1536400800000,1536404400000,1536408000000,1536411600000,1536415200000,1536418800000,1536422400000,1536426000000,1536429600000,1536433200000,1536436800000,1536440400000,1536444000000,1536447600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[420,260,180,40,30,110,410,630,1070,1210,1690,1330,1720,1370,1100,1440,1740,1860,1160,1520,1540,1170,1160,670,240,110,90,50,30,240,510,840,1050,1360,1280,1260,1430,1640,1620,1330,1410,1530,1330,1940,1830,1130,790,640,270,140,20,40,90,250,1270,750,1000,1360,1460,1610,1370,1430,1580,1280,1630,1450,1840,1850,1410,1960,1210,670,470,200,60,90,160,330,860,850,1100,1230,1260,1290,1300,1630,1190,1240,1450,1370,1430,1820,1370,1050,1010,660,410,180,70,40,130,270,600,600,860,1500,1390,1380,1720,1340,1010,1390,1150,1740,1640,1660,1740,1150,830,530,560,170,90,70,70,410,730,980,940,1090,1080,1370,1620,1300,1350,1360,1500,1180,1740,1530,1470,1230,1110,680,430,230,210,160,100,270,620,850,670,1270,1430,1310,1610,1550,1360,1170,1460,1420,1220,1290,1350,1210,1180,1030]},{"name":"URL","color":"#2373DB","values":[330,40,130,20,0,10,60,220,420,570,900,680,750,720,710,940,1010,910,1120,1450,870,1120,620,240,160,100,20,30,0,110,360,430,650,680,1080,1000,990,1010,1110,940,1260,1400,1430,1190,1070,1000,650,260,60,80,20,40,130,120,410,510,1010,910,1280,990,980,1120,950,1340,1350,1200,1400,1200,1130,730,560,350,240,60,30,20,10,120,280,600,750,1050,1170,1010,1140,1100,940,1280,1340,1480,1250,1170,1090,680,670,300,80,50,0,60,60,110,270,510,750,990,1150,1080,1210,1160,1180,1200,1520,1490,1250,1100,1150,730,460,300,210,70,30,20,40,120,330,660,720,1090,1230,1030,1100,1020,1160,1310,1530,1370,1520,1070,980,740,570,260,150,50,40,30,30,90,270,450,840,1210,990,910,960,890,890,1330,1420,1520,1280,890,730,720,560,540]},{"name":"Groups","color":"#9ED448","values":[480,220,110,200,120,90,210,470,770,790,980,1050,1050,1200,1140,800,1080,1200,1270,1370,1380,1710,1300,860,370,290,100,30,170,510,610,690,840,910,850,1020,1190,970,820,930,850,1030,1310,1700,1890,1890,1560,790,390,90,70,80,100,190,560,670,750,820,960,1220,1170,2720,890,970,920,950,1330,2040,1600,1620,1430,860,850,200,90,70,250,280,590,710,860,750,1040,1340,1170,1000,1120,950,1210,1010,1300,1610,1830,1980,1270,1220,420,270,210,150,210,290,670,750,830,970,1150,1180,1270,1220,1080,980,1140,1170,1320,1900,1460,1950,1420,800,450,210,60,110,130,250,350,600,810,710,940,1070,1210,1180,910,1120,1130,990,1600,1230,1150,1460,1400,1110,450,280,160,70,60,240,290,510,870,1000,1110,930,1320,1230,900,1030,670,790,960,1120,910,2070,1220,950]},{"name":"Channel","color":"#4fae4e","values":[50,20,40,20,50,40,30,40,80,100,60,60,90,120,60,200,40,150,100,250,40,60,50,40,60,0,20,0,0,40,30,80,130,70,100,60,80,170,130,90,160,80,150,160,100,70,40,30,20,30,60,0,10,20,40,0,80,100,50,80,120,120,130,90,50,110,80,90,160,60,70,50,60,10,0,0,40,10,30,20,90,80,50,80,120,90,40,90,120,120,60,140,80,110,30,50,10,400,0,10,40,30,120,20,80,40,50,70,70,120,190,70,50,170,170,110,120,160,40,50,50,0,0,20,0,140,10,50,50,70,80,120,90,50,60,170,190,130,130,100,130,60,90,80,10,10,0,0,10,30,10,40,40,90,100,70,210,90,110,70,80,80,110,40,90,130,100,30]},{"name":"Search","color":"#F5BD25","values":[100,10,0,10,30,50,220,140,90,160,140,230,420,80,310,100,80,480,70,100,90,220,300,40,0,20,0,0,20,320,30,40,80,90,240,710,140,170,130,280,120,90,160,490,640,200,200,60,60,20,10,0,50,130,530,10,60,200,320,100,170,110,180,60,150,220,190,140,180,210,80,10,20,10,0,0,0,110,360,270,160,180,170,180,110,130,90,70,340,100,60,130,180,130,80,70,100,60,0,0,150,50,650,30,270,190,170,770,390,330,210,160,110,80,270,260,260,330,300,170,320,140,40,0,10,150,590,180,70,100,70,330,170,220,90,240,220,210,280,150,200,240,470,110,40,10,10,10,30,170,80,750,300,30,110,160,130,130,130,190,80,120,370,70,120,290,110,100]},{"name":"Other","color":"#F79E39","values":[80,0,20,10,40,20,50,170,200,200,190,210,190,200,150,150,210,220,290,220,270,180,100,60,110,40,30,10,50,60,90,200,150,250,250,250,250,180,180,220,220,240,290,220,160,260,260,90,170,20,10,10,20,140,140,160,180,250,180,310,250,270,280,150,260,110,260,310,320,200,190,50,40,30,40,0,70,60,130,160,240,200,230,240,190,140,190,250,230,230,290,260,250,170,150,130,90,10,0,70,40,70,130,220,170,150,130,230,360,260,190,230,170,270,260,170,230,250,130,120,90,90,0,20,50,150,110,180,240,250,270,270,200,170,260,260,160,210,290,270,220,250,200,90,90,40,20,10,20,20,60,140,150,230,280,180,200,200,160,200,160,250,160,190,160,170,150,100]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,10,0,0,10,20,10,10,20,10,10,0,0,10,10,0,0,0,0,0,0,0,0,30,0,0,0,10,0,0,0,0,20,10,20,0,0,10,0,0,10,0,0,0,0,0,10,0,10,0,0,10,20,0,0,10,0,30,0,10,10,0,0,0,0,10,0,0,0,10,0,0,10,0,0,0,0,20,10,0,20,0,20,0,10,0,0,10,10,0,0,0,0,0,20,0,0,10,10,10,10,0,10,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,20,0,10,10,10,0,0,10,0,10,0,0,0,0,0,0,10,0,0,10,10,20,10,0,0,0,10,10,10,0,10,30,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/06.json b/dist/chartDummyData/views_zoom/2018-09/06.json new file mode 100644 index 000000000..6e16d6bfb --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/06.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1535932800000,1535936400000,1535940000000,1535943600000,1535947200000,1535950800000,1535954400000,1535958000000,1535961600000,1535965200000,1535968800000,1535972400000,1535976000000,1535979600000,1535983200000,1535986800000,1535990400000,1535994000000,1535997600000,1536001200000,1536004800000,1536008400000,1536012000000,1536015600000,1536019200000,1536022800000,1536026400000,1536030000000,1536033600000,1536037200000,1536040800000,1536044400000,1536048000000,1536051600000,1536055200000,1536058800000,1536062400000,1536066000000,1536069600000,1536073200000,1536076800000,1536080400000,1536084000000,1536087600000,1536091200000,1536094800000,1536098400000,1536102000000,1536105600000,1536109200000,1536112800000,1536116400000,1536120000000,1536123600000,1536127200000,1536130800000,1536134400000,1536138000000,1536141600000,1536145200000,1536148800000,1536152400000,1536156000000,1536159600000,1536163200000,1536166800000,1536170400000,1536174000000,1536177600000,1536181200000,1536184800000,1536188400000,1536192000000,1536195600000,1536199200000,1536202800000,1536206400000,1536210000000,1536213600000,1536217200000,1536220800000,1536224400000,1536228000000,1536231600000,1536235200000,1536238800000,1536242400000,1536246000000,1536249600000,1536253200000,1536256800000,1536260400000,1536264000000,1536267600000,1536271200000,1536274800000,1536278400000,1536282000000,1536285600000,1536289200000,1536292800000,1536296400000,1536300000000,1536303600000,1536307200000,1536310800000,1536314400000,1536318000000,1536321600000,1536325200000,1536328800000,1536332400000,1536336000000,1536339600000,1536343200000,1536346800000,1536350400000,1536354000000,1536357600000,1536361200000,1536364800000,1536368400000,1536372000000,1536375600000,1536379200000,1536382800000,1536386400000,1536390000000,1536393600000,1536397200000,1536400800000,1536404400000,1536408000000,1536411600000,1536415200000,1536418800000,1536422400000,1536426000000,1536429600000,1536433200000,1536436800000,1536440400000,1536444000000,1536447600000,1536451200000,1536454800000,1536458400000,1536462000000,1536465600000,1536469200000,1536472800000,1536476400000,1536480000000,1536483600000,1536487200000,1536490800000,1536494400000,1536498000000,1536501600000,1536505200000,1536508800000,1536512400000,1536516000000,1536519600000,1536523200000,1536526800000,1536530400000,1536534000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[240,110,90,50,30,240,510,840,1050,1360,1280,1260,1430,1640,1620,1330,1410,1530,1330,1940,1830,1130,790,640,270,140,20,40,90,250,1270,750,1000,1360,1460,1610,1370,1430,1580,1280,1630,1450,1840,1850,1410,1960,1210,670,470,200,60,90,160,330,860,850,1100,1230,1260,1290,1300,1630,1190,1240,1450,1370,1430,1820,1370,1050,1010,660,410,180,70,40,130,270,600,600,860,1500,1390,1380,1720,1340,1010,1390,1150,1740,1640,1660,1740,1150,830,530,560,170,90,70,70,410,730,980,940,1090,1080,1370,1620,1300,1350,1360,1500,1180,1740,1530,1470,1230,1110,680,430,230,210,160,100,270,620,850,670,1270,1430,1310,1610,1550,1360,1170,1460,1420,1220,1290,1350,1210,1180,1030,600,250,180,430,70,410,680,730,1070,1360,1820,1590,1310,1380,1660,1630,1810,1570,1680,1880,1450,1210,830,630]},{"name":"URL","color":"#2373DB","values":[160,100,20,30,0,110,360,430,650,680,1080,1000,990,1010,1110,940,1260,1400,1430,1190,1070,1000,650,260,60,80,20,40,130,120,410,510,1010,910,1280,990,980,1120,950,1340,1350,1200,1400,1200,1130,730,560,350,240,60,30,20,10,120,280,600,750,1050,1170,1010,1140,1100,940,1280,1340,1480,1250,1170,1090,680,670,300,80,50,0,60,60,110,270,510,750,990,1150,1080,1210,1160,1180,1200,1520,1490,1250,1100,1150,730,460,300,210,70,30,20,40,120,330,660,720,1090,1230,1030,1100,1020,1160,1310,1530,1370,1520,1070,980,740,570,260,150,50,40,30,30,90,270,450,840,1210,990,910,960,890,890,1330,1420,1520,1280,890,730,720,560,540,280,100,40,20,0,30,170,360,490,840,780,720,790,710,770,640,770,980,1280,980,840,880,550,300]},{"name":"Groups","color":"#9ED448","values":[370,290,100,30,170,510,610,690,840,910,850,1020,1190,970,820,930,850,1030,1310,1700,1890,1890,1560,790,390,90,70,80,100,190,560,670,750,820,960,1220,1170,2720,890,970,920,950,1330,2040,1600,1620,1430,860,850,200,90,70,250,280,590,710,860,750,1040,1340,1170,1000,1120,950,1210,1010,1300,1610,1830,1980,1270,1220,420,270,210,150,210,290,670,750,830,970,1150,1180,1270,1220,1080,980,1140,1170,1320,1900,1460,1950,1420,800,450,210,60,110,130,250,350,600,810,710,940,1070,1210,1180,910,1120,1130,990,1600,1230,1150,1460,1400,1110,450,280,160,70,60,240,290,510,870,1000,1110,930,1320,1230,900,1030,670,790,960,1120,910,2070,1220,950,2120,600,180,80,350,140,390,680,770,760,1060,930,900,650,1230,920,900,870,1280,1450,1530,1770,1360,620]},{"name":"Channel","color":"#4fae4e","values":[60,0,20,0,0,40,30,80,130,70,100,60,80,170,130,90,160,80,150,160,100,70,40,30,20,30,60,0,10,20,40,0,80,100,50,80,120,120,130,90,50,110,80,90,160,60,70,50,60,10,0,0,40,10,30,20,90,80,50,80,120,90,40,90,120,120,60,140,80,110,30,50,10,400,0,10,40,30,120,20,80,40,50,70,70,120,190,70,50,170,170,110,120,160,40,50,50,0,0,20,0,140,10,50,50,70,80,120,90,50,60,170,190,130,130,100,130,60,90,80,10,10,0,0,10,30,10,40,40,90,100,70,210,90,110,70,80,80,110,40,90,130,100,30,40,80,30,60,10,20,30,80,90,50,80,80,120,240,220,150,80,120,40,90,100,100,70,100]},{"name":"Search","color":"#F5BD25","values":[0,20,0,0,20,320,30,40,80,90,240,710,140,170,130,280,120,90,160,490,640,200,200,60,60,20,10,0,50,130,530,10,60,200,320,100,170,110,180,60,150,220,190,140,180,210,80,10,20,10,0,0,0,110,360,270,160,180,170,180,110,130,90,70,340,100,60,130,180,130,80,70,100,60,0,0,150,50,650,30,270,190,170,770,390,330,210,160,110,80,270,260,260,330,300,170,320,140,40,0,10,150,590,180,70,100,70,330,170,220,90,240,220,210,280,150,200,240,470,110,40,10,10,10,30,170,80,750,300,30,110,160,130,130,130,190,80,120,370,70,120,290,110,100,70,40,10,10,20,100,280,200,380,180,160,100,140,110,90,140,190,220,90,240,130,170,90,10]},{"name":"Other","color":"#F79E39","values":[110,40,30,10,50,60,90,200,150,250,250,250,250,180,180,220,220,240,290,220,160,260,260,90,170,20,10,10,20,140,140,160,180,250,180,310,250,270,280,150,260,110,260,310,320,200,190,50,40,30,40,0,70,60,130,160,240,200,230,240,190,140,190,250,230,230,290,260,250,170,150,130,90,10,0,70,40,70,130,220,170,150,130,230,360,260,190,230,170,270,260,170,230,250,130,120,90,90,0,20,50,150,110,180,240,250,270,270,200,170,260,260,160,210,290,270,220,250,200,90,90,40,20,10,20,20,60,140,150,230,280,180,200,200,160,200,160,250,160,190,160,170,150,100,40,40,20,0,0,20,40,120,170,170,230,190,200,230,190,270,150,220,200,120,160,260,150,100]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,30,0,0,0,10,0,0,0,0,20,10,20,0,0,10,0,0,10,0,0,0,0,0,10,0,10,0,0,10,20,0,0,10,0,30,0,10,10,0,0,0,0,10,0,0,0,10,0,0,10,0,0,0,0,20,10,0,20,0,20,0,10,0,0,10,10,0,0,0,0,0,20,0,0,10,10,10,10,0,10,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,20,0,10,10,10,0,0,10,0,10,0,0,0,0,0,0,10,0,0,10,10,20,10,0,0,0,10,10,10,0,10,30,10,0,0,10,0,0,0,0,0,0,0,0,0,0,30,0,20,10,0,10,0,20,30,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/07.json b/dist/chartDummyData/views_zoom/2018-09/07.json new file mode 100644 index 000000000..dfc061a22 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/07.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1536019200000,1536022800000,1536026400000,1536030000000,1536033600000,1536037200000,1536040800000,1536044400000,1536048000000,1536051600000,1536055200000,1536058800000,1536062400000,1536066000000,1536069600000,1536073200000,1536076800000,1536080400000,1536084000000,1536087600000,1536091200000,1536094800000,1536098400000,1536102000000,1536105600000,1536109200000,1536112800000,1536116400000,1536120000000,1536123600000,1536127200000,1536130800000,1536134400000,1536138000000,1536141600000,1536145200000,1536148800000,1536152400000,1536156000000,1536159600000,1536163200000,1536166800000,1536170400000,1536174000000,1536177600000,1536181200000,1536184800000,1536188400000,1536192000000,1536195600000,1536199200000,1536202800000,1536206400000,1536210000000,1536213600000,1536217200000,1536220800000,1536224400000,1536228000000,1536231600000,1536235200000,1536238800000,1536242400000,1536246000000,1536249600000,1536253200000,1536256800000,1536260400000,1536264000000,1536267600000,1536271200000,1536274800000,1536278400000,1536282000000,1536285600000,1536289200000,1536292800000,1536296400000,1536300000000,1536303600000,1536307200000,1536310800000,1536314400000,1536318000000,1536321600000,1536325200000,1536328800000,1536332400000,1536336000000,1536339600000,1536343200000,1536346800000,1536350400000,1536354000000,1536357600000,1536361200000,1536364800000,1536368400000,1536372000000,1536375600000,1536379200000,1536382800000,1536386400000,1536390000000,1536393600000,1536397200000,1536400800000,1536404400000,1536408000000,1536411600000,1536415200000,1536418800000,1536422400000,1536426000000,1536429600000,1536433200000,1536436800000,1536440400000,1536444000000,1536447600000,1536451200000,1536454800000,1536458400000,1536462000000,1536465600000,1536469200000,1536472800000,1536476400000,1536480000000,1536483600000,1536487200000,1536490800000,1536494400000,1536498000000,1536501600000,1536505200000,1536508800000,1536512400000,1536516000000,1536519600000,1536523200000,1536526800000,1536530400000,1536534000000,1536537600000,1536541200000,1536544800000,1536548400000,1536552000000,1536555600000,1536559200000,1536562800000,1536566400000,1536570000000,1536573600000,1536577200000,1536580800000,1536584400000,1536588000000,1536591600000,1536595200000,1536598800000,1536602400000,1536606000000,1536609600000,1536613200000,1536616800000,1536620400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[270,140,20,40,90,250,1270,750,1000,1360,1460,1610,1370,1430,1580,1280,1630,1450,1840,1850,1410,1960,1210,670,470,200,60,90,160,330,860,850,1100,1230,1260,1290,1300,1630,1190,1240,1450,1370,1430,1820,1370,1050,1010,660,410,180,70,40,130,270,600,600,860,1500,1390,1380,1720,1340,1010,1390,1150,1740,1640,1660,1740,1150,830,530,560,170,90,70,70,410,730,980,940,1090,1080,1370,1620,1300,1350,1360,1500,1180,1740,1530,1470,1230,1110,680,430,230,210,160,100,270,620,850,670,1270,1430,1310,1610,1550,1360,1170,1460,1420,1220,1290,1350,1210,1180,1030,600,250,180,430,70,410,680,730,1070,1360,1820,1590,1310,1380,1660,1630,1810,1570,1680,1880,1450,1210,830,630,330,130,30,20,210,370,520,690,980,1310,1480,1370,1600,1360,1390,1430,1010,1310,1600,1680,1300,1110,1060,400]},{"name":"URL","color":"#2373DB","values":[60,80,20,40,130,120,410,510,1010,910,1280,990,980,1120,950,1340,1350,1200,1400,1200,1130,730,560,350,240,60,30,20,10,120,280,600,750,1050,1170,1010,1140,1100,940,1280,1340,1480,1250,1170,1090,680,670,300,80,50,0,60,60,110,270,510,750,990,1150,1080,1210,1160,1180,1200,1520,1490,1250,1100,1150,730,460,300,210,70,30,20,40,120,330,660,720,1090,1230,1030,1100,1020,1160,1310,1530,1370,1520,1070,980,740,570,260,150,50,40,30,30,90,270,450,840,1210,990,910,960,890,890,1330,1420,1520,1280,890,730,720,560,540,280,100,40,20,0,30,170,360,490,840,780,720,790,710,770,640,770,980,1280,980,840,880,550,300,210,60,40,20,60,70,220,460,920,960,1100,1150,1090,1070,960,1100,1490,1440,1370,1460,1130,1110,660,320]},{"name":"Groups","color":"#9ED448","values":[390,90,70,80,100,190,560,670,750,820,960,1220,1170,2720,890,970,920,950,1330,2040,1600,1620,1430,860,850,200,90,70,250,280,590,710,860,750,1040,1340,1170,1000,1120,950,1210,1010,1300,1610,1830,1980,1270,1220,420,270,210,150,210,290,670,750,830,970,1150,1180,1270,1220,1080,980,1140,1170,1320,1900,1460,1950,1420,800,450,210,60,110,130,250,350,600,810,710,940,1070,1210,1180,910,1120,1130,990,1600,1230,1150,1460,1400,1110,450,280,160,70,60,240,290,510,870,1000,1110,930,1320,1230,900,1030,670,790,960,1120,910,2070,1220,950,2120,600,180,80,350,140,390,680,770,760,1060,930,900,650,1230,920,900,870,1280,1450,1530,1770,1360,620,420,210,110,30,60,290,540,730,790,780,1030,1580,1050,910,920,950,1080,1090,1540,1920,1560,1890,1340,910]},{"name":"Channel","color":"#4fae4e","values":[20,30,60,0,10,20,40,0,80,100,50,80,120,120,130,90,50,110,80,90,160,60,70,50,60,10,0,0,40,10,30,20,90,80,50,80,120,90,40,90,120,120,60,140,80,110,30,50,10,400,0,10,40,30,120,20,80,40,50,70,70,120,190,70,50,170,170,110,120,160,40,50,50,0,0,20,0,140,10,50,50,70,80,120,90,50,60,170,190,130,130,100,130,60,90,80,10,10,0,0,10,30,10,40,40,90,100,70,210,90,110,70,80,80,110,40,90,130,100,30,40,80,30,60,10,20,30,80,90,50,80,80,120,240,220,150,80,120,40,90,100,100,70,100,40,0,10,10,0,10,50,70,50,50,70,60,140,50,70,20,140,40,90,220,100,140,70,60]},{"name":"Search","color":"#F5BD25","values":[60,20,10,0,50,130,530,10,60,200,320,100,170,110,180,60,150,220,190,140,180,210,80,10,20,10,0,0,0,110,360,270,160,180,170,180,110,130,90,70,340,100,60,130,180,130,80,70,100,60,0,0,150,50,650,30,270,190,170,770,390,330,210,160,110,80,270,260,260,330,300,170,320,140,40,0,10,150,590,180,70,100,70,330,170,220,90,240,220,210,280,150,200,240,470,110,40,10,10,10,30,170,80,750,300,30,110,160,130,130,130,190,80,120,370,70,120,290,110,100,70,40,10,10,20,100,280,200,380,180,160,100,140,110,90,140,190,220,90,240,130,170,90,10,10,10,40,0,310,340,100,60,70,130,110,480,190,90,420,160,190,170,290,170,90,240,60,50]},{"name":"Other","color":"#F79E39","values":[170,20,10,10,20,140,140,160,180,250,180,310,250,270,280,150,260,110,260,310,320,200,190,50,40,30,40,0,70,60,130,160,240,200,230,240,190,140,190,250,230,230,290,260,250,170,150,130,90,10,0,70,40,70,130,220,170,150,130,230,360,260,190,230,170,270,260,170,230,250,130,120,90,90,0,20,50,150,110,180,240,250,270,270,200,170,260,260,160,210,290,270,220,250,200,90,90,40,20,10,20,20,60,140,150,230,280,180,200,200,160,200,160,250,160,190,160,170,150,100,40,40,20,0,0,20,40,120,170,170,230,190,200,230,190,270,150,220,200,120,160,260,150,100,120,10,0,0,10,150,110,90,170,230,190,170,160,240,140,290,200,290,230,230,200,220,120,100]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,10,0,10,0,0,10,20,0,0,10,0,30,0,10,10,0,0,0,0,10,0,0,0,10,0,0,10,0,0,0,0,20,10,0,20,0,20,0,10,0,0,10,10,0,0,0,0,0,20,0,0,10,10,10,10,0,10,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,20,0,10,10,10,0,0,10,0,10,0,0,0,0,0,0,10,0,0,10,10,20,10,0,0,0,10,10,10,0,10,30,10,0,0,10,0,0,0,0,0,0,0,0,0,0,30,0,20,10,0,10,0,20,30,10,0,0,0,0,0,0,0,0,0,10,10,10,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/08.json b/dist/chartDummyData/views_zoom/2018-09/08.json new file mode 100644 index 000000000..59b1eb00e --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/08.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1536105600000,1536109200000,1536112800000,1536116400000,1536120000000,1536123600000,1536127200000,1536130800000,1536134400000,1536138000000,1536141600000,1536145200000,1536148800000,1536152400000,1536156000000,1536159600000,1536163200000,1536166800000,1536170400000,1536174000000,1536177600000,1536181200000,1536184800000,1536188400000,1536192000000,1536195600000,1536199200000,1536202800000,1536206400000,1536210000000,1536213600000,1536217200000,1536220800000,1536224400000,1536228000000,1536231600000,1536235200000,1536238800000,1536242400000,1536246000000,1536249600000,1536253200000,1536256800000,1536260400000,1536264000000,1536267600000,1536271200000,1536274800000,1536278400000,1536282000000,1536285600000,1536289200000,1536292800000,1536296400000,1536300000000,1536303600000,1536307200000,1536310800000,1536314400000,1536318000000,1536321600000,1536325200000,1536328800000,1536332400000,1536336000000,1536339600000,1536343200000,1536346800000,1536350400000,1536354000000,1536357600000,1536361200000,1536364800000,1536368400000,1536372000000,1536375600000,1536379200000,1536382800000,1536386400000,1536390000000,1536393600000,1536397200000,1536400800000,1536404400000,1536408000000,1536411600000,1536415200000,1536418800000,1536422400000,1536426000000,1536429600000,1536433200000,1536436800000,1536440400000,1536444000000,1536447600000,1536451200000,1536454800000,1536458400000,1536462000000,1536465600000,1536469200000,1536472800000,1536476400000,1536480000000,1536483600000,1536487200000,1536490800000,1536494400000,1536498000000,1536501600000,1536505200000,1536508800000,1536512400000,1536516000000,1536519600000,1536523200000,1536526800000,1536530400000,1536534000000,1536537600000,1536541200000,1536544800000,1536548400000,1536552000000,1536555600000,1536559200000,1536562800000,1536566400000,1536570000000,1536573600000,1536577200000,1536580800000,1536584400000,1536588000000,1536591600000,1536595200000,1536598800000,1536602400000,1536606000000,1536609600000,1536613200000,1536616800000,1536620400000,1536624000000,1536627600000,1536631200000,1536634800000,1536638400000,1536642000000,1536645600000,1536649200000,1536652800000,1536656400000,1536660000000,1536663600000,1536667200000,1536670800000,1536674400000,1536678000000,1536681600000,1536685200000,1536688800000,1536692400000,1536696000000,1536699600000,1536703200000,1536706800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[470,200,60,90,160,330,860,850,1100,1230,1260,1290,1300,1630,1190,1240,1450,1370,1430,1820,1370,1050,1010,660,410,180,70,40,130,270,600,600,860,1500,1390,1380,1720,1340,1010,1390,1150,1740,1640,1660,1740,1150,830,530,560,170,90,70,70,410,730,980,940,1090,1080,1370,1620,1300,1350,1360,1500,1180,1740,1530,1470,1230,1110,680,430,230,210,160,100,270,620,850,670,1270,1430,1310,1610,1550,1360,1170,1460,1420,1220,1290,1350,1210,1180,1030,600,250,180,430,70,410,680,730,1070,1360,1820,1590,1310,1380,1660,1630,1810,1570,1680,1880,1450,1210,830,630,330,130,30,20,210,370,520,690,980,1310,1480,1370,1600,1360,1390,1430,1010,1310,1600,1680,1300,1110,1060,400,250,250,80,100,110,260,480,740,1080,1260,1360,2190,1200,1510,1160,1040,1630,1530,1380,2000,1880,1540,1210,460]},{"name":"URL","color":"#2373DB","values":[240,60,30,20,10,120,280,600,750,1050,1170,1010,1140,1100,940,1280,1340,1480,1250,1170,1090,680,670,300,80,50,0,60,60,110,270,510,750,990,1150,1080,1210,1160,1180,1200,1520,1490,1250,1100,1150,730,460,300,210,70,30,20,40,120,330,660,720,1090,1230,1030,1100,1020,1160,1310,1530,1370,1520,1070,980,740,570,260,150,50,40,30,30,90,270,450,840,1210,990,910,960,890,890,1330,1420,1520,1280,890,730,720,560,540,280,100,40,20,0,30,170,360,490,840,780,720,790,710,770,640,770,980,1280,980,840,880,550,300,210,60,40,20,60,70,220,460,920,960,1100,1150,1090,1070,960,1100,1490,1440,1370,1460,1130,1110,660,320,210,40,10,40,30,170,360,710,880,1010,1390,1230,1140,1000,1300,1270,1590,1410,1370,1190,920,700,780,400]},{"name":"Groups","color":"#9ED448","values":[850,200,90,70,250,280,590,710,860,750,1040,1340,1170,1000,1120,950,1210,1010,1300,1610,1830,1980,1270,1220,420,270,210,150,210,290,670,750,830,970,1150,1180,1270,1220,1080,980,1140,1170,1320,1900,1460,1950,1420,800,450,210,60,110,130,250,350,600,810,710,940,1070,1210,1180,910,1120,1130,990,1600,1230,1150,1460,1400,1110,450,280,160,70,60,240,290,510,870,1000,1110,930,1320,1230,900,1030,670,790,960,1120,910,2070,1220,950,2120,600,180,80,350,140,390,680,770,760,1060,930,900,650,1230,920,900,870,1280,1450,1530,1770,1360,620,420,210,110,30,60,290,540,730,790,780,1030,1580,1050,910,920,950,1080,1090,1540,1920,1560,1890,1340,910,210,190,150,70,200,280,560,630,1040,1050,1170,1350,1000,1040,1400,1390,1180,870,1150,1400,1870,1710,1100,570]},{"name":"Channel","color":"#4fae4e","values":[60,10,0,0,40,10,30,20,90,80,50,80,120,90,40,90,120,120,60,140,80,110,30,50,10,400,0,10,40,30,120,20,80,40,50,70,70,120,190,70,50,170,170,110,120,160,40,50,50,0,0,20,0,140,10,50,50,70,80,120,90,50,60,170,190,130,130,100,130,60,90,80,10,10,0,0,10,30,10,40,40,90,100,70,210,90,110,70,80,80,110,40,90,130,100,30,40,80,30,60,10,20,30,80,90,50,80,80,120,240,220,150,80,120,40,90,100,100,70,100,40,0,10,10,0,10,50,70,50,50,70,60,140,50,70,20,140,40,90,220,100,140,70,60,20,0,0,10,0,10,40,80,50,160,50,40,240,80,110,50,100,120,90,40,100,140,180,10]},{"name":"Search","color":"#F5BD25","values":[20,10,0,0,0,110,360,270,160,180,170,180,110,130,90,70,340,100,60,130,180,130,80,70,100,60,0,0,150,50,650,30,270,190,170,770,390,330,210,160,110,80,270,260,260,330,300,170,320,140,40,0,10,150,590,180,70,100,70,330,170,220,90,240,220,210,280,150,200,240,470,110,40,10,10,10,30,170,80,750,300,30,110,160,130,130,130,190,80,120,370,70,120,290,110,100,70,40,10,10,20,100,280,200,380,180,160,100,140,110,90,140,190,220,90,240,130,170,90,10,10,10,40,0,310,340,100,60,70,130,110,480,190,90,420,160,190,170,290,170,90,240,60,50,0,20,0,10,10,530,70,120,270,260,110,220,160,170,140,90,190,110,230,160,140,70,100,30]},{"name":"Other","color":"#F79E39","values":[40,30,40,0,70,60,130,160,240,200,230,240,190,140,190,250,230,230,290,260,250,170,150,130,90,10,0,70,40,70,130,220,170,150,130,230,360,260,190,230,170,270,260,170,230,250,130,120,90,90,0,20,50,150,110,180,240,250,270,270,200,170,260,260,160,210,290,270,220,250,200,90,90,40,20,10,20,20,60,140,150,230,280,180,200,200,160,200,160,250,160,190,160,170,150,100,40,40,20,0,0,20,40,120,170,170,230,190,200,230,190,270,150,220,200,120,160,260,150,100,120,10,0,0,10,150,110,90,170,230,190,170,160,240,140,290,200,290,230,230,200,220,120,100,30,70,20,0,20,100,50,180,180,160,220,160,220,210,190,160,240,140,110,180,280,180,150,160]},{"name":"PM","color":"#E65850","values":[0,10,0,0,0,10,0,0,10,0,0,0,0,20,10,0,20,0,20,0,10,0,0,10,10,0,0,0,0,0,20,0,0,10,10,10,10,0,10,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,20,0,10,10,10,0,0,10,0,10,0,0,0,0,0,0,10,0,0,10,10,20,10,0,0,0,10,10,10,0,10,30,10,0,0,10,0,0,0,0,0,0,0,0,0,0,30,0,20,10,0,10,0,20,30,10,0,0,0,0,0,0,0,0,0,10,10,10,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,0,10,20,0,10,20,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/09.json b/dist/chartDummyData/views_zoom/2018-09/09.json new file mode 100644 index 000000000..3f0e66bc4 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/09.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1536192000000,1536195600000,1536199200000,1536202800000,1536206400000,1536210000000,1536213600000,1536217200000,1536220800000,1536224400000,1536228000000,1536231600000,1536235200000,1536238800000,1536242400000,1536246000000,1536249600000,1536253200000,1536256800000,1536260400000,1536264000000,1536267600000,1536271200000,1536274800000,1536278400000,1536282000000,1536285600000,1536289200000,1536292800000,1536296400000,1536300000000,1536303600000,1536307200000,1536310800000,1536314400000,1536318000000,1536321600000,1536325200000,1536328800000,1536332400000,1536336000000,1536339600000,1536343200000,1536346800000,1536350400000,1536354000000,1536357600000,1536361200000,1536364800000,1536368400000,1536372000000,1536375600000,1536379200000,1536382800000,1536386400000,1536390000000,1536393600000,1536397200000,1536400800000,1536404400000,1536408000000,1536411600000,1536415200000,1536418800000,1536422400000,1536426000000,1536429600000,1536433200000,1536436800000,1536440400000,1536444000000,1536447600000,1536451200000,1536454800000,1536458400000,1536462000000,1536465600000,1536469200000,1536472800000,1536476400000,1536480000000,1536483600000,1536487200000,1536490800000,1536494400000,1536498000000,1536501600000,1536505200000,1536508800000,1536512400000,1536516000000,1536519600000,1536523200000,1536526800000,1536530400000,1536534000000,1536537600000,1536541200000,1536544800000,1536548400000,1536552000000,1536555600000,1536559200000,1536562800000,1536566400000,1536570000000,1536573600000,1536577200000,1536580800000,1536584400000,1536588000000,1536591600000,1536595200000,1536598800000,1536602400000,1536606000000,1536609600000,1536613200000,1536616800000,1536620400000,1536624000000,1536627600000,1536631200000,1536634800000,1536638400000,1536642000000,1536645600000,1536649200000,1536652800000,1536656400000,1536660000000,1536663600000,1536667200000,1536670800000,1536674400000,1536678000000,1536681600000,1536685200000,1536688800000,1536692400000,1536696000000,1536699600000,1536703200000,1536706800000,1536710400000,1536714000000,1536717600000,1536721200000,1536724800000,1536728400000,1536732000000,1536735600000,1536739200000,1536742800000,1536746400000,1536750000000,1536753600000,1536757200000,1536760800000,1536764400000,1536768000000,1536771600000,1536775200000,1536778800000,1536782400000,1536786000000,1536789600000,1536793200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[410,180,70,40,130,270,600,600,860,1500,1390,1380,1720,1340,1010,1390,1150,1740,1640,1660,1740,1150,830,530,560,170,90,70,70,410,730,980,940,1090,1080,1370,1620,1300,1350,1360,1500,1180,1740,1530,1470,1230,1110,680,430,230,210,160,100,270,620,850,670,1270,1430,1310,1610,1550,1360,1170,1460,1420,1220,1290,1350,1210,1180,1030,600,250,180,430,70,410,680,730,1070,1360,1820,1590,1310,1380,1660,1630,1810,1570,1680,1880,1450,1210,830,630,330,130,30,20,210,370,520,690,980,1310,1480,1370,1600,1360,1390,1430,1010,1310,1600,1680,1300,1110,1060,400,250,250,80,100,110,260,480,740,1080,1260,1360,2190,1200,1510,1160,1040,1630,1530,1380,2000,1880,1540,1210,460,260,250,80,20,160,400,730,960,900,1050,1090,1410,1500,1280,1060,1120,1530,1230,1540,1530,1540,1240,870,260]},{"name":"URL","color":"#2373DB","values":[80,50,0,60,60,110,270,510,750,990,1150,1080,1210,1160,1180,1200,1520,1490,1250,1100,1150,730,460,300,210,70,30,20,40,120,330,660,720,1090,1230,1030,1100,1020,1160,1310,1530,1370,1520,1070,980,740,570,260,150,50,40,30,30,90,270,450,840,1210,990,910,960,890,890,1330,1420,1520,1280,890,730,720,560,540,280,100,40,20,0,30,170,360,490,840,780,720,790,710,770,640,770,980,1280,980,840,880,550,300,210,60,40,20,60,70,220,460,920,960,1100,1150,1090,1070,960,1100,1490,1440,1370,1460,1130,1110,660,320,210,40,10,40,30,170,360,710,880,1010,1390,1230,1140,1000,1300,1270,1590,1410,1370,1190,920,700,780,400,160,100,20,20,60,90,330,600,620,980,1070,1200,1030,1190,940,1280,1540,1550,1400,1550,880,690,710,280]},{"name":"Groups","color":"#9ED448","values":[420,270,210,150,210,290,670,750,830,970,1150,1180,1270,1220,1080,980,1140,1170,1320,1900,1460,1950,1420,800,450,210,60,110,130,250,350,600,810,710,940,1070,1210,1180,910,1120,1130,990,1600,1230,1150,1460,1400,1110,450,280,160,70,60,240,290,510,870,1000,1110,930,1320,1230,900,1030,670,790,960,1120,910,2070,1220,950,2120,600,180,80,350,140,390,680,770,760,1060,930,900,650,1230,920,900,870,1280,1450,1530,1770,1360,620,420,210,110,30,60,290,540,730,790,780,1030,1580,1050,910,920,950,1080,1090,1540,1920,1560,1890,1340,910,210,190,150,70,200,280,560,630,1040,1050,1170,1350,1000,1040,1400,1390,1180,870,1150,1400,1870,1710,1100,570,300,110,70,60,250,440,520,660,570,790,1030,1370,1200,990,1040,1610,1380,1500,1300,1740,1560,1480,1420,1410]},{"name":"Channel","color":"#4fae4e","values":[10,400,0,10,40,30,120,20,80,40,50,70,70,120,190,70,50,170,170,110,120,160,40,50,50,0,0,20,0,140,10,50,50,70,80,120,90,50,60,170,190,130,130,100,130,60,90,80,10,10,0,0,10,30,10,40,40,90,100,70,210,90,110,70,80,80,110,40,90,130,100,30,40,80,30,60,10,20,30,80,90,50,80,80,120,240,220,150,80,120,40,90,100,100,70,100,40,0,10,10,0,10,50,70,50,50,70,60,140,50,70,20,140,40,90,220,100,140,70,60,20,0,0,10,0,10,40,80,50,160,50,40,240,80,110,50,100,120,90,40,100,140,180,10,10,90,0,0,0,20,20,30,60,50,70,90,90,80,60,90,130,160,100,90,150,150,120,380]},{"name":"Search","color":"#F5BD25","values":[100,60,0,0,150,50,650,30,270,190,170,770,390,330,210,160,110,80,270,260,260,330,300,170,320,140,40,0,10,150,590,180,70,100,70,330,170,220,90,240,220,210,280,150,200,240,470,110,40,10,10,10,30,170,80,750,300,30,110,160,130,130,130,190,80,120,370,70,120,290,110,100,70,40,10,10,20,100,280,200,380,180,160,100,140,110,90,140,190,220,90,240,130,170,90,10,10,10,40,0,310,340,100,60,70,130,110,480,190,90,420,160,190,170,290,170,90,240,60,50,0,20,0,10,10,530,70,120,270,260,110,220,160,170,140,90,190,110,230,160,140,70,100,30,30,0,0,0,0,130,700,290,150,110,300,110,260,130,120,120,400,70,260,290,190,240,80,40]},{"name":"Other","color":"#F79E39","values":[90,10,0,70,40,70,130,220,170,150,130,230,360,260,190,230,170,270,260,170,230,250,130,120,90,90,0,20,50,150,110,180,240,250,270,270,200,170,260,260,160,210,290,270,220,250,200,90,90,40,20,10,20,20,60,140,150,230,280,180,200,200,160,200,160,250,160,190,160,170,150,100,40,40,20,0,0,20,40,120,170,170,230,190,200,230,190,270,150,220,200,120,160,260,150,100,120,10,0,0,10,150,110,90,170,230,190,170,160,240,140,290,200,290,230,230,200,220,120,100,30,70,20,0,20,100,50,180,180,160,220,160,220,210,190,160,240,140,110,180,280,180,150,160,40,0,0,10,20,60,130,180,190,180,100,340,210,160,200,190,200,270,210,340,230,210,100,70]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,20,0,0,10,10,10,10,0,10,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,20,0,10,10,10,0,0,10,0,10,0,0,0,0,0,0,10,0,0,10,10,20,10,0,0,0,10,10,10,0,10,30,10,0,0,10,0,0,0,0,0,0,0,0,0,0,30,0,20,10,0,10,0,20,30,10,0,0,0,0,0,0,0,0,0,10,10,10,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,0,10,20,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,0,10,0,0,0,40,10,10,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/10.json b/dist/chartDummyData/views_zoom/2018-09/10.json new file mode 100644 index 000000000..6af3d8ae1 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/10.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1536278400000,1536282000000,1536285600000,1536289200000,1536292800000,1536296400000,1536300000000,1536303600000,1536307200000,1536310800000,1536314400000,1536318000000,1536321600000,1536325200000,1536328800000,1536332400000,1536336000000,1536339600000,1536343200000,1536346800000,1536350400000,1536354000000,1536357600000,1536361200000,1536364800000,1536368400000,1536372000000,1536375600000,1536379200000,1536382800000,1536386400000,1536390000000,1536393600000,1536397200000,1536400800000,1536404400000,1536408000000,1536411600000,1536415200000,1536418800000,1536422400000,1536426000000,1536429600000,1536433200000,1536436800000,1536440400000,1536444000000,1536447600000,1536451200000,1536454800000,1536458400000,1536462000000,1536465600000,1536469200000,1536472800000,1536476400000,1536480000000,1536483600000,1536487200000,1536490800000,1536494400000,1536498000000,1536501600000,1536505200000,1536508800000,1536512400000,1536516000000,1536519600000,1536523200000,1536526800000,1536530400000,1536534000000,1536537600000,1536541200000,1536544800000,1536548400000,1536552000000,1536555600000,1536559200000,1536562800000,1536566400000,1536570000000,1536573600000,1536577200000,1536580800000,1536584400000,1536588000000,1536591600000,1536595200000,1536598800000,1536602400000,1536606000000,1536609600000,1536613200000,1536616800000,1536620400000,1536624000000,1536627600000,1536631200000,1536634800000,1536638400000,1536642000000,1536645600000,1536649200000,1536652800000,1536656400000,1536660000000,1536663600000,1536667200000,1536670800000,1536674400000,1536678000000,1536681600000,1536685200000,1536688800000,1536692400000,1536696000000,1536699600000,1536703200000,1536706800000,1536710400000,1536714000000,1536717600000,1536721200000,1536724800000,1536728400000,1536732000000,1536735600000,1536739200000,1536742800000,1536746400000,1536750000000,1536753600000,1536757200000,1536760800000,1536764400000,1536768000000,1536771600000,1536775200000,1536778800000,1536782400000,1536786000000,1536789600000,1536793200000,1536796800000,1536800400000,1536804000000,1536807600000,1536811200000,1536814800000,1536818400000,1536822000000,1536825600000,1536829200000,1536832800000,1536836400000,1536840000000,1536843600000,1536847200000,1536850800000,1536854400000,1536858000000,1536861600000,1536865200000,1536868800000,1536872400000,1536876000000,1536879600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[560,170,90,70,70,410,730,980,940,1090,1080,1370,1620,1300,1350,1360,1500,1180,1740,1530,1470,1230,1110,680,430,230,210,160,100,270,620,850,670,1270,1430,1310,1610,1550,1360,1170,1460,1420,1220,1290,1350,1210,1180,1030,600,250,180,430,70,410,680,730,1070,1360,1820,1590,1310,1380,1660,1630,1810,1570,1680,1880,1450,1210,830,630,330,130,30,20,210,370,520,690,980,1310,1480,1370,1600,1360,1390,1430,1010,1310,1600,1680,1300,1110,1060,400,250,250,80,100,110,260,480,740,1080,1260,1360,2190,1200,1510,1160,1040,1630,1530,1380,2000,1880,1540,1210,460,260,250,80,20,160,400,730,960,900,1050,1090,1410,1500,1280,1060,1120,1530,1230,1540,1530,1540,1240,870,260,180,70,180,60,180,390,480,770,1010,1030,1120,1390,1750,1440,1460,1420,1600,1560,1280,1690,1440,1120,830,600]},{"name":"URL","color":"#2373DB","values":[210,70,30,20,40,120,330,660,720,1090,1230,1030,1100,1020,1160,1310,1530,1370,1520,1070,980,740,570,260,150,50,40,30,30,90,270,450,840,1210,990,910,960,890,890,1330,1420,1520,1280,890,730,720,560,540,280,100,40,20,0,30,170,360,490,840,780,720,790,710,770,640,770,980,1280,980,840,880,550,300,210,60,40,20,60,70,220,460,920,960,1100,1150,1090,1070,960,1100,1490,1440,1370,1460,1130,1110,660,320,210,40,10,40,30,170,360,710,880,1010,1390,1230,1140,1000,1300,1270,1590,1410,1370,1190,920,700,780,400,160,100,20,20,60,90,330,600,620,980,1070,1200,1030,1190,940,1280,1540,1550,1400,1550,880,690,710,280,110,90,40,20,10,300,380,490,830,880,1550,1300,1210,1270,1270,1470,1710,1770,1600,1530,1290,900,420,190]},{"name":"Groups","color":"#9ED448","values":[450,210,60,110,130,250,350,600,810,710,940,1070,1210,1180,910,1120,1130,990,1600,1230,1150,1460,1400,1110,450,280,160,70,60,240,290,510,870,1000,1110,930,1320,1230,900,1030,670,790,960,1120,910,2070,1220,950,2120,600,180,80,350,140,390,680,770,760,1060,930,900,650,1230,920,900,870,1280,1450,1530,1770,1360,620,420,210,110,30,60,290,540,730,790,780,1030,1580,1050,910,920,950,1080,1090,1540,1920,1560,1890,1340,910,210,190,150,70,200,280,560,630,1040,1050,1170,1350,1000,1040,1400,1390,1180,870,1150,1400,1870,1710,1100,570,300,110,70,60,250,440,520,660,570,790,1030,1370,1200,990,1040,1610,1380,1500,1300,1740,1560,1480,1420,1410,2980,100,40,30,290,470,480,780,780,730,870,1320,1160,880,1040,1090,1150,1020,1390,1620,1920,1770,1270,460]},{"name":"Channel","color":"#4fae4e","values":[50,0,0,20,0,140,10,50,50,70,80,120,90,50,60,170,190,130,130,100,130,60,90,80,10,10,0,0,10,30,10,40,40,90,100,70,210,90,110,70,80,80,110,40,90,130,100,30,40,80,30,60,10,20,30,80,90,50,80,80,120,240,220,150,80,120,40,90,100,100,70,100,40,0,10,10,0,10,50,70,50,50,70,60,140,50,70,20,140,40,90,220,100,140,70,60,20,0,0,10,0,10,40,80,50,160,50,40,240,80,110,50,100,120,90,40,100,140,180,10,10,90,0,0,0,20,20,30,60,50,70,90,90,80,60,90,130,160,100,90,150,150,120,380,70,20,10,10,20,40,60,20,60,50,50,110,60,130,80,110,110,50,100,160,260,120,70,40]},{"name":"Search","color":"#F5BD25","values":[320,140,40,0,10,150,590,180,70,100,70,330,170,220,90,240,220,210,280,150,200,240,470,110,40,10,10,10,30,170,80,750,300,30,110,160,130,130,130,190,80,120,370,70,120,290,110,100,70,40,10,10,20,100,280,200,380,180,160,100,140,110,90,140,190,220,90,240,130,170,90,10,10,10,40,0,310,340,100,60,70,130,110,480,190,90,420,160,190,170,290,170,90,240,60,50,0,20,0,10,10,530,70,120,270,260,110,220,160,170,140,90,190,110,230,160,140,70,100,30,30,0,0,0,0,130,700,290,150,110,300,110,260,130,120,120,400,70,260,290,190,240,80,40,20,30,0,0,120,430,290,260,110,610,350,330,320,250,190,200,130,420,270,230,110,180,150,60]},{"name":"Other","color":"#F79E39","values":[90,90,0,20,50,150,110,180,240,250,270,270,200,170,260,260,160,210,290,270,220,250,200,90,90,40,20,10,20,20,60,140,150,230,280,180,200,200,160,200,160,250,160,190,160,170,150,100,40,40,20,0,0,20,40,120,170,170,230,190,200,230,190,270,150,220,200,120,160,260,150,100,120,10,0,0,10,150,110,90,170,230,190,170,160,240,140,290,200,290,230,230,200,220,120,100,30,70,20,0,20,100,50,180,180,160,220,160,220,210,190,160,240,140,110,180,280,180,150,160,40,0,0,10,20,60,130,180,190,180,100,340,210,160,200,190,200,270,210,340,230,210,100,70,60,10,20,30,10,120,160,160,180,210,280,160,200,170,160,250,260,280,250,400,320,210,210,70]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,10,0,10,20,0,10,10,10,0,0,10,0,10,0,0,0,0,0,0,10,0,0,10,10,20,10,0,0,0,10,10,10,0,10,30,10,0,0,10,0,0,0,0,0,0,0,0,0,0,30,0,20,10,0,10,0,20,30,10,0,0,0,0,0,0,0,0,0,10,10,10,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,0,10,20,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,0,10,0,0,0,40,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,20,0,10,10,0,0,10,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/11.json b/dist/chartDummyData/views_zoom/2018-09/11.json new file mode 100644 index 000000000..99db92aea --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/11.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1536364800000,1536368400000,1536372000000,1536375600000,1536379200000,1536382800000,1536386400000,1536390000000,1536393600000,1536397200000,1536400800000,1536404400000,1536408000000,1536411600000,1536415200000,1536418800000,1536422400000,1536426000000,1536429600000,1536433200000,1536436800000,1536440400000,1536444000000,1536447600000,1536451200000,1536454800000,1536458400000,1536462000000,1536465600000,1536469200000,1536472800000,1536476400000,1536480000000,1536483600000,1536487200000,1536490800000,1536494400000,1536498000000,1536501600000,1536505200000,1536508800000,1536512400000,1536516000000,1536519600000,1536523200000,1536526800000,1536530400000,1536534000000,1536537600000,1536541200000,1536544800000,1536548400000,1536552000000,1536555600000,1536559200000,1536562800000,1536566400000,1536570000000,1536573600000,1536577200000,1536580800000,1536584400000,1536588000000,1536591600000,1536595200000,1536598800000,1536602400000,1536606000000,1536609600000,1536613200000,1536616800000,1536620400000,1536624000000,1536627600000,1536631200000,1536634800000,1536638400000,1536642000000,1536645600000,1536649200000,1536652800000,1536656400000,1536660000000,1536663600000,1536667200000,1536670800000,1536674400000,1536678000000,1536681600000,1536685200000,1536688800000,1536692400000,1536696000000,1536699600000,1536703200000,1536706800000,1536710400000,1536714000000,1536717600000,1536721200000,1536724800000,1536728400000,1536732000000,1536735600000,1536739200000,1536742800000,1536746400000,1536750000000,1536753600000,1536757200000,1536760800000,1536764400000,1536768000000,1536771600000,1536775200000,1536778800000,1536782400000,1536786000000,1536789600000,1536793200000,1536796800000,1536800400000,1536804000000,1536807600000,1536811200000,1536814800000,1536818400000,1536822000000,1536825600000,1536829200000,1536832800000,1536836400000,1536840000000,1536843600000,1536847200000,1536850800000,1536854400000,1536858000000,1536861600000,1536865200000,1536868800000,1536872400000,1536876000000,1536879600000,1536883200000,1536886800000,1536890400000,1536894000000,1536897600000,1536901200000,1536904800000,1536908400000,1536912000000,1536915600000,1536919200000,1536922800000,1536926400000,1536930000000,1536933600000,1536937200000,1536940800000,1536944400000,1536948000000,1536951600000,1536955200000,1536958800000,1536962400000,1536966000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[430,230,210,160,100,270,620,850,670,1270,1430,1310,1610,1550,1360,1170,1460,1420,1220,1290,1350,1210,1180,1030,600,250,180,430,70,410,680,730,1070,1360,1820,1590,1310,1380,1660,1630,1810,1570,1680,1880,1450,1210,830,630,330,130,30,20,210,370,520,690,980,1310,1480,1370,1600,1360,1390,1430,1010,1310,1600,1680,1300,1110,1060,400,250,250,80,100,110,260,480,740,1080,1260,1360,2190,1200,1510,1160,1040,1630,1530,1380,2000,1880,1540,1210,460,260,250,80,20,160,400,730,960,900,1050,1090,1410,1500,1280,1060,1120,1530,1230,1540,1530,1540,1240,870,260,180,70,180,60,180,390,480,770,1010,1030,1120,1390,1750,1440,1460,1420,1600,1560,1280,1690,1440,1120,830,600,130,150,100,40,130,310,670,860,800,1010,1240,1270,1420,1460,1430,1450,1070,1240,1640,1650,1360,1360,920,750]},{"name":"URL","color":"#2373DB","values":[150,50,40,30,30,90,270,450,840,1210,990,910,960,890,890,1330,1420,1520,1280,890,730,720,560,540,280,100,40,20,0,30,170,360,490,840,780,720,790,710,770,640,770,980,1280,980,840,880,550,300,210,60,40,20,60,70,220,460,920,960,1100,1150,1090,1070,960,1100,1490,1440,1370,1460,1130,1110,660,320,210,40,10,40,30,170,360,710,880,1010,1390,1230,1140,1000,1300,1270,1590,1410,1370,1190,920,700,780,400,160,100,20,20,60,90,330,600,620,980,1070,1200,1030,1190,940,1280,1540,1550,1400,1550,880,690,710,280,110,90,40,20,10,300,380,490,830,880,1550,1300,1210,1270,1270,1470,1710,1770,1600,1530,1290,900,420,190,90,60,40,20,10,210,530,480,600,1120,1260,1210,1330,1100,1020,1460,1710,1630,1430,1320,1140,680,640,320]},{"name":"Groups","color":"#9ED448","values":[450,280,160,70,60,240,290,510,870,1000,1110,930,1320,1230,900,1030,670,790,960,1120,910,2070,1220,950,2120,600,180,80,350,140,390,680,770,760,1060,930,900,650,1230,920,900,870,1280,1450,1530,1770,1360,620,420,210,110,30,60,290,540,730,790,780,1030,1580,1050,910,920,950,1080,1090,1540,1920,1560,1890,1340,910,210,190,150,70,200,280,560,630,1040,1050,1170,1350,1000,1040,1400,1390,1180,870,1150,1400,1870,1710,1100,570,300,110,70,60,250,440,520,660,570,790,1030,1370,1200,990,1040,1610,1380,1500,1300,1740,1560,1480,1420,1410,2980,100,40,30,290,470,480,780,780,730,870,1320,1160,880,1040,1090,1150,1020,1390,1620,1920,1770,1270,460,270,70,40,90,150,490,480,540,640,750,1130,1040,1120,1000,1060,1000,840,1260,1390,1150,1070,1600,1180,790]},{"name":"Channel","color":"#4fae4e","values":[10,10,0,0,10,30,10,40,40,90,100,70,210,90,110,70,80,80,110,40,90,130,100,30,40,80,30,60,10,20,30,80,90,50,80,80,120,240,220,150,80,120,40,90,100,100,70,100,40,0,10,10,0,10,50,70,50,50,70,60,140,50,70,20,140,40,90,220,100,140,70,60,20,0,0,10,0,10,40,80,50,160,50,40,240,80,110,50,100,120,90,40,100,140,180,10,10,90,0,0,0,20,20,30,60,50,70,90,90,80,60,90,130,160,100,90,150,150,120,380,70,20,10,10,20,40,60,20,60,50,50,110,60,130,80,110,110,50,100,160,260,120,70,40,20,30,0,0,20,0,10,70,90,30,50,30,190,250,80,120,80,290,110,50,110,130,80,50]},{"name":"Search","color":"#F5BD25","values":[40,10,10,10,30,170,80,750,300,30,110,160,130,130,130,190,80,120,370,70,120,290,110,100,70,40,10,10,20,100,280,200,380,180,160,100,140,110,90,140,190,220,90,240,130,170,90,10,10,10,40,0,310,340,100,60,70,130,110,480,190,90,420,160,190,170,290,170,90,240,60,50,0,20,0,10,10,530,70,120,270,260,110,220,160,170,140,90,190,110,230,160,140,70,100,30,30,0,0,0,0,130,700,290,150,110,300,110,260,130,120,120,400,70,260,290,190,240,80,40,20,30,0,0,120,430,290,260,110,610,350,330,320,250,190,200,130,420,270,230,110,180,150,60,90,0,0,0,30,660,390,350,540,110,280,110,140,110,110,100,60,290,30,150,300,150,100,80]},{"name":"Other","color":"#F79E39","values":[90,40,20,10,20,20,60,140,150,230,280,180,200,200,160,200,160,250,160,190,160,170,150,100,40,40,20,0,0,20,40,120,170,170,230,190,200,230,190,270,150,220,200,120,160,260,150,100,120,10,0,0,10,150,110,90,170,230,190,170,160,240,140,290,200,290,230,230,200,220,120,100,30,70,20,0,20,100,50,180,180,160,220,160,220,210,190,160,240,140,110,180,280,180,150,160,40,0,0,10,20,60,130,180,190,180,100,340,210,160,200,190,200,270,210,340,230,210,100,70,60,10,20,30,10,120,160,160,180,210,280,160,200,170,160,250,260,280,250,400,320,210,210,70,40,20,10,10,60,90,100,170,100,170,190,260,220,250,210,110,170,330,290,200,190,170,150,50]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,0,10,10,20,10,0,0,0,10,10,10,0,10,30,10,0,0,10,0,0,0,0,0,0,0,0,0,0,30,0,20,10,0,10,0,20,30,10,0,0,0,0,0,0,0,0,0,10,10,10,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,0,10,20,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,0,10,0,0,0,40,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,20,0,10,10,0,0,10,10,0,0,0,0,0,0,0,0,0,0,10,40,0,0,0,10,0,10,10,0,0,30,0,0,30,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/12.json b/dist/chartDummyData/views_zoom/2018-09/12.json new file mode 100644 index 000000000..ea5257dd6 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/12.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1536451200000,1536454800000,1536458400000,1536462000000,1536465600000,1536469200000,1536472800000,1536476400000,1536480000000,1536483600000,1536487200000,1536490800000,1536494400000,1536498000000,1536501600000,1536505200000,1536508800000,1536512400000,1536516000000,1536519600000,1536523200000,1536526800000,1536530400000,1536534000000,1536537600000,1536541200000,1536544800000,1536548400000,1536552000000,1536555600000,1536559200000,1536562800000,1536566400000,1536570000000,1536573600000,1536577200000,1536580800000,1536584400000,1536588000000,1536591600000,1536595200000,1536598800000,1536602400000,1536606000000,1536609600000,1536613200000,1536616800000,1536620400000,1536624000000,1536627600000,1536631200000,1536634800000,1536638400000,1536642000000,1536645600000,1536649200000,1536652800000,1536656400000,1536660000000,1536663600000,1536667200000,1536670800000,1536674400000,1536678000000,1536681600000,1536685200000,1536688800000,1536692400000,1536696000000,1536699600000,1536703200000,1536706800000,1536710400000,1536714000000,1536717600000,1536721200000,1536724800000,1536728400000,1536732000000,1536735600000,1536739200000,1536742800000,1536746400000,1536750000000,1536753600000,1536757200000,1536760800000,1536764400000,1536768000000,1536771600000,1536775200000,1536778800000,1536782400000,1536786000000,1536789600000,1536793200000,1536796800000,1536800400000,1536804000000,1536807600000,1536811200000,1536814800000,1536818400000,1536822000000,1536825600000,1536829200000,1536832800000,1536836400000,1536840000000,1536843600000,1536847200000,1536850800000,1536854400000,1536858000000,1536861600000,1536865200000,1536868800000,1536872400000,1536876000000,1536879600000,1536883200000,1536886800000,1536890400000,1536894000000,1536897600000,1536901200000,1536904800000,1536908400000,1536912000000,1536915600000,1536919200000,1536922800000,1536926400000,1536930000000,1536933600000,1536937200000,1536940800000,1536944400000,1536948000000,1536951600000,1536955200000,1536958800000,1536962400000,1536966000000,1536969600000,1536973200000,1536976800000,1536980400000,1536984000000,1536987600000,1536991200000,1536994800000,1536998400000,1537002000000,1537005600000,1537009200000,1537012800000,1537016400000,1537020000000,1537023600000,1537027200000,1537030800000,1537034400000,1537038000000,1537041600000,1537045200000,1537048800000,1537052400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[600,250,180,430,70,410,680,730,1070,1360,1820,1590,1310,1380,1660,1630,1810,1570,1680,1880,1450,1210,830,630,330,130,30,20,210,370,520,690,980,1310,1480,1370,1600,1360,1390,1430,1010,1310,1600,1680,1300,1110,1060,400,250,250,80,100,110,260,480,740,1080,1260,1360,2190,1200,1510,1160,1040,1630,1530,1380,2000,1880,1540,1210,460,260,250,80,20,160,400,730,960,900,1050,1090,1410,1500,1280,1060,1120,1530,1230,1540,1530,1540,1240,870,260,180,70,180,60,180,390,480,770,1010,1030,1120,1390,1750,1440,1460,1420,1600,1560,1280,1690,1440,1120,830,600,130,150,100,40,130,310,670,860,800,1010,1240,1270,1420,1460,1430,1450,1070,1240,1640,1650,1360,1360,920,750,410,160,40,20,110,410,470,680,1130,1310,1710,1730,1590,1300,1780,1460,1740,1550,1410,1490,1310,1250,910,650]},{"name":"URL","color":"#2373DB","values":[280,100,40,20,0,30,170,360,490,840,780,720,790,710,770,640,770,980,1280,980,840,880,550,300,210,60,40,20,60,70,220,460,920,960,1100,1150,1090,1070,960,1100,1490,1440,1370,1460,1130,1110,660,320,210,40,10,40,30,170,360,710,880,1010,1390,1230,1140,1000,1300,1270,1590,1410,1370,1190,920,700,780,400,160,100,20,20,60,90,330,600,620,980,1070,1200,1030,1190,940,1280,1540,1550,1400,1550,880,690,710,280,110,90,40,20,10,300,380,490,830,880,1550,1300,1210,1270,1270,1470,1710,1770,1600,1530,1290,900,420,190,90,60,40,20,10,210,530,480,600,1120,1260,1210,1330,1100,1020,1460,1710,1630,1430,1320,1140,680,640,320,210,170,90,0,20,130,210,410,800,1090,1300,1210,1040,1120,860,840,1100,1080,1190,1070,720,790,560,400]},{"name":"Groups","color":"#9ED448","values":[2120,600,180,80,350,140,390,680,770,760,1060,930,900,650,1230,920,900,870,1280,1450,1530,1770,1360,620,420,210,110,30,60,290,540,730,790,780,1030,1580,1050,910,920,950,1080,1090,1540,1920,1560,1890,1340,910,210,190,150,70,200,280,560,630,1040,1050,1170,1350,1000,1040,1400,1390,1180,870,1150,1400,1870,1710,1100,570,300,110,70,60,250,440,520,660,570,790,1030,1370,1200,990,1040,1610,1380,1500,1300,1740,1560,1480,1420,1410,2980,100,40,30,290,470,480,780,780,730,870,1320,1160,880,1040,1090,1150,1020,1390,1620,1920,1770,1270,460,270,70,40,90,150,490,480,540,640,750,1130,1040,1120,1000,1060,1000,840,1260,1390,1150,1070,1600,1180,790,510,270,1080,420,50,220,430,1300,710,1260,1090,1090,1430,1190,850,790,1020,1020,1020,1040,2220,1350,900,810]},{"name":"Channel","color":"#4fae4e","values":[40,80,30,60,10,20,30,80,90,50,80,80,120,240,220,150,80,120,40,90,100,100,70,100,40,0,10,10,0,10,50,70,50,50,70,60,140,50,70,20,140,40,90,220,100,140,70,60,20,0,0,10,0,10,40,80,50,160,50,40,240,80,110,50,100,120,90,40,100,140,180,10,10,90,0,0,0,20,20,30,60,50,70,90,90,80,60,90,130,160,100,90,150,150,120,380,70,20,10,10,20,40,60,20,60,50,50,110,60,130,80,110,110,50,100,160,260,120,70,40,20,30,0,0,20,0,10,70,90,30,50,30,190,250,80,120,80,290,110,50,110,130,80,50,10,10,0,10,20,20,30,40,150,80,110,180,110,130,210,90,70,70,70,140,160,80,120,90]},{"name":"Search","color":"#F5BD25","values":[70,40,10,10,20,100,280,200,380,180,160,100,140,110,90,140,190,220,90,240,130,170,90,10,10,10,40,0,310,340,100,60,70,130,110,480,190,90,420,160,190,170,290,170,90,240,60,50,0,20,0,10,10,530,70,120,270,260,110,220,160,170,140,90,190,110,230,160,140,70,100,30,30,0,0,0,0,130,700,290,150,110,300,110,260,130,120,120,400,70,260,290,190,240,80,40,20,30,0,0,120,430,290,260,110,610,350,330,320,250,190,200,130,420,270,230,110,180,150,60,90,0,0,0,30,660,390,350,540,110,280,110,140,110,110,100,60,290,30,150,300,150,100,80,60,30,0,0,20,150,180,690,90,90,150,150,160,220,170,100,50,190,40,430,250,150,80,260]},{"name":"Other","color":"#F79E39","values":[40,40,20,0,0,20,40,120,170,170,230,190,200,230,190,270,150,220,200,120,160,260,150,100,120,10,0,0,10,150,110,90,170,230,190,170,160,240,140,290,200,290,230,230,200,220,120,100,30,70,20,0,20,100,50,180,180,160,220,160,220,210,190,160,240,140,110,180,280,180,150,160,40,0,0,10,20,60,130,180,190,180,100,340,210,160,200,190,200,270,210,340,230,210,100,70,60,10,20,30,10,120,160,160,180,210,280,160,200,170,160,250,260,280,250,400,320,210,210,70,40,20,10,10,60,90,100,170,100,170,190,260,220,250,210,110,170,330,290,200,190,170,150,50,50,30,0,10,10,40,50,120,220,190,290,150,220,180,230,120,210,170,160,120,280,140,80,90]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,0,0,0,0,0,30,0,20,10,0,10,0,20,30,10,0,0,0,0,0,0,0,0,0,10,10,10,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,0,10,20,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,0,10,0,0,0,40,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,20,0,10,10,0,0,10,10,0,0,0,0,0,0,0,0,0,0,10,40,0,0,0,10,0,10,10,0,0,30,0,0,30,0,10,0,0,10,0,0,0,10,0,0,0,0,0,0,20,0,10,10,20,30,10,0,0,10,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/13.json b/dist/chartDummyData/views_zoom/2018-09/13.json new file mode 100644 index 000000000..d80ff5fd3 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/13.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1536537600000,1536541200000,1536544800000,1536548400000,1536552000000,1536555600000,1536559200000,1536562800000,1536566400000,1536570000000,1536573600000,1536577200000,1536580800000,1536584400000,1536588000000,1536591600000,1536595200000,1536598800000,1536602400000,1536606000000,1536609600000,1536613200000,1536616800000,1536620400000,1536624000000,1536627600000,1536631200000,1536634800000,1536638400000,1536642000000,1536645600000,1536649200000,1536652800000,1536656400000,1536660000000,1536663600000,1536667200000,1536670800000,1536674400000,1536678000000,1536681600000,1536685200000,1536688800000,1536692400000,1536696000000,1536699600000,1536703200000,1536706800000,1536710400000,1536714000000,1536717600000,1536721200000,1536724800000,1536728400000,1536732000000,1536735600000,1536739200000,1536742800000,1536746400000,1536750000000,1536753600000,1536757200000,1536760800000,1536764400000,1536768000000,1536771600000,1536775200000,1536778800000,1536782400000,1536786000000,1536789600000,1536793200000,1536796800000,1536800400000,1536804000000,1536807600000,1536811200000,1536814800000,1536818400000,1536822000000,1536825600000,1536829200000,1536832800000,1536836400000,1536840000000,1536843600000,1536847200000,1536850800000,1536854400000,1536858000000,1536861600000,1536865200000,1536868800000,1536872400000,1536876000000,1536879600000,1536883200000,1536886800000,1536890400000,1536894000000,1536897600000,1536901200000,1536904800000,1536908400000,1536912000000,1536915600000,1536919200000,1536922800000,1536926400000,1536930000000,1536933600000,1536937200000,1536940800000,1536944400000,1536948000000,1536951600000,1536955200000,1536958800000,1536962400000,1536966000000,1536969600000,1536973200000,1536976800000,1536980400000,1536984000000,1536987600000,1536991200000,1536994800000,1536998400000,1537002000000,1537005600000,1537009200000,1537012800000,1537016400000,1537020000000,1537023600000,1537027200000,1537030800000,1537034400000,1537038000000,1537041600000,1537045200000,1537048800000,1537052400000,1537056000000,1537059600000,1537063200000,1537066800000,1537070400000,1537074000000,1537077600000,1537081200000,1537084800000,1537088400000,1537092000000,1537095600000,1537099200000,1537102800000,1537106400000,1537110000000,1537113600000,1537117200000,1537120800000,1537124400000,1537128000000,1537131600000,1537135200000,1537138800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[330,130,30,20,210,370,520,690,980,1310,1480,1370,1600,1360,1390,1430,1010,1310,1600,1680,1300,1110,1060,400,250,250,80,100,110,260,480,740,1080,1260,1360,2190,1200,1510,1160,1040,1630,1530,1380,2000,1880,1540,1210,460,260,250,80,20,160,400,730,960,900,1050,1090,1410,1500,1280,1060,1120,1530,1230,1540,1530,1540,1240,870,260,180,70,180,60,180,390,480,770,1010,1030,1120,1390,1750,1440,1460,1420,1600,1560,1280,1690,1440,1120,830,600,130,150,100,40,130,310,670,860,800,1010,1240,1270,1420,1460,1430,1450,1070,1240,1640,1650,1360,1360,920,750,410,160,40,20,110,410,470,680,1130,1310,1710,1730,1590,1300,1780,1460,1740,1550,1410,1490,1310,1250,910,650,510,240,130,60,70,210,380,1140,990,1430,1660,1310,1830,1650,1550,1470,1400,1500,1690,1730,1590,1510,620,290]},{"name":"URL","color":"#2373DB","values":[210,60,40,20,60,70,220,460,920,960,1100,1150,1090,1070,960,1100,1490,1440,1370,1460,1130,1110,660,320,210,40,10,40,30,170,360,710,880,1010,1390,1230,1140,1000,1300,1270,1590,1410,1370,1190,920,700,780,400,160,100,20,20,60,90,330,600,620,980,1070,1200,1030,1190,940,1280,1540,1550,1400,1550,880,690,710,280,110,90,40,20,10,300,380,490,830,880,1550,1300,1210,1270,1270,1470,1710,1770,1600,1530,1290,900,420,190,90,60,40,20,10,210,530,480,600,1120,1260,1210,1330,1100,1020,1460,1710,1630,1430,1320,1140,680,640,320,210,170,90,0,20,130,210,410,800,1090,1300,1210,1040,1120,860,840,1100,1080,1190,1070,720,790,560,400,260,50,60,60,40,10,120,300,640,860,910,840,1080,1110,1000,960,1040,900,1200,1360,1170,890,300,160]},{"name":"Groups","color":"#9ED448","values":[420,210,110,30,60,290,540,730,790,780,1030,1580,1050,910,920,950,1080,1090,1540,1920,1560,1890,1340,910,210,190,150,70,200,280,560,630,1040,1050,1170,1350,1000,1040,1400,1390,1180,870,1150,1400,1870,1710,1100,570,300,110,70,60,250,440,520,660,570,790,1030,1370,1200,990,1040,1610,1380,1500,1300,1740,1560,1480,1420,1410,2980,100,40,30,290,470,480,780,780,730,870,1320,1160,880,1040,1090,1150,1020,1390,1620,1920,1770,1270,460,270,70,40,90,150,490,480,540,640,750,1130,1040,1120,1000,1060,1000,840,1260,1390,1150,1070,1600,1180,790,510,270,1080,420,50,220,430,1300,710,1260,1090,1090,1430,1190,850,790,1020,1020,1020,1040,2220,1350,900,810,470,110,40,30,40,110,420,860,800,820,1090,1020,1930,850,990,800,830,2820,1330,1830,1830,1860,1090,770]},{"name":"Channel","color":"#4fae4e","values":[40,0,10,10,0,10,50,70,50,50,70,60,140,50,70,20,140,40,90,220,100,140,70,60,20,0,0,10,0,10,40,80,50,160,50,40,240,80,110,50,100,120,90,40,100,140,180,10,10,90,0,0,0,20,20,30,60,50,70,90,90,80,60,90,130,160,100,90,150,150,120,380,70,20,10,10,20,40,60,20,60,50,50,110,60,130,80,110,110,50,100,160,260,120,70,40,20,30,0,0,20,0,10,70,90,30,50,30,190,250,80,120,80,290,110,50,110,130,80,50,10,10,0,10,20,20,30,40,150,80,110,180,110,130,210,90,70,70,70,140,160,80,120,90,10,10,30,20,0,20,60,40,50,90,50,160,60,140,100,130,200,90,190,130,120,60,100,40]},{"name":"Search","color":"#F5BD25","values":[10,10,40,0,310,340,100,60,70,130,110,480,190,90,420,160,190,170,290,170,90,240,60,50,0,20,0,10,10,530,70,120,270,260,110,220,160,170,140,90,190,110,230,160,140,70,100,30,30,0,0,0,0,130,700,290,150,110,300,110,260,130,120,120,400,70,260,290,190,240,80,40,20,30,0,0,120,430,290,260,110,610,350,330,320,250,190,200,130,420,270,230,110,180,150,60,90,0,0,0,30,660,390,350,540,110,280,110,140,110,110,100,60,290,30,150,300,150,100,80,60,30,0,0,20,150,180,690,90,90,150,150,160,220,170,100,50,190,40,430,250,150,80,260,40,30,0,10,0,60,110,850,190,320,200,250,200,470,330,210,240,200,260,230,150,120,50,20]},{"name":"Other","color":"#F79E39","values":[120,10,0,0,10,150,110,90,170,230,190,170,160,240,140,290,200,290,230,230,200,220,120,100,30,70,20,0,20,100,50,180,180,160,220,160,220,210,190,160,240,140,110,180,280,180,150,160,40,0,0,10,20,60,130,180,190,180,100,340,210,160,200,190,200,270,210,340,230,210,100,70,60,10,20,30,10,120,160,160,180,210,280,160,200,170,160,250,260,280,250,400,320,210,210,70,40,20,10,10,60,90,100,170,100,170,190,260,220,250,210,110,170,330,290,200,190,170,150,50,50,30,0,10,10,40,50,120,220,190,290,150,220,180,230,120,210,170,160,120,280,140,80,90,40,10,20,20,20,10,90,100,230,160,160,200,130,240,240,130,180,80,240,280,140,110,180,50]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,10,10,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,0,10,20,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,0,10,0,0,0,40,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,20,0,10,10,0,0,10,10,0,0,0,0,0,0,0,0,0,0,10,40,0,0,0,10,0,10,10,0,0,30,0,0,30,0,10,0,0,10,0,0,0,10,0,0,0,0,0,0,20,0,10,10,20,30,10,0,0,10,10,0,0,0,0,0,0,0,0,0,20,20,0,0,10,0,10,10,10,0,10,10,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/14.json b/dist/chartDummyData/views_zoom/2018-09/14.json new file mode 100644 index 000000000..6c913dce5 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/14.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1536624000000,1536627600000,1536631200000,1536634800000,1536638400000,1536642000000,1536645600000,1536649200000,1536652800000,1536656400000,1536660000000,1536663600000,1536667200000,1536670800000,1536674400000,1536678000000,1536681600000,1536685200000,1536688800000,1536692400000,1536696000000,1536699600000,1536703200000,1536706800000,1536710400000,1536714000000,1536717600000,1536721200000,1536724800000,1536728400000,1536732000000,1536735600000,1536739200000,1536742800000,1536746400000,1536750000000,1536753600000,1536757200000,1536760800000,1536764400000,1536768000000,1536771600000,1536775200000,1536778800000,1536782400000,1536786000000,1536789600000,1536793200000,1536796800000,1536800400000,1536804000000,1536807600000,1536811200000,1536814800000,1536818400000,1536822000000,1536825600000,1536829200000,1536832800000,1536836400000,1536840000000,1536843600000,1536847200000,1536850800000,1536854400000,1536858000000,1536861600000,1536865200000,1536868800000,1536872400000,1536876000000,1536879600000,1536883200000,1536886800000,1536890400000,1536894000000,1536897600000,1536901200000,1536904800000,1536908400000,1536912000000,1536915600000,1536919200000,1536922800000,1536926400000,1536930000000,1536933600000,1536937200000,1536940800000,1536944400000,1536948000000,1536951600000,1536955200000,1536958800000,1536962400000,1536966000000,1536969600000,1536973200000,1536976800000,1536980400000,1536984000000,1536987600000,1536991200000,1536994800000,1536998400000,1537002000000,1537005600000,1537009200000,1537012800000,1537016400000,1537020000000,1537023600000,1537027200000,1537030800000,1537034400000,1537038000000,1537041600000,1537045200000,1537048800000,1537052400000,1537056000000,1537059600000,1537063200000,1537066800000,1537070400000,1537074000000,1537077600000,1537081200000,1537084800000,1537088400000,1537092000000,1537095600000,1537099200000,1537102800000,1537106400000,1537110000000,1537113600000,1537117200000,1537120800000,1537124400000,1537128000000,1537131600000,1537135200000,1537138800000,1537142400000,1537146000000,1537149600000,1537153200000,1537156800000,1537160400000,1537164000000,1537167600000,1537171200000,1537174800000,1537178400000,1537182000000,1537185600000,1537189200000,1537192800000,1537196400000,1537200000000,1537203600000,1537207200000,1537210800000,1537214400000,1537218000000,1537221600000,1537225200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[250,250,80,100,110,260,480,740,1080,1260,1360,2190,1200,1510,1160,1040,1630,1530,1380,2000,1880,1540,1210,460,260,250,80,20,160,400,730,960,900,1050,1090,1410,1500,1280,1060,1120,1530,1230,1540,1530,1540,1240,870,260,180,70,180,60,180,390,480,770,1010,1030,1120,1390,1750,1440,1460,1420,1600,1560,1280,1690,1440,1120,830,600,130,150,100,40,130,310,670,860,800,1010,1240,1270,1420,1460,1430,1450,1070,1240,1640,1650,1360,1360,920,750,410,160,40,20,110,410,470,680,1130,1310,1710,1730,1590,1300,1780,1460,1740,1550,1410,1490,1310,1250,910,650,510,240,130,60,70,210,380,1140,990,1430,1660,1310,1830,1650,1550,1470,1400,1500,1690,1730,1590,1510,620,290,180,60,60,90,120,480,1080,1030,1010,1290,1200,1250,2090,1750,1770,1440,1400,1610,1590,1790,2210,1340,920,420]},{"name":"URL","color":"#2373DB","values":[210,40,10,40,30,170,360,710,880,1010,1390,1230,1140,1000,1300,1270,1590,1410,1370,1190,920,700,780,400,160,100,20,20,60,90,330,600,620,980,1070,1200,1030,1190,940,1280,1540,1550,1400,1550,880,690,710,280,110,90,40,20,10,300,380,490,830,880,1550,1300,1210,1270,1270,1470,1710,1770,1600,1530,1290,900,420,190,90,60,40,20,10,210,530,480,600,1120,1260,1210,1330,1100,1020,1460,1710,1630,1430,1320,1140,680,640,320,210,170,90,0,20,130,210,410,800,1090,1300,1210,1040,1120,860,840,1100,1080,1190,1070,720,790,560,400,260,50,60,60,40,10,120,300,640,860,910,840,1080,1110,1000,960,1040,900,1200,1360,1170,890,300,160,110,10,20,0,40,240,380,760,770,950,1160,1150,1160,1230,1150,1230,1350,1430,1460,1330,1150,780,420,180]},{"name":"Groups","color":"#9ED448","values":[210,190,150,70,200,280,560,630,1040,1050,1170,1350,1000,1040,1400,1390,1180,870,1150,1400,1870,1710,1100,570,300,110,70,60,250,440,520,660,570,790,1030,1370,1200,990,1040,1610,1380,1500,1300,1740,1560,1480,1420,1410,2980,100,40,30,290,470,480,780,780,730,870,1320,1160,880,1040,1090,1150,1020,1390,1620,1920,1770,1270,460,270,70,40,90,150,490,480,540,640,750,1130,1040,1120,1000,1060,1000,840,1260,1390,1150,1070,1600,1180,790,510,270,1080,420,50,220,430,1300,710,1260,1090,1090,1430,1190,850,790,1020,1020,1020,1040,2220,1350,900,810,470,110,40,30,40,110,420,860,800,820,1090,1020,1930,850,990,800,830,2820,1330,1830,1830,1860,1090,770,340,110,30,30,240,430,430,840,750,910,1240,1090,870,900,1040,900,1260,1220,1340,1570,2120,1700,1130,240]},{"name":"Channel","color":"#4fae4e","values":[20,0,0,10,0,10,40,80,50,160,50,40,240,80,110,50,100,120,90,40,100,140,180,10,10,90,0,0,0,20,20,30,60,50,70,90,90,80,60,90,130,160,100,90,150,150,120,380,70,20,10,10,20,40,60,20,60,50,50,110,60,130,80,110,110,50,100,160,260,120,70,40,20,30,0,0,20,0,10,70,90,30,50,30,190,250,80,120,80,290,110,50,110,130,80,50,10,10,0,10,20,20,30,40,150,80,110,180,110,130,210,90,70,70,70,140,160,80,120,90,10,10,30,20,0,20,60,40,50,90,50,160,60,140,100,130,200,90,190,130,120,60,100,40,20,60,0,0,20,30,20,90,90,30,150,70,70,220,190,80,90,110,150,240,180,180,130,50]},{"name":"Search","color":"#F5BD25","values":[0,20,0,10,10,530,70,120,270,260,110,220,160,170,140,90,190,110,230,160,140,70,100,30,30,0,0,0,0,130,700,290,150,110,300,110,260,130,120,120,400,70,260,290,190,240,80,40,20,30,0,0,120,430,290,260,110,610,350,330,320,250,190,200,130,420,270,230,110,180,150,60,90,0,0,0,30,660,390,350,540,110,280,110,140,110,110,100,60,290,30,150,300,150,100,80,60,30,0,0,20,150,180,690,90,90,150,150,160,220,170,100,50,190,40,430,250,150,80,260,40,30,0,10,0,60,110,850,190,320,200,250,200,470,330,210,240,200,260,230,150,120,50,20,10,10,30,0,460,280,150,140,100,240,210,200,150,190,140,220,180,210,480,150,130,240,120,30]},{"name":"Other","color":"#F79E39","values":[30,70,20,0,20,100,50,180,180,160,220,160,220,210,190,160,240,140,110,180,280,180,150,160,40,0,0,10,20,60,130,180,190,180,100,340,210,160,200,190,200,270,210,340,230,210,100,70,60,10,20,30,10,120,160,160,180,210,280,160,200,170,160,250,260,280,250,400,320,210,210,70,40,20,10,10,60,90,100,170,100,170,190,260,220,250,210,110,170,330,290,200,190,170,150,50,50,30,0,10,10,40,50,120,220,190,290,150,220,180,230,120,210,170,160,120,280,140,80,90,40,10,20,20,20,10,90,100,230,160,160,200,130,240,240,130,180,80,240,280,140,110,180,50,30,10,0,10,30,90,100,240,140,130,150,210,170,280,250,240,260,340,260,270,280,240,100,90]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,10,10,0,10,0,10,20,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,0,10,0,0,0,40,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,20,0,10,10,0,0,10,10,0,0,0,0,0,0,0,0,0,0,10,40,0,0,0,10,0,10,10,0,0,30,0,0,30,0,10,0,0,10,0,0,0,10,0,0,0,0,0,0,20,0,10,10,20,30,10,0,0,10,10,0,0,0,0,0,0,0,0,0,20,20,0,0,10,0,10,10,10,0,10,10,10,0,0,0,0,0,0,0,20,10,0,10,0,0,10,0,10,10,0,10,0,0,10,10,10,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/15.json b/dist/chartDummyData/views_zoom/2018-09/15.json new file mode 100644 index 000000000..0e244002e --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/15.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1536710400000,1536714000000,1536717600000,1536721200000,1536724800000,1536728400000,1536732000000,1536735600000,1536739200000,1536742800000,1536746400000,1536750000000,1536753600000,1536757200000,1536760800000,1536764400000,1536768000000,1536771600000,1536775200000,1536778800000,1536782400000,1536786000000,1536789600000,1536793200000,1536796800000,1536800400000,1536804000000,1536807600000,1536811200000,1536814800000,1536818400000,1536822000000,1536825600000,1536829200000,1536832800000,1536836400000,1536840000000,1536843600000,1536847200000,1536850800000,1536854400000,1536858000000,1536861600000,1536865200000,1536868800000,1536872400000,1536876000000,1536879600000,1536883200000,1536886800000,1536890400000,1536894000000,1536897600000,1536901200000,1536904800000,1536908400000,1536912000000,1536915600000,1536919200000,1536922800000,1536926400000,1536930000000,1536933600000,1536937200000,1536940800000,1536944400000,1536948000000,1536951600000,1536955200000,1536958800000,1536962400000,1536966000000,1536969600000,1536973200000,1536976800000,1536980400000,1536984000000,1536987600000,1536991200000,1536994800000,1536998400000,1537002000000,1537005600000,1537009200000,1537012800000,1537016400000,1537020000000,1537023600000,1537027200000,1537030800000,1537034400000,1537038000000,1537041600000,1537045200000,1537048800000,1537052400000,1537056000000,1537059600000,1537063200000,1537066800000,1537070400000,1537074000000,1537077600000,1537081200000,1537084800000,1537088400000,1537092000000,1537095600000,1537099200000,1537102800000,1537106400000,1537110000000,1537113600000,1537117200000,1537120800000,1537124400000,1537128000000,1537131600000,1537135200000,1537138800000,1537142400000,1537146000000,1537149600000,1537153200000,1537156800000,1537160400000,1537164000000,1537167600000,1537171200000,1537174800000,1537178400000,1537182000000,1537185600000,1537189200000,1537192800000,1537196400000,1537200000000,1537203600000,1537207200000,1537210800000,1537214400000,1537218000000,1537221600000,1537225200000,1537228800000,1537232400000,1537236000000,1537239600000,1537243200000,1537246800000,1537250400000,1537254000000,1537257600000,1537261200000,1537264800000,1537268400000,1537272000000,1537275600000,1537279200000,1537282800000,1537286400000,1537290000000,1537293600000,1537297200000,1537300800000,1537304400000,1537308000000,1537311600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[260,250,80,20,160,400,730,960,900,1050,1090,1410,1500,1280,1060,1120,1530,1230,1540,1530,1540,1240,870,260,180,70,180,60,180,390,480,770,1010,1030,1120,1390,1750,1440,1460,1420,1600,1560,1280,1690,1440,1120,830,600,130,150,100,40,130,310,670,860,800,1010,1240,1270,1420,1460,1430,1450,1070,1240,1640,1650,1360,1360,920,750,410,160,40,20,110,410,470,680,1130,1310,1710,1730,1590,1300,1780,1460,1740,1550,1410,1490,1310,1250,910,650,510,240,130,60,70,210,380,1140,990,1430,1660,1310,1830,1650,1550,1470,1400,1500,1690,1730,1590,1510,620,290,180,60,60,90,120,480,1080,1030,1010,1290,1200,1250,2090,1750,1770,1440,1400,1610,1590,1790,2210,1340,920,420,100,40,10,60,160,350,760,650,990,1330,1200,1290,1570,1700,1730,1700,1320,1620,1860,1860,1430,1540,860,410]},{"name":"URL","color":"#2373DB","values":[160,100,20,20,60,90,330,600,620,980,1070,1200,1030,1190,940,1280,1540,1550,1400,1550,880,690,710,280,110,90,40,20,10,300,380,490,830,880,1550,1300,1210,1270,1270,1470,1710,1770,1600,1530,1290,900,420,190,90,60,40,20,10,210,530,480,600,1120,1260,1210,1330,1100,1020,1460,1710,1630,1430,1320,1140,680,640,320,210,170,90,0,20,130,210,410,800,1090,1300,1210,1040,1120,860,840,1100,1080,1190,1070,720,790,560,400,260,50,60,60,40,10,120,300,640,860,910,840,1080,1110,1000,960,1040,900,1200,1360,1170,890,300,160,110,10,20,0,40,240,380,760,770,950,1160,1150,1160,1230,1150,1230,1350,1430,1460,1330,1150,780,420,180,80,110,80,10,70,250,450,790,570,810,1130,1180,1240,1200,1040,1220,1680,1710,1240,1590,910,820,500,290]},{"name":"Groups","color":"#9ED448","values":[300,110,70,60,250,440,520,660,570,790,1030,1370,1200,990,1040,1610,1380,1500,1300,1740,1560,1480,1420,1410,2980,100,40,30,290,470,480,780,780,730,870,1320,1160,880,1040,1090,1150,1020,1390,1620,1920,1770,1270,460,270,70,40,90,150,490,480,540,640,750,1130,1040,1120,1000,1060,1000,840,1260,1390,1150,1070,1600,1180,790,510,270,1080,420,50,220,430,1300,710,1260,1090,1090,1430,1190,850,790,1020,1020,1020,1040,2220,1350,900,810,470,110,40,30,40,110,420,860,800,820,1090,1020,1930,850,990,800,830,2820,1330,1830,1830,1860,1090,770,340,110,30,30,240,430,430,840,750,910,1240,1090,870,900,1040,900,1260,1220,1340,1570,2120,1700,1130,240,150,50,70,90,300,390,660,740,890,790,1050,1210,1300,970,890,1460,1000,1420,1410,3050,1900,1700,1630,700]},{"name":"Channel","color":"#4fae4e","values":[10,90,0,0,0,20,20,30,60,50,70,90,90,80,60,90,130,160,100,90,150,150,120,380,70,20,10,10,20,40,60,20,60,50,50,110,60,130,80,110,110,50,100,160,260,120,70,40,20,30,0,0,20,0,10,70,90,30,50,30,190,250,80,120,80,290,110,50,110,130,80,50,10,10,0,10,20,20,30,40,150,80,110,180,110,130,210,90,70,70,70,140,160,80,120,90,10,10,30,20,0,20,60,40,50,90,50,160,60,140,100,130,200,90,190,130,120,60,100,40,20,60,0,0,20,30,20,90,90,30,150,70,70,220,190,80,90,110,150,240,180,180,130,50,40,140,10,0,20,0,20,40,60,30,80,100,100,100,60,210,120,120,180,130,270,100,80,50]},{"name":"Search","color":"#F5BD25","values":[30,0,0,0,0,130,700,290,150,110,300,110,260,130,120,120,400,70,260,290,190,240,80,40,20,30,0,0,120,430,290,260,110,610,350,330,320,250,190,200,130,420,270,230,110,180,150,60,90,0,0,0,30,660,390,350,540,110,280,110,140,110,110,100,60,290,30,150,300,150,100,80,60,30,0,0,20,150,180,690,90,90,150,150,160,220,170,100,50,190,40,430,250,150,80,260,40,30,0,10,0,60,110,850,190,320,200,250,200,470,330,210,240,200,260,230,150,120,50,20,10,10,30,0,460,280,150,140,100,240,210,200,150,190,140,220,180,210,480,150,130,240,120,30,20,0,20,20,80,880,100,90,70,60,110,220,130,150,100,150,120,180,240,370,130,90,120,80]},{"name":"Other","color":"#F79E39","values":[40,0,0,10,20,60,130,180,190,180,100,340,210,160,200,190,200,270,210,340,230,210,100,70,60,10,20,30,10,120,160,160,180,210,280,160,200,170,160,250,260,280,250,400,320,210,210,70,40,20,10,10,60,90,100,170,100,170,190,260,220,250,210,110,170,330,290,200,190,170,150,50,50,30,0,10,10,40,50,120,220,190,290,150,220,180,230,120,210,170,160,120,280,140,80,90,40,10,20,20,20,10,90,100,230,160,160,200,130,240,240,130,180,80,240,280,140,110,180,50,30,10,0,10,30,90,100,240,140,130,150,210,170,280,250,240,260,340,260,270,280,240,100,90,30,40,0,20,30,140,110,190,220,250,140,240,320,190,140,170,230,310,240,210,240,240,210,70]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,10,10,0,10,0,0,0,40,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,20,0,10,10,0,0,10,10,0,0,0,0,0,0,0,0,0,0,10,40,0,0,0,10,0,10,10,0,0,30,0,0,30,0,10,0,0,10,0,0,0,10,0,0,0,0,0,0,20,0,10,10,20,30,10,0,0,10,10,0,0,0,0,0,0,0,0,0,20,20,0,0,10,0,10,10,10,0,10,10,10,0,0,0,0,0,0,0,20,10,0,10,0,0,10,0,10,10,0,10,0,0,10,10,10,10,0,0,0,0,0,20,0,20,10,0,10,0,10,0,0,0,0,0,0,0,0,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/16.json b/dist/chartDummyData/views_zoom/2018-09/16.json new file mode 100644 index 000000000..17a3b603d --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/16.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1536796800000,1536800400000,1536804000000,1536807600000,1536811200000,1536814800000,1536818400000,1536822000000,1536825600000,1536829200000,1536832800000,1536836400000,1536840000000,1536843600000,1536847200000,1536850800000,1536854400000,1536858000000,1536861600000,1536865200000,1536868800000,1536872400000,1536876000000,1536879600000,1536883200000,1536886800000,1536890400000,1536894000000,1536897600000,1536901200000,1536904800000,1536908400000,1536912000000,1536915600000,1536919200000,1536922800000,1536926400000,1536930000000,1536933600000,1536937200000,1536940800000,1536944400000,1536948000000,1536951600000,1536955200000,1536958800000,1536962400000,1536966000000,1536969600000,1536973200000,1536976800000,1536980400000,1536984000000,1536987600000,1536991200000,1536994800000,1536998400000,1537002000000,1537005600000,1537009200000,1537012800000,1537016400000,1537020000000,1537023600000,1537027200000,1537030800000,1537034400000,1537038000000,1537041600000,1537045200000,1537048800000,1537052400000,1537056000000,1537059600000,1537063200000,1537066800000,1537070400000,1537074000000,1537077600000,1537081200000,1537084800000,1537088400000,1537092000000,1537095600000,1537099200000,1537102800000,1537106400000,1537110000000,1537113600000,1537117200000,1537120800000,1537124400000,1537128000000,1537131600000,1537135200000,1537138800000,1537142400000,1537146000000,1537149600000,1537153200000,1537156800000,1537160400000,1537164000000,1537167600000,1537171200000,1537174800000,1537178400000,1537182000000,1537185600000,1537189200000,1537192800000,1537196400000,1537200000000,1537203600000,1537207200000,1537210800000,1537214400000,1537218000000,1537221600000,1537225200000,1537228800000,1537232400000,1537236000000,1537239600000,1537243200000,1537246800000,1537250400000,1537254000000,1537257600000,1537261200000,1537264800000,1537268400000,1537272000000,1537275600000,1537279200000,1537282800000,1537286400000,1537290000000,1537293600000,1537297200000,1537300800000,1537304400000,1537308000000,1537311600000,1537315200000,1537318800000,1537322400000,1537326000000,1537329600000,1537333200000,1537336800000,1537340400000,1537344000000,1537347600000,1537351200000,1537354800000,1537358400000,1537362000000,1537365600000,1537369200000,1537372800000,1537376400000,1537380000000,1537383600000,1537387200000,1537390800000,1537394400000,1537398000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[180,70,180,60,180,390,480,770,1010,1030,1120,1390,1750,1440,1460,1420,1600,1560,1280,1690,1440,1120,830,600,130,150,100,40,130,310,670,860,800,1010,1240,1270,1420,1460,1430,1450,1070,1240,1640,1650,1360,1360,920,750,410,160,40,20,110,410,470,680,1130,1310,1710,1730,1590,1300,1780,1460,1740,1550,1410,1490,1310,1250,910,650,510,240,130,60,70,210,380,1140,990,1430,1660,1310,1830,1650,1550,1470,1400,1500,1690,1730,1590,1510,620,290,180,60,60,90,120,480,1080,1030,1010,1290,1200,1250,2090,1750,1770,1440,1400,1610,1590,1790,2210,1340,920,420,100,40,10,60,160,350,760,650,990,1330,1200,1290,1570,1700,1730,1700,1320,1620,1860,1860,1430,1540,860,410,330,100,30,70,190,480,1090,730,1070,1090,1370,1120,1640,1700,1440,1570,1330,1700,1570,1640,1560,1400,670,350]},{"name":"URL","color":"#2373DB","values":[110,90,40,20,10,300,380,490,830,880,1550,1300,1210,1270,1270,1470,1710,1770,1600,1530,1290,900,420,190,90,60,40,20,10,210,530,480,600,1120,1260,1210,1330,1100,1020,1460,1710,1630,1430,1320,1140,680,640,320,210,170,90,0,20,130,210,410,800,1090,1300,1210,1040,1120,860,840,1100,1080,1190,1070,720,790,560,400,260,50,60,60,40,10,120,300,640,860,910,840,1080,1110,1000,960,1040,900,1200,1360,1170,890,300,160,110,10,20,0,40,240,380,760,770,950,1160,1150,1160,1230,1150,1230,1350,1430,1460,1330,1150,780,420,180,80,110,80,10,70,250,450,790,570,810,1130,1180,1240,1200,1040,1220,1680,1710,1240,1590,910,820,500,290,160,60,10,0,50,370,320,570,840,730,870,1150,1240,1150,1150,1340,1660,1710,1430,1500,1110,810,510,190]},{"name":"Groups","color":"#9ED448","values":[2980,100,40,30,290,470,480,780,780,730,870,1320,1160,880,1040,1090,1150,1020,1390,1620,1920,1770,1270,460,270,70,40,90,150,490,480,540,640,750,1130,1040,1120,1000,1060,1000,840,1260,1390,1150,1070,1600,1180,790,510,270,1080,420,50,220,430,1300,710,1260,1090,1090,1430,1190,850,790,1020,1020,1020,1040,2220,1350,900,810,470,110,40,30,40,110,420,860,800,820,1090,1020,1930,850,990,800,830,2820,1330,1830,1830,1860,1090,770,340,110,30,30,240,430,430,840,750,910,1240,1090,870,900,1040,900,1260,1220,1340,1570,2120,1700,1130,240,150,50,70,90,300,390,660,740,890,790,1050,1210,1300,970,890,1460,1000,1420,1410,3050,1900,1700,1630,700,100,130,20,70,230,490,630,730,880,870,800,960,1230,1270,1220,1210,1710,1100,1490,1480,1610,1790,1240,620]},{"name":"Channel","color":"#4fae4e","values":[70,20,10,10,20,40,60,20,60,50,50,110,60,130,80,110,110,50,100,160,260,120,70,40,20,30,0,0,20,0,10,70,90,30,50,30,190,250,80,120,80,290,110,50,110,130,80,50,10,10,0,10,20,20,30,40,150,80,110,180,110,130,210,90,70,70,70,140,160,80,120,90,10,10,30,20,0,20,60,40,50,90,50,160,60,140,100,130,200,90,190,130,120,60,100,40,20,60,0,0,20,30,20,90,90,30,150,70,70,220,190,80,90,110,150,240,180,180,130,50,40,140,10,0,20,0,20,40,60,30,80,100,100,100,60,210,120,120,180,130,270,100,80,50,20,0,0,0,30,50,20,60,130,170,70,90,110,50,50,80,110,110,120,180,170,110,100,60]},{"name":"Search","color":"#F5BD25","values":[20,30,0,0,120,430,290,260,110,610,350,330,320,250,190,200,130,420,270,230,110,180,150,60,90,0,0,0,30,660,390,350,540,110,280,110,140,110,110,100,60,290,30,150,300,150,100,80,60,30,0,0,20,150,180,690,90,90,150,150,160,220,170,100,50,190,40,430,250,150,80,260,40,30,0,10,0,60,110,850,190,320,200,250,200,470,330,210,240,200,260,230,150,120,50,20,10,10,30,0,460,280,150,140,100,240,210,200,150,190,140,220,180,210,480,150,130,240,120,30,20,0,20,20,80,880,100,90,70,60,110,220,130,150,100,150,120,180,240,370,130,90,120,80,20,0,0,0,390,600,230,50,170,110,170,70,200,280,40,330,120,130,250,590,220,50,20,60]},{"name":"Other","color":"#F79E39","values":[60,10,20,30,10,120,160,160,180,210,280,160,200,170,160,250,260,280,250,400,320,210,210,70,40,20,10,10,60,90,100,170,100,170,190,260,220,250,210,110,170,330,290,200,190,170,150,50,50,30,0,10,10,40,50,120,220,190,290,150,220,180,230,120,210,170,160,120,280,140,80,90,40,10,20,20,20,10,90,100,230,160,160,200,130,240,240,130,180,80,240,280,140,110,180,50,30,10,0,10,30,90,100,240,140,130,150,210,170,280,250,240,260,340,260,270,280,240,100,90,30,40,0,20,30,140,110,190,220,250,140,240,320,190,140,170,230,310,240,210,240,240,210,70,30,0,10,20,30,150,180,210,110,190,230,190,330,260,240,440,290,290,300,250,250,210,100,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,10,10,0,10,20,0,10,10,0,0,10,10,0,0,0,0,0,0,0,0,0,0,10,40,0,0,0,10,0,10,10,0,0,30,0,0,30,0,10,0,0,10,0,0,0,10,0,0,0,0,0,0,20,0,10,10,20,30,10,0,0,10,10,0,0,0,0,0,0,0,0,0,20,20,0,0,10,0,10,10,10,0,10,10,10,0,0,0,0,0,0,0,20,10,0,10,0,0,10,0,10,10,0,10,0,0,10,10,10,10,0,0,0,0,0,20,0,20,10,0,10,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,0,0,10,0,0,10,10,0,0,20,0,20,0,0,10,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/17.json b/dist/chartDummyData/views_zoom/2018-09/17.json new file mode 100644 index 000000000..165e659cc --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/17.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1536883200000,1536886800000,1536890400000,1536894000000,1536897600000,1536901200000,1536904800000,1536908400000,1536912000000,1536915600000,1536919200000,1536922800000,1536926400000,1536930000000,1536933600000,1536937200000,1536940800000,1536944400000,1536948000000,1536951600000,1536955200000,1536958800000,1536962400000,1536966000000,1536969600000,1536973200000,1536976800000,1536980400000,1536984000000,1536987600000,1536991200000,1536994800000,1536998400000,1537002000000,1537005600000,1537009200000,1537012800000,1537016400000,1537020000000,1537023600000,1537027200000,1537030800000,1537034400000,1537038000000,1537041600000,1537045200000,1537048800000,1537052400000,1537056000000,1537059600000,1537063200000,1537066800000,1537070400000,1537074000000,1537077600000,1537081200000,1537084800000,1537088400000,1537092000000,1537095600000,1537099200000,1537102800000,1537106400000,1537110000000,1537113600000,1537117200000,1537120800000,1537124400000,1537128000000,1537131600000,1537135200000,1537138800000,1537142400000,1537146000000,1537149600000,1537153200000,1537156800000,1537160400000,1537164000000,1537167600000,1537171200000,1537174800000,1537178400000,1537182000000,1537185600000,1537189200000,1537192800000,1537196400000,1537200000000,1537203600000,1537207200000,1537210800000,1537214400000,1537218000000,1537221600000,1537225200000,1537228800000,1537232400000,1537236000000,1537239600000,1537243200000,1537246800000,1537250400000,1537254000000,1537257600000,1537261200000,1537264800000,1537268400000,1537272000000,1537275600000,1537279200000,1537282800000,1537286400000,1537290000000,1537293600000,1537297200000,1537300800000,1537304400000,1537308000000,1537311600000,1537315200000,1537318800000,1537322400000,1537326000000,1537329600000,1537333200000,1537336800000,1537340400000,1537344000000,1537347600000,1537351200000,1537354800000,1537358400000,1537362000000,1537365600000,1537369200000,1537372800000,1537376400000,1537380000000,1537383600000,1537387200000,1537390800000,1537394400000,1537398000000,1537401600000,1537405200000,1537408800000,1537412400000,1537416000000,1537419600000,1537423200000,1537426800000,1537430400000,1537434000000,1537437600000,1537441200000,1537444800000,1537448400000,1537452000000,1537455600000,1537459200000,1537462800000,1537466400000,1537470000000,1537473600000,1537477200000,1537480800000,1537484400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[130,150,100,40,130,310,670,860,800,1010,1240,1270,1420,1460,1430,1450,1070,1240,1640,1650,1360,1360,920,750,410,160,40,20,110,410,470,680,1130,1310,1710,1730,1590,1300,1780,1460,1740,1550,1410,1490,1310,1250,910,650,510,240,130,60,70,210,380,1140,990,1430,1660,1310,1830,1650,1550,1470,1400,1500,1690,1730,1590,1510,620,290,180,60,60,90,120,480,1080,1030,1010,1290,1200,1250,2090,1750,1770,1440,1400,1610,1590,1790,2210,1340,920,420,100,40,10,60,160,350,760,650,990,1330,1200,1290,1570,1700,1730,1700,1320,1620,1860,1860,1430,1540,860,410,330,100,30,70,190,480,1090,730,1070,1090,1370,1120,1640,1700,1440,1570,1330,1700,1570,1640,1560,1400,670,350,140,40,50,50,90,570,890,840,1190,1140,1390,1480,1640,1590,1770,1400,1550,1760,1770,1310,1820,1270,690,250]},{"name":"URL","color":"#2373DB","values":[90,60,40,20,10,210,530,480,600,1120,1260,1210,1330,1100,1020,1460,1710,1630,1430,1320,1140,680,640,320,210,170,90,0,20,130,210,410,800,1090,1300,1210,1040,1120,860,840,1100,1080,1190,1070,720,790,560,400,260,50,60,60,40,10,120,300,640,860,910,840,1080,1110,1000,960,1040,900,1200,1360,1170,890,300,160,110,10,20,0,40,240,380,760,770,950,1160,1150,1160,1230,1150,1230,1350,1430,1460,1330,1150,780,420,180,80,110,80,10,70,250,450,790,570,810,1130,1180,1240,1200,1040,1220,1680,1710,1240,1590,910,820,500,290,160,60,10,0,50,370,320,570,840,730,870,1150,1240,1150,1150,1340,1660,1710,1430,1500,1110,810,510,190,230,40,70,20,100,390,400,630,830,780,1240,1500,1190,1390,990,1430,1600,1860,1730,1420,1230,810,440,260]},{"name":"Groups","color":"#9ED448","values":[270,70,40,90,150,490,480,540,640,750,1130,1040,1120,1000,1060,1000,840,1260,1390,1150,1070,1600,1180,790,510,270,1080,420,50,220,430,1300,710,1260,1090,1090,1430,1190,850,790,1020,1020,1020,1040,2220,1350,900,810,470,110,40,30,40,110,420,860,800,820,1090,1020,1930,850,990,800,830,2820,1330,1830,1830,1860,1090,770,340,110,30,30,240,430,430,840,750,910,1240,1090,870,900,1040,900,1260,1220,1340,1570,2120,1700,1130,240,150,50,70,90,300,390,660,740,890,790,1050,1210,1300,970,890,1460,1000,1420,1410,3050,1900,1700,1630,700,100,130,20,70,230,490,630,730,880,870,800,960,1230,1270,1220,1210,1710,1100,1490,1480,1610,1790,1240,620,240,130,40,30,180,720,720,850,700,690,1090,1260,1330,1230,1020,1390,1070,1090,1530,1830,2100,1690,1230,540]},{"name":"Channel","color":"#4fae4e","values":[20,30,0,0,20,0,10,70,90,30,50,30,190,250,80,120,80,290,110,50,110,130,80,50,10,10,0,10,20,20,30,40,150,80,110,180,110,130,210,90,70,70,70,140,160,80,120,90,10,10,30,20,0,20,60,40,50,90,50,160,60,140,100,130,200,90,190,130,120,60,100,40,20,60,0,0,20,30,20,90,90,30,150,70,70,220,190,80,90,110,150,240,180,180,130,50,40,140,10,0,20,0,20,40,60,30,80,100,100,100,60,210,120,120,180,130,270,100,80,50,20,0,0,0,30,50,20,60,130,170,70,90,110,50,50,80,110,110,120,180,170,110,100,60,0,0,0,10,0,20,70,30,50,60,110,70,100,200,80,110,200,100,200,30,180,90,90,130]},{"name":"Search","color":"#F5BD25","values":[90,0,0,0,30,660,390,350,540,110,280,110,140,110,110,100,60,290,30,150,300,150,100,80,60,30,0,0,20,150,180,690,90,90,150,150,160,220,170,100,50,190,40,430,250,150,80,260,40,30,0,10,0,60,110,850,190,320,200,250,200,470,330,210,240,200,260,230,150,120,50,20,10,10,30,0,460,280,150,140,100,240,210,200,150,190,140,220,180,210,480,150,130,240,120,30,20,0,20,20,80,880,100,90,70,60,110,220,130,150,100,150,120,180,240,370,130,90,120,80,20,0,0,0,390,600,230,50,170,110,170,70,200,280,40,330,120,130,250,590,220,50,20,60,10,0,0,0,20,130,660,120,140,240,130,110,210,360,90,70,200,230,190,490,120,240,120,70]},{"name":"Other","color":"#F79E39","values":[40,20,10,10,60,90,100,170,100,170,190,260,220,250,210,110,170,330,290,200,190,170,150,50,50,30,0,10,10,40,50,120,220,190,290,150,220,180,230,120,210,170,160,120,280,140,80,90,40,10,20,20,20,10,90,100,230,160,160,200,130,240,240,130,180,80,240,280,140,110,180,50,30,10,0,10,30,90,100,240,140,130,150,210,170,280,250,240,260,340,260,270,280,240,100,90,30,40,0,20,30,140,110,190,220,250,140,240,320,190,140,170,230,310,240,210,240,240,210,70,30,0,10,20,30,150,180,210,110,190,230,190,330,260,240,440,290,290,300,250,250,210,100,80,10,20,20,10,10,90,90,80,230,170,180,300,260,230,270,200,190,200,270,330,250,200,160,40]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,40,0,0,0,10,0,10,10,0,0,30,0,0,30,0,10,0,0,10,0,0,0,10,0,0,0,0,0,0,20,0,10,10,20,30,10,0,0,10,10,0,0,0,0,0,0,0,0,0,20,20,0,0,10,0,10,10,10,0,10,10,10,0,0,0,0,0,0,0,20,10,0,10,0,0,10,0,10,10,0,10,0,0,10,10,10,10,0,0,0,0,0,20,0,20,10,0,10,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,0,0,10,0,0,10,10,0,0,20,0,20,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,10,0,0,10,0,0,0,0,10,10,10,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/18.json b/dist/chartDummyData/views_zoom/2018-09/18.json new file mode 100644 index 000000000..967c79ffe --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/18.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1536969600000,1536973200000,1536976800000,1536980400000,1536984000000,1536987600000,1536991200000,1536994800000,1536998400000,1537002000000,1537005600000,1537009200000,1537012800000,1537016400000,1537020000000,1537023600000,1537027200000,1537030800000,1537034400000,1537038000000,1537041600000,1537045200000,1537048800000,1537052400000,1537056000000,1537059600000,1537063200000,1537066800000,1537070400000,1537074000000,1537077600000,1537081200000,1537084800000,1537088400000,1537092000000,1537095600000,1537099200000,1537102800000,1537106400000,1537110000000,1537113600000,1537117200000,1537120800000,1537124400000,1537128000000,1537131600000,1537135200000,1537138800000,1537142400000,1537146000000,1537149600000,1537153200000,1537156800000,1537160400000,1537164000000,1537167600000,1537171200000,1537174800000,1537178400000,1537182000000,1537185600000,1537189200000,1537192800000,1537196400000,1537200000000,1537203600000,1537207200000,1537210800000,1537214400000,1537218000000,1537221600000,1537225200000,1537228800000,1537232400000,1537236000000,1537239600000,1537243200000,1537246800000,1537250400000,1537254000000,1537257600000,1537261200000,1537264800000,1537268400000,1537272000000,1537275600000,1537279200000,1537282800000,1537286400000,1537290000000,1537293600000,1537297200000,1537300800000,1537304400000,1537308000000,1537311600000,1537315200000,1537318800000,1537322400000,1537326000000,1537329600000,1537333200000,1537336800000,1537340400000,1537344000000,1537347600000,1537351200000,1537354800000,1537358400000,1537362000000,1537365600000,1537369200000,1537372800000,1537376400000,1537380000000,1537383600000,1537387200000,1537390800000,1537394400000,1537398000000,1537401600000,1537405200000,1537408800000,1537412400000,1537416000000,1537419600000,1537423200000,1537426800000,1537430400000,1537434000000,1537437600000,1537441200000,1537444800000,1537448400000,1537452000000,1537455600000,1537459200000,1537462800000,1537466400000,1537470000000,1537473600000,1537477200000,1537480800000,1537484400000,1537488000000,1537491600000,1537495200000,1537498800000,1537502400000,1537506000000,1537509600000,1537513200000,1537516800000,1537520400000,1537524000000,1537527600000,1537531200000,1537534800000,1537538400000,1537542000000,1537545600000,1537549200000,1537552800000,1537556400000,1537560000000,1537563600000,1537567200000,1537570800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[410,160,40,20,110,410,470,680,1130,1310,1710,1730,1590,1300,1780,1460,1740,1550,1410,1490,1310,1250,910,650,510,240,130,60,70,210,380,1140,990,1430,1660,1310,1830,1650,1550,1470,1400,1500,1690,1730,1590,1510,620,290,180,60,60,90,120,480,1080,1030,1010,1290,1200,1250,2090,1750,1770,1440,1400,1610,1590,1790,2210,1340,920,420,100,40,10,60,160,350,760,650,990,1330,1200,1290,1570,1700,1730,1700,1320,1620,1860,1860,1430,1540,860,410,330,100,30,70,190,480,1090,730,1070,1090,1370,1120,1640,1700,1440,1570,1330,1700,1570,1640,1560,1400,670,350,140,40,50,50,90,570,890,840,1190,1140,1390,1480,1640,1590,1770,1400,1550,1760,1770,1310,1820,1270,690,250,200,150,60,130,370,480,800,1010,1220,1400,1260,1300,1320,1430,1300,1620,1340,1490,1410,1710,1410,1290,840,600]},{"name":"URL","color":"#2373DB","values":[210,170,90,0,20,130,210,410,800,1090,1300,1210,1040,1120,860,840,1100,1080,1190,1070,720,790,560,400,260,50,60,60,40,10,120,300,640,860,910,840,1080,1110,1000,960,1040,900,1200,1360,1170,890,300,160,110,10,20,0,40,240,380,760,770,950,1160,1150,1160,1230,1150,1230,1350,1430,1460,1330,1150,780,420,180,80,110,80,10,70,250,450,790,570,810,1130,1180,1240,1200,1040,1220,1680,1710,1240,1590,910,820,500,290,160,60,10,0,50,370,320,570,840,730,870,1150,1240,1150,1150,1340,1660,1710,1430,1500,1110,810,510,190,230,40,70,20,100,390,400,630,830,780,1240,1500,1190,1390,990,1430,1600,1860,1730,1420,1230,810,440,260,60,30,10,0,70,190,500,640,890,900,1150,1440,1300,1270,1300,1600,1890,1860,1520,1360,1070,840,610,350]},{"name":"Groups","color":"#9ED448","values":[510,270,1080,420,50,220,430,1300,710,1260,1090,1090,1430,1190,850,790,1020,1020,1020,1040,2220,1350,900,810,470,110,40,30,40,110,420,860,800,820,1090,1020,1930,850,990,800,830,2820,1330,1830,1830,1860,1090,770,340,110,30,30,240,430,430,840,750,910,1240,1090,870,900,1040,900,1260,1220,1340,1570,2120,1700,1130,240,150,50,70,90,300,390,660,740,890,790,1050,1210,1300,970,890,1460,1000,1420,1410,3050,1900,1700,1630,700,100,130,20,70,230,490,630,730,880,870,800,960,1230,1270,1220,1210,1710,1100,1490,1480,1610,1790,1240,620,240,130,40,30,180,720,720,850,700,690,1090,1260,1330,1230,1020,1390,1070,1090,1530,1830,2100,1690,1230,540,170,120,100,40,150,560,760,640,760,840,1210,1170,1520,1120,1430,1060,1160,1390,1360,1930,2050,1370,1050,490]},{"name":"Channel","color":"#4fae4e","values":[10,10,0,10,20,20,30,40,150,80,110,180,110,130,210,90,70,70,70,140,160,80,120,90,10,10,30,20,0,20,60,40,50,90,50,160,60,140,100,130,200,90,190,130,120,60,100,40,20,60,0,0,20,30,20,90,90,30,150,70,70,220,190,80,90,110,150,240,180,180,130,50,40,140,10,0,20,0,20,40,60,30,80,100,100,100,60,210,120,120,180,130,270,100,80,50,20,0,0,0,30,50,20,60,130,170,70,90,110,50,50,80,110,110,120,180,170,110,100,60,0,0,0,10,0,20,70,30,50,60,110,70,100,200,80,110,200,100,200,30,180,90,90,130,10,0,0,10,30,60,40,80,20,70,30,70,50,80,60,80,140,130,130,100,160,90,90,60]},{"name":"Search","color":"#F5BD25","values":[60,30,0,0,20,150,180,690,90,90,150,150,160,220,170,100,50,190,40,430,250,150,80,260,40,30,0,10,0,60,110,850,190,320,200,250,200,470,330,210,240,200,260,230,150,120,50,20,10,10,30,0,460,280,150,140,100,240,210,200,150,190,140,220,180,210,480,150,130,240,120,30,20,0,20,20,80,880,100,90,70,60,110,220,130,150,100,150,120,180,240,370,130,90,120,80,20,0,0,0,390,600,230,50,170,110,170,70,200,280,40,330,120,130,250,590,220,50,20,60,10,0,0,0,20,130,660,120,140,240,130,110,210,360,90,70,200,230,190,490,120,240,120,70,10,20,0,10,400,260,290,150,40,150,250,140,190,120,260,290,110,60,70,240,200,370,90,90]},{"name":"Other","color":"#F79E39","values":[50,30,0,10,10,40,50,120,220,190,290,150,220,180,230,120,210,170,160,120,280,140,80,90,40,10,20,20,20,10,90,100,230,160,160,200,130,240,240,130,180,80,240,280,140,110,180,50,30,10,0,10,30,90,100,240,140,130,150,210,170,280,250,240,260,340,260,270,280,240,100,90,30,40,0,20,30,140,110,190,220,250,140,240,320,190,140,170,230,310,240,210,240,240,210,70,30,0,10,20,30,150,180,210,110,190,230,190,330,260,240,440,290,290,300,250,250,210,100,80,10,20,20,10,10,90,90,80,230,170,180,300,260,230,270,200,190,200,270,330,250,200,160,40,30,0,0,20,50,150,180,120,190,190,260,290,210,250,250,240,220,210,180,330,210,140,150,90]},{"name":"PM","color":"#E65850","values":[0,0,10,0,0,0,10,0,0,0,0,0,0,20,0,10,10,20,30,10,0,0,10,10,0,0,0,0,0,0,0,0,0,20,20,0,0,10,0,10,10,10,0,10,10,10,0,0,0,0,0,0,0,20,10,0,10,0,0,10,0,10,10,0,10,0,0,10,10,10,10,0,0,0,0,0,20,0,20,10,0,10,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,0,0,10,0,0,10,10,0,0,20,0,20,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,10,0,0,10,0,0,0,0,10,10,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,0,20,30,10,10,20,20,10,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/19.json b/dist/chartDummyData/views_zoom/2018-09/19.json new file mode 100644 index 000000000..77a5de71a --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/19.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1537056000000,1537059600000,1537063200000,1537066800000,1537070400000,1537074000000,1537077600000,1537081200000,1537084800000,1537088400000,1537092000000,1537095600000,1537099200000,1537102800000,1537106400000,1537110000000,1537113600000,1537117200000,1537120800000,1537124400000,1537128000000,1537131600000,1537135200000,1537138800000,1537142400000,1537146000000,1537149600000,1537153200000,1537156800000,1537160400000,1537164000000,1537167600000,1537171200000,1537174800000,1537178400000,1537182000000,1537185600000,1537189200000,1537192800000,1537196400000,1537200000000,1537203600000,1537207200000,1537210800000,1537214400000,1537218000000,1537221600000,1537225200000,1537228800000,1537232400000,1537236000000,1537239600000,1537243200000,1537246800000,1537250400000,1537254000000,1537257600000,1537261200000,1537264800000,1537268400000,1537272000000,1537275600000,1537279200000,1537282800000,1537286400000,1537290000000,1537293600000,1537297200000,1537300800000,1537304400000,1537308000000,1537311600000,1537315200000,1537318800000,1537322400000,1537326000000,1537329600000,1537333200000,1537336800000,1537340400000,1537344000000,1537347600000,1537351200000,1537354800000,1537358400000,1537362000000,1537365600000,1537369200000,1537372800000,1537376400000,1537380000000,1537383600000,1537387200000,1537390800000,1537394400000,1537398000000,1537401600000,1537405200000,1537408800000,1537412400000,1537416000000,1537419600000,1537423200000,1537426800000,1537430400000,1537434000000,1537437600000,1537441200000,1537444800000,1537448400000,1537452000000,1537455600000,1537459200000,1537462800000,1537466400000,1537470000000,1537473600000,1537477200000,1537480800000,1537484400000,1537488000000,1537491600000,1537495200000,1537498800000,1537502400000,1537506000000,1537509600000,1537513200000,1537516800000,1537520400000,1537524000000,1537527600000,1537531200000,1537534800000,1537538400000,1537542000000,1537545600000,1537549200000,1537552800000,1537556400000,1537560000000,1537563600000,1537567200000,1537570800000,1537574400000,1537578000000,1537581600000,1537585200000,1537588800000,1537592400000,1537596000000,1537599600000,1537603200000,1537606800000,1537610400000,1537614000000,1537617600000,1537621200000,1537624800000,1537628400000,1537632000000,1537635600000,1537639200000,1537642800000,1537646400000,1537650000000,1537653600000,1537657200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[510,240,130,60,70,210,380,1140,990,1430,1660,1310,1830,1650,1550,1470,1400,1500,1690,1730,1590,1510,620,290,180,60,60,90,120,480,1080,1030,1010,1290,1200,1250,2090,1750,1770,1440,1400,1610,1590,1790,2210,1340,920,420,100,40,10,60,160,350,760,650,990,1330,1200,1290,1570,1700,1730,1700,1320,1620,1860,1860,1430,1540,860,410,330,100,30,70,190,480,1090,730,1070,1090,1370,1120,1640,1700,1440,1570,1330,1700,1570,1640,1560,1400,670,350,140,40,50,50,90,570,890,840,1190,1140,1390,1480,1640,1590,1770,1400,1550,1760,1770,1310,1820,1270,690,250,200,150,60,130,370,480,800,1010,1220,1400,1260,1300,1320,1430,1300,1620,1340,1490,1410,1710,1410,1290,840,600,180,150,60,70,180,290,420,1120,1580,1220,1630,1500,1540,1600,1280,1360,1920,1760,1570,1790,1290,1090,840,700]},{"name":"URL","color":"#2373DB","values":[260,50,60,60,40,10,120,300,640,860,910,840,1080,1110,1000,960,1040,900,1200,1360,1170,890,300,160,110,10,20,0,40,240,380,760,770,950,1160,1150,1160,1230,1150,1230,1350,1430,1460,1330,1150,780,420,180,80,110,80,10,70,250,450,790,570,810,1130,1180,1240,1200,1040,1220,1680,1710,1240,1590,910,820,500,290,160,60,10,0,50,370,320,570,840,730,870,1150,1240,1150,1150,1340,1660,1710,1430,1500,1110,810,510,190,230,40,70,20,100,390,400,630,830,780,1240,1500,1190,1390,990,1430,1600,1860,1730,1420,1230,810,440,260,60,30,10,0,70,190,500,640,890,900,1150,1440,1300,1270,1300,1600,1890,1860,1520,1360,1070,840,610,350,110,80,70,10,40,150,170,520,900,910,1330,940,1270,1090,920,1180,1580,1390,1190,970,870,940,450,520]},{"name":"Groups","color":"#9ED448","values":[470,110,40,30,40,110,420,860,800,820,1090,1020,1930,850,990,800,830,2820,1330,1830,1830,1860,1090,770,340,110,30,30,240,430,430,840,750,910,1240,1090,870,900,1040,900,1260,1220,1340,1570,2120,1700,1130,240,150,50,70,90,300,390,660,740,890,790,1050,1210,1300,970,890,1460,1000,1420,1410,3050,1900,1700,1630,700,100,130,20,70,230,490,630,730,880,870,800,960,1230,1270,1220,1210,1710,1100,1490,1480,1610,1790,1240,620,240,130,40,30,180,720,720,850,700,690,1090,1260,1330,1230,1020,1390,1070,1090,1530,1830,2100,1690,1230,540,170,120,100,40,150,560,760,640,760,840,1210,1170,1520,1120,1430,1060,1160,1390,1360,1930,2050,1370,1050,490,470,200,60,20,80,320,410,540,960,1100,1190,1410,1360,1320,1210,1060,1390,1020,1130,1070,1140,1910,1060,690]},{"name":"Channel","color":"#4fae4e","values":[10,10,30,20,0,20,60,40,50,90,50,160,60,140,100,130,200,90,190,130,120,60,100,40,20,60,0,0,20,30,20,90,90,30,150,70,70,220,190,80,90,110,150,240,180,180,130,50,40,140,10,0,20,0,20,40,60,30,80,100,100,100,60,210,120,120,180,130,270,100,80,50,20,0,0,0,30,50,20,60,130,170,70,90,110,50,50,80,110,110,120,180,170,110,100,60,0,0,0,10,0,20,70,30,50,60,110,70,100,200,80,110,200,100,200,30,180,90,90,130,10,0,0,10,30,60,40,80,20,70,30,70,50,80,60,80,140,130,130,100,160,90,90,60,10,0,10,0,0,50,60,0,110,90,100,70,110,80,160,130,90,120,110,200,210,160,80,80]},{"name":"Search","color":"#F5BD25","values":[40,30,0,10,0,60,110,850,190,320,200,250,200,470,330,210,240,200,260,230,150,120,50,20,10,10,30,0,460,280,150,140,100,240,210,200,150,190,140,220,180,210,480,150,130,240,120,30,20,0,20,20,80,880,100,90,70,60,110,220,130,150,100,150,120,180,240,370,130,90,120,80,20,0,0,0,390,600,230,50,170,110,170,70,200,280,40,330,120,130,250,590,220,50,20,60,10,0,0,0,20,130,660,120,140,240,130,110,210,360,90,70,200,230,190,490,120,240,120,70,10,20,0,10,400,260,290,150,40,150,250,140,190,120,260,290,110,60,70,240,200,370,90,90,60,40,0,0,70,120,560,350,90,280,200,220,70,230,490,280,350,670,110,170,150,340,60,50]},{"name":"Other","color":"#F79E39","values":[40,10,20,20,20,10,90,100,230,160,160,200,130,240,240,130,180,80,240,280,140,110,180,50,30,10,0,10,30,90,100,240,140,130,150,210,170,280,250,240,260,340,260,270,280,240,100,90,30,40,0,20,30,140,110,190,220,250,140,240,320,190,140,170,230,310,240,210,240,240,210,70,30,0,10,20,30,150,180,210,110,190,230,190,330,260,240,440,290,290,300,250,250,210,100,80,10,20,20,10,10,90,90,80,230,170,180,300,260,230,270,200,190,200,270,330,250,200,160,40,30,0,0,20,50,150,180,120,190,190,260,290,210,250,250,240,220,210,180,330,210,140,150,90,60,10,10,0,20,40,160,160,190,190,130,180,340,220,190,160,270,220,130,260,190,130,210,120]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,20,20,0,0,10,0,10,10,10,0,10,10,10,0,0,0,0,0,0,0,20,10,0,10,0,0,10,0,10,10,0,10,0,0,10,10,10,10,0,0,0,0,0,20,0,20,10,0,10,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,0,0,10,0,0,10,10,0,0,20,0,20,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,10,0,0,10,0,0,0,0,10,10,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,0,20,30,10,10,20,20,10,10,0,0,0,0,0,0,0,0,10,0,0,10,0,0,0,0,0,30,40,0,0,10,0,0,0,20,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/20.json b/dist/chartDummyData/views_zoom/2018-09/20.json new file mode 100644 index 000000000..47bb149b9 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/20.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1537142400000,1537146000000,1537149600000,1537153200000,1537156800000,1537160400000,1537164000000,1537167600000,1537171200000,1537174800000,1537178400000,1537182000000,1537185600000,1537189200000,1537192800000,1537196400000,1537200000000,1537203600000,1537207200000,1537210800000,1537214400000,1537218000000,1537221600000,1537225200000,1537228800000,1537232400000,1537236000000,1537239600000,1537243200000,1537246800000,1537250400000,1537254000000,1537257600000,1537261200000,1537264800000,1537268400000,1537272000000,1537275600000,1537279200000,1537282800000,1537286400000,1537290000000,1537293600000,1537297200000,1537300800000,1537304400000,1537308000000,1537311600000,1537315200000,1537318800000,1537322400000,1537326000000,1537329600000,1537333200000,1537336800000,1537340400000,1537344000000,1537347600000,1537351200000,1537354800000,1537358400000,1537362000000,1537365600000,1537369200000,1537372800000,1537376400000,1537380000000,1537383600000,1537387200000,1537390800000,1537394400000,1537398000000,1537401600000,1537405200000,1537408800000,1537412400000,1537416000000,1537419600000,1537423200000,1537426800000,1537430400000,1537434000000,1537437600000,1537441200000,1537444800000,1537448400000,1537452000000,1537455600000,1537459200000,1537462800000,1537466400000,1537470000000,1537473600000,1537477200000,1537480800000,1537484400000,1537488000000,1537491600000,1537495200000,1537498800000,1537502400000,1537506000000,1537509600000,1537513200000,1537516800000,1537520400000,1537524000000,1537527600000,1537531200000,1537534800000,1537538400000,1537542000000,1537545600000,1537549200000,1537552800000,1537556400000,1537560000000,1537563600000,1537567200000,1537570800000,1537574400000,1537578000000,1537581600000,1537585200000,1537588800000,1537592400000,1537596000000,1537599600000,1537603200000,1537606800000,1537610400000,1537614000000,1537617600000,1537621200000,1537624800000,1537628400000,1537632000000,1537635600000,1537639200000,1537642800000,1537646400000,1537650000000,1537653600000,1537657200000,1537660800000,1537664400000,1537668000000,1537671600000,1537675200000,1537678800000,1537682400000,1537686000000,1537689600000,1537693200000,1537696800000,1537700400000,1537704000000,1537707600000,1537711200000,1537714800000,1537718400000,1537722000000,1537725600000,1537729200000,1537732800000,1537736400000,1537740000000,1537743600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[180,60,60,90,120,480,1080,1030,1010,1290,1200,1250,2090,1750,1770,1440,1400,1610,1590,1790,2210,1340,920,420,100,40,10,60,160,350,760,650,990,1330,1200,1290,1570,1700,1730,1700,1320,1620,1860,1860,1430,1540,860,410,330,100,30,70,190,480,1090,730,1070,1090,1370,1120,1640,1700,1440,1570,1330,1700,1570,1640,1560,1400,670,350,140,40,50,50,90,570,890,840,1190,1140,1390,1480,1640,1590,1770,1400,1550,1760,1770,1310,1820,1270,690,250,200,150,60,130,370,480,800,1010,1220,1400,1260,1300,1320,1430,1300,1620,1340,1490,1410,1710,1410,1290,840,600,180,150,60,70,180,290,420,1120,1580,1220,1630,1500,1540,1600,1280,1360,1920,1760,1570,1790,1290,1090,840,700,290,320,140,230,60,320,530,960,1160,1430,1590,1910,1480,1600,1720,1510,1710,1820,1720,4270,1960,1310,930,440]},{"name":"URL","color":"#2373DB","values":[110,10,20,0,40,240,380,760,770,950,1160,1150,1160,1230,1150,1230,1350,1430,1460,1330,1150,780,420,180,80,110,80,10,70,250,450,790,570,810,1130,1180,1240,1200,1040,1220,1680,1710,1240,1590,910,820,500,290,160,60,10,0,50,370,320,570,840,730,870,1150,1240,1150,1150,1340,1660,1710,1430,1500,1110,810,510,190,230,40,70,20,100,390,400,630,830,780,1240,1500,1190,1390,990,1430,1600,1860,1730,1420,1230,810,440,260,60,30,10,0,70,190,500,640,890,900,1150,1440,1300,1270,1300,1600,1890,1860,1520,1360,1070,840,610,350,110,80,70,10,40,150,170,520,900,910,1330,940,1270,1090,920,1180,1580,1390,1190,970,870,940,450,520,210,80,50,20,30,130,240,400,710,960,1160,770,1200,910,980,1340,960,1370,1490,1620,1290,920,550,360]},{"name":"Groups","color":"#9ED448","values":[340,110,30,30,240,430,430,840,750,910,1240,1090,870,900,1040,900,1260,1220,1340,1570,2120,1700,1130,240,150,50,70,90,300,390,660,740,890,790,1050,1210,1300,970,890,1460,1000,1420,1410,3050,1900,1700,1630,700,100,130,20,70,230,490,630,730,880,870,800,960,1230,1270,1220,1210,1710,1100,1490,1480,1610,1790,1240,620,240,130,40,30,180,720,720,850,700,690,1090,1260,1330,1230,1020,1390,1070,1090,1530,1830,2100,1690,1230,540,170,120,100,40,150,560,760,640,760,840,1210,1170,1520,1120,1430,1060,1160,1390,1360,1930,2050,1370,1050,490,470,200,60,20,80,320,410,540,960,1100,1190,1410,1360,1320,1210,1060,1390,1020,1130,1070,1140,1910,1060,690,310,80,80,50,50,130,320,720,710,1060,1600,1190,1050,810,960,1270,1030,1120,1260,1520,1760,2380,1300,420]},{"name":"Channel","color":"#4fae4e","values":[20,60,0,0,20,30,20,90,90,30,150,70,70,220,190,80,90,110,150,240,180,180,130,50,40,140,10,0,20,0,20,40,60,30,80,100,100,100,60,210,120,120,180,130,270,100,80,50,20,0,0,0,30,50,20,60,130,170,70,90,110,50,50,80,110,110,120,180,170,110,100,60,0,0,0,10,0,20,70,30,50,60,110,70,100,200,80,110,200,100,200,30,180,90,90,130,10,0,0,10,30,60,40,80,20,70,30,70,50,80,60,80,140,130,130,100,160,90,90,60,10,0,10,0,0,50,60,0,110,90,100,70,110,80,160,130,90,120,110,200,210,160,80,80,80,10,10,10,50,10,10,30,70,60,180,170,100,150,70,60,100,110,120,50,150,60,160,70]},{"name":"Search","color":"#F5BD25","values":[10,10,30,0,460,280,150,140,100,240,210,200,150,190,140,220,180,210,480,150,130,240,120,30,20,0,20,20,80,880,100,90,70,60,110,220,130,150,100,150,120,180,240,370,130,90,120,80,20,0,0,0,390,600,230,50,170,110,170,70,200,280,40,330,120,130,250,590,220,50,20,60,10,0,0,0,20,130,660,120,140,240,130,110,210,360,90,70,200,230,190,490,120,240,120,70,10,20,0,10,400,260,290,150,40,150,250,140,190,120,260,290,110,60,70,240,200,370,90,90,60,40,0,0,70,120,560,350,90,280,200,220,70,230,490,280,350,670,110,170,150,340,60,50,10,50,10,10,10,10,40,520,420,300,130,180,470,140,130,500,670,260,470,220,90,60,40,10]},{"name":"Other","color":"#F79E39","values":[30,10,0,10,30,90,100,240,140,130,150,210,170,280,250,240,260,340,260,270,280,240,100,90,30,40,0,20,30,140,110,190,220,250,140,240,320,190,140,170,230,310,240,210,240,240,210,70,30,0,10,20,30,150,180,210,110,190,230,190,330,260,240,440,290,290,300,250,250,210,100,80,10,20,20,10,10,90,90,80,230,170,180,300,260,230,270,200,190,200,270,330,250,200,160,40,30,0,0,20,50,150,180,120,190,190,260,290,210,250,250,240,220,210,180,330,210,140,150,90,60,10,10,0,20,40,160,160,190,190,130,180,340,220,190,160,270,220,130,260,190,130,210,120,80,0,10,10,0,10,80,220,180,210,210,220,240,270,170,230,330,220,220,320,350,320,170,60]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,20,10,0,10,0,0,10,0,10,10,0,10,0,0,10,10,10,10,0,0,0,0,0,20,0,20,10,0,10,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,0,0,10,0,0,10,10,0,0,20,0,20,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,10,0,0,10,0,0,0,0,10,10,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,0,20,30,10,10,20,20,10,10,0,0,0,0,0,0,0,0,10,0,0,10,0,0,0,0,0,30,40,0,0,10,0,0,0,20,0,0,0,0,0,0,0,10,10,10,10,0,10,0,0,0,10,0,10,0,0,10,10,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/21.json b/dist/chartDummyData/views_zoom/2018-09/21.json new file mode 100644 index 000000000..6dcd01872 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/21.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1537228800000,1537232400000,1537236000000,1537239600000,1537243200000,1537246800000,1537250400000,1537254000000,1537257600000,1537261200000,1537264800000,1537268400000,1537272000000,1537275600000,1537279200000,1537282800000,1537286400000,1537290000000,1537293600000,1537297200000,1537300800000,1537304400000,1537308000000,1537311600000,1537315200000,1537318800000,1537322400000,1537326000000,1537329600000,1537333200000,1537336800000,1537340400000,1537344000000,1537347600000,1537351200000,1537354800000,1537358400000,1537362000000,1537365600000,1537369200000,1537372800000,1537376400000,1537380000000,1537383600000,1537387200000,1537390800000,1537394400000,1537398000000,1537401600000,1537405200000,1537408800000,1537412400000,1537416000000,1537419600000,1537423200000,1537426800000,1537430400000,1537434000000,1537437600000,1537441200000,1537444800000,1537448400000,1537452000000,1537455600000,1537459200000,1537462800000,1537466400000,1537470000000,1537473600000,1537477200000,1537480800000,1537484400000,1537488000000,1537491600000,1537495200000,1537498800000,1537502400000,1537506000000,1537509600000,1537513200000,1537516800000,1537520400000,1537524000000,1537527600000,1537531200000,1537534800000,1537538400000,1537542000000,1537545600000,1537549200000,1537552800000,1537556400000,1537560000000,1537563600000,1537567200000,1537570800000,1537574400000,1537578000000,1537581600000,1537585200000,1537588800000,1537592400000,1537596000000,1537599600000,1537603200000,1537606800000,1537610400000,1537614000000,1537617600000,1537621200000,1537624800000,1537628400000,1537632000000,1537635600000,1537639200000,1537642800000,1537646400000,1537650000000,1537653600000,1537657200000,1537660800000,1537664400000,1537668000000,1537671600000,1537675200000,1537678800000,1537682400000,1537686000000,1537689600000,1537693200000,1537696800000,1537700400000,1537704000000,1537707600000,1537711200000,1537714800000,1537718400000,1537722000000,1537725600000,1537729200000,1537732800000,1537736400000,1537740000000,1537743600000,1537747200000,1537750800000,1537754400000,1537758000000,1537761600000,1537765200000,1537768800000,1537772400000,1537776000000,1537779600000,1537783200000,1537786800000,1537790400000,1537794000000,1537797600000,1537801200000,1537804800000,1537808400000,1537812000000,1537815600000,1537819200000,1537822800000,1537826400000,1537830000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[100,40,10,60,160,350,760,650,990,1330,1200,1290,1570,1700,1730,1700,1320,1620,1860,1860,1430,1540,860,410,330,100,30,70,190,480,1090,730,1070,1090,1370,1120,1640,1700,1440,1570,1330,1700,1570,1640,1560,1400,670,350,140,40,50,50,90,570,890,840,1190,1140,1390,1480,1640,1590,1770,1400,1550,1760,1770,1310,1820,1270,690,250,200,150,60,130,370,480,800,1010,1220,1400,1260,1300,1320,1430,1300,1620,1340,1490,1410,1710,1410,1290,840,600,180,150,60,70,180,290,420,1120,1580,1220,1630,1500,1540,1600,1280,1360,1920,1760,1570,1790,1290,1090,840,700,290,320,140,230,60,320,530,960,1160,1430,1590,1910,1480,1600,1720,1510,1710,1820,1720,4270,1960,1310,930,440,200,30,40,180,170,620,880,880,1150,1400,1380,1540,1430,1740,1310,1430,1740,1640,1370,1790,1880,1660,1050,390]},{"name":"URL","color":"#2373DB","values":[80,110,80,10,70,250,450,790,570,810,1130,1180,1240,1200,1040,1220,1680,1710,1240,1590,910,820,500,290,160,60,10,0,50,370,320,570,840,730,870,1150,1240,1150,1150,1340,1660,1710,1430,1500,1110,810,510,190,230,40,70,20,100,390,400,630,830,780,1240,1500,1190,1390,990,1430,1600,1860,1730,1420,1230,810,440,260,60,30,10,0,70,190,500,640,890,900,1150,1440,1300,1270,1300,1600,1890,1860,1520,1360,1070,840,610,350,110,80,70,10,40,150,170,520,900,910,1330,940,1270,1090,920,1180,1580,1390,1190,970,870,940,450,520,210,80,50,20,30,130,240,400,710,960,1160,770,1200,910,980,1340,960,1370,1490,1620,1290,920,550,360,230,40,0,10,60,340,600,670,770,740,1510,1310,1330,1380,1670,1330,1800,1940,1650,1330,1320,1190,650,320]},{"name":"Groups","color":"#9ED448","values":[150,50,70,90,300,390,660,740,890,790,1050,1210,1300,970,890,1460,1000,1420,1410,3050,1900,1700,1630,700,100,130,20,70,230,490,630,730,880,870,800,960,1230,1270,1220,1210,1710,1100,1490,1480,1610,1790,1240,620,240,130,40,30,180,720,720,850,700,690,1090,1260,1330,1230,1020,1390,1070,1090,1530,1830,2100,1690,1230,540,170,120,100,40,150,560,760,640,760,840,1210,1170,1520,1120,1430,1060,1160,1390,1360,1930,2050,1370,1050,490,470,200,60,20,80,320,410,540,960,1100,1190,1410,1360,1320,1210,1060,1390,1020,1130,1070,1140,1910,1060,690,310,80,80,50,50,130,320,720,710,1060,1600,1190,1050,810,960,1270,1030,1120,1260,1520,1760,2380,1300,420,180,100,20,20,270,630,640,710,950,720,1700,1120,1450,1320,1360,1720,1390,1640,1260,1660,1860,1890,1000,540]},{"name":"Channel","color":"#4fae4e","values":[40,140,10,0,20,0,20,40,60,30,80,100,100,100,60,210,120,120,180,130,270,100,80,50,20,0,0,0,30,50,20,60,130,170,70,90,110,50,50,80,110,110,120,180,170,110,100,60,0,0,0,10,0,20,70,30,50,60,110,70,100,200,80,110,200,100,200,30,180,90,90,130,10,0,0,10,30,60,40,80,20,70,30,70,50,80,60,80,140,130,130,100,160,90,90,60,10,0,10,0,0,50,60,0,110,90,100,70,110,80,160,130,90,120,110,200,210,160,80,80,80,10,10,10,50,10,10,30,70,60,180,170,100,150,70,60,100,110,120,50,150,60,160,70,20,0,180,0,30,50,20,30,80,40,20,70,90,140,150,60,90,90,110,120,120,150,80,70]},{"name":"Search","color":"#F5BD25","values":[20,0,20,20,80,880,100,90,70,60,110,220,130,150,100,150,120,180,240,370,130,90,120,80,20,0,0,0,390,600,230,50,170,110,170,70,200,280,40,330,120,130,250,590,220,50,20,60,10,0,0,0,20,130,660,120,140,240,130,110,210,360,90,70,200,230,190,490,120,240,120,70,10,20,0,10,400,260,290,150,40,150,250,140,190,120,260,290,110,60,70,240,200,370,90,90,60,40,0,0,70,120,560,350,90,280,200,220,70,230,490,280,350,670,110,170,150,340,60,50,10,50,10,10,10,10,40,520,420,300,130,180,470,140,130,500,670,260,470,220,90,60,40,10,20,0,0,0,450,160,100,200,40,220,280,320,250,170,150,130,250,150,190,210,230,450,60,0]},{"name":"Other","color":"#F79E39","values":[30,40,0,20,30,140,110,190,220,250,140,240,320,190,140,170,230,310,240,210,240,240,210,70,30,0,10,20,30,150,180,210,110,190,230,190,330,260,240,440,290,290,300,250,250,210,100,80,10,20,20,10,10,90,90,80,230,170,180,300,260,230,270,200,190,200,270,330,250,200,160,40,30,0,0,20,50,150,180,120,190,190,260,290,210,250,250,240,220,210,180,330,210,140,150,90,60,10,10,0,20,40,160,160,190,190,130,180,340,220,190,160,270,220,130,260,190,130,210,120,80,0,10,10,0,10,80,220,180,210,210,220,240,270,170,230,330,220,220,320,350,320,170,60,70,10,10,20,50,130,110,110,160,160,230,310,210,260,130,250,250,420,380,240,380,250,130,40]},{"name":"PM","color":"#E65850","values":[0,0,0,0,20,0,20,10,0,10,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,0,0,0,10,0,0,10,10,0,0,20,0,20,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,10,0,0,10,0,0,0,0,10,10,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,0,20,30,10,10,20,20,10,10,0,0,0,0,0,0,0,0,10,0,0,10,0,0,0,0,0,30,40,0,0,10,0,0,0,20,0,0,0,0,0,0,0,10,10,10,10,0,10,0,0,0,10,0,10,0,0,10,10,10,0,0,0,0,0,0,0,20,0,0,10,0,0,0,0,10,20,0,0,20,0,0,10,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/22.json b/dist/chartDummyData/views_zoom/2018-09/22.json new file mode 100644 index 000000000..fad165b28 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/22.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1537315200000,1537318800000,1537322400000,1537326000000,1537329600000,1537333200000,1537336800000,1537340400000,1537344000000,1537347600000,1537351200000,1537354800000,1537358400000,1537362000000,1537365600000,1537369200000,1537372800000,1537376400000,1537380000000,1537383600000,1537387200000,1537390800000,1537394400000,1537398000000,1537401600000,1537405200000,1537408800000,1537412400000,1537416000000,1537419600000,1537423200000,1537426800000,1537430400000,1537434000000,1537437600000,1537441200000,1537444800000,1537448400000,1537452000000,1537455600000,1537459200000,1537462800000,1537466400000,1537470000000,1537473600000,1537477200000,1537480800000,1537484400000,1537488000000,1537491600000,1537495200000,1537498800000,1537502400000,1537506000000,1537509600000,1537513200000,1537516800000,1537520400000,1537524000000,1537527600000,1537531200000,1537534800000,1537538400000,1537542000000,1537545600000,1537549200000,1537552800000,1537556400000,1537560000000,1537563600000,1537567200000,1537570800000,1537574400000,1537578000000,1537581600000,1537585200000,1537588800000,1537592400000,1537596000000,1537599600000,1537603200000,1537606800000,1537610400000,1537614000000,1537617600000,1537621200000,1537624800000,1537628400000,1537632000000,1537635600000,1537639200000,1537642800000,1537646400000,1537650000000,1537653600000,1537657200000,1537660800000,1537664400000,1537668000000,1537671600000,1537675200000,1537678800000,1537682400000,1537686000000,1537689600000,1537693200000,1537696800000,1537700400000,1537704000000,1537707600000,1537711200000,1537714800000,1537718400000,1537722000000,1537725600000,1537729200000,1537732800000,1537736400000,1537740000000,1537743600000,1537747200000,1537750800000,1537754400000,1537758000000,1537761600000,1537765200000,1537768800000,1537772400000,1537776000000,1537779600000,1537783200000,1537786800000,1537790400000,1537794000000,1537797600000,1537801200000,1537804800000,1537808400000,1537812000000,1537815600000,1537819200000,1537822800000,1537826400000,1537830000000,1537833600000,1537837200000,1537840800000,1537844400000,1537848000000,1537851600000,1537855200000,1537858800000,1537862400000,1537866000000,1537869600000,1537873200000,1537876800000,1537880400000,1537884000000,1537887600000,1537891200000,1537894800000,1537898400000,1537902000000,1537905600000,1537909200000,1537912800000,1537916400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[330,100,30,70,190,480,1090,730,1070,1090,1370,1120,1640,1700,1440,1570,1330,1700,1570,1640,1560,1400,670,350,140,40,50,50,90,570,890,840,1190,1140,1390,1480,1640,1590,1770,1400,1550,1760,1770,1310,1820,1270,690,250,200,150,60,130,370,480,800,1010,1220,1400,1260,1300,1320,1430,1300,1620,1340,1490,1410,1710,1410,1290,840,600,180,150,60,70,180,290,420,1120,1580,1220,1630,1500,1540,1600,1280,1360,1920,1760,1570,1790,1290,1090,840,700,290,320,140,230,60,320,530,960,1160,1430,1590,1910,1480,1600,1720,1510,1710,1820,1720,4270,1960,1310,930,440,200,30,40,180,170,620,880,880,1150,1400,1380,1540,1430,1740,1310,1430,1740,1640,1370,1790,1880,1660,1050,390,130,110,10,80,220,660,810,890,1060,1250,1380,1550,1430,1600,1490,1570,2290,1970,1580,1700,1630,1290,840,340]},{"name":"URL","color":"#2373DB","values":[160,60,10,0,50,370,320,570,840,730,870,1150,1240,1150,1150,1340,1660,1710,1430,1500,1110,810,510,190,230,40,70,20,100,390,400,630,830,780,1240,1500,1190,1390,990,1430,1600,1860,1730,1420,1230,810,440,260,60,30,10,0,70,190,500,640,890,900,1150,1440,1300,1270,1300,1600,1890,1860,1520,1360,1070,840,610,350,110,80,70,10,40,150,170,520,900,910,1330,940,1270,1090,920,1180,1580,1390,1190,970,870,940,450,520,210,80,50,20,30,130,240,400,710,960,1160,770,1200,910,980,1340,960,1370,1490,1620,1290,920,550,360,230,40,0,10,60,340,600,670,770,740,1510,1310,1330,1380,1670,1330,1800,1940,1650,1330,1320,1190,650,320,80,70,10,10,50,360,590,680,680,890,1030,1260,960,1130,1240,1350,1690,1670,1750,1780,1140,810,470,270]},{"name":"Groups","color":"#9ED448","values":[100,130,20,70,230,490,630,730,880,870,800,960,1230,1270,1220,1210,1710,1100,1490,1480,1610,1790,1240,620,240,130,40,30,180,720,720,850,700,690,1090,1260,1330,1230,1020,1390,1070,1090,1530,1830,2100,1690,1230,540,170,120,100,40,150,560,760,640,760,840,1210,1170,1520,1120,1430,1060,1160,1390,1360,1930,2050,1370,1050,490,470,200,60,20,80,320,410,540,960,1100,1190,1410,1360,1320,1210,1060,1390,1020,1130,1070,1140,1910,1060,690,310,80,80,50,50,130,320,720,710,1060,1600,1190,1050,810,960,1270,1030,1120,1260,1520,1760,2380,1300,420,180,100,20,20,270,630,640,710,950,720,1700,1120,1450,1320,1360,1720,1390,1640,1260,1660,1860,1890,1000,540,160,70,30,30,140,580,680,590,650,670,870,1470,1020,1400,1000,960,1060,1030,1420,1560,2080,2110,990,350]},{"name":"Channel","color":"#4fae4e","values":[20,0,0,0,30,50,20,60,130,170,70,90,110,50,50,80,110,110,120,180,170,110,100,60,0,0,0,10,0,20,70,30,50,60,110,70,100,200,80,110,200,100,200,30,180,90,90,130,10,0,0,10,30,60,40,80,20,70,30,70,50,80,60,80,140,130,130,100,160,90,90,60,10,0,10,0,0,50,60,0,110,90,100,70,110,80,160,130,90,120,110,200,210,160,80,80,80,10,10,10,50,10,10,30,70,60,180,170,100,150,70,60,100,110,120,50,150,60,160,70,20,0,180,0,30,50,20,30,80,40,20,70,90,140,150,60,90,90,110,120,120,150,80,70,20,0,0,0,50,20,40,40,40,120,90,30,60,160,130,90,140,140,70,70,130,90,40,50]},{"name":"Search","color":"#F5BD25","values":[20,0,0,0,390,600,230,50,170,110,170,70,200,280,40,330,120,130,250,590,220,50,20,60,10,0,0,0,20,130,660,120,140,240,130,110,210,360,90,70,200,230,190,490,120,240,120,70,10,20,0,10,400,260,290,150,40,150,250,140,190,120,260,290,110,60,70,240,200,370,90,90,60,40,0,0,70,120,560,350,90,280,200,220,70,230,490,280,350,670,110,170,150,340,60,50,10,50,10,10,10,10,40,520,420,300,130,180,470,140,130,500,670,260,470,220,90,60,40,10,20,0,0,0,450,160,100,200,40,220,280,320,250,170,150,130,250,150,190,210,230,450,60,0,10,0,0,0,30,200,720,210,140,190,210,310,250,80,170,90,380,230,200,150,150,40,0,0]},{"name":"Other","color":"#F79E39","values":[30,0,10,20,30,150,180,210,110,190,230,190,330,260,240,440,290,290,300,250,250,210,100,80,10,20,20,10,10,90,90,80,230,170,180,300,260,230,270,200,190,200,270,330,250,200,160,40,30,0,0,20,50,150,180,120,190,190,260,290,210,250,250,240,220,210,180,330,210,140,150,90,60,10,10,0,20,40,160,160,190,190,130,180,340,220,190,160,270,220,130,260,190,130,210,120,80,0,10,10,0,10,80,220,180,210,210,220,240,270,170,230,330,220,220,320,350,320,170,60,70,10,10,20,50,130,110,110,160,160,230,310,210,260,130,250,250,420,380,240,380,250,130,40,30,20,0,10,0,230,130,110,160,250,190,180,240,240,250,340,230,220,260,320,280,180,80,20]},{"name":"PM","color":"#E65850","values":[0,0,0,0,10,0,0,0,10,0,0,10,10,0,0,20,0,20,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,10,0,0,10,0,0,0,0,10,10,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,0,20,30,10,10,20,20,10,10,0,0,0,0,0,0,0,0,10,0,0,10,0,0,0,0,0,30,40,0,0,10,0,0,0,20,0,0,0,0,0,0,0,10,10,10,10,0,10,0,0,0,10,0,10,0,0,10,10,10,0,0,0,0,0,0,0,20,0,0,10,0,0,0,0,10,20,0,0,20,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,20,10,10,0,0,20,20,0,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/23.json b/dist/chartDummyData/views_zoom/2018-09/23.json new file mode 100644 index 000000000..0ebe31a40 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/23.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1537401600000,1537405200000,1537408800000,1537412400000,1537416000000,1537419600000,1537423200000,1537426800000,1537430400000,1537434000000,1537437600000,1537441200000,1537444800000,1537448400000,1537452000000,1537455600000,1537459200000,1537462800000,1537466400000,1537470000000,1537473600000,1537477200000,1537480800000,1537484400000,1537488000000,1537491600000,1537495200000,1537498800000,1537502400000,1537506000000,1537509600000,1537513200000,1537516800000,1537520400000,1537524000000,1537527600000,1537531200000,1537534800000,1537538400000,1537542000000,1537545600000,1537549200000,1537552800000,1537556400000,1537560000000,1537563600000,1537567200000,1537570800000,1537574400000,1537578000000,1537581600000,1537585200000,1537588800000,1537592400000,1537596000000,1537599600000,1537603200000,1537606800000,1537610400000,1537614000000,1537617600000,1537621200000,1537624800000,1537628400000,1537632000000,1537635600000,1537639200000,1537642800000,1537646400000,1537650000000,1537653600000,1537657200000,1537660800000,1537664400000,1537668000000,1537671600000,1537675200000,1537678800000,1537682400000,1537686000000,1537689600000,1537693200000,1537696800000,1537700400000,1537704000000,1537707600000,1537711200000,1537714800000,1537718400000,1537722000000,1537725600000,1537729200000,1537732800000,1537736400000,1537740000000,1537743600000,1537747200000,1537750800000,1537754400000,1537758000000,1537761600000,1537765200000,1537768800000,1537772400000,1537776000000,1537779600000,1537783200000,1537786800000,1537790400000,1537794000000,1537797600000,1537801200000,1537804800000,1537808400000,1537812000000,1537815600000,1537819200000,1537822800000,1537826400000,1537830000000,1537833600000,1537837200000,1537840800000,1537844400000,1537848000000,1537851600000,1537855200000,1537858800000,1537862400000,1537866000000,1537869600000,1537873200000,1537876800000,1537880400000,1537884000000,1537887600000,1537891200000,1537894800000,1537898400000,1537902000000,1537905600000,1537909200000,1537912800000,1537916400000,1537920000000,1537923600000,1537927200000,1537930800000,1537934400000,1537938000000,1537941600000,1537945200000,1537948800000,1537952400000,1537956000000,1537959600000,1537963200000,1537966800000,1537970400000,1537974000000,1537977600000,1537981200000,1537984800000,1537988400000,1537992000000,1537995600000,1537999200000,1538002800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[140,40,50,50,90,570,890,840,1190,1140,1390,1480,1640,1590,1770,1400,1550,1760,1770,1310,1820,1270,690,250,200,150,60,130,370,480,800,1010,1220,1400,1260,1300,1320,1430,1300,1620,1340,1490,1410,1710,1410,1290,840,600,180,150,60,70,180,290,420,1120,1580,1220,1630,1500,1540,1600,1280,1360,1920,1760,1570,1790,1290,1090,840,700,290,320,140,230,60,320,530,960,1160,1430,1590,1910,1480,1600,1720,1510,1710,1820,1720,4270,1960,1310,930,440,200,30,40,180,170,620,880,880,1150,1400,1380,1540,1430,1740,1310,1430,1740,1640,1370,1790,1880,1660,1050,390,130,110,10,80,220,660,810,890,1060,1250,1380,1550,1430,1600,1490,1570,2290,1970,1580,1700,1630,1290,840,340,100,60,20,40,140,530,710,850,990,1040,1220,1150,1500,1590,1530,1870,1630,1760,1830,1920,1730,1560,560,270]},{"name":"URL","color":"#2373DB","values":[230,40,70,20,100,390,400,630,830,780,1240,1500,1190,1390,990,1430,1600,1860,1730,1420,1230,810,440,260,60,30,10,0,70,190,500,640,890,900,1150,1440,1300,1270,1300,1600,1890,1860,1520,1360,1070,840,610,350,110,80,70,10,40,150,170,520,900,910,1330,940,1270,1090,920,1180,1580,1390,1190,970,870,940,450,520,210,80,50,20,30,130,240,400,710,960,1160,770,1200,910,980,1340,960,1370,1490,1620,1290,920,550,360,230,40,0,10,60,340,600,670,770,740,1510,1310,1330,1380,1670,1330,1800,1940,1650,1330,1320,1190,650,320,80,70,10,10,50,360,590,680,680,890,1030,1260,960,1130,1240,1350,1690,1670,1750,1780,1140,810,470,270,90,20,10,0,80,280,620,640,900,680,1200,1120,1210,1320,1590,1510,1900,1980,1890,1760,1330,990,420,280]},{"name":"Groups","color":"#9ED448","values":[240,130,40,30,180,720,720,850,700,690,1090,1260,1330,1230,1020,1390,1070,1090,1530,1830,2100,1690,1230,540,170,120,100,40,150,560,760,640,760,840,1210,1170,1520,1120,1430,1060,1160,1390,1360,1930,2050,1370,1050,490,470,200,60,20,80,320,410,540,960,1100,1190,1410,1360,1320,1210,1060,1390,1020,1130,1070,1140,1910,1060,690,310,80,80,50,50,130,320,720,710,1060,1600,1190,1050,810,960,1270,1030,1120,1260,1520,1760,2380,1300,420,180,100,20,20,270,630,640,710,950,720,1700,1120,1450,1320,1360,1720,1390,1640,1260,1660,1860,1890,1000,540,160,70,30,30,140,580,680,590,650,670,870,1470,1020,1400,1000,960,1060,1030,1420,1560,2080,2110,990,350,210,70,20,30,190,500,820,710,810,950,1310,1340,1180,1060,810,990,1410,1470,1400,2340,2580,1540,1580,570]},{"name":"Channel","color":"#4fae4e","values":[0,0,0,10,0,20,70,30,50,60,110,70,100,200,80,110,200,100,200,30,180,90,90,130,10,0,0,10,30,60,40,80,20,70,30,70,50,80,60,80,140,130,130,100,160,90,90,60,10,0,10,0,0,50,60,0,110,90,100,70,110,80,160,130,90,120,110,200,210,160,80,80,80,10,10,10,50,10,10,30,70,60,180,170,100,150,70,60,100,110,120,50,150,60,160,70,20,0,180,0,30,50,20,30,80,40,20,70,90,140,150,60,90,90,110,120,120,150,80,70,20,0,0,0,50,20,40,40,40,120,90,30,60,160,130,90,140,140,70,70,130,90,40,50,0,10,20,10,10,10,10,50,10,130,70,60,140,150,100,90,80,90,60,210,140,130,90,20]},{"name":"Search","color":"#F5BD25","values":[10,0,0,0,20,130,660,120,140,240,130,110,210,360,90,70,200,230,190,490,120,240,120,70,10,20,0,10,400,260,290,150,40,150,250,140,190,120,260,290,110,60,70,240,200,370,90,90,60,40,0,0,70,120,560,350,90,280,200,220,70,230,490,280,350,670,110,170,150,340,60,50,10,50,10,10,10,10,40,520,420,300,130,180,470,140,130,500,670,260,470,220,90,60,40,10,20,0,0,0,450,160,100,200,40,220,280,320,250,170,150,130,250,150,190,210,230,450,60,0,10,0,0,0,30,200,720,210,140,190,210,310,250,80,170,90,380,230,200,150,150,40,0,0,10,10,0,10,410,220,150,190,80,120,80,470,230,130,250,100,290,270,490,520,170,410,90,90]},{"name":"Other","color":"#F79E39","values":[10,20,20,10,10,90,90,80,230,170,180,300,260,230,270,200,190,200,270,330,250,200,160,40,30,0,0,20,50,150,180,120,190,190,260,290,210,250,250,240,220,210,180,330,210,140,150,90,60,10,10,0,20,40,160,160,190,190,130,180,340,220,190,160,270,220,130,260,190,130,210,120,80,0,10,10,0,10,80,220,180,210,210,220,240,270,170,230,330,220,220,320,350,320,170,60,70,10,10,20,50,130,110,110,160,160,230,310,210,260,130,250,250,420,380,240,380,250,130,40,30,20,0,10,0,230,130,110,160,250,190,180,240,240,250,340,230,220,260,320,280,180,80,20,20,0,10,30,40,110,160,240,140,190,160,190,230,290,130,280,250,240,320,190,270,220,120,40]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,10,0,0,10,0,0,0,0,10,10,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,0,20,30,10,10,20,20,10,10,0,0,0,0,0,0,0,0,10,0,0,10,0,0,0,0,0,30,40,0,0,10,0,0,0,20,0,0,0,0,0,0,0,10,10,10,10,0,10,0,0,0,10,0,10,0,0,10,10,10,0,0,0,0,0,0,0,20,0,0,10,0,0,0,0,10,20,0,0,20,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,20,10,10,0,0,20,20,0,0,0,10,0,0,0,0,0,0,0,0,0,10,0,20,20,0,0,10,0,10,20,10,0,10,20,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/24.json b/dist/chartDummyData/views_zoom/2018-09/24.json new file mode 100644 index 000000000..521f4cb2b --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/24.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1537488000000,1537491600000,1537495200000,1537498800000,1537502400000,1537506000000,1537509600000,1537513200000,1537516800000,1537520400000,1537524000000,1537527600000,1537531200000,1537534800000,1537538400000,1537542000000,1537545600000,1537549200000,1537552800000,1537556400000,1537560000000,1537563600000,1537567200000,1537570800000,1537574400000,1537578000000,1537581600000,1537585200000,1537588800000,1537592400000,1537596000000,1537599600000,1537603200000,1537606800000,1537610400000,1537614000000,1537617600000,1537621200000,1537624800000,1537628400000,1537632000000,1537635600000,1537639200000,1537642800000,1537646400000,1537650000000,1537653600000,1537657200000,1537660800000,1537664400000,1537668000000,1537671600000,1537675200000,1537678800000,1537682400000,1537686000000,1537689600000,1537693200000,1537696800000,1537700400000,1537704000000,1537707600000,1537711200000,1537714800000,1537718400000,1537722000000,1537725600000,1537729200000,1537732800000,1537736400000,1537740000000,1537743600000,1537747200000,1537750800000,1537754400000,1537758000000,1537761600000,1537765200000,1537768800000,1537772400000,1537776000000,1537779600000,1537783200000,1537786800000,1537790400000,1537794000000,1537797600000,1537801200000,1537804800000,1537808400000,1537812000000,1537815600000,1537819200000,1537822800000,1537826400000,1537830000000,1537833600000,1537837200000,1537840800000,1537844400000,1537848000000,1537851600000,1537855200000,1537858800000,1537862400000,1537866000000,1537869600000,1537873200000,1537876800000,1537880400000,1537884000000,1537887600000,1537891200000,1537894800000,1537898400000,1537902000000,1537905600000,1537909200000,1537912800000,1537916400000,1537920000000,1537923600000,1537927200000,1537930800000,1537934400000,1537938000000,1537941600000,1537945200000,1537948800000,1537952400000,1537956000000,1537959600000,1537963200000,1537966800000,1537970400000,1537974000000,1537977600000,1537981200000,1537984800000,1537988400000,1537992000000,1537995600000,1537999200000,1538002800000,1538006400000,1538010000000,1538013600000,1538017200000,1538020800000,1538024400000,1538028000000,1538031600000,1538035200000,1538038800000,1538042400000,1538046000000,1538049600000,1538053200000,1538056800000,1538060400000,1538064000000,1538067600000,1538071200000,1538074800000,1538078400000,1538082000000,1538085600000,1538089200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[200,150,60,130,370,480,800,1010,1220,1400,1260,1300,1320,1430,1300,1620,1340,1490,1410,1710,1410,1290,840,600,180,150,60,70,180,290,420,1120,1580,1220,1630,1500,1540,1600,1280,1360,1920,1760,1570,1790,1290,1090,840,700,290,320,140,230,60,320,530,960,1160,1430,1590,1910,1480,1600,1720,1510,1710,1820,1720,4270,1960,1310,930,440,200,30,40,180,170,620,880,880,1150,1400,1380,1540,1430,1740,1310,1430,1740,1640,1370,1790,1880,1660,1050,390,130,110,10,80,220,660,810,890,1060,1250,1380,1550,1430,1600,1490,1570,2290,1970,1580,1700,1630,1290,840,340,100,60,20,40,140,530,710,850,990,1040,1220,1150,1500,1590,1530,1870,1630,1760,1830,1920,1730,1560,560,270,180,90,60,30,260,490,680,1090,1570,1140,1490,1430,1950,1380,1900,1230,1630,1620,1560,1900,1400,1210,690,400]},{"name":"URL","color":"#2373DB","values":[60,30,10,0,70,190,500,640,890,900,1150,1440,1300,1270,1300,1600,1890,1860,1520,1360,1070,840,610,350,110,80,70,10,40,150,170,520,900,910,1330,940,1270,1090,920,1180,1580,1390,1190,970,870,940,450,520,210,80,50,20,30,130,240,400,710,960,1160,770,1200,910,980,1340,960,1370,1490,1620,1290,920,550,360,230,40,0,10,60,340,600,670,770,740,1510,1310,1330,1380,1670,1330,1800,1940,1650,1330,1320,1190,650,320,80,70,10,10,50,360,590,680,680,890,1030,1260,960,1130,1240,1350,1690,1670,1750,1780,1140,810,470,270,90,20,10,0,80,280,620,640,900,680,1200,1120,1210,1320,1590,1510,1900,1980,1890,1760,1330,990,420,280,90,40,40,30,120,400,550,620,1050,1160,1140,1230,1270,1280,1490,1610,1700,2140,1750,1850,1580,940,610,210]},{"name":"Groups","color":"#9ED448","values":[170,120,100,40,150,560,760,640,760,840,1210,1170,1520,1120,1430,1060,1160,1390,1360,1930,2050,1370,1050,490,470,200,60,20,80,320,410,540,960,1100,1190,1410,1360,1320,1210,1060,1390,1020,1130,1070,1140,1910,1060,690,310,80,80,50,50,130,320,720,710,1060,1600,1190,1050,810,960,1270,1030,1120,1260,1520,1760,2380,1300,420,180,100,20,20,270,630,640,710,950,720,1700,1120,1450,1320,1360,1720,1390,1640,1260,1660,1860,1890,1000,540,160,70,30,30,140,580,680,590,650,670,870,1470,1020,1400,1000,960,1060,1030,1420,1560,2080,2110,990,350,210,70,20,30,190,500,820,710,810,950,1310,1340,1180,1060,810,990,1410,1470,1400,2340,2580,1540,1580,570,80,30,30,190,430,670,540,650,850,670,850,1190,1300,1270,1120,1280,1190,1410,1240,1810,1770,1520,910,320]},{"name":"Channel","color":"#4fae4e","values":[10,0,0,10,30,60,40,80,20,70,30,70,50,80,60,80,140,130,130,100,160,90,90,60,10,0,10,0,0,50,60,0,110,90,100,70,110,80,160,130,90,120,110,200,210,160,80,80,80,10,10,10,50,10,10,30,70,60,180,170,100,150,70,60,100,110,120,50,150,60,160,70,20,0,180,0,30,50,20,30,80,40,20,70,90,140,150,60,90,90,110,120,120,150,80,70,20,0,0,0,50,20,40,40,40,120,90,30,60,160,130,90,140,140,70,70,130,90,40,50,0,10,20,10,10,10,10,50,10,130,70,60,140,150,100,90,80,90,60,210,140,130,90,20,10,20,10,0,50,30,40,90,30,40,60,10,80,40,100,90,60,90,130,50,60,100,80,40]},{"name":"Search","color":"#F5BD25","values":[10,20,0,10,400,260,290,150,40,150,250,140,190,120,260,290,110,60,70,240,200,370,90,90,60,40,0,0,70,120,560,350,90,280,200,220,70,230,490,280,350,670,110,170,150,340,60,50,10,50,10,10,10,10,40,520,420,300,130,180,470,140,130,500,670,260,470,220,90,60,40,10,20,0,0,0,450,160,100,200,40,220,280,320,250,170,150,130,250,150,190,210,230,450,60,0,10,0,0,0,30,200,720,210,140,190,210,310,250,80,170,90,380,230,200,150,150,40,0,0,10,10,0,10,410,220,150,190,80,120,80,470,230,130,250,100,290,270,490,520,170,410,90,90,140,220,0,0,210,340,600,120,180,90,600,390,1030,480,180,190,290,340,280,430,380,290,120,30]},{"name":"Other","color":"#F79E39","values":[30,0,0,20,50,150,180,120,190,190,260,290,210,250,250,240,220,210,180,330,210,140,150,90,60,10,10,0,20,40,160,160,190,190,130,180,340,220,190,160,270,220,130,260,190,130,210,120,80,0,10,10,0,10,80,220,180,210,210,220,240,270,170,230,330,220,220,320,350,320,170,60,70,10,10,20,50,130,110,110,160,160,230,310,210,260,130,250,250,420,380,240,380,250,130,40,30,20,0,10,0,230,130,110,160,250,190,180,240,240,250,340,230,220,260,320,280,180,80,20,20,0,10,30,40,110,160,240,140,190,160,190,230,290,130,280,250,240,320,190,270,220,120,40,40,10,0,0,20,130,140,200,160,200,230,220,280,180,210,290,220,170,350,300,330,170,180,50]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,0,0,0,10,0,0,20,30,10,10,20,20,10,10,0,0,0,0,0,0,0,0,10,0,0,10,0,0,0,0,0,30,40,0,0,10,0,0,0,20,0,0,0,0,0,0,0,10,10,10,10,0,10,0,0,0,10,0,10,0,0,10,10,10,0,0,0,0,0,0,0,20,0,0,10,0,0,0,0,10,20,0,0,20,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,20,10,10,0,0,20,20,0,0,0,10,0,0,0,0,0,0,0,0,0,10,0,20,20,0,0,10,0,10,20,10,0,10,20,0,0,0,0,0,0,0,0,0,10,10,0,20,0,10,10,0,10,10,10,10,0,0,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/25.json b/dist/chartDummyData/views_zoom/2018-09/25.json new file mode 100644 index 000000000..bbf39ae11 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/25.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1537574400000,1537578000000,1537581600000,1537585200000,1537588800000,1537592400000,1537596000000,1537599600000,1537603200000,1537606800000,1537610400000,1537614000000,1537617600000,1537621200000,1537624800000,1537628400000,1537632000000,1537635600000,1537639200000,1537642800000,1537646400000,1537650000000,1537653600000,1537657200000,1537660800000,1537664400000,1537668000000,1537671600000,1537675200000,1537678800000,1537682400000,1537686000000,1537689600000,1537693200000,1537696800000,1537700400000,1537704000000,1537707600000,1537711200000,1537714800000,1537718400000,1537722000000,1537725600000,1537729200000,1537732800000,1537736400000,1537740000000,1537743600000,1537747200000,1537750800000,1537754400000,1537758000000,1537761600000,1537765200000,1537768800000,1537772400000,1537776000000,1537779600000,1537783200000,1537786800000,1537790400000,1537794000000,1537797600000,1537801200000,1537804800000,1537808400000,1537812000000,1537815600000,1537819200000,1537822800000,1537826400000,1537830000000,1537833600000,1537837200000,1537840800000,1537844400000,1537848000000,1537851600000,1537855200000,1537858800000,1537862400000,1537866000000,1537869600000,1537873200000,1537876800000,1537880400000,1537884000000,1537887600000,1537891200000,1537894800000,1537898400000,1537902000000,1537905600000,1537909200000,1537912800000,1537916400000,1537920000000,1537923600000,1537927200000,1537930800000,1537934400000,1537938000000,1537941600000,1537945200000,1537948800000,1537952400000,1537956000000,1537959600000,1537963200000,1537966800000,1537970400000,1537974000000,1537977600000,1537981200000,1537984800000,1537988400000,1537992000000,1537995600000,1537999200000,1538002800000,1538006400000,1538010000000,1538013600000,1538017200000,1538020800000,1538024400000,1538028000000,1538031600000,1538035200000,1538038800000,1538042400000,1538046000000,1538049600000,1538053200000,1538056800000,1538060400000,1538064000000,1538067600000,1538071200000,1538074800000,1538078400000,1538082000000,1538085600000,1538089200000,1538092800000,1538096400000,1538100000000,1538103600000,1538107200000,1538110800000,1538114400000,1538118000000,1538121600000,1538125200000,1538128800000,1538132400000,1538136000000,1538139600000,1538143200000,1538146800000,1538150400000,1538154000000,1538157600000,1538161200000,1538164800000,1538168400000,1538172000000,1538175600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[180,150,60,70,180,290,420,1120,1580,1220,1630,1500,1540,1600,1280,1360,1920,1760,1570,1790,1290,1090,840,700,290,320,140,230,60,320,530,960,1160,1430,1590,1910,1480,1600,1720,1510,1710,1820,1720,4270,1960,1310,930,440,200,30,40,180,170,620,880,880,1150,1400,1380,1540,1430,1740,1310,1430,1740,1640,1370,1790,1880,1660,1050,390,130,110,10,80,220,660,810,890,1060,1250,1380,1550,1430,1600,1490,1570,2290,1970,1580,1700,1630,1290,840,340,100,60,20,40,140,530,710,850,990,1040,1220,1150,1500,1590,1530,1870,1630,1760,1830,1920,1730,1560,560,270,180,90,60,30,260,490,680,1090,1570,1140,1490,1430,1950,1380,1900,1230,1630,1620,1560,1900,1400,1210,690,400,120,180,40,10,110,420,970,860,1180,910,1370,1330,1560,1190,1570,1900,1410,1400,1940,2080,1840,1270,870,560]},{"name":"URL","color":"#2373DB","values":[110,80,70,10,40,150,170,520,900,910,1330,940,1270,1090,920,1180,1580,1390,1190,970,870,940,450,520,210,80,50,20,30,130,240,400,710,960,1160,770,1200,910,980,1340,960,1370,1490,1620,1290,920,550,360,230,40,0,10,60,340,600,670,770,740,1510,1310,1330,1380,1670,1330,1800,1940,1650,1330,1320,1190,650,320,80,70,10,10,50,360,590,680,680,890,1030,1260,960,1130,1240,1350,1690,1670,1750,1780,1140,810,470,270,90,20,10,0,80,280,620,640,900,680,1200,1120,1210,1320,1590,1510,1900,1980,1890,1760,1330,990,420,280,90,40,40,30,120,400,550,620,1050,1160,1140,1230,1270,1280,1490,1610,1700,2140,1750,1850,1580,940,610,210,110,10,10,50,60,240,500,630,830,1220,1190,1330,1180,1310,1140,1610,1900,1810,1750,1550,1220,860,510,330]},{"name":"Groups","color":"#9ED448","values":[470,200,60,20,80,320,410,540,960,1100,1190,1410,1360,1320,1210,1060,1390,1020,1130,1070,1140,1910,1060,690,310,80,80,50,50,130,320,720,710,1060,1600,1190,1050,810,960,1270,1030,1120,1260,1520,1760,2380,1300,420,180,100,20,20,270,630,640,710,950,720,1700,1120,1450,1320,1360,1720,1390,1640,1260,1660,1860,1890,1000,540,160,70,30,30,140,580,680,590,650,670,870,1470,1020,1400,1000,960,1060,1030,1420,1560,2080,2110,990,350,210,70,20,30,190,500,820,710,810,950,1310,1340,1180,1060,810,990,1410,1470,1400,2340,2580,1540,1580,570,80,30,30,190,430,670,540,650,850,670,850,1190,1300,1270,1120,1280,1190,1410,1240,1810,1770,1520,910,320,460,50,20,50,240,710,680,1100,760,1140,1230,890,1330,1260,860,1110,1400,1390,960,1510,1550,1870,1120,420]},{"name":"Channel","color":"#4fae4e","values":[10,0,10,0,0,50,60,0,110,90,100,70,110,80,160,130,90,120,110,200,210,160,80,80,80,10,10,10,50,10,10,30,70,60,180,170,100,150,70,60,100,110,120,50,150,60,160,70,20,0,180,0,30,50,20,30,80,40,20,70,90,140,150,60,90,90,110,120,120,150,80,70,20,0,0,0,50,20,40,40,40,120,90,30,60,160,130,90,140,140,70,70,130,90,40,50,0,10,20,10,10,10,10,50,10,130,70,60,140,150,100,90,80,90,60,210,140,130,90,20,10,20,10,0,50,30,40,90,30,40,60,10,80,40,100,90,60,90,130,50,60,100,80,40,30,0,0,0,20,50,60,50,60,70,110,70,170,150,190,90,50,50,80,130,20,90,120,40]},{"name":"Search","color":"#F5BD25","values":[60,40,0,0,70,120,560,350,90,280,200,220,70,230,490,280,350,670,110,170,150,340,60,50,10,50,10,10,10,10,40,520,420,300,130,180,470,140,130,500,670,260,470,220,90,60,40,10,20,0,0,0,450,160,100,200,40,220,280,320,250,170,150,130,250,150,190,210,230,450,60,0,10,0,0,0,30,200,720,210,140,190,210,310,250,80,170,90,380,230,200,150,150,40,0,0,10,10,0,10,410,220,150,190,80,120,80,470,230,130,250,100,290,270,490,520,170,410,90,90,140,220,0,0,210,340,600,120,180,90,600,390,1030,480,180,190,290,340,280,430,380,290,120,30,10,0,0,0,390,150,130,550,360,200,530,150,140,210,330,210,330,290,220,370,100,210,250,30]},{"name":"Other","color":"#F79E39","values":[60,10,10,0,20,40,160,160,190,190,130,180,340,220,190,160,270,220,130,260,190,130,210,120,80,0,10,10,0,10,80,220,180,210,210,220,240,270,170,230,330,220,220,320,350,320,170,60,70,10,10,20,50,130,110,110,160,160,230,310,210,260,130,250,250,420,380,240,380,250,130,40,30,20,0,10,0,230,130,110,160,250,190,180,240,240,250,340,230,220,260,320,280,180,80,20,20,0,10,30,40,110,160,240,140,190,160,190,230,290,130,280,250,240,320,190,270,220,120,40,40,10,0,0,20,130,140,200,160,200,230,220,280,180,210,290,220,170,350,300,330,170,180,50,30,10,0,10,50,220,140,290,150,250,180,230,250,240,200,170,340,260,270,230,220,190,190,50]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,0,10,0,0,0,0,0,30,40,0,0,10,0,0,0,20,0,0,0,0,0,0,0,10,10,10,10,0,10,0,0,0,10,0,10,0,0,10,10,10,0,0,0,0,0,0,0,20,0,0,10,0,0,0,0,10,20,0,0,20,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,20,10,10,0,0,20,20,0,0,0,10,0,0,0,0,0,0,0,0,0,10,0,20,20,0,0,10,0,10,20,10,0,10,20,0,0,0,0,0,0,0,0,0,10,10,0,20,0,10,10,0,10,10,10,10,0,0,0,0,10,0,0,0,0,0,10,0,0,0,20,0,0,0,0,10,10,10,30,10,10,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/26.json b/dist/chartDummyData/views_zoom/2018-09/26.json new file mode 100644 index 000000000..4a8326d1e --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/26.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1537660800000,1537664400000,1537668000000,1537671600000,1537675200000,1537678800000,1537682400000,1537686000000,1537689600000,1537693200000,1537696800000,1537700400000,1537704000000,1537707600000,1537711200000,1537714800000,1537718400000,1537722000000,1537725600000,1537729200000,1537732800000,1537736400000,1537740000000,1537743600000,1537747200000,1537750800000,1537754400000,1537758000000,1537761600000,1537765200000,1537768800000,1537772400000,1537776000000,1537779600000,1537783200000,1537786800000,1537790400000,1537794000000,1537797600000,1537801200000,1537804800000,1537808400000,1537812000000,1537815600000,1537819200000,1537822800000,1537826400000,1537830000000,1537833600000,1537837200000,1537840800000,1537844400000,1537848000000,1537851600000,1537855200000,1537858800000,1537862400000,1537866000000,1537869600000,1537873200000,1537876800000,1537880400000,1537884000000,1537887600000,1537891200000,1537894800000,1537898400000,1537902000000,1537905600000,1537909200000,1537912800000,1537916400000,1537920000000,1537923600000,1537927200000,1537930800000,1537934400000,1537938000000,1537941600000,1537945200000,1537948800000,1537952400000,1537956000000,1537959600000,1537963200000,1537966800000,1537970400000,1537974000000,1537977600000,1537981200000,1537984800000,1537988400000,1537992000000,1537995600000,1537999200000,1538002800000,1538006400000,1538010000000,1538013600000,1538017200000,1538020800000,1538024400000,1538028000000,1538031600000,1538035200000,1538038800000,1538042400000,1538046000000,1538049600000,1538053200000,1538056800000,1538060400000,1538064000000,1538067600000,1538071200000,1538074800000,1538078400000,1538082000000,1538085600000,1538089200000,1538092800000,1538096400000,1538100000000,1538103600000,1538107200000,1538110800000,1538114400000,1538118000000,1538121600000,1538125200000,1538128800000,1538132400000,1538136000000,1538139600000,1538143200000,1538146800000,1538150400000,1538154000000,1538157600000,1538161200000,1538164800000,1538168400000,1538172000000,1538175600000,1538179200000,1538182800000,1538186400000,1538190000000,1538193600000,1538197200000,1538200800000,1538204400000,1538208000000,1538211600000,1538215200000,1538218800000,1538222400000,1538226000000,1538229600000,1538233200000,1538236800000,1538240400000,1538244000000,1538247600000,1538251200000,1538254800000,1538258400000,1538262000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[290,320,140,230,60,320,530,960,1160,1430,1590,1910,1480,1600,1720,1510,1710,1820,1720,4270,1960,1310,930,440,200,30,40,180,170,620,880,880,1150,1400,1380,1540,1430,1740,1310,1430,1740,1640,1370,1790,1880,1660,1050,390,130,110,10,80,220,660,810,890,1060,1250,1380,1550,1430,1600,1490,1570,2290,1970,1580,1700,1630,1290,840,340,100,60,20,40,140,530,710,850,990,1040,1220,1150,1500,1590,1530,1870,1630,1760,1830,1920,1730,1560,560,270,180,90,60,30,260,490,680,1090,1570,1140,1490,1430,1950,1380,1900,1230,1630,1620,1560,1900,1400,1210,690,400,120,180,40,10,110,420,970,860,1180,910,1370,1330,1560,1190,1570,1900,1410,1400,1940,2080,1840,1270,870,560,310,160,60,50,130,450,580,840,1250,1520,1560,1590,1480,1690,1750,1510,1710,1450,1700,1230,1430,1070,970,440]},{"name":"URL","color":"#2373DB","values":[210,80,50,20,30,130,240,400,710,960,1160,770,1200,910,980,1340,960,1370,1490,1620,1290,920,550,360,230,40,0,10,60,340,600,670,770,740,1510,1310,1330,1380,1670,1330,1800,1940,1650,1330,1320,1190,650,320,80,70,10,10,50,360,590,680,680,890,1030,1260,960,1130,1240,1350,1690,1670,1750,1780,1140,810,470,270,90,20,10,0,80,280,620,640,900,680,1200,1120,1210,1320,1590,1510,1900,1980,1890,1760,1330,990,420,280,90,40,40,30,120,400,550,620,1050,1160,1140,1230,1270,1280,1490,1610,1700,2140,1750,1850,1580,940,610,210,110,10,10,50,60,240,500,630,830,1220,1190,1330,1180,1310,1140,1610,1900,1810,1750,1550,1220,860,510,330,250,50,30,30,30,70,430,480,850,1050,980,1240,1020,1350,1030,1180,1280,1390,1380,1120,940,570,510,340]},{"name":"Groups","color":"#9ED448","values":[310,80,80,50,50,130,320,720,710,1060,1600,1190,1050,810,960,1270,1030,1120,1260,1520,1760,2380,1300,420,180,100,20,20,270,630,640,710,950,720,1700,1120,1450,1320,1360,1720,1390,1640,1260,1660,1860,1890,1000,540,160,70,30,30,140,580,680,590,650,670,870,1470,1020,1400,1000,960,1060,1030,1420,1560,2080,2110,990,350,210,70,20,30,190,500,820,710,810,950,1310,1340,1180,1060,810,990,1410,1470,1400,2340,2580,1540,1580,570,80,30,30,190,430,670,540,650,850,670,850,1190,1300,1270,1120,1280,1190,1410,1240,1810,1770,1520,910,320,460,50,20,50,240,710,680,1100,760,1140,1230,890,1330,1260,860,1110,1400,1390,960,1510,1550,1870,1120,420,350,150,40,60,100,270,510,840,1040,1210,1050,1270,1900,1370,840,980,850,1020,900,1290,1400,1400,1150,870]},{"name":"Channel","color":"#4fae4e","values":[80,10,10,10,50,10,10,30,70,60,180,170,100,150,70,60,100,110,120,50,150,60,160,70,20,0,180,0,30,50,20,30,80,40,20,70,90,140,150,60,90,90,110,120,120,150,80,70,20,0,0,0,50,20,40,40,40,120,90,30,60,160,130,90,140,140,70,70,130,90,40,50,0,10,20,10,10,10,10,50,10,130,70,60,140,150,100,90,80,90,60,210,140,130,90,20,10,20,10,0,50,30,40,90,30,40,60,10,80,40,100,90,60,90,130,50,60,100,80,40,30,0,0,0,20,50,60,50,60,70,110,70,170,150,190,90,50,50,80,130,20,90,120,40,40,40,0,0,20,0,20,90,50,50,50,130,140,90,110,150,90,70,70,170,40,70,40,0]},{"name":"Search","color":"#F5BD25","values":[10,50,10,10,10,10,40,520,420,300,130,180,470,140,130,500,670,260,470,220,90,60,40,10,20,0,0,0,450,160,100,200,40,220,280,320,250,170,150,130,250,150,190,210,230,450,60,0,10,0,0,0,30,200,720,210,140,190,210,310,250,80,170,90,380,230,200,150,150,40,0,0,10,10,0,10,410,220,150,190,80,120,80,470,230,130,250,100,290,270,490,520,170,410,90,90,140,220,0,0,210,340,600,120,180,90,600,390,1030,480,180,190,290,340,280,430,380,290,120,30,10,0,0,0,390,150,130,550,360,200,530,150,140,210,330,210,330,290,220,370,100,210,250,30,110,10,0,0,130,250,740,170,130,170,130,220,280,250,160,160,90,240,90,140,320,220,30,20]},{"name":"Other","color":"#F79E39","values":[80,0,10,10,0,10,80,220,180,210,210,220,240,270,170,230,330,220,220,320,350,320,170,60,70,10,10,20,50,130,110,110,160,160,230,310,210,260,130,250,250,420,380,240,380,250,130,40,30,20,0,10,0,230,130,110,160,250,190,180,240,240,250,340,230,220,260,320,280,180,80,20,20,0,10,30,40,110,160,240,140,190,160,190,230,290,130,280,250,240,320,190,270,220,120,40,40,10,0,0,20,130,140,200,160,200,230,220,280,180,210,290,220,170,350,300,330,170,180,50,30,10,0,10,50,220,140,290,150,250,180,230,250,240,200,170,340,260,270,230,220,190,190,50,30,20,30,40,10,170,50,170,150,260,260,240,240,270,220,200,160,200,270,270,220,200,90,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,10,10,10,0,10,0,0,0,10,0,10,0,0,10,10,10,0,0,0,0,0,0,0,20,0,0,10,0,0,0,0,10,20,0,0,20,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,20,10,10,0,0,20,20,0,0,0,10,0,0,0,0,0,0,0,0,0,10,0,20,20,0,0,10,0,10,20,10,0,10,20,0,0,0,0,0,0,0,0,0,10,10,0,20,0,10,10,0,10,10,10,10,0,0,0,0,10,0,0,0,0,0,10,0,0,0,20,0,0,0,0,10,10,10,30,10,10,0,0,0,0,0,0,0,0,0,10,10,20,10,10,10,0,0,10,0,20,0,0,20,30,10,30,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/27.json b/dist/chartDummyData/views_zoom/2018-09/27.json new file mode 100644 index 000000000..eea091d7b --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/27.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1537747200000,1537750800000,1537754400000,1537758000000,1537761600000,1537765200000,1537768800000,1537772400000,1537776000000,1537779600000,1537783200000,1537786800000,1537790400000,1537794000000,1537797600000,1537801200000,1537804800000,1537808400000,1537812000000,1537815600000,1537819200000,1537822800000,1537826400000,1537830000000,1537833600000,1537837200000,1537840800000,1537844400000,1537848000000,1537851600000,1537855200000,1537858800000,1537862400000,1537866000000,1537869600000,1537873200000,1537876800000,1537880400000,1537884000000,1537887600000,1537891200000,1537894800000,1537898400000,1537902000000,1537905600000,1537909200000,1537912800000,1537916400000,1537920000000,1537923600000,1537927200000,1537930800000,1537934400000,1537938000000,1537941600000,1537945200000,1537948800000,1537952400000,1537956000000,1537959600000,1537963200000,1537966800000,1537970400000,1537974000000,1537977600000,1537981200000,1537984800000,1537988400000,1537992000000,1537995600000,1537999200000,1538002800000,1538006400000,1538010000000,1538013600000,1538017200000,1538020800000,1538024400000,1538028000000,1538031600000,1538035200000,1538038800000,1538042400000,1538046000000,1538049600000,1538053200000,1538056800000,1538060400000,1538064000000,1538067600000,1538071200000,1538074800000,1538078400000,1538082000000,1538085600000,1538089200000,1538092800000,1538096400000,1538100000000,1538103600000,1538107200000,1538110800000,1538114400000,1538118000000,1538121600000,1538125200000,1538128800000,1538132400000,1538136000000,1538139600000,1538143200000,1538146800000,1538150400000,1538154000000,1538157600000,1538161200000,1538164800000,1538168400000,1538172000000,1538175600000,1538179200000,1538182800000,1538186400000,1538190000000,1538193600000,1538197200000,1538200800000,1538204400000,1538208000000,1538211600000,1538215200000,1538218800000,1538222400000,1538226000000,1538229600000,1538233200000,1538236800000,1538240400000,1538244000000,1538247600000,1538251200000,1538254800000,1538258400000,1538262000000,1538265600000,1538269200000,1538272800000,1538276400000,1538280000000,1538283600000,1538287200000,1538290800000,1538294400000,1538298000000,1538301600000,1538305200000,1538308800000,1538312400000,1538316000000,1538319600000,1538323200000,1538326800000,1538330400000,1538334000000,1538337600000,1538341200000,1538344800000,1538348400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[200,30,40,180,170,620,880,880,1150,1400,1380,1540,1430,1740,1310,1430,1740,1640,1370,1790,1880,1660,1050,390,130,110,10,80,220,660,810,890,1060,1250,1380,1550,1430,1600,1490,1570,2290,1970,1580,1700,1630,1290,840,340,100,60,20,40,140,530,710,850,990,1040,1220,1150,1500,1590,1530,1870,1630,1760,1830,1920,1730,1560,560,270,180,90,60,30,260,490,680,1090,1570,1140,1490,1430,1950,1380,1900,1230,1630,1620,1560,1900,1400,1210,690,400,120,180,40,10,110,420,970,860,1180,910,1370,1330,1560,1190,1570,1900,1410,1400,1940,2080,1840,1270,870,560,310,160,60,50,130,450,580,840,1250,1520,1560,1590,1480,1690,1750,1510,1710,1450,1700,1230,1430,1070,970,440,300,200,10,70,70,290,570,1130,1160,1650,1590,1680,1510,1710,1390,1740,1900,1720,2010,2100,2170,1650,940,1370]},{"name":"URL","color":"#2373DB","values":[230,40,0,10,60,340,600,670,770,740,1510,1310,1330,1380,1670,1330,1800,1940,1650,1330,1320,1190,650,320,80,70,10,10,50,360,590,680,680,890,1030,1260,960,1130,1240,1350,1690,1670,1750,1780,1140,810,470,270,90,20,10,0,80,280,620,640,900,680,1200,1120,1210,1320,1590,1510,1900,1980,1890,1760,1330,990,420,280,90,40,40,30,120,400,550,620,1050,1160,1140,1230,1270,1280,1490,1610,1700,2140,1750,1850,1580,940,610,210,110,10,10,50,60,240,500,630,830,1220,1190,1330,1180,1310,1140,1610,1900,1810,1750,1550,1220,860,510,330,250,50,30,30,30,70,430,480,850,1050,980,1240,1020,1350,1030,1180,1280,1390,1380,1120,940,570,510,340,170,90,20,10,20,150,220,250,790,970,880,1110,1000,980,1020,980,1090,1470,1140,1380,960,780,610,160]},{"name":"Groups","color":"#9ED448","values":[180,100,20,20,270,630,640,710,950,720,1700,1120,1450,1320,1360,1720,1390,1640,1260,1660,1860,1890,1000,540,160,70,30,30,140,580,680,590,650,670,870,1470,1020,1400,1000,960,1060,1030,1420,1560,2080,2110,990,350,210,70,20,30,190,500,820,710,810,950,1310,1340,1180,1060,810,990,1410,1470,1400,2340,2580,1540,1580,570,80,30,30,190,430,670,540,650,850,670,850,1190,1300,1270,1120,1280,1190,1410,1240,1810,1770,1520,910,320,460,50,20,50,240,710,680,1100,760,1140,1230,890,1330,1260,860,1110,1400,1390,960,1510,1550,1870,1120,420,350,150,40,60,100,270,510,840,1040,1210,1050,1270,1900,1370,840,980,850,1020,900,1290,1400,1400,1150,870,410,310,10,0,60,120,390,510,1030,1010,1150,1020,1250,1450,1140,1080,1120,1040,1470,1540,1930,1720,1110,320]},{"name":"Channel","color":"#4fae4e","values":[20,0,180,0,30,50,20,30,80,40,20,70,90,140,150,60,90,90,110,120,120,150,80,70,20,0,0,0,50,20,40,40,40,120,90,30,60,160,130,90,140,140,70,70,130,90,40,50,0,10,20,10,10,10,10,50,10,130,70,60,140,150,100,90,80,90,60,210,140,130,90,20,10,20,10,0,50,30,40,90,30,40,60,10,80,40,100,90,60,90,130,50,60,100,80,40,30,0,0,0,20,50,60,50,60,70,110,70,170,150,190,90,50,50,80,130,20,90,120,40,40,40,0,0,20,0,20,90,50,50,50,130,140,90,110,150,90,70,70,170,40,70,40,0,30,20,0,10,10,20,40,20,70,90,110,100,180,60,100,110,140,100,60,130,190,220,120,40]},{"name":"Search","color":"#F5BD25","values":[20,0,0,0,450,160,100,200,40,220,280,320,250,170,150,130,250,150,190,210,230,450,60,0,10,0,0,0,30,200,720,210,140,190,210,310,250,80,170,90,380,230,200,150,150,40,0,0,10,10,0,10,410,220,150,190,80,120,80,470,230,130,250,100,290,270,490,520,170,410,90,90,140,220,0,0,210,340,600,120,180,90,600,390,1030,480,180,190,290,340,280,430,380,290,120,30,10,0,0,0,390,150,130,550,360,200,530,150,140,210,330,210,330,290,220,370,100,210,250,30,110,10,0,0,130,250,740,170,130,170,130,220,280,250,160,160,90,240,90,140,320,220,30,20,100,0,0,0,10,200,200,890,190,190,230,190,160,140,150,190,380,250,170,170,410,140,80,50]},{"name":"Other","color":"#F79E39","values":[70,10,10,20,50,130,110,110,160,160,230,310,210,260,130,250,250,420,380,240,380,250,130,40,30,20,0,10,0,230,130,110,160,250,190,180,240,240,250,340,230,220,260,320,280,180,80,20,20,0,10,30,40,110,160,240,140,190,160,190,230,290,130,280,250,240,320,190,270,220,120,40,40,10,0,0,20,130,140,200,160,200,230,220,280,180,210,290,220,170,350,300,330,170,180,50,30,10,0,10,50,220,140,290,150,250,180,230,250,240,200,170,340,260,270,230,220,190,190,50,30,20,30,40,10,170,50,170,150,260,260,240,240,270,220,200,160,200,270,270,220,200,90,80,80,60,0,20,30,70,50,190,190,240,280,220,170,230,170,210,70,250,300,220,290,170,160,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,20,0,0,10,0,0,0,0,10,20,0,0,20,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,20,10,10,0,0,20,20,0,0,0,10,0,0,0,0,0,0,0,0,0,10,0,20,20,0,0,10,0,10,20,10,0,10,20,0,0,0,0,0,0,0,0,0,10,10,0,20,0,10,10,0,10,10,10,10,0,0,0,0,10,0,0,0,0,0,10,0,0,0,20,0,0,0,0,10,10,10,30,10,10,0,0,0,0,0,0,0,0,0,10,10,20,10,10,10,0,0,10,0,20,0,0,20,30,10,30,0,0,0,0,0,0,0,0,20,0,0,0,10,10,10,10,50,0,10,20,10,10,0,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/28.json b/dist/chartDummyData/views_zoom/2018-09/28.json new file mode 100644 index 000000000..793b3dc10 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/28.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1537833600000,1537837200000,1537840800000,1537844400000,1537848000000,1537851600000,1537855200000,1537858800000,1537862400000,1537866000000,1537869600000,1537873200000,1537876800000,1537880400000,1537884000000,1537887600000,1537891200000,1537894800000,1537898400000,1537902000000,1537905600000,1537909200000,1537912800000,1537916400000,1537920000000,1537923600000,1537927200000,1537930800000,1537934400000,1537938000000,1537941600000,1537945200000,1537948800000,1537952400000,1537956000000,1537959600000,1537963200000,1537966800000,1537970400000,1537974000000,1537977600000,1537981200000,1537984800000,1537988400000,1537992000000,1537995600000,1537999200000,1538002800000,1538006400000,1538010000000,1538013600000,1538017200000,1538020800000,1538024400000,1538028000000,1538031600000,1538035200000,1538038800000,1538042400000,1538046000000,1538049600000,1538053200000,1538056800000,1538060400000,1538064000000,1538067600000,1538071200000,1538074800000,1538078400000,1538082000000,1538085600000,1538089200000,1538092800000,1538096400000,1538100000000,1538103600000,1538107200000,1538110800000,1538114400000,1538118000000,1538121600000,1538125200000,1538128800000,1538132400000,1538136000000,1538139600000,1538143200000,1538146800000,1538150400000,1538154000000,1538157600000,1538161200000,1538164800000,1538168400000,1538172000000,1538175600000,1538179200000,1538182800000,1538186400000,1538190000000,1538193600000,1538197200000,1538200800000,1538204400000,1538208000000,1538211600000,1538215200000,1538218800000,1538222400000,1538226000000,1538229600000,1538233200000,1538236800000,1538240400000,1538244000000,1538247600000,1538251200000,1538254800000,1538258400000,1538262000000,1538265600000,1538269200000,1538272800000,1538276400000,1538280000000,1538283600000,1538287200000,1538290800000,1538294400000,1538298000000,1538301600000,1538305200000,1538308800000,1538312400000,1538316000000,1538319600000,1538323200000,1538326800000,1538330400000,1538334000000,1538337600000,1538341200000,1538344800000,1538348400000,1538352000000,1538355600000,1538359200000,1538362800000,1538366400000,1538370000000,1538373600000,1538377200000,1538380800000,1538384400000,1538388000000,1538391600000,1538395200000,1538398800000,1538402400000,1538406000000,1538409600000,1538413200000,1538416800000,1538420400000,1538424000000,1538427600000,1538431200000,1538434800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[130,110,10,80,220,660,810,890,1060,1250,1380,1550,1430,1600,1490,1570,2290,1970,1580,1700,1630,1290,840,340,100,60,20,40,140,530,710,850,990,1040,1220,1150,1500,1590,1530,1870,1630,1760,1830,1920,1730,1560,560,270,180,90,60,30,260,490,680,1090,1570,1140,1490,1430,1950,1380,1900,1230,1630,1620,1560,1900,1400,1210,690,400,120,180,40,10,110,420,970,860,1180,910,1370,1330,1560,1190,1570,1900,1410,1400,1940,2080,1840,1270,870,560,310,160,60,50,130,450,580,840,1250,1520,1560,1590,1480,1690,1750,1510,1710,1450,1700,1230,1430,1070,970,440,300,200,10,70,70,290,570,1130,1160,1650,1590,1680,1510,1710,1390,1740,1900,1720,2010,2100,2170,1650,940,1370,670,110,60,90,210,530,850,1000,1100,1280,1030,1580,1960,1880,1450,1590,1840,1730,1520,1950,1910,1300,660,270]},{"name":"URL","color":"#2373DB","values":[80,70,10,10,50,360,590,680,680,890,1030,1260,960,1130,1240,1350,1690,1670,1750,1780,1140,810,470,270,90,20,10,0,80,280,620,640,900,680,1200,1120,1210,1320,1590,1510,1900,1980,1890,1760,1330,990,420,280,90,40,40,30,120,400,550,620,1050,1160,1140,1230,1270,1280,1490,1610,1700,2140,1750,1850,1580,940,610,210,110,10,10,50,60,240,500,630,830,1220,1190,1330,1180,1310,1140,1610,1900,1810,1750,1550,1220,860,510,330,250,50,30,30,30,70,430,480,850,1050,980,1240,1020,1350,1030,1180,1280,1390,1380,1120,940,570,510,340,170,90,20,10,20,150,220,250,790,970,880,1110,1000,980,1020,980,1090,1470,1140,1380,960,780,610,160,70,10,30,10,40,410,580,670,770,870,1110,1380,890,1020,1490,1530,1960,2180,1680,1410,1480,1080,480,140]},{"name":"Groups","color":"#9ED448","values":[160,70,30,30,140,580,680,590,650,670,870,1470,1020,1400,1000,960,1060,1030,1420,1560,2080,2110,990,350,210,70,20,30,190,500,820,710,810,950,1310,1340,1180,1060,810,990,1410,1470,1400,2340,2580,1540,1580,570,80,30,30,190,430,670,540,650,850,670,850,1190,1300,1270,1120,1280,1190,1410,1240,1810,1770,1520,910,320,460,50,20,50,240,710,680,1100,760,1140,1230,890,1330,1260,860,1110,1400,1390,960,1510,1550,1870,1120,420,350,150,40,60,100,270,510,840,1040,1210,1050,1270,1900,1370,840,980,850,1020,900,1290,1400,1400,1150,870,410,310,10,0,60,120,390,510,1030,1010,1150,1020,1250,1450,1140,1080,1120,1040,1470,1540,1930,1720,1110,320,150,100,50,50,240,500,890,710,710,710,1140,1180,1020,1360,1230,1290,1150,1330,1690,2040,2090,1690,960,430]},{"name":"Channel","color":"#4fae4e","values":[20,0,0,0,50,20,40,40,40,120,90,30,60,160,130,90,140,140,70,70,130,90,40,50,0,10,20,10,10,10,10,50,10,130,70,60,140,150,100,90,80,90,60,210,140,130,90,20,10,20,10,0,50,30,40,90,30,40,60,10,80,40,100,90,60,90,130,50,60,100,80,40,30,0,0,0,20,50,60,50,60,70,110,70,170,150,190,90,50,50,80,130,20,90,120,40,40,40,0,0,20,0,20,90,50,50,50,130,140,90,110,150,90,70,70,170,40,70,40,0,30,20,0,10,10,20,40,20,70,90,110,100,180,60,100,110,140,100,60,130,190,220,120,40,20,10,90,0,10,40,30,30,60,40,40,130,110,140,130,110,180,70,230,180,160,150,90,30]},{"name":"Search","color":"#F5BD25","values":[10,0,0,0,30,200,720,210,140,190,210,310,250,80,170,90,380,230,200,150,150,40,0,0,10,10,0,10,410,220,150,190,80,120,80,470,230,130,250,100,290,270,490,520,170,410,90,90,140,220,0,0,210,340,600,120,180,90,600,390,1030,480,180,190,290,340,280,430,380,290,120,30,10,0,0,0,390,150,130,550,360,200,530,150,140,210,330,210,330,290,220,370,100,210,250,30,110,10,0,0,130,250,740,170,130,170,130,220,280,250,160,160,90,240,90,140,320,220,30,20,100,0,0,0,10,200,200,890,190,190,230,190,160,140,150,190,380,250,170,170,410,140,80,50,10,0,0,10,320,260,240,200,120,390,360,600,220,90,140,120,170,240,180,300,170,210,100,50]},{"name":"Other","color":"#F79E39","values":[30,20,0,10,0,230,130,110,160,250,190,180,240,240,250,340,230,220,260,320,280,180,80,20,20,0,10,30,40,110,160,240,140,190,160,190,230,290,130,280,250,240,320,190,270,220,120,40,40,10,0,0,20,130,140,200,160,200,230,220,280,180,210,290,220,170,350,300,330,170,180,50,30,10,0,10,50,220,140,290,150,250,180,230,250,240,200,170,340,260,270,230,220,190,190,50,30,20,30,40,10,170,50,170,150,260,260,240,240,270,220,200,160,200,270,270,220,200,90,80,80,60,0,20,30,70,50,190,190,240,280,220,170,230,170,210,70,250,300,220,290,170,160,80,10,30,40,0,20,160,150,80,140,160,190,270,210,240,210,180,210,340,300,300,330,170,110,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,0,10,20,10,10,0,0,20,20,0,0,0,10,0,0,0,0,0,0,0,0,0,10,0,20,20,0,0,10,0,10,20,10,0,10,20,0,0,0,0,0,0,0,0,0,10,10,0,20,0,10,10,0,10,10,10,10,0,0,0,0,10,0,0,0,0,0,10,0,0,0,20,0,0,0,0,10,10,10,30,10,10,0,0,0,0,0,0,0,0,0,10,10,20,10,10,10,0,0,10,0,20,0,0,20,30,10,30,0,0,0,0,0,0,0,0,20,0,0,0,10,10,10,10,50,0,10,20,10,10,0,0,0,10,10,0,0,0,0,20,0,20,10,10,0,0,10,0,30,20,20,30,10,10,0,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/29.json b/dist/chartDummyData/views_zoom/2018-09/29.json new file mode 100644 index 000000000..23083a066 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/29.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1537920000000,1537923600000,1537927200000,1537930800000,1537934400000,1537938000000,1537941600000,1537945200000,1537948800000,1537952400000,1537956000000,1537959600000,1537963200000,1537966800000,1537970400000,1537974000000,1537977600000,1537981200000,1537984800000,1537988400000,1537992000000,1537995600000,1537999200000,1538002800000,1538006400000,1538010000000,1538013600000,1538017200000,1538020800000,1538024400000,1538028000000,1538031600000,1538035200000,1538038800000,1538042400000,1538046000000,1538049600000,1538053200000,1538056800000,1538060400000,1538064000000,1538067600000,1538071200000,1538074800000,1538078400000,1538082000000,1538085600000,1538089200000,1538092800000,1538096400000,1538100000000,1538103600000,1538107200000,1538110800000,1538114400000,1538118000000,1538121600000,1538125200000,1538128800000,1538132400000,1538136000000,1538139600000,1538143200000,1538146800000,1538150400000,1538154000000,1538157600000,1538161200000,1538164800000,1538168400000,1538172000000,1538175600000,1538179200000,1538182800000,1538186400000,1538190000000,1538193600000,1538197200000,1538200800000,1538204400000,1538208000000,1538211600000,1538215200000,1538218800000,1538222400000,1538226000000,1538229600000,1538233200000,1538236800000,1538240400000,1538244000000,1538247600000,1538251200000,1538254800000,1538258400000,1538262000000,1538265600000,1538269200000,1538272800000,1538276400000,1538280000000,1538283600000,1538287200000,1538290800000,1538294400000,1538298000000,1538301600000,1538305200000,1538308800000,1538312400000,1538316000000,1538319600000,1538323200000,1538326800000,1538330400000,1538334000000,1538337600000,1538341200000,1538344800000,1538348400000,1538352000000,1538355600000,1538359200000,1538362800000,1538366400000,1538370000000,1538373600000,1538377200000,1538380800000,1538384400000,1538388000000,1538391600000,1538395200000,1538398800000,1538402400000,1538406000000,1538409600000,1538413200000,1538416800000,1538420400000,1538424000000,1538427600000,1538431200000,1538434800000,1538438400000,1538442000000,1538445600000,1538449200000,1538452800000,1538456400000,1538460000000,1538463600000,1538467200000,1538470800000,1538474400000,1538478000000,1538481600000,1538485200000,1538488800000,1538492400000,1538496000000,1538499600000,1538503200000,1538506800000,1538510400000,1538514000000,1538517600000,1538521200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[100,60,20,40,140,530,710,850,990,1040,1220,1150,1500,1590,1530,1870,1630,1760,1830,1920,1730,1560,560,270,180,90,60,30,260,490,680,1090,1570,1140,1490,1430,1950,1380,1900,1230,1630,1620,1560,1900,1400,1210,690,400,120,180,40,10,110,420,970,860,1180,910,1370,1330,1560,1190,1570,1900,1410,1400,1940,2080,1840,1270,870,560,310,160,60,50,130,450,580,840,1250,1520,1560,1590,1480,1690,1750,1510,1710,1450,1700,1230,1430,1070,970,440,300,200,10,70,70,290,570,1130,1160,1650,1590,1680,1510,1710,1390,1740,1900,1720,2010,2100,2170,1650,940,1370,670,110,60,90,210,530,850,1000,1100,1280,1030,1580,1960,1880,1450,1590,1840,1730,1520,1950,1910,1300,660,270,200,20,30,40,180,590,650,1370,1040,1040,890,1460,1430,1730,1330,1470,1710,1840,1950,1810,1860,1550,600,480]},{"name":"URL","color":"#2373DB","values":[90,20,10,0,80,280,620,640,900,680,1200,1120,1210,1320,1590,1510,1900,1980,1890,1760,1330,990,420,280,90,40,40,30,120,400,550,620,1050,1160,1140,1230,1270,1280,1490,1610,1700,2140,1750,1850,1580,940,610,210,110,10,10,50,60,240,500,630,830,1220,1190,1330,1180,1310,1140,1610,1900,1810,1750,1550,1220,860,510,330,250,50,30,30,30,70,430,480,850,1050,980,1240,1020,1350,1030,1180,1280,1390,1380,1120,940,570,510,340,170,90,20,10,20,150,220,250,790,970,880,1110,1000,980,1020,980,1090,1470,1140,1380,960,780,610,160,70,10,30,10,40,410,580,670,770,870,1110,1380,890,1020,1490,1530,1960,2180,1680,1410,1480,1080,480,140,10,50,10,0,30,350,380,630,640,890,1130,1160,1290,1260,1170,1500,2080,1890,1570,1700,1440,880,500,110]},{"name":"Groups","color":"#9ED448","values":[210,70,20,30,190,500,820,710,810,950,1310,1340,1180,1060,810,990,1410,1470,1400,2340,2580,1540,1580,570,80,30,30,190,430,670,540,650,850,670,850,1190,1300,1270,1120,1280,1190,1410,1240,1810,1770,1520,910,320,460,50,20,50,240,710,680,1100,760,1140,1230,890,1330,1260,860,1110,1400,1390,960,1510,1550,1870,1120,420,350,150,40,60,100,270,510,840,1040,1210,1050,1270,1900,1370,840,980,850,1020,900,1290,1400,1400,1150,870,410,310,10,0,60,120,390,510,1030,1010,1150,1020,1250,1450,1140,1080,1120,1040,1470,1540,1930,1720,1110,320,150,100,50,50,240,500,890,710,710,710,1140,1180,1020,1360,1230,1290,1150,1330,1690,2040,2090,1690,960,430,210,70,20,50,170,500,690,640,780,750,1110,1150,1170,1310,850,1080,1010,1190,1520,2210,2200,1960,1130,400]},{"name":"Channel","color":"#4fae4e","values":[0,10,20,10,10,10,10,50,10,130,70,60,140,150,100,90,80,90,60,210,140,130,90,20,10,20,10,0,50,30,40,90,30,40,60,10,80,40,100,90,60,90,130,50,60,100,80,40,30,0,0,0,20,50,60,50,60,70,110,70,170,150,190,90,50,50,80,130,20,90,120,40,40,40,0,0,20,0,20,90,50,50,50,130,140,90,110,150,90,70,70,170,40,70,40,0,30,20,0,10,10,20,40,20,70,90,110,100,180,60,100,110,140,100,60,130,190,220,120,40,20,10,90,0,10,40,30,30,60,40,40,130,110,140,130,110,180,70,230,180,160,150,90,30,10,30,0,10,0,20,40,50,70,70,80,90,70,110,50,180,180,110,120,80,100,70,30,50]},{"name":"Search","color":"#F5BD25","values":[10,10,0,10,410,220,150,190,80,120,80,470,230,130,250,100,290,270,490,520,170,410,90,90,140,220,0,0,210,340,600,120,180,90,600,390,1030,480,180,190,290,340,280,430,380,290,120,30,10,0,0,0,390,150,130,550,360,200,530,150,140,210,330,210,330,290,220,370,100,210,250,30,110,10,0,0,130,250,740,170,130,170,130,220,280,250,160,160,90,240,90,140,320,220,30,20,100,0,0,0,10,200,200,890,190,190,230,190,160,140,150,190,380,250,170,170,410,140,80,50,10,0,0,10,320,260,240,200,120,390,360,600,220,90,140,120,170,240,180,300,170,210,100,50,10,0,10,0,90,180,700,600,210,460,130,50,160,340,230,160,100,400,140,260,110,30,40,0]},{"name":"Other","color":"#F79E39","values":[20,0,10,30,40,110,160,240,140,190,160,190,230,290,130,280,250,240,320,190,270,220,120,40,40,10,0,0,20,130,140,200,160,200,230,220,280,180,210,290,220,170,350,300,330,170,180,50,30,10,0,10,50,220,140,290,150,250,180,230,250,240,200,170,340,260,270,230,220,190,190,50,30,20,30,40,10,170,50,170,150,260,260,240,240,270,220,200,160,200,270,270,220,200,90,80,80,60,0,20,30,70,50,190,190,240,280,220,170,230,170,210,70,250,300,220,290,170,160,80,10,30,40,0,20,160,150,80,140,160,190,270,210,240,210,180,210,340,300,300,330,170,110,80,40,10,0,20,80,180,120,190,140,130,150,220,190,110,120,190,320,240,330,330,370,210,120,70]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,20,20,0,0,10,0,10,20,10,0,10,20,0,0,0,0,0,0,0,0,0,10,10,0,20,0,10,10,0,10,10,10,10,0,0,0,0,10,0,0,0,0,0,10,0,0,0,20,0,0,0,0,10,10,10,30,10,10,0,0,0,0,0,0,0,0,0,10,10,20,10,10,10,0,0,10,0,20,0,0,20,30,10,30,0,0,0,0,0,0,0,0,20,0,0,0,10,10,10,10,50,0,10,20,10,10,0,0,0,10,10,0,0,0,0,20,0,20,10,10,0,0,10,0,30,20,20,30,10,10,0,0,0,10,0,0,0,0,0,10,0,10,0,10,0,10,0,10,10,10,10,0,0,0,10,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-09/30.json b/dist/chartDummyData/views_zoom/2018-09/30.json new file mode 100644 index 000000000..cf8d2f034 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-09/30.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1538006400000,1538010000000,1538013600000,1538017200000,1538020800000,1538024400000,1538028000000,1538031600000,1538035200000,1538038800000,1538042400000,1538046000000,1538049600000,1538053200000,1538056800000,1538060400000,1538064000000,1538067600000,1538071200000,1538074800000,1538078400000,1538082000000,1538085600000,1538089200000,1538092800000,1538096400000,1538100000000,1538103600000,1538107200000,1538110800000,1538114400000,1538118000000,1538121600000,1538125200000,1538128800000,1538132400000,1538136000000,1538139600000,1538143200000,1538146800000,1538150400000,1538154000000,1538157600000,1538161200000,1538164800000,1538168400000,1538172000000,1538175600000,1538179200000,1538182800000,1538186400000,1538190000000,1538193600000,1538197200000,1538200800000,1538204400000,1538208000000,1538211600000,1538215200000,1538218800000,1538222400000,1538226000000,1538229600000,1538233200000,1538236800000,1538240400000,1538244000000,1538247600000,1538251200000,1538254800000,1538258400000,1538262000000,1538265600000,1538269200000,1538272800000,1538276400000,1538280000000,1538283600000,1538287200000,1538290800000,1538294400000,1538298000000,1538301600000,1538305200000,1538308800000,1538312400000,1538316000000,1538319600000,1538323200000,1538326800000,1538330400000,1538334000000,1538337600000,1538341200000,1538344800000,1538348400000,1538352000000,1538355600000,1538359200000,1538362800000,1538366400000,1538370000000,1538373600000,1538377200000,1538380800000,1538384400000,1538388000000,1538391600000,1538395200000,1538398800000,1538402400000,1538406000000,1538409600000,1538413200000,1538416800000,1538420400000,1538424000000,1538427600000,1538431200000,1538434800000,1538438400000,1538442000000,1538445600000,1538449200000,1538452800000,1538456400000,1538460000000,1538463600000,1538467200000,1538470800000,1538474400000,1538478000000,1538481600000,1538485200000,1538488800000,1538492400000,1538496000000,1538499600000,1538503200000,1538506800000,1538510400000,1538514000000,1538517600000,1538521200000,1538524800000,1538528400000,1538532000000,1538535600000,1538539200000,1538542800000,1538546400000,1538550000000,1538553600000,1538557200000,1538560800000,1538564400000,1538568000000,1538571600000,1538575200000,1538578800000,1538582400000,1538586000000,1538589600000,1538593200000,1538596800000,1538600400000,1538604000000,1538607600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[180,90,60,30,260,490,680,1090,1570,1140,1490,1430,1950,1380,1900,1230,1630,1620,1560,1900,1400,1210,690,400,120,180,40,10,110,420,970,860,1180,910,1370,1330,1560,1190,1570,1900,1410,1400,1940,2080,1840,1270,870,560,310,160,60,50,130,450,580,840,1250,1520,1560,1590,1480,1690,1750,1510,1710,1450,1700,1230,1430,1070,970,440,300,200,10,70,70,290,570,1130,1160,1650,1590,1680,1510,1710,1390,1740,1900,1720,2010,2100,2170,1650,940,1370,670,110,60,90,210,530,850,1000,1100,1280,1030,1580,1960,1880,1450,1590,1840,1730,1520,1950,1910,1300,660,270,200,20,30,40,180,590,650,1370,1040,1040,890,1460,1430,1730,1330,1470,1710,1840,1950,1810,1860,1550,600,480,140,100,60,60,190,370,760,740,1020,1570,1800,1390,1300,1480,1590,1850,1820,1550,1840,2030,2160,1470,800,470]},{"name":"URL","color":"#2373DB","values":[90,40,40,30,120,400,550,620,1050,1160,1140,1230,1270,1280,1490,1610,1700,2140,1750,1850,1580,940,610,210,110,10,10,50,60,240,500,630,830,1220,1190,1330,1180,1310,1140,1610,1900,1810,1750,1550,1220,860,510,330,250,50,30,30,30,70,430,480,850,1050,980,1240,1020,1350,1030,1180,1280,1390,1380,1120,940,570,510,340,170,90,20,10,20,150,220,250,790,970,880,1110,1000,980,1020,980,1090,1470,1140,1380,960,780,610,160,70,10,30,10,40,410,580,670,770,870,1110,1380,890,1020,1490,1530,1960,2180,1680,1410,1480,1080,480,140,10,50,10,0,30,350,380,630,640,890,1130,1160,1290,1260,1170,1500,2080,1890,1570,1700,1440,880,500,110,70,10,10,10,60,280,560,760,920,830,1100,1290,1440,1240,1440,1320,1940,1900,1760,1450,1290,900,480,240]},{"name":"Groups","color":"#9ED448","values":[80,30,30,190,430,670,540,650,850,670,850,1190,1300,1270,1120,1280,1190,1410,1240,1810,1770,1520,910,320,460,50,20,50,240,710,680,1100,760,1140,1230,890,1330,1260,860,1110,1400,1390,960,1510,1550,1870,1120,420,350,150,40,60,100,270,510,840,1040,1210,1050,1270,1900,1370,840,980,850,1020,900,1290,1400,1400,1150,870,410,310,10,0,60,120,390,510,1030,1010,1150,1020,1250,1450,1140,1080,1120,1040,1470,1540,1930,1720,1110,320,150,100,50,50,240,500,890,710,710,710,1140,1180,1020,1360,1230,1290,1150,1330,1690,2040,2090,1690,960,430,210,70,20,50,170,500,690,640,780,750,1110,1150,1170,1310,850,1080,1010,1190,1520,2210,2200,1960,1130,400,260,40,40,50,180,450,710,870,890,810,1080,1200,920,1360,1240,940,1260,1470,2010,2290,2240,1870,1090,410]},{"name":"Channel","color":"#4fae4e","values":[10,20,10,0,50,30,40,90,30,40,60,10,80,40,100,90,60,90,130,50,60,100,80,40,30,0,0,0,20,50,60,50,60,70,110,70,170,150,190,90,50,50,80,130,20,90,120,40,40,40,0,0,20,0,20,90,50,50,50,130,140,90,110,150,90,70,70,170,40,70,40,0,30,20,0,10,10,20,40,20,70,90,110,100,180,60,100,110,140,100,60,130,190,220,120,40,20,10,90,0,10,40,30,30,60,40,40,130,110,140,130,110,180,70,230,180,160,150,90,30,10,30,0,10,0,20,40,50,70,70,80,90,70,110,50,180,180,110,120,80,100,70,30,50,50,10,0,0,40,30,10,10,40,90,60,130,80,70,100,40,180,100,110,120,80,70,50,40]},{"name":"Search","color":"#F5BD25","values":[140,220,0,0,210,340,600,120,180,90,600,390,1030,480,180,190,290,340,280,430,380,290,120,30,10,0,0,0,390,150,130,550,360,200,530,150,140,210,330,210,330,290,220,370,100,210,250,30,110,10,0,0,130,250,740,170,130,170,130,220,280,250,160,160,90,240,90,140,320,220,30,20,100,0,0,0,10,200,200,890,190,190,230,190,160,140,150,190,380,250,170,170,410,140,80,50,10,0,0,10,320,260,240,200,120,390,360,600,220,90,140,120,170,240,180,300,170,210,100,50,10,0,10,0,90,180,700,600,210,460,130,50,160,340,230,160,100,400,140,260,110,30,40,0,30,0,0,0,310,240,70,160,270,110,860,110,130,480,190,270,160,260,440,360,370,70,50,10]},{"name":"Other","color":"#F79E39","values":[40,10,0,0,20,130,140,200,160,200,230,220,280,180,210,290,220,170,350,300,330,170,180,50,30,10,0,10,50,220,140,290,150,250,180,230,250,240,200,170,340,260,270,230,220,190,190,50,30,20,30,40,10,170,50,170,150,260,260,240,240,270,220,200,160,200,270,270,220,200,90,80,80,60,0,20,30,70,50,190,190,240,280,220,170,230,170,210,70,250,300,220,290,170,160,80,10,30,40,0,20,160,150,80,140,160,190,270,210,240,210,180,210,340,300,300,330,170,110,80,40,10,0,20,80,180,120,190,140,130,150,220,190,110,120,190,320,240,330,330,370,210,120,70,10,10,10,0,10,170,110,170,170,190,250,220,220,210,190,170,300,210,230,260,240,220,120,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,10,0,20,0,10,10,0,10,10,10,10,0,0,0,0,10,0,0,0,0,0,10,0,0,0,20,0,0,0,0,10,10,10,30,10,10,0,0,0,0,0,0,0,0,0,10,10,20,10,10,10,0,0,10,0,20,0,0,20,30,10,30,0,0,0,0,0,0,0,0,20,0,0,0,10,10,10,10,50,0,10,20,10,10,0,0,0,10,10,0,0,0,0,20,0,20,10,10,0,0,10,0,30,20,20,30,10,10,0,0,0,10,0,0,0,0,0,10,0,10,0,10,0,10,0,10,10,10,10,0,0,0,10,10,0,0,0,0,0,0,0,0,30,0,0,0,0,10,0,0,20,0,10,10,0,0,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/01.json b/dist/chartDummyData/views_zoom/2018-10/01.json new file mode 100644 index 000000000..3902f6a9a --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/01.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1538092800000,1538096400000,1538100000000,1538103600000,1538107200000,1538110800000,1538114400000,1538118000000,1538121600000,1538125200000,1538128800000,1538132400000,1538136000000,1538139600000,1538143200000,1538146800000,1538150400000,1538154000000,1538157600000,1538161200000,1538164800000,1538168400000,1538172000000,1538175600000,1538179200000,1538182800000,1538186400000,1538190000000,1538193600000,1538197200000,1538200800000,1538204400000,1538208000000,1538211600000,1538215200000,1538218800000,1538222400000,1538226000000,1538229600000,1538233200000,1538236800000,1538240400000,1538244000000,1538247600000,1538251200000,1538254800000,1538258400000,1538262000000,1538265600000,1538269200000,1538272800000,1538276400000,1538280000000,1538283600000,1538287200000,1538290800000,1538294400000,1538298000000,1538301600000,1538305200000,1538308800000,1538312400000,1538316000000,1538319600000,1538323200000,1538326800000,1538330400000,1538334000000,1538337600000,1538341200000,1538344800000,1538348400000,1538352000000,1538355600000,1538359200000,1538362800000,1538366400000,1538370000000,1538373600000,1538377200000,1538380800000,1538384400000,1538388000000,1538391600000,1538395200000,1538398800000,1538402400000,1538406000000,1538409600000,1538413200000,1538416800000,1538420400000,1538424000000,1538427600000,1538431200000,1538434800000,1538438400000,1538442000000,1538445600000,1538449200000,1538452800000,1538456400000,1538460000000,1538463600000,1538467200000,1538470800000,1538474400000,1538478000000,1538481600000,1538485200000,1538488800000,1538492400000,1538496000000,1538499600000,1538503200000,1538506800000,1538510400000,1538514000000,1538517600000,1538521200000,1538524800000,1538528400000,1538532000000,1538535600000,1538539200000,1538542800000,1538546400000,1538550000000,1538553600000,1538557200000,1538560800000,1538564400000,1538568000000,1538571600000,1538575200000,1538578800000,1538582400000,1538586000000,1538589600000,1538593200000,1538596800000,1538600400000,1538604000000,1538607600000,1538611200000,1538614800000,1538618400000,1538622000000,1538625600000,1538629200000,1538632800000,1538636400000,1538640000000,1538643600000,1538647200000,1538650800000,1538654400000,1538658000000,1538661600000,1538665200000,1538668800000,1538672400000,1538676000000,1538679600000,1538683200000,1538686800000,1538690400000,1538694000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[120,180,40,10,110,420,970,860,1180,910,1370,1330,1560,1190,1570,1900,1410,1400,1940,2080,1840,1270,870,560,310,160,60,50,130,450,580,840,1250,1520,1560,1590,1480,1690,1750,1510,1710,1450,1700,1230,1430,1070,970,440,300,200,10,70,70,290,570,1130,1160,1650,1590,1680,1510,1710,1390,1740,1900,1720,2010,2100,2170,1650,940,1370,670,110,60,90,210,530,850,1000,1100,1280,1030,1580,1960,1880,1450,1590,1840,1730,1520,1950,1910,1300,660,270,200,20,30,40,180,590,650,1370,1040,1040,890,1460,1430,1730,1330,1470,1710,1840,1950,1810,1860,1550,600,480,140,100,60,60,190,370,760,740,1020,1570,1800,1390,1300,1480,1590,1850,1820,1550,1840,2030,2160,1470,800,470,150,90,40,80,50,780,650,930,810,1210,1380,1230,1590,1770,1500,1550,1790,1810,2050,1800,1480,1150,960,670]},{"name":"URL","color":"#2373DB","values":[110,10,10,50,60,240,500,630,830,1220,1190,1330,1180,1310,1140,1610,1900,1810,1750,1550,1220,860,510,330,250,50,30,30,30,70,430,480,850,1050,980,1240,1020,1350,1030,1180,1280,1390,1380,1120,940,570,510,340,170,90,20,10,20,150,220,250,790,970,880,1110,1000,980,1020,980,1090,1470,1140,1380,960,780,610,160,70,10,30,10,40,410,580,670,770,870,1110,1380,890,1020,1490,1530,1960,2180,1680,1410,1480,1080,480,140,10,50,10,0,30,350,380,630,640,890,1130,1160,1290,1260,1170,1500,2080,1890,1570,1700,1440,880,500,110,70,10,10,10,60,280,560,760,920,830,1100,1290,1440,1240,1440,1320,1940,1900,1760,1450,1290,900,480,240,90,100,0,20,70,350,640,510,720,910,1270,1240,1320,1290,1390,1780,2320,1750,1920,1410,1470,1300,480,130]},{"name":"Groups","color":"#9ED448","values":[460,50,20,50,240,710,680,1100,760,1140,1230,890,1330,1260,860,1110,1400,1390,960,1510,1550,1870,1120,420,350,150,40,60,100,270,510,840,1040,1210,1050,1270,1900,1370,840,980,850,1020,900,1290,1400,1400,1150,870,410,310,10,0,60,120,390,510,1030,1010,1150,1020,1250,1450,1140,1080,1120,1040,1470,1540,1930,1720,1110,320,150,100,50,50,240,500,890,710,710,710,1140,1180,1020,1360,1230,1290,1150,1330,1690,2040,2090,1690,960,430,210,70,20,50,170,500,690,640,780,750,1110,1150,1170,1310,850,1080,1010,1190,1520,2210,2200,1960,1130,400,260,40,40,50,180,450,710,870,890,810,1080,1200,920,1360,1240,940,1260,1470,2010,2290,2240,1870,1090,410,250,80,10,40,150,460,1110,880,880,810,1100,1790,1380,990,1030,1440,1310,1290,1260,1960,2080,1790,1000,500]},{"name":"Channel","color":"#4fae4e","values":[30,0,0,0,20,50,60,50,60,70,110,70,170,150,190,90,50,50,80,130,20,90,120,40,40,40,0,0,20,0,20,90,50,50,50,130,140,90,110,150,90,70,70,170,40,70,40,0,30,20,0,10,10,20,40,20,70,90,110,100,180,60,100,110,140,100,60,130,190,220,120,40,20,10,90,0,10,40,30,30,60,40,40,130,110,140,130,110,180,70,230,180,160,150,90,30,10,30,0,10,0,20,40,50,70,70,80,90,70,110,50,180,180,110,120,80,100,70,30,50,50,10,0,0,40,30,10,10,40,90,60,130,80,70,100,40,180,100,110,120,80,70,50,40,10,0,0,0,10,50,80,70,60,60,70,50,100,140,110,110,140,170,130,130,190,110,170,30]},{"name":"Search","color":"#F5BD25","values":[10,0,0,0,390,150,130,550,360,200,530,150,140,210,330,210,330,290,220,370,100,210,250,30,110,10,0,0,130,250,740,170,130,170,130,220,280,250,160,160,90,240,90,140,320,220,30,20,100,0,0,0,10,200,200,890,190,190,230,190,160,140,150,190,380,250,170,170,410,140,80,50,10,0,0,10,320,260,240,200,120,390,360,600,220,90,140,120,170,240,180,300,170,210,100,50,10,0,10,0,90,180,700,600,210,460,130,50,160,340,230,160,100,400,140,260,110,30,40,0,30,0,0,0,310,240,70,160,270,110,860,110,130,480,190,270,160,260,440,360,370,70,50,10,0,10,10,40,80,70,480,80,150,130,290,300,190,460,270,110,100,420,310,440,150,270,390,100]},{"name":"Other","color":"#F79E39","values":[30,10,0,10,50,220,140,290,150,250,180,230,250,240,200,170,340,260,270,230,220,190,190,50,30,20,30,40,10,170,50,170,150,260,260,240,240,270,220,200,160,200,270,270,220,200,90,80,80,60,0,20,30,70,50,190,190,240,280,220,170,230,170,210,70,250,300,220,290,170,160,80,10,30,40,0,20,160,150,80,140,160,190,270,210,240,210,180,210,340,300,300,330,170,110,80,40,10,0,20,80,180,120,190,140,130,150,220,190,110,120,190,320,240,330,330,370,210,120,70,10,10,10,0,10,170,110,170,170,190,250,220,220,210,190,170,300,210,230,260,240,220,120,80,40,0,0,0,30,170,160,170,120,250,200,300,230,230,230,260,140,270,290,250,270,170,140,50]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,0,0,20,0,0,0,0,10,10,10,30,10,10,0,0,0,0,0,0,0,0,0,10,10,20,10,10,10,0,0,10,0,20,0,0,20,30,10,30,0,0,0,0,0,0,0,0,20,0,0,0,10,10,10,10,50,0,10,20,10,10,0,0,0,10,10,0,0,0,0,20,0,20,10,10,0,0,10,0,30,20,20,30,10,10,0,0,0,10,0,0,0,0,0,10,0,10,0,10,0,10,0,10,10,10,10,0,0,0,10,10,0,0,0,0,0,0,0,0,30,0,0,0,0,10,0,0,20,0,10,10,0,0,0,0,10,0,0,0,0,0,0,10,10,0,0,40,10,0,0,0,10,20,10,0,0,10,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/02.json b/dist/chartDummyData/views_zoom/2018-10/02.json new file mode 100644 index 000000000..5807bca54 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/02.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1538179200000,1538182800000,1538186400000,1538190000000,1538193600000,1538197200000,1538200800000,1538204400000,1538208000000,1538211600000,1538215200000,1538218800000,1538222400000,1538226000000,1538229600000,1538233200000,1538236800000,1538240400000,1538244000000,1538247600000,1538251200000,1538254800000,1538258400000,1538262000000,1538265600000,1538269200000,1538272800000,1538276400000,1538280000000,1538283600000,1538287200000,1538290800000,1538294400000,1538298000000,1538301600000,1538305200000,1538308800000,1538312400000,1538316000000,1538319600000,1538323200000,1538326800000,1538330400000,1538334000000,1538337600000,1538341200000,1538344800000,1538348400000,1538352000000,1538355600000,1538359200000,1538362800000,1538366400000,1538370000000,1538373600000,1538377200000,1538380800000,1538384400000,1538388000000,1538391600000,1538395200000,1538398800000,1538402400000,1538406000000,1538409600000,1538413200000,1538416800000,1538420400000,1538424000000,1538427600000,1538431200000,1538434800000,1538438400000,1538442000000,1538445600000,1538449200000,1538452800000,1538456400000,1538460000000,1538463600000,1538467200000,1538470800000,1538474400000,1538478000000,1538481600000,1538485200000,1538488800000,1538492400000,1538496000000,1538499600000,1538503200000,1538506800000,1538510400000,1538514000000,1538517600000,1538521200000,1538524800000,1538528400000,1538532000000,1538535600000,1538539200000,1538542800000,1538546400000,1538550000000,1538553600000,1538557200000,1538560800000,1538564400000,1538568000000,1538571600000,1538575200000,1538578800000,1538582400000,1538586000000,1538589600000,1538593200000,1538596800000,1538600400000,1538604000000,1538607600000,1538611200000,1538614800000,1538618400000,1538622000000,1538625600000,1538629200000,1538632800000,1538636400000,1538640000000,1538643600000,1538647200000,1538650800000,1538654400000,1538658000000,1538661600000,1538665200000,1538668800000,1538672400000,1538676000000,1538679600000,1538683200000,1538686800000,1538690400000,1538694000000,1538697600000,1538701200000,1538704800000,1538708400000,1538712000000,1538715600000,1538719200000,1538722800000,1538726400000,1538730000000,1538733600000,1538737200000,1538740800000,1538744400000,1538748000000,1538751600000,1538755200000,1538758800000,1538762400000,1538766000000,1538769600000,1538773200000,1538776800000,1538780400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[310,160,60,50,130,450,580,840,1250,1520,1560,1590,1480,1690,1750,1510,1710,1450,1700,1230,1430,1070,970,440,300,200,10,70,70,290,570,1130,1160,1650,1590,1680,1510,1710,1390,1740,1900,1720,2010,2100,2170,1650,940,1370,670,110,60,90,210,530,850,1000,1100,1280,1030,1580,1960,1880,1450,1590,1840,1730,1520,1950,1910,1300,660,270,200,20,30,40,180,590,650,1370,1040,1040,890,1460,1430,1730,1330,1470,1710,1840,1950,1810,1860,1550,600,480,140,100,60,60,190,370,760,740,1020,1570,1800,1390,1300,1480,1590,1850,1820,1550,1840,2030,2160,1470,800,470,150,90,40,80,50,780,650,930,810,1210,1380,1230,1590,1770,1500,1550,1790,1810,2050,1800,1480,1150,960,670,120,80,30,20,150,620,850,1050,1110,1840,1490,1380,1730,2370,1540,1340,1850,1550,1630,1690,1910,1310,950,540]},{"name":"URL","color":"#2373DB","values":[250,50,30,30,30,70,430,480,850,1050,980,1240,1020,1350,1030,1180,1280,1390,1380,1120,940,570,510,340,170,90,20,10,20,150,220,250,790,970,880,1110,1000,980,1020,980,1090,1470,1140,1380,960,780,610,160,70,10,30,10,40,410,580,670,770,870,1110,1380,890,1020,1490,1530,1960,2180,1680,1410,1480,1080,480,140,10,50,10,0,30,350,380,630,640,890,1130,1160,1290,1260,1170,1500,2080,1890,1570,1700,1440,880,500,110,70,10,10,10,60,280,560,760,920,830,1100,1290,1440,1240,1440,1320,1940,1900,1760,1450,1290,900,480,240,90,100,0,20,70,350,640,510,720,910,1270,1240,1320,1290,1390,1780,2320,1750,1920,1410,1470,1300,480,130,80,80,10,10,60,340,460,580,950,1080,1210,1360,1140,1160,1470,1450,2090,1660,1540,1440,1420,1000,660,280]},{"name":"Groups","color":"#9ED448","values":[350,150,40,60,100,270,510,840,1040,1210,1050,1270,1900,1370,840,980,850,1020,900,1290,1400,1400,1150,870,410,310,10,0,60,120,390,510,1030,1010,1150,1020,1250,1450,1140,1080,1120,1040,1470,1540,1930,1720,1110,320,150,100,50,50,240,500,890,710,710,710,1140,1180,1020,1360,1230,1290,1150,1330,1690,2040,2090,1690,960,430,210,70,20,50,170,500,690,640,780,750,1110,1150,1170,1310,850,1080,1010,1190,1520,2210,2200,1960,1130,400,260,40,40,50,180,450,710,870,890,810,1080,1200,920,1360,1240,940,1260,1470,2010,2290,2240,1870,1090,410,250,80,10,40,150,460,1110,880,880,810,1100,1790,1380,990,1030,1440,1310,1290,1260,1960,2080,1790,1000,500,170,20,20,20,240,730,890,760,1200,1270,1340,1280,1460,1170,1120,1210,1270,1330,1490,1910,1850,1400,1100,510]},{"name":"Channel","color":"#4fae4e","values":[40,40,0,0,20,0,20,90,50,50,50,130,140,90,110,150,90,70,70,170,40,70,40,0,30,20,0,10,10,20,40,20,70,90,110,100,180,60,100,110,140,100,60,130,190,220,120,40,20,10,90,0,10,40,30,30,60,40,40,130,110,140,130,110,180,70,230,180,160,150,90,30,10,30,0,10,0,20,40,50,70,70,80,90,70,110,50,180,180,110,120,80,100,70,30,50,50,10,0,0,40,30,10,10,40,90,60,130,80,70,100,40,180,100,110,120,80,70,50,40,10,0,0,0,10,50,80,70,60,60,70,50,100,140,110,110,140,170,130,130,190,110,170,30,10,0,0,0,20,30,130,50,50,40,40,110,50,120,100,100,170,40,180,140,150,100,40,50]},{"name":"Search","color":"#F5BD25","values":[110,10,0,0,130,250,740,170,130,170,130,220,280,250,160,160,90,240,90,140,320,220,30,20,100,0,0,0,10,200,200,890,190,190,230,190,160,140,150,190,380,250,170,170,410,140,80,50,10,0,0,10,320,260,240,200,120,390,360,600,220,90,140,120,170,240,180,300,170,210,100,50,10,0,10,0,90,180,700,600,210,460,130,50,160,340,230,160,100,400,140,260,110,30,40,0,30,0,0,0,310,240,70,160,270,110,860,110,130,480,190,270,160,260,440,360,370,70,50,10,0,10,10,40,80,70,480,80,150,130,290,300,190,460,270,110,100,420,310,440,150,270,390,100,40,10,0,0,260,180,150,210,70,850,540,190,210,120,220,180,110,180,130,170,200,230,80,50]},{"name":"Other","color":"#F79E39","values":[30,20,30,40,10,170,50,170,150,260,260,240,240,270,220,200,160,200,270,270,220,200,90,80,80,60,0,20,30,70,50,190,190,240,280,220,170,230,170,210,70,250,300,220,290,170,160,80,10,30,40,0,20,160,150,80,140,160,190,270,210,240,210,180,210,340,300,300,330,170,110,80,40,10,0,20,80,180,120,190,140,130,150,220,190,110,120,190,320,240,330,330,370,210,120,70,10,10,10,0,10,170,110,170,170,190,250,220,220,210,190,170,300,210,230,260,240,220,120,80,40,0,0,0,30,170,160,170,120,250,200,300,230,230,230,260,140,270,290,250,270,170,140,50,10,40,10,20,30,190,200,220,140,220,190,270,250,230,170,230,190,190,230,250,240,90,110,90]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,10,20,10,10,10,0,0,10,0,20,0,0,20,30,10,30,0,0,0,0,0,0,0,0,20,0,0,0,10,10,10,10,50,0,10,20,10,10,0,0,0,10,10,0,0,0,0,20,0,20,10,10,0,0,10,0,30,20,20,30,10,10,0,0,0,10,0,0,0,0,0,10,0,10,0,10,0,10,0,10,10,10,10,0,0,0,10,10,0,0,0,0,0,0,0,0,30,0,0,0,0,10,0,0,20,0,10,10,0,0,0,0,10,0,0,0,0,0,0,10,10,0,0,40,10,0,0,0,10,20,10,0,0,10,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,20,10,20,10,0,10,60,10,30,20,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/03.json b/dist/chartDummyData/views_zoom/2018-10/03.json new file mode 100644 index 000000000..d67ba03f7 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/03.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1538265600000,1538269200000,1538272800000,1538276400000,1538280000000,1538283600000,1538287200000,1538290800000,1538294400000,1538298000000,1538301600000,1538305200000,1538308800000,1538312400000,1538316000000,1538319600000,1538323200000,1538326800000,1538330400000,1538334000000,1538337600000,1538341200000,1538344800000,1538348400000,1538352000000,1538355600000,1538359200000,1538362800000,1538366400000,1538370000000,1538373600000,1538377200000,1538380800000,1538384400000,1538388000000,1538391600000,1538395200000,1538398800000,1538402400000,1538406000000,1538409600000,1538413200000,1538416800000,1538420400000,1538424000000,1538427600000,1538431200000,1538434800000,1538438400000,1538442000000,1538445600000,1538449200000,1538452800000,1538456400000,1538460000000,1538463600000,1538467200000,1538470800000,1538474400000,1538478000000,1538481600000,1538485200000,1538488800000,1538492400000,1538496000000,1538499600000,1538503200000,1538506800000,1538510400000,1538514000000,1538517600000,1538521200000,1538524800000,1538528400000,1538532000000,1538535600000,1538539200000,1538542800000,1538546400000,1538550000000,1538553600000,1538557200000,1538560800000,1538564400000,1538568000000,1538571600000,1538575200000,1538578800000,1538582400000,1538586000000,1538589600000,1538593200000,1538596800000,1538600400000,1538604000000,1538607600000,1538611200000,1538614800000,1538618400000,1538622000000,1538625600000,1538629200000,1538632800000,1538636400000,1538640000000,1538643600000,1538647200000,1538650800000,1538654400000,1538658000000,1538661600000,1538665200000,1538668800000,1538672400000,1538676000000,1538679600000,1538683200000,1538686800000,1538690400000,1538694000000,1538697600000,1538701200000,1538704800000,1538708400000,1538712000000,1538715600000,1538719200000,1538722800000,1538726400000,1538730000000,1538733600000,1538737200000,1538740800000,1538744400000,1538748000000,1538751600000,1538755200000,1538758800000,1538762400000,1538766000000,1538769600000,1538773200000,1538776800000,1538780400000,1538784000000,1538787600000,1538791200000,1538794800000,1538798400000,1538802000000,1538805600000,1538809200000,1538812800000,1538816400000,1538820000000,1538823600000,1538827200000,1538830800000,1538834400000,1538838000000,1538841600000,1538845200000,1538848800000,1538852400000,1538856000000,1538859600000,1538863200000,1538866800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[300,200,10,70,70,290,570,1130,1160,1650,1590,1680,1510,1710,1390,1740,1900,1720,2010,2100,2170,1650,940,1370,670,110,60,90,210,530,850,1000,1100,1280,1030,1580,1960,1880,1450,1590,1840,1730,1520,1950,1910,1300,660,270,200,20,30,40,180,590,650,1370,1040,1040,890,1460,1430,1730,1330,1470,1710,1840,1950,1810,1860,1550,600,480,140,100,60,60,190,370,760,740,1020,1570,1800,1390,1300,1480,1590,1850,1820,1550,1840,2030,2160,1470,800,470,150,90,40,80,50,780,650,930,810,1210,1380,1230,1590,1770,1500,1550,1790,1810,2050,1800,1480,1150,960,670,120,80,30,20,150,620,850,1050,1110,1840,1490,1380,1730,2370,1540,1340,1850,1550,1630,1690,1910,1310,950,540,220,80,110,60,150,440,510,820,1770,1330,1620,1380,1570,1510,1800,1940,1770,1350,1310,1340,1360,1110,1110,470]},{"name":"URL","color":"#2373DB","values":[170,90,20,10,20,150,220,250,790,970,880,1110,1000,980,1020,980,1090,1470,1140,1380,960,780,610,160,70,10,30,10,40,410,580,670,770,870,1110,1380,890,1020,1490,1530,1960,2180,1680,1410,1480,1080,480,140,10,50,10,0,30,350,380,630,640,890,1130,1160,1290,1260,1170,1500,2080,1890,1570,1700,1440,880,500,110,70,10,10,10,60,280,560,760,920,830,1100,1290,1440,1240,1440,1320,1940,1900,1760,1450,1290,900,480,240,90,100,0,20,70,350,640,510,720,910,1270,1240,1320,1290,1390,1780,2320,1750,1920,1410,1470,1300,480,130,80,80,10,10,60,340,460,580,950,1080,1210,1360,1140,1160,1470,1450,2090,1660,1540,1440,1420,1000,660,280,190,120,30,0,20,140,310,550,860,1000,1050,1140,1010,1030,1230,1120,1510,1400,1350,1110,960,610,560,390]},{"name":"Groups","color":"#9ED448","values":[410,310,10,0,60,120,390,510,1030,1010,1150,1020,1250,1450,1140,1080,1120,1040,1470,1540,1930,1720,1110,320,150,100,50,50,240,500,890,710,710,710,1140,1180,1020,1360,1230,1290,1150,1330,1690,2040,2090,1690,960,430,210,70,20,50,170,500,690,640,780,750,1110,1150,1170,1310,850,1080,1010,1190,1520,2210,2200,1960,1130,400,260,40,40,50,180,450,710,870,890,810,1080,1200,920,1360,1240,940,1260,1470,2010,2290,2240,1870,1090,410,250,80,10,40,150,460,1110,880,880,810,1100,1790,1380,990,1030,1440,1310,1290,1260,1960,2080,1790,1000,500,170,20,20,20,240,730,890,760,1200,1270,1340,1280,1460,1170,1120,1210,1270,1330,1490,1910,1850,1400,1100,510,270,100,120,20,100,370,620,1120,1160,1390,1150,1280,1660,1190,1220,1050,1260,1200,1450,1360,1500,1620,960,1000]},{"name":"Channel","color":"#4fae4e","values":[30,20,0,10,10,20,40,20,70,90,110,100,180,60,100,110,140,100,60,130,190,220,120,40,20,10,90,0,10,40,30,30,60,40,40,130,110,140,130,110,180,70,230,180,160,150,90,30,10,30,0,10,0,20,40,50,70,70,80,90,70,110,50,180,180,110,120,80,100,70,30,50,50,10,0,0,40,30,10,10,40,90,60,130,80,70,100,40,180,100,110,120,80,70,50,40,10,0,0,0,10,50,80,70,60,60,70,50,100,140,110,110,140,170,130,130,190,110,170,30,10,0,0,0,20,30,130,50,50,40,40,110,50,120,100,100,170,40,180,140,150,100,40,50,20,0,0,0,0,10,50,60,120,30,100,60,150,150,130,50,130,160,80,80,150,100,70,50]},{"name":"Search","color":"#F5BD25","values":[100,0,0,0,10,200,200,890,190,190,230,190,160,140,150,190,380,250,170,170,410,140,80,50,10,0,0,10,320,260,240,200,120,390,360,600,220,90,140,120,170,240,180,300,170,210,100,50,10,0,10,0,90,180,700,600,210,460,130,50,160,340,230,160,100,400,140,260,110,30,40,0,30,0,0,0,310,240,70,160,270,110,860,110,130,480,190,270,160,260,440,360,370,70,50,10,0,10,10,40,80,70,480,80,150,130,290,300,190,460,270,110,100,420,310,440,150,270,390,100,40,10,0,0,260,180,150,210,70,850,540,190,210,120,220,180,110,180,130,170,200,230,80,50,10,0,0,10,180,110,750,330,180,480,230,280,200,100,130,250,110,310,200,220,240,90,70,20]},{"name":"Other","color":"#F79E39","values":[80,60,0,20,30,70,50,190,190,240,280,220,170,230,170,210,70,250,300,220,290,170,160,80,10,30,40,0,20,160,150,80,140,160,190,270,210,240,210,180,210,340,300,300,330,170,110,80,40,10,0,20,80,180,120,190,140,130,150,220,190,110,120,190,320,240,330,330,370,210,120,70,10,10,10,0,10,170,110,170,170,190,250,220,220,210,190,170,300,210,230,260,240,220,120,80,40,0,0,0,30,170,160,170,120,250,200,300,230,230,230,260,140,270,290,250,270,170,140,50,10,40,10,20,30,190,200,220,140,220,190,270,250,230,170,230,190,190,230,250,240,90,110,90,50,70,70,10,10,50,100,300,180,220,230,250,250,250,170,160,180,230,190,300,190,290,120,40]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,20,0,0,0,10,10,10,10,50,0,10,20,10,10,0,0,0,10,10,0,0,0,0,20,0,20,10,10,0,0,10,0,30,20,20,30,10,10,0,0,0,10,0,0,0,0,0,10,0,10,0,10,0,10,0,10,10,10,10,0,0,0,10,10,0,0,0,0,0,0,0,0,30,0,0,0,0,10,0,0,20,0,10,10,0,0,0,0,10,0,0,0,0,0,0,10,10,0,0,40,10,0,0,0,10,20,10,0,0,10,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,20,10,20,10,0,10,60,10,30,20,0,0,0,0,0,0,0,0,10,10,10,0,20,0,10,10,0,20,0,0,0,10,10,0,30,20,20]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/04.json b/dist/chartDummyData/views_zoom/2018-10/04.json new file mode 100644 index 000000000..829f68cdc --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/04.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1538352000000,1538355600000,1538359200000,1538362800000,1538366400000,1538370000000,1538373600000,1538377200000,1538380800000,1538384400000,1538388000000,1538391600000,1538395200000,1538398800000,1538402400000,1538406000000,1538409600000,1538413200000,1538416800000,1538420400000,1538424000000,1538427600000,1538431200000,1538434800000,1538438400000,1538442000000,1538445600000,1538449200000,1538452800000,1538456400000,1538460000000,1538463600000,1538467200000,1538470800000,1538474400000,1538478000000,1538481600000,1538485200000,1538488800000,1538492400000,1538496000000,1538499600000,1538503200000,1538506800000,1538510400000,1538514000000,1538517600000,1538521200000,1538524800000,1538528400000,1538532000000,1538535600000,1538539200000,1538542800000,1538546400000,1538550000000,1538553600000,1538557200000,1538560800000,1538564400000,1538568000000,1538571600000,1538575200000,1538578800000,1538582400000,1538586000000,1538589600000,1538593200000,1538596800000,1538600400000,1538604000000,1538607600000,1538611200000,1538614800000,1538618400000,1538622000000,1538625600000,1538629200000,1538632800000,1538636400000,1538640000000,1538643600000,1538647200000,1538650800000,1538654400000,1538658000000,1538661600000,1538665200000,1538668800000,1538672400000,1538676000000,1538679600000,1538683200000,1538686800000,1538690400000,1538694000000,1538697600000,1538701200000,1538704800000,1538708400000,1538712000000,1538715600000,1538719200000,1538722800000,1538726400000,1538730000000,1538733600000,1538737200000,1538740800000,1538744400000,1538748000000,1538751600000,1538755200000,1538758800000,1538762400000,1538766000000,1538769600000,1538773200000,1538776800000,1538780400000,1538784000000,1538787600000,1538791200000,1538794800000,1538798400000,1538802000000,1538805600000,1538809200000,1538812800000,1538816400000,1538820000000,1538823600000,1538827200000,1538830800000,1538834400000,1538838000000,1538841600000,1538845200000,1538848800000,1538852400000,1538856000000,1538859600000,1538863200000,1538866800000,1538870400000,1538874000000,1538877600000,1538881200000,1538884800000,1538888400000,1538892000000,1538895600000,1538899200000,1538902800000,1538906400000,1538910000000,1538913600000,1538917200000,1538920800000,1538924400000,1538928000000,1538931600000,1538935200000,1538938800000,1538942400000,1538946000000,1538949600000,1538953200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[670,110,60,90,210,530,850,1000,1100,1280,1030,1580,1960,1880,1450,1590,1840,1730,1520,1950,1910,1300,660,270,200,20,30,40,180,590,650,1370,1040,1040,890,1460,1430,1730,1330,1470,1710,1840,1950,1810,1860,1550,600,480,140,100,60,60,190,370,760,740,1020,1570,1800,1390,1300,1480,1590,1850,1820,1550,1840,2030,2160,1470,800,470,150,90,40,80,50,780,650,930,810,1210,1380,1230,1590,1770,1500,1550,1790,1810,2050,1800,1480,1150,960,670,120,80,30,20,150,620,850,1050,1110,1840,1490,1380,1730,2370,1540,1340,1850,1550,1630,1690,1910,1310,950,540,220,80,110,60,150,440,510,820,1770,1330,1620,1380,1570,1510,1800,1940,1770,1350,1310,1340,1360,1110,1110,470,250,170,90,70,40,180,560,650,1110,1740,1550,1640,1530,1420,1430,1380,1750,1260,1740,2010,2130,1720,820,360]},{"name":"URL","color":"#2373DB","values":[70,10,30,10,40,410,580,670,770,870,1110,1380,890,1020,1490,1530,1960,2180,1680,1410,1480,1080,480,140,10,50,10,0,30,350,380,630,640,890,1130,1160,1290,1260,1170,1500,2080,1890,1570,1700,1440,880,500,110,70,10,10,10,60,280,560,760,920,830,1100,1290,1440,1240,1440,1320,1940,1900,1760,1450,1290,900,480,240,90,100,0,20,70,350,640,510,720,910,1270,1240,1320,1290,1390,1780,2320,1750,1920,1410,1470,1300,480,130,80,80,10,10,60,340,460,580,950,1080,1210,1360,1140,1160,1470,1450,2090,1660,1540,1440,1420,1000,660,280,190,120,30,0,20,140,310,550,860,1000,1050,1140,1010,1030,1230,1120,1510,1400,1350,1110,960,610,560,390,180,80,10,40,100,30,130,480,850,1170,1460,970,960,1060,1210,1470,1120,1280,1630,1260,1220,1270,560,320]},{"name":"Groups","color":"#9ED448","values":[150,100,50,50,240,500,890,710,710,710,1140,1180,1020,1360,1230,1290,1150,1330,1690,2040,2090,1690,960,430,210,70,20,50,170,500,690,640,780,750,1110,1150,1170,1310,850,1080,1010,1190,1520,2210,2200,1960,1130,400,260,40,40,50,180,450,710,870,890,810,1080,1200,920,1360,1240,940,1260,1470,2010,2290,2240,1870,1090,410,250,80,10,40,150,460,1110,880,880,810,1100,1790,1380,990,1030,1440,1310,1290,1260,1960,2080,1790,1000,500,170,20,20,20,240,730,890,760,1200,1270,1340,1280,1460,1170,1120,1210,1270,1330,1490,1910,1850,1400,1100,510,270,100,120,20,100,370,620,1120,1160,1390,1150,1280,1660,1190,1220,1050,1260,1200,1450,1360,1500,1620,960,1000,500,180,20,70,460,150,290,820,1000,1240,1100,1130,1290,1020,1020,720,1070,1380,1290,1860,1940,1950,1300,560]},{"name":"Channel","color":"#4fae4e","values":[20,10,90,0,10,40,30,30,60,40,40,130,110,140,130,110,180,70,230,180,160,150,90,30,10,30,0,10,0,20,40,50,70,70,80,90,70,110,50,180,180,110,120,80,100,70,30,50,50,10,0,0,40,30,10,10,40,90,60,130,80,70,100,40,180,100,110,120,80,70,50,40,10,0,0,0,10,50,80,70,60,60,70,50,100,140,110,110,140,170,130,130,190,110,170,30,10,0,0,0,20,30,130,50,50,40,40,110,50,120,100,100,170,40,180,140,150,100,40,50,20,0,0,0,0,10,50,60,120,30,100,60,150,150,130,50,130,160,80,80,150,100,70,50,70,10,10,0,10,50,10,30,120,80,150,90,130,90,90,130,130,140,60,140,150,90,50,40]},{"name":"Search","color":"#F5BD25","values":[10,0,0,10,320,260,240,200,120,390,360,600,220,90,140,120,170,240,180,300,170,210,100,50,10,0,10,0,90,180,700,600,210,460,130,50,160,340,230,160,100,400,140,260,110,30,40,0,30,0,0,0,310,240,70,160,270,110,860,110,130,480,190,270,160,260,440,360,370,70,50,10,0,10,10,40,80,70,480,80,150,130,290,300,190,460,270,110,100,420,310,440,150,270,390,100,40,10,0,0,260,180,150,210,70,850,540,190,210,120,220,180,110,180,130,170,200,230,80,50,10,0,0,10,180,110,750,330,180,480,230,280,200,100,130,250,110,310,200,220,240,90,70,20,10,0,20,10,0,50,110,560,90,220,70,220,180,150,170,260,90,160,230,150,130,60,120,210]},{"name":"Other","color":"#F79E39","values":[10,30,40,0,20,160,150,80,140,160,190,270,210,240,210,180,210,340,300,300,330,170,110,80,40,10,0,20,80,180,120,190,140,130,150,220,190,110,120,190,320,240,330,330,370,210,120,70,10,10,10,0,10,170,110,170,170,190,250,220,220,210,190,170,300,210,230,260,240,220,120,80,40,0,0,0,30,170,160,170,120,250,200,300,230,230,230,260,140,270,290,250,270,170,140,50,10,40,10,20,30,190,200,220,140,220,190,270,250,230,170,230,190,190,230,250,240,90,110,90,50,70,70,10,10,50,100,300,180,220,230,250,250,250,170,160,180,230,190,300,190,290,120,40,10,40,20,20,30,40,100,180,200,290,160,190,280,180,200,300,250,230,320,330,260,150,130,50]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,20,0,20,10,10,0,0,10,0,30,20,20,30,10,10,0,0,0,10,0,0,0,0,0,10,0,10,0,10,0,10,0,10,10,10,10,0,0,0,10,10,0,0,0,0,0,0,0,0,30,0,0,0,0,10,0,0,20,0,10,10,0,0,0,0,10,0,0,0,0,0,0,10,10,0,0,40,10,0,0,0,10,20,10,0,0,10,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,20,10,20,10,0,10,60,10,30,20,0,0,0,0,0,0,0,0,10,10,10,0,20,0,10,10,0,20,0,0,0,10,10,0,30,20,20,0,0,0,0,0,0,0,0,10,0,10,0,0,20,0,0,10,0,30,0,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/05.json b/dist/chartDummyData/views_zoom/2018-10/05.json new file mode 100644 index 000000000..504965706 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/05.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1538438400000,1538442000000,1538445600000,1538449200000,1538452800000,1538456400000,1538460000000,1538463600000,1538467200000,1538470800000,1538474400000,1538478000000,1538481600000,1538485200000,1538488800000,1538492400000,1538496000000,1538499600000,1538503200000,1538506800000,1538510400000,1538514000000,1538517600000,1538521200000,1538524800000,1538528400000,1538532000000,1538535600000,1538539200000,1538542800000,1538546400000,1538550000000,1538553600000,1538557200000,1538560800000,1538564400000,1538568000000,1538571600000,1538575200000,1538578800000,1538582400000,1538586000000,1538589600000,1538593200000,1538596800000,1538600400000,1538604000000,1538607600000,1538611200000,1538614800000,1538618400000,1538622000000,1538625600000,1538629200000,1538632800000,1538636400000,1538640000000,1538643600000,1538647200000,1538650800000,1538654400000,1538658000000,1538661600000,1538665200000,1538668800000,1538672400000,1538676000000,1538679600000,1538683200000,1538686800000,1538690400000,1538694000000,1538697600000,1538701200000,1538704800000,1538708400000,1538712000000,1538715600000,1538719200000,1538722800000,1538726400000,1538730000000,1538733600000,1538737200000,1538740800000,1538744400000,1538748000000,1538751600000,1538755200000,1538758800000,1538762400000,1538766000000,1538769600000,1538773200000,1538776800000,1538780400000,1538784000000,1538787600000,1538791200000,1538794800000,1538798400000,1538802000000,1538805600000,1538809200000,1538812800000,1538816400000,1538820000000,1538823600000,1538827200000,1538830800000,1538834400000,1538838000000,1538841600000,1538845200000,1538848800000,1538852400000,1538856000000,1538859600000,1538863200000,1538866800000,1538870400000,1538874000000,1538877600000,1538881200000,1538884800000,1538888400000,1538892000000,1538895600000,1538899200000,1538902800000,1538906400000,1538910000000,1538913600000,1538917200000,1538920800000,1538924400000,1538928000000,1538931600000,1538935200000,1538938800000,1538942400000,1538946000000,1538949600000,1538953200000,1538956800000,1538960400000,1538964000000,1538967600000,1538971200000,1538974800000,1538978400000,1538982000000,1538985600000,1538989200000,1538992800000,1538996400000,1539000000000,1539003600000,1539007200000,1539010800000,1539014400000,1539018000000,1539021600000,1539025200000,1539028800000,1539032400000,1539036000000,1539039600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[200,20,30,40,180,590,650,1370,1040,1040,890,1460,1430,1730,1330,1470,1710,1840,1950,1810,1860,1550,600,480,140,100,60,60,190,370,760,740,1020,1570,1800,1390,1300,1480,1590,1850,1820,1550,1840,2030,2160,1470,800,470,150,90,40,80,50,780,650,930,810,1210,1380,1230,1590,1770,1500,1550,1790,1810,2050,1800,1480,1150,960,670,120,80,30,20,150,620,850,1050,1110,1840,1490,1380,1730,2370,1540,1340,1850,1550,1630,1690,1910,1310,950,540,220,80,110,60,150,440,510,820,1770,1330,1620,1380,1570,1510,1800,1940,1770,1350,1310,1340,1360,1110,1110,470,250,170,90,70,40,180,560,650,1110,1740,1550,1640,1530,1420,1430,1380,1750,1260,1740,2010,2130,1720,820,360,190,90,110,20,290,350,610,830,1470,1580,1380,1550,1570,1900,1770,1860,1720,2100,1930,2490,1700,1380,900,790]},{"name":"URL","color":"#2373DB","values":[10,50,10,0,30,350,380,630,640,890,1130,1160,1290,1260,1170,1500,2080,1890,1570,1700,1440,880,500,110,70,10,10,10,60,280,560,760,920,830,1100,1290,1440,1240,1440,1320,1940,1900,1760,1450,1290,900,480,240,90,100,0,20,70,350,640,510,720,910,1270,1240,1320,1290,1390,1780,2320,1750,1920,1410,1470,1300,480,130,80,80,10,10,60,340,460,580,950,1080,1210,1360,1140,1160,1470,1450,2090,1660,1540,1440,1420,1000,660,280,190,120,30,0,20,140,310,550,860,1000,1050,1140,1010,1030,1230,1120,1510,1400,1350,1110,960,610,560,390,180,80,10,40,100,30,130,480,850,1170,1460,970,960,1060,1210,1470,1120,1280,1630,1260,1220,1270,560,320,90,80,40,0,60,260,510,540,770,760,1180,1070,1030,1080,1310,1600,2160,1920,1640,1780,1550,940,640,130]},{"name":"Groups","color":"#9ED448","values":[210,70,20,50,170,500,690,640,780,750,1110,1150,1170,1310,850,1080,1010,1190,1520,2210,2200,1960,1130,400,260,40,40,50,180,450,710,870,890,810,1080,1200,920,1360,1240,940,1260,1470,2010,2290,2240,1870,1090,410,250,80,10,40,150,460,1110,880,880,810,1100,1790,1380,990,1030,1440,1310,1290,1260,1960,2080,1790,1000,500,170,20,20,20,240,730,890,760,1200,1270,1340,1280,1460,1170,1120,1210,1270,1330,1490,1910,1850,1400,1100,510,270,100,120,20,100,370,620,1120,1160,1390,1150,1280,1660,1190,1220,1050,1260,1200,1450,1360,1500,1620,960,1000,500,180,20,70,460,150,290,820,1000,1240,1100,1130,1290,1020,1020,720,1070,1380,1290,1860,1940,1950,1300,560,120,50,30,50,100,520,580,1160,960,890,980,1340,1320,1430,1080,1380,1350,1400,1790,1940,2570,2070,1170,240]},{"name":"Channel","color":"#4fae4e","values":[10,30,0,10,0,20,40,50,70,70,80,90,70,110,50,180,180,110,120,80,100,70,30,50,50,10,0,0,40,30,10,10,40,90,60,130,80,70,100,40,180,100,110,120,80,70,50,40,10,0,0,0,10,50,80,70,60,60,70,50,100,140,110,110,140,170,130,130,190,110,170,30,10,0,0,0,20,30,130,50,50,40,40,110,50,120,100,100,170,40,180,140,150,100,40,50,20,0,0,0,0,10,50,60,120,30,100,60,150,150,130,50,130,160,80,80,150,100,70,50,70,10,10,0,10,50,10,30,120,80,150,90,130,90,90,130,130,140,60,140,150,90,50,40,10,10,0,10,20,60,10,40,100,70,100,80,120,110,70,90,50,150,120,100,160,120,110,30]},{"name":"Search","color":"#F5BD25","values":[10,0,10,0,90,180,700,600,210,460,130,50,160,340,230,160,100,400,140,260,110,30,40,0,30,0,0,0,310,240,70,160,270,110,860,110,130,480,190,270,160,260,440,360,370,70,50,10,0,10,10,40,80,70,480,80,150,130,290,300,190,460,270,110,100,420,310,440,150,270,390,100,40,10,0,0,260,180,150,210,70,850,540,190,210,120,220,180,110,180,130,170,200,230,80,50,10,0,0,10,180,110,750,330,180,480,230,280,200,100,130,250,110,310,200,220,240,90,70,20,10,0,20,10,0,50,110,560,90,220,70,220,180,150,170,260,90,160,230,150,130,60,120,210,100,30,0,10,450,160,60,60,150,220,320,140,130,220,240,110,60,200,190,320,220,90,80,60]},{"name":"Other","color":"#F79E39","values":[40,10,0,20,80,180,120,190,140,130,150,220,190,110,120,190,320,240,330,330,370,210,120,70,10,10,10,0,10,170,110,170,170,190,250,220,220,210,190,170,300,210,230,260,240,220,120,80,40,0,0,0,30,170,160,170,120,250,200,300,230,230,230,260,140,270,290,250,270,170,140,50,10,40,10,20,30,190,200,220,140,220,190,270,250,230,170,230,190,190,230,250,240,90,110,90,50,70,70,10,10,50,100,300,180,220,230,250,250,250,170,160,180,230,190,300,190,290,120,40,10,40,20,20,30,40,100,180,200,290,160,190,280,180,200,300,250,230,320,330,260,150,130,50,30,20,20,10,30,90,150,200,210,270,180,200,310,210,240,80,280,330,280,170,320,360,90,100]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,10,0,10,0,10,0,10,10,10,10,0,0,0,10,10,0,0,0,0,0,0,0,0,30,0,0,0,0,10,0,0,20,0,10,10,0,0,0,0,10,0,0,0,0,0,0,10,10,0,0,40,10,0,0,0,10,20,10,0,0,10,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,20,10,20,10,0,10,60,10,30,20,0,0,0,0,0,0,0,0,10,10,10,0,20,0,10,10,0,20,0,0,0,10,10,0,30,20,20,0,0,0,0,0,0,0,0,10,0,10,0,0,20,0,0,10,0,30,0,0,0,10,0,0,10,0,0,0,10,20,0,10,0,10,10,10,30,20,0,0,0,0,10,10,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/06.json b/dist/chartDummyData/views_zoom/2018-10/06.json new file mode 100644 index 000000000..6ac8e98ff --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/06.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1538524800000,1538528400000,1538532000000,1538535600000,1538539200000,1538542800000,1538546400000,1538550000000,1538553600000,1538557200000,1538560800000,1538564400000,1538568000000,1538571600000,1538575200000,1538578800000,1538582400000,1538586000000,1538589600000,1538593200000,1538596800000,1538600400000,1538604000000,1538607600000,1538611200000,1538614800000,1538618400000,1538622000000,1538625600000,1538629200000,1538632800000,1538636400000,1538640000000,1538643600000,1538647200000,1538650800000,1538654400000,1538658000000,1538661600000,1538665200000,1538668800000,1538672400000,1538676000000,1538679600000,1538683200000,1538686800000,1538690400000,1538694000000,1538697600000,1538701200000,1538704800000,1538708400000,1538712000000,1538715600000,1538719200000,1538722800000,1538726400000,1538730000000,1538733600000,1538737200000,1538740800000,1538744400000,1538748000000,1538751600000,1538755200000,1538758800000,1538762400000,1538766000000,1538769600000,1538773200000,1538776800000,1538780400000,1538784000000,1538787600000,1538791200000,1538794800000,1538798400000,1538802000000,1538805600000,1538809200000,1538812800000,1538816400000,1538820000000,1538823600000,1538827200000,1538830800000,1538834400000,1538838000000,1538841600000,1538845200000,1538848800000,1538852400000,1538856000000,1538859600000,1538863200000,1538866800000,1538870400000,1538874000000,1538877600000,1538881200000,1538884800000,1538888400000,1538892000000,1538895600000,1538899200000,1538902800000,1538906400000,1538910000000,1538913600000,1538917200000,1538920800000,1538924400000,1538928000000,1538931600000,1538935200000,1538938800000,1538942400000,1538946000000,1538949600000,1538953200000,1538956800000,1538960400000,1538964000000,1538967600000,1538971200000,1538974800000,1538978400000,1538982000000,1538985600000,1538989200000,1538992800000,1538996400000,1539000000000,1539003600000,1539007200000,1539010800000,1539014400000,1539018000000,1539021600000,1539025200000,1539028800000,1539032400000,1539036000000,1539039600000,1539043200000,1539046800000,1539050400000,1539054000000,1539057600000,1539061200000,1539064800000,1539068400000,1539072000000,1539075600000,1539079200000,1539082800000,1539086400000,1539090000000,1539093600000,1539097200000,1539100800000,1539104400000,1539108000000,1539111600000,1539115200000,1539118800000,1539122400000,1539126000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[140,100,60,60,190,370,760,740,1020,1570,1800,1390,1300,1480,1590,1850,1820,1550,1840,2030,2160,1470,800,470,150,90,40,80,50,780,650,930,810,1210,1380,1230,1590,1770,1500,1550,1790,1810,2050,1800,1480,1150,960,670,120,80,30,20,150,620,850,1050,1110,1840,1490,1380,1730,2370,1540,1340,1850,1550,1630,1690,1910,1310,950,540,220,80,110,60,150,440,510,820,1770,1330,1620,1380,1570,1510,1800,1940,1770,1350,1310,1340,1360,1110,1110,470,250,170,90,70,40,180,560,650,1110,1740,1550,1640,1530,1420,1430,1380,1750,1260,1740,2010,2130,1720,820,360,190,90,110,20,290,350,610,830,1470,1580,1380,1550,1570,1900,1770,1860,1720,2100,1930,2490,1700,1380,900,790,410,200,170,50,160,610,790,820,830,1250,1240,1450,1640,1680,1870,1570,1540,1380,1640,1750,1850,1820,740,340]},{"name":"URL","color":"#2373DB","values":[70,10,10,10,60,280,560,760,920,830,1100,1290,1440,1240,1440,1320,1940,1900,1760,1450,1290,900,480,240,90,100,0,20,70,350,640,510,720,910,1270,1240,1320,1290,1390,1780,2320,1750,1920,1410,1470,1300,480,130,80,80,10,10,60,340,460,580,950,1080,1210,1360,1140,1160,1470,1450,2090,1660,1540,1440,1420,1000,660,280,190,120,30,0,20,140,310,550,860,1000,1050,1140,1010,1030,1230,1120,1510,1400,1350,1110,960,610,560,390,180,80,10,40,100,30,130,480,850,1170,1460,970,960,1060,1210,1470,1120,1280,1630,1260,1220,1270,560,320,90,80,40,0,60,260,510,540,770,760,1180,1070,1030,1080,1310,1600,2160,1920,1640,1780,1550,940,640,130,80,80,10,0,50,220,410,600,850,950,840,1170,1440,1090,1430,1700,1980,1720,1560,1540,1450,1220,540,170]},{"name":"Groups","color":"#9ED448","values":[260,40,40,50,180,450,710,870,890,810,1080,1200,920,1360,1240,940,1260,1470,2010,2290,2240,1870,1090,410,250,80,10,40,150,460,1110,880,880,810,1100,1790,1380,990,1030,1440,1310,1290,1260,1960,2080,1790,1000,500,170,20,20,20,240,730,890,760,1200,1270,1340,1280,1460,1170,1120,1210,1270,1330,1490,1910,1850,1400,1100,510,270,100,120,20,100,370,620,1120,1160,1390,1150,1280,1660,1190,1220,1050,1260,1200,1450,1360,1500,1620,960,1000,500,180,20,70,460,150,290,820,1000,1240,1100,1130,1290,1020,1020,720,1070,1380,1290,1860,1940,1950,1300,560,120,50,30,50,100,520,580,1160,960,890,980,1340,1320,1430,1080,1380,1350,1400,1790,1940,2570,2070,1170,240,160,60,20,50,270,680,820,580,1260,970,1280,1300,1200,1170,1020,1250,1380,1400,1420,1900,1840,2240,1010,550]},{"name":"Channel","color":"#4fae4e","values":[50,10,0,0,40,30,10,10,40,90,60,130,80,70,100,40,180,100,110,120,80,70,50,40,10,0,0,0,10,50,80,70,60,60,70,50,100,140,110,110,140,170,130,130,190,110,170,30,10,0,0,0,20,30,130,50,50,40,40,110,50,120,100,100,170,40,180,140,150,100,40,50,20,0,0,0,0,10,50,60,120,30,100,60,150,150,130,50,130,160,80,80,150,100,70,50,70,10,10,0,10,50,10,30,120,80,150,90,130,90,90,130,130,140,60,140,150,90,50,40,10,10,0,10,20,60,10,40,100,70,100,80,120,110,70,90,50,150,120,100,160,120,110,30,10,0,0,0,50,20,20,40,30,40,70,60,80,160,70,50,200,130,80,170,150,80,70,40]},{"name":"Search","color":"#F5BD25","values":[30,0,0,0,310,240,70,160,270,110,860,110,130,480,190,270,160,260,440,360,370,70,50,10,0,10,10,40,80,70,480,80,150,130,290,300,190,460,270,110,100,420,310,440,150,270,390,100,40,10,0,0,260,180,150,210,70,850,540,190,210,120,220,180,110,180,130,170,200,230,80,50,10,0,0,10,180,110,750,330,180,480,230,280,200,100,130,250,110,310,200,220,240,90,70,20,10,0,20,10,0,50,110,560,90,220,70,220,180,150,170,260,90,160,230,150,130,60,120,210,100,30,0,10,450,160,60,60,150,220,320,140,130,220,240,110,60,200,190,320,220,90,80,60,20,20,0,10,110,250,440,220,120,460,80,150,560,90,210,130,300,110,220,650,500,160,70,30]},{"name":"Other","color":"#F79E39","values":[10,10,10,0,10,170,110,170,170,190,250,220,220,210,190,170,300,210,230,260,240,220,120,80,40,0,0,0,30,170,160,170,120,250,200,300,230,230,230,260,140,270,290,250,270,170,140,50,10,40,10,20,30,190,200,220,140,220,190,270,250,230,170,230,190,190,230,250,240,90,110,90,50,70,70,10,10,50,100,300,180,220,230,250,250,250,170,160,180,230,190,300,190,290,120,40,10,40,20,20,30,40,100,180,200,290,160,190,280,180,200,300,250,230,320,330,260,150,130,50,30,20,20,10,30,90,150,200,210,270,180,200,310,210,240,80,280,330,280,170,320,360,90,100,0,20,0,10,60,320,200,150,210,170,240,220,280,210,190,300,190,230,370,290,260,260,190,50]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,30,0,0,0,0,10,0,0,20,0,10,10,0,0,0,0,10,0,0,0,0,0,0,10,10,0,0,40,10,0,0,0,10,20,10,0,0,10,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,20,10,20,10,0,10,60,10,30,20,0,0,0,0,0,0,0,0,10,10,10,0,20,0,10,10,0,20,0,0,0,10,10,0,30,20,20,0,0,0,0,0,0,0,0,10,0,10,0,0,20,0,0,10,0,30,0,0,0,10,0,0,10,0,0,0,10,20,0,10,0,10,10,10,30,20,0,0,0,0,10,10,10,0,0,0,0,0,0,10,0,10,0,0,0,0,10,0,10,10,0,20,0,10,10,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/07.json b/dist/chartDummyData/views_zoom/2018-10/07.json new file mode 100644 index 000000000..309d70408 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/07.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1538611200000,1538614800000,1538618400000,1538622000000,1538625600000,1538629200000,1538632800000,1538636400000,1538640000000,1538643600000,1538647200000,1538650800000,1538654400000,1538658000000,1538661600000,1538665200000,1538668800000,1538672400000,1538676000000,1538679600000,1538683200000,1538686800000,1538690400000,1538694000000,1538697600000,1538701200000,1538704800000,1538708400000,1538712000000,1538715600000,1538719200000,1538722800000,1538726400000,1538730000000,1538733600000,1538737200000,1538740800000,1538744400000,1538748000000,1538751600000,1538755200000,1538758800000,1538762400000,1538766000000,1538769600000,1538773200000,1538776800000,1538780400000,1538784000000,1538787600000,1538791200000,1538794800000,1538798400000,1538802000000,1538805600000,1538809200000,1538812800000,1538816400000,1538820000000,1538823600000,1538827200000,1538830800000,1538834400000,1538838000000,1538841600000,1538845200000,1538848800000,1538852400000,1538856000000,1538859600000,1538863200000,1538866800000,1538870400000,1538874000000,1538877600000,1538881200000,1538884800000,1538888400000,1538892000000,1538895600000,1538899200000,1538902800000,1538906400000,1538910000000,1538913600000,1538917200000,1538920800000,1538924400000,1538928000000,1538931600000,1538935200000,1538938800000,1538942400000,1538946000000,1538949600000,1538953200000,1538956800000,1538960400000,1538964000000,1538967600000,1538971200000,1538974800000,1538978400000,1538982000000,1538985600000,1538989200000,1538992800000,1538996400000,1539000000000,1539003600000,1539007200000,1539010800000,1539014400000,1539018000000,1539021600000,1539025200000,1539028800000,1539032400000,1539036000000,1539039600000,1539043200000,1539046800000,1539050400000,1539054000000,1539057600000,1539061200000,1539064800000,1539068400000,1539072000000,1539075600000,1539079200000,1539082800000,1539086400000,1539090000000,1539093600000,1539097200000,1539100800000,1539104400000,1539108000000,1539111600000,1539115200000,1539118800000,1539122400000,1539126000000,1539129600000,1539133200000,1539136800000,1539140400000,1539144000000,1539147600000,1539151200000,1539154800000,1539158400000,1539162000000,1539165600000,1539169200000,1539172800000,1539176400000,1539180000000,1539183600000,1539187200000,1539190800000,1539194400000,1539198000000,1539201600000,1539205200000,1539208800000,1539212400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[150,90,40,80,50,780,650,930,810,1210,1380,1230,1590,1770,1500,1550,1790,1810,2050,1800,1480,1150,960,670,120,80,30,20,150,620,850,1050,1110,1840,1490,1380,1730,2370,1540,1340,1850,1550,1630,1690,1910,1310,950,540,220,80,110,60,150,440,510,820,1770,1330,1620,1380,1570,1510,1800,1940,1770,1350,1310,1340,1360,1110,1110,470,250,170,90,70,40,180,560,650,1110,1740,1550,1640,1530,1420,1430,1380,1750,1260,1740,2010,2130,1720,820,360,190,90,110,20,290,350,610,830,1470,1580,1380,1550,1570,1900,1770,1860,1720,2100,1930,2490,1700,1380,900,790,410,200,170,50,160,610,790,820,830,1250,1240,1450,1640,1680,1870,1570,1540,1380,1640,1750,1850,1820,740,340,260,60,20,60,350,520,690,1130,1200,1050,1380,1510,1480,1320,1400,1310,1420,1680,1910,1960,1760,1560,1140,330]},{"name":"URL","color":"#2373DB","values":[90,100,0,20,70,350,640,510,720,910,1270,1240,1320,1290,1390,1780,2320,1750,1920,1410,1470,1300,480,130,80,80,10,10,60,340,460,580,950,1080,1210,1360,1140,1160,1470,1450,2090,1660,1540,1440,1420,1000,660,280,190,120,30,0,20,140,310,550,860,1000,1050,1140,1010,1030,1230,1120,1510,1400,1350,1110,960,610,560,390,180,80,10,40,100,30,130,480,850,1170,1460,970,960,1060,1210,1470,1120,1280,1630,1260,1220,1270,560,320,90,80,40,0,60,260,510,540,770,760,1180,1070,1030,1080,1310,1600,2160,1920,1640,1780,1550,940,640,130,80,80,10,0,50,220,410,600,850,950,840,1170,1440,1090,1430,1700,1980,1720,1560,1540,1450,1220,540,170,130,70,0,20,120,260,590,690,890,780,1030,1230,1310,1070,1080,1610,2430,1980,2050,1600,1670,1000,650,360]},{"name":"Groups","color":"#9ED448","values":[250,80,10,40,150,460,1110,880,880,810,1100,1790,1380,990,1030,1440,1310,1290,1260,1960,2080,1790,1000,500,170,20,20,20,240,730,890,760,1200,1270,1340,1280,1460,1170,1120,1210,1270,1330,1490,1910,1850,1400,1100,510,270,100,120,20,100,370,620,1120,1160,1390,1150,1280,1660,1190,1220,1050,1260,1200,1450,1360,1500,1620,960,1000,500,180,20,70,460,150,290,820,1000,1240,1100,1130,1290,1020,1020,720,1070,1380,1290,1860,1940,1950,1300,560,120,50,30,50,100,520,580,1160,960,890,980,1340,1320,1430,1080,1380,1350,1400,1790,1940,2570,2070,1170,240,160,60,20,50,270,680,820,580,1260,970,1280,1300,1200,1170,1020,1250,1380,1400,1420,1900,1840,2240,1010,550,120,50,30,70,200,590,750,1110,750,900,880,1690,1220,1360,1050,1020,1100,1490,1610,2500,2470,2090,1170,470]},{"name":"Channel","color":"#4fae4e","values":[10,0,0,0,10,50,80,70,60,60,70,50,100,140,110,110,140,170,130,130,190,110,170,30,10,0,0,0,20,30,130,50,50,40,40,110,50,120,100,100,170,40,180,140,150,100,40,50,20,0,0,0,0,10,50,60,120,30,100,60,150,150,130,50,130,160,80,80,150,100,70,50,70,10,10,0,10,50,10,30,120,80,150,90,130,90,90,130,130,140,60,140,150,90,50,40,10,10,0,10,20,60,10,40,100,70,100,80,120,110,70,90,50,150,120,100,160,120,110,30,10,0,0,0,50,20,20,40,30,40,70,60,80,160,70,50,200,130,80,170,150,80,70,40,30,0,20,0,0,0,20,40,70,40,20,70,240,80,90,100,70,130,180,90,260,130,90,70]},{"name":"Search","color":"#F5BD25","values":[0,10,10,40,80,70,480,80,150,130,290,300,190,460,270,110,100,420,310,440,150,270,390,100,40,10,0,0,260,180,150,210,70,850,540,190,210,120,220,180,110,180,130,170,200,230,80,50,10,0,0,10,180,110,750,330,180,480,230,280,200,100,130,250,110,310,200,220,240,90,70,20,10,0,20,10,0,50,110,560,90,220,70,220,180,150,170,260,90,160,230,150,130,60,120,210,100,30,0,10,450,160,60,60,150,220,320,140,130,220,240,110,60,200,190,320,220,90,80,60,20,20,0,10,110,250,440,220,120,460,80,150,560,90,210,130,300,110,220,650,500,160,70,30,0,0,0,10,520,270,90,210,70,90,720,90,100,150,130,180,190,310,130,470,210,160,40,20]},{"name":"Other","color":"#F79E39","values":[40,0,0,0,30,170,160,170,120,250,200,300,230,230,230,260,140,270,290,250,270,170,140,50,10,40,10,20,30,190,200,220,140,220,190,270,250,230,170,230,190,190,230,250,240,90,110,90,50,70,70,10,10,50,100,300,180,220,230,250,250,250,170,160,180,230,190,300,190,290,120,40,10,40,20,20,30,40,100,180,200,290,160,190,280,180,200,300,250,230,320,330,260,150,130,50,30,20,20,10,30,90,150,200,210,270,180,200,310,210,240,80,280,330,280,170,320,360,90,100,0,20,0,10,60,320,200,150,210,170,240,220,280,210,190,300,190,230,370,290,260,260,190,50,50,0,10,0,40,140,110,130,170,230,190,280,390,200,220,260,340,400,310,210,320,230,130,30]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,10,0,0,40,10,0,0,0,10,20,10,0,0,10,10,0,0,0,0,0,0,0,0,0,0,10,0,0,10,20,10,20,10,0,10,60,10,30,20,0,0,0,0,0,0,0,0,10,10,10,0,20,0,10,10,0,20,0,0,0,10,10,0,30,20,20,0,0,0,0,0,0,0,0,10,0,10,0,0,20,0,0,10,0,30,0,0,0,10,0,0,10,0,0,0,10,20,0,10,0,10,10,10,30,20,0,0,0,0,10,10,10,0,0,0,0,0,0,10,0,10,0,0,0,0,10,0,10,10,0,20,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,0,20,0,20,0,0,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/08.json b/dist/chartDummyData/views_zoom/2018-10/08.json new file mode 100644 index 000000000..11765b634 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/08.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1538697600000,1538701200000,1538704800000,1538708400000,1538712000000,1538715600000,1538719200000,1538722800000,1538726400000,1538730000000,1538733600000,1538737200000,1538740800000,1538744400000,1538748000000,1538751600000,1538755200000,1538758800000,1538762400000,1538766000000,1538769600000,1538773200000,1538776800000,1538780400000,1538784000000,1538787600000,1538791200000,1538794800000,1538798400000,1538802000000,1538805600000,1538809200000,1538812800000,1538816400000,1538820000000,1538823600000,1538827200000,1538830800000,1538834400000,1538838000000,1538841600000,1538845200000,1538848800000,1538852400000,1538856000000,1538859600000,1538863200000,1538866800000,1538870400000,1538874000000,1538877600000,1538881200000,1538884800000,1538888400000,1538892000000,1538895600000,1538899200000,1538902800000,1538906400000,1538910000000,1538913600000,1538917200000,1538920800000,1538924400000,1538928000000,1538931600000,1538935200000,1538938800000,1538942400000,1538946000000,1538949600000,1538953200000,1538956800000,1538960400000,1538964000000,1538967600000,1538971200000,1538974800000,1538978400000,1538982000000,1538985600000,1538989200000,1538992800000,1538996400000,1539000000000,1539003600000,1539007200000,1539010800000,1539014400000,1539018000000,1539021600000,1539025200000,1539028800000,1539032400000,1539036000000,1539039600000,1539043200000,1539046800000,1539050400000,1539054000000,1539057600000,1539061200000,1539064800000,1539068400000,1539072000000,1539075600000,1539079200000,1539082800000,1539086400000,1539090000000,1539093600000,1539097200000,1539100800000,1539104400000,1539108000000,1539111600000,1539115200000,1539118800000,1539122400000,1539126000000,1539129600000,1539133200000,1539136800000,1539140400000,1539144000000,1539147600000,1539151200000,1539154800000,1539158400000,1539162000000,1539165600000,1539169200000,1539172800000,1539176400000,1539180000000,1539183600000,1539187200000,1539190800000,1539194400000,1539198000000,1539201600000,1539205200000,1539208800000,1539212400000,1539216000000,1539219600000,1539223200000,1539226800000,1539230400000,1539234000000,1539237600000,1539241200000,1539244800000,1539248400000,1539252000000,1539255600000,1539259200000,1539262800000,1539266400000,1539270000000,1539273600000,1539277200000,1539280800000,1539284400000,1539288000000,1539291600000,1539295200000,1539298800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[120,80,30,20,150,620,850,1050,1110,1840,1490,1380,1730,2370,1540,1340,1850,1550,1630,1690,1910,1310,950,540,220,80,110,60,150,440,510,820,1770,1330,1620,1380,1570,1510,1800,1940,1770,1350,1310,1340,1360,1110,1110,470,250,170,90,70,40,180,560,650,1110,1740,1550,1640,1530,1420,1430,1380,1750,1260,1740,2010,2130,1720,820,360,190,90,110,20,290,350,610,830,1470,1580,1380,1550,1570,1900,1770,1860,1720,2100,1930,2490,1700,1380,900,790,410,200,170,50,160,610,790,820,830,1250,1240,1450,1640,1680,1870,1570,1540,1380,1640,1750,1850,1820,740,340,260,60,20,60,350,520,690,1130,1200,1050,1380,1510,1480,1320,1400,1310,1420,1680,1910,1960,1760,1560,1140,330,170,90,60,50,200,560,880,1290,1180,1610,1260,1440,1610,1970,1920,1430,1770,2270,1930,1930,1660,1460,690,440]},{"name":"URL","color":"#2373DB","values":[80,80,10,10,60,340,460,580,950,1080,1210,1360,1140,1160,1470,1450,2090,1660,1540,1440,1420,1000,660,280,190,120,30,0,20,140,310,550,860,1000,1050,1140,1010,1030,1230,1120,1510,1400,1350,1110,960,610,560,390,180,80,10,40,100,30,130,480,850,1170,1460,970,960,1060,1210,1470,1120,1280,1630,1260,1220,1270,560,320,90,80,40,0,60,260,510,540,770,760,1180,1070,1030,1080,1310,1600,2160,1920,1640,1780,1550,940,640,130,80,80,10,0,50,220,410,600,850,950,840,1170,1440,1090,1430,1700,1980,1720,1560,1540,1450,1220,540,170,130,70,0,20,120,260,590,690,890,780,1030,1230,1310,1070,1080,1610,2430,1980,2050,1600,1670,1000,650,360,90,20,20,10,110,380,610,530,840,850,1030,1040,1120,1100,1260,1570,2240,1760,1880,1710,1530,1120,650,260]},{"name":"Groups","color":"#9ED448","values":[170,20,20,20,240,730,890,760,1200,1270,1340,1280,1460,1170,1120,1210,1270,1330,1490,1910,1850,1400,1100,510,270,100,120,20,100,370,620,1120,1160,1390,1150,1280,1660,1190,1220,1050,1260,1200,1450,1360,1500,1620,960,1000,500,180,20,70,460,150,290,820,1000,1240,1100,1130,1290,1020,1020,720,1070,1380,1290,1860,1940,1950,1300,560,120,50,30,50,100,520,580,1160,960,890,980,1340,1320,1430,1080,1380,1350,1400,1790,1940,2570,2070,1170,240,160,60,20,50,270,680,820,580,1260,970,1280,1300,1200,1170,1020,1250,1380,1400,1420,1900,1840,2240,1010,550,120,50,30,70,200,590,750,1110,750,900,880,1690,1220,1360,1050,1020,1100,1490,1610,2500,2470,2090,1170,470,200,20,40,70,270,1670,1060,920,1010,1570,990,1030,1320,1440,1440,1150,1280,1430,1870,1910,2370,2020,1130,490]},{"name":"Channel","color":"#4fae4e","values":[10,0,0,0,20,30,130,50,50,40,40,110,50,120,100,100,170,40,180,140,150,100,40,50,20,0,0,0,0,10,50,60,120,30,100,60,150,150,130,50,130,160,80,80,150,100,70,50,70,10,10,0,10,50,10,30,120,80,150,90,130,90,90,130,130,140,60,140,150,90,50,40,10,10,0,10,20,60,10,40,100,70,100,80,120,110,70,90,50,150,120,100,160,120,110,30,10,0,0,0,50,20,20,40,30,40,70,60,80,160,70,50,200,130,80,170,150,80,70,40,30,0,20,0,0,0,20,40,70,40,20,70,240,80,90,100,70,130,180,90,260,130,90,70,0,0,0,0,30,0,30,60,160,40,40,100,70,160,120,110,120,110,150,200,80,170,160,70]},{"name":"Search","color":"#F5BD25","values":[40,10,0,0,260,180,150,210,70,850,540,190,210,120,220,180,110,180,130,170,200,230,80,50,10,0,0,10,180,110,750,330,180,480,230,280,200,100,130,250,110,310,200,220,240,90,70,20,10,0,20,10,0,50,110,560,90,220,70,220,180,150,170,260,90,160,230,150,130,60,120,210,100,30,0,10,450,160,60,60,150,220,320,140,130,220,240,110,60,200,190,320,220,90,80,60,20,20,0,10,110,250,440,220,120,460,80,150,560,90,210,130,300,110,220,650,500,160,70,30,0,0,0,10,520,270,90,210,70,90,720,90,100,150,130,180,190,310,130,470,210,160,40,20,20,0,10,0,10,50,660,150,220,50,100,280,250,730,400,120,210,120,120,210,310,260,190,50]},{"name":"Other","color":"#F79E39","values":[10,40,10,20,30,190,200,220,140,220,190,270,250,230,170,230,190,190,230,250,240,90,110,90,50,70,70,10,10,50,100,300,180,220,230,250,250,250,170,160,180,230,190,300,190,290,120,40,10,40,20,20,30,40,100,180,200,290,160,190,280,180,200,300,250,230,320,330,260,150,130,50,30,20,20,10,30,90,150,200,210,270,180,200,310,210,240,80,280,330,280,170,320,360,90,100,0,20,0,10,60,320,200,150,210,170,240,220,280,210,190,300,190,230,370,290,260,260,190,50,50,0,10,0,40,140,110,130,170,230,190,280,390,200,220,260,340,400,310,210,320,230,130,30,30,0,0,0,40,200,200,200,150,230,220,260,320,160,290,280,160,320,280,350,360,180,160,70]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,0,10,20,10,20,10,0,10,60,10,30,20,0,0,0,0,0,0,0,0,10,10,10,0,20,0,10,10,0,20,0,0,0,10,10,0,30,20,20,0,0,0,0,0,0,0,0,10,0,10,0,0,20,0,0,10,0,30,0,0,0,10,0,0,10,0,0,0,10,20,0,10,0,10,10,10,30,20,0,0,0,0,10,10,10,0,0,0,0,0,0,10,0,10,0,0,0,0,10,0,10,10,0,20,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,0,20,0,20,0,0,0,10,0,0,0,0,0,0,0,0,10,0,10,0,0,10,0,10,10,0,0,30,0,20,10,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/09.json b/dist/chartDummyData/views_zoom/2018-10/09.json new file mode 100644 index 000000000..d8a0eaa41 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/09.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1538784000000,1538787600000,1538791200000,1538794800000,1538798400000,1538802000000,1538805600000,1538809200000,1538812800000,1538816400000,1538820000000,1538823600000,1538827200000,1538830800000,1538834400000,1538838000000,1538841600000,1538845200000,1538848800000,1538852400000,1538856000000,1538859600000,1538863200000,1538866800000,1538870400000,1538874000000,1538877600000,1538881200000,1538884800000,1538888400000,1538892000000,1538895600000,1538899200000,1538902800000,1538906400000,1538910000000,1538913600000,1538917200000,1538920800000,1538924400000,1538928000000,1538931600000,1538935200000,1538938800000,1538942400000,1538946000000,1538949600000,1538953200000,1538956800000,1538960400000,1538964000000,1538967600000,1538971200000,1538974800000,1538978400000,1538982000000,1538985600000,1538989200000,1538992800000,1538996400000,1539000000000,1539003600000,1539007200000,1539010800000,1539014400000,1539018000000,1539021600000,1539025200000,1539028800000,1539032400000,1539036000000,1539039600000,1539043200000,1539046800000,1539050400000,1539054000000,1539057600000,1539061200000,1539064800000,1539068400000,1539072000000,1539075600000,1539079200000,1539082800000,1539086400000,1539090000000,1539093600000,1539097200000,1539100800000,1539104400000,1539108000000,1539111600000,1539115200000,1539118800000,1539122400000,1539126000000,1539129600000,1539133200000,1539136800000,1539140400000,1539144000000,1539147600000,1539151200000,1539154800000,1539158400000,1539162000000,1539165600000,1539169200000,1539172800000,1539176400000,1539180000000,1539183600000,1539187200000,1539190800000,1539194400000,1539198000000,1539201600000,1539205200000,1539208800000,1539212400000,1539216000000,1539219600000,1539223200000,1539226800000,1539230400000,1539234000000,1539237600000,1539241200000,1539244800000,1539248400000,1539252000000,1539255600000,1539259200000,1539262800000,1539266400000,1539270000000,1539273600000,1539277200000,1539280800000,1539284400000,1539288000000,1539291600000,1539295200000,1539298800000,1539302400000,1539306000000,1539309600000,1539313200000,1539316800000,1539320400000,1539324000000,1539327600000,1539331200000,1539334800000,1539338400000,1539342000000,1539345600000,1539349200000,1539352800000,1539356400000,1539360000000,1539363600000,1539367200000,1539370800000,1539374400000,1539378000000,1539381600000,1539385200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[220,80,110,60,150,440,510,820,1770,1330,1620,1380,1570,1510,1800,1940,1770,1350,1310,1340,1360,1110,1110,470,250,170,90,70,40,180,560,650,1110,1740,1550,1640,1530,1420,1430,1380,1750,1260,1740,2010,2130,1720,820,360,190,90,110,20,290,350,610,830,1470,1580,1380,1550,1570,1900,1770,1860,1720,2100,1930,2490,1700,1380,900,790,410,200,170,50,160,610,790,820,830,1250,1240,1450,1640,1680,1870,1570,1540,1380,1640,1750,1850,1820,740,340,260,60,20,60,350,520,690,1130,1200,1050,1380,1510,1480,1320,1400,1310,1420,1680,1910,1960,1760,1560,1140,330,170,90,60,50,200,560,880,1290,1180,1610,1260,1440,1610,1970,1920,1430,1770,2270,1930,1930,1660,1460,690,440,160,270,360,50,400,590,790,1020,950,1350,1480,1830,1830,1860,1410,1350,1780,1670,1250,1710,1490,1280,1040,400]},{"name":"URL","color":"#2373DB","values":[190,120,30,0,20,140,310,550,860,1000,1050,1140,1010,1030,1230,1120,1510,1400,1350,1110,960,610,560,390,180,80,10,40,100,30,130,480,850,1170,1460,970,960,1060,1210,1470,1120,1280,1630,1260,1220,1270,560,320,90,80,40,0,60,260,510,540,770,760,1180,1070,1030,1080,1310,1600,2160,1920,1640,1780,1550,940,640,130,80,80,10,0,50,220,410,600,850,950,840,1170,1440,1090,1430,1700,1980,1720,1560,1540,1450,1220,540,170,130,70,0,20,120,260,590,690,890,780,1030,1230,1310,1070,1080,1610,2430,1980,2050,1600,1670,1000,650,360,90,20,20,10,110,380,610,530,840,850,1030,1040,1120,1100,1260,1570,2240,1760,1880,1710,1530,1120,650,260,100,60,10,20,80,420,550,580,740,1030,1400,1240,1260,1120,960,1450,2030,1950,1790,1540,1200,840,740,390]},{"name":"Groups","color":"#9ED448","values":[270,100,120,20,100,370,620,1120,1160,1390,1150,1280,1660,1190,1220,1050,1260,1200,1450,1360,1500,1620,960,1000,500,180,20,70,460,150,290,820,1000,1240,1100,1130,1290,1020,1020,720,1070,1380,1290,1860,1940,1950,1300,560,120,50,30,50,100,520,580,1160,960,890,980,1340,1320,1430,1080,1380,1350,1400,1790,1940,2570,2070,1170,240,160,60,20,50,270,680,820,580,1260,970,1280,1300,1200,1170,1020,1250,1380,1400,1420,1900,1840,2240,1010,550,120,50,30,70,200,590,750,1110,750,900,880,1690,1220,1360,1050,1020,1100,1490,1610,2500,2470,2090,1170,470,200,20,40,70,270,1670,1060,920,1010,1570,990,1030,1320,1440,1440,1150,1280,1430,1870,1910,2370,2020,1130,490,310,20,0,30,270,670,640,610,920,980,1020,1240,1220,1200,1270,1260,1240,1280,1160,1780,1700,1640,1120,640]},{"name":"Channel","color":"#4fae4e","values":[20,0,0,0,0,10,50,60,120,30,100,60,150,150,130,50,130,160,80,80,150,100,70,50,70,10,10,0,10,50,10,30,120,80,150,90,130,90,90,130,130,140,60,140,150,90,50,40,10,10,0,10,20,60,10,40,100,70,100,80,120,110,70,90,50,150,120,100,160,120,110,30,10,0,0,0,50,20,20,40,30,40,70,60,80,160,70,50,200,130,80,170,150,80,70,40,30,0,20,0,0,0,20,40,70,40,20,70,240,80,90,100,70,130,180,90,260,130,90,70,0,0,0,0,30,0,30,60,160,40,40,100,70,160,120,110,120,110,150,200,80,170,160,70,30,20,10,0,0,20,60,50,50,70,70,110,90,70,80,210,90,140,120,140,130,110,130,110]},{"name":"Search","color":"#F5BD25","values":[10,0,0,10,180,110,750,330,180,480,230,280,200,100,130,250,110,310,200,220,240,90,70,20,10,0,20,10,0,50,110,560,90,220,70,220,180,150,170,260,90,160,230,150,130,60,120,210,100,30,0,10,450,160,60,60,150,220,320,140,130,220,240,110,60,200,190,320,220,90,80,60,20,20,0,10,110,250,440,220,120,460,80,150,560,90,210,130,300,110,220,650,500,160,70,30,0,0,0,10,520,270,90,210,70,90,720,90,100,150,130,180,190,310,130,470,210,160,40,20,20,0,10,0,10,50,660,150,220,50,100,280,250,730,400,120,210,120,120,210,310,260,190,50,20,10,10,20,490,500,270,190,340,150,490,190,240,570,370,240,430,180,440,200,370,100,120,50]},{"name":"Other","color":"#F79E39","values":[50,70,70,10,10,50,100,300,180,220,230,250,250,250,170,160,180,230,190,300,190,290,120,40,10,40,20,20,30,40,100,180,200,290,160,190,280,180,200,300,250,230,320,330,260,150,130,50,30,20,20,10,30,90,150,200,210,270,180,200,310,210,240,80,280,330,280,170,320,360,90,100,0,20,0,10,60,320,200,150,210,170,240,220,280,210,190,300,190,230,370,290,260,260,190,50,50,0,10,0,40,140,110,130,170,230,190,280,390,200,220,260,340,400,310,210,320,230,130,30,30,0,0,0,40,200,200,200,150,230,220,260,320,160,290,280,160,320,280,350,360,180,160,70,10,20,0,0,30,90,220,130,100,160,290,240,200,300,670,190,230,270,260,270,280,290,90,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,10,10,0,20,0,10,10,0,20,0,0,0,10,10,0,30,20,20,0,0,0,0,0,0,0,0,10,0,10,0,0,20,0,0,10,0,30,0,0,0,10,0,0,10,0,0,0,10,20,0,10,0,10,10,10,30,20,0,0,0,0,10,10,10,0,0,0,0,0,0,10,0,10,0,0,0,0,10,0,10,10,0,20,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,0,20,0,20,0,0,0,10,0,0,0,0,0,0,0,0,10,0,10,0,0,10,0,10,10,0,0,30,0,20,10,0,0,10,10,0,0,0,0,0,20,0,0,0,0,0,10,50,10,20,30,0,10,0,20,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/10.json b/dist/chartDummyData/views_zoom/2018-10/10.json new file mode 100644 index 000000000..1c3209854 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/10.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1538870400000,1538874000000,1538877600000,1538881200000,1538884800000,1538888400000,1538892000000,1538895600000,1538899200000,1538902800000,1538906400000,1538910000000,1538913600000,1538917200000,1538920800000,1538924400000,1538928000000,1538931600000,1538935200000,1538938800000,1538942400000,1538946000000,1538949600000,1538953200000,1538956800000,1538960400000,1538964000000,1538967600000,1538971200000,1538974800000,1538978400000,1538982000000,1538985600000,1538989200000,1538992800000,1538996400000,1539000000000,1539003600000,1539007200000,1539010800000,1539014400000,1539018000000,1539021600000,1539025200000,1539028800000,1539032400000,1539036000000,1539039600000,1539043200000,1539046800000,1539050400000,1539054000000,1539057600000,1539061200000,1539064800000,1539068400000,1539072000000,1539075600000,1539079200000,1539082800000,1539086400000,1539090000000,1539093600000,1539097200000,1539100800000,1539104400000,1539108000000,1539111600000,1539115200000,1539118800000,1539122400000,1539126000000,1539129600000,1539133200000,1539136800000,1539140400000,1539144000000,1539147600000,1539151200000,1539154800000,1539158400000,1539162000000,1539165600000,1539169200000,1539172800000,1539176400000,1539180000000,1539183600000,1539187200000,1539190800000,1539194400000,1539198000000,1539201600000,1539205200000,1539208800000,1539212400000,1539216000000,1539219600000,1539223200000,1539226800000,1539230400000,1539234000000,1539237600000,1539241200000,1539244800000,1539248400000,1539252000000,1539255600000,1539259200000,1539262800000,1539266400000,1539270000000,1539273600000,1539277200000,1539280800000,1539284400000,1539288000000,1539291600000,1539295200000,1539298800000,1539302400000,1539306000000,1539309600000,1539313200000,1539316800000,1539320400000,1539324000000,1539327600000,1539331200000,1539334800000,1539338400000,1539342000000,1539345600000,1539349200000,1539352800000,1539356400000,1539360000000,1539363600000,1539367200000,1539370800000,1539374400000,1539378000000,1539381600000,1539385200000,1539388800000,1539392400000,1539396000000,1539399600000,1539403200000,1539406800000,1539410400000,1539414000000,1539417600000,1539421200000,1539424800000,1539428400000,1539432000000,1539435600000,1539439200000,1539442800000,1539446400000,1539450000000,1539453600000,1539457200000,1539460800000,1539464400000,1539468000000,1539471600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[250,170,90,70,40,180,560,650,1110,1740,1550,1640,1530,1420,1430,1380,1750,1260,1740,2010,2130,1720,820,360,190,90,110,20,290,350,610,830,1470,1580,1380,1550,1570,1900,1770,1860,1720,2100,1930,2490,1700,1380,900,790,410,200,170,50,160,610,790,820,830,1250,1240,1450,1640,1680,1870,1570,1540,1380,1640,1750,1850,1820,740,340,260,60,20,60,350,520,690,1130,1200,1050,1380,1510,1480,1320,1400,1310,1420,1680,1910,1960,1760,1560,1140,330,170,90,60,50,200,560,880,1290,1180,1610,1260,1440,1610,1970,1920,1430,1770,2270,1930,1930,1660,1460,690,440,160,270,360,50,400,590,790,1020,950,1350,1480,1830,1830,1860,1410,1350,1780,1670,1250,1710,1490,1280,1040,400,240,130,100,60,140,370,460,790,1100,1540,1360,1640,1800,1560,1390,1570,1590,1620,0,0,0,0,760,710]},{"name":"URL","color":"#2373DB","values":[180,80,10,40,100,30,130,480,850,1170,1460,970,960,1060,1210,1470,1120,1280,1630,1260,1220,1270,560,320,90,80,40,0,60,260,510,540,770,760,1180,1070,1030,1080,1310,1600,2160,1920,1640,1780,1550,940,640,130,80,80,10,0,50,220,410,600,850,950,840,1170,1440,1090,1430,1700,1980,1720,1560,1540,1450,1220,540,170,130,70,0,20,120,260,590,690,890,780,1030,1230,1310,1070,1080,1610,2430,1980,2050,1600,1670,1000,650,360,90,20,20,10,110,380,610,530,840,850,1030,1040,1120,1100,1260,1570,2240,1760,1880,1710,1530,1120,650,260,100,60,10,20,80,420,550,580,740,1030,1400,1240,1260,1120,960,1450,2030,1950,1790,1540,1200,840,740,390,180,140,30,30,10,130,320,560,830,1200,1120,1360,1380,1050,900,1340,1520,1480,0,0,0,0,360,290]},{"name":"Groups","color":"#9ED448","values":[500,180,20,70,460,150,290,820,1000,1240,1100,1130,1290,1020,1020,720,1070,1380,1290,1860,1940,1950,1300,560,120,50,30,50,100,520,580,1160,960,890,980,1340,1320,1430,1080,1380,1350,1400,1790,1940,2570,2070,1170,240,160,60,20,50,270,680,820,580,1260,970,1280,1300,1200,1170,1020,1250,1380,1400,1420,1900,1840,2240,1010,550,120,50,30,70,200,590,750,1110,750,900,880,1690,1220,1360,1050,1020,1100,1490,1610,2500,2470,2090,1170,470,200,20,40,70,270,1670,1060,920,1010,1570,990,1030,1320,1440,1440,1150,1280,1430,1870,1910,2370,2020,1130,490,310,20,0,30,270,670,640,610,920,980,1020,1240,1220,1200,1270,1260,1240,1280,1160,1780,1700,1640,1120,640,260,130,20,70,60,200,600,670,650,890,1060,1230,1420,1210,1040,1040,930,1380,0,0,0,0,1030,640]},{"name":"Channel","color":"#4fae4e","values":[70,10,10,0,10,50,10,30,120,80,150,90,130,90,90,130,130,140,60,140,150,90,50,40,10,10,0,10,20,60,10,40,100,70,100,80,120,110,70,90,50,150,120,100,160,120,110,30,10,0,0,0,50,20,20,40,30,40,70,60,80,160,70,50,200,130,80,170,150,80,70,40,30,0,20,0,0,0,20,40,70,40,20,70,240,80,90,100,70,130,180,90,260,130,90,70,0,0,0,0,30,0,30,60,160,40,40,100,70,160,120,110,120,110,150,200,80,170,160,70,30,20,10,0,0,20,60,50,50,70,70,110,90,70,80,210,90,140,120,140,130,110,130,110,50,50,10,0,10,10,60,70,50,110,190,130,200,80,220,160,140,130,0,0,0,0,40,80]},{"name":"Search","color":"#F5BD25","values":[10,0,20,10,0,50,110,560,90,220,70,220,180,150,170,260,90,160,230,150,130,60,120,210,100,30,0,10,450,160,60,60,150,220,320,140,130,220,240,110,60,200,190,320,220,90,80,60,20,20,0,10,110,250,440,220,120,460,80,150,560,90,210,130,300,110,220,650,500,160,70,30,0,0,0,10,520,270,90,210,70,90,720,90,100,150,130,180,190,310,130,470,210,160,40,20,20,0,10,0,10,50,660,150,220,50,100,280,250,730,400,120,210,120,120,210,310,260,190,50,20,10,10,20,490,500,270,190,340,150,490,190,240,570,370,240,430,180,440,200,370,100,120,50,10,10,0,0,10,320,190,210,130,160,170,150,390,210,220,390,180,100,0,0,0,0,110,120]},{"name":"Other","color":"#F79E39","values":[10,40,20,20,30,40,100,180,200,290,160,190,280,180,200,300,250,230,320,330,260,150,130,50,30,20,20,10,30,90,150,200,210,270,180,200,310,210,240,80,280,330,280,170,320,360,90,100,0,20,0,10,60,320,200,150,210,170,240,220,280,210,190,300,190,230,370,290,260,260,190,50,50,0,10,0,40,140,110,130,170,230,190,280,390,200,220,260,340,400,310,210,320,230,130,30,30,0,0,0,40,200,200,200,150,230,220,260,320,160,290,280,160,320,280,350,360,180,160,70,10,20,0,0,30,90,220,130,100,160,290,240,200,300,670,190,230,270,260,270,280,290,90,80,50,10,30,0,20,50,160,180,210,180,130,250,230,240,140,180,100,170,0,0,0,0,210,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,10,0,0,20,0,0,10,0,30,0,0,0,10,0,0,10,0,0,0,10,20,0,10,0,10,10,10,30,20,0,0,0,0,10,10,10,0,0,0,0,0,0,10,0,10,0,0,0,0,10,0,10,10,0,20,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,0,20,0,20,0,0,0,10,0,0,0,0,0,0,0,0,10,0,10,0,0,10,0,10,10,0,0,30,0,20,10,0,0,10,10,0,0,0,0,0,20,0,0,0,0,0,10,50,10,20,30,0,10,0,20,10,0,0,0,0,0,0,0,0,0,0,30,0,10,0,20,10,20,20,0,10,0,0,0,0,20,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/11.json b/dist/chartDummyData/views_zoom/2018-10/11.json new file mode 100644 index 000000000..fc6d36321 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/11.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1538956800000,1538960400000,1538964000000,1538967600000,1538971200000,1538974800000,1538978400000,1538982000000,1538985600000,1538989200000,1538992800000,1538996400000,1539000000000,1539003600000,1539007200000,1539010800000,1539014400000,1539018000000,1539021600000,1539025200000,1539028800000,1539032400000,1539036000000,1539039600000,1539043200000,1539046800000,1539050400000,1539054000000,1539057600000,1539061200000,1539064800000,1539068400000,1539072000000,1539075600000,1539079200000,1539082800000,1539086400000,1539090000000,1539093600000,1539097200000,1539100800000,1539104400000,1539108000000,1539111600000,1539115200000,1539118800000,1539122400000,1539126000000,1539129600000,1539133200000,1539136800000,1539140400000,1539144000000,1539147600000,1539151200000,1539154800000,1539158400000,1539162000000,1539165600000,1539169200000,1539172800000,1539176400000,1539180000000,1539183600000,1539187200000,1539190800000,1539194400000,1539198000000,1539201600000,1539205200000,1539208800000,1539212400000,1539216000000,1539219600000,1539223200000,1539226800000,1539230400000,1539234000000,1539237600000,1539241200000,1539244800000,1539248400000,1539252000000,1539255600000,1539259200000,1539262800000,1539266400000,1539270000000,1539273600000,1539277200000,1539280800000,1539284400000,1539288000000,1539291600000,1539295200000,1539298800000,1539302400000,1539306000000,1539309600000,1539313200000,1539316800000,1539320400000,1539324000000,1539327600000,1539331200000,1539334800000,1539338400000,1539342000000,1539345600000,1539349200000,1539352800000,1539356400000,1539360000000,1539363600000,1539367200000,1539370800000,1539374400000,1539378000000,1539381600000,1539385200000,1539388800000,1539392400000,1539396000000,1539399600000,1539403200000,1539406800000,1539410400000,1539414000000,1539417600000,1539421200000,1539424800000,1539428400000,1539432000000,1539435600000,1539439200000,1539442800000,1539446400000,1539450000000,1539453600000,1539457200000,1539460800000,1539464400000,1539468000000,1539471600000,1539475200000,1539478800000,1539482400000,1539486000000,1539489600000,1539493200000,1539496800000,1539500400000,1539504000000,1539507600000,1539511200000,1539514800000,1539518400000,1539522000000,1539525600000,1539529200000,1539532800000,1539536400000,1539540000000,1539543600000,1539547200000,1539550800000,1539554400000,1539558000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[190,90,110,20,290,350,610,830,1470,1580,1380,1550,1570,1900,1770,1860,1720,2100,1930,2490,1700,1380,900,790,410,200,170,50,160,610,790,820,830,1250,1240,1450,1640,1680,1870,1570,1540,1380,1640,1750,1850,1820,740,340,260,60,20,60,350,520,690,1130,1200,1050,1380,1510,1480,1320,1400,1310,1420,1680,1910,1960,1760,1560,1140,330,170,90,60,50,200,560,880,1290,1180,1610,1260,1440,1610,1970,1920,1430,1770,2270,1930,1930,1660,1460,690,440,160,270,360,50,400,590,790,1020,950,1350,1480,1830,1830,1860,1410,1350,1780,1670,1250,1710,1490,1280,1040,400,240,130,100,60,140,370,460,790,1100,1540,1360,1640,1800,1560,1390,1570,1590,1620,0,0,0,0,760,710,360,180,110,20,30,120,710,1250,1550,1640,2020,1720,1640,1820,2130,1740,1970,1680,2020,2340,2090,1510,1240,500]},{"name":"URL","color":"#2373DB","values":[90,80,40,0,60,260,510,540,770,760,1180,1070,1030,1080,1310,1600,2160,1920,1640,1780,1550,940,640,130,80,80,10,0,50,220,410,600,850,950,840,1170,1440,1090,1430,1700,1980,1720,1560,1540,1450,1220,540,170,130,70,0,20,120,260,590,690,890,780,1030,1230,1310,1070,1080,1610,2430,1980,2050,1600,1670,1000,650,360,90,20,20,10,110,380,610,530,840,850,1030,1040,1120,1100,1260,1570,2240,1760,1880,1710,1530,1120,650,260,100,60,10,20,80,420,550,580,740,1030,1400,1240,1260,1120,960,1450,2030,1950,1790,1540,1200,840,740,390,180,140,30,30,10,130,320,560,830,1200,1120,1360,1380,1050,900,1340,1520,1480,0,0,0,0,360,290,240,40,80,10,20,40,170,410,660,1180,1130,1160,1110,900,1030,1180,1110,1250,1300,1620,1160,880,600,190]},{"name":"Groups","color":"#9ED448","values":[120,50,30,50,100,520,580,1160,960,890,980,1340,1320,1430,1080,1380,1350,1400,1790,1940,2570,2070,1170,240,160,60,20,50,270,680,820,580,1260,970,1280,1300,1200,1170,1020,1250,1380,1400,1420,1900,1840,2240,1010,550,120,50,30,70,200,590,750,1110,750,900,880,1690,1220,1360,1050,1020,1100,1490,1610,2500,2470,2090,1170,470,200,20,40,70,270,1670,1060,920,1010,1570,990,1030,1320,1440,1440,1150,1280,1430,1870,1910,2370,2020,1130,490,310,20,0,30,270,670,640,610,920,980,1020,1240,1220,1200,1270,1260,1240,1280,1160,1780,1700,1640,1120,640,260,130,20,70,60,200,600,670,650,890,1060,1230,1420,1210,1040,1040,930,1380,0,0,0,0,1030,640,460,90,90,20,90,140,430,750,800,860,1330,1570,1300,900,930,1210,1230,1200,2170,2180,1910,1860,1040,360]},{"name":"Channel","color":"#4fae4e","values":[10,10,0,10,20,60,10,40,100,70,100,80,120,110,70,90,50,150,120,100,160,120,110,30,10,0,0,0,50,20,20,40,30,40,70,60,80,160,70,50,200,130,80,170,150,80,70,40,30,0,20,0,0,0,20,40,70,40,20,70,240,80,90,100,70,130,180,90,260,130,90,70,0,0,0,0,30,0,30,60,160,40,40,100,70,160,120,110,120,110,150,200,80,170,160,70,30,20,10,0,0,20,60,50,50,70,70,110,90,70,80,210,90,140,120,140,130,110,130,110,50,50,10,0,10,10,60,70,50,110,190,130,200,80,220,160,140,130,0,0,0,0,40,80,30,0,0,0,0,20,20,90,70,70,220,160,90,150,130,90,160,90,130,190,90,170,90,20]},{"name":"Search","color":"#F5BD25","values":[100,30,0,10,450,160,60,60,150,220,320,140,130,220,240,110,60,200,190,320,220,90,80,60,20,20,0,10,110,250,440,220,120,460,80,150,560,90,210,130,300,110,220,650,500,160,70,30,0,0,0,10,520,270,90,210,70,90,720,90,100,150,130,180,190,310,130,470,210,160,40,20,20,0,10,0,10,50,660,150,220,50,100,280,250,730,400,120,210,120,120,210,310,260,190,50,20,10,10,20,490,500,270,190,340,150,490,190,240,570,370,240,430,180,440,200,370,100,120,50,10,10,0,0,10,320,190,210,130,160,170,150,390,210,220,390,180,100,0,0,0,0,110,120,0,80,0,0,0,50,150,600,220,160,140,600,410,430,480,230,220,440,260,360,180,210,200,140]},{"name":"Other","color":"#F79E39","values":[30,20,20,10,30,90,150,200,210,270,180,200,310,210,240,80,280,330,280,170,320,360,90,100,0,20,0,10,60,320,200,150,210,170,240,220,280,210,190,300,190,230,370,290,260,260,190,50,50,0,10,0,40,140,110,130,170,230,190,280,390,200,220,260,340,400,310,210,320,230,130,30,30,0,0,0,40,200,200,200,150,230,220,260,320,160,290,280,160,320,280,350,360,180,160,70,10,20,0,0,30,90,220,130,100,160,290,240,200,300,670,190,230,270,260,270,280,290,90,80,50,10,30,0,20,50,160,180,210,180,130,250,230,240,140,180,100,170,0,0,0,0,210,80,50,60,30,0,0,70,90,220,430,190,190,280,360,160,160,260,110,280,300,310,310,330,260,50]},{"name":"PM","color":"#E65850","values":[0,10,0,0,0,10,20,0,10,0,10,10,10,30,20,0,0,0,0,10,10,10,0,0,0,0,0,0,10,0,10,0,0,0,0,10,0,10,10,0,20,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,0,20,0,20,0,0,0,10,0,0,0,0,0,0,0,0,10,0,10,0,0,10,0,10,10,0,0,30,0,20,10,0,0,10,10,0,0,0,0,0,20,0,0,0,0,0,10,50,10,20,30,0,10,0,20,10,0,0,0,0,0,0,0,0,0,0,30,0,10,0,20,10,20,20,0,10,0,0,0,0,20,0,0,0,0,0,0,0,0,0,10,0,0,0,20,0,20,10,0,20,0,0,10,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/12.json b/dist/chartDummyData/views_zoom/2018-10/12.json new file mode 100644 index 000000000..75fe6a895 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/12.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1539043200000,1539046800000,1539050400000,1539054000000,1539057600000,1539061200000,1539064800000,1539068400000,1539072000000,1539075600000,1539079200000,1539082800000,1539086400000,1539090000000,1539093600000,1539097200000,1539100800000,1539104400000,1539108000000,1539111600000,1539115200000,1539118800000,1539122400000,1539126000000,1539129600000,1539133200000,1539136800000,1539140400000,1539144000000,1539147600000,1539151200000,1539154800000,1539158400000,1539162000000,1539165600000,1539169200000,1539172800000,1539176400000,1539180000000,1539183600000,1539187200000,1539190800000,1539194400000,1539198000000,1539201600000,1539205200000,1539208800000,1539212400000,1539216000000,1539219600000,1539223200000,1539226800000,1539230400000,1539234000000,1539237600000,1539241200000,1539244800000,1539248400000,1539252000000,1539255600000,1539259200000,1539262800000,1539266400000,1539270000000,1539273600000,1539277200000,1539280800000,1539284400000,1539288000000,1539291600000,1539295200000,1539298800000,1539302400000,1539306000000,1539309600000,1539313200000,1539316800000,1539320400000,1539324000000,1539327600000,1539331200000,1539334800000,1539338400000,1539342000000,1539345600000,1539349200000,1539352800000,1539356400000,1539360000000,1539363600000,1539367200000,1539370800000,1539374400000,1539378000000,1539381600000,1539385200000,1539388800000,1539392400000,1539396000000,1539399600000,1539403200000,1539406800000,1539410400000,1539414000000,1539417600000,1539421200000,1539424800000,1539428400000,1539432000000,1539435600000,1539439200000,1539442800000,1539446400000,1539450000000,1539453600000,1539457200000,1539460800000,1539464400000,1539468000000,1539471600000,1539475200000,1539478800000,1539482400000,1539486000000,1539489600000,1539493200000,1539496800000,1539500400000,1539504000000,1539507600000,1539511200000,1539514800000,1539518400000,1539522000000,1539525600000,1539529200000,1539532800000,1539536400000,1539540000000,1539543600000,1539547200000,1539550800000,1539554400000,1539558000000,1539561600000,1539565200000,1539568800000,1539572400000,1539576000000,1539579600000,1539583200000,1539586800000,1539590400000,1539594000000,1539597600000,1539601200000,1539604800000,1539608400000,1539612000000,1539615600000,1539619200000,1539622800000,1539626400000,1539630000000,1539633600000,1539637200000,1539640800000,1539644400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[410,200,170,50,160,610,790,820,830,1250,1240,1450,1640,1680,1870,1570,1540,1380,1640,1750,1850,1820,740,340,260,60,20,60,350,520,690,1130,1200,1050,1380,1510,1480,1320,1400,1310,1420,1680,1910,1960,1760,1560,1140,330,170,90,60,50,200,560,880,1290,1180,1610,1260,1440,1610,1970,1920,1430,1770,2270,1930,1930,1660,1460,690,440,160,270,360,50,400,590,790,1020,950,1350,1480,1830,1830,1860,1410,1350,1780,1670,1250,1710,1490,1280,1040,400,240,130,100,60,140,370,460,790,1100,1540,1360,1640,1800,1560,1390,1570,1590,1620,0,0,0,0,760,710,360,180,110,20,30,120,710,1250,1550,1640,2020,1720,1640,1820,2130,1740,1970,1680,2020,2340,2090,1510,1240,500,240,200,60,80,220,610,850,1020,970,1230,1200,1370,1750,1780,1630,1530,1890,1650,2170,1960,2070,1690,960,510]},{"name":"URL","color":"#2373DB","values":[80,80,10,0,50,220,410,600,850,950,840,1170,1440,1090,1430,1700,1980,1720,1560,1540,1450,1220,540,170,130,70,0,20,120,260,590,690,890,780,1030,1230,1310,1070,1080,1610,2430,1980,2050,1600,1670,1000,650,360,90,20,20,10,110,380,610,530,840,850,1030,1040,1120,1100,1260,1570,2240,1760,1880,1710,1530,1120,650,260,100,60,10,20,80,420,550,580,740,1030,1400,1240,1260,1120,960,1450,2030,1950,1790,1540,1200,840,740,390,180,140,30,30,10,130,320,560,830,1200,1120,1360,1380,1050,900,1340,1520,1480,0,0,0,0,360,290,240,40,80,10,20,40,170,410,660,1180,1130,1160,1110,900,1030,1180,1110,1250,1300,1620,1160,880,600,190,50,30,50,10,20,280,400,730,970,990,1130,1470,1110,1360,1420,1950,2070,1720,1580,1680,1600,1330,590,190]},{"name":"Groups","color":"#9ED448","values":[160,60,20,50,270,680,820,580,1260,970,1280,1300,1200,1170,1020,1250,1380,1400,1420,1900,1840,2240,1010,550,120,50,30,70,200,590,750,1110,750,900,880,1690,1220,1360,1050,1020,1100,1490,1610,2500,2470,2090,1170,470,200,20,40,70,270,1670,1060,920,1010,1570,990,1030,1320,1440,1440,1150,1280,1430,1870,1910,2370,2020,1130,490,310,20,0,30,270,670,640,610,920,980,1020,1240,1220,1200,1270,1260,1240,1280,1160,1780,1700,1640,1120,640,260,130,20,70,60,200,600,670,650,890,1060,1230,1420,1210,1040,1040,930,1380,0,0,0,0,1030,640,460,90,90,20,90,140,430,750,800,860,1330,1570,1300,900,930,1210,1230,1200,2170,2180,1910,1860,1040,360,100,30,430,20,180,530,950,860,840,660,1150,1520,1340,1820,1280,1430,1520,1470,1810,2060,2360,2160,1180,610]},{"name":"Channel","color":"#4fae4e","values":[10,0,0,0,50,20,20,40,30,40,70,60,80,160,70,50,200,130,80,170,150,80,70,40,30,0,20,0,0,0,20,40,70,40,20,70,240,80,90,100,70,130,180,90,260,130,90,70,0,0,0,0,30,0,30,60,160,40,40,100,70,160,120,110,120,110,150,200,80,170,160,70,30,20,10,0,0,20,60,50,50,70,70,110,90,70,80,210,90,140,120,140,130,110,130,110,50,50,10,0,10,10,60,70,50,110,190,130,200,80,220,160,140,130,0,0,0,0,40,80,30,0,0,0,0,20,20,90,70,70,220,160,90,150,130,90,160,90,130,190,90,170,90,20,110,10,10,0,10,30,40,20,10,50,90,90,150,150,130,150,100,100,110,160,100,70,100,30]},{"name":"Search","color":"#F5BD25","values":[20,20,0,10,110,250,440,220,120,460,80,150,560,90,210,130,300,110,220,650,500,160,70,30,0,0,0,10,520,270,90,210,70,90,720,90,100,150,130,180,190,310,130,470,210,160,40,20,20,0,10,0,10,50,660,150,220,50,100,280,250,730,400,120,210,120,120,210,310,260,190,50,20,10,10,20,490,500,270,190,340,150,490,190,240,570,370,240,430,180,440,200,370,100,120,50,10,10,0,0,10,320,190,210,130,160,170,150,390,210,220,390,180,100,0,0,0,0,110,120,0,80,0,0,0,50,150,600,220,160,140,600,410,430,480,230,220,440,260,360,180,210,200,140,30,0,10,10,330,350,310,210,130,130,250,120,190,200,270,420,460,390,200,220,110,100,40,30]},{"name":"Other","color":"#F79E39","values":[0,20,0,10,60,320,200,150,210,170,240,220,280,210,190,300,190,230,370,290,260,260,190,50,50,0,10,0,40,140,110,130,170,230,190,280,390,200,220,260,340,400,310,210,320,230,130,30,30,0,0,0,40,200,200,200,150,230,220,260,320,160,290,280,160,320,280,350,360,180,160,70,10,20,0,0,30,90,220,130,100,160,290,240,200,300,670,190,230,270,260,270,280,290,90,80,50,10,30,0,20,50,160,180,210,180,130,250,230,240,140,180,100,170,0,0,0,0,210,80,50,60,30,0,0,70,90,220,430,190,190,280,360,160,160,260,110,280,300,310,310,330,260,50,10,0,20,20,50,170,230,210,160,160,160,210,240,230,200,200,330,340,370,230,240,290,140,90]},{"name":"PM","color":"#E65850","values":[0,0,0,0,10,0,10,0,0,0,0,10,0,10,10,0,20,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,0,20,0,20,0,0,0,10,0,0,0,0,0,0,0,0,10,0,10,0,0,10,0,10,10,0,0,30,0,20,10,0,0,10,10,0,0,0,0,0,20,0,0,0,0,0,10,50,10,20,30,0,10,0,20,10,0,0,0,0,0,0,0,0,0,0,30,0,10,0,20,10,20,20,0,10,0,0,0,0,20,0,0,0,0,0,0,0,0,0,10,0,0,0,20,0,20,10,0,20,0,0,10,0,10,0,0,0,0,0,0,0,0,0,10,0,0,10,10,20,20,0,10,10,10,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/13.json b/dist/chartDummyData/views_zoom/2018-10/13.json new file mode 100644 index 000000000..f2e0c11a8 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/13.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1539129600000,1539133200000,1539136800000,1539140400000,1539144000000,1539147600000,1539151200000,1539154800000,1539158400000,1539162000000,1539165600000,1539169200000,1539172800000,1539176400000,1539180000000,1539183600000,1539187200000,1539190800000,1539194400000,1539198000000,1539201600000,1539205200000,1539208800000,1539212400000,1539216000000,1539219600000,1539223200000,1539226800000,1539230400000,1539234000000,1539237600000,1539241200000,1539244800000,1539248400000,1539252000000,1539255600000,1539259200000,1539262800000,1539266400000,1539270000000,1539273600000,1539277200000,1539280800000,1539284400000,1539288000000,1539291600000,1539295200000,1539298800000,1539302400000,1539306000000,1539309600000,1539313200000,1539316800000,1539320400000,1539324000000,1539327600000,1539331200000,1539334800000,1539338400000,1539342000000,1539345600000,1539349200000,1539352800000,1539356400000,1539360000000,1539363600000,1539367200000,1539370800000,1539374400000,1539378000000,1539381600000,1539385200000,1539388800000,1539392400000,1539396000000,1539399600000,1539403200000,1539406800000,1539410400000,1539414000000,1539417600000,1539421200000,1539424800000,1539428400000,1539432000000,1539435600000,1539439200000,1539442800000,1539446400000,1539450000000,1539453600000,1539457200000,1539460800000,1539464400000,1539468000000,1539471600000,1539475200000,1539478800000,1539482400000,1539486000000,1539489600000,1539493200000,1539496800000,1539500400000,1539504000000,1539507600000,1539511200000,1539514800000,1539518400000,1539522000000,1539525600000,1539529200000,1539532800000,1539536400000,1539540000000,1539543600000,1539547200000,1539550800000,1539554400000,1539558000000,1539561600000,1539565200000,1539568800000,1539572400000,1539576000000,1539579600000,1539583200000,1539586800000,1539590400000,1539594000000,1539597600000,1539601200000,1539604800000,1539608400000,1539612000000,1539615600000,1539619200000,1539622800000,1539626400000,1539630000000,1539633600000,1539637200000,1539640800000,1539644400000,1539648000000,1539651600000,1539655200000,1539658800000,1539662400000,1539666000000,1539669600000,1539673200000,1539676800000,1539680400000,1539684000000,1539687600000,1539691200000,1539694800000,1539698400000,1539702000000,1539705600000,1539709200000,1539712800000,1539716400000,1539720000000,1539723600000,1539727200000,1539730800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[260,60,20,60,350,520,690,1130,1200,1050,1380,1510,1480,1320,1400,1310,1420,1680,1910,1960,1760,1560,1140,330,170,90,60,50,200,560,880,1290,1180,1610,1260,1440,1610,1970,1920,1430,1770,2270,1930,1930,1660,1460,690,440,160,270,360,50,400,590,790,1020,950,1350,1480,1830,1830,1860,1410,1350,1780,1670,1250,1710,1490,1280,1040,400,240,130,100,60,140,370,460,790,1100,1540,1360,1640,1800,1560,1390,1570,1590,1620,0,0,0,0,760,710,360,180,110,20,30,120,710,1250,1550,1640,2020,1720,1640,1820,2130,1740,1970,1680,2020,2340,2090,1510,1240,500,240,200,60,80,220,610,850,1020,970,1230,1200,1370,1750,1780,1630,1530,1890,1650,2170,1960,2070,1690,960,510,90,50,50,90,220,550,1010,1260,1240,1460,1420,1460,1640,1860,1460,1670,1450,2130,1980,2170,1760,1550,890,330]},{"name":"URL","color":"#2373DB","values":[130,70,0,20,120,260,590,690,890,780,1030,1230,1310,1070,1080,1610,2430,1980,2050,1600,1670,1000,650,360,90,20,20,10,110,380,610,530,840,850,1030,1040,1120,1100,1260,1570,2240,1760,1880,1710,1530,1120,650,260,100,60,10,20,80,420,550,580,740,1030,1400,1240,1260,1120,960,1450,2030,1950,1790,1540,1200,840,740,390,180,140,30,30,10,130,320,560,830,1200,1120,1360,1380,1050,900,1340,1520,1480,0,0,0,0,360,290,240,40,80,10,20,40,170,410,660,1180,1130,1160,1110,900,1030,1180,1110,1250,1300,1620,1160,880,600,190,50,30,50,10,20,280,400,730,970,990,1130,1470,1110,1360,1420,1950,2070,1720,1580,1680,1600,1330,590,190,90,20,30,20,60,270,540,510,740,1070,1140,1300,1570,1360,1190,1470,1870,2010,1760,1820,1850,1390,610,300]},{"name":"Groups","color":"#9ED448","values":[120,50,30,70,200,590,750,1110,750,900,880,1690,1220,1360,1050,1020,1100,1490,1610,2500,2470,2090,1170,470,200,20,40,70,270,1670,1060,920,1010,1570,990,1030,1320,1440,1440,1150,1280,1430,1870,1910,2370,2020,1130,490,310,20,0,30,270,670,640,610,920,980,1020,1240,1220,1200,1270,1260,1240,1280,1160,1780,1700,1640,1120,640,260,130,20,70,60,200,600,670,650,890,1060,1230,1420,1210,1040,1040,930,1380,0,0,0,0,1030,640,460,90,90,20,90,140,430,750,800,860,1330,1570,1300,900,930,1210,1230,1200,2170,2180,1910,1860,1040,360,100,30,430,20,180,530,950,860,840,660,1150,1520,1340,1820,1280,1430,1520,1470,1810,2060,2360,2160,1180,610,230,40,90,40,130,620,920,1120,1100,1030,1030,1290,1200,1360,960,1210,1570,1620,1660,1970,2440,1650,1130,430]},{"name":"Channel","color":"#4fae4e","values":[30,0,20,0,0,0,20,40,70,40,20,70,240,80,90,100,70,130,180,90,260,130,90,70,0,0,0,0,30,0,30,60,160,40,40,100,70,160,120,110,120,110,150,200,80,170,160,70,30,20,10,0,0,20,60,50,50,70,70,110,90,70,80,210,90,140,120,140,130,110,130,110,50,50,10,0,10,10,60,70,50,110,190,130,200,80,220,160,140,130,0,0,0,0,40,80,30,0,0,0,0,20,20,90,70,70,220,160,90,150,130,90,160,90,130,190,90,170,90,20,110,10,10,0,10,30,40,20,10,50,90,90,150,150,130,150,100,100,110,160,100,70,100,30,10,10,20,0,0,0,20,50,30,40,60,80,90,90,120,80,110,150,80,180,100,130,30,50]},{"name":"Search","color":"#F5BD25","values":[0,0,0,10,520,270,90,210,70,90,720,90,100,150,130,180,190,310,130,470,210,160,40,20,20,0,10,0,10,50,660,150,220,50,100,280,250,730,400,120,210,120,120,210,310,260,190,50,20,10,10,20,490,500,270,190,340,150,490,190,240,570,370,240,430,180,440,200,370,100,120,50,10,10,0,0,10,320,190,210,130,160,170,150,390,210,220,390,180,100,0,0,0,0,110,120,0,80,0,0,0,50,150,600,220,160,140,600,410,430,480,230,220,440,260,360,180,210,200,140,30,0,10,10,330,350,310,210,130,130,250,120,190,200,270,420,460,390,200,220,110,100,40,30,10,10,0,0,20,390,440,200,150,80,330,210,200,200,250,220,250,340,200,220,190,150,110,20]},{"name":"Other","color":"#F79E39","values":[50,0,10,0,40,140,110,130,170,230,190,280,390,200,220,260,340,400,310,210,320,230,130,30,30,0,0,0,40,200,200,200,150,230,220,260,320,160,290,280,160,320,280,350,360,180,160,70,10,20,0,0,30,90,220,130,100,160,290,240,200,300,670,190,230,270,260,270,280,290,90,80,50,10,30,0,20,50,160,180,210,180,130,250,230,240,140,180,100,170,0,0,0,0,210,80,50,60,30,0,0,70,90,220,430,190,190,280,360,160,160,260,110,280,300,310,310,330,260,50,10,0,20,20,50,170,230,210,160,160,160,210,240,230,200,200,330,340,370,230,240,290,140,90,20,30,0,10,30,130,150,180,220,180,200,280,300,320,300,210,320,290,250,300,200,300,150,100]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,10,0,10,0,0,20,0,20,0,0,0,10,0,0,0,0,0,0,0,0,10,0,10,0,0,10,0,10,10,0,0,30,0,20,10,0,0,10,10,0,0,0,0,0,20,0,0,0,0,0,10,50,10,20,30,0,10,0,20,10,0,0,0,0,0,0,0,0,0,0,30,0,10,0,20,10,20,20,0,10,0,0,0,0,20,0,0,0,0,0,0,0,0,0,10,0,0,0,20,0,20,10,0,20,0,0,10,0,10,0,0,0,0,0,0,0,0,0,10,0,0,10,10,20,20,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,20,0,20,0,0,10,20,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/14.json b/dist/chartDummyData/views_zoom/2018-10/14.json new file mode 100644 index 000000000..bcdb5e323 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/14.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1539216000000,1539219600000,1539223200000,1539226800000,1539230400000,1539234000000,1539237600000,1539241200000,1539244800000,1539248400000,1539252000000,1539255600000,1539259200000,1539262800000,1539266400000,1539270000000,1539273600000,1539277200000,1539280800000,1539284400000,1539288000000,1539291600000,1539295200000,1539298800000,1539302400000,1539306000000,1539309600000,1539313200000,1539316800000,1539320400000,1539324000000,1539327600000,1539331200000,1539334800000,1539338400000,1539342000000,1539345600000,1539349200000,1539352800000,1539356400000,1539360000000,1539363600000,1539367200000,1539370800000,1539374400000,1539378000000,1539381600000,1539385200000,1539388800000,1539392400000,1539396000000,1539399600000,1539403200000,1539406800000,1539410400000,1539414000000,1539417600000,1539421200000,1539424800000,1539428400000,1539432000000,1539435600000,1539439200000,1539442800000,1539446400000,1539450000000,1539453600000,1539457200000,1539460800000,1539464400000,1539468000000,1539471600000,1539475200000,1539478800000,1539482400000,1539486000000,1539489600000,1539493200000,1539496800000,1539500400000,1539504000000,1539507600000,1539511200000,1539514800000,1539518400000,1539522000000,1539525600000,1539529200000,1539532800000,1539536400000,1539540000000,1539543600000,1539547200000,1539550800000,1539554400000,1539558000000,1539561600000,1539565200000,1539568800000,1539572400000,1539576000000,1539579600000,1539583200000,1539586800000,1539590400000,1539594000000,1539597600000,1539601200000,1539604800000,1539608400000,1539612000000,1539615600000,1539619200000,1539622800000,1539626400000,1539630000000,1539633600000,1539637200000,1539640800000,1539644400000,1539648000000,1539651600000,1539655200000,1539658800000,1539662400000,1539666000000,1539669600000,1539673200000,1539676800000,1539680400000,1539684000000,1539687600000,1539691200000,1539694800000,1539698400000,1539702000000,1539705600000,1539709200000,1539712800000,1539716400000,1539720000000,1539723600000,1539727200000,1539730800000,1539734400000,1539738000000,1539741600000,1539745200000,1539748800000,1539752400000,1539756000000,1539759600000,1539763200000,1539766800000,1539770400000,1539774000000,1539777600000,1539781200000,1539784800000,1539788400000,1539792000000,1539795600000,1539799200000,1539802800000,1539806400000,1539810000000,1539813600000,1539817200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[170,90,60,50,200,560,880,1290,1180,1610,1260,1440,1610,1970,1920,1430,1770,2270,1930,1930,1660,1460,690,440,160,270,360,50,400,590,790,1020,950,1350,1480,1830,1830,1860,1410,1350,1780,1670,1250,1710,1490,1280,1040,400,240,130,100,60,140,370,460,790,1100,1540,1360,1640,1800,1560,1390,1570,1590,1620,0,0,0,0,760,710,360,180,110,20,30,120,710,1250,1550,1640,2020,1720,1640,1820,2130,1740,1970,1680,2020,2340,2090,1510,1240,500,240,200,60,80,220,610,850,1020,970,1230,1200,1370,1750,1780,1630,1530,1890,1650,2170,1960,2070,1690,960,510,90,50,50,90,220,550,1010,1260,1240,1460,1420,1460,1640,1860,1460,1670,1450,2130,1980,2170,1760,1550,890,330,260,110,30,60,90,880,850,930,1580,1400,1360,1390,1770,1520,1890,1740,1680,1670,1590,2280,2010,1670,1160,460]},{"name":"URL","color":"#2373DB","values":[90,20,20,10,110,380,610,530,840,850,1030,1040,1120,1100,1260,1570,2240,1760,1880,1710,1530,1120,650,260,100,60,10,20,80,420,550,580,740,1030,1400,1240,1260,1120,960,1450,2030,1950,1790,1540,1200,840,740,390,180,140,30,30,10,130,320,560,830,1200,1120,1360,1380,1050,900,1340,1520,1480,0,0,0,0,360,290,240,40,80,10,20,40,170,410,660,1180,1130,1160,1110,900,1030,1180,1110,1250,1300,1620,1160,880,600,190,50,30,50,10,20,280,400,730,970,990,1130,1470,1110,1360,1420,1950,2070,1720,1580,1680,1600,1330,590,190,90,20,30,20,60,270,540,510,740,1070,1140,1300,1570,1360,1190,1470,1870,2010,1760,1820,1850,1390,610,300,130,50,20,0,60,450,540,600,720,940,1010,1380,1260,1150,1260,1840,1950,2300,1650,1710,1810,1060,580,320]},{"name":"Groups","color":"#9ED448","values":[200,20,40,70,270,1670,1060,920,1010,1570,990,1030,1320,1440,1440,1150,1280,1430,1870,1910,2370,2020,1130,490,310,20,0,30,270,670,640,610,920,980,1020,1240,1220,1200,1270,1260,1240,1280,1160,1780,1700,1640,1120,640,260,130,20,70,60,200,600,670,650,890,1060,1230,1420,1210,1040,1040,930,1380,0,0,0,0,1030,640,460,90,90,20,90,140,430,750,800,860,1330,1570,1300,900,930,1210,1230,1200,2170,2180,1910,1860,1040,360,100,30,430,20,180,530,950,860,840,660,1150,1520,1340,1820,1280,1430,1520,1470,1810,2060,2360,2160,1180,610,230,40,90,40,130,620,920,1120,1100,1030,1030,1290,1200,1360,960,1210,1570,1620,1660,1970,2440,1650,1130,430,100,90,70,50,170,590,770,920,1120,1000,1240,1220,1520,1480,1100,1190,1380,1490,1520,2300,2220,1730,1220,420]},{"name":"Channel","color":"#4fae4e","values":[0,0,0,0,30,0,30,60,160,40,40,100,70,160,120,110,120,110,150,200,80,170,160,70,30,20,10,0,0,20,60,50,50,70,70,110,90,70,80,210,90,140,120,140,130,110,130,110,50,50,10,0,10,10,60,70,50,110,190,130,200,80,220,160,140,130,0,0,0,0,40,80,30,0,0,0,0,20,20,90,70,70,220,160,90,150,130,90,160,90,130,190,90,170,90,20,110,10,10,0,10,30,40,20,10,50,90,90,150,150,130,150,100,100,110,160,100,70,100,30,10,10,20,0,0,0,20,50,30,40,60,80,90,90,120,80,110,150,80,180,100,130,30,50,0,0,0,10,0,60,40,90,60,80,120,100,180,180,150,90,180,170,50,150,190,130,90,20]},{"name":"Search","color":"#F5BD25","values":[20,0,10,0,10,50,660,150,220,50,100,280,250,730,400,120,210,120,120,210,310,260,190,50,20,10,10,20,490,500,270,190,340,150,490,190,240,570,370,240,430,180,440,200,370,100,120,50,10,10,0,0,10,320,190,210,130,160,170,150,390,210,220,390,180,100,0,0,0,0,110,120,0,80,0,0,0,50,150,600,220,160,140,600,410,430,480,230,220,440,260,360,180,210,200,140,30,0,10,10,330,350,310,210,130,130,250,120,190,200,270,420,460,390,200,220,110,100,40,30,10,10,0,0,20,390,440,200,150,80,330,210,200,200,250,220,250,340,200,220,190,150,110,20,0,20,0,10,50,460,210,260,120,110,160,200,350,280,120,270,180,550,370,210,250,100,60,50]},{"name":"Other","color":"#F79E39","values":[30,0,0,0,40,200,200,200,150,230,220,260,320,160,290,280,160,320,280,350,360,180,160,70,10,20,0,0,30,90,220,130,100,160,290,240,200,300,670,190,230,270,260,270,280,290,90,80,50,10,30,0,20,50,160,180,210,180,130,250,230,240,140,180,100,170,0,0,0,0,210,80,50,60,30,0,0,70,90,220,430,190,190,280,360,160,160,260,110,280,300,310,310,330,260,50,10,0,20,20,50,170,230,210,160,160,160,210,240,230,200,200,330,340,370,230,240,290,140,90,20,30,0,10,30,130,150,180,220,180,200,280,300,320,300,210,320,290,250,300,200,300,150,100,30,0,10,30,10,140,150,200,240,280,140,240,380,150,220,210,290,310,330,440,230,270,210,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,0,10,0,0,10,0,10,10,0,0,30,0,20,10,0,0,10,10,0,0,0,0,0,20,0,0,0,0,0,10,50,10,20,30,0,10,0,20,10,0,0,0,0,0,0,0,0,0,0,30,0,10,0,20,10,20,20,0,10,0,0,0,0,20,0,0,0,0,0,0,0,0,0,10,0,0,0,20,0,20,10,0,20,0,0,10,0,10,0,0,0,0,0,0,0,0,0,10,0,0,10,10,20,20,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,20,0,20,0,0,10,20,10,0,0,0,0,0,0,0,10,0,10,10,10,10,10,0,10,0,0,20,40,0,20,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/15.json b/dist/chartDummyData/views_zoom/2018-10/15.json new file mode 100644 index 000000000..e7bb03b2c --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/15.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1539302400000,1539306000000,1539309600000,1539313200000,1539316800000,1539320400000,1539324000000,1539327600000,1539331200000,1539334800000,1539338400000,1539342000000,1539345600000,1539349200000,1539352800000,1539356400000,1539360000000,1539363600000,1539367200000,1539370800000,1539374400000,1539378000000,1539381600000,1539385200000,1539388800000,1539392400000,1539396000000,1539399600000,1539403200000,1539406800000,1539410400000,1539414000000,1539417600000,1539421200000,1539424800000,1539428400000,1539432000000,1539435600000,1539439200000,1539442800000,1539446400000,1539450000000,1539453600000,1539457200000,1539460800000,1539464400000,1539468000000,1539471600000,1539475200000,1539478800000,1539482400000,1539486000000,1539489600000,1539493200000,1539496800000,1539500400000,1539504000000,1539507600000,1539511200000,1539514800000,1539518400000,1539522000000,1539525600000,1539529200000,1539532800000,1539536400000,1539540000000,1539543600000,1539547200000,1539550800000,1539554400000,1539558000000,1539561600000,1539565200000,1539568800000,1539572400000,1539576000000,1539579600000,1539583200000,1539586800000,1539590400000,1539594000000,1539597600000,1539601200000,1539604800000,1539608400000,1539612000000,1539615600000,1539619200000,1539622800000,1539626400000,1539630000000,1539633600000,1539637200000,1539640800000,1539644400000,1539648000000,1539651600000,1539655200000,1539658800000,1539662400000,1539666000000,1539669600000,1539673200000,1539676800000,1539680400000,1539684000000,1539687600000,1539691200000,1539694800000,1539698400000,1539702000000,1539705600000,1539709200000,1539712800000,1539716400000,1539720000000,1539723600000,1539727200000,1539730800000,1539734400000,1539738000000,1539741600000,1539745200000,1539748800000,1539752400000,1539756000000,1539759600000,1539763200000,1539766800000,1539770400000,1539774000000,1539777600000,1539781200000,1539784800000,1539788400000,1539792000000,1539795600000,1539799200000,1539802800000,1539806400000,1539810000000,1539813600000,1539817200000,1539820800000,1539824400000,1539828000000,1539831600000,1539835200000,1539838800000,1539842400000,1539846000000,1539849600000,1539853200000,1539856800000,1539860400000,1539864000000,1539867600000,1539871200000,1539874800000,1539878400000,1539882000000,1539885600000,1539889200000,1539892800000,1539896400000,1539900000000,1539903600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[160,270,360,50,400,590,790,1020,950,1350,1480,1830,1830,1860,1410,1350,1780,1670,1250,1710,1490,1280,1040,400,240,130,100,60,140,370,460,790,1100,1540,1360,1640,1800,1560,1390,1570,1590,1620,0,0,0,0,760,710,360,180,110,20,30,120,710,1250,1550,1640,2020,1720,1640,1820,2130,1740,1970,1680,2020,2340,2090,1510,1240,500,240,200,60,80,220,610,850,1020,970,1230,1200,1370,1750,1780,1630,1530,1890,1650,2170,1960,2070,1690,960,510,90,50,50,90,220,550,1010,1260,1240,1460,1420,1460,1640,1860,1460,1670,1450,2130,1980,2170,1760,1550,890,330,260,110,30,60,90,880,850,930,1580,1400,1360,1390,1770,1520,1890,1740,1680,1670,1590,2280,2010,1670,1160,460,300,110,50,100,200,700,880,1130,1030,1390,1560,1580,1840,1510,1700,1950,2280,1850,1810,2030,2110,1780,910,430]},{"name":"URL","color":"#2373DB","values":[100,60,10,20,80,420,550,580,740,1030,1400,1240,1260,1120,960,1450,2030,1950,1790,1540,1200,840,740,390,180,140,30,30,10,130,320,560,830,1200,1120,1360,1380,1050,900,1340,1520,1480,0,0,0,0,360,290,240,40,80,10,20,40,170,410,660,1180,1130,1160,1110,900,1030,1180,1110,1250,1300,1620,1160,880,600,190,50,30,50,10,20,280,400,730,970,990,1130,1470,1110,1360,1420,1950,2070,1720,1580,1680,1600,1330,590,190,90,20,30,20,60,270,540,510,740,1070,1140,1300,1570,1360,1190,1470,1870,2010,1760,1820,1850,1390,610,300,130,50,20,0,60,450,540,600,720,940,1010,1380,1260,1150,1260,1840,1950,2300,1650,1710,1810,1060,580,320,140,50,20,20,130,400,600,780,990,1040,1280,1220,1370,1320,1570,1620,2130,2210,1900,1710,1540,1010,600,230]},{"name":"Groups","color":"#9ED448","values":[310,20,0,30,270,670,640,610,920,980,1020,1240,1220,1200,1270,1260,1240,1280,1160,1780,1700,1640,1120,640,260,130,20,70,60,200,600,670,650,890,1060,1230,1420,1210,1040,1040,930,1380,0,0,0,0,1030,640,460,90,90,20,90,140,430,750,800,860,1330,1570,1300,900,930,1210,1230,1200,2170,2180,1910,1860,1040,360,100,30,430,20,180,530,950,860,840,660,1150,1520,1340,1820,1280,1430,1520,1470,1810,2060,2360,2160,1180,610,230,40,90,40,130,620,920,1120,1100,1030,1030,1290,1200,1360,960,1210,1570,1620,1660,1970,2440,1650,1130,430,100,90,70,50,170,590,770,920,1120,1000,1240,1220,1520,1480,1100,1190,1380,1490,1520,2300,2220,1730,1220,420,260,70,70,40,370,510,870,860,1380,1210,1040,1450,1550,1500,1560,1500,1750,1400,2000,2230,2220,2140,1180,330]},{"name":"Channel","color":"#4fae4e","values":[30,20,10,0,0,20,60,50,50,70,70,110,90,70,80,210,90,140,120,140,130,110,130,110,50,50,10,0,10,10,60,70,50,110,190,130,200,80,220,160,140,130,0,0,0,0,40,80,30,0,0,0,0,20,20,90,70,70,220,160,90,150,130,90,160,90,130,190,90,170,90,20,110,10,10,0,10,30,40,20,10,50,90,90,150,150,130,150,100,100,110,160,100,70,100,30,10,10,20,0,0,0,20,50,30,40,60,80,90,90,120,80,110,150,80,180,100,130,30,50,0,0,0,10,0,60,40,90,60,80,120,100,180,180,150,90,180,170,50,150,190,130,90,20,60,10,30,0,0,10,50,70,30,160,50,100,90,190,170,60,180,190,150,250,140,100,240,110]},{"name":"Search","color":"#F5BD25","values":[20,10,10,20,490,500,270,190,340,150,490,190,240,570,370,240,430,180,440,200,370,100,120,50,10,10,0,0,10,320,190,210,130,160,170,150,390,210,220,390,180,100,0,0,0,0,110,120,0,80,0,0,0,50,150,600,220,160,140,600,410,430,480,230,220,440,260,360,180,210,200,140,30,0,10,10,330,350,310,210,130,130,250,120,190,200,270,420,460,390,200,220,110,100,40,30,10,10,0,0,20,390,440,200,150,80,330,210,200,200,250,220,250,340,200,220,190,150,110,20,0,20,0,10,50,460,210,260,120,110,160,200,350,280,120,270,180,550,370,210,250,100,60,50,10,0,0,10,120,250,610,150,150,100,150,120,100,270,140,370,280,240,230,280,340,260,180,20]},{"name":"Other","color":"#F79E39","values":[10,20,0,0,30,90,220,130,100,160,290,240,200,300,670,190,230,270,260,270,280,290,90,80,50,10,30,0,20,50,160,180,210,180,130,250,230,240,140,180,100,170,0,0,0,0,210,80,50,60,30,0,0,70,90,220,430,190,190,280,360,160,160,260,110,280,300,310,310,330,260,50,10,0,20,20,50,170,230,210,160,160,160,210,240,230,200,200,330,340,370,230,240,290,140,90,20,30,0,10,30,130,150,180,220,180,200,280,300,320,300,210,320,290,250,300,200,300,150,100,30,0,10,30,10,140,150,200,240,280,140,240,380,150,220,210,290,310,330,440,230,270,210,80,50,20,0,0,80,100,210,200,200,190,260,250,380,250,160,210,320,310,230,280,360,260,130,130]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,20,0,0,0,0,0,10,50,10,20,30,0,10,0,20,10,0,0,0,0,0,0,0,0,0,0,30,0,10,0,20,10,20,20,0,10,0,0,0,0,20,0,0,0,0,0,0,0,0,0,10,0,0,0,20,0,20,10,0,20,0,0,10,0,10,0,0,0,0,0,0,0,0,0,10,0,0,10,10,20,20,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,20,0,20,0,0,10,20,10,0,0,0,0,0,0,0,10,0,10,10,10,10,10,0,10,0,0,20,40,0,20,10,0,0,0,0,0,0,0,0,0,10,30,0,0,0,0,10,20,0,20,40,20,10,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/16.json b/dist/chartDummyData/views_zoom/2018-10/16.json new file mode 100644 index 000000000..38f3c0cad --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/16.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1539388800000,1539392400000,1539396000000,1539399600000,1539403200000,1539406800000,1539410400000,1539414000000,1539417600000,1539421200000,1539424800000,1539428400000,1539432000000,1539435600000,1539439200000,1539442800000,1539446400000,1539450000000,1539453600000,1539457200000,1539460800000,1539464400000,1539468000000,1539471600000,1539475200000,1539478800000,1539482400000,1539486000000,1539489600000,1539493200000,1539496800000,1539500400000,1539504000000,1539507600000,1539511200000,1539514800000,1539518400000,1539522000000,1539525600000,1539529200000,1539532800000,1539536400000,1539540000000,1539543600000,1539547200000,1539550800000,1539554400000,1539558000000,1539561600000,1539565200000,1539568800000,1539572400000,1539576000000,1539579600000,1539583200000,1539586800000,1539590400000,1539594000000,1539597600000,1539601200000,1539604800000,1539608400000,1539612000000,1539615600000,1539619200000,1539622800000,1539626400000,1539630000000,1539633600000,1539637200000,1539640800000,1539644400000,1539648000000,1539651600000,1539655200000,1539658800000,1539662400000,1539666000000,1539669600000,1539673200000,1539676800000,1539680400000,1539684000000,1539687600000,1539691200000,1539694800000,1539698400000,1539702000000,1539705600000,1539709200000,1539712800000,1539716400000,1539720000000,1539723600000,1539727200000,1539730800000,1539734400000,1539738000000,1539741600000,1539745200000,1539748800000,1539752400000,1539756000000,1539759600000,1539763200000,1539766800000,1539770400000,1539774000000,1539777600000,1539781200000,1539784800000,1539788400000,1539792000000,1539795600000,1539799200000,1539802800000,1539806400000,1539810000000,1539813600000,1539817200000,1539820800000,1539824400000,1539828000000,1539831600000,1539835200000,1539838800000,1539842400000,1539846000000,1539849600000,1539853200000,1539856800000,1539860400000,1539864000000,1539867600000,1539871200000,1539874800000,1539878400000,1539882000000,1539885600000,1539889200000,1539892800000,1539896400000,1539900000000,1539903600000,1539907200000,1539910800000,1539914400000,1539918000000,1539921600000,1539925200000,1539928800000,1539932400000,1539936000000,1539939600000,1539943200000,1539946800000,1539950400000,1539954000000,1539957600000,1539961200000,1539964800000,1539968400000,1539972000000,1539975600000,1539979200000,1539982800000,1539986400000,1539990000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[240,130,100,60,140,370,460,790,1100,1540,1360,1640,1800,1560,1390,1570,1590,1620,0,0,0,0,760,710,360,180,110,20,30,120,710,1250,1550,1640,2020,1720,1640,1820,2130,1740,1970,1680,2020,2340,2090,1510,1240,500,240,200,60,80,220,610,850,1020,970,1230,1200,1370,1750,1780,1630,1530,1890,1650,2170,1960,2070,1690,960,510,90,50,50,90,220,550,1010,1260,1240,1460,1420,1460,1640,1860,1460,1670,1450,2130,1980,2170,1760,1550,890,330,260,110,30,60,90,880,850,930,1580,1400,1360,1390,1770,1520,1890,1740,1680,1670,1590,2280,2010,1670,1160,460,300,110,50,100,200,700,880,1130,1030,1390,1560,1580,1840,1510,1700,1950,2280,1850,1810,2030,2110,1780,910,430,60,60,40,90,290,410,1010,1140,1290,1560,1410,1490,1940,1440,1690,1670,1960,2330,1710,1860,1820,1210,1020,660]},{"name":"URL","color":"#2373DB","values":[180,140,30,30,10,130,320,560,830,1200,1120,1360,1380,1050,900,1340,1520,1480,0,0,0,0,360,290,240,40,80,10,20,40,170,410,660,1180,1130,1160,1110,900,1030,1180,1110,1250,1300,1620,1160,880,600,190,50,30,50,10,20,280,400,730,970,990,1130,1470,1110,1360,1420,1950,2070,1720,1580,1680,1600,1330,590,190,90,20,30,20,60,270,540,510,740,1070,1140,1300,1570,1360,1190,1470,1870,2010,1760,1820,1850,1390,610,300,130,50,20,0,60,450,540,600,720,940,1010,1380,1260,1150,1260,1840,1950,2300,1650,1710,1810,1060,580,320,140,50,20,20,130,400,600,780,990,1040,1280,1220,1370,1320,1570,1620,2130,2210,1900,1710,1540,1010,600,230,130,50,50,30,130,330,660,860,850,1050,1200,1540,1140,1380,1360,1610,2180,2370,1600,1520,1470,850,490,220]},{"name":"Groups","color":"#9ED448","values":[260,130,20,70,60,200,600,670,650,890,1060,1230,1420,1210,1040,1040,930,1380,0,0,0,0,1030,640,460,90,90,20,90,140,430,750,800,860,1330,1570,1300,900,930,1210,1230,1200,2170,2180,1910,1860,1040,360,100,30,430,20,180,530,950,860,840,660,1150,1520,1340,1820,1280,1430,1520,1470,1810,2060,2360,2160,1180,610,230,40,90,40,130,620,920,1120,1100,1030,1030,1290,1200,1360,960,1210,1570,1620,1660,1970,2440,1650,1130,430,100,90,70,50,170,590,770,920,1120,1000,1240,1220,1520,1480,1100,1190,1380,1490,1520,2300,2220,1730,1220,420,260,70,70,40,370,510,870,860,1380,1210,1040,1450,1550,1500,1560,1500,1750,1400,2000,2230,2220,2140,1180,330,130,50,70,30,290,760,960,990,990,990,1330,1240,1060,1440,1200,1170,1620,1530,1400,1890,2380,1480,1240,670]},{"name":"Channel","color":"#4fae4e","values":[50,50,10,0,10,10,60,70,50,110,190,130,200,80,220,160,140,130,0,0,0,0,40,80,30,0,0,0,0,20,20,90,70,70,220,160,90,150,130,90,160,90,130,190,90,170,90,20,110,10,10,0,10,30,40,20,10,50,90,90,150,150,130,150,100,100,110,160,100,70,100,30,10,10,20,0,0,0,20,50,30,40,60,80,90,90,120,80,110,150,80,180,100,130,30,50,0,0,0,10,0,60,40,90,60,80,120,100,180,180,150,90,180,170,50,150,190,130,90,20,60,10,30,0,0,10,50,70,30,160,50,100,90,190,170,60,180,190,150,250,140,100,240,110,10,10,10,0,0,20,50,50,80,80,50,30,90,170,130,200,110,200,130,90,250,120,100,150]},{"name":"Search","color":"#F5BD25","values":[10,10,0,0,10,320,190,210,130,160,170,150,390,210,220,390,180,100,0,0,0,0,110,120,0,80,0,0,0,50,150,600,220,160,140,600,410,430,480,230,220,440,260,360,180,210,200,140,30,0,10,10,330,350,310,210,130,130,250,120,190,200,270,420,460,390,200,220,110,100,40,30,10,10,0,0,20,390,440,200,150,80,330,210,200,200,250,220,250,340,200,220,190,150,110,20,0,20,0,10,50,460,210,260,120,110,160,200,350,280,120,270,180,550,370,210,250,100,60,50,10,0,0,10,120,250,610,150,150,100,150,120,100,270,140,370,280,240,230,280,340,260,180,20,30,10,0,0,30,250,570,430,150,130,230,160,220,180,170,80,430,310,130,130,250,110,200,60]},{"name":"Other","color":"#F79E39","values":[50,10,30,0,20,50,160,180,210,180,130,250,230,240,140,180,100,170,0,0,0,0,210,80,50,60,30,0,0,70,90,220,430,190,190,280,360,160,160,260,110,280,300,310,310,330,260,50,10,0,20,20,50,170,230,210,160,160,160,210,240,230,200,200,330,340,370,230,240,290,140,90,20,30,0,10,30,130,150,180,220,180,200,280,300,320,300,210,320,290,250,300,200,300,150,100,30,0,10,30,10,140,150,200,240,280,140,240,380,150,220,210,290,310,330,440,230,270,210,80,50,20,0,0,80,100,210,200,200,190,260,250,380,250,160,210,320,310,230,280,360,260,130,130,60,10,20,30,70,150,270,260,240,200,140,190,360,220,210,200,220,240,200,340,270,240,160,170]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,30,0,10,0,20,10,20,20,0,10,0,0,0,0,20,0,0,0,0,0,0,0,0,0,10,0,0,0,20,0,20,10,0,20,0,0,10,0,10,0,0,0,0,0,0,0,0,0,10,0,0,10,10,20,20,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,20,0,20,0,0,10,20,10,0,0,0,0,0,0,0,10,0,10,10,10,10,10,0,10,0,0,20,40,0,20,10,0,0,0,0,0,0,0,0,0,10,30,0,0,0,0,10,20,0,20,40,20,10,0,0,0,0,10,0,0,0,0,10,10,10,10,0,0,10,0,0,20,10,10,20,20,10,20,0,10,20]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/17.json b/dist/chartDummyData/views_zoom/2018-10/17.json new file mode 100644 index 000000000..337837649 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/17.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1539475200000,1539478800000,1539482400000,1539486000000,1539489600000,1539493200000,1539496800000,1539500400000,1539504000000,1539507600000,1539511200000,1539514800000,1539518400000,1539522000000,1539525600000,1539529200000,1539532800000,1539536400000,1539540000000,1539543600000,1539547200000,1539550800000,1539554400000,1539558000000,1539561600000,1539565200000,1539568800000,1539572400000,1539576000000,1539579600000,1539583200000,1539586800000,1539590400000,1539594000000,1539597600000,1539601200000,1539604800000,1539608400000,1539612000000,1539615600000,1539619200000,1539622800000,1539626400000,1539630000000,1539633600000,1539637200000,1539640800000,1539644400000,1539648000000,1539651600000,1539655200000,1539658800000,1539662400000,1539666000000,1539669600000,1539673200000,1539676800000,1539680400000,1539684000000,1539687600000,1539691200000,1539694800000,1539698400000,1539702000000,1539705600000,1539709200000,1539712800000,1539716400000,1539720000000,1539723600000,1539727200000,1539730800000,1539734400000,1539738000000,1539741600000,1539745200000,1539748800000,1539752400000,1539756000000,1539759600000,1539763200000,1539766800000,1539770400000,1539774000000,1539777600000,1539781200000,1539784800000,1539788400000,1539792000000,1539795600000,1539799200000,1539802800000,1539806400000,1539810000000,1539813600000,1539817200000,1539820800000,1539824400000,1539828000000,1539831600000,1539835200000,1539838800000,1539842400000,1539846000000,1539849600000,1539853200000,1539856800000,1539860400000,1539864000000,1539867600000,1539871200000,1539874800000,1539878400000,1539882000000,1539885600000,1539889200000,1539892800000,1539896400000,1539900000000,1539903600000,1539907200000,1539910800000,1539914400000,1539918000000,1539921600000,1539925200000,1539928800000,1539932400000,1539936000000,1539939600000,1539943200000,1539946800000,1539950400000,1539954000000,1539957600000,1539961200000,1539964800000,1539968400000,1539972000000,1539975600000,1539979200000,1539982800000,1539986400000,1539990000000,1539993600000,1539997200000,1540000800000,1540004400000,1540008000000,1540011600000,1540015200000,1540018800000,1540022400000,1540026000000,1540029600000,1540033200000,1540036800000,1540040400000,1540044000000,1540047600000,1540051200000,1540054800000,1540058400000,1540062000000,1540065600000,1540069200000,1540072800000,1540076400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[360,180,110,20,30,120,710,1250,1550,1640,2020,1720,1640,1820,2130,1740,1970,1680,2020,2340,2090,1510,1240,500,240,200,60,80,220,610,850,1020,970,1230,1200,1370,1750,1780,1630,1530,1890,1650,2170,1960,2070,1690,960,510,90,50,50,90,220,550,1010,1260,1240,1460,1420,1460,1640,1860,1460,1670,1450,2130,1980,2170,1760,1550,890,330,260,110,30,60,90,880,850,930,1580,1400,1360,1390,1770,1520,1890,1740,1680,1670,1590,2280,2010,1670,1160,460,300,110,50,100,200,700,880,1130,1030,1390,1560,1580,1840,1510,1700,1950,2280,1850,1810,2030,2110,1780,910,430,60,60,40,90,290,410,1010,1140,1290,1560,1410,1490,1940,1440,1690,1670,1960,2330,1710,1860,1820,1210,1020,660,260,130,50,50,150,340,620,1150,1350,1660,1730,1580,2310,1920,1470,1460,2010,1840,2660,1530,1350,1310,890,670]},{"name":"URL","color":"#2373DB","values":[240,40,80,10,20,40,170,410,660,1180,1130,1160,1110,900,1030,1180,1110,1250,1300,1620,1160,880,600,190,50,30,50,10,20,280,400,730,970,990,1130,1470,1110,1360,1420,1950,2070,1720,1580,1680,1600,1330,590,190,90,20,30,20,60,270,540,510,740,1070,1140,1300,1570,1360,1190,1470,1870,2010,1760,1820,1850,1390,610,300,130,50,20,0,60,450,540,600,720,940,1010,1380,1260,1150,1260,1840,1950,2300,1650,1710,1810,1060,580,320,140,50,20,20,130,400,600,780,990,1040,1280,1220,1370,1320,1570,1620,2130,2210,1900,1710,1540,1010,600,230,130,50,50,30,130,330,660,860,850,1050,1200,1540,1140,1380,1360,1610,2180,2370,1600,1520,1470,850,490,220,210,220,70,10,70,190,480,770,1050,1290,1320,1330,1370,1400,1110,1390,1690,1790,1380,1360,980,640,790,400]},{"name":"Groups","color":"#9ED448","values":[460,90,90,20,90,140,430,750,800,860,1330,1570,1300,900,930,1210,1230,1200,2170,2180,1910,1860,1040,360,100,30,430,20,180,530,950,860,840,660,1150,1520,1340,1820,1280,1430,1520,1470,1810,2060,2360,2160,1180,610,230,40,90,40,130,620,920,1120,1100,1030,1030,1290,1200,1360,960,1210,1570,1620,1660,1970,2440,1650,1130,430,100,90,70,50,170,590,770,920,1120,1000,1240,1220,1520,1480,1100,1190,1380,1490,1520,2300,2220,1730,1220,420,260,70,70,40,370,510,870,860,1380,1210,1040,1450,1550,1500,1560,1500,1750,1400,2000,2230,2220,2140,1180,330,130,50,70,30,290,760,960,990,990,990,1330,1240,1060,1440,1200,1170,1620,1530,1400,1890,2380,1480,1240,670,280,110,10,50,100,340,520,1310,1070,800,1320,1460,1440,1160,1160,1010,1090,1190,1530,1760,1480,1620,1400,1120]},{"name":"Channel","color":"#4fae4e","values":[30,0,0,0,0,20,20,90,70,70,220,160,90,150,130,90,160,90,130,190,90,170,90,20,110,10,10,0,10,30,40,20,10,50,90,90,150,150,130,150,100,100,110,160,100,70,100,30,10,10,20,0,0,0,20,50,30,40,60,80,90,90,120,80,110,150,80,180,100,130,30,50,0,0,0,10,0,60,40,90,60,80,120,100,180,180,150,90,180,170,50,150,190,130,90,20,60,10,30,0,0,10,50,70,30,160,50,100,90,190,170,60,180,190,150,250,140,100,240,110,10,10,10,0,0,20,50,50,80,80,50,30,90,170,130,200,110,200,130,90,250,120,100,150,80,30,0,0,30,90,70,40,120,120,60,70,300,200,230,150,90,70,180,140,100,110,120,30]},{"name":"Search","color":"#F5BD25","values":[0,80,0,0,0,50,150,600,220,160,140,600,410,430,480,230,220,440,260,360,180,210,200,140,30,0,10,10,330,350,310,210,130,130,250,120,190,200,270,420,460,390,200,220,110,100,40,30,10,10,0,0,20,390,440,200,150,80,330,210,200,200,250,220,250,340,200,220,190,150,110,20,0,20,0,10,50,460,210,260,120,110,160,200,350,280,120,270,180,550,370,210,250,100,60,50,10,0,0,10,120,250,610,150,150,100,150,120,100,270,140,370,280,240,230,280,340,260,180,20,30,10,0,0,30,250,570,430,150,130,230,160,220,180,170,80,430,310,130,130,250,110,200,60,0,0,0,0,0,300,900,160,50,270,140,160,630,300,60,190,40,140,80,250,210,120,190,50]},{"name":"Other","color":"#F79E39","values":[50,60,30,0,0,70,90,220,430,190,190,280,360,160,160,260,110,280,300,310,310,330,260,50,10,0,20,20,50,170,230,210,160,160,160,210,240,230,200,200,330,340,370,230,240,290,140,90,20,30,0,10,30,130,150,180,220,180,200,280,300,320,300,210,320,290,250,300,200,300,150,100,30,0,10,30,10,140,150,200,240,280,140,240,380,150,220,210,290,310,330,440,230,270,210,80,50,20,0,0,80,100,210,200,200,190,260,250,380,250,160,210,320,310,230,280,360,260,130,130,60,10,20,30,70,150,270,260,240,200,140,190,360,220,210,200,220,240,200,340,270,240,160,170,80,10,10,0,20,120,220,240,180,140,230,230,260,200,270,170,240,280,250,200,280,180,170,140]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,0,0,20,0,20,10,0,20,0,0,10,0,10,0,0,0,0,0,0,0,0,0,10,0,0,10,10,20,20,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,20,0,20,0,0,10,20,10,0,0,0,0,0,0,0,10,0,10,10,10,10,10,0,10,0,0,20,40,0,20,10,0,0,0,0,0,0,0,0,0,10,30,0,0,0,0,10,20,0,20,40,20,10,0,0,0,0,10,0,0,0,0,10,10,10,10,0,0,10,0,0,20,10,10,20,20,10,20,0,10,20,10,0,0,0,0,0,0,10,20,0,30,30,10,20,10,10,0,0,10,0,20,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/18.json b/dist/chartDummyData/views_zoom/2018-10/18.json new file mode 100644 index 000000000..7ca4c7840 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/18.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1539561600000,1539565200000,1539568800000,1539572400000,1539576000000,1539579600000,1539583200000,1539586800000,1539590400000,1539594000000,1539597600000,1539601200000,1539604800000,1539608400000,1539612000000,1539615600000,1539619200000,1539622800000,1539626400000,1539630000000,1539633600000,1539637200000,1539640800000,1539644400000,1539648000000,1539651600000,1539655200000,1539658800000,1539662400000,1539666000000,1539669600000,1539673200000,1539676800000,1539680400000,1539684000000,1539687600000,1539691200000,1539694800000,1539698400000,1539702000000,1539705600000,1539709200000,1539712800000,1539716400000,1539720000000,1539723600000,1539727200000,1539730800000,1539734400000,1539738000000,1539741600000,1539745200000,1539748800000,1539752400000,1539756000000,1539759600000,1539763200000,1539766800000,1539770400000,1539774000000,1539777600000,1539781200000,1539784800000,1539788400000,1539792000000,1539795600000,1539799200000,1539802800000,1539806400000,1539810000000,1539813600000,1539817200000,1539820800000,1539824400000,1539828000000,1539831600000,1539835200000,1539838800000,1539842400000,1539846000000,1539849600000,1539853200000,1539856800000,1539860400000,1539864000000,1539867600000,1539871200000,1539874800000,1539878400000,1539882000000,1539885600000,1539889200000,1539892800000,1539896400000,1539900000000,1539903600000,1539907200000,1539910800000,1539914400000,1539918000000,1539921600000,1539925200000,1539928800000,1539932400000,1539936000000,1539939600000,1539943200000,1539946800000,1539950400000,1539954000000,1539957600000,1539961200000,1539964800000,1539968400000,1539972000000,1539975600000,1539979200000,1539982800000,1539986400000,1539990000000,1539993600000,1539997200000,1540000800000,1540004400000,1540008000000,1540011600000,1540015200000,1540018800000,1540022400000,1540026000000,1540029600000,1540033200000,1540036800000,1540040400000,1540044000000,1540047600000,1540051200000,1540054800000,1540058400000,1540062000000,1540065600000,1540069200000,1540072800000,1540076400000,1540080000000,1540083600000,1540087200000,1540090800000,1540094400000,1540098000000,1540101600000,1540105200000,1540108800000,1540112400000,1540116000000,1540119600000,1540123200000,1540126800000,1540130400000,1540134000000,1540137600000,1540141200000,1540144800000,1540148400000,1540152000000,1540155600000,1540159200000,1540162800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[240,200,60,80,220,610,850,1020,970,1230,1200,1370,1750,1780,1630,1530,1890,1650,2170,1960,2070,1690,960,510,90,50,50,90,220,550,1010,1260,1240,1460,1420,1460,1640,1860,1460,1670,1450,2130,1980,2170,1760,1550,890,330,260,110,30,60,90,880,850,930,1580,1400,1360,1390,1770,1520,1890,1740,1680,1670,1590,2280,2010,1670,1160,460,300,110,50,100,200,700,880,1130,1030,1390,1560,1580,1840,1510,1700,1950,2280,1850,1810,2030,2110,1780,910,430,60,60,40,90,290,410,1010,1140,1290,1560,1410,1490,1940,1440,1690,1670,1960,2330,1710,1860,1820,1210,1020,660,260,130,50,50,150,340,620,1150,1350,1660,1730,1580,2310,1920,1470,1460,2010,1840,2660,1530,1350,1310,890,670,380,280,120,160,50,190,570,750,1480,1440,1990,2280,2030,1930,1910,1910,1740,2150,2120,2010,2230,1850,1170,550]},{"name":"URL","color":"#2373DB","values":[50,30,50,10,20,280,400,730,970,990,1130,1470,1110,1360,1420,1950,2070,1720,1580,1680,1600,1330,590,190,90,20,30,20,60,270,540,510,740,1070,1140,1300,1570,1360,1190,1470,1870,2010,1760,1820,1850,1390,610,300,130,50,20,0,60,450,540,600,720,940,1010,1380,1260,1150,1260,1840,1950,2300,1650,1710,1810,1060,580,320,140,50,20,20,130,400,600,780,990,1040,1280,1220,1370,1320,1570,1620,2130,2210,1900,1710,1540,1010,600,230,130,50,50,30,130,330,660,860,850,1050,1200,1540,1140,1380,1360,1610,2180,2370,1600,1520,1470,850,490,220,210,220,70,10,70,190,480,770,1050,1290,1320,1330,1370,1400,1110,1390,1690,1790,1380,1360,980,640,790,400,130,60,40,70,50,100,180,450,1020,1150,1420,1200,1010,1290,1170,1110,1900,1520,1710,1660,1300,1230,630,390]},{"name":"Groups","color":"#9ED448","values":[100,30,430,20,180,530,950,860,840,660,1150,1520,1340,1820,1280,1430,1520,1470,1810,2060,2360,2160,1180,610,230,40,90,40,130,620,920,1120,1100,1030,1030,1290,1200,1360,960,1210,1570,1620,1660,1970,2440,1650,1130,430,100,90,70,50,170,590,770,920,1120,1000,1240,1220,1520,1480,1100,1190,1380,1490,1520,2300,2220,1730,1220,420,260,70,70,40,370,510,870,860,1380,1210,1040,1450,1550,1500,1560,1500,1750,1400,2000,2230,2220,2140,1180,330,130,50,70,30,290,760,960,990,990,990,1330,1240,1060,1440,1200,1170,1620,1530,1400,1890,2380,1480,1240,670,280,110,10,50,100,340,520,1310,1070,800,1320,1460,1440,1160,1160,1010,1090,1190,1530,1760,1480,1620,1400,1120,450,120,80,70,30,430,490,850,970,1170,1430,1300,1570,1520,1660,1530,1710,1430,1850,2320,2660,2430,1500,780]},{"name":"Channel","color":"#4fae4e","values":[110,10,10,0,10,30,40,20,10,50,90,90,150,150,130,150,100,100,110,160,100,70,100,30,10,10,20,0,0,0,20,50,30,40,60,80,90,90,120,80,110,150,80,180,100,130,30,50,0,0,0,10,0,60,40,90,60,80,120,100,180,180,150,90,180,170,50,150,190,130,90,20,60,10,30,0,0,10,50,70,30,160,50,100,90,190,170,60,180,190,150,250,140,100,240,110,10,10,10,0,0,20,50,50,80,80,50,30,90,170,130,200,110,200,130,90,250,120,100,150,80,30,0,0,30,90,70,40,120,120,60,70,300,200,230,150,90,70,180,140,100,110,120,30,90,10,10,30,0,10,30,50,80,110,90,130,100,180,220,190,120,110,80,110,150,90,120,70]},{"name":"Search","color":"#F5BD25","values":[30,0,10,10,330,350,310,210,130,130,250,120,190,200,270,420,460,390,200,220,110,100,40,30,10,10,0,0,20,390,440,200,150,80,330,210,200,200,250,220,250,340,200,220,190,150,110,20,0,20,0,10,50,460,210,260,120,110,160,200,350,280,120,270,180,550,370,210,250,100,60,50,10,0,0,10,120,250,610,150,150,100,150,120,100,270,140,370,280,240,230,280,340,260,180,20,30,10,0,0,30,250,570,430,150,130,230,160,220,180,170,80,430,310,130,130,250,110,200,60,0,0,0,0,0,300,900,160,50,270,140,160,630,300,60,190,40,140,80,250,210,120,190,50,0,20,30,20,20,460,100,200,60,410,430,150,110,110,260,280,220,250,260,230,300,190,150,0]},{"name":"Other","color":"#F79E39","values":[10,0,20,20,50,170,230,210,160,160,160,210,240,230,200,200,330,340,370,230,240,290,140,90,20,30,0,10,30,130,150,180,220,180,200,280,300,320,300,210,320,290,250,300,200,300,150,100,30,0,10,30,10,140,150,200,240,280,140,240,380,150,220,210,290,310,330,440,230,270,210,80,50,20,0,0,80,100,210,200,200,190,260,250,380,250,160,210,320,310,230,280,360,260,130,130,60,10,20,30,70,150,270,260,240,200,140,190,360,220,210,200,220,240,200,340,270,240,160,170,80,10,10,0,20,120,220,240,180,140,230,230,260,200,270,170,240,280,250,200,280,180,170,140,60,40,20,20,0,20,90,210,250,270,230,250,270,240,300,170,200,290,310,280,350,470,130,140]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,0,10,10,20,20,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,20,0,20,0,0,10,20,10,0,0,0,0,0,0,0,10,0,10,10,10,10,10,0,10,0,0,20,40,0,20,10,0,0,0,0,0,0,0,0,0,10,30,0,0,0,0,10,20,0,20,40,20,10,0,0,0,0,10,0,0,0,0,10,10,10,10,0,0,10,0,0,20,10,10,20,20,10,20,0,10,20,10,0,0,0,0,0,0,10,20,0,30,30,10,20,10,10,0,0,10,0,20,0,10,0,0,0,0,0,0,0,0,0,20,20,0,10,30,30,10,10,30,0,0,20,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/19.json b/dist/chartDummyData/views_zoom/2018-10/19.json new file mode 100644 index 000000000..61a0e1010 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/19.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1539648000000,1539651600000,1539655200000,1539658800000,1539662400000,1539666000000,1539669600000,1539673200000,1539676800000,1539680400000,1539684000000,1539687600000,1539691200000,1539694800000,1539698400000,1539702000000,1539705600000,1539709200000,1539712800000,1539716400000,1539720000000,1539723600000,1539727200000,1539730800000,1539734400000,1539738000000,1539741600000,1539745200000,1539748800000,1539752400000,1539756000000,1539759600000,1539763200000,1539766800000,1539770400000,1539774000000,1539777600000,1539781200000,1539784800000,1539788400000,1539792000000,1539795600000,1539799200000,1539802800000,1539806400000,1539810000000,1539813600000,1539817200000,1539820800000,1539824400000,1539828000000,1539831600000,1539835200000,1539838800000,1539842400000,1539846000000,1539849600000,1539853200000,1539856800000,1539860400000,1539864000000,1539867600000,1539871200000,1539874800000,1539878400000,1539882000000,1539885600000,1539889200000,1539892800000,1539896400000,1539900000000,1539903600000,1539907200000,1539910800000,1539914400000,1539918000000,1539921600000,1539925200000,1539928800000,1539932400000,1539936000000,1539939600000,1539943200000,1539946800000,1539950400000,1539954000000,1539957600000,1539961200000,1539964800000,1539968400000,1539972000000,1539975600000,1539979200000,1539982800000,1539986400000,1539990000000,1539993600000,1539997200000,1540000800000,1540004400000,1540008000000,1540011600000,1540015200000,1540018800000,1540022400000,1540026000000,1540029600000,1540033200000,1540036800000,1540040400000,1540044000000,1540047600000,1540051200000,1540054800000,1540058400000,1540062000000,1540065600000,1540069200000,1540072800000,1540076400000,1540080000000,1540083600000,1540087200000,1540090800000,1540094400000,1540098000000,1540101600000,1540105200000,1540108800000,1540112400000,1540116000000,1540119600000,1540123200000,1540126800000,1540130400000,1540134000000,1540137600000,1540141200000,1540144800000,1540148400000,1540152000000,1540155600000,1540159200000,1540162800000,1540166400000,1540170000000,1540173600000,1540177200000,1540180800000,1540184400000,1540188000000,1540191600000,1540195200000,1540198800000,1540202400000,1540206000000,1540209600000,1540213200000,1540216800000,1540220400000,1540224000000,1540227600000,1540231200000,1540234800000,1540238400000,1540242000000,1540245600000,1540249200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[90,50,50,90,220,550,1010,1260,1240,1460,1420,1460,1640,1860,1460,1670,1450,2130,1980,2170,1760,1550,890,330,260,110,30,60,90,880,850,930,1580,1400,1360,1390,1770,1520,1890,1740,1680,1670,1590,2280,2010,1670,1160,460,300,110,50,100,200,700,880,1130,1030,1390,1560,1580,1840,1510,1700,1950,2280,1850,1810,2030,2110,1780,910,430,60,60,40,90,290,410,1010,1140,1290,1560,1410,1490,1940,1440,1690,1670,1960,2330,1710,1860,1820,1210,1020,660,260,130,50,50,150,340,620,1150,1350,1660,1730,1580,2310,1920,1470,1460,2010,1840,2660,1530,1350,1310,890,670,380,280,120,160,50,190,570,750,1480,1440,1990,2280,2030,1930,1910,1910,1740,2150,2120,2010,2230,1850,1170,550,240,70,30,60,140,550,940,1180,1210,1670,1910,1800,1770,1880,1980,1920,1850,2580,2380,2320,2050,1580,1240,360]},{"name":"URL","color":"#2373DB","values":[90,20,30,20,60,270,540,510,740,1070,1140,1300,1570,1360,1190,1470,1870,2010,1760,1820,1850,1390,610,300,130,50,20,0,60,450,540,600,720,940,1010,1380,1260,1150,1260,1840,1950,2300,1650,1710,1810,1060,580,320,140,50,20,20,130,400,600,780,990,1040,1280,1220,1370,1320,1570,1620,2130,2210,1900,1710,1540,1010,600,230,130,50,50,30,130,330,660,860,850,1050,1200,1540,1140,1380,1360,1610,2180,2370,1600,1520,1470,850,490,220,210,220,70,10,70,190,480,770,1050,1290,1320,1330,1370,1400,1110,1390,1690,1790,1380,1360,980,640,790,400,130,60,40,70,50,100,180,450,1020,1150,1420,1200,1010,1290,1170,1110,1900,1520,1710,1660,1300,1230,630,390,200,40,20,0,80,410,520,490,710,1010,1450,1400,1580,1420,1720,1720,2120,2120,1580,1680,1520,1050,700,210]},{"name":"Groups","color":"#9ED448","values":[230,40,90,40,130,620,920,1120,1100,1030,1030,1290,1200,1360,960,1210,1570,1620,1660,1970,2440,1650,1130,430,100,90,70,50,170,590,770,920,1120,1000,1240,1220,1520,1480,1100,1190,1380,1490,1520,2300,2220,1730,1220,420,260,70,70,40,370,510,870,860,1380,1210,1040,1450,1550,1500,1560,1500,1750,1400,2000,2230,2220,2140,1180,330,130,50,70,30,290,760,960,990,990,990,1330,1240,1060,1440,1200,1170,1620,1530,1400,1890,2380,1480,1240,670,280,110,10,50,100,340,520,1310,1070,800,1320,1460,1440,1160,1160,1010,1090,1190,1530,1760,1480,1620,1400,1120,450,120,80,70,30,430,490,850,970,1170,1430,1300,1570,1520,1660,1530,1710,1430,1850,2320,2660,2430,1500,780,250,10,40,20,300,790,880,1080,1160,1370,1240,1840,1530,1760,1570,1410,1420,1460,2060,2270,2750,2420,1340,570]},{"name":"Channel","color":"#4fae4e","values":[10,10,20,0,0,0,20,50,30,40,60,80,90,90,120,80,110,150,80,180,100,130,30,50,0,0,0,10,0,60,40,90,60,80,120,100,180,180,150,90,180,170,50,150,190,130,90,20,60,10,30,0,0,10,50,70,30,160,50,100,90,190,170,60,180,190,150,250,140,100,240,110,10,10,10,0,0,20,50,50,80,80,50,30,90,170,130,200,110,200,130,90,250,120,100,150,80,30,0,0,30,90,70,40,120,120,60,70,300,200,230,150,90,70,180,140,100,110,120,30,90,10,10,30,0,10,30,50,80,110,90,130,100,180,220,190,120,110,80,110,150,90,120,70,0,0,10,0,0,30,30,50,130,90,90,110,100,110,230,180,130,100,120,110,230,120,60,50]},{"name":"Search","color":"#F5BD25","values":[10,10,0,0,20,390,440,200,150,80,330,210,200,200,250,220,250,340,200,220,190,150,110,20,0,20,0,10,50,460,210,260,120,110,160,200,350,280,120,270,180,550,370,210,250,100,60,50,10,0,0,10,120,250,610,150,150,100,150,120,100,270,140,370,280,240,230,280,340,260,180,20,30,10,0,0,30,250,570,430,150,130,230,160,220,180,170,80,430,310,130,130,250,110,200,60,0,0,0,0,0,300,900,160,50,270,140,160,630,300,60,190,40,140,80,250,210,120,190,50,0,20,30,20,20,460,100,200,60,410,430,150,110,110,260,280,220,250,260,230,300,190,150,0,20,20,0,0,80,310,80,190,190,610,260,210,180,140,240,340,350,200,140,570,310,150,50,10]},{"name":"Other","color":"#F79E39","values":[20,30,0,10,30,130,150,180,220,180,200,280,300,320,300,210,320,290,250,300,200,300,150,100,30,0,10,30,10,140,150,200,240,280,140,240,380,150,220,210,290,310,330,440,230,270,210,80,50,20,0,0,80,100,210,200,200,190,260,250,380,250,160,210,320,310,230,280,360,260,130,130,60,10,20,30,70,150,270,260,240,200,140,190,360,220,210,200,220,240,200,340,270,240,160,170,80,10,10,0,20,120,220,240,180,140,230,230,260,200,270,170,240,280,250,200,280,180,170,140,60,40,20,20,0,20,90,210,250,270,230,250,270,240,300,170,200,290,310,280,350,470,130,140,80,10,20,10,30,170,250,140,300,270,210,240,240,340,270,340,270,310,170,240,370,230,160,60]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,20,0,20,0,0,10,20,10,0,0,0,0,0,0,0,10,0,10,10,10,10,10,0,10,0,0,20,40,0,20,10,0,0,0,0,0,0,0,0,0,10,30,0,0,0,0,10,20,0,20,40,20,10,0,0,0,0,10,0,0,0,0,10,10,10,10,0,0,10,0,0,20,10,10,20,20,10,20,0,10,20,10,0,0,0,0,0,0,10,20,0,30,30,10,20,10,10,0,0,10,0,20,0,10,0,0,0,0,0,0,0,0,0,20,20,0,10,30,30,10,10,30,0,0,20,0,0,10,0,0,0,0,0,0,10,0,10,0,0,10,10,10,0,10,10,0,0,0,0,20,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/20.json b/dist/chartDummyData/views_zoom/2018-10/20.json new file mode 100644 index 000000000..a7c13e2c0 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/20.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1539734400000,1539738000000,1539741600000,1539745200000,1539748800000,1539752400000,1539756000000,1539759600000,1539763200000,1539766800000,1539770400000,1539774000000,1539777600000,1539781200000,1539784800000,1539788400000,1539792000000,1539795600000,1539799200000,1539802800000,1539806400000,1539810000000,1539813600000,1539817200000,1539820800000,1539824400000,1539828000000,1539831600000,1539835200000,1539838800000,1539842400000,1539846000000,1539849600000,1539853200000,1539856800000,1539860400000,1539864000000,1539867600000,1539871200000,1539874800000,1539878400000,1539882000000,1539885600000,1539889200000,1539892800000,1539896400000,1539900000000,1539903600000,1539907200000,1539910800000,1539914400000,1539918000000,1539921600000,1539925200000,1539928800000,1539932400000,1539936000000,1539939600000,1539943200000,1539946800000,1539950400000,1539954000000,1539957600000,1539961200000,1539964800000,1539968400000,1539972000000,1539975600000,1539979200000,1539982800000,1539986400000,1539990000000,1539993600000,1539997200000,1540000800000,1540004400000,1540008000000,1540011600000,1540015200000,1540018800000,1540022400000,1540026000000,1540029600000,1540033200000,1540036800000,1540040400000,1540044000000,1540047600000,1540051200000,1540054800000,1540058400000,1540062000000,1540065600000,1540069200000,1540072800000,1540076400000,1540080000000,1540083600000,1540087200000,1540090800000,1540094400000,1540098000000,1540101600000,1540105200000,1540108800000,1540112400000,1540116000000,1540119600000,1540123200000,1540126800000,1540130400000,1540134000000,1540137600000,1540141200000,1540144800000,1540148400000,1540152000000,1540155600000,1540159200000,1540162800000,1540166400000,1540170000000,1540173600000,1540177200000,1540180800000,1540184400000,1540188000000,1540191600000,1540195200000,1540198800000,1540202400000,1540206000000,1540209600000,1540213200000,1540216800000,1540220400000,1540224000000,1540227600000,1540231200000,1540234800000,1540238400000,1540242000000,1540245600000,1540249200000,1540252800000,1540256400000,1540260000000,1540263600000,1540267200000,1540270800000,1540274400000,1540278000000,1540281600000,1540285200000,1540288800000,1540292400000,1540296000000,1540299600000,1540303200000,1540306800000,1540310400000,1540314000000,1540317600000,1540321200000,1540324800000,1540328400000,1540332000000,1540335600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[260,110,30,60,90,880,850,930,1580,1400,1360,1390,1770,1520,1890,1740,1680,1670,1590,2280,2010,1670,1160,460,300,110,50,100,200,700,880,1130,1030,1390,1560,1580,1840,1510,1700,1950,2280,1850,1810,2030,2110,1780,910,430,60,60,40,90,290,410,1010,1140,1290,1560,1410,1490,1940,1440,1690,1670,1960,2330,1710,1860,1820,1210,1020,660,260,130,50,50,150,340,620,1150,1350,1660,1730,1580,2310,1920,1470,1460,2010,1840,2660,1530,1350,1310,890,670,380,280,120,160,50,190,570,750,1480,1440,1990,2280,2030,1930,1910,1910,1740,2150,2120,2010,2230,1850,1170,550,240,70,30,60,140,550,940,1180,1210,1670,1910,1800,1770,1880,1980,1920,1850,2580,2380,2320,2050,1580,1240,360,200,40,40,10,130,670,810,1190,1280,1170,1690,1590,1890,1850,2100,2460,1920,2000,2470,2840,2690,1640,1030,440]},{"name":"URL","color":"#2373DB","values":[130,50,20,0,60,450,540,600,720,940,1010,1380,1260,1150,1260,1840,1950,2300,1650,1710,1810,1060,580,320,140,50,20,20,130,400,600,780,990,1040,1280,1220,1370,1320,1570,1620,2130,2210,1900,1710,1540,1010,600,230,130,50,50,30,130,330,660,860,850,1050,1200,1540,1140,1380,1360,1610,2180,2370,1600,1520,1470,850,490,220,210,220,70,10,70,190,480,770,1050,1290,1320,1330,1370,1400,1110,1390,1690,1790,1380,1360,980,640,790,400,130,60,40,70,50,100,180,450,1020,1150,1420,1200,1010,1290,1170,1110,1900,1520,1710,1660,1300,1230,630,390,200,40,20,0,80,410,520,490,710,1010,1450,1400,1580,1420,1720,1720,2120,2120,1580,1680,1520,1050,700,210,250,160,20,0,70,440,750,790,970,1000,1290,1270,1490,1600,1460,2110,2380,2170,2260,1680,2090,1400,690,500]},{"name":"Groups","color":"#9ED448","values":[100,90,70,50,170,590,770,920,1120,1000,1240,1220,1520,1480,1100,1190,1380,1490,1520,2300,2220,1730,1220,420,260,70,70,40,370,510,870,860,1380,1210,1040,1450,1550,1500,1560,1500,1750,1400,2000,2230,2220,2140,1180,330,130,50,70,30,290,760,960,990,990,990,1330,1240,1060,1440,1200,1170,1620,1530,1400,1890,2380,1480,1240,670,280,110,10,50,100,340,520,1310,1070,800,1320,1460,1440,1160,1160,1010,1090,1190,1530,1760,1480,1620,1400,1120,450,120,80,70,30,430,490,850,970,1170,1430,1300,1570,1520,1660,1530,1710,1430,1850,2320,2660,2430,1500,780,250,10,40,20,300,790,880,1080,1160,1370,1240,1840,1530,1760,1570,1410,1420,1460,2060,2270,2750,2420,1340,570,200,70,130,70,150,600,930,920,1330,1400,1200,1400,1450,1470,1470,1390,1990,1820,1800,2130,2920,2650,1300,510]},{"name":"Channel","color":"#4fae4e","values":[0,0,0,10,0,60,40,90,60,80,120,100,180,180,150,90,180,170,50,150,190,130,90,20,60,10,30,0,0,10,50,70,30,160,50,100,90,190,170,60,180,190,150,250,140,100,240,110,10,10,10,0,0,20,50,50,80,80,50,30,90,170,130,200,110,200,130,90,250,120,100,150,80,30,0,0,30,90,70,40,120,120,60,70,300,200,230,150,90,70,180,140,100,110,120,30,90,10,10,30,0,10,30,50,80,110,90,130,100,180,220,190,120,110,80,110,150,90,120,70,0,0,10,0,0,30,30,50,130,90,90,110,100,110,230,180,130,100,120,110,230,120,60,50,20,0,0,0,0,40,90,50,90,90,70,230,130,110,70,140,190,110,40,220,190,150,40,120]},{"name":"Search","color":"#F5BD25","values":[0,20,0,10,50,460,210,260,120,110,160,200,350,280,120,270,180,550,370,210,250,100,60,50,10,0,0,10,120,250,610,150,150,100,150,120,100,270,140,370,280,240,230,280,340,260,180,20,30,10,0,0,30,250,570,430,150,130,230,160,220,180,170,80,430,310,130,130,250,110,200,60,0,0,0,0,0,300,900,160,50,270,140,160,630,300,60,190,40,140,80,250,210,120,190,50,0,20,30,20,20,460,100,200,60,410,430,150,110,110,260,280,220,250,260,230,300,190,150,0,20,20,0,0,80,310,80,190,190,610,260,210,180,140,240,340,350,200,140,570,310,150,50,10,10,0,0,10,10,400,560,140,110,360,200,120,190,230,210,400,290,480,210,240,170,220,60,10]},{"name":"Other","color":"#F79E39","values":[30,0,10,30,10,140,150,200,240,280,140,240,380,150,220,210,290,310,330,440,230,270,210,80,50,20,0,0,80,100,210,200,200,190,260,250,380,250,160,210,320,310,230,280,360,260,130,130,60,10,20,30,70,150,270,260,240,200,140,190,360,220,210,200,220,240,200,340,270,240,160,170,80,10,10,0,20,120,220,240,180,140,230,230,260,200,270,170,240,280,250,200,280,180,170,140,60,40,20,20,0,20,90,210,250,270,230,250,270,240,300,170,200,290,310,280,350,470,130,140,80,10,20,10,30,170,250,140,300,270,210,240,240,340,270,340,270,310,170,240,370,230,160,60,30,10,10,20,30,170,70,160,170,210,180,320,230,280,270,330,300,420,380,480,260,450,190,70]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,0,10,10,10,10,10,0,10,0,0,20,40,0,20,10,0,0,0,0,0,0,0,0,0,10,30,0,0,0,0,10,20,0,20,40,20,10,0,0,0,0,10,0,0,0,0,10,10,10,10,0,0,10,0,0,20,10,10,20,20,10,20,0,10,20,10,0,0,0,0,0,0,10,20,0,30,30,10,20,10,10,0,0,10,0,20,0,10,0,0,0,0,0,0,0,0,0,20,20,0,10,30,30,10,10,30,0,0,20,0,0,10,0,0,0,0,0,0,10,0,10,0,0,10,10,10,0,10,10,0,0,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,10,0,40,0,0,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/21.json b/dist/chartDummyData/views_zoom/2018-10/21.json new file mode 100644 index 000000000..8c115ac31 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/21.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1539820800000,1539824400000,1539828000000,1539831600000,1539835200000,1539838800000,1539842400000,1539846000000,1539849600000,1539853200000,1539856800000,1539860400000,1539864000000,1539867600000,1539871200000,1539874800000,1539878400000,1539882000000,1539885600000,1539889200000,1539892800000,1539896400000,1539900000000,1539903600000,1539907200000,1539910800000,1539914400000,1539918000000,1539921600000,1539925200000,1539928800000,1539932400000,1539936000000,1539939600000,1539943200000,1539946800000,1539950400000,1539954000000,1539957600000,1539961200000,1539964800000,1539968400000,1539972000000,1539975600000,1539979200000,1539982800000,1539986400000,1539990000000,1539993600000,1539997200000,1540000800000,1540004400000,1540008000000,1540011600000,1540015200000,1540018800000,1540022400000,1540026000000,1540029600000,1540033200000,1540036800000,1540040400000,1540044000000,1540047600000,1540051200000,1540054800000,1540058400000,1540062000000,1540065600000,1540069200000,1540072800000,1540076400000,1540080000000,1540083600000,1540087200000,1540090800000,1540094400000,1540098000000,1540101600000,1540105200000,1540108800000,1540112400000,1540116000000,1540119600000,1540123200000,1540126800000,1540130400000,1540134000000,1540137600000,1540141200000,1540144800000,1540148400000,1540152000000,1540155600000,1540159200000,1540162800000,1540166400000,1540170000000,1540173600000,1540177200000,1540180800000,1540184400000,1540188000000,1540191600000,1540195200000,1540198800000,1540202400000,1540206000000,1540209600000,1540213200000,1540216800000,1540220400000,1540224000000,1540227600000,1540231200000,1540234800000,1540238400000,1540242000000,1540245600000,1540249200000,1540252800000,1540256400000,1540260000000,1540263600000,1540267200000,1540270800000,1540274400000,1540278000000,1540281600000,1540285200000,1540288800000,1540292400000,1540296000000,1540299600000,1540303200000,1540306800000,1540310400000,1540314000000,1540317600000,1540321200000,1540324800000,1540328400000,1540332000000,1540335600000,1540339200000,1540342800000,1540346400000,1540350000000,1540353600000,1540357200000,1540360800000,1540364400000,1540368000000,1540371600000,1540375200000,1540378800000,1540382400000,1540386000000,1540389600000,1540393200000,1540396800000,1540400400000,1540404000000,1540407600000,1540411200000,1540414800000,1540418400000,1540422000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[300,110,50,100,200,700,880,1130,1030,1390,1560,1580,1840,1510,1700,1950,2280,1850,1810,2030,2110,1780,910,430,60,60,40,90,290,410,1010,1140,1290,1560,1410,1490,1940,1440,1690,1670,1960,2330,1710,1860,1820,1210,1020,660,260,130,50,50,150,340,620,1150,1350,1660,1730,1580,2310,1920,1470,1460,2010,1840,2660,1530,1350,1310,890,670,380,280,120,160,50,190,570,750,1480,1440,1990,2280,2030,1930,1910,1910,1740,2150,2120,2010,2230,1850,1170,550,240,70,30,60,140,550,940,1180,1210,1670,1910,1800,1770,1880,1980,1920,1850,2580,2380,2320,2050,1580,1240,360,200,40,40,10,130,670,810,1190,1280,1170,1690,1590,1890,1850,2100,2460,1920,2000,2470,2840,2690,1640,1030,440,270,70,20,20,270,700,1000,1120,1130,1390,1440,1610,1630,1940,1400,1630,1960,1890,2350,2290,2000,1980,1200,530]},{"name":"URL","color":"#2373DB","values":[140,50,20,20,130,400,600,780,990,1040,1280,1220,1370,1320,1570,1620,2130,2210,1900,1710,1540,1010,600,230,130,50,50,30,130,330,660,860,850,1050,1200,1540,1140,1380,1360,1610,2180,2370,1600,1520,1470,850,490,220,210,220,70,10,70,190,480,770,1050,1290,1320,1330,1370,1400,1110,1390,1690,1790,1380,1360,980,640,790,400,130,60,40,70,50,100,180,450,1020,1150,1420,1200,1010,1290,1170,1110,1900,1520,1710,1660,1300,1230,630,390,200,40,20,0,80,410,520,490,710,1010,1450,1400,1580,1420,1720,1720,2120,2120,1580,1680,1520,1050,700,210,250,160,20,0,70,440,750,790,970,1000,1290,1270,1490,1600,1460,2110,2380,2170,2260,1680,2090,1400,690,500,190,80,10,20,80,260,690,750,940,1060,1320,1440,1520,1450,1560,1840,2570,2110,2130,1710,1340,1220,620,490]},{"name":"Groups","color":"#9ED448","values":[260,70,70,40,370,510,870,860,1380,1210,1040,1450,1550,1500,1560,1500,1750,1400,2000,2230,2220,2140,1180,330,130,50,70,30,290,760,960,990,990,990,1330,1240,1060,1440,1200,1170,1620,1530,1400,1890,2380,1480,1240,670,280,110,10,50,100,340,520,1310,1070,800,1320,1460,1440,1160,1160,1010,1090,1190,1530,1760,1480,1620,1400,1120,450,120,80,70,30,430,490,850,970,1170,1430,1300,1570,1520,1660,1530,1710,1430,1850,2320,2660,2430,1500,780,250,10,40,20,300,790,880,1080,1160,1370,1240,1840,1530,1760,1570,1410,1420,1460,2060,2270,2750,2420,1340,570,200,70,130,70,150,600,930,920,1330,1400,1200,1400,1450,1470,1470,1390,1990,1820,1800,2130,2920,2650,1300,510,260,90,40,80,270,710,950,1230,1180,1610,1250,1330,1420,1380,1190,1570,1770,1710,1870,2330,2440,2360,1260,610]},{"name":"Channel","color":"#4fae4e","values":[60,10,30,0,0,10,50,70,30,160,50,100,90,190,170,60,180,190,150,250,140,100,240,110,10,10,10,0,0,20,50,50,80,80,50,30,90,170,130,200,110,200,130,90,250,120,100,150,80,30,0,0,30,90,70,40,120,120,60,70,300,200,230,150,90,70,180,140,100,110,120,30,90,10,10,30,0,10,30,50,80,110,90,130,100,180,220,190,120,110,80,110,150,90,120,70,0,0,10,0,0,30,30,50,130,90,90,110,100,110,230,180,130,100,120,110,230,120,60,50,20,0,0,0,0,40,90,50,90,90,70,230,130,110,70,140,190,110,40,220,190,150,40,120,30,0,0,10,0,10,110,30,60,70,70,90,110,140,150,180,150,160,120,160,170,140,100,30]},{"name":"Search","color":"#F5BD25","values":[10,0,0,10,120,250,610,150,150,100,150,120,100,270,140,370,280,240,230,280,340,260,180,20,30,10,0,0,30,250,570,430,150,130,230,160,220,180,170,80,430,310,130,130,250,110,200,60,0,0,0,0,0,300,900,160,50,270,140,160,630,300,60,190,40,140,80,250,210,120,190,50,0,20,30,20,20,460,100,200,60,410,430,150,110,110,260,280,220,250,260,230,300,190,150,0,20,20,0,0,80,310,80,190,190,610,260,210,180,140,240,340,350,200,140,570,310,150,50,10,10,0,0,10,10,400,560,140,110,360,200,120,190,230,210,400,290,480,210,240,170,220,60,10,10,0,0,0,230,170,220,120,90,130,460,160,90,250,210,460,360,240,200,130,150,130,40,30]},{"name":"Other","color":"#F79E39","values":[50,20,0,0,80,100,210,200,200,190,260,250,380,250,160,210,320,310,230,280,360,260,130,130,60,10,20,30,70,150,270,260,240,200,140,190,360,220,210,200,220,240,200,340,270,240,160,170,80,10,10,0,20,120,220,240,180,140,230,230,260,200,270,170,240,280,250,200,280,180,170,140,60,40,20,20,0,20,90,210,250,270,230,250,270,240,300,170,200,290,310,280,350,470,130,140,80,10,20,10,30,170,250,140,300,270,210,240,240,340,270,340,270,310,170,240,370,230,160,60,30,10,10,20,30,170,70,160,170,210,180,320,230,280,270,330,300,420,380,480,260,450,190,70,20,20,0,10,50,110,190,220,170,330,180,330,300,290,250,390,270,400,340,400,270,200,90,140]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,30,0,0,0,0,10,20,0,20,40,20,10,0,0,0,0,10,0,0,0,0,10,10,10,10,0,0,10,0,0,20,10,10,20,20,10,20,0,10,20,10,0,0,0,0,0,0,10,20,0,30,30,10,20,10,10,0,0,10,0,20,0,10,0,0,0,0,0,0,0,0,0,20,20,0,10,30,30,10,10,30,0,0,20,0,0,10,0,0,0,0,0,0,10,0,10,0,0,10,10,10,0,10,10,0,0,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,10,0,40,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,20,20,10,10,0,0,30,10,10,20,0,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/22.json b/dist/chartDummyData/views_zoom/2018-10/22.json new file mode 100644 index 000000000..b3022cdbd --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/22.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1539907200000,1539910800000,1539914400000,1539918000000,1539921600000,1539925200000,1539928800000,1539932400000,1539936000000,1539939600000,1539943200000,1539946800000,1539950400000,1539954000000,1539957600000,1539961200000,1539964800000,1539968400000,1539972000000,1539975600000,1539979200000,1539982800000,1539986400000,1539990000000,1539993600000,1539997200000,1540000800000,1540004400000,1540008000000,1540011600000,1540015200000,1540018800000,1540022400000,1540026000000,1540029600000,1540033200000,1540036800000,1540040400000,1540044000000,1540047600000,1540051200000,1540054800000,1540058400000,1540062000000,1540065600000,1540069200000,1540072800000,1540076400000,1540080000000,1540083600000,1540087200000,1540090800000,1540094400000,1540098000000,1540101600000,1540105200000,1540108800000,1540112400000,1540116000000,1540119600000,1540123200000,1540126800000,1540130400000,1540134000000,1540137600000,1540141200000,1540144800000,1540148400000,1540152000000,1540155600000,1540159200000,1540162800000,1540166400000,1540170000000,1540173600000,1540177200000,1540180800000,1540184400000,1540188000000,1540191600000,1540195200000,1540198800000,1540202400000,1540206000000,1540209600000,1540213200000,1540216800000,1540220400000,1540224000000,1540227600000,1540231200000,1540234800000,1540238400000,1540242000000,1540245600000,1540249200000,1540252800000,1540256400000,1540260000000,1540263600000,1540267200000,1540270800000,1540274400000,1540278000000,1540281600000,1540285200000,1540288800000,1540292400000,1540296000000,1540299600000,1540303200000,1540306800000,1540310400000,1540314000000,1540317600000,1540321200000,1540324800000,1540328400000,1540332000000,1540335600000,1540339200000,1540342800000,1540346400000,1540350000000,1540353600000,1540357200000,1540360800000,1540364400000,1540368000000,1540371600000,1540375200000,1540378800000,1540382400000,1540386000000,1540389600000,1540393200000,1540396800000,1540400400000,1540404000000,1540407600000,1540411200000,1540414800000,1540418400000,1540422000000,1540425600000,1540429200000,1540432800000,1540436400000,1540440000000,1540443600000,1540447200000,1540450800000,1540454400000,1540458000000,1540461600000,1540465200000,1540468800000,1540472400000,1540476000000,1540479600000,1540483200000,1540486800000,1540490400000,1540494000000,1540497600000,1540501200000,1540504800000,1540508400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[60,60,40,90,290,410,1010,1140,1290,1560,1410,1490,1940,1440,1690,1670,1960,2330,1710,1860,1820,1210,1020,660,260,130,50,50,150,340,620,1150,1350,1660,1730,1580,2310,1920,1470,1460,2010,1840,2660,1530,1350,1310,890,670,380,280,120,160,50,190,570,750,1480,1440,1990,2280,2030,1930,1910,1910,1740,2150,2120,2010,2230,1850,1170,550,240,70,30,60,140,550,940,1180,1210,1670,1910,1800,1770,1880,1980,1920,1850,2580,2380,2320,2050,1580,1240,360,200,40,40,10,130,670,810,1190,1280,1170,1690,1590,1890,1850,2100,2460,1920,2000,2470,2840,2690,1640,1030,440,270,70,20,20,270,700,1000,1120,1130,1390,1440,1610,1630,1940,1400,1630,1960,1890,2350,2290,2000,1980,1200,530,150,120,20,30,220,600,1120,1450,1340,1340,1810,1600,1650,1620,1700,2030,1930,1790,1980,2080,2240,1650,970,420]},{"name":"URL","color":"#2373DB","values":[130,50,50,30,130,330,660,860,850,1050,1200,1540,1140,1380,1360,1610,2180,2370,1600,1520,1470,850,490,220,210,220,70,10,70,190,480,770,1050,1290,1320,1330,1370,1400,1110,1390,1690,1790,1380,1360,980,640,790,400,130,60,40,70,50,100,180,450,1020,1150,1420,1200,1010,1290,1170,1110,1900,1520,1710,1660,1300,1230,630,390,200,40,20,0,80,410,520,490,710,1010,1450,1400,1580,1420,1720,1720,2120,2120,1580,1680,1520,1050,700,210,250,160,20,0,70,440,750,790,970,1000,1290,1270,1490,1600,1460,2110,2380,2170,2260,1680,2090,1400,690,500,190,80,10,20,80,260,690,750,940,1060,1320,1440,1520,1450,1560,1840,2570,2110,2130,1710,1340,1220,620,490,80,0,30,10,90,310,640,870,970,1070,1570,1570,1820,1700,1780,2000,2360,2480,2040,1990,1720,1110,730,360]},{"name":"Groups","color":"#9ED448","values":[130,50,70,30,290,760,960,990,990,990,1330,1240,1060,1440,1200,1170,1620,1530,1400,1890,2380,1480,1240,670,280,110,10,50,100,340,520,1310,1070,800,1320,1460,1440,1160,1160,1010,1090,1190,1530,1760,1480,1620,1400,1120,450,120,80,70,30,430,490,850,970,1170,1430,1300,1570,1520,1660,1530,1710,1430,1850,2320,2660,2430,1500,780,250,10,40,20,300,790,880,1080,1160,1370,1240,1840,1530,1760,1570,1410,1420,1460,2060,2270,2750,2420,1340,570,200,70,130,70,150,600,930,920,1330,1400,1200,1400,1450,1470,1470,1390,1990,1820,1800,2130,2920,2650,1300,510,260,90,40,80,270,710,950,1230,1180,1610,1250,1330,1420,1380,1190,1570,1770,1710,1870,2330,2440,2360,1260,610,380,40,10,60,210,570,1230,1190,1370,1350,1260,1500,1500,1500,1310,1340,1730,1740,1930,2370,2900,2880,1490,670]},{"name":"Channel","color":"#4fae4e","values":[10,10,10,0,0,20,50,50,80,80,50,30,90,170,130,200,110,200,130,90,250,120,100,150,80,30,0,0,30,90,70,40,120,120,60,70,300,200,230,150,90,70,180,140,100,110,120,30,90,10,10,30,0,10,30,50,80,110,90,130,100,180,220,190,120,110,80,110,150,90,120,70,0,0,10,0,0,30,30,50,130,90,90,110,100,110,230,180,130,100,120,110,230,120,60,50,20,0,0,0,0,40,90,50,90,90,70,230,130,110,70,140,190,110,40,220,190,150,40,120,30,0,0,10,0,10,110,30,60,70,70,90,110,140,150,180,150,160,120,160,170,140,100,30,0,0,0,0,0,30,20,140,20,120,70,120,120,150,140,100,50,140,150,130,140,120,80,70]},{"name":"Search","color":"#F5BD25","values":[30,10,0,0,30,250,570,430,150,130,230,160,220,180,170,80,430,310,130,130,250,110,200,60,0,0,0,0,0,300,900,160,50,270,140,160,630,300,60,190,40,140,80,250,210,120,190,50,0,20,30,20,20,460,100,200,60,410,430,150,110,110,260,280,220,250,260,230,300,190,150,0,20,20,0,0,80,310,80,190,190,610,260,210,180,140,240,340,350,200,140,570,310,150,50,10,10,0,0,10,10,400,560,140,110,360,200,120,190,230,210,400,290,480,210,240,170,220,60,10,10,0,0,0,230,170,220,120,90,130,460,160,90,250,210,460,360,240,200,130,150,130,40,30,10,0,0,20,80,790,480,250,190,170,180,220,250,100,280,140,260,250,300,200,270,260,290,140]},{"name":"Other","color":"#F79E39","values":[60,10,20,30,70,150,270,260,240,200,140,190,360,220,210,200,220,240,200,340,270,240,160,170,80,10,10,0,20,120,220,240,180,140,230,230,260,200,270,170,240,280,250,200,280,180,170,140,60,40,20,20,0,20,90,210,250,270,230,250,270,240,300,170,200,290,310,280,350,470,130,140,80,10,20,10,30,170,250,140,300,270,210,240,240,340,270,340,270,310,170,240,370,230,160,60,30,10,10,20,30,170,70,160,170,210,180,320,230,280,270,330,300,420,380,480,260,450,190,70,20,20,0,10,50,110,190,220,170,330,180,330,300,290,250,390,270,400,340,400,270,200,90,140,50,10,0,0,50,210,210,270,210,220,190,340,260,300,230,320,350,340,340,380,350,200,200,140]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,10,10,10,10,0,0,10,0,0,20,10,10,20,20,10,20,0,10,20,10,0,0,0,0,0,0,10,20,0,30,30,10,20,10,10,0,0,10,0,20,0,10,0,0,0,0,0,0,0,0,0,20,20,0,10,30,30,10,10,30,0,0,20,0,0,10,0,0,0,0,0,0,10,0,10,0,0,10,10,10,0,10,10,0,0,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,10,0,40,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,20,20,10,10,0,0,30,10,10,20,0,0,0,10,0,0,0,0,0,0,0,0,10,10,20,10,10,10,10,0,0,30,20,30,10,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/23.json b/dist/chartDummyData/views_zoom/2018-10/23.json new file mode 100644 index 000000000..1e42aed6d --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/23.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1539993600000,1539997200000,1540000800000,1540004400000,1540008000000,1540011600000,1540015200000,1540018800000,1540022400000,1540026000000,1540029600000,1540033200000,1540036800000,1540040400000,1540044000000,1540047600000,1540051200000,1540054800000,1540058400000,1540062000000,1540065600000,1540069200000,1540072800000,1540076400000,1540080000000,1540083600000,1540087200000,1540090800000,1540094400000,1540098000000,1540101600000,1540105200000,1540108800000,1540112400000,1540116000000,1540119600000,1540123200000,1540126800000,1540130400000,1540134000000,1540137600000,1540141200000,1540144800000,1540148400000,1540152000000,1540155600000,1540159200000,1540162800000,1540166400000,1540170000000,1540173600000,1540177200000,1540180800000,1540184400000,1540188000000,1540191600000,1540195200000,1540198800000,1540202400000,1540206000000,1540209600000,1540213200000,1540216800000,1540220400000,1540224000000,1540227600000,1540231200000,1540234800000,1540238400000,1540242000000,1540245600000,1540249200000,1540252800000,1540256400000,1540260000000,1540263600000,1540267200000,1540270800000,1540274400000,1540278000000,1540281600000,1540285200000,1540288800000,1540292400000,1540296000000,1540299600000,1540303200000,1540306800000,1540310400000,1540314000000,1540317600000,1540321200000,1540324800000,1540328400000,1540332000000,1540335600000,1540339200000,1540342800000,1540346400000,1540350000000,1540353600000,1540357200000,1540360800000,1540364400000,1540368000000,1540371600000,1540375200000,1540378800000,1540382400000,1540386000000,1540389600000,1540393200000,1540396800000,1540400400000,1540404000000,1540407600000,1540411200000,1540414800000,1540418400000,1540422000000,1540425600000,1540429200000,1540432800000,1540436400000,1540440000000,1540443600000,1540447200000,1540450800000,1540454400000,1540458000000,1540461600000,1540465200000,1540468800000,1540472400000,1540476000000,1540479600000,1540483200000,1540486800000,1540490400000,1540494000000,1540497600000,1540501200000,1540504800000,1540508400000,1540512000000,1540515600000,1540519200000,1540522800000,1540526400000,1540530000000,1540533600000,1540537200000,1540540800000,1540544400000,1540548000000,1540551600000,1540555200000,1540558800000,1540562400000,1540566000000,1540569600000,1540573200000,1540576800000,1540580400000,1540584000000,1540587600000,1540591200000,1540594800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[260,130,50,50,150,340,620,1150,1350,1660,1730,1580,2310,1920,1470,1460,2010,1840,2660,1530,1350,1310,890,670,380,280,120,160,50,190,570,750,1480,1440,1990,2280,2030,1930,1910,1910,1740,2150,2120,2010,2230,1850,1170,550,240,70,30,60,140,550,940,1180,1210,1670,1910,1800,1770,1880,1980,1920,1850,2580,2380,2320,2050,1580,1240,360,200,40,40,10,130,670,810,1190,1280,1170,1690,1590,1890,1850,2100,2460,1920,2000,2470,2840,2690,1640,1030,440,270,70,20,20,270,700,1000,1120,1130,1390,1440,1610,1630,1940,1400,1630,1960,1890,2350,2290,2000,1980,1200,530,150,120,20,30,220,600,1120,1450,1340,1340,1810,1600,1650,1620,1700,2030,1930,1790,1980,2080,2240,1650,970,420,220,140,50,120,180,520,840,1130,1380,1330,1830,1760,1950,1880,1680,1750,2310,2000,2030,2050,1770,1640,1100,580]},{"name":"URL","color":"#2373DB","values":[210,220,70,10,70,190,480,770,1050,1290,1320,1330,1370,1400,1110,1390,1690,1790,1380,1360,980,640,790,400,130,60,40,70,50,100,180,450,1020,1150,1420,1200,1010,1290,1170,1110,1900,1520,1710,1660,1300,1230,630,390,200,40,20,0,80,410,520,490,710,1010,1450,1400,1580,1420,1720,1720,2120,2120,1580,1680,1520,1050,700,210,250,160,20,0,70,440,750,790,970,1000,1290,1270,1490,1600,1460,2110,2380,2170,2260,1680,2090,1400,690,500,190,80,10,20,80,260,690,750,940,1060,1320,1440,1520,1450,1560,1840,2570,2110,2130,1710,1340,1220,620,490,80,0,30,10,90,310,640,870,970,1070,1570,1570,1820,1700,1780,2000,2360,2480,2040,1990,1720,1110,730,360,240,90,40,40,60,380,570,770,1080,1210,1410,1410,1610,1560,1490,2020,2410,2090,2460,1750,1310,990,490,330]},{"name":"Groups","color":"#9ED448","values":[280,110,10,50,100,340,520,1310,1070,800,1320,1460,1440,1160,1160,1010,1090,1190,1530,1760,1480,1620,1400,1120,450,120,80,70,30,430,490,850,970,1170,1430,1300,1570,1520,1660,1530,1710,1430,1850,2320,2660,2430,1500,780,250,10,40,20,300,790,880,1080,1160,1370,1240,1840,1530,1760,1570,1410,1420,1460,2060,2270,2750,2420,1340,570,200,70,130,70,150,600,930,920,1330,1400,1200,1400,1450,1470,1470,1390,1990,1820,1800,2130,2920,2650,1300,510,260,90,40,80,270,710,950,1230,1180,1610,1250,1330,1420,1380,1190,1570,1770,1710,1870,2330,2440,2360,1260,610,380,40,10,60,210,570,1230,1190,1370,1350,1260,1500,1500,1500,1310,1340,1730,1740,1930,2370,2900,2880,1490,670,250,40,30,20,380,730,860,1040,1050,1360,1290,1600,1710,1790,1300,1550,1590,1590,1750,1530,2060,1990,1450,750]},{"name":"Channel","color":"#4fae4e","values":[80,30,0,0,30,90,70,40,120,120,60,70,300,200,230,150,90,70,180,140,100,110,120,30,90,10,10,30,0,10,30,50,80,110,90,130,100,180,220,190,120,110,80,110,150,90,120,70,0,0,10,0,0,30,30,50,130,90,90,110,100,110,230,180,130,100,120,110,230,120,60,50,20,0,0,0,0,40,90,50,90,90,70,230,130,110,70,140,190,110,40,220,190,150,40,120,30,0,0,10,0,10,110,30,60,70,70,90,110,140,150,180,150,160,120,160,170,140,100,30,0,0,0,0,0,30,20,140,20,120,70,120,120,150,140,100,50,140,150,130,140,120,80,70,30,0,10,30,0,40,180,60,330,70,100,50,130,160,120,110,210,90,110,180,140,80,130,80]},{"name":"Search","color":"#F5BD25","values":[0,0,0,0,0,300,900,160,50,270,140,160,630,300,60,190,40,140,80,250,210,120,190,50,0,20,30,20,20,460,100,200,60,410,430,150,110,110,260,280,220,250,260,230,300,190,150,0,20,20,0,0,80,310,80,190,190,610,260,210,180,140,240,340,350,200,140,570,310,150,50,10,10,0,0,10,10,400,560,140,110,360,200,120,190,230,210,400,290,480,210,240,170,220,60,10,10,0,0,0,230,170,220,120,90,130,460,160,90,250,210,460,360,240,200,130,150,130,40,30,10,0,0,20,80,790,480,250,190,170,180,220,250,100,280,140,260,250,300,200,270,260,290,140,50,90,0,20,130,130,360,240,310,140,190,240,390,140,170,210,140,340,290,320,70,210,200,50]},{"name":"Other","color":"#F79E39","values":[80,10,10,0,20,120,220,240,180,140,230,230,260,200,270,170,240,280,250,200,280,180,170,140,60,40,20,20,0,20,90,210,250,270,230,250,270,240,300,170,200,290,310,280,350,470,130,140,80,10,20,10,30,170,250,140,300,270,210,240,240,340,270,340,270,310,170,240,370,230,160,60,30,10,10,20,30,170,70,160,170,210,180,320,230,280,270,330,300,420,380,480,260,450,190,70,20,20,0,10,50,110,190,220,170,330,180,330,300,290,250,390,270,400,340,400,270,200,90,140,50,10,0,0,50,210,210,270,210,220,190,340,260,300,230,320,350,340,340,380,350,200,200,140,50,0,30,10,20,110,280,320,250,270,250,250,280,380,200,220,380,270,370,270,260,200,200,120]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,0,10,20,0,30,30,10,20,10,10,0,0,10,0,20,0,10,0,0,0,0,0,0,0,0,0,20,20,0,10,30,30,10,10,30,0,0,20,0,0,10,0,0,0,0,0,0,10,0,10,0,0,10,10,10,0,10,10,0,0,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,10,0,40,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,20,20,10,10,0,0,30,10,10,20,0,0,0,10,0,0,0,0,0,0,0,0,10,10,20,10,10,10,10,0,0,30,20,30,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,30,10,0,0,10,40,20,0,10,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/24.json b/dist/chartDummyData/views_zoom/2018-10/24.json new file mode 100644 index 000000000..50406b2fd --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/24.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1540080000000,1540083600000,1540087200000,1540090800000,1540094400000,1540098000000,1540101600000,1540105200000,1540108800000,1540112400000,1540116000000,1540119600000,1540123200000,1540126800000,1540130400000,1540134000000,1540137600000,1540141200000,1540144800000,1540148400000,1540152000000,1540155600000,1540159200000,1540162800000,1540166400000,1540170000000,1540173600000,1540177200000,1540180800000,1540184400000,1540188000000,1540191600000,1540195200000,1540198800000,1540202400000,1540206000000,1540209600000,1540213200000,1540216800000,1540220400000,1540224000000,1540227600000,1540231200000,1540234800000,1540238400000,1540242000000,1540245600000,1540249200000,1540252800000,1540256400000,1540260000000,1540263600000,1540267200000,1540270800000,1540274400000,1540278000000,1540281600000,1540285200000,1540288800000,1540292400000,1540296000000,1540299600000,1540303200000,1540306800000,1540310400000,1540314000000,1540317600000,1540321200000,1540324800000,1540328400000,1540332000000,1540335600000,1540339200000,1540342800000,1540346400000,1540350000000,1540353600000,1540357200000,1540360800000,1540364400000,1540368000000,1540371600000,1540375200000,1540378800000,1540382400000,1540386000000,1540389600000,1540393200000,1540396800000,1540400400000,1540404000000,1540407600000,1540411200000,1540414800000,1540418400000,1540422000000,1540425600000,1540429200000,1540432800000,1540436400000,1540440000000,1540443600000,1540447200000,1540450800000,1540454400000,1540458000000,1540461600000,1540465200000,1540468800000,1540472400000,1540476000000,1540479600000,1540483200000,1540486800000,1540490400000,1540494000000,1540497600000,1540501200000,1540504800000,1540508400000,1540512000000,1540515600000,1540519200000,1540522800000,1540526400000,1540530000000,1540533600000,1540537200000,1540540800000,1540544400000,1540548000000,1540551600000,1540555200000,1540558800000,1540562400000,1540566000000,1540569600000,1540573200000,1540576800000,1540580400000,1540584000000,1540587600000,1540591200000,1540594800000,1540598400000,1540602000000,1540605600000,1540609200000,1540612800000,1540616400000,1540620000000,1540623600000,1540627200000,1540630800000,1540634400000,1540638000000,1540641600000,1540645200000,1540648800000,1540652400000,1540656000000,1540659600000,1540663200000,1540666800000,1540670400000,1540674000000,1540677600000,1540681200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[380,280,120,160,50,190,570,750,1480,1440,1990,2280,2030,1930,1910,1910,1740,2150,2120,2010,2230,1850,1170,550,240,70,30,60,140,550,940,1180,1210,1670,1910,1800,1770,1880,1980,1920,1850,2580,2380,2320,2050,1580,1240,360,200,40,40,10,130,670,810,1190,1280,1170,1690,1590,1890,1850,2100,2460,1920,2000,2470,2840,2690,1640,1030,440,270,70,20,20,270,700,1000,1120,1130,1390,1440,1610,1630,1940,1400,1630,1960,1890,2350,2290,2000,1980,1200,530,150,120,20,30,220,600,1120,1450,1340,1340,1810,1600,1650,1620,1700,2030,1930,1790,1980,2080,2240,1650,970,420,220,140,50,120,180,520,840,1130,1380,1330,1830,1760,1950,1880,1680,1750,2310,2000,2030,2050,1770,1640,1100,580,220,140,140,90,90,390,940,1120,1240,1620,1710,1850,2060,2060,1670,1810,1760,1840,2320,1890,1940,1370,1320,1160]},{"name":"URL","color":"#2373DB","values":[130,60,40,70,50,100,180,450,1020,1150,1420,1200,1010,1290,1170,1110,1900,1520,1710,1660,1300,1230,630,390,200,40,20,0,80,410,520,490,710,1010,1450,1400,1580,1420,1720,1720,2120,2120,1580,1680,1520,1050,700,210,250,160,20,0,70,440,750,790,970,1000,1290,1270,1490,1600,1460,2110,2380,2170,2260,1680,2090,1400,690,500,190,80,10,20,80,260,690,750,940,1060,1320,1440,1520,1450,1560,1840,2570,2110,2130,1710,1340,1220,620,490,80,0,30,10,90,310,640,870,970,1070,1570,1570,1820,1700,1780,2000,2360,2480,2040,1990,1720,1110,730,360,240,90,40,40,60,380,570,770,1080,1210,1410,1410,1610,1560,1490,2020,2410,2090,2460,1750,1310,990,490,330,230,80,30,70,70,230,410,750,1130,1670,1960,1510,1680,1250,1510,1490,1600,1920,1550,1280,1200,980,740,230]},{"name":"Groups","color":"#9ED448","values":[450,120,80,70,30,430,490,850,970,1170,1430,1300,1570,1520,1660,1530,1710,1430,1850,2320,2660,2430,1500,780,250,10,40,20,300,790,880,1080,1160,1370,1240,1840,1530,1760,1570,1410,1420,1460,2060,2270,2750,2420,1340,570,200,70,130,70,150,600,930,920,1330,1400,1200,1400,1450,1470,1470,1390,1990,1820,1800,2130,2920,2650,1300,510,260,90,40,80,270,710,950,1230,1180,1610,1250,1330,1420,1380,1190,1570,1770,1710,1870,2330,2440,2360,1260,610,380,40,10,60,210,570,1230,1190,1370,1350,1260,1500,1500,1500,1310,1340,1730,1740,1930,2370,2900,2880,1490,670,250,40,30,20,380,730,860,1040,1050,1360,1290,1600,1710,1790,1300,1550,1590,1590,1750,1530,2060,1990,1450,750,330,140,50,60,210,360,580,970,1220,1080,1570,1360,1510,1540,1280,1270,1480,1640,1620,1820,1890,1990,1780,1120]},{"name":"Channel","color":"#4fae4e","values":[90,10,10,30,0,10,30,50,80,110,90,130,100,180,220,190,120,110,80,110,150,90,120,70,0,0,10,0,0,30,30,50,130,90,90,110,100,110,230,180,130,100,120,110,230,120,60,50,20,0,0,0,0,40,90,50,90,90,70,230,130,110,70,140,190,110,40,220,190,150,40,120,30,0,0,10,0,10,110,30,60,70,70,90,110,140,150,180,150,160,120,160,170,140,100,30,0,0,0,0,0,30,20,140,20,120,70,120,120,150,140,100,50,140,150,130,140,120,80,70,30,0,10,30,0,40,180,60,330,70,100,50,130,160,120,110,210,90,110,180,140,80,130,80,60,10,0,0,0,30,40,60,140,80,100,90,170,120,150,130,110,70,90,100,90,60,60,180]},{"name":"Search","color":"#F5BD25","values":[0,20,30,20,20,460,100,200,60,410,430,150,110,110,260,280,220,250,260,230,300,190,150,0,20,20,0,0,80,310,80,190,190,610,260,210,180,140,240,340,350,200,140,570,310,150,50,10,10,0,0,10,10,400,560,140,110,360,200,120,190,230,210,400,290,480,210,240,170,220,60,10,10,0,0,0,230,170,220,120,90,130,460,160,90,250,210,460,360,240,200,130,150,130,40,30,10,0,0,20,80,790,480,250,190,170,180,220,250,100,280,140,260,250,300,200,270,260,290,140,50,90,0,20,130,130,360,240,310,140,190,240,390,140,170,210,140,340,290,320,70,210,200,50,10,10,0,0,20,310,900,160,360,200,150,100,440,100,210,270,280,280,380,320,160,230,80,60]},{"name":"Other","color":"#F79E39","values":[60,40,20,20,0,20,90,210,250,270,230,250,270,240,300,170,200,290,310,280,350,470,130,140,80,10,20,10,30,170,250,140,300,270,210,240,240,340,270,340,270,310,170,240,370,230,160,60,30,10,10,20,30,170,70,160,170,210,180,320,230,280,270,330,300,420,380,480,260,450,190,70,20,20,0,10,50,110,190,220,170,330,180,330,300,290,250,390,270,400,340,400,270,200,90,140,50,10,0,0,50,210,210,270,210,220,190,340,260,300,230,320,350,340,340,380,350,200,200,140,50,0,30,10,20,110,280,320,250,270,250,250,280,380,200,220,380,270,370,270,260,200,200,120,60,20,20,0,0,90,110,140,400,140,270,230,290,190,230,220,200,150,160,270,300,250,140,330]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,20,20,0,10,30,30,10,10,30,0,0,20,0,0,10,0,0,0,0,0,0,10,0,10,0,0,10,10,10,0,10,10,0,0,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,10,0,40,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,20,20,10,10,0,0,30,10,10,20,0,0,0,10,0,0,0,0,0,0,0,0,10,10,20,10,10,10,10,0,0,30,20,30,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,30,10,0,0,10,40,20,0,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,10,0,30,0,10,30,0,0,40,20,10,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/25.json b/dist/chartDummyData/views_zoom/2018-10/25.json new file mode 100644 index 000000000..a0ff3a2df --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/25.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1540166400000,1540170000000,1540173600000,1540177200000,1540180800000,1540184400000,1540188000000,1540191600000,1540195200000,1540198800000,1540202400000,1540206000000,1540209600000,1540213200000,1540216800000,1540220400000,1540224000000,1540227600000,1540231200000,1540234800000,1540238400000,1540242000000,1540245600000,1540249200000,1540252800000,1540256400000,1540260000000,1540263600000,1540267200000,1540270800000,1540274400000,1540278000000,1540281600000,1540285200000,1540288800000,1540292400000,1540296000000,1540299600000,1540303200000,1540306800000,1540310400000,1540314000000,1540317600000,1540321200000,1540324800000,1540328400000,1540332000000,1540335600000,1540339200000,1540342800000,1540346400000,1540350000000,1540353600000,1540357200000,1540360800000,1540364400000,1540368000000,1540371600000,1540375200000,1540378800000,1540382400000,1540386000000,1540389600000,1540393200000,1540396800000,1540400400000,1540404000000,1540407600000,1540411200000,1540414800000,1540418400000,1540422000000,1540425600000,1540429200000,1540432800000,1540436400000,1540440000000,1540443600000,1540447200000,1540450800000,1540454400000,1540458000000,1540461600000,1540465200000,1540468800000,1540472400000,1540476000000,1540479600000,1540483200000,1540486800000,1540490400000,1540494000000,1540497600000,1540501200000,1540504800000,1540508400000,1540512000000,1540515600000,1540519200000,1540522800000,1540526400000,1540530000000,1540533600000,1540537200000,1540540800000,1540544400000,1540548000000,1540551600000,1540555200000,1540558800000,1540562400000,1540566000000,1540569600000,1540573200000,1540576800000,1540580400000,1540584000000,1540587600000,1540591200000,1540594800000,1540598400000,1540602000000,1540605600000,1540609200000,1540612800000,1540616400000,1540620000000,1540623600000,1540627200000,1540630800000,1540634400000,1540638000000,1540641600000,1540645200000,1540648800000,1540652400000,1540656000000,1540659600000,1540663200000,1540666800000,1540670400000,1540674000000,1540677600000,1540681200000,1540684800000,1540688400000,1540692000000,1540695600000,1540699200000,1540702800000,1540706400000,1540710000000,1540713600000,1540717200000,1540720800000,1540724400000,1540728000000,1540731600000,1540735200000,1540738800000,1540742400000,1540746000000,1540749600000,1540753200000,1540756800000,1540760400000,1540764000000,1540767600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[240,70,30,60,140,550,940,1180,1210,1670,1910,1800,1770,1880,1980,1920,1850,2580,2380,2320,2050,1580,1240,360,200,40,40,10,130,670,810,1190,1280,1170,1690,1590,1890,1850,2100,2460,1920,2000,2470,2840,2690,1640,1030,440,270,70,20,20,270,700,1000,1120,1130,1390,1440,1610,1630,1940,1400,1630,1960,1890,2350,2290,2000,1980,1200,530,150,120,20,30,220,600,1120,1450,1340,1340,1810,1600,1650,1620,1700,2030,1930,1790,1980,2080,2240,1650,970,420,220,140,50,120,180,520,840,1130,1380,1330,1830,1760,1950,1880,1680,1750,2310,2000,2030,2050,1770,1640,1100,580,220,140,140,90,90,390,940,1120,1240,1620,1710,1850,2060,2060,1670,1810,1760,1840,2320,1890,1940,1370,1320,1160,390,340,110,100,80,60,380,790,1340,1830,1770,2050,2070,1960,1870,1720,2650,1910,2070,2640,2410,1910,1720,1130]},{"name":"URL","color":"#2373DB","values":[200,40,20,0,80,410,520,490,710,1010,1450,1400,1580,1420,1720,1720,2120,2120,1580,1680,1520,1050,700,210,250,160,20,0,70,440,750,790,970,1000,1290,1270,1490,1600,1460,2110,2380,2170,2260,1680,2090,1400,690,500,190,80,10,20,80,260,690,750,940,1060,1320,1440,1520,1450,1560,1840,2570,2110,2130,1710,1340,1220,620,490,80,0,30,10,90,310,640,870,970,1070,1570,1570,1820,1700,1780,2000,2360,2480,2040,1990,1720,1110,730,360,240,90,40,40,60,380,570,770,1080,1210,1410,1410,1610,1560,1490,2020,2410,2090,2460,1750,1310,990,490,330,230,80,30,70,70,230,410,750,1130,1670,1960,1510,1680,1250,1510,1490,1600,1920,1550,1280,1200,980,740,230,130,230,70,30,30,40,120,520,1000,1080,1300,1460,1270,1370,1210,1300,1690,1770,1450,1390,1570,1320,960,570]},{"name":"Groups","color":"#9ED448","values":[250,10,40,20,300,790,880,1080,1160,1370,1240,1840,1530,1760,1570,1410,1420,1460,2060,2270,2750,2420,1340,570,200,70,130,70,150,600,930,920,1330,1400,1200,1400,1450,1470,1470,1390,1990,1820,1800,2130,2920,2650,1300,510,260,90,40,80,270,710,950,1230,1180,1610,1250,1330,1420,1380,1190,1570,1770,1710,1870,2330,2440,2360,1260,610,380,40,10,60,210,570,1230,1190,1370,1350,1260,1500,1500,1500,1310,1340,1730,1740,1930,2370,2900,2880,1490,670,250,40,30,20,380,730,860,1040,1050,1360,1290,1600,1710,1790,1300,1550,1590,1590,1750,1530,2060,1990,1450,750,330,140,50,60,210,360,580,970,1220,1080,1570,1360,1510,1540,1280,1270,1480,1640,1620,1820,1890,1990,1780,1120,600,380,340,50,90,60,300,1020,1570,1500,1550,1870,1330,1720,1420,1510,1560,1590,1700,1700,2360,2330,2670,1950]},{"name":"Channel","color":"#4fae4e","values":[0,0,10,0,0,30,30,50,130,90,90,110,100,110,230,180,130,100,120,110,230,120,60,50,20,0,0,0,0,40,90,50,90,90,70,230,130,110,70,140,190,110,40,220,190,150,40,120,30,0,0,10,0,10,110,30,60,70,70,90,110,140,150,180,150,160,120,160,170,140,100,30,0,0,0,0,0,30,20,140,20,120,70,120,120,150,140,100,50,140,150,130,140,120,80,70,30,0,10,30,0,40,180,60,330,70,100,50,130,160,120,110,210,90,110,180,140,80,130,80,60,10,0,0,0,30,40,60,140,80,100,90,170,120,150,130,110,70,90,100,90,60,60,180,130,50,20,10,0,0,20,90,100,80,140,190,310,50,110,120,120,170,180,170,140,80,220,180]},{"name":"Search","color":"#F5BD25","values":[20,20,0,0,80,310,80,190,190,610,260,210,180,140,240,340,350,200,140,570,310,150,50,10,10,0,0,10,10,400,560,140,110,360,200,120,190,230,210,400,290,480,210,240,170,220,60,10,10,0,0,0,230,170,220,120,90,130,460,160,90,250,210,460,360,240,200,130,150,130,40,30,10,0,0,20,80,790,480,250,190,170,180,220,250,100,280,140,260,250,300,200,270,260,290,140,50,90,0,20,130,130,360,240,310,140,190,240,390,140,170,210,140,340,290,320,70,210,200,50,10,10,0,0,20,310,900,160,360,200,150,100,440,100,210,270,280,280,380,320,160,230,80,60,500,0,0,0,0,0,60,930,440,160,230,360,220,190,90,240,650,180,210,250,270,200,310,120]},{"name":"Other","color":"#F79E39","values":[80,10,20,10,30,170,250,140,300,270,210,240,240,340,270,340,270,310,170,240,370,230,160,60,30,10,10,20,30,170,70,160,170,210,180,320,230,280,270,330,300,420,380,480,260,450,190,70,20,20,0,10,50,110,190,220,170,330,180,330,300,290,250,390,270,400,340,400,270,200,90,140,50,10,0,0,50,210,210,270,210,220,190,340,260,300,230,320,350,340,340,380,350,200,200,140,50,0,30,10,20,110,280,320,250,270,250,250,280,380,200,220,380,270,370,270,260,200,200,120,60,20,20,0,0,90,110,140,400,140,270,230,290,190,230,220,200,150,160,270,300,250,140,330,50,0,20,10,20,40,60,120,190,330,280,310,270,210,300,300,330,240,290,270,370,340,350,170]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,10,0,0,10,10,10,0,10,10,0,0,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,10,0,40,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,20,20,10,10,0,0,30,10,10,20,0,0,0,10,0,0,0,0,0,0,0,0,10,10,20,10,10,10,10,0,0,30,20,30,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,30,10,0,0,10,40,20,0,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,10,0,30,0,10,30,0,0,40,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,20,0,0,0,30,20,20,10,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/26.json b/dist/chartDummyData/views_zoom/2018-10/26.json new file mode 100644 index 000000000..4cac3a457 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/26.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1540252800000,1540256400000,1540260000000,1540263600000,1540267200000,1540270800000,1540274400000,1540278000000,1540281600000,1540285200000,1540288800000,1540292400000,1540296000000,1540299600000,1540303200000,1540306800000,1540310400000,1540314000000,1540317600000,1540321200000,1540324800000,1540328400000,1540332000000,1540335600000,1540339200000,1540342800000,1540346400000,1540350000000,1540353600000,1540357200000,1540360800000,1540364400000,1540368000000,1540371600000,1540375200000,1540378800000,1540382400000,1540386000000,1540389600000,1540393200000,1540396800000,1540400400000,1540404000000,1540407600000,1540411200000,1540414800000,1540418400000,1540422000000,1540425600000,1540429200000,1540432800000,1540436400000,1540440000000,1540443600000,1540447200000,1540450800000,1540454400000,1540458000000,1540461600000,1540465200000,1540468800000,1540472400000,1540476000000,1540479600000,1540483200000,1540486800000,1540490400000,1540494000000,1540497600000,1540501200000,1540504800000,1540508400000,1540512000000,1540515600000,1540519200000,1540522800000,1540526400000,1540530000000,1540533600000,1540537200000,1540540800000,1540544400000,1540548000000,1540551600000,1540555200000,1540558800000,1540562400000,1540566000000,1540569600000,1540573200000,1540576800000,1540580400000,1540584000000,1540587600000,1540591200000,1540594800000,1540598400000,1540602000000,1540605600000,1540609200000,1540612800000,1540616400000,1540620000000,1540623600000,1540627200000,1540630800000,1540634400000,1540638000000,1540641600000,1540645200000,1540648800000,1540652400000,1540656000000,1540659600000,1540663200000,1540666800000,1540670400000,1540674000000,1540677600000,1540681200000,1540684800000,1540688400000,1540692000000,1540695600000,1540699200000,1540702800000,1540706400000,1540710000000,1540713600000,1540717200000,1540720800000,1540724400000,1540728000000,1540731600000,1540735200000,1540738800000,1540742400000,1540746000000,1540749600000,1540753200000,1540756800000,1540760400000,1540764000000,1540767600000,1540771200000,1540774800000,1540778400000,1540782000000,1540785600000,1540789200000,1540792800000,1540796400000,1540800000000,1540803600000,1540807200000,1540810800000,1540814400000,1540818000000,1540821600000,1540825200000,1540828800000,1540832400000,1540836000000,1540839600000,1540843200000,1540846800000,1540850400000,1540854000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[200,40,40,10,130,670,810,1190,1280,1170,1690,1590,1890,1850,2100,2460,1920,2000,2470,2840,2690,1640,1030,440,270,70,20,20,270,700,1000,1120,1130,1390,1440,1610,1630,1940,1400,1630,1960,1890,2350,2290,2000,1980,1200,530,150,120,20,30,220,600,1120,1450,1340,1340,1810,1600,1650,1620,1700,2030,1930,1790,1980,2080,2240,1650,970,420,220,140,50,120,180,520,840,1130,1380,1330,1830,1760,1950,1880,1680,1750,2310,2000,2030,2050,1770,1640,1100,580,220,140,140,90,90,390,940,1120,1240,1620,1710,1850,2060,2060,1670,1810,1760,1840,2320,1890,1940,1370,1320,1160,390,340,110,100,80,60,380,790,1340,1830,1770,2050,2070,1960,1870,1720,2650,1910,2070,2640,2410,1910,1720,1130,560,210,130,20,140,210,910,1070,1790,1400,1590,1980,1760,2200,1930,2010,2450,2660,2630,2150,2420,2060,1440,1030]},{"name":"URL","color":"#2373DB","values":[250,160,20,0,70,440,750,790,970,1000,1290,1270,1490,1600,1460,2110,2380,2170,2260,1680,2090,1400,690,500,190,80,10,20,80,260,690,750,940,1060,1320,1440,1520,1450,1560,1840,2570,2110,2130,1710,1340,1220,620,490,80,0,30,10,90,310,640,870,970,1070,1570,1570,1820,1700,1780,2000,2360,2480,2040,1990,1720,1110,730,360,240,90,40,40,60,380,570,770,1080,1210,1410,1410,1610,1560,1490,2020,2410,2090,2460,1750,1310,990,490,330,230,80,30,70,70,230,410,750,1130,1670,1960,1510,1680,1250,1510,1490,1600,1920,1550,1280,1200,980,740,230,130,230,70,30,30,40,120,520,1000,1080,1300,1460,1270,1370,1210,1300,1690,1770,1450,1390,1570,1320,960,570,390,220,110,0,20,140,370,650,860,1080,1630,1650,1470,1550,1680,1530,2110,2420,2140,2310,2110,1510,1100,510]},{"name":"Groups","color":"#9ED448","values":[200,70,130,70,150,600,930,920,1330,1400,1200,1400,1450,1470,1470,1390,1990,1820,1800,2130,2920,2650,1300,510,260,90,40,80,270,710,950,1230,1180,1610,1250,1330,1420,1380,1190,1570,1770,1710,1870,2330,2440,2360,1260,610,380,40,10,60,210,570,1230,1190,1370,1350,1260,1500,1500,1500,1310,1340,1730,1740,1930,2370,2900,2880,1490,670,250,40,30,20,380,730,860,1040,1050,1360,1290,1600,1710,1790,1300,1550,1590,1590,1750,1530,2060,1990,1450,750,330,140,50,60,210,360,580,970,1220,1080,1570,1360,1510,1540,1280,1270,1480,1640,1620,1820,1890,1990,1780,1120,600,380,340,50,90,60,300,1020,1570,1500,1550,1870,1330,1720,1420,1510,1560,1590,1700,1700,2360,2330,2670,1950,500,220,60,20,60,230,740,1070,1310,1270,1420,1390,2110,1720,1690,1720,2020,2110,1530,2370,2520,3420,3040,1510]},{"name":"Channel","color":"#4fae4e","values":[20,0,0,0,0,40,90,50,90,90,70,230,130,110,70,140,190,110,40,220,190,150,40,120,30,0,0,10,0,10,110,30,60,70,70,90,110,140,150,180,150,160,120,160,170,140,100,30,0,0,0,0,0,30,20,140,20,120,70,120,120,150,140,100,50,140,150,130,140,120,80,70,30,0,10,30,0,40,180,60,330,70,100,50,130,160,120,110,210,90,110,180,140,80,130,80,60,10,0,0,0,30,40,60,140,80,100,90,170,120,150,130,110,70,90,100,90,60,60,180,130,50,20,10,0,0,20,90,100,80,140,190,310,50,110,120,120,170,180,170,140,80,220,180,50,0,30,20,0,20,10,50,110,140,240,80,110,260,230,220,280,310,250,310,220,200,110,60]},{"name":"Search","color":"#F5BD25","values":[10,0,0,10,10,400,560,140,110,360,200,120,190,230,210,400,290,480,210,240,170,220,60,10,10,0,0,0,230,170,220,120,90,130,460,160,90,250,210,460,360,240,200,130,150,130,40,30,10,0,0,20,80,790,480,250,190,170,180,220,250,100,280,140,260,250,300,200,270,260,290,140,50,90,0,20,130,130,360,240,310,140,190,240,390,140,170,210,140,340,290,320,70,210,200,50,10,10,0,0,20,310,900,160,360,200,150,100,440,100,210,270,280,280,380,320,160,230,80,60,500,0,0,0,0,0,60,930,440,160,230,360,220,190,90,240,650,180,210,250,270,200,310,120,80,10,0,10,0,90,180,150,100,220,160,550,370,320,250,110,160,140,520,210,400,70,220,100]},{"name":"Other","color":"#F79E39","values":[30,10,10,20,30,170,70,160,170,210,180,320,230,280,270,330,300,420,380,480,260,450,190,70,20,20,0,10,50,110,190,220,170,330,180,330,300,290,250,390,270,400,340,400,270,200,90,140,50,10,0,0,50,210,210,270,210,220,190,340,260,300,230,320,350,340,340,380,350,200,200,140,50,0,30,10,20,110,280,320,250,270,250,250,280,380,200,220,380,270,370,270,260,200,200,120,60,20,20,0,0,90,110,140,400,140,270,230,290,190,230,220,200,150,160,270,300,250,140,330,50,0,20,10,20,40,60,120,190,330,280,310,270,210,300,300,330,240,290,270,370,340,350,170,70,40,0,10,50,120,140,200,180,400,210,240,280,270,300,250,220,350,430,480,410,340,260,90]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,10,0,40,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,20,20,10,10,0,0,30,10,10,20,0,0,0,10,0,0,0,0,0,0,0,0,10,10,20,10,10,10,10,0,0,30,20,30,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,30,10,0,0,10,40,20,0,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,10,0,30,0,10,30,0,0,40,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,20,0,0,0,30,20,20,10,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,10,10,10,0,0,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/27.json b/dist/chartDummyData/views_zoom/2018-10/27.json new file mode 100644 index 000000000..5e696ee51 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/27.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1540339200000,1540342800000,1540346400000,1540350000000,1540353600000,1540357200000,1540360800000,1540364400000,1540368000000,1540371600000,1540375200000,1540378800000,1540382400000,1540386000000,1540389600000,1540393200000,1540396800000,1540400400000,1540404000000,1540407600000,1540411200000,1540414800000,1540418400000,1540422000000,1540425600000,1540429200000,1540432800000,1540436400000,1540440000000,1540443600000,1540447200000,1540450800000,1540454400000,1540458000000,1540461600000,1540465200000,1540468800000,1540472400000,1540476000000,1540479600000,1540483200000,1540486800000,1540490400000,1540494000000,1540497600000,1540501200000,1540504800000,1540508400000,1540512000000,1540515600000,1540519200000,1540522800000,1540526400000,1540530000000,1540533600000,1540537200000,1540540800000,1540544400000,1540548000000,1540551600000,1540555200000,1540558800000,1540562400000,1540566000000,1540569600000,1540573200000,1540576800000,1540580400000,1540584000000,1540587600000,1540591200000,1540594800000,1540598400000,1540602000000,1540605600000,1540609200000,1540612800000,1540616400000,1540620000000,1540623600000,1540627200000,1540630800000,1540634400000,1540638000000,1540641600000,1540645200000,1540648800000,1540652400000,1540656000000,1540659600000,1540663200000,1540666800000,1540670400000,1540674000000,1540677600000,1540681200000,1540684800000,1540688400000,1540692000000,1540695600000,1540699200000,1540702800000,1540706400000,1540710000000,1540713600000,1540717200000,1540720800000,1540724400000,1540728000000,1540731600000,1540735200000,1540738800000,1540742400000,1540746000000,1540749600000,1540753200000,1540756800000,1540760400000,1540764000000,1540767600000,1540771200000,1540774800000,1540778400000,1540782000000,1540785600000,1540789200000,1540792800000,1540796400000,1540800000000,1540803600000,1540807200000,1540810800000,1540814400000,1540818000000,1540821600000,1540825200000,1540828800000,1540832400000,1540836000000,1540839600000,1540843200000,1540846800000,1540850400000,1540854000000,1540857600000,1540861200000,1540864800000,1540868400000,1540872000000,1540875600000,1540879200000,1540882800000,1540886400000,1540890000000,1540893600000,1540897200000,1540900800000,1540904400000,1540908000000,1540911600000,1540915200000,1540918800000,1540922400000,1540926000000,1540929600000,1540933200000,1540936800000,1540940400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[270,70,20,20,270,700,1000,1120,1130,1390,1440,1610,1630,1940,1400,1630,1960,1890,2350,2290,2000,1980,1200,530,150,120,20,30,220,600,1120,1450,1340,1340,1810,1600,1650,1620,1700,2030,1930,1790,1980,2080,2240,1650,970,420,220,140,50,120,180,520,840,1130,1380,1330,1830,1760,1950,1880,1680,1750,2310,2000,2030,2050,1770,1640,1100,580,220,140,140,90,90,390,940,1120,1240,1620,1710,1850,2060,2060,1670,1810,1760,1840,2320,1890,1940,1370,1320,1160,390,340,110,100,80,60,380,790,1340,1830,1770,2050,2070,1960,1870,1720,2650,1910,2070,2640,2410,1910,1720,1130,560,210,130,20,140,210,910,1070,1790,1400,1590,1980,1760,2200,1930,2010,2450,2660,2630,2150,2420,2060,1440,1030,450,200,80,70,80,210,1070,1080,1500,1160,1890,1560,2100,1900,2130,1850,2330,2070,2050,2190,2150,2560,1640,930]},{"name":"URL","color":"#2373DB","values":[190,80,10,20,80,260,690,750,940,1060,1320,1440,1520,1450,1560,1840,2570,2110,2130,1710,1340,1220,620,490,80,0,30,10,90,310,640,870,970,1070,1570,1570,1820,1700,1780,2000,2360,2480,2040,1990,1720,1110,730,360,240,90,40,40,60,380,570,770,1080,1210,1410,1410,1610,1560,1490,2020,2410,2090,2460,1750,1310,990,490,330,230,80,30,70,70,230,410,750,1130,1670,1960,1510,1680,1250,1510,1490,1600,1920,1550,1280,1200,980,740,230,130,230,70,30,30,40,120,520,1000,1080,1300,1460,1270,1370,1210,1300,1690,1770,1450,1390,1570,1320,960,570,390,220,110,0,20,140,370,650,860,1080,1630,1650,1470,1550,1680,1530,2110,2420,2140,2310,2110,1510,1100,510,150,110,20,20,20,90,450,850,1180,1220,1530,1730,1950,1660,2440,1940,2350,2390,2220,2220,1660,1920,1220,640]},{"name":"Groups","color":"#9ED448","values":[260,90,40,80,270,710,950,1230,1180,1610,1250,1330,1420,1380,1190,1570,1770,1710,1870,2330,2440,2360,1260,610,380,40,10,60,210,570,1230,1190,1370,1350,1260,1500,1500,1500,1310,1340,1730,1740,1930,2370,2900,2880,1490,670,250,40,30,20,380,730,860,1040,1050,1360,1290,1600,1710,1790,1300,1550,1590,1590,1750,1530,2060,1990,1450,750,330,140,50,60,210,360,580,970,1220,1080,1570,1360,1510,1540,1280,1270,1480,1640,1620,1820,1890,1990,1780,1120,600,380,340,50,90,60,300,1020,1570,1500,1550,1870,1330,1720,1420,1510,1560,1590,1700,1700,2360,2330,2670,1950,500,220,60,20,60,230,740,1070,1310,1270,1420,1390,2110,1720,1690,1720,2020,2110,1530,2370,2520,3420,3040,1510,640,240,70,0,40,320,660,980,1090,1130,1720,1390,1560,1360,2380,1480,1450,1970,2090,2550,2030,3160,2350,1380]},{"name":"Channel","color":"#4fae4e","values":[30,0,0,10,0,10,110,30,60,70,70,90,110,140,150,180,150,160,120,160,170,140,100,30,0,0,0,0,0,30,20,140,20,120,70,120,120,150,140,100,50,140,150,130,140,120,80,70,30,0,10,30,0,40,180,60,330,70,100,50,130,160,120,110,210,90,110,180,140,80,130,80,60,10,0,0,0,30,40,60,140,80,100,90,170,120,150,130,110,70,90,100,90,60,60,180,130,50,20,10,0,0,20,90,100,80,140,190,310,50,110,120,120,170,180,170,140,80,220,180,50,0,30,20,0,20,10,50,110,140,240,80,110,260,230,220,280,310,250,310,220,200,110,60,70,20,0,10,40,10,10,50,50,140,80,150,170,280,170,140,100,140,200,240,110,180,70,80]},{"name":"Search","color":"#F5BD25","values":[10,0,0,0,230,170,220,120,90,130,460,160,90,250,210,460,360,240,200,130,150,130,40,30,10,0,0,20,80,790,480,250,190,170,180,220,250,100,280,140,260,250,300,200,270,260,290,140,50,90,0,20,130,130,360,240,310,140,190,240,390,140,170,210,140,340,290,320,70,210,200,50,10,10,0,0,20,310,900,160,360,200,150,100,440,100,210,270,280,280,380,320,160,230,80,60,500,0,0,0,0,0,60,930,440,160,230,360,220,190,90,240,650,180,210,250,270,200,310,120,80,10,0,10,0,90,180,150,100,220,160,550,370,320,250,110,160,140,520,210,400,70,220,100,0,0,0,0,10,60,310,610,320,80,100,130,150,160,240,310,110,230,180,200,290,400,190,120]},{"name":"Other","color":"#F79E39","values":[20,20,0,10,50,110,190,220,170,330,180,330,300,290,250,390,270,400,340,400,270,200,90,140,50,10,0,0,50,210,210,270,210,220,190,340,260,300,230,320,350,340,340,380,350,200,200,140,50,0,30,10,20,110,280,320,250,270,250,250,280,380,200,220,380,270,370,270,260,200,200,120,60,20,20,0,0,90,110,140,400,140,270,230,290,190,230,220,200,150,160,270,300,250,140,330,50,0,20,10,20,40,60,120,190,330,280,310,270,210,300,300,330,240,290,270,370,340,350,170,70,40,0,10,50,120,140,200,180,400,210,240,280,270,300,250,220,350,430,480,410,340,260,90,40,10,40,0,0,70,130,290,230,210,290,310,240,340,260,220,420,310,210,370,360,320,320,180]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,20,20,10,10,0,0,30,10,10,20,0,0,0,10,0,0,0,0,0,0,0,0,10,10,20,10,10,10,10,0,0,30,20,30,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,30,10,0,0,10,40,20,0,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,10,0,30,0,10,30,0,0,40,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,20,0,0,0,30,20,20,10,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,10,10,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,0,10,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/28.json b/dist/chartDummyData/views_zoom/2018-10/28.json new file mode 100644 index 000000000..1d9be8ed4 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/28.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1540425600000,1540429200000,1540432800000,1540436400000,1540440000000,1540443600000,1540447200000,1540450800000,1540454400000,1540458000000,1540461600000,1540465200000,1540468800000,1540472400000,1540476000000,1540479600000,1540483200000,1540486800000,1540490400000,1540494000000,1540497600000,1540501200000,1540504800000,1540508400000,1540512000000,1540515600000,1540519200000,1540522800000,1540526400000,1540530000000,1540533600000,1540537200000,1540540800000,1540544400000,1540548000000,1540551600000,1540555200000,1540558800000,1540562400000,1540566000000,1540569600000,1540573200000,1540576800000,1540580400000,1540584000000,1540587600000,1540591200000,1540594800000,1540598400000,1540602000000,1540605600000,1540609200000,1540612800000,1540616400000,1540620000000,1540623600000,1540627200000,1540630800000,1540634400000,1540638000000,1540641600000,1540645200000,1540648800000,1540652400000,1540656000000,1540659600000,1540663200000,1540666800000,1540670400000,1540674000000,1540677600000,1540681200000,1540684800000,1540688400000,1540692000000,1540695600000,1540699200000,1540702800000,1540706400000,1540710000000,1540713600000,1540717200000,1540720800000,1540724400000,1540728000000,1540731600000,1540735200000,1540738800000,1540742400000,1540746000000,1540749600000,1540753200000,1540756800000,1540760400000,1540764000000,1540767600000,1540771200000,1540774800000,1540778400000,1540782000000,1540785600000,1540789200000,1540792800000,1540796400000,1540800000000,1540803600000,1540807200000,1540810800000,1540814400000,1540818000000,1540821600000,1540825200000,1540828800000,1540832400000,1540836000000,1540839600000,1540843200000,1540846800000,1540850400000,1540854000000,1540857600000,1540861200000,1540864800000,1540868400000,1540872000000,1540875600000,1540879200000,1540882800000,1540886400000,1540890000000,1540893600000,1540897200000,1540900800000,1540904400000,1540908000000,1540911600000,1540915200000,1540918800000,1540922400000,1540926000000,1540929600000,1540933200000,1540936800000,1540940400000,1540944000000,1540947600000,1540951200000,1540954800000,1540958400000,1540962000000,1540965600000,1540969200000,1540972800000,1540976400000,1540980000000,1540983600000,1540987200000,1540990800000,1540994400000,1540998000000,1541001600000,1541005200000,1541008800000,1541012400000,1541016000000,1541019600000,1541023200000,1541026800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[150,120,20,30,220,600,1120,1450,1340,1340,1810,1600,1650,1620,1700,2030,1930,1790,1980,2080,2240,1650,970,420,220,140,50,120,180,520,840,1130,1380,1330,1830,1760,1950,1880,1680,1750,2310,2000,2030,2050,1770,1640,1100,580,220,140,140,90,90,390,940,1120,1240,1620,1710,1850,2060,2060,1670,1810,1760,1840,2320,1890,1940,1370,1320,1160,390,340,110,100,80,60,380,790,1340,1830,1770,2050,2070,1960,1870,1720,2650,1910,2070,2640,2410,1910,1720,1130,560,210,130,20,140,210,910,1070,1790,1400,1590,1980,1760,2200,1930,2010,2450,2660,2630,2150,2420,2060,1440,1030,450,200,80,70,80,210,1070,1080,1500,1160,1890,1560,2100,1900,2130,1850,2330,2070,2050,2190,2150,2560,1640,930,510,180,100,30,200,440,680,950,1010,1500,1870,1880,2050,1780,1900,2010,1780,2330,1990,2000,2360,1660,1390,1320]},{"name":"URL","color":"#2373DB","values":[80,0,30,10,90,310,640,870,970,1070,1570,1570,1820,1700,1780,2000,2360,2480,2040,1990,1720,1110,730,360,240,90,40,40,60,380,570,770,1080,1210,1410,1410,1610,1560,1490,2020,2410,2090,2460,1750,1310,990,490,330,230,80,30,70,70,230,410,750,1130,1670,1960,1510,1680,1250,1510,1490,1600,1920,1550,1280,1200,980,740,230,130,230,70,30,30,40,120,520,1000,1080,1300,1460,1270,1370,1210,1300,1690,1770,1450,1390,1570,1320,960,570,390,220,110,0,20,140,370,650,860,1080,1630,1650,1470,1550,1680,1530,2110,2420,2140,2310,2110,1510,1100,510,150,110,20,20,20,90,450,850,1180,1220,1530,1730,1950,1660,2440,1940,2350,2390,2220,2220,1660,1920,1220,640,490,90,80,30,70,230,610,830,1010,1110,1410,1860,2000,1870,1760,2120,2190,3060,2510,1920,1650,1330,910,750]},{"name":"Groups","color":"#9ED448","values":[380,40,10,60,210,570,1230,1190,1370,1350,1260,1500,1500,1500,1310,1340,1730,1740,1930,2370,2900,2880,1490,670,250,40,30,20,380,730,860,1040,1050,1360,1290,1600,1710,1790,1300,1550,1590,1590,1750,1530,2060,1990,1450,750,330,140,50,60,210,360,580,970,1220,1080,1570,1360,1510,1540,1280,1270,1480,1640,1620,1820,1890,1990,1780,1120,600,380,340,50,90,60,300,1020,1570,1500,1550,1870,1330,1720,1420,1510,1560,1590,1700,1700,2360,2330,2670,1950,500,220,60,20,60,230,740,1070,1310,1270,1420,1390,2110,1720,1690,1720,2020,2110,1530,2370,2520,3420,3040,1510,640,240,70,0,40,320,660,980,1090,1130,1720,1390,1560,1360,2380,1480,1450,1970,2090,2550,2030,3160,2350,1380,490,190,120,20,40,270,810,860,1250,1480,1400,1630,1510,1810,1580,1450,1220,1400,1600,1760,1990,1870,1690,1630]},{"name":"Channel","color":"#4fae4e","values":[0,0,0,0,0,30,20,140,20,120,70,120,120,150,140,100,50,140,150,130,140,120,80,70,30,0,10,30,0,40,180,60,330,70,100,50,130,160,120,110,210,90,110,180,140,80,130,80,60,10,0,0,0,30,40,60,140,80,100,90,170,120,150,130,110,70,90,100,90,60,60,180,130,50,20,10,0,0,20,90,100,80,140,190,310,50,110,120,120,170,180,170,140,80,220,180,50,0,30,20,0,20,10,50,110,140,240,80,110,260,230,220,280,310,250,310,220,200,110,60,70,20,0,10,40,10,10,50,50,140,80,150,170,280,170,140,100,140,200,240,110,180,70,80,40,30,20,0,20,0,70,70,90,110,50,100,130,170,110,140,140,130,130,120,90,110,190,140]},{"name":"Search","color":"#F5BD25","values":[10,0,0,20,80,790,480,250,190,170,180,220,250,100,280,140,260,250,300,200,270,260,290,140,50,90,0,20,130,130,360,240,310,140,190,240,390,140,170,210,140,340,290,320,70,210,200,50,10,10,0,0,20,310,900,160,360,200,150,100,440,100,210,270,280,280,380,320,160,230,80,60,500,0,0,0,0,0,60,930,440,160,230,360,220,190,90,240,650,180,210,250,270,200,310,120,80,10,0,10,0,90,180,150,100,220,160,550,370,320,250,110,160,140,520,210,400,70,220,100,0,0,0,0,10,60,310,610,320,80,100,130,150,160,240,310,110,230,180,200,290,400,190,120,10,10,0,0,0,540,260,140,170,400,130,240,150,270,220,420,220,310,160,100,320,60,120,50]},{"name":"Other","color":"#F79E39","values":[50,10,0,0,50,210,210,270,210,220,190,340,260,300,230,320,350,340,340,380,350,200,200,140,50,0,30,10,20,110,280,320,250,270,250,250,280,380,200,220,380,270,370,270,260,200,200,120,60,20,20,0,0,90,110,140,400,140,270,230,290,190,230,220,200,150,160,270,300,250,140,330,50,0,20,10,20,40,60,120,190,330,280,310,270,210,300,300,330,240,290,270,370,340,350,170,70,40,0,10,50,120,140,200,180,400,210,240,280,270,300,250,220,350,430,480,410,340,260,90,40,10,40,0,0,70,130,290,230,210,290,310,240,340,260,220,420,310,210,370,360,320,320,180,40,10,30,30,0,50,190,170,200,180,250,320,280,350,230,300,240,250,230,250,340,270,170,150]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,10,20,10,10,10,10,0,0,30,20,30,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,30,10,0,0,10,40,20,0,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,10,0,30,0,10,30,0,0,40,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,20,0,0,0,30,20,20,10,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,10,10,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,20,10,30,0,10,10,10,30,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/29.json b/dist/chartDummyData/views_zoom/2018-10/29.json new file mode 100644 index 000000000..0b3b4f96e --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/29.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1540512000000,1540515600000,1540519200000,1540522800000,1540526400000,1540530000000,1540533600000,1540537200000,1540540800000,1540544400000,1540548000000,1540551600000,1540555200000,1540558800000,1540562400000,1540566000000,1540569600000,1540573200000,1540576800000,1540580400000,1540584000000,1540587600000,1540591200000,1540594800000,1540598400000,1540602000000,1540605600000,1540609200000,1540612800000,1540616400000,1540620000000,1540623600000,1540627200000,1540630800000,1540634400000,1540638000000,1540641600000,1540645200000,1540648800000,1540652400000,1540656000000,1540659600000,1540663200000,1540666800000,1540670400000,1540674000000,1540677600000,1540681200000,1540684800000,1540688400000,1540692000000,1540695600000,1540699200000,1540702800000,1540706400000,1540710000000,1540713600000,1540717200000,1540720800000,1540724400000,1540728000000,1540731600000,1540735200000,1540738800000,1540742400000,1540746000000,1540749600000,1540753200000,1540756800000,1540760400000,1540764000000,1540767600000,1540771200000,1540774800000,1540778400000,1540782000000,1540785600000,1540789200000,1540792800000,1540796400000,1540800000000,1540803600000,1540807200000,1540810800000,1540814400000,1540818000000,1540821600000,1540825200000,1540828800000,1540832400000,1540836000000,1540839600000,1540843200000,1540846800000,1540850400000,1540854000000,1540857600000,1540861200000,1540864800000,1540868400000,1540872000000,1540875600000,1540879200000,1540882800000,1540886400000,1540890000000,1540893600000,1540897200000,1540900800000,1540904400000,1540908000000,1540911600000,1540915200000,1540918800000,1540922400000,1540926000000,1540929600000,1540933200000,1540936800000,1540940400000,1540944000000,1540947600000,1540951200000,1540954800000,1540958400000,1540962000000,1540965600000,1540969200000,1540972800000,1540976400000,1540980000000,1540983600000,1540987200000,1540990800000,1540994400000,1540998000000,1541001600000,1541005200000,1541008800000,1541012400000,1541016000000,1541019600000,1541023200000,1541026800000,1541030400000,1541034000000,1541037600000,1541041200000,1541044800000,1541048400000,1541052000000,1541055600000,1541059200000,1541062800000,1541066400000,1541070000000,1541073600000,1541077200000,1541080800000,1541084400000,1541088000000,1541091600000,1541095200000,1541098800000,1541102400000,1541106000000,1541109600000,1541113200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[220,140,50,120,180,520,840,1130,1380,1330,1830,1760,1950,1880,1680,1750,2310,2000,2030,2050,1770,1640,1100,580,220,140,140,90,90,390,940,1120,1240,1620,1710,1850,2060,2060,1670,1810,1760,1840,2320,1890,1940,1370,1320,1160,390,340,110,100,80,60,380,790,1340,1830,1770,2050,2070,1960,1870,1720,2650,1910,2070,2640,2410,1910,1720,1130,560,210,130,20,140,210,910,1070,1790,1400,1590,1980,1760,2200,1930,2010,2450,2660,2630,2150,2420,2060,1440,1030,450,200,80,70,80,210,1070,1080,1500,1160,1890,1560,2100,1900,2130,1850,2330,2070,2050,2190,2150,2560,1640,930,510,180,100,30,200,440,680,950,1010,1500,1870,1880,2050,1780,1900,2010,1780,2330,1990,2000,2360,1660,1390,1320,870,540,290,130,120,130,210,1080,1330,1830,2700,2380,2040,2810,2330,2230,1950,2090,2380,2050,1900,2050,1810,1690]},{"name":"URL","color":"#2373DB","values":[240,90,40,40,60,380,570,770,1080,1210,1410,1410,1610,1560,1490,2020,2410,2090,2460,1750,1310,990,490,330,230,80,30,70,70,230,410,750,1130,1670,1960,1510,1680,1250,1510,1490,1600,1920,1550,1280,1200,980,740,230,130,230,70,30,30,40,120,520,1000,1080,1300,1460,1270,1370,1210,1300,1690,1770,1450,1390,1570,1320,960,570,390,220,110,0,20,140,370,650,860,1080,1630,1650,1470,1550,1680,1530,2110,2420,2140,2310,2110,1510,1100,510,150,110,20,20,20,90,450,850,1180,1220,1530,1730,1950,1660,2440,1940,2350,2390,2220,2220,1660,1920,1220,640,490,90,80,30,70,230,610,830,1010,1110,1410,1860,2000,1870,1760,2120,2190,3060,2510,1920,1650,1330,910,750,390,240,180,110,0,30,140,330,490,1000,1480,1470,1410,1340,1400,1230,1510,1710,2180,1420,1270,1210,1190,760]},{"name":"Groups","color":"#9ED448","values":[250,40,30,20,380,730,860,1040,1050,1360,1290,1600,1710,1790,1300,1550,1590,1590,1750,1530,2060,1990,1450,750,330,140,50,60,210,360,580,970,1220,1080,1570,1360,1510,1540,1280,1270,1480,1640,1620,1820,1890,1990,1780,1120,600,380,340,50,90,60,300,1020,1570,1500,1550,1870,1330,1720,1420,1510,1560,1590,1700,1700,2360,2330,2670,1950,500,220,60,20,60,230,740,1070,1310,1270,1420,1390,2110,1720,1690,1720,2020,2110,1530,2370,2520,3420,3040,1510,640,240,70,0,40,320,660,980,1090,1130,1720,1390,1560,1360,2380,1480,1450,1970,2090,2550,2030,3160,2350,1380,490,190,120,20,40,270,810,860,1250,1480,1400,1630,1510,1810,1580,1450,1220,1400,1600,1760,1990,1870,1690,1630,810,640,220,120,100,190,330,690,1070,1310,1620,1770,1590,1710,1720,1420,2090,1980,1710,2010,2210,2630,2240,1790]},{"name":"Channel","color":"#4fae4e","values":[30,0,10,30,0,40,180,60,330,70,100,50,130,160,120,110,210,90,110,180,140,80,130,80,60,10,0,0,0,30,40,60,140,80,100,90,170,120,150,130,110,70,90,100,90,60,60,180,130,50,20,10,0,0,20,90,100,80,140,190,310,50,110,120,120,170,180,170,140,80,220,180,50,0,30,20,0,20,10,50,110,140,240,80,110,260,230,220,280,310,250,310,220,200,110,60,70,20,0,10,40,10,10,50,50,140,80,150,170,280,170,140,100,140,200,240,110,180,70,80,40,30,20,0,20,0,70,70,90,110,50,100,130,170,110,140,140,130,130,120,90,110,190,140,190,70,30,10,10,10,10,60,100,100,240,260,170,150,240,160,130,140,150,60,180,190,170,190]},{"name":"Search","color":"#F5BD25","values":[50,90,0,20,130,130,360,240,310,140,190,240,390,140,170,210,140,340,290,320,70,210,200,50,10,10,0,0,20,310,900,160,360,200,150,100,440,100,210,270,280,280,380,320,160,230,80,60,500,0,0,0,0,0,60,930,440,160,230,360,220,190,90,240,650,180,210,250,270,200,310,120,80,10,0,10,0,90,180,150,100,220,160,550,370,320,250,110,160,140,520,210,400,70,220,100,0,0,0,0,10,60,310,610,320,80,100,130,150,160,240,310,110,230,180,200,290,400,190,120,10,10,0,0,0,540,260,140,170,400,130,240,150,270,220,420,220,310,160,100,320,60,120,50,80,170,50,10,10,60,510,630,410,250,120,320,120,300,150,140,290,120,320,360,430,310,180,370]},{"name":"Other","color":"#F79E39","values":[50,0,30,10,20,110,280,320,250,270,250,250,280,380,200,220,380,270,370,270,260,200,200,120,60,20,20,0,0,90,110,140,400,140,270,230,290,190,230,220,200,150,160,270,300,250,140,330,50,0,20,10,20,40,60,120,190,330,280,310,270,210,300,300,330,240,290,270,370,340,350,170,70,40,0,10,50,120,140,200,180,400,210,240,280,270,300,250,220,350,430,480,410,340,260,90,40,10,40,0,0,70,130,290,230,210,290,310,240,340,260,220,420,310,210,370,360,320,320,180,40,10,30,30,0,50,190,170,200,180,250,320,280,350,230,300,240,250,230,250,340,270,170,150,90,80,10,30,10,40,40,130,190,270,290,310,670,350,360,230,250,280,370,320,390,360,350,140]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,30,10,0,0,10,40,20,0,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,10,0,30,0,10,30,0,0,40,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,20,0,0,0,30,20,20,10,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,10,10,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,20,10,30,0,10,10,10,30,0,0,10,0,0,0,0,0,0,10,10,10,20,0,0,0,10,10,20,0,10,0,0,10,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/30.json b/dist/chartDummyData/views_zoom/2018-10/30.json new file mode 100644 index 000000000..d75d40955 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/30.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1540598400000,1540602000000,1540605600000,1540609200000,1540612800000,1540616400000,1540620000000,1540623600000,1540627200000,1540630800000,1540634400000,1540638000000,1540641600000,1540645200000,1540648800000,1540652400000,1540656000000,1540659600000,1540663200000,1540666800000,1540670400000,1540674000000,1540677600000,1540681200000,1540684800000,1540688400000,1540692000000,1540695600000,1540699200000,1540702800000,1540706400000,1540710000000,1540713600000,1540717200000,1540720800000,1540724400000,1540728000000,1540731600000,1540735200000,1540738800000,1540742400000,1540746000000,1540749600000,1540753200000,1540756800000,1540760400000,1540764000000,1540767600000,1540771200000,1540774800000,1540778400000,1540782000000,1540785600000,1540789200000,1540792800000,1540796400000,1540800000000,1540803600000,1540807200000,1540810800000,1540814400000,1540818000000,1540821600000,1540825200000,1540828800000,1540832400000,1540836000000,1540839600000,1540843200000,1540846800000,1540850400000,1540854000000,1540857600000,1540861200000,1540864800000,1540868400000,1540872000000,1540875600000,1540879200000,1540882800000,1540886400000,1540890000000,1540893600000,1540897200000,1540900800000,1540904400000,1540908000000,1540911600000,1540915200000,1540918800000,1540922400000,1540926000000,1540929600000,1540933200000,1540936800000,1540940400000,1540944000000,1540947600000,1540951200000,1540954800000,1540958400000,1540962000000,1540965600000,1540969200000,1540972800000,1540976400000,1540980000000,1540983600000,1540987200000,1540990800000,1540994400000,1540998000000,1541001600000,1541005200000,1541008800000,1541012400000,1541016000000,1541019600000,1541023200000,1541026800000,1541030400000,1541034000000,1541037600000,1541041200000,1541044800000,1541048400000,1541052000000,1541055600000,1541059200000,1541062800000,1541066400000,1541070000000,1541073600000,1541077200000,1541080800000,1541084400000,1541088000000,1541091600000,1541095200000,1541098800000,1541102400000,1541106000000,1541109600000,1541113200000,1541116800000,1541120400000,1541124000000,1541127600000,1541131200000,1541134800000,1541138400000,1541142000000,1541145600000,1541149200000,1541152800000,1541156400000,1541160000000,1541163600000,1541167200000,1541170800000,1541174400000,1541178000000,1541181600000,1541185200000,1541188800000,1541192400000,1541196000000,1541199600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[220,140,140,90,90,390,940,1120,1240,1620,1710,1850,2060,2060,1670,1810,1760,1840,2320,1890,1940,1370,1320,1160,390,340,110,100,80,60,380,790,1340,1830,1770,2050,2070,1960,1870,1720,2650,1910,2070,2640,2410,1910,1720,1130,560,210,130,20,140,210,910,1070,1790,1400,1590,1980,1760,2200,1930,2010,2450,2660,2630,2150,2420,2060,1440,1030,450,200,80,70,80,210,1070,1080,1500,1160,1890,1560,2100,1900,2130,1850,2330,2070,2050,2190,2150,2560,1640,930,510,180,100,30,200,440,680,950,1010,1500,1870,1880,2050,1780,1900,2010,1780,2330,1990,2000,2360,1660,1390,1320,870,540,290,130,120,130,210,1080,1330,1830,2700,2380,2040,2810,2330,2230,1950,2090,2380,2050,1900,2050,1810,1690,840,300,180,40,30,380,330,620,1340,1900,2280,2130,2160,1870,2580,2090,2330,2240,2210,2370,2830,2450,2230,1200]},{"name":"URL","color":"#2373DB","values":[230,80,30,70,70,230,410,750,1130,1670,1960,1510,1680,1250,1510,1490,1600,1920,1550,1280,1200,980,740,230,130,230,70,30,30,40,120,520,1000,1080,1300,1460,1270,1370,1210,1300,1690,1770,1450,1390,1570,1320,960,570,390,220,110,0,20,140,370,650,860,1080,1630,1650,1470,1550,1680,1530,2110,2420,2140,2310,2110,1510,1100,510,150,110,20,20,20,90,450,850,1180,1220,1530,1730,1950,1660,2440,1940,2350,2390,2220,2220,1660,1920,1220,640,490,90,80,30,70,230,610,830,1010,1110,1410,1860,2000,1870,1760,2120,2190,3060,2510,1920,1650,1330,910,750,390,240,180,110,0,30,140,330,490,1000,1480,1470,1410,1340,1400,1230,1510,1710,2180,1420,1270,1210,1190,760,550,180,270,80,30,100,220,510,970,1420,1380,1620,1870,1690,1390,1810,2080,2130,1810,1900,1820,1580,1210,780]},{"name":"Groups","color":"#9ED448","values":[330,140,50,60,210,360,580,970,1220,1080,1570,1360,1510,1540,1280,1270,1480,1640,1620,1820,1890,1990,1780,1120,600,380,340,50,90,60,300,1020,1570,1500,1550,1870,1330,1720,1420,1510,1560,1590,1700,1700,2360,2330,2670,1950,500,220,60,20,60,230,740,1070,1310,1270,1420,1390,2110,1720,1690,1720,2020,2110,1530,2370,2520,3420,3040,1510,640,240,70,0,40,320,660,980,1090,1130,1720,1390,1560,1360,2380,1480,1450,1970,2090,2550,2030,3160,2350,1380,490,190,120,20,40,270,810,860,1250,1480,1400,1630,1510,1810,1580,1450,1220,1400,1600,1760,1990,1870,1690,1630,810,640,220,120,100,190,330,690,1070,1310,1620,1770,1590,1710,1720,1420,2090,1980,1710,2010,2210,2630,2240,1790,840,280,170,30,100,160,370,760,1010,1320,1440,2050,2010,1860,2140,1970,2160,1690,1550,2040,2640,2100,2290,1880]},{"name":"Channel","color":"#4fae4e","values":[60,10,0,0,0,30,40,60,140,80,100,90,170,120,150,130,110,70,90,100,90,60,60,180,130,50,20,10,0,0,20,90,100,80,140,190,310,50,110,120,120,170,180,170,140,80,220,180,50,0,30,20,0,20,10,50,110,140,240,80,110,260,230,220,280,310,250,310,220,200,110,60,70,20,0,10,40,10,10,50,50,140,80,150,170,280,170,140,100,140,200,240,110,180,70,80,40,30,20,0,20,0,70,70,90,110,50,100,130,170,110,140,140,130,130,120,90,110,190,140,190,70,30,10,10,10,10,60,100,100,240,260,170,150,240,160,130,140,150,60,180,190,170,190,80,30,10,10,0,40,30,40,60,100,170,110,100,210,150,240,80,80,170,150,190,220,170,110]},{"name":"Search","color":"#F5BD25","values":[10,10,0,0,20,310,900,160,360,200,150,100,440,100,210,270,280,280,380,320,160,230,80,60,500,0,0,0,0,0,60,930,440,160,230,360,220,190,90,240,650,180,210,250,270,200,310,120,80,10,0,10,0,90,180,150,100,220,160,550,370,320,250,110,160,140,520,210,400,70,220,100,0,0,0,0,10,60,310,610,320,80,100,130,150,160,240,310,110,230,180,200,290,400,190,120,10,10,0,0,0,540,260,140,170,400,130,240,150,270,220,420,220,310,160,100,320,60,120,50,80,170,50,10,10,60,510,630,410,250,120,320,120,300,150,140,290,120,320,360,430,310,180,370,240,60,40,40,0,490,390,350,230,610,180,380,470,240,270,170,270,190,500,280,250,290,510,210]},{"name":"Other","color":"#F79E39","values":[60,20,20,0,0,90,110,140,400,140,270,230,290,190,230,220,200,150,160,270,300,250,140,330,50,0,20,10,20,40,60,120,190,330,280,310,270,210,300,300,330,240,290,270,370,340,350,170,70,40,0,10,50,120,140,200,180,400,210,240,280,270,300,250,220,350,430,480,410,340,260,90,40,10,40,0,0,70,130,290,230,210,290,310,240,340,260,220,420,310,210,370,360,320,320,180,40,10,30,30,0,50,190,170,200,180,250,320,280,350,230,300,240,250,230,250,340,270,170,150,90,80,10,30,10,40,40,130,190,270,290,310,670,350,360,230,250,280,370,320,390,360,350,140,130,80,40,0,10,40,40,160,330,300,280,370,280,330,290,250,250,330,240,320,440,330,240,150]},{"name":"PM","color":"#E65850","values":[0,0,0,0,10,0,0,0,10,10,0,30,0,10,30,0,0,40,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,20,20,0,0,0,30,20,20,10,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,10,10,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,20,10,30,0,10,10,10,30,0,0,10,0,0,0,0,0,0,10,10,10,20,0,0,0,10,10,20,0,10,0,0,10,0,10,0,0,0,0,0,0,0,10,0,20,20,0,10,20,0,0,20,0,0,20,20,30,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-10/31.json b/dist/chartDummyData/views_zoom/2018-10/31.json new file mode 100644 index 000000000..e7919048a --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-10/31.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1540684800000,1540688400000,1540692000000,1540695600000,1540699200000,1540702800000,1540706400000,1540710000000,1540713600000,1540717200000,1540720800000,1540724400000,1540728000000,1540731600000,1540735200000,1540738800000,1540742400000,1540746000000,1540749600000,1540753200000,1540756800000,1540760400000,1540764000000,1540767600000,1540771200000,1540774800000,1540778400000,1540782000000,1540785600000,1540789200000,1540792800000,1540796400000,1540800000000,1540803600000,1540807200000,1540810800000,1540814400000,1540818000000,1540821600000,1540825200000,1540828800000,1540832400000,1540836000000,1540839600000,1540843200000,1540846800000,1540850400000,1540854000000,1540857600000,1540861200000,1540864800000,1540868400000,1540872000000,1540875600000,1540879200000,1540882800000,1540886400000,1540890000000,1540893600000,1540897200000,1540900800000,1540904400000,1540908000000,1540911600000,1540915200000,1540918800000,1540922400000,1540926000000,1540929600000,1540933200000,1540936800000,1540940400000,1540944000000,1540947600000,1540951200000,1540954800000,1540958400000,1540962000000,1540965600000,1540969200000,1540972800000,1540976400000,1540980000000,1540983600000,1540987200000,1540990800000,1540994400000,1540998000000,1541001600000,1541005200000,1541008800000,1541012400000,1541016000000,1541019600000,1541023200000,1541026800000,1541030400000,1541034000000,1541037600000,1541041200000,1541044800000,1541048400000,1541052000000,1541055600000,1541059200000,1541062800000,1541066400000,1541070000000,1541073600000,1541077200000,1541080800000,1541084400000,1541088000000,1541091600000,1541095200000,1541098800000,1541102400000,1541106000000,1541109600000,1541113200000,1541116800000,1541120400000,1541124000000,1541127600000,1541131200000,1541134800000,1541138400000,1541142000000,1541145600000,1541149200000,1541152800000,1541156400000,1541160000000,1541163600000,1541167200000,1541170800000,1541174400000,1541178000000,1541181600000,1541185200000,1541188800000,1541192400000,1541196000000,1541199600000,1541203200000,1541206800000,1541210400000,1541214000000,1541217600000,1541221200000,1541224800000,1541228400000,1541232000000,1541235600000,1541239200000,1541242800000,1541246400000,1541250000000,1541253600000,1541257200000,1541260800000,1541264400000,1541268000000,1541271600000,1541275200000,1541278800000,1541282400000,1541286000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[390,340,110,100,80,60,380,790,1340,1830,1770,2050,2070,1960,1870,1720,2650,1910,2070,2640,2410,1910,1720,1130,560,210,130,20,140,210,910,1070,1790,1400,1590,1980,1760,2200,1930,2010,2450,2660,2630,2150,2420,2060,1440,1030,450,200,80,70,80,210,1070,1080,1500,1160,1890,1560,2100,1900,2130,1850,2330,2070,2050,2190,2150,2560,1640,930,510,180,100,30,200,440,680,950,1010,1500,1870,1880,2050,1780,1900,2010,1780,2330,1990,2000,2360,1660,1390,1320,870,540,290,130,120,130,210,1080,1330,1830,2700,2380,2040,2810,2330,2230,1950,2090,2380,2050,1900,2050,1810,1690,840,300,180,40,30,380,330,620,1340,1900,2280,2130,2160,1870,2580,2090,2330,2240,2210,2370,2830,2450,2230,1200,680,390,230,60,180,160,230,540,1040,1450,1510,2030,2190,3160,2160,2240,2240,2280,2090,2130,1750,1930,1640,1050]},{"name":"URL","color":"#2373DB","values":[130,230,70,30,30,40,120,520,1000,1080,1300,1460,1270,1370,1210,1300,1690,1770,1450,1390,1570,1320,960,570,390,220,110,0,20,140,370,650,860,1080,1630,1650,1470,1550,1680,1530,2110,2420,2140,2310,2110,1510,1100,510,150,110,20,20,20,90,450,850,1180,1220,1530,1730,1950,1660,2440,1940,2350,2390,2220,2220,1660,1920,1220,640,490,90,80,30,70,230,610,830,1010,1110,1410,1860,2000,1870,1760,2120,2190,3060,2510,1920,1650,1330,910,750,390,240,180,110,0,30,140,330,490,1000,1480,1470,1410,1340,1400,1230,1510,1710,2180,1420,1270,1210,1190,760,550,180,270,80,30,100,220,510,970,1420,1380,1620,1870,1690,1390,1810,2080,2130,1810,1900,1820,1580,1210,780,520,190,100,30,10,30,110,380,710,1080,1680,1680,1610,1710,1540,1730,1710,1990,1620,1500,1330,1460,1580,920]},{"name":"Groups","color":"#9ED448","values":[600,380,340,50,90,60,300,1020,1570,1500,1550,1870,1330,1720,1420,1510,1560,1590,1700,1700,2360,2330,2670,1950,500,220,60,20,60,230,740,1070,1310,1270,1420,1390,2110,1720,1690,1720,2020,2110,1530,2370,2520,3420,3040,1510,640,240,70,0,40,320,660,980,1090,1130,1720,1390,1560,1360,2380,1480,1450,1970,2090,2550,2030,3160,2350,1380,490,190,120,20,40,270,810,860,1250,1480,1400,1630,1510,1810,1580,1450,1220,1400,1600,1760,1990,1870,1690,1630,810,640,220,120,100,190,330,690,1070,1310,1620,1770,1590,1710,1720,1420,2090,1980,1710,2010,2210,2630,2240,1790,840,280,170,30,100,160,370,760,1010,1320,1440,2050,2010,1860,2140,1970,2160,1690,1550,2040,2640,2100,2290,1880,740,540,160,150,70,120,360,710,950,1320,1640,1570,1610,1800,1830,1590,1690,1320,2300,1720,2030,2290,2300,1690]},{"name":"Channel","color":"#4fae4e","values":[130,50,20,10,0,0,20,90,100,80,140,190,310,50,110,120,120,170,180,170,140,80,220,180,50,0,30,20,0,20,10,50,110,140,240,80,110,260,230,220,280,310,250,310,220,200,110,60,70,20,0,10,40,10,10,50,50,140,80,150,170,280,170,140,100,140,200,240,110,180,70,80,40,30,20,0,20,0,70,70,90,110,50,100,130,170,110,140,140,130,130,120,90,110,190,140,190,70,30,10,10,10,10,60,100,100,240,260,170,150,240,160,130,140,150,60,180,190,170,190,80,30,10,10,0,40,30,40,60,100,170,110,100,210,150,240,80,80,170,150,190,220,170,110,90,50,60,10,0,0,20,60,40,160,90,90,80,230,130,190,140,140,200,130,110,230,60,140]},{"name":"Search","color":"#F5BD25","values":[500,0,0,0,0,0,60,930,440,160,230,360,220,190,90,240,650,180,210,250,270,200,310,120,80,10,0,10,0,90,180,150,100,220,160,550,370,320,250,110,160,140,520,210,400,70,220,100,0,0,0,0,10,60,310,610,320,80,100,130,150,160,240,310,110,230,180,200,290,400,190,120,10,10,0,0,0,540,260,140,170,400,130,240,150,270,220,420,220,310,160,100,320,60,120,50,80,170,50,10,10,60,510,630,410,250,120,320,120,300,150,140,290,120,320,360,430,310,180,370,240,60,40,40,0,490,390,350,230,610,180,380,470,240,270,170,270,190,500,280,250,290,510,210,120,80,30,10,0,560,90,200,150,310,260,340,160,130,140,250,180,490,240,270,290,190,270,100]},{"name":"Other","color":"#F79E39","values":[50,0,20,10,20,40,60,120,190,330,280,310,270,210,300,300,330,240,290,270,370,340,350,170,70,40,0,10,50,120,140,200,180,400,210,240,280,270,300,250,220,350,430,480,410,340,260,90,40,10,40,0,0,70,130,290,230,210,290,310,240,340,260,220,420,310,210,370,360,320,320,180,40,10,30,30,0,50,190,170,200,180,250,320,280,350,230,300,240,250,230,250,340,270,170,150,90,80,10,30,10,40,40,130,190,270,290,310,670,350,360,230,250,280,370,320,390,360,350,140,130,80,40,0,10,40,40,160,330,300,280,370,280,330,290,250,250,330,240,320,440,330,240,150,120,100,50,20,10,30,20,150,160,360,300,270,280,330,230,180,230,250,170,270,200,210,190,170]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,10,20,20,0,0,0,30,20,20,10,0,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,10,10,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,20,10,30,0,10,10,10,30,0,0,10,0,0,0,0,0,0,10,10,10,20,0,0,0,10,10,20,0,10,0,0,10,0,10,0,0,0,0,0,0,0,10,0,20,20,0,10,20,0,0,20,0,0,20,20,30,0,0,0,0,0,0,0,0,0,10,0,10,20,10,50,20,20,10,30,40,10,20,10,10,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/01.json b/dist/chartDummyData/views_zoom/2018-11/01.json new file mode 100644 index 000000000..fa3356d97 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/01.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1540771200000,1540774800000,1540778400000,1540782000000,1540785600000,1540789200000,1540792800000,1540796400000,1540800000000,1540803600000,1540807200000,1540810800000,1540814400000,1540818000000,1540821600000,1540825200000,1540828800000,1540832400000,1540836000000,1540839600000,1540843200000,1540846800000,1540850400000,1540854000000,1540857600000,1540861200000,1540864800000,1540868400000,1540872000000,1540875600000,1540879200000,1540882800000,1540886400000,1540890000000,1540893600000,1540897200000,1540900800000,1540904400000,1540908000000,1540911600000,1540915200000,1540918800000,1540922400000,1540926000000,1540929600000,1540933200000,1540936800000,1540940400000,1540944000000,1540947600000,1540951200000,1540954800000,1540958400000,1540962000000,1540965600000,1540969200000,1540972800000,1540976400000,1540980000000,1540983600000,1540987200000,1540990800000,1540994400000,1540998000000,1541001600000,1541005200000,1541008800000,1541012400000,1541016000000,1541019600000,1541023200000,1541026800000,1541030400000,1541034000000,1541037600000,1541041200000,1541044800000,1541048400000,1541052000000,1541055600000,1541059200000,1541062800000,1541066400000,1541070000000,1541073600000,1541077200000,1541080800000,1541084400000,1541088000000,1541091600000,1541095200000,1541098800000,1541102400000,1541106000000,1541109600000,1541113200000,1541116800000,1541120400000,1541124000000,1541127600000,1541131200000,1541134800000,1541138400000,1541142000000,1541145600000,1541149200000,1541152800000,1541156400000,1541160000000,1541163600000,1541167200000,1541170800000,1541174400000,1541178000000,1541181600000,1541185200000,1541188800000,1541192400000,1541196000000,1541199600000,1541203200000,1541206800000,1541210400000,1541214000000,1541217600000,1541221200000,1541224800000,1541228400000,1541232000000,1541235600000,1541239200000,1541242800000,1541246400000,1541250000000,1541253600000,1541257200000,1541260800000,1541264400000,1541268000000,1541271600000,1541275200000,1541278800000,1541282400000,1541286000000,1541289600000,1541293200000,1541296800000,1541300400000,1541304000000,1541307600000,1541311200000,1541314800000,1541318400000,1541322000000,1541325600000,1541329200000,1541332800000,1541336400000,1541340000000,1541343600000,1541347200000,1541350800000,1541354400000,1541358000000,1541361600000,1541365200000,1541368800000,1541372400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[560,210,130,20,140,210,910,1070,1790,1400,1590,1980,1760,2200,1930,2010,2450,2660,2630,2150,2420,2060,1440,1030,450,200,80,70,80,210,1070,1080,1500,1160,1890,1560,2100,1900,2130,1850,2330,2070,2050,2190,2150,2560,1640,930,510,180,100,30,200,440,680,950,1010,1500,1870,1880,2050,1780,1900,2010,1780,2330,1990,2000,2360,1660,1390,1320,870,540,290,130,120,130,210,1080,1330,1830,2700,2380,2040,2810,2330,2230,1950,2090,2380,2050,1900,2050,1810,1690,840,300,180,40,30,380,330,620,1340,1900,2280,2130,2160,1870,2580,2090,2330,2240,2210,2370,2830,2450,2230,1200,680,390,230,60,180,160,230,540,1040,1450,1510,2030,2190,3160,2160,2240,2240,2280,2090,2130,1750,1930,1640,1050,990,430,260,110,60,120,290,820,1260,1400,2010,2250,2170,2130,2500,2850,2330,2480,2380,2820,3090,2600,1920,1230]},{"name":"URL","color":"#2373DB","values":[390,220,110,0,20,140,370,650,860,1080,1630,1650,1470,1550,1680,1530,2110,2420,2140,2310,2110,1510,1100,510,150,110,20,20,20,90,450,850,1180,1220,1530,1730,1950,1660,2440,1940,2350,2390,2220,2220,1660,1920,1220,640,490,90,80,30,70,230,610,830,1010,1110,1410,1860,2000,1870,1760,2120,2190,3060,2510,1920,1650,1330,910,750,390,240,180,110,0,30,140,330,490,1000,1480,1470,1410,1340,1400,1230,1510,1710,2180,1420,1270,1210,1190,760,550,180,270,80,30,100,220,510,970,1420,1380,1620,1870,1690,1390,1810,2080,2130,1810,1900,1820,1580,1210,780,520,190,100,30,10,30,110,380,710,1080,1680,1680,1610,1710,1540,1730,1710,1990,1620,1500,1330,1460,1580,920,600,220,180,110,0,0,10,160,550,910,1170,1800,950,1570,1440,1490,1710,1870,1810,1680,1830,1500,840,830]},{"name":"Groups","color":"#9ED448","values":[500,220,60,20,60,230,740,1070,1310,1270,1420,1390,2110,1720,1690,1720,2020,2110,1530,2370,2520,3420,3040,1510,640,240,70,0,40,320,660,980,1090,1130,1720,1390,1560,1360,2380,1480,1450,1970,2090,2550,2030,3160,2350,1380,490,190,120,20,40,270,810,860,1250,1480,1400,1630,1510,1810,1580,1450,1220,1400,1600,1760,1990,1870,1690,1630,810,640,220,120,100,190,330,690,1070,1310,1620,1770,1590,1710,1720,1420,2090,1980,1710,2010,2210,2630,2240,1790,840,280,170,30,100,160,370,760,1010,1320,1440,2050,2010,1860,2140,1970,2160,1690,1550,2040,2640,2100,2290,1880,740,540,160,150,70,120,360,710,950,1320,1640,1570,1610,1800,1830,1590,1690,1320,2300,1720,2030,2290,2300,1690,1690,820,300,150,60,30,170,650,1090,1190,1380,2020,1760,2080,1520,2280,1860,1460,1990,2600,2580,2870,2860,1840]},{"name":"Channel","color":"#4fae4e","values":[50,0,30,20,0,20,10,50,110,140,240,80,110,260,230,220,280,310,250,310,220,200,110,60,70,20,0,10,40,10,10,50,50,140,80,150,170,280,170,140,100,140,200,240,110,180,70,80,40,30,20,0,20,0,70,70,90,110,50,100,130,170,110,140,140,130,130,120,90,110,190,140,190,70,30,10,10,10,10,60,100,100,240,260,170,150,240,160,130,140,150,60,180,190,170,190,80,30,10,10,0,40,30,40,60,100,170,110,100,210,150,240,80,80,170,150,190,220,170,110,90,50,60,10,0,0,20,60,40,160,90,90,80,230,130,190,140,140,200,130,110,230,60,140,100,70,40,30,10,0,50,100,70,110,250,90,90,110,160,190,120,230,100,160,180,230,190,120]},{"name":"Search","color":"#F5BD25","values":[80,10,0,10,0,90,180,150,100,220,160,550,370,320,250,110,160,140,520,210,400,70,220,100,0,0,0,0,10,60,310,610,320,80,100,130,150,160,240,310,110,230,180,200,290,400,190,120,10,10,0,0,0,540,260,140,170,400,130,240,150,270,220,420,220,310,160,100,320,60,120,50,80,170,50,10,10,60,510,630,410,250,120,320,120,300,150,140,290,120,320,360,430,310,180,370,240,60,40,40,0,490,390,350,230,610,180,380,470,240,270,170,270,190,500,280,250,290,510,210,120,80,30,10,0,560,90,200,150,310,260,340,160,130,140,250,180,490,240,270,290,190,270,100,60,40,10,0,0,0,20,550,500,250,90,170,140,760,280,840,210,120,190,290,350,340,210,200]},{"name":"Other","color":"#F79E39","values":[70,40,0,10,50,120,140,200,180,400,210,240,280,270,300,250,220,350,430,480,410,340,260,90,40,10,40,0,0,70,130,290,230,210,290,310,240,340,260,220,420,310,210,370,360,320,320,180,40,10,30,30,0,50,190,170,200,180,250,320,280,350,230,300,240,250,230,250,340,270,170,150,90,80,10,30,10,40,40,130,190,270,290,310,670,350,360,230,250,280,370,320,390,360,350,140,130,80,40,0,10,40,40,160,330,300,280,370,280,330,290,250,250,330,240,320,440,330,240,150,120,100,50,20,10,30,20,150,160,360,300,270,280,330,230,180,230,250,170,270,200,210,190,170,80,110,10,10,10,20,30,110,130,170,330,420,430,300,350,340,180,420,260,320,280,270,370,190]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,10,0,0,0,0,0,0,0,10,10,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,20,10,30,0,10,10,10,30,0,0,10,0,0,0,0,0,0,10,10,10,20,0,0,0,10,10,20,0,10,0,0,10,0,10,0,0,0,0,0,0,0,10,0,20,20,0,10,20,0,0,20,0,0,20,20,30,0,0,0,0,0,0,0,0,0,10,0,10,20,10,50,20,20,10,30,40,10,20,10,10,10,0,0,0,0,0,0,0,0,0,10,10,20,0,0,10,20,10,10,10,30,0,30,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/02.json b/dist/chartDummyData/views_zoom/2018-11/02.json new file mode 100644 index 000000000..719898d73 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/02.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1540857600000,1540861200000,1540864800000,1540868400000,1540872000000,1540875600000,1540879200000,1540882800000,1540886400000,1540890000000,1540893600000,1540897200000,1540900800000,1540904400000,1540908000000,1540911600000,1540915200000,1540918800000,1540922400000,1540926000000,1540929600000,1540933200000,1540936800000,1540940400000,1540944000000,1540947600000,1540951200000,1540954800000,1540958400000,1540962000000,1540965600000,1540969200000,1540972800000,1540976400000,1540980000000,1540983600000,1540987200000,1540990800000,1540994400000,1540998000000,1541001600000,1541005200000,1541008800000,1541012400000,1541016000000,1541019600000,1541023200000,1541026800000,1541030400000,1541034000000,1541037600000,1541041200000,1541044800000,1541048400000,1541052000000,1541055600000,1541059200000,1541062800000,1541066400000,1541070000000,1541073600000,1541077200000,1541080800000,1541084400000,1541088000000,1541091600000,1541095200000,1541098800000,1541102400000,1541106000000,1541109600000,1541113200000,1541116800000,1541120400000,1541124000000,1541127600000,1541131200000,1541134800000,1541138400000,1541142000000,1541145600000,1541149200000,1541152800000,1541156400000,1541160000000,1541163600000,1541167200000,1541170800000,1541174400000,1541178000000,1541181600000,1541185200000,1541188800000,1541192400000,1541196000000,1541199600000,1541203200000,1541206800000,1541210400000,1541214000000,1541217600000,1541221200000,1541224800000,1541228400000,1541232000000,1541235600000,1541239200000,1541242800000,1541246400000,1541250000000,1541253600000,1541257200000,1541260800000,1541264400000,1541268000000,1541271600000,1541275200000,1541278800000,1541282400000,1541286000000,1541289600000,1541293200000,1541296800000,1541300400000,1541304000000,1541307600000,1541311200000,1541314800000,1541318400000,1541322000000,1541325600000,1541329200000,1541332800000,1541336400000,1541340000000,1541343600000,1541347200000,1541350800000,1541354400000,1541358000000,1541361600000,1541365200000,1541368800000,1541372400000,1541376000000,1541379600000,1541383200000,1541386800000,1541390400000,1541394000000,1541397600000,1541401200000,1541404800000,1541408400000,1541412000000,1541415600000,1541419200000,1541422800000,1541426400000,1541430000000,1541433600000,1541437200000,1541440800000,1541444400000,1541448000000,1541451600000,1541455200000,1541458800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[450,200,80,70,80,210,1070,1080,1500,1160,1890,1560,2100,1900,2130,1850,2330,2070,2050,2190,2150,2560,1640,930,510,180,100,30,200,440,680,950,1010,1500,1870,1880,2050,1780,1900,2010,1780,2330,1990,2000,2360,1660,1390,1320,870,540,290,130,120,130,210,1080,1330,1830,2700,2380,2040,2810,2330,2230,1950,2090,2380,2050,1900,2050,1810,1690,840,300,180,40,30,380,330,620,1340,1900,2280,2130,2160,1870,2580,2090,2330,2240,2210,2370,2830,2450,2230,1200,680,390,230,60,180,160,230,540,1040,1450,1510,2030,2190,3160,2160,2240,2240,2280,2090,2130,1750,1930,1640,1050,990,430,260,110,60,120,290,820,1260,1400,2010,2250,2170,2130,2500,2850,2330,2480,2380,2820,3090,2600,1920,1230,680,220,80,50,40,230,550,1060,1360,1370,1340,1560,1750,2580,2030,1940,1940,1960,1930,2530,2770,2460,2060,1210]},{"name":"URL","color":"#2373DB","values":[150,110,20,20,20,90,450,850,1180,1220,1530,1730,1950,1660,2440,1940,2350,2390,2220,2220,1660,1920,1220,640,490,90,80,30,70,230,610,830,1010,1110,1410,1860,2000,1870,1760,2120,2190,3060,2510,1920,1650,1330,910,750,390,240,180,110,0,30,140,330,490,1000,1480,1470,1410,1340,1400,1230,1510,1710,2180,1420,1270,1210,1190,760,550,180,270,80,30,100,220,510,970,1420,1380,1620,1870,1690,1390,1810,2080,2130,1810,1900,1820,1580,1210,780,520,190,100,30,10,30,110,380,710,1080,1680,1680,1610,1710,1540,1730,1710,1990,1620,1500,1330,1460,1580,920,600,220,180,110,0,0,10,160,550,910,1170,1800,950,1570,1440,1490,1710,1870,1810,1680,1830,1500,840,830,540,160,20,0,30,60,490,660,910,1070,1210,1480,1620,1700,1720,1640,2190,2430,2290,2320,2340,1900,1030,590]},{"name":"Groups","color":"#9ED448","values":[640,240,70,0,40,320,660,980,1090,1130,1720,1390,1560,1360,2380,1480,1450,1970,2090,2550,2030,3160,2350,1380,490,190,120,20,40,270,810,860,1250,1480,1400,1630,1510,1810,1580,1450,1220,1400,1600,1760,1990,1870,1690,1630,810,640,220,120,100,190,330,690,1070,1310,1620,1770,1590,1710,1720,1420,2090,1980,1710,2010,2210,2630,2240,1790,840,280,170,30,100,160,370,760,1010,1320,1440,2050,2010,1860,2140,1970,2160,1690,1550,2040,2640,2100,2290,1880,740,540,160,150,70,120,360,710,950,1320,1640,1570,1610,1800,1830,1590,1690,1320,2300,1720,2030,2290,2300,1690,1690,820,300,150,60,30,170,650,1090,1190,1380,2020,1760,2080,1520,2280,1860,1460,1990,2600,2580,2870,2860,1840,800,400,90,70,210,280,720,1120,980,1210,1450,1490,1580,2290,2120,1330,1550,2090,1770,2180,2700,3970,2850,1650]},{"name":"Channel","color":"#4fae4e","values":[70,20,0,10,40,10,10,50,50,140,80,150,170,280,170,140,100,140,200,240,110,180,70,80,40,30,20,0,20,0,70,70,90,110,50,100,130,170,110,140,140,130,130,120,90,110,190,140,190,70,30,10,10,10,10,60,100,100,240,260,170,150,240,160,130,140,150,60,180,190,170,190,80,30,10,10,0,40,30,40,60,100,170,110,100,210,150,240,80,80,170,150,190,220,170,110,90,50,60,10,0,0,20,60,40,160,90,90,80,230,130,190,140,140,200,130,110,230,60,140,100,70,40,30,10,0,50,100,70,110,250,90,90,110,160,190,120,230,100,160,180,230,190,120,30,40,20,0,30,50,40,90,40,50,40,20,70,210,100,180,200,170,150,140,260,240,170,110]},{"name":"Search","color":"#F5BD25","values":[0,0,0,0,10,60,310,610,320,80,100,130,150,160,240,310,110,230,180,200,290,400,190,120,10,10,0,0,0,540,260,140,170,400,130,240,150,270,220,420,220,310,160,100,320,60,120,50,80,170,50,10,10,60,510,630,410,250,120,320,120,300,150,140,290,120,320,360,430,310,180,370,240,60,40,40,0,490,390,350,230,610,180,380,470,240,270,170,270,190,500,280,250,290,510,210,120,80,30,10,0,560,90,200,150,310,260,340,160,130,140,250,180,490,240,270,290,190,270,100,60,40,10,0,0,0,20,550,500,250,90,170,140,760,280,840,210,120,190,290,350,340,210,200,30,30,10,0,0,520,50,110,360,250,140,230,270,200,220,120,180,230,320,300,150,280,150,180]},{"name":"Other","color":"#F79E39","values":[40,10,40,0,0,70,130,290,230,210,290,310,240,340,260,220,420,310,210,370,360,320,320,180,40,10,30,30,0,50,190,170,200,180,250,320,280,350,230,300,240,250,230,250,340,270,170,150,90,80,10,30,10,40,40,130,190,270,290,310,670,350,360,230,250,280,370,320,390,360,350,140,130,80,40,0,10,40,40,160,330,300,280,370,280,330,290,250,250,330,240,320,440,330,240,150,120,100,50,20,10,30,20,150,160,360,300,270,280,330,230,180,230,250,170,270,200,210,190,170,80,110,10,10,10,20,30,110,130,170,330,420,430,300,350,340,180,420,260,320,280,270,370,190,100,50,10,0,10,100,200,170,230,280,250,250,250,380,260,330,230,550,290,370,280,460,310,270]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,20,10,30,0,10,10,10,30,0,0,10,0,0,0,0,0,0,10,10,10,20,0,0,0,10,10,20,0,10,0,0,10,0,10,0,0,0,0,0,0,0,10,0,20,20,0,10,20,0,0,20,0,0,20,20,30,0,0,0,0,0,0,0,0,0,10,0,10,20,10,50,20,20,10,30,40,10,20,10,10,10,0,0,0,0,0,0,0,0,0,10,10,20,0,0,10,20,10,10,10,30,0,30,0,0,0,0,0,0,0,0,0,20,10,10,0,10,10,0,0,0,20,10,0,20,10,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/03.json b/dist/chartDummyData/views_zoom/2018-11/03.json new file mode 100644 index 000000000..0276165b9 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/03.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1540944000000,1540947600000,1540951200000,1540954800000,1540958400000,1540962000000,1540965600000,1540969200000,1540972800000,1540976400000,1540980000000,1540983600000,1540987200000,1540990800000,1540994400000,1540998000000,1541001600000,1541005200000,1541008800000,1541012400000,1541016000000,1541019600000,1541023200000,1541026800000,1541030400000,1541034000000,1541037600000,1541041200000,1541044800000,1541048400000,1541052000000,1541055600000,1541059200000,1541062800000,1541066400000,1541070000000,1541073600000,1541077200000,1541080800000,1541084400000,1541088000000,1541091600000,1541095200000,1541098800000,1541102400000,1541106000000,1541109600000,1541113200000,1541116800000,1541120400000,1541124000000,1541127600000,1541131200000,1541134800000,1541138400000,1541142000000,1541145600000,1541149200000,1541152800000,1541156400000,1541160000000,1541163600000,1541167200000,1541170800000,1541174400000,1541178000000,1541181600000,1541185200000,1541188800000,1541192400000,1541196000000,1541199600000,1541203200000,1541206800000,1541210400000,1541214000000,1541217600000,1541221200000,1541224800000,1541228400000,1541232000000,1541235600000,1541239200000,1541242800000,1541246400000,1541250000000,1541253600000,1541257200000,1541260800000,1541264400000,1541268000000,1541271600000,1541275200000,1541278800000,1541282400000,1541286000000,1541289600000,1541293200000,1541296800000,1541300400000,1541304000000,1541307600000,1541311200000,1541314800000,1541318400000,1541322000000,1541325600000,1541329200000,1541332800000,1541336400000,1541340000000,1541343600000,1541347200000,1541350800000,1541354400000,1541358000000,1541361600000,1541365200000,1541368800000,1541372400000,1541376000000,1541379600000,1541383200000,1541386800000,1541390400000,1541394000000,1541397600000,1541401200000,1541404800000,1541408400000,1541412000000,1541415600000,1541419200000,1541422800000,1541426400000,1541430000000,1541433600000,1541437200000,1541440800000,1541444400000,1541448000000,1541451600000,1541455200000,1541458800000,1541462400000,1541466000000,1541469600000,1541473200000,1541476800000,1541480400000,1541484000000,1541487600000,1541491200000,1541494800000,1541498400000,1541502000000,1541505600000,1541509200000,1541512800000,1541516400000,1541520000000,1541523600000,1541527200000,1541530800000,1541534400000,1541538000000,1541541600000,1541545200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[510,180,100,30,200,440,680,950,1010,1500,1870,1880,2050,1780,1900,2010,1780,2330,1990,2000,2360,1660,1390,1320,870,540,290,130,120,130,210,1080,1330,1830,2700,2380,2040,2810,2330,2230,1950,2090,2380,2050,1900,2050,1810,1690,840,300,180,40,30,380,330,620,1340,1900,2280,2130,2160,1870,2580,2090,2330,2240,2210,2370,2830,2450,2230,1200,680,390,230,60,180,160,230,540,1040,1450,1510,2030,2190,3160,2160,2240,2240,2280,2090,2130,1750,1930,1640,1050,990,430,260,110,60,120,290,820,1260,1400,2010,2250,2170,2130,2500,2850,2330,2480,2380,2820,3090,2600,1920,1230,680,220,80,50,40,230,550,1060,1360,1370,1340,1560,1750,2580,2030,1940,1940,1960,1930,2530,2770,2460,2060,1210,440,180,170,100,50,190,780,1130,1380,1130,1350,1650,2240,1890,2210,1730,2200,2310,2150,2360,2910,2950,1810,1320]},{"name":"URL","color":"#2373DB","values":[490,90,80,30,70,230,610,830,1010,1110,1410,1860,2000,1870,1760,2120,2190,3060,2510,1920,1650,1330,910,750,390,240,180,110,0,30,140,330,490,1000,1480,1470,1410,1340,1400,1230,1510,1710,2180,1420,1270,1210,1190,760,550,180,270,80,30,100,220,510,970,1420,1380,1620,1870,1690,1390,1810,2080,2130,1810,1900,1820,1580,1210,780,520,190,100,30,10,30,110,380,710,1080,1680,1680,1610,1710,1540,1730,1710,1990,1620,1500,1330,1460,1580,920,600,220,180,110,0,0,10,160,550,910,1170,1800,950,1570,1440,1490,1710,1870,1810,1680,1830,1500,840,830,540,160,20,0,30,60,490,660,910,1070,1210,1480,1620,1700,1720,1640,2190,2430,2290,2320,2340,1900,1030,590,250,160,70,0,50,90,510,820,1140,980,1200,1560,1690,1530,1470,1890,2100,2910,2570,2160,1910,2040,1690,930]},{"name":"Groups","color":"#9ED448","values":[490,190,120,20,40,270,810,860,1250,1480,1400,1630,1510,1810,1580,1450,1220,1400,1600,1760,1990,1870,1690,1630,810,640,220,120,100,190,330,690,1070,1310,1620,1770,1590,1710,1720,1420,2090,1980,1710,2010,2210,2630,2240,1790,840,280,170,30,100,160,370,760,1010,1320,1440,2050,2010,1860,2140,1970,2160,1690,1550,2040,2640,2100,2290,1880,740,540,160,150,70,120,360,710,950,1320,1640,1570,1610,1800,1830,1590,1690,1320,2300,1720,2030,2290,2300,1690,1690,820,300,150,60,30,170,650,1090,1190,1380,2020,1760,2080,1520,2280,1860,1460,1990,2600,2580,2870,2860,1840,800,400,90,70,210,280,720,1120,980,1210,1450,1490,1580,2290,2120,1330,1550,2090,1770,2180,2700,3970,2850,1650,730,280,130,20,70,450,870,880,910,1440,1440,1630,2690,1840,1690,1510,2100,1750,1980,2130,3000,3280,2790,2070]},{"name":"Channel","color":"#4fae4e","values":[40,30,20,0,20,0,70,70,90,110,50,100,130,170,110,140,140,130,130,120,90,110,190,140,190,70,30,10,10,10,10,60,100,100,240,260,170,150,240,160,130,140,150,60,180,190,170,190,80,30,10,10,0,40,30,40,60,100,170,110,100,210,150,240,80,80,170,150,190,220,170,110,90,50,60,10,0,0,20,60,40,160,90,90,80,230,130,190,140,140,200,130,110,230,60,140,100,70,40,30,10,0,50,100,70,110,250,90,90,110,160,190,120,230,100,160,180,230,190,120,30,40,20,0,30,50,40,90,40,50,40,20,70,210,100,180,200,170,150,140,260,240,170,110,30,0,0,30,0,20,40,20,40,50,80,120,120,130,220,110,240,170,150,180,280,350,170,230]},{"name":"Search","color":"#F5BD25","values":[10,10,0,0,0,540,260,140,170,400,130,240,150,270,220,420,220,310,160,100,320,60,120,50,80,170,50,10,10,60,510,630,410,250,120,320,120,300,150,140,290,120,320,360,430,310,180,370,240,60,40,40,0,490,390,350,230,610,180,380,470,240,270,170,270,190,500,280,250,290,510,210,120,80,30,10,0,560,90,200,150,310,260,340,160,130,140,250,180,490,240,270,290,190,270,100,60,40,10,0,0,0,20,550,500,250,90,170,140,760,280,840,210,120,190,290,350,340,210,200,30,30,10,0,0,520,50,110,360,250,140,230,270,200,220,120,180,230,320,300,150,280,150,180,130,70,20,0,20,120,480,200,110,120,150,240,130,250,230,120,80,320,470,330,160,190,130,50]},{"name":"Other","color":"#F79E39","values":[40,10,30,30,0,50,190,170,200,180,250,320,280,350,230,300,240,250,230,250,340,270,170,150,90,80,10,30,10,40,40,130,190,270,290,310,670,350,360,230,250,280,370,320,390,360,350,140,130,80,40,0,10,40,40,160,330,300,280,370,280,330,290,250,250,330,240,320,440,330,240,150,120,100,50,20,10,30,20,150,160,360,300,270,280,330,230,180,230,250,170,270,200,210,190,170,80,110,10,10,10,20,30,110,130,170,330,420,430,300,350,340,180,420,260,320,280,270,370,190,100,50,10,0,10,100,200,170,230,280,250,250,250,380,260,330,230,550,290,370,280,460,310,270,100,30,0,10,0,30,170,210,270,310,230,260,450,410,310,340,240,290,330,490,500,280,310,210]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,10,0,10,10,10,20,10,30,0,10,10,10,30,0,0,10,0,0,0,0,0,0,10,10,10,20,0,0,0,10,10,20,0,10,0,0,10,0,10,0,0,0,0,0,0,0,10,0,20,20,0,10,20,0,0,20,0,0,20,20,30,0,0,0,0,0,0,0,0,0,10,0,10,20,10,50,20,20,10,30,40,10,20,10,10,10,0,0,0,0,0,0,0,0,0,10,10,20,0,0,10,20,10,10,10,30,0,30,0,0,0,0,0,0,0,0,0,20,10,10,0,10,10,0,0,0,20,10,0,20,10,0,10,0,0,0,0,0,0,0,0,0,0,10,10,0,20,40,10,0,0,10,20,10,0,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/04.json b/dist/chartDummyData/views_zoom/2018-11/04.json new file mode 100644 index 000000000..ac01d58c8 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/04.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1541030400000,1541034000000,1541037600000,1541041200000,1541044800000,1541048400000,1541052000000,1541055600000,1541059200000,1541062800000,1541066400000,1541070000000,1541073600000,1541077200000,1541080800000,1541084400000,1541088000000,1541091600000,1541095200000,1541098800000,1541102400000,1541106000000,1541109600000,1541113200000,1541116800000,1541120400000,1541124000000,1541127600000,1541131200000,1541134800000,1541138400000,1541142000000,1541145600000,1541149200000,1541152800000,1541156400000,1541160000000,1541163600000,1541167200000,1541170800000,1541174400000,1541178000000,1541181600000,1541185200000,1541188800000,1541192400000,1541196000000,1541199600000,1541203200000,1541206800000,1541210400000,1541214000000,1541217600000,1541221200000,1541224800000,1541228400000,1541232000000,1541235600000,1541239200000,1541242800000,1541246400000,1541250000000,1541253600000,1541257200000,1541260800000,1541264400000,1541268000000,1541271600000,1541275200000,1541278800000,1541282400000,1541286000000,1541289600000,1541293200000,1541296800000,1541300400000,1541304000000,1541307600000,1541311200000,1541314800000,1541318400000,1541322000000,1541325600000,1541329200000,1541332800000,1541336400000,1541340000000,1541343600000,1541347200000,1541350800000,1541354400000,1541358000000,1541361600000,1541365200000,1541368800000,1541372400000,1541376000000,1541379600000,1541383200000,1541386800000,1541390400000,1541394000000,1541397600000,1541401200000,1541404800000,1541408400000,1541412000000,1541415600000,1541419200000,1541422800000,1541426400000,1541430000000,1541433600000,1541437200000,1541440800000,1541444400000,1541448000000,1541451600000,1541455200000,1541458800000,1541462400000,1541466000000,1541469600000,1541473200000,1541476800000,1541480400000,1541484000000,1541487600000,1541491200000,1541494800000,1541498400000,1541502000000,1541505600000,1541509200000,1541512800000,1541516400000,1541520000000,1541523600000,1541527200000,1541530800000,1541534400000,1541538000000,1541541600000,1541545200000,1541548800000,1541552400000,1541556000000,1541559600000,1541563200000,1541566800000,1541570400000,1541574000000,1541577600000,1541581200000,1541584800000,1541588400000,1541592000000,1541595600000,1541599200000,1541602800000,1541606400000,1541610000000,1541613600000,1541617200000,1541620800000,1541624400000,1541628000000,1541631600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[870,540,290,130,120,130,210,1080,1330,1830,2700,2380,2040,2810,2330,2230,1950,2090,2380,2050,1900,2050,1810,1690,840,300,180,40,30,380,330,620,1340,1900,2280,2130,2160,1870,2580,2090,2330,2240,2210,2370,2830,2450,2230,1200,680,390,230,60,180,160,230,540,1040,1450,1510,2030,2190,3160,2160,2240,2240,2280,2090,2130,1750,1930,1640,1050,990,430,260,110,60,120,290,820,1260,1400,2010,2250,2170,2130,2500,2850,2330,2480,2380,2820,3090,2600,1920,1230,680,220,80,50,40,230,550,1060,1360,1370,1340,1560,1750,2580,2030,1940,1940,1960,1930,2530,2770,2460,2060,1210,440,180,170,100,50,190,780,1130,1380,1130,1350,1650,2240,1890,2210,1730,2200,2310,2150,2360,2910,2950,1810,1320,720,240,190,40,80,300,750,1070,1040,1110,2350,1530,1830,2240,2610,2410,2170,2390,2180,2810,2430,2200,2340,1550]},{"name":"URL","color":"#2373DB","values":[390,240,180,110,0,30,140,330,490,1000,1480,1470,1410,1340,1400,1230,1510,1710,2180,1420,1270,1210,1190,760,550,180,270,80,30,100,220,510,970,1420,1380,1620,1870,1690,1390,1810,2080,2130,1810,1900,1820,1580,1210,780,520,190,100,30,10,30,110,380,710,1080,1680,1680,1610,1710,1540,1730,1710,1990,1620,1500,1330,1460,1580,920,600,220,180,110,0,0,10,160,550,910,1170,1800,950,1570,1440,1490,1710,1870,1810,1680,1830,1500,840,830,540,160,20,0,30,60,490,660,910,1070,1210,1480,1620,1700,1720,1640,2190,2430,2290,2320,2340,1900,1030,590,250,160,70,0,50,90,510,820,1140,980,1200,1560,1690,1530,1470,1890,2100,2910,2570,2160,1910,2040,1690,930,260,130,110,60,20,80,560,760,910,1110,1490,2060,2000,1630,1990,1830,2190,2650,2650,2230,2040,2210,1690,700]},{"name":"Groups","color":"#9ED448","values":[810,640,220,120,100,190,330,690,1070,1310,1620,1770,1590,1710,1720,1420,2090,1980,1710,2010,2210,2630,2240,1790,840,280,170,30,100,160,370,760,1010,1320,1440,2050,2010,1860,2140,1970,2160,1690,1550,2040,2640,2100,2290,1880,740,540,160,150,70,120,360,710,950,1320,1640,1570,1610,1800,1830,1590,1690,1320,2300,1720,2030,2290,2300,1690,1690,820,300,150,60,30,170,650,1090,1190,1380,2020,1760,2080,1520,2280,1860,1460,1990,2600,2580,2870,2860,1840,800,400,90,70,210,280,720,1120,980,1210,1450,1490,1580,2290,2120,1330,1550,2090,1770,2180,2700,3970,2850,1650,730,280,130,20,70,450,870,880,910,1440,1440,1630,2690,1840,1690,1510,2100,1750,1980,2130,3000,3280,2790,2070,780,240,80,80,130,240,860,1240,940,950,1100,1460,1910,1810,1900,1340,1790,1920,1910,2770,3080,3400,3060,1830]},{"name":"Channel","color":"#4fae4e","values":[190,70,30,10,10,10,10,60,100,100,240,260,170,150,240,160,130,140,150,60,180,190,170,190,80,30,10,10,0,40,30,40,60,100,170,110,100,210,150,240,80,80,170,150,190,220,170,110,90,50,60,10,0,0,20,60,40,160,90,90,80,230,130,190,140,140,200,130,110,230,60,140,100,70,40,30,10,0,50,100,70,110,250,90,90,110,160,190,120,230,100,160,180,230,190,120,30,40,20,0,30,50,40,90,40,50,40,20,70,210,100,180,200,170,150,140,260,240,170,110,30,0,0,30,0,20,40,20,40,50,80,120,120,130,220,110,240,170,150,180,280,350,170,230,140,60,20,10,10,0,30,100,110,70,100,160,50,190,240,180,300,220,160,180,150,150,280,110]},{"name":"Search","color":"#F5BD25","values":[80,170,50,10,10,60,510,630,410,250,120,320,120,300,150,140,290,120,320,360,430,310,180,370,240,60,40,40,0,490,390,350,230,610,180,380,470,240,270,170,270,190,500,280,250,290,510,210,120,80,30,10,0,560,90,200,150,310,260,340,160,130,140,250,180,490,240,270,290,190,270,100,60,40,10,0,0,0,20,550,500,250,90,170,140,760,280,840,210,120,190,290,350,340,210,200,30,30,10,0,0,520,50,110,360,250,140,230,270,200,220,120,180,230,320,300,150,280,150,180,130,70,20,0,20,120,480,200,110,120,150,240,130,250,230,120,80,320,470,330,160,190,130,50,40,10,70,0,0,610,120,240,280,150,130,140,300,220,460,580,710,1010,1380,1090,800,760,710,410]},{"name":"Other","color":"#F79E39","values":[90,80,10,30,10,40,40,130,190,270,290,310,670,350,360,230,250,280,370,320,390,360,350,140,130,80,40,0,10,40,40,160,330,300,280,370,280,330,290,250,250,330,240,320,440,330,240,150,120,100,50,20,10,30,20,150,160,360,300,270,280,330,230,180,230,250,170,270,200,210,190,170,80,110,10,10,10,20,30,110,130,170,330,420,430,300,350,340,180,420,260,320,280,270,370,190,100,50,10,0,10,100,200,170,230,280,250,250,250,380,260,330,230,550,290,370,280,460,310,270,100,30,0,10,0,30,170,210,270,310,230,260,450,410,310,340,240,290,330,490,500,280,310,210,110,80,30,10,10,30,170,150,220,270,310,170,290,270,230,350,440,290,310,390,420,300,280,270]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,0,10,10,10,20,0,0,0,10,10,20,0,10,0,0,10,0,10,0,0,0,0,0,0,0,10,0,20,20,0,10,20,0,0,20,0,0,20,20,30,0,0,0,0,0,0,0,0,0,10,0,10,20,10,50,20,20,10,30,40,10,20,10,10,10,0,0,0,0,0,0,0,0,0,10,10,20,0,0,10,20,10,10,10,30,0,30,0,0,0,0,0,0,0,0,0,20,10,10,0,10,10,0,0,0,20,10,0,20,10,0,10,0,0,0,0,0,0,0,0,0,0,10,10,0,20,40,10,0,0,10,20,10,0,0,10,0,0,0,0,0,0,0,0,10,20,10,0,0,10,40,0,10,10,0,10,0,20,10,20,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/05.json b/dist/chartDummyData/views_zoom/2018-11/05.json new file mode 100644 index 000000000..1129751d5 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/05.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1541116800000,1541120400000,1541124000000,1541127600000,1541131200000,1541134800000,1541138400000,1541142000000,1541145600000,1541149200000,1541152800000,1541156400000,1541160000000,1541163600000,1541167200000,1541170800000,1541174400000,1541178000000,1541181600000,1541185200000,1541188800000,1541192400000,1541196000000,1541199600000,1541203200000,1541206800000,1541210400000,1541214000000,1541217600000,1541221200000,1541224800000,1541228400000,1541232000000,1541235600000,1541239200000,1541242800000,1541246400000,1541250000000,1541253600000,1541257200000,1541260800000,1541264400000,1541268000000,1541271600000,1541275200000,1541278800000,1541282400000,1541286000000,1541289600000,1541293200000,1541296800000,1541300400000,1541304000000,1541307600000,1541311200000,1541314800000,1541318400000,1541322000000,1541325600000,1541329200000,1541332800000,1541336400000,1541340000000,1541343600000,1541347200000,1541350800000,1541354400000,1541358000000,1541361600000,1541365200000,1541368800000,1541372400000,1541376000000,1541379600000,1541383200000,1541386800000,1541390400000,1541394000000,1541397600000,1541401200000,1541404800000,1541408400000,1541412000000,1541415600000,1541419200000,1541422800000,1541426400000,1541430000000,1541433600000,1541437200000,1541440800000,1541444400000,1541448000000,1541451600000,1541455200000,1541458800000,1541462400000,1541466000000,1541469600000,1541473200000,1541476800000,1541480400000,1541484000000,1541487600000,1541491200000,1541494800000,1541498400000,1541502000000,1541505600000,1541509200000,1541512800000,1541516400000,1541520000000,1541523600000,1541527200000,1541530800000,1541534400000,1541538000000,1541541600000,1541545200000,1541548800000,1541552400000,1541556000000,1541559600000,1541563200000,1541566800000,1541570400000,1541574000000,1541577600000,1541581200000,1541584800000,1541588400000,1541592000000,1541595600000,1541599200000,1541602800000,1541606400000,1541610000000,1541613600000,1541617200000,1541620800000,1541624400000,1541628000000,1541631600000,1541635200000,1541638800000,1541642400000,1541646000000,1541649600000,1541653200000,1541656800000,1541660400000,1541664000000,1541667600000,1541671200000,1541674800000,1541678400000,1541682000000,1541685600000,1541689200000,1541692800000,1541696400000,1541700000000,1541703600000,1541707200000,1541710800000,1541714400000,1541718000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[840,300,180,40,30,380,330,620,1340,1900,2280,2130,2160,1870,2580,2090,2330,2240,2210,2370,2830,2450,2230,1200,680,390,230,60,180,160,230,540,1040,1450,1510,2030,2190,3160,2160,2240,2240,2280,2090,2130,1750,1930,1640,1050,990,430,260,110,60,120,290,820,1260,1400,2010,2250,2170,2130,2500,2850,2330,2480,2380,2820,3090,2600,1920,1230,680,220,80,50,40,230,550,1060,1360,1370,1340,1560,1750,2580,2030,1940,1940,1960,1930,2530,2770,2460,2060,1210,440,180,170,100,50,190,780,1130,1380,1130,1350,1650,2240,1890,2210,1730,2200,2310,2150,2360,2910,2950,1810,1320,720,240,190,40,80,300,750,1070,1040,1110,2350,1530,1830,2240,2610,2410,2170,2390,2180,2810,2430,2200,2340,1550,430,290,80,30,50,380,960,1460,1220,1660,1980,1550,1870,2020,2440,2260,2020,2170,2810,2490,2440,2210,2140,1170]},{"name":"URL","color":"#2373DB","values":[550,180,270,80,30,100,220,510,970,1420,1380,1620,1870,1690,1390,1810,2080,2130,1810,1900,1820,1580,1210,780,520,190,100,30,10,30,110,380,710,1080,1680,1680,1610,1710,1540,1730,1710,1990,1620,1500,1330,1460,1580,920,600,220,180,110,0,0,10,160,550,910,1170,1800,950,1570,1440,1490,1710,1870,1810,1680,1830,1500,840,830,540,160,20,0,30,60,490,660,910,1070,1210,1480,1620,1700,1720,1640,2190,2430,2290,2320,2340,1900,1030,590,250,160,70,0,50,90,510,820,1140,980,1200,1560,1690,1530,1470,1890,2100,2910,2570,2160,1910,2040,1690,930,260,130,110,60,20,80,560,760,910,1110,1490,2060,2000,1630,1990,1830,2190,2650,2650,2230,2040,2210,1690,700,380,80,40,10,10,40,390,760,920,1260,1380,1390,1880,1860,1470,1560,2190,2750,2380,2270,2250,1790,1600,720]},{"name":"Groups","color":"#9ED448","values":[840,280,170,30,100,160,370,760,1010,1320,1440,2050,2010,1860,2140,1970,2160,1690,1550,2040,2640,2100,2290,1880,740,540,160,150,70,120,360,710,950,1320,1640,1570,1610,1800,1830,1590,1690,1320,2300,1720,2030,2290,2300,1690,1690,820,300,150,60,30,170,650,1090,1190,1380,2020,1760,2080,1520,2280,1860,1460,1990,2600,2580,2870,2860,1840,800,400,90,70,210,280,720,1120,980,1210,1450,1490,1580,2290,2120,1330,1550,2090,1770,2180,2700,3970,2850,1650,730,280,130,20,70,450,870,880,910,1440,1440,1630,2690,1840,1690,1510,2100,1750,1980,2130,3000,3280,2790,2070,780,240,80,80,130,240,860,1240,940,950,1100,1460,1910,1810,1900,1340,1790,1920,1910,2770,3080,3400,3060,1830,800,260,60,10,160,240,840,1130,1170,1150,1380,1990,2240,1720,1790,2130,1870,2320,2670,2140,2860,2860,3100,1580]},{"name":"Channel","color":"#4fae4e","values":[80,30,10,10,0,40,30,40,60,100,170,110,100,210,150,240,80,80,170,150,190,220,170,110,90,50,60,10,0,0,20,60,40,160,90,90,80,230,130,190,140,140,200,130,110,230,60,140,100,70,40,30,10,0,50,100,70,110,250,90,90,110,160,190,120,230,100,160,180,230,190,120,30,40,20,0,30,50,40,90,40,50,40,20,70,210,100,180,200,170,150,140,260,240,170,110,30,0,0,30,0,20,40,20,40,50,80,120,120,130,220,110,240,170,150,180,280,350,170,230,140,60,20,10,10,0,30,100,110,70,100,160,50,190,240,180,300,220,160,180,150,150,280,110,80,60,0,10,0,40,40,60,40,80,120,100,110,210,120,160,90,190,140,130,410,180,180,130]},{"name":"Search","color":"#F5BD25","values":[240,60,40,40,0,490,390,350,230,610,180,380,470,240,270,170,270,190,500,280,250,290,510,210,120,80,30,10,0,560,90,200,150,310,260,340,160,130,140,250,180,490,240,270,290,190,270,100,60,40,10,0,0,0,20,550,500,250,90,170,140,760,280,840,210,120,190,290,350,340,210,200,30,30,10,0,0,520,50,110,360,250,140,230,270,200,220,120,180,230,320,300,150,280,150,180,130,70,20,0,20,120,480,200,110,120,150,240,130,250,230,120,80,320,470,330,160,190,130,50,40,10,70,0,0,610,120,240,280,150,130,140,300,220,460,580,710,1010,1380,1090,800,760,710,410,100,60,10,40,20,240,340,1510,490,350,280,480,710,680,690,710,780,890,760,930,980,710,360,210]},{"name":"Other","color":"#F79E39","values":[130,80,40,0,10,40,40,160,330,300,280,370,280,330,290,250,250,330,240,320,440,330,240,150,120,100,50,20,10,30,20,150,160,360,300,270,280,330,230,180,230,250,170,270,200,210,190,170,80,110,10,10,10,20,30,110,130,170,330,420,430,300,350,340,180,420,260,320,280,270,370,190,100,50,10,0,10,100,200,170,230,280,250,250,250,380,260,330,230,550,290,370,280,460,310,270,100,30,0,10,0,30,170,210,270,310,230,260,450,410,310,340,240,290,330,490,500,280,310,210,110,80,30,10,10,30,170,150,220,270,310,170,290,270,230,350,440,290,310,390,420,300,280,270,90,50,10,20,20,70,200,160,290,210,250,350,280,220,280,290,260,250,360,380,370,330,280,180]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,20,20,0,10,20,0,0,20,0,0,20,20,30,0,0,0,0,0,0,0,0,0,10,0,10,20,10,50,20,20,10,30,40,10,20,10,10,10,0,0,0,0,0,0,0,0,0,10,10,20,0,0,10,20,10,10,10,30,0,30,0,0,0,0,0,0,0,0,0,20,10,10,0,10,10,0,0,0,20,10,0,20,10,0,10,0,0,0,0,0,0,0,0,0,0,10,10,0,20,40,10,0,0,10,20,10,0,0,10,0,0,0,0,0,0,0,0,10,20,10,0,0,10,40,0,10,10,0,10,0,20,10,20,0,0,10,0,0,0,10,0,10,0,10,0,0,10,0,0,0,10,0,10,20,0,10,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/06.json b/dist/chartDummyData/views_zoom/2018-11/06.json new file mode 100644 index 000000000..79143ac61 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/06.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1541203200000,1541206800000,1541210400000,1541214000000,1541217600000,1541221200000,1541224800000,1541228400000,1541232000000,1541235600000,1541239200000,1541242800000,1541246400000,1541250000000,1541253600000,1541257200000,1541260800000,1541264400000,1541268000000,1541271600000,1541275200000,1541278800000,1541282400000,1541286000000,1541289600000,1541293200000,1541296800000,1541300400000,1541304000000,1541307600000,1541311200000,1541314800000,1541318400000,1541322000000,1541325600000,1541329200000,1541332800000,1541336400000,1541340000000,1541343600000,1541347200000,1541350800000,1541354400000,1541358000000,1541361600000,1541365200000,1541368800000,1541372400000,1541376000000,1541379600000,1541383200000,1541386800000,1541390400000,1541394000000,1541397600000,1541401200000,1541404800000,1541408400000,1541412000000,1541415600000,1541419200000,1541422800000,1541426400000,1541430000000,1541433600000,1541437200000,1541440800000,1541444400000,1541448000000,1541451600000,1541455200000,1541458800000,1541462400000,1541466000000,1541469600000,1541473200000,1541476800000,1541480400000,1541484000000,1541487600000,1541491200000,1541494800000,1541498400000,1541502000000,1541505600000,1541509200000,1541512800000,1541516400000,1541520000000,1541523600000,1541527200000,1541530800000,1541534400000,1541538000000,1541541600000,1541545200000,1541548800000,1541552400000,1541556000000,1541559600000,1541563200000,1541566800000,1541570400000,1541574000000,1541577600000,1541581200000,1541584800000,1541588400000,1541592000000,1541595600000,1541599200000,1541602800000,1541606400000,1541610000000,1541613600000,1541617200000,1541620800000,1541624400000,1541628000000,1541631600000,1541635200000,1541638800000,1541642400000,1541646000000,1541649600000,1541653200000,1541656800000,1541660400000,1541664000000,1541667600000,1541671200000,1541674800000,1541678400000,1541682000000,1541685600000,1541689200000,1541692800000,1541696400000,1541700000000,1541703600000,1541707200000,1541710800000,1541714400000,1541718000000,1541721600000,1541725200000,1541728800000,1541732400000,1541736000000,1541739600000,1541743200000,1541746800000,1541750400000,1541754000000,1541757600000,1541761200000,1541764800000,1541768400000,1541772000000,1541775600000,1541779200000,1541782800000,1541786400000,1541790000000,1541793600000,1541797200000,1541800800000,1541804400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[680,390,230,60,180,160,230,540,1040,1450,1510,2030,2190,3160,2160,2240,2240,2280,2090,2130,1750,1930,1640,1050,990,430,260,110,60,120,290,820,1260,1400,2010,2250,2170,2130,2500,2850,2330,2480,2380,2820,3090,2600,1920,1230,680,220,80,50,40,230,550,1060,1360,1370,1340,1560,1750,2580,2030,1940,1940,1960,1930,2530,2770,2460,2060,1210,440,180,170,100,50,190,780,1130,1380,1130,1350,1650,2240,1890,2210,1730,2200,2310,2150,2360,2910,2950,1810,1320,720,240,190,40,80,300,750,1070,1040,1110,2350,1530,1830,2240,2610,2410,2170,2390,2180,2810,2430,2200,2340,1550,430,290,80,30,50,380,960,1460,1220,1660,1980,1550,1870,2020,2440,2260,2020,2170,2810,2490,2440,2210,2140,1170,450,210,200,190,20,290,590,1120,1380,2070,1690,1900,1870,1960,2280,1910,2360,2070,2200,2400,2380,2180,1960,1280]},{"name":"URL","color":"#2373DB","values":[520,190,100,30,10,30,110,380,710,1080,1680,1680,1610,1710,1540,1730,1710,1990,1620,1500,1330,1460,1580,920,600,220,180,110,0,0,10,160,550,910,1170,1800,950,1570,1440,1490,1710,1870,1810,1680,1830,1500,840,830,540,160,20,0,30,60,490,660,910,1070,1210,1480,1620,1700,1720,1640,2190,2430,2290,2320,2340,1900,1030,590,250,160,70,0,50,90,510,820,1140,980,1200,1560,1690,1530,1470,1890,2100,2910,2570,2160,1910,2040,1690,930,260,130,110,60,20,80,560,760,910,1110,1490,2060,2000,1630,1990,1830,2190,2650,2650,2230,2040,2210,1690,700,380,80,40,10,10,40,390,760,920,1260,1380,1390,1880,1860,1470,1560,2190,2750,2380,2270,2250,1790,1600,720,450,210,30,20,10,110,430,950,1040,1190,1590,1840,1910,2160,1620,1760,2530,2690,2580,2320,1940,2010,1240,960]},{"name":"Groups","color":"#9ED448","values":[740,540,160,150,70,120,360,710,950,1320,1640,1570,1610,1800,1830,1590,1690,1320,2300,1720,2030,2290,2300,1690,1690,820,300,150,60,30,170,650,1090,1190,1380,2020,1760,2080,1520,2280,1860,1460,1990,2600,2580,2870,2860,1840,800,400,90,70,210,280,720,1120,980,1210,1450,1490,1580,2290,2120,1330,1550,2090,1770,2180,2700,3970,2850,1650,730,280,130,20,70,450,870,880,910,1440,1440,1630,2690,1840,1690,1510,2100,1750,1980,2130,3000,3280,2790,2070,780,240,80,80,130,240,860,1240,940,950,1100,1460,1910,1810,1900,1340,1790,1920,1910,2770,3080,3400,3060,1830,800,260,60,10,160,240,840,1130,1170,1150,1380,1990,2240,1720,1790,2130,1870,2320,2670,2140,2860,2860,3100,1580,780,320,60,50,70,380,900,1080,1220,1870,1390,1870,2050,2020,1750,3000,1980,1920,2010,2070,2400,2810,2550,2050]},{"name":"Channel","color":"#4fae4e","values":[90,50,60,10,0,0,20,60,40,160,90,90,80,230,130,190,140,140,200,130,110,230,60,140,100,70,40,30,10,0,50,100,70,110,250,90,90,110,160,190,120,230,100,160,180,230,190,120,30,40,20,0,30,50,40,90,40,50,40,20,70,210,100,180,200,170,150,140,260,240,170,110,30,0,0,30,0,20,40,20,40,50,80,120,120,130,220,110,240,170,150,180,280,350,170,230,140,60,20,10,10,0,30,100,110,70,100,160,50,190,240,180,300,220,160,180,150,150,280,110,80,60,0,10,0,40,40,60,40,80,120,100,110,210,120,160,90,190,140,130,410,180,180,130,20,10,30,0,0,10,50,40,80,30,80,90,160,140,60,250,120,140,180,190,150,140,150,90]},{"name":"Search","color":"#F5BD25","values":[120,80,30,10,0,560,90,200,150,310,260,340,160,130,140,250,180,490,240,270,290,190,270,100,60,40,10,0,0,0,20,550,500,250,90,170,140,760,280,840,210,120,190,290,350,340,210,200,30,30,10,0,0,520,50,110,360,250,140,230,270,200,220,120,180,230,320,300,150,280,150,180,130,70,20,0,20,120,480,200,110,120,150,240,130,250,230,120,80,320,470,330,160,190,130,50,40,10,70,0,0,610,120,240,280,150,130,140,300,220,460,580,710,1010,1380,1090,800,760,710,410,100,60,10,40,20,240,340,1510,490,350,280,480,710,680,690,710,780,890,760,930,980,710,360,210,70,0,10,40,20,340,520,190,430,360,300,250,470,290,570,300,360,270,670,360,340,340,430,140]},{"name":"Other","color":"#F79E39","values":[120,100,50,20,10,30,20,150,160,360,300,270,280,330,230,180,230,250,170,270,200,210,190,170,80,110,10,10,10,20,30,110,130,170,330,420,430,300,350,340,180,420,260,320,280,270,370,190,100,50,10,0,10,100,200,170,230,280,250,250,250,380,260,330,230,550,290,370,280,460,310,270,100,30,0,10,0,30,170,210,270,310,230,260,450,410,310,340,240,290,330,490,500,280,310,210,110,80,30,10,10,30,170,150,220,270,310,170,290,270,230,350,440,290,310,390,420,300,280,270,90,50,10,20,20,70,200,160,290,210,250,350,280,220,280,290,260,250,360,380,370,330,280,180,150,60,0,0,10,30,260,260,200,240,330,290,300,310,210,280,250,370,310,350,340,310,230,220]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,10,20,10,50,20,20,10,30,40,10,20,10,10,10,0,0,0,0,0,0,0,0,0,10,10,20,0,0,10,20,10,10,10,30,0,30,0,0,0,0,0,0,0,0,0,20,10,10,0,10,10,0,0,0,20,10,0,20,10,0,10,0,0,0,0,0,0,0,0,0,0,10,10,0,20,40,10,0,0,10,20,10,0,0,10,0,0,0,0,0,0,0,0,10,20,10,0,0,10,40,0,10,10,0,10,0,20,10,20,0,0,10,0,0,0,10,0,10,0,10,0,0,10,0,0,0,10,0,10,20,0,10,0,10,0,0,0,0,0,0,0,0,20,10,10,0,40,10,20,0,0,40,0,20,10,20,30,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/07.json b/dist/chartDummyData/views_zoom/2018-11/07.json new file mode 100644 index 000000000..d2f71c7ef --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/07.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1541289600000,1541293200000,1541296800000,1541300400000,1541304000000,1541307600000,1541311200000,1541314800000,1541318400000,1541322000000,1541325600000,1541329200000,1541332800000,1541336400000,1541340000000,1541343600000,1541347200000,1541350800000,1541354400000,1541358000000,1541361600000,1541365200000,1541368800000,1541372400000,1541376000000,1541379600000,1541383200000,1541386800000,1541390400000,1541394000000,1541397600000,1541401200000,1541404800000,1541408400000,1541412000000,1541415600000,1541419200000,1541422800000,1541426400000,1541430000000,1541433600000,1541437200000,1541440800000,1541444400000,1541448000000,1541451600000,1541455200000,1541458800000,1541462400000,1541466000000,1541469600000,1541473200000,1541476800000,1541480400000,1541484000000,1541487600000,1541491200000,1541494800000,1541498400000,1541502000000,1541505600000,1541509200000,1541512800000,1541516400000,1541520000000,1541523600000,1541527200000,1541530800000,1541534400000,1541538000000,1541541600000,1541545200000,1541548800000,1541552400000,1541556000000,1541559600000,1541563200000,1541566800000,1541570400000,1541574000000,1541577600000,1541581200000,1541584800000,1541588400000,1541592000000,1541595600000,1541599200000,1541602800000,1541606400000,1541610000000,1541613600000,1541617200000,1541620800000,1541624400000,1541628000000,1541631600000,1541635200000,1541638800000,1541642400000,1541646000000,1541649600000,1541653200000,1541656800000,1541660400000,1541664000000,1541667600000,1541671200000,1541674800000,1541678400000,1541682000000,1541685600000,1541689200000,1541692800000,1541696400000,1541700000000,1541703600000,1541707200000,1541710800000,1541714400000,1541718000000,1541721600000,1541725200000,1541728800000,1541732400000,1541736000000,1541739600000,1541743200000,1541746800000,1541750400000,1541754000000,1541757600000,1541761200000,1541764800000,1541768400000,1541772000000,1541775600000,1541779200000,1541782800000,1541786400000,1541790000000,1541793600000,1541797200000,1541800800000,1541804400000,1541808000000,1541811600000,1541815200000,1541818800000,1541822400000,1541826000000,1541829600000,1541833200000,1541836800000,1541840400000,1541844000000,1541847600000,1541851200000,1541854800000,1541858400000,1541862000000,1541865600000,1541869200000,1541872800000,1541876400000,1541880000000,1541883600000,1541887200000,1541890800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[990,430,260,110,60,120,290,820,1260,1400,2010,2250,2170,2130,2500,2850,2330,2480,2380,2820,3090,2600,1920,1230,680,220,80,50,40,230,550,1060,1360,1370,1340,1560,1750,2580,2030,1940,1940,1960,1930,2530,2770,2460,2060,1210,440,180,170,100,50,190,780,1130,1380,1130,1350,1650,2240,1890,2210,1730,2200,2310,2150,2360,2910,2950,1810,1320,720,240,190,40,80,300,750,1070,1040,1110,2350,1530,1830,2240,2610,2410,2170,2390,2180,2810,2430,2200,2340,1550,430,290,80,30,50,380,960,1460,1220,1660,1980,1550,1870,2020,2440,2260,2020,2170,2810,2490,2440,2210,2140,1170,450,210,200,190,20,290,590,1120,1380,2070,1690,1900,1870,1960,2280,1910,2360,2070,2200,2400,2380,2180,1960,1280,640,290,190,130,70,150,570,930,1420,1500,1630,2680,2020,2120,2270,1760,2230,2640,2620,2100,1870,1920,2730,730]},{"name":"URL","color":"#2373DB","values":[600,220,180,110,0,0,10,160,550,910,1170,1800,950,1570,1440,1490,1710,1870,1810,1680,1830,1500,840,830,540,160,20,0,30,60,490,660,910,1070,1210,1480,1620,1700,1720,1640,2190,2430,2290,2320,2340,1900,1030,590,250,160,70,0,50,90,510,820,1140,980,1200,1560,1690,1530,1470,1890,2100,2910,2570,2160,1910,2040,1690,930,260,130,110,60,20,80,560,760,910,1110,1490,2060,2000,1630,1990,1830,2190,2650,2650,2230,2040,2210,1690,700,380,80,40,10,10,40,390,760,920,1260,1380,1390,1880,1860,1470,1560,2190,2750,2380,2270,2250,1790,1600,720,450,210,30,20,10,110,430,950,1040,1190,1590,1840,1910,2160,1620,1760,2530,2690,2580,2320,1940,2010,1240,960,590,380,100,30,30,80,190,470,780,1370,1750,2000,2070,1700,1480,1830,1890,2220,1940,1940,1670,1220,850,630]},{"name":"Groups","color":"#9ED448","values":[1690,820,300,150,60,30,170,650,1090,1190,1380,2020,1760,2080,1520,2280,1860,1460,1990,2600,2580,2870,2860,1840,800,400,90,70,210,280,720,1120,980,1210,1450,1490,1580,2290,2120,1330,1550,2090,1770,2180,2700,3970,2850,1650,730,280,130,20,70,450,870,880,910,1440,1440,1630,2690,1840,1690,1510,2100,1750,1980,2130,3000,3280,2790,2070,780,240,80,80,130,240,860,1240,940,950,1100,1460,1910,1810,1900,1340,1790,1920,1910,2770,3080,3400,3060,1830,800,260,60,10,160,240,840,1130,1170,1150,1380,1990,2240,1720,1790,2130,1870,2320,2670,2140,2860,2860,3100,1580,780,320,60,50,70,380,900,1080,1220,1870,1390,1870,2050,2020,1750,3000,1980,1920,2010,2070,2400,2810,2550,2050,880,360,290,100,0,130,580,1130,1560,1280,1420,1670,1740,1950,1470,1720,1700,2180,1590,1900,2160,2100,2390,1580]},{"name":"Channel","color":"#4fae4e","values":[100,70,40,30,10,0,50,100,70,110,250,90,90,110,160,190,120,230,100,160,180,230,190,120,30,40,20,0,30,50,40,90,40,50,40,20,70,210,100,180,200,170,150,140,260,240,170,110,30,0,0,30,0,20,40,20,40,50,80,120,120,130,220,110,240,170,150,180,280,350,170,230,140,60,20,10,10,0,30,100,110,70,100,160,50,190,240,180,300,220,160,180,150,150,280,110,80,60,0,10,0,40,40,60,40,80,120,100,110,210,120,160,90,190,140,130,410,180,180,130,20,10,30,0,0,10,50,40,80,30,80,90,160,140,60,250,120,140,180,190,150,140,150,90,40,20,30,20,10,30,60,90,70,30,140,100,190,90,180,150,140,230,90,190,150,200,140,160]},{"name":"Search","color":"#F5BD25","values":[60,40,10,0,0,0,20,550,500,250,90,170,140,760,280,840,210,120,190,290,350,340,210,200,30,30,10,0,0,520,50,110,360,250,140,230,270,200,220,120,180,230,320,300,150,280,150,180,130,70,20,0,20,120,480,200,110,120,150,240,130,250,230,120,80,320,470,330,160,190,130,50,40,10,70,0,0,610,120,240,280,150,130,140,300,220,460,580,710,1010,1380,1090,800,760,710,410,100,60,10,40,20,240,340,1510,490,350,280,480,710,680,690,710,780,890,760,930,980,710,360,210,70,0,10,40,20,340,520,190,430,360,300,250,470,290,570,300,360,270,670,360,340,340,430,140,30,40,130,10,40,20,200,760,320,170,270,170,610,520,340,240,270,390,430,310,410,340,260,150]},{"name":"Other","color":"#F79E39","values":[80,110,10,10,10,20,30,110,130,170,330,420,430,300,350,340,180,420,260,320,280,270,370,190,100,50,10,0,10,100,200,170,230,280,250,250,250,380,260,330,230,550,290,370,280,460,310,270,100,30,0,10,0,30,170,210,270,310,230,260,450,410,310,340,240,290,330,490,500,280,310,210,110,80,30,10,10,30,170,150,220,270,310,170,290,270,230,350,440,290,310,390,420,300,280,270,90,50,10,20,20,70,200,160,290,210,250,350,280,220,280,290,260,250,360,380,370,330,280,180,150,60,0,0,10,30,260,260,200,240,330,290,300,310,210,280,250,370,310,350,340,310,230,220,90,50,30,10,20,30,70,210,290,350,310,290,330,370,470,250,290,290,340,240,220,220,230,130]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,10,20,0,0,10,20,10,10,10,30,0,30,0,0,0,0,0,0,0,0,0,20,10,10,0,10,10,0,0,0,20,10,0,20,10,0,10,0,0,0,0,0,0,0,0,0,0,10,10,0,20,40,10,0,0,10,20,10,0,0,10,0,0,0,0,0,0,0,0,10,20,10,0,0,10,40,0,10,10,0,10,0,20,10,20,0,0,10,0,0,0,10,0,10,0,10,0,0,10,0,0,0,10,0,10,20,0,10,0,10,0,0,0,0,0,0,0,0,20,10,10,0,40,10,20,0,0,40,0,20,10,20,30,10,0,10,0,0,0,0,0,0,0,0,10,20,10,10,20,40,40,20,10,10,0,0,10,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/08.json b/dist/chartDummyData/views_zoom/2018-11/08.json new file mode 100644 index 000000000..6b71b0dab --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/08.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1541376000000,1541379600000,1541383200000,1541386800000,1541390400000,1541394000000,1541397600000,1541401200000,1541404800000,1541408400000,1541412000000,1541415600000,1541419200000,1541422800000,1541426400000,1541430000000,1541433600000,1541437200000,1541440800000,1541444400000,1541448000000,1541451600000,1541455200000,1541458800000,1541462400000,1541466000000,1541469600000,1541473200000,1541476800000,1541480400000,1541484000000,1541487600000,1541491200000,1541494800000,1541498400000,1541502000000,1541505600000,1541509200000,1541512800000,1541516400000,1541520000000,1541523600000,1541527200000,1541530800000,1541534400000,1541538000000,1541541600000,1541545200000,1541548800000,1541552400000,1541556000000,1541559600000,1541563200000,1541566800000,1541570400000,1541574000000,1541577600000,1541581200000,1541584800000,1541588400000,1541592000000,1541595600000,1541599200000,1541602800000,1541606400000,1541610000000,1541613600000,1541617200000,1541620800000,1541624400000,1541628000000,1541631600000,1541635200000,1541638800000,1541642400000,1541646000000,1541649600000,1541653200000,1541656800000,1541660400000,1541664000000,1541667600000,1541671200000,1541674800000,1541678400000,1541682000000,1541685600000,1541689200000,1541692800000,1541696400000,1541700000000,1541703600000,1541707200000,1541710800000,1541714400000,1541718000000,1541721600000,1541725200000,1541728800000,1541732400000,1541736000000,1541739600000,1541743200000,1541746800000,1541750400000,1541754000000,1541757600000,1541761200000,1541764800000,1541768400000,1541772000000,1541775600000,1541779200000,1541782800000,1541786400000,1541790000000,1541793600000,1541797200000,1541800800000,1541804400000,1541808000000,1541811600000,1541815200000,1541818800000,1541822400000,1541826000000,1541829600000,1541833200000,1541836800000,1541840400000,1541844000000,1541847600000,1541851200000,1541854800000,1541858400000,1541862000000,1541865600000,1541869200000,1541872800000,1541876400000,1541880000000,1541883600000,1541887200000,1541890800000,1541894400000,1541898000000,1541901600000,1541905200000,1541908800000,1541912400000,1541916000000,1541919600000,1541923200000,1541926800000,1541930400000,1541934000000,1541937600000,1541941200000,1541944800000,1541948400000,1541952000000,1541955600000,1541959200000,1541962800000,1541966400000,1541970000000,1541973600000,1541977200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[680,220,80,50,40,230,550,1060,1360,1370,1340,1560,1750,2580,2030,1940,1940,1960,1930,2530,2770,2460,2060,1210,440,180,170,100,50,190,780,1130,1380,1130,1350,1650,2240,1890,2210,1730,2200,2310,2150,2360,2910,2950,1810,1320,720,240,190,40,80,300,750,1070,1040,1110,2350,1530,1830,2240,2610,2410,2170,2390,2180,2810,2430,2200,2340,1550,430,290,80,30,50,380,960,1460,1220,1660,1980,1550,1870,2020,2440,2260,2020,2170,2810,2490,2440,2210,2140,1170,450,210,200,190,20,290,590,1120,1380,2070,1690,1900,1870,1960,2280,1910,2360,2070,2200,2400,2380,2180,1960,1280,640,290,190,130,70,150,570,930,1420,1500,1630,2680,2020,2120,2270,1760,2230,2640,2620,2100,1870,1920,2730,730,930,600,220,110,130,130,260,470,1230,1730,1670,1910,2280,2320,2790,2310,2150,2660,2420,2610,2510,2570,2260,1330]},{"name":"URL","color":"#2373DB","values":[540,160,20,0,30,60,490,660,910,1070,1210,1480,1620,1700,1720,1640,2190,2430,2290,2320,2340,1900,1030,590,250,160,70,0,50,90,510,820,1140,980,1200,1560,1690,1530,1470,1890,2100,2910,2570,2160,1910,2040,1690,930,260,130,110,60,20,80,560,760,910,1110,1490,2060,2000,1630,1990,1830,2190,2650,2650,2230,2040,2210,1690,700,380,80,40,10,10,40,390,760,920,1260,1380,1390,1880,1860,1470,1560,2190,2750,2380,2270,2250,1790,1600,720,450,210,30,20,10,110,430,950,1040,1190,1590,1840,1910,2160,1620,1760,2530,2690,2580,2320,1940,2010,1240,960,590,380,100,30,30,80,190,470,780,1370,1750,2000,2070,1700,1480,1830,1890,2220,1940,1940,1670,1220,850,630,490,230,270,70,60,30,90,190,530,960,1530,1140,1160,1250,1480,1470,1630,1750,1660,1810,2180,1770,1490,710]},{"name":"Groups","color":"#9ED448","values":[800,400,90,70,210,280,720,1120,980,1210,1450,1490,1580,2290,2120,1330,1550,2090,1770,2180,2700,3970,2850,1650,730,280,130,20,70,450,870,880,910,1440,1440,1630,2690,1840,1690,1510,2100,1750,1980,2130,3000,3280,2790,2070,780,240,80,80,130,240,860,1240,940,950,1100,1460,1910,1810,1900,1340,1790,1920,1910,2770,3080,3400,3060,1830,800,260,60,10,160,240,840,1130,1170,1150,1380,1990,2240,1720,1790,2130,1870,2320,2670,2140,2860,2860,3100,1580,780,320,60,50,70,380,900,1080,1220,1870,1390,1870,2050,2020,1750,3000,1980,1920,2010,2070,2400,2810,2550,2050,880,360,290,100,0,130,580,1130,1560,1280,1420,1670,1740,1950,1470,1720,1700,2180,1590,1900,2160,2100,2390,1580,1360,510,280,70,130,80,140,940,750,1300,1400,1880,1820,2280,1880,1560,1840,2430,2140,2400,2980,3530,3450,2160]},{"name":"Channel","color":"#4fae4e","values":[30,40,20,0,30,50,40,90,40,50,40,20,70,210,100,180,200,170,150,140,260,240,170,110,30,0,0,30,0,20,40,20,40,50,80,120,120,130,220,110,240,170,150,180,280,350,170,230,140,60,20,10,10,0,30,100,110,70,100,160,50,190,240,180,300,220,160,180,150,150,280,110,80,60,0,10,0,40,40,60,40,80,120,100,110,210,120,160,90,190,140,130,410,180,180,130,20,10,30,0,0,10,50,40,80,30,80,90,160,140,60,250,120,140,180,190,150,140,150,90,40,20,30,20,10,30,60,90,70,30,140,100,190,90,180,150,140,230,90,190,150,200,140,160,60,50,80,0,40,30,20,20,70,70,130,110,240,290,150,180,360,160,260,220,100,70,250,200]},{"name":"Search","color":"#F5BD25","values":[30,30,10,0,0,520,50,110,360,250,140,230,270,200,220,120,180,230,320,300,150,280,150,180,130,70,20,0,20,120,480,200,110,120,150,240,130,250,230,120,80,320,470,330,160,190,130,50,40,10,70,0,0,610,120,240,280,150,130,140,300,220,460,580,710,1010,1380,1090,800,760,710,410,100,60,10,40,20,240,340,1510,490,350,280,480,710,680,690,710,780,890,760,930,980,710,360,210,70,0,10,40,20,340,520,190,430,360,300,250,470,290,570,300,360,270,670,360,340,340,430,140,30,40,130,10,40,20,200,760,320,170,270,170,610,520,340,240,270,390,430,310,410,340,260,150,210,20,30,10,0,40,170,480,260,200,410,180,380,390,390,450,450,600,300,420,310,300,230,190]},{"name":"Other","color":"#F79E39","values":[100,50,10,0,10,100,200,170,230,280,250,250,250,380,260,330,230,550,290,370,280,460,310,270,100,30,0,10,0,30,170,210,270,310,230,260,450,410,310,340,240,290,330,490,500,280,310,210,110,80,30,10,10,30,170,150,220,270,310,170,290,270,230,350,440,290,310,390,420,300,280,270,90,50,10,20,20,70,200,160,290,210,250,350,280,220,280,290,260,250,360,380,370,330,280,180,150,60,0,0,10,30,260,260,200,240,330,290,300,310,210,280,250,370,310,350,340,310,230,220,90,50,30,10,20,30,70,210,290,350,310,290,330,370,470,250,290,290,340,240,220,220,230,130,130,40,60,10,0,10,60,180,180,300,360,340,300,280,350,290,280,270,500,410,290,270,410,160]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,20,10,10,0,10,10,0,0,0,20,10,0,20,10,0,10,0,0,0,0,0,0,0,0,0,0,10,10,0,20,40,10,0,0,10,20,10,0,0,10,0,0,0,0,0,0,0,0,10,20,10,0,0,10,40,0,10,10,0,10,0,20,10,20,0,0,10,0,0,0,10,0,10,0,10,0,0,10,0,0,0,10,0,10,20,0,10,0,10,0,0,0,0,0,0,0,0,20,10,10,0,40,10,20,0,0,40,0,20,10,20,30,10,0,10,0,0,0,0,0,0,0,0,10,20,10,10,20,40,40,20,10,10,0,0,10,10,0,10,0,0,0,0,0,10,0,0,20,0,0,10,0,10,0,20,40,10,10,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/09.json b/dist/chartDummyData/views_zoom/2018-11/09.json new file mode 100644 index 000000000..31058e23b --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/09.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1541462400000,1541466000000,1541469600000,1541473200000,1541476800000,1541480400000,1541484000000,1541487600000,1541491200000,1541494800000,1541498400000,1541502000000,1541505600000,1541509200000,1541512800000,1541516400000,1541520000000,1541523600000,1541527200000,1541530800000,1541534400000,1541538000000,1541541600000,1541545200000,1541548800000,1541552400000,1541556000000,1541559600000,1541563200000,1541566800000,1541570400000,1541574000000,1541577600000,1541581200000,1541584800000,1541588400000,1541592000000,1541595600000,1541599200000,1541602800000,1541606400000,1541610000000,1541613600000,1541617200000,1541620800000,1541624400000,1541628000000,1541631600000,1541635200000,1541638800000,1541642400000,1541646000000,1541649600000,1541653200000,1541656800000,1541660400000,1541664000000,1541667600000,1541671200000,1541674800000,1541678400000,1541682000000,1541685600000,1541689200000,1541692800000,1541696400000,1541700000000,1541703600000,1541707200000,1541710800000,1541714400000,1541718000000,1541721600000,1541725200000,1541728800000,1541732400000,1541736000000,1541739600000,1541743200000,1541746800000,1541750400000,1541754000000,1541757600000,1541761200000,1541764800000,1541768400000,1541772000000,1541775600000,1541779200000,1541782800000,1541786400000,1541790000000,1541793600000,1541797200000,1541800800000,1541804400000,1541808000000,1541811600000,1541815200000,1541818800000,1541822400000,1541826000000,1541829600000,1541833200000,1541836800000,1541840400000,1541844000000,1541847600000,1541851200000,1541854800000,1541858400000,1541862000000,1541865600000,1541869200000,1541872800000,1541876400000,1541880000000,1541883600000,1541887200000,1541890800000,1541894400000,1541898000000,1541901600000,1541905200000,1541908800000,1541912400000,1541916000000,1541919600000,1541923200000,1541926800000,1541930400000,1541934000000,1541937600000,1541941200000,1541944800000,1541948400000,1541952000000,1541955600000,1541959200000,1541962800000,1541966400000,1541970000000,1541973600000,1541977200000,1541980800000,1541984400000,1541988000000,1541991600000,1541995200000,1541998800000,1542002400000,1542006000000,1542009600000,1542013200000,1542016800000,1542020400000,1542024000000,1542027600000,1542031200000,1542034800000,1542038400000,1542042000000,1542045600000,1542049200000,1542052800000,1542056400000,1542060000000,1542063600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[440,180,170,100,50,190,780,1130,1380,1130,1350,1650,2240,1890,2210,1730,2200,2310,2150,2360,2910,2950,1810,1320,720,240,190,40,80,300,750,1070,1040,1110,2350,1530,1830,2240,2610,2410,2170,2390,2180,2810,2430,2200,2340,1550,430,290,80,30,50,380,960,1460,1220,1660,1980,1550,1870,2020,2440,2260,2020,2170,2810,2490,2440,2210,2140,1170,450,210,200,190,20,290,590,1120,1380,2070,1690,1900,1870,1960,2280,1910,2360,2070,2200,2400,2380,2180,1960,1280,640,290,190,130,70,150,570,930,1420,1500,1630,2680,2020,2120,2270,1760,2230,2640,2620,2100,1870,1920,2730,730,930,600,220,110,130,130,260,470,1230,1730,1670,1910,2280,2320,2790,2310,2150,2660,2420,2610,2510,2570,2260,1330,520,410,250,80,90,290,1030,980,1160,1370,1540,1780,2270,2110,2660,2240,2020,2860,2100,2750,2250,2740,2420,1180]},{"name":"URL","color":"#2373DB","values":[250,160,70,0,50,90,510,820,1140,980,1200,1560,1690,1530,1470,1890,2100,2910,2570,2160,1910,2040,1690,930,260,130,110,60,20,80,560,760,910,1110,1490,2060,2000,1630,1990,1830,2190,2650,2650,2230,2040,2210,1690,700,380,80,40,10,10,40,390,760,920,1260,1380,1390,1880,1860,1470,1560,2190,2750,2380,2270,2250,1790,1600,720,450,210,30,20,10,110,430,950,1040,1190,1590,1840,1910,2160,1620,1760,2530,2690,2580,2320,1940,2010,1240,960,590,380,100,30,30,80,190,470,780,1370,1750,2000,2070,1700,1480,1830,1890,2220,1940,1940,1670,1220,850,630,490,230,270,70,60,30,90,190,530,960,1530,1140,1160,1250,1480,1470,1630,1750,1660,1810,2180,1770,1490,710,260,110,40,20,30,60,370,740,830,1170,1250,1410,1980,1850,1780,1880,2390,2530,2250,2300,1830,1720,1350,790]},{"name":"Groups","color":"#9ED448","values":[730,280,130,20,70,450,870,880,910,1440,1440,1630,2690,1840,1690,1510,2100,1750,1980,2130,3000,3280,2790,2070,780,240,80,80,130,240,860,1240,940,950,1100,1460,1910,1810,1900,1340,1790,1920,1910,2770,3080,3400,3060,1830,800,260,60,10,160,240,840,1130,1170,1150,1380,1990,2240,1720,1790,2130,1870,2320,2670,2140,2860,2860,3100,1580,780,320,60,50,70,380,900,1080,1220,1870,1390,1870,2050,2020,1750,3000,1980,1920,2010,2070,2400,2810,2550,2050,880,360,290,100,0,130,580,1130,1560,1280,1420,1670,1740,1950,1470,1720,1700,2180,1590,1900,2160,2100,2390,1580,1360,510,280,70,130,80,140,940,750,1300,1400,1880,1820,2280,1880,1560,1840,2430,2140,2400,2980,3530,3450,2160,1160,320,160,40,70,250,1250,1030,1480,1380,1510,1700,2110,2190,1670,1810,2120,1930,2660,2770,3240,3360,2680,1650]},{"name":"Channel","color":"#4fae4e","values":[30,0,0,30,0,20,40,20,40,50,80,120,120,130,220,110,240,170,150,180,280,350,170,230,140,60,20,10,10,0,30,100,110,70,100,160,50,190,240,180,300,220,160,180,150,150,280,110,80,60,0,10,0,40,40,60,40,80,120,100,110,210,120,160,90,190,140,130,410,180,180,130,20,10,30,0,0,10,50,40,80,30,80,90,160,140,60,250,120,140,180,190,150,140,150,90,40,20,30,20,10,30,60,90,70,30,140,100,190,90,180,150,140,230,90,190,150,200,140,160,60,50,80,0,40,30,20,20,70,70,130,110,240,290,150,180,360,160,260,220,100,70,250,200,220,10,30,0,0,10,30,0,60,130,120,110,110,190,90,170,210,140,170,250,350,220,130,120]},{"name":"Search","color":"#F5BD25","values":[130,70,20,0,20,120,480,200,110,120,150,240,130,250,230,120,80,320,470,330,160,190,130,50,40,10,70,0,0,610,120,240,280,150,130,140,300,220,460,580,710,1010,1380,1090,800,760,710,410,100,60,10,40,20,240,340,1510,490,350,280,480,710,680,690,710,780,890,760,930,980,710,360,210,70,0,10,40,20,340,520,190,430,360,300,250,470,290,570,300,360,270,670,360,340,340,430,140,30,40,130,10,40,20,200,760,320,170,270,170,610,520,340,240,270,390,430,310,410,340,260,150,210,20,30,10,0,40,170,480,260,200,410,180,380,390,390,450,450,600,300,420,310,300,230,190,130,20,10,0,0,440,270,120,210,140,250,500,430,220,210,220,130,190,250,440,470,360,430,70]},{"name":"Other","color":"#F79E39","values":[100,30,0,10,0,30,170,210,270,310,230,260,450,410,310,340,240,290,330,490,500,280,310,210,110,80,30,10,10,30,170,150,220,270,310,170,290,270,230,350,440,290,310,390,420,300,280,270,90,50,10,20,20,70,200,160,290,210,250,350,280,220,280,290,260,250,360,380,370,330,280,180,150,60,0,0,10,30,260,260,200,240,330,290,300,310,210,280,250,370,310,350,340,310,230,220,90,50,30,10,20,30,70,210,290,350,310,290,330,370,470,250,290,290,340,240,220,220,230,130,130,40,60,10,0,10,60,180,180,300,360,340,300,280,350,290,280,270,500,410,290,270,410,160,110,20,20,0,0,80,170,160,280,200,180,390,260,220,230,230,240,390,410,470,340,320,280,260]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,10,0,20,40,10,0,0,10,20,10,0,0,10,0,0,0,0,0,0,0,0,10,20,10,0,0,10,40,0,10,10,0,10,0,20,10,20,0,0,10,0,0,0,10,0,10,0,10,0,0,10,0,0,0,10,0,10,20,0,10,0,10,0,0,0,0,0,0,0,0,20,10,10,0,40,10,20,0,0,40,0,20,10,20,30,10,0,10,0,0,0,0,0,0,0,0,10,20,10,10,20,40,40,20,10,10,0,0,10,10,0,10,0,0,0,0,0,10,0,0,20,0,0,10,0,10,0,20,40,10,10,10,0,0,0,0,0,0,0,0,0,0,0,20,10,0,0,0,10,0,30,10,0,20,0,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/10.json b/dist/chartDummyData/views_zoom/2018-11/10.json new file mode 100644 index 000000000..52aeba818 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/10.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1541548800000,1541552400000,1541556000000,1541559600000,1541563200000,1541566800000,1541570400000,1541574000000,1541577600000,1541581200000,1541584800000,1541588400000,1541592000000,1541595600000,1541599200000,1541602800000,1541606400000,1541610000000,1541613600000,1541617200000,1541620800000,1541624400000,1541628000000,1541631600000,1541635200000,1541638800000,1541642400000,1541646000000,1541649600000,1541653200000,1541656800000,1541660400000,1541664000000,1541667600000,1541671200000,1541674800000,1541678400000,1541682000000,1541685600000,1541689200000,1541692800000,1541696400000,1541700000000,1541703600000,1541707200000,1541710800000,1541714400000,1541718000000,1541721600000,1541725200000,1541728800000,1541732400000,1541736000000,1541739600000,1541743200000,1541746800000,1541750400000,1541754000000,1541757600000,1541761200000,1541764800000,1541768400000,1541772000000,1541775600000,1541779200000,1541782800000,1541786400000,1541790000000,1541793600000,1541797200000,1541800800000,1541804400000,1541808000000,1541811600000,1541815200000,1541818800000,1541822400000,1541826000000,1541829600000,1541833200000,1541836800000,1541840400000,1541844000000,1541847600000,1541851200000,1541854800000,1541858400000,1541862000000,1541865600000,1541869200000,1541872800000,1541876400000,1541880000000,1541883600000,1541887200000,1541890800000,1541894400000,1541898000000,1541901600000,1541905200000,1541908800000,1541912400000,1541916000000,1541919600000,1541923200000,1541926800000,1541930400000,1541934000000,1541937600000,1541941200000,1541944800000,1541948400000,1541952000000,1541955600000,1541959200000,1541962800000,1541966400000,1541970000000,1541973600000,1541977200000,1541980800000,1541984400000,1541988000000,1541991600000,1541995200000,1541998800000,1542002400000,1542006000000,1542009600000,1542013200000,1542016800000,1542020400000,1542024000000,1542027600000,1542031200000,1542034800000,1542038400000,1542042000000,1542045600000,1542049200000,1542052800000,1542056400000,1542060000000,1542063600000,1542067200000,1542070800000,1542074400000,1542078000000,1542081600000,1542085200000,1542088800000,1542092400000,1542096000000,1542099600000,1542103200000,1542106800000,1542110400000,1542114000000,1542117600000,1542121200000,1542124800000,1542128400000,1542132000000,1542135600000,1542139200000,1542142800000,1542146400000,1542150000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[720,240,190,40,80,300,750,1070,1040,1110,2350,1530,1830,2240,2610,2410,2170,2390,2180,2810,2430,2200,2340,1550,430,290,80,30,50,380,960,1460,1220,1660,1980,1550,1870,2020,2440,2260,2020,2170,2810,2490,2440,2210,2140,1170,450,210,200,190,20,290,590,1120,1380,2070,1690,1900,1870,1960,2280,1910,2360,2070,2200,2400,2380,2180,1960,1280,640,290,190,130,70,150,570,930,1420,1500,1630,2680,2020,2120,2270,1760,2230,2640,2620,2100,1870,1920,2730,730,930,600,220,110,130,130,260,470,1230,1730,1670,1910,2280,2320,2790,2310,2150,2660,2420,2610,2510,2570,2260,1330,520,410,250,80,90,290,1030,980,1160,1370,1540,1780,2270,2110,2660,2240,2020,2860,2100,2750,2250,2740,2420,1180,420,190,150,70,80,320,1080,1090,1430,1450,1520,1660,1710,2260,1740,2170,2210,2330,2760,2280,2530,2260,1600,1330]},{"name":"URL","color":"#2373DB","values":[260,130,110,60,20,80,560,760,910,1110,1490,2060,2000,1630,1990,1830,2190,2650,2650,2230,2040,2210,1690,700,380,80,40,10,10,40,390,760,920,1260,1380,1390,1880,1860,1470,1560,2190,2750,2380,2270,2250,1790,1600,720,450,210,30,20,10,110,430,950,1040,1190,1590,1840,1910,2160,1620,1760,2530,2690,2580,2320,1940,2010,1240,960,590,380,100,30,30,80,190,470,780,1370,1750,2000,2070,1700,1480,1830,1890,2220,1940,1940,1670,1220,850,630,490,230,270,70,60,30,90,190,530,960,1530,1140,1160,1250,1480,1470,1630,1750,1660,1810,2180,1770,1490,710,260,110,40,20,30,60,370,740,830,1170,1250,1410,1980,1850,1780,1880,2390,2530,2250,2300,1830,1720,1350,790,410,110,60,20,0,30,470,840,1080,1200,1200,1410,1780,2010,1530,1710,2290,2720,2600,2290,2090,1750,1360,780]},{"name":"Groups","color":"#9ED448","values":[780,240,80,80,130,240,860,1240,940,950,1100,1460,1910,1810,1900,1340,1790,1920,1910,2770,3080,3400,3060,1830,800,260,60,10,160,240,840,1130,1170,1150,1380,1990,2240,1720,1790,2130,1870,2320,2670,2140,2860,2860,3100,1580,780,320,60,50,70,380,900,1080,1220,1870,1390,1870,2050,2020,1750,3000,1980,1920,2010,2070,2400,2810,2550,2050,880,360,290,100,0,130,580,1130,1560,1280,1420,1670,1740,1950,1470,1720,1700,2180,1590,1900,2160,2100,2390,1580,1360,510,280,70,130,80,140,940,750,1300,1400,1880,1820,2280,1880,1560,1840,2430,2140,2400,2980,3530,3450,2160,1160,320,160,40,70,250,1250,1030,1480,1380,1510,1700,2110,2190,1670,1810,2120,1930,2660,2770,3240,3360,2680,1650,540,290,130,60,100,340,950,1050,1650,1470,1470,1930,1800,1770,1900,1860,1990,2490,2110,2620,3000,3600,2830,1560]},{"name":"Channel","color":"#4fae4e","values":[140,60,20,10,10,0,30,100,110,70,100,160,50,190,240,180,300,220,160,180,150,150,280,110,80,60,0,10,0,40,40,60,40,80,120,100,110,210,120,160,90,190,140,130,410,180,180,130,20,10,30,0,0,10,50,40,80,30,80,90,160,140,60,250,120,140,180,190,150,140,150,90,40,20,30,20,10,30,60,90,70,30,140,100,190,90,180,150,140,230,90,190,150,200,140,160,60,50,80,0,40,30,20,20,70,70,130,110,240,290,150,180,360,160,260,220,100,70,250,200,220,10,30,0,0,10,30,0,60,130,120,110,110,190,90,170,210,140,170,250,350,220,130,120,30,20,70,20,0,10,120,60,80,110,80,80,70,120,100,160,100,250,330,150,320,140,150,120]},{"name":"Search","color":"#F5BD25","values":[40,10,70,0,0,610,120,240,280,150,130,140,300,220,460,580,710,1010,1380,1090,800,760,710,410,100,60,10,40,20,240,340,1510,490,350,280,480,710,680,690,710,780,890,760,930,980,710,360,210,70,0,10,40,20,340,520,190,430,360,300,250,470,290,570,300,360,270,670,360,340,340,430,140,30,40,130,10,40,20,200,760,320,170,270,170,610,520,340,240,270,390,430,310,410,340,260,150,210,20,30,10,0,40,170,480,260,200,410,180,380,390,390,450,450,600,300,420,310,300,230,190,130,20,10,0,0,440,270,120,210,140,250,500,430,220,210,220,130,190,250,440,470,360,430,70,30,10,0,0,30,70,340,710,600,230,150,260,180,260,130,130,250,260,200,340,380,220,110,80]},{"name":"Other","color":"#F79E39","values":[110,80,30,10,10,30,170,150,220,270,310,170,290,270,230,350,440,290,310,390,420,300,280,270,90,50,10,20,20,70,200,160,290,210,250,350,280,220,280,290,260,250,360,380,370,330,280,180,150,60,0,0,10,30,260,260,200,240,330,290,300,310,210,280,250,370,310,350,340,310,230,220,90,50,30,10,20,30,70,210,290,350,310,290,330,370,470,250,290,290,340,240,220,220,230,130,130,40,60,10,0,10,60,180,180,300,360,340,300,280,350,290,280,270,500,410,290,270,410,160,110,20,20,0,0,80,170,160,280,200,180,390,260,220,230,230,240,390,410,470,340,320,280,260,110,70,20,20,10,30,180,230,250,310,240,350,420,380,360,260,360,310,340,350,330,350,230,270]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,20,10,0,0,10,40,0,10,10,0,10,0,20,10,20,0,0,10,0,0,0,10,0,10,0,10,0,0,10,0,0,0,10,0,10,20,0,10,0,10,0,0,0,0,0,0,0,0,20,10,10,0,40,10,20,0,0,40,0,20,10,20,30,10,0,10,0,0,0,0,0,0,0,0,10,20,10,10,20,40,40,20,10,10,0,0,10,10,0,10,0,0,0,0,0,10,0,0,20,0,0,10,0,10,0,20,40,10,10,10,0,0,0,0,0,0,0,0,0,0,0,20,10,0,0,0,10,0,30,10,0,20,0,0,10,0,0,10,0,0,0,0,0,0,0,10,0,10,0,0,10,20,20,20,20,0,10,10,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/11.json b/dist/chartDummyData/views_zoom/2018-11/11.json new file mode 100644 index 000000000..df9457fcb --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/11.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1541635200000,1541638800000,1541642400000,1541646000000,1541649600000,1541653200000,1541656800000,1541660400000,1541664000000,1541667600000,1541671200000,1541674800000,1541678400000,1541682000000,1541685600000,1541689200000,1541692800000,1541696400000,1541700000000,1541703600000,1541707200000,1541710800000,1541714400000,1541718000000,1541721600000,1541725200000,1541728800000,1541732400000,1541736000000,1541739600000,1541743200000,1541746800000,1541750400000,1541754000000,1541757600000,1541761200000,1541764800000,1541768400000,1541772000000,1541775600000,1541779200000,1541782800000,1541786400000,1541790000000,1541793600000,1541797200000,1541800800000,1541804400000,1541808000000,1541811600000,1541815200000,1541818800000,1541822400000,1541826000000,1541829600000,1541833200000,1541836800000,1541840400000,1541844000000,1541847600000,1541851200000,1541854800000,1541858400000,1541862000000,1541865600000,1541869200000,1541872800000,1541876400000,1541880000000,1541883600000,1541887200000,1541890800000,1541894400000,1541898000000,1541901600000,1541905200000,1541908800000,1541912400000,1541916000000,1541919600000,1541923200000,1541926800000,1541930400000,1541934000000,1541937600000,1541941200000,1541944800000,1541948400000,1541952000000,1541955600000,1541959200000,1541962800000,1541966400000,1541970000000,1541973600000,1541977200000,1541980800000,1541984400000,1541988000000,1541991600000,1541995200000,1541998800000,1542002400000,1542006000000,1542009600000,1542013200000,1542016800000,1542020400000,1542024000000,1542027600000,1542031200000,1542034800000,1542038400000,1542042000000,1542045600000,1542049200000,1542052800000,1542056400000,1542060000000,1542063600000,1542067200000,1542070800000,1542074400000,1542078000000,1542081600000,1542085200000,1542088800000,1542092400000,1542096000000,1542099600000,1542103200000,1542106800000,1542110400000,1542114000000,1542117600000,1542121200000,1542124800000,1542128400000,1542132000000,1542135600000,1542139200000,1542142800000,1542146400000,1542150000000,1542153600000,1542157200000,1542160800000,1542164400000,1542168000000,1542171600000,1542175200000,1542178800000,1542182400000,1542186000000,1542189600000,1542193200000,1542196800000,1542200400000,1542204000000,1542207600000,1542211200000,1542214800000,1542218400000,1542222000000,1542225600000,1542229200000,1542232800000,1542236400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[430,290,80,30,50,380,960,1460,1220,1660,1980,1550,1870,2020,2440,2260,2020,2170,2810,2490,2440,2210,2140,1170,450,210,200,190,20,290,590,1120,1380,2070,1690,1900,1870,1960,2280,1910,2360,2070,2200,2400,2380,2180,1960,1280,640,290,190,130,70,150,570,930,1420,1500,1630,2680,2020,2120,2270,1760,2230,2640,2620,2100,1870,1920,2730,730,930,600,220,110,130,130,260,470,1230,1730,1670,1910,2280,2320,2790,2310,2150,2660,2420,2610,2510,2570,2260,1330,520,410,250,80,90,290,1030,980,1160,1370,1540,1780,2270,2110,2660,2240,2020,2860,2100,2750,2250,2740,2420,1180,420,190,150,70,80,320,1080,1090,1430,1450,1520,1660,1710,2260,1740,2170,2210,2330,2760,2280,2530,2260,1600,1330,680,220,120,50,40,340,920,1330,1420,1460,1580,2180,2180,2000,2190,2590,2390,1960,2610,2260,2540,2520,1880,1380]},{"name":"URL","color":"#2373DB","values":[380,80,40,10,10,40,390,760,920,1260,1380,1390,1880,1860,1470,1560,2190,2750,2380,2270,2250,1790,1600,720,450,210,30,20,10,110,430,950,1040,1190,1590,1840,1910,2160,1620,1760,2530,2690,2580,2320,1940,2010,1240,960,590,380,100,30,30,80,190,470,780,1370,1750,2000,2070,1700,1480,1830,1890,2220,1940,1940,1670,1220,850,630,490,230,270,70,60,30,90,190,530,960,1530,1140,1160,1250,1480,1470,1630,1750,1660,1810,2180,1770,1490,710,260,110,40,20,30,60,370,740,830,1170,1250,1410,1980,1850,1780,1880,2390,2530,2250,2300,1830,1720,1350,790,410,110,60,20,0,30,470,840,1080,1200,1200,1410,1780,2010,1530,1710,2290,2720,2600,2290,2090,1750,1360,780,450,80,120,50,10,80,560,900,1020,1500,1700,1730,2090,2310,1990,1890,2410,2370,2550,2480,2320,1800,1130,740]},{"name":"Groups","color":"#9ED448","values":[800,260,60,10,160,240,840,1130,1170,1150,1380,1990,2240,1720,1790,2130,1870,2320,2670,2140,2860,2860,3100,1580,780,320,60,50,70,380,900,1080,1220,1870,1390,1870,2050,2020,1750,3000,1980,1920,2010,2070,2400,2810,2550,2050,880,360,290,100,0,130,580,1130,1560,1280,1420,1670,1740,1950,1470,1720,1700,2180,1590,1900,2160,2100,2390,1580,1360,510,280,70,130,80,140,940,750,1300,1400,1880,1820,2280,1880,1560,1840,2430,2140,2400,2980,3530,3450,2160,1160,320,160,40,70,250,1250,1030,1480,1380,1510,1700,2110,2190,1670,1810,2120,1930,2660,2770,3240,3360,2680,1650,540,290,130,60,100,340,950,1050,1650,1470,1470,1930,1800,1770,1900,1860,1990,2490,2110,2620,3000,3600,2830,1560,680,170,90,60,40,350,1170,1190,1240,1220,1420,1920,1760,2150,2330,1930,2240,2050,1950,2240,2310,3240,2580,2140]},{"name":"Channel","color":"#4fae4e","values":[80,60,0,10,0,40,40,60,40,80,120,100,110,210,120,160,90,190,140,130,410,180,180,130,20,10,30,0,0,10,50,40,80,30,80,90,160,140,60,250,120,140,180,190,150,140,150,90,40,20,30,20,10,30,60,90,70,30,140,100,190,90,180,150,140,230,90,190,150,200,140,160,60,50,80,0,40,30,20,20,70,70,130,110,240,290,150,180,360,160,260,220,100,70,250,200,220,10,30,0,0,10,30,0,60,130,120,110,110,190,90,170,210,140,170,250,350,220,130,120,30,20,70,20,0,10,120,60,80,110,80,80,70,120,100,160,100,250,330,150,320,140,150,120,50,60,0,10,0,30,20,150,120,80,80,230,50,160,420,230,140,180,130,300,140,230,220,110]},{"name":"Search","color":"#F5BD25","values":[100,60,10,40,20,240,340,1510,490,350,280,480,710,680,690,710,780,890,760,930,980,710,360,210,70,0,10,40,20,340,520,190,430,360,300,250,470,290,570,300,360,270,670,360,340,340,430,140,30,40,130,10,40,20,200,760,320,170,270,170,610,520,340,240,270,390,430,310,410,340,260,150,210,20,30,10,0,40,170,480,260,200,410,180,380,390,390,450,450,600,300,420,310,300,230,190,130,20,10,0,0,440,270,120,210,140,250,500,430,220,210,220,130,190,250,440,470,360,430,70,30,10,0,0,30,70,340,710,600,230,150,260,180,260,130,130,250,260,200,340,380,220,110,80,150,30,0,10,0,910,390,360,200,110,160,150,290,170,280,230,270,260,390,190,240,170,320,110]},{"name":"Other","color":"#F79E39","values":[90,50,10,20,20,70,200,160,290,210,250,350,280,220,280,290,260,250,360,380,370,330,280,180,150,60,0,0,10,30,260,260,200,240,330,290,300,310,210,280,250,370,310,350,340,310,230,220,90,50,30,10,20,30,70,210,290,350,310,290,330,370,470,250,290,290,340,240,220,220,230,130,130,40,60,10,0,10,60,180,180,300,360,340,300,280,350,290,280,270,500,410,290,270,410,160,110,20,20,0,0,80,170,160,280,200,180,390,260,220,230,230,240,390,410,470,340,320,280,260,110,70,20,20,10,30,180,230,250,310,240,350,420,380,360,260,360,310,340,350,330,350,230,270,120,20,40,20,10,50,160,230,200,280,230,350,370,440,350,340,200,220,380,400,410,410,380,140]},{"name":"PM","color":"#E65850","values":[10,0,0,0,10,0,10,0,10,0,0,10,0,0,0,10,0,10,20,0,10,0,10,0,0,0,0,0,0,0,0,20,10,10,0,40,10,20,0,0,40,0,20,10,20,30,10,0,10,0,0,0,0,0,0,0,0,10,20,10,10,20,40,40,20,10,10,0,0,10,10,0,10,0,0,0,0,0,10,0,0,20,0,0,10,0,10,0,20,40,10,10,10,0,0,0,0,0,0,0,0,0,0,0,20,10,0,0,0,10,0,30,10,0,20,0,0,10,0,0,10,0,0,0,0,0,0,0,10,0,10,0,0,10,20,20,20,20,0,10,10,0,10,0,0,0,0,0,0,0,0,0,20,0,0,0,10,0,0,0,10,10,10,0,10,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/12.json b/dist/chartDummyData/views_zoom/2018-11/12.json new file mode 100644 index 000000000..9aa67c58f --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/12.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1541721600000,1541725200000,1541728800000,1541732400000,1541736000000,1541739600000,1541743200000,1541746800000,1541750400000,1541754000000,1541757600000,1541761200000,1541764800000,1541768400000,1541772000000,1541775600000,1541779200000,1541782800000,1541786400000,1541790000000,1541793600000,1541797200000,1541800800000,1541804400000,1541808000000,1541811600000,1541815200000,1541818800000,1541822400000,1541826000000,1541829600000,1541833200000,1541836800000,1541840400000,1541844000000,1541847600000,1541851200000,1541854800000,1541858400000,1541862000000,1541865600000,1541869200000,1541872800000,1541876400000,1541880000000,1541883600000,1541887200000,1541890800000,1541894400000,1541898000000,1541901600000,1541905200000,1541908800000,1541912400000,1541916000000,1541919600000,1541923200000,1541926800000,1541930400000,1541934000000,1541937600000,1541941200000,1541944800000,1541948400000,1541952000000,1541955600000,1541959200000,1541962800000,1541966400000,1541970000000,1541973600000,1541977200000,1541980800000,1541984400000,1541988000000,1541991600000,1541995200000,1541998800000,1542002400000,1542006000000,1542009600000,1542013200000,1542016800000,1542020400000,1542024000000,1542027600000,1542031200000,1542034800000,1542038400000,1542042000000,1542045600000,1542049200000,1542052800000,1542056400000,1542060000000,1542063600000,1542067200000,1542070800000,1542074400000,1542078000000,1542081600000,1542085200000,1542088800000,1542092400000,1542096000000,1542099600000,1542103200000,1542106800000,1542110400000,1542114000000,1542117600000,1542121200000,1542124800000,1542128400000,1542132000000,1542135600000,1542139200000,1542142800000,1542146400000,1542150000000,1542153600000,1542157200000,1542160800000,1542164400000,1542168000000,1542171600000,1542175200000,1542178800000,1542182400000,1542186000000,1542189600000,1542193200000,1542196800000,1542200400000,1542204000000,1542207600000,1542211200000,1542214800000,1542218400000,1542222000000,1542225600000,1542229200000,1542232800000,1542236400000,1542240000000,1542243600000,1542247200000,1542250800000,1542254400000,1542258000000,1542261600000,1542265200000,1542268800000,1542272400000,1542276000000,1542279600000,1542283200000,1542286800000,1542290400000,1542294000000,1542297600000,1542301200000,1542304800000,1542308400000,1542312000000,1542315600000,1542319200000,1542322800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[450,210,200,190,20,290,590,1120,1380,2070,1690,1900,1870,1960,2280,1910,2360,2070,2200,2400,2380,2180,1960,1280,640,290,190,130,70,150,570,930,1420,1500,1630,2680,2020,2120,2270,1760,2230,2640,2620,2100,1870,1920,2730,730,930,600,220,110,130,130,260,470,1230,1730,1670,1910,2280,2320,2790,2310,2150,2660,2420,2610,2510,2570,2260,1330,520,410,250,80,90,290,1030,980,1160,1370,1540,1780,2270,2110,2660,2240,2020,2860,2100,2750,2250,2740,2420,1180,420,190,150,70,80,320,1080,1090,1430,1450,1520,1660,1710,2260,1740,2170,2210,2330,2760,2280,2530,2260,1600,1330,680,220,120,50,40,340,920,1330,1420,1460,1580,2180,2180,2000,2190,2590,2390,1960,2610,2260,2540,2520,1880,1380,590,210,160,30,60,350,770,990,1350,1590,1460,1980,2400,2280,1940,2230,1820,1920,2840,2350,2730,2930,2190,980]},{"name":"URL","color":"#2373DB","values":[450,210,30,20,10,110,430,950,1040,1190,1590,1840,1910,2160,1620,1760,2530,2690,2580,2320,1940,2010,1240,960,590,380,100,30,30,80,190,470,780,1370,1750,2000,2070,1700,1480,1830,1890,2220,1940,1940,1670,1220,850,630,490,230,270,70,60,30,90,190,530,960,1530,1140,1160,1250,1480,1470,1630,1750,1660,1810,2180,1770,1490,710,260,110,40,20,30,60,370,740,830,1170,1250,1410,1980,1850,1780,1880,2390,2530,2250,2300,1830,1720,1350,790,410,110,60,20,0,30,470,840,1080,1200,1200,1410,1780,2010,1530,1710,2290,2720,2600,2290,2090,1750,1360,780,450,80,120,50,10,80,560,900,1020,1500,1700,1730,2090,2310,1990,1890,2410,2370,2550,2480,2320,1800,1130,740,410,130,70,30,80,100,570,1120,1120,1330,1380,1890,2170,1790,1860,2110,2160,2720,2670,2400,1850,1950,1530,830]},{"name":"Groups","color":"#9ED448","values":[780,320,60,50,70,380,900,1080,1220,1870,1390,1870,2050,2020,1750,3000,1980,1920,2010,2070,2400,2810,2550,2050,880,360,290,100,0,130,580,1130,1560,1280,1420,1670,1740,1950,1470,1720,1700,2180,1590,1900,2160,2100,2390,1580,1360,510,280,70,130,80,140,940,750,1300,1400,1880,1820,2280,1880,1560,1840,2430,2140,2400,2980,3530,3450,2160,1160,320,160,40,70,250,1250,1030,1480,1380,1510,1700,2110,2190,1670,1810,2120,1930,2660,2770,3240,3360,2680,1650,540,290,130,60,100,340,950,1050,1650,1470,1470,1930,1800,1770,1900,1860,1990,2490,2110,2620,3000,3600,2830,1560,680,170,90,60,40,350,1170,1190,1240,1220,1420,1920,1760,2150,2330,1930,2240,2050,1950,2240,2310,3240,2580,2140,560,160,170,20,90,440,1030,1140,1100,1490,1520,1890,2240,2160,2120,2370,1570,1970,1960,2950,2870,2890,2810,1550]},{"name":"Channel","color":"#4fae4e","values":[20,10,30,0,0,10,50,40,80,30,80,90,160,140,60,250,120,140,180,190,150,140,150,90,40,20,30,20,10,30,60,90,70,30,140,100,190,90,180,150,140,230,90,190,150,200,140,160,60,50,80,0,40,30,20,20,70,70,130,110,240,290,150,180,360,160,260,220,100,70,250,200,220,10,30,0,0,10,30,0,60,130,120,110,110,190,90,170,210,140,170,250,350,220,130,120,30,20,70,20,0,10,120,60,80,110,80,80,70,120,100,160,100,250,330,150,320,140,150,120,50,60,0,10,0,30,20,150,120,80,80,230,50,160,420,230,140,180,130,300,140,230,220,110,50,30,0,0,10,70,160,100,40,140,60,90,80,280,160,180,170,170,120,170,270,190,210,70]},{"name":"Search","color":"#F5BD25","values":[70,0,10,40,20,340,520,190,430,360,300,250,470,290,570,300,360,270,670,360,340,340,430,140,30,40,130,10,40,20,200,760,320,170,270,170,610,520,340,240,270,390,430,310,410,340,260,150,210,20,30,10,0,40,170,480,260,200,410,180,380,390,390,450,450,600,300,420,310,300,230,190,130,20,10,0,0,440,270,120,210,140,250,500,430,220,210,220,130,190,250,440,470,360,430,70,30,10,0,0,30,70,340,710,600,230,150,260,180,260,130,130,250,260,200,340,380,220,110,80,150,30,0,10,0,910,390,360,200,110,160,150,290,170,280,230,270,260,390,190,240,170,320,110,50,20,0,50,20,110,170,720,160,190,150,260,400,330,230,230,140,290,680,240,550,370,320,230]},{"name":"Other","color":"#F79E39","values":[150,60,0,0,10,30,260,260,200,240,330,290,300,310,210,280,250,370,310,350,340,310,230,220,90,50,30,10,20,30,70,210,290,350,310,290,330,370,470,250,290,290,340,240,220,220,230,130,130,40,60,10,0,10,60,180,180,300,360,340,300,280,350,290,280,270,500,410,290,270,410,160,110,20,20,0,0,80,170,160,280,200,180,390,260,220,230,230,240,390,410,470,340,320,280,260,110,70,20,20,10,30,180,230,250,310,240,350,420,380,360,260,360,310,340,350,330,350,230,270,120,20,40,20,10,50,160,230,200,280,230,350,370,440,350,340,200,220,380,400,410,410,380,140,40,50,20,0,40,40,230,160,160,210,260,310,280,460,240,320,260,270,260,380,470,440,240,210]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,20,10,10,0,40,10,20,0,0,40,0,20,10,20,30,10,0,10,0,0,0,0,0,0,0,0,10,20,10,10,20,40,40,20,10,10,0,0,10,10,0,10,0,0,0,0,0,10,0,0,20,0,0,10,0,10,0,20,40,10,10,10,0,0,0,0,0,0,0,0,0,0,0,20,10,0,0,0,10,0,30,10,0,20,0,0,10,0,0,10,0,0,0,0,0,0,0,10,0,10,0,0,10,20,20,20,20,0,10,10,0,10,0,0,0,0,0,0,0,0,0,20,0,0,0,10,0,0,0,10,10,10,0,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,0,10,10,20,30,10,0,20,0,10,10,20,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/13.json b/dist/chartDummyData/views_zoom/2018-11/13.json new file mode 100644 index 000000000..967036541 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/13.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1541808000000,1541811600000,1541815200000,1541818800000,1541822400000,1541826000000,1541829600000,1541833200000,1541836800000,1541840400000,1541844000000,1541847600000,1541851200000,1541854800000,1541858400000,1541862000000,1541865600000,1541869200000,1541872800000,1541876400000,1541880000000,1541883600000,1541887200000,1541890800000,1541894400000,1541898000000,1541901600000,1541905200000,1541908800000,1541912400000,1541916000000,1541919600000,1541923200000,1541926800000,1541930400000,1541934000000,1541937600000,1541941200000,1541944800000,1541948400000,1541952000000,1541955600000,1541959200000,1541962800000,1541966400000,1541970000000,1541973600000,1541977200000,1541980800000,1541984400000,1541988000000,1541991600000,1541995200000,1541998800000,1542002400000,1542006000000,1542009600000,1542013200000,1542016800000,1542020400000,1542024000000,1542027600000,1542031200000,1542034800000,1542038400000,1542042000000,1542045600000,1542049200000,1542052800000,1542056400000,1542060000000,1542063600000,1542067200000,1542070800000,1542074400000,1542078000000,1542081600000,1542085200000,1542088800000,1542092400000,1542096000000,1542099600000,1542103200000,1542106800000,1542110400000,1542114000000,1542117600000,1542121200000,1542124800000,1542128400000,1542132000000,1542135600000,1542139200000,1542142800000,1542146400000,1542150000000,1542153600000,1542157200000,1542160800000,1542164400000,1542168000000,1542171600000,1542175200000,1542178800000,1542182400000,1542186000000,1542189600000,1542193200000,1542196800000,1542200400000,1542204000000,1542207600000,1542211200000,1542214800000,1542218400000,1542222000000,1542225600000,1542229200000,1542232800000,1542236400000,1542240000000,1542243600000,1542247200000,1542250800000,1542254400000,1542258000000,1542261600000,1542265200000,1542268800000,1542272400000,1542276000000,1542279600000,1542283200000,1542286800000,1542290400000,1542294000000,1542297600000,1542301200000,1542304800000,1542308400000,1542312000000,1542315600000,1542319200000,1542322800000,1542326400000,1542330000000,1542333600000,1542337200000,1542340800000,1542344400000,1542348000000,1542351600000,1542355200000,1542358800000,1542362400000,1542366000000,1542369600000,1542373200000,1542376800000,1542380400000,1542384000000,1542387600000,1542391200000,1542394800000,1542398400000,1542402000000,1542405600000,1542409200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[640,290,190,130,70,150,570,930,1420,1500,1630,2680,2020,2120,2270,1760,2230,2640,2620,2100,1870,1920,2730,730,930,600,220,110,130,130,260,470,1230,1730,1670,1910,2280,2320,2790,2310,2150,2660,2420,2610,2510,2570,2260,1330,520,410,250,80,90,290,1030,980,1160,1370,1540,1780,2270,2110,2660,2240,2020,2860,2100,2750,2250,2740,2420,1180,420,190,150,70,80,320,1080,1090,1430,1450,1520,1660,1710,2260,1740,2170,2210,2330,2760,2280,2530,2260,1600,1330,680,220,120,50,40,340,920,1330,1420,1460,1580,2180,2180,2000,2190,2590,2390,1960,2610,2260,2540,2520,1880,1380,590,210,160,30,60,350,770,990,1350,1590,1460,1980,2400,2280,1940,2230,1820,1920,2840,2350,2730,2930,2190,980,600,260,120,80,80,180,750,1040,1280,1510,1690,1730,2130,2000,2280,1640,1980,2480,2290,2490,2240,2010,1810,1180]},{"name":"URL","color":"#2373DB","values":[590,380,100,30,30,80,190,470,780,1370,1750,2000,2070,1700,1480,1830,1890,2220,1940,1940,1670,1220,850,630,490,230,270,70,60,30,90,190,530,960,1530,1140,1160,1250,1480,1470,1630,1750,1660,1810,2180,1770,1490,710,260,110,40,20,30,60,370,740,830,1170,1250,1410,1980,1850,1780,1880,2390,2530,2250,2300,1830,1720,1350,790,410,110,60,20,0,30,470,840,1080,1200,1200,1410,1780,2010,1530,1710,2290,2720,2600,2290,2090,1750,1360,780,450,80,120,50,10,80,560,900,1020,1500,1700,1730,2090,2310,1990,1890,2410,2370,2550,2480,2320,1800,1130,740,410,130,70,30,80,100,570,1120,1120,1330,1380,1890,2170,1790,1860,2110,2160,2720,2670,2400,1850,1950,1530,830,450,210,20,0,120,160,520,1000,1060,1600,1640,1840,1900,1950,1940,2310,2650,3070,2680,2440,2030,1280,980,670]},{"name":"Groups","color":"#9ED448","values":[880,360,290,100,0,130,580,1130,1560,1280,1420,1670,1740,1950,1470,1720,1700,2180,1590,1900,2160,2100,2390,1580,1360,510,280,70,130,80,140,940,750,1300,1400,1880,1820,2280,1880,1560,1840,2430,2140,2400,2980,3530,3450,2160,1160,320,160,40,70,250,1250,1030,1480,1380,1510,1700,2110,2190,1670,1810,2120,1930,2660,2770,3240,3360,2680,1650,540,290,130,60,100,340,950,1050,1650,1470,1470,1930,1800,1770,1900,1860,1990,2490,2110,2620,3000,3600,2830,1560,680,170,90,60,40,350,1170,1190,1240,1220,1420,1920,1760,2150,2330,1930,2240,2050,1950,2240,2310,3240,2580,2140,560,160,170,20,90,440,1030,1140,1100,1490,1520,1890,2240,2160,2120,2370,1570,1970,1960,2950,2870,2890,2810,1550,640,390,120,50,90,400,910,1220,1200,1310,1420,1530,1790,2330,1750,1760,1870,2470,2050,2190,2400,2320,2030,1550]},{"name":"Channel","color":"#4fae4e","values":[40,20,30,20,10,30,60,90,70,30,140,100,190,90,180,150,140,230,90,190,150,200,140,160,60,50,80,0,40,30,20,20,70,70,130,110,240,290,150,180,360,160,260,220,100,70,250,200,220,10,30,0,0,10,30,0,60,130,120,110,110,190,90,170,210,140,170,250,350,220,130,120,30,20,70,20,0,10,120,60,80,110,80,80,70,120,100,160,100,250,330,150,320,140,150,120,50,60,0,10,0,30,20,150,120,80,80,230,50,160,420,230,140,180,130,300,140,230,220,110,50,30,0,0,10,70,160,100,40,140,60,90,80,280,160,180,170,170,120,170,270,190,210,70,60,10,30,0,0,40,60,50,60,80,130,220,120,320,170,150,140,120,200,90,170,350,70,210]},{"name":"Search","color":"#F5BD25","values":[30,40,130,10,40,20,200,760,320,170,270,170,610,520,340,240,270,390,430,310,410,340,260,150,210,20,30,10,0,40,170,480,260,200,410,180,380,390,390,450,450,600,300,420,310,300,230,190,130,20,10,0,0,440,270,120,210,140,250,500,430,220,210,220,130,190,250,440,470,360,430,70,30,10,0,0,30,70,340,710,600,230,150,260,180,260,130,130,250,260,200,340,380,220,110,80,150,30,0,10,0,910,390,360,200,110,160,150,290,170,280,230,270,260,390,190,240,170,320,110,50,20,0,50,20,110,170,720,160,190,150,260,400,330,230,230,140,290,680,240,550,370,320,230,20,0,30,30,30,160,390,410,90,210,210,520,460,360,320,350,250,350,170,420,190,320,80,70]},{"name":"Other","color":"#F79E39","values":[90,50,30,10,20,30,70,210,290,350,310,290,330,370,470,250,290,290,340,240,220,220,230,130,130,40,60,10,0,10,60,180,180,300,360,340,300,280,350,290,280,270,500,410,290,270,410,160,110,20,20,0,0,80,170,160,280,200,180,390,260,220,230,230,240,390,410,470,340,320,280,260,110,70,20,20,10,30,180,230,250,310,240,350,420,380,360,260,360,310,340,350,330,350,230,270,120,20,40,20,10,50,160,230,200,280,230,350,370,440,350,340,200,220,380,400,410,410,380,140,40,50,20,0,40,40,230,160,160,210,260,310,280,460,240,320,260,270,260,380,470,440,240,210,120,100,40,20,50,80,170,140,300,200,210,260,310,390,290,390,310,330,330,350,420,240,270,140]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,0,0,0,10,20,10,10,20,40,40,20,10,10,0,0,10,10,0,10,0,0,0,0,0,10,0,0,20,0,0,10,0,10,0,20,40,10,10,10,0,0,0,0,0,0,0,0,0,0,0,20,10,0,0,0,10,0,30,10,0,20,0,0,10,0,0,10,0,0,0,0,0,0,0,10,0,10,0,0,10,20,20,20,20,0,10,10,0,10,0,0,0,0,0,0,0,0,0,20,0,0,0,10,0,0,0,10,10,10,0,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,0,10,10,20,30,10,0,20,0,10,10,20,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,20,10,10,0,0,10,40,30,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/14.json b/dist/chartDummyData/views_zoom/2018-11/14.json new file mode 100644 index 000000000..be30e7d4e --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/14.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1541894400000,1541898000000,1541901600000,1541905200000,1541908800000,1541912400000,1541916000000,1541919600000,1541923200000,1541926800000,1541930400000,1541934000000,1541937600000,1541941200000,1541944800000,1541948400000,1541952000000,1541955600000,1541959200000,1541962800000,1541966400000,1541970000000,1541973600000,1541977200000,1541980800000,1541984400000,1541988000000,1541991600000,1541995200000,1541998800000,1542002400000,1542006000000,1542009600000,1542013200000,1542016800000,1542020400000,1542024000000,1542027600000,1542031200000,1542034800000,1542038400000,1542042000000,1542045600000,1542049200000,1542052800000,1542056400000,1542060000000,1542063600000,1542067200000,1542070800000,1542074400000,1542078000000,1542081600000,1542085200000,1542088800000,1542092400000,1542096000000,1542099600000,1542103200000,1542106800000,1542110400000,1542114000000,1542117600000,1542121200000,1542124800000,1542128400000,1542132000000,1542135600000,1542139200000,1542142800000,1542146400000,1542150000000,1542153600000,1542157200000,1542160800000,1542164400000,1542168000000,1542171600000,1542175200000,1542178800000,1542182400000,1542186000000,1542189600000,1542193200000,1542196800000,1542200400000,1542204000000,1542207600000,1542211200000,1542214800000,1542218400000,1542222000000,1542225600000,1542229200000,1542232800000,1542236400000,1542240000000,1542243600000,1542247200000,1542250800000,1542254400000,1542258000000,1542261600000,1542265200000,1542268800000,1542272400000,1542276000000,1542279600000,1542283200000,1542286800000,1542290400000,1542294000000,1542297600000,1542301200000,1542304800000,1542308400000,1542312000000,1542315600000,1542319200000,1542322800000,1542326400000,1542330000000,1542333600000,1542337200000,1542340800000,1542344400000,1542348000000,1542351600000,1542355200000,1542358800000,1542362400000,1542366000000,1542369600000,1542373200000,1542376800000,1542380400000,1542384000000,1542387600000,1542391200000,1542394800000,1542398400000,1542402000000,1542405600000,1542409200000,1542412800000,1542416400000,1542420000000,1542423600000,1542427200000,1542430800000,1542434400000,1542438000000,1542441600000,1542445200000,1542448800000,1542452400000,1542456000000,1542459600000,1542463200000,1542466800000,1542470400000,1542474000000,1542477600000,1542481200000,1542484800000,1542488400000,1542492000000,1542495600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[930,600,220,110,130,130,260,470,1230,1730,1670,1910,2280,2320,2790,2310,2150,2660,2420,2610,2510,2570,2260,1330,520,410,250,80,90,290,1030,980,1160,1370,1540,1780,2270,2110,2660,2240,2020,2860,2100,2750,2250,2740,2420,1180,420,190,150,70,80,320,1080,1090,1430,1450,1520,1660,1710,2260,1740,2170,2210,2330,2760,2280,2530,2260,1600,1330,680,220,120,50,40,340,920,1330,1420,1460,1580,2180,2180,2000,2190,2590,2390,1960,2610,2260,2540,2520,1880,1380,590,210,160,30,60,350,770,990,1350,1590,1460,1980,2400,2280,1940,2230,1820,1920,2840,2350,2730,2930,2190,980,600,260,120,80,80,180,750,1040,1280,1510,1690,1730,2130,2000,2280,1640,1980,2480,2290,2490,2240,2010,1810,1180,1120,330,90,30,60,130,270,1100,1150,1570,1620,1980,1990,2640,2400,1870,1940,1940,2100,1940,1800,2000,1520,1210]},{"name":"URL","color":"#2373DB","values":[490,230,270,70,60,30,90,190,530,960,1530,1140,1160,1250,1480,1470,1630,1750,1660,1810,2180,1770,1490,710,260,110,40,20,30,60,370,740,830,1170,1250,1410,1980,1850,1780,1880,2390,2530,2250,2300,1830,1720,1350,790,410,110,60,20,0,30,470,840,1080,1200,1200,1410,1780,2010,1530,1710,2290,2720,2600,2290,2090,1750,1360,780,450,80,120,50,10,80,560,900,1020,1500,1700,1730,2090,2310,1990,1890,2410,2370,2550,2480,2320,1800,1130,740,410,130,70,30,80,100,570,1120,1120,1330,1380,1890,2170,1790,1860,2110,2160,2720,2670,2400,1850,1950,1530,830,450,210,20,0,120,160,520,1000,1060,1600,1640,1840,1900,1950,1940,2310,2650,3070,2680,2440,2030,1280,980,670,500,120,150,30,30,80,270,410,890,1330,1610,1650,2170,2020,1900,1890,2090,2140,1860,1840,1430,1070,1070,730]},{"name":"Groups","color":"#9ED448","values":[1360,510,280,70,130,80,140,940,750,1300,1400,1880,1820,2280,1880,1560,1840,2430,2140,2400,2980,3530,3450,2160,1160,320,160,40,70,250,1250,1030,1480,1380,1510,1700,2110,2190,1670,1810,2120,1930,2660,2770,3240,3360,2680,1650,540,290,130,60,100,340,950,1050,1650,1470,1470,1930,1800,1770,1900,1860,1990,2490,2110,2620,3000,3600,2830,1560,680,170,90,60,40,350,1170,1190,1240,1220,1420,1920,1760,2150,2330,1930,2240,2050,1950,2240,2310,3240,2580,2140,560,160,170,20,90,440,1030,1140,1100,1490,1520,1890,2240,2160,2120,2370,1570,1970,1960,2950,2870,2890,2810,1550,640,390,120,50,90,400,910,1220,1200,1310,1420,1530,1790,2330,1750,1760,1870,2470,2050,2190,2400,2320,2030,1550,900,320,190,110,50,140,490,760,1360,2230,1940,1640,1920,1760,1700,1470,1810,1690,1780,1330,2100,2210,2550,2100]},{"name":"Channel","color":"#4fae4e","values":[60,50,80,0,40,30,20,20,70,70,130,110,240,290,150,180,360,160,260,220,100,70,250,200,220,10,30,0,0,10,30,0,60,130,120,110,110,190,90,170,210,140,170,250,350,220,130,120,30,20,70,20,0,10,120,60,80,110,80,80,70,120,100,160,100,250,330,150,320,140,150,120,50,60,0,10,0,30,20,150,120,80,80,230,50,160,420,230,140,180,130,300,140,230,220,110,50,30,0,0,10,70,160,100,40,140,60,90,80,280,160,180,170,170,120,170,270,190,210,70,60,10,30,0,0,40,60,50,60,80,130,220,120,320,170,150,140,120,200,90,170,350,70,210,100,10,30,0,10,0,30,40,70,80,80,160,160,150,170,130,110,150,220,110,90,70,130,70]},{"name":"Search","color":"#F5BD25","values":[210,20,30,10,0,40,170,480,260,200,410,180,380,390,390,450,450,600,300,420,310,300,230,190,130,20,10,0,0,440,270,120,210,140,250,500,430,220,210,220,130,190,250,440,470,360,430,70,30,10,0,0,30,70,340,710,600,230,150,260,180,260,130,130,250,260,200,340,380,220,110,80,150,30,0,10,0,910,390,360,200,110,160,150,290,170,280,230,270,260,390,190,240,170,320,110,50,20,0,50,20,110,170,720,160,190,150,260,400,330,230,230,140,290,680,240,550,370,320,230,20,0,30,30,30,160,390,410,90,210,210,520,460,360,320,350,250,350,170,420,190,320,80,70,240,60,0,0,0,60,60,960,200,260,230,220,90,190,240,80,180,220,160,50,140,850,110,160]},{"name":"Other","color":"#F79E39","values":[130,40,60,10,0,10,60,180,180,300,360,340,300,280,350,290,280,270,500,410,290,270,410,160,110,20,20,0,0,80,170,160,280,200,180,390,260,220,230,230,240,390,410,470,340,320,280,260,110,70,20,20,10,30,180,230,250,310,240,350,420,380,360,260,360,310,340,350,330,350,230,270,120,20,40,20,10,50,160,230,200,280,230,350,370,440,350,340,200,220,380,400,410,410,380,140,40,50,20,0,40,40,230,160,160,210,260,310,280,460,240,320,260,270,260,380,470,440,240,210,120,100,40,20,50,80,170,140,300,200,210,260,310,390,290,390,310,330,330,350,420,240,270,140,150,60,30,0,0,50,70,90,290,270,210,220,280,410,350,190,170,340,280,290,260,240,220,200]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,10,0,0,20,0,0,10,0,10,0,20,40,10,10,10,0,0,0,0,0,0,0,0,0,0,0,20,10,0,0,0,10,0,30,10,0,20,0,0,10,0,0,10,0,0,0,0,0,0,0,10,0,10,0,0,10,20,20,20,20,0,10,10,0,10,0,0,0,0,0,0,0,0,0,20,0,0,0,10,0,0,0,10,10,10,0,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,0,10,10,20,30,10,0,20,0,10,10,20,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,20,10,10,0,0,10,40,30,0,10,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,0,10,0,10,10,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/15.json b/dist/chartDummyData/views_zoom/2018-11/15.json new file mode 100644 index 000000000..e7865689a --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/15.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1541980800000,1541984400000,1541988000000,1541991600000,1541995200000,1541998800000,1542002400000,1542006000000,1542009600000,1542013200000,1542016800000,1542020400000,1542024000000,1542027600000,1542031200000,1542034800000,1542038400000,1542042000000,1542045600000,1542049200000,1542052800000,1542056400000,1542060000000,1542063600000,1542067200000,1542070800000,1542074400000,1542078000000,1542081600000,1542085200000,1542088800000,1542092400000,1542096000000,1542099600000,1542103200000,1542106800000,1542110400000,1542114000000,1542117600000,1542121200000,1542124800000,1542128400000,1542132000000,1542135600000,1542139200000,1542142800000,1542146400000,1542150000000,1542153600000,1542157200000,1542160800000,1542164400000,1542168000000,1542171600000,1542175200000,1542178800000,1542182400000,1542186000000,1542189600000,1542193200000,1542196800000,1542200400000,1542204000000,1542207600000,1542211200000,1542214800000,1542218400000,1542222000000,1542225600000,1542229200000,1542232800000,1542236400000,1542240000000,1542243600000,1542247200000,1542250800000,1542254400000,1542258000000,1542261600000,1542265200000,1542268800000,1542272400000,1542276000000,1542279600000,1542283200000,1542286800000,1542290400000,1542294000000,1542297600000,1542301200000,1542304800000,1542308400000,1542312000000,1542315600000,1542319200000,1542322800000,1542326400000,1542330000000,1542333600000,1542337200000,1542340800000,1542344400000,1542348000000,1542351600000,1542355200000,1542358800000,1542362400000,1542366000000,1542369600000,1542373200000,1542376800000,1542380400000,1542384000000,1542387600000,1542391200000,1542394800000,1542398400000,1542402000000,1542405600000,1542409200000,1542412800000,1542416400000,1542420000000,1542423600000,1542427200000,1542430800000,1542434400000,1542438000000,1542441600000,1542445200000,1542448800000,1542452400000,1542456000000,1542459600000,1542463200000,1542466800000,1542470400000,1542474000000,1542477600000,1542481200000,1542484800000,1542488400000,1542492000000,1542495600000,1542499200000,1542502800000,1542506400000,1542510000000,1542513600000,1542517200000,1542520800000,1542524400000,1542528000000,1542531600000,1542535200000,1542538800000,1542542400000,1542546000000,1542549600000,1542553200000,1542556800000,1542560400000,1542564000000,1542567600000,1542571200000,1542574800000,1542578400000,1542582000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[520,410,250,80,90,290,1030,980,1160,1370,1540,1780,2270,2110,2660,2240,2020,2860,2100,2750,2250,2740,2420,1180,420,190,150,70,80,320,1080,1090,1430,1450,1520,1660,1710,2260,1740,2170,2210,2330,2760,2280,2530,2260,1600,1330,680,220,120,50,40,340,920,1330,1420,1460,1580,2180,2180,2000,2190,2590,2390,1960,2610,2260,2540,2520,1880,1380,590,210,160,30,60,350,770,990,1350,1590,1460,1980,2400,2280,1940,2230,1820,1920,2840,2350,2730,2930,2190,980,600,260,120,80,80,180,750,1040,1280,1510,1690,1730,2130,2000,2280,1640,1980,2480,2290,2490,2240,2010,1810,1180,1120,330,90,30,60,130,270,1100,1150,1570,1620,1980,1990,2640,2400,1870,1940,1940,2100,1940,1800,2000,1520,1210,700,470,200,170,110,40,290,520,1180,1390,1910,2480,2190,1930,1910,2300,2380,1970,2130,3170,2380,2850,1660,1110]},{"name":"URL","color":"#2373DB","values":[260,110,40,20,30,60,370,740,830,1170,1250,1410,1980,1850,1780,1880,2390,2530,2250,2300,1830,1720,1350,790,410,110,60,20,0,30,470,840,1080,1200,1200,1410,1780,2010,1530,1710,2290,2720,2600,2290,2090,1750,1360,780,450,80,120,50,10,80,560,900,1020,1500,1700,1730,2090,2310,1990,1890,2410,2370,2550,2480,2320,1800,1130,740,410,130,70,30,80,100,570,1120,1120,1330,1380,1890,2170,1790,1860,2110,2160,2720,2670,2400,1850,1950,1530,830,450,210,20,0,120,160,520,1000,1060,1600,1640,1840,1900,1950,1940,2310,2650,3070,2680,2440,2030,1280,980,670,500,120,150,30,30,80,270,410,890,1330,1610,1650,2170,2020,1900,1890,2090,2140,1860,1840,1430,1070,1070,730,510,320,170,50,60,20,40,250,510,840,1590,1320,1280,1550,1360,1500,1530,1540,1750,1640,1450,1350,890,490]},{"name":"Groups","color":"#9ED448","values":[1160,320,160,40,70,250,1250,1030,1480,1380,1510,1700,2110,2190,1670,1810,2120,1930,2660,2770,3240,3360,2680,1650,540,290,130,60,100,340,950,1050,1650,1470,1470,1930,1800,1770,1900,1860,1990,2490,2110,2620,3000,3600,2830,1560,680,170,90,60,40,350,1170,1190,1240,1220,1420,1920,1760,2150,2330,1930,2240,2050,1950,2240,2310,3240,2580,2140,560,160,170,20,90,440,1030,1140,1100,1490,1520,1890,2240,2160,2120,2370,1570,1970,1960,2950,2870,2890,2810,1550,640,390,120,50,90,400,910,1220,1200,1310,1420,1530,1790,2330,1750,1760,1870,2470,2050,2190,2400,2320,2030,1550,900,320,190,110,50,140,490,760,1360,2230,1940,1640,1920,1760,1700,1470,1810,1690,1780,1330,2100,2210,2550,2100,1150,580,250,40,50,320,330,500,970,1520,1530,1990,1460,1690,1460,1610,1690,2230,1990,2160,2760,3730,2750,1720]},{"name":"Channel","color":"#4fae4e","values":[220,10,30,0,0,10,30,0,60,130,120,110,110,190,90,170,210,140,170,250,350,220,130,120,30,20,70,20,0,10,120,60,80,110,80,80,70,120,100,160,100,250,330,150,320,140,150,120,50,60,0,10,0,30,20,150,120,80,80,230,50,160,420,230,140,180,130,300,140,230,220,110,50,30,0,0,10,70,160,100,40,140,60,90,80,280,160,180,170,170,120,170,270,190,210,70,60,10,30,0,0,40,60,50,60,80,130,220,120,320,170,150,140,120,200,90,170,350,70,210,100,10,30,0,10,0,30,40,70,80,80,160,160,150,170,130,110,150,220,110,90,70,130,70,30,40,30,0,0,10,10,80,30,170,230,90,310,90,90,90,130,150,160,90,190,340,90,90]},{"name":"Search","color":"#F5BD25","values":[130,20,10,0,0,440,270,120,210,140,250,500,430,220,210,220,130,190,250,440,470,360,430,70,30,10,0,0,30,70,340,710,600,230,150,260,180,260,130,130,250,260,200,340,380,220,110,80,150,30,0,10,0,910,390,360,200,110,160,150,290,170,280,230,270,260,390,190,240,170,320,110,50,20,0,50,20,110,170,720,160,190,150,260,400,330,230,230,140,290,680,240,550,370,320,230,20,0,30,30,30,160,390,410,90,210,210,520,460,360,320,350,250,350,170,420,190,320,80,70,240,60,0,0,0,60,60,960,200,260,230,220,90,190,240,80,180,220,160,50,140,850,110,160,110,10,10,260,70,20,80,150,710,140,600,210,270,390,240,120,270,270,220,210,1030,400,200,90]},{"name":"Other","color":"#F79E39","values":[110,20,20,0,0,80,170,160,280,200,180,390,260,220,230,230,240,390,410,470,340,320,280,260,110,70,20,20,10,30,180,230,250,310,240,350,420,380,360,260,360,310,340,350,330,350,230,270,120,20,40,20,10,50,160,230,200,280,230,350,370,440,350,340,200,220,380,400,410,410,380,140,40,50,20,0,40,40,230,160,160,210,260,310,280,460,240,320,260,270,260,380,470,440,240,210,120,100,40,20,50,80,170,140,300,200,210,260,310,390,290,390,310,330,330,350,420,240,270,140,150,60,30,0,0,50,70,90,290,270,210,220,280,410,350,190,170,340,280,290,260,240,220,200,160,80,30,30,10,30,80,80,160,330,320,360,310,230,260,280,280,260,260,290,290,270,270,230]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,20,10,0,0,0,10,0,30,10,0,20,0,0,10,0,0,10,0,0,0,0,0,0,0,10,0,10,0,0,10,20,20,20,20,0,10,10,0,10,0,0,0,0,0,0,0,0,0,20,0,0,0,10,0,0,0,10,10,10,0,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,0,10,10,20,30,10,0,20,0,10,10,20,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,20,10,10,0,0,10,40,30,0,10,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,0,10,0,10,10,10,0,0,0,0,0,0,0,10,0,10,10,20,0,20,30,30,10,0,0,20,10,0,0,20,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/16.json b/dist/chartDummyData/views_zoom/2018-11/16.json new file mode 100644 index 000000000..8de9d3a28 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/16.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1542067200000,1542070800000,1542074400000,1542078000000,1542081600000,1542085200000,1542088800000,1542092400000,1542096000000,1542099600000,1542103200000,1542106800000,1542110400000,1542114000000,1542117600000,1542121200000,1542124800000,1542128400000,1542132000000,1542135600000,1542139200000,1542142800000,1542146400000,1542150000000,1542153600000,1542157200000,1542160800000,1542164400000,1542168000000,1542171600000,1542175200000,1542178800000,1542182400000,1542186000000,1542189600000,1542193200000,1542196800000,1542200400000,1542204000000,1542207600000,1542211200000,1542214800000,1542218400000,1542222000000,1542225600000,1542229200000,1542232800000,1542236400000,1542240000000,1542243600000,1542247200000,1542250800000,1542254400000,1542258000000,1542261600000,1542265200000,1542268800000,1542272400000,1542276000000,1542279600000,1542283200000,1542286800000,1542290400000,1542294000000,1542297600000,1542301200000,1542304800000,1542308400000,1542312000000,1542315600000,1542319200000,1542322800000,1542326400000,1542330000000,1542333600000,1542337200000,1542340800000,1542344400000,1542348000000,1542351600000,1542355200000,1542358800000,1542362400000,1542366000000,1542369600000,1542373200000,1542376800000,1542380400000,1542384000000,1542387600000,1542391200000,1542394800000,1542398400000,1542402000000,1542405600000,1542409200000,1542412800000,1542416400000,1542420000000,1542423600000,1542427200000,1542430800000,1542434400000,1542438000000,1542441600000,1542445200000,1542448800000,1542452400000,1542456000000,1542459600000,1542463200000,1542466800000,1542470400000,1542474000000,1542477600000,1542481200000,1542484800000,1542488400000,1542492000000,1542495600000,1542499200000,1542502800000,1542506400000,1542510000000,1542513600000,1542517200000,1542520800000,1542524400000,1542528000000,1542531600000,1542535200000,1542538800000,1542542400000,1542546000000,1542549600000,1542553200000,1542556800000,1542560400000,1542564000000,1542567600000,1542571200000,1542574800000,1542578400000,1542582000000,1542585600000,1542589200000,1542592800000,1542596400000,1542600000000,1542603600000,1542607200000,1542610800000,1542614400000,1542618000000,1542621600000,1542625200000,1542628800000,1542632400000,1542636000000,1542639600000,1542643200000,1542646800000,1542650400000,1542654000000,1542657600000,1542661200000,1542664800000,1542668400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[420,190,150,70,80,320,1080,1090,1430,1450,1520,1660,1710,2260,1740,2170,2210,2330,2760,2280,2530,2260,1600,1330,680,220,120,50,40,340,920,1330,1420,1460,1580,2180,2180,2000,2190,2590,2390,1960,2610,2260,2540,2520,1880,1380,590,210,160,30,60,350,770,990,1350,1590,1460,1980,2400,2280,1940,2230,1820,1920,2840,2350,2730,2930,2190,980,600,260,120,80,80,180,750,1040,1280,1510,1690,1730,2130,2000,2280,1640,1980,2480,2290,2490,2240,2010,1810,1180,1120,330,90,30,60,130,270,1100,1150,1570,1620,1980,1990,2640,2400,1870,1940,1940,2100,1940,1800,2000,1520,1210,700,470,200,170,110,40,290,520,1180,1390,1910,2480,2190,1930,1910,2300,2380,1970,2130,3170,2380,2850,1660,1110,830,270,130,60,60,280,920,1090,1180,1520,1900,2010,2180,2440,2380,2150,2130,2160,2310,2810,2840,2740,2070,1050]},{"name":"URL","color":"#2373DB","values":[410,110,60,20,0,30,470,840,1080,1200,1200,1410,1780,2010,1530,1710,2290,2720,2600,2290,2090,1750,1360,780,450,80,120,50,10,80,560,900,1020,1500,1700,1730,2090,2310,1990,1890,2410,2370,2550,2480,2320,1800,1130,740,410,130,70,30,80,100,570,1120,1120,1330,1380,1890,2170,1790,1860,2110,2160,2720,2670,2400,1850,1950,1530,830,450,210,20,0,120,160,520,1000,1060,1600,1640,1840,1900,1950,1940,2310,2650,3070,2680,2440,2030,1280,980,670,500,120,150,30,30,80,270,410,890,1330,1610,1650,2170,2020,1900,1890,2090,2140,1860,1840,1430,1070,1070,730,510,320,170,50,60,20,40,250,510,840,1590,1320,1280,1550,1360,1500,1530,1540,1750,1640,1450,1350,890,490,360,280,230,70,0,130,380,910,980,1120,1100,1780,1920,1800,1690,2030,2370,2010,2700,2350,2390,2020,1580,700]},{"name":"Groups","color":"#9ED448","values":[540,290,130,60,100,340,950,1050,1650,1470,1470,1930,1800,1770,1900,1860,1990,2490,2110,2620,3000,3600,2830,1560,680,170,90,60,40,350,1170,1190,1240,1220,1420,1920,1760,2150,2330,1930,2240,2050,1950,2240,2310,3240,2580,2140,560,160,170,20,90,440,1030,1140,1100,1490,1520,1890,2240,2160,2120,2370,1570,1970,1960,2950,2870,2890,2810,1550,640,390,120,50,90,400,910,1220,1200,1310,1420,1530,1790,2330,1750,1760,1870,2470,2050,2190,2400,2320,2030,1550,900,320,190,110,50,140,490,760,1360,2230,1940,1640,1920,1760,1700,1470,1810,1690,1780,1330,2100,2210,2550,2100,1150,580,250,40,50,320,330,500,970,1520,1530,1990,1460,1690,1460,1610,1690,2230,1990,2160,2760,3730,2750,1720,1020,220,70,50,50,250,740,1190,1490,1270,1190,1480,1780,1810,1660,2460,2070,1980,1970,2460,2620,2960,3010,1860]},{"name":"Channel","color":"#4fae4e","values":[30,20,70,20,0,10,120,60,80,110,80,80,70,120,100,160,100,250,330,150,320,140,150,120,50,60,0,10,0,30,20,150,120,80,80,230,50,160,420,230,140,180,130,300,140,230,220,110,50,30,0,0,10,70,160,100,40,140,60,90,80,280,160,180,170,170,120,170,270,190,210,70,60,10,30,0,0,40,60,50,60,80,130,220,120,320,170,150,140,120,200,90,170,350,70,210,100,10,30,0,10,0,30,40,70,80,80,160,160,150,170,130,110,150,220,110,90,70,130,70,30,40,30,0,0,10,10,80,30,170,230,90,310,90,90,90,130,150,160,90,190,340,90,90,60,0,10,0,10,0,20,40,60,130,100,110,170,180,150,290,150,100,160,150,250,260,590,60]},{"name":"Search","color":"#F5BD25","values":[30,10,0,0,30,70,340,710,600,230,150,260,180,260,130,130,250,260,200,340,380,220,110,80,150,30,0,10,0,910,390,360,200,110,160,150,290,170,280,230,270,260,390,190,240,170,320,110,50,20,0,50,20,110,170,720,160,190,150,260,400,330,230,230,140,290,680,240,550,370,320,230,20,0,30,30,30,160,390,410,90,210,210,520,460,360,320,350,250,350,170,420,190,320,80,70,240,60,0,0,0,60,60,960,200,260,230,220,90,190,240,80,180,220,160,50,140,850,110,160,110,10,10,260,70,20,80,150,710,140,600,210,270,390,240,120,270,270,220,210,1030,400,200,90,20,10,30,0,60,530,310,110,150,90,160,130,190,160,280,580,420,180,150,200,480,210,20,260]},{"name":"Other","color":"#F79E39","values":[110,70,20,20,10,30,180,230,250,310,240,350,420,380,360,260,360,310,340,350,330,350,230,270,120,20,40,20,10,50,160,230,200,280,230,350,370,440,350,340,200,220,380,400,410,410,380,140,40,50,20,0,40,40,230,160,160,210,260,310,280,460,240,320,260,270,260,380,470,440,240,210,120,100,40,20,50,80,170,140,300,200,210,260,310,390,290,390,310,330,330,350,420,240,270,140,150,60,30,0,0,50,70,90,290,270,210,220,280,410,350,190,170,340,280,290,260,240,220,200,160,80,30,30,10,30,80,80,160,330,320,360,310,230,260,280,280,260,260,290,290,270,270,230,50,30,0,10,10,70,200,300,270,330,320,380,530,410,340,220,340,390,370,370,390,510,290,150]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,0,0,10,0,10,0,0,10,20,20,20,20,0,10,10,0,10,0,0,0,0,0,0,0,0,0,20,0,0,0,10,0,0,0,10,10,10,0,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,0,10,10,20,30,10,0,20,0,10,10,20,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,20,10,10,0,0,10,40,30,0,10,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,0,10,0,10,10,10,0,0,0,0,0,0,0,10,0,10,10,20,0,20,30,30,10,0,0,20,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,20,0,0,10,10,10,0,20,0,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/17.json b/dist/chartDummyData/views_zoom/2018-11/17.json new file mode 100644 index 000000000..6f2617eec --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/17.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1542153600000,1542157200000,1542160800000,1542164400000,1542168000000,1542171600000,1542175200000,1542178800000,1542182400000,1542186000000,1542189600000,1542193200000,1542196800000,1542200400000,1542204000000,1542207600000,1542211200000,1542214800000,1542218400000,1542222000000,1542225600000,1542229200000,1542232800000,1542236400000,1542240000000,1542243600000,1542247200000,1542250800000,1542254400000,1542258000000,1542261600000,1542265200000,1542268800000,1542272400000,1542276000000,1542279600000,1542283200000,1542286800000,1542290400000,1542294000000,1542297600000,1542301200000,1542304800000,1542308400000,1542312000000,1542315600000,1542319200000,1542322800000,1542326400000,1542330000000,1542333600000,1542337200000,1542340800000,1542344400000,1542348000000,1542351600000,1542355200000,1542358800000,1542362400000,1542366000000,1542369600000,1542373200000,1542376800000,1542380400000,1542384000000,1542387600000,1542391200000,1542394800000,1542398400000,1542402000000,1542405600000,1542409200000,1542412800000,1542416400000,1542420000000,1542423600000,1542427200000,1542430800000,1542434400000,1542438000000,1542441600000,1542445200000,1542448800000,1542452400000,1542456000000,1542459600000,1542463200000,1542466800000,1542470400000,1542474000000,1542477600000,1542481200000,1542484800000,1542488400000,1542492000000,1542495600000,1542499200000,1542502800000,1542506400000,1542510000000,1542513600000,1542517200000,1542520800000,1542524400000,1542528000000,1542531600000,1542535200000,1542538800000,1542542400000,1542546000000,1542549600000,1542553200000,1542556800000,1542560400000,1542564000000,1542567600000,1542571200000,1542574800000,1542578400000,1542582000000,1542585600000,1542589200000,1542592800000,1542596400000,1542600000000,1542603600000,1542607200000,1542610800000,1542614400000,1542618000000,1542621600000,1542625200000,1542628800000,1542632400000,1542636000000,1542639600000,1542643200000,1542646800000,1542650400000,1542654000000,1542657600000,1542661200000,1542664800000,1542668400000,1542672000000,1542675600000,1542679200000,1542682800000,1542686400000,1542690000000,1542693600000,1542697200000,1542700800000,1542704400000,1542708000000,1542711600000,1542715200000,1542718800000,1542722400000,1542726000000,1542729600000,1542733200000,1542736800000,1542740400000,1542744000000,1542747600000,1542751200000,1542754800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[680,220,120,50,40,340,920,1330,1420,1460,1580,2180,2180,2000,2190,2590,2390,1960,2610,2260,2540,2520,1880,1380,590,210,160,30,60,350,770,990,1350,1590,1460,1980,2400,2280,1940,2230,1820,1920,2840,2350,2730,2930,2190,980,600,260,120,80,80,180,750,1040,1280,1510,1690,1730,2130,2000,2280,1640,1980,2480,2290,2490,2240,2010,1810,1180,1120,330,90,30,60,130,270,1100,1150,1570,1620,1980,1990,2640,2400,1870,1940,1940,2100,1940,1800,2000,1520,1210,700,470,200,170,110,40,290,520,1180,1390,1910,2480,2190,1930,1910,2300,2380,1970,2130,3170,2380,2850,1660,1110,830,270,130,60,60,280,920,1090,1180,1520,1900,2010,2180,2440,2380,2150,2130,2160,2310,2810,2840,2740,2070,1050,450,260,220,180,30,240,920,1080,1420,1720,1740,1830,1870,1970,2010,2310,2630,2140,2250,2180,2510,2830,2400,1580]},{"name":"URL","color":"#2373DB","values":[450,80,120,50,10,80,560,900,1020,1500,1700,1730,2090,2310,1990,1890,2410,2370,2550,2480,2320,1800,1130,740,410,130,70,30,80,100,570,1120,1120,1330,1380,1890,2170,1790,1860,2110,2160,2720,2670,2400,1850,1950,1530,830,450,210,20,0,120,160,520,1000,1060,1600,1640,1840,1900,1950,1940,2310,2650,3070,2680,2440,2030,1280,980,670,500,120,150,30,30,80,270,410,890,1330,1610,1650,2170,2020,1900,1890,2090,2140,1860,1840,1430,1070,1070,730,510,320,170,50,60,20,40,250,510,840,1590,1320,1280,1550,1360,1500,1530,1540,1750,1640,1450,1350,890,490,360,280,230,70,0,130,380,910,980,1120,1100,1780,1920,1800,1690,2030,2370,2010,2700,2350,2390,2020,1580,700,410,110,40,40,10,70,620,1000,930,1570,1350,1430,1920,2160,2100,2200,2440,2940,2250,2150,2130,1830,1140,710]},{"name":"Groups","color":"#9ED448","values":[680,170,90,60,40,350,1170,1190,1240,1220,1420,1920,1760,2150,2330,1930,2240,2050,1950,2240,2310,3240,2580,2140,560,160,170,20,90,440,1030,1140,1100,1490,1520,1890,2240,2160,2120,2370,1570,1970,1960,2950,2870,2890,2810,1550,640,390,120,50,90,400,910,1220,1200,1310,1420,1530,1790,2330,1750,1760,1870,2470,2050,2190,2400,2320,2030,1550,900,320,190,110,50,140,490,760,1360,2230,1940,1640,1920,1760,1700,1470,1810,1690,1780,1330,2100,2210,2550,2100,1150,580,250,40,50,320,330,500,970,1520,1530,1990,1460,1690,1460,1610,1690,2230,1990,2160,2760,3730,2750,1720,1020,220,70,50,50,250,740,1190,1490,1270,1190,1480,1780,1810,1660,2460,2070,1980,1970,2460,2620,2960,3010,1860,610,210,30,60,120,370,730,1400,1170,1000,1240,1590,1680,1920,1540,2280,1770,1820,2030,2630,3070,2800,2780,1990]},{"name":"Channel","color":"#4fae4e","values":[50,60,0,10,0,30,20,150,120,80,80,230,50,160,420,230,140,180,130,300,140,230,220,110,50,30,0,0,10,70,160,100,40,140,60,90,80,280,160,180,170,170,120,170,270,190,210,70,60,10,30,0,0,40,60,50,60,80,130,220,120,320,170,150,140,120,200,90,170,350,70,210,100,10,30,0,10,0,30,40,70,80,80,160,160,150,170,130,110,150,220,110,90,70,130,70,30,40,30,0,0,10,10,80,30,170,230,90,310,90,90,90,130,150,160,90,190,340,90,90,60,0,10,0,10,0,20,40,60,130,100,110,170,180,150,290,150,100,160,150,250,260,590,60,10,50,0,0,0,20,30,90,0,150,160,70,140,190,170,170,210,100,190,220,230,280,120,120]},{"name":"Search","color":"#F5BD25","values":[150,30,0,10,0,910,390,360,200,110,160,150,290,170,280,230,270,260,390,190,240,170,320,110,50,20,0,50,20,110,170,720,160,190,150,260,400,330,230,230,140,290,680,240,550,370,320,230,20,0,30,30,30,160,390,410,90,210,210,520,460,360,320,350,250,350,170,420,190,320,80,70,240,60,0,0,0,60,60,960,200,260,230,220,90,190,240,80,180,220,160,50,140,850,110,160,110,10,10,260,70,20,80,150,710,140,600,210,270,390,240,120,270,270,220,210,1030,400,200,90,20,10,30,0,60,530,310,110,150,90,160,130,190,160,280,580,420,180,150,200,480,210,20,260,20,60,0,0,10,10,450,550,380,340,210,230,240,380,320,310,220,290,450,250,270,360,450,890]},{"name":"Other","color":"#F79E39","values":[120,20,40,20,10,50,160,230,200,280,230,350,370,440,350,340,200,220,380,400,410,410,380,140,40,50,20,0,40,40,230,160,160,210,260,310,280,460,240,320,260,270,260,380,470,440,240,210,120,100,40,20,50,80,170,140,300,200,210,260,310,390,290,390,310,330,330,350,420,240,270,140,150,60,30,0,0,50,70,90,290,270,210,220,280,410,350,190,170,340,280,290,260,240,220,200,160,80,30,30,10,30,80,80,160,330,320,360,310,230,260,280,280,260,260,290,290,270,270,230,50,30,0,10,10,70,200,300,270,330,320,380,530,410,340,220,340,390,370,370,390,510,290,150,170,30,20,0,20,50,220,230,220,350,390,430,450,360,340,310,430,260,300,380,510,440,310,160]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,20,0,0,0,10,0,0,0,10,10,10,0,10,10,0,0,0,0,0,0,0,0,0,10,10,10,10,0,10,10,20,30,10,0,20,0,10,10,20,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,20,10,10,0,0,10,40,30,0,10,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,0,10,0,10,10,10,0,0,0,0,0,0,0,10,0,10,10,20,0,20,30,30,10,0,0,20,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,20,0,0,10,10,10,0,20,0,0,0,0,0,0,0,10,0,0,0,0,10,20,0,0,20,10,0,10,20,0,10,0,0,30,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/18.json b/dist/chartDummyData/views_zoom/2018-11/18.json new file mode 100644 index 000000000..531369b88 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/18.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1542240000000,1542243600000,1542247200000,1542250800000,1542254400000,1542258000000,1542261600000,1542265200000,1542268800000,1542272400000,1542276000000,1542279600000,1542283200000,1542286800000,1542290400000,1542294000000,1542297600000,1542301200000,1542304800000,1542308400000,1542312000000,1542315600000,1542319200000,1542322800000,1542326400000,1542330000000,1542333600000,1542337200000,1542340800000,1542344400000,1542348000000,1542351600000,1542355200000,1542358800000,1542362400000,1542366000000,1542369600000,1542373200000,1542376800000,1542380400000,1542384000000,1542387600000,1542391200000,1542394800000,1542398400000,1542402000000,1542405600000,1542409200000,1542412800000,1542416400000,1542420000000,1542423600000,1542427200000,1542430800000,1542434400000,1542438000000,1542441600000,1542445200000,1542448800000,1542452400000,1542456000000,1542459600000,1542463200000,1542466800000,1542470400000,1542474000000,1542477600000,1542481200000,1542484800000,1542488400000,1542492000000,1542495600000,1542499200000,1542502800000,1542506400000,1542510000000,1542513600000,1542517200000,1542520800000,1542524400000,1542528000000,1542531600000,1542535200000,1542538800000,1542542400000,1542546000000,1542549600000,1542553200000,1542556800000,1542560400000,1542564000000,1542567600000,1542571200000,1542574800000,1542578400000,1542582000000,1542585600000,1542589200000,1542592800000,1542596400000,1542600000000,1542603600000,1542607200000,1542610800000,1542614400000,1542618000000,1542621600000,1542625200000,1542628800000,1542632400000,1542636000000,1542639600000,1542643200000,1542646800000,1542650400000,1542654000000,1542657600000,1542661200000,1542664800000,1542668400000,1542672000000,1542675600000,1542679200000,1542682800000,1542686400000,1542690000000,1542693600000,1542697200000,1542700800000,1542704400000,1542708000000,1542711600000,1542715200000,1542718800000,1542722400000,1542726000000,1542729600000,1542733200000,1542736800000,1542740400000,1542744000000,1542747600000,1542751200000,1542754800000,1542758400000,1542762000000,1542765600000,1542769200000,1542772800000,1542776400000,1542780000000,1542783600000,1542787200000,1542790800000,1542794400000,1542798000000,1542801600000,1542805200000,1542808800000,1542812400000,1542816000000,1542819600000,1542823200000,1542826800000,1542830400000,1542834000000,1542837600000,1542841200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[590,210,160,30,60,350,770,990,1350,1590,1460,1980,2400,2280,1940,2230,1820,1920,2840,2350,2730,2930,2190,980,600,260,120,80,80,180,750,1040,1280,1510,1690,1730,2130,2000,2280,1640,1980,2480,2290,2490,2240,2010,1810,1180,1120,330,90,30,60,130,270,1100,1150,1570,1620,1980,1990,2640,2400,1870,1940,1940,2100,1940,1800,2000,1520,1210,700,470,200,170,110,40,290,520,1180,1390,1910,2480,2190,1930,1910,2300,2380,1970,2130,3170,2380,2850,1660,1110,830,270,130,60,60,280,920,1090,1180,1520,1900,2010,2180,2440,2380,2150,2130,2160,2310,2810,2840,2740,2070,1050,450,260,220,180,30,240,920,1080,1420,1720,1740,1830,1870,1970,2010,2310,2630,2140,2250,2180,2510,2830,2400,1580,560,310,70,10,120,180,740,1150,1160,1610,1400,1690,2290,2130,1860,1870,2070,2190,2050,3080,2540,2620,2800,1060]},{"name":"URL","color":"#2373DB","values":[410,130,70,30,80,100,570,1120,1120,1330,1380,1890,2170,1790,1860,2110,2160,2720,2670,2400,1850,1950,1530,830,450,210,20,0,120,160,520,1000,1060,1600,1640,1840,1900,1950,1940,2310,2650,3070,2680,2440,2030,1280,980,670,500,120,150,30,30,80,270,410,890,1330,1610,1650,2170,2020,1900,1890,2090,2140,1860,1840,1430,1070,1070,730,510,320,170,50,60,20,40,250,510,840,1590,1320,1280,1550,1360,1500,1530,1540,1750,1640,1450,1350,890,490,360,280,230,70,0,130,380,910,980,1120,1100,1780,1920,1800,1690,2030,2370,2010,2700,2350,2390,2020,1580,700,410,110,40,40,10,70,620,1000,930,1570,1350,1430,1920,2160,2100,2200,2440,2940,2250,2150,2130,1830,1140,710,320,80,10,20,30,150,430,920,1020,1210,1680,1700,1940,2230,1830,2160,2260,2680,2740,2220,2290,1990,1390,750]},{"name":"Groups","color":"#9ED448","values":[560,160,170,20,90,440,1030,1140,1100,1490,1520,1890,2240,2160,2120,2370,1570,1970,1960,2950,2870,2890,2810,1550,640,390,120,50,90,400,910,1220,1200,1310,1420,1530,1790,2330,1750,1760,1870,2470,2050,2190,2400,2320,2030,1550,900,320,190,110,50,140,490,760,1360,2230,1940,1640,1920,1760,1700,1470,1810,1690,1780,1330,2100,2210,2550,2100,1150,580,250,40,50,320,330,500,970,1520,1530,1990,1460,1690,1460,1610,1690,2230,1990,2160,2760,3730,2750,1720,1020,220,70,50,50,250,740,1190,1490,1270,1190,1480,1780,1810,1660,2460,2070,1980,1970,2460,2620,2960,3010,1860,610,210,30,60,120,370,730,1400,1170,1000,1240,1590,1680,1920,1540,2280,1770,1820,2030,2630,3070,2800,2780,1990,900,380,130,10,40,480,950,1180,1240,1270,1250,1230,1590,2210,1810,1320,1580,1790,2680,2870,2420,3200,2590,1950]},{"name":"Channel","color":"#4fae4e","values":[50,30,0,0,10,70,160,100,40,140,60,90,80,280,160,180,170,170,120,170,270,190,210,70,60,10,30,0,0,40,60,50,60,80,130,220,120,320,170,150,140,120,200,90,170,350,70,210,100,10,30,0,10,0,30,40,70,80,80,160,160,150,170,130,110,150,220,110,90,70,130,70,30,40,30,0,0,10,10,80,30,170,230,90,310,90,90,90,130,150,160,90,190,340,90,90,60,0,10,0,10,0,20,40,60,130,100,110,170,180,150,290,150,100,160,150,250,260,590,60,10,50,0,0,0,20,30,90,0,150,160,70,140,190,170,170,210,100,190,220,230,280,120,120,40,10,20,0,0,10,70,50,70,80,110,120,110,190,150,110,170,180,240,160,100,110,300,140]},{"name":"Search","color":"#F5BD25","values":[50,20,0,50,20,110,170,720,160,190,150,260,400,330,230,230,140,290,680,240,550,370,320,230,20,0,30,30,30,160,390,410,90,210,210,520,460,360,320,350,250,350,170,420,190,320,80,70,240,60,0,0,0,60,60,960,200,260,230,220,90,190,240,80,180,220,160,50,140,850,110,160,110,10,10,260,70,20,80,150,710,140,600,210,270,390,240,120,270,270,220,210,1030,400,200,90,20,10,30,0,60,530,310,110,150,90,160,130,190,160,280,580,420,180,150,200,480,210,20,260,20,60,0,0,10,10,450,550,380,340,210,230,240,380,320,310,220,290,450,250,270,360,450,890,380,60,0,0,0,380,640,390,330,160,260,220,430,230,420,230,250,240,240,360,160,450,260,40]},{"name":"Other","color":"#F79E39","values":[40,50,20,0,40,40,230,160,160,210,260,310,280,460,240,320,260,270,260,380,470,440,240,210,120,100,40,20,50,80,170,140,300,200,210,260,310,390,290,390,310,330,330,350,420,240,270,140,150,60,30,0,0,50,70,90,290,270,210,220,280,410,350,190,170,340,280,290,260,240,220,200,160,80,30,30,10,30,80,80,160,330,320,360,310,230,260,280,280,260,260,290,290,270,270,230,50,30,0,10,10,70,200,300,270,330,320,380,530,410,340,220,340,390,370,370,390,510,290,150,170,30,20,0,20,50,220,230,220,350,390,430,450,360,340,310,430,260,300,380,510,440,310,160,50,20,40,10,10,70,280,200,370,320,240,380,440,360,440,290,240,490,410,490,470,440,380,140]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,10,10,10,0,10,10,20,30,10,0,20,0,10,10,20,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,20,10,10,0,0,10,40,30,0,10,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,0,10,0,10,10,10,0,0,0,0,0,0,0,10,0,10,10,20,0,20,30,30,10,0,0,20,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,20,0,0,10,10,10,0,20,0,0,0,0,0,0,0,10,0,0,0,0,10,20,0,0,20,10,0,10,20,0,10,0,0,30,10,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,10,10,10,30,30,50,10,0,20,20,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/19.json b/dist/chartDummyData/views_zoom/2018-11/19.json new file mode 100644 index 000000000..466132b6c --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/19.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1542326400000,1542330000000,1542333600000,1542337200000,1542340800000,1542344400000,1542348000000,1542351600000,1542355200000,1542358800000,1542362400000,1542366000000,1542369600000,1542373200000,1542376800000,1542380400000,1542384000000,1542387600000,1542391200000,1542394800000,1542398400000,1542402000000,1542405600000,1542409200000,1542412800000,1542416400000,1542420000000,1542423600000,1542427200000,1542430800000,1542434400000,1542438000000,1542441600000,1542445200000,1542448800000,1542452400000,1542456000000,1542459600000,1542463200000,1542466800000,1542470400000,1542474000000,1542477600000,1542481200000,1542484800000,1542488400000,1542492000000,1542495600000,1542499200000,1542502800000,1542506400000,1542510000000,1542513600000,1542517200000,1542520800000,1542524400000,1542528000000,1542531600000,1542535200000,1542538800000,1542542400000,1542546000000,1542549600000,1542553200000,1542556800000,1542560400000,1542564000000,1542567600000,1542571200000,1542574800000,1542578400000,1542582000000,1542585600000,1542589200000,1542592800000,1542596400000,1542600000000,1542603600000,1542607200000,1542610800000,1542614400000,1542618000000,1542621600000,1542625200000,1542628800000,1542632400000,1542636000000,1542639600000,1542643200000,1542646800000,1542650400000,1542654000000,1542657600000,1542661200000,1542664800000,1542668400000,1542672000000,1542675600000,1542679200000,1542682800000,1542686400000,1542690000000,1542693600000,1542697200000,1542700800000,1542704400000,1542708000000,1542711600000,1542715200000,1542718800000,1542722400000,1542726000000,1542729600000,1542733200000,1542736800000,1542740400000,1542744000000,1542747600000,1542751200000,1542754800000,1542758400000,1542762000000,1542765600000,1542769200000,1542772800000,1542776400000,1542780000000,1542783600000,1542787200000,1542790800000,1542794400000,1542798000000,1542801600000,1542805200000,1542808800000,1542812400000,1542816000000,1542819600000,1542823200000,1542826800000,1542830400000,1542834000000,1542837600000,1542841200000,1542844800000,1542848400000,1542852000000,1542855600000,1542859200000,1542862800000,1542866400000,1542870000000,1542873600000,1542877200000,1542880800000,1542884400000,1542888000000,1542891600000,1542895200000,1542898800000,1542902400000,1542906000000,1542909600000,1542913200000,1542916800000,1542920400000,1542924000000,1542927600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[600,260,120,80,80,180,750,1040,1280,1510,1690,1730,2130,2000,2280,1640,1980,2480,2290,2490,2240,2010,1810,1180,1120,330,90,30,60,130,270,1100,1150,1570,1620,1980,1990,2640,2400,1870,1940,1940,2100,1940,1800,2000,1520,1210,700,470,200,170,110,40,290,520,1180,1390,1910,2480,2190,1930,1910,2300,2380,1970,2130,3170,2380,2850,1660,1110,830,270,130,60,60,280,920,1090,1180,1520,1900,2010,2180,2440,2380,2150,2130,2160,2310,2810,2840,2740,2070,1050,450,260,220,180,30,240,920,1080,1420,1720,1740,1830,1870,1970,2010,2310,2630,2140,2250,2180,2510,2830,2400,1580,560,310,70,10,120,180,740,1150,1160,1610,1400,1690,2290,2130,1860,1870,2070,2190,2050,3080,2540,2620,2800,1060,460,170,140,40,10,200,610,1210,1410,1640,1750,2070,1910,2050,1930,1990,1840,2050,2780,2530,2900,2130,2280,1360]},{"name":"URL","color":"#2373DB","values":[450,210,20,0,120,160,520,1000,1060,1600,1640,1840,1900,1950,1940,2310,2650,3070,2680,2440,2030,1280,980,670,500,120,150,30,30,80,270,410,890,1330,1610,1650,2170,2020,1900,1890,2090,2140,1860,1840,1430,1070,1070,730,510,320,170,50,60,20,40,250,510,840,1590,1320,1280,1550,1360,1500,1530,1540,1750,1640,1450,1350,890,490,360,280,230,70,0,130,380,910,980,1120,1100,1780,1920,1800,1690,2030,2370,2010,2700,2350,2390,2020,1580,700,410,110,40,40,10,70,620,1000,930,1570,1350,1430,1920,2160,2100,2200,2440,2940,2250,2150,2130,1830,1140,710,320,80,10,20,30,150,430,920,1020,1210,1680,1700,1940,2230,1830,2160,2260,2680,2740,2220,2290,1990,1390,750,380,250,0,10,0,80,480,830,1160,1230,1520,1770,2200,1930,1930,2100,2890,2640,2400,2070,1880,2040,1190,820]},{"name":"Groups","color":"#9ED448","values":[640,390,120,50,90,400,910,1220,1200,1310,1420,1530,1790,2330,1750,1760,1870,2470,2050,2190,2400,2320,2030,1550,900,320,190,110,50,140,490,760,1360,2230,1940,1640,1920,1760,1700,1470,1810,1690,1780,1330,2100,2210,2550,2100,1150,580,250,40,50,320,330,500,970,1520,1530,1990,1460,1690,1460,1610,1690,2230,1990,2160,2760,3730,2750,1720,1020,220,70,50,50,250,740,1190,1490,1270,1190,1480,1780,1810,1660,2460,2070,1980,1970,2460,2620,2960,3010,1860,610,210,30,60,120,370,730,1400,1170,1000,1240,1590,1680,1920,1540,2280,1770,1820,2030,2630,3070,2800,2780,1990,900,380,130,10,40,480,950,1180,1240,1270,1250,1230,1590,2210,1810,1320,1580,1790,2680,2870,2420,3200,2590,1950,890,190,150,10,90,340,1160,1230,1350,1540,1210,1480,2060,1670,1800,1670,1640,1410,2140,2360,2730,2900,2850,1560]},{"name":"Channel","color":"#4fae4e","values":[60,10,30,0,0,40,60,50,60,80,130,220,120,320,170,150,140,120,200,90,170,350,70,210,100,10,30,0,10,0,30,40,70,80,80,160,160,150,170,130,110,150,220,110,90,70,130,70,30,40,30,0,0,10,10,80,30,170,230,90,310,90,90,90,130,150,160,90,190,340,90,90,60,0,10,0,10,0,20,40,60,130,100,110,170,180,150,290,150,100,160,150,250,260,590,60,10,50,0,0,0,20,30,90,0,150,160,70,140,190,170,170,210,100,190,220,230,280,120,120,40,10,20,0,0,10,70,50,70,80,110,120,110,190,150,110,170,180,240,160,100,110,300,140,200,20,20,0,0,20,70,30,140,70,120,50,70,80,240,140,140,240,200,160,520,180,150,140]},{"name":"Search","color":"#F5BD25","values":[20,0,30,30,30,160,390,410,90,210,210,520,460,360,320,350,250,350,170,420,190,320,80,70,240,60,0,0,0,60,60,960,200,260,230,220,90,190,240,80,180,220,160,50,140,850,110,160,110,10,10,260,70,20,80,150,710,140,600,210,270,390,240,120,270,270,220,210,1030,400,200,90,20,10,30,0,60,530,310,110,150,90,160,130,190,160,280,580,420,180,150,200,480,210,20,260,20,60,0,0,10,10,450,550,380,340,210,230,240,380,320,310,220,290,450,250,270,360,450,890,380,60,0,0,0,380,640,390,330,160,260,220,430,230,420,230,250,240,240,360,160,450,260,40,170,0,10,10,0,40,340,730,250,320,280,270,220,210,240,230,310,240,730,290,200,370,440,150]},{"name":"Other","color":"#F79E39","values":[120,100,40,20,50,80,170,140,300,200,210,260,310,390,290,390,310,330,330,350,420,240,270,140,150,60,30,0,0,50,70,90,290,270,210,220,280,410,350,190,170,340,280,290,260,240,220,200,160,80,30,30,10,30,80,80,160,330,320,360,310,230,260,280,280,260,260,290,290,270,270,230,50,30,0,10,10,70,200,300,270,330,320,380,530,410,340,220,340,390,370,370,390,510,290,150,170,30,20,0,20,50,220,230,220,350,390,430,450,360,340,310,430,260,300,380,510,440,310,160,50,20,40,10,10,70,280,200,370,320,240,380,440,360,440,290,240,490,410,490,470,440,380,140,120,70,30,30,0,80,240,290,310,200,300,490,300,460,270,450,280,370,320,400,450,430,410,410]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,10,0,0,10,0,20,10,10,0,0,10,40,30,0,10,0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,0,10,0,10,10,10,0,0,0,0,0,0,0,10,0,10,10,20,0,20,30,30,10,0,0,20,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,20,0,0,10,10,10,0,20,0,0,0,0,0,0,0,10,0,0,0,0,10,20,0,0,20,10,0,10,20,0,10,0,0,30,10,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,10,10,10,30,30,50,10,0,20,20,0,0,10,0,10,0,0,0,10,0,0,20,0,0,0,20,20,20,40,10,10,20,10,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/20.json b/dist/chartDummyData/views_zoom/2018-11/20.json new file mode 100644 index 000000000..ca344bd95 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/20.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1542412800000,1542416400000,1542420000000,1542423600000,1542427200000,1542430800000,1542434400000,1542438000000,1542441600000,1542445200000,1542448800000,1542452400000,1542456000000,1542459600000,1542463200000,1542466800000,1542470400000,1542474000000,1542477600000,1542481200000,1542484800000,1542488400000,1542492000000,1542495600000,1542499200000,1542502800000,1542506400000,1542510000000,1542513600000,1542517200000,1542520800000,1542524400000,1542528000000,1542531600000,1542535200000,1542538800000,1542542400000,1542546000000,1542549600000,1542553200000,1542556800000,1542560400000,1542564000000,1542567600000,1542571200000,1542574800000,1542578400000,1542582000000,1542585600000,1542589200000,1542592800000,1542596400000,1542600000000,1542603600000,1542607200000,1542610800000,1542614400000,1542618000000,1542621600000,1542625200000,1542628800000,1542632400000,1542636000000,1542639600000,1542643200000,1542646800000,1542650400000,1542654000000,1542657600000,1542661200000,1542664800000,1542668400000,1542672000000,1542675600000,1542679200000,1542682800000,1542686400000,1542690000000,1542693600000,1542697200000,1542700800000,1542704400000,1542708000000,1542711600000,1542715200000,1542718800000,1542722400000,1542726000000,1542729600000,1542733200000,1542736800000,1542740400000,1542744000000,1542747600000,1542751200000,1542754800000,1542758400000,1542762000000,1542765600000,1542769200000,1542772800000,1542776400000,1542780000000,1542783600000,1542787200000,1542790800000,1542794400000,1542798000000,1542801600000,1542805200000,1542808800000,1542812400000,1542816000000,1542819600000,1542823200000,1542826800000,1542830400000,1542834000000,1542837600000,1542841200000,1542844800000,1542848400000,1542852000000,1542855600000,1542859200000,1542862800000,1542866400000,1542870000000,1542873600000,1542877200000,1542880800000,1542884400000,1542888000000,1542891600000,1542895200000,1542898800000,1542902400000,1542906000000,1542909600000,1542913200000,1542916800000,1542920400000,1542924000000,1542927600000,1542931200000,1542934800000,1542938400000,1542942000000,1542945600000,1542949200000,1542952800000,1542956400000,1542960000000,1542963600000,1542967200000,1542970800000,1542974400000,1542978000000,1542981600000,1542985200000,1542988800000,1542992400000,1542996000000,1542999600000,1543003200000,1543006800000,1543010400000,1543014000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[1120,330,90,30,60,130,270,1100,1150,1570,1620,1980,1990,2640,2400,1870,1940,1940,2100,1940,1800,2000,1520,1210,700,470,200,170,110,40,290,520,1180,1390,1910,2480,2190,1930,1910,2300,2380,1970,2130,3170,2380,2850,1660,1110,830,270,130,60,60,280,920,1090,1180,1520,1900,2010,2180,2440,2380,2150,2130,2160,2310,2810,2840,2740,2070,1050,450,260,220,180,30,240,920,1080,1420,1720,1740,1830,1870,1970,2010,2310,2630,2140,2250,2180,2510,2830,2400,1580,560,310,70,10,120,180,740,1150,1160,1610,1400,1690,2290,2130,1860,1870,2070,2190,2050,3080,2540,2620,2800,1060,460,170,140,40,10,200,610,1210,1410,1640,1750,2070,1910,2050,1930,1990,1840,2050,2780,2530,2900,2130,2280,1360,870,330,140,70,40,160,790,1020,1610,1660,2080,1830,2770,2610,2520,2050,1880,2120,2110,2130,2990,2370,1510,990]},{"name":"URL","color":"#2373DB","values":[500,120,150,30,30,80,270,410,890,1330,1610,1650,2170,2020,1900,1890,2090,2140,1860,1840,1430,1070,1070,730,510,320,170,50,60,20,40,250,510,840,1590,1320,1280,1550,1360,1500,1530,1540,1750,1640,1450,1350,890,490,360,280,230,70,0,130,380,910,980,1120,1100,1780,1920,1800,1690,2030,2370,2010,2700,2350,2390,2020,1580,700,410,110,40,40,10,70,620,1000,930,1570,1350,1430,1920,2160,2100,2200,2440,2940,2250,2150,2130,1830,1140,710,320,80,10,20,30,150,430,920,1020,1210,1680,1700,1940,2230,1830,2160,2260,2680,2740,2220,2290,1990,1390,750,380,250,0,10,0,80,480,830,1160,1230,1520,1770,2200,1930,1930,2100,2890,2640,2400,2070,1880,2040,1190,820,530,210,90,10,50,90,360,900,1270,1460,1920,1980,2120,1940,2190,2480,2370,2470,2520,2180,1670,1510,1060,670]},{"name":"Groups","color":"#9ED448","values":[900,320,190,110,50,140,490,760,1360,2230,1940,1640,1920,1760,1700,1470,1810,1690,1780,1330,2100,2210,2550,2100,1150,580,250,40,50,320,330,500,970,1520,1530,1990,1460,1690,1460,1610,1690,2230,1990,2160,2760,3730,2750,1720,1020,220,70,50,50,250,740,1190,1490,1270,1190,1480,1780,1810,1660,2460,2070,1980,1970,2460,2620,2960,3010,1860,610,210,30,60,120,370,730,1400,1170,1000,1240,1590,1680,1920,1540,2280,1770,1820,2030,2630,3070,2800,2780,1990,900,380,130,10,40,480,950,1180,1240,1270,1250,1230,1590,2210,1810,1320,1580,1790,2680,2870,2420,3200,2590,1950,890,190,150,10,90,340,1160,1230,1350,1540,1210,1480,2060,1670,1800,1670,1640,1410,2140,2360,2730,2900,2850,1560,780,270,210,20,120,270,970,1170,1200,1560,1120,1740,1810,1810,1800,1700,2020,2370,1660,2560,2250,2330,2470,1590]},{"name":"Channel","color":"#4fae4e","values":[100,10,30,0,10,0,30,40,70,80,80,160,160,150,170,130,110,150,220,110,90,70,130,70,30,40,30,0,0,10,10,80,30,170,230,90,310,90,90,90,130,150,160,90,190,340,90,90,60,0,10,0,10,0,20,40,60,130,100,110,170,180,150,290,150,100,160,150,250,260,590,60,10,50,0,0,0,20,30,90,0,150,160,70,140,190,170,170,210,100,190,220,230,280,120,120,40,10,20,0,0,10,70,50,70,80,110,120,110,190,150,110,170,180,240,160,100,110,300,140,200,20,20,0,0,20,70,30,140,70,120,50,70,80,240,140,140,240,200,160,520,180,150,140,40,50,10,20,0,0,70,90,150,160,180,90,100,210,120,210,100,130,160,140,210,180,120,90]},{"name":"Search","color":"#F5BD25","values":[240,60,0,0,0,60,60,960,200,260,230,220,90,190,240,80,180,220,160,50,140,850,110,160,110,10,10,260,70,20,80,150,710,140,600,210,270,390,240,120,270,270,220,210,1030,400,200,90,20,10,30,0,60,530,310,110,150,90,160,130,190,160,280,580,420,180,150,200,480,210,20,260,20,60,0,0,10,10,450,550,380,340,210,230,240,380,320,310,220,290,450,250,270,360,450,890,380,60,0,0,0,380,640,390,330,160,260,220,430,230,420,230,250,240,240,360,160,450,260,40,170,0,10,10,0,40,340,730,250,320,280,270,220,210,240,230,310,240,730,290,200,370,440,150,50,260,50,0,10,250,390,190,140,220,140,230,200,310,150,250,130,410,300,280,160,590,110,100]},{"name":"Other","color":"#F79E39","values":[150,60,30,0,0,50,70,90,290,270,210,220,280,410,350,190,170,340,280,290,260,240,220,200,160,80,30,30,10,30,80,80,160,330,320,360,310,230,260,280,280,260,260,290,290,270,270,230,50,30,0,10,10,70,200,300,270,330,320,380,530,410,340,220,340,390,370,370,390,510,290,150,170,30,20,0,20,50,220,230,220,350,390,430,450,360,340,310,430,260,300,380,510,440,310,160,50,20,40,10,10,70,280,200,370,320,240,380,440,360,440,290,240,490,410,490,470,440,380,140,120,70,30,30,0,80,240,290,310,200,300,490,300,460,270,450,280,370,320,400,450,430,410,410,190,30,20,0,0,60,240,280,480,450,380,430,430,360,310,410,390,540,380,470,450,290,340,180]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,0,0,0,10,10,0,0,10,0,10,10,10,0,0,0,0,0,0,0,10,0,10,10,20,0,20,30,30,10,0,0,20,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,20,0,0,10,10,10,0,20,0,0,0,0,0,0,0,10,0,0,0,0,10,20,0,0,20,10,0,10,20,0,10,0,0,30,10,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,10,10,10,30,30,50,10,0,20,20,0,0,10,0,10,0,0,0,10,0,0,20,0,0,0,20,20,20,40,10,10,20,10,0,10,0,0,0,0,0,0,0,0,10,10,10,0,0,20,0,10,0,0,20,10,40,20,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/21.json b/dist/chartDummyData/views_zoom/2018-11/21.json new file mode 100644 index 000000000..c47767755 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/21.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1542499200000,1542502800000,1542506400000,1542510000000,1542513600000,1542517200000,1542520800000,1542524400000,1542528000000,1542531600000,1542535200000,1542538800000,1542542400000,1542546000000,1542549600000,1542553200000,1542556800000,1542560400000,1542564000000,1542567600000,1542571200000,1542574800000,1542578400000,1542582000000,1542585600000,1542589200000,1542592800000,1542596400000,1542600000000,1542603600000,1542607200000,1542610800000,1542614400000,1542618000000,1542621600000,1542625200000,1542628800000,1542632400000,1542636000000,1542639600000,1542643200000,1542646800000,1542650400000,1542654000000,1542657600000,1542661200000,1542664800000,1542668400000,1542672000000,1542675600000,1542679200000,1542682800000,1542686400000,1542690000000,1542693600000,1542697200000,1542700800000,1542704400000,1542708000000,1542711600000,1542715200000,1542718800000,1542722400000,1542726000000,1542729600000,1542733200000,1542736800000,1542740400000,1542744000000,1542747600000,1542751200000,1542754800000,1542758400000,1542762000000,1542765600000,1542769200000,1542772800000,1542776400000,1542780000000,1542783600000,1542787200000,1542790800000,1542794400000,1542798000000,1542801600000,1542805200000,1542808800000,1542812400000,1542816000000,1542819600000,1542823200000,1542826800000,1542830400000,1542834000000,1542837600000,1542841200000,1542844800000,1542848400000,1542852000000,1542855600000,1542859200000,1542862800000,1542866400000,1542870000000,1542873600000,1542877200000,1542880800000,1542884400000,1542888000000,1542891600000,1542895200000,1542898800000,1542902400000,1542906000000,1542909600000,1542913200000,1542916800000,1542920400000,1542924000000,1542927600000,1542931200000,1542934800000,1542938400000,1542942000000,1542945600000,1542949200000,1542952800000,1542956400000,1542960000000,1542963600000,1542967200000,1542970800000,1542974400000,1542978000000,1542981600000,1542985200000,1542988800000,1542992400000,1542996000000,1542999600000,1543003200000,1543006800000,1543010400000,1543014000000,1543017600000,1543021200000,1543024800000,1543028400000,1543032000000,1543035600000,1543039200000,1543042800000,1543046400000,1543050000000,1543053600000,1543057200000,1543060800000,1543064400000,1543068000000,1543071600000,1543075200000,1543078800000,1543082400000,1543086000000,1543089600000,1543093200000,1543096800000,1543100400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[700,470,200,170,110,40,290,520,1180,1390,1910,2480,2190,1930,1910,2300,2380,1970,2130,3170,2380,2850,1660,1110,830,270,130,60,60,280,920,1090,1180,1520,1900,2010,2180,2440,2380,2150,2130,2160,2310,2810,2840,2740,2070,1050,450,260,220,180,30,240,920,1080,1420,1720,1740,1830,1870,1970,2010,2310,2630,2140,2250,2180,2510,2830,2400,1580,560,310,70,10,120,180,740,1150,1160,1610,1400,1690,2290,2130,1860,1870,2070,2190,2050,3080,2540,2620,2800,1060,460,170,140,40,10,200,610,1210,1410,1640,1750,2070,1910,2050,1930,1990,1840,2050,2780,2530,2900,2130,2280,1360,870,330,140,70,40,160,790,1020,1610,1660,2080,1830,2770,2610,2520,2050,1880,2120,2110,2130,2990,2370,1510,990,660,460,120,130,60,170,360,950,1260,1540,1960,2160,2120,2620,2490,1990,2020,2390,2210,1980,1700,1600,2500,1920]},{"name":"URL","color":"#2373DB","values":[510,320,170,50,60,20,40,250,510,840,1590,1320,1280,1550,1360,1500,1530,1540,1750,1640,1450,1350,890,490,360,280,230,70,0,130,380,910,980,1120,1100,1780,1920,1800,1690,2030,2370,2010,2700,2350,2390,2020,1580,700,410,110,40,40,10,70,620,1000,930,1570,1350,1430,1920,2160,2100,2200,2440,2940,2250,2150,2130,1830,1140,710,320,80,10,20,30,150,430,920,1020,1210,1680,1700,1940,2230,1830,2160,2260,2680,2740,2220,2290,1990,1390,750,380,250,0,10,0,80,480,830,1160,1230,1520,1770,2200,1930,1930,2100,2890,2640,2400,2070,1880,2040,1190,820,530,210,90,10,50,90,360,900,1270,1460,1920,1980,2120,1940,2190,2480,2370,2470,2520,2180,1670,1510,1060,670,410,90,70,20,20,60,200,690,800,1590,1700,1990,1740,1770,1900,1740,1940,2410,2450,2020,1520,1210,1200,670]},{"name":"Groups","color":"#9ED448","values":[1150,580,250,40,50,320,330,500,970,1520,1530,1990,1460,1690,1460,1610,1690,2230,1990,2160,2760,3730,2750,1720,1020,220,70,50,50,250,740,1190,1490,1270,1190,1480,1780,1810,1660,2460,2070,1980,1970,2460,2620,2960,3010,1860,610,210,30,60,120,370,730,1400,1170,1000,1240,1590,1680,1920,1540,2280,1770,1820,2030,2630,3070,2800,2780,1990,900,380,130,10,40,480,950,1180,1240,1270,1250,1230,1590,2210,1810,1320,1580,1790,2680,2870,2420,3200,2590,1950,890,190,150,10,90,340,1160,1230,1350,1540,1210,1480,2060,1670,1800,1670,1640,1410,2140,2360,2730,2900,2850,1560,780,270,210,20,120,270,970,1170,1200,1560,1120,1740,1810,1810,1800,1700,2020,2370,1660,2560,2250,2330,2470,1590,800,430,180,70,70,180,400,850,1260,1290,1500,1560,1900,1630,1580,1490,1550,1990,1790,1580,1880,1720,1860,1890]},{"name":"Channel","color":"#4fae4e","values":[30,40,30,0,0,10,10,80,30,170,230,90,310,90,90,90,130,150,160,90,190,340,90,90,60,0,10,0,10,0,20,40,60,130,100,110,170,180,150,290,150,100,160,150,250,260,590,60,10,50,0,0,0,20,30,90,0,150,160,70,140,190,170,170,210,100,190,220,230,280,120,120,40,10,20,0,0,10,70,50,70,80,110,120,110,190,150,110,170,180,240,160,100,110,300,140,200,20,20,0,0,20,70,30,140,70,120,50,70,80,240,140,140,240,200,160,520,180,150,140,40,50,10,20,0,0,70,90,150,160,180,90,100,210,120,210,100,130,160,140,210,180,120,90,30,50,10,10,20,10,10,20,90,140,80,150,200,220,160,180,170,150,160,160,240,170,120,110]},{"name":"Search","color":"#F5BD25","values":[110,10,10,260,70,20,80,150,710,140,600,210,270,390,240,120,270,270,220,210,1030,400,200,90,20,10,30,0,60,530,310,110,150,90,160,130,190,160,280,580,420,180,150,200,480,210,20,260,20,60,0,0,10,10,450,550,380,340,210,230,240,380,320,310,220,290,450,250,270,360,450,890,380,60,0,0,0,380,640,390,330,160,260,220,430,230,420,230,250,240,240,360,160,450,260,40,170,0,10,10,0,40,340,730,250,320,280,270,220,210,240,230,310,240,730,290,200,370,440,150,50,260,50,0,10,250,390,190,140,220,140,230,200,310,150,250,130,410,300,280,160,590,110,100,170,80,60,20,0,90,200,900,80,100,190,120,400,400,550,200,310,310,180,150,260,210,230,100]},{"name":"Other","color":"#F79E39","values":[160,80,30,30,10,30,80,80,160,330,320,360,310,230,260,280,280,260,260,290,290,270,270,230,50,30,0,10,10,70,200,300,270,330,320,380,530,410,340,220,340,390,370,370,390,510,290,150,170,30,20,0,20,50,220,230,220,350,390,430,450,360,340,310,430,260,300,380,510,440,310,160,50,20,40,10,10,70,280,200,370,320,240,380,440,360,440,290,240,490,410,490,470,440,380,140,120,70,30,30,0,80,240,290,310,200,300,490,300,460,270,450,280,370,320,400,450,430,410,410,190,30,20,0,0,60,240,280,480,450,380,430,430,360,310,410,390,540,380,470,450,290,340,180,110,50,10,0,10,50,80,110,230,220,260,350,500,350,210,410,290,320,240,430,320,220,200,240]},{"name":"PM","color":"#E65850","values":[0,0,0,0,10,0,10,10,20,0,20,30,30,10,0,0,20,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,20,0,0,10,10,10,0,20,0,0,0,0,0,0,0,10,0,0,0,0,10,20,0,0,20,10,0,10,20,0,10,0,0,30,10,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,10,10,10,30,30,50,10,0,20,20,0,0,10,0,10,0,0,0,10,0,0,20,0,0,0,20,20,20,40,10,10,20,10,0,10,0,0,0,0,0,0,0,0,10,10,10,0,0,20,0,10,0,0,20,10,40,20,0,0,10,0,10,0,0,0,0,0,0,0,0,30,20,20,0,0,10,10,10,10,0,0,20,10,20]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/22.json b/dist/chartDummyData/views_zoom/2018-11/22.json new file mode 100644 index 000000000..0453c1f78 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/22.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1542585600000,1542589200000,1542592800000,1542596400000,1542600000000,1542603600000,1542607200000,1542610800000,1542614400000,1542618000000,1542621600000,1542625200000,1542628800000,1542632400000,1542636000000,1542639600000,1542643200000,1542646800000,1542650400000,1542654000000,1542657600000,1542661200000,1542664800000,1542668400000,1542672000000,1542675600000,1542679200000,1542682800000,1542686400000,1542690000000,1542693600000,1542697200000,1542700800000,1542704400000,1542708000000,1542711600000,1542715200000,1542718800000,1542722400000,1542726000000,1542729600000,1542733200000,1542736800000,1542740400000,1542744000000,1542747600000,1542751200000,1542754800000,1542758400000,1542762000000,1542765600000,1542769200000,1542772800000,1542776400000,1542780000000,1542783600000,1542787200000,1542790800000,1542794400000,1542798000000,1542801600000,1542805200000,1542808800000,1542812400000,1542816000000,1542819600000,1542823200000,1542826800000,1542830400000,1542834000000,1542837600000,1542841200000,1542844800000,1542848400000,1542852000000,1542855600000,1542859200000,1542862800000,1542866400000,1542870000000,1542873600000,1542877200000,1542880800000,1542884400000,1542888000000,1542891600000,1542895200000,1542898800000,1542902400000,1542906000000,1542909600000,1542913200000,1542916800000,1542920400000,1542924000000,1542927600000,1542931200000,1542934800000,1542938400000,1542942000000,1542945600000,1542949200000,1542952800000,1542956400000,1542960000000,1542963600000,1542967200000,1542970800000,1542974400000,1542978000000,1542981600000,1542985200000,1542988800000,1542992400000,1542996000000,1542999600000,1543003200000,1543006800000,1543010400000,1543014000000,1543017600000,1543021200000,1543024800000,1543028400000,1543032000000,1543035600000,1543039200000,1543042800000,1543046400000,1543050000000,1543053600000,1543057200000,1543060800000,1543064400000,1543068000000,1543071600000,1543075200000,1543078800000,1543082400000,1543086000000,1543089600000,1543093200000,1543096800000,1543100400000,1543104000000,1543107600000,1543111200000,1543114800000,1543118400000,1543122000000,1543125600000,1543129200000,1543132800000,1543136400000,1543140000000,1543143600000,1543147200000,1543150800000,1543154400000,1543158000000,1543161600000,1543165200000,1543168800000,1543172400000,1543176000000,1543179600000,1543183200000,1543186800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[830,270,130,60,60,280,920,1090,1180,1520,1900,2010,2180,2440,2380,2150,2130,2160,2310,2810,2840,2740,2070,1050,450,260,220,180,30,240,920,1080,1420,1720,1740,1830,1870,1970,2010,2310,2630,2140,2250,2180,2510,2830,2400,1580,560,310,70,10,120,180,740,1150,1160,1610,1400,1690,2290,2130,1860,1870,2070,2190,2050,3080,2540,2620,2800,1060,460,170,140,40,10,200,610,1210,1410,1640,1750,2070,1910,2050,1930,1990,1840,2050,2780,2530,2900,2130,2280,1360,870,330,140,70,40,160,790,1020,1610,1660,2080,1830,2770,2610,2520,2050,1880,2120,2110,2130,2990,2370,1510,990,660,460,120,130,60,170,360,950,1260,1540,1960,2160,2120,2620,2490,1990,2020,2390,2210,1980,1700,1600,2500,1920,820,440,210,110,20,90,310,730,1210,1510,2010,2070,2180,1950,2390,1980,2160,2230,2360,2410,3090,3230,1910,1570]},{"name":"URL","color":"#2373DB","values":[360,280,230,70,0,130,380,910,980,1120,1100,1780,1920,1800,1690,2030,2370,2010,2700,2350,2390,2020,1580,700,410,110,40,40,10,70,620,1000,930,1570,1350,1430,1920,2160,2100,2200,2440,2940,2250,2150,2130,1830,1140,710,320,80,10,20,30,150,430,920,1020,1210,1680,1700,1940,2230,1830,2160,2260,2680,2740,2220,2290,1990,1390,750,380,250,0,10,0,80,480,830,1160,1230,1520,1770,2200,1930,1930,2100,2890,2640,2400,2070,1880,2040,1190,820,530,210,90,10,50,90,360,900,1270,1460,1920,1980,2120,1940,2190,2480,2370,2470,2520,2180,1670,1510,1060,670,410,90,70,20,20,60,200,690,800,1590,1700,1990,1740,1770,1900,1740,1940,2410,2450,2020,1520,1210,1200,670,460,280,110,90,50,10,30,270,520,860,1510,1400,1710,1380,1460,1810,1580,1390,1820,1710,1540,1850,1270,770]},{"name":"Groups","color":"#9ED448","values":[1020,220,70,50,50,250,740,1190,1490,1270,1190,1480,1780,1810,1660,2460,2070,1980,1970,2460,2620,2960,3010,1860,610,210,30,60,120,370,730,1400,1170,1000,1240,1590,1680,1920,1540,2280,1770,1820,2030,2630,3070,2800,2780,1990,900,380,130,10,40,480,950,1180,1240,1270,1250,1230,1590,2210,1810,1320,1580,1790,2680,2870,2420,3200,2590,1950,890,190,150,10,90,340,1160,1230,1350,1540,1210,1480,2060,1670,1800,1670,1640,1410,2140,2360,2730,2900,2850,1560,780,270,210,20,120,270,970,1170,1200,1560,1120,1740,1810,1810,1800,1700,2020,2370,1660,2560,2250,2330,2470,1590,800,430,180,70,70,180,400,850,1260,1290,1500,1560,1900,1630,1580,1490,1550,1990,1790,1580,1880,1720,1860,1890,1390,700,340,120,30,80,150,460,1110,1480,1290,1530,1590,1710,1760,1750,1490,1730,1870,1970,2950,3100,2590,1720]},{"name":"Channel","color":"#4fae4e","values":[60,0,10,0,10,0,20,40,60,130,100,110,170,180,150,290,150,100,160,150,250,260,590,60,10,50,0,0,0,20,30,90,0,150,160,70,140,190,170,170,210,100,190,220,230,280,120,120,40,10,20,0,0,10,70,50,70,80,110,120,110,190,150,110,170,180,240,160,100,110,300,140,200,20,20,0,0,20,70,30,140,70,120,50,70,80,240,140,140,240,200,160,520,180,150,140,40,50,10,20,0,0,70,90,150,160,180,90,100,210,120,210,100,130,160,140,210,180,120,90,30,50,10,10,20,10,10,20,90,140,80,150,200,220,160,180,170,150,160,160,240,170,120,110,70,40,30,20,0,0,30,70,100,110,160,110,190,110,280,240,90,110,150,160,160,280,180,90]},{"name":"Search","color":"#F5BD25","values":[20,10,30,0,60,530,310,110,150,90,160,130,190,160,280,580,420,180,150,200,480,210,20,260,20,60,0,0,10,10,450,550,380,340,210,230,240,380,320,310,220,290,450,250,270,360,450,890,380,60,0,0,0,380,640,390,330,160,260,220,430,230,420,230,250,240,240,360,160,450,260,40,170,0,10,10,0,40,340,730,250,320,280,270,220,210,240,230,310,240,730,290,200,370,440,150,50,260,50,0,10,250,390,190,140,220,140,230,200,310,150,250,130,410,300,280,160,590,110,100,170,80,60,20,0,90,200,900,80,100,190,120,400,400,550,200,310,310,180,150,260,210,230,100,110,150,20,0,0,0,450,540,250,680,240,200,270,300,270,260,260,430,360,340,310,160,180,80]},{"name":"Other","color":"#F79E39","values":[50,30,0,10,10,70,200,300,270,330,320,380,530,410,340,220,340,390,370,370,390,510,290,150,170,30,20,0,20,50,220,230,220,350,390,430,450,360,340,310,430,260,300,380,510,440,310,160,50,20,40,10,10,70,280,200,370,320,240,380,440,360,440,290,240,490,410,490,470,440,380,140,120,70,30,30,0,80,240,290,310,200,300,490,300,460,270,450,280,370,320,400,450,430,410,410,190,30,20,0,0,60,240,280,480,450,380,430,430,360,310,410,390,540,380,470,450,290,340,180,110,50,10,0,10,50,80,110,230,220,260,350,500,350,210,410,290,320,240,430,320,220,200,240,120,60,30,40,10,50,30,90,180,370,280,330,350,300,290,370,230,280,350,260,320,250,410,230]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,10,20,0,0,10,10,10,0,20,0,0,0,0,0,0,0,10,0,0,0,0,10,20,0,0,20,10,0,10,20,0,10,0,0,30,10,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,10,10,10,30,30,50,10,0,20,20,0,0,10,0,10,0,0,0,10,0,0,20,0,0,0,20,20,20,40,10,10,20,10,0,10,0,0,0,0,0,0,0,0,10,10,10,0,0,20,0,10,0,0,20,10,40,20,0,0,10,0,10,0,0,0,0,0,0,0,0,30,20,20,0,0,10,10,10,10,0,0,20,10,20,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,0,20,10,0,10,10,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/23.json b/dist/chartDummyData/views_zoom/2018-11/23.json new file mode 100644 index 000000000..edd66f43d --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/23.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1542672000000,1542675600000,1542679200000,1542682800000,1542686400000,1542690000000,1542693600000,1542697200000,1542700800000,1542704400000,1542708000000,1542711600000,1542715200000,1542718800000,1542722400000,1542726000000,1542729600000,1542733200000,1542736800000,1542740400000,1542744000000,1542747600000,1542751200000,1542754800000,1542758400000,1542762000000,1542765600000,1542769200000,1542772800000,1542776400000,1542780000000,1542783600000,1542787200000,1542790800000,1542794400000,1542798000000,1542801600000,1542805200000,1542808800000,1542812400000,1542816000000,1542819600000,1542823200000,1542826800000,1542830400000,1542834000000,1542837600000,1542841200000,1542844800000,1542848400000,1542852000000,1542855600000,1542859200000,1542862800000,1542866400000,1542870000000,1542873600000,1542877200000,1542880800000,1542884400000,1542888000000,1542891600000,1542895200000,1542898800000,1542902400000,1542906000000,1542909600000,1542913200000,1542916800000,1542920400000,1542924000000,1542927600000,1542931200000,1542934800000,1542938400000,1542942000000,1542945600000,1542949200000,1542952800000,1542956400000,1542960000000,1542963600000,1542967200000,1542970800000,1542974400000,1542978000000,1542981600000,1542985200000,1542988800000,1542992400000,1542996000000,1542999600000,1543003200000,1543006800000,1543010400000,1543014000000,1543017600000,1543021200000,1543024800000,1543028400000,1543032000000,1543035600000,1543039200000,1543042800000,1543046400000,1543050000000,1543053600000,1543057200000,1543060800000,1543064400000,1543068000000,1543071600000,1543075200000,1543078800000,1543082400000,1543086000000,1543089600000,1543093200000,1543096800000,1543100400000,1543104000000,1543107600000,1543111200000,1543114800000,1543118400000,1543122000000,1543125600000,1543129200000,1543132800000,1543136400000,1543140000000,1543143600000,1543147200000,1543150800000,1543154400000,1543158000000,1543161600000,1543165200000,1543168800000,1543172400000,1543176000000,1543179600000,1543183200000,1543186800000,1543190400000,1543194000000,1543197600000,1543201200000,1543204800000,1543208400000,1543212000000,1543215600000,1543219200000,1543222800000,1543226400000,1543230000000,1543233600000,1543237200000,1543240800000,1543244400000,1543248000000,1543251600000,1543255200000,1543258800000,1543262400000,1543266000000,1543269600000,1543273200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[450,260,220,180,30,240,920,1080,1420,1720,1740,1830,1870,1970,2010,2310,2630,2140,2250,2180,2510,2830,2400,1580,560,310,70,10,120,180,740,1150,1160,1610,1400,1690,2290,2130,1860,1870,2070,2190,2050,3080,2540,2620,2800,1060,460,170,140,40,10,200,610,1210,1410,1640,1750,2070,1910,2050,1930,1990,1840,2050,2780,2530,2900,2130,2280,1360,870,330,140,70,40,160,790,1020,1610,1660,2080,1830,2770,2610,2520,2050,1880,2120,2110,2130,2990,2370,1510,990,660,460,120,130,60,170,360,950,1260,1540,1960,2160,2120,2620,2490,1990,2020,2390,2210,1980,1700,1600,2500,1920,820,440,210,110,20,90,310,730,1210,1510,2010,2070,2180,1950,2390,1980,2160,2230,2360,2410,3090,3230,1910,1570,800,650,180,80,90,290,740,910,1060,1160,1780,2070,2410,2160,1770,2800,2340,2490,2620,2510,2720,2610,4240,1330]},{"name":"URL","color":"#2373DB","values":[410,110,40,40,10,70,620,1000,930,1570,1350,1430,1920,2160,2100,2200,2440,2940,2250,2150,2130,1830,1140,710,320,80,10,20,30,150,430,920,1020,1210,1680,1700,1940,2230,1830,2160,2260,2680,2740,2220,2290,1990,1390,750,380,250,0,10,0,80,480,830,1160,1230,1520,1770,2200,1930,1930,2100,2890,2640,2400,2070,1880,2040,1190,820,530,210,90,10,50,90,360,900,1270,1460,1920,1980,2120,1940,2190,2480,2370,2470,2520,2180,1670,1510,1060,670,410,90,70,20,20,60,200,690,800,1590,1700,1990,1740,1770,1900,1740,1940,2410,2450,2020,1520,1210,1200,670,460,280,110,90,50,10,30,270,520,860,1510,1400,1710,1380,1460,1810,1580,1390,1820,1710,1540,1850,1270,770,400,180,130,50,50,80,420,800,910,1180,1210,1710,1920,1810,1680,1900,2110,2970,2290,2380,2620,2130,1420,1100]},{"name":"Groups","color":"#9ED448","values":[610,210,30,60,120,370,730,1400,1170,1000,1240,1590,1680,1920,1540,2280,1770,1820,2030,2630,3070,2800,2780,1990,900,380,130,10,40,480,950,1180,1240,1270,1250,1230,1590,2210,1810,1320,1580,1790,2680,2870,2420,3200,2590,1950,890,190,150,10,90,340,1160,1230,1350,1540,1210,1480,2060,1670,1800,1670,1640,1410,2140,2360,2730,2900,2850,1560,780,270,210,20,120,270,970,1170,1200,1560,1120,1740,1810,1810,1800,1700,2020,2370,1660,2560,2250,2330,2470,1590,800,430,180,70,70,180,400,850,1260,1290,1500,1560,1900,1630,1580,1490,1550,1990,1790,1580,1880,1720,1860,1890,1390,700,340,120,30,80,150,460,1110,1480,1290,1530,1590,1710,1760,1750,1490,1730,1870,1970,2950,3100,2590,1720,850,420,170,400,590,640,910,770,1260,1530,1400,1470,2090,1980,1860,1560,2140,2310,2090,2350,2380,3590,2900,1590]},{"name":"Channel","color":"#4fae4e","values":[10,50,0,0,0,20,30,90,0,150,160,70,140,190,170,170,210,100,190,220,230,280,120,120,40,10,20,0,0,10,70,50,70,80,110,120,110,190,150,110,170,180,240,160,100,110,300,140,200,20,20,0,0,20,70,30,140,70,120,50,70,80,240,140,140,240,200,160,520,180,150,140,40,50,10,20,0,0,70,90,150,160,180,90,100,210,120,210,100,130,160,140,210,180,120,90,30,50,10,10,20,10,10,20,90,140,80,150,200,220,160,180,170,150,160,160,240,170,120,110,70,40,30,20,0,0,30,70,100,110,160,110,190,110,280,240,90,110,150,160,160,280,180,90,60,40,30,10,0,0,30,40,50,40,80,170,120,100,120,150,170,110,150,110,270,200,200,100]},{"name":"Search","color":"#F5BD25","values":[20,60,0,0,10,10,450,550,380,340,210,230,240,380,320,310,220,290,450,250,270,360,450,890,380,60,0,0,0,380,640,390,330,160,260,220,430,230,420,230,250,240,240,360,160,450,260,40,170,0,10,10,0,40,340,730,250,320,280,270,220,210,240,230,310,240,730,290,200,370,440,150,50,260,50,0,10,250,390,190,140,220,140,230,200,310,150,250,130,410,300,280,160,590,110,100,170,80,60,20,0,90,200,900,80,100,190,120,400,400,550,200,310,310,180,150,260,210,230,100,110,150,20,0,0,0,450,540,250,680,240,200,270,300,270,260,260,430,360,340,310,160,180,80,20,0,0,30,0,330,370,380,100,240,570,330,320,590,680,390,230,290,590,210,410,350,370,80]},{"name":"Other","color":"#F79E39","values":[170,30,20,0,20,50,220,230,220,350,390,430,450,360,340,310,430,260,300,380,510,440,310,160,50,20,40,10,10,70,280,200,370,320,240,380,440,360,440,290,240,490,410,490,470,440,380,140,120,70,30,30,0,80,240,290,310,200,300,490,300,460,270,450,280,370,320,400,450,430,410,410,190,30,20,0,0,60,240,280,480,450,380,430,430,360,310,410,390,540,380,470,450,290,340,180,110,50,10,0,10,50,80,110,230,220,260,350,500,350,210,410,290,320,240,430,320,220,200,240,120,60,30,40,10,50,30,90,180,370,280,330,350,300,290,370,230,280,350,260,320,250,410,230,160,70,40,20,0,90,120,220,190,310,340,350,330,350,320,430,380,260,320,330,440,360,270,90]},{"name":"PM","color":"#E65850","values":[0,10,0,0,0,0,10,20,0,0,20,10,0,10,20,0,10,0,0,30,10,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,10,10,10,30,30,50,10,0,20,20,0,0,10,0,10,0,0,0,10,0,0,20,0,0,0,20,20,20,40,10,10,20,10,0,10,0,0,0,0,0,0,0,0,10,10,10,0,0,20,0,10,0,0,20,10,40,20,0,0,10,0,10,0,0,0,0,0,0,0,0,30,20,20,0,0,10,10,10,10,0,0,20,10,20,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,0,20,10,0,10,10,0,10,0,0,0,0,0,0,0,0,10,0,0,10,10,10,10,0,0,0,30,20,0,20,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/24.json b/dist/chartDummyData/views_zoom/2018-11/24.json new file mode 100644 index 000000000..d4bad9d32 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/24.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1542758400000,1542762000000,1542765600000,1542769200000,1542772800000,1542776400000,1542780000000,1542783600000,1542787200000,1542790800000,1542794400000,1542798000000,1542801600000,1542805200000,1542808800000,1542812400000,1542816000000,1542819600000,1542823200000,1542826800000,1542830400000,1542834000000,1542837600000,1542841200000,1542844800000,1542848400000,1542852000000,1542855600000,1542859200000,1542862800000,1542866400000,1542870000000,1542873600000,1542877200000,1542880800000,1542884400000,1542888000000,1542891600000,1542895200000,1542898800000,1542902400000,1542906000000,1542909600000,1542913200000,1542916800000,1542920400000,1542924000000,1542927600000,1542931200000,1542934800000,1542938400000,1542942000000,1542945600000,1542949200000,1542952800000,1542956400000,1542960000000,1542963600000,1542967200000,1542970800000,1542974400000,1542978000000,1542981600000,1542985200000,1542988800000,1542992400000,1542996000000,1542999600000,1543003200000,1543006800000,1543010400000,1543014000000,1543017600000,1543021200000,1543024800000,1543028400000,1543032000000,1543035600000,1543039200000,1543042800000,1543046400000,1543050000000,1543053600000,1543057200000,1543060800000,1543064400000,1543068000000,1543071600000,1543075200000,1543078800000,1543082400000,1543086000000,1543089600000,1543093200000,1543096800000,1543100400000,1543104000000,1543107600000,1543111200000,1543114800000,1543118400000,1543122000000,1543125600000,1543129200000,1543132800000,1543136400000,1543140000000,1543143600000,1543147200000,1543150800000,1543154400000,1543158000000,1543161600000,1543165200000,1543168800000,1543172400000,1543176000000,1543179600000,1543183200000,1543186800000,1543190400000,1543194000000,1543197600000,1543201200000,1543204800000,1543208400000,1543212000000,1543215600000,1543219200000,1543222800000,1543226400000,1543230000000,1543233600000,1543237200000,1543240800000,1543244400000,1543248000000,1543251600000,1543255200000,1543258800000,1543262400000,1543266000000,1543269600000,1543273200000,1543276800000,1543280400000,1543284000000,1543287600000,1543291200000,1543294800000,1543298400000,1543302000000,1543305600000,1543309200000,1543312800000,1543316400000,1543320000000,1543323600000,1543327200000,1543330800000,1543334400000,1543338000000,1543341600000,1543345200000,1543348800000,1543352400000,1543356000000,1543359600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[560,310,70,10,120,180,740,1150,1160,1610,1400,1690,2290,2130,1860,1870,2070,2190,2050,3080,2540,2620,2800,1060,460,170,140,40,10,200,610,1210,1410,1640,1750,2070,1910,2050,1930,1990,1840,2050,2780,2530,2900,2130,2280,1360,870,330,140,70,40,160,790,1020,1610,1660,2080,1830,2770,2610,2520,2050,1880,2120,2110,2130,2990,2370,1510,990,660,460,120,130,60,170,360,950,1260,1540,1960,2160,2120,2620,2490,1990,2020,2390,2210,1980,1700,1600,2500,1920,820,440,210,110,20,90,310,730,1210,1510,2010,2070,2180,1950,2390,1980,2160,2230,2360,2410,3090,3230,1910,1570,800,650,180,80,90,290,740,910,1060,1160,1780,2070,2410,2160,1770,2800,2340,2490,2620,2510,2720,2610,4240,1330,790,280,150,30,50,270,640,1090,1180,1450,2360,1700,2510,2570,2500,2440,2710,2470,2660,2840,2510,2610,1830,1700]},{"name":"URL","color":"#2373DB","values":[320,80,10,20,30,150,430,920,1020,1210,1680,1700,1940,2230,1830,2160,2260,2680,2740,2220,2290,1990,1390,750,380,250,0,10,0,80,480,830,1160,1230,1520,1770,2200,1930,1930,2100,2890,2640,2400,2070,1880,2040,1190,820,530,210,90,10,50,90,360,900,1270,1460,1920,1980,2120,1940,2190,2480,2370,2470,2520,2180,1670,1510,1060,670,410,90,70,20,20,60,200,690,800,1590,1700,1990,1740,1770,1900,1740,1940,2410,2450,2020,1520,1210,1200,670,460,280,110,90,50,10,30,270,520,860,1510,1400,1710,1380,1460,1810,1580,1390,1820,1710,1540,1850,1270,770,400,180,130,50,50,80,420,800,910,1180,1210,1710,1920,1810,1680,1900,2110,2970,2290,2380,2620,2130,1420,1100,490,90,0,40,20,80,550,930,1100,1090,1400,1500,1870,2160,1650,1870,2220,2390,2250,1810,1800,1740,1550,930]},{"name":"Groups","color":"#9ED448","values":[900,380,130,10,40,480,950,1180,1240,1270,1250,1230,1590,2210,1810,1320,1580,1790,2680,2870,2420,3200,2590,1950,890,190,150,10,90,340,1160,1230,1350,1540,1210,1480,2060,1670,1800,1670,1640,1410,2140,2360,2730,2900,2850,1560,780,270,210,20,120,270,970,1170,1200,1560,1120,1740,1810,1810,1800,1700,2020,2370,1660,2560,2250,2330,2470,1590,800,430,180,70,70,180,400,850,1260,1290,1500,1560,1900,1630,1580,1490,1550,1990,1790,1580,1880,1720,1860,1890,1390,700,340,120,30,80,150,460,1110,1480,1290,1530,1590,1710,1760,1750,1490,1730,1870,1970,2950,3100,2590,1720,850,420,170,400,590,640,910,770,1260,1530,1400,1470,2090,1980,1860,1560,2140,2310,2090,2350,2380,3590,2900,1590,790,150,190,60,40,390,1560,1150,1390,1350,1310,1380,1690,2040,1730,1600,1760,1770,2120,2090,2600,3210,2240,2120]},{"name":"Channel","color":"#4fae4e","values":[40,10,20,0,0,10,70,50,70,80,110,120,110,190,150,110,170,180,240,160,100,110,300,140,200,20,20,0,0,20,70,30,140,70,120,50,70,80,240,140,140,240,200,160,520,180,150,140,40,50,10,20,0,0,70,90,150,160,180,90,100,210,120,210,100,130,160,140,210,180,120,90,30,50,10,10,20,10,10,20,90,140,80,150,200,220,160,180,170,150,160,160,240,170,120,110,70,40,30,20,0,0,30,70,100,110,160,110,190,110,280,240,90,110,150,160,160,280,180,90,60,40,30,10,0,0,30,40,50,40,80,170,120,100,120,150,170,110,150,110,270,200,200,100,20,40,10,0,30,20,50,40,80,50,190,80,110,150,140,210,150,160,230,200,210,120,150,70]},{"name":"Search","color":"#F5BD25","values":[380,60,0,0,0,380,640,390,330,160,260,220,430,230,420,230,250,240,240,360,160,450,260,40,170,0,10,10,0,40,340,730,250,320,280,270,220,210,240,230,310,240,730,290,200,370,440,150,50,260,50,0,10,250,390,190,140,220,140,230,200,310,150,250,130,410,300,280,160,590,110,100,170,80,60,20,0,90,200,900,80,100,190,120,400,400,550,200,310,310,180,150,260,210,230,100,110,150,20,0,0,0,450,540,250,680,240,200,270,300,270,260,260,430,360,340,310,160,180,80,20,0,0,30,0,330,370,380,100,240,570,330,320,590,680,390,230,290,590,210,410,350,370,80,50,10,0,0,60,130,310,930,110,250,260,170,860,170,370,230,230,410,320,200,290,180,930,40]},{"name":"Other","color":"#F79E39","values":[50,20,40,10,10,70,280,200,370,320,240,380,440,360,440,290,240,490,410,490,470,440,380,140,120,70,30,30,0,80,240,290,310,200,300,490,300,460,270,450,280,370,320,400,450,430,410,410,190,30,20,0,0,60,240,280,480,450,380,430,430,360,310,410,390,540,380,470,450,290,340,180,110,50,10,0,10,50,80,110,230,220,260,350,500,350,210,410,290,320,240,430,320,220,200,240,120,60,30,40,10,50,30,90,180,370,280,330,350,300,290,370,230,280,350,260,320,250,410,230,160,70,40,20,0,90,120,220,190,310,340,350,330,350,320,430,380,260,320,330,440,360,270,90,90,50,10,10,10,40,130,320,250,210,230,330,370,300,300,320,380,290,410,380,410,340,340,200]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,0,10,0,10,0,10,10,10,30,30,50,10,0,20,20,0,0,10,0,10,0,0,0,10,0,0,20,0,0,0,20,20,20,40,10,10,20,10,0,10,0,0,0,0,0,0,0,0,10,10,10,0,0,20,0,10,0,0,20,10,40,20,0,0,10,0,10,0,0,0,0,0,0,0,0,30,20,20,0,0,10,10,10,10,0,0,20,10,20,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,0,20,10,0,10,10,0,10,0,0,0,0,0,0,0,0,10,0,0,10,10,10,10,0,0,0,30,20,0,20,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,10,0,10,10,0,0,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/25.json b/dist/chartDummyData/views_zoom/2018-11/25.json new file mode 100644 index 000000000..883e9ce66 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/25.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1542844800000,1542848400000,1542852000000,1542855600000,1542859200000,1542862800000,1542866400000,1542870000000,1542873600000,1542877200000,1542880800000,1542884400000,1542888000000,1542891600000,1542895200000,1542898800000,1542902400000,1542906000000,1542909600000,1542913200000,1542916800000,1542920400000,1542924000000,1542927600000,1542931200000,1542934800000,1542938400000,1542942000000,1542945600000,1542949200000,1542952800000,1542956400000,1542960000000,1542963600000,1542967200000,1542970800000,1542974400000,1542978000000,1542981600000,1542985200000,1542988800000,1542992400000,1542996000000,1542999600000,1543003200000,1543006800000,1543010400000,1543014000000,1543017600000,1543021200000,1543024800000,1543028400000,1543032000000,1543035600000,1543039200000,1543042800000,1543046400000,1543050000000,1543053600000,1543057200000,1543060800000,1543064400000,1543068000000,1543071600000,1543075200000,1543078800000,1543082400000,1543086000000,1543089600000,1543093200000,1543096800000,1543100400000,1543104000000,1543107600000,1543111200000,1543114800000,1543118400000,1543122000000,1543125600000,1543129200000,1543132800000,1543136400000,1543140000000,1543143600000,1543147200000,1543150800000,1543154400000,1543158000000,1543161600000,1543165200000,1543168800000,1543172400000,1543176000000,1543179600000,1543183200000,1543186800000,1543190400000,1543194000000,1543197600000,1543201200000,1543204800000,1543208400000,1543212000000,1543215600000,1543219200000,1543222800000,1543226400000,1543230000000,1543233600000,1543237200000,1543240800000,1543244400000,1543248000000,1543251600000,1543255200000,1543258800000,1543262400000,1543266000000,1543269600000,1543273200000,1543276800000,1543280400000,1543284000000,1543287600000,1543291200000,1543294800000,1543298400000,1543302000000,1543305600000,1543309200000,1543312800000,1543316400000,1543320000000,1543323600000,1543327200000,1543330800000,1543334400000,1543338000000,1543341600000,1543345200000,1543348800000,1543352400000,1543356000000,1543359600000,1543363200000,1543366800000,1543370400000,1543374000000,1543377600000,1543381200000,1543384800000,1543388400000,1543392000000,1543395600000,1543399200000,1543402800000,1543406400000,1543410000000,1543413600000,1543417200000,1543420800000,1543424400000,1543428000000,1543431600000,1543435200000,1543438800000,1543442400000,1543446000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[460,170,140,40,10,200,610,1210,1410,1640,1750,2070,1910,2050,1930,1990,1840,2050,2780,2530,2900,2130,2280,1360,870,330,140,70,40,160,790,1020,1610,1660,2080,1830,2770,2610,2520,2050,1880,2120,2110,2130,2990,2370,1510,990,660,460,120,130,60,170,360,950,1260,1540,1960,2160,2120,2620,2490,1990,2020,2390,2210,1980,1700,1600,2500,1920,820,440,210,110,20,90,310,730,1210,1510,2010,2070,2180,1950,2390,1980,2160,2230,2360,2410,3090,3230,1910,1570,800,650,180,80,90,290,740,910,1060,1160,1780,2070,2410,2160,1770,2800,2340,2490,2620,2510,2720,2610,4240,1330,790,280,150,30,50,270,640,1090,1180,1450,2360,1700,2510,2570,2500,2440,2710,2470,2660,2840,2510,2610,1830,1700,580,490,50,120,170,150,610,1170,1350,1260,1690,1730,2170,2320,2080,2100,1950,2220,2210,2700,2590,3150,2130,1360]},{"name":"URL","color":"#2373DB","values":[380,250,0,10,0,80,480,830,1160,1230,1520,1770,2200,1930,1930,2100,2890,2640,2400,2070,1880,2040,1190,820,530,210,90,10,50,90,360,900,1270,1460,1920,1980,2120,1940,2190,2480,2370,2470,2520,2180,1670,1510,1060,670,410,90,70,20,20,60,200,690,800,1590,1700,1990,1740,1770,1900,1740,1940,2410,2450,2020,1520,1210,1200,670,460,280,110,90,50,10,30,270,520,860,1510,1400,1710,1380,1460,1810,1580,1390,1820,1710,1540,1850,1270,770,400,180,130,50,50,80,420,800,910,1180,1210,1710,1920,1810,1680,1900,2110,2970,2290,2380,2620,2130,1420,1100,490,90,0,40,20,80,550,930,1100,1090,1400,1500,1870,2160,1650,1870,2220,2390,2250,1810,1800,1740,1550,930,350,140,70,50,0,90,390,650,1070,1390,1230,1440,1810,1730,1910,1800,2540,2560,2380,2450,2050,2170,1320,880]},{"name":"Groups","color":"#9ED448","values":[890,190,150,10,90,340,1160,1230,1350,1540,1210,1480,2060,1670,1800,1670,1640,1410,2140,2360,2730,2900,2850,1560,780,270,210,20,120,270,970,1170,1200,1560,1120,1740,1810,1810,1800,1700,2020,2370,1660,2560,2250,2330,2470,1590,800,430,180,70,70,180,400,850,1260,1290,1500,1560,1900,1630,1580,1490,1550,1990,1790,1580,1880,1720,1860,1890,1390,700,340,120,30,80,150,460,1110,1480,1290,1530,1590,1710,1760,1750,1490,1730,1870,1970,2950,3100,2590,1720,850,420,170,400,590,640,910,770,1260,1530,1400,1470,2090,1980,1860,1560,2140,2310,2090,2350,2380,3590,2900,1590,790,150,190,60,40,390,1560,1150,1390,1350,1310,1380,1690,2040,1730,1600,1760,1770,2120,2090,2600,3210,2240,2120,920,310,170,90,100,380,980,1280,1240,1130,1380,1540,1380,1560,1550,1480,1770,1930,2000,2530,2770,3230,2540,1710]},{"name":"Channel","color":"#4fae4e","values":[200,20,20,0,0,20,70,30,140,70,120,50,70,80,240,140,140,240,200,160,520,180,150,140,40,50,10,20,0,0,70,90,150,160,180,90,100,210,120,210,100,130,160,140,210,180,120,90,30,50,10,10,20,10,10,20,90,140,80,150,200,220,160,180,170,150,160,160,240,170,120,110,70,40,30,20,0,0,30,70,100,110,160,110,190,110,280,240,90,110,150,160,160,280,180,90,60,40,30,10,0,0,30,40,50,40,80,170,120,100,120,150,170,110,150,110,270,200,200,100,20,40,10,0,30,20,50,40,80,50,190,80,110,150,140,210,150,160,230,200,210,120,150,70,20,50,20,0,10,20,50,70,70,120,80,130,150,110,210,270,120,180,240,290,150,380,160,80]},{"name":"Search","color":"#F5BD25","values":[170,0,10,10,0,40,340,730,250,320,280,270,220,210,240,230,310,240,730,290,200,370,440,150,50,260,50,0,10,250,390,190,140,220,140,230,200,310,150,250,130,410,300,280,160,590,110,100,170,80,60,20,0,90,200,900,80,100,190,120,400,400,550,200,310,310,180,150,260,210,230,100,110,150,20,0,0,0,450,540,250,680,240,200,270,300,270,260,260,430,360,340,310,160,180,80,20,0,0,30,0,330,370,380,100,240,570,330,320,590,680,390,230,290,590,210,410,350,370,80,50,10,0,0,60,130,310,930,110,250,260,170,860,170,370,230,230,410,320,200,290,180,930,40,30,30,0,0,80,220,380,210,210,160,500,120,70,190,240,100,540,230,150,280,350,450,200,120]},{"name":"Other","color":"#F79E39","values":[120,70,30,30,0,80,240,290,310,200,300,490,300,460,270,450,280,370,320,400,450,430,410,410,190,30,20,0,0,60,240,280,480,450,380,430,430,360,310,410,390,540,380,470,450,290,340,180,110,50,10,0,10,50,80,110,230,220,260,350,500,350,210,410,290,320,240,430,320,220,200,240,120,60,30,40,10,50,30,90,180,370,280,330,350,300,290,370,230,280,350,260,320,250,410,230,160,70,40,20,0,90,120,220,190,310,340,350,330,350,320,430,380,260,320,330,440,360,270,90,90,50,10,10,10,40,130,320,250,210,230,330,370,300,300,320,380,290,410,380,410,340,340,200,100,30,40,10,20,70,140,210,350,210,220,180,360,280,230,240,220,290,350,530,510,330,260,160]},{"name":"PM","color":"#E65850","values":[10,0,10,0,0,0,10,0,0,20,0,0,0,20,20,20,40,10,10,20,10,0,10,0,0,0,0,0,0,0,0,10,10,10,0,0,20,0,10,0,0,20,10,40,20,0,0,10,0,10,0,0,0,0,0,0,0,0,30,20,20,0,0,10,10,10,10,0,0,20,10,20,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,0,20,10,0,10,10,0,10,0,0,0,0,0,0,0,0,10,0,0,10,10,10,10,0,0,0,30,20,0,20,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,10,10,10,10,20,20,20,10,30,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/26.json b/dist/chartDummyData/views_zoom/2018-11/26.json new file mode 100644 index 000000000..911e2a6a2 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/26.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1542931200000,1542934800000,1542938400000,1542942000000,1542945600000,1542949200000,1542952800000,1542956400000,1542960000000,1542963600000,1542967200000,1542970800000,1542974400000,1542978000000,1542981600000,1542985200000,1542988800000,1542992400000,1542996000000,1542999600000,1543003200000,1543006800000,1543010400000,1543014000000,1543017600000,1543021200000,1543024800000,1543028400000,1543032000000,1543035600000,1543039200000,1543042800000,1543046400000,1543050000000,1543053600000,1543057200000,1543060800000,1543064400000,1543068000000,1543071600000,1543075200000,1543078800000,1543082400000,1543086000000,1543089600000,1543093200000,1543096800000,1543100400000,1543104000000,1543107600000,1543111200000,1543114800000,1543118400000,1543122000000,1543125600000,1543129200000,1543132800000,1543136400000,1543140000000,1543143600000,1543147200000,1543150800000,1543154400000,1543158000000,1543161600000,1543165200000,1543168800000,1543172400000,1543176000000,1543179600000,1543183200000,1543186800000,1543190400000,1543194000000,1543197600000,1543201200000,1543204800000,1543208400000,1543212000000,1543215600000,1543219200000,1543222800000,1543226400000,1543230000000,1543233600000,1543237200000,1543240800000,1543244400000,1543248000000,1543251600000,1543255200000,1543258800000,1543262400000,1543266000000,1543269600000,1543273200000,1543276800000,1543280400000,1543284000000,1543287600000,1543291200000,1543294800000,1543298400000,1543302000000,1543305600000,1543309200000,1543312800000,1543316400000,1543320000000,1543323600000,1543327200000,1543330800000,1543334400000,1543338000000,1543341600000,1543345200000,1543348800000,1543352400000,1543356000000,1543359600000,1543363200000,1543366800000,1543370400000,1543374000000,1543377600000,1543381200000,1543384800000,1543388400000,1543392000000,1543395600000,1543399200000,1543402800000,1543406400000,1543410000000,1543413600000,1543417200000,1543420800000,1543424400000,1543428000000,1543431600000,1543435200000,1543438800000,1543442400000,1543446000000,1543449600000,1543453200000,1543456800000,1543460400000,1543464000000,1543467600000,1543471200000,1543474800000,1543478400000,1543482000000,1543485600000,1543489200000,1543492800000,1543496400000,1543500000000,1543503600000,1543507200000,1543510800000,1543514400000,1543518000000,1543521600000,1543525200000,1543528800000,1543532400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[870,330,140,70,40,160,790,1020,1610,1660,2080,1830,2770,2610,2520,2050,1880,2120,2110,2130,2990,2370,1510,990,660,460,120,130,60,170,360,950,1260,1540,1960,2160,2120,2620,2490,1990,2020,2390,2210,1980,1700,1600,2500,1920,820,440,210,110,20,90,310,730,1210,1510,2010,2070,2180,1950,2390,1980,2160,2230,2360,2410,3090,3230,1910,1570,800,650,180,80,90,290,740,910,1060,1160,1780,2070,2410,2160,1770,2800,2340,2490,2620,2510,2720,2610,4240,1330,790,280,150,30,50,270,640,1090,1180,1450,2360,1700,2510,2570,2500,2440,2710,2470,2660,2840,2510,2610,1830,1700,580,490,50,120,170,150,610,1170,1350,1260,1690,1730,2170,2320,2080,2100,1950,2220,2210,2700,2590,3150,2130,1360,470,300,140,70,60,300,860,960,1220,1620,1940,1790,2540,1860,1890,2230,2470,2340,2470,2520,2380,2150,1600,1170]},{"name":"URL","color":"#2373DB","values":[530,210,90,10,50,90,360,900,1270,1460,1920,1980,2120,1940,2190,2480,2370,2470,2520,2180,1670,1510,1060,670,410,90,70,20,20,60,200,690,800,1590,1700,1990,1740,1770,1900,1740,1940,2410,2450,2020,1520,1210,1200,670,460,280,110,90,50,10,30,270,520,860,1510,1400,1710,1380,1460,1810,1580,1390,1820,1710,1540,1850,1270,770,400,180,130,50,50,80,420,800,910,1180,1210,1710,1920,1810,1680,1900,2110,2970,2290,2380,2620,2130,1420,1100,490,90,0,40,20,80,550,930,1100,1090,1400,1500,1870,2160,1650,1870,2220,2390,2250,1810,1800,1740,1550,930,350,140,70,50,0,90,390,650,1070,1390,1230,1440,1810,1730,1910,1800,2540,2560,2380,2450,2050,2170,1320,880,350,140,70,10,70,90,440,840,1100,1130,1850,1860,1830,1810,1770,2230,2360,2620,2660,2360,2140,2350,1540,810]},{"name":"Groups","color":"#9ED448","values":[780,270,210,20,120,270,970,1170,1200,1560,1120,1740,1810,1810,1800,1700,2020,2370,1660,2560,2250,2330,2470,1590,800,430,180,70,70,180,400,850,1260,1290,1500,1560,1900,1630,1580,1490,1550,1990,1790,1580,1880,1720,1860,1890,1390,700,340,120,30,80,150,460,1110,1480,1290,1530,1590,1710,1760,1750,1490,1730,1870,1970,2950,3100,2590,1720,850,420,170,400,590,640,910,770,1260,1530,1400,1470,2090,1980,1860,1560,2140,2310,2090,2350,2380,3590,2900,1590,790,150,190,60,40,390,1560,1150,1390,1350,1310,1380,1690,2040,1730,1600,1760,1770,2120,2090,2600,3210,2240,2120,920,310,170,90,100,380,980,1280,1240,1130,1380,1540,1380,1560,1550,1480,1770,1930,2000,2530,2770,3230,2540,1710,740,360,160,50,40,600,960,1010,2170,920,1240,1650,1410,1840,1600,1660,1930,1780,1820,1980,2470,2880,2510,1880]},{"name":"Channel","color":"#4fae4e","values":[40,50,10,20,0,0,70,90,150,160,180,90,100,210,120,210,100,130,160,140,210,180,120,90,30,50,10,10,20,10,10,20,90,140,80,150,200,220,160,180,170,150,160,160,240,170,120,110,70,40,30,20,0,0,30,70,100,110,160,110,190,110,280,240,90,110,150,160,160,280,180,90,60,40,30,10,0,0,30,40,50,40,80,170,120,100,120,150,170,110,150,110,270,200,200,100,20,40,10,0,30,20,50,40,80,50,190,80,110,150,140,210,150,160,230,200,210,120,150,70,20,50,20,0,10,20,50,70,70,120,80,130,150,110,210,270,120,180,240,290,150,380,160,80,90,20,20,30,40,30,70,60,90,120,80,120,110,150,130,60,160,220,150,240,200,180,140,140]},{"name":"Search","color":"#F5BD25","values":[50,260,50,0,10,250,390,190,140,220,140,230,200,310,150,250,130,410,300,280,160,590,110,100,170,80,60,20,0,90,200,900,80,100,190,120,400,400,550,200,310,310,180,150,260,210,230,100,110,150,20,0,0,0,450,540,250,680,240,200,270,300,270,260,260,430,360,340,310,160,180,80,20,0,0,30,0,330,370,380,100,240,570,330,320,590,680,390,230,290,590,210,410,350,370,80,50,10,0,0,60,130,310,930,110,250,260,170,860,170,370,230,230,410,320,200,290,180,930,40,30,30,0,0,80,220,380,210,210,160,500,120,70,190,240,100,540,230,150,280,350,450,200,120,50,20,0,0,0,110,490,250,410,180,310,550,530,250,250,290,370,320,640,270,150,450,250,330]},{"name":"Other","color":"#F79E39","values":[190,30,20,0,0,60,240,280,480,450,380,430,430,360,310,410,390,540,380,470,450,290,340,180,110,50,10,0,10,50,80,110,230,220,260,350,500,350,210,410,290,320,240,430,320,220,200,240,120,60,30,40,10,50,30,90,180,370,280,330,350,300,290,370,230,280,350,260,320,250,410,230,160,70,40,20,0,90,120,220,190,310,340,350,330,350,320,430,380,260,320,330,440,360,270,90,90,50,10,10,10,40,130,320,250,210,230,330,370,300,300,320,380,290,410,380,410,340,340,200,100,30,40,10,20,70,140,210,350,210,220,180,360,280,230,240,220,290,350,530,510,330,260,160,60,20,30,0,20,90,170,170,190,240,320,310,260,320,250,290,460,380,260,380,430,370,290,200]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,10,10,0,0,20,0,10,0,0,20,10,40,20,0,0,10,0,10,0,0,0,0,0,0,0,0,30,20,20,0,0,10,10,10,10,0,0,20,10,20,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,0,20,10,0,10,10,0,10,0,0,0,0,0,0,0,0,10,0,0,10,10,10,10,0,0,0,30,20,0,20,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,10,10,10,10,20,20,20,10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,10,40,20,20,20,0,20,0,20,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/27.json b/dist/chartDummyData/views_zoom/2018-11/27.json new file mode 100644 index 000000000..3a467215f --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/27.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1543017600000,1543021200000,1543024800000,1543028400000,1543032000000,1543035600000,1543039200000,1543042800000,1543046400000,1543050000000,1543053600000,1543057200000,1543060800000,1543064400000,1543068000000,1543071600000,1543075200000,1543078800000,1543082400000,1543086000000,1543089600000,1543093200000,1543096800000,1543100400000,1543104000000,1543107600000,1543111200000,1543114800000,1543118400000,1543122000000,1543125600000,1543129200000,1543132800000,1543136400000,1543140000000,1543143600000,1543147200000,1543150800000,1543154400000,1543158000000,1543161600000,1543165200000,1543168800000,1543172400000,1543176000000,1543179600000,1543183200000,1543186800000,1543190400000,1543194000000,1543197600000,1543201200000,1543204800000,1543208400000,1543212000000,1543215600000,1543219200000,1543222800000,1543226400000,1543230000000,1543233600000,1543237200000,1543240800000,1543244400000,1543248000000,1543251600000,1543255200000,1543258800000,1543262400000,1543266000000,1543269600000,1543273200000,1543276800000,1543280400000,1543284000000,1543287600000,1543291200000,1543294800000,1543298400000,1543302000000,1543305600000,1543309200000,1543312800000,1543316400000,1543320000000,1543323600000,1543327200000,1543330800000,1543334400000,1543338000000,1543341600000,1543345200000,1543348800000,1543352400000,1543356000000,1543359600000,1543363200000,1543366800000,1543370400000,1543374000000,1543377600000,1543381200000,1543384800000,1543388400000,1543392000000,1543395600000,1543399200000,1543402800000,1543406400000,1543410000000,1543413600000,1543417200000,1543420800000,1543424400000,1543428000000,1543431600000,1543435200000,1543438800000,1543442400000,1543446000000,1543449600000,1543453200000,1543456800000,1543460400000,1543464000000,1543467600000,1543471200000,1543474800000,1543478400000,1543482000000,1543485600000,1543489200000,1543492800000,1543496400000,1543500000000,1543503600000,1543507200000,1543510800000,1543514400000,1543518000000,1543521600000,1543525200000,1543528800000,1543532400000,1543536000000,1543539600000,1543543200000,1543546800000,1543550400000,1543554000000,1543557600000,1543561200000,1543564800000,1543568400000,1543572000000,1543575600000,1543579200000,1543582800000,1543586400000,1543590000000,1543593600000,1543597200000,1543600800000,1543604400000,1543608000000,1543611600000,1543615200000,1543618800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[660,460,120,130,60,170,360,950,1260,1540,1960,2160,2120,2620,2490,1990,2020,2390,2210,1980,1700,1600,2500,1920,820,440,210,110,20,90,310,730,1210,1510,2010,2070,2180,1950,2390,1980,2160,2230,2360,2410,3090,3230,1910,1570,800,650,180,80,90,290,740,910,1060,1160,1780,2070,2410,2160,1770,2800,2340,2490,2620,2510,2720,2610,4240,1330,790,280,150,30,50,270,640,1090,1180,1450,2360,1700,2510,2570,2500,2440,2710,2470,2660,2840,2510,2610,1830,1700,580,490,50,120,170,150,610,1170,1350,1260,1690,1730,2170,2320,2080,2100,1950,2220,2210,2700,2590,3150,2130,1360,470,300,140,70,60,300,860,960,1220,1620,1940,1790,2540,1860,1890,2230,2470,2340,2470,2520,2380,2150,1600,1170,540,180,70,30,50,390,780,1000,1620,1870,1800,1910,1950,1840,2010,1860,1840,2230,2370,1920,2190,1930,1430,1350]},{"name":"URL","color":"#2373DB","values":[410,90,70,20,20,60,200,690,800,1590,1700,1990,1740,1770,1900,1740,1940,2410,2450,2020,1520,1210,1200,670,460,280,110,90,50,10,30,270,520,860,1510,1400,1710,1380,1460,1810,1580,1390,1820,1710,1540,1850,1270,770,400,180,130,50,50,80,420,800,910,1180,1210,1710,1920,1810,1680,1900,2110,2970,2290,2380,2620,2130,1420,1100,490,90,0,40,20,80,550,930,1100,1090,1400,1500,1870,2160,1650,1870,2220,2390,2250,1810,1800,1740,1550,930,350,140,70,50,0,90,390,650,1070,1390,1230,1440,1810,1730,1910,1800,2540,2560,2380,2450,2050,2170,1320,880,350,140,70,10,70,90,440,840,1100,1130,1850,1860,1830,1810,1770,2230,2360,2620,2660,2360,2140,2350,1540,810,390,110,120,60,10,60,510,790,980,1250,1020,1930,1970,2020,1840,2540,2330,2740,2510,2380,1780,2110,1260,950]},{"name":"Groups","color":"#9ED448","values":[800,430,180,70,70,180,400,850,1260,1290,1500,1560,1900,1630,1580,1490,1550,1990,1790,1580,1880,1720,1860,1890,1390,700,340,120,30,80,150,460,1110,1480,1290,1530,1590,1710,1760,1750,1490,1730,1870,1970,2950,3100,2590,1720,850,420,170,400,590,640,910,770,1260,1530,1400,1470,2090,1980,1860,1560,2140,2310,2090,2350,2380,3590,2900,1590,790,150,190,60,40,390,1560,1150,1390,1350,1310,1380,1690,2040,1730,1600,1760,1770,2120,2090,2600,3210,2240,2120,920,310,170,90,100,380,980,1280,1240,1130,1380,1540,1380,1560,1550,1480,1770,1930,2000,2530,2770,3230,2540,1710,740,360,160,50,40,600,960,1010,2170,920,1240,1650,1410,1840,1600,1660,1930,1780,1820,1980,2470,2880,2510,1880,650,230,100,40,50,250,1110,1020,1940,1540,1440,1490,1950,2220,1520,1440,1640,1740,1750,1830,2160,2350,2100,1910]},{"name":"Channel","color":"#4fae4e","values":[30,50,10,10,20,10,10,20,90,140,80,150,200,220,160,180,170,150,160,160,240,170,120,110,70,40,30,20,0,0,30,70,100,110,160,110,190,110,280,240,90,110,150,160,160,280,180,90,60,40,30,10,0,0,30,40,50,40,80,170,120,100,120,150,170,110,150,110,270,200,200,100,20,40,10,0,30,20,50,40,80,50,190,80,110,150,140,210,150,160,230,200,210,120,150,70,20,50,20,0,10,20,50,70,70,120,80,130,150,110,210,270,120,180,240,290,150,380,160,80,90,20,20,30,40,30,70,60,90,120,80,120,110,150,130,60,160,220,150,240,200,180,140,140,90,20,20,0,30,40,50,30,80,300,100,80,130,140,160,290,100,160,170,140,160,190,150,150]},{"name":"Search","color":"#F5BD25","values":[170,80,60,20,0,90,200,900,80,100,190,120,400,400,550,200,310,310,180,150,260,210,230,100,110,150,20,0,0,0,450,540,250,680,240,200,270,300,270,260,260,430,360,340,310,160,180,80,20,0,0,30,0,330,370,380,100,240,570,330,320,590,680,390,230,290,590,210,410,350,370,80,50,10,0,0,60,130,310,930,110,250,260,170,860,170,370,230,230,410,320,200,290,180,930,40,30,30,0,0,80,220,380,210,210,160,500,120,70,190,240,100,540,230,150,280,350,450,200,120,50,20,0,0,0,110,490,250,410,180,310,550,530,250,250,290,370,320,640,270,150,450,250,330,70,50,0,20,10,260,460,580,90,350,440,480,50,200,200,170,240,220,200,320,230,200,60,60]},{"name":"Other","color":"#F79E39","values":[110,50,10,0,10,50,80,110,230,220,260,350,500,350,210,410,290,320,240,430,320,220,200,240,120,60,30,40,10,50,30,90,180,370,280,330,350,300,290,370,230,280,350,260,320,250,410,230,160,70,40,20,0,90,120,220,190,310,340,350,330,350,320,430,380,260,320,330,440,360,270,90,90,50,10,10,10,40,130,320,250,210,230,330,370,300,300,320,380,290,410,380,410,340,340,200,100,30,40,10,20,70,140,210,350,210,220,180,360,280,230,240,220,290,350,530,510,330,260,160,60,20,30,0,20,90,170,170,190,240,320,310,260,320,250,290,460,380,260,380,430,370,290,200,110,40,30,10,10,20,220,140,220,290,250,240,190,290,330,310,300,360,340,370,350,290,190,190]},{"name":"PM","color":"#E65850","values":[0,10,0,0,0,0,0,0,0,0,30,20,20,0,0,10,10,10,10,0,0,20,10,20,0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,0,20,10,0,10,10,0,10,0,0,0,0,0,0,0,0,10,0,0,10,10,10,10,0,0,0,30,20,0,20,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,10,10,10,10,20,20,20,10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,10,40,20,20,20,0,20,0,20,0,0,0,0,0,0,0,0,10,10,0,0,0,0,10,0,0,0,0,10,30,0,50,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/28.json b/dist/chartDummyData/views_zoom/2018-11/28.json new file mode 100644 index 000000000..c1e27b033 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/28.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1543104000000,1543107600000,1543111200000,1543114800000,1543118400000,1543122000000,1543125600000,1543129200000,1543132800000,1543136400000,1543140000000,1543143600000,1543147200000,1543150800000,1543154400000,1543158000000,1543161600000,1543165200000,1543168800000,1543172400000,1543176000000,1543179600000,1543183200000,1543186800000,1543190400000,1543194000000,1543197600000,1543201200000,1543204800000,1543208400000,1543212000000,1543215600000,1543219200000,1543222800000,1543226400000,1543230000000,1543233600000,1543237200000,1543240800000,1543244400000,1543248000000,1543251600000,1543255200000,1543258800000,1543262400000,1543266000000,1543269600000,1543273200000,1543276800000,1543280400000,1543284000000,1543287600000,1543291200000,1543294800000,1543298400000,1543302000000,1543305600000,1543309200000,1543312800000,1543316400000,1543320000000,1543323600000,1543327200000,1543330800000,1543334400000,1543338000000,1543341600000,1543345200000,1543348800000,1543352400000,1543356000000,1543359600000,1543363200000,1543366800000,1543370400000,1543374000000,1543377600000,1543381200000,1543384800000,1543388400000,1543392000000,1543395600000,1543399200000,1543402800000,1543406400000,1543410000000,1543413600000,1543417200000,1543420800000,1543424400000,1543428000000,1543431600000,1543435200000,1543438800000,1543442400000,1543446000000,1543449600000,1543453200000,1543456800000,1543460400000,1543464000000,1543467600000,1543471200000,1543474800000,1543478400000,1543482000000,1543485600000,1543489200000,1543492800000,1543496400000,1543500000000,1543503600000,1543507200000,1543510800000,1543514400000,1543518000000,1543521600000,1543525200000,1543528800000,1543532400000,1543536000000,1543539600000,1543543200000,1543546800000,1543550400000,1543554000000,1543557600000,1543561200000,1543564800000,1543568400000,1543572000000,1543575600000,1543579200000,1543582800000,1543586400000,1543590000000,1543593600000,1543597200000,1543600800000,1543604400000,1543608000000,1543611600000,1543615200000,1543618800000,1543622400000,1543626000000,1543629600000,1543633200000,1543636800000,1543640400000,1543644000000,1543647600000,1543651200000,1543654800000,1543658400000,1543662000000,1543665600000,1543669200000,1543672800000,1543676400000,1543680000000,1543683600000,1543687200000,1543690800000,1543694400000,1543698000000,1543701600000,1543705200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[820,440,210,110,20,90,310,730,1210,1510,2010,2070,2180,1950,2390,1980,2160,2230,2360,2410,3090,3230,1910,1570,800,650,180,80,90,290,740,910,1060,1160,1780,2070,2410,2160,1770,2800,2340,2490,2620,2510,2720,2610,4240,1330,790,280,150,30,50,270,640,1090,1180,1450,2360,1700,2510,2570,2500,2440,2710,2470,2660,2840,2510,2610,1830,1700,580,490,50,120,170,150,610,1170,1350,1260,1690,1730,2170,2320,2080,2100,1950,2220,2210,2700,2590,3150,2130,1360,470,300,140,70,60,300,860,960,1220,1620,1940,1790,2540,1860,1890,2230,2470,2340,2470,2520,2380,2150,1600,1170,540,180,70,30,50,390,780,1000,1620,1870,1800,1910,1950,1840,2010,1860,1840,2230,2370,1920,2190,1930,1430,1350,680,320,80,50,90,160,440,850,1220,1670,2030,1990,1960,1990,2190,2400,2250,2200,2090,2010,2620,2090,1770,1290]},{"name":"URL","color":"#2373DB","values":[460,280,110,90,50,10,30,270,520,860,1510,1400,1710,1380,1460,1810,1580,1390,1820,1710,1540,1850,1270,770,400,180,130,50,50,80,420,800,910,1180,1210,1710,1920,1810,1680,1900,2110,2970,2290,2380,2620,2130,1420,1100,490,90,0,40,20,80,550,930,1100,1090,1400,1500,1870,2160,1650,1870,2220,2390,2250,1810,1800,1740,1550,930,350,140,70,50,0,90,390,650,1070,1390,1230,1440,1810,1730,1910,1800,2540,2560,2380,2450,2050,2170,1320,880,350,140,70,10,70,90,440,840,1100,1130,1850,1860,1830,1810,1770,2230,2360,2620,2660,2360,2140,2350,1540,810,390,110,120,60,10,60,510,790,980,1250,1020,1930,1970,2020,1840,2540,2330,2740,2510,2380,1780,2110,1260,950,530,180,110,30,20,80,240,390,900,1440,1580,2030,1960,1540,1770,1860,2090,1980,1660,1580,1580,1650,1010,820]},{"name":"Groups","color":"#9ED448","values":[1390,700,340,120,30,80,150,460,1110,1480,1290,1530,1590,1710,1760,1750,1490,1730,1870,1970,2950,3100,2590,1720,850,420,170,400,590,640,910,770,1260,1530,1400,1470,2090,1980,1860,1560,2140,2310,2090,2350,2380,3590,2900,1590,790,150,190,60,40,390,1560,1150,1390,1350,1310,1380,1690,2040,1730,1600,1760,1770,2120,2090,2600,3210,2240,2120,920,310,170,90,100,380,980,1280,1240,1130,1380,1540,1380,1560,1550,1480,1770,1930,2000,2530,2770,3230,2540,1710,740,360,160,50,40,600,960,1010,2170,920,1240,1650,1410,1840,1600,1660,1930,1780,1820,1980,2470,2880,2510,1880,650,230,100,40,50,250,1110,1020,1940,1540,1440,1490,1950,2220,1520,1440,1640,1740,1750,1830,2160,2350,2100,1910,940,390,230,50,160,130,630,630,1370,1240,1020,1670,2140,1800,1530,1390,1530,1520,1910,1480,2100,1510,2540,1760]},{"name":"Channel","color":"#4fae4e","values":[70,40,30,20,0,0,30,70,100,110,160,110,190,110,280,240,90,110,150,160,160,280,180,90,60,40,30,10,0,0,30,40,50,40,80,170,120,100,120,150,170,110,150,110,270,200,200,100,20,40,10,0,30,20,50,40,80,50,190,80,110,150,140,210,150,160,230,200,210,120,150,70,20,50,20,0,10,20,50,70,70,120,80,130,150,110,210,270,120,180,240,290,150,380,160,80,90,20,20,30,40,30,70,60,90,120,80,120,110,150,130,60,160,220,150,240,200,180,140,140,90,20,20,0,30,40,50,30,80,300,100,80,130,140,160,290,100,160,170,140,160,190,150,150,30,70,60,10,0,10,20,20,90,80,120,100,140,170,160,110,210,130,80,130,200,120,100,60]},{"name":"Search","color":"#F5BD25","values":[110,150,20,0,0,0,450,540,250,680,240,200,270,300,270,260,260,430,360,340,310,160,180,80,20,0,0,30,0,330,370,380,100,240,570,330,320,590,680,390,230,290,590,210,410,350,370,80,50,10,0,0,60,130,310,930,110,250,260,170,860,170,370,230,230,410,320,200,290,180,930,40,30,30,0,0,80,220,380,210,210,160,500,120,70,190,240,100,540,230,150,280,350,450,200,120,50,20,0,0,0,110,490,250,410,180,310,550,530,250,250,290,370,320,640,270,150,450,250,330,70,50,0,20,10,260,460,580,90,350,440,480,50,200,200,170,240,220,200,320,230,200,60,60,80,10,0,10,0,120,270,610,570,210,170,130,190,370,150,190,110,300,160,90,490,280,260,50]},{"name":"Other","color":"#F79E39","values":[120,60,30,40,10,50,30,90,180,370,280,330,350,300,290,370,230,280,350,260,320,250,410,230,160,70,40,20,0,90,120,220,190,310,340,350,330,350,320,430,380,260,320,330,440,360,270,90,90,50,10,10,10,40,130,320,250,210,230,330,370,300,300,320,380,290,410,380,410,340,340,200,100,30,40,10,20,70,140,210,350,210,220,180,360,280,230,240,220,290,350,530,510,330,260,160,60,20,30,0,20,90,170,170,190,240,320,310,260,320,250,290,460,380,260,380,430,370,290,200,110,40,30,10,10,20,220,140,220,290,250,240,190,290,330,310,300,360,340,370,350,290,190,190,110,30,0,10,40,10,10,60,240,200,280,350,200,280,270,200,360,270,240,210,330,300,330,220]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,20,0,0,0,10,0,20,10,0,10,10,0,10,0,0,0,0,0,0,0,0,10,0,0,10,10,10,10,0,0,0,30,20,0,20,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,10,10,10,10,20,20,20,10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,10,40,20,20,20,0,20,0,20,0,0,0,0,0,0,0,0,10,10,0,0,0,0,10,0,0,0,0,10,30,0,50,10,0,0,0,0,0,0,0,0,0,20,20,40,10,10,10,20,10,20,0,0,30,0,20,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/29.json b/dist/chartDummyData/views_zoom/2018-11/29.json new file mode 100644 index 000000000..633a8d6c5 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/29.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1543190400000,1543194000000,1543197600000,1543201200000,1543204800000,1543208400000,1543212000000,1543215600000,1543219200000,1543222800000,1543226400000,1543230000000,1543233600000,1543237200000,1543240800000,1543244400000,1543248000000,1543251600000,1543255200000,1543258800000,1543262400000,1543266000000,1543269600000,1543273200000,1543276800000,1543280400000,1543284000000,1543287600000,1543291200000,1543294800000,1543298400000,1543302000000,1543305600000,1543309200000,1543312800000,1543316400000,1543320000000,1543323600000,1543327200000,1543330800000,1543334400000,1543338000000,1543341600000,1543345200000,1543348800000,1543352400000,1543356000000,1543359600000,1543363200000,1543366800000,1543370400000,1543374000000,1543377600000,1543381200000,1543384800000,1543388400000,1543392000000,1543395600000,1543399200000,1543402800000,1543406400000,1543410000000,1543413600000,1543417200000,1543420800000,1543424400000,1543428000000,1543431600000,1543435200000,1543438800000,1543442400000,1543446000000,1543449600000,1543453200000,1543456800000,1543460400000,1543464000000,1543467600000,1543471200000,1543474800000,1543478400000,1543482000000,1543485600000,1543489200000,1543492800000,1543496400000,1543500000000,1543503600000,1543507200000,1543510800000,1543514400000,1543518000000,1543521600000,1543525200000,1543528800000,1543532400000,1543536000000,1543539600000,1543543200000,1543546800000,1543550400000,1543554000000,1543557600000,1543561200000,1543564800000,1543568400000,1543572000000,1543575600000,1543579200000,1543582800000,1543586400000,1543590000000,1543593600000,1543597200000,1543600800000,1543604400000,1543608000000,1543611600000,1543615200000,1543618800000,1543622400000,1543626000000,1543629600000,1543633200000,1543636800000,1543640400000,1543644000000,1543647600000,1543651200000,1543654800000,1543658400000,1543662000000,1543665600000,1543669200000,1543672800000,1543676400000,1543680000000,1543683600000,1543687200000,1543690800000,1543694400000,1543698000000,1543701600000,1543705200000,1543708800000,1543712400000,1543716000000,1543719600000,1543723200000,1543726800000,1543730400000,1543734000000,1543737600000,1543741200000,1543744800000,1543748400000,1543752000000,1543755600000,1543759200000,1543762800000,1543766400000,1543770000000,1543773600000,1543777200000,1543780800000,1543784400000,1543788000000,1543791600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[800,650,180,80,90,290,740,910,1060,1160,1780,2070,2410,2160,1770,2800,2340,2490,2620,2510,2720,2610,4240,1330,790,280,150,30,50,270,640,1090,1180,1450,2360,1700,2510,2570,2500,2440,2710,2470,2660,2840,2510,2610,1830,1700,580,490,50,120,170,150,610,1170,1350,1260,1690,1730,2170,2320,2080,2100,1950,2220,2210,2700,2590,3150,2130,1360,470,300,140,70,60,300,860,960,1220,1620,1940,1790,2540,1860,1890,2230,2470,2340,2470,2520,2380,2150,1600,1170,540,180,70,30,50,390,780,1000,1620,1870,1800,1910,1950,1840,2010,1860,1840,2230,2370,1920,2190,1930,1430,1350,680,320,80,50,90,160,440,850,1220,1670,2030,1990,1960,1990,2190,2400,2250,2200,2090,2010,2620,2090,1770,1290,780,560,150,80,20,60,170,620,1020,1630,1680,1930,2230,2610,2290,2650,2700,2580,2330,2200,2520,2380,2150,1380]},{"name":"URL","color":"#2373DB","values":[400,180,130,50,50,80,420,800,910,1180,1210,1710,1920,1810,1680,1900,2110,2970,2290,2380,2620,2130,1420,1100,490,90,0,40,20,80,550,930,1100,1090,1400,1500,1870,2160,1650,1870,2220,2390,2250,1810,1800,1740,1550,930,350,140,70,50,0,90,390,650,1070,1390,1230,1440,1810,1730,1910,1800,2540,2560,2380,2450,2050,2170,1320,880,350,140,70,10,70,90,440,840,1100,1130,1850,1860,1830,1810,1770,2230,2360,2620,2660,2360,2140,2350,1540,810,390,110,120,60,10,60,510,790,980,1250,1020,1930,1970,2020,1840,2540,2330,2740,2510,2380,1780,2110,1260,950,530,180,110,30,20,80,240,390,900,1440,1580,2030,1960,1540,1770,1860,2090,1980,1660,1580,1580,1650,1010,820,840,550,210,50,10,60,90,370,480,1030,1330,1430,1420,1460,1270,1460,1530,1670,1730,1630,1530,1830,1360,930]},{"name":"Groups","color":"#9ED448","values":[850,420,170,400,590,640,910,770,1260,1530,1400,1470,2090,1980,1860,1560,2140,2310,2090,2350,2380,3590,2900,1590,790,150,190,60,40,390,1560,1150,1390,1350,1310,1380,1690,2040,1730,1600,1760,1770,2120,2090,2600,3210,2240,2120,920,310,170,90,100,380,980,1280,1240,1130,1380,1540,1380,1560,1550,1480,1770,1930,2000,2530,2770,3230,2540,1710,740,360,160,50,40,600,960,1010,2170,920,1240,1650,1410,1840,1600,1660,1930,1780,1820,1980,2470,2880,2510,1880,650,230,100,40,50,250,1110,1020,1940,1540,1440,1490,1950,2220,1520,1440,1640,1740,1750,1830,2160,2350,2100,1910,940,390,230,50,160,130,630,630,1370,1240,1020,1670,2140,1800,1530,1390,1530,1520,1910,1480,2100,1510,2540,1760,1030,760,340,170,60,60,270,690,1140,1580,1220,1750,1530,1510,1760,1600,1690,1650,2170,1810,2550,2940,2460,1380]},{"name":"Channel","color":"#4fae4e","values":[60,40,30,10,0,0,30,40,50,40,80,170,120,100,120,150,170,110,150,110,270,200,200,100,20,40,10,0,30,20,50,40,80,50,190,80,110,150,140,210,150,160,230,200,210,120,150,70,20,50,20,0,10,20,50,70,70,120,80,130,150,110,210,270,120,180,240,290,150,380,160,80,90,20,20,30,40,30,70,60,90,120,80,120,110,150,130,60,160,220,150,240,200,180,140,140,90,20,20,0,30,40,50,30,80,300,100,80,130,140,160,290,100,160,170,140,160,190,150,150,30,70,60,10,0,10,20,20,90,80,120,100,140,170,160,110,210,130,80,130,200,120,100,60,80,40,10,0,0,0,0,50,100,140,140,190,150,180,220,170,150,240,360,170,150,230,130,100]},{"name":"Search","color":"#F5BD25","values":[20,0,0,30,0,330,370,380,100,240,570,330,320,590,680,390,230,290,590,210,410,350,370,80,50,10,0,0,60,130,310,930,110,250,260,170,860,170,370,230,230,410,320,200,290,180,930,40,30,30,0,0,80,220,380,210,210,160,500,120,70,190,240,100,540,230,150,280,350,450,200,120,50,20,0,0,0,110,490,250,410,180,310,550,530,250,250,290,370,320,640,270,150,450,250,330,70,50,0,20,10,260,460,580,90,350,440,480,50,200,200,170,240,220,200,320,230,200,60,60,80,10,0,10,0,120,270,610,570,210,170,130,190,370,150,190,110,300,160,90,490,280,260,50,90,140,10,20,10,0,100,780,250,640,160,440,670,290,90,280,270,440,660,250,360,420,110,40]},{"name":"Other","color":"#F79E39","values":[160,70,40,20,0,90,120,220,190,310,340,350,330,350,320,430,380,260,320,330,440,360,270,90,90,50,10,10,10,40,130,320,250,210,230,330,370,300,300,320,380,290,410,380,410,340,340,200,100,30,40,10,20,70,140,210,350,210,220,180,360,280,230,240,220,290,350,530,510,330,260,160,60,20,30,0,20,90,170,170,190,240,320,310,260,320,250,290,460,380,260,380,430,370,290,200,110,40,30,10,10,20,220,140,220,290,250,240,190,290,330,310,300,360,340,370,350,290,190,190,110,30,0,10,40,10,10,60,240,200,280,350,200,280,270,200,360,270,240,210,330,300,330,220,190,50,40,10,0,20,20,60,200,320,340,340,280,240,230,230,280,280,360,340,350,480,260,230]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,0,10,10,10,10,0,0,0,30,20,0,20,0,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,10,10,10,10,20,20,20,10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,10,40,20,20,20,0,20,0,20,0,0,0,0,0,0,0,0,10,10,0,0,0,0,10,0,0,0,0,10,30,0,50,10,0,0,0,0,0,0,0,0,0,20,20,40,10,10,10,20,10,20,0,0,30,0,20,0,10,0,0,0,0,0,0,0,0,10,0,10,0,0,10,0,0,20,20,10,0,10,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-11/30.json b/dist/chartDummyData/views_zoom/2018-11/30.json new file mode 100644 index 000000000..40341254c --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-11/30.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1543276800000,1543280400000,1543284000000,1543287600000,1543291200000,1543294800000,1543298400000,1543302000000,1543305600000,1543309200000,1543312800000,1543316400000,1543320000000,1543323600000,1543327200000,1543330800000,1543334400000,1543338000000,1543341600000,1543345200000,1543348800000,1543352400000,1543356000000,1543359600000,1543363200000,1543366800000,1543370400000,1543374000000,1543377600000,1543381200000,1543384800000,1543388400000,1543392000000,1543395600000,1543399200000,1543402800000,1543406400000,1543410000000,1543413600000,1543417200000,1543420800000,1543424400000,1543428000000,1543431600000,1543435200000,1543438800000,1543442400000,1543446000000,1543449600000,1543453200000,1543456800000,1543460400000,1543464000000,1543467600000,1543471200000,1543474800000,1543478400000,1543482000000,1543485600000,1543489200000,1543492800000,1543496400000,1543500000000,1543503600000,1543507200000,1543510800000,1543514400000,1543518000000,1543521600000,1543525200000,1543528800000,1543532400000,1543536000000,1543539600000,1543543200000,1543546800000,1543550400000,1543554000000,1543557600000,1543561200000,1543564800000,1543568400000,1543572000000,1543575600000,1543579200000,1543582800000,1543586400000,1543590000000,1543593600000,1543597200000,1543600800000,1543604400000,1543608000000,1543611600000,1543615200000,1543618800000,1543622400000,1543626000000,1543629600000,1543633200000,1543636800000,1543640400000,1543644000000,1543647600000,1543651200000,1543654800000,1543658400000,1543662000000,1543665600000,1543669200000,1543672800000,1543676400000,1543680000000,1543683600000,1543687200000,1543690800000,1543694400000,1543698000000,1543701600000,1543705200000,1543708800000,1543712400000,1543716000000,1543719600000,1543723200000,1543726800000,1543730400000,1543734000000,1543737600000,1543741200000,1543744800000,1543748400000,1543752000000,1543755600000,1543759200000,1543762800000,1543766400000,1543770000000,1543773600000,1543777200000,1543780800000,1543784400000,1543788000000,1543791600000,1543795200000,1543798800000,1543802400000,1543806000000,1543809600000,1543813200000,1543816800000,1543820400000,1543824000000,1543827600000,1543831200000,1543834800000,1543838400000,1543842000000,1543845600000,1543849200000,1543852800000,1543856400000,1543860000000,1543863600000,1543867200000,1543870800000,1543874400000,1543878000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[790,280,150,30,50,270,640,1090,1180,1450,2360,1700,2510,2570,2500,2440,2710,2470,2660,2840,2510,2610,1830,1700,580,490,50,120,170,150,610,1170,1350,1260,1690,1730,2170,2320,2080,2100,1950,2220,2210,2700,2590,3150,2130,1360,470,300,140,70,60,300,860,960,1220,1620,1940,1790,2540,1860,1890,2230,2470,2340,2470,2520,2380,2150,1600,1170,540,180,70,30,50,390,780,1000,1620,1870,1800,1910,1950,1840,2010,1860,1840,2230,2370,1920,2190,1930,1430,1350,680,320,80,50,90,160,440,850,1220,1670,2030,1990,1960,1990,2190,2400,2250,2200,2090,2010,2620,2090,1770,1290,780,560,150,80,20,60,170,620,1020,1630,1680,1930,2230,2610,2290,2650,2700,2580,2330,2200,2520,2380,2150,1380,820,190,310,60,70,170,600,980,1450,1260,1380,1780,1790,1940,2240,2070,2020,2240,2490,2630,2590,2880,2040,1200]},{"name":"URL","color":"#2373DB","values":[490,90,0,40,20,80,550,930,1100,1090,1400,1500,1870,2160,1650,1870,2220,2390,2250,1810,1800,1740,1550,930,350,140,70,50,0,90,390,650,1070,1390,1230,1440,1810,1730,1910,1800,2540,2560,2380,2450,2050,2170,1320,880,350,140,70,10,70,90,440,840,1100,1130,1850,1860,1830,1810,1770,2230,2360,2620,2660,2360,2140,2350,1540,810,390,110,120,60,10,60,510,790,980,1250,1020,1930,1970,2020,1840,2540,2330,2740,2510,2380,1780,2110,1260,950,530,180,110,30,20,80,240,390,900,1440,1580,2030,1960,1540,1770,1860,2090,1980,1660,1580,1580,1650,1010,820,840,550,210,50,10,60,90,370,480,1030,1330,1430,1420,1460,1270,1460,1530,1670,1730,1630,1530,1830,1360,930,430,210,100,100,30,110,360,480,790,1020,1290,1770,1710,1850,1920,1980,2610,2890,2370,2390,2360,1830,1600,1030]},{"name":"Groups","color":"#9ED448","values":[790,150,190,60,40,390,1560,1150,1390,1350,1310,1380,1690,2040,1730,1600,1760,1770,2120,2090,2600,3210,2240,2120,920,310,170,90,100,380,980,1280,1240,1130,1380,1540,1380,1560,1550,1480,1770,1930,2000,2530,2770,3230,2540,1710,740,360,160,50,40,600,960,1010,2170,920,1240,1650,1410,1840,1600,1660,1930,1780,1820,1980,2470,2880,2510,1880,650,230,100,40,50,250,1110,1020,1940,1540,1440,1490,1950,2220,1520,1440,1640,1740,1750,1830,2160,2350,2100,1910,940,390,230,50,160,130,630,630,1370,1240,1020,1670,2140,1800,1530,1390,1530,1520,1910,1480,2100,1510,2540,1760,1030,760,340,170,60,60,270,690,1140,1580,1220,1750,1530,1510,1760,1600,1690,1650,2170,1810,2550,2940,2460,1380,700,410,130,90,60,350,870,820,1090,1150,1440,1340,1880,1910,1970,1870,1890,2690,2400,2320,2840,3170,2710,1510]},{"name":"Channel","color":"#4fae4e","values":[20,40,10,0,30,20,50,40,80,50,190,80,110,150,140,210,150,160,230,200,210,120,150,70,20,50,20,0,10,20,50,70,70,120,80,130,150,110,210,270,120,180,240,290,150,380,160,80,90,20,20,30,40,30,70,60,90,120,80,120,110,150,130,60,160,220,150,240,200,180,140,140,90,20,20,0,30,40,50,30,80,300,100,80,130,140,160,290,100,160,170,140,160,190,150,150,30,70,60,10,0,10,20,20,90,80,120,100,140,170,160,110,210,130,80,130,200,120,100,60,80,40,10,0,0,0,0,50,100,140,140,190,150,180,220,170,150,240,360,170,150,230,130,100,100,100,0,10,20,0,40,40,50,120,110,140,120,190,310,150,180,220,250,170,240,220,110,60]},{"name":"Search","color":"#F5BD25","values":[50,10,0,0,60,130,310,930,110,250,260,170,860,170,370,230,230,410,320,200,290,180,930,40,30,30,0,0,80,220,380,210,210,160,500,120,70,190,240,100,540,230,150,280,350,450,200,120,50,20,0,0,0,110,490,250,410,180,310,550,530,250,250,290,370,320,640,270,150,450,250,330,70,50,0,20,10,260,460,580,90,350,440,480,50,200,200,170,240,220,200,320,230,200,60,60,80,10,0,10,0,120,270,610,570,210,170,130,190,370,150,190,110,300,160,90,490,280,260,50,90,140,10,20,10,0,100,780,250,640,160,440,670,290,90,280,270,440,660,250,360,420,110,40,30,30,50,0,30,490,540,230,90,130,150,360,220,280,250,130,210,260,410,230,400,460,210,40]},{"name":"Other","color":"#F79E39","values":[90,50,10,10,10,40,130,320,250,210,230,330,370,300,300,320,380,290,410,380,410,340,340,200,100,30,40,10,20,70,140,210,350,210,220,180,360,280,230,240,220,290,350,530,510,330,260,160,60,20,30,0,20,90,170,170,190,240,320,310,260,320,250,290,460,380,260,380,430,370,290,200,110,40,30,10,10,20,220,140,220,290,250,240,190,290,330,310,300,360,340,370,350,290,190,190,110,30,0,10,40,10,10,60,240,200,280,350,200,280,270,200,360,270,240,210,330,300,330,220,190,50,40,10,0,20,20,60,200,320,340,340,280,240,230,230,280,280,360,340,350,480,260,230,90,70,50,20,0,60,80,90,220,310,280,270,290,350,260,260,210,310,340,280,430,440,470,190]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,0,10,0,0,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,10,10,10,10,20,20,20,10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,10,40,20,20,20,0,20,0,20,0,0,0,0,0,0,0,0,10,10,0,0,0,0,10,0,0,0,0,10,30,0,50,10,0,0,0,0,0,0,0,0,0,20,20,40,10,10,10,20,10,20,0,0,30,0,20,0,10,0,0,0,0,0,0,0,0,10,0,10,0,0,10,0,0,20,20,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,10,20,0,10,30,0,10,30,20,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/01.json b/dist/chartDummyData/views_zoom/2018-12/01.json new file mode 100644 index 000000000..64f5ae52c --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/01.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1543363200000,1543366800000,1543370400000,1543374000000,1543377600000,1543381200000,1543384800000,1543388400000,1543392000000,1543395600000,1543399200000,1543402800000,1543406400000,1543410000000,1543413600000,1543417200000,1543420800000,1543424400000,1543428000000,1543431600000,1543435200000,1543438800000,1543442400000,1543446000000,1543449600000,1543453200000,1543456800000,1543460400000,1543464000000,1543467600000,1543471200000,1543474800000,1543478400000,1543482000000,1543485600000,1543489200000,1543492800000,1543496400000,1543500000000,1543503600000,1543507200000,1543510800000,1543514400000,1543518000000,1543521600000,1543525200000,1543528800000,1543532400000,1543536000000,1543539600000,1543543200000,1543546800000,1543550400000,1543554000000,1543557600000,1543561200000,1543564800000,1543568400000,1543572000000,1543575600000,1543579200000,1543582800000,1543586400000,1543590000000,1543593600000,1543597200000,1543600800000,1543604400000,1543608000000,1543611600000,1543615200000,1543618800000,1543622400000,1543626000000,1543629600000,1543633200000,1543636800000,1543640400000,1543644000000,1543647600000,1543651200000,1543654800000,1543658400000,1543662000000,1543665600000,1543669200000,1543672800000,1543676400000,1543680000000,1543683600000,1543687200000,1543690800000,1543694400000,1543698000000,1543701600000,1543705200000,1543708800000,1543712400000,1543716000000,1543719600000,1543723200000,1543726800000,1543730400000,1543734000000,1543737600000,1543741200000,1543744800000,1543748400000,1543752000000,1543755600000,1543759200000,1543762800000,1543766400000,1543770000000,1543773600000,1543777200000,1543780800000,1543784400000,1543788000000,1543791600000,1543795200000,1543798800000,1543802400000,1543806000000,1543809600000,1543813200000,1543816800000,1543820400000,1543824000000,1543827600000,1543831200000,1543834800000,1543838400000,1543842000000,1543845600000,1543849200000,1543852800000,1543856400000,1543860000000,1543863600000,1543867200000,1543870800000,1543874400000,1543878000000,1543881600000,1543885200000,1543888800000,1543892400000,1543896000000,1543899600000,1543903200000,1543906800000,1543910400000,1543914000000,1543917600000,1543921200000,1543924800000,1543928400000,1543932000000,1543935600000,1543939200000,1543942800000,1543946400000,1543950000000,1543953600000,1543957200000,1543960800000,1543964400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[580,490,50,120,170,150,610,1170,1350,1260,1690,1730,2170,2320,2080,2100,1950,2220,2210,2700,2590,3150,2130,1360,470,300,140,70,60,300,860,960,1220,1620,1940,1790,2540,1860,1890,2230,2470,2340,2470,2520,2380,2150,1600,1170,540,180,70,30,50,390,780,1000,1620,1870,1800,1910,1950,1840,2010,1860,1840,2230,2370,1920,2190,1930,1430,1350,680,320,80,50,90,160,440,850,1220,1670,2030,1990,1960,1990,2190,2400,2250,2200,2090,2010,2620,2090,1770,1290,780,560,150,80,20,60,170,620,1020,1630,1680,1930,2230,2610,2290,2650,2700,2580,2330,2200,2520,2380,2150,1380,820,190,310,60,70,170,600,980,1450,1260,1380,1780,1790,1940,2240,2070,2020,2240,2490,2630,2590,2880,2040,1200,870,370,110,40,100,170,790,880,1140,1290,1440,1510,1740,2170,2160,2360,2630,2610,2380,3110,3060,2860,2080,1370]},{"name":"URL","color":"#2373DB","values":[350,140,70,50,0,90,390,650,1070,1390,1230,1440,1810,1730,1910,1800,2540,2560,2380,2450,2050,2170,1320,880,350,140,70,10,70,90,440,840,1100,1130,1850,1860,1830,1810,1770,2230,2360,2620,2660,2360,2140,2350,1540,810,390,110,120,60,10,60,510,790,980,1250,1020,1930,1970,2020,1840,2540,2330,2740,2510,2380,1780,2110,1260,950,530,180,110,30,20,80,240,390,900,1440,1580,2030,1960,1540,1770,1860,2090,1980,1660,1580,1580,1650,1010,820,840,550,210,50,10,60,90,370,480,1030,1330,1430,1420,1460,1270,1460,1530,1670,1730,1630,1530,1830,1360,930,430,210,100,100,30,110,360,480,790,1020,1290,1770,1710,1850,1920,1980,2610,2890,2370,2390,2360,1830,1600,1030,420,190,130,30,50,150,410,840,840,1200,1340,1720,1910,1970,1750,1980,2570,3020,2620,2450,1630,2110,1310,990]},{"name":"Groups","color":"#9ED448","values":[920,310,170,90,100,380,980,1280,1240,1130,1380,1540,1380,1560,1550,1480,1770,1930,2000,2530,2770,3230,2540,1710,740,360,160,50,40,600,960,1010,2170,920,1240,1650,1410,1840,1600,1660,1930,1780,1820,1980,2470,2880,2510,1880,650,230,100,40,50,250,1110,1020,1940,1540,1440,1490,1950,2220,1520,1440,1640,1740,1750,1830,2160,2350,2100,1910,940,390,230,50,160,130,630,630,1370,1240,1020,1670,2140,1800,1530,1390,1530,1520,1910,1480,2100,1510,2540,1760,1030,760,340,170,60,60,270,690,1140,1580,1220,1750,1530,1510,1760,1600,1690,1650,2170,1810,2550,2940,2460,1380,700,410,130,90,60,350,870,820,1090,1150,1440,1340,1880,1910,1970,1870,1890,2690,2400,2320,2840,3170,2710,1510,940,210,110,60,110,380,910,1100,1150,1120,1490,1220,1670,2000,1640,1570,1970,2090,2140,2110,2260,3060,2640,1670]},{"name":"Channel","color":"#4fae4e","values":[20,50,20,0,10,20,50,70,70,120,80,130,150,110,210,270,120,180,240,290,150,380,160,80,90,20,20,30,40,30,70,60,90,120,80,120,110,150,130,60,160,220,150,240,200,180,140,140,90,20,20,0,30,40,50,30,80,300,100,80,130,140,160,290,100,160,170,140,160,190,150,150,30,70,60,10,0,10,20,20,90,80,120,100,140,170,160,110,210,130,80,130,200,120,100,60,80,40,10,0,0,0,0,50,100,140,140,190,150,180,220,170,150,240,360,170,150,230,130,100,100,100,0,10,20,0,40,40,50,120,110,140,120,190,310,150,180,220,250,170,240,220,110,60,140,20,0,30,0,10,20,50,60,40,50,70,180,100,100,240,160,80,120,230,210,170,180,190]},{"name":"Search","color":"#F5BD25","values":[30,30,0,0,80,220,380,210,210,160,500,120,70,190,240,100,540,230,150,280,350,450,200,120,50,20,0,0,0,110,490,250,410,180,310,550,530,250,250,290,370,320,640,270,150,450,250,330,70,50,0,20,10,260,460,580,90,350,440,480,50,200,200,170,240,220,200,320,230,200,60,60,80,10,0,10,0,120,270,610,570,210,170,130,190,370,150,190,110,300,160,90,490,280,260,50,90,140,10,20,10,0,100,780,250,640,160,440,670,290,90,280,270,440,660,250,360,420,110,40,30,30,50,0,30,490,540,230,90,130,150,360,220,280,250,130,210,260,410,230,400,460,210,40,40,20,30,0,0,110,300,610,260,200,230,340,180,360,100,140,170,170,240,190,270,120,200,70]},{"name":"Other","color":"#F79E39","values":[100,30,40,10,20,70,140,210,350,210,220,180,360,280,230,240,220,290,350,530,510,330,260,160,60,20,30,0,20,90,170,170,190,240,320,310,260,320,250,290,460,380,260,380,430,370,290,200,110,40,30,10,10,20,220,140,220,290,250,240,190,290,330,310,300,360,340,370,350,290,190,190,110,30,0,10,40,10,10,60,240,200,280,350,200,280,270,200,360,270,240,210,330,300,330,220,190,50,40,10,0,20,20,60,200,320,340,340,280,240,230,230,280,280,360,340,350,480,260,230,90,70,50,20,0,60,80,90,220,310,280,270,290,350,260,260,210,310,340,280,430,440,470,190,60,80,10,10,10,90,280,210,330,240,300,300,380,250,290,240,190,280,240,300,350,380,340,300]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,10,0,20,10,10,10,10,20,20,20,10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,10,40,20,20,20,0,20,0,20,0,0,0,0,0,0,0,0,10,10,0,0,0,0,10,0,0,0,0,10,30,0,50,10,0,0,0,0,0,0,0,0,0,20,20,40,10,10,10,20,10,20,0,0,30,0,20,0,10,0,0,0,0,0,0,0,0,10,0,10,0,0,10,0,0,20,20,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,10,20,0,10,30,0,10,30,20,0,0,10,0,0,0,0,0,10,0,10,0,0,0,0,0,0,30,10,20,20,30,10,40,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/02.json b/dist/chartDummyData/views_zoom/2018-12/02.json new file mode 100644 index 000000000..ab170bf56 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/02.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1543449600000,1543453200000,1543456800000,1543460400000,1543464000000,1543467600000,1543471200000,1543474800000,1543478400000,1543482000000,1543485600000,1543489200000,1543492800000,1543496400000,1543500000000,1543503600000,1543507200000,1543510800000,1543514400000,1543518000000,1543521600000,1543525200000,1543528800000,1543532400000,1543536000000,1543539600000,1543543200000,1543546800000,1543550400000,1543554000000,1543557600000,1543561200000,1543564800000,1543568400000,1543572000000,1543575600000,1543579200000,1543582800000,1543586400000,1543590000000,1543593600000,1543597200000,1543600800000,1543604400000,1543608000000,1543611600000,1543615200000,1543618800000,1543622400000,1543626000000,1543629600000,1543633200000,1543636800000,1543640400000,1543644000000,1543647600000,1543651200000,1543654800000,1543658400000,1543662000000,1543665600000,1543669200000,1543672800000,1543676400000,1543680000000,1543683600000,1543687200000,1543690800000,1543694400000,1543698000000,1543701600000,1543705200000,1543708800000,1543712400000,1543716000000,1543719600000,1543723200000,1543726800000,1543730400000,1543734000000,1543737600000,1543741200000,1543744800000,1543748400000,1543752000000,1543755600000,1543759200000,1543762800000,1543766400000,1543770000000,1543773600000,1543777200000,1543780800000,1543784400000,1543788000000,1543791600000,1543795200000,1543798800000,1543802400000,1543806000000,1543809600000,1543813200000,1543816800000,1543820400000,1543824000000,1543827600000,1543831200000,1543834800000,1543838400000,1543842000000,1543845600000,1543849200000,1543852800000,1543856400000,1543860000000,1543863600000,1543867200000,1543870800000,1543874400000,1543878000000,1543881600000,1543885200000,1543888800000,1543892400000,1543896000000,1543899600000,1543903200000,1543906800000,1543910400000,1543914000000,1543917600000,1543921200000,1543924800000,1543928400000,1543932000000,1543935600000,1543939200000,1543942800000,1543946400000,1543950000000,1543953600000,1543957200000,1543960800000,1543964400000,1543968000000,1543971600000,1543975200000,1543978800000,1543982400000,1543986000000,1543989600000,1543993200000,1543996800000,1544000400000,1544004000000,1544007600000,1544011200000,1544014800000,1544018400000,1544022000000,1544025600000,1544029200000,1544032800000,1544036400000,1544040000000,1544043600000,1544047200000,1544050800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[470,300,140,70,60,300,860,960,1220,1620,1940,1790,2540,1860,1890,2230,2470,2340,2470,2520,2380,2150,1600,1170,540,180,70,30,50,390,780,1000,1620,1870,1800,1910,1950,1840,2010,1860,1840,2230,2370,1920,2190,1930,1430,1350,680,320,80,50,90,160,440,850,1220,1670,2030,1990,1960,1990,2190,2400,2250,2200,2090,2010,2620,2090,1770,1290,780,560,150,80,20,60,170,620,1020,1630,1680,1930,2230,2610,2290,2650,2700,2580,2330,2200,2520,2380,2150,1380,820,190,310,60,70,170,600,980,1450,1260,1380,1780,1790,1940,2240,2070,2020,2240,2490,2630,2590,2880,2040,1200,870,370,110,40,100,170,790,880,1140,1290,1440,1510,1740,2170,2160,2360,2630,2610,2380,3110,3060,2860,2080,1370,680,160,90,160,90,260,810,1100,1190,1510,1720,2160,1990,2650,2100,2350,1910,2310,2160,2770,2540,2580,1670,1070]},{"name":"URL","color":"#2373DB","values":[350,140,70,10,70,90,440,840,1100,1130,1850,1860,1830,1810,1770,2230,2360,2620,2660,2360,2140,2350,1540,810,390,110,120,60,10,60,510,790,980,1250,1020,1930,1970,2020,1840,2540,2330,2740,2510,2380,1780,2110,1260,950,530,180,110,30,20,80,240,390,900,1440,1580,2030,1960,1540,1770,1860,2090,1980,1660,1580,1580,1650,1010,820,840,550,210,50,10,60,90,370,480,1030,1330,1430,1420,1460,1270,1460,1530,1670,1730,1630,1530,1830,1360,930,430,210,100,100,30,110,360,480,790,1020,1290,1770,1710,1850,1920,1980,2610,2890,2370,2390,2360,1830,1600,1030,420,190,130,30,50,150,410,840,840,1200,1340,1720,1910,1970,1750,1980,2570,3020,2620,2450,1630,2110,1310,990,500,270,120,20,50,170,430,800,1070,1330,1250,1750,2120,1870,1630,1740,2650,2380,2650,2240,2070,1790,1670,900]},{"name":"Groups","color":"#9ED448","values":[740,360,160,50,40,600,960,1010,2170,920,1240,1650,1410,1840,1600,1660,1930,1780,1820,1980,2470,2880,2510,1880,650,230,100,40,50,250,1110,1020,1940,1540,1440,1490,1950,2220,1520,1440,1640,1740,1750,1830,2160,2350,2100,1910,940,390,230,50,160,130,630,630,1370,1240,1020,1670,2140,1800,1530,1390,1530,1520,1910,1480,2100,1510,2540,1760,1030,760,340,170,60,60,270,690,1140,1580,1220,1750,1530,1510,1760,1600,1690,1650,2170,1810,2550,2940,2460,1380,700,410,130,90,60,350,870,820,1090,1150,1440,1340,1880,1910,1970,1870,1890,2690,2400,2320,2840,3170,2710,1510,940,210,110,60,110,380,910,1100,1150,1120,1490,1220,1670,2000,1640,1570,1970,2090,2140,2110,2260,3060,2640,1670,600,220,220,40,100,430,840,1120,1390,2130,1460,1430,1700,2120,1640,1490,2270,1690,1940,2330,2620,2540,2860,1910]},{"name":"Channel","color":"#4fae4e","values":[90,20,20,30,40,30,70,60,90,120,80,120,110,150,130,60,160,220,150,240,200,180,140,140,90,20,20,0,30,40,50,30,80,300,100,80,130,140,160,290,100,160,170,140,160,190,150,150,30,70,60,10,0,10,20,20,90,80,120,100,140,170,160,110,210,130,80,130,200,120,100,60,80,40,10,0,0,0,0,50,100,140,140,190,150,180,220,170,150,240,360,170,150,230,130,100,100,100,0,10,20,0,40,40,50,120,110,140,120,190,310,150,180,220,250,170,240,220,110,60,140,20,0,30,0,10,20,50,60,40,50,70,180,100,100,240,160,80,120,230,210,170,180,190,30,20,10,0,10,0,50,10,130,140,170,110,220,150,180,190,150,200,170,190,70,140,100,170]},{"name":"Search","color":"#F5BD25","values":[50,20,0,0,0,110,490,250,410,180,310,550,530,250,250,290,370,320,640,270,150,450,250,330,70,50,0,20,10,260,460,580,90,350,440,480,50,200,200,170,240,220,200,320,230,200,60,60,80,10,0,10,0,120,270,610,570,210,170,130,190,370,150,190,110,300,160,90,490,280,260,50,90,140,10,20,10,0,100,780,250,640,160,440,670,290,90,280,270,440,660,250,360,420,110,40,30,30,50,0,30,490,540,230,90,130,150,360,220,280,250,130,210,260,410,230,400,460,210,40,40,20,30,0,0,110,300,610,260,200,230,340,180,360,100,140,170,170,240,190,270,120,200,70,170,100,0,0,0,380,150,310,150,90,280,380,280,300,190,320,430,260,130,240,440,200,170,140]},{"name":"Other","color":"#F79E39","values":[60,20,30,0,20,90,170,170,190,240,320,310,260,320,250,290,460,380,260,380,430,370,290,200,110,40,30,10,10,20,220,140,220,290,250,240,190,290,330,310,300,360,340,370,350,290,190,190,110,30,0,10,40,10,10,60,240,200,280,350,200,280,270,200,360,270,240,210,330,300,330,220,190,50,40,10,0,20,20,60,200,320,340,340,280,240,230,230,280,280,360,340,350,480,260,230,90,70,50,20,0,60,80,90,220,310,280,270,290,350,260,260,210,310,340,280,430,440,470,190,60,80,10,10,10,90,280,210,330,240,300,300,380,250,290,240,190,280,240,300,350,380,340,300,90,40,120,30,0,30,150,240,200,220,180,260,200,450,240,270,300,390,320,360,420,590,290,160]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,10,10,0,10,0,10,40,20,20,20,0,20,0,20,0,0,0,0,0,0,0,0,10,10,0,0,0,0,10,0,0,0,0,10,30,0,50,10,0,0,0,0,0,0,0,0,0,20,20,40,10,10,10,20,10,20,0,0,30,0,20,0,10,0,0,0,0,0,0,0,0,10,0,10,0,0,10,0,0,20,20,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,10,20,0,10,30,0,10,30,20,0,0,10,0,0,0,0,0,10,0,10,0,0,0,0,0,0,30,10,20,20,30,10,40,10,0,0,0,0,0,0,0,0,0,10,0,10,20,20,10,0,0,20,10,0,0,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/03.json b/dist/chartDummyData/views_zoom/2018-12/03.json new file mode 100644 index 000000000..65f6fee47 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/03.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1543536000000,1543539600000,1543543200000,1543546800000,1543550400000,1543554000000,1543557600000,1543561200000,1543564800000,1543568400000,1543572000000,1543575600000,1543579200000,1543582800000,1543586400000,1543590000000,1543593600000,1543597200000,1543600800000,1543604400000,1543608000000,1543611600000,1543615200000,1543618800000,1543622400000,1543626000000,1543629600000,1543633200000,1543636800000,1543640400000,1543644000000,1543647600000,1543651200000,1543654800000,1543658400000,1543662000000,1543665600000,1543669200000,1543672800000,1543676400000,1543680000000,1543683600000,1543687200000,1543690800000,1543694400000,1543698000000,1543701600000,1543705200000,1543708800000,1543712400000,1543716000000,1543719600000,1543723200000,1543726800000,1543730400000,1543734000000,1543737600000,1543741200000,1543744800000,1543748400000,1543752000000,1543755600000,1543759200000,1543762800000,1543766400000,1543770000000,1543773600000,1543777200000,1543780800000,1543784400000,1543788000000,1543791600000,1543795200000,1543798800000,1543802400000,1543806000000,1543809600000,1543813200000,1543816800000,1543820400000,1543824000000,1543827600000,1543831200000,1543834800000,1543838400000,1543842000000,1543845600000,1543849200000,1543852800000,1543856400000,1543860000000,1543863600000,1543867200000,1543870800000,1543874400000,1543878000000,1543881600000,1543885200000,1543888800000,1543892400000,1543896000000,1543899600000,1543903200000,1543906800000,1543910400000,1543914000000,1543917600000,1543921200000,1543924800000,1543928400000,1543932000000,1543935600000,1543939200000,1543942800000,1543946400000,1543950000000,1543953600000,1543957200000,1543960800000,1543964400000,1543968000000,1543971600000,1543975200000,1543978800000,1543982400000,1543986000000,1543989600000,1543993200000,1543996800000,1544000400000,1544004000000,1544007600000,1544011200000,1544014800000,1544018400000,1544022000000,1544025600000,1544029200000,1544032800000,1544036400000,1544040000000,1544043600000,1544047200000,1544050800000,1544054400000,1544058000000,1544061600000,1544065200000,1544068800000,1544072400000,1544076000000,1544079600000,1544083200000,1544086800000,1544090400000,1544094000000,1544097600000,1544101200000,1544104800000,1544108400000,1544112000000,1544115600000,1544119200000,1544122800000,1544126400000,1544130000000,1544133600000,1544137200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[540,180,70,30,50,390,780,1000,1620,1870,1800,1910,1950,1840,2010,1860,1840,2230,2370,1920,2190,1930,1430,1350,680,320,80,50,90,160,440,850,1220,1670,2030,1990,1960,1990,2190,2400,2250,2200,2090,2010,2620,2090,1770,1290,780,560,150,80,20,60,170,620,1020,1630,1680,1930,2230,2610,2290,2650,2700,2580,2330,2200,2520,2380,2150,1380,820,190,310,60,70,170,600,980,1450,1260,1380,1780,1790,1940,2240,2070,2020,2240,2490,2630,2590,2880,2040,1200,870,370,110,40,100,170,790,880,1140,1290,1440,1510,1740,2170,2160,2360,2630,2610,2380,3110,3060,2860,2080,1370,680,160,90,160,90,260,810,1100,1190,1510,1720,2160,1990,2650,2100,2350,1910,2310,2160,2770,2540,2580,1670,1070,510,190,70,50,40,190,690,820,1410,1680,2230,2090,2020,1870,2350,2600,2270,2510,2410,2580,2240,2280,2130,1100]},{"name":"URL","color":"#2373DB","values":[390,110,120,60,10,60,510,790,980,1250,1020,1930,1970,2020,1840,2540,2330,2740,2510,2380,1780,2110,1260,950,530,180,110,30,20,80,240,390,900,1440,1580,2030,1960,1540,1770,1860,2090,1980,1660,1580,1580,1650,1010,820,840,550,210,50,10,60,90,370,480,1030,1330,1430,1420,1460,1270,1460,1530,1670,1730,1630,1530,1830,1360,930,430,210,100,100,30,110,360,480,790,1020,1290,1770,1710,1850,1920,1980,2610,2890,2370,2390,2360,1830,1600,1030,420,190,130,30,50,150,410,840,840,1200,1340,1720,1910,1970,1750,1980,2570,3020,2620,2450,1630,2110,1310,990,500,270,120,20,50,170,430,800,1070,1330,1250,1750,2120,1870,1630,1740,2650,2380,2650,2240,2070,1790,1670,900,490,190,60,0,20,160,550,940,900,1290,1500,2150,2050,1680,2190,2060,2400,2990,2820,2310,2190,1890,1440,760]},{"name":"Groups","color":"#9ED448","values":[650,230,100,40,50,250,1110,1020,1940,1540,1440,1490,1950,2220,1520,1440,1640,1740,1750,1830,2160,2350,2100,1910,940,390,230,50,160,130,630,630,1370,1240,1020,1670,2140,1800,1530,1390,1530,1520,1910,1480,2100,1510,2540,1760,1030,760,340,170,60,60,270,690,1140,1580,1220,1750,1530,1510,1760,1600,1690,1650,2170,1810,2550,2940,2460,1380,700,410,130,90,60,350,870,820,1090,1150,1440,1340,1880,1910,1970,1870,1890,2690,2400,2320,2840,3170,2710,1510,940,210,110,60,110,380,910,1100,1150,1120,1490,1220,1670,2000,1640,1570,1970,2090,2140,2110,2260,3060,2640,1670,600,220,220,40,100,430,840,1120,1390,2130,1460,1430,1700,2120,1640,1490,2270,1690,1940,2330,2620,2540,2860,1910,620,440,70,160,90,450,960,1110,1110,1400,1330,1530,1770,1600,1720,1560,1770,1620,1750,1910,2940,2690,2720,1460]},{"name":"Channel","color":"#4fae4e","values":[90,20,20,0,30,40,50,30,80,300,100,80,130,140,160,290,100,160,170,140,160,190,150,150,30,70,60,10,0,10,20,20,90,80,120,100,140,170,160,110,210,130,80,130,200,120,100,60,80,40,10,0,0,0,0,50,100,140,140,190,150,180,220,170,150,240,360,170,150,230,130,100,100,100,0,10,20,0,40,40,50,120,110,140,120,190,310,150,180,220,250,170,240,220,110,60,140,20,0,30,0,10,20,50,60,40,50,70,180,100,100,240,160,80,120,230,210,170,180,190,30,20,10,0,10,0,50,10,130,140,170,110,220,150,180,190,150,200,170,190,70,140,100,170,30,20,0,70,10,0,20,100,110,100,180,40,50,160,150,100,90,170,130,110,160,200,160,110]},{"name":"Search","color":"#F5BD25","values":[70,50,0,20,10,260,460,580,90,350,440,480,50,200,200,170,240,220,200,320,230,200,60,60,80,10,0,10,0,120,270,610,570,210,170,130,190,370,150,190,110,300,160,90,490,280,260,50,90,140,10,20,10,0,100,780,250,640,160,440,670,290,90,280,270,440,660,250,360,420,110,40,30,30,50,0,30,490,540,230,90,130,150,360,220,280,250,130,210,260,410,230,400,460,210,40,40,20,30,0,0,110,300,610,260,200,230,340,180,360,100,140,170,170,240,190,270,120,200,70,170,100,0,0,0,380,150,310,150,90,280,380,280,300,190,320,430,260,130,240,440,200,170,140,40,30,0,30,80,160,240,770,290,270,280,260,150,230,230,250,290,170,380,560,320,420,480,170]},{"name":"Other","color":"#F79E39","values":[110,40,30,10,10,20,220,140,220,290,250,240,190,290,330,310,300,360,340,370,350,290,190,190,110,30,0,10,40,10,10,60,240,200,280,350,200,280,270,200,360,270,240,210,330,300,330,220,190,50,40,10,0,20,20,60,200,320,340,340,280,240,230,230,280,280,360,340,350,480,260,230,90,70,50,20,0,60,80,90,220,310,280,270,290,350,260,260,210,310,340,280,430,440,470,190,60,80,10,10,10,90,280,210,330,240,300,300,380,250,290,240,190,280,240,300,350,380,340,300,90,40,120,30,0,30,150,240,200,220,180,260,200,450,240,270,300,390,320,360,420,590,290,160,130,30,10,0,20,50,100,250,220,260,280,270,260,350,290,340,240,410,390,390,370,390,360,190]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,10,0,0,0,0,10,0,0,0,0,10,30,0,50,10,0,0,0,0,0,0,0,0,0,20,20,40,10,10,10,20,10,20,0,0,30,0,20,0,10,0,0,0,0,0,0,0,0,10,0,10,0,0,10,0,0,20,20,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,10,20,0,10,30,0,10,30,20,0,0,10,0,0,0,0,0,10,0,10,0,0,0,0,0,0,30,10,20,20,30,10,40,10,0,0,0,0,0,0,0,0,0,10,0,10,20,20,10,0,0,20,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,10,30,30,10,20,10,30,10,10,30,20,10,20,20,20]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/04.json b/dist/chartDummyData/views_zoom/2018-12/04.json new file mode 100644 index 000000000..14805a718 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/04.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1543622400000,1543626000000,1543629600000,1543633200000,1543636800000,1543640400000,1543644000000,1543647600000,1543651200000,1543654800000,1543658400000,1543662000000,1543665600000,1543669200000,1543672800000,1543676400000,1543680000000,1543683600000,1543687200000,1543690800000,1543694400000,1543698000000,1543701600000,1543705200000,1543708800000,1543712400000,1543716000000,1543719600000,1543723200000,1543726800000,1543730400000,1543734000000,1543737600000,1543741200000,1543744800000,1543748400000,1543752000000,1543755600000,1543759200000,1543762800000,1543766400000,1543770000000,1543773600000,1543777200000,1543780800000,1543784400000,1543788000000,1543791600000,1543795200000,1543798800000,1543802400000,1543806000000,1543809600000,1543813200000,1543816800000,1543820400000,1543824000000,1543827600000,1543831200000,1543834800000,1543838400000,1543842000000,1543845600000,1543849200000,1543852800000,1543856400000,1543860000000,1543863600000,1543867200000,1543870800000,1543874400000,1543878000000,1543881600000,1543885200000,1543888800000,1543892400000,1543896000000,1543899600000,1543903200000,1543906800000,1543910400000,1543914000000,1543917600000,1543921200000,1543924800000,1543928400000,1543932000000,1543935600000,1543939200000,1543942800000,1543946400000,1543950000000,1543953600000,1543957200000,1543960800000,1543964400000,1543968000000,1543971600000,1543975200000,1543978800000,1543982400000,1543986000000,1543989600000,1543993200000,1543996800000,1544000400000,1544004000000,1544007600000,1544011200000,1544014800000,1544018400000,1544022000000,1544025600000,1544029200000,1544032800000,1544036400000,1544040000000,1544043600000,1544047200000,1544050800000,1544054400000,1544058000000,1544061600000,1544065200000,1544068800000,1544072400000,1544076000000,1544079600000,1544083200000,1544086800000,1544090400000,1544094000000,1544097600000,1544101200000,1544104800000,1544108400000,1544112000000,1544115600000,1544119200000,1544122800000,1544126400000,1544130000000,1544133600000,1544137200000,1544140800000,1544144400000,1544148000000,1544151600000,1544155200000,1544158800000,1544162400000,1544166000000,1544169600000,1544173200000,1544176800000,1544180400000,1544184000000,1544187600000,1544191200000,1544194800000,1544198400000,1544202000000,1544205600000,1544209200000,1544212800000,1544216400000,1544220000000,1544223600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[680,320,80,50,90,160,440,850,1220,1670,2030,1990,1960,1990,2190,2400,2250,2200,2090,2010,2620,2090,1770,1290,780,560,150,80,20,60,170,620,1020,1630,1680,1930,2230,2610,2290,2650,2700,2580,2330,2200,2520,2380,2150,1380,820,190,310,60,70,170,600,980,1450,1260,1380,1780,1790,1940,2240,2070,2020,2240,2490,2630,2590,2880,2040,1200,870,370,110,40,100,170,790,880,1140,1290,1440,1510,1740,2170,2160,2360,2630,2610,2380,3110,3060,2860,2080,1370,680,160,90,160,90,260,810,1100,1190,1510,1720,2160,1990,2650,2100,2350,1910,2310,2160,2770,2540,2580,1670,1070,510,190,70,50,40,190,690,820,1410,1680,2230,2090,2020,1870,2350,2600,2270,2510,2410,2580,2240,2280,2130,1100,520,260,190,50,80,270,870,940,1310,1790,1760,1870,2050,1980,2150,2400,2010,2050,2150,2110,2840,2190,1810,1290]},{"name":"URL","color":"#2373DB","values":[530,180,110,30,20,80,240,390,900,1440,1580,2030,1960,1540,1770,1860,2090,1980,1660,1580,1580,1650,1010,820,840,550,210,50,10,60,90,370,480,1030,1330,1430,1420,1460,1270,1460,1530,1670,1730,1630,1530,1830,1360,930,430,210,100,100,30,110,360,480,790,1020,1290,1770,1710,1850,1920,1980,2610,2890,2370,2390,2360,1830,1600,1030,420,190,130,30,50,150,410,840,840,1200,1340,1720,1910,1970,1750,1980,2570,3020,2620,2450,1630,2110,1310,990,500,270,120,20,50,170,430,800,1070,1330,1250,1750,2120,1870,1630,1740,2650,2380,2650,2240,2070,1790,1670,900,490,190,60,0,20,160,550,940,900,1290,1500,2150,2050,1680,2190,2060,2400,2990,2820,2310,2190,1890,1440,760,330,130,120,60,40,90,630,670,1260,1500,1720,2060,1960,2390,2240,2360,2490,2780,2700,2140,1810,1520,1060,830]},{"name":"Groups","color":"#9ED448","values":[940,390,230,50,160,130,630,630,1370,1240,1020,1670,2140,1800,1530,1390,1530,1520,1910,1480,2100,1510,2540,1760,1030,760,340,170,60,60,270,690,1140,1580,1220,1750,1530,1510,1760,1600,1690,1650,2170,1810,2550,2940,2460,1380,700,410,130,90,60,350,870,820,1090,1150,1440,1340,1880,1910,1970,1870,1890,2690,2400,2320,2840,3170,2710,1510,940,210,110,60,110,380,910,1100,1150,1120,1490,1220,1670,2000,1640,1570,1970,2090,2140,2110,2260,3060,2640,1670,600,220,220,40,100,430,840,1120,1390,2130,1460,1430,1700,2120,1640,1490,2270,1690,1940,2330,2620,2540,2860,1910,620,440,70,160,90,450,960,1110,1110,1400,1330,1530,1770,1600,1720,1560,1770,1620,1750,1910,2940,2690,2720,1460,880,200,160,90,70,280,860,1020,1160,1240,1450,1190,1440,1720,1740,1600,1880,1670,1460,2000,2230,2090,2130,1620]},{"name":"Channel","color":"#4fae4e","values":[30,70,60,10,0,10,20,20,90,80,120,100,140,170,160,110,210,130,80,130,200,120,100,60,80,40,10,0,0,0,0,50,100,140,140,190,150,180,220,170,150,240,360,170,150,230,130,100,100,100,0,10,20,0,40,40,50,120,110,140,120,190,310,150,180,220,250,170,240,220,110,60,140,20,0,30,0,10,20,50,60,40,50,70,180,100,100,240,160,80,120,230,210,170,180,190,30,20,10,0,10,0,50,10,130,140,170,110,220,150,180,190,150,200,170,190,70,140,100,170,30,20,0,70,10,0,20,100,110,100,180,40,50,160,150,100,90,170,130,110,160,200,160,110,70,30,0,10,0,10,30,60,50,50,40,160,140,90,150,90,190,190,130,160,200,100,160,90]},{"name":"Search","color":"#F5BD25","values":[80,10,0,10,0,120,270,610,570,210,170,130,190,370,150,190,110,300,160,90,490,280,260,50,90,140,10,20,10,0,100,780,250,640,160,440,670,290,90,280,270,440,660,250,360,420,110,40,30,30,50,0,30,490,540,230,90,130,150,360,220,280,250,130,210,260,410,230,400,460,210,40,40,20,30,0,0,110,300,610,260,200,230,340,180,360,100,140,170,170,240,190,270,120,200,70,170,100,0,0,0,380,150,310,150,90,280,380,280,300,190,320,430,260,130,240,440,200,170,140,40,30,0,30,80,160,240,770,290,270,280,260,150,230,230,250,290,170,380,560,320,420,480,170,20,20,20,0,20,310,350,150,290,250,180,410,330,440,160,270,200,230,140,300,80,150,170,170]},{"name":"Other","color":"#F79E39","values":[110,30,0,10,40,10,10,60,240,200,280,350,200,280,270,200,360,270,240,210,330,300,330,220,190,50,40,10,0,20,20,60,200,320,340,340,280,240,230,230,280,280,360,340,350,480,260,230,90,70,50,20,0,60,80,90,220,310,280,270,290,350,260,260,210,310,340,280,430,440,470,190,60,80,10,10,10,90,280,210,330,240,300,300,380,250,290,240,190,280,240,300,350,380,340,300,90,40,120,30,0,30,150,240,200,220,180,260,200,450,240,270,300,390,320,360,420,590,290,160,130,30,10,0,20,50,100,250,220,260,280,270,260,350,290,340,240,410,390,390,370,390,360,190,70,60,20,0,20,120,170,200,210,210,280,430,290,470,430,280,320,270,290,320,370,250,270,160]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,20,20,40,10,10,10,20,10,20,0,0,30,0,20,0,10,0,0,0,0,0,0,0,0,10,0,10,0,0,10,0,0,20,20,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,10,20,0,10,30,0,10,30,20,0,0,10,0,0,0,0,0,10,0,10,0,0,0,0,0,0,30,10,20,20,30,10,40,10,0,0,0,0,0,0,0,0,0,10,0,10,20,20,10,0,0,20,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,10,30,30,10,20,10,30,10,10,30,20,10,20,20,20,0,0,0,0,0,0,10,10,0,10,0,0,10,10,0,10,0,20,30,20,0,20,30,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/05.json b/dist/chartDummyData/views_zoom/2018-12/05.json new file mode 100644 index 000000000..2a8ba260a --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/05.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1543708800000,1543712400000,1543716000000,1543719600000,1543723200000,1543726800000,1543730400000,1543734000000,1543737600000,1543741200000,1543744800000,1543748400000,1543752000000,1543755600000,1543759200000,1543762800000,1543766400000,1543770000000,1543773600000,1543777200000,1543780800000,1543784400000,1543788000000,1543791600000,1543795200000,1543798800000,1543802400000,1543806000000,1543809600000,1543813200000,1543816800000,1543820400000,1543824000000,1543827600000,1543831200000,1543834800000,1543838400000,1543842000000,1543845600000,1543849200000,1543852800000,1543856400000,1543860000000,1543863600000,1543867200000,1543870800000,1543874400000,1543878000000,1543881600000,1543885200000,1543888800000,1543892400000,1543896000000,1543899600000,1543903200000,1543906800000,1543910400000,1543914000000,1543917600000,1543921200000,1543924800000,1543928400000,1543932000000,1543935600000,1543939200000,1543942800000,1543946400000,1543950000000,1543953600000,1543957200000,1543960800000,1543964400000,1543968000000,1543971600000,1543975200000,1543978800000,1543982400000,1543986000000,1543989600000,1543993200000,1543996800000,1544000400000,1544004000000,1544007600000,1544011200000,1544014800000,1544018400000,1544022000000,1544025600000,1544029200000,1544032800000,1544036400000,1544040000000,1544043600000,1544047200000,1544050800000,1544054400000,1544058000000,1544061600000,1544065200000,1544068800000,1544072400000,1544076000000,1544079600000,1544083200000,1544086800000,1544090400000,1544094000000,1544097600000,1544101200000,1544104800000,1544108400000,1544112000000,1544115600000,1544119200000,1544122800000,1544126400000,1544130000000,1544133600000,1544137200000,1544140800000,1544144400000,1544148000000,1544151600000,1544155200000,1544158800000,1544162400000,1544166000000,1544169600000,1544173200000,1544176800000,1544180400000,1544184000000,1544187600000,1544191200000,1544194800000,1544198400000,1544202000000,1544205600000,1544209200000,1544212800000,1544216400000,1544220000000,1544223600000,1544227200000,1544230800000,1544234400000,1544238000000,1544241600000,1544245200000,1544248800000,1544252400000,1544256000000,1544259600000,1544263200000,1544266800000,1544270400000,1544274000000,1544277600000,1544281200000,1544284800000,1544288400000,1544292000000,1544295600000,1544299200000,1544302800000,1544306400000,1544310000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[780,560,150,80,20,60,170,620,1020,1630,1680,1930,2230,2610,2290,2650,2700,2580,2330,2200,2520,2380,2150,1380,820,190,310,60,70,170,600,980,1450,1260,1380,1780,1790,1940,2240,2070,2020,2240,2490,2630,2590,2880,2040,1200,870,370,110,40,100,170,790,880,1140,1290,1440,1510,1740,2170,2160,2360,2630,2610,2380,3110,3060,2860,2080,1370,680,160,90,160,90,260,810,1100,1190,1510,1720,2160,1990,2650,2100,2350,1910,2310,2160,2770,2540,2580,1670,1070,510,190,70,50,40,190,690,820,1410,1680,2230,2090,2020,1870,2350,2600,2270,2510,2410,2580,2240,2280,2130,1100,520,260,190,50,80,270,870,940,1310,1790,1760,1870,2050,1980,2150,2400,2010,2050,2150,2110,2840,2190,1810,1290,580,330,220,100,80,170,370,890,1140,1540,2020,2520,2500,2790,1950,2330,1810,1980,2420,2100,2160,2000,1650,1190]},{"name":"URL","color":"#2373DB","values":[840,550,210,50,10,60,90,370,480,1030,1330,1430,1420,1460,1270,1460,1530,1670,1730,1630,1530,1830,1360,930,430,210,100,100,30,110,360,480,790,1020,1290,1770,1710,1850,1920,1980,2610,2890,2370,2390,2360,1830,1600,1030,420,190,130,30,50,150,410,840,840,1200,1340,1720,1910,1970,1750,1980,2570,3020,2620,2450,1630,2110,1310,990,500,270,120,20,50,170,430,800,1070,1330,1250,1750,2120,1870,1630,1740,2650,2380,2650,2240,2070,1790,1670,900,490,190,60,0,20,160,550,940,900,1290,1500,2150,2050,1680,2190,2060,2400,2990,2820,2310,2190,1890,1440,760,330,130,120,60,40,90,630,670,1260,1500,1720,2060,1960,2390,2240,2360,2490,2780,2700,2140,1810,1520,1060,830,610,330,170,50,40,20,130,220,630,1150,1430,2010,1430,1400,1660,1530,1730,1610,1800,1600,1430,1100,980,540]},{"name":"Groups","color":"#9ED448","values":[1030,760,340,170,60,60,270,690,1140,1580,1220,1750,1530,1510,1760,1600,1690,1650,2170,1810,2550,2940,2460,1380,700,410,130,90,60,350,870,820,1090,1150,1440,1340,1880,1910,1970,1870,1890,2690,2400,2320,2840,3170,2710,1510,940,210,110,60,110,380,910,1100,1150,1120,1490,1220,1670,2000,1640,1570,1970,2090,2140,2110,2260,3060,2640,1670,600,220,220,40,100,430,840,1120,1390,2130,1460,1430,1700,2120,1640,1490,2270,1690,1940,2330,2620,2540,2860,1910,620,440,70,160,90,450,960,1110,1110,1400,1330,1530,1770,1600,1720,1560,1770,1620,1750,1910,2940,2690,2720,1460,880,200,160,90,70,280,860,1020,1160,1240,1450,1190,1440,1720,1740,1600,1880,1670,1460,2000,2230,2090,2130,1620,1080,510,230,70,110,80,260,560,1010,1440,1370,1310,1370,1710,1660,1250,1430,1610,1530,1470,1610,1840,1870,1610]},{"name":"Channel","color":"#4fae4e","values":[80,40,10,0,0,0,0,50,100,140,140,190,150,180,220,170,150,240,360,170,150,230,130,100,100,100,0,10,20,0,40,40,50,120,110,140,120,190,310,150,180,220,250,170,240,220,110,60,140,20,0,30,0,10,20,50,60,40,50,70,180,100,100,240,160,80,120,230,210,170,180,190,30,20,10,0,10,0,50,10,130,140,170,110,220,150,180,190,150,200,170,190,70,140,100,170,30,20,0,70,10,0,20,100,110,100,180,40,50,160,150,100,90,170,130,110,160,200,160,110,70,30,0,10,0,10,30,60,50,50,40,160,140,90,150,90,190,190,130,160,200,100,160,90,30,100,20,0,10,10,30,70,40,80,200,140,100,90,220,140,50,160,120,80,210,120,80,100]},{"name":"Search","color":"#F5BD25","values":[90,140,10,20,10,0,100,780,250,640,160,440,670,290,90,280,270,440,660,250,360,420,110,40,30,30,50,0,30,490,540,230,90,130,150,360,220,280,250,130,210,260,410,230,400,460,210,40,40,20,30,0,0,110,300,610,260,200,230,340,180,360,100,140,170,170,240,190,270,120,200,70,170,100,0,0,0,380,150,310,150,90,280,380,280,300,190,320,430,260,130,240,440,200,170,140,40,30,0,30,80,160,240,770,290,270,280,260,150,230,230,250,290,170,380,560,320,420,480,170,20,20,20,0,20,310,350,150,290,250,180,410,330,440,160,270,200,230,140,300,80,150,170,170,40,20,190,0,0,0,60,360,230,240,340,430,220,290,230,320,210,240,120,450,260,330,150,380]},{"name":"Other","color":"#F79E39","values":[190,50,40,10,0,20,20,60,200,320,340,340,280,240,230,230,280,280,360,340,350,480,260,230,90,70,50,20,0,60,80,90,220,310,280,270,290,350,260,260,210,310,340,280,430,440,470,190,60,80,10,10,10,90,280,210,330,240,300,300,380,250,290,240,190,280,240,300,350,380,340,300,90,40,120,30,0,30,150,240,200,220,180,260,200,450,240,270,300,390,320,360,420,590,290,160,130,30,10,0,20,50,100,250,220,260,280,270,260,350,290,340,240,410,390,390,370,390,360,190,70,60,20,0,20,120,170,200,210,210,280,430,290,470,430,280,320,270,290,320,370,250,270,160,90,80,60,20,30,10,20,130,250,320,270,390,290,420,230,270,250,310,300,380,210,290,220,300]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,10,0,0,10,0,0,20,20,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,10,20,0,10,30,0,10,30,20,0,0,10,0,0,0,0,0,10,0,10,0,0,0,0,0,0,30,10,20,20,30,10,40,10,0,0,0,0,0,0,0,0,0,10,0,10,20,20,10,0,0,20,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,10,30,30,10,20,10,30,10,10,30,20,10,20,20,20,0,0,0,0,0,0,10,10,0,10,0,0,10,10,0,10,0,20,30,20,0,20,30,0,0,0,0,0,0,0,0,0,20,20,0,20,0,20,0,10,10,10,10,0,10,10,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/06.json b/dist/chartDummyData/views_zoom/2018-12/06.json new file mode 100644 index 000000000..311582553 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/06.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1543795200000,1543798800000,1543802400000,1543806000000,1543809600000,1543813200000,1543816800000,1543820400000,1543824000000,1543827600000,1543831200000,1543834800000,1543838400000,1543842000000,1543845600000,1543849200000,1543852800000,1543856400000,1543860000000,1543863600000,1543867200000,1543870800000,1543874400000,1543878000000,1543881600000,1543885200000,1543888800000,1543892400000,1543896000000,1543899600000,1543903200000,1543906800000,1543910400000,1543914000000,1543917600000,1543921200000,1543924800000,1543928400000,1543932000000,1543935600000,1543939200000,1543942800000,1543946400000,1543950000000,1543953600000,1543957200000,1543960800000,1543964400000,1543968000000,1543971600000,1543975200000,1543978800000,1543982400000,1543986000000,1543989600000,1543993200000,1543996800000,1544000400000,1544004000000,1544007600000,1544011200000,1544014800000,1544018400000,1544022000000,1544025600000,1544029200000,1544032800000,1544036400000,1544040000000,1544043600000,1544047200000,1544050800000,1544054400000,1544058000000,1544061600000,1544065200000,1544068800000,1544072400000,1544076000000,1544079600000,1544083200000,1544086800000,1544090400000,1544094000000,1544097600000,1544101200000,1544104800000,1544108400000,1544112000000,1544115600000,1544119200000,1544122800000,1544126400000,1544130000000,1544133600000,1544137200000,1544140800000,1544144400000,1544148000000,1544151600000,1544155200000,1544158800000,1544162400000,1544166000000,1544169600000,1544173200000,1544176800000,1544180400000,1544184000000,1544187600000,1544191200000,1544194800000,1544198400000,1544202000000,1544205600000,1544209200000,1544212800000,1544216400000,1544220000000,1544223600000,1544227200000,1544230800000,1544234400000,1544238000000,1544241600000,1544245200000,1544248800000,1544252400000,1544256000000,1544259600000,1544263200000,1544266800000,1544270400000,1544274000000,1544277600000,1544281200000,1544284800000,1544288400000,1544292000000,1544295600000,1544299200000,1544302800000,1544306400000,1544310000000,1544313600000,1544317200000,1544320800000,1544324400000,1544328000000,1544331600000,1544335200000,1544338800000,1544342400000,1544346000000,1544349600000,1544353200000,1544356800000,1544360400000,1544364000000,1544367600000,1544371200000,1544374800000,1544378400000,1544382000000,1544385600000,1544389200000,1544392800000,1544396400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[820,190,310,60,70,170,600,980,1450,1260,1380,1780,1790,1940,2240,2070,2020,2240,2490,2630,2590,2880,2040,1200,870,370,110,40,100,170,790,880,1140,1290,1440,1510,1740,2170,2160,2360,2630,2610,2380,3110,3060,2860,2080,1370,680,160,90,160,90,260,810,1100,1190,1510,1720,2160,1990,2650,2100,2350,1910,2310,2160,2770,2540,2580,1670,1070,510,190,70,50,40,190,690,820,1410,1680,2230,2090,2020,1870,2350,2600,2270,2510,2410,2580,2240,2280,2130,1100,520,260,190,50,80,270,870,940,1310,1790,1760,1870,2050,1980,2150,2400,2010,2050,2150,2110,2840,2190,1810,1290,580,330,220,100,80,170,370,890,1140,1540,2020,2520,2500,2790,1950,2330,1810,1980,2420,2100,2160,2000,1650,1190,960,350,170,170,20,60,200,560,1250,1480,2210,3090,2090,2660,2690,2110,2770,2960,2420,2410,2600,2790,2160,1170]},{"name":"URL","color":"#2373DB","values":[430,210,100,100,30,110,360,480,790,1020,1290,1770,1710,1850,1920,1980,2610,2890,2370,2390,2360,1830,1600,1030,420,190,130,30,50,150,410,840,840,1200,1340,1720,1910,1970,1750,1980,2570,3020,2620,2450,1630,2110,1310,990,500,270,120,20,50,170,430,800,1070,1330,1250,1750,2120,1870,1630,1740,2650,2380,2650,2240,2070,1790,1670,900,490,190,60,0,20,160,550,940,900,1290,1500,2150,2050,1680,2190,2060,2400,2990,2820,2310,2190,1890,1440,760,330,130,120,60,40,90,630,670,1260,1500,1720,2060,1960,2390,2240,2360,2490,2780,2700,2140,1810,1520,1060,830,610,330,170,50,40,20,130,220,630,1150,1430,2010,1430,1400,1660,1530,1730,1610,1800,1600,1430,1100,980,540,620,520,100,40,30,20,70,210,490,930,1360,1810,1470,1500,1450,1370,1590,1770,1800,1820,1890,1540,1220,1050]},{"name":"Groups","color":"#9ED448","values":[700,410,130,90,60,350,870,820,1090,1150,1440,1340,1880,1910,1970,1870,1890,2690,2400,2320,2840,3170,2710,1510,940,210,110,60,110,380,910,1100,1150,1120,1490,1220,1670,2000,1640,1570,1970,2090,2140,2110,2260,3060,2640,1670,600,220,220,40,100,430,840,1120,1390,2130,1460,1430,1700,2120,1640,1490,2270,1690,1940,2330,2620,2540,2860,1910,620,440,70,160,90,450,960,1110,1110,1400,1330,1530,1770,1600,1720,1560,1770,1620,1750,1910,2940,2690,2720,1460,880,200,160,90,70,280,860,1020,1160,1240,1450,1190,1440,1720,1740,1600,1880,1670,1460,2000,2230,2090,2130,1620,1080,510,230,70,110,80,260,560,1010,1440,1370,1310,1370,1710,1660,1250,1430,1610,1530,1470,1610,1840,1870,1610,1180,790,380,120,70,30,180,440,950,1170,1530,1720,1390,1640,1760,1380,1480,1720,2150,1940,2470,3300,3230,1660]},{"name":"Channel","color":"#4fae4e","values":[100,100,0,10,20,0,40,40,50,120,110,140,120,190,310,150,180,220,250,170,240,220,110,60,140,20,0,30,0,10,20,50,60,40,50,70,180,100,100,240,160,80,120,230,210,170,180,190,30,20,10,0,10,0,50,10,130,140,170,110,220,150,180,190,150,200,170,190,70,140,100,170,30,20,0,70,10,0,20,100,110,100,180,40,50,160,150,100,90,170,130,110,160,200,160,110,70,30,0,10,0,10,30,60,50,50,40,160,140,90,150,90,190,190,130,160,200,100,160,90,30,100,20,0,10,10,30,70,40,80,200,140,100,90,220,140,50,160,120,80,210,120,80,100,250,20,50,0,10,0,10,50,60,120,80,150,130,250,190,120,150,260,210,160,190,150,180,130]},{"name":"Search","color":"#F5BD25","values":[30,30,50,0,30,490,540,230,90,130,150,360,220,280,250,130,210,260,410,230,400,460,210,40,40,20,30,0,0,110,300,610,260,200,230,340,180,360,100,140,170,170,240,190,270,120,200,70,170,100,0,0,0,380,150,310,150,90,280,380,280,300,190,320,430,260,130,240,440,200,170,140,40,30,0,30,80,160,240,770,290,270,280,260,150,230,230,250,290,170,380,560,320,420,480,170,20,20,20,0,20,310,350,150,290,250,180,410,330,440,160,270,200,230,140,300,80,150,170,170,40,20,190,0,0,0,60,360,230,240,340,430,220,290,230,320,210,240,120,450,260,330,150,380,100,50,10,20,0,60,20,270,140,480,180,160,570,130,330,280,330,230,220,230,430,210,210,120]},{"name":"Other","color":"#F79E39","values":[90,70,50,20,0,60,80,90,220,310,280,270,290,350,260,260,210,310,340,280,430,440,470,190,60,80,10,10,10,90,280,210,330,240,300,300,380,250,290,240,190,280,240,300,350,380,340,300,90,40,120,30,0,30,150,240,200,220,180,260,200,450,240,270,300,390,320,360,420,590,290,160,130,30,10,0,20,50,100,250,220,260,280,270,260,350,290,340,240,410,390,390,370,390,360,190,70,60,20,0,20,120,170,200,210,210,280,430,290,470,430,280,320,270,290,320,370,250,270,160,90,80,60,20,30,10,20,130,250,320,270,390,290,420,230,270,250,310,300,380,210,290,220,300,120,60,20,40,10,20,30,120,220,220,380,430,280,220,270,180,270,340,260,260,310,340,260,300]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,0,20,0,10,20,0,10,30,0,10,30,20,0,0,10,0,0,0,0,0,10,0,10,0,0,0,0,0,0,30,10,20,20,30,10,40,10,0,0,0,0,0,0,0,0,0,10,0,10,20,20,10,0,0,20,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,10,30,30,10,20,10,30,10,10,30,20,10,20,20,20,0,0,0,0,0,0,10,10,0,10,0,0,10,10,0,10,0,20,30,20,0,20,30,0,0,0,0,0,0,0,0,0,20,20,0,20,0,20,0,10,10,10,10,0,10,10,0,10,0,0,0,0,0,0,0,10,0,10,10,30,10,10,0,30,50,0,0,0,10,10,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/07.json b/dist/chartDummyData/views_zoom/2018-12/07.json new file mode 100644 index 000000000..23d7e61a2 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/07.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1543881600000,1543885200000,1543888800000,1543892400000,1543896000000,1543899600000,1543903200000,1543906800000,1543910400000,1543914000000,1543917600000,1543921200000,1543924800000,1543928400000,1543932000000,1543935600000,1543939200000,1543942800000,1543946400000,1543950000000,1543953600000,1543957200000,1543960800000,1543964400000,1543968000000,1543971600000,1543975200000,1543978800000,1543982400000,1543986000000,1543989600000,1543993200000,1543996800000,1544000400000,1544004000000,1544007600000,1544011200000,1544014800000,1544018400000,1544022000000,1544025600000,1544029200000,1544032800000,1544036400000,1544040000000,1544043600000,1544047200000,1544050800000,1544054400000,1544058000000,1544061600000,1544065200000,1544068800000,1544072400000,1544076000000,1544079600000,1544083200000,1544086800000,1544090400000,1544094000000,1544097600000,1544101200000,1544104800000,1544108400000,1544112000000,1544115600000,1544119200000,1544122800000,1544126400000,1544130000000,1544133600000,1544137200000,1544140800000,1544144400000,1544148000000,1544151600000,1544155200000,1544158800000,1544162400000,1544166000000,1544169600000,1544173200000,1544176800000,1544180400000,1544184000000,1544187600000,1544191200000,1544194800000,1544198400000,1544202000000,1544205600000,1544209200000,1544212800000,1544216400000,1544220000000,1544223600000,1544227200000,1544230800000,1544234400000,1544238000000,1544241600000,1544245200000,1544248800000,1544252400000,1544256000000,1544259600000,1544263200000,1544266800000,1544270400000,1544274000000,1544277600000,1544281200000,1544284800000,1544288400000,1544292000000,1544295600000,1544299200000,1544302800000,1544306400000,1544310000000,1544313600000,1544317200000,1544320800000,1544324400000,1544328000000,1544331600000,1544335200000,1544338800000,1544342400000,1544346000000,1544349600000,1544353200000,1544356800000,1544360400000,1544364000000,1544367600000,1544371200000,1544374800000,1544378400000,1544382000000,1544385600000,1544389200000,1544392800000,1544396400000,1544400000000,1544403600000,1544407200000,1544410800000,1544414400000,1544418000000,1544421600000,1544425200000,1544428800000,1544432400000,1544436000000,1544439600000,1544443200000,1544446800000,1544450400000,1544454000000,1544457600000,1544461200000,1544464800000,1544468400000,1544472000000,1544475600000,1544479200000,1544482800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[870,370,110,40,100,170,790,880,1140,1290,1440,1510,1740,2170,2160,2360,2630,2610,2380,3110,3060,2860,2080,1370,680,160,90,160,90,260,810,1100,1190,1510,1720,2160,1990,2650,2100,2350,1910,2310,2160,2770,2540,2580,1670,1070,510,190,70,50,40,190,690,820,1410,1680,2230,2090,2020,1870,2350,2600,2270,2510,2410,2580,2240,2280,2130,1100,520,260,190,50,80,270,870,940,1310,1790,1760,1870,2050,1980,2150,2400,2010,2050,2150,2110,2840,2190,1810,1290,580,330,220,100,80,170,370,890,1140,1540,2020,2520,2500,2790,1950,2330,1810,1980,2420,2100,2160,2000,1650,1190,960,350,170,170,20,60,200,560,1250,1480,2210,3090,2090,2660,2690,2110,2770,2960,2420,2410,2600,2790,2160,1170,600,200,140,40,80,240,580,830,1370,1360,1990,1650,1860,2360,1990,2590,2170,2740,2650,2720,2960,2650,2160,1440]},{"name":"URL","color":"#2373DB","values":[420,190,130,30,50,150,410,840,840,1200,1340,1720,1910,1970,1750,1980,2570,3020,2620,2450,1630,2110,1310,990,500,270,120,20,50,170,430,800,1070,1330,1250,1750,2120,1870,1630,1740,2650,2380,2650,2240,2070,1790,1670,900,490,190,60,0,20,160,550,940,900,1290,1500,2150,2050,1680,2190,2060,2400,2990,2820,2310,2190,1890,1440,760,330,130,120,60,40,90,630,670,1260,1500,1720,2060,1960,2390,2240,2360,2490,2780,2700,2140,1810,1520,1060,830,610,330,170,50,40,20,130,220,630,1150,1430,2010,1430,1400,1660,1530,1730,1610,1800,1600,1430,1100,980,540,620,520,100,40,30,20,70,210,490,930,1360,1810,1470,1500,1450,1370,1590,1770,1800,1820,1890,1540,1220,1050,370,380,50,0,10,80,340,730,1050,1290,1640,1630,2060,1880,1660,1960,2220,2390,2340,2400,2510,1560,1230,560]},{"name":"Groups","color":"#9ED448","values":[940,210,110,60,110,380,910,1100,1150,1120,1490,1220,1670,2000,1640,1570,1970,2090,2140,2110,2260,3060,2640,1670,600,220,220,40,100,430,840,1120,1390,2130,1460,1430,1700,2120,1640,1490,2270,1690,1940,2330,2620,2540,2860,1910,620,440,70,160,90,450,960,1110,1110,1400,1330,1530,1770,1600,1720,1560,1770,1620,1750,1910,2940,2690,2720,1460,880,200,160,90,70,280,860,1020,1160,1240,1450,1190,1440,1720,1740,1600,1880,1670,1460,2000,2230,2090,2130,1620,1080,510,230,70,110,80,260,560,1010,1440,1370,1310,1370,1710,1660,1250,1430,1610,1530,1470,1610,1840,1870,1610,1180,790,380,120,70,30,180,440,950,1170,1530,1720,1390,1640,1760,1380,1480,1720,2150,1940,2470,3300,3230,1660,850,500,100,50,110,350,640,1130,860,1310,1690,1440,1890,1650,2350,1920,1410,2230,1810,2070,2970,3760,2880,1570]},{"name":"Channel","color":"#4fae4e","values":[140,20,0,30,0,10,20,50,60,40,50,70,180,100,100,240,160,80,120,230,210,170,180,190,30,20,10,0,10,0,50,10,130,140,170,110,220,150,180,190,150,200,170,190,70,140,100,170,30,20,0,70,10,0,20,100,110,100,180,40,50,160,150,100,90,170,130,110,160,200,160,110,70,30,0,10,0,10,30,60,50,50,40,160,140,90,150,90,190,190,130,160,200,100,160,90,30,100,20,0,10,10,30,70,40,80,200,140,100,90,220,140,50,160,120,80,210,120,80,100,250,20,50,0,10,0,10,50,60,120,80,150,130,250,190,120,150,260,210,160,190,150,180,130,10,70,30,10,10,20,40,40,150,40,60,50,80,120,100,210,150,150,250,240,230,160,180,200]},{"name":"Search","color":"#F5BD25","values":[40,20,30,0,0,110,300,610,260,200,230,340,180,360,100,140,170,170,240,190,270,120,200,70,170,100,0,0,0,380,150,310,150,90,280,380,280,300,190,320,430,260,130,240,440,200,170,140,40,30,0,30,80,160,240,770,290,270,280,260,150,230,230,250,290,170,380,560,320,420,480,170,20,20,20,0,20,310,350,150,290,250,180,410,330,440,160,270,200,230,140,300,80,150,170,170,40,20,190,0,0,0,60,360,230,240,340,430,220,290,230,320,210,240,120,450,260,330,150,380,100,50,10,20,0,60,20,270,140,480,180,160,570,130,330,280,330,230,220,230,430,210,210,120,40,0,20,0,10,210,230,180,140,110,170,420,280,140,130,200,110,310,200,230,340,170,120,30]},{"name":"Other","color":"#F79E39","values":[60,80,10,10,10,90,280,210,330,240,300,300,380,250,290,240,190,280,240,300,350,380,340,300,90,40,120,30,0,30,150,240,200,220,180,260,200,450,240,270,300,390,320,360,420,590,290,160,130,30,10,0,20,50,100,250,220,260,280,270,260,350,290,340,240,410,390,390,370,390,360,190,70,60,20,0,20,120,170,200,210,210,280,430,290,470,430,280,320,270,290,320,370,250,270,160,90,80,60,20,30,10,20,130,250,320,270,390,290,420,230,270,250,310,300,380,210,290,220,300,120,60,20,40,10,20,30,120,220,220,380,430,280,220,270,180,270,340,260,260,310,340,260,300,120,110,10,10,20,10,110,100,140,270,250,260,320,260,400,370,240,280,290,500,370,310,240,170]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,10,0,10,0,0,0,0,0,0,30,10,20,20,30,10,40,10,0,0,0,0,0,0,0,0,0,10,0,10,20,20,10,0,0,20,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,10,30,30,10,20,10,30,10,10,30,20,10,20,20,20,0,0,0,0,0,0,10,10,0,10,0,0,10,10,0,10,0,20,30,20,0,20,30,0,0,0,0,0,0,0,0,0,20,20,0,20,0,20,0,10,10,10,10,0,10,10,0,10,0,0,0,0,0,0,0,10,0,10,10,30,10,10,0,30,50,0,0,0,10,10,0,10,0,0,0,0,0,0,0,0,10,0,20,10,0,30,20,10,0,0,30,0,0,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/08.json b/dist/chartDummyData/views_zoom/2018-12/08.json new file mode 100644 index 000000000..e4fa94b29 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/08.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1543968000000,1543971600000,1543975200000,1543978800000,1543982400000,1543986000000,1543989600000,1543993200000,1543996800000,1544000400000,1544004000000,1544007600000,1544011200000,1544014800000,1544018400000,1544022000000,1544025600000,1544029200000,1544032800000,1544036400000,1544040000000,1544043600000,1544047200000,1544050800000,1544054400000,1544058000000,1544061600000,1544065200000,1544068800000,1544072400000,1544076000000,1544079600000,1544083200000,1544086800000,1544090400000,1544094000000,1544097600000,1544101200000,1544104800000,1544108400000,1544112000000,1544115600000,1544119200000,1544122800000,1544126400000,1544130000000,1544133600000,1544137200000,1544140800000,1544144400000,1544148000000,1544151600000,1544155200000,1544158800000,1544162400000,1544166000000,1544169600000,1544173200000,1544176800000,1544180400000,1544184000000,1544187600000,1544191200000,1544194800000,1544198400000,1544202000000,1544205600000,1544209200000,1544212800000,1544216400000,1544220000000,1544223600000,1544227200000,1544230800000,1544234400000,1544238000000,1544241600000,1544245200000,1544248800000,1544252400000,1544256000000,1544259600000,1544263200000,1544266800000,1544270400000,1544274000000,1544277600000,1544281200000,1544284800000,1544288400000,1544292000000,1544295600000,1544299200000,1544302800000,1544306400000,1544310000000,1544313600000,1544317200000,1544320800000,1544324400000,1544328000000,1544331600000,1544335200000,1544338800000,1544342400000,1544346000000,1544349600000,1544353200000,1544356800000,1544360400000,1544364000000,1544367600000,1544371200000,1544374800000,1544378400000,1544382000000,1544385600000,1544389200000,1544392800000,1544396400000,1544400000000,1544403600000,1544407200000,1544410800000,1544414400000,1544418000000,1544421600000,1544425200000,1544428800000,1544432400000,1544436000000,1544439600000,1544443200000,1544446800000,1544450400000,1544454000000,1544457600000,1544461200000,1544464800000,1544468400000,1544472000000,1544475600000,1544479200000,1544482800000,1544486400000,1544490000000,1544493600000,1544497200000,1544500800000,1544504400000,1544508000000,1544511600000,1544515200000,1544518800000,1544522400000,1544526000000,1544529600000,1544533200000,1544536800000,1544540400000,1544544000000,1544547600000,1544551200000,1544554800000,1544558400000,1544562000000,1544565600000,1544569200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[680,160,90,160,90,260,810,1100,1190,1510,1720,2160,1990,2650,2100,2350,1910,2310,2160,2770,2540,2580,1670,1070,510,190,70,50,40,190,690,820,1410,1680,2230,2090,2020,1870,2350,2600,2270,2510,2410,2580,2240,2280,2130,1100,520,260,190,50,80,270,870,940,1310,1790,1760,1870,2050,1980,2150,2400,2010,2050,2150,2110,2840,2190,1810,1290,580,330,220,100,80,170,370,890,1140,1540,2020,2520,2500,2790,1950,2330,1810,1980,2420,2100,2160,2000,1650,1190,960,350,170,170,20,60,200,560,1250,1480,2210,3090,2090,2660,2690,2110,2770,2960,2420,2410,2600,2790,2160,1170,600,200,140,40,80,240,580,830,1370,1360,1990,1650,1860,2360,1990,2590,2170,2740,2650,2720,2960,2650,2160,1440,400,220,60,50,50,230,530,1010,1230,1240,1780,2060,2090,2010,1830,2010,2200,2140,2630,2600,2590,2160,1770,1150]},{"name":"URL","color":"#2373DB","values":[500,270,120,20,50,170,430,800,1070,1330,1250,1750,2120,1870,1630,1740,2650,2380,2650,2240,2070,1790,1670,900,490,190,60,0,20,160,550,940,900,1290,1500,2150,2050,1680,2190,2060,2400,2990,2820,2310,2190,1890,1440,760,330,130,120,60,40,90,630,670,1260,1500,1720,2060,1960,2390,2240,2360,2490,2780,2700,2140,1810,1520,1060,830,610,330,170,50,40,20,130,220,630,1150,1430,2010,1430,1400,1660,1530,1730,1610,1800,1600,1430,1100,980,540,620,520,100,40,30,20,70,210,490,930,1360,1810,1470,1500,1450,1370,1590,1770,1800,1820,1890,1540,1220,1050,370,380,50,0,10,80,340,730,1050,1290,1640,1630,2060,1880,1660,1960,2220,2390,2340,2400,2510,1560,1230,560,350,230,70,30,0,80,430,680,960,1060,1420,1980,1980,1900,1770,1930,2240,3080,3070,2250,2160,1560,1350,880]},{"name":"Groups","color":"#9ED448","values":[600,220,220,40,100,430,840,1120,1390,2130,1460,1430,1700,2120,1640,1490,2270,1690,1940,2330,2620,2540,2860,1910,620,440,70,160,90,450,960,1110,1110,1400,1330,1530,1770,1600,1720,1560,1770,1620,1750,1910,2940,2690,2720,1460,880,200,160,90,70,280,860,1020,1160,1240,1450,1190,1440,1720,1740,1600,1880,1670,1460,2000,2230,2090,2130,1620,1080,510,230,70,110,80,260,560,1010,1440,1370,1310,1370,1710,1660,1250,1430,1610,1530,1470,1610,1840,1870,1610,1180,790,380,120,70,30,180,440,950,1170,1530,1720,1390,1640,1760,1380,1480,1720,2150,1940,2470,3300,3230,1660,850,500,100,50,110,350,640,1130,860,1310,1690,1440,1890,1650,2350,1920,1410,2230,1810,2070,2970,3760,2880,1570,540,490,130,70,50,310,870,1020,1180,1810,1200,1660,1680,1670,1700,1240,1560,1700,2070,1860,2570,3220,2810,1840]},{"name":"Channel","color":"#4fae4e","values":[30,20,10,0,10,0,50,10,130,140,170,110,220,150,180,190,150,200,170,190,70,140,100,170,30,20,0,70,10,0,20,100,110,100,180,40,50,160,150,100,90,170,130,110,160,200,160,110,70,30,0,10,0,10,30,60,50,50,40,160,140,90,150,90,190,190,130,160,200,100,160,90,30,100,20,0,10,10,30,70,40,80,200,140,100,90,220,140,50,160,120,80,210,120,80,100,250,20,50,0,10,0,10,50,60,120,80,150,130,250,190,120,150,260,210,160,190,150,180,130,10,70,30,10,10,20,40,40,150,40,60,50,80,120,100,210,150,150,250,240,230,160,180,200,60,20,20,10,0,40,40,10,80,130,80,170,70,90,120,260,90,230,140,170,110,250,170,110]},{"name":"Search","color":"#F5BD25","values":[170,100,0,0,0,380,150,310,150,90,280,380,280,300,190,320,430,260,130,240,440,200,170,140,40,30,0,30,80,160,240,770,290,270,280,260,150,230,230,250,290,170,380,560,320,420,480,170,20,20,20,0,20,310,350,150,290,250,180,410,330,440,160,270,200,230,140,300,80,150,170,170,40,20,190,0,0,0,60,360,230,240,340,430,220,290,230,320,210,240,120,450,260,330,150,380,100,50,10,20,0,60,20,270,140,480,180,160,570,130,330,280,330,230,220,230,430,210,210,120,40,0,20,0,10,210,230,180,140,110,170,420,280,140,130,200,110,310,200,230,340,170,120,30,30,70,20,20,30,40,280,220,280,170,160,270,210,130,690,830,470,330,230,170,280,320,70,160]},{"name":"Other","color":"#F79E39","values":[90,40,120,30,0,30,150,240,200,220,180,260,200,450,240,270,300,390,320,360,420,590,290,160,130,30,10,0,20,50,100,250,220,260,280,270,260,350,290,340,240,410,390,390,370,390,360,190,70,60,20,0,20,120,170,200,210,210,280,430,290,470,430,280,320,270,290,320,370,250,270,160,90,80,60,20,30,10,20,130,250,320,270,390,290,420,230,270,250,310,300,380,210,290,220,300,120,60,20,40,10,20,30,120,220,220,380,430,280,220,270,180,270,340,260,260,310,340,260,300,120,110,10,10,20,10,110,100,140,270,250,260,320,260,400,370,240,280,290,500,370,310,240,170,60,20,10,10,30,60,130,140,170,190,290,320,340,310,320,220,190,330,530,310,360,420,230,190]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,10,20,20,10,0,0,20,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,10,30,30,10,20,10,30,10,10,30,20,10,20,20,20,0,0,0,0,0,0,10,10,0,10,0,0,10,10,0,10,0,20,30,20,0,20,30,0,0,0,0,0,0,0,0,0,20,20,0,20,0,20,0,10,10,10,10,0,10,10,0,10,0,0,0,0,0,0,0,10,0,10,10,30,10,10,0,30,50,0,0,0,10,10,0,10,0,0,0,0,0,0,0,0,10,0,20,10,0,30,20,10,0,0,30,0,0,0,0,10,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,20,0,0,10,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/09.json b/dist/chartDummyData/views_zoom/2018-12/09.json new file mode 100644 index 000000000..5b9261c07 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/09.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1544054400000,1544058000000,1544061600000,1544065200000,1544068800000,1544072400000,1544076000000,1544079600000,1544083200000,1544086800000,1544090400000,1544094000000,1544097600000,1544101200000,1544104800000,1544108400000,1544112000000,1544115600000,1544119200000,1544122800000,1544126400000,1544130000000,1544133600000,1544137200000,1544140800000,1544144400000,1544148000000,1544151600000,1544155200000,1544158800000,1544162400000,1544166000000,1544169600000,1544173200000,1544176800000,1544180400000,1544184000000,1544187600000,1544191200000,1544194800000,1544198400000,1544202000000,1544205600000,1544209200000,1544212800000,1544216400000,1544220000000,1544223600000,1544227200000,1544230800000,1544234400000,1544238000000,1544241600000,1544245200000,1544248800000,1544252400000,1544256000000,1544259600000,1544263200000,1544266800000,1544270400000,1544274000000,1544277600000,1544281200000,1544284800000,1544288400000,1544292000000,1544295600000,1544299200000,1544302800000,1544306400000,1544310000000,1544313600000,1544317200000,1544320800000,1544324400000,1544328000000,1544331600000,1544335200000,1544338800000,1544342400000,1544346000000,1544349600000,1544353200000,1544356800000,1544360400000,1544364000000,1544367600000,1544371200000,1544374800000,1544378400000,1544382000000,1544385600000,1544389200000,1544392800000,1544396400000,1544400000000,1544403600000,1544407200000,1544410800000,1544414400000,1544418000000,1544421600000,1544425200000,1544428800000,1544432400000,1544436000000,1544439600000,1544443200000,1544446800000,1544450400000,1544454000000,1544457600000,1544461200000,1544464800000,1544468400000,1544472000000,1544475600000,1544479200000,1544482800000,1544486400000,1544490000000,1544493600000,1544497200000,1544500800000,1544504400000,1544508000000,1544511600000,1544515200000,1544518800000,1544522400000,1544526000000,1544529600000,1544533200000,1544536800000,1544540400000,1544544000000,1544547600000,1544551200000,1544554800000,1544558400000,1544562000000,1544565600000,1544569200000,1544572800000,1544576400000,1544580000000,1544583600000,1544587200000,1544590800000,1544594400000,1544598000000,1544601600000,1544605200000,1544608800000,1544612400000,1544616000000,1544619600000,1544623200000,1544626800000,1544630400000,1544634000000,1544637600000,1544641200000,1544644800000,1544648400000,1544652000000,1544655600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[510,190,70,50,40,190,690,820,1410,1680,2230,2090,2020,1870,2350,2600,2270,2510,2410,2580,2240,2280,2130,1100,520,260,190,50,80,270,870,940,1310,1790,1760,1870,2050,1980,2150,2400,2010,2050,2150,2110,2840,2190,1810,1290,580,330,220,100,80,170,370,890,1140,1540,2020,2520,2500,2790,1950,2330,1810,1980,2420,2100,2160,2000,1650,1190,960,350,170,170,20,60,200,560,1250,1480,2210,3090,2090,2660,2690,2110,2770,2960,2420,2410,2600,2790,2160,1170,600,200,140,40,80,240,580,830,1370,1360,1990,1650,1860,2360,1990,2590,2170,2740,2650,2720,2960,2650,2160,1440,400,220,60,50,50,230,530,1010,1230,1240,1780,2060,2090,2010,1830,2010,2200,2140,2630,2600,2590,2160,1770,1150,480,230,100,40,80,190,640,880,1440,1660,1500,1800,1790,1780,2070,2210,2100,2190,2430,1910,2810,2060,1910,1210]},{"name":"URL","color":"#2373DB","values":[490,190,60,0,20,160,550,940,900,1290,1500,2150,2050,1680,2190,2060,2400,2990,2820,2310,2190,1890,1440,760,330,130,120,60,40,90,630,670,1260,1500,1720,2060,1960,2390,2240,2360,2490,2780,2700,2140,1810,1520,1060,830,610,330,170,50,40,20,130,220,630,1150,1430,2010,1430,1400,1660,1530,1730,1610,1800,1600,1430,1100,980,540,620,520,100,40,30,20,70,210,490,930,1360,1810,1470,1500,1450,1370,1590,1770,1800,1820,1890,1540,1220,1050,370,380,50,0,10,80,340,730,1050,1290,1640,1630,2060,1880,1660,1960,2220,2390,2340,2400,2510,1560,1230,560,350,230,70,30,0,80,430,680,960,1060,1420,1980,1980,1900,1770,1930,2240,3080,3070,2250,2160,1560,1350,880,320,190,100,70,50,70,310,660,1040,1540,1570,1530,1840,1970,1900,1800,2330,2740,2550,2270,2360,1920,1580,900]},{"name":"Groups","color":"#9ED448","values":[620,440,70,160,90,450,960,1110,1110,1400,1330,1530,1770,1600,1720,1560,1770,1620,1750,1910,2940,2690,2720,1460,880,200,160,90,70,280,860,1020,1160,1240,1450,1190,1440,1720,1740,1600,1880,1670,1460,2000,2230,2090,2130,1620,1080,510,230,70,110,80,260,560,1010,1440,1370,1310,1370,1710,1660,1250,1430,1610,1530,1470,1610,1840,1870,1610,1180,790,380,120,70,30,180,440,950,1170,1530,1720,1390,1640,1760,1380,1480,1720,2150,1940,2470,3300,3230,1660,850,500,100,50,110,350,640,1130,860,1310,1690,1440,1890,1650,2350,1920,1410,2230,1810,2070,2970,3760,2880,1570,540,490,130,70,50,310,870,1020,1180,1810,1200,1660,1680,1670,1700,1240,1560,1700,2070,1860,2570,3220,2810,1840,650,210,110,200,100,370,790,1050,1390,1250,1130,1210,1630,1830,1960,1590,1830,2220,1970,2180,2010,2960,2730,1700]},{"name":"Channel","color":"#4fae4e","values":[30,20,0,70,10,0,20,100,110,100,180,40,50,160,150,100,90,170,130,110,160,200,160,110,70,30,0,10,0,10,30,60,50,50,40,160,140,90,150,90,190,190,130,160,200,100,160,90,30,100,20,0,10,10,30,70,40,80,200,140,100,90,220,140,50,160,120,80,210,120,80,100,250,20,50,0,10,0,10,50,60,120,80,150,130,250,190,120,150,260,210,160,190,150,180,130,10,70,30,10,10,20,40,40,150,40,60,50,80,120,100,210,150,150,250,240,230,160,180,200,60,20,20,10,0,40,40,10,80,130,80,170,70,90,120,260,90,230,140,170,110,250,170,110,80,20,10,20,10,20,20,40,40,50,70,90,110,130,160,170,160,230,130,150,130,180,110,50]},{"name":"Search","color":"#F5BD25","values":[40,30,0,30,80,160,240,770,290,270,280,260,150,230,230,250,290,170,380,560,320,420,480,170,20,20,20,0,20,310,350,150,290,250,180,410,330,440,160,270,200,230,140,300,80,150,170,170,40,20,190,0,0,0,60,360,230,240,340,430,220,290,230,320,210,240,120,450,260,330,150,380,100,50,10,20,0,60,20,270,140,480,180,160,570,130,330,280,330,230,220,230,430,210,210,120,40,0,20,0,10,210,230,180,140,110,170,420,280,140,130,200,110,310,200,230,340,170,120,30,30,70,20,20,30,40,280,220,280,170,160,270,210,130,690,830,470,330,230,170,280,320,70,160,40,10,10,20,10,140,170,100,90,180,130,330,170,250,80,160,140,240,270,340,210,230,110,130]},{"name":"Other","color":"#F79E39","values":[130,30,10,0,20,50,100,250,220,260,280,270,260,350,290,340,240,410,390,390,370,390,360,190,70,60,20,0,20,120,170,200,210,210,280,430,290,470,430,280,320,270,290,320,370,250,270,160,90,80,60,20,30,10,20,130,250,320,270,390,290,420,230,270,250,310,300,380,210,290,220,300,120,60,20,40,10,20,30,120,220,220,380,430,280,220,270,180,270,340,260,260,310,340,260,300,120,110,10,10,20,10,110,100,140,270,250,260,320,260,400,370,240,280,290,500,370,310,240,170,60,20,10,10,30,60,130,140,170,190,290,320,340,310,320,220,190,330,530,310,360,420,230,190,110,70,0,10,10,70,160,230,180,220,270,310,340,260,220,330,380,260,380,240,370,380,310,150]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,10,30,30,10,20,10,30,10,10,30,20,10,20,20,20,0,0,0,0,0,0,10,10,0,10,0,0,10,10,0,10,0,20,30,20,0,20,30,0,0,0,0,0,0,0,0,0,20,20,0,20,0,20,0,10,10,10,10,0,10,10,0,10,0,0,0,0,0,0,0,10,0,10,10,30,10,10,0,30,50,0,0,0,10,10,0,10,0,0,0,0,0,0,0,0,10,0,20,10,0,30,20,10,0,0,30,0,0,0,0,10,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,20,0,0,10,10,0,0,0,0,0,0,0,0,0,0,10,0,10,10,20,10,0,0,0,20,10,10,0,20,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/10.json b/dist/chartDummyData/views_zoom/2018-12/10.json new file mode 100644 index 000000000..99377d710 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/10.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1544140800000,1544144400000,1544148000000,1544151600000,1544155200000,1544158800000,1544162400000,1544166000000,1544169600000,1544173200000,1544176800000,1544180400000,1544184000000,1544187600000,1544191200000,1544194800000,1544198400000,1544202000000,1544205600000,1544209200000,1544212800000,1544216400000,1544220000000,1544223600000,1544227200000,1544230800000,1544234400000,1544238000000,1544241600000,1544245200000,1544248800000,1544252400000,1544256000000,1544259600000,1544263200000,1544266800000,1544270400000,1544274000000,1544277600000,1544281200000,1544284800000,1544288400000,1544292000000,1544295600000,1544299200000,1544302800000,1544306400000,1544310000000,1544313600000,1544317200000,1544320800000,1544324400000,1544328000000,1544331600000,1544335200000,1544338800000,1544342400000,1544346000000,1544349600000,1544353200000,1544356800000,1544360400000,1544364000000,1544367600000,1544371200000,1544374800000,1544378400000,1544382000000,1544385600000,1544389200000,1544392800000,1544396400000,1544400000000,1544403600000,1544407200000,1544410800000,1544414400000,1544418000000,1544421600000,1544425200000,1544428800000,1544432400000,1544436000000,1544439600000,1544443200000,1544446800000,1544450400000,1544454000000,1544457600000,1544461200000,1544464800000,1544468400000,1544472000000,1544475600000,1544479200000,1544482800000,1544486400000,1544490000000,1544493600000,1544497200000,1544500800000,1544504400000,1544508000000,1544511600000,1544515200000,1544518800000,1544522400000,1544526000000,1544529600000,1544533200000,1544536800000,1544540400000,1544544000000,1544547600000,1544551200000,1544554800000,1544558400000,1544562000000,1544565600000,1544569200000,1544572800000,1544576400000,1544580000000,1544583600000,1544587200000,1544590800000,1544594400000,1544598000000,1544601600000,1544605200000,1544608800000,1544612400000,1544616000000,1544619600000,1544623200000,1544626800000,1544630400000,1544634000000,1544637600000,1544641200000,1544644800000,1544648400000,1544652000000,1544655600000,1544659200000,1544662800000,1544666400000,1544670000000,1544673600000,1544677200000,1544680800000,1544684400000,1544688000000,1544691600000,1544695200000,1544698800000,1544702400000,1544706000000,1544709600000,1544713200000,1544716800000,1544720400000,1544724000000,1544727600000,1544731200000,1544734800000,1544738400000,1544742000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[520,260,190,50,80,270,870,940,1310,1790,1760,1870,2050,1980,2150,2400,2010,2050,2150,2110,2840,2190,1810,1290,580,330,220,100,80,170,370,890,1140,1540,2020,2520,2500,2790,1950,2330,1810,1980,2420,2100,2160,2000,1650,1190,960,350,170,170,20,60,200,560,1250,1480,2210,3090,2090,2660,2690,2110,2770,2960,2420,2410,2600,2790,2160,1170,600,200,140,40,80,240,580,830,1370,1360,1990,1650,1860,2360,1990,2590,2170,2740,2650,2720,2960,2650,2160,1440,400,220,60,50,50,230,530,1010,1230,1240,1780,2060,2090,2010,1830,2010,2200,2140,2630,2600,2590,2160,1770,1150,480,230,100,40,80,190,640,880,1440,1660,1500,1800,1790,1780,2070,2210,2100,2190,2430,1910,2810,2060,1910,1210,660,260,130,100,100,380,590,1030,1500,1320,1760,1850,2240,2120,2340,2290,2080,2220,2230,2470,2560,2270,1720,1050]},{"name":"URL","color":"#2373DB","values":[330,130,120,60,40,90,630,670,1260,1500,1720,2060,1960,2390,2240,2360,2490,2780,2700,2140,1810,1520,1060,830,610,330,170,50,40,20,130,220,630,1150,1430,2010,1430,1400,1660,1530,1730,1610,1800,1600,1430,1100,980,540,620,520,100,40,30,20,70,210,490,930,1360,1810,1470,1500,1450,1370,1590,1770,1800,1820,1890,1540,1220,1050,370,380,50,0,10,80,340,730,1050,1290,1640,1630,2060,1880,1660,1960,2220,2390,2340,2400,2510,1560,1230,560,350,230,70,30,0,80,430,680,960,1060,1420,1980,1980,1900,1770,1930,2240,3080,3070,2250,2160,1560,1350,880,320,190,100,70,50,70,310,660,1040,1540,1570,1530,1840,1970,1900,1800,2330,2740,2550,2270,2360,1920,1580,900,280,210,60,40,50,120,410,860,900,1130,1900,1820,2190,1850,1890,2300,2150,2540,2600,2300,2310,1930,1430,640]},{"name":"Groups","color":"#9ED448","values":[880,200,160,90,70,280,860,1020,1160,1240,1450,1190,1440,1720,1740,1600,1880,1670,1460,2000,2230,2090,2130,1620,1080,510,230,70,110,80,260,560,1010,1440,1370,1310,1370,1710,1660,1250,1430,1610,1530,1470,1610,1840,1870,1610,1180,790,380,120,70,30,180,440,950,1170,1530,1720,1390,1640,1760,1380,1480,1720,2150,1940,2470,3300,3230,1660,850,500,100,50,110,350,640,1130,860,1310,1690,1440,1890,1650,2350,1920,1410,2230,1810,2070,2970,3760,2880,1570,540,490,130,70,50,310,870,1020,1180,1810,1200,1660,1680,1670,1700,1240,1560,1700,2070,1860,2570,3220,2810,1840,650,210,110,200,100,370,790,1050,1390,1250,1130,1210,1630,1830,1960,1590,1830,2220,1970,2180,2010,2960,2730,1700,700,200,40,40,70,470,710,700,1090,1090,1230,1340,1490,1870,1430,1460,1460,1920,1920,2130,2510,3170,2830,1480]},{"name":"Channel","color":"#4fae4e","values":[70,30,0,10,0,10,30,60,50,50,40,160,140,90,150,90,190,190,130,160,200,100,160,90,30,100,20,0,10,10,30,70,40,80,200,140,100,90,220,140,50,160,120,80,210,120,80,100,250,20,50,0,10,0,10,50,60,120,80,150,130,250,190,120,150,260,210,160,190,150,180,130,10,70,30,10,10,20,40,40,150,40,60,50,80,120,100,210,150,150,250,240,230,160,180,200,60,20,20,10,0,40,40,10,80,130,80,170,70,90,120,260,90,230,140,170,110,250,170,110,80,20,10,20,10,20,20,40,40,50,70,90,110,130,160,170,160,230,130,150,130,180,110,50,40,110,10,10,0,20,60,60,20,70,120,160,190,80,110,220,110,180,190,160,90,170,170,130]},{"name":"Search","color":"#F5BD25","values":[20,20,20,0,20,310,350,150,290,250,180,410,330,440,160,270,200,230,140,300,80,150,170,170,40,20,190,0,0,0,60,360,230,240,340,430,220,290,230,320,210,240,120,450,260,330,150,380,100,50,10,20,0,60,20,270,140,480,180,160,570,130,330,280,330,230,220,230,430,210,210,120,40,0,20,0,10,210,230,180,140,110,170,420,280,140,130,200,110,310,200,230,340,170,120,30,30,70,20,20,30,40,280,220,280,170,160,270,210,130,690,830,470,330,230,170,280,320,70,160,40,10,10,20,10,140,170,100,90,180,130,330,170,250,80,160,140,240,270,340,210,230,110,130,40,0,0,0,0,130,350,220,230,190,210,210,130,350,320,300,140,430,540,160,230,250,140,100]},{"name":"Other","color":"#F79E39","values":[70,60,20,0,20,120,170,200,210,210,280,430,290,470,430,280,320,270,290,320,370,250,270,160,90,80,60,20,30,10,20,130,250,320,270,390,290,420,230,270,250,310,300,380,210,290,220,300,120,60,20,40,10,20,30,120,220,220,380,430,280,220,270,180,270,340,260,260,310,340,260,300,120,110,10,10,20,10,110,100,140,270,250,260,320,260,400,370,240,280,290,500,370,310,240,170,60,20,10,10,30,60,130,140,170,190,290,320,340,310,320,220,190,330,530,310,360,420,230,190,110,70,0,10,10,70,160,230,180,220,270,310,340,260,220,330,380,260,380,240,370,380,310,150,120,60,20,20,30,50,110,170,200,230,240,280,280,380,300,400,230,270,360,360,370,350,350,160]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,10,0,10,0,0,10,10,0,10,0,20,30,20,0,20,30,0,0,0,0,0,0,0,0,0,20,20,0,20,0,20,0,10,10,10,10,0,10,10,0,10,0,0,0,0,0,0,0,10,0,10,10,30,10,10,0,30,50,0,0,0,10,10,0,10,0,0,0,0,0,0,0,0,10,0,20,10,0,30,20,10,0,0,30,0,0,0,0,10,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,20,0,0,10,10,0,0,0,0,0,0,0,0,0,0,10,0,10,10,20,10,0,0,0,20,10,10,0,20,0,0,0,0,0,0,0,0,0,0,10,10,0,20,0,0,10,0,10,10,10,10,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/11.json b/dist/chartDummyData/views_zoom/2018-12/11.json new file mode 100644 index 000000000..c56f6b4bf --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/11.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1544227200000,1544230800000,1544234400000,1544238000000,1544241600000,1544245200000,1544248800000,1544252400000,1544256000000,1544259600000,1544263200000,1544266800000,1544270400000,1544274000000,1544277600000,1544281200000,1544284800000,1544288400000,1544292000000,1544295600000,1544299200000,1544302800000,1544306400000,1544310000000,1544313600000,1544317200000,1544320800000,1544324400000,1544328000000,1544331600000,1544335200000,1544338800000,1544342400000,1544346000000,1544349600000,1544353200000,1544356800000,1544360400000,1544364000000,1544367600000,1544371200000,1544374800000,1544378400000,1544382000000,1544385600000,1544389200000,1544392800000,1544396400000,1544400000000,1544403600000,1544407200000,1544410800000,1544414400000,1544418000000,1544421600000,1544425200000,1544428800000,1544432400000,1544436000000,1544439600000,1544443200000,1544446800000,1544450400000,1544454000000,1544457600000,1544461200000,1544464800000,1544468400000,1544472000000,1544475600000,1544479200000,1544482800000,1544486400000,1544490000000,1544493600000,1544497200000,1544500800000,1544504400000,1544508000000,1544511600000,1544515200000,1544518800000,1544522400000,1544526000000,1544529600000,1544533200000,1544536800000,1544540400000,1544544000000,1544547600000,1544551200000,1544554800000,1544558400000,1544562000000,1544565600000,1544569200000,1544572800000,1544576400000,1544580000000,1544583600000,1544587200000,1544590800000,1544594400000,1544598000000,1544601600000,1544605200000,1544608800000,1544612400000,1544616000000,1544619600000,1544623200000,1544626800000,1544630400000,1544634000000,1544637600000,1544641200000,1544644800000,1544648400000,1544652000000,1544655600000,1544659200000,1544662800000,1544666400000,1544670000000,1544673600000,1544677200000,1544680800000,1544684400000,1544688000000,1544691600000,1544695200000,1544698800000,1544702400000,1544706000000,1544709600000,1544713200000,1544716800000,1544720400000,1544724000000,1544727600000,1544731200000,1544734800000,1544738400000,1544742000000,1544745600000,1544749200000,1544752800000,1544756400000,1544760000000,1544763600000,1544767200000,1544770800000,1544774400000,1544778000000,1544781600000,1544785200000,1544788800000,1544792400000,1544796000000,1544799600000,1544803200000,1544806800000,1544810400000,1544814000000,1544817600000,1544821200000,1544824800000,1544828400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[580,330,220,100,80,170,370,890,1140,1540,2020,2520,2500,2790,1950,2330,1810,1980,2420,2100,2160,2000,1650,1190,960,350,170,170,20,60,200,560,1250,1480,2210,3090,2090,2660,2690,2110,2770,2960,2420,2410,2600,2790,2160,1170,600,200,140,40,80,240,580,830,1370,1360,1990,1650,1860,2360,1990,2590,2170,2740,2650,2720,2960,2650,2160,1440,400,220,60,50,50,230,530,1010,1230,1240,1780,2060,2090,2010,1830,2010,2200,2140,2630,2600,2590,2160,1770,1150,480,230,100,40,80,190,640,880,1440,1660,1500,1800,1790,1780,2070,2210,2100,2190,2430,1910,2810,2060,1910,1210,660,260,130,100,100,380,590,1030,1500,1320,1760,1850,2240,2120,2340,2290,2080,2220,2230,2470,2560,2270,1720,1050,530,200,210,40,160,260,640,850,1390,1630,1670,1890,1790,1600,2270,1940,1790,2040,2290,2360,2520,1860,1610,1400]},{"name":"URL","color":"#2373DB","values":[610,330,170,50,40,20,130,220,630,1150,1430,2010,1430,1400,1660,1530,1730,1610,1800,1600,1430,1100,980,540,620,520,100,40,30,20,70,210,490,930,1360,1810,1470,1500,1450,1370,1590,1770,1800,1820,1890,1540,1220,1050,370,380,50,0,10,80,340,730,1050,1290,1640,1630,2060,1880,1660,1960,2220,2390,2340,2400,2510,1560,1230,560,350,230,70,30,0,80,430,680,960,1060,1420,1980,1980,1900,1770,1930,2240,3080,3070,2250,2160,1560,1350,880,320,190,100,70,50,70,310,660,1040,1540,1570,1530,1840,1970,1900,1800,2330,2740,2550,2270,2360,1920,1580,900,280,210,60,40,50,120,410,860,900,1130,1900,1820,2190,1850,1890,2300,2150,2540,2600,2300,2310,1930,1430,640,540,200,90,30,40,80,430,750,1070,1100,1400,1820,1710,1860,2130,1960,2120,2670,2610,1980,2130,1520,1190,1120]},{"name":"Groups","color":"#9ED448","values":[1080,510,230,70,110,80,260,560,1010,1440,1370,1310,1370,1710,1660,1250,1430,1610,1530,1470,1610,1840,1870,1610,1180,790,380,120,70,30,180,440,950,1170,1530,1720,1390,1640,1760,1380,1480,1720,2150,1940,2470,3300,3230,1660,850,500,100,50,110,350,640,1130,860,1310,1690,1440,1890,1650,2350,1920,1410,2230,1810,2070,2970,3760,2880,1570,540,490,130,70,50,310,870,1020,1180,1810,1200,1660,1680,1670,1700,1240,1560,1700,2070,1860,2570,3220,2810,1840,650,210,110,200,100,370,790,1050,1390,1250,1130,1210,1630,1830,1960,1590,1830,2220,1970,2180,2010,2960,2730,1700,700,200,40,40,70,470,710,700,1090,1090,1230,1340,1490,1870,1430,1460,1460,1920,1920,2130,2510,3170,2830,1480,820,350,80,90,60,400,770,1130,1160,1180,1250,1580,1810,1960,1520,1760,1930,1680,1700,2020,2190,2100,2350,1610]},{"name":"Channel","color":"#4fae4e","values":[30,100,20,0,10,10,30,70,40,80,200,140,100,90,220,140,50,160,120,80,210,120,80,100,250,20,50,0,10,0,10,50,60,120,80,150,130,250,190,120,150,260,210,160,190,150,180,130,10,70,30,10,10,20,40,40,150,40,60,50,80,120,100,210,150,150,250,240,230,160,180,200,60,20,20,10,0,40,40,10,80,130,80,170,70,90,120,260,90,230,140,170,110,250,170,110,80,20,10,20,10,20,20,40,40,50,70,90,110,130,160,170,160,230,130,150,130,180,110,50,40,110,10,10,0,20,60,60,20,70,120,160,190,80,110,220,110,180,190,160,90,170,170,130,30,10,30,0,20,10,80,80,100,50,90,110,50,110,180,130,120,240,210,140,250,150,160,50]},{"name":"Search","color":"#F5BD25","values":[40,20,190,0,0,0,60,360,230,240,340,430,220,290,230,320,210,240,120,450,260,330,150,380,100,50,10,20,0,60,20,270,140,480,180,160,570,130,330,280,330,230,220,230,430,210,210,120,40,0,20,0,10,210,230,180,140,110,170,420,280,140,130,200,110,310,200,230,340,170,120,30,30,70,20,20,30,40,280,220,280,170,160,270,210,130,690,830,470,330,230,170,280,320,70,160,40,10,10,20,10,140,170,100,90,180,130,330,170,250,80,160,140,240,270,340,210,230,110,130,40,0,0,0,0,130,350,220,230,190,210,210,130,350,320,300,140,430,540,160,230,250,140,100,140,0,20,0,40,110,260,320,170,90,180,380,390,280,200,90,250,160,230,240,380,430,90,80]},{"name":"Other","color":"#F79E39","values":[90,80,60,20,30,10,20,130,250,320,270,390,290,420,230,270,250,310,300,380,210,290,220,300,120,60,20,40,10,20,30,120,220,220,380,430,280,220,270,180,270,340,260,260,310,340,260,300,120,110,10,10,20,10,110,100,140,270,250,260,320,260,400,370,240,280,290,500,370,310,240,170,60,20,10,10,30,60,130,140,170,190,290,320,340,310,320,220,190,330,530,310,360,420,230,190,110,70,0,10,10,70,160,230,180,220,270,310,340,260,220,330,380,260,380,240,370,380,310,150,120,60,20,20,30,50,110,170,200,230,240,280,280,380,300,400,230,270,360,360,370,350,350,160,130,40,40,30,20,50,240,210,280,250,240,260,250,260,250,240,250,260,240,340,450,260,260,180]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,20,20,0,20,0,20,0,10,10,10,10,0,10,10,0,10,0,0,0,0,0,0,0,10,0,10,10,30,10,10,0,30,50,0,0,0,10,10,0,10,0,0,0,0,0,0,0,0,10,0,20,10,0,30,20,10,0,0,30,0,0,0,0,10,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,20,0,0,10,10,0,0,0,0,0,0,0,0,0,0,10,0,10,10,20,10,0,0,0,20,10,10,0,20,0,0,0,0,0,0,0,0,0,0,10,10,0,20,0,0,10,0,10,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,30,20,0,0,20,10,20,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/12.json b/dist/chartDummyData/views_zoom/2018-12/12.json new file mode 100644 index 000000000..7fd43be2d --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/12.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1544313600000,1544317200000,1544320800000,1544324400000,1544328000000,1544331600000,1544335200000,1544338800000,1544342400000,1544346000000,1544349600000,1544353200000,1544356800000,1544360400000,1544364000000,1544367600000,1544371200000,1544374800000,1544378400000,1544382000000,1544385600000,1544389200000,1544392800000,1544396400000,1544400000000,1544403600000,1544407200000,1544410800000,1544414400000,1544418000000,1544421600000,1544425200000,1544428800000,1544432400000,1544436000000,1544439600000,1544443200000,1544446800000,1544450400000,1544454000000,1544457600000,1544461200000,1544464800000,1544468400000,1544472000000,1544475600000,1544479200000,1544482800000,1544486400000,1544490000000,1544493600000,1544497200000,1544500800000,1544504400000,1544508000000,1544511600000,1544515200000,1544518800000,1544522400000,1544526000000,1544529600000,1544533200000,1544536800000,1544540400000,1544544000000,1544547600000,1544551200000,1544554800000,1544558400000,1544562000000,1544565600000,1544569200000,1544572800000,1544576400000,1544580000000,1544583600000,1544587200000,1544590800000,1544594400000,1544598000000,1544601600000,1544605200000,1544608800000,1544612400000,1544616000000,1544619600000,1544623200000,1544626800000,1544630400000,1544634000000,1544637600000,1544641200000,1544644800000,1544648400000,1544652000000,1544655600000,1544659200000,1544662800000,1544666400000,1544670000000,1544673600000,1544677200000,1544680800000,1544684400000,1544688000000,1544691600000,1544695200000,1544698800000,1544702400000,1544706000000,1544709600000,1544713200000,1544716800000,1544720400000,1544724000000,1544727600000,1544731200000,1544734800000,1544738400000,1544742000000,1544745600000,1544749200000,1544752800000,1544756400000,1544760000000,1544763600000,1544767200000,1544770800000,1544774400000,1544778000000,1544781600000,1544785200000,1544788800000,1544792400000,1544796000000,1544799600000,1544803200000,1544806800000,1544810400000,1544814000000,1544817600000,1544821200000,1544824800000,1544828400000,1544832000000,1544835600000,1544839200000,1544842800000,1544846400000,1544850000000,1544853600000,1544857200000,1544860800000,1544864400000,1544868000000,1544871600000,1544875200000,1544878800000,1544882400000,1544886000000,1544889600000,1544893200000,1544896800000,1544900400000,1544904000000,1544907600000,1544911200000,1544914800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[960,350,170,170,20,60,200,560,1250,1480,2210,3090,2090,2660,2690,2110,2770,2960,2420,2410,2600,2790,2160,1170,600,200,140,40,80,240,580,830,1370,1360,1990,1650,1860,2360,1990,2590,2170,2740,2650,2720,2960,2650,2160,1440,400,220,60,50,50,230,530,1010,1230,1240,1780,2060,2090,2010,1830,2010,2200,2140,2630,2600,2590,2160,1770,1150,480,230,100,40,80,190,640,880,1440,1660,1500,1800,1790,1780,2070,2210,2100,2190,2430,1910,2810,2060,1910,1210,660,260,130,100,100,380,590,1030,1500,1320,1760,1850,2240,2120,2340,2290,2080,2220,2230,2470,2560,2270,1720,1050,530,200,210,40,160,260,640,850,1390,1630,1670,1890,1790,1600,2270,1940,1790,2040,2290,2360,2520,1860,1610,1400,810,330,200,40,100,170,280,950,1050,1600,1780,2070,1900,2240,2280,2040,2080,2460,2190,1730,2300,1940,1540,1230]},{"name":"URL","color":"#2373DB","values":[620,520,100,40,30,20,70,210,490,930,1360,1810,1470,1500,1450,1370,1590,1770,1800,1820,1890,1540,1220,1050,370,380,50,0,10,80,340,730,1050,1290,1640,1630,2060,1880,1660,1960,2220,2390,2340,2400,2510,1560,1230,560,350,230,70,30,0,80,430,680,960,1060,1420,1980,1980,1900,1770,1930,2240,3080,3070,2250,2160,1560,1350,880,320,190,100,70,50,70,310,660,1040,1540,1570,1530,1840,1970,1900,1800,2330,2740,2550,2270,2360,1920,1580,900,280,210,60,40,50,120,410,860,900,1130,1900,1820,2190,1850,1890,2300,2150,2540,2600,2300,2310,1930,1430,640,540,200,90,30,40,80,430,750,1070,1100,1400,1820,1710,1860,2130,1960,2120,2670,2610,1980,2130,1520,1190,1120,480,130,90,20,60,50,90,650,960,1240,1930,1840,1690,1390,1870,1670,2050,2170,2060,1690,1630,1390,900,680]},{"name":"Groups","color":"#9ED448","values":[1180,790,380,120,70,30,180,440,950,1170,1530,1720,1390,1640,1760,1380,1480,1720,2150,1940,2470,3300,3230,1660,850,500,100,50,110,350,640,1130,860,1310,1690,1440,1890,1650,2350,1920,1410,2230,1810,2070,2970,3760,2880,1570,540,490,130,70,50,310,870,1020,1180,1810,1200,1660,1680,1670,1700,1240,1560,1700,2070,1860,2570,3220,2810,1840,650,210,110,200,100,370,790,1050,1390,1250,1130,1210,1630,1830,1960,1590,1830,2220,1970,2180,2010,2960,2730,1700,700,200,40,40,70,470,710,700,1090,1090,1230,1340,1490,1870,1430,1460,1460,1920,1920,2130,2510,3170,2830,1480,820,350,80,90,60,400,770,1130,1160,1180,1250,1580,1810,1960,1520,1760,1930,1680,1700,2020,2190,2100,2350,1610,780,570,130,100,50,110,500,630,1190,1310,1290,1500,1720,1870,1660,1230,1540,1620,1980,1960,1880,1860,2230,2090]},{"name":"Channel","color":"#4fae4e","values":[250,20,50,0,10,0,10,50,60,120,80,150,130,250,190,120,150,260,210,160,190,150,180,130,10,70,30,10,10,20,40,40,150,40,60,50,80,120,100,210,150,150,250,240,230,160,180,200,60,20,20,10,0,40,40,10,80,130,80,170,70,90,120,260,90,230,140,170,110,250,170,110,80,20,10,20,10,20,20,40,40,50,70,90,110,130,160,170,160,230,130,150,130,180,110,50,40,110,10,10,0,20,60,60,20,70,120,160,190,80,110,220,110,180,190,160,90,170,170,130,30,10,30,0,20,10,80,80,100,50,90,110,50,110,180,130,120,240,210,140,250,150,160,50,320,40,20,0,0,0,80,80,40,110,120,50,90,190,170,170,130,220,80,50,210,70,140,70]},{"name":"Search","color":"#F5BD25","values":[100,50,10,20,0,60,20,270,140,480,180,160,570,130,330,280,330,230,220,230,430,210,210,120,40,0,20,0,10,210,230,180,140,110,170,420,280,140,130,200,110,310,200,230,340,170,120,30,30,70,20,20,30,40,280,220,280,170,160,270,210,130,690,830,470,330,230,170,280,320,70,160,40,10,10,20,10,140,170,100,90,180,130,330,170,250,80,160,140,240,270,340,210,230,110,130,40,0,0,0,0,130,350,220,230,190,210,210,130,350,320,300,140,430,540,160,230,250,140,100,140,0,20,0,40,110,260,320,170,90,180,380,390,280,200,90,250,160,230,240,380,430,90,80,160,20,20,0,10,20,70,230,200,150,280,700,200,440,230,100,320,250,390,610,180,200,80,150]},{"name":"Other","color":"#F79E39","values":[120,60,20,40,10,20,30,120,220,220,380,430,280,220,270,180,270,340,260,260,310,340,260,300,120,110,10,10,20,10,110,100,140,270,250,260,320,260,400,370,240,280,290,500,370,310,240,170,60,20,10,10,30,60,130,140,170,190,290,320,340,310,320,220,190,330,530,310,360,420,230,190,110,70,0,10,10,70,160,230,180,220,270,310,340,260,220,330,380,260,380,240,370,380,310,150,120,60,20,20,30,50,110,170,200,230,240,280,280,380,300,400,230,270,360,360,370,350,350,160,130,40,40,30,20,50,240,210,280,250,240,260,250,260,250,240,250,260,240,340,450,260,260,180,140,50,40,20,20,10,80,110,180,480,320,250,310,420,170,250,360,300,190,230,290,290,170,70]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,10,10,30,10,10,0,30,50,0,0,0,10,10,0,10,0,0,0,0,0,0,0,0,10,0,20,10,0,30,20,10,0,0,30,0,0,0,0,10,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,20,0,0,10,10,0,0,0,0,0,0,0,0,0,0,10,0,10,10,20,10,0,0,0,20,10,10,0,20,0,0,0,0,0,0,0,0,0,0,10,10,0,20,0,0,10,0,10,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,30,20,0,0,20,10,20,0,20,0,0,0,0,0,0,0,0,0,0,20,40,10,10,20,10,0,10,10,0,10,0,20]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/13.json b/dist/chartDummyData/views_zoom/2018-12/13.json new file mode 100644 index 000000000..b12d16ed1 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/13.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1544400000000,1544403600000,1544407200000,1544410800000,1544414400000,1544418000000,1544421600000,1544425200000,1544428800000,1544432400000,1544436000000,1544439600000,1544443200000,1544446800000,1544450400000,1544454000000,1544457600000,1544461200000,1544464800000,1544468400000,1544472000000,1544475600000,1544479200000,1544482800000,1544486400000,1544490000000,1544493600000,1544497200000,1544500800000,1544504400000,1544508000000,1544511600000,1544515200000,1544518800000,1544522400000,1544526000000,1544529600000,1544533200000,1544536800000,1544540400000,1544544000000,1544547600000,1544551200000,1544554800000,1544558400000,1544562000000,1544565600000,1544569200000,1544572800000,1544576400000,1544580000000,1544583600000,1544587200000,1544590800000,1544594400000,1544598000000,1544601600000,1544605200000,1544608800000,1544612400000,1544616000000,1544619600000,1544623200000,1544626800000,1544630400000,1544634000000,1544637600000,1544641200000,1544644800000,1544648400000,1544652000000,1544655600000,1544659200000,1544662800000,1544666400000,1544670000000,1544673600000,1544677200000,1544680800000,1544684400000,1544688000000,1544691600000,1544695200000,1544698800000,1544702400000,1544706000000,1544709600000,1544713200000,1544716800000,1544720400000,1544724000000,1544727600000,1544731200000,1544734800000,1544738400000,1544742000000,1544745600000,1544749200000,1544752800000,1544756400000,1544760000000,1544763600000,1544767200000,1544770800000,1544774400000,1544778000000,1544781600000,1544785200000,1544788800000,1544792400000,1544796000000,1544799600000,1544803200000,1544806800000,1544810400000,1544814000000,1544817600000,1544821200000,1544824800000,1544828400000,1544832000000,1544835600000,1544839200000,1544842800000,1544846400000,1544850000000,1544853600000,1544857200000,1544860800000,1544864400000,1544868000000,1544871600000,1544875200000,1544878800000,1544882400000,1544886000000,1544889600000,1544893200000,1544896800000,1544900400000,1544904000000,1544907600000,1544911200000,1544914800000,1544918400000,1544922000000,1544925600000,1544929200000,1544932800000,1544936400000,1544940000000,1544943600000,1544947200000,1544950800000,1544954400000,1544958000000,1544961600000,1544965200000,1544968800000,1544972400000,1544976000000,1544979600000,1544983200000,1544986800000,1544990400000,1544994000000,1544997600000,1545001200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[600,200,140,40,80,240,580,830,1370,1360,1990,1650,1860,2360,1990,2590,2170,2740,2650,2720,2960,2650,2160,1440,400,220,60,50,50,230,530,1010,1230,1240,1780,2060,2090,2010,1830,2010,2200,2140,2630,2600,2590,2160,1770,1150,480,230,100,40,80,190,640,880,1440,1660,1500,1800,1790,1780,2070,2210,2100,2190,2430,1910,2810,2060,1910,1210,660,260,130,100,100,380,590,1030,1500,1320,1760,1850,2240,2120,2340,2290,2080,2220,2230,2470,2560,2270,1720,1050,530,200,210,40,160,260,640,850,1390,1630,1670,1890,1790,1600,2270,1940,1790,2040,2290,2360,2520,1860,1610,1400,810,330,200,40,100,170,280,950,1050,1600,1780,2070,1900,2240,2280,2040,2080,2460,2190,1730,2300,1940,1540,1230,1070,510,270,90,70,100,340,460,1060,1570,2190,2130,2080,2060,1870,1960,1610,2300,2020,2230,2480,2590,2220,1450]},{"name":"URL","color":"#2373DB","values":[370,380,50,0,10,80,340,730,1050,1290,1640,1630,2060,1880,1660,1960,2220,2390,2340,2400,2510,1560,1230,560,350,230,70,30,0,80,430,680,960,1060,1420,1980,1980,1900,1770,1930,2240,3080,3070,2250,2160,1560,1350,880,320,190,100,70,50,70,310,660,1040,1540,1570,1530,1840,1970,1900,1800,2330,2740,2550,2270,2360,1920,1580,900,280,210,60,40,50,120,410,860,900,1130,1900,1820,2190,1850,1890,2300,2150,2540,2600,2300,2310,1930,1430,640,540,200,90,30,40,80,430,750,1070,1100,1400,1820,1710,1860,2130,1960,2120,2670,2610,1980,2130,1520,1190,1120,480,130,90,20,60,50,90,650,960,1240,1930,1840,1690,1390,1870,1670,2050,2170,2060,1690,1630,1390,900,680,350,270,160,210,140,100,110,220,520,780,1390,1920,1470,1410,1790,1270,1900,1980,2180,1770,1710,1250,1400,880]},{"name":"Groups","color":"#9ED448","values":[850,500,100,50,110,350,640,1130,860,1310,1690,1440,1890,1650,2350,1920,1410,2230,1810,2070,2970,3760,2880,1570,540,490,130,70,50,310,870,1020,1180,1810,1200,1660,1680,1670,1700,1240,1560,1700,2070,1860,2570,3220,2810,1840,650,210,110,200,100,370,790,1050,1390,1250,1130,1210,1630,1830,1960,1590,1830,2220,1970,2180,2010,2960,2730,1700,700,200,40,40,70,470,710,700,1090,1090,1230,1340,1490,1870,1430,1460,1460,1920,1920,2130,2510,3170,2830,1480,820,350,80,90,60,400,770,1130,1160,1180,1250,1580,1810,1960,1520,1760,1930,1680,1700,2020,2190,2100,2350,1610,780,570,130,100,50,110,500,630,1190,1310,1290,1500,1720,1870,1660,1230,1540,1620,1980,1960,1880,1860,2230,2090,940,460,450,180,80,150,80,600,1100,1090,1480,1690,1460,1180,1570,1690,1150,1770,1640,1690,2040,2670,2690,1770]},{"name":"Channel","color":"#4fae4e","values":[10,70,30,10,10,20,40,40,150,40,60,50,80,120,100,210,150,150,250,240,230,160,180,200,60,20,20,10,0,40,40,10,80,130,80,170,70,90,120,260,90,230,140,170,110,250,170,110,80,20,10,20,10,20,20,40,40,50,70,90,110,130,160,170,160,230,130,150,130,180,110,50,40,110,10,10,0,20,60,60,20,70,120,160,190,80,110,220,110,180,190,160,90,170,170,130,30,10,30,0,20,10,80,80,100,50,90,110,50,110,180,130,120,240,210,140,250,150,160,50,320,40,20,0,0,0,80,80,40,110,120,50,90,190,170,170,130,220,80,50,210,70,140,70,100,10,10,10,0,10,10,100,110,110,100,200,180,270,120,150,170,90,210,230,220,260,170,130]},{"name":"Search","color":"#F5BD25","values":[40,0,20,0,10,210,230,180,140,110,170,420,280,140,130,200,110,310,200,230,340,170,120,30,30,70,20,20,30,40,280,220,280,170,160,270,210,130,690,830,470,330,230,170,280,320,70,160,40,10,10,20,10,140,170,100,90,180,130,330,170,250,80,160,140,240,270,340,210,230,110,130,40,0,0,0,0,130,350,220,230,190,210,210,130,350,320,300,140,430,540,160,230,250,140,100,140,0,20,0,40,110,260,320,170,90,180,380,390,280,200,90,250,160,230,240,380,430,90,80,160,20,20,0,10,20,70,230,200,150,280,700,200,440,230,100,320,250,390,610,180,200,80,150,110,60,70,0,10,20,50,190,150,110,250,310,280,580,210,290,120,230,180,280,230,210,160,490]},{"name":"Other","color":"#F79E39","values":[120,110,10,10,20,10,110,100,140,270,250,260,320,260,400,370,240,280,290,500,370,310,240,170,60,20,10,10,30,60,130,140,170,190,290,320,340,310,320,220,190,330,530,310,360,420,230,190,110,70,0,10,10,70,160,230,180,220,270,310,340,260,220,330,380,260,380,240,370,380,310,150,120,60,20,20,30,50,110,170,200,230,240,280,280,380,300,400,230,270,360,360,370,350,350,160,130,40,40,30,20,50,240,210,280,250,240,260,250,260,250,240,250,260,240,340,450,260,260,180,140,50,40,20,20,10,80,110,180,480,320,250,310,420,170,250,360,300,190,230,290,290,170,70,150,50,50,30,0,20,60,120,180,380,330,230,330,300,380,320,180,220,250,390,350,300,250,280]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,20,10,0,30,20,10,0,0,30,0,0,0,0,10,0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,20,0,0,10,10,0,0,0,0,0,0,0,0,0,0,10,0,10,10,20,10,0,0,0,20,10,10,0,20,0,0,0,0,0,0,0,0,0,0,10,10,0,20,0,0,10,0,10,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,30,20,0,0,20,10,20,0,20,0,0,0,0,0,0,0,0,0,0,20,40,10,10,20,10,0,10,10,0,10,0,20,0,0,10,0,0,0,0,10,10,0,20,10,0,20,10,0,0,0,10,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/14.json b/dist/chartDummyData/views_zoom/2018-12/14.json new file mode 100644 index 000000000..96514fde3 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/14.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1544486400000,1544490000000,1544493600000,1544497200000,1544500800000,1544504400000,1544508000000,1544511600000,1544515200000,1544518800000,1544522400000,1544526000000,1544529600000,1544533200000,1544536800000,1544540400000,1544544000000,1544547600000,1544551200000,1544554800000,1544558400000,1544562000000,1544565600000,1544569200000,1544572800000,1544576400000,1544580000000,1544583600000,1544587200000,1544590800000,1544594400000,1544598000000,1544601600000,1544605200000,1544608800000,1544612400000,1544616000000,1544619600000,1544623200000,1544626800000,1544630400000,1544634000000,1544637600000,1544641200000,1544644800000,1544648400000,1544652000000,1544655600000,1544659200000,1544662800000,1544666400000,1544670000000,1544673600000,1544677200000,1544680800000,1544684400000,1544688000000,1544691600000,1544695200000,1544698800000,1544702400000,1544706000000,1544709600000,1544713200000,1544716800000,1544720400000,1544724000000,1544727600000,1544731200000,1544734800000,1544738400000,1544742000000,1544745600000,1544749200000,1544752800000,1544756400000,1544760000000,1544763600000,1544767200000,1544770800000,1544774400000,1544778000000,1544781600000,1544785200000,1544788800000,1544792400000,1544796000000,1544799600000,1544803200000,1544806800000,1544810400000,1544814000000,1544817600000,1544821200000,1544824800000,1544828400000,1544832000000,1544835600000,1544839200000,1544842800000,1544846400000,1544850000000,1544853600000,1544857200000,1544860800000,1544864400000,1544868000000,1544871600000,1544875200000,1544878800000,1544882400000,1544886000000,1544889600000,1544893200000,1544896800000,1544900400000,1544904000000,1544907600000,1544911200000,1544914800000,1544918400000,1544922000000,1544925600000,1544929200000,1544932800000,1544936400000,1544940000000,1544943600000,1544947200000,1544950800000,1544954400000,1544958000000,1544961600000,1544965200000,1544968800000,1544972400000,1544976000000,1544979600000,1544983200000,1544986800000,1544990400000,1544994000000,1544997600000,1545001200000,1545004800000,1545008400000,1545012000000,1545015600000,1545019200000,1545022800000,1545026400000,1545030000000,1545033600000,1545037200000,1545040800000,1545044400000,1545048000000,1545051600000,1545055200000,1545058800000,1545062400000,1545066000000,1545069600000,1545073200000,1545076800000,1545080400000,1545084000000,1545087600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[400,220,60,50,50,230,530,1010,1230,1240,1780,2060,2090,2010,1830,2010,2200,2140,2630,2600,2590,2160,1770,1150,480,230,100,40,80,190,640,880,1440,1660,1500,1800,1790,1780,2070,2210,2100,2190,2430,1910,2810,2060,1910,1210,660,260,130,100,100,380,590,1030,1500,1320,1760,1850,2240,2120,2340,2290,2080,2220,2230,2470,2560,2270,1720,1050,530,200,210,40,160,260,640,850,1390,1630,1670,1890,1790,1600,2270,1940,1790,2040,2290,2360,2520,1860,1610,1400,810,330,200,40,100,170,280,950,1050,1600,1780,2070,1900,2240,2280,2040,2080,2460,2190,1730,2300,1940,1540,1230,1070,510,270,90,70,100,340,460,1060,1570,2190,2130,2080,2060,1870,1960,1610,2300,2020,2230,2480,2590,2220,1450,610,390,160,30,10,220,670,1030,1290,1690,1720,1920,2030,2080,2090,2100,1950,2250,2470,2590,2940,2510,1920,1090]},{"name":"URL","color":"#2373DB","values":[350,230,70,30,0,80,430,680,960,1060,1420,1980,1980,1900,1770,1930,2240,3080,3070,2250,2160,1560,1350,880,320,190,100,70,50,70,310,660,1040,1540,1570,1530,1840,1970,1900,1800,2330,2740,2550,2270,2360,1920,1580,900,280,210,60,40,50,120,410,860,900,1130,1900,1820,2190,1850,1890,2300,2150,2540,2600,2300,2310,1930,1430,640,540,200,90,30,40,80,430,750,1070,1100,1400,1820,1710,1860,2130,1960,2120,2670,2610,1980,2130,1520,1190,1120,480,130,90,20,60,50,90,650,960,1240,1930,1840,1690,1390,1870,1670,2050,2170,2060,1690,1630,1390,900,680,350,270,160,210,140,100,110,220,520,780,1390,1920,1470,1410,1790,1270,1900,1980,2180,1770,1710,1250,1400,880,350,110,10,50,30,60,320,610,990,1260,1550,1570,1730,2110,1740,1800,2210,2380,2460,2490,1800,1770,1340,870]},{"name":"Groups","color":"#9ED448","values":[540,490,130,70,50,310,870,1020,1180,1810,1200,1660,1680,1670,1700,1240,1560,1700,2070,1860,2570,3220,2810,1840,650,210,110,200,100,370,790,1050,1390,1250,1130,1210,1630,1830,1960,1590,1830,2220,1970,2180,2010,2960,2730,1700,700,200,40,40,70,470,710,700,1090,1090,1230,1340,1490,1870,1430,1460,1460,1920,1920,2130,2510,3170,2830,1480,820,350,80,90,60,400,770,1130,1160,1180,1250,1580,1810,1960,1520,1760,1930,1680,1700,2020,2190,2100,2350,1610,780,570,130,100,50,110,500,630,1190,1310,1290,1500,1720,1870,1660,1230,1540,1620,1980,1960,1880,1860,2230,2090,940,460,450,180,80,150,80,600,1100,1090,1480,1690,1460,1180,1570,1690,1150,1770,1640,1690,2040,2670,2690,1770,970,480,80,50,60,190,680,920,1410,1050,1420,1640,1640,1660,1420,1670,1910,1700,1690,1990,2670,2860,2450,2020]},{"name":"Channel","color":"#4fae4e","values":[60,20,20,10,0,40,40,10,80,130,80,170,70,90,120,260,90,230,140,170,110,250,170,110,80,20,10,20,10,20,20,40,40,50,70,90,110,130,160,170,160,230,130,150,130,180,110,50,40,110,10,10,0,20,60,60,20,70,120,160,190,80,110,220,110,180,190,160,90,170,170,130,30,10,30,0,20,10,80,80,100,50,90,110,50,110,180,130,120,240,210,140,250,150,160,50,320,40,20,0,0,0,80,80,40,110,120,50,90,190,170,170,130,220,80,50,210,70,140,70,100,10,10,10,0,10,10,100,110,110,100,200,180,270,120,150,170,90,210,230,220,260,170,130,120,50,10,20,10,10,0,60,60,110,220,120,30,220,210,130,170,170,220,290,110,240,180,70]},{"name":"Search","color":"#F5BD25","values":[30,70,20,20,30,40,280,220,280,170,160,270,210,130,690,830,470,330,230,170,280,320,70,160,40,10,10,20,10,140,170,100,90,180,130,330,170,250,80,160,140,240,270,340,210,230,110,130,40,0,0,0,0,130,350,220,230,190,210,210,130,350,320,300,140,430,540,160,230,250,140,100,140,0,20,0,40,110,260,320,170,90,180,380,390,280,200,90,250,160,230,240,380,430,90,80,160,20,20,0,10,20,70,230,200,150,280,700,200,440,230,100,320,250,390,610,180,200,80,150,110,60,70,0,10,20,50,190,150,110,250,310,280,580,210,290,120,230,180,280,230,210,160,490,40,20,10,0,10,30,230,170,280,200,240,620,230,110,170,110,110,230,440,120,230,200,140,410]},{"name":"Other","color":"#F79E39","values":[60,20,10,10,30,60,130,140,170,190,290,320,340,310,320,220,190,330,530,310,360,420,230,190,110,70,0,10,10,70,160,230,180,220,270,310,340,260,220,330,380,260,380,240,370,380,310,150,120,60,20,20,30,50,110,170,200,230,240,280,280,380,300,400,230,270,360,360,370,350,350,160,130,40,40,30,20,50,240,210,280,250,240,260,250,260,250,240,250,260,240,340,450,260,260,180,140,50,40,20,20,10,80,110,180,480,320,250,310,420,170,250,360,300,190,230,290,290,170,70,150,50,50,30,0,20,60,120,180,380,330,230,330,300,380,320,180,220,250,390,350,300,250,280,70,20,20,10,0,30,100,140,170,280,170,200,340,320,280,260,420,400,390,320,370,290,270,160]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,10,10,0,0,0,0,0,0,20,0,0,10,10,0,0,0,0,0,0,0,0,0,0,10,0,10,10,20,10,0,0,0,20,10,10,0,20,0,0,0,0,0,0,0,0,0,0,10,10,0,20,0,0,10,0,10,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,30,20,0,0,20,10,20,0,20,0,0,0,0,0,0,0,0,0,0,20,40,10,10,20,10,0,10,10,0,10,0,20,0,0,10,0,0,0,0,10,10,0,20,10,0,20,10,0,0,0,10,0,0,0,0,0,20,0,0,0,0,10,0,10,10,10,0,0,0,0,0,30,10,0,0,20,10,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/15.json b/dist/chartDummyData/views_zoom/2018-12/15.json new file mode 100644 index 000000000..ea198ef4e --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/15.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1544572800000,1544576400000,1544580000000,1544583600000,1544587200000,1544590800000,1544594400000,1544598000000,1544601600000,1544605200000,1544608800000,1544612400000,1544616000000,1544619600000,1544623200000,1544626800000,1544630400000,1544634000000,1544637600000,1544641200000,1544644800000,1544648400000,1544652000000,1544655600000,1544659200000,1544662800000,1544666400000,1544670000000,1544673600000,1544677200000,1544680800000,1544684400000,1544688000000,1544691600000,1544695200000,1544698800000,1544702400000,1544706000000,1544709600000,1544713200000,1544716800000,1544720400000,1544724000000,1544727600000,1544731200000,1544734800000,1544738400000,1544742000000,1544745600000,1544749200000,1544752800000,1544756400000,1544760000000,1544763600000,1544767200000,1544770800000,1544774400000,1544778000000,1544781600000,1544785200000,1544788800000,1544792400000,1544796000000,1544799600000,1544803200000,1544806800000,1544810400000,1544814000000,1544817600000,1544821200000,1544824800000,1544828400000,1544832000000,1544835600000,1544839200000,1544842800000,1544846400000,1544850000000,1544853600000,1544857200000,1544860800000,1544864400000,1544868000000,1544871600000,1544875200000,1544878800000,1544882400000,1544886000000,1544889600000,1544893200000,1544896800000,1544900400000,1544904000000,1544907600000,1544911200000,1544914800000,1544918400000,1544922000000,1544925600000,1544929200000,1544932800000,1544936400000,1544940000000,1544943600000,1544947200000,1544950800000,1544954400000,1544958000000,1544961600000,1544965200000,1544968800000,1544972400000,1544976000000,1544979600000,1544983200000,1544986800000,1544990400000,1544994000000,1544997600000,1545001200000,1545004800000,1545008400000,1545012000000,1545015600000,1545019200000,1545022800000,1545026400000,1545030000000,1545033600000,1545037200000,1545040800000,1545044400000,1545048000000,1545051600000,1545055200000,1545058800000,1545062400000,1545066000000,1545069600000,1545073200000,1545076800000,1545080400000,1545084000000,1545087600000,1545091200000,1545094800000,1545098400000,1545102000000,1545105600000,1545109200000,1545112800000,1545116400000,1545120000000,1545123600000,1545127200000,1545130800000,1545134400000,1545138000000,1545141600000,1545145200000,1545148800000,1545152400000,1545156000000,1545159600000,1545163200000,1545166800000,1545170400000,1545174000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[480,230,100,40,80,190,640,880,1440,1660,1500,1800,1790,1780,2070,2210,2100,2190,2430,1910,2810,2060,1910,1210,660,260,130,100,100,380,590,1030,1500,1320,1760,1850,2240,2120,2340,2290,2080,2220,2230,2470,2560,2270,1720,1050,530,200,210,40,160,260,640,850,1390,1630,1670,1890,1790,1600,2270,1940,1790,2040,2290,2360,2520,1860,1610,1400,810,330,200,40,100,170,280,950,1050,1600,1780,2070,1900,2240,2280,2040,2080,2460,2190,1730,2300,1940,1540,1230,1070,510,270,90,70,100,340,460,1060,1570,2190,2130,2080,2060,1870,1960,1610,2300,2020,2230,2480,2590,2220,1450,610,390,160,30,10,220,670,1030,1290,1690,1720,1920,2030,2080,2090,2100,1950,2250,2470,2590,2940,2510,1920,1090,730,290,120,70,140,220,740,730,1470,2160,1890,2040,1960,1840,1990,2090,2700,2200,2320,2490,2910,2530,2270,1400]},{"name":"URL","color":"#2373DB","values":[320,190,100,70,50,70,310,660,1040,1540,1570,1530,1840,1970,1900,1800,2330,2740,2550,2270,2360,1920,1580,900,280,210,60,40,50,120,410,860,900,1130,1900,1820,2190,1850,1890,2300,2150,2540,2600,2300,2310,1930,1430,640,540,200,90,30,40,80,430,750,1070,1100,1400,1820,1710,1860,2130,1960,2120,2670,2610,1980,2130,1520,1190,1120,480,130,90,20,60,50,90,650,960,1240,1930,1840,1690,1390,1870,1670,2050,2170,2060,1690,1630,1390,900,680,350,270,160,210,140,100,110,220,520,780,1390,1920,1470,1410,1790,1270,1900,1980,2180,1770,1710,1250,1400,880,350,110,10,50,30,60,320,610,990,1260,1550,1570,1730,2110,1740,1800,2210,2380,2460,2490,1800,1770,1340,870,430,260,10,0,10,70,380,820,920,1440,1580,1840,2050,2020,1770,2170,2380,3330,2800,2570,1990,1640,1510,720]},{"name":"Groups","color":"#9ED448","values":[650,210,110,200,100,370,790,1050,1390,1250,1130,1210,1630,1830,1960,1590,1830,2220,1970,2180,2010,2960,2730,1700,700,200,40,40,70,470,710,700,1090,1090,1230,1340,1490,1870,1430,1460,1460,1920,1920,2130,2510,3170,2830,1480,820,350,80,90,60,400,770,1130,1160,1180,1250,1580,1810,1960,1520,1760,1930,1680,1700,2020,2190,2100,2350,1610,780,570,130,100,50,110,500,630,1190,1310,1290,1500,1720,1870,1660,1230,1540,1620,1980,1960,1880,1860,2230,2090,940,460,450,180,80,150,80,600,1100,1090,1480,1690,1460,1180,1570,1690,1150,1770,1640,1690,2040,2670,2690,1770,970,480,80,50,60,190,680,920,1410,1050,1420,1640,1640,1660,1420,1670,1910,1700,1690,1990,2670,2860,2450,2020,890,190,120,40,70,410,640,880,1280,1300,1200,1580,1700,1590,1620,1410,1620,1820,1550,2100,2390,3310,2510,1840]},{"name":"Channel","color":"#4fae4e","values":[80,20,10,20,10,20,20,40,40,50,70,90,110,130,160,170,160,230,130,150,130,180,110,50,40,110,10,10,0,20,60,60,20,70,120,160,190,80,110,220,110,180,190,160,90,170,170,130,30,10,30,0,20,10,80,80,100,50,90,110,50,110,180,130,120,240,210,140,250,150,160,50,320,40,20,0,0,0,80,80,40,110,120,50,90,190,170,170,130,220,80,50,210,70,140,70,100,10,10,10,0,10,10,100,110,110,100,200,180,270,120,150,170,90,210,230,220,260,170,130,120,50,10,20,10,10,0,60,60,110,220,120,30,220,210,130,170,170,220,290,110,240,180,70,70,90,0,0,10,0,40,40,20,90,50,140,170,70,170,180,140,110,140,150,200,210,340,310]},{"name":"Search","color":"#F5BD25","values":[40,10,10,20,10,140,170,100,90,180,130,330,170,250,80,160,140,240,270,340,210,230,110,130,40,0,0,0,0,130,350,220,230,190,210,210,130,350,320,300,140,430,540,160,230,250,140,100,140,0,20,0,40,110,260,320,170,90,180,380,390,280,200,90,250,160,230,240,380,430,90,80,160,20,20,0,10,20,70,230,200,150,280,700,200,440,230,100,320,250,390,610,180,200,80,150,110,60,70,0,10,20,50,190,150,110,250,310,280,580,210,290,120,230,180,280,230,210,160,490,40,20,10,0,10,30,230,170,280,200,240,620,230,110,170,110,110,230,440,120,230,200,140,410,190,40,20,10,10,40,210,180,610,370,150,310,700,540,200,230,140,90,290,610,210,250,130,140]},{"name":"Other","color":"#F79E39","values":[110,70,0,10,10,70,160,230,180,220,270,310,340,260,220,330,380,260,380,240,370,380,310,150,120,60,20,20,30,50,110,170,200,230,240,280,280,380,300,400,230,270,360,360,370,350,350,160,130,40,40,30,20,50,240,210,280,250,240,260,250,260,250,240,250,260,240,340,450,260,260,180,140,50,40,20,20,10,80,110,180,480,320,250,310,420,170,250,360,300,190,230,290,290,170,70,150,50,50,30,0,20,60,120,180,380,330,230,330,300,380,320,180,220,250,390,350,300,250,280,70,20,20,10,0,30,100,140,170,280,170,200,340,320,280,260,420,400,390,320,370,290,270,160,90,30,10,10,10,50,150,220,180,250,270,160,250,310,320,240,340,340,260,290,540,350,370,180]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,10,10,20,10,0,0,0,20,10,10,0,20,0,0,0,0,0,0,0,0,0,0,10,10,0,20,0,0,10,0,10,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,30,20,0,0,20,10,20,0,20,0,0,0,0,0,0,0,0,0,0,20,40,10,10,20,10,0,10,10,0,10,0,20,0,0,10,0,0,0,0,10,10,0,20,10,0,20,10,0,0,0,10,0,0,0,0,0,20,0,0,0,0,10,0,10,10,10,0,0,0,0,0,30,10,0,0,20,10,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,10,10,0,10,10,10,30,0,10,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/16.json b/dist/chartDummyData/views_zoom/2018-12/16.json new file mode 100644 index 000000000..af1716d06 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/16.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1544659200000,1544662800000,1544666400000,1544670000000,1544673600000,1544677200000,1544680800000,1544684400000,1544688000000,1544691600000,1544695200000,1544698800000,1544702400000,1544706000000,1544709600000,1544713200000,1544716800000,1544720400000,1544724000000,1544727600000,1544731200000,1544734800000,1544738400000,1544742000000,1544745600000,1544749200000,1544752800000,1544756400000,1544760000000,1544763600000,1544767200000,1544770800000,1544774400000,1544778000000,1544781600000,1544785200000,1544788800000,1544792400000,1544796000000,1544799600000,1544803200000,1544806800000,1544810400000,1544814000000,1544817600000,1544821200000,1544824800000,1544828400000,1544832000000,1544835600000,1544839200000,1544842800000,1544846400000,1544850000000,1544853600000,1544857200000,1544860800000,1544864400000,1544868000000,1544871600000,1544875200000,1544878800000,1544882400000,1544886000000,1544889600000,1544893200000,1544896800000,1544900400000,1544904000000,1544907600000,1544911200000,1544914800000,1544918400000,1544922000000,1544925600000,1544929200000,1544932800000,1544936400000,1544940000000,1544943600000,1544947200000,1544950800000,1544954400000,1544958000000,1544961600000,1544965200000,1544968800000,1544972400000,1544976000000,1544979600000,1544983200000,1544986800000,1544990400000,1544994000000,1544997600000,1545001200000,1545004800000,1545008400000,1545012000000,1545015600000,1545019200000,1545022800000,1545026400000,1545030000000,1545033600000,1545037200000,1545040800000,1545044400000,1545048000000,1545051600000,1545055200000,1545058800000,1545062400000,1545066000000,1545069600000,1545073200000,1545076800000,1545080400000,1545084000000,1545087600000,1545091200000,1545094800000,1545098400000,1545102000000,1545105600000,1545109200000,1545112800000,1545116400000,1545120000000,1545123600000,1545127200000,1545130800000,1545134400000,1545138000000,1545141600000,1545145200000,1545148800000,1545152400000,1545156000000,1545159600000,1545163200000,1545166800000,1545170400000,1545174000000,1545177600000,1545181200000,1545184800000,1545188400000,1545192000000,1545195600000,1545199200000,1545202800000,1545206400000,1545210000000,1545213600000,1545217200000,1545220800000,1545224400000,1545228000000,1545231600000,1545235200000,1545238800000,1545242400000,1545246000000,1545249600000,1545253200000,1545256800000,1545260400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[660,260,130,100,100,380,590,1030,1500,1320,1760,1850,2240,2120,2340,2290,2080,2220,2230,2470,2560,2270,1720,1050,530,200,210,40,160,260,640,850,1390,1630,1670,1890,1790,1600,2270,1940,1790,2040,2290,2360,2520,1860,1610,1400,810,330,200,40,100,170,280,950,1050,1600,1780,2070,1900,2240,2280,2040,2080,2460,2190,1730,2300,1940,1540,1230,1070,510,270,90,70,100,340,460,1060,1570,2190,2130,2080,2060,1870,1960,1610,2300,2020,2230,2480,2590,2220,1450,610,390,160,30,10,220,670,1030,1290,1690,1720,1920,2030,2080,2090,2100,1950,2250,2470,2590,2940,2510,1920,1090,730,290,120,70,140,220,740,730,1470,2160,1890,2040,1960,1840,1990,2090,2700,2200,2320,2490,2910,2530,2270,1400,550,290,170,80,40,180,690,810,1350,1910,2000,2300,2160,1780,2140,2120,2090,2280,2150,2340,2180,2480,1800,1300]},{"name":"URL","color":"#2373DB","values":[280,210,60,40,50,120,410,860,900,1130,1900,1820,2190,1850,1890,2300,2150,2540,2600,2300,2310,1930,1430,640,540,200,90,30,40,80,430,750,1070,1100,1400,1820,1710,1860,2130,1960,2120,2670,2610,1980,2130,1520,1190,1120,480,130,90,20,60,50,90,650,960,1240,1930,1840,1690,1390,1870,1670,2050,2170,2060,1690,1630,1390,900,680,350,270,160,210,140,100,110,220,520,780,1390,1920,1470,1410,1790,1270,1900,1980,2180,1770,1710,1250,1400,880,350,110,10,50,30,60,320,610,990,1260,1550,1570,1730,2110,1740,1800,2210,2380,2460,2490,1800,1770,1340,870,430,260,10,0,10,70,380,820,920,1440,1580,1840,2050,2020,1770,2170,2380,3330,2800,2570,1990,1640,1510,720,460,270,30,10,20,90,520,890,1050,1370,1510,1830,2400,2040,2120,1780,2270,2930,2660,2550,2620,1740,1640,870]},{"name":"Groups","color":"#9ED448","values":[700,200,40,40,70,470,710,700,1090,1090,1230,1340,1490,1870,1430,1460,1460,1920,1920,2130,2510,3170,2830,1480,820,350,80,90,60,400,770,1130,1160,1180,1250,1580,1810,1960,1520,1760,1930,1680,1700,2020,2190,2100,2350,1610,780,570,130,100,50,110,500,630,1190,1310,1290,1500,1720,1870,1660,1230,1540,1620,1980,1960,1880,1860,2230,2090,940,460,450,180,80,150,80,600,1100,1090,1480,1690,1460,1180,1570,1690,1150,1770,1640,1690,2040,2670,2690,1770,970,480,80,50,60,190,680,920,1410,1050,1420,1640,1640,1660,1420,1670,1910,1700,1690,1990,2670,2860,2450,2020,890,190,120,40,70,410,640,880,1280,1300,1200,1580,1700,1590,1620,1410,1620,1820,1550,2100,2390,3310,2510,1840,890,360,200,60,70,190,590,830,1230,1370,1040,1270,1710,1920,1570,1330,1550,1560,1550,2100,2600,2920,2630,1490]},{"name":"Channel","color":"#4fae4e","values":[40,110,10,10,0,20,60,60,20,70,120,160,190,80,110,220,110,180,190,160,90,170,170,130,30,10,30,0,20,10,80,80,100,50,90,110,50,110,180,130,120,240,210,140,250,150,160,50,320,40,20,0,0,0,80,80,40,110,120,50,90,190,170,170,130,220,80,50,210,70,140,70,100,10,10,10,0,10,10,100,110,110,100,200,180,270,120,150,170,90,210,230,220,260,170,130,120,50,10,20,10,10,0,60,60,110,220,120,30,220,210,130,170,170,220,290,110,240,180,70,70,90,0,0,10,0,40,40,20,90,50,140,170,70,170,180,140,110,140,150,200,210,340,310,70,80,0,10,0,0,30,70,90,150,60,110,90,200,180,130,130,170,190,210,180,320,90,120]},{"name":"Search","color":"#F5BD25","values":[40,0,0,0,0,130,350,220,230,190,210,210,130,350,320,300,140,430,540,160,230,250,140,100,140,0,20,0,40,110,260,320,170,90,180,380,390,280,200,90,250,160,230,240,380,430,90,80,160,20,20,0,10,20,70,230,200,150,280,700,200,440,230,100,320,250,390,610,180,200,80,150,110,60,70,0,10,20,50,190,150,110,250,310,280,580,210,290,120,230,180,280,230,210,160,490,40,20,10,0,10,30,230,170,280,200,240,620,230,110,170,110,110,230,440,120,230,200,140,410,190,40,20,10,10,40,210,180,610,370,150,310,700,540,200,230,140,90,290,610,210,250,130,140,50,10,20,0,20,60,190,310,320,200,110,440,210,310,60,190,210,270,180,200,180,160,150,100]},{"name":"Other","color":"#F79E39","values":[120,60,20,20,30,50,110,170,200,230,240,280,280,380,300,400,230,270,360,360,370,350,350,160,130,40,40,30,20,50,240,210,280,250,240,260,250,260,250,240,250,260,240,340,450,260,260,180,140,50,40,20,20,10,80,110,180,480,320,250,310,420,170,250,360,300,190,230,290,290,170,70,150,50,50,30,0,20,60,120,180,380,330,230,330,300,380,320,180,220,250,390,350,300,250,280,70,20,20,10,0,30,100,140,170,280,170,200,340,320,280,260,420,400,390,320,370,290,270,160,90,30,10,10,10,50,150,220,180,250,270,160,250,310,320,240,340,340,260,290,540,350,370,180,60,70,10,20,20,10,120,250,200,200,330,200,310,260,320,120,180,420,320,170,300,330,240,160]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,10,0,20,0,0,10,0,10,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,30,20,0,0,20,10,20,0,20,0,0,0,0,0,0,0,0,0,0,20,40,10,10,20,10,0,10,10,0,10,0,20,0,0,10,0,0,0,0,10,10,0,20,10,0,20,10,0,0,0,10,0,0,0,0,0,20,0,0,0,0,10,0,10,10,10,0,0,0,0,0,30,10,0,0,20,10,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,10,10,0,10,10,10,30,0,10,10,0,20,0,0,0,0,0,0,10,30,10,0,10,30,10,0,20,20,0,10,10,0,10,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/17.json b/dist/chartDummyData/views_zoom/2018-12/17.json new file mode 100644 index 000000000..31147a99c --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/17.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1544745600000,1544749200000,1544752800000,1544756400000,1544760000000,1544763600000,1544767200000,1544770800000,1544774400000,1544778000000,1544781600000,1544785200000,1544788800000,1544792400000,1544796000000,1544799600000,1544803200000,1544806800000,1544810400000,1544814000000,1544817600000,1544821200000,1544824800000,1544828400000,1544832000000,1544835600000,1544839200000,1544842800000,1544846400000,1544850000000,1544853600000,1544857200000,1544860800000,1544864400000,1544868000000,1544871600000,1544875200000,1544878800000,1544882400000,1544886000000,1544889600000,1544893200000,1544896800000,1544900400000,1544904000000,1544907600000,1544911200000,1544914800000,1544918400000,1544922000000,1544925600000,1544929200000,1544932800000,1544936400000,1544940000000,1544943600000,1544947200000,1544950800000,1544954400000,1544958000000,1544961600000,1544965200000,1544968800000,1544972400000,1544976000000,1544979600000,1544983200000,1544986800000,1544990400000,1544994000000,1544997600000,1545001200000,1545004800000,1545008400000,1545012000000,1545015600000,1545019200000,1545022800000,1545026400000,1545030000000,1545033600000,1545037200000,1545040800000,1545044400000,1545048000000,1545051600000,1545055200000,1545058800000,1545062400000,1545066000000,1545069600000,1545073200000,1545076800000,1545080400000,1545084000000,1545087600000,1545091200000,1545094800000,1545098400000,1545102000000,1545105600000,1545109200000,1545112800000,1545116400000,1545120000000,1545123600000,1545127200000,1545130800000,1545134400000,1545138000000,1545141600000,1545145200000,1545148800000,1545152400000,1545156000000,1545159600000,1545163200000,1545166800000,1545170400000,1545174000000,1545177600000,1545181200000,1545184800000,1545188400000,1545192000000,1545195600000,1545199200000,1545202800000,1545206400000,1545210000000,1545213600000,1545217200000,1545220800000,1545224400000,1545228000000,1545231600000,1545235200000,1545238800000,1545242400000,1545246000000,1545249600000,1545253200000,1545256800000,1545260400000,1545264000000,1545267600000,1545271200000,1545274800000,1545278400000,1545282000000,1545285600000,1545289200000,1545292800000,1545296400000,1545300000000,1545303600000,1545307200000,1545310800000,1545314400000,1545318000000,1545321600000,1545325200000,1545328800000,1545332400000,1545336000000,1545339600000,1545343200000,1545346800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[530,200,210,40,160,260,640,850,1390,1630,1670,1890,1790,1600,2270,1940,1790,2040,2290,2360,2520,1860,1610,1400,810,330,200,40,100,170,280,950,1050,1600,1780,2070,1900,2240,2280,2040,2080,2460,2190,1730,2300,1940,1540,1230,1070,510,270,90,70,100,340,460,1060,1570,2190,2130,2080,2060,1870,1960,1610,2300,2020,2230,2480,2590,2220,1450,610,390,160,30,10,220,670,1030,1290,1690,1720,1920,2030,2080,2090,2100,1950,2250,2470,2590,2940,2510,1920,1090,730,290,120,70,140,220,740,730,1470,2160,1890,2040,1960,1840,1990,2090,2700,2200,2320,2490,2910,2530,2270,1400,550,290,170,80,40,180,690,810,1350,1910,2000,2300,2160,1780,2140,2120,2090,2280,2150,2340,2180,2480,1800,1300,450,190,50,70,90,200,370,1020,1220,1810,2230,1840,1820,2160,2130,2290,2190,2340,2040,2190,1950,1980,1620,1170]},{"name":"URL","color":"#2373DB","values":[540,200,90,30,40,80,430,750,1070,1100,1400,1820,1710,1860,2130,1960,2120,2670,2610,1980,2130,1520,1190,1120,480,130,90,20,60,50,90,650,960,1240,1930,1840,1690,1390,1870,1670,2050,2170,2060,1690,1630,1390,900,680,350,270,160,210,140,100,110,220,520,780,1390,1920,1470,1410,1790,1270,1900,1980,2180,1770,1710,1250,1400,880,350,110,10,50,30,60,320,610,990,1260,1550,1570,1730,2110,1740,1800,2210,2380,2460,2490,1800,1770,1340,870,430,260,10,0,10,70,380,820,920,1440,1580,1840,2050,2020,1770,2170,2380,3330,2800,2570,1990,1640,1510,720,460,270,30,10,20,90,520,890,1050,1370,1510,1830,2400,2040,2120,1780,2270,2930,2660,2550,2620,1740,1640,870,440,160,110,20,10,100,460,920,1180,1500,1920,1900,2290,2200,2040,2550,2280,2900,2760,2580,2720,1610,1380,1010]},{"name":"Groups","color":"#9ED448","values":[820,350,80,90,60,400,770,1130,1160,1180,1250,1580,1810,1960,1520,1760,1930,1680,1700,2020,2190,2100,2350,1610,780,570,130,100,50,110,500,630,1190,1310,1290,1500,1720,1870,1660,1230,1540,1620,1980,1960,1880,1860,2230,2090,940,460,450,180,80,150,80,600,1100,1090,1480,1690,1460,1180,1570,1690,1150,1770,1640,1690,2040,2670,2690,1770,970,480,80,50,60,190,680,920,1410,1050,1420,1640,1640,1660,1420,1670,1910,1700,1690,1990,2670,2860,2450,2020,890,190,120,40,70,410,640,880,1280,1300,1200,1580,1700,1590,1620,1410,1620,1820,1550,2100,2390,3310,2510,1840,890,360,200,60,70,190,590,830,1230,1370,1040,1270,1710,1920,1570,1330,1550,1560,1550,2100,2600,2920,2630,1490,670,380,120,100,140,310,710,1100,1150,1130,1320,1330,1670,1420,1900,1400,1540,1820,1650,2080,2420,2560,2810,2120]},{"name":"Channel","color":"#4fae4e","values":[30,10,30,0,20,10,80,80,100,50,90,110,50,110,180,130,120,240,210,140,250,150,160,50,320,40,20,0,0,0,80,80,40,110,120,50,90,190,170,170,130,220,80,50,210,70,140,70,100,10,10,10,0,10,10,100,110,110,100,200,180,270,120,150,170,90,210,230,220,260,170,130,120,50,10,20,10,10,0,60,60,110,220,120,30,220,210,130,170,170,220,290,110,240,180,70,70,90,0,0,10,0,40,40,20,90,50,140,170,70,170,180,140,110,140,150,200,210,340,310,70,80,0,10,0,0,30,70,90,150,60,110,90,200,180,130,130,170,190,210,180,320,90,120,100,20,10,40,0,10,20,110,40,60,180,200,70,110,110,220,180,220,100,190,190,270,170,130]},{"name":"Search","color":"#F5BD25","values":[140,0,20,0,40,110,260,320,170,90,180,380,390,280,200,90,250,160,230,240,380,430,90,80,160,20,20,0,10,20,70,230,200,150,280,700,200,440,230,100,320,250,390,610,180,200,80,150,110,60,70,0,10,20,50,190,150,110,250,310,280,580,210,290,120,230,180,280,230,210,160,490,40,20,10,0,10,30,230,170,280,200,240,620,230,110,170,110,110,230,440,120,230,200,140,410,190,40,20,10,10,40,210,180,610,370,150,310,700,540,200,230,140,90,290,610,210,250,130,140,50,10,20,0,20,60,190,310,320,200,110,440,210,310,60,190,210,270,180,200,180,160,150,100,40,20,0,0,0,80,120,300,160,230,780,880,160,150,360,170,230,320,240,320,210,180,140,60]},{"name":"Other","color":"#F79E39","values":[130,40,40,30,20,50,240,210,280,250,240,260,250,260,250,240,250,260,240,340,450,260,260,180,140,50,40,20,20,10,80,110,180,480,320,250,310,420,170,250,360,300,190,230,290,290,170,70,150,50,50,30,0,20,60,120,180,380,330,230,330,300,380,320,180,220,250,390,350,300,250,280,70,20,20,10,0,30,100,140,170,280,170,200,340,320,280,260,420,400,390,320,370,290,270,160,90,30,10,10,10,50,150,220,180,250,270,160,250,310,320,240,340,340,260,290,540,350,370,180,60,70,10,20,20,10,120,250,200,200,330,200,310,260,320,120,180,420,320,170,300,330,240,160,80,30,30,10,10,20,140,200,210,340,280,210,300,240,280,320,230,300,260,360,450,280,380,290]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,30,20,0,0,20,10,20,0,20,0,0,0,0,0,0,0,0,0,0,20,40,10,10,20,10,0,10,10,0,10,0,20,0,0,10,0,0,0,0,10,10,0,20,10,0,20,10,0,0,0,10,0,0,0,0,0,20,0,0,0,0,10,0,10,10,10,0,0,0,0,0,30,10,0,0,20,10,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,10,10,0,10,10,10,30,0,10,10,0,20,0,0,0,0,0,0,10,30,10,0,10,30,10,0,20,20,0,10,10,0,10,10,0,0,0,0,0,0,0,0,10,20,20,10,20,20,20,0,0,0,10,0,10,10,10,20,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/18.json b/dist/chartDummyData/views_zoom/2018-12/18.json new file mode 100644 index 000000000..ba4dc92e7 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/18.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1544832000000,1544835600000,1544839200000,1544842800000,1544846400000,1544850000000,1544853600000,1544857200000,1544860800000,1544864400000,1544868000000,1544871600000,1544875200000,1544878800000,1544882400000,1544886000000,1544889600000,1544893200000,1544896800000,1544900400000,1544904000000,1544907600000,1544911200000,1544914800000,1544918400000,1544922000000,1544925600000,1544929200000,1544932800000,1544936400000,1544940000000,1544943600000,1544947200000,1544950800000,1544954400000,1544958000000,1544961600000,1544965200000,1544968800000,1544972400000,1544976000000,1544979600000,1544983200000,1544986800000,1544990400000,1544994000000,1544997600000,1545001200000,1545004800000,1545008400000,1545012000000,1545015600000,1545019200000,1545022800000,1545026400000,1545030000000,1545033600000,1545037200000,1545040800000,1545044400000,1545048000000,1545051600000,1545055200000,1545058800000,1545062400000,1545066000000,1545069600000,1545073200000,1545076800000,1545080400000,1545084000000,1545087600000,1545091200000,1545094800000,1545098400000,1545102000000,1545105600000,1545109200000,1545112800000,1545116400000,1545120000000,1545123600000,1545127200000,1545130800000,1545134400000,1545138000000,1545141600000,1545145200000,1545148800000,1545152400000,1545156000000,1545159600000,1545163200000,1545166800000,1545170400000,1545174000000,1545177600000,1545181200000,1545184800000,1545188400000,1545192000000,1545195600000,1545199200000,1545202800000,1545206400000,1545210000000,1545213600000,1545217200000,1545220800000,1545224400000,1545228000000,1545231600000,1545235200000,1545238800000,1545242400000,1545246000000,1545249600000,1545253200000,1545256800000,1545260400000,1545264000000,1545267600000,1545271200000,1545274800000,1545278400000,1545282000000,1545285600000,1545289200000,1545292800000,1545296400000,1545300000000,1545303600000,1545307200000,1545310800000,1545314400000,1545318000000,1545321600000,1545325200000,1545328800000,1545332400000,1545336000000,1545339600000,1545343200000,1545346800000,1545350400000,1545354000000,1545357600000,1545361200000,1545364800000,1545368400000,1545372000000,1545375600000,1545379200000,1545382800000,1545386400000,1545390000000,1545393600000,1545397200000,1545400800000,1545404400000,1545408000000,1545411600000,1545415200000,1545418800000,1545422400000,1545426000000,1545429600000,1545433200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[810,330,200,40,100,170,280,950,1050,1600,1780,2070,1900,2240,2280,2040,2080,2460,2190,1730,2300,1940,1540,1230,1070,510,270,90,70,100,340,460,1060,1570,2190,2130,2080,2060,1870,1960,1610,2300,2020,2230,2480,2590,2220,1450,610,390,160,30,10,220,670,1030,1290,1690,1720,1920,2030,2080,2090,2100,1950,2250,2470,2590,2940,2510,1920,1090,730,290,120,70,140,220,740,730,1470,2160,1890,2040,1960,1840,1990,2090,2700,2200,2320,2490,2910,2530,2270,1400,550,290,170,80,40,180,690,810,1350,1910,2000,2300,2160,1780,2140,2120,2090,2280,2150,2340,2180,2480,1800,1300,450,190,50,70,90,200,370,1020,1220,1810,2230,1840,1820,2160,2130,2290,2190,2340,2040,2190,1950,1980,1620,1170,570,300,110,150,180,200,600,840,1330,1580,1940,1740,1880,2220,2000,1680,2020,1920,1960,2070,2440,2000,1760,1060]},{"name":"URL","color":"#2373DB","values":[480,130,90,20,60,50,90,650,960,1240,1930,1840,1690,1390,1870,1670,2050,2170,2060,1690,1630,1390,900,680,350,270,160,210,140,100,110,220,520,780,1390,1920,1470,1410,1790,1270,1900,1980,2180,1770,1710,1250,1400,880,350,110,10,50,30,60,320,610,990,1260,1550,1570,1730,2110,1740,1800,2210,2380,2460,2490,1800,1770,1340,870,430,260,10,0,10,70,380,820,920,1440,1580,1840,2050,2020,1770,2170,2380,3330,2800,2570,1990,1640,1510,720,460,270,30,10,20,90,520,890,1050,1370,1510,1830,2400,2040,2120,1780,2270,2930,2660,2550,2620,1740,1640,870,440,160,110,20,10,100,460,920,1180,1500,1920,1900,2290,2200,2040,2550,2280,2900,2760,2580,2720,1610,1380,1010,490,300,120,40,20,100,580,770,1280,1460,1820,1820,2230,2310,2010,2360,2890,2820,3050,2490,1960,1820,1490,910]},{"name":"Groups","color":"#9ED448","values":[780,570,130,100,50,110,500,630,1190,1310,1290,1500,1720,1870,1660,1230,1540,1620,1980,1960,1880,1860,2230,2090,940,460,450,180,80,150,80,600,1100,1090,1480,1690,1460,1180,1570,1690,1150,1770,1640,1690,2040,2670,2690,1770,970,480,80,50,60,190,680,920,1410,1050,1420,1640,1640,1660,1420,1670,1910,1700,1690,1990,2670,2860,2450,2020,890,190,120,40,70,410,640,880,1280,1300,1200,1580,1700,1590,1620,1410,1620,1820,1550,2100,2390,3310,2510,1840,890,360,200,60,70,190,590,830,1230,1370,1040,1270,1710,1920,1570,1330,1550,1560,1550,2100,2600,2920,2630,1490,670,380,120,100,140,310,710,1100,1150,1130,1320,1330,1670,1420,1900,1400,1540,1820,1650,2080,2420,2560,2810,2120,870,470,120,90,80,320,1170,910,1210,1150,1160,1440,1550,1470,1750,1510,1870,1610,1850,2130,1700,2300,2220,2090]},{"name":"Channel","color":"#4fae4e","values":[320,40,20,0,0,0,80,80,40,110,120,50,90,190,170,170,130,220,80,50,210,70,140,70,100,10,10,10,0,10,10,100,110,110,100,200,180,270,120,150,170,90,210,230,220,260,170,130,120,50,10,20,10,10,0,60,60,110,220,120,30,220,210,130,170,170,220,290,110,240,180,70,70,90,0,0,10,0,40,40,20,90,50,140,170,70,170,180,140,110,140,150,200,210,340,310,70,80,0,10,0,0,30,70,90,150,60,110,90,200,180,130,130,170,190,210,180,320,90,120,100,20,10,40,0,10,20,110,40,60,180,200,70,110,110,220,180,220,100,190,190,270,170,130,60,20,10,0,0,20,50,60,40,60,90,70,140,170,160,70,160,180,90,140,160,150,170,130]},{"name":"Search","color":"#F5BD25","values":[160,20,20,0,10,20,70,230,200,150,280,700,200,440,230,100,320,250,390,610,180,200,80,150,110,60,70,0,10,20,50,190,150,110,250,310,280,580,210,290,120,230,180,280,230,210,160,490,40,20,10,0,10,30,230,170,280,200,240,620,230,110,170,110,110,230,440,120,230,200,140,410,190,40,20,10,10,40,210,180,610,370,150,310,700,540,200,230,140,90,290,610,210,250,130,140,50,10,20,0,20,60,190,310,320,200,110,440,210,310,60,190,210,270,180,200,180,160,150,100,40,20,0,0,0,80,120,300,160,230,780,880,160,150,360,170,230,320,240,320,210,180,140,60,70,110,10,30,0,30,130,220,160,120,800,170,290,210,130,240,270,120,170,280,190,430,110,140]},{"name":"Other","color":"#F79E39","values":[140,50,40,20,20,10,80,110,180,480,320,250,310,420,170,250,360,300,190,230,290,290,170,70,150,50,50,30,0,20,60,120,180,380,330,230,330,300,380,320,180,220,250,390,350,300,250,280,70,20,20,10,0,30,100,140,170,280,170,200,340,320,280,260,420,400,390,320,370,290,270,160,90,30,10,10,10,50,150,220,180,250,270,160,250,310,320,240,340,340,260,290,540,350,370,180,60,70,10,20,20,10,120,250,200,200,330,200,310,260,320,120,180,420,320,170,300,330,240,160,80,30,30,10,10,20,140,200,210,340,280,210,300,240,280,320,230,300,260,360,450,280,380,290,120,70,0,10,10,150,150,170,230,240,230,310,310,270,170,310,170,320,280,380,310,340,300,150]},{"name":"PM","color":"#E65850","values":[20,0,0,0,0,0,0,0,0,0,0,20,40,10,10,20,10,0,10,10,0,10,0,20,0,0,10,0,0,0,0,10,10,0,20,10,0,20,10,0,0,0,10,0,0,0,0,0,20,0,0,0,0,10,0,10,10,10,0,0,0,0,0,30,10,0,0,20,10,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,10,10,0,10,10,10,30,0,10,10,0,20,0,0,0,0,0,0,10,30,10,0,10,30,10,0,20,20,0,10,10,0,10,10,0,0,0,0,0,0,0,0,10,20,20,10,20,20,20,0,0,0,10,0,10,10,10,20,0,10,0,0,0,0,0,0,10,10,0,30,10,0,20,20,20,0,20,40,20,0,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/19.json b/dist/chartDummyData/views_zoom/2018-12/19.json new file mode 100644 index 000000000..e998b2ab3 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/19.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1544918400000,1544922000000,1544925600000,1544929200000,1544932800000,1544936400000,1544940000000,1544943600000,1544947200000,1544950800000,1544954400000,1544958000000,1544961600000,1544965200000,1544968800000,1544972400000,1544976000000,1544979600000,1544983200000,1544986800000,1544990400000,1544994000000,1544997600000,1545001200000,1545004800000,1545008400000,1545012000000,1545015600000,1545019200000,1545022800000,1545026400000,1545030000000,1545033600000,1545037200000,1545040800000,1545044400000,1545048000000,1545051600000,1545055200000,1545058800000,1545062400000,1545066000000,1545069600000,1545073200000,1545076800000,1545080400000,1545084000000,1545087600000,1545091200000,1545094800000,1545098400000,1545102000000,1545105600000,1545109200000,1545112800000,1545116400000,1545120000000,1545123600000,1545127200000,1545130800000,1545134400000,1545138000000,1545141600000,1545145200000,1545148800000,1545152400000,1545156000000,1545159600000,1545163200000,1545166800000,1545170400000,1545174000000,1545177600000,1545181200000,1545184800000,1545188400000,1545192000000,1545195600000,1545199200000,1545202800000,1545206400000,1545210000000,1545213600000,1545217200000,1545220800000,1545224400000,1545228000000,1545231600000,1545235200000,1545238800000,1545242400000,1545246000000,1545249600000,1545253200000,1545256800000,1545260400000,1545264000000,1545267600000,1545271200000,1545274800000,1545278400000,1545282000000,1545285600000,1545289200000,1545292800000,1545296400000,1545300000000,1545303600000,1545307200000,1545310800000,1545314400000,1545318000000,1545321600000,1545325200000,1545328800000,1545332400000,1545336000000,1545339600000,1545343200000,1545346800000,1545350400000,1545354000000,1545357600000,1545361200000,1545364800000,1545368400000,1545372000000,1545375600000,1545379200000,1545382800000,1545386400000,1545390000000,1545393600000,1545397200000,1545400800000,1545404400000,1545408000000,1545411600000,1545415200000,1545418800000,1545422400000,1545426000000,1545429600000,1545433200000,1545436800000,1545440400000,1545444000000,1545447600000,1545451200000,1545454800000,1545458400000,1545462000000,1545465600000,1545469200000,1545472800000,1545476400000,1545480000000,1545483600000,1545487200000,1545490800000,1545494400000,1545498000000,1545501600000,1545505200000,1545508800000,1545512400000,1545516000000,1545519600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[1070,510,270,90,70,100,340,460,1060,1570,2190,2130,2080,2060,1870,1960,1610,2300,2020,2230,2480,2590,2220,1450,610,390,160,30,10,220,670,1030,1290,1690,1720,1920,2030,2080,2090,2100,1950,2250,2470,2590,2940,2510,1920,1090,730,290,120,70,140,220,740,730,1470,2160,1890,2040,1960,1840,1990,2090,2700,2200,2320,2490,2910,2530,2270,1400,550,290,170,80,40,180,690,810,1350,1910,2000,2300,2160,1780,2140,2120,2090,2280,2150,2340,2180,2480,1800,1300,450,190,50,70,90,200,370,1020,1220,1810,2230,1840,1820,2160,2130,2290,2190,2340,2040,2190,1950,1980,1620,1170,570,300,110,150,180,200,600,840,1330,1580,1940,1740,1880,2220,2000,1680,2020,1920,1960,2070,2440,2000,1760,1060,840,220,170,100,90,190,540,650,1040,1620,1610,2150,2270,2540,2920,2000,1980,2330,1750,1760,1830,1570,1860,1420]},{"name":"URL","color":"#2373DB","values":[350,270,160,210,140,100,110,220,520,780,1390,1920,1470,1410,1790,1270,1900,1980,2180,1770,1710,1250,1400,880,350,110,10,50,30,60,320,610,990,1260,1550,1570,1730,2110,1740,1800,2210,2380,2460,2490,1800,1770,1340,870,430,260,10,0,10,70,380,820,920,1440,1580,1840,2050,2020,1770,2170,2380,3330,2800,2570,1990,1640,1510,720,460,270,30,10,20,90,520,890,1050,1370,1510,1830,2400,2040,2120,1780,2270,2930,2660,2550,2620,1740,1640,870,440,160,110,20,10,100,460,920,1180,1500,1920,1900,2290,2200,2040,2550,2280,2900,2760,2580,2720,1610,1380,1010,490,300,120,40,20,100,580,770,1280,1460,1820,1820,2230,2310,2010,2360,2890,2820,3050,2490,1960,1820,1490,910,590,150,120,80,30,70,190,410,870,1570,1820,1820,1910,1930,2150,1720,2120,1950,1890,1550,1730,1470,970,710]},{"name":"Groups","color":"#9ED448","values":[940,460,450,180,80,150,80,600,1100,1090,1480,1690,1460,1180,1570,1690,1150,1770,1640,1690,2040,2670,2690,1770,970,480,80,50,60,190,680,920,1410,1050,1420,1640,1640,1660,1420,1670,1910,1700,1690,1990,2670,2860,2450,2020,890,190,120,40,70,410,640,880,1280,1300,1200,1580,1700,1590,1620,1410,1620,1820,1550,2100,2390,3310,2510,1840,890,360,200,60,70,190,590,830,1230,1370,1040,1270,1710,1920,1570,1330,1550,1560,1550,2100,2600,2920,2630,1490,670,380,120,100,140,310,710,1100,1150,1130,1320,1330,1670,1420,1900,1400,1540,1820,1650,2080,2420,2560,2810,2120,870,470,120,90,80,320,1170,910,1210,1150,1160,1440,1550,1470,1750,1510,1870,1610,1850,2130,1700,2300,2220,2090,1360,490,260,170,60,140,590,780,1220,1500,1580,1760,1680,1680,1620,1230,1440,1610,1430,1350,1760,2080,1760,1450]},{"name":"Channel","color":"#4fae4e","values":[100,10,10,10,0,10,10,100,110,110,100,200,180,270,120,150,170,90,210,230,220,260,170,130,120,50,10,20,10,10,0,60,60,110,220,120,30,220,210,130,170,170,220,290,110,240,180,70,70,90,0,0,10,0,40,40,20,90,50,140,170,70,170,180,140,110,140,150,200,210,340,310,70,80,0,10,0,0,30,70,90,150,60,110,90,200,180,130,130,170,190,210,180,320,90,120,100,20,10,40,0,10,20,110,40,60,180,200,70,110,110,220,180,220,100,190,190,270,170,130,60,20,10,0,0,20,50,60,40,60,90,70,140,170,160,70,160,180,90,140,160,150,170,130,160,50,10,20,0,10,10,200,90,130,90,110,170,210,100,270,140,230,200,70,110,90,150,100]},{"name":"Search","color":"#F5BD25","values":[110,60,70,0,10,20,50,190,150,110,250,310,280,580,210,290,120,230,180,280,230,210,160,490,40,20,10,0,10,30,230,170,280,200,240,620,230,110,170,110,110,230,440,120,230,200,140,410,190,40,20,10,10,40,210,180,610,370,150,310,700,540,200,230,140,90,290,610,210,250,130,140,50,10,20,0,20,60,190,310,320,200,110,440,210,310,60,190,210,270,180,200,180,160,150,100,40,20,0,0,0,80,120,300,160,230,780,880,160,150,360,170,230,320,240,320,210,180,140,60,70,110,10,30,0,30,130,220,160,120,800,170,290,210,130,240,270,120,170,280,190,430,110,140,130,20,0,0,0,60,60,140,320,140,210,110,210,680,160,120,180,110,130,120,170,160,220,180]},{"name":"Other","color":"#F79E39","values":[150,50,50,30,0,20,60,120,180,380,330,230,330,300,380,320,180,220,250,390,350,300,250,280,70,20,20,10,0,30,100,140,170,280,170,200,340,320,280,260,420,400,390,320,370,290,270,160,90,30,10,10,10,50,150,220,180,250,270,160,250,310,320,240,340,340,260,290,540,350,370,180,60,70,10,20,20,10,120,250,200,200,330,200,310,260,320,120,180,420,320,170,300,330,240,160,80,30,30,10,10,20,140,200,210,340,280,210,300,240,280,320,230,300,260,360,450,280,380,290,120,70,0,10,10,150,150,170,230,240,230,310,310,270,170,310,170,320,280,380,310,340,300,150,110,150,60,20,10,20,60,130,190,280,300,250,310,230,350,240,280,190,250,250,260,290,230,190]},{"name":"PM","color":"#E65850","values":[0,0,10,0,0,0,0,10,10,0,20,10,0,20,10,0,0,0,10,0,0,0,0,0,20,0,0,0,0,10,0,10,10,10,0,0,0,0,0,30,10,0,0,20,10,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,10,10,0,10,10,10,30,0,10,10,0,20,0,0,0,0,0,0,10,30,10,0,10,30,10,0,20,20,0,10,10,0,10,10,0,0,0,0,0,0,0,0,10,20,20,10,20,20,20,0,0,0,10,0,10,10,10,20,0,10,0,0,0,0,0,0,10,10,0,30,10,0,20,20,20,0,20,40,20,0,0,0,10,10,0,0,0,0,0,0,10,30,10,0,10,0,0,20,0,30,10,10,0,10,10,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/20.json b/dist/chartDummyData/views_zoom/2018-12/20.json new file mode 100644 index 000000000..e03a29f17 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/20.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1545004800000,1545008400000,1545012000000,1545015600000,1545019200000,1545022800000,1545026400000,1545030000000,1545033600000,1545037200000,1545040800000,1545044400000,1545048000000,1545051600000,1545055200000,1545058800000,1545062400000,1545066000000,1545069600000,1545073200000,1545076800000,1545080400000,1545084000000,1545087600000,1545091200000,1545094800000,1545098400000,1545102000000,1545105600000,1545109200000,1545112800000,1545116400000,1545120000000,1545123600000,1545127200000,1545130800000,1545134400000,1545138000000,1545141600000,1545145200000,1545148800000,1545152400000,1545156000000,1545159600000,1545163200000,1545166800000,1545170400000,1545174000000,1545177600000,1545181200000,1545184800000,1545188400000,1545192000000,1545195600000,1545199200000,1545202800000,1545206400000,1545210000000,1545213600000,1545217200000,1545220800000,1545224400000,1545228000000,1545231600000,1545235200000,1545238800000,1545242400000,1545246000000,1545249600000,1545253200000,1545256800000,1545260400000,1545264000000,1545267600000,1545271200000,1545274800000,1545278400000,1545282000000,1545285600000,1545289200000,1545292800000,1545296400000,1545300000000,1545303600000,1545307200000,1545310800000,1545314400000,1545318000000,1545321600000,1545325200000,1545328800000,1545332400000,1545336000000,1545339600000,1545343200000,1545346800000,1545350400000,1545354000000,1545357600000,1545361200000,1545364800000,1545368400000,1545372000000,1545375600000,1545379200000,1545382800000,1545386400000,1545390000000,1545393600000,1545397200000,1545400800000,1545404400000,1545408000000,1545411600000,1545415200000,1545418800000,1545422400000,1545426000000,1545429600000,1545433200000,1545436800000,1545440400000,1545444000000,1545447600000,1545451200000,1545454800000,1545458400000,1545462000000,1545465600000,1545469200000,1545472800000,1545476400000,1545480000000,1545483600000,1545487200000,1545490800000,1545494400000,1545498000000,1545501600000,1545505200000,1545508800000,1545512400000,1545516000000,1545519600000,1545523200000,1545526800000,1545530400000,1545534000000,1545537600000,1545541200000,1545544800000,1545548400000,1545552000000,1545555600000,1545559200000,1545562800000,1545566400000,1545570000000,1545573600000,1545577200000,1545580800000,1545584400000,1545588000000,1545591600000,1545595200000,1545598800000,1545602400000,1545606000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[610,390,160,30,10,220,670,1030,1290,1690,1720,1920,2030,2080,2090,2100,1950,2250,2470,2590,2940,2510,1920,1090,730,290,120,70,140,220,740,730,1470,2160,1890,2040,1960,1840,1990,2090,2700,2200,2320,2490,2910,2530,2270,1400,550,290,170,80,40,180,690,810,1350,1910,2000,2300,2160,1780,2140,2120,2090,2280,2150,2340,2180,2480,1800,1300,450,190,50,70,90,200,370,1020,1220,1810,2230,1840,1820,2160,2130,2290,2190,2340,2040,2190,1950,1980,1620,1170,570,300,110,150,180,200,600,840,1330,1580,1940,1740,1880,2220,2000,1680,2020,1920,1960,2070,2440,2000,1760,1060,840,220,170,100,90,190,540,650,1040,1620,1610,2150,2270,2540,2920,2000,1980,2330,1750,1760,1830,1570,1860,1420,810,510,190,170,90,60,340,550,890,1980,2150,2340,1880,2260,2320,2280,1750,1800,2010,2060,1870,2290,2040,1720]},{"name":"URL","color":"#2373DB","values":[350,110,10,50,30,60,320,610,990,1260,1550,1570,1730,2110,1740,1800,2210,2380,2460,2490,1800,1770,1340,870,430,260,10,0,10,70,380,820,920,1440,1580,1840,2050,2020,1770,2170,2380,3330,2800,2570,1990,1640,1510,720,460,270,30,10,20,90,520,890,1050,1370,1510,1830,2400,2040,2120,1780,2270,2930,2660,2550,2620,1740,1640,870,440,160,110,20,10,100,460,920,1180,1500,1920,1900,2290,2200,2040,2550,2280,2900,2760,2580,2720,1610,1380,1010,490,300,120,40,20,100,580,770,1280,1460,1820,1820,2230,2310,2010,2360,2890,2820,3050,2490,1960,1820,1490,910,590,150,120,80,30,70,190,410,870,1570,1820,1820,1910,1930,2150,1720,2120,1950,1890,1550,1730,1470,970,710,460,230,110,70,10,20,20,400,700,1010,1350,1910,1480,1470,1590,1500,1340,1900,1770,1810,1570,1070,1000,910]},{"name":"Groups","color":"#9ED448","values":[970,480,80,50,60,190,680,920,1410,1050,1420,1640,1640,1660,1420,1670,1910,1700,1690,1990,2670,2860,2450,2020,890,190,120,40,70,410,640,880,1280,1300,1200,1580,1700,1590,1620,1410,1620,1820,1550,2100,2390,3310,2510,1840,890,360,200,60,70,190,590,830,1230,1370,1040,1270,1710,1920,1570,1330,1550,1560,1550,2100,2600,2920,2630,1490,670,380,120,100,140,310,710,1100,1150,1130,1320,1330,1670,1420,1900,1400,1540,1820,1650,2080,2420,2560,2810,2120,870,470,120,90,80,320,1170,910,1210,1150,1160,1440,1550,1470,1750,1510,1870,1610,1850,2130,1700,2300,2220,2090,1360,490,260,170,60,140,590,780,1220,1500,1580,1760,1680,1680,1620,1230,1440,1610,1430,1350,1760,2080,1760,1450,1090,1040,340,200,40,90,240,650,1520,2060,1510,1300,1600,1640,1620,1590,1990,1990,1590,1480,1590,1780,2300,2160]},{"name":"Channel","color":"#4fae4e","values":[120,50,10,20,10,10,0,60,60,110,220,120,30,220,210,130,170,170,220,290,110,240,180,70,70,90,0,0,10,0,40,40,20,90,50,140,170,70,170,180,140,110,140,150,200,210,340,310,70,80,0,10,0,0,30,70,90,150,60,110,90,200,180,130,130,170,190,210,180,320,90,120,100,20,10,40,0,10,20,110,40,60,180,200,70,110,110,220,180,220,100,190,190,270,170,130,60,20,10,0,0,20,50,60,40,60,90,70,140,170,160,70,160,180,90,140,160,150,170,130,160,50,10,20,0,10,10,200,90,130,90,110,170,210,100,270,140,230,200,70,110,90,150,100,40,80,20,0,10,20,20,0,80,110,130,150,130,160,150,160,140,170,90,140,120,190,110,50]},{"name":"Search","color":"#F5BD25","values":[40,20,10,0,10,30,230,170,280,200,240,620,230,110,170,110,110,230,440,120,230,200,140,410,190,40,20,10,10,40,210,180,610,370,150,310,700,540,200,230,140,90,290,610,210,250,130,140,50,10,20,0,20,60,190,310,320,200,110,440,210,310,60,190,210,270,180,200,180,160,150,100,40,20,0,0,0,80,120,300,160,230,780,880,160,150,360,170,230,320,240,320,210,180,140,60,70,110,10,30,0,30,130,220,160,120,800,170,290,210,130,240,270,120,170,280,190,430,110,140,130,20,0,0,0,60,60,140,320,140,210,110,210,680,160,120,180,110,130,120,170,160,220,180,50,70,0,0,10,120,20,230,280,330,440,240,260,520,430,50,200,120,220,270,190,80,70,190]},{"name":"Other","color":"#F79E39","values":[70,20,20,10,0,30,100,140,170,280,170,200,340,320,280,260,420,400,390,320,370,290,270,160,90,30,10,10,10,50,150,220,180,250,270,160,250,310,320,240,340,340,260,290,540,350,370,180,60,70,10,20,20,10,120,250,200,200,330,200,310,260,320,120,180,420,320,170,300,330,240,160,80,30,30,10,10,20,140,200,210,340,280,210,300,240,280,320,230,300,260,360,450,280,380,290,120,70,0,10,10,150,150,170,230,240,230,310,310,270,170,310,170,320,280,380,310,340,300,150,110,150,60,20,10,20,60,130,190,280,300,250,310,230,350,240,280,190,250,250,260,290,230,190,80,50,40,20,10,10,30,70,210,160,240,220,240,320,230,220,290,190,290,260,230,280,240,150]},{"name":"PM","color":"#E65850","values":[20,0,0,0,0,10,0,10,10,10,0,0,0,0,0,30,10,0,0,20,10,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,10,10,10,0,10,10,10,30,0,10,10,0,20,0,0,0,0,0,0,10,30,10,0,10,30,10,0,20,20,0,10,10,0,10,10,0,0,0,0,0,0,0,0,10,20,20,10,20,20,20,0,0,0,10,0,10,10,10,20,0,10,0,0,0,0,0,0,10,10,0,30,10,0,20,20,20,0,20,40,20,0,0,0,10,10,0,0,0,0,0,0,10,30,10,0,10,0,0,20,0,30,10,10,0,10,10,10,0,0,0,0,0,0,0,0,0,10,0,20,30,30,0,0,0,10,0,10,20,0,20,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/21.json b/dist/chartDummyData/views_zoom/2018-12/21.json new file mode 100644 index 000000000..74d23876b --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/21.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1545091200000,1545094800000,1545098400000,1545102000000,1545105600000,1545109200000,1545112800000,1545116400000,1545120000000,1545123600000,1545127200000,1545130800000,1545134400000,1545138000000,1545141600000,1545145200000,1545148800000,1545152400000,1545156000000,1545159600000,1545163200000,1545166800000,1545170400000,1545174000000,1545177600000,1545181200000,1545184800000,1545188400000,1545192000000,1545195600000,1545199200000,1545202800000,1545206400000,1545210000000,1545213600000,1545217200000,1545220800000,1545224400000,1545228000000,1545231600000,1545235200000,1545238800000,1545242400000,1545246000000,1545249600000,1545253200000,1545256800000,1545260400000,1545264000000,1545267600000,1545271200000,1545274800000,1545278400000,1545282000000,1545285600000,1545289200000,1545292800000,1545296400000,1545300000000,1545303600000,1545307200000,1545310800000,1545314400000,1545318000000,1545321600000,1545325200000,1545328800000,1545332400000,1545336000000,1545339600000,1545343200000,1545346800000,1545350400000,1545354000000,1545357600000,1545361200000,1545364800000,1545368400000,1545372000000,1545375600000,1545379200000,1545382800000,1545386400000,1545390000000,1545393600000,1545397200000,1545400800000,1545404400000,1545408000000,1545411600000,1545415200000,1545418800000,1545422400000,1545426000000,1545429600000,1545433200000,1545436800000,1545440400000,1545444000000,1545447600000,1545451200000,1545454800000,1545458400000,1545462000000,1545465600000,1545469200000,1545472800000,1545476400000,1545480000000,1545483600000,1545487200000,1545490800000,1545494400000,1545498000000,1545501600000,1545505200000,1545508800000,1545512400000,1545516000000,1545519600000,1545523200000,1545526800000,1545530400000,1545534000000,1545537600000,1545541200000,1545544800000,1545548400000,1545552000000,1545555600000,1545559200000,1545562800000,1545566400000,1545570000000,1545573600000,1545577200000,1545580800000,1545584400000,1545588000000,1545591600000,1545595200000,1545598800000,1545602400000,1545606000000,1545609600000,1545613200000,1545616800000,1545620400000,1545624000000,1545627600000,1545631200000,1545634800000,1545638400000,1545642000000,1545645600000,1545649200000,1545652800000,1545656400000,1545660000000,1545663600000,1545667200000,1545670800000,1545674400000,1545678000000,1545681600000,1545685200000,1545688800000,1545692400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[730,290,120,70,140,220,740,730,1470,2160,1890,2040,1960,1840,1990,2090,2700,2200,2320,2490,2910,2530,2270,1400,550,290,170,80,40,180,690,810,1350,1910,2000,2300,2160,1780,2140,2120,2090,2280,2150,2340,2180,2480,1800,1300,450,190,50,70,90,200,370,1020,1220,1810,2230,1840,1820,2160,2130,2290,2190,2340,2040,2190,1950,1980,1620,1170,570,300,110,150,180,200,600,840,1330,1580,1940,1740,1880,2220,2000,1680,2020,1920,1960,2070,2440,2000,1760,1060,840,220,170,100,90,190,540,650,1040,1620,1610,2150,2270,2540,2920,2000,1980,2330,1750,1760,1830,1570,1860,1420,810,510,190,170,90,60,340,550,890,1980,2150,2340,1880,2260,2320,2280,1750,1800,2010,2060,1870,2290,2040,1720,1360,410,360,70,70,280,330,530,1000,1690,2200,2610,2410,2430,2830,2070,2760,2660,2570,2390,2560,2890,2540,2640]},{"name":"URL","color":"#2373DB","values":[430,260,10,0,10,70,380,820,920,1440,1580,1840,2050,2020,1770,2170,2380,3330,2800,2570,1990,1640,1510,720,460,270,30,10,20,90,520,890,1050,1370,1510,1830,2400,2040,2120,1780,2270,2930,2660,2550,2620,1740,1640,870,440,160,110,20,10,100,460,920,1180,1500,1920,1900,2290,2200,2040,2550,2280,2900,2760,2580,2720,1610,1380,1010,490,300,120,40,20,100,580,770,1280,1460,1820,1820,2230,2310,2010,2360,2890,2820,3050,2490,1960,1820,1490,910,590,150,120,80,30,70,190,410,870,1570,1820,1820,1910,1930,2150,1720,2120,1950,1890,1550,1730,1470,970,710,460,230,110,70,10,20,20,400,700,1010,1350,1910,1480,1470,1590,1500,1340,1900,1770,1810,1570,1070,1000,910,390,190,170,60,20,20,110,460,930,1320,1910,2030,1890,1690,1980,1700,1540,1950,1510,1070,850,1150,840,890]},{"name":"Groups","color":"#9ED448","values":[890,190,120,40,70,410,640,880,1280,1300,1200,1580,1700,1590,1620,1410,1620,1820,1550,2100,2390,3310,2510,1840,890,360,200,60,70,190,590,830,1230,1370,1040,1270,1710,1920,1570,1330,1550,1560,1550,2100,2600,2920,2630,1490,670,380,120,100,140,310,710,1100,1150,1130,1320,1330,1670,1420,1900,1400,1540,1820,1650,2080,2420,2560,2810,2120,870,470,120,90,80,320,1170,910,1210,1150,1160,1440,1550,1470,1750,1510,1870,1610,1850,2130,1700,2300,2220,2090,1360,490,260,170,60,140,590,780,1220,1500,1580,1760,1680,1680,1620,1230,1440,1610,1430,1350,1760,2080,1760,1450,1090,1040,340,200,40,90,240,650,1520,2060,1510,1300,1600,1640,1620,1590,1990,1990,1590,1480,1590,1780,2300,2160,1210,750,310,270,140,220,220,680,970,1340,1370,1770,1460,1600,1690,1220,1570,1310,2050,1790,1890,2170,2080,2800]},{"name":"Channel","color":"#4fae4e","values":[70,90,0,0,10,0,40,40,20,90,50,140,170,70,170,180,140,110,140,150,200,210,340,310,70,80,0,10,0,0,30,70,90,150,60,110,90,200,180,130,130,170,190,210,180,320,90,120,100,20,10,40,0,10,20,110,40,60,180,200,70,110,110,220,180,220,100,190,190,270,170,130,60,20,10,0,0,20,50,60,40,60,90,70,140,170,160,70,160,180,90,140,160,150,170,130,160,50,10,20,0,10,10,200,90,130,90,110,170,210,100,270,140,230,200,70,110,90,150,100,40,80,20,0,10,20,20,0,80,110,130,150,130,160,150,160,140,170,90,140,120,190,110,50,110,30,50,0,0,10,40,80,100,150,190,110,200,110,180,140,220,230,200,150,200,200,180,220]},{"name":"Search","color":"#F5BD25","values":[190,40,20,10,10,40,210,180,610,370,150,310,700,540,200,230,140,90,290,610,210,250,130,140,50,10,20,0,20,60,190,310,320,200,110,440,210,310,60,190,210,270,180,200,180,160,150,100,40,20,0,0,0,80,120,300,160,230,780,880,160,150,360,170,230,320,240,320,210,180,140,60,70,110,10,30,0,30,130,220,160,120,800,170,290,210,130,240,270,120,170,280,190,430,110,140,130,20,0,0,0,60,60,140,320,140,210,110,210,680,160,120,180,110,130,120,170,160,220,180,50,70,0,0,10,120,20,230,280,330,440,240,260,520,430,50,200,120,220,270,190,80,70,190,70,160,20,20,0,170,10,210,180,140,110,550,500,210,170,120,80,130,230,210,200,250,150,200]},{"name":"Other","color":"#F79E39","values":[90,30,10,10,10,50,150,220,180,250,270,160,250,310,320,240,340,340,260,290,540,350,370,180,60,70,10,20,20,10,120,250,200,200,330,200,310,260,320,120,180,420,320,170,300,330,240,160,80,30,30,10,10,20,140,200,210,340,280,210,300,240,280,320,230,300,260,360,450,280,380,290,120,70,0,10,10,150,150,170,230,240,230,310,310,270,170,310,170,320,280,380,310,340,300,150,110,150,60,20,10,20,60,130,190,280,300,250,310,230,350,240,280,190,250,250,260,290,230,190,80,50,40,20,10,10,30,70,210,160,240,220,240,320,230,220,290,190,290,260,230,280,240,150,100,40,40,20,20,30,40,90,200,160,220,310,290,230,280,250,290,200,280,230,280,230,300,190]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,10,0,0,10,10,10,0,10,10,10,30,0,10,10,0,20,0,0,0,0,0,0,10,30,10,0,10,30,10,0,20,20,0,10,10,0,10,10,0,0,0,0,0,0,0,0,10,20,20,10,20,20,20,0,0,0,10,0,10,10,10,20,0,10,0,0,0,0,0,0,10,10,0,30,10,0,20,20,20,0,20,40,20,0,0,0,10,10,0,0,0,0,0,0,10,30,10,0,10,0,0,20,0,30,10,10,0,10,10,10,0,0,0,0,0,0,0,0,0,10,0,20,30,30,0,0,0,10,0,10,20,0,20,10,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,0,10,0,10,10,10,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/22.json b/dist/chartDummyData/views_zoom/2018-12/22.json new file mode 100644 index 000000000..03b20c650 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/22.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1545177600000,1545181200000,1545184800000,1545188400000,1545192000000,1545195600000,1545199200000,1545202800000,1545206400000,1545210000000,1545213600000,1545217200000,1545220800000,1545224400000,1545228000000,1545231600000,1545235200000,1545238800000,1545242400000,1545246000000,1545249600000,1545253200000,1545256800000,1545260400000,1545264000000,1545267600000,1545271200000,1545274800000,1545278400000,1545282000000,1545285600000,1545289200000,1545292800000,1545296400000,1545300000000,1545303600000,1545307200000,1545310800000,1545314400000,1545318000000,1545321600000,1545325200000,1545328800000,1545332400000,1545336000000,1545339600000,1545343200000,1545346800000,1545350400000,1545354000000,1545357600000,1545361200000,1545364800000,1545368400000,1545372000000,1545375600000,1545379200000,1545382800000,1545386400000,1545390000000,1545393600000,1545397200000,1545400800000,1545404400000,1545408000000,1545411600000,1545415200000,1545418800000,1545422400000,1545426000000,1545429600000,1545433200000,1545436800000,1545440400000,1545444000000,1545447600000,1545451200000,1545454800000,1545458400000,1545462000000,1545465600000,1545469200000,1545472800000,1545476400000,1545480000000,1545483600000,1545487200000,1545490800000,1545494400000,1545498000000,1545501600000,1545505200000,1545508800000,1545512400000,1545516000000,1545519600000,1545523200000,1545526800000,1545530400000,1545534000000,1545537600000,1545541200000,1545544800000,1545548400000,1545552000000,1545555600000,1545559200000,1545562800000,1545566400000,1545570000000,1545573600000,1545577200000,1545580800000,1545584400000,1545588000000,1545591600000,1545595200000,1545598800000,1545602400000,1545606000000,1545609600000,1545613200000,1545616800000,1545620400000,1545624000000,1545627600000,1545631200000,1545634800000,1545638400000,1545642000000,1545645600000,1545649200000,1545652800000,1545656400000,1545660000000,1545663600000,1545667200000,1545670800000,1545674400000,1545678000000,1545681600000,1545685200000,1545688800000,1545692400000,1545696000000,1545699600000,1545703200000,1545706800000,1545710400000,1545714000000,1545717600000,1545721200000,1545724800000,1545728400000,1545732000000,1545735600000,1545739200000,1545742800000,1545746400000,1545750000000,1545753600000,1545757200000,1545760800000,1545764400000,1545768000000,1545771600000,1545775200000,1545778800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[550,290,170,80,40,180,690,810,1350,1910,2000,2300,2160,1780,2140,2120,2090,2280,2150,2340,2180,2480,1800,1300,450,190,50,70,90,200,370,1020,1220,1810,2230,1840,1820,2160,2130,2290,2190,2340,2040,2190,1950,1980,1620,1170,570,300,110,150,180,200,600,840,1330,1580,1940,1740,1880,2220,2000,1680,2020,1920,1960,2070,2440,2000,1760,1060,840,220,170,100,90,190,540,650,1040,1620,1610,2150,2270,2540,2920,2000,1980,2330,1750,1760,1830,1570,1860,1420,810,510,190,170,90,60,340,550,890,1980,2150,2340,1880,2260,2320,2280,1750,1800,2010,2060,1870,2290,2040,1720,1360,410,360,70,70,280,330,530,1000,1690,2200,2610,2410,2430,2830,2070,2760,2660,2570,2390,2560,2890,2540,2640,1860,1050,300,190,60,110,210,500,1030,2080,2710,3280,2670,2490,2410,2620,2400,2650,1910,2440,2800,2480,2620,2090]},{"name":"URL","color":"#2373DB","values":[460,270,30,10,20,90,520,890,1050,1370,1510,1830,2400,2040,2120,1780,2270,2930,2660,2550,2620,1740,1640,870,440,160,110,20,10,100,460,920,1180,1500,1920,1900,2290,2200,2040,2550,2280,2900,2760,2580,2720,1610,1380,1010,490,300,120,40,20,100,580,770,1280,1460,1820,1820,2230,2310,2010,2360,2890,2820,3050,2490,1960,1820,1490,910,590,150,120,80,30,70,190,410,870,1570,1820,1820,1910,1930,2150,1720,2120,1950,1890,1550,1730,1470,970,710,460,230,110,70,10,20,20,400,700,1010,1350,1910,1480,1470,1590,1500,1340,1900,1770,1810,1570,1070,1000,910,390,190,170,60,20,20,110,460,930,1320,1910,2030,1890,1690,1980,1700,1540,1950,1510,1070,850,1150,840,890,670,300,120,80,70,80,20,90,300,630,1150,920,620,570,880,1050,1170,970,1010,1150,1300,1310,1090,840]},{"name":"Groups","color":"#9ED448","values":[890,360,200,60,70,190,590,830,1230,1370,1040,1270,1710,1920,1570,1330,1550,1560,1550,2100,2600,2920,2630,1490,670,380,120,100,140,310,710,1100,1150,1130,1320,1330,1670,1420,1900,1400,1540,1820,1650,2080,2420,2560,2810,2120,870,470,120,90,80,320,1170,910,1210,1150,1160,1440,1550,1470,1750,1510,1870,1610,1850,2130,1700,2300,2220,2090,1360,490,260,170,60,140,590,780,1220,1500,1580,1760,1680,1680,1620,1230,1440,1610,1430,1350,1760,2080,1760,1450,1090,1040,340,200,40,90,240,650,1520,2060,1510,1300,1600,1640,1620,1590,1990,1990,1590,1480,1590,1780,2300,2160,1210,750,310,270,140,220,220,680,970,1340,1370,1770,1460,1600,1690,1220,1570,1310,2050,1790,1890,2170,2080,2800,2000,1060,540,130,50,230,310,610,1170,1960,1750,1670,1540,1740,1730,1870,1760,1830,1850,1640,2140,2320,2390,1890]},{"name":"Channel","color":"#4fae4e","values":[70,80,0,10,0,0,30,70,90,150,60,110,90,200,180,130,130,170,190,210,180,320,90,120,100,20,10,40,0,10,20,110,40,60,180,200,70,110,110,220,180,220,100,190,190,270,170,130,60,20,10,0,0,20,50,60,40,60,90,70,140,170,160,70,160,180,90,140,160,150,170,130,160,50,10,20,0,10,10,200,90,130,90,110,170,210,100,270,140,230,200,70,110,90,150,100,40,80,20,0,10,20,20,0,80,110,130,150,130,160,150,160,140,170,90,140,120,190,110,50,110,30,50,0,0,10,40,80,100,150,190,110,200,110,180,140,220,230,200,150,200,200,180,220,100,60,10,30,30,10,0,50,90,210,180,360,120,200,240,190,270,190,160,300,200,200,170,140]},{"name":"Search","color":"#F5BD25","values":[50,10,20,0,20,60,190,310,320,200,110,440,210,310,60,190,210,270,180,200,180,160,150,100,40,20,0,0,0,80,120,300,160,230,780,880,160,150,360,170,230,320,240,320,210,180,140,60,70,110,10,30,0,30,130,220,160,120,800,170,290,210,130,240,270,120,170,280,190,430,110,140,130,20,0,0,0,60,60,140,320,140,210,110,210,680,160,120,180,110,130,120,170,160,220,180,50,70,0,0,10,120,20,230,280,330,440,240,260,520,430,50,200,120,220,270,190,80,70,190,70,160,20,20,0,170,10,210,180,140,110,550,500,210,170,120,80,130,230,210,200,250,150,200,180,100,100,70,10,30,0,50,100,170,340,330,140,250,80,350,200,90,370,210,130,180,70,180]},{"name":"Other","color":"#F79E39","values":[60,70,10,20,20,10,120,250,200,200,330,200,310,260,320,120,180,420,320,170,300,330,240,160,80,30,30,10,10,20,140,200,210,340,280,210,300,240,280,320,230,300,260,360,450,280,380,290,120,70,0,10,10,150,150,170,230,240,230,310,310,270,170,310,170,320,280,380,310,340,300,150,110,150,60,20,10,20,60,130,190,280,300,250,310,230,350,240,280,190,250,250,260,290,230,190,80,50,40,20,10,10,30,70,210,160,240,220,240,320,230,220,290,190,290,260,230,280,240,150,100,40,40,20,20,30,40,90,200,160,220,310,290,230,280,250,290,200,280,230,280,230,300,190,190,40,30,40,10,50,20,100,240,250,320,310,70,240,220,260,180,210,320,300,240,200,260,260]},{"name":"PM","color":"#E65850","values":[20,0,0,0,0,0,0,10,30,10,0,10,30,10,0,20,20,0,10,10,0,10,10,0,0,0,0,0,0,0,0,10,20,20,10,20,20,20,0,0,0,10,0,10,10,10,20,0,10,0,0,0,0,0,0,10,10,0,30,10,0,20,20,20,0,20,40,20,0,0,0,10,10,0,0,0,0,0,0,10,30,10,0,10,0,0,20,0,30,10,10,0,10,10,10,0,0,0,0,0,0,0,0,0,10,0,20,30,30,0,0,0,10,0,10,20,0,20,10,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,0,10,0,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,30,40,20,10,20,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/23.json b/dist/chartDummyData/views_zoom/2018-12/23.json new file mode 100644 index 000000000..6c0470b64 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/23.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1545264000000,1545267600000,1545271200000,1545274800000,1545278400000,1545282000000,1545285600000,1545289200000,1545292800000,1545296400000,1545300000000,1545303600000,1545307200000,1545310800000,1545314400000,1545318000000,1545321600000,1545325200000,1545328800000,1545332400000,1545336000000,1545339600000,1545343200000,1545346800000,1545350400000,1545354000000,1545357600000,1545361200000,1545364800000,1545368400000,1545372000000,1545375600000,1545379200000,1545382800000,1545386400000,1545390000000,1545393600000,1545397200000,1545400800000,1545404400000,1545408000000,1545411600000,1545415200000,1545418800000,1545422400000,1545426000000,1545429600000,1545433200000,1545436800000,1545440400000,1545444000000,1545447600000,1545451200000,1545454800000,1545458400000,1545462000000,1545465600000,1545469200000,1545472800000,1545476400000,1545480000000,1545483600000,1545487200000,1545490800000,1545494400000,1545498000000,1545501600000,1545505200000,1545508800000,1545512400000,1545516000000,1545519600000,1545523200000,1545526800000,1545530400000,1545534000000,1545537600000,1545541200000,1545544800000,1545548400000,1545552000000,1545555600000,1545559200000,1545562800000,1545566400000,1545570000000,1545573600000,1545577200000,1545580800000,1545584400000,1545588000000,1545591600000,1545595200000,1545598800000,1545602400000,1545606000000,1545609600000,1545613200000,1545616800000,1545620400000,1545624000000,1545627600000,1545631200000,1545634800000,1545638400000,1545642000000,1545645600000,1545649200000,1545652800000,1545656400000,1545660000000,1545663600000,1545667200000,1545670800000,1545674400000,1545678000000,1545681600000,1545685200000,1545688800000,1545692400000,1545696000000,1545699600000,1545703200000,1545706800000,1545710400000,1545714000000,1545717600000,1545721200000,1545724800000,1545728400000,1545732000000,1545735600000,1545739200000,1545742800000,1545746400000,1545750000000,1545753600000,1545757200000,1545760800000,1545764400000,1545768000000,1545771600000,1545775200000,1545778800000,1545782400000,1545786000000,1545789600000,1545793200000,1545796800000,1545800400000,1545804000000,1545807600000,1545811200000,1545814800000,1545818400000,1545822000000,1545825600000,1545829200000,1545832800000,1545836400000,1545840000000,1545843600000,1545847200000,1545850800000,1545854400000,1545858000000,1545861600000,1545865200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[450,190,50,70,90,200,370,1020,1220,1810,2230,1840,1820,2160,2130,2290,2190,2340,2040,2190,1950,1980,1620,1170,570,300,110,150,180,200,600,840,1330,1580,1940,1740,1880,2220,2000,1680,2020,1920,1960,2070,2440,2000,1760,1060,840,220,170,100,90,190,540,650,1040,1620,1610,2150,2270,2540,2920,2000,1980,2330,1750,1760,1830,1570,1860,1420,810,510,190,170,90,60,340,550,890,1980,2150,2340,1880,2260,2320,2280,1750,1800,2010,2060,1870,2290,2040,1720,1360,410,360,70,70,280,330,530,1000,1690,2200,2610,2410,2430,2830,2070,2760,2660,2570,2390,2560,2890,2540,2640,1860,1050,300,190,60,110,210,500,1030,2080,2710,3280,2670,2490,2410,2620,2400,2650,1910,2440,2800,2480,2620,2090,1030,970,890,450,120,110,270,360,1130,2080,2590,2470,2600,2330,2290,2190,2040,1720,2190,2210,2100,3020,2180,1630]},{"name":"URL","color":"#2373DB","values":[440,160,110,20,10,100,460,920,1180,1500,1920,1900,2290,2200,2040,2550,2280,2900,2760,2580,2720,1610,1380,1010,490,300,120,40,20,100,580,770,1280,1460,1820,1820,2230,2310,2010,2360,2890,2820,3050,2490,1960,1820,1490,910,590,150,120,80,30,70,190,410,870,1570,1820,1820,1910,1930,2150,1720,2120,1950,1890,1550,1730,1470,970,710,460,230,110,70,10,20,20,400,700,1010,1350,1910,1480,1470,1590,1500,1340,1900,1770,1810,1570,1070,1000,910,390,190,170,60,20,20,110,460,930,1320,1910,2030,1890,1690,1980,1700,1540,1950,1510,1070,850,1150,840,890,670,300,120,80,70,80,20,90,300,630,1150,920,620,570,880,1050,1170,970,1010,1150,1300,1310,1090,840,500,310,130,100,10,20,60,100,360,570,1250,1430,1170,910,1020,1050,1090,1400,1340,1320,1390,1270,930,660]},{"name":"Groups","color":"#9ED448","values":[670,380,120,100,140,310,710,1100,1150,1130,1320,1330,1670,1420,1900,1400,1540,1820,1650,2080,2420,2560,2810,2120,870,470,120,90,80,320,1170,910,1210,1150,1160,1440,1550,1470,1750,1510,1870,1610,1850,2130,1700,2300,2220,2090,1360,490,260,170,60,140,590,780,1220,1500,1580,1760,1680,1680,1620,1230,1440,1610,1430,1350,1760,2080,1760,1450,1090,1040,340,200,40,90,240,650,1520,2060,1510,1300,1600,1640,1620,1590,1990,1990,1590,1480,1590,1780,2300,2160,1210,750,310,270,140,220,220,680,970,1340,1370,1770,1460,1600,1690,1220,1570,1310,2050,1790,1890,2170,2080,2800,2000,1060,540,130,50,230,310,610,1170,1960,1750,1670,1540,1740,1730,1870,1760,1830,1850,1640,2140,2320,2390,1890,1120,720,280,100,100,170,120,490,810,1090,1210,2030,1480,1530,1930,2110,1630,1650,1620,1770,2450,2540,2460,1980]},{"name":"Channel","color":"#4fae4e","values":[100,20,10,40,0,10,20,110,40,60,180,200,70,110,110,220,180,220,100,190,190,270,170,130,60,20,10,0,0,20,50,60,40,60,90,70,140,170,160,70,160,180,90,140,160,150,170,130,160,50,10,20,0,10,10,200,90,130,90,110,170,210,100,270,140,230,200,70,110,90,150,100,40,80,20,0,10,20,20,0,80,110,130,150,130,160,150,160,140,170,90,140,120,190,110,50,110,30,50,0,0,10,40,80,100,150,190,110,200,110,180,140,220,230,200,150,200,200,180,220,100,60,10,30,30,10,0,50,90,210,180,360,120,200,240,190,270,190,160,300,200,200,170,140,110,180,160,60,20,0,70,0,40,130,80,140,90,290,160,190,400,160,230,140,170,150,310,120]},{"name":"Search","color":"#F5BD25","values":[40,20,0,0,0,80,120,300,160,230,780,880,160,150,360,170,230,320,240,320,210,180,140,60,70,110,10,30,0,30,130,220,160,120,800,170,290,210,130,240,270,120,170,280,190,430,110,140,130,20,0,0,0,60,60,140,320,140,210,110,210,680,160,120,180,110,130,120,170,160,220,180,50,70,0,0,10,120,20,230,280,330,440,240,260,520,430,50,200,120,220,270,190,80,70,190,70,160,20,20,0,170,10,210,180,140,110,550,500,210,170,120,80,130,230,210,200,250,150,200,180,100,100,70,10,30,0,50,100,170,340,330,140,250,80,350,200,90,370,210,130,180,70,180,130,20,10,20,10,20,10,10,100,190,120,200,160,160,120,130,370,280,160,400,260,150,220,130]},{"name":"Other","color":"#F79E39","values":[80,30,30,10,10,20,140,200,210,340,280,210,300,240,280,320,230,300,260,360,450,280,380,290,120,70,0,10,10,150,150,170,230,240,230,310,310,270,170,310,170,320,280,380,310,340,300,150,110,150,60,20,10,20,60,130,190,280,300,250,310,230,350,240,280,190,250,250,260,290,230,190,80,50,40,20,10,10,30,70,210,160,240,220,240,320,230,220,290,190,290,260,230,280,240,150,100,40,40,20,20,30,40,90,200,160,220,310,290,230,280,250,290,200,280,230,280,230,300,190,190,40,30,40,10,50,20,100,240,250,320,310,70,240,220,260,180,210,320,300,240,200,260,260,100,50,40,20,0,0,30,100,110,220,250,330,210,220,340,160,280,210,240,270,200,330,280,170]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,20,20,10,20,20,20,0,0,0,10,0,10,10,10,20,0,10,0,0,0,0,0,0,10,10,0,30,10,0,20,20,20,0,20,40,20,0,0,0,10,10,0,0,0,0,0,0,10,30,10,0,10,0,0,20,0,30,10,10,0,10,10,10,0,0,0,0,0,0,0,0,0,10,0,20,30,30,0,0,0,10,0,10,20,0,20,10,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,0,10,0,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,30,40,20,10,20,0,0,10,0,0,0,0,0,0,0,0,0,10,0,20,10,20,10,20,10,10,0,0,0,20,10,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/24.json b/dist/chartDummyData/views_zoom/2018-12/24.json new file mode 100644 index 000000000..5df2951f3 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/24.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1545350400000,1545354000000,1545357600000,1545361200000,1545364800000,1545368400000,1545372000000,1545375600000,1545379200000,1545382800000,1545386400000,1545390000000,1545393600000,1545397200000,1545400800000,1545404400000,1545408000000,1545411600000,1545415200000,1545418800000,1545422400000,1545426000000,1545429600000,1545433200000,1545436800000,1545440400000,1545444000000,1545447600000,1545451200000,1545454800000,1545458400000,1545462000000,1545465600000,1545469200000,1545472800000,1545476400000,1545480000000,1545483600000,1545487200000,1545490800000,1545494400000,1545498000000,1545501600000,1545505200000,1545508800000,1545512400000,1545516000000,1545519600000,1545523200000,1545526800000,1545530400000,1545534000000,1545537600000,1545541200000,1545544800000,1545548400000,1545552000000,1545555600000,1545559200000,1545562800000,1545566400000,1545570000000,1545573600000,1545577200000,1545580800000,1545584400000,1545588000000,1545591600000,1545595200000,1545598800000,1545602400000,1545606000000,1545609600000,1545613200000,1545616800000,1545620400000,1545624000000,1545627600000,1545631200000,1545634800000,1545638400000,1545642000000,1545645600000,1545649200000,1545652800000,1545656400000,1545660000000,1545663600000,1545667200000,1545670800000,1545674400000,1545678000000,1545681600000,1545685200000,1545688800000,1545692400000,1545696000000,1545699600000,1545703200000,1545706800000,1545710400000,1545714000000,1545717600000,1545721200000,1545724800000,1545728400000,1545732000000,1545735600000,1545739200000,1545742800000,1545746400000,1545750000000,1545753600000,1545757200000,1545760800000,1545764400000,1545768000000,1545771600000,1545775200000,1545778800000,1545782400000,1545786000000,1545789600000,1545793200000,1545796800000,1545800400000,1545804000000,1545807600000,1545811200000,1545814800000,1545818400000,1545822000000,1545825600000,1545829200000,1545832800000,1545836400000,1545840000000,1545843600000,1545847200000,1545850800000,1545854400000,1545858000000,1545861600000,1545865200000,1545868800000,1545872400000,1545876000000,1545879600000,1545883200000,1545886800000,1545890400000,1545894000000,1545897600000,1545901200000,1545904800000,1545908400000,1545912000000,1545915600000,1545919200000,1545922800000,1545926400000,1545930000000,1545933600000,1545937200000,1545940800000,1545944400000,1545948000000,1545951600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[570,300,110,150,180,200,600,840,1330,1580,1940,1740,1880,2220,2000,1680,2020,1920,1960,2070,2440,2000,1760,1060,840,220,170,100,90,190,540,650,1040,1620,1610,2150,2270,2540,2920,2000,1980,2330,1750,1760,1830,1570,1860,1420,810,510,190,170,90,60,340,550,890,1980,2150,2340,1880,2260,2320,2280,1750,1800,2010,2060,1870,2290,2040,1720,1360,410,360,70,70,280,330,530,1000,1690,2200,2610,2410,2430,2830,2070,2760,2660,2570,2390,2560,2890,2540,2640,1860,1050,300,190,60,110,210,500,1030,2080,2710,3280,2670,2490,2410,2620,2400,2650,1910,2440,2800,2480,2620,2090,1030,970,890,450,120,110,270,360,1130,2080,2590,2470,2600,2330,2290,2190,2040,1720,2190,2210,2100,3020,2180,1630,710,580,320,110,50,160,160,580,1100,1380,2150,1910,1930,3070,2160,2500,2000,2600,1900,2950,2540,2400,1790,2030]},{"name":"URL","color":"#2373DB","values":[490,300,120,40,20,100,580,770,1280,1460,1820,1820,2230,2310,2010,2360,2890,2820,3050,2490,1960,1820,1490,910,590,150,120,80,30,70,190,410,870,1570,1820,1820,1910,1930,2150,1720,2120,1950,1890,1550,1730,1470,970,710,460,230,110,70,10,20,20,400,700,1010,1350,1910,1480,1470,1590,1500,1340,1900,1770,1810,1570,1070,1000,910,390,190,170,60,20,20,110,460,930,1320,1910,2030,1890,1690,1980,1700,1540,1950,1510,1070,850,1150,840,890,670,300,120,80,70,80,20,90,300,630,1150,920,620,570,880,1050,1170,970,1010,1150,1300,1310,1090,840,500,310,130,100,10,20,60,100,360,570,1250,1430,1170,910,1020,1050,1090,1400,1340,1320,1390,1270,930,660,480,170,170,60,30,30,150,240,690,1280,1550,1970,2060,1820,2030,2020,2110,2350,2240,1870,1770,1600,1190,1210]},{"name":"Groups","color":"#9ED448","values":[870,470,120,90,80,320,1170,910,1210,1150,1160,1440,1550,1470,1750,1510,1870,1610,1850,2130,1700,2300,2220,2090,1360,490,260,170,60,140,590,780,1220,1500,1580,1760,1680,1680,1620,1230,1440,1610,1430,1350,1760,2080,1760,1450,1090,1040,340,200,40,90,240,650,1520,2060,1510,1300,1600,1640,1620,1590,1990,1990,1590,1480,1590,1780,2300,2160,1210,750,310,270,140,220,220,680,970,1340,1370,1770,1460,1600,1690,1220,1570,1310,2050,1790,1890,2170,2080,2800,2000,1060,540,130,50,230,310,610,1170,1960,1750,1670,1540,1740,1730,1870,1760,1830,1850,1640,2140,2320,2390,1890,1120,720,280,100,100,170,120,490,810,1090,1210,2030,1480,1530,1930,2110,1630,1650,1620,1770,2450,2540,2460,1980,980,640,240,90,100,190,360,640,910,1370,1310,1630,1780,1820,1690,1710,1770,1600,1580,1910,2070,2420,2680,1920]},{"name":"Channel","color":"#4fae4e","values":[60,20,10,0,0,20,50,60,40,60,90,70,140,170,160,70,160,180,90,140,160,150,170,130,160,50,10,20,0,10,10,200,90,130,90,110,170,210,100,270,140,230,200,70,110,90,150,100,40,80,20,0,10,20,20,0,80,110,130,150,130,160,150,160,140,170,90,140,120,190,110,50,110,30,50,0,0,10,40,80,100,150,190,110,200,110,180,140,220,230,200,150,200,200,180,220,100,60,10,30,30,10,0,50,90,210,180,360,120,200,240,190,270,190,160,300,200,200,170,140,110,180,160,60,20,0,70,0,40,130,80,140,90,290,160,190,400,160,230,140,170,150,310,120,100,90,70,10,0,0,10,20,50,120,200,240,110,150,160,190,150,140,130,260,220,200,160,140]},{"name":"Search","color":"#F5BD25","values":[70,110,10,30,0,30,130,220,160,120,800,170,290,210,130,240,270,120,170,280,190,430,110,140,130,20,0,0,0,60,60,140,320,140,210,110,210,680,160,120,180,110,130,120,170,160,220,180,50,70,0,0,10,120,20,230,280,330,440,240,260,520,430,50,200,120,220,270,190,80,70,190,70,160,20,20,0,170,10,210,180,140,110,550,500,210,170,120,80,130,230,210,200,250,150,200,180,100,100,70,10,30,0,50,100,170,340,330,140,250,80,350,200,90,370,210,130,180,70,180,130,20,10,20,10,20,10,10,100,190,120,200,160,160,120,130,370,280,160,400,260,150,220,130,90,50,40,0,20,0,20,160,690,220,260,210,370,510,320,130,230,810,470,810,280,150,330,550]},{"name":"Other","color":"#F79E39","values":[120,70,0,10,10,150,150,170,230,240,230,310,310,270,170,310,170,320,280,380,310,340,300,150,110,150,60,20,10,20,60,130,190,280,300,250,310,230,350,240,280,190,250,250,260,290,230,190,80,50,40,20,10,10,30,70,210,160,240,220,240,320,230,220,290,190,290,260,230,280,240,150,100,40,40,20,20,30,40,90,200,160,220,310,290,230,280,250,290,200,280,230,280,230,300,190,190,40,30,40,10,50,20,100,240,250,320,310,70,240,220,260,180,210,320,300,240,200,260,260,100,50,40,20,0,0,30,100,110,220,250,330,210,220,340,160,280,210,240,270,200,330,280,170,200,60,20,40,10,40,50,80,60,300,300,300,440,510,290,240,300,180,290,340,330,540,300,200]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,0,10,10,0,30,10,0,20,20,20,0,20,40,20,0,0,0,10,10,0,0,0,0,0,0,10,30,10,0,10,0,0,20,0,30,10,10,0,10,10,10,0,0,0,0,0,0,0,0,0,10,0,20,30,30,0,0,0,10,0,10,20,0,20,10,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,0,10,0,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,30,40,20,10,20,0,0,10,0,0,0,0,0,0,0,0,0,10,0,20,10,20,10,20,10,10,0,0,0,20,10,10,0,0,10,0,0,0,0,0,0,0,10,20,30,0,20,0,10,0,20,20,20,20,10,20]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/25.json b/dist/chartDummyData/views_zoom/2018-12/25.json new file mode 100644 index 000000000..1feb3b6fa --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/25.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1545436800000,1545440400000,1545444000000,1545447600000,1545451200000,1545454800000,1545458400000,1545462000000,1545465600000,1545469200000,1545472800000,1545476400000,1545480000000,1545483600000,1545487200000,1545490800000,1545494400000,1545498000000,1545501600000,1545505200000,1545508800000,1545512400000,1545516000000,1545519600000,1545523200000,1545526800000,1545530400000,1545534000000,1545537600000,1545541200000,1545544800000,1545548400000,1545552000000,1545555600000,1545559200000,1545562800000,1545566400000,1545570000000,1545573600000,1545577200000,1545580800000,1545584400000,1545588000000,1545591600000,1545595200000,1545598800000,1545602400000,1545606000000,1545609600000,1545613200000,1545616800000,1545620400000,1545624000000,1545627600000,1545631200000,1545634800000,1545638400000,1545642000000,1545645600000,1545649200000,1545652800000,1545656400000,1545660000000,1545663600000,1545667200000,1545670800000,1545674400000,1545678000000,1545681600000,1545685200000,1545688800000,1545692400000,1545696000000,1545699600000,1545703200000,1545706800000,1545710400000,1545714000000,1545717600000,1545721200000,1545724800000,1545728400000,1545732000000,1545735600000,1545739200000,1545742800000,1545746400000,1545750000000,1545753600000,1545757200000,1545760800000,1545764400000,1545768000000,1545771600000,1545775200000,1545778800000,1545782400000,1545786000000,1545789600000,1545793200000,1545796800000,1545800400000,1545804000000,1545807600000,1545811200000,1545814800000,1545818400000,1545822000000,1545825600000,1545829200000,1545832800000,1545836400000,1545840000000,1545843600000,1545847200000,1545850800000,1545854400000,1545858000000,1545861600000,1545865200000,1545868800000,1545872400000,1545876000000,1545879600000,1545883200000,1545886800000,1545890400000,1545894000000,1545897600000,1545901200000,1545904800000,1545908400000,1545912000000,1545915600000,1545919200000,1545922800000,1545926400000,1545930000000,1545933600000,1545937200000,1545940800000,1545944400000,1545948000000,1545951600000,1545955200000,1545958800000,1545962400000,1545966000000,1545969600000,1545973200000,1545976800000,1545980400000,1545984000000,1545987600000,1545991200000,1545994800000,1545998400000,1546002000000,1546005600000,1546009200000,1546012800000,1546016400000,1546020000000,1546023600000,1546027200000,1546030800000,1546034400000,1546038000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[840,220,170,100,90,190,540,650,1040,1620,1610,2150,2270,2540,2920,2000,1980,2330,1750,1760,1830,1570,1860,1420,810,510,190,170,90,60,340,550,890,1980,2150,2340,1880,2260,2320,2280,1750,1800,2010,2060,1870,2290,2040,1720,1360,410,360,70,70,280,330,530,1000,1690,2200,2610,2410,2430,2830,2070,2760,2660,2570,2390,2560,2890,2540,2640,1860,1050,300,190,60,110,210,500,1030,2080,2710,3280,2670,2490,2410,2620,2400,2650,1910,2440,2800,2480,2620,2090,1030,970,890,450,120,110,270,360,1130,2080,2590,2470,2600,2330,2290,2190,2040,1720,2190,2210,2100,3020,2180,1630,710,580,320,110,50,160,160,580,1100,1380,2150,1910,1930,3070,2160,2500,2000,2600,1900,2950,2540,2400,1790,2030,1000,570,210,150,60,210,520,560,960,1640,2320,2940,2130,2300,2340,2190,1980,2000,2300,1900,2550,2670,2000,1650]},{"name":"URL","color":"#2373DB","values":[590,150,120,80,30,70,190,410,870,1570,1820,1820,1910,1930,2150,1720,2120,1950,1890,1550,1730,1470,970,710,460,230,110,70,10,20,20,400,700,1010,1350,1910,1480,1470,1590,1500,1340,1900,1770,1810,1570,1070,1000,910,390,190,170,60,20,20,110,460,930,1320,1910,2030,1890,1690,1980,1700,1540,1950,1510,1070,850,1150,840,890,670,300,120,80,70,80,20,90,300,630,1150,920,620,570,880,1050,1170,970,1010,1150,1300,1310,1090,840,500,310,130,100,10,20,60,100,360,570,1250,1430,1170,910,1020,1050,1090,1400,1340,1320,1390,1270,930,660,480,170,170,60,30,30,150,240,690,1280,1550,1970,2060,1820,2030,2020,2110,2350,2240,1870,1770,1600,1190,1210,580,510,210,80,10,10,40,480,610,1130,1470,1530,1620,1850,2030,2000,1880,2350,2130,1940,1850,1380,1310,1130]},{"name":"Groups","color":"#9ED448","values":[1360,490,260,170,60,140,590,780,1220,1500,1580,1760,1680,1680,1620,1230,1440,1610,1430,1350,1760,2080,1760,1450,1090,1040,340,200,40,90,240,650,1520,2060,1510,1300,1600,1640,1620,1590,1990,1990,1590,1480,1590,1780,2300,2160,1210,750,310,270,140,220,220,680,970,1340,1370,1770,1460,1600,1690,1220,1570,1310,2050,1790,1890,2170,2080,2800,2000,1060,540,130,50,230,310,610,1170,1960,1750,1670,1540,1740,1730,1870,1760,1830,1850,1640,2140,2320,2390,1890,1120,720,280,100,100,170,120,490,810,1090,1210,2030,1480,1530,1930,2110,1630,1650,1620,1770,2450,2540,2460,1980,980,640,240,90,100,190,360,640,910,1370,1310,1630,1780,1820,1690,1710,1770,1600,1580,1910,2070,2420,2680,1920,1580,770,320,200,90,110,160,590,1180,1070,1310,1600,2160,1960,1620,1490,2060,2270,1780,1780,2360,2320,2380,2780]},{"name":"Channel","color":"#4fae4e","values":[160,50,10,20,0,10,10,200,90,130,90,110,170,210,100,270,140,230,200,70,110,90,150,100,40,80,20,0,10,20,20,0,80,110,130,150,130,160,150,160,140,170,90,140,120,190,110,50,110,30,50,0,0,10,40,80,100,150,190,110,200,110,180,140,220,230,200,150,200,200,180,220,100,60,10,30,30,10,0,50,90,210,180,360,120,200,240,190,270,190,160,300,200,200,170,140,110,180,160,60,20,0,70,0,40,130,80,140,90,290,160,190,400,160,230,140,170,150,310,120,100,90,70,10,0,0,10,20,50,120,200,240,110,150,160,190,150,140,130,260,220,200,160,140,100,90,30,40,0,0,0,30,150,210,100,140,90,50,120,90,90,60,110,110,120,150,140,220]},{"name":"Search","color":"#F5BD25","values":[130,20,0,0,0,60,60,140,320,140,210,110,210,680,160,120,180,110,130,120,170,160,220,180,50,70,0,0,10,120,20,230,280,330,440,240,260,520,430,50,200,120,220,270,190,80,70,190,70,160,20,20,0,170,10,210,180,140,110,550,500,210,170,120,80,130,230,210,200,250,150,200,180,100,100,70,10,30,0,50,100,170,340,330,140,250,80,350,200,90,370,210,130,180,70,180,130,20,10,20,10,20,10,10,100,190,120,200,160,160,120,130,370,280,160,400,260,150,220,130,90,50,40,0,20,0,20,160,690,220,260,210,370,510,320,130,230,810,470,810,280,150,330,550,170,10,0,0,30,10,20,320,160,340,1110,710,110,190,150,230,330,220,370,430,990,760,250,360]},{"name":"Other","color":"#F79E39","values":[110,150,60,20,10,20,60,130,190,280,300,250,310,230,350,240,280,190,250,250,260,290,230,190,80,50,40,20,10,10,30,70,210,160,240,220,240,320,230,220,290,190,290,260,230,280,240,150,100,40,40,20,20,30,40,90,200,160,220,310,290,230,280,250,290,200,280,230,280,230,300,190,190,40,30,40,10,50,20,100,240,250,320,310,70,240,220,260,180,210,320,300,240,200,260,260,100,50,40,20,0,0,30,100,110,220,250,330,210,220,340,160,280,210,240,270,200,330,280,170,200,60,20,40,10,40,50,80,60,300,300,300,440,510,290,240,300,180,290,340,330,540,300,200,120,50,90,20,0,20,20,130,170,250,340,300,250,550,210,370,380,310,270,440,460,330,310,300]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,0,10,30,10,0,10,0,0,20,0,30,10,10,0,10,10,10,0,0,0,0,0,0,0,0,0,10,0,20,30,30,0,0,0,10,0,10,20,0,20,10,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,0,10,0,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,30,40,20,10,20,0,0,10,0,0,0,0,0,0,0,0,0,10,0,20,10,20,10,20,10,10,0,0,0,20,10,10,0,0,10,0,0,0,0,0,0,0,10,20,30,0,20,0,10,0,20,20,20,20,10,20,0,0,0,0,0,0,10,10,10,10,0,10,10,0,10,0,10,10,0,20,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/26.json b/dist/chartDummyData/views_zoom/2018-12/26.json new file mode 100644 index 000000000..99d2b295c --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/26.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1545523200000,1545526800000,1545530400000,1545534000000,1545537600000,1545541200000,1545544800000,1545548400000,1545552000000,1545555600000,1545559200000,1545562800000,1545566400000,1545570000000,1545573600000,1545577200000,1545580800000,1545584400000,1545588000000,1545591600000,1545595200000,1545598800000,1545602400000,1545606000000,1545609600000,1545613200000,1545616800000,1545620400000,1545624000000,1545627600000,1545631200000,1545634800000,1545638400000,1545642000000,1545645600000,1545649200000,1545652800000,1545656400000,1545660000000,1545663600000,1545667200000,1545670800000,1545674400000,1545678000000,1545681600000,1545685200000,1545688800000,1545692400000,1545696000000,1545699600000,1545703200000,1545706800000,1545710400000,1545714000000,1545717600000,1545721200000,1545724800000,1545728400000,1545732000000,1545735600000,1545739200000,1545742800000,1545746400000,1545750000000,1545753600000,1545757200000,1545760800000,1545764400000,1545768000000,1545771600000,1545775200000,1545778800000,1545782400000,1545786000000,1545789600000,1545793200000,1545796800000,1545800400000,1545804000000,1545807600000,1545811200000,1545814800000,1545818400000,1545822000000,1545825600000,1545829200000,1545832800000,1545836400000,1545840000000,1545843600000,1545847200000,1545850800000,1545854400000,1545858000000,1545861600000,1545865200000,1545868800000,1545872400000,1545876000000,1545879600000,1545883200000,1545886800000,1545890400000,1545894000000,1545897600000,1545901200000,1545904800000,1545908400000,1545912000000,1545915600000,1545919200000,1545922800000,1545926400000,1545930000000,1545933600000,1545937200000,1545940800000,1545944400000,1545948000000,1545951600000,1545955200000,1545958800000,1545962400000,1545966000000,1545969600000,1545973200000,1545976800000,1545980400000,1545984000000,1545987600000,1545991200000,1545994800000,1545998400000,1546002000000,1546005600000,1546009200000,1546012800000,1546016400000,1546020000000,1546023600000,1546027200000,1546030800000,1546034400000,1546038000000,1546041600000,1546045200000,1546048800000,1546052400000,1546056000000,1546059600000,1546063200000,1546066800000,1546070400000,1546074000000,1546077600000,1546081200000,1546084800000,1546088400000,1546092000000,1546095600000,1546099200000,1546102800000,1546106400000,1546110000000,1546113600000,1546117200000,1546120800000,1546124400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[810,510,190,170,90,60,340,550,890,1980,2150,2340,1880,2260,2320,2280,1750,1800,2010,2060,1870,2290,2040,1720,1360,410,360,70,70,280,330,530,1000,1690,2200,2610,2410,2430,2830,2070,2760,2660,2570,2390,2560,2890,2540,2640,1860,1050,300,190,60,110,210,500,1030,2080,2710,3280,2670,2490,2410,2620,2400,2650,1910,2440,2800,2480,2620,2090,1030,970,890,450,120,110,270,360,1130,2080,2590,2470,2600,2330,2290,2190,2040,1720,2190,2210,2100,3020,2180,1630,710,580,320,110,50,160,160,580,1100,1380,2150,1910,1930,3070,2160,2500,2000,2600,1900,2950,2540,2400,1790,2030,1000,570,210,150,60,210,520,560,960,1640,2320,2940,2130,2300,2340,2190,1980,2000,2300,1900,2550,2670,2000,1650,1610,580,280,400,70,140,240,470,1090,1210,2010,1940,2180,2200,2410,2230,2210,1830,2600,1710,1800,1570,2760,2920]},{"name":"URL","color":"#2373DB","values":[460,230,110,70,10,20,20,400,700,1010,1350,1910,1480,1470,1590,1500,1340,1900,1770,1810,1570,1070,1000,910,390,190,170,60,20,20,110,460,930,1320,1910,2030,1890,1690,1980,1700,1540,1950,1510,1070,850,1150,840,890,670,300,120,80,70,80,20,90,300,630,1150,920,620,570,880,1050,1170,970,1010,1150,1300,1310,1090,840,500,310,130,100,10,20,60,100,360,570,1250,1430,1170,910,1020,1050,1090,1400,1340,1320,1390,1270,930,660,480,170,170,60,30,30,150,240,690,1280,1550,1970,2060,1820,2030,2020,2110,2350,2240,1870,1770,1600,1190,1210,580,510,210,80,10,10,40,480,610,1130,1470,1530,1620,1850,2030,2000,1880,2350,2130,1940,1850,1380,1310,1130,690,330,130,140,80,50,160,200,820,920,1700,1810,1440,1580,1730,1960,1650,2180,1990,1390,1510,1210,1020,870]},{"name":"Groups","color":"#9ED448","values":[1090,1040,340,200,40,90,240,650,1520,2060,1510,1300,1600,1640,1620,1590,1990,1990,1590,1480,1590,1780,2300,2160,1210,750,310,270,140,220,220,680,970,1340,1370,1770,1460,1600,1690,1220,1570,1310,2050,1790,1890,2170,2080,2800,2000,1060,540,130,50,230,310,610,1170,1960,1750,1670,1540,1740,1730,1870,1760,1830,1850,1640,2140,2320,2390,1890,1120,720,280,100,100,170,120,490,810,1090,1210,2030,1480,1530,1930,2110,1630,1650,1620,1770,2450,2540,2460,1980,980,640,240,90,100,190,360,640,910,1370,1310,1630,1780,1820,1690,1710,1770,1600,1580,1910,2070,2420,2680,1920,1580,770,320,200,90,110,160,590,1180,1070,1310,1600,2160,1960,1620,1490,2060,2270,1780,1780,2360,2320,2380,2780,1750,620,350,140,210,160,610,780,880,1270,1420,1640,1780,1450,1590,1310,1870,1460,1490,1800,1710,2030,2210,1660]},{"name":"Channel","color":"#4fae4e","values":[40,80,20,0,10,20,20,0,80,110,130,150,130,160,150,160,140,170,90,140,120,190,110,50,110,30,50,0,0,10,40,80,100,150,190,110,200,110,180,140,220,230,200,150,200,200,180,220,100,60,10,30,30,10,0,50,90,210,180,360,120,200,240,190,270,190,160,300,200,200,170,140,110,180,160,60,20,0,70,0,40,130,80,140,90,290,160,190,400,160,230,140,170,150,310,120,100,90,70,10,0,0,10,20,50,120,200,240,110,150,160,190,150,140,130,260,220,200,160,140,100,90,30,40,0,0,0,30,150,210,100,140,90,50,120,90,90,60,110,110,120,150,140,220,100,60,30,20,0,0,30,10,150,40,190,100,110,190,210,80,170,140,210,100,120,80,90,100]},{"name":"Search","color":"#F5BD25","values":[50,70,0,0,10,120,20,230,280,330,440,240,260,520,430,50,200,120,220,270,190,80,70,190,70,160,20,20,0,170,10,210,180,140,110,550,500,210,170,120,80,130,230,210,200,250,150,200,180,100,100,70,10,30,0,50,100,170,340,330,140,250,80,350,200,90,370,210,130,180,70,180,130,20,10,20,10,20,10,10,100,190,120,200,160,160,120,130,370,280,160,400,260,150,220,130,90,50,40,0,20,0,20,160,690,220,260,210,370,510,320,130,230,810,470,810,280,150,330,550,170,10,0,0,30,10,20,320,160,340,1110,710,110,190,150,230,330,220,370,430,990,760,250,360,240,210,20,80,20,20,70,290,310,400,390,260,250,470,280,240,210,240,320,280,280,210,650,210]},{"name":"Other","color":"#F79E39","values":[80,50,40,20,10,10,30,70,210,160,240,220,240,320,230,220,290,190,290,260,230,280,240,150,100,40,40,20,20,30,40,90,200,160,220,310,290,230,280,250,290,200,280,230,280,230,300,190,190,40,30,40,10,50,20,100,240,250,320,310,70,240,220,260,180,210,320,300,240,200,260,260,100,50,40,20,0,0,30,100,110,220,250,330,210,220,340,160,280,210,240,270,200,330,280,170,200,60,20,40,10,40,50,80,60,300,300,300,440,510,290,240,300,180,290,340,330,540,300,200,120,50,90,20,0,20,20,130,170,250,340,300,250,550,210,370,380,310,270,440,460,330,310,300,200,90,70,30,0,10,50,60,160,210,310,140,210,530,410,260,250,210,190,240,290,260,210,190]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,20,30,30,0,0,0,10,0,10,20,0,20,10,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,0,10,0,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,30,40,20,10,20,0,0,10,0,0,0,0,0,0,0,0,0,10,0,20,10,20,10,20,10,10,0,0,0,20,10,10,0,0,10,0,0,0,0,0,0,0,10,20,30,0,20,0,10,0,20,20,20,20,10,20,0,0,0,0,0,0,10,10,10,10,0,10,10,0,10,0,10,10,0,20,0,10,0,0,0,0,0,0,0,0,10,10,0,0,10,0,10,20,30,0,20,10,0,10,20,40,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/27.json b/dist/chartDummyData/views_zoom/2018-12/27.json new file mode 100644 index 000000000..4145be869 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/27.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1545609600000,1545613200000,1545616800000,1545620400000,1545624000000,1545627600000,1545631200000,1545634800000,1545638400000,1545642000000,1545645600000,1545649200000,1545652800000,1545656400000,1545660000000,1545663600000,1545667200000,1545670800000,1545674400000,1545678000000,1545681600000,1545685200000,1545688800000,1545692400000,1545696000000,1545699600000,1545703200000,1545706800000,1545710400000,1545714000000,1545717600000,1545721200000,1545724800000,1545728400000,1545732000000,1545735600000,1545739200000,1545742800000,1545746400000,1545750000000,1545753600000,1545757200000,1545760800000,1545764400000,1545768000000,1545771600000,1545775200000,1545778800000,1545782400000,1545786000000,1545789600000,1545793200000,1545796800000,1545800400000,1545804000000,1545807600000,1545811200000,1545814800000,1545818400000,1545822000000,1545825600000,1545829200000,1545832800000,1545836400000,1545840000000,1545843600000,1545847200000,1545850800000,1545854400000,1545858000000,1545861600000,1545865200000,1545868800000,1545872400000,1545876000000,1545879600000,1545883200000,1545886800000,1545890400000,1545894000000,1545897600000,1545901200000,1545904800000,1545908400000,1545912000000,1545915600000,1545919200000,1545922800000,1545926400000,1545930000000,1545933600000,1545937200000,1545940800000,1545944400000,1545948000000,1545951600000,1545955200000,1545958800000,1545962400000,1545966000000,1545969600000,1545973200000,1545976800000,1545980400000,1545984000000,1545987600000,1545991200000,1545994800000,1545998400000,1546002000000,1546005600000,1546009200000,1546012800000,1546016400000,1546020000000,1546023600000,1546027200000,1546030800000,1546034400000,1546038000000,1546041600000,1546045200000,1546048800000,1546052400000,1546056000000,1546059600000,1546063200000,1546066800000,1546070400000,1546074000000,1546077600000,1546081200000,1546084800000,1546088400000,1546092000000,1546095600000,1546099200000,1546102800000,1546106400000,1546110000000,1546113600000,1546117200000,1546120800000,1546124400000,1546128000000,1546131600000,1546135200000,1546138800000,1546142400000,1546146000000,1546149600000,1546153200000,1546156800000,1546160400000,1546164000000,1546167600000,1546171200000,1546174800000,1546178400000,1546182000000,1546185600000,1546189200000,1546192800000,1546196400000,1546200000000,1546203600000,1546207200000,1546210800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[1360,410,360,70,70,280,330,530,1000,1690,2200,2610,2410,2430,2830,2070,2760,2660,2570,2390,2560,2890,2540,2640,1860,1050,300,190,60,110,210,500,1030,2080,2710,3280,2670,2490,2410,2620,2400,2650,1910,2440,2800,2480,2620,2090,1030,970,890,450,120,110,270,360,1130,2080,2590,2470,2600,2330,2290,2190,2040,1720,2190,2210,2100,3020,2180,1630,710,580,320,110,50,160,160,580,1100,1380,2150,1910,1930,3070,2160,2500,2000,2600,1900,2950,2540,2400,1790,2030,1000,570,210,150,60,210,520,560,960,1640,2320,2940,2130,2300,2340,2190,1980,2000,2300,1900,2550,2670,2000,1650,1610,580,280,400,70,140,240,470,1090,1210,2010,1940,2180,2200,2410,2230,2210,1830,2600,1710,1800,1570,2760,2920,2160,1550,300,100,1230,40,130,410,890,1250,1850,2170,1950,2830,2460,2170,2650,2140,2700,1990,2570,2500,3490,1800]},{"name":"URL","color":"#2373DB","values":[390,190,170,60,20,20,110,460,930,1320,1910,2030,1890,1690,1980,1700,1540,1950,1510,1070,850,1150,840,890,670,300,120,80,70,80,20,90,300,630,1150,920,620,570,880,1050,1170,970,1010,1150,1300,1310,1090,840,500,310,130,100,10,20,60,100,360,570,1250,1430,1170,910,1020,1050,1090,1400,1340,1320,1390,1270,930,660,480,170,170,60,30,30,150,240,690,1280,1550,1970,2060,1820,2030,2020,2110,2350,2240,1870,1770,1600,1190,1210,580,510,210,80,10,10,40,480,610,1130,1470,1530,1620,1850,2030,2000,1880,2350,2130,1940,1850,1380,1310,1130,690,330,130,140,80,50,160,200,820,920,1700,1810,1440,1580,1730,1960,1650,2180,1990,1390,1510,1210,1020,870,450,230,160,120,10,50,80,160,400,800,1470,1610,1470,1300,2040,1630,1440,1600,1670,1690,1930,1420,1250,610]},{"name":"Groups","color":"#9ED448","values":[1210,750,310,270,140,220,220,680,970,1340,1370,1770,1460,1600,1690,1220,1570,1310,2050,1790,1890,2170,2080,2800,2000,1060,540,130,50,230,310,610,1170,1960,1750,1670,1540,1740,1730,1870,1760,1830,1850,1640,2140,2320,2390,1890,1120,720,280,100,100,170,120,490,810,1090,1210,2030,1480,1530,1930,2110,1630,1650,1620,1770,2450,2540,2460,1980,980,640,240,90,100,190,360,640,910,1370,1310,1630,1780,1820,1690,1710,1770,1600,1580,1910,2070,2420,2680,1920,1580,770,320,200,90,110,160,590,1180,1070,1310,1600,2160,1960,1620,1490,2060,2270,1780,1780,2360,2320,2380,2780,1750,620,350,140,210,160,610,780,880,1270,1420,1640,1780,1450,1590,1310,1870,1460,1490,1800,1710,2030,2210,1660,1830,1000,350,110,70,70,150,650,660,1240,1100,1400,1600,1540,1300,1780,1650,1360,1730,1790,2120,2460,2150,1860]},{"name":"Channel","color":"#4fae4e","values":[110,30,50,0,0,10,40,80,100,150,190,110,200,110,180,140,220,230,200,150,200,200,180,220,100,60,10,30,30,10,0,50,90,210,180,360,120,200,240,190,270,190,160,300,200,200,170,140,110,180,160,60,20,0,70,0,40,130,80,140,90,290,160,190,400,160,230,140,170,150,310,120,100,90,70,10,0,0,10,20,50,120,200,240,110,150,160,190,150,140,130,260,220,200,160,140,100,90,30,40,0,0,0,30,150,210,100,140,90,50,120,90,90,60,110,110,120,150,140,220,100,60,30,20,0,0,30,10,150,40,190,100,110,190,210,80,170,140,210,100,120,80,90,100,60,80,70,10,10,10,0,110,60,90,230,110,140,190,180,100,160,160,80,150,220,140,210,90]},{"name":"Search","color":"#F5BD25","values":[70,160,20,20,0,170,10,210,180,140,110,550,500,210,170,120,80,130,230,210,200,250,150,200,180,100,100,70,10,30,0,50,100,170,340,330,140,250,80,350,200,90,370,210,130,180,70,180,130,20,10,20,10,20,10,10,100,190,120,200,160,160,120,130,370,280,160,400,260,150,220,130,90,50,40,0,20,0,20,160,690,220,260,210,370,510,320,130,230,810,470,810,280,150,330,550,170,10,0,0,30,10,20,320,160,340,1110,710,110,190,150,230,330,220,370,430,990,760,250,360,240,210,20,80,20,20,70,290,310,400,390,260,250,470,280,240,210,240,320,280,280,210,650,210,120,120,30,0,30,130,150,340,350,310,200,310,340,110,150,250,250,170,150,150,390,230,680,390]},{"name":"Other","color":"#F79E39","values":[100,40,40,20,20,30,40,90,200,160,220,310,290,230,280,250,290,200,280,230,280,230,300,190,190,40,30,40,10,50,20,100,240,250,320,310,70,240,220,260,180,210,320,300,240,200,260,260,100,50,40,20,0,0,30,100,110,220,250,330,210,220,340,160,280,210,240,270,200,330,280,170,200,60,20,40,10,40,50,80,60,300,300,300,440,510,290,240,300,180,290,340,330,540,300,200,120,50,90,20,0,20,20,130,170,250,340,300,250,550,210,370,380,310,270,440,460,330,310,300,200,90,70,30,0,10,50,60,160,210,310,140,210,530,410,260,250,210,190,240,290,260,210,190,170,160,90,0,10,50,40,40,60,170,350,320,190,250,360,330,280,220,280,200,260,330,260,180]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,0,10,0,0,0,10,0,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,30,40,20,10,20,0,0,10,0,0,0,0,0,0,0,0,0,10,0,20,10,20,10,20,10,10,0,0,0,20,10,10,0,0,10,0,0,0,0,0,0,0,10,20,30,0,20,0,10,0,20,20,20,20,10,20,0,0,0,0,0,0,10,10,10,10,0,10,10,0,10,0,10,10,0,20,0,10,0,0,0,0,0,0,0,0,10,10,0,0,10,0,10,20,30,0,20,10,0,10,20,40,10,0,0,0,0,0,0,0,0,0,10,10,0,0,20,10,0,10,0,0,10,0,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/28.json b/dist/chartDummyData/views_zoom/2018-12/28.json new file mode 100644 index 000000000..aedb573ad --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/28.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1545696000000,1545699600000,1545703200000,1545706800000,1545710400000,1545714000000,1545717600000,1545721200000,1545724800000,1545728400000,1545732000000,1545735600000,1545739200000,1545742800000,1545746400000,1545750000000,1545753600000,1545757200000,1545760800000,1545764400000,1545768000000,1545771600000,1545775200000,1545778800000,1545782400000,1545786000000,1545789600000,1545793200000,1545796800000,1545800400000,1545804000000,1545807600000,1545811200000,1545814800000,1545818400000,1545822000000,1545825600000,1545829200000,1545832800000,1545836400000,1545840000000,1545843600000,1545847200000,1545850800000,1545854400000,1545858000000,1545861600000,1545865200000,1545868800000,1545872400000,1545876000000,1545879600000,1545883200000,1545886800000,1545890400000,1545894000000,1545897600000,1545901200000,1545904800000,1545908400000,1545912000000,1545915600000,1545919200000,1545922800000,1545926400000,1545930000000,1545933600000,1545937200000,1545940800000,1545944400000,1545948000000,1545951600000,1545955200000,1545958800000,1545962400000,1545966000000,1545969600000,1545973200000,1545976800000,1545980400000,1545984000000,1545987600000,1545991200000,1545994800000,1545998400000,1546002000000,1546005600000,1546009200000,1546012800000,1546016400000,1546020000000,1546023600000,1546027200000,1546030800000,1546034400000,1546038000000,1546041600000,1546045200000,1546048800000,1546052400000,1546056000000,1546059600000,1546063200000,1546066800000,1546070400000,1546074000000,1546077600000,1546081200000,1546084800000,1546088400000,1546092000000,1546095600000,1546099200000,1546102800000,1546106400000,1546110000000,1546113600000,1546117200000,1546120800000,1546124400000,1546128000000,1546131600000,1546135200000,1546138800000,1546142400000,1546146000000,1546149600000,1546153200000,1546156800000,1546160400000,1546164000000,1546167600000,1546171200000,1546174800000,1546178400000,1546182000000,1546185600000,1546189200000,1546192800000,1546196400000,1546200000000,1546203600000,1546207200000,1546210800000,1546214400000,1546218000000,1546221600000,1546225200000,1546228800000,1546232400000,1546236000000,1546239600000,1546243200000,1546246800000,1546250400000,1546254000000,1546257600000,1546261200000,1546264800000,1546268400000,1546272000000,1546275600000,1546279200000,1546282800000,1546286400000,1546290000000,1546293600000,1546297200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[1860,1050,300,190,60,110,210,500,1030,2080,2710,3280,2670,2490,2410,2620,2400,2650,1910,2440,2800,2480,2620,2090,1030,970,890,450,120,110,270,360,1130,2080,2590,2470,2600,2330,2290,2190,2040,1720,2190,2210,2100,3020,2180,1630,710,580,320,110,50,160,160,580,1100,1380,2150,1910,1930,3070,2160,2500,2000,2600,1900,2950,2540,2400,1790,2030,1000,570,210,150,60,210,520,560,960,1640,2320,2940,2130,2300,2340,2190,1980,2000,2300,1900,2550,2670,2000,1650,1610,580,280,400,70,140,240,470,1090,1210,2010,1940,2180,2200,2410,2230,2210,1830,2600,1710,1800,1570,2760,2920,2160,1550,300,100,1230,40,130,410,890,1250,1850,2170,1950,2830,2460,2170,2650,2140,2700,1990,2570,2500,3490,1800,1000,370,310,190,90,70,320,470,760,1650,1910,2380,2620,1940,2360,2210,1740,2290,2130,2070,1790,1650,1790,2110]},{"name":"URL","color":"#2373DB","values":[670,300,120,80,70,80,20,90,300,630,1150,920,620,570,880,1050,1170,970,1010,1150,1300,1310,1090,840,500,310,130,100,10,20,60,100,360,570,1250,1430,1170,910,1020,1050,1090,1400,1340,1320,1390,1270,930,660,480,170,170,60,30,30,150,240,690,1280,1550,1970,2060,1820,2030,2020,2110,2350,2240,1870,1770,1600,1190,1210,580,510,210,80,10,10,40,480,610,1130,1470,1530,1620,1850,2030,2000,1880,2350,2130,1940,1850,1380,1310,1130,690,330,130,140,80,50,160,200,820,920,1700,1810,1440,1580,1730,1960,1650,2180,1990,1390,1510,1210,1020,870,450,230,160,120,10,50,80,160,400,800,1470,1610,1470,1300,2040,1630,1440,1600,1670,1690,1930,1420,1250,610,500,200,120,30,0,30,40,240,560,1190,1980,1900,1610,1520,1500,1580,1510,1840,1590,890,530,580,520,1380]},{"name":"Groups","color":"#9ED448","values":[2000,1060,540,130,50,230,310,610,1170,1960,1750,1670,1540,1740,1730,1870,1760,1830,1850,1640,2140,2320,2390,1890,1120,720,280,100,100,170,120,490,810,1090,1210,2030,1480,1530,1930,2110,1630,1650,1620,1770,2450,2540,2460,1980,980,640,240,90,100,190,360,640,910,1370,1310,1630,1780,1820,1690,1710,1770,1600,1580,1910,2070,2420,2680,1920,1580,770,320,200,90,110,160,590,1180,1070,1310,1600,2160,1960,1620,1490,2060,2270,1780,1780,2360,2320,2380,2780,1750,620,350,140,210,160,610,780,880,1270,1420,1640,1780,1450,1590,1310,1870,1460,1490,1800,1710,2030,2210,1660,1830,1000,350,110,70,70,150,650,660,1240,1100,1400,1600,1540,1300,1780,1650,1360,1730,1790,2120,2460,2150,1860,1610,780,350,170,200,110,160,480,750,1220,1400,1650,1860,1680,1720,1480,1330,1690,1210,1390,1560,1240,1260,2320]},{"name":"Channel","color":"#4fae4e","values":[100,60,10,30,30,10,0,50,90,210,180,360,120,200,240,190,270,190,160,300,200,200,170,140,110,180,160,60,20,0,70,0,40,130,80,140,90,290,160,190,400,160,230,140,170,150,310,120,100,90,70,10,0,0,10,20,50,120,200,240,110,150,160,190,150,140,130,260,220,200,160,140,100,90,30,40,0,0,0,30,150,210,100,140,90,50,120,90,90,60,110,110,120,150,140,220,100,60,30,20,0,0,30,10,150,40,190,100,110,190,210,80,170,140,210,100,120,80,90,100,60,80,70,10,10,10,0,110,60,90,230,110,140,190,180,100,160,160,80,150,220,140,210,90,60,120,20,10,0,0,10,80,40,140,190,210,170,150,380,140,130,210,170,150,170,250,230,370]},{"name":"Search","color":"#F5BD25","values":[180,100,100,70,10,30,0,50,100,170,340,330,140,250,80,350,200,90,370,210,130,180,70,180,130,20,10,20,10,20,10,10,100,190,120,200,160,160,120,130,370,280,160,400,260,150,220,130,90,50,40,0,20,0,20,160,690,220,260,210,370,510,320,130,230,810,470,810,280,150,330,550,170,10,0,0,30,10,20,320,160,340,1110,710,110,190,150,230,330,220,370,430,990,760,250,360,240,210,20,80,20,20,70,290,310,400,390,260,250,470,280,240,210,240,320,280,280,210,650,210,120,120,30,0,30,130,150,340,350,310,200,310,340,110,150,250,250,170,150,150,390,230,680,390,70,90,0,0,10,10,50,140,170,460,150,650,210,360,290,120,100,150,320,90,170,210,220,240]},{"name":"Other","color":"#F79E39","values":[190,40,30,40,10,50,20,100,240,250,320,310,70,240,220,260,180,210,320,300,240,200,260,260,100,50,40,20,0,0,30,100,110,220,250,330,210,220,340,160,280,210,240,270,200,330,280,170,200,60,20,40,10,40,50,80,60,300,300,300,440,510,290,240,300,180,290,340,330,540,300,200,120,50,90,20,0,20,20,130,170,250,340,300,250,550,210,370,380,310,270,440,460,330,310,300,200,90,70,30,0,10,50,60,160,210,310,140,210,530,410,260,250,210,190,240,290,260,210,190,170,160,90,0,10,50,40,40,60,170,350,320,190,250,360,330,280,220,280,200,260,330,260,180,100,110,50,30,10,20,10,60,150,160,220,190,380,170,160,240,340,270,180,100,90,130,300,280]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,30,40,20,10,20,0,0,10,0,0,0,0,0,0,0,0,0,10,0,20,10,20,10,20,10,10,0,0,0,20,10,10,0,0,10,0,0,0,0,0,0,0,10,20,30,0,20,0,10,0,20,20,20,20,10,20,0,0,0,0,0,0,10,10,10,10,0,10,10,0,10,0,10,10,0,20,0,10,0,0,0,0,0,0,0,0,10,10,0,0,10,0,10,20,30,0,20,10,0,10,20,40,10,0,0,0,0,0,0,0,0,0,10,10,0,0,20,10,0,10,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,10,20,10,50,0,10,10,60,10,20,30,20,50,20,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/29.json b/dist/chartDummyData/views_zoom/2018-12/29.json new file mode 100644 index 000000000..4b241126b --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/29.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1545782400000,1545786000000,1545789600000,1545793200000,1545796800000,1545800400000,1545804000000,1545807600000,1545811200000,1545814800000,1545818400000,1545822000000,1545825600000,1545829200000,1545832800000,1545836400000,1545840000000,1545843600000,1545847200000,1545850800000,1545854400000,1545858000000,1545861600000,1545865200000,1545868800000,1545872400000,1545876000000,1545879600000,1545883200000,1545886800000,1545890400000,1545894000000,1545897600000,1545901200000,1545904800000,1545908400000,1545912000000,1545915600000,1545919200000,1545922800000,1545926400000,1545930000000,1545933600000,1545937200000,1545940800000,1545944400000,1545948000000,1545951600000,1545955200000,1545958800000,1545962400000,1545966000000,1545969600000,1545973200000,1545976800000,1545980400000,1545984000000,1545987600000,1545991200000,1545994800000,1545998400000,1546002000000,1546005600000,1546009200000,1546012800000,1546016400000,1546020000000,1546023600000,1546027200000,1546030800000,1546034400000,1546038000000,1546041600000,1546045200000,1546048800000,1546052400000,1546056000000,1546059600000,1546063200000,1546066800000,1546070400000,1546074000000,1546077600000,1546081200000,1546084800000,1546088400000,1546092000000,1546095600000,1546099200000,1546102800000,1546106400000,1546110000000,1546113600000,1546117200000,1546120800000,1546124400000,1546128000000,1546131600000,1546135200000,1546138800000,1546142400000,1546146000000,1546149600000,1546153200000,1546156800000,1546160400000,1546164000000,1546167600000,1546171200000,1546174800000,1546178400000,1546182000000,1546185600000,1546189200000,1546192800000,1546196400000,1546200000000,1546203600000,1546207200000,1546210800000,1546214400000,1546218000000,1546221600000,1546225200000,1546228800000,1546232400000,1546236000000,1546239600000,1546243200000,1546246800000,1546250400000,1546254000000,1546257600000,1546261200000,1546264800000,1546268400000,1546272000000,1546275600000,1546279200000,1546282800000,1546286400000,1546290000000,1546293600000,1546297200000,1546300800000,1546304400000,1546308000000,1546311600000,1546315200000,1546318800000,1546322400000,1546326000000,1546329600000,1546333200000,1546336800000,1546340400000,1546344000000,1546347600000,1546351200000,1546354800000,1546358400000,1546362000000,1546365600000,1546369200000,1546372800000,1546376400000,1546380000000,1546383600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[1030,970,890,450,120,110,270,360,1130,2080,2590,2470,2600,2330,2290,2190,2040,1720,2190,2210,2100,3020,2180,1630,710,580,320,110,50,160,160,580,1100,1380,2150,1910,1930,3070,2160,2500,2000,2600,1900,2950,2540,2400,1790,2030,1000,570,210,150,60,210,520,560,960,1640,2320,2940,2130,2300,2340,2190,1980,2000,2300,1900,2550,2670,2000,1650,1610,580,280,400,70,140,240,470,1090,1210,2010,1940,2180,2200,2410,2230,2210,1830,2600,1710,1800,1570,2760,2920,2160,1550,300,100,1230,40,130,410,890,1250,1850,2170,1950,2830,2460,2170,2650,2140,2700,1990,2570,2500,3490,1800,1000,370,310,190,90,70,320,470,760,1650,1910,2380,2620,1940,2360,2210,1740,2290,2130,2070,1790,1650,1790,2110,1350,880,790,470,280,140,210,250,540,780,1640,1910,2260,1920,1850,2180,2340,2090,2200,2130,2280,2550,2470,1470]},{"name":"URL","color":"#2373DB","values":[500,310,130,100,10,20,60,100,360,570,1250,1430,1170,910,1020,1050,1090,1400,1340,1320,1390,1270,930,660,480,170,170,60,30,30,150,240,690,1280,1550,1970,2060,1820,2030,2020,2110,2350,2240,1870,1770,1600,1190,1210,580,510,210,80,10,10,40,480,610,1130,1470,1530,1620,1850,2030,2000,1880,2350,2130,1940,1850,1380,1310,1130,690,330,130,140,80,50,160,200,820,920,1700,1810,1440,1580,1730,1960,1650,2180,1990,1390,1510,1210,1020,870,450,230,160,120,10,50,80,160,400,800,1470,1610,1470,1300,2040,1630,1440,1600,1670,1690,1930,1420,1250,610,500,200,120,30,0,30,40,240,560,1190,1980,1900,1610,1520,1500,1580,1510,1840,1590,890,530,580,520,1380,770,520,210,130,150,100,80,80,120,330,570,780,790,580,810,880,1290,1420,1300,1050,1310,1510,940,700]},{"name":"Groups","color":"#9ED448","values":[1120,720,280,100,100,170,120,490,810,1090,1210,2030,1480,1530,1930,2110,1630,1650,1620,1770,2450,2540,2460,1980,980,640,240,90,100,190,360,640,910,1370,1310,1630,1780,1820,1690,1710,1770,1600,1580,1910,2070,2420,2680,1920,1580,770,320,200,90,110,160,590,1180,1070,1310,1600,2160,1960,1620,1490,2060,2270,1780,1780,2360,2320,2380,2780,1750,620,350,140,210,160,610,780,880,1270,1420,1640,1780,1450,1590,1310,1870,1460,1490,1800,1710,2030,2210,1660,1830,1000,350,110,70,70,150,650,660,1240,1100,1400,1600,1540,1300,1780,1650,1360,1730,1790,2120,2460,2150,1860,1610,780,350,170,200,110,160,480,750,1220,1400,1650,1860,1680,1720,1480,1330,1690,1210,1390,1560,1240,1260,2320,1180,940,730,400,200,110,110,280,590,810,970,1200,1070,1820,1540,1510,1440,1730,1360,1620,2440,2420,2110,1950]},{"name":"Channel","color":"#4fae4e","values":[110,180,160,60,20,0,70,0,40,130,80,140,90,290,160,190,400,160,230,140,170,150,310,120,100,90,70,10,0,0,10,20,50,120,200,240,110,150,160,190,150,140,130,260,220,200,160,140,100,90,30,40,0,0,0,30,150,210,100,140,90,50,120,90,90,60,110,110,120,150,140,220,100,60,30,20,0,0,30,10,150,40,190,100,110,190,210,80,170,140,210,100,120,80,90,100,60,80,70,10,10,10,0,110,60,90,230,110,140,190,180,100,160,160,80,150,220,140,210,90,60,120,20,10,0,0,10,80,40,140,190,210,170,150,380,140,130,210,170,150,170,250,230,370,220,90,100,40,60,30,0,60,40,130,140,210,180,260,200,100,150,120,130,180,180,180,220,220]},{"name":"Search","color":"#F5BD25","values":[130,20,10,20,10,20,10,10,100,190,120,200,160,160,120,130,370,280,160,400,260,150,220,130,90,50,40,0,20,0,20,160,690,220,260,210,370,510,320,130,230,810,470,810,280,150,330,550,170,10,0,0,30,10,20,320,160,340,1110,710,110,190,150,230,330,220,370,430,990,760,250,360,240,210,20,80,20,20,70,290,310,400,390,260,250,470,280,240,210,240,320,280,280,210,650,210,120,120,30,0,30,130,150,340,350,310,200,310,340,110,150,250,250,170,150,150,390,230,680,390,70,90,0,0,10,10,50,140,170,460,150,650,210,360,290,120,100,150,320,90,170,210,220,240,250,470,70,110,0,0,10,50,30,70,130,200,280,330,460,190,410,200,310,70,140,120,210,290]},{"name":"Other","color":"#F79E39","values":[100,50,40,20,0,0,30,100,110,220,250,330,210,220,340,160,280,210,240,270,200,330,280,170,200,60,20,40,10,40,50,80,60,300,300,300,440,510,290,240,300,180,290,340,330,540,300,200,120,50,90,20,0,20,20,130,170,250,340,300,250,550,210,370,380,310,270,440,460,330,310,300,200,90,70,30,0,10,50,60,160,210,310,140,210,530,410,260,250,210,190,240,290,260,210,190,170,160,90,0,10,50,40,40,60,170,350,320,190,250,360,330,280,220,280,200,260,330,260,180,100,110,50,30,10,20,10,60,150,160,220,190,380,170,160,240,340,270,180,100,90,130,300,280,100,110,100,20,30,0,30,40,90,120,350,210,150,310,280,260,220,240,220,240,220,240,280,140]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,10,0,20,10,20,10,20,10,10,0,0,0,20,10,10,0,0,10,0,0,0,0,0,0,0,10,20,30,0,20,0,10,0,20,20,20,20,10,20,0,0,0,0,0,0,10,10,10,10,0,10,10,0,10,0,10,10,0,20,0,10,0,0,0,0,0,0,0,0,10,10,0,0,10,0,10,20,30,0,20,10,0,10,20,40,10,0,0,0,0,0,0,0,0,0,10,10,0,0,20,10,0,10,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,10,20,10,50,0,10,10,60,10,20,30,20,50,20,10,0,20,0,0,10,0,0,0,0,0,10,0,10,10,10,10,0,0,0,0,0,0,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/30.json b/dist/chartDummyData/views_zoom/2018-12/30.json new file mode 100644 index 000000000..53b994fdd --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/30.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1545868800000,1545872400000,1545876000000,1545879600000,1545883200000,1545886800000,1545890400000,1545894000000,1545897600000,1545901200000,1545904800000,1545908400000,1545912000000,1545915600000,1545919200000,1545922800000,1545926400000,1545930000000,1545933600000,1545937200000,1545940800000,1545944400000,1545948000000,1545951600000,1545955200000,1545958800000,1545962400000,1545966000000,1545969600000,1545973200000,1545976800000,1545980400000,1545984000000,1545987600000,1545991200000,1545994800000,1545998400000,1546002000000,1546005600000,1546009200000,1546012800000,1546016400000,1546020000000,1546023600000,1546027200000,1546030800000,1546034400000,1546038000000,1546041600000,1546045200000,1546048800000,1546052400000,1546056000000,1546059600000,1546063200000,1546066800000,1546070400000,1546074000000,1546077600000,1546081200000,1546084800000,1546088400000,1546092000000,1546095600000,1546099200000,1546102800000,1546106400000,1546110000000,1546113600000,1546117200000,1546120800000,1546124400000,1546128000000,1546131600000,1546135200000,1546138800000,1546142400000,1546146000000,1546149600000,1546153200000,1546156800000,1546160400000,1546164000000,1546167600000,1546171200000,1546174800000,1546178400000,1546182000000,1546185600000,1546189200000,1546192800000,1546196400000,1546200000000,1546203600000,1546207200000,1546210800000,1546214400000,1546218000000,1546221600000,1546225200000,1546228800000,1546232400000,1546236000000,1546239600000,1546243200000,1546246800000,1546250400000,1546254000000,1546257600000,1546261200000,1546264800000,1546268400000,1546272000000,1546275600000,1546279200000,1546282800000,1546286400000,1546290000000,1546293600000,1546297200000,1546300800000,1546304400000,1546308000000,1546311600000,1546315200000,1546318800000,1546322400000,1546326000000,1546329600000,1546333200000,1546336800000,1546340400000,1546344000000,1546347600000,1546351200000,1546354800000,1546358400000,1546362000000,1546365600000,1546369200000,1546372800000,1546376400000,1546380000000,1546383600000,1546387200000,1546390800000,1546394400000,1546398000000,1546401600000,1546405200000,1546408800000,1546412400000,1546416000000,1546419600000,1546423200000,1546426800000,1546430400000,1546434000000,1546437600000,1546441200000,1546444800000,1546448400000,1546452000000,1546455600000,1546459200000,1546462800000,1546466400000,1546470000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[710,580,320,110,50,160,160,580,1100,1380,2150,1910,1930,3070,2160,2500,2000,2600,1900,2950,2540,2400,1790,2030,1000,570,210,150,60,210,520,560,960,1640,2320,2940,2130,2300,2340,2190,1980,2000,2300,1900,2550,2670,2000,1650,1610,580,280,400,70,140,240,470,1090,1210,2010,1940,2180,2200,2410,2230,2210,1830,2600,1710,1800,1570,2760,2920,2160,1550,300,100,1230,40,130,410,890,1250,1850,2170,1950,2830,2460,2170,2650,2140,2700,1990,2570,2500,3490,1800,1000,370,310,190,90,70,320,470,760,1650,1910,2380,2620,1940,2360,2210,1740,2290,2130,2070,1790,1650,1790,2110,1350,880,790,470,280,140,210,250,540,780,1640,1910,2260,1920,1850,2180,2340,2090,2200,2130,2280,2550,2470,1470,880,550,230,120,110,190,210,560,840,1240,1680,2510,2010,2130,1760,1990,2310,2780,1880,2280,2530,2590,1930,1530]},{"name":"URL","color":"#2373DB","values":[480,170,170,60,30,30,150,240,690,1280,1550,1970,2060,1820,2030,2020,2110,2350,2240,1870,1770,1600,1190,1210,580,510,210,80,10,10,40,480,610,1130,1470,1530,1620,1850,2030,2000,1880,2350,2130,1940,1850,1380,1310,1130,690,330,130,140,80,50,160,200,820,920,1700,1810,1440,1580,1730,1960,1650,2180,1990,1390,1510,1210,1020,870,450,230,160,120,10,50,80,160,400,800,1470,1610,1470,1300,2040,1630,1440,1600,1670,1690,1930,1420,1250,610,500,200,120,30,0,30,40,240,560,1190,1980,1900,1610,1520,1500,1580,1510,1840,1590,890,530,580,520,1380,770,520,210,130,150,100,80,80,120,330,570,780,790,580,810,880,1290,1420,1300,1050,1310,1510,940,700,370,340,160,90,70,40,90,280,600,940,1340,1670,1510,1620,1360,1500,1820,2060,1730,1610,1740,1440,980,900]},{"name":"Groups","color":"#9ED448","values":[980,640,240,90,100,190,360,640,910,1370,1310,1630,1780,1820,1690,1710,1770,1600,1580,1910,2070,2420,2680,1920,1580,770,320,200,90,110,160,590,1180,1070,1310,1600,2160,1960,1620,1490,2060,2270,1780,1780,2360,2320,2380,2780,1750,620,350,140,210,160,610,780,880,1270,1420,1640,1780,1450,1590,1310,1870,1460,1490,1800,1710,2030,2210,1660,1830,1000,350,110,70,70,150,650,660,1240,1100,1400,1600,1540,1300,1780,1650,1360,1730,1790,2120,2460,2150,1860,1610,780,350,170,200,110,160,480,750,1220,1400,1650,1860,1680,1720,1480,1330,1690,1210,1390,1560,1240,1260,2320,1180,940,730,400,200,110,110,280,590,810,970,1200,1070,1820,1540,1510,1440,1730,1360,1620,2440,2420,2110,1950,1700,660,350,140,140,130,240,520,750,1030,1040,1270,1770,1620,1600,1480,1490,1750,1810,2290,2120,2820,2560,2380]},{"name":"Channel","color":"#4fae4e","values":[100,90,70,10,0,0,10,20,50,120,200,240,110,150,160,190,150,140,130,260,220,200,160,140,100,90,30,40,0,0,0,30,150,210,100,140,90,50,120,90,90,60,110,110,120,150,140,220,100,60,30,20,0,0,30,10,150,40,190,100,110,190,210,80,170,140,210,100,120,80,90,100,60,80,70,10,10,10,0,110,60,90,230,110,140,190,180,100,160,160,80,150,220,140,210,90,60,120,20,10,0,0,10,80,40,140,190,210,170,150,380,140,130,210,170,150,170,250,230,370,220,90,100,40,60,30,0,60,40,130,140,210,180,260,200,100,150,120,130,180,180,180,220,220,70,70,60,20,10,30,0,20,20,120,150,130,180,150,260,150,190,200,190,200,140,150,190,240]},{"name":"Search","color":"#F5BD25","values":[90,50,40,0,20,0,20,160,690,220,260,210,370,510,320,130,230,810,470,810,280,150,330,550,170,10,0,0,30,10,20,320,160,340,1110,710,110,190,150,230,330,220,370,430,990,760,250,360,240,210,20,80,20,20,70,290,310,400,390,260,250,470,280,240,210,240,320,280,280,210,650,210,120,120,30,0,30,130,150,340,350,310,200,310,340,110,150,250,250,170,150,150,390,230,680,390,70,90,0,0,10,10,50,140,170,460,150,650,210,360,290,120,100,150,320,90,170,210,220,240,250,470,70,110,0,0,10,50,30,70,130,200,280,330,460,190,410,200,310,70,140,120,210,290,50,60,60,0,0,60,0,280,330,180,310,520,280,320,740,1150,320,230,150,140,310,180,260,310]},{"name":"Other","color":"#F79E39","values":[200,60,20,40,10,40,50,80,60,300,300,300,440,510,290,240,300,180,290,340,330,540,300,200,120,50,90,20,0,20,20,130,170,250,340,300,250,550,210,370,380,310,270,440,460,330,310,300,200,90,70,30,0,10,50,60,160,210,310,140,210,530,410,260,250,210,190,240,290,260,210,190,170,160,90,0,10,50,40,40,60,170,350,320,190,250,360,330,280,220,280,200,260,330,260,180,100,110,50,30,10,20,10,60,150,160,220,190,380,170,160,240,340,270,180,100,90,130,300,280,100,110,100,20,30,0,30,40,90,120,350,210,150,310,280,260,220,240,220,240,220,240,280,140,210,100,20,20,30,20,10,90,110,230,180,350,410,250,350,270,210,300,240,290,360,300,330,310]},{"name":"PM","color":"#E65850","values":[0,0,10,0,0,0,0,0,0,0,10,20,30,0,20,0,10,0,20,20,20,20,10,20,0,0,0,0,0,0,10,10,10,10,0,10,10,0,10,0,10,10,0,20,0,10,0,0,0,0,0,0,0,0,10,10,0,0,10,0,10,20,30,0,20,10,0,10,20,40,10,0,0,0,0,0,0,0,0,0,10,10,0,0,20,10,0,10,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,10,20,10,50,0,10,10,60,10,20,30,20,50,20,10,0,20,0,0,10,0,0,0,0,0,10,0,10,10,10,10,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,20,10,20,0,10,0,0,10,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2018-12/31.json b/dist/chartDummyData/views_zoom/2018-12/31.json new file mode 100644 index 000000000..2ea770046 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2018-12/31.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1545955200000,1545958800000,1545962400000,1545966000000,1545969600000,1545973200000,1545976800000,1545980400000,1545984000000,1545987600000,1545991200000,1545994800000,1545998400000,1546002000000,1546005600000,1546009200000,1546012800000,1546016400000,1546020000000,1546023600000,1546027200000,1546030800000,1546034400000,1546038000000,1546041600000,1546045200000,1546048800000,1546052400000,1546056000000,1546059600000,1546063200000,1546066800000,1546070400000,1546074000000,1546077600000,1546081200000,1546084800000,1546088400000,1546092000000,1546095600000,1546099200000,1546102800000,1546106400000,1546110000000,1546113600000,1546117200000,1546120800000,1546124400000,1546128000000,1546131600000,1546135200000,1546138800000,1546142400000,1546146000000,1546149600000,1546153200000,1546156800000,1546160400000,1546164000000,1546167600000,1546171200000,1546174800000,1546178400000,1546182000000,1546185600000,1546189200000,1546192800000,1546196400000,1546200000000,1546203600000,1546207200000,1546210800000,1546214400000,1546218000000,1546221600000,1546225200000,1546228800000,1546232400000,1546236000000,1546239600000,1546243200000,1546246800000,1546250400000,1546254000000,1546257600000,1546261200000,1546264800000,1546268400000,1546272000000,1546275600000,1546279200000,1546282800000,1546286400000,1546290000000,1546293600000,1546297200000,1546300800000,1546304400000,1546308000000,1546311600000,1546315200000,1546318800000,1546322400000,1546326000000,1546329600000,1546333200000,1546336800000,1546340400000,1546344000000,1546347600000,1546351200000,1546354800000,1546358400000,1546362000000,1546365600000,1546369200000,1546372800000,1546376400000,1546380000000,1546383600000,1546387200000,1546390800000,1546394400000,1546398000000,1546401600000,1546405200000,1546408800000,1546412400000,1546416000000,1546419600000,1546423200000,1546426800000,1546430400000,1546434000000,1546437600000,1546441200000,1546444800000,1546448400000,1546452000000,1546455600000,1546459200000,1546462800000,1546466400000,1546470000000,1546473600000,1546477200000,1546480800000,1546484400000,1546488000000,1546491600000,1546495200000,1546498800000,1546502400000,1546506000000,1546509600000,1546513200000,1546516800000,1546520400000,1546524000000,1546527600000,1546531200000,1546534800000,1546538400000,1546542000000,1546545600000,1546549200000,1546552800000,1546556400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[1000,570,210,150,60,210,520,560,960,1640,2320,2940,2130,2300,2340,2190,1980,2000,2300,1900,2550,2670,2000,1650,1610,580,280,400,70,140,240,470,1090,1210,2010,1940,2180,2200,2410,2230,2210,1830,2600,1710,1800,1570,2760,2920,2160,1550,300,100,1230,40,130,410,890,1250,1850,2170,1950,2830,2460,2170,2650,2140,2700,1990,2570,2500,3490,1800,1000,370,310,190,90,70,320,470,760,1650,1910,2380,2620,1940,2360,2210,1740,2290,2130,2070,1790,1650,1790,2110,1350,880,790,470,280,140,210,250,540,780,1640,1910,2260,1920,1850,2180,2340,2090,2200,2130,2280,2550,2470,1470,880,550,230,120,110,190,210,560,840,1240,1680,2510,2010,2130,1760,1990,2310,2780,1880,2280,2530,2590,1930,1530,1990,800,340,90,120,230,220,640,990,1640,1860,1950,2510,2460,2370,2200,2540,2590,2450,2290,2820,2340,2150,1560]},{"name":"URL","color":"#2373DB","values":[580,510,210,80,10,10,40,480,610,1130,1470,1530,1620,1850,2030,2000,1880,2350,2130,1940,1850,1380,1310,1130,690,330,130,140,80,50,160,200,820,920,1700,1810,1440,1580,1730,1960,1650,2180,1990,1390,1510,1210,1020,870,450,230,160,120,10,50,80,160,400,800,1470,1610,1470,1300,2040,1630,1440,1600,1670,1690,1930,1420,1250,610,500,200,120,30,0,30,40,240,560,1190,1980,1900,1610,1520,1500,1580,1510,1840,1590,890,530,580,520,1380,770,520,210,130,150,100,80,80,120,330,570,780,790,580,810,880,1290,1420,1300,1050,1310,1510,940,700,370,340,160,90,70,40,90,280,600,940,1340,1670,1510,1620,1360,1500,1820,2060,1730,1610,1740,1440,980,900,380,290,130,40,10,60,80,310,510,900,1480,1900,1780,1690,1880,2020,2320,2310,2260,1820,1490,1540,1630,840]},{"name":"Groups","color":"#9ED448","values":[1580,770,320,200,90,110,160,590,1180,1070,1310,1600,2160,1960,1620,1490,2060,2270,1780,1780,2360,2320,2380,2780,1750,620,350,140,210,160,610,780,880,1270,1420,1640,1780,1450,1590,1310,1870,1460,1490,1800,1710,2030,2210,1660,1830,1000,350,110,70,70,150,650,660,1240,1100,1400,1600,1540,1300,1780,1650,1360,1730,1790,2120,2460,2150,1860,1610,780,350,170,200,110,160,480,750,1220,1400,1650,1860,1680,1720,1480,1330,1690,1210,1390,1560,1240,1260,2320,1180,940,730,400,200,110,110,280,590,810,970,1200,1070,1820,1540,1510,1440,1730,1360,1620,2440,2420,2110,1950,1700,660,350,140,140,130,240,520,750,1030,1040,1270,1770,1620,1600,1480,1490,1750,1810,2290,2120,2820,2560,2380,1350,880,420,180,100,390,350,650,1050,1540,1360,1410,1740,1850,1940,1910,1690,2000,1640,1850,2610,3120,3000,2160]},{"name":"Channel","color":"#4fae4e","values":[100,90,30,40,0,0,0,30,150,210,100,140,90,50,120,90,90,60,110,110,120,150,140,220,100,60,30,20,0,0,30,10,150,40,190,100,110,190,210,80,170,140,210,100,120,80,90,100,60,80,70,10,10,10,0,110,60,90,230,110,140,190,180,100,160,160,80,150,220,140,210,90,60,120,20,10,0,0,10,80,40,140,190,210,170,150,380,140,130,210,170,150,170,250,230,370,220,90,100,40,60,30,0,60,40,130,140,210,180,260,200,100,150,120,130,180,180,180,220,220,70,70,60,20,10,30,0,20,20,120,150,130,180,150,260,150,190,200,190,200,140,150,190,240,150,120,60,50,20,0,0,40,50,160,260,170,230,210,230,130,170,210,210,140,170,170,150,200]},{"name":"Search","color":"#F5BD25","values":[170,10,0,0,30,10,20,320,160,340,1110,710,110,190,150,230,330,220,370,430,990,760,250,360,240,210,20,80,20,20,70,290,310,400,390,260,250,470,280,240,210,240,320,280,280,210,650,210,120,120,30,0,30,130,150,340,350,310,200,310,340,110,150,250,250,170,150,150,390,230,680,390,70,90,0,0,10,10,50,140,170,460,150,650,210,360,290,120,100,150,320,90,170,210,220,240,250,470,70,110,0,0,10,50,30,70,130,200,280,330,460,190,410,200,310,70,140,120,210,290,50,60,60,0,0,60,0,280,330,180,310,520,280,320,740,1150,320,230,150,140,310,180,260,310,180,0,30,10,10,20,430,910,260,310,320,540,370,160,550,290,340,310,220,230,160,260,560,480]},{"name":"Other","color":"#F79E39","values":[120,50,90,20,0,20,20,130,170,250,340,300,250,550,210,370,380,310,270,440,460,330,310,300,200,90,70,30,0,10,50,60,160,210,310,140,210,530,410,260,250,210,190,240,290,260,210,190,170,160,90,0,10,50,40,40,60,170,350,320,190,250,360,330,280,220,280,200,260,330,260,180,100,110,50,30,10,20,10,60,150,160,220,190,380,170,160,240,340,270,180,100,90,130,300,280,100,110,100,20,30,0,30,40,90,120,350,210,150,310,280,260,220,240,220,240,220,240,280,140,210,100,20,20,30,20,10,90,110,230,180,350,410,250,350,270,210,300,240,290,360,300,330,310,130,130,30,30,30,20,50,50,130,170,330,250,330,340,240,340,470,290,270,340,410,200,230,260]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,10,10,10,0,10,10,0,10,0,10,10,0,20,0,10,0,0,0,0,0,0,0,0,10,10,0,0,10,0,10,20,30,0,20,10,0,10,20,40,10,0,0,0,0,0,0,0,0,0,10,10,0,0,20,10,0,10,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,10,20,10,50,0,10,10,60,10,20,30,20,50,20,10,0,20,0,0,10,0,0,0,0,0,10,0,10,10,10,10,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,20,10,20,0,10,0,0,10,0,10,20,0,0,0,0,0,0,0,10,40,0,10,0,0,0,10,0,10,0,10,10,10,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/01.json b/dist/chartDummyData/views_zoom/2019-01/01.json new file mode 100644 index 000000000..e296b2095 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/01.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1546041600000,1546045200000,1546048800000,1546052400000,1546056000000,1546059600000,1546063200000,1546066800000,1546070400000,1546074000000,1546077600000,1546081200000,1546084800000,1546088400000,1546092000000,1546095600000,1546099200000,1546102800000,1546106400000,1546110000000,1546113600000,1546117200000,1546120800000,1546124400000,1546128000000,1546131600000,1546135200000,1546138800000,1546142400000,1546146000000,1546149600000,1546153200000,1546156800000,1546160400000,1546164000000,1546167600000,1546171200000,1546174800000,1546178400000,1546182000000,1546185600000,1546189200000,1546192800000,1546196400000,1546200000000,1546203600000,1546207200000,1546210800000,1546214400000,1546218000000,1546221600000,1546225200000,1546228800000,1546232400000,1546236000000,1546239600000,1546243200000,1546246800000,1546250400000,1546254000000,1546257600000,1546261200000,1546264800000,1546268400000,1546272000000,1546275600000,1546279200000,1546282800000,1546286400000,1546290000000,1546293600000,1546297200000,1546300800000,1546304400000,1546308000000,1546311600000,1546315200000,1546318800000,1546322400000,1546326000000,1546329600000,1546333200000,1546336800000,1546340400000,1546344000000,1546347600000,1546351200000,1546354800000,1546358400000,1546362000000,1546365600000,1546369200000,1546372800000,1546376400000,1546380000000,1546383600000,1546387200000,1546390800000,1546394400000,1546398000000,1546401600000,1546405200000,1546408800000,1546412400000,1546416000000,1546419600000,1546423200000,1546426800000,1546430400000,1546434000000,1546437600000,1546441200000,1546444800000,1546448400000,1546452000000,1546455600000,1546459200000,1546462800000,1546466400000,1546470000000,1546473600000,1546477200000,1546480800000,1546484400000,1546488000000,1546491600000,1546495200000,1546498800000,1546502400000,1546506000000,1546509600000,1546513200000,1546516800000,1546520400000,1546524000000,1546527600000,1546531200000,1546534800000,1546538400000,1546542000000,1546545600000,1546549200000,1546552800000,1546556400000,1546560000000,1546563600000,1546567200000,1546570800000,1546574400000,1546578000000,1546581600000,1546585200000,1546588800000,1546592400000,1546596000000,1546599600000,1546603200000,1546606800000,1546610400000,1546614000000,1546617600000,1546621200000,1546624800000,1546628400000,1546632000000,1546635600000,1546639200000,1546642800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[1610,580,280,400,70,140,240,470,1090,1210,2010,1940,2180,2200,2410,2230,2210,1830,2600,1710,1800,1570,2760,2920,2160,1550,300,100,1230,40,130,410,890,1250,1850,2170,1950,2830,2460,2170,2650,2140,2700,1990,2570,2500,3490,1800,1000,370,310,190,90,70,320,470,760,1650,1910,2380,2620,1940,2360,2210,1740,2290,2130,2070,1790,1650,1790,2110,1350,880,790,470,280,140,210,250,540,780,1640,1910,2260,1920,1850,2180,2340,2090,2200,2130,2280,2550,2470,1470,880,550,230,120,110,190,210,560,840,1240,1680,2510,2010,2130,1760,1990,2310,2780,1880,2280,2530,2590,1930,1530,1990,800,340,90,120,230,220,640,990,1640,1860,1950,2510,2460,2370,2200,2540,2590,2450,2290,2820,2340,2150,1560,1060,730,520,200,140,180,310,680,1310,2150,2140,2350,2390,2450,2090,2320,2900,2230,1960,1930,2570,2290,1740,1470]},{"name":"URL","color":"#2373DB","values":[690,330,130,140,80,50,160,200,820,920,1700,1810,1440,1580,1730,1960,1650,2180,1990,1390,1510,1210,1020,870,450,230,160,120,10,50,80,160,400,800,1470,1610,1470,1300,2040,1630,1440,1600,1670,1690,1930,1420,1250,610,500,200,120,30,0,30,40,240,560,1190,1980,1900,1610,1520,1500,1580,1510,1840,1590,890,530,580,520,1380,770,520,210,130,150,100,80,80,120,330,570,780,790,580,810,880,1290,1420,1300,1050,1310,1510,940,700,370,340,160,90,70,40,90,280,600,940,1340,1670,1510,1620,1360,1500,1820,2060,1730,1610,1740,1440,980,900,380,290,130,40,10,60,80,310,510,900,1480,1900,1780,1690,1880,2020,2320,2310,2260,1820,1490,1540,1630,840,620,370,160,90,90,80,60,440,690,1050,1470,1970,1930,1870,1750,2030,2040,2200,2410,2120,1940,1770,1340,1080]},{"name":"Groups","color":"#9ED448","values":[1750,620,350,140,210,160,610,780,880,1270,1420,1640,1780,1450,1590,1310,1870,1460,1490,1800,1710,2030,2210,1660,1830,1000,350,110,70,70,150,650,660,1240,1100,1400,1600,1540,1300,1780,1650,1360,1730,1790,2120,2460,2150,1860,1610,780,350,170,200,110,160,480,750,1220,1400,1650,1860,1680,1720,1480,1330,1690,1210,1390,1560,1240,1260,2320,1180,940,730,400,200,110,110,280,590,810,970,1200,1070,1820,1540,1510,1440,1730,1360,1620,2440,2420,2110,1950,1700,660,350,140,140,130,240,520,750,1030,1040,1270,1770,1620,1600,1480,1490,1750,1810,2290,2120,2820,2560,2380,1350,880,420,180,100,390,350,650,1050,1540,1360,1410,1740,1850,1940,1910,1690,2000,1640,1850,2610,3120,3000,2160,1210,1040,390,130,50,240,400,620,900,1180,1320,1970,1560,1690,1890,1560,1690,1920,1920,2080,2460,2580,2580,2670]},{"name":"Channel","color":"#4fae4e","values":[100,60,30,20,0,0,30,10,150,40,190,100,110,190,210,80,170,140,210,100,120,80,90,100,60,80,70,10,10,10,0,110,60,90,230,110,140,190,180,100,160,160,80,150,220,140,210,90,60,120,20,10,0,0,10,80,40,140,190,210,170,150,380,140,130,210,170,150,170,250,230,370,220,90,100,40,60,30,0,60,40,130,140,210,180,260,200,100,150,120,130,180,180,180,220,220,70,70,60,20,10,30,0,20,20,120,150,130,180,150,260,150,190,200,190,200,140,150,190,240,150,120,60,50,20,0,0,40,50,160,260,170,230,210,230,130,170,210,210,140,170,170,150,200,230,60,90,10,10,10,30,90,170,250,160,160,160,250,140,250,260,110,250,160,280,250,110,270]},{"name":"Search","color":"#F5BD25","values":[240,210,20,80,20,20,70,290,310,400,390,260,250,470,280,240,210,240,320,280,280,210,650,210,120,120,30,0,30,130,150,340,350,310,200,310,340,110,150,250,250,170,150,150,390,230,680,390,70,90,0,0,10,10,50,140,170,460,150,650,210,360,290,120,100,150,320,90,170,210,220,240,250,470,70,110,0,0,10,50,30,70,130,200,280,330,460,190,410,200,310,70,140,120,210,290,50,60,60,0,0,60,0,280,330,180,310,520,280,320,740,1150,320,230,150,140,310,180,260,310,180,0,30,10,10,20,430,910,260,310,320,540,370,160,550,290,340,310,220,230,160,260,560,480,360,80,110,40,0,90,20,250,710,470,370,220,240,550,240,180,160,190,320,200,300,260,150,230]},{"name":"Other","color":"#F79E39","values":[200,90,70,30,0,10,50,60,160,210,310,140,210,530,410,260,250,210,190,240,290,260,210,190,170,160,90,0,10,50,40,40,60,170,350,320,190,250,360,330,280,220,280,200,260,330,260,180,100,110,50,30,10,20,10,60,150,160,220,190,380,170,160,240,340,270,180,100,90,130,300,280,100,110,100,20,30,0,30,40,90,120,350,210,150,310,280,260,220,240,220,240,220,240,280,140,210,100,20,20,30,20,10,90,110,230,180,350,410,250,350,270,210,300,240,290,360,300,330,310,130,130,30,30,30,20,50,50,130,170,330,250,330,340,240,340,470,290,270,340,410,200,230,260,180,130,50,30,20,10,40,170,140,230,370,240,400,360,340,310,250,410,240,390,380,340,280,200]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,10,0,0,10,0,10,20,30,0,20,10,0,10,20,40,10,0,0,0,0,0,0,0,0,0,10,10,0,0,20,10,0,10,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,10,20,10,50,0,10,10,60,10,20,30,20,50,20,10,0,20,0,0,10,0,0,0,0,0,10,0,10,10,10,10,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,20,10,20,0,10,0,0,10,0,10,20,0,0,0,0,0,0,0,10,40,0,10,0,0,0,10,0,10,0,10,10,10,10,0,0,0,20,0,0,0,0,0,10,0,0,0,0,10,0,0,0,0,0,0,20,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/02.json b/dist/chartDummyData/views_zoom/2019-01/02.json new file mode 100644 index 000000000..2b703ed57 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/02.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1546128000000,1546131600000,1546135200000,1546138800000,1546142400000,1546146000000,1546149600000,1546153200000,1546156800000,1546160400000,1546164000000,1546167600000,1546171200000,1546174800000,1546178400000,1546182000000,1546185600000,1546189200000,1546192800000,1546196400000,1546200000000,1546203600000,1546207200000,1546210800000,1546214400000,1546218000000,1546221600000,1546225200000,1546228800000,1546232400000,1546236000000,1546239600000,1546243200000,1546246800000,1546250400000,1546254000000,1546257600000,1546261200000,1546264800000,1546268400000,1546272000000,1546275600000,1546279200000,1546282800000,1546286400000,1546290000000,1546293600000,1546297200000,1546300800000,1546304400000,1546308000000,1546311600000,1546315200000,1546318800000,1546322400000,1546326000000,1546329600000,1546333200000,1546336800000,1546340400000,1546344000000,1546347600000,1546351200000,1546354800000,1546358400000,1546362000000,1546365600000,1546369200000,1546372800000,1546376400000,1546380000000,1546383600000,1546387200000,1546390800000,1546394400000,1546398000000,1546401600000,1546405200000,1546408800000,1546412400000,1546416000000,1546419600000,1546423200000,1546426800000,1546430400000,1546434000000,1546437600000,1546441200000,1546444800000,1546448400000,1546452000000,1546455600000,1546459200000,1546462800000,1546466400000,1546470000000,1546473600000,1546477200000,1546480800000,1546484400000,1546488000000,1546491600000,1546495200000,1546498800000,1546502400000,1546506000000,1546509600000,1546513200000,1546516800000,1546520400000,1546524000000,1546527600000,1546531200000,1546534800000,1546538400000,1546542000000,1546545600000,1546549200000,1546552800000,1546556400000,1546560000000,1546563600000,1546567200000,1546570800000,1546574400000,1546578000000,1546581600000,1546585200000,1546588800000,1546592400000,1546596000000,1546599600000,1546603200000,1546606800000,1546610400000,1546614000000,1546617600000,1546621200000,1546624800000,1546628400000,1546632000000,1546635600000,1546639200000,1546642800000,1546646400000,1546650000000,1546653600000,1546657200000,1546660800000,1546664400000,1546668000000,1546671600000,1546675200000,1546678800000,1546682400000,1546686000000,1546689600000,1546693200000,1546696800000,1546700400000,1546704000000,1546707600000,1546711200000,1546714800000,1546718400000,1546722000000,1546725600000,1546729200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[2160,1550,300,100,1230,40,130,410,890,1250,1850,2170,1950,2830,2460,2170,2650,2140,2700,1990,2570,2500,3490,1800,1000,370,310,190,90,70,320,470,760,1650,1910,2380,2620,1940,2360,2210,1740,2290,2130,2070,1790,1650,1790,2110,1350,880,790,470,280,140,210,250,540,780,1640,1910,2260,1920,1850,2180,2340,2090,2200,2130,2280,2550,2470,1470,880,550,230,120,110,190,210,560,840,1240,1680,2510,2010,2130,1760,1990,2310,2780,1880,2280,2530,2590,1930,1530,1990,800,340,90,120,230,220,640,990,1640,1860,1950,2510,2460,2370,2200,2540,2590,2450,2290,2820,2340,2150,1560,1060,730,520,200,140,180,310,680,1310,2150,2140,2350,2390,2450,2090,2320,2900,2230,1960,1930,2570,2290,1740,1470,1140,570,380,90,110,130,350,460,760,1600,2080,2130,2190,2430,2330,1890,2010,2120,2270,2010,2290,1780,2200,2060]},{"name":"URL","color":"#2373DB","values":[450,230,160,120,10,50,80,160,400,800,1470,1610,1470,1300,2040,1630,1440,1600,1670,1690,1930,1420,1250,610,500,200,120,30,0,30,40,240,560,1190,1980,1900,1610,1520,1500,1580,1510,1840,1590,890,530,580,520,1380,770,520,210,130,150,100,80,80,120,330,570,780,790,580,810,880,1290,1420,1300,1050,1310,1510,940,700,370,340,160,90,70,40,90,280,600,940,1340,1670,1510,1620,1360,1500,1820,2060,1730,1610,1740,1440,980,900,380,290,130,40,10,60,80,310,510,900,1480,1900,1780,1690,1880,2020,2320,2310,2260,1820,1490,1540,1630,840,620,370,160,90,90,80,60,440,690,1050,1470,1970,1930,1870,1750,2030,2040,2200,2410,2120,1940,1770,1340,1080,610,340,130,70,70,30,50,200,480,900,1460,2180,1760,1690,1830,1840,1920,1760,1980,1770,1440,1310,1010,900]},{"name":"Groups","color":"#9ED448","values":[1830,1000,350,110,70,70,150,650,660,1240,1100,1400,1600,1540,1300,1780,1650,1360,1730,1790,2120,2460,2150,1860,1610,780,350,170,200,110,160,480,750,1220,1400,1650,1860,1680,1720,1480,1330,1690,1210,1390,1560,1240,1260,2320,1180,940,730,400,200,110,110,280,590,810,970,1200,1070,1820,1540,1510,1440,1730,1360,1620,2440,2420,2110,1950,1700,660,350,140,140,130,240,520,750,1030,1040,1270,1770,1620,1600,1480,1490,1750,1810,2290,2120,2820,2560,2380,1350,880,420,180,100,390,350,650,1050,1540,1360,1410,1740,1850,1940,1910,1690,2000,1640,1850,2610,3120,3000,2160,1210,1040,390,130,50,240,400,620,900,1180,1320,1970,1560,1690,1890,1560,1690,1920,1920,2080,2460,2580,2580,2670,1830,740,390,190,50,230,300,540,650,1260,1570,1700,1560,2300,2420,1650,1710,1840,1530,1630,2050,1940,2840,2440]},{"name":"Channel","color":"#4fae4e","values":[60,80,70,10,10,10,0,110,60,90,230,110,140,190,180,100,160,160,80,150,220,140,210,90,60,120,20,10,0,0,10,80,40,140,190,210,170,150,380,140,130,210,170,150,170,250,230,370,220,90,100,40,60,30,0,60,40,130,140,210,180,260,200,100,150,120,130,180,180,180,220,220,70,70,60,20,10,30,0,20,20,120,150,130,180,150,260,150,190,200,190,200,140,150,190,240,150,120,60,50,20,0,0,40,50,160,260,170,230,210,230,130,170,210,210,140,170,170,150,200,230,60,90,10,10,10,30,90,170,250,160,160,160,250,140,250,260,110,250,160,280,250,110,270,280,130,10,10,0,40,50,10,90,200,100,80,130,120,220,320,130,130,230,160,220,170,180,260]},{"name":"Search","color":"#F5BD25","values":[120,120,30,0,30,130,150,340,350,310,200,310,340,110,150,250,250,170,150,150,390,230,680,390,70,90,0,0,10,10,50,140,170,460,150,650,210,360,290,120,100,150,320,90,170,210,220,240,250,470,70,110,0,0,10,50,30,70,130,200,280,330,460,190,410,200,310,70,140,120,210,290,50,60,60,0,0,60,0,280,330,180,310,520,280,320,740,1150,320,230,150,140,310,180,260,310,180,0,30,10,10,20,430,910,260,310,320,540,370,160,550,290,340,310,220,230,160,260,560,480,360,80,110,40,0,90,20,250,710,470,370,220,240,550,240,180,160,190,320,200,300,260,150,230,160,10,70,10,10,0,30,60,360,320,120,380,260,260,180,130,270,240,240,380,410,90,180,230]},{"name":"Other","color":"#F79E39","values":[170,160,90,0,10,50,40,40,60,170,350,320,190,250,360,330,280,220,280,200,260,330,260,180,100,110,50,30,10,20,10,60,150,160,220,190,380,170,160,240,340,270,180,100,90,130,300,280,100,110,100,20,30,0,30,40,90,120,350,210,150,310,280,260,220,240,220,240,220,240,280,140,210,100,20,20,30,20,10,90,110,230,180,350,410,250,350,270,210,300,240,290,360,300,330,310,130,130,30,30,30,20,50,50,130,170,330,250,330,340,240,340,470,290,270,340,410,200,230,260,180,130,50,30,20,10,40,170,140,230,370,240,400,360,340,310,250,410,240,390,380,340,280,200,260,140,50,40,50,10,40,100,120,230,180,340,300,320,400,350,310,310,390,320,360,410,210,240]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,10,0,0,20,10,0,10,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,10,20,10,50,0,10,10,60,10,20,30,20,50,20,10,0,20,0,0,10,0,0,0,0,0,10,0,10,10,10,10,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,20,10,20,0,10,0,0,10,0,10,20,0,0,0,0,0,0,0,10,40,0,10,0,0,0,10,0,10,0,10,10,10,10,0,0,0,20,0,0,0,0,0,10,0,0,0,0,10,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,30,10,0,20,0,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/03.json b/dist/chartDummyData/views_zoom/2019-01/03.json new file mode 100644 index 000000000..e90f89c33 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/03.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1546214400000,1546218000000,1546221600000,1546225200000,1546228800000,1546232400000,1546236000000,1546239600000,1546243200000,1546246800000,1546250400000,1546254000000,1546257600000,1546261200000,1546264800000,1546268400000,1546272000000,1546275600000,1546279200000,1546282800000,1546286400000,1546290000000,1546293600000,1546297200000,1546300800000,1546304400000,1546308000000,1546311600000,1546315200000,1546318800000,1546322400000,1546326000000,1546329600000,1546333200000,1546336800000,1546340400000,1546344000000,1546347600000,1546351200000,1546354800000,1546358400000,1546362000000,1546365600000,1546369200000,1546372800000,1546376400000,1546380000000,1546383600000,1546387200000,1546390800000,1546394400000,1546398000000,1546401600000,1546405200000,1546408800000,1546412400000,1546416000000,1546419600000,1546423200000,1546426800000,1546430400000,1546434000000,1546437600000,1546441200000,1546444800000,1546448400000,1546452000000,1546455600000,1546459200000,1546462800000,1546466400000,1546470000000,1546473600000,1546477200000,1546480800000,1546484400000,1546488000000,1546491600000,1546495200000,1546498800000,1546502400000,1546506000000,1546509600000,1546513200000,1546516800000,1546520400000,1546524000000,1546527600000,1546531200000,1546534800000,1546538400000,1546542000000,1546545600000,1546549200000,1546552800000,1546556400000,1546560000000,1546563600000,1546567200000,1546570800000,1546574400000,1546578000000,1546581600000,1546585200000,1546588800000,1546592400000,1546596000000,1546599600000,1546603200000,1546606800000,1546610400000,1546614000000,1546617600000,1546621200000,1546624800000,1546628400000,1546632000000,1546635600000,1546639200000,1546642800000,1546646400000,1546650000000,1546653600000,1546657200000,1546660800000,1546664400000,1546668000000,1546671600000,1546675200000,1546678800000,1546682400000,1546686000000,1546689600000,1546693200000,1546696800000,1546700400000,1546704000000,1546707600000,1546711200000,1546714800000,1546718400000,1546722000000,1546725600000,1546729200000,1546732800000,1546736400000,1546740000000,1546743600000,1546747200000,1546750800000,1546754400000,1546758000000,1546761600000,1546765200000,1546768800000,1546772400000,1546776000000,1546779600000,1546783200000,1546786800000,1546790400000,1546794000000,1546797600000,1546801200000,1546804800000,1546808400000,1546812000000,1546815600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[1000,370,310,190,90,70,320,470,760,1650,1910,2380,2620,1940,2360,2210,1740,2290,2130,2070,1790,1650,1790,2110,1350,880,790,470,280,140,210,250,540,780,1640,1910,2260,1920,1850,2180,2340,2090,2200,2130,2280,2550,2470,1470,880,550,230,120,110,190,210,560,840,1240,1680,2510,2010,2130,1760,1990,2310,2780,1880,2280,2530,2590,1930,1530,1990,800,340,90,120,230,220,640,990,1640,1860,1950,2510,2460,2370,2200,2540,2590,2450,2290,2820,2340,2150,1560,1060,730,520,200,140,180,310,680,1310,2150,2140,2350,2390,2450,2090,2320,2900,2230,1960,1930,2570,2290,1740,1470,1140,570,380,90,110,130,350,460,760,1600,2080,2130,2190,2430,2330,1890,2010,2120,2270,2010,2290,1780,2200,2060,1420,770,430,340,90,120,180,440,970,1280,2320,2100,2080,2270,2810,2640,2360,2670,2400,2000,2930,2650,1900,1590]},{"name":"URL","color":"#2373DB","values":[500,200,120,30,0,30,40,240,560,1190,1980,1900,1610,1520,1500,1580,1510,1840,1590,890,530,580,520,1380,770,520,210,130,150,100,80,80,120,330,570,780,790,580,810,880,1290,1420,1300,1050,1310,1510,940,700,370,340,160,90,70,40,90,280,600,940,1340,1670,1510,1620,1360,1500,1820,2060,1730,1610,1740,1440,980,900,380,290,130,40,10,60,80,310,510,900,1480,1900,1780,1690,1880,2020,2320,2310,2260,1820,1490,1540,1630,840,620,370,160,90,90,80,60,440,690,1050,1470,1970,1930,1870,1750,2030,2040,2200,2410,2120,1940,1770,1340,1080,610,340,130,70,70,30,50,200,480,900,1460,2180,1760,1690,1830,1840,1920,1760,1980,1770,1440,1310,1010,900,750,420,230,80,30,20,30,130,360,610,1270,1490,1220,1030,1150,1750,1490,1680,1640,1980,1490,1480,1230,720]},{"name":"Groups","color":"#9ED448","values":[1610,780,350,170,200,110,160,480,750,1220,1400,1650,1860,1680,1720,1480,1330,1690,1210,1390,1560,1240,1260,2320,1180,940,730,400,200,110,110,280,590,810,970,1200,1070,1820,1540,1510,1440,1730,1360,1620,2440,2420,2110,1950,1700,660,350,140,140,130,240,520,750,1030,1040,1270,1770,1620,1600,1480,1490,1750,1810,2290,2120,2820,2560,2380,1350,880,420,180,100,390,350,650,1050,1540,1360,1410,1740,1850,1940,1910,1690,2000,1640,1850,2610,3120,3000,2160,1210,1040,390,130,50,240,400,620,900,1180,1320,1970,1560,1690,1890,1560,1690,1920,1920,2080,2460,2580,2580,2670,1830,740,390,190,50,230,300,540,650,1260,1570,1700,1560,2300,2420,1650,1710,1840,1530,1630,2050,1940,2840,2440,1690,920,420,180,80,200,160,380,660,1250,1610,1510,1750,1720,1790,1650,2060,1760,1580,1440,2260,3140,2840,2200]},{"name":"Channel","color":"#4fae4e","values":[60,120,20,10,0,0,10,80,40,140,190,210,170,150,380,140,130,210,170,150,170,250,230,370,220,90,100,40,60,30,0,60,40,130,140,210,180,260,200,100,150,120,130,180,180,180,220,220,70,70,60,20,10,30,0,20,20,120,150,130,180,150,260,150,190,200,190,200,140,150,190,240,150,120,60,50,20,0,0,40,50,160,260,170,230,210,230,130,170,210,210,140,170,170,150,200,230,60,90,10,10,10,30,90,170,250,160,160,160,250,140,250,260,110,250,160,280,250,110,270,280,130,10,10,0,40,50,10,90,200,100,80,130,120,220,320,130,130,230,160,220,170,180,260,70,90,40,30,0,0,0,70,90,70,140,170,80,150,180,310,300,290,310,160,200,420,150,140]},{"name":"Search","color":"#F5BD25","values":[70,90,0,0,10,10,50,140,170,460,150,650,210,360,290,120,100,150,320,90,170,210,220,240,250,470,70,110,0,0,10,50,30,70,130,200,280,330,460,190,410,200,310,70,140,120,210,290,50,60,60,0,0,60,0,280,330,180,310,520,280,320,740,1150,320,230,150,140,310,180,260,310,180,0,30,10,10,20,430,910,260,310,320,540,370,160,550,290,340,310,220,230,160,260,560,480,360,80,110,40,0,90,20,250,710,470,370,220,240,550,240,180,160,190,320,200,300,260,150,230,160,10,70,10,10,0,30,60,360,320,120,380,260,260,180,130,270,240,240,380,410,90,180,230,50,120,70,110,20,0,120,120,250,220,100,400,280,570,200,220,290,180,160,380,230,430,310,270]},{"name":"Other","color":"#F79E39","values":[100,110,50,30,10,20,10,60,150,160,220,190,380,170,160,240,340,270,180,100,90,130,300,280,100,110,100,20,30,0,30,40,90,120,350,210,150,310,280,260,220,240,220,240,220,240,280,140,210,100,20,20,30,20,10,90,110,230,180,350,410,250,350,270,210,300,240,290,360,300,330,310,130,130,30,30,30,20,50,50,130,170,330,250,330,340,240,340,470,290,270,340,410,200,230,260,180,130,50,30,20,10,40,170,140,230,370,240,400,360,340,310,250,410,240,390,380,340,280,200,260,140,50,40,50,10,40,100,120,230,180,340,300,320,400,350,310,310,390,320,360,410,210,240,320,140,70,20,30,10,40,30,130,250,300,200,270,410,300,250,270,350,270,360,260,430,340,210]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,20,10,50,0,10,10,60,10,20,30,20,50,20,10,0,20,0,0,10,0,0,0,0,0,10,0,10,10,10,10,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,20,10,20,0,10,0,0,10,0,10,20,0,0,0,0,0,0,0,10,40,0,10,0,0,0,10,0,10,0,10,10,10,10,0,0,0,20,0,0,0,0,0,10,0,0,0,0,10,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,30,10,0,20,0,10,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,10,20,0,20,0,30,10,20,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/04.json b/dist/chartDummyData/views_zoom/2019-01/04.json new file mode 100644 index 000000000..8eca0ccf1 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/04.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1546300800000,1546304400000,1546308000000,1546311600000,1546315200000,1546318800000,1546322400000,1546326000000,1546329600000,1546333200000,1546336800000,1546340400000,1546344000000,1546347600000,1546351200000,1546354800000,1546358400000,1546362000000,1546365600000,1546369200000,1546372800000,1546376400000,1546380000000,1546383600000,1546387200000,1546390800000,1546394400000,1546398000000,1546401600000,1546405200000,1546408800000,1546412400000,1546416000000,1546419600000,1546423200000,1546426800000,1546430400000,1546434000000,1546437600000,1546441200000,1546444800000,1546448400000,1546452000000,1546455600000,1546459200000,1546462800000,1546466400000,1546470000000,1546473600000,1546477200000,1546480800000,1546484400000,1546488000000,1546491600000,1546495200000,1546498800000,1546502400000,1546506000000,1546509600000,1546513200000,1546516800000,1546520400000,1546524000000,1546527600000,1546531200000,1546534800000,1546538400000,1546542000000,1546545600000,1546549200000,1546552800000,1546556400000,1546560000000,1546563600000,1546567200000,1546570800000,1546574400000,1546578000000,1546581600000,1546585200000,1546588800000,1546592400000,1546596000000,1546599600000,1546603200000,1546606800000,1546610400000,1546614000000,1546617600000,1546621200000,1546624800000,1546628400000,1546632000000,1546635600000,1546639200000,1546642800000,1546646400000,1546650000000,1546653600000,1546657200000,1546660800000,1546664400000,1546668000000,1546671600000,1546675200000,1546678800000,1546682400000,1546686000000,1546689600000,1546693200000,1546696800000,1546700400000,1546704000000,1546707600000,1546711200000,1546714800000,1546718400000,1546722000000,1546725600000,1546729200000,1546732800000,1546736400000,1546740000000,1546743600000,1546747200000,1546750800000,1546754400000,1546758000000,1546761600000,1546765200000,1546768800000,1546772400000,1546776000000,1546779600000,1546783200000,1546786800000,1546790400000,1546794000000,1546797600000,1546801200000,1546804800000,1546808400000,1546812000000,1546815600000,1546819200000,1546822800000,1546826400000,1546830000000,1546833600000,1546837200000,1546840800000,1546844400000,1546848000000,1546851600000,1546855200000,1546858800000,1546862400000,1546866000000,1546869600000,1546873200000,1546876800000,1546880400000,1546884000000,1546887600000,1546891200000,1546894800000,1546898400000,1546902000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[1350,880,790,470,280,140,210,250,540,780,1640,1910,2260,1920,1850,2180,2340,2090,2200,2130,2280,2550,2470,1470,880,550,230,120,110,190,210,560,840,1240,1680,2510,2010,2130,1760,1990,2310,2780,1880,2280,2530,2590,1930,1530,1990,800,340,90,120,230,220,640,990,1640,1860,1950,2510,2460,2370,2200,2540,2590,2450,2290,2820,2340,2150,1560,1060,730,520,200,140,180,310,680,1310,2150,2140,2350,2390,2450,2090,2320,2900,2230,1960,1930,2570,2290,1740,1470,1140,570,380,90,110,130,350,460,760,1600,2080,2130,2190,2430,2330,1890,2010,2120,2270,2010,2290,1780,2200,2060,1420,770,430,340,90,120,180,440,970,1280,2320,2100,2080,2270,2810,2640,2360,2670,2400,2000,2930,2650,1900,1590,1000,310,120,60,30,260,570,940,1010,1260,1730,1850,1820,1840,2280,2130,2690,2350,2140,2720,2870,2640,2010,1450]},{"name":"URL","color":"#2373DB","values":[770,520,210,130,150,100,80,80,120,330,570,780,790,580,810,880,1290,1420,1300,1050,1310,1510,940,700,370,340,160,90,70,40,90,280,600,940,1340,1670,1510,1620,1360,1500,1820,2060,1730,1610,1740,1440,980,900,380,290,130,40,10,60,80,310,510,900,1480,1900,1780,1690,1880,2020,2320,2310,2260,1820,1490,1540,1630,840,620,370,160,90,90,80,60,440,690,1050,1470,1970,1930,1870,1750,2030,2040,2200,2410,2120,1940,1770,1340,1080,610,340,130,70,70,30,50,200,480,900,1460,2180,1760,1690,1830,1840,1920,1760,1980,1770,1440,1310,1010,900,750,420,230,80,30,20,30,130,360,610,1270,1490,1220,1030,1150,1750,1490,1680,1640,1980,1490,1480,1230,720,610,150,70,10,10,90,460,680,820,1050,1330,1390,1880,1710,1800,1960,2350,2360,2230,2240,1800,1900,1410,750]},{"name":"Groups","color":"#9ED448","values":[1180,940,730,400,200,110,110,280,590,810,970,1200,1070,1820,1540,1510,1440,1730,1360,1620,2440,2420,2110,1950,1700,660,350,140,140,130,240,520,750,1030,1040,1270,1770,1620,1600,1480,1490,1750,1810,2290,2120,2820,2560,2380,1350,880,420,180,100,390,350,650,1050,1540,1360,1410,1740,1850,1940,1910,1690,2000,1640,1850,2610,3120,3000,2160,1210,1040,390,130,50,240,400,620,900,1180,1320,1970,1560,1690,1890,1560,1690,1920,1920,2080,2460,2580,2580,2670,1830,740,390,190,50,230,300,540,650,1260,1570,1700,1560,2300,2420,1650,1710,1840,1530,1630,2050,1940,2840,2440,1690,920,420,180,80,200,160,380,660,1250,1610,1510,1750,1720,1790,1650,2060,1760,1580,1440,2260,3140,2840,2200,820,470,190,60,110,460,820,800,870,1090,1140,1190,1460,2160,1500,1670,1610,1650,1650,2570,2570,3170,2870,2030]},{"name":"Channel","color":"#4fae4e","values":[220,90,100,40,60,30,0,60,40,130,140,210,180,260,200,100,150,120,130,180,180,180,220,220,70,70,60,20,10,30,0,20,20,120,150,130,180,150,260,150,190,200,190,200,140,150,190,240,150,120,60,50,20,0,0,40,50,160,260,170,230,210,230,130,170,210,210,140,170,170,150,200,230,60,90,10,10,10,30,90,170,250,160,160,160,250,140,250,260,110,250,160,280,250,110,270,280,130,10,10,0,40,50,10,90,200,100,80,130,120,220,320,130,130,230,160,220,170,180,260,70,90,40,30,0,0,0,70,90,70,140,170,80,150,180,310,300,290,310,160,200,420,150,140,120,20,40,10,0,10,50,80,20,100,90,170,60,110,270,180,220,380,220,190,310,270,260,160]},{"name":"Search","color":"#F5BD25","values":[250,470,70,110,0,0,10,50,30,70,130,200,280,330,460,190,410,200,310,70,140,120,210,290,50,60,60,0,0,60,0,280,330,180,310,520,280,320,740,1150,320,230,150,140,310,180,260,310,180,0,30,10,10,20,430,910,260,310,320,540,370,160,550,290,340,310,220,230,160,260,560,480,360,80,110,40,0,90,20,250,710,470,370,220,240,550,240,180,160,190,320,200,300,260,150,230,160,10,70,10,10,0,30,60,360,320,120,380,260,260,180,130,270,240,240,380,410,90,180,230,50,120,70,110,20,0,120,120,250,220,100,400,280,570,200,220,290,180,160,380,230,430,310,270,80,50,30,10,0,140,370,230,110,160,430,430,140,230,270,330,440,220,240,640,200,420,460,250]},{"name":"Other","color":"#F79E39","values":[100,110,100,20,30,0,30,40,90,120,350,210,150,310,280,260,220,240,220,240,220,240,280,140,210,100,20,20,30,20,10,90,110,230,180,350,410,250,350,270,210,300,240,290,360,300,330,310,130,130,30,30,30,20,50,50,130,170,330,250,330,340,240,340,470,290,270,340,410,200,230,260,180,130,50,30,20,10,40,170,140,230,370,240,400,360,340,310,250,410,240,390,380,340,280,200,260,140,50,40,50,10,40,100,120,230,180,340,300,320,400,350,310,310,390,320,360,410,210,240,320,140,70,20,30,10,40,30,130,250,300,200,270,410,300,250,270,350,270,360,260,430,340,210,250,70,20,20,0,40,70,280,320,210,230,300,190,400,330,350,250,370,350,350,400,410,360,270]},{"name":"PM","color":"#E65850","values":[20,0,0,10,0,0,0,0,0,10,0,10,10,10,10,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,20,10,20,0,10,0,0,10,0,10,20,0,0,0,0,0,0,0,10,40,0,10,0,0,0,10,0,10,0,10,10,10,10,0,0,0,20,0,0,0,0,0,10,0,0,0,0,10,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,30,10,0,20,0,10,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,10,20,0,20,0,30,10,20,0,10,0,0,10,0,0,0,0,10,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/05.json b/dist/chartDummyData/views_zoom/2019-01/05.json new file mode 100644 index 000000000..19d6b63ff --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/05.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1546387200000,1546390800000,1546394400000,1546398000000,1546401600000,1546405200000,1546408800000,1546412400000,1546416000000,1546419600000,1546423200000,1546426800000,1546430400000,1546434000000,1546437600000,1546441200000,1546444800000,1546448400000,1546452000000,1546455600000,1546459200000,1546462800000,1546466400000,1546470000000,1546473600000,1546477200000,1546480800000,1546484400000,1546488000000,1546491600000,1546495200000,1546498800000,1546502400000,1546506000000,1546509600000,1546513200000,1546516800000,1546520400000,1546524000000,1546527600000,1546531200000,1546534800000,1546538400000,1546542000000,1546545600000,1546549200000,1546552800000,1546556400000,1546560000000,1546563600000,1546567200000,1546570800000,1546574400000,1546578000000,1546581600000,1546585200000,1546588800000,1546592400000,1546596000000,1546599600000,1546603200000,1546606800000,1546610400000,1546614000000,1546617600000,1546621200000,1546624800000,1546628400000,1546632000000,1546635600000,1546639200000,1546642800000,1546646400000,1546650000000,1546653600000,1546657200000,1546660800000,1546664400000,1546668000000,1546671600000,1546675200000,1546678800000,1546682400000,1546686000000,1546689600000,1546693200000,1546696800000,1546700400000,1546704000000,1546707600000,1546711200000,1546714800000,1546718400000,1546722000000,1546725600000,1546729200000,1546732800000,1546736400000,1546740000000,1546743600000,1546747200000,1546750800000,1546754400000,1546758000000,1546761600000,1546765200000,1546768800000,1546772400000,1546776000000,1546779600000,1546783200000,1546786800000,1546790400000,1546794000000,1546797600000,1546801200000,1546804800000,1546808400000,1546812000000,1546815600000,1546819200000,1546822800000,1546826400000,1546830000000,1546833600000,1546837200000,1546840800000,1546844400000,1546848000000,1546851600000,1546855200000,1546858800000,1546862400000,1546866000000,1546869600000,1546873200000,1546876800000,1546880400000,1546884000000,1546887600000,1546891200000,1546894800000,1546898400000,1546902000000,1546905600000,1546909200000,1546912800000,1546916400000,1546920000000,1546923600000,1546927200000,1546930800000,1546934400000,1546938000000,1546941600000,1546945200000,1546948800000,1546952400000,1546956000000,1546959600000,1546963200000,1546966800000,1546970400000,1546974000000,1546977600000,1546981200000,1546984800000,1546988400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[880,550,230,120,110,190,210,560,840,1240,1680,2510,2010,2130,1760,1990,2310,2780,1880,2280,2530,2590,1930,1530,1990,800,340,90,120,230,220,640,990,1640,1860,1950,2510,2460,2370,2200,2540,2590,2450,2290,2820,2340,2150,1560,1060,730,520,200,140,180,310,680,1310,2150,2140,2350,2390,2450,2090,2320,2900,2230,1960,1930,2570,2290,1740,1470,1140,570,380,90,110,130,350,460,760,1600,2080,2130,2190,2430,2330,1890,2010,2120,2270,2010,2290,1780,2200,2060,1420,770,430,340,90,120,180,440,970,1280,2320,2100,2080,2270,2810,2640,2360,2670,2400,2000,2930,2650,1900,1590,1000,310,120,60,30,260,570,940,1010,1260,1730,1850,1820,1840,2280,2130,2690,2350,2140,2720,2870,2640,2010,1450,610,350,130,40,110,200,560,930,1080,1240,1660,1780,1820,2010,2130,1860,2250,2620,2230,1970,2590,2280,1930,1410]},{"name":"URL","color":"#2373DB","values":[370,340,160,90,70,40,90,280,600,940,1340,1670,1510,1620,1360,1500,1820,2060,1730,1610,1740,1440,980,900,380,290,130,40,10,60,80,310,510,900,1480,1900,1780,1690,1880,2020,2320,2310,2260,1820,1490,1540,1630,840,620,370,160,90,90,80,60,440,690,1050,1470,1970,1930,1870,1750,2030,2040,2200,2410,2120,1940,1770,1340,1080,610,340,130,70,70,30,50,200,480,900,1460,2180,1760,1690,1830,1840,1920,1760,1980,1770,1440,1310,1010,900,750,420,230,80,30,20,30,130,360,610,1270,1490,1220,1030,1150,1750,1490,1680,1640,1980,1490,1480,1230,720,610,150,70,10,10,90,460,680,820,1050,1330,1390,1880,1710,1800,1960,2350,2360,2230,2240,1800,1900,1410,750,350,210,80,150,30,70,260,570,980,1180,1230,1760,1930,1800,1680,2260,2130,2120,2310,2160,2190,1750,1560,670]},{"name":"Groups","color":"#9ED448","values":[1700,660,350,140,140,130,240,520,750,1030,1040,1270,1770,1620,1600,1480,1490,1750,1810,2290,2120,2820,2560,2380,1350,880,420,180,100,390,350,650,1050,1540,1360,1410,1740,1850,1940,1910,1690,2000,1640,1850,2610,3120,3000,2160,1210,1040,390,130,50,240,400,620,900,1180,1320,1970,1560,1690,1890,1560,1690,1920,1920,2080,2460,2580,2580,2670,1830,740,390,190,50,230,300,540,650,1260,1570,1700,1560,2300,2420,1650,1710,1840,1530,1630,2050,1940,2840,2440,1690,920,420,180,80,200,160,380,660,1250,1610,1510,1750,1720,1790,1650,2060,1760,1580,1440,2260,3140,2840,2200,820,470,190,60,110,460,820,800,870,1090,1140,1190,1460,2160,1500,1670,1610,1650,1650,2570,2570,3170,2870,2030,1260,460,150,60,40,270,530,1090,970,1270,1170,1530,1480,1700,1790,1780,2050,1700,2130,1950,2330,3080,2770,2010]},{"name":"Channel","color":"#4fae4e","values":[70,70,60,20,10,30,0,20,20,120,150,130,180,150,260,150,190,200,190,200,140,150,190,240,150,120,60,50,20,0,0,40,50,160,260,170,230,210,230,130,170,210,210,140,170,170,150,200,230,60,90,10,10,10,30,90,170,250,160,160,160,250,140,250,260,110,250,160,280,250,110,270,280,130,10,10,0,40,50,10,90,200,100,80,130,120,220,320,130,130,230,160,220,170,180,260,70,90,40,30,0,0,0,70,90,70,140,170,80,150,180,310,300,290,310,160,200,420,150,140,120,20,40,10,0,10,50,80,20,100,90,170,60,110,270,180,220,380,220,190,310,270,260,160,70,100,10,90,30,40,80,100,50,40,90,90,90,150,170,120,120,170,140,220,200,200,240,210]},{"name":"Search","color":"#F5BD25","values":[50,60,60,0,0,60,0,280,330,180,310,520,280,320,740,1150,320,230,150,140,310,180,260,310,180,0,30,10,10,20,430,910,260,310,320,540,370,160,550,290,340,310,220,230,160,260,560,480,360,80,110,40,0,90,20,250,710,470,370,220,240,550,240,180,160,190,320,200,300,260,150,230,160,10,70,10,10,0,30,60,360,320,120,380,260,260,180,130,270,240,240,380,410,90,180,230,50,120,70,110,20,0,120,120,250,220,100,400,280,570,200,220,290,180,160,380,230,430,310,270,80,50,30,10,0,140,370,230,110,160,430,430,140,230,270,330,440,220,240,640,200,420,460,250,70,10,20,0,0,90,230,190,130,210,160,750,130,320,550,280,140,310,240,160,240,220,110,110]},{"name":"Other","color":"#F79E39","values":[210,100,20,20,30,20,10,90,110,230,180,350,410,250,350,270,210,300,240,290,360,300,330,310,130,130,30,30,30,20,50,50,130,170,330,250,330,340,240,340,470,290,270,340,410,200,230,260,180,130,50,30,20,10,40,170,140,230,370,240,400,360,340,310,250,410,240,390,380,340,280,200,260,140,50,40,50,10,40,100,120,230,180,340,300,320,400,350,310,310,390,320,360,410,210,240,320,140,70,20,30,10,40,30,130,250,300,200,270,410,300,250,270,350,270,360,260,430,340,210,250,70,20,20,0,40,70,280,320,210,230,300,190,400,330,350,250,370,350,350,400,410,360,270,160,30,60,10,10,30,130,210,180,460,180,240,240,320,270,230,300,260,310,420,280,330,330,340]},{"name":"PM","color":"#E65850","values":[0,10,0,0,0,0,0,0,0,0,0,0,0,10,20,10,20,0,10,0,0,10,0,10,20,0,0,0,0,0,0,0,10,40,0,10,0,0,0,10,0,10,0,10,10,10,10,0,0,0,20,0,0,0,0,0,10,0,0,0,0,10,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,30,10,0,20,0,10,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,10,20,0,20,0,30,10,20,0,10,0,0,10,0,0,0,0,10,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,0,10,0,10,10,10,0,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/06.json b/dist/chartDummyData/views_zoom/2019-01/06.json new file mode 100644 index 000000000..dc39c64a1 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/06.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1546473600000,1546477200000,1546480800000,1546484400000,1546488000000,1546491600000,1546495200000,1546498800000,1546502400000,1546506000000,1546509600000,1546513200000,1546516800000,1546520400000,1546524000000,1546527600000,1546531200000,1546534800000,1546538400000,1546542000000,1546545600000,1546549200000,1546552800000,1546556400000,1546560000000,1546563600000,1546567200000,1546570800000,1546574400000,1546578000000,1546581600000,1546585200000,1546588800000,1546592400000,1546596000000,1546599600000,1546603200000,1546606800000,1546610400000,1546614000000,1546617600000,1546621200000,1546624800000,1546628400000,1546632000000,1546635600000,1546639200000,1546642800000,1546646400000,1546650000000,1546653600000,1546657200000,1546660800000,1546664400000,1546668000000,1546671600000,1546675200000,1546678800000,1546682400000,1546686000000,1546689600000,1546693200000,1546696800000,1546700400000,1546704000000,1546707600000,1546711200000,1546714800000,1546718400000,1546722000000,1546725600000,1546729200000,1546732800000,1546736400000,1546740000000,1546743600000,1546747200000,1546750800000,1546754400000,1546758000000,1546761600000,1546765200000,1546768800000,1546772400000,1546776000000,1546779600000,1546783200000,1546786800000,1546790400000,1546794000000,1546797600000,1546801200000,1546804800000,1546808400000,1546812000000,1546815600000,1546819200000,1546822800000,1546826400000,1546830000000,1546833600000,1546837200000,1546840800000,1546844400000,1546848000000,1546851600000,1546855200000,1546858800000,1546862400000,1546866000000,1546869600000,1546873200000,1546876800000,1546880400000,1546884000000,1546887600000,1546891200000,1546894800000,1546898400000,1546902000000,1546905600000,1546909200000,1546912800000,1546916400000,1546920000000,1546923600000,1546927200000,1546930800000,1546934400000,1546938000000,1546941600000,1546945200000,1546948800000,1546952400000,1546956000000,1546959600000,1546963200000,1546966800000,1546970400000,1546974000000,1546977600000,1546981200000,1546984800000,1546988400000,1546992000000,1546995600000,1546999200000,1547002800000,1547006400000,1547010000000,1547013600000,1547017200000,1547020800000,1547024400000,1547028000000,1547031600000,1547035200000,1547038800000,1547042400000,1547046000000,1547049600000,1547053200000,1547056800000,1547060400000,1547064000000,1547067600000,1547071200000,1547074800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[1990,800,340,90,120,230,220,640,990,1640,1860,1950,2510,2460,2370,2200,2540,2590,2450,2290,2820,2340,2150,1560,1060,730,520,200,140,180,310,680,1310,2150,2140,2350,2390,2450,2090,2320,2900,2230,1960,1930,2570,2290,1740,1470,1140,570,380,90,110,130,350,460,760,1600,2080,2130,2190,2430,2330,1890,2010,2120,2270,2010,2290,1780,2200,2060,1420,770,430,340,90,120,180,440,970,1280,2320,2100,2080,2270,2810,2640,2360,2670,2400,2000,2930,2650,1900,1590,1000,310,120,60,30,260,570,940,1010,1260,1730,1850,1820,1840,2280,2130,2690,2350,2140,2720,2870,2640,2010,1450,610,350,130,40,110,200,560,930,1080,1240,1660,1780,1820,2010,2130,1860,2250,2620,2230,1970,2590,2280,1930,1410,750,200,140,40,30,130,560,1010,950,1260,1740,2080,1820,2070,3240,2520,2430,2250,2070,2150,2440,2780,1900,1590]},{"name":"URL","color":"#2373DB","values":[380,290,130,40,10,60,80,310,510,900,1480,1900,1780,1690,1880,2020,2320,2310,2260,1820,1490,1540,1630,840,620,370,160,90,90,80,60,440,690,1050,1470,1970,1930,1870,1750,2030,2040,2200,2410,2120,1940,1770,1340,1080,610,340,130,70,70,30,50,200,480,900,1460,2180,1760,1690,1830,1840,1920,1760,1980,1770,1440,1310,1010,900,750,420,230,80,30,20,30,130,360,610,1270,1490,1220,1030,1150,1750,1490,1680,1640,1980,1490,1480,1230,720,610,150,70,10,10,90,460,680,820,1050,1330,1390,1880,1710,1800,1960,2350,2360,2230,2240,1800,1900,1410,750,350,210,80,150,30,70,260,570,980,1180,1230,1760,1930,1800,1680,2260,2130,2120,2310,2160,2190,1750,1560,670,220,190,30,60,0,80,340,500,710,920,1370,1630,1900,1990,1920,2240,2150,2400,2390,2020,2310,1460,1290,810]},{"name":"Groups","color":"#9ED448","values":[1350,880,420,180,100,390,350,650,1050,1540,1360,1410,1740,1850,1940,1910,1690,2000,1640,1850,2610,3120,3000,2160,1210,1040,390,130,50,240,400,620,900,1180,1320,1970,1560,1690,1890,1560,1690,1920,1920,2080,2460,2580,2580,2670,1830,740,390,190,50,230,300,540,650,1260,1570,1700,1560,2300,2420,1650,1710,1840,1530,1630,2050,1940,2840,2440,1690,920,420,180,80,200,160,380,660,1250,1610,1510,1750,1720,1790,1650,2060,1760,1580,1440,2260,3140,2840,2200,820,470,190,60,110,460,820,800,870,1090,1140,1190,1460,2160,1500,1670,1610,1650,1650,2570,2570,3170,2870,2030,1260,460,150,60,40,270,530,1090,970,1270,1170,1530,1480,1700,1790,1780,2050,1700,2130,1950,2330,3080,2770,2010,750,370,90,30,80,320,800,1000,1240,1600,1010,1290,1520,1540,1740,1250,1900,2180,1740,2070,2450,2470,2470,2400]},{"name":"Channel","color":"#4fae4e","values":[150,120,60,50,20,0,0,40,50,160,260,170,230,210,230,130,170,210,210,140,170,170,150,200,230,60,90,10,10,10,30,90,170,250,160,160,160,250,140,250,260,110,250,160,280,250,110,270,280,130,10,10,0,40,50,10,90,200,100,80,130,120,220,320,130,130,230,160,220,170,180,260,70,90,40,30,0,0,0,70,90,70,140,170,80,150,180,310,300,290,310,160,200,420,150,140,120,20,40,10,0,10,50,80,20,100,90,170,60,110,270,180,220,380,220,190,310,270,260,160,70,100,10,90,30,40,80,100,50,40,90,90,90,150,170,120,120,170,140,220,200,200,240,210,110,10,10,20,10,0,40,50,50,80,70,70,90,90,210,130,240,170,90,140,150,160,140,170]},{"name":"Search","color":"#F5BD25","values":[180,0,30,10,10,20,430,910,260,310,320,540,370,160,550,290,340,310,220,230,160,260,560,480,360,80,110,40,0,90,20,250,710,470,370,220,240,550,240,180,160,190,320,200,300,260,150,230,160,10,70,10,10,0,30,60,360,320,120,380,260,260,180,130,270,240,240,380,410,90,180,230,50,120,70,110,20,0,120,120,250,220,100,400,280,570,200,220,290,180,160,380,230,430,310,270,80,50,30,10,0,140,370,230,110,160,430,430,140,230,270,330,440,220,240,640,200,420,460,250,70,10,20,0,0,90,230,190,130,210,160,750,130,320,550,280,140,310,240,160,240,220,110,110,100,30,20,30,20,20,260,390,450,70,150,620,400,210,210,150,160,210,430,140,240,100,180,120]},{"name":"Other","color":"#F79E39","values":[130,130,30,30,30,20,50,50,130,170,330,250,330,340,240,340,470,290,270,340,410,200,230,260,180,130,50,30,20,10,40,170,140,230,370,240,400,360,340,310,250,410,240,390,380,340,280,200,260,140,50,40,50,10,40,100,120,230,180,340,300,320,400,350,310,310,390,320,360,410,210,240,320,140,70,20,30,10,40,30,130,250,300,200,270,410,300,250,270,350,270,360,260,430,340,210,250,70,20,20,0,40,70,280,320,210,230,300,190,400,330,350,250,370,350,350,400,410,360,270,160,30,60,10,10,30,130,210,180,460,180,240,240,320,270,230,300,260,310,420,280,330,330,340,100,80,50,20,0,60,120,220,190,230,260,270,350,380,270,340,460,420,360,280,480,400,410,180]},{"name":"PM","color":"#E65850","values":[20,0,0,0,0,0,0,0,10,40,0,10,0,0,0,10,0,10,0,10,10,10,10,0,0,0,20,0,0,0,0,0,10,0,0,0,0,10,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,30,10,0,20,0,10,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,10,20,0,20,0,30,10,20,0,10,0,0,10,0,0,0,0,10,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,0,10,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,20,0,10,0,30,10,10,0,10,0,10,0,0,10,0,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/07.json b/dist/chartDummyData/views_zoom/2019-01/07.json new file mode 100644 index 000000000..47332c831 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/07.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1546560000000,1546563600000,1546567200000,1546570800000,1546574400000,1546578000000,1546581600000,1546585200000,1546588800000,1546592400000,1546596000000,1546599600000,1546603200000,1546606800000,1546610400000,1546614000000,1546617600000,1546621200000,1546624800000,1546628400000,1546632000000,1546635600000,1546639200000,1546642800000,1546646400000,1546650000000,1546653600000,1546657200000,1546660800000,1546664400000,1546668000000,1546671600000,1546675200000,1546678800000,1546682400000,1546686000000,1546689600000,1546693200000,1546696800000,1546700400000,1546704000000,1546707600000,1546711200000,1546714800000,1546718400000,1546722000000,1546725600000,1546729200000,1546732800000,1546736400000,1546740000000,1546743600000,1546747200000,1546750800000,1546754400000,1546758000000,1546761600000,1546765200000,1546768800000,1546772400000,1546776000000,1546779600000,1546783200000,1546786800000,1546790400000,1546794000000,1546797600000,1546801200000,1546804800000,1546808400000,1546812000000,1546815600000,1546819200000,1546822800000,1546826400000,1546830000000,1546833600000,1546837200000,1546840800000,1546844400000,1546848000000,1546851600000,1546855200000,1546858800000,1546862400000,1546866000000,1546869600000,1546873200000,1546876800000,1546880400000,1546884000000,1546887600000,1546891200000,1546894800000,1546898400000,1546902000000,1546905600000,1546909200000,1546912800000,1546916400000,1546920000000,1546923600000,1546927200000,1546930800000,1546934400000,1546938000000,1546941600000,1546945200000,1546948800000,1546952400000,1546956000000,1546959600000,1546963200000,1546966800000,1546970400000,1546974000000,1546977600000,1546981200000,1546984800000,1546988400000,1546992000000,1546995600000,1546999200000,1547002800000,1547006400000,1547010000000,1547013600000,1547017200000,1547020800000,1547024400000,1547028000000,1547031600000,1547035200000,1547038800000,1547042400000,1547046000000,1547049600000,1547053200000,1547056800000,1547060400000,1547064000000,1547067600000,1547071200000,1547074800000,1547078400000,1547082000000,1547085600000,1547089200000,1547092800000,1547096400000,1547100000000,1547103600000,1547107200000,1547110800000,1547114400000,1547118000000,1547121600000,1547125200000,1547128800000,1547132400000,1547136000000,1547139600000,1547143200000,1547146800000,1547150400000,1547154000000,1547157600000,1547161200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[1060,730,520,200,140,180,310,680,1310,2150,2140,2350,2390,2450,2090,2320,2900,2230,1960,1930,2570,2290,1740,1470,1140,570,380,90,110,130,350,460,760,1600,2080,2130,2190,2430,2330,1890,2010,2120,2270,2010,2290,1780,2200,2060,1420,770,430,340,90,120,180,440,970,1280,2320,2100,2080,2270,2810,2640,2360,2670,2400,2000,2930,2650,1900,1590,1000,310,120,60,30,260,570,940,1010,1260,1730,1850,1820,1840,2280,2130,2690,2350,2140,2720,2870,2640,2010,1450,610,350,130,40,110,200,560,930,1080,1240,1660,1780,1820,2010,2130,1860,2250,2620,2230,1970,2590,2280,1930,1410,750,200,140,40,30,130,560,1010,950,1260,1740,2080,1820,2070,3240,2520,2430,2250,2070,2150,2440,2780,1900,1590,530,330,220,90,20,120,850,1360,1110,1050,1710,1510,1990,2500,1950,1850,1840,2360,2380,2480,2180,3720,2200,1610]},{"name":"URL","color":"#2373DB","values":[620,370,160,90,90,80,60,440,690,1050,1470,1970,1930,1870,1750,2030,2040,2200,2410,2120,1940,1770,1340,1080,610,340,130,70,70,30,50,200,480,900,1460,2180,1760,1690,1830,1840,1920,1760,1980,1770,1440,1310,1010,900,750,420,230,80,30,20,30,130,360,610,1270,1490,1220,1030,1150,1750,1490,1680,1640,1980,1490,1480,1230,720,610,150,70,10,10,90,460,680,820,1050,1330,1390,1880,1710,1800,1960,2350,2360,2230,2240,1800,1900,1410,750,350,210,80,150,30,70,260,570,980,1180,1230,1760,1930,1800,1680,2260,2130,2120,2310,2160,2190,1750,1560,670,220,190,30,60,0,80,340,500,710,920,1370,1630,1900,1990,1920,2240,2150,2400,2390,2020,2310,1460,1290,810,270,250,80,0,20,90,290,590,850,1260,1380,1780,1910,1850,1700,1930,2170,2660,2430,2290,2020,1720,1220,1030]},{"name":"Groups","color":"#9ED448","values":[1210,1040,390,130,50,240,400,620,900,1180,1320,1970,1560,1690,1890,1560,1690,1920,1920,2080,2460,2580,2580,2670,1830,740,390,190,50,230,300,540,650,1260,1570,1700,1560,2300,2420,1650,1710,1840,1530,1630,2050,1940,2840,2440,1690,920,420,180,80,200,160,380,660,1250,1610,1510,1750,1720,1790,1650,2060,1760,1580,1440,2260,3140,2840,2200,820,470,190,60,110,460,820,800,870,1090,1140,1190,1460,2160,1500,1670,1610,1650,1650,2570,2570,3170,2870,2030,1260,460,150,60,40,270,530,1090,970,1270,1170,1530,1480,1700,1790,1780,2050,1700,2130,1950,2330,3080,2770,2010,750,370,90,30,80,320,800,1000,1240,1600,1010,1290,1520,1540,1740,1250,1900,2180,1740,2070,2450,2470,2470,2400,980,400,150,60,30,290,490,900,1150,810,1010,1560,1500,1780,1570,1500,1980,2040,1770,1850,2290,2670,2850,2300]},{"name":"Channel","color":"#4fae4e","values":[230,60,90,10,10,10,30,90,170,250,160,160,160,250,140,250,260,110,250,160,280,250,110,270,280,130,10,10,0,40,50,10,90,200,100,80,130,120,220,320,130,130,230,160,220,170,180,260,70,90,40,30,0,0,0,70,90,70,140,170,80,150,180,310,300,290,310,160,200,420,150,140,120,20,40,10,0,10,50,80,20,100,90,170,60,110,270,180,220,380,220,190,310,270,260,160,70,100,10,90,30,40,80,100,50,40,90,90,90,150,170,120,120,170,140,220,200,200,240,210,110,10,10,20,10,0,40,50,50,80,70,70,90,90,210,130,240,170,90,140,150,160,140,170,50,40,0,0,10,10,30,70,50,70,240,150,70,260,200,160,120,140,210,170,270,190,250,70]},{"name":"Search","color":"#F5BD25","values":[360,80,110,40,0,90,20,250,710,470,370,220,240,550,240,180,160,190,320,200,300,260,150,230,160,10,70,10,10,0,30,60,360,320,120,380,260,260,180,130,270,240,240,380,410,90,180,230,50,120,70,110,20,0,120,120,250,220,100,400,280,570,200,220,290,180,160,380,230,430,310,270,80,50,30,10,0,140,370,230,110,160,430,430,140,230,270,330,440,220,240,640,200,420,460,250,70,10,20,0,0,90,230,190,130,210,160,750,130,320,550,280,140,310,240,160,240,220,110,110,100,30,20,30,20,20,260,390,450,70,150,620,400,210,210,150,160,210,430,140,240,100,180,120,100,110,0,0,0,0,250,60,290,230,260,340,1050,1390,400,180,120,410,150,200,220,180,190,240]},{"name":"Other","color":"#F79E39","values":[180,130,50,30,20,10,40,170,140,230,370,240,400,360,340,310,250,410,240,390,380,340,280,200,260,140,50,40,50,10,40,100,120,230,180,340,300,320,400,350,310,310,390,320,360,410,210,240,320,140,70,20,30,10,40,30,130,250,300,200,270,410,300,250,270,350,270,360,260,430,340,210,250,70,20,20,0,40,70,280,320,210,230,300,190,400,330,350,250,370,350,350,400,410,360,270,160,30,60,10,10,30,130,210,180,460,180,240,240,320,270,230,300,260,310,420,280,330,330,340,100,80,50,20,0,60,120,220,190,230,260,270,350,380,270,340,460,420,360,280,480,400,410,180,150,40,60,10,20,60,120,230,250,230,380,300,340,320,320,300,190,420,270,370,380,390,220,270]},{"name":"PM","color":"#E65850","values":[0,0,20,0,0,0,0,0,10,0,0,0,0,10,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,30,10,0,20,0,10,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,10,20,0,20,0,30,10,20,0,10,0,0,10,0,0,0,0,10,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,0,10,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,20,0,10,0,30,10,10,0,10,0,10,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,10,10,10,10,10,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/08.json b/dist/chartDummyData/views_zoom/2019-01/08.json new file mode 100644 index 000000000..d71edd0aa --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/08.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1546646400000,1546650000000,1546653600000,1546657200000,1546660800000,1546664400000,1546668000000,1546671600000,1546675200000,1546678800000,1546682400000,1546686000000,1546689600000,1546693200000,1546696800000,1546700400000,1546704000000,1546707600000,1546711200000,1546714800000,1546718400000,1546722000000,1546725600000,1546729200000,1546732800000,1546736400000,1546740000000,1546743600000,1546747200000,1546750800000,1546754400000,1546758000000,1546761600000,1546765200000,1546768800000,1546772400000,1546776000000,1546779600000,1546783200000,1546786800000,1546790400000,1546794000000,1546797600000,1546801200000,1546804800000,1546808400000,1546812000000,1546815600000,1546819200000,1546822800000,1546826400000,1546830000000,1546833600000,1546837200000,1546840800000,1546844400000,1546848000000,1546851600000,1546855200000,1546858800000,1546862400000,1546866000000,1546869600000,1546873200000,1546876800000,1546880400000,1546884000000,1546887600000,1546891200000,1546894800000,1546898400000,1546902000000,1546905600000,1546909200000,1546912800000,1546916400000,1546920000000,1546923600000,1546927200000,1546930800000,1546934400000,1546938000000,1546941600000,1546945200000,1546948800000,1546952400000,1546956000000,1546959600000,1546963200000,1546966800000,1546970400000,1546974000000,1546977600000,1546981200000,1546984800000,1546988400000,1546992000000,1546995600000,1546999200000,1547002800000,1547006400000,1547010000000,1547013600000,1547017200000,1547020800000,1547024400000,1547028000000,1547031600000,1547035200000,1547038800000,1547042400000,1547046000000,1547049600000,1547053200000,1547056800000,1547060400000,1547064000000,1547067600000,1547071200000,1547074800000,1547078400000,1547082000000,1547085600000,1547089200000,1547092800000,1547096400000,1547100000000,1547103600000,1547107200000,1547110800000,1547114400000,1547118000000,1547121600000,1547125200000,1547128800000,1547132400000,1547136000000,1547139600000,1547143200000,1547146800000,1547150400000,1547154000000,1547157600000,1547161200000,1547164800000,1547168400000,1547172000000,1547175600000,1547179200000,1547182800000,1547186400000,1547190000000,1547193600000,1547197200000,1547200800000,1547204400000,1547208000000,1547211600000,1547215200000,1547218800000,1547222400000,1547226000000,1547229600000,1547233200000,1547236800000,1547240400000,1547244000000,1547247600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[1140,570,380,90,110,130,350,460,760,1600,2080,2130,2190,2430,2330,1890,2010,2120,2270,2010,2290,1780,2200,2060,1420,770,430,340,90,120,180,440,970,1280,2320,2100,2080,2270,2810,2640,2360,2670,2400,2000,2930,2650,1900,1590,1000,310,120,60,30,260,570,940,1010,1260,1730,1850,1820,1840,2280,2130,2690,2350,2140,2720,2870,2640,2010,1450,610,350,130,40,110,200,560,930,1080,1240,1660,1780,1820,2010,2130,1860,2250,2620,2230,1970,2590,2280,1930,1410,750,200,140,40,30,130,560,1010,950,1260,1740,2080,1820,2070,3240,2520,2430,2250,2070,2150,2440,2780,1900,1590,530,330,220,90,20,120,850,1360,1110,1050,1710,1510,1990,2500,1950,1850,1840,2360,2380,2480,2180,3720,2200,1610,940,110,110,80,70,290,590,1050,1020,1480,1740,1760,2080,2070,1810,2240,2120,1750,2180,2430,2160,1720,1600,1170]},{"name":"URL","color":"#2373DB","values":[610,340,130,70,70,30,50,200,480,900,1460,2180,1760,1690,1830,1840,1920,1760,1980,1770,1440,1310,1010,900,750,420,230,80,30,20,30,130,360,610,1270,1490,1220,1030,1150,1750,1490,1680,1640,1980,1490,1480,1230,720,610,150,70,10,10,90,460,680,820,1050,1330,1390,1880,1710,1800,1960,2350,2360,2230,2240,1800,1900,1410,750,350,210,80,150,30,70,260,570,980,1180,1230,1760,1930,1800,1680,2260,2130,2120,2310,2160,2190,1750,1560,670,220,190,30,60,0,80,340,500,710,920,1370,1630,1900,1990,1920,2240,2150,2400,2390,2020,2310,1460,1290,810,270,250,80,0,20,90,290,590,850,1260,1380,1780,1910,1850,1700,1930,2170,2660,2430,2290,2020,1720,1220,1030,230,120,70,60,0,20,290,730,830,1250,1790,1810,2220,2250,1960,1870,2400,2520,2650,2050,1980,1610,1410,1010]},{"name":"Groups","color":"#9ED448","values":[1830,740,390,190,50,230,300,540,650,1260,1570,1700,1560,2300,2420,1650,1710,1840,1530,1630,2050,1940,2840,2440,1690,920,420,180,80,200,160,380,660,1250,1610,1510,1750,1720,1790,1650,2060,1760,1580,1440,2260,3140,2840,2200,820,470,190,60,110,460,820,800,870,1090,1140,1190,1460,2160,1500,1670,1610,1650,1650,2570,2570,3170,2870,2030,1260,460,150,60,40,270,530,1090,970,1270,1170,1530,1480,1700,1790,1780,2050,1700,2130,1950,2330,3080,2770,2010,750,370,90,30,80,320,800,1000,1240,1600,1010,1290,1520,1540,1740,1250,1900,2180,1740,2070,2450,2470,2470,2400,980,400,150,60,30,290,490,900,1150,810,1010,1560,1500,1780,1570,1500,1980,2040,1770,1850,2290,2670,2850,2300,740,320,90,120,50,300,910,1000,750,1140,1620,1560,1900,1850,1850,1530,1600,1710,1780,1900,2840,3020,2230,1710]},{"name":"Channel","color":"#4fae4e","values":[280,130,10,10,0,40,50,10,90,200,100,80,130,120,220,320,130,130,230,160,220,170,180,260,70,90,40,30,0,0,0,70,90,70,140,170,80,150,180,310,300,290,310,160,200,420,150,140,120,20,40,10,0,10,50,80,20,100,90,170,60,110,270,180,220,380,220,190,310,270,260,160,70,100,10,90,30,40,80,100,50,40,90,90,90,150,170,120,120,170,140,220,200,200,240,210,110,10,10,20,10,0,40,50,50,80,70,70,90,90,210,130,240,170,90,140,150,160,140,170,50,40,0,0,10,10,30,70,50,70,240,150,70,260,200,160,120,140,210,170,270,190,250,70,130,30,10,0,0,10,80,60,190,140,100,100,110,220,190,190,160,170,150,70,150,120,140,170]},{"name":"Search","color":"#F5BD25","values":[160,10,70,10,10,0,30,60,360,320,120,380,260,260,180,130,270,240,240,380,410,90,180,230,50,120,70,110,20,0,120,120,250,220,100,400,280,570,200,220,290,180,160,380,230,430,310,270,80,50,30,10,0,140,370,230,110,160,430,430,140,230,270,330,440,220,240,640,200,420,460,250,70,10,20,0,0,90,230,190,130,210,160,750,130,320,550,280,140,310,240,160,240,220,110,110,100,30,20,30,20,20,260,390,450,70,150,620,400,210,210,150,160,210,430,140,240,100,180,120,100,110,0,0,0,0,250,60,290,230,260,340,1050,1390,400,180,120,410,150,200,220,180,190,240,20,30,20,20,40,180,170,170,190,600,200,130,720,260,290,190,190,440,210,1000,130,260,80,90]},{"name":"Other","color":"#F79E39","values":[260,140,50,40,50,10,40,100,120,230,180,340,300,320,400,350,310,310,390,320,360,410,210,240,320,140,70,20,30,10,40,30,130,250,300,200,270,410,300,250,270,350,270,360,260,430,340,210,250,70,20,20,0,40,70,280,320,210,230,300,190,400,330,350,250,370,350,350,400,410,360,270,160,30,60,10,10,30,130,210,180,460,180,240,240,320,270,230,300,260,310,420,280,330,330,340,100,80,50,20,0,60,120,220,190,230,260,270,350,380,270,340,460,420,360,280,480,400,410,180,150,40,60,10,20,60,120,230,250,230,380,300,340,320,320,300,190,420,270,370,380,390,220,270,100,60,40,20,10,30,120,240,110,290,270,260,270,220,260,180,260,280,440,430,430,410,230,190]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,30,10,0,20,0,10,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,10,20,0,20,0,30,10,20,0,10,0,0,10,0,0,0,0,10,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,0,10,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,20,0,10,0,30,10,10,0,10,0,10,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,10,10,10,10,10,0,10,0,0,0,0,0,0,10,10,0,0,0,0,0,30,10,0,10,0,10,10,10,0,0,20]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/09.json b/dist/chartDummyData/views_zoom/2019-01/09.json new file mode 100644 index 000000000..19609c9eb --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/09.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1546732800000,1546736400000,1546740000000,1546743600000,1546747200000,1546750800000,1546754400000,1546758000000,1546761600000,1546765200000,1546768800000,1546772400000,1546776000000,1546779600000,1546783200000,1546786800000,1546790400000,1546794000000,1546797600000,1546801200000,1546804800000,1546808400000,1546812000000,1546815600000,1546819200000,1546822800000,1546826400000,1546830000000,1546833600000,1546837200000,1546840800000,1546844400000,1546848000000,1546851600000,1546855200000,1546858800000,1546862400000,1546866000000,1546869600000,1546873200000,1546876800000,1546880400000,1546884000000,1546887600000,1546891200000,1546894800000,1546898400000,1546902000000,1546905600000,1546909200000,1546912800000,1546916400000,1546920000000,1546923600000,1546927200000,1546930800000,1546934400000,1546938000000,1546941600000,1546945200000,1546948800000,1546952400000,1546956000000,1546959600000,1546963200000,1546966800000,1546970400000,1546974000000,1546977600000,1546981200000,1546984800000,1546988400000,1546992000000,1546995600000,1546999200000,1547002800000,1547006400000,1547010000000,1547013600000,1547017200000,1547020800000,1547024400000,1547028000000,1547031600000,1547035200000,1547038800000,1547042400000,1547046000000,1547049600000,1547053200000,1547056800000,1547060400000,1547064000000,1547067600000,1547071200000,1547074800000,1547078400000,1547082000000,1547085600000,1547089200000,1547092800000,1547096400000,1547100000000,1547103600000,1547107200000,1547110800000,1547114400000,1547118000000,1547121600000,1547125200000,1547128800000,1547132400000,1547136000000,1547139600000,1547143200000,1547146800000,1547150400000,1547154000000,1547157600000,1547161200000,1547164800000,1547168400000,1547172000000,1547175600000,1547179200000,1547182800000,1547186400000,1547190000000,1547193600000,1547197200000,1547200800000,1547204400000,1547208000000,1547211600000,1547215200000,1547218800000,1547222400000,1547226000000,1547229600000,1547233200000,1547236800000,1547240400000,1547244000000,1547247600000,1547251200000,1547254800000,1547258400000,1547262000000,1547265600000,1547269200000,1547272800000,1547276400000,1547280000000,1547283600000,1547287200000,1547290800000,1547294400000,1547298000000,1547301600000,1547305200000,1547308800000,1547312400000,1547316000000,1547319600000,1547323200000,1547326800000,1547330400000,1547334000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[1420,770,430,340,90,120,180,440,970,1280,2320,2100,2080,2270,2810,2640,2360,2670,2400,2000,2930,2650,1900,1590,1000,310,120,60,30,260,570,940,1010,1260,1730,1850,1820,1840,2280,2130,2690,2350,2140,2720,2870,2640,2010,1450,610,350,130,40,110,200,560,930,1080,1240,1660,1780,1820,2010,2130,1860,2250,2620,2230,1970,2590,2280,1930,1410,750,200,140,40,30,130,560,1010,950,1260,1740,2080,1820,2070,3240,2520,2430,2250,2070,2150,2440,2780,1900,1590,530,330,220,90,20,120,850,1360,1110,1050,1710,1510,1990,2500,1950,1850,1840,2360,2380,2480,2180,3720,2200,1610,940,110,110,80,70,290,590,1050,1020,1480,1740,1760,2080,2070,1810,2240,2120,1750,2180,2430,2160,1720,1600,1170,670,320,210,130,190,140,390,540,800,1270,1580,1910,1880,2370,1930,3430,2190,2140,2120,1870,2060,1780,2110,1150]},{"name":"URL","color":"#2373DB","values":[750,420,230,80,30,20,30,130,360,610,1270,1490,1220,1030,1150,1750,1490,1680,1640,1980,1490,1480,1230,720,610,150,70,10,10,90,460,680,820,1050,1330,1390,1880,1710,1800,1960,2350,2360,2230,2240,1800,1900,1410,750,350,210,80,150,30,70,260,570,980,1180,1230,1760,1930,1800,1680,2260,2130,2120,2310,2160,2190,1750,1560,670,220,190,30,60,0,80,340,500,710,920,1370,1630,1900,1990,1920,2240,2150,2400,2390,2020,2310,1460,1290,810,270,250,80,0,20,90,290,590,850,1260,1380,1780,1910,1850,1700,1930,2170,2660,2430,2290,2020,1720,1220,1030,230,120,70,60,0,20,290,730,830,1250,1790,1810,2220,2250,1960,1870,2400,2520,2650,2050,1980,1610,1410,1010,590,440,210,70,70,80,100,370,750,1040,1410,2060,1900,1810,1720,1700,1750,2000,1780,1560,1350,1120,1100,770]},{"name":"Groups","color":"#9ED448","values":[1690,920,420,180,80,200,160,380,660,1250,1610,1510,1750,1720,1790,1650,2060,1760,1580,1440,2260,3140,2840,2200,820,470,190,60,110,460,820,800,870,1090,1140,1190,1460,2160,1500,1670,1610,1650,1650,2570,2570,3170,2870,2030,1260,460,150,60,40,270,530,1090,970,1270,1170,1530,1480,1700,1790,1780,2050,1700,2130,1950,2330,3080,2770,2010,750,370,90,30,80,320,800,1000,1240,1600,1010,1290,1520,1540,1740,1250,1900,2180,1740,2070,2450,2470,2470,2400,980,400,150,60,30,290,490,900,1150,810,1010,1560,1500,1780,1570,1500,1980,2040,1770,1850,2290,2670,2850,2300,740,320,90,120,50,300,910,1000,750,1140,1620,1560,1900,1850,1850,1530,1600,1710,1780,1900,2840,3020,2230,1710,1130,410,160,50,70,230,300,960,1170,1090,1410,1390,1820,1880,1730,2240,1600,1880,1840,1690,1920,2260,2210,1560]},{"name":"Channel","color":"#4fae4e","values":[70,90,40,30,0,0,0,70,90,70,140,170,80,150,180,310,300,290,310,160,200,420,150,140,120,20,40,10,0,10,50,80,20,100,90,170,60,110,270,180,220,380,220,190,310,270,260,160,70,100,10,90,30,40,80,100,50,40,90,90,90,150,170,120,120,170,140,220,200,200,240,210,110,10,10,20,10,0,40,50,50,80,70,70,90,90,210,130,240,170,90,140,150,160,140,170,50,40,0,0,10,10,30,70,50,70,240,150,70,260,200,160,120,140,210,170,270,190,250,70,130,30,10,0,0,10,80,60,190,140,100,100,110,220,190,190,160,170,150,70,150,120,140,170,80,40,50,20,0,0,40,90,80,90,110,120,100,200,150,190,80,160,310,250,120,150,150,180]},{"name":"Search","color":"#F5BD25","values":[50,120,70,110,20,0,120,120,250,220,100,400,280,570,200,220,290,180,160,380,230,430,310,270,80,50,30,10,0,140,370,230,110,160,430,430,140,230,270,330,440,220,240,640,200,420,460,250,70,10,20,0,0,90,230,190,130,210,160,750,130,320,550,280,140,310,240,160,240,220,110,110,100,30,20,30,20,20,260,390,450,70,150,620,400,210,210,150,160,210,430,140,240,100,180,120,100,110,0,0,0,0,250,60,290,230,260,340,1050,1390,400,180,120,410,150,200,220,180,190,240,20,30,20,20,40,180,170,170,190,600,200,130,720,260,290,190,190,440,210,1000,130,260,80,90,160,20,40,10,0,20,30,260,300,250,360,300,440,440,220,250,220,370,380,210,250,180,150,100]},{"name":"Other","color":"#F79E39","values":[320,140,70,20,30,10,40,30,130,250,300,200,270,410,300,250,270,350,270,360,260,430,340,210,250,70,20,20,0,40,70,280,320,210,230,300,190,400,330,350,250,370,350,350,400,410,360,270,160,30,60,10,10,30,130,210,180,460,180,240,240,320,270,230,300,260,310,420,280,330,330,340,100,80,50,20,0,60,120,220,190,230,260,270,350,380,270,340,460,420,360,280,480,400,410,180,150,40,60,10,20,60,120,230,250,230,380,300,340,320,320,300,190,420,270,370,380,390,220,270,100,60,40,20,10,30,120,240,110,290,270,260,270,220,260,180,260,280,440,430,430,410,230,190,150,50,50,20,20,0,90,130,150,160,300,370,400,480,510,280,270,300,240,400,260,250,410,270]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,20,0,10,10,20,0,20,0,30,10,20,0,10,0,0,10,0,0,0,0,10,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,0,10,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,20,0,10,0,30,10,10,0,10,0,10,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,10,10,10,10,10,0,10,0,0,0,0,0,0,10,10,0,0,0,0,0,30,10,0,10,0,10,10,10,0,0,20,0,0,0,0,0,0,0,20,10,10,20,10,0,0,20,20,0,10,20,20,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/10.json b/dist/chartDummyData/views_zoom/2019-01/10.json new file mode 100644 index 000000000..ed7806e52 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/10.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1546819200000,1546822800000,1546826400000,1546830000000,1546833600000,1546837200000,1546840800000,1546844400000,1546848000000,1546851600000,1546855200000,1546858800000,1546862400000,1546866000000,1546869600000,1546873200000,1546876800000,1546880400000,1546884000000,1546887600000,1546891200000,1546894800000,1546898400000,1546902000000,1546905600000,1546909200000,1546912800000,1546916400000,1546920000000,1546923600000,1546927200000,1546930800000,1546934400000,1546938000000,1546941600000,1546945200000,1546948800000,1546952400000,1546956000000,1546959600000,1546963200000,1546966800000,1546970400000,1546974000000,1546977600000,1546981200000,1546984800000,1546988400000,1546992000000,1546995600000,1546999200000,1547002800000,1547006400000,1547010000000,1547013600000,1547017200000,1547020800000,1547024400000,1547028000000,1547031600000,1547035200000,1547038800000,1547042400000,1547046000000,1547049600000,1547053200000,1547056800000,1547060400000,1547064000000,1547067600000,1547071200000,1547074800000,1547078400000,1547082000000,1547085600000,1547089200000,1547092800000,1547096400000,1547100000000,1547103600000,1547107200000,1547110800000,1547114400000,1547118000000,1547121600000,1547125200000,1547128800000,1547132400000,1547136000000,1547139600000,1547143200000,1547146800000,1547150400000,1547154000000,1547157600000,1547161200000,1547164800000,1547168400000,1547172000000,1547175600000,1547179200000,1547182800000,1547186400000,1547190000000,1547193600000,1547197200000,1547200800000,1547204400000,1547208000000,1547211600000,1547215200000,1547218800000,1547222400000,1547226000000,1547229600000,1547233200000,1547236800000,1547240400000,1547244000000,1547247600000,1547251200000,1547254800000,1547258400000,1547262000000,1547265600000,1547269200000,1547272800000,1547276400000,1547280000000,1547283600000,1547287200000,1547290800000,1547294400000,1547298000000,1547301600000,1547305200000,1547308800000,1547312400000,1547316000000,1547319600000,1547323200000,1547326800000,1547330400000,1547334000000,1547337600000,1547341200000,1547344800000,1547348400000,1547352000000,1547355600000,1547359200000,1547362800000,1547366400000,1547370000000,1547373600000,1547377200000,1547380800000,1547384400000,1547388000000,1547391600000,1547395200000,1547398800000,1547402400000,1547406000000,1547409600000,1547413200000,1547416800000,1547420400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[1000,310,120,60,30,260,570,940,1010,1260,1730,1850,1820,1840,2280,2130,2690,2350,2140,2720,2870,2640,2010,1450,610,350,130,40,110,200,560,930,1080,1240,1660,1780,1820,2010,2130,1860,2250,2620,2230,1970,2590,2280,1930,1410,750,200,140,40,30,130,560,1010,950,1260,1740,2080,1820,2070,3240,2520,2430,2250,2070,2150,2440,2780,1900,1590,530,330,220,90,20,120,850,1360,1110,1050,1710,1510,1990,2500,1950,1850,1840,2360,2380,2480,2180,3720,2200,1610,940,110,110,80,70,290,590,1050,1020,1480,1740,1760,2080,2070,1810,2240,2120,1750,2180,2430,2160,1720,1600,1170,670,320,210,130,190,140,390,540,800,1270,1580,1910,1880,2370,1930,3430,2190,2140,2120,1870,2060,1780,2110,1150,870,430,2260,80,50,90,190,390,950,1350,1760,2000,1730,2470,2130,2070,1910,1990,3170,2490,2220,2150,1910,1340]},{"name":"URL","color":"#2373DB","values":[610,150,70,10,10,90,460,680,820,1050,1330,1390,1880,1710,1800,1960,2350,2360,2230,2240,1800,1900,1410,750,350,210,80,150,30,70,260,570,980,1180,1230,1760,1930,1800,1680,2260,2130,2120,2310,2160,2190,1750,1560,670,220,190,30,60,0,80,340,500,710,920,1370,1630,1900,1990,1920,2240,2150,2400,2390,2020,2310,1460,1290,810,270,250,80,0,20,90,290,590,850,1260,1380,1780,1910,1850,1700,1930,2170,2660,2430,2290,2020,1720,1220,1030,230,120,70,60,0,20,290,730,830,1250,1790,1810,2220,2250,1960,1870,2400,2520,2650,2050,1980,1610,1410,1010,590,440,210,70,70,80,100,370,750,1040,1410,2060,1900,1810,1720,1700,1750,2000,1780,1560,1350,1120,1100,770,480,280,260,70,70,10,60,170,510,920,1360,1440,1500,1470,1280,1370,1610,1480,1420,1610,1600,1550,1100,770]},{"name":"Groups","color":"#9ED448","values":[820,470,190,60,110,460,820,800,870,1090,1140,1190,1460,2160,1500,1670,1610,1650,1650,2570,2570,3170,2870,2030,1260,460,150,60,40,270,530,1090,970,1270,1170,1530,1480,1700,1790,1780,2050,1700,2130,1950,2330,3080,2770,2010,750,370,90,30,80,320,800,1000,1240,1600,1010,1290,1520,1540,1740,1250,1900,2180,1740,2070,2450,2470,2470,2400,980,400,150,60,30,290,490,900,1150,810,1010,1560,1500,1780,1570,1500,1980,2040,1770,1850,2290,2670,2850,2300,740,320,90,120,50,300,910,1000,750,1140,1620,1560,1900,1850,1850,1530,1600,1710,1780,1900,2840,3020,2230,1710,1130,410,160,50,70,230,300,960,1170,1090,1410,1390,1820,1880,1730,2240,1600,1880,1840,1690,1920,2260,2210,1560,1910,1220,390,70,250,110,250,350,770,1240,1510,1330,1880,2080,1970,1830,1660,1620,1850,1830,2730,2690,2580,2330]},{"name":"Channel","color":"#4fae4e","values":[120,20,40,10,0,10,50,80,20,100,90,170,60,110,270,180,220,380,220,190,310,270,260,160,70,100,10,90,30,40,80,100,50,40,90,90,90,150,170,120,120,170,140,220,200,200,240,210,110,10,10,20,10,0,40,50,50,80,70,70,90,90,210,130,240,170,90,140,150,160,140,170,50,40,0,0,10,10,30,70,50,70,240,150,70,260,200,160,120,140,210,170,270,190,250,70,130,30,10,0,0,10,80,60,190,140,100,100,110,220,190,190,160,170,150,70,150,120,140,170,80,40,50,20,0,0,40,90,80,90,110,120,100,200,150,190,80,160,310,250,120,150,150,180,140,70,20,10,0,20,10,20,20,40,60,210,130,160,140,130,200,150,230,150,160,190,130,180]},{"name":"Search","color":"#F5BD25","values":[80,50,30,10,0,140,370,230,110,160,430,430,140,230,270,330,440,220,240,640,200,420,460,250,70,10,20,0,0,90,230,190,130,210,160,750,130,320,550,280,140,310,240,160,240,220,110,110,100,30,20,30,20,20,260,390,450,70,150,620,400,210,210,150,160,210,430,140,240,100,180,120,100,110,0,0,0,0,250,60,290,230,260,340,1050,1390,400,180,120,410,150,200,220,180,190,240,20,30,20,20,40,180,170,170,190,600,200,130,720,260,290,190,190,440,210,1000,130,260,80,90,160,20,40,10,0,20,30,260,300,250,360,300,440,440,220,250,220,370,380,210,250,180,150,100,160,60,130,0,0,0,80,140,340,320,210,460,290,930,220,420,130,190,270,720,120,170,290,130]},{"name":"Other","color":"#F79E39","values":[250,70,20,20,0,40,70,280,320,210,230,300,190,400,330,350,250,370,350,350,400,410,360,270,160,30,60,10,10,30,130,210,180,460,180,240,240,320,270,230,300,260,310,420,280,330,330,340,100,80,50,20,0,60,120,220,190,230,260,270,350,380,270,340,460,420,360,280,480,400,410,180,150,40,60,10,20,60,120,230,250,230,380,300,340,320,320,300,190,420,270,370,380,390,220,270,100,60,40,20,10,30,120,240,110,290,270,260,270,220,260,180,260,280,440,430,430,410,230,190,150,50,50,20,20,0,90,130,150,160,300,370,400,480,510,280,270,300,240,400,260,250,410,270,70,70,0,40,10,30,30,100,180,250,240,370,310,470,190,190,260,240,290,310,250,280,250,210]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,10,0,0,10,10,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,0,10,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,20,0,10,0,30,10,10,0,10,0,10,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,10,10,10,10,10,0,10,0,0,0,0,0,0,10,10,0,0,0,0,0,30,10,0,10,0,10,10,10,0,0,20,0,0,0,0,0,0,0,20,10,10,20,10,0,0,20,20,0,10,20,20,0,10,0,0,0,10,0,10,0,0,0,0,0,0,20,10,0,10,10,0,10,0,0,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/11.json b/dist/chartDummyData/views_zoom/2019-01/11.json new file mode 100644 index 000000000..4f63d7bd8 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/11.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1546905600000,1546909200000,1546912800000,1546916400000,1546920000000,1546923600000,1546927200000,1546930800000,1546934400000,1546938000000,1546941600000,1546945200000,1546948800000,1546952400000,1546956000000,1546959600000,1546963200000,1546966800000,1546970400000,1546974000000,1546977600000,1546981200000,1546984800000,1546988400000,1546992000000,1546995600000,1546999200000,1547002800000,1547006400000,1547010000000,1547013600000,1547017200000,1547020800000,1547024400000,1547028000000,1547031600000,1547035200000,1547038800000,1547042400000,1547046000000,1547049600000,1547053200000,1547056800000,1547060400000,1547064000000,1547067600000,1547071200000,1547074800000,1547078400000,1547082000000,1547085600000,1547089200000,1547092800000,1547096400000,1547100000000,1547103600000,1547107200000,1547110800000,1547114400000,1547118000000,1547121600000,1547125200000,1547128800000,1547132400000,1547136000000,1547139600000,1547143200000,1547146800000,1547150400000,1547154000000,1547157600000,1547161200000,1547164800000,1547168400000,1547172000000,1547175600000,1547179200000,1547182800000,1547186400000,1547190000000,1547193600000,1547197200000,1547200800000,1547204400000,1547208000000,1547211600000,1547215200000,1547218800000,1547222400000,1547226000000,1547229600000,1547233200000,1547236800000,1547240400000,1547244000000,1547247600000,1547251200000,1547254800000,1547258400000,1547262000000,1547265600000,1547269200000,1547272800000,1547276400000,1547280000000,1547283600000,1547287200000,1547290800000,1547294400000,1547298000000,1547301600000,1547305200000,1547308800000,1547312400000,1547316000000,1547319600000,1547323200000,1547326800000,1547330400000,1547334000000,1547337600000,1547341200000,1547344800000,1547348400000,1547352000000,1547355600000,1547359200000,1547362800000,1547366400000,1547370000000,1547373600000,1547377200000,1547380800000,1547384400000,1547388000000,1547391600000,1547395200000,1547398800000,1547402400000,1547406000000,1547409600000,1547413200000,1547416800000,1547420400000,1547424000000,1547427600000,1547431200000,1547434800000,1547438400000,1547442000000,1547445600000,1547449200000,1547452800000,1547456400000,1547460000000,1547463600000,1547467200000,1547470800000,1547474400000,1547478000000,1547481600000,1547485200000,1547488800000,1547492400000,1547496000000,1547499600000,1547503200000,1547506800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[610,350,130,40,110,200,560,930,1080,1240,1660,1780,1820,2010,2130,1860,2250,2620,2230,1970,2590,2280,1930,1410,750,200,140,40,30,130,560,1010,950,1260,1740,2080,1820,2070,3240,2520,2430,2250,2070,2150,2440,2780,1900,1590,530,330,220,90,20,120,850,1360,1110,1050,1710,1510,1990,2500,1950,1850,1840,2360,2380,2480,2180,3720,2200,1610,940,110,110,80,70,290,590,1050,1020,1480,1740,1760,2080,2070,1810,2240,2120,1750,2180,2430,2160,1720,1600,1170,670,320,210,130,190,140,390,540,800,1270,1580,1910,1880,2370,1930,3430,2190,2140,2120,1870,2060,1780,2110,1150,870,430,2260,80,50,90,190,390,950,1350,1760,2000,1730,2470,2130,2070,1910,1990,3170,2490,2220,2150,1910,1340,770,400,180,110,90,240,610,1080,990,1710,1670,1600,2190,1780,2390,2390,2400,2060,2570,2380,2610,3110,1910,1150]},{"name":"URL","color":"#2373DB","values":[350,210,80,150,30,70,260,570,980,1180,1230,1760,1930,1800,1680,2260,2130,2120,2310,2160,2190,1750,1560,670,220,190,30,60,0,80,340,500,710,920,1370,1630,1900,1990,1920,2240,2150,2400,2390,2020,2310,1460,1290,810,270,250,80,0,20,90,290,590,850,1260,1380,1780,1910,1850,1700,1930,2170,2660,2430,2290,2020,1720,1220,1030,230,120,70,60,0,20,290,730,830,1250,1790,1810,2220,2250,1960,1870,2400,2520,2650,2050,1980,1610,1410,1010,590,440,210,70,70,80,100,370,750,1040,1410,2060,1900,1810,1720,1700,1750,2000,1780,1560,1350,1120,1100,770,480,280,260,70,70,10,60,170,510,920,1360,1440,1500,1470,1280,1370,1610,1480,1420,1610,1600,1550,1100,770,420,180,170,100,20,100,470,690,870,1170,1530,1600,1780,1700,1790,1810,2150,2310,2640,1980,1990,1850,1350,810]},{"name":"Groups","color":"#9ED448","values":[1260,460,150,60,40,270,530,1090,970,1270,1170,1530,1480,1700,1790,1780,2050,1700,2130,1950,2330,3080,2770,2010,750,370,90,30,80,320,800,1000,1240,1600,1010,1290,1520,1540,1740,1250,1900,2180,1740,2070,2450,2470,2470,2400,980,400,150,60,30,290,490,900,1150,810,1010,1560,1500,1780,1570,1500,1980,2040,1770,1850,2290,2670,2850,2300,740,320,90,120,50,300,910,1000,750,1140,1620,1560,1900,1850,1850,1530,1600,1710,1780,1900,2840,3020,2230,1710,1130,410,160,50,70,230,300,960,1170,1090,1410,1390,1820,1880,1730,2240,1600,1880,1840,1690,1920,2260,2210,1560,1910,1220,390,70,250,110,250,350,770,1240,1510,1330,1880,2080,1970,1830,1660,1620,1850,1830,2730,2690,2580,2330,980,370,90,80,80,500,660,950,1080,1130,1410,1410,1970,1790,1520,1480,1570,1530,2080,2480,3140,3650,3330,1840]},{"name":"Channel","color":"#4fae4e","values":[70,100,10,90,30,40,80,100,50,40,90,90,90,150,170,120,120,170,140,220,200,200,240,210,110,10,10,20,10,0,40,50,50,80,70,70,90,90,210,130,240,170,90,140,150,160,140,170,50,40,0,0,10,10,30,70,50,70,240,150,70,260,200,160,120,140,210,170,270,190,250,70,130,30,10,0,0,10,80,60,190,140,100,100,110,220,190,190,160,170,150,70,150,120,140,170,80,40,50,20,0,0,40,90,80,90,110,120,100,200,150,190,80,160,310,250,120,150,150,180,140,70,20,10,0,20,10,20,20,40,60,210,130,160,140,130,200,150,230,150,160,190,130,180,70,70,0,30,0,10,40,70,70,100,90,100,140,160,140,150,150,160,150,100,240,210,110,60]},{"name":"Search","color":"#F5BD25","values":[70,10,20,0,0,90,230,190,130,210,160,750,130,320,550,280,140,310,240,160,240,220,110,110,100,30,20,30,20,20,260,390,450,70,150,620,400,210,210,150,160,210,430,140,240,100,180,120,100,110,0,0,0,0,250,60,290,230,260,340,1050,1390,400,180,120,410,150,200,220,180,190,240,20,30,20,20,40,180,170,170,190,600,200,130,720,260,290,190,190,440,210,1000,130,260,80,90,160,20,40,10,0,20,30,260,300,250,360,300,440,440,220,250,220,370,380,210,250,180,150,100,160,60,130,0,0,0,80,140,340,320,210,460,290,930,220,420,130,190,270,720,120,170,290,130,50,110,0,60,0,10,480,240,250,60,390,320,290,140,120,740,200,260,350,350,820,470,240,160]},{"name":"Other","color":"#F79E39","values":[160,30,60,10,10,30,130,210,180,460,180,240,240,320,270,230,300,260,310,420,280,330,330,340,100,80,50,20,0,60,120,220,190,230,260,270,350,380,270,340,460,420,360,280,480,400,410,180,150,40,60,10,20,60,120,230,250,230,380,300,340,320,320,300,190,420,270,370,380,390,220,270,100,60,40,20,10,30,120,240,110,290,270,260,270,220,260,180,260,280,440,430,430,410,230,190,150,50,50,20,20,0,90,130,150,160,300,370,400,480,510,280,270,300,240,400,260,250,410,270,70,70,0,40,10,30,30,100,180,250,240,370,310,470,190,190,260,240,290,310,250,280,250,210,140,120,50,30,20,50,160,230,230,300,200,240,480,330,290,300,370,330,410,440,340,460,400,220]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,10,0,20,0,10,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,20,0,10,0,30,10,10,0,10,0,10,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,10,10,10,10,10,0,10,0,0,0,0,0,0,10,10,0,0,0,0,0,30,10,0,10,0,10,10,10,0,0,20,0,0,0,0,0,0,0,20,10,10,20,10,0,0,20,20,0,10,20,20,0,10,0,0,0,10,0,10,0,0,0,0,0,0,20,10,0,10,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,0,10,0,0,10,0,0,20,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/12.json b/dist/chartDummyData/views_zoom/2019-01/12.json new file mode 100644 index 000000000..602f7de7b --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/12.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1546992000000,1546995600000,1546999200000,1547002800000,1547006400000,1547010000000,1547013600000,1547017200000,1547020800000,1547024400000,1547028000000,1547031600000,1547035200000,1547038800000,1547042400000,1547046000000,1547049600000,1547053200000,1547056800000,1547060400000,1547064000000,1547067600000,1547071200000,1547074800000,1547078400000,1547082000000,1547085600000,1547089200000,1547092800000,1547096400000,1547100000000,1547103600000,1547107200000,1547110800000,1547114400000,1547118000000,1547121600000,1547125200000,1547128800000,1547132400000,1547136000000,1547139600000,1547143200000,1547146800000,1547150400000,1547154000000,1547157600000,1547161200000,1547164800000,1547168400000,1547172000000,1547175600000,1547179200000,1547182800000,1547186400000,1547190000000,1547193600000,1547197200000,1547200800000,1547204400000,1547208000000,1547211600000,1547215200000,1547218800000,1547222400000,1547226000000,1547229600000,1547233200000,1547236800000,1547240400000,1547244000000,1547247600000,1547251200000,1547254800000,1547258400000,1547262000000,1547265600000,1547269200000,1547272800000,1547276400000,1547280000000,1547283600000,1547287200000,1547290800000,1547294400000,1547298000000,1547301600000,1547305200000,1547308800000,1547312400000,1547316000000,1547319600000,1547323200000,1547326800000,1547330400000,1547334000000,1547337600000,1547341200000,1547344800000,1547348400000,1547352000000,1547355600000,1547359200000,1547362800000,1547366400000,1547370000000,1547373600000,1547377200000,1547380800000,1547384400000,1547388000000,1547391600000,1547395200000,1547398800000,1547402400000,1547406000000,1547409600000,1547413200000,1547416800000,1547420400000,1547424000000,1547427600000,1547431200000,1547434800000,1547438400000,1547442000000,1547445600000,1547449200000,1547452800000,1547456400000,1547460000000,1547463600000,1547467200000,1547470800000,1547474400000,1547478000000,1547481600000,1547485200000,1547488800000,1547492400000,1547496000000,1547499600000,1547503200000,1547506800000,1547510400000,1547514000000,1547517600000,1547521200000,1547524800000,1547528400000,1547532000000,1547535600000,1547539200000,1547542800000,1547546400000,1547550000000,1547553600000,1547557200000,1547560800000,1547564400000,1547568000000,1547571600000,1547575200000,1547578800000,1547582400000,1547586000000,1547589600000,1547593200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[750,200,140,40,30,130,560,1010,950,1260,1740,2080,1820,2070,3240,2520,2430,2250,2070,2150,2440,2780,1900,1590,530,330,220,90,20,120,850,1360,1110,1050,1710,1510,1990,2500,1950,1850,1840,2360,2380,2480,2180,3720,2200,1610,940,110,110,80,70,290,590,1050,1020,1480,1740,1760,2080,2070,1810,2240,2120,1750,2180,2430,2160,1720,1600,1170,670,320,210,130,190,140,390,540,800,1270,1580,1910,1880,2370,1930,3430,2190,2140,2120,1870,2060,1780,2110,1150,870,430,2260,80,50,90,190,390,950,1350,1760,2000,1730,2470,2130,2070,1910,1990,3170,2490,2220,2150,1910,1340,770,400,180,110,90,240,610,1080,990,1710,1670,1600,2190,1780,2390,2390,2400,2060,2570,2380,2610,3110,1910,1150,2480,220,60,50,100,230,690,900,1150,1770,1460,1690,1950,2100,1890,1880,1670,2380,2050,1930,2160,2400,1730,1010]},{"name":"URL","color":"#2373DB","values":[220,190,30,60,0,80,340,500,710,920,1370,1630,1900,1990,1920,2240,2150,2400,2390,2020,2310,1460,1290,810,270,250,80,0,20,90,290,590,850,1260,1380,1780,1910,1850,1700,1930,2170,2660,2430,2290,2020,1720,1220,1030,230,120,70,60,0,20,290,730,830,1250,1790,1810,2220,2250,1960,1870,2400,2520,2650,2050,1980,1610,1410,1010,590,440,210,70,70,80,100,370,750,1040,1410,2060,1900,1810,1720,1700,1750,2000,1780,1560,1350,1120,1100,770,480,280,260,70,70,10,60,170,510,920,1360,1440,1500,1470,1280,1370,1610,1480,1420,1610,1600,1550,1100,770,420,180,170,100,20,100,470,690,870,1170,1530,1600,1780,1700,1790,1810,2150,2310,2640,1980,1990,1850,1350,810,430,190,100,150,150,230,400,860,990,1230,1520,1760,1660,1760,1950,2230,2550,2420,2140,2280,2290,2170,1360,870]},{"name":"Groups","color":"#9ED448","values":[750,370,90,30,80,320,800,1000,1240,1600,1010,1290,1520,1540,1740,1250,1900,2180,1740,2070,2450,2470,2470,2400,980,400,150,60,30,290,490,900,1150,810,1010,1560,1500,1780,1570,1500,1980,2040,1770,1850,2290,2670,2850,2300,740,320,90,120,50,300,910,1000,750,1140,1620,1560,1900,1850,1850,1530,1600,1710,1780,1900,2840,3020,2230,1710,1130,410,160,50,70,230,300,960,1170,1090,1410,1390,1820,1880,1730,2240,1600,1880,1840,1690,1920,2260,2210,1560,1910,1220,390,70,250,110,250,350,770,1240,1510,1330,1880,2080,1970,1830,1660,1620,1850,1830,2730,2690,2580,2330,980,370,90,80,80,500,660,950,1080,1130,1410,1410,1970,1790,1520,1480,1570,1530,2080,2480,3140,3650,3330,1840,1110,380,140,110,110,270,550,1010,920,1250,1100,1380,1850,1700,1530,1870,1660,1870,1820,1900,2830,2940,3330,1690]},{"name":"Channel","color":"#4fae4e","values":[110,10,10,20,10,0,40,50,50,80,70,70,90,90,210,130,240,170,90,140,150,160,140,170,50,40,0,0,10,10,30,70,50,70,240,150,70,260,200,160,120,140,210,170,270,190,250,70,130,30,10,0,0,10,80,60,190,140,100,100,110,220,190,190,160,170,150,70,150,120,140,170,80,40,50,20,0,0,40,90,80,90,110,120,100,200,150,190,80,160,310,250,120,150,150,180,140,70,20,10,0,20,10,20,20,40,60,210,130,160,140,130,200,150,230,150,160,190,130,180,70,70,0,30,0,10,40,70,70,100,90,100,140,160,140,150,150,160,150,100,240,210,110,60,60,10,70,20,0,0,180,30,20,40,60,130,100,190,210,190,140,120,300,180,170,260,160,90]},{"name":"Search","color":"#F5BD25","values":[100,30,20,30,20,20,260,390,450,70,150,620,400,210,210,150,160,210,430,140,240,100,180,120,100,110,0,0,0,0,250,60,290,230,260,340,1050,1390,400,180,120,410,150,200,220,180,190,240,20,30,20,20,40,180,170,170,190,600,200,130,720,260,290,190,190,440,210,1000,130,260,80,90,160,20,40,10,0,20,30,260,300,250,360,300,440,440,220,250,220,370,380,210,250,180,150,100,160,60,130,0,0,0,80,140,340,320,210,460,290,930,220,420,130,190,270,720,120,170,290,130,50,110,0,60,0,10,480,240,250,60,390,320,290,140,120,740,200,260,350,350,820,470,240,160,20,30,30,10,0,20,540,290,390,310,180,150,230,250,360,840,200,700,140,280,370,510,170,50]},{"name":"Other","color":"#F79E39","values":[100,80,50,20,0,60,120,220,190,230,260,270,350,380,270,340,460,420,360,280,480,400,410,180,150,40,60,10,20,60,120,230,250,230,380,300,340,320,320,300,190,420,270,370,380,390,220,270,100,60,40,20,10,30,120,240,110,290,270,260,270,220,260,180,260,280,440,430,430,410,230,190,150,50,50,20,20,0,90,130,150,160,300,370,400,480,510,280,270,300,240,400,260,250,410,270,70,70,0,40,10,30,30,100,180,250,240,370,310,470,190,190,260,240,290,310,250,280,250,210,140,120,50,30,20,50,160,230,230,300,200,240,480,330,290,300,370,330,410,440,340,460,400,220,70,20,10,20,10,30,90,200,200,230,290,250,280,230,280,330,360,330,430,510,430,430,330,200]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,20,0,10,0,30,10,10,0,10,0,10,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,10,10,10,10,10,0,10,0,0,0,0,0,0,10,10,0,0,0,0,0,30,10,0,10,0,10,10,10,0,0,20,0,0,0,0,0,0,0,20,10,10,20,10,0,0,20,20,0,10,20,20,0,10,0,0,0,10,0,10,0,0,0,0,0,0,20,10,0,10,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,0,10,0,0,10,0,0,20,0,10,0,0,0,0,0,0,0,10,0,0,0,10,10,10,20,10,0,10,0,20,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/13.json b/dist/chartDummyData/views_zoom/2019-01/13.json new file mode 100644 index 000000000..4ee812cbb --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/13.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1547078400000,1547082000000,1547085600000,1547089200000,1547092800000,1547096400000,1547100000000,1547103600000,1547107200000,1547110800000,1547114400000,1547118000000,1547121600000,1547125200000,1547128800000,1547132400000,1547136000000,1547139600000,1547143200000,1547146800000,1547150400000,1547154000000,1547157600000,1547161200000,1547164800000,1547168400000,1547172000000,1547175600000,1547179200000,1547182800000,1547186400000,1547190000000,1547193600000,1547197200000,1547200800000,1547204400000,1547208000000,1547211600000,1547215200000,1547218800000,1547222400000,1547226000000,1547229600000,1547233200000,1547236800000,1547240400000,1547244000000,1547247600000,1547251200000,1547254800000,1547258400000,1547262000000,1547265600000,1547269200000,1547272800000,1547276400000,1547280000000,1547283600000,1547287200000,1547290800000,1547294400000,1547298000000,1547301600000,1547305200000,1547308800000,1547312400000,1547316000000,1547319600000,1547323200000,1547326800000,1547330400000,1547334000000,1547337600000,1547341200000,1547344800000,1547348400000,1547352000000,1547355600000,1547359200000,1547362800000,1547366400000,1547370000000,1547373600000,1547377200000,1547380800000,1547384400000,1547388000000,1547391600000,1547395200000,1547398800000,1547402400000,1547406000000,1547409600000,1547413200000,1547416800000,1547420400000,1547424000000,1547427600000,1547431200000,1547434800000,1547438400000,1547442000000,1547445600000,1547449200000,1547452800000,1547456400000,1547460000000,1547463600000,1547467200000,1547470800000,1547474400000,1547478000000,1547481600000,1547485200000,1547488800000,1547492400000,1547496000000,1547499600000,1547503200000,1547506800000,1547510400000,1547514000000,1547517600000,1547521200000,1547524800000,1547528400000,1547532000000,1547535600000,1547539200000,1547542800000,1547546400000,1547550000000,1547553600000,1547557200000,1547560800000,1547564400000,1547568000000,1547571600000,1547575200000,1547578800000,1547582400000,1547586000000,1547589600000,1547593200000,1547596800000,1547600400000,1547604000000,1547607600000,1547611200000,1547614800000,1547618400000,1547622000000,1547625600000,1547629200000,1547632800000,1547636400000,1547640000000,1547643600000,1547647200000,1547650800000,1547654400000,1547658000000,1547661600000,1547665200000,1547668800000,1547672400000,1547676000000,1547679600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[530,330,220,90,20,120,850,1360,1110,1050,1710,1510,1990,2500,1950,1850,1840,2360,2380,2480,2180,3720,2200,1610,940,110,110,80,70,290,590,1050,1020,1480,1740,1760,2080,2070,1810,2240,2120,1750,2180,2430,2160,1720,1600,1170,670,320,210,130,190,140,390,540,800,1270,1580,1910,1880,2370,1930,3430,2190,2140,2120,1870,2060,1780,2110,1150,870,430,2260,80,50,90,190,390,950,1350,1760,2000,1730,2470,2130,2070,1910,1990,3170,2490,2220,2150,1910,1340,770,400,180,110,90,240,610,1080,990,1710,1670,1600,2190,1780,2390,2390,2400,2060,2570,2380,2610,3110,1910,1150,2480,220,60,50,100,230,690,900,1150,1770,1460,1690,1950,2100,1890,1880,1670,2380,2050,1930,2160,2400,1730,1010,660,240,120,30,60,200,730,1310,1110,1390,1550,2020,1890,2160,2220,2130,2350,2280,2110,2120,2380,2300,2940,1090]},{"name":"URL","color":"#2373DB","values":[270,250,80,0,20,90,290,590,850,1260,1380,1780,1910,1850,1700,1930,2170,2660,2430,2290,2020,1720,1220,1030,230,120,70,60,0,20,290,730,830,1250,1790,1810,2220,2250,1960,1870,2400,2520,2650,2050,1980,1610,1410,1010,590,440,210,70,70,80,100,370,750,1040,1410,2060,1900,1810,1720,1700,1750,2000,1780,1560,1350,1120,1100,770,480,280,260,70,70,10,60,170,510,920,1360,1440,1500,1470,1280,1370,1610,1480,1420,1610,1600,1550,1100,770,420,180,170,100,20,100,470,690,870,1170,1530,1600,1780,1700,1790,1810,2150,2310,2640,1980,1990,1850,1350,810,430,190,100,150,150,230,400,860,990,1230,1520,1760,1660,1760,1950,2230,2550,2420,2140,2280,2290,2170,1360,870,490,170,110,20,20,130,410,810,820,1350,1550,1680,1910,1870,1870,1870,2220,2270,2130,2430,2210,1890,1360,760]},{"name":"Groups","color":"#9ED448","values":[980,400,150,60,30,290,490,900,1150,810,1010,1560,1500,1780,1570,1500,1980,2040,1770,1850,2290,2670,2850,2300,740,320,90,120,50,300,910,1000,750,1140,1620,1560,1900,1850,1850,1530,1600,1710,1780,1900,2840,3020,2230,1710,1130,410,160,50,70,230,300,960,1170,1090,1410,1390,1820,1880,1730,2240,1600,1880,1840,1690,1920,2260,2210,1560,1910,1220,390,70,250,110,250,350,770,1240,1510,1330,1880,2080,1970,1830,1660,1620,1850,1830,2730,2690,2580,2330,980,370,90,80,80,500,660,950,1080,1130,1410,1410,1970,1790,1520,1480,1570,1530,2080,2480,3140,3650,3330,1840,1110,380,140,110,110,270,550,1010,920,1250,1100,1380,1850,1700,1530,1870,1660,1870,1820,1900,2830,2940,3330,1690,1080,560,60,60,50,500,740,1220,990,1600,1330,1050,1590,1770,2480,1280,1450,1940,1970,1990,2430,2650,2540,1430]},{"name":"Channel","color":"#4fae4e","values":[50,40,0,0,10,10,30,70,50,70,240,150,70,260,200,160,120,140,210,170,270,190,250,70,130,30,10,0,0,10,80,60,190,140,100,100,110,220,190,190,160,170,150,70,150,120,140,170,80,40,50,20,0,0,40,90,80,90,110,120,100,200,150,190,80,160,310,250,120,150,150,180,140,70,20,10,0,20,10,20,20,40,60,210,130,160,140,130,200,150,230,150,160,190,130,180,70,70,0,30,0,10,40,70,70,100,90,100,140,160,140,150,150,160,150,100,240,210,110,60,60,10,70,20,0,0,180,30,20,40,60,130,100,190,210,190,140,120,300,180,170,260,160,90,90,10,0,0,10,0,10,80,70,110,90,120,110,190,110,90,240,150,160,180,140,190,230,100]},{"name":"Search","color":"#F5BD25","values":[100,110,0,0,0,0,250,60,290,230,260,340,1050,1390,400,180,120,410,150,200,220,180,190,240,20,30,20,20,40,180,170,170,190,600,200,130,720,260,290,190,190,440,210,1000,130,260,80,90,160,20,40,10,0,20,30,260,300,250,360,300,440,440,220,250,220,370,380,210,250,180,150,100,160,60,130,0,0,0,80,140,340,320,210,460,290,930,220,420,130,190,270,720,120,170,290,130,50,110,0,60,0,10,480,240,250,60,390,320,290,140,120,740,200,260,350,350,820,470,240,160,20,30,30,10,0,20,540,290,390,310,180,150,230,250,360,840,200,700,140,280,370,510,170,50,10,140,0,0,0,570,220,400,170,180,210,190,370,160,230,670,150,240,210,240,170,320,160,150]},{"name":"Other","color":"#F79E39","values":[150,40,60,10,20,60,120,230,250,230,380,300,340,320,320,300,190,420,270,370,380,390,220,270,100,60,40,20,10,30,120,240,110,290,270,260,270,220,260,180,260,280,440,430,430,410,230,190,150,50,50,20,20,0,90,130,150,160,300,370,400,480,510,280,270,300,240,400,260,250,410,270,70,70,0,40,10,30,30,100,180,250,240,370,310,470,190,190,260,240,290,310,250,280,250,210,140,120,50,30,20,50,160,230,230,300,200,240,480,330,290,300,370,330,410,440,340,460,400,220,70,20,10,20,10,30,90,200,200,230,290,250,280,230,280,330,360,330,430,510,430,430,330,200,60,80,0,30,20,40,120,250,230,260,260,290,360,390,430,260,200,380,550,510,360,350,300,150]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,10,10,10,10,10,10,0,10,0,0,0,0,0,0,10,10,0,0,0,0,0,30,10,0,10,0,10,10,10,0,0,20,0,0,0,0,0,0,0,20,10,10,20,10,0,0,20,20,0,10,20,20,0,10,0,0,0,10,0,10,0,0,0,0,0,0,20,10,0,10,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,0,10,0,0,10,0,0,20,0,10,0,0,0,0,0,0,0,10,0,0,0,10,10,10,20,10,0,10,0,20,0,10,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,0,0,10,0,10,0,10,0,20,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/14.json b/dist/chartDummyData/views_zoom/2019-01/14.json new file mode 100644 index 000000000..b4831e1f5 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/14.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1547164800000,1547168400000,1547172000000,1547175600000,1547179200000,1547182800000,1547186400000,1547190000000,1547193600000,1547197200000,1547200800000,1547204400000,1547208000000,1547211600000,1547215200000,1547218800000,1547222400000,1547226000000,1547229600000,1547233200000,1547236800000,1547240400000,1547244000000,1547247600000,1547251200000,1547254800000,1547258400000,1547262000000,1547265600000,1547269200000,1547272800000,1547276400000,1547280000000,1547283600000,1547287200000,1547290800000,1547294400000,1547298000000,1547301600000,1547305200000,1547308800000,1547312400000,1547316000000,1547319600000,1547323200000,1547326800000,1547330400000,1547334000000,1547337600000,1547341200000,1547344800000,1547348400000,1547352000000,1547355600000,1547359200000,1547362800000,1547366400000,1547370000000,1547373600000,1547377200000,1547380800000,1547384400000,1547388000000,1547391600000,1547395200000,1547398800000,1547402400000,1547406000000,1547409600000,1547413200000,1547416800000,1547420400000,1547424000000,1547427600000,1547431200000,1547434800000,1547438400000,1547442000000,1547445600000,1547449200000,1547452800000,1547456400000,1547460000000,1547463600000,1547467200000,1547470800000,1547474400000,1547478000000,1547481600000,1547485200000,1547488800000,1547492400000,1547496000000,1547499600000,1547503200000,1547506800000,1547510400000,1547514000000,1547517600000,1547521200000,1547524800000,1547528400000,1547532000000,1547535600000,1547539200000,1547542800000,1547546400000,1547550000000,1547553600000,1547557200000,1547560800000,1547564400000,1547568000000,1547571600000,1547575200000,1547578800000,1547582400000,1547586000000,1547589600000,1547593200000,1547596800000,1547600400000,1547604000000,1547607600000,1547611200000,1547614800000,1547618400000,1547622000000,1547625600000,1547629200000,1547632800000,1547636400000,1547640000000,1547643600000,1547647200000,1547650800000,1547654400000,1547658000000,1547661600000,1547665200000,1547668800000,1547672400000,1547676000000,1547679600000,1547683200000,1547686800000,1547690400000,1547694000000,1547697600000,1547701200000,1547704800000,1547708400000,1547712000000,1547715600000,1547719200000,1547722800000,1547726400000,1547730000000,1547733600000,1547737200000,1547740800000,1547744400000,1547748000000,1547751600000,1547755200000,1547758800000,1547762400000,1547766000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[940,110,110,80,70,290,590,1050,1020,1480,1740,1760,2080,2070,1810,2240,2120,1750,2180,2430,2160,1720,1600,1170,670,320,210,130,190,140,390,540,800,1270,1580,1910,1880,2370,1930,3430,2190,2140,2120,1870,2060,1780,2110,1150,870,430,2260,80,50,90,190,390,950,1350,1760,2000,1730,2470,2130,2070,1910,1990,3170,2490,2220,2150,1910,1340,770,400,180,110,90,240,610,1080,990,1710,1670,1600,2190,1780,2390,2390,2400,2060,2570,2380,2610,3110,1910,1150,2480,220,60,50,100,230,690,900,1150,1770,1460,1690,1950,2100,1890,1880,1670,2380,2050,1930,2160,2400,1730,1010,660,240,120,30,60,200,730,1310,1110,1390,1550,2020,1890,2160,2220,2130,2350,2280,2110,2120,2380,2300,2940,1090,610,130,180,20,110,580,710,1160,1320,1690,1650,1670,2190,2090,1970,1800,2330,2830,2340,2430,2890,2650,1990,1340]},{"name":"URL","color":"#2373DB","values":[230,120,70,60,0,20,290,730,830,1250,1790,1810,2220,2250,1960,1870,2400,2520,2650,2050,1980,1610,1410,1010,590,440,210,70,70,80,100,370,750,1040,1410,2060,1900,1810,1720,1700,1750,2000,1780,1560,1350,1120,1100,770,480,280,260,70,70,10,60,170,510,920,1360,1440,1500,1470,1280,1370,1610,1480,1420,1610,1600,1550,1100,770,420,180,170,100,20,100,470,690,870,1170,1530,1600,1780,1700,1790,1810,2150,2310,2640,1980,1990,1850,1350,810,430,190,100,150,150,230,400,860,990,1230,1520,1760,1660,1760,1950,2230,2550,2420,2140,2280,2290,2170,1360,870,490,170,110,20,20,130,410,810,820,1350,1550,1680,1910,1870,1870,1870,2220,2270,2130,2430,2210,1890,1360,760,290,80,20,40,50,100,390,790,1260,1190,1610,1690,1710,1860,2020,1990,2610,2750,2430,2020,2430,1710,1150,960]},{"name":"Groups","color":"#9ED448","values":[740,320,90,120,50,300,910,1000,750,1140,1620,1560,1900,1850,1850,1530,1600,1710,1780,1900,2840,3020,2230,1710,1130,410,160,50,70,230,300,960,1170,1090,1410,1390,1820,1880,1730,2240,1600,1880,1840,1690,1920,2260,2210,1560,1910,1220,390,70,250,110,250,350,770,1240,1510,1330,1880,2080,1970,1830,1660,1620,1850,1830,2730,2690,2580,2330,980,370,90,80,80,500,660,950,1080,1130,1410,1410,1970,1790,1520,1480,1570,1530,2080,2480,3140,3650,3330,1840,1110,380,140,110,110,270,550,1010,920,1250,1100,1380,1850,1700,1530,1870,1660,1870,1820,1900,2830,2940,3330,1690,1080,560,60,60,50,500,740,1220,990,1600,1330,1050,1590,1770,2480,1280,1450,1940,1970,1990,2430,2650,2540,1430,840,310,110,40,50,360,670,950,1260,1220,1460,1280,1940,1860,1850,1620,1530,1730,1780,1920,2420,2970,2390,1750]},{"name":"Channel","color":"#4fae4e","values":[130,30,10,0,0,10,80,60,190,140,100,100,110,220,190,190,160,170,150,70,150,120,140,170,80,40,50,20,0,0,40,90,80,90,110,120,100,200,150,190,80,160,310,250,120,150,150,180,140,70,20,10,0,20,10,20,20,40,60,210,130,160,140,130,200,150,230,150,160,190,130,180,70,70,0,30,0,10,40,70,70,100,90,100,140,160,140,150,150,160,150,100,240,210,110,60,60,10,70,20,0,0,180,30,20,40,60,130,100,190,210,190,140,120,300,180,170,260,160,90,90,10,0,0,10,0,10,80,70,110,90,120,110,190,110,90,240,150,160,180,140,190,230,100,50,30,50,20,0,30,0,40,30,40,250,140,120,160,190,180,230,130,220,190,210,280,230,180]},{"name":"Search","color":"#F5BD25","values":[20,30,20,20,40,180,170,170,190,600,200,130,720,260,290,190,190,440,210,1000,130,260,80,90,160,20,40,10,0,20,30,260,300,250,360,300,440,440,220,250,220,370,380,210,250,180,150,100,160,60,130,0,0,0,80,140,340,320,210,460,290,930,220,420,130,190,270,720,120,170,290,130,50,110,0,60,0,10,480,240,250,60,390,320,290,140,120,740,200,260,350,350,820,470,240,160,20,30,30,10,0,20,540,290,390,310,180,150,230,250,360,840,200,700,140,280,370,510,170,50,10,140,0,0,0,570,220,400,170,180,210,190,370,160,230,670,150,240,210,240,170,320,160,150,0,0,0,10,0,80,380,290,230,440,110,510,230,140,130,250,170,440,220,100,260,390,650,250]},{"name":"Other","color":"#F79E39","values":[100,60,40,20,10,30,120,240,110,290,270,260,270,220,260,180,260,280,440,430,430,410,230,190,150,50,50,20,20,0,90,130,150,160,300,370,400,480,510,280,270,300,240,400,260,250,410,270,70,70,0,40,10,30,30,100,180,250,240,370,310,470,190,190,260,240,290,310,250,280,250,210,140,120,50,30,20,50,160,230,230,300,200,240,480,330,290,300,370,330,410,440,340,460,400,220,70,20,10,20,10,30,90,200,200,230,290,250,280,230,280,330,360,330,430,510,430,430,330,200,60,80,0,30,20,40,120,250,230,260,260,290,360,390,430,260,200,380,550,510,360,350,300,150,130,40,10,20,20,50,210,220,200,320,160,350,390,390,530,320,240,420,340,480,370,460,370,270]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,10,0,0,0,0,0,30,10,0,10,0,10,10,10,0,0,20,0,0,0,0,0,0,0,20,10,10,20,10,0,0,20,20,0,10,20,20,0,10,0,0,0,10,0,10,0,0,0,0,0,0,20,10,0,10,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,0,10,0,0,10,0,0,20,0,10,0,0,0,0,0,0,0,10,0,0,0,10,10,10,20,10,0,10,0,20,0,10,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,0,0,10,0,10,0,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,10,0,0,0,10,0,10,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/15.json b/dist/chartDummyData/views_zoom/2019-01/15.json new file mode 100644 index 000000000..e1a794983 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/15.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1547251200000,1547254800000,1547258400000,1547262000000,1547265600000,1547269200000,1547272800000,1547276400000,1547280000000,1547283600000,1547287200000,1547290800000,1547294400000,1547298000000,1547301600000,1547305200000,1547308800000,1547312400000,1547316000000,1547319600000,1547323200000,1547326800000,1547330400000,1547334000000,1547337600000,1547341200000,1547344800000,1547348400000,1547352000000,1547355600000,1547359200000,1547362800000,1547366400000,1547370000000,1547373600000,1547377200000,1547380800000,1547384400000,1547388000000,1547391600000,1547395200000,1547398800000,1547402400000,1547406000000,1547409600000,1547413200000,1547416800000,1547420400000,1547424000000,1547427600000,1547431200000,1547434800000,1547438400000,1547442000000,1547445600000,1547449200000,1547452800000,1547456400000,1547460000000,1547463600000,1547467200000,1547470800000,1547474400000,1547478000000,1547481600000,1547485200000,1547488800000,1547492400000,1547496000000,1547499600000,1547503200000,1547506800000,1547510400000,1547514000000,1547517600000,1547521200000,1547524800000,1547528400000,1547532000000,1547535600000,1547539200000,1547542800000,1547546400000,1547550000000,1547553600000,1547557200000,1547560800000,1547564400000,1547568000000,1547571600000,1547575200000,1547578800000,1547582400000,1547586000000,1547589600000,1547593200000,1547596800000,1547600400000,1547604000000,1547607600000,1547611200000,1547614800000,1547618400000,1547622000000,1547625600000,1547629200000,1547632800000,1547636400000,1547640000000,1547643600000,1547647200000,1547650800000,1547654400000,1547658000000,1547661600000,1547665200000,1547668800000,1547672400000,1547676000000,1547679600000,1547683200000,1547686800000,1547690400000,1547694000000,1547697600000,1547701200000,1547704800000,1547708400000,1547712000000,1547715600000,1547719200000,1547722800000,1547726400000,1547730000000,1547733600000,1547737200000,1547740800000,1547744400000,1547748000000,1547751600000,1547755200000,1547758800000,1547762400000,1547766000000,1547769600000,1547773200000,1547776800000,1547780400000,1547784000000,1547787600000,1547791200000,1547794800000,1547798400000,1547802000000,1547805600000,1547809200000,1547812800000,1547816400000,1547820000000,1547823600000,1547827200000,1547830800000,1547834400000,1547838000000,1547841600000,1547845200000,1547848800000,1547852400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[670,320,210,130,190,140,390,540,800,1270,1580,1910,1880,2370,1930,3430,2190,2140,2120,1870,2060,1780,2110,1150,870,430,2260,80,50,90,190,390,950,1350,1760,2000,1730,2470,2130,2070,1910,1990,3170,2490,2220,2150,1910,1340,770,400,180,110,90,240,610,1080,990,1710,1670,1600,2190,1780,2390,2390,2400,2060,2570,2380,2610,3110,1910,1150,2480,220,60,50,100,230,690,900,1150,1770,1460,1690,1950,2100,1890,1880,1670,2380,2050,1930,2160,2400,1730,1010,660,240,120,30,60,200,730,1310,1110,1390,1550,2020,1890,2160,2220,2130,2350,2280,2110,2120,2380,2300,2940,1090,610,130,180,20,110,580,710,1160,1320,1690,1650,1670,2190,2090,1970,1800,2330,2830,2340,2430,2890,2650,1990,1340,2230,580,120,80,70,140,590,870,1400,1560,1720,1710,1920,2410,1730,2500,2090,2030,2340,2470,2680,1880,2060,1360]},{"name":"URL","color":"#2373DB","values":[590,440,210,70,70,80,100,370,750,1040,1410,2060,1900,1810,1720,1700,1750,2000,1780,1560,1350,1120,1100,770,480,280,260,70,70,10,60,170,510,920,1360,1440,1500,1470,1280,1370,1610,1480,1420,1610,1600,1550,1100,770,420,180,170,100,20,100,470,690,870,1170,1530,1600,1780,1700,1790,1810,2150,2310,2640,1980,1990,1850,1350,810,430,190,100,150,150,230,400,860,990,1230,1520,1760,1660,1760,1950,2230,2550,2420,2140,2280,2290,2170,1360,870,490,170,110,20,20,130,410,810,820,1350,1550,1680,1910,1870,1870,1870,2220,2270,2130,2430,2210,1890,1360,760,290,80,20,40,50,100,390,790,1260,1190,1610,1690,1710,1860,2020,1990,2610,2750,2430,2020,2430,1710,1150,960,370,120,80,100,80,80,470,1000,1120,1080,1620,1910,2160,2240,2440,2110,2480,2400,2780,1950,1700,1450,1000,680]},{"name":"Groups","color":"#9ED448","values":[1130,410,160,50,70,230,300,960,1170,1090,1410,1390,1820,1880,1730,2240,1600,1880,1840,1690,1920,2260,2210,1560,1910,1220,390,70,250,110,250,350,770,1240,1510,1330,1880,2080,1970,1830,1660,1620,1850,1830,2730,2690,2580,2330,980,370,90,80,80,500,660,950,1080,1130,1410,1410,1970,1790,1520,1480,1570,1530,2080,2480,3140,3650,3330,1840,1110,380,140,110,110,270,550,1010,920,1250,1100,1380,1850,1700,1530,1870,1660,1870,1820,1900,2830,2940,3330,1690,1080,560,60,60,50,500,740,1220,990,1600,1330,1050,1590,1770,2480,1280,1450,1940,1970,1990,2430,2650,2540,1430,840,310,110,40,50,360,670,950,1260,1220,1460,1280,1940,1860,1850,1620,1530,1730,1780,1920,2420,2970,2390,1750,670,490,260,80,70,310,770,1120,900,1080,1270,1570,1730,2070,1500,1570,1550,1750,1970,2150,2720,2510,2310,1690]},{"name":"Channel","color":"#4fae4e","values":[80,40,50,20,0,0,40,90,80,90,110,120,100,200,150,190,80,160,310,250,120,150,150,180,140,70,20,10,0,20,10,20,20,40,60,210,130,160,140,130,200,150,230,150,160,190,130,180,70,70,0,30,0,10,40,70,70,100,90,100,140,160,140,150,150,160,150,100,240,210,110,60,60,10,70,20,0,0,180,30,20,40,60,130,100,190,210,190,140,120,300,180,170,260,160,90,90,10,0,0,10,0,10,80,70,110,90,120,110,190,110,90,240,150,160,180,140,190,230,100,50,30,50,20,0,30,0,40,30,40,250,140,120,160,190,180,230,130,220,190,210,280,230,180,160,120,70,10,30,40,30,60,70,110,100,110,80,260,200,270,200,130,180,210,170,300,160,190]},{"name":"Search","color":"#F5BD25","values":[160,20,40,10,0,20,30,260,300,250,360,300,440,440,220,250,220,370,380,210,250,180,150,100,160,60,130,0,0,0,80,140,340,320,210,460,290,930,220,420,130,190,270,720,120,170,290,130,50,110,0,60,0,10,480,240,250,60,390,320,290,140,120,740,200,260,350,350,820,470,240,160,20,30,30,10,0,20,540,290,390,310,180,150,230,250,360,840,200,700,140,280,370,510,170,50,10,140,0,0,0,570,220,400,170,180,210,190,370,160,230,670,150,240,210,240,170,320,160,150,0,0,0,10,0,80,380,290,230,440,110,510,230,140,130,250,170,440,220,100,260,390,650,250,80,60,0,40,50,150,270,180,250,280,370,150,360,190,260,580,260,310,300,230,240,160,70,50]},{"name":"Other","color":"#F79E39","values":[150,50,50,20,20,0,90,130,150,160,300,370,400,480,510,280,270,300,240,400,260,250,410,270,70,70,0,40,10,30,30,100,180,250,240,370,310,470,190,190,260,240,290,310,250,280,250,210,140,120,50,30,20,50,160,230,230,300,200,240,480,330,290,300,370,330,410,440,340,460,400,220,70,20,10,20,10,30,90,200,200,230,290,250,280,230,280,330,360,330,430,510,430,430,330,200,60,80,0,30,20,40,120,250,230,260,260,290,360,390,430,260,200,380,550,510,360,350,300,150,130,40,10,20,20,50,210,220,200,320,160,350,390,390,530,320,240,420,340,480,370,460,370,270,90,20,20,10,20,40,190,200,310,250,280,340,290,330,320,270,390,310,370,380,290,270,260,120]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,20,10,10,20,10,0,0,20,20,0,10,20,20,0,10,0,0,0,10,0,10,0,0,0,0,0,0,20,10,0,10,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,0,10,0,0,10,0,0,20,0,10,0,0,0,0,0,0,0,10,0,0,0,10,10,10,20,10,0,10,0,20,0,10,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,0,0,10,0,10,0,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,10,0,0,0,10,0,10,10,0,0,0,10,0,0,0,0,0,0,0,20,10,0,10,10,20,30,0,20,10,10,10,30,0,20,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/16.json b/dist/chartDummyData/views_zoom/2019-01/16.json new file mode 100644 index 000000000..9134df8dc --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/16.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1547337600000,1547341200000,1547344800000,1547348400000,1547352000000,1547355600000,1547359200000,1547362800000,1547366400000,1547370000000,1547373600000,1547377200000,1547380800000,1547384400000,1547388000000,1547391600000,1547395200000,1547398800000,1547402400000,1547406000000,1547409600000,1547413200000,1547416800000,1547420400000,1547424000000,1547427600000,1547431200000,1547434800000,1547438400000,1547442000000,1547445600000,1547449200000,1547452800000,1547456400000,1547460000000,1547463600000,1547467200000,1547470800000,1547474400000,1547478000000,1547481600000,1547485200000,1547488800000,1547492400000,1547496000000,1547499600000,1547503200000,1547506800000,1547510400000,1547514000000,1547517600000,1547521200000,1547524800000,1547528400000,1547532000000,1547535600000,1547539200000,1547542800000,1547546400000,1547550000000,1547553600000,1547557200000,1547560800000,1547564400000,1547568000000,1547571600000,1547575200000,1547578800000,1547582400000,1547586000000,1547589600000,1547593200000,1547596800000,1547600400000,1547604000000,1547607600000,1547611200000,1547614800000,1547618400000,1547622000000,1547625600000,1547629200000,1547632800000,1547636400000,1547640000000,1547643600000,1547647200000,1547650800000,1547654400000,1547658000000,1547661600000,1547665200000,1547668800000,1547672400000,1547676000000,1547679600000,1547683200000,1547686800000,1547690400000,1547694000000,1547697600000,1547701200000,1547704800000,1547708400000,1547712000000,1547715600000,1547719200000,1547722800000,1547726400000,1547730000000,1547733600000,1547737200000,1547740800000,1547744400000,1547748000000,1547751600000,1547755200000,1547758800000,1547762400000,1547766000000,1547769600000,1547773200000,1547776800000,1547780400000,1547784000000,1547787600000,1547791200000,1547794800000,1547798400000,1547802000000,1547805600000,1547809200000,1547812800000,1547816400000,1547820000000,1547823600000,1547827200000,1547830800000,1547834400000,1547838000000,1547841600000,1547845200000,1547848800000,1547852400000,1547856000000,1547859600000,1547863200000,1547866800000,1547870400000,1547874000000,1547877600000,1547881200000,1547884800000,1547888400000,1547892000000,1547895600000,1547899200000,1547902800000,1547906400000,1547910000000,1547913600000,1547917200000,1547920800000,1547924400000,1547928000000,1547931600000,1547935200000,1547938800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[870,430,2260,80,50,90,190,390,950,1350,1760,2000,1730,2470,2130,2070,1910,1990,3170,2490,2220,2150,1910,1340,770,400,180,110,90,240,610,1080,990,1710,1670,1600,2190,1780,2390,2390,2400,2060,2570,2380,2610,3110,1910,1150,2480,220,60,50,100,230,690,900,1150,1770,1460,1690,1950,2100,1890,1880,1670,2380,2050,1930,2160,2400,1730,1010,660,240,120,30,60,200,730,1310,1110,1390,1550,2020,1890,2160,2220,2130,2350,2280,2110,2120,2380,2300,2940,1090,610,130,180,20,110,580,710,1160,1320,1690,1650,1670,2190,2090,1970,1800,2330,2830,2340,2430,2890,2650,1990,1340,2230,580,120,80,70,140,590,870,1400,1560,1720,1710,1920,2410,1730,2500,2090,2030,2340,2470,2680,1880,2060,1360,620,320,160,80,100,120,340,810,910,1320,1610,1830,2230,1920,2000,1580,1710,2020,2560,1610,1790,2340,1720,1570]},{"name":"URL","color":"#2373DB","values":[480,280,260,70,70,10,60,170,510,920,1360,1440,1500,1470,1280,1370,1610,1480,1420,1610,1600,1550,1100,770,420,180,170,100,20,100,470,690,870,1170,1530,1600,1780,1700,1790,1810,2150,2310,2640,1980,1990,1850,1350,810,430,190,100,150,150,230,400,860,990,1230,1520,1760,1660,1760,1950,2230,2550,2420,2140,2280,2290,2170,1360,870,490,170,110,20,20,130,410,810,820,1350,1550,1680,1910,1870,1870,1870,2220,2270,2130,2430,2210,1890,1360,760,290,80,20,40,50,100,390,790,1260,1190,1610,1690,1710,1860,2020,1990,2610,2750,2430,2020,2430,1710,1150,960,370,120,80,100,80,80,470,1000,1120,1080,1620,1910,2160,2240,2440,2110,2480,2400,2780,1950,1700,1450,1000,680,410,230,90,40,0,70,90,380,650,1100,1750,2090,1910,2130,1760,1770,1840,2240,1840,1660,1280,1250,1070,790]},{"name":"Groups","color":"#9ED448","values":[1910,1220,390,70,250,110,250,350,770,1240,1510,1330,1880,2080,1970,1830,1660,1620,1850,1830,2730,2690,2580,2330,980,370,90,80,80,500,660,950,1080,1130,1410,1410,1970,1790,1520,1480,1570,1530,2080,2480,3140,3650,3330,1840,1110,380,140,110,110,270,550,1010,920,1250,1100,1380,1850,1700,1530,1870,1660,1870,1820,1900,2830,2940,3330,1690,1080,560,60,60,50,500,740,1220,990,1600,1330,1050,1590,1770,2480,1280,1450,1940,1970,1990,2430,2650,2540,1430,840,310,110,40,50,360,670,950,1260,1220,1460,1280,1940,1860,1850,1620,1530,1730,1780,1920,2420,2970,2390,1750,670,490,260,80,70,310,770,1120,900,1080,1270,1570,1730,2070,1500,1570,1550,1750,1970,2150,2720,2510,2310,1690,930,430,180,280,70,240,300,770,1280,1940,1370,1350,1720,1760,1410,1570,1790,1470,1590,2140,1770,1790,2010,1870]},{"name":"Channel","color":"#4fae4e","values":[140,70,20,10,0,20,10,20,20,40,60,210,130,160,140,130,200,150,230,150,160,190,130,180,70,70,0,30,0,10,40,70,70,100,90,100,140,160,140,150,150,160,150,100,240,210,110,60,60,10,70,20,0,0,180,30,20,40,60,130,100,190,210,190,140,120,300,180,170,260,160,90,90,10,0,0,10,0,10,80,70,110,90,120,110,190,110,90,240,150,160,180,140,190,230,100,50,30,50,20,0,30,0,40,30,40,250,140,120,160,190,180,230,130,220,190,210,280,230,180,160,120,70,10,30,40,30,60,70,110,100,110,80,260,200,270,200,130,180,210,170,300,160,190,220,30,130,40,10,20,30,40,100,100,100,190,140,230,110,150,90,130,110,130,170,130,320,200]},{"name":"Search","color":"#F5BD25","values":[160,60,130,0,0,0,80,140,340,320,210,460,290,930,220,420,130,190,270,720,120,170,290,130,50,110,0,60,0,10,480,240,250,60,390,320,290,140,120,740,200,260,350,350,820,470,240,160,20,30,30,10,0,20,540,290,390,310,180,150,230,250,360,840,200,700,140,280,370,510,170,50,10,140,0,0,0,570,220,400,170,180,210,190,370,160,230,670,150,240,210,240,170,320,160,150,0,0,0,10,0,80,380,290,230,440,110,510,230,140,130,250,170,440,220,100,260,390,650,250,80,60,0,40,50,150,270,180,250,280,370,150,360,190,260,580,260,310,300,230,240,160,70,50,60,70,0,0,10,0,250,230,200,190,490,290,380,250,340,230,220,190,430,120,170,220,120,100]},{"name":"Other","color":"#F79E39","values":[70,70,0,40,10,30,30,100,180,250,240,370,310,470,190,190,260,240,290,310,250,280,250,210,140,120,50,30,20,50,160,230,230,300,200,240,480,330,290,300,370,330,410,440,340,460,400,220,70,20,10,20,10,30,90,200,200,230,290,250,280,230,280,330,360,330,430,510,430,430,330,200,60,80,0,30,20,40,120,250,230,260,260,290,360,390,430,260,200,380,550,510,360,350,300,150,130,40,10,20,20,50,210,220,200,320,160,350,390,390,530,320,240,420,340,480,370,460,370,270,90,20,20,10,20,40,190,200,310,250,280,340,290,330,320,270,390,310,370,380,290,270,260,120,160,120,50,10,10,20,50,160,230,350,350,340,270,370,380,280,270,350,270,190,250,240,240,200]},{"name":"PM","color":"#E65850","values":[0,10,0,10,0,0,0,0,0,0,20,10,0,10,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,0,10,0,0,10,0,0,20,0,10,0,0,0,0,0,0,0,10,0,0,0,10,10,10,20,10,0,10,0,20,0,10,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,0,0,10,0,10,0,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,10,0,0,0,10,0,10,10,0,0,0,10,0,0,0,0,0,0,0,20,10,0,10,10,20,30,0,20,10,10,10,30,0,20,0,0,0,0,0,0,10,0,0,30,0,10,10,0,10,0,0,0,0,10,20,10,20,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/17.json b/dist/chartDummyData/views_zoom/2019-01/17.json new file mode 100644 index 000000000..59ee8f81a --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/17.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1547424000000,1547427600000,1547431200000,1547434800000,1547438400000,1547442000000,1547445600000,1547449200000,1547452800000,1547456400000,1547460000000,1547463600000,1547467200000,1547470800000,1547474400000,1547478000000,1547481600000,1547485200000,1547488800000,1547492400000,1547496000000,1547499600000,1547503200000,1547506800000,1547510400000,1547514000000,1547517600000,1547521200000,1547524800000,1547528400000,1547532000000,1547535600000,1547539200000,1547542800000,1547546400000,1547550000000,1547553600000,1547557200000,1547560800000,1547564400000,1547568000000,1547571600000,1547575200000,1547578800000,1547582400000,1547586000000,1547589600000,1547593200000,1547596800000,1547600400000,1547604000000,1547607600000,1547611200000,1547614800000,1547618400000,1547622000000,1547625600000,1547629200000,1547632800000,1547636400000,1547640000000,1547643600000,1547647200000,1547650800000,1547654400000,1547658000000,1547661600000,1547665200000,1547668800000,1547672400000,1547676000000,1547679600000,1547683200000,1547686800000,1547690400000,1547694000000,1547697600000,1547701200000,1547704800000,1547708400000,1547712000000,1547715600000,1547719200000,1547722800000,1547726400000,1547730000000,1547733600000,1547737200000,1547740800000,1547744400000,1547748000000,1547751600000,1547755200000,1547758800000,1547762400000,1547766000000,1547769600000,1547773200000,1547776800000,1547780400000,1547784000000,1547787600000,1547791200000,1547794800000,1547798400000,1547802000000,1547805600000,1547809200000,1547812800000,1547816400000,1547820000000,1547823600000,1547827200000,1547830800000,1547834400000,1547838000000,1547841600000,1547845200000,1547848800000,1547852400000,1547856000000,1547859600000,1547863200000,1547866800000,1547870400000,1547874000000,1547877600000,1547881200000,1547884800000,1547888400000,1547892000000,1547895600000,1547899200000,1547902800000,1547906400000,1547910000000,1547913600000,1547917200000,1547920800000,1547924400000,1547928000000,1547931600000,1547935200000,1547938800000,1547942400000,1547946000000,1547949600000,1547953200000,1547956800000,1547960400000,1547964000000,1547967600000,1547971200000,1547974800000,1547978400000,1547982000000,1547985600000,1547989200000,1547992800000,1547996400000,1548000000000,1548003600000,1548007200000,1548010800000,1548014400000,1548018000000,1548021600000,1548025200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[770,400,180,110,90,240,610,1080,990,1710,1670,1600,2190,1780,2390,2390,2400,2060,2570,2380,2610,3110,1910,1150,2480,220,60,50,100,230,690,900,1150,1770,1460,1690,1950,2100,1890,1880,1670,2380,2050,1930,2160,2400,1730,1010,660,240,120,30,60,200,730,1310,1110,1390,1550,2020,1890,2160,2220,2130,2350,2280,2110,2120,2380,2300,2940,1090,610,130,180,20,110,580,710,1160,1320,1690,1650,1670,2190,2090,1970,1800,2330,2830,2340,2430,2890,2650,1990,1340,2230,580,120,80,70,140,590,870,1400,1560,1720,1710,1920,2410,1730,2500,2090,2030,2340,2470,2680,1880,2060,1360,620,320,160,80,100,120,340,810,910,1320,1610,1830,2230,1920,2000,1580,1710,2020,2560,1610,1790,2340,1720,1570,870,530,280,150,60,120,230,340,1070,1290,2490,2100,1410,2170,2750,2250,2020,1980,2900,2380,2370,2160,1900,900]},{"name":"URL","color":"#2373DB","values":[420,180,170,100,20,100,470,690,870,1170,1530,1600,1780,1700,1790,1810,2150,2310,2640,1980,1990,1850,1350,810,430,190,100,150,150,230,400,860,990,1230,1520,1760,1660,1760,1950,2230,2550,2420,2140,2280,2290,2170,1360,870,490,170,110,20,20,130,410,810,820,1350,1550,1680,1910,1870,1870,1870,2220,2270,2130,2430,2210,1890,1360,760,290,80,20,40,50,100,390,790,1260,1190,1610,1690,1710,1860,2020,1990,2610,2750,2430,2020,2430,1710,1150,960,370,120,80,100,80,80,470,1000,1120,1080,1620,1910,2160,2240,2440,2110,2480,2400,2780,1950,1700,1450,1000,680,410,230,90,40,0,70,90,380,650,1100,1750,2090,1910,2130,1760,1770,1840,2240,1840,1660,1280,1250,1070,790,530,340,90,230,80,40,80,210,470,640,1350,1580,1450,1420,1330,1590,1140,1730,1650,1370,1780,1390,1190,660]},{"name":"Groups","color":"#9ED448","values":[980,370,90,80,80,500,660,950,1080,1130,1410,1410,1970,1790,1520,1480,1570,1530,2080,2480,3140,3650,3330,1840,1110,380,140,110,110,270,550,1010,920,1250,1100,1380,1850,1700,1530,1870,1660,1870,1820,1900,2830,2940,3330,1690,1080,560,60,60,50,500,740,1220,990,1600,1330,1050,1590,1770,2480,1280,1450,1940,1970,1990,2430,2650,2540,1430,840,310,110,40,50,360,670,950,1260,1220,1460,1280,1940,1860,1850,1620,1530,1730,1780,1920,2420,2970,2390,1750,670,490,260,80,70,310,770,1120,900,1080,1270,1570,1730,2070,1500,1570,1550,1750,1970,2150,2720,2510,2310,1690,930,430,180,280,70,240,300,770,1280,1940,1370,1350,1720,1760,1410,1570,1790,1470,1590,2140,1770,1790,2010,1870,2340,1000,350,230,50,50,240,360,870,1220,1130,1390,1610,1590,1710,1340,1650,1570,2030,1900,2250,2850,2560,2000]},{"name":"Channel","color":"#4fae4e","values":[70,70,0,30,0,10,40,70,70,100,90,100,140,160,140,150,150,160,150,100,240,210,110,60,60,10,70,20,0,0,180,30,20,40,60,130,100,190,210,190,140,120,300,180,170,260,160,90,90,10,0,0,10,0,10,80,70,110,90,120,110,190,110,90,240,150,160,180,140,190,230,100,50,30,50,20,0,30,0,40,30,40,250,140,120,160,190,180,230,130,220,190,210,280,230,180,160,120,70,10,30,40,30,60,70,110,100,110,80,260,200,270,200,130,180,210,170,300,160,190,220,30,130,40,10,20,30,40,100,100,100,190,140,230,110,150,90,130,110,130,170,130,320,200,120,20,10,20,10,50,20,20,40,70,170,120,170,150,330,190,160,130,170,140,170,220,150,100]},{"name":"Search","color":"#F5BD25","values":[50,110,0,60,0,10,480,240,250,60,390,320,290,140,120,740,200,260,350,350,820,470,240,160,20,30,30,10,0,20,540,290,390,310,180,150,230,250,360,840,200,700,140,280,370,510,170,50,10,140,0,0,0,570,220,400,170,180,210,190,370,160,230,670,150,240,210,240,170,320,160,150,0,0,0,10,0,80,380,290,230,440,110,510,230,140,130,250,170,440,220,100,260,390,650,250,80,60,0,40,50,150,270,180,250,280,370,150,360,190,260,580,260,310,300,230,240,160,70,50,60,70,0,0,10,0,250,230,200,190,490,290,380,250,340,230,220,190,430,120,170,220,120,100,90,110,40,90,0,10,20,90,350,320,430,270,230,170,300,120,500,740,370,340,420,390,260,40]},{"name":"Other","color":"#F79E39","values":[140,120,50,30,20,50,160,230,230,300,200,240,480,330,290,300,370,330,410,440,340,460,400,220,70,20,10,20,10,30,90,200,200,230,290,250,280,230,280,330,360,330,430,510,430,430,330,200,60,80,0,30,20,40,120,250,230,260,260,290,360,390,430,260,200,380,550,510,360,350,300,150,130,40,10,20,20,50,210,220,200,320,160,350,390,390,530,320,240,420,340,480,370,460,370,270,90,20,20,10,20,40,190,200,310,250,280,340,290,330,320,270,390,310,370,380,290,270,260,120,160,120,50,10,10,20,50,160,230,350,350,340,270,370,380,280,270,350,270,190,250,240,240,200,200,80,10,10,20,20,30,100,140,270,240,320,290,410,310,340,190,220,330,360,290,300,260,180]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,10,0,0,10,0,0,10,0,0,10,0,0,20,0,10,0,0,0,0,0,0,0,10,0,0,0,10,10,10,20,10,0,10,0,20,0,10,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,0,0,10,0,10,0,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,10,0,0,0,10,0,10,10,0,0,0,10,0,0,0,0,0,0,0,20,10,0,10,10,20,30,0,20,10,10,10,30,0,20,0,0,0,0,0,0,10,0,0,30,0,10,10,0,10,0,0,0,0,10,20,10,20,10,0,0,0,0,0,0,0,0,0,20,0,10,10,20,0,20,30,30,20,0,0,10,20,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/18.json b/dist/chartDummyData/views_zoom/2019-01/18.json new file mode 100644 index 000000000..3a09d5b26 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/18.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1547510400000,1547514000000,1547517600000,1547521200000,1547524800000,1547528400000,1547532000000,1547535600000,1547539200000,1547542800000,1547546400000,1547550000000,1547553600000,1547557200000,1547560800000,1547564400000,1547568000000,1547571600000,1547575200000,1547578800000,1547582400000,1547586000000,1547589600000,1547593200000,1547596800000,1547600400000,1547604000000,1547607600000,1547611200000,1547614800000,1547618400000,1547622000000,1547625600000,1547629200000,1547632800000,1547636400000,1547640000000,1547643600000,1547647200000,1547650800000,1547654400000,1547658000000,1547661600000,1547665200000,1547668800000,1547672400000,1547676000000,1547679600000,1547683200000,1547686800000,1547690400000,1547694000000,1547697600000,1547701200000,1547704800000,1547708400000,1547712000000,1547715600000,1547719200000,1547722800000,1547726400000,1547730000000,1547733600000,1547737200000,1547740800000,1547744400000,1547748000000,1547751600000,1547755200000,1547758800000,1547762400000,1547766000000,1547769600000,1547773200000,1547776800000,1547780400000,1547784000000,1547787600000,1547791200000,1547794800000,1547798400000,1547802000000,1547805600000,1547809200000,1547812800000,1547816400000,1547820000000,1547823600000,1547827200000,1547830800000,1547834400000,1547838000000,1547841600000,1547845200000,1547848800000,1547852400000,1547856000000,1547859600000,1547863200000,1547866800000,1547870400000,1547874000000,1547877600000,1547881200000,1547884800000,1547888400000,1547892000000,1547895600000,1547899200000,1547902800000,1547906400000,1547910000000,1547913600000,1547917200000,1547920800000,1547924400000,1547928000000,1547931600000,1547935200000,1547938800000,1547942400000,1547946000000,1547949600000,1547953200000,1547956800000,1547960400000,1547964000000,1547967600000,1547971200000,1547974800000,1547978400000,1547982000000,1547985600000,1547989200000,1547992800000,1547996400000,1548000000000,1548003600000,1548007200000,1548010800000,1548014400000,1548018000000,1548021600000,1548025200000,1548028800000,1548032400000,1548036000000,1548039600000,1548043200000,1548046800000,1548050400000,1548054000000,1548057600000,1548061200000,1548064800000,1548068400000,1548072000000,1548075600000,1548079200000,1548082800000,1548086400000,1548090000000,1548093600000,1548097200000,1548100800000,1548104400000,1548108000000,1548111600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[2480,220,60,50,100,230,690,900,1150,1770,1460,1690,1950,2100,1890,1880,1670,2380,2050,1930,2160,2400,1730,1010,660,240,120,30,60,200,730,1310,1110,1390,1550,2020,1890,2160,2220,2130,2350,2280,2110,2120,2380,2300,2940,1090,610,130,180,20,110,580,710,1160,1320,1690,1650,1670,2190,2090,1970,1800,2330,2830,2340,2430,2890,2650,1990,1340,2230,580,120,80,70,140,590,870,1400,1560,1720,1710,1920,2410,1730,2500,2090,2030,2340,2470,2680,1880,2060,1360,620,320,160,80,100,120,340,810,910,1320,1610,1830,2230,1920,2000,1580,1710,2020,2560,1610,1790,2340,1720,1570,870,530,280,150,60,120,230,340,1070,1290,2490,2100,1410,2170,2750,2250,2020,1980,2900,2380,2370,2160,1900,900,580,320,1090,60,190,180,600,850,1040,1270,1840,1660,1710,1930,1940,2000,2210,2360,2490,2470,2620,2610,1790,1220]},{"name":"URL","color":"#2373DB","values":[430,190,100,150,150,230,400,860,990,1230,1520,1760,1660,1760,1950,2230,2550,2420,2140,2280,2290,2170,1360,870,490,170,110,20,20,130,410,810,820,1350,1550,1680,1910,1870,1870,1870,2220,2270,2130,2430,2210,1890,1360,760,290,80,20,40,50,100,390,790,1260,1190,1610,1690,1710,1860,2020,1990,2610,2750,2430,2020,2430,1710,1150,960,370,120,80,100,80,80,470,1000,1120,1080,1620,1910,2160,2240,2440,2110,2480,2400,2780,1950,1700,1450,1000,680,410,230,90,40,0,70,90,380,650,1100,1750,2090,1910,2130,1760,1770,1840,2240,1840,1660,1280,1250,1070,790,530,340,90,230,80,40,80,210,470,640,1350,1580,1450,1420,1330,1590,1140,1730,1650,1370,1780,1390,1190,660,390,160,40,10,30,60,300,770,980,1020,1490,1490,1760,1630,1450,1710,2220,2190,2430,2070,2100,1840,1480,760]},{"name":"Groups","color":"#9ED448","values":[1110,380,140,110,110,270,550,1010,920,1250,1100,1380,1850,1700,1530,1870,1660,1870,1820,1900,2830,2940,3330,1690,1080,560,60,60,50,500,740,1220,990,1600,1330,1050,1590,1770,2480,1280,1450,1940,1970,1990,2430,2650,2540,1430,840,310,110,40,50,360,670,950,1260,1220,1460,1280,1940,1860,1850,1620,1530,1730,1780,1920,2420,2970,2390,1750,670,490,260,80,70,310,770,1120,900,1080,1270,1570,1730,2070,1500,1570,1550,1750,1970,2150,2720,2510,2310,1690,930,430,180,280,70,240,300,770,1280,1940,1370,1350,1720,1760,1410,1570,1790,1470,1590,2140,1770,1790,2010,1870,2340,1000,350,230,50,50,240,360,870,1220,1130,1390,1610,1590,1710,1340,1650,1570,2030,1900,2250,2850,2560,2000,980,360,140,220,140,370,650,910,1020,1260,1380,1330,1370,1540,1980,1690,1520,1580,1800,2210,2470,2530,2680,2050]},{"name":"Channel","color":"#4fae4e","values":[60,10,70,20,0,0,180,30,20,40,60,130,100,190,210,190,140,120,300,180,170,260,160,90,90,10,0,0,10,0,10,80,70,110,90,120,110,190,110,90,240,150,160,180,140,190,230,100,50,30,50,20,0,30,0,40,30,40,250,140,120,160,190,180,230,130,220,190,210,280,230,180,160,120,70,10,30,40,30,60,70,110,100,110,80,260,200,270,200,130,180,210,170,300,160,190,220,30,130,40,10,20,30,40,100,100,100,190,140,230,110,150,90,130,110,130,170,130,320,200,120,20,10,20,10,50,20,20,40,70,170,120,170,150,330,190,160,130,170,140,170,220,150,100,50,30,40,0,10,30,80,40,40,50,80,120,170,200,190,130,120,240,210,140,240,220,120,110]},{"name":"Search","color":"#F5BD25","values":[20,30,30,10,0,20,540,290,390,310,180,150,230,250,360,840,200,700,140,280,370,510,170,50,10,140,0,0,0,570,220,400,170,180,210,190,370,160,230,670,150,240,210,240,170,320,160,150,0,0,0,10,0,80,380,290,230,440,110,510,230,140,130,250,170,440,220,100,260,390,650,250,80,60,0,40,50,150,270,180,250,280,370,150,360,190,260,580,260,310,300,230,240,160,70,50,60,70,0,0,10,0,250,230,200,190,490,290,380,250,340,230,220,190,430,120,170,220,120,100,90,110,40,90,0,10,20,90,350,320,430,270,230,170,300,120,500,740,370,340,420,390,260,40,300,20,20,10,10,40,200,200,230,170,190,640,590,250,220,200,280,160,330,330,210,140,160,130]},{"name":"Other","color":"#F79E39","values":[70,20,10,20,10,30,90,200,200,230,290,250,280,230,280,330,360,330,430,510,430,430,330,200,60,80,0,30,20,40,120,250,230,260,260,290,360,390,430,260,200,380,550,510,360,350,300,150,130,40,10,20,20,50,210,220,200,320,160,350,390,390,530,320,240,420,340,480,370,460,370,270,90,20,20,10,20,40,190,200,310,250,280,340,290,330,320,270,390,310,370,380,290,270,260,120,160,120,50,10,10,20,50,160,230,350,350,340,270,370,380,280,270,350,270,190,250,240,240,200,200,80,10,10,20,20,30,100,140,270,240,320,290,410,310,340,190,220,330,360,290,300,260,180,170,10,20,30,10,10,150,120,190,240,250,330,340,290,430,280,300,330,340,290,420,420,340,240]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,0,0,10,10,10,20,10,0,10,0,20,0,10,0,0,0,0,0,0,0,0,0,10,10,0,0,10,0,0,0,10,0,10,0,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,10,0,0,0,10,0,10,10,0,0,0,10,0,0,0,0,0,0,0,20,10,0,10,10,20,30,0,20,10,10,10,30,0,20,0,0,0,0,0,0,10,0,0,30,0,10,10,0,10,0,0,0,0,10,20,10,20,10,0,0,0,0,0,0,0,0,0,20,0,10,10,20,0,20,30,30,20,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,10,0,10,0,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/19.json b/dist/chartDummyData/views_zoom/2019-01/19.json new file mode 100644 index 000000000..a33cc1e7d --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/19.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1547596800000,1547600400000,1547604000000,1547607600000,1547611200000,1547614800000,1547618400000,1547622000000,1547625600000,1547629200000,1547632800000,1547636400000,1547640000000,1547643600000,1547647200000,1547650800000,1547654400000,1547658000000,1547661600000,1547665200000,1547668800000,1547672400000,1547676000000,1547679600000,1547683200000,1547686800000,1547690400000,1547694000000,1547697600000,1547701200000,1547704800000,1547708400000,1547712000000,1547715600000,1547719200000,1547722800000,1547726400000,1547730000000,1547733600000,1547737200000,1547740800000,1547744400000,1547748000000,1547751600000,1547755200000,1547758800000,1547762400000,1547766000000,1547769600000,1547773200000,1547776800000,1547780400000,1547784000000,1547787600000,1547791200000,1547794800000,1547798400000,1547802000000,1547805600000,1547809200000,1547812800000,1547816400000,1547820000000,1547823600000,1547827200000,1547830800000,1547834400000,1547838000000,1547841600000,1547845200000,1547848800000,1547852400000,1547856000000,1547859600000,1547863200000,1547866800000,1547870400000,1547874000000,1547877600000,1547881200000,1547884800000,1547888400000,1547892000000,1547895600000,1547899200000,1547902800000,1547906400000,1547910000000,1547913600000,1547917200000,1547920800000,1547924400000,1547928000000,1547931600000,1547935200000,1547938800000,1547942400000,1547946000000,1547949600000,1547953200000,1547956800000,1547960400000,1547964000000,1547967600000,1547971200000,1547974800000,1547978400000,1547982000000,1547985600000,1547989200000,1547992800000,1547996400000,1548000000000,1548003600000,1548007200000,1548010800000,1548014400000,1548018000000,1548021600000,1548025200000,1548028800000,1548032400000,1548036000000,1548039600000,1548043200000,1548046800000,1548050400000,1548054000000,1548057600000,1548061200000,1548064800000,1548068400000,1548072000000,1548075600000,1548079200000,1548082800000,1548086400000,1548090000000,1548093600000,1548097200000,1548100800000,1548104400000,1548108000000,1548111600000,1548115200000,1548118800000,1548122400000,1548126000000,1548129600000,1548133200000,1548136800000,1548140400000,1548144000000,1548147600000,1548151200000,1548154800000,1548158400000,1548162000000,1548165600000,1548169200000,1548172800000,1548176400000,1548180000000,1548183600000,1548187200000,1548190800000,1548194400000,1548198000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[660,240,120,30,60,200,730,1310,1110,1390,1550,2020,1890,2160,2220,2130,2350,2280,2110,2120,2380,2300,2940,1090,610,130,180,20,110,580,710,1160,1320,1690,1650,1670,2190,2090,1970,1800,2330,2830,2340,2430,2890,2650,1990,1340,2230,580,120,80,70,140,590,870,1400,1560,1720,1710,1920,2410,1730,2500,2090,2030,2340,2470,2680,1880,2060,1360,620,320,160,80,100,120,340,810,910,1320,1610,1830,2230,1920,2000,1580,1710,2020,2560,1610,1790,2340,1720,1570,870,530,280,150,60,120,230,340,1070,1290,2490,2100,1410,2170,2750,2250,2020,1980,2900,2380,2370,2160,1900,900,580,320,1090,60,190,180,600,850,1040,1270,1840,1660,1710,1930,1940,2000,2210,2360,2490,2470,2620,2610,1790,1220,350,180,260,30,70,60,2470,920,1160,1490,1700,1620,2090,1730,2310,2350,1940,2410,2680,2330,2760,3210,1790,1180]},{"name":"URL","color":"#2373DB","values":[490,170,110,20,20,130,410,810,820,1350,1550,1680,1910,1870,1870,1870,2220,2270,2130,2430,2210,1890,1360,760,290,80,20,40,50,100,390,790,1260,1190,1610,1690,1710,1860,2020,1990,2610,2750,2430,2020,2430,1710,1150,960,370,120,80,100,80,80,470,1000,1120,1080,1620,1910,2160,2240,2440,2110,2480,2400,2780,1950,1700,1450,1000,680,410,230,90,40,0,70,90,380,650,1100,1750,2090,1910,2130,1760,1770,1840,2240,1840,1660,1280,1250,1070,790,530,340,90,230,80,40,80,210,470,640,1350,1580,1450,1420,1330,1590,1140,1730,1650,1370,1780,1390,1190,660,390,160,40,10,30,60,300,770,980,1020,1490,1490,1760,1630,1450,1710,2220,2190,2430,2070,2100,1840,1480,760,320,120,0,120,120,60,400,870,850,1360,1240,1780,2100,1960,1760,2150,2140,2170,2300,2210,1770,1700,1210,800]},{"name":"Groups","color":"#9ED448","values":[1080,560,60,60,50,500,740,1220,990,1600,1330,1050,1590,1770,2480,1280,1450,1940,1970,1990,2430,2650,2540,1430,840,310,110,40,50,360,670,950,1260,1220,1460,1280,1940,1860,1850,1620,1530,1730,1780,1920,2420,2970,2390,1750,670,490,260,80,70,310,770,1120,900,1080,1270,1570,1730,2070,1500,1570,1550,1750,1970,2150,2720,2510,2310,1690,930,430,180,280,70,240,300,770,1280,1940,1370,1350,1720,1760,1410,1570,1790,1470,1590,2140,1770,1790,2010,1870,2340,1000,350,230,50,50,240,360,870,1220,1130,1390,1610,1590,1710,1340,1650,1570,2030,1900,2250,2850,2560,2000,980,360,140,220,140,370,650,910,1020,1260,1380,1330,1370,1540,1980,1690,1520,1580,1800,2210,2470,2530,2680,2050,690,350,100,60,50,380,720,1040,900,1170,1060,1500,1760,1620,1970,1900,1710,1900,2200,2630,2430,3230,3230,1910]},{"name":"Channel","color":"#4fae4e","values":[90,10,0,0,10,0,10,80,70,110,90,120,110,190,110,90,240,150,160,180,140,190,230,100,50,30,50,20,0,30,0,40,30,40,250,140,120,160,190,180,230,130,220,190,210,280,230,180,160,120,70,10,30,40,30,60,70,110,100,110,80,260,200,270,200,130,180,210,170,300,160,190,220,30,130,40,10,20,30,40,100,100,100,190,140,230,110,150,90,130,110,130,170,130,320,200,120,20,10,20,10,50,20,20,40,70,170,120,170,150,330,190,160,130,170,140,170,220,150,100,50,30,40,0,10,30,80,40,40,50,80,120,170,200,190,130,120,240,210,140,240,220,120,110,30,60,100,10,0,10,70,40,100,60,110,60,90,150,130,150,210,480,240,240,230,310,200,50]},{"name":"Search","color":"#F5BD25","values":[10,140,0,0,0,570,220,400,170,180,210,190,370,160,230,670,150,240,210,240,170,320,160,150,0,0,0,10,0,80,380,290,230,440,110,510,230,140,130,250,170,440,220,100,260,390,650,250,80,60,0,40,50,150,270,180,250,280,370,150,360,190,260,580,260,310,300,230,240,160,70,50,60,70,0,0,10,0,250,230,200,190,490,290,380,250,340,230,220,190,430,120,170,220,120,100,90,110,40,90,0,10,20,90,350,320,430,270,230,170,300,120,500,740,370,340,420,390,260,40,300,20,20,10,10,40,200,200,230,170,190,640,590,250,220,200,280,160,330,330,210,140,160,130,50,40,0,0,0,40,140,60,160,370,230,200,370,220,140,200,260,230,160,690,480,440,120,170]},{"name":"Other","color":"#F79E39","values":[60,80,0,30,20,40,120,250,230,260,260,290,360,390,430,260,200,380,550,510,360,350,300,150,130,40,10,20,20,50,210,220,200,320,160,350,390,390,530,320,240,420,340,480,370,460,370,270,90,20,20,10,20,40,190,200,310,250,280,340,290,330,320,270,390,310,370,380,290,270,260,120,160,120,50,10,10,20,50,160,230,350,350,340,270,370,380,280,270,350,270,190,250,240,240,200,200,80,10,10,20,20,30,100,140,270,240,320,290,410,310,340,190,220,330,360,290,300,260,180,170,10,20,30,10,10,150,120,190,240,250,330,340,290,430,280,300,330,340,290,420,420,340,240,100,40,40,0,20,50,180,150,280,270,320,360,320,390,250,230,330,430,330,380,370,360,370,160]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,10,0,0,10,0,0,0,10,0,10,0,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,10,0,0,0,10,0,10,10,0,0,0,10,0,0,0,0,0,0,0,20,10,0,10,10,20,30,0,20,10,10,10,30,0,20,0,0,0,0,0,0,10,0,0,30,0,10,10,0,10,0,0,0,0,10,20,10,20,10,0,0,0,0,0,0,0,0,0,20,0,10,10,20,0,20,30,30,20,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,10,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,10,20,10,10,10,10,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/20.json b/dist/chartDummyData/views_zoom/2019-01/20.json new file mode 100644 index 000000000..45b00dc6c --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/20.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1547683200000,1547686800000,1547690400000,1547694000000,1547697600000,1547701200000,1547704800000,1547708400000,1547712000000,1547715600000,1547719200000,1547722800000,1547726400000,1547730000000,1547733600000,1547737200000,1547740800000,1547744400000,1547748000000,1547751600000,1547755200000,1547758800000,1547762400000,1547766000000,1547769600000,1547773200000,1547776800000,1547780400000,1547784000000,1547787600000,1547791200000,1547794800000,1547798400000,1547802000000,1547805600000,1547809200000,1547812800000,1547816400000,1547820000000,1547823600000,1547827200000,1547830800000,1547834400000,1547838000000,1547841600000,1547845200000,1547848800000,1547852400000,1547856000000,1547859600000,1547863200000,1547866800000,1547870400000,1547874000000,1547877600000,1547881200000,1547884800000,1547888400000,1547892000000,1547895600000,1547899200000,1547902800000,1547906400000,1547910000000,1547913600000,1547917200000,1547920800000,1547924400000,1547928000000,1547931600000,1547935200000,1547938800000,1547942400000,1547946000000,1547949600000,1547953200000,1547956800000,1547960400000,1547964000000,1547967600000,1547971200000,1547974800000,1547978400000,1547982000000,1547985600000,1547989200000,1547992800000,1547996400000,1548000000000,1548003600000,1548007200000,1548010800000,1548014400000,1548018000000,1548021600000,1548025200000,1548028800000,1548032400000,1548036000000,1548039600000,1548043200000,1548046800000,1548050400000,1548054000000,1548057600000,1548061200000,1548064800000,1548068400000,1548072000000,1548075600000,1548079200000,1548082800000,1548086400000,1548090000000,1548093600000,1548097200000,1548100800000,1548104400000,1548108000000,1548111600000,1548115200000,1548118800000,1548122400000,1548126000000,1548129600000,1548133200000,1548136800000,1548140400000,1548144000000,1548147600000,1548151200000,1548154800000,1548158400000,1548162000000,1548165600000,1548169200000,1548172800000,1548176400000,1548180000000,1548183600000,1548187200000,1548190800000,1548194400000,1548198000000,1548201600000,1548205200000,1548208800000,1548212400000,1548216000000,1548219600000,1548223200000,1548226800000,1548230400000,1548234000000,1548237600000,1548241200000,1548244800000,1548248400000,1548252000000,1548255600000,1548259200000,1548262800000,1548266400000,1548270000000,1548273600000,1548277200000,1548280800000,1548284400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[610,130,180,20,110,580,710,1160,1320,1690,1650,1670,2190,2090,1970,1800,2330,2830,2340,2430,2890,2650,1990,1340,2230,580,120,80,70,140,590,870,1400,1560,1720,1710,1920,2410,1730,2500,2090,2030,2340,2470,2680,1880,2060,1360,620,320,160,80,100,120,340,810,910,1320,1610,1830,2230,1920,2000,1580,1710,2020,2560,1610,1790,2340,1720,1570,870,530,280,150,60,120,230,340,1070,1290,2490,2100,1410,2170,2750,2250,2020,1980,2900,2380,2370,2160,1900,900,580,320,1090,60,190,180,600,850,1040,1270,1840,1660,1710,1930,1940,2000,2210,2360,2490,2470,2620,2610,1790,1220,350,180,260,30,70,60,2470,920,1160,1490,1700,1620,2090,1730,2310,2350,1940,2410,2680,2330,2760,3210,1790,1180,570,330,100,40,50,290,690,1260,1450,1660,2520,1690,1800,2240,4410,1820,2010,2090,2730,2120,2520,2800,1960,970]},{"name":"URL","color":"#2373DB","values":[290,80,20,40,50,100,390,790,1260,1190,1610,1690,1710,1860,2020,1990,2610,2750,2430,2020,2430,1710,1150,960,370,120,80,100,80,80,470,1000,1120,1080,1620,1910,2160,2240,2440,2110,2480,2400,2780,1950,1700,1450,1000,680,410,230,90,40,0,70,90,380,650,1100,1750,2090,1910,2130,1760,1770,1840,2240,1840,1660,1280,1250,1070,790,530,340,90,230,80,40,80,210,470,640,1350,1580,1450,1420,1330,1590,1140,1730,1650,1370,1780,1390,1190,660,390,160,40,10,30,60,300,770,980,1020,1490,1490,1760,1630,1450,1710,2220,2190,2430,2070,2100,1840,1480,760,320,120,0,120,120,60,400,870,850,1360,1240,1780,2100,1960,1760,2150,2140,2170,2300,2210,1770,1700,1210,800,300,140,90,70,20,110,370,750,960,1470,1690,1910,1880,1870,2050,2090,2170,2320,2300,2420,2330,1680,1200,970]},{"name":"Groups","color":"#9ED448","values":[840,310,110,40,50,360,670,950,1260,1220,1460,1280,1940,1860,1850,1620,1530,1730,1780,1920,2420,2970,2390,1750,670,490,260,80,70,310,770,1120,900,1080,1270,1570,1730,2070,1500,1570,1550,1750,1970,2150,2720,2510,2310,1690,930,430,180,280,70,240,300,770,1280,1940,1370,1350,1720,1760,1410,1570,1790,1470,1590,2140,1770,1790,2010,1870,2340,1000,350,230,50,50,240,360,870,1220,1130,1390,1610,1590,1710,1340,1650,1570,2030,1900,2250,2850,2560,2000,980,360,140,220,140,370,650,910,1020,1260,1380,1330,1370,1540,1980,1690,1520,1580,1800,2210,2470,2530,2680,2050,690,350,100,60,50,380,720,1040,900,1170,1060,1500,1760,1620,1970,1900,1710,1900,2200,2630,2430,3230,3230,1910,740,250,70,60,100,440,820,680,940,1340,1410,1480,1930,2130,1750,1460,1730,1700,1740,2110,2350,3000,4530,1870]},{"name":"Channel","color":"#4fae4e","values":[50,30,50,20,0,30,0,40,30,40,250,140,120,160,190,180,230,130,220,190,210,280,230,180,160,120,70,10,30,40,30,60,70,110,100,110,80,260,200,270,200,130,180,210,170,300,160,190,220,30,130,40,10,20,30,40,100,100,100,190,140,230,110,150,90,130,110,130,170,130,320,200,120,20,10,20,10,50,20,20,40,70,170,120,170,150,330,190,160,130,170,140,170,220,150,100,50,30,40,0,10,30,80,40,40,50,80,120,170,200,190,130,120,240,210,140,240,220,120,110,30,60,100,10,0,10,70,40,100,60,110,60,90,150,130,150,210,480,240,240,230,310,200,50,110,60,20,60,20,0,60,80,90,130,60,150,150,370,190,180,430,210,290,180,190,260,120,70]},{"name":"Search","color":"#F5BD25","values":[0,0,0,10,0,80,380,290,230,440,110,510,230,140,130,250,170,440,220,100,260,390,650,250,80,60,0,40,50,150,270,180,250,280,370,150,360,190,260,580,260,310,300,230,240,160,70,50,60,70,0,0,10,0,250,230,200,190,490,290,380,250,340,230,220,190,430,120,170,220,120,100,90,110,40,90,0,10,20,90,350,320,430,270,230,170,300,120,500,740,370,340,420,390,260,40,300,20,20,10,10,40,200,200,230,170,190,640,590,250,220,200,280,160,330,330,210,140,160,130,50,40,0,0,0,40,140,60,160,370,230,200,370,220,140,200,260,230,160,690,480,440,120,170,40,30,0,10,0,370,200,160,190,170,270,520,300,360,300,260,330,550,360,90,260,340,100,160]},{"name":"Other","color":"#F79E39","values":[130,40,10,20,20,50,210,220,200,320,160,350,390,390,530,320,240,420,340,480,370,460,370,270,90,20,20,10,20,40,190,200,310,250,280,340,290,330,320,270,390,310,370,380,290,270,260,120,160,120,50,10,10,20,50,160,230,350,350,340,270,370,380,280,270,350,270,190,250,240,240,200,200,80,10,10,20,20,30,100,140,270,240,320,290,410,310,340,190,220,330,360,290,300,260,180,170,10,20,30,10,10,150,120,190,240,250,330,340,290,430,280,300,330,340,290,420,420,340,240,100,40,40,0,20,50,180,150,280,270,320,360,320,390,250,230,330,430,330,380,370,360,370,160,190,50,40,0,0,0,200,210,130,150,330,220,330,360,240,410,250,260,410,410,500,240,360,120]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,30,0,0,10,0,0,0,10,0,10,10,0,0,0,10,0,0,0,0,0,0,0,20,10,0,10,10,20,30,0,20,10,10,10,30,0,20,0,0,0,0,0,0,10,0,0,30,0,10,10,0,10,0,0,0,0,10,20,10,20,10,0,0,0,0,0,0,0,0,0,20,0,10,10,20,0,20,30,30,20,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,10,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,10,20,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,0,0,0,10,10,0,10,10,30,10,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/21.json b/dist/chartDummyData/views_zoom/2019-01/21.json new file mode 100644 index 000000000..ce99ee404 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/21.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1547769600000,1547773200000,1547776800000,1547780400000,1547784000000,1547787600000,1547791200000,1547794800000,1547798400000,1547802000000,1547805600000,1547809200000,1547812800000,1547816400000,1547820000000,1547823600000,1547827200000,1547830800000,1547834400000,1547838000000,1547841600000,1547845200000,1547848800000,1547852400000,1547856000000,1547859600000,1547863200000,1547866800000,1547870400000,1547874000000,1547877600000,1547881200000,1547884800000,1547888400000,1547892000000,1547895600000,1547899200000,1547902800000,1547906400000,1547910000000,1547913600000,1547917200000,1547920800000,1547924400000,1547928000000,1547931600000,1547935200000,1547938800000,1547942400000,1547946000000,1547949600000,1547953200000,1547956800000,1547960400000,1547964000000,1547967600000,1547971200000,1547974800000,1547978400000,1547982000000,1547985600000,1547989200000,1547992800000,1547996400000,1548000000000,1548003600000,1548007200000,1548010800000,1548014400000,1548018000000,1548021600000,1548025200000,1548028800000,1548032400000,1548036000000,1548039600000,1548043200000,1548046800000,1548050400000,1548054000000,1548057600000,1548061200000,1548064800000,1548068400000,1548072000000,1548075600000,1548079200000,1548082800000,1548086400000,1548090000000,1548093600000,1548097200000,1548100800000,1548104400000,1548108000000,1548111600000,1548115200000,1548118800000,1548122400000,1548126000000,1548129600000,1548133200000,1548136800000,1548140400000,1548144000000,1548147600000,1548151200000,1548154800000,1548158400000,1548162000000,1548165600000,1548169200000,1548172800000,1548176400000,1548180000000,1548183600000,1548187200000,1548190800000,1548194400000,1548198000000,1548201600000,1548205200000,1548208800000,1548212400000,1548216000000,1548219600000,1548223200000,1548226800000,1548230400000,1548234000000,1548237600000,1548241200000,1548244800000,1548248400000,1548252000000,1548255600000,1548259200000,1548262800000,1548266400000,1548270000000,1548273600000,1548277200000,1548280800000,1548284400000,1548288000000,1548291600000,1548295200000,1548298800000,1548302400000,1548306000000,1548309600000,1548313200000,1548316800000,1548320400000,1548324000000,1548327600000,1548331200000,1548334800000,1548338400000,1548342000000,1548345600000,1548349200000,1548352800000,1548356400000,1548360000000,1548363600000,1548367200000,1548370800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[2230,580,120,80,70,140,590,870,1400,1560,1720,1710,1920,2410,1730,2500,2090,2030,2340,2470,2680,1880,2060,1360,620,320,160,80,100,120,340,810,910,1320,1610,1830,2230,1920,2000,1580,1710,2020,2560,1610,1790,2340,1720,1570,870,530,280,150,60,120,230,340,1070,1290,2490,2100,1410,2170,2750,2250,2020,1980,2900,2380,2370,2160,1900,900,580,320,1090,60,190,180,600,850,1040,1270,1840,1660,1710,1930,1940,2000,2210,2360,2490,2470,2620,2610,1790,1220,350,180,260,30,70,60,2470,920,1160,1490,1700,1620,2090,1730,2310,2350,1940,2410,2680,2330,2760,3210,1790,1180,570,330,100,40,50,290,690,1260,1450,1660,2520,1690,1800,2240,4410,1820,2010,2090,2730,2120,2520,2800,1960,970,480,170,80,60,80,140,1130,720,1260,1490,1360,1810,1790,2340,1710,1930,1760,2230,2340,2140,2890,2080,1650,1230]},{"name":"URL","color":"#2373DB","values":[370,120,80,100,80,80,470,1000,1120,1080,1620,1910,2160,2240,2440,2110,2480,2400,2780,1950,1700,1450,1000,680,410,230,90,40,0,70,90,380,650,1100,1750,2090,1910,2130,1760,1770,1840,2240,1840,1660,1280,1250,1070,790,530,340,90,230,80,40,80,210,470,640,1350,1580,1450,1420,1330,1590,1140,1730,1650,1370,1780,1390,1190,660,390,160,40,10,30,60,300,770,980,1020,1490,1490,1760,1630,1450,1710,2220,2190,2430,2070,2100,1840,1480,760,320,120,0,120,120,60,400,870,850,1360,1240,1780,2100,1960,1760,2150,2140,2170,2300,2210,1770,1700,1210,800,300,140,90,70,20,110,370,750,960,1470,1690,1910,1880,1870,2050,2090,2170,2320,2300,2420,2330,1680,1200,970,430,140,100,0,30,130,420,670,820,1280,1530,2000,1950,1540,1520,1870,2510,2600,2670,2210,2060,1600,1320,710]},{"name":"Groups","color":"#9ED448","values":[670,490,260,80,70,310,770,1120,900,1080,1270,1570,1730,2070,1500,1570,1550,1750,1970,2150,2720,2510,2310,1690,930,430,180,280,70,240,300,770,1280,1940,1370,1350,1720,1760,1410,1570,1790,1470,1590,2140,1770,1790,2010,1870,2340,1000,350,230,50,50,240,360,870,1220,1130,1390,1610,1590,1710,1340,1650,1570,2030,1900,2250,2850,2560,2000,980,360,140,220,140,370,650,910,1020,1260,1380,1330,1370,1540,1980,1690,1520,1580,1800,2210,2470,2530,2680,2050,690,350,100,60,50,380,720,1040,900,1170,1060,1500,1760,1620,1970,1900,1710,1900,2200,2630,2430,3230,3230,1910,740,250,70,60,100,440,820,680,940,1340,1410,1480,1930,2130,1750,1460,1730,1700,1740,2110,2350,3000,4530,1870,960,350,90,50,20,280,850,800,1100,1260,1190,1480,1590,2340,1560,1370,2070,1910,1900,2200,2740,2870,3230,1630]},{"name":"Channel","color":"#4fae4e","values":[160,120,70,10,30,40,30,60,70,110,100,110,80,260,200,270,200,130,180,210,170,300,160,190,220,30,130,40,10,20,30,40,100,100,100,190,140,230,110,150,90,130,110,130,170,130,320,200,120,20,10,20,10,50,20,20,40,70,170,120,170,150,330,190,160,130,170,140,170,220,150,100,50,30,40,0,10,30,80,40,40,50,80,120,170,200,190,130,120,240,210,140,240,220,120,110,30,60,100,10,0,10,70,40,100,60,110,60,90,150,130,150,210,480,240,240,230,310,200,50,110,60,20,60,20,0,60,80,90,130,60,150,150,370,190,180,430,210,290,180,190,260,120,70,70,30,10,50,60,10,20,40,70,20,130,120,140,190,110,140,190,170,100,190,150,200,180,140]},{"name":"Search","color":"#F5BD25","values":[80,60,0,40,50,150,270,180,250,280,370,150,360,190,260,580,260,310,300,230,240,160,70,50,60,70,0,0,10,0,250,230,200,190,490,290,380,250,340,230,220,190,430,120,170,220,120,100,90,110,40,90,0,10,20,90,350,320,430,270,230,170,300,120,500,740,370,340,420,390,260,40,300,20,20,10,10,40,200,200,230,170,190,640,590,250,220,200,280,160,330,330,210,140,160,130,50,40,0,0,0,40,140,60,160,370,230,200,370,220,140,200,260,230,160,690,480,440,120,170,40,30,0,10,0,370,200,160,190,170,270,520,300,360,300,260,330,550,360,90,260,340,100,160,280,40,10,0,40,40,180,120,250,260,250,200,360,180,780,220,330,510,270,700,490,930,190,170]},{"name":"Other","color":"#F79E39","values":[90,20,20,10,20,40,190,200,310,250,280,340,290,330,320,270,390,310,370,380,290,270,260,120,160,120,50,10,10,20,50,160,230,350,350,340,270,370,380,280,270,350,270,190,250,240,240,200,200,80,10,10,20,20,30,100,140,270,240,320,290,410,310,340,190,220,330,360,290,300,260,180,170,10,20,30,10,10,150,120,190,240,250,330,340,290,430,280,300,330,340,290,420,420,340,240,100,40,40,0,20,50,180,150,280,270,320,360,320,390,250,230,330,430,330,380,370,360,370,160,190,50,40,0,0,0,200,210,130,150,330,220,330,360,240,410,250,260,410,410,500,240,360,120,70,40,50,0,20,60,150,250,230,260,200,220,200,300,370,270,330,290,330,340,330,380,330,160]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,0,0,20,10,0,10,10,20,30,0,20,10,10,10,30,0,20,0,0,0,0,0,0,10,0,0,30,0,10,10,0,10,0,0,0,0,10,20,10,20,10,0,0,0,0,0,0,0,0,0,20,0,10,10,20,0,20,30,30,20,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,10,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,10,20,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,0,0,0,10,10,0,10,10,30,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,10,10,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/22.json b/dist/chartDummyData/views_zoom/2019-01/22.json new file mode 100644 index 000000000..19bfa062d --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/22.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1547856000000,1547859600000,1547863200000,1547866800000,1547870400000,1547874000000,1547877600000,1547881200000,1547884800000,1547888400000,1547892000000,1547895600000,1547899200000,1547902800000,1547906400000,1547910000000,1547913600000,1547917200000,1547920800000,1547924400000,1547928000000,1547931600000,1547935200000,1547938800000,1547942400000,1547946000000,1547949600000,1547953200000,1547956800000,1547960400000,1547964000000,1547967600000,1547971200000,1547974800000,1547978400000,1547982000000,1547985600000,1547989200000,1547992800000,1547996400000,1548000000000,1548003600000,1548007200000,1548010800000,1548014400000,1548018000000,1548021600000,1548025200000,1548028800000,1548032400000,1548036000000,1548039600000,1548043200000,1548046800000,1548050400000,1548054000000,1548057600000,1548061200000,1548064800000,1548068400000,1548072000000,1548075600000,1548079200000,1548082800000,1548086400000,1548090000000,1548093600000,1548097200000,1548100800000,1548104400000,1548108000000,1548111600000,1548115200000,1548118800000,1548122400000,1548126000000,1548129600000,1548133200000,1548136800000,1548140400000,1548144000000,1548147600000,1548151200000,1548154800000,1548158400000,1548162000000,1548165600000,1548169200000,1548172800000,1548176400000,1548180000000,1548183600000,1548187200000,1548190800000,1548194400000,1548198000000,1548201600000,1548205200000,1548208800000,1548212400000,1548216000000,1548219600000,1548223200000,1548226800000,1548230400000,1548234000000,1548237600000,1548241200000,1548244800000,1548248400000,1548252000000,1548255600000,1548259200000,1548262800000,1548266400000,1548270000000,1548273600000,1548277200000,1548280800000,1548284400000,1548288000000,1548291600000,1548295200000,1548298800000,1548302400000,1548306000000,1548309600000,1548313200000,1548316800000,1548320400000,1548324000000,1548327600000,1548331200000,1548334800000,1548338400000,1548342000000,1548345600000,1548349200000,1548352800000,1548356400000,1548360000000,1548363600000,1548367200000,1548370800000,1548374400000,1548378000000,1548381600000,1548385200000,1548388800000,1548392400000,1548396000000,1548399600000,1548403200000,1548406800000,1548410400000,1548414000000,1548417600000,1548421200000,1548424800000,1548428400000,1548432000000,1548435600000,1548439200000,1548442800000,1548446400000,1548450000000,1548453600000,1548457200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[620,320,160,80,100,120,340,810,910,1320,1610,1830,2230,1920,2000,1580,1710,2020,2560,1610,1790,2340,1720,1570,870,530,280,150,60,120,230,340,1070,1290,2490,2100,1410,2170,2750,2250,2020,1980,2900,2380,2370,2160,1900,900,580,320,1090,60,190,180,600,850,1040,1270,1840,1660,1710,1930,1940,2000,2210,2360,2490,2470,2620,2610,1790,1220,350,180,260,30,70,60,2470,920,1160,1490,1700,1620,2090,1730,2310,2350,1940,2410,2680,2330,2760,3210,1790,1180,570,330,100,40,50,290,690,1260,1450,1660,2520,1690,1800,2240,4410,1820,2010,2090,2730,2120,2520,2800,1960,970,480,170,80,60,80,140,1130,720,1260,1490,1360,1810,1790,2340,1710,1930,1760,2230,2340,2140,2890,2080,1650,1230,490,320,120,1690,70,110,690,790,1090,1530,1780,2020,2490,1600,2090,1660,2060,2410,2090,2020,2020,3260,1340,1060]},{"name":"URL","color":"#2373DB","values":[410,230,90,40,0,70,90,380,650,1100,1750,2090,1910,2130,1760,1770,1840,2240,1840,1660,1280,1250,1070,790,530,340,90,230,80,40,80,210,470,640,1350,1580,1450,1420,1330,1590,1140,1730,1650,1370,1780,1390,1190,660,390,160,40,10,30,60,300,770,980,1020,1490,1490,1760,1630,1450,1710,2220,2190,2430,2070,2100,1840,1480,760,320,120,0,120,120,60,400,870,850,1360,1240,1780,2100,1960,1760,2150,2140,2170,2300,2210,1770,1700,1210,800,300,140,90,70,20,110,370,750,960,1470,1690,1910,1880,1870,2050,2090,2170,2320,2300,2420,2330,1680,1200,970,430,140,100,0,30,130,420,670,820,1280,1530,2000,1950,1540,1520,1870,2510,2600,2670,2210,2060,1600,1320,710,350,280,150,30,150,140,360,990,1230,1530,1550,1840,1990,1840,1930,2060,2250,2440,2780,2110,2000,1670,1400,840]},{"name":"Groups","color":"#9ED448","values":[930,430,180,280,70,240,300,770,1280,1940,1370,1350,1720,1760,1410,1570,1790,1470,1590,2140,1770,1790,2010,1870,2340,1000,350,230,50,50,240,360,870,1220,1130,1390,1610,1590,1710,1340,1650,1570,2030,1900,2250,2850,2560,2000,980,360,140,220,140,370,650,910,1020,1260,1380,1330,1370,1540,1980,1690,1520,1580,1800,2210,2470,2530,2680,2050,690,350,100,60,50,380,720,1040,900,1170,1060,1500,1760,1620,1970,1900,1710,1900,2200,2630,2430,3230,3230,1910,740,250,70,60,100,440,820,680,940,1340,1410,1480,1930,2130,1750,1460,1730,1700,1740,2110,2350,3000,4530,1870,960,350,90,50,20,280,850,800,1100,1260,1190,1480,1590,2340,1560,1370,2070,1910,1900,2200,2740,2870,3230,1630,580,260,120,40,120,360,850,1080,1110,1190,1170,1910,1330,2020,2060,1930,1730,1490,2130,1540,3110,2530,2420,1770]},{"name":"Channel","color":"#4fae4e","values":[220,30,130,40,10,20,30,40,100,100,100,190,140,230,110,150,90,130,110,130,170,130,320,200,120,20,10,20,10,50,20,20,40,70,170,120,170,150,330,190,160,130,170,140,170,220,150,100,50,30,40,0,10,30,80,40,40,50,80,120,170,200,190,130,120,240,210,140,240,220,120,110,30,60,100,10,0,10,70,40,100,60,110,60,90,150,130,150,210,480,240,240,230,310,200,50,110,60,20,60,20,0,60,80,90,130,60,150,150,370,190,180,430,210,290,180,190,260,120,70,70,30,10,50,60,10,20,40,70,20,130,120,140,190,110,140,190,170,100,190,150,200,180,140,60,170,10,70,20,20,10,20,70,70,130,60,310,100,600,140,170,140,240,90,160,220,170,90]},{"name":"Search","color":"#F5BD25","values":[60,70,0,0,10,0,250,230,200,190,490,290,380,250,340,230,220,190,430,120,170,220,120,100,90,110,40,90,0,10,20,90,350,320,430,270,230,170,300,120,500,740,370,340,420,390,260,40,300,20,20,10,10,40,200,200,230,170,190,640,590,250,220,200,280,160,330,330,210,140,160,130,50,40,0,0,0,40,140,60,160,370,230,200,370,220,140,200,260,230,160,690,480,440,120,170,40,30,0,10,0,370,200,160,190,170,270,520,300,360,300,260,330,550,360,90,260,340,100,160,280,40,10,0,40,40,180,120,250,260,250,200,360,180,780,220,330,510,270,700,490,930,190,170,60,40,50,0,0,70,210,190,350,630,250,360,780,240,650,200,250,650,580,410,790,180,110,100]},{"name":"Other","color":"#F79E39","values":[160,120,50,10,10,20,50,160,230,350,350,340,270,370,380,280,270,350,270,190,250,240,240,200,200,80,10,10,20,20,30,100,140,270,240,320,290,410,310,340,190,220,330,360,290,300,260,180,170,10,20,30,10,10,150,120,190,240,250,330,340,290,430,280,300,330,340,290,420,420,340,240,100,40,40,0,20,50,180,150,280,270,320,360,320,390,250,230,330,430,330,380,370,360,370,160,190,50,40,0,0,0,200,210,130,150,330,220,330,360,240,410,250,260,410,410,500,240,360,120,70,40,50,0,20,60,150,250,230,260,200,220,200,300,370,270,330,290,330,340,330,380,330,160,120,50,60,30,0,10,170,200,270,180,310,280,250,400,280,290,250,240,390,460,410,430,330,410]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,0,30,0,10,10,0,10,0,0,0,0,10,20,10,20,10,0,0,0,0,0,0,0,0,0,20,0,10,10,20,0,20,30,30,20,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,10,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,10,20,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,0,0,0,10,10,0,10,10,30,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,0,10,20,10,40,20,20,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/23.json b/dist/chartDummyData/views_zoom/2019-01/23.json new file mode 100644 index 000000000..feba4fd4d --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/23.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1547942400000,1547946000000,1547949600000,1547953200000,1547956800000,1547960400000,1547964000000,1547967600000,1547971200000,1547974800000,1547978400000,1547982000000,1547985600000,1547989200000,1547992800000,1547996400000,1548000000000,1548003600000,1548007200000,1548010800000,1548014400000,1548018000000,1548021600000,1548025200000,1548028800000,1548032400000,1548036000000,1548039600000,1548043200000,1548046800000,1548050400000,1548054000000,1548057600000,1548061200000,1548064800000,1548068400000,1548072000000,1548075600000,1548079200000,1548082800000,1548086400000,1548090000000,1548093600000,1548097200000,1548100800000,1548104400000,1548108000000,1548111600000,1548115200000,1548118800000,1548122400000,1548126000000,1548129600000,1548133200000,1548136800000,1548140400000,1548144000000,1548147600000,1548151200000,1548154800000,1548158400000,1548162000000,1548165600000,1548169200000,1548172800000,1548176400000,1548180000000,1548183600000,1548187200000,1548190800000,1548194400000,1548198000000,1548201600000,1548205200000,1548208800000,1548212400000,1548216000000,1548219600000,1548223200000,1548226800000,1548230400000,1548234000000,1548237600000,1548241200000,1548244800000,1548248400000,1548252000000,1548255600000,1548259200000,1548262800000,1548266400000,1548270000000,1548273600000,1548277200000,1548280800000,1548284400000,1548288000000,1548291600000,1548295200000,1548298800000,1548302400000,1548306000000,1548309600000,1548313200000,1548316800000,1548320400000,1548324000000,1548327600000,1548331200000,1548334800000,1548338400000,1548342000000,1548345600000,1548349200000,1548352800000,1548356400000,1548360000000,1548363600000,1548367200000,1548370800000,1548374400000,1548378000000,1548381600000,1548385200000,1548388800000,1548392400000,1548396000000,1548399600000,1548403200000,1548406800000,1548410400000,1548414000000,1548417600000,1548421200000,1548424800000,1548428400000,1548432000000,1548435600000,1548439200000,1548442800000,1548446400000,1548450000000,1548453600000,1548457200000,1548460800000,1548464400000,1548468000000,1548471600000,1548475200000,1548478800000,1548482400000,1548486000000,1548489600000,1548493200000,1548496800000,1548500400000,1548504000000,1548507600000,1548511200000,1548514800000,1548518400000,1548522000000,1548525600000,1548529200000,1548532800000,1548536400000,1548540000000,1548543600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[870,530,280,150,60,120,230,340,1070,1290,2490,2100,1410,2170,2750,2250,2020,1980,2900,2380,2370,2160,1900,900,580,320,1090,60,190,180,600,850,1040,1270,1840,1660,1710,1930,1940,2000,2210,2360,2490,2470,2620,2610,1790,1220,350,180,260,30,70,60,2470,920,1160,1490,1700,1620,2090,1730,2310,2350,1940,2410,2680,2330,2760,3210,1790,1180,570,330,100,40,50,290,690,1260,1450,1660,2520,1690,1800,2240,4410,1820,2010,2090,2730,2120,2520,2800,1960,970,480,170,80,60,80,140,1130,720,1260,1490,1360,1810,1790,2340,1710,1930,1760,2230,2340,2140,2890,2080,1650,1230,490,320,120,1690,70,110,690,790,1090,1530,1780,2020,2490,1600,2090,1660,2060,2410,2090,2020,2020,3260,1340,1060,800,370,220,50,40,110,2060,710,1000,1700,1870,2050,2170,2690,2070,1660,2760,2090,2250,1820,1660,2020,1610,1220]},{"name":"URL","color":"#2373DB","values":[530,340,90,230,80,40,80,210,470,640,1350,1580,1450,1420,1330,1590,1140,1730,1650,1370,1780,1390,1190,660,390,160,40,10,30,60,300,770,980,1020,1490,1490,1760,1630,1450,1710,2220,2190,2430,2070,2100,1840,1480,760,320,120,0,120,120,60,400,870,850,1360,1240,1780,2100,1960,1760,2150,2140,2170,2300,2210,1770,1700,1210,800,300,140,90,70,20,110,370,750,960,1470,1690,1910,1880,1870,2050,2090,2170,2320,2300,2420,2330,1680,1200,970,430,140,100,0,30,130,420,670,820,1280,1530,2000,1950,1540,1520,1870,2510,2600,2670,2210,2060,1600,1320,710,350,280,150,30,150,140,360,990,1230,1530,1550,1840,1990,1840,1930,2060,2250,2440,2780,2110,2000,1670,1400,840,540,290,250,150,50,100,170,480,940,1070,1640,1860,1680,1810,1700,1600,1580,1850,2060,1550,1160,1140,830,870]},{"name":"Groups","color":"#9ED448","values":[2340,1000,350,230,50,50,240,360,870,1220,1130,1390,1610,1590,1710,1340,1650,1570,2030,1900,2250,2850,2560,2000,980,360,140,220,140,370,650,910,1020,1260,1380,1330,1370,1540,1980,1690,1520,1580,1800,2210,2470,2530,2680,2050,690,350,100,60,50,380,720,1040,900,1170,1060,1500,1760,1620,1970,1900,1710,1900,2200,2630,2430,3230,3230,1910,740,250,70,60,100,440,820,680,940,1340,1410,1480,1930,2130,1750,1460,1730,1700,1740,2110,2350,3000,4530,1870,960,350,90,50,20,280,850,800,1100,1260,1190,1480,1590,2340,1560,1370,2070,1910,1900,2200,2740,2870,3230,1630,580,260,120,40,120,360,850,1080,1110,1190,1170,1910,1330,2020,2060,1930,1730,1490,2130,1540,3110,2530,2420,1770,1040,300,220,50,90,90,320,1090,890,1190,1580,1430,1720,2190,1830,1460,1860,1390,1620,1560,1970,2220,1830,1740]},{"name":"Channel","color":"#4fae4e","values":[120,20,10,20,10,50,20,20,40,70,170,120,170,150,330,190,160,130,170,140,170,220,150,100,50,30,40,0,10,30,80,40,40,50,80,120,170,200,190,130,120,240,210,140,240,220,120,110,30,60,100,10,0,10,70,40,100,60,110,60,90,150,130,150,210,480,240,240,230,310,200,50,110,60,20,60,20,0,60,80,90,130,60,150,150,370,190,180,430,210,290,180,190,260,120,70,70,30,10,50,60,10,20,40,70,20,130,120,140,190,110,140,190,170,100,190,150,200,180,140,60,170,10,70,20,20,10,20,70,70,130,60,310,100,600,140,170,140,240,90,160,220,170,90,50,20,20,10,0,10,30,40,40,60,160,100,130,280,150,80,170,200,110,70,190,80,110,90]},{"name":"Search","color":"#F5BD25","values":[90,110,40,90,0,10,20,90,350,320,430,270,230,170,300,120,500,740,370,340,420,390,260,40,300,20,20,10,10,40,200,200,230,170,190,640,590,250,220,200,280,160,330,330,210,140,160,130,50,40,0,0,0,40,140,60,160,370,230,200,370,220,140,200,260,230,160,690,480,440,120,170,40,30,0,10,0,370,200,160,190,170,270,520,300,360,300,260,330,550,360,90,260,340,100,160,280,40,10,0,40,40,180,120,250,260,250,200,360,180,780,220,330,510,270,700,490,930,190,170,60,40,50,0,0,70,210,190,350,630,250,360,780,240,650,200,250,650,580,410,790,180,110,100,60,40,0,0,0,0,200,190,230,190,110,220,160,470,100,270,510,100,290,100,180,100,110,200]},{"name":"Other","color":"#F79E39","values":[200,80,10,10,20,20,30,100,140,270,240,320,290,410,310,340,190,220,330,360,290,300,260,180,170,10,20,30,10,10,150,120,190,240,250,330,340,290,430,280,300,330,340,290,420,420,340,240,100,40,40,0,20,50,180,150,280,270,320,360,320,390,250,230,330,430,330,380,370,360,370,160,190,50,40,0,0,0,200,210,130,150,330,220,330,360,240,410,250,260,410,410,500,240,360,120,70,40,50,0,20,60,150,250,230,260,200,220,200,300,370,270,330,290,330,340,330,380,330,160,120,50,60,30,0,10,170,200,270,180,310,280,250,400,280,290,250,240,390,460,410,430,330,410,120,30,40,30,10,20,30,160,250,250,310,270,370,430,250,240,230,190,340,280,310,260,270,100]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,20,0,10,10,20,0,20,30,30,20,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,10,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,10,20,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,0,0,0,10,10,0,10,10,30,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,0,10,20,10,40,20,20,10,0,0,0,0,0,0,0,0,0,0,10,30,0,20,10,30,0,0,10,20,50,30,20,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/24.json b/dist/chartDummyData/views_zoom/2019-01/24.json new file mode 100644 index 000000000..638d5dee7 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/24.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1548028800000,1548032400000,1548036000000,1548039600000,1548043200000,1548046800000,1548050400000,1548054000000,1548057600000,1548061200000,1548064800000,1548068400000,1548072000000,1548075600000,1548079200000,1548082800000,1548086400000,1548090000000,1548093600000,1548097200000,1548100800000,1548104400000,1548108000000,1548111600000,1548115200000,1548118800000,1548122400000,1548126000000,1548129600000,1548133200000,1548136800000,1548140400000,1548144000000,1548147600000,1548151200000,1548154800000,1548158400000,1548162000000,1548165600000,1548169200000,1548172800000,1548176400000,1548180000000,1548183600000,1548187200000,1548190800000,1548194400000,1548198000000,1548201600000,1548205200000,1548208800000,1548212400000,1548216000000,1548219600000,1548223200000,1548226800000,1548230400000,1548234000000,1548237600000,1548241200000,1548244800000,1548248400000,1548252000000,1548255600000,1548259200000,1548262800000,1548266400000,1548270000000,1548273600000,1548277200000,1548280800000,1548284400000,1548288000000,1548291600000,1548295200000,1548298800000,1548302400000,1548306000000,1548309600000,1548313200000,1548316800000,1548320400000,1548324000000,1548327600000,1548331200000,1548334800000,1548338400000,1548342000000,1548345600000,1548349200000,1548352800000,1548356400000,1548360000000,1548363600000,1548367200000,1548370800000,1548374400000,1548378000000,1548381600000,1548385200000,1548388800000,1548392400000,1548396000000,1548399600000,1548403200000,1548406800000,1548410400000,1548414000000,1548417600000,1548421200000,1548424800000,1548428400000,1548432000000,1548435600000,1548439200000,1548442800000,1548446400000,1548450000000,1548453600000,1548457200000,1548460800000,1548464400000,1548468000000,1548471600000,1548475200000,1548478800000,1548482400000,1548486000000,1548489600000,1548493200000,1548496800000,1548500400000,1548504000000,1548507600000,1548511200000,1548514800000,1548518400000,1548522000000,1548525600000,1548529200000,1548532800000,1548536400000,1548540000000,1548543600000,1548547200000,1548550800000,1548554400000,1548558000000,1548561600000,1548565200000,1548568800000,1548572400000,1548576000000,1548579600000,1548583200000,1548586800000,1548590400000,1548594000000,1548597600000,1548601200000,1548604800000,1548608400000,1548612000000,1548615600000,1548619200000,1548622800000,1548626400000,1548630000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[580,320,1090,60,190,180,600,850,1040,1270,1840,1660,1710,1930,1940,2000,2210,2360,2490,2470,2620,2610,1790,1220,350,180,260,30,70,60,2470,920,1160,1490,1700,1620,2090,1730,2310,2350,1940,2410,2680,2330,2760,3210,1790,1180,570,330,100,40,50,290,690,1260,1450,1660,2520,1690,1800,2240,4410,1820,2010,2090,2730,2120,2520,2800,1960,970,480,170,80,60,80,140,1130,720,1260,1490,1360,1810,1790,2340,1710,1930,1760,2230,2340,2140,2890,2080,1650,1230,490,320,120,1690,70,110,690,790,1090,1530,1780,2020,2490,1600,2090,1660,2060,2410,2090,2020,2020,3260,1340,1060,800,370,220,50,40,110,2060,710,1000,1700,1870,2050,2170,2690,2070,1660,2760,2090,2250,1820,1660,2020,1610,1220,800,550,220,110,100,110,330,400,800,1390,1480,1960,1670,2050,3570,2120,1690,2220,2290,2140,2460,2480,2210,1220]},{"name":"URL","color":"#2373DB","values":[390,160,40,10,30,60,300,770,980,1020,1490,1490,1760,1630,1450,1710,2220,2190,2430,2070,2100,1840,1480,760,320,120,0,120,120,60,400,870,850,1360,1240,1780,2100,1960,1760,2150,2140,2170,2300,2210,1770,1700,1210,800,300,140,90,70,20,110,370,750,960,1470,1690,1910,1880,1870,2050,2090,2170,2320,2300,2420,2330,1680,1200,970,430,140,100,0,30,130,420,670,820,1280,1530,2000,1950,1540,1520,1870,2510,2600,2670,2210,2060,1600,1320,710,350,280,150,30,150,140,360,990,1230,1530,1550,1840,1990,1840,1930,2060,2250,2440,2780,2110,2000,1670,1400,840,540,290,250,150,50,100,170,480,940,1070,1640,1860,1680,1810,1700,1600,1580,1850,2060,1550,1160,1140,830,870,610,410,230,130,100,50,130,160,350,780,1340,1350,1500,1400,1530,1650,1450,1570,1520,1620,1710,1610,1090,800]},{"name":"Groups","color":"#9ED448","values":[980,360,140,220,140,370,650,910,1020,1260,1380,1330,1370,1540,1980,1690,1520,1580,1800,2210,2470,2530,2680,2050,690,350,100,60,50,380,720,1040,900,1170,1060,1500,1760,1620,1970,1900,1710,1900,2200,2630,2430,3230,3230,1910,740,250,70,60,100,440,820,680,940,1340,1410,1480,1930,2130,1750,1460,1730,1700,1740,2110,2350,3000,4530,1870,960,350,90,50,20,280,850,800,1100,1260,1190,1480,1590,2340,1560,1370,2070,1910,1900,2200,2740,2870,3230,1630,580,260,120,40,120,360,850,1080,1110,1190,1170,1910,1330,2020,2060,1930,1730,1490,2130,1540,3110,2530,2420,1770,1040,300,220,50,90,90,320,1090,890,1190,1580,1430,1720,2190,1830,1460,1860,1390,1620,1560,1970,2220,1830,1740,1620,900,230,100,80,210,90,470,900,1060,1420,1540,1550,1270,1740,1390,1720,1810,1980,1870,2630,2780,3050,1980]},{"name":"Channel","color":"#4fae4e","values":[50,30,40,0,10,30,80,40,40,50,80,120,170,200,190,130,120,240,210,140,240,220,120,110,30,60,100,10,0,10,70,40,100,60,110,60,90,150,130,150,210,480,240,240,230,310,200,50,110,60,20,60,20,0,60,80,90,130,60,150,150,370,190,180,430,210,290,180,190,260,120,70,70,30,10,50,60,10,20,40,70,20,130,120,140,190,110,140,190,170,100,190,150,200,180,140,60,170,10,70,20,20,10,20,70,70,130,60,310,100,600,140,170,140,240,90,160,220,170,90,50,20,20,10,0,10,30,40,40,60,160,100,130,280,150,80,170,200,110,70,190,80,110,90,70,20,30,40,0,0,20,20,80,120,80,160,120,230,310,250,100,150,370,140,130,170,200,160]},{"name":"Search","color":"#F5BD25","values":[300,20,20,10,10,40,200,200,230,170,190,640,590,250,220,200,280,160,330,330,210,140,160,130,50,40,0,0,0,40,140,60,160,370,230,200,370,220,140,200,260,230,160,690,480,440,120,170,40,30,0,10,0,370,200,160,190,170,270,520,300,360,300,260,330,550,360,90,260,340,100,160,280,40,10,0,40,40,180,120,250,260,250,200,360,180,780,220,330,510,270,700,490,930,190,170,60,40,50,0,0,70,210,190,350,630,250,360,780,240,650,200,250,650,580,410,790,180,110,100,60,40,0,0,0,0,200,190,230,190,110,220,160,470,100,270,510,100,290,100,180,100,110,200,210,50,10,10,10,0,20,70,170,450,310,240,330,300,1660,2000,1750,680,310,390,300,400,1460,880]},{"name":"Other","color":"#F79E39","values":[170,10,20,30,10,10,150,120,190,240,250,330,340,290,430,280,300,330,340,290,420,420,340,240,100,40,40,0,20,50,180,150,280,270,320,360,320,390,250,230,330,430,330,380,370,360,370,160,190,50,40,0,0,0,200,210,130,150,330,220,330,360,240,410,250,260,410,410,500,240,360,120,70,40,50,0,20,60,150,250,230,260,200,220,200,300,370,270,330,290,330,340,330,380,330,160,120,50,60,30,0,10,170,200,270,180,310,280,250,400,280,290,250,240,390,460,410,430,330,410,120,30,40,30,10,20,30,160,250,250,310,270,370,430,250,240,230,190,340,280,310,260,270,100,210,180,50,20,30,20,50,260,190,180,260,430,450,470,280,290,280,320,360,310,430,320,380,220]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,10,0,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,10,20,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,0,0,0,10,10,0,10,10,30,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,0,10,20,10,40,20,20,10,0,0,0,0,0,0,0,0,0,0,10,30,0,20,10,30,0,0,10,20,50,30,20,0,10,10,10,0,0,0,10,10,0,10,10,10,0,20,0,10,10,20,0,0,20,20,10,0,20]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/25.json b/dist/chartDummyData/views_zoom/2019-01/25.json new file mode 100644 index 000000000..7b9988433 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/25.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1548115200000,1548118800000,1548122400000,1548126000000,1548129600000,1548133200000,1548136800000,1548140400000,1548144000000,1548147600000,1548151200000,1548154800000,1548158400000,1548162000000,1548165600000,1548169200000,1548172800000,1548176400000,1548180000000,1548183600000,1548187200000,1548190800000,1548194400000,1548198000000,1548201600000,1548205200000,1548208800000,1548212400000,1548216000000,1548219600000,1548223200000,1548226800000,1548230400000,1548234000000,1548237600000,1548241200000,1548244800000,1548248400000,1548252000000,1548255600000,1548259200000,1548262800000,1548266400000,1548270000000,1548273600000,1548277200000,1548280800000,1548284400000,1548288000000,1548291600000,1548295200000,1548298800000,1548302400000,1548306000000,1548309600000,1548313200000,1548316800000,1548320400000,1548324000000,1548327600000,1548331200000,1548334800000,1548338400000,1548342000000,1548345600000,1548349200000,1548352800000,1548356400000,1548360000000,1548363600000,1548367200000,1548370800000,1548374400000,1548378000000,1548381600000,1548385200000,1548388800000,1548392400000,1548396000000,1548399600000,1548403200000,1548406800000,1548410400000,1548414000000,1548417600000,1548421200000,1548424800000,1548428400000,1548432000000,1548435600000,1548439200000,1548442800000,1548446400000,1548450000000,1548453600000,1548457200000,1548460800000,1548464400000,1548468000000,1548471600000,1548475200000,1548478800000,1548482400000,1548486000000,1548489600000,1548493200000,1548496800000,1548500400000,1548504000000,1548507600000,1548511200000,1548514800000,1548518400000,1548522000000,1548525600000,1548529200000,1548532800000,1548536400000,1548540000000,1548543600000,1548547200000,1548550800000,1548554400000,1548558000000,1548561600000,1548565200000,1548568800000,1548572400000,1548576000000,1548579600000,1548583200000,1548586800000,1548590400000,1548594000000,1548597600000,1548601200000,1548604800000,1548608400000,1548612000000,1548615600000,1548619200000,1548622800000,1548626400000,1548630000000,1548633600000,1548637200000,1548640800000,1548644400000,1548648000000,1548651600000,1548655200000,1548658800000,1548662400000,1548666000000,1548669600000,1548673200000,1548676800000,1548680400000,1548684000000,1548687600000,1548691200000,1548694800000,1548698400000,1548702000000,1548705600000,1548709200000,1548712800000,1548716400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[350,180,260,30,70,60,2470,920,1160,1490,1700,1620,2090,1730,2310,2350,1940,2410,2680,2330,2760,3210,1790,1180,570,330,100,40,50,290,690,1260,1450,1660,2520,1690,1800,2240,4410,1820,2010,2090,2730,2120,2520,2800,1960,970,480,170,80,60,80,140,1130,720,1260,1490,1360,1810,1790,2340,1710,1930,1760,2230,2340,2140,2890,2080,1650,1230,490,320,120,1690,70,110,690,790,1090,1530,1780,2020,2490,1600,2090,1660,2060,2410,2090,2020,2020,3260,1340,1060,800,370,220,50,40,110,2060,710,1000,1700,1870,2050,2170,2690,2070,1660,2760,2090,2250,1820,1660,2020,1610,1220,800,550,220,110,100,110,330,400,800,1390,1480,1960,1670,2050,3570,2120,1690,2220,2290,2140,2460,2480,2210,1220,900,230,140,60,60,370,690,890,1620,1700,1490,1590,1990,2280,1890,2280,2130,2280,2090,2350,2410,2450,1940,1240]},{"name":"URL","color":"#2373DB","values":[320,120,0,120,120,60,400,870,850,1360,1240,1780,2100,1960,1760,2150,2140,2170,2300,2210,1770,1700,1210,800,300,140,90,70,20,110,370,750,960,1470,1690,1910,1880,1870,2050,2090,2170,2320,2300,2420,2330,1680,1200,970,430,140,100,0,30,130,420,670,820,1280,1530,2000,1950,1540,1520,1870,2510,2600,2670,2210,2060,1600,1320,710,350,280,150,30,150,140,360,990,1230,1530,1550,1840,1990,1840,1930,2060,2250,2440,2780,2110,2000,1670,1400,840,540,290,250,150,50,100,170,480,940,1070,1640,1860,1680,1810,1700,1600,1580,1850,2060,1550,1160,1140,830,870,610,410,230,130,100,50,130,160,350,780,1340,1350,1500,1400,1530,1650,1450,1570,1520,1620,1710,1610,1090,800,470,170,170,10,0,150,320,740,970,1280,1450,1720,1440,1660,1980,1910,2120,2440,2480,2460,2150,2320,1450,640]},{"name":"Groups","color":"#9ED448","values":[690,350,100,60,50,380,720,1040,900,1170,1060,1500,1760,1620,1970,1900,1710,1900,2200,2630,2430,3230,3230,1910,740,250,70,60,100,440,820,680,940,1340,1410,1480,1930,2130,1750,1460,1730,1700,1740,2110,2350,3000,4530,1870,960,350,90,50,20,280,850,800,1100,1260,1190,1480,1590,2340,1560,1370,2070,1910,1900,2200,2740,2870,3230,1630,580,260,120,40,120,360,850,1080,1110,1190,1170,1910,1330,2020,2060,1930,1730,1490,2130,1540,3110,2530,2420,1770,1040,300,220,50,90,90,320,1090,890,1190,1580,1430,1720,2190,1830,1460,1860,1390,1620,1560,1970,2220,1830,1740,1620,900,230,100,80,210,90,470,900,1060,1420,1540,1550,1270,1740,1390,1720,1810,1980,1870,2630,2780,3050,1980,770,400,110,50,50,520,860,990,1080,1230,1240,1480,2030,1660,1670,1770,1710,1930,2090,2060,2830,2870,3440,2520]},{"name":"Channel","color":"#4fae4e","values":[30,60,100,10,0,10,70,40,100,60,110,60,90,150,130,150,210,480,240,240,230,310,200,50,110,60,20,60,20,0,60,80,90,130,60,150,150,370,190,180,430,210,290,180,190,260,120,70,70,30,10,50,60,10,20,40,70,20,130,120,140,190,110,140,190,170,100,190,150,200,180,140,60,170,10,70,20,20,10,20,70,70,130,60,310,100,600,140,170,140,240,90,160,220,170,90,50,20,20,10,0,10,30,40,40,60,160,100,130,280,150,80,170,200,110,70,190,80,110,90,70,20,30,40,0,0,20,20,80,120,80,160,120,230,310,250,100,150,370,140,130,170,200,160,100,70,0,0,0,110,90,30,120,220,70,120,160,150,150,220,190,130,120,220,200,150,180,100]},{"name":"Search","color":"#F5BD25","values":[50,40,0,0,0,40,140,60,160,370,230,200,370,220,140,200,260,230,160,690,480,440,120,170,40,30,0,10,0,370,200,160,190,170,270,520,300,360,300,260,330,550,360,90,260,340,100,160,280,40,10,0,40,40,180,120,250,260,250,200,360,180,780,220,330,510,270,700,490,930,190,170,60,40,50,0,0,70,210,190,350,630,250,360,780,240,650,200,250,650,580,410,790,180,110,100,60,40,0,0,0,0,200,190,230,190,110,220,160,470,100,270,510,100,290,100,180,100,110,200,210,50,10,10,10,0,20,70,170,450,310,240,330,300,1660,2000,1750,680,310,390,300,400,1460,880,170,20,0,0,0,10,190,120,310,180,130,400,240,490,240,120,180,490,290,60,170,120,170,90]},{"name":"Other","color":"#F79E39","values":[100,40,40,0,20,50,180,150,280,270,320,360,320,390,250,230,330,430,330,380,370,360,370,160,190,50,40,0,0,0,200,210,130,150,330,220,330,360,240,410,250,260,410,410,500,240,360,120,70,40,50,0,20,60,150,250,230,260,200,220,200,300,370,270,330,290,330,340,330,380,330,160,120,50,60,30,0,10,170,200,270,180,310,280,250,400,280,290,250,240,390,460,410,430,330,410,120,30,40,30,10,20,30,160,250,250,310,270,370,430,250,240,230,190,340,280,310,260,270,100,210,180,50,20,30,20,50,260,190,180,260,430,450,470,280,290,280,320,360,310,430,320,380,220,120,80,20,10,20,40,110,160,230,200,220,300,260,420,240,310,250,200,330,390,360,300,240,150]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,10,0,10,0,10,20,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,0,0,0,10,10,0,10,10,30,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,0,10,20,10,40,20,20,10,0,0,0,0,0,0,0,0,0,0,10,30,0,20,10,30,0,0,10,20,50,30,20,0,10,10,10,0,0,0,10,10,0,10,10,10,0,20,0,10,10,20,0,0,20,20,10,0,20,0,0,0,0,0,0,0,10,10,10,0,10,0,0,0,0,10,0,10,0,0,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/26.json b/dist/chartDummyData/views_zoom/2019-01/26.json new file mode 100644 index 000000000..5d2f9028b --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/26.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1548201600000,1548205200000,1548208800000,1548212400000,1548216000000,1548219600000,1548223200000,1548226800000,1548230400000,1548234000000,1548237600000,1548241200000,1548244800000,1548248400000,1548252000000,1548255600000,1548259200000,1548262800000,1548266400000,1548270000000,1548273600000,1548277200000,1548280800000,1548284400000,1548288000000,1548291600000,1548295200000,1548298800000,1548302400000,1548306000000,1548309600000,1548313200000,1548316800000,1548320400000,1548324000000,1548327600000,1548331200000,1548334800000,1548338400000,1548342000000,1548345600000,1548349200000,1548352800000,1548356400000,1548360000000,1548363600000,1548367200000,1548370800000,1548374400000,1548378000000,1548381600000,1548385200000,1548388800000,1548392400000,1548396000000,1548399600000,1548403200000,1548406800000,1548410400000,1548414000000,1548417600000,1548421200000,1548424800000,1548428400000,1548432000000,1548435600000,1548439200000,1548442800000,1548446400000,1548450000000,1548453600000,1548457200000,1548460800000,1548464400000,1548468000000,1548471600000,1548475200000,1548478800000,1548482400000,1548486000000,1548489600000,1548493200000,1548496800000,1548500400000,1548504000000,1548507600000,1548511200000,1548514800000,1548518400000,1548522000000,1548525600000,1548529200000,1548532800000,1548536400000,1548540000000,1548543600000,1548547200000,1548550800000,1548554400000,1548558000000,1548561600000,1548565200000,1548568800000,1548572400000,1548576000000,1548579600000,1548583200000,1548586800000,1548590400000,1548594000000,1548597600000,1548601200000,1548604800000,1548608400000,1548612000000,1548615600000,1548619200000,1548622800000,1548626400000,1548630000000,1548633600000,1548637200000,1548640800000,1548644400000,1548648000000,1548651600000,1548655200000,1548658800000,1548662400000,1548666000000,1548669600000,1548673200000,1548676800000,1548680400000,1548684000000,1548687600000,1548691200000,1548694800000,1548698400000,1548702000000,1548705600000,1548709200000,1548712800000,1548716400000,1548720000000,1548723600000,1548727200000,1548730800000,1548734400000,1548738000000,1548741600000,1548745200000,1548748800000,1548752400000,1548756000000,1548759600000,1548763200000,1548766800000,1548770400000,1548774000000,1548777600000,1548781200000,1548784800000,1548788400000,1548792000000,1548795600000,1548799200000,1548802800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[570,330,100,40,50,290,690,1260,1450,1660,2520,1690,1800,2240,4410,1820,2010,2090,2730,2120,2520,2800,1960,970,480,170,80,60,80,140,1130,720,1260,1490,1360,1810,1790,2340,1710,1930,1760,2230,2340,2140,2890,2080,1650,1230,490,320,120,1690,70,110,690,790,1090,1530,1780,2020,2490,1600,2090,1660,2060,2410,2090,2020,2020,3260,1340,1060,800,370,220,50,40,110,2060,710,1000,1700,1870,2050,2170,2690,2070,1660,2760,2090,2250,1820,1660,2020,1610,1220,800,550,220,110,100,110,330,400,800,1390,1480,1960,1670,2050,3570,2120,1690,2220,2290,2140,2460,2480,2210,1220,900,230,140,60,60,370,690,890,1620,1700,1490,1590,1990,2280,1890,2280,2130,2280,2090,2350,2410,2450,1940,1240,470,300,70,70,40,180,2050,1060,1090,1080,1520,1940,1490,2120,2160,1720,2060,2610,2350,2580,2580,2860,1790,1240]},{"name":"URL","color":"#2373DB","values":[300,140,90,70,20,110,370,750,960,1470,1690,1910,1880,1870,2050,2090,2170,2320,2300,2420,2330,1680,1200,970,430,140,100,0,30,130,420,670,820,1280,1530,2000,1950,1540,1520,1870,2510,2600,2670,2210,2060,1600,1320,710,350,280,150,30,150,140,360,990,1230,1530,1550,1840,1990,1840,1930,2060,2250,2440,2780,2110,2000,1670,1400,840,540,290,250,150,50,100,170,480,940,1070,1640,1860,1680,1810,1700,1600,1580,1850,2060,1550,1160,1140,830,870,610,410,230,130,100,50,130,160,350,780,1340,1350,1500,1400,1530,1650,1450,1570,1520,1620,1710,1610,1090,800,470,170,170,10,0,150,320,740,970,1280,1450,1720,1440,1660,1980,1910,2120,2440,2480,2460,2150,2320,1450,640,360,190,80,60,10,100,470,740,1080,1110,1440,1710,1630,2250,2150,2200,2370,2370,2520,1870,2110,1660,1220,850]},{"name":"Groups","color":"#9ED448","values":[740,250,70,60,100,440,820,680,940,1340,1410,1480,1930,2130,1750,1460,1730,1700,1740,2110,2350,3000,4530,1870,960,350,90,50,20,280,850,800,1100,1260,1190,1480,1590,2340,1560,1370,2070,1910,1900,2200,2740,2870,3230,1630,580,260,120,40,120,360,850,1080,1110,1190,1170,1910,1330,2020,2060,1930,1730,1490,2130,1540,3110,2530,2420,1770,1040,300,220,50,90,90,320,1090,890,1190,1580,1430,1720,2190,1830,1460,1860,1390,1620,1560,1970,2220,1830,1740,1620,900,230,100,80,210,90,470,900,1060,1420,1540,1550,1270,1740,1390,1720,1810,1980,1870,2630,2780,3050,1980,770,400,110,50,50,520,860,990,1080,1230,1240,1480,2030,1660,1670,1770,1710,1930,2090,2060,2830,2870,3440,2520,730,180,120,130,120,230,950,1100,990,1290,1250,1510,1880,1640,1710,1240,1910,1690,1720,1920,2300,3450,2530,1760]},{"name":"Channel","color":"#4fae4e","values":[110,60,20,60,20,0,60,80,90,130,60,150,150,370,190,180,430,210,290,180,190,260,120,70,70,30,10,50,60,10,20,40,70,20,130,120,140,190,110,140,190,170,100,190,150,200,180,140,60,170,10,70,20,20,10,20,70,70,130,60,310,100,600,140,170,140,240,90,160,220,170,90,50,20,20,10,0,10,30,40,40,60,160,100,130,280,150,80,170,200,110,70,190,80,110,90,70,20,30,40,0,0,20,20,80,120,80,160,120,230,310,250,100,150,370,140,130,170,200,160,100,70,0,0,0,110,90,30,120,220,70,120,160,150,150,220,190,130,120,220,200,150,180,100,70,0,10,30,10,20,70,50,50,80,140,90,80,110,150,120,230,170,170,210,230,120,220,80]},{"name":"Search","color":"#F5BD25","values":[40,30,0,10,0,370,200,160,190,170,270,520,300,360,300,260,330,550,360,90,260,340,100,160,280,40,10,0,40,40,180,120,250,260,250,200,360,180,780,220,330,510,270,700,490,930,190,170,60,40,50,0,0,70,210,190,350,630,250,360,780,240,650,200,250,650,580,410,790,180,110,100,60,40,0,0,0,0,200,190,230,190,110,220,160,470,100,270,510,100,290,100,180,100,110,200,210,50,10,10,10,0,20,70,170,450,310,240,330,300,1660,2000,1750,680,310,390,300,400,1460,880,170,20,0,0,0,10,190,120,310,180,130,400,240,490,240,120,180,490,290,60,170,120,170,90,130,10,0,20,0,20,290,70,350,100,260,180,170,280,230,180,260,470,180,350,300,200,220,50]},{"name":"Other","color":"#F79E39","values":[190,50,40,0,0,0,200,210,130,150,330,220,330,360,240,410,250,260,410,410,500,240,360,120,70,40,50,0,20,60,150,250,230,260,200,220,200,300,370,270,330,290,330,340,330,380,330,160,120,50,60,30,0,10,170,200,270,180,310,280,250,400,280,290,250,240,390,460,410,430,330,410,120,30,40,30,10,20,30,160,250,250,310,270,370,430,250,240,230,190,340,280,310,260,270,100,210,180,50,20,30,20,50,260,190,180,260,430,450,470,280,290,280,320,360,310,430,320,380,220,120,80,20,10,20,40,110,160,230,200,220,300,260,420,240,310,250,200,330,390,360,300,240,150,120,50,30,10,10,50,160,210,280,250,140,310,330,240,330,280,330,400,410,410,430,390,160,160]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,10,10,0,0,0,0,10,10,0,10,10,30,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,0,10,20,10,40,20,20,10,0,0,0,0,0,0,0,0,0,0,10,30,0,20,10,30,0,0,10,20,50,30,20,0,10,10,10,0,0,0,10,10,0,10,10,10,0,20,0,10,10,20,0,0,20,20,10,0,20,0,0,0,0,0,0,0,10,10,10,0,10,0,0,0,0,10,0,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,10,10,0,10,10,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/27.json b/dist/chartDummyData/views_zoom/2019-01/27.json new file mode 100644 index 000000000..dad9cd4b9 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/27.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1548288000000,1548291600000,1548295200000,1548298800000,1548302400000,1548306000000,1548309600000,1548313200000,1548316800000,1548320400000,1548324000000,1548327600000,1548331200000,1548334800000,1548338400000,1548342000000,1548345600000,1548349200000,1548352800000,1548356400000,1548360000000,1548363600000,1548367200000,1548370800000,1548374400000,1548378000000,1548381600000,1548385200000,1548388800000,1548392400000,1548396000000,1548399600000,1548403200000,1548406800000,1548410400000,1548414000000,1548417600000,1548421200000,1548424800000,1548428400000,1548432000000,1548435600000,1548439200000,1548442800000,1548446400000,1548450000000,1548453600000,1548457200000,1548460800000,1548464400000,1548468000000,1548471600000,1548475200000,1548478800000,1548482400000,1548486000000,1548489600000,1548493200000,1548496800000,1548500400000,1548504000000,1548507600000,1548511200000,1548514800000,1548518400000,1548522000000,1548525600000,1548529200000,1548532800000,1548536400000,1548540000000,1548543600000,1548547200000,1548550800000,1548554400000,1548558000000,1548561600000,1548565200000,1548568800000,1548572400000,1548576000000,1548579600000,1548583200000,1548586800000,1548590400000,1548594000000,1548597600000,1548601200000,1548604800000,1548608400000,1548612000000,1548615600000,1548619200000,1548622800000,1548626400000,1548630000000,1548633600000,1548637200000,1548640800000,1548644400000,1548648000000,1548651600000,1548655200000,1548658800000,1548662400000,1548666000000,1548669600000,1548673200000,1548676800000,1548680400000,1548684000000,1548687600000,1548691200000,1548694800000,1548698400000,1548702000000,1548705600000,1548709200000,1548712800000,1548716400000,1548720000000,1548723600000,1548727200000,1548730800000,1548734400000,1548738000000,1548741600000,1548745200000,1548748800000,1548752400000,1548756000000,1548759600000,1548763200000,1548766800000,1548770400000,1548774000000,1548777600000,1548781200000,1548784800000,1548788400000,1548792000000,1548795600000,1548799200000,1548802800000,1548806400000,1548810000000,1548813600000,1548817200000,1548820800000,1548824400000,1548828000000,1548831600000,1548835200000,1548838800000,1548842400000,1548846000000,1548849600000,1548853200000,1548856800000,1548860400000,1548864000000,1548867600000,1548871200000,1548874800000,1548878400000,1548882000000,1548885600000,1548889200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[480,170,80,60,80,140,1130,720,1260,1490,1360,1810,1790,2340,1710,1930,1760,2230,2340,2140,2890,2080,1650,1230,490,320,120,1690,70,110,690,790,1090,1530,1780,2020,2490,1600,2090,1660,2060,2410,2090,2020,2020,3260,1340,1060,800,370,220,50,40,110,2060,710,1000,1700,1870,2050,2170,2690,2070,1660,2760,2090,2250,1820,1660,2020,1610,1220,800,550,220,110,100,110,330,400,800,1390,1480,1960,1670,2050,3570,2120,1690,2220,2290,2140,2460,2480,2210,1220,900,230,140,60,60,370,690,890,1620,1700,1490,1590,1990,2280,1890,2280,2130,2280,2090,2350,2410,2450,1940,1240,470,300,70,70,40,180,2050,1060,1090,1080,1520,1940,1490,2120,2160,1720,2060,2610,2350,2580,2580,2860,1790,1240,510,330,130,70,70,250,840,970,1150,1270,1560,2080,1920,2460,3500,2020,2410,2620,2640,2340,2550,2160,1890,1090]},{"name":"URL","color":"#2373DB","values":[430,140,100,0,30,130,420,670,820,1280,1530,2000,1950,1540,1520,1870,2510,2600,2670,2210,2060,1600,1320,710,350,280,150,30,150,140,360,990,1230,1530,1550,1840,1990,1840,1930,2060,2250,2440,2780,2110,2000,1670,1400,840,540,290,250,150,50,100,170,480,940,1070,1640,1860,1680,1810,1700,1600,1580,1850,2060,1550,1160,1140,830,870,610,410,230,130,100,50,130,160,350,780,1340,1350,1500,1400,1530,1650,1450,1570,1520,1620,1710,1610,1090,800,470,170,170,10,0,150,320,740,970,1280,1450,1720,1440,1660,1980,1910,2120,2440,2480,2460,2150,2320,1450,640,360,190,80,60,10,100,470,740,1080,1110,1440,1710,1630,2250,2150,2200,2370,2370,2520,1870,2110,1660,1220,850,310,170,150,90,50,80,410,690,1070,1210,1340,1530,1850,1590,1780,1960,2240,2640,2250,2290,2590,1830,1160,570]},{"name":"Groups","color":"#9ED448","values":[960,350,90,50,20,280,850,800,1100,1260,1190,1480,1590,2340,1560,1370,2070,1910,1900,2200,2740,2870,3230,1630,580,260,120,40,120,360,850,1080,1110,1190,1170,1910,1330,2020,2060,1930,1730,1490,2130,1540,3110,2530,2420,1770,1040,300,220,50,90,90,320,1090,890,1190,1580,1430,1720,2190,1830,1460,1860,1390,1620,1560,1970,2220,1830,1740,1620,900,230,100,80,210,90,470,900,1060,1420,1540,1550,1270,1740,1390,1720,1810,1980,1870,2630,2780,3050,1980,770,400,110,50,50,520,860,990,1080,1230,1240,1480,2030,1660,1670,1770,1710,1930,2090,2060,2830,2870,3440,2520,730,180,120,130,120,230,950,1100,990,1290,1250,1510,1880,1640,1710,1240,1910,1690,1720,1920,2300,3450,2530,1760,840,270,110,40,50,220,760,1020,1290,1340,1500,1460,1700,1670,1770,1840,1620,1890,2270,2080,2460,3020,2900,1790]},{"name":"Channel","color":"#4fae4e","values":[70,30,10,50,60,10,20,40,70,20,130,120,140,190,110,140,190,170,100,190,150,200,180,140,60,170,10,70,20,20,10,20,70,70,130,60,310,100,600,140,170,140,240,90,160,220,170,90,50,20,20,10,0,10,30,40,40,60,160,100,130,280,150,80,170,200,110,70,190,80,110,90,70,20,30,40,0,0,20,20,80,120,80,160,120,230,310,250,100,150,370,140,130,170,200,160,100,70,0,0,0,110,90,30,120,220,70,120,160,150,150,220,190,130,120,220,200,150,180,100,70,0,10,30,10,20,70,50,50,80,140,90,80,110,150,120,230,170,170,210,230,120,220,80,70,40,10,10,10,0,70,50,30,130,80,110,110,180,250,90,230,110,90,150,100,230,220,130]},{"name":"Search","color":"#F5BD25","values":[280,40,10,0,40,40,180,120,250,260,250,200,360,180,780,220,330,510,270,700,490,930,190,170,60,40,50,0,0,70,210,190,350,630,250,360,780,240,650,200,250,650,580,410,790,180,110,100,60,40,0,0,0,0,200,190,230,190,110,220,160,470,100,270,510,100,290,100,180,100,110,200,210,50,10,10,10,0,20,70,170,450,310,240,330,300,1660,2000,1750,680,310,390,300,400,1460,880,170,20,0,0,0,10,190,120,310,180,130,400,240,490,240,120,180,490,290,60,170,120,170,90,130,10,0,20,0,20,290,70,350,100,260,180,170,280,230,180,260,470,180,350,300,200,220,50,30,10,0,0,0,10,350,380,190,180,120,490,160,180,380,160,280,370,270,220,210,280,140,110]},{"name":"Other","color":"#F79E39","values":[70,40,50,0,20,60,150,250,230,260,200,220,200,300,370,270,330,290,330,340,330,380,330,160,120,50,60,30,0,10,170,200,270,180,310,280,250,400,280,290,250,240,390,460,410,430,330,410,120,30,40,30,10,20,30,160,250,250,310,270,370,430,250,240,230,190,340,280,310,260,270,100,210,180,50,20,30,20,50,260,190,180,260,430,450,470,280,290,280,320,360,310,430,320,380,220,120,80,20,10,20,40,110,160,230,200,220,300,260,420,240,310,250,200,330,390,360,300,240,150,120,50,30,10,10,50,160,210,280,250,140,310,330,240,330,280,330,400,410,410,430,390,160,160,80,60,0,50,30,30,110,200,150,200,270,320,340,360,260,360,310,360,360,330,600,350,330,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,0,10,20,10,40,20,20,10,0,0,0,0,0,0,0,0,0,0,10,30,0,20,10,30,0,0,10,20,50,30,20,0,10,10,10,0,0,0,10,10,0,10,10,10,0,20,0,10,10,20,0,0,20,20,10,0,20,0,0,0,0,0,0,0,10,10,10,0,10,0,0,0,0,10,0,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,10,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,10,0,0,10,10,0,0,10,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/28.json b/dist/chartDummyData/views_zoom/2019-01/28.json new file mode 100644 index 000000000..c0ddfadbb --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/28.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1548374400000,1548378000000,1548381600000,1548385200000,1548388800000,1548392400000,1548396000000,1548399600000,1548403200000,1548406800000,1548410400000,1548414000000,1548417600000,1548421200000,1548424800000,1548428400000,1548432000000,1548435600000,1548439200000,1548442800000,1548446400000,1548450000000,1548453600000,1548457200000,1548460800000,1548464400000,1548468000000,1548471600000,1548475200000,1548478800000,1548482400000,1548486000000,1548489600000,1548493200000,1548496800000,1548500400000,1548504000000,1548507600000,1548511200000,1548514800000,1548518400000,1548522000000,1548525600000,1548529200000,1548532800000,1548536400000,1548540000000,1548543600000,1548547200000,1548550800000,1548554400000,1548558000000,1548561600000,1548565200000,1548568800000,1548572400000,1548576000000,1548579600000,1548583200000,1548586800000,1548590400000,1548594000000,1548597600000,1548601200000,1548604800000,1548608400000,1548612000000,1548615600000,1548619200000,1548622800000,1548626400000,1548630000000,1548633600000,1548637200000,1548640800000,1548644400000,1548648000000,1548651600000,1548655200000,1548658800000,1548662400000,1548666000000,1548669600000,1548673200000,1548676800000,1548680400000,1548684000000,1548687600000,1548691200000,1548694800000,1548698400000,1548702000000,1548705600000,1548709200000,1548712800000,1548716400000,1548720000000,1548723600000,1548727200000,1548730800000,1548734400000,1548738000000,1548741600000,1548745200000,1548748800000,1548752400000,1548756000000,1548759600000,1548763200000,1548766800000,1548770400000,1548774000000,1548777600000,1548781200000,1548784800000,1548788400000,1548792000000,1548795600000,1548799200000,1548802800000,1548806400000,1548810000000,1548813600000,1548817200000,1548820800000,1548824400000,1548828000000,1548831600000,1548835200000,1548838800000,1548842400000,1548846000000,1548849600000,1548853200000,1548856800000,1548860400000,1548864000000,1548867600000,1548871200000,1548874800000,1548878400000,1548882000000,1548885600000,1548889200000,1548892800000,1548896400000,1548900000000,1548903600000,1548907200000,1548910800000,1548914400000,1548918000000,1548921600000,1548925200000,1548928800000,1548932400000,1548936000000,1548939600000,1548943200000,1548946800000,1548950400000,1548954000000,1548957600000,1548961200000,1548964800000,1548968400000,1548972000000,1548975600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[490,320,120,1690,70,110,690,790,1090,1530,1780,2020,2490,1600,2090,1660,2060,2410,2090,2020,2020,3260,1340,1060,800,370,220,50,40,110,2060,710,1000,1700,1870,2050,2170,2690,2070,1660,2760,2090,2250,1820,1660,2020,1610,1220,800,550,220,110,100,110,330,400,800,1390,1480,1960,1670,2050,3570,2120,1690,2220,2290,2140,2460,2480,2210,1220,900,230,140,60,60,370,690,890,1620,1700,1490,1590,1990,2280,1890,2280,2130,2280,2090,2350,2410,2450,1940,1240,470,300,70,70,40,180,2050,1060,1090,1080,1520,1940,1490,2120,2160,1720,2060,2610,2350,2580,2580,2860,1790,1240,510,330,130,70,70,250,840,970,1150,1270,1560,2080,1920,2460,3500,2020,2410,2620,2640,2340,2550,2160,1890,1090,430,270,90,70,120,190,640,1090,1330,3630,1780,2170,2090,1980,2400,1810,2120,2590,2400,2170,2250,2380,2180,1200]},{"name":"URL","color":"#2373DB","values":[350,280,150,30,150,140,360,990,1230,1530,1550,1840,1990,1840,1930,2060,2250,2440,2780,2110,2000,1670,1400,840,540,290,250,150,50,100,170,480,940,1070,1640,1860,1680,1810,1700,1600,1580,1850,2060,1550,1160,1140,830,870,610,410,230,130,100,50,130,160,350,780,1340,1350,1500,1400,1530,1650,1450,1570,1520,1620,1710,1610,1090,800,470,170,170,10,0,150,320,740,970,1280,1450,1720,1440,1660,1980,1910,2120,2440,2480,2460,2150,2320,1450,640,360,190,80,60,10,100,470,740,1080,1110,1440,1710,1630,2250,2150,2200,2370,2370,2520,1870,2110,1660,1220,850,310,170,150,90,50,80,410,690,1070,1210,1340,1530,1850,1590,1780,1960,2240,2640,2250,2290,2590,1830,1160,570,370,280,70,30,30,100,370,710,940,1210,1530,1600,1900,1850,1690,1630,2510,2230,2280,2280,2260,1680,1390,620]},{"name":"Groups","color":"#9ED448","values":[580,260,120,40,120,360,850,1080,1110,1190,1170,1910,1330,2020,2060,1930,1730,1490,2130,1540,3110,2530,2420,1770,1040,300,220,50,90,90,320,1090,890,1190,1580,1430,1720,2190,1830,1460,1860,1390,1620,1560,1970,2220,1830,1740,1620,900,230,100,80,210,90,470,900,1060,1420,1540,1550,1270,1740,1390,1720,1810,1980,1870,2630,2780,3050,1980,770,400,110,50,50,520,860,990,1080,1230,1240,1480,2030,1660,1670,1770,1710,1930,2090,2060,2830,2870,3440,2520,730,180,120,130,120,230,950,1100,990,1290,1250,1510,1880,1640,1710,1240,1910,1690,1720,1920,2300,3450,2530,1760,840,270,110,40,50,220,760,1020,1290,1340,1500,1460,1700,1670,1770,1840,1620,1890,2270,2080,2460,3020,2900,1790,830,280,90,50,20,420,580,890,1120,1490,1130,1640,1670,1510,1600,1440,1620,1730,1600,1980,2690,3440,2210,2140]},{"name":"Channel","color":"#4fae4e","values":[60,170,10,70,20,20,10,20,70,70,130,60,310,100,600,140,170,140,240,90,160,220,170,90,50,20,20,10,0,10,30,40,40,60,160,100,130,280,150,80,170,200,110,70,190,80,110,90,70,20,30,40,0,0,20,20,80,120,80,160,120,230,310,250,100,150,370,140,130,170,200,160,100,70,0,0,0,110,90,30,120,220,70,120,160,150,150,220,190,130,120,220,200,150,180,100,70,0,10,30,10,20,70,50,50,80,140,90,80,110,150,120,230,170,170,210,230,120,220,80,70,40,10,10,10,0,70,50,30,130,80,110,110,180,250,90,230,110,90,150,100,230,220,130,40,30,10,0,10,0,10,90,70,60,90,160,130,140,220,70,80,330,160,140,130,180,270,240]},{"name":"Search","color":"#F5BD25","values":[60,40,50,0,0,70,210,190,350,630,250,360,780,240,650,200,250,650,580,410,790,180,110,100,60,40,0,0,0,0,200,190,230,190,110,220,160,470,100,270,510,100,290,100,180,100,110,200,210,50,10,10,10,0,20,70,170,450,310,240,330,300,1660,2000,1750,680,310,390,300,400,1460,880,170,20,0,0,0,10,190,120,310,180,130,400,240,490,240,120,180,490,290,60,170,120,170,90,130,10,0,20,0,20,290,70,350,100,260,180,170,280,230,180,260,470,180,350,300,200,220,50,30,10,0,0,0,10,350,380,190,180,120,490,160,180,380,160,280,370,270,220,210,280,140,110,80,140,40,10,0,20,50,370,140,190,170,500,170,110,290,180,270,820,330,260,350,190,920,250]},{"name":"Other","color":"#F79E39","values":[120,50,60,30,0,10,170,200,270,180,310,280,250,400,280,290,250,240,390,460,410,430,330,410,120,30,40,30,10,20,30,160,250,250,310,270,370,430,250,240,230,190,340,280,310,260,270,100,210,180,50,20,30,20,50,260,190,180,260,430,450,470,280,290,280,320,360,310,430,320,380,220,120,80,20,10,20,40,110,160,230,200,220,300,260,420,240,310,250,200,330,390,360,300,240,150,120,50,30,10,10,50,160,210,280,250,140,310,330,240,330,280,330,400,410,410,430,390,160,160,80,60,0,50,30,30,110,200,150,200,270,320,340,360,260,360,310,360,360,330,600,350,330,80,70,40,30,0,40,30,160,140,180,350,240,310,390,390,370,210,280,310,320,320,460,310,330,220]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,0,10,20,10,40,20,20,10,0,0,0,0,0,0,0,0,0,0,10,30,0,20,10,30,0,0,10,20,50,30,20,0,10,10,10,0,0,0,10,10,0,10,10,10,0,20,0,10,10,20,0,0,20,20,10,0,20,0,0,0,0,0,0,0,10,10,10,0,10,0,0,0,0,10,0,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,10,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,10,0,0,10,10,0,0,10,0,0,10,0,0,0,0,0,0,0,10,20,10,0,10,20,10,0,10,10,0,20,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/29.json b/dist/chartDummyData/views_zoom/2019-01/29.json new file mode 100644 index 000000000..d438c766d --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/29.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1548460800000,1548464400000,1548468000000,1548471600000,1548475200000,1548478800000,1548482400000,1548486000000,1548489600000,1548493200000,1548496800000,1548500400000,1548504000000,1548507600000,1548511200000,1548514800000,1548518400000,1548522000000,1548525600000,1548529200000,1548532800000,1548536400000,1548540000000,1548543600000,1548547200000,1548550800000,1548554400000,1548558000000,1548561600000,1548565200000,1548568800000,1548572400000,1548576000000,1548579600000,1548583200000,1548586800000,1548590400000,1548594000000,1548597600000,1548601200000,1548604800000,1548608400000,1548612000000,1548615600000,1548619200000,1548622800000,1548626400000,1548630000000,1548633600000,1548637200000,1548640800000,1548644400000,1548648000000,1548651600000,1548655200000,1548658800000,1548662400000,1548666000000,1548669600000,1548673200000,1548676800000,1548680400000,1548684000000,1548687600000,1548691200000,1548694800000,1548698400000,1548702000000,1548705600000,1548709200000,1548712800000,1548716400000,1548720000000,1548723600000,1548727200000,1548730800000,1548734400000,1548738000000,1548741600000,1548745200000,1548748800000,1548752400000,1548756000000,1548759600000,1548763200000,1548766800000,1548770400000,1548774000000,1548777600000,1548781200000,1548784800000,1548788400000,1548792000000,1548795600000,1548799200000,1548802800000,1548806400000,1548810000000,1548813600000,1548817200000,1548820800000,1548824400000,1548828000000,1548831600000,1548835200000,1548838800000,1548842400000,1548846000000,1548849600000,1548853200000,1548856800000,1548860400000,1548864000000,1548867600000,1548871200000,1548874800000,1548878400000,1548882000000,1548885600000,1548889200000,1548892800000,1548896400000,1548900000000,1548903600000,1548907200000,1548910800000,1548914400000,1548918000000,1548921600000,1548925200000,1548928800000,1548932400000,1548936000000,1548939600000,1548943200000,1548946800000,1548950400000,1548954000000,1548957600000,1548961200000,1548964800000,1548968400000,1548972000000,1548975600000,1548979200000,1548982800000,1548986400000,1548990000000,1548993600000,1548997200000,1549000800000,1549004400000,1549008000000,1549011600000,1549015200000,1549018800000,1549022400000,1549026000000,1549029600000,1549033200000,1549036800000,1549040400000,1549044000000,1549047600000,1549051200000,1549054800000,1549058400000,1549062000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[800,370,220,50,40,110,2060,710,1000,1700,1870,2050,2170,2690,2070,1660,2760,2090,2250,1820,1660,2020,1610,1220,800,550,220,110,100,110,330,400,800,1390,1480,1960,1670,2050,3570,2120,1690,2220,2290,2140,2460,2480,2210,1220,900,230,140,60,60,370,690,890,1620,1700,1490,1590,1990,2280,1890,2280,2130,2280,2090,2350,2410,2450,1940,1240,470,300,70,70,40,180,2050,1060,1090,1080,1520,1940,1490,2120,2160,1720,2060,2610,2350,2580,2580,2860,1790,1240,510,330,130,70,70,250,840,970,1150,1270,1560,2080,1920,2460,3500,2020,2410,2620,2640,2340,2550,2160,1890,1090,430,270,90,70,120,190,640,1090,1330,3630,1780,2170,2090,1980,2400,1810,2120,2590,2400,2170,2250,2380,2180,1200,540,280,160,690,80,210,700,1430,1320,1540,1580,2220,1930,2140,2070,1960,1930,2000,2460,2370,2420,2210,1890,1260]},{"name":"URL","color":"#2373DB","values":[540,290,250,150,50,100,170,480,940,1070,1640,1860,1680,1810,1700,1600,1580,1850,2060,1550,1160,1140,830,870,610,410,230,130,100,50,130,160,350,780,1340,1350,1500,1400,1530,1650,1450,1570,1520,1620,1710,1610,1090,800,470,170,170,10,0,150,320,740,970,1280,1450,1720,1440,1660,1980,1910,2120,2440,2480,2460,2150,2320,1450,640,360,190,80,60,10,100,470,740,1080,1110,1440,1710,1630,2250,2150,2200,2370,2370,2520,1870,2110,1660,1220,850,310,170,150,90,50,80,410,690,1070,1210,1340,1530,1850,1590,1780,1960,2240,2640,2250,2290,2590,1830,1160,570,370,280,70,30,30,100,370,710,940,1210,1530,1600,1900,1850,1690,1630,2510,2230,2280,2280,2260,1680,1390,620,430,180,50,40,20,130,390,880,840,1330,1720,1810,2420,1980,1940,1930,2100,2570,2520,2190,1860,1140,1270,830]},{"name":"Groups","color":"#9ED448","values":[1040,300,220,50,90,90,320,1090,890,1190,1580,1430,1720,2190,1830,1460,1860,1390,1620,1560,1970,2220,1830,1740,1620,900,230,100,80,210,90,470,900,1060,1420,1540,1550,1270,1740,1390,1720,1810,1980,1870,2630,2780,3050,1980,770,400,110,50,50,520,860,990,1080,1230,1240,1480,2030,1660,1670,1770,1710,1930,2090,2060,2830,2870,3440,2520,730,180,120,130,120,230,950,1100,990,1290,1250,1510,1880,1640,1710,1240,1910,1690,1720,1920,2300,3450,2530,1760,840,270,110,40,50,220,760,1020,1290,1340,1500,1460,1700,1670,1770,1840,1620,1890,2270,2080,2460,3020,2900,1790,830,280,90,50,20,420,580,890,1120,1490,1130,1640,1670,1510,1600,1440,1620,1730,1600,1980,2690,3440,2210,2140,1020,310,140,40,90,310,660,1060,960,1480,930,1280,1710,1720,1650,1830,2210,1820,1620,2070,1970,2180,2340,1740]},{"name":"Channel","color":"#4fae4e","values":[50,20,20,10,0,10,30,40,40,60,160,100,130,280,150,80,170,200,110,70,190,80,110,90,70,20,30,40,0,0,20,20,80,120,80,160,120,230,310,250,100,150,370,140,130,170,200,160,100,70,0,0,0,110,90,30,120,220,70,120,160,150,150,220,190,130,120,220,200,150,180,100,70,0,10,30,10,20,70,50,50,80,140,90,80,110,150,120,230,170,170,210,230,120,220,80,70,40,10,10,10,0,70,50,30,130,80,110,110,180,250,90,230,110,90,150,100,230,220,130,40,30,10,0,10,0,10,90,70,60,90,160,130,140,220,70,80,330,160,140,130,180,270,240,130,60,0,50,10,40,80,100,100,180,100,210,140,170,180,140,80,240,120,70,260,300,100,110]},{"name":"Search","color":"#F5BD25","values":[60,40,0,0,0,0,200,190,230,190,110,220,160,470,100,270,510,100,290,100,180,100,110,200,210,50,10,10,10,0,20,70,170,450,310,240,330,300,1660,2000,1750,680,310,390,300,400,1460,880,170,20,0,0,0,10,190,120,310,180,130,400,240,490,240,120,180,490,290,60,170,120,170,90,130,10,0,20,0,20,290,70,350,100,260,180,170,280,230,180,260,470,180,350,300,200,220,50,30,10,0,0,0,10,350,380,190,180,120,490,160,180,380,160,280,370,270,220,210,280,140,110,80,140,40,10,0,20,50,370,140,190,170,500,170,110,290,180,270,820,330,260,350,190,920,250,140,140,80,20,60,130,300,510,180,140,420,430,560,190,140,330,250,260,480,230,530,150,70,90]},{"name":"Other","color":"#F79E39","values":[120,30,40,30,10,20,30,160,250,250,310,270,370,430,250,240,230,190,340,280,310,260,270,100,210,180,50,20,30,20,50,260,190,180,260,430,450,470,280,290,280,320,360,310,430,320,380,220,120,80,20,10,20,40,110,160,230,200,220,300,260,420,240,310,250,200,330,390,360,300,240,150,120,50,30,10,10,50,160,210,280,250,140,310,330,240,330,280,330,400,410,410,430,390,160,160,80,60,0,50,30,30,110,200,150,200,270,320,340,360,260,360,310,360,360,330,600,350,330,80,70,40,30,0,40,30,160,140,180,350,240,310,390,390,370,210,280,310,320,320,460,310,330,220,30,70,50,30,10,70,120,130,210,320,270,210,350,350,250,190,310,410,280,280,250,470,220,260]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,10,30,0,20,10,30,0,0,10,20,50,30,20,0,10,10,10,0,0,0,10,10,0,10,10,10,0,20,0,10,10,20,0,0,20,20,10,0,20,0,0,0,0,0,0,0,10,10,10,0,10,0,0,0,0,10,0,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,10,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,10,0,0,10,10,0,0,10,0,0,10,0,0,0,0,0,0,0,10,20,10,0,10,20,10,0,10,10,0,20,0,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,10,0,0,10,10,40,10,10,0,10,20,10]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/30.json b/dist/chartDummyData/views_zoom/2019-01/30.json new file mode 100644 index 000000000..12cc7d7e6 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/30.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1548547200000,1548550800000,1548554400000,1548558000000,1548561600000,1548565200000,1548568800000,1548572400000,1548576000000,1548579600000,1548583200000,1548586800000,1548590400000,1548594000000,1548597600000,1548601200000,1548604800000,1548608400000,1548612000000,1548615600000,1548619200000,1548622800000,1548626400000,1548630000000,1548633600000,1548637200000,1548640800000,1548644400000,1548648000000,1548651600000,1548655200000,1548658800000,1548662400000,1548666000000,1548669600000,1548673200000,1548676800000,1548680400000,1548684000000,1548687600000,1548691200000,1548694800000,1548698400000,1548702000000,1548705600000,1548709200000,1548712800000,1548716400000,1548720000000,1548723600000,1548727200000,1548730800000,1548734400000,1548738000000,1548741600000,1548745200000,1548748800000,1548752400000,1548756000000,1548759600000,1548763200000,1548766800000,1548770400000,1548774000000,1548777600000,1548781200000,1548784800000,1548788400000,1548792000000,1548795600000,1548799200000,1548802800000,1548806400000,1548810000000,1548813600000,1548817200000,1548820800000,1548824400000,1548828000000,1548831600000,1548835200000,1548838800000,1548842400000,1548846000000,1548849600000,1548853200000,1548856800000,1548860400000,1548864000000,1548867600000,1548871200000,1548874800000,1548878400000,1548882000000,1548885600000,1548889200000,1548892800000,1548896400000,1548900000000,1548903600000,1548907200000,1548910800000,1548914400000,1548918000000,1548921600000,1548925200000,1548928800000,1548932400000,1548936000000,1548939600000,1548943200000,1548946800000,1548950400000,1548954000000,1548957600000,1548961200000,1548964800000,1548968400000,1548972000000,1548975600000,1548979200000,1548982800000,1548986400000,1548990000000,1548993600000,1548997200000,1549000800000,1549004400000,1549008000000,1549011600000,1549015200000,1549018800000,1549022400000,1549026000000,1549029600000,1549033200000,1549036800000,1549040400000,1549044000000,1549047600000,1549051200000,1549054800000,1549058400000,1549062000000,1549065600000,1549069200000,1549072800000,1549076400000,1549080000000,1549083600000,1549087200000,1549090800000,1549094400000,1549098000000,1549101600000,1549105200000,1549108800000,1549112400000,1549116000000,1549119600000,1549123200000,1549126800000,1549130400000,1549134000000,1549137600000,1549141200000,1549144800000,1549148400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[800,550,220,110,100,110,330,400,800,1390,1480,1960,1670,2050,3570,2120,1690,2220,2290,2140,2460,2480,2210,1220,900,230,140,60,60,370,690,890,1620,1700,1490,1590,1990,2280,1890,2280,2130,2280,2090,2350,2410,2450,1940,1240,470,300,70,70,40,180,2050,1060,1090,1080,1520,1940,1490,2120,2160,1720,2060,2610,2350,2580,2580,2860,1790,1240,510,330,130,70,70,250,840,970,1150,1270,1560,2080,1920,2460,3500,2020,2410,2620,2640,2340,2550,2160,1890,1090,430,270,90,70,120,190,640,1090,1330,3630,1780,2170,2090,1980,2400,1810,2120,2590,2400,2170,2250,2380,2180,1200,540,280,160,690,80,210,700,1430,1320,1540,1580,2220,1930,2140,2070,1960,1930,2000,2460,2370,2420,2210,1890,1260,720,300,130,70,40,80,2190,760,1060,1430,1590,2120,2310,2210,1720,2060,1930,1990,1880,2040,1870,1820,1680,1170]},{"name":"URL","color":"#2373DB","values":[610,410,230,130,100,50,130,160,350,780,1340,1350,1500,1400,1530,1650,1450,1570,1520,1620,1710,1610,1090,800,470,170,170,10,0,150,320,740,970,1280,1450,1720,1440,1660,1980,1910,2120,2440,2480,2460,2150,2320,1450,640,360,190,80,60,10,100,470,740,1080,1110,1440,1710,1630,2250,2150,2200,2370,2370,2520,1870,2110,1660,1220,850,310,170,150,90,50,80,410,690,1070,1210,1340,1530,1850,1590,1780,1960,2240,2640,2250,2290,2590,1830,1160,570,370,280,70,30,30,100,370,710,940,1210,1530,1600,1900,1850,1690,1630,2510,2230,2280,2280,2260,1680,1390,620,430,180,50,40,20,130,390,880,840,1330,1720,1810,2420,1980,1940,1930,2100,2570,2520,2190,1860,1140,1270,830,330,200,130,30,60,130,280,340,730,1190,1770,1780,1700,1650,1760,1430,1860,1960,1840,1500,1280,1080,910,930]},{"name":"Groups","color":"#9ED448","values":[1620,900,230,100,80,210,90,470,900,1060,1420,1540,1550,1270,1740,1390,1720,1810,1980,1870,2630,2780,3050,1980,770,400,110,50,50,520,860,990,1080,1230,1240,1480,2030,1660,1670,1770,1710,1930,2090,2060,2830,2870,3440,2520,730,180,120,130,120,230,950,1100,990,1290,1250,1510,1880,1640,1710,1240,1910,1690,1720,1920,2300,3450,2530,1760,840,270,110,40,50,220,760,1020,1290,1340,1500,1460,1700,1670,1770,1840,1620,1890,2270,2080,2460,3020,2900,1790,830,280,90,50,20,420,580,890,1120,1490,1130,1640,1670,1510,1600,1440,1620,1730,1600,1980,2690,3440,2210,2140,1020,310,140,40,90,310,660,1060,960,1480,930,1280,1710,1720,1650,1830,2210,1820,1620,2070,1970,2180,2340,1740,920,400,80,40,60,110,310,630,1140,1070,1250,1310,1600,1560,1250,1510,1560,1270,1550,1330,1360,1870,2060,1670]},{"name":"Channel","color":"#4fae4e","values":[70,20,30,40,0,0,20,20,80,120,80,160,120,230,310,250,100,150,370,140,130,170,200,160,100,70,0,0,0,110,90,30,120,220,70,120,160,150,150,220,190,130,120,220,200,150,180,100,70,0,10,30,10,20,70,50,50,80,140,90,80,110,150,120,230,170,170,210,230,120,220,80,70,40,10,10,10,0,70,50,30,130,80,110,110,180,250,90,230,110,90,150,100,230,220,130,40,30,10,0,10,0,10,90,70,60,90,160,130,140,220,70,80,330,160,140,130,180,270,240,130,60,0,50,10,40,80,100,100,180,100,210,140,170,180,140,80,240,120,70,260,300,100,110,50,110,40,10,0,50,40,100,90,120,150,160,210,140,240,210,150,190,120,120,140,100,70,200]},{"name":"Search","color":"#F5BD25","values":[210,50,10,10,10,0,20,70,170,450,310,240,330,300,1660,2000,1750,680,310,390,300,400,1460,880,170,20,0,0,0,10,190,120,310,180,130,400,240,490,240,120,180,490,290,60,170,120,170,90,130,10,0,20,0,20,290,70,350,100,260,180,170,280,230,180,260,470,180,350,300,200,220,50,30,10,0,0,0,10,350,380,190,180,120,490,160,180,380,160,280,370,270,220,210,280,140,110,80,140,40,10,0,20,50,370,140,190,170,500,170,110,290,180,270,820,330,260,350,190,920,250,140,140,80,20,60,130,300,510,180,140,420,430,560,190,140,330,250,260,480,230,530,150,70,90,60,70,10,0,0,20,20,410,320,410,360,460,430,260,400,290,220,520,310,320,180,330,120,150]},{"name":"Other","color":"#F79E39","values":[210,180,50,20,30,20,50,260,190,180,260,430,450,470,280,290,280,320,360,310,430,320,380,220,120,80,20,10,20,40,110,160,230,200,220,300,260,420,240,310,250,200,330,390,360,300,240,150,120,50,30,10,10,50,160,210,280,250,140,310,330,240,330,280,330,400,410,410,430,390,160,160,80,60,0,50,30,30,110,200,150,200,270,320,340,360,260,360,310,360,360,330,600,350,330,80,70,40,30,0,40,30,160,140,180,350,240,310,390,390,370,210,280,310,320,320,460,310,330,220,30,70,50,30,10,70,120,130,210,320,270,210,350,350,250,190,310,410,280,280,250,470,220,260,70,50,10,10,10,30,60,50,210,290,210,320,360,320,320,210,390,320,400,270,270,390,240,190]},{"name":"PM","color":"#E65850","values":[10,10,0,0,0,10,10,0,10,10,10,0,20,0,10,10,20,0,0,20,20,10,0,20,0,0,0,0,0,0,0,10,10,10,0,10,0,0,0,0,10,0,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,10,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,10,0,0,10,10,0,0,10,0,0,10,0,0,0,0,0,0,0,10,20,10,0,10,20,10,0,10,10,0,20,0,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,10,0,0,10,10,40,10,10,0,10,20,10,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,20,0,20,0,10,10,0,0,20]}]} diff --git a/dist/chartDummyData/views_zoom/2019-01/31.json b/dist/chartDummyData/views_zoom/2019-01/31.json new file mode 100644 index 000000000..74562bf8c --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-01/31.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1548633600000,1548637200000,1548640800000,1548644400000,1548648000000,1548651600000,1548655200000,1548658800000,1548662400000,1548666000000,1548669600000,1548673200000,1548676800000,1548680400000,1548684000000,1548687600000,1548691200000,1548694800000,1548698400000,1548702000000,1548705600000,1548709200000,1548712800000,1548716400000,1548720000000,1548723600000,1548727200000,1548730800000,1548734400000,1548738000000,1548741600000,1548745200000,1548748800000,1548752400000,1548756000000,1548759600000,1548763200000,1548766800000,1548770400000,1548774000000,1548777600000,1548781200000,1548784800000,1548788400000,1548792000000,1548795600000,1548799200000,1548802800000,1548806400000,1548810000000,1548813600000,1548817200000,1548820800000,1548824400000,1548828000000,1548831600000,1548835200000,1548838800000,1548842400000,1548846000000,1548849600000,1548853200000,1548856800000,1548860400000,1548864000000,1548867600000,1548871200000,1548874800000,1548878400000,1548882000000,1548885600000,1548889200000,1548892800000,1548896400000,1548900000000,1548903600000,1548907200000,1548910800000,1548914400000,1548918000000,1548921600000,1548925200000,1548928800000,1548932400000,1548936000000,1548939600000,1548943200000,1548946800000,1548950400000,1548954000000,1548957600000,1548961200000,1548964800000,1548968400000,1548972000000,1548975600000,1548979200000,1548982800000,1548986400000,1548990000000,1548993600000,1548997200000,1549000800000,1549004400000,1549008000000,1549011600000,1549015200000,1549018800000,1549022400000,1549026000000,1549029600000,1549033200000,1549036800000,1549040400000,1549044000000,1549047600000,1549051200000,1549054800000,1549058400000,1549062000000,1549065600000,1549069200000,1549072800000,1549076400000,1549080000000,1549083600000,1549087200000,1549090800000,1549094400000,1549098000000,1549101600000,1549105200000,1549108800000,1549112400000,1549116000000,1549119600000,1549123200000,1549126800000,1549130400000,1549134000000,1549137600000,1549141200000,1549144800000,1549148400000,1549152000000,1549155600000,1549159200000,1549162800000,1549166400000,1549170000000,1549173600000,1549177200000,1549180800000,1549184400000,1549188000000,1549191600000,1549195200000,1549198800000,1549202400000,1549206000000,1549209600000,1549213200000,1549216800000,1549220400000,1549224000000,1549227600000,1549231200000,1549234800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[900,230,140,60,60,370,690,890,1620,1700,1490,1590,1990,2280,1890,2280,2130,2280,2090,2350,2410,2450,1940,1240,470,300,70,70,40,180,2050,1060,1090,1080,1520,1940,1490,2120,2160,1720,2060,2610,2350,2580,2580,2860,1790,1240,510,330,130,70,70,250,840,970,1150,1270,1560,2080,1920,2460,3500,2020,2410,2620,2640,2340,2550,2160,1890,1090,430,270,90,70,120,190,640,1090,1330,3630,1780,2170,2090,1980,2400,1810,2120,2590,2400,2170,2250,2380,2180,1200,540,280,160,690,80,210,700,1430,1320,1540,1580,2220,1930,2140,2070,1960,1930,2000,2460,2370,2420,2210,1890,1260,720,300,130,70,40,80,2190,760,1060,1430,1590,2120,2310,2210,1720,2060,1930,1990,1880,2040,1870,1820,1680,1170,960,750,310,50,1230,60,160,480,930,1840,1630,2930,2420,2210,2040,1680,2220,2220,2300,2130,2100,3170,1870,1610]},{"name":"URL","color":"#2373DB","values":[470,170,170,10,0,150,320,740,970,1280,1450,1720,1440,1660,1980,1910,2120,2440,2480,2460,2150,2320,1450,640,360,190,80,60,10,100,470,740,1080,1110,1440,1710,1630,2250,2150,2200,2370,2370,2520,1870,2110,1660,1220,850,310,170,150,90,50,80,410,690,1070,1210,1340,1530,1850,1590,1780,1960,2240,2640,2250,2290,2590,1830,1160,570,370,280,70,30,30,100,370,710,940,1210,1530,1600,1900,1850,1690,1630,2510,2230,2280,2280,2260,1680,1390,620,430,180,50,40,20,130,390,880,840,1330,1720,1810,2420,1980,1940,1930,2100,2570,2520,2190,1860,1140,1270,830,330,200,130,30,60,130,280,340,730,1190,1770,1780,1700,1650,1760,1430,1860,1960,1840,1500,1280,1080,910,930,510,250,80,70,30,40,100,170,610,1090,1420,1320,1290,1400,1320,1510,1590,1350,1790,1580,1900,1830,1170,760]},{"name":"Groups","color":"#9ED448","values":[770,400,110,50,50,520,860,990,1080,1230,1240,1480,2030,1660,1670,1770,1710,1930,2090,2060,2830,2870,3440,2520,730,180,120,130,120,230,950,1100,990,1290,1250,1510,1880,1640,1710,1240,1910,1690,1720,1920,2300,3450,2530,1760,840,270,110,40,50,220,760,1020,1290,1340,1500,1460,1700,1670,1770,1840,1620,1890,2270,2080,2460,3020,2900,1790,830,280,90,50,20,420,580,890,1120,1490,1130,1640,1670,1510,1600,1440,1620,1730,1600,1980,2690,3440,2210,2140,1020,310,140,40,90,310,660,1060,960,1480,930,1280,1710,1720,1650,1830,2210,1820,1620,2070,1970,2180,2340,1740,920,400,80,40,60,110,310,630,1140,1070,1250,1310,1600,1560,1250,1510,1560,1270,1550,1330,1360,1870,2060,1670,1200,730,380,100,70,30,340,410,1120,1330,1630,1570,1610,1510,1340,1210,1410,1410,1710,1910,2270,2700,3000,2110]},{"name":"Channel","color":"#4fae4e","values":[100,70,0,0,0,110,90,30,120,220,70,120,160,150,150,220,190,130,120,220,200,150,180,100,70,0,10,30,10,20,70,50,50,80,140,90,80,110,150,120,230,170,170,210,230,120,220,80,70,40,10,10,10,0,70,50,30,130,80,110,110,180,250,90,230,110,90,150,100,230,220,130,40,30,10,0,10,0,10,90,70,60,90,160,130,140,220,70,80,330,160,140,130,180,270,240,130,60,0,50,10,40,80,100,100,180,100,210,140,170,180,140,80,240,120,70,260,300,100,110,50,110,40,10,0,50,40,100,90,120,150,160,210,140,240,210,150,190,120,120,140,100,70,200,70,70,40,10,0,40,60,0,150,130,130,160,260,120,150,70,160,150,200,180,240,200,130,480]},{"name":"Search","color":"#F5BD25","values":[170,20,0,0,0,10,190,120,310,180,130,400,240,490,240,120,180,490,290,60,170,120,170,90,130,10,0,20,0,20,290,70,350,100,260,180,170,280,230,180,260,470,180,350,300,200,220,50,30,10,0,0,0,10,350,380,190,180,120,490,160,180,380,160,280,370,270,220,210,280,140,110,80,140,40,10,0,20,50,370,140,190,170,500,170,110,290,180,270,820,330,260,350,190,920,250,140,140,80,20,60,130,300,510,180,140,420,430,560,190,140,330,250,260,480,230,530,150,70,90,60,70,10,0,0,20,20,410,320,410,360,460,430,260,400,290,220,520,310,320,180,330,120,150,40,40,0,0,10,0,20,80,380,310,230,240,210,300,190,210,640,260,220,440,290,140,200,220]},{"name":"Other","color":"#F79E39","values":[120,80,20,10,20,40,110,160,230,200,220,300,260,420,240,310,250,200,330,390,360,300,240,150,120,50,30,10,10,50,160,210,280,250,140,310,330,240,330,280,330,400,410,410,430,390,160,160,80,60,0,50,30,30,110,200,150,200,270,320,340,360,260,360,310,360,360,330,600,350,330,80,70,40,30,0,40,30,160,140,180,350,240,310,390,390,370,210,280,310,320,320,460,310,330,220,30,70,50,30,10,70,120,130,210,320,270,210,350,350,250,190,310,410,280,280,250,470,220,260,70,50,10,10,10,30,60,50,210,290,210,320,360,320,320,210,390,320,400,270,270,390,240,190,140,60,60,20,0,20,50,100,140,250,280,330,300,340,240,190,300,290,250,340,440,340,310,170]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,10,10,0,10,0,0,0,0,10,0,10,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,10,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,10,0,0,10,10,0,0,10,0,0,10,0,0,0,0,0,0,0,10,20,10,0,10,20,10,0,10,10,0,20,0,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,10,0,0,10,10,40,10,10,0,10,20,10,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,20,0,20,0,10,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,30,10,40,10,10,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/01.json b/dist/chartDummyData/views_zoom/2019-02/01.json new file mode 100644 index 000000000..1d635c900 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/01.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1548720000000,1548723600000,1548727200000,1548730800000,1548734400000,1548738000000,1548741600000,1548745200000,1548748800000,1548752400000,1548756000000,1548759600000,1548763200000,1548766800000,1548770400000,1548774000000,1548777600000,1548781200000,1548784800000,1548788400000,1548792000000,1548795600000,1548799200000,1548802800000,1548806400000,1548810000000,1548813600000,1548817200000,1548820800000,1548824400000,1548828000000,1548831600000,1548835200000,1548838800000,1548842400000,1548846000000,1548849600000,1548853200000,1548856800000,1548860400000,1548864000000,1548867600000,1548871200000,1548874800000,1548878400000,1548882000000,1548885600000,1548889200000,1548892800000,1548896400000,1548900000000,1548903600000,1548907200000,1548910800000,1548914400000,1548918000000,1548921600000,1548925200000,1548928800000,1548932400000,1548936000000,1548939600000,1548943200000,1548946800000,1548950400000,1548954000000,1548957600000,1548961200000,1548964800000,1548968400000,1548972000000,1548975600000,1548979200000,1548982800000,1548986400000,1548990000000,1548993600000,1548997200000,1549000800000,1549004400000,1549008000000,1549011600000,1549015200000,1549018800000,1549022400000,1549026000000,1549029600000,1549033200000,1549036800000,1549040400000,1549044000000,1549047600000,1549051200000,1549054800000,1549058400000,1549062000000,1549065600000,1549069200000,1549072800000,1549076400000,1549080000000,1549083600000,1549087200000,1549090800000,1549094400000,1549098000000,1549101600000,1549105200000,1549108800000,1549112400000,1549116000000,1549119600000,1549123200000,1549126800000,1549130400000,1549134000000,1549137600000,1549141200000,1549144800000,1549148400000,1549152000000,1549155600000,1549159200000,1549162800000,1549166400000,1549170000000,1549173600000,1549177200000,1549180800000,1549184400000,1549188000000,1549191600000,1549195200000,1549198800000,1549202400000,1549206000000,1549209600000,1549213200000,1549216800000,1549220400000,1549224000000,1549227600000,1549231200000,1549234800000,1549238400000,1549242000000,1549245600000,1549249200000,1549252800000,1549256400000,1549260000000,1549263600000,1549267200000,1549270800000,1549274400000,1549278000000,1549281600000,1549285200000,1549288800000,1549292400000,1549296000000,1549299600000,1549303200000,1549306800000,1549310400000,1549314000000,1549317600000,1549321200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[470,300,70,70,40,180,2050,1060,1090,1080,1520,1940,1490,2120,2160,1720,2060,2610,2350,2580,2580,2860,1790,1240,510,330,130,70,70,250,840,970,1150,1270,1560,2080,1920,2460,3500,2020,2410,2620,2640,2340,2550,2160,1890,1090,430,270,90,70,120,190,640,1090,1330,3630,1780,2170,2090,1980,2400,1810,2120,2590,2400,2170,2250,2380,2180,1200,540,280,160,690,80,210,700,1430,1320,1540,1580,2220,1930,2140,2070,1960,1930,2000,2460,2370,2420,2210,1890,1260,720,300,130,70,40,80,2190,760,1060,1430,1590,2120,2310,2210,1720,2060,1930,1990,1880,2040,1870,1820,1680,1170,960,750,310,50,1230,60,160,480,930,1840,1630,2930,2420,2210,2040,1680,2220,2220,2300,2130,2100,3170,1870,1610,620,250,130,140,80,130,1550,800,1220,1660,2250,1930,1870,1900,2330,2010,1710,2100,2150,2130,2520,2330,1740,1160]},{"name":"URL","color":"#2373DB","values":[360,190,80,60,10,100,470,740,1080,1110,1440,1710,1630,2250,2150,2200,2370,2370,2520,1870,2110,1660,1220,850,310,170,150,90,50,80,410,690,1070,1210,1340,1530,1850,1590,1780,1960,2240,2640,2250,2290,2590,1830,1160,570,370,280,70,30,30,100,370,710,940,1210,1530,1600,1900,1850,1690,1630,2510,2230,2280,2280,2260,1680,1390,620,430,180,50,40,20,130,390,880,840,1330,1720,1810,2420,1980,1940,1930,2100,2570,2520,2190,1860,1140,1270,830,330,200,130,30,60,130,280,340,730,1190,1770,1780,1700,1650,1760,1430,1860,1960,1840,1500,1280,1080,910,930,510,250,80,70,30,40,100,170,610,1090,1420,1320,1290,1400,1320,1510,1590,1350,1790,1580,1900,1830,1170,760,270,130,50,80,40,90,390,620,940,1030,1550,1680,1820,1770,1380,1500,2000,2580,2340,2090,2020,1870,1470,1200]},{"name":"Groups","color":"#9ED448","values":[730,180,120,130,120,230,950,1100,990,1290,1250,1510,1880,1640,1710,1240,1910,1690,1720,1920,2300,3450,2530,1760,840,270,110,40,50,220,760,1020,1290,1340,1500,1460,1700,1670,1770,1840,1620,1890,2270,2080,2460,3020,2900,1790,830,280,90,50,20,420,580,890,1120,1490,1130,1640,1670,1510,1600,1440,1620,1730,1600,1980,2690,3440,2210,2140,1020,310,140,40,90,310,660,1060,960,1480,930,1280,1710,1720,1650,1830,2210,1820,1620,2070,1970,2180,2340,1740,920,400,80,40,60,110,310,630,1140,1070,1250,1310,1600,1560,1250,1510,1560,1270,1550,1330,1360,1870,2060,1670,1200,730,380,100,70,30,340,410,1120,1330,1630,1570,1610,1510,1340,1210,1410,1410,1710,1910,2270,2700,3000,2110,1110,320,120,60,50,230,660,1080,910,1190,1330,1290,2120,2130,1410,1460,1650,1890,2450,1930,2370,3140,2390,1780]},{"name":"Channel","color":"#4fae4e","values":[70,0,10,30,10,20,70,50,50,80,140,90,80,110,150,120,230,170,170,210,230,120,220,80,70,40,10,10,10,0,70,50,30,130,80,110,110,180,250,90,230,110,90,150,100,230,220,130,40,30,10,0,10,0,10,90,70,60,90,160,130,140,220,70,80,330,160,140,130,180,270,240,130,60,0,50,10,40,80,100,100,180,100,210,140,170,180,140,80,240,120,70,260,300,100,110,50,110,40,10,0,50,40,100,90,120,150,160,210,140,240,210,150,190,120,120,140,100,70,200,70,70,40,10,0,40,60,0,150,130,130,160,260,120,150,70,160,150,200,180,240,200,130,480,130,50,20,10,0,10,60,60,100,110,60,120,180,200,190,110,190,130,270,110,170,170,160,30]},{"name":"Search","color":"#F5BD25","values":[130,10,0,20,0,20,290,70,350,100,260,180,170,280,230,180,260,470,180,350,300,200,220,50,30,10,0,0,0,10,350,380,190,180,120,490,160,180,380,160,280,370,270,220,210,280,140,110,80,140,40,10,0,20,50,370,140,190,170,500,170,110,290,180,270,820,330,260,350,190,920,250,140,140,80,20,60,130,300,510,180,140,420,430,560,190,140,330,250,260,480,230,530,150,70,90,60,70,10,0,0,20,20,410,320,410,360,460,430,260,400,290,220,520,310,320,180,330,120,150,40,40,0,0,10,0,20,80,380,310,230,240,210,300,190,210,640,260,220,440,290,140,200,220,200,20,70,10,10,30,80,160,170,310,110,410,370,350,250,190,260,200,240,280,520,380,250,110]},{"name":"Other","color":"#F79E39","values":[120,50,30,10,10,50,160,210,280,250,140,310,330,240,330,280,330,400,410,410,430,390,160,160,80,60,0,50,30,30,110,200,150,200,270,320,340,360,260,360,310,360,360,330,600,350,330,80,70,40,30,0,40,30,160,140,180,350,240,310,390,390,370,210,280,310,320,320,460,310,330,220,30,70,50,30,10,70,120,130,210,320,270,210,350,350,250,190,310,410,280,280,250,470,220,260,70,50,10,10,10,30,60,50,210,290,210,320,360,320,320,210,390,320,400,270,270,390,240,190,140,60,60,20,0,20,50,100,140,250,280,330,300,340,240,190,300,290,250,340,440,340,310,170,140,80,50,30,20,80,90,190,200,140,180,240,270,190,500,280,270,330,380,570,380,560,340,140]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,0,10,10,0,20,10,10,0,10,10,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,10,0,0,10,10,0,0,10,0,0,10,0,0,0,0,0,0,0,10,20,10,0,10,20,10,0,10,10,0,20,0,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,10,0,0,10,10,40,10,10,0,10,20,10,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,20,0,20,0,10,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,30,10,40,10,10,0,10,0,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,20,0,10,20,10,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/02.json b/dist/chartDummyData/views_zoom/2019-02/02.json new file mode 100644 index 000000000..0b73020d5 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/02.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1548806400000,1548810000000,1548813600000,1548817200000,1548820800000,1548824400000,1548828000000,1548831600000,1548835200000,1548838800000,1548842400000,1548846000000,1548849600000,1548853200000,1548856800000,1548860400000,1548864000000,1548867600000,1548871200000,1548874800000,1548878400000,1548882000000,1548885600000,1548889200000,1548892800000,1548896400000,1548900000000,1548903600000,1548907200000,1548910800000,1548914400000,1548918000000,1548921600000,1548925200000,1548928800000,1548932400000,1548936000000,1548939600000,1548943200000,1548946800000,1548950400000,1548954000000,1548957600000,1548961200000,1548964800000,1548968400000,1548972000000,1548975600000,1548979200000,1548982800000,1548986400000,1548990000000,1548993600000,1548997200000,1549000800000,1549004400000,1549008000000,1549011600000,1549015200000,1549018800000,1549022400000,1549026000000,1549029600000,1549033200000,1549036800000,1549040400000,1549044000000,1549047600000,1549051200000,1549054800000,1549058400000,1549062000000,1549065600000,1549069200000,1549072800000,1549076400000,1549080000000,1549083600000,1549087200000,1549090800000,1549094400000,1549098000000,1549101600000,1549105200000,1549108800000,1549112400000,1549116000000,1549119600000,1549123200000,1549126800000,1549130400000,1549134000000,1549137600000,1549141200000,1549144800000,1549148400000,1549152000000,1549155600000,1549159200000,1549162800000,1549166400000,1549170000000,1549173600000,1549177200000,1549180800000,1549184400000,1549188000000,1549191600000,1549195200000,1549198800000,1549202400000,1549206000000,1549209600000,1549213200000,1549216800000,1549220400000,1549224000000,1549227600000,1549231200000,1549234800000,1549238400000,1549242000000,1549245600000,1549249200000,1549252800000,1549256400000,1549260000000,1549263600000,1549267200000,1549270800000,1549274400000,1549278000000,1549281600000,1549285200000,1549288800000,1549292400000,1549296000000,1549299600000,1549303200000,1549306800000,1549310400000,1549314000000,1549317600000,1549321200000,1549324800000,1549328400000,1549332000000,1549335600000,1549339200000,1549342800000,1549346400000,1549350000000,1549353600000,1549357200000,1549360800000,1549364400000,1549368000000,1549371600000,1549375200000,1549378800000,1549382400000,1549386000000,1549389600000,1549393200000,1549396800000,1549400400000,1549404000000,1549407600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[510,330,130,70,70,250,840,970,1150,1270,1560,2080,1920,2460,3500,2020,2410,2620,2640,2340,2550,2160,1890,1090,430,270,90,70,120,190,640,1090,1330,3630,1780,2170,2090,1980,2400,1810,2120,2590,2400,2170,2250,2380,2180,1200,540,280,160,690,80,210,700,1430,1320,1540,1580,2220,1930,2140,2070,1960,1930,2000,2460,2370,2420,2210,1890,1260,720,300,130,70,40,80,2190,760,1060,1430,1590,2120,2310,2210,1720,2060,1930,1990,1880,2040,1870,1820,1680,1170,960,750,310,50,1230,60,160,480,930,1840,1630,2930,2420,2210,2040,1680,2220,2220,2300,2130,2100,3170,1870,1610,620,250,130,140,80,130,1550,800,1220,1660,2250,1930,1870,1900,2330,2010,1710,2100,2150,2130,2520,2330,1740,1160,780,240,190,70,180,180,2700,1300,1030,1480,1800,1610,1750,2070,2100,2040,1940,2210,2110,2480,2660,2540,1900,1090]},{"name":"URL","color":"#2373DB","values":[310,170,150,90,50,80,410,690,1070,1210,1340,1530,1850,1590,1780,1960,2240,2640,2250,2290,2590,1830,1160,570,370,280,70,30,30,100,370,710,940,1210,1530,1600,1900,1850,1690,1630,2510,2230,2280,2280,2260,1680,1390,620,430,180,50,40,20,130,390,880,840,1330,1720,1810,2420,1980,1940,1930,2100,2570,2520,2190,1860,1140,1270,830,330,200,130,30,60,130,280,340,730,1190,1770,1780,1700,1650,1760,1430,1860,1960,1840,1500,1280,1080,910,930,510,250,80,70,30,40,100,170,610,1090,1420,1320,1290,1400,1320,1510,1590,1350,1790,1580,1900,1830,1170,760,270,130,50,80,40,90,390,620,940,1030,1550,1680,1820,1770,1380,1500,2000,2580,2340,2090,2020,1870,1470,1200,490,260,90,30,60,110,440,760,1050,1020,1570,1630,1950,1860,1680,2200,1870,2220,2370,2080,1950,1560,1210,810]},{"name":"Groups","color":"#9ED448","values":[840,270,110,40,50,220,760,1020,1290,1340,1500,1460,1700,1670,1770,1840,1620,1890,2270,2080,2460,3020,2900,1790,830,280,90,50,20,420,580,890,1120,1490,1130,1640,1670,1510,1600,1440,1620,1730,1600,1980,2690,3440,2210,2140,1020,310,140,40,90,310,660,1060,960,1480,930,1280,1710,1720,1650,1830,2210,1820,1620,2070,1970,2180,2340,1740,920,400,80,40,60,110,310,630,1140,1070,1250,1310,1600,1560,1250,1510,1560,1270,1550,1330,1360,1870,2060,1670,1200,730,380,100,70,30,340,410,1120,1330,1630,1570,1610,1510,1340,1210,1410,1410,1710,1910,2270,2700,3000,2110,1110,320,120,60,50,230,660,1080,910,1190,1330,1290,2120,2130,1410,1460,1650,1890,2450,1930,2370,3140,2390,1780,670,170,90,50,50,260,540,1090,1360,1030,1090,1250,1930,1810,1610,1760,1430,1720,2330,1760,2520,2850,2630,1630]},{"name":"Channel","color":"#4fae4e","values":[70,40,10,10,10,0,70,50,30,130,80,110,110,180,250,90,230,110,90,150,100,230,220,130,40,30,10,0,10,0,10,90,70,60,90,160,130,140,220,70,80,330,160,140,130,180,270,240,130,60,0,50,10,40,80,100,100,180,100,210,140,170,180,140,80,240,120,70,260,300,100,110,50,110,40,10,0,50,40,100,90,120,150,160,210,140,240,210,150,190,120,120,140,100,70,200,70,70,40,10,0,40,60,0,150,130,130,160,260,120,150,70,160,150,200,180,240,200,130,480,130,50,20,10,0,10,60,60,100,110,60,120,180,200,190,110,190,130,270,110,170,170,160,30,10,0,30,0,20,10,50,60,50,200,120,130,90,250,250,140,90,160,120,160,330,190,200,130]},{"name":"Search","color":"#F5BD25","values":[30,10,0,0,0,10,350,380,190,180,120,490,160,180,380,160,280,370,270,220,210,280,140,110,80,140,40,10,0,20,50,370,140,190,170,500,170,110,290,180,270,820,330,260,350,190,920,250,140,140,80,20,60,130,300,510,180,140,420,430,560,190,140,330,250,260,480,230,530,150,70,90,60,70,10,0,0,20,20,410,320,410,360,460,430,260,400,290,220,520,310,320,180,330,120,150,40,40,0,0,10,0,20,80,380,310,230,240,210,300,190,210,640,260,220,440,290,140,200,220,200,20,70,10,10,30,80,160,170,310,110,410,370,350,250,190,260,200,240,280,520,380,250,110,30,150,10,10,20,30,200,180,310,340,490,190,210,140,190,210,200,180,260,250,300,210,110,110]},{"name":"Other","color":"#F79E39","values":[80,60,0,50,30,30,110,200,150,200,270,320,340,360,260,360,310,360,360,330,600,350,330,80,70,40,30,0,40,30,160,140,180,350,240,310,390,390,370,210,280,310,320,320,460,310,330,220,30,70,50,30,10,70,120,130,210,320,270,210,350,350,250,190,310,410,280,280,250,470,220,260,70,50,10,10,10,30,60,50,210,290,210,320,360,320,320,210,390,320,400,270,270,390,240,190,140,60,60,20,0,20,50,100,140,250,280,330,300,340,240,190,300,290,250,340,440,340,310,170,140,80,50,30,20,80,90,190,200,140,180,240,270,190,500,280,270,330,380,570,380,560,340,140,60,30,10,30,10,70,120,210,220,100,190,290,350,450,270,350,250,440,380,360,360,390,300,200]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,10,0,10,0,10,0,0,10,10,0,0,10,0,0,10,0,0,0,0,0,0,0,10,20,10,0,10,20,10,0,10,10,0,20,0,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,10,0,0,10,10,40,10,10,0,10,20,10,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,20,0,20,0,10,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,30,10,40,10,10,0,10,0,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,20,0,10,20,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,30,10,0,0,10,0,20,0,0,30,10,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/03.json b/dist/chartDummyData/views_zoom/2019-02/03.json new file mode 100644 index 000000000..2ff1dcd19 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/03.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1548892800000,1548896400000,1548900000000,1548903600000,1548907200000,1548910800000,1548914400000,1548918000000,1548921600000,1548925200000,1548928800000,1548932400000,1548936000000,1548939600000,1548943200000,1548946800000,1548950400000,1548954000000,1548957600000,1548961200000,1548964800000,1548968400000,1548972000000,1548975600000,1548979200000,1548982800000,1548986400000,1548990000000,1548993600000,1548997200000,1549000800000,1549004400000,1549008000000,1549011600000,1549015200000,1549018800000,1549022400000,1549026000000,1549029600000,1549033200000,1549036800000,1549040400000,1549044000000,1549047600000,1549051200000,1549054800000,1549058400000,1549062000000,1549065600000,1549069200000,1549072800000,1549076400000,1549080000000,1549083600000,1549087200000,1549090800000,1549094400000,1549098000000,1549101600000,1549105200000,1549108800000,1549112400000,1549116000000,1549119600000,1549123200000,1549126800000,1549130400000,1549134000000,1549137600000,1549141200000,1549144800000,1549148400000,1549152000000,1549155600000,1549159200000,1549162800000,1549166400000,1549170000000,1549173600000,1549177200000,1549180800000,1549184400000,1549188000000,1549191600000,1549195200000,1549198800000,1549202400000,1549206000000,1549209600000,1549213200000,1549216800000,1549220400000,1549224000000,1549227600000,1549231200000,1549234800000,1549238400000,1549242000000,1549245600000,1549249200000,1549252800000,1549256400000,1549260000000,1549263600000,1549267200000,1549270800000,1549274400000,1549278000000,1549281600000,1549285200000,1549288800000,1549292400000,1549296000000,1549299600000,1549303200000,1549306800000,1549310400000,1549314000000,1549317600000,1549321200000,1549324800000,1549328400000,1549332000000,1549335600000,1549339200000,1549342800000,1549346400000,1549350000000,1549353600000,1549357200000,1549360800000,1549364400000,1549368000000,1549371600000,1549375200000,1549378800000,1549382400000,1549386000000,1549389600000,1549393200000,1549396800000,1549400400000,1549404000000,1549407600000,1549411200000,1549414800000,1549418400000,1549422000000,1549425600000,1549429200000,1549432800000,1549436400000,1549440000000,1549443600000,1549447200000,1549450800000,1549454400000,1549458000000,1549461600000,1549465200000,1549468800000,1549472400000,1549476000000,1549479600000,1549483200000,1549486800000,1549490400000,1549494000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[430,270,90,70,120,190,640,1090,1330,3630,1780,2170,2090,1980,2400,1810,2120,2590,2400,2170,2250,2380,2180,1200,540,280,160,690,80,210,700,1430,1320,1540,1580,2220,1930,2140,2070,1960,1930,2000,2460,2370,2420,2210,1890,1260,720,300,130,70,40,80,2190,760,1060,1430,1590,2120,2310,2210,1720,2060,1930,1990,1880,2040,1870,1820,1680,1170,960,750,310,50,1230,60,160,480,930,1840,1630,2930,2420,2210,2040,1680,2220,2220,2300,2130,2100,3170,1870,1610,620,250,130,140,80,130,1550,800,1220,1660,2250,1930,1870,1900,2330,2010,1710,2100,2150,2130,2520,2330,1740,1160,780,240,190,70,180,180,2700,1300,1030,1480,1800,1610,1750,2070,2100,2040,1940,2210,2110,2480,2660,2540,1900,1090,600,270,80,60,90,2230,440,740,1060,1800,1550,1530,1660,2370,2280,2090,1960,2400,2630,2430,2830,2980,2210,1210]},{"name":"URL","color":"#2373DB","values":[370,280,70,30,30,100,370,710,940,1210,1530,1600,1900,1850,1690,1630,2510,2230,2280,2280,2260,1680,1390,620,430,180,50,40,20,130,390,880,840,1330,1720,1810,2420,1980,1940,1930,2100,2570,2520,2190,1860,1140,1270,830,330,200,130,30,60,130,280,340,730,1190,1770,1780,1700,1650,1760,1430,1860,1960,1840,1500,1280,1080,910,930,510,250,80,70,30,40,100,170,610,1090,1420,1320,1290,1400,1320,1510,1590,1350,1790,1580,1900,1830,1170,760,270,130,50,80,40,90,390,620,940,1030,1550,1680,1820,1770,1380,1500,2000,2580,2340,2090,2020,1870,1470,1200,490,260,90,30,60,110,440,760,1050,1020,1570,1630,1950,1860,1680,2200,1870,2220,2370,2080,1950,1560,1210,810,390,270,100,80,20,40,230,760,1160,1300,1180,1890,1920,1770,1910,1660,1940,2530,2400,2270,2050,1790,1220,790]},{"name":"Groups","color":"#9ED448","values":[830,280,90,50,20,420,580,890,1120,1490,1130,1640,1670,1510,1600,1440,1620,1730,1600,1980,2690,3440,2210,2140,1020,310,140,40,90,310,660,1060,960,1480,930,1280,1710,1720,1650,1830,2210,1820,1620,2070,1970,2180,2340,1740,920,400,80,40,60,110,310,630,1140,1070,1250,1310,1600,1560,1250,1510,1560,1270,1550,1330,1360,1870,2060,1670,1200,730,380,100,70,30,340,410,1120,1330,1630,1570,1610,1510,1340,1210,1410,1410,1710,1910,2270,2700,3000,2110,1110,320,120,60,50,230,660,1080,910,1190,1330,1290,2120,2130,1410,1460,1650,1890,2450,1930,2370,3140,2390,1780,670,170,90,50,50,260,540,1090,1360,1030,1090,1250,1930,1810,1610,1760,1430,1720,2330,1760,2520,2850,2630,1630,870,300,70,120,40,330,750,1010,990,1280,1260,1320,1690,1750,1600,1800,1350,2060,1970,2290,1720,2730,2890,1950]},{"name":"Channel","color":"#4fae4e","values":[40,30,10,0,10,0,10,90,70,60,90,160,130,140,220,70,80,330,160,140,130,180,270,240,130,60,0,50,10,40,80,100,100,180,100,210,140,170,180,140,80,240,120,70,260,300,100,110,50,110,40,10,0,50,40,100,90,120,150,160,210,140,240,210,150,190,120,120,140,100,70,200,70,70,40,10,0,40,60,0,150,130,130,160,260,120,150,70,160,150,200,180,240,200,130,480,130,50,20,10,0,10,60,60,100,110,60,120,180,200,190,110,190,130,270,110,170,170,160,30,10,0,30,0,20,10,50,60,50,200,120,130,90,250,250,140,90,160,120,160,330,190,200,130,70,10,10,10,0,0,80,10,90,80,110,300,60,160,150,120,400,90,180,470,240,330,210,180]},{"name":"Search","color":"#F5BD25","values":[80,140,40,10,0,20,50,370,140,190,170,500,170,110,290,180,270,820,330,260,350,190,920,250,140,140,80,20,60,130,300,510,180,140,420,430,560,190,140,330,250,260,480,230,530,150,70,90,60,70,10,0,0,20,20,410,320,410,360,460,430,260,400,290,220,520,310,320,180,330,120,150,40,40,0,0,10,0,20,80,380,310,230,240,210,300,190,210,640,260,220,440,290,140,200,220,200,20,70,10,10,30,80,160,170,310,110,410,370,350,250,190,260,200,240,280,520,380,250,110,30,150,10,10,20,30,200,180,310,340,490,190,210,140,190,210,200,180,260,250,300,210,110,110,20,10,20,0,0,70,220,230,300,310,80,470,270,250,200,240,230,80,380,270,270,640,330,160]},{"name":"Other","color":"#F79E39","values":[70,40,30,0,40,30,160,140,180,350,240,310,390,390,370,210,280,310,320,320,460,310,330,220,30,70,50,30,10,70,120,130,210,320,270,210,350,350,250,190,310,410,280,280,250,470,220,260,70,50,10,10,10,30,60,50,210,290,210,320,360,320,320,210,390,320,400,270,270,390,240,190,140,60,60,20,0,20,50,100,140,250,280,330,300,340,240,190,300,290,250,340,440,340,310,170,140,80,50,30,20,80,90,190,200,140,180,240,270,190,500,280,270,330,380,570,380,560,340,140,60,30,10,30,10,70,120,210,220,100,190,290,350,450,270,350,250,440,380,360,360,390,300,200,140,20,20,0,10,40,130,260,270,170,240,300,280,370,250,190,370,260,310,280,440,430,320,260]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,20,10,0,10,20,10,0,10,10,0,20,0,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,10,0,0,10,10,40,10,10,0,10,20,10,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,20,0,20,0,10,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,30,10,40,10,10,0,10,0,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,20,0,10,20,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,30,10,0,0,10,0,20,0,0,30,10,10,0,0,0,0,0,0,0,0,0,20,20,0,10,30,20,0,10,10,0,30,10,20,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/04.json b/dist/chartDummyData/views_zoom/2019-02/04.json new file mode 100644 index 000000000..9e598c69b --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/04.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1548979200000,1548982800000,1548986400000,1548990000000,1548993600000,1548997200000,1549000800000,1549004400000,1549008000000,1549011600000,1549015200000,1549018800000,1549022400000,1549026000000,1549029600000,1549033200000,1549036800000,1549040400000,1549044000000,1549047600000,1549051200000,1549054800000,1549058400000,1549062000000,1549065600000,1549069200000,1549072800000,1549076400000,1549080000000,1549083600000,1549087200000,1549090800000,1549094400000,1549098000000,1549101600000,1549105200000,1549108800000,1549112400000,1549116000000,1549119600000,1549123200000,1549126800000,1549130400000,1549134000000,1549137600000,1549141200000,1549144800000,1549148400000,1549152000000,1549155600000,1549159200000,1549162800000,1549166400000,1549170000000,1549173600000,1549177200000,1549180800000,1549184400000,1549188000000,1549191600000,1549195200000,1549198800000,1549202400000,1549206000000,1549209600000,1549213200000,1549216800000,1549220400000,1549224000000,1549227600000,1549231200000,1549234800000,1549238400000,1549242000000,1549245600000,1549249200000,1549252800000,1549256400000,1549260000000,1549263600000,1549267200000,1549270800000,1549274400000,1549278000000,1549281600000,1549285200000,1549288800000,1549292400000,1549296000000,1549299600000,1549303200000,1549306800000,1549310400000,1549314000000,1549317600000,1549321200000,1549324800000,1549328400000,1549332000000,1549335600000,1549339200000,1549342800000,1549346400000,1549350000000,1549353600000,1549357200000,1549360800000,1549364400000,1549368000000,1549371600000,1549375200000,1549378800000,1549382400000,1549386000000,1549389600000,1549393200000,1549396800000,1549400400000,1549404000000,1549407600000,1549411200000,1549414800000,1549418400000,1549422000000,1549425600000,1549429200000,1549432800000,1549436400000,1549440000000,1549443600000,1549447200000,1549450800000,1549454400000,1549458000000,1549461600000,1549465200000,1549468800000,1549472400000,1549476000000,1549479600000,1549483200000,1549486800000,1549490400000,1549494000000,1549497600000,1549501200000,1549504800000,1549508400000,1549512000000,1549515600000,1549519200000,1549522800000,1549526400000,1549530000000,1549533600000,1549537200000,1549540800000,1549544400000,1549548000000,1549551600000,1549555200000,1549558800000,1549562400000,1549566000000,1549569600000,1549573200000,1549576800000,1549580400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[540,280,160,690,80,210,700,1430,1320,1540,1580,2220,1930,2140,2070,1960,1930,2000,2460,2370,2420,2210,1890,1260,720,300,130,70,40,80,2190,760,1060,1430,1590,2120,2310,2210,1720,2060,1930,1990,1880,2040,1870,1820,1680,1170,960,750,310,50,1230,60,160,480,930,1840,1630,2930,2420,2210,2040,1680,2220,2220,2300,2130,2100,3170,1870,1610,620,250,130,140,80,130,1550,800,1220,1660,2250,1930,1870,1900,2330,2010,1710,2100,2150,2130,2520,2330,1740,1160,780,240,190,70,180,180,2700,1300,1030,1480,1800,1610,1750,2070,2100,2040,1940,2210,2110,2480,2660,2540,1900,1090,600,270,80,60,90,2230,440,740,1060,1800,1550,1530,1660,2370,2280,2090,1960,2400,2630,2430,2830,2980,2210,1210,710,450,180,220,60,200,980,910,1250,1090,1800,3800,1870,2130,2130,2170,2290,2120,2880,2610,2350,2250,1870,1500]},{"name":"URL","color":"#2373DB","values":[430,180,50,40,20,130,390,880,840,1330,1720,1810,2420,1980,1940,1930,2100,2570,2520,2190,1860,1140,1270,830,330,200,130,30,60,130,280,340,730,1190,1770,1780,1700,1650,1760,1430,1860,1960,1840,1500,1280,1080,910,930,510,250,80,70,30,40,100,170,610,1090,1420,1320,1290,1400,1320,1510,1590,1350,1790,1580,1900,1830,1170,760,270,130,50,80,40,90,390,620,940,1030,1550,1680,1820,1770,1380,1500,2000,2580,2340,2090,2020,1870,1470,1200,490,260,90,30,60,110,440,760,1050,1020,1570,1630,1950,1860,1680,2200,1870,2220,2370,2080,1950,1560,1210,810,390,270,100,80,20,40,230,760,1160,1300,1180,1890,1920,1770,1910,1660,1940,2530,2400,2270,2050,1790,1220,790,310,150,250,140,190,90,270,870,940,1240,1500,1800,1800,1860,1640,1610,2270,2880,3000,2520,2220,1670,1600,950]},{"name":"Groups","color":"#9ED448","values":[1020,310,140,40,90,310,660,1060,960,1480,930,1280,1710,1720,1650,1830,2210,1820,1620,2070,1970,2180,2340,1740,920,400,80,40,60,110,310,630,1140,1070,1250,1310,1600,1560,1250,1510,1560,1270,1550,1330,1360,1870,2060,1670,1200,730,380,100,70,30,340,410,1120,1330,1630,1570,1610,1510,1340,1210,1410,1410,1710,1910,2270,2700,3000,2110,1110,320,120,60,50,230,660,1080,910,1190,1330,1290,2120,2130,1410,1460,1650,1890,2450,1930,2370,3140,2390,1780,670,170,90,50,50,260,540,1090,1360,1030,1090,1250,1930,1810,1610,1760,1430,1720,2330,1760,2520,2850,2630,1630,870,300,70,120,40,330,750,1010,990,1280,1260,1320,1690,1750,1600,1800,1350,2060,1970,2290,1720,2730,2890,1950,910,350,130,80,90,310,660,1370,1530,1280,1450,1470,1960,1500,1920,1290,1760,1640,1870,1810,2260,2930,2820,1590]},{"name":"Channel","color":"#4fae4e","values":[130,60,0,50,10,40,80,100,100,180,100,210,140,170,180,140,80,240,120,70,260,300,100,110,50,110,40,10,0,50,40,100,90,120,150,160,210,140,240,210,150,190,120,120,140,100,70,200,70,70,40,10,0,40,60,0,150,130,130,160,260,120,150,70,160,150,200,180,240,200,130,480,130,50,20,10,0,10,60,60,100,110,60,120,180,200,190,110,190,130,270,110,170,170,160,30,10,0,30,0,20,10,50,60,50,200,120,130,90,250,250,140,90,160,120,160,330,190,200,130,70,10,10,10,0,0,80,10,90,80,110,300,60,160,150,120,400,90,180,470,240,330,210,180,70,0,0,0,10,10,30,50,120,70,80,60,80,190,230,180,220,180,150,220,180,240,190,130]},{"name":"Search","color":"#F5BD25","values":[140,140,80,20,60,130,300,510,180,140,420,430,560,190,140,330,250,260,480,230,530,150,70,90,60,70,10,0,0,20,20,410,320,410,360,460,430,260,400,290,220,520,310,320,180,330,120,150,40,40,0,0,10,0,20,80,380,310,230,240,210,300,190,210,640,260,220,440,290,140,200,220,200,20,70,10,10,30,80,160,170,310,110,410,370,350,250,190,260,200,240,280,520,380,250,110,30,150,10,10,20,30,200,180,310,340,490,190,210,140,190,210,200,180,260,250,300,210,110,110,20,10,20,0,0,70,220,230,300,310,80,470,270,250,200,240,230,80,380,270,270,640,330,160,10,20,10,30,0,20,230,200,750,380,400,210,230,130,240,150,420,310,240,470,530,400,240,200]},{"name":"Other","color":"#F79E39","values":[30,70,50,30,10,70,120,130,210,320,270,210,350,350,250,190,310,410,280,280,250,470,220,260,70,50,10,10,10,30,60,50,210,290,210,320,360,320,320,210,390,320,400,270,270,390,240,190,140,60,60,20,0,20,50,100,140,250,280,330,300,340,240,190,300,290,250,340,440,340,310,170,140,80,50,30,20,80,90,190,200,140,180,240,270,190,500,280,270,330,380,570,380,560,340,140,60,30,10,30,10,70,120,210,220,100,190,290,350,450,270,350,250,440,380,360,360,390,300,200,140,20,20,0,10,40,130,260,270,170,240,300,280,370,250,190,370,260,310,280,440,430,320,260,160,40,0,10,0,60,120,130,280,310,270,370,320,280,280,280,290,360,430,390,440,430,340,200]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,0,0,10,0,10,10,0,0,10,10,40,10,10,0,10,20,10,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,20,0,20,0,10,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,30,10,40,10,10,0,10,0,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,20,0,10,20,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,30,10,0,0,10,0,20,0,0,30,10,10,0,0,0,0,0,0,0,0,0,20,20,0,10,30,20,0,10,10,0,30,10,20,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,30,0,20,0,10,10,0,20,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/05.json b/dist/chartDummyData/views_zoom/2019-02/05.json new file mode 100644 index 000000000..0fffafecb --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/05.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1549065600000,1549069200000,1549072800000,1549076400000,1549080000000,1549083600000,1549087200000,1549090800000,1549094400000,1549098000000,1549101600000,1549105200000,1549108800000,1549112400000,1549116000000,1549119600000,1549123200000,1549126800000,1549130400000,1549134000000,1549137600000,1549141200000,1549144800000,1549148400000,1549152000000,1549155600000,1549159200000,1549162800000,1549166400000,1549170000000,1549173600000,1549177200000,1549180800000,1549184400000,1549188000000,1549191600000,1549195200000,1549198800000,1549202400000,1549206000000,1549209600000,1549213200000,1549216800000,1549220400000,1549224000000,1549227600000,1549231200000,1549234800000,1549238400000,1549242000000,1549245600000,1549249200000,1549252800000,1549256400000,1549260000000,1549263600000,1549267200000,1549270800000,1549274400000,1549278000000,1549281600000,1549285200000,1549288800000,1549292400000,1549296000000,1549299600000,1549303200000,1549306800000,1549310400000,1549314000000,1549317600000,1549321200000,1549324800000,1549328400000,1549332000000,1549335600000,1549339200000,1549342800000,1549346400000,1549350000000,1549353600000,1549357200000,1549360800000,1549364400000,1549368000000,1549371600000,1549375200000,1549378800000,1549382400000,1549386000000,1549389600000,1549393200000,1549396800000,1549400400000,1549404000000,1549407600000,1549411200000,1549414800000,1549418400000,1549422000000,1549425600000,1549429200000,1549432800000,1549436400000,1549440000000,1549443600000,1549447200000,1549450800000,1549454400000,1549458000000,1549461600000,1549465200000,1549468800000,1549472400000,1549476000000,1549479600000,1549483200000,1549486800000,1549490400000,1549494000000,1549497600000,1549501200000,1549504800000,1549508400000,1549512000000,1549515600000,1549519200000,1549522800000,1549526400000,1549530000000,1549533600000,1549537200000,1549540800000,1549544400000,1549548000000,1549551600000,1549555200000,1549558800000,1549562400000,1549566000000,1549569600000,1549573200000,1549576800000,1549580400000,1549584000000,1549587600000,1549591200000,1549594800000,1549598400000,1549602000000,1549605600000,1549609200000,1549612800000,1549616400000,1549620000000,1549623600000,1549627200000,1549630800000,1549634400000,1549638000000,1549641600000,1549645200000,1549648800000,1549652400000,1549656000000,1549659600000,1549663200000,1549666800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[720,300,130,70,40,80,2190,760,1060,1430,1590,2120,2310,2210,1720,2060,1930,1990,1880,2040,1870,1820,1680,1170,960,750,310,50,1230,60,160,480,930,1840,1630,2930,2420,2210,2040,1680,2220,2220,2300,2130,2100,3170,1870,1610,620,250,130,140,80,130,1550,800,1220,1660,2250,1930,1870,1900,2330,2010,1710,2100,2150,2130,2520,2330,1740,1160,780,240,190,70,180,180,2700,1300,1030,1480,1800,1610,1750,2070,2100,2040,1940,2210,2110,2480,2660,2540,1900,1090,600,270,80,60,90,2230,440,740,1060,1800,1550,1530,1660,2370,2280,2090,1960,2400,2630,2430,2830,2980,2210,1210,710,450,180,220,60,200,980,910,1250,1090,1800,3800,1870,2130,2130,2170,2290,2120,2880,2610,2350,2250,1870,1500,480,260,120,90,170,250,870,910,1050,1280,1540,1380,1670,1820,1830,1900,1950,2110,2380,2170,2600,2020,1570,1170]},{"name":"URL","color":"#2373DB","values":[330,200,130,30,60,130,280,340,730,1190,1770,1780,1700,1650,1760,1430,1860,1960,1840,1500,1280,1080,910,930,510,250,80,70,30,40,100,170,610,1090,1420,1320,1290,1400,1320,1510,1590,1350,1790,1580,1900,1830,1170,760,270,130,50,80,40,90,390,620,940,1030,1550,1680,1820,1770,1380,1500,2000,2580,2340,2090,2020,1870,1470,1200,490,260,90,30,60,110,440,760,1050,1020,1570,1630,1950,1860,1680,2200,1870,2220,2370,2080,1950,1560,1210,810,390,270,100,80,20,40,230,760,1160,1300,1180,1890,1920,1770,1910,1660,1940,2530,2400,2270,2050,1790,1220,790,310,150,250,140,190,90,270,870,940,1240,1500,1800,1800,1860,1640,1610,2270,2880,3000,2520,2220,1670,1600,950,310,290,140,20,30,90,450,800,900,1450,1910,1860,2170,2180,1900,2020,2560,2440,2220,2060,1680,1450,1280,780]},{"name":"Groups","color":"#9ED448","values":[920,400,80,40,60,110,310,630,1140,1070,1250,1310,1600,1560,1250,1510,1560,1270,1550,1330,1360,1870,2060,1670,1200,730,380,100,70,30,340,410,1120,1330,1630,1570,1610,1510,1340,1210,1410,1410,1710,1910,2270,2700,3000,2110,1110,320,120,60,50,230,660,1080,910,1190,1330,1290,2120,2130,1410,1460,1650,1890,2450,1930,2370,3140,2390,1780,670,170,90,50,50,260,540,1090,1360,1030,1090,1250,1930,1810,1610,1760,1430,1720,2330,1760,2520,2850,2630,1630,870,300,70,120,40,330,750,1010,990,1280,1260,1320,1690,1750,1600,1800,1350,2060,1970,2290,1720,2730,2890,1950,910,350,130,80,90,310,660,1370,1530,1280,1450,1470,1960,1500,1920,1290,1760,1640,1870,1810,2260,2930,2820,1590,1040,180,70,40,110,260,670,1100,860,1180,1360,1670,1930,1950,1590,2060,2040,1580,1330,1940,2220,2710,2320,1700]},{"name":"Channel","color":"#4fae4e","values":[50,110,40,10,0,50,40,100,90,120,150,160,210,140,240,210,150,190,120,120,140,100,70,200,70,70,40,10,0,40,60,0,150,130,130,160,260,120,150,70,160,150,200,180,240,200,130,480,130,50,20,10,0,10,60,60,100,110,60,120,180,200,190,110,190,130,270,110,170,170,160,30,10,0,30,0,20,10,50,60,50,200,120,130,90,250,250,140,90,160,120,160,330,190,200,130,70,10,10,10,0,0,80,10,90,80,110,300,60,160,150,120,400,90,180,470,240,330,210,180,70,0,0,0,10,10,30,50,120,70,80,60,80,190,230,180,220,180,150,220,180,240,190,130,40,0,20,0,20,20,40,80,110,110,140,110,140,300,170,180,160,170,190,200,120,210,140,80]},{"name":"Search","color":"#F5BD25","values":[60,70,10,0,0,20,20,410,320,410,360,460,430,260,400,290,220,520,310,320,180,330,120,150,40,40,0,0,10,0,20,80,380,310,230,240,210,300,190,210,640,260,220,440,290,140,200,220,200,20,70,10,10,30,80,160,170,310,110,410,370,350,250,190,260,200,240,280,520,380,250,110,30,150,10,10,20,30,200,180,310,340,490,190,210,140,190,210,200,180,260,250,300,210,110,110,20,10,20,0,0,70,220,230,300,310,80,470,270,250,200,240,230,80,380,270,270,640,330,160,10,20,10,30,0,20,230,200,750,380,400,210,230,130,240,150,420,310,240,470,530,400,240,200,150,160,10,0,90,120,650,150,150,160,350,220,150,230,470,160,140,240,290,80,150,290,150,50]},{"name":"Other","color":"#F79E39","values":[70,50,10,10,10,30,60,50,210,290,210,320,360,320,320,210,390,320,400,270,270,390,240,190,140,60,60,20,0,20,50,100,140,250,280,330,300,340,240,190,300,290,250,340,440,340,310,170,140,80,50,30,20,80,90,190,200,140,180,240,270,190,500,280,270,330,380,570,380,560,340,140,60,30,10,30,10,70,120,210,220,100,190,290,350,450,270,350,250,440,380,360,360,390,300,200,140,20,20,0,10,40,130,260,270,170,240,300,280,370,250,190,370,260,310,280,440,430,320,260,160,40,0,10,0,60,120,130,280,310,270,370,320,280,280,280,290,360,430,390,440,430,340,200,110,60,10,20,40,50,190,170,190,350,300,240,260,290,370,360,360,300,280,280,280,340,310,200]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,20,0,20,0,10,10,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,30,10,40,10,10,0,10,0,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,20,0,10,20,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,30,10,0,0,10,0,20,0,0,30,10,10,0,0,0,0,0,0,0,0,0,20,20,0,10,30,20,0,10,10,0,30,10,20,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,30,0,20,0,10,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,20,0,0,20,40,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/06.json b/dist/chartDummyData/views_zoom/2019-02/06.json new file mode 100644 index 000000000..40bd490af --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/06.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1549152000000,1549155600000,1549159200000,1549162800000,1549166400000,1549170000000,1549173600000,1549177200000,1549180800000,1549184400000,1549188000000,1549191600000,1549195200000,1549198800000,1549202400000,1549206000000,1549209600000,1549213200000,1549216800000,1549220400000,1549224000000,1549227600000,1549231200000,1549234800000,1549238400000,1549242000000,1549245600000,1549249200000,1549252800000,1549256400000,1549260000000,1549263600000,1549267200000,1549270800000,1549274400000,1549278000000,1549281600000,1549285200000,1549288800000,1549292400000,1549296000000,1549299600000,1549303200000,1549306800000,1549310400000,1549314000000,1549317600000,1549321200000,1549324800000,1549328400000,1549332000000,1549335600000,1549339200000,1549342800000,1549346400000,1549350000000,1549353600000,1549357200000,1549360800000,1549364400000,1549368000000,1549371600000,1549375200000,1549378800000,1549382400000,1549386000000,1549389600000,1549393200000,1549396800000,1549400400000,1549404000000,1549407600000,1549411200000,1549414800000,1549418400000,1549422000000,1549425600000,1549429200000,1549432800000,1549436400000,1549440000000,1549443600000,1549447200000,1549450800000,1549454400000,1549458000000,1549461600000,1549465200000,1549468800000,1549472400000,1549476000000,1549479600000,1549483200000,1549486800000,1549490400000,1549494000000,1549497600000,1549501200000,1549504800000,1549508400000,1549512000000,1549515600000,1549519200000,1549522800000,1549526400000,1549530000000,1549533600000,1549537200000,1549540800000,1549544400000,1549548000000,1549551600000,1549555200000,1549558800000,1549562400000,1549566000000,1549569600000,1549573200000,1549576800000,1549580400000,1549584000000,1549587600000,1549591200000,1549594800000,1549598400000,1549602000000,1549605600000,1549609200000,1549612800000,1549616400000,1549620000000,1549623600000,1549627200000,1549630800000,1549634400000,1549638000000,1549641600000,1549645200000,1549648800000,1549652400000,1549656000000,1549659600000,1549663200000,1549666800000,1549670400000,1549674000000,1549677600000,1549681200000,1549684800000,1549688400000,1549692000000,1549695600000,1549699200000,1549702800000,1549706400000,1549710000000,1549713600000,1549717200000,1549720800000,1549724400000,1549728000000,1549731600000,1549735200000,1549738800000,1549742400000,1549746000000,1549749600000,1549753200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[960,750,310,50,1230,60,160,480,930,1840,1630,2930,2420,2210,2040,1680,2220,2220,2300,2130,2100,3170,1870,1610,620,250,130,140,80,130,1550,800,1220,1660,2250,1930,1870,1900,2330,2010,1710,2100,2150,2130,2520,2330,1740,1160,780,240,190,70,180,180,2700,1300,1030,1480,1800,1610,1750,2070,2100,2040,1940,2210,2110,2480,2660,2540,1900,1090,600,270,80,60,90,2230,440,740,1060,1800,1550,1530,1660,2370,2280,2090,1960,2400,2630,2430,2830,2980,2210,1210,710,450,180,220,60,200,980,910,1250,1090,1800,3800,1870,2130,2130,2170,2290,2120,2880,2610,2350,2250,1870,1500,480,260,120,90,170,250,870,910,1050,1280,1540,1380,1670,1820,1830,1900,1950,2110,2380,2170,2600,2020,1570,1170,660,310,120,140,420,150,710,920,1120,1580,1740,1660,2110,2280,2730,2300,2280,1980,1980,2440,2240,1660,1520,1320]},{"name":"URL","color":"#2373DB","values":[510,250,80,70,30,40,100,170,610,1090,1420,1320,1290,1400,1320,1510,1590,1350,1790,1580,1900,1830,1170,760,270,130,50,80,40,90,390,620,940,1030,1550,1680,1820,1770,1380,1500,2000,2580,2340,2090,2020,1870,1470,1200,490,260,90,30,60,110,440,760,1050,1020,1570,1630,1950,1860,1680,2200,1870,2220,2370,2080,1950,1560,1210,810,390,270,100,80,20,40,230,760,1160,1300,1180,1890,1920,1770,1910,1660,1940,2530,2400,2270,2050,1790,1220,790,310,150,250,140,190,90,270,870,940,1240,1500,1800,1800,1860,1640,1610,2270,2880,3000,2520,2220,1670,1600,950,310,290,140,20,30,90,450,800,900,1450,1910,1860,2170,2180,1900,2020,2560,2440,2220,2060,1680,1450,1280,780,580,410,140,10,30,30,210,460,690,1160,1740,1920,1830,1800,1760,1580,2070,1850,2130,1600,1290,1450,1220,960]},{"name":"Groups","color":"#9ED448","values":[1200,730,380,100,70,30,340,410,1120,1330,1630,1570,1610,1510,1340,1210,1410,1410,1710,1910,2270,2700,3000,2110,1110,320,120,60,50,230,660,1080,910,1190,1330,1290,2120,2130,1410,1460,1650,1890,2450,1930,2370,3140,2390,1780,670,170,90,50,50,260,540,1090,1360,1030,1090,1250,1930,1810,1610,1760,1430,1720,2330,1760,2520,2850,2630,1630,870,300,70,120,40,330,750,1010,990,1280,1260,1320,1690,1750,1600,1800,1350,2060,1970,2290,1720,2730,2890,1950,910,350,130,80,90,310,660,1370,1530,1280,1450,1470,1960,1500,1920,1290,1760,1640,1870,1810,2260,2930,2820,1590,1040,180,70,40,110,260,670,1100,860,1180,1360,1670,1930,1950,1590,2060,2040,1580,1330,1940,2220,2710,2320,1700,1080,310,170,60,40,100,300,810,770,1340,1040,1470,1810,1710,1430,1080,1330,1490,1570,1660,2040,1620,1620,1660]},{"name":"Channel","color":"#4fae4e","values":[70,70,40,10,0,40,60,0,150,130,130,160,260,120,150,70,160,150,200,180,240,200,130,480,130,50,20,10,0,10,60,60,100,110,60,120,180,200,190,110,190,130,270,110,170,170,160,30,10,0,30,0,20,10,50,60,50,200,120,130,90,250,250,140,90,160,120,160,330,190,200,130,70,10,10,10,0,0,80,10,90,80,110,300,60,160,150,120,400,90,180,470,240,330,210,180,70,0,0,0,10,10,30,50,120,70,80,60,80,190,230,180,220,180,150,220,180,240,190,130,40,0,20,0,20,20,40,80,110,110,140,110,140,300,170,180,160,170,190,200,120,210,140,80,30,10,40,0,30,0,90,170,60,100,130,60,130,220,200,150,150,270,170,180,180,130,180,130]},{"name":"Search","color":"#F5BD25","values":[40,40,0,0,10,0,20,80,380,310,230,240,210,300,190,210,640,260,220,440,290,140,200,220,200,20,70,10,10,30,80,160,170,310,110,410,370,350,250,190,260,200,240,280,520,380,250,110,30,150,10,10,20,30,200,180,310,340,490,190,210,140,190,210,200,180,260,250,300,210,110,110,20,10,20,0,0,70,220,230,300,310,80,470,270,250,200,240,230,80,380,270,270,640,330,160,10,20,10,30,0,20,230,200,750,380,400,210,230,130,240,150,420,310,240,470,530,400,240,200,150,160,10,0,90,120,650,150,150,160,350,220,150,230,470,160,140,240,290,80,150,290,150,50,110,10,30,0,10,10,580,420,60,490,320,150,500,180,390,660,400,260,340,420,280,60,100,140]},{"name":"Other","color":"#F79E39","values":[140,60,60,20,0,20,50,100,140,250,280,330,300,340,240,190,300,290,250,340,440,340,310,170,140,80,50,30,20,80,90,190,200,140,180,240,270,190,500,280,270,330,380,570,380,560,340,140,60,30,10,30,10,70,120,210,220,100,190,290,350,450,270,350,250,440,380,360,360,390,300,200,140,20,20,0,10,40,130,260,270,170,240,300,280,370,250,190,370,260,310,280,440,430,320,260,160,40,0,10,0,60,120,130,280,310,270,370,320,280,280,280,290,360,430,390,440,430,340,200,110,60,10,20,40,50,190,170,190,350,300,240,260,290,370,360,360,300,280,280,280,340,310,200,80,80,40,10,0,0,70,120,300,250,250,310,300,290,170,250,160,310,470,290,190,180,290,280]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,30,10,40,10,10,0,10,0,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,20,0,10,20,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,30,10,0,0,10,0,20,0,0,30,10,10,0,0,0,0,0,0,0,0,0,20,20,0,10,30,20,0,10,10,0,30,10,20,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,30,0,20,0,10,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,20,0,0,20,40,10,0,0,0,10,0,0,0,0,0,0,0,10,30,20,10,10,20,20,20,30,0,0,10,20,0,20,10]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/07.json b/dist/chartDummyData/views_zoom/2019-02/07.json new file mode 100644 index 000000000..a4a85aa93 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/07.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1549238400000,1549242000000,1549245600000,1549249200000,1549252800000,1549256400000,1549260000000,1549263600000,1549267200000,1549270800000,1549274400000,1549278000000,1549281600000,1549285200000,1549288800000,1549292400000,1549296000000,1549299600000,1549303200000,1549306800000,1549310400000,1549314000000,1549317600000,1549321200000,1549324800000,1549328400000,1549332000000,1549335600000,1549339200000,1549342800000,1549346400000,1549350000000,1549353600000,1549357200000,1549360800000,1549364400000,1549368000000,1549371600000,1549375200000,1549378800000,1549382400000,1549386000000,1549389600000,1549393200000,1549396800000,1549400400000,1549404000000,1549407600000,1549411200000,1549414800000,1549418400000,1549422000000,1549425600000,1549429200000,1549432800000,1549436400000,1549440000000,1549443600000,1549447200000,1549450800000,1549454400000,1549458000000,1549461600000,1549465200000,1549468800000,1549472400000,1549476000000,1549479600000,1549483200000,1549486800000,1549490400000,1549494000000,1549497600000,1549501200000,1549504800000,1549508400000,1549512000000,1549515600000,1549519200000,1549522800000,1549526400000,1549530000000,1549533600000,1549537200000,1549540800000,1549544400000,1549548000000,1549551600000,1549555200000,1549558800000,1549562400000,1549566000000,1549569600000,1549573200000,1549576800000,1549580400000,1549584000000,1549587600000,1549591200000,1549594800000,1549598400000,1549602000000,1549605600000,1549609200000,1549612800000,1549616400000,1549620000000,1549623600000,1549627200000,1549630800000,1549634400000,1549638000000,1549641600000,1549645200000,1549648800000,1549652400000,1549656000000,1549659600000,1549663200000,1549666800000,1549670400000,1549674000000,1549677600000,1549681200000,1549684800000,1549688400000,1549692000000,1549695600000,1549699200000,1549702800000,1549706400000,1549710000000,1549713600000,1549717200000,1549720800000,1549724400000,1549728000000,1549731600000,1549735200000,1549738800000,1549742400000,1549746000000,1549749600000,1549753200000,1549756800000,1549760400000,1549764000000,1549767600000,1549771200000,1549774800000,1549778400000,1549782000000,1549785600000,1549789200000,1549792800000,1549796400000,1549800000000,1549803600000,1549807200000,1549810800000,1549814400000,1549818000000,1549821600000,1549825200000,1549828800000,1549832400000,1549836000000,1549839600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[620,250,130,140,80,130,1550,800,1220,1660,2250,1930,1870,1900,2330,2010,1710,2100,2150,2130,2520,2330,1740,1160,780,240,190,70,180,180,2700,1300,1030,1480,1800,1610,1750,2070,2100,2040,1940,2210,2110,2480,2660,2540,1900,1090,600,270,80,60,90,2230,440,740,1060,1800,1550,1530,1660,2370,2280,2090,1960,2400,2630,2430,2830,2980,2210,1210,710,450,180,220,60,200,980,910,1250,1090,1800,3800,1870,2130,2130,2170,2290,2120,2880,2610,2350,2250,1870,1500,480,260,120,90,170,250,870,910,1050,1280,1540,1380,1670,1820,1830,1900,1950,2110,2380,2170,2600,2020,1570,1170,660,310,120,140,420,150,710,920,1120,1580,1740,1660,2110,2280,2730,2300,2280,1980,1980,2440,2240,1660,1520,1320,2490,1040,230,70,170,50,140,610,1900,1530,2050,2020,2560,2050,2270,1920,2170,2100,1970,2160,2520,2240,1870,1300]},{"name":"URL","color":"#2373DB","values":[270,130,50,80,40,90,390,620,940,1030,1550,1680,1820,1770,1380,1500,2000,2580,2340,2090,2020,1870,1470,1200,490,260,90,30,60,110,440,760,1050,1020,1570,1630,1950,1860,1680,2200,1870,2220,2370,2080,1950,1560,1210,810,390,270,100,80,20,40,230,760,1160,1300,1180,1890,1920,1770,1910,1660,1940,2530,2400,2270,2050,1790,1220,790,310,150,250,140,190,90,270,870,940,1240,1500,1800,1800,1860,1640,1610,2270,2880,3000,2520,2220,1670,1600,950,310,290,140,20,30,90,450,800,900,1450,1910,1860,2170,2180,1900,2020,2560,2440,2220,2060,1680,1450,1280,780,580,410,140,10,30,30,210,460,690,1160,1740,1920,1830,1800,1760,1580,2070,1850,2130,1600,1290,1450,1220,960,700,440,110,90,60,50,70,300,520,1090,1680,1830,1280,1640,1450,1490,1580,1820,1720,1440,1780,1410,1210,760]},{"name":"Groups","color":"#9ED448","values":[1110,320,120,60,50,230,660,1080,910,1190,1330,1290,2120,2130,1410,1460,1650,1890,2450,1930,2370,3140,2390,1780,670,170,90,50,50,260,540,1090,1360,1030,1090,1250,1930,1810,1610,1760,1430,1720,2330,1760,2520,2850,2630,1630,870,300,70,120,40,330,750,1010,990,1280,1260,1320,1690,1750,1600,1800,1350,2060,1970,2290,1720,2730,2890,1950,910,350,130,80,90,310,660,1370,1530,1280,1450,1470,1960,1500,1920,1290,1760,1640,1870,1810,2260,2930,2820,1590,1040,180,70,40,110,260,670,1100,860,1180,1360,1670,1930,1950,1590,2060,2040,1580,1330,1940,2220,2710,2320,1700,1080,310,170,60,40,100,300,810,770,1340,1040,1470,1810,1710,1430,1080,1330,1490,1570,1660,2040,1620,1620,1660,1070,720,240,110,80,130,80,290,680,1040,1400,1530,1320,1560,1340,1290,1600,1580,1660,1530,2420,2830,2450,1750]},{"name":"Channel","color":"#4fae4e","values":[130,50,20,10,0,10,60,60,100,110,60,120,180,200,190,110,190,130,270,110,170,170,160,30,10,0,30,0,20,10,50,60,50,200,120,130,90,250,250,140,90,160,120,160,330,190,200,130,70,10,10,10,0,0,80,10,90,80,110,300,60,160,150,120,400,90,180,470,240,330,210,180,70,0,0,0,10,10,30,50,120,70,80,60,80,190,230,180,220,180,150,220,180,240,190,130,40,0,20,0,20,20,40,80,110,110,140,110,140,300,170,180,160,170,190,200,120,210,140,80,30,10,40,0,30,0,90,170,60,100,130,60,130,220,200,150,150,270,170,180,180,130,180,130,120,100,20,10,0,0,30,70,70,100,200,100,100,200,190,230,260,210,130,190,150,260,160,190]},{"name":"Search","color":"#F5BD25","values":[200,20,70,10,10,30,80,160,170,310,110,410,370,350,250,190,260,200,240,280,520,380,250,110,30,150,10,10,20,30,200,180,310,340,490,190,210,140,190,210,200,180,260,250,300,210,110,110,20,10,20,0,0,70,220,230,300,310,80,470,270,250,200,240,230,80,380,270,270,640,330,160,10,20,10,30,0,20,230,200,750,380,400,210,230,130,240,150,420,310,240,470,530,400,240,200,150,160,10,0,90,120,650,150,150,160,350,220,150,230,470,160,140,240,290,80,150,290,150,50,110,10,30,0,10,10,580,420,60,490,320,150,500,180,390,660,400,260,340,420,280,60,100,140,80,50,10,10,80,30,30,190,60,440,420,190,340,210,320,280,760,270,200,190,400,220,180,200]},{"name":"Other","color":"#F79E39","values":[140,80,50,30,20,80,90,190,200,140,180,240,270,190,500,280,270,330,380,570,380,560,340,140,60,30,10,30,10,70,120,210,220,100,190,290,350,450,270,350,250,440,380,360,360,390,300,200,140,20,20,0,10,40,130,260,270,170,240,300,280,370,250,190,370,260,310,280,440,430,320,260,160,40,0,10,0,60,120,130,280,310,270,370,320,280,280,280,290,360,430,390,440,430,340,200,110,60,10,20,40,50,190,170,190,350,300,240,260,290,370,360,360,300,280,280,280,340,310,200,80,80,40,10,0,0,70,120,300,250,250,310,300,290,170,250,160,310,470,290,190,180,290,280,220,40,30,40,10,20,50,110,190,350,260,330,340,390,240,300,290,390,270,320,360,250,360,210]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,20,0,10,20,10,0,10,0,0,0,0,0,0,0,0,0,0,0,10,0,30,10,0,0,10,0,20,0,0,30,10,10,0,0,0,0,0,0,0,0,0,20,20,0,10,30,20,0,10,10,0,30,10,20,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,30,0,20,0,10,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,20,0,0,20,40,10,0,0,0,10,0,0,0,0,0,0,0,10,30,20,10,10,20,20,20,30,0,0,10,20,0,20,10,10,0,0,0,0,0,0,0,0,0,0,10,10,0,30,10,0,0,10,30,10,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/08.json b/dist/chartDummyData/views_zoom/2019-02/08.json new file mode 100644 index 000000000..190dd87dc --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/08.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1549324800000,1549328400000,1549332000000,1549335600000,1549339200000,1549342800000,1549346400000,1549350000000,1549353600000,1549357200000,1549360800000,1549364400000,1549368000000,1549371600000,1549375200000,1549378800000,1549382400000,1549386000000,1549389600000,1549393200000,1549396800000,1549400400000,1549404000000,1549407600000,1549411200000,1549414800000,1549418400000,1549422000000,1549425600000,1549429200000,1549432800000,1549436400000,1549440000000,1549443600000,1549447200000,1549450800000,1549454400000,1549458000000,1549461600000,1549465200000,1549468800000,1549472400000,1549476000000,1549479600000,1549483200000,1549486800000,1549490400000,1549494000000,1549497600000,1549501200000,1549504800000,1549508400000,1549512000000,1549515600000,1549519200000,1549522800000,1549526400000,1549530000000,1549533600000,1549537200000,1549540800000,1549544400000,1549548000000,1549551600000,1549555200000,1549558800000,1549562400000,1549566000000,1549569600000,1549573200000,1549576800000,1549580400000,1549584000000,1549587600000,1549591200000,1549594800000,1549598400000,1549602000000,1549605600000,1549609200000,1549612800000,1549616400000,1549620000000,1549623600000,1549627200000,1549630800000,1549634400000,1549638000000,1549641600000,1549645200000,1549648800000,1549652400000,1549656000000,1549659600000,1549663200000,1549666800000,1549670400000,1549674000000,1549677600000,1549681200000,1549684800000,1549688400000,1549692000000,1549695600000,1549699200000,1549702800000,1549706400000,1549710000000,1549713600000,1549717200000,1549720800000,1549724400000,1549728000000,1549731600000,1549735200000,1549738800000,1549742400000,1549746000000,1549749600000,1549753200000,1549756800000,1549760400000,1549764000000,1549767600000,1549771200000,1549774800000,1549778400000,1549782000000,1549785600000,1549789200000,1549792800000,1549796400000,1549800000000,1549803600000,1549807200000,1549810800000,1549814400000,1549818000000,1549821600000,1549825200000,1549828800000,1549832400000,1549836000000,1549839600000,1549843200000,1549846800000,1549850400000,1549854000000,1549857600000,1549861200000,1549864800000,1549868400000,1549872000000,1549875600000,1549879200000,1549882800000,1549886400000,1549890000000,1549893600000,1549897200000,1549900800000,1549904400000,1549908000000,1549911600000,1549915200000,1549918800000,1549922400000,1549926000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[780,240,190,70,180,180,2700,1300,1030,1480,1800,1610,1750,2070,2100,2040,1940,2210,2110,2480,2660,2540,1900,1090,600,270,80,60,90,2230,440,740,1060,1800,1550,1530,1660,2370,2280,2090,1960,2400,2630,2430,2830,2980,2210,1210,710,450,180,220,60,200,980,910,1250,1090,1800,3800,1870,2130,2130,2170,2290,2120,2880,2610,2350,2250,1870,1500,480,260,120,90,170,250,870,910,1050,1280,1540,1380,1670,1820,1830,1900,1950,2110,2380,2170,2600,2020,1570,1170,660,310,120,140,420,150,710,920,1120,1580,1740,1660,2110,2280,2730,2300,2280,1980,1980,2440,2240,1660,1520,1320,2490,1040,230,70,170,50,140,610,1900,1530,2050,2020,2560,2050,2270,1920,2170,2100,1970,2160,2520,2240,1870,1300,640,160,90,50,60,270,1940,920,1150,1590,1570,1530,1840,2090,1940,2740,2240,1980,2060,2350,2400,3130,2880,1030]},{"name":"URL","color":"#2373DB","values":[490,260,90,30,60,110,440,760,1050,1020,1570,1630,1950,1860,1680,2200,1870,2220,2370,2080,1950,1560,1210,810,390,270,100,80,20,40,230,760,1160,1300,1180,1890,1920,1770,1910,1660,1940,2530,2400,2270,2050,1790,1220,790,310,150,250,140,190,90,270,870,940,1240,1500,1800,1800,1860,1640,1610,2270,2880,3000,2520,2220,1670,1600,950,310,290,140,20,30,90,450,800,900,1450,1910,1860,2170,2180,1900,2020,2560,2440,2220,2060,1680,1450,1280,780,580,410,140,10,30,30,210,460,690,1160,1740,1920,1830,1800,1760,1580,2070,1850,2130,1600,1290,1450,1220,960,700,440,110,90,60,50,70,300,520,1090,1680,1830,1280,1640,1450,1490,1580,1820,1720,1440,1780,1410,1210,760,430,220,50,30,40,80,320,760,950,1360,1470,1740,1720,1750,1900,1970,2260,2430,2140,2210,2080,1950,1260,1050]},{"name":"Groups","color":"#9ED448","values":[670,170,90,50,50,260,540,1090,1360,1030,1090,1250,1930,1810,1610,1760,1430,1720,2330,1760,2520,2850,2630,1630,870,300,70,120,40,330,750,1010,990,1280,1260,1320,1690,1750,1600,1800,1350,2060,1970,2290,1720,2730,2890,1950,910,350,130,80,90,310,660,1370,1530,1280,1450,1470,1960,1500,1920,1290,1760,1640,1870,1810,2260,2930,2820,1590,1040,180,70,40,110,260,670,1100,860,1180,1360,1670,1930,1950,1590,2060,2040,1580,1330,1940,2220,2710,2320,1700,1080,310,170,60,40,100,300,810,770,1340,1040,1470,1810,1710,1430,1080,1330,1490,1570,1660,2040,1620,1620,1660,1070,720,240,110,80,130,80,290,680,1040,1400,1530,1320,1560,1340,1290,1600,1580,1660,1530,2420,2830,2450,1750,990,640,220,80,130,490,730,860,1160,1300,1180,1340,1610,1590,1290,1560,1620,1670,1820,2090,2750,3100,2480,1750]},{"name":"Channel","color":"#4fae4e","values":[10,0,30,0,20,10,50,60,50,200,120,130,90,250,250,140,90,160,120,160,330,190,200,130,70,10,10,10,0,0,80,10,90,80,110,300,60,160,150,120,400,90,180,470,240,330,210,180,70,0,0,0,10,10,30,50,120,70,80,60,80,190,230,180,220,180,150,220,180,240,190,130,40,0,20,0,20,20,40,80,110,110,140,110,140,300,170,180,160,170,190,200,120,210,140,80,30,10,40,0,30,0,90,170,60,100,130,60,130,220,200,150,150,270,170,180,180,130,180,130,120,100,20,10,0,0,30,70,70,100,200,100,100,200,190,230,260,210,130,190,150,260,160,190,60,30,10,40,10,40,160,80,70,190,50,140,110,190,250,170,240,210,170,40,240,190,280,110]},{"name":"Search","color":"#F5BD25","values":[30,150,10,10,20,30,200,180,310,340,490,190,210,140,190,210,200,180,260,250,300,210,110,110,20,10,20,0,0,70,220,230,300,310,80,470,270,250,200,240,230,80,380,270,270,640,330,160,10,20,10,30,0,20,230,200,750,380,400,210,230,130,240,150,420,310,240,470,530,400,240,200,150,160,10,0,90,120,650,150,150,160,350,220,150,230,470,160,140,240,290,80,150,290,150,50,110,10,30,0,10,10,580,420,60,490,320,150,500,180,390,660,400,260,340,420,280,60,100,140,80,50,10,10,80,30,30,190,60,440,420,190,340,210,320,280,760,270,200,190,400,220,180,200,30,50,10,10,0,60,140,330,160,180,420,240,440,180,270,330,100,270,260,380,170,190,180,290]},{"name":"Other","color":"#F79E39","values":[60,30,10,30,10,70,120,210,220,100,190,290,350,450,270,350,250,440,380,360,360,390,300,200,140,20,20,0,10,40,130,260,270,170,240,300,280,370,250,190,370,260,310,280,440,430,320,260,160,40,0,10,0,60,120,130,280,310,270,370,320,280,280,280,290,360,430,390,440,430,340,200,110,60,10,20,40,50,190,170,190,350,300,240,260,290,370,360,360,300,280,280,280,340,310,200,80,80,40,10,0,0,70,120,300,250,250,310,300,290,170,250,160,310,470,290,190,180,290,280,220,40,30,40,10,20,50,110,190,350,260,330,340,390,240,300,290,390,270,320,360,250,360,210,150,30,0,10,20,100,120,160,260,210,220,220,240,250,370,340,310,390,310,380,410,390,370,230]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,10,0,30,10,0,0,10,0,20,0,0,30,10,10,0,0,0,0,0,0,0,0,0,20,20,0,10,30,20,0,10,10,0,30,10,20,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,30,0,20,0,10,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,20,0,0,20,40,10,0,0,0,10,0,0,0,0,0,0,0,10,30,20,10,10,20,20,20,30,0,0,10,20,0,20,10,10,0,0,0,0,0,0,0,0,0,0,10,10,0,30,10,0,0,10,30,10,0,10,0,10,0,0,0,0,0,0,0,0,10,0,10,0,10,0,0,0,10,0,10,20,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/09.json b/dist/chartDummyData/views_zoom/2019-02/09.json new file mode 100644 index 000000000..17554da04 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/09.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1549411200000,1549414800000,1549418400000,1549422000000,1549425600000,1549429200000,1549432800000,1549436400000,1549440000000,1549443600000,1549447200000,1549450800000,1549454400000,1549458000000,1549461600000,1549465200000,1549468800000,1549472400000,1549476000000,1549479600000,1549483200000,1549486800000,1549490400000,1549494000000,1549497600000,1549501200000,1549504800000,1549508400000,1549512000000,1549515600000,1549519200000,1549522800000,1549526400000,1549530000000,1549533600000,1549537200000,1549540800000,1549544400000,1549548000000,1549551600000,1549555200000,1549558800000,1549562400000,1549566000000,1549569600000,1549573200000,1549576800000,1549580400000,1549584000000,1549587600000,1549591200000,1549594800000,1549598400000,1549602000000,1549605600000,1549609200000,1549612800000,1549616400000,1549620000000,1549623600000,1549627200000,1549630800000,1549634400000,1549638000000,1549641600000,1549645200000,1549648800000,1549652400000,1549656000000,1549659600000,1549663200000,1549666800000,1549670400000,1549674000000,1549677600000,1549681200000,1549684800000,1549688400000,1549692000000,1549695600000,1549699200000,1549702800000,1549706400000,1549710000000,1549713600000,1549717200000,1549720800000,1549724400000,1549728000000,1549731600000,1549735200000,1549738800000,1549742400000,1549746000000,1549749600000,1549753200000,1549756800000,1549760400000,1549764000000,1549767600000,1549771200000,1549774800000,1549778400000,1549782000000,1549785600000,1549789200000,1549792800000,1549796400000,1549800000000,1549803600000,1549807200000,1549810800000,1549814400000,1549818000000,1549821600000,1549825200000,1549828800000,1549832400000,1549836000000,1549839600000,1549843200000,1549846800000,1549850400000,1549854000000,1549857600000,1549861200000,1549864800000,1549868400000,1549872000000,1549875600000,1549879200000,1549882800000,1549886400000,1549890000000,1549893600000,1549897200000,1549900800000,1549904400000,1549908000000,1549911600000,1549915200000,1549918800000,1549922400000,1549926000000,1549929600000,1549933200000,1549936800000,1549940400000,1549944000000,1549947600000,1549951200000,1549954800000,1549958400000,1549962000000,1549965600000,1549969200000,1549972800000,1549976400000,1549980000000,1549983600000,1549987200000,1549990800000,1549994400000,1549998000000,1550001600000,1550005200000,1550008800000,1550012400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[600,270,80,60,90,2230,440,740,1060,1800,1550,1530,1660,2370,2280,2090,1960,2400,2630,2430,2830,2980,2210,1210,710,450,180,220,60,200,980,910,1250,1090,1800,3800,1870,2130,2130,2170,2290,2120,2880,2610,2350,2250,1870,1500,480,260,120,90,170,250,870,910,1050,1280,1540,1380,1670,1820,1830,1900,1950,2110,2380,2170,2600,2020,1570,1170,660,310,120,140,420,150,710,920,1120,1580,1740,1660,2110,2280,2730,2300,2280,1980,1980,2440,2240,1660,1520,1320,2490,1040,230,70,170,50,140,610,1900,1530,2050,2020,2560,2050,2270,1920,2170,2100,1970,2160,2520,2240,1870,1300,640,160,90,50,60,270,1940,920,1150,1590,1570,1530,1840,2090,1940,2740,2240,1980,2060,2350,2400,3130,2880,1030,450,250,140,100,190,1550,730,800,1200,1410,1660,1690,2160,1780,1860,1920,2280,2400,3170,2270,2300,2030,1730,1230]},{"name":"URL","color":"#2373DB","values":[390,270,100,80,20,40,230,760,1160,1300,1180,1890,1920,1770,1910,1660,1940,2530,2400,2270,2050,1790,1220,790,310,150,250,140,190,90,270,870,940,1240,1500,1800,1800,1860,1640,1610,2270,2880,3000,2520,2220,1670,1600,950,310,290,140,20,30,90,450,800,900,1450,1910,1860,2170,2180,1900,2020,2560,2440,2220,2060,1680,1450,1280,780,580,410,140,10,30,30,210,460,690,1160,1740,1920,1830,1800,1760,1580,2070,1850,2130,1600,1290,1450,1220,960,700,440,110,90,60,50,70,300,520,1090,1680,1830,1280,1640,1450,1490,1580,1820,1720,1440,1780,1410,1210,760,430,220,50,30,40,80,320,760,950,1360,1470,1740,1720,1750,1900,1970,2260,2430,2140,2210,2080,1950,1260,1050,390,170,40,50,110,120,400,810,1040,930,1870,1610,2010,2000,1590,1800,2400,2320,2590,2170,2430,1830,1220,720]},{"name":"Groups","color":"#9ED448","values":[870,300,70,120,40,330,750,1010,990,1280,1260,1320,1690,1750,1600,1800,1350,2060,1970,2290,1720,2730,2890,1950,910,350,130,80,90,310,660,1370,1530,1280,1450,1470,1960,1500,1920,1290,1760,1640,1870,1810,2260,2930,2820,1590,1040,180,70,40,110,260,670,1100,860,1180,1360,1670,1930,1950,1590,2060,2040,1580,1330,1940,2220,2710,2320,1700,1080,310,170,60,40,100,300,810,770,1340,1040,1470,1810,1710,1430,1080,1330,1490,1570,1660,2040,1620,1620,1660,1070,720,240,110,80,130,80,290,680,1040,1400,1530,1320,1560,1340,1290,1600,1580,1660,1530,2420,2830,2450,1750,990,640,220,80,130,490,730,860,1160,1300,1180,1340,1610,1590,1290,1560,1620,1670,1820,2090,2750,3100,2480,1750,730,220,70,80,60,290,700,900,1120,1230,1180,1280,1420,1870,1600,1280,1480,1530,1830,1990,2750,2720,2530,1490]},{"name":"Channel","color":"#4fae4e","values":[70,10,10,10,0,0,80,10,90,80,110,300,60,160,150,120,400,90,180,470,240,330,210,180,70,0,0,0,10,10,30,50,120,70,80,60,80,190,230,180,220,180,150,220,180,240,190,130,40,0,20,0,20,20,40,80,110,110,140,110,140,300,170,180,160,170,190,200,120,210,140,80,30,10,40,0,30,0,90,170,60,100,130,60,130,220,200,150,150,270,170,180,180,130,180,130,120,100,20,10,0,0,30,70,70,100,200,100,100,200,190,230,260,210,130,190,150,260,160,190,60,30,10,40,10,40,160,80,70,190,50,140,110,190,250,170,240,210,170,40,240,190,280,110,40,0,10,10,0,70,30,30,90,40,80,280,170,90,170,180,210,130,210,180,190,120,130,30]},{"name":"Search","color":"#F5BD25","values":[20,10,20,0,0,70,220,230,300,310,80,470,270,250,200,240,230,80,380,270,270,640,330,160,10,20,10,30,0,20,230,200,750,380,400,210,230,130,240,150,420,310,240,470,530,400,240,200,150,160,10,0,90,120,650,150,150,160,350,220,150,230,470,160,140,240,290,80,150,290,150,50,110,10,30,0,10,10,580,420,60,490,320,150,500,180,390,660,400,260,340,420,280,60,100,140,80,50,10,10,80,30,30,190,60,440,420,190,340,210,320,280,760,270,200,190,400,220,180,200,30,50,10,10,0,60,140,330,160,180,420,240,440,180,270,330,100,270,260,380,170,190,180,290,90,20,10,40,10,10,390,160,340,220,180,60,230,160,240,200,240,270,190,150,380,220,160,10]},{"name":"Other","color":"#F79E39","values":[140,20,20,0,10,40,130,260,270,170,240,300,280,370,250,190,370,260,310,280,440,430,320,260,160,40,0,10,0,60,120,130,280,310,270,370,320,280,280,280,290,360,430,390,440,430,340,200,110,60,10,20,40,50,190,170,190,350,300,240,260,290,370,360,360,300,280,280,280,340,310,200,80,80,40,10,0,0,70,120,300,250,250,310,300,290,170,250,160,310,470,290,190,180,290,280,220,40,30,40,10,20,50,110,190,350,260,330,340,390,240,300,290,390,270,320,360,250,360,210,150,30,0,10,20,100,120,160,260,210,220,220,240,250,370,340,310,390,310,380,410,390,370,230,80,30,20,20,10,50,200,190,300,170,230,370,240,210,440,220,300,270,430,210,430,400,260,200]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,20,20,0,10,30,20,0,10,10,0,30,10,20,0,0,0,0,0,0,10,0,0,0,0,0,0,10,0,30,0,20,0,10,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,20,0,0,20,40,10,0,0,0,10,0,0,0,0,0,0,0,10,30,20,10,10,20,20,20,30,0,0,10,20,0,20,10,10,0,0,0,0,0,0,0,0,0,0,10,10,0,30,10,0,0,10,30,10,0,10,0,10,0,0,0,0,0,0,0,0,10,0,10,0,10,0,0,0,10,0,10,20,10,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,0,10,20,10,10,10,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/10.json b/dist/chartDummyData/views_zoom/2019-02/10.json new file mode 100644 index 000000000..7d9447c6c --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/10.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1549497600000,1549501200000,1549504800000,1549508400000,1549512000000,1549515600000,1549519200000,1549522800000,1549526400000,1549530000000,1549533600000,1549537200000,1549540800000,1549544400000,1549548000000,1549551600000,1549555200000,1549558800000,1549562400000,1549566000000,1549569600000,1549573200000,1549576800000,1549580400000,1549584000000,1549587600000,1549591200000,1549594800000,1549598400000,1549602000000,1549605600000,1549609200000,1549612800000,1549616400000,1549620000000,1549623600000,1549627200000,1549630800000,1549634400000,1549638000000,1549641600000,1549645200000,1549648800000,1549652400000,1549656000000,1549659600000,1549663200000,1549666800000,1549670400000,1549674000000,1549677600000,1549681200000,1549684800000,1549688400000,1549692000000,1549695600000,1549699200000,1549702800000,1549706400000,1549710000000,1549713600000,1549717200000,1549720800000,1549724400000,1549728000000,1549731600000,1549735200000,1549738800000,1549742400000,1549746000000,1549749600000,1549753200000,1549756800000,1549760400000,1549764000000,1549767600000,1549771200000,1549774800000,1549778400000,1549782000000,1549785600000,1549789200000,1549792800000,1549796400000,1549800000000,1549803600000,1549807200000,1549810800000,1549814400000,1549818000000,1549821600000,1549825200000,1549828800000,1549832400000,1549836000000,1549839600000,1549843200000,1549846800000,1549850400000,1549854000000,1549857600000,1549861200000,1549864800000,1549868400000,1549872000000,1549875600000,1549879200000,1549882800000,1549886400000,1549890000000,1549893600000,1549897200000,1549900800000,1549904400000,1549908000000,1549911600000,1549915200000,1549918800000,1549922400000,1549926000000,1549929600000,1549933200000,1549936800000,1549940400000,1549944000000,1549947600000,1549951200000,1549954800000,1549958400000,1549962000000,1549965600000,1549969200000,1549972800000,1549976400000,1549980000000,1549983600000,1549987200000,1549990800000,1549994400000,1549998000000,1550001600000,1550005200000,1550008800000,1550012400000,1550016000000,1550019600000,1550023200000,1550026800000,1550030400000,1550034000000,1550037600000,1550041200000,1550044800000,1550048400000,1550052000000,1550055600000,1550059200000,1550062800000,1550066400000,1550070000000,1550073600000,1550077200000,1550080800000,1550084400000,1550088000000,1550091600000,1550095200000,1550098800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[710,450,180,220,60,200,980,910,1250,1090,1800,3800,1870,2130,2130,2170,2290,2120,2880,2610,2350,2250,1870,1500,480,260,120,90,170,250,870,910,1050,1280,1540,1380,1670,1820,1830,1900,1950,2110,2380,2170,2600,2020,1570,1170,660,310,120,140,420,150,710,920,1120,1580,1740,1660,2110,2280,2730,2300,2280,1980,1980,2440,2240,1660,1520,1320,2490,1040,230,70,170,50,140,610,1900,1530,2050,2020,2560,2050,2270,1920,2170,2100,1970,2160,2520,2240,1870,1300,640,160,90,50,60,270,1940,920,1150,1590,1570,1530,1840,2090,1940,2740,2240,1980,2060,2350,2400,3130,2880,1030,450,250,140,100,190,1550,730,800,1200,1410,1660,1690,2160,1780,1860,1920,2280,2400,3170,2270,2300,2030,1730,1230,540,180,230,80,100,200,540,2850,1450,1530,1820,1980,1950,1890,1850,2120,1760,1850,2220,2320,2330,2700,1760,1270]},{"name":"URL","color":"#2373DB","values":[310,150,250,140,190,90,270,870,940,1240,1500,1800,1800,1860,1640,1610,2270,2880,3000,2520,2220,1670,1600,950,310,290,140,20,30,90,450,800,900,1450,1910,1860,2170,2180,1900,2020,2560,2440,2220,2060,1680,1450,1280,780,580,410,140,10,30,30,210,460,690,1160,1740,1920,1830,1800,1760,1580,2070,1850,2130,1600,1290,1450,1220,960,700,440,110,90,60,50,70,300,520,1090,1680,1830,1280,1640,1450,1490,1580,1820,1720,1440,1780,1410,1210,760,430,220,50,30,40,80,320,760,950,1360,1470,1740,1720,1750,1900,1970,2260,2430,2140,2210,2080,1950,1260,1050,390,170,40,50,110,120,400,810,1040,930,1870,1610,2010,2000,1590,1800,2400,2320,2590,2170,2430,1830,1220,720,440,100,40,10,30,60,390,920,890,1070,1480,1660,1640,1840,2000,1750,2310,2770,2470,2140,2110,1920,1560,720]},{"name":"Groups","color":"#9ED448","values":[910,350,130,80,90,310,660,1370,1530,1280,1450,1470,1960,1500,1920,1290,1760,1640,1870,1810,2260,2930,2820,1590,1040,180,70,40,110,260,670,1100,860,1180,1360,1670,1930,1950,1590,2060,2040,1580,1330,1940,2220,2710,2320,1700,1080,310,170,60,40,100,300,810,770,1340,1040,1470,1810,1710,1430,1080,1330,1490,1570,1660,2040,1620,1620,1660,1070,720,240,110,80,130,80,290,680,1040,1400,1530,1320,1560,1340,1290,1600,1580,1660,1530,2420,2830,2450,1750,990,640,220,80,130,490,730,860,1160,1300,1180,1340,1610,1590,1290,1560,1620,1670,1820,2090,2750,3100,2480,1750,730,220,70,80,60,290,700,900,1120,1230,1180,1280,1420,1870,1600,1280,1480,1530,1830,1990,2750,2720,2530,1490,720,450,120,80,80,360,670,990,1320,1490,1430,1580,1470,1400,1610,1320,1520,1680,1950,1870,1840,2560,2330,1780]},{"name":"Channel","color":"#4fae4e","values":[70,0,0,0,10,10,30,50,120,70,80,60,80,190,230,180,220,180,150,220,180,240,190,130,40,0,20,0,20,20,40,80,110,110,140,110,140,300,170,180,160,170,190,200,120,210,140,80,30,10,40,0,30,0,90,170,60,100,130,60,130,220,200,150,150,270,170,180,180,130,180,130,120,100,20,10,0,0,30,70,70,100,200,100,100,200,190,230,260,210,130,190,150,260,160,190,60,30,10,40,10,40,160,80,70,190,50,140,110,190,250,170,240,210,170,40,240,190,280,110,40,0,10,10,0,70,30,30,90,40,80,280,170,90,170,180,210,130,210,180,190,120,130,30,220,20,30,10,0,50,100,150,70,150,100,80,100,140,100,170,240,100,170,200,150,260,110,90]},{"name":"Search","color":"#F5BD25","values":[10,20,10,30,0,20,230,200,750,380,400,210,230,130,240,150,420,310,240,470,530,400,240,200,150,160,10,0,90,120,650,150,150,160,350,220,150,230,470,160,140,240,290,80,150,290,150,50,110,10,30,0,10,10,580,420,60,490,320,150,500,180,390,660,400,260,340,420,280,60,100,140,80,50,10,10,80,30,30,190,60,440,420,190,340,210,320,280,760,270,200,190,400,220,180,200,30,50,10,10,0,60,140,330,160,180,420,240,440,180,270,330,100,270,260,380,170,190,180,290,90,20,10,40,10,10,390,160,340,220,180,60,230,160,240,200,240,270,190,150,380,220,160,10,10,20,0,0,0,60,200,240,480,190,80,450,120,200,150,160,180,430,170,380,260,290,200,110]},{"name":"Other","color":"#F79E39","values":[160,40,0,10,0,60,120,130,280,310,270,370,320,280,280,280,290,360,430,390,440,430,340,200,110,60,10,20,40,50,190,170,190,350,300,240,260,290,370,360,360,300,280,280,280,340,310,200,80,80,40,10,0,0,70,120,300,250,250,310,300,290,170,250,160,310,470,290,190,180,290,280,220,40,30,40,10,20,50,110,190,350,260,330,340,390,240,300,290,390,270,320,360,250,360,210,150,30,0,10,20,100,120,160,260,210,220,220,240,250,370,340,310,390,310,380,410,390,370,230,80,30,20,20,10,50,200,190,300,170,230,370,240,210,440,220,300,270,430,210,430,400,260,200,90,20,0,10,20,80,140,280,260,240,300,290,310,230,260,320,270,340,370,420,420,330,310,200]},{"name":"PM","color":"#E65850","values":[0,0,0,10,0,0,0,0,0,0,10,0,30,0,20,0,10,10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,20,0,0,20,40,10,0,0,0,10,0,0,0,0,0,0,0,10,30,20,10,10,20,20,20,30,0,0,10,20,0,20,10,10,0,0,0,0,0,0,0,0,0,0,10,10,0,30,10,0,0,10,30,10,0,10,0,10,0,0,0,0,0,0,0,0,10,0,10,0,10,0,0,0,10,0,10,20,10,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,0,10,20,10,10,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,20,10,0,0,30,10,10,30,0,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/11.json b/dist/chartDummyData/views_zoom/2019-02/11.json new file mode 100644 index 000000000..d606075a4 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/11.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1549584000000,1549587600000,1549591200000,1549594800000,1549598400000,1549602000000,1549605600000,1549609200000,1549612800000,1549616400000,1549620000000,1549623600000,1549627200000,1549630800000,1549634400000,1549638000000,1549641600000,1549645200000,1549648800000,1549652400000,1549656000000,1549659600000,1549663200000,1549666800000,1549670400000,1549674000000,1549677600000,1549681200000,1549684800000,1549688400000,1549692000000,1549695600000,1549699200000,1549702800000,1549706400000,1549710000000,1549713600000,1549717200000,1549720800000,1549724400000,1549728000000,1549731600000,1549735200000,1549738800000,1549742400000,1549746000000,1549749600000,1549753200000,1549756800000,1549760400000,1549764000000,1549767600000,1549771200000,1549774800000,1549778400000,1549782000000,1549785600000,1549789200000,1549792800000,1549796400000,1549800000000,1549803600000,1549807200000,1549810800000,1549814400000,1549818000000,1549821600000,1549825200000,1549828800000,1549832400000,1549836000000,1549839600000,1549843200000,1549846800000,1549850400000,1549854000000,1549857600000,1549861200000,1549864800000,1549868400000,1549872000000,1549875600000,1549879200000,1549882800000,1549886400000,1549890000000,1549893600000,1549897200000,1549900800000,1549904400000,1549908000000,1549911600000,1549915200000,1549918800000,1549922400000,1549926000000,1549929600000,1549933200000,1549936800000,1549940400000,1549944000000,1549947600000,1549951200000,1549954800000,1549958400000,1549962000000,1549965600000,1549969200000,1549972800000,1549976400000,1549980000000,1549983600000,1549987200000,1549990800000,1549994400000,1549998000000,1550001600000,1550005200000,1550008800000,1550012400000,1550016000000,1550019600000,1550023200000,1550026800000,1550030400000,1550034000000,1550037600000,1550041200000,1550044800000,1550048400000,1550052000000,1550055600000,1550059200000,1550062800000,1550066400000,1550070000000,1550073600000,1550077200000,1550080800000,1550084400000,1550088000000,1550091600000,1550095200000,1550098800000,1550102400000,1550106000000,1550109600000,1550113200000,1550116800000,1550120400000,1550124000000,1550127600000,1550131200000,1550134800000,1550138400000,1550142000000,1550145600000,1550149200000,1550152800000,1550156400000,1550160000000,1550163600000,1550167200000,1550170800000,1550174400000,1550178000000,1550181600000,1550185200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[480,260,120,90,170,250,870,910,1050,1280,1540,1380,1670,1820,1830,1900,1950,2110,2380,2170,2600,2020,1570,1170,660,310,120,140,420,150,710,920,1120,1580,1740,1660,2110,2280,2730,2300,2280,1980,1980,2440,2240,1660,1520,1320,2490,1040,230,70,170,50,140,610,1900,1530,2050,2020,2560,2050,2270,1920,2170,2100,1970,2160,2520,2240,1870,1300,640,160,90,50,60,270,1940,920,1150,1590,1570,1530,1840,2090,1940,2740,2240,1980,2060,2350,2400,3130,2880,1030,450,250,140,100,190,1550,730,800,1200,1410,1660,1690,2160,1780,1860,1920,2280,2400,3170,2270,2300,2030,1730,1230,540,180,230,80,100,200,540,2850,1450,1530,1820,1980,1950,1890,1850,2120,1760,1850,2220,2320,2330,2700,1760,1270,630,230,120,110,70,280,2670,1250,1420,1600,1530,2010,2340,2030,2020,1910,2010,2380,1740,2680,1960,2110,1810,920]},{"name":"URL","color":"#2373DB","values":[310,290,140,20,30,90,450,800,900,1450,1910,1860,2170,2180,1900,2020,2560,2440,2220,2060,1680,1450,1280,780,580,410,140,10,30,30,210,460,690,1160,1740,1920,1830,1800,1760,1580,2070,1850,2130,1600,1290,1450,1220,960,700,440,110,90,60,50,70,300,520,1090,1680,1830,1280,1640,1450,1490,1580,1820,1720,1440,1780,1410,1210,760,430,220,50,30,40,80,320,760,950,1360,1470,1740,1720,1750,1900,1970,2260,2430,2140,2210,2080,1950,1260,1050,390,170,40,50,110,120,400,810,1040,930,1870,1610,2010,2000,1590,1800,2400,2320,2590,2170,2430,1830,1220,720,440,100,40,10,30,60,390,920,890,1070,1480,1660,1640,1840,2000,1750,2310,2770,2470,2140,2110,1920,1560,720,300,70,0,10,20,160,410,930,1010,1240,1850,1990,1900,1640,1840,1840,2260,2160,2210,1890,1900,1630,960,700]},{"name":"Groups","color":"#9ED448","values":[1040,180,70,40,110,260,670,1100,860,1180,1360,1670,1930,1950,1590,2060,2040,1580,1330,1940,2220,2710,2320,1700,1080,310,170,60,40,100,300,810,770,1340,1040,1470,1810,1710,1430,1080,1330,1490,1570,1660,2040,1620,1620,1660,1070,720,240,110,80,130,80,290,680,1040,1400,1530,1320,1560,1340,1290,1600,1580,1660,1530,2420,2830,2450,1750,990,640,220,80,130,490,730,860,1160,1300,1180,1340,1610,1590,1290,1560,1620,1670,1820,2090,2750,3100,2480,1750,730,220,70,80,60,290,700,900,1120,1230,1180,1280,1420,1870,1600,1280,1480,1530,1830,1990,2750,2720,2530,1490,720,450,120,80,80,360,670,990,1320,1490,1430,1580,1470,1400,1610,1320,1520,1680,1950,1870,1840,2560,2330,1780,530,250,130,90,130,440,850,970,1120,1520,1530,1480,1470,1650,1300,1500,1420,1490,1570,1700,1620,2190,1890,1330]},{"name":"Channel","color":"#4fae4e","values":[40,0,20,0,20,20,40,80,110,110,140,110,140,300,170,180,160,170,190,200,120,210,140,80,30,10,40,0,30,0,90,170,60,100,130,60,130,220,200,150,150,270,170,180,180,130,180,130,120,100,20,10,0,0,30,70,70,100,200,100,100,200,190,230,260,210,130,190,150,260,160,190,60,30,10,40,10,40,160,80,70,190,50,140,110,190,250,170,240,210,170,40,240,190,280,110,40,0,10,10,0,70,30,30,90,40,80,280,170,90,170,180,210,130,210,180,190,120,130,30,220,20,30,10,0,50,100,150,70,150,100,80,100,140,100,170,240,100,170,200,150,260,110,90,80,110,70,0,0,30,70,80,10,90,100,170,150,200,120,110,180,170,190,120,150,180,110,80]},{"name":"Search","color":"#F5BD25","values":[150,160,10,0,90,120,650,150,150,160,350,220,150,230,470,160,140,240,290,80,150,290,150,50,110,10,30,0,10,10,580,420,60,490,320,150,500,180,390,660,400,260,340,420,280,60,100,140,80,50,10,10,80,30,30,190,60,440,420,190,340,210,320,280,760,270,200,190,400,220,180,200,30,50,10,10,0,60,140,330,160,180,420,240,440,180,270,330,100,270,260,380,170,190,180,290,90,20,10,40,10,10,390,160,340,220,180,60,230,160,240,200,240,270,190,150,380,220,160,10,10,20,0,0,0,60,200,240,480,190,80,450,120,200,150,160,180,430,170,380,260,290,200,110,60,0,40,10,60,220,290,160,370,170,190,220,240,200,110,500,220,450,190,190,200,190,80,90]},{"name":"Other","color":"#F79E39","values":[110,60,10,20,40,50,190,170,190,350,300,240,260,290,370,360,360,300,280,280,280,340,310,200,80,80,40,10,0,0,70,120,300,250,250,310,300,290,170,250,160,310,470,290,190,180,290,280,220,40,30,40,10,20,50,110,190,350,260,330,340,390,240,300,290,390,270,320,360,250,360,210,150,30,0,10,20,100,120,160,260,210,220,220,240,250,370,340,310,390,310,380,410,390,370,230,80,30,20,20,10,50,200,190,300,170,230,370,240,210,440,220,300,270,430,210,430,400,260,200,90,20,0,10,20,80,140,280,260,240,300,290,310,230,260,320,270,340,370,420,420,330,310,200,80,20,20,0,10,60,130,290,270,300,250,360,310,380,300,380,340,400,310,260,360,380,380,250]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,20,0,0,20,40,10,0,0,0,10,0,0,0,0,0,0,0,10,30,20,10,10,20,20,20,30,0,0,10,20,0,20,10,10,0,0,0,0,0,0,0,0,0,0,10,10,0,30,10,0,0,10,30,10,0,10,0,10,0,0,0,0,0,0,0,0,10,0,10,0,10,0,0,0,10,0,10,20,10,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,0,10,20,10,10,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,20,10,0,0,30,10,10,30,0,0,0,10,0,0,0,0,0,0,0,0,0,0,10,0,20,10,0,30,10,20,10,20,10,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/12.json b/dist/chartDummyData/views_zoom/2019-02/12.json new file mode 100644 index 000000000..985f2b074 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/12.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1549670400000,1549674000000,1549677600000,1549681200000,1549684800000,1549688400000,1549692000000,1549695600000,1549699200000,1549702800000,1549706400000,1549710000000,1549713600000,1549717200000,1549720800000,1549724400000,1549728000000,1549731600000,1549735200000,1549738800000,1549742400000,1549746000000,1549749600000,1549753200000,1549756800000,1549760400000,1549764000000,1549767600000,1549771200000,1549774800000,1549778400000,1549782000000,1549785600000,1549789200000,1549792800000,1549796400000,1549800000000,1549803600000,1549807200000,1549810800000,1549814400000,1549818000000,1549821600000,1549825200000,1549828800000,1549832400000,1549836000000,1549839600000,1549843200000,1549846800000,1549850400000,1549854000000,1549857600000,1549861200000,1549864800000,1549868400000,1549872000000,1549875600000,1549879200000,1549882800000,1549886400000,1549890000000,1549893600000,1549897200000,1549900800000,1549904400000,1549908000000,1549911600000,1549915200000,1549918800000,1549922400000,1549926000000,1549929600000,1549933200000,1549936800000,1549940400000,1549944000000,1549947600000,1549951200000,1549954800000,1549958400000,1549962000000,1549965600000,1549969200000,1549972800000,1549976400000,1549980000000,1549983600000,1549987200000,1549990800000,1549994400000,1549998000000,1550001600000,1550005200000,1550008800000,1550012400000,1550016000000,1550019600000,1550023200000,1550026800000,1550030400000,1550034000000,1550037600000,1550041200000,1550044800000,1550048400000,1550052000000,1550055600000,1550059200000,1550062800000,1550066400000,1550070000000,1550073600000,1550077200000,1550080800000,1550084400000,1550088000000,1550091600000,1550095200000,1550098800000,1550102400000,1550106000000,1550109600000,1550113200000,1550116800000,1550120400000,1550124000000,1550127600000,1550131200000,1550134800000,1550138400000,1550142000000,1550145600000,1550149200000,1550152800000,1550156400000,1550160000000,1550163600000,1550167200000,1550170800000,1550174400000,1550178000000,1550181600000,1550185200000,1550188800000,1550192400000,1550196000000,1550199600000,1550203200000,1550206800000,1550210400000,1550214000000,1550217600000,1550221200000,1550224800000,1550228400000,1550232000000,1550235600000,1550239200000,1550242800000,1550246400000,1550250000000,1550253600000,1550257200000,1550260800000,1550264400000,1550268000000,1550271600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[660,310,120,140,420,150,710,920,1120,1580,1740,1660,2110,2280,2730,2300,2280,1980,1980,2440,2240,1660,1520,1320,2490,1040,230,70,170,50,140,610,1900,1530,2050,2020,2560,2050,2270,1920,2170,2100,1970,2160,2520,2240,1870,1300,640,160,90,50,60,270,1940,920,1150,1590,1570,1530,1840,2090,1940,2740,2240,1980,2060,2350,2400,3130,2880,1030,450,250,140,100,190,1550,730,800,1200,1410,1660,1690,2160,1780,1860,1920,2280,2400,3170,2270,2300,2030,1730,1230,540,180,230,80,100,200,540,2850,1450,1530,1820,1980,1950,1890,1850,2120,1760,1850,2220,2320,2330,2700,1760,1270,630,230,120,110,70,280,2670,1250,1420,1600,1530,2010,2340,2030,2020,1910,2010,2380,1740,2680,1960,2110,1810,920,480,190,130,50,100,300,570,840,1090,3140,1580,1750,1770,2340,2170,1890,2370,2250,1960,2020,2080,2070,3370,1140]},{"name":"URL","color":"#2373DB","values":[580,410,140,10,30,30,210,460,690,1160,1740,1920,1830,1800,1760,1580,2070,1850,2130,1600,1290,1450,1220,960,700,440,110,90,60,50,70,300,520,1090,1680,1830,1280,1640,1450,1490,1580,1820,1720,1440,1780,1410,1210,760,430,220,50,30,40,80,320,760,950,1360,1470,1740,1720,1750,1900,1970,2260,2430,2140,2210,2080,1950,1260,1050,390,170,40,50,110,120,400,810,1040,930,1870,1610,2010,2000,1590,1800,2400,2320,2590,2170,2430,1830,1220,720,440,100,40,10,30,60,390,920,890,1070,1480,1660,1640,1840,2000,1750,2310,2770,2470,2140,2110,1920,1560,720,300,70,0,10,20,160,410,930,1010,1240,1850,1990,1900,1640,1840,1840,2260,2160,2210,1890,1900,1630,960,700,320,100,170,0,20,80,360,770,1040,1120,1810,1980,1830,2070,1560,2110,2050,2480,2750,2180,1690,1620,1340,860]},{"name":"Groups","color":"#9ED448","values":[1080,310,170,60,40,100,300,810,770,1340,1040,1470,1810,1710,1430,1080,1330,1490,1570,1660,2040,1620,1620,1660,1070,720,240,110,80,130,80,290,680,1040,1400,1530,1320,1560,1340,1290,1600,1580,1660,1530,2420,2830,2450,1750,990,640,220,80,130,490,730,860,1160,1300,1180,1340,1610,1590,1290,1560,1620,1670,1820,2090,2750,3100,2480,1750,730,220,70,80,60,290,700,900,1120,1230,1180,1280,1420,1870,1600,1280,1480,1530,1830,1990,2750,2720,2530,1490,720,450,120,80,80,360,670,990,1320,1490,1430,1580,1470,1400,1610,1320,1520,1680,1950,1870,1840,2560,2330,1780,530,250,130,90,130,440,850,970,1120,1520,1530,1480,1470,1650,1300,1500,1420,1490,1570,1700,1620,2190,1890,1330,730,170,120,20,60,200,520,660,1290,1190,1230,1410,1400,1480,1560,1090,1640,1680,1550,1900,2020,2200,1800,1170]},{"name":"Channel","color":"#4fae4e","values":[30,10,40,0,30,0,90,170,60,100,130,60,130,220,200,150,150,270,170,180,180,130,180,130,120,100,20,10,0,0,30,70,70,100,200,100,100,200,190,230,260,210,130,190,150,260,160,190,60,30,10,40,10,40,160,80,70,190,50,140,110,190,250,170,240,210,170,40,240,190,280,110,40,0,10,10,0,70,30,30,90,40,80,280,170,90,170,180,210,130,210,180,190,120,130,30,220,20,30,10,0,50,100,150,70,150,100,80,100,140,100,170,240,100,170,200,150,260,110,90,80,110,70,0,0,30,70,80,10,90,100,170,150,200,120,110,180,170,190,120,150,180,110,80,70,40,20,20,10,40,40,30,40,120,70,150,150,200,140,120,170,240,130,190,240,220,80,100]},{"name":"Search","color":"#F5BD25","values":[110,10,30,0,10,10,580,420,60,490,320,150,500,180,390,660,400,260,340,420,280,60,100,140,80,50,10,10,80,30,30,190,60,440,420,190,340,210,320,280,760,270,200,190,400,220,180,200,30,50,10,10,0,60,140,330,160,180,420,240,440,180,270,330,100,270,260,380,170,190,180,290,90,20,10,40,10,10,390,160,340,220,180,60,230,160,240,200,240,270,190,150,380,220,160,10,10,20,0,0,0,60,200,240,480,190,80,450,120,200,150,160,180,430,170,380,260,290,200,110,60,0,40,10,60,220,290,160,370,170,190,220,240,200,110,500,220,450,190,190,200,190,80,90,200,20,10,0,20,10,120,120,110,250,110,160,50,220,210,180,210,360,230,170,400,250,120,140]},{"name":"Other","color":"#F79E39","values":[80,80,40,10,0,0,70,120,300,250,250,310,300,290,170,250,160,310,470,290,190,180,290,280,220,40,30,40,10,20,50,110,190,350,260,330,340,390,240,300,290,390,270,320,360,250,360,210,150,30,0,10,20,100,120,160,260,210,220,220,240,250,370,340,310,390,310,380,410,390,370,230,80,30,20,20,10,50,200,190,300,170,230,370,240,210,440,220,300,270,430,210,430,400,260,200,90,20,0,10,20,80,140,280,260,240,300,290,310,230,260,320,270,340,370,420,420,330,310,200,80,20,20,0,10,60,130,290,270,300,250,360,310,380,300,380,340,400,310,260,360,380,380,250,90,90,40,20,20,50,110,240,240,330,260,230,380,390,480,210,250,340,200,310,350,430,310,350]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,0,0,10,30,20,10,10,20,20,20,30,0,0,10,20,0,20,10,10,0,0,0,0,0,0,0,0,0,0,10,10,0,30,10,0,0,10,30,10,0,10,0,10,0,0,0,0,0,0,0,0,10,0,10,0,10,0,0,0,10,0,10,20,10,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,0,10,20,10,10,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,20,10,0,0,30,10,10,30,0,0,0,10,0,0,0,0,0,0,0,0,0,0,10,0,20,10,0,30,10,20,10,20,10,10,0,0,0,0,0,0,0,0,0,0,20,0,10,10,0,10,10,20,20,0,30,30,10,30,40,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/13.json b/dist/chartDummyData/views_zoom/2019-02/13.json new file mode 100644 index 000000000..7a7da9572 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/13.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1549756800000,1549760400000,1549764000000,1549767600000,1549771200000,1549774800000,1549778400000,1549782000000,1549785600000,1549789200000,1549792800000,1549796400000,1549800000000,1549803600000,1549807200000,1549810800000,1549814400000,1549818000000,1549821600000,1549825200000,1549828800000,1549832400000,1549836000000,1549839600000,1549843200000,1549846800000,1549850400000,1549854000000,1549857600000,1549861200000,1549864800000,1549868400000,1549872000000,1549875600000,1549879200000,1549882800000,1549886400000,1549890000000,1549893600000,1549897200000,1549900800000,1549904400000,1549908000000,1549911600000,1549915200000,1549918800000,1549922400000,1549926000000,1549929600000,1549933200000,1549936800000,1549940400000,1549944000000,1549947600000,1549951200000,1549954800000,1549958400000,1549962000000,1549965600000,1549969200000,1549972800000,1549976400000,1549980000000,1549983600000,1549987200000,1549990800000,1549994400000,1549998000000,1550001600000,1550005200000,1550008800000,1550012400000,1550016000000,1550019600000,1550023200000,1550026800000,1550030400000,1550034000000,1550037600000,1550041200000,1550044800000,1550048400000,1550052000000,1550055600000,1550059200000,1550062800000,1550066400000,1550070000000,1550073600000,1550077200000,1550080800000,1550084400000,1550088000000,1550091600000,1550095200000,1550098800000,1550102400000,1550106000000,1550109600000,1550113200000,1550116800000,1550120400000,1550124000000,1550127600000,1550131200000,1550134800000,1550138400000,1550142000000,1550145600000,1550149200000,1550152800000,1550156400000,1550160000000,1550163600000,1550167200000,1550170800000,1550174400000,1550178000000,1550181600000,1550185200000,1550188800000,1550192400000,1550196000000,1550199600000,1550203200000,1550206800000,1550210400000,1550214000000,1550217600000,1550221200000,1550224800000,1550228400000,1550232000000,1550235600000,1550239200000,1550242800000,1550246400000,1550250000000,1550253600000,1550257200000,1550260800000,1550264400000,1550268000000,1550271600000,1550275200000,1550278800000,1550282400000,1550286000000,1550289600000,1550293200000,1550296800000,1550300400000,1550304000000,1550307600000,1550311200000,1550314800000,1550318400000,1550322000000,1550325600000,1550329200000,1550332800000,1550336400000,1550340000000,1550343600000,1550347200000,1550350800000,1550354400000,1550358000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[2490,1040,230,70,170,50,140,610,1900,1530,2050,2020,2560,2050,2270,1920,2170,2100,1970,2160,2520,2240,1870,1300,640,160,90,50,60,270,1940,920,1150,1590,1570,1530,1840,2090,1940,2740,2240,1980,2060,2350,2400,3130,2880,1030,450,250,140,100,190,1550,730,800,1200,1410,1660,1690,2160,1780,1860,1920,2280,2400,3170,2270,2300,2030,1730,1230,540,180,230,80,100,200,540,2850,1450,1530,1820,1980,1950,1890,1850,2120,1760,1850,2220,2320,2330,2700,1760,1270,630,230,120,110,70,280,2670,1250,1420,1600,1530,2010,2340,2030,2020,1910,2010,2380,1740,2680,1960,2110,1810,920,480,190,130,50,100,300,570,840,1090,3140,1580,1750,1770,2340,2170,1890,2370,2250,1960,2020,2080,2070,3370,1140,490,340,120,30,40,160,2000,940,1150,1400,2030,1890,1970,2250,1740,1790,1720,1760,1930,2460,1760,1620,1360,1120]},{"name":"URL","color":"#2373DB","values":[700,440,110,90,60,50,70,300,520,1090,1680,1830,1280,1640,1450,1490,1580,1820,1720,1440,1780,1410,1210,760,430,220,50,30,40,80,320,760,950,1360,1470,1740,1720,1750,1900,1970,2260,2430,2140,2210,2080,1950,1260,1050,390,170,40,50,110,120,400,810,1040,930,1870,1610,2010,2000,1590,1800,2400,2320,2590,2170,2430,1830,1220,720,440,100,40,10,30,60,390,920,890,1070,1480,1660,1640,1840,2000,1750,2310,2770,2470,2140,2110,1920,1560,720,300,70,0,10,20,160,410,930,1010,1240,1850,1990,1900,1640,1840,1840,2260,2160,2210,1890,1900,1630,960,700,320,100,170,0,20,80,360,770,1040,1120,1810,1980,1830,2070,1560,2110,2050,2480,2750,2180,1690,1620,1340,860,360,70,90,10,40,40,120,470,890,1280,1770,1730,1790,2080,1620,1720,1740,1660,2090,1610,1390,980,980,770]},{"name":"Groups","color":"#9ED448","values":[1070,720,240,110,80,130,80,290,680,1040,1400,1530,1320,1560,1340,1290,1600,1580,1660,1530,2420,2830,2450,1750,990,640,220,80,130,490,730,860,1160,1300,1180,1340,1610,1590,1290,1560,1620,1670,1820,2090,2750,3100,2480,1750,730,220,70,80,60,290,700,900,1120,1230,1180,1280,1420,1870,1600,1280,1480,1530,1830,1990,2750,2720,2530,1490,720,450,120,80,80,360,670,990,1320,1490,1430,1580,1470,1400,1610,1320,1520,1680,1950,1870,1840,2560,2330,1780,530,250,130,90,130,440,850,970,1120,1520,1530,1480,1470,1650,1300,1500,1420,1490,1570,1700,1620,2190,1890,1330,730,170,120,20,60,200,520,660,1290,1190,1230,1410,1400,1480,1560,1090,1640,1680,1550,1900,2020,2200,1800,1170,450,480,120,70,60,160,370,740,1290,1120,1210,1270,1350,1360,1400,1140,1010,1290,1400,1690,1250,1730,1610,1450]},{"name":"Channel","color":"#4fae4e","values":[120,100,20,10,0,0,30,70,70,100,200,100,100,200,190,230,260,210,130,190,150,260,160,190,60,30,10,40,10,40,160,80,70,190,50,140,110,190,250,170,240,210,170,40,240,190,280,110,40,0,10,10,0,70,30,30,90,40,80,280,170,90,170,180,210,130,210,180,190,120,130,30,220,20,30,10,0,50,100,150,70,150,100,80,100,140,100,170,240,100,170,200,150,260,110,90,80,110,70,0,0,30,70,80,10,90,100,170,150,200,120,110,180,170,190,120,150,180,110,80,70,40,20,20,10,40,40,30,40,120,70,150,150,200,140,120,170,240,130,190,240,220,80,100,20,50,70,0,0,0,70,50,90,80,60,160,220,140,180,200,110,60,130,150,230,160,100,40]},{"name":"Search","color":"#F5BD25","values":[80,50,10,10,80,30,30,190,60,440,420,190,340,210,320,280,760,270,200,190,400,220,180,200,30,50,10,10,0,60,140,330,160,180,420,240,440,180,270,330,100,270,260,380,170,190,180,290,90,20,10,40,10,10,390,160,340,220,180,60,230,160,240,200,240,270,190,150,380,220,160,10,10,20,0,0,0,60,200,240,480,190,80,450,120,200,150,160,180,430,170,380,260,290,200,110,60,0,40,10,60,220,290,160,370,170,190,220,240,200,110,500,220,450,190,190,200,190,80,90,200,20,10,0,20,10,120,120,110,250,110,160,50,220,210,180,210,360,230,170,400,250,120,140,160,40,100,10,0,30,70,40,130,190,140,160,220,330,160,420,380,110,230,70,150,70,130,100]},{"name":"Other","color":"#F79E39","values":[220,40,30,40,10,20,50,110,190,350,260,330,340,390,240,300,290,390,270,320,360,250,360,210,150,30,0,10,20,100,120,160,260,210,220,220,240,250,370,340,310,390,310,380,410,390,370,230,80,30,20,20,10,50,200,190,300,170,230,370,240,210,440,220,300,270,430,210,430,400,260,200,90,20,0,10,20,80,140,280,260,240,300,290,310,230,260,320,270,340,370,420,420,330,310,200,80,20,20,0,10,60,130,290,270,300,250,360,310,380,300,380,340,400,310,260,360,380,380,250,90,90,40,20,20,50,110,240,240,330,260,230,380,390,480,210,250,340,200,310,350,430,310,350,120,90,10,70,0,10,90,160,210,330,210,180,320,330,290,290,200,210,230,230,310,300,280,120]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,0,0,0,0,0,10,10,0,30,10,0,0,10,30,10,0,10,0,10,0,0,0,0,0,0,0,0,10,0,10,0,10,0,0,0,10,0,10,20,10,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,0,10,20,10,10,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,20,10,0,0,30,10,10,30,0,0,0,10,0,0,0,0,0,0,0,0,0,0,10,0,20,10,0,30,10,20,10,20,10,10,0,0,0,0,0,0,0,0,0,0,20,0,10,10,0,10,10,20,20,0,30,30,10,30,40,0,0,0,0,0,0,0,0,20,0,10,0,30,10,10,10,20,10,20,10,10,10,40,20,20,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/14.json b/dist/chartDummyData/views_zoom/2019-02/14.json new file mode 100644 index 000000000..b526c88f8 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/14.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1549843200000,1549846800000,1549850400000,1549854000000,1549857600000,1549861200000,1549864800000,1549868400000,1549872000000,1549875600000,1549879200000,1549882800000,1549886400000,1549890000000,1549893600000,1549897200000,1549900800000,1549904400000,1549908000000,1549911600000,1549915200000,1549918800000,1549922400000,1549926000000,1549929600000,1549933200000,1549936800000,1549940400000,1549944000000,1549947600000,1549951200000,1549954800000,1549958400000,1549962000000,1549965600000,1549969200000,1549972800000,1549976400000,1549980000000,1549983600000,1549987200000,1549990800000,1549994400000,1549998000000,1550001600000,1550005200000,1550008800000,1550012400000,1550016000000,1550019600000,1550023200000,1550026800000,1550030400000,1550034000000,1550037600000,1550041200000,1550044800000,1550048400000,1550052000000,1550055600000,1550059200000,1550062800000,1550066400000,1550070000000,1550073600000,1550077200000,1550080800000,1550084400000,1550088000000,1550091600000,1550095200000,1550098800000,1550102400000,1550106000000,1550109600000,1550113200000,1550116800000,1550120400000,1550124000000,1550127600000,1550131200000,1550134800000,1550138400000,1550142000000,1550145600000,1550149200000,1550152800000,1550156400000,1550160000000,1550163600000,1550167200000,1550170800000,1550174400000,1550178000000,1550181600000,1550185200000,1550188800000,1550192400000,1550196000000,1550199600000,1550203200000,1550206800000,1550210400000,1550214000000,1550217600000,1550221200000,1550224800000,1550228400000,1550232000000,1550235600000,1550239200000,1550242800000,1550246400000,1550250000000,1550253600000,1550257200000,1550260800000,1550264400000,1550268000000,1550271600000,1550275200000,1550278800000,1550282400000,1550286000000,1550289600000,1550293200000,1550296800000,1550300400000,1550304000000,1550307600000,1550311200000,1550314800000,1550318400000,1550322000000,1550325600000,1550329200000,1550332800000,1550336400000,1550340000000,1550343600000,1550347200000,1550350800000,1550354400000,1550358000000,1550361600000,1550365200000,1550368800000,1550372400000,1550376000000,1550379600000,1550383200000,1550386800000,1550390400000,1550394000000,1550397600000,1550401200000,1550404800000,1550408400000,1550412000000,1550415600000,1550419200000,1550422800000,1550426400000,1550430000000,1550433600000,1550437200000,1550440800000,1550444400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[640,160,90,50,60,270,1940,920,1150,1590,1570,1530,1840,2090,1940,2740,2240,1980,2060,2350,2400,3130,2880,1030,450,250,140,100,190,1550,730,800,1200,1410,1660,1690,2160,1780,1860,1920,2280,2400,3170,2270,2300,2030,1730,1230,540,180,230,80,100,200,540,2850,1450,1530,1820,1980,1950,1890,1850,2120,1760,1850,2220,2320,2330,2700,1760,1270,630,230,120,110,70,280,2670,1250,1420,1600,1530,2010,2340,2030,2020,1910,2010,2380,1740,2680,1960,2110,1810,920,480,190,130,50,100,300,570,840,1090,3140,1580,1750,1770,2340,2170,1890,2370,2250,1960,2020,2080,2070,3370,1140,490,340,120,30,40,160,2000,940,1150,1400,2030,1890,1970,2250,1740,1790,1720,1760,1930,2460,1760,1620,1360,1120,670,570,240,40,60,100,320,2490,1000,2010,2100,1970,2060,2790,1920,2230,1980,2040,2150,1890,4760,2250,1740,1320]},{"name":"URL","color":"#2373DB","values":[430,220,50,30,40,80,320,760,950,1360,1470,1740,1720,1750,1900,1970,2260,2430,2140,2210,2080,1950,1260,1050,390,170,40,50,110,120,400,810,1040,930,1870,1610,2010,2000,1590,1800,2400,2320,2590,2170,2430,1830,1220,720,440,100,40,10,30,60,390,920,890,1070,1480,1660,1640,1840,2000,1750,2310,2770,2470,2140,2110,1920,1560,720,300,70,0,10,20,160,410,930,1010,1240,1850,1990,1900,1640,1840,1840,2260,2160,2210,1890,1900,1630,960,700,320,100,170,0,20,80,360,770,1040,1120,1810,1980,1830,2070,1560,2110,2050,2480,2750,2180,1690,1620,1340,860,360,70,90,10,40,40,120,470,890,1280,1770,1730,1790,2080,1620,1720,1740,1660,2090,1610,1390,980,980,770,570,230,170,110,0,10,70,330,650,950,1170,1560,1310,1440,1490,1070,1510,1890,1910,1830,1670,1300,1070,640]},{"name":"Groups","color":"#9ED448","values":[990,640,220,80,130,490,730,860,1160,1300,1180,1340,1610,1590,1290,1560,1620,1670,1820,2090,2750,3100,2480,1750,730,220,70,80,60,290,700,900,1120,1230,1180,1280,1420,1870,1600,1280,1480,1530,1830,1990,2750,2720,2530,1490,720,450,120,80,80,360,670,990,1320,1490,1430,1580,1470,1400,1610,1320,1520,1680,1950,1870,1840,2560,2330,1780,530,250,130,90,130,440,850,970,1120,1520,1530,1480,1470,1650,1300,1500,1420,1490,1570,1700,1620,2190,1890,1330,730,170,120,20,60,200,520,660,1290,1190,1230,1410,1400,1480,1560,1090,1640,1680,1550,1900,2020,2200,1800,1170,450,480,120,70,60,160,370,740,1290,1120,1210,1270,1350,1360,1400,1140,1010,1290,1400,1690,1250,1730,1610,1450,870,540,230,70,80,80,210,650,900,1070,1040,1260,1340,1450,1290,1150,990,1280,1570,1640,2030,2660,2440,1370]},{"name":"Channel","color":"#4fae4e","values":[60,30,10,40,10,40,160,80,70,190,50,140,110,190,250,170,240,210,170,40,240,190,280,110,40,0,10,10,0,70,30,30,90,40,80,280,170,90,170,180,210,130,210,180,190,120,130,30,220,20,30,10,0,50,100,150,70,150,100,80,100,140,100,170,240,100,170,200,150,260,110,90,80,110,70,0,0,30,70,80,10,90,100,170,150,200,120,110,180,170,190,120,150,180,110,80,70,40,20,20,10,40,40,30,40,120,70,150,150,200,140,120,170,240,130,190,240,220,80,100,20,50,70,0,0,0,70,50,90,80,60,160,220,140,180,200,110,60,130,150,230,160,100,40,20,450,30,10,30,10,20,70,70,70,260,120,150,210,130,170,140,210,160,190,200,120,190,290]},{"name":"Search","color":"#F5BD25","values":[30,50,10,10,0,60,140,330,160,180,420,240,440,180,270,330,100,270,260,380,170,190,180,290,90,20,10,40,10,10,390,160,340,220,180,60,230,160,240,200,240,270,190,150,380,220,160,10,10,20,0,0,0,60,200,240,480,190,80,450,120,200,150,160,180,430,170,380,260,290,200,110,60,0,40,10,60,220,290,160,370,170,190,220,240,200,110,500,220,450,190,190,200,190,80,90,200,20,10,0,20,10,120,120,110,250,110,160,50,220,210,180,210,360,230,170,400,250,120,140,160,40,100,10,0,30,70,40,130,190,140,160,220,330,160,420,380,110,230,70,150,70,130,100,50,70,10,10,0,0,50,80,170,620,440,730,400,180,190,120,410,170,180,220,390,170,110,100]},{"name":"Other","color":"#F79E39","values":[150,30,0,10,20,100,120,160,260,210,220,220,240,250,370,340,310,390,310,380,410,390,370,230,80,30,20,20,10,50,200,190,300,170,230,370,240,210,440,220,300,270,430,210,430,400,260,200,90,20,0,10,20,80,140,280,260,240,300,290,310,230,260,320,270,340,370,420,420,330,310,200,80,20,20,0,10,60,130,290,270,300,250,360,310,380,300,380,340,400,310,260,360,380,380,250,90,90,40,20,20,50,110,240,240,330,260,230,380,390,480,210,250,340,200,310,350,430,310,350,120,90,10,70,0,10,90,160,210,330,210,180,320,330,290,290,200,210,230,230,310,300,280,120,60,50,0,30,10,20,20,110,190,350,550,230,250,310,280,220,350,280,190,190,380,250,280,160]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,0,0,0,10,0,10,0,10,0,0,0,10,0,10,20,10,0,0,0,0,0,0,0,0,0,10,0,0,10,0,0,0,10,20,10,10,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,20,10,0,0,30,10,10,30,0,0,0,10,0,0,0,0,0,0,0,0,0,0,10,0,20,10,0,30,10,20,10,20,10,10,0,0,0,0,0,0,0,0,0,0,20,0,10,10,0,10,10,20,20,0,30,30,10,30,40,0,0,0,0,0,0,0,0,20,0,10,0,30,10,10,10,20,10,20,10,10,10,40,20,20,0,0,0,0,0,0,0,0,10,0,20,0,10,30,0,10,10,10,10,0,20,0,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/15.json b/dist/chartDummyData/views_zoom/2019-02/15.json new file mode 100644 index 000000000..b23820581 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/15.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1549929600000,1549933200000,1549936800000,1549940400000,1549944000000,1549947600000,1549951200000,1549954800000,1549958400000,1549962000000,1549965600000,1549969200000,1549972800000,1549976400000,1549980000000,1549983600000,1549987200000,1549990800000,1549994400000,1549998000000,1550001600000,1550005200000,1550008800000,1550012400000,1550016000000,1550019600000,1550023200000,1550026800000,1550030400000,1550034000000,1550037600000,1550041200000,1550044800000,1550048400000,1550052000000,1550055600000,1550059200000,1550062800000,1550066400000,1550070000000,1550073600000,1550077200000,1550080800000,1550084400000,1550088000000,1550091600000,1550095200000,1550098800000,1550102400000,1550106000000,1550109600000,1550113200000,1550116800000,1550120400000,1550124000000,1550127600000,1550131200000,1550134800000,1550138400000,1550142000000,1550145600000,1550149200000,1550152800000,1550156400000,1550160000000,1550163600000,1550167200000,1550170800000,1550174400000,1550178000000,1550181600000,1550185200000,1550188800000,1550192400000,1550196000000,1550199600000,1550203200000,1550206800000,1550210400000,1550214000000,1550217600000,1550221200000,1550224800000,1550228400000,1550232000000,1550235600000,1550239200000,1550242800000,1550246400000,1550250000000,1550253600000,1550257200000,1550260800000,1550264400000,1550268000000,1550271600000,1550275200000,1550278800000,1550282400000,1550286000000,1550289600000,1550293200000,1550296800000,1550300400000,1550304000000,1550307600000,1550311200000,1550314800000,1550318400000,1550322000000,1550325600000,1550329200000,1550332800000,1550336400000,1550340000000,1550343600000,1550347200000,1550350800000,1550354400000,1550358000000,1550361600000,1550365200000,1550368800000,1550372400000,1550376000000,1550379600000,1550383200000,1550386800000,1550390400000,1550394000000,1550397600000,1550401200000,1550404800000,1550408400000,1550412000000,1550415600000,1550419200000,1550422800000,1550426400000,1550430000000,1550433600000,1550437200000,1550440800000,1550444400000,1550448000000,1550451600000,1550455200000,1550458800000,1550462400000,1550466000000,1550469600000,1550473200000,1550476800000,1550480400000,1550484000000,1550487600000,1550491200000,1550494800000,1550498400000,1550502000000,1550505600000,1550509200000,1550512800000,1550516400000,1550520000000,1550523600000,1550527200000,1550530800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[450,250,140,100,190,1550,730,800,1200,1410,1660,1690,2160,1780,1860,1920,2280,2400,3170,2270,2300,2030,1730,1230,540,180,230,80,100,200,540,2850,1450,1530,1820,1980,1950,1890,1850,2120,1760,1850,2220,2320,2330,2700,1760,1270,630,230,120,110,70,280,2670,1250,1420,1600,1530,2010,2340,2030,2020,1910,2010,2380,1740,2680,1960,2110,1810,920,480,190,130,50,100,300,570,840,1090,3140,1580,1750,1770,2340,2170,1890,2370,2250,1960,2020,2080,2070,3370,1140,490,340,120,30,40,160,2000,940,1150,1400,2030,1890,1970,2250,1740,1790,1720,1760,1930,2460,1760,1620,1360,1120,670,570,240,40,60,100,320,2490,1000,2010,2100,1970,2060,2790,1920,2230,1980,2040,2150,1890,4760,2250,1740,1320,580,390,150,20,30,340,1200,1010,1150,1440,1820,1870,1650,2170,1820,2010,1780,2100,2030,2520,2780,2940,1730,930]},{"name":"URL","color":"#2373DB","values":[390,170,40,50,110,120,400,810,1040,930,1870,1610,2010,2000,1590,1800,2400,2320,2590,2170,2430,1830,1220,720,440,100,40,10,30,60,390,920,890,1070,1480,1660,1640,1840,2000,1750,2310,2770,2470,2140,2110,1920,1560,720,300,70,0,10,20,160,410,930,1010,1240,1850,1990,1900,1640,1840,1840,2260,2160,2210,1890,1900,1630,960,700,320,100,170,0,20,80,360,770,1040,1120,1810,1980,1830,2070,1560,2110,2050,2480,2750,2180,1690,1620,1340,860,360,70,90,10,40,40,120,470,890,1280,1770,1730,1790,2080,1620,1720,1740,1660,2090,1610,1390,980,980,770,570,230,170,110,0,10,70,330,650,950,1170,1560,1310,1440,1490,1070,1510,1890,1910,1830,1670,1300,1070,640,310,170,30,20,20,60,330,890,870,1250,1450,1720,1410,1930,1930,1820,2170,2370,2540,2010,1870,1770,1250,610]},{"name":"Groups","color":"#9ED448","values":[730,220,70,80,60,290,700,900,1120,1230,1180,1280,1420,1870,1600,1280,1480,1530,1830,1990,2750,2720,2530,1490,720,450,120,80,80,360,670,990,1320,1490,1430,1580,1470,1400,1610,1320,1520,1680,1950,1870,1840,2560,2330,1780,530,250,130,90,130,440,850,970,1120,1520,1530,1480,1470,1650,1300,1500,1420,1490,1570,1700,1620,2190,1890,1330,730,170,120,20,60,200,520,660,1290,1190,1230,1410,1400,1480,1560,1090,1640,1680,1550,1900,2020,2200,1800,1170,450,480,120,70,60,160,370,740,1290,1120,1210,1270,1350,1360,1400,1140,1010,1290,1400,1690,1250,1730,1610,1450,870,540,230,70,80,80,210,650,900,1070,1040,1260,1340,1450,1290,1150,990,1280,1570,1640,2030,2660,2440,1370,620,110,90,20,70,330,590,1220,880,1170,1570,1270,1600,1390,1520,1210,1750,1830,1830,1960,2670,3070,2430,1430]},{"name":"Channel","color":"#4fae4e","values":[40,0,10,10,0,70,30,30,90,40,80,280,170,90,170,180,210,130,210,180,190,120,130,30,220,20,30,10,0,50,100,150,70,150,100,80,100,140,100,170,240,100,170,200,150,260,110,90,80,110,70,0,0,30,70,80,10,90,100,170,150,200,120,110,180,170,190,120,150,180,110,80,70,40,20,20,10,40,40,30,40,120,70,150,150,200,140,120,170,240,130,190,240,220,80,100,20,50,70,0,0,0,70,50,90,80,60,160,220,140,180,200,110,60,130,150,230,160,100,40,20,450,30,10,30,10,20,70,70,70,260,120,150,210,130,170,140,210,160,190,200,120,190,290,140,80,50,0,20,20,40,100,80,130,40,60,90,90,140,190,230,190,140,180,150,220,130,100]},{"name":"Search","color":"#F5BD25","values":[90,20,10,40,10,10,390,160,340,220,180,60,230,160,240,200,240,270,190,150,380,220,160,10,10,20,0,0,0,60,200,240,480,190,80,450,120,200,150,160,180,430,170,380,260,290,200,110,60,0,40,10,60,220,290,160,370,170,190,220,240,200,110,500,220,450,190,190,200,190,80,90,200,20,10,0,20,10,120,120,110,250,110,160,50,220,210,180,210,360,230,170,400,250,120,140,160,40,100,10,0,30,70,40,130,190,140,160,220,330,160,420,380,110,230,70,150,70,130,100,50,70,10,10,0,0,50,80,170,620,440,730,400,180,190,120,410,170,180,220,390,170,110,100,70,0,20,0,10,150,160,320,220,400,370,160,340,300,120,210,290,120,260,120,250,240,150,50]},{"name":"Other","color":"#F79E39","values":[80,30,20,20,10,50,200,190,300,170,230,370,240,210,440,220,300,270,430,210,430,400,260,200,90,20,0,10,20,80,140,280,260,240,300,290,310,230,260,320,270,340,370,420,420,330,310,200,80,20,20,0,10,60,130,290,270,300,250,360,310,380,300,380,340,400,310,260,360,380,380,250,90,90,40,20,20,50,110,240,240,330,260,230,380,390,480,210,250,340,200,310,350,430,310,350,120,90,10,70,0,10,90,160,210,330,210,180,320,330,290,290,200,210,230,230,310,300,280,120,60,50,0,30,10,20,20,110,190,350,550,230,250,310,280,220,350,280,190,190,380,250,280,160,110,40,70,30,20,40,60,190,160,210,190,250,380,280,290,260,370,260,320,520,340,400,310,280]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,0,10,0,0,0,10,20,10,10,10,0,0,0,0,0,0,0,0,0,0,0,10,10,0,10,0,20,10,0,0,30,10,10,30,0,0,0,10,0,0,0,0,0,0,0,0,0,0,10,0,20,10,0,30,10,20,10,20,10,10,0,0,0,0,0,0,0,0,0,0,20,0,10,10,0,10,10,20,20,0,30,30,10,30,40,0,0,0,0,0,0,0,0,20,0,10,0,30,10,10,10,20,10,20,10,10,10,40,20,20,0,0,0,0,0,0,0,0,10,0,20,0,10,30,0,10,10,10,10,0,20,0,0,0,10,0,0,0,0,0,0,0,0,0,10,0,10,10,0,10,0,10,10,0,10,0,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/16.json b/dist/chartDummyData/views_zoom/2019-02/16.json new file mode 100644 index 000000000..0865c5296 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/16.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1550016000000,1550019600000,1550023200000,1550026800000,1550030400000,1550034000000,1550037600000,1550041200000,1550044800000,1550048400000,1550052000000,1550055600000,1550059200000,1550062800000,1550066400000,1550070000000,1550073600000,1550077200000,1550080800000,1550084400000,1550088000000,1550091600000,1550095200000,1550098800000,1550102400000,1550106000000,1550109600000,1550113200000,1550116800000,1550120400000,1550124000000,1550127600000,1550131200000,1550134800000,1550138400000,1550142000000,1550145600000,1550149200000,1550152800000,1550156400000,1550160000000,1550163600000,1550167200000,1550170800000,1550174400000,1550178000000,1550181600000,1550185200000,1550188800000,1550192400000,1550196000000,1550199600000,1550203200000,1550206800000,1550210400000,1550214000000,1550217600000,1550221200000,1550224800000,1550228400000,1550232000000,1550235600000,1550239200000,1550242800000,1550246400000,1550250000000,1550253600000,1550257200000,1550260800000,1550264400000,1550268000000,1550271600000,1550275200000,1550278800000,1550282400000,1550286000000,1550289600000,1550293200000,1550296800000,1550300400000,1550304000000,1550307600000,1550311200000,1550314800000,1550318400000,1550322000000,1550325600000,1550329200000,1550332800000,1550336400000,1550340000000,1550343600000,1550347200000,1550350800000,1550354400000,1550358000000,1550361600000,1550365200000,1550368800000,1550372400000,1550376000000,1550379600000,1550383200000,1550386800000,1550390400000,1550394000000,1550397600000,1550401200000,1550404800000,1550408400000,1550412000000,1550415600000,1550419200000,1550422800000,1550426400000,1550430000000,1550433600000,1550437200000,1550440800000,1550444400000,1550448000000,1550451600000,1550455200000,1550458800000,1550462400000,1550466000000,1550469600000,1550473200000,1550476800000,1550480400000,1550484000000,1550487600000,1550491200000,1550494800000,1550498400000,1550502000000,1550505600000,1550509200000,1550512800000,1550516400000,1550520000000,1550523600000,1550527200000,1550530800000,1550534400000,1550538000000,1550541600000,1550545200000,1550548800000,1550552400000,1550556000000,1550559600000,1550563200000,1550566800000,1550570400000,1550574000000,1550577600000,1550581200000,1550584800000,1550588400000,1550592000000,1550595600000,1550599200000,1550602800000,1550606400000,1550610000000,1550613600000,1550617200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[540,180,230,80,100,200,540,2850,1450,1530,1820,1980,1950,1890,1850,2120,1760,1850,2220,2320,2330,2700,1760,1270,630,230,120,110,70,280,2670,1250,1420,1600,1530,2010,2340,2030,2020,1910,2010,2380,1740,2680,1960,2110,1810,920,480,190,130,50,100,300,570,840,1090,3140,1580,1750,1770,2340,2170,1890,2370,2250,1960,2020,2080,2070,3370,1140,490,340,120,30,40,160,2000,940,1150,1400,2030,1890,1970,2250,1740,1790,1720,1760,1930,2460,1760,1620,1360,1120,670,570,240,40,60,100,320,2490,1000,2010,2100,1970,2060,2790,1920,2230,1980,2040,2150,1890,4760,2250,1740,1320,580,390,150,20,30,340,1200,1010,1150,1440,1820,1870,1650,2170,1820,2010,1780,2100,2030,2520,2780,2940,1730,930,630,330,240,350,270,270,2920,920,1140,1230,1620,1770,1770,1920,2110,1780,1720,2050,1900,2270,2230,2400,1450,1160]},{"name":"URL","color":"#2373DB","values":[440,100,40,10,30,60,390,920,890,1070,1480,1660,1640,1840,2000,1750,2310,2770,2470,2140,2110,1920,1560,720,300,70,0,10,20,160,410,930,1010,1240,1850,1990,1900,1640,1840,1840,2260,2160,2210,1890,1900,1630,960,700,320,100,170,0,20,80,360,770,1040,1120,1810,1980,1830,2070,1560,2110,2050,2480,2750,2180,1690,1620,1340,860,360,70,90,10,40,40,120,470,890,1280,1770,1730,1790,2080,1620,1720,1740,1660,2090,1610,1390,980,980,770,570,230,170,110,0,10,70,330,650,950,1170,1560,1310,1440,1490,1070,1510,1890,1910,1830,1670,1300,1070,640,310,170,30,20,20,60,330,890,870,1250,1450,1720,1410,1930,1930,1820,2170,2370,2540,2010,1870,1770,1250,610,340,140,20,20,80,110,310,850,950,1440,1350,2000,2010,1840,1640,2000,2200,2540,2080,2060,2250,1740,1450,830]},{"name":"Groups","color":"#9ED448","values":[720,450,120,80,80,360,670,990,1320,1490,1430,1580,1470,1400,1610,1320,1520,1680,1950,1870,1840,2560,2330,1780,530,250,130,90,130,440,850,970,1120,1520,1530,1480,1470,1650,1300,1500,1420,1490,1570,1700,1620,2190,1890,1330,730,170,120,20,60,200,520,660,1290,1190,1230,1410,1400,1480,1560,1090,1640,1680,1550,1900,2020,2200,1800,1170,450,480,120,70,60,160,370,740,1290,1120,1210,1270,1350,1360,1400,1140,1010,1290,1400,1690,1250,1730,1610,1450,870,540,230,70,80,80,210,650,900,1070,1040,1260,1340,1450,1290,1150,990,1280,1570,1640,2030,2660,2440,1370,620,110,90,20,70,330,590,1220,880,1170,1570,1270,1600,1390,1520,1210,1750,1830,1830,1960,2670,3070,2430,1430,480,110,90,60,50,360,800,1040,1100,990,1210,1190,1610,1480,1550,1690,1560,2260,1550,2220,2250,2530,2380,1450]},{"name":"Channel","color":"#4fae4e","values":[220,20,30,10,0,50,100,150,70,150,100,80,100,140,100,170,240,100,170,200,150,260,110,90,80,110,70,0,0,30,70,80,10,90,100,170,150,200,120,110,180,170,190,120,150,180,110,80,70,40,20,20,10,40,40,30,40,120,70,150,150,200,140,120,170,240,130,190,240,220,80,100,20,50,70,0,0,0,70,50,90,80,60,160,220,140,180,200,110,60,130,150,230,160,100,40,20,450,30,10,30,10,20,70,70,70,260,120,150,210,130,170,140,210,160,190,200,120,190,290,140,80,50,0,20,20,40,100,80,130,40,60,90,90,140,190,230,190,140,180,150,220,130,100,10,50,10,0,0,10,280,40,60,30,60,70,70,160,100,170,120,200,200,140,90,230,120,80]},{"name":"Search","color":"#F5BD25","values":[10,20,0,0,0,60,200,240,480,190,80,450,120,200,150,160,180,430,170,380,260,290,200,110,60,0,40,10,60,220,290,160,370,170,190,220,240,200,110,500,220,450,190,190,200,190,80,90,200,20,10,0,20,10,120,120,110,250,110,160,50,220,210,180,210,360,230,170,400,250,120,140,160,40,100,10,0,30,70,40,130,190,140,160,220,330,160,420,380,110,230,70,150,70,130,100,50,70,10,10,0,0,50,80,170,620,440,730,400,180,190,120,410,170,180,220,390,170,110,100,70,0,20,0,10,150,160,320,220,400,370,160,340,300,120,210,290,120,260,120,250,240,150,50,50,0,20,20,0,40,180,740,40,190,130,490,150,180,200,520,180,170,180,180,250,320,260,20]},{"name":"Other","color":"#F79E39","values":[90,20,0,10,20,80,140,280,260,240,300,290,310,230,260,320,270,340,370,420,420,330,310,200,80,20,20,0,10,60,130,290,270,300,250,360,310,380,300,380,340,400,310,260,360,380,380,250,90,90,40,20,20,50,110,240,240,330,260,230,380,390,480,210,250,340,200,310,350,430,310,350,120,90,10,70,0,10,90,160,210,330,210,180,320,330,290,290,200,210,230,230,310,300,280,120,60,50,0,30,10,20,20,110,190,350,550,230,250,310,280,220,350,280,190,190,380,250,280,160,110,40,70,30,20,40,60,190,160,210,190,250,380,280,290,260,370,260,320,520,340,400,310,280,130,10,50,20,40,110,120,210,220,170,240,270,220,340,270,290,360,270,260,480,340,280,300,220]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,10,0,10,0,20,10,0,0,30,10,10,30,0,0,0,10,0,0,0,0,0,0,0,0,0,0,10,0,20,10,0,30,10,20,10,20,10,10,0,0,0,0,0,0,0,0,0,0,20,0,10,10,0,10,10,20,20,0,30,30,10,30,40,0,0,0,0,0,0,0,0,20,0,10,0,30,10,10,10,20,10,20,10,10,10,40,20,20,0,0,0,0,0,0,0,0,10,0,20,0,10,30,0,10,10,10,10,0,20,0,0,0,10,0,0,0,0,0,0,0,0,0,10,0,10,10,0,10,0,10,10,0,10,0,0,0,10,0,0,0,0,0,10,0,10,10,0,10,0,10,0,0,0,10,20,20,10,10,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/17.json b/dist/chartDummyData/views_zoom/2019-02/17.json new file mode 100644 index 000000000..85b881da0 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/17.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1550102400000,1550106000000,1550109600000,1550113200000,1550116800000,1550120400000,1550124000000,1550127600000,1550131200000,1550134800000,1550138400000,1550142000000,1550145600000,1550149200000,1550152800000,1550156400000,1550160000000,1550163600000,1550167200000,1550170800000,1550174400000,1550178000000,1550181600000,1550185200000,1550188800000,1550192400000,1550196000000,1550199600000,1550203200000,1550206800000,1550210400000,1550214000000,1550217600000,1550221200000,1550224800000,1550228400000,1550232000000,1550235600000,1550239200000,1550242800000,1550246400000,1550250000000,1550253600000,1550257200000,1550260800000,1550264400000,1550268000000,1550271600000,1550275200000,1550278800000,1550282400000,1550286000000,1550289600000,1550293200000,1550296800000,1550300400000,1550304000000,1550307600000,1550311200000,1550314800000,1550318400000,1550322000000,1550325600000,1550329200000,1550332800000,1550336400000,1550340000000,1550343600000,1550347200000,1550350800000,1550354400000,1550358000000,1550361600000,1550365200000,1550368800000,1550372400000,1550376000000,1550379600000,1550383200000,1550386800000,1550390400000,1550394000000,1550397600000,1550401200000,1550404800000,1550408400000,1550412000000,1550415600000,1550419200000,1550422800000,1550426400000,1550430000000,1550433600000,1550437200000,1550440800000,1550444400000,1550448000000,1550451600000,1550455200000,1550458800000,1550462400000,1550466000000,1550469600000,1550473200000,1550476800000,1550480400000,1550484000000,1550487600000,1550491200000,1550494800000,1550498400000,1550502000000,1550505600000,1550509200000,1550512800000,1550516400000,1550520000000,1550523600000,1550527200000,1550530800000,1550534400000,1550538000000,1550541600000,1550545200000,1550548800000,1550552400000,1550556000000,1550559600000,1550563200000,1550566800000,1550570400000,1550574000000,1550577600000,1550581200000,1550584800000,1550588400000,1550592000000,1550595600000,1550599200000,1550602800000,1550606400000,1550610000000,1550613600000,1550617200000,1550620800000,1550624400000,1550628000000,1550631600000,1550635200000,1550638800000,1550642400000,1550646000000,1550649600000,1550653200000,1550656800000,1550660400000,1550664000000,1550667600000,1550671200000,1550674800000,1550678400000,1550682000000,1550685600000,1550689200000,1550692800000,1550696400000,1550700000000,1550703600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[630,230,120,110,70,280,2670,1250,1420,1600,1530,2010,2340,2030,2020,1910,2010,2380,1740,2680,1960,2110,1810,920,480,190,130,50,100,300,570,840,1090,3140,1580,1750,1770,2340,2170,1890,2370,2250,1960,2020,2080,2070,3370,1140,490,340,120,30,40,160,2000,940,1150,1400,2030,1890,1970,2250,1740,1790,1720,1760,1930,2460,1760,1620,1360,1120,670,570,240,40,60,100,320,2490,1000,2010,2100,1970,2060,2790,1920,2230,1980,2040,2150,1890,4760,2250,1740,1320,580,390,150,20,30,340,1200,1010,1150,1440,1820,1870,1650,2170,1820,2010,1780,2100,2030,2520,2780,2940,1730,930,630,330,240,350,270,270,2920,920,1140,1230,1620,1770,1770,1920,2110,1780,1720,2050,1900,2270,2230,2400,1450,1160,390,190,50,40,100,290,810,910,1120,1540,1310,1330,1520,1740,1870,3770,2060,1870,2280,2010,2550,2190,1810,970]},{"name":"URL","color":"#2373DB","values":[300,70,0,10,20,160,410,930,1010,1240,1850,1990,1900,1640,1840,1840,2260,2160,2210,1890,1900,1630,960,700,320,100,170,0,20,80,360,770,1040,1120,1810,1980,1830,2070,1560,2110,2050,2480,2750,2180,1690,1620,1340,860,360,70,90,10,40,40,120,470,890,1280,1770,1730,1790,2080,1620,1720,1740,1660,2090,1610,1390,980,980,770,570,230,170,110,0,10,70,330,650,950,1170,1560,1310,1440,1490,1070,1510,1890,1910,1830,1670,1300,1070,640,310,170,30,20,20,60,330,890,870,1250,1450,1720,1410,1930,1930,1820,2170,2370,2540,2010,1870,1770,1250,610,340,140,20,20,80,110,310,850,950,1440,1350,2000,2010,1840,1640,2000,2200,2540,2080,2060,2250,1740,1450,830,280,130,20,10,10,120,440,620,800,1200,1770,1980,2080,2200,1910,2130,2170,2480,2940,2450,2120,1800,1350,790]},{"name":"Groups","color":"#9ED448","values":[530,250,130,90,130,440,850,970,1120,1520,1530,1480,1470,1650,1300,1500,1420,1490,1570,1700,1620,2190,1890,1330,730,170,120,20,60,200,520,660,1290,1190,1230,1410,1400,1480,1560,1090,1640,1680,1550,1900,2020,2200,1800,1170,450,480,120,70,60,160,370,740,1290,1120,1210,1270,1350,1360,1400,1140,1010,1290,1400,1690,1250,1730,1610,1450,870,540,230,70,80,80,210,650,900,1070,1040,1260,1340,1450,1290,1150,990,1280,1570,1640,2030,2660,2440,1370,620,110,90,20,70,330,590,1220,880,1170,1570,1270,1600,1390,1520,1210,1750,1830,1830,1960,2670,3070,2430,1430,480,110,90,60,50,360,800,1040,1100,990,1210,1190,1610,1480,1550,1690,1560,2260,1550,2220,2250,2530,2380,1450,450,220,70,10,20,360,660,1050,1150,1090,1520,1410,1740,1470,1410,1230,1480,1660,1580,2170,1830,3200,1820,1460]},{"name":"Channel","color":"#4fae4e","values":[80,110,70,0,0,30,70,80,10,90,100,170,150,200,120,110,180,170,190,120,150,180,110,80,70,40,20,20,10,40,40,30,40,120,70,150,150,200,140,120,170,240,130,190,240,220,80,100,20,50,70,0,0,0,70,50,90,80,60,160,220,140,180,200,110,60,130,150,230,160,100,40,20,450,30,10,30,10,20,70,70,70,260,120,150,210,130,170,140,210,160,190,200,120,190,290,140,80,50,0,20,20,40,100,80,130,40,60,90,90,140,190,230,190,140,180,150,220,130,100,10,50,10,0,0,10,280,40,60,30,60,70,70,160,100,170,120,200,200,140,90,230,120,80,70,20,10,0,10,20,120,80,90,90,90,120,60,180,230,230,230,160,100,220,100,240,120,80]},{"name":"Search","color":"#F5BD25","values":[60,0,40,10,60,220,290,160,370,170,190,220,240,200,110,500,220,450,190,190,200,190,80,90,200,20,10,0,20,10,120,120,110,250,110,160,50,220,210,180,210,360,230,170,400,250,120,140,160,40,100,10,0,30,70,40,130,190,140,160,220,330,160,420,380,110,230,70,150,70,130,100,50,70,10,10,0,0,50,80,170,620,440,730,400,180,190,120,410,170,180,220,390,170,110,100,70,0,20,0,10,150,160,320,220,400,370,160,340,300,120,210,290,120,260,120,250,240,150,50,50,0,20,20,0,40,180,740,40,190,130,490,150,180,200,520,180,170,180,180,250,320,260,20,80,10,10,0,0,200,140,190,210,270,180,190,270,250,120,160,300,280,80,290,190,150,230,80]},{"name":"Other","color":"#F79E39","values":[80,20,20,0,10,60,130,290,270,300,250,360,310,380,300,380,340,400,310,260,360,380,380,250,90,90,40,20,20,50,110,240,240,330,260,230,380,390,480,210,250,340,200,310,350,430,310,350,120,90,10,70,0,10,90,160,210,330,210,180,320,330,290,290,200,210,230,230,310,300,280,120,60,50,0,30,10,20,20,110,190,350,550,230,250,310,280,220,350,280,190,190,380,250,280,160,110,40,70,30,20,40,60,190,160,210,190,250,380,280,290,260,370,260,320,520,340,400,310,280,130,10,50,20,40,110,120,210,220,170,240,270,220,340,270,290,360,270,260,480,340,280,300,220,140,50,20,40,50,60,40,160,250,240,330,370,320,350,250,300,270,270,380,330,340,290,290,170]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,10,0,20,10,0,30,10,20,10,20,10,10,0,0,0,0,0,0,0,0,0,0,20,0,10,10,0,10,10,20,20,0,30,30,10,30,40,0,0,0,0,0,0,0,0,20,0,10,0,30,10,10,10,20,10,20,10,10,10,40,20,20,0,0,0,0,0,0,0,0,10,0,20,0,10,30,0,10,10,10,10,0,20,0,0,0,10,0,0,0,0,0,0,0,0,0,10,0,10,10,0,10,0,10,10,0,10,0,0,0,10,0,0,0,0,0,10,0,10,10,0,10,0,10,0,0,0,10,20,20,10,10,0,0,10,0,0,0,0,0,0,0,0,0,10,10,0,20,0,0,20,0,30,50,0,20,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/18.json b/dist/chartDummyData/views_zoom/2019-02/18.json new file mode 100644 index 000000000..f1e1edcb4 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/18.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1550188800000,1550192400000,1550196000000,1550199600000,1550203200000,1550206800000,1550210400000,1550214000000,1550217600000,1550221200000,1550224800000,1550228400000,1550232000000,1550235600000,1550239200000,1550242800000,1550246400000,1550250000000,1550253600000,1550257200000,1550260800000,1550264400000,1550268000000,1550271600000,1550275200000,1550278800000,1550282400000,1550286000000,1550289600000,1550293200000,1550296800000,1550300400000,1550304000000,1550307600000,1550311200000,1550314800000,1550318400000,1550322000000,1550325600000,1550329200000,1550332800000,1550336400000,1550340000000,1550343600000,1550347200000,1550350800000,1550354400000,1550358000000,1550361600000,1550365200000,1550368800000,1550372400000,1550376000000,1550379600000,1550383200000,1550386800000,1550390400000,1550394000000,1550397600000,1550401200000,1550404800000,1550408400000,1550412000000,1550415600000,1550419200000,1550422800000,1550426400000,1550430000000,1550433600000,1550437200000,1550440800000,1550444400000,1550448000000,1550451600000,1550455200000,1550458800000,1550462400000,1550466000000,1550469600000,1550473200000,1550476800000,1550480400000,1550484000000,1550487600000,1550491200000,1550494800000,1550498400000,1550502000000,1550505600000,1550509200000,1550512800000,1550516400000,1550520000000,1550523600000,1550527200000,1550530800000,1550534400000,1550538000000,1550541600000,1550545200000,1550548800000,1550552400000,1550556000000,1550559600000,1550563200000,1550566800000,1550570400000,1550574000000,1550577600000,1550581200000,1550584800000,1550588400000,1550592000000,1550595600000,1550599200000,1550602800000,1550606400000,1550610000000,1550613600000,1550617200000,1550620800000,1550624400000,1550628000000,1550631600000,1550635200000,1550638800000,1550642400000,1550646000000,1550649600000,1550653200000,1550656800000,1550660400000,1550664000000,1550667600000,1550671200000,1550674800000,1550678400000,1550682000000,1550685600000,1550689200000,1550692800000,1550696400000,1550700000000,1550703600000,1550707200000,1550710800000,1550714400000,1550718000000,1550721600000,1550725200000,1550728800000,1550732400000,1550736000000,1550739600000,1550743200000,1550746800000,1550750400000,1550754000000,1550757600000,1550761200000,1550764800000,1550768400000,1550772000000,1550775600000,1550779200000,1550782800000,1550786400000,1550790000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[480,190,130,50,100,300,570,840,1090,3140,1580,1750,1770,2340,2170,1890,2370,2250,1960,2020,2080,2070,3370,1140,490,340,120,30,40,160,2000,940,1150,1400,2030,1890,1970,2250,1740,1790,1720,1760,1930,2460,1760,1620,1360,1120,670,570,240,40,60,100,320,2490,1000,2010,2100,1970,2060,2790,1920,2230,1980,2040,2150,1890,4760,2250,1740,1320,580,390,150,20,30,340,1200,1010,1150,1440,1820,1870,1650,2170,1820,2010,1780,2100,2030,2520,2780,2940,1730,930,630,330,240,350,270,270,2920,920,1140,1230,1620,1770,1770,1920,2110,1780,1720,2050,1900,2270,2230,2400,1450,1160,390,190,50,40,100,290,810,910,1120,1540,1310,1330,1520,1740,1870,3770,2060,1870,2280,2010,2550,2190,1810,970,450,220,90,60,90,310,990,1090,930,3610,1580,1870,2460,1860,2190,1660,1910,2110,2370,2340,2110,2140,1630,830]},{"name":"URL","color":"#2373DB","values":[320,100,170,0,20,80,360,770,1040,1120,1810,1980,1830,2070,1560,2110,2050,2480,2750,2180,1690,1620,1340,860,360,70,90,10,40,40,120,470,890,1280,1770,1730,1790,2080,1620,1720,1740,1660,2090,1610,1390,980,980,770,570,230,170,110,0,10,70,330,650,950,1170,1560,1310,1440,1490,1070,1510,1890,1910,1830,1670,1300,1070,640,310,170,30,20,20,60,330,890,870,1250,1450,1720,1410,1930,1930,1820,2170,2370,2540,2010,1870,1770,1250,610,340,140,20,20,80,110,310,850,950,1440,1350,2000,2010,1840,1640,2000,2200,2540,2080,2060,2250,1740,1450,830,280,130,20,10,10,120,440,620,800,1200,1770,1980,2080,2200,1910,2130,2170,2480,2940,2450,2120,1800,1350,790,520,280,50,30,60,120,340,890,1240,1410,1440,1730,2000,1940,1760,1870,2140,2560,2580,1990,2210,1820,1150,610]},{"name":"Groups","color":"#9ED448","values":[730,170,120,20,60,200,520,660,1290,1190,1230,1410,1400,1480,1560,1090,1640,1680,1550,1900,2020,2200,1800,1170,450,480,120,70,60,160,370,740,1290,1120,1210,1270,1350,1360,1400,1140,1010,1290,1400,1690,1250,1730,1610,1450,870,540,230,70,80,80,210,650,900,1070,1040,1260,1340,1450,1290,1150,990,1280,1570,1640,2030,2660,2440,1370,620,110,90,20,70,330,590,1220,880,1170,1570,1270,1600,1390,1520,1210,1750,1830,1830,1960,2670,3070,2430,1430,480,110,90,60,50,360,800,1040,1100,990,1210,1190,1610,1480,1550,1690,1560,2260,1550,2220,2250,2530,2380,1450,450,220,70,10,20,360,660,1050,1150,1090,1520,1410,1740,1470,1410,1230,1480,1660,1580,2170,1830,3200,1820,1460,620,450,40,10,90,230,550,930,1140,990,1140,1230,1330,1370,1660,1670,1470,1380,1500,1890,2050,2630,2350,1560]},{"name":"Channel","color":"#4fae4e","values":[70,40,20,20,10,40,40,30,40,120,70,150,150,200,140,120,170,240,130,190,240,220,80,100,20,50,70,0,0,0,70,50,90,80,60,160,220,140,180,200,110,60,130,150,230,160,100,40,20,450,30,10,30,10,20,70,70,70,260,120,150,210,130,170,140,210,160,190,200,120,190,290,140,80,50,0,20,20,40,100,80,130,40,60,90,90,140,190,230,190,140,180,150,220,130,100,10,50,10,0,0,10,280,40,60,30,60,70,70,160,100,170,120,200,200,140,90,230,120,80,70,20,10,0,10,20,120,80,90,90,90,120,60,180,230,230,230,160,100,220,100,240,120,80,60,0,10,10,10,20,80,40,130,90,80,130,60,170,130,130,230,190,110,130,150,120,260,130]},{"name":"Search","color":"#F5BD25","values":[200,20,10,0,20,10,120,120,110,250,110,160,50,220,210,180,210,360,230,170,400,250,120,140,160,40,100,10,0,30,70,40,130,190,140,160,220,330,160,420,380,110,230,70,150,70,130,100,50,70,10,10,0,0,50,80,170,620,440,730,400,180,190,120,410,170,180,220,390,170,110,100,70,0,20,0,10,150,160,320,220,400,370,160,340,300,120,210,290,120,260,120,250,240,150,50,50,0,20,20,0,40,180,740,40,190,130,490,150,180,200,520,180,170,180,180,250,320,260,20,80,10,10,0,0,200,140,190,210,270,180,190,270,250,120,160,300,280,80,290,190,150,230,80,30,0,0,0,0,110,300,190,210,300,240,240,140,630,310,160,210,170,330,480,140,260,260,120]},{"name":"Other","color":"#F79E39","values":[90,90,40,20,20,50,110,240,240,330,260,230,380,390,480,210,250,340,200,310,350,430,310,350,120,90,10,70,0,10,90,160,210,330,210,180,320,330,290,290,200,210,230,230,310,300,280,120,60,50,0,30,10,20,20,110,190,350,550,230,250,310,280,220,350,280,190,190,380,250,280,160,110,40,70,30,20,40,60,190,160,210,190,250,380,280,290,260,370,260,320,520,340,400,310,280,130,10,50,20,40,110,120,210,220,170,240,270,220,340,270,290,360,270,260,480,340,280,300,220,140,50,20,40,50,60,40,160,250,240,330,370,320,350,250,300,270,270,380,330,340,290,290,170,30,100,30,20,0,50,190,210,280,230,270,250,250,280,320,330,300,290,280,330,410,320,320,210]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,20,0,10,10,0,10,10,20,20,0,30,30,10,30,40,0,0,0,0,0,0,0,0,20,0,10,0,30,10,10,10,20,10,20,10,10,10,40,20,20,0,0,0,0,0,0,0,0,10,0,20,0,10,30,0,10,10,10,10,0,20,0,0,0,10,0,0,0,0,0,0,0,0,0,10,0,10,10,0,10,0,10,10,0,10,0,0,0,10,0,0,0,0,0,10,0,10,10,0,10,0,10,0,0,0,10,20,20,10,10,0,0,10,0,0,0,0,0,0,0,0,0,10,10,0,20,0,0,20,0,30,50,0,20,0,0,10,0,0,0,0,0,0,10,0,0,0,10,10,0,20,10,0,0,0,20,30,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/19.json b/dist/chartDummyData/views_zoom/2019-02/19.json new file mode 100644 index 000000000..ec7a2eb08 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/19.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1550275200000,1550278800000,1550282400000,1550286000000,1550289600000,1550293200000,1550296800000,1550300400000,1550304000000,1550307600000,1550311200000,1550314800000,1550318400000,1550322000000,1550325600000,1550329200000,1550332800000,1550336400000,1550340000000,1550343600000,1550347200000,1550350800000,1550354400000,1550358000000,1550361600000,1550365200000,1550368800000,1550372400000,1550376000000,1550379600000,1550383200000,1550386800000,1550390400000,1550394000000,1550397600000,1550401200000,1550404800000,1550408400000,1550412000000,1550415600000,1550419200000,1550422800000,1550426400000,1550430000000,1550433600000,1550437200000,1550440800000,1550444400000,1550448000000,1550451600000,1550455200000,1550458800000,1550462400000,1550466000000,1550469600000,1550473200000,1550476800000,1550480400000,1550484000000,1550487600000,1550491200000,1550494800000,1550498400000,1550502000000,1550505600000,1550509200000,1550512800000,1550516400000,1550520000000,1550523600000,1550527200000,1550530800000,1550534400000,1550538000000,1550541600000,1550545200000,1550548800000,1550552400000,1550556000000,1550559600000,1550563200000,1550566800000,1550570400000,1550574000000,1550577600000,1550581200000,1550584800000,1550588400000,1550592000000,1550595600000,1550599200000,1550602800000,1550606400000,1550610000000,1550613600000,1550617200000,1550620800000,1550624400000,1550628000000,1550631600000,1550635200000,1550638800000,1550642400000,1550646000000,1550649600000,1550653200000,1550656800000,1550660400000,1550664000000,1550667600000,1550671200000,1550674800000,1550678400000,1550682000000,1550685600000,1550689200000,1550692800000,1550696400000,1550700000000,1550703600000,1550707200000,1550710800000,1550714400000,1550718000000,1550721600000,1550725200000,1550728800000,1550732400000,1550736000000,1550739600000,1550743200000,1550746800000,1550750400000,1550754000000,1550757600000,1550761200000,1550764800000,1550768400000,1550772000000,1550775600000,1550779200000,1550782800000,1550786400000,1550790000000,1550793600000,1550797200000,1550800800000,1550804400000,1550808000000,1550811600000,1550815200000,1550818800000,1550822400000,1550826000000,1550829600000,1550833200000,1550836800000,1550840400000,1550844000000,1550847600000,1550851200000,1550854800000,1550858400000,1550862000000,1550865600000,1550869200000,1550872800000,1550876400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[490,340,120,30,40,160,2000,940,1150,1400,2030,1890,1970,2250,1740,1790,1720,1760,1930,2460,1760,1620,1360,1120,670,570,240,40,60,100,320,2490,1000,2010,2100,1970,2060,2790,1920,2230,1980,2040,2150,1890,4760,2250,1740,1320,580,390,150,20,30,340,1200,1010,1150,1440,1820,1870,1650,2170,1820,2010,1780,2100,2030,2520,2780,2940,1730,930,630,330,240,350,270,270,2920,920,1140,1230,1620,1770,1770,1920,2110,1780,1720,2050,1900,2270,2230,2400,1450,1160,390,190,50,40,100,290,810,910,1120,1540,1310,1330,1520,1740,1870,3770,2060,1870,2280,2010,2550,2190,1810,970,450,220,90,60,90,310,990,1090,930,3610,1580,1870,2460,1860,2190,1660,1910,2110,2370,2340,2110,2140,1630,830,360,230,160,40,70,190,820,1140,2840,1690,1570,1920,2170,2190,2240,2250,2060,1990,2130,2220,2160,2140,2170,930]},{"name":"URL","color":"#2373DB","values":[360,70,90,10,40,40,120,470,890,1280,1770,1730,1790,2080,1620,1720,1740,1660,2090,1610,1390,980,980,770,570,230,170,110,0,10,70,330,650,950,1170,1560,1310,1440,1490,1070,1510,1890,1910,1830,1670,1300,1070,640,310,170,30,20,20,60,330,890,870,1250,1450,1720,1410,1930,1930,1820,2170,2370,2540,2010,1870,1770,1250,610,340,140,20,20,80,110,310,850,950,1440,1350,2000,2010,1840,1640,2000,2200,2540,2080,2060,2250,1740,1450,830,280,130,20,10,10,120,440,620,800,1200,1770,1980,2080,2200,1910,2130,2170,2480,2940,2450,2120,1800,1350,790,520,280,50,30,60,120,340,890,1240,1410,1440,1730,2000,1940,1760,1870,2140,2560,2580,1990,2210,1820,1150,610,330,140,30,0,60,110,460,740,920,1780,1790,2220,1710,2240,1900,1850,2220,2730,2540,2130,1700,1650,1310,690]},{"name":"Groups","color":"#9ED448","values":[450,480,120,70,60,160,370,740,1290,1120,1210,1270,1350,1360,1400,1140,1010,1290,1400,1690,1250,1730,1610,1450,870,540,230,70,80,80,210,650,900,1070,1040,1260,1340,1450,1290,1150,990,1280,1570,1640,2030,2660,2440,1370,620,110,90,20,70,330,590,1220,880,1170,1570,1270,1600,1390,1520,1210,1750,1830,1830,1960,2670,3070,2430,1430,480,110,90,60,50,360,800,1040,1100,990,1210,1190,1610,1480,1550,1690,1560,2260,1550,2220,2250,2530,2380,1450,450,220,70,10,20,360,660,1050,1150,1090,1520,1410,1740,1470,1410,1230,1480,1660,1580,2170,1830,3200,1820,1460,620,450,40,10,90,230,550,930,1140,990,1140,1230,1330,1370,1660,1670,1470,1380,1500,1890,2050,2630,2350,1560,700,190,50,50,30,350,570,880,960,1230,1170,1210,1240,1640,1570,1270,1480,1670,2130,1670,2120,1960,1900,1440]},{"name":"Channel","color":"#4fae4e","values":[20,50,70,0,0,0,70,50,90,80,60,160,220,140,180,200,110,60,130,150,230,160,100,40,20,450,30,10,30,10,20,70,70,70,260,120,150,210,130,170,140,210,160,190,200,120,190,290,140,80,50,0,20,20,40,100,80,130,40,60,90,90,140,190,230,190,140,180,150,220,130,100,10,50,10,0,0,10,280,40,60,30,60,70,70,160,100,170,120,200,200,140,90,230,120,80,70,20,10,0,10,20,120,80,90,90,90,120,60,180,230,230,230,160,100,220,100,240,120,80,60,0,10,10,10,20,80,40,130,90,80,130,60,170,130,130,230,190,110,130,150,120,260,130,50,40,30,0,10,10,70,70,150,90,110,130,130,160,180,150,120,230,230,200,180,110,120,110]},{"name":"Search","color":"#F5BD25","values":[160,40,100,10,0,30,70,40,130,190,140,160,220,330,160,420,380,110,230,70,150,70,130,100,50,70,10,10,0,0,50,80,170,620,440,730,400,180,190,120,410,170,180,220,390,170,110,100,70,0,20,0,10,150,160,320,220,400,370,160,340,300,120,210,290,120,260,120,250,240,150,50,50,0,20,20,0,40,180,740,40,190,130,490,150,180,200,520,180,170,180,180,250,320,260,20,80,10,10,0,0,200,140,190,210,270,180,190,270,250,120,160,300,280,80,290,190,150,230,80,30,0,0,0,0,110,300,190,210,300,240,240,140,630,310,160,210,170,330,480,140,260,260,120,50,10,90,0,0,290,130,390,130,520,200,440,250,310,250,230,300,240,400,200,90,160,120,50]},{"name":"Other","color":"#F79E39","values":[120,90,10,70,0,10,90,160,210,330,210,180,320,330,290,290,200,210,230,230,310,300,280,120,60,50,0,30,10,20,20,110,190,350,550,230,250,310,280,220,350,280,190,190,380,250,280,160,110,40,70,30,20,40,60,190,160,210,190,250,380,280,290,260,370,260,320,520,340,400,310,280,130,10,50,20,40,110,120,210,220,170,240,270,220,340,270,290,360,270,260,480,340,280,300,220,140,50,20,40,50,60,40,160,250,240,330,370,320,350,250,300,270,270,380,330,340,290,290,170,30,100,30,20,0,50,190,210,280,230,270,250,250,280,320,330,300,290,280,330,410,320,320,210,80,20,40,20,10,30,100,190,260,210,170,310,330,500,280,500,410,340,260,340,410,250,200,140]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,20,0,10,0,30,10,10,10,20,10,20,10,10,10,40,20,20,0,0,0,0,0,0,0,0,10,0,20,0,10,30,0,10,10,10,10,0,20,0,0,0,10,0,0,0,0,0,0,0,0,0,10,0,10,10,0,10,0,10,10,0,10,0,0,0,10,0,0,0,0,0,10,0,10,10,0,10,0,10,0,0,0,10,20,20,10,10,0,0,10,0,0,0,0,0,0,0,0,0,10,10,0,20,0,0,20,0,30,50,0,20,0,0,10,0,0,0,0,0,0,10,0,0,0,10,10,0,20,10,0,0,0,20,30,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,10,0,0,20,20,10,0,10,0,20,10]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/20.json b/dist/chartDummyData/views_zoom/2019-02/20.json new file mode 100644 index 000000000..2c0ed38c8 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/20.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1550361600000,1550365200000,1550368800000,1550372400000,1550376000000,1550379600000,1550383200000,1550386800000,1550390400000,1550394000000,1550397600000,1550401200000,1550404800000,1550408400000,1550412000000,1550415600000,1550419200000,1550422800000,1550426400000,1550430000000,1550433600000,1550437200000,1550440800000,1550444400000,1550448000000,1550451600000,1550455200000,1550458800000,1550462400000,1550466000000,1550469600000,1550473200000,1550476800000,1550480400000,1550484000000,1550487600000,1550491200000,1550494800000,1550498400000,1550502000000,1550505600000,1550509200000,1550512800000,1550516400000,1550520000000,1550523600000,1550527200000,1550530800000,1550534400000,1550538000000,1550541600000,1550545200000,1550548800000,1550552400000,1550556000000,1550559600000,1550563200000,1550566800000,1550570400000,1550574000000,1550577600000,1550581200000,1550584800000,1550588400000,1550592000000,1550595600000,1550599200000,1550602800000,1550606400000,1550610000000,1550613600000,1550617200000,1550620800000,1550624400000,1550628000000,1550631600000,1550635200000,1550638800000,1550642400000,1550646000000,1550649600000,1550653200000,1550656800000,1550660400000,1550664000000,1550667600000,1550671200000,1550674800000,1550678400000,1550682000000,1550685600000,1550689200000,1550692800000,1550696400000,1550700000000,1550703600000,1550707200000,1550710800000,1550714400000,1550718000000,1550721600000,1550725200000,1550728800000,1550732400000,1550736000000,1550739600000,1550743200000,1550746800000,1550750400000,1550754000000,1550757600000,1550761200000,1550764800000,1550768400000,1550772000000,1550775600000,1550779200000,1550782800000,1550786400000,1550790000000,1550793600000,1550797200000,1550800800000,1550804400000,1550808000000,1550811600000,1550815200000,1550818800000,1550822400000,1550826000000,1550829600000,1550833200000,1550836800000,1550840400000,1550844000000,1550847600000,1550851200000,1550854800000,1550858400000,1550862000000,1550865600000,1550869200000,1550872800000,1550876400000,1550880000000,1550883600000,1550887200000,1550890800000,1550894400000,1550898000000,1550901600000,1550905200000,1550908800000,1550912400000,1550916000000,1550919600000,1550923200000,1550926800000,1550930400000,1550934000000,1550937600000,1550941200000,1550944800000,1550948400000,1550952000000,1550955600000,1550959200000,1550962800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[670,570,240,40,60,100,320,2490,1000,2010,2100,1970,2060,2790,1920,2230,1980,2040,2150,1890,4760,2250,1740,1320,580,390,150,20,30,340,1200,1010,1150,1440,1820,1870,1650,2170,1820,2010,1780,2100,2030,2520,2780,2940,1730,930,630,330,240,350,270,270,2920,920,1140,1230,1620,1770,1770,1920,2110,1780,1720,2050,1900,2270,2230,2400,1450,1160,390,190,50,40,100,290,810,910,1120,1540,1310,1330,1520,1740,1870,3770,2060,1870,2280,2010,2550,2190,1810,970,450,220,90,60,90,310,990,1090,930,3610,1580,1870,2460,1860,2190,1660,1910,2110,2370,2340,2110,2140,1630,830,360,230,160,40,70,190,820,1140,2840,1690,1570,1920,2170,2190,2240,2250,2060,1990,2130,2220,2160,2140,2170,930,530,200,230,460,70,130,400,970,1050,1420,1880,1850,1960,2020,2170,1840,1930,1930,2190,1750,3720,1820,1780,1040]},{"name":"URL","color":"#2373DB","values":[570,230,170,110,0,10,70,330,650,950,1170,1560,1310,1440,1490,1070,1510,1890,1910,1830,1670,1300,1070,640,310,170,30,20,20,60,330,890,870,1250,1450,1720,1410,1930,1930,1820,2170,2370,2540,2010,1870,1770,1250,610,340,140,20,20,80,110,310,850,950,1440,1350,2000,2010,1840,1640,2000,2200,2540,2080,2060,2250,1740,1450,830,280,130,20,10,10,120,440,620,800,1200,1770,1980,2080,2200,1910,2130,2170,2480,2940,2450,2120,1800,1350,790,520,280,50,30,60,120,340,890,1240,1410,1440,1730,2000,1940,1760,1870,2140,2560,2580,1990,2210,1820,1150,610,330,140,30,0,60,110,460,740,920,1780,1790,2220,1710,2240,1900,1850,2220,2730,2540,2130,1700,1650,1310,690,480,120,160,50,30,80,80,480,1160,1560,1640,1960,1690,1910,2060,1550,1880,2170,1860,1750,1450,1220,1010,790]},{"name":"Groups","color":"#9ED448","values":[870,540,230,70,80,80,210,650,900,1070,1040,1260,1340,1450,1290,1150,990,1280,1570,1640,2030,2660,2440,1370,620,110,90,20,70,330,590,1220,880,1170,1570,1270,1600,1390,1520,1210,1750,1830,1830,1960,2670,3070,2430,1430,480,110,90,60,50,360,800,1040,1100,990,1210,1190,1610,1480,1550,1690,1560,2260,1550,2220,2250,2530,2380,1450,450,220,70,10,20,360,660,1050,1150,1090,1520,1410,1740,1470,1410,1230,1480,1660,1580,2170,1830,3200,1820,1460,620,450,40,10,90,230,550,930,1140,990,1140,1230,1330,1370,1660,1670,1470,1380,1500,1890,2050,2630,2350,1560,700,190,50,50,30,350,570,880,960,1230,1170,1210,1240,1640,1570,1270,1480,1670,2130,1670,2120,1960,1900,1440,770,350,250,210,40,140,730,660,1000,1250,1050,1440,1730,1570,1040,1200,1210,1330,1560,1430,1750,1790,1610,1530]},{"name":"Channel","color":"#4fae4e","values":[20,450,30,10,30,10,20,70,70,70,260,120,150,210,130,170,140,210,160,190,200,120,190,290,140,80,50,0,20,20,40,100,80,130,40,60,90,90,140,190,230,190,140,180,150,220,130,100,10,50,10,0,0,10,280,40,60,30,60,70,70,160,100,170,120,200,200,140,90,230,120,80,70,20,10,0,10,20,120,80,90,90,90,120,60,180,230,230,230,160,100,220,100,240,120,80,60,0,10,10,10,20,80,40,130,90,80,130,60,170,130,130,230,190,110,130,150,120,260,130,50,40,30,0,10,10,70,70,150,90,110,130,130,160,180,150,120,230,230,200,180,110,120,110,190,10,0,0,20,20,40,50,70,100,200,130,180,190,270,240,110,250,140,130,140,160,160,470]},{"name":"Search","color":"#F5BD25","values":[50,70,10,10,0,0,50,80,170,620,440,730,400,180,190,120,410,170,180,220,390,170,110,100,70,0,20,0,10,150,160,320,220,400,370,160,340,300,120,210,290,120,260,120,250,240,150,50,50,0,20,20,0,40,180,740,40,190,130,490,150,180,200,520,180,170,180,180,250,320,260,20,80,10,10,0,0,200,140,190,210,270,180,190,270,250,120,160,300,280,80,290,190,150,230,80,30,0,0,0,0,110,300,190,210,300,240,240,140,630,310,160,210,170,330,480,140,260,260,120,50,10,90,0,0,290,130,390,130,520,200,440,250,310,250,230,300,240,400,200,90,160,120,50,220,170,0,40,10,100,170,280,110,230,140,310,270,250,240,90,160,120,240,280,320,210,240,90]},{"name":"Other","color":"#F79E39","values":[60,50,0,30,10,20,20,110,190,350,550,230,250,310,280,220,350,280,190,190,380,250,280,160,110,40,70,30,20,40,60,190,160,210,190,250,380,280,290,260,370,260,320,520,340,400,310,280,130,10,50,20,40,110,120,210,220,170,240,270,220,340,270,290,360,270,260,480,340,280,300,220,140,50,20,40,50,60,40,160,250,240,330,370,320,350,250,300,270,270,380,330,340,290,290,170,30,100,30,20,0,50,190,210,280,230,270,250,250,280,320,330,300,290,280,330,410,320,320,210,80,20,40,20,10,30,100,190,260,210,170,310,330,500,280,500,410,340,260,340,410,250,200,140,80,70,30,0,30,30,60,100,230,260,290,170,330,280,400,160,200,320,350,300,250,240,210,150]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,20,0,10,30,0,10,10,10,10,0,20,0,0,0,10,0,0,0,0,0,0,0,0,0,10,0,10,10,0,10,0,10,10,0,10,0,0,0,10,0,0,0,0,0,10,0,10,10,0,10,0,10,0,0,0,10,20,20,10,10,0,0,10,0,0,0,0,0,0,0,0,0,10,10,0,20,0,0,20,0,30,50,0,20,0,0,10,0,0,0,0,0,0,10,0,0,0,10,10,0,20,10,0,0,0,20,30,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,10,0,0,20,20,10,0,10,0,20,10,0,0,0,0,0,10,0,0,0,10,0,20,10,10,20,0,30,0,0,10,10,30,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/21.json b/dist/chartDummyData/views_zoom/2019-02/21.json new file mode 100644 index 000000000..e94ffac05 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/21.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1550448000000,1550451600000,1550455200000,1550458800000,1550462400000,1550466000000,1550469600000,1550473200000,1550476800000,1550480400000,1550484000000,1550487600000,1550491200000,1550494800000,1550498400000,1550502000000,1550505600000,1550509200000,1550512800000,1550516400000,1550520000000,1550523600000,1550527200000,1550530800000,1550534400000,1550538000000,1550541600000,1550545200000,1550548800000,1550552400000,1550556000000,1550559600000,1550563200000,1550566800000,1550570400000,1550574000000,1550577600000,1550581200000,1550584800000,1550588400000,1550592000000,1550595600000,1550599200000,1550602800000,1550606400000,1550610000000,1550613600000,1550617200000,1550620800000,1550624400000,1550628000000,1550631600000,1550635200000,1550638800000,1550642400000,1550646000000,1550649600000,1550653200000,1550656800000,1550660400000,1550664000000,1550667600000,1550671200000,1550674800000,1550678400000,1550682000000,1550685600000,1550689200000,1550692800000,1550696400000,1550700000000,1550703600000,1550707200000,1550710800000,1550714400000,1550718000000,1550721600000,1550725200000,1550728800000,1550732400000,1550736000000,1550739600000,1550743200000,1550746800000,1550750400000,1550754000000,1550757600000,1550761200000,1550764800000,1550768400000,1550772000000,1550775600000,1550779200000,1550782800000,1550786400000,1550790000000,1550793600000,1550797200000,1550800800000,1550804400000,1550808000000,1550811600000,1550815200000,1550818800000,1550822400000,1550826000000,1550829600000,1550833200000,1550836800000,1550840400000,1550844000000,1550847600000,1550851200000,1550854800000,1550858400000,1550862000000,1550865600000,1550869200000,1550872800000,1550876400000,1550880000000,1550883600000,1550887200000,1550890800000,1550894400000,1550898000000,1550901600000,1550905200000,1550908800000,1550912400000,1550916000000,1550919600000,1550923200000,1550926800000,1550930400000,1550934000000,1550937600000,1550941200000,1550944800000,1550948400000,1550952000000,1550955600000,1550959200000,1550962800000,1550966400000,1550970000000,1550973600000,1550977200000,1550980800000,1550984400000,1550988000000,1550991600000,1550995200000,1550998800000,1551002400000,1551006000000,1551009600000,1551013200000,1551016800000,1551020400000,1551024000000,1551027600000,1551031200000,1551034800000,1551038400000,1551042000000,1551045600000,1551049200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[580,390,150,20,30,340,1200,1010,1150,1440,1820,1870,1650,2170,1820,2010,1780,2100,2030,2520,2780,2940,1730,930,630,330,240,350,270,270,2920,920,1140,1230,1620,1770,1770,1920,2110,1780,1720,2050,1900,2270,2230,2400,1450,1160,390,190,50,40,100,290,810,910,1120,1540,1310,1330,1520,1740,1870,3770,2060,1870,2280,2010,2550,2190,1810,970,450,220,90,60,90,310,990,1090,930,3610,1580,1870,2460,1860,2190,1660,1910,2110,2370,2340,2110,2140,1630,830,360,230,160,40,70,190,820,1140,2840,1690,1570,1920,2170,2190,2240,2250,2060,1990,2130,2220,2160,2140,2170,930,530,200,230,460,70,130,400,970,1050,1420,1880,1850,1960,2020,2170,1840,1930,1930,2190,1750,3720,1820,1780,1040,630,480,280,70,40,60,2350,710,1040,2170,2810,2060,2210,2100,1640,2350,2560,2030,2430,2370,1990,2260,1710,1150]},{"name":"URL","color":"#2373DB","values":[310,170,30,20,20,60,330,890,870,1250,1450,1720,1410,1930,1930,1820,2170,2370,2540,2010,1870,1770,1250,610,340,140,20,20,80,110,310,850,950,1440,1350,2000,2010,1840,1640,2000,2200,2540,2080,2060,2250,1740,1450,830,280,130,20,10,10,120,440,620,800,1200,1770,1980,2080,2200,1910,2130,2170,2480,2940,2450,2120,1800,1350,790,520,280,50,30,60,120,340,890,1240,1410,1440,1730,2000,1940,1760,1870,2140,2560,2580,1990,2210,1820,1150,610,330,140,30,0,60,110,460,740,920,1780,1790,2220,1710,2240,1900,1850,2220,2730,2540,2130,1700,1650,1310,690,480,120,160,50,30,80,80,480,1160,1560,1640,1960,1690,1910,2060,1550,1880,2170,1860,1750,1450,1220,1010,790,510,340,100,110,10,20,50,360,610,1050,1570,1500,1340,1310,1850,1710,1250,1760,1950,1630,1680,1690,1570,740]},{"name":"Groups","color":"#9ED448","values":[620,110,90,20,70,330,590,1220,880,1170,1570,1270,1600,1390,1520,1210,1750,1830,1830,1960,2670,3070,2430,1430,480,110,90,60,50,360,800,1040,1100,990,1210,1190,1610,1480,1550,1690,1560,2260,1550,2220,2250,2530,2380,1450,450,220,70,10,20,360,660,1050,1150,1090,1520,1410,1740,1470,1410,1230,1480,1660,1580,2170,1830,3200,1820,1460,620,450,40,10,90,230,550,930,1140,990,1140,1230,1330,1370,1660,1670,1470,1380,1500,1890,2050,2630,2350,1560,700,190,50,50,30,350,570,880,960,1230,1170,1210,1240,1640,1570,1270,1480,1670,2130,1670,2120,1960,1900,1440,770,350,250,210,40,140,730,660,1000,1250,1050,1440,1730,1570,1040,1200,1210,1330,1560,1430,1750,1790,1610,1530,780,440,200,100,40,50,250,590,920,1130,1470,1310,1220,1250,1220,1430,1340,1270,1690,1850,2860,2290,2250,1430]},{"name":"Channel","color":"#4fae4e","values":[140,80,50,0,20,20,40,100,80,130,40,60,90,90,140,190,230,190,140,180,150,220,130,100,10,50,10,0,0,10,280,40,60,30,60,70,70,160,100,170,120,200,200,140,90,230,120,80,70,20,10,0,10,20,120,80,90,90,90,120,60,180,230,230,230,160,100,220,100,240,120,80,60,0,10,10,10,20,80,40,130,90,80,130,60,170,130,130,230,190,110,130,150,120,260,130,50,40,30,0,10,10,70,70,150,90,110,130,130,160,180,150,120,230,230,200,180,110,120,110,190,10,0,0,20,20,40,50,70,100,200,130,180,190,270,240,110,250,140,130,140,160,160,470,690,80,10,20,10,10,60,50,120,270,200,110,150,120,140,200,240,240,140,170,160,140,120,130]},{"name":"Search","color":"#F5BD25","values":[70,0,20,0,10,150,160,320,220,400,370,160,340,300,120,210,290,120,260,120,250,240,150,50,50,0,20,20,0,40,180,740,40,190,130,490,150,180,200,520,180,170,180,180,250,320,260,20,80,10,10,0,0,200,140,190,210,270,180,190,270,250,120,160,300,280,80,290,190,150,230,80,30,0,0,0,0,110,300,190,210,300,240,240,140,630,310,160,210,170,330,480,140,260,260,120,50,10,90,0,0,290,130,390,130,520,200,440,250,310,250,230,300,240,400,200,90,160,120,50,220,170,0,40,10,100,170,280,110,230,140,310,270,250,240,90,160,120,240,280,320,210,240,90,80,10,20,0,0,40,90,160,460,380,240,280,350,390,180,200,180,390,130,200,260,240,60,60]},{"name":"Other","color":"#F79E39","values":[110,40,70,30,20,40,60,190,160,210,190,250,380,280,290,260,370,260,320,520,340,400,310,280,130,10,50,20,40,110,120,210,220,170,240,270,220,340,270,290,360,270,260,480,340,280,300,220,140,50,20,40,50,60,40,160,250,240,330,370,320,350,250,300,270,270,380,330,340,290,290,170,30,100,30,20,0,50,190,210,280,230,270,250,250,280,320,330,300,290,280,330,410,320,320,210,80,20,40,20,10,30,100,190,260,210,170,310,330,500,280,500,410,340,260,340,410,250,200,140,80,70,30,0,30,30,60,100,230,260,290,170,330,280,400,160,200,320,350,300,250,240,210,150,80,20,30,30,10,20,60,200,210,240,350,260,250,420,260,280,180,280,280,310,260,390,230,250]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,10,0,10,10,0,10,0,10,10,0,10,0,0,0,10,0,0,0,0,0,10,0,10,10,0,10,0,10,0,0,0,10,20,20,10,10,0,0,10,0,0,0,0,0,0,0,0,0,10,10,0,20,0,0,20,0,30,50,0,20,0,0,10,0,0,0,0,0,0,10,0,0,0,10,10,0,20,10,0,0,0,20,30,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,10,0,0,20,20,10,0,10,0,20,10,0,0,0,0,0,10,0,0,0,10,0,20,10,10,20,0,30,0,0,10,10,30,10,0,0,0,0,0,0,0,0,10,10,10,10,10,0,20,0,0,0,0,20,0,20,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/22.json b/dist/chartDummyData/views_zoom/2019-02/22.json new file mode 100644 index 000000000..510256c45 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/22.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1550534400000,1550538000000,1550541600000,1550545200000,1550548800000,1550552400000,1550556000000,1550559600000,1550563200000,1550566800000,1550570400000,1550574000000,1550577600000,1550581200000,1550584800000,1550588400000,1550592000000,1550595600000,1550599200000,1550602800000,1550606400000,1550610000000,1550613600000,1550617200000,1550620800000,1550624400000,1550628000000,1550631600000,1550635200000,1550638800000,1550642400000,1550646000000,1550649600000,1550653200000,1550656800000,1550660400000,1550664000000,1550667600000,1550671200000,1550674800000,1550678400000,1550682000000,1550685600000,1550689200000,1550692800000,1550696400000,1550700000000,1550703600000,1550707200000,1550710800000,1550714400000,1550718000000,1550721600000,1550725200000,1550728800000,1550732400000,1550736000000,1550739600000,1550743200000,1550746800000,1550750400000,1550754000000,1550757600000,1550761200000,1550764800000,1550768400000,1550772000000,1550775600000,1550779200000,1550782800000,1550786400000,1550790000000,1550793600000,1550797200000,1550800800000,1550804400000,1550808000000,1550811600000,1550815200000,1550818800000,1550822400000,1550826000000,1550829600000,1550833200000,1550836800000,1550840400000,1550844000000,1550847600000,1550851200000,1550854800000,1550858400000,1550862000000,1550865600000,1550869200000,1550872800000,1550876400000,1550880000000,1550883600000,1550887200000,1550890800000,1550894400000,1550898000000,1550901600000,1550905200000,1550908800000,1550912400000,1550916000000,1550919600000,1550923200000,1550926800000,1550930400000,1550934000000,1550937600000,1550941200000,1550944800000,1550948400000,1550952000000,1550955600000,1550959200000,1550962800000,1550966400000,1550970000000,1550973600000,1550977200000,1550980800000,1550984400000,1550988000000,1550991600000,1550995200000,1550998800000,1551002400000,1551006000000,1551009600000,1551013200000,1551016800000,1551020400000,1551024000000,1551027600000,1551031200000,1551034800000,1551038400000,1551042000000,1551045600000,1551049200000,1551052800000,1551056400000,1551060000000,1551063600000,1551067200000,1551070800000,1551074400000,1551078000000,1551081600000,1551085200000,1551088800000,1551092400000,1551096000000,1551099600000,1551103200000,1551106800000,1551110400000,1551114000000,1551117600000,1551121200000,1551124800000,1551128400000,1551132000000,1551135600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[630,330,240,350,270,270,2920,920,1140,1230,1620,1770,1770,1920,2110,1780,1720,2050,1900,2270,2230,2400,1450,1160,390,190,50,40,100,290,810,910,1120,1540,1310,1330,1520,1740,1870,3770,2060,1870,2280,2010,2550,2190,1810,970,450,220,90,60,90,310,990,1090,930,3610,1580,1870,2460,1860,2190,1660,1910,2110,2370,2340,2110,2140,1630,830,360,230,160,40,70,190,820,1140,2840,1690,1570,1920,2170,2190,2240,2250,2060,1990,2130,2220,2160,2140,2170,930,530,200,230,460,70,130,400,970,1050,1420,1880,1850,1960,2020,2170,1840,1930,1930,2190,1750,3720,1820,1780,1040,630,480,280,70,40,60,2350,710,1040,2170,2810,2060,2210,2100,1640,2350,2560,2030,2430,2370,1990,2260,1710,1150,500,250,30,210,30,260,980,900,1530,1650,1440,1680,2040,1940,1900,2260,2310,3050,1860,2350,2490,3060,2030,980]},{"name":"URL","color":"#2373DB","values":[340,140,20,20,80,110,310,850,950,1440,1350,2000,2010,1840,1640,2000,2200,2540,2080,2060,2250,1740,1450,830,280,130,20,10,10,120,440,620,800,1200,1770,1980,2080,2200,1910,2130,2170,2480,2940,2450,2120,1800,1350,790,520,280,50,30,60,120,340,890,1240,1410,1440,1730,2000,1940,1760,1870,2140,2560,2580,1990,2210,1820,1150,610,330,140,30,0,60,110,460,740,920,1780,1790,2220,1710,2240,1900,1850,2220,2730,2540,2130,1700,1650,1310,690,480,120,160,50,30,80,80,480,1160,1560,1640,1960,1690,1910,2060,1550,1880,2170,1860,1750,1450,1220,1010,790,510,340,100,110,10,20,50,360,610,1050,1570,1500,1340,1310,1850,1710,1250,1760,1950,1630,1680,1690,1570,740,350,240,50,20,40,130,320,780,840,1040,1570,2030,1680,1640,1690,1750,2530,2440,2490,2530,2010,1990,1290,590]},{"name":"Groups","color":"#9ED448","values":[480,110,90,60,50,360,800,1040,1100,990,1210,1190,1610,1480,1550,1690,1560,2260,1550,2220,2250,2530,2380,1450,450,220,70,10,20,360,660,1050,1150,1090,1520,1410,1740,1470,1410,1230,1480,1660,1580,2170,1830,3200,1820,1460,620,450,40,10,90,230,550,930,1140,990,1140,1230,1330,1370,1660,1670,1470,1380,1500,1890,2050,2630,2350,1560,700,190,50,50,30,350,570,880,960,1230,1170,1210,1240,1640,1570,1270,1480,1670,2130,1670,2120,1960,1900,1440,770,350,250,210,40,140,730,660,1000,1250,1050,1440,1730,1570,1040,1200,1210,1330,1560,1430,1750,1790,1610,1530,780,440,200,100,40,50,250,590,920,1130,1470,1310,1220,1250,1220,1430,1340,1270,1690,1850,2860,2290,2250,1430,800,170,100,40,40,590,690,860,880,1320,1320,1430,1790,1640,2040,1600,1620,1600,1830,2060,2230,2860,2220,1440]},{"name":"Channel","color":"#4fae4e","values":[10,50,10,0,0,10,280,40,60,30,60,70,70,160,100,170,120,200,200,140,90,230,120,80,70,20,10,0,10,20,120,80,90,90,90,120,60,180,230,230,230,160,100,220,100,240,120,80,60,0,10,10,10,20,80,40,130,90,80,130,60,170,130,130,230,190,110,130,150,120,260,130,50,40,30,0,10,10,70,70,150,90,110,130,130,160,180,150,120,230,230,200,180,110,120,110,190,10,0,0,20,20,40,50,70,100,200,130,180,190,270,240,110,250,140,130,140,160,160,470,690,80,10,20,10,10,60,50,120,270,200,110,150,120,140,200,240,240,140,170,160,140,120,130,210,30,0,10,0,10,20,50,60,110,50,290,370,170,180,150,220,70,170,200,150,170,220,90]},{"name":"Search","color":"#F5BD25","values":[50,0,20,20,0,40,180,740,40,190,130,490,150,180,200,520,180,170,180,180,250,320,260,20,80,10,10,0,0,200,140,190,210,270,180,190,270,250,120,160,300,280,80,290,190,150,230,80,30,0,0,0,0,110,300,190,210,300,240,240,140,630,310,160,210,170,330,480,140,260,260,120,50,10,90,0,0,290,130,390,130,520,200,440,250,310,250,230,300,240,400,200,90,160,120,50,220,170,0,40,10,100,170,280,110,230,140,310,270,250,240,90,160,120,240,280,320,210,240,90,80,10,20,0,0,40,90,160,460,380,240,280,350,390,180,200,180,390,130,200,260,240,60,60,80,20,30,10,10,90,250,410,280,250,760,690,460,210,270,250,240,240,240,330,300,150,160,100]},{"name":"Other","color":"#F79E39","values":[130,10,50,20,40,110,120,210,220,170,240,270,220,340,270,290,360,270,260,480,340,280,300,220,140,50,20,40,50,60,40,160,250,240,330,370,320,350,250,300,270,270,380,330,340,290,290,170,30,100,30,20,0,50,190,210,280,230,270,250,250,280,320,330,300,290,280,330,410,320,320,210,80,20,40,20,10,30,100,190,260,210,170,310,330,500,280,500,410,340,260,340,410,250,200,140,80,70,30,0,30,30,60,100,230,260,290,170,330,280,400,160,200,320,350,300,250,240,210,150,80,20,30,30,10,20,60,200,210,240,350,260,250,420,260,280,180,280,280,310,260,390,230,250,150,50,20,20,0,50,100,140,220,230,180,180,320,300,330,240,210,390,320,380,390,370,410,140]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,10,10,0,10,0,10,0,0,0,10,20,20,10,10,0,0,10,0,0,0,0,0,0,0,0,0,10,10,0,20,0,0,20,0,30,50,0,20,0,0,10,0,0,0,0,0,0,10,0,0,0,10,10,0,20,10,0,0,0,20,30,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,10,0,0,20,20,10,0,10,0,20,10,0,0,0,0,0,10,0,0,0,10,0,20,10,10,20,0,30,0,0,10,10,30,10,0,0,0,0,0,0,0,0,10,10,10,10,10,0,20,0,0,0,0,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,30,0,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/23.json b/dist/chartDummyData/views_zoom/2019-02/23.json new file mode 100644 index 000000000..5bae3ef1f --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/23.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1550620800000,1550624400000,1550628000000,1550631600000,1550635200000,1550638800000,1550642400000,1550646000000,1550649600000,1550653200000,1550656800000,1550660400000,1550664000000,1550667600000,1550671200000,1550674800000,1550678400000,1550682000000,1550685600000,1550689200000,1550692800000,1550696400000,1550700000000,1550703600000,1550707200000,1550710800000,1550714400000,1550718000000,1550721600000,1550725200000,1550728800000,1550732400000,1550736000000,1550739600000,1550743200000,1550746800000,1550750400000,1550754000000,1550757600000,1550761200000,1550764800000,1550768400000,1550772000000,1550775600000,1550779200000,1550782800000,1550786400000,1550790000000,1550793600000,1550797200000,1550800800000,1550804400000,1550808000000,1550811600000,1550815200000,1550818800000,1550822400000,1550826000000,1550829600000,1550833200000,1550836800000,1550840400000,1550844000000,1550847600000,1550851200000,1550854800000,1550858400000,1550862000000,1550865600000,1550869200000,1550872800000,1550876400000,1550880000000,1550883600000,1550887200000,1550890800000,1550894400000,1550898000000,1550901600000,1550905200000,1550908800000,1550912400000,1550916000000,1550919600000,1550923200000,1550926800000,1550930400000,1550934000000,1550937600000,1550941200000,1550944800000,1550948400000,1550952000000,1550955600000,1550959200000,1550962800000,1550966400000,1550970000000,1550973600000,1550977200000,1550980800000,1550984400000,1550988000000,1550991600000,1550995200000,1550998800000,1551002400000,1551006000000,1551009600000,1551013200000,1551016800000,1551020400000,1551024000000,1551027600000,1551031200000,1551034800000,1551038400000,1551042000000,1551045600000,1551049200000,1551052800000,1551056400000,1551060000000,1551063600000,1551067200000,1551070800000,1551074400000,1551078000000,1551081600000,1551085200000,1551088800000,1551092400000,1551096000000,1551099600000,1551103200000,1551106800000,1551110400000,1551114000000,1551117600000,1551121200000,1551124800000,1551128400000,1551132000000,1551135600000,1551139200000,1551142800000,1551146400000,1551150000000,1551153600000,1551157200000,1551160800000,1551164400000,1551168000000,1551171600000,1551175200000,1551178800000,1551182400000,1551186000000,1551189600000,1551193200000,1551196800000,1551200400000,1551204000000,1551207600000,1551211200000,1551214800000,1551218400000,1551222000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[390,190,50,40,100,290,810,910,1120,1540,1310,1330,1520,1740,1870,3770,2060,1870,2280,2010,2550,2190,1810,970,450,220,90,60,90,310,990,1090,930,3610,1580,1870,2460,1860,2190,1660,1910,2110,2370,2340,2110,2140,1630,830,360,230,160,40,70,190,820,1140,2840,1690,1570,1920,2170,2190,2240,2250,2060,1990,2130,2220,2160,2140,2170,930,530,200,230,460,70,130,400,970,1050,1420,1880,1850,1960,2020,2170,1840,1930,1930,2190,1750,3720,1820,1780,1040,630,480,280,70,40,60,2350,710,1040,2170,2810,2060,2210,2100,1640,2350,2560,2030,2430,2370,1990,2260,1710,1150,500,250,30,210,30,260,980,900,1530,1650,1440,1680,2040,1940,1900,2260,2310,3050,1860,2350,2490,3060,2030,980,500,190,90,20,60,170,830,3040,1020,1510,1800,1570,2050,2150,2470,1850,1980,2070,2310,2350,2270,2160,1820,990]},{"name":"URL","color":"#2373DB","values":[280,130,20,10,10,120,440,620,800,1200,1770,1980,2080,2200,1910,2130,2170,2480,2940,2450,2120,1800,1350,790,520,280,50,30,60,120,340,890,1240,1410,1440,1730,2000,1940,1760,1870,2140,2560,2580,1990,2210,1820,1150,610,330,140,30,0,60,110,460,740,920,1780,1790,2220,1710,2240,1900,1850,2220,2730,2540,2130,1700,1650,1310,690,480,120,160,50,30,80,80,480,1160,1560,1640,1960,1690,1910,2060,1550,1880,2170,1860,1750,1450,1220,1010,790,510,340,100,110,10,20,50,360,610,1050,1570,1500,1340,1310,1850,1710,1250,1760,1950,1630,1680,1690,1570,740,350,240,50,20,40,130,320,780,840,1040,1570,2030,1680,1640,1690,1750,2530,2440,2490,2530,2010,1990,1290,590,220,60,30,10,40,80,420,720,1050,1220,1220,1600,2040,1780,1710,1830,2330,2640,2490,2170,2330,1940,1470,810]},{"name":"Groups","color":"#9ED448","values":[450,220,70,10,20,360,660,1050,1150,1090,1520,1410,1740,1470,1410,1230,1480,1660,1580,2170,1830,3200,1820,1460,620,450,40,10,90,230,550,930,1140,990,1140,1230,1330,1370,1660,1670,1470,1380,1500,1890,2050,2630,2350,1560,700,190,50,50,30,350,570,880,960,1230,1170,1210,1240,1640,1570,1270,1480,1670,2130,1670,2120,1960,1900,1440,770,350,250,210,40,140,730,660,1000,1250,1050,1440,1730,1570,1040,1200,1210,1330,1560,1430,1750,1790,1610,1530,780,440,200,100,40,50,250,590,920,1130,1470,1310,1220,1250,1220,1430,1340,1270,1690,1850,2860,2290,2250,1430,800,170,100,40,40,590,690,860,880,1320,1320,1430,1790,1640,2040,1600,1620,1600,1830,2060,2230,2860,2220,1440,590,130,140,90,90,450,980,800,970,1180,1040,1400,1700,1650,1710,1310,1590,1390,1760,2060,2770,2720,2160,1460]},{"name":"Channel","color":"#4fae4e","values":[70,20,10,0,10,20,120,80,90,90,90,120,60,180,230,230,230,160,100,220,100,240,120,80,60,0,10,10,10,20,80,40,130,90,80,130,60,170,130,130,230,190,110,130,150,120,260,130,50,40,30,0,10,10,70,70,150,90,110,130,130,160,180,150,120,230,230,200,180,110,120,110,190,10,0,0,20,20,40,50,70,100,200,130,180,190,270,240,110,250,140,130,140,160,160,470,690,80,10,20,10,10,60,50,120,270,200,110,150,120,140,200,240,240,140,170,160,140,120,130,210,30,0,10,0,10,20,50,60,110,50,290,370,170,180,150,220,70,170,200,150,170,220,90,70,0,30,20,0,40,20,80,50,110,80,150,150,130,150,220,180,140,190,120,230,110,190,210]},{"name":"Search","color":"#F5BD25","values":[80,10,10,0,0,200,140,190,210,270,180,190,270,250,120,160,300,280,80,290,190,150,230,80,30,0,0,0,0,110,300,190,210,300,240,240,140,630,310,160,210,170,330,480,140,260,260,120,50,10,90,0,0,290,130,390,130,520,200,440,250,310,250,230,300,240,400,200,90,160,120,50,220,170,0,40,10,100,170,280,110,230,140,310,270,250,240,90,160,120,240,280,320,210,240,90,80,10,20,0,0,40,90,160,460,380,240,280,350,390,180,200,180,390,130,200,260,240,60,60,80,20,30,10,10,90,250,410,280,250,760,690,460,210,270,250,240,240,240,330,300,150,160,100,10,20,0,20,0,90,130,290,290,180,90,350,180,140,130,140,360,110,230,380,140,330,100,50]},{"name":"Other","color":"#F79E39","values":[140,50,20,40,50,60,40,160,250,240,330,370,320,350,250,300,270,270,380,330,340,290,290,170,30,100,30,20,0,50,190,210,280,230,270,250,250,280,320,330,300,290,280,330,410,320,320,210,80,20,40,20,10,30,100,190,260,210,170,310,330,500,280,500,410,340,260,340,410,250,200,140,80,70,30,0,30,30,60,100,230,260,290,170,330,280,400,160,200,320,350,300,250,240,210,150,80,20,30,30,10,20,60,200,210,240,350,260,250,420,260,280,180,280,280,310,260,390,230,250,150,50,20,20,0,50,100,140,220,230,180,180,320,300,330,240,210,390,320,380,390,370,410,140,120,90,0,0,0,50,230,210,240,310,160,270,250,390,260,230,280,440,340,410,350,420,240,70]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,10,10,0,20,0,0,20,0,30,50,0,20,0,0,10,0,0,0,0,0,0,10,0,0,0,10,10,0,20,10,0,0,0,20,30,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,10,0,0,20,20,10,0,10,0,20,10,0,0,0,0,0,10,0,0,0,10,0,20,10,10,20,0,30,0,0,10,10,30,10,0,0,0,0,0,0,0,0,10,10,10,10,10,0,20,0,0,0,0,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,30,0,10,0,0,0,0,0,0,0,0,10,10,20,10,0,10,0,0,10,10,10,10,20,10,20,10,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/24.json b/dist/chartDummyData/views_zoom/2019-02/24.json new file mode 100644 index 000000000..ca7fc95db --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/24.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1550707200000,1550710800000,1550714400000,1550718000000,1550721600000,1550725200000,1550728800000,1550732400000,1550736000000,1550739600000,1550743200000,1550746800000,1550750400000,1550754000000,1550757600000,1550761200000,1550764800000,1550768400000,1550772000000,1550775600000,1550779200000,1550782800000,1550786400000,1550790000000,1550793600000,1550797200000,1550800800000,1550804400000,1550808000000,1550811600000,1550815200000,1550818800000,1550822400000,1550826000000,1550829600000,1550833200000,1550836800000,1550840400000,1550844000000,1550847600000,1550851200000,1550854800000,1550858400000,1550862000000,1550865600000,1550869200000,1550872800000,1550876400000,1550880000000,1550883600000,1550887200000,1550890800000,1550894400000,1550898000000,1550901600000,1550905200000,1550908800000,1550912400000,1550916000000,1550919600000,1550923200000,1550926800000,1550930400000,1550934000000,1550937600000,1550941200000,1550944800000,1550948400000,1550952000000,1550955600000,1550959200000,1550962800000,1550966400000,1550970000000,1550973600000,1550977200000,1550980800000,1550984400000,1550988000000,1550991600000,1550995200000,1550998800000,1551002400000,1551006000000,1551009600000,1551013200000,1551016800000,1551020400000,1551024000000,1551027600000,1551031200000,1551034800000,1551038400000,1551042000000,1551045600000,1551049200000,1551052800000,1551056400000,1551060000000,1551063600000,1551067200000,1551070800000,1551074400000,1551078000000,1551081600000,1551085200000,1551088800000,1551092400000,1551096000000,1551099600000,1551103200000,1551106800000,1551110400000,1551114000000,1551117600000,1551121200000,1551124800000,1551128400000,1551132000000,1551135600000,1551139200000,1551142800000,1551146400000,1551150000000,1551153600000,1551157200000,1551160800000,1551164400000,1551168000000,1551171600000,1551175200000,1551178800000,1551182400000,1551186000000,1551189600000,1551193200000,1551196800000,1551200400000,1551204000000,1551207600000,1551211200000,1551214800000,1551218400000,1551222000000,1551225600000,1551229200000,1551232800000,1551236400000,1551240000000,1551243600000,1551247200000,1551250800000,1551254400000,1551258000000,1551261600000,1551265200000,1551268800000,1551272400000,1551276000000,1551279600000,1551283200000,1551286800000,1551290400000,1551294000000,1551297600000,1551301200000,1551304800000,1551308400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[450,220,90,60,90,310,990,1090,930,3610,1580,1870,2460,1860,2190,1660,1910,2110,2370,2340,2110,2140,1630,830,360,230,160,40,70,190,820,1140,2840,1690,1570,1920,2170,2190,2240,2250,2060,1990,2130,2220,2160,2140,2170,930,530,200,230,460,70,130,400,970,1050,1420,1880,1850,1960,2020,2170,1840,1930,1930,2190,1750,3720,1820,1780,1040,630,480,280,70,40,60,2350,710,1040,2170,2810,2060,2210,2100,1640,2350,2560,2030,2430,2370,1990,2260,1710,1150,500,250,30,210,30,260,980,900,1530,1650,1440,1680,2040,1940,1900,2260,2310,3050,1860,2350,2490,3060,2030,980,500,190,90,20,60,170,830,3040,1020,1510,1800,1570,2050,2150,2470,1850,1980,2070,2310,2350,2270,2160,1820,990,190,170,1910,60,20,380,790,1300,1350,1590,1900,2150,2110,2140,2150,2340,2050,2140,2060,2790,2610,2370,1820,760]},{"name":"URL","color":"#2373DB","values":[520,280,50,30,60,120,340,890,1240,1410,1440,1730,2000,1940,1760,1870,2140,2560,2580,1990,2210,1820,1150,610,330,140,30,0,60,110,460,740,920,1780,1790,2220,1710,2240,1900,1850,2220,2730,2540,2130,1700,1650,1310,690,480,120,160,50,30,80,80,480,1160,1560,1640,1960,1690,1910,2060,1550,1880,2170,1860,1750,1450,1220,1010,790,510,340,100,110,10,20,50,360,610,1050,1570,1500,1340,1310,1850,1710,1250,1760,1950,1630,1680,1690,1570,740,350,240,50,20,40,130,320,780,840,1040,1570,2030,1680,1640,1690,1750,2530,2440,2490,2530,2010,1990,1290,590,220,60,30,10,40,80,420,720,1050,1220,1220,1600,2040,1780,1710,1830,2330,2640,2490,2170,2330,1940,1470,810,360,200,140,20,20,110,550,810,960,1400,1560,1880,1920,1950,1870,2040,2480,2830,2630,2340,2340,1800,1490,670]},{"name":"Groups","color":"#9ED448","values":[620,450,40,10,90,230,550,930,1140,990,1140,1230,1330,1370,1660,1670,1470,1380,1500,1890,2050,2630,2350,1560,700,190,50,50,30,350,570,880,960,1230,1170,1210,1240,1640,1570,1270,1480,1670,2130,1670,2120,1960,1900,1440,770,350,250,210,40,140,730,660,1000,1250,1050,1440,1730,1570,1040,1200,1210,1330,1560,1430,1750,1790,1610,1530,780,440,200,100,40,50,250,590,920,1130,1470,1310,1220,1250,1220,1430,1340,1270,1690,1850,2860,2290,2250,1430,800,170,100,40,40,590,690,860,880,1320,1320,1430,1790,1640,2040,1600,1620,1600,1830,2060,2230,2860,2220,1440,590,130,140,90,90,450,980,800,970,1180,1040,1400,1700,1650,1710,1310,1590,1390,1760,2060,2770,2720,2160,1460,620,250,160,30,60,290,920,890,960,830,1410,1580,1850,1800,1340,1650,1620,1530,1680,1950,2580,2480,1980,1420]},{"name":"Channel","color":"#4fae4e","values":[60,0,10,10,10,20,80,40,130,90,80,130,60,170,130,130,230,190,110,130,150,120,260,130,50,40,30,0,10,10,70,70,150,90,110,130,130,160,180,150,120,230,230,200,180,110,120,110,190,10,0,0,20,20,40,50,70,100,200,130,180,190,270,240,110,250,140,130,140,160,160,470,690,80,10,20,10,10,60,50,120,270,200,110,150,120,140,200,240,240,140,170,160,140,120,130,210,30,0,10,0,10,20,50,60,110,50,290,370,170,180,150,220,70,170,200,150,170,220,90,70,0,30,20,0,40,20,80,50,110,80,150,150,130,150,220,180,140,190,120,230,110,190,210,60,50,30,0,0,40,140,120,80,30,80,60,90,140,180,140,210,210,180,220,190,160,80,50]},{"name":"Search","color":"#F5BD25","values":[30,0,0,0,0,110,300,190,210,300,240,240,140,630,310,160,210,170,330,480,140,260,260,120,50,10,90,0,0,290,130,390,130,520,200,440,250,310,250,230,300,240,400,200,90,160,120,50,220,170,0,40,10,100,170,280,110,230,140,310,270,250,240,90,160,120,240,280,320,210,240,90,80,10,20,0,0,40,90,160,460,380,240,280,350,390,180,200,180,390,130,200,260,240,60,60,80,20,30,10,10,90,250,410,280,250,760,690,460,210,270,250,240,240,240,330,300,150,160,100,10,20,0,20,0,90,130,290,290,180,90,350,180,140,130,140,360,110,230,380,140,330,100,50,30,70,20,10,10,20,230,80,240,490,520,660,150,180,330,110,270,230,230,170,340,360,190,0]},{"name":"Other","color":"#F79E39","values":[30,100,30,20,0,50,190,210,280,230,270,250,250,280,320,330,300,290,280,330,410,320,320,210,80,20,40,20,10,30,100,190,260,210,170,310,330,500,280,500,410,340,260,340,410,250,200,140,80,70,30,0,30,30,60,100,230,260,290,170,330,280,400,160,200,320,350,300,250,240,210,150,80,20,30,30,10,20,60,200,210,240,350,260,250,420,260,280,180,280,280,310,260,390,230,250,150,50,20,20,0,50,100,140,220,230,180,180,320,300,330,240,210,390,320,380,390,370,410,140,120,90,0,0,0,50,230,210,240,310,160,270,250,390,260,230,280,440,340,410,350,420,240,70,40,40,40,20,0,40,130,300,250,350,300,330,320,320,260,200,320,290,420,390,420,380,230,150]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,0,0,0,10,10,0,20,10,0,0,0,20,30,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,10,0,0,20,20,10,0,10,0,20,10,0,0,0,0,0,10,0,0,0,10,0,20,10,10,20,0,30,0,0,10,10,30,10,0,0,0,0,0,0,0,0,10,10,10,10,10,0,20,0,0,0,0,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,30,0,10,0,0,0,0,0,0,0,0,10,10,20,10,0,10,0,0,10,10,10,10,20,10,20,10,10,0,0,0,0,0,0,0,0,0,0,0,20,0,10,0,0,20,10,20,0,10,40,10,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/25.json b/dist/chartDummyData/views_zoom/2019-02/25.json new file mode 100644 index 000000000..748c939ed --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/25.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1550793600000,1550797200000,1550800800000,1550804400000,1550808000000,1550811600000,1550815200000,1550818800000,1550822400000,1550826000000,1550829600000,1550833200000,1550836800000,1550840400000,1550844000000,1550847600000,1550851200000,1550854800000,1550858400000,1550862000000,1550865600000,1550869200000,1550872800000,1550876400000,1550880000000,1550883600000,1550887200000,1550890800000,1550894400000,1550898000000,1550901600000,1550905200000,1550908800000,1550912400000,1550916000000,1550919600000,1550923200000,1550926800000,1550930400000,1550934000000,1550937600000,1550941200000,1550944800000,1550948400000,1550952000000,1550955600000,1550959200000,1550962800000,1550966400000,1550970000000,1550973600000,1550977200000,1550980800000,1550984400000,1550988000000,1550991600000,1550995200000,1550998800000,1551002400000,1551006000000,1551009600000,1551013200000,1551016800000,1551020400000,1551024000000,1551027600000,1551031200000,1551034800000,1551038400000,1551042000000,1551045600000,1551049200000,1551052800000,1551056400000,1551060000000,1551063600000,1551067200000,1551070800000,1551074400000,1551078000000,1551081600000,1551085200000,1551088800000,1551092400000,1551096000000,1551099600000,1551103200000,1551106800000,1551110400000,1551114000000,1551117600000,1551121200000,1551124800000,1551128400000,1551132000000,1551135600000,1551139200000,1551142800000,1551146400000,1551150000000,1551153600000,1551157200000,1551160800000,1551164400000,1551168000000,1551171600000,1551175200000,1551178800000,1551182400000,1551186000000,1551189600000,1551193200000,1551196800000,1551200400000,1551204000000,1551207600000,1551211200000,1551214800000,1551218400000,1551222000000,1551225600000,1551229200000,1551232800000,1551236400000,1551240000000,1551243600000,1551247200000,1551250800000,1551254400000,1551258000000,1551261600000,1551265200000,1551268800000,1551272400000,1551276000000,1551279600000,1551283200000,1551286800000,1551290400000,1551294000000,1551297600000,1551301200000,1551304800000,1551308400000,1551312000000,1551315600000,1551319200000,1551322800000,1551326400000,1551330000000,1551333600000,1551337200000,1551340800000,1551344400000,1551348000000,1551351600000,1551355200000,1551358800000,1551362400000,1551366000000,1551369600000,1551373200000,1551376800000,1551380400000,1551384000000,1551387600000,1551391200000,1551394800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[360,230,160,40,70,190,820,1140,2840,1690,1570,1920,2170,2190,2240,2250,2060,1990,2130,2220,2160,2140,2170,930,530,200,230,460,70,130,400,970,1050,1420,1880,1850,1960,2020,2170,1840,1930,1930,2190,1750,3720,1820,1780,1040,630,480,280,70,40,60,2350,710,1040,2170,2810,2060,2210,2100,1640,2350,2560,2030,2430,2370,1990,2260,1710,1150,500,250,30,210,30,260,980,900,1530,1650,1440,1680,2040,1940,1900,2260,2310,3050,1860,2350,2490,3060,2030,980,500,190,90,20,60,170,830,3040,1020,1510,1800,1570,2050,2150,2470,1850,1980,2070,2310,2350,2270,2160,1820,990,190,170,1910,60,20,380,790,1300,1350,1590,1900,2150,2110,2140,2150,2340,2050,2140,2060,2790,2610,2370,1820,760,410,160,100,60,50,170,2920,1140,1140,1360,1610,1800,1960,2340,2120,2250,2130,2130,2160,2210,2330,1980,1430,1050]},{"name":"URL","color":"#2373DB","values":[330,140,30,0,60,110,460,740,920,1780,1790,2220,1710,2240,1900,1850,2220,2730,2540,2130,1700,1650,1310,690,480,120,160,50,30,80,80,480,1160,1560,1640,1960,1690,1910,2060,1550,1880,2170,1860,1750,1450,1220,1010,790,510,340,100,110,10,20,50,360,610,1050,1570,1500,1340,1310,1850,1710,1250,1760,1950,1630,1680,1690,1570,740,350,240,50,20,40,130,320,780,840,1040,1570,2030,1680,1640,1690,1750,2530,2440,2490,2530,2010,1990,1290,590,220,60,30,10,40,80,420,720,1050,1220,1220,1600,2040,1780,1710,1830,2330,2640,2490,2170,2330,1940,1470,810,360,200,140,20,20,110,550,810,960,1400,1560,1880,1920,1950,1870,2040,2480,2830,2630,2340,2340,1800,1490,670,240,60,30,20,70,90,490,940,810,1440,1530,2030,2290,1840,1650,1780,1770,2610,2660,2160,1870,1890,1150,840]},{"name":"Groups","color":"#9ED448","values":[700,190,50,50,30,350,570,880,960,1230,1170,1210,1240,1640,1570,1270,1480,1670,2130,1670,2120,1960,1900,1440,770,350,250,210,40,140,730,660,1000,1250,1050,1440,1730,1570,1040,1200,1210,1330,1560,1430,1750,1790,1610,1530,780,440,200,100,40,50,250,590,920,1130,1470,1310,1220,1250,1220,1430,1340,1270,1690,1850,2860,2290,2250,1430,800,170,100,40,40,590,690,860,880,1320,1320,1430,1790,1640,2040,1600,1620,1600,1830,2060,2230,2860,2220,1440,590,130,140,90,90,450,980,800,970,1180,1040,1400,1700,1650,1710,1310,1590,1390,1760,2060,2770,2720,2160,1460,620,250,160,30,60,290,920,890,960,830,1410,1580,1850,1800,1340,1650,1620,1530,1680,1950,2580,2480,1980,1420,460,100,60,50,90,350,840,940,1000,930,850,1230,1220,1660,1300,1400,1490,1430,1330,2130,1930,2560,2090,1640]},{"name":"Channel","color":"#4fae4e","values":[50,40,30,0,10,10,70,70,150,90,110,130,130,160,180,150,120,230,230,200,180,110,120,110,190,10,0,0,20,20,40,50,70,100,200,130,180,190,270,240,110,250,140,130,140,160,160,470,690,80,10,20,10,10,60,50,120,270,200,110,150,120,140,200,240,240,140,170,160,140,120,130,210,30,0,10,0,10,20,50,60,110,50,290,370,170,180,150,220,70,170,200,150,170,220,90,70,0,30,20,0,40,20,80,50,110,80,150,150,130,150,220,180,140,190,120,230,110,190,210,60,50,30,0,0,40,140,120,80,30,80,60,90,140,180,140,210,210,180,220,190,160,80,50,60,30,10,0,0,0,30,20,40,70,130,70,180,160,250,130,200,210,270,130,210,180,200,160]},{"name":"Search","color":"#F5BD25","values":[50,10,90,0,0,290,130,390,130,520,200,440,250,310,250,230,300,240,400,200,90,160,120,50,220,170,0,40,10,100,170,280,110,230,140,310,270,250,240,90,160,120,240,280,320,210,240,90,80,10,20,0,0,40,90,160,460,380,240,280,350,390,180,200,180,390,130,200,260,240,60,60,80,20,30,10,10,90,250,410,280,250,760,690,460,210,270,250,240,240,240,330,300,150,160,100,10,20,0,20,0,90,130,290,290,180,90,350,180,140,130,140,360,110,230,380,140,330,100,50,30,70,20,10,10,20,230,80,240,490,520,660,150,180,330,110,270,230,230,170,340,360,190,0,10,10,0,40,40,180,750,300,290,210,60,110,80,200,160,240,250,190,130,130,350,240,240,460]},{"name":"Other","color":"#F79E39","values":[80,20,40,20,10,30,100,190,260,210,170,310,330,500,280,500,410,340,260,340,410,250,200,140,80,70,30,0,30,30,60,100,230,260,290,170,330,280,400,160,200,320,350,300,250,240,210,150,80,20,30,30,10,20,60,200,210,240,350,260,250,420,260,280,180,280,280,310,260,390,230,250,150,50,20,20,0,50,100,140,220,230,180,180,320,300,330,240,210,390,320,380,390,370,410,140,120,90,0,0,0,50,230,210,240,310,160,270,250,390,260,230,280,440,340,410,350,420,240,70,40,40,40,20,0,40,130,300,250,350,300,330,320,320,260,200,320,290,420,390,420,380,230,150,60,20,10,10,20,60,150,210,200,250,270,370,350,320,280,330,280,350,290,360,370,310,250,190]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,20,0,0,10,0,0,20,20,10,0,10,0,20,10,0,0,0,0,0,10,0,0,0,10,0,20,10,10,20,0,30,0,0,10,10,30,10,0,0,0,0,0,0,0,0,10,10,10,10,10,0,20,0,0,0,0,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,30,0,10,0,0,0,0,0,0,0,0,10,10,20,10,0,10,0,0,10,10,10,10,20,10,20,10,10,0,0,0,0,0,0,0,0,0,0,0,20,0,10,0,0,20,10,20,0,10,40,10,0,10,0,0,0,0,0,0,0,0,10,30,0,0,0,0,0,0,20,30,30,0,0,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/26.json b/dist/chartDummyData/views_zoom/2019-02/26.json new file mode 100644 index 000000000..1fc7ab983 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/26.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1550880000000,1550883600000,1550887200000,1550890800000,1550894400000,1550898000000,1550901600000,1550905200000,1550908800000,1550912400000,1550916000000,1550919600000,1550923200000,1550926800000,1550930400000,1550934000000,1550937600000,1550941200000,1550944800000,1550948400000,1550952000000,1550955600000,1550959200000,1550962800000,1550966400000,1550970000000,1550973600000,1550977200000,1550980800000,1550984400000,1550988000000,1550991600000,1550995200000,1550998800000,1551002400000,1551006000000,1551009600000,1551013200000,1551016800000,1551020400000,1551024000000,1551027600000,1551031200000,1551034800000,1551038400000,1551042000000,1551045600000,1551049200000,1551052800000,1551056400000,1551060000000,1551063600000,1551067200000,1551070800000,1551074400000,1551078000000,1551081600000,1551085200000,1551088800000,1551092400000,1551096000000,1551099600000,1551103200000,1551106800000,1551110400000,1551114000000,1551117600000,1551121200000,1551124800000,1551128400000,1551132000000,1551135600000,1551139200000,1551142800000,1551146400000,1551150000000,1551153600000,1551157200000,1551160800000,1551164400000,1551168000000,1551171600000,1551175200000,1551178800000,1551182400000,1551186000000,1551189600000,1551193200000,1551196800000,1551200400000,1551204000000,1551207600000,1551211200000,1551214800000,1551218400000,1551222000000,1551225600000,1551229200000,1551232800000,1551236400000,1551240000000,1551243600000,1551247200000,1551250800000,1551254400000,1551258000000,1551261600000,1551265200000,1551268800000,1551272400000,1551276000000,1551279600000,1551283200000,1551286800000,1551290400000,1551294000000,1551297600000,1551301200000,1551304800000,1551308400000,1551312000000,1551315600000,1551319200000,1551322800000,1551326400000,1551330000000,1551333600000,1551337200000,1551340800000,1551344400000,1551348000000,1551351600000,1551355200000,1551358800000,1551362400000,1551366000000,1551369600000,1551373200000,1551376800000,1551380400000,1551384000000,1551387600000,1551391200000,1551394800000,1551398400000,1551402000000,1551405600000,1551409200000,1551412800000,1551416400000,1551420000000,1551423600000,1551427200000,1551430800000,1551434400000,1551438000000,1551441600000,1551445200000,1551448800000,1551452400000,1551456000000,1551459600000,1551463200000,1551466800000,1551470400000,1551474000000,1551477600000,1551481200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[530,200,230,460,70,130,400,970,1050,1420,1880,1850,1960,2020,2170,1840,1930,1930,2190,1750,3720,1820,1780,1040,630,480,280,70,40,60,2350,710,1040,2170,2810,2060,2210,2100,1640,2350,2560,2030,2430,2370,1990,2260,1710,1150,500,250,30,210,30,260,980,900,1530,1650,1440,1680,2040,1940,1900,2260,2310,3050,1860,2350,2490,3060,2030,980,500,190,90,20,60,170,830,3040,1020,1510,1800,1570,2050,2150,2470,1850,1980,2070,2310,2350,2270,2160,1820,990,190,170,1910,60,20,380,790,1300,1350,1590,1900,2150,2110,2140,2150,2340,2050,2140,2060,2790,2610,2370,1820,760,410,160,100,60,50,170,2920,1140,1140,1360,1610,1800,1960,2340,2120,2250,2130,2130,2160,2210,2330,1980,1430,1050,500,150,1910,80,100,260,640,1000,1280,1180,1430,1660,2180,2450,2060,2310,2070,2010,2290,2510,2060,2190,1860,1080]},{"name":"URL","color":"#2373DB","values":[480,120,160,50,30,80,80,480,1160,1560,1640,1960,1690,1910,2060,1550,1880,2170,1860,1750,1450,1220,1010,790,510,340,100,110,10,20,50,360,610,1050,1570,1500,1340,1310,1850,1710,1250,1760,1950,1630,1680,1690,1570,740,350,240,50,20,40,130,320,780,840,1040,1570,2030,1680,1640,1690,1750,2530,2440,2490,2530,2010,1990,1290,590,220,60,30,10,40,80,420,720,1050,1220,1220,1600,2040,1780,1710,1830,2330,2640,2490,2170,2330,1940,1470,810,360,200,140,20,20,110,550,810,960,1400,1560,1880,1920,1950,1870,2040,2480,2830,2630,2340,2340,1800,1490,670,240,60,30,20,70,90,490,940,810,1440,1530,2030,2290,1840,1650,1780,1770,2610,2660,2160,1870,1890,1150,840,410,170,80,50,50,90,620,1110,1040,1370,1550,1990,2070,1870,1910,1900,2070,2630,2740,2110,1910,1560,1070,840]},{"name":"Groups","color":"#9ED448","values":[770,350,250,210,40,140,730,660,1000,1250,1050,1440,1730,1570,1040,1200,1210,1330,1560,1430,1750,1790,1610,1530,780,440,200,100,40,50,250,590,920,1130,1470,1310,1220,1250,1220,1430,1340,1270,1690,1850,2860,2290,2250,1430,800,170,100,40,40,590,690,860,880,1320,1320,1430,1790,1640,2040,1600,1620,1600,1830,2060,2230,2860,2220,1440,590,130,140,90,90,450,980,800,970,1180,1040,1400,1700,1650,1710,1310,1590,1390,1760,2060,2770,2720,2160,1460,620,250,160,30,60,290,920,890,960,830,1410,1580,1850,1800,1340,1650,1620,1530,1680,1950,2580,2480,1980,1420,460,100,60,50,90,350,840,940,1000,930,850,1230,1220,1660,1300,1400,1490,1430,1330,2130,1930,2560,2090,1640,450,210,80,30,90,230,860,920,1010,1120,1130,1090,1540,2090,1600,1420,1110,1470,1690,1690,1910,1930,2260,1260]},{"name":"Channel","color":"#4fae4e","values":[190,10,0,0,20,20,40,50,70,100,200,130,180,190,270,240,110,250,140,130,140,160,160,470,690,80,10,20,10,10,60,50,120,270,200,110,150,120,140,200,240,240,140,170,160,140,120,130,210,30,0,10,0,10,20,50,60,110,50,290,370,170,180,150,220,70,170,200,150,170,220,90,70,0,30,20,0,40,20,80,50,110,80,150,150,130,150,220,180,140,190,120,230,110,190,210,60,50,30,0,0,40,140,120,80,30,80,60,90,140,180,140,210,210,180,220,190,160,80,50,60,30,10,0,0,0,30,20,40,70,130,70,180,160,250,130,200,210,270,130,210,180,200,160,80,70,10,0,0,10,90,30,110,70,70,100,130,150,190,210,300,310,90,180,190,140,280,130]},{"name":"Search","color":"#F5BD25","values":[220,170,0,40,10,100,170,280,110,230,140,310,270,250,240,90,160,120,240,280,320,210,240,90,80,10,20,0,0,40,90,160,460,380,240,280,350,390,180,200,180,390,130,200,260,240,60,60,80,20,30,10,10,90,250,410,280,250,760,690,460,210,270,250,240,240,240,330,300,150,160,100,10,20,0,20,0,90,130,290,290,180,90,350,180,140,130,140,360,110,230,380,140,330,100,50,30,70,20,10,10,20,230,80,240,490,520,660,150,180,330,110,270,230,230,170,340,360,190,0,10,10,0,40,40,180,750,300,290,210,60,110,80,200,160,240,250,190,130,130,350,240,240,460,30,20,0,0,20,390,420,260,240,170,490,220,290,200,230,230,380,180,260,140,210,350,160,130]},{"name":"Other","color":"#F79E39","values":[80,70,30,0,30,30,60,100,230,260,290,170,330,280,400,160,200,320,350,300,250,240,210,150,80,20,30,30,10,20,60,200,210,240,350,260,250,420,260,280,180,280,280,310,260,390,230,250,150,50,20,20,0,50,100,140,220,230,180,180,320,300,330,240,210,390,320,380,390,370,410,140,120,90,0,0,0,50,230,210,240,310,160,270,250,390,260,230,280,440,340,410,350,420,240,70,40,40,40,20,0,40,130,300,250,350,300,330,320,320,260,200,320,290,420,390,420,380,230,150,60,20,10,10,20,60,150,210,200,250,270,370,350,320,280,330,280,350,290,360,370,310,250,190,60,80,10,40,20,50,330,210,250,380,180,250,370,260,360,440,310,270,280,330,330,350,200,120]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,0,0,10,0,20,10,10,20,0,30,0,0,10,10,30,10,0,0,0,0,0,0,0,0,10,10,10,10,10,0,20,0,0,0,0,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,30,0,10,0,0,0,0,0,0,0,0,10,10,20,10,0,10,0,0,10,10,10,10,20,10,20,10,10,0,0,0,0,0,0,0,0,0,0,0,20,0,10,0,0,20,10,20,0,10,40,10,0,10,0,0,0,0,0,0,0,0,10,30,0,0,0,0,0,0,20,30,30,0,0,10,0,0,0,0,0,0,0,0,10,0,0,10,0,0,10,0,20,20,20,10,10,10,10,20,20,10,10]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/27.json b/dist/chartDummyData/views_zoom/2019-02/27.json new file mode 100644 index 000000000..19ae87a79 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/27.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1550966400000,1550970000000,1550973600000,1550977200000,1550980800000,1550984400000,1550988000000,1550991600000,1550995200000,1550998800000,1551002400000,1551006000000,1551009600000,1551013200000,1551016800000,1551020400000,1551024000000,1551027600000,1551031200000,1551034800000,1551038400000,1551042000000,1551045600000,1551049200000,1551052800000,1551056400000,1551060000000,1551063600000,1551067200000,1551070800000,1551074400000,1551078000000,1551081600000,1551085200000,1551088800000,1551092400000,1551096000000,1551099600000,1551103200000,1551106800000,1551110400000,1551114000000,1551117600000,1551121200000,1551124800000,1551128400000,1551132000000,1551135600000,1551139200000,1551142800000,1551146400000,1551150000000,1551153600000,1551157200000,1551160800000,1551164400000,1551168000000,1551171600000,1551175200000,1551178800000,1551182400000,1551186000000,1551189600000,1551193200000,1551196800000,1551200400000,1551204000000,1551207600000,1551211200000,1551214800000,1551218400000,1551222000000,1551225600000,1551229200000,1551232800000,1551236400000,1551240000000,1551243600000,1551247200000,1551250800000,1551254400000,1551258000000,1551261600000,1551265200000,1551268800000,1551272400000,1551276000000,1551279600000,1551283200000,1551286800000,1551290400000,1551294000000,1551297600000,1551301200000,1551304800000,1551308400000,1551312000000,1551315600000,1551319200000,1551322800000,1551326400000,1551330000000,1551333600000,1551337200000,1551340800000,1551344400000,1551348000000,1551351600000,1551355200000,1551358800000,1551362400000,1551366000000,1551369600000,1551373200000,1551376800000,1551380400000,1551384000000,1551387600000,1551391200000,1551394800000,1551398400000,1551402000000,1551405600000,1551409200000,1551412800000,1551416400000,1551420000000,1551423600000,1551427200000,1551430800000,1551434400000,1551438000000,1551441600000,1551445200000,1551448800000,1551452400000,1551456000000,1551459600000,1551463200000,1551466800000,1551470400000,1551474000000,1551477600000,1551481200000,1551484800000,1551488400000,1551492000000,1551495600000,1551499200000,1551502800000,1551506400000,1551510000000,1551513600000,1551517200000,1551520800000,1551524400000,1551528000000,1551531600000,1551535200000,1551538800000,1551542400000,1551546000000,1551549600000,1551553200000,1551556800000,1551560400000,1551564000000,1551567600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[630,480,280,70,40,60,2350,710,1040,2170,2810,2060,2210,2100,1640,2350,2560,2030,2430,2370,1990,2260,1710,1150,500,250,30,210,30,260,980,900,1530,1650,1440,1680,2040,1940,1900,2260,2310,3050,1860,2350,2490,3060,2030,980,500,190,90,20,60,170,830,3040,1020,1510,1800,1570,2050,2150,2470,1850,1980,2070,2310,2350,2270,2160,1820,990,190,170,1910,60,20,380,790,1300,1350,1590,1900,2150,2110,2140,2150,2340,2050,2140,2060,2790,2610,2370,1820,760,410,160,100,60,50,170,2920,1140,1140,1360,1610,1800,1960,2340,2120,2250,2130,2130,2160,2210,2330,1980,1430,1050,500,150,1910,80,100,260,640,1000,1280,1180,1430,1660,2180,2450,2060,2310,2070,2010,2290,2510,2060,2190,1860,1080,560,240,70,880,440,370,580,790,1170,1790,1700,1750,1860,2340,2180,2200,2260,2010,1720,1830,2670,1980,1310,990]},{"name":"URL","color":"#2373DB","values":[510,340,100,110,10,20,50,360,610,1050,1570,1500,1340,1310,1850,1710,1250,1760,1950,1630,1680,1690,1570,740,350,240,50,20,40,130,320,780,840,1040,1570,2030,1680,1640,1690,1750,2530,2440,2490,2530,2010,1990,1290,590,220,60,30,10,40,80,420,720,1050,1220,1220,1600,2040,1780,1710,1830,2330,2640,2490,2170,2330,1940,1470,810,360,200,140,20,20,110,550,810,960,1400,1560,1880,1920,1950,1870,2040,2480,2830,2630,2340,2340,1800,1490,670,240,60,30,20,70,90,490,940,810,1440,1530,2030,2290,1840,1650,1780,1770,2610,2660,2160,1870,1890,1150,840,410,170,80,50,50,90,620,1110,1040,1370,1550,1990,2070,1870,1910,1900,2070,2630,2740,2110,1910,1560,1070,840,500,260,110,30,20,30,160,450,820,1290,1600,1760,1920,1540,1560,1700,1600,2040,1980,1710,1340,1100,1160,510]},{"name":"Groups","color":"#9ED448","values":[780,440,200,100,40,50,250,590,920,1130,1470,1310,1220,1250,1220,1430,1340,1270,1690,1850,2860,2290,2250,1430,800,170,100,40,40,590,690,860,880,1320,1320,1430,1790,1640,2040,1600,1620,1600,1830,2060,2230,2860,2220,1440,590,130,140,90,90,450,980,800,970,1180,1040,1400,1700,1650,1710,1310,1590,1390,1760,2060,2770,2720,2160,1460,620,250,160,30,60,290,920,890,960,830,1410,1580,1850,1800,1340,1650,1620,1530,1680,1950,2580,2480,1980,1420,460,100,60,50,90,350,840,940,1000,930,850,1230,1220,1660,1300,1400,1490,1430,1330,2130,1930,2560,2090,1640,450,210,80,30,90,230,860,920,1010,1120,1130,1090,1540,2090,1600,1420,1110,1470,1690,1690,1910,1930,2260,1260,740,360,150,40,50,270,420,820,1290,1040,1550,1170,1740,1740,1420,1370,1180,1260,1740,1540,1470,1870,1730,1580]},{"name":"Channel","color":"#4fae4e","values":[690,80,10,20,10,10,60,50,120,270,200,110,150,120,140,200,240,240,140,170,160,140,120,130,210,30,0,10,0,10,20,50,60,110,50,290,370,170,180,150,220,70,170,200,150,170,220,90,70,0,30,20,0,40,20,80,50,110,80,150,150,130,150,220,180,140,190,120,230,110,190,210,60,50,30,0,0,40,140,120,80,30,80,60,90,140,180,140,210,210,180,220,190,160,80,50,60,30,10,0,0,0,30,20,40,70,130,70,180,160,250,130,200,210,270,130,210,180,200,160,80,70,10,0,0,10,90,30,110,70,70,100,130,150,190,210,300,310,90,180,190,140,280,130,80,30,10,60,10,50,60,60,120,80,240,100,100,250,200,210,160,120,140,90,180,180,180,90]},{"name":"Search","color":"#F5BD25","values":[80,10,20,0,0,40,90,160,460,380,240,280,350,390,180,200,180,390,130,200,260,240,60,60,80,20,30,10,10,90,250,410,280,250,760,690,460,210,270,250,240,240,240,330,300,150,160,100,10,20,0,20,0,90,130,290,290,180,90,350,180,140,130,140,360,110,230,380,140,330,100,50,30,70,20,10,10,20,230,80,240,490,520,660,150,180,330,110,270,230,230,170,340,360,190,0,10,10,0,40,40,180,750,300,290,210,60,110,80,200,160,240,250,190,130,130,350,240,240,460,30,20,0,0,20,390,420,260,240,170,490,220,290,200,230,230,380,180,260,140,210,350,160,130,30,20,0,0,10,40,60,250,300,150,170,80,230,360,420,310,200,220,130,120,260,260,150,150]},{"name":"Other","color":"#F79E39","values":[80,20,30,30,10,20,60,200,210,240,350,260,250,420,260,280,180,280,280,310,260,390,230,250,150,50,20,20,0,50,100,140,220,230,180,180,320,300,330,240,210,390,320,380,390,370,410,140,120,90,0,0,0,50,230,210,240,310,160,270,250,390,260,230,280,440,340,410,350,420,240,70,40,40,40,20,0,40,130,300,250,350,300,330,320,320,260,200,320,290,420,390,420,380,230,150,60,20,10,10,20,60,150,210,200,250,270,370,350,320,280,330,280,350,290,360,370,310,250,190,60,80,10,40,20,50,330,210,250,380,180,250,370,260,360,440,310,270,280,330,330,350,200,120,50,40,20,0,0,30,70,210,180,270,340,310,270,400,240,190,260,290,300,290,350,220,210,150]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,10,10,10,10,0,20,0,0,0,0,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,30,0,10,0,0,0,0,0,0,0,0,10,10,20,10,0,10,0,0,10,10,10,10,20,10,20,10,10,0,0,0,0,0,0,0,0,0,0,0,20,0,10,0,0,20,10,20,0,10,40,10,0,10,0,0,0,0,0,0,0,0,10,30,0,0,0,0,0,0,20,30,30,0,0,10,0,0,0,0,0,0,0,0,10,0,0,10,0,0,10,0,20,20,20,10,10,10,10,20,20,10,10,10,0,0,0,0,0,0,0,20,0,10,0,30,20,20,0,10,10,30,0,20,30,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-02/28.json b/dist/chartDummyData/views_zoom/2019-02/28.json new file mode 100644 index 000000000..8c23cb3d8 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-02/28.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1551052800000,1551056400000,1551060000000,1551063600000,1551067200000,1551070800000,1551074400000,1551078000000,1551081600000,1551085200000,1551088800000,1551092400000,1551096000000,1551099600000,1551103200000,1551106800000,1551110400000,1551114000000,1551117600000,1551121200000,1551124800000,1551128400000,1551132000000,1551135600000,1551139200000,1551142800000,1551146400000,1551150000000,1551153600000,1551157200000,1551160800000,1551164400000,1551168000000,1551171600000,1551175200000,1551178800000,1551182400000,1551186000000,1551189600000,1551193200000,1551196800000,1551200400000,1551204000000,1551207600000,1551211200000,1551214800000,1551218400000,1551222000000,1551225600000,1551229200000,1551232800000,1551236400000,1551240000000,1551243600000,1551247200000,1551250800000,1551254400000,1551258000000,1551261600000,1551265200000,1551268800000,1551272400000,1551276000000,1551279600000,1551283200000,1551286800000,1551290400000,1551294000000,1551297600000,1551301200000,1551304800000,1551308400000,1551312000000,1551315600000,1551319200000,1551322800000,1551326400000,1551330000000,1551333600000,1551337200000,1551340800000,1551344400000,1551348000000,1551351600000,1551355200000,1551358800000,1551362400000,1551366000000,1551369600000,1551373200000,1551376800000,1551380400000,1551384000000,1551387600000,1551391200000,1551394800000,1551398400000,1551402000000,1551405600000,1551409200000,1551412800000,1551416400000,1551420000000,1551423600000,1551427200000,1551430800000,1551434400000,1551438000000,1551441600000,1551445200000,1551448800000,1551452400000,1551456000000,1551459600000,1551463200000,1551466800000,1551470400000,1551474000000,1551477600000,1551481200000,1551484800000,1551488400000,1551492000000,1551495600000,1551499200000,1551502800000,1551506400000,1551510000000,1551513600000,1551517200000,1551520800000,1551524400000,1551528000000,1551531600000,1551535200000,1551538800000,1551542400000,1551546000000,1551549600000,1551553200000,1551556800000,1551560400000,1551564000000,1551567600000,1551571200000,1551574800000,1551578400000,1551582000000,1551585600000,1551589200000,1551592800000,1551596400000,1551600000000,1551603600000,1551607200000,1551610800000,1551614400000,1551618000000,1551621600000,1551625200000,1551628800000,1551632400000,1551636000000,1551639600000,1551643200000,1551646800000,1551650400000,1551654000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[500,250,30,210,30,260,980,900,1530,1650,1440,1680,2040,1940,1900,2260,2310,3050,1860,2350,2490,3060,2030,980,500,190,90,20,60,170,830,3040,1020,1510,1800,1570,2050,2150,2470,1850,1980,2070,2310,2350,2270,2160,1820,990,190,170,1910,60,20,380,790,1300,1350,1590,1900,2150,2110,2140,2150,2340,2050,2140,2060,2790,2610,2370,1820,760,410,160,100,60,50,170,2920,1140,1140,1360,1610,1800,1960,2340,2120,2250,2130,2130,2160,2210,2330,1980,1430,1050,500,150,1910,80,100,260,640,1000,1280,1180,1430,1660,2180,2450,2060,2310,2070,2010,2290,2510,2060,2190,1860,1080,560,240,70,880,440,370,580,790,1170,1790,1700,1750,1860,2340,2180,2200,2260,2010,1720,1830,2670,1980,1310,990,740,420,340,70,130,50,1040,1540,1100,1880,2890,2330,2630,2200,2520,1980,2710,2340,2490,2930,2450,1830,2110,1610]},{"name":"URL","color":"#2373DB","values":[350,240,50,20,40,130,320,780,840,1040,1570,2030,1680,1640,1690,1750,2530,2440,2490,2530,2010,1990,1290,590,220,60,30,10,40,80,420,720,1050,1220,1220,1600,2040,1780,1710,1830,2330,2640,2490,2170,2330,1940,1470,810,360,200,140,20,20,110,550,810,960,1400,1560,1880,1920,1950,1870,2040,2480,2830,2630,2340,2340,1800,1490,670,240,60,30,20,70,90,490,940,810,1440,1530,2030,2290,1840,1650,1780,1770,2610,2660,2160,1870,1890,1150,840,410,170,80,50,50,90,620,1110,1040,1370,1550,1990,2070,1870,1910,1900,2070,2630,2740,2110,1910,1560,1070,840,500,260,110,30,20,30,160,450,820,1290,1600,1760,1920,1540,1560,1700,1600,2040,1980,1710,1340,1100,1160,510,650,260,110,140,10,10,90,240,470,880,1480,1980,1300,1560,1360,1340,1570,1880,1940,1910,1820,1570,970,580]},{"name":"Groups","color":"#9ED448","values":[800,170,100,40,40,590,690,860,880,1320,1320,1430,1790,1640,2040,1600,1620,1600,1830,2060,2230,2860,2220,1440,590,130,140,90,90,450,980,800,970,1180,1040,1400,1700,1650,1710,1310,1590,1390,1760,2060,2770,2720,2160,1460,620,250,160,30,60,290,920,890,960,830,1410,1580,1850,1800,1340,1650,1620,1530,1680,1950,2580,2480,1980,1420,460,100,60,50,90,350,840,940,1000,930,850,1230,1220,1660,1300,1400,1490,1430,1330,2130,1930,2560,2090,1640,450,210,80,30,90,230,860,920,1010,1120,1130,1090,1540,2090,1600,1420,1110,1470,1690,1690,1910,1930,2260,1260,740,360,150,40,50,270,420,820,1290,1040,1550,1170,1740,1740,1420,1370,1180,1260,1740,1540,1470,1870,1730,1580,730,280,190,30,30,80,190,470,840,1240,1560,1370,1390,1020,1270,1260,1290,1340,1650,1620,2100,2120,2310,1720]},{"name":"Channel","color":"#4fae4e","values":[210,30,0,10,0,10,20,50,60,110,50,290,370,170,180,150,220,70,170,200,150,170,220,90,70,0,30,20,0,40,20,80,50,110,80,150,150,130,150,220,180,140,190,120,230,110,190,210,60,50,30,0,0,40,140,120,80,30,80,60,90,140,180,140,210,210,180,220,190,160,80,50,60,30,10,0,0,0,30,20,40,70,130,70,180,160,250,130,200,210,270,130,210,180,200,160,80,70,10,0,0,10,90,30,110,70,70,100,130,150,190,210,300,310,90,180,190,140,280,130,80,30,10,60,10,50,60,60,120,80,240,100,100,250,200,210,160,120,140,90,180,180,180,90,120,100,80,20,20,30,30,90,90,130,160,160,110,430,220,140,170,180,320,280,200,170,170,170]},{"name":"Search","color":"#F5BD25","values":[80,20,30,10,10,90,250,410,280,250,760,690,460,210,270,250,240,240,240,330,300,150,160,100,10,20,0,20,0,90,130,290,290,180,90,350,180,140,130,140,360,110,230,380,140,330,100,50,30,70,20,10,10,20,230,80,240,490,520,660,150,180,330,110,270,230,230,170,340,360,190,0,10,10,0,40,40,180,750,300,290,210,60,110,80,200,160,240,250,190,130,130,350,240,240,460,30,20,0,0,20,390,420,260,240,170,490,220,290,200,230,230,380,180,260,140,210,350,160,130,30,20,0,0,10,40,60,250,300,150,170,80,230,360,420,310,200,220,130,120,260,260,150,150,40,20,10,10,40,30,10,110,350,190,100,340,230,190,330,200,320,350,300,520,190,280,270,50]},{"name":"Other","color":"#F79E39","values":[150,50,20,20,0,50,100,140,220,230,180,180,320,300,330,240,210,390,320,380,390,370,410,140,120,90,0,0,0,50,230,210,240,310,160,270,250,390,260,230,280,440,340,410,350,420,240,70,40,40,40,20,0,40,130,300,250,350,300,330,320,320,260,200,320,290,420,390,420,380,230,150,60,20,10,10,20,60,150,210,200,250,270,370,350,320,280,330,280,350,290,360,370,310,250,190,60,80,10,40,20,50,330,210,250,380,180,250,370,260,360,440,310,270,280,330,330,350,200,120,50,40,20,0,0,30,70,210,180,270,340,310,270,400,240,190,260,290,300,290,350,220,210,150,180,120,20,20,10,10,30,90,140,280,250,220,270,320,300,200,360,330,300,220,300,320,300,210]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,30,0,10,0,0,0,0,0,0,0,0,10,10,20,10,0,10,0,0,10,10,10,10,20,10,20,10,10,0,0,0,0,0,0,0,0,0,0,0,20,0,10,0,0,20,10,20,0,10,40,10,0,10,0,0,0,0,0,0,0,0,10,30,0,0,0,0,0,0,20,30,30,0,0,10,0,0,0,0,0,0,0,0,10,0,0,10,0,0,10,0,20,20,20,10,10,10,10,20,20,10,10,10,0,0,0,0,0,0,0,20,0,10,0,30,20,20,0,10,10,30,0,20,30,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,10,10,50,10,10,20,0,0,30,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/01.json b/dist/chartDummyData/views_zoom/2019-03/01.json new file mode 100644 index 000000000..47e8d5bf6 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/01.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1551139200000,1551142800000,1551146400000,1551150000000,1551153600000,1551157200000,1551160800000,1551164400000,1551168000000,1551171600000,1551175200000,1551178800000,1551182400000,1551186000000,1551189600000,1551193200000,1551196800000,1551200400000,1551204000000,1551207600000,1551211200000,1551214800000,1551218400000,1551222000000,1551225600000,1551229200000,1551232800000,1551236400000,1551240000000,1551243600000,1551247200000,1551250800000,1551254400000,1551258000000,1551261600000,1551265200000,1551268800000,1551272400000,1551276000000,1551279600000,1551283200000,1551286800000,1551290400000,1551294000000,1551297600000,1551301200000,1551304800000,1551308400000,1551312000000,1551315600000,1551319200000,1551322800000,1551326400000,1551330000000,1551333600000,1551337200000,1551340800000,1551344400000,1551348000000,1551351600000,1551355200000,1551358800000,1551362400000,1551366000000,1551369600000,1551373200000,1551376800000,1551380400000,1551384000000,1551387600000,1551391200000,1551394800000,1551398400000,1551402000000,1551405600000,1551409200000,1551412800000,1551416400000,1551420000000,1551423600000,1551427200000,1551430800000,1551434400000,1551438000000,1551441600000,1551445200000,1551448800000,1551452400000,1551456000000,1551459600000,1551463200000,1551466800000,1551470400000,1551474000000,1551477600000,1551481200000,1551484800000,1551488400000,1551492000000,1551495600000,1551499200000,1551502800000,1551506400000,1551510000000,1551513600000,1551517200000,1551520800000,1551524400000,1551528000000,1551531600000,1551535200000,1551538800000,1551542400000,1551546000000,1551549600000,1551553200000,1551556800000,1551560400000,1551564000000,1551567600000,1551571200000,1551574800000,1551578400000,1551582000000,1551585600000,1551589200000,1551592800000,1551596400000,1551600000000,1551603600000,1551607200000,1551610800000,1551614400000,1551618000000,1551621600000,1551625200000,1551628800000,1551632400000,1551636000000,1551639600000,1551643200000,1551646800000,1551650400000,1551654000000,1551657600000,1551661200000,1551664800000,1551668400000,1551672000000,1551675600000,1551679200000,1551682800000,1551686400000,1551690000000,1551693600000,1551697200000,1551700800000,1551704400000,1551708000000,1551711600000,1551715200000,1551718800000,1551722400000,1551726000000,1551729600000,1551733200000,1551736800000,1551740400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[500,190,90,20,60,170,830,3040,1020,1510,1800,1570,2050,2150,2470,1850,1980,2070,2310,2350,2270,2160,1820,990,190,170,1910,60,20,380,790,1300,1350,1590,1900,2150,2110,2140,2150,2340,2050,2140,2060,2790,2610,2370,1820,760,410,160,100,60,50,170,2920,1140,1140,1360,1610,1800,1960,2340,2120,2250,2130,2130,2160,2210,2330,1980,1430,1050,500,150,1910,80,100,260,640,1000,1280,1180,1430,1660,2180,2450,2060,2310,2070,2010,2290,2510,2060,2190,1860,1080,560,240,70,880,440,370,580,790,1170,1790,1700,1750,1860,2340,2180,2200,2260,2010,1720,1830,2670,1980,1310,990,740,420,340,70,130,50,1040,1540,1100,1880,2890,2330,2630,2200,2520,1980,2710,2340,2490,2930,2450,1830,2110,1610,640,160,160,40,130,180,470,1180,1700,2630,2590,2170,1810,2250,1780,2030,2240,2140,1810,2310,2200,2350,2370,1070]},{"name":"URL","color":"#2373DB","values":[220,60,30,10,40,80,420,720,1050,1220,1220,1600,2040,1780,1710,1830,2330,2640,2490,2170,2330,1940,1470,810,360,200,140,20,20,110,550,810,960,1400,1560,1880,1920,1950,1870,2040,2480,2830,2630,2340,2340,1800,1490,670,240,60,30,20,70,90,490,940,810,1440,1530,2030,2290,1840,1650,1780,1770,2610,2660,2160,1870,1890,1150,840,410,170,80,50,50,90,620,1110,1040,1370,1550,1990,2070,1870,1910,1900,2070,2630,2740,2110,1910,1560,1070,840,500,260,110,30,20,30,160,450,820,1290,1600,1760,1920,1540,1560,1700,1600,2040,1980,1710,1340,1100,1160,510,650,260,110,140,10,10,90,240,470,880,1480,1980,1300,1560,1360,1340,1570,1880,1940,1910,1820,1570,970,580,400,60,20,30,30,50,300,820,1030,1080,1530,1810,1860,1800,1620,1930,2180,3020,2580,1890,1730,1620,1250,640]},{"name":"Groups","color":"#9ED448","values":[590,130,140,90,90,450,980,800,970,1180,1040,1400,1700,1650,1710,1310,1590,1390,1760,2060,2770,2720,2160,1460,620,250,160,30,60,290,920,890,960,830,1410,1580,1850,1800,1340,1650,1620,1530,1680,1950,2580,2480,1980,1420,460,100,60,50,90,350,840,940,1000,930,850,1230,1220,1660,1300,1400,1490,1430,1330,2130,1930,2560,2090,1640,450,210,80,30,90,230,860,920,1010,1120,1130,1090,1540,2090,1600,1420,1110,1470,1690,1690,1910,1930,2260,1260,740,360,150,40,50,270,420,820,1290,1040,1550,1170,1740,1740,1420,1370,1180,1260,1740,1540,1470,1870,1730,1580,730,280,190,30,30,80,190,470,840,1240,1560,1370,1390,1020,1270,1260,1290,1340,1650,1620,2100,2120,2310,1720,730,240,160,0,30,280,620,910,1100,1410,1260,1200,1550,1470,1490,1340,1290,1350,1820,1720,2160,2750,2470,1600]},{"name":"Channel","color":"#4fae4e","values":[70,0,30,20,0,40,20,80,50,110,80,150,150,130,150,220,180,140,190,120,230,110,190,210,60,50,30,0,0,40,140,120,80,30,80,60,90,140,180,140,210,210,180,220,190,160,80,50,60,30,10,0,0,0,30,20,40,70,130,70,180,160,250,130,200,210,270,130,210,180,200,160,80,70,10,0,0,10,90,30,110,70,70,100,130,150,190,210,300,310,90,180,190,140,280,130,80,30,10,60,10,50,60,60,120,80,240,100,100,250,200,210,160,120,140,90,180,180,180,90,120,100,80,20,20,30,30,90,90,130,160,160,110,430,220,140,170,180,320,280,200,170,170,170,60,90,10,10,20,10,40,80,100,130,150,170,190,160,90,170,120,150,360,220,100,150,240,180]},{"name":"Search","color":"#F5BD25","values":[10,20,0,20,0,90,130,290,290,180,90,350,180,140,130,140,360,110,230,380,140,330,100,50,30,70,20,10,10,20,230,80,240,490,520,660,150,180,330,110,270,230,230,170,340,360,190,0,10,10,0,40,40,180,750,300,290,210,60,110,80,200,160,240,250,190,130,130,350,240,240,460,30,20,0,0,20,390,420,260,240,170,490,220,290,200,230,230,380,180,260,140,210,350,160,130,30,20,0,0,10,40,60,250,300,150,170,80,230,360,420,310,200,220,130,120,260,260,150,150,40,20,10,10,40,30,10,110,350,190,100,340,230,190,330,200,320,350,300,520,190,280,270,50,30,60,0,0,10,120,190,470,270,220,230,220,160,210,280,170,210,200,490,250,250,290,660,420]},{"name":"Other","color":"#F79E39","values":[120,90,0,0,0,50,230,210,240,310,160,270,250,390,260,230,280,440,340,410,350,420,240,70,40,40,40,20,0,40,130,300,250,350,300,330,320,320,260,200,320,290,420,390,420,380,230,150,60,20,10,10,20,60,150,210,200,250,270,370,350,320,280,330,280,350,290,360,370,310,250,190,60,80,10,40,20,50,330,210,250,380,180,250,370,260,360,440,310,270,280,330,330,350,200,120,50,40,20,0,0,30,70,210,180,270,340,310,270,400,240,190,260,290,300,290,350,220,210,150,180,120,20,20,10,10,30,90,140,280,250,220,270,320,300,200,360,330,300,220,300,320,300,210,120,80,20,10,0,70,140,170,230,230,290,360,420,360,300,250,270,280,340,270,380,300,280,150]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,10,20,10,0,10,0,0,10,10,10,10,20,10,20,10,10,0,0,0,0,0,0,0,0,0,0,0,20,0,10,0,0,20,10,20,0,10,40,10,0,10,0,0,0,0,0,0,0,0,10,30,0,0,0,0,0,0,20,30,30,0,0,10,0,0,0,0,0,0,0,0,10,0,0,10,0,0,10,0,20,20,20,10,10,10,10,20,20,10,10,10,0,0,0,0,0,0,0,20,0,10,0,30,20,20,0,10,10,30,0,20,30,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,10,10,50,10,10,20,0,0,30,0,0,0,0,0,0,0,0,0,10,20,0,10,10,0,20,0,10,10,0,0,20,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/02.json b/dist/chartDummyData/views_zoom/2019-03/02.json new file mode 100644 index 000000000..19de4100c --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/02.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1551225600000,1551229200000,1551232800000,1551236400000,1551240000000,1551243600000,1551247200000,1551250800000,1551254400000,1551258000000,1551261600000,1551265200000,1551268800000,1551272400000,1551276000000,1551279600000,1551283200000,1551286800000,1551290400000,1551294000000,1551297600000,1551301200000,1551304800000,1551308400000,1551312000000,1551315600000,1551319200000,1551322800000,1551326400000,1551330000000,1551333600000,1551337200000,1551340800000,1551344400000,1551348000000,1551351600000,1551355200000,1551358800000,1551362400000,1551366000000,1551369600000,1551373200000,1551376800000,1551380400000,1551384000000,1551387600000,1551391200000,1551394800000,1551398400000,1551402000000,1551405600000,1551409200000,1551412800000,1551416400000,1551420000000,1551423600000,1551427200000,1551430800000,1551434400000,1551438000000,1551441600000,1551445200000,1551448800000,1551452400000,1551456000000,1551459600000,1551463200000,1551466800000,1551470400000,1551474000000,1551477600000,1551481200000,1551484800000,1551488400000,1551492000000,1551495600000,1551499200000,1551502800000,1551506400000,1551510000000,1551513600000,1551517200000,1551520800000,1551524400000,1551528000000,1551531600000,1551535200000,1551538800000,1551542400000,1551546000000,1551549600000,1551553200000,1551556800000,1551560400000,1551564000000,1551567600000,1551571200000,1551574800000,1551578400000,1551582000000,1551585600000,1551589200000,1551592800000,1551596400000,1551600000000,1551603600000,1551607200000,1551610800000,1551614400000,1551618000000,1551621600000,1551625200000,1551628800000,1551632400000,1551636000000,1551639600000,1551643200000,1551646800000,1551650400000,1551654000000,1551657600000,1551661200000,1551664800000,1551668400000,1551672000000,1551675600000,1551679200000,1551682800000,1551686400000,1551690000000,1551693600000,1551697200000,1551700800000,1551704400000,1551708000000,1551711600000,1551715200000,1551718800000,1551722400000,1551726000000,1551729600000,1551733200000,1551736800000,1551740400000,1551744000000,1551747600000,1551751200000,1551754800000,1551758400000,1551762000000,1551765600000,1551769200000,1551772800000,1551776400000,1551780000000,1551783600000,1551787200000,1551790800000,1551794400000,1551798000000,1551801600000,1551805200000,1551808800000,1551812400000,1551816000000,1551819600000,1551823200000,1551826800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[190,170,1910,60,20,380,790,1300,1350,1590,1900,2150,2110,2140,2150,2340,2050,2140,2060,2790,2610,2370,1820,760,410,160,100,60,50,170,2920,1140,1140,1360,1610,1800,1960,2340,2120,2250,2130,2130,2160,2210,2330,1980,1430,1050,500,150,1910,80,100,260,640,1000,1280,1180,1430,1660,2180,2450,2060,2310,2070,2010,2290,2510,2060,2190,1860,1080,560,240,70,880,440,370,580,790,1170,1790,1700,1750,1860,2340,2180,2200,2260,2010,1720,1830,2670,1980,1310,990,740,420,340,70,130,50,1040,1540,1100,1880,2890,2330,2630,2200,2520,1980,2710,2340,2490,2930,2450,1830,2110,1610,640,160,160,40,130,180,470,1180,1700,2630,2590,2170,1810,2250,1780,2030,2240,2140,1810,2310,2200,2350,2370,1070,550,270,110,120,90,170,1890,890,1610,1610,1790,2130,2140,1750,2130,1880,2150,2260,2530,2080,2930,1860,1540,1060]},{"name":"URL","color":"#2373DB","values":[360,200,140,20,20,110,550,810,960,1400,1560,1880,1920,1950,1870,2040,2480,2830,2630,2340,2340,1800,1490,670,240,60,30,20,70,90,490,940,810,1440,1530,2030,2290,1840,1650,1780,1770,2610,2660,2160,1870,1890,1150,840,410,170,80,50,50,90,620,1110,1040,1370,1550,1990,2070,1870,1910,1900,2070,2630,2740,2110,1910,1560,1070,840,500,260,110,30,20,30,160,450,820,1290,1600,1760,1920,1540,1560,1700,1600,2040,1980,1710,1340,1100,1160,510,650,260,110,140,10,10,90,240,470,880,1480,1980,1300,1560,1360,1340,1570,1880,1940,1910,1820,1570,970,580,400,60,20,30,30,50,300,820,1030,1080,1530,1810,1860,1800,1620,1930,2180,3020,2580,1890,1730,1620,1250,640,260,100,70,60,0,70,210,1000,980,1030,1440,1930,1940,1590,1650,1600,2290,2620,2690,2380,2180,1680,1610,700]},{"name":"Groups","color":"#9ED448","values":[620,250,160,30,60,290,920,890,960,830,1410,1580,1850,1800,1340,1650,1620,1530,1680,1950,2580,2480,1980,1420,460,100,60,50,90,350,840,940,1000,930,850,1230,1220,1660,1300,1400,1490,1430,1330,2130,1930,2560,2090,1640,450,210,80,30,90,230,860,920,1010,1120,1130,1090,1540,2090,1600,1420,1110,1470,1690,1690,1910,1930,2260,1260,740,360,150,40,50,270,420,820,1290,1040,1550,1170,1740,1740,1420,1370,1180,1260,1740,1540,1470,1870,1730,1580,730,280,190,30,30,80,190,470,840,1240,1560,1370,1390,1020,1270,1260,1290,1340,1650,1620,2100,2120,2310,1720,730,240,160,0,30,280,620,910,1100,1410,1260,1200,1550,1470,1490,1340,1290,1350,1820,1720,2160,2750,2470,1600,550,300,120,70,60,390,500,760,1120,1000,1290,1330,1580,1460,1300,1560,1470,1610,1630,1760,2250,2850,1880,1550]},{"name":"Channel","color":"#4fae4e","values":[60,50,30,0,0,40,140,120,80,30,80,60,90,140,180,140,210,210,180,220,190,160,80,50,60,30,10,0,0,0,30,20,40,70,130,70,180,160,250,130,200,210,270,130,210,180,200,160,80,70,10,0,0,10,90,30,110,70,70,100,130,150,190,210,300,310,90,180,190,140,280,130,80,30,10,60,10,50,60,60,120,80,240,100,100,250,200,210,160,120,140,90,180,180,180,90,120,100,80,20,20,30,30,90,90,130,160,160,110,430,220,140,170,180,320,280,200,170,170,170,60,90,10,10,20,10,40,80,100,130,150,170,190,160,90,170,120,150,360,220,100,150,240,180,90,60,10,0,10,20,90,30,60,210,140,100,150,190,210,70,90,350,320,150,220,170,230,160]},{"name":"Search","color":"#F5BD25","values":[30,70,20,10,10,20,230,80,240,490,520,660,150,180,330,110,270,230,230,170,340,360,190,0,10,10,0,40,40,180,750,300,290,210,60,110,80,200,160,240,250,190,130,130,350,240,240,460,30,20,0,0,20,390,420,260,240,170,490,220,290,200,230,230,380,180,260,140,210,350,160,130,30,20,0,0,10,40,60,250,300,150,170,80,230,360,420,310,200,220,130,120,260,260,150,150,40,20,10,10,40,30,10,110,350,190,100,340,230,190,330,200,320,350,300,520,190,280,270,50,30,60,0,0,10,120,190,470,270,220,230,220,160,210,280,170,210,200,490,250,250,290,660,420,80,20,0,0,10,30,140,280,260,390,240,390,120,420,330,230,190,230,400,200,750,550,100,50]},{"name":"Other","color":"#F79E39","values":[40,40,40,20,0,40,130,300,250,350,300,330,320,320,260,200,320,290,420,390,420,380,230,150,60,20,10,10,20,60,150,210,200,250,270,370,350,320,280,330,280,350,290,360,370,310,250,190,60,80,10,40,20,50,330,210,250,380,180,250,370,260,360,440,310,270,280,330,330,350,200,120,50,40,20,0,0,30,70,210,180,270,340,310,270,400,240,190,260,290,300,290,350,220,210,150,180,120,20,20,10,10,30,90,140,280,250,220,270,320,300,200,360,330,300,220,300,320,300,210,120,80,20,10,0,70,140,170,230,230,290,360,420,360,300,250,270,280,340,270,380,300,280,150,20,30,20,0,30,30,140,250,170,200,270,210,280,370,430,280,440,350,330,450,530,390,470,210]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,20,0,10,0,0,20,10,20,0,10,40,10,0,10,0,0,0,0,0,0,0,0,10,30,0,0,0,0,0,0,20,30,30,0,0,10,0,0,0,0,0,0,0,0,10,0,0,10,0,0,10,0,20,20,20,10,10,10,10,20,20,10,10,10,0,0,0,0,0,0,0,20,0,10,0,30,20,20,0,10,10,30,0,20,30,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,10,10,50,10,10,20,0,0,30,0,0,0,0,0,0,0,0,0,10,20,0,10,10,0,20,0,10,10,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/03.json b/dist/chartDummyData/views_zoom/2019-03/03.json new file mode 100644 index 000000000..eb9854586 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/03.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1551312000000,1551315600000,1551319200000,1551322800000,1551326400000,1551330000000,1551333600000,1551337200000,1551340800000,1551344400000,1551348000000,1551351600000,1551355200000,1551358800000,1551362400000,1551366000000,1551369600000,1551373200000,1551376800000,1551380400000,1551384000000,1551387600000,1551391200000,1551394800000,1551398400000,1551402000000,1551405600000,1551409200000,1551412800000,1551416400000,1551420000000,1551423600000,1551427200000,1551430800000,1551434400000,1551438000000,1551441600000,1551445200000,1551448800000,1551452400000,1551456000000,1551459600000,1551463200000,1551466800000,1551470400000,1551474000000,1551477600000,1551481200000,1551484800000,1551488400000,1551492000000,1551495600000,1551499200000,1551502800000,1551506400000,1551510000000,1551513600000,1551517200000,1551520800000,1551524400000,1551528000000,1551531600000,1551535200000,1551538800000,1551542400000,1551546000000,1551549600000,1551553200000,1551556800000,1551560400000,1551564000000,1551567600000,1551571200000,1551574800000,1551578400000,1551582000000,1551585600000,1551589200000,1551592800000,1551596400000,1551600000000,1551603600000,1551607200000,1551610800000,1551614400000,1551618000000,1551621600000,1551625200000,1551628800000,1551632400000,1551636000000,1551639600000,1551643200000,1551646800000,1551650400000,1551654000000,1551657600000,1551661200000,1551664800000,1551668400000,1551672000000,1551675600000,1551679200000,1551682800000,1551686400000,1551690000000,1551693600000,1551697200000,1551700800000,1551704400000,1551708000000,1551711600000,1551715200000,1551718800000,1551722400000,1551726000000,1551729600000,1551733200000,1551736800000,1551740400000,1551744000000,1551747600000,1551751200000,1551754800000,1551758400000,1551762000000,1551765600000,1551769200000,1551772800000,1551776400000,1551780000000,1551783600000,1551787200000,1551790800000,1551794400000,1551798000000,1551801600000,1551805200000,1551808800000,1551812400000,1551816000000,1551819600000,1551823200000,1551826800000,1551830400000,1551834000000,1551837600000,1551841200000,1551844800000,1551848400000,1551852000000,1551855600000,1551859200000,1551862800000,1551866400000,1551870000000,1551873600000,1551877200000,1551880800000,1551884400000,1551888000000,1551891600000,1551895200000,1551898800000,1551902400000,1551906000000,1551909600000,1551913200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[410,160,100,60,50,170,2920,1140,1140,1360,1610,1800,1960,2340,2120,2250,2130,2130,2160,2210,2330,1980,1430,1050,500,150,1910,80,100,260,640,1000,1280,1180,1430,1660,2180,2450,2060,2310,2070,2010,2290,2510,2060,2190,1860,1080,560,240,70,880,440,370,580,790,1170,1790,1700,1750,1860,2340,2180,2200,2260,2010,1720,1830,2670,1980,1310,990,740,420,340,70,130,50,1040,1540,1100,1880,2890,2330,2630,2200,2520,1980,2710,2340,2490,2930,2450,1830,2110,1610,640,160,160,40,130,180,470,1180,1700,2630,2590,2170,1810,2250,1780,2030,2240,2140,1810,2310,2200,2350,2370,1070,550,270,110,120,90,170,1890,890,1610,1610,1790,2130,2140,1750,2130,1880,2150,2260,2530,2080,2930,1860,1540,1060,470,340,150,60,130,290,760,2330,1120,1330,1720,2050,1910,2100,1770,1990,1940,2970,2090,2220,2580,2350,1790,1140]},{"name":"URL","color":"#2373DB","values":[240,60,30,20,70,90,490,940,810,1440,1530,2030,2290,1840,1650,1780,1770,2610,2660,2160,1870,1890,1150,840,410,170,80,50,50,90,620,1110,1040,1370,1550,1990,2070,1870,1910,1900,2070,2630,2740,2110,1910,1560,1070,840,500,260,110,30,20,30,160,450,820,1290,1600,1760,1920,1540,1560,1700,1600,2040,1980,1710,1340,1100,1160,510,650,260,110,140,10,10,90,240,470,880,1480,1980,1300,1560,1360,1340,1570,1880,1940,1910,1820,1570,970,580,400,60,20,30,30,50,300,820,1030,1080,1530,1810,1860,1800,1620,1930,2180,3020,2580,1890,1730,1620,1250,640,260,100,70,60,0,70,210,1000,980,1030,1440,1930,1940,1590,1650,1600,2290,2620,2690,2380,2180,1680,1610,700,330,110,80,20,30,80,530,1130,1110,1080,1390,1700,1950,1780,1770,1970,2410,2920,2630,2170,2230,1720,1200,710]},{"name":"Groups","color":"#9ED448","values":[460,100,60,50,90,350,840,940,1000,930,850,1230,1220,1660,1300,1400,1490,1430,1330,2130,1930,2560,2090,1640,450,210,80,30,90,230,860,920,1010,1120,1130,1090,1540,2090,1600,1420,1110,1470,1690,1690,1910,1930,2260,1260,740,360,150,40,50,270,420,820,1290,1040,1550,1170,1740,1740,1420,1370,1180,1260,1740,1540,1470,1870,1730,1580,730,280,190,30,30,80,190,470,840,1240,1560,1370,1390,1020,1270,1260,1290,1340,1650,1620,2100,2120,2310,1720,730,240,160,0,30,280,620,910,1100,1410,1260,1200,1550,1470,1490,1340,1290,1350,1820,1720,2160,2750,2470,1600,550,300,120,70,60,390,500,760,1120,1000,1290,1330,1580,1460,1300,1560,1470,1610,1630,1760,2250,2850,1880,1550,350,230,180,120,30,420,660,760,1160,1060,1270,1320,1690,1550,1360,1570,1200,1880,1560,1840,2620,2980,2370,1400]},{"name":"Channel","color":"#4fae4e","values":[60,30,10,0,0,0,30,20,40,70,130,70,180,160,250,130,200,210,270,130,210,180,200,160,80,70,10,0,0,10,90,30,110,70,70,100,130,150,190,210,300,310,90,180,190,140,280,130,80,30,10,60,10,50,60,60,120,80,240,100,100,250,200,210,160,120,140,90,180,180,180,90,120,100,80,20,20,30,30,90,90,130,160,160,110,430,220,140,170,180,320,280,200,170,170,170,60,90,10,10,20,10,40,80,100,130,150,170,190,160,90,170,120,150,360,220,100,150,240,180,90,60,10,0,10,20,90,30,60,210,140,100,150,190,210,70,90,350,320,150,220,170,230,160,10,40,10,10,10,10,10,40,70,90,60,110,190,90,200,360,200,270,210,160,190,360,260,70]},{"name":"Search","color":"#F5BD25","values":[10,10,0,40,40,180,750,300,290,210,60,110,80,200,160,240,250,190,130,130,350,240,240,460,30,20,0,0,20,390,420,260,240,170,490,220,290,200,230,230,380,180,260,140,210,350,160,130,30,20,0,0,10,40,60,250,300,150,170,80,230,360,420,310,200,220,130,120,260,260,150,150,40,20,10,10,40,30,10,110,350,190,100,340,230,190,330,200,320,350,300,520,190,280,270,50,30,60,0,0,10,120,190,470,270,220,230,220,160,210,280,170,210,200,490,250,250,290,660,420,80,20,0,0,10,30,140,280,260,390,240,390,120,420,330,230,190,230,400,200,750,550,100,50,20,20,0,30,20,0,380,300,250,90,40,380,200,170,100,260,240,220,170,270,210,150,90,140]},{"name":"Other","color":"#F79E39","values":[60,20,10,10,20,60,150,210,200,250,270,370,350,320,280,330,280,350,290,360,370,310,250,190,60,80,10,40,20,50,330,210,250,380,180,250,370,260,360,440,310,270,280,330,330,350,200,120,50,40,20,0,0,30,70,210,180,270,340,310,270,400,240,190,260,290,300,290,350,220,210,150,180,120,20,20,10,10,30,90,140,280,250,220,270,320,300,200,360,330,300,220,300,320,300,210,120,80,20,10,0,70,140,170,230,230,290,360,420,360,300,250,270,280,340,270,380,300,280,150,20,30,20,0,30,30,140,250,170,200,270,210,280,370,430,280,440,350,330,450,530,390,470,210,100,30,10,20,10,60,120,240,210,150,160,210,420,370,390,210,370,510,310,380,530,240,230,170]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,30,0,0,0,0,0,0,20,30,30,0,0,10,0,0,0,0,0,0,0,0,10,0,0,10,0,0,10,0,20,20,20,10,10,10,10,20,20,10,10,10,0,0,0,0,0,0,0,20,0,10,0,30,20,20,0,10,10,30,0,20,30,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,10,10,50,10,10,20,0,0,30,0,0,0,0,0,0,0,0,0,10,20,0,10,10,0,20,0,10,10,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,10,0,0,0,0,0,0,0,0,0,0,20,10,0,10,0,0,0,10,10,0,10,10,20,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/04.json b/dist/chartDummyData/views_zoom/2019-03/04.json new file mode 100644 index 000000000..acbc90b3f --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/04.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1551398400000,1551402000000,1551405600000,1551409200000,1551412800000,1551416400000,1551420000000,1551423600000,1551427200000,1551430800000,1551434400000,1551438000000,1551441600000,1551445200000,1551448800000,1551452400000,1551456000000,1551459600000,1551463200000,1551466800000,1551470400000,1551474000000,1551477600000,1551481200000,1551484800000,1551488400000,1551492000000,1551495600000,1551499200000,1551502800000,1551506400000,1551510000000,1551513600000,1551517200000,1551520800000,1551524400000,1551528000000,1551531600000,1551535200000,1551538800000,1551542400000,1551546000000,1551549600000,1551553200000,1551556800000,1551560400000,1551564000000,1551567600000,1551571200000,1551574800000,1551578400000,1551582000000,1551585600000,1551589200000,1551592800000,1551596400000,1551600000000,1551603600000,1551607200000,1551610800000,1551614400000,1551618000000,1551621600000,1551625200000,1551628800000,1551632400000,1551636000000,1551639600000,1551643200000,1551646800000,1551650400000,1551654000000,1551657600000,1551661200000,1551664800000,1551668400000,1551672000000,1551675600000,1551679200000,1551682800000,1551686400000,1551690000000,1551693600000,1551697200000,1551700800000,1551704400000,1551708000000,1551711600000,1551715200000,1551718800000,1551722400000,1551726000000,1551729600000,1551733200000,1551736800000,1551740400000,1551744000000,1551747600000,1551751200000,1551754800000,1551758400000,1551762000000,1551765600000,1551769200000,1551772800000,1551776400000,1551780000000,1551783600000,1551787200000,1551790800000,1551794400000,1551798000000,1551801600000,1551805200000,1551808800000,1551812400000,1551816000000,1551819600000,1551823200000,1551826800000,1551830400000,1551834000000,1551837600000,1551841200000,1551844800000,1551848400000,1551852000000,1551855600000,1551859200000,1551862800000,1551866400000,1551870000000,1551873600000,1551877200000,1551880800000,1551884400000,1551888000000,1551891600000,1551895200000,1551898800000,1551902400000,1551906000000,1551909600000,1551913200000,1551916800000,1551920400000,1551924000000,1551927600000,1551931200000,1551934800000,1551938400000,1551942000000,1551945600000,1551949200000,1551952800000,1551956400000,1551960000000,1551963600000,1551967200000,1551970800000,1551974400000,1551978000000,1551981600000,1551985200000,1551988800000,1551992400000,1551996000000,1551999600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[500,150,1910,80,100,260,640,1000,1280,1180,1430,1660,2180,2450,2060,2310,2070,2010,2290,2510,2060,2190,1860,1080,560,240,70,880,440,370,580,790,1170,1790,1700,1750,1860,2340,2180,2200,2260,2010,1720,1830,2670,1980,1310,990,740,420,340,70,130,50,1040,1540,1100,1880,2890,2330,2630,2200,2520,1980,2710,2340,2490,2930,2450,1830,2110,1610,640,160,160,40,130,180,470,1180,1700,2630,2590,2170,1810,2250,1780,2030,2240,2140,1810,2310,2200,2350,2370,1070,550,270,110,120,90,170,1890,890,1610,1610,1790,2130,2140,1750,2130,1880,2150,2260,2530,2080,2930,1860,1540,1060,470,340,150,60,130,290,760,2330,1120,1330,1720,2050,1910,2100,1770,1990,1940,2970,2090,2220,2580,2350,1790,1140,390,150,110,40,10,2030,850,940,1060,1740,1650,1770,2390,2210,1860,1770,2060,2230,1950,1870,2670,2640,2140,950]},{"name":"URL","color":"#2373DB","values":[410,170,80,50,50,90,620,1110,1040,1370,1550,1990,2070,1870,1910,1900,2070,2630,2740,2110,1910,1560,1070,840,500,260,110,30,20,30,160,450,820,1290,1600,1760,1920,1540,1560,1700,1600,2040,1980,1710,1340,1100,1160,510,650,260,110,140,10,10,90,240,470,880,1480,1980,1300,1560,1360,1340,1570,1880,1940,1910,1820,1570,970,580,400,60,20,30,30,50,300,820,1030,1080,1530,1810,1860,1800,1620,1930,2180,3020,2580,1890,1730,1620,1250,640,260,100,70,60,0,70,210,1000,980,1030,1440,1930,1940,1590,1650,1600,2290,2620,2690,2380,2180,1680,1610,700,330,110,80,20,30,80,530,1130,1110,1080,1390,1700,1950,1780,1770,1970,2410,2920,2630,2170,2230,1720,1200,710,250,110,90,10,20,60,470,870,1260,1320,1710,1530,1970,1750,1950,1900,2350,2530,2690,2330,1850,1950,1340,810]},{"name":"Groups","color":"#9ED448","values":[450,210,80,30,90,230,860,920,1010,1120,1130,1090,1540,2090,1600,1420,1110,1470,1690,1690,1910,1930,2260,1260,740,360,150,40,50,270,420,820,1290,1040,1550,1170,1740,1740,1420,1370,1180,1260,1740,1540,1470,1870,1730,1580,730,280,190,30,30,80,190,470,840,1240,1560,1370,1390,1020,1270,1260,1290,1340,1650,1620,2100,2120,2310,1720,730,240,160,0,30,280,620,910,1100,1410,1260,1200,1550,1470,1490,1340,1290,1350,1820,1720,2160,2750,2470,1600,550,300,120,70,60,390,500,760,1120,1000,1290,1330,1580,1460,1300,1560,1470,1610,1630,1760,2250,2850,1880,1550,350,230,180,120,30,420,660,760,1160,1060,1270,1320,1690,1550,1360,1570,1200,1880,1560,1840,2620,2980,2370,1400,480,140,40,70,80,380,750,1040,1020,1320,1220,1420,1390,1420,1450,1270,1380,1310,1640,1630,2270,2920,2410,1380]},{"name":"Channel","color":"#4fae4e","values":[80,70,10,0,0,10,90,30,110,70,70,100,130,150,190,210,300,310,90,180,190,140,280,130,80,30,10,60,10,50,60,60,120,80,240,100,100,250,200,210,160,120,140,90,180,180,180,90,120,100,80,20,20,30,30,90,90,130,160,160,110,430,220,140,170,180,320,280,200,170,170,170,60,90,10,10,20,10,40,80,100,130,150,170,190,160,90,170,120,150,360,220,100,150,240,180,90,60,10,0,10,20,90,30,60,210,140,100,150,190,210,70,90,350,320,150,220,170,230,160,10,40,10,10,10,10,10,40,70,90,60,110,190,90,200,360,200,270,210,160,190,360,260,70,130,80,30,0,20,10,20,30,50,90,90,70,150,170,170,220,120,140,140,140,180,230,80,100]},{"name":"Search","color":"#F5BD25","values":[30,20,0,0,20,390,420,260,240,170,490,220,290,200,230,230,380,180,260,140,210,350,160,130,30,20,0,0,10,40,60,250,300,150,170,80,230,360,420,310,200,220,130,120,260,260,150,150,40,20,10,10,40,30,10,110,350,190,100,340,230,190,330,200,320,350,300,520,190,280,270,50,30,60,0,0,10,120,190,470,270,220,230,220,160,210,280,170,210,200,490,250,250,290,660,420,80,20,0,0,10,30,140,280,260,390,240,390,120,420,330,230,190,230,400,200,750,550,100,50,20,20,0,30,20,0,380,300,250,90,40,380,200,170,100,260,240,220,170,270,210,150,90,140,120,20,0,0,0,20,410,170,170,300,210,90,180,660,200,230,370,690,260,270,410,200,420,90]},{"name":"Other","color":"#F79E39","values":[60,80,10,40,20,50,330,210,250,380,180,250,370,260,360,440,310,270,280,330,330,350,200,120,50,40,20,0,0,30,70,210,180,270,340,310,270,400,240,190,260,290,300,290,350,220,210,150,180,120,20,20,10,10,30,90,140,280,250,220,270,320,300,200,360,330,300,220,300,320,300,210,120,80,20,10,0,70,140,170,230,230,290,360,420,360,300,250,270,280,340,270,380,300,280,150,20,30,20,0,30,30,140,250,170,200,270,210,280,370,430,280,440,350,330,450,530,390,470,210,100,30,10,20,10,60,120,240,210,150,160,210,420,370,390,210,370,510,310,380,530,240,230,170,150,20,20,40,10,0,130,230,250,240,290,260,260,300,340,280,330,320,360,350,290,340,270,170]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,0,10,0,0,10,0,20,20,20,10,10,10,10,20,20,10,10,10,0,0,0,0,0,0,0,20,0,10,0,30,20,20,0,10,10,30,0,20,30,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,10,10,50,10,10,20,0,0,30,0,0,0,0,0,0,0,0,0,10,20,0,10,10,0,20,0,10,10,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,10,0,0,0,0,0,0,0,0,0,0,20,10,0,10,0,0,0,10,10,0,10,10,20,0,0,0,0,0,0,0,0,0,10,20,10,20,0,20,20,0,10,10,10,30,20,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/05.json b/dist/chartDummyData/views_zoom/2019-03/05.json new file mode 100644 index 000000000..5e72c0487 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/05.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1551484800000,1551488400000,1551492000000,1551495600000,1551499200000,1551502800000,1551506400000,1551510000000,1551513600000,1551517200000,1551520800000,1551524400000,1551528000000,1551531600000,1551535200000,1551538800000,1551542400000,1551546000000,1551549600000,1551553200000,1551556800000,1551560400000,1551564000000,1551567600000,1551571200000,1551574800000,1551578400000,1551582000000,1551585600000,1551589200000,1551592800000,1551596400000,1551600000000,1551603600000,1551607200000,1551610800000,1551614400000,1551618000000,1551621600000,1551625200000,1551628800000,1551632400000,1551636000000,1551639600000,1551643200000,1551646800000,1551650400000,1551654000000,1551657600000,1551661200000,1551664800000,1551668400000,1551672000000,1551675600000,1551679200000,1551682800000,1551686400000,1551690000000,1551693600000,1551697200000,1551700800000,1551704400000,1551708000000,1551711600000,1551715200000,1551718800000,1551722400000,1551726000000,1551729600000,1551733200000,1551736800000,1551740400000,1551744000000,1551747600000,1551751200000,1551754800000,1551758400000,1551762000000,1551765600000,1551769200000,1551772800000,1551776400000,1551780000000,1551783600000,1551787200000,1551790800000,1551794400000,1551798000000,1551801600000,1551805200000,1551808800000,1551812400000,1551816000000,1551819600000,1551823200000,1551826800000,1551830400000,1551834000000,1551837600000,1551841200000,1551844800000,1551848400000,1551852000000,1551855600000,1551859200000,1551862800000,1551866400000,1551870000000,1551873600000,1551877200000,1551880800000,1551884400000,1551888000000,1551891600000,1551895200000,1551898800000,1551902400000,1551906000000,1551909600000,1551913200000,1551916800000,1551920400000,1551924000000,1551927600000,1551931200000,1551934800000,1551938400000,1551942000000,1551945600000,1551949200000,1551952800000,1551956400000,1551960000000,1551963600000,1551967200000,1551970800000,1551974400000,1551978000000,1551981600000,1551985200000,1551988800000,1551992400000,1551996000000,1551999600000,1552003200000,1552006800000,1552010400000,1552014000000,1552017600000,1552021200000,1552024800000,1552028400000,1552032000000,1552035600000,1552039200000,1552042800000,1552046400000,1552050000000,1552053600000,1552057200000,1552060800000,1552064400000,1552068000000,1552071600000,1552075200000,1552078800000,1552082400000,1552086000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[560,240,70,880,440,370,580,790,1170,1790,1700,1750,1860,2340,2180,2200,2260,2010,1720,1830,2670,1980,1310,990,740,420,340,70,130,50,1040,1540,1100,1880,2890,2330,2630,2200,2520,1980,2710,2340,2490,2930,2450,1830,2110,1610,640,160,160,40,130,180,470,1180,1700,2630,2590,2170,1810,2250,1780,2030,2240,2140,1810,2310,2200,2350,2370,1070,550,270,110,120,90,170,1890,890,1610,1610,1790,2130,2140,1750,2130,1880,2150,2260,2530,2080,2930,1860,1540,1060,470,340,150,60,130,290,760,2330,1120,1330,1720,2050,1910,2100,1770,1990,1940,2970,2090,2220,2580,2350,1790,1140,390,150,110,40,10,2030,850,940,1060,1740,1650,1770,2390,2210,1860,1770,2060,2230,1950,1870,2670,2640,2140,950,550,100,310,1590,70,330,820,1030,1210,1590,1890,1820,1990,2830,2210,1940,1880,2390,2300,2620,3310,2220,1780,960]},{"name":"URL","color":"#2373DB","values":[500,260,110,30,20,30,160,450,820,1290,1600,1760,1920,1540,1560,1700,1600,2040,1980,1710,1340,1100,1160,510,650,260,110,140,10,10,90,240,470,880,1480,1980,1300,1560,1360,1340,1570,1880,1940,1910,1820,1570,970,580,400,60,20,30,30,50,300,820,1030,1080,1530,1810,1860,1800,1620,1930,2180,3020,2580,1890,1730,1620,1250,640,260,100,70,60,0,70,210,1000,980,1030,1440,1930,1940,1590,1650,1600,2290,2620,2690,2380,2180,1680,1610,700,330,110,80,20,30,80,530,1130,1110,1080,1390,1700,1950,1780,1770,1970,2410,2920,2630,2170,2230,1720,1200,710,250,110,90,10,20,60,470,870,1260,1320,1710,1530,1970,1750,1950,1900,2350,2530,2690,2330,1850,1950,1340,810,390,180,60,10,20,180,460,910,1120,1100,1520,1580,2000,2020,1600,2150,2070,2880,2420,2220,2040,1310,910,660]},{"name":"Groups","color":"#9ED448","values":[740,360,150,40,50,270,420,820,1290,1040,1550,1170,1740,1740,1420,1370,1180,1260,1740,1540,1470,1870,1730,1580,730,280,190,30,30,80,190,470,840,1240,1560,1370,1390,1020,1270,1260,1290,1340,1650,1620,2100,2120,2310,1720,730,240,160,0,30,280,620,910,1100,1410,1260,1200,1550,1470,1490,1340,1290,1350,1820,1720,2160,2750,2470,1600,550,300,120,70,60,390,500,760,1120,1000,1290,1330,1580,1460,1300,1560,1470,1610,1630,1760,2250,2850,1880,1550,350,230,180,120,30,420,660,760,1160,1060,1270,1320,1690,1550,1360,1570,1200,1880,1560,1840,2620,2980,2370,1400,480,140,40,70,80,380,750,1040,1020,1320,1220,1420,1390,1420,1450,1270,1380,1310,1640,1630,2270,2920,2410,1380,590,180,100,50,40,410,700,1170,1060,1360,1150,1330,1300,1400,1320,950,1010,1480,1660,1780,2300,2280,1940,1620]},{"name":"Channel","color":"#4fae4e","values":[80,30,10,60,10,50,60,60,120,80,240,100,100,250,200,210,160,120,140,90,180,180,180,90,120,100,80,20,20,30,30,90,90,130,160,160,110,430,220,140,170,180,320,280,200,170,170,170,60,90,10,10,20,10,40,80,100,130,150,170,190,160,90,170,120,150,360,220,100,150,240,180,90,60,10,0,10,20,90,30,60,210,140,100,150,190,210,70,90,350,320,150,220,170,230,160,10,40,10,10,10,10,10,40,70,90,60,110,190,90,200,360,200,270,210,160,190,360,260,70,130,80,30,0,20,10,20,30,50,90,90,70,150,170,170,220,120,140,140,140,180,230,80,100,40,30,20,10,0,0,20,40,60,40,80,350,130,120,100,90,90,110,170,100,240,170,280,110]},{"name":"Search","color":"#F5BD25","values":[30,20,0,0,10,40,60,250,300,150,170,80,230,360,420,310,200,220,130,120,260,260,150,150,40,20,10,10,40,30,10,110,350,190,100,340,230,190,330,200,320,350,300,520,190,280,270,50,30,60,0,0,10,120,190,470,270,220,230,220,160,210,280,170,210,200,490,250,250,290,660,420,80,20,0,0,10,30,140,280,260,390,240,390,120,420,330,230,190,230,400,200,750,550,100,50,20,20,0,30,20,0,380,300,250,90,40,380,200,170,100,260,240,220,170,270,210,150,90,140,120,20,0,0,0,20,410,170,170,300,210,90,180,660,200,230,370,690,260,270,410,200,420,90,10,20,20,10,0,70,190,100,390,200,290,460,150,210,290,140,320,220,120,160,230,170,140,240]},{"name":"Other","color":"#F79E39","values":[50,40,20,0,0,30,70,210,180,270,340,310,270,400,240,190,260,290,300,290,350,220,210,150,180,120,20,20,10,10,30,90,140,280,250,220,270,320,300,200,360,330,300,220,300,320,300,210,120,80,20,10,0,70,140,170,230,230,290,360,420,360,300,250,270,280,340,270,380,300,280,150,20,30,20,0,30,30,140,250,170,200,270,210,280,370,430,280,440,350,330,450,530,390,470,210,100,30,10,20,10,60,120,240,210,150,160,210,420,370,390,210,370,510,310,380,530,240,230,170,150,20,20,40,10,0,130,230,250,240,290,260,260,300,340,280,330,320,360,350,290,340,270,170,50,20,30,20,40,80,130,170,310,200,240,280,260,290,320,330,220,280,270,260,290,350,290,170]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,0,0,20,0,10,0,30,20,20,0,10,10,30,0,20,30,0,0,0,0,0,0,0,0,0,0,0,10,0,20,0,10,10,10,50,10,10,20,0,0,30,0,0,0,0,0,0,0,0,0,10,20,0,10,10,0,20,0,10,10,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,10,0,0,0,0,0,0,0,0,0,0,20,10,0,10,0,0,0,10,10,0,10,10,20,0,0,0,0,0,0,0,0,0,10,20,10,20,0,20,20,0,10,10,10,30,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,30,10,20,40,20,20,10,20,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/06.json b/dist/chartDummyData/views_zoom/2019-03/06.json new file mode 100644 index 000000000..e93419121 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/06.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1551571200000,1551574800000,1551578400000,1551582000000,1551585600000,1551589200000,1551592800000,1551596400000,1551600000000,1551603600000,1551607200000,1551610800000,1551614400000,1551618000000,1551621600000,1551625200000,1551628800000,1551632400000,1551636000000,1551639600000,1551643200000,1551646800000,1551650400000,1551654000000,1551657600000,1551661200000,1551664800000,1551668400000,1551672000000,1551675600000,1551679200000,1551682800000,1551686400000,1551690000000,1551693600000,1551697200000,1551700800000,1551704400000,1551708000000,1551711600000,1551715200000,1551718800000,1551722400000,1551726000000,1551729600000,1551733200000,1551736800000,1551740400000,1551744000000,1551747600000,1551751200000,1551754800000,1551758400000,1551762000000,1551765600000,1551769200000,1551772800000,1551776400000,1551780000000,1551783600000,1551787200000,1551790800000,1551794400000,1551798000000,1551801600000,1551805200000,1551808800000,1551812400000,1551816000000,1551819600000,1551823200000,1551826800000,1551830400000,1551834000000,1551837600000,1551841200000,1551844800000,1551848400000,1551852000000,1551855600000,1551859200000,1551862800000,1551866400000,1551870000000,1551873600000,1551877200000,1551880800000,1551884400000,1551888000000,1551891600000,1551895200000,1551898800000,1551902400000,1551906000000,1551909600000,1551913200000,1551916800000,1551920400000,1551924000000,1551927600000,1551931200000,1551934800000,1551938400000,1551942000000,1551945600000,1551949200000,1551952800000,1551956400000,1551960000000,1551963600000,1551967200000,1551970800000,1551974400000,1551978000000,1551981600000,1551985200000,1551988800000,1551992400000,1551996000000,1551999600000,1552003200000,1552006800000,1552010400000,1552014000000,1552017600000,1552021200000,1552024800000,1552028400000,1552032000000,1552035600000,1552039200000,1552042800000,1552046400000,1552050000000,1552053600000,1552057200000,1552060800000,1552064400000,1552068000000,1552071600000,1552075200000,1552078800000,1552082400000,1552086000000,1552089600000,1552093200000,1552096800000,1552100400000,1552104000000,1552107600000,1552111200000,1552114800000,1552118400000,1552122000000,1552125600000,1552129200000,1552132800000,1552136400000,1552140000000,1552143600000,1552147200000,1552150800000,1552154400000,1552158000000,1552161600000,1552165200000,1552168800000,1552172400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[740,420,340,70,130,50,1040,1540,1100,1880,2890,2330,2630,2200,2520,1980,2710,2340,2490,2930,2450,1830,2110,1610,640,160,160,40,130,180,470,1180,1700,2630,2590,2170,1810,2250,1780,2030,2240,2140,1810,2310,2200,2350,2370,1070,550,270,110,120,90,170,1890,890,1610,1610,1790,2130,2140,1750,2130,1880,2150,2260,2530,2080,2930,1860,1540,1060,470,340,150,60,130,290,760,2330,1120,1330,1720,2050,1910,2100,1770,1990,1940,2970,2090,2220,2580,2350,1790,1140,390,150,110,40,10,2030,850,940,1060,1740,1650,1770,2390,2210,1860,1770,2060,2230,1950,1870,2670,2640,2140,950,550,100,310,1590,70,330,820,1030,1210,1590,1890,1820,1990,2830,2210,1940,1880,2390,2300,2620,3310,2220,1780,960,610,570,310,60,100,180,400,1270,1500,1750,1420,2060,2340,2120,2620,1790,2360,2070,2190,2950,2570,2020,1500,840]},{"name":"URL","color":"#2373DB","values":[650,260,110,140,10,10,90,240,470,880,1480,1980,1300,1560,1360,1340,1570,1880,1940,1910,1820,1570,970,580,400,60,20,30,30,50,300,820,1030,1080,1530,1810,1860,1800,1620,1930,2180,3020,2580,1890,1730,1620,1250,640,260,100,70,60,0,70,210,1000,980,1030,1440,1930,1940,1590,1650,1600,2290,2620,2690,2380,2180,1680,1610,700,330,110,80,20,30,80,530,1130,1110,1080,1390,1700,1950,1780,1770,1970,2410,2920,2630,2170,2230,1720,1200,710,250,110,90,10,20,60,470,870,1260,1320,1710,1530,1970,1750,1950,1900,2350,2530,2690,2330,1850,1950,1340,810,390,180,60,10,20,180,460,910,1120,1100,1520,1580,2000,2020,1600,2150,2070,2880,2420,2220,2040,1310,910,660,400,300,150,40,10,100,280,490,1150,1120,1680,1770,1890,1970,1590,1780,1630,1770,1940,1820,1120,970,830,780]},{"name":"Groups","color":"#9ED448","values":[730,280,190,30,30,80,190,470,840,1240,1560,1370,1390,1020,1270,1260,1290,1340,1650,1620,2100,2120,2310,1720,730,240,160,0,30,280,620,910,1100,1410,1260,1200,1550,1470,1490,1340,1290,1350,1820,1720,2160,2750,2470,1600,550,300,120,70,60,390,500,760,1120,1000,1290,1330,1580,1460,1300,1560,1470,1610,1630,1760,2250,2850,1880,1550,350,230,180,120,30,420,660,760,1160,1060,1270,1320,1690,1550,1360,1570,1200,1880,1560,1840,2620,2980,2370,1400,480,140,40,70,80,380,750,1040,1020,1320,1220,1420,1390,1420,1450,1270,1380,1310,1640,1630,2270,2920,2410,1380,590,180,100,50,40,410,700,1170,1060,1360,1150,1330,1300,1400,1320,950,1010,1480,1660,1780,2300,2280,1940,1620,870,450,130,20,80,160,410,720,1000,1150,1610,1350,1580,1510,1350,1420,1140,1800,1550,1570,1850,1920,1750,1510]},{"name":"Channel","color":"#4fae4e","values":[120,100,80,20,20,30,30,90,90,130,160,160,110,430,220,140,170,180,320,280,200,170,170,170,60,90,10,10,20,10,40,80,100,130,150,170,190,160,90,170,120,150,360,220,100,150,240,180,90,60,10,0,10,20,90,30,60,210,140,100,150,190,210,70,90,350,320,150,220,170,230,160,10,40,10,10,10,10,10,40,70,90,60,110,190,90,200,360,200,270,210,160,190,360,260,70,130,80,30,0,20,10,20,30,50,90,90,70,150,170,170,220,120,140,140,140,180,230,80,100,40,30,20,10,0,0,20,40,60,40,80,350,130,120,100,90,90,110,170,100,240,170,280,110,40,180,50,0,0,0,50,40,130,140,120,100,240,180,270,170,150,150,90,60,100,90,160,100]},{"name":"Search","color":"#F5BD25","values":[40,20,10,10,40,30,10,110,350,190,100,340,230,190,330,200,320,350,300,520,190,280,270,50,30,60,0,0,10,120,190,470,270,220,230,220,160,210,280,170,210,200,490,250,250,290,660,420,80,20,0,0,10,30,140,280,260,390,240,390,120,420,330,230,190,230,400,200,750,550,100,50,20,20,0,30,20,0,380,300,250,90,40,380,200,170,100,260,240,220,170,270,210,150,90,140,120,20,0,0,0,20,410,170,170,300,210,90,180,660,200,230,370,690,260,270,410,200,420,90,10,20,20,10,0,70,190,100,390,200,290,460,150,210,290,140,320,220,120,160,230,170,140,240,10,10,10,0,10,20,50,280,180,330,250,130,140,230,380,80,130,450,130,380,240,350,70,130]},{"name":"Other","color":"#F79E39","values":[180,120,20,20,10,10,30,90,140,280,250,220,270,320,300,200,360,330,300,220,300,320,300,210,120,80,20,10,0,70,140,170,230,230,290,360,420,360,300,250,270,280,340,270,380,300,280,150,20,30,20,0,30,30,140,250,170,200,270,210,280,370,430,280,440,350,330,450,530,390,470,210,100,30,10,20,10,60,120,240,210,150,160,210,420,370,390,210,370,510,310,380,530,240,230,170,150,20,20,40,10,0,130,230,250,240,290,260,260,300,340,280,330,320,360,350,290,340,270,170,50,20,30,20,40,80,130,170,310,200,240,280,260,290,320,330,220,280,270,260,290,350,290,170,60,60,40,70,0,20,70,150,210,330,310,260,360,260,250,250,290,200,270,210,320,130,210,80]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,10,0,20,0,10,10,10,50,10,10,20,0,0,30,0,0,0,0,0,0,0,0,0,10,20,0,10,10,0,20,0,10,10,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,10,0,0,0,0,0,0,0,0,0,0,20,10,0,10,0,0,0,10,10,0,10,10,20,0,0,0,0,0,0,0,0,0,10,20,10,20,0,20,20,0,10,10,10,30,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,30,10,20,40,20,20,10,20,0,10,0,0,0,0,0,0,0,0,10,0,30,20,0,20,20,0,0,10,10,0,10,10,10,20]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/07.json b/dist/chartDummyData/views_zoom/2019-03/07.json new file mode 100644 index 000000000..527bb1a11 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/07.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1551657600000,1551661200000,1551664800000,1551668400000,1551672000000,1551675600000,1551679200000,1551682800000,1551686400000,1551690000000,1551693600000,1551697200000,1551700800000,1551704400000,1551708000000,1551711600000,1551715200000,1551718800000,1551722400000,1551726000000,1551729600000,1551733200000,1551736800000,1551740400000,1551744000000,1551747600000,1551751200000,1551754800000,1551758400000,1551762000000,1551765600000,1551769200000,1551772800000,1551776400000,1551780000000,1551783600000,1551787200000,1551790800000,1551794400000,1551798000000,1551801600000,1551805200000,1551808800000,1551812400000,1551816000000,1551819600000,1551823200000,1551826800000,1551830400000,1551834000000,1551837600000,1551841200000,1551844800000,1551848400000,1551852000000,1551855600000,1551859200000,1551862800000,1551866400000,1551870000000,1551873600000,1551877200000,1551880800000,1551884400000,1551888000000,1551891600000,1551895200000,1551898800000,1551902400000,1551906000000,1551909600000,1551913200000,1551916800000,1551920400000,1551924000000,1551927600000,1551931200000,1551934800000,1551938400000,1551942000000,1551945600000,1551949200000,1551952800000,1551956400000,1551960000000,1551963600000,1551967200000,1551970800000,1551974400000,1551978000000,1551981600000,1551985200000,1551988800000,1551992400000,1551996000000,1551999600000,1552003200000,1552006800000,1552010400000,1552014000000,1552017600000,1552021200000,1552024800000,1552028400000,1552032000000,1552035600000,1552039200000,1552042800000,1552046400000,1552050000000,1552053600000,1552057200000,1552060800000,1552064400000,1552068000000,1552071600000,1552075200000,1552078800000,1552082400000,1552086000000,1552089600000,1552093200000,1552096800000,1552100400000,1552104000000,1552107600000,1552111200000,1552114800000,1552118400000,1552122000000,1552125600000,1552129200000,1552132800000,1552136400000,1552140000000,1552143600000,1552147200000,1552150800000,1552154400000,1552158000000,1552161600000,1552165200000,1552168800000,1552172400000,1552176000000,1552179600000,1552183200000,1552186800000,1552190400000,1552194000000,1552197600000,1552201200000,1552204800000,1552208400000,1552212000000,1552215600000,1552219200000,1552222800000,1552226400000,1552230000000,1552233600000,1552237200000,1552240800000,1552244400000,1552248000000,1552251600000,1552255200000,1552258800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[640,160,160,40,130,180,470,1180,1700,2630,2590,2170,1810,2250,1780,2030,2240,2140,1810,2310,2200,2350,2370,1070,550,270,110,120,90,170,1890,890,1610,1610,1790,2130,2140,1750,2130,1880,2150,2260,2530,2080,2930,1860,1540,1060,470,340,150,60,130,290,760,2330,1120,1330,1720,2050,1910,2100,1770,1990,1940,2970,2090,2220,2580,2350,1790,1140,390,150,110,40,10,2030,850,940,1060,1740,1650,1770,2390,2210,1860,1770,2060,2230,1950,1870,2670,2640,2140,950,550,100,310,1590,70,330,820,1030,1210,1590,1890,1820,1990,2830,2210,1940,1880,2390,2300,2620,3310,2220,1780,960,610,570,310,60,100,180,400,1270,1500,1750,1420,2060,2340,2120,2620,1790,2360,2070,2190,2950,2570,2020,1500,840,1050,470,310,150,110,130,1170,670,1330,1610,3640,2100,4320,3390,2310,2400,1840,2660,2730,2500,2560,2610,2260,1740]},{"name":"URL","color":"#2373DB","values":[400,60,20,30,30,50,300,820,1030,1080,1530,1810,1860,1800,1620,1930,2180,3020,2580,1890,1730,1620,1250,640,260,100,70,60,0,70,210,1000,980,1030,1440,1930,1940,1590,1650,1600,2290,2620,2690,2380,2180,1680,1610,700,330,110,80,20,30,80,530,1130,1110,1080,1390,1700,1950,1780,1770,1970,2410,2920,2630,2170,2230,1720,1200,710,250,110,90,10,20,60,470,870,1260,1320,1710,1530,1970,1750,1950,1900,2350,2530,2690,2330,1850,1950,1340,810,390,180,60,10,20,180,460,910,1120,1100,1520,1580,2000,2020,1600,2150,2070,2880,2420,2220,2040,1310,910,660,400,300,150,40,10,100,280,490,1150,1120,1680,1770,1890,1970,1590,1780,1630,1770,1940,1820,1120,970,830,780,430,560,180,50,0,50,60,260,740,1190,1310,1520,1330,1290,1550,1590,1320,1270,1500,1800,1560,1350,940,650]},{"name":"Groups","color":"#9ED448","values":[730,240,160,0,30,280,620,910,1100,1410,1260,1200,1550,1470,1490,1340,1290,1350,1820,1720,2160,2750,2470,1600,550,300,120,70,60,390,500,760,1120,1000,1290,1330,1580,1460,1300,1560,1470,1610,1630,1760,2250,2850,1880,1550,350,230,180,120,30,420,660,760,1160,1060,1270,1320,1690,1550,1360,1570,1200,1880,1560,1840,2620,2980,2370,1400,480,140,40,70,80,380,750,1040,1020,1320,1220,1420,1390,1420,1450,1270,1380,1310,1640,1630,2270,2920,2410,1380,590,180,100,50,40,410,700,1170,1060,1360,1150,1330,1300,1400,1320,950,1010,1480,1660,1780,2300,2280,1940,1620,870,450,130,20,80,160,410,720,1000,1150,1610,1350,1580,1510,1350,1420,1140,1800,1550,1570,1850,1920,1750,1510,1180,520,230,70,90,110,210,570,1020,1290,1110,1570,1390,1390,1220,1440,1260,1570,1340,1630,2200,2450,2230,1800]},{"name":"Channel","color":"#4fae4e","values":[60,90,10,10,20,10,40,80,100,130,150,170,190,160,90,170,120,150,360,220,100,150,240,180,90,60,10,0,10,20,90,30,60,210,140,100,150,190,210,70,90,350,320,150,220,170,230,160,10,40,10,10,10,10,10,40,70,90,60,110,190,90,200,360,200,270,210,160,190,360,260,70,130,80,30,0,20,10,20,30,50,90,90,70,150,170,170,220,120,140,140,140,180,230,80,100,40,30,20,10,0,0,20,40,60,40,80,350,130,120,100,90,90,110,170,100,240,170,280,110,40,180,50,0,0,0,50,40,130,140,120,100,240,180,270,170,150,150,90,60,100,90,160,100,90,60,20,10,30,0,10,70,50,110,70,230,200,120,130,200,190,170,160,200,210,200,480,230]},{"name":"Search","color":"#F5BD25","values":[30,60,0,0,10,120,190,470,270,220,230,220,160,210,280,170,210,200,490,250,250,290,660,420,80,20,0,0,10,30,140,280,260,390,240,390,120,420,330,230,190,230,400,200,750,550,100,50,20,20,0,30,20,0,380,300,250,90,40,380,200,170,100,260,240,220,170,270,210,150,90,140,120,20,0,0,0,20,410,170,170,300,210,90,180,660,200,230,370,690,260,270,410,200,420,90,10,20,20,10,0,70,190,100,390,200,290,460,150,210,290,140,320,220,120,160,230,170,140,240,10,10,10,0,10,20,50,280,180,330,250,130,140,230,380,80,130,450,130,380,240,350,70,130,80,10,10,40,0,60,20,60,420,140,300,400,280,220,240,70,150,410,130,330,150,120,160,110]},{"name":"Other","color":"#F79E39","values":[120,80,20,10,0,70,140,170,230,230,290,360,420,360,300,250,270,280,340,270,380,300,280,150,20,30,20,0,30,30,140,250,170,200,270,210,280,370,430,280,440,350,330,450,530,390,470,210,100,30,10,20,10,60,120,240,210,150,160,210,420,370,390,210,370,510,310,380,530,240,230,170,150,20,20,40,10,0,130,230,250,240,290,260,260,300,340,280,330,320,360,350,290,340,270,170,50,20,30,20,40,80,130,170,310,200,240,280,260,290,320,330,220,280,270,260,290,350,290,170,60,60,40,70,0,20,70,150,210,330,310,260,360,260,250,250,290,200,270,210,320,130,210,80,60,70,30,60,30,20,110,130,230,310,290,270,340,390,240,190,240,250,200,330,270,310,210,180]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,20,0,10,10,0,20,0,10,10,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,10,0,0,0,0,0,0,0,0,0,0,20,10,0,10,0,0,0,10,10,0,10,10,20,0,0,0,0,0,0,0,0,0,10,20,10,20,0,20,20,0,10,10,10,30,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,30,10,20,40,20,20,10,20,0,10,0,0,0,0,0,0,0,0,10,0,30,20,0,20,20,0,0,10,10,0,10,10,10,20,0,10,0,0,0,0,0,0,10,0,0,10,10,30,20,10,0,20,20,0,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/08.json b/dist/chartDummyData/views_zoom/2019-03/08.json new file mode 100644 index 000000000..cc1ee5849 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/08.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1551744000000,1551747600000,1551751200000,1551754800000,1551758400000,1551762000000,1551765600000,1551769200000,1551772800000,1551776400000,1551780000000,1551783600000,1551787200000,1551790800000,1551794400000,1551798000000,1551801600000,1551805200000,1551808800000,1551812400000,1551816000000,1551819600000,1551823200000,1551826800000,1551830400000,1551834000000,1551837600000,1551841200000,1551844800000,1551848400000,1551852000000,1551855600000,1551859200000,1551862800000,1551866400000,1551870000000,1551873600000,1551877200000,1551880800000,1551884400000,1551888000000,1551891600000,1551895200000,1551898800000,1551902400000,1551906000000,1551909600000,1551913200000,1551916800000,1551920400000,1551924000000,1551927600000,1551931200000,1551934800000,1551938400000,1551942000000,1551945600000,1551949200000,1551952800000,1551956400000,1551960000000,1551963600000,1551967200000,1551970800000,1551974400000,1551978000000,1551981600000,1551985200000,1551988800000,1551992400000,1551996000000,1551999600000,1552003200000,1552006800000,1552010400000,1552014000000,1552017600000,1552021200000,1552024800000,1552028400000,1552032000000,1552035600000,1552039200000,1552042800000,1552046400000,1552050000000,1552053600000,1552057200000,1552060800000,1552064400000,1552068000000,1552071600000,1552075200000,1552078800000,1552082400000,1552086000000,1552089600000,1552093200000,1552096800000,1552100400000,1552104000000,1552107600000,1552111200000,1552114800000,1552118400000,1552122000000,1552125600000,1552129200000,1552132800000,1552136400000,1552140000000,1552143600000,1552147200000,1552150800000,1552154400000,1552158000000,1552161600000,1552165200000,1552168800000,1552172400000,1552176000000,1552179600000,1552183200000,1552186800000,1552190400000,1552194000000,1552197600000,1552201200000,1552204800000,1552208400000,1552212000000,1552215600000,1552219200000,1552222800000,1552226400000,1552230000000,1552233600000,1552237200000,1552240800000,1552244400000,1552248000000,1552251600000,1552255200000,1552258800000,1552262400000,1552266000000,1552269600000,1552273200000,1552276800000,1552280400000,1552284000000,1552287600000,1552291200000,1552294800000,1552298400000,1552302000000,1552305600000,1552309200000,1552312800000,1552316400000,1552320000000,1552323600000,1552327200000,1552330800000,1552334400000,1552338000000,1552341600000,1552345200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[550,270,110,120,90,170,1890,890,1610,1610,1790,2130,2140,1750,2130,1880,2150,2260,2530,2080,2930,1860,1540,1060,470,340,150,60,130,290,760,2330,1120,1330,1720,2050,1910,2100,1770,1990,1940,2970,2090,2220,2580,2350,1790,1140,390,150,110,40,10,2030,850,940,1060,1740,1650,1770,2390,2210,1860,1770,2060,2230,1950,1870,2670,2640,2140,950,550,100,310,1590,70,330,820,1030,1210,1590,1890,1820,1990,2830,2210,1940,1880,2390,2300,2620,3310,2220,1780,960,610,570,310,60,100,180,400,1270,1500,1750,1420,2060,2340,2120,2620,1790,2360,2070,2190,2950,2570,2020,1500,840,1050,470,310,150,110,130,1170,670,1330,1610,3640,2100,4320,3390,2310,2400,1840,2660,2730,2500,2560,2610,2260,1740,620,270,120,80,100,160,610,850,1270,1560,2220,1560,1970,2260,2420,2000,1720,2270,1790,2580,2350,2440,2340,1050]},{"name":"URL","color":"#2373DB","values":[260,100,70,60,0,70,210,1000,980,1030,1440,1930,1940,1590,1650,1600,2290,2620,2690,2380,2180,1680,1610,700,330,110,80,20,30,80,530,1130,1110,1080,1390,1700,1950,1780,1770,1970,2410,2920,2630,2170,2230,1720,1200,710,250,110,90,10,20,60,470,870,1260,1320,1710,1530,1970,1750,1950,1900,2350,2530,2690,2330,1850,1950,1340,810,390,180,60,10,20,180,460,910,1120,1100,1520,1580,2000,2020,1600,2150,2070,2880,2420,2220,2040,1310,910,660,400,300,150,40,10,100,280,490,1150,1120,1680,1770,1890,1970,1590,1780,1630,1770,1940,1820,1120,970,830,780,430,560,180,50,0,50,60,260,740,1190,1310,1520,1330,1290,1550,1590,1320,1270,1500,1800,1560,1350,940,650,310,140,90,0,30,100,530,730,950,950,1170,1670,1730,1620,1600,1910,2070,2580,2390,2290,1970,1850,1250,590]},{"name":"Groups","color":"#9ED448","values":[550,300,120,70,60,390,500,760,1120,1000,1290,1330,1580,1460,1300,1560,1470,1610,1630,1760,2250,2850,1880,1550,350,230,180,120,30,420,660,760,1160,1060,1270,1320,1690,1550,1360,1570,1200,1880,1560,1840,2620,2980,2370,1400,480,140,40,70,80,380,750,1040,1020,1320,1220,1420,1390,1420,1450,1270,1380,1310,1640,1630,2270,2920,2410,1380,590,180,100,50,40,410,700,1170,1060,1360,1150,1330,1300,1400,1320,950,1010,1480,1660,1780,2300,2280,1940,1620,870,450,130,20,80,160,410,720,1000,1150,1610,1350,1580,1510,1350,1420,1140,1800,1550,1570,1850,1920,1750,1510,1180,520,230,70,90,110,210,570,1020,1290,1110,1570,1390,1390,1220,1440,1260,1570,1340,1630,2200,2450,2230,1800,640,200,110,50,50,300,620,960,1020,1290,1190,1270,1670,1890,1460,1340,1560,1590,1770,2110,2390,2930,2450,1510]},{"name":"Channel","color":"#4fae4e","values":[90,60,10,0,10,20,90,30,60,210,140,100,150,190,210,70,90,350,320,150,220,170,230,160,10,40,10,10,10,10,10,40,70,90,60,110,190,90,200,360,200,270,210,160,190,360,260,70,130,80,30,0,20,10,20,30,50,90,90,70,150,170,170,220,120,140,140,140,180,230,80,100,40,30,20,10,0,0,20,40,60,40,80,350,130,120,100,90,90,110,170,100,240,170,280,110,40,180,50,0,0,0,50,40,130,140,120,100,240,180,270,170,150,150,90,60,100,90,160,100,90,60,20,10,30,0,10,70,50,110,70,230,200,120,130,200,190,170,160,200,210,200,480,230,110,20,70,110,40,20,40,50,150,100,480,170,140,250,410,280,170,170,110,340,90,290,270,130]},{"name":"Search","color":"#F5BD25","values":[80,20,0,0,10,30,140,280,260,390,240,390,120,420,330,230,190,230,400,200,750,550,100,50,20,20,0,30,20,0,380,300,250,90,40,380,200,170,100,260,240,220,170,270,210,150,90,140,120,20,0,0,0,20,410,170,170,300,210,90,180,660,200,230,370,690,260,270,410,200,420,90,10,20,20,10,0,70,190,100,390,200,290,460,150,210,290,140,320,220,120,160,230,170,140,240,10,10,10,0,10,20,50,280,180,330,250,130,140,230,380,80,130,450,130,380,240,350,70,130,80,10,10,40,0,60,20,60,420,140,300,400,280,220,240,70,150,410,130,330,150,120,160,110,20,30,0,0,10,250,300,210,150,320,160,270,350,160,140,200,200,230,320,190,330,320,270,30]},{"name":"Other","color":"#F79E39","values":[20,30,20,0,30,30,140,250,170,200,270,210,280,370,430,280,440,350,330,450,530,390,470,210,100,30,10,20,10,60,120,240,210,150,160,210,420,370,390,210,370,510,310,380,530,240,230,170,150,20,20,40,10,0,130,230,250,240,290,260,260,300,340,280,330,320,360,350,290,340,270,170,50,20,30,20,40,80,130,170,310,200,240,280,260,290,320,330,220,280,270,260,290,350,290,170,60,60,40,70,0,20,70,150,210,330,310,260,360,260,250,250,290,200,270,210,320,130,210,80,60,70,30,60,30,20,110,130,230,310,290,270,340,390,240,190,240,250,200,330,270,310,210,180,100,20,0,0,20,40,100,160,240,210,210,300,360,260,280,350,250,380,320,310,440,350,300,150]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,0,10,10,0,0,0,0,0,0,0,0,0,0,20,10,0,10,0,0,0,10,10,0,10,10,20,0,0,0,0,0,0,0,0,0,10,20,10,20,0,20,20,0,10,10,10,30,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,30,10,20,40,20,20,10,20,0,10,0,0,0,0,0,0,0,0,10,0,30,20,0,20,20,0,0,10,10,0,10,10,10,20,0,10,0,0,0,0,0,0,10,0,0,10,10,30,20,10,0,20,20,0,0,0,10,0,0,0,0,0,0,0,0,10,0,10,10,20,0,0,40,0,10,10,10,0,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/09.json b/dist/chartDummyData/views_zoom/2019-03/09.json new file mode 100644 index 000000000..f3241d750 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/09.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1551830400000,1551834000000,1551837600000,1551841200000,1551844800000,1551848400000,1551852000000,1551855600000,1551859200000,1551862800000,1551866400000,1551870000000,1551873600000,1551877200000,1551880800000,1551884400000,1551888000000,1551891600000,1551895200000,1551898800000,1551902400000,1551906000000,1551909600000,1551913200000,1551916800000,1551920400000,1551924000000,1551927600000,1551931200000,1551934800000,1551938400000,1551942000000,1551945600000,1551949200000,1551952800000,1551956400000,1551960000000,1551963600000,1551967200000,1551970800000,1551974400000,1551978000000,1551981600000,1551985200000,1551988800000,1551992400000,1551996000000,1551999600000,1552003200000,1552006800000,1552010400000,1552014000000,1552017600000,1552021200000,1552024800000,1552028400000,1552032000000,1552035600000,1552039200000,1552042800000,1552046400000,1552050000000,1552053600000,1552057200000,1552060800000,1552064400000,1552068000000,1552071600000,1552075200000,1552078800000,1552082400000,1552086000000,1552089600000,1552093200000,1552096800000,1552100400000,1552104000000,1552107600000,1552111200000,1552114800000,1552118400000,1552122000000,1552125600000,1552129200000,1552132800000,1552136400000,1552140000000,1552143600000,1552147200000,1552150800000,1552154400000,1552158000000,1552161600000,1552165200000,1552168800000,1552172400000,1552176000000,1552179600000,1552183200000,1552186800000,1552190400000,1552194000000,1552197600000,1552201200000,1552204800000,1552208400000,1552212000000,1552215600000,1552219200000,1552222800000,1552226400000,1552230000000,1552233600000,1552237200000,1552240800000,1552244400000,1552248000000,1552251600000,1552255200000,1552258800000,1552262400000,1552266000000,1552269600000,1552273200000,1552276800000,1552280400000,1552284000000,1552287600000,1552291200000,1552294800000,1552298400000,1552302000000,1552305600000,1552309200000,1552312800000,1552316400000,1552320000000,1552323600000,1552327200000,1552330800000,1552334400000,1552338000000,1552341600000,1552345200000,1552348800000,1552352400000,1552356000000,1552359600000,1552363200000,1552366800000,1552370400000,1552374000000,1552377600000,1552381200000,1552384800000,1552388400000,1552392000000,1552395600000,1552399200000,1552402800000,1552406400000,1552410000000,1552413600000,1552417200000,1552420800000,1552424400000,1552428000000,1552431600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[470,340,150,60,130,290,760,2330,1120,1330,1720,2050,1910,2100,1770,1990,1940,2970,2090,2220,2580,2350,1790,1140,390,150,110,40,10,2030,850,940,1060,1740,1650,1770,2390,2210,1860,1770,2060,2230,1950,1870,2670,2640,2140,950,550,100,310,1590,70,330,820,1030,1210,1590,1890,1820,1990,2830,2210,1940,1880,2390,2300,2620,3310,2220,1780,960,610,570,310,60,100,180,400,1270,1500,1750,1420,2060,2340,2120,2620,1790,2360,2070,2190,2950,2570,2020,1500,840,1050,470,310,150,110,130,1170,670,1330,1610,3640,2100,4320,3390,2310,2400,1840,2660,2730,2500,2560,2610,2260,1740,620,270,120,80,100,160,610,850,1270,1560,2220,1560,1970,2260,2420,2000,1720,2270,1790,2580,2350,2440,2340,1050,750,220,140,1770,40,320,930,1090,1570,1730,2080,2170,2090,1950,2130,2040,1970,2020,2120,2630,2260,2380,1960,800]},{"name":"URL","color":"#2373DB","values":[330,110,80,20,30,80,530,1130,1110,1080,1390,1700,1950,1780,1770,1970,2410,2920,2630,2170,2230,1720,1200,710,250,110,90,10,20,60,470,870,1260,1320,1710,1530,1970,1750,1950,1900,2350,2530,2690,2330,1850,1950,1340,810,390,180,60,10,20,180,460,910,1120,1100,1520,1580,2000,2020,1600,2150,2070,2880,2420,2220,2040,1310,910,660,400,300,150,40,10,100,280,490,1150,1120,1680,1770,1890,1970,1590,1780,1630,1770,1940,1820,1120,970,830,780,430,560,180,50,0,50,60,260,740,1190,1310,1520,1330,1290,1550,1590,1320,1270,1500,1800,1560,1350,940,650,310,140,90,0,30,100,530,730,950,950,1170,1670,1730,1620,1600,1910,2070,2580,2390,2290,1970,1850,1250,590,200,90,30,40,30,110,450,880,1130,1380,1340,1680,1920,1710,1860,1810,2170,2480,3030,2310,2040,1380,1630,560]},{"name":"Groups","color":"#9ED448","values":[350,230,180,120,30,420,660,760,1160,1060,1270,1320,1690,1550,1360,1570,1200,1880,1560,1840,2620,2980,2370,1400,480,140,40,70,80,380,750,1040,1020,1320,1220,1420,1390,1420,1450,1270,1380,1310,1640,1630,2270,2920,2410,1380,590,180,100,50,40,410,700,1170,1060,1360,1150,1330,1300,1400,1320,950,1010,1480,1660,1780,2300,2280,1940,1620,870,450,130,20,80,160,410,720,1000,1150,1610,1350,1580,1510,1350,1420,1140,1800,1550,1570,1850,1920,1750,1510,1180,520,230,70,90,110,210,570,1020,1290,1110,1570,1390,1390,1220,1440,1260,1570,1340,1630,2200,2450,2230,1800,640,200,110,50,50,300,620,960,1020,1290,1190,1270,1670,1890,1460,1340,1560,1590,1770,2110,2390,2930,2450,1510,410,420,70,20,60,350,740,960,950,1010,1230,980,1720,1620,1320,1170,1450,1380,2170,1720,2330,2670,2440,1820]},{"name":"Channel","color":"#4fae4e","values":[10,40,10,10,10,10,10,40,70,90,60,110,190,90,200,360,200,270,210,160,190,360,260,70,130,80,30,0,20,10,20,30,50,90,90,70,150,170,170,220,120,140,140,140,180,230,80,100,40,30,20,10,0,0,20,40,60,40,80,350,130,120,100,90,90,110,170,100,240,170,280,110,40,180,50,0,0,0,50,40,130,140,120,100,240,180,270,170,150,150,90,60,100,90,160,100,90,60,20,10,30,0,10,70,50,110,70,230,200,120,130,200,190,170,160,200,210,200,480,230,110,20,70,110,40,20,40,50,150,100,480,170,140,250,410,280,170,170,110,340,90,290,270,130,60,120,10,20,0,20,50,30,60,40,180,160,170,280,180,100,160,130,200,330,130,130,220,100]},{"name":"Search","color":"#F5BD25","values":[20,20,0,30,20,0,380,300,250,90,40,380,200,170,100,260,240,220,170,270,210,150,90,140,120,20,0,0,0,20,410,170,170,300,210,90,180,660,200,230,370,690,260,270,410,200,420,90,10,20,20,10,0,70,190,100,390,200,290,460,150,210,290,140,320,220,120,160,230,170,140,240,10,10,10,0,10,20,50,280,180,330,250,130,140,230,380,80,130,450,130,380,240,350,70,130,80,10,10,40,0,60,20,60,420,140,300,400,280,220,240,70,150,410,130,330,150,120,160,110,20,30,0,0,10,250,300,210,150,320,160,270,350,160,140,200,200,230,320,190,330,320,270,30,30,0,0,0,0,90,210,230,220,270,130,160,220,130,370,150,310,300,490,290,150,150,300,40]},{"name":"Other","color":"#F79E39","values":[100,30,10,20,10,60,120,240,210,150,160,210,420,370,390,210,370,510,310,380,530,240,230,170,150,20,20,40,10,0,130,230,250,240,290,260,260,300,340,280,330,320,360,350,290,340,270,170,50,20,30,20,40,80,130,170,310,200,240,280,260,290,320,330,220,280,270,260,290,350,290,170,60,60,40,70,0,20,70,150,210,330,310,260,360,260,250,250,290,200,270,210,320,130,210,80,60,70,30,60,30,20,110,130,230,310,290,270,340,390,240,190,240,250,200,330,270,310,210,180,100,20,0,0,20,40,100,160,240,210,210,300,360,260,280,350,250,380,320,310,440,350,300,150,80,80,20,10,70,30,100,230,280,200,310,250,240,310,260,260,280,320,360,370,390,310,230,120]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,20,10,0,10,0,0,0,10,10,0,10,10,20,0,0,0,0,0,0,0,0,0,10,20,10,20,0,20,20,0,10,10,10,30,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,30,10,20,40,20,20,10,20,0,10,0,0,0,0,0,0,0,0,10,0,30,20,0,20,20,0,0,10,10,0,10,10,10,20,0,10,0,0,0,0,0,0,10,0,0,10,10,30,20,10,0,20,20,0,0,0,10,0,0,0,0,0,0,0,0,10,0,10,10,20,0,0,40,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,20,10,0,0,10,0,10,10,10,20,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/10.json b/dist/chartDummyData/views_zoom/2019-03/10.json new file mode 100644 index 000000000..599ee6334 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/10.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1551916800000,1551920400000,1551924000000,1551927600000,1551931200000,1551934800000,1551938400000,1551942000000,1551945600000,1551949200000,1551952800000,1551956400000,1551960000000,1551963600000,1551967200000,1551970800000,1551974400000,1551978000000,1551981600000,1551985200000,1551988800000,1551992400000,1551996000000,1551999600000,1552003200000,1552006800000,1552010400000,1552014000000,1552017600000,1552021200000,1552024800000,1552028400000,1552032000000,1552035600000,1552039200000,1552042800000,1552046400000,1552050000000,1552053600000,1552057200000,1552060800000,1552064400000,1552068000000,1552071600000,1552075200000,1552078800000,1552082400000,1552086000000,1552089600000,1552093200000,1552096800000,1552100400000,1552104000000,1552107600000,1552111200000,1552114800000,1552118400000,1552122000000,1552125600000,1552129200000,1552132800000,1552136400000,1552140000000,1552143600000,1552147200000,1552150800000,1552154400000,1552158000000,1552161600000,1552165200000,1552168800000,1552172400000,1552176000000,1552179600000,1552183200000,1552186800000,1552190400000,1552194000000,1552197600000,1552201200000,1552204800000,1552208400000,1552212000000,1552215600000,1552219200000,1552222800000,1552226400000,1552230000000,1552233600000,1552237200000,1552240800000,1552244400000,1552248000000,1552251600000,1552255200000,1552258800000,1552262400000,1552266000000,1552269600000,1552273200000,1552276800000,1552280400000,1552284000000,1552287600000,1552291200000,1552294800000,1552298400000,1552302000000,1552305600000,1552309200000,1552312800000,1552316400000,1552320000000,1552323600000,1552327200000,1552330800000,1552334400000,1552338000000,1552341600000,1552345200000,1552348800000,1552352400000,1552356000000,1552359600000,1552363200000,1552366800000,1552370400000,1552374000000,1552377600000,1552381200000,1552384800000,1552388400000,1552392000000,1552395600000,1552399200000,1552402800000,1552406400000,1552410000000,1552413600000,1552417200000,1552420800000,1552424400000,1552428000000,1552431600000,1552435200000,1552438800000,1552442400000,1552446000000,1552449600000,1552453200000,1552456800000,1552460400000,1552464000000,1552467600000,1552471200000,1552474800000,1552478400000,1552482000000,1552485600000,1552489200000,1552492800000,1552496400000,1552500000000,1552503600000,1552507200000,1552510800000,1552514400000,1552518000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[390,150,110,40,10,2030,850,940,1060,1740,1650,1770,2390,2210,1860,1770,2060,2230,1950,1870,2670,2640,2140,950,550,100,310,1590,70,330,820,1030,1210,1590,1890,1820,1990,2830,2210,1940,1880,2390,2300,2620,3310,2220,1780,960,610,570,310,60,100,180,400,1270,1500,1750,1420,2060,2340,2120,2620,1790,2360,2070,2190,2950,2570,2020,1500,840,1050,470,310,150,110,130,1170,670,1330,1610,3640,2100,4320,3390,2310,2400,1840,2660,2730,2500,2560,2610,2260,1740,620,270,120,80,100,160,610,850,1270,1560,2220,1560,1970,2260,2420,2000,1720,2270,1790,2580,2350,2440,2340,1050,750,220,140,1770,40,320,930,1090,1570,1730,2080,2170,2090,1950,2130,2040,1970,2020,2120,2630,2260,2380,1960,800,360,320,190,10,30,170,2060,1150,1230,1250,1350,1500,1520,1710,1690,1740,2100,2450,2320,3030,3740,3510,2960,1490]},{"name":"URL","color":"#2373DB","values":[250,110,90,10,20,60,470,870,1260,1320,1710,1530,1970,1750,1950,1900,2350,2530,2690,2330,1850,1950,1340,810,390,180,60,10,20,180,460,910,1120,1100,1520,1580,2000,2020,1600,2150,2070,2880,2420,2220,2040,1310,910,660,400,300,150,40,10,100,280,490,1150,1120,1680,1770,1890,1970,1590,1780,1630,1770,1940,1820,1120,970,830,780,430,560,180,50,0,50,60,260,740,1190,1310,1520,1330,1290,1550,1590,1320,1270,1500,1800,1560,1350,940,650,310,140,90,0,30,100,530,730,950,950,1170,1670,1730,1620,1600,1910,2070,2580,2390,2290,1970,1850,1250,590,200,90,30,40,30,110,450,880,1130,1380,1340,1680,1920,1710,1860,1810,2170,2480,3030,2310,2040,1380,1630,560,310,120,60,0,20,90,500,920,1020,1040,1160,1590,1920,1780,1730,1780,2140,2880,3320,2720,3440,3210,2500,1660]},{"name":"Groups","color":"#9ED448","values":[480,140,40,70,80,380,750,1040,1020,1320,1220,1420,1390,1420,1450,1270,1380,1310,1640,1630,2270,2920,2410,1380,590,180,100,50,40,410,700,1170,1060,1360,1150,1330,1300,1400,1320,950,1010,1480,1660,1780,2300,2280,1940,1620,870,450,130,20,80,160,410,720,1000,1150,1610,1350,1580,1510,1350,1420,1140,1800,1550,1570,1850,1920,1750,1510,1180,520,230,70,90,110,210,570,1020,1290,1110,1570,1390,1390,1220,1440,1260,1570,1340,1630,2200,2450,2230,1800,640,200,110,50,50,300,620,960,1020,1290,1190,1270,1670,1890,1460,1340,1560,1590,1770,2110,2390,2930,2450,1510,410,420,70,20,60,350,740,960,950,1010,1230,980,1720,1620,1320,1170,1450,1380,2170,1720,2330,2670,2440,1820,480,200,10,90,30,380,770,1220,1330,1050,1330,1340,1580,1740,1070,1310,1300,1840,2090,2310,4170,5030,4940,2100]},{"name":"Channel","color":"#4fae4e","values":[130,80,30,0,20,10,20,30,50,90,90,70,150,170,170,220,120,140,140,140,180,230,80,100,40,30,20,10,0,0,20,40,60,40,80,350,130,120,100,90,90,110,170,100,240,170,280,110,40,180,50,0,0,0,50,40,130,140,120,100,240,180,270,170,150,150,90,60,100,90,160,100,90,60,20,10,30,0,10,70,50,110,70,230,200,120,130,200,190,170,160,200,210,200,480,230,110,20,70,110,40,20,40,50,150,100,480,170,140,250,410,280,170,170,110,340,90,290,270,130,60,120,10,20,0,20,50,30,60,40,180,160,170,280,180,100,160,130,200,330,130,130,220,100,20,10,20,30,0,10,80,50,60,50,100,80,100,130,160,170,180,190,170,310,310,340,220,140]},{"name":"Search","color":"#F5BD25","values":[120,20,0,0,0,20,410,170,170,300,210,90,180,660,200,230,370,690,260,270,410,200,420,90,10,20,20,10,0,70,190,100,390,200,290,460,150,210,290,140,320,220,120,160,230,170,140,240,10,10,10,0,10,20,50,280,180,330,250,130,140,230,380,80,130,450,130,380,240,350,70,130,80,10,10,40,0,60,20,60,420,140,300,400,280,220,240,70,150,410,130,330,150,120,160,110,20,30,0,0,10,250,300,210,150,320,160,270,350,160,140,200,200,230,320,190,330,320,270,30,30,0,0,0,0,90,210,230,220,270,130,160,220,130,370,150,310,300,490,290,150,150,300,40,40,0,0,0,10,40,170,130,220,40,70,150,320,170,250,140,290,140,340,250,280,260,350,110]},{"name":"Other","color":"#F79E39","values":[150,20,20,40,10,0,130,230,250,240,290,260,260,300,340,280,330,320,360,350,290,340,270,170,50,20,30,20,40,80,130,170,310,200,240,280,260,290,320,330,220,280,270,260,290,350,290,170,60,60,40,70,0,20,70,150,210,330,310,260,360,260,250,250,290,200,270,210,320,130,210,80,60,70,30,60,30,20,110,130,230,310,290,270,340,390,240,190,240,250,200,330,270,310,210,180,100,20,0,0,20,40,100,160,240,210,210,300,360,260,280,350,250,380,320,310,440,350,300,150,80,80,20,10,70,30,100,230,280,200,310,250,240,310,260,260,280,320,360,370,390,310,230,120,140,80,20,10,0,80,200,200,210,250,280,310,250,340,250,330,300,270,330,540,500,530,280,190]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,20,10,20,0,20,20,0,10,10,10,30,20,0,0,0,0,0,0,0,0,0,0,0,0,10,0,10,0,10,0,30,10,20,40,20,20,10,20,0,10,0,0,0,0,0,0,0,0,10,0,30,20,0,20,20,0,0,10,10,0,10,10,10,20,0,10,0,0,0,0,0,0,10,0,0,10,10,30,20,10,0,20,20,0,0,0,10,0,0,0,0,0,0,0,0,10,0,10,10,20,0,0,40,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,20,10,0,0,10,0,10,10,10,20,0,0,0,0,0,0,0,10,0,0,0,0,20,10,10,20,0,30,20,20,20,10,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/11.json b/dist/chartDummyData/views_zoom/2019-03/11.json new file mode 100644 index 000000000..2d7130d56 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/11.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1552003200000,1552006800000,1552010400000,1552014000000,1552017600000,1552021200000,1552024800000,1552028400000,1552032000000,1552035600000,1552039200000,1552042800000,1552046400000,1552050000000,1552053600000,1552057200000,1552060800000,1552064400000,1552068000000,1552071600000,1552075200000,1552078800000,1552082400000,1552086000000,1552089600000,1552093200000,1552096800000,1552100400000,1552104000000,1552107600000,1552111200000,1552114800000,1552118400000,1552122000000,1552125600000,1552129200000,1552132800000,1552136400000,1552140000000,1552143600000,1552147200000,1552150800000,1552154400000,1552158000000,1552161600000,1552165200000,1552168800000,1552172400000,1552176000000,1552179600000,1552183200000,1552186800000,1552190400000,1552194000000,1552197600000,1552201200000,1552204800000,1552208400000,1552212000000,1552215600000,1552219200000,1552222800000,1552226400000,1552230000000,1552233600000,1552237200000,1552240800000,1552244400000,1552248000000,1552251600000,1552255200000,1552258800000,1552262400000,1552266000000,1552269600000,1552273200000,1552276800000,1552280400000,1552284000000,1552287600000,1552291200000,1552294800000,1552298400000,1552302000000,1552305600000,1552309200000,1552312800000,1552316400000,1552320000000,1552323600000,1552327200000,1552330800000,1552334400000,1552338000000,1552341600000,1552345200000,1552348800000,1552352400000,1552356000000,1552359600000,1552363200000,1552366800000,1552370400000,1552374000000,1552377600000,1552381200000,1552384800000,1552388400000,1552392000000,1552395600000,1552399200000,1552402800000,1552406400000,1552410000000,1552413600000,1552417200000,1552420800000,1552424400000,1552428000000,1552431600000,1552435200000,1552438800000,1552442400000,1552446000000,1552449600000,1552453200000,1552456800000,1552460400000,1552464000000,1552467600000,1552471200000,1552474800000,1552478400000,1552482000000,1552485600000,1552489200000,1552492800000,1552496400000,1552500000000,1552503600000,1552507200000,1552510800000,1552514400000,1552518000000,1552521600000,1552525200000,1552528800000,1552532400000,1552536000000,1552539600000,1552543200000,1552546800000,1552550400000,1552554000000,1552557600000,1552561200000,1552564800000,1552568400000,1552572000000,1552575600000,1552579200000,1552582800000,1552586400000,1552590000000,1552593600000,1552597200000,1552600800000,1552604400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[550,100,310,1590,70,330,820,1030,1210,1590,1890,1820,1990,2830,2210,1940,1880,2390,2300,2620,3310,2220,1780,960,610,570,310,60,100,180,400,1270,1500,1750,1420,2060,2340,2120,2620,1790,2360,2070,2190,2950,2570,2020,1500,840,1050,470,310,150,110,130,1170,670,1330,1610,3640,2100,4320,3390,2310,2400,1840,2660,2730,2500,2560,2610,2260,1740,620,270,120,80,100,160,610,850,1270,1560,2220,1560,1970,2260,2420,2000,1720,2270,1790,2580,2350,2440,2340,1050,750,220,140,1770,40,320,930,1090,1570,1730,2080,2170,2090,1950,2130,2040,1970,2020,2120,2630,2260,2380,1960,800,360,320,190,10,30,170,2060,1150,1230,1250,1350,1500,1520,1710,1690,1740,2100,2450,2320,3030,3740,3510,2960,1490,700,250,160,130,230,470,900,1260,1530,1620,1780,1900,2490,2020,2390,2240,1580,2250,2380,2160,2320,2700,2240,1100]},{"name":"URL","color":"#2373DB","values":[390,180,60,10,20,180,460,910,1120,1100,1520,1580,2000,2020,1600,2150,2070,2880,2420,2220,2040,1310,910,660,400,300,150,40,10,100,280,490,1150,1120,1680,1770,1890,1970,1590,1780,1630,1770,1940,1820,1120,970,830,780,430,560,180,50,0,50,60,260,740,1190,1310,1520,1330,1290,1550,1590,1320,1270,1500,1800,1560,1350,940,650,310,140,90,0,30,100,530,730,950,950,1170,1670,1730,1620,1600,1910,2070,2580,2390,2290,1970,1850,1250,590,200,90,30,40,30,110,450,880,1130,1380,1340,1680,1920,1710,1860,1810,2170,2480,3030,2310,2040,1380,1630,560,310,120,60,0,20,90,500,920,1020,1040,1160,1590,1920,1780,1730,1780,2140,2880,3320,2720,3440,3210,2500,1660,550,230,130,0,40,90,470,800,960,1280,1600,1720,2010,1970,1680,2240,2110,2890,2580,2300,1700,1920,1470,770]},{"name":"Groups","color":"#9ED448","values":[590,180,100,50,40,410,700,1170,1060,1360,1150,1330,1300,1400,1320,950,1010,1480,1660,1780,2300,2280,1940,1620,870,450,130,20,80,160,410,720,1000,1150,1610,1350,1580,1510,1350,1420,1140,1800,1550,1570,1850,1920,1750,1510,1180,520,230,70,90,110,210,570,1020,1290,1110,1570,1390,1390,1220,1440,1260,1570,1340,1630,2200,2450,2230,1800,640,200,110,50,50,300,620,960,1020,1290,1190,1270,1670,1890,1460,1340,1560,1590,1770,2110,2390,2930,2450,1510,410,420,70,20,60,350,740,960,950,1010,1230,980,1720,1620,1320,1170,1450,1380,2170,1720,2330,2670,2440,1820,480,200,10,90,30,380,770,1220,1330,1050,1330,1340,1580,1740,1070,1310,1300,1840,2090,2310,4170,5030,4940,2100,840,560,50,100,10,300,940,950,1070,1270,1220,1240,1570,1660,1670,1610,1540,1990,1580,2010,2320,2660,2350,1560]},{"name":"Channel","color":"#4fae4e","values":[40,30,20,10,0,0,20,40,60,40,80,350,130,120,100,90,90,110,170,100,240,170,280,110,40,180,50,0,0,0,50,40,130,140,120,100,240,180,270,170,150,150,90,60,100,90,160,100,90,60,20,10,30,0,10,70,50,110,70,230,200,120,130,200,190,170,160,200,210,200,480,230,110,20,70,110,40,20,40,50,150,100,480,170,140,250,410,280,170,170,110,340,90,290,270,130,60,120,10,20,0,20,50,30,60,40,180,160,170,280,180,100,160,130,200,330,130,130,220,100,20,10,20,30,0,10,80,50,60,50,100,80,100,130,160,170,180,190,170,310,310,340,220,140,70,60,20,10,0,10,20,110,70,90,130,130,140,170,230,130,210,120,260,180,240,250,150,90]},{"name":"Search","color":"#F5BD25","values":[10,20,20,10,0,70,190,100,390,200,290,460,150,210,290,140,320,220,120,160,230,170,140,240,10,10,10,0,10,20,50,280,180,330,250,130,140,230,380,80,130,450,130,380,240,350,70,130,80,10,10,40,0,60,20,60,420,140,300,400,280,220,240,70,150,410,130,330,150,120,160,110,20,30,0,0,10,250,300,210,150,320,160,270,350,160,140,200,200,230,320,190,330,320,270,30,30,0,0,0,0,90,210,230,220,270,130,160,220,130,370,150,310,300,490,290,150,150,300,40,40,0,0,0,10,40,170,130,220,40,70,150,320,170,250,140,290,140,340,250,280,260,350,110,10,20,20,10,0,0,210,300,410,250,170,190,210,280,150,160,240,200,240,160,320,670,630,150]},{"name":"Other","color":"#F79E39","values":[50,20,30,20,40,80,130,170,310,200,240,280,260,290,320,330,220,280,270,260,290,350,290,170,60,60,40,70,0,20,70,150,210,330,310,260,360,260,250,250,290,200,270,210,320,130,210,80,60,70,30,60,30,20,110,130,230,310,290,270,340,390,240,190,240,250,200,330,270,310,210,180,100,20,0,0,20,40,100,160,240,210,210,300,360,260,280,350,250,380,320,310,440,350,300,150,80,80,20,10,70,30,100,230,280,200,310,250,240,310,260,260,280,320,360,370,390,310,230,120,140,80,20,10,0,80,200,200,210,250,280,310,250,340,250,330,300,270,330,540,500,530,280,190,130,30,10,40,20,80,240,200,250,280,310,350,390,440,360,250,170,350,350,360,450,320,360,160]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,10,0,10,0,30,10,20,40,20,20,10,20,0,10,0,0,0,0,0,0,0,0,10,0,30,20,0,20,20,0,0,10,10,0,10,10,10,20,0,10,0,0,0,0,0,0,10,0,0,10,10,30,20,10,0,20,20,0,0,0,10,0,0,0,0,0,0,0,0,10,0,10,10,20,0,0,40,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,20,10,0,0,10,0,10,10,10,20,0,0,0,0,0,0,0,10,0,0,0,0,20,10,10,20,0,30,20,20,20,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,0,0,20,20,30,10,30,0,10,10]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/12.json b/dist/chartDummyData/views_zoom/2019-03/12.json new file mode 100644 index 000000000..d878f2407 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/12.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1552089600000,1552093200000,1552096800000,1552100400000,1552104000000,1552107600000,1552111200000,1552114800000,1552118400000,1552122000000,1552125600000,1552129200000,1552132800000,1552136400000,1552140000000,1552143600000,1552147200000,1552150800000,1552154400000,1552158000000,1552161600000,1552165200000,1552168800000,1552172400000,1552176000000,1552179600000,1552183200000,1552186800000,1552190400000,1552194000000,1552197600000,1552201200000,1552204800000,1552208400000,1552212000000,1552215600000,1552219200000,1552222800000,1552226400000,1552230000000,1552233600000,1552237200000,1552240800000,1552244400000,1552248000000,1552251600000,1552255200000,1552258800000,1552262400000,1552266000000,1552269600000,1552273200000,1552276800000,1552280400000,1552284000000,1552287600000,1552291200000,1552294800000,1552298400000,1552302000000,1552305600000,1552309200000,1552312800000,1552316400000,1552320000000,1552323600000,1552327200000,1552330800000,1552334400000,1552338000000,1552341600000,1552345200000,1552348800000,1552352400000,1552356000000,1552359600000,1552363200000,1552366800000,1552370400000,1552374000000,1552377600000,1552381200000,1552384800000,1552388400000,1552392000000,1552395600000,1552399200000,1552402800000,1552406400000,1552410000000,1552413600000,1552417200000,1552420800000,1552424400000,1552428000000,1552431600000,1552435200000,1552438800000,1552442400000,1552446000000,1552449600000,1552453200000,1552456800000,1552460400000,1552464000000,1552467600000,1552471200000,1552474800000,1552478400000,1552482000000,1552485600000,1552489200000,1552492800000,1552496400000,1552500000000,1552503600000,1552507200000,1552510800000,1552514400000,1552518000000,1552521600000,1552525200000,1552528800000,1552532400000,1552536000000,1552539600000,1552543200000,1552546800000,1552550400000,1552554000000,1552557600000,1552561200000,1552564800000,1552568400000,1552572000000,1552575600000,1552579200000,1552582800000,1552586400000,1552590000000,1552593600000,1552597200000,1552600800000,1552604400000,1552608000000,1552611600000,1552615200000,1552618800000,1552622400000,1552626000000,1552629600000,1552633200000,1552636800000,1552640400000,1552644000000,1552647600000,1552651200000,1552654800000,1552658400000,1552662000000,1552665600000,1552669200000,1552672800000,1552676400000,1552680000000,1552683600000,1552687200000,1552690800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[610,570,310,60,100,180,400,1270,1500,1750,1420,2060,2340,2120,2620,1790,2360,2070,2190,2950,2570,2020,1500,840,1050,470,310,150,110,130,1170,670,1330,1610,3640,2100,4320,3390,2310,2400,1840,2660,2730,2500,2560,2610,2260,1740,620,270,120,80,100,160,610,850,1270,1560,2220,1560,1970,2260,2420,2000,1720,2270,1790,2580,2350,2440,2340,1050,750,220,140,1770,40,320,930,1090,1570,1730,2080,2170,2090,1950,2130,2040,1970,2020,2120,2630,2260,2380,1960,800,360,320,190,10,30,170,2060,1150,1230,1250,1350,1500,1520,1710,1690,1740,2100,2450,2320,3030,3740,3510,2960,1490,700,250,160,130,230,470,900,1260,1530,1620,1780,1900,2490,2020,2390,2240,1580,2250,2380,2160,2320,2700,2240,1100,330,250,170,60,100,260,1070,1120,2740,1470,2030,1750,1960,2420,2200,2470,1740,2630,2320,2560,2490,2550,2220,1030]},{"name":"URL","color":"#2373DB","values":[400,300,150,40,10,100,280,490,1150,1120,1680,1770,1890,1970,1590,1780,1630,1770,1940,1820,1120,970,830,780,430,560,180,50,0,50,60,260,740,1190,1310,1520,1330,1290,1550,1590,1320,1270,1500,1800,1560,1350,940,650,310,140,90,0,30,100,530,730,950,950,1170,1670,1730,1620,1600,1910,2070,2580,2390,2290,1970,1850,1250,590,200,90,30,40,30,110,450,880,1130,1380,1340,1680,1920,1710,1860,1810,2170,2480,3030,2310,2040,1380,1630,560,310,120,60,0,20,90,500,920,1020,1040,1160,1590,1920,1780,1730,1780,2140,2880,3320,2720,3440,3210,2500,1660,550,230,130,0,40,90,470,800,960,1280,1600,1720,2010,1970,1680,2240,2110,2890,2580,2300,1700,1920,1470,770,230,170,10,20,50,80,560,770,1050,1370,1700,1680,2120,1890,1990,1910,2350,3020,2840,2220,1660,1660,1130,670]},{"name":"Groups","color":"#9ED448","values":[870,450,130,20,80,160,410,720,1000,1150,1610,1350,1580,1510,1350,1420,1140,1800,1550,1570,1850,1920,1750,1510,1180,520,230,70,90,110,210,570,1020,1290,1110,1570,1390,1390,1220,1440,1260,1570,1340,1630,2200,2450,2230,1800,640,200,110,50,50,300,620,960,1020,1290,1190,1270,1670,1890,1460,1340,1560,1590,1770,2110,2390,2930,2450,1510,410,420,70,20,60,350,740,960,950,1010,1230,980,1720,1620,1320,1170,1450,1380,2170,1720,2330,2670,2440,1820,480,200,10,90,30,380,770,1220,1330,1050,1330,1340,1580,1740,1070,1310,1300,1840,2090,2310,4170,5030,4940,2100,840,560,50,100,10,300,940,950,1070,1270,1220,1240,1570,1660,1670,1610,1540,1990,1580,2010,2320,2660,2350,1560,640,190,40,110,90,250,740,1470,1010,1230,1060,1500,1540,1460,1380,1310,1480,1720,1650,1600,1810,1820,2220,1880]},{"name":"Channel","color":"#4fae4e","values":[40,180,50,0,0,0,50,40,130,140,120,100,240,180,270,170,150,150,90,60,100,90,160,100,90,60,20,10,30,0,10,70,50,110,70,230,200,120,130,200,190,170,160,200,210,200,480,230,110,20,70,110,40,20,40,50,150,100,480,170,140,250,410,280,170,170,110,340,90,290,270,130,60,120,10,20,0,20,50,30,60,40,180,160,170,280,180,100,160,130,200,330,130,130,220,100,20,10,20,30,0,10,80,50,60,50,100,80,100,130,160,170,180,190,170,310,310,340,220,140,70,60,20,10,0,10,20,110,70,90,130,130,140,170,230,130,210,120,260,180,240,250,150,90,40,50,0,30,0,50,30,110,120,180,140,140,100,230,250,170,260,170,160,170,260,260,220,100]},{"name":"Search","color":"#F5BD25","values":[10,10,10,0,10,20,50,280,180,330,250,130,140,230,380,80,130,450,130,380,240,350,70,130,80,10,10,40,0,60,20,60,420,140,300,400,280,220,240,70,150,410,130,330,150,120,160,110,20,30,0,0,10,250,300,210,150,320,160,270,350,160,140,200,200,230,320,190,330,320,270,30,30,0,0,0,0,90,210,230,220,270,130,160,220,130,370,150,310,300,490,290,150,150,300,40,40,0,0,0,10,40,170,130,220,40,70,150,320,170,250,140,290,140,340,250,280,260,350,110,10,20,20,10,0,0,210,300,410,250,170,190,210,280,150,160,240,200,240,160,320,670,630,150,30,0,0,0,60,310,150,170,330,370,220,470,280,270,290,200,120,180,160,200,120,190,200,200]},{"name":"Other","color":"#F79E39","values":[60,60,40,70,0,20,70,150,210,330,310,260,360,260,250,250,290,200,270,210,320,130,210,80,60,70,30,60,30,20,110,130,230,310,290,270,340,390,240,190,240,250,200,330,270,310,210,180,100,20,0,0,20,40,100,160,240,210,210,300,360,260,280,350,250,380,320,310,440,350,300,150,80,80,20,10,70,30,100,230,280,200,310,250,240,310,260,260,280,320,360,370,390,310,230,120,140,80,20,10,0,80,200,200,210,250,280,310,250,340,250,330,300,270,330,540,500,530,280,190,130,30,10,40,20,80,240,200,250,280,310,350,390,440,360,250,170,350,350,360,450,320,360,160,40,20,50,10,20,120,210,220,230,180,290,270,320,290,350,310,410,320,290,250,470,350,260,180]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,30,20,0,20,20,0,0,10,10,0,10,10,10,20,0,10,0,0,0,0,0,0,10,0,0,10,10,30,20,10,0,20,20,0,0,0,10,0,0,0,0,0,0,0,0,10,0,10,10,20,0,0,40,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,20,10,0,0,10,0,10,10,10,20,0,0,0,0,0,0,0,10,0,0,0,0,20,10,10,20,0,30,20,20,20,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,0,0,20,20,30,10,30,0,10,10,0,0,0,0,0,0,10,10,20,30,10,20,0,10,20,10,10,0,30,0,10,0,30,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/13.json b/dist/chartDummyData/views_zoom/2019-03/13.json new file mode 100644 index 000000000..526aa7c78 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/13.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1552176000000,1552179600000,1552183200000,1552186800000,1552190400000,1552194000000,1552197600000,1552201200000,1552204800000,1552208400000,1552212000000,1552215600000,1552219200000,1552222800000,1552226400000,1552230000000,1552233600000,1552237200000,1552240800000,1552244400000,1552248000000,1552251600000,1552255200000,1552258800000,1552262400000,1552266000000,1552269600000,1552273200000,1552276800000,1552280400000,1552284000000,1552287600000,1552291200000,1552294800000,1552298400000,1552302000000,1552305600000,1552309200000,1552312800000,1552316400000,1552320000000,1552323600000,1552327200000,1552330800000,1552334400000,1552338000000,1552341600000,1552345200000,1552348800000,1552352400000,1552356000000,1552359600000,1552363200000,1552366800000,1552370400000,1552374000000,1552377600000,1552381200000,1552384800000,1552388400000,1552392000000,1552395600000,1552399200000,1552402800000,1552406400000,1552410000000,1552413600000,1552417200000,1552420800000,1552424400000,1552428000000,1552431600000,1552435200000,1552438800000,1552442400000,1552446000000,1552449600000,1552453200000,1552456800000,1552460400000,1552464000000,1552467600000,1552471200000,1552474800000,1552478400000,1552482000000,1552485600000,1552489200000,1552492800000,1552496400000,1552500000000,1552503600000,1552507200000,1552510800000,1552514400000,1552518000000,1552521600000,1552525200000,1552528800000,1552532400000,1552536000000,1552539600000,1552543200000,1552546800000,1552550400000,1552554000000,1552557600000,1552561200000,1552564800000,1552568400000,1552572000000,1552575600000,1552579200000,1552582800000,1552586400000,1552590000000,1552593600000,1552597200000,1552600800000,1552604400000,1552608000000,1552611600000,1552615200000,1552618800000,1552622400000,1552626000000,1552629600000,1552633200000,1552636800000,1552640400000,1552644000000,1552647600000,1552651200000,1552654800000,1552658400000,1552662000000,1552665600000,1552669200000,1552672800000,1552676400000,1552680000000,1552683600000,1552687200000,1552690800000,1552694400000,1552698000000,1552701600000,1552705200000,1552708800000,1552712400000,1552716000000,1552719600000,1552723200000,1552726800000,1552730400000,1552734000000,1552737600000,1552741200000,1552744800000,1552748400000,1552752000000,1552755600000,1552759200000,1552762800000,1552766400000,1552770000000,1552773600000,1552777200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[1050,470,310,150,110,130,1170,670,1330,1610,3640,2100,4320,3390,2310,2400,1840,2660,2730,2500,2560,2610,2260,1740,620,270,120,80,100,160,610,850,1270,1560,2220,1560,1970,2260,2420,2000,1720,2270,1790,2580,2350,2440,2340,1050,750,220,140,1770,40,320,930,1090,1570,1730,2080,2170,2090,1950,2130,2040,1970,2020,2120,2630,2260,2380,1960,800,360,320,190,10,30,170,2060,1150,1230,1250,1350,1500,1520,1710,1690,1740,2100,2450,2320,3030,3740,3510,2960,1490,700,250,160,130,230,470,900,1260,1530,1620,1780,1900,2490,2020,2390,2240,1580,2250,2380,2160,2320,2700,2240,1100,330,250,170,60,100,260,1070,1120,2740,1470,2030,1750,1960,2420,2200,2470,1740,2630,2320,2560,2490,2550,2220,1030,760,390,110,140,40,1490,1000,640,1200,1630,1690,1930,2200,2070,2370,2010,2010,1960,2210,1950,2370,1850,2100,1020]},{"name":"URL","color":"#2373DB","values":[430,560,180,50,0,50,60,260,740,1190,1310,1520,1330,1290,1550,1590,1320,1270,1500,1800,1560,1350,940,650,310,140,90,0,30,100,530,730,950,950,1170,1670,1730,1620,1600,1910,2070,2580,2390,2290,1970,1850,1250,590,200,90,30,40,30,110,450,880,1130,1380,1340,1680,1920,1710,1860,1810,2170,2480,3030,2310,2040,1380,1630,560,310,120,60,0,20,90,500,920,1020,1040,1160,1590,1920,1780,1730,1780,2140,2880,3320,2720,3440,3210,2500,1660,550,230,130,0,40,90,470,800,960,1280,1600,1720,2010,1970,1680,2240,2110,2890,2580,2300,1700,1920,1470,770,230,170,10,20,50,80,560,770,1050,1370,1700,1680,2120,1890,1990,1910,2350,3020,2840,2220,1660,1660,1130,670,390,260,110,20,40,110,160,570,650,1150,1450,2280,1520,1710,1850,1550,1670,1850,2060,1250,1480,1350,890,1080]},{"name":"Groups","color":"#9ED448","values":[1180,520,230,70,90,110,210,570,1020,1290,1110,1570,1390,1390,1220,1440,1260,1570,1340,1630,2200,2450,2230,1800,640,200,110,50,50,300,620,960,1020,1290,1190,1270,1670,1890,1460,1340,1560,1590,1770,2110,2390,2930,2450,1510,410,420,70,20,60,350,740,960,950,1010,1230,980,1720,1620,1320,1170,1450,1380,2170,1720,2330,2670,2440,1820,480,200,10,90,30,380,770,1220,1330,1050,1330,1340,1580,1740,1070,1310,1300,1840,2090,2310,4170,5030,4940,2100,840,560,50,100,10,300,940,950,1070,1270,1220,1240,1570,1660,1670,1610,1540,1990,1580,2010,2320,2660,2350,1560,640,190,40,110,90,250,740,1470,1010,1230,1060,1500,1540,1460,1380,1310,1480,1720,1650,1600,1810,1820,2220,1880,1100,130,120,80,40,140,430,830,930,870,1040,1210,1180,1380,1150,1450,1300,1390,1470,1440,1150,1870,1750,1600]},{"name":"Channel","color":"#4fae4e","values":[90,60,20,10,30,0,10,70,50,110,70,230,200,120,130,200,190,170,160,200,210,200,480,230,110,20,70,110,40,20,40,50,150,100,480,170,140,250,410,280,170,170,110,340,90,290,270,130,60,120,10,20,0,20,50,30,60,40,180,160,170,280,180,100,160,130,200,330,130,130,220,100,20,10,20,30,0,10,80,50,60,50,100,80,100,130,160,170,180,190,170,310,310,340,220,140,70,60,20,10,0,10,20,110,70,90,130,130,140,170,230,130,210,120,260,180,240,250,150,90,40,50,0,30,0,50,30,110,120,180,140,140,100,230,250,170,260,170,160,170,260,260,220,100,40,50,30,10,10,0,50,60,90,110,150,170,150,160,220,200,150,120,180,120,180,120,130,100]},{"name":"Search","color":"#F5BD25","values":[80,10,10,40,0,60,20,60,420,140,300,400,280,220,240,70,150,410,130,330,150,120,160,110,20,30,0,0,10,250,300,210,150,320,160,270,350,160,140,200,200,230,320,190,330,320,270,30,30,0,0,0,0,90,210,230,220,270,130,160,220,130,370,150,310,300,490,290,150,150,300,40,40,0,0,0,10,40,170,130,220,40,70,150,320,170,250,140,290,140,340,250,280,260,350,110,10,20,20,10,0,0,210,300,410,250,170,190,210,280,150,160,240,200,240,160,320,670,630,150,30,0,0,0,60,310,150,170,330,370,220,470,280,270,290,200,120,180,160,200,120,190,200,200,50,20,0,0,20,0,110,360,120,400,180,330,310,560,180,300,310,230,380,420,150,140,70,360]},{"name":"Other","color":"#F79E39","values":[60,70,30,60,30,20,110,130,230,310,290,270,340,390,240,190,240,250,200,330,270,310,210,180,100,20,0,0,20,40,100,160,240,210,210,300,360,260,280,350,250,380,320,310,440,350,300,150,80,80,20,10,70,30,100,230,280,200,310,250,240,310,260,260,280,320,360,370,390,310,230,120,140,80,20,10,0,80,200,200,210,250,280,310,250,340,250,330,300,270,330,540,500,530,280,190,130,30,10,40,20,80,240,200,250,280,310,350,390,440,360,250,170,350,350,360,450,320,360,160,40,20,50,10,20,120,210,220,230,180,290,270,320,290,350,310,410,320,290,250,470,350,260,180,120,60,70,20,40,40,120,170,140,270,280,280,330,260,280,310,240,280,300,370,250,190,230,120]},{"name":"PM","color":"#E65850","values":[0,10,0,0,0,0,0,0,10,0,0,10,10,30,20,10,0,20,20,0,0,0,10,0,0,0,0,0,0,0,0,10,0,10,10,20,0,0,40,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,20,10,0,0,10,0,10,10,10,20,0,0,0,0,0,0,0,10,0,0,0,0,20,10,10,20,0,30,20,20,20,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,0,0,20,20,30,10,30,0,10,10,0,0,0,0,0,0,10,10,20,30,10,20,0,10,20,10,10,0,30,0,10,0,30,0,10,0,0,0,0,0,0,0,0,20,0,10,20,0,10,10,10,10,0,40,0,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/14.json b/dist/chartDummyData/views_zoom/2019-03/14.json new file mode 100644 index 000000000..381293eef --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/14.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1552262400000,1552266000000,1552269600000,1552273200000,1552276800000,1552280400000,1552284000000,1552287600000,1552291200000,1552294800000,1552298400000,1552302000000,1552305600000,1552309200000,1552312800000,1552316400000,1552320000000,1552323600000,1552327200000,1552330800000,1552334400000,1552338000000,1552341600000,1552345200000,1552348800000,1552352400000,1552356000000,1552359600000,1552363200000,1552366800000,1552370400000,1552374000000,1552377600000,1552381200000,1552384800000,1552388400000,1552392000000,1552395600000,1552399200000,1552402800000,1552406400000,1552410000000,1552413600000,1552417200000,1552420800000,1552424400000,1552428000000,1552431600000,1552435200000,1552438800000,1552442400000,1552446000000,1552449600000,1552453200000,1552456800000,1552460400000,1552464000000,1552467600000,1552471200000,1552474800000,1552478400000,1552482000000,1552485600000,1552489200000,1552492800000,1552496400000,1552500000000,1552503600000,1552507200000,1552510800000,1552514400000,1552518000000,1552521600000,1552525200000,1552528800000,1552532400000,1552536000000,1552539600000,1552543200000,1552546800000,1552550400000,1552554000000,1552557600000,1552561200000,1552564800000,1552568400000,1552572000000,1552575600000,1552579200000,1552582800000,1552586400000,1552590000000,1552593600000,1552597200000,1552600800000,1552604400000,1552608000000,1552611600000,1552615200000,1552618800000,1552622400000,1552626000000,1552629600000,1552633200000,1552636800000,1552640400000,1552644000000,1552647600000,1552651200000,1552654800000,1552658400000,1552662000000,1552665600000,1552669200000,1552672800000,1552676400000,1552680000000,1552683600000,1552687200000,1552690800000,1552694400000,1552698000000,1552701600000,1552705200000,1552708800000,1552712400000,1552716000000,1552719600000,1552723200000,1552726800000,1552730400000,1552734000000,1552737600000,1552741200000,1552744800000,1552748400000,1552752000000,1552755600000,1552759200000,1552762800000,1552766400000,1552770000000,1552773600000,1552777200000,1552780800000,1552784400000,1552788000000,1552791600000,1552795200000,1552798800000,1552802400000,1552806000000,1552809600000,1552813200000,1552816800000,1552820400000,1552824000000,1552827600000,1552831200000,1552834800000,1552838400000,1552842000000,1552845600000,1552849200000,1552852800000,1552856400000,1552860000000,1552863600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[620,270,120,80,100,160,610,850,1270,1560,2220,1560,1970,2260,2420,2000,1720,2270,1790,2580,2350,2440,2340,1050,750,220,140,1770,40,320,930,1090,1570,1730,2080,2170,2090,1950,2130,2040,1970,2020,2120,2630,2260,2380,1960,800,360,320,190,10,30,170,2060,1150,1230,1250,1350,1500,1520,1710,1690,1740,2100,2450,2320,3030,3740,3510,2960,1490,700,250,160,130,230,470,900,1260,1530,1620,1780,1900,2490,2020,2390,2240,1580,2250,2380,2160,2320,2700,2240,1100,330,250,170,60,100,260,1070,1120,2740,1470,2030,1750,1960,2420,2200,2470,1740,2630,2320,2560,2490,2550,2220,1030,760,390,110,140,40,1490,1000,640,1200,1630,1690,1930,2200,2070,2370,2010,2010,1960,2210,1950,2370,1850,2100,1020,900,550,230,120,80,140,1490,610,1310,1720,2040,2330,2310,2050,2160,1750,2390,2040,2230,2200,2800,2190,2110,1150]},{"name":"URL","color":"#2373DB","values":[310,140,90,0,30,100,530,730,950,950,1170,1670,1730,1620,1600,1910,2070,2580,2390,2290,1970,1850,1250,590,200,90,30,40,30,110,450,880,1130,1380,1340,1680,1920,1710,1860,1810,2170,2480,3030,2310,2040,1380,1630,560,310,120,60,0,20,90,500,920,1020,1040,1160,1590,1920,1780,1730,1780,2140,2880,3320,2720,3440,3210,2500,1660,550,230,130,0,40,90,470,800,960,1280,1600,1720,2010,1970,1680,2240,2110,2890,2580,2300,1700,1920,1470,770,230,170,10,20,50,80,560,770,1050,1370,1700,1680,2120,1890,1990,1910,2350,3020,2840,2220,1660,1660,1130,670,390,260,110,20,40,110,160,570,650,1150,1450,2280,1520,1710,1850,1550,1670,1850,2060,1250,1480,1350,890,1080,540,220,80,40,20,100,70,300,650,1040,1250,1450,1600,1420,1600,1230,1350,1450,1860,1690,1850,1400,1240,740]},{"name":"Groups","color":"#9ED448","values":[640,200,110,50,50,300,620,960,1020,1290,1190,1270,1670,1890,1460,1340,1560,1590,1770,2110,2390,2930,2450,1510,410,420,70,20,60,350,740,960,950,1010,1230,980,1720,1620,1320,1170,1450,1380,2170,1720,2330,2670,2440,1820,480,200,10,90,30,380,770,1220,1330,1050,1330,1340,1580,1740,1070,1310,1300,1840,2090,2310,4170,5030,4940,2100,840,560,50,100,10,300,940,950,1070,1270,1220,1240,1570,1660,1670,1610,1540,1990,1580,2010,2320,2660,2350,1560,640,190,40,110,90,250,740,1470,1010,1230,1060,1500,1540,1460,1380,1310,1480,1720,1650,1600,1810,1820,2220,1880,1100,130,120,80,40,140,430,830,930,870,1040,1210,1180,1380,1150,1450,1300,1390,1470,1440,1150,1870,1750,1600,1100,700,160,90,50,100,210,680,930,1130,1330,1450,1400,1430,1570,1350,1840,1340,1720,1810,2290,2460,2190,1920]},{"name":"Channel","color":"#4fae4e","values":[110,20,70,110,40,20,40,50,150,100,480,170,140,250,410,280,170,170,110,340,90,290,270,130,60,120,10,20,0,20,50,30,60,40,180,160,170,280,180,100,160,130,200,330,130,130,220,100,20,10,20,30,0,10,80,50,60,50,100,80,100,130,160,170,180,190,170,310,310,340,220,140,70,60,20,10,0,10,20,110,70,90,130,130,140,170,230,130,210,120,260,180,240,250,150,90,40,50,0,30,0,50,30,110,120,180,140,140,100,230,250,170,260,170,160,170,260,260,220,100,40,50,30,10,10,0,50,60,90,110,150,170,150,160,220,200,150,120,180,120,180,120,130,100,100,50,40,20,10,0,20,40,130,190,210,200,210,250,230,270,200,260,130,210,200,210,230,120]},{"name":"Search","color":"#F5BD25","values":[20,30,0,0,10,250,300,210,150,320,160,270,350,160,140,200,200,230,320,190,330,320,270,30,30,0,0,0,0,90,210,230,220,270,130,160,220,130,370,150,310,300,490,290,150,150,300,40,40,0,0,0,10,40,170,130,220,40,70,150,320,170,250,140,290,140,340,250,280,260,350,110,10,20,20,10,0,0,210,300,410,250,170,190,210,280,150,160,240,200,240,160,320,670,630,150,30,0,0,0,60,310,150,170,330,370,220,470,280,270,290,200,120,180,160,200,120,190,200,200,50,20,0,0,20,0,110,360,120,400,180,330,310,560,180,300,310,230,380,420,150,140,70,360,30,40,10,10,0,50,20,160,360,330,270,370,260,410,290,150,160,140,250,240,120,130,150,120]},{"name":"Other","color":"#F79E39","values":[100,20,0,0,20,40,100,160,240,210,210,300,360,260,280,350,250,380,320,310,440,350,300,150,80,80,20,10,70,30,100,230,280,200,310,250,240,310,260,260,280,320,360,370,390,310,230,120,140,80,20,10,0,80,200,200,210,250,280,310,250,340,250,330,300,270,330,540,500,530,280,190,130,30,10,40,20,80,240,200,250,280,310,350,390,440,360,250,170,350,350,360,450,320,360,160,40,20,50,10,20,120,210,220,230,180,290,270,320,290,350,310,410,320,290,250,470,350,260,180,120,60,70,20,40,40,120,170,140,270,280,280,330,260,280,310,240,280,300,370,250,190,230,120,150,40,30,10,30,20,40,100,280,220,280,270,390,320,320,300,370,180,270,390,290,310,270,220]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,10,10,20,0,0,40,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,20,10,0,0,10,0,10,10,10,20,0,0,0,0,0,0,0,10,0,0,0,0,20,10,10,20,0,30,20,20,20,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,0,0,20,20,30,10,30,0,10,10,0,0,0,0,0,0,10,10,20,30,10,20,0,10,20,10,10,0,30,0,10,0,30,0,10,0,0,0,0,0,0,0,0,20,0,10,20,0,10,10,10,10,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,10,10,10,10,20,20,0,10,10,0,10,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/15.json b/dist/chartDummyData/views_zoom/2019-03/15.json new file mode 100644 index 000000000..93dceda9c --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/15.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1552348800000,1552352400000,1552356000000,1552359600000,1552363200000,1552366800000,1552370400000,1552374000000,1552377600000,1552381200000,1552384800000,1552388400000,1552392000000,1552395600000,1552399200000,1552402800000,1552406400000,1552410000000,1552413600000,1552417200000,1552420800000,1552424400000,1552428000000,1552431600000,1552435200000,1552438800000,1552442400000,1552446000000,1552449600000,1552453200000,1552456800000,1552460400000,1552464000000,1552467600000,1552471200000,1552474800000,1552478400000,1552482000000,1552485600000,1552489200000,1552492800000,1552496400000,1552500000000,1552503600000,1552507200000,1552510800000,1552514400000,1552518000000,1552521600000,1552525200000,1552528800000,1552532400000,1552536000000,1552539600000,1552543200000,1552546800000,1552550400000,1552554000000,1552557600000,1552561200000,1552564800000,1552568400000,1552572000000,1552575600000,1552579200000,1552582800000,1552586400000,1552590000000,1552593600000,1552597200000,1552600800000,1552604400000,1552608000000,1552611600000,1552615200000,1552618800000,1552622400000,1552626000000,1552629600000,1552633200000,1552636800000,1552640400000,1552644000000,1552647600000,1552651200000,1552654800000,1552658400000,1552662000000,1552665600000,1552669200000,1552672800000,1552676400000,1552680000000,1552683600000,1552687200000,1552690800000,1552694400000,1552698000000,1552701600000,1552705200000,1552708800000,1552712400000,1552716000000,1552719600000,1552723200000,1552726800000,1552730400000,1552734000000,1552737600000,1552741200000,1552744800000,1552748400000,1552752000000,1552755600000,1552759200000,1552762800000,1552766400000,1552770000000,1552773600000,1552777200000,1552780800000,1552784400000,1552788000000,1552791600000,1552795200000,1552798800000,1552802400000,1552806000000,1552809600000,1552813200000,1552816800000,1552820400000,1552824000000,1552827600000,1552831200000,1552834800000,1552838400000,1552842000000,1552845600000,1552849200000,1552852800000,1552856400000,1552860000000,1552863600000,1552867200000,1552870800000,1552874400000,1552878000000,1552881600000,1552885200000,1552888800000,1552892400000,1552896000000,1552899600000,1552903200000,1552906800000,1552910400000,1552914000000,1552917600000,1552921200000,1552924800000,1552928400000,1552932000000,1552935600000,1552939200000,1552942800000,1552946400000,1552950000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[750,220,140,1770,40,320,930,1090,1570,1730,2080,2170,2090,1950,2130,2040,1970,2020,2120,2630,2260,2380,1960,800,360,320,190,10,30,170,2060,1150,1230,1250,1350,1500,1520,1710,1690,1740,2100,2450,2320,3030,3740,3510,2960,1490,700,250,160,130,230,470,900,1260,1530,1620,1780,1900,2490,2020,2390,2240,1580,2250,2380,2160,2320,2700,2240,1100,330,250,170,60,100,260,1070,1120,2740,1470,2030,1750,1960,2420,2200,2470,1740,2630,2320,2560,2490,2550,2220,1030,760,390,110,140,40,1490,1000,640,1200,1630,1690,1930,2200,2070,2370,2010,2010,1960,2210,1950,2370,1850,2100,1020,900,550,230,120,80,140,1490,610,1310,1720,2040,2330,2310,2050,2160,1750,2390,2040,2230,2200,2800,2190,2110,1150,710,210,190,90,10,390,930,1030,1530,1410,2130,2160,2210,2200,2400,1830,2060,2740,2380,2350,4120,2970,3360,1080]},{"name":"URL","color":"#2373DB","values":[200,90,30,40,30,110,450,880,1130,1380,1340,1680,1920,1710,1860,1810,2170,2480,3030,2310,2040,1380,1630,560,310,120,60,0,20,90,500,920,1020,1040,1160,1590,1920,1780,1730,1780,2140,2880,3320,2720,3440,3210,2500,1660,550,230,130,0,40,90,470,800,960,1280,1600,1720,2010,1970,1680,2240,2110,2890,2580,2300,1700,1920,1470,770,230,170,10,20,50,80,560,770,1050,1370,1700,1680,2120,1890,1990,1910,2350,3020,2840,2220,1660,1660,1130,670,390,260,110,20,40,110,160,570,650,1150,1450,2280,1520,1710,1850,1550,1670,1850,2060,1250,1480,1350,890,1080,540,220,80,40,20,100,70,300,650,1040,1250,1450,1600,1420,1600,1230,1350,1450,1860,1690,1850,1400,1240,740,270,110,50,20,20,50,490,780,940,1250,1630,1490,1720,1620,1840,2010,2240,2590,2630,2420,2010,2020,1020,540]},{"name":"Groups","color":"#9ED448","values":[410,420,70,20,60,350,740,960,950,1010,1230,980,1720,1620,1320,1170,1450,1380,2170,1720,2330,2670,2440,1820,480,200,10,90,30,380,770,1220,1330,1050,1330,1340,1580,1740,1070,1310,1300,1840,2090,2310,4170,5030,4940,2100,840,560,50,100,10,300,940,950,1070,1270,1220,1240,1570,1660,1670,1610,1540,1990,1580,2010,2320,2660,2350,1560,640,190,40,110,90,250,740,1470,1010,1230,1060,1500,1540,1460,1380,1310,1480,1720,1650,1600,1810,1820,2220,1880,1100,130,120,80,40,140,430,830,930,870,1040,1210,1180,1380,1150,1450,1300,1390,1470,1440,1150,1870,1750,1600,1100,700,160,90,50,100,210,680,930,1130,1330,1450,1400,1430,1570,1350,1840,1340,1720,1810,2290,2460,2190,1920,540,260,50,70,40,440,680,1070,1090,1270,1140,1540,1590,1540,1320,1340,1500,1480,1810,2060,2740,2860,2470,1380]},{"name":"Channel","color":"#4fae4e","values":[60,120,10,20,0,20,50,30,60,40,180,160,170,280,180,100,160,130,200,330,130,130,220,100,20,10,20,30,0,10,80,50,60,50,100,80,100,130,160,170,180,190,170,310,310,340,220,140,70,60,20,10,0,10,20,110,70,90,130,130,140,170,230,130,210,120,260,180,240,250,150,90,40,50,0,30,0,50,30,110,120,180,140,140,100,230,250,170,260,170,160,170,260,260,220,100,40,50,30,10,10,0,50,60,90,110,150,170,150,160,220,200,150,120,180,120,180,120,130,100,100,50,40,20,10,0,20,40,130,190,210,200,210,250,230,270,200,260,130,210,200,210,230,120,40,30,30,0,10,10,70,80,100,60,100,180,170,200,210,260,130,100,180,180,190,280,170,70]},{"name":"Search","color":"#F5BD25","values":[30,0,0,0,0,90,210,230,220,270,130,160,220,130,370,150,310,300,490,290,150,150,300,40,40,0,0,0,10,40,170,130,220,40,70,150,320,170,250,140,290,140,340,250,280,260,350,110,10,20,20,10,0,0,210,300,410,250,170,190,210,280,150,160,240,200,240,160,320,670,630,150,30,0,0,0,60,310,150,170,330,370,220,470,280,270,290,200,120,180,160,200,120,190,200,200,50,20,0,0,20,0,110,360,120,400,180,330,310,560,180,300,310,230,380,420,150,140,70,360,30,40,10,10,0,50,20,160,360,330,270,370,260,410,290,150,160,140,250,240,120,130,150,120,70,0,0,10,10,170,240,370,310,250,150,270,150,180,460,180,250,140,250,100,290,410,490,330]},{"name":"Other","color":"#F79E39","values":[80,80,20,10,70,30,100,230,280,200,310,250,240,310,260,260,280,320,360,370,390,310,230,120,140,80,20,10,0,80,200,200,210,250,280,310,250,340,250,330,300,270,330,540,500,530,280,190,130,30,10,40,20,80,240,200,250,280,310,350,390,440,360,250,170,350,350,360,450,320,360,160,40,20,50,10,20,120,210,220,230,180,290,270,320,290,350,310,410,320,290,250,470,350,260,180,120,60,70,20,40,40,120,170,140,270,280,280,330,260,280,310,240,280,300,370,250,190,230,120,150,40,30,10,30,20,40,100,280,220,280,270,390,320,320,300,370,180,270,390,290,310,270,220,150,60,0,10,30,60,170,180,200,390,200,220,330,330,360,360,340,300,330,430,400,460,240,150]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,20,0,0,0,20,10,0,0,10,0,10,10,10,20,0,0,0,0,0,0,0,10,0,0,0,0,20,10,10,20,0,30,20,20,20,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,0,0,20,20,30,10,30,0,10,10,0,0,0,0,0,0,10,10,20,30,10,20,0,10,20,10,10,0,30,0,10,0,30,0,10,0,0,0,0,0,0,0,0,20,0,10,20,0,10,10,10,10,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,10,10,10,10,20,20,0,10,10,0,10,10,0,0,0,0,0,0,0,0,10,0,10,10,20,20,0,10,20,0,30,0,10,0,10,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/16.json b/dist/chartDummyData/views_zoom/2019-03/16.json new file mode 100644 index 000000000..6e68dd220 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/16.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1552435200000,1552438800000,1552442400000,1552446000000,1552449600000,1552453200000,1552456800000,1552460400000,1552464000000,1552467600000,1552471200000,1552474800000,1552478400000,1552482000000,1552485600000,1552489200000,1552492800000,1552496400000,1552500000000,1552503600000,1552507200000,1552510800000,1552514400000,1552518000000,1552521600000,1552525200000,1552528800000,1552532400000,1552536000000,1552539600000,1552543200000,1552546800000,1552550400000,1552554000000,1552557600000,1552561200000,1552564800000,1552568400000,1552572000000,1552575600000,1552579200000,1552582800000,1552586400000,1552590000000,1552593600000,1552597200000,1552600800000,1552604400000,1552608000000,1552611600000,1552615200000,1552618800000,1552622400000,1552626000000,1552629600000,1552633200000,1552636800000,1552640400000,1552644000000,1552647600000,1552651200000,1552654800000,1552658400000,1552662000000,1552665600000,1552669200000,1552672800000,1552676400000,1552680000000,1552683600000,1552687200000,1552690800000,1552694400000,1552698000000,1552701600000,1552705200000,1552708800000,1552712400000,1552716000000,1552719600000,1552723200000,1552726800000,1552730400000,1552734000000,1552737600000,1552741200000,1552744800000,1552748400000,1552752000000,1552755600000,1552759200000,1552762800000,1552766400000,1552770000000,1552773600000,1552777200000,1552780800000,1552784400000,1552788000000,1552791600000,1552795200000,1552798800000,1552802400000,1552806000000,1552809600000,1552813200000,1552816800000,1552820400000,1552824000000,1552827600000,1552831200000,1552834800000,1552838400000,1552842000000,1552845600000,1552849200000,1552852800000,1552856400000,1552860000000,1552863600000,1552867200000,1552870800000,1552874400000,1552878000000,1552881600000,1552885200000,1552888800000,1552892400000,1552896000000,1552899600000,1552903200000,1552906800000,1552910400000,1552914000000,1552917600000,1552921200000,1552924800000,1552928400000,1552932000000,1552935600000,1552939200000,1552942800000,1552946400000,1552950000000,1552953600000,1552957200000,1552960800000,1552964400000,1552968000000,1552971600000,1552975200000,1552978800000,1552982400000,1552986000000,1552989600000,1552993200000,1552996800000,1553000400000,1553004000000,1553007600000,1553011200000,1553014800000,1553018400000,1553022000000,1553025600000,1553029200000,1553032800000,1553036400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[360,320,190,10,30,170,2060,1150,1230,1250,1350,1500,1520,1710,1690,1740,2100,2450,2320,3030,3740,3510,2960,1490,700,250,160,130,230,470,900,1260,1530,1620,1780,1900,2490,2020,2390,2240,1580,2250,2380,2160,2320,2700,2240,1100,330,250,170,60,100,260,1070,1120,2740,1470,2030,1750,1960,2420,2200,2470,1740,2630,2320,2560,2490,2550,2220,1030,760,390,110,140,40,1490,1000,640,1200,1630,1690,1930,2200,2070,2370,2010,2010,1960,2210,1950,2370,1850,2100,1020,900,550,230,120,80,140,1490,610,1310,1720,2040,2330,2310,2050,2160,1750,2390,2040,2230,2200,2800,2190,2110,1150,710,210,190,90,10,390,930,1030,1530,1410,2130,2160,2210,2200,2400,1830,2060,2740,2380,2350,4120,2970,3360,1080,580,1150,230,50,60,330,990,1230,1430,1560,1960,2010,2120,2050,2050,1990,2270,2000,2550,2330,2650,2640,1850,1660]},{"name":"URL","color":"#2373DB","values":[310,120,60,0,20,90,500,920,1020,1040,1160,1590,1920,1780,1730,1780,2140,2880,3320,2720,3440,3210,2500,1660,550,230,130,0,40,90,470,800,960,1280,1600,1720,2010,1970,1680,2240,2110,2890,2580,2300,1700,1920,1470,770,230,170,10,20,50,80,560,770,1050,1370,1700,1680,2120,1890,1990,1910,2350,3020,2840,2220,1660,1660,1130,670,390,260,110,20,40,110,160,570,650,1150,1450,2280,1520,1710,1850,1550,1670,1850,2060,1250,1480,1350,890,1080,540,220,80,40,20,100,70,300,650,1040,1250,1450,1600,1420,1600,1230,1350,1450,1860,1690,1850,1400,1240,740,270,110,50,20,20,50,490,780,940,1250,1630,1490,1720,1620,1840,2010,2240,2590,2630,2420,2010,2020,1020,540,230,50,70,0,20,70,390,1060,1110,1170,1480,1680,2240,2030,1540,1810,2030,2460,3080,2330,2260,1910,1260,870]},{"name":"Groups","color":"#9ED448","values":[480,200,10,90,30,380,770,1220,1330,1050,1330,1340,1580,1740,1070,1310,1300,1840,2090,2310,4170,5030,4940,2100,840,560,50,100,10,300,940,950,1070,1270,1220,1240,1570,1660,1670,1610,1540,1990,1580,2010,2320,2660,2350,1560,640,190,40,110,90,250,740,1470,1010,1230,1060,1500,1540,1460,1380,1310,1480,1720,1650,1600,1810,1820,2220,1880,1100,130,120,80,40,140,430,830,930,870,1040,1210,1180,1380,1150,1450,1300,1390,1470,1440,1150,1870,1750,1600,1100,700,160,90,50,100,210,680,930,1130,1330,1450,1400,1430,1570,1350,1840,1340,1720,1810,2290,2460,2190,1920,540,260,50,70,40,440,680,1070,1090,1270,1140,1540,1590,1540,1320,1340,1500,1480,1810,2060,2740,2860,2470,1380,580,160,60,30,80,170,740,1050,1220,1330,1600,1430,1360,1600,1760,1690,1590,1990,1710,2110,2540,2520,2160,1460]},{"name":"Channel","color":"#4fae4e","values":[20,10,20,30,0,10,80,50,60,50,100,80,100,130,160,170,180,190,170,310,310,340,220,140,70,60,20,10,0,10,20,110,70,90,130,130,140,170,230,130,210,120,260,180,240,250,150,90,40,50,0,30,0,50,30,110,120,180,140,140,100,230,250,170,260,170,160,170,260,260,220,100,40,50,30,10,10,0,50,60,90,110,150,170,150,160,220,200,150,120,180,120,180,120,130,100,100,50,40,20,10,0,20,40,130,190,210,200,210,250,230,270,200,260,130,210,200,210,230,120,40,30,30,0,10,10,70,80,100,60,100,180,170,200,210,260,130,100,180,180,190,280,170,70,130,360,170,10,10,10,80,60,110,100,110,110,150,220,230,100,150,110,210,250,190,310,290,110]},{"name":"Search","color":"#F5BD25","values":[40,0,0,0,10,40,170,130,220,40,70,150,320,170,250,140,290,140,340,250,280,260,350,110,10,20,20,10,0,0,210,300,410,250,170,190,210,280,150,160,240,200,240,160,320,670,630,150,30,0,0,0,60,310,150,170,330,370,220,470,280,270,290,200,120,180,160,200,120,190,200,200,50,20,0,0,20,0,110,360,120,400,180,330,310,560,180,300,310,230,380,420,150,140,70,360,30,40,10,10,0,50,20,160,360,330,270,370,260,410,290,150,160,140,250,240,120,130,150,120,70,0,0,10,10,170,240,370,310,250,150,270,150,180,460,180,250,140,250,100,290,410,490,330,90,80,0,0,0,50,520,260,250,140,190,170,130,190,340,230,200,530,160,280,540,220,70,70]},{"name":"Other","color":"#F79E39","values":[140,80,20,10,0,80,200,200,210,250,280,310,250,340,250,330,300,270,330,540,500,530,280,190,130,30,10,40,20,80,240,200,250,280,310,350,390,440,360,250,170,350,350,360,450,320,360,160,40,20,50,10,20,120,210,220,230,180,290,270,320,290,350,310,410,320,290,250,470,350,260,180,120,60,70,20,40,40,120,170,140,270,280,280,330,260,280,310,240,280,300,370,250,190,230,120,150,40,30,10,30,20,40,100,280,220,280,270,390,320,320,300,370,180,270,390,290,310,270,220,150,60,0,10,30,60,170,180,200,390,200,220,330,330,360,360,340,300,330,430,400,460,240,150,90,30,30,80,30,50,190,300,270,220,220,220,210,350,450,330,220,330,310,360,460,320,250,240]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,10,0,0,0,0,20,10,10,20,0,30,20,20,20,10,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,10,0,10,0,0,20,20,30,10,30,0,10,10,0,0,0,0,0,0,10,10,20,30,10,20,0,10,20,10,10,0,30,0,10,0,30,0,10,0,0,0,0,0,0,0,0,20,0,10,20,0,10,10,10,10,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,10,10,10,10,20,20,0,10,10,0,10,10,0,0,0,0,0,0,0,0,10,0,10,10,20,20,0,10,20,0,30,0,10,0,10,0,10,0,0,0,0,0,0,0,0,10,0,0,0,30,0,20,20,10,0,10,0,0,30,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/17.json b/dist/chartDummyData/views_zoom/2019-03/17.json new file mode 100644 index 000000000..f5df63898 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/17.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1552521600000,1552525200000,1552528800000,1552532400000,1552536000000,1552539600000,1552543200000,1552546800000,1552550400000,1552554000000,1552557600000,1552561200000,1552564800000,1552568400000,1552572000000,1552575600000,1552579200000,1552582800000,1552586400000,1552590000000,1552593600000,1552597200000,1552600800000,1552604400000,1552608000000,1552611600000,1552615200000,1552618800000,1552622400000,1552626000000,1552629600000,1552633200000,1552636800000,1552640400000,1552644000000,1552647600000,1552651200000,1552654800000,1552658400000,1552662000000,1552665600000,1552669200000,1552672800000,1552676400000,1552680000000,1552683600000,1552687200000,1552690800000,1552694400000,1552698000000,1552701600000,1552705200000,1552708800000,1552712400000,1552716000000,1552719600000,1552723200000,1552726800000,1552730400000,1552734000000,1552737600000,1552741200000,1552744800000,1552748400000,1552752000000,1552755600000,1552759200000,1552762800000,1552766400000,1552770000000,1552773600000,1552777200000,1552780800000,1552784400000,1552788000000,1552791600000,1552795200000,1552798800000,1552802400000,1552806000000,1552809600000,1552813200000,1552816800000,1552820400000,1552824000000,1552827600000,1552831200000,1552834800000,1552838400000,1552842000000,1552845600000,1552849200000,1552852800000,1552856400000,1552860000000,1552863600000,1552867200000,1552870800000,1552874400000,1552878000000,1552881600000,1552885200000,1552888800000,1552892400000,1552896000000,1552899600000,1552903200000,1552906800000,1552910400000,1552914000000,1552917600000,1552921200000,1552924800000,1552928400000,1552932000000,1552935600000,1552939200000,1552942800000,1552946400000,1552950000000,1552953600000,1552957200000,1552960800000,1552964400000,1552968000000,1552971600000,1552975200000,1552978800000,1552982400000,1552986000000,1552989600000,1552993200000,1552996800000,1553000400000,1553004000000,1553007600000,1553011200000,1553014800000,1553018400000,1553022000000,1553025600000,1553029200000,1553032800000,1553036400000,1553040000000,1553043600000,1553047200000,1553050800000,1553054400000,1553058000000,1553061600000,1553065200000,1553068800000,1553072400000,1553076000000,1553079600000,1553083200000,1553086800000,1553090400000,1553094000000,1553097600000,1553101200000,1553104800000,1553108400000,1553112000000,1553115600000,1553119200000,1553122800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[700,250,160,130,230,470,900,1260,1530,1620,1780,1900,2490,2020,2390,2240,1580,2250,2380,2160,2320,2700,2240,1100,330,250,170,60,100,260,1070,1120,2740,1470,2030,1750,1960,2420,2200,2470,1740,2630,2320,2560,2490,2550,2220,1030,760,390,110,140,40,1490,1000,640,1200,1630,1690,1930,2200,2070,2370,2010,2010,1960,2210,1950,2370,1850,2100,1020,900,550,230,120,80,140,1490,610,1310,1720,2040,2330,2310,2050,2160,1750,2390,2040,2230,2200,2800,2190,2110,1150,710,210,190,90,10,390,930,1030,1530,1410,2130,2160,2210,2200,2400,1830,2060,2740,2380,2350,4120,2970,3360,1080,580,1150,230,50,60,330,990,1230,1430,1560,1960,2010,2120,2050,2050,1990,2270,2000,2550,2330,2650,2640,1850,1660,430,300,70,60,40,2120,710,1160,1260,1910,1620,1570,1820,2040,2090,1840,2090,2850,2040,2480,2560,2410,1900,960]},{"name":"URL","color":"#2373DB","values":[550,230,130,0,40,90,470,800,960,1280,1600,1720,2010,1970,1680,2240,2110,2890,2580,2300,1700,1920,1470,770,230,170,10,20,50,80,560,770,1050,1370,1700,1680,2120,1890,1990,1910,2350,3020,2840,2220,1660,1660,1130,670,390,260,110,20,40,110,160,570,650,1150,1450,2280,1520,1710,1850,1550,1670,1850,2060,1250,1480,1350,890,1080,540,220,80,40,20,100,70,300,650,1040,1250,1450,1600,1420,1600,1230,1350,1450,1860,1690,1850,1400,1240,740,270,110,50,20,20,50,490,780,940,1250,1630,1490,1720,1620,1840,2010,2240,2590,2630,2420,2010,2020,1020,540,230,50,70,0,20,70,390,1060,1110,1170,1480,1680,2240,2030,1540,1810,2030,2460,3080,2330,2260,1910,1260,870,310,70,40,20,30,70,530,1290,1090,1260,1290,1330,1900,1860,1810,1520,2030,2790,2780,2580,2270,1890,1180,600]},{"name":"Groups","color":"#9ED448","values":[840,560,50,100,10,300,940,950,1070,1270,1220,1240,1570,1660,1670,1610,1540,1990,1580,2010,2320,2660,2350,1560,640,190,40,110,90,250,740,1470,1010,1230,1060,1500,1540,1460,1380,1310,1480,1720,1650,1600,1810,1820,2220,1880,1100,130,120,80,40,140,430,830,930,870,1040,1210,1180,1380,1150,1450,1300,1390,1470,1440,1150,1870,1750,1600,1100,700,160,90,50,100,210,680,930,1130,1330,1450,1400,1430,1570,1350,1840,1340,1720,1810,2290,2460,2190,1920,540,260,50,70,40,440,680,1070,1090,1270,1140,1540,1590,1540,1320,1340,1500,1480,1810,2060,2740,2860,2470,1380,580,160,60,30,80,170,740,1050,1220,1330,1600,1430,1360,1600,1760,1690,1590,1990,1710,2110,2540,2520,2160,1460,620,360,20,60,20,290,860,900,1110,1260,1460,1350,1640,1480,1770,1510,1260,1500,1860,1900,2310,2730,2420,1710]},{"name":"Channel","color":"#4fae4e","values":[70,60,20,10,0,10,20,110,70,90,130,130,140,170,230,130,210,120,260,180,240,250,150,90,40,50,0,30,0,50,30,110,120,180,140,140,100,230,250,170,260,170,160,170,260,260,220,100,40,50,30,10,10,0,50,60,90,110,150,170,150,160,220,200,150,120,180,120,180,120,130,100,100,50,40,20,10,0,20,40,130,190,210,200,210,250,230,270,200,260,130,210,200,210,230,120,40,30,30,0,10,10,70,80,100,60,100,180,170,200,210,260,130,100,180,180,190,280,170,70,130,360,170,10,10,10,80,60,110,100,110,110,150,220,230,100,150,110,210,250,190,310,290,110,100,30,10,10,20,80,80,280,100,160,120,170,170,150,190,70,130,290,270,140,290,240,210,170]},{"name":"Search","color":"#F5BD25","values":[10,20,20,10,0,0,210,300,410,250,170,190,210,280,150,160,240,200,240,160,320,670,630,150,30,0,0,0,60,310,150,170,330,370,220,470,280,270,290,200,120,180,160,200,120,190,200,200,50,20,0,0,20,0,110,360,120,400,180,330,310,560,180,300,310,230,380,420,150,140,70,360,30,40,10,10,0,50,20,160,360,330,270,370,260,410,290,150,160,140,250,240,120,130,150,120,70,0,0,10,10,170,240,370,310,250,150,270,150,180,460,180,250,140,250,100,290,410,490,330,90,80,0,0,0,50,520,260,250,140,190,170,130,190,340,230,200,530,160,280,540,220,70,70,70,110,20,10,0,160,300,310,210,100,150,230,260,120,150,160,240,340,290,530,300,170,140,70]},{"name":"Other","color":"#F79E39","values":[130,30,10,40,20,80,240,200,250,280,310,350,390,440,360,250,170,350,350,360,450,320,360,160,40,20,50,10,20,120,210,220,230,180,290,270,320,290,350,310,410,320,290,250,470,350,260,180,120,60,70,20,40,40,120,170,140,270,280,280,330,260,280,310,240,280,300,370,250,190,230,120,150,40,30,10,30,20,40,100,280,220,280,270,390,320,320,300,370,180,270,390,290,310,270,220,150,60,0,10,30,60,170,180,200,390,200,220,330,330,360,360,340,300,330,430,400,460,240,150,90,30,30,80,30,50,190,300,270,220,220,220,210,350,450,330,220,330,310,360,460,320,250,240,60,40,10,20,30,70,190,270,310,230,290,280,430,310,290,310,340,300,350,390,290,280,280,140]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,0,0,10,0,10,0,0,20,20,30,10,30,0,10,10,0,0,0,0,0,0,10,10,20,30,10,20,0,10,20,10,10,0,30,0,10,0,30,0,10,0,0,0,0,0,0,0,0,20,0,10,20,0,10,10,10,10,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,10,10,10,10,20,20,0,10,10,0,10,10,0,0,0,0,0,0,0,0,10,0,10,10,20,20,0,10,20,0,30,0,10,0,10,0,10,0,0,0,0,0,0,0,0,10,0,0,0,30,0,20,20,10,0,10,0,0,30,0,0,0,0,0,0,0,0,10,0,10,0,20,0,10,0,0,10,20,0,30,0,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/18.json b/dist/chartDummyData/views_zoom/2019-03/18.json new file mode 100644 index 000000000..cad77c77e --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/18.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1552608000000,1552611600000,1552615200000,1552618800000,1552622400000,1552626000000,1552629600000,1552633200000,1552636800000,1552640400000,1552644000000,1552647600000,1552651200000,1552654800000,1552658400000,1552662000000,1552665600000,1552669200000,1552672800000,1552676400000,1552680000000,1552683600000,1552687200000,1552690800000,1552694400000,1552698000000,1552701600000,1552705200000,1552708800000,1552712400000,1552716000000,1552719600000,1552723200000,1552726800000,1552730400000,1552734000000,1552737600000,1552741200000,1552744800000,1552748400000,1552752000000,1552755600000,1552759200000,1552762800000,1552766400000,1552770000000,1552773600000,1552777200000,1552780800000,1552784400000,1552788000000,1552791600000,1552795200000,1552798800000,1552802400000,1552806000000,1552809600000,1552813200000,1552816800000,1552820400000,1552824000000,1552827600000,1552831200000,1552834800000,1552838400000,1552842000000,1552845600000,1552849200000,1552852800000,1552856400000,1552860000000,1552863600000,1552867200000,1552870800000,1552874400000,1552878000000,1552881600000,1552885200000,1552888800000,1552892400000,1552896000000,1552899600000,1552903200000,1552906800000,1552910400000,1552914000000,1552917600000,1552921200000,1552924800000,1552928400000,1552932000000,1552935600000,1552939200000,1552942800000,1552946400000,1552950000000,1552953600000,1552957200000,1552960800000,1552964400000,1552968000000,1552971600000,1552975200000,1552978800000,1552982400000,1552986000000,1552989600000,1552993200000,1552996800000,1553000400000,1553004000000,1553007600000,1553011200000,1553014800000,1553018400000,1553022000000,1553025600000,1553029200000,1553032800000,1553036400000,1553040000000,1553043600000,1553047200000,1553050800000,1553054400000,1553058000000,1553061600000,1553065200000,1553068800000,1553072400000,1553076000000,1553079600000,1553083200000,1553086800000,1553090400000,1553094000000,1553097600000,1553101200000,1553104800000,1553108400000,1553112000000,1553115600000,1553119200000,1553122800000,1553126400000,1553130000000,1553133600000,1553137200000,1553140800000,1553144400000,1553148000000,1553151600000,1553155200000,1553158800000,1553162400000,1553166000000,1553169600000,1553173200000,1553176800000,1553180400000,1553184000000,1553187600000,1553191200000,1553194800000,1553198400000,1553202000000,1553205600000,1553209200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[330,250,170,60,100,260,1070,1120,2740,1470,2030,1750,1960,2420,2200,2470,1740,2630,2320,2560,2490,2550,2220,1030,760,390,110,140,40,1490,1000,640,1200,1630,1690,1930,2200,2070,2370,2010,2010,1960,2210,1950,2370,1850,2100,1020,900,550,230,120,80,140,1490,610,1310,1720,2040,2330,2310,2050,2160,1750,2390,2040,2230,2200,2800,2190,2110,1150,710,210,190,90,10,390,930,1030,1530,1410,2130,2160,2210,2200,2400,1830,2060,2740,2380,2350,4120,2970,3360,1080,580,1150,230,50,60,330,990,1230,1430,1560,1960,2010,2120,2050,2050,1990,2270,2000,2550,2330,2650,2640,1850,1660,430,300,70,60,40,2120,710,1160,1260,1910,1620,1570,1820,2040,2090,1840,2090,2850,2040,2480,2560,2410,1900,960,460,470,120,60,1560,280,660,1190,1240,1500,2190,1970,2300,2820,2300,2180,1840,2100,2430,2450,2350,2290,1890,1080]},{"name":"URL","color":"#2373DB","values":[230,170,10,20,50,80,560,770,1050,1370,1700,1680,2120,1890,1990,1910,2350,3020,2840,2220,1660,1660,1130,670,390,260,110,20,40,110,160,570,650,1150,1450,2280,1520,1710,1850,1550,1670,1850,2060,1250,1480,1350,890,1080,540,220,80,40,20,100,70,300,650,1040,1250,1450,1600,1420,1600,1230,1350,1450,1860,1690,1850,1400,1240,740,270,110,50,20,20,50,490,780,940,1250,1630,1490,1720,1620,1840,2010,2240,2590,2630,2420,2010,2020,1020,540,230,50,70,0,20,70,390,1060,1110,1170,1480,1680,2240,2030,1540,1810,2030,2460,3080,2330,2260,1910,1260,870,310,70,40,20,30,70,530,1290,1090,1260,1290,1330,1900,1860,1810,1520,2030,2790,2780,2580,2270,1890,1180,600,220,130,80,20,0,100,470,880,980,1690,1360,1820,1850,1740,1790,1520,2420,2740,2810,2480,1630,1740,1180,640]},{"name":"Groups","color":"#9ED448","values":[640,190,40,110,90,250,740,1470,1010,1230,1060,1500,1540,1460,1380,1310,1480,1720,1650,1600,1810,1820,2220,1880,1100,130,120,80,40,140,430,830,930,870,1040,1210,1180,1380,1150,1450,1300,1390,1470,1440,1150,1870,1750,1600,1100,700,160,90,50,100,210,680,930,1130,1330,1450,1400,1430,1570,1350,1840,1340,1720,1810,2290,2460,2190,1920,540,260,50,70,40,440,680,1070,1090,1270,1140,1540,1590,1540,1320,1340,1500,1480,1810,2060,2740,2860,2470,1380,580,160,60,30,80,170,740,1050,1220,1330,1600,1430,1360,1600,1760,1690,1590,1990,1710,2110,2540,2520,2160,1460,620,360,20,60,20,290,860,900,1110,1260,1460,1350,1640,1480,1770,1510,1260,1500,1860,1900,2310,2730,2420,1710,600,110,90,10,50,210,920,720,930,1430,1030,1260,1530,1460,1560,1330,1650,1810,2060,1940,2380,2670,2600,1240]},{"name":"Channel","color":"#4fae4e","values":[40,50,0,30,0,50,30,110,120,180,140,140,100,230,250,170,260,170,160,170,260,260,220,100,40,50,30,10,10,0,50,60,90,110,150,170,150,160,220,200,150,120,180,120,180,120,130,100,100,50,40,20,10,0,20,40,130,190,210,200,210,250,230,270,200,260,130,210,200,210,230,120,40,30,30,0,10,10,70,80,100,60,100,180,170,200,210,260,130,100,180,180,190,280,170,70,130,360,170,10,10,10,80,60,110,100,110,110,150,220,230,100,150,110,210,250,190,310,290,110,100,30,10,10,20,80,80,280,100,160,120,170,170,150,190,70,130,290,270,140,290,240,210,170,90,30,50,30,50,20,70,80,30,110,100,170,180,210,360,120,180,200,210,230,210,250,130,100]},{"name":"Search","color":"#F5BD25","values":[30,0,0,0,60,310,150,170,330,370,220,470,280,270,290,200,120,180,160,200,120,190,200,200,50,20,0,0,20,0,110,360,120,400,180,330,310,560,180,300,310,230,380,420,150,140,70,360,30,40,10,10,0,50,20,160,360,330,270,370,260,410,290,150,160,140,250,240,120,130,150,120,70,0,0,10,10,170,240,370,310,250,150,270,150,180,460,180,250,140,250,100,290,410,490,330,90,80,0,0,0,50,520,260,250,140,190,170,130,190,340,230,200,530,160,280,540,220,70,70,70,110,20,10,0,160,300,310,210,100,150,230,260,120,150,160,240,340,290,530,300,170,140,70,60,30,0,0,0,20,270,380,190,190,120,270,360,360,460,140,360,330,650,280,300,260,310,200]},{"name":"Other","color":"#F79E39","values":[40,20,50,10,20,120,210,220,230,180,290,270,320,290,350,310,410,320,290,250,470,350,260,180,120,60,70,20,40,40,120,170,140,270,280,280,330,260,280,310,240,280,300,370,250,190,230,120,150,40,30,10,30,20,40,100,280,220,280,270,390,320,320,300,370,180,270,390,290,310,270,220,150,60,0,10,30,60,170,180,200,390,200,220,330,330,360,360,340,300,330,430,400,460,240,150,90,30,30,80,30,50,190,300,270,220,220,220,210,350,450,330,220,330,310,360,460,320,250,240,60,40,10,20,30,70,190,270,310,230,290,280,430,310,290,310,340,300,350,390,290,280,280,140,50,50,0,10,20,40,210,320,290,300,250,230,420,300,310,270,320,330,300,380,380,340,480,100]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,10,20,30,10,20,0,10,20,10,10,0,30,0,10,0,30,0,10,0,0,0,0,0,0,0,0,20,0,10,20,0,10,10,10,10,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,10,10,10,10,20,20,0,10,10,0,10,10,0,0,0,0,0,0,0,0,10,0,10,10,20,20,0,10,20,0,30,0,10,0,10,0,10,0,0,0,0,0,0,0,0,10,0,0,0,30,0,20,20,10,0,10,0,0,30,0,0,0,0,0,0,0,0,10,0,10,0,20,0,10,0,0,10,20,0,30,0,0,0,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,10,0,10,0,0,10,0,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/19.json b/dist/chartDummyData/views_zoom/2019-03/19.json new file mode 100644 index 000000000..1856431bf --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/19.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1552694400000,1552698000000,1552701600000,1552705200000,1552708800000,1552712400000,1552716000000,1552719600000,1552723200000,1552726800000,1552730400000,1552734000000,1552737600000,1552741200000,1552744800000,1552748400000,1552752000000,1552755600000,1552759200000,1552762800000,1552766400000,1552770000000,1552773600000,1552777200000,1552780800000,1552784400000,1552788000000,1552791600000,1552795200000,1552798800000,1552802400000,1552806000000,1552809600000,1552813200000,1552816800000,1552820400000,1552824000000,1552827600000,1552831200000,1552834800000,1552838400000,1552842000000,1552845600000,1552849200000,1552852800000,1552856400000,1552860000000,1552863600000,1552867200000,1552870800000,1552874400000,1552878000000,1552881600000,1552885200000,1552888800000,1552892400000,1552896000000,1552899600000,1552903200000,1552906800000,1552910400000,1552914000000,1552917600000,1552921200000,1552924800000,1552928400000,1552932000000,1552935600000,1552939200000,1552942800000,1552946400000,1552950000000,1552953600000,1552957200000,1552960800000,1552964400000,1552968000000,1552971600000,1552975200000,1552978800000,1552982400000,1552986000000,1552989600000,1552993200000,1552996800000,1553000400000,1553004000000,1553007600000,1553011200000,1553014800000,1553018400000,1553022000000,1553025600000,1553029200000,1553032800000,1553036400000,1553040000000,1553043600000,1553047200000,1553050800000,1553054400000,1553058000000,1553061600000,1553065200000,1553068800000,1553072400000,1553076000000,1553079600000,1553083200000,1553086800000,1553090400000,1553094000000,1553097600000,1553101200000,1553104800000,1553108400000,1553112000000,1553115600000,1553119200000,1553122800000,1553126400000,1553130000000,1553133600000,1553137200000,1553140800000,1553144400000,1553148000000,1553151600000,1553155200000,1553158800000,1553162400000,1553166000000,1553169600000,1553173200000,1553176800000,1553180400000,1553184000000,1553187600000,1553191200000,1553194800000,1553198400000,1553202000000,1553205600000,1553209200000,1553212800000,1553216400000,1553220000000,1553223600000,1553227200000,1553230800000,1553234400000,1553238000000,1553241600000,1553245200000,1553248800000,1553252400000,1553256000000,1553259600000,1553263200000,1553266800000,1553270400000,1553274000000,1553277600000,1553281200000,1553284800000,1553288400000,1553292000000,1553295600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[760,390,110,140,40,1490,1000,640,1200,1630,1690,1930,2200,2070,2370,2010,2010,1960,2210,1950,2370,1850,2100,1020,900,550,230,120,80,140,1490,610,1310,1720,2040,2330,2310,2050,2160,1750,2390,2040,2230,2200,2800,2190,2110,1150,710,210,190,90,10,390,930,1030,1530,1410,2130,2160,2210,2200,2400,1830,2060,2740,2380,2350,4120,2970,3360,1080,580,1150,230,50,60,330,990,1230,1430,1560,1960,2010,2120,2050,2050,1990,2270,2000,2550,2330,2650,2640,1850,1660,430,300,70,60,40,2120,710,1160,1260,1910,1620,1570,1820,2040,2090,1840,2090,2850,2040,2480,2560,2410,1900,960,460,470,120,60,1560,280,660,1190,1240,1500,2190,1970,2300,2820,2300,2180,1840,2100,2430,2450,2350,2290,1890,1080,440,360,90,20,160,280,700,1030,1450,3980,1540,1730,1850,2200,1770,1650,1730,2220,2220,2290,2340,1830,2190,1260]},{"name":"URL","color":"#2373DB","values":[390,260,110,20,40,110,160,570,650,1150,1450,2280,1520,1710,1850,1550,1670,1850,2060,1250,1480,1350,890,1080,540,220,80,40,20,100,70,300,650,1040,1250,1450,1600,1420,1600,1230,1350,1450,1860,1690,1850,1400,1240,740,270,110,50,20,20,50,490,780,940,1250,1630,1490,1720,1620,1840,2010,2240,2590,2630,2420,2010,2020,1020,540,230,50,70,0,20,70,390,1060,1110,1170,1480,1680,2240,2030,1540,1810,2030,2460,3080,2330,2260,1910,1260,870,310,70,40,20,30,70,530,1290,1090,1260,1290,1330,1900,1860,1810,1520,2030,2790,2780,2580,2270,1890,1180,600,220,130,80,20,0,100,470,880,980,1690,1360,1820,1850,1740,1790,1520,2420,2740,2810,2480,1630,1740,1180,640,190,180,30,10,170,90,520,1010,940,1260,1350,1710,1820,2120,1740,2190,2350,2730,2790,2560,2100,1850,1240,910]},{"name":"Groups","color":"#9ED448","values":[1100,130,120,80,40,140,430,830,930,870,1040,1210,1180,1380,1150,1450,1300,1390,1470,1440,1150,1870,1750,1600,1100,700,160,90,50,100,210,680,930,1130,1330,1450,1400,1430,1570,1350,1840,1340,1720,1810,2290,2460,2190,1920,540,260,50,70,40,440,680,1070,1090,1270,1140,1540,1590,1540,1320,1340,1500,1480,1810,2060,2740,2860,2470,1380,580,160,60,30,80,170,740,1050,1220,1330,1600,1430,1360,1600,1760,1690,1590,1990,1710,2110,2540,2520,2160,1460,620,360,20,60,20,290,860,900,1110,1260,1460,1350,1640,1480,1770,1510,1260,1500,1860,1900,2310,2730,2420,1710,600,110,90,10,50,210,920,720,930,1430,1030,1260,1530,1460,1560,1330,1650,1810,2060,1940,2380,2670,2600,1240,640,150,50,70,50,260,960,1480,1110,1110,1310,1330,1510,1750,1560,1190,1120,1430,1620,1790,1960,2300,1780,1310]},{"name":"Channel","color":"#4fae4e","values":[40,50,30,10,10,0,50,60,90,110,150,170,150,160,220,200,150,120,180,120,180,120,130,100,100,50,40,20,10,0,20,40,130,190,210,200,210,250,230,270,200,260,130,210,200,210,230,120,40,30,30,0,10,10,70,80,100,60,100,180,170,200,210,260,130,100,180,180,190,280,170,70,130,360,170,10,10,10,80,60,110,100,110,110,150,220,230,100,150,110,210,250,190,310,290,110,100,30,10,10,20,80,80,280,100,160,120,170,170,150,190,70,130,290,270,140,290,240,210,170,90,30,50,30,50,20,70,80,30,110,100,170,180,210,360,120,180,200,210,230,210,250,130,100,80,40,30,40,10,20,60,90,80,130,90,220,100,120,210,160,110,270,350,360,150,180,160,90]},{"name":"Search","color":"#F5BD25","values":[50,20,0,0,20,0,110,360,120,400,180,330,310,560,180,300,310,230,380,420,150,140,70,360,30,40,10,10,0,50,20,160,360,330,270,370,260,410,290,150,160,140,250,240,120,130,150,120,70,0,0,10,10,170,240,370,310,250,150,270,150,180,460,180,250,140,250,100,290,410,490,330,90,80,0,0,0,50,520,260,250,140,190,170,130,190,340,230,200,530,160,280,540,220,70,70,70,110,20,10,0,160,300,310,210,100,150,230,260,120,150,160,240,340,290,530,300,170,140,70,60,30,0,0,0,20,270,380,190,190,120,270,360,360,460,140,360,330,650,280,300,260,310,200,20,0,10,10,0,240,130,200,430,210,300,170,330,500,660,270,270,180,260,290,170,210,360,60]},{"name":"Other","color":"#F79E39","values":[120,60,70,20,40,40,120,170,140,270,280,280,330,260,280,310,240,280,300,370,250,190,230,120,150,40,30,10,30,20,40,100,280,220,280,270,390,320,320,300,370,180,270,390,290,310,270,220,150,60,0,10,30,60,170,180,200,390,200,220,330,330,360,360,340,300,330,430,400,460,240,150,90,30,30,80,30,50,190,300,270,220,220,220,210,350,450,330,220,330,310,360,460,320,250,240,60,40,10,20,30,70,190,270,310,230,290,280,430,310,290,310,340,300,350,390,290,280,280,140,50,50,0,10,20,40,210,320,290,300,250,230,420,300,310,270,320,330,300,380,380,340,480,100,60,70,0,0,10,70,130,280,250,400,250,240,380,290,280,360,230,250,370,280,250,330,220,80]},{"name":"PM","color":"#E65850","values":[10,0,0,0,0,0,0,0,0,20,0,10,20,0,10,10,10,10,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,10,10,10,10,20,20,0,10,10,0,10,10,0,0,0,0,0,0,0,0,10,0,10,10,20,20,0,10,20,0,30,0,10,0,10,0,10,0,0,0,0,0,0,0,0,10,0,0,0,30,0,20,20,10,0,10,0,0,30,0,0,0,0,0,0,0,0,10,0,10,0,20,0,10,0,0,10,20,0,30,0,0,0,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,10,0,10,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,10,10,0,0,20,0,30,10,10,20,20,20,20,30,10,20,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/20.json b/dist/chartDummyData/views_zoom/2019-03/20.json new file mode 100644 index 000000000..952050e04 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/20.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1552780800000,1552784400000,1552788000000,1552791600000,1552795200000,1552798800000,1552802400000,1552806000000,1552809600000,1552813200000,1552816800000,1552820400000,1552824000000,1552827600000,1552831200000,1552834800000,1552838400000,1552842000000,1552845600000,1552849200000,1552852800000,1552856400000,1552860000000,1552863600000,1552867200000,1552870800000,1552874400000,1552878000000,1552881600000,1552885200000,1552888800000,1552892400000,1552896000000,1552899600000,1552903200000,1552906800000,1552910400000,1552914000000,1552917600000,1552921200000,1552924800000,1552928400000,1552932000000,1552935600000,1552939200000,1552942800000,1552946400000,1552950000000,1552953600000,1552957200000,1552960800000,1552964400000,1552968000000,1552971600000,1552975200000,1552978800000,1552982400000,1552986000000,1552989600000,1552993200000,1552996800000,1553000400000,1553004000000,1553007600000,1553011200000,1553014800000,1553018400000,1553022000000,1553025600000,1553029200000,1553032800000,1553036400000,1553040000000,1553043600000,1553047200000,1553050800000,1553054400000,1553058000000,1553061600000,1553065200000,1553068800000,1553072400000,1553076000000,1553079600000,1553083200000,1553086800000,1553090400000,1553094000000,1553097600000,1553101200000,1553104800000,1553108400000,1553112000000,1553115600000,1553119200000,1553122800000,1553126400000,1553130000000,1553133600000,1553137200000,1553140800000,1553144400000,1553148000000,1553151600000,1553155200000,1553158800000,1553162400000,1553166000000,1553169600000,1553173200000,1553176800000,1553180400000,1553184000000,1553187600000,1553191200000,1553194800000,1553198400000,1553202000000,1553205600000,1553209200000,1553212800000,1553216400000,1553220000000,1553223600000,1553227200000,1553230800000,1553234400000,1553238000000,1553241600000,1553245200000,1553248800000,1553252400000,1553256000000,1553259600000,1553263200000,1553266800000,1553270400000,1553274000000,1553277600000,1553281200000,1553284800000,1553288400000,1553292000000,1553295600000,1553299200000,1553302800000,1553306400000,1553310000000,1553313600000,1553317200000,1553320800000,1553324400000,1553328000000,1553331600000,1553335200000,1553338800000,1553342400000,1553346000000,1553349600000,1553353200000,1553356800000,1553360400000,1553364000000,1553367600000,1553371200000,1553374800000,1553378400000,1553382000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[900,550,230,120,80,140,1490,610,1310,1720,2040,2330,2310,2050,2160,1750,2390,2040,2230,2200,2800,2190,2110,1150,710,210,190,90,10,390,930,1030,1530,1410,2130,2160,2210,2200,2400,1830,2060,2740,2380,2350,4120,2970,3360,1080,580,1150,230,50,60,330,990,1230,1430,1560,1960,2010,2120,2050,2050,1990,2270,2000,2550,2330,2650,2640,1850,1660,430,300,70,60,40,2120,710,1160,1260,1910,1620,1570,1820,2040,2090,1840,2090,2850,2040,2480,2560,2410,1900,960,460,470,120,60,1560,280,660,1190,1240,1500,2190,1970,2300,2820,2300,2180,1840,2100,2430,2450,2350,2290,1890,1080,440,360,90,20,160,280,700,1030,1450,3980,1540,1730,1850,2200,1770,1650,1730,2220,2220,2290,2340,1830,2190,1260,510,330,180,90,50,250,420,2350,1450,1870,1660,1940,2020,2150,2240,2130,2760,1840,2580,2370,2050,1870,1530,1160]},{"name":"URL","color":"#2373DB","values":[540,220,80,40,20,100,70,300,650,1040,1250,1450,1600,1420,1600,1230,1350,1450,1860,1690,1850,1400,1240,740,270,110,50,20,20,50,490,780,940,1250,1630,1490,1720,1620,1840,2010,2240,2590,2630,2420,2010,2020,1020,540,230,50,70,0,20,70,390,1060,1110,1170,1480,1680,2240,2030,1540,1810,2030,2460,3080,2330,2260,1910,1260,870,310,70,40,20,30,70,530,1290,1090,1260,1290,1330,1900,1860,1810,1520,2030,2790,2780,2580,2270,1890,1180,600,220,130,80,20,0,100,470,880,980,1690,1360,1820,1850,1740,1790,1520,2420,2740,2810,2480,1630,1740,1180,640,190,180,30,10,170,90,520,1010,940,1260,1350,1710,1820,2120,1740,2190,2350,2730,2790,2560,2100,1850,1240,910,820,230,50,90,40,30,160,660,920,1490,1830,1700,1970,1860,1620,1470,1590,1950,1940,1590,1650,1270,1160,660]},{"name":"Groups","color":"#9ED448","values":[1100,700,160,90,50,100,210,680,930,1130,1330,1450,1400,1430,1570,1350,1840,1340,1720,1810,2290,2460,2190,1920,540,260,50,70,40,440,680,1070,1090,1270,1140,1540,1590,1540,1320,1340,1500,1480,1810,2060,2740,2860,2470,1380,580,160,60,30,80,170,740,1050,1220,1330,1600,1430,1360,1600,1760,1690,1590,1990,1710,2110,2540,2520,2160,1460,620,360,20,60,20,290,860,900,1110,1260,1460,1350,1640,1480,1770,1510,1260,1500,1860,1900,2310,2730,2420,1710,600,110,90,10,50,210,920,720,930,1430,1030,1260,1530,1460,1560,1330,1650,1810,2060,1940,2380,2670,2600,1240,640,150,50,70,50,260,960,1480,1110,1110,1310,1330,1510,1750,1560,1190,1120,1430,1620,1790,1960,2300,1780,1310,780,410,200,60,30,150,410,910,980,940,1000,1370,1300,1520,1290,1280,1980,1400,1500,1280,1780,1650,1560,1290]},{"name":"Channel","color":"#4fae4e","values":[100,50,40,20,10,0,20,40,130,190,210,200,210,250,230,270,200,260,130,210,200,210,230,120,40,30,30,0,10,10,70,80,100,60,100,180,170,200,210,260,130,100,180,180,190,280,170,70,130,360,170,10,10,10,80,60,110,100,110,110,150,220,230,100,150,110,210,250,190,310,290,110,100,30,10,10,20,80,80,280,100,160,120,170,170,150,190,70,130,290,270,140,290,240,210,170,90,30,50,30,50,20,70,80,30,110,100,170,180,210,360,120,180,200,210,230,210,250,130,100,80,40,30,40,10,20,60,90,80,130,90,220,100,120,210,160,110,270,350,360,150,180,160,90,80,60,10,50,0,0,20,50,90,70,90,180,160,230,200,170,170,200,290,140,120,210,70,70]},{"name":"Search","color":"#F5BD25","values":[30,40,10,10,0,50,20,160,360,330,270,370,260,410,290,150,160,140,250,240,120,130,150,120,70,0,0,10,10,170,240,370,310,250,150,270,150,180,460,180,250,140,250,100,290,410,490,330,90,80,0,0,0,50,520,260,250,140,190,170,130,190,340,230,200,530,160,280,540,220,70,70,70,110,20,10,0,160,300,310,210,100,150,230,260,120,150,160,240,340,290,530,300,170,140,70,60,30,0,0,0,20,270,380,190,190,120,270,360,360,460,140,360,330,650,280,300,260,310,200,20,0,10,10,0,240,130,200,430,210,300,170,330,500,660,270,270,180,260,290,170,210,360,60,20,70,10,0,10,20,80,660,300,230,410,180,220,370,1450,220,220,240,290,250,290,150,220,50]},{"name":"Other","color":"#F79E39","values":[150,40,30,10,30,20,40,100,280,220,280,270,390,320,320,300,370,180,270,390,290,310,270,220,150,60,0,10,30,60,170,180,200,390,200,220,330,330,360,360,340,300,330,430,400,460,240,150,90,30,30,80,30,50,190,300,270,220,220,220,210,350,450,330,220,330,310,360,460,320,250,240,60,40,10,20,30,70,190,270,310,230,290,280,430,310,290,310,340,300,350,390,290,280,280,140,50,50,0,10,20,40,210,320,290,300,250,230,420,300,310,270,320,330,300,380,380,340,480,100,60,70,0,0,10,70,130,280,250,400,250,240,380,290,280,360,230,250,370,280,250,330,220,80,100,50,30,50,50,40,50,150,260,260,290,230,350,370,330,300,280,240,270,290,320,270,140,160]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,30,0,10,10,10,10,20,20,0,10,10,0,10,10,0,0,0,0,0,0,0,0,10,0,10,10,20,20,0,10,20,0,30,0,10,0,10,0,10,0,0,0,0,0,0,0,0,10,0,0,0,30,0,20,20,10,0,10,0,0,30,0,0,0,0,0,0,0,0,10,0,10,0,20,0,10,0,0,10,20,0,30,0,0,0,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,10,0,10,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,10,10,0,0,20,0,30,10,10,20,20,20,20,30,10,20,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,30,20,0,20,30,20,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/21.json b/dist/chartDummyData/views_zoom/2019-03/21.json new file mode 100644 index 000000000..a630776ab --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/21.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1552867200000,1552870800000,1552874400000,1552878000000,1552881600000,1552885200000,1552888800000,1552892400000,1552896000000,1552899600000,1552903200000,1552906800000,1552910400000,1552914000000,1552917600000,1552921200000,1552924800000,1552928400000,1552932000000,1552935600000,1552939200000,1552942800000,1552946400000,1552950000000,1552953600000,1552957200000,1552960800000,1552964400000,1552968000000,1552971600000,1552975200000,1552978800000,1552982400000,1552986000000,1552989600000,1552993200000,1552996800000,1553000400000,1553004000000,1553007600000,1553011200000,1553014800000,1553018400000,1553022000000,1553025600000,1553029200000,1553032800000,1553036400000,1553040000000,1553043600000,1553047200000,1553050800000,1553054400000,1553058000000,1553061600000,1553065200000,1553068800000,1553072400000,1553076000000,1553079600000,1553083200000,1553086800000,1553090400000,1553094000000,1553097600000,1553101200000,1553104800000,1553108400000,1553112000000,1553115600000,1553119200000,1553122800000,1553126400000,1553130000000,1553133600000,1553137200000,1553140800000,1553144400000,1553148000000,1553151600000,1553155200000,1553158800000,1553162400000,1553166000000,1553169600000,1553173200000,1553176800000,1553180400000,1553184000000,1553187600000,1553191200000,1553194800000,1553198400000,1553202000000,1553205600000,1553209200000,1553212800000,1553216400000,1553220000000,1553223600000,1553227200000,1553230800000,1553234400000,1553238000000,1553241600000,1553245200000,1553248800000,1553252400000,1553256000000,1553259600000,1553263200000,1553266800000,1553270400000,1553274000000,1553277600000,1553281200000,1553284800000,1553288400000,1553292000000,1553295600000,1553299200000,1553302800000,1553306400000,1553310000000,1553313600000,1553317200000,1553320800000,1553324400000,1553328000000,1553331600000,1553335200000,1553338800000,1553342400000,1553346000000,1553349600000,1553353200000,1553356800000,1553360400000,1553364000000,1553367600000,1553371200000,1553374800000,1553378400000,1553382000000,1553385600000,1553389200000,1553392800000,1553396400000,1553400000000,1553403600000,1553407200000,1553410800000,1553414400000,1553418000000,1553421600000,1553425200000,1553428800000,1553432400000,1553436000000,1553439600000,1553443200000,1553446800000,1553450400000,1553454000000,1553457600000,1553461200000,1553464800000,1553468400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[710,210,190,90,10,390,930,1030,1530,1410,2130,2160,2210,2200,2400,1830,2060,2740,2380,2350,4120,2970,3360,1080,580,1150,230,50,60,330,990,1230,1430,1560,1960,2010,2120,2050,2050,1990,2270,2000,2550,2330,2650,2640,1850,1660,430,300,70,60,40,2120,710,1160,1260,1910,1620,1570,1820,2040,2090,1840,2090,2850,2040,2480,2560,2410,1900,960,460,470,120,60,1560,280,660,1190,1240,1500,2190,1970,2300,2820,2300,2180,1840,2100,2430,2450,2350,2290,1890,1080,440,360,90,20,160,280,700,1030,1450,3980,1540,1730,1850,2200,1770,1650,1730,2220,2220,2290,2340,1830,2190,1260,510,330,180,90,50,250,420,2350,1450,1870,1660,1940,2020,2150,2240,2130,2760,1840,2580,2370,2050,1870,1530,1160,750,420,250,130,470,220,2060,540,1370,1710,1930,1990,2040,2360,2440,2010,1970,2520,2800,3030,3090,2600,1700,1180]},{"name":"URL","color":"#2373DB","values":[270,110,50,20,20,50,490,780,940,1250,1630,1490,1720,1620,1840,2010,2240,2590,2630,2420,2010,2020,1020,540,230,50,70,0,20,70,390,1060,1110,1170,1480,1680,2240,2030,1540,1810,2030,2460,3080,2330,2260,1910,1260,870,310,70,40,20,30,70,530,1290,1090,1260,1290,1330,1900,1860,1810,1520,2030,2790,2780,2580,2270,1890,1180,600,220,130,80,20,0,100,470,880,980,1690,1360,1820,1850,1740,1790,1520,2420,2740,2810,2480,1630,1740,1180,640,190,180,30,10,170,90,520,1010,940,1260,1350,1710,1820,2120,1740,2190,2350,2730,2790,2560,2100,1850,1240,910,820,230,50,90,40,30,160,660,920,1490,1830,1700,1970,1860,1620,1470,1590,1950,1940,1590,1650,1270,1160,660,630,280,140,10,50,20,90,210,630,1030,1310,1610,1120,1390,1530,1950,1850,1820,1750,1900,1860,1740,1430,670]},{"name":"Groups","color":"#9ED448","values":[540,260,50,70,40,440,680,1070,1090,1270,1140,1540,1590,1540,1320,1340,1500,1480,1810,2060,2740,2860,2470,1380,580,160,60,30,80,170,740,1050,1220,1330,1600,1430,1360,1600,1760,1690,1590,1990,1710,2110,2540,2520,2160,1460,620,360,20,60,20,290,860,900,1110,1260,1460,1350,1640,1480,1770,1510,1260,1500,1860,1900,2310,2730,2420,1710,600,110,90,10,50,210,920,720,930,1430,1030,1260,1530,1460,1560,1330,1650,1810,2060,1940,2380,2670,2600,1240,640,150,50,70,50,260,960,1480,1110,1110,1310,1330,1510,1750,1560,1190,1120,1430,1620,1790,1960,2300,1780,1310,780,410,200,60,30,150,410,910,980,940,1000,1370,1300,1520,1290,1280,1980,1400,1500,1280,1780,1650,1560,1290,1100,790,360,70,70,70,250,480,820,1180,1620,1910,1270,1580,1220,1260,1010,1710,1450,1520,2330,2560,2320,1730]},{"name":"Channel","color":"#4fae4e","values":[40,30,30,0,10,10,70,80,100,60,100,180,170,200,210,260,130,100,180,180,190,280,170,70,130,360,170,10,10,10,80,60,110,100,110,110,150,220,230,100,150,110,210,250,190,310,290,110,100,30,10,10,20,80,80,280,100,160,120,170,170,150,190,70,130,290,270,140,290,240,210,170,90,30,50,30,50,20,70,80,30,110,100,170,180,210,360,120,180,200,210,230,210,250,130,100,80,40,30,40,10,20,60,90,80,130,90,220,100,120,210,160,110,270,350,360,150,180,160,90,80,60,10,50,0,0,20,50,90,70,90,180,160,230,200,170,170,200,290,140,120,210,70,70,210,20,140,0,0,0,90,70,70,60,240,170,180,170,210,100,160,200,230,150,140,300,190,140]},{"name":"Search","color":"#F5BD25","values":[70,0,0,10,10,170,240,370,310,250,150,270,150,180,460,180,250,140,250,100,290,410,490,330,90,80,0,0,0,50,520,260,250,140,190,170,130,190,340,230,200,530,160,280,540,220,70,70,70,110,20,10,0,160,300,310,210,100,150,230,260,120,150,160,240,340,290,530,300,170,140,70,60,30,0,0,0,20,270,380,190,190,120,270,360,360,460,140,360,330,650,280,300,260,310,200,20,0,10,10,0,240,130,200,430,210,300,170,330,500,660,270,270,180,260,290,170,210,360,60,20,70,10,0,10,20,80,660,300,230,410,180,220,370,1450,220,220,240,290,250,290,150,220,50,40,20,10,10,10,0,10,230,650,230,350,500,290,260,130,160,200,230,330,590,240,100,450,220]},{"name":"Other","color":"#F79E39","values":[150,60,0,10,30,60,170,180,200,390,200,220,330,330,360,360,340,300,330,430,400,460,240,150,90,30,30,80,30,50,190,300,270,220,220,220,210,350,450,330,220,330,310,360,460,320,250,240,60,40,10,20,30,70,190,270,310,230,290,280,430,310,290,310,340,300,350,390,290,280,280,140,50,50,0,10,20,40,210,320,290,300,250,230,420,300,310,270,320,330,300,380,380,340,480,100,60,70,0,0,10,70,130,280,250,400,250,240,380,290,280,360,230,250,370,280,250,330,220,80,100,50,30,50,50,40,50,150,260,260,290,230,350,370,330,300,280,240,270,290,320,270,140,160,100,50,20,30,30,40,40,170,220,270,280,200,280,370,240,260,340,310,340,260,400,330,220,150]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,0,10,10,20,20,0,10,20,0,30,0,10,0,10,0,10,0,0,0,0,0,0,0,0,10,0,0,0,30,0,20,20,10,0,10,0,0,30,0,0,0,0,0,0,0,0,10,0,10,0,20,0,10,0,0,10,20,0,30,0,0,0,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,10,0,10,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,10,10,0,0,20,0,30,10,10,20,20,20,20,30,10,20,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,30,20,0,20,30,20,10,0,0,0,0,10,0,0,0,0,0,0,30,20,20,20,50,20,30,10,10,20,0,10,0,20,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/22.json b/dist/chartDummyData/views_zoom/2019-03/22.json new file mode 100644 index 000000000..460dd4c9b --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/22.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1552953600000,1552957200000,1552960800000,1552964400000,1552968000000,1552971600000,1552975200000,1552978800000,1552982400000,1552986000000,1552989600000,1552993200000,1552996800000,1553000400000,1553004000000,1553007600000,1553011200000,1553014800000,1553018400000,1553022000000,1553025600000,1553029200000,1553032800000,1553036400000,1553040000000,1553043600000,1553047200000,1553050800000,1553054400000,1553058000000,1553061600000,1553065200000,1553068800000,1553072400000,1553076000000,1553079600000,1553083200000,1553086800000,1553090400000,1553094000000,1553097600000,1553101200000,1553104800000,1553108400000,1553112000000,1553115600000,1553119200000,1553122800000,1553126400000,1553130000000,1553133600000,1553137200000,1553140800000,1553144400000,1553148000000,1553151600000,1553155200000,1553158800000,1553162400000,1553166000000,1553169600000,1553173200000,1553176800000,1553180400000,1553184000000,1553187600000,1553191200000,1553194800000,1553198400000,1553202000000,1553205600000,1553209200000,1553212800000,1553216400000,1553220000000,1553223600000,1553227200000,1553230800000,1553234400000,1553238000000,1553241600000,1553245200000,1553248800000,1553252400000,1553256000000,1553259600000,1553263200000,1553266800000,1553270400000,1553274000000,1553277600000,1553281200000,1553284800000,1553288400000,1553292000000,1553295600000,1553299200000,1553302800000,1553306400000,1553310000000,1553313600000,1553317200000,1553320800000,1553324400000,1553328000000,1553331600000,1553335200000,1553338800000,1553342400000,1553346000000,1553349600000,1553353200000,1553356800000,1553360400000,1553364000000,1553367600000,1553371200000,1553374800000,1553378400000,1553382000000,1553385600000,1553389200000,1553392800000,1553396400000,1553400000000,1553403600000,1553407200000,1553410800000,1553414400000,1553418000000,1553421600000,1553425200000,1553428800000,1553432400000,1553436000000,1553439600000,1553443200000,1553446800000,1553450400000,1553454000000,1553457600000,1553461200000,1553464800000,1553468400000,1553472000000,1553475600000,1553479200000,1553482800000,1553486400000,1553490000000,1553493600000,1553497200000,1553500800000,1553504400000,1553508000000,1553511600000,1553515200000,1553518800000,1553522400000,1553526000000,1553529600000,1553533200000,1553536800000,1553540400000,1553544000000,1553547600000,1553551200000,1553554800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[580,1150,230,50,60,330,990,1230,1430,1560,1960,2010,2120,2050,2050,1990,2270,2000,2550,2330,2650,2640,1850,1660,430,300,70,60,40,2120,710,1160,1260,1910,1620,1570,1820,2040,2090,1840,2090,2850,2040,2480,2560,2410,1900,960,460,470,120,60,1560,280,660,1190,1240,1500,2190,1970,2300,2820,2300,2180,1840,2100,2430,2450,2350,2290,1890,1080,440,360,90,20,160,280,700,1030,1450,3980,1540,1730,1850,2200,1770,1650,1730,2220,2220,2290,2340,1830,2190,1260,510,330,180,90,50,250,420,2350,1450,1870,1660,1940,2020,2150,2240,2130,2760,1840,2580,2370,2050,1870,1530,1160,750,420,250,130,470,220,2060,540,1370,1710,1930,1990,2040,2360,2440,2010,1970,2520,2800,3030,3090,2600,1700,1180,390,250,130,60,50,300,2360,1430,1360,1250,1620,1890,1860,1890,2080,1970,2510,2650,2040,2590,3090,2560,2170,1090]},{"name":"URL","color":"#2373DB","values":[230,50,70,0,20,70,390,1060,1110,1170,1480,1680,2240,2030,1540,1810,2030,2460,3080,2330,2260,1910,1260,870,310,70,40,20,30,70,530,1290,1090,1260,1290,1330,1900,1860,1810,1520,2030,2790,2780,2580,2270,1890,1180,600,220,130,80,20,0,100,470,880,980,1690,1360,1820,1850,1740,1790,1520,2420,2740,2810,2480,1630,1740,1180,640,190,180,30,10,170,90,520,1010,940,1260,1350,1710,1820,2120,1740,2190,2350,2730,2790,2560,2100,1850,1240,910,820,230,50,90,40,30,160,660,920,1490,1830,1700,1970,1860,1620,1470,1590,1950,1940,1590,1650,1270,1160,660,630,280,140,10,50,20,90,210,630,1030,1310,1610,1120,1390,1530,1950,1850,1820,1750,1900,1860,1740,1430,670,450,60,20,10,0,160,330,850,860,1200,1150,1530,1820,1740,1690,1900,2020,2570,3090,2700,2290,1850,1410,490]},{"name":"Groups","color":"#9ED448","values":[580,160,60,30,80,170,740,1050,1220,1330,1600,1430,1360,1600,1760,1690,1590,1990,1710,2110,2540,2520,2160,1460,620,360,20,60,20,290,860,900,1110,1260,1460,1350,1640,1480,1770,1510,1260,1500,1860,1900,2310,2730,2420,1710,600,110,90,10,50,210,920,720,930,1430,1030,1260,1530,1460,1560,1330,1650,1810,2060,1940,2380,2670,2600,1240,640,150,50,70,50,260,960,1480,1110,1110,1310,1330,1510,1750,1560,1190,1120,1430,1620,1790,1960,2300,1780,1310,780,410,200,60,30,150,410,910,980,940,1000,1370,1300,1520,1290,1280,1980,1400,1500,1280,1780,1650,1560,1290,1100,790,360,70,70,70,250,480,820,1180,1620,1910,1270,1580,1220,1260,1010,1710,1450,1520,2330,2560,2320,1730,820,130,80,60,100,340,790,1180,890,1260,1520,1390,1750,1630,1690,1190,1500,1390,1930,1950,2300,2970,2600,1280]},{"name":"Channel","color":"#4fae4e","values":[130,360,170,10,10,10,80,60,110,100,110,110,150,220,230,100,150,110,210,250,190,310,290,110,100,30,10,10,20,80,80,280,100,160,120,170,170,150,190,70,130,290,270,140,290,240,210,170,90,30,50,30,50,20,70,80,30,110,100,170,180,210,360,120,180,200,210,230,210,250,130,100,80,40,30,40,10,20,60,90,80,130,90,220,100,120,210,160,110,270,350,360,150,180,160,90,80,60,10,50,0,0,20,50,90,70,90,180,160,230,200,170,170,200,290,140,120,210,70,70,210,20,140,0,0,0,90,70,70,60,240,170,180,170,210,100,160,200,230,150,140,300,190,140,20,40,10,10,0,10,30,40,70,60,110,80,80,160,310,160,270,210,310,130,170,270,80,90]},{"name":"Search","color":"#F5BD25","values":[90,80,0,0,0,50,520,260,250,140,190,170,130,190,340,230,200,530,160,280,540,220,70,70,70,110,20,10,0,160,300,310,210,100,150,230,260,120,150,160,240,340,290,530,300,170,140,70,60,30,0,0,0,20,270,380,190,190,120,270,360,360,460,140,360,330,650,280,300,260,310,200,20,0,10,10,0,240,130,200,430,210,300,170,330,500,660,270,270,180,260,290,170,210,360,60,20,70,10,0,10,20,80,660,300,230,410,180,220,370,1450,220,220,240,290,250,290,150,220,50,40,20,10,10,10,0,10,230,650,230,350,500,290,260,130,160,200,230,330,590,240,100,450,220,70,40,0,30,0,210,110,480,100,190,110,250,270,160,190,150,350,550,260,170,290,310,100,90]},{"name":"Other","color":"#F79E39","values":[90,30,30,80,30,50,190,300,270,220,220,220,210,350,450,330,220,330,310,360,460,320,250,240,60,40,10,20,30,70,190,270,310,230,290,280,430,310,290,310,340,300,350,390,290,280,280,140,50,50,0,10,20,40,210,320,290,300,250,230,420,300,310,270,320,330,300,380,380,340,480,100,60,70,0,0,10,70,130,280,250,400,250,240,380,290,280,360,230,250,370,280,250,330,220,80,100,50,30,50,50,40,50,150,260,260,290,230,350,370,330,300,280,240,270,290,320,270,140,160,100,50,20,30,30,40,40,170,220,270,280,200,280,370,240,260,340,310,340,260,400,330,220,150,120,30,40,0,50,60,160,310,300,300,240,310,270,260,560,250,350,350,460,180,370,420,290,200]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,0,0,30,0,20,20,10,0,10,0,0,30,0,0,0,0,0,0,0,0,10,0,10,0,20,0,10,0,0,10,20,0,30,0,0,0,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,10,0,10,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,10,10,0,0,20,0,30,10,10,20,20,20,20,30,10,20,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,30,20,0,20,30,20,10,0,0,0,0,10,0,0,0,0,0,0,30,20,20,20,50,20,30,10,10,20,0,10,0,20,0,0,0,0,0,0,0,0,0,20,10,0,0,10,10,10,0,10,20,20,0,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/23.json b/dist/chartDummyData/views_zoom/2019-03/23.json new file mode 100644 index 000000000..b134cd3a3 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/23.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1553040000000,1553043600000,1553047200000,1553050800000,1553054400000,1553058000000,1553061600000,1553065200000,1553068800000,1553072400000,1553076000000,1553079600000,1553083200000,1553086800000,1553090400000,1553094000000,1553097600000,1553101200000,1553104800000,1553108400000,1553112000000,1553115600000,1553119200000,1553122800000,1553126400000,1553130000000,1553133600000,1553137200000,1553140800000,1553144400000,1553148000000,1553151600000,1553155200000,1553158800000,1553162400000,1553166000000,1553169600000,1553173200000,1553176800000,1553180400000,1553184000000,1553187600000,1553191200000,1553194800000,1553198400000,1553202000000,1553205600000,1553209200000,1553212800000,1553216400000,1553220000000,1553223600000,1553227200000,1553230800000,1553234400000,1553238000000,1553241600000,1553245200000,1553248800000,1553252400000,1553256000000,1553259600000,1553263200000,1553266800000,1553270400000,1553274000000,1553277600000,1553281200000,1553284800000,1553288400000,1553292000000,1553295600000,1553299200000,1553302800000,1553306400000,1553310000000,1553313600000,1553317200000,1553320800000,1553324400000,1553328000000,1553331600000,1553335200000,1553338800000,1553342400000,1553346000000,1553349600000,1553353200000,1553356800000,1553360400000,1553364000000,1553367600000,1553371200000,1553374800000,1553378400000,1553382000000,1553385600000,1553389200000,1553392800000,1553396400000,1553400000000,1553403600000,1553407200000,1553410800000,1553414400000,1553418000000,1553421600000,1553425200000,1553428800000,1553432400000,1553436000000,1553439600000,1553443200000,1553446800000,1553450400000,1553454000000,1553457600000,1553461200000,1553464800000,1553468400000,1553472000000,1553475600000,1553479200000,1553482800000,1553486400000,1553490000000,1553493600000,1553497200000,1553500800000,1553504400000,1553508000000,1553511600000,1553515200000,1553518800000,1553522400000,1553526000000,1553529600000,1553533200000,1553536800000,1553540400000,1553544000000,1553547600000,1553551200000,1553554800000,1553558400000,1553562000000,1553565600000,1553569200000,1553572800000,1553576400000,1553580000000,1553583600000,1553587200000,1553590800000,1553594400000,1553598000000,1553601600000,1553605200000,1553608800000,1553612400000,1553616000000,1553619600000,1553623200000,1553626800000,1553630400000,1553634000000,1553637600000,1553641200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[430,300,70,60,40,2120,710,1160,1260,1910,1620,1570,1820,2040,2090,1840,2090,2850,2040,2480,2560,2410,1900,960,460,470,120,60,1560,280,660,1190,1240,1500,2190,1970,2300,2820,2300,2180,1840,2100,2430,2450,2350,2290,1890,1080,440,360,90,20,160,280,700,1030,1450,3980,1540,1730,1850,2200,1770,1650,1730,2220,2220,2290,2340,1830,2190,1260,510,330,180,90,50,250,420,2350,1450,1870,1660,1940,2020,2150,2240,2130,2760,1840,2580,2370,2050,1870,1530,1160,750,420,250,130,470,220,2060,540,1370,1710,1930,1990,2040,2360,2440,2010,1970,2520,2800,3030,3090,2600,1700,1180,390,250,130,60,50,300,2360,1430,1360,1250,1620,1890,1860,1890,2080,1970,2510,2650,2040,2590,3090,2560,2170,1090,480,200,80,90,30,350,2180,1320,1080,1490,1620,1500,1950,2480,2390,1820,2100,2370,2490,1990,2840,2080,1760,1080]},{"name":"URL","color":"#2373DB","values":[310,70,40,20,30,70,530,1290,1090,1260,1290,1330,1900,1860,1810,1520,2030,2790,2780,2580,2270,1890,1180,600,220,130,80,20,0,100,470,880,980,1690,1360,1820,1850,1740,1790,1520,2420,2740,2810,2480,1630,1740,1180,640,190,180,30,10,170,90,520,1010,940,1260,1350,1710,1820,2120,1740,2190,2350,2730,2790,2560,2100,1850,1240,910,820,230,50,90,40,30,160,660,920,1490,1830,1700,1970,1860,1620,1470,1590,1950,1940,1590,1650,1270,1160,660,630,280,140,10,50,20,90,210,630,1030,1310,1610,1120,1390,1530,1950,1850,1820,1750,1900,1860,1740,1430,670,450,60,20,10,0,160,330,850,860,1200,1150,1530,1820,1740,1690,1900,2020,2570,3090,2700,2290,1850,1410,490,230,120,40,30,10,120,510,930,1030,1040,1520,1570,1770,1810,1950,1950,2450,2670,2580,2410,2430,1680,1250,600]},{"name":"Groups","color":"#9ED448","values":[620,360,20,60,20,290,860,900,1110,1260,1460,1350,1640,1480,1770,1510,1260,1500,1860,1900,2310,2730,2420,1710,600,110,90,10,50,210,920,720,930,1430,1030,1260,1530,1460,1560,1330,1650,1810,2060,1940,2380,2670,2600,1240,640,150,50,70,50,260,960,1480,1110,1110,1310,1330,1510,1750,1560,1190,1120,1430,1620,1790,1960,2300,1780,1310,780,410,200,60,30,150,410,910,980,940,1000,1370,1300,1520,1290,1280,1980,1400,1500,1280,1780,1650,1560,1290,1100,790,360,70,70,70,250,480,820,1180,1620,1910,1270,1580,1220,1260,1010,1710,1450,1520,2330,2560,2320,1730,820,130,80,60,100,340,790,1180,890,1260,1520,1390,1750,1630,1690,1190,1500,1390,1930,1950,2300,2970,2600,1280,440,130,40,40,110,300,640,930,830,1160,1640,1300,1620,1270,1460,1460,1620,1400,1810,1870,2390,2400,2250,1490]},{"name":"Channel","color":"#4fae4e","values":[100,30,10,10,20,80,80,280,100,160,120,170,170,150,190,70,130,290,270,140,290,240,210,170,90,30,50,30,50,20,70,80,30,110,100,170,180,210,360,120,180,200,210,230,210,250,130,100,80,40,30,40,10,20,60,90,80,130,90,220,100,120,210,160,110,270,350,360,150,180,160,90,80,60,10,50,0,0,20,50,90,70,90,180,160,230,200,170,170,200,290,140,120,210,70,70,210,20,140,0,0,0,90,70,70,60,240,170,180,170,210,100,160,200,230,150,140,300,190,140,20,40,10,10,0,10,30,40,70,60,110,80,80,160,310,160,270,210,310,130,170,270,80,90,10,50,0,20,40,20,30,70,430,80,110,40,100,130,470,120,240,180,200,210,130,170,270,90]},{"name":"Search","color":"#F5BD25","values":[70,110,20,10,0,160,300,310,210,100,150,230,260,120,150,160,240,340,290,530,300,170,140,70,60,30,0,0,0,20,270,380,190,190,120,270,360,360,460,140,360,330,650,280,300,260,310,200,20,0,10,10,0,240,130,200,430,210,300,170,330,500,660,270,270,180,260,290,170,210,360,60,20,70,10,0,10,20,80,660,300,230,410,180,220,370,1450,220,220,240,290,250,290,150,220,50,40,20,10,10,10,0,10,230,650,230,350,500,290,260,130,160,200,230,330,590,240,100,450,220,70,40,0,30,0,210,110,480,100,190,110,250,270,160,190,150,350,550,260,170,290,310,100,90,40,30,0,0,0,80,450,340,310,230,340,180,70,260,190,300,230,430,550,260,180,730,260,80]},{"name":"Other","color":"#F79E39","values":[60,40,10,20,30,70,190,270,310,230,290,280,430,310,290,310,340,300,350,390,290,280,280,140,50,50,0,10,20,40,210,320,290,300,250,230,420,300,310,270,320,330,300,380,380,340,480,100,60,70,0,0,10,70,130,280,250,400,250,240,380,290,280,360,230,250,370,280,250,330,220,80,100,50,30,50,50,40,50,150,260,260,290,230,350,370,330,300,280,240,270,290,320,270,140,160,100,50,20,30,30,40,40,170,220,270,280,200,280,370,240,260,340,310,340,260,400,330,220,150,120,30,40,0,50,60,160,310,300,300,240,310,270,260,560,250,350,350,460,180,370,420,290,200,120,20,20,30,30,30,190,280,180,290,280,330,360,340,370,270,390,350,320,320,390,400,310,220]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,0,10,0,20,0,10,0,0,10,20,0,30,0,0,0,10,0,0,0,0,0,0,0,0,0,10,0,0,0,10,10,0,10,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,10,10,0,0,20,0,30,10,10,20,20,20,20,30,10,20,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,30,20,0,20,30,20,10,0,0,0,0,10,0,0,0,0,0,0,30,20,20,20,50,20,30,10,10,20,0,10,0,20,0,0,0,0,0,0,0,0,0,20,10,0,0,10,10,10,0,10,20,20,0,0,0,10,0,0,0,0,0,0,0,10,10,0,20,0,0,20,0,30,10,10,20,0,0,10,20,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/24.json b/dist/chartDummyData/views_zoom/2019-03/24.json new file mode 100644 index 000000000..2529cae2b --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/24.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1553126400000,1553130000000,1553133600000,1553137200000,1553140800000,1553144400000,1553148000000,1553151600000,1553155200000,1553158800000,1553162400000,1553166000000,1553169600000,1553173200000,1553176800000,1553180400000,1553184000000,1553187600000,1553191200000,1553194800000,1553198400000,1553202000000,1553205600000,1553209200000,1553212800000,1553216400000,1553220000000,1553223600000,1553227200000,1553230800000,1553234400000,1553238000000,1553241600000,1553245200000,1553248800000,1553252400000,1553256000000,1553259600000,1553263200000,1553266800000,1553270400000,1553274000000,1553277600000,1553281200000,1553284800000,1553288400000,1553292000000,1553295600000,1553299200000,1553302800000,1553306400000,1553310000000,1553313600000,1553317200000,1553320800000,1553324400000,1553328000000,1553331600000,1553335200000,1553338800000,1553342400000,1553346000000,1553349600000,1553353200000,1553356800000,1553360400000,1553364000000,1553367600000,1553371200000,1553374800000,1553378400000,1553382000000,1553385600000,1553389200000,1553392800000,1553396400000,1553400000000,1553403600000,1553407200000,1553410800000,1553414400000,1553418000000,1553421600000,1553425200000,1553428800000,1553432400000,1553436000000,1553439600000,1553443200000,1553446800000,1553450400000,1553454000000,1553457600000,1553461200000,1553464800000,1553468400000,1553472000000,1553475600000,1553479200000,1553482800000,1553486400000,1553490000000,1553493600000,1553497200000,1553500800000,1553504400000,1553508000000,1553511600000,1553515200000,1553518800000,1553522400000,1553526000000,1553529600000,1553533200000,1553536800000,1553540400000,1553544000000,1553547600000,1553551200000,1553554800000,1553558400000,1553562000000,1553565600000,1553569200000,1553572800000,1553576400000,1553580000000,1553583600000,1553587200000,1553590800000,1553594400000,1553598000000,1553601600000,1553605200000,1553608800000,1553612400000,1553616000000,1553619600000,1553623200000,1553626800000,1553630400000,1553634000000,1553637600000,1553641200000,1553644800000,1553648400000,1553652000000,1553655600000,1553659200000,1553662800000,1553666400000,1553670000000,1553673600000,1553677200000,1553680800000,1553684400000,1553688000000,1553691600000,1553695200000,1553698800000,1553702400000,1553706000000,1553709600000,1553713200000,1553716800000,1553720400000,1553724000000,1553727600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[460,470,120,60,1560,280,660,1190,1240,1500,2190,1970,2300,2820,2300,2180,1840,2100,2430,2450,2350,2290,1890,1080,440,360,90,20,160,280,700,1030,1450,3980,1540,1730,1850,2200,1770,1650,1730,2220,2220,2290,2340,1830,2190,1260,510,330,180,90,50,250,420,2350,1450,1870,1660,1940,2020,2150,2240,2130,2760,1840,2580,2370,2050,1870,1530,1160,750,420,250,130,470,220,2060,540,1370,1710,1930,1990,2040,2360,2440,2010,1970,2520,2800,3030,3090,2600,1700,1180,390,250,130,60,50,300,2360,1430,1360,1250,1620,1890,1860,1890,2080,1970,2510,2650,2040,2590,3090,2560,2170,1090,480,200,80,90,30,350,2180,1320,1080,1490,1620,1500,1950,2480,2390,1820,2100,2370,2490,1990,2840,2080,1760,1080,460,240,70,30,80,180,2150,890,1460,1500,1650,1550,2200,2400,2190,2120,2000,2150,2290,2620,2870,2470,1790,1070]},{"name":"URL","color":"#2373DB","values":[220,130,80,20,0,100,470,880,980,1690,1360,1820,1850,1740,1790,1520,2420,2740,2810,2480,1630,1740,1180,640,190,180,30,10,170,90,520,1010,940,1260,1350,1710,1820,2120,1740,2190,2350,2730,2790,2560,2100,1850,1240,910,820,230,50,90,40,30,160,660,920,1490,1830,1700,1970,1860,1620,1470,1590,1950,1940,1590,1650,1270,1160,660,630,280,140,10,50,20,90,210,630,1030,1310,1610,1120,1390,1530,1950,1850,1820,1750,1900,1860,1740,1430,670,450,60,20,10,0,160,330,850,860,1200,1150,1530,1820,1740,1690,1900,2020,2570,3090,2700,2290,1850,1410,490,230,120,40,30,10,120,510,930,1030,1040,1520,1570,1770,1810,1950,1950,2450,2670,2580,2410,2430,1680,1250,600,200,130,30,10,50,190,450,950,1030,1210,1190,1900,1990,1830,1750,1590,2210,2680,2580,2360,2140,1600,1370,920]},{"name":"Groups","color":"#9ED448","values":[600,110,90,10,50,210,920,720,930,1430,1030,1260,1530,1460,1560,1330,1650,1810,2060,1940,2380,2670,2600,1240,640,150,50,70,50,260,960,1480,1110,1110,1310,1330,1510,1750,1560,1190,1120,1430,1620,1790,1960,2300,1780,1310,780,410,200,60,30,150,410,910,980,940,1000,1370,1300,1520,1290,1280,1980,1400,1500,1280,1780,1650,1560,1290,1100,790,360,70,70,70,250,480,820,1180,1620,1910,1270,1580,1220,1260,1010,1710,1450,1520,2330,2560,2320,1730,820,130,80,60,100,340,790,1180,890,1260,1520,1390,1750,1630,1690,1190,1500,1390,1930,1950,2300,2970,2600,1280,440,130,40,40,110,300,640,930,830,1160,1640,1300,1620,1270,1460,1460,1620,1400,1810,1870,2390,2400,2250,1490,650,150,120,30,140,520,860,870,1070,1490,1300,1380,1310,1680,1570,1450,1280,1700,1700,2070,2330,2770,2500,1730]},{"name":"Channel","color":"#4fae4e","values":[90,30,50,30,50,20,70,80,30,110,100,170,180,210,360,120,180,200,210,230,210,250,130,100,80,40,30,40,10,20,60,90,80,130,90,220,100,120,210,160,110,270,350,360,150,180,160,90,80,60,10,50,0,0,20,50,90,70,90,180,160,230,200,170,170,200,290,140,120,210,70,70,210,20,140,0,0,0,90,70,70,60,240,170,180,170,210,100,160,200,230,150,140,300,190,140,20,40,10,10,0,10,30,40,70,60,110,80,80,160,310,160,270,210,310,130,170,270,80,90,10,50,0,20,40,20,30,70,430,80,110,40,100,130,470,120,240,180,200,210,130,170,270,90,120,10,10,0,0,30,60,150,60,130,40,200,260,120,180,170,120,230,270,200,250,240,150,90]},{"name":"Search","color":"#F5BD25","values":[60,30,0,0,0,20,270,380,190,190,120,270,360,360,460,140,360,330,650,280,300,260,310,200,20,0,10,10,0,240,130,200,430,210,300,170,330,500,660,270,270,180,260,290,170,210,360,60,20,70,10,0,10,20,80,660,300,230,410,180,220,370,1450,220,220,240,290,250,290,150,220,50,40,20,10,10,10,0,10,230,650,230,350,500,290,260,130,160,200,230,330,590,240,100,450,220,70,40,0,30,0,210,110,480,100,190,110,250,270,160,190,150,350,550,260,170,290,310,100,90,40,30,0,0,0,80,450,340,310,230,340,180,70,260,190,300,230,430,550,260,180,730,260,80,20,30,0,0,10,190,320,320,330,200,290,250,160,300,200,240,110,240,390,90,240,300,160,1930]},{"name":"Other","color":"#F79E39","values":[50,50,0,10,20,40,210,320,290,300,250,230,420,300,310,270,320,330,300,380,380,340,480,100,60,70,0,0,10,70,130,280,250,400,250,240,380,290,280,360,230,250,370,280,250,330,220,80,100,50,30,50,50,40,50,150,260,260,290,230,350,370,330,300,280,240,270,290,320,270,140,160,100,50,20,30,30,40,40,170,220,270,280,200,280,370,240,260,340,310,340,260,400,330,220,150,120,30,40,0,50,60,160,310,300,300,240,310,270,260,560,250,350,350,460,180,370,420,290,200,120,20,20,30,30,30,190,280,180,290,280,330,360,340,370,270,390,350,320,320,390,400,310,220,50,60,10,20,10,30,150,230,230,210,230,340,330,360,390,280,360,430,270,320,330,340,240,250]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,10,0,0,0,10,10,0,10,0,0,10,0,10,0,0,0,0,0,0,0,0,0,0,10,10,0,0,20,0,30,10,10,20,20,20,20,30,10,20,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,30,20,0,20,30,20,10,0,0,0,0,10,0,0,0,0,0,0,30,20,20,20,50,20,30,10,10,20,0,10,0,20,0,0,0,0,0,0,0,0,0,20,10,0,0,10,10,10,0,10,20,20,0,0,0,10,0,0,0,0,0,0,0,10,10,0,20,0,0,20,0,30,10,10,20,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,20,10,10,20,40,0,30,0,10,20,30,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/25.json b/dist/chartDummyData/views_zoom/2019-03/25.json new file mode 100644 index 000000000..a20f5fff1 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/25.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1553212800000,1553216400000,1553220000000,1553223600000,1553227200000,1553230800000,1553234400000,1553238000000,1553241600000,1553245200000,1553248800000,1553252400000,1553256000000,1553259600000,1553263200000,1553266800000,1553270400000,1553274000000,1553277600000,1553281200000,1553284800000,1553288400000,1553292000000,1553295600000,1553299200000,1553302800000,1553306400000,1553310000000,1553313600000,1553317200000,1553320800000,1553324400000,1553328000000,1553331600000,1553335200000,1553338800000,1553342400000,1553346000000,1553349600000,1553353200000,1553356800000,1553360400000,1553364000000,1553367600000,1553371200000,1553374800000,1553378400000,1553382000000,1553385600000,1553389200000,1553392800000,1553396400000,1553400000000,1553403600000,1553407200000,1553410800000,1553414400000,1553418000000,1553421600000,1553425200000,1553428800000,1553432400000,1553436000000,1553439600000,1553443200000,1553446800000,1553450400000,1553454000000,1553457600000,1553461200000,1553464800000,1553468400000,1553472000000,1553475600000,1553479200000,1553482800000,1553486400000,1553490000000,1553493600000,1553497200000,1553500800000,1553504400000,1553508000000,1553511600000,1553515200000,1553518800000,1553522400000,1553526000000,1553529600000,1553533200000,1553536800000,1553540400000,1553544000000,1553547600000,1553551200000,1553554800000,1553558400000,1553562000000,1553565600000,1553569200000,1553572800000,1553576400000,1553580000000,1553583600000,1553587200000,1553590800000,1553594400000,1553598000000,1553601600000,1553605200000,1553608800000,1553612400000,1553616000000,1553619600000,1553623200000,1553626800000,1553630400000,1553634000000,1553637600000,1553641200000,1553644800000,1553648400000,1553652000000,1553655600000,1553659200000,1553662800000,1553666400000,1553670000000,1553673600000,1553677200000,1553680800000,1553684400000,1553688000000,1553691600000,1553695200000,1553698800000,1553702400000,1553706000000,1553709600000,1553713200000,1553716800000,1553720400000,1553724000000,1553727600000,1553731200000,1553734800000,1553738400000,1553742000000,1553745600000,1553749200000,1553752800000,1553756400000,1553760000000,1553763600000,1553767200000,1553770800000,1553774400000,1553778000000,1553781600000,1553785200000,1553788800000,1553792400000,1553796000000,1553799600000,1553803200000,1553806800000,1553810400000,1553814000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[440,360,90,20,160,280,700,1030,1450,3980,1540,1730,1850,2200,1770,1650,1730,2220,2220,2290,2340,1830,2190,1260,510,330,180,90,50,250,420,2350,1450,1870,1660,1940,2020,2150,2240,2130,2760,1840,2580,2370,2050,1870,1530,1160,750,420,250,130,470,220,2060,540,1370,1710,1930,1990,2040,2360,2440,2010,1970,2520,2800,3030,3090,2600,1700,1180,390,250,130,60,50,300,2360,1430,1360,1250,1620,1890,1860,1890,2080,1970,2510,2650,2040,2590,3090,2560,2170,1090,480,200,80,90,30,350,2180,1320,1080,1490,1620,1500,1950,2480,2390,1820,2100,2370,2490,1990,2840,2080,1760,1080,460,240,70,30,80,180,2150,890,1460,1500,1650,1550,2200,2400,2190,2120,2000,2150,2290,2620,2870,2470,1790,1070,560,120,220,40,60,460,2730,1100,1440,1640,1770,1830,2250,2500,2120,1760,1980,2290,2020,2600,2210,2190,1650,1180]},{"name":"URL","color":"#2373DB","values":[190,180,30,10,170,90,520,1010,940,1260,1350,1710,1820,2120,1740,2190,2350,2730,2790,2560,2100,1850,1240,910,820,230,50,90,40,30,160,660,920,1490,1830,1700,1970,1860,1620,1470,1590,1950,1940,1590,1650,1270,1160,660,630,280,140,10,50,20,90,210,630,1030,1310,1610,1120,1390,1530,1950,1850,1820,1750,1900,1860,1740,1430,670,450,60,20,10,0,160,330,850,860,1200,1150,1530,1820,1740,1690,1900,2020,2570,3090,2700,2290,1850,1410,490,230,120,40,30,10,120,510,930,1030,1040,1520,1570,1770,1810,1950,1950,2450,2670,2580,2410,2430,1680,1250,600,200,130,30,10,50,190,450,950,1030,1210,1190,1900,1990,1830,1750,1590,2210,2680,2580,2360,2140,1600,1370,920,330,120,30,0,10,150,540,1120,1070,1400,1580,1800,1910,1890,1470,1770,2110,2780,2990,2540,2140,1630,1040,640]},{"name":"Groups","color":"#9ED448","values":[640,150,50,70,50,260,960,1480,1110,1110,1310,1330,1510,1750,1560,1190,1120,1430,1620,1790,1960,2300,1780,1310,780,410,200,60,30,150,410,910,980,940,1000,1370,1300,1520,1290,1280,1980,1400,1500,1280,1780,1650,1560,1290,1100,790,360,70,70,70,250,480,820,1180,1620,1910,1270,1580,1220,1260,1010,1710,1450,1520,2330,2560,2320,1730,820,130,80,60,100,340,790,1180,890,1260,1520,1390,1750,1630,1690,1190,1500,1390,1930,1950,2300,2970,2600,1280,440,130,40,40,110,300,640,930,830,1160,1640,1300,1620,1270,1460,1460,1620,1400,1810,1870,2390,2400,2250,1490,650,150,120,30,140,520,860,870,1070,1490,1300,1380,1310,1680,1570,1450,1280,1700,1700,2070,2330,2770,2500,1730,670,200,100,20,50,290,1030,1040,1130,1010,1150,1570,1770,1590,1770,1730,1290,1630,1860,2230,2210,2570,2340,1300]},{"name":"Channel","color":"#4fae4e","values":[80,40,30,40,10,20,60,90,80,130,90,220,100,120,210,160,110,270,350,360,150,180,160,90,80,60,10,50,0,0,20,50,90,70,90,180,160,230,200,170,170,200,290,140,120,210,70,70,210,20,140,0,0,0,90,70,70,60,240,170,180,170,210,100,160,200,230,150,140,300,190,140,20,40,10,10,0,10,30,40,70,60,110,80,80,160,310,160,270,210,310,130,170,270,80,90,10,50,0,20,40,20,30,70,430,80,110,40,100,130,470,120,240,180,200,210,130,170,270,90,120,10,10,0,0,30,60,150,60,130,40,200,260,120,180,170,120,230,270,200,250,240,150,90,60,40,20,0,10,20,40,50,90,100,110,70,290,180,320,170,190,210,280,310,210,280,110,150]},{"name":"Search","color":"#F5BD25","values":[20,0,10,10,0,240,130,200,430,210,300,170,330,500,660,270,270,180,260,290,170,210,360,60,20,70,10,0,10,20,80,660,300,230,410,180,220,370,1450,220,220,240,290,250,290,150,220,50,40,20,10,10,10,0,10,230,650,230,350,500,290,260,130,160,200,230,330,590,240,100,450,220,70,40,0,30,0,210,110,480,100,190,110,250,270,160,190,150,350,550,260,170,290,310,100,90,40,30,0,0,0,80,450,340,310,230,340,180,70,260,190,300,230,430,550,260,180,730,260,80,20,30,0,0,10,190,320,320,330,200,290,250,160,300,200,240,110,240,390,90,240,300,160,1930,240,0,0,0,20,30,340,810,470,130,120,70,320,360,270,270,160,720,190,260,520,310,310,230]},{"name":"Other","color":"#F79E39","values":[60,70,0,0,10,70,130,280,250,400,250,240,380,290,280,360,230,250,370,280,250,330,220,80,100,50,30,50,50,40,50,150,260,260,290,230,350,370,330,300,280,240,270,290,320,270,140,160,100,50,20,30,30,40,40,170,220,270,280,200,280,370,240,260,340,310,340,260,400,330,220,150,120,30,40,0,50,60,160,310,300,300,240,310,270,260,560,250,350,350,460,180,370,420,290,200,120,20,20,30,30,30,190,280,180,290,280,330,360,340,370,270,390,350,320,320,390,400,310,220,50,60,10,20,10,30,150,230,230,210,230,340,330,360,390,280,360,430,270,320,330,340,240,250,60,60,50,20,30,50,120,200,180,320,230,250,350,380,410,400,340,270,370,260,360,280,240,220]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,10,10,0,0,20,0,30,10,10,20,20,20,20,30,10,20,0,0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,30,20,0,20,30,20,10,0,0,0,0,10,0,0,0,0,0,0,30,20,20,20,50,20,30,10,10,20,0,10,0,20,0,0,0,0,0,0,0,0,0,20,10,0,0,10,10,10,0,10,20,20,0,0,0,10,0,0,0,0,0,0,0,10,10,0,20,0,0,20,0,30,10,10,20,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,20,10,10,20,40,0,30,0,10,20,30,0,10,0,0,0,0,0,0,0,0,10,10,0,20,0,10,10,0,0,10,10,10,20,20,10,10,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/26.json b/dist/chartDummyData/views_zoom/2019-03/26.json new file mode 100644 index 000000000..8b722e5b5 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/26.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1553299200000,1553302800000,1553306400000,1553310000000,1553313600000,1553317200000,1553320800000,1553324400000,1553328000000,1553331600000,1553335200000,1553338800000,1553342400000,1553346000000,1553349600000,1553353200000,1553356800000,1553360400000,1553364000000,1553367600000,1553371200000,1553374800000,1553378400000,1553382000000,1553385600000,1553389200000,1553392800000,1553396400000,1553400000000,1553403600000,1553407200000,1553410800000,1553414400000,1553418000000,1553421600000,1553425200000,1553428800000,1553432400000,1553436000000,1553439600000,1553443200000,1553446800000,1553450400000,1553454000000,1553457600000,1553461200000,1553464800000,1553468400000,1553472000000,1553475600000,1553479200000,1553482800000,1553486400000,1553490000000,1553493600000,1553497200000,1553500800000,1553504400000,1553508000000,1553511600000,1553515200000,1553518800000,1553522400000,1553526000000,1553529600000,1553533200000,1553536800000,1553540400000,1553544000000,1553547600000,1553551200000,1553554800000,1553558400000,1553562000000,1553565600000,1553569200000,1553572800000,1553576400000,1553580000000,1553583600000,1553587200000,1553590800000,1553594400000,1553598000000,1553601600000,1553605200000,1553608800000,1553612400000,1553616000000,1553619600000,1553623200000,1553626800000,1553630400000,1553634000000,1553637600000,1553641200000,1553644800000,1553648400000,1553652000000,1553655600000,1553659200000,1553662800000,1553666400000,1553670000000,1553673600000,1553677200000,1553680800000,1553684400000,1553688000000,1553691600000,1553695200000,1553698800000,1553702400000,1553706000000,1553709600000,1553713200000,1553716800000,1553720400000,1553724000000,1553727600000,1553731200000,1553734800000,1553738400000,1553742000000,1553745600000,1553749200000,1553752800000,1553756400000,1553760000000,1553763600000,1553767200000,1553770800000,1553774400000,1553778000000,1553781600000,1553785200000,1553788800000,1553792400000,1553796000000,1553799600000,1553803200000,1553806800000,1553810400000,1553814000000,1553817600000,1553821200000,1553824800000,1553828400000,1553832000000,1553835600000,1553839200000,1553842800000,1553846400000,1553850000000,1553853600000,1553857200000,1553860800000,1553864400000,1553868000000,1553871600000,1553875200000,1553878800000,1553882400000,1553886000000,1553889600000,1553893200000,1553896800000,1553900400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[510,330,180,90,50,250,420,2350,1450,1870,1660,1940,2020,2150,2240,2130,2760,1840,2580,2370,2050,1870,1530,1160,750,420,250,130,470,220,2060,540,1370,1710,1930,1990,2040,2360,2440,2010,1970,2520,2800,3030,3090,2600,1700,1180,390,250,130,60,50,300,2360,1430,1360,1250,1620,1890,1860,1890,2080,1970,2510,2650,2040,2590,3090,2560,2170,1090,480,200,80,90,30,350,2180,1320,1080,1490,1620,1500,1950,2480,2390,1820,2100,2370,2490,1990,2840,2080,1760,1080,460,240,70,30,80,180,2150,890,1460,1500,1650,1550,2200,2400,2190,2120,2000,2150,2290,2620,2870,2470,1790,1070,560,120,220,40,60,460,2730,1100,1440,1640,1770,1830,2250,2500,2120,1760,1980,2290,2020,2600,2210,2190,1650,1180,490,200,190,40,110,290,2710,1440,1270,2040,1190,2510,1700,2100,2310,1870,1990,2460,2190,2160,2830,2150,1790,830]},{"name":"URL","color":"#2373DB","values":[820,230,50,90,40,30,160,660,920,1490,1830,1700,1970,1860,1620,1470,1590,1950,1940,1590,1650,1270,1160,660,630,280,140,10,50,20,90,210,630,1030,1310,1610,1120,1390,1530,1950,1850,1820,1750,1900,1860,1740,1430,670,450,60,20,10,0,160,330,850,860,1200,1150,1530,1820,1740,1690,1900,2020,2570,3090,2700,2290,1850,1410,490,230,120,40,30,10,120,510,930,1030,1040,1520,1570,1770,1810,1950,1950,2450,2670,2580,2410,2430,1680,1250,600,200,130,30,10,50,190,450,950,1030,1210,1190,1900,1990,1830,1750,1590,2210,2680,2580,2360,2140,1600,1370,920,330,120,30,0,10,150,540,1120,1070,1400,1580,1800,1910,1890,1470,1770,2110,2780,2990,2540,2140,1630,1040,640,410,140,0,10,20,190,460,1170,1340,1090,1470,1400,1900,1880,1690,1780,2070,2690,2970,2120,1580,1700,1430,910]},{"name":"Groups","color":"#9ED448","values":[780,410,200,60,30,150,410,910,980,940,1000,1370,1300,1520,1290,1280,1980,1400,1500,1280,1780,1650,1560,1290,1100,790,360,70,70,70,250,480,820,1180,1620,1910,1270,1580,1220,1260,1010,1710,1450,1520,2330,2560,2320,1730,820,130,80,60,100,340,790,1180,890,1260,1520,1390,1750,1630,1690,1190,1500,1390,1930,1950,2300,2970,2600,1280,440,130,40,40,110,300,640,930,830,1160,1640,1300,1620,1270,1460,1460,1620,1400,1810,1870,2390,2400,2250,1490,650,150,120,30,140,520,860,870,1070,1490,1300,1380,1310,1680,1570,1450,1280,1700,1700,2070,2330,2770,2500,1730,670,200,100,20,50,290,1030,1040,1130,1010,1150,1570,1770,1590,1770,1730,1290,1630,1860,2230,2210,2570,2340,1300,650,230,90,50,40,510,630,1010,1200,1130,1230,1590,1380,1910,1430,1450,1360,1720,1830,1690,1940,2190,1720,1450]},{"name":"Channel","color":"#4fae4e","values":[80,60,10,50,0,0,20,50,90,70,90,180,160,230,200,170,170,200,290,140,120,210,70,70,210,20,140,0,0,0,90,70,70,60,240,170,180,170,210,100,160,200,230,150,140,300,190,140,20,40,10,10,0,10,30,40,70,60,110,80,80,160,310,160,270,210,310,130,170,270,80,90,10,50,0,20,40,20,30,70,430,80,110,40,100,130,470,120,240,180,200,210,130,170,270,90,120,10,10,0,0,30,60,150,60,130,40,200,260,120,180,170,120,230,270,200,250,240,150,90,60,40,20,0,10,20,40,50,90,100,110,70,290,180,320,170,190,210,280,310,210,280,110,150,100,10,10,10,10,40,90,30,140,310,100,70,130,110,130,140,70,190,160,90,180,210,260,80]},{"name":"Search","color":"#F5BD25","values":[20,70,10,0,10,20,80,660,300,230,410,180,220,370,1450,220,220,240,290,250,290,150,220,50,40,20,10,10,10,0,10,230,650,230,350,500,290,260,130,160,200,230,330,590,240,100,450,220,70,40,0,30,0,210,110,480,100,190,110,250,270,160,190,150,350,550,260,170,290,310,100,90,40,30,0,0,0,80,450,340,310,230,340,180,70,260,190,300,230,430,550,260,180,730,260,80,20,30,0,0,10,190,320,320,330,200,290,250,160,300,200,240,110,240,390,90,240,300,160,1930,240,0,0,0,20,30,340,810,470,130,120,70,320,360,270,270,160,720,190,260,520,310,310,230,130,30,50,10,10,290,270,700,200,220,190,810,260,390,420,260,140,310,250,120,280,140,40,90]},{"name":"Other","color":"#F79E39","values":[100,50,30,50,50,40,50,150,260,260,290,230,350,370,330,300,280,240,270,290,320,270,140,160,100,50,20,30,30,40,40,170,220,270,280,200,280,370,240,260,340,310,340,260,400,330,220,150,120,30,40,0,50,60,160,310,300,300,240,310,270,260,560,250,350,350,460,180,370,420,290,200,120,20,20,30,30,30,190,280,180,290,280,330,360,340,370,270,390,350,320,320,390,400,310,220,50,60,10,20,10,30,150,230,230,210,230,340,330,360,390,280,360,430,270,320,330,340,240,250,60,60,50,20,30,50,120,200,180,320,230,250,350,380,410,400,340,270,370,260,360,280,240,220,20,40,60,40,30,60,120,180,290,270,380,270,370,280,300,200,270,240,330,470,280,330,320,170]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,0,10,0,10,10,10,30,20,0,20,30,20,10,0,0,0,0,10,0,0,0,0,0,0,30,20,20,20,50,20,30,10,10,20,0,10,0,20,0,0,0,0,0,0,0,0,0,20,10,0,0,10,10,10,0,10,20,20,0,0,0,10,0,0,0,0,0,0,0,10,10,0,20,0,0,20,0,30,10,10,20,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,20,10,10,20,40,0,30,0,10,20,30,0,10,0,0,0,0,0,0,0,0,10,10,0,20,0,10,10,0,0,10,10,10,20,20,10,10,0,10,0,0,0,0,0,0,0,0,0,20,0,30,20,0,10,0,10,30,0,20,0,0,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/27.json b/dist/chartDummyData/views_zoom/2019-03/27.json new file mode 100644 index 000000000..4ce0e1a9b --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/27.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1553385600000,1553389200000,1553392800000,1553396400000,1553400000000,1553403600000,1553407200000,1553410800000,1553414400000,1553418000000,1553421600000,1553425200000,1553428800000,1553432400000,1553436000000,1553439600000,1553443200000,1553446800000,1553450400000,1553454000000,1553457600000,1553461200000,1553464800000,1553468400000,1553472000000,1553475600000,1553479200000,1553482800000,1553486400000,1553490000000,1553493600000,1553497200000,1553500800000,1553504400000,1553508000000,1553511600000,1553515200000,1553518800000,1553522400000,1553526000000,1553529600000,1553533200000,1553536800000,1553540400000,1553544000000,1553547600000,1553551200000,1553554800000,1553558400000,1553562000000,1553565600000,1553569200000,1553572800000,1553576400000,1553580000000,1553583600000,1553587200000,1553590800000,1553594400000,1553598000000,1553601600000,1553605200000,1553608800000,1553612400000,1553616000000,1553619600000,1553623200000,1553626800000,1553630400000,1553634000000,1553637600000,1553641200000,1553644800000,1553648400000,1553652000000,1553655600000,1553659200000,1553662800000,1553666400000,1553670000000,1553673600000,1553677200000,1553680800000,1553684400000,1553688000000,1553691600000,1553695200000,1553698800000,1553702400000,1553706000000,1553709600000,1553713200000,1553716800000,1553720400000,1553724000000,1553727600000,1553731200000,1553734800000,1553738400000,1553742000000,1553745600000,1553749200000,1553752800000,1553756400000,1553760000000,1553763600000,1553767200000,1553770800000,1553774400000,1553778000000,1553781600000,1553785200000,1553788800000,1553792400000,1553796000000,1553799600000,1553803200000,1553806800000,1553810400000,1553814000000,1553817600000,1553821200000,1553824800000,1553828400000,1553832000000,1553835600000,1553839200000,1553842800000,1553846400000,1553850000000,1553853600000,1553857200000,1553860800000,1553864400000,1553868000000,1553871600000,1553875200000,1553878800000,1553882400000,1553886000000,1553889600000,1553893200000,1553896800000,1553900400000,1553904000000,1553907600000,1553911200000,1553914800000,1553918400000,1553922000000,1553925600000,1553929200000,1553932800000,1553936400000,1553940000000,1553943600000,1553947200000,1553950800000,1553954400000,1553958000000,1553961600000,1553965200000,1553968800000,1553972400000,1553976000000,1553979600000,1553983200000,1553986800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[750,420,250,130,470,220,2060,540,1370,1710,1930,1990,2040,2360,2440,2010,1970,2520,2800,3030,3090,2600,1700,1180,390,250,130,60,50,300,2360,1430,1360,1250,1620,1890,1860,1890,2080,1970,2510,2650,2040,2590,3090,2560,2170,1090,480,200,80,90,30,350,2180,1320,1080,1490,1620,1500,1950,2480,2390,1820,2100,2370,2490,1990,2840,2080,1760,1080,460,240,70,30,80,180,2150,890,1460,1500,1650,1550,2200,2400,2190,2120,2000,2150,2290,2620,2870,2470,1790,1070,560,120,220,40,60,460,2730,1100,1440,1640,1770,1830,2250,2500,2120,1760,1980,2290,2020,2600,2210,2190,1650,1180,490,200,190,40,110,290,2710,1440,1270,2040,1190,2510,1700,2100,2310,1870,1990,2460,2190,2160,2830,2150,1790,830,460,230,80,70,70,170,530,1250,3370,1900,1640,1800,2120,1880,1630,2020,2290,2090,2130,1930,1940,1720,1250,1010]},{"name":"URL","color":"#2373DB","values":[630,280,140,10,50,20,90,210,630,1030,1310,1610,1120,1390,1530,1950,1850,1820,1750,1900,1860,1740,1430,670,450,60,20,10,0,160,330,850,860,1200,1150,1530,1820,1740,1690,1900,2020,2570,3090,2700,2290,1850,1410,490,230,120,40,30,10,120,510,930,1030,1040,1520,1570,1770,1810,1950,1950,2450,2670,2580,2410,2430,1680,1250,600,200,130,30,10,50,190,450,950,1030,1210,1190,1900,1990,1830,1750,1590,2210,2680,2580,2360,2140,1600,1370,920,330,120,30,0,10,150,540,1120,1070,1400,1580,1800,1910,1890,1470,1770,2110,2780,2990,2540,2140,1630,1040,640,410,140,0,10,20,190,460,1170,1340,1090,1470,1400,1900,1880,1690,1780,2070,2690,2970,2120,1580,1700,1430,910,480,270,150,30,30,90,190,490,1040,1270,1500,2230,1850,1790,1610,1900,1610,1940,2200,1650,1660,1430,1090,840]},{"name":"Groups","color":"#9ED448","values":[1100,790,360,70,70,70,250,480,820,1180,1620,1910,1270,1580,1220,1260,1010,1710,1450,1520,2330,2560,2320,1730,820,130,80,60,100,340,790,1180,890,1260,1520,1390,1750,1630,1690,1190,1500,1390,1930,1950,2300,2970,2600,1280,440,130,40,40,110,300,640,930,830,1160,1640,1300,1620,1270,1460,1460,1620,1400,1810,1870,2390,2400,2250,1490,650,150,120,30,140,520,860,870,1070,1490,1300,1380,1310,1680,1570,1450,1280,1700,1700,2070,2330,2770,2500,1730,670,200,100,20,50,290,1030,1040,1130,1010,1150,1570,1770,1590,1770,1730,1290,1630,1860,2230,2210,2570,2340,1300,650,230,90,50,40,510,630,1010,1200,1130,1230,1590,1380,1910,1430,1450,1360,1720,1830,1690,1940,2190,1720,1450,850,200,370,110,10,200,350,670,1150,1340,1320,1110,1990,1760,1420,1360,1440,1490,1510,1500,1580,1950,1790,1430]},{"name":"Channel","color":"#4fae4e","values":[210,20,140,0,0,0,90,70,70,60,240,170,180,170,210,100,160,200,230,150,140,300,190,140,20,40,10,10,0,10,30,40,70,60,110,80,80,160,310,160,270,210,310,130,170,270,80,90,10,50,0,20,40,20,30,70,430,80,110,40,100,130,470,120,240,180,200,210,130,170,270,90,120,10,10,0,0,30,60,150,60,130,40,200,260,120,180,170,120,230,270,200,250,240,150,90,60,40,20,0,10,20,40,50,90,100,110,70,290,180,320,170,190,210,280,310,210,280,110,150,100,10,10,10,10,40,90,30,140,310,100,70,130,110,130,140,70,190,160,90,180,210,260,80,270,140,30,10,10,30,50,10,100,150,190,100,210,190,140,160,140,110,110,140,100,170,150,40]},{"name":"Search","color":"#F5BD25","values":[40,20,10,10,10,0,10,230,650,230,350,500,290,260,130,160,200,230,330,590,240,100,450,220,70,40,0,30,0,210,110,480,100,190,110,250,270,160,190,150,350,550,260,170,290,310,100,90,40,30,0,0,0,80,450,340,310,230,340,180,70,260,190,300,230,430,550,260,180,730,260,80,20,30,0,0,10,190,320,320,330,200,290,250,160,300,200,240,110,240,390,90,240,300,160,1930,240,0,0,0,20,30,340,810,470,130,120,70,320,360,270,270,160,720,190,260,520,310,310,230,130,30,50,10,10,290,270,700,200,220,190,810,260,390,420,260,140,310,250,120,280,140,40,90,50,0,20,10,0,30,90,50,800,190,170,120,180,160,290,130,230,600,290,530,210,380,90,280]},{"name":"Other","color":"#F79E39","values":[100,50,20,30,30,40,40,170,220,270,280,200,280,370,240,260,340,310,340,260,400,330,220,150,120,30,40,0,50,60,160,310,300,300,240,310,270,260,560,250,350,350,460,180,370,420,290,200,120,20,20,30,30,30,190,280,180,290,280,330,360,340,370,270,390,350,320,320,390,400,310,220,50,60,10,20,10,30,150,230,230,210,230,340,330,360,390,280,360,430,270,320,330,340,240,250,60,60,50,20,30,50,120,200,180,320,230,250,350,380,410,400,340,270,370,260,360,280,240,220,20,40,60,40,30,60,120,180,290,270,380,270,370,280,300,200,270,240,330,470,280,330,320,170,110,70,40,0,20,30,90,210,270,310,200,240,350,250,170,190,130,240,330,280,230,260,280,190]},{"name":"PM","color":"#E65850","values":[0,0,10,0,0,0,0,0,0,30,20,20,20,50,20,30,10,10,20,0,10,0,20,0,0,0,0,0,0,0,0,0,20,10,0,0,10,10,10,0,10,20,20,0,0,0,10,0,0,0,0,0,0,0,10,10,0,20,0,0,20,0,30,10,10,20,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,20,10,10,20,40,0,30,0,10,20,30,0,10,0,0,0,0,0,0,0,0,10,10,0,20,0,10,10,0,0,10,10,10,20,20,10,10,0,10,0,0,0,0,0,0,0,0,0,20,0,30,20,0,10,0,10,30,0,20,0,0,10,0,0,10,0,0,0,0,0,10,0,20,10,10,0,20,0,30,40,0,10,0,0,10,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/28.json b/dist/chartDummyData/views_zoom/2019-03/28.json new file mode 100644 index 000000000..4b6901c38 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/28.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1553472000000,1553475600000,1553479200000,1553482800000,1553486400000,1553490000000,1553493600000,1553497200000,1553500800000,1553504400000,1553508000000,1553511600000,1553515200000,1553518800000,1553522400000,1553526000000,1553529600000,1553533200000,1553536800000,1553540400000,1553544000000,1553547600000,1553551200000,1553554800000,1553558400000,1553562000000,1553565600000,1553569200000,1553572800000,1553576400000,1553580000000,1553583600000,1553587200000,1553590800000,1553594400000,1553598000000,1553601600000,1553605200000,1553608800000,1553612400000,1553616000000,1553619600000,1553623200000,1553626800000,1553630400000,1553634000000,1553637600000,1553641200000,1553644800000,1553648400000,1553652000000,1553655600000,1553659200000,1553662800000,1553666400000,1553670000000,1553673600000,1553677200000,1553680800000,1553684400000,1553688000000,1553691600000,1553695200000,1553698800000,1553702400000,1553706000000,1553709600000,1553713200000,1553716800000,1553720400000,1553724000000,1553727600000,1553731200000,1553734800000,1553738400000,1553742000000,1553745600000,1553749200000,1553752800000,1553756400000,1553760000000,1553763600000,1553767200000,1553770800000,1553774400000,1553778000000,1553781600000,1553785200000,1553788800000,1553792400000,1553796000000,1553799600000,1553803200000,1553806800000,1553810400000,1553814000000,1553817600000,1553821200000,1553824800000,1553828400000,1553832000000,1553835600000,1553839200000,1553842800000,1553846400000,1553850000000,1553853600000,1553857200000,1553860800000,1553864400000,1553868000000,1553871600000,1553875200000,1553878800000,1553882400000,1553886000000,1553889600000,1553893200000,1553896800000,1553900400000,1553904000000,1553907600000,1553911200000,1553914800000,1553918400000,1553922000000,1553925600000,1553929200000,1553932800000,1553936400000,1553940000000,1553943600000,1553947200000,1553950800000,1553954400000,1553958000000,1553961600000,1553965200000,1553968800000,1553972400000,1553976000000,1553979600000,1553983200000,1553986800000,1553990400000,1553994000000,1553997600000,1554001200000,1554004800000,1554008400000,1554012000000,1554015600000,1554019200000,1554022800000,1554026400000,1554030000000,1554033600000,1554037200000,1554040800000,1554044400000,1554048000000,1554051600000,1554055200000,1554058800000,1554062400000,1554066000000,1554069600000,1554073200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[390,250,130,60,50,300,2360,1430,1360,1250,1620,1890,1860,1890,2080,1970,2510,2650,2040,2590,3090,2560,2170,1090,480,200,80,90,30,350,2180,1320,1080,1490,1620,1500,1950,2480,2390,1820,2100,2370,2490,1990,2840,2080,1760,1080,460,240,70,30,80,180,2150,890,1460,1500,1650,1550,2200,2400,2190,2120,2000,2150,2290,2620,2870,2470,1790,1070,560,120,220,40,60,460,2730,1100,1440,1640,1770,1830,2250,2500,2120,1760,1980,2290,2020,2600,2210,2190,1650,1180,490,200,190,40,110,290,2710,1440,1270,2040,1190,2510,1700,2100,2310,1870,1990,2460,2190,2160,2830,2150,1790,830,460,230,80,70,70,170,530,1250,3370,1900,1640,1800,2120,1880,1630,2020,2290,2090,2130,1930,1940,1720,1250,1010,600,430,170,130,50,130,2960,640,1270,1520,1980,1880,2530,1850,2190,2720,2300,2350,2100,2470,2780,1980,1270,530]},{"name":"URL","color":"#2373DB","values":[450,60,20,10,0,160,330,850,860,1200,1150,1530,1820,1740,1690,1900,2020,2570,3090,2700,2290,1850,1410,490,230,120,40,30,10,120,510,930,1030,1040,1520,1570,1770,1810,1950,1950,2450,2670,2580,2410,2430,1680,1250,600,200,130,30,10,50,190,450,950,1030,1210,1190,1900,1990,1830,1750,1590,2210,2680,2580,2360,2140,1600,1370,920,330,120,30,0,10,150,540,1120,1070,1400,1580,1800,1910,1890,1470,1770,2110,2780,2990,2540,2140,1630,1040,640,410,140,0,10,20,190,460,1170,1340,1090,1470,1400,1900,1880,1690,1780,2070,2690,2970,2120,1580,1700,1430,910,480,270,150,30,30,90,190,490,1040,1270,1500,2230,1850,1790,1610,1900,1610,1940,2200,1650,1660,1430,1090,840,540,210,50,80,40,70,120,290,710,1100,1450,1200,1240,1180,1360,1510,1530,1540,1880,1760,1830,1210,760,380]},{"name":"Groups","color":"#9ED448","values":[820,130,80,60,100,340,790,1180,890,1260,1520,1390,1750,1630,1690,1190,1500,1390,1930,1950,2300,2970,2600,1280,440,130,40,40,110,300,640,930,830,1160,1640,1300,1620,1270,1460,1460,1620,1400,1810,1870,2390,2400,2250,1490,650,150,120,30,140,520,860,870,1070,1490,1300,1380,1310,1680,1570,1450,1280,1700,1700,2070,2330,2770,2500,1730,670,200,100,20,50,290,1030,1040,1130,1010,1150,1570,1770,1590,1770,1730,1290,1630,1860,2230,2210,2570,2340,1300,650,230,90,50,40,510,630,1010,1200,1130,1230,1590,1380,1910,1430,1450,1360,1720,1830,1690,1940,2190,1720,1450,850,200,370,110,10,200,350,670,1150,1340,1320,1110,1990,1760,1420,1360,1440,1490,1510,1500,1580,1950,1790,1430,1040,460,120,80,80,180,470,540,990,1440,1240,1270,1450,1360,1350,1080,1040,1470,1610,1860,2500,2760,1850,930]},{"name":"Channel","color":"#4fae4e","values":[20,40,10,10,0,10,30,40,70,60,110,80,80,160,310,160,270,210,310,130,170,270,80,90,10,50,0,20,40,20,30,70,430,80,110,40,100,130,470,120,240,180,200,210,130,170,270,90,120,10,10,0,0,30,60,150,60,130,40,200,260,120,180,170,120,230,270,200,250,240,150,90,60,40,20,0,10,20,40,50,90,100,110,70,290,180,320,170,190,210,280,310,210,280,110,150,100,10,10,10,10,40,90,30,140,310,100,70,130,110,130,140,70,190,160,90,180,210,260,80,270,140,30,10,10,30,50,10,100,150,190,100,210,190,140,160,140,110,110,140,100,170,150,40,170,80,100,10,10,30,70,30,30,90,100,70,120,120,180,150,120,170,100,160,170,170,190,100]},{"name":"Search","color":"#F5BD25","values":[70,40,0,30,0,210,110,480,100,190,110,250,270,160,190,150,350,550,260,170,290,310,100,90,40,30,0,0,0,80,450,340,310,230,340,180,70,260,190,300,230,430,550,260,180,730,260,80,20,30,0,0,10,190,320,320,330,200,290,250,160,300,200,240,110,240,390,90,240,300,160,1930,240,0,0,0,20,30,340,810,470,130,120,70,320,360,270,270,160,720,190,260,520,310,310,230,130,30,50,10,10,290,270,700,200,220,190,810,260,390,420,260,140,310,250,120,280,140,40,90,50,0,20,10,0,30,90,50,800,190,170,120,180,160,290,130,230,600,290,530,210,380,90,280,100,160,0,30,10,30,70,140,220,70,120,290,260,270,240,170,240,510,180,430,490,110,100,60]},{"name":"Other","color":"#F79E39","values":[120,30,40,0,50,60,160,310,300,300,240,310,270,260,560,250,350,350,460,180,370,420,290,200,120,20,20,30,30,30,190,280,180,290,280,330,360,340,370,270,390,350,320,320,390,400,310,220,50,60,10,20,10,30,150,230,230,210,230,340,330,360,390,280,360,430,270,320,330,340,240,250,60,60,50,20,30,50,120,200,180,320,230,250,350,380,410,400,340,270,370,260,360,280,240,220,20,40,60,40,30,60,120,180,290,270,380,270,370,280,300,200,270,240,330,470,280,330,320,170,110,70,40,0,20,30,90,210,270,310,200,240,350,250,170,190,130,240,330,280,230,260,280,190,110,40,30,20,60,20,10,50,150,250,240,280,250,200,200,160,200,380,260,270,350,250,200,110]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,20,10,0,0,10,10,10,0,10,20,20,0,0,0,10,0,0,0,0,0,0,0,10,10,0,20,0,0,20,0,30,10,10,20,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,20,10,10,20,40,0,30,0,10,20,30,0,10,0,0,0,0,0,0,0,0,10,10,0,20,0,10,10,0,0,10,10,10,20,20,10,10,0,10,0,0,0,0,0,0,0,0,0,20,0,30,20,0,10,0,10,30,0,20,0,0,10,0,0,10,0,0,0,0,0,10,0,20,10,10,0,20,0,30,40,0,10,0,0,10,10,0,0,0,0,0,0,0,10,10,30,10,10,30,10,10,20,10,10,0,20,20,10,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/29.json b/dist/chartDummyData/views_zoom/2019-03/29.json new file mode 100644 index 000000000..9d3241b12 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/29.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1553558400000,1553562000000,1553565600000,1553569200000,1553572800000,1553576400000,1553580000000,1553583600000,1553587200000,1553590800000,1553594400000,1553598000000,1553601600000,1553605200000,1553608800000,1553612400000,1553616000000,1553619600000,1553623200000,1553626800000,1553630400000,1553634000000,1553637600000,1553641200000,1553644800000,1553648400000,1553652000000,1553655600000,1553659200000,1553662800000,1553666400000,1553670000000,1553673600000,1553677200000,1553680800000,1553684400000,1553688000000,1553691600000,1553695200000,1553698800000,1553702400000,1553706000000,1553709600000,1553713200000,1553716800000,1553720400000,1553724000000,1553727600000,1553731200000,1553734800000,1553738400000,1553742000000,1553745600000,1553749200000,1553752800000,1553756400000,1553760000000,1553763600000,1553767200000,1553770800000,1553774400000,1553778000000,1553781600000,1553785200000,1553788800000,1553792400000,1553796000000,1553799600000,1553803200000,1553806800000,1553810400000,1553814000000,1553817600000,1553821200000,1553824800000,1553828400000,1553832000000,1553835600000,1553839200000,1553842800000,1553846400000,1553850000000,1553853600000,1553857200000,1553860800000,1553864400000,1553868000000,1553871600000,1553875200000,1553878800000,1553882400000,1553886000000,1553889600000,1553893200000,1553896800000,1553900400000,1553904000000,1553907600000,1553911200000,1553914800000,1553918400000,1553922000000,1553925600000,1553929200000,1553932800000,1553936400000,1553940000000,1553943600000,1553947200000,1553950800000,1553954400000,1553958000000,1553961600000,1553965200000,1553968800000,1553972400000,1553976000000,1553979600000,1553983200000,1553986800000,1553990400000,1553994000000,1553997600000,1554001200000,1554004800000,1554008400000,1554012000000,1554015600000,1554019200000,1554022800000,1554026400000,1554030000000,1554033600000,1554037200000,1554040800000,1554044400000,1554048000000,1554051600000,1554055200000,1554058800000,1554062400000,1554066000000,1554069600000,1554073200000,1554076800000,1554080400000,1554084000000,1554087600000,1554091200000,1554094800000,1554098400000,1554102000000,1554105600000,1554109200000,1554112800000,1554116400000,1554120000000,1554123600000,1554127200000,1554130800000,1554134400000,1554138000000,1554141600000,1554145200000,1554148800000,1554152400000,1554156000000,1554159600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[480,200,80,90,30,350,2180,1320,1080,1490,1620,1500,1950,2480,2390,1820,2100,2370,2490,1990,2840,2080,1760,1080,460,240,70,30,80,180,2150,890,1460,1500,1650,1550,2200,2400,2190,2120,2000,2150,2290,2620,2870,2470,1790,1070,560,120,220,40,60,460,2730,1100,1440,1640,1770,1830,2250,2500,2120,1760,1980,2290,2020,2600,2210,2190,1650,1180,490,200,190,40,110,290,2710,1440,1270,2040,1190,2510,1700,2100,2310,1870,1990,2460,2190,2160,2830,2150,1790,830,460,230,80,70,70,170,530,1250,3370,1900,1640,1800,2120,1880,1630,2020,2290,2090,2130,1930,1940,1720,1250,1010,600,430,170,130,50,130,2960,640,1270,1520,1980,1880,2530,1850,2190,2720,2300,2350,2100,2470,2780,1980,1270,530,370,70,30,110,170,1400,1380,1490,1760,1470,1380,1930,1800,2010,2120,2110,2250,2200,2410,2890,2780,1990,1340,370]},{"name":"URL","color":"#2373DB","values":[230,120,40,30,10,120,510,930,1030,1040,1520,1570,1770,1810,1950,1950,2450,2670,2580,2410,2430,1680,1250,600,200,130,30,10,50,190,450,950,1030,1210,1190,1900,1990,1830,1750,1590,2210,2680,2580,2360,2140,1600,1370,920,330,120,30,0,10,150,540,1120,1070,1400,1580,1800,1910,1890,1470,1770,2110,2780,2990,2540,2140,1630,1040,640,410,140,0,10,20,190,460,1170,1340,1090,1470,1400,1900,1880,1690,1780,2070,2690,2970,2120,1580,1700,1430,910,480,270,150,30,30,90,190,490,1040,1270,1500,2230,1850,1790,1610,1900,1610,1940,2200,1650,1660,1430,1090,840,540,210,50,80,40,70,120,290,710,1100,1450,1200,1240,1180,1360,1510,1530,1540,1880,1760,1830,1210,760,380,160,20,50,30,70,310,660,840,940,1390,1590,1700,1460,1890,2080,2170,2230,2680,2710,2370,2100,1360,1010,170]},{"name":"Groups","color":"#9ED448","values":[440,130,40,40,110,300,640,930,830,1160,1640,1300,1620,1270,1460,1460,1620,1400,1810,1870,2390,2400,2250,1490,650,150,120,30,140,520,860,870,1070,1490,1300,1380,1310,1680,1570,1450,1280,1700,1700,2070,2330,2770,2500,1730,670,200,100,20,50,290,1030,1040,1130,1010,1150,1570,1770,1590,1770,1730,1290,1630,1860,2230,2210,2570,2340,1300,650,230,90,50,40,510,630,1010,1200,1130,1230,1590,1380,1910,1430,1450,1360,1720,1830,1690,1940,2190,1720,1450,850,200,370,110,10,200,350,670,1150,1340,1320,1110,1990,1760,1420,1360,1440,1490,1510,1500,1580,1950,1790,1430,1040,460,120,80,80,180,470,540,990,1440,1240,1270,1450,1360,1350,1080,1040,1470,1610,1860,2500,2760,1850,930,470,90,60,110,230,620,860,840,1140,1160,1230,1500,1590,1290,1340,1400,1710,1710,2200,2450,2810,2620,1790,670]},{"name":"Channel","color":"#4fae4e","values":[10,50,0,20,40,20,30,70,430,80,110,40,100,130,470,120,240,180,200,210,130,170,270,90,120,10,10,0,0,30,60,150,60,130,40,200,260,120,180,170,120,230,270,200,250,240,150,90,60,40,20,0,10,20,40,50,90,100,110,70,290,180,320,170,190,210,280,310,210,280,110,150,100,10,10,10,10,40,90,30,140,310,100,70,130,110,130,140,70,190,160,90,180,210,260,80,270,140,30,10,10,30,50,10,100,150,190,100,210,190,140,160,140,110,110,140,100,170,150,40,170,80,100,10,10,30,70,30,30,90,100,70,120,120,180,150,120,170,100,160,170,170,190,100,40,10,0,20,10,70,80,50,120,120,30,90,170,150,270,120,120,190,190,150,180,230,160,30]},{"name":"Search","color":"#F5BD25","values":[40,30,0,0,0,80,450,340,310,230,340,180,70,260,190,300,230,430,550,260,180,730,260,80,20,30,0,0,10,190,320,320,330,200,290,250,160,300,200,240,110,240,390,90,240,300,160,1930,240,0,0,0,20,30,340,810,470,130,120,70,320,360,270,270,160,720,190,260,520,310,310,230,130,30,50,10,10,290,270,700,200,220,190,810,260,390,420,260,140,310,250,120,280,140,40,90,50,0,20,10,0,30,90,50,800,190,170,120,180,160,290,130,230,600,290,530,210,380,90,280,100,160,0,30,10,30,70,140,220,70,120,290,260,270,240,170,240,510,180,430,490,110,100,60,20,0,0,0,40,210,370,390,430,130,280,150,290,150,420,230,150,450,200,500,210,230,140,20]},{"name":"Other","color":"#F79E39","values":[120,20,20,30,30,30,190,280,180,290,280,330,360,340,370,270,390,350,320,320,390,400,310,220,50,60,10,20,10,30,150,230,230,210,230,340,330,360,390,280,360,430,270,320,330,340,240,250,60,60,50,20,30,50,120,200,180,320,230,250,350,380,410,400,340,270,370,260,360,280,240,220,20,40,60,40,30,60,120,180,290,270,380,270,370,280,300,200,270,240,330,470,280,330,320,170,110,70,40,0,20,30,90,210,270,310,200,240,350,250,170,190,130,240,330,280,230,260,280,190,110,40,30,20,60,20,10,50,150,250,240,280,250,200,200,160,200,380,260,270,350,250,200,110,20,40,30,10,60,100,200,250,240,290,280,410,370,310,330,250,300,500,260,420,400,430,280,90]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,10,0,20,0,0,20,0,30,10,10,20,0,0,10,20,0,0,0,0,0,0,0,0,0,0,0,20,10,10,20,40,0,30,0,10,20,30,0,10,0,0,0,0,0,0,0,0,10,10,0,20,0,10,10,0,0,10,10,10,20,20,10,10,0,10,0,0,0,0,0,0,0,0,0,20,0,30,20,0,10,0,10,30,0,20,0,0,10,0,0,10,0,0,0,0,0,10,0,20,10,10,0,20,0,30,40,0,10,0,0,10,10,0,0,0,0,0,0,0,10,10,30,10,10,30,10,10,20,10,10,0,20,20,10,0,0,0,0,0,0,0,0,10,0,0,20,10,0,20,20,10,10,10,20,20,10,10,10,10,10,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/30.json b/dist/chartDummyData/views_zoom/2019-03/30.json new file mode 100644 index 000000000..96e640a70 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/30.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1553644800000,1553648400000,1553652000000,1553655600000,1553659200000,1553662800000,1553666400000,1553670000000,1553673600000,1553677200000,1553680800000,1553684400000,1553688000000,1553691600000,1553695200000,1553698800000,1553702400000,1553706000000,1553709600000,1553713200000,1553716800000,1553720400000,1553724000000,1553727600000,1553731200000,1553734800000,1553738400000,1553742000000,1553745600000,1553749200000,1553752800000,1553756400000,1553760000000,1553763600000,1553767200000,1553770800000,1553774400000,1553778000000,1553781600000,1553785200000,1553788800000,1553792400000,1553796000000,1553799600000,1553803200000,1553806800000,1553810400000,1553814000000,1553817600000,1553821200000,1553824800000,1553828400000,1553832000000,1553835600000,1553839200000,1553842800000,1553846400000,1553850000000,1553853600000,1553857200000,1553860800000,1553864400000,1553868000000,1553871600000,1553875200000,1553878800000,1553882400000,1553886000000,1553889600000,1553893200000,1553896800000,1553900400000,1553904000000,1553907600000,1553911200000,1553914800000,1553918400000,1553922000000,1553925600000,1553929200000,1553932800000,1553936400000,1553940000000,1553943600000,1553947200000,1553950800000,1553954400000,1553958000000,1553961600000,1553965200000,1553968800000,1553972400000,1553976000000,1553979600000,1553983200000,1553986800000,1553990400000,1553994000000,1553997600000,1554001200000,1554004800000,1554008400000,1554012000000,1554015600000,1554019200000,1554022800000,1554026400000,1554030000000,1554033600000,1554037200000,1554040800000,1554044400000,1554048000000,1554051600000,1554055200000,1554058800000,1554062400000,1554066000000,1554069600000,1554073200000,1554076800000,1554080400000,1554084000000,1554087600000,1554091200000,1554094800000,1554098400000,1554102000000,1554105600000,1554109200000,1554112800000,1554116400000,1554120000000,1554123600000,1554127200000,1554130800000,1554134400000,1554138000000,1554141600000,1554145200000,1554148800000,1554152400000,1554156000000,1554159600000,1554163200000,1554166800000,1554170400000,1554174000000,1554177600000,1554181200000,1554184800000,1554188400000,1554192000000,1554195600000,1554199200000,1554202800000,1554206400000,1554210000000,1554213600000,1554217200000,1554220800000,1554224400000,1554228000000,1554231600000,1554235200000,1554238800000,1554242400000,1554246000000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[460,240,70,30,80,180,2150,890,1460,1500,1650,1550,2200,2400,2190,2120,2000,2150,2290,2620,2870,2470,1790,1070,560,120,220,40,60,460,2730,1100,1440,1640,1770,1830,2250,2500,2120,1760,1980,2290,2020,2600,2210,2190,1650,1180,490,200,190,40,110,290,2710,1440,1270,2040,1190,2510,1700,2100,2310,1870,1990,2460,2190,2160,2830,2150,1790,830,460,230,80,70,70,170,530,1250,3370,1900,1640,1800,2120,1880,1630,2020,2290,2090,2130,1930,1940,1720,1250,1010,600,430,170,130,50,130,2960,640,1270,1520,1980,1880,2530,1850,2190,2720,2300,2350,2100,2470,2780,1980,1270,530,370,70,30,110,170,1400,1380,1490,1760,1470,1380,1930,1800,2010,2120,2110,2250,2200,2410,2890,2780,1990,1340,370,130,60,80,20,200,770,950,1050,2830,1410,1540,2050,1900,2440,2030,2680,1900,2320,2390,2850,2910,2430,1260,400]},{"name":"URL","color":"#2373DB","values":[200,130,30,10,50,190,450,950,1030,1210,1190,1900,1990,1830,1750,1590,2210,2680,2580,2360,2140,1600,1370,920,330,120,30,0,10,150,540,1120,1070,1400,1580,1800,1910,1890,1470,1770,2110,2780,2990,2540,2140,1630,1040,640,410,140,0,10,20,190,460,1170,1340,1090,1470,1400,1900,1880,1690,1780,2070,2690,2970,2120,1580,1700,1430,910,480,270,150,30,30,90,190,490,1040,1270,1500,2230,1850,1790,1610,1900,1610,1940,2200,1650,1660,1430,1090,840,540,210,50,80,40,70,120,290,710,1100,1450,1200,1240,1180,1360,1510,1530,1540,1880,1760,1830,1210,760,380,160,20,50,30,70,310,660,840,940,1390,1590,1700,1460,1890,2080,2170,2230,2680,2710,2370,2100,1360,1010,170,70,10,50,10,60,290,780,690,1270,1250,1600,1790,1930,1760,1940,1920,2640,2810,2390,2500,2290,1740,730,460]},{"name":"Groups","color":"#9ED448","values":[650,150,120,30,140,520,860,870,1070,1490,1300,1380,1310,1680,1570,1450,1280,1700,1700,2070,2330,2770,2500,1730,670,200,100,20,50,290,1030,1040,1130,1010,1150,1570,1770,1590,1770,1730,1290,1630,1860,2230,2210,2570,2340,1300,650,230,90,50,40,510,630,1010,1200,1130,1230,1590,1380,1910,1430,1450,1360,1720,1830,1690,1940,2190,1720,1450,850,200,370,110,10,200,350,670,1150,1340,1320,1110,1990,1760,1420,1360,1440,1490,1510,1500,1580,1950,1790,1430,1040,460,120,80,80,180,470,540,990,1440,1240,1270,1450,1360,1350,1080,1040,1470,1610,1860,2500,2760,1850,930,470,90,60,110,230,620,860,840,1140,1160,1230,1500,1590,1290,1340,1400,1710,1710,2200,2450,2810,2620,1790,670,240,40,60,50,250,690,1090,930,1170,990,1080,1680,1680,1410,1550,1720,1560,1680,2390,2180,2970,2630,1890,660]},{"name":"Channel","color":"#4fae4e","values":[120,10,10,0,0,30,60,150,60,130,40,200,260,120,180,170,120,230,270,200,250,240,150,90,60,40,20,0,10,20,40,50,90,100,110,70,290,180,320,170,190,210,280,310,210,280,110,150,100,10,10,10,10,40,90,30,140,310,100,70,130,110,130,140,70,190,160,90,180,210,260,80,270,140,30,10,10,30,50,10,100,150,190,100,210,190,140,160,140,110,110,140,100,170,150,40,170,80,100,10,10,30,70,30,30,90,100,70,120,120,180,150,120,170,100,160,170,170,190,100,40,10,0,20,10,70,80,50,120,120,30,90,170,150,270,120,120,190,190,150,180,230,160,30,20,0,10,0,10,10,90,30,90,80,80,110,180,240,180,300,170,150,130,210,280,360,110,90]},{"name":"Search","color":"#F5BD25","values":[20,30,0,0,10,190,320,320,330,200,290,250,160,300,200,240,110,240,390,90,240,300,160,1930,240,0,0,0,20,30,340,810,470,130,120,70,320,360,270,270,160,720,190,260,520,310,310,230,130,30,50,10,10,290,270,700,200,220,190,810,260,390,420,260,140,310,250,120,280,140,40,90,50,0,20,10,0,30,90,50,800,190,170,120,180,160,290,130,230,600,290,530,210,380,90,280,100,160,0,30,10,30,70,140,220,70,120,290,260,270,240,170,240,510,180,430,490,110,100,60,20,0,0,0,40,210,370,390,430,130,280,150,290,150,420,230,150,450,200,500,210,230,140,20,10,40,0,20,0,330,430,220,460,80,160,100,200,330,320,1240,300,190,310,150,320,170,40,20]},{"name":"Other","color":"#F79E39","values":[50,60,10,20,10,30,150,230,230,210,230,340,330,360,390,280,360,430,270,320,330,340,240,250,60,60,50,20,30,50,120,200,180,320,230,250,350,380,410,400,340,270,370,260,360,280,240,220,20,40,60,40,30,60,120,180,290,270,380,270,370,280,300,200,270,240,330,470,280,330,320,170,110,70,40,0,20,30,90,210,270,310,200,240,350,250,170,190,130,240,330,280,230,260,280,190,110,40,30,20,60,20,10,50,150,250,240,280,250,200,200,160,200,380,260,270,350,250,200,110,20,40,30,10,60,100,200,250,240,290,280,410,370,310,330,250,300,500,260,420,400,430,280,90,30,40,40,10,30,130,170,190,180,200,290,460,280,240,350,200,350,380,350,390,510,310,220,70]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,20,10,10,20,40,0,30,0,10,20,30,0,10,0,0,0,0,0,0,0,0,10,10,0,20,0,10,10,0,0,10,10,10,20,20,10,10,0,10,0,0,0,0,0,0,0,0,0,20,0,30,20,0,10,0,10,30,0,20,0,0,10,0,0,10,0,0,0,0,0,10,0,20,10,10,0,20,0,30,40,0,10,0,0,10,10,0,0,0,0,0,0,0,10,10,30,10,10,30,10,10,20,10,10,0,20,20,10,0,0,0,0,0,0,0,0,10,0,0,20,10,0,20,20,10,10,10,20,20,10,10,10,10,10,0,0,0,0,0,0,10,10,10,0,0,0,0,0,0,0,40,20,20,10,10,20,0,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-03/31.json b/dist/chartDummyData/views_zoom/2019-03/31.json new file mode 100644 index 000000000..008548838 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-03/31.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1553731200000,1553734800000,1553738400000,1553742000000,1553745600000,1553749200000,1553752800000,1553756400000,1553760000000,1553763600000,1553767200000,1553770800000,1553774400000,1553778000000,1553781600000,1553785200000,1553788800000,1553792400000,1553796000000,1553799600000,1553803200000,1553806800000,1553810400000,1553814000000,1553817600000,1553821200000,1553824800000,1553828400000,1553832000000,1553835600000,1553839200000,1553842800000,1553846400000,1553850000000,1553853600000,1553857200000,1553860800000,1553864400000,1553868000000,1553871600000,1553875200000,1553878800000,1553882400000,1553886000000,1553889600000,1553893200000,1553896800000,1553900400000,1553904000000,1553907600000,1553911200000,1553914800000,1553918400000,1553922000000,1553925600000,1553929200000,1553932800000,1553936400000,1553940000000,1553943600000,1553947200000,1553950800000,1553954400000,1553958000000,1553961600000,1553965200000,1553968800000,1553972400000,1553976000000,1553979600000,1553983200000,1553986800000,1553990400000,1553994000000,1553997600000,1554001200000,1554004800000,1554008400000,1554012000000,1554015600000,1554019200000,1554022800000,1554026400000,1554030000000,1554033600000,1554037200000,1554040800000,1554044400000,1554048000000,1554051600000,1554055200000,1554058800000,1554062400000,1554066000000,1554069600000,1554073200000,1554076800000,1554080400000,1554084000000,1554087600000,1554091200000,1554094800000,1554098400000,1554102000000,1554105600000,1554109200000,1554112800000,1554116400000,1554120000000,1554123600000,1554127200000,1554130800000,1554134400000,1554138000000,1554141600000,1554145200000,1554148800000,1554152400000,1554156000000,1554159600000,1554163200000,1554166800000,1554170400000,1554174000000,1554177600000,1554181200000,1554184800000,1554188400000,1554192000000,1554195600000,1554199200000,1554202800000,1554206400000,1554210000000,1554213600000,1554217200000,1554220800000,1554224400000,1554228000000,1554231600000,1554235200000,1554238800000,1554242400000,1554246000000,1554249600000,1554253200000,1554256800000,1554260400000,1554264000000,1554267600000,1554271200000,1554274800000,1554278400000,1554282000000,1554285600000,1554289200000,1554292800000,1554296400000,1554300000000,1554303600000,1554307200000,1554310800000,1554314400000,1554318000000,1554321600000,1554325200000,1554328800000,1554332400000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[560,120,220,40,60,460,2730,1100,1440,1640,1770,1830,2250,2500,2120,1760,1980,2290,2020,2600,2210,2190,1650,1180,490,200,190,40,110,290,2710,1440,1270,2040,1190,2510,1700,2100,2310,1870,1990,2460,2190,2160,2830,2150,1790,830,460,230,80,70,70,170,530,1250,3370,1900,1640,1800,2120,1880,1630,2020,2290,2090,2130,1930,1940,1720,1250,1010,600,430,170,130,50,130,2960,640,1270,1520,1980,1880,2530,1850,2190,2720,2300,2350,2100,2470,2780,1980,1270,530,370,70,30,110,170,1400,1380,1490,1760,1470,1380,1930,1800,2010,2120,2110,2250,2200,2410,2890,2780,1990,1340,370,130,60,80,20,200,770,950,1050,2830,1410,1540,2050,1900,2440,2030,2680,1900,2320,2390,2850,2910,2430,1260,400,220,120,30,50,210,2240,1170,1090,1540,1530,1860,2230,3050,1900,2110,3270,1970,2140,2120,2820,2270,1870,1490,540]},{"name":"URL","color":"#2373DB","values":[330,120,30,0,10,150,540,1120,1070,1400,1580,1800,1910,1890,1470,1770,2110,2780,2990,2540,2140,1630,1040,640,410,140,0,10,20,190,460,1170,1340,1090,1470,1400,1900,1880,1690,1780,2070,2690,2970,2120,1580,1700,1430,910,480,270,150,30,30,90,190,490,1040,1270,1500,2230,1850,1790,1610,1900,1610,1940,2200,1650,1660,1430,1090,840,540,210,50,80,40,70,120,290,710,1100,1450,1200,1240,1180,1360,1510,1530,1540,1880,1760,1830,1210,760,380,160,20,50,30,70,310,660,840,940,1390,1590,1700,1460,1890,2080,2170,2230,2680,2710,2370,2100,1360,1010,170,70,10,50,10,60,290,780,690,1270,1250,1600,1790,1930,1760,1940,1920,2640,2810,2390,2500,2290,1740,730,460,180,180,70,0,90,440,790,1100,1230,1340,1410,2160,1990,1770,1670,2220,2950,3000,2710,2210,2280,1540,1020,360]},{"name":"Groups","color":"#9ED448","values":[670,200,100,20,50,290,1030,1040,1130,1010,1150,1570,1770,1590,1770,1730,1290,1630,1860,2230,2210,2570,2340,1300,650,230,90,50,40,510,630,1010,1200,1130,1230,1590,1380,1910,1430,1450,1360,1720,1830,1690,1940,2190,1720,1450,850,200,370,110,10,200,350,670,1150,1340,1320,1110,1990,1760,1420,1360,1440,1490,1510,1500,1580,1950,1790,1430,1040,460,120,80,80,180,470,540,990,1440,1240,1270,1450,1360,1350,1080,1040,1470,1610,1860,2500,2760,1850,930,470,90,60,110,230,620,860,840,1140,1160,1230,1500,1590,1290,1340,1400,1710,1710,2200,2450,2810,2620,1790,670,240,40,60,50,250,690,1090,930,1170,990,1080,1680,1680,1410,1550,1720,1560,1680,2390,2180,2970,2630,1890,660,210,110,120,80,270,730,1000,900,1280,1210,1630,1430,1710,1410,1910,1800,2010,1980,2180,2410,3190,3360,1390,950]},{"name":"Channel","color":"#4fae4e","values":[60,40,20,0,10,20,40,50,90,100,110,70,290,180,320,170,190,210,280,310,210,280,110,150,100,10,10,10,10,40,90,30,140,310,100,70,130,110,130,140,70,190,160,90,180,210,260,80,270,140,30,10,10,30,50,10,100,150,190,100,210,190,140,160,140,110,110,140,100,170,150,40,170,80,100,10,10,30,70,30,30,90,100,70,120,120,180,150,120,170,100,160,170,170,190,100,40,10,0,20,10,70,80,50,120,120,30,90,170,150,270,120,120,190,190,150,180,230,160,30,20,0,10,0,10,10,90,30,90,80,80,110,180,240,180,300,170,150,130,210,280,360,110,90,40,0,10,10,10,30,100,40,160,80,240,360,230,140,300,240,180,280,200,130,200,180,110,130]},{"name":"Search","color":"#F5BD25","values":[240,0,0,0,20,30,340,810,470,130,120,70,320,360,270,270,160,720,190,260,520,310,310,230,130,30,50,10,10,290,270,700,200,220,190,810,260,390,420,260,140,310,250,120,280,140,40,90,50,0,20,10,0,30,90,50,800,190,170,120,180,160,290,130,230,600,290,530,210,380,90,280,100,160,0,30,10,30,70,140,220,70,120,290,260,270,240,170,240,510,180,430,490,110,100,60,20,0,0,0,40,210,370,390,430,130,280,150,290,150,420,230,150,450,200,500,210,230,140,20,10,40,0,20,0,330,430,220,460,80,160,100,200,330,320,1240,300,190,310,150,320,170,40,20,0,0,10,20,60,460,390,140,120,210,330,220,130,200,180,390,230,150,420,210,170,200,120,90]},{"name":"Other","color":"#F79E39","values":[60,60,50,20,30,50,120,200,180,320,230,250,350,380,410,400,340,270,370,260,360,280,240,220,20,40,60,40,30,60,120,180,290,270,380,270,370,280,300,200,270,240,330,470,280,330,320,170,110,70,40,0,20,30,90,210,270,310,200,240,350,250,170,190,130,240,330,280,230,260,280,190,110,40,30,20,60,20,10,50,150,250,240,280,250,200,200,160,200,380,260,270,350,250,200,110,20,40,30,10,60,100,200,250,240,290,280,410,370,310,330,250,300,500,260,420,400,430,280,90,30,40,40,10,30,130,170,190,180,200,290,460,280,240,350,200,350,380,350,390,510,310,220,70,40,30,30,20,70,140,240,150,310,270,230,450,410,340,260,370,390,370,380,440,390,390,310,130]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,10,0,20,0,10,10,0,0,10,10,10,20,20,10,10,0,10,0,0,0,0,0,0,0,0,0,20,0,30,20,0,10,0,10,30,0,20,0,0,10,0,0,10,0,0,0,0,0,10,0,20,10,10,0,20,0,30,40,0,10,0,0,10,10,0,0,0,0,0,0,0,10,10,30,10,10,30,10,10,20,10,10,0,20,20,10,0,0,0,0,0,0,0,0,10,0,0,20,10,0,20,20,10,10,10,20,20,10,10,10,10,10,0,0,0,0,0,0,10,10,10,0,0,0,0,0,0,0,40,20,20,10,10,20,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,20,20,0,10,10,10,0,10,0,0,0,10]}]} diff --git a/dist/chartDummyData/views_zoom/2019-04/01.json b/dist/chartDummyData/views_zoom/2019-04/01.json new file mode 100644 index 000000000..2a9984861 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-04/01.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1553817600000,1553821200000,1553824800000,1553828400000,1553832000000,1553835600000,1553839200000,1553842800000,1553846400000,1553850000000,1553853600000,1553857200000,1553860800000,1553864400000,1553868000000,1553871600000,1553875200000,1553878800000,1553882400000,1553886000000,1553889600000,1553893200000,1553896800000,1553900400000,1553904000000,1553907600000,1553911200000,1553914800000,1553918400000,1553922000000,1553925600000,1553929200000,1553932800000,1553936400000,1553940000000,1553943600000,1553947200000,1553950800000,1553954400000,1553958000000,1553961600000,1553965200000,1553968800000,1553972400000,1553976000000,1553979600000,1553983200000,1553986800000,1553990400000,1553994000000,1553997600000,1554001200000,1554004800000,1554008400000,1554012000000,1554015600000,1554019200000,1554022800000,1554026400000,1554030000000,1554033600000,1554037200000,1554040800000,1554044400000,1554048000000,1554051600000,1554055200000,1554058800000,1554062400000,1554066000000,1554069600000,1554073200000,1554076800000,1554080400000,1554084000000,1554087600000,1554091200000,1554094800000,1554098400000,1554102000000,1554105600000,1554109200000,1554112800000,1554116400000,1554120000000,1554123600000,1554127200000,1554130800000,1554134400000,1554138000000,1554141600000,1554145200000,1554148800000,1554152400000,1554156000000,1554159600000,1554163200000,1554166800000,1554170400000,1554174000000,1554177600000,1554181200000,1554184800000,1554188400000,1554192000000,1554195600000,1554199200000,1554202800000,1554206400000,1554210000000,1554213600000,1554217200000,1554220800000,1554224400000,1554228000000,1554231600000,1554235200000,1554238800000,1554242400000,1554246000000,1554249600000,1554253200000,1554256800000,1554260400000,1554264000000,1554267600000,1554271200000,1554274800000,1554278400000,1554282000000,1554285600000,1554289200000,1554292800000,1554296400000,1554300000000,1554303600000,1554307200000,1554310800000,1554314400000,1554318000000,1554321600000,1554325200000,1554328800000,1554332400000,1554336000000,1554339600000,1554343200000,1554346800000,1554350400000,1554354000000,1554357600000,1554361200000,1554364800000,1554368400000,1554372000000,1554375600000,1554379200000,1554382800000,1554386400000,1554390000000,1554393600000,1554397200000,1554400800000,1554404400000,1554408000000,1554411600000,1554415200000,1554418800000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[490,200,190,40,110,290,2710,1440,1270,2040,1190,2510,1700,2100,2310,1870,1990,2460,2190,2160,2830,2150,1790,830,460,230,80,70,70,170,530,1250,3370,1900,1640,1800,2120,1880,1630,2020,2290,2090,2130,1930,1940,1720,1250,1010,600,430,170,130,50,130,2960,640,1270,1520,1980,1880,2530,1850,2190,2720,2300,2350,2100,2470,2780,1980,1270,530,370,70,30,110,170,1400,1380,1490,1760,1470,1380,1930,1800,2010,2120,2110,2250,2200,2410,2890,2780,1990,1340,370,130,60,80,20,200,770,950,1050,2830,1410,1540,2050,1900,2440,2030,2680,1900,2320,2390,2850,2910,2430,1260,400,220,120,30,50,210,2240,1170,1090,1540,1530,1860,2230,3050,1900,2110,3270,1970,2140,2120,2820,2270,1870,1490,540,390,110,70,40,240,840,1020,1380,3660,1590,2470,1940,2410,2450,1970,2350,2320,2570,2480,2710,2850,1690,1440,460]},{"name":"URL","color":"#2373DB","values":[410,140,0,10,20,190,460,1170,1340,1090,1470,1400,1900,1880,1690,1780,2070,2690,2970,2120,1580,1700,1430,910,480,270,150,30,30,90,190,490,1040,1270,1500,2230,1850,1790,1610,1900,1610,1940,2200,1650,1660,1430,1090,840,540,210,50,80,40,70,120,290,710,1100,1450,1200,1240,1180,1360,1510,1530,1540,1880,1760,1830,1210,760,380,160,20,50,30,70,310,660,840,940,1390,1590,1700,1460,1890,2080,2170,2230,2680,2710,2370,2100,1360,1010,170,70,10,50,10,60,290,780,690,1270,1250,1600,1790,1930,1760,1940,1920,2640,2810,2390,2500,2290,1740,730,460,180,180,70,0,90,440,790,1100,1230,1340,1410,2160,1990,1770,1670,2220,2950,3000,2710,2210,2280,1540,1020,360,260,30,60,40,70,350,860,1250,1510,1360,1680,1850,1900,1820,1830,2320,2960,2760,2230,2480,2270,1600,870,520]},{"name":"Groups","color":"#9ED448","values":[650,230,90,50,40,510,630,1010,1200,1130,1230,1590,1380,1910,1430,1450,1360,1720,1830,1690,1940,2190,1720,1450,850,200,370,110,10,200,350,670,1150,1340,1320,1110,1990,1760,1420,1360,1440,1490,1510,1500,1580,1950,1790,1430,1040,460,120,80,80,180,470,540,990,1440,1240,1270,1450,1360,1350,1080,1040,1470,1610,1860,2500,2760,1850,930,470,90,60,110,230,620,860,840,1140,1160,1230,1500,1590,1290,1340,1400,1710,1710,2200,2450,2810,2620,1790,670,240,40,60,50,250,690,1090,930,1170,990,1080,1680,1680,1410,1550,1720,1560,1680,2390,2180,2970,2630,1890,660,210,110,120,80,270,730,1000,900,1280,1210,1630,1430,1710,1410,1910,1800,2010,1980,2180,2410,3190,3360,1390,950,300,120,110,80,330,660,730,1420,1200,1380,1590,2170,1660,1380,1570,1630,1490,1960,2170,2030,3000,2520,1860,630]},{"name":"Channel","color":"#4fae4e","values":[100,10,10,10,10,40,90,30,140,310,100,70,130,110,130,140,70,190,160,90,180,210,260,80,270,140,30,10,10,30,50,10,100,150,190,100,210,190,140,160,140,110,110,140,100,170,150,40,170,80,100,10,10,30,70,30,30,90,100,70,120,120,180,150,120,170,100,160,170,170,190,100,40,10,0,20,10,70,80,50,120,120,30,90,170,150,270,120,120,190,190,150,180,230,160,30,20,0,10,0,10,10,90,30,90,80,80,110,180,240,180,300,170,150,130,210,280,360,110,90,40,0,10,10,10,30,100,40,160,80,240,360,230,140,300,240,180,280,200,130,200,180,110,130,20,20,0,0,20,80,60,50,110,30,160,90,270,470,270,100,70,140,170,210,250,170,220,70]},{"name":"Search","color":"#F5BD25","values":[130,30,50,10,10,290,270,700,200,220,190,810,260,390,420,260,140,310,250,120,280,140,40,90,50,0,20,10,0,30,90,50,800,190,170,120,180,160,290,130,230,600,290,530,210,380,90,280,100,160,0,30,10,30,70,140,220,70,120,290,260,270,240,170,240,510,180,430,490,110,100,60,20,0,0,0,40,210,370,390,430,130,280,150,290,150,420,230,150,450,200,500,210,230,140,20,10,40,0,20,0,330,430,220,460,80,160,100,200,330,320,1240,300,190,310,150,320,170,40,20,0,0,10,20,60,460,390,140,120,210,330,220,130,200,180,390,230,150,420,210,170,200,120,90,30,40,0,10,20,130,200,440,170,290,310,190,280,350,220,290,550,640,380,470,300,150,100,10]},{"name":"Other","color":"#F79E39","values":[20,40,60,40,30,60,120,180,290,270,380,270,370,280,300,200,270,240,330,470,280,330,320,170,110,70,40,0,20,30,90,210,270,310,200,240,350,250,170,190,130,240,330,280,230,260,280,190,110,40,30,20,60,20,10,50,150,250,240,280,250,200,200,160,200,380,260,270,350,250,200,110,20,40,30,10,60,100,200,250,240,290,280,410,370,310,330,250,300,500,260,420,400,430,280,90,30,40,40,10,30,130,170,190,180,200,290,460,280,240,350,200,350,380,350,390,510,310,220,70,40,30,30,20,70,140,240,150,310,270,230,450,410,340,260,370,390,370,380,440,390,390,310,130,70,10,10,30,100,320,240,250,280,320,160,360,480,340,420,250,350,360,350,490,350,420,150,130]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,0,0,0,20,0,30,20,0,10,0,10,30,0,20,0,0,10,0,0,10,0,0,0,0,0,10,0,20,10,10,0,20,0,30,40,0,10,0,0,10,10,0,0,0,0,0,0,0,10,10,30,10,10,30,10,10,20,10,10,0,20,20,10,0,0,0,0,0,0,0,0,10,0,0,20,10,0,20,20,10,10,10,20,20,10,10,10,10,10,0,0,0,0,0,0,10,10,10,0,0,0,0,0,0,0,40,20,20,10,10,20,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,20,20,0,10,10,10,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,20,0,0,10,0,0,30,0,20,0,30,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-04/02.json b/dist/chartDummyData/views_zoom/2019-04/02.json new file mode 100644 index 000000000..6eb887fdb --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-04/02.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1553904000000,1553907600000,1553911200000,1553914800000,1553918400000,1553922000000,1553925600000,1553929200000,1553932800000,1553936400000,1553940000000,1553943600000,1553947200000,1553950800000,1553954400000,1553958000000,1553961600000,1553965200000,1553968800000,1553972400000,1553976000000,1553979600000,1553983200000,1553986800000,1553990400000,1553994000000,1553997600000,1554001200000,1554004800000,1554008400000,1554012000000,1554015600000,1554019200000,1554022800000,1554026400000,1554030000000,1554033600000,1554037200000,1554040800000,1554044400000,1554048000000,1554051600000,1554055200000,1554058800000,1554062400000,1554066000000,1554069600000,1554073200000,1554076800000,1554080400000,1554084000000,1554087600000,1554091200000,1554094800000,1554098400000,1554102000000,1554105600000,1554109200000,1554112800000,1554116400000,1554120000000,1554123600000,1554127200000,1554130800000,1554134400000,1554138000000,1554141600000,1554145200000,1554148800000,1554152400000,1554156000000,1554159600000,1554163200000,1554166800000,1554170400000,1554174000000,1554177600000,1554181200000,1554184800000,1554188400000,1554192000000,1554195600000,1554199200000,1554202800000,1554206400000,1554210000000,1554213600000,1554217200000,1554220800000,1554224400000,1554228000000,1554231600000,1554235200000,1554238800000,1554242400000,1554246000000,1554249600000,1554253200000,1554256800000,1554260400000,1554264000000,1554267600000,1554271200000,1554274800000,1554278400000,1554282000000,1554285600000,1554289200000,1554292800000,1554296400000,1554300000000,1554303600000,1554307200000,1554310800000,1554314400000,1554318000000,1554321600000,1554325200000,1554328800000,1554332400000,1554336000000,1554339600000,1554343200000,1554346800000,1554350400000,1554354000000,1554357600000,1554361200000,1554364800000,1554368400000,1554372000000,1554375600000,1554379200000,1554382800000,1554386400000,1554390000000,1554393600000,1554397200000,1554400800000,1554404400000,1554408000000,1554411600000,1554415200000,1554418800000,1554422400000,1554426000000,1554429600000,1554433200000,1554436800000,1554440400000,1554444000000,1554447600000,1554451200000,1554454800000,1554458400000,1554462000000,1554465600000,1554469200000,1554472800000,1554476400000,1554480000000,1554483600000,1554487200000,1554490800000,1554494400000,1554498000000,1554501600000,1554505200000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[460,230,80,70,70,170,530,1250,3370,1900,1640,1800,2120,1880,1630,2020,2290,2090,2130,1930,1940,1720,1250,1010,600,430,170,130,50,130,2960,640,1270,1520,1980,1880,2530,1850,2190,2720,2300,2350,2100,2470,2780,1980,1270,530,370,70,30,110,170,1400,1380,1490,1760,1470,1380,1930,1800,2010,2120,2110,2250,2200,2410,2890,2780,1990,1340,370,130,60,80,20,200,770,950,1050,2830,1410,1540,2050,1900,2440,2030,2680,1900,2320,2390,2850,2910,2430,1260,400,220,120,30,50,210,2240,1170,1090,1540,1530,1860,2230,3050,1900,2110,3270,1970,2140,2120,2820,2270,1870,1490,540,390,110,70,40,240,840,1020,1380,3660,1590,2470,1940,2410,2450,1970,2350,2320,2570,2480,2710,2850,1690,1440,460,310,90,70,80,430,650,1210,1430,1540,1720,1840,2200,2040,1800,2070,2030,1860,2270,2270,2940,2470,1970,1400,700]},{"name":"URL","color":"#2373DB","values":[480,270,150,30,30,90,190,490,1040,1270,1500,2230,1850,1790,1610,1900,1610,1940,2200,1650,1660,1430,1090,840,540,210,50,80,40,70,120,290,710,1100,1450,1200,1240,1180,1360,1510,1530,1540,1880,1760,1830,1210,760,380,160,20,50,30,70,310,660,840,940,1390,1590,1700,1460,1890,2080,2170,2230,2680,2710,2370,2100,1360,1010,170,70,10,50,10,60,290,780,690,1270,1250,1600,1790,1930,1760,1940,1920,2640,2810,2390,2500,2290,1740,730,460,180,180,70,0,90,440,790,1100,1230,1340,1410,2160,1990,1770,1670,2220,2950,3000,2710,2210,2280,1540,1020,360,260,30,60,40,70,350,860,1250,1510,1360,1680,1850,1900,1820,1830,2320,2960,2760,2230,2480,2270,1600,870,520,250,160,70,40,40,470,1280,1090,1280,1280,1820,2030,1740,1860,2300,2380,2640,2780,2360,2640,1620,1400,1010,650]},{"name":"Groups","color":"#9ED448","values":[850,200,370,110,10,200,350,670,1150,1340,1320,1110,1990,1760,1420,1360,1440,1490,1510,1500,1580,1950,1790,1430,1040,460,120,80,80,180,470,540,990,1440,1240,1270,1450,1360,1350,1080,1040,1470,1610,1860,2500,2760,1850,930,470,90,60,110,230,620,860,840,1140,1160,1230,1500,1590,1290,1340,1400,1710,1710,2200,2450,2810,2620,1790,670,240,40,60,50,250,690,1090,930,1170,990,1080,1680,1680,1410,1550,1720,1560,1680,2390,2180,2970,2630,1890,660,210,110,120,80,270,730,1000,900,1280,1210,1630,1430,1710,1410,1910,1800,2010,1980,2180,2410,3190,3360,1390,950,300,120,110,80,330,660,730,1420,1200,1380,1590,2170,1660,1380,1570,1630,1490,1960,2170,2030,3000,2520,1860,630,300,180,30,80,360,730,890,990,1180,2020,1310,1700,1920,1890,920,1320,1700,1730,1590,2050,2350,2490,1800,1240]},{"name":"Channel","color":"#4fae4e","values":[270,140,30,10,10,30,50,10,100,150,190,100,210,190,140,160,140,110,110,140,100,170,150,40,170,80,100,10,10,30,70,30,30,90,100,70,120,120,180,150,120,170,100,160,170,170,190,100,40,10,0,20,10,70,80,50,120,120,30,90,170,150,270,120,120,190,190,150,180,230,160,30,20,0,10,0,10,10,90,30,90,80,80,110,180,240,180,300,170,150,130,210,280,360,110,90,40,0,10,10,10,30,100,40,160,80,240,360,230,140,300,240,180,280,200,130,200,180,110,130,20,20,0,0,20,80,60,50,110,30,160,90,270,470,270,100,70,140,170,210,250,170,220,70,80,0,0,20,40,120,50,180,130,120,120,130,350,200,320,280,90,180,220,230,160,210,150,100]},{"name":"Search","color":"#F5BD25","values":[50,0,20,10,0,30,90,50,800,190,170,120,180,160,290,130,230,600,290,530,210,380,90,280,100,160,0,30,10,30,70,140,220,70,120,290,260,270,240,170,240,510,180,430,490,110,100,60,20,0,0,0,40,210,370,390,430,130,280,150,290,150,420,230,150,450,200,500,210,230,140,20,10,40,0,20,0,330,430,220,460,80,160,100,200,330,320,1240,300,190,310,150,320,170,40,20,0,0,10,20,60,460,390,140,120,210,330,220,130,200,180,390,230,150,420,210,170,200,120,90,30,40,0,10,20,130,200,440,170,290,310,190,280,350,220,290,550,640,380,470,300,150,100,10,40,0,10,20,230,250,280,380,430,540,260,580,550,320,140,300,210,200,250,230,350,80,90,100]},{"name":"Other","color":"#F79E39","values":[110,70,40,0,20,30,90,210,270,310,200,240,350,250,170,190,130,240,330,280,230,260,280,190,110,40,30,20,60,20,10,50,150,250,240,280,250,200,200,160,200,380,260,270,350,250,200,110,20,40,30,10,60,100,200,250,240,290,280,410,370,310,330,250,300,500,260,420,400,430,280,90,30,40,40,10,30,130,170,190,180,200,290,460,280,240,350,200,350,380,350,390,510,310,220,70,40,30,30,20,70,140,240,150,310,270,230,450,410,340,260,370,390,370,380,440,390,390,310,130,70,10,10,30,100,320,240,250,280,320,160,360,480,340,420,250,350,360,350,490,350,420,150,130,60,30,0,20,90,200,240,240,230,320,260,370,380,290,250,290,300,460,390,360,310,260,220,70]},{"name":"PM","color":"#E65850","values":[0,10,0,0,0,0,0,10,0,20,10,10,0,20,0,30,40,0,10,0,0,10,10,0,0,0,0,0,0,0,10,10,30,10,10,30,10,10,20,10,10,0,20,20,10,0,0,0,0,0,0,0,0,10,0,0,20,10,0,20,20,10,10,10,20,20,10,10,10,10,10,0,0,0,0,0,0,10,10,10,0,0,0,0,0,0,0,40,20,20,10,10,20,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,20,20,0,10,10,10,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,20,0,0,10,0,0,30,0,20,0,30,10,0,0,0,0,0,0,0,10,0,20,0,0,20,10,10,20,10,0,10,20,0,10,0,20,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-04/03.json b/dist/chartDummyData/views_zoom/2019-04/03.json new file mode 100644 index 000000000..3edb30582 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-04/03.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1553990400000,1553994000000,1553997600000,1554001200000,1554004800000,1554008400000,1554012000000,1554015600000,1554019200000,1554022800000,1554026400000,1554030000000,1554033600000,1554037200000,1554040800000,1554044400000,1554048000000,1554051600000,1554055200000,1554058800000,1554062400000,1554066000000,1554069600000,1554073200000,1554076800000,1554080400000,1554084000000,1554087600000,1554091200000,1554094800000,1554098400000,1554102000000,1554105600000,1554109200000,1554112800000,1554116400000,1554120000000,1554123600000,1554127200000,1554130800000,1554134400000,1554138000000,1554141600000,1554145200000,1554148800000,1554152400000,1554156000000,1554159600000,1554163200000,1554166800000,1554170400000,1554174000000,1554177600000,1554181200000,1554184800000,1554188400000,1554192000000,1554195600000,1554199200000,1554202800000,1554206400000,1554210000000,1554213600000,1554217200000,1554220800000,1554224400000,1554228000000,1554231600000,1554235200000,1554238800000,1554242400000,1554246000000,1554249600000,1554253200000,1554256800000,1554260400000,1554264000000,1554267600000,1554271200000,1554274800000,1554278400000,1554282000000,1554285600000,1554289200000,1554292800000,1554296400000,1554300000000,1554303600000,1554307200000,1554310800000,1554314400000,1554318000000,1554321600000,1554325200000,1554328800000,1554332400000,1554336000000,1554339600000,1554343200000,1554346800000,1554350400000,1554354000000,1554357600000,1554361200000,1554364800000,1554368400000,1554372000000,1554375600000,1554379200000,1554382800000,1554386400000,1554390000000,1554393600000,1554397200000,1554400800000,1554404400000,1554408000000,1554411600000,1554415200000,1554418800000,1554422400000,1554426000000,1554429600000,1554433200000,1554436800000,1554440400000,1554444000000,1554447600000,1554451200000,1554454800000,1554458400000,1554462000000,1554465600000,1554469200000,1554472800000,1554476400000,1554480000000,1554483600000,1554487200000,1554490800000,1554494400000,1554498000000,1554501600000,1554505200000,1554508800000,1554512400000,1554516000000,1554519600000,1554523200000,1554526800000,1554530400000,1554534000000,1554537600000,1554541200000,1554544800000,1554548400000,1554552000000,1554555600000,1554559200000,1554562800000,1554566400000,1554570000000,1554573600000,1554577200000,1554580800000,1554584400000,1554588000000,1554591600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[600,430,170,130,50,130,2960,640,1270,1520,1980,1880,2530,1850,2190,2720,2300,2350,2100,2470,2780,1980,1270,530,370,70,30,110,170,1400,1380,1490,1760,1470,1380,1930,1800,2010,2120,2110,2250,2200,2410,2890,2780,1990,1340,370,130,60,80,20,200,770,950,1050,2830,1410,1540,2050,1900,2440,2030,2680,1900,2320,2390,2850,2910,2430,1260,400,220,120,30,50,210,2240,1170,1090,1540,1530,1860,2230,3050,1900,2110,3270,1970,2140,2120,2820,2270,1870,1490,540,390,110,70,40,240,840,1020,1380,3660,1590,2470,1940,2410,2450,1970,2350,2320,2570,2480,2710,2850,1690,1440,460,310,90,70,80,430,650,1210,1430,1540,1720,1840,2200,2040,1800,2070,2030,1860,2270,2270,2940,2470,1970,1400,700,240,90,80,60,90,550,750,1430,1730,2770,2170,2280,2390,1920,2130,2120,2510,2670,1800,1810,2010,1730,1300,680]},{"name":"URL","color":"#2373DB","values":[540,210,50,80,40,70,120,290,710,1100,1450,1200,1240,1180,1360,1510,1530,1540,1880,1760,1830,1210,760,380,160,20,50,30,70,310,660,840,940,1390,1590,1700,1460,1890,2080,2170,2230,2680,2710,2370,2100,1360,1010,170,70,10,50,10,60,290,780,690,1270,1250,1600,1790,1930,1760,1940,1920,2640,2810,2390,2500,2290,1740,730,460,180,180,70,0,90,440,790,1100,1230,1340,1410,2160,1990,1770,1670,2220,2950,3000,2710,2210,2280,1540,1020,360,260,30,60,40,70,350,860,1250,1510,1360,1680,1850,1900,1820,1830,2320,2960,2760,2230,2480,2270,1600,870,520,250,160,70,40,40,470,1280,1090,1280,1280,1820,2030,1740,1860,2300,2380,2640,2780,2360,2640,1620,1400,1010,650,190,90,20,0,70,220,440,990,1490,1750,2320,1990,1850,2110,1890,1980,1980,1960,2410,1720,1530,1330,1070,780]},{"name":"Groups","color":"#9ED448","values":[1040,460,120,80,80,180,470,540,990,1440,1240,1270,1450,1360,1350,1080,1040,1470,1610,1860,2500,2760,1850,930,470,90,60,110,230,620,860,840,1140,1160,1230,1500,1590,1290,1340,1400,1710,1710,2200,2450,2810,2620,1790,670,240,40,60,50,250,690,1090,930,1170,990,1080,1680,1680,1410,1550,1720,1560,1680,2390,2180,2970,2630,1890,660,210,110,120,80,270,730,1000,900,1280,1210,1630,1430,1710,1410,1910,1800,2010,1980,2180,2410,3190,3360,1390,950,300,120,110,80,330,660,730,1420,1200,1380,1590,2170,1660,1380,1570,1630,1490,1960,2170,2030,3000,2520,1860,630,300,180,30,80,360,730,890,990,1180,2020,1310,1700,1920,1890,920,1320,1700,1730,1590,2050,2350,2490,1800,1240,300,180,40,70,130,420,710,890,1170,1270,930,1890,1630,1420,1510,1220,1190,1130,1310,1620,1810,1810,1980,2380]},{"name":"Channel","color":"#4fae4e","values":[170,80,100,10,10,30,70,30,30,90,100,70,120,120,180,150,120,170,100,160,170,170,190,100,40,10,0,20,10,70,80,50,120,120,30,90,170,150,270,120,120,190,190,150,180,230,160,30,20,0,10,0,10,10,90,30,90,80,80,110,180,240,180,300,170,150,130,210,280,360,110,90,40,0,10,10,10,30,100,40,160,80,240,360,230,140,300,240,180,280,200,130,200,180,110,130,20,20,0,0,20,80,60,50,110,30,160,90,270,470,270,100,70,140,170,210,250,170,220,70,80,0,0,20,40,120,50,180,130,120,120,130,350,200,320,280,90,180,220,230,160,210,150,100,160,30,10,0,30,30,10,180,60,90,150,110,160,340,270,180,120,190,120,120,120,140,190,120]},{"name":"Search","color":"#F5BD25","values":[100,160,0,30,10,30,70,140,220,70,120,290,260,270,240,170,240,510,180,430,490,110,100,60,20,0,0,0,40,210,370,390,430,130,280,150,290,150,420,230,150,450,200,500,210,230,140,20,10,40,0,20,0,330,430,220,460,80,160,100,200,330,320,1240,300,190,310,150,320,170,40,20,0,0,10,20,60,460,390,140,120,210,330,220,130,200,180,390,230,150,420,210,170,200,120,90,30,40,0,10,20,130,200,440,170,290,310,190,280,350,220,290,550,640,380,470,300,150,100,10,40,0,10,20,230,250,280,380,430,540,260,580,550,320,140,300,210,200,250,230,350,80,90,100,20,50,0,20,20,80,320,120,150,230,300,320,310,370,760,180,210,150,150,220,130,220,150,50]},{"name":"Other","color":"#F79E39","values":[110,40,30,20,60,20,10,50,150,250,240,280,250,200,200,160,200,380,260,270,350,250,200,110,20,40,30,10,60,100,200,250,240,290,280,410,370,310,330,250,300,500,260,420,400,430,280,90,30,40,40,10,30,130,170,190,180,200,290,460,280,240,350,200,350,380,350,390,510,310,220,70,40,30,30,20,70,140,240,150,310,270,230,450,410,340,260,370,390,370,380,440,390,390,310,130,70,10,10,30,100,320,240,250,280,320,160,360,480,340,420,250,350,360,350,490,350,420,150,130,60,30,0,20,90,200,240,240,230,320,260,370,380,290,250,290,300,460,390,360,310,260,220,70,10,20,0,10,20,150,150,210,310,290,250,250,330,380,250,270,160,190,240,260,250,240,130,160]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,10,30,10,10,30,10,10,20,10,10,0,20,20,10,0,0,0,0,0,0,0,0,10,0,0,20,10,0,20,20,10,10,10,20,20,10,10,10,10,10,0,0,0,0,0,0,10,10,10,0,0,0,0,0,0,0,40,20,20,10,10,20,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,20,20,0,10,10,10,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,20,0,0,10,0,0,30,0,20,0,30,10,0,0,0,0,0,0,0,10,0,20,0,0,20,10,10,20,10,0,10,20,0,10,0,20,0,0,0,0,0,0,0,0,20,0,10,30,0,30,10,10,20,10,0,30,10,20,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-04/04.json b/dist/chartDummyData/views_zoom/2019-04/04.json new file mode 100644 index 000000000..3edb30582 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-04/04.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1553990400000,1553994000000,1553997600000,1554001200000,1554004800000,1554008400000,1554012000000,1554015600000,1554019200000,1554022800000,1554026400000,1554030000000,1554033600000,1554037200000,1554040800000,1554044400000,1554048000000,1554051600000,1554055200000,1554058800000,1554062400000,1554066000000,1554069600000,1554073200000,1554076800000,1554080400000,1554084000000,1554087600000,1554091200000,1554094800000,1554098400000,1554102000000,1554105600000,1554109200000,1554112800000,1554116400000,1554120000000,1554123600000,1554127200000,1554130800000,1554134400000,1554138000000,1554141600000,1554145200000,1554148800000,1554152400000,1554156000000,1554159600000,1554163200000,1554166800000,1554170400000,1554174000000,1554177600000,1554181200000,1554184800000,1554188400000,1554192000000,1554195600000,1554199200000,1554202800000,1554206400000,1554210000000,1554213600000,1554217200000,1554220800000,1554224400000,1554228000000,1554231600000,1554235200000,1554238800000,1554242400000,1554246000000,1554249600000,1554253200000,1554256800000,1554260400000,1554264000000,1554267600000,1554271200000,1554274800000,1554278400000,1554282000000,1554285600000,1554289200000,1554292800000,1554296400000,1554300000000,1554303600000,1554307200000,1554310800000,1554314400000,1554318000000,1554321600000,1554325200000,1554328800000,1554332400000,1554336000000,1554339600000,1554343200000,1554346800000,1554350400000,1554354000000,1554357600000,1554361200000,1554364800000,1554368400000,1554372000000,1554375600000,1554379200000,1554382800000,1554386400000,1554390000000,1554393600000,1554397200000,1554400800000,1554404400000,1554408000000,1554411600000,1554415200000,1554418800000,1554422400000,1554426000000,1554429600000,1554433200000,1554436800000,1554440400000,1554444000000,1554447600000,1554451200000,1554454800000,1554458400000,1554462000000,1554465600000,1554469200000,1554472800000,1554476400000,1554480000000,1554483600000,1554487200000,1554490800000,1554494400000,1554498000000,1554501600000,1554505200000,1554508800000,1554512400000,1554516000000,1554519600000,1554523200000,1554526800000,1554530400000,1554534000000,1554537600000,1554541200000,1554544800000,1554548400000,1554552000000,1554555600000,1554559200000,1554562800000,1554566400000,1554570000000,1554573600000,1554577200000,1554580800000,1554584400000,1554588000000,1554591600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[600,430,170,130,50,130,2960,640,1270,1520,1980,1880,2530,1850,2190,2720,2300,2350,2100,2470,2780,1980,1270,530,370,70,30,110,170,1400,1380,1490,1760,1470,1380,1930,1800,2010,2120,2110,2250,2200,2410,2890,2780,1990,1340,370,130,60,80,20,200,770,950,1050,2830,1410,1540,2050,1900,2440,2030,2680,1900,2320,2390,2850,2910,2430,1260,400,220,120,30,50,210,2240,1170,1090,1540,1530,1860,2230,3050,1900,2110,3270,1970,2140,2120,2820,2270,1870,1490,540,390,110,70,40,240,840,1020,1380,3660,1590,2470,1940,2410,2450,1970,2350,2320,2570,2480,2710,2850,1690,1440,460,310,90,70,80,430,650,1210,1430,1540,1720,1840,2200,2040,1800,2070,2030,1860,2270,2270,2940,2470,1970,1400,700,240,90,80,60,90,550,750,1430,1730,2770,2170,2280,2390,1920,2130,2120,2510,2670,1800,1810,2010,1730,1300,680]},{"name":"URL","color":"#2373DB","values":[540,210,50,80,40,70,120,290,710,1100,1450,1200,1240,1180,1360,1510,1530,1540,1880,1760,1830,1210,760,380,160,20,50,30,70,310,660,840,940,1390,1590,1700,1460,1890,2080,2170,2230,2680,2710,2370,2100,1360,1010,170,70,10,50,10,60,290,780,690,1270,1250,1600,1790,1930,1760,1940,1920,2640,2810,2390,2500,2290,1740,730,460,180,180,70,0,90,440,790,1100,1230,1340,1410,2160,1990,1770,1670,2220,2950,3000,2710,2210,2280,1540,1020,360,260,30,60,40,70,350,860,1250,1510,1360,1680,1850,1900,1820,1830,2320,2960,2760,2230,2480,2270,1600,870,520,250,160,70,40,40,470,1280,1090,1280,1280,1820,2030,1740,1860,2300,2380,2640,2780,2360,2640,1620,1400,1010,650,190,90,20,0,70,220,440,990,1490,1750,2320,1990,1850,2110,1890,1980,1980,1960,2410,1720,1530,1330,1070,780]},{"name":"Groups","color":"#9ED448","values":[1040,460,120,80,80,180,470,540,990,1440,1240,1270,1450,1360,1350,1080,1040,1470,1610,1860,2500,2760,1850,930,470,90,60,110,230,620,860,840,1140,1160,1230,1500,1590,1290,1340,1400,1710,1710,2200,2450,2810,2620,1790,670,240,40,60,50,250,690,1090,930,1170,990,1080,1680,1680,1410,1550,1720,1560,1680,2390,2180,2970,2630,1890,660,210,110,120,80,270,730,1000,900,1280,1210,1630,1430,1710,1410,1910,1800,2010,1980,2180,2410,3190,3360,1390,950,300,120,110,80,330,660,730,1420,1200,1380,1590,2170,1660,1380,1570,1630,1490,1960,2170,2030,3000,2520,1860,630,300,180,30,80,360,730,890,990,1180,2020,1310,1700,1920,1890,920,1320,1700,1730,1590,2050,2350,2490,1800,1240,300,180,40,70,130,420,710,890,1170,1270,930,1890,1630,1420,1510,1220,1190,1130,1310,1620,1810,1810,1980,2380]},{"name":"Channel","color":"#4fae4e","values":[170,80,100,10,10,30,70,30,30,90,100,70,120,120,180,150,120,170,100,160,170,170,190,100,40,10,0,20,10,70,80,50,120,120,30,90,170,150,270,120,120,190,190,150,180,230,160,30,20,0,10,0,10,10,90,30,90,80,80,110,180,240,180,300,170,150,130,210,280,360,110,90,40,0,10,10,10,30,100,40,160,80,240,360,230,140,300,240,180,280,200,130,200,180,110,130,20,20,0,0,20,80,60,50,110,30,160,90,270,470,270,100,70,140,170,210,250,170,220,70,80,0,0,20,40,120,50,180,130,120,120,130,350,200,320,280,90,180,220,230,160,210,150,100,160,30,10,0,30,30,10,180,60,90,150,110,160,340,270,180,120,190,120,120,120,140,190,120]},{"name":"Search","color":"#F5BD25","values":[100,160,0,30,10,30,70,140,220,70,120,290,260,270,240,170,240,510,180,430,490,110,100,60,20,0,0,0,40,210,370,390,430,130,280,150,290,150,420,230,150,450,200,500,210,230,140,20,10,40,0,20,0,330,430,220,460,80,160,100,200,330,320,1240,300,190,310,150,320,170,40,20,0,0,10,20,60,460,390,140,120,210,330,220,130,200,180,390,230,150,420,210,170,200,120,90,30,40,0,10,20,130,200,440,170,290,310,190,280,350,220,290,550,640,380,470,300,150,100,10,40,0,10,20,230,250,280,380,430,540,260,580,550,320,140,300,210,200,250,230,350,80,90,100,20,50,0,20,20,80,320,120,150,230,300,320,310,370,760,180,210,150,150,220,130,220,150,50]},{"name":"Other","color":"#F79E39","values":[110,40,30,20,60,20,10,50,150,250,240,280,250,200,200,160,200,380,260,270,350,250,200,110,20,40,30,10,60,100,200,250,240,290,280,410,370,310,330,250,300,500,260,420,400,430,280,90,30,40,40,10,30,130,170,190,180,200,290,460,280,240,350,200,350,380,350,390,510,310,220,70,40,30,30,20,70,140,240,150,310,270,230,450,410,340,260,370,390,370,380,440,390,390,310,130,70,10,10,30,100,320,240,250,280,320,160,360,480,340,420,250,350,360,350,490,350,420,150,130,60,30,0,20,90,200,240,240,230,320,260,370,380,290,250,290,300,460,390,360,310,260,220,70,10,20,0,10,20,150,150,210,310,290,250,250,330,380,250,270,160,190,240,260,250,240,130,160]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,10,30,10,10,30,10,10,20,10,10,0,20,20,10,0,0,0,0,0,0,0,0,10,0,0,20,10,0,20,20,10,10,10,20,20,10,10,10,10,10,0,0,0,0,0,0,10,10,10,0,0,0,0,0,0,0,40,20,20,10,10,20,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,20,20,0,10,10,10,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,20,0,0,10,0,0,30,0,20,0,30,10,0,0,0,0,0,0,0,10,0,20,0,0,20,10,10,20,10,0,10,20,0,10,0,20,0,0,0,0,0,0,0,0,20,0,10,30,0,30,10,10,20,10,0,30,10,20,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-04/05.json b/dist/chartDummyData/views_zoom/2019-04/05.json new file mode 100644 index 000000000..3edb30582 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-04/05.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1553990400000,1553994000000,1553997600000,1554001200000,1554004800000,1554008400000,1554012000000,1554015600000,1554019200000,1554022800000,1554026400000,1554030000000,1554033600000,1554037200000,1554040800000,1554044400000,1554048000000,1554051600000,1554055200000,1554058800000,1554062400000,1554066000000,1554069600000,1554073200000,1554076800000,1554080400000,1554084000000,1554087600000,1554091200000,1554094800000,1554098400000,1554102000000,1554105600000,1554109200000,1554112800000,1554116400000,1554120000000,1554123600000,1554127200000,1554130800000,1554134400000,1554138000000,1554141600000,1554145200000,1554148800000,1554152400000,1554156000000,1554159600000,1554163200000,1554166800000,1554170400000,1554174000000,1554177600000,1554181200000,1554184800000,1554188400000,1554192000000,1554195600000,1554199200000,1554202800000,1554206400000,1554210000000,1554213600000,1554217200000,1554220800000,1554224400000,1554228000000,1554231600000,1554235200000,1554238800000,1554242400000,1554246000000,1554249600000,1554253200000,1554256800000,1554260400000,1554264000000,1554267600000,1554271200000,1554274800000,1554278400000,1554282000000,1554285600000,1554289200000,1554292800000,1554296400000,1554300000000,1554303600000,1554307200000,1554310800000,1554314400000,1554318000000,1554321600000,1554325200000,1554328800000,1554332400000,1554336000000,1554339600000,1554343200000,1554346800000,1554350400000,1554354000000,1554357600000,1554361200000,1554364800000,1554368400000,1554372000000,1554375600000,1554379200000,1554382800000,1554386400000,1554390000000,1554393600000,1554397200000,1554400800000,1554404400000,1554408000000,1554411600000,1554415200000,1554418800000,1554422400000,1554426000000,1554429600000,1554433200000,1554436800000,1554440400000,1554444000000,1554447600000,1554451200000,1554454800000,1554458400000,1554462000000,1554465600000,1554469200000,1554472800000,1554476400000,1554480000000,1554483600000,1554487200000,1554490800000,1554494400000,1554498000000,1554501600000,1554505200000,1554508800000,1554512400000,1554516000000,1554519600000,1554523200000,1554526800000,1554530400000,1554534000000,1554537600000,1554541200000,1554544800000,1554548400000,1554552000000,1554555600000,1554559200000,1554562800000,1554566400000,1554570000000,1554573600000,1554577200000,1554580800000,1554584400000,1554588000000,1554591600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[600,430,170,130,50,130,2960,640,1270,1520,1980,1880,2530,1850,2190,2720,2300,2350,2100,2470,2780,1980,1270,530,370,70,30,110,170,1400,1380,1490,1760,1470,1380,1930,1800,2010,2120,2110,2250,2200,2410,2890,2780,1990,1340,370,130,60,80,20,200,770,950,1050,2830,1410,1540,2050,1900,2440,2030,2680,1900,2320,2390,2850,2910,2430,1260,400,220,120,30,50,210,2240,1170,1090,1540,1530,1860,2230,3050,1900,2110,3270,1970,2140,2120,2820,2270,1870,1490,540,390,110,70,40,240,840,1020,1380,3660,1590,2470,1940,2410,2450,1970,2350,2320,2570,2480,2710,2850,1690,1440,460,310,90,70,80,430,650,1210,1430,1540,1720,1840,2200,2040,1800,2070,2030,1860,2270,2270,2940,2470,1970,1400,700,240,90,80,60,90,550,750,1430,1730,2770,2170,2280,2390,1920,2130,2120,2510,2670,1800,1810,2010,1730,1300,680]},{"name":"URL","color":"#2373DB","values":[540,210,50,80,40,70,120,290,710,1100,1450,1200,1240,1180,1360,1510,1530,1540,1880,1760,1830,1210,760,380,160,20,50,30,70,310,660,840,940,1390,1590,1700,1460,1890,2080,2170,2230,2680,2710,2370,2100,1360,1010,170,70,10,50,10,60,290,780,690,1270,1250,1600,1790,1930,1760,1940,1920,2640,2810,2390,2500,2290,1740,730,460,180,180,70,0,90,440,790,1100,1230,1340,1410,2160,1990,1770,1670,2220,2950,3000,2710,2210,2280,1540,1020,360,260,30,60,40,70,350,860,1250,1510,1360,1680,1850,1900,1820,1830,2320,2960,2760,2230,2480,2270,1600,870,520,250,160,70,40,40,470,1280,1090,1280,1280,1820,2030,1740,1860,2300,2380,2640,2780,2360,2640,1620,1400,1010,650,190,90,20,0,70,220,440,990,1490,1750,2320,1990,1850,2110,1890,1980,1980,1960,2410,1720,1530,1330,1070,780]},{"name":"Groups","color":"#9ED448","values":[1040,460,120,80,80,180,470,540,990,1440,1240,1270,1450,1360,1350,1080,1040,1470,1610,1860,2500,2760,1850,930,470,90,60,110,230,620,860,840,1140,1160,1230,1500,1590,1290,1340,1400,1710,1710,2200,2450,2810,2620,1790,670,240,40,60,50,250,690,1090,930,1170,990,1080,1680,1680,1410,1550,1720,1560,1680,2390,2180,2970,2630,1890,660,210,110,120,80,270,730,1000,900,1280,1210,1630,1430,1710,1410,1910,1800,2010,1980,2180,2410,3190,3360,1390,950,300,120,110,80,330,660,730,1420,1200,1380,1590,2170,1660,1380,1570,1630,1490,1960,2170,2030,3000,2520,1860,630,300,180,30,80,360,730,890,990,1180,2020,1310,1700,1920,1890,920,1320,1700,1730,1590,2050,2350,2490,1800,1240,300,180,40,70,130,420,710,890,1170,1270,930,1890,1630,1420,1510,1220,1190,1130,1310,1620,1810,1810,1980,2380]},{"name":"Channel","color":"#4fae4e","values":[170,80,100,10,10,30,70,30,30,90,100,70,120,120,180,150,120,170,100,160,170,170,190,100,40,10,0,20,10,70,80,50,120,120,30,90,170,150,270,120,120,190,190,150,180,230,160,30,20,0,10,0,10,10,90,30,90,80,80,110,180,240,180,300,170,150,130,210,280,360,110,90,40,0,10,10,10,30,100,40,160,80,240,360,230,140,300,240,180,280,200,130,200,180,110,130,20,20,0,0,20,80,60,50,110,30,160,90,270,470,270,100,70,140,170,210,250,170,220,70,80,0,0,20,40,120,50,180,130,120,120,130,350,200,320,280,90,180,220,230,160,210,150,100,160,30,10,0,30,30,10,180,60,90,150,110,160,340,270,180,120,190,120,120,120,140,190,120]},{"name":"Search","color":"#F5BD25","values":[100,160,0,30,10,30,70,140,220,70,120,290,260,270,240,170,240,510,180,430,490,110,100,60,20,0,0,0,40,210,370,390,430,130,280,150,290,150,420,230,150,450,200,500,210,230,140,20,10,40,0,20,0,330,430,220,460,80,160,100,200,330,320,1240,300,190,310,150,320,170,40,20,0,0,10,20,60,460,390,140,120,210,330,220,130,200,180,390,230,150,420,210,170,200,120,90,30,40,0,10,20,130,200,440,170,290,310,190,280,350,220,290,550,640,380,470,300,150,100,10,40,0,10,20,230,250,280,380,430,540,260,580,550,320,140,300,210,200,250,230,350,80,90,100,20,50,0,20,20,80,320,120,150,230,300,320,310,370,760,180,210,150,150,220,130,220,150,50]},{"name":"Other","color":"#F79E39","values":[110,40,30,20,60,20,10,50,150,250,240,280,250,200,200,160,200,380,260,270,350,250,200,110,20,40,30,10,60,100,200,250,240,290,280,410,370,310,330,250,300,500,260,420,400,430,280,90,30,40,40,10,30,130,170,190,180,200,290,460,280,240,350,200,350,380,350,390,510,310,220,70,40,30,30,20,70,140,240,150,310,270,230,450,410,340,260,370,390,370,380,440,390,390,310,130,70,10,10,30,100,320,240,250,280,320,160,360,480,340,420,250,350,360,350,490,350,420,150,130,60,30,0,20,90,200,240,240,230,320,260,370,380,290,250,290,300,460,390,360,310,260,220,70,10,20,0,10,20,150,150,210,310,290,250,250,330,380,250,270,160,190,240,260,250,240,130,160]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,10,30,10,10,30,10,10,20,10,10,0,20,20,10,0,0,0,0,0,0,0,0,10,0,0,20,10,0,20,20,10,10,10,20,20,10,10,10,10,10,0,0,0,0,0,0,10,10,10,0,0,0,0,0,0,0,40,20,20,10,10,20,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,20,20,0,10,10,10,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,20,0,0,10,0,0,30,0,20,0,30,10,0,0,0,0,0,0,0,10,0,20,0,0,20,10,10,20,10,0,10,20,0,10,0,20,0,0,0,0,0,0,0,0,20,0,10,30,0,30,10,10,20,10,0,30,10,20,0,10,0,0]}]} diff --git a/dist/chartDummyData/views_zoom/2019-04/06.json b/dist/chartDummyData/views_zoom/2019-04/06.json new file mode 100644 index 000000000..3edb30582 --- /dev/null +++ b/dist/chartDummyData/views_zoom/2019-04/06.json @@ -0,0 +1 @@ +{"title":"Title","type":"bar","labels":[1553990400000,1553994000000,1553997600000,1554001200000,1554004800000,1554008400000,1554012000000,1554015600000,1554019200000,1554022800000,1554026400000,1554030000000,1554033600000,1554037200000,1554040800000,1554044400000,1554048000000,1554051600000,1554055200000,1554058800000,1554062400000,1554066000000,1554069600000,1554073200000,1554076800000,1554080400000,1554084000000,1554087600000,1554091200000,1554094800000,1554098400000,1554102000000,1554105600000,1554109200000,1554112800000,1554116400000,1554120000000,1554123600000,1554127200000,1554130800000,1554134400000,1554138000000,1554141600000,1554145200000,1554148800000,1554152400000,1554156000000,1554159600000,1554163200000,1554166800000,1554170400000,1554174000000,1554177600000,1554181200000,1554184800000,1554188400000,1554192000000,1554195600000,1554199200000,1554202800000,1554206400000,1554210000000,1554213600000,1554217200000,1554220800000,1554224400000,1554228000000,1554231600000,1554235200000,1554238800000,1554242400000,1554246000000,1554249600000,1554253200000,1554256800000,1554260400000,1554264000000,1554267600000,1554271200000,1554274800000,1554278400000,1554282000000,1554285600000,1554289200000,1554292800000,1554296400000,1554300000000,1554303600000,1554307200000,1554310800000,1554314400000,1554318000000,1554321600000,1554325200000,1554328800000,1554332400000,1554336000000,1554339600000,1554343200000,1554346800000,1554350400000,1554354000000,1554357600000,1554361200000,1554364800000,1554368400000,1554372000000,1554375600000,1554379200000,1554382800000,1554386400000,1554390000000,1554393600000,1554397200000,1554400800000,1554404400000,1554408000000,1554411600000,1554415200000,1554418800000,1554422400000,1554426000000,1554429600000,1554433200000,1554436800000,1554440400000,1554444000000,1554447600000,1554451200000,1554454800000,1554458400000,1554462000000,1554465600000,1554469200000,1554472800000,1554476400000,1554480000000,1554483600000,1554487200000,1554490800000,1554494400000,1554498000000,1554501600000,1554505200000,1554508800000,1554512400000,1554516000000,1554519600000,1554523200000,1554526800000,1554530400000,1554534000000,1554537600000,1554541200000,1554544800000,1554548400000,1554552000000,1554555600000,1554559200000,1554562800000,1554566400000,1554570000000,1554573600000,1554577200000,1554580800000,1554584400000,1554588000000,1554591600000],"labelType":"hour","isStacked":true,"isPercentage":false,"hasSecondYAxis":false,"onZoom":null,"datasets":[{"name":"Followers","color":"#54A4E7","values":[600,430,170,130,50,130,2960,640,1270,1520,1980,1880,2530,1850,2190,2720,2300,2350,2100,2470,2780,1980,1270,530,370,70,30,110,170,1400,1380,1490,1760,1470,1380,1930,1800,2010,2120,2110,2250,2200,2410,2890,2780,1990,1340,370,130,60,80,20,200,770,950,1050,2830,1410,1540,2050,1900,2440,2030,2680,1900,2320,2390,2850,2910,2430,1260,400,220,120,30,50,210,2240,1170,1090,1540,1530,1860,2230,3050,1900,2110,3270,1970,2140,2120,2820,2270,1870,1490,540,390,110,70,40,240,840,1020,1380,3660,1590,2470,1940,2410,2450,1970,2350,2320,2570,2480,2710,2850,1690,1440,460,310,90,70,80,430,650,1210,1430,1540,1720,1840,2200,2040,1800,2070,2030,1860,2270,2270,2940,2470,1970,1400,700,240,90,80,60,90,550,750,1430,1730,2770,2170,2280,2390,1920,2130,2120,2510,2670,1800,1810,2010,1730,1300,680]},{"name":"URL","color":"#2373DB","values":[540,210,50,80,40,70,120,290,710,1100,1450,1200,1240,1180,1360,1510,1530,1540,1880,1760,1830,1210,760,380,160,20,50,30,70,310,660,840,940,1390,1590,1700,1460,1890,2080,2170,2230,2680,2710,2370,2100,1360,1010,170,70,10,50,10,60,290,780,690,1270,1250,1600,1790,1930,1760,1940,1920,2640,2810,2390,2500,2290,1740,730,460,180,180,70,0,90,440,790,1100,1230,1340,1410,2160,1990,1770,1670,2220,2950,3000,2710,2210,2280,1540,1020,360,260,30,60,40,70,350,860,1250,1510,1360,1680,1850,1900,1820,1830,2320,2960,2760,2230,2480,2270,1600,870,520,250,160,70,40,40,470,1280,1090,1280,1280,1820,2030,1740,1860,2300,2380,2640,2780,2360,2640,1620,1400,1010,650,190,90,20,0,70,220,440,990,1490,1750,2320,1990,1850,2110,1890,1980,1980,1960,2410,1720,1530,1330,1070,780]},{"name":"Groups","color":"#9ED448","values":[1040,460,120,80,80,180,470,540,990,1440,1240,1270,1450,1360,1350,1080,1040,1470,1610,1860,2500,2760,1850,930,470,90,60,110,230,620,860,840,1140,1160,1230,1500,1590,1290,1340,1400,1710,1710,2200,2450,2810,2620,1790,670,240,40,60,50,250,690,1090,930,1170,990,1080,1680,1680,1410,1550,1720,1560,1680,2390,2180,2970,2630,1890,660,210,110,120,80,270,730,1000,900,1280,1210,1630,1430,1710,1410,1910,1800,2010,1980,2180,2410,3190,3360,1390,950,300,120,110,80,330,660,730,1420,1200,1380,1590,2170,1660,1380,1570,1630,1490,1960,2170,2030,3000,2520,1860,630,300,180,30,80,360,730,890,990,1180,2020,1310,1700,1920,1890,920,1320,1700,1730,1590,2050,2350,2490,1800,1240,300,180,40,70,130,420,710,890,1170,1270,930,1890,1630,1420,1510,1220,1190,1130,1310,1620,1810,1810,1980,2380]},{"name":"Channel","color":"#4fae4e","values":[170,80,100,10,10,30,70,30,30,90,100,70,120,120,180,150,120,170,100,160,170,170,190,100,40,10,0,20,10,70,80,50,120,120,30,90,170,150,270,120,120,190,190,150,180,230,160,30,20,0,10,0,10,10,90,30,90,80,80,110,180,240,180,300,170,150,130,210,280,360,110,90,40,0,10,10,10,30,100,40,160,80,240,360,230,140,300,240,180,280,200,130,200,180,110,130,20,20,0,0,20,80,60,50,110,30,160,90,270,470,270,100,70,140,170,210,250,170,220,70,80,0,0,20,40,120,50,180,130,120,120,130,350,200,320,280,90,180,220,230,160,210,150,100,160,30,10,0,30,30,10,180,60,90,150,110,160,340,270,180,120,190,120,120,120,140,190,120]},{"name":"Search","color":"#F5BD25","values":[100,160,0,30,10,30,70,140,220,70,120,290,260,270,240,170,240,510,180,430,490,110,100,60,20,0,0,0,40,210,370,390,430,130,280,150,290,150,420,230,150,450,200,500,210,230,140,20,10,40,0,20,0,330,430,220,460,80,160,100,200,330,320,1240,300,190,310,150,320,170,40,20,0,0,10,20,60,460,390,140,120,210,330,220,130,200,180,390,230,150,420,210,170,200,120,90,30,40,0,10,20,130,200,440,170,290,310,190,280,350,220,290,550,640,380,470,300,150,100,10,40,0,10,20,230,250,280,380,430,540,260,580,550,320,140,300,210,200,250,230,350,80,90,100,20,50,0,20,20,80,320,120,150,230,300,320,310,370,760,180,210,150,150,220,130,220,150,50]},{"name":"Other","color":"#F79E39","values":[110,40,30,20,60,20,10,50,150,250,240,280,250,200,200,160,200,380,260,270,350,250,200,110,20,40,30,10,60,100,200,250,240,290,280,410,370,310,330,250,300,500,260,420,400,430,280,90,30,40,40,10,30,130,170,190,180,200,290,460,280,240,350,200,350,380,350,390,510,310,220,70,40,30,30,20,70,140,240,150,310,270,230,450,410,340,260,370,390,370,380,440,390,390,310,130,70,10,10,30,100,320,240,250,280,320,160,360,480,340,420,250,350,360,350,490,350,420,150,130,60,30,0,20,90,200,240,240,230,320,260,370,380,290,250,290,300,460,390,360,310,260,220,70,10,20,0,10,20,150,150,210,310,290,250,250,330,380,250,270,160,190,240,260,250,240,130,160]},{"name":"PM","color":"#E65850","values":[0,0,0,0,0,0,10,10,30,10,10,30,10,10,20,10,10,0,20,20,10,0,0,0,0,0,0,0,0,10,0,0,20,10,0,20,20,10,10,10,20,20,10,10,10,10,10,0,0,0,0,0,0,10,10,10,0,0,0,0,0,0,0,40,20,20,10,10,20,0,0,0,0,0,0,0,0,10,0,10,0,0,0,0,20,20,0,10,10,10,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,20,0,0,10,0,0,30,0,20,0,30,10,0,0,0,0,0,0,0,10,0,20,0,0,20,10,10,20,10,0,10,20,0,10,0,20,0,0,0,0,0,0,0,0,20,0,10,30,0,30,10,10,20,10,0,30,10,20,0,10,0,0]}]} diff --git a/dist/chat-bg-mobile.1f82c474ea90cf313c5ed320b4d04d23.jpg b/dist/chat-bg-mobile.1f82c474ea90cf313c5ed320b4d04d23.jpg new file mode 100644 index 000000000..97c441541 Binary files /dev/null and b/dist/chat-bg-mobile.1f82c474ea90cf313c5ed320b4d04d23.jpg differ diff --git a/dist/chat-bg.0e9c45048ff468c28042bcf15ff9e0d2.jpg b/dist/chat-bg.0e9c45048ff468c28042bcf15ff9e0d2.jpg new file mode 100644 index 000000000..4320e3eb7 Binary files /dev/null and b/dist/chat-bg.0e9c45048ff468c28042bcf15ff9e0d2.jpg differ diff --git a/dist/decoderWorker.min.wasm b/dist/decoderWorker.min.wasm new file mode 100644 index 000000000..3da06861b Binary files /dev/null and b/dist/decoderWorker.min.wasm differ diff --git a/dist/ed8b07679ddce89ad685.worker.js b/dist/ed8b07679ddce89ad685.worker.js new file mode 100644 index 000000000..eec1183cb --- /dev/null +++ b/dist/ed8b07679ddce89ad685.worker.js @@ -0,0 +1 @@ +!function(e){var r={};function t(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}t.m=e,t.c=r,t.d=function(e,r,n){t.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:n})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,r){if(1&r&&(e=t(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var o in e)t.d(n,o,function(r){return e[r]}.bind(null,o));return n},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},t.p="",t(t.s=0)}([function(e,r,t){"use strict";t.r(r);new Set(["newMessage","newScheduledMessage","deleteMessages","deleteScheduledMessages","deleteHistory"]),"undefined"!=typeof window&&window.innerHeight;self.onerror=e=>{console.error(e),o({type:"unhandledError",error:{message:"Uncaught exception in worker"}})},self.addEventListener("unhandledrejection",e=>{console.error(e),o({type:"unhandledError",error:{message:"Uncaught rejection in worker"}})});const n=new Map;function o(e,r){r?postMessage(e,r):postMessage(e)}let s;self.importScripts("rlottie-wasm.js");const a=new Promise(e=>{Module.onRuntimeInitialized=()=>{s={init:Module.cwrap("lottie_init","",[]),destroy:Module.cwrap("lottie_destroy","",["number"]),resize:Module.cwrap("lottie_resize","",["number","number","number"]),buffer:Module.cwrap("lottie_buffer","number",["number"]),render:Module.cwrap("lottie_render","",["number","number"]),loadFromData:Module.cwrap("lottie_load_from_data","number",["number","number"])},e()}}),i=new Map;var c;c={init:async function(e,r,t,n,o,c){s||await a;const u=JSON.stringify(r),d=allocate(intArrayFromString(u),"i8",0),l=s.init(),f=s.loadFromData(l,d);s.resize(l,t,t),i.set(e,{imgSize:t,reduceFactor:o,handle:l}),c(Math.ceil(f/o))},renderFrames:async function(e,r,t,n){s||await a;const{imgSize:o,reduceFactor:c,handle:u}=i.get(e);for(let e=r;e<=t;e++){const r=e*c;s.render(u,r);const t=s.buffer(u),a=Module.HEAPU8.subarray(t,t+o*o*4);n(e,new Uint8ClampedArray(a).buffer)}},destroy:function(e){const r=i.get(e);s.destroy(r.handle),i.delete(e)}},onmessage=async e=>{const{data:r}=e;switch(r.type){case"callMethod":{const{messageId:e,name:t,args:s}=r;try{if(e){const r=(...r)=>{const t=r[r.length-1];o({type:"methodCallback",messageId:e,callbackArgs:r},t instanceof ArrayBuffer?[t]:void 0)};n.set(e,r),s.push(r)}const[r,a]=await c[t](...s)||[];e&&o({type:"methodResponse",messageId:e,response:r},a)}catch(r){e&&o({type:"methodResponse",messageId:e,error:{message:r.message}})}e&&n.delete(e);break}case"cancelProgress":{const e=n.get(r.messageId);e&&(e.isCanceled=!0);break}}}}]); \ No newline at end of file diff --git a/dist/en-extra.e73049da90714ecdae3233e8ffa74d39.json b/dist/en-extra.e73049da90714ecdae3233e8ffa74d39.json new file mode 100644 index 000000000..4950a3527 --- /dev/null +++ b/dist/en-extra.e73049da90714ecdae3233e8ffa74d39.json @@ -0,0 +1,102 @@ +{ + "ActionSendTTLPhoto": "un1 sent a self-destructing photo. Please view it on your mobile", + "ActionSendTTLVideo": "un1 sent a self-destructing video. Please view it on your mobile", + "ActionYouSendTTLPhoto": "You sent a self-destructing photo. Please view it on your mobile", + "ActionYouSendTTLVideo": "You sent a self-destructing video. Please view it on your mobile", + "Activity": "Activity", + "AnimalsNature": "Animals & Nature", + "AppName": "Telegram", + "Archived": "Archived", + "BioAbout": "Any details such as age, occupation or city.\nExample: 23 y.o. designer from San Francisco.", + "ChannelInfo": "Channel Info", + "ChatInfo": "Chat Info", + "ChatsAndContacts": "Chats and contacts", + "ChooseDefaultSkinTone": "Choose your default skin tone", + "Connecting": "Connecting...", + "ConnectingToProxy": "Connecting to proxy...", + "ContactJoinedDisabled": "Disabled", + "ContactJoinedEnabled": "Enabled", + "ContinueOnThisLanguage": "Continue in English", + "CopyMessageLink": "Copy Message Link", + "Country": "Country", + "Custom": "Custom", + "DeletedMessage": "Deleted message", + "DragToReposition": "Drag to Reposition", + "EditProfile": "Edit Profile", + "Emoji": "EMOJI", + "EnterFullScreen": "Enter full screen", + "EnterPassword": "Enter a Password", + "ExitFullScreen": "Exit full screen", + "FilterChooseChats": "Please choose at least one chat for this folder.", + "FilterCreateError": "Sorry, you can't add more than 10 folders.", + "Flags": "Flags", + "FoodDrink": "Food & Drink", + "GeneralSettings": "General Settings", + "GoToMessage": "Go to message", + "InputDevice": "Input Device", + "InvalidPassword": "Invalid password. Please check the password and try again.", + "InvalidPhoneNumber": "Invalid phone number. Please check the number and try again.", + "KeepMeSignedIn": "Keep me signed in", + "Keyboard": "Keyboard", + "LeftChannel": "Left channel", + "LeftGroup": "Left group", + "Loading": "Loading...", + "LogInByPhone": "Or log in by using your phone number", + "LogInViaQR": "Quick log in using QR code", + "Microphone": "Microphone", + "More": "More", + "Next": "Next", + "NewLineByEnter": "New line by Enter", + "NewLineByShiftEnter": "New line by Shift + Enter", + "NewVersionText": "New and improved version of Telegram is ready for use.", + "NewVersionTitle": "Update available", + "NotEmojiFound": "No Emoji Found", + "NotificationsDisabled": "Disabled", + "NotificationsEnabled": "Enabled", + "Objects": "Objects", + "OutputDevice": "Output Device", + "PaymentsNotSupported": "Sorry, this Telegram client doesn't support payments yet. Please use one of our mobile apps to do this.", + "PhoneNumber": "Phone Number", + "PhotosTitle": "Photos", + "PollQuizOneRightAnswer": "Quiz has only one right answer.", + "PreviewDisabled": "Disabled", + "PreviewEnabled": "Enabled", + "QRHint": "1. Open Telegram on your phone\n2. Go to Settings > Devices > Scan QR\n3. Scan this image to Log in", + "Recent": "Frequently Used", + "RecordDeniedDescription": "You must allow your browser to access your microphone before being able to record voice notes. Click on the padlock icon next to the URL and then make sure you click Allow in the microphone settings to enable Telegram to access your microphone.", + "RecordDeniedTitle": "Permission Denied", + "Saved": "Saved", + "Search": "Search", + "SearchMessagesIn": "Search messages in", + "SearchResults": "Search Results", + "SelectChatToStartMessaging": "Please select a chat to start messaging", + "SendAsFile": "Send as a file", + "SendAsPhoto": "Send as a photo", + "SendByCommandEnter": "Send by Cmd + Enter", + "SendByControlEnter": "Send by Ctrl + Enter", + "SendByEnter": "Send by Enter", + "SendFileConfirmation": "Are you sure you want to send file?", + "SendFilesConfirmation": "Are you sure you want to send files?", + "SendMessage": "Send Message", + "SignInToTelegram": "Sign in to Telegram", + "SmileysPeople": "Smileys & People", + "StartScreenSharing": "Start screen sharing", + "StartText": "Please confirm your country code and enter your phone number.", + "Stickers": "STICKERS", + "StopScreenSharing": "Stop screen sharing", + "Symbols": "Symbols", + "Text": "Text", + "TravelPlaces": "Travel & Places", + "UnpinAllMessagesAlert": "Do you want to unpin all messages?", + "UpdateDraftConfirmation": "Are you sure you want to update draft?", + "Updating": "Updating...", + "VideosTitle": "Videos", + "ViewChannelInfo": "View channel info", + "ViewGroupInfo": "View group info", + "ViewProfile": "View profile", + "VoiceTitle": "Voice messages", + "WaitingForNetwork": "Waiting for network...", + "WriteChatCant": "Sorry, no way to write here :(", + "YourAccountProtectedWithPassword": "Your account is protected with an additional password.", + "YourPhone": "Your Phone" +} diff --git a/dist/encoderWorker.min.wasm b/dist/encoderWorker.min.wasm new file mode 100644 index 000000000..b79dad9de Binary files /dev/null and b/dist/encoderWorker.min.wasm differ diff --git a/dist/es-extra.b80575cdf988e1a7e3a915abe97f63b4.json b/dist/es-extra.b80575cdf988e1a7e3a915abe97f63b4.json new file mode 100644 index 000000000..df73d7250 --- /dev/null +++ b/dist/es-extra.b80575cdf988e1a7e3a915abe97f63b4.json @@ -0,0 +1,75 @@ +{ + "Activity": "Actividad", + "AnimalsNature": "Animales y naturaleza", + "AppName": "Telegram", + "Archived": "Archivados", + "BioAbout": "Datos como la edad, ocupación o ciudad. Ejemplo: Diseñador de Chicago. 23 años.", + "ChannelInfo": "Info. del canal", + "ChatInfo": "Info. del chat", + "ChatsAndContacts": "Chats y contactos", + "ChooseDefaultSkinTone": "Elige el tono de piel por defecto", + "Connecting": "Conectando...", + "ConnectingToProxy": "Conectando al proxy...", + "ContactJoinedDisabled": "Desactivado", + "ContactJoinedEnabled": "Activado", + "ContinueOnThisLanguage": "Continuar en español", + "CopyMessageLink": "Copiar enlace del mensaje", + "Country": "País", + "Custom": "Personalizado", + "DeletedMessage": "Mensaje eliminado", + "DragToReposition": "Arrastra para posicionar", + "EditProfile": "Editar perfil", + "Emoji": "EMOJIS", + "EnterPassword": "Pon una contraseña", + "Flags": "Banderas", + "FoodDrink": "Comida y bebida", + "GeneralSettings": "General", + "GoToMessage": "Ir al mensaje", + "InvalidPhoneNumber": "Número de teléfono inválido. Por favor, revisa el número y reinténtalo.", + "KeepMeSignedIn": "Recordarme", + "LeftChannel": "Salió del canal", + "LeftGroup": "Salió del grupo", + "Loading": "Cargando...", + "LogInByPhone": "Or log in by using your phone number", + "LogInViaQR": "Quick log in using QR code", + "More": "Más", + "Next": "Siguiente", + "NotEmojiFound": "No se encontraron emojis", + "NotificationsDisabled": "Desactivadas", + "NotificationsEnabled": "Activadas", + "Objects": "Objetos", + "PhoneNumber": "Número de teléfono", + "PhotosTitle": "Fotos", + "PollQuizOneRightAnswer": "Un cuestionario tiene sólo una respuesta correcta.", + "PreviewDisabled": "Desactivada", + "PreviewEnabled": "Activada", + "QRHint": "1. Open Telegram on your phone\n2. Go to Settings > Devices > Scan QR\n3. Scan this image to Log in", + "Recent": "Uso frecuente", + "Saved": "Guardados", + "Search": "Buscar", + "SearchMessagesIn": "Buscar mensajes en", + "SearchResults": "Resultados de búsqueda", + "SelectChatToStartMessaging": "Elige un chat para comenzar", + "SendAsFile": "Enviar como archivo", + "SendAsPhoto": "Enviar como foto", + "SendFileConfirmation": "¿Quieres enviar el archivo?", + "SendFilesConfirmation": "¿Quieres enviar los archivos?", + "SendMessage": "Enviar mensaje", + "SignInToTelegram": "Iniciar sesión en Telegram", + "SmileysPeople": "Emoticonos y personas", + "StartText": "Por favor, confirma el código de tu país y pon tu número de teléfono.", + "Stickers": "STICKERS", + "Symbols": "Símbolos", + "Text": "Texto", + "TravelPlaces": "Viajes y destinos", + "UpdateDraftConfirmation": "¿Quieres actualizar el borrador?", + "Updating": "Actualizando...", + "VideosTitle": "Videos", + "ViewChannelInfo": "Ver info. del canal", + "ViewGroupInfo": "Ver info. del grupo", + "ViewProfile": "Ver perfil", + "VoiceTitle": "Mensajes de voz", + "WaitingForNetwork": "Esperando red...", + "YourAccountProtectedWithPassword": "Tu cuenta está protegida con una contraseña adicional.", + "YourPhone": "Tu teléfono" +} diff --git a/dist/f6c138245deb4d2b99e5.worker.js b/dist/f6c138245deb4d2b99e5.worker.js new file mode 100644 index 000000000..84e90c4b6 --- /dev/null +++ b/dist/f6c138245deb4d2b99e5.worker.js @@ -0,0 +1,2 @@ +/*! For license information please see f6c138245deb4d2b99e5.worker.js.LICENSE.txt */ +!function(e){var t={};function n(s){if(t[s])return t[s].exports;var i=t[s]={i:s,l:!1,exports:{}};return e[s].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=e,n.c=t,n.d=function(e,t,s){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:s})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var s=Object.create(null);if(n.r(s),Object.defineProperty(s,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(s,i,function(t){return e[t]}.bind(null,i));return s},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=107)}([function(e,t,n){const s=n(6),i=n(81),a=n(40),r=n(18),o=n(98),c=n(99),u=n(19),l=n(27),d=n(103),f=n(33),p=n(8);e.exports={Api:s,TelegramClient:i,sessions:d,connection:a,extensions:f,tl:r,version:o,events:c,utils:u,errors:l,helpers:p}},function(e,t,n){"use strict";n.d(t,"d",(function(){return S})),n.d(t,"a",(function(){return M})),n.d(t,"e",(function(){return E})),n.d(t,"b",(function(){return R})),n.d(t,"g",(function(){return O})),n.d(t,"f",(function(){return U})),n.d(t,"c",(function(){return T}));var s={};n.r(s),n.d(s,"Type",(function(){return m})),n.d(s,"fetch",(function(){return y})),n.d(s,"save",(function(){return b})),n.d(s,"clear",(function(){return _}));var i=n(0),a=n(33),r=n(4),o=n(16),c=n(26),u=n(9),l=n(42),d=n(10),f=n(5),p=n(2),h=n(35);const g=self.caches;let m;async function y(e,t,n){if(!g)return;const s=new Request(t),i=await g.open(e),a=await i.match(s);if(a)switch(n){case m.Text:return a.text();case m.Blob:{const e=await a.blob();if("sticker"===t.substr(0,7))return new Blob([e],{type:"image/webp"});if(!e.type){const t=a.headers.get("Content-Type");if(t)return new Blob([e],{type:t})}return e}case m.Json:return a.json();default:return}}async function b(e,t,n){if(!g)return;const s="string"==typeof n||n instanceof Blob?n:JSON.stringify(n),i=new Request(t),a=new Response(s);return(await g.open(e)).put(i,a)}function _(e){if(g)return g.delete(e)}async function w({url:e,mediaFormat:t,start:n,end:a},o,c,u){const{data:g,mimeType:m,fullSize:y}=await async function(e,t,n,s,a,o,c){const u=e.match(/(avatar|profile|msg|stickerSet|sticker|wallpaper|gif|file)([-\d\w./]+)(\?size=\w+)?/);if(!u)return;if("file"===u[1]){const e=await fetch(u[2]);return{data:await e.arrayBuffer()}}if(!n)return Promise.reject(new Error("ERROR: Client is not connected"));let l,h=u[2];const g=u[3]?u[3].replace("?size=",""):void 0;let m;"avatar"===u[1]||"profile"===u[1]?(l=Object(p.s)(Number(h)),h=Math.abs(Number(h))):l=u[1];switch(l){case"channel":case"chat":m=f.a.chats[h];break;case"user":m=f.a.users[h];break;case"msg":m=f.a.messages[h];break;case"sticker":case"gif":case"wallpaper":m=f.a.documents[h];break;case"stickerSet":m=f.a.stickerSets[h]}if(!m)return;if("msg"===l||"sticker"===l||"gif"===l||"wallpaper"===l){c===d.ApiMediaFormat.Stream&&(s.acceptsBuffer=!0);const e=await t.downloadMedia(m,{sizeType:g,start:a,end:o,progressCallback:s,workers:r.k});let n,u;return m instanceof i.Api.Message?(n=function(e,t){if(!e||!e.media)return;if(e.media instanceof i.Api.MessageMediaPhoto)return"image/jpeg";if(e.media instanceof i.Api.MessageMediaDocument&&e.media.document instanceof i.Api.Document)return t?e.media.document.attributes.some(e=>e instanceof i.Api.DocumentAttributeSticker)?"image/webp":"image/jpeg":e.media.document.mimeType;return}(m,g),m.media instanceof i.Api.MessageMediaDocument&&m.media.document instanceof i.Api.Document&&(u=m.media.document.size)):"sticker"===l&&g?n="image/webp":(n=m.mimeType,u=m.size),{mimeType:n,data:e,fullSize:u}}if("stickerSet"===l){const e=await t.downloadStickerSetThumb(m);return{mimeType:c===d.ApiMediaFormat.Lottie?"application/json":"image/jpeg",data:e}}{const e=await t.downloadProfilePhoto(m,"profile"===u[1]);return{mimeType:"image/jpeg",data:e}}}(e,o,c,u,n,a,t)||{};if(!g)return;const _=await async function(e,t,n){switch(t){case d.ApiMediaFormat.DataUri:return Object(h.a)(new Blob([e],{type:n}));case d.ApiMediaFormat.BlobUrl:return new Blob([e],{type:n});case d.ApiMediaFormat.Lottie:{const t=Object(l.inflate)(e,{to:"string"});return JSON.parse(t)}case d.ApiMediaFormat.Progressive:return e.buffer}return}(g,t,m);if(!_)return;const w=t!==d.ApiMediaFormat.Progressive&&(t!==d.ApiMediaFormat.BlobUrl||_.size<=r.o);if(!r.n&&s&&w){b(e.startsWith("avatar")?r.q:r.p,e,_)}return{prepared:t===d.ApiMediaFormat.Progressive?"":function(e){if(e instanceof Blob)return URL.createObjectURL(e);return e}(_),arrayBuffer:t===d.ApiMediaFormat.Progressive?_:void 0,mimeType:m,fullSize:y}}!function(e){e[e.Text=0]="Text",e[e.Blob=1]="Blob",e[e.Json=2]="Json"}(m||(m={}));var v=n(13);a.Logger.setLevel(r.h?"debug":"warn");const A={build:e=>e};let I,P,C=!1;async function S(e,t){I=t,r.g&&console.log(">>> START INIT API");const n=r.l?new i.sessions.LocalStorageSession(e):new i.sessions.CacheApiSession(e);P=new i.TelegramClient(n,"739222","60d1e1063c72d4bc4cfdda99e8906f94",{useWSS:!0,additionalDcsDisabled:r.l}),P.addEventHandler(k,A),P.addEventHandler(c.b,A);try{r.g&&console.log("[GramJs/client] CONNECTING"),await P.start({phoneNumber:o.g,phoneCode:o.e,password:o.f,firstAndLastNames:o.i,qrCode:o.h,onError:o.b});const e=await n.save();r.g&&(console.log(">>> FINISH INIT API"),console.log("[GramJs/client] CONNECTED as ",e)),Object(o.c)(e),I({"@type":"updateApiReady"}),T()}catch(e){throw r.g&&console.log("[GramJs/client] CONNECTING ERROR",e),e}}async function M(){await P.destroy()}function k(e){e instanceof i.connection.UpdateConnectionState&&(C=e.state===i.connection.UpdateConnectionState.connected)}async function E(e,t=!1,n=!1){if(C)try{r.g&&console.log("[GramJs/client] INVOKE "+e.className);const n=await P.invoke(e);if(r.g&&console.log("[GramJs/client] INVOKE RESPONSE "+e.className,n),t){let t;n instanceof i.Api.Updates||n instanceof i.Api.UpdatesCombined?t=n:"updates"in n&&(n.updates instanceof i.Api.Updates||n.updates instanceof i.Api.UpdatesCombined)&&(t=n.updates),t?(!function(e){const t=[...e.users,...e.chats];e.updates.forEach(e=>{t&&(e._entities=t)})}(t),t.updates.forEach(t=>{Object(c.b)(t,e)})):n instanceof i.Api.UpdatesTooLong||Object(c.b)(n,e)}return n}catch(t){if(r.g&&(console.log("[GramJs/client] INVOKE ERROR "+e.className),console.error(t)),function(e,t){const n=e.message.startsWith("A wait of")&&(t instanceof i.Api.messages.SendMessage||t instanceof i.Api.messages.SendMedia||t instanceof i.Api.messages.SendMultiMedia),{message:s}=e;I({"@type":"error",error:{message:s,isSlowMode:n}})}(t,e),n)throw t;return}else r.g&&console.warn(`[GramJs/client] INVOKE ${e.className} ERROR: Client is not connected`)}function R(e,t){return w(e,P,C,t)}function O(e,t){return P.uploadFile({file:e,onProgress:t,workers:r.u})}function U(e){return P.updateTwoFaSettings(e)}async function T(){const e=await E(new i.Api.users.GetFullUser({id:new i.Api.InputUserSelf}));if(!(e&&e.user instanceof i.Api.User))return;f.a.users[e.user.id]=e.user;const t=Object(v.b)(e);Object(u.p)(t.id),Object(o.d)(t)}},function(e,t,n){"use strict";(function(e){n.d(t,"s",(function(){return l})),n.d(t,"o",(function(){return d})),n.d(t,"i",(function(){return f})),n.d(t,"g",(function(){return h})),n.d(t,"l",(function(){return g})),n.d(t,"f",(function(){return m})),n.d(t,"h",(function(){return y})),n.d(t,"j",(function(){return b})),n.d(t,"d",(function(){return _})),n.d(t,"r",(function(){return w})),n.d(t,"m",(function(){return v})),n.d(t,"n",(function(){return A})),n.d(t,"q",(function(){return I})),n.d(t,"t",(function(){return P})),n.d(t,"c",(function(){return C})),n.d(t,"e",(function(){return S})),n.d(t,"b",(function(){return M})),n.d(t,"a",(function(){return k})),n.d(t,"p",(function(){return E})),n.d(t,"k",(function(){return R}));var s=n(15),i=n.n(s),a=n(0),r=n(8),o=n(10),c=n(5),u=n(14);function l(e){return e>0?"user":e<=-1e9?"channel":"chat"}function d(e){return e>0?new a.Api.PeerUser({userId:e}):e<=-1e9?new a.Api.PeerChannel({channelId:-e}):new a.Api.PeerChat({chatId:-e})}function f(e,t){return e>0||e<=-1e9?e>0?new a.Api.InputPeerUser({userId:e,accessHash:i()(t)}):new a.Api.InputPeerChannel({channelId:-e,accessHash:i()(t)}):new a.Api.InputPeerChat({chatId:-e})}function p(e){if(e>0){const{accessHash:t}=c.a.users[e]||{};return t?new a.Api.InputPeerUser({userId:e,accessHash:t}):void 0}if(e<=-1e9){const{accessHash:t}=c.a.chats[-e]||{};return t?new a.Api.InputPeerChannel({channelId:-e,accessHash:t}):void 0}return new a.Api.InputPeerChat({chatId:-e})}function h(e,t){return e>0?new a.Api.InputUser({userId:e,accessHash:i()(t)}):e<=-1e9?new a.Api.InputChannel({channelId:-e,accessHash:i()(t)}):-e}function g(e,t){return new a.Api.InputStickerSetID({id:i()(e),accessHash:i()(t)})}function m(e){const t=c.a.documents[e.id];if(t)return new a.Api.InputDocument(Object(u.b)(t,["id","accessHash","fileReference"]))}function y(e){const t=m(e);if(t)return new a.Api.InputMediaDocument({id:t})}function b(t,n){const{summary:s,quiz:i}=t,r=new a.Api.Poll({id:n,publicVoters:s.isPublic,question:s.question,answers:s.answers.map(({text:t,option:n})=>new a.Api.PollAnswer({text:t,option:e.from(n)})),quiz:s.quiz,multipleChoice:s.multipleChoice});if(!i)return new a.Api.InputMediaPoll({poll:r});const o=i.correctAnswers.map(t=>e.from(t)),{solution:c}=i,u=i.solutionEntities?i.solutionEntities.map(A):[];return new a.Api.InputMediaPoll({poll:r,correctAnswers:o,...c&&{solution:c,solutionEntities:u}})}function _(e){const{emoticon:t,contacts:n,nonContacts:s,groups:i,channels:r,bots:o,excludeArchived:c,excludeMuted:u,excludeRead:l,pinnedChatIds:d,includedChatIds:f,excludedChatIds:h}=e,g=d?d.map(p).filter(Boolean):[],m=f?f.map(p).filter(Boolean):[],y=h?h.map(p).filter(Boolean):[];return new a.Api.DialogFilter({id:e.id,title:e.title,emoticon:t||void 0,contacts:n||void 0,nonContacts:s||void 0,groups:i||void 0,bots:o||void 0,excludeArchived:c||void 0,excludeMuted:u||void 0,excludeRead:l||void 0,broadcasts:r||void 0,pinnedPeers:g,includePeers:m,excludePeers:y})}function w(){return Object(r.readBigIntFromBuffer)(Object(r.generateRandomBytes)(8),!0,!0)}function v(e,t,n){return new a.Api.Message({id:e,peerId:d(t),fromId:d(t),media:n.media})}function A(e){const{type:t,offset:n,length:s,url:i,userId:r}=e,u=r?c.a.users[r]:void 0;switch(t){case o.ApiMessageEntityTypes.Bold:return new a.Api.MessageEntityBold({offset:n,length:s});case o.ApiMessageEntityTypes.Italic:return new a.Api.MessageEntityItalic({offset:n,length:s});case o.ApiMessageEntityTypes.Underline:return new a.Api.MessageEntityUnderline({offset:n,length:s});case o.ApiMessageEntityTypes.Strike:return new a.Api.MessageEntityStrike({offset:n,length:s});case o.ApiMessageEntityTypes.Code:return new a.Api.MessageEntityCode({offset:n,length:s});case o.ApiMessageEntityTypes.Pre:return new a.Api.MessageEntityPre({offset:n,length:s,language:""});case o.ApiMessageEntityTypes.Blockquote:return new a.Api.MessageEntityBlockquote({offset:n,length:s});case o.ApiMessageEntityTypes.TextUrl:return new a.Api.MessageEntityTextUrl({offset:n,length:s,url:i});case o.ApiMessageEntityTypes.Url:return new a.Api.MessageEntityUrl({offset:n,length:s});case o.ApiMessageEntityTypes.Hashtag:return new a.Api.MessageEntityHashtag({offset:n,length:s});case o.ApiMessageEntityTypes.MentionName:return new a.Api.InputMessageEntityMentionName({offset:n,length:s,userId:new a.Api.InputUser({userId:r,accessHash:u.accessHash})});default:return new a.Api.MessageEntityUnknown({offset:n,length:s})}}function I(e){let t=0;return e.forEach(e=>{t=(20261*t&2147483647)+e&2147483647}),t}function P(e){const{media:t}=e;return!!t&&(t instanceof a.Api.MessageMediaPhoto||t instanceof a.Api.MessageMediaDocument||t instanceof a.Api.MessageMediaWebPage&&t.webpage instanceof a.Api.WebPage&&t.webpage.photo instanceof a.Api.Photo)}function C(e){if(e instanceof a.Api.PhotoEmpty)return new a.Api.ChatPhotoEmpty;const{dcId:t}=e,n=e.sizes.filter(e=>e instanceof a.Api.PhotoSize||e instanceof a.Api.PhotoCachedSize);if(!n.length)return new a.Api.ChatPhotoEmpty;const s=n.find(e=>"a"===e.type),i=n.find(e=>"c"===e.type)||n.find(e=>"b"===e.type);return s&&i?new a.Api.ChatPhoto({dcId:t,photoSmall:s&&s.location,photoBig:i&&i.location}):new a.Api.ChatPhotoEmpty}function S({phone:e,firstName:t,lastName:n}){return new a.Api.InputPhoneContact({clientId:i()(1),phone:e,firstName:t,lastName:n})}function M(e,t=0){return new a.Api.ChatBannedRights({...e,untilDate:t})}function k(e){return new a.Api.ChatAdminRights(e)}function E(e){const{shippingAddress:t}=e;return new a.Api.PaymentRequestedInfo({...e,shippingAddress:t?new a.Api.PostAddress(t):void 0})}function R(e){switch(e){case"phoneNumber":return new a.Api.InputPrivacyKeyPhoneNumber;case"lastSeen":return new a.Api.InputPrivacyKeyStatusTimestamp;case"profilePhoto":return new a.Api.InputPrivacyKeyProfilePhoto;case"forwards":return new a.Api.InputPrivacyKeyForwards;case"chatInvite":return new a.Api.InputPrivacyKeyChatInvite}}}).call(this,n(11).Buffer)},function(e,t,n){"use strict";n.d(t,"c",(function(){return u})),n.d(t,"d",(function(){return h})),n.d(t,"k",(function(){return g})),n.d(t,"j",(function(){return m})),n.d(t,"l",(function(){return b})),n.d(t,"e",(function(){return v})),n.d(t,"g",(function(){return A})),n.d(t,"h",(function(){return I})),n.d(t,"f",(function(){return P})),n.d(t,"i",(function(){return C})),n.d(t,"a",(function(){return S})),n.d(t,"b",(function(){return M}));var s=n(0),i=n(14);function a(e){return e.hasOwnProperty("userId")}function r(e){return e.hasOwnProperty("chatId")}var o=n(17);function c(e,t=!1){const n=Boolean("min"in e&&e.min),i="accessHash"in e&&String(e.accessHash),a="photo"in e&&v(e.photo),r=Boolean("signatures"in e&&e.signatures);return{isMin:n,hasPrivateLink:Boolean("hasLink"in e&&e.hasLink),isSignaturesShown:r,...i&&{accessHash:i},...a&&{avatarHash:a},...(e instanceof s.Api.Channel||e instanceof s.Api.User)&&{username:e.username},..."verified"in e&&{isVerified:e.verified},...(e instanceof s.Api.Chat||e instanceof s.Api.Channel)&&{...e.participantsCount&&{membersCount:e.participantsCount},joinDate:e.date},...t&&{isSupport:!0},...l(e),..."creator"in e&&{isCreator:e.creator},...d(e),...f(e)}}function u(e,t){const{peer:n,folderId:s,unreadMark:i,unreadCount:a,unreadMentionsCount:r,notifySettings:{silent:o,muteUntil:u},readOutboxMaxId:l,readInboxMaxId:d}=e,f=o||"number"==typeof u&&Date.now()<1e3*u;return{id:g(n),...s&&{folderId:s},type:y(t),title:_(n,t),lastReadOutboxMessageId:l,lastReadInboxMessageId:d,unreadCount:a,unreadMentionsCount:r,isMuted:f,...i&&{hasUnreadMark:!0},...c(t)}}function l(e){return e instanceof s.Api.Chat||e instanceof s.Api.Channel?{adminRights:Object(o.b)(e.adminRights),currentUserBannedRights:e instanceof s.Api.Channel?Object(o.b)(e.bannedRights):void 0,defaultBannedRights:Object(o.b)(e.defaultBannedRights)}:{}}function d(e){return e instanceof s.Api.ChatForbidden||e instanceof s.Api.ChannelForbidden?{isRestricted:!0}:e instanceof s.Api.User?{isRestricted:e.restricted,restrictionReason:p(e.restrictionReason)}:e instanceof s.Api.Chat?{isNotJoined:e.left,isRestricted:e.kicked}:e instanceof s.Api.Channel?{isNotJoined:e.left,isRestricted:e.restricted,restrictionReason:p(e.restrictionReason)}:{}}function f(e){return e instanceof s.Api.Chat&&e.migratedTo&&!(e.migratedTo instanceof s.Api.InputChannelEmpty)?{migratedTo:{chatId:g(e.migratedTo),...e.migratedTo instanceof s.Api.InputChannel&&{accessHash:e.migratedTo.accessHash.toString()}}}:{}}function p(e){if(!e)return;const t=e.find(({platform:e})=>"all"===e);return t?Object(i.b)(t,["reason","text"]):void 0}function h(e,t=!1,n=!1){if(e instanceof s.Api.Chat||e instanceof s.Api.Channel||e instanceof s.Api.User||n&&(e instanceof s.Api.ChatForbidden||e instanceof s.Api.ChannelForbidden))return{id:e instanceof s.Api.User?e.id:-e.id,type:y(e),title:e instanceof s.Api.User?w(e):e.title,...c(e,t)}}function g(e){return a(e)?e.userId:r(e)?-e.chatId:-e.channelId}function m(e){return function(e){return e.hasOwnProperty("userId")}(e)?e.userId:function(e){return e.hasOwnProperty("chatId")}(e)?-e.chatId:function(e){return e.hasOwnProperty("channelId")}(e)?-e.channelId:void 0}function y(e){return e instanceof s.Api.User||e instanceof s.Api.UserEmpty?"chatTypePrivate":e instanceof s.Api.Chat||e instanceof s.Api.ChatForbidden||e instanceof s.Api.ChatEmpty?"chatTypeBasicGroup":e.megagroup?"chatTypeSuperGroup":"chatTypeChannel"}function b(e){return a(e)?"user"+e.userId:r(e)?"chat"+e.chatId:"chat"+e.channelId}function _(e,t){return a(e)?w(t):t.title}function w(e){return e.firstName?`${e.firstName}${e.lastName?" "+e.lastName:""}`:void 0}function v(e){if(e instanceof s.Api.UserProfilePhoto)return e.photoId.toString();if(e instanceof s.Api.ChatPhoto){const{dcId:t,photoSmall:{volumeId:n,localId:s}}=e;return`${t}-${n}-${s}`}}function A(e){return{userId:e.userId,inviterId:"inviterId"in e?e.inviterId:void 0,joinedDate:"date"in e?e.date:void 0,kickedByUserId:"kickedBy"in e?e.kickedBy:void 0,promotedByUserId:"promotedBy"in e?e.promotedBy:void 0,bannedRights:"bannedRights"in e?Object(o.b)(e.bannedRights):void 0,adminRights:"adminRights"in e?Object(o.b)(e.adminRights):void 0,customTitle:"rank"in e?e.rank:void 0,...(e instanceof s.Api.ChannelParticipantAdmin||e instanceof s.Api.ChatParticipantAdmin)&&{isAdmin:!0},...(e instanceof s.Api.ChannelParticipantCreator||e instanceof s.Api.ChatParticipantCreator)&&{isOwner:!0}}}function I(e){return e instanceof s.Api.ChatParticipants||e instanceof s.Api.channels.ChannelParticipants?e.participants.map(A):void 0}function P(e){return e instanceof s.Api.ChatInviteExported?e.link:void 0}function C(e){let t="";if(!(e.action instanceof s.Api.SendMessageCancelAction))return e.action instanceof s.Api.SendMessageTypingAction?t="typing":e.action instanceof s.Api.SendMessageRecordVideoAction?t="recording a video":e.action instanceof s.Api.SendMessageUploadVideoAction?t="uploading a video":e.action instanceof s.Api.SendMessageRecordAudioAction?t="recording a voice message":e.action instanceof s.Api.SendMessageUploadAudioAction?t="uploading a voice message":e.action instanceof s.Api.SendMessageUploadPhotoAction?t="uploading a photo":e.action instanceof s.Api.SendMessageUploadDocumentAction?t="uploading a file":e.action instanceof s.Api.SendMessageGeoLocationAction?t="selecting a location to share":e.action instanceof s.Api.SendMessageChooseContactAction?t="selecting a contact to share":e.action instanceof s.Api.SendMessageGamePlayAction?t="playing a game":e.action instanceof s.Api.SendMessageRecordRoundAction?t="recording a round video":e.action instanceof s.Api.SendMessageUploadRoundAction&&(t="uploading a round video"),{action:t,...e instanceof s.Api.UpdateChatUserTyping&&{userId:e.userId},...e instanceof s.Api.UpdateChannelUserTyping&&{userId:e.userId},timestamp:Date.now()}}function S(e){return{...Object(i.c)(e,["id","title","emoticon","contacts","nonContacts","groups","bots","excludeMuted","excludeRead","excludeArchived"]),channels:e.broadcasts,pinnedChatIds:e.pinnedPeers.map(m).filter(Boolean),includedChatIds:e.includePeers.map(m).filter(Boolean),excludedChatIds:e.excludePeers.map(m).filter(Boolean)}}function M({filter:e,description:t}){return{...S(e),description:t}}},function(e,t,n){"use strict";n.d(t,"g",(function(){return s})),n.d(t,"l",(function(){return i})),n.d(t,"h",(function(){return a})),n.d(t,"n",(function(){return r})),n.d(t,"p",(function(){return o})),n.d(t,"q",(function(){return c})),n.d(t,"o",(function(){return u})),n.d(t,"c",(function(){return l})),n.d(t,"b",(function(){return d})),n.d(t,"k",(function(){return f})),n.d(t,"u",(function(){return p})),n.d(t,"f",(function(){return h})),n.d(t,"s",(function(){return g})),n.d(t,"e",(function(){return m})),n.d(t,"m",(function(){return y})),n.d(t,"r",(function(){return b})),n.d(t,"t",(function(){return _})),n.d(t,"a",(function(){return w})),n.d(t,"d",(function(){return v})),n.d(t,"j",(function(){return A})),n.d(t,"i",(function(){return I}));const s=!1,i=!1,a=!1,r=!1,o="tt-media",c="tt-media-avatars",u=524288,l=300,d=new Set(["newMessage","newScheduledMessage","deleteMessages","deleteScheduledMessages","deleteHistory"]),f=16,p=16,h=("undefined"!=typeof window&&window.innerHeight,30),g=50,m=100,y=1e9,b="MEMOJI_STICKER",_=777e3,w=0,v=1,A=777,I="android"},function(e,t,n){"use strict";t.a={localMessages:{},chats:{},users:{},messages:{},documents:{},stickerSets:{}}},function(e,t,n){(function(t){function s(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const{parseTl:i,serializeBytes:a,serializeDate:r}=n(44),{readBufferFromBigInt:o,toSignedLittleBuffer:c}=n(8),u=n(79),l=n(80),d="undefined"!=typeof self&&void 0!==self.localStorage;function f(e){const t=i(e,109),n=[],s=[];for(const e of t)e.isFunction?s.push(e):n.push(e);return[n,s]}function p(e,n){switch(n){case"int":const n=t.alloc(4);return n.writeInt32LE(e,0),n;case"long":return c(e,8);case"int128":return c(e,16);case"int256":return c(e,32);case"double":const s=t.alloc(8);return s.writeDoubleLE(e,0),s;case"string":return a(e);case"Bool":return e?t.from("b5757299","hex"):t.from("379779bc","hex");case"true":return t.alloc(0);case"bytes":return a(e);case"date":return r(e);default:return e.getBytes()}}function h(e,t){if(t.isVector){t.useVectorId&&e.readInt();const n=[],s=e.readInt();t.isVector=!1;for(let i=0;i{this[e]=t[e]})}static fromReader(e){const t={};for(const n in c)if(c.hasOwnProperty(n)){const s=c[n];if(s.isFlag){if("true"===s.type){t[n]=Boolean(t.flags&1<p(t,c[e].type))))}else if(c[e].flagIndicator)if(Object.values(c).some(e=>e.isFlag)){let e=0;for(const t in c)c[t].isFlag&&(!1===this[t]&&"true"===c[t].type||void 0===this[t]||null===this[t]?e|=0:e|=1</);if(n){t.readInt();let e=[],s=t.readInt();if("int"===n[1])for(let n=0;n{"function"!=typeof t[e]&&n[e]?Object.assign(n[e],t[e]):n[e]=t[e]}),n}(g("constructor",e.constructors),g("request",e.requests))}()}).call(this,n(11).Buffer)},function(e,t,n){"use strict";n.d(t,"p",(function(){return h})),n.d(t,"j",(function(){return g})),n.d(t,"k",(function(){return m})),n.d(t,"n",(function(){return y})),n.d(t,"v",(function(){return b})),n.d(t,"h",(function(){return _})),n.d(t,"t",(function(){return w})),n.d(t,"u",(function(){return v})),n.d(t,"a",(function(){return A})),n.d(t,"G",(function(){return I})),n.d(t,"b",(function(){return P})),n.d(t,"q",(function(){return C})),n.d(t,"r",(function(){return S})),n.d(t,"d",(function(){return M})),n.d(t,"c",(function(){return k})),n.d(t,"g",(function(){return E})),n.d(t,"y",(function(){return R})),n.d(t,"x",(function(){return O})),n.d(t,"i",(function(){return U})),n.d(t,"m",(function(){return T})),n.d(t,"f",(function(){return B})),n.d(t,"e",(function(){return D})),n.d(t,"z",(function(){return x})),n.d(t,"o",(function(){return j})),n.d(t,"A",(function(){return N})),n.d(t,"E",(function(){return F})),n.d(t,"F",(function(){return V})),n.d(t,"D",(function(){return L})),n.d(t,"H",(function(){return q})),n.d(t,"C",(function(){return H})),n.d(t,"B",(function(){return z})),n.d(t,"l",(function(){return G})),n.d(t,"w",(function(){return W})),n.d(t,"s",(function(){return J}));var s=n(0),i=n(4),a=n(1),r=n(3),o=n(9),c=n(13),u=n(14),l=n(5),d=n(2),f=n(20);let p;function h(e){p=e}async function g({limit:e,offsetDate:t,archived:n,withPinned:l}){const d=await Object(a.e)(new s.Api.messages.GetDialogs({offsetPeer:new s.Api.InputPeerEmpty,limit:e,offsetDate:t,folderId:n?i.d:void 0,...l&&{excludePinned:!0}})),f=l?await Object(a.e)(new s.Api.messages.GetPinnedDialogs({folderId:n?i.d:void 0})):void 0;if(!d||d instanceof s.Api.messages.DialogsNotModified)return;Z(d),f&&Z(f);const p=Object(u.a)([...d.messages,...f?f.messages:[]].map(o.b).filter(Boolean),"chatId"),h={...$(d),...f&&$(f)},g=[],m={},y={},b=[...f?f.dialogs:[],...d.dialogs],_=[];b.forEach(e=>{if(!(e instanceof s.Api.Dialog)||!n&&e.folderId===i.d||n&&e.folderId!==i.d)return;const t=h[Object(r.l)(e.peer)],a=Object(r.c)(e,t);if(a.lastMessage=p[a.id],g.push(a),l&&e.pinned&&_.push(a.id),e.draft){const{formattedText:t,replyingToId:n}=Object(o.h)(e.draft)||{};t&&(m[a.id]=t),n&&(y[a.id]=n)}});const w=[...d.users,...f?f.users:[]].map(c.a).filter(Boolean),v=g.map(e=>e.id);let A;return A=d instanceof s.Api.messages.DialogsSlice?d.count:v.length,{chatIds:v,chats:g,users:w,draftsById:m,replyingToById:y,orderedPinnedIds:l?_:void 0,totalChatCount:A}}function m(e){const{id:t,accessHash:n,adminRights:i}=e,o=Object(d.g)(t,n);return o instanceof s.Api.InputChannel?async function(e,t){const n=await Object(a.e)(new s.Api.channels.GetFullChannel({channel:e}));if(!(n&&n.fullChat instanceof s.Api.ChannelFull))return;const{about:i,exportedInvite:o,slowmodeSeconds:c,slowmodeNextSendDate:u,migratedFromChatId:l,migratedFromMaxId:d,canViewParticipants:f,linkedChatId:p,hiddenPrehistory:h}=n.fullChat,g=o instanceof s.Api.ChatInviteExported?o.link:void 0,{members:m,users:y}=f&&await K(e)||{},{members:b,users:_}=f&&t&&await K(e,"kicked")||{},{members:w,users:v}=f&&t&&await K(e,"admin")||{};return{fullInfo:{about:i,inviteLink:g,slowMode:c?{seconds:c,nextSendDate:u}:void 0,migratedFrom:l?{chatId:Object(r.k)({chatId:l}),maxMessageId:d}:void 0,canViewMembers:f,isPreHistoryHidden:h,members:m,kickedMembers:b,adminMembers:w,linkedChatId:p?Object(r.k)({chatId:p}):void 0},users:[...y||[],..._||[],...v||[]]}}(o,i):async function(e){const t=await Object(a.e)(new s.Api.messages.GetFullChat({chatId:e}));if(!(t&&t.fullChat instanceof s.Api.ChatFull))return;Z(t);const{about:n,participants:i,exportedInvite:o}=t.fullChat,u=Object(r.h)(i),l=u?u.filter(({isAdmin:e,isOwner:t})=>e||t):void 0;return{fullInfo:{about:n,members:u,adminMembers:l,inviteLink:Object(r.f)(o),canViewMembers:!0},users:t.users.map(c.a).filter(Boolean)}}(o)}async function y(e){const{id:t,accessHash:n}=e,i=Object(d.i)(t,n),r=await Object(a.e)(new s.Api.messages.GetOnlines({peer:i}));if(!r)return;const{onlines:o}=r;p({"@type":"updateChat",id:t,chat:{onlineCount:o}})}async function b({query:e,limit:t}){const n=await Object(a.e)(new s.Api.contacts.Search({q:e,limit:t}));if(!n)return;Z(n);const i=n.myResults.map(r.k),o=[...n.chats,...n.users].map(e=>Object(r.d)(e)).filter(Boolean),u=n.users.map(c.a).filter(e=>!!e&&!e.isSelf);return{localChats:o.filter(e=>i.includes(e.id)),localUsers:u.filter(e=>i.includes(e.id)),globalChats:o.filter(e=>!i.includes(e.id)),globalUsers:u.filter(e=>!i.includes(e.id))}}async function _({type:e,user:t}){let n;if("self"===e||"user"===e){const i=await Object(a.e)(new s.Api.users.GetUsers({id:["user"===e&&t?Object(d.g)(t.id,t.accessHash):new s.Api.InputUserSelf]}));if(!i||!i.length)return;[n]=i}else if("support"===e){const e=await Object(a.e)(new s.Api.help.GetSupport);if(!e||!e.user)return;n=e.user}const i=Object(r.d)(n,"support"===e);if(i)return p({"@type":"updateChat",id:i.id,chat:i}),{chatId:i.id}}async function w(e){const{id:t,accessHash:n}=e,i=await Object(a.e)(new s.Api.messages.GetPeerDialogs({peers:[new s.Api.InputDialogPeer({peer:Object(d.i)(t,n)})]}));if(!i)return;const c=i.dialogs[0];if(!(c&&c instanceof s.Api.Dialog))return;const u=$(i)[Object(r.l)(c.peer)];if(!u)return;Z(i);const l=Object(o.b)(i.messages[0]);p({"@type":"updateChat",id:t,chat:{...Object(r.c)(c,u),lastMessage:l}})}function v({chat:e,text:t,entities:n,replyToMsgId:i}){return Object(a.e)(new s.Api.messages.SaveDraft({peer:Object(d.i)(e.id,e.accessHash),message:t,...n&&{entities:n.map(d.n)},replyToMsgId:i}))}function A(e){return Object(a.e)(new s.Api.messages.SaveDraft({peer:Object(d.i)(e.id,e.accessHash),message:""}))}async function I({chat:e,isMuted:t}){await Object(a.e)(new s.Api.account.UpdateNotifySettings({peer:new s.Api.InputNotifyPeer({peer:Object(d.i)(e.id,e.accessHash)}),settings:new s.Api.InputPeerNotifySettings({muteUntil:t?2**31-1:void 0})})),w(e)}async function P({title:e,about:t,users:n}){const o=await Object(a.e)(new s.Api.channels.CreateChannel({broadcast:!0,title:e,about:t}),!0);if(!(o instanceof s.Api.Updates))return void(i.g&&console.error("Unexpected channel creation update",o));const c=o.chats[0];if(!(c&&c instanceof s.Api.Channel))return void(i.g&&console.error("Created channel not found",o));const u=Object(r.d)(c);return await Object(a.e)(new s.Api.channels.InviteToChannel({channel:Object(d.g)(u.id,u.accessHash),users:n.map(({id:e,accessHash:t})=>Object(d.g)(e,t))})),u}function C({channelId:e,accessHash:t}){return Object(a.e)(new s.Api.channels.JoinChannel({channel:Object(d.g)(e,t)}),!0)}function S({channelId:e,accessHash:t}){return Object(a.e)(new s.Api.channels.LeaveChannel({channel:Object(d.g)(e,t)}),!0)}function M({channelId:e,accessHash:t}){return Object(a.e)(new s.Api.channels.DeleteChannel({channel:Object(d.g)(e,t)}),!0)}async function k({title:e,users:t}){const n=await Object(a.e)(new s.Api.messages.CreateChat({title:e,users:t.map(({id:e,accessHash:t})=>Object(d.g)(e,t))}),!0);if(!(n instanceof s.Api.Updates))return void(i.g&&console.error("Unexpected chat creation update",n));const o=n.chats[0];if(o&&o instanceof s.Api.Chat)return Object(r.d)(o);i.g&&console.error("Created chat not found",n)}async function E({chatId:e,accessHash:t,photo:n}){const i=await Object(a.g)(n),r=Object(d.g)(e,t);return Object(a.e)(r instanceof s.Api.InputChannel?new s.Api.channels.EditPhoto({channel:r,photo:new s.Api.InputChatUploadedPhoto({file:i})}):new s.Api.messages.EditChatPhoto({chatId:r,photo:new s.Api.InputChatUploadedPhoto({file:i})}),!0)}async function R({chat:e,shouldBePinned:t}){const{id:n,accessHash:i}=e;await Object(a.e)(new s.Api.messages.ToggleDialogPin({peer:new s.Api.InputDialogPeer({peer:Object(d.i)(n,i)}),pinned:t||void 0}))&&p({"@type":"updateChatPinned",id:e.id,isPinned:t})}function O({chat:e,folderId:t}){const{id:n,accessHash:i}=e;return Object(a.e)(new s.Api.folders.EditPeerFolders({folderPeers:[new s.Api.InputFolderPeer({peer:Object(d.i)(n,i),folderId:t})]}),!0)}async function U(){const e=await Object(a.e)(new s.Api.messages.GetDialogFilters);if(e)return{byId:Object(u.a)(e.map(r.a),"id"),orderedIds:e.map(({id:e})=>e)}}async function T(){const e=await Object(a.e)(new s.Api.messages.GetSuggestedDialogFilters);if(e)return e.map(r.b)}async function B({id:e,folderUpdate:t}){const n=Object(d.d)(t);await Object(a.e)(new s.Api.messages.UpdateDialogFilter({id:e,filter:n}))&&p({"@type":"updateChatFolder",id:e,folder:t})}async function D(e){const t=await Object(a.e)(new s.Api.messages.UpdateDialogFilter({id:e,filter:void 0})),n=await T();t&&p({"@type":"updateChatFolder",id:e,folder:void 0}),n&&p({"@type":"updateRecommendedChatFolders",folders:n})}async function x({chat:e,hasUnreadMark:t}){const{id:n,accessHash:i}=e;await Object(a.e)(new s.Api.messages.MarkDialogUnread({peer:new s.Api.InputDialogPeer({peer:Object(d.i)(n,i)}),unread:t||void 0}))&&p({"@type":"updateChat",id:e.id,chat:{hasUnreadMark:t}})}async function j(e){const t=await Object(a.e)(new s.Api.contacts.ResolveUsername({username:e}));if(!t)return;const{users:n,chats:i}=t,o=i.length?Object(r.d)(i[0]):Object(r.d)(n[0]);return o?(Z(t),o):void 0}function N({chat:e,isEnabled:t}){const{id:n,accessHash:i}=e,r=Object(d.g)(n,i);return Object(a.e)(new s.Api.channels.TogglePreHistoryHidden({channel:r,enabled:t}),!0)}function F({chat:e,bannedRights:t}){const{id:n,accessHash:i}=e,r=Object(d.i)(n,i);return Object(a.e)(new s.Api.messages.EditChatDefaultBannedRights({peer:r,bannedRights:Object(d.b)(t)}),!0)}function V({chat:e,user:t,bannedRights:n}){const i=Object(d.g)(e.id,e.accessHash),r=Object(d.g)(t.id,t.accessHash);return Object(a.e)(new s.Api.channels.EditBanned({channel:i,userId:r,bannedRights:Object(d.b)(n)}),!0)}function L({chat:e,user:t,adminRights:n,customTitle:i=""}){const r=Object(d.g)(e.id,e.accessHash),o=Object(d.g)(t.id,t.accessHash);return Object(a.e)(new s.Api.channels.EditAdmin({channel:r,userId:o,adminRights:Object(d.a)(n),rank:i}),!0)}async function q(e,t){const n=Object(d.g)(e.id,e.accessHash);await Object(a.e)(n instanceof s.Api.InputChannel?new s.Api.channels.EditTitle({channel:n,title:t}):new s.Api.messages.EditChatTitle({chatId:n,title:t}),!0)}async function H(e,t){await Object(a.e)(new s.Api.messages.EditChatAbout({peer:Object(d.i)(e.id,e.accessHash),about:t}))&&p({"@type":"updateChatFullInfo",id:e.id,fullInfo:{about:t}})}function z({chat:e,isEnabled:t}){const{id:n,accessHash:i}=e,r=Object(d.g)(n,i);return Object(a.e)(new s.Api.channels.ToggleSignatures({channel:r,enabled:t}),!0)}async function K(e,t="recent"){let n;switch(t){case"kicked":n=new s.Api.ChannelParticipantsKicked({q:""});break;case"admin":n=new s.Api.ChannelParticipantsAdmins;break;default:n=new s.Api.ChannelParticipantsRecent}const o=await Object(a.e)(new s.Api.channels.GetParticipants({channel:e,filter:n,limit:i.f}));if(o&&!(o instanceof s.Api.channels.ChannelParticipantsNotModified))return Z(o),{members:Object(r.h)(o),users:o.users.map(c.a).filter(Boolean)}}async function G(){const e=await Object(a.e)(new s.Api.channels.GetGroupsForDiscussion);if(e)return Z(e),e.chats.map(e=>Object(r.d)(e))}function W({channel:e,chat:t}){return Object(a.e)(new s.Api.channels.SetDiscussionGroup({broadcast:Object(d.i)(e.id,e.accessHash),group:t?Object(d.i)(t.id,t.accessHash):new s.Api.InputChannelEmpty}))}async function J(e){const t=await Object(a.e)(new s.Api.messages.MigrateChat({chatId:Object(d.g)(e.id)}),!0);if(t&&t instanceof s.Api.Updates)return Z(t),Object(r.d)(t.chats[1]);i.g&&console.error("Unexpected channel creation update",t)}function $(e){const t={};return e.chats.forEach(e=>{t["chat"+e.id]=e}),e.users.forEach(e=>{t["user"+e.id]=e}),t}function Z(e){"users"in e&&e.users.forEach(e=>{e instanceof s.Api.User&&(l.a.users[e.id]=e)}),"chats"in e&&e.chats.forEach(e=>{(e instanceof s.Api.Chat||e instanceof s.Api.Channel)&&(l.a.chats[e.id]=e)}),"messages"in e&&e.messages.forEach(e=>{e instanceof s.Api.Message&&Object(d.t)(e)&&Object(f.a)(e)})}},function(e,t,n){(function(t){const s=n(36),i=n(15);function a(e,n=!0,s=!1){let a=t.from(e);const r=a.length;n&&(a=a.reverse());let o=i(a.toString("hex"),16);return s&&Math.floor(o.toString("2").length/8)>=r&&(o=o.subtract(i(2).pow(i(8*r)))),o}function r(e,n=8){const s=i(e),a=[];for(let e=0;e>>1:e>>>1;t[n]=e}return t}()),t.isBuffer(e)||(e=t.from(e));let n=-1;for(let t=0;t>>8}return(-1^n)>>>0},generateRandomBytes:c,generateKeyDataFromNonce:async function(e,n){e=r(e,16),n=r(n,32);const[s,i,a]=await Promise.all([u(t.concat([n,e])),u(t.concat([e,n])),u(t.concat([n,n]))]);return{key:t.concat([s,i.slice(0,12)]),iv:t.concat([i.slice(12,20),a,n.slice(0,4)])}},sha1:u,sha256:function(e){const t=s.createHash("sha256");return t.update(e),t.digest()},bigIntMod:function(e,t){return e.remainder(t).add(t).remainder(t)},modExp:function(e,t,n){e=e.remainder(n);let s=i.one,a=e;for(;t.greater(i.zero);){const e=t.remainder(i(2));t=t.divide(i(2)),e.eq(i.one)&&(s=s.multiply(a),s=s.remainder(n)),a=a.multiply(a),a=a.remainder(n)}return s},getRandomInt:function(e,t){return e=Math.ceil(e),t=Math.floor(t),Math.floor(Math.random()*(t-e+1))+e},sleep:e=>new Promise(t=>setTimeout(t,e)),getByteArray:function(e,t=!1){const n=e.toString(2).length,s=Math.floor((n+8-1)/8);return o(i(e),s,!1,t)},toSignedLittleBuffer:r,convertToLittle:function(e){const n=t.alloc(4*e.length);for(let t=0;t1?"s":""})`}}else if(e instanceof s.Api.MessageActionContactSignUp)a="%action_origin% joined Telegram";else if(e instanceof s.Api.MessageActionPaymentSent){const t=d(e.currency),n=(Number(e.totalAmount)/100).toFixed(2);a=`You successfully transferred ${t}${n} to shop for %product%`}else a="%ACTION_NOT_IMPLEMENTED%";return{text:a,type:o,targetUserId:c,targetChatId:u}}(t.action,n,Boolean(t.post),a);c&&(o.action=c);const{replyToMsgId:u,replyToTopId:l}=t.replyTo||{},f=t.editDate&&!t.editHide,{inlineButtons:h,keyboardButtons:g}=function(e){const{id:t,replyMarkup:n,media:i}=e;if(!n)return i instanceof s.Api.MessageMediaWebPage&&i.webpage instanceof s.Api.WebPage&&"telegram_message"===i.webpage.type?{inlineButtons:[[{type:"url",text:"Show Message",messageId:t,value:i.webpage.url}]]}:void 0;if(!(n instanceof s.Api.ReplyKeyboardMarkup||n instanceof s.Api.ReplyInlineMarkup))return;const a=n.rows.map(({buttons:e})=>e.map(e=>{let n,a,{text:r}=e;return e instanceof s.Api.KeyboardButton?(n="command",a=r):e instanceof s.Api.KeyboardButtonUrl?(n="url",a=e.url):e instanceof s.Api.KeyboardButtonCallback?(n="callback",a=String(e.data)):e instanceof s.Api.KeyboardButtonRequestPoll?n="requestPoll":e instanceof s.Api.KeyboardButtonBuy?(i instanceof s.Api.MessageMediaInvoice&&i.receiptMsgId&&(r="Receipt",a=i.receiptMsgId),n="buy"):n="NOT_SUPPORTED",{type:n,text:r,messageId:t,value:a}}));return{[n instanceof s.Api.ReplyKeyboardMarkup?"keyboardButtons":"inlineButtons"]:a}}(t)||{},m=t.fwdFrom&&function(e,t=!1){const n=e.savedFromPeer&&Object(r.k)(e.savedFromPeer),s=e.fromId&&Object(r.k)(e.fromId);return{isChannelPost:Boolean(e.channelPost),isLinkedChannelPost:Boolean(e.channelPost&&n&&!t),fromChatId:n||s,fromMessageId:e.channelPost||e.savedFromMsgId,senderUserId:s,hiddenUserName:e.fromName,adminTitle:e.postAuthor}}(t.fwdFrom,i),{replies:y,mediaUnread:b,postAuthor:_}=t,w=t.groupedId&&t.groupedId.toString(),v=Boolean(w)&&!(o.document||o.audio),I=t.replyMarkup instanceof s.Api.ReplyKeyboardHide;return{id:t.id,chatId:e,isOutgoing:a,content:o,date:t.date,senderId:n||t.out&&t.post&&p||e,views:t.views,...u&&{replyToMessageId:u},...l&&{replyToTopMessageId:l},...m&&{forwardInfo:m},...f&&{isEdited:f},...b&&{isMediaUnread:b},...t.mentioned&&b&&{hasUnreadMention:!0},...w&&{groupedId:w,isInAlbum:v},inlineButtons:h,...g&&{keyboardButtons:g},...I&&{shouldHideKeyboardButtons:I},...t.viaBotId&&{viaBotId:t.viaBotId},...y&&y.comments&&{threadInfo:x(y,t.id,e)},..._&&{adminTitle:_}}}function A(e,t){return{text:e,...t&&{entities:t.map(D)}}}function I(e){if(!(e instanceof s.Api.DraftMessageEmpty)&&e.message)return{formattedText:A(e.message,e.entities),replyingToId:e.replyToMsgId}}function P(e){const t=function(e){if(!(e instanceof s.Api.MessageMediaDocument&&e.document&&e.document instanceof s.Api.Document))return;return Object(o.a)(e.document)}(e);if(t)return{sticker:t};const n=function(e){if(!(e instanceof s.Api.MessageMediaPhoto&&e.photo&&e.photo instanceof s.Api.Photo))return;const t=e.photo.sizes.filter(e=>e instanceof s.Api.PhotoSize).map(C);return{thumbnail:Object(c.c)(e.photo.sizes),sizes:t}}(e);if(n)return{photo:n};const i=function(e){if(!(e instanceof s.Api.MessageMediaDocument&&e.document instanceof s.Api.Document&&e.document.mimeType.startsWith("video")))return;return S(e.document)}(e);if(i)return{video:i};const r=function(e){if(!(e instanceof s.Api.MessageMediaDocument&&e.document&&e.document instanceof s.Api.Document))return;const t=e.document.attributes.find(e=>e instanceof s.Api.DocumentAttributeAudio);if(!t||t.voice)return;return{fileName:O(e.document,"audio"),...Object(a.b)(e.document,["size","mimeType"]),...Object(a.b)(t,["duration","performer","title"])}}(e);if(r)return{audio:r};const u=function(e){if(!(e instanceof s.Api.MessageMediaDocument&&e.document&&e.document instanceof s.Api.Document))return;const t=e.document.attributes.find(e=>e instanceof s.Api.DocumentAttributeAudio);if(!t||!t.voice)return;const{duration:n,waveform:i}=t;return{duration:n,waveform:i?Array.from(i):void 0}}(e);if(u)return{voice:u};const l=function(e){if(!(e instanceof s.Api.MessageMediaDocument&&e.document))return;return M(e.document)}(e);if(l)return{document:l};const f=function(e){if(!(e instanceof s.Api.MessageMediaContact))return;return Object(a.b)(e,["firstName","lastName","phoneNumber","userId"])}(e);if(f)return{contact:f};const p=function(e){if(!(e instanceof s.Api.MessageMediaPoll))return;return k(e.poll,e.results)}(e);if(p)return{poll:p};const h=R(e);if(h)return{webPage:h};const g=function(e){if(!(e instanceof s.Api.MessageMediaInvoice))return;return function(e){const{description:t,title:n,photo:s,test:i,totalAmount:a,currency:r,receiptMsgId:o}=e,c=d(r);return{text:t,title:n,photoUrl:s&&s.url,receiptMsgId:o,description:`${c}${(Number(a)/100).toFixed(2)} ${i?"TEST INVOICE":""}`}}(e)}(e);return g?{invoice:g}:void 0}function C(e){const{w:t,h:n,type:s}=e;return{width:t,height:n,type:s}}function S(e){if(e instanceof s.Api.DocumentEmpty)return;const{id:t,mimeType:n,thumbs:i,size:a,attributes:r}=e,o=r.find(e=>e instanceof s.Api.DocumentAttributeVideo);if(!o)return;const u=r.find(e=>e instanceof s.Api.DocumentAttributeAnimated),{duration:l,w:d,h:f,supportsStreaming:p=!1,roundMessage:h=!1}=o;return{id:String(t),mimeType:n,duration:l,fileName:O(e,"video"),width:d,height:f,supportsStreaming:p,isRound:h,isGif:Boolean(u),thumbnail:Object(c.c)(i),size:a}}function M(e){if(!(e instanceof s.Api.Document))return;const{id:t,size:n,mimeType:i,date:a,thumbs:r}=e,o=r&&Object(c.c)(r);return{id:String(t),size:n,mimeType:i,timestamp:a,fileName:O(e),thumbnail:o}}function k(e,t){const{id:n,answers:s}=e,i=s.map(e=>({text:e.text,option:String.fromCharCode(...e.option)}));return{id:n.toString(),summary:{isPublic:e.publicVoters,...Object(a.b)(e,["closed","multipleChoice","quiz","question","closePeriod","closeDate"]),answers:i},results:E(t)}}function E(e){const{results:t,totalVoters:n,recentVoters:s,solution:i,solutionEntities:a}=e;return{totalVoters:n,recentVoterIds:s,results:t&&t.map(({option:e,chosen:t,correct:n,voters:s})=>({isChosen:t,isCorrect:n,option:String.fromCharCode(...e),votersCount:s})),solution:i,...a&&{solutionEntities:a.map(D)}}}function R(e){if(!(e instanceof s.Api.MessageMediaWebPage&&e.webpage instanceof s.Api.WebPage))return;const{id:t,photo:n,document:i}=e.webpage;return{id:Number(t),...Object(a.b)(e.webpage,["url","displayUrl","siteName","title","description"]),photo:n&&n instanceof s.Api.Photo?{thumbnail:Object(c.c)(n.sizes),sizes:n.sizes.filter(e=>e instanceof s.Api.PhotoSize).map(C)}:void 0,...i&&{hasDocument:!0}}}function O(e,t="file"){const{mimeType:n,attributes:i}=e,a=i.find(e=>e instanceof s.Api.DocumentAttributeFilename);if(a)return a.fileName;const r=n.split("/")[1];return`${t}${String(e.id)}.${r}`}function U(e,t,n,s,i,a,r,o,c,l){const d=h++,f=i&&function(e){const{filename:t,blobUrl:n,previewBlobUrl:s,mimeType:i,size:a}=e;if(e.quick){const{width:r,height:o,duration:c}=e.quick;return i.startsWith("image/")?{photo:{sizes:[],thumbnail:{width:r,height:o,dataUri:""},blobUrl:n}}:{video:{id:"temp",mimeType:i,duration:c||0,fileName:t,width:r,height:o,blobUrl:n,...s&&{thumbnail:{width:r,height:o,dataUri:s}},size:a}}}if(e.voice){const{duration:t,waveform:n}=e.voice,{data:s}=Object(u.a)(n,63);return{voice:{duration:t,waveform:s}}}return i.startsWith("audio/")?{audio:{mimeType:i,fileName:t,size:a,duration:200}}:{document:{mimeType:i,fileName:t,size:a,...s&&{previewBlobUrl:s}}}}(i),g="chatTypeChannel"===e.type;return{id:d,chatId:e.id,content:{...t&&{text:{text:t,entities:n}},...f,...a&&{sticker:a},...r&&{video:r},...o&&B(o,d)},date:l||Math.round(Date.now()/1e3),isOutgoing:!g,senderId:p,...s&&{replyToMessageId:s},...c&&{groupedId:c,...f&&(f.photo||f.video)&&{isInAlbum:!0}},...l&&{isScheduled:!0}}}function T(e,t){const n=h++,{content:s,chatId:i,id:a,senderId:r,groupedId:o,isInAlbum:c}=t,u=s.audio,l=e.id===p&&(i!==e.id||t.forwardInfo)&&!u;return{id:n,chatId:e.id,content:s,date:Math.round(Date.now()/1e3),isOutgoing:!l&&"chatTypeChannel"!==e.type,senderId:p,sendingState:"messageSendingStatePending",...r!==p&&!u&&{forwardInfo:{isChannelPost:!1,fromChatId:i,fromMessageId:a,senderUserId:r}},groupedId:o,isInAlbum:c}}function B(e,t){return{poll:{id:t.toString(),summary:Object(a.b)(e.summary,["question","answers"]),results:{}}}}function D(e){const{className:t,offset:n,length:s}=e;return{type:t,offset:n,length:s,..."userId"in e&&"number"==typeof e.userId&&{userId:e.userId},..."url"in e&&{url:e.url}}}function x(e,t,n){const{channelId:s,replies:a,maxId:o,readMaxId:c,recentRepliers:u}=e;if(s===i.j)return;return{threadId:t,...n!==s?{chatId:Object(r.k)({channelId:s}),originChannelId:n}:{chatId:n},messagesCount:a,lastMessageId:o,lastReadInboxMessageId:c,...u&&{recentReplierIds:u.map(r.k)}}}},function(e,t,n){"use strict";var s=n(65);n.o(s,"ApiMediaFormat")&&n.d(t,"ApiMediaFormat",(function(){return s.ApiMediaFormat})),n.o(s,"ApiMessageEntityTypes")&&n.d(t,"ApiMessageEntityTypes",(function(){return s.ApiMessageEntityTypes})),n.o(s,"MAIN_THREAD_ID")&&n.d(t,"MAIN_THREAD_ID",(function(){return s.MAIN_THREAD_ID})),n.o(s,"MESSAGE_DELETED")&&n.d(t,"MESSAGE_DELETED",(function(){return s.MESSAGE_DELETED}));var i=n(66);n.o(i,"ApiMediaFormat")&&n.d(t,"ApiMediaFormat",(function(){return i.ApiMediaFormat})),n.o(i,"ApiMessageEntityTypes")&&n.d(t,"ApiMessageEntityTypes",(function(){return i.ApiMessageEntityTypes})),n.o(i,"MAIN_THREAD_ID")&&n.d(t,"MAIN_THREAD_ID",(function(){return i.MAIN_THREAD_ID})),n.o(i,"MESSAGE_DELETED")&&n.d(t,"MESSAGE_DELETED",(function(){return i.MESSAGE_DELETED}));var a=n(67);n.d(t,"ApiMessageEntityTypes",(function(){return a.a})),n.d(t,"MAIN_THREAD_ID",(function(){return a.b})),n.d(t,"MESSAGE_DELETED",(function(){return a.c}));var r=n(68);n.o(r,"ApiMediaFormat")&&n.d(t,"ApiMediaFormat",(function(){return r.ApiMediaFormat}));var o=n(69);n.d(t,"ApiMediaFormat",(function(){return o.a}));n(70),n(71)},function(e,t,n){"use strict";(function(e){var s=n(73),i=n(74),a=n(75);function r(){return c.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function o(e,t){if(r()=r())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+r().toString(16)+" bytes");return 0|e}function h(e,t){if(c.isBuffer(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var n=e.length;if(0===n)return 0;for(var s=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return V(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return L(e).length;default:if(s)return V(e).length;t=(""+t).toLowerCase(),s=!0}}function g(e,t,n){var s=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return E(this,t,n);case"utf8":case"utf-8":return S(this,t,n);case"ascii":return M(this,t,n);case"latin1":case"binary":return k(this,t,n);case"base64":return C(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return R(this,t,n);default:if(s)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),s=!0}}function m(e,t,n){var s=e[t];e[t]=e[n],e[n]=s}function y(e,t,n,s,i){if(0===e.length)return-1;if("string"==typeof n?(s=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=i?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(i)return-1;n=e.length-1}else if(n<0){if(!i)return-1;n=0}if("string"==typeof t&&(t=c.from(t,s)),c.isBuffer(t))return 0===t.length?-1:b(e,t,n,s,i);if("number"==typeof t)return t&=255,c.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):b(e,[t],n,s,i);throw new TypeError("val must be string, number or Buffer")}function b(e,t,n,s,i){var a,r=1,o=e.length,c=t.length;if(void 0!==s&&("ucs2"===(s=String(s).toLowerCase())||"ucs-2"===s||"utf16le"===s||"utf-16le"===s)){if(e.length<2||t.length<2)return-1;r=2,o/=2,c/=2,n/=2}function u(e,t){return 1===r?e[t]:e.readUInt16BE(t*r)}if(i){var l=-1;for(a=n;ao&&(n=o-c),a=n;a>=0;a--){for(var d=!0,f=0;fi&&(s=i):s=i;var a=t.length;if(a%2!=0)throw new TypeError("Invalid hex string");s>a/2&&(s=a/2);for(var r=0;r>8,i=n%256,a.push(i),a.push(s);return a}(t,e.length-n),e,n,s)}function C(e,t,n){return 0===t&&n===e.length?s.fromByteArray(e):s.fromByteArray(e.slice(t,n))}function S(e,t,n){n=Math.min(e.length,n);for(var s=[],i=t;i239?4:u>223?3:u>191?2:1;if(i+d<=n)switch(d){case 1:u<128&&(l=u);break;case 2:128==(192&(a=e[i+1]))&&(c=(31&u)<<6|63&a)>127&&(l=c);break;case 3:a=e[i+1],r=e[i+2],128==(192&a)&&128==(192&r)&&(c=(15&u)<<12|(63&a)<<6|63&r)>2047&&(c<55296||c>57343)&&(l=c);break;case 4:a=e[i+1],r=e[i+2],o=e[i+3],128==(192&a)&&128==(192&r)&&128==(192&o)&&(c=(15&u)<<18|(63&a)<<12|(63&r)<<6|63&o)>65535&&c<1114112&&(l=c)}null===l?(l=65533,d=1):l>65535&&(l-=65536,s.push(l>>>10&1023|55296),l=56320|1023&l),s.push(l),i+=d}return function(e){var t=e.length;if(t<=4096)return String.fromCharCode.apply(String,e);var n="",s=0;for(;s0&&(e=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(e+=" ... ")),""},c.prototype.compare=function(e,t,n,s,i){if(!c.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===s&&(s=0),void 0===i&&(i=this.length),t<0||n>e.length||s<0||i>this.length)throw new RangeError("out of range index");if(s>=i&&t>=n)return 0;if(s>=i)return-1;if(t>=n)return 1;if(this===e)return 0;for(var a=(i>>>=0)-(s>>>=0),r=(n>>>=0)-(t>>>=0),o=Math.min(a,r),u=this.slice(s,i),l=e.slice(t,n),d=0;di)&&(n=i),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");s||(s="utf8");for(var a=!1;;)switch(s){case"hex":return _(this,e,t,n);case"utf8":case"utf-8":return w(this,e,t,n);case"ascii":return v(this,e,t,n);case"latin1":case"binary":return A(this,e,t,n);case"base64":return I(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return P(this,e,t,n);default:if(a)throw new TypeError("Unknown encoding: "+s);s=(""+s).toLowerCase(),a=!0}},c.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function M(e,t,n){var s="";n=Math.min(e.length,n);for(var i=t;is)&&(n=s);for(var i="",a=t;an)throw new RangeError("Trying to access beyond buffer length")}function U(e,t,n,s,i,a){if(!c.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||te.length)throw new RangeError("Index out of range")}function T(e,t,n,s){t<0&&(t=65535+t+1);for(var i=0,a=Math.min(e.length-n,2);i>>8*(s?i:1-i)}function B(e,t,n,s){t<0&&(t=4294967295+t+1);for(var i=0,a=Math.min(e.length-n,4);i>>8*(s?i:3-i)&255}function D(e,t,n,s,i,a){if(n+s>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function x(e,t,n,s,a){return a||D(e,0,n,4),i.write(e,t,n,s,23,4),n+4}function j(e,t,n,s,a){return a||D(e,0,n,8),i.write(e,t,n,s,52,8),n+8}c.prototype.slice=function(e,t){var n,s=this.length;if((e=~~e)<0?(e+=s)<0&&(e=0):e>s&&(e=s),(t=void 0===t?s:~~t)<0?(t+=s)<0&&(t=0):t>s&&(t=s),t0&&(i*=256);)s+=this[e+--t]*i;return s},c.prototype.readUInt8=function(e,t){return t||O(e,1,this.length),this[e]},c.prototype.readUInt16LE=function(e,t){return t||O(e,2,this.length),this[e]|this[e+1]<<8},c.prototype.readUInt16BE=function(e,t){return t||O(e,2,this.length),this[e]<<8|this[e+1]},c.prototype.readUInt32LE=function(e,t){return t||O(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},c.prototype.readUInt32BE=function(e,t){return t||O(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},c.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||O(e,t,this.length);for(var s=this[e],i=1,a=0;++a=(i*=128)&&(s-=Math.pow(2,8*t)),s},c.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||O(e,t,this.length);for(var s=t,i=1,a=this[e+--s];s>0&&(i*=256);)a+=this[e+--s]*i;return a>=(i*=128)&&(a-=Math.pow(2,8*t)),a},c.prototype.readInt8=function(e,t){return t||O(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},c.prototype.readInt16LE=function(e,t){t||O(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},c.prototype.readInt16BE=function(e,t){t||O(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},c.prototype.readInt32LE=function(e,t){return t||O(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},c.prototype.readInt32BE=function(e,t){return t||O(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},c.prototype.readFloatLE=function(e,t){return t||O(e,4,this.length),i.read(this,e,!0,23,4)},c.prototype.readFloatBE=function(e,t){return t||O(e,4,this.length),i.read(this,e,!1,23,4)},c.prototype.readDoubleLE=function(e,t){return t||O(e,8,this.length),i.read(this,e,!0,52,8)},c.prototype.readDoubleBE=function(e,t){return t||O(e,8,this.length),i.read(this,e,!1,52,8)},c.prototype.writeUIntLE=function(e,t,n,s){(e=+e,t|=0,n|=0,s)||U(this,e,t,n,Math.pow(2,8*n)-1,0);var i=1,a=0;for(this[t]=255&e;++a=0&&(a*=256);)this[t+i]=e/a&255;return t+n},c.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,1,255,0),c.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},c.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,2,65535,0),c.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):T(this,e,t,!0),t+2},c.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,2,65535,0),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):T(this,e,t,!1),t+2},c.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,4,4294967295,0),c.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):B(this,e,t,!0),t+4},c.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,4,4294967295,0),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):B(this,e,t,!1),t+4},c.prototype.writeIntLE=function(e,t,n,s){if(e=+e,t|=0,!s){var i=Math.pow(2,8*n-1);U(this,e,t,n,i-1,-i)}var a=0,r=1,o=0;for(this[t]=255&e;++a>0)-o&255;return t+n},c.prototype.writeIntBE=function(e,t,n,s){if(e=+e,t|=0,!s){var i=Math.pow(2,8*n-1);U(this,e,t,n,i-1,-i)}var a=n-1,r=1,o=0;for(this[t+a]=255&e;--a>=0&&(r*=256);)e<0&&0===o&&0!==this[t+a+1]&&(o=1),this[t+a]=(e/r>>0)-o&255;return t+n},c.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,1,127,-128),c.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},c.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,2,32767,-32768),c.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):T(this,e,t,!0),t+2},c.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,2,32767,-32768),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):T(this,e,t,!1),t+2},c.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,4,2147483647,-2147483648),c.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):B(this,e,t,!0),t+4},c.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):B(this,e,t,!1),t+4},c.prototype.writeFloatLE=function(e,t,n){return x(this,e,t,!0,n)},c.prototype.writeFloatBE=function(e,t,n){return x(this,e,t,!1,n)},c.prototype.writeDoubleLE=function(e,t,n){return j(this,e,t,!0,n)},c.prototype.writeDoubleBE=function(e,t,n){return j(this,e,t,!1,n)},c.prototype.copy=function(e,t,n,s){if(n||(n=0),s||0===s||(s=this.length),t>=e.length&&(t=e.length),t||(t=0),s>0&&s=this.length)throw new RangeError("sourceStart out of bounds");if(s<0)throw new RangeError("sourceEnd out of bounds");s>this.length&&(s=this.length),e.length-t=0;--i)e[i+t]=this[i+n];else if(a<1e3||!c.TYPED_ARRAY_SUPPORT)for(i=0;i>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(a=t;a55295&&n<57344){if(!i){if(n>56319){(t-=3)>-1&&a.push(239,191,189);continue}if(r+1===s){(t-=3)>-1&&a.push(239,191,189);continue}i=n;continue}if(n<56320){(t-=3)>-1&&a.push(239,191,189),i=n;continue}n=65536+(i-55296<<10|n-56320)}else i&&(t-=3)>-1&&a.push(239,191,189);if(i=null,n<128){if((t-=1)<0)break;a.push(n)}else if(n<2048){if((t-=2)<0)break;a.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;a.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;a.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return a}function L(e){return s.toByteArray(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(N,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function q(e,t,n,s){for(var i=0;i=t.length||i>=e.length);++i)t[i+n]=e[i];return i}}).call(this,n(43))},function(e,t,n){"use strict";(function(e){n.d(t,"m",(function(){return y})),n.d(t,"g",(function(){return b})),n.d(t,"e",(function(){return _})),n.d(t,"v",(function(){return v})),n.d(t,"d",(function(){return I})),n.d(t,"s",(function(){return P})),n.d(t,"q",(function(){return S})),n.d(t,"y",(function(){return M})),n.d(t,"b",(function(){return k})),n.d(t,"c",(function(){return E})),n.d(t,"a",(function(){return R})),n.d(t,"o",(function(){return O})),n.d(t,"p",(function(){return U})),n.d(t,"r",(function(){return T})),n.d(t,"u",(function(){return B})),n.d(t,"t",(function(){return D})),n.d(t,"j",(function(){return x})),n.d(t,"w",(function(){return j})),n.d(t,"n",(function(){return N})),n.d(t,"l",(function(){return F})),n.d(t,"k",(function(){return V})),n.d(t,"i",(function(){return L})),n.d(t,"x",(function(){return q})),n.d(t,"f",(function(){return H})),n.d(t,"h",(function(){return K}));var s=n(0),i=n(10),a=n(4),r=n(1),o=n(9),c=n(13),u=n(2),l=n(5),d=n(3),f=n(35),p=n(20),h=n(34),g=n(7);let m;function y(e){m=e}async function b({chat:e,threadId:t,...n}){const a=t===i.MAIN_THREAD_ID?s.Api.messages.GetHistory:s.Api.messages.GetReplies;let l;try{l=await Object(r.e)(new a({peer:Object(u.i)(e.id,e.accessHash),...t!==i.MAIN_THREAD_ID&&{msgId:t},...n}),void 0,!0)}catch(t){"CHANNEL_PRIVATE"===t.message&&m({"@type":"updateChat",id:e.id,chat:{isRestricted:!0}})}if(!l||l instanceof s.Api.messages.MessagesNotModified||!l.messages)return;z(l);const f=l.messages.map(o.b).filter(Boolean),p=l.users.map(c.a).filter(Boolean),h=l.chats.map(e=>Object(d.d)(e)).filter(Boolean),g=f.map(({threadInfo:e})=>e).filter(Boolean);let y;if(l.messages.length)if(l instanceof s.Api.messages.Messages)y=l.messages[l.messages.length-1].id;else if(n.offsetId&&l.offsetIdOffset){const e=l.messages.findIndex(e=>e.id===n.offsetId);l.messages.length-e+l.offsetIdOffset>=l.count&&(y=l.messages[l.messages.length-1].id)}return{messages:f,users:p,chats:h,threadInfos:g,firstMessageId:y}}async function _({chat:e,messageId:t}){const n="channel"===Object(u.s)(e.id),a=await Object(r.e)(n?new s.Api.channels.GetMessages({channel:Object(u.g)(e.id,e.accessHash),id:[new s.Api.InputMessageID({id:t})]}):new s.Api.messages.GetMessages({id:[new s.Api.InputMessageID({id:t})]}));if(!a||a instanceof s.Api.messages.MessagesNotModified)return;const l=a.messages[0];if(!l)return;if(l instanceof s.Api.MessageEmpty)return i.MESSAGE_DELETED;const d=l&&Object(o.b)(l);if(!d)return;l instanceof s.Api.Message&&Object(p.a)(l);return{message:d,users:a.users.map(c.a).filter(Boolean)}}let w=Promise.resolve();function v({chat:e,text:t,entities:n,replyingTo:i,attachment:c,sticker:d,gif:f,poll:p,isSilent:h,scheduledAt:g,groupedId:y},b){const _=Object(o.g)(e,t,n,i,c,d,f,p,y,g);m({"@type":_.isScheduled?"newScheduledMessage":"newMessage",id:_.id,chatId:e.id,message:_}),setTimeout(()=>{m({"@type":_.isScheduled?"updateScheduledMessage":"updateMessage",id:_.id,chatId:e.id,message:{sendingState:"messageSendingStatePending"}})},250);const v=Object(u.r)();if(l.a.localMessages[v.toString()]=_,y)return function({chat:e,text:t,entities:n,replyingTo:i,attachment:o,groupedId:c,isSilent:l,scheduledAt:d},f,p,h){let g=-1;A[c]||(A[c]={counter:0,singleMediaByIndex:{}});g=A[c].counter++;const m=w;return w=(async()=>{let y;try{y=await C(p,o,h)}catch(e){return a.g&&console.warn(e),A[c].counter--,void await m}const b=await async function(e,t){const n=await Object(r.e)(new s.Api.messages.UploadMedia({peer:e,media:t}));if(n instanceof s.Api.MessageMediaPhoto&&n.photo&&n.photo instanceof s.Api.Photo){const{photo:{id:e,accessHash:t,fileReference:i}}=n;return new s.Api.InputMediaPhoto({id:new s.Api.InputPhoto({id:e,accessHash:t,fileReference:i})})}if(n instanceof s.Api.MessageMediaDocument&&n.document&&n.document instanceof s.Api.Document){const{document:{id:e,accessHash:t,fileReference:i}}=n;return new s.Api.InputMediaDocument({id:new s.Api.InputDocument({id:e,accessHash:t,fileReference:i})})}return}(Object(u.i)(e.id,e.accessHash),y);if(await m,!b)return A[c].counter--,void(a.g&&console.warn("Failed to upload grouped media"));if(A[c].singleMediaByIndex[g]=new s.Api.InputSingleMedia({media:b,randomId:f,message:t||"",entities:n?n.map(u.n):void 0}),Object.keys(A[c].singleMediaByIndex).length{let o;if(c)try{o=await C(_,c,b)}catch(e){return a.g&&console.warn(e),void await I}else d?o=Object(u.h)(d):f?o=Object(u.h)(f):p&&(o=Object(u.j)(p,v));await I;const l=o?s.Api.messages.SendMedia:s.Api.messages.SendMessage;await Object(r.e)(new l({clearDraft:!0,message:t||"",entities:n?n.map(u.n):void 0,peer:Object(u.i)(e.id,e.accessHash),randomId:v,...h&&{silent:h},...g&&{scheduleDate:g},...i&&{replyToMsgId:i},...o&&{media:o}}),!0)})(),w}const A={};async function I({chat:e,message:t,text:n,entities:i}){const a=1e3*t.date>Date.now(),o={content:{...t.content,...n&&{text:{text:n,entities:i}}}};m({"@type":a?"updateScheduledMessage":"updateMessage",id:t.id,chatId:e.id,message:o}),l.a.localMessages[t.id]={...t,...o};const c=i&&i.map(u.n);await Object(r.e)(new s.Api.messages.EditMessage({message:n||"",entities:c,peer:Object(u.i)(e.id,e.accessHash),id:t.id,...a&&{scheduleDate:t.date}}),!0)}async function P({chat:e,message:t,scheduledAt:n}){await Object(r.e)(new s.Api.messages.EditMessage({peer:Object(u.i)(e.id,e.accessHash),id:t.id,scheduleDate:n}),!0)}async function C(t,n,i){const{filename:a,blobUrl:o,mimeType:c,quick:u,voice:l}=n,d=await Object(f.b)(o,a),p=e=>{i.isCanceled?p.isCanceled=!0:i(e,t.id)},g=await Object(r.g)(d,p),m=[new s.Api.DocumentAttributeFilename({fileName:a})];if(u){if(c.startsWith("image/"))return new s.Api.InputMediaUploadedPhoto({file:g});{const{width:e,height:t,duration:n}=u;void 0!==n&&m.push(new s.Api.DocumentAttributeVideo({duration:n,w:e,h:t}))}}if(l){const{duration:t,waveform:n}=l,{data:i}=Object(h.a)(n,63);m.push(new s.Api.DocumentAttributeAudio({voice:!0,duration:t,waveform:e.from(i)}))}return new s.Api.InputMediaUploadedDocument({file:g,mimeType:c,attributes:m})}async function S({chat:e,messageId:t,isUnpin:n,isOneSide:i,isSilent:a}){await Object(r.e)(new s.Api.messages.UpdatePinnedMessage({peer:Object(u.i)(e.id,e.accessHash),id:t,...n&&{unpin:!0},...i&&{pmOneside:!0},...a&&{silent:!0}}),!0)}async function M({chat:e}){await Object(r.e)(new s.Api.messages.UnpinAllMessages({peer:Object(u.i)(e.id,e.accessHash)}),!0)}async function k({chat:e,messageIds:t,shouldDeleteForAll:n}){const i="channel"===Object(u.s)(e.id);await Object(r.e)(i?new s.Api.channels.DeleteMessages({channel:Object(u.g)(e.id,e.accessHash),id:t}):new s.Api.messages.DeleteMessages({id:t,...n&&{revoke:!0}}))&&m({"@type":"deleteMessages",ids:t,...i&&{chatId:e.id}})}async function E({chat:e,messageIds:t}){await Object(r.e)(new s.Api.messages.DeleteScheduledMessages({peer:Object(u.i)(e.id,e.accessHash),id:t}))&&m({"@type":"deleteScheduledMessages",ids:t,chatId:e.id})}async function R({chat:e,shouldDeleteForAll:t,maxId:n}){const i="channel"===Object(u.s)(e.id);await Object(r.e)(i?new s.Api.channels.DeleteHistory({channel:Object(u.g)(e.id,e.accessHash),maxId:n}):new s.Api.messages.DeleteHistory({peer:Object(u.i)(e.id,e.accessHash),...t&&{revoke:!0},...!t&&{just_clear:!0},maxId:n}))&&m({"@type":"deleteHistory",chatId:e.id})}async function O({chat:e,threadId:t,maxId:n}){const a="channel"===Object(u.s)(e.id);a&&t===i.MAIN_THREAD_ID?await Object(r.e)(new s.Api.channels.ReadHistory({channel:Object(u.g)(e.id,e.accessHash),maxId:n})):a?await Object(r.e)(new s.Api.messages.ReadDiscussion({peer:Object(u.i)(e.id,e.accessHash),msgId:t,readMaxId:n})):await Object(r.e)(new s.Api.messages.ReadHistory({peer:Object(u.i)(e.id,e.accessHash),maxId:n})),t===i.MAIN_THREAD_ID?Object(g.t)(e):T({chat:e,threadId:t})}async function U({chat:e,messageIds:t}){const n="channel"===Object(u.s)(e.id);await Object(r.e)(n?new s.Api.channels.ReadMessageContents({channel:Object(u.g)(e.id,e.accessHash),id:t}):new s.Api.messages.ReadMessageContents({id:t})),m({...n?{"@type":"updateChannelMessages",channelId:e.id}:{"@type":"updateCommonBoxMessages"},ids:t,messageUpdate:{hasUnreadMention:!1,isMediaUnread:!1}})}async function T({chat:e,threadId:t}){const[n,i]=await Promise.all([Object(r.e)(new s.Api.messages.GetDiscussionMessage({peer:Object(u.i)(e.id,e.accessHash),msgId:t})),Object(r.e)(new s.Api.messages.GetReplies({peer:Object(u.i)(e.id,e.accessHash),msgId:t,limit:1}))]);if(!n||!n.messages.length)return;const a=Object(o.o)(n.messages[0]);if(!a)return;m({"@type":"updateThreadInfo",chatId:a,threadId:t,threadInfo:{topMessageId:n.messages[n.messages.length-1].id,lastReadInboxMessageId:n.readInboxMaxId,messagesCount:i instanceof s.Api.messages.ChannelMessages?i.count:void 0}});n.chats.map(e=>Object(d.d)(e)).filter(Boolean).forEach(e=>{m({"@type":"updateChat",id:e.id,chat:e})})}async function B({chatOrUser:e,type:t,query:n,topMessageId:i,minDate:a,maxDate:l,...d}){let f;switch(t){case"media":f=new s.Api.InputMessagesFilterPhotoVideo;break;case"documents":f=new s.Api.InputMessagesFilterDocument;break;case"links":f=new s.Api.InputMessagesFilterUrl;break;case"audio":f=new s.Api.InputMessagesFilterMusic;break;case"voice":f=new s.Api.InputMessagesFilterVoice;break;case"text":default:f=new s.Api.InputMessagesFilterEmpty}const p=await Object(r.e)(new s.Api.messages.Search({peer:Object(u.i)(e.id,e.accessHash),filter:f,q:n||"",topMsgId:i,minDate:a,maxDate:l,...d}));if(!p||p instanceof s.Api.messages.MessagesNotModified||!p.messages)return;z(p);const h=p.messages.map(o.b).filter(Boolean),g=p.users.map(c.a).filter(Boolean);let m,y=h.length;return(p instanceof s.Api.messages.MessagesSlice||p instanceof s.Api.messages.ChannelMessages)&&(y=p.count,h.length&&(m=h[h.length-1].id)),{messages:h,users:g,totalCount:y,nextOffsetId:m}}async function D({query:e,offsetRate:t=0,limit:n,type:i="text",minDate:u,maxDate:l}){let f;switch(i){case"media":f=new s.Api.InputMessagesFilterPhotoVideo;break;case"documents":f=new s.Api.InputMessagesFilterDocument;break;case"links":f=new s.Api.InputMessagesFilterUrl;break;case"audio":f=new s.Api.InputMessagesFilterMusic;break;case"voice":f=new s.Api.InputMessagesFilterVoice;break;case"text":default:if(!(e||l&&u))return;f=new s.Api.InputMessagesFilterEmpty}const p=await Object(r.e)(new s.Api.messages.SearchGlobal({q:e,offsetRate:t,offsetPeer:new s.Api.InputPeerEmpty,limit:n,filter:f,folderId:a.a,minDate:u,maxDate:l}));if(!p||p instanceof s.Api.messages.MessagesNotModified||!p.messages)return;z({chats:p.chats,users:p.users,messages:p.messages});const h=p.chats.map(e=>Object(d.d)(e)).filter(Boolean),g=p.users.map(c.a).filter(Boolean),m=p.messages.map(o.b).filter(Boolean);let y,b=m.length;return(p instanceof s.Api.messages.MessagesSlice||p instanceof s.Api.messages.ChannelMessages)&&(b=p.count,m.length&&(y=m[m.length-1].id)),{messages:m,users:g,chats:h,totalCount:b,nextRate:"nextRate"in p&&p.nextRate?p.nextRate:y}}async function x({message:e}){const t=await Object(r.e)(new s.Api.messages.GetWebPagePreview({message:e}));return t&&Object(o.n)(t)}async function j({chat:t,messageId:n,options:i}){const{id:a,accessHash:o}=t;await Object(r.e)(new s.Api.messages.SendVote({peer:Object(u.i)(a,o),msgId:n,options:i.map(t=>e.from(t))}),!0)}async function N({chat:t,messageId:n,option:i,offset:a,limit:o,shouldResetVoters:l}){const{id:d,accessHash:f}=t,p=await Object(r.e)(new s.Api.messages.GetPollVotes({peer:Object(u.i)(d,f),id:n,...i&&{option:e.from(i)},...a&&{offset:a},...o&&{limit:o}}));if(!p)return;z({chats:[],users:p.users,messages:[]});const h=p.users.map(c.a).filter(Boolean),g=p.votes.map(e=>({userId:e.userId,date:e.date}));return{count:p.count,votes:g,users:h,nextOffset:p.nextOffset,shouldResetVoters:l}}async function F({fromChat:e,toChat:t,messages:n}){const i=n.map(({id:e})=>e),a=n.map(u.r);n.forEach((e,n)=>{const s=Object(o.f)(t,e);l.a.localMessages[String(a[n])]=s,m({"@type":"newMessage",id:s.id,chatId:t.id,message:s})}),await Object(r.e)(new s.Api.messages.ForwardMessages({fromPeer:Object(u.i)(e.id,e.accessHash),toPeer:Object(u.i)(t.id,t.accessHash),randomId:a,id:i}),!0)}async function V({chat:e,timestamp:t}){const n=await Object(r.e)(new s.Api.messages.GetHistory({peer:Object(u.i)(e.id,e.accessHash),offsetDate:t,addOffset:-1,limit:1}));if(n&&!(n instanceof s.Api.messages.MessagesNotModified)&&n.messages&&n.messages.length)return n.messages[0].id}async function L({chat:e,hash:t=0}){const{id:n,accessHash:i}=e,a=await Object(r.e)(new s.Api.messages.GetScheduledHistory({peer:Object(u.i)(n,i),hash:t}));if(!a||a instanceof s.Api.messages.MessagesNotModified||!a.messages)return;z(a);const c=a.messages.map(o.b).filter(Boolean);return{messages:c,hash:Object(u.q)(c.map(e=>e.id))}}async function q({chat:e,ids:t}){const{id:n,accessHash:i}=e;await Object(r.e)(new s.Api.messages.SendScheduledMessages({peer:Object(u.i)(n,i),id:t}),!0)}function H({chat:e,message:t}){return Object(r.e)(new s.Api.channels.ExportMessageLink({id:t.id,channel:Object(u.g)(e.id,e.accessHash),...t.isInAlbum&&{grouped:!0},...t.threadInfo&&t.threadInfo.topMessageId!==t.id&&{thread:!0}}))}function z(e){e.users.forEach(e=>{e instanceof s.Api.User&&(l.a.users[e.id]=e)}),e.chats.forEach(e=>{(e instanceof s.Api.Chat||e instanceof s.Api.Channel)&&(l.a.chats[e.id]=e)}),e.messages.forEach(e=>{e instanceof s.Api.Message&&Object(u.t)(e)&&Object(p.a)(e)})}async function K({chat:e}){const t=await Object(r.e)(new s.Api.messages.Search({peer:Object(u.i)(e.id,e.accessHash),filter:new s.Api.InputMessagesFilterPinned,q:"",limit:a.s}));if(!t||t instanceof s.Api.messages.MessagesNotModified||!t.messages)return;z(t);return{messages:t.messages.map(o.b).filter(Boolean),users:t.users.map(c.a).filter(Boolean),chats:t.chats.map(e=>Object(d.d)(e)).filter(Boolean)}}}).call(this,n(11).Buffer)},function(e,t,n){"use strict";n.d(t,"b",(function(){return i})),n.d(t,"a",(function(){return a})),n.d(t,"c",(function(){return o}));var s=n(0);function i(e){const{about:t,commonChatsCount:n,pinnedMsgId:s,botInfo:i,notifySettings:{silent:r,muteUntil:o}}=e,c=r||"number"==typeof o&&Date.now()<1e3*o;return{...a(e.user),fullInfo:{bio:t,commonChatsCount:n,pinnedMessageId:s,isMuted:c,...i&&{botDescription:i.description}}}}function a(e){if(!(e instanceof s.Api.User))return;const{id:t,firstName:n,lastName:i}=e,a=e.photo instanceof s.Api.UserProfilePhoto?String(e.photo.photoId):void 0;return{id:t,isMin:Boolean(e.min),...e.self&&{isSelf:!0},...e.verified&&{isVerified:!0},...(e.contact||e.mutualContact)&&{isContact:!0},type:r(e),...n&&{firstName:n},...i&&{lastName:i},username:e.username||"",phoneNumber:e.phone||"",status:o(e.status),...e.accessHash&&{accessHash:String(e.accessHash)},...a&&{avatarHash:a}}}function r(e){return e.bot?"userTypeBot":e.deleted?"userTypeDeleted":"userTypeRegular"}function o(e){return!e||e instanceof s.Api.UserStatusEmpty?{type:"userStatusEmpty"}:e instanceof s.Api.UserStatusOnline?{type:"userStatusOnline",expires:e.expires}:e instanceof s.Api.UserStatusOffline?{type:"userStatusOffline",wasOnline:e.wasOnline}:e instanceof s.Api.UserStatusRecently?{type:"userStatusRecently"}:e instanceof s.Api.UserStatusLastWeek?{type:"userStatusLastWeek"}:{type:"userStatusLastMonth"}}},function(e,t,n){"use strict";function s(e,t){return e.reduce((e,n)=>(e[n[t]]=n,e),{})}function i(e,t){return t.reduce((t,n)=>(t[n]=e[n],t),{})}function a(e,t){return t.reduce((t,n)=>(e[n]&&(t[n]=e[n]),t),{})}n.d(t,"a",(function(){return s})),n.d(t,"b",(function(){return i})),n.d(t,"c",(function(){return a}))},function(e,t,n){(function(e){var s,i=function(e){"use strict";var t=1e7,n=9007199254740992,s=d(n),a="function"==typeof BigInt;function r(e,t,n,s){return void 0===e?r[0]:void 0!==t&&(10!=+t||n)?V(e,t,n,s):K(e)}function o(e,t){this.value=e,this.sign=t,this.isSmall=!1}function c(e){this.value=e,this.sign=e<0,this.isSmall=!0}function u(e){this.value=e}function l(e){return-n0?Math.floor(e):Math.ceil(e)}function m(e,n){var s,i,a=e.length,r=n.length,o=new Array(a),c=0,u=t;for(i=0;i=u?1:0,o[i]=s-c*u;for(;i0&&o.push(c),o}function y(e,t){return e.length>=t.length?m(e,t):m(t,e)}function b(e,n){var s,i,a=e.length,r=new Array(a),o=t;for(i=0;i0;)r[i++]=n%o,n=Math.floor(n/o);return r}function _(e,t){var n,s,i=e.length,a=t.length,r=new Array(i),o=0;for(n=0;n0;)r[i++]=c%o,c=Math.floor(c/o);return r}function I(e,t){for(var n=[];t-- >0;)n.push(0);return n.concat(e)}function P(e,n,s){return new o(e=0;--n)i=(a=1e7*i+e[n])-(s=g(a/t))*t,o[n]=0|s;return[o,0|i]}function M(e,n){var s,i=K(n);if(a)return[new u(e.value/i.value),new u(e.value%i.value)];var l,m=e.value,y=i.value;if(0===y)throw new Error("Cannot divide by zero");if(e.isSmall)return i.isSmall?[new c(g(m/y)),new c(m%y)]:[r[0],e];if(i.isSmall){if(1===y)return[e,r[0]];if(-1==y)return[e.negate(),r[0]];var b=Math.abs(y);if(b=0;i--){for(s=p-1,b[i+d]!==m&&(s=Math.floor((b[i+d]*p+b[i+d-1])/m)),a=0,r=0,c=_.length,o=0;oc&&(i=1e7*(i+1)),n=Math.ceil(i/a);do{if(k(r=A(t,n),l)<=0)break;n--}while(n);u.push(n),l=_(l,r)}return u.reverse(),[f(u),f(l)]}(m,y))[0];var I=e.sign!==i.sign,P=s[1],C=e.sign;return"number"==typeof l?(I&&(l=-l),l=new c(l)):l=new o(l,I),"number"==typeof P?(C&&(P=-P),P=new c(P)):P=new o(P,C),[l,P]}function k(e,t){if(e.length!==t.length)return e.length>t.length?1:-1;for(var n=e.length-1;n>=0;n--)if(e[n]!==t[n])return e[n]>t[n]?1:-1;return 0}function E(e){var t=e.abs();return!t.isUnit()&&(!!(t.equals(2)||t.equals(3)||t.equals(5))||!(t.isEven()||t.isDivisibleBy(3)||t.isDivisibleBy(5))&&(!!t.lesser(49)||void 0))}function R(e,t){for(var n,s,a,r=e.prev(),o=r,c=0;o.isEven();)o=o.divide(2),c++;e:for(s=0;s=0?s=_(e,t):(s=_(t,e),n=!n),"number"==typeof(s=f(s))?(n&&(s=-s),new c(s)):new o(s,n)}(n,s,this.sign)},o.prototype.minus=o.prototype.subtract,c.prototype.subtract=function(e){var t=K(e),n=this.value;if(n<0!==t.sign)return this.add(t.negate());var s=t.value;return t.isSmall?new c(n-s):w(s,Math.abs(n),n>=0)},c.prototype.minus=c.prototype.subtract,u.prototype.subtract=function(e){return new u(this.value-K(e).value)},u.prototype.minus=u.prototype.subtract,o.prototype.negate=function(){return new o(this.value,!this.sign)},c.prototype.negate=function(){var e=this.sign,t=new c(-this.value);return t.sign=!e,t},u.prototype.negate=function(){return new u(-this.value)},o.prototype.abs=function(){return new o(this.value,!1)},c.prototype.abs=function(){return new c(Math.abs(this.value))},u.prototype.abs=function(){return new u(this.value>=0?this.value:-this.value)},o.prototype.multiply=function(e){var n,s,i,a=K(e),c=this.value,u=a.value,l=this.sign!==a.sign;if(a.isSmall){if(0===u)return r[0];if(1===u)return this;if(-1===u)return this.negate();if((n=Math.abs(u))0?function e(t,n){var s=Math.max(t.length,n.length);if(s<=30)return v(t,n);s=Math.ceil(s/2);var i=t.slice(s),a=t.slice(0,s),r=n.slice(s),o=n.slice(0,s),c=e(a,o),u=e(i,r),l=e(y(a,i),y(o,r)),d=y(y(c,I(_(_(l,c),u),s)),I(u,2*s));return p(d),d}(c,u):v(c,u),l)},o.prototype.times=o.prototype.multiply,c.prototype._multiplyBySmall=function(e){return l(e.value*this.value)?new c(e.value*this.value):P(Math.abs(e.value),d(Math.abs(this.value)),this.sign!==e.sign)},o.prototype._multiplyBySmall=function(e){return 0===e.value?r[0]:1===e.value?this:-1===e.value?this.negate():P(Math.abs(e.value),this.value,this.sign!==e.sign)},c.prototype.multiply=function(e){return K(e)._multiplyBySmall(this)},c.prototype.times=c.prototype.multiply,u.prototype.multiply=function(e){return new u(this.value*K(e).value)},u.prototype.times=u.prototype.multiply,o.prototype.square=function(){return new o(C(this.value),!1)},c.prototype.square=function(){var e=this.value*this.value;return l(e)?new c(e):new o(C(d(Math.abs(this.value))),!1)},u.prototype.square=function(e){return new u(this.value*this.value)},o.prototype.divmod=function(e){var t=M(this,e);return{quotient:t[0],remainder:t[1]}},u.prototype.divmod=c.prototype.divmod=o.prototype.divmod,o.prototype.divide=function(e){return M(this,e)[0]},u.prototype.over=u.prototype.divide=function(e){return new u(this.value/K(e).value)},c.prototype.over=c.prototype.divide=o.prototype.over=o.prototype.divide,o.prototype.mod=function(e){return M(this,e)[1]},u.prototype.mod=u.prototype.remainder=function(e){return new u(this.value%K(e).value)},c.prototype.remainder=c.prototype.mod=o.prototype.remainder=o.prototype.mod,o.prototype.pow=function(e){var t,n,s,i=K(e),a=this.value,o=i.value;if(0===o)return r[1];if(0===a)return r[0];if(1===a)return r[1];if(-1===a)return i.isEven()?r[1]:r[-1];if(i.sign)return r[0];if(!i.isSmall)throw new Error("The exponent "+i.toString()+" is too large.");if(this.isSmall&&l(t=Math.pow(a,o)))return new c(g(t));for(n=this,s=r[1];!0&o&&(s=s.times(n),--o),0!==o;)o/=2,n=n.square();return s},c.prototype.pow=o.prototype.pow,u.prototype.pow=function(e){var t=K(e),n=this.value,s=t.value,i=BigInt(0),a=BigInt(1),o=BigInt(2);if(s===i)return r[1];if(n===i)return r[0];if(n===a)return r[1];if(n===BigInt(-1))return t.isEven()?r[1]:r[-1];if(t.isNegative())return new u(i);for(var c=this,l=r[1];(s&a)===a&&(l=l.times(c),--s),s!==i;)s/=o,c=c.square();return l},o.prototype.modPow=function(e,t){if(e=K(e),(t=K(t)).isZero())throw new Error("Cannot take modPow with modulus 0");var n=r[1],s=this.mod(t);for(e.isNegative()&&(e=e.multiply(r[-1]),s=s.modInv(t));e.isPositive();){if(s.isZero())return r[0];e.isOdd()&&(n=n.multiply(s).mod(t)),e=e.divide(2),s=s.square().mod(t)}return n},u.prototype.modPow=c.prototype.modPow=o.prototype.modPow,o.prototype.compareAbs=function(e){var t=K(e),n=this.value,s=t.value;return t.isSmall?1:k(n,s)},c.prototype.compareAbs=function(e){var t=K(e),n=Math.abs(this.value),s=t.value;return t.isSmall?n===(s=Math.abs(s))?0:n>s?1:-1:-1},u.prototype.compareAbs=function(e){var t=this.value,n=K(e).value;return(t=t>=0?t:-t)===(n=n>=0?n:-n)?0:t>n?1:-1},o.prototype.compare=function(e){if(e===1/0)return-1;if(e===-1/0)return 1;var t=K(e),n=this.value,s=t.value;return this.sign!==t.sign?t.sign?1:-1:t.isSmall?this.sign?-1:1:k(n,s)*(this.sign?-1:1)},o.prototype.compareTo=o.prototype.compare,c.prototype.compare=function(e){if(e===1/0)return-1;if(e===-1/0)return 1;var t=K(e),n=this.value,s=t.value;return t.isSmall?n==s?0:n>s?1:-1:n<0!==t.sign?n<0?-1:1:n<0?1:-1},c.prototype.compareTo=c.prototype.compare,u.prototype.compare=function(e){if(e===1/0)return-1;if(e===-1/0)return 1;var t=this.value,n=K(e).value;return t===n?0:t>n?1:-1},u.prototype.compareTo=u.prototype.compare,o.prototype.equals=function(e){return 0===this.compare(e)},u.prototype.eq=u.prototype.equals=c.prototype.eq=c.prototype.equals=o.prototype.eq=o.prototype.equals,o.prototype.notEquals=function(e){return 0!==this.compare(e)},u.prototype.neq=u.prototype.notEquals=c.prototype.neq=c.prototype.notEquals=o.prototype.neq=o.prototype.notEquals,o.prototype.greater=function(e){return this.compare(e)>0},u.prototype.gt=u.prototype.greater=c.prototype.gt=c.prototype.greater=o.prototype.gt=o.prototype.greater,o.prototype.lesser=function(e){return this.compare(e)<0},u.prototype.lt=u.prototype.lesser=c.prototype.lt=c.prototype.lesser=o.prototype.lt=o.prototype.lesser,o.prototype.greaterOrEquals=function(e){return this.compare(e)>=0},u.prototype.geq=u.prototype.greaterOrEquals=c.prototype.geq=c.prototype.greaterOrEquals=o.prototype.geq=o.prototype.greaterOrEquals,o.prototype.lesserOrEquals=function(e){return this.compare(e)<=0},u.prototype.leq=u.prototype.lesserOrEquals=c.prototype.leq=c.prototype.lesserOrEquals=o.prototype.leq=o.prototype.lesserOrEquals,o.prototype.isEven=function(){return 0==(1&this.value[0])},c.prototype.isEven=function(){return 0==(1&this.value)},u.prototype.isEven=function(){return(this.value&BigInt(1))===BigInt(0)},o.prototype.isOdd=function(){return 1==(1&this.value[0])},c.prototype.isOdd=function(){return 1==(1&this.value)},u.prototype.isOdd=function(){return(this.value&BigInt(1))===BigInt(1)},o.prototype.isPositive=function(){return!this.sign},c.prototype.isPositive=function(){return this.value>0},u.prototype.isPositive=c.prototype.isPositive,o.prototype.isNegative=function(){return this.sign},c.prototype.isNegative=function(){return this.value<0},u.prototype.isNegative=c.prototype.isNegative,o.prototype.isUnit=function(){return!1},c.prototype.isUnit=function(){return 1===Math.abs(this.value)},u.prototype.isUnit=function(){return this.abs().value===BigInt(1)},o.prototype.isZero=function(){return!1},c.prototype.isZero=function(){return 0===this.value},u.prototype.isZero=function(){return this.value===BigInt(0)},o.prototype.isDivisibleBy=function(e){var t=K(e);return!t.isZero()&&(!!t.isUnit()||(0===t.compareAbs(2)?this.isEven():this.mod(t).isZero()))},u.prototype.isDivisibleBy=c.prototype.isDivisibleBy=o.prototype.isDivisibleBy,o.prototype.isPrime=function(e){var t=E(this);if(void 0!==t)return t;var n=this.abs(),s=n.bitLength();if(s<=64)return R(n,[2,3,5,7,11,13,17,19,23,29,31,37]);for(var a=Math.log(2)*s.toJSNumber(),r=Math.ceil(!0===e?2*Math.pow(a,2):a),o=[],c=0;c-n?new c(e-1):new o(s,!0)},u.prototype.prev=function(){return new u(this.value-BigInt(1))};for(var O=[1];2*O[O.length-1]<=t;)O.push(2*O[O.length-1]);var U=O.length,T=O[U-1];function B(e){return Math.abs(e)<=t}function D(e,t,n){t=K(t);for(var s=e.isNegative(),a=t.isNegative(),r=s?e.not():e,o=a?t.not():t,c=0,u=0,l=null,d=null,f=[];!r.isZero()||!o.isZero();)c=(l=M(r,T))[1].toJSNumber(),s&&(c=T-1-c),u=(d=M(o,T))[1].toJSNumber(),a&&(u=T-1-u),r=l[0],o=d[0],f.push(n(c,u));for(var p=0!==n(s?1:0,a?1:0)?i(-1):i(0),h=f.length-1;h>=0;h-=1)p=p.multiply(T).add(i(f[h]));return p}o.prototype.shiftLeft=function(e){var t=K(e).toJSNumber();if(!B(t))throw new Error(String(t)+" is too large for shifting.");if(t<0)return this.shiftRight(-t);var n=this;if(n.isZero())return n;for(;t>=U;)n=n.multiply(T),t-=U-1;return n.multiply(O[t])},u.prototype.shiftLeft=function(e){return e=K(e),new u(this.value<=U;){if(s.isZero()||s.isNegative()&&s.isUnit())return s;s=(t=M(s,T))[1].isNegative()?t[0].prev():t[0],n-=U-1}return(t=M(s,O[n]))[1].isNegative()?t[0].prev():t[0]},u.prototype.shiftRight=function(e){return e=K(e),new u(this.value>>e.value)},c.prototype.shiftRight=o.prototype.shiftRight,o.prototype.not=function(){return this.negate().prev()},u.prototype.not=c.prototype.not=o.prototype.not,o.prototype.and=function(e){return D(this,e,(function(e,t){return e&t}))},u.prototype.and=c.prototype.and=o.prototype.and,o.prototype.or=function(e){return D(this,e,(function(e,t){return e|t}))},u.prototype.or=c.prototype.or=o.prototype.or,o.prototype.xor=function(e){return D(this,e,(function(e,t){return e^t}))},u.prototype.xor=c.prototype.xor=o.prototype.xor;function x(e){var n=e.value,s="number"==typeof n?n|1<<30:"bigint"==typeof n?n|BigInt(1<<30):n[0]+n[1]*t|1073758208;return s&-s}function j(e,t){return e=K(e),t=K(t),e.greater(t)?e:t}function N(e,t){return e=K(e),t=K(t),e.lesser(t)?e:t}function F(e,t){if(e=K(e).abs(),t=K(t).abs(),e.equals(t))return e;if(e.isZero())return t;if(t.isZero())return e;for(var n,s,i=r[1];e.isEven()&&t.isEven();)n=N(x(e),x(t)),e=e.divide(n),t=t.divide(n),i=i.multiply(n);for(;e.isEven();)e=e.divide(x(e));do{for(;t.isEven();)t=t.divide(x(t));e.greater(t)&&(s=t,t=e,e=s),t=t.subtract(e)}while(!t.isZero());return i.isUnit()?e:e.multiply(i)}o.prototype.bitLength=function(){var e=this;return e.compareTo(i(0))<0&&(e=e.negate().subtract(i(1))),0===e.compareTo(i(0))?i(0):i(function e(t,n){if(n.compareTo(t)<=0){var s=e(t,n.square(n)),a=s.p,r=s.e,o=a.multiply(n);return o.compareTo(t)<=0?{p:o,e:2*r+1}:{p:a,e:2*r}}return{p:i(1),e:0}}(e,i(2)).e).add(i(1))},u.prototype.bitLength=c.prototype.bitLength=o.prototype.bitLength;var V=function(e,t,n,s){n=n||"0123456789abcdefghijklmnopqrstuvwxyz",e=String(e),s||(e=e.toLowerCase(),n=n.toLowerCase());var i,a=e.length,r=Math.abs(t),o={};for(i=0;i=r)){if("1"===l&&1===r)continue;throw new Error(l+" is not a valid digit in base "+t+".")}}t=K(t);var c=[],u="-"===e[0];for(i=u?1:0;i"!==e[i]&&i=0;s--)i=i.add(e[s].times(a)),a=a.times(t);return n?i.negate():i}function q(e,t){if((t=i(t)).isZero()){if(e.isZero())return{value:[0],isNegative:!1};throw new Error("Cannot convert nonzero numbers to base 0.")}if(t.equals(-1)){if(e.isZero())return{value:[0],isNegative:!1};if(e.isNegative())return{value:[].concat.apply([],Array.apply(null,Array(-e.toJSNumber())).map(Array.prototype.valueOf,[1,0])),isNegative:!1};var n=Array.apply(null,Array(e.toJSNumber()-1)).map(Array.prototype.valueOf,[0,1]);return n.unshift([1]),{value:[].concat.apply([],n),isNegative:!1}}var s=!1;if(e.isNegative()&&t.isPositive()&&(s=!0,e=e.abs()),t.isUnit())return e.isZero()?{value:[0],isNegative:!1}:{value:Array.apply(null,Array(e.toJSNumber())).map(Number.prototype.valueOf,1),isNegative:s};for(var a,r=[],o=e;o.isNegative()||o.compareAbs(t)>=0;){a=o.divmod(t),o=a.quotient;var c=a.remainder;c.isNegative()&&(c=t.minus(c).abs(),o=o.next()),r.push(c.toJSNumber())}return r.push(o.toJSNumber()),{value:r.reverse(),isNegative:s}}function H(e,t,n){var s=q(e,t);return(s.isNegative?"-":"")+s.value.map((function(e){return function(e,t){return e<(t=t||"0123456789abcdefghijklmnopqrstuvwxyz").length?t[e]:"<"+e+">"}(e,n)})).join("")}function z(e){if(l(+e)){var t=+e;if(t===g(t))return a?new u(BigInt(t)):new c(t);throw new Error("Invalid integer: "+e)}var n="-"===e[0];n&&(e=e.slice(1));var s=e.split(/e/i);if(s.length>2)throw new Error("Invalid integer: "+s.join("e"));if(2===s.length){var i=s[1];if("+"===i[0]&&(i=i.slice(1)),(i=+i)!==g(i)||!l(i))throw new Error("Invalid integer: "+i+" is not a valid exponent.");var r=s[0],d=r.indexOf(".");if(d>=0&&(i-=r.length-d-1,r=r.slice(0,d)+r.slice(d+1)),i<0)throw new Error("Cannot include negative exponent part for integers");e=r+=new Array(i+1).join("0")}if(!/^([0-9][0-9]*)$/.test(e))throw new Error("Invalid integer: "+e);if(a)return new u(BigInt(n?"-"+e:e));for(var f=[],h=e.length,m=h-7;h>0;)f.push(+e.slice(m,h)),(m-=7)<0&&(m=0),h-=7;return p(f),new o(f,n)}function K(e){return"number"==typeof e?function(e){if(a)return new u(BigInt(e));if(l(e)){if(e!==g(e))throw new Error(e+" is not an integer.");return new c(e)}return z(e.toString())}(e):"string"==typeof e?z(e):"bigint"==typeof e?new u(e):e}o.prototype.toArray=function(e){return q(this,e)},c.prototype.toArray=function(e){return q(this,e)},u.prototype.toArray=function(e){return q(this,e)},o.prototype.toString=function(e,t){if(void 0===e&&(e=10),10!==e)return H(this,e,t);for(var n,s=this.value,i=s.length,a=String(s[--i]);--i>=0;)n=String(s[i]),a+="0000000".slice(n.length)+n;return(this.sign?"-":"")+a},c.prototype.toString=function(e,t){return void 0===e&&(e=10),10!=e?H(this,e,t):String(this.value)},u.prototype.toString=c.prototype.toString,u.prototype.toJSON=o.prototype.toJSON=c.prototype.toJSON=function(){return this.toString()},o.prototype.valueOf=function(){return parseInt(this.toString(),10)},o.prototype.toJSNumber=o.prototype.valueOf,c.prototype.valueOf=function(){return this.value},c.prototype.toJSNumber=c.prototype.valueOf,u.prototype.valueOf=u.prototype.toJSNumber=function(){return parseInt(this.toString(),10)};for(var G=0;G<1e3;G++)r[G]=K(G),G>0&&(r[-G]=K(-G));return r.one=r[1],r.zero=r[0],r.minusOne=r[-1],r.max=j,r.min=N,r.gcd=F,r.lcm=function(e,t){return e=K(e).abs(),t=K(t).abs(),e.divide(F(e,t)).multiply(t)},r.isInstance=function(e){return e instanceof o||e instanceof c||e instanceof u},r.randBetween=function(e,n,s){e=K(e),n=K(n);var i=s||Math.random,a=N(e,n),o=j(e,n).subtract(a).add(1);if(o.isSmall)return a.add(Math.floor(i()*o));for(var c=q(o,t).value,u=[],l=!0,d=0;d{r.resolve=e,r.reject=t})}function l(e=!1){return o({...y("authorizationStateWaitCode"),isCodeViaApp:e}),new Promise((e,t)=>{r.resolve=e,r.reject=t})}function d(e){return o({...y("authorizationStateWaitPassword"),hint:e}),new Promise(e=>{r.resolve=e})}function f(){return o(y("authorizationStateWaitRegistration")),new Promise(e=>{r.resolve=e})}function p(e){return o({...y("authorizationStateWaitQrCode"),qrCode:{token:btoa(String.fromCharCode(...e.token)).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,""),expires:e.expires}}),new Promise((e,t)=>{r.reject=t})}function h(e){let t;if(e instanceof s.errors.FloodWaitError){const n=Math.ceil(Number(e.seconds)/60/60);t="Too many attempts. Try again in "+(n>1?n+" hours":"an hour")}else t=a[e.message];t||(t="Unexpected Error",i.g&&console.error(e)),o({"@type":"updateAuthorizationError",message:t})}function g(e){o({...y("authorizationStateReady"),sessionId:e})}function m(e){o({"@type":"updateCurrentUser",currentUser:e})}function y(e){return{"@type":"updateAuthorizationState",authorizationState:e}}function b(e){r.resolve&&r.resolve(e)}function _(e){r.resolve&&r.resolve(e)}function w(e){r.resolve&&r.resolve(e)}function v(e){const{firstName:t,lastName:n}=e;r.resolve&&r.resolve([t,n])}function A(){r.reject&&r.reject(new Error("RESTART_AUTH"))}function I(){r.reject&&r.reject(new Error("RESTART_AUTH_WITH_QR"))}},function(e,t,n){"use strict";function s(e,t=!1,n="image/jpeg"){return`${t?"":`data:${n};base64,`}${btoa(String.fromCharCode(...e))}`}function i(e){if(!e)return;const{flags:t,CONSTRUCTOR_ID:n,SUBCLASS_OF_ID:s,className:i,classType:a,...r}=e;return r}n.d(t,"a",(function(){return s})),n.d(t,"b",(function(){return i}))},function(e,t,n){const s=n(6),{serializeBytes:i,serializeDate:a}=n(44);e.exports={constructors:s,requests:s,patched:null,serializeBytes:i,serializeDate:a}},function(e,t,n){(function(t){const{constructors:s}=n(18),i=(new RegExp("@|(?:https?:\\/\\/)?(?:www\\.)?(?:telegram\\.(?:me|dog)|t\\.me)\\/(@|joinchat\\/)?"),t.from("ffd8ffe000104a46494600010100000100010000ffdb004300281c1e231e19282321232d2b28303c64413c37373c7b585d4964918099968f808c8aa0b4e6c3a0aadaad8a8cc8ffcbdaeef5ffffff9bc1fffffffaffe6fdfff8ffdb0043012b2d2d3c353c76414176f8a58ca5f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8f8ffc00011080000000003012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00","hex")),a=t.from("ffd9","hex");new RegExp("tg:\\/\\/(join)\\?invite="),new RegExp("^([a-z]((?!__)[\\w\\d]){3,30}[a-z\\d]|gif|vid|pic|bing|wiki|imdb|bold|vote|like|coub)$");function r(e,t){throw new Error(`Cannot cast ${e.className} to any kind of ${t}`)}e.exports={getMessageId:function(e){if(null==e)return null;if("number"==typeof e)return e;if(2030045667===e.SUBCLASS_OF_ID)return e.id;throw new Error("Invalid message type: "+e.constructor.name)},getInputPeer:function e(t,n=!0,i=!0){if(void 0===t.SUBCLASS_OF_ID){if(n&&"inputEntity"in t)return t.inputEntity;if("entity"in t)return e(t.entity);r(t,"InputPeer")}if(3374092470===t.SUBCLASS_OF_ID)return t;if(t instanceof s.User){if(t.isSelf&&n)return new s.InputPeerSelf;if(void 0===t.accessHash&&i)throw new Error("User without accessHash or min info cannot be input");return new s.InputPeerUser({userId:t.id,accessHash:t.accessHash})}if(t instanceof s.Chat||t instanceof s.ChatEmpty||t instanceof s.ChatForbidden)return new s.InputPeerChat({chatId:t.id});if(t instanceof s.Channel){if(void 0===t.accessHash&&i)throw new TypeError("Channel without accessHash or min info cannot be input");return new s.InputPeerChannel({channelId:t.id,accessHash:t.accessHash})}return t instanceof s.ChannelForbidden?new s.InputPeerChannel({channelId:t.id,accessHash:t.accessHash}):t instanceof s.InputUser?new s.InputPeerUser({userId:t.userId,accessHash:t.accessHash}):t instanceof s.InputChannel?new s.InputPeerChannel({channelId:t.channelId,accessHash:t.accessHash}):t instanceof s.UserEmpty?new s.InputPeerEmpty:t instanceof s.UserFull?e(t.user):t instanceof s.ChatFull?new s.InputPeerChat({chatId:t.id}):t instanceof s.PeerChat?new s.InputPeerChat(t.chatId):void r(t,"InputPeer")},getDisplayName:function(e){return e instanceof s.User?e.lastName&&e.firstName?`${e.firstName} ${e.lastName}`:e.firstName?e.firstName:e.lastName?e.lastName:"":e instanceof s.Chat||e instanceof s.Channel?e.title:""},getAppropriatedPartSize:function(e){if(e<=104857600)return 128;if(e<=786432e3)return 256;if(e<=1572864e3)return 512;throw new Error("File size too large")},strippedPhotoToJpg:function(e){if(e.length<3||1!==e[0])return e;const n=t.from(i);return n[164]=e[1],n[166]=e[2],t.concat([n,e.slice(3),a])},getDC:function(e,t=!1){switch(e){case 1:return{id:1,ipAddress:"pluto.web.telegram.org",port:443};case 2:return{id:2,ipAddress:"venus.web.telegram.org",port:443};case 3:return{id:3,ipAddress:"aurora.web.telegram.org",port:443};case 4:return{id:4,ipAddress:"vesta.web.telegram.org",port:443};case 5:return{id:5,ipAddress:"flora.web.telegram.org",port:443};default:throw new Error("Cannot find the DC with the ID of "+e)}}}}).call(this,n(11).Buffer)},function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));var s=n(0),i=n(5),a=n(9);function r(e){const t=`${Object(a.o)(e)}-${e.id}`;i.a.messages[t]=e,e.media instanceof s.Api.MessageMediaDocument&&e.media.document instanceof s.Api.Document&&(i.a.documents[String(e.media.document.id)]=e.media.document)}},function(e,t,n){"use strict";n.d(t,"a",(function(){return o})),n.d(t,"b",(function(){return c})),n.d(t,"c",(function(){return u}));var s=n(0),i=n(4),a=n(24),r=n(5);function o(e){if(e instanceof s.Api.DocumentEmpty)return;const t=e.attributes.find(e=>e instanceof s.Api.DocumentAttributeSticker);if(!t)return;const n=e.attributes.find(e=>e instanceof s.Api.DocumentAttributeImageSize),r=t.stickerset,o=t.alt,c="application/x-tgsticker"===e.mimeType,u=e.thumbs&&e.thumbs.find(e=>e instanceof s.Api.PhotoCachedSize),l=e.thumbs&&e.thumbs.find(e=>e instanceof s.Api.PhotoPathSize),d=u?Object(a.a)(u):l&&n?Object(a.b)(l,n):void 0,{w:f,h:p}=u||n||{};return{id:String(e.id),stickerSetId:r.id?String(r.id):i.r,stickerSetAccessHash:String(r.accessHash),emoji:o,isAnimated:c,width:f,height:p,thumbnail:d}}function c(e){const{archived:t,animated:n,installedDate:s,id:i,accessHash:a,title:r,thumb:o,count:c,hash:u}=e;return{archived:t,isAnimated:n,installedDate:s,id:String(i),accessHash:String(a),title:r,hasThumbnail:Boolean(o),count:c,hash:u}}function u(e){const t=c(e.set),n=e instanceof s.Api.StickerSetMultiCovered?e.covers:[e.cover];return t.covers=[],n.forEach(e=>{if(e instanceof s.Api.Document){const n=o(e);n&&(t.covers.push(n),r.a.documents[String(e.id)]=e)}}),t}},function(e,t){class n extends Error{constructor(){super("The read operation was cancelled.")}}class s extends Error{constructor(e,t){super(`Could not find a matching Constructor ID for the TLObject that was supposed to be\n read with ID ${e}. Most likely, a TLObject was trying to be read when\n it should not be read. Remaining bytes: ${t.length}`),"undefined"!=typeof alert&&alert("Missing MTProto Entity: Please, make sure to add TL definition for ID "+e),this.invalidConstructorId=e,this.remaining=t}}class i extends Error{constructor(e,t){super(`Invalid checksum (${e} when ${t} was expected). This packet should be skipped.`),this.checksum=e,this.validChecksum=t}}class a extends Error{constructor(e){let t=null;4===e.length?(t=-e.readInt32LE(0),super(`Invalid response buffer (HTTP code ${t})`)):super(`Invalid response buffer (too short ${e})`),this.code=t,this.payload=e}}class r extends Error{constructor(...e){e.length||(e=["A security check failed."]),super(...e)}}class o extends Error{constructor(e,t){let n=o.ErrorMessages[t]||`Unknown error code (this should not happen): ${t}.`;n+=" Caused by "+e.className,super(n),this.message=n,this.code=t}}var c,u,l;l={16:"msg_id too low (most likely, client time is wrong it would be worthwhile to synchronize it using msg_id notifications and re-send the original message with the “correct” msg_id or wrap it in a container with a new msg_id if the original message had waited too long on the client to be transmitted).",17:"msg_id too high (similar to the previous case, the client time has to be synchronized, and the message re-sent with the correct msg_id).",18:"Incorrect two lower order msg_id bits (the server expects client message msg_id to be divisible by 4).",19:"Container msg_id is the same as msg_id of a previously received message (this must never happen).",20:"Message too old, and it cannot be verified whether the server has received a message with this msg_id or not.",32:"msg_seqno too low (the server has already received a message with a lower msg_id but with either a higher or an equal and odd seqno).",33:"msg_seqno too high (similarly, there is a message with a higher msg_id but with either a lower or an equal and odd seqno).",34:"An even msg_seqno expected (irrelevant message), but odd received.",35:"Odd msg_seqno expected (relevant message), but even received.",48:"Incorrect server salt (in this case, the bad_server_salt response is received with the correct salt, and the message is to be re-sent with it).",64:"Invalid container."},(u="ErrorMessages")in(c=o)?Object.defineProperty(c,u,{value:l,enumerable:!0,configurable:!0,writable:!0}):c[u]=l,e.exports={ReadCancelledError:n,TypeNotFoundError:s,InvalidChecksumError:i,InvalidBufferError:a,SecurityError:r,CdnFileTamperedError:class extends r{constructor(){super("The CDN file has been altered and its download cancelled.")}},BadMessageError:o}},function(e,t,n){"use strict";n.d(t,"b",(function(){return r})),n.d(t,"a",(function(){return o})),n.d(t,"c",(function(){return c})),n.d(t,"d",(function(){return u}));var s=n(0),i=n(9),a=n(14);function r(e){if(e instanceof s.Api.WallPaperNoFile)return;const{slug:t}=e,n=Object(i.a)(e.document);return n?{slug:t,document:n}:void 0}function o(e){return{isCurrent:Boolean(e.current),isOfficialApp:Boolean(e.officialApp),isPasswordPending:Boolean(e.passwordPending),hash:String(e.hash),...Object(a.b)(e,["deviceModel","platform","systemVersion","appName","appVersion","dateCreated","dateActive","ip","country","region"])}}function c(e){switch(e.className){case"PrivacyKeyPhoneNumber":return"phoneNumber";case"PrivacyKeyStatusTimestamp":return"lastSeen";case"PrivacyKeyProfilePhoto":return"profilePhoto";case"PrivacyKeyForwards":return"forwards";case"PrivacyKeyChatInvite":return"chatInvite"}}function u(e){let t,n,i,a,r;return e.forEach(e=>{e instanceof s.Api.PrivacyValueAllowAll?t=t||"everybody":e instanceof s.Api.PrivacyValueAllowContacts?t=t||"contacts":e instanceof s.Api.PrivacyValueDisallowContacts?t=t||"nonContacts":e instanceof s.Api.PrivacyValueDisallowAll?t=t||"nobody":e instanceof s.Api.PrivacyValueAllowUsers?n=e.users:e instanceof s.Api.PrivacyValueDisallowUsers?a=e.users:e instanceof s.Api.PrivacyValueAllowChatParticipants?i=e.chats.map(e=>-e):e instanceof s.Api.PrivacyValueDisallowChatParticipants&&(r=e.chats.map(e=>-e))}),t||(t="nobody"),{visibility:t,allowUserIds:n||[],allowChatIds:i||[],blockUserIds:a||[],blockChatIds:r||[]}}},function(e,t,n){"use strict";n.d(t,"c",(function(){return c})),n.d(t,"a",(function(){return u})),n.d(t,"b",(function(){return l}));var s=n(0),i=n(19),a=n(17);function r(e,t,n){return''.replace("{{path}}",function(e){let t="M";const n=e.length;for(let s=0;s=192?t+="AACAAAAHAAALMAAAQASTAVAAAZaacaaaahaaalmaaaqastava.az0123456789-,"[n-128-64]:(n>=128?t+=",":n>=64&&(t+="-"),t+=String(63&n))}return t+="z",t}(e)).replace("{{width}}",String(t)).replace("{{height}}",String(n))}const o={w:100,h:100};function c(e,t){if(!e||!e.length)return;const n=e.find(e=>e instanceof s.Api.PhotoStrippedSize);if(!n)return;const r=e.filter(e=>e instanceof s.Api.PhotoSize),{w:c,h:u}=r&&r.length?r[r.length-1]:o,{bytes:l}=n;return{dataUri:Object(a.a)(t&&"image/jpeg"!==t?l:Object(i.strippedPhotoToJpg)(l),void 0,t),width:c,height:u}}function u(e){const{w:t,h:n,bytes:s}=e;return{dataUri:Object(a.a)(s,void 0,"image/webp"),width:t,height:n}}function l(e,t){const{w:n,h:s}=t;return{dataUri:"data:image/svg+xml;utf8,"+r(e.bytes,n,s),width:n,height:s}}},function(e,t,n){const{TypeNotFoundError:s}=n(22),{coreObjects:i}=n(50),{tlobjects:a}=n(52),{readBigIntFromBuffer:r}=n(8);e.exports=class{constructor(e){this.stream=e,this._last=null,this.offset=0}readByte(){return this.read(1)[0]}readInt(e=!0){let t;return t=e?this.stream.readInt32LE(this.offset):this.stream.readUInt32LE(this.offset),this.offset+=4,t}readLong(e=!0){return this.readLargeInt(64,e)}readFloat(){return this.read(4).readFloatLE(0)}readDouble(){return this.read(8).readDoubleLE(0)}readLargeInt(e,t=!0){const n=this.read(Math.floor(e/8));return r(n,!0,t)}read(e=-1){-1===e&&(e=this.stream.length-this.offset);const t=this.stream.slice(this.offset,this.offset+e);if(this.offset+=e,t.length!==e)throw Error(`No more data left to read (need ${e}, got ${t.length}: ${t}); last read ${this._last}`);return this._last=t,t}getBuffer(){return this.stream}tgReadBytes(){const e=this.readByte();let t,n;254===e?(n=this.readByte()|this.readByte()<<8|this.readByte()<<16,t=n%4):(n=e,t=(n+1)%4);const s=this.read(n);return t>0&&(t=4-t,this.read(t)),s}tgReadString(){return this.tgReadBytes().toString("utf-8")}tgReadBool(){const e=this.readInt(!1);if(2574415285===e)return!0;if(3162085175===e)return!1;throw new Error("Invalid boolean code "+e.toString("16"))}tgReadDate(){const e=this.readInt();return new Date(1e3*e)}tgReadObject(){const e=this.readInt(!1);let t=a[e];if(void 0===t){if(2574415285===e)return!0;if(3162085175===e)return!1;if(481674261===e){const e=[],t=this.readInt();for(let n=0;ne instanceof s.Api.User).map(o.a).forEach(e=>{e&&h({"@type":"updateUser",id:e.id,user:e})}),n.filter(e=>e instanceof s.Api.Chat||e instanceof s.Api.Channel).map(e=>Object(r.d)(e)).forEach(e=>{e&&h({"@type":"updateChat",id:e.id,chat:e})})),e instanceof s.Api.UpdateNewScheduledMessage?h({"@type":m.has(t.id)?"updateScheduledMessage":"newScheduledMessage",id:t.id,chatId:t.chatId,message:t}):h({"@type":m.has(t.id)?"updateMessage":"newMessage",id:t.id,chatId:t.chatId,message:t}),e.message instanceof s.Api.MessageService){const{action:n}=e.message;if(n instanceof s.Api.MessageActionChatEditTitle)h({"@type":"updateChat",id:t.chatId,chat:{title:n.title}});else if(n instanceof s.Api.MessageActionChatEditPhoto){const s=Object(c.c)(n.photo),i=Object(r.e)(s),o=Math.abs(Object(a.o)(e.message));u.a.chats[o]&&(u.a.chats[o].photo=s),i&&h({"@type":"updateChat",id:t.chatId,chat:{avatarHash:i}})}else if(n instanceof s.Api.MessageActionChatDeletePhoto){const n=Math.abs(Object(a.o)(e.message));u.a.chats[n]&&(u.a.chats[n].photo=new s.Api.ChatPhotoEmpty),h({"@type":"updateChat",id:t.chatId,chat:{avatarHash:void 0}})}else n instanceof s.Api.MessageActionChatDeleteUser?e._entities&&e._entities.some(e=>e instanceof s.Api.User&&!!e.self&&e.id===n.userId)&&h({"@type":"updateChatLeave",id:t.chatId}):n instanceof s.Api.MessageActionChatAddUser&&e._entities&&e._entities.some(e=>e instanceof s.Api.User&&!!e.self&&n.users.includes(e.id))&&h({"@type":"updateChatJoin",id:t.chatId})}}else if(e instanceof s.Api.UpdateEditMessage||e instanceof s.Api.UpdateEditChannelMessage){if(e.message instanceof s.Api.MessageEmpty)return void(d.g&&console.error("Unexpected update:",e.className,e));e.message instanceof s.Api.Message&&Object(c.t)(e.message)&&Object(f.a)(e.message);const t=Object(a.b)(e.message);h({"@type":"updateMessage",id:t.id,chatId:t.chatId,message:t})}else if(e instanceof s.Api.UpdateDeleteMessages)h({"@type":"deleteMessages",ids:e.messages});else if(e instanceof s.Api.UpdateDeleteScheduledMessages)h({"@type":"deleteScheduledMessages",ids:e.messages,chatId:Object(r.j)(e.peer)});else if(e instanceof s.Api.UpdateDeleteChannelMessages){const t=Object(r.k)({channelId:e.channelId}),n=e.messages,s=n.filter(e=>u.a.messages[`${t}-${e}`]),i=n.filter(e=>!u.a.messages[`${t}-${e}`]);s.length&&h({"@type":"deleteMessages",ids:s,chatId:t}),i.length&&setTimeout(()=>{h({"@type":"deleteMessages",ids:i,chatId:t})},1e3)}else if((t instanceof s.Api.messages.SendMessage||t instanceof s.Api.messages.SendMedia||t instanceof s.Api.messages.SendMultiMedia||t instanceof s.Api.messages.ForwardMessages)&&(e instanceof s.Api.UpdateMessageID||e instanceof s.Api.UpdateShortSentMessage)){let n;"randomId"in e?n=e.randomId:"randomId"in t&&(n=t.randomId);const i=n&&u.a.localMessages[n.toString()];if(!i)throw new Error("Local message not found");let r;if(e instanceof s.Api.UpdateShortSentMessage){i.content.text&&e.entities&&(r={text:Object(a.j)(i.content.text.text,e.entities)}),e.media&&(r={...r,...Object(a.i)(e.media)});const t=Object(c.m)(e.id,i.chatId,e);Object(c.t)(t)&&Object(f.a)(t)}m.add(e.id);const o="date"in e&&1e3*e.dateString.fromCharCode(...e))});else if(e instanceof s.Api.UpdateChannelMessageViews)h({"@type":"updateMessage",chatId:Object(r.k)({channelId:e.channelId}),id:e.id,message:{views:e.views}});else if(e instanceof s.Api.UpdateReadHistoryInbox)h({"@type":"updateChatInbox",id:Object(r.k)(e.peer),chat:{lastReadInboxMessageId:e.maxId,unreadCount:e.stillUnreadCount}});else if(e instanceof s.Api.UpdateReadHistoryOutbox)h({"@type":"updateChat",id:Object(r.k)(e.peer),chat:{lastReadOutboxMessageId:e.maxId}});else if(e instanceof s.Api.UpdateReadChannelInbox)h({"@type":"updateChat",id:Object(r.k)({channelId:e.channelId}),chat:{lastReadInboxMessageId:e.maxId,unreadCount:e.stillUnreadCount}});else if(e instanceof s.Api.UpdateReadChannelOutbox)h({"@type":"updateChat",id:Object(r.k)({channelId:e.channelId}),chat:{lastReadOutboxMessageId:e.maxId}});else if(e instanceof s.Api.UpdateDialogPinned&&e.peer instanceof s.Api.DialogPeer)h({"@type":"updateChatPinned",id:Object(r.k)(e.peer.peer),isPinned:e.pinned||!1});else if(e instanceof s.Api.UpdatePinnedDialogs){const t=e.order?e.order.filter(e=>e instanceof s.Api.DialogPeer).map(e=>Object(r.k)(e.peer)):[];h({"@type":"updatePinnedChatIds",ids:t,folderId:e.folderId||void 0})}else if(e instanceof s.Api.UpdateFolderPeers)e.folderPeers.forEach(e=>{const{folderId:t,peer:n}=e;h({"@type":"updateChatListType",id:Object(r.k)(n),folderId:t})});else if(e instanceof s.Api.UpdateDialogFilter){const{id:t,filter:n}=e,s=n?Object(r.a)(n):void 0;h({"@type":"updateChatFolder",id:t,folder:s})}else if(e instanceof s.Api.UpdateDialogFilterOrder)h({"@type":"updateChatFoldersOrder",orderedIds:e.order});else if(e instanceof s.Api.UpdateChatParticipants){const t=Object(r.h)(e.participants);h({"@type":"updateChatMembers",id:Object(r.k)({chatId:e.participants.chatId}),replacedMembers:t})}else if(e instanceof s.Api.UpdateChatParticipantAdd){const t=Object(r.g)(Object(i.b)(e,["userId","inviterId","date"]));h({"@type":"updateChatMembers",id:Object(r.k)({chatId:e.chatId}),addedMember:t})}else if(e instanceof s.Api.UpdateChatParticipantDelete){const{userId:t}=e;h({"@type":"updateChatMembers",id:Object(r.k)({chatId:e.chatId}),deletedMemberId:t})}else if(e instanceof s.Api.UpdatePinnedMessages||e instanceof s.Api.UpdatePinnedChannelMessages){const t=e instanceof s.Api.UpdatePinnedMessages?e.peer:{channelId:e.channelId},n=Object(r.k)(t);h({"@type":"updatePinnedIds",chatId:n,messageIds:e.messages,isPinned:e.pinned})}else if(e instanceof s.Api.UpdateNotifySettings&&e.peer instanceof s.Api.NotifyPeer){const{silent:t,muteUntil:n}=e.notifySettings;h({"@type":"updateChat",id:Object(r.k)(e.peer.peer),chat:{isMuted:t||"number"==typeof n&&Date.now()<1e3*n}})}else if(e instanceof s.Api.UpdateUserTyping||e instanceof s.Api.UpdateChatUserTyping){const t=e instanceof s.Api.UpdateUserTyping?e.userId:Object(r.k)({chatId:e.chatId});h({"@type":"updateChatTypingStatus",id:t,typingStatus:Object(r.i)(e)})}else if(e instanceof s.Api.UpdateChannelUserTyping){const t=Object(r.k)({channelId:e.channelId});h({"@type":"updateChatTypingStatus",id:t,typingStatus:Object(r.i)(e)})}else if(e instanceof s.Api.UpdateChannel){const{_entities:t}=e;if(!t)return;const n=t.find(e=>e instanceof s.Api.Channel||e instanceof s.Api.ChannelForbidden);if(n instanceof s.Api.Channel){const t=Object(r.d)(n);t&&(h({"@type":"updateChat",id:t.id,chat:t}),h({"@type":t.isNotJoined?"updateChatLeave":"updateChatJoin",id:Object(r.k)({channelId:e.channelId})}))}else if(n instanceof s.Api.ChannelForbidden){const t=Object(r.k)({channelId:e.channelId});h({"@type":"updateChat",id:t,chat:{isRestricted:!0}}),h({"@type":"updateChatLeave",id:t})}else 0===t.length&&h({"@type":"resetMessages",id:Object(r.k)({chatId:e.channelId})})}else if(e instanceof s.Api.UpdateDialogUnreadMark&&e.peer instanceof s.Api.DialogPeer)h({"@type":"updateChat",id:Object(r.k)(e.peer.peer),chat:{hasUnreadMark:e.unread}});else if(e instanceof s.Api.UpdateChatDefaultBannedRights)h({"@type":"updateChat",id:Object(r.k)(e.peer),chat:{defaultBannedRights:Object(l.b)(e.defaultBannedRights)}});else if(e instanceof s.Api.UpdateUserStatus){const{userId:t,status:n}=e;h({"@type":"updateUserStatus",userId:t,status:Object(o.c)(n)})}else if(e instanceof s.Api.UpdateUserName){const t=u.a.users[e.userId],n=t&&t.mutualContact&&!t.self?Object(i.b)(e,["username"]):Object(i.b)(e,["firstName","lastName","username"]);h({"@type":"updateUser",id:e.userId,user:n})}else if(e instanceof s.Api.UpdateUserPhoto){const{userId:t,photo:n}=e,s=Object(r.e)(n);u.a.users[t]&&(u.a.users[t].photo=n),h({"@type":"updateUser",id:t,user:{avatarHash:s}})}else if(e instanceof s.Api.UpdateUserPhone){const{userId:t,phone:n}=e;h({"@type":"updateUser",id:t,user:{phoneNumber:n}})}else if(e instanceof s.Api.UpdatePeerSettings){const{_entities:t}=e;if(!t)return;t&&t.length&&(t.filter(e=>e instanceof s.Api.User&&!e.contact).forEach(e=>{h({"@type":"deleteUser",id:e.id})}),t.filter(e=>e instanceof s.Api.User&&e.contact).map(o.a).forEach(e=>{e&&h({"@type":"updateUser",id:e.id,user:e})}))}else if(e instanceof s.Api.UpdateNotifySettings){const{notifySettings:{showPreviews:t,silent:n,muteUntil:s},peer:{className:i}}=e,a="NotifyUsers"===i?"contact":"NotifyChats"===i?"group":"NotifyBroadcasts"===i?"broadcast":void 0;if(!a)return;h({"@type":"updateNotifySettings",peerType:a,isSilent:Boolean(n||"number"==typeof s&&Date.now()<1e3*s),isShowPreviews:Boolean(t)})}else if(e instanceof s.Api.UpdatePeerBlocked)h({"@type":"updatePeerBlocked",id:Object(r.k)(e.peerId),isBlocked:e.blocked});else if(e instanceof s.Api.UpdatePrivacy){const t=Object(p.c)(e.key);t&&h({"@type":"updatePrivacy",key:t,rules:Object(p.d)(e.rules)})}else if(e instanceof s.Api.UpdateContactsReset)h({"@type":"updateResetContactList"});else if(e instanceof s.Api.UpdateFavedStickers)h({"@type":"updateFavoriteStickers"});else if(d.g){const t="object"==typeof e&&"className"in e?e.className:e;console.warn("[GramJs/updater] Unexpected update:",t)}}},function(e,t,n){const{RPCError:s}=n(37),{rpcErrorRe:i}=n(47);e.exports={RPCMessageToError:function(e,t){for(const[n,s]of i){const i=e.errorMessage.match(n);if(i){return new s({request:t,capture:2===i.length?parseInt(i[1]):null})}}return new s(e.errorMessage,t)},...n(22),...n(37),...n(47)}},function(e,t,n){"use strict";function s(e,t,n=!0){let s,i,a;return(...r)=>{i=!0,a=r,s||(n&&(i=!1,e(...a)),s=self.setInterval(()=>{if(!i)return self.clearInterval(s),void(s=void 0);i=!1,e(...a)},t))}}function i(e){return a(r,e)}function a(e,t){let n,s=!1;return(...i)=>{n=i,s||(s=!0,e(()=>{s=!1,t(...n)}))}}function r(e){Promise.resolve().then(e)}n.d(t,"b",(function(){return s})),n.d(t,"c",(function(){return i})),n.d(t,"a",(function(){return o}));const o=e=>new Promise(t=>{setTimeout(()=>t(),e)})},function(e,t,n){(function(t){const s=n(15),{constructors:i}=(n(61),n(18)),{readBigIntFromBuffer:a,readBufferFromBigInt:r,sha256:o,bigIntMod:c,modExp:u,generateRandomBytes:l}=n(8),d=n(36);function f(e,n){if(!t.from([199,28,174,185,198,177,201,4,142,108,82,47,112,241,63,115,152,13,64,35,142,62,33,193,73,52,208,55,86,61,147,15,72,25,138,10,167,193,64,88,34,148,147,210,37,48,244,219,250,51,111,110,10,201,37,19,149,67,174,212,76,206,124,55,32,253,81,246,148,88,112,90,198,140,212,254,107,107,19,171,220,151,70,81,41,105,50,132,84,241,143,175,140,89,95,100,36,119,254,150,187,42,148,29,91,205,29,74,200,204,73,136,7,8,250,155,55,142,60,79,58,144,96,190,230,124,249,164,164,166,149,129,16,81,144,126,22,39,83,181,107,15,107,65,13,186,116,216,168,75,42,20,179,20,78,14,241,40,71,84,253,23,237,149,13,89,101,180,185,221,70,88,45,177,23,141,22,156,107,196,101,176,214,255,156,163,146,143,239,91,154,228,228,24,252,21,232,62,190,160,248,127,169,255,94,237,112,5,13,237,40,73,244,123,249,89,217,86,133,12,233,41,133,31,13,129,21,246,53,177,5,238,46,78,21,208,75,36,84,191,111,79,173,240,52,177,4,3,17,156,216,227,185,47,204,91]).equals(e)||![3,4,5,7].includes(n))throw new Error("Changing passwords unsupported")}function p(e){return t.concat([t.alloc(256-e.length),e])}function h(e){return r(e,256,!1)}function g(e,t){const n=t.subtract(e);return!(n.lesser(s(0))||n.bitLength()<1984||e.bitLength()<1984||Math.floor((e.bitLength()+7)/8)>256)}function m(e,t){const n=Math.min(e.length,t.length);for(let s=0;s{for(;;){const e=l(256),n=a(e,!1),i=u(s(_),n,b);if(g(i,b)){const e=h(i),r=a(await o(t.concat([e,P])),!1);if(r.greater(s(0)))return[n,e,r]}}})(),O=c(w.subtract(M),b);if(!g(O,b))throw new Error("bad gB");const U=R.multiply(v),T=k.add(U),B=u(O,T,b),[D,x,j,N,F]=await Promise.all([o(h(B)),o(A),o(I),o(r.salt1),o(r.salt2)]),V=await o(t.concat([m(x,j),N,F,E,P,D]));return new i.InputCheckPasswordSRP({srpId:e.srpId,A:t.from(E),M1:V})},computeDigest:async function(e,t){try{f(e.p,e.g)}catch(e){throw new Error("bad p/g in password")}return h(u(s(e.g),a(await y(e,t),!1),a(e.p,!1)))}}}).call(this,n(11).Buffer)},function(e,t,n){n(19),n(18).constructors;const s=n(48);e.exports=class extends s{constructor(){super(),this._serverAddress=null,this._dcId=0,this._port=null,this._takeoutId=null,this._entities=new Set,this._updateStates={}}setDC(e,t,n){this._dcId=0|e,this._serverAddress=t,this._port=n}get dcId(){return this._dcId}get serverAddress(){return this._serverAddress}get port(){return this._port}get authKey(){return this._authKey}set authKey(e){this._authKey=e}}},function(e,t,n){(function(t){function s(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const{serializeBytes:i}=n(18),{inflate:a}=n(42);class r{constructor(e){this.data=e,this.CONSTRUCTOR_ID=812830625,this.classType="constructor"}static async gzipIfSmaller(e,t){if(e&&t.length>512){const e=await new r(t).toBytes();if(e.length{const s=new FileReader;s.onload=e=>{const{result:s}=e.target||{};"string"==typeof s&&t(s),n(new Error("Failed to read blob"))},s.onerror=n,s.readAsDataURL(e)})}async function a(e,t){return function(e,t){return new File([e],t,{lastModified:Date.now(),type:e.type})}(await async function(e){return(await fetch(e)).blob()}(e),t)}},function(e,t,n){(function(t){const s=n(45).default,{i2ab:i,ab2i:a}=n(76),{getWords:r}=n(77);class o{constructor(e){this.setBytes(e)}setBytes(e){e=t.from(e),this._counter=e}increment(){for(let e=15;e>=0;e--){if(255!==this._counter[e]){this._counter[e]++;break}this._counter[e]=0}}}class c{constructor(e,t){t instanceof o||(t=new o(t)),this._counter=t,this._remainingCounter=null,this._remainingCounterIndex=16,this._aes=new s(r(e))}update(e){return this.encrypt(e)}encrypt(e){const n=t.from(e);for(let e=0;e=252?6:o>=248?5:o>=240?4:o>=224?3:o>=192?2:1;function c(e,t){if(t<65534&&(e.subarray&&a||!e.subarray&&i))return String.fromCharCode.apply(null,s.shrinkBuf(e,t));for(var n="",r=0;r>>6,t[r++]=128|63&n):n<65536?(t[r++]=224|n>>>12,t[r++]=128|n>>>6&63,t[r++]=128|63&n):(t[r++]=240|n>>>18,t[r++]=128|n>>>12&63,t[r++]=128|n>>>6&63,t[r++]=128|63&n);return t},n.buf2binstring=function(e){return c(e,e.length)},n.binstring2buf=function(e){for(var t=new s.Buf8(e.length),n=0,i=t.length;n4)u[s++]=65533,n+=a-1;else{for(i&=2===a?31:3===a?15:7;a>1&&n1?u[s++]=65533:i<65536?u[s++]=i:(i-=65536,u[s++]=55296|i>>10&1023,u[s++]=56320|1023&i)}return c(u,s)},n.utf8border=function(e,t){var n;for((t=t||e.length)>e.length&&(t=e.length),n=t-1;n>=0&&128==(192&e[n]);)n--;return n<0||0===n?t:n+r[e[n]]>t?n:t}},{"./common":1}],3:[function(e,t,n){"use strict";t.exports=function(e,t,n,s){for(var i=65535&e|0,a=e>>>16&65535|0,r=0;0!==n;){n-=r=n>2e3?2e3:n;do{a=a+(i=i+t[s++]|0)|0}while(--r);i%=65521,a%=65521}return i|a<<16|0}},{}],4:[function(e,t,n){"use strict";t.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},{}],5:[function(e,t,n){"use strict";var s=function(){for(var e,t=[],n=0;n<256;n++){e=n;for(var s=0;s<8;s++)e=1&e?3988292384^e>>>1:e>>>1;t[n]=e}return t}();t.exports=function(e,t,n,i){var a=s,r=i+n;e^=-1;for(var o=i;o>>8^a[255&(e^t[o])];return-1^e}},{}],6:[function(e,t,n){"use strict";t.exports=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}},{}],7:[function(e,t,n){"use strict";t.exports=function(e,t){var n,s,i,a,r,o,c,u,l,d,f,p,h,g,m,y,b,_,w,v,A,I,P,C,S;n=e.state,s=e.next_in,C=e.input,i=s+(e.avail_in-5),a=e.next_out,S=e.output,r=a-(t-e.avail_out),o=a+(e.avail_out-257),c=n.dmax,u=n.wsize,l=n.whave,d=n.wnext,f=n.window,p=n.hold,h=n.bits,g=n.lencode,m=n.distcode,y=(1<>>=w=_>>>24,h-=w,0==(w=_>>>16&255))S[a++]=65535&_;else{if(!(16&w)){if(0==(64&w)){_=g[(65535&_)+(p&(1<>>=w,h-=w),h<15&&(p+=C[s++]<>>=w=_>>>24,h-=w,!(16&(w=_>>>16&255))){if(0==(64&w)){_=m[(65535&_)+(p&(1<c){e.msg="invalid distance too far back",n.mode=30;break e}if(p>>>=w,h-=w,A>(w=a-r)){if((w=A-w)>l&&n.sane){e.msg="invalid distance too far back",n.mode=30;break e}if(I=0,P=f,0===d){if(I+=u-w,w2;)S[a++]=P[I++],S[a++]=P[I++],S[a++]=P[I++],v-=3;v&&(S[a++]=P[I++],v>1&&(S[a++]=P[I++]))}else{I=a-A;do{S[a++]=S[I++],S[a++]=S[I++],S[a++]=S[I++],v-=3}while(v>2);v&&(S[a++]=S[I++],v>1&&(S[a++]=S[I++]))}break}}break}}while(s>3,p&=(1<<(h-=v<<3))-1,e.next_in=s,e.next_out=a,e.avail_in=s>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24)}function u(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new s.Buf16(320),this.work=new s.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function l(e){var t;return e&&e.state?(t=e.state,e.total_in=e.total_out=t.total=0,e.msg="",t.wrap&&(e.adler=1&t.wrap),t.mode=1,t.last=0,t.havedict=0,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new s.Buf32(852),t.distcode=t.distdyn=new s.Buf32(592),t.sane=1,t.back=-1,0):-2}function d(e){var t;return e&&e.state?((t=e.state).wsize=0,t.whave=0,t.wnext=0,l(e)):-2}function f(e,t){var n,s;return e&&e.state?(s=e.state,t<0?(n=0,t=-t):(n=1+(t>>4),t<48&&(t&=15)),t&&(t<8||t>15)?-2:(null!==s.window&&s.wbits!==t&&(s.window=null),s.wrap=n,s.wbits=t,d(e))):-2}function p(e,t){var n,s;return e?(s=new u,e.state=s,s.window=null,0!==(n=f(e,t))&&(e.state=null),n):-2}var h,g,m=!0;function y(e){if(m){var t;for(h=new s.Buf32(512),g=new s.Buf32(32),t=0;t<144;)e.lens[t++]=8;for(;t<256;)e.lens[t++]=9;for(;t<280;)e.lens[t++]=7;for(;t<288;)e.lens[t++]=8;for(o(1,e.lens,0,288,h,0,e.work,{bits:9}),t=0;t<32;)e.lens[t++]=5;o(2,e.lens,0,32,g,0,e.work,{bits:5}),m=!1}e.lencode=h,e.lenbits=9,e.distcode=g,e.distbits=5}function b(e,t,n,i){var a,r=e.state;return null===r.window&&(r.wsize=1<=r.wsize?(s.arraySet(r.window,t,n-r.wsize,r.wsize,0),r.wnext=0,r.whave=r.wsize):((a=r.wsize-r.wnext)>i&&(a=i),s.arraySet(r.window,t,n-i,a,r.wnext),(i-=a)?(s.arraySet(r.window,t,n-i,i,0),r.wnext=i,r.whave=r.wsize):(r.wnext+=a,r.wnext===r.wsize&&(r.wnext=0),r.whave>>8&255,n.check=a(n.check,D,2,0),g=0,m=0,n.mode=2;break}if(n.flags=0,n.head&&(n.head.done=!1),!(1&n.wrap)||(((255&g)<<8)+(g>>8))%31){e.msg="incorrect header check",n.mode=30;break}if(8!=(15&g)){e.msg="unknown compression method",n.mode=30;break}if(m-=4,R=8+(15&(g>>>=4)),0===n.wbits)n.wbits=R;else if(R>n.wbits){e.msg="invalid window size",n.mode=30;break}n.dmax=1<>8&1),512&n.flags&&(D[0]=255&g,D[1]=g>>>8&255,n.check=a(n.check,D,2,0)),g=0,m=0,n.mode=3;case 3:for(;m<32;){if(0===p)break e;p--,g+=u[d++]<>>8&255,D[2]=g>>>16&255,D[3]=g>>>24&255,n.check=a(n.check,D,4,0)),g=0,m=0,n.mode=4;case 4:for(;m<16;){if(0===p)break e;p--,g+=u[d++]<>8),512&n.flags&&(D[0]=255&g,D[1]=g>>>8&255,n.check=a(n.check,D,2,0)),g=0,m=0,n.mode=5;case 5:if(1024&n.flags){for(;m<16;){if(0===p)break e;p--,g+=u[d++]<>>8&255,n.check=a(n.check,D,2,0)),g=0,m=0}else n.head&&(n.head.extra=null);n.mode=6;case 6:if(1024&n.flags&&((v=n.length)>p&&(v=p),v&&(n.head&&(R=n.head.extra_len-n.length,n.head.extra||(n.head.extra=new Array(n.head.extra_len)),s.arraySet(n.head.extra,u,d,v,R)),512&n.flags&&(n.check=a(n.check,u,v,d)),p-=v,d+=v,n.length-=v),n.length))break e;n.length=0,n.mode=7;case 7:if(2048&n.flags){if(0===p)break e;v=0;do{R=u[d+v++],n.head&&R&&n.length<65536&&(n.head.name+=String.fromCharCode(R))}while(R&&v>9&1,n.head.done=!0),e.adler=n.check=0,n.mode=12;break;case 10:for(;m<32;){if(0===p)break e;p--,g+=u[d++]<>>=7&m,m-=7&m,n.mode=27;break}for(;m<3;){if(0===p)break e;p--,g+=u[d++]<>>=1)){case 0:n.mode=14;break;case 1:if(y(n),n.mode=20,6===t){g>>>=2,m-=2;break e}break;case 2:n.mode=17;break;case 3:e.msg="invalid block type",n.mode=30}g>>>=2,m-=2;break;case 14:for(g>>>=7&m,m-=7&m;m<32;){if(0===p)break e;p--,g+=u[d++]<>>16^65535)){e.msg="invalid stored block lengths",n.mode=30;break}if(n.length=65535&g,g=0,m=0,n.mode=15,6===t)break e;case 15:n.mode=16;case 16:if(v=n.length){if(v>p&&(v=p),v>h&&(v=h),0===v)break e;s.arraySet(l,u,d,v,f),p-=v,d+=v,h-=v,f+=v,n.length-=v;break}n.mode=12;break;case 17:for(;m<14;){if(0===p)break e;p--,g+=u[d++]<>>=5,m-=5,n.ndist=1+(31&g),g>>>=5,m-=5,n.ncode=4+(15&g),g>>>=4,m-=4,n.nlen>286||n.ndist>30){e.msg="too many length or distance symbols",n.mode=30;break}n.have=0,n.mode=18;case 18:for(;n.have>>=3,m-=3}for(;n.have<19;)n.lens[x[n.have++]]=0;if(n.lencode=n.lendyn,n.lenbits=7,U={bits:n.lenbits},O=o(0,n.lens,0,19,n.lencode,0,n.work,U),n.lenbits=U.bits,O){e.msg="invalid code lengths set",n.mode=30;break}n.have=0,n.mode=19;case 19:for(;n.have>>16&255,S=65535&B,!((P=B>>>24)<=m);){if(0===p)break e;p--,g+=u[d++]<>>=P,m-=P,n.lens[n.have++]=S;else{if(16===S){for(T=P+2;m>>=P,m-=P,0===n.have){e.msg="invalid bit length repeat",n.mode=30;break}R=n.lens[n.have-1],v=3+(3&g),g>>>=2,m-=2}else if(17===S){for(T=P+3;m>>=P)),g>>>=3,m-=3}else{for(T=P+7;m>>=P)),g>>>=7,m-=7}if(n.have+v>n.nlen+n.ndist){e.msg="invalid bit length repeat",n.mode=30;break}for(;v--;)n.lens[n.have++]=R}}if(30===n.mode)break;if(0===n.lens[256]){e.msg="invalid code -- missing end-of-block",n.mode=30;break}if(n.lenbits=9,U={bits:n.lenbits},O=o(1,n.lens,0,n.nlen,n.lencode,0,n.work,U),n.lenbits=U.bits,O){e.msg="invalid literal/lengths set",n.mode=30;break}if(n.distbits=6,n.distcode=n.distdyn,U={bits:n.distbits},O=o(2,n.lens,n.nlen,n.ndist,n.distcode,0,n.work,U),n.distbits=U.bits,O){e.msg="invalid distances set",n.mode=30;break}if(n.mode=20,6===t)break e;case 20:n.mode=21;case 21:if(p>=6&&h>=258){e.next_out=f,e.avail_out=h,e.next_in=d,e.avail_in=p,n.hold=g,n.bits=m,r(e,w),f=e.next_out,l=e.output,h=e.avail_out,d=e.next_in,u=e.input,p=e.avail_in,g=n.hold,m=n.bits,12===n.mode&&(n.back=-1);break}for(n.back=0;C=(B=n.lencode[g&(1<>>16&255,S=65535&B,!((P=B>>>24)<=m);){if(0===p)break e;p--,g+=u[d++]<>M)])>>>16&255,S=65535&B,!(M+(P=B>>>24)<=m);){if(0===p)break e;p--,g+=u[d++]<>>=M,m-=M,n.back+=M}if(g>>>=P,m-=P,n.back+=P,n.length=S,0===C){n.mode=26;break}if(32&C){n.back=-1,n.mode=12;break}if(64&C){e.msg="invalid literal/length code",n.mode=30;break}n.extra=15&C,n.mode=22;case 22:if(n.extra){for(T=n.extra;m>>=n.extra,m-=n.extra,n.back+=n.extra}n.was=n.length,n.mode=23;case 23:for(;C=(B=n.distcode[g&(1<>>16&255,S=65535&B,!((P=B>>>24)<=m);){if(0===p)break e;p--,g+=u[d++]<>M)])>>>16&255,S=65535&B,!(M+(P=B>>>24)<=m);){if(0===p)break e;p--,g+=u[d++]<>>=M,m-=M,n.back+=M}if(g>>>=P,m-=P,n.back+=P,64&C){e.msg="invalid distance code",n.mode=30;break}n.offset=S,n.extra=15&C,n.mode=24;case 24:if(n.extra){for(T=n.extra;m>>=n.extra,m-=n.extra,n.back+=n.extra}if(n.offset>n.dmax){e.msg="invalid distance too far back",n.mode=30;break}n.mode=25;case 25:if(0===h)break e;if(v=w-h,n.offset>v){if((v=n.offset-v)>n.whave&&n.sane){e.msg="invalid distance too far back",n.mode=30;break}v>n.wnext?(v-=n.wnext,A=n.wsize-v):A=n.wnext-v,v>n.length&&(v=n.length),I=n.window}else I=l,A=f-n.offset,v=n.length;v>h&&(v=h),h-=v,n.length-=v;do{l[f++]=I[A++]}while(--v);0===n.length&&(n.mode=21);break;case 26:if(0===h)break e;l[f++]=n.length,h--,n.mode=21;break;case 27:if(n.wrap){for(;m<32;){if(0===p)break e;p--,g|=u[d++]<=1&&0===D[S];S--);if(M>S&&(M=S),0===S)return u[l++]=20971520,u[l++]=20971520,f.bits=1,0;for(C=1;C0&&(0===e||1!==S))return-1;for(x[1]=0,I=1;I<15;I++)x[I+1]=x[I]+D[I];for(P=0;P852||2===e&&O>592)return 1;for(;;){_=I-E,d[P]b?(w=j[N+d[P]],v=T[B+d[P]]):(w=96,v=0),p=1<>E)+(h-=p)]=_<<24|w<<16|v|0}while(0!==h);for(p=1<>=1;if(0!==p?(U&=p-1,U+=p):U=0,P++,0==--D[I]){if(I===S)break;I=t[n+d[P]]}if(I>M&&(U&m)!==g){for(0===E&&(E=M),y+=C,R=1<<(k=I-E);k+E852||2===e&&O>592)return 1;u[g=U&m]=M<<24|k<<16|y-l|0}}return 0!==U&&(u[y+U]=I-E<<24|64<<16|0),f.bits=M,0}},{"../utils/common":1}],10:[function(e,t,n){"use strict";t.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],11:[function(e,t,n){"use strict";t.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}},{}],"/lib/inflate.js":[function(e,t,n){"use strict";var s=e("./zlib/inflate"),i=e("./utils/common"),a=e("./utils/strings"),r=e("./zlib/constants"),o=e("./zlib/messages"),c=e("./zlib/zstream"),u=e("./zlib/gzheader"),l=Object.prototype.toString;function d(e){if(!(this instanceof d))return new d(e);this.options=i.assign({chunkSize:16384,windowBits:0,to:""},e||{});var t=this.options;t.raw&&t.windowBits>=0&&t.windowBits<16&&(t.windowBits=-t.windowBits,0===t.windowBits&&(t.windowBits=-15)),!(t.windowBits>=0&&t.windowBits<16)||e&&e.windowBits||(t.windowBits+=32),t.windowBits>15&&t.windowBits<48&&0==(15&t.windowBits)&&(t.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new c,this.strm.avail_out=0;var n=s.inflateInit2(this.strm,t.windowBits);if(n!==r.Z_OK)throw new Error(o[n]);if(this.header=new u,s.inflateGetHeader(this.strm,this.header),t.dictionary&&("string"==typeof t.dictionary?t.dictionary=a.string2buf(t.dictionary):"[object ArrayBuffer]"===l.call(t.dictionary)&&(t.dictionary=new Uint8Array(t.dictionary)),t.raw&&(n=s.inflateSetDictionary(this.strm,t.dictionary))!==r.Z_OK))throw new Error(o[n])}function f(e,t){var n=new d(t);if(n.push(e,!0),n.err)throw n.msg||o[n.err];return n.result}d.prototype.push=function(e,t){var n,o,c,u,d,f=this.strm,p=this.options.chunkSize,h=this.options.dictionary,g=!1;if(this.ended)return!1;o=t===~~t?t:!0===t?r.Z_FINISH:r.Z_NO_FLUSH,"string"==typeof e?f.input=a.binstring2buf(e):"[object ArrayBuffer]"===l.call(e)?f.input=new Uint8Array(e):f.input=e,f.next_in=0,f.avail_in=f.input.length;do{if(0===f.avail_out&&(f.output=new i.Buf8(p),f.next_out=0,f.avail_out=p),(n=s.inflate(f,r.Z_NO_FLUSH))===r.Z_NEED_DICT&&h&&(n=s.inflateSetDictionary(this.strm,h)),n===r.Z_BUF_ERROR&&!0===g&&(n=r.Z_OK,g=!1),n!==r.Z_STREAM_END&&n!==r.Z_OK)return this.onEnd(n),this.ended=!0,!1;f.next_out&&(0!==f.avail_out&&n!==r.Z_STREAM_END&&(0!==f.avail_in||o!==r.Z_FINISH&&o!==r.Z_SYNC_FLUSH)||("string"===this.options.to?(c=a.utf8border(f.output,f.next_out),u=f.next_out-c,d=a.buf2string(f.output,c),f.next_out=u,f.avail_out=p-u,u&&i.arraySet(f.output,f.output,c,u,0),this.onData(d)):this.onData(i.shrinkBuf(f.output,f.next_out)))),0===f.avail_in&&0===f.avail_out&&(g=!0)}while((f.avail_in>0||0===f.avail_out)&&n!==r.Z_STREAM_END);return n===r.Z_STREAM_END&&(o=r.Z_FINISH),o===r.Z_FINISH?(n=s.inflateEnd(this.strm),this.onEnd(n),this.ended=!0,n===r.Z_OK):o!==r.Z_SYNC_FLUSH||(this.onEnd(r.Z_OK),f.avail_out=0,!0)},d.prototype.onData=function(e){this.chunks.push(e)},d.prototype.onEnd=function(e){e===r.Z_OK&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=i.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},n.Inflate=d,n.inflate=f,n.inflateRaw=function(e,t){return(t=t||{}).raw=!0,f(e,t)},n.ungzip=f},{"./utils/common":1,"./utils/strings":2,"./zlib/constants":4,"./zlib/gzheader":6,"./zlib/inflate":8,"./zlib/messages":10,"./zlib/zstream":11}]},{},[])("/lib/inflate.js")},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){(function(t){const n=e=>e.replace(/(?:^|_)([a-z])/g,(e,t)=>t.toUpperCase()).replace(/_/g,""),s=e=>e.replace(/([-_][a-z])/g,e=>e.toUpperCase().replace("-","").replace("_","")),i=new Set([3162085175,2574415285,1072550713,3300522427,1450380236]),a=new Set([85337187,2211011308,2851430293,1013613780,1459478408,3504867164,3045658042,1715713620,3608339646,4110704415,812830625]);let r=null;function o(e){r||(r=function(){let e;const t=[];for(let n=0;n<256;n++){e=n;for(let t=0;t<8;t++)e=1&e?3988292384^e>>>1:e>>>1;t[n]=e}return t}()),t.isBuffer(e)||(e=t.from(e));let n=-1;for(let t=0;t>>8}return(-1^n)>>>0}const c=(e,i)=>{const a=e.match(/([\w.]+)(?:#([0-9a-fA-F]+))?(?:\s{?\w+:[\w\d<>#.?!]+}?)*\s=\s([\w\d<>#.?]+);$/);if(!a)throw new Error("Cannot parse TLObject "+e);const r=l(/({)?(\w+):([\w\d<>#.?!]+)}?/,e),c={name:a[1],constructorId:parseInt(a[2],16),argsConfig:{},subclassOfId:o(a[3]),result:a[3],isFunction:i,namespace:null};if(!c.constructorId){let e,n="";e=Object.values(c.argsConfig).length?" "+Object.keys(c.argsConfig).map(e=>e.toString()).join(" "):"";const s=`${c.name}${n}${e} = ${c.result}`.replace(/(:|\?)bytes /g,"$1string ").replace(/|{|}/g,"").replace(/ \w+:flags\.\d+\?true/g,"");"inputMediaInvoice"===c.name&&c.name,c.constructorId=o(t.from(s,"utf8"))}for(const[e,t,n]of r)void 0===e&&(c.argsConfig[s(t)]=u(t,n));return c.name.includes(".")&&([c.namespace,c.name]=c.name.split(/\.(.+)/)),c.name=n(c.name),c};function u(e,t){const n={isVector:!1,isFlag:!1,skipConstructorId:!1,flagIndex:-1,flagIndicator:!0,type:null,useVectorId:null};e="self"===e?"is_self":e;if("#"!==t){n.flagIndicator=!1,n.type=t.replace(/^!+/,"");const e=n.type.match(/flags.(\d+)\?([\w<>.]+)/);e&&(n.isFlag=!0,n.flagIndex=Number(e[1]),[,,n.type]=e);const s=n.type.match(/[Vv]ector<([\w\d.]+)>/);s&&(n.isVector=!0,n.useVectorId="V"===n.type.charAt(0),[,n.type]=s),/^[a-z]$/.test(n.type.split(".").pop().charAt(0))&&(n.skipConstructorId=!0)}return n}const l=(e,t,n=[])=>{e.flags.includes("g")||(e=new RegExp(e.source,"g"));const s=e.exec(t);return s&&(n.push(s.slice(1)),l(e,t,n)),n};e.exports={findAll:l,parseTl:function*(e,t,n=[],s=i){(n||[]).reduce((e,t)=>({...e,[t.name]:t}),{});const r=[],o={},u={},l=e;let d=!1;for(let e of l.split("\n")){const t=e.indexOf("//");if(-1!==t&&(e=e.slice(0,t)),e=e.trim(),!e)continue;const n=e.match(/---(\w+)---/);if(n){const[,e]=n;d="functions"===e}else try{const t=c(e,d);if(s.has(t.constructorId))continue;r.push(t),t.isFunction||(u[t.result]||(u[t.result]=[]),o[t.name]=t,u[t.result].push(t))}catch(e){if(!e.toString().includes("vector#1cb5c415"))throw e}}for(const e of r)if(a.has(e.constructorId))for(const t in e.argsConfig)"string"===e.argsConfig[t].type&&(e.argsConfig[t].type="bytes");for(const e of r)yield e},buildArgConfig:u,fromLine:c,CORE_TYPES:i,serializeDate:function(e){if(!e)return t.alloc(4).fill(0);if(e instanceof Date&&(e=Math.floor((Date.now()-e.getTime())/1e3)),"number"==typeof e){const n=t.alloc(4);return n.writeInt32LE(e,0),n}throw Error(`Cannot interpret "${e}" as a date`)},serializeBytes:function(e){if(!(e instanceof t)){if("string"!=typeof e)throw Error("Bytes or str expected, not "+e.constructor.name);e=t.from(e)}const n=[];let s;return e.length<254?(s=(e.length+1)%4,0!==s&&(s=4-s),n.push(t.from([e.length])),n.push(e)):(s=e.length%4,0!==s&&(s=4-s),n.push(t.from([254,e.length%256,(e.length>>8)%256,(e.length>>16)%256])),n.push(e)),n.push(t.alloc(s).fill(0)),t.concat(n)},snakeToCamelCase:n,variableSnakeToCamelCase:s}}).call(this,n(11).Buffer)},function(e,t,n){"use strict";n.r(t),n.d(t,"CTR",(function(){return y})),n.d(t,"IGE",(function(){return m}));var s=new Uint8Array(256),i=new Uint8Array(256),a=new Uint32Array(256),r=new Uint32Array(256),o=new Uint32Array(256),c=new Uint32Array(256),u=new Uint32Array(256),l=new Uint32Array(256),d=new Uint32Array(256),f=new Uint32Array(256);function p(e){if(e instanceof Uint32Array)return e;if("string"==typeof e){if(e.length%4!=0)for(var t=e.length%4;t<=4;t++)e+="\0x00";var n=new Uint32Array(e.length/4);for(t=0;t>7),m[g[_]^_]=_;for(;!s[y];y^=e||1)n=(n=b^b<<1^b<<2^b<<3^b<<4)>>8^255&n^99,s[y]=n,i[n]=y,h=16843009*g[t=g[e=g[y]]]^65537*t^257*e^16843008*y,p=257*g[n]^16843008*n,a[y]=p=p<<24^p>>>8,r[y]=p=p<<24^p>>>8,o[y]=p=p<<24^p>>>8,c[y]=p=p<<24^p>>>8,u[n]=h=h<<24^h>>>8,l[n]=h=h<<24^h>>>8,d[n]=h=h<<24^h>>>8,f[n]=h=h<<24^h>>>8,b=m[b]||1}();var g=function(){function e(e){var t=p(e);if(4!==t.length&&6!==t.length&&8!==t.length)throw new Error("Invalid key size");this.encKey=new Uint32Array(4*t.length+28),this.decKey=new Uint32Array(4*t.length+28),this.encKey.set(t);for(var n,i=1,a=t.length;a<4*t.length+28;a++)n=this.encKey[a-1],(a%t.length==0||8===t.length&&a%t.length==4)&&(n=s[n>>>24]<<24^s[n>>16&255]<<16^s[n>>8&255]<<8^s[255&n],a%t.length==0&&(n=n<<8^n>>>24^i<<24,i=i<<1^283*(i>>7))),this.encKey[a]=this.encKey[a-t.length]^n;for(var r=0;a;r++,a--)n=this.encKey[3&r?a:a-4],this.decKey[r]=a<=4||r<4?n:u[s[n>>>24]]^l[s[n>>16&255]]^d[s[n>>8&255]]^f[s[255&n]]}return e.prototype.encrypt=function(e){for(var t,n,i,u=p(e),l=new Uint32Array(4),d=u[0]^this.encKey[0],f=u[1]^this.encKey[1],h=u[2]^this.encKey[2],g=u[3]^this.encKey[3],m=this.encKey.length/4-2,y=4,b=0;b>>24]^r[f>>16&255]^o[h>>8&255]^c[255&g]^this.encKey[y],n=a[f>>>24]^r[h>>16&255]^o[g>>8&255]^c[255&d]^this.encKey[y+1],i=a[h>>>24]^r[g>>16&255]^o[d>>8&255]^c[255&f]^this.encKey[y+2],g=a[g>>>24]^r[d>>16&255]^o[f>>8&255]^c[255&h]^this.encKey[y+3],d=t,f=n,h=i,y+=4;for(b=0;b<4;b++)l[b]=s[d>>>24]<<24^s[f>>16&255]<<16^s[h>>8&255]<<8^s[255&g]^this.encKey[y++],t=d,d=f,f=h,h=g,g=t;return l},e.prototype.decrypt=function(e){for(var t,n,s,a=p(e),r=new Uint32Array(4),o=a[0]^this.decKey[0],c=a[3]^this.decKey[1],h=a[2]^this.decKey[2],g=a[1]^this.decKey[3],m=this.decKey.length/4-2,y=4,b=0;b>>24]^l[c>>16&255]^d[h>>8&255]^f[255&g]^this.decKey[y],n=u[c>>>24]^l[h>>16&255]^d[g>>8&255]^f[255&o]^this.decKey[y+1],s=u[h>>>24]^l[g>>16&255]^d[o>>8&255]^f[255&c]^this.decKey[y+2],g=u[g>>>24]^l[o>>16&255]^d[c>>8&255]^f[255&h]^this.decKey[y+3],o=t,c=n,h=s,y+=4;for(b=0;b<4;b++)r[3&-b]=i[o>>>24]<<24^i[c>>16&255]<<16^i[h>>8&255]<<8^i[255&g]^this.decKey[y++],t=o,o=c,c=h,h=g,g=t;return r},e}(),m=function(){function e(e,t,n){void 0===n&&(n=16),this.key=p(e),this.iv=p(t),this.cipher=new g(e),this.blockSize=n/4}return e.prototype.encrypt=function(e,t){for(var n=p(e),s=t||new Uint32Array(n.length),i=this.iv.subarray(this.blockSize,this.iv.length),a=this.iv.subarray(0,this.blockSize),r=new Uint32Array(this.blockSize),o=0;o=this.blockSize&&this.incrementCounter(),i&&(a-=i,i=0)}return this.offset=(this.offset+n.length%4)%4,s},e.prototype.decrypt=function(e,t){return this.encrypt(e,t)},e.prototype.incrementCounter=function(){for(var e=this.counter.length-1;e>=0&&!(++this.counter[e]<4294967295);e--);},e}();t.default=g},function(e,t,n){(function(t){let n=null;class s{constructor(e){n||(n=e||"debug"),this.isBrowser=void 0===t||"renderer"===t.type||!0===t.browser||t.__nwjs,this.isBrowser?this.colors={start:"%c",warn:"color : #ff00ff",info:"color : #ffff00",debug:"color : #00ffff",error:"color : #ff0000",end:""}:this.colors={start:"",warn:"",info:"",debug:"",error:"",end:""},this.messageFormat="[%t] [%l] - [%m]"}canSend(e){return s.levels.indexOf(n)>=s.levels.indexOf(e)}warn(e){this._log("warn",e,this.colors.warn)}info(e){this._log("info",e,this.colors.info)}debug(e){this._log("debug",e,this.colors.debug)}error(e){this._log("error",e,this.colors.error)}format(e,t){return this.messageFormat.replace("%t",(new Date).toISOString()).replace("%l",t.toUpperCase()).replace("%m",e)}static setLevel(e){n=e}_log(e,t,s){n&&this.canSend(e)&&(this.isBrowser?console.log(this.colors.start+this.format(t,e),s):console.log(s+this.format(t,e)+this.colors.end))}}var i,a,r;r=["error","warn","info","debug"],(a="levels")in(i=s)?Object.defineProperty(i,a,{value:r,enumerable:!0,configurable:!0,writable:!0}):i[a]=r,e.exports=s}).call(this,n(82))},function(e,t,n){const{RPCError:s,InvalidDCError:i,FloodError:a,BadRequestError:r}=n(37);class o extends i{constructor(e){const t=Number(e.capture||0);super("The user whose identity is being used to execute queries is associated with DC "+t+s._fmtRequest(e.request)),this.message="The user whose identity is being used to execute queries is associated with DC "+t+s._fmtRequest(e.request),this.newDc=t}}class c extends i{constructor(e){const t=Number(e.capture||0);super("The phone number a user is trying to use for authorization is associated with DC "+t+s._fmtRequest(e.request)),this.message="The phone number a user is trying to use for authorization is associated with DC "+t+s._fmtRequest(e.request),this.newDc=t}}class u extends a{constructor(e){const t=Number(e.capture||0);super(`A wait of ${t} seconds is required before sending another message in this chat`+s._fmtRequest(e.request)),this.message=`A wait of ${t} seconds is required before sending another message in this chat`+s._fmtRequest(e.request),this.seconds=t}}class l extends a{constructor(e){const t=Number(e.capture||0);super(`A wait of ${t} seconds is required`+s._fmtRequest(e.request)),this.message=`A wait of ${t} seconds is required`+s._fmtRequest(e.request),this.seconds=t}}class d extends a{constructor(e){const t=Number(e.capture||0);super(`A wait of ${t} seconds is required in the test servers`+s._fmtRequest(e.request)),this.message=`A wait of ${t} seconds is required in the test servers`+s._fmtRequest(e.request),this.seconds=t}}class f extends i{constructor(e){const t=Number(e.capture||0);super("The file to be accessed is currently stored in DC "+t+s._fmtRequest(e.request)),this.message="The file to be accessed is currently stored in DC "+t+s._fmtRequest(e.request),this.newDc=t}}class p extends i{constructor(e){const t=Number(e.capture||0);super("The source IP address is associated with DC "+t+s._fmtRequest(e.request)),this.message="The source IP address is associated with DC "+t+s._fmtRequest(e.request),this.newDc=t}}class h extends r{constructor(e){const t=Number(e.capture||0);super("Email unconfirmed, the length of the code must be "+t+s._fmtRequest(e.request)),this.message="Email unconfirmed, the length of the code must be "+t+s._fmtRequest(e.request),this.codeLength=t}}const g=[[/FILE_MIGRATE_(\d+)/,f],[/FLOOD_TEST_PHONE_WAIT_(\d+)/,d],[/FLOOD_WAIT_(\d+)/,l],[/PHONE_MIGRATE_(\d+)/,c],[/SLOWMODE_WAIT_(\d+)/,u],[/USER_MIGRATE_(\d+)/,o],[/NETWORK_MIGRATE_(\d+)/,p],[/EMAIL_UNCONFIRMED_(\d+)/,h]];e.exports={rpcErrorRe:g,FileMigrateError:f,FloodTestPhoneWaitError:d,FloodWaitError:l,PhoneMigrateError:c,SlowModeWaitError:u,UserMigrateError:o,NetworkMigrateError:p,EmailUnconfirmedError:h}},function(e,t){e.exports=class{constructor(){}setDC(e,t,n){throw new Error("Not implemented")}get dcId(){throw new Error("Not Implemented")}get serverAddress(){throw new Error("Not Implemented")}get port(){throw new Error("Not Implemented")}get authKey(){throw new Error("Not Implemented")}set authKey(e){throw new Error("Not Implemented")}save(){throw new Error("Not Implemented")}delete(){throw new Error("Not Implemented")}}},function(e,t,n){(function(t){e.exports=class{constructor(e){this._stream=e}write(e){this._stream=t.concat([this._stream,e])}getValue(){return this._stream}}}).call(this,n(11).Buffer)},function(e,t,n){const s=n(38),i=n(51),a=n(39),r=n(31),o={[i.CONSTRUCTOR_ID]:i,[r.CONSTRUCTOR_ID]:r,[a.CONSTRUCTOR_ID]:a};e.exports={TLMessage:s,RPCResult:i,MessageContainer:a,GZIPPacked:r,coreObjects:o}},function(e,t,n){function s(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const{RpcError:i}=n(18).constructors,a=n(31);class r{constructor(e,t,n){this.CONSTRUCTOR_ID=4082920705,this.reqMsgId=e,this.body=t,this.error=n,this.classType="constructor"}static async fromReader(e){const t=e.readLong(),n=e.readInt(!1);return n===i.CONSTRUCTOR_ID?new r(t,null,i.fromReader(e)):n===a.CONSTRUCTOR_ID?new r(t,(await a.fromReader(e)).data):(e.seek(-4),new r(t,e.read(),null))}}s(r,"CONSTRUCTOR_ID",4082920705),s(r,"classType","constructor"),e.exports=r},function(e,t,n){const s=n(6),i={};for(const e of Object.values(s))if(e.CONSTRUCTOR_ID)i[e.CONSTRUCTOR_ID]=e;else for(const t of Object.values(e))i[t.CONSTRUCTOR_ID]=t;e.exports={LAYER:121,tlobjects:i}},function(e,t,n){(function(t){const s=new(0,n(83).Mutex),i=n(85).w3cwebsocket,a=new Error("WebSocket was closed");e.exports=class{constructor(){this.client=null,this.closed=!0}async readExactly(e){let n=t.alloc(0);for(;;){const s=await this.read(e);if(n=t.concat([n,s]),!(e-=s.length))return n}}async read(e){if(this.closed)throw a;if(await this.canRead,this.closed)throw a;const t=this.stream.slice(0,e);return this.stream=this.stream.slice(e),0===this.stream.length&&(this.canRead=new Promise(e=>{this.resolveRead=e})),t}async readAll(){if(this.closed||!await this.canRead)throw a;const e=this.stream;return this.stream=t.alloc(0),this.canRead=new Promise(e=>{this.resolveRead=e}),e}getWebSocketLink(e,t){return 443===t?`wss://${e}:${t}/apiws`:`ws://${e}:${t}/apiws`}async connect(e,n){return this.stream=t.alloc(0),this.canRead=new Promise(e=>{this.resolveRead=e}),this.closed=!1,this.website=this.getWebSocketLink(n,e),this.client=new i(this.website,"binary"),new Promise((e,t)=>{this.client.onopen=()=>{this.receive(),e(this)},this.client.onerror=e=>{t(e)},this.client.onclose=()=>{this.resolveRead(!1),this.closed=!0},self.addEventListener("offline",async()=>{await this.close(),this.resolveRead(!1)})})}write(e){if(this.closed)throw a;this.client.send(e)}async close(){await this.client.close(),this.closed=!0}async receive(){this.client.onmessage=async e=>{const n=await s.acquire();try{const s=e.data instanceof ArrayBuffer?t.from(e.data):t.from(await new Response(e.data).arrayBuffer());this.stream=t.concat([this.stream,s]),this.resolveRead(!0)}finally{n()}}}}}).call(this,n(11).Buffer)},function(e,t,n){(function(t){const s=n(39),i=n(38),a=n(49);e.exports=class{constructor(e,t){this._state=e,this._queue=[],this._pendingStates=[],this._ready=new Promise(e=>{this.setReady=e}),this._log=t}values(){return this._queue}append(e){this._queue.push(e),this.setReady(!0),e&&(this._pendingStates.push(e),e.promise.catch(()=>{}).finally(()=>{this._pendingStates=this._pendingStates.filter(t=>t!==e)}))}extend(e){for(const t of e)this._queue.push(t);this.setReady(!0)}async get(){if(this._queue.length||(this._ready=new Promise(e=>{this.setReady=e}),await this._ready),!this._queue[this._queue.length-1])return void(this._queue=[]);let e,n=new a(t.alloc(0));const r=[];let o=0;for(;this._queue.length&&r.length<=s.MAXIMUM_LENGTH;){const e=this._queue.shift();if(o+=e.data.length+i.SIZE_OVERHEAD,o<=s.MAXIMUM_SIZE){let t;e.after&&(t=e.after.msgId),e.msgId=await this._state.writeDataAsMessage(n,e.data,"request"===e.request.classType,t),this._log.debug(`Assigned msgId = ${e.msgId} to ${e.request.className||e.request.constructor.name}`),r.push(e)}else{if(r.length){this._queue.unshift(e);break}this._log.warn(`Message payload for ${e.request.className||e.request.constructor.name} is too long ${e.data.length} and cannot be sent`),e.reject("Request Payload is too big"),o=0}}if(!r.length)return null;if(r.length>1){const i=t.alloc(8);i.writeUInt32LE(s.CONSTRUCTOR_ID,0),i.writeInt32LE(r.length,4),e=t.concat([i,n.getValue()]),n=new a(t.alloc(0));const o=await this._state.writeDataAsMessage(n,e,!1);for(const e of r)e.containerId=o}return e=n.getValue(),{batch:r,data:e}}rejectAll(){this._pendingStates.forEach(e=>{e.reject(new Error("Disconnect"))})}}}).call(this,n(11).Buffer)},function(e,t){e.exports=class{constructor(){this._queue=[],this.canGet=new Promise(e=>{this.resolveGet=e}),this.canPush=!0}async push(e){await this.canPush,this._queue.push(e),this.resolveGet(!0),this.canPush=new Promise(e=>{this.resolvePush=e})}async pop(){await this.canGet;const e=this._queue.pop();return this.resolvePush(!0),this.canGet=new Promise(e=>{this.resolveGet=e}),e}}},function(e,t,n){const s=n(57),i=n(58),a=n(8),r=n(32),o=n(60),c=n(51),u=n(39),l=n(31),d=n(90),{MsgsAck:f,upload:p,MsgsStateInfo:h,Pong:g}=n(18).constructors,m=n(54),y=n(25),{UpdateConnectionState:b}=n(40),{BadMessageError:_}=n(22),{BadServerSalt:w,BadMsgNotification:v,MsgDetailedInfo:A,MsgNewDetailedInfo:I,NewSessionCreated:P,FutureSalts:C,MsgsStateReq:S,MsgResendReq:M,MsgsAllInfo:k}=n(18).constructors,{SecurityError:E}=n(22),{InvalidBufferError:R}=n(22),{LogOut:O}=n(18).requests.auth,{RPCMessageToError:U}=n(27),{TypeNotFoundError:T}=n(22);class B{constructor(e,t){const n={...B.DEFAULT_OPTIONS,...t};this._connection=null,this._log=n.logger,this._dcId=n.dcId,this._retries=n.retries,this._delay=n.delay,this._autoReconnect=n.autoReconnect,this._connectTimeout=n.connectTimeout,this._authKeyCallback=n.authKeyCallback,this._updateCallback=n.updateCallback,this._autoReconnectCallback=n.autoReconnectCallback,this._isMainSender=n.isMainSender,this._onConnectionBreak=n.onConnectionBreak,this._user_connected=!1,this._reconnecting=!1,this._disconnected=!0,this._send_loop_handle=null,this._recv_loop_handle=null,this.authKey=e||new r,this._state=new i(this.authKey,this._log),this._send_queue=new m(this._state,this._log),this._pending_state={},this._pending_ack=new Set,this._last_acks=[],this._handlers={[c.CONSTRUCTOR_ID]:this._handleRPCResult.bind(this),[u.CONSTRUCTOR_ID]:this._handleContainer.bind(this),[l.CONSTRUCTOR_ID]:this._handleGzipPacked.bind(this),[g.CONSTRUCTOR_ID]:this._handlePong.bind(this),[w.CONSTRUCTOR_ID]:this._handleBadServerSalt.bind(this),[v.CONSTRUCTOR_ID]:this._handleBadNotification.bind(this),[A.CONSTRUCTOR_ID]:this._handleDetailedInfo.bind(this),[I.CONSTRUCTOR_ID]:this._handleNewDetailedInfo.bind(this),[P.CONSTRUCTOR_ID]:this._handleNewSessionCreated.bind(this),[f.CONSTRUCTOR_ID]:this._handleAck.bind(this),[C.CONSTRUCTOR_ID]:this._handleFutureSalts.bind(this),[S.CONSTRUCTOR_ID]:this._handleStateForgotten.bind(this),[M.CONSTRUCTOR_ID]:this._handleStateForgotten.bind(this),[k.CONSTRUCTOR_ID]:this._handleMsgAll.bind(this)}}async connect(e,t){if(this._user_connected&&!t)return this._log.info("User is already connected!"),!1;this._connection=e;for(let e=0;e>2;if(n<127){const e=t.alloc(1);e.writeUInt8(n,0),n=e}else n=t.concat([t.from("7f","hex"),i(o(n),3)]);return t.concat([n,e])}async readPacket(e){let n=(await e.read(1))[0];return n>=127&&(n=t.concat([await e.read(3),t.alloc(1)]).readInt32LE(0)),await e.read(n<<2)}}s(c,"tag",t.from("ef","hex")),s(c,"obfuscateTag",t.from("efefefef","hex"));e.exports={ConnectionTCPAbridged:class extends a{constructor(...e){super(...e),s(this,"PacketCodecClass",c)}},AbridgedPacketCodec:c}}).call(this,n(11).Buffer)},function(e,t,n){(function(t){function s(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const{generateRandomBytes:i}=n(8),{ObfuscatedConnection:a}=n(41),{AbridgedPacketCodec:r}=n(62),o=n(93);class c{constructor(e){s(this,"header",null),this.connection=e.socket;const t=this.initHeader(e.PacketCodecClass);this.header=t.random,this._encrypt=t.encryptor,this._decrypt=t.decryptor}initHeader(e){const n=[t.from("50567247","hex"),t.from("474554","hex"),t.from("504f5354","hex"),t.from("eeeeeeee","hex")];let s;for(;;)if(s=i(64),239!==s[0]&&!s.slice(4,8).equals(t.alloc(4))){let e=!0;for(const t of n)if(t.equals(s.slice(0,4))){e=!1;break}if(e)break}s=s.toJSON().data;const a=t.from(s.slice(8,56)).reverse(),r=t.from(s.slice(8,40)),c=t.from(s.slice(40,56)),u=t.from(a.slice(0,32)),l=t.from(a.slice(32,48)),d=new o(r,c),f=new o(u,l);return s=t.concat([t.from(s.slice(0,56)),e.obfuscateTag,t.from(s.slice(60))]),s=t.concat([t.from(s.slice(0,56)),t.from(d.encrypt(s).slice(56,64)),t.from(s.slice(64))]),{random:s,encryptor:d,decryptor:f}}async read(e){const t=await this.connection.readExactly(e);return this._decrypt.encrypt(t)}write(e){this.connection.write(this._encrypt.encrypt(e))}}e.exports={ConnectionTCPObfuscated:class extends a{constructor(...e){super(...e),s(this,"ObfuscatedIO",c),s(this,"PacketCodecClass",r)}}}}).call(this,n(11).Buffer)},function(e,t,n){(function(t){const s=n(30),i=n(32),a=n(19);e.exports=class extends s{constructor(e){super(),this._storageKey=e,this._authKeys={}}async load(){if(this._storageKey)try{const e=await this._fetchFromCache(this._storageKey),{mainDcId:n,keys:s,hashes:r}=JSON.parse(e),{ipAddress:o,port:c}=a.getDC(n);this.setDC(n,o,c,!0),Object.keys(s).forEach(e=>{s[e]&&r[e]&&(this._authKeys[e]=new i(t.from(s[e].data),t.from(r[e].data)))})}catch(e){throw new Error("Failed to retrieve or parse JSON from Cache for key "+this._storageKey)}}setDC(e,t,n,s=!1){this._dcId=e,this._serverAddress=t,this._port=n,delete this._authKeys[e],s||this._updateStorage()}async save(){return this._storageKey||(this._storageKey="GramJs-session-"+Date.now()),await this._updateStorage(),this._storageKey}get authKey(){throw new Error("Not supported")}set authKey(e){throw new Error("Not supported")}getAuthKey(e=this._dcId){return this._authKeys[e]}setAuthKey(e,t=this._dcId){this._authKeys[t]=e,this._updateStorage()}async _updateStorage(){if(!this._storageKey)return;const e={mainDcId:this._dcId,keys:{},hashes:{}};Object.keys(this._authKeys).map(t=>{const n=this._authKeys[t];e.keys[t]=n._key,e.hashes[t]=n._hash}),await this._saveToCache(this._storageKey,JSON.stringify(e))}async delete(){const e=new Request(this._storageKey),t=await self.caches.open("GramJs");await t.delete(e)}async _fetchFromCache(e){throw new Error("Not Implemented")}async _saveToCache(e,t){throw new Error("Not Implemented")}}}).call(this,n(11).Buffer)},function(e,t){},function(e,t){},function(e,t,n){"use strict";let s;n.d(t,"a",(function(){return s})),n.d(t,"b",(function(){return i})),n.d(t,"c",(function(){return a})),function(e){e.Bold="MessageEntityBold",e.Blockquote="MessageEntityBlockquote",e.BotCommand="MessageEntityBotCommand",e.Cashtag="MessageEntityCashtag",e.Code="MessageEntityCode",e.Email="MessageEntityEmail",e.Hashtag="MessageEntityHashtag",e.Italic="MessageEntityItalic",e.MentionName="MessageEntityMentionName",e.Mention="MessageEntityMention",e.Phone="MessageEntityPhone",e.Pre="MessageEntityPre",e.Strike="MessageEntityStrike",e.TextUrl="MessageEntityTextUrl",e.Url="MessageEntityUrl",e.Underline="MessageEntityUnderline",e.Unknown="MessageEntityUnknown"}(s||(s={}));const i=-1,a="MESSAGE_DELETED"},function(e,t){},function(e,t,n){"use strict";let s;n.d(t,"a",(function(){return s})),function(e){e[e.DataUri=0]="DataUri",e[e.BlobUrl=1]="BlobUrl",e[e.Lottie=2]="Lottie",e[e.Progressive=3]="Progressive",e[e.Stream=4]="Stream"}(s||(s={}))},function(e,t){},function(e,t){},function(e,t,n){"use strict";(function(e){n.d(t,"a",(function(){return r}));var s=n(1),i=n(0),a=n(2);async function r({chatId:t,accessHash:n,messageId:r,data:o}){const c=await Object(s.e)(new i.Api.messages.GetBotCallbackAnswer({peer:Object(a.i)(t,n),msgId:r,data:e.from(o)}));if(c)return c}}).call(this,n(11).Buffer)},function(e,t,n){"use strict";t.byteLength=function(e){var t=u(e),n=t[0],s=t[1];return 3*(n+s)/4-s},t.toByteArray=function(e){var t,n,s=u(e),r=s[0],o=s[1],c=new a(function(e,t,n){return 3*(t+n)/4-n}(0,r,o)),l=0,d=o>0?r-4:r;for(n=0;n>16&255,c[l++]=t>>8&255,c[l++]=255&t;2===o&&(t=i[e.charCodeAt(n)]<<2|i[e.charCodeAt(n+1)]>>4,c[l++]=255&t);1===o&&(t=i[e.charCodeAt(n)]<<10|i[e.charCodeAt(n+1)]<<4|i[e.charCodeAt(n+2)]>>2,c[l++]=t>>8&255,c[l++]=255&t);return c},t.fromByteArray=function(e){for(var t,n=e.length,i=n%3,a=[],r=0,o=n-i;ro?o:r+16383));1===i?(t=e[n-1],a.push(s[t>>2]+s[t<<4&63]+"==")):2===i&&(t=(e[n-2]<<8)+e[n-1],a.push(s[t>>10]+s[t>>4&63]+s[t<<2&63]+"="));return a.join("")};for(var s=[],i=[],a="undefined"!=typeof Uint8Array?Uint8Array:Array,r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",o=0,c=r.length;o0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function l(e,t,n){for(var i,a,r=[],o=t;o>18&63]+s[a>>12&63]+s[a>>6&63]+s[63&a]);return r.join("")}i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63},function(e,t){t.read=function(e,t,n,s,i){var a,r,o=8*i-s-1,c=(1<>1,l=-7,d=n?i-1:0,f=n?-1:1,p=e[t+d];for(d+=f,a=p&(1<<-l)-1,p>>=-l,l+=o;l>0;a=256*a+e[t+d],d+=f,l-=8);for(r=a&(1<<-l)-1,a>>=-l,l+=s;l>0;r=256*r+e[t+d],d+=f,l-=8);if(0===a)a=1-u;else{if(a===c)return r?NaN:1/0*(p?-1:1);r+=Math.pow(2,s),a-=u}return(p?-1:1)*r*Math.pow(2,a-s)},t.write=function(e,t,n,s,i,a){var r,o,c,u=8*a-i-1,l=(1<>1,f=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,p=s?0:a-1,h=s?1:-1,g=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(o=isNaN(t)?1:0,r=l):(r=Math.floor(Math.log(t)/Math.LN2),t*(c=Math.pow(2,-r))<1&&(r--,c*=2),(t+=r+d>=1?f/c:f*Math.pow(2,1-d))*c>=2&&(r++,c/=2),r+d>=l?(o=0,r=l):r+d>=1?(o=(t*c-1)*Math.pow(2,i),r+=d):(o=t*Math.pow(2,d-1)*Math.pow(2,i),r=0));i>=8;e[n+p]=255&o,p+=h,o/=256,i-=8);for(r=r<0;e[n+p]=255&r,p+=h,r/=256,u-=8);e[n+p-h]|=128*g}},function(e,t){var n={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==n.call(e)}},function(e,t,n){"use strict";function s(e){const t=new Uint8Array(4*e.length);let n=0;for(let s=0;s>>24,t[n++]=i>>16&255,t[n++]=i>>8&255,t[n++]=255&i}return t.buffer}function i(e){return e.buffer}function a(e){const t=new Uint8Array(e),n=new Uint32Array(t.length/4);for(let e=0;e ttl_seconds:flags.1?int = InputMedia;\ninputMediaPhoto#b3ba0635 flags:# id:InputPhoto ttl_seconds:flags.0?int = InputMedia;\ninputMediaGeoPoint#f9c44144 geo_point:InputGeoPoint = InputMedia;\ninputMediaContact#f8ab7dfb phone_number:string first_name:string last_name:string vcard:string = InputMedia;\ninputMediaUploadedDocument#5b38c6c1 flags:# nosound_video:flags.3?true force_file:flags.4?true file:InputFile thumb:flags.2?InputFile mime_type:string attributes:Vector stickers:flags.0?Vector ttl_seconds:flags.1?int = InputMedia;\ninputMediaDocument#23ab23d2 flags:# id:InputDocument ttl_seconds:flags.0?int = InputMedia;\ninputMediaVenue#c13d1c11 geo_point:InputGeoPoint title:string address:string provider:string venue_id:string venue_type:string = InputMedia;\ninputMediaPhotoExternal#e5bbfe1a flags:# url:string ttl_seconds:flags.0?int = InputMedia;\ninputMediaDocumentExternal#fb52dc99 flags:# url:string ttl_seconds:flags.0?int = InputMedia;\ninputMediaGame#d33f43f3 id:InputGame = InputMedia;\ninputMediaInvoice#f4e096c3 flags:# title:string description:string photo:flags.0?InputWebDocument invoice:Invoice payload:bytes provider:string provider_data:DataJSON start_param:string = InputMedia;\ninputMediaGeoLive#971fa843 flags:# stopped:flags.0?true geo_point:InputGeoPoint heading:flags.2?int period:flags.1?int proximity_notification_radius:flags.3?int = InputMedia;\ninputMediaPoll#f94e5f1 flags:# poll:Poll correct_answers:flags.0?Vector solution:flags.1?string solution_entities:flags.1?Vector = InputMedia;\ninputMediaDice#e66fbf7b emoticon:string = InputMedia;\ninputChatPhotoEmpty#1ca48f57 = InputChatPhoto;\ninputChatUploadedPhoto#c642724e flags:# file:flags.0?InputFile video:flags.1?InputFile video_start_ts:flags.2?double = InputChatPhoto;\ninputChatPhoto#8953ad37 id:InputPhoto = InputChatPhoto;\ninputGeoPointEmpty#e4c123d6 = InputGeoPoint;\ninputGeoPoint#48222faf flags:# lat:double long:double accuracy_radius:flags.0?int = InputGeoPoint;\ninputPhotoEmpty#1cd7bf0d = InputPhoto;\ninputPhoto#3bb3b94a id:long access_hash:long file_reference:bytes = InputPhoto;\ninputFileLocation#dfdaabe1 volume_id:long local_id:int secret:long file_reference:bytes = InputFileLocation;\ninputEncryptedFileLocation#f5235d55 id:long access_hash:long = InputFileLocation;\ninputDocumentFileLocation#bad07584 id:long access_hash:long file_reference:bytes thumb_size:string = InputFileLocation;\ninputSecureFileLocation#cbc7ee28 id:long access_hash:long = InputFileLocation;\ninputTakeoutFileLocation#29be5899 = InputFileLocation;\ninputPhotoFileLocation#40181ffe id:long access_hash:long file_reference:bytes thumb_size:string = InputFileLocation;\ninputPhotoLegacyFileLocation#d83466f3 id:long access_hash:long file_reference:bytes volume_id:long local_id:int secret:long = InputFileLocation;\ninputPeerPhotoFileLocation#27d69997 flags:# big:flags.0?true peer:InputPeer volume_id:long local_id:int = InputFileLocation;\ninputStickerSetThumb#dbaeae9 stickerset:InputStickerSet volume_id:long local_id:int = InputFileLocation;\npeerUser#9db1bc6d user_id:int = Peer;\npeerChat#bad0e5bb chat_id:int = Peer;\npeerChannel#bddde532 channel_id:int = Peer;\nstorage.fileUnknown#aa963b05 = storage.FileType;\nstorage.filePartial#40bc6f52 = storage.FileType;\nstorage.fileJpeg#7efe0e = storage.FileType;\nstorage.fileGif#cae1aadf = storage.FileType;\nstorage.filePng#a4f63c0 = storage.FileType;\nstorage.filePdf#ae1e508d = storage.FileType;\nstorage.fileMp3#528a0677 = storage.FileType;\nstorage.fileMov#4b09ebbc = storage.FileType;\nstorage.fileMp4#b3cea0e4 = storage.FileType;\nstorage.fileWebp#1081464c = storage.FileType;\nuserEmpty#200250ba id:int = User;\nuser#938458c1 flags:# self:flags.10?true contact:flags.11?true mutual_contact:flags.12?true deleted:flags.13?true bot:flags.14?true bot_chat_history:flags.15?true bot_nochats:flags.16?true verified:flags.17?true restricted:flags.18?true min:flags.20?true bot_inline_geo:flags.21?true support:flags.23?true scam:flags.24?true apply_min_photo:flags.25?true id:int access_hash:flags.0?long first_name:flags.1?string last_name:flags.2?string username:flags.3?string phone:flags.4?string photo:flags.5?UserProfilePhoto status:flags.6?UserStatus bot_info_version:flags.14?int restriction_reason:flags.18?Vector bot_inline_placeholder:flags.19?string lang_code:flags.22?string = User;\nuserProfilePhotoEmpty#4f11bae1 = UserProfilePhoto;\nuserProfilePhoto#69d3ab26 flags:# has_video:flags.0?true photo_id:long photo_small:FileLocation photo_big:FileLocation dc_id:int = UserProfilePhoto;\nuserStatusEmpty#9d05049 = UserStatus;\nuserStatusOnline#edb93949 expires:int = UserStatus;\nuserStatusOffline#8c703f was_online:int = UserStatus;\nuserStatusRecently#e26f42f1 = UserStatus;\nuserStatusLastWeek#7bf09fc = UserStatus;\nuserStatusLastMonth#77ebc742 = UserStatus;\nchatEmpty#9ba2d800 id:int = Chat;\nchat#3bda1bde flags:# creator:flags.0?true kicked:flags.1?true left:flags.2?true deactivated:flags.5?true id:int title:string photo:ChatPhoto participants_count:int date:int version:int migrated_to:flags.6?InputChannel admin_rights:flags.14?ChatAdminRights default_banned_rights:flags.18?ChatBannedRights = Chat;\nchatForbidden#7328bdb id:int title:string = Chat;\nchannel#d31a961e flags:# creator:flags.0?true left:flags.2?true broadcast:flags.5?true verified:flags.7?true megagroup:flags.8?true restricted:flags.9?true signatures:flags.11?true min:flags.12?true scam:flags.19?true has_link:flags.20?true has_geo:flags.21?true slowmode_enabled:flags.22?true call_active:flags.23?true id:int access_hash:flags.13?long title:string username:flags.6?string photo:ChatPhoto date:int version:int restriction_reason:flags.9?Vector admin_rights:flags.14?ChatAdminRights banned_rights:flags.15?ChatBannedRights default_banned_rights:flags.18?ChatBannedRights participants_count:flags.17?int = Chat;\nchannelForbidden#289da732 flags:# broadcast:flags.5?true megagroup:flags.8?true id:int access_hash:long title:string until_date:flags.16?int = Chat;\nchatFull#1b7c9db3 flags:# can_set_username:flags.7?true has_scheduled:flags.8?true id:int about:string participants:ChatParticipants chat_photo:flags.2?Photo notify_settings:PeerNotifySettings exported_invite:ExportedChatInvite bot_info:flags.3?Vector pinned_msg_id:flags.6?int folder_id:flags.11?int = ChatFull;\nchannelFull#f0e6672a flags:# can_view_participants:flags.3?true can_set_username:flags.6?true can_set_stickers:flags.7?true hidden_prehistory:flags.10?true can_set_location:flags.16?true has_scheduled:flags.19?true can_view_stats:flags.20?true blocked:flags.22?true id:int about:string participants_count:flags.0?int admins_count:flags.1?int kicked_count:flags.2?int banned_count:flags.2?int online_count:flags.13?int read_inbox_max_id:int read_outbox_max_id:int unread_count:int chat_photo:Photo notify_settings:PeerNotifySettings exported_invite:ExportedChatInvite bot_info:Vector migrated_from_chat_id:flags.4?int migrated_from_max_id:flags.4?int pinned_msg_id:flags.5?int stickerset:flags.8?StickerSet available_min_id:flags.9?int folder_id:flags.11?int linked_chat_id:flags.14?int location:flags.15?ChannelLocation slowmode_seconds:flags.17?int slowmode_next_send_date:flags.18?int stats_dc:flags.12?int pts:int = ChatFull;\nchatParticipant#c8d7493e user_id:int inviter_id:int date:int = ChatParticipant;\nchatParticipantCreator#da13538a user_id:int = ChatParticipant;\nchatParticipantAdmin#e2d6e436 user_id:int inviter_id:int date:int = ChatParticipant;\nchatParticipantsForbidden#fc900c2b flags:# chat_id:int self_participant:flags.0?ChatParticipant = ChatParticipants;\nchatParticipants#3f460fed chat_id:int participants:Vector version:int = ChatParticipants;\nchatPhotoEmpty#37c1011c = ChatPhoto;\nchatPhoto#d20b9f3c flags:# has_video:flags.0?true photo_small:FileLocation photo_big:FileLocation dc_id:int = ChatPhoto;\nmessageEmpty#83e5de54 id:int = Message;\nmessage#58ae39c9 flags:# out:flags.1?true mentioned:flags.4?true media_unread:flags.5?true silent:flags.13?true post:flags.14?true from_scheduled:flags.18?true legacy:flags.19?true edit_hide:flags.21?true pinned:flags.24?true id:int from_id:flags.8?Peer peer_id:Peer fwd_from:flags.2?MessageFwdHeader via_bot_id:flags.11?int reply_to:flags.3?MessageReplyHeader date:int message:string media:flags.9?MessageMedia reply_markup:flags.6?ReplyMarkup entities:flags.7?Vector views:flags.10?int forwards:flags.10?int replies:flags.23?MessageReplies edit_date:flags.15?int post_author:flags.16?string grouped_id:flags.17?long restriction_reason:flags.22?Vector = Message;\nmessageService#286fa604 flags:# out:flags.1?true mentioned:flags.4?true media_unread:flags.5?true silent:flags.13?true post:flags.14?true legacy:flags.19?true id:int from_id:flags.8?Peer peer_id:Peer reply_to:flags.3?MessageReplyHeader date:int action:MessageAction = Message;\nmessageMediaEmpty#3ded6320 = MessageMedia;\nmessageMediaPhoto#695150d7 flags:# photo:flags.0?Photo ttl_seconds:flags.2?int = MessageMedia;\nmessageMediaGeo#56e0d474 geo:GeoPoint = MessageMedia;\nmessageMediaContact#cbf24940 phone_number:string first_name:string last_name:string vcard:string user_id:int = MessageMedia;\nmessageMediaUnsupported#9f84f49e = MessageMedia;\nmessageMediaDocument#9cb070d7 flags:# document:flags.0?Document ttl_seconds:flags.2?int = MessageMedia;\nmessageMediaWebPage#a32dd600 webpage:WebPage = MessageMedia;\nmessageMediaVenue#2ec0533f geo:GeoPoint title:string address:string provider:string venue_id:string venue_type:string = MessageMedia;\nmessageMediaGame#fdb19008 game:Game = MessageMedia;\nmessageMediaInvoice#84551347 flags:# shipping_address_requested:flags.1?true test:flags.3?true title:string description:string photo:flags.0?WebDocument receipt_msg_id:flags.2?int currency:string total_amount:long start_param:string = MessageMedia;\nmessageMediaGeoLive#b940c666 flags:# geo:GeoPoint heading:flags.0?int period:int proximity_notification_radius:flags.1?int = MessageMedia;\nmessageMediaPoll#4bd6e798 poll:Poll results:PollResults = MessageMedia;\nmessageMediaDice#3f7ee58b value:int emoticon:string = MessageMedia;\nmessageActionEmpty#b6aef7b0 = MessageAction;\nmessageActionChatCreate#a6638b9a title:string users:Vector = MessageAction;\nmessageActionChatEditTitle#b5a1ce5a title:string = MessageAction;\nmessageActionChatEditPhoto#7fcb13a8 photo:Photo = MessageAction;\nmessageActionChatDeletePhoto#95e3fbef = MessageAction;\nmessageActionChatAddUser#488a7337 users:Vector = MessageAction;\nmessageActionChatDeleteUser#b2ae9b0c user_id:int = MessageAction;\nmessageActionChatJoinedByLink#f89cf5e8 inviter_id:int = MessageAction;\nmessageActionChannelCreate#95d2ac92 title:string = MessageAction;\nmessageActionChatMigrateTo#51bdb021 channel_id:int = MessageAction;\nmessageActionChannelMigrateFrom#b055eaee title:string chat_id:int = MessageAction;\nmessageActionPinMessage#94bd38ed = MessageAction;\nmessageActionHistoryClear#9fbab604 = MessageAction;\nmessageActionGameScore#92a72876 game_id:long score:int = MessageAction;\nmessageActionPaymentSentMe#8f31b327 flags:# currency:string total_amount:long payload:bytes info:flags.0?PaymentRequestedInfo shipping_option_id:flags.1?string charge:PaymentCharge = MessageAction;\nmessageActionPaymentSent#40699cd0 currency:string total_amount:long = MessageAction;\nmessageActionPhoneCall#80e11a7f flags:# video:flags.2?true call_id:long reason:flags.0?PhoneCallDiscardReason duration:flags.1?int = MessageAction;\nmessageActionScreenshotTaken#4792929b = MessageAction;\nmessageActionCustomAction#fae69f56 message:string = MessageAction;\nmessageActionBotAllowed#abe9affe domain:string = MessageAction;\nmessageActionSecureValuesSentMe#1b287353 values:Vector credentials:SecureCredentialsEncrypted = MessageAction;\nmessageActionSecureValuesSent#d95c6154 types:Vector = MessageAction;\nmessageActionContactSignUp#f3f25f76 = MessageAction;\nmessageActionGeoProximityReached#98e0d697 from_id:Peer to_id:Peer distance:int = MessageAction;\ndialog#2c171f72 flags:# pinned:flags.2?true unread_mark:flags.3?true peer:Peer top_message:int read_inbox_max_id:int read_outbox_max_id:int unread_count:int unread_mentions_count:int notify_settings:PeerNotifySettings pts:flags.0?int draft:flags.1?DraftMessage folder_id:flags.4?int = Dialog;\ndialogFolder#71bd134c flags:# pinned:flags.2?true folder:Folder peer:Peer top_message:int unread_muted_peers_count:int unread_unmuted_peers_count:int unread_muted_messages_count:int unread_unmuted_messages_count:int = Dialog;\nphotoEmpty#2331b22d id:long = Photo;\nphoto#fb197a65 flags:# has_stickers:flags.0?true id:long access_hash:long file_reference:bytes date:int sizes:Vector video_sizes:flags.1?Vector dc_id:int = Photo;\nphotoSizeEmpty#e17e23c type:string = PhotoSize;\nphotoSize#77bfb61b type:string location:FileLocation w:int h:int size:int = PhotoSize;\nphotoCachedSize#e9a734fa type:string location:FileLocation w:int h:int bytes:bytes = PhotoSize;\nphotoStrippedSize#e0b0bc2e type:string bytes:bytes = PhotoSize;\nphotoSizeProgressive#5aa86a51 type:string location:FileLocation w:int h:int sizes:Vector = PhotoSize;\nphotoPathSize#d8214d41 type:string bytes:bytes = PhotoSize;\ngeoPointEmpty#1117dd5f = GeoPoint;\ngeoPoint#b2a2f663 flags:# long:double lat:double access_hash:long accuracy_radius:flags.0?int = GeoPoint;\nauth.sentCode#5e002502 flags:# type:auth.SentCodeType phone_code_hash:string next_type:flags.1?auth.CodeType timeout:flags.2?int = auth.SentCode;\nauth.authorization#cd050916 flags:# tmp_sessions:flags.0?int user:User = auth.Authorization;\nauth.authorizationSignUpRequired#44747e9a flags:# terms_of_service:flags.0?help.TermsOfService = auth.Authorization;\nauth.exportedAuthorization#df969c2d id:int bytes:bytes = auth.ExportedAuthorization;\ninputNotifyPeer#b8bc5b0c peer:InputPeer = InputNotifyPeer;\ninputNotifyUsers#193b4417 = InputNotifyPeer;\ninputNotifyChats#4a95e84e = InputNotifyPeer;\ninputNotifyBroadcasts#b1db7c7e = InputNotifyPeer;\ninputPeerNotifySettings#9c3d198e flags:# show_previews:flags.0?Bool silent:flags.1?Bool mute_until:flags.2?int sound:flags.3?string = InputPeerNotifySettings;\npeerNotifySettings#af509d20 flags:# show_previews:flags.0?Bool silent:flags.1?Bool mute_until:flags.2?int sound:flags.3?string = PeerNotifySettings;\npeerSettings#733f2961 flags:# report_spam:flags.0?true add_contact:flags.1?true block_contact:flags.2?true share_contact:flags.3?true need_contacts_exception:flags.4?true report_geo:flags.5?true autoarchived:flags.7?true geo_distance:flags.6?int = PeerSettings;\nwallPaper#a437c3ed id:long flags:# creator:flags.0?true default:flags.1?true pattern:flags.3?true dark:flags.4?true access_hash:long slug:string document:Document settings:flags.2?WallPaperSettings = WallPaper;\nwallPaperNoFile#8af40b25 flags:# default:flags.1?true dark:flags.4?true settings:flags.2?WallPaperSettings = WallPaper;\ninputReportReasonSpam#58dbcab8 = ReportReason;\ninputReportReasonViolence#1e22c78d = ReportReason;\ninputReportReasonPornography#2e59d922 = ReportReason;\ninputReportReasonChildAbuse#adf44ee3 = ReportReason;\ninputReportReasonOther#e1746d0a text:string = ReportReason;\ninputReportReasonCopyright#9b89f93a = ReportReason;\ninputReportReasonGeoIrrelevant#dbd4feed = ReportReason;\nuserFull#edf17c12 flags:# blocked:flags.0?true phone_calls_available:flags.4?true phone_calls_private:flags.5?true can_pin_message:flags.7?true has_scheduled:flags.12?true video_calls_available:flags.13?true user:User about:flags.1?string settings:PeerSettings profile_photo:flags.2?Photo notify_settings:PeerNotifySettings bot_info:flags.3?BotInfo pinned_msg_id:flags.6?int common_chats_count:int folder_id:flags.11?int = UserFull;\ncontact#f911c994 user_id:int mutual:Bool = Contact;\nimportedContact#d0028438 user_id:int client_id:long = ImportedContact;\ncontactStatus#d3680c61 user_id:int status:UserStatus = ContactStatus;\ncontacts.contactsNotModified#b74ba9d2 = contacts.Contacts;\ncontacts.contacts#eae87e42 contacts:Vector saved_count:int users:Vector = contacts.Contacts;\ncontacts.importedContacts#77d01c3b imported:Vector popular_invites:Vector retry_contacts:Vector users:Vector = contacts.ImportedContacts;\ncontacts.blocked#ade1591 blocked:Vector chats:Vector users:Vector = contacts.Blocked;\ncontacts.blockedSlice#e1664194 count:int blocked:Vector chats:Vector users:Vector = contacts.Blocked;\nmessages.dialogs#15ba6c40 dialogs:Vector messages:Vector chats:Vector users:Vector = messages.Dialogs;\nmessages.dialogsSlice#71e094f3 count:int dialogs:Vector messages:Vector chats:Vector users:Vector = messages.Dialogs;\nmessages.dialogsNotModified#f0e3e596 count:int = messages.Dialogs;\nmessages.messages#8c718e87 messages:Vector chats:Vector users:Vector = messages.Messages;\nmessages.messagesSlice#3a54685e flags:# inexact:flags.1?true count:int next_rate:flags.0?int offset_id_offset:flags.2?int messages:Vector chats:Vector users:Vector = messages.Messages;\nmessages.channelMessages#64479808 flags:# inexact:flags.1?true pts:int count:int offset_id_offset:flags.2?int messages:Vector chats:Vector users:Vector = messages.Messages;\nmessages.messagesNotModified#74535f21 count:int = messages.Messages;\nmessages.chats#64ff9fd5 chats:Vector = messages.Chats;\nmessages.chatsSlice#9cd81144 count:int chats:Vector = messages.Chats;\nmessages.chatFull#e5d7d19c full_chat:ChatFull chats:Vector users:Vector = messages.ChatFull;\nmessages.affectedHistory#b45c69d1 pts:int pts_count:int offset:int = messages.AffectedHistory;\ninputMessagesFilterEmpty#57e2f66c = MessagesFilter;\ninputMessagesFilterPhotos#9609a51c = MessagesFilter;\ninputMessagesFilterVideo#9fc00e65 = MessagesFilter;\ninputMessagesFilterPhotoVideo#56e9f0e4 = MessagesFilter;\ninputMessagesFilterDocument#9eddf188 = MessagesFilter;\ninputMessagesFilterUrl#7ef0dd87 = MessagesFilter;\ninputMessagesFilterGif#ffc86587 = MessagesFilter;\ninputMessagesFilterVoice#50f5c392 = MessagesFilter;\ninputMessagesFilterMusic#3751b49e = MessagesFilter;\ninputMessagesFilterChatPhotos#3a20ecb8 = MessagesFilter;\ninputMessagesFilterPhoneCalls#80c99768 flags:# missed:flags.0?true = MessagesFilter;\ninputMessagesFilterRoundVoice#7a7c17a4 = MessagesFilter;\ninputMessagesFilterRoundVideo#b549da53 = MessagesFilter;\ninputMessagesFilterMyMentions#c1f8e69a = MessagesFilter;\ninputMessagesFilterGeo#e7026d0d = MessagesFilter;\ninputMessagesFilterContacts#e062db83 = MessagesFilter;\ninputMessagesFilterPinned#1bb00451 = MessagesFilter;\nupdateNewMessage#1f2b0afd message:Message pts:int pts_count:int = Update;\nupdateMessageID#4e90bfd6 id:int random_id:long = Update;\nupdateDeleteMessages#a20db0e5 messages:Vector pts:int pts_count:int = Update;\nupdateUserTyping#5c486927 user_id:int action:SendMessageAction = Update;\nupdateChatUserTyping#9a65ea1f chat_id:int user_id:int action:SendMessageAction = Update;\nupdateChatParticipants#7761198 participants:ChatParticipants = Update;\nupdateUserStatus#1bfbd823 user_id:int status:UserStatus = Update;\nupdateUserName#a7332b73 user_id:int first_name:string last_name:string username:string = Update;\nupdateUserPhoto#95313b0c user_id:int date:int photo:UserProfilePhoto previous:Bool = Update;\nupdateNewEncryptedMessage#12bcbd9a message:EncryptedMessage qts:int = Update;\nupdateEncryptedChatTyping#1710f156 chat_id:int = Update;\nupdateEncryption#b4a2e88d chat:EncryptedChat date:int = Update;\nupdateEncryptedMessagesRead#38fe25b7 chat_id:int max_date:int date:int = Update;\nupdateChatParticipantAdd#ea4b0e5c chat_id:int user_id:int inviter_id:int date:int version:int = Update;\nupdateChatParticipantDelete#6e5f8c22 chat_id:int user_id:int version:int = Update;\nupdateDcOptions#8e5e9873 dc_options:Vector = Update;\nupdateNotifySettings#bec268ef peer:NotifyPeer notify_settings:PeerNotifySettings = Update;\nupdateServiceNotification#ebe46819 flags:# popup:flags.0?true inbox_date:flags.1?int type:string message:string media:MessageMedia entities:Vector = Update;\nupdatePrivacy#ee3b272a key:PrivacyKey rules:Vector = Update;\nupdateUserPhone#12b9417b user_id:int phone:string = Update;\nupdateReadHistoryInbox#9c974fdf flags:# folder_id:flags.0?int peer:Peer max_id:int still_unread_count:int pts:int pts_count:int = Update;\nupdateReadHistoryOutbox#2f2f21bf peer:Peer max_id:int pts:int pts_count:int = Update;\nupdateWebPage#7f891213 webpage:WebPage pts:int pts_count:int = Update;\nupdateReadMessagesContents#68c13933 messages:Vector pts:int pts_count:int = Update;\nupdateChannelTooLong#eb0467fb flags:# channel_id:int pts:flags.0?int = Update;\nupdateChannel#b6d45656 channel_id:int = Update;\nupdateNewChannelMessage#62ba04d9 message:Message pts:int pts_count:int = Update;\nupdateReadChannelInbox#330b5424 flags:# folder_id:flags.0?int channel_id:int max_id:int still_unread_count:int pts:int = Update;\nupdateDeleteChannelMessages#c37521c9 channel_id:int messages:Vector pts:int pts_count:int = Update;\nupdateChannelMessageViews#98a12b4b channel_id:int id:int views:int = Update;\nupdateChatParticipantAdmin#b6901959 chat_id:int user_id:int is_admin:Bool version:int = Update;\nupdateNewStickerSet#688a30aa stickerset:messages.StickerSet = Update;\nupdateStickerSetsOrder#bb2d201 flags:# masks:flags.0?true order:Vector = Update;\nupdateStickerSets#43ae3dec = Update;\nupdateSavedGifs#9375341e = Update;\nupdateBotInlineQuery#54826690 flags:# query_id:long user_id:int query:string geo:flags.0?GeoPoint offset:string = Update;\nupdateBotInlineSend#e48f964 flags:# user_id:int query:string geo:flags.0?GeoPoint id:string msg_id:flags.1?InputBotInlineMessageID = Update;\nupdateEditChannelMessage#1b3f4df7 message:Message pts:int pts_count:int = Update;\nupdateBotCallbackQuery#e73547e1 flags:# query_id:long user_id:int peer:Peer msg_id:int chat_instance:long data:flags.0?bytes game_short_name:flags.1?string = Update;\nupdateEditMessage#e40370a3 message:Message pts:int pts_count:int = Update;\nupdateInlineBotCallbackQuery#f9d27a5a flags:# query_id:long user_id:int msg_id:InputBotInlineMessageID chat_instance:long data:flags.0?bytes game_short_name:flags.1?string = Update;\nupdateReadChannelOutbox#25d6c9c7 channel_id:int max_id:int = Update;\nupdateDraftMessage#ee2bb969 peer:Peer draft:DraftMessage = Update;\nupdateReadFeaturedStickers#571d2742 = Update;\nupdateRecentStickers#9a422c20 = Update;\nupdateConfig#a229dd06 = Update;\nupdatePtsChanged#3354678f = Update;\nupdateChannelWebPage#40771900 channel_id:int webpage:WebPage pts:int pts_count:int = Update;\nupdateDialogPinned#6e6fe51c flags:# pinned:flags.0?true folder_id:flags.1?int peer:DialogPeer = Update;\nupdatePinnedDialogs#fa0f3ca2 flags:# folder_id:flags.1?int order:flags.0?Vector = Update;\nupdateBotWebhookJSON#8317c0c3 data:DataJSON = Update;\nupdateBotWebhookJSONQuery#9b9240a6 query_id:long data:DataJSON timeout:int = Update;\nupdateBotShippingQuery#e0cdc940 query_id:long user_id:int payload:bytes shipping_address:PostAddress = Update;\nupdateBotPrecheckoutQuery#5d2f3aa9 flags:# query_id:long user_id:int payload:bytes info:flags.0?PaymentRequestedInfo shipping_option_id:flags.1?string currency:string total_amount:long = Update;\nupdatePhoneCall#ab0f6b1e phone_call:PhoneCall = Update;\nupdateLangPackTooLong#46560264 lang_code:string = Update;\nupdateLangPack#56022f4d difference:LangPackDifference = Update;\nupdateFavedStickers#e511996d = Update;\nupdateChannelReadMessagesContents#89893b45 channel_id:int messages:Vector = Update;\nupdateContactsReset#7084a7be = Update;\nupdateChannelAvailableMessages#70db6837 channel_id:int available_min_id:int = Update;\nupdateDialogUnreadMark#e16459c3 flags:# unread:flags.0?true peer:DialogPeer = Update;\nupdateMessagePoll#aca1657b flags:# poll_id:long poll:flags.0?Poll results:PollResults = Update;\nupdateChatDefaultBannedRights#54c01850 peer:Peer default_banned_rights:ChatBannedRights version:int = Update;\nupdateFolderPeers#19360dc0 folder_peers:Vector pts:int pts_count:int = Update;\nupdatePeerSettings#6a7e7366 peer:Peer settings:PeerSettings = Update;\nupdatePeerLocated#b4afcfb0 peers:Vector = Update;\nupdateNewScheduledMessage#39a51dfb message:Message = Update;\nupdateDeleteScheduledMessages#90866cee peer:Peer messages:Vector = Update;\nupdateTheme#8216fba3 theme:Theme = Update;\nupdateGeoLiveViewed#871fb939 peer:Peer msg_id:int = Update;\nupdateLoginToken#564fe691 = Update;\nupdateMessagePollVote#42f88f2c poll_id:long user_id:int options:Vector = Update;\nupdateDialogFilter#26ffde7d flags:# id:int filter:flags.0?DialogFilter = Update;\nupdateDialogFilterOrder#a5d72105 order:Vector = Update;\nupdateDialogFilters#3504914f = Update;\nupdatePhoneCallSignalingData#2661bf09 phone_call_id:long data:bytes = Update;\nupdateChannelParticipant#65d2b464 flags:# channel_id:int date:int user_id:int prev_participant:flags.0?ChannelParticipant new_participant:flags.1?ChannelParticipant qts:int = Update;\nupdateChannelMessageForwards#6e8a84df channel_id:int id:int forwards:int = Update;\nupdateReadChannelDiscussionInbox#1cc7de54 flags:# channel_id:int top_msg_id:int read_max_id:int broadcast_id:flags.0?int broadcast_post:flags.0?int = Update;\nupdateReadChannelDiscussionOutbox#4638a26c channel_id:int top_msg_id:int read_max_id:int = Update;\nupdatePeerBlocked#246a4b22 peer_id:Peer blocked:Bool = Update;\nupdateChannelUserTyping#ff2abe9f flags:# channel_id:int top_msg_id:flags.0?int user_id:int action:SendMessageAction = Update;\nupdatePinnedMessages#ed85eab5 flags:# pinned:flags.0?true peer:Peer messages:Vector pts:int pts_count:int = Update;\nupdatePinnedChannelMessages#8588878b flags:# pinned:flags.0?true channel_id:int messages:Vector pts:int pts_count:int = Update;\nupdates.state#a56c2a3e pts:int qts:int date:int seq:int unread_count:int = updates.State;\nupdates.differenceEmpty#5d75a138 date:int seq:int = updates.Difference;\nupdates.difference#f49ca0 new_messages:Vector new_encrypted_messages:Vector other_updates:Vector chats:Vector users:Vector state:updates.State = updates.Difference;\nupdates.differenceSlice#a8fb1981 new_messages:Vector new_encrypted_messages:Vector other_updates:Vector chats:Vector users:Vector intermediate_state:updates.State = updates.Difference;\nupdates.differenceTooLong#4afe8f6d pts:int = updates.Difference;\nupdatesTooLong#e317af7e = Updates;\nupdateShortMessage#2296d2c8 flags:# out:flags.1?true mentioned:flags.4?true media_unread:flags.5?true silent:flags.13?true id:int user_id:int message:string pts:int pts_count:int date:int fwd_from:flags.2?MessageFwdHeader via_bot_id:flags.11?int reply_to:flags.3?MessageReplyHeader entities:flags.7?Vector = Updates;\nupdateShortChatMessage#402d5dbb flags:# out:flags.1?true mentioned:flags.4?true media_unread:flags.5?true silent:flags.13?true id:int from_id:int chat_id:int message:string pts:int pts_count:int date:int fwd_from:flags.2?MessageFwdHeader via_bot_id:flags.11?int reply_to:flags.3?MessageReplyHeader entities:flags.7?Vector = Updates;\nupdateShort#78d4dec1 update:Update date:int = Updates;\nupdatesCombined#725b04c3 updates:Vector users:Vector chats:Vector date:int seq_start:int seq:int = Updates;\nupdates#74ae4240 updates:Vector users:Vector chats:Vector date:int seq:int = Updates;\nupdateShortSentMessage#11f1331c flags:# out:flags.1?true id:int pts:int pts_count:int date:int media:flags.9?MessageMedia entities:flags.7?Vector = Updates;\nphotos.photos#8dca6aa5 photos:Vector users:Vector = photos.Photos;\nphotos.photosSlice#15051f54 count:int photos:Vector users:Vector = photos.Photos;\nphotos.photo#20212ca8 photo:Photo users:Vector = photos.Photo;\nupload.file#96a18d5 type:storage.FileType mtime:int bytes:bytes = upload.File;\nupload.fileCdnRedirect#f18cda44 dc_id:int file_token:bytes encryption_key:bytes encryption_iv:bytes file_hashes:Vector = upload.File;\ndcOption#18b7a10d flags:# ipv6:flags.0?true media_only:flags.1?true tcpo_only:flags.2?true cdn:flags.3?true static:flags.4?true id:int ip_address:string port:int secret:flags.10?bytes = DcOption;\nconfig#330b4067 flags:# phonecalls_enabled:flags.1?true default_p2p_contacts:flags.3?true preload_featured_stickers:flags.4?true ignore_phone_entities:flags.5?true revoke_pm_inbox:flags.6?true blocked_mode:flags.8?true pfs_enabled:flags.13?true date:int expires:int test_mode:Bool this_dc:int dc_options:Vector dc_txt_domain_name:string chat_size_max:int megagroup_size_max:int forwarded_count_max:int online_update_period_ms:int offline_blur_timeout_ms:int offline_idle_timeout_ms:int online_cloud_timeout_ms:int notify_cloud_delay_ms:int notify_default_delay_ms:int push_chat_period_ms:int push_chat_limit:int saved_gifs_limit:int edit_time_limit:int revoke_time_limit:int revoke_pm_time_limit:int rating_e_decay:int stickers_recent_limit:int stickers_faved_limit:int channels_read_media_period:int tmp_sessions:flags.0?int pinned_dialogs_count_max:int pinned_infolder_count_max:int call_receive_timeout_ms:int call_ring_timeout_ms:int call_connect_timeout_ms:int call_packet_timeout_ms:int me_url_prefix:string autoupdate_url_prefix:flags.7?string gif_search_username:flags.9?string venue_search_username:flags.10?string img_search_username:flags.11?string static_maps_provider:flags.12?string caption_length_max:int message_length_max:int webfile_dc_id:int suggested_lang_code:flags.2?string lang_pack_version:flags.2?int base_lang_pack_version:flags.2?int = Config;\nnearestDc#8e1a1775 country:string this_dc:int nearest_dc:int = NearestDc;\nhelp.appUpdate#1da7158f flags:# can_not_skip:flags.0?true id:int version:string text:string entities:Vector document:flags.1?Document url:flags.2?string = help.AppUpdate;\nhelp.noAppUpdate#c45a6536 = help.AppUpdate;\nhelp.inviteText#18cb9f78 message:string = help.InviteText;\nencryptedChatEmpty#ab7ec0a0 id:int = EncryptedChat;\nencryptedChatWaiting#3bf703dc id:int access_hash:long date:int admin_id:int participant_id:int = EncryptedChat;\nencryptedChatRequested#62718a82 flags:# folder_id:flags.0?int id:int access_hash:long date:int admin_id:int participant_id:int g_a:bytes = EncryptedChat;\nencryptedChat#fa56ce36 id:int access_hash:long date:int admin_id:int participant_id:int g_a_or_b:bytes key_fingerprint:long = EncryptedChat;\nencryptedChatDiscarded#13d6dd27 id:int = EncryptedChat;\ninputEncryptedChat#f141b5e1 chat_id:int access_hash:long = InputEncryptedChat;\nencryptedFileEmpty#c21f497e = EncryptedFile;\nencryptedFile#4a70994c id:long access_hash:long size:int dc_id:int key_fingerprint:int = EncryptedFile;\ninputEncryptedFileEmpty#1837c364 = InputEncryptedFile;\ninputEncryptedFileUploaded#64bd0306 id:long parts:int md5_checksum:string key_fingerprint:int = InputEncryptedFile;\ninputEncryptedFile#5a17b5e5 id:long access_hash:long = InputEncryptedFile;\ninputEncryptedFileBigUploaded#2dc173c8 id:long parts:int key_fingerprint:int = InputEncryptedFile;\nencryptedMessage#ed18c118 random_id:long chat_id:int date:int bytes:bytes file:EncryptedFile = EncryptedMessage;\nencryptedMessageService#23734b06 random_id:long chat_id:int date:int bytes:bytes = EncryptedMessage;\nmessages.dhConfigNotModified#c0e24635 random:bytes = messages.DhConfig;\nmessages.dhConfig#2c221edd g:int p:bytes version:int random:bytes = messages.DhConfig;\nmessages.sentEncryptedMessage#560f8935 date:int = messages.SentEncryptedMessage;\nmessages.sentEncryptedFile#9493ff32 date:int file:EncryptedFile = messages.SentEncryptedMessage;\ninputDocumentEmpty#72f0eaae = InputDocument;\ninputDocument#1abfb575 id:long access_hash:long file_reference:bytes = InputDocument;\ndocumentEmpty#36f8c871 id:long = Document;\ndocument#1e87342b flags:# id:long access_hash:long file_reference:bytes date:int mime_type:string size:int thumbs:flags.0?Vector video_thumbs:flags.1?Vector dc_id:int attributes:Vector = Document;\nhelp.support#17c6b5f6 phone_number:string user:User = help.Support;\nnotifyPeer#9fd40bd8 peer:Peer = NotifyPeer;\nnotifyUsers#b4c83b4c = NotifyPeer;\nnotifyChats#c007cec3 = NotifyPeer;\nnotifyBroadcasts#d612e8ef = NotifyPeer;\nsendMessageTypingAction#16bf744e = SendMessageAction;\nsendMessageCancelAction#fd5ec8f5 = SendMessageAction;\nsendMessageRecordVideoAction#a187d66f = SendMessageAction;\nsendMessageUploadVideoAction#e9763aec progress:int = SendMessageAction;\nsendMessageRecordAudioAction#d52f73f7 = SendMessageAction;\nsendMessageUploadAudioAction#f351d7ab progress:int = SendMessageAction;\nsendMessageUploadPhotoAction#d1d34a26 progress:int = SendMessageAction;\nsendMessageUploadDocumentAction#aa0cd9e4 progress:int = SendMessageAction;\nsendMessageGeoLocationAction#176f8ba1 = SendMessageAction;\nsendMessageChooseContactAction#628cbc6f = SendMessageAction;\nsendMessageGamePlayAction#dd6a8f48 = SendMessageAction;\nsendMessageRecordRoundAction#88f27fbc = SendMessageAction;\nsendMessageUploadRoundAction#243e1c66 progress:int = SendMessageAction;\ncontacts.found#b3134d9d my_results:Vector results:Vector chats:Vector users:Vector = contacts.Found;\ninputPrivacyKeyStatusTimestamp#4f96cb18 = InputPrivacyKey;\ninputPrivacyKeyChatInvite#bdfb0426 = InputPrivacyKey;\ninputPrivacyKeyPhoneCall#fabadc5f = InputPrivacyKey;\ninputPrivacyKeyPhoneP2P#db9e70d2 = InputPrivacyKey;\ninputPrivacyKeyForwards#a4dd4c08 = InputPrivacyKey;\ninputPrivacyKeyProfilePhoto#5719bacc = InputPrivacyKey;\ninputPrivacyKeyPhoneNumber#352dafa = InputPrivacyKey;\ninputPrivacyKeyAddedByPhone#d1219bdd = InputPrivacyKey;\nprivacyKeyStatusTimestamp#bc2eab30 = PrivacyKey;\nprivacyKeyChatInvite#500e6dfa = PrivacyKey;\nprivacyKeyPhoneCall#3d662b7b = PrivacyKey;\nprivacyKeyPhoneP2P#39491cc8 = PrivacyKey;\nprivacyKeyForwards#69ec56a3 = PrivacyKey;\nprivacyKeyProfilePhoto#96151fed = PrivacyKey;\nprivacyKeyPhoneNumber#d19ae46d = PrivacyKey;\nprivacyKeyAddedByPhone#42ffd42b = PrivacyKey;\ninputPrivacyValueAllowContacts#d09e07b = InputPrivacyRule;\ninputPrivacyValueAllowAll#184b35ce = InputPrivacyRule;\ninputPrivacyValueAllowUsers#131cc67f users:Vector = InputPrivacyRule;\ninputPrivacyValueDisallowContacts#ba52007 = InputPrivacyRule;\ninputPrivacyValueDisallowAll#d66b66c9 = InputPrivacyRule;\ninputPrivacyValueDisallowUsers#90110467 users:Vector = InputPrivacyRule;\ninputPrivacyValueAllowChatParticipants#4c81c1ba chats:Vector = InputPrivacyRule;\ninputPrivacyValueDisallowChatParticipants#d82363af chats:Vector = InputPrivacyRule;\nprivacyValueAllowContacts#fffe1bac = PrivacyRule;\nprivacyValueAllowAll#65427b82 = PrivacyRule;\nprivacyValueAllowUsers#4d5bbe0c users:Vector = PrivacyRule;\nprivacyValueDisallowContacts#f888fa1a = PrivacyRule;\nprivacyValueDisallowAll#8b73e763 = PrivacyRule;\nprivacyValueDisallowUsers#c7f49b7 users:Vector = PrivacyRule;\nprivacyValueAllowChatParticipants#18be796b chats:Vector = PrivacyRule;\nprivacyValueDisallowChatParticipants#acae0690 chats:Vector = PrivacyRule;\naccount.privacyRules#50a04e45 rules:Vector chats:Vector users:Vector = account.PrivacyRules;\naccountDaysTTL#b8d0afdf days:int = AccountDaysTTL;\ndocumentAttributeImageSize#6c37c15c w:int h:int = DocumentAttribute;\ndocumentAttributeAnimated#11b58939 = DocumentAttribute;\ndocumentAttributeSticker#6319d612 flags:# mask:flags.1?true alt:string stickerset:InputStickerSet mask_coords:flags.0?MaskCoords = DocumentAttribute;\ndocumentAttributeVideo#ef02ce6 flags:# round_message:flags.0?true supports_streaming:flags.1?true duration:int w:int h:int = DocumentAttribute;\ndocumentAttributeAudio#9852f9c6 flags:# voice:flags.10?true duration:int title:flags.0?string performer:flags.1?string waveform:flags.2?bytes = DocumentAttribute;\ndocumentAttributeFilename#15590068 file_name:string = DocumentAttribute;\ndocumentAttributeHasStickers#9801d2f7 = DocumentAttribute;\nmessages.stickersNotModified#f1749a22 = messages.Stickers;\nmessages.stickers#e4599bbd hash:int stickers:Vector = messages.Stickers;\nstickerPack#12b299d4 emoticon:string documents:Vector = StickerPack;\nmessages.allStickersNotModified#e86602c3 = messages.AllStickers;\nmessages.allStickers#edfd405f hash:int sets:Vector = messages.AllStickers;\nmessages.affectedMessages#84d19185 pts:int pts_count:int = messages.AffectedMessages;\nwebPageEmpty#eb1477e8 id:long = WebPage;\nwebPagePending#c586da1c id:long date:int = WebPage;\nwebPage#e89c45b2 flags:# id:long url:string display_url:string hash:int type:flags.0?string site_name:flags.1?string title:flags.2?string description:flags.3?string photo:flags.4?Photo embed_url:flags.5?string embed_type:flags.5?string embed_width:flags.6?int embed_height:flags.6?int duration:flags.7?int author:flags.8?string document:flags.9?Document cached_page:flags.10?Page attributes:flags.12?Vector = WebPage;\nwebPageNotModified#7311ca11 flags:# cached_page_views:flags.0?int = WebPage;\nauthorization#ad01d61d flags:# current:flags.0?true official_app:flags.1?true password_pending:flags.2?true hash:long device_model:string platform:string system_version:string api_id:int app_name:string app_version:string date_created:int date_active:int ip:string country:string region:string = Authorization;\naccount.authorizations#1250abde authorizations:Vector = account.Authorizations;\naccount.password#ad2641f8 flags:# has_recovery:flags.0?true has_secure_values:flags.1?true has_password:flags.2?true current_algo:flags.2?PasswordKdfAlgo srp_B:flags.2?bytes srp_id:flags.2?long hint:flags.3?string email_unconfirmed_pattern:flags.4?string new_algo:PasswordKdfAlgo new_secure_algo:SecurePasswordKdfAlgo secure_random:bytes = account.Password;\naccount.passwordSettings#9a5c33e5 flags:# email:flags.0?string secure_settings:flags.1?SecureSecretSettings = account.PasswordSettings;\naccount.passwordInputSettings#c23727c9 flags:# new_algo:flags.0?PasswordKdfAlgo new_password_hash:flags.0?bytes hint:flags.0?string email:flags.1?string new_secure_settings:flags.2?SecureSecretSettings = account.PasswordInputSettings;\nauth.passwordRecovery#137948a5 email_pattern:string = auth.PasswordRecovery;\nreceivedNotifyMessage#a384b779 id:int flags:int = ReceivedNotifyMessage;\nchatInviteEmpty#69df3769 = ExportedChatInvite;\nchatInviteExported#fc2e05bc link:string = ExportedChatInvite;\nchatInviteAlready#5a686d7c chat:Chat = ChatInvite;\nchatInvite#dfc2f58e flags:# channel:flags.0?true broadcast:flags.1?true public:flags.2?true megagroup:flags.3?true title:string photo:Photo participants_count:int participants:flags.4?Vector = ChatInvite;\nchatInvitePeek#61695cb0 chat:Chat expires:int = ChatInvite;\ninputStickerSetEmpty#ffb62b95 = InputStickerSet;\ninputStickerSetID#9de7a269 id:long access_hash:long = InputStickerSet;\ninputStickerSetShortName#861cc8a0 short_name:string = InputStickerSet;\ninputStickerSetAnimatedEmoji#28703c8 = InputStickerSet;\ninputStickerSetDice#e67f520e emoticon:string = InputStickerSet;\nstickerSet#eeb46f27 flags:# archived:flags.1?true official:flags.2?true masks:flags.3?true animated:flags.5?true installed_date:flags.0?int id:long access_hash:long title:string short_name:string thumb:flags.4?PhotoSize thumb_dc_id:flags.4?int count:int hash:int = StickerSet;\nmessages.stickerSet#b60a24a6 set:StickerSet packs:Vector documents:Vector = messages.StickerSet;\nbotCommand#c27ac8c7 command:string description:string = BotCommand;\nbotInfo#98e81d3a user_id:int description:string commands:Vector = BotInfo;\nkeyboardButton#a2fa4880 text:string = KeyboardButton;\nkeyboardButtonUrl#258aff05 text:string url:string = KeyboardButton;\nkeyboardButtonCallback#35bbdb6b flags:# requires_password:flags.0?true text:string data:bytes = KeyboardButton;\nkeyboardButtonRequestPhone#b16a6c29 text:string = KeyboardButton;\nkeyboardButtonRequestGeoLocation#fc796b3f text:string = KeyboardButton;\nkeyboardButtonSwitchInline#568a748 flags:# same_peer:flags.0?true text:string query:string = KeyboardButton;\nkeyboardButtonGame#50f41ccf text:string = KeyboardButton;\nkeyboardButtonBuy#afd93fbb text:string = KeyboardButton;\nkeyboardButtonUrlAuth#10b78d29 flags:# text:string fwd_text:flags.0?string url:string button_id:int = KeyboardButton;\ninputKeyboardButtonUrlAuth#d02e7fd4 flags:# request_write_access:flags.0?true text:string fwd_text:flags.1?string url:string bot:InputUser = KeyboardButton;\nkeyboardButtonRequestPoll#bbc7515d flags:# quiz:flags.0?Bool text:string = KeyboardButton;\nkeyboardButtonRow#77608b83 buttons:Vector = KeyboardButtonRow;\nreplyKeyboardHide#a03e5b85 flags:# selective:flags.2?true = ReplyMarkup;\nreplyKeyboardForceReply#f4108aa0 flags:# single_use:flags.1?true selective:flags.2?true = ReplyMarkup;\nreplyKeyboardMarkup#3502758c flags:# resize:flags.0?true single_use:flags.1?true selective:flags.2?true rows:Vector = ReplyMarkup;\nreplyInlineMarkup#48a30254 rows:Vector = ReplyMarkup;\nmessageEntityUnknown#bb92ba95 offset:int length:int = MessageEntity;\nmessageEntityMention#fa04579d offset:int length:int = MessageEntity;\nmessageEntityHashtag#6f635b0d offset:int length:int = MessageEntity;\nmessageEntityBotCommand#6cef8ac7 offset:int length:int = MessageEntity;\nmessageEntityUrl#6ed02538 offset:int length:int = MessageEntity;\nmessageEntityEmail#64e475c2 offset:int length:int = MessageEntity;\nmessageEntityBold#bd610bc9 offset:int length:int = MessageEntity;\nmessageEntityItalic#826f8b60 offset:int length:int = MessageEntity;\nmessageEntityCode#28a20571 offset:int length:int = MessageEntity;\nmessageEntityPre#73924be0 offset:int length:int language:string = MessageEntity;\nmessageEntityTextUrl#76a6d327 offset:int length:int url:string = MessageEntity;\nmessageEntityMentionName#352dca58 offset:int length:int user_id:int = MessageEntity;\ninputMessageEntityMentionName#208e68c9 offset:int length:int user_id:InputUser = MessageEntity;\nmessageEntityPhone#9b69e34b offset:int length:int = MessageEntity;\nmessageEntityCashtag#4c4e743f offset:int length:int = MessageEntity;\nmessageEntityUnderline#9c4e7e8b offset:int length:int = MessageEntity;\nmessageEntityStrike#bf0693d4 offset:int length:int = MessageEntity;\nmessageEntityBlockquote#20df5d0 offset:int length:int = MessageEntity;\nmessageEntityBankCard#761e6af4 offset:int length:int = MessageEntity;\ninputChannelEmpty#ee8c1e86 = InputChannel;\ninputChannel#afeb712e channel_id:int access_hash:long = InputChannel;\ninputChannelFromMessage#2a286531 peer:InputPeer msg_id:int channel_id:int = InputChannel;\ncontacts.resolvedPeer#7f077ad9 peer:Peer chats:Vector users:Vector = contacts.ResolvedPeer;\nmessageRange#ae30253 min_id:int max_id:int = MessageRange;\nupdates.channelDifferenceEmpty#3e11affb flags:# final:flags.0?true pts:int timeout:flags.1?int = updates.ChannelDifference;\nupdates.channelDifferenceTooLong#a4bcc6fe flags:# final:flags.0?true timeout:flags.1?int dialog:Dialog messages:Vector chats:Vector users:Vector = updates.ChannelDifference;\nupdates.channelDifference#2064674e flags:# final:flags.0?true pts:int timeout:flags.1?int new_messages:Vector other_updates:Vector chats:Vector users:Vector = updates.ChannelDifference;\nchannelMessagesFilterEmpty#94d42ee7 = ChannelMessagesFilter;\nchannelMessagesFilter#cd77d957 flags:# exclude_new_messages:flags.1?true ranges:Vector = ChannelMessagesFilter;\nchannelParticipant#15ebac1d user_id:int date:int = ChannelParticipant;\nchannelParticipantSelf#a3289a6d user_id:int inviter_id:int date:int = ChannelParticipant;\nchannelParticipantCreator#447dca4b flags:# user_id:int admin_rights:ChatAdminRights rank:flags.0?string = ChannelParticipant;\nchannelParticipantAdmin#ccbebbaf flags:# can_edit:flags.0?true self:flags.1?true user_id:int inviter_id:flags.1?int promoted_by:int date:int admin_rights:ChatAdminRights rank:flags.2?string = ChannelParticipant;\nchannelParticipantBanned#1c0facaf flags:# left:flags.0?true user_id:int kicked_by:int date:int banned_rights:ChatBannedRights = ChannelParticipant;\nchannelParticipantLeft#c3c6796b user_id:int = ChannelParticipant;\nchannelParticipantsRecent#de3f3c79 = ChannelParticipantsFilter;\nchannelParticipantsAdmins#b4608969 = ChannelParticipantsFilter;\nchannelParticipantsKicked#a3b54985 q:string = ChannelParticipantsFilter;\nchannelParticipantsBots#b0d1865b = ChannelParticipantsFilter;\nchannelParticipantsBanned#1427a5e1 q:string = ChannelParticipantsFilter;\nchannelParticipantsSearch#656ac4b q:string = ChannelParticipantsFilter;\nchannelParticipantsContacts#bb6ae88d q:string = ChannelParticipantsFilter;\nchannelParticipantsMentions#e04b5ceb flags:# q:flags.0?string top_msg_id:flags.1?int = ChannelParticipantsFilter;\nchannels.channelParticipants#f56ee2a8 count:int participants:Vector users:Vector = channels.ChannelParticipants;\nchannels.channelParticipantsNotModified#f0173fe9 = channels.ChannelParticipants;\nchannels.channelParticipant#d0d9b163 participant:ChannelParticipant users:Vector = channels.ChannelParticipant;\nhelp.termsOfService#780a0310 flags:# popup:flags.0?true id:DataJSON text:string entities:Vector min_age_confirm:flags.1?int = help.TermsOfService;\nmessages.savedGifsNotModified#e8025ca2 = messages.SavedGifs;\nmessages.savedGifs#2e0709a5 hash:int gifs:Vector = messages.SavedGifs;\ninputBotInlineMessageMediaAuto#3380c786 flags:# message:string entities:flags.1?Vector reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage;\ninputBotInlineMessageText#3dcd7a87 flags:# no_webpage:flags.0?true message:string entities:flags.1?Vector reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage;\ninputBotInlineMessageMediaGeo#96929a85 flags:# geo_point:InputGeoPoint heading:flags.0?int period:flags.1?int proximity_notification_radius:flags.3?int reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage;\ninputBotInlineMessageMediaVenue#417bbf11 flags:# geo_point:InputGeoPoint title:string address:string provider:string venue_id:string venue_type:string reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage;\ninputBotInlineMessageMediaContact#a6edbffd flags:# phone_number:string first_name:string last_name:string vcard:string reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage;\ninputBotInlineMessageGame#4b425864 flags:# reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage;\ninputBotInlineResult#88bf9319 flags:# id:string type:string title:flags.1?string description:flags.2?string url:flags.3?string thumb:flags.4?InputWebDocument content:flags.5?InputWebDocument send_message:InputBotInlineMessage = InputBotInlineResult;\ninputBotInlineResultPhoto#a8d864a7 id:string type:string photo:InputPhoto send_message:InputBotInlineMessage = InputBotInlineResult;\ninputBotInlineResultDocument#fff8fdc4 flags:# id:string type:string title:flags.1?string description:flags.2?string document:InputDocument send_message:InputBotInlineMessage = InputBotInlineResult;\ninputBotInlineResultGame#4fa417f2 id:string short_name:string send_message:InputBotInlineMessage = InputBotInlineResult;\nbotInlineMessageMediaAuto#764cf810 flags:# message:string entities:flags.1?Vector reply_markup:flags.2?ReplyMarkup = BotInlineMessage;\nbotInlineMessageText#8c7f65e2 flags:# no_webpage:flags.0?true message:string entities:flags.1?Vector reply_markup:flags.2?ReplyMarkup = BotInlineMessage;\nbotInlineMessageMediaGeo#51846fd flags:# geo:GeoPoint heading:flags.0?int period:flags.1?int proximity_notification_radius:flags.3?int reply_markup:flags.2?ReplyMarkup = BotInlineMessage;\nbotInlineMessageMediaVenue#8a86659c flags:# geo:GeoPoint title:string address:string provider:string venue_id:string venue_type:string reply_markup:flags.2?ReplyMarkup = BotInlineMessage;\nbotInlineMessageMediaContact#18d1cdc2 flags:# phone_number:string first_name:string last_name:string vcard:string reply_markup:flags.2?ReplyMarkup = BotInlineMessage;\nbotInlineResult#11965f3a flags:# id:string type:string title:flags.1?string description:flags.2?string url:flags.3?string thumb:flags.4?WebDocument content:flags.5?WebDocument send_message:BotInlineMessage = BotInlineResult;\nbotInlineMediaResult#17db940b flags:# id:string type:string photo:flags.0?Photo document:flags.1?Document title:flags.2?string description:flags.3?string send_message:BotInlineMessage = BotInlineResult;\nmessages.botResults#947ca848 flags:# gallery:flags.0?true query_id:long next_offset:flags.1?string switch_pm:flags.2?InlineBotSwitchPM results:Vector cache_time:int users:Vector = messages.BotResults;\nexportedMessageLink#5dab1af4 link:string html:string = ExportedMessageLink;\nmessageFwdHeader#5f777dce flags:# from_id:flags.0?Peer from_name:flags.5?string date:int channel_post:flags.2?int post_author:flags.3?string saved_from_peer:flags.4?Peer saved_from_msg_id:flags.4?int psa_type:flags.6?string = MessageFwdHeader;\nauth.codeTypeSms#72a3158c = auth.CodeType;\nauth.codeTypeCall#741cd3e3 = auth.CodeType;\nauth.codeTypeFlashCall#226ccefb = auth.CodeType;\nauth.sentCodeTypeApp#3dbb5986 length:int = auth.SentCodeType;\nauth.sentCodeTypeSms#c000bba2 length:int = auth.SentCodeType;\nauth.sentCodeTypeCall#5353e5a7 length:int = auth.SentCodeType;\nauth.sentCodeTypeFlashCall#ab03c6d9 pattern:string = auth.SentCodeType;\nmessages.botCallbackAnswer#36585ea4 flags:# alert:flags.1?true has_url:flags.3?true native_ui:flags.4?true message:flags.0?string url:flags.2?string cache_time:int = messages.BotCallbackAnswer;\nmessages.messageEditData#26b5dde6 flags:# caption:flags.0?true = messages.MessageEditData;\ninputBotInlineMessageID#890c3d89 dc_id:int id:long access_hash:long = InputBotInlineMessageID;\ninlineBotSwitchPM#3c20629f text:string start_param:string = InlineBotSwitchPM;\nmessages.peerDialogs#3371c354 dialogs:Vector messages:Vector chats:Vector users:Vector state:updates.State = messages.PeerDialogs;\ntopPeer#edcdc05b peer:Peer rating:double = TopPeer;\ntopPeerCategoryBotsPM#ab661b5b = TopPeerCategory;\ntopPeerCategoryBotsInline#148677e2 = TopPeerCategory;\ntopPeerCategoryCorrespondents#637b7ed = TopPeerCategory;\ntopPeerCategoryGroups#bd17a14a = TopPeerCategory;\ntopPeerCategoryChannels#161d9628 = TopPeerCategory;\ntopPeerCategoryPhoneCalls#1e76a78c = TopPeerCategory;\ntopPeerCategoryForwardUsers#a8406ca9 = TopPeerCategory;\ntopPeerCategoryForwardChats#fbeec0f0 = TopPeerCategory;\ntopPeerCategoryPeers#fb834291 category:TopPeerCategory count:int peers:Vector = TopPeerCategoryPeers;\ncontacts.topPeersNotModified#de266ef5 = contacts.TopPeers;\ncontacts.topPeers#70b772a8 categories:Vector chats:Vector users:Vector = contacts.TopPeers;\ncontacts.topPeersDisabled#b52c939d = contacts.TopPeers;\ndraftMessageEmpty#1b0c841a flags:# date:flags.0?int = DraftMessage;\ndraftMessage#fd8e711f flags:# no_webpage:flags.1?true reply_to_msg_id:flags.0?int message:string entities:flags.3?Vector date:int = DraftMessage;\nmessages.featuredStickersNotModified#c6dc0c66 count:int = messages.FeaturedStickers;\nmessages.featuredStickers#b6abc341 hash:int count:int sets:Vector unread:Vector = messages.FeaturedStickers;\nmessages.recentStickersNotModified#b17f890 = messages.RecentStickers;\nmessages.recentStickers#22f3afb3 hash:int packs:Vector stickers:Vector dates:Vector = messages.RecentStickers;\nmessages.archivedStickers#4fcba9c8 count:int sets:Vector = messages.ArchivedStickers;\nmessages.stickerSetInstallResultSuccess#38641628 = messages.StickerSetInstallResult;\nmessages.stickerSetInstallResultArchive#35e410a8 sets:Vector = messages.StickerSetInstallResult;\nstickerSetCovered#6410a5d2 set:StickerSet cover:Document = StickerSetCovered;\nstickerSetMultiCovered#3407e51b set:StickerSet covers:Vector = StickerSetCovered;\nmaskCoords#aed6dbb2 n:int x:double y:double zoom:double = MaskCoords;\ninputStickeredMediaPhoto#4a992157 id:InputPhoto = InputStickeredMedia;\ninputStickeredMediaDocument#438865b id:InputDocument = InputStickeredMedia;\ngame#bdf9653b flags:# id:long access_hash:long short_name:string title:string description:string photo:Photo document:flags.0?Document = Game;\ninputGameID#32c3e77 id:long access_hash:long = InputGame;\ninputGameShortName#c331e80a bot_id:InputUser short_name:string = InputGame;\nhighScore#58fffcd0 pos:int user_id:int score:int = HighScore;\nmessages.highScores#9a3bfd99 scores:Vector users:Vector = messages.HighScores;\ntextEmpty#dc3d824f = RichText;\ntextPlain#744694e0 text:string = RichText;\ntextBold#6724abc4 text:RichText = RichText;\ntextItalic#d912a59c text:RichText = RichText;\ntextUnderline#c12622c4 text:RichText = RichText;\ntextStrike#9bf8bb95 text:RichText = RichText;\ntextFixed#6c3f19b9 text:RichText = RichText;\ntextUrl#3c2884c1 text:RichText url:string webpage_id:long = RichText;\ntextEmail#de5a0dd6 text:RichText email:string = RichText;\ntextConcat#7e6260d7 texts:Vector = RichText;\ntextSubscript#ed6a8504 text:RichText = RichText;\ntextSuperscript#c7fb5e01 text:RichText = RichText;\ntextMarked#34b8621 text:RichText = RichText;\ntextPhone#1ccb966a text:RichText phone:string = RichText;\ntextImage#81ccf4f document_id:long w:int h:int = RichText;\ntextAnchor#35553762 text:RichText name:string = RichText;\npageBlockUnsupported#13567e8a = PageBlock;\npageBlockTitle#70abc3fd text:RichText = PageBlock;\npageBlockSubtitle#8ffa9a1f text:RichText = PageBlock;\npageBlockAuthorDate#baafe5e0 author:RichText published_date:int = PageBlock;\npageBlockHeader#bfd064ec text:RichText = PageBlock;\npageBlockSubheader#f12bb6e1 text:RichText = PageBlock;\npageBlockParagraph#467a0766 text:RichText = PageBlock;\npageBlockPreformatted#c070d93e text:RichText language:string = PageBlock;\npageBlockFooter#48870999 text:RichText = PageBlock;\npageBlockDivider#db20b188 = PageBlock;\npageBlockAnchor#ce0d37b0 name:string = PageBlock;\npageBlockList#e4e88011 items:Vector = PageBlock;\npageBlockBlockquote#263d7c26 text:RichText caption:RichText = PageBlock;\npageBlockPullquote#4f4456d3 text:RichText caption:RichText = PageBlock;\npageBlockPhoto#1759c560 flags:# photo_id:long caption:PageCaption url:flags.0?string webpage_id:flags.0?long = PageBlock;\npageBlockVideo#7c8fe7b6 flags:# autoplay:flags.0?true loop:flags.1?true video_id:long caption:PageCaption = PageBlock;\npageBlockCover#39f23300 cover:PageBlock = PageBlock;\npageBlockEmbed#a8718dc5 flags:# full_width:flags.0?true allow_scrolling:flags.3?true url:flags.1?string html:flags.2?string poster_photo_id:flags.4?long w:flags.5?int h:flags.5?int caption:PageCaption = PageBlock;\npageBlockEmbedPost#f259a80b url:string webpage_id:long author_photo_id:long author:string date:int blocks:Vector caption:PageCaption = PageBlock;\npageBlockCollage#65a0fa4d items:Vector caption:PageCaption = PageBlock;\npageBlockSlideshow#31f9590 items:Vector caption:PageCaption = PageBlock;\npageBlockChannel#ef1751b5 channel:Chat = PageBlock;\npageBlockAudio#804361ea audio_id:long caption:PageCaption = PageBlock;\npageBlockKicker#1e148390 text:RichText = PageBlock;\npageBlockTable#bf4dea82 flags:# bordered:flags.0?true striped:flags.1?true title:RichText rows:Vector = PageBlock;\npageBlockOrderedList#9a8ae1e1 items:Vector = PageBlock;\npageBlockDetails#76768bed flags:# open:flags.0?true blocks:Vector title:RichText = PageBlock;\npageBlockRelatedArticles#16115a96 title:RichText articles:Vector = PageBlock;\npageBlockMap#a44f3ef6 geo:GeoPoint zoom:int w:int h:int caption:PageCaption = PageBlock;\nphoneCallDiscardReasonMissed#85e42301 = PhoneCallDiscardReason;\nphoneCallDiscardReasonDisconnect#e095c1a0 = PhoneCallDiscardReason;\nphoneCallDiscardReasonHangup#57adc690 = PhoneCallDiscardReason;\nphoneCallDiscardReasonBusy#faf7e8c9 = PhoneCallDiscardReason;\ndataJSON#7d748d04 data:string = DataJSON;\nlabeledPrice#cb296bf8 label:string amount:long = LabeledPrice;\ninvoice#c30aa358 flags:# test:flags.0?true name_requested:flags.1?true phone_requested:flags.2?true email_requested:flags.3?true shipping_address_requested:flags.4?true flexible:flags.5?true phone_to_provider:flags.6?true email_to_provider:flags.7?true currency:string prices:Vector = Invoice;\npaymentCharge#ea02c27e id:string provider_charge_id:string = PaymentCharge;\npostAddress#1e8caaeb street_line1:string street_line2:string city:string state:string country_iso2:string post_code:string = PostAddress;\npaymentRequestedInfo#909c3f94 flags:# name:flags.0?string phone:flags.1?string email:flags.2?string shipping_address:flags.3?PostAddress = PaymentRequestedInfo;\npaymentSavedCredentialsCard#cdc27a1f id:string title:string = PaymentSavedCredentials;\nwebDocument#1c570ed1 url:string access_hash:long size:int mime_type:string attributes:Vector = WebDocument;\nwebDocumentNoProxy#f9c8bcc6 url:string size:int mime_type:string attributes:Vector = WebDocument;\ninputWebDocument#9bed434d url:string size:int mime_type:string attributes:Vector = InputWebDocument;\ninputWebFileLocation#c239d686 url:string access_hash:long = InputWebFileLocation;\ninputWebFileGeoPointLocation#9f2221c9 geo_point:InputGeoPoint access_hash:long w:int h:int zoom:int scale:int = InputWebFileLocation;\nupload.webFile#21e753bc size:int mime_type:string file_type:storage.FileType mtime:int bytes:bytes = upload.WebFile;\npayments.paymentForm#3f56aea3 flags:# can_save_credentials:flags.2?true password_missing:flags.3?true bot_id:int invoice:Invoice provider_id:int url:string native_provider:flags.4?string native_params:flags.4?DataJSON saved_info:flags.0?PaymentRequestedInfo saved_credentials:flags.1?PaymentSavedCredentials users:Vector = payments.PaymentForm;\npayments.validatedRequestedInfo#d1451883 flags:# id:flags.0?string shipping_options:flags.1?Vector = payments.ValidatedRequestedInfo;\npayments.paymentResult#4e5f810d updates:Updates = payments.PaymentResult;\npayments.paymentVerificationNeeded#d8411139 url:string = payments.PaymentResult;\npayments.paymentReceipt#500911e1 flags:# date:int bot_id:int invoice:Invoice provider_id:int info:flags.0?PaymentRequestedInfo shipping:flags.1?ShippingOption currency:string total_amount:long credentials_title:string users:Vector = payments.PaymentReceipt;\npayments.savedInfo#fb8fe43c flags:# has_saved_credentials:flags.1?true saved_info:flags.0?PaymentRequestedInfo = payments.SavedInfo;\ninputPaymentCredentialsSaved#c10eb2cf id:string tmp_password:bytes = InputPaymentCredentials;\ninputPaymentCredentials#3417d728 flags:# save:flags.0?true data:DataJSON = InputPaymentCredentials;\ninputPaymentCredentialsApplePay#aa1c39f payment_data:DataJSON = InputPaymentCredentials;\ninputPaymentCredentialsAndroidPay#ca05d50e payment_token:DataJSON google_transaction_id:string = InputPaymentCredentials;\naccount.tmpPassword#db64fd34 tmp_password:bytes valid_until:int = account.TmpPassword;\nshippingOption#b6213cdf id:string title:string prices:Vector = ShippingOption;\ninputStickerSetItem#ffa0a496 flags:# document:InputDocument emoji:string mask_coords:flags.0?MaskCoords = InputStickerSetItem;\ninputPhoneCall#1e36fded id:long access_hash:long = InputPhoneCall;\nphoneCallEmpty#5366c915 id:long = PhoneCall;\nphoneCallWaiting#1b8f4ad1 flags:# video:flags.6?true id:long access_hash:long date:int admin_id:int participant_id:int protocol:PhoneCallProtocol receive_date:flags.0?int = PhoneCall;\nphoneCallRequested#87eabb53 flags:# video:flags.6?true id:long access_hash:long date:int admin_id:int participant_id:int g_a_hash:bytes protocol:PhoneCallProtocol = PhoneCall;\nphoneCallAccepted#997c454a flags:# video:flags.6?true id:long access_hash:long date:int admin_id:int participant_id:int g_b:bytes protocol:PhoneCallProtocol = PhoneCall;\nphoneCall#8742ae7f flags:# p2p_allowed:flags.5?true video:flags.6?true id:long access_hash:long date:int admin_id:int participant_id:int g_a_or_b:bytes key_fingerprint:long protocol:PhoneCallProtocol connections:Vector start_date:int = PhoneCall;\nphoneCallDiscarded#50ca4de1 flags:# need_rating:flags.2?true need_debug:flags.3?true video:flags.6?true id:long reason:flags.0?PhoneCallDiscardReason duration:flags.1?int = PhoneCall;\nphoneConnection#9d4c17c0 id:long ip:string ipv6:string port:int peer_tag:bytes = PhoneConnection;\nphoneConnectionWebrtc#635fe375 flags:# turn:flags.0?true stun:flags.1?true id:long ip:string ipv6:string port:int username:string password:string = PhoneConnection;\nphoneCallProtocol#fc878fc8 flags:# udp_p2p:flags.0?true udp_reflector:flags.1?true min_layer:int max_layer:int library_versions:Vector = PhoneCallProtocol;\nphone.phoneCall#ec82e140 phone_call:PhoneCall users:Vector = phone.PhoneCall;\nupload.cdnFileReuploadNeeded#eea8e46e request_token:bytes = upload.CdnFile;\nupload.cdnFile#a99fca4f bytes:bytes = upload.CdnFile;\ncdnPublicKey#c982eaba dc_id:int public_key:string = CdnPublicKey;\ncdnConfig#5725e40a public_keys:Vector = CdnConfig;\nlangPackString#cad181f6 key:string value:string = LangPackString;\nlangPackStringPluralized#6c47ac9f flags:# key:string zero_value:flags.0?string one_value:flags.1?string two_value:flags.2?string few_value:flags.3?string many_value:flags.4?string other_value:string = LangPackString;\nlangPackStringDeleted#2979eeb2 key:string = LangPackString;\nlangPackDifference#f385c1f6 lang_code:string from_version:int version:int strings:Vector = LangPackDifference;\nlangPackLanguage#eeca5ce3 flags:# official:flags.0?true rtl:flags.2?true beta:flags.3?true name:string native_name:string lang_code:string base_lang_code:flags.1?string plural_code:string strings_count:int translated_count:int translations_url:string = LangPackLanguage;\nchannelAdminLogEventActionChangeTitle#e6dfb825 prev_value:string new_value:string = ChannelAdminLogEventAction;\nchannelAdminLogEventActionChangeAbout#55188a2e prev_value:string new_value:string = ChannelAdminLogEventAction;\nchannelAdminLogEventActionChangeUsername#6a4afc38 prev_value:string new_value:string = ChannelAdminLogEventAction;\nchannelAdminLogEventActionChangePhoto#434bd2af prev_photo:Photo new_photo:Photo = ChannelAdminLogEventAction;\nchannelAdminLogEventActionToggleInvites#1b7907ae new_value:Bool = ChannelAdminLogEventAction;\nchannelAdminLogEventActionToggleSignatures#26ae0971 new_value:Bool = ChannelAdminLogEventAction;\nchannelAdminLogEventActionUpdatePinned#e9e82c18 message:Message = ChannelAdminLogEventAction;\nchannelAdminLogEventActionEditMessage#709b2405 prev_message:Message new_message:Message = ChannelAdminLogEventAction;\nchannelAdminLogEventActionDeleteMessage#42e047bb message:Message = ChannelAdminLogEventAction;\nchannelAdminLogEventActionParticipantJoin#183040d3 = ChannelAdminLogEventAction;\nchannelAdminLogEventActionParticipantLeave#f89777f2 = ChannelAdminLogEventAction;\nchannelAdminLogEventActionParticipantInvite#e31c34d8 participant:ChannelParticipant = ChannelAdminLogEventAction;\nchannelAdminLogEventActionParticipantToggleBan#e6d83d7e prev_participant:ChannelParticipant new_participant:ChannelParticipant = ChannelAdminLogEventAction;\nchannelAdminLogEventActionParticipantToggleAdmin#d5676710 prev_participant:ChannelParticipant new_participant:ChannelParticipant = ChannelAdminLogEventAction;\nchannelAdminLogEventActionChangeStickerSet#b1c3caa7 prev_stickerset:InputStickerSet new_stickerset:InputStickerSet = ChannelAdminLogEventAction;\nchannelAdminLogEventActionTogglePreHistoryHidden#5f5c95f1 new_value:Bool = ChannelAdminLogEventAction;\nchannelAdminLogEventActionDefaultBannedRights#2df5fc0a prev_banned_rights:ChatBannedRights new_banned_rights:ChatBannedRights = ChannelAdminLogEventAction;\nchannelAdminLogEventActionStopPoll#8f079643 message:Message = ChannelAdminLogEventAction;\nchannelAdminLogEventActionChangeLinkedChat#a26f881b prev_value:int new_value:int = ChannelAdminLogEventAction;\nchannelAdminLogEventActionChangeLocation#e6b76ae prev_value:ChannelLocation new_value:ChannelLocation = ChannelAdminLogEventAction;\nchannelAdminLogEventActionToggleSlowMode#53909779 prev_value:int new_value:int = ChannelAdminLogEventAction;\nchannelAdminLogEvent#3b5a3e40 id:long date:int user_id:int action:ChannelAdminLogEventAction = ChannelAdminLogEvent;\nchannels.adminLogResults#ed8af74d events:Vector chats:Vector users:Vector = channels.AdminLogResults;\nchannelAdminLogEventsFilter#ea107ae4 flags:# join:flags.0?true leave:flags.1?true invite:flags.2?true ban:flags.3?true unban:flags.4?true kick:flags.5?true unkick:flags.6?true promote:flags.7?true demote:flags.8?true info:flags.9?true settings:flags.10?true pinned:flags.11?true edit:flags.12?true delete:flags.13?true = ChannelAdminLogEventsFilter;\npopularContact#5ce14175 client_id:long importers:int = PopularContact;\nmessages.favedStickersNotModified#9e8fa6d3 = messages.FavedStickers;\nmessages.favedStickers#f37f2f16 hash:int packs:Vector stickers:Vector = messages.FavedStickers;\nrecentMeUrlUnknown#46e1d13d url:string = RecentMeUrl;\nrecentMeUrlUser#8dbc3336 url:string user_id:int = RecentMeUrl;\nrecentMeUrlChat#a01b22f9 url:string chat_id:int = RecentMeUrl;\nrecentMeUrlChatInvite#eb49081d url:string chat_invite:ChatInvite = RecentMeUrl;\nrecentMeUrlStickerSet#bc0a57dc url:string set:StickerSetCovered = RecentMeUrl;\nhelp.recentMeUrls#e0310d7 urls:Vector chats:Vector users:Vector = help.RecentMeUrls;\ninputSingleMedia#1cc6e91f flags:# media:InputMedia random_id:long message:string entities:flags.0?Vector = InputSingleMedia;\nwebAuthorization#cac943f2 hash:long bot_id:int domain:string browser:string platform:string date_created:int date_active:int ip:string region:string = WebAuthorization;\naccount.webAuthorizations#ed56c9fc authorizations:Vector users:Vector = account.WebAuthorizations;\ninputMessageID#a676a322 id:int = InputMessage;\ninputMessageReplyTo#bad88395 id:int = InputMessage;\ninputMessagePinned#86872538 = InputMessage;\ninputMessageCallbackQuery#acfa1a7e id:int query_id:long = InputMessage;\ninputDialogPeer#fcaafeb7 peer:InputPeer = InputDialogPeer;\ninputDialogPeerFolder#64600527 folder_id:int = InputDialogPeer;\ndialogPeer#e56dbf05 peer:Peer = DialogPeer;\ndialogPeerFolder#514519e2 folder_id:int = DialogPeer;\nmessages.foundStickerSetsNotModified#d54b65d = messages.FoundStickerSets;\nmessages.foundStickerSets#5108d648 hash:int sets:Vector = messages.FoundStickerSets;\nfileHash#6242c773 offset:int limit:int hash:bytes = FileHash;\ninputClientProxy#75588b3f address:string port:int = InputClientProxy;\nhelp.termsOfServiceUpdateEmpty#e3309f7f expires:int = help.TermsOfServiceUpdate;\nhelp.termsOfServiceUpdate#28ecf961 expires:int terms_of_service:help.TermsOfService = help.TermsOfServiceUpdate;\ninputSecureFileUploaded#3334b0f0 id:long parts:int md5_checksum:string file_hash:bytes secret:bytes = InputSecureFile;\ninputSecureFile#5367e5be id:long access_hash:long = InputSecureFile;\nsecureFileEmpty#64199744 = SecureFile;\nsecureFile#e0277a62 id:long access_hash:long size:int dc_id:int date:int file_hash:bytes secret:bytes = SecureFile;\nsecureData#8aeabec3 data:bytes data_hash:bytes secret:bytes = SecureData;\nsecurePlainPhone#7d6099dd phone:string = SecurePlainData;\nsecurePlainEmail#21ec5a5f email:string = SecurePlainData;\nsecureValueTypePersonalDetails#9d2a81e3 = SecureValueType;\nsecureValueTypePassport#3dac6a00 = SecureValueType;\nsecureValueTypeDriverLicense#6e425c4 = SecureValueType;\nsecureValueTypeIdentityCard#a0d0744b = SecureValueType;\nsecureValueTypeInternalPassport#99a48f23 = SecureValueType;\nsecureValueTypeAddress#cbe31e26 = SecureValueType;\nsecureValueTypeUtilityBill#fc36954e = SecureValueType;\nsecureValueTypeBankStatement#89137c0d = SecureValueType;\nsecureValueTypeRentalAgreement#8b883488 = SecureValueType;\nsecureValueTypePassportRegistration#99e3806a = SecureValueType;\nsecureValueTypeTemporaryRegistration#ea02ec33 = SecureValueType;\nsecureValueTypePhone#b320aadb = SecureValueType;\nsecureValueTypeEmail#8e3ca7ee = SecureValueType;\nsecureValue#187fa0ca flags:# type:SecureValueType data:flags.0?SecureData front_side:flags.1?SecureFile reverse_side:flags.2?SecureFile selfie:flags.3?SecureFile translation:flags.6?Vector files:flags.4?Vector plain_data:flags.5?SecurePlainData hash:bytes = SecureValue;\ninputSecureValue#db21d0a7 flags:# type:SecureValueType data:flags.0?SecureData front_side:flags.1?InputSecureFile reverse_side:flags.2?InputSecureFile selfie:flags.3?InputSecureFile translation:flags.6?Vector files:flags.4?Vector plain_data:flags.5?SecurePlainData = InputSecureValue;\nsecureValueHash#ed1ecdb0 type:SecureValueType hash:bytes = SecureValueHash;\nsecureValueErrorData#e8a40bd9 type:SecureValueType data_hash:bytes field:string text:string = SecureValueError;\nsecureValueErrorFrontSide#be3dfa type:SecureValueType file_hash:bytes text:string = SecureValueError;\nsecureValueErrorReverseSide#868a2aa5 type:SecureValueType file_hash:bytes text:string = SecureValueError;\nsecureValueErrorSelfie#e537ced6 type:SecureValueType file_hash:bytes text:string = SecureValueError;\nsecureValueErrorFile#7a700873 type:SecureValueType file_hash:bytes text:string = SecureValueError;\nsecureValueErrorFiles#666220e9 type:SecureValueType file_hash:Vector text:string = SecureValueError;\nsecureValueError#869d758f type:SecureValueType hash:bytes text:string = SecureValueError;\nsecureValueErrorTranslationFile#a1144770 type:SecureValueType file_hash:bytes text:string = SecureValueError;\nsecureValueErrorTranslationFiles#34636dd8 type:SecureValueType file_hash:Vector text:string = SecureValueError;\nsecureCredentialsEncrypted#33f0ea47 data:bytes hash:bytes secret:bytes = SecureCredentialsEncrypted;\naccount.authorizationForm#ad2e1cd8 flags:# required_types:Vector values:Vector errors:Vector users:Vector privacy_policy_url:flags.0?string = account.AuthorizationForm;\naccount.sentEmailCode#811f854f email_pattern:string length:int = account.SentEmailCode;\nhelp.deepLinkInfoEmpty#66afa166 = help.DeepLinkInfo;\nhelp.deepLinkInfo#6a4ee832 flags:# update_app:flags.0?true message:string entities:flags.1?Vector = help.DeepLinkInfo;\nsavedPhoneContact#1142bd56 phone:string first_name:string last_name:string date:int = SavedContact;\naccount.takeout#4dba4501 id:long = account.Takeout;\npasswordKdfAlgoUnknown#d45ab096 = PasswordKdfAlgo;\npasswordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow#3a912d4a salt1:bytes salt2:bytes g:int p:bytes = PasswordKdfAlgo;\nsecurePasswordKdfAlgoUnknown#4a8537 = SecurePasswordKdfAlgo;\nsecurePasswordKdfAlgoPBKDF2HMACSHA512iter100000#bbf2dda0 salt:bytes = SecurePasswordKdfAlgo;\nsecurePasswordKdfAlgoSHA512#86471d92 salt:bytes = SecurePasswordKdfAlgo;\nsecureSecretSettings#1527bcac secure_algo:SecurePasswordKdfAlgo secure_secret:bytes secure_secret_id:long = SecureSecretSettings;\ninputCheckPasswordEmpty#9880f658 = InputCheckPasswordSRP;\ninputCheckPasswordSRP#d27ff082 srp_id:long A:bytes M1:bytes = InputCheckPasswordSRP;\nsecureRequiredType#829d99da flags:# native_names:flags.0?true selfie_required:flags.1?true translation_required:flags.2?true type:SecureValueType = SecureRequiredType;\nsecureRequiredTypeOneOf#27477b4 types:Vector = SecureRequiredType;\nhelp.passportConfigNotModified#bfb9f457 = help.PassportConfig;\nhelp.passportConfig#a098d6af hash:int countries_langs:DataJSON = help.PassportConfig;\ninputAppEvent#1d1b1245 time:double type:string peer:long data:JSONValue = InputAppEvent;\njsonObjectValue#c0de1bd9 key:string value:JSONValue = JSONObjectValue;\njsonNull#3f6d7b68 = JSONValue;\njsonBool#c7345e6a value:Bool = JSONValue;\njsonNumber#2be0dfa4 value:double = JSONValue;\njsonString#b71e767a value:string = JSONValue;\njsonArray#f7444763 value:Vector = JSONValue;\njsonObject#99c1d49d value:Vector = JSONValue;\npageTableCell#34566b6a flags:# header:flags.0?true align_center:flags.3?true align_right:flags.4?true valign_middle:flags.5?true valign_bottom:flags.6?true text:flags.7?RichText colspan:flags.1?int rowspan:flags.2?int = PageTableCell;\npageTableRow#e0c0c5e5 cells:Vector = PageTableRow;\npageCaption#6f747657 text:RichText credit:RichText = PageCaption;\npageListItemText#b92fb6cd text:RichText = PageListItem;\npageListItemBlocks#25e073fc blocks:Vector = PageListItem;\npageListOrderedItemText#5e068047 num:string text:RichText = PageListOrderedItem;\npageListOrderedItemBlocks#98dd8936 num:string blocks:Vector = PageListOrderedItem;\npageRelatedArticle#b390dc08 flags:# url:string webpage_id:long title:flags.0?string description:flags.1?string photo_id:flags.2?long author:flags.3?string published_date:flags.4?int = PageRelatedArticle;\npage#98657f0d flags:# part:flags.0?true rtl:flags.1?true v2:flags.2?true url:string blocks:Vector photos:Vector documents:Vector views:flags.3?int = Page;\nhelp.supportName#8c05f1c9 name:string = help.SupportName;\nhelp.userInfoEmpty#f3ae2eed = help.UserInfo;\nhelp.userInfo#1eb3758 message:string entities:Vector author:string date:int = help.UserInfo;\npollAnswer#6ca9c2e9 text:string option:bytes = PollAnswer;\npoll#86e18161 id:long flags:# closed:flags.0?true public_voters:flags.1?true multiple_choice:flags.2?true quiz:flags.3?true question:string answers:Vector close_period:flags.4?int close_date:flags.5?int = Poll;\npollAnswerVoters#3b6ddad2 flags:# chosen:flags.0?true correct:flags.1?true option:bytes voters:int = PollAnswerVoters;\npollResults#badcc1a3 flags:# min:flags.0?true results:flags.1?Vector total_voters:flags.2?int recent_voters:flags.3?Vector solution:flags.4?string solution_entities:flags.4?Vector = PollResults;\nchatOnlines#f041e250 onlines:int = ChatOnlines;\nstatsURL#47a971e0 url:string = StatsURL;\nchatAdminRights#5fb224d5 flags:# change_info:flags.0?true post_messages:flags.1?true edit_messages:flags.2?true delete_messages:flags.3?true ban_users:flags.4?true invite_users:flags.5?true pin_messages:flags.7?true add_admins:flags.9?true anonymous:flags.10?true = ChatAdminRights;\nchatBannedRights#9f120418 flags:# view_messages:flags.0?true send_messages:flags.1?true send_media:flags.2?true send_stickers:flags.3?true send_gifs:flags.4?true send_games:flags.5?true send_inline:flags.6?true embed_links:flags.7?true send_polls:flags.8?true change_info:flags.10?true invite_users:flags.15?true pin_messages:flags.17?true until_date:int = ChatBannedRights;\ninputWallPaper#e630b979 id:long access_hash:long = InputWallPaper;\ninputWallPaperSlug#72091c80 slug:string = InputWallPaper;\ninputWallPaperNoFile#8427bbac = InputWallPaper;\naccount.wallPapersNotModified#1c199183 = account.WallPapers;\naccount.wallPapers#702b65a9 hash:int wallpapers:Vector = account.WallPapers;\ncodeSettings#debebe83 flags:# allow_flashcall:flags.0?true current_number:flags.1?true allow_app_hash:flags.4?true = CodeSettings;\nwallPaperSettings#5086cf8 flags:# blur:flags.1?true motion:flags.2?true background_color:flags.0?int second_background_color:flags.4?int intensity:flags.3?int rotation:flags.4?int = WallPaperSettings;\nautoDownloadSettings#e04232f3 flags:# disabled:flags.0?true video_preload_large:flags.1?true audio_preload_next:flags.2?true phonecalls_less_data:flags.3?true photo_size_max:int video_size_max:int file_size_max:int video_upload_maxbitrate:int = AutoDownloadSettings;\naccount.autoDownloadSettings#63cacf26 low:AutoDownloadSettings medium:AutoDownloadSettings high:AutoDownloadSettings = account.AutoDownloadSettings;\nemojiKeyword#d5b3b9f9 keyword:string emoticons:Vector = EmojiKeyword;\nemojiKeywordDeleted#236df622 keyword:string emoticons:Vector = EmojiKeyword;\nemojiKeywordsDifference#5cc761bd lang_code:string from_version:int version:int keywords:Vector = EmojiKeywordsDifference;\nemojiURL#a575739d url:string = EmojiURL;\nemojiLanguage#b3fb5361 lang_code:string = EmojiLanguage;\nfileLocationToBeDeprecated#bc7fc6cd volume_id:long local_id:int = FileLocation;\nfolder#ff544e65 flags:# autofill_new_broadcasts:flags.0?true autofill_public_groups:flags.1?true autofill_new_correspondents:flags.2?true id:int title:string photo:flags.3?ChatPhoto = Folder;\ninputFolderPeer#fbd2c296 peer:InputPeer folder_id:int = InputFolderPeer;\nfolderPeer#e9baa668 peer:Peer folder_id:int = FolderPeer;\nmessages.searchCounter#e844ebff flags:# inexact:flags.1?true filter:MessagesFilter count:int = messages.SearchCounter;\nurlAuthResultRequest#92d33a0e flags:# request_write_access:flags.0?true bot:User domain:string = UrlAuthResult;\nurlAuthResultAccepted#8f8c0e4e url:string = UrlAuthResult;\nurlAuthResultDefault#a9d6db1f = UrlAuthResult;\nchannelLocationEmpty#bfb5ad8b = ChannelLocation;\nchannelLocation#209b82db geo_point:GeoPoint address:string = ChannelLocation;\npeerLocated#ca461b5d peer:Peer expires:int distance:int = PeerLocated;\npeerSelfLocated#f8ec284b expires:int = PeerLocated;\nrestrictionReason#d072acb4 platform:string reason:string text:string = RestrictionReason;\ninputTheme#3c5693e9 id:long access_hash:long = InputTheme;\ninputThemeSlug#f5890df1 slug:string = InputTheme;\ntheme#28f1114 flags:# creator:flags.0?true default:flags.1?true id:long access_hash:long slug:string title:string document:flags.2?Document settings:flags.3?ThemeSettings installs_count:int = Theme;\naccount.themesNotModified#f41eb622 = account.Themes;\naccount.themes#7f676421 hash:int themes:Vector = account.Themes;\nauth.loginToken#629f1980 expires:int token:bytes = auth.LoginToken;\nauth.loginTokenMigrateTo#68e9916 dc_id:int token:bytes = auth.LoginToken;\nauth.loginTokenSuccess#390d5c5e authorization:auth.Authorization = auth.LoginToken;\naccount.contentSettings#57e28221 flags:# sensitive_enabled:flags.0?true sensitive_can_change:flags.1?true = account.ContentSettings;\nmessages.inactiveChats#a927fec5 dates:Vector chats:Vector users:Vector = messages.InactiveChats;\nbaseThemeClassic#c3a12462 = BaseTheme;\nbaseThemeDay#fbd81688 = BaseTheme;\nbaseThemeNight#b7b31ea8 = BaseTheme;\nbaseThemeTinted#6d5f77ee = BaseTheme;\nbaseThemeArctic#5b11125a = BaseTheme;\ninputThemeSettings#bd507cd1 flags:# base_theme:BaseTheme accent_color:int message_top_color:flags.0?int message_bottom_color:flags.0?int wallpaper:flags.1?InputWallPaper wallpaper_settings:flags.1?WallPaperSettings = InputThemeSettings;\nthemeSettings#9c14984a flags:# base_theme:BaseTheme accent_color:int message_top_color:flags.0?int message_bottom_color:flags.0?int wallpaper:flags.1?WallPaper = ThemeSettings;\nwebPageAttributeTheme#54b56617 flags:# documents:flags.0?Vector settings:flags.1?ThemeSettings = WebPageAttribute;\nmessageUserVote#a28e5559 user_id:int option:bytes date:int = MessageUserVote;\nmessageUserVoteInputOption#36377430 user_id:int date:int = MessageUserVote;\nmessageUserVoteMultiple#e8fe0de user_id:int options:Vector date:int = MessageUserVote;\nmessages.votesList#823f649 flags:# count:int votes:Vector users:Vector next_offset:flags.0?string = messages.VotesList;\nbankCardOpenUrl#f568028a url:string name:string = BankCardOpenUrl;\npayments.bankCardData#3e24e573 title:string open_urls:Vector = payments.BankCardData;\ndialogFilter#7438f7e8 flags:# contacts:flags.0?true non_contacts:flags.1?true groups:flags.2?true broadcasts:flags.3?true bots:flags.4?true exclude_muted:flags.11?true exclude_read:flags.12?true exclude_archived:flags.13?true id:int title:string emoticon:flags.25?string pinned_peers:Vector include_peers:Vector exclude_peers:Vector = DialogFilter;\ndialogFilterSuggested#77744d4a filter:DialogFilter description:string = DialogFilterSuggested;\n// Some unused classes were removed below this line\nvideoSize#e831c556 flags:# type:string location:FileLocation w:int h:int size:int video_start_ts:flags.0?double = VideoSize;\nmessages.discussionMessage#f5dd8f9d flags:# messages:Vector max_id:flags.0?int read_inbox_max_id:flags.1?int read_outbox_max_id:flags.2?int chats:Vector users:Vector = messages.DiscussionMessage;\nmessageReplyHeader#a6d57763 flags:# reply_to_msg_id:int reply_to_peer_id:flags.0?Peer reply_to_top_id:flags.1?int = MessageReplyHeader;\nmessageReplies#4128faac flags:# comments:flags.0?true replies:int replies_pts:int recent_repliers:flags.1?Vector channel_id:flags.0?int max_id:flags.2?int read_max_id:flags.3?int = MessageReplies;\npeerBlocked#e8fd8014 peer_id:Peer date:int = PeerBlocked;\n---functions---\ninitConnection#c1cd5ea9 {X:Type} flags:# api_id:int device_model:string system_version:string app_version:string system_lang_code:string lang_pack:string lang_code:string proxy:flags.0?InputClientProxy params:flags.1?JSONValue query:!X = X;\ninvokeWithLayer#da9b0d0d {X:Type} layer:int query:!X = X;\nauth.sendCode#a677244f phone_number:string api_id:int api_hash:string settings:CodeSettings = auth.SentCode;\nauth.signUp#80eee427 phone_number:string phone_code_hash:string first_name:string last_name:string = auth.Authorization;\nauth.signIn#bcd51581 phone_number:string phone_code_hash:string phone_code:string = auth.Authorization;\nauth.logOut#5717da40 = Bool;\nauth.resetAuthorizations#9fab0d1a = Bool;\nauth.exportAuthorization#e5bfffcd dc_id:int = auth.ExportedAuthorization;\nauth.importAuthorization#e3ef9613 id:int bytes:bytes = auth.Authorization;\nauth.bindTempAuthKey#cdd42a05 perm_auth_key_id:long nonce:long expires_at:int encrypted_message:bytes = Bool;\nauth.checkPassword#d18b4d16 password:InputCheckPasswordSRP = auth.Authorization;\nauth.requestPasswordRecovery#d897bc66 = auth.PasswordRecovery;\nauth.resendCode#3ef1a9bf phone_number:string phone_code_hash:string = auth.SentCode;\nauth.cancelCode#1f040578 phone_number:string phone_code_hash:string = Bool;\nauth.dropTempAuthKeys#8e48a188 except_auth_keys:Vector = Bool;\nauth.exportLoginToken#b1b41517 api_id:int api_hash:string except_ids:Vector = auth.LoginToken;\nauth.importLoginToken#95ac5ce4 token:bytes = auth.LoginToken;\naccount.updateNotifySettings#84be5b93 peer:InputNotifyPeer settings:InputPeerNotifySettings = Bool;\naccount.getNotifySettings#12b3ad31 peer:InputNotifyPeer = PeerNotifySettings;\naccount.updateProfile#78515775 flags:# first_name:flags.0?string last_name:flags.1?string about:flags.2?string = User;\naccount.getWallPapers#aabb1763 hash:int = account.WallPapers;\naccount.uploadWallPaper#dd853661 file:InputFile mime_type:string settings:WallPaperSettings = WallPaper;\naccount.checkUsername#2714d86c username:string = Bool;\naccount.updateUsername#3e0bdd7c username:string = User;\naccount.getPrivacy#dadbc950 key:InputPrivacyKey = account.PrivacyRules;\naccount.setPrivacy#c9f81ce8 key:InputPrivacyKey rules:Vector = account.PrivacyRules;\naccount.getAuthorizations#e320c158 = account.Authorizations;\naccount.resetAuthorization#df77f3bc hash:long = Bool;\naccount.getPassword#548a30f5 = account.Password;\naccount.getPasswordSettings#9cd4eaf9 password:InputCheckPasswordSRP = account.PasswordSettings;\naccount.updatePasswordSettings#a59b102f password:InputCheckPasswordSRP new_settings:account.PasswordInputSettings = Bool;\naccount.sendConfirmPhoneCode#1b3faa88 hash:string settings:CodeSettings = auth.SentCode;\naccount.confirmPhone#5f2178c3 phone_code_hash:string phone_code:string = Bool;\naccount.getTmpPassword#449e0b51 password:InputCheckPasswordSRP period:int = account.TmpPassword;\naccount.sendVerifyPhoneCode#a5a356f9 phone_number:string settings:CodeSettings = auth.SentCode;\naccount.confirmPasswordEmail#8fdf1920 code:string = Bool;\naccount.getContactSignUpNotification#9f07c728 = Bool;\naccount.setContactSignUpNotification#cff43f61 silent:Bool = Bool;\nusers.getUsers#d91a548 id:Vector = Vector;\nusers.getFullUser#ca30a5b1 id:InputUser = UserFull;\ncontacts.getContacts#c023849f hash:int = contacts.Contacts;\ncontacts.importContacts#2c800be5 contacts:Vector = contacts.ImportedContacts;\ncontacts.deleteContacts#96a0e00 id:Vector = Updates;\ncontacts.block#68cc1411 id:InputPeer = Bool;\ncontacts.unblock#bea65d50 id:InputPeer = Bool;\ncontacts.getBlocked#f57c350f offset:int limit:int = contacts.Blocked;\ncontacts.search#11f812d8 q:string limit:int = contacts.Found;\ncontacts.resolveUsername#f93ccba3 username:string = contacts.ResolvedPeer;\ncontacts.getTopPeers#d4982db5 flags:# correspondents:flags.0?true bots_pm:flags.1?true bots_inline:flags.2?true phone_calls:flags.3?true forward_users:flags.4?true forward_chats:flags.5?true groups:flags.10?true channels:flags.15?true offset:int limit:int hash:int = contacts.TopPeers;\nmessages.getMessages#63c66506 id:Vector = messages.Messages;\nmessages.getDialogs#a0ee3b73 flags:# exclude_pinned:flags.0?true folder_id:flags.1?int offset_date:int offset_id:int offset_peer:InputPeer limit:int hash:int = messages.Dialogs;\nmessages.getHistory#dcbb8260 peer:InputPeer offset_id:int offset_date:int add_offset:int limit:int max_id:int min_id:int hash:int = messages.Messages;\nmessages.search#c352eec flags:# peer:InputPeer q:string from_id:flags.0?InputPeer top_msg_id:flags.1?int filter:MessagesFilter min_date:int max_date:int offset_id:int add_offset:int limit:int max_id:int min_id:int hash:int = messages.Messages;\nmessages.readHistory#e306d3a peer:InputPeer max_id:int = messages.AffectedMessages;\nmessages.deleteHistory#1c015b09 flags:# just_clear:flags.0?true revoke:flags.1?true peer:InputPeer max_id:int = messages.AffectedHistory;\nmessages.deleteMessages#e58e95d2 flags:# revoke:flags.0?true id:Vector = messages.AffectedMessages;\nmessages.receivedMessages#5a954c0 max_id:int = Vector;\nmessages.setTyping#58943ee2 flags:# peer:InputPeer top_msg_id:flags.0?int action:SendMessageAction = Bool;\nmessages.sendMessage#520c3870 flags:# no_webpage:flags.1?true silent:flags.5?true background:flags.6?true clear_draft:flags.7?true peer:InputPeer reply_to_msg_id:flags.0?int message:string random_id:long reply_markup:flags.2?ReplyMarkup entities:flags.3?Vector schedule_date:flags.10?int = Updates;\nmessages.sendMedia#3491eba9 flags:# silent:flags.5?true background:flags.6?true clear_draft:flags.7?true peer:InputPeer reply_to_msg_id:flags.0?int media:InputMedia message:string random_id:long reply_markup:flags.2?ReplyMarkup entities:flags.3?Vector schedule_date:flags.10?int = Updates;\nmessages.forwardMessages#d9fee60e flags:# silent:flags.5?true background:flags.6?true with_my_score:flags.8?true from_peer:InputPeer id:Vector random_id:Vector to_peer:InputPeer schedule_date:flags.10?int = Updates;\nmessages.getChats#3c6aa187 id:Vector = messages.Chats;\nmessages.getFullChat#3b831c66 chat_id:int = messages.ChatFull;\nmessages.editChatTitle#dc452855 chat_id:int title:string = Updates;\nmessages.editChatPhoto#ca4c79d8 chat_id:int photo:InputChatPhoto = Updates;\nmessages.createChat#9cb126e users:Vector title:string = Updates;\nmessages.getDhConfig#26cf8950 version:int random_length:int = messages.DhConfig;\nmessages.readMessageContents#36a73f77 id:Vector = messages.AffectedMessages;\nmessages.getStickers#43d4f2c emoticon:string hash:int = messages.Stickers;\nmessages.getAllStickers#1c9618b1 hash:int = messages.AllStickers;\nmessages.getWebPagePreview#8b68b0cc flags:# message:string entities:flags.3?Vector = MessageMedia;\nmessages.exportChatInvite#df7534c peer:InputPeer = ExportedChatInvite;\nmessages.getStickerSet#2619a90e stickerset:InputStickerSet = messages.StickerSet;\nmessages.installStickerSet#c78fe460 stickerset:InputStickerSet archived:Bool = messages.StickerSetInstallResult;\nmessages.uninstallStickerSet#f96e55de stickerset:InputStickerSet = Bool;\nmessages.migrateChat#15a3b8e3 chat_id:int = Updates;\nmessages.searchGlobal#4bc6589a flags:# folder_id:flags.0?int q:string filter:MessagesFilter min_date:int max_date:int offset_rate:int offset_peer:InputPeer offset_id:int limit:int = messages.Messages;\nmessages.getDocumentByHash#338e2464 sha256:bytes size:int mime_type:string = Document;\nmessages.getSavedGifs#83bf3d52 hash:int = messages.SavedGifs;\nmessages.getInlineBotResults#514e999d flags:# bot:InputUser peer:InputPeer geo_point:flags.0?InputGeoPoint query:string offset:string = messages.BotResults;\nmessages.editMessage#48f71778 flags:# no_webpage:flags.1?true peer:InputPeer id:int message:flags.11?string media:flags.14?InputMedia reply_markup:flags.2?ReplyMarkup entities:flags.3?Vector schedule_date:flags.15?int = Updates;\nmessages.getBotCallbackAnswer#9342ca07 flags:# game:flags.1?true peer:InputPeer msg_id:int data:flags.0?bytes password:flags.2?InputCheckPasswordSRP = messages.BotCallbackAnswer;\nmessages.getPeerDialogs#e470bcfd peers:Vector = messages.PeerDialogs;\nmessages.saveDraft#bc39e14b flags:# no_webpage:flags.1?true reply_to_msg_id:flags.0?int peer:InputPeer message:string entities:flags.3?Vector = Bool;\nmessages.getFeaturedStickers#2dacca4f hash:int = messages.FeaturedStickers;\nmessages.readFeaturedStickers#5b118126 id:Vector = Bool;\nmessages.getRecentStickers#5ea192c9 flags:# attached:flags.0?true hash:int = messages.RecentStickers;\nmessages.getWebPage#32ca8f91 url:string hash:int = WebPage;\nmessages.toggleDialogPin#a731e257 flags:# pinned:flags.0?true peer:InputDialogPeer = Bool;\nmessages.getPinnedDialogs#d6b94df2 folder_id:int = messages.PeerDialogs;\nmessages.uploadMedia#519bc2b1 peer:InputPeer media:InputMedia = MessageMedia;\nmessages.getFavedStickers#21ce0b0e hash:int = messages.FavedStickers;\nmessages.faveSticker#b9ffc55b id:InputDocument unfave:Bool = Bool;\nmessages.sendMultiMedia#cc0110cb flags:# silent:flags.5?true background:flags.6?true clear_draft:flags.7?true peer:InputPeer reply_to_msg_id:flags.0?int multi_media:Vector schedule_date:flags.10?int = Updates;\nmessages.searchStickerSets#c2b7d08b flags:# exclude_featured:flags.0?true q:string hash:int = messages.FoundStickerSets;\nmessages.markDialogUnread#c286d98f flags:# unread:flags.0?true peer:InputDialogPeer = Bool;\nmessages.updatePinnedMessage#d2aaf7ec flags:# silent:flags.0?true unpin:flags.1?true pm_oneside:flags.2?true peer:InputPeer id:int = Updates;\nmessages.sendVote#10ea6184 peer:InputPeer msg_id:int options:Vector = Updates;\nmessages.getOnlines#6e2be050 peer:InputPeer = ChatOnlines;\nmessages.editChatAbout#def60797 peer:InputPeer about:string = Bool;\nmessages.editChatDefaultBannedRights#a5866b41 peer:InputPeer banned_rights:ChatBannedRights = Updates;\nmessages.getScheduledHistory#e2c2685b peer:InputPeer hash:int = messages.Messages;\nmessages.sendScheduledMessages#bd38850a peer:InputPeer id:Vector = Updates;\nmessages.deleteScheduledMessages#59ae2b16 peer:InputPeer id:Vector = Updates;\nmessages.getPollVotes#b86e380e flags:# peer:InputPeer id:int option:flags.0?bytes offset:flags.1?string limit:int = messages.VotesList;\nmessages.getDialogFilters#f19ed96d = Vector;\nmessages.getSuggestedDialogFilters#a29cd42c = Vector;\nmessages.updateDialogFilter#1ad4a04a flags:# id:int filter:flags.0?DialogFilter = Bool;\nmessages.getReplies#24b581ba peer:InputPeer msg_id:int offset_id:int offset_date:int add_offset:int limit:int max_id:int min_id:int hash:int = messages.Messages;\nmessages.getDiscussionMessage#446972fd peer:InputPeer msg_id:int = messages.DiscussionMessage;\nmessages.readDiscussion#f731a9f4 peer:InputPeer msg_id:int read_max_id:int = Bool;\nmessages.unpinAllMessages#f025bc8b peer:InputPeer = messages.AffectedHistory;\nupdates.getState#edd4882a = updates.State;\nupdates.getDifference#25939651 flags:# pts:int pts_total_limit:flags.0?int date:int qts:int = updates.Difference;\nupdates.getChannelDifference#3173d78 flags:# force:flags.0?true channel:InputChannel filter:ChannelMessagesFilter pts:int limit:int = updates.ChannelDifference;\nphotos.uploadProfilePhoto#89f30f69 flags:# file:flags.0?InputFile video:flags.1?InputFile video_start_ts:flags.2?double = photos.Photo;\nupload.saveFilePart#b304a621 file_id:long file_part:int bytes:bytes = Bool;\nupload.getFile#b15a9afc flags:# precise:flags.0?true cdn_supported:flags.1?true location:InputFileLocation offset:int limit:int = upload.File;\nupload.saveBigFilePart#de7b673d file_id:long file_part:int file_total_parts:int bytes:bytes = Bool;\nhelp.getConfig#c4f9186b = Config;\nhelp.getNearestDc#1fb33026 = NearestDc;\nhelp.getSupport#9cdf08cd = help.Support;\nhelp.acceptTermsOfService#ee72f79a id:DataJSON = Bool;\nchannels.readHistory#cc104937 channel:InputChannel max_id:int = Bool;\nchannels.deleteMessages#84c1fd4e channel:InputChannel id:Vector = messages.AffectedMessages;\nchannels.getMessages#ad8c9a23 channel:InputChannel id:Vector = messages.Messages;\nchannels.getParticipants#123e05e9 channel:InputChannel filter:ChannelParticipantsFilter offset:int limit:int hash:int = channels.ChannelParticipants;\nchannels.getParticipant#546dd7a6 channel:InputChannel user_id:InputUser = channels.ChannelParticipant;\nchannels.getChannels#a7f6bbb id:Vector = messages.Chats;\nchannels.getFullChannel#8736a09 channel:InputChannel = messages.ChatFull;\nchannels.createChannel#3d5fb10f flags:# broadcast:flags.0?true megagroup:flags.1?true title:string about:string geo_point:flags.2?InputGeoPoint address:flags.2?string = Updates;\nchannels.editAdmin#d33c8902 channel:InputChannel user_id:InputUser admin_rights:ChatAdminRights rank:string = Updates;\nchannels.editTitle#566decd0 channel:InputChannel title:string = Updates;\nchannels.editPhoto#f12e57c9 channel:InputChannel photo:InputChatPhoto = Updates;\nchannels.checkUsername#10e6bd2c channel:InputChannel username:string = Bool;\nchannels.updateUsername#3514b3de channel:InputChannel username:string = Bool;\nchannels.joinChannel#24b524c5 channel:InputChannel = Updates;\nchannels.leaveChannel#f836aa95 channel:InputChannel = Updates;\nchannels.inviteToChannel#199f3a6c channel:InputChannel users:Vector = Updates;\nchannels.deleteChannel#c0111fe3 channel:InputChannel = Updates;\nchannels.exportMessageLink#e63fadeb flags:# grouped:flags.0?true thread:flags.1?true channel:InputChannel id:int = ExportedMessageLink;\nchannels.toggleSignatures#1f69b606 channel:InputChannel enabled:Bool = Updates;\nchannels.editBanned#72796912 channel:InputChannel user_id:InputUser banned_rights:ChatBannedRights = Updates;\nchannels.readMessageContents#eab5dc38 channel:InputChannel id:Vector = Bool;\nchannels.togglePreHistoryHidden#eabbb94c channel:InputChannel enabled:Bool = Updates;\nchannels.getGroupsForDiscussion#f5dad378 = messages.Chats;\nchannels.setDiscussionGroup#40582bb2 broadcast:InputChannel group:InputChannel = Bool;\npayments.getPaymentForm#99f09745 msg_id:int = payments.PaymentForm;\npayments.getPaymentReceipt#a092a980 msg_id:int = payments.PaymentReceipt;\npayments.validateRequestedInfo#770a8e74 flags:# save:flags.0?true msg_id:int info:PaymentRequestedInfo = payments.ValidatedRequestedInfo;\npayments.sendPaymentForm#2b8879b3 flags:# msg_id:int requested_info_id:flags.0?string shipping_option_id:flags.1?string credentials:InputPaymentCredentials = payments.PaymentResult;\npayments.getSavedInfo#227d824b = payments.SavedInfo;\nlangpack.getLangPack#f2f2330a lang_pack:string lang_code:string = LangPackDifference;\nlangpack.getLanguages#42c6978f lang_pack:string = Vector;\nfolders.editPeerFolders#6847d0ab folder_peers:Vector = Updates;\n// LAYER 121\n"},function(e,t){e.exports="resPQ#05162463 nonce:int128 server_nonce:int128 pq:string server_public_key_fingerprints:Vector = ResPQ;\np_q_inner_data#83c95aec pq:string p:string q:string nonce:int128 server_nonce:int128 new_nonce:int256 = P_Q_inner_data;\nserver_DH_params_fail#79cb045d nonce:int128 server_nonce:int128 new_nonce_hash:int128 = Server_DH_Params;\nserver_DH_params_ok#d0e8075c nonce:int128 server_nonce:int128 encrypted_answer:string = Server_DH_Params;\nserver_DH_inner_data#b5890dba nonce:int128 server_nonce:int128 g:int dh_prime:string g_a:string server_time:int = Server_DH_inner_data;\nclient_DH_inner_data#6643b654 nonce:int128 server_nonce:int128 retry_id:long g_b:string = Client_DH_Inner_Data;\ndh_gen_ok#3bcbf734 nonce:int128 server_nonce:int128 new_nonce_hash1:int128 = Set_client_DH_params_answer;\ndh_gen_retry#46dc1fb9 nonce:int128 server_nonce:int128 new_nonce_hash2:int128 = Set_client_DH_params_answer;\ndh_gen_fail#a69dae02 nonce:int128 server_nonce:int128 new_nonce_hash3:int128 = Set_client_DH_params_answer;\ndestroy_auth_key_ok#f660e1d4 = DestroyAuthKeyRes;\ndestroy_auth_key_none#0a9f2259 = DestroyAuthKeyRes;\ndestroy_auth_key_fail#ea109b13 = DestroyAuthKeyRes;\n---functions---\nreq_pq#60469778 nonce:int128 = ResPQ;\nreq_pq_multi#be7e8ef1 nonce:int128 = ResPQ;\nreq_DH_params#d712e4be nonce:int128 server_nonce:int128 p:string q:string public_key_fingerprint:long encrypted_data:string = Server_DH_Params;\nset_client_DH_params#f5045f1f nonce:int128 server_nonce:int128 encrypted_data:string = Set_client_DH_params_answer;\ndestroy_auth_key#d1435160 = DestroyAuthKeyRes;\n---types---\nmsgs_ack#62d6b459 msg_ids:Vector = MsgsAck;\nbad_msg_notification#a7eff811 bad_msg_id:long bad_msg_seqno:int error_code:int = BadMsgNotification;\nbad_server_salt#edab447b bad_msg_id:long bad_msg_seqno:int error_code:int new_server_salt:long = BadMsgNotification;\nmsgs_state_req#da69fb52 msg_ids:Vector = MsgsStateReq;\nmsgs_state_info#04deb57d req_msg_id:long info:string = MsgsStateInfo;\nmsgs_all_info#8cc0d131 msg_ids:Vector info:string = MsgsAllInfo;\nmsg_detailed_info#276d3ec6 msg_id:long answer_msg_id:long bytes:int status:int = MsgDetailedInfo;\nmsg_new_detailed_info#809db6df answer_msg_id:long bytes:int status:int = MsgDetailedInfo;\nmsg_resend_req#7d861a08 msg_ids:Vector = MsgResendReq;\nrpc_error#2144ca19 error_code:int error_message:string = RpcError;\nfuture_salt#0949d9dc valid_since:int valid_until:int salt:long = FutureSalt;\nfuture_salts#ae500895 req_msg_id:long now:int salts:vector = FutureSalts;\npong#347773c5 msg_id:long ping_id:long = Pong;\ndestroy_session_ok#e22045fc session_id:long = DestroySessionRes;\ndestroy_session_none#62d350c9 session_id:long = DestroySessionRes;\nnew_session_created#9ec20908 first_msg_id:long unique_id:long server_salt:long = NewSession;\n---functions---\nping#7abe77ec ping_id:long = Pong;\n"},function(e,t,n){const s=n(46),{sleep:i}=n(8),a=n(27),r=n(30),o=n(8),{BinaryWriter:c}=n(33),u=n(19),l=n(48),d=n(88),{LAYER:f}=n(52),{constructors:p,requests:h}=n(18),g=n(56),{UpdateConnectionState:m}=n(40),{ConnectionTCPObfuscated:y}=n(63),{authFlow:b,checkAuthorization:_}=n(94),{downloadFile:w}=n(95),{uploadFile:v}=n(96),{updateTwoFaSettings:A}=n(97),I=["w","y","d","x","c","m","b","a","s"];class P{constructor(e,t,n,i=P.DEFAULT_OPTIONS){if(void 0===t||void 0===n)throw Error('Your API ID or Hash are invalid. Please read "Requirements" on README.md');const a={...P.DEFAULT_OPTIONS,...i};if(this.apiId=t,this.apiHash=n,this._useIPV6=a.useIPV6,"string"==typeof a.baseLogger?this._log=new s:this._log=a.baseLogger,"string"!=typeof e&&e){if(!(e instanceof l))throw new Error("The given session must be str or a session instance")}else try{throw new Error("not implemented")}catch(t){e=new r}this.floodSleepLimit=a.floodSleepLimit,this._eventBuilders=[],this._phoneCodeHash={},this.session=e,this.apiId=parseInt(t),this.apiHash=n,this._requestRetries=a.requestRetries,this._connectionRetries=a.connectionRetries,this._retryDelay=a.retryDelay||0,a.proxy&&this._log.warn("proxies are not supported"),this._proxy=a.proxy,this._timeout=a.timeout,this._autoReconnect=a.autoReconnect,this._connection=a.connection,this._floodWaitedRequests={},this._initWith=e=>new h.InvokeWithLayer({layer:f,query:new h.InitConnection({apiId:this.apiId,deviceModel:a.deviceModel||d.type().toString()||"Unknown",systemVersion:a.systemVersion||d.release().toString()||"1.0",appVersion:a.appVersion||"1.0",langCode:a.langCode,langPack:"",systemLangCode:a.systemLangCode,query:e,proxy:null})}),this._args=a,this._config=null,this.phoneCodeHashes=[],this._borrowedSenderPromises={},this._additionalDcsDisabled=a.additionalDcsDisabled}async connect(){await this._initSession(),this._sender=new g(this.session.getAuthKey(),{logger:this._log,dcId:this.session.dcId,retries:this._connectionRetries,delay:this._retryDelay,autoReconnect:this._autoReconnect,connectTimeout:this._timeout,authKeyCallback:this._authKeyCallback.bind(this),updateCallback:this._handleUpdate.bind(this),isMainSender:!0});const e=new this._connection(this.session.serverAddress,this.session.port,this.session.dcId,this._log);await this._sender.connect(e),this.session.setAuthKey(this._sender.authKey),await this._sender.send(this._initWith(new h.help.GetConfig({}))),this._updateLoop()}async _initSession(){await this.session.load(),this.session.serverAddress&&this.session.serverAddress.includes(":")===this._useIPV6||this.session.setDC(2,this._useIPV6?"[2001:67c:4e8:f002::a]":"venus.web.telegram.org",this._args.useWSS?443:80)}async _updateLoop(){for(;this.isConnected();){await o.sleep(3e3);try{await E(()=>k(this._sender.send(new h.Ping({pingId:o.getRandomInt(Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER)})),1500),3,100)}catch(e){return await this.disconnect(),void this.connect()}if((new Date).getTime()-this._lastRequest>18e5)try{await this.invoke(new h.updates.GetState)}catch(e){}}}async disconnect(){this._sender&&await this._sender.disconnect(),await Promise.all(Object.values(this._borrowedSenderPromises).map(e=>e.then(e=>{if(e)return e.disconnect()}))),this._borrowedSenderPromises={}}async destroy(){await this.disconnect(),this.session.delete(),this._eventBuilders=[]}async _switchDC(e){this._log.info("Reconnecting to new data center "+e);const t=u.getDC(e);return this.session.setDC(e,t.ipAddress,t.port),await this._sender.authKey.setKey(null),this.session.setAuthKey(null),await this.disconnect(),this.connect()}async _authKeyCallback(e,t){this.session.setAuthKey(e,t)}_cleanupBorrowedSender(e){delete this._borrowedSenderPromises[e]}async _borrowExportedSender(e){if(this._additionalDcsDisabled)return;let t=this._borrowedSenderPromises[e];return t||(t=this._createExportedSender(e),this._borrowedSenderPromises[e]=t,t.then(t=>{t||delete this._borrowedSenderPromises[e]})),t}async _createExportedSender(e){const t=u.getDC(e),n=new g(this.session.getAuthKey(e),{logger:this._log,dcId:e,retries:this._connectionRetries,delay:this._retryDelay,autoReconnect:this._autoReconnect,connectTimeout:this._timeout,authKeyCallback:this._authKeyCallback.bind(this),isMainSender:e===this.session.dcId,onConnectionBreak:this._cleanupBorrowedSender.bind(this)});for(let s=0;s<5;s++)try{if(await n.connect(new this._connection(t.ipAddress,t.port,e,this._log)),this.session.dcId!==e){this._log.info("Exporting authorization for data center "+t.ipAddress);const s=await this.invoke(new h.auth.ExportAuthorization({dcId:e})),i=this._initWith(new h.auth.ImportAuthorization({id:s.id,bytes:s.bytes}));await n.send(i)}return n.dcId=e,n}catch(e){await n.disconnect()}return null}async downloadFile(e,t={}){return w(this,e,t)}async downloadMedia(e,t){let n,s;if(e instanceof p.Message?(n=e.date,s=e.media):(n=(new Date).getTime(),s=e),"string"==typeof s)throw new Error("not implemented");return s instanceof p.MessageMediaWebPage&&s.webpage instanceof p.WebPage&&(s=s.webpage.document||s.webpage.photo),s instanceof p.MessageMediaPhoto||s instanceof p.Photo?this._downloadPhoto(s,t):s instanceof p.MessageMediaDocument||s instanceof p.Document?this._downloadDocument(s,t):s instanceof p.MessageMediaContact?this._downloadContact(s,t):s instanceof p.WebDocument||s instanceof p.WebDocumentNoProxy?this._downloadWebDocument(s,t):void 0}async downloadProfilePhoto(e,t=!1){const n=t?"x":"m";let s,i,a;if([765557111,3316604308,524706233,3566872215].includes(e.SUBCLASS_OF_ID)){if(!e.photo)return e.chatPhoto?this._downloadPhoto(e.chatPhoto,{sizeType:n}):null;s=e.photo}else s=e;if(!(s instanceof p.UserProfilePhoto||s instanceof p.ChatPhoto))return null;{i=s.dcId;const n=t?s.photoBig:s.photoSmall;a=new p.InputPeerPhotoFileLocation({peer:u.getInputPeer(e),localId:n.localId,volumeId:n.volumeId,big:t})}try{return this.downloadFile(a,{dcId:i})}catch(e){throw e}}async downloadStickerSetThumb(e){if(!e.thumb||!e.thumb.location)return;const{location:t}=e.thumb;return this.downloadFile(new p.InputStickerSetThumb({stickerset:new p.InputStickerSetID({id:e.id,accessHash:e.accessHash}),localId:t.localId,volumeId:t.volumeId}),{dcId:e.thumbDcId})}_pickFileSize(e,t){if(!t||!e||!e.length)return null;let n;for(let s=I.indexOf(t);se.type===I[s]),n)return n;return null}_downloadCachedPhotoSize(e){let t;return t=e instanceof p.PhotoStrippedSize?u.strippedPhotoToJpg(e.bytes):e.bytes,t}async _downloadPhoto(e,t){if(e instanceof p.MessageMediaPhoto&&(e=e.photo),!(e instanceof p.Photo))return;const n=this._pickFileSize(e.sizes,t.sizeType);return!n||n instanceof p.PhotoSizeEmpty?void 0:n instanceof p.PhotoCachedSize||n instanceof p.PhotoStrippedSize?this._downloadCachedPhotoSize(n):this.downloadFile(new p.InputPhotoFileLocation({id:e.id,accessHash:e.accessHash,fileReference:e.fileReference,thumbSize:n.type}),{dcId:e.dcId,fileSize:n.size,progressCallback:t.progressCallback})}async _downloadDocument(e,t){if(e instanceof p.MessageMediaDocument&&(e=e.document),!(e instanceof p.Document))return;let n=null;if(t.sizeType){if(n=e.thumbs?this._pickFileSize(e.thumbs,t.sizeType):null,!n&&e.mimeType.startsWith("video/"))return;if(n&&(n instanceof p.PhotoCachedSize||n instanceof p.PhotoStrippedSize))return this._downloadCachedPhotoSize(n)}return this.downloadFile(new p.InputDocumentFileLocation({id:e.id,accessHash:e.accessHash,fileReference:e.fileReference,thumbSize:n?n.type:""}),{fileSize:n?n.size:e.size,progressCallback:t.progressCallback,start:t.start,end:t.end,dcId:e.dcId,workers:t.workers})}_downloadContact(e,t){throw new Error("not implemented")}_downloadWebDocument(e,t){throw new Error("not implemented")}async invoke(e){if("request"!==e.classType)throw new Error("You can only invoke MTProtoRequests");this._lastRequest=(new Date).getTime();let t=0;for(t=0;tPromise.reject(new Error("TIMEOUT")))])}async function E(e,t,n){for(let s=0;s1)for(var n=1;n0?(this._pending=!0,this._queue.shift()(this._dispatchNext.bind(this))):this._pending=!1},e}();t.default=s},function(e,t,n){(function(t){var s=function(){return this||void 0===t?this:t}(),i=s.WebSocket||s.MozWebSocket,a=n(86);function r(e,t){return t?new i(e,t):new i(e)}i&&["CONNECTING","OPEN","CLOSING","CLOSED"].forEach((function(e){Object.defineProperty(r,e,{get:function(){return i[e]}})})),e.exports={w3cwebsocket:i?r:null,version:a}}).call(this,n(43))},function(e,t,n){e.exports=n(87).version},function(e){e.exports=JSON.parse('{"_args":[["websocket@1.0.30","/Users/alexander/dev/telegram-t"]],"_from":"websocket@1.0.30","_id":"websocket@1.0.30","_inBundle":false,"_integrity":"sha512-aO6klgaTdSMkhfl5VVJzD5fm+Srhh5jLYbS15+OiI1sN6h/RU/XW6WN9J1uVIpUKNmsTvT3Hs35XAFjn9NMfOw==","_location":"/websocket","_phantomChildren":{},"_requested":{"type":"version","registry":true,"raw":"websocket@1.0.30","name":"websocket","escapedName":"websocket","rawSpec":"1.0.30","saveSpec":null,"fetchSpec":"1.0.30"},"_requiredBy":["/"],"_resolved":"https://registry.npmjs.org/websocket/-/websocket-1.0.30.tgz","_spec":"1.0.30","_where":"/Users/alexander/dev/telegram-t","author":{"name":"Brian McKelvey","email":"theturtle32@gmail.com","url":"https://github.com/theturtle32"},"browser":"lib/browser.js","bugs":{"url":"https://github.com/theturtle32/WebSocket-Node/issues"},"config":{"verbose":false},"contributors":[{"name":"Iñaki Baz Castillo","email":"ibc@aliax.net","url":"http://dev.sipdoc.net"}],"dependencies":{"debug":"^2.2.0","nan":"^2.14.0","typedarray-to-buffer":"^3.1.5","yaeti":"^0.0.6"},"description":"Websocket Client & Server Library implementing the WebSocket protocol as specified in RFC 6455.","devDependencies":{"buffer-equal":"^1.0.0","faucet":"^0.0.1","gulp":"^4.0.2","gulp-jshint":"^2.0.4","jshint":"^2.0.0","jshint-stylish":"^2.2.1","tape":"^4.9.1"},"directories":{"lib":"./lib"},"engines":{"node":">=0.10.0"},"homepage":"https://github.com/theturtle32/WebSocket-Node","keywords":["websocket","websockets","socket","networking","comet","push","RFC-6455","realtime","server","client"],"license":"Apache-2.0","main":"index","name":"websocket","repository":{"type":"git","url":"git+https://github.com/theturtle32/WebSocket-Node.git"},"scripts":{"gulp":"gulp","install":"(node-gyp rebuild 2> builderror.log) || (exit 0)","test":"faucet test/unit"},"version":"1.0.30"}')},function(e,t){t.endianness=function(){return"LE"},t.hostname=function(){return"undefined"!=typeof location?location.hostname:""},t.loadavg=function(){return[]},t.uptime=function(){return 0},t.freemem=function(){return Number.MAX_VALUE},t.totalmem=function(){return Number.MAX_VALUE},t.cpus=function(){return[]},t.type=function(){return"Browser"},t.release=function(){return"undefined"!=typeof navigator?navigator.appVersion:""},t.networkInterfaces=t.getNetworkInterfaces=function(){return{}},t.arch=function(){return"javascript"},t.platform=function(){return"browser"},t.tmpdir=t.tmpDir=function(){return"/tmp"},t.EOL="\n",t.homedir=function(){return"/"}},function(e,t,n){(function(t){const s=n(15),{readBigIntFromBuffer:i,readBufferFromBigInt:a,getByteArray:r,sha1:o,generateRandomBytes:c,modExp:u}=n(8),l=[{fingerprint:[40,85,94,156,117,240,61,22,65,244,169,2,33,107,232,108,2,43,180,195],n:s("24403446649145068056824081744112065346446136066297307473868293895086332508101251964919587745984311372853053253457835208829824428441874946556659953519213382748319518214765985662663680818277989736779506318868003755216402538945900388706898101286548187286716959100102939636333452457308619454821845196109544157601096359148241435922125602449263164512290854366930013825808102403072317738266383237191313714482187326643144603633877219028262697593882410403273959074350849923041765639673335775605842311578109726403165298875058941765362622936097839775380070572921007586266115476975819175319995527916042178582540628652481530373407"),e:65537},{fingerprint:[140,171,9,34,146,246,166,50,10,170,229,247,155,114,28,177,29,106,153,154],n:s("25081407810410225030931722734886059247598515157516470397242545867550116598436968553551465554653745201634977779380884774534457386795922003815072071558370597290368737862981871277312823942822144802509055492512145589734772907225259038113414940384446493111736999668652848440655603157665903721517224934142301456312994547591626081517162758808439979745328030376796953660042629868902013177751703385501412640560275067171555763725421377065095231095517201241069856888933358280729674273422117201596511978645878544308102076746465468955910659145532699238576978901011112475698963666091510778777356966351191806495199073754705289253783"),e:65537},{fingerprint:[243,218,109,239,16,202,176,78,167,8,255,209,120,234,205,112,111,42,91,176],n:s("22347337644621997830323797217583448833849627595286505527328214795712874535417149457567295215523199212899872122674023936713124024124676488204889357563104452250187725437815819680799441376434162907889288526863223004380906766451781702435861040049293189979755757428366240570457372226323943522935844086838355728767565415115131238950994049041950699006558441163206523696546297006014416576123345545601004508537089192869558480948139679182328810531942418921113328804749485349441503927570568778905918696883174575510385552845625481490900659718413892216221539684717773483326240872061786759868040623935592404144262688161923519030977"),e:65537},{fingerprint:[128,80,214,72,77,244,98,7,201,250,37,244,227,51,96,199,182,37,224,113],n:s("24573455207957565047870011785254215390918912369814947541785386299516827003508659346069416840622922416779652050319196701077275060353178142796963682024347858398319926119639265555410256455471016400261630917813337515247954638555325280392998950756512879748873422896798579889820248358636937659872379948616822902110696986481638776226860777480684653756042166610633513404129518040549077551227082262066602286208338952016035637334787564972991208252928951876463555456715923743181359826124083963758009484867346318483872552977652588089928761806897223231500970500186019991032176060579816348322451864584743414550721639495547636008351"),e:65537}],d={};l.forEach(({fingerprint:e,...t})=>{d[i(e.slice(-8),!0,!0)]=t}),e.exports={encrypt:async function(e,n){const r=d[e];if(!r)return;const l=c(235-n.length),f=t.concat([await o(n),n,l]),p=i(f,!1),h=u(p,s(r.e),r.n);return a(h,256,!1)}}}).call(this,n(11).Buffer)},function(e,t){e.exports=class{constructor(e,t=null){this.containerId=null,this.msgId=null,this.request=e,this.data=e.getBytes(),this.after=t,this.result=null,this.promise=new Promise((e,t)=>{this.resolve=e,this.reject=t})}}},function(e,t,n){const{Connection:s}=n(41),{ConnectionTCPFull:i}=n(92),{ConnectionTCPAbridged:a}=n(62),{ConnectionTCPObfuscated:r}=n(63);e.exports={Connection:s,ConnectionTCPFull:i,ConnectionTCPAbridged:a,ConnectionTCPObfuscated:r}},function(e,t){},function(e,t,n){(function(t){const s=n(36);e.exports=class{constructor(e,n){if(!t.isBuffer(e)||!t.isBuffer(n)||16!==n.length)throw new Error("Key and iv need to be a buffer");this.cipher=s.createCipheriv("AES-256-CTR",e,n)}encrypt(e){return t.from(this.cipher.update(e))}}}).call(this,n(11).Buffer)},function(e,t,n){"use strict";n.r(t),n.d(t,"authFlow",(function(){return u})),n.d(t,"checkAuthorization",(function(){return l}));var s=n(6),i=n.n(s),a=n(19),r=n.n(a),o=n(8),c=n(29);async function u(e,t,n){const s="phoneNumber"in n?await d(e,t,n):await async function(e,t,n){const{apiId:s,apiHash:a}=t,{botAuthToken:r}=n,{user:o}=await e.invoke(new i.a.auth.ImportBotAuthorization({apiId:s,apiHash:a,botAuthToken:r}));return o}(e,t,n);e._log.info("Signed in successfully as",r.a.getDisplayName(s))}async function l(e){try{return await e.invoke(new i.a.updates.GetState),!0}catch(e){return!1}}async function d(e,t,n){let s,a,r,o=!1;for(;;)try{if("function"==typeof n.phoneNumber)try{s=await n.phoneNumber()}catch(s){if("RESTART_AUTH_WITH_QR"===s.message)return f(e,t,n);throw s}else s=n.phoneNumber;const i=await p(e,t,s,n.forceSMS);if(a=i.phoneCodeHash,o=i.isCodeViaApp,"string"!=typeof a)throw new Error("Failed to retrieve phone code hash");break}catch(e){if("function"!=typeof n.phoneNumber)throw e;n.onError(e)}let c,u=!1;for(;;)try{try{r=await n.phoneCode(o)}catch(s){if("RESTART_AUTH"===s.message)return d(e,t,n)}if(!r)throw new Error("Code is empty");const l=await e.invoke(new i.a.auth.SignIn({phoneNumber:s,phoneCodeHash:a,phoneCode:r}));if(l instanceof i.a.auth.AuthorizationSignUpRequired){u=!0,c=l.termsOfService;break}return l.user}catch(s){if("SESSION_PASSWORD_NEEDED"===s.message)return h(e,t,n);n.onError(s)}if(u)for(;;)try{const[t,r]=await n.firstAndLastNames();if(!t)throw new Error("First name is required");const{user:o}=await e.invoke(new i.a.auth.SignUp({phoneNumber:s,phoneCodeHash:a,firstName:t,lastName:r}));return c&&await e.invoke(new i.a.help.AcceptTermsOfService({id:c.id})),o}catch(e){n.onError(e)}return n.onError(new Error("Auth failed")),d(e,t,n)}async function f(e,t,n){let s=!1;const a=(async()=>{for(;!s;){const t=await e.invoke(new i.a.auth.ExportLoginToken({apiId:Number("739222"),apiHash:"60d1e1063c72d4bc4cfdda99e8906f94",exceptIds:[]}));if(!(t instanceof i.a.auth.LoginToken))throw new Error("Unexpected");const{token:s,expires:a}=t;await Promise.race([n.qrCode({token:s,expires:a}),Object(o.sleep)(3e4)])}})(),r=new Promise(t=>{e.addEventHandler(e=>{e instanceof i.a.UpdateLoginToken&&t()},{build:e=>e})});try{await Promise.race([r,a])}catch(s){if("RESTART_AUTH"===s.message)return d(e,t,n);throw s}finally{s=!0}try{const t=await e.invoke(new i.a.auth.ExportLoginToken({apiId:Number("739222"),apiHash:"60d1e1063c72d4bc4cfdda99e8906f94",exceptIds:[]}));if(t instanceof i.a.auth.LoginTokenSuccess&&t.authorization instanceof i.a.auth.Authorization)return t.authorization.user;if(t instanceof i.a.auth.LoginTokenMigrateTo){await e._switchDC(t.dcId);const n=await e.invoke(new i.a.auth.ImportLoginToken({token:t.token}));if(n instanceof i.a.auth.LoginTokenSuccess&&n.authorization instanceof i.a.auth.Authorization)return n.authorization.user}}catch(s){if("SESSION_PASSWORD_NEEDED"===s.message)return h(e,t,n);throw s}throw void 0}async function p(e,t,n,s=!1){try{const{apiId:a,apiHash:r}=t,o=await e.invoke(new i.a.auth.SendCode({phoneNumber:n,apiId:a,apiHash:r,settings:new i.a.CodeSettings}));if(!s||o.type instanceof i.a.auth.SentCodeTypeSms)return{phoneCodeHash:o.phoneCodeHash,isCodeViaApp:o.type instanceof i.a.auth.SentCodeTypeApp};const c=await e.invoke(new i.a.auth.ResendCode({phoneNumber:n,phoneCodeHash:o.phoneCodeHash}));return{phoneCodeHash:c.phoneCodeHash,isCodeViaApp:c.type instanceof i.a.auth.SentCodeTypeApp}}catch(i){if("AUTH_RESTART"===i.message)return p(e,t,n,s);throw i}}async function h(e,t,n){for(;;)try{const t=await e.invoke(new i.a.account.GetPassword),s=await n.password(t.hint);if(!s)throw new Error("Password is empty");const a=await Object(c.computeCheck)(t,s),{user:r}=await e.invoke(new i.a.auth.CheckPassword({password:a}));return r}catch(e){n.onError(e)}}},function(e,t,n){"use strict";n.r(t),function(e){n.d(t,"downloadFile",(function(){return c}));var s=n(6),i=n.n(s),a=n(19),r=n(8);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}async function c(t,n,s){let{partSizeKb:o,fileSize:c,workers:l=1,end:d}=s;const{dcId:f,progressCallback:p,start:h=0}=s;d=d&&d{try{const s=await Promise.race([await y.send(new i.a.upload.GetFile({location:n,offset:w,limit:e,precise:t||void 0})),Object(r.sleep)(15e3).then(()=>Promise.reject(new Error("REQUEST_TIMEOUT")))]);if(p){if(p.isCanceled)throw new Error("USER_CANCELED");A+=1/m,p(A)}return!d&&s.bytes.lengthd)break}const I=(await Promise.all(_)).filter(Boolean),P=d?d+1-h:void 0;return e.concat(I,P)}class u{constructor(e){this.maxWorkers=e,o(this,"deferred",void 0),o(this,"activeWorkers",0)}requestWorker(){return this.activeWorkers++,this.activeWorkers>this.maxWorkers?(this.deferred=function(){let e;return{promise:new Promise(t=>{e=t}),resolve:e}}(),this.deferred.promise):Promise.resolve()}releaseWorker(){this.activeWorkers--,this.deferred&&this.activeWorkers<=this.maxWorkers&&this.deferred.resolve()}}}.call(this,n(11).Buffer)},function(e,t,n){"use strict";n.r(t),function(e){n.d(t,"uploadFile",(function(){return o}));var s=n(6),i=n.n(s),a=n(8),r=n(19);async function o(t,n){const{file:s,onProgress:o}=n;let{workers:c}=n;const{name:u,size:l}=s,d=Object(a.readBigIntFromBuffer)(Object(a.generateRandomBytes)(8),!0,!0),f=l>10485760,p=1024*Object(r.getAppropriatedPartSize)(l),h=Math.floor((l+p-1)/p),g=e.from(await function(e){return new Response(e).arrayBuffer()}(s)),m=await t._borrowExportedSender(t.session.dcId);c&&l||(c=1),c>=h&&(c=h);let y=0;o&&o(y);for(let e=0;eh&&(n=h);for(let s=e;s{if(await m.send(f?new i.a.upload.SaveBigFilePart({fileId:d,filePart:s,fileTotalParts:h,bytes:e}):new i.a.upload.SaveFilePart({fileId:d,filePart:s,bytes:e})),o){if(o.isCanceled)throw new Error("USER_CANCELED");y+=1/h,o(y)}})())}try{await Promise.race([await Promise.all(t),Object(a.sleep)(15e3*c).then(()=>Promise.reject(new Error("TIMEOUT")))])}catch(t){if("TIMEOUT"===t.message){console.warn("Upload timeout. Retrying..."),e-=c;continue}throw t}}return f?new i.a.InputFileBig({id:d,parts:h,name:u}):new i.a.InputFile({id:d,parts:h,name:u,md5Checksum:""})}}.call(this,n(11).Buffer)},function(e,t,n){"use strict";n.r(t),function(e){n.d(t,"updateTwoFaSettings",(function(){return u}));var s=n(6),i=n.n(s),a=n(8),r=n(29),o=n(27),c=n.n(o);async function u(t,{isCheckPassword:n,currentPassword:s,newPassword:o,hint:u="",email:l,emailCodeCallback:d,onEmailCodeError:f}){if(!o&&!s)throw new Error("Neither `currentPassword` nor `newPassword` is present");if(l&&(!d||!f))throw new Error("`email` present without `emailCodeCallback` and `onEmailCodeError`");const p=await t.invoke(new i.a.account.GetPassword);p.newAlgo instanceof i.a.PasswordKdfAlgoUnknown||(p.newAlgo.salt1=e.concat([p.newAlgo.salt1,Object(a.generateRandomBytes)(32)])),!p.hasPassword&&s&&(s=void 0);const h=s?await Object(r.computeCheck)(p,s):new i.a.InputCheckPasswordEmpty;if(n)await t.invoke(new i.a.auth.CheckPassword({password:h}));else try{await t.invoke(new i.a.account.UpdatePasswordSettings({password:h,newSettings:new i.a.account.PasswordInputSettings({newAlgo:p.newAlgo,newPasswordHash:o?await Object(r.computeDigest)(p.newAlgo,o):e.alloc(0),hint:u,email:l,newSecureSettings:void 0})}))}catch(e){if(!(e instanceof c.a.EmailUnconfirmedError))throw e;for(;;)try{const n=await d(e.codeLength);if(!n)throw new Error("Code is empty");await t.invoke(new i.a.account.ConfirmPasswordEmail({code:n}));break}catch(e){f(e)}}}}.call(this,n(11).Buffer)},function(e,t){e.exports="0.0.2"},function(e,t,n){const s=n(100),i=n(101);class a extends Error{}e.exports={NewMessage:s,StopPropagation:a,Raw:i}},function(e,t){},function(e,t,n){const{EventBuilder:s}=n(102);e.exports=class extends s{constructor(e={types:null,func:null}){super(),e.types?this.types=e.types:this.types=!0}build(e,t=null){return e}}},function(e,t){e.exports={EventBuilder:class{constructor(e={chats:null,blacklistChats:null,func:null}){this.chats=e.chats,this.blacklistChats=Boolean(e.blacklistChats),this.resolved=!1,this.func=e.func}build(e,t=null){}},EventCommon:class{}}},function(e,t,n){const s=n(30),i=n(104),a=n(105),r=n(106);e.exports={Memory:s,StringSession:i,CacheApiSession:a,LocalStorageSession:r}},function(e,t,n){(function(t){const s=n(30),i=n(32),a=n(25);class r extends s{constructor(e=null){if(super(),e){if("1"!==e[0])throw new Error("Not a valid string");e=e.slice(1);const t=r.decode(e),n=new a(t);this._dcId=n.read(1).readUInt8(0);const s=n.read(2).readInt16BE(0);this._serverAddress=String(n.read(s)),this._port=n.read(2).readInt16BE(0),this._key=n.read(-1)}}static encode(e){return e.toString("base64")}static decode(e){return t.from(e,"base64")}async load(){this._key&&(this._authKey=new i,await this._authKey.setKey(this._key))}save(){if(!this.authKey)return"";const e=t.from([this.dcId]),n=t.from(this.serverAddress),s=t.alloc(2);s.writeInt16BE(n.length,0);const i=t.alloc(2);return i.writeInt16BE(this.port,0),"1"+r.encode(t.concat([e,s,n,i,this.authKey.getKey()]))}getAuthKey(e){if(!e||e===this.dcId)return this.authKey}setAuthKey(e,t){t&&t!==this.dcId||(this.authKey=e)}}e.exports=r}).call(this,n(11).Buffer)},function(e,t,n){const s=n(64);e.exports=class extends s{async _fetchFromCache(e){const t=new Request(e),n=await self.caches.open("GramJs"),s=await n.match(t);return s?s.text():null}async _saveToCache(e,t){const n=new Request(e),s=new Response(t);return(await self.caches.open("GramJs")).put(n,s)}}},function(e,t,n){const s=n(64);e.exports=class extends s{async _fetchFromCache(e){return localStorage.getItem(e)}async _saveToCache(e,t){return localStorage.setItem(e,t)}}},function(e,t,n){"use strict";n.r(t);var s={};n.r(s),n.d(s,"destroy",(function(){return d.a})),n.d(s,"downloadMedia",(function(){return d.b})),n.d(s,"fetchCurrentUser",(function(){return d.c})),n.d(s,"provideAuthPhoneNumber",(function(){return o.l})),n.d(s,"provideAuthCode",(function(){return o.j})),n.d(s,"provideAuthPassword",(function(){return o.k})),n.d(s,"provideAuthRegistration",(function(){return o.m})),n.d(s,"restartAuth",(function(){return o.n})),n.d(s,"restartAuthWithQr",(function(){return o.o})),n.d(s,"fetchChats",(function(){return c.j})),n.d(s,"fetchFullChat",(function(){return c.k})),n.d(s,"fetchSuperGroupOnlines",(function(){return c.n})),n.d(s,"searchChats",(function(){return c.v})),n.d(s,"requestChatUpdate",(function(){return c.t})),n.d(s,"saveDraft",(function(){return c.u})),n.d(s,"clearDraft",(function(){return c.a})),n.d(s,"fetchChat",(function(){return c.h})),n.d(s,"updateChatMutedState",(function(){return c.G})),n.d(s,"createChannel",(function(){return c.b})),n.d(s,"joinChannel",(function(){return c.q})),n.d(s,"leaveChannel",(function(){return c.r})),n.d(s,"deleteChannel",(function(){return c.d})),n.d(s,"createGroupChat",(function(){return c.c})),n.d(s,"editChatPhoto",(function(){return c.g})),n.d(s,"toggleChatPinned",(function(){return c.y})),n.d(s,"toggleChatArchived",(function(){return c.x})),n.d(s,"toggleDialogUnread",(function(){return c.z})),n.d(s,"fetchChatFolders",(function(){return c.i})),n.d(s,"editChatFolder",(function(){return c.f})),n.d(s,"deleteChatFolder",(function(){return c.e})),n.d(s,"fetchRecommendedChatFolders",(function(){return c.m})),n.d(s,"getChatByUsername",(function(){return c.o})),n.d(s,"togglePreHistoryHidden",(function(){return c.A})),n.d(s,"updateChatDefaultBannedRights",(function(){return c.E})),n.d(s,"updateChatMemberBannedRights",(function(){return c.F})),n.d(s,"updateChatTitle",(function(){return c.H})),n.d(s,"updateChatAbout",(function(){return c.C})),n.d(s,"toggleSignatures",(function(){return c.B})),n.d(s,"updateChatAdmin",(function(){return c.D})),n.d(s,"fetchGroupsForDiscussion",(function(){return c.l})),n.d(s,"setDiscussionGroup",(function(){return c.w})),n.d(s,"migrateChat",(function(){return c.s})),n.d(s,"fetchMessages",(function(){return u.g})),n.d(s,"fetchMessage",(function(){return u.e})),n.d(s,"sendMessage",(function(){return u.v})),n.d(s,"pinMessage",(function(){return u.q})),n.d(s,"unpinAllMessages",(function(){return u.y})),n.d(s,"deleteMessages",(function(){return u.b})),n.d(s,"deleteHistory",(function(){return u.a})),n.d(s,"markMessageListRead",(function(){return u.o})),n.d(s,"markMessagesRead",(function(){return u.p})),n.d(s,"requestThreadInfoUpdate",(function(){return u.r})),n.d(s,"searchMessagesLocal",(function(){return u.u})),n.d(s,"searchMessagesGlobal",(function(){return u.t})),n.d(s,"fetchWebPagePreview",(function(){return u.j})),n.d(s,"editMessage",(function(){return u.d})),n.d(s,"forwardMessages",(function(){return u.l})),n.d(s,"loadPollOptionResults",(function(){return u.n})),n.d(s,"sendPollVote",(function(){return u.w})),n.d(s,"findFirstMessageIdAfterDate",(function(){return u.k})),n.d(s,"fetchPinnedMessages",(function(){return u.h})),n.d(s,"fetchScheduledHistory",(function(){return u.i})),n.d(s,"sendScheduledMessages",(function(){return u.x})),n.d(s,"rescheduleMessage",(function(){return u.s})),n.d(s,"deleteScheduledMessages",(function(){return u.c})),n.d(s,"fetchMessageLink",(function(){return u.f})),n.d(s,"fetchFullUser",(function(){return y})),n.d(s,"fetchNearestCountry",(function(){return b})),n.d(s,"fetchTopUsers",(function(){return _})),n.d(s,"fetchContactList",(function(){return w})),n.d(s,"fetchUsers",(function(){return v})),n.d(s,"updateContact",(function(){return A})),n.d(s,"deleteUser",(function(){return I})),n.d(s,"fetchStickerSets",(function(){return E})),n.d(s,"fetchRecentStickers",(function(){return R})),n.d(s,"fetchFavoriteStickers",(function(){return O})),n.d(s,"fetchFeaturedStickers",(function(){return U})),n.d(s,"faveSticker",(function(){return T})),n.d(s,"fetchStickers",(function(){return B})),n.d(s,"fetchSavedGifs",(function(){return j})),n.d(s,"searchStickers",(function(){return x})),n.d(s,"installStickerSet",(function(){return N})),n.d(s,"uninstallStickerSet",(function(){return F})),n.d(s,"searchGifs",(function(){return V})),n.d(s,"fetchAnimatedEmojis",(function(){return D})),n.d(s,"fetchStickersForEmoji",(function(){return L})),n.d(s,"checkChatUsername",(function(){return z})),n.d(s,"setChatUsername",(function(){return K})),n.d(s,"updatePrivateLink",(function(){return G})),n.d(s,"updateProfile",(function(){return ue})),n.d(s,"checkUsername",(function(){return le})),n.d(s,"updateUsername",(function(){return de})),n.d(s,"fetchBlockedContacts",(function(){return me})),n.d(s,"blockContact",(function(){return ye})),n.d(s,"unblockContact",(function(){return be})),n.d(s,"updateProfilePhoto",(function(){return fe})),n.d(s,"uploadProfilePhoto",(function(){return pe})),n.d(s,"fetchWallpapers",(function(){return he})),n.d(s,"uploadWallpaper",(function(){return ge})),n.d(s,"fetchAuthorizations",(function(){return _e})),n.d(s,"terminateAuthorization",(function(){return we})),n.d(s,"terminateAllAuthorizations",(function(){return ve})),n.d(s,"loadNotificationsSettings",(function(){return Ae})),n.d(s,"updateContactSignUpNotification",(function(){return Ie})),n.d(s,"updateNotificationSettings",(function(){return Pe})),n.d(s,"fetchLanguages",(function(){return Ce})),n.d(s,"fetchLangPack",(function(){return Se})),n.d(s,"fetchPrivacySettings",(function(){return Me})),n.d(s,"setPrivacySettings",(function(){return ke})),n.d(s,"getPasswordInfo",(function(){return Z})),n.d(s,"checkPassword",(function(){return Q})),n.d(s,"clearPassword",(function(){return X})),n.d(s,"updatePassword",(function(){return ee})),n.d(s,"updateRecoveryEmail",(function(){return te})),n.d(s,"provideRecoveryEmailCode",(function(){return ne})),n.d(s,"answerCallbackButton",(function(){return Re.a})),n.d(s,"validateRequestedInfo",(function(){return Ue})),n.d(s,"sendPaymentForm",(function(){return Te})),n.d(s,"getPaymentForm",(function(){return Be})),n.d(s,"getReceipt",(function(){return De}));var i=n(4),a=n(28),r=n(26),o=n(16),c=n(7),u=n(12),l=n(0),d=n(1),f=n(2),p=n(13),h=n(5),g=n(3);let m;async function y({id:e,accessHash:t}){const n=Object(f.g)(e,t);if(!(n instanceof l.Api.InputUser))return;const s=await Object(d.e)(new l.Api.users.GetFullUser({id:n}));if(!s)return;const i=Object(p.b)(s);m({"@type":"updateUser",id:e,user:{fullInfo:i.fullInfo}})}async function b(){const e=await Object(d.e)(new l.Api.help.GetNearestDc);return e?e.country:void 0}async function _({hash:e=0}){const t=await Object(d.e)(new l.Api.contacts.GetTopPeers({hash:e,correspondents:!0}));if(!(t instanceof l.Api.contacts.TopPeers))return;const n=t.users.map(p.a).filter(e=>!!e&&!e.isSelf),s=n.map(({id:e})=>e);return{hash:Object(f.q)(s),ids:s,users:n}}async function w({hash:e=0}){const t=await Object(d.e)(new l.Api.contacts.GetContacts({hash:e}));if(t&&!(t instanceof l.Api.contacts.ContactsNotModified))return t.users.forEach(e=>{e instanceof l.Api.User&&(h.a.users[e.id]=e)}),{hash:Object(f.q)([t.savedCount,...t.contacts.map(({userId:e})=>e)]),users:t.users.map(p.a).filter(Boolean),chats:t.users.map(e=>Object(g.d)(e)).filter(Boolean)}}async function v({users:e}){const t=await Object(d.e)(new l.Api.users.GetUsers({id:e.map(({id:e,accessHash:t})=>Object(f.i)(e,t))}));if(t&&t.length)return t.forEach(e=>{e instanceof l.Api.User&&(h.a.users[e.id]=e)}),t.map(p.a).filter(Boolean)}function A({phone:e,firstName:t,lastName:n}){return Object(d.e)(new l.Api.contacts.ImportContacts({contacts:[Object(f.e)({phone:e||"",firstName:t||"",lastName:n||""})]}))}async function I({id:e,accessHash:t}){const n=Object(f.g)(e,t);if(!(n instanceof l.Api.InputUser))return;await Object(d.e)(new l.Api.contacts.DeleteContacts({id:[n]}))&&m({"@type":"deleteUser",id:e})}var P=n(21),C=n(9);let S,M,k;async function E({hash:e}){const t=await Object(d.e)(new l.Api.messages.GetAllStickers({hash:e}));if(t&&!(t instanceof l.Api.messages.AllStickersNotModified))return t.sets.forEach(e=>{e.thumb&&(h.a.stickerSets[String(e.id)]=e)}),{hash:t.hash,sets:t.sets.map(P.b)}}async function R({hash:e}){const t=await Object(d.e)(new l.Api.messages.GetRecentStickers({hash:e}));if(t&&!(t instanceof l.Api.messages.RecentStickersNotModified))return{hash:t.hash,stickers:q(t.stickers)}}async function O({hash:e}){const t=await Object(d.e)(new l.Api.messages.GetFavedStickers({hash:e}));if(t&&!(t instanceof l.Api.messages.FavedStickersNotModified))return{hash:t.hash,stickers:q(t.stickers)}}async function U({hash:e}){const t=await Object(d.e)(new l.Api.messages.GetFeaturedStickers({hash:e}));if(t&&!(t instanceof l.Api.messages.FeaturedStickersNotModified))return{hash:t.hash,sets:t.sets.map(P.c)}}async function T({sticker:e,unfave:t}){const n=new l.Api.messages.FaveSticker({id:Object(f.f)(e),unfave:t});await Object(d.e)(n)&&S({"@type":"updateFavoriteStickers"})}async function B({stickerSetId:e,accessHash:t}){const n=await Object(d.e)(new l.Api.messages.GetStickerSet({stickerset:Object(f.l)(e,t)}));var s;if(n)return{set:Object(P.b)(n.set),stickers:q(n.documents),packs:(s=n.packs,s.reduce((e,{emoticon:t,documents:n})=>(e[t]=n.map(e=>Object(P.a)(h.a.documents[String(e)])).filter(Boolean),e),{}))}}async function D(){const e=await Object(d.e)(new l.Api.messages.GetStickerSet({stickerset:new l.Api.InputStickerSetAnimatedEmoji}));if(e)return{set:Object(P.b)(e.set),stickers:q(e.documents)}}async function x({query:e,hash:t}){const n=await Object(d.e)(new l.Api.messages.SearchStickerSets({q:e,hash:t}));if(n&&!(n instanceof l.Api.messages.FoundStickerSetsNotModified))return{hash:n.hash,sets:n.sets.map(P.c)}}async function j({hash:e}){const t=await Object(d.e)(new l.Api.messages.GetSavedGifs({hash:e}));if(t&&!(t instanceof l.Api.messages.SavedGifsNotModified))return{hash:t.hash,gifs:H(t.gifs)}}async function N({stickerSetId:e,accessHash:t}){await Object(d.e)(new l.Api.messages.InstallStickerSet({stickerset:Object(f.l)(e,t)}))&&S({"@type":"updateStickerSet",id:e,stickerSet:{installedDate:Date.now()}})}async function F({stickerSetId:e,accessHash:t}){await Object(d.e)(new l.Api.messages.UninstallStickerSet({stickerset:Object(f.l)(e,t)}))&&S({"@type":"updateStickerSet",id:e,stickerSet:{installedDate:void 0}})}async function V({query:e,offset:t=""}){if(!M){const e=await Object(d.e)(new l.Api.help.GetConfig);if(!e)return;const t=await Object(d.e)(new l.Api.contacts.ResolveUsername({username:e.gifSearchUsername}));if(!(t&&t.users[0]instanceof l.Api.User))return;M=new l.Api.InputUser({userId:t.peer.userId,accessHash:t.users[0].accessHash})}const n=await Object(d.e)(new l.Api.messages.GetInlineBotResults({bot:M,peer:new l.Api.InputPeerEmpty,query:e,offset:t}));if(!n)return;const s=n.results.map(e=>{if(e instanceof l.Api.BotInlineMediaResult)return e.document}).filter(Boolean);return{nextOffset:n.nextOffset,gifs:H(s)}}async function L({emoji:e,hash:t=0}){const n=await Object(d.e)(new l.Api.messages.GetStickers({emoticon:e,hash:t}));if(n&&!(n instanceof l.Api.messages.StickersNotModified))return{stickers:q(n.stickers),hash:n.hash}}function q(e){return e.map(e=>{if(e instanceof l.Api.Document){const t=Object(P.a)(e);if(t)return h.a.documents[String(e.id)]=e,t}}).filter(Boolean)}function H(e){return e.map(e=>{if(e instanceof l.Api.Document){const t=Object(C.m)(e);if(t)return h.a.documents[String(e.id)]=e,t}}).filter(Boolean)}async function z({username:e}){try{return await Object(d.e)(new l.Api.channels.CheckUsername({channel:new l.Api.InputChannelEmpty,username:e}),void 0,!0)}catch(e){return!1}}async function K({chat:e,username:t}){await Object(d.e)(new l.Api.channels.UpdateUsername({channel:Object(f.g)(e.id,e.accessHash),username:t}))&&k({"@type":"updateChat",id:e.id,chat:{username:t}})}async function G({chat:e}){const t=await Object(d.e)(new l.Api.messages.ExportChatInvite({peer:Object(f.i)(e.id,e.accessHash)}));t&&t instanceof l.Api.ChatInviteExported&&k({"@type":"updateChatFullInfo",id:e.id,fullInfo:{inviteLink:t.link}})}const W={EMAIL_UNCONFIRMED:"Email unconfirmed",EMAIL_HASH_EXPIRED:"Email hash expired",NEW_SALT_INVALID:"The new salt is invalid",NEW_SETTINGS_INVALID:"The new password settings are invalid",CODE_INVALID:"Invalid Code",PASSWORD_HASH_INVALID:"Invalid Password"},J={};let $;async function Z(){const e=await Object(d.e)(new l.Api.account.GetPassword);if(!e)return;const{hint:t,hasPassword:n}=e;return{hint:t,hasPassword:n}}function Y(e){return $({"@type":"updateTwoFaStateWaitCode",length:e}),new Promise((e,t)=>{J.resolve=e,J.reject=t})}async function Q(e){try{return await Object(d.f)({isCheckPassword:!0,currentPassword:e}),!0}catch(e){return se(e),!1}}async function X(e){try{return await Object(d.f)({currentPassword:e}),!0}catch(e){return se(e),!1}}async function ee(e,t,n,s){try{return await Object(d.f)({currentPassword:e,newPassword:t,hint:n,email:s,emailCodeCallback:Y,onEmailCodeError:se}),!0}catch(e){return se(e),!1}}async function te(e,t){try{return await Object(d.f)({currentPassword:e,newPassword:e,email:t,emailCodeCallback:Y,onEmailCodeError:se}),!0}catch(e){return se(e),!1}}function ne(e){J.resolve(e)}function se(e){let t;if(e instanceof l.errors.FloodWaitError){const n=Math.ceil(Number(e.seconds)/60/60);t="Too many attempts. Try again in "+(n>1?n+" hours":"an hour")}else t=W[e.message];t||(t="Unexpected Error",i.g&&console.error(e)),$({"@type":"updateTwoFaError",message:t})}var ie=n(15),ae=n.n(ie),re=n(23),oe=n(17),ce=n(14);function ue({firstName:e,lastName:t,about:n}){return Object(d.e)(new l.Api.account.UpdateProfile({firstName:e||"",lastName:t||"",about:n||""}))}function le(e){return Object(d.e)(new l.Api.account.CheckUsername({username:e}))}function de(e){return Object(d.e)(new l.Api.account.UpdateUsername({username:e}))}async function fe(e){const t=await Object(d.g)(e);return Object(d.e)(new l.Api.photos.UploadProfilePhoto({file:t}))}async function pe(e){const t=await Object(d.g)(e);await Object(d.e)(new l.Api.photos.UploadProfilePhoto({file:t}))}async function he(e){const t=await Object(d.e)(new l.Api.account.GetWallPapers({hash:e}));if(!t||t instanceof l.Api.account.WallPapersNotModified)return;const n=t.wallpapers.filter(e=>e instanceof l.Api.WallPaper&&e.document instanceof l.Api.Document&&(!e.pattern&&"application/x-tgwallpattern"!==e.document.mimeType));return n.forEach(e=>{h.a.documents[String(e.document.id)]=e.document}),{hash:t.hash,wallpapers:n.map(re.b).filter(Boolean)}}async function ge(e){const t=await Object(d.g)(e),n=await Object(d.e)(new l.Api.account.UploadWallPaper({file:t,mimeType:e.type,settings:new l.Api.WallPaperSettings}));if(!(n&&n instanceof l.Api.WallPaper))return;const s=Object(re.b)(n);return s?(h.a.documents[String(n.document.id)]=n.document,{wallpaper:s}):void 0}async function me(){const e=await Object(d.e)(new l.Api.contacts.GetBlocked({limit:i.e}));if(e)return Ee(e),{users:e.users.map(p.a).filter(Boolean),chats:e.chats.map(e=>Object(g.d)(e,void 0,!0)).filter(Boolean),blockedIds:e.blocked.map(e=>Object(g.k)(e.peerId)),totalCount:e instanceof l.Api.contacts.BlockedSlice?e.count:e.blocked.length}}function ye(e){return Object(d.e)(new l.Api.contacts.Block({id:Object(f.o)(e)}))}function be(e,t){return Object(d.e)(new l.Api.contacts.Unblock({id:Object(f.i)(e,t)}))}async function _e(){const e=await Object(d.e)(new l.Api.account.GetAuthorizations);if(e)return e.authorizations.map(re.a)}function we(e){return Object(d.e)(new l.Api.account.ResetAuthorization({hash:ae()(e)}))}function ve(){return Object(d.e)(new l.Api.auth.ResetAuthorizations)}async function Ae(){const[e,t,n,s]=await Promise.all([Object(d.e)(new l.Api.account.GetContactSignUpNotification),Object(d.e)(new l.Api.account.GetNotifySettings({peer:new l.Api.InputNotifyUsers})),Object(d.e)(new l.Api.account.GetNotifySettings({peer:new l.Api.InputNotifyChats})),Object(d.e)(new l.Api.account.GetNotifySettings({peer:new l.Api.InputNotifyBroadcasts}))]);if(!t||!n||!s)return!1;const{silent:i,muteUntil:a,showPreviews:r}=t,{silent:o,muteUntil:c,showPreviews:u}=n,{silent:f,muteUntil:p,showPreviews:h}=s;return{hasContactJoinedNotifications:!e,hasPrivateChatsNotifications:!(i||"number"==typeof a&&Date.now()<1e3*a),hasPrivateChatsMessagePreview:r,hasGroupNotifications:!(o||"number"==typeof c&&Date.now()<1e3*c),hasGroupMessagePreview:u,hasBroadcastNotifications:!(f||"number"==typeof p&&Date.now()<1e3*p),hasBroadcastMessagePreview:h}}function Ie(e){return Object(d.e)(new l.Api.account.SetContactSignUpNotification({silent:e}))}function Pe(e,{isSilent:t,isShowPreviews:n}){let s;s="contact"===e?new l.Api.InputNotifyUsers:"group"===e?new l.Api.InputNotifyChats:new l.Api.InputNotifyBroadcasts;const i={showPreviews:n,silent:t,muteUntil:t?2**31-1:void 0};return Object(d.e)(new l.Api.account.UpdateNotifySettings({peer:s,settings:new l.Api.InputPeerNotifySettings(i)}))}async function Ce(){const e=await Object(d.e)(new l.Api.langpack.GetLanguages({langPack:i.i}));if(e)return e.map(oe.b)}async function Se({sourceLangPacks:e,langCode:t}){const n=(await Promise.all(e.map(e=>Object(d.e)(new l.Api.langpack.GetLangPack({langPack:e,langCode:t}))))).filter(Boolean).map(e=>Object(ce.a)(e.strings.map(oe.b),"key"));if(n.length)return{langPack:Object.assign({},...n.reverse())}}async function Me(e){const t=Object(f.k)(e),n=await Object(d.e)(new l.Api.account.GetPrivacy({key:t}));if(n)return Ee(n),Object(re.d)(n.rules)}async function ke(e,t){const n=Object(f.k)(e),s=[];switch(t.allowedUsers&&s.push(new l.Api.InputPrivacyValueAllowUsers({users:t.allowedUsers.map(({id:e,accessHash:t})=>Object(f.i)(e,t))})),t.allowedChats&&s.push(new l.Api.InputPrivacyValueAllowChatParticipants({chats:t.allowedChats.map(({id:e})=>-e)})),t.blockedUsers&&s.push(new l.Api.InputPrivacyValueDisallowUsers({users:t.blockedUsers.map(({id:e,accessHash:t})=>Object(f.i)(e,t))})),t.blockedChats&&s.push(new l.Api.InputPrivacyValueDisallowChatParticipants({chats:t.blockedChats.map(({id:e})=>-e)})),t.visibility){case"everybody":s.push(new l.Api.InputPrivacyValueAllowAll);break;case"contacts":s.push(new l.Api.InputPrivacyValueAllowContacts);break;case"nonContacts":s.push(new l.Api.InputPrivacyValueDisallowContacts);break;case"nobody":s.push(new l.Api.InputPrivacyValueDisallowAll)}const i=await Object(d.e)(new l.Api.account.SetPrivacy({key:n,rules:s}));if(i)return Ee(i),Object(re.d)(i.rules)}function Ee(e){e.users.forEach(e=>{e instanceof l.Api.User&&(h.a.users[e.id]=e)}),e.chats.forEach(e=>{(e instanceof l.Api.Chat||e instanceof l.Api.Channel)&&(h.a.chats[e.id]=e)})}var Re=n(72);function Oe(e){if(e)return Object.values(e).map(e=>({id:e.id,title:e.title,amount:e.prices.reduce((e,t)=>e+Number(t.amount.value),0),prices:e.prices.map(({label:e,amount:t})=>({label:e,amount:Number(t.value)}))}))}async function Ue({messageId:e,requestInfo:t,shouldSave:n}){const s=await Object(d.e)(new l.Api.payments.ValidateRequestedInfo({msgId:e,save:n||void 0,info:Object(f.p)(t)}));if(!s)return;const{id:i,shippingOptions:a}=s;return i?{id:i,shippingOptions:Oe(a)}:void 0}function Te({messageId:e,requestedInfoId:t,shippingOptionId:n,credentials:s}){return Object(d.e)(new l.Api.payments.SendPaymentForm({msgId:e,requestedInfoId:t,shippingOptionId:n,credentials:new l.Api.InputPaymentCredentials({save:s.save,data:new l.Api.DataJSON({data:JSON.stringify(s.data)})})}),!0)}async function Be({messageId:e}){const t=await Object(d.e)(new l.Api.payments.GetPaymentForm({msgId:e}));if(t)return function(e){const{canSaveCredentials:t,passwordMissing:n,providerId:s,nativeProvider:i,nativeParams:a,savedInfo:r,invoice:o}=e,{test:c,nameRequested:u,phoneRequested:l,emailRequested:d,shippingAddressRequested:f,flexible:p,phoneToProvider:h,emailToProvider:g,currency:m,prices:y}=o,b=y.map(({label:e,amount:t})=>({label:e,amount:Number(t.value)})),_=a?JSON.parse(a.data):{};return{canSaveCredentials:t,passwordMissing:n,providerId:s,nativeProvider:i,savedInfo:r,invoice:{test:c,nameRequested:u,phoneRequested:l,emailRequested:d,shippingAddressRequested:f,flexible:p,phoneToProvider:h,emailToProvider:g,currency:m,prices:b},nativeParams:{needCardholderName:_.need_cardholder_name,needCountry:_.need_country,needZip:_.need_zip,publishableKey:_.publishable_key}}}(t)}async function De(e){const t=await Object(d.e)(new l.Api.payments.GetPaymentReceipt({msgId:e}));if(t)return function(e){const{invoice:t,info:n,shipping:s,currency:i,totalAmount:a,credentialsTitle:r}=e,{shippingAddress:o,phone:c,name:u}=n||{},{prices:l}=t,d=l.map(({label:e,amount:t})=>({label:e,amount:Number(t.value)}));let f,p;return s&&(f=s.prices.map(({label:e,amount:t})=>({label:e,amount:Number(t.value)})),p=s.title),{currency:i,prices:d,info:{shippingAddress:o,phone:c,name:u},totalAmount:Number(a.value),credentialsTitle:r,shippingPrices:f,shippingMethod:p}}(t)}let xe;async function je(e,t=""){xe=e,Object(r.a)(qe),Object(o.a)(qe),Object(c.p)(qe),Object(u.m)(qe),function(e){m=e}(qe),function(e){S=e}(qe),function(e){k=e}(qe),function(e){$=e}(qe),await Object(d.d)(t,qe)}const Ne=Object(a.c)((function(e){if(!Le||e!==Ve)return;const t=Le;Le=void 0,t.forEach(xe)}));let Fe,Ve,Le;function qe(e){Le?Le.push(e):Le=[e],Fe&&!i.b.has(e["@type"])||(Fe=Object(a.b)(Ne,i.c,!0),Ve=Math.random()),Fe(Ve)}self.onerror=e=>{console.error(e),Ke({type:"unhandledError",error:{message:e.message||"Uncaught exception in worker"}})},self.addEventListener("unhandledrejection",e=>{console.error(e),Ke({type:"unhandledError",error:{message:e.reason||"Uncaught rejection in worker"}})});const He=new Map;function ze(e){Ke({type:"update",update:e})}function Ke(e,t){t?postMessage(e,[t]):postMessage(e)}i.g&&console.log(">>> FINISH LOAD WORKER"),onmessage=async e=>{const{data:t}=e;switch(t.type){case"initApi":await je(ze,t.args[0]);break;case"callMethod":{const{messageId:e,name:n,args:a}=t;try{if(e){const t=(...t)=>{const n=t[t.length-1];Ke({type:"methodCallback",messageId:e,callbackArgs:t},n instanceof ArrayBuffer?n:void 0)};He.set(e,t),a.push(t)}const t=await function(e,...t){return s[e](...t)}(n,...a),{arrayBuffer:i}="object"==typeof t&&"arrayBuffer"in t&&t||{};e&&Ke({type:"methodResponse",messageId:e,response:t},i)}catch(t){i.g&&console.error(t),e&&Ke({type:"methodResponse",messageId:e,error:{message:t.message}})}e&&He.delete(e);break}case"cancelProgress":{const e=He.get(t.messageId);e&&(e.isCanceled=!0);break}}}}]); \ No newline at end of file diff --git a/dist/f6c138245deb4d2b99e5.worker.js.LICENSE.txt b/dist/f6c138245deb4d2b99e5.worker.js.LICENSE.txt new file mode 100644 index 000000000..671b50364 --- /dev/null +++ b/dist/f6c138245deb4d2b99e5.worker.js.LICENSE.txt @@ -0,0 +1,8 @@ +/*! + * The buffer module from node.js, for the browser. + * + * @author Feross Aboukhadijeh + * @license MIT + */ + +/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh */ diff --git a/dist/favicon-16x16.png b/dist/favicon-16x16.png new file mode 100644 index 000000000..de125f5f5 Binary files /dev/null and b/dist/favicon-16x16.png differ diff --git a/dist/favicon-32x32.png b/dist/favicon-32x32.png new file mode 100644 index 000000000..f44f2ed16 Binary files /dev/null and b/dist/favicon-32x32.png differ diff --git a/dist/icomoon.02d3a207ccbd1adab3d528c444440b16.woff b/dist/icomoon.02d3a207ccbd1adab3d528c444440b16.woff new file mode 100644 index 000000000..ea1ad1bf9 Binary files /dev/null and b/dist/icomoon.02d3a207ccbd1adab3d528c444440b16.woff differ diff --git a/dist/icomoon.725349c653bfc70090f1988dc81ac837.woff2 b/dist/icomoon.725349c653bfc70090f1988dc81ac837.woff2 new file mode 100644 index 000000000..d5cf3e835 Binary files /dev/null and b/dist/icomoon.725349c653bfc70090f1988dc81ac837.woff2 differ diff --git a/dist/icon-verified.a2a4fb48197a45cb301b64e39d1a8427.svg b/dist/icon-verified.a2a4fb48197a45cb301b64e39d1a8427.svg new file mode 100644 index 000000000..bbb09673e --- /dev/null +++ b/dist/icon-verified.a2a4fb48197a45cb301b64e39d1a8427.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/img-apple-160/0023-20e3.png b/dist/img-apple-160/0023-20e3.png new file mode 100644 index 000000000..254bc48d0 Binary files /dev/null and b/dist/img-apple-160/0023-20e3.png differ diff --git a/dist/img-apple-160/0023-fe0f-20e3.png b/dist/img-apple-160/0023-fe0f-20e3.png new file mode 100644 index 000000000..254bc48d0 Binary files /dev/null and b/dist/img-apple-160/0023-fe0f-20e3.png differ diff --git a/dist/img-apple-160/002a-20e3.png b/dist/img-apple-160/002a-20e3.png new file mode 100644 index 000000000..caa15797c Binary files /dev/null and b/dist/img-apple-160/002a-20e3.png differ diff --git a/dist/img-apple-160/002a-fe0f-20e3.png b/dist/img-apple-160/002a-fe0f-20e3.png new file mode 100644 index 000000000..caa15797c Binary files /dev/null and b/dist/img-apple-160/002a-fe0f-20e3.png differ diff --git a/dist/img-apple-160/0030-20e3.png b/dist/img-apple-160/0030-20e3.png new file mode 100644 index 000000000..9c67727b1 Binary files /dev/null and b/dist/img-apple-160/0030-20e3.png differ diff --git a/dist/img-apple-160/0030-fe0f-20e3.png b/dist/img-apple-160/0030-fe0f-20e3.png new file mode 100644 index 000000000..9c67727b1 Binary files /dev/null and b/dist/img-apple-160/0030-fe0f-20e3.png differ diff --git a/dist/img-apple-160/0031-20e3.png b/dist/img-apple-160/0031-20e3.png new file mode 100644 index 000000000..4840205b7 Binary files /dev/null and b/dist/img-apple-160/0031-20e3.png differ diff --git a/dist/img-apple-160/0031-fe0f-20e3.png b/dist/img-apple-160/0031-fe0f-20e3.png new file mode 100644 index 000000000..4840205b7 Binary files /dev/null and b/dist/img-apple-160/0031-fe0f-20e3.png differ diff --git a/dist/img-apple-160/0032-20e3.png b/dist/img-apple-160/0032-20e3.png new file mode 100644 index 000000000..b5b4990fe Binary files /dev/null and b/dist/img-apple-160/0032-20e3.png differ diff --git a/dist/img-apple-160/0032-fe0f-20e3.png b/dist/img-apple-160/0032-fe0f-20e3.png new file mode 100644 index 000000000..b5b4990fe Binary files /dev/null and b/dist/img-apple-160/0032-fe0f-20e3.png differ diff --git a/dist/img-apple-160/0033-20e3.png b/dist/img-apple-160/0033-20e3.png new file mode 100644 index 000000000..f939d1ccf Binary files /dev/null and b/dist/img-apple-160/0033-20e3.png differ diff --git a/dist/img-apple-160/0033-fe0f-20e3.png b/dist/img-apple-160/0033-fe0f-20e3.png new file mode 100644 index 000000000..f939d1ccf Binary files /dev/null and b/dist/img-apple-160/0033-fe0f-20e3.png differ diff --git a/dist/img-apple-160/0034-20e3.png b/dist/img-apple-160/0034-20e3.png new file mode 100644 index 000000000..7f41ffc3a Binary files /dev/null and b/dist/img-apple-160/0034-20e3.png differ diff --git a/dist/img-apple-160/0034-fe0f-20e3.png b/dist/img-apple-160/0034-fe0f-20e3.png new file mode 100644 index 000000000..7f41ffc3a Binary files /dev/null and b/dist/img-apple-160/0034-fe0f-20e3.png differ diff --git a/dist/img-apple-160/0035-20e3.png b/dist/img-apple-160/0035-20e3.png new file mode 100644 index 000000000..3d3faf9d3 Binary files /dev/null and b/dist/img-apple-160/0035-20e3.png differ diff --git a/dist/img-apple-160/0035-fe0f-20e3.png b/dist/img-apple-160/0035-fe0f-20e3.png new file mode 100644 index 000000000..3d3faf9d3 Binary files /dev/null and b/dist/img-apple-160/0035-fe0f-20e3.png differ diff --git a/dist/img-apple-160/0036-20e3.png b/dist/img-apple-160/0036-20e3.png new file mode 100644 index 000000000..20e02d528 Binary files /dev/null and b/dist/img-apple-160/0036-20e3.png differ diff --git a/dist/img-apple-160/0036-fe0f-20e3.png b/dist/img-apple-160/0036-fe0f-20e3.png new file mode 100644 index 000000000..20e02d528 Binary files /dev/null and b/dist/img-apple-160/0036-fe0f-20e3.png differ diff --git a/dist/img-apple-160/0037-20e3.png b/dist/img-apple-160/0037-20e3.png new file mode 100644 index 000000000..21e55052b Binary files /dev/null and b/dist/img-apple-160/0037-20e3.png differ diff --git a/dist/img-apple-160/0037-fe0f-20e3.png b/dist/img-apple-160/0037-fe0f-20e3.png new file mode 100644 index 000000000..21e55052b Binary files /dev/null and b/dist/img-apple-160/0037-fe0f-20e3.png differ diff --git a/dist/img-apple-160/0038-20e3.png b/dist/img-apple-160/0038-20e3.png new file mode 100644 index 000000000..a09f4731e Binary files /dev/null and b/dist/img-apple-160/0038-20e3.png differ diff --git a/dist/img-apple-160/0038-fe0f-20e3.png b/dist/img-apple-160/0038-fe0f-20e3.png new file mode 100644 index 000000000..a09f4731e Binary files /dev/null and b/dist/img-apple-160/0038-fe0f-20e3.png differ diff --git a/dist/img-apple-160/0039-20e3.png b/dist/img-apple-160/0039-20e3.png new file mode 100644 index 000000000..9147879bc Binary files /dev/null and b/dist/img-apple-160/0039-20e3.png differ diff --git a/dist/img-apple-160/0039-fe0f-20e3.png b/dist/img-apple-160/0039-fe0f-20e3.png new file mode 100644 index 000000000..9147879bc Binary files /dev/null and b/dist/img-apple-160/0039-fe0f-20e3.png differ diff --git a/dist/img-apple-160/00a9-fe0f.png b/dist/img-apple-160/00a9-fe0f.png new file mode 100644 index 000000000..6f77b1083 Binary files /dev/null and b/dist/img-apple-160/00a9-fe0f.png differ diff --git a/dist/img-apple-160/00a9.png b/dist/img-apple-160/00a9.png new file mode 100644 index 000000000..6f77b1083 Binary files /dev/null and b/dist/img-apple-160/00a9.png differ diff --git a/dist/img-apple-160/00ae-fe0f.png b/dist/img-apple-160/00ae-fe0f.png new file mode 100644 index 000000000..148353ff5 Binary files /dev/null and b/dist/img-apple-160/00ae-fe0f.png differ diff --git a/dist/img-apple-160/00ae.png b/dist/img-apple-160/00ae.png new file mode 100644 index 000000000..148353ff5 Binary files /dev/null and b/dist/img-apple-160/00ae.png differ diff --git a/dist/img-apple-160/1f004.png b/dist/img-apple-160/1f004.png new file mode 100644 index 000000000..acd66076c Binary files /dev/null and b/dist/img-apple-160/1f004.png differ diff --git a/dist/img-apple-160/1f0cf.png b/dist/img-apple-160/1f0cf.png new file mode 100644 index 000000000..c32053bfd Binary files /dev/null and b/dist/img-apple-160/1f0cf.png differ diff --git a/dist/img-apple-160/1f170-fe0f.png b/dist/img-apple-160/1f170-fe0f.png new file mode 100644 index 000000000..83ee510df Binary files /dev/null and b/dist/img-apple-160/1f170-fe0f.png differ diff --git a/dist/img-apple-160/1f170.png b/dist/img-apple-160/1f170.png new file mode 100644 index 000000000..83ee510df Binary files /dev/null and b/dist/img-apple-160/1f170.png differ diff --git a/dist/img-apple-160/1f171-fe0f.png b/dist/img-apple-160/1f171-fe0f.png new file mode 100644 index 000000000..1df3f9e53 Binary files /dev/null and b/dist/img-apple-160/1f171-fe0f.png differ diff --git a/dist/img-apple-160/1f171.png b/dist/img-apple-160/1f171.png new file mode 100644 index 000000000..1df3f9e53 Binary files /dev/null and b/dist/img-apple-160/1f171.png differ diff --git a/dist/img-apple-160/1f17e-fe0f.png b/dist/img-apple-160/1f17e-fe0f.png new file mode 100644 index 000000000..705abe62a Binary files /dev/null and b/dist/img-apple-160/1f17e-fe0f.png differ diff --git a/dist/img-apple-160/1f17e.png b/dist/img-apple-160/1f17e.png new file mode 100644 index 000000000..705abe62a Binary files /dev/null and b/dist/img-apple-160/1f17e.png differ diff --git a/dist/img-apple-160/1f17f-fe0f.png b/dist/img-apple-160/1f17f-fe0f.png new file mode 100644 index 000000000..7e8d5417e Binary files /dev/null and b/dist/img-apple-160/1f17f-fe0f.png differ diff --git a/dist/img-apple-160/1f17f.png b/dist/img-apple-160/1f17f.png new file mode 100644 index 000000000..7e8d5417e Binary files /dev/null and b/dist/img-apple-160/1f17f.png differ diff --git a/dist/img-apple-160/1f18e.png b/dist/img-apple-160/1f18e.png new file mode 100644 index 000000000..89822935e Binary files /dev/null and b/dist/img-apple-160/1f18e.png differ diff --git a/dist/img-apple-160/1f191.png b/dist/img-apple-160/1f191.png new file mode 100644 index 000000000..9e1854cdf Binary files /dev/null and b/dist/img-apple-160/1f191.png differ diff --git a/dist/img-apple-160/1f192.png b/dist/img-apple-160/1f192.png new file mode 100644 index 000000000..13fb1b1f4 Binary files /dev/null and b/dist/img-apple-160/1f192.png differ diff --git a/dist/img-apple-160/1f193.png b/dist/img-apple-160/1f193.png new file mode 100644 index 000000000..2ec8507f2 Binary files /dev/null and b/dist/img-apple-160/1f193.png differ diff --git a/dist/img-apple-160/1f194.png b/dist/img-apple-160/1f194.png new file mode 100644 index 000000000..6ac7213d0 Binary files /dev/null and b/dist/img-apple-160/1f194.png differ diff --git a/dist/img-apple-160/1f195.png b/dist/img-apple-160/1f195.png new file mode 100644 index 000000000..584d1f31e Binary files /dev/null and b/dist/img-apple-160/1f195.png differ diff --git a/dist/img-apple-160/1f196.png b/dist/img-apple-160/1f196.png new file mode 100644 index 000000000..8ac60ddad Binary files /dev/null and b/dist/img-apple-160/1f196.png differ diff --git a/dist/img-apple-160/1f197.png b/dist/img-apple-160/1f197.png new file mode 100644 index 000000000..6bb1005a1 Binary files /dev/null and b/dist/img-apple-160/1f197.png differ diff --git a/dist/img-apple-160/1f198.png b/dist/img-apple-160/1f198.png new file mode 100644 index 000000000..07c6a785b Binary files /dev/null and b/dist/img-apple-160/1f198.png differ diff --git a/dist/img-apple-160/1f199.png b/dist/img-apple-160/1f199.png new file mode 100644 index 000000000..ba4ac70aa Binary files /dev/null and b/dist/img-apple-160/1f199.png differ diff --git a/dist/img-apple-160/1f19a.png b/dist/img-apple-160/1f19a.png new file mode 100644 index 000000000..4a9a22e93 Binary files /dev/null and b/dist/img-apple-160/1f19a.png differ diff --git a/dist/img-apple-160/1f1e6-1f1e8.png b/dist/img-apple-160/1f1e6-1f1e8.png new file mode 100644 index 000000000..a74d12b52 Binary files /dev/null and b/dist/img-apple-160/1f1e6-1f1e8.png differ diff --git a/dist/img-apple-160/1f1e6-1f1e9.png b/dist/img-apple-160/1f1e6-1f1e9.png new file mode 100644 index 000000000..9c61175ce Binary files /dev/null and b/dist/img-apple-160/1f1e6-1f1e9.png differ diff --git a/dist/img-apple-160/1f1e6-1f1ea.png b/dist/img-apple-160/1f1e6-1f1ea.png new file mode 100644 index 000000000..c9c62093e Binary files /dev/null and b/dist/img-apple-160/1f1e6-1f1ea.png differ diff --git a/dist/img-apple-160/1f1e6-1f1eb.png b/dist/img-apple-160/1f1e6-1f1eb.png new file mode 100644 index 000000000..3b8a7d08a Binary files /dev/null and b/dist/img-apple-160/1f1e6-1f1eb.png differ diff --git a/dist/img-apple-160/1f1e6-1f1ec.png b/dist/img-apple-160/1f1e6-1f1ec.png new file mode 100644 index 000000000..a963b208e Binary files /dev/null and b/dist/img-apple-160/1f1e6-1f1ec.png differ diff --git a/dist/img-apple-160/1f1e6-1f1ee.png b/dist/img-apple-160/1f1e6-1f1ee.png new file mode 100644 index 000000000..90b063e94 Binary files /dev/null and b/dist/img-apple-160/1f1e6-1f1ee.png differ diff --git a/dist/img-apple-160/1f1e6-1f1f1.png b/dist/img-apple-160/1f1e6-1f1f1.png new file mode 100644 index 000000000..0a850ab98 Binary files /dev/null and b/dist/img-apple-160/1f1e6-1f1f1.png differ diff --git a/dist/img-apple-160/1f1e6-1f1f2.png b/dist/img-apple-160/1f1e6-1f1f2.png new file mode 100644 index 000000000..77c0b391a Binary files /dev/null and b/dist/img-apple-160/1f1e6-1f1f2.png differ diff --git a/dist/img-apple-160/1f1e6-1f1f4.png b/dist/img-apple-160/1f1e6-1f1f4.png new file mode 100644 index 000000000..fb71f7c5d Binary files /dev/null and b/dist/img-apple-160/1f1e6-1f1f4.png differ diff --git a/dist/img-apple-160/1f1e6-1f1f6.png b/dist/img-apple-160/1f1e6-1f1f6.png new file mode 100644 index 000000000..43f4f7f82 Binary files /dev/null and b/dist/img-apple-160/1f1e6-1f1f6.png differ diff --git a/dist/img-apple-160/1f1e6-1f1f7.png b/dist/img-apple-160/1f1e6-1f1f7.png new file mode 100644 index 000000000..4dbe57487 Binary files /dev/null and b/dist/img-apple-160/1f1e6-1f1f7.png differ diff --git a/dist/img-apple-160/1f1e6-1f1f8.png b/dist/img-apple-160/1f1e6-1f1f8.png new file mode 100644 index 000000000..e2f4f1f60 Binary files /dev/null and b/dist/img-apple-160/1f1e6-1f1f8.png differ diff --git a/dist/img-apple-160/1f1e6-1f1f9.png b/dist/img-apple-160/1f1e6-1f1f9.png new file mode 100644 index 000000000..122a96ce9 Binary files /dev/null and b/dist/img-apple-160/1f1e6-1f1f9.png differ diff --git a/dist/img-apple-160/1f1e6-1f1fa.png b/dist/img-apple-160/1f1e6-1f1fa.png new file mode 100644 index 000000000..c6f1ee2c2 Binary files /dev/null and b/dist/img-apple-160/1f1e6-1f1fa.png differ diff --git a/dist/img-apple-160/1f1e6-1f1fc.png b/dist/img-apple-160/1f1e6-1f1fc.png new file mode 100644 index 000000000..e609c7e77 Binary files /dev/null and b/dist/img-apple-160/1f1e6-1f1fc.png differ diff --git a/dist/img-apple-160/1f1e6-1f1fd.png b/dist/img-apple-160/1f1e6-1f1fd.png new file mode 100644 index 000000000..96ef4513f Binary files /dev/null and b/dist/img-apple-160/1f1e6-1f1fd.png differ diff --git a/dist/img-apple-160/1f1e6-1f1ff.png b/dist/img-apple-160/1f1e6-1f1ff.png new file mode 100644 index 000000000..6c4682c53 Binary files /dev/null and b/dist/img-apple-160/1f1e6-1f1ff.png differ diff --git a/dist/img-apple-160/1f1e7-1f1e6.png b/dist/img-apple-160/1f1e7-1f1e6.png new file mode 100644 index 000000000..a788bbfc4 Binary files /dev/null and b/dist/img-apple-160/1f1e7-1f1e6.png differ diff --git a/dist/img-apple-160/1f1e7-1f1e7.png b/dist/img-apple-160/1f1e7-1f1e7.png new file mode 100644 index 000000000..24789c55a Binary files /dev/null and b/dist/img-apple-160/1f1e7-1f1e7.png differ diff --git a/dist/img-apple-160/1f1e7-1f1e9.png b/dist/img-apple-160/1f1e7-1f1e9.png new file mode 100644 index 000000000..d03088a83 Binary files /dev/null and b/dist/img-apple-160/1f1e7-1f1e9.png differ diff --git a/dist/img-apple-160/1f1e7-1f1ea.png b/dist/img-apple-160/1f1e7-1f1ea.png new file mode 100644 index 000000000..a5fbcb402 Binary files /dev/null and b/dist/img-apple-160/1f1e7-1f1ea.png differ diff --git a/dist/img-apple-160/1f1e7-1f1eb.png b/dist/img-apple-160/1f1e7-1f1eb.png new file mode 100644 index 000000000..75169eb4c Binary files /dev/null and b/dist/img-apple-160/1f1e7-1f1eb.png differ diff --git a/dist/img-apple-160/1f1e7-1f1ec.png b/dist/img-apple-160/1f1e7-1f1ec.png new file mode 100644 index 000000000..2a7d0c193 Binary files /dev/null and b/dist/img-apple-160/1f1e7-1f1ec.png differ diff --git a/dist/img-apple-160/1f1e7-1f1ed.png b/dist/img-apple-160/1f1e7-1f1ed.png new file mode 100644 index 000000000..b816ae6e2 Binary files /dev/null and b/dist/img-apple-160/1f1e7-1f1ed.png differ diff --git a/dist/img-apple-160/1f1e7-1f1ee.png b/dist/img-apple-160/1f1e7-1f1ee.png new file mode 100644 index 000000000..0cb272e1a Binary files /dev/null and b/dist/img-apple-160/1f1e7-1f1ee.png differ diff --git a/dist/img-apple-160/1f1e7-1f1ef.png b/dist/img-apple-160/1f1e7-1f1ef.png new file mode 100644 index 000000000..1f7e71502 Binary files /dev/null and b/dist/img-apple-160/1f1e7-1f1ef.png differ diff --git a/dist/img-apple-160/1f1e7-1f1f1.png b/dist/img-apple-160/1f1e7-1f1f1.png new file mode 100644 index 000000000..767fbde0e Binary files /dev/null and b/dist/img-apple-160/1f1e7-1f1f1.png differ diff --git a/dist/img-apple-160/1f1e7-1f1f2.png b/dist/img-apple-160/1f1e7-1f1f2.png new file mode 100644 index 000000000..07ee9398f Binary files /dev/null and b/dist/img-apple-160/1f1e7-1f1f2.png differ diff --git a/dist/img-apple-160/1f1e7-1f1f3.png b/dist/img-apple-160/1f1e7-1f1f3.png new file mode 100644 index 000000000..e32eb4f94 Binary files /dev/null and b/dist/img-apple-160/1f1e7-1f1f3.png differ diff --git a/dist/img-apple-160/1f1e7-1f1f4.png b/dist/img-apple-160/1f1e7-1f1f4.png new file mode 100644 index 000000000..bddb53c55 Binary files /dev/null and b/dist/img-apple-160/1f1e7-1f1f4.png differ diff --git a/dist/img-apple-160/1f1e7-1f1f6.png b/dist/img-apple-160/1f1e7-1f1f6.png new file mode 100644 index 000000000..b743dd826 Binary files /dev/null and b/dist/img-apple-160/1f1e7-1f1f6.png differ diff --git a/dist/img-apple-160/1f1e7-1f1f7.png b/dist/img-apple-160/1f1e7-1f1f7.png new file mode 100644 index 000000000..73d8f3011 Binary files /dev/null and b/dist/img-apple-160/1f1e7-1f1f7.png differ diff --git a/dist/img-apple-160/1f1e7-1f1f8.png b/dist/img-apple-160/1f1e7-1f1f8.png new file mode 100644 index 000000000..95040949e Binary files /dev/null and b/dist/img-apple-160/1f1e7-1f1f8.png differ diff --git a/dist/img-apple-160/1f1e7-1f1f9.png b/dist/img-apple-160/1f1e7-1f1f9.png new file mode 100644 index 000000000..0b51a16b2 Binary files /dev/null and b/dist/img-apple-160/1f1e7-1f1f9.png differ diff --git a/dist/img-apple-160/1f1e7-1f1fb.png b/dist/img-apple-160/1f1e7-1f1fb.png new file mode 100644 index 000000000..2e511d4d9 Binary files /dev/null and b/dist/img-apple-160/1f1e7-1f1fb.png differ diff --git a/dist/img-apple-160/1f1e7-1f1fc.png b/dist/img-apple-160/1f1e7-1f1fc.png new file mode 100644 index 000000000..af2fcb2c0 Binary files /dev/null and b/dist/img-apple-160/1f1e7-1f1fc.png differ diff --git a/dist/img-apple-160/1f1e7-1f1fe.png b/dist/img-apple-160/1f1e7-1f1fe.png new file mode 100644 index 000000000..ecb59a49d Binary files /dev/null and b/dist/img-apple-160/1f1e7-1f1fe.png differ diff --git a/dist/img-apple-160/1f1e7-1f1ff.png b/dist/img-apple-160/1f1e7-1f1ff.png new file mode 100644 index 000000000..1eb7ffc5d Binary files /dev/null and b/dist/img-apple-160/1f1e7-1f1ff.png differ diff --git a/dist/img-apple-160/1f1e8-1f1e6.png b/dist/img-apple-160/1f1e8-1f1e6.png new file mode 100644 index 000000000..a488d99a3 Binary files /dev/null and b/dist/img-apple-160/1f1e8-1f1e6.png differ diff --git a/dist/img-apple-160/1f1e8-1f1e8.png b/dist/img-apple-160/1f1e8-1f1e8.png new file mode 100644 index 000000000..21cd058a9 Binary files /dev/null and b/dist/img-apple-160/1f1e8-1f1e8.png differ diff --git a/dist/img-apple-160/1f1e8-1f1e9.png b/dist/img-apple-160/1f1e8-1f1e9.png new file mode 100644 index 000000000..521a0d42f Binary files /dev/null and b/dist/img-apple-160/1f1e8-1f1e9.png differ diff --git a/dist/img-apple-160/1f1e8-1f1eb.png b/dist/img-apple-160/1f1e8-1f1eb.png new file mode 100644 index 000000000..0604c2f4b Binary files /dev/null and b/dist/img-apple-160/1f1e8-1f1eb.png differ diff --git a/dist/img-apple-160/1f1e8-1f1ec.png b/dist/img-apple-160/1f1e8-1f1ec.png new file mode 100644 index 000000000..96cdd4b46 Binary files /dev/null and b/dist/img-apple-160/1f1e8-1f1ec.png differ diff --git a/dist/img-apple-160/1f1e8-1f1ed.png b/dist/img-apple-160/1f1e8-1f1ed.png new file mode 100644 index 000000000..4b5813e11 Binary files /dev/null and b/dist/img-apple-160/1f1e8-1f1ed.png differ diff --git a/dist/img-apple-160/1f1e8-1f1ee.png b/dist/img-apple-160/1f1e8-1f1ee.png new file mode 100644 index 000000000..6765b4ebe Binary files /dev/null and b/dist/img-apple-160/1f1e8-1f1ee.png differ diff --git a/dist/img-apple-160/1f1e8-1f1f0.png b/dist/img-apple-160/1f1e8-1f1f0.png new file mode 100644 index 000000000..1847de026 Binary files /dev/null and b/dist/img-apple-160/1f1e8-1f1f0.png differ diff --git a/dist/img-apple-160/1f1e8-1f1f1.png b/dist/img-apple-160/1f1e8-1f1f1.png new file mode 100644 index 000000000..237fba2d8 Binary files /dev/null and b/dist/img-apple-160/1f1e8-1f1f1.png differ diff --git a/dist/img-apple-160/1f1e8-1f1f2.png b/dist/img-apple-160/1f1e8-1f1f2.png new file mode 100644 index 000000000..6b3750092 Binary files /dev/null and b/dist/img-apple-160/1f1e8-1f1f2.png differ diff --git a/dist/img-apple-160/1f1e8-1f1f3.png b/dist/img-apple-160/1f1e8-1f1f3.png new file mode 100644 index 000000000..e9625c15e Binary files /dev/null and b/dist/img-apple-160/1f1e8-1f1f3.png differ diff --git a/dist/img-apple-160/1f1e8-1f1f4.png b/dist/img-apple-160/1f1e8-1f1f4.png new file mode 100644 index 000000000..0241b81a5 Binary files /dev/null and b/dist/img-apple-160/1f1e8-1f1f4.png differ diff --git a/dist/img-apple-160/1f1e8-1f1f5.png b/dist/img-apple-160/1f1e8-1f1f5.png new file mode 100644 index 000000000..da9dd4e77 Binary files /dev/null and b/dist/img-apple-160/1f1e8-1f1f5.png differ diff --git a/dist/img-apple-160/1f1e8-1f1f7.png b/dist/img-apple-160/1f1e8-1f1f7.png new file mode 100644 index 000000000..b13fb3829 Binary files /dev/null and b/dist/img-apple-160/1f1e8-1f1f7.png differ diff --git a/dist/img-apple-160/1f1e8-1f1fa.png b/dist/img-apple-160/1f1e8-1f1fa.png new file mode 100644 index 000000000..740b24dd7 Binary files /dev/null and b/dist/img-apple-160/1f1e8-1f1fa.png differ diff --git a/dist/img-apple-160/1f1e8-1f1fb.png b/dist/img-apple-160/1f1e8-1f1fb.png new file mode 100644 index 000000000..c9ee4b461 Binary files /dev/null and b/dist/img-apple-160/1f1e8-1f1fb.png differ diff --git a/dist/img-apple-160/1f1e8-1f1fc.png b/dist/img-apple-160/1f1e8-1f1fc.png new file mode 100644 index 000000000..079419c8c Binary files /dev/null and b/dist/img-apple-160/1f1e8-1f1fc.png differ diff --git a/dist/img-apple-160/1f1e8-1f1fd.png b/dist/img-apple-160/1f1e8-1f1fd.png new file mode 100644 index 000000000..0700b79e5 Binary files /dev/null and b/dist/img-apple-160/1f1e8-1f1fd.png differ diff --git a/dist/img-apple-160/1f1e8-1f1fe.png b/dist/img-apple-160/1f1e8-1f1fe.png new file mode 100644 index 000000000..b8f32fe93 Binary files /dev/null and b/dist/img-apple-160/1f1e8-1f1fe.png differ diff --git a/dist/img-apple-160/1f1e8-1f1ff.png b/dist/img-apple-160/1f1e8-1f1ff.png new file mode 100644 index 000000000..4a6b561c7 Binary files /dev/null and b/dist/img-apple-160/1f1e8-1f1ff.png differ diff --git a/dist/img-apple-160/1f1e9-1f1ea.png b/dist/img-apple-160/1f1e9-1f1ea.png new file mode 100644 index 000000000..7284558d1 Binary files /dev/null and b/dist/img-apple-160/1f1e9-1f1ea.png differ diff --git a/dist/img-apple-160/1f1e9-1f1ec.png b/dist/img-apple-160/1f1e9-1f1ec.png new file mode 100644 index 000000000..c252cc082 Binary files /dev/null and b/dist/img-apple-160/1f1e9-1f1ec.png differ diff --git a/dist/img-apple-160/1f1e9-1f1ef.png b/dist/img-apple-160/1f1e9-1f1ef.png new file mode 100644 index 000000000..ab75ced2f Binary files /dev/null and b/dist/img-apple-160/1f1e9-1f1ef.png differ diff --git a/dist/img-apple-160/1f1e9-1f1f0.png b/dist/img-apple-160/1f1e9-1f1f0.png new file mode 100644 index 000000000..3d11ab227 Binary files /dev/null and b/dist/img-apple-160/1f1e9-1f1f0.png differ diff --git a/dist/img-apple-160/1f1e9-1f1f2.png b/dist/img-apple-160/1f1e9-1f1f2.png new file mode 100644 index 000000000..ab4d2be93 Binary files /dev/null and b/dist/img-apple-160/1f1e9-1f1f2.png differ diff --git a/dist/img-apple-160/1f1e9-1f1f4.png b/dist/img-apple-160/1f1e9-1f1f4.png new file mode 100644 index 000000000..deaa4df60 Binary files /dev/null and b/dist/img-apple-160/1f1e9-1f1f4.png differ diff --git a/dist/img-apple-160/1f1e9-1f1ff.png b/dist/img-apple-160/1f1e9-1f1ff.png new file mode 100644 index 000000000..6dda6cda9 Binary files /dev/null and b/dist/img-apple-160/1f1e9-1f1ff.png differ diff --git a/dist/img-apple-160/1f1ea-1f1e6.png b/dist/img-apple-160/1f1ea-1f1e6.png new file mode 100644 index 000000000..401c42488 Binary files /dev/null and b/dist/img-apple-160/1f1ea-1f1e6.png differ diff --git a/dist/img-apple-160/1f1ea-1f1e8.png b/dist/img-apple-160/1f1ea-1f1e8.png new file mode 100644 index 000000000..92619914e Binary files /dev/null and b/dist/img-apple-160/1f1ea-1f1e8.png differ diff --git a/dist/img-apple-160/1f1ea-1f1ea.png b/dist/img-apple-160/1f1ea-1f1ea.png new file mode 100644 index 000000000..1d20941c1 Binary files /dev/null and b/dist/img-apple-160/1f1ea-1f1ea.png differ diff --git a/dist/img-apple-160/1f1ea-1f1ec.png b/dist/img-apple-160/1f1ea-1f1ec.png new file mode 100644 index 000000000..5d34a5588 Binary files /dev/null and b/dist/img-apple-160/1f1ea-1f1ec.png differ diff --git a/dist/img-apple-160/1f1ea-1f1ed.png b/dist/img-apple-160/1f1ea-1f1ed.png new file mode 100644 index 000000000..e03ebc65d Binary files /dev/null and b/dist/img-apple-160/1f1ea-1f1ed.png differ diff --git a/dist/img-apple-160/1f1ea-1f1f7.png b/dist/img-apple-160/1f1ea-1f1f7.png new file mode 100644 index 000000000..b8603e733 Binary files /dev/null and b/dist/img-apple-160/1f1ea-1f1f7.png differ diff --git a/dist/img-apple-160/1f1ea-1f1f8.png b/dist/img-apple-160/1f1ea-1f1f8.png new file mode 100644 index 000000000..401c42488 Binary files /dev/null and b/dist/img-apple-160/1f1ea-1f1f8.png differ diff --git a/dist/img-apple-160/1f1ea-1f1f9.png b/dist/img-apple-160/1f1ea-1f1f9.png new file mode 100644 index 000000000..1ac188432 Binary files /dev/null and b/dist/img-apple-160/1f1ea-1f1f9.png differ diff --git a/dist/img-apple-160/1f1ea-1f1fa.png b/dist/img-apple-160/1f1ea-1f1fa.png new file mode 100644 index 000000000..861d98011 Binary files /dev/null and b/dist/img-apple-160/1f1ea-1f1fa.png differ diff --git a/dist/img-apple-160/1f1eb-1f1ee.png b/dist/img-apple-160/1f1eb-1f1ee.png new file mode 100644 index 000000000..ed2cea1fc Binary files /dev/null and b/dist/img-apple-160/1f1eb-1f1ee.png differ diff --git a/dist/img-apple-160/1f1eb-1f1ef.png b/dist/img-apple-160/1f1eb-1f1ef.png new file mode 100644 index 000000000..beb914bf8 Binary files /dev/null and b/dist/img-apple-160/1f1eb-1f1ef.png differ diff --git a/dist/img-apple-160/1f1eb-1f1f0.png b/dist/img-apple-160/1f1eb-1f1f0.png new file mode 100644 index 000000000..54cff8a6a Binary files /dev/null and b/dist/img-apple-160/1f1eb-1f1f0.png differ diff --git a/dist/img-apple-160/1f1eb-1f1f2.png b/dist/img-apple-160/1f1eb-1f1f2.png new file mode 100644 index 000000000..eb498c218 Binary files /dev/null and b/dist/img-apple-160/1f1eb-1f1f2.png differ diff --git a/dist/img-apple-160/1f1eb-1f1f4.png b/dist/img-apple-160/1f1eb-1f1f4.png new file mode 100644 index 000000000..77f659108 Binary files /dev/null and b/dist/img-apple-160/1f1eb-1f1f4.png differ diff --git a/dist/img-apple-160/1f1eb-1f1f7.png b/dist/img-apple-160/1f1eb-1f1f7.png new file mode 100644 index 000000000..da9dd4e77 Binary files /dev/null and b/dist/img-apple-160/1f1eb-1f1f7.png differ diff --git a/dist/img-apple-160/1f1ec-1f1e6.png b/dist/img-apple-160/1f1ec-1f1e6.png new file mode 100644 index 000000000..fad91b88b Binary files /dev/null and b/dist/img-apple-160/1f1ec-1f1e6.png differ diff --git a/dist/img-apple-160/1f1ec-1f1e7.png b/dist/img-apple-160/1f1ec-1f1e7.png new file mode 100644 index 000000000..df7fe4b0f Binary files /dev/null and b/dist/img-apple-160/1f1ec-1f1e7.png differ diff --git a/dist/img-apple-160/1f1ec-1f1e9.png b/dist/img-apple-160/1f1ec-1f1e9.png new file mode 100644 index 000000000..e9a7fa7a3 Binary files /dev/null and b/dist/img-apple-160/1f1ec-1f1e9.png differ diff --git a/dist/img-apple-160/1f1ec-1f1ea.png b/dist/img-apple-160/1f1ec-1f1ea.png new file mode 100644 index 000000000..609616912 Binary files /dev/null and b/dist/img-apple-160/1f1ec-1f1ea.png differ diff --git a/dist/img-apple-160/1f1ec-1f1eb.png b/dist/img-apple-160/1f1ec-1f1eb.png new file mode 100644 index 000000000..2dda8a743 Binary files /dev/null and b/dist/img-apple-160/1f1ec-1f1eb.png differ diff --git a/dist/img-apple-160/1f1ec-1f1ec.png b/dist/img-apple-160/1f1ec-1f1ec.png new file mode 100644 index 000000000..4d7549c00 Binary files /dev/null and b/dist/img-apple-160/1f1ec-1f1ec.png differ diff --git a/dist/img-apple-160/1f1ec-1f1ed.png b/dist/img-apple-160/1f1ec-1f1ed.png new file mode 100644 index 000000000..e318babf2 Binary files /dev/null and b/dist/img-apple-160/1f1ec-1f1ed.png differ diff --git a/dist/img-apple-160/1f1ec-1f1ee.png b/dist/img-apple-160/1f1ec-1f1ee.png new file mode 100644 index 000000000..959f62808 Binary files /dev/null and b/dist/img-apple-160/1f1ec-1f1ee.png differ diff --git a/dist/img-apple-160/1f1ec-1f1f1.png b/dist/img-apple-160/1f1ec-1f1f1.png new file mode 100644 index 000000000..89366d736 Binary files /dev/null and b/dist/img-apple-160/1f1ec-1f1f1.png differ diff --git a/dist/img-apple-160/1f1ec-1f1f2.png b/dist/img-apple-160/1f1ec-1f1f2.png new file mode 100644 index 000000000..5d82eed25 Binary files /dev/null and b/dist/img-apple-160/1f1ec-1f1f2.png differ diff --git a/dist/img-apple-160/1f1ec-1f1f3.png b/dist/img-apple-160/1f1ec-1f1f3.png new file mode 100644 index 000000000..5ba579633 Binary files /dev/null and b/dist/img-apple-160/1f1ec-1f1f3.png differ diff --git a/dist/img-apple-160/1f1ec-1f1f5.png b/dist/img-apple-160/1f1ec-1f1f5.png new file mode 100644 index 000000000..c8976e64d Binary files /dev/null and b/dist/img-apple-160/1f1ec-1f1f5.png differ diff --git a/dist/img-apple-160/1f1ec-1f1f6.png b/dist/img-apple-160/1f1ec-1f1f6.png new file mode 100644 index 000000000..f46049bb2 Binary files /dev/null and b/dist/img-apple-160/1f1ec-1f1f6.png differ diff --git a/dist/img-apple-160/1f1ec-1f1f7.png b/dist/img-apple-160/1f1ec-1f1f7.png new file mode 100644 index 000000000..0b5a93167 Binary files /dev/null and b/dist/img-apple-160/1f1ec-1f1f7.png differ diff --git a/dist/img-apple-160/1f1ec-1f1f8.png b/dist/img-apple-160/1f1ec-1f1f8.png new file mode 100644 index 000000000..52b644e45 Binary files /dev/null and b/dist/img-apple-160/1f1ec-1f1f8.png differ diff --git a/dist/img-apple-160/1f1ec-1f1f9.png b/dist/img-apple-160/1f1ec-1f1f9.png new file mode 100644 index 000000000..63676d496 Binary files /dev/null and b/dist/img-apple-160/1f1ec-1f1f9.png differ diff --git a/dist/img-apple-160/1f1ec-1f1fa.png b/dist/img-apple-160/1f1ec-1f1fa.png new file mode 100644 index 000000000..9b129ca2e Binary files /dev/null and b/dist/img-apple-160/1f1ec-1f1fa.png differ diff --git a/dist/img-apple-160/1f1ec-1f1fc.png b/dist/img-apple-160/1f1ec-1f1fc.png new file mode 100644 index 000000000..a8ae60a81 Binary files /dev/null and b/dist/img-apple-160/1f1ec-1f1fc.png differ diff --git a/dist/img-apple-160/1f1ec-1f1fe.png b/dist/img-apple-160/1f1ec-1f1fe.png new file mode 100644 index 000000000..426180d37 Binary files /dev/null and b/dist/img-apple-160/1f1ec-1f1fe.png differ diff --git a/dist/img-apple-160/1f1ed-1f1f0.png b/dist/img-apple-160/1f1ed-1f1f0.png new file mode 100644 index 000000000..07ef5b028 Binary files /dev/null and b/dist/img-apple-160/1f1ed-1f1f0.png differ diff --git a/dist/img-apple-160/1f1ed-1f1f2.png b/dist/img-apple-160/1f1ed-1f1f2.png new file mode 100644 index 000000000..c6f1ee2c2 Binary files /dev/null and b/dist/img-apple-160/1f1ed-1f1f2.png differ diff --git a/dist/img-apple-160/1f1ed-1f1f3.png b/dist/img-apple-160/1f1ed-1f1f3.png new file mode 100644 index 000000000..ee4cce684 Binary files /dev/null and b/dist/img-apple-160/1f1ed-1f1f3.png differ diff --git a/dist/img-apple-160/1f1ed-1f1f7.png b/dist/img-apple-160/1f1ed-1f1f7.png new file mode 100644 index 000000000..cbfe6f35d Binary files /dev/null and b/dist/img-apple-160/1f1ed-1f1f7.png differ diff --git a/dist/img-apple-160/1f1ed-1f1f9.png b/dist/img-apple-160/1f1ed-1f1f9.png new file mode 100644 index 000000000..514fa0255 Binary files /dev/null and b/dist/img-apple-160/1f1ed-1f1f9.png differ diff --git a/dist/img-apple-160/1f1ed-1f1fa.png b/dist/img-apple-160/1f1ed-1f1fa.png new file mode 100644 index 000000000..3e0a726d6 Binary files /dev/null and b/dist/img-apple-160/1f1ed-1f1fa.png differ diff --git a/dist/img-apple-160/1f1ee-1f1e8.png b/dist/img-apple-160/1f1ee-1f1e8.png new file mode 100644 index 000000000..1ab2acb5a Binary files /dev/null and b/dist/img-apple-160/1f1ee-1f1e8.png differ diff --git a/dist/img-apple-160/1f1ee-1f1e9.png b/dist/img-apple-160/1f1ee-1f1e9.png new file mode 100644 index 000000000..26e655e06 Binary files /dev/null and b/dist/img-apple-160/1f1ee-1f1e9.png differ diff --git a/dist/img-apple-160/1f1ee-1f1ea.png b/dist/img-apple-160/1f1ee-1f1ea.png new file mode 100644 index 000000000..ad271ec38 Binary files /dev/null and b/dist/img-apple-160/1f1ee-1f1ea.png differ diff --git a/dist/img-apple-160/1f1ee-1f1f1.png b/dist/img-apple-160/1f1ee-1f1f1.png new file mode 100644 index 000000000..53036f23a Binary files /dev/null and b/dist/img-apple-160/1f1ee-1f1f1.png differ diff --git a/dist/img-apple-160/1f1ee-1f1f2.png b/dist/img-apple-160/1f1ee-1f1f2.png new file mode 100644 index 000000000..f7b9f537b Binary files /dev/null and b/dist/img-apple-160/1f1ee-1f1f2.png differ diff --git a/dist/img-apple-160/1f1ee-1f1f3.png b/dist/img-apple-160/1f1ee-1f1f3.png new file mode 100644 index 000000000..a54938b89 Binary files /dev/null and b/dist/img-apple-160/1f1ee-1f1f3.png differ diff --git a/dist/img-apple-160/1f1ee-1f1f4.png b/dist/img-apple-160/1f1ee-1f1f4.png new file mode 100644 index 000000000..c252cc082 Binary files /dev/null and b/dist/img-apple-160/1f1ee-1f1f4.png differ diff --git a/dist/img-apple-160/1f1ee-1f1f6.png b/dist/img-apple-160/1f1ee-1f1f6.png new file mode 100644 index 000000000..0d135213e Binary files /dev/null and b/dist/img-apple-160/1f1ee-1f1f6.png differ diff --git a/dist/img-apple-160/1f1ee-1f1f7.png b/dist/img-apple-160/1f1ee-1f1f7.png new file mode 100644 index 000000000..00ce2c119 Binary files /dev/null and b/dist/img-apple-160/1f1ee-1f1f7.png differ diff --git a/dist/img-apple-160/1f1ee-1f1f8.png b/dist/img-apple-160/1f1ee-1f1f8.png new file mode 100644 index 000000000..f639e1b31 Binary files /dev/null and b/dist/img-apple-160/1f1ee-1f1f8.png differ diff --git a/dist/img-apple-160/1f1ee-1f1f9.png b/dist/img-apple-160/1f1ee-1f1f9.png new file mode 100644 index 000000000..d37afba4d Binary files /dev/null and b/dist/img-apple-160/1f1ee-1f1f9.png differ diff --git a/dist/img-apple-160/1f1ef-1f1ea.png b/dist/img-apple-160/1f1ef-1f1ea.png new file mode 100644 index 000000000..8118ba560 Binary files /dev/null and b/dist/img-apple-160/1f1ef-1f1ea.png differ diff --git a/dist/img-apple-160/1f1ef-1f1f2.png b/dist/img-apple-160/1f1ef-1f1f2.png new file mode 100644 index 000000000..80ec7a192 Binary files /dev/null and b/dist/img-apple-160/1f1ef-1f1f2.png differ diff --git a/dist/img-apple-160/1f1ef-1f1f4.png b/dist/img-apple-160/1f1ef-1f1f4.png new file mode 100644 index 000000000..af1dca16a Binary files /dev/null and b/dist/img-apple-160/1f1ef-1f1f4.png differ diff --git a/dist/img-apple-160/1f1ef-1f1f5.png b/dist/img-apple-160/1f1ef-1f1f5.png new file mode 100644 index 000000000..61cf9ba4f Binary files /dev/null and b/dist/img-apple-160/1f1ef-1f1f5.png differ diff --git a/dist/img-apple-160/1f1f0-1f1ea.png b/dist/img-apple-160/1f1f0-1f1ea.png new file mode 100644 index 000000000..65eb9d7a4 Binary files /dev/null and b/dist/img-apple-160/1f1f0-1f1ea.png differ diff --git a/dist/img-apple-160/1f1f0-1f1ec.png b/dist/img-apple-160/1f1f0-1f1ec.png new file mode 100644 index 000000000..27c9a6369 Binary files /dev/null and b/dist/img-apple-160/1f1f0-1f1ec.png differ diff --git a/dist/img-apple-160/1f1f0-1f1ed.png b/dist/img-apple-160/1f1f0-1f1ed.png new file mode 100644 index 000000000..76743f6e5 Binary files /dev/null and b/dist/img-apple-160/1f1f0-1f1ed.png differ diff --git a/dist/img-apple-160/1f1f0-1f1ee.png b/dist/img-apple-160/1f1f0-1f1ee.png new file mode 100644 index 000000000..1bdb2305c Binary files /dev/null and b/dist/img-apple-160/1f1f0-1f1ee.png differ diff --git a/dist/img-apple-160/1f1f0-1f1f2.png b/dist/img-apple-160/1f1f0-1f1f2.png new file mode 100644 index 000000000..9da6bf5f8 Binary files /dev/null and b/dist/img-apple-160/1f1f0-1f1f2.png differ diff --git a/dist/img-apple-160/1f1f0-1f1f3.png b/dist/img-apple-160/1f1f0-1f1f3.png new file mode 100644 index 000000000..bc5c4f223 Binary files /dev/null and b/dist/img-apple-160/1f1f0-1f1f3.png differ diff --git a/dist/img-apple-160/1f1f0-1f1f5.png b/dist/img-apple-160/1f1f0-1f1f5.png new file mode 100644 index 000000000..215698768 Binary files /dev/null and b/dist/img-apple-160/1f1f0-1f1f5.png differ diff --git a/dist/img-apple-160/1f1f0-1f1f7.png b/dist/img-apple-160/1f1f0-1f1f7.png new file mode 100644 index 000000000..149c4a8fa Binary files /dev/null and b/dist/img-apple-160/1f1f0-1f1f7.png differ diff --git a/dist/img-apple-160/1f1f0-1f1fc.png b/dist/img-apple-160/1f1f0-1f1fc.png new file mode 100644 index 000000000..4edc73690 Binary files /dev/null and b/dist/img-apple-160/1f1f0-1f1fc.png differ diff --git a/dist/img-apple-160/1f1f0-1f1fe.png b/dist/img-apple-160/1f1f0-1f1fe.png new file mode 100644 index 000000000..a176961b0 Binary files /dev/null and b/dist/img-apple-160/1f1f0-1f1fe.png differ diff --git a/dist/img-apple-160/1f1f0-1f1ff.png b/dist/img-apple-160/1f1f0-1f1ff.png new file mode 100644 index 000000000..cf7e936e4 Binary files /dev/null and b/dist/img-apple-160/1f1f0-1f1ff.png differ diff --git a/dist/img-apple-160/1f1f1-1f1e6.png b/dist/img-apple-160/1f1f1-1f1e6.png new file mode 100644 index 000000000..bd2a2cb2a Binary files /dev/null and b/dist/img-apple-160/1f1f1-1f1e6.png differ diff --git a/dist/img-apple-160/1f1f1-1f1e7.png b/dist/img-apple-160/1f1f1-1f1e7.png new file mode 100644 index 000000000..89d94d9c0 Binary files /dev/null and b/dist/img-apple-160/1f1f1-1f1e7.png differ diff --git a/dist/img-apple-160/1f1f1-1f1e8.png b/dist/img-apple-160/1f1f1-1f1e8.png new file mode 100644 index 000000000..a449f3dc0 Binary files /dev/null and b/dist/img-apple-160/1f1f1-1f1e8.png differ diff --git a/dist/img-apple-160/1f1f1-1f1ee.png b/dist/img-apple-160/1f1f1-1f1ee.png new file mode 100644 index 000000000..4df76f12c Binary files /dev/null and b/dist/img-apple-160/1f1f1-1f1ee.png differ diff --git a/dist/img-apple-160/1f1f1-1f1f0.png b/dist/img-apple-160/1f1f1-1f1f0.png new file mode 100644 index 000000000..5f7f58f5b Binary files /dev/null and b/dist/img-apple-160/1f1f1-1f1f0.png differ diff --git a/dist/img-apple-160/1f1f1-1f1f7.png b/dist/img-apple-160/1f1f1-1f1f7.png new file mode 100644 index 000000000..4d8dd97c1 Binary files /dev/null and b/dist/img-apple-160/1f1f1-1f1f7.png differ diff --git a/dist/img-apple-160/1f1f1-1f1f8.png b/dist/img-apple-160/1f1f1-1f1f8.png new file mode 100644 index 000000000..2ee03748f Binary files /dev/null and b/dist/img-apple-160/1f1f1-1f1f8.png differ diff --git a/dist/img-apple-160/1f1f1-1f1f9.png b/dist/img-apple-160/1f1f1-1f1f9.png new file mode 100644 index 000000000..f9fe8b2f8 Binary files /dev/null and b/dist/img-apple-160/1f1f1-1f1f9.png differ diff --git a/dist/img-apple-160/1f1f1-1f1fa.png b/dist/img-apple-160/1f1f1-1f1fa.png new file mode 100644 index 000000000..a4947a74a Binary files /dev/null and b/dist/img-apple-160/1f1f1-1f1fa.png differ diff --git a/dist/img-apple-160/1f1f1-1f1fb.png b/dist/img-apple-160/1f1f1-1f1fb.png new file mode 100644 index 000000000..366106c62 Binary files /dev/null and b/dist/img-apple-160/1f1f1-1f1fb.png differ diff --git a/dist/img-apple-160/1f1f1-1f1fe.png b/dist/img-apple-160/1f1f1-1f1fe.png new file mode 100644 index 000000000..7b86458db Binary files /dev/null and b/dist/img-apple-160/1f1f1-1f1fe.png differ diff --git a/dist/img-apple-160/1f1f2-1f1e6.png b/dist/img-apple-160/1f1f2-1f1e6.png new file mode 100644 index 000000000..0182ee2ac Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1e6.png differ diff --git a/dist/img-apple-160/1f1f2-1f1e8.png b/dist/img-apple-160/1f1f2-1f1e8.png new file mode 100644 index 000000000..cf5a8c767 Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1e8.png differ diff --git a/dist/img-apple-160/1f1f2-1f1e9.png b/dist/img-apple-160/1f1f2-1f1e9.png new file mode 100644 index 000000000..ca2b1204d Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1e9.png differ diff --git a/dist/img-apple-160/1f1f2-1f1ea.png b/dist/img-apple-160/1f1f2-1f1ea.png new file mode 100644 index 000000000..2b9682fb8 Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1ea.png differ diff --git a/dist/img-apple-160/1f1f2-1f1eb.png b/dist/img-apple-160/1f1f2-1f1eb.png new file mode 100644 index 000000000..da9dd4e77 Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1eb.png differ diff --git a/dist/img-apple-160/1f1f2-1f1ec.png b/dist/img-apple-160/1f1f2-1f1ec.png new file mode 100644 index 000000000..fcf5a455e Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1ec.png differ diff --git a/dist/img-apple-160/1f1f2-1f1ed.png b/dist/img-apple-160/1f1f2-1f1ed.png new file mode 100644 index 000000000..fce23143f Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1ed.png differ diff --git a/dist/img-apple-160/1f1f2-1f1f0.png b/dist/img-apple-160/1f1f2-1f1f0.png new file mode 100644 index 000000000..6914f85a9 Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1f0.png differ diff --git a/dist/img-apple-160/1f1f2-1f1f1.png b/dist/img-apple-160/1f1f2-1f1f1.png new file mode 100644 index 000000000..d3eee41b4 Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1f1.png differ diff --git a/dist/img-apple-160/1f1f2-1f1f2.png b/dist/img-apple-160/1f1f2-1f1f2.png new file mode 100644 index 000000000..12c86e55f Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1f2.png differ diff --git a/dist/img-apple-160/1f1f2-1f1f3.png b/dist/img-apple-160/1f1f2-1f1f3.png new file mode 100644 index 000000000..044b5ec53 Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1f3.png differ diff --git a/dist/img-apple-160/1f1f2-1f1f4.png b/dist/img-apple-160/1f1f2-1f1f4.png new file mode 100644 index 000000000..864873468 Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1f4.png differ diff --git a/dist/img-apple-160/1f1f2-1f1f5.png b/dist/img-apple-160/1f1f2-1f1f5.png new file mode 100644 index 000000000..249ab179a Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1f5.png differ diff --git a/dist/img-apple-160/1f1f2-1f1f6.png b/dist/img-apple-160/1f1f2-1f1f6.png new file mode 100644 index 000000000..77c1644d6 Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1f6.png differ diff --git a/dist/img-apple-160/1f1f2-1f1f7.png b/dist/img-apple-160/1f1f2-1f1f7.png new file mode 100644 index 000000000..7abb28545 Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1f7.png differ diff --git a/dist/img-apple-160/1f1f2-1f1f8.png b/dist/img-apple-160/1f1f2-1f1f8.png new file mode 100644 index 000000000..8c3551831 Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1f8.png differ diff --git a/dist/img-apple-160/1f1f2-1f1f9.png b/dist/img-apple-160/1f1f2-1f1f9.png new file mode 100644 index 000000000..27f15a82e Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1f9.png differ diff --git a/dist/img-apple-160/1f1f2-1f1fa.png b/dist/img-apple-160/1f1f2-1f1fa.png new file mode 100644 index 000000000..003af766b Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1fa.png differ diff --git a/dist/img-apple-160/1f1f2-1f1fb.png b/dist/img-apple-160/1f1f2-1f1fb.png new file mode 100644 index 000000000..10f766eea Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1fb.png differ diff --git a/dist/img-apple-160/1f1f2-1f1fc.png b/dist/img-apple-160/1f1f2-1f1fc.png new file mode 100644 index 000000000..51f667474 Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1fc.png differ diff --git a/dist/img-apple-160/1f1f2-1f1fd.png b/dist/img-apple-160/1f1f2-1f1fd.png new file mode 100644 index 000000000..4031b8986 Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1fd.png differ diff --git a/dist/img-apple-160/1f1f2-1f1fe.png b/dist/img-apple-160/1f1f2-1f1fe.png new file mode 100644 index 000000000..8a6da9487 Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1fe.png differ diff --git a/dist/img-apple-160/1f1f2-1f1ff.png b/dist/img-apple-160/1f1f2-1f1ff.png new file mode 100644 index 000000000..f3b9075d6 Binary files /dev/null and b/dist/img-apple-160/1f1f2-1f1ff.png differ diff --git a/dist/img-apple-160/1f1f3-1f1e6.png b/dist/img-apple-160/1f1f3-1f1e6.png new file mode 100644 index 000000000..fb577c374 Binary files /dev/null and b/dist/img-apple-160/1f1f3-1f1e6.png differ diff --git a/dist/img-apple-160/1f1f3-1f1e8.png b/dist/img-apple-160/1f1f3-1f1e8.png new file mode 100644 index 000000000..4829033f6 Binary files /dev/null and b/dist/img-apple-160/1f1f3-1f1e8.png differ diff --git a/dist/img-apple-160/1f1f3-1f1ea.png b/dist/img-apple-160/1f1f3-1f1ea.png new file mode 100644 index 000000000..7d41ab075 Binary files /dev/null and b/dist/img-apple-160/1f1f3-1f1ea.png differ diff --git a/dist/img-apple-160/1f1f3-1f1eb.png b/dist/img-apple-160/1f1f3-1f1eb.png new file mode 100644 index 000000000..363cd6336 Binary files /dev/null and b/dist/img-apple-160/1f1f3-1f1eb.png differ diff --git a/dist/img-apple-160/1f1f3-1f1ec.png b/dist/img-apple-160/1f1f3-1f1ec.png new file mode 100644 index 000000000..2a35226af Binary files /dev/null and b/dist/img-apple-160/1f1f3-1f1ec.png differ diff --git a/dist/img-apple-160/1f1f3-1f1ee.png b/dist/img-apple-160/1f1f3-1f1ee.png new file mode 100644 index 000000000..41f0d5d08 Binary files /dev/null and b/dist/img-apple-160/1f1f3-1f1ee.png differ diff --git a/dist/img-apple-160/1f1f3-1f1f1.png b/dist/img-apple-160/1f1f3-1f1f1.png new file mode 100644 index 000000000..17308d3a9 Binary files /dev/null and b/dist/img-apple-160/1f1f3-1f1f1.png differ diff --git a/dist/img-apple-160/1f1f3-1f1f4.png b/dist/img-apple-160/1f1f3-1f1f4.png new file mode 100644 index 000000000..2e511d4d9 Binary files /dev/null and b/dist/img-apple-160/1f1f3-1f1f4.png differ diff --git a/dist/img-apple-160/1f1f3-1f1f5.png b/dist/img-apple-160/1f1f3-1f1f5.png new file mode 100644 index 000000000..28cfcd36a Binary files /dev/null and b/dist/img-apple-160/1f1f3-1f1f5.png differ diff --git a/dist/img-apple-160/1f1f3-1f1f7.png b/dist/img-apple-160/1f1f3-1f1f7.png new file mode 100644 index 000000000..250c35b2f Binary files /dev/null and b/dist/img-apple-160/1f1f3-1f1f7.png differ diff --git a/dist/img-apple-160/1f1f3-1f1fa.png b/dist/img-apple-160/1f1f3-1f1fa.png new file mode 100644 index 000000000..30241fbc0 Binary files /dev/null and b/dist/img-apple-160/1f1f3-1f1fa.png differ diff --git a/dist/img-apple-160/1f1f3-1f1ff.png b/dist/img-apple-160/1f1f3-1f1ff.png new file mode 100644 index 000000000..89823c5aa Binary files /dev/null and b/dist/img-apple-160/1f1f3-1f1ff.png differ diff --git a/dist/img-apple-160/1f1f4-1f1f2.png b/dist/img-apple-160/1f1f4-1f1f2.png new file mode 100644 index 000000000..e2e866ca0 Binary files /dev/null and b/dist/img-apple-160/1f1f4-1f1f2.png differ diff --git a/dist/img-apple-160/1f1f5-1f1e6.png b/dist/img-apple-160/1f1f5-1f1e6.png new file mode 100644 index 000000000..ced014a60 Binary files /dev/null and b/dist/img-apple-160/1f1f5-1f1e6.png differ diff --git a/dist/img-apple-160/1f1f5-1f1ea.png b/dist/img-apple-160/1f1f5-1f1ea.png new file mode 100644 index 000000000..0e89d58ba Binary files /dev/null and b/dist/img-apple-160/1f1f5-1f1ea.png differ diff --git a/dist/img-apple-160/1f1f5-1f1eb.png b/dist/img-apple-160/1f1f5-1f1eb.png new file mode 100644 index 000000000..bf546a6f2 Binary files /dev/null and b/dist/img-apple-160/1f1f5-1f1eb.png differ diff --git a/dist/img-apple-160/1f1f5-1f1ec.png b/dist/img-apple-160/1f1f5-1f1ec.png new file mode 100644 index 000000000..9f3915adf Binary files /dev/null and b/dist/img-apple-160/1f1f5-1f1ec.png differ diff --git a/dist/img-apple-160/1f1f5-1f1ed.png b/dist/img-apple-160/1f1f5-1f1ed.png new file mode 100644 index 000000000..44ed7fae4 Binary files /dev/null and b/dist/img-apple-160/1f1f5-1f1ed.png differ diff --git a/dist/img-apple-160/1f1f5-1f1f0.png b/dist/img-apple-160/1f1f5-1f1f0.png new file mode 100644 index 000000000..2eed17dc6 Binary files /dev/null and b/dist/img-apple-160/1f1f5-1f1f0.png differ diff --git a/dist/img-apple-160/1f1f5-1f1f1.png b/dist/img-apple-160/1f1f5-1f1f1.png new file mode 100644 index 000000000..3d84d7bb9 Binary files /dev/null and b/dist/img-apple-160/1f1f5-1f1f1.png differ diff --git a/dist/img-apple-160/1f1f5-1f1f2.png b/dist/img-apple-160/1f1f5-1f1f2.png new file mode 100644 index 000000000..3bb68b69a Binary files /dev/null and b/dist/img-apple-160/1f1f5-1f1f2.png differ diff --git a/dist/img-apple-160/1f1f5-1f1f3.png b/dist/img-apple-160/1f1f5-1f1f3.png new file mode 100644 index 000000000..a7b7ac3bf Binary files /dev/null and b/dist/img-apple-160/1f1f5-1f1f3.png differ diff --git a/dist/img-apple-160/1f1f5-1f1f7.png b/dist/img-apple-160/1f1f5-1f1f7.png new file mode 100644 index 000000000..7a9f55d5f Binary files /dev/null and b/dist/img-apple-160/1f1f5-1f1f7.png differ diff --git a/dist/img-apple-160/1f1f5-1f1f8.png b/dist/img-apple-160/1f1f5-1f1f8.png new file mode 100644 index 000000000..80ef0f4ba Binary files /dev/null and b/dist/img-apple-160/1f1f5-1f1f8.png differ diff --git a/dist/img-apple-160/1f1f5-1f1f9.png b/dist/img-apple-160/1f1f5-1f1f9.png new file mode 100644 index 000000000..948d55c73 Binary files /dev/null and b/dist/img-apple-160/1f1f5-1f1f9.png differ diff --git a/dist/img-apple-160/1f1f5-1f1fc.png b/dist/img-apple-160/1f1f5-1f1fc.png new file mode 100644 index 000000000..730678403 Binary files /dev/null and b/dist/img-apple-160/1f1f5-1f1fc.png differ diff --git a/dist/img-apple-160/1f1f5-1f1fe.png b/dist/img-apple-160/1f1f5-1f1fe.png new file mode 100644 index 000000000..9dc402f1a Binary files /dev/null and b/dist/img-apple-160/1f1f5-1f1fe.png differ diff --git a/dist/img-apple-160/1f1f6-1f1e6.png b/dist/img-apple-160/1f1f6-1f1e6.png new file mode 100644 index 000000000..20733fa3e Binary files /dev/null and b/dist/img-apple-160/1f1f6-1f1e6.png differ diff --git a/dist/img-apple-160/1f1f7-1f1ea.png b/dist/img-apple-160/1f1f7-1f1ea.png new file mode 100644 index 000000000..9e80282b6 Binary files /dev/null and b/dist/img-apple-160/1f1f7-1f1ea.png differ diff --git a/dist/img-apple-160/1f1f7-1f1f4.png b/dist/img-apple-160/1f1f7-1f1f4.png new file mode 100644 index 000000000..288ee75c8 Binary files /dev/null and b/dist/img-apple-160/1f1f7-1f1f4.png differ diff --git a/dist/img-apple-160/1f1f7-1f1f8.png b/dist/img-apple-160/1f1f7-1f1f8.png new file mode 100644 index 000000000..5053261ed Binary files /dev/null and b/dist/img-apple-160/1f1f7-1f1f8.png differ diff --git a/dist/img-apple-160/1f1f7-1f1fa.png b/dist/img-apple-160/1f1f7-1f1fa.png new file mode 100644 index 000000000..8b181d30f Binary files /dev/null and b/dist/img-apple-160/1f1f7-1f1fa.png differ diff --git a/dist/img-apple-160/1f1f7-1f1fc.png b/dist/img-apple-160/1f1f7-1f1fc.png new file mode 100644 index 000000000..32d7824af Binary files /dev/null and b/dist/img-apple-160/1f1f7-1f1fc.png differ diff --git a/dist/img-apple-160/1f1f8-1f1e6.png b/dist/img-apple-160/1f1f8-1f1e6.png new file mode 100644 index 000000000..82ced2fe1 Binary files /dev/null and b/dist/img-apple-160/1f1f8-1f1e6.png differ diff --git a/dist/img-apple-160/1f1f8-1f1e7.png b/dist/img-apple-160/1f1f8-1f1e7.png new file mode 100644 index 000000000..36fcd04a4 Binary files /dev/null and b/dist/img-apple-160/1f1f8-1f1e7.png differ diff --git a/dist/img-apple-160/1f1f8-1f1e8.png b/dist/img-apple-160/1f1f8-1f1e8.png new file mode 100644 index 000000000..9e806eafa Binary files /dev/null and b/dist/img-apple-160/1f1f8-1f1e8.png differ diff --git a/dist/img-apple-160/1f1f8-1f1e9.png b/dist/img-apple-160/1f1f8-1f1e9.png new file mode 100644 index 000000000..3b31c803d Binary files /dev/null and b/dist/img-apple-160/1f1f8-1f1e9.png differ diff --git a/dist/img-apple-160/1f1f8-1f1ea.png b/dist/img-apple-160/1f1f8-1f1ea.png new file mode 100644 index 000000000..95c4d34b0 Binary files /dev/null and b/dist/img-apple-160/1f1f8-1f1ea.png differ diff --git a/dist/img-apple-160/1f1f8-1f1ec.png b/dist/img-apple-160/1f1f8-1f1ec.png new file mode 100644 index 000000000..1c2c3371e Binary files /dev/null and b/dist/img-apple-160/1f1f8-1f1ec.png differ diff --git a/dist/img-apple-160/1f1f8-1f1ed.png b/dist/img-apple-160/1f1f8-1f1ed.png new file mode 100644 index 000000000..a74d12b52 Binary files /dev/null and b/dist/img-apple-160/1f1f8-1f1ed.png differ diff --git a/dist/img-apple-160/1f1f8-1f1ee.png b/dist/img-apple-160/1f1f8-1f1ee.png new file mode 100644 index 000000000..119a5c38e Binary files /dev/null and b/dist/img-apple-160/1f1f8-1f1ee.png differ diff --git a/dist/img-apple-160/1f1f8-1f1ef.png b/dist/img-apple-160/1f1f8-1f1ef.png new file mode 100644 index 000000000..2e511d4d9 Binary files /dev/null and b/dist/img-apple-160/1f1f8-1f1ef.png differ diff --git a/dist/img-apple-160/1f1f8-1f1f0.png b/dist/img-apple-160/1f1f8-1f1f0.png new file mode 100644 index 000000000..90d2df864 Binary files /dev/null and b/dist/img-apple-160/1f1f8-1f1f0.png differ diff --git a/dist/img-apple-160/1f1f8-1f1f1.png b/dist/img-apple-160/1f1f8-1f1f1.png new file mode 100644 index 000000000..a18a9e943 Binary files /dev/null and b/dist/img-apple-160/1f1f8-1f1f1.png differ diff --git a/dist/img-apple-160/1f1f8-1f1f2.png b/dist/img-apple-160/1f1f8-1f1f2.png new file mode 100644 index 000000000..5f1cb9023 Binary files /dev/null and b/dist/img-apple-160/1f1f8-1f1f2.png differ diff --git a/dist/img-apple-160/1f1f8-1f1f3.png b/dist/img-apple-160/1f1f8-1f1f3.png new file mode 100644 index 000000000..28d63b50b Binary files /dev/null and b/dist/img-apple-160/1f1f8-1f1f3.png differ diff --git a/dist/img-apple-160/1f1f8-1f1f4.png b/dist/img-apple-160/1f1f8-1f1f4.png new file mode 100644 index 000000000..778387b56 Binary files /dev/null and b/dist/img-apple-160/1f1f8-1f1f4.png differ diff --git a/dist/img-apple-160/1f1f8-1f1f7.png b/dist/img-apple-160/1f1f8-1f1f7.png new file mode 100644 index 000000000..6c1bd8cd5 Binary files /dev/null and b/dist/img-apple-160/1f1f8-1f1f7.png differ diff --git a/dist/img-apple-160/1f1f8-1f1f8.png b/dist/img-apple-160/1f1f8-1f1f8.png new file mode 100644 index 000000000..6538fd7c2 Binary files /dev/null and b/dist/img-apple-160/1f1f8-1f1f8.png differ diff --git a/dist/img-apple-160/1f1f8-1f1f9.png b/dist/img-apple-160/1f1f8-1f1f9.png new file mode 100644 index 000000000..b6e3754b3 Binary files /dev/null and b/dist/img-apple-160/1f1f8-1f1f9.png differ diff --git a/dist/img-apple-160/1f1f8-1f1fb.png b/dist/img-apple-160/1f1f8-1f1fb.png new file mode 100644 index 000000000..47ff992e8 Binary files /dev/null and b/dist/img-apple-160/1f1f8-1f1fb.png differ diff --git a/dist/img-apple-160/1f1f8-1f1fd.png b/dist/img-apple-160/1f1f8-1f1fd.png new file mode 100644 index 000000000..b7fc32e9b Binary files /dev/null and b/dist/img-apple-160/1f1f8-1f1fd.png differ diff --git a/dist/img-apple-160/1f1f8-1f1fe.png b/dist/img-apple-160/1f1f8-1f1fe.png new file mode 100644 index 000000000..552fcb414 Binary files /dev/null and b/dist/img-apple-160/1f1f8-1f1fe.png differ diff --git a/dist/img-apple-160/1f1f8-1f1ff.png b/dist/img-apple-160/1f1f8-1f1ff.png new file mode 100644 index 000000000..70d34e518 Binary files /dev/null and b/dist/img-apple-160/1f1f8-1f1ff.png differ diff --git a/dist/img-apple-160/1f1f9-1f1e6.png b/dist/img-apple-160/1f1f9-1f1e6.png new file mode 100644 index 000000000..a74d12b52 Binary files /dev/null and b/dist/img-apple-160/1f1f9-1f1e6.png differ diff --git a/dist/img-apple-160/1f1f9-1f1e8.png b/dist/img-apple-160/1f1f9-1f1e8.png new file mode 100644 index 000000000..391b49b2e Binary files /dev/null and b/dist/img-apple-160/1f1f9-1f1e8.png differ diff --git a/dist/img-apple-160/1f1f9-1f1e9.png b/dist/img-apple-160/1f1f9-1f1e9.png new file mode 100644 index 000000000..23baf1f47 Binary files /dev/null and b/dist/img-apple-160/1f1f9-1f1e9.png differ diff --git a/dist/img-apple-160/1f1f9-1f1eb.png b/dist/img-apple-160/1f1f9-1f1eb.png new file mode 100644 index 000000000..9859b5cf9 Binary files /dev/null and b/dist/img-apple-160/1f1f9-1f1eb.png differ diff --git a/dist/img-apple-160/1f1f9-1f1ec.png b/dist/img-apple-160/1f1f9-1f1ec.png new file mode 100644 index 000000000..39f966c9f Binary files /dev/null and b/dist/img-apple-160/1f1f9-1f1ec.png differ diff --git a/dist/img-apple-160/1f1f9-1f1ed.png b/dist/img-apple-160/1f1f9-1f1ed.png new file mode 100644 index 000000000..0e73f2fc6 Binary files /dev/null and b/dist/img-apple-160/1f1f9-1f1ed.png differ diff --git a/dist/img-apple-160/1f1f9-1f1ef.png b/dist/img-apple-160/1f1f9-1f1ef.png new file mode 100644 index 000000000..a1d0b21b0 Binary files /dev/null and b/dist/img-apple-160/1f1f9-1f1ef.png differ diff --git a/dist/img-apple-160/1f1f9-1f1f0.png b/dist/img-apple-160/1f1f9-1f1f0.png new file mode 100644 index 000000000..5fe53f9d7 Binary files /dev/null and b/dist/img-apple-160/1f1f9-1f1f0.png differ diff --git a/dist/img-apple-160/1f1f9-1f1f1.png b/dist/img-apple-160/1f1f9-1f1f1.png new file mode 100644 index 000000000..877ef96f8 Binary files /dev/null and b/dist/img-apple-160/1f1f9-1f1f1.png differ diff --git a/dist/img-apple-160/1f1f9-1f1f2.png b/dist/img-apple-160/1f1f9-1f1f2.png new file mode 100644 index 000000000..f31ae24b1 Binary files /dev/null and b/dist/img-apple-160/1f1f9-1f1f2.png differ diff --git a/dist/img-apple-160/1f1f9-1f1f3.png b/dist/img-apple-160/1f1f9-1f1f3.png new file mode 100644 index 000000000..86d2933c8 Binary files /dev/null and b/dist/img-apple-160/1f1f9-1f1f3.png differ diff --git a/dist/img-apple-160/1f1f9-1f1f4.png b/dist/img-apple-160/1f1f9-1f1f4.png new file mode 100644 index 000000000..35ad72a10 Binary files /dev/null and b/dist/img-apple-160/1f1f9-1f1f4.png differ diff --git a/dist/img-apple-160/1f1f9-1f1f7.png b/dist/img-apple-160/1f1f9-1f1f7.png new file mode 100644 index 000000000..17bde602c Binary files /dev/null and b/dist/img-apple-160/1f1f9-1f1f7.png differ diff --git a/dist/img-apple-160/1f1f9-1f1f9.png b/dist/img-apple-160/1f1f9-1f1f9.png new file mode 100644 index 000000000..28f48cd4c Binary files /dev/null and b/dist/img-apple-160/1f1f9-1f1f9.png differ diff --git a/dist/img-apple-160/1f1f9-1f1fb.png b/dist/img-apple-160/1f1f9-1f1fb.png new file mode 100644 index 000000000..beb51dccc Binary files /dev/null and b/dist/img-apple-160/1f1f9-1f1fb.png differ diff --git a/dist/img-apple-160/1f1f9-1f1fc.png b/dist/img-apple-160/1f1f9-1f1fc.png new file mode 100644 index 000000000..87bf4492c Binary files /dev/null and b/dist/img-apple-160/1f1f9-1f1fc.png differ diff --git a/dist/img-apple-160/1f1f9-1f1ff.png b/dist/img-apple-160/1f1f9-1f1ff.png new file mode 100644 index 000000000..e4d090122 Binary files /dev/null and b/dist/img-apple-160/1f1f9-1f1ff.png differ diff --git a/dist/img-apple-160/1f1fa-1f1e6.png b/dist/img-apple-160/1f1fa-1f1e6.png new file mode 100644 index 000000000..8b0d4041a Binary files /dev/null and b/dist/img-apple-160/1f1fa-1f1e6.png differ diff --git a/dist/img-apple-160/1f1fa-1f1ec.png b/dist/img-apple-160/1f1fa-1f1ec.png new file mode 100644 index 000000000..0cb1d5a06 Binary files /dev/null and b/dist/img-apple-160/1f1fa-1f1ec.png differ diff --git a/dist/img-apple-160/1f1fa-1f1f2.png b/dist/img-apple-160/1f1fa-1f1f2.png new file mode 100644 index 000000000..655ffd08c Binary files /dev/null and b/dist/img-apple-160/1f1fa-1f1f2.png differ diff --git a/dist/img-apple-160/1f1fa-1f1f3.png b/dist/img-apple-160/1f1fa-1f1f3.png new file mode 100644 index 000000000..5dd6c568b Binary files /dev/null and b/dist/img-apple-160/1f1fa-1f1f3.png differ diff --git a/dist/img-apple-160/1f1fa-1f1f8.png b/dist/img-apple-160/1f1fa-1f1f8.png new file mode 100644 index 000000000..655ffd08c Binary files /dev/null and b/dist/img-apple-160/1f1fa-1f1f8.png differ diff --git a/dist/img-apple-160/1f1fa-1f1fe.png b/dist/img-apple-160/1f1fa-1f1fe.png new file mode 100644 index 000000000..6cd0a9254 Binary files /dev/null and b/dist/img-apple-160/1f1fa-1f1fe.png differ diff --git a/dist/img-apple-160/1f1fa-1f1ff.png b/dist/img-apple-160/1f1fa-1f1ff.png new file mode 100644 index 000000000..8e04305e4 Binary files /dev/null and b/dist/img-apple-160/1f1fa-1f1ff.png differ diff --git a/dist/img-apple-160/1f1fb-1f1e6.png b/dist/img-apple-160/1f1fb-1f1e6.png new file mode 100644 index 000000000..cf8510576 Binary files /dev/null and b/dist/img-apple-160/1f1fb-1f1e6.png differ diff --git a/dist/img-apple-160/1f1fb-1f1e8.png b/dist/img-apple-160/1f1fb-1f1e8.png new file mode 100644 index 000000000..9325d52cb Binary files /dev/null and b/dist/img-apple-160/1f1fb-1f1e8.png differ diff --git a/dist/img-apple-160/1f1fb-1f1ea.png b/dist/img-apple-160/1f1fb-1f1ea.png new file mode 100644 index 000000000..81cc625c7 Binary files /dev/null and b/dist/img-apple-160/1f1fb-1f1ea.png differ diff --git a/dist/img-apple-160/1f1fb-1f1ec.png b/dist/img-apple-160/1f1fb-1f1ec.png new file mode 100644 index 000000000..f71418c31 Binary files /dev/null and b/dist/img-apple-160/1f1fb-1f1ec.png differ diff --git a/dist/img-apple-160/1f1fb-1f1ee.png b/dist/img-apple-160/1f1fb-1f1ee.png new file mode 100644 index 000000000..63f280811 Binary files /dev/null and b/dist/img-apple-160/1f1fb-1f1ee.png differ diff --git a/dist/img-apple-160/1f1fb-1f1f3.png b/dist/img-apple-160/1f1fb-1f1f3.png new file mode 100644 index 000000000..34b6e7e06 Binary files /dev/null and b/dist/img-apple-160/1f1fb-1f1f3.png differ diff --git a/dist/img-apple-160/1f1fb-1f1fa.png b/dist/img-apple-160/1f1fb-1f1fa.png new file mode 100644 index 000000000..041a0aa44 Binary files /dev/null and b/dist/img-apple-160/1f1fb-1f1fa.png differ diff --git a/dist/img-apple-160/1f1fc-1f1eb.png b/dist/img-apple-160/1f1fc-1f1eb.png new file mode 100644 index 000000000..ea38ef6a7 Binary files /dev/null and b/dist/img-apple-160/1f1fc-1f1eb.png differ diff --git a/dist/img-apple-160/1f1fc-1f1f8.png b/dist/img-apple-160/1f1fc-1f1f8.png new file mode 100644 index 000000000..d9a3c1078 Binary files /dev/null and b/dist/img-apple-160/1f1fc-1f1f8.png differ diff --git a/dist/img-apple-160/1f1fd-1f1f0.png b/dist/img-apple-160/1f1fd-1f1f0.png new file mode 100644 index 000000000..4693e0ffe Binary files /dev/null and b/dist/img-apple-160/1f1fd-1f1f0.png differ diff --git a/dist/img-apple-160/1f1fe-1f1ea.png b/dist/img-apple-160/1f1fe-1f1ea.png new file mode 100644 index 000000000..174fc1a0c Binary files /dev/null and b/dist/img-apple-160/1f1fe-1f1ea.png differ diff --git a/dist/img-apple-160/1f1fe-1f1f9.png b/dist/img-apple-160/1f1fe-1f1f9.png new file mode 100644 index 000000000..59a4c1386 Binary files /dev/null and b/dist/img-apple-160/1f1fe-1f1f9.png differ diff --git a/dist/img-apple-160/1f1ff-1f1e6.png b/dist/img-apple-160/1f1ff-1f1e6.png new file mode 100644 index 000000000..ff181a5d6 Binary files /dev/null and b/dist/img-apple-160/1f1ff-1f1e6.png differ diff --git a/dist/img-apple-160/1f1ff-1f1f2.png b/dist/img-apple-160/1f1ff-1f1f2.png new file mode 100644 index 000000000..06714dc44 Binary files /dev/null and b/dist/img-apple-160/1f1ff-1f1f2.png differ diff --git a/dist/img-apple-160/1f1ff-1f1fc.png b/dist/img-apple-160/1f1ff-1f1fc.png new file mode 100644 index 000000000..7dbf692f5 Binary files /dev/null and b/dist/img-apple-160/1f1ff-1f1fc.png differ diff --git a/dist/img-apple-160/1f201.png b/dist/img-apple-160/1f201.png new file mode 100644 index 000000000..efc4802d9 Binary files /dev/null and b/dist/img-apple-160/1f201.png differ diff --git a/dist/img-apple-160/1f202-fe0f.png b/dist/img-apple-160/1f202-fe0f.png new file mode 100644 index 000000000..806372481 Binary files /dev/null and b/dist/img-apple-160/1f202-fe0f.png differ diff --git a/dist/img-apple-160/1f202.png b/dist/img-apple-160/1f202.png new file mode 100644 index 000000000..806372481 Binary files /dev/null and b/dist/img-apple-160/1f202.png differ diff --git a/dist/img-apple-160/1f21a.png b/dist/img-apple-160/1f21a.png new file mode 100644 index 000000000..46394967f Binary files /dev/null and b/dist/img-apple-160/1f21a.png differ diff --git a/dist/img-apple-160/1f22f.png b/dist/img-apple-160/1f22f.png new file mode 100644 index 000000000..892ca72a3 Binary files /dev/null and b/dist/img-apple-160/1f22f.png differ diff --git a/dist/img-apple-160/1f232.png b/dist/img-apple-160/1f232.png new file mode 100644 index 000000000..d7700e342 Binary files /dev/null and b/dist/img-apple-160/1f232.png differ diff --git a/dist/img-apple-160/1f233.png b/dist/img-apple-160/1f233.png new file mode 100644 index 000000000..6ed339bb7 Binary files /dev/null and b/dist/img-apple-160/1f233.png differ diff --git a/dist/img-apple-160/1f234.png b/dist/img-apple-160/1f234.png new file mode 100644 index 000000000..e6fb990b8 Binary files /dev/null and b/dist/img-apple-160/1f234.png differ diff --git a/dist/img-apple-160/1f235.png b/dist/img-apple-160/1f235.png new file mode 100644 index 000000000..72e930eb3 Binary files /dev/null and b/dist/img-apple-160/1f235.png differ diff --git a/dist/img-apple-160/1f236.png b/dist/img-apple-160/1f236.png new file mode 100644 index 000000000..ba0f3e93f Binary files /dev/null and b/dist/img-apple-160/1f236.png differ diff --git a/dist/img-apple-160/1f237-fe0f.png b/dist/img-apple-160/1f237-fe0f.png new file mode 100644 index 000000000..030f344d4 Binary files /dev/null and b/dist/img-apple-160/1f237-fe0f.png differ diff --git a/dist/img-apple-160/1f237.png b/dist/img-apple-160/1f237.png new file mode 100644 index 000000000..030f344d4 Binary files /dev/null and b/dist/img-apple-160/1f237.png differ diff --git a/dist/img-apple-160/1f238.png b/dist/img-apple-160/1f238.png new file mode 100644 index 000000000..ffd043c61 Binary files /dev/null and b/dist/img-apple-160/1f238.png differ diff --git a/dist/img-apple-160/1f239.png b/dist/img-apple-160/1f239.png new file mode 100644 index 000000000..a2b9561cf Binary files /dev/null and b/dist/img-apple-160/1f239.png differ diff --git a/dist/img-apple-160/1f23a.png b/dist/img-apple-160/1f23a.png new file mode 100644 index 000000000..e67725e83 Binary files /dev/null and b/dist/img-apple-160/1f23a.png differ diff --git a/dist/img-apple-160/1f250.png b/dist/img-apple-160/1f250.png new file mode 100644 index 000000000..fe9c90611 Binary files /dev/null and b/dist/img-apple-160/1f250.png differ diff --git a/dist/img-apple-160/1f251.png b/dist/img-apple-160/1f251.png new file mode 100644 index 000000000..dc4031787 Binary files /dev/null and b/dist/img-apple-160/1f251.png differ diff --git a/dist/img-apple-160/1f300.png b/dist/img-apple-160/1f300.png new file mode 100644 index 000000000..b4c8a0778 Binary files /dev/null and b/dist/img-apple-160/1f300.png differ diff --git a/dist/img-apple-160/1f301.png b/dist/img-apple-160/1f301.png new file mode 100644 index 000000000..071b87ee8 Binary files /dev/null and b/dist/img-apple-160/1f301.png differ diff --git a/dist/img-apple-160/1f302.png b/dist/img-apple-160/1f302.png new file mode 100644 index 000000000..e6fd0184e Binary files /dev/null and b/dist/img-apple-160/1f302.png differ diff --git a/dist/img-apple-160/1f303.png b/dist/img-apple-160/1f303.png new file mode 100644 index 000000000..2f301a63f Binary files /dev/null and b/dist/img-apple-160/1f303.png differ diff --git a/dist/img-apple-160/1f304.png b/dist/img-apple-160/1f304.png new file mode 100644 index 000000000..df938a8db Binary files /dev/null and b/dist/img-apple-160/1f304.png differ diff --git a/dist/img-apple-160/1f305.png b/dist/img-apple-160/1f305.png new file mode 100644 index 000000000..2400a2cab Binary files /dev/null and b/dist/img-apple-160/1f305.png differ diff --git a/dist/img-apple-160/1f306.png b/dist/img-apple-160/1f306.png new file mode 100644 index 000000000..bc8584c78 Binary files /dev/null and b/dist/img-apple-160/1f306.png differ diff --git a/dist/img-apple-160/1f307.png b/dist/img-apple-160/1f307.png new file mode 100644 index 000000000..d70966b68 Binary files /dev/null and b/dist/img-apple-160/1f307.png differ diff --git a/dist/img-apple-160/1f308.png b/dist/img-apple-160/1f308.png new file mode 100644 index 000000000..8b7ea4098 Binary files /dev/null and b/dist/img-apple-160/1f308.png differ diff --git a/dist/img-apple-160/1f309.png b/dist/img-apple-160/1f309.png new file mode 100644 index 000000000..e1acb1845 Binary files /dev/null and b/dist/img-apple-160/1f309.png differ diff --git a/dist/img-apple-160/1f30a.png b/dist/img-apple-160/1f30a.png new file mode 100644 index 000000000..7c69d6cca Binary files /dev/null and b/dist/img-apple-160/1f30a.png differ diff --git a/dist/img-apple-160/1f30b.png b/dist/img-apple-160/1f30b.png new file mode 100644 index 000000000..64d72d9ac Binary files /dev/null and b/dist/img-apple-160/1f30b.png differ diff --git a/dist/img-apple-160/1f30c.png b/dist/img-apple-160/1f30c.png new file mode 100644 index 000000000..d98617e40 Binary files /dev/null and b/dist/img-apple-160/1f30c.png differ diff --git a/dist/img-apple-160/1f30d.png b/dist/img-apple-160/1f30d.png new file mode 100644 index 000000000..034421cba Binary files /dev/null and b/dist/img-apple-160/1f30d.png differ diff --git a/dist/img-apple-160/1f30e.png b/dist/img-apple-160/1f30e.png new file mode 100644 index 000000000..63cdb128f Binary files /dev/null and b/dist/img-apple-160/1f30e.png differ diff --git a/dist/img-apple-160/1f30f.png b/dist/img-apple-160/1f30f.png new file mode 100644 index 000000000..02c558827 Binary files /dev/null and b/dist/img-apple-160/1f30f.png differ diff --git a/dist/img-apple-160/1f310.png b/dist/img-apple-160/1f310.png new file mode 100644 index 000000000..1555fe395 Binary files /dev/null and b/dist/img-apple-160/1f310.png differ diff --git a/dist/img-apple-160/1f311.png b/dist/img-apple-160/1f311.png new file mode 100644 index 000000000..853ddfe99 Binary files /dev/null and b/dist/img-apple-160/1f311.png differ diff --git a/dist/img-apple-160/1f312.png b/dist/img-apple-160/1f312.png new file mode 100644 index 000000000..ecedd684b Binary files /dev/null and b/dist/img-apple-160/1f312.png differ diff --git a/dist/img-apple-160/1f313.png b/dist/img-apple-160/1f313.png new file mode 100644 index 000000000..790c56275 Binary files /dev/null and b/dist/img-apple-160/1f313.png differ diff --git a/dist/img-apple-160/1f314.png b/dist/img-apple-160/1f314.png new file mode 100644 index 000000000..318ebcbed Binary files /dev/null and b/dist/img-apple-160/1f314.png differ diff --git a/dist/img-apple-160/1f315.png b/dist/img-apple-160/1f315.png new file mode 100644 index 000000000..30ef5556b Binary files /dev/null and b/dist/img-apple-160/1f315.png differ diff --git a/dist/img-apple-160/1f316.png b/dist/img-apple-160/1f316.png new file mode 100644 index 000000000..1770b21a5 Binary files /dev/null and b/dist/img-apple-160/1f316.png differ diff --git a/dist/img-apple-160/1f317.png b/dist/img-apple-160/1f317.png new file mode 100644 index 000000000..1e4e26ee7 Binary files /dev/null and b/dist/img-apple-160/1f317.png differ diff --git a/dist/img-apple-160/1f318.png b/dist/img-apple-160/1f318.png new file mode 100644 index 000000000..3ae37bb43 Binary files /dev/null and b/dist/img-apple-160/1f318.png differ diff --git a/dist/img-apple-160/1f319.png b/dist/img-apple-160/1f319.png new file mode 100644 index 000000000..ce1b5df4b Binary files /dev/null and b/dist/img-apple-160/1f319.png differ diff --git a/dist/img-apple-160/1f31a.png b/dist/img-apple-160/1f31a.png new file mode 100644 index 000000000..3471b887e Binary files /dev/null and b/dist/img-apple-160/1f31a.png differ diff --git a/dist/img-apple-160/1f31b.png b/dist/img-apple-160/1f31b.png new file mode 100644 index 000000000..18e3be43a Binary files /dev/null and b/dist/img-apple-160/1f31b.png differ diff --git a/dist/img-apple-160/1f31c.png b/dist/img-apple-160/1f31c.png new file mode 100644 index 000000000..dfd7a423d Binary files /dev/null and b/dist/img-apple-160/1f31c.png differ diff --git a/dist/img-apple-160/1f31d.png b/dist/img-apple-160/1f31d.png new file mode 100644 index 000000000..c45d6e74b Binary files /dev/null and b/dist/img-apple-160/1f31d.png differ diff --git a/dist/img-apple-160/1f31e.png b/dist/img-apple-160/1f31e.png new file mode 100644 index 000000000..5c7aa5f58 Binary files /dev/null and b/dist/img-apple-160/1f31e.png differ diff --git a/dist/img-apple-160/1f31f.png b/dist/img-apple-160/1f31f.png new file mode 100644 index 000000000..03ed34263 Binary files /dev/null and b/dist/img-apple-160/1f31f.png differ diff --git a/dist/img-apple-160/1f320.png b/dist/img-apple-160/1f320.png new file mode 100644 index 000000000..5e318cdea Binary files /dev/null and b/dist/img-apple-160/1f320.png differ diff --git a/dist/img-apple-160/1f321-fe0f.png b/dist/img-apple-160/1f321-fe0f.png new file mode 100644 index 000000000..1f4d3abd9 Binary files /dev/null and b/dist/img-apple-160/1f321-fe0f.png differ diff --git a/dist/img-apple-160/1f321.png b/dist/img-apple-160/1f321.png new file mode 100644 index 000000000..1f4d3abd9 Binary files /dev/null and b/dist/img-apple-160/1f321.png differ diff --git a/dist/img-apple-160/1f324-fe0f.png b/dist/img-apple-160/1f324-fe0f.png new file mode 100644 index 000000000..0a31649f5 Binary files /dev/null and b/dist/img-apple-160/1f324-fe0f.png differ diff --git a/dist/img-apple-160/1f324.png b/dist/img-apple-160/1f324.png new file mode 100644 index 000000000..0a31649f5 Binary files /dev/null and b/dist/img-apple-160/1f324.png differ diff --git a/dist/img-apple-160/1f325-fe0f.png b/dist/img-apple-160/1f325-fe0f.png new file mode 100644 index 000000000..5f2204f3c Binary files /dev/null and b/dist/img-apple-160/1f325-fe0f.png differ diff --git a/dist/img-apple-160/1f325.png b/dist/img-apple-160/1f325.png new file mode 100644 index 000000000..5f2204f3c Binary files /dev/null and b/dist/img-apple-160/1f325.png differ diff --git a/dist/img-apple-160/1f326-fe0f.png b/dist/img-apple-160/1f326-fe0f.png new file mode 100644 index 000000000..a1a2a8371 Binary files /dev/null and b/dist/img-apple-160/1f326-fe0f.png differ diff --git a/dist/img-apple-160/1f326.png b/dist/img-apple-160/1f326.png new file mode 100644 index 000000000..a1a2a8371 Binary files /dev/null and b/dist/img-apple-160/1f326.png differ diff --git a/dist/img-apple-160/1f327-fe0f.png b/dist/img-apple-160/1f327-fe0f.png new file mode 100644 index 000000000..d5ec24738 Binary files /dev/null and b/dist/img-apple-160/1f327-fe0f.png differ diff --git a/dist/img-apple-160/1f327.png b/dist/img-apple-160/1f327.png new file mode 100644 index 000000000..d5ec24738 Binary files /dev/null and b/dist/img-apple-160/1f327.png differ diff --git a/dist/img-apple-160/1f328-fe0f.png b/dist/img-apple-160/1f328-fe0f.png new file mode 100644 index 000000000..19ddb61e9 Binary files /dev/null and b/dist/img-apple-160/1f328-fe0f.png differ diff --git a/dist/img-apple-160/1f328.png b/dist/img-apple-160/1f328.png new file mode 100644 index 000000000..19ddb61e9 Binary files /dev/null and b/dist/img-apple-160/1f328.png differ diff --git a/dist/img-apple-160/1f329-fe0f.png b/dist/img-apple-160/1f329-fe0f.png new file mode 100644 index 000000000..2e1afeaed Binary files /dev/null and b/dist/img-apple-160/1f329-fe0f.png differ diff --git a/dist/img-apple-160/1f329.png b/dist/img-apple-160/1f329.png new file mode 100644 index 000000000..2e1afeaed Binary files /dev/null and b/dist/img-apple-160/1f329.png differ diff --git a/dist/img-apple-160/1f32a-fe0f.png b/dist/img-apple-160/1f32a-fe0f.png new file mode 100644 index 000000000..5306973e6 Binary files /dev/null and b/dist/img-apple-160/1f32a-fe0f.png differ diff --git a/dist/img-apple-160/1f32a.png b/dist/img-apple-160/1f32a.png new file mode 100644 index 000000000..5306973e6 Binary files /dev/null and b/dist/img-apple-160/1f32a.png differ diff --git a/dist/img-apple-160/1f32b-fe0f.png b/dist/img-apple-160/1f32b-fe0f.png new file mode 100644 index 000000000..befd97e99 Binary files /dev/null and b/dist/img-apple-160/1f32b-fe0f.png differ diff --git a/dist/img-apple-160/1f32b.png b/dist/img-apple-160/1f32b.png new file mode 100644 index 000000000..befd97e99 Binary files /dev/null and b/dist/img-apple-160/1f32b.png differ diff --git a/dist/img-apple-160/1f32c-fe0f.png b/dist/img-apple-160/1f32c-fe0f.png new file mode 100644 index 000000000..b6cf5690e Binary files /dev/null and b/dist/img-apple-160/1f32c-fe0f.png differ diff --git a/dist/img-apple-160/1f32c.png b/dist/img-apple-160/1f32c.png new file mode 100644 index 000000000..b6cf5690e Binary files /dev/null and b/dist/img-apple-160/1f32c.png differ diff --git a/dist/img-apple-160/1f32d.png b/dist/img-apple-160/1f32d.png new file mode 100644 index 000000000..8e42f225a Binary files /dev/null and b/dist/img-apple-160/1f32d.png differ diff --git a/dist/img-apple-160/1f32e.png b/dist/img-apple-160/1f32e.png new file mode 100644 index 000000000..9ea034d55 Binary files /dev/null and b/dist/img-apple-160/1f32e.png differ diff --git a/dist/img-apple-160/1f32f.png b/dist/img-apple-160/1f32f.png new file mode 100644 index 000000000..30e1479cb Binary files /dev/null and b/dist/img-apple-160/1f32f.png differ diff --git a/dist/img-apple-160/1f330.png b/dist/img-apple-160/1f330.png new file mode 100644 index 000000000..e42e640f3 Binary files /dev/null and b/dist/img-apple-160/1f330.png differ diff --git a/dist/img-apple-160/1f331.png b/dist/img-apple-160/1f331.png new file mode 100644 index 000000000..b7d105ee1 Binary files /dev/null and b/dist/img-apple-160/1f331.png differ diff --git a/dist/img-apple-160/1f332.png b/dist/img-apple-160/1f332.png new file mode 100644 index 000000000..452e35ce1 Binary files /dev/null and b/dist/img-apple-160/1f332.png differ diff --git a/dist/img-apple-160/1f333.png b/dist/img-apple-160/1f333.png new file mode 100644 index 000000000..e7c8e27e1 Binary files /dev/null and b/dist/img-apple-160/1f333.png differ diff --git a/dist/img-apple-160/1f334.png b/dist/img-apple-160/1f334.png new file mode 100644 index 000000000..8c49b04ce Binary files /dev/null and b/dist/img-apple-160/1f334.png differ diff --git a/dist/img-apple-160/1f335.png b/dist/img-apple-160/1f335.png new file mode 100644 index 000000000..20615f425 Binary files /dev/null and b/dist/img-apple-160/1f335.png differ diff --git a/dist/img-apple-160/1f336-fe0f.png b/dist/img-apple-160/1f336-fe0f.png new file mode 100644 index 000000000..2ec94c299 Binary files /dev/null and b/dist/img-apple-160/1f336-fe0f.png differ diff --git a/dist/img-apple-160/1f336.png b/dist/img-apple-160/1f336.png new file mode 100644 index 000000000..2ec94c299 Binary files /dev/null and b/dist/img-apple-160/1f336.png differ diff --git a/dist/img-apple-160/1f337.png b/dist/img-apple-160/1f337.png new file mode 100644 index 000000000..5da6f4d4c Binary files /dev/null and b/dist/img-apple-160/1f337.png differ diff --git a/dist/img-apple-160/1f338.png b/dist/img-apple-160/1f338.png new file mode 100644 index 000000000..5690c5199 Binary files /dev/null and b/dist/img-apple-160/1f338.png differ diff --git a/dist/img-apple-160/1f339.png b/dist/img-apple-160/1f339.png new file mode 100644 index 000000000..733ed5307 Binary files /dev/null and b/dist/img-apple-160/1f339.png differ diff --git a/dist/img-apple-160/1f33a.png b/dist/img-apple-160/1f33a.png new file mode 100644 index 000000000..75ffa24fc Binary files /dev/null and b/dist/img-apple-160/1f33a.png differ diff --git a/dist/img-apple-160/1f33b.png b/dist/img-apple-160/1f33b.png new file mode 100644 index 000000000..523c46bff Binary files /dev/null and b/dist/img-apple-160/1f33b.png differ diff --git a/dist/img-apple-160/1f33c.png b/dist/img-apple-160/1f33c.png new file mode 100644 index 000000000..f2743eb9d Binary files /dev/null and b/dist/img-apple-160/1f33c.png differ diff --git a/dist/img-apple-160/1f33d.png b/dist/img-apple-160/1f33d.png new file mode 100644 index 000000000..fefebd360 Binary files /dev/null and b/dist/img-apple-160/1f33d.png differ diff --git a/dist/img-apple-160/1f33e.png b/dist/img-apple-160/1f33e.png new file mode 100644 index 000000000..ed8ba727c Binary files /dev/null and b/dist/img-apple-160/1f33e.png differ diff --git a/dist/img-apple-160/1f33f.png b/dist/img-apple-160/1f33f.png new file mode 100644 index 000000000..119deed5f Binary files /dev/null and b/dist/img-apple-160/1f33f.png differ diff --git a/dist/img-apple-160/1f340.png b/dist/img-apple-160/1f340.png new file mode 100644 index 000000000..912ec872d Binary files /dev/null and b/dist/img-apple-160/1f340.png differ diff --git a/dist/img-apple-160/1f341.png b/dist/img-apple-160/1f341.png new file mode 100644 index 000000000..f7387e3cf Binary files /dev/null and b/dist/img-apple-160/1f341.png differ diff --git a/dist/img-apple-160/1f342.png b/dist/img-apple-160/1f342.png new file mode 100644 index 000000000..4c0dc6071 Binary files /dev/null and b/dist/img-apple-160/1f342.png differ diff --git a/dist/img-apple-160/1f343.png b/dist/img-apple-160/1f343.png new file mode 100644 index 000000000..54be1c256 Binary files /dev/null and b/dist/img-apple-160/1f343.png differ diff --git a/dist/img-apple-160/1f344.png b/dist/img-apple-160/1f344.png new file mode 100644 index 000000000..a7c1176bc Binary files /dev/null and b/dist/img-apple-160/1f344.png differ diff --git a/dist/img-apple-160/1f345.png b/dist/img-apple-160/1f345.png new file mode 100644 index 000000000..ca5470baf Binary files /dev/null and b/dist/img-apple-160/1f345.png differ diff --git a/dist/img-apple-160/1f346.png b/dist/img-apple-160/1f346.png new file mode 100644 index 000000000..73d8cd44d Binary files /dev/null and b/dist/img-apple-160/1f346.png differ diff --git a/dist/img-apple-160/1f347.png b/dist/img-apple-160/1f347.png new file mode 100644 index 000000000..2b5e0b3fb Binary files /dev/null and b/dist/img-apple-160/1f347.png differ diff --git a/dist/img-apple-160/1f348.png b/dist/img-apple-160/1f348.png new file mode 100644 index 000000000..d64c767dc Binary files /dev/null and b/dist/img-apple-160/1f348.png differ diff --git a/dist/img-apple-160/1f349.png b/dist/img-apple-160/1f349.png new file mode 100644 index 000000000..5be28e09f Binary files /dev/null and b/dist/img-apple-160/1f349.png differ diff --git a/dist/img-apple-160/1f34a.png b/dist/img-apple-160/1f34a.png new file mode 100644 index 000000000..fb1c59117 Binary files /dev/null and b/dist/img-apple-160/1f34a.png differ diff --git a/dist/img-apple-160/1f34b.png b/dist/img-apple-160/1f34b.png new file mode 100644 index 000000000..66855858c Binary files /dev/null and b/dist/img-apple-160/1f34b.png differ diff --git a/dist/img-apple-160/1f34c.png b/dist/img-apple-160/1f34c.png new file mode 100644 index 000000000..42ffe7a52 Binary files /dev/null and b/dist/img-apple-160/1f34c.png differ diff --git a/dist/img-apple-160/1f34d.png b/dist/img-apple-160/1f34d.png new file mode 100644 index 000000000..dd9b87bcb Binary files /dev/null and b/dist/img-apple-160/1f34d.png differ diff --git a/dist/img-apple-160/1f34e.png b/dist/img-apple-160/1f34e.png new file mode 100644 index 000000000..e7c7a9934 Binary files /dev/null and b/dist/img-apple-160/1f34e.png differ diff --git a/dist/img-apple-160/1f34f.png b/dist/img-apple-160/1f34f.png new file mode 100644 index 000000000..c844a39d7 Binary files /dev/null and b/dist/img-apple-160/1f34f.png differ diff --git a/dist/img-apple-160/1f350.png b/dist/img-apple-160/1f350.png new file mode 100644 index 000000000..1b85ac754 Binary files /dev/null and b/dist/img-apple-160/1f350.png differ diff --git a/dist/img-apple-160/1f351.png b/dist/img-apple-160/1f351.png new file mode 100644 index 000000000..6a5d26420 Binary files /dev/null and b/dist/img-apple-160/1f351.png differ diff --git a/dist/img-apple-160/1f352.png b/dist/img-apple-160/1f352.png new file mode 100644 index 000000000..623a06247 Binary files /dev/null and b/dist/img-apple-160/1f352.png differ diff --git a/dist/img-apple-160/1f353.png b/dist/img-apple-160/1f353.png new file mode 100644 index 000000000..66f220723 Binary files /dev/null and b/dist/img-apple-160/1f353.png differ diff --git a/dist/img-apple-160/1f354.png b/dist/img-apple-160/1f354.png new file mode 100644 index 000000000..872d734e7 Binary files /dev/null and b/dist/img-apple-160/1f354.png differ diff --git a/dist/img-apple-160/1f355.png b/dist/img-apple-160/1f355.png new file mode 100644 index 000000000..82a516bf8 Binary files /dev/null and b/dist/img-apple-160/1f355.png differ diff --git a/dist/img-apple-160/1f356.png b/dist/img-apple-160/1f356.png new file mode 100644 index 000000000..e1aba3f24 Binary files /dev/null and b/dist/img-apple-160/1f356.png differ diff --git a/dist/img-apple-160/1f357.png b/dist/img-apple-160/1f357.png new file mode 100644 index 000000000..1393d837d Binary files /dev/null and b/dist/img-apple-160/1f357.png differ diff --git a/dist/img-apple-160/1f358.png b/dist/img-apple-160/1f358.png new file mode 100644 index 000000000..1302ba924 Binary files /dev/null and b/dist/img-apple-160/1f358.png differ diff --git a/dist/img-apple-160/1f359.png b/dist/img-apple-160/1f359.png new file mode 100644 index 000000000..feb1a3010 Binary files /dev/null and b/dist/img-apple-160/1f359.png differ diff --git a/dist/img-apple-160/1f35a.png b/dist/img-apple-160/1f35a.png new file mode 100644 index 000000000..8d6ef249f Binary files /dev/null and b/dist/img-apple-160/1f35a.png differ diff --git a/dist/img-apple-160/1f35b.png b/dist/img-apple-160/1f35b.png new file mode 100644 index 000000000..0ba4b5662 Binary files /dev/null and b/dist/img-apple-160/1f35b.png differ diff --git a/dist/img-apple-160/1f35c.png b/dist/img-apple-160/1f35c.png new file mode 100644 index 000000000..a736f0a34 Binary files /dev/null and b/dist/img-apple-160/1f35c.png differ diff --git a/dist/img-apple-160/1f35d.png b/dist/img-apple-160/1f35d.png new file mode 100644 index 000000000..facf7fa67 Binary files /dev/null and b/dist/img-apple-160/1f35d.png differ diff --git a/dist/img-apple-160/1f35e.png b/dist/img-apple-160/1f35e.png new file mode 100644 index 000000000..95da7a5b3 Binary files /dev/null and b/dist/img-apple-160/1f35e.png differ diff --git a/dist/img-apple-160/1f35f.png b/dist/img-apple-160/1f35f.png new file mode 100644 index 000000000..7b1e27b3c Binary files /dev/null and b/dist/img-apple-160/1f35f.png differ diff --git a/dist/img-apple-160/1f360.png b/dist/img-apple-160/1f360.png new file mode 100644 index 000000000..d8f9c95bb Binary files /dev/null and b/dist/img-apple-160/1f360.png differ diff --git a/dist/img-apple-160/1f361.png b/dist/img-apple-160/1f361.png new file mode 100644 index 000000000..4a1d0f47d Binary files /dev/null and b/dist/img-apple-160/1f361.png differ diff --git a/dist/img-apple-160/1f362.png b/dist/img-apple-160/1f362.png new file mode 100644 index 000000000..8d019aa48 Binary files /dev/null and b/dist/img-apple-160/1f362.png differ diff --git a/dist/img-apple-160/1f363.png b/dist/img-apple-160/1f363.png new file mode 100644 index 000000000..b7c9faa27 Binary files /dev/null and b/dist/img-apple-160/1f363.png differ diff --git a/dist/img-apple-160/1f364.png b/dist/img-apple-160/1f364.png new file mode 100644 index 000000000..8bdf1328d Binary files /dev/null and b/dist/img-apple-160/1f364.png differ diff --git a/dist/img-apple-160/1f365.png b/dist/img-apple-160/1f365.png new file mode 100644 index 000000000..84bfecf2b Binary files /dev/null and b/dist/img-apple-160/1f365.png differ diff --git a/dist/img-apple-160/1f366.png b/dist/img-apple-160/1f366.png new file mode 100644 index 000000000..67089f077 Binary files /dev/null and b/dist/img-apple-160/1f366.png differ diff --git a/dist/img-apple-160/1f367.png b/dist/img-apple-160/1f367.png new file mode 100644 index 000000000..0214d7441 Binary files /dev/null and b/dist/img-apple-160/1f367.png differ diff --git a/dist/img-apple-160/1f368.png b/dist/img-apple-160/1f368.png new file mode 100644 index 000000000..d210cbc56 Binary files /dev/null and b/dist/img-apple-160/1f368.png differ diff --git a/dist/img-apple-160/1f369.png b/dist/img-apple-160/1f369.png new file mode 100644 index 000000000..d3171effe Binary files /dev/null and b/dist/img-apple-160/1f369.png differ diff --git a/dist/img-apple-160/1f36a.png b/dist/img-apple-160/1f36a.png new file mode 100644 index 000000000..68483d1ca Binary files /dev/null and b/dist/img-apple-160/1f36a.png differ diff --git a/dist/img-apple-160/1f36b.png b/dist/img-apple-160/1f36b.png new file mode 100644 index 000000000..e98ebd965 Binary files /dev/null and b/dist/img-apple-160/1f36b.png differ diff --git a/dist/img-apple-160/1f36c.png b/dist/img-apple-160/1f36c.png new file mode 100644 index 000000000..0020d9cae Binary files /dev/null and b/dist/img-apple-160/1f36c.png differ diff --git a/dist/img-apple-160/1f36d.png b/dist/img-apple-160/1f36d.png new file mode 100644 index 000000000..c4e2c5fa5 Binary files /dev/null and b/dist/img-apple-160/1f36d.png differ diff --git a/dist/img-apple-160/1f36e.png b/dist/img-apple-160/1f36e.png new file mode 100644 index 000000000..e1fa0af42 Binary files /dev/null and b/dist/img-apple-160/1f36e.png differ diff --git a/dist/img-apple-160/1f36f.png b/dist/img-apple-160/1f36f.png new file mode 100644 index 000000000..a88ccc23c Binary files /dev/null and b/dist/img-apple-160/1f36f.png differ diff --git a/dist/img-apple-160/1f370.png b/dist/img-apple-160/1f370.png new file mode 100644 index 000000000..beeb13954 Binary files /dev/null and b/dist/img-apple-160/1f370.png differ diff --git a/dist/img-apple-160/1f371.png b/dist/img-apple-160/1f371.png new file mode 100644 index 000000000..24de85a6c Binary files /dev/null and b/dist/img-apple-160/1f371.png differ diff --git a/dist/img-apple-160/1f372.png b/dist/img-apple-160/1f372.png new file mode 100644 index 000000000..18a4670a3 Binary files /dev/null and b/dist/img-apple-160/1f372.png differ diff --git a/dist/img-apple-160/1f373.png b/dist/img-apple-160/1f373.png new file mode 100644 index 000000000..680281e71 Binary files /dev/null and b/dist/img-apple-160/1f373.png differ diff --git a/dist/img-apple-160/1f374.png b/dist/img-apple-160/1f374.png new file mode 100644 index 000000000..7840d1bba Binary files /dev/null and b/dist/img-apple-160/1f374.png differ diff --git a/dist/img-apple-160/1f375.png b/dist/img-apple-160/1f375.png new file mode 100644 index 000000000..f244fd502 Binary files /dev/null and b/dist/img-apple-160/1f375.png differ diff --git a/dist/img-apple-160/1f376.png b/dist/img-apple-160/1f376.png new file mode 100644 index 000000000..069489e64 Binary files /dev/null and b/dist/img-apple-160/1f376.png differ diff --git a/dist/img-apple-160/1f377.png b/dist/img-apple-160/1f377.png new file mode 100644 index 000000000..7547c926f Binary files /dev/null and b/dist/img-apple-160/1f377.png differ diff --git a/dist/img-apple-160/1f378.png b/dist/img-apple-160/1f378.png new file mode 100644 index 000000000..13e9ae671 Binary files /dev/null and b/dist/img-apple-160/1f378.png differ diff --git a/dist/img-apple-160/1f379.png b/dist/img-apple-160/1f379.png new file mode 100644 index 000000000..7affe1e19 Binary files /dev/null and b/dist/img-apple-160/1f379.png differ diff --git a/dist/img-apple-160/1f37a.png b/dist/img-apple-160/1f37a.png new file mode 100644 index 000000000..9732545f0 Binary files /dev/null and b/dist/img-apple-160/1f37a.png differ diff --git a/dist/img-apple-160/1f37b.png b/dist/img-apple-160/1f37b.png new file mode 100644 index 000000000..62343be81 Binary files /dev/null and b/dist/img-apple-160/1f37b.png differ diff --git a/dist/img-apple-160/1f37c.png b/dist/img-apple-160/1f37c.png new file mode 100644 index 000000000..e0ebff537 Binary files /dev/null and b/dist/img-apple-160/1f37c.png differ diff --git a/dist/img-apple-160/1f37d-fe0f.png b/dist/img-apple-160/1f37d-fe0f.png new file mode 100644 index 000000000..178b51e7b Binary files /dev/null and b/dist/img-apple-160/1f37d-fe0f.png differ diff --git a/dist/img-apple-160/1f37d.png b/dist/img-apple-160/1f37d.png new file mode 100644 index 000000000..178b51e7b Binary files /dev/null and b/dist/img-apple-160/1f37d.png differ diff --git a/dist/img-apple-160/1f37e.png b/dist/img-apple-160/1f37e.png new file mode 100644 index 000000000..17dce8d38 Binary files /dev/null and b/dist/img-apple-160/1f37e.png differ diff --git a/dist/img-apple-160/1f37f.png b/dist/img-apple-160/1f37f.png new file mode 100644 index 000000000..75efb6368 Binary files /dev/null and b/dist/img-apple-160/1f37f.png differ diff --git a/dist/img-apple-160/1f380.png b/dist/img-apple-160/1f380.png new file mode 100644 index 000000000..d7f7f733b Binary files /dev/null and b/dist/img-apple-160/1f380.png differ diff --git a/dist/img-apple-160/1f381.png b/dist/img-apple-160/1f381.png new file mode 100644 index 000000000..d2a6f06fa Binary files /dev/null and b/dist/img-apple-160/1f381.png differ diff --git a/dist/img-apple-160/1f382.png b/dist/img-apple-160/1f382.png new file mode 100644 index 000000000..526f70246 Binary files /dev/null and b/dist/img-apple-160/1f382.png differ diff --git a/dist/img-apple-160/1f383.png b/dist/img-apple-160/1f383.png new file mode 100644 index 000000000..c0440418f Binary files /dev/null and b/dist/img-apple-160/1f383.png differ diff --git a/dist/img-apple-160/1f384.png b/dist/img-apple-160/1f384.png new file mode 100644 index 000000000..cebe0de81 Binary files /dev/null and b/dist/img-apple-160/1f384.png differ diff --git a/dist/img-apple-160/1f385-1f3fb.png b/dist/img-apple-160/1f385-1f3fb.png new file mode 100644 index 000000000..eb4f72241 Binary files /dev/null and b/dist/img-apple-160/1f385-1f3fb.png differ diff --git a/dist/img-apple-160/1f385-1f3fc.png b/dist/img-apple-160/1f385-1f3fc.png new file mode 100644 index 000000000..8719710f4 Binary files /dev/null and b/dist/img-apple-160/1f385-1f3fc.png differ diff --git a/dist/img-apple-160/1f385-1f3fd.png b/dist/img-apple-160/1f385-1f3fd.png new file mode 100644 index 000000000..418b06466 Binary files /dev/null and b/dist/img-apple-160/1f385-1f3fd.png differ diff --git a/dist/img-apple-160/1f385-1f3fe.png b/dist/img-apple-160/1f385-1f3fe.png new file mode 100644 index 000000000..e42d69d69 Binary files /dev/null and b/dist/img-apple-160/1f385-1f3fe.png differ diff --git a/dist/img-apple-160/1f385-1f3ff.png b/dist/img-apple-160/1f385-1f3ff.png new file mode 100644 index 000000000..6f3a42abf Binary files /dev/null and b/dist/img-apple-160/1f385-1f3ff.png differ diff --git a/dist/img-apple-160/1f385.png b/dist/img-apple-160/1f385.png new file mode 100644 index 000000000..524f4c181 Binary files /dev/null and b/dist/img-apple-160/1f385.png differ diff --git a/dist/img-apple-160/1f386.png b/dist/img-apple-160/1f386.png new file mode 100644 index 000000000..d00fd8ca1 Binary files /dev/null and b/dist/img-apple-160/1f386.png differ diff --git a/dist/img-apple-160/1f387.png b/dist/img-apple-160/1f387.png new file mode 100644 index 000000000..6390db1e0 Binary files /dev/null and b/dist/img-apple-160/1f387.png differ diff --git a/dist/img-apple-160/1f388.png b/dist/img-apple-160/1f388.png new file mode 100644 index 000000000..ef16981c9 Binary files /dev/null and b/dist/img-apple-160/1f388.png differ diff --git a/dist/img-apple-160/1f389.png b/dist/img-apple-160/1f389.png new file mode 100644 index 000000000..fa324fd25 Binary files /dev/null and b/dist/img-apple-160/1f389.png differ diff --git a/dist/img-apple-160/1f38a.png b/dist/img-apple-160/1f38a.png new file mode 100644 index 000000000..10047ced8 Binary files /dev/null and b/dist/img-apple-160/1f38a.png differ diff --git a/dist/img-apple-160/1f38b.png b/dist/img-apple-160/1f38b.png new file mode 100644 index 000000000..da19084cb Binary files /dev/null and b/dist/img-apple-160/1f38b.png differ diff --git a/dist/img-apple-160/1f38c.png b/dist/img-apple-160/1f38c.png new file mode 100644 index 000000000..5cc8609f4 Binary files /dev/null and b/dist/img-apple-160/1f38c.png differ diff --git a/dist/img-apple-160/1f38d.png b/dist/img-apple-160/1f38d.png new file mode 100644 index 000000000..6f3e83511 Binary files /dev/null and b/dist/img-apple-160/1f38d.png differ diff --git a/dist/img-apple-160/1f38e.png b/dist/img-apple-160/1f38e.png new file mode 100644 index 000000000..843614b08 Binary files /dev/null and b/dist/img-apple-160/1f38e.png differ diff --git a/dist/img-apple-160/1f38f.png b/dist/img-apple-160/1f38f.png new file mode 100644 index 000000000..9ce015e7c Binary files /dev/null and b/dist/img-apple-160/1f38f.png differ diff --git a/dist/img-apple-160/1f390.png b/dist/img-apple-160/1f390.png new file mode 100644 index 000000000..cb36ade1a Binary files /dev/null and b/dist/img-apple-160/1f390.png differ diff --git a/dist/img-apple-160/1f391.png b/dist/img-apple-160/1f391.png new file mode 100644 index 000000000..6cb84f5e9 Binary files /dev/null and b/dist/img-apple-160/1f391.png differ diff --git a/dist/img-apple-160/1f392.png b/dist/img-apple-160/1f392.png new file mode 100644 index 000000000..01ed91a94 Binary files /dev/null and b/dist/img-apple-160/1f392.png differ diff --git a/dist/img-apple-160/1f393.png b/dist/img-apple-160/1f393.png new file mode 100644 index 000000000..b56e37717 Binary files /dev/null and b/dist/img-apple-160/1f393.png differ diff --git a/dist/img-apple-160/1f396-fe0f.png b/dist/img-apple-160/1f396-fe0f.png new file mode 100644 index 000000000..65525aacf Binary files /dev/null and b/dist/img-apple-160/1f396-fe0f.png differ diff --git a/dist/img-apple-160/1f396.png b/dist/img-apple-160/1f396.png new file mode 100644 index 000000000..65525aacf Binary files /dev/null and b/dist/img-apple-160/1f396.png differ diff --git a/dist/img-apple-160/1f397-fe0f.png b/dist/img-apple-160/1f397-fe0f.png new file mode 100644 index 000000000..a8fc905fe Binary files /dev/null and b/dist/img-apple-160/1f397-fe0f.png differ diff --git a/dist/img-apple-160/1f397.png b/dist/img-apple-160/1f397.png new file mode 100644 index 000000000..a8fc905fe Binary files /dev/null and b/dist/img-apple-160/1f397.png differ diff --git a/dist/img-apple-160/1f399-fe0f.png b/dist/img-apple-160/1f399-fe0f.png new file mode 100644 index 000000000..bf3e879bc Binary files /dev/null and b/dist/img-apple-160/1f399-fe0f.png differ diff --git a/dist/img-apple-160/1f399.png b/dist/img-apple-160/1f399.png new file mode 100644 index 000000000..bf3e879bc Binary files /dev/null and b/dist/img-apple-160/1f399.png differ diff --git a/dist/img-apple-160/1f39a-fe0f.png b/dist/img-apple-160/1f39a-fe0f.png new file mode 100644 index 000000000..dd2c61bdd Binary files /dev/null and b/dist/img-apple-160/1f39a-fe0f.png differ diff --git a/dist/img-apple-160/1f39a.png b/dist/img-apple-160/1f39a.png new file mode 100644 index 000000000..dd2c61bdd Binary files /dev/null and b/dist/img-apple-160/1f39a.png differ diff --git a/dist/img-apple-160/1f39b-fe0f.png b/dist/img-apple-160/1f39b-fe0f.png new file mode 100644 index 000000000..add6b1bdd Binary files /dev/null and b/dist/img-apple-160/1f39b-fe0f.png differ diff --git a/dist/img-apple-160/1f39b.png b/dist/img-apple-160/1f39b.png new file mode 100644 index 000000000..add6b1bdd Binary files /dev/null and b/dist/img-apple-160/1f39b.png differ diff --git a/dist/img-apple-160/1f39e-fe0f.png b/dist/img-apple-160/1f39e-fe0f.png new file mode 100644 index 000000000..dc770dc37 Binary files /dev/null and b/dist/img-apple-160/1f39e-fe0f.png differ diff --git a/dist/img-apple-160/1f39e.png b/dist/img-apple-160/1f39e.png new file mode 100644 index 000000000..dc770dc37 Binary files /dev/null and b/dist/img-apple-160/1f39e.png differ diff --git a/dist/img-apple-160/1f39f-fe0f.png b/dist/img-apple-160/1f39f-fe0f.png new file mode 100644 index 000000000..9ef66b55d Binary files /dev/null and b/dist/img-apple-160/1f39f-fe0f.png differ diff --git a/dist/img-apple-160/1f39f.png b/dist/img-apple-160/1f39f.png new file mode 100644 index 000000000..9ef66b55d Binary files /dev/null and b/dist/img-apple-160/1f39f.png differ diff --git a/dist/img-apple-160/1f3a0.png b/dist/img-apple-160/1f3a0.png new file mode 100644 index 000000000..66272193c Binary files /dev/null and b/dist/img-apple-160/1f3a0.png differ diff --git a/dist/img-apple-160/1f3a1.png b/dist/img-apple-160/1f3a1.png new file mode 100644 index 000000000..0cd951655 Binary files /dev/null and b/dist/img-apple-160/1f3a1.png differ diff --git a/dist/img-apple-160/1f3a2.png b/dist/img-apple-160/1f3a2.png new file mode 100644 index 000000000..46b4c0ad1 Binary files /dev/null and b/dist/img-apple-160/1f3a2.png differ diff --git a/dist/img-apple-160/1f3a3.png b/dist/img-apple-160/1f3a3.png new file mode 100644 index 000000000..4b1e377ee Binary files /dev/null and b/dist/img-apple-160/1f3a3.png differ diff --git a/dist/img-apple-160/1f3a4.png b/dist/img-apple-160/1f3a4.png new file mode 100644 index 000000000..9ff04ca45 Binary files /dev/null and b/dist/img-apple-160/1f3a4.png differ diff --git a/dist/img-apple-160/1f3a5.png b/dist/img-apple-160/1f3a5.png new file mode 100644 index 000000000..1ea46f48c Binary files /dev/null and b/dist/img-apple-160/1f3a5.png differ diff --git a/dist/img-apple-160/1f3a6.png b/dist/img-apple-160/1f3a6.png new file mode 100644 index 000000000..5c1a352b1 Binary files /dev/null and b/dist/img-apple-160/1f3a6.png differ diff --git a/dist/img-apple-160/1f3a7.png b/dist/img-apple-160/1f3a7.png new file mode 100644 index 000000000..689362aae Binary files /dev/null and b/dist/img-apple-160/1f3a7.png differ diff --git a/dist/img-apple-160/1f3a8.png b/dist/img-apple-160/1f3a8.png new file mode 100644 index 000000000..b635012e6 Binary files /dev/null and b/dist/img-apple-160/1f3a8.png differ diff --git a/dist/img-apple-160/1f3a9.png b/dist/img-apple-160/1f3a9.png new file mode 100644 index 000000000..139d9092a Binary files /dev/null and b/dist/img-apple-160/1f3a9.png differ diff --git a/dist/img-apple-160/1f3aa.png b/dist/img-apple-160/1f3aa.png new file mode 100644 index 000000000..14a558c3a Binary files /dev/null and b/dist/img-apple-160/1f3aa.png differ diff --git a/dist/img-apple-160/1f3ab.png b/dist/img-apple-160/1f3ab.png new file mode 100644 index 000000000..c0ec8b71a Binary files /dev/null and b/dist/img-apple-160/1f3ab.png differ diff --git a/dist/img-apple-160/1f3ac.png b/dist/img-apple-160/1f3ac.png new file mode 100644 index 000000000..c08967b80 Binary files /dev/null and b/dist/img-apple-160/1f3ac.png differ diff --git a/dist/img-apple-160/1f3ad.png b/dist/img-apple-160/1f3ad.png new file mode 100644 index 000000000..5772114f7 Binary files /dev/null and b/dist/img-apple-160/1f3ad.png differ diff --git a/dist/img-apple-160/1f3ae.png b/dist/img-apple-160/1f3ae.png new file mode 100644 index 000000000..42d34faec Binary files /dev/null and b/dist/img-apple-160/1f3ae.png differ diff --git a/dist/img-apple-160/1f3af.png b/dist/img-apple-160/1f3af.png new file mode 100644 index 000000000..527a25ab6 Binary files /dev/null and b/dist/img-apple-160/1f3af.png differ diff --git a/dist/img-apple-160/1f3b0.png b/dist/img-apple-160/1f3b0.png new file mode 100644 index 000000000..8b6a3442d Binary files /dev/null and b/dist/img-apple-160/1f3b0.png differ diff --git a/dist/img-apple-160/1f3b1.png b/dist/img-apple-160/1f3b1.png new file mode 100644 index 000000000..1aff5b117 Binary files /dev/null and b/dist/img-apple-160/1f3b1.png differ diff --git a/dist/img-apple-160/1f3b2.png b/dist/img-apple-160/1f3b2.png new file mode 100644 index 000000000..8b88f2f8c Binary files /dev/null and b/dist/img-apple-160/1f3b2.png differ diff --git a/dist/img-apple-160/1f3b3.png b/dist/img-apple-160/1f3b3.png new file mode 100644 index 000000000..13128e7f1 Binary files /dev/null and b/dist/img-apple-160/1f3b3.png differ diff --git a/dist/img-apple-160/1f3b4.png b/dist/img-apple-160/1f3b4.png new file mode 100644 index 000000000..28123c5d8 Binary files /dev/null and b/dist/img-apple-160/1f3b4.png differ diff --git a/dist/img-apple-160/1f3b5.png b/dist/img-apple-160/1f3b5.png new file mode 100644 index 000000000..5d406bbf7 Binary files /dev/null and b/dist/img-apple-160/1f3b5.png differ diff --git a/dist/img-apple-160/1f3b6.png b/dist/img-apple-160/1f3b6.png new file mode 100644 index 000000000..c5b7a6c71 Binary files /dev/null and b/dist/img-apple-160/1f3b6.png differ diff --git a/dist/img-apple-160/1f3b7.png b/dist/img-apple-160/1f3b7.png new file mode 100644 index 000000000..353217474 Binary files /dev/null and b/dist/img-apple-160/1f3b7.png differ diff --git a/dist/img-apple-160/1f3b8.png b/dist/img-apple-160/1f3b8.png new file mode 100644 index 000000000..148ce0fe3 Binary files /dev/null and b/dist/img-apple-160/1f3b8.png differ diff --git a/dist/img-apple-160/1f3b9.png b/dist/img-apple-160/1f3b9.png new file mode 100644 index 000000000..8c3d0d7d3 Binary files /dev/null and b/dist/img-apple-160/1f3b9.png differ diff --git a/dist/img-apple-160/1f3ba.png b/dist/img-apple-160/1f3ba.png new file mode 100644 index 000000000..1f1c0a70b Binary files /dev/null and b/dist/img-apple-160/1f3ba.png differ diff --git a/dist/img-apple-160/1f3bb.png b/dist/img-apple-160/1f3bb.png new file mode 100644 index 000000000..6e0da67a0 Binary files /dev/null and b/dist/img-apple-160/1f3bb.png differ diff --git a/dist/img-apple-160/1f3bc.png b/dist/img-apple-160/1f3bc.png new file mode 100644 index 000000000..eaf628d78 Binary files /dev/null and b/dist/img-apple-160/1f3bc.png differ diff --git a/dist/img-apple-160/1f3bd.png b/dist/img-apple-160/1f3bd.png new file mode 100644 index 000000000..cdd7e3c27 Binary files /dev/null and b/dist/img-apple-160/1f3bd.png differ diff --git a/dist/img-apple-160/1f3be.png b/dist/img-apple-160/1f3be.png new file mode 100644 index 000000000..b3a3aaf82 Binary files /dev/null and b/dist/img-apple-160/1f3be.png differ diff --git a/dist/img-apple-160/1f3bf.png b/dist/img-apple-160/1f3bf.png new file mode 100644 index 000000000..b9cec2985 Binary files /dev/null and b/dist/img-apple-160/1f3bf.png differ diff --git a/dist/img-apple-160/1f3c0.png b/dist/img-apple-160/1f3c0.png new file mode 100644 index 000000000..f10f9f469 Binary files /dev/null and b/dist/img-apple-160/1f3c0.png differ diff --git a/dist/img-apple-160/1f3c1.png b/dist/img-apple-160/1f3c1.png new file mode 100644 index 000000000..e41a00c33 Binary files /dev/null and b/dist/img-apple-160/1f3c1.png differ diff --git a/dist/img-apple-160/1f3c2-1f3fb.png b/dist/img-apple-160/1f3c2-1f3fb.png new file mode 100644 index 000000000..5461f7c77 Binary files /dev/null and b/dist/img-apple-160/1f3c2-1f3fb.png differ diff --git a/dist/img-apple-160/1f3c2-1f3fc.png b/dist/img-apple-160/1f3c2-1f3fc.png new file mode 100644 index 000000000..5461f7c77 Binary files /dev/null and b/dist/img-apple-160/1f3c2-1f3fc.png differ diff --git a/dist/img-apple-160/1f3c2-1f3fd.png b/dist/img-apple-160/1f3c2-1f3fd.png new file mode 100644 index 000000000..5461f7c77 Binary files /dev/null and b/dist/img-apple-160/1f3c2-1f3fd.png differ diff --git a/dist/img-apple-160/1f3c2-1f3fe.png b/dist/img-apple-160/1f3c2-1f3fe.png new file mode 100644 index 000000000..5461f7c77 Binary files /dev/null and b/dist/img-apple-160/1f3c2-1f3fe.png differ diff --git a/dist/img-apple-160/1f3c2-1f3ff.png b/dist/img-apple-160/1f3c2-1f3ff.png new file mode 100644 index 000000000..5461f7c77 Binary files /dev/null and b/dist/img-apple-160/1f3c2-1f3ff.png differ diff --git a/dist/img-apple-160/1f3c2.png b/dist/img-apple-160/1f3c2.png new file mode 100644 index 000000000..5461f7c77 Binary files /dev/null and b/dist/img-apple-160/1f3c2.png differ diff --git a/dist/img-apple-160/1f3c3-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f3c3-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..c40ff35f2 Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3c3-1f3fb-200d-2640.png b/dist/img-apple-160/1f3c3-1f3fb-200d-2640.png new file mode 100644 index 000000000..c40ff35f2 Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f3c3-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f3c3-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..7f146500b Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3c3-1f3fb-200d-2642.png b/dist/img-apple-160/1f3c3-1f3fb-200d-2642.png new file mode 100644 index 000000000..7f146500b Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f3c3-1f3fb.png b/dist/img-apple-160/1f3c3-1f3fb.png new file mode 100644 index 000000000..78d7f0021 Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3fb.png differ diff --git a/dist/img-apple-160/1f3c3-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f3c3-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..805018c4a Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3c3-1f3fc-200d-2640.png b/dist/img-apple-160/1f3c3-1f3fc-200d-2640.png new file mode 100644 index 000000000..805018c4a Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f3c3-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f3c3-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..d6cad219d Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3c3-1f3fc-200d-2642.png b/dist/img-apple-160/1f3c3-1f3fc-200d-2642.png new file mode 100644 index 000000000..d6cad219d Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f3c3-1f3fc.png b/dist/img-apple-160/1f3c3-1f3fc.png new file mode 100644 index 000000000..f5caf0203 Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3fc.png differ diff --git a/dist/img-apple-160/1f3c3-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f3c3-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..8ed582822 Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3c3-1f3fd-200d-2640.png b/dist/img-apple-160/1f3c3-1f3fd-200d-2640.png new file mode 100644 index 000000000..8ed582822 Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f3c3-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f3c3-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..7fc1c88f7 Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3c3-1f3fd-200d-2642.png b/dist/img-apple-160/1f3c3-1f3fd-200d-2642.png new file mode 100644 index 000000000..7fc1c88f7 Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f3c3-1f3fd.png b/dist/img-apple-160/1f3c3-1f3fd.png new file mode 100644 index 000000000..e1183091e Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3fd.png differ diff --git a/dist/img-apple-160/1f3c3-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f3c3-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..514318bf1 Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3c3-1f3fe-200d-2640.png b/dist/img-apple-160/1f3c3-1f3fe-200d-2640.png new file mode 100644 index 000000000..514318bf1 Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f3c3-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f3c3-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..8c89a87bf Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3c3-1f3fe-200d-2642.png b/dist/img-apple-160/1f3c3-1f3fe-200d-2642.png new file mode 100644 index 000000000..8c89a87bf Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f3c3-1f3fe.png b/dist/img-apple-160/1f3c3-1f3fe.png new file mode 100644 index 000000000..e1e6bae17 Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3fe.png differ diff --git a/dist/img-apple-160/1f3c3-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f3c3-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..0af77980e Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3c3-1f3ff-200d-2640.png b/dist/img-apple-160/1f3c3-1f3ff-200d-2640.png new file mode 100644 index 000000000..0af77980e Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f3c3-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f3c3-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..040a1fb7a Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3c3-1f3ff-200d-2642.png b/dist/img-apple-160/1f3c3-1f3ff-200d-2642.png new file mode 100644 index 000000000..040a1fb7a Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f3c3-1f3ff.png b/dist/img-apple-160/1f3c3-1f3ff.png new file mode 100644 index 000000000..000c6d778 Binary files /dev/null and b/dist/img-apple-160/1f3c3-1f3ff.png differ diff --git a/dist/img-apple-160/1f3c3-200d-2640-fe0f.png b/dist/img-apple-160/1f3c3-200d-2640-fe0f.png new file mode 100644 index 000000000..b37d39879 Binary files /dev/null and b/dist/img-apple-160/1f3c3-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3c3-200d-2640.png b/dist/img-apple-160/1f3c3-200d-2640.png new file mode 100644 index 000000000..b37d39879 Binary files /dev/null and b/dist/img-apple-160/1f3c3-200d-2640.png differ diff --git a/dist/img-apple-160/1f3c3-200d-2642-fe0f.png b/dist/img-apple-160/1f3c3-200d-2642-fe0f.png new file mode 100644 index 000000000..4a9eed750 Binary files /dev/null and b/dist/img-apple-160/1f3c3-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3c3-200d-2642.png b/dist/img-apple-160/1f3c3-200d-2642.png new file mode 100644 index 000000000..4a9eed750 Binary files /dev/null and b/dist/img-apple-160/1f3c3-200d-2642.png differ diff --git a/dist/img-apple-160/1f3c3.png b/dist/img-apple-160/1f3c3.png new file mode 100644 index 000000000..f4636c499 Binary files /dev/null and b/dist/img-apple-160/1f3c3.png differ diff --git a/dist/img-apple-160/1f3c4-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f3c4-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..174958995 Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3c4-1f3fb-200d-2640.png b/dist/img-apple-160/1f3c4-1f3fb-200d-2640.png new file mode 100644 index 000000000..174958995 Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f3c4-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f3c4-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..9e76ab9a0 Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3c4-1f3fb-200d-2642.png b/dist/img-apple-160/1f3c4-1f3fb-200d-2642.png new file mode 100644 index 000000000..9e76ab9a0 Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f3c4-1f3fb.png b/dist/img-apple-160/1f3c4-1f3fb.png new file mode 100644 index 000000000..e37849576 Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3fb.png differ diff --git a/dist/img-apple-160/1f3c4-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f3c4-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..3b4a70544 Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3c4-1f3fc-200d-2640.png b/dist/img-apple-160/1f3c4-1f3fc-200d-2640.png new file mode 100644 index 000000000..3b4a70544 Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f3c4-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f3c4-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..0648c4450 Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3c4-1f3fc-200d-2642.png b/dist/img-apple-160/1f3c4-1f3fc-200d-2642.png new file mode 100644 index 000000000..0648c4450 Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f3c4-1f3fc.png b/dist/img-apple-160/1f3c4-1f3fc.png new file mode 100644 index 000000000..ccad362a4 Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3fc.png differ diff --git a/dist/img-apple-160/1f3c4-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f3c4-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..c2ddfdc90 Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3c4-1f3fd-200d-2640.png b/dist/img-apple-160/1f3c4-1f3fd-200d-2640.png new file mode 100644 index 000000000..c2ddfdc90 Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f3c4-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f3c4-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..fbf8c9bd0 Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3c4-1f3fd-200d-2642.png b/dist/img-apple-160/1f3c4-1f3fd-200d-2642.png new file mode 100644 index 000000000..fbf8c9bd0 Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f3c4-1f3fd.png b/dist/img-apple-160/1f3c4-1f3fd.png new file mode 100644 index 000000000..b8bac6715 Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3fd.png differ diff --git a/dist/img-apple-160/1f3c4-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f3c4-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..d1dff9561 Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3c4-1f3fe-200d-2640.png b/dist/img-apple-160/1f3c4-1f3fe-200d-2640.png new file mode 100644 index 000000000..d1dff9561 Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f3c4-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f3c4-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..cb4bdb100 Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3c4-1f3fe-200d-2642.png b/dist/img-apple-160/1f3c4-1f3fe-200d-2642.png new file mode 100644 index 000000000..cb4bdb100 Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f3c4-1f3fe.png b/dist/img-apple-160/1f3c4-1f3fe.png new file mode 100644 index 000000000..9a5e30e0e Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3fe.png differ diff --git a/dist/img-apple-160/1f3c4-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f3c4-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..6b0be3d28 Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3c4-1f3ff-200d-2640.png b/dist/img-apple-160/1f3c4-1f3ff-200d-2640.png new file mode 100644 index 000000000..6b0be3d28 Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f3c4-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f3c4-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..c5a35438e Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3c4-1f3ff-200d-2642.png b/dist/img-apple-160/1f3c4-1f3ff-200d-2642.png new file mode 100644 index 000000000..c5a35438e Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f3c4-1f3ff.png b/dist/img-apple-160/1f3c4-1f3ff.png new file mode 100644 index 000000000..2bdb3249f Binary files /dev/null and b/dist/img-apple-160/1f3c4-1f3ff.png differ diff --git a/dist/img-apple-160/1f3c4-200d-2640-fe0f.png b/dist/img-apple-160/1f3c4-200d-2640-fe0f.png new file mode 100644 index 000000000..33b4d1335 Binary files /dev/null and b/dist/img-apple-160/1f3c4-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3c4-200d-2640.png b/dist/img-apple-160/1f3c4-200d-2640.png new file mode 100644 index 000000000..33b4d1335 Binary files /dev/null and b/dist/img-apple-160/1f3c4-200d-2640.png differ diff --git a/dist/img-apple-160/1f3c4-200d-2642-fe0f.png b/dist/img-apple-160/1f3c4-200d-2642-fe0f.png new file mode 100644 index 000000000..03d401dcf Binary files /dev/null and b/dist/img-apple-160/1f3c4-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3c4-200d-2642.png b/dist/img-apple-160/1f3c4-200d-2642.png new file mode 100644 index 000000000..03d401dcf Binary files /dev/null and b/dist/img-apple-160/1f3c4-200d-2642.png differ diff --git a/dist/img-apple-160/1f3c4.png b/dist/img-apple-160/1f3c4.png new file mode 100644 index 000000000..cf0ecaa5e Binary files /dev/null and b/dist/img-apple-160/1f3c4.png differ diff --git a/dist/img-apple-160/1f3c5.png b/dist/img-apple-160/1f3c5.png new file mode 100644 index 000000000..5e429cc38 Binary files /dev/null and b/dist/img-apple-160/1f3c5.png differ diff --git a/dist/img-apple-160/1f3c6.png b/dist/img-apple-160/1f3c6.png new file mode 100644 index 000000000..718f78cab Binary files /dev/null and b/dist/img-apple-160/1f3c6.png differ diff --git a/dist/img-apple-160/1f3c7-1f3fb.png b/dist/img-apple-160/1f3c7-1f3fb.png new file mode 100644 index 000000000..ffb099375 Binary files /dev/null and b/dist/img-apple-160/1f3c7-1f3fb.png differ diff --git a/dist/img-apple-160/1f3c7-1f3fc.png b/dist/img-apple-160/1f3c7-1f3fc.png new file mode 100644 index 000000000..820558617 Binary files /dev/null and b/dist/img-apple-160/1f3c7-1f3fc.png differ diff --git a/dist/img-apple-160/1f3c7-1f3fd.png b/dist/img-apple-160/1f3c7-1f3fd.png new file mode 100644 index 000000000..1ec53242d Binary files /dev/null and b/dist/img-apple-160/1f3c7-1f3fd.png differ diff --git a/dist/img-apple-160/1f3c7-1f3fe.png b/dist/img-apple-160/1f3c7-1f3fe.png new file mode 100644 index 000000000..756861ddf Binary files /dev/null and b/dist/img-apple-160/1f3c7-1f3fe.png differ diff --git a/dist/img-apple-160/1f3c7-1f3ff.png b/dist/img-apple-160/1f3c7-1f3ff.png new file mode 100644 index 000000000..6fedeb224 Binary files /dev/null and b/dist/img-apple-160/1f3c7-1f3ff.png differ diff --git a/dist/img-apple-160/1f3c7.png b/dist/img-apple-160/1f3c7.png new file mode 100644 index 000000000..a7ade2c3e Binary files /dev/null and b/dist/img-apple-160/1f3c7.png differ diff --git a/dist/img-apple-160/1f3c8.png b/dist/img-apple-160/1f3c8.png new file mode 100644 index 000000000..bf98eb69d Binary files /dev/null and b/dist/img-apple-160/1f3c8.png differ diff --git a/dist/img-apple-160/1f3c9.png b/dist/img-apple-160/1f3c9.png new file mode 100644 index 000000000..80f3b2316 Binary files /dev/null and b/dist/img-apple-160/1f3c9.png differ diff --git a/dist/img-apple-160/1f3ca-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f3ca-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..1e4526375 Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3ca-1f3fb-200d-2640.png b/dist/img-apple-160/1f3ca-1f3fb-200d-2640.png new file mode 100644 index 000000000..1e4526375 Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f3ca-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f3ca-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..8838f6f19 Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3ca-1f3fb-200d-2642.png b/dist/img-apple-160/1f3ca-1f3fb-200d-2642.png new file mode 100644 index 000000000..8838f6f19 Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f3ca-1f3fb.png b/dist/img-apple-160/1f3ca-1f3fb.png new file mode 100644 index 000000000..84f16cab1 Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3fb.png differ diff --git a/dist/img-apple-160/1f3ca-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f3ca-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..03e12128d Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3ca-1f3fc-200d-2640.png b/dist/img-apple-160/1f3ca-1f3fc-200d-2640.png new file mode 100644 index 000000000..03e12128d Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f3ca-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f3ca-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..75156527e Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3ca-1f3fc-200d-2642.png b/dist/img-apple-160/1f3ca-1f3fc-200d-2642.png new file mode 100644 index 000000000..75156527e Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f3ca-1f3fc.png b/dist/img-apple-160/1f3ca-1f3fc.png new file mode 100644 index 000000000..44d5d3939 Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3fc.png differ diff --git a/dist/img-apple-160/1f3ca-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f3ca-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..0cc39ddfd Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3ca-1f3fd-200d-2640.png b/dist/img-apple-160/1f3ca-1f3fd-200d-2640.png new file mode 100644 index 000000000..0cc39ddfd Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f3ca-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f3ca-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..7d8e2dd13 Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3ca-1f3fd-200d-2642.png b/dist/img-apple-160/1f3ca-1f3fd-200d-2642.png new file mode 100644 index 000000000..7d8e2dd13 Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f3ca-1f3fd.png b/dist/img-apple-160/1f3ca-1f3fd.png new file mode 100644 index 000000000..2aea18ba5 Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3fd.png differ diff --git a/dist/img-apple-160/1f3ca-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f3ca-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..2a6036e9e Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3ca-1f3fe-200d-2640.png b/dist/img-apple-160/1f3ca-1f3fe-200d-2640.png new file mode 100644 index 000000000..2a6036e9e Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f3ca-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f3ca-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..a7829e73c Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3ca-1f3fe-200d-2642.png b/dist/img-apple-160/1f3ca-1f3fe-200d-2642.png new file mode 100644 index 000000000..a7829e73c Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f3ca-1f3fe.png b/dist/img-apple-160/1f3ca-1f3fe.png new file mode 100644 index 000000000..271ed2005 Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3fe.png differ diff --git a/dist/img-apple-160/1f3ca-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f3ca-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..e903dc8e1 Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3ca-1f3ff-200d-2640.png b/dist/img-apple-160/1f3ca-1f3ff-200d-2640.png new file mode 100644 index 000000000..e903dc8e1 Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f3ca-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f3ca-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..0b3a05591 Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3ca-1f3ff-200d-2642.png b/dist/img-apple-160/1f3ca-1f3ff-200d-2642.png new file mode 100644 index 000000000..0b3a05591 Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f3ca-1f3ff.png b/dist/img-apple-160/1f3ca-1f3ff.png new file mode 100644 index 000000000..f6196ed4d Binary files /dev/null and b/dist/img-apple-160/1f3ca-1f3ff.png differ diff --git a/dist/img-apple-160/1f3ca-200d-2640-fe0f.png b/dist/img-apple-160/1f3ca-200d-2640-fe0f.png new file mode 100644 index 000000000..e052f3949 Binary files /dev/null and b/dist/img-apple-160/1f3ca-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3ca-200d-2640.png b/dist/img-apple-160/1f3ca-200d-2640.png new file mode 100644 index 000000000..e052f3949 Binary files /dev/null and b/dist/img-apple-160/1f3ca-200d-2640.png differ diff --git a/dist/img-apple-160/1f3ca-200d-2642-fe0f.png b/dist/img-apple-160/1f3ca-200d-2642-fe0f.png new file mode 100644 index 000000000..f3a2ba100 Binary files /dev/null and b/dist/img-apple-160/1f3ca-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3ca-200d-2642.png b/dist/img-apple-160/1f3ca-200d-2642.png new file mode 100644 index 000000000..f3a2ba100 Binary files /dev/null and b/dist/img-apple-160/1f3ca-200d-2642.png differ diff --git a/dist/img-apple-160/1f3ca.png b/dist/img-apple-160/1f3ca.png new file mode 100644 index 000000000..f7994aee4 Binary files /dev/null and b/dist/img-apple-160/1f3ca.png differ diff --git a/dist/img-apple-160/1f3cb-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f3cb-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..6a0881dea Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3cb-1f3fb-200d-2640.png b/dist/img-apple-160/1f3cb-1f3fb-200d-2640.png new file mode 100644 index 000000000..6a0881dea Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f3cb-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f3cb-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..452076acc Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3cb-1f3fb-200d-2642.png b/dist/img-apple-160/1f3cb-1f3fb-200d-2642.png new file mode 100644 index 000000000..452076acc Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f3cb-1f3fb.png b/dist/img-apple-160/1f3cb-1f3fb.png new file mode 100644 index 000000000..e54702b6d Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3fb.png differ diff --git a/dist/img-apple-160/1f3cb-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f3cb-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..ec90df7f1 Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3cb-1f3fc-200d-2640.png b/dist/img-apple-160/1f3cb-1f3fc-200d-2640.png new file mode 100644 index 000000000..ec90df7f1 Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f3cb-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f3cb-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..b0e04a611 Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3cb-1f3fc-200d-2642.png b/dist/img-apple-160/1f3cb-1f3fc-200d-2642.png new file mode 100644 index 000000000..b0e04a611 Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f3cb-1f3fc.png b/dist/img-apple-160/1f3cb-1f3fc.png new file mode 100644 index 000000000..bea6994da Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3fc.png differ diff --git a/dist/img-apple-160/1f3cb-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f3cb-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..037a536e8 Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3cb-1f3fd-200d-2640.png b/dist/img-apple-160/1f3cb-1f3fd-200d-2640.png new file mode 100644 index 000000000..037a536e8 Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f3cb-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f3cb-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..d56186262 Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3cb-1f3fd-200d-2642.png b/dist/img-apple-160/1f3cb-1f3fd-200d-2642.png new file mode 100644 index 000000000..d56186262 Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f3cb-1f3fd.png b/dist/img-apple-160/1f3cb-1f3fd.png new file mode 100644 index 000000000..497334cde Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3fd.png differ diff --git a/dist/img-apple-160/1f3cb-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f3cb-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..fd49ec5c4 Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3cb-1f3fe-200d-2640.png b/dist/img-apple-160/1f3cb-1f3fe-200d-2640.png new file mode 100644 index 000000000..fd49ec5c4 Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f3cb-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f3cb-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..4b23e35cb Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3cb-1f3fe-200d-2642.png b/dist/img-apple-160/1f3cb-1f3fe-200d-2642.png new file mode 100644 index 000000000..4b23e35cb Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f3cb-1f3fe.png b/dist/img-apple-160/1f3cb-1f3fe.png new file mode 100644 index 000000000..b3bac1ac6 Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3fe.png differ diff --git a/dist/img-apple-160/1f3cb-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f3cb-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..232bdff9e Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3cb-1f3ff-200d-2640.png b/dist/img-apple-160/1f3cb-1f3ff-200d-2640.png new file mode 100644 index 000000000..232bdff9e Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f3cb-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f3cb-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..c56df7f90 Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3cb-1f3ff-200d-2642.png b/dist/img-apple-160/1f3cb-1f3ff-200d-2642.png new file mode 100644 index 000000000..c56df7f90 Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f3cb-1f3ff.png b/dist/img-apple-160/1f3cb-1f3ff.png new file mode 100644 index 000000000..84d559e7d Binary files /dev/null and b/dist/img-apple-160/1f3cb-1f3ff.png differ diff --git a/dist/img-apple-160/1f3cb-200d-2640.png b/dist/img-apple-160/1f3cb-200d-2640.png new file mode 100644 index 000000000..3bb2ef086 Binary files /dev/null and b/dist/img-apple-160/1f3cb-200d-2640.png differ diff --git a/dist/img-apple-160/1f3cb-200d-2642.png b/dist/img-apple-160/1f3cb-200d-2642.png new file mode 100644 index 000000000..c87fac744 Binary files /dev/null and b/dist/img-apple-160/1f3cb-200d-2642.png differ diff --git a/dist/img-apple-160/1f3cb-fe0f-200d-2640-fe0f.png b/dist/img-apple-160/1f3cb-fe0f-200d-2640-fe0f.png new file mode 100644 index 000000000..3bb2ef086 Binary files /dev/null and b/dist/img-apple-160/1f3cb-fe0f-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3cb-fe0f-200d-2642-fe0f.png b/dist/img-apple-160/1f3cb-fe0f-200d-2642-fe0f.png new file mode 100644 index 000000000..c87fac744 Binary files /dev/null and b/dist/img-apple-160/1f3cb-fe0f-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3cb-fe0f.png b/dist/img-apple-160/1f3cb-fe0f.png new file mode 100644 index 000000000..5d6576141 Binary files /dev/null and b/dist/img-apple-160/1f3cb-fe0f.png differ diff --git a/dist/img-apple-160/1f3cb.png b/dist/img-apple-160/1f3cb.png new file mode 100644 index 000000000..5d6576141 Binary files /dev/null and b/dist/img-apple-160/1f3cb.png differ diff --git a/dist/img-apple-160/1f3cc-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f3cc-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..acaaf7900 Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3cc-1f3fb-200d-2640.png b/dist/img-apple-160/1f3cc-1f3fb-200d-2640.png new file mode 100644 index 000000000..acaaf7900 Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f3cc-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f3cc-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..fae4cafba Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3cc-1f3fb-200d-2642.png b/dist/img-apple-160/1f3cc-1f3fb-200d-2642.png new file mode 100644 index 000000000..fae4cafba Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f3cc-1f3fb.png b/dist/img-apple-160/1f3cc-1f3fb.png new file mode 100644 index 000000000..bd3a321fd Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3fb.png differ diff --git a/dist/img-apple-160/1f3cc-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f3cc-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..ae4c2c21f Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3cc-1f3fc-200d-2640.png b/dist/img-apple-160/1f3cc-1f3fc-200d-2640.png new file mode 100644 index 000000000..ae4c2c21f Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f3cc-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f3cc-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..bd43bad23 Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3cc-1f3fc-200d-2642.png b/dist/img-apple-160/1f3cc-1f3fc-200d-2642.png new file mode 100644 index 000000000..bd43bad23 Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f3cc-1f3fc.png b/dist/img-apple-160/1f3cc-1f3fc.png new file mode 100644 index 000000000..73af65263 Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3fc.png differ diff --git a/dist/img-apple-160/1f3cc-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f3cc-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..219e729bb Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3cc-1f3fd-200d-2640.png b/dist/img-apple-160/1f3cc-1f3fd-200d-2640.png new file mode 100644 index 000000000..219e729bb Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f3cc-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f3cc-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..f169d6c3d Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3cc-1f3fd-200d-2642.png b/dist/img-apple-160/1f3cc-1f3fd-200d-2642.png new file mode 100644 index 000000000..f169d6c3d Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f3cc-1f3fd.png b/dist/img-apple-160/1f3cc-1f3fd.png new file mode 100644 index 000000000..eea8829a5 Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3fd.png differ diff --git a/dist/img-apple-160/1f3cc-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f3cc-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..a8a5321ba Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3cc-1f3fe-200d-2640.png b/dist/img-apple-160/1f3cc-1f3fe-200d-2640.png new file mode 100644 index 000000000..a8a5321ba Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f3cc-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f3cc-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..afe67c5db Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3cc-1f3fe-200d-2642.png b/dist/img-apple-160/1f3cc-1f3fe-200d-2642.png new file mode 100644 index 000000000..afe67c5db Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f3cc-1f3fe.png b/dist/img-apple-160/1f3cc-1f3fe.png new file mode 100644 index 000000000..1f13b7b0e Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3fe.png differ diff --git a/dist/img-apple-160/1f3cc-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f3cc-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..80c8ae01f Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3cc-1f3ff-200d-2640.png b/dist/img-apple-160/1f3cc-1f3ff-200d-2640.png new file mode 100644 index 000000000..80c8ae01f Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f3cc-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f3cc-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..457b8612f Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3cc-1f3ff-200d-2642.png b/dist/img-apple-160/1f3cc-1f3ff-200d-2642.png new file mode 100644 index 000000000..457b8612f Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f3cc-1f3ff.png b/dist/img-apple-160/1f3cc-1f3ff.png new file mode 100644 index 000000000..b7c413be2 Binary files /dev/null and b/dist/img-apple-160/1f3cc-1f3ff.png differ diff --git a/dist/img-apple-160/1f3cc-200d-2640.png b/dist/img-apple-160/1f3cc-200d-2640.png new file mode 100644 index 000000000..73b77fc9f Binary files /dev/null and b/dist/img-apple-160/1f3cc-200d-2640.png differ diff --git a/dist/img-apple-160/1f3cc-200d-2642.png b/dist/img-apple-160/1f3cc-200d-2642.png new file mode 100644 index 000000000..b8d07853d Binary files /dev/null and b/dist/img-apple-160/1f3cc-200d-2642.png differ diff --git a/dist/img-apple-160/1f3cc-fe0f-200d-2640-fe0f.png b/dist/img-apple-160/1f3cc-fe0f-200d-2640-fe0f.png new file mode 100644 index 000000000..73b77fc9f Binary files /dev/null and b/dist/img-apple-160/1f3cc-fe0f-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f3cc-fe0f-200d-2642-fe0f.png b/dist/img-apple-160/1f3cc-fe0f-200d-2642-fe0f.png new file mode 100644 index 000000000..b8d07853d Binary files /dev/null and b/dist/img-apple-160/1f3cc-fe0f-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f3cc-fe0f.png b/dist/img-apple-160/1f3cc-fe0f.png new file mode 100644 index 000000000..61f54840b Binary files /dev/null and b/dist/img-apple-160/1f3cc-fe0f.png differ diff --git a/dist/img-apple-160/1f3cc.png b/dist/img-apple-160/1f3cc.png new file mode 100644 index 000000000..61f54840b Binary files /dev/null and b/dist/img-apple-160/1f3cc.png differ diff --git a/dist/img-apple-160/1f3cd-fe0f.png b/dist/img-apple-160/1f3cd-fe0f.png new file mode 100644 index 000000000..4b94711b4 Binary files /dev/null and b/dist/img-apple-160/1f3cd-fe0f.png differ diff --git a/dist/img-apple-160/1f3cd.png b/dist/img-apple-160/1f3cd.png new file mode 100644 index 000000000..4b94711b4 Binary files /dev/null and b/dist/img-apple-160/1f3cd.png differ diff --git a/dist/img-apple-160/1f3ce-fe0f.png b/dist/img-apple-160/1f3ce-fe0f.png new file mode 100644 index 000000000..c8c6dac55 Binary files /dev/null and b/dist/img-apple-160/1f3ce-fe0f.png differ diff --git a/dist/img-apple-160/1f3ce.png b/dist/img-apple-160/1f3ce.png new file mode 100644 index 000000000..c8c6dac55 Binary files /dev/null and b/dist/img-apple-160/1f3ce.png differ diff --git a/dist/img-apple-160/1f3cf.png b/dist/img-apple-160/1f3cf.png new file mode 100644 index 000000000..ed5ca1b43 Binary files /dev/null and b/dist/img-apple-160/1f3cf.png differ diff --git a/dist/img-apple-160/1f3d0.png b/dist/img-apple-160/1f3d0.png new file mode 100644 index 000000000..50f7e7979 Binary files /dev/null and b/dist/img-apple-160/1f3d0.png differ diff --git a/dist/img-apple-160/1f3d1.png b/dist/img-apple-160/1f3d1.png new file mode 100644 index 000000000..6fa970ce0 Binary files /dev/null and b/dist/img-apple-160/1f3d1.png differ diff --git a/dist/img-apple-160/1f3d2.png b/dist/img-apple-160/1f3d2.png new file mode 100644 index 000000000..a963bcb8d Binary files /dev/null and b/dist/img-apple-160/1f3d2.png differ diff --git a/dist/img-apple-160/1f3d3.png b/dist/img-apple-160/1f3d3.png new file mode 100644 index 000000000..535f66fd7 Binary files /dev/null and b/dist/img-apple-160/1f3d3.png differ diff --git a/dist/img-apple-160/1f3d4-fe0f.png b/dist/img-apple-160/1f3d4-fe0f.png new file mode 100644 index 000000000..8ff623617 Binary files /dev/null and b/dist/img-apple-160/1f3d4-fe0f.png differ diff --git a/dist/img-apple-160/1f3d4.png b/dist/img-apple-160/1f3d4.png new file mode 100644 index 000000000..8ff623617 Binary files /dev/null and b/dist/img-apple-160/1f3d4.png differ diff --git a/dist/img-apple-160/1f3d5-fe0f.png b/dist/img-apple-160/1f3d5-fe0f.png new file mode 100644 index 000000000..3b5b138d0 Binary files /dev/null and b/dist/img-apple-160/1f3d5-fe0f.png differ diff --git a/dist/img-apple-160/1f3d5.png b/dist/img-apple-160/1f3d5.png new file mode 100644 index 000000000..3b5b138d0 Binary files /dev/null and b/dist/img-apple-160/1f3d5.png differ diff --git a/dist/img-apple-160/1f3d6-fe0f.png b/dist/img-apple-160/1f3d6-fe0f.png new file mode 100644 index 000000000..af652fb55 Binary files /dev/null and b/dist/img-apple-160/1f3d6-fe0f.png differ diff --git a/dist/img-apple-160/1f3d6.png b/dist/img-apple-160/1f3d6.png new file mode 100644 index 000000000..af652fb55 Binary files /dev/null and b/dist/img-apple-160/1f3d6.png differ diff --git a/dist/img-apple-160/1f3d7-fe0f.png b/dist/img-apple-160/1f3d7-fe0f.png new file mode 100644 index 000000000..4e8158be9 Binary files /dev/null and b/dist/img-apple-160/1f3d7-fe0f.png differ diff --git a/dist/img-apple-160/1f3d7.png b/dist/img-apple-160/1f3d7.png new file mode 100644 index 000000000..4e8158be9 Binary files /dev/null and b/dist/img-apple-160/1f3d7.png differ diff --git a/dist/img-apple-160/1f3d8-fe0f.png b/dist/img-apple-160/1f3d8-fe0f.png new file mode 100644 index 000000000..df20b27b1 Binary files /dev/null and b/dist/img-apple-160/1f3d8-fe0f.png differ diff --git a/dist/img-apple-160/1f3d8.png b/dist/img-apple-160/1f3d8.png new file mode 100644 index 000000000..df20b27b1 Binary files /dev/null and b/dist/img-apple-160/1f3d8.png differ diff --git a/dist/img-apple-160/1f3d9-fe0f.png b/dist/img-apple-160/1f3d9-fe0f.png new file mode 100644 index 000000000..4ad42e980 Binary files /dev/null and b/dist/img-apple-160/1f3d9-fe0f.png differ diff --git a/dist/img-apple-160/1f3d9.png b/dist/img-apple-160/1f3d9.png new file mode 100644 index 000000000..4ad42e980 Binary files /dev/null and b/dist/img-apple-160/1f3d9.png differ diff --git a/dist/img-apple-160/1f3da-fe0f.png b/dist/img-apple-160/1f3da-fe0f.png new file mode 100644 index 000000000..f407a861b Binary files /dev/null and b/dist/img-apple-160/1f3da-fe0f.png differ diff --git a/dist/img-apple-160/1f3da.png b/dist/img-apple-160/1f3da.png new file mode 100644 index 000000000..f407a861b Binary files /dev/null and b/dist/img-apple-160/1f3da.png differ diff --git a/dist/img-apple-160/1f3db-fe0f.png b/dist/img-apple-160/1f3db-fe0f.png new file mode 100644 index 000000000..6a10955d1 Binary files /dev/null and b/dist/img-apple-160/1f3db-fe0f.png differ diff --git a/dist/img-apple-160/1f3db.png b/dist/img-apple-160/1f3db.png new file mode 100644 index 000000000..6a10955d1 Binary files /dev/null and b/dist/img-apple-160/1f3db.png differ diff --git a/dist/img-apple-160/1f3dc-fe0f.png b/dist/img-apple-160/1f3dc-fe0f.png new file mode 100644 index 000000000..479e98cbb Binary files /dev/null and b/dist/img-apple-160/1f3dc-fe0f.png differ diff --git a/dist/img-apple-160/1f3dc.png b/dist/img-apple-160/1f3dc.png new file mode 100644 index 000000000..479e98cbb Binary files /dev/null and b/dist/img-apple-160/1f3dc.png differ diff --git a/dist/img-apple-160/1f3dd-fe0f.png b/dist/img-apple-160/1f3dd-fe0f.png new file mode 100644 index 000000000..05fc4dc96 Binary files /dev/null and b/dist/img-apple-160/1f3dd-fe0f.png differ diff --git a/dist/img-apple-160/1f3dd.png b/dist/img-apple-160/1f3dd.png new file mode 100644 index 000000000..05fc4dc96 Binary files /dev/null and b/dist/img-apple-160/1f3dd.png differ diff --git a/dist/img-apple-160/1f3de-fe0f.png b/dist/img-apple-160/1f3de-fe0f.png new file mode 100644 index 000000000..87161efb2 Binary files /dev/null and b/dist/img-apple-160/1f3de-fe0f.png differ diff --git a/dist/img-apple-160/1f3de.png b/dist/img-apple-160/1f3de.png new file mode 100644 index 000000000..87161efb2 Binary files /dev/null and b/dist/img-apple-160/1f3de.png differ diff --git a/dist/img-apple-160/1f3df-fe0f.png b/dist/img-apple-160/1f3df-fe0f.png new file mode 100644 index 000000000..14a9dd4c3 Binary files /dev/null and b/dist/img-apple-160/1f3df-fe0f.png differ diff --git a/dist/img-apple-160/1f3df.png b/dist/img-apple-160/1f3df.png new file mode 100644 index 000000000..14a9dd4c3 Binary files /dev/null and b/dist/img-apple-160/1f3df.png differ diff --git a/dist/img-apple-160/1f3e0.png b/dist/img-apple-160/1f3e0.png new file mode 100644 index 000000000..7eb58aaa5 Binary files /dev/null and b/dist/img-apple-160/1f3e0.png differ diff --git a/dist/img-apple-160/1f3e1.png b/dist/img-apple-160/1f3e1.png new file mode 100644 index 000000000..0a4d5c4a5 Binary files /dev/null and b/dist/img-apple-160/1f3e1.png differ diff --git a/dist/img-apple-160/1f3e2.png b/dist/img-apple-160/1f3e2.png new file mode 100644 index 000000000..7b7de3dad Binary files /dev/null and b/dist/img-apple-160/1f3e2.png differ diff --git a/dist/img-apple-160/1f3e3.png b/dist/img-apple-160/1f3e3.png new file mode 100644 index 000000000..57a7f1af3 Binary files /dev/null and b/dist/img-apple-160/1f3e3.png differ diff --git a/dist/img-apple-160/1f3e4.png b/dist/img-apple-160/1f3e4.png new file mode 100644 index 000000000..a227e9c89 Binary files /dev/null and b/dist/img-apple-160/1f3e4.png differ diff --git a/dist/img-apple-160/1f3e5.png b/dist/img-apple-160/1f3e5.png new file mode 100644 index 000000000..c3785f264 Binary files /dev/null and b/dist/img-apple-160/1f3e5.png differ diff --git a/dist/img-apple-160/1f3e6.png b/dist/img-apple-160/1f3e6.png new file mode 100644 index 000000000..be7275c9a Binary files /dev/null and b/dist/img-apple-160/1f3e6.png differ diff --git a/dist/img-apple-160/1f3e7.png b/dist/img-apple-160/1f3e7.png new file mode 100644 index 000000000..afecaa43a Binary files /dev/null and b/dist/img-apple-160/1f3e7.png differ diff --git a/dist/img-apple-160/1f3e8.png b/dist/img-apple-160/1f3e8.png new file mode 100644 index 000000000..26f9f1918 Binary files /dev/null and b/dist/img-apple-160/1f3e8.png differ diff --git a/dist/img-apple-160/1f3e9.png b/dist/img-apple-160/1f3e9.png new file mode 100644 index 000000000..b506003bb Binary files /dev/null and b/dist/img-apple-160/1f3e9.png differ diff --git a/dist/img-apple-160/1f3ea.png b/dist/img-apple-160/1f3ea.png new file mode 100644 index 000000000..f4f471b05 Binary files /dev/null and b/dist/img-apple-160/1f3ea.png differ diff --git a/dist/img-apple-160/1f3eb.png b/dist/img-apple-160/1f3eb.png new file mode 100644 index 000000000..556738388 Binary files /dev/null and b/dist/img-apple-160/1f3eb.png differ diff --git a/dist/img-apple-160/1f3ec.png b/dist/img-apple-160/1f3ec.png new file mode 100644 index 000000000..4fce699a9 Binary files /dev/null and b/dist/img-apple-160/1f3ec.png differ diff --git a/dist/img-apple-160/1f3ed.png b/dist/img-apple-160/1f3ed.png new file mode 100644 index 000000000..6d8f4fdf9 Binary files /dev/null and b/dist/img-apple-160/1f3ed.png differ diff --git a/dist/img-apple-160/1f3ee.png b/dist/img-apple-160/1f3ee.png new file mode 100644 index 000000000..7537b8c73 Binary files /dev/null and b/dist/img-apple-160/1f3ee.png differ diff --git a/dist/img-apple-160/1f3ef.png b/dist/img-apple-160/1f3ef.png new file mode 100644 index 000000000..e6d350d58 Binary files /dev/null and b/dist/img-apple-160/1f3ef.png differ diff --git a/dist/img-apple-160/1f3f0.png b/dist/img-apple-160/1f3f0.png new file mode 100644 index 000000000..6008353bf Binary files /dev/null and b/dist/img-apple-160/1f3f0.png differ diff --git a/dist/img-apple-160/1f3f3-200d-1f308.png b/dist/img-apple-160/1f3f3-200d-1f308.png new file mode 100644 index 000000000..4018af7dd Binary files /dev/null and b/dist/img-apple-160/1f3f3-200d-1f308.png differ diff --git a/dist/img-apple-160/1f3f3-200d-26a7.png b/dist/img-apple-160/1f3f3-200d-26a7.png new file mode 100755 index 000000000..d7ea3c513 Binary files /dev/null and b/dist/img-apple-160/1f3f3-200d-26a7.png differ diff --git a/dist/img-apple-160/1f3f3-fe0f-200d-1f308.png b/dist/img-apple-160/1f3f3-fe0f-200d-1f308.png new file mode 100644 index 000000000..4018af7dd Binary files /dev/null and b/dist/img-apple-160/1f3f3-fe0f-200d-1f308.png differ diff --git a/dist/img-apple-160/1f3f3-fe0f-200d-26a7-fe0f.png b/dist/img-apple-160/1f3f3-fe0f-200d-26a7-fe0f.png new file mode 100755 index 000000000..c96f07049 Binary files /dev/null and b/dist/img-apple-160/1f3f3-fe0f-200d-26a7-fe0f.png differ diff --git a/dist/img-apple-160/1f3f3-fe0f.png b/dist/img-apple-160/1f3f3-fe0f.png new file mode 100644 index 000000000..c9b3c0f81 Binary files /dev/null and b/dist/img-apple-160/1f3f3-fe0f.png differ diff --git a/dist/img-apple-160/1f3f3.png b/dist/img-apple-160/1f3f3.png new file mode 100644 index 000000000..c9b3c0f81 Binary files /dev/null and b/dist/img-apple-160/1f3f3.png differ diff --git a/dist/img-apple-160/1f3f4-200d-2620-fe0f.png b/dist/img-apple-160/1f3f4-200d-2620-fe0f.png new file mode 100644 index 000000000..9dfe05321 Binary files /dev/null and b/dist/img-apple-160/1f3f4-200d-2620-fe0f.png differ diff --git a/dist/img-apple-160/1f3f4-200d-2620.png b/dist/img-apple-160/1f3f4-200d-2620.png new file mode 100644 index 000000000..9dfe05321 Binary files /dev/null and b/dist/img-apple-160/1f3f4-200d-2620.png differ diff --git a/dist/img-apple-160/1f3f4-e0067-e0062-e0065-e006e-e0067-e007f.png b/dist/img-apple-160/1f3f4-e0067-e0062-e0065-e006e-e0067-e007f.png new file mode 100644 index 000000000..7791ea115 Binary files /dev/null and b/dist/img-apple-160/1f3f4-e0067-e0062-e0065-e006e-e0067-e007f.png differ diff --git a/dist/img-apple-160/1f3f4-e0067-e0062-e0073-e0063-e0074-e007f.png b/dist/img-apple-160/1f3f4-e0067-e0062-e0073-e0063-e0074-e007f.png new file mode 100644 index 000000000..136bb7dcc Binary files /dev/null and b/dist/img-apple-160/1f3f4-e0067-e0062-e0073-e0063-e0074-e007f.png differ diff --git a/dist/img-apple-160/1f3f4-e0067-e0062-e0077-e006c-e0073-e007f.png b/dist/img-apple-160/1f3f4-e0067-e0062-e0077-e006c-e0073-e007f.png new file mode 100644 index 000000000..4381910ac Binary files /dev/null and b/dist/img-apple-160/1f3f4-e0067-e0062-e0077-e006c-e0073-e007f.png differ diff --git a/dist/img-apple-160/1f3f4.png b/dist/img-apple-160/1f3f4.png new file mode 100644 index 000000000..be3d1d2d3 Binary files /dev/null and b/dist/img-apple-160/1f3f4.png differ diff --git a/dist/img-apple-160/1f3f5-fe0f.png b/dist/img-apple-160/1f3f5-fe0f.png new file mode 100644 index 000000000..7fbf8cf38 Binary files /dev/null and b/dist/img-apple-160/1f3f5-fe0f.png differ diff --git a/dist/img-apple-160/1f3f5.png b/dist/img-apple-160/1f3f5.png new file mode 100644 index 000000000..7fbf8cf38 Binary files /dev/null and b/dist/img-apple-160/1f3f5.png differ diff --git a/dist/img-apple-160/1f3f7-fe0f.png b/dist/img-apple-160/1f3f7-fe0f.png new file mode 100644 index 000000000..bec7e0a56 Binary files /dev/null and b/dist/img-apple-160/1f3f7-fe0f.png differ diff --git a/dist/img-apple-160/1f3f7.png b/dist/img-apple-160/1f3f7.png new file mode 100644 index 000000000..bec7e0a56 Binary files /dev/null and b/dist/img-apple-160/1f3f7.png differ diff --git a/dist/img-apple-160/1f3f8.png b/dist/img-apple-160/1f3f8.png new file mode 100644 index 000000000..314e01afa Binary files /dev/null and b/dist/img-apple-160/1f3f8.png differ diff --git a/dist/img-apple-160/1f3f9.png b/dist/img-apple-160/1f3f9.png new file mode 100644 index 000000000..066ba7aa2 Binary files /dev/null and b/dist/img-apple-160/1f3f9.png differ diff --git a/dist/img-apple-160/1f3fa.png b/dist/img-apple-160/1f3fa.png new file mode 100644 index 000000000..f682fa81a Binary files /dev/null and b/dist/img-apple-160/1f3fa.png differ diff --git a/dist/img-apple-160/1f3fb.png b/dist/img-apple-160/1f3fb.png new file mode 100644 index 000000000..a8d2ebbef Binary files /dev/null and b/dist/img-apple-160/1f3fb.png differ diff --git a/dist/img-apple-160/1f3fc.png b/dist/img-apple-160/1f3fc.png new file mode 100644 index 000000000..f64e9d2e7 Binary files /dev/null and b/dist/img-apple-160/1f3fc.png differ diff --git a/dist/img-apple-160/1f3fd.png b/dist/img-apple-160/1f3fd.png new file mode 100644 index 000000000..af43d81c0 Binary files /dev/null and b/dist/img-apple-160/1f3fd.png differ diff --git a/dist/img-apple-160/1f3fe.png b/dist/img-apple-160/1f3fe.png new file mode 100644 index 000000000..15b4f9546 Binary files /dev/null and b/dist/img-apple-160/1f3fe.png differ diff --git a/dist/img-apple-160/1f3ff.png b/dist/img-apple-160/1f3ff.png new file mode 100644 index 000000000..a5d784d7a Binary files /dev/null and b/dist/img-apple-160/1f3ff.png differ diff --git a/dist/img-apple-160/1f400.png b/dist/img-apple-160/1f400.png new file mode 100644 index 000000000..39a27aab4 Binary files /dev/null and b/dist/img-apple-160/1f400.png differ diff --git a/dist/img-apple-160/1f401.png b/dist/img-apple-160/1f401.png new file mode 100644 index 000000000..a79873610 Binary files /dev/null and b/dist/img-apple-160/1f401.png differ diff --git a/dist/img-apple-160/1f402.png b/dist/img-apple-160/1f402.png new file mode 100644 index 000000000..359d03223 Binary files /dev/null and b/dist/img-apple-160/1f402.png differ diff --git a/dist/img-apple-160/1f403.png b/dist/img-apple-160/1f403.png new file mode 100644 index 000000000..468ed5a20 Binary files /dev/null and b/dist/img-apple-160/1f403.png differ diff --git a/dist/img-apple-160/1f404.png b/dist/img-apple-160/1f404.png new file mode 100644 index 000000000..ce1a1777b Binary files /dev/null and b/dist/img-apple-160/1f404.png differ diff --git a/dist/img-apple-160/1f405.png b/dist/img-apple-160/1f405.png new file mode 100644 index 000000000..9f7ce0dd9 Binary files /dev/null and b/dist/img-apple-160/1f405.png differ diff --git a/dist/img-apple-160/1f406.png b/dist/img-apple-160/1f406.png new file mode 100644 index 000000000..fd7b13b02 Binary files /dev/null and b/dist/img-apple-160/1f406.png differ diff --git a/dist/img-apple-160/1f407.png b/dist/img-apple-160/1f407.png new file mode 100644 index 000000000..2c176a8ed Binary files /dev/null and b/dist/img-apple-160/1f407.png differ diff --git a/dist/img-apple-160/1f408-200d-2b1b.png b/dist/img-apple-160/1f408-200d-2b1b.png new file mode 100755 index 000000000..b75388634 Binary files /dev/null and b/dist/img-apple-160/1f408-200d-2b1b.png differ diff --git a/dist/img-apple-160/1f408.png b/dist/img-apple-160/1f408.png new file mode 100644 index 000000000..6a201cf88 Binary files /dev/null and b/dist/img-apple-160/1f408.png differ diff --git a/dist/img-apple-160/1f409.png b/dist/img-apple-160/1f409.png new file mode 100644 index 000000000..5264718fc Binary files /dev/null and b/dist/img-apple-160/1f409.png differ diff --git a/dist/img-apple-160/1f40a.png b/dist/img-apple-160/1f40a.png new file mode 100644 index 000000000..25e8ad902 Binary files /dev/null and b/dist/img-apple-160/1f40a.png differ diff --git a/dist/img-apple-160/1f40b.png b/dist/img-apple-160/1f40b.png new file mode 100644 index 000000000..8a415472f Binary files /dev/null and b/dist/img-apple-160/1f40b.png differ diff --git a/dist/img-apple-160/1f40c.png b/dist/img-apple-160/1f40c.png new file mode 100644 index 000000000..1356e4d68 Binary files /dev/null and b/dist/img-apple-160/1f40c.png differ diff --git a/dist/img-apple-160/1f40d.png b/dist/img-apple-160/1f40d.png new file mode 100644 index 000000000..bf4b837a2 Binary files /dev/null and b/dist/img-apple-160/1f40d.png differ diff --git a/dist/img-apple-160/1f40e.png b/dist/img-apple-160/1f40e.png new file mode 100644 index 000000000..6ac5e80b4 Binary files /dev/null and b/dist/img-apple-160/1f40e.png differ diff --git a/dist/img-apple-160/1f40f.png b/dist/img-apple-160/1f40f.png new file mode 100644 index 000000000..8a1f2effb Binary files /dev/null and b/dist/img-apple-160/1f40f.png differ diff --git a/dist/img-apple-160/1f410.png b/dist/img-apple-160/1f410.png new file mode 100644 index 000000000..b3411602b Binary files /dev/null and b/dist/img-apple-160/1f410.png differ diff --git a/dist/img-apple-160/1f411.png b/dist/img-apple-160/1f411.png new file mode 100644 index 000000000..3277ea3d2 Binary files /dev/null and b/dist/img-apple-160/1f411.png differ diff --git a/dist/img-apple-160/1f412.png b/dist/img-apple-160/1f412.png new file mode 100644 index 000000000..177a0aac5 Binary files /dev/null and b/dist/img-apple-160/1f412.png differ diff --git a/dist/img-apple-160/1f413.png b/dist/img-apple-160/1f413.png new file mode 100644 index 000000000..88dfc34c9 Binary files /dev/null and b/dist/img-apple-160/1f413.png differ diff --git a/dist/img-apple-160/1f414.png b/dist/img-apple-160/1f414.png new file mode 100644 index 000000000..4efdb2ef6 Binary files /dev/null and b/dist/img-apple-160/1f414.png differ diff --git a/dist/img-apple-160/1f415-200d-1f9ba.png b/dist/img-apple-160/1f415-200d-1f9ba.png new file mode 100644 index 000000000..ea537b643 Binary files /dev/null and b/dist/img-apple-160/1f415-200d-1f9ba.png differ diff --git a/dist/img-apple-160/1f415.png b/dist/img-apple-160/1f415.png new file mode 100644 index 000000000..5d0b0e85f Binary files /dev/null and b/dist/img-apple-160/1f415.png differ diff --git a/dist/img-apple-160/1f416.png b/dist/img-apple-160/1f416.png new file mode 100644 index 000000000..43db1107e Binary files /dev/null and b/dist/img-apple-160/1f416.png differ diff --git a/dist/img-apple-160/1f417.png b/dist/img-apple-160/1f417.png new file mode 100644 index 000000000..c7aa9fe48 Binary files /dev/null and b/dist/img-apple-160/1f417.png differ diff --git a/dist/img-apple-160/1f418.png b/dist/img-apple-160/1f418.png new file mode 100644 index 000000000..a7f5e308c Binary files /dev/null and b/dist/img-apple-160/1f418.png differ diff --git a/dist/img-apple-160/1f419.png b/dist/img-apple-160/1f419.png new file mode 100644 index 000000000..0c3b72a9d Binary files /dev/null and b/dist/img-apple-160/1f419.png differ diff --git a/dist/img-apple-160/1f41a.png b/dist/img-apple-160/1f41a.png new file mode 100644 index 000000000..6f7b460da Binary files /dev/null and b/dist/img-apple-160/1f41a.png differ diff --git a/dist/img-apple-160/1f41b.png b/dist/img-apple-160/1f41b.png new file mode 100644 index 000000000..cd697e8b9 Binary files /dev/null and b/dist/img-apple-160/1f41b.png differ diff --git a/dist/img-apple-160/1f41c.png b/dist/img-apple-160/1f41c.png new file mode 100644 index 000000000..789952104 Binary files /dev/null and b/dist/img-apple-160/1f41c.png differ diff --git a/dist/img-apple-160/1f41d.png b/dist/img-apple-160/1f41d.png new file mode 100644 index 000000000..ba7270bc7 Binary files /dev/null and b/dist/img-apple-160/1f41d.png differ diff --git a/dist/img-apple-160/1f41e.png b/dist/img-apple-160/1f41e.png new file mode 100644 index 000000000..d8bba6fe4 Binary files /dev/null and b/dist/img-apple-160/1f41e.png differ diff --git a/dist/img-apple-160/1f41f.png b/dist/img-apple-160/1f41f.png new file mode 100644 index 000000000..19946eb0a Binary files /dev/null and b/dist/img-apple-160/1f41f.png differ diff --git a/dist/img-apple-160/1f420.png b/dist/img-apple-160/1f420.png new file mode 100644 index 000000000..e552e77d4 Binary files /dev/null and b/dist/img-apple-160/1f420.png differ diff --git a/dist/img-apple-160/1f421.png b/dist/img-apple-160/1f421.png new file mode 100644 index 000000000..c52672975 Binary files /dev/null and b/dist/img-apple-160/1f421.png differ diff --git a/dist/img-apple-160/1f422.png b/dist/img-apple-160/1f422.png new file mode 100644 index 000000000..cc22f7960 Binary files /dev/null and b/dist/img-apple-160/1f422.png differ diff --git a/dist/img-apple-160/1f423.png b/dist/img-apple-160/1f423.png new file mode 100644 index 000000000..3f86f2c98 Binary files /dev/null and b/dist/img-apple-160/1f423.png differ diff --git a/dist/img-apple-160/1f424.png b/dist/img-apple-160/1f424.png new file mode 100644 index 000000000..f932f7f57 Binary files /dev/null and b/dist/img-apple-160/1f424.png differ diff --git a/dist/img-apple-160/1f425.png b/dist/img-apple-160/1f425.png new file mode 100644 index 000000000..e42aca5b4 Binary files /dev/null and b/dist/img-apple-160/1f425.png differ diff --git a/dist/img-apple-160/1f426.png b/dist/img-apple-160/1f426.png new file mode 100644 index 000000000..c9a6fd99e Binary files /dev/null and b/dist/img-apple-160/1f426.png differ diff --git a/dist/img-apple-160/1f427.png b/dist/img-apple-160/1f427.png new file mode 100644 index 000000000..4ba125998 Binary files /dev/null and b/dist/img-apple-160/1f427.png differ diff --git a/dist/img-apple-160/1f428.png b/dist/img-apple-160/1f428.png new file mode 100644 index 000000000..1c4a1f3b1 Binary files /dev/null and b/dist/img-apple-160/1f428.png differ diff --git a/dist/img-apple-160/1f429.png b/dist/img-apple-160/1f429.png new file mode 100644 index 000000000..eaee030b0 Binary files /dev/null and b/dist/img-apple-160/1f429.png differ diff --git a/dist/img-apple-160/1f42a.png b/dist/img-apple-160/1f42a.png new file mode 100644 index 000000000..046e31fe6 Binary files /dev/null and b/dist/img-apple-160/1f42a.png differ diff --git a/dist/img-apple-160/1f42b.png b/dist/img-apple-160/1f42b.png new file mode 100644 index 000000000..482f9ed0b Binary files /dev/null and b/dist/img-apple-160/1f42b.png differ diff --git a/dist/img-apple-160/1f42c.png b/dist/img-apple-160/1f42c.png new file mode 100644 index 000000000..c230bfab8 Binary files /dev/null and b/dist/img-apple-160/1f42c.png differ diff --git a/dist/img-apple-160/1f42d.png b/dist/img-apple-160/1f42d.png new file mode 100644 index 000000000..43fcd0477 Binary files /dev/null and b/dist/img-apple-160/1f42d.png differ diff --git a/dist/img-apple-160/1f42e.png b/dist/img-apple-160/1f42e.png new file mode 100644 index 000000000..03bec8729 Binary files /dev/null and b/dist/img-apple-160/1f42e.png differ diff --git a/dist/img-apple-160/1f42f.png b/dist/img-apple-160/1f42f.png new file mode 100644 index 000000000..0d64ea3ca Binary files /dev/null and b/dist/img-apple-160/1f42f.png differ diff --git a/dist/img-apple-160/1f430.png b/dist/img-apple-160/1f430.png new file mode 100644 index 000000000..cbe3b1b33 Binary files /dev/null and b/dist/img-apple-160/1f430.png differ diff --git a/dist/img-apple-160/1f431.png b/dist/img-apple-160/1f431.png new file mode 100644 index 000000000..3393132d9 Binary files /dev/null and b/dist/img-apple-160/1f431.png differ diff --git a/dist/img-apple-160/1f432.png b/dist/img-apple-160/1f432.png new file mode 100644 index 000000000..83c8c4164 Binary files /dev/null and b/dist/img-apple-160/1f432.png differ diff --git a/dist/img-apple-160/1f433.png b/dist/img-apple-160/1f433.png new file mode 100644 index 000000000..7b6686b83 Binary files /dev/null and b/dist/img-apple-160/1f433.png differ diff --git a/dist/img-apple-160/1f434.png b/dist/img-apple-160/1f434.png new file mode 100644 index 000000000..41a90cab0 Binary files /dev/null and b/dist/img-apple-160/1f434.png differ diff --git a/dist/img-apple-160/1f435.png b/dist/img-apple-160/1f435.png new file mode 100644 index 000000000..a7f5371ec Binary files /dev/null and b/dist/img-apple-160/1f435.png differ diff --git a/dist/img-apple-160/1f436.png b/dist/img-apple-160/1f436.png new file mode 100644 index 000000000..0088542d8 Binary files /dev/null and b/dist/img-apple-160/1f436.png differ diff --git a/dist/img-apple-160/1f437.png b/dist/img-apple-160/1f437.png new file mode 100644 index 000000000..6648bbf7f Binary files /dev/null and b/dist/img-apple-160/1f437.png differ diff --git a/dist/img-apple-160/1f438.png b/dist/img-apple-160/1f438.png new file mode 100644 index 000000000..c3c4ca679 Binary files /dev/null and b/dist/img-apple-160/1f438.png differ diff --git a/dist/img-apple-160/1f439.png b/dist/img-apple-160/1f439.png new file mode 100644 index 000000000..bfe4c28e1 Binary files /dev/null and b/dist/img-apple-160/1f439.png differ diff --git a/dist/img-apple-160/1f43a.png b/dist/img-apple-160/1f43a.png new file mode 100644 index 000000000..39a453996 Binary files /dev/null and b/dist/img-apple-160/1f43a.png differ diff --git a/dist/img-apple-160/1f43b-200d-2744-fe0f.png b/dist/img-apple-160/1f43b-200d-2744-fe0f.png new file mode 100755 index 000000000..691d542c0 Binary files /dev/null and b/dist/img-apple-160/1f43b-200d-2744-fe0f.png differ diff --git a/dist/img-apple-160/1f43b-200d-2744.png b/dist/img-apple-160/1f43b-200d-2744.png new file mode 100755 index 000000000..691d542c0 Binary files /dev/null and b/dist/img-apple-160/1f43b-200d-2744.png differ diff --git a/dist/img-apple-160/1f43b.png b/dist/img-apple-160/1f43b.png new file mode 100644 index 000000000..58dc22b25 Binary files /dev/null and b/dist/img-apple-160/1f43b.png differ diff --git a/dist/img-apple-160/1f43c.png b/dist/img-apple-160/1f43c.png new file mode 100644 index 000000000..a8a9099da Binary files /dev/null and b/dist/img-apple-160/1f43c.png differ diff --git a/dist/img-apple-160/1f43d.png b/dist/img-apple-160/1f43d.png new file mode 100644 index 000000000..9ba7b4ea9 Binary files /dev/null and b/dist/img-apple-160/1f43d.png differ diff --git a/dist/img-apple-160/1f43e.png b/dist/img-apple-160/1f43e.png new file mode 100644 index 000000000..162c6a28f Binary files /dev/null and b/dist/img-apple-160/1f43e.png differ diff --git a/dist/img-apple-160/1f43f-fe0f.png b/dist/img-apple-160/1f43f-fe0f.png new file mode 100644 index 000000000..fc8fd64cb Binary files /dev/null and b/dist/img-apple-160/1f43f-fe0f.png differ diff --git a/dist/img-apple-160/1f43f.png b/dist/img-apple-160/1f43f.png new file mode 100644 index 000000000..fc8fd64cb Binary files /dev/null and b/dist/img-apple-160/1f43f.png differ diff --git a/dist/img-apple-160/1f440.png b/dist/img-apple-160/1f440.png new file mode 100644 index 000000000..0067984a2 Binary files /dev/null and b/dist/img-apple-160/1f440.png differ diff --git a/dist/img-apple-160/1f441-200d-1f5e8.png b/dist/img-apple-160/1f441-200d-1f5e8.png new file mode 100644 index 000000000..e08118448 Binary files /dev/null and b/dist/img-apple-160/1f441-200d-1f5e8.png differ diff --git a/dist/img-apple-160/1f441-fe0f-200d-1f5e8-fe0f.png b/dist/img-apple-160/1f441-fe0f-200d-1f5e8-fe0f.png new file mode 100644 index 000000000..e08118448 Binary files /dev/null and b/dist/img-apple-160/1f441-fe0f-200d-1f5e8-fe0f.png differ diff --git a/dist/img-apple-160/1f441-fe0f.png b/dist/img-apple-160/1f441-fe0f.png new file mode 100644 index 000000000..29127fad6 Binary files /dev/null and b/dist/img-apple-160/1f441-fe0f.png differ diff --git a/dist/img-apple-160/1f441.png b/dist/img-apple-160/1f441.png new file mode 100644 index 000000000..29127fad6 Binary files /dev/null and b/dist/img-apple-160/1f441.png differ diff --git a/dist/img-apple-160/1f442-1f3fb.png b/dist/img-apple-160/1f442-1f3fb.png new file mode 100644 index 000000000..4c51006c4 Binary files /dev/null and b/dist/img-apple-160/1f442-1f3fb.png differ diff --git a/dist/img-apple-160/1f442-1f3fc.png b/dist/img-apple-160/1f442-1f3fc.png new file mode 100644 index 000000000..8a78bae7f Binary files /dev/null and b/dist/img-apple-160/1f442-1f3fc.png differ diff --git a/dist/img-apple-160/1f442-1f3fd.png b/dist/img-apple-160/1f442-1f3fd.png new file mode 100644 index 000000000..278809ee1 Binary files /dev/null and b/dist/img-apple-160/1f442-1f3fd.png differ diff --git a/dist/img-apple-160/1f442-1f3fe.png b/dist/img-apple-160/1f442-1f3fe.png new file mode 100644 index 000000000..ed9b97c1a Binary files /dev/null and b/dist/img-apple-160/1f442-1f3fe.png differ diff --git a/dist/img-apple-160/1f442-1f3ff.png b/dist/img-apple-160/1f442-1f3ff.png new file mode 100644 index 000000000..b6f1a8ed1 Binary files /dev/null and b/dist/img-apple-160/1f442-1f3ff.png differ diff --git a/dist/img-apple-160/1f442.png b/dist/img-apple-160/1f442.png new file mode 100644 index 000000000..0ba207888 Binary files /dev/null and b/dist/img-apple-160/1f442.png differ diff --git a/dist/img-apple-160/1f443-1f3fb.png b/dist/img-apple-160/1f443-1f3fb.png new file mode 100644 index 000000000..97e6e2b48 Binary files /dev/null and b/dist/img-apple-160/1f443-1f3fb.png differ diff --git a/dist/img-apple-160/1f443-1f3fc.png b/dist/img-apple-160/1f443-1f3fc.png new file mode 100644 index 000000000..017f23b8c Binary files /dev/null and b/dist/img-apple-160/1f443-1f3fc.png differ diff --git a/dist/img-apple-160/1f443-1f3fd.png b/dist/img-apple-160/1f443-1f3fd.png new file mode 100644 index 000000000..cf68a3182 Binary files /dev/null and b/dist/img-apple-160/1f443-1f3fd.png differ diff --git a/dist/img-apple-160/1f443-1f3fe.png b/dist/img-apple-160/1f443-1f3fe.png new file mode 100644 index 000000000..7194aa61c Binary files /dev/null and b/dist/img-apple-160/1f443-1f3fe.png differ diff --git a/dist/img-apple-160/1f443-1f3ff.png b/dist/img-apple-160/1f443-1f3ff.png new file mode 100644 index 000000000..d0ecca9dd Binary files /dev/null and b/dist/img-apple-160/1f443-1f3ff.png differ diff --git a/dist/img-apple-160/1f443.png b/dist/img-apple-160/1f443.png new file mode 100644 index 000000000..3011561f4 Binary files /dev/null and b/dist/img-apple-160/1f443.png differ diff --git a/dist/img-apple-160/1f444.png b/dist/img-apple-160/1f444.png new file mode 100644 index 000000000..d128da2be Binary files /dev/null and b/dist/img-apple-160/1f444.png differ diff --git a/dist/img-apple-160/1f445.png b/dist/img-apple-160/1f445.png new file mode 100644 index 000000000..7982cf75c Binary files /dev/null and b/dist/img-apple-160/1f445.png differ diff --git a/dist/img-apple-160/1f446-1f3fb.png b/dist/img-apple-160/1f446-1f3fb.png new file mode 100644 index 000000000..a9b436c60 Binary files /dev/null and b/dist/img-apple-160/1f446-1f3fb.png differ diff --git a/dist/img-apple-160/1f446-1f3fc.png b/dist/img-apple-160/1f446-1f3fc.png new file mode 100644 index 000000000..0ae33efc9 Binary files /dev/null and b/dist/img-apple-160/1f446-1f3fc.png differ diff --git a/dist/img-apple-160/1f446-1f3fd.png b/dist/img-apple-160/1f446-1f3fd.png new file mode 100644 index 000000000..68f0498e1 Binary files /dev/null and b/dist/img-apple-160/1f446-1f3fd.png differ diff --git a/dist/img-apple-160/1f446-1f3fe.png b/dist/img-apple-160/1f446-1f3fe.png new file mode 100644 index 000000000..b2bd91fbb Binary files /dev/null and b/dist/img-apple-160/1f446-1f3fe.png differ diff --git a/dist/img-apple-160/1f446-1f3ff.png b/dist/img-apple-160/1f446-1f3ff.png new file mode 100644 index 000000000..1b095d007 Binary files /dev/null and b/dist/img-apple-160/1f446-1f3ff.png differ diff --git a/dist/img-apple-160/1f446.png b/dist/img-apple-160/1f446.png new file mode 100644 index 000000000..039c9590f Binary files /dev/null and b/dist/img-apple-160/1f446.png differ diff --git a/dist/img-apple-160/1f447-1f3fb.png b/dist/img-apple-160/1f447-1f3fb.png new file mode 100644 index 000000000..cf2864107 Binary files /dev/null and b/dist/img-apple-160/1f447-1f3fb.png differ diff --git a/dist/img-apple-160/1f447-1f3fc.png b/dist/img-apple-160/1f447-1f3fc.png new file mode 100644 index 000000000..db424a86b Binary files /dev/null and b/dist/img-apple-160/1f447-1f3fc.png differ diff --git a/dist/img-apple-160/1f447-1f3fd.png b/dist/img-apple-160/1f447-1f3fd.png new file mode 100644 index 000000000..98f59e96b Binary files /dev/null and b/dist/img-apple-160/1f447-1f3fd.png differ diff --git a/dist/img-apple-160/1f447-1f3fe.png b/dist/img-apple-160/1f447-1f3fe.png new file mode 100644 index 000000000..bf69afff4 Binary files /dev/null and b/dist/img-apple-160/1f447-1f3fe.png differ diff --git a/dist/img-apple-160/1f447-1f3ff.png b/dist/img-apple-160/1f447-1f3ff.png new file mode 100644 index 000000000..1f7c41651 Binary files /dev/null and b/dist/img-apple-160/1f447-1f3ff.png differ diff --git a/dist/img-apple-160/1f447.png b/dist/img-apple-160/1f447.png new file mode 100644 index 000000000..8afde5698 Binary files /dev/null and b/dist/img-apple-160/1f447.png differ diff --git a/dist/img-apple-160/1f448-1f3fb.png b/dist/img-apple-160/1f448-1f3fb.png new file mode 100644 index 000000000..e17728315 Binary files /dev/null and b/dist/img-apple-160/1f448-1f3fb.png differ diff --git a/dist/img-apple-160/1f448-1f3fc.png b/dist/img-apple-160/1f448-1f3fc.png new file mode 100644 index 000000000..3e64e658d Binary files /dev/null and b/dist/img-apple-160/1f448-1f3fc.png differ diff --git a/dist/img-apple-160/1f448-1f3fd.png b/dist/img-apple-160/1f448-1f3fd.png new file mode 100644 index 000000000..5f9c15155 Binary files /dev/null and b/dist/img-apple-160/1f448-1f3fd.png differ diff --git a/dist/img-apple-160/1f448-1f3fe.png b/dist/img-apple-160/1f448-1f3fe.png new file mode 100644 index 000000000..aab6eb9a7 Binary files /dev/null and b/dist/img-apple-160/1f448-1f3fe.png differ diff --git a/dist/img-apple-160/1f448-1f3ff.png b/dist/img-apple-160/1f448-1f3ff.png new file mode 100644 index 000000000..3f8da3899 Binary files /dev/null and b/dist/img-apple-160/1f448-1f3ff.png differ diff --git a/dist/img-apple-160/1f448.png b/dist/img-apple-160/1f448.png new file mode 100644 index 000000000..edc535aa7 Binary files /dev/null and b/dist/img-apple-160/1f448.png differ diff --git a/dist/img-apple-160/1f449-1f3fb.png b/dist/img-apple-160/1f449-1f3fb.png new file mode 100644 index 000000000..8e707a5fd Binary files /dev/null and b/dist/img-apple-160/1f449-1f3fb.png differ diff --git a/dist/img-apple-160/1f449-1f3fc.png b/dist/img-apple-160/1f449-1f3fc.png new file mode 100644 index 000000000..82b4ddcd0 Binary files /dev/null and b/dist/img-apple-160/1f449-1f3fc.png differ diff --git a/dist/img-apple-160/1f449-1f3fd.png b/dist/img-apple-160/1f449-1f3fd.png new file mode 100644 index 000000000..5147942c5 Binary files /dev/null and b/dist/img-apple-160/1f449-1f3fd.png differ diff --git a/dist/img-apple-160/1f449-1f3fe.png b/dist/img-apple-160/1f449-1f3fe.png new file mode 100644 index 000000000..053e058a0 Binary files /dev/null and b/dist/img-apple-160/1f449-1f3fe.png differ diff --git a/dist/img-apple-160/1f449-1f3ff.png b/dist/img-apple-160/1f449-1f3ff.png new file mode 100644 index 000000000..013564f1c Binary files /dev/null and b/dist/img-apple-160/1f449-1f3ff.png differ diff --git a/dist/img-apple-160/1f449.png b/dist/img-apple-160/1f449.png new file mode 100644 index 000000000..ececf64fa Binary files /dev/null and b/dist/img-apple-160/1f449.png differ diff --git a/dist/img-apple-160/1f44a-1f3fb.png b/dist/img-apple-160/1f44a-1f3fb.png new file mode 100644 index 000000000..d44c190ab Binary files /dev/null and b/dist/img-apple-160/1f44a-1f3fb.png differ diff --git a/dist/img-apple-160/1f44a-1f3fc.png b/dist/img-apple-160/1f44a-1f3fc.png new file mode 100644 index 000000000..53988ce08 Binary files /dev/null and b/dist/img-apple-160/1f44a-1f3fc.png differ diff --git a/dist/img-apple-160/1f44a-1f3fd.png b/dist/img-apple-160/1f44a-1f3fd.png new file mode 100644 index 000000000..1a4e99b93 Binary files /dev/null and b/dist/img-apple-160/1f44a-1f3fd.png differ diff --git a/dist/img-apple-160/1f44a-1f3fe.png b/dist/img-apple-160/1f44a-1f3fe.png new file mode 100644 index 000000000..8530fe6ae Binary files /dev/null and b/dist/img-apple-160/1f44a-1f3fe.png differ diff --git a/dist/img-apple-160/1f44a-1f3ff.png b/dist/img-apple-160/1f44a-1f3ff.png new file mode 100644 index 000000000..b93f6b6a4 Binary files /dev/null and b/dist/img-apple-160/1f44a-1f3ff.png differ diff --git a/dist/img-apple-160/1f44a.png b/dist/img-apple-160/1f44a.png new file mode 100644 index 000000000..7668020de Binary files /dev/null and b/dist/img-apple-160/1f44a.png differ diff --git a/dist/img-apple-160/1f44b-1f3fb.png b/dist/img-apple-160/1f44b-1f3fb.png new file mode 100644 index 000000000..4f4dcd2e5 Binary files /dev/null and b/dist/img-apple-160/1f44b-1f3fb.png differ diff --git a/dist/img-apple-160/1f44b-1f3fc.png b/dist/img-apple-160/1f44b-1f3fc.png new file mode 100644 index 000000000..7722070f6 Binary files /dev/null and b/dist/img-apple-160/1f44b-1f3fc.png differ diff --git a/dist/img-apple-160/1f44b-1f3fd.png b/dist/img-apple-160/1f44b-1f3fd.png new file mode 100644 index 000000000..8c07ffb90 Binary files /dev/null and b/dist/img-apple-160/1f44b-1f3fd.png differ diff --git a/dist/img-apple-160/1f44b-1f3fe.png b/dist/img-apple-160/1f44b-1f3fe.png new file mode 100644 index 000000000..24c28f857 Binary files /dev/null and b/dist/img-apple-160/1f44b-1f3fe.png differ diff --git a/dist/img-apple-160/1f44b-1f3ff.png b/dist/img-apple-160/1f44b-1f3ff.png new file mode 100644 index 000000000..89110a6ee Binary files /dev/null and b/dist/img-apple-160/1f44b-1f3ff.png differ diff --git a/dist/img-apple-160/1f44b.png b/dist/img-apple-160/1f44b.png new file mode 100644 index 000000000..9017b4b5a Binary files /dev/null and b/dist/img-apple-160/1f44b.png differ diff --git a/dist/img-apple-160/1f44c-1f3fb.png b/dist/img-apple-160/1f44c-1f3fb.png new file mode 100644 index 000000000..9397504d5 Binary files /dev/null and b/dist/img-apple-160/1f44c-1f3fb.png differ diff --git a/dist/img-apple-160/1f44c-1f3fc.png b/dist/img-apple-160/1f44c-1f3fc.png new file mode 100644 index 000000000..6603b9a03 Binary files /dev/null and b/dist/img-apple-160/1f44c-1f3fc.png differ diff --git a/dist/img-apple-160/1f44c-1f3fd.png b/dist/img-apple-160/1f44c-1f3fd.png new file mode 100644 index 000000000..63307463d Binary files /dev/null and b/dist/img-apple-160/1f44c-1f3fd.png differ diff --git a/dist/img-apple-160/1f44c-1f3fe.png b/dist/img-apple-160/1f44c-1f3fe.png new file mode 100644 index 000000000..f521e869f Binary files /dev/null and b/dist/img-apple-160/1f44c-1f3fe.png differ diff --git a/dist/img-apple-160/1f44c-1f3ff.png b/dist/img-apple-160/1f44c-1f3ff.png new file mode 100644 index 000000000..302261e3c Binary files /dev/null and b/dist/img-apple-160/1f44c-1f3ff.png differ diff --git a/dist/img-apple-160/1f44c.png b/dist/img-apple-160/1f44c.png new file mode 100644 index 000000000..df0fab6bb Binary files /dev/null and b/dist/img-apple-160/1f44c.png differ diff --git a/dist/img-apple-160/1f44d-1f3fb.png b/dist/img-apple-160/1f44d-1f3fb.png new file mode 100644 index 000000000..5b7a0dc49 Binary files /dev/null and b/dist/img-apple-160/1f44d-1f3fb.png differ diff --git a/dist/img-apple-160/1f44d-1f3fc.png b/dist/img-apple-160/1f44d-1f3fc.png new file mode 100644 index 000000000..1e1665548 Binary files /dev/null and b/dist/img-apple-160/1f44d-1f3fc.png differ diff --git a/dist/img-apple-160/1f44d-1f3fd.png b/dist/img-apple-160/1f44d-1f3fd.png new file mode 100644 index 000000000..94f070e9e Binary files /dev/null and b/dist/img-apple-160/1f44d-1f3fd.png differ diff --git a/dist/img-apple-160/1f44d-1f3fe.png b/dist/img-apple-160/1f44d-1f3fe.png new file mode 100644 index 000000000..add0e525c Binary files /dev/null and b/dist/img-apple-160/1f44d-1f3fe.png differ diff --git a/dist/img-apple-160/1f44d-1f3ff.png b/dist/img-apple-160/1f44d-1f3ff.png new file mode 100644 index 000000000..7bcb58bfc Binary files /dev/null and b/dist/img-apple-160/1f44d-1f3ff.png differ diff --git a/dist/img-apple-160/1f44d.png b/dist/img-apple-160/1f44d.png new file mode 100644 index 000000000..3d89a7454 Binary files /dev/null and b/dist/img-apple-160/1f44d.png differ diff --git a/dist/img-apple-160/1f44e-1f3fb.png b/dist/img-apple-160/1f44e-1f3fb.png new file mode 100644 index 000000000..9c4870156 Binary files /dev/null and b/dist/img-apple-160/1f44e-1f3fb.png differ diff --git a/dist/img-apple-160/1f44e-1f3fc.png b/dist/img-apple-160/1f44e-1f3fc.png new file mode 100644 index 000000000..45d7c08a7 Binary files /dev/null and b/dist/img-apple-160/1f44e-1f3fc.png differ diff --git a/dist/img-apple-160/1f44e-1f3fd.png b/dist/img-apple-160/1f44e-1f3fd.png new file mode 100644 index 000000000..75877161c Binary files /dev/null and b/dist/img-apple-160/1f44e-1f3fd.png differ diff --git a/dist/img-apple-160/1f44e-1f3fe.png b/dist/img-apple-160/1f44e-1f3fe.png new file mode 100644 index 000000000..8d8565394 Binary files /dev/null and b/dist/img-apple-160/1f44e-1f3fe.png differ diff --git a/dist/img-apple-160/1f44e-1f3ff.png b/dist/img-apple-160/1f44e-1f3ff.png new file mode 100644 index 000000000..82f91d304 Binary files /dev/null and b/dist/img-apple-160/1f44e-1f3ff.png differ diff --git a/dist/img-apple-160/1f44e.png b/dist/img-apple-160/1f44e.png new file mode 100644 index 000000000..1b258e3bb Binary files /dev/null and b/dist/img-apple-160/1f44e.png differ diff --git a/dist/img-apple-160/1f44f-1f3fb.png b/dist/img-apple-160/1f44f-1f3fb.png new file mode 100644 index 000000000..dd676022a Binary files /dev/null and b/dist/img-apple-160/1f44f-1f3fb.png differ diff --git a/dist/img-apple-160/1f44f-1f3fc.png b/dist/img-apple-160/1f44f-1f3fc.png new file mode 100644 index 000000000..1d6566a83 Binary files /dev/null and b/dist/img-apple-160/1f44f-1f3fc.png differ diff --git a/dist/img-apple-160/1f44f-1f3fd.png b/dist/img-apple-160/1f44f-1f3fd.png new file mode 100644 index 000000000..0fc4d518e Binary files /dev/null and b/dist/img-apple-160/1f44f-1f3fd.png differ diff --git a/dist/img-apple-160/1f44f-1f3fe.png b/dist/img-apple-160/1f44f-1f3fe.png new file mode 100644 index 000000000..638b38687 Binary files /dev/null and b/dist/img-apple-160/1f44f-1f3fe.png differ diff --git a/dist/img-apple-160/1f44f-1f3ff.png b/dist/img-apple-160/1f44f-1f3ff.png new file mode 100644 index 000000000..ce326a0f7 Binary files /dev/null and b/dist/img-apple-160/1f44f-1f3ff.png differ diff --git a/dist/img-apple-160/1f44f.png b/dist/img-apple-160/1f44f.png new file mode 100644 index 000000000..2c44d753e Binary files /dev/null and b/dist/img-apple-160/1f44f.png differ diff --git a/dist/img-apple-160/1f450-1f3fb.png b/dist/img-apple-160/1f450-1f3fb.png new file mode 100644 index 000000000..301cb4013 Binary files /dev/null and b/dist/img-apple-160/1f450-1f3fb.png differ diff --git a/dist/img-apple-160/1f450-1f3fc.png b/dist/img-apple-160/1f450-1f3fc.png new file mode 100644 index 000000000..2787dba9e Binary files /dev/null and b/dist/img-apple-160/1f450-1f3fc.png differ diff --git a/dist/img-apple-160/1f450-1f3fd.png b/dist/img-apple-160/1f450-1f3fd.png new file mode 100644 index 000000000..2ad885717 Binary files /dev/null and b/dist/img-apple-160/1f450-1f3fd.png differ diff --git a/dist/img-apple-160/1f450-1f3fe.png b/dist/img-apple-160/1f450-1f3fe.png new file mode 100644 index 000000000..7e2e6a346 Binary files /dev/null and b/dist/img-apple-160/1f450-1f3fe.png differ diff --git a/dist/img-apple-160/1f450-1f3ff.png b/dist/img-apple-160/1f450-1f3ff.png new file mode 100644 index 000000000..b7765c70e Binary files /dev/null and b/dist/img-apple-160/1f450-1f3ff.png differ diff --git a/dist/img-apple-160/1f450.png b/dist/img-apple-160/1f450.png new file mode 100644 index 000000000..1c20d0659 Binary files /dev/null and b/dist/img-apple-160/1f450.png differ diff --git a/dist/img-apple-160/1f451.png b/dist/img-apple-160/1f451.png new file mode 100644 index 000000000..f6542aee4 Binary files /dev/null and b/dist/img-apple-160/1f451.png differ diff --git a/dist/img-apple-160/1f452.png b/dist/img-apple-160/1f452.png new file mode 100644 index 000000000..38c4fdee1 Binary files /dev/null and b/dist/img-apple-160/1f452.png differ diff --git a/dist/img-apple-160/1f453.png b/dist/img-apple-160/1f453.png new file mode 100644 index 000000000..36f9d1300 Binary files /dev/null and b/dist/img-apple-160/1f453.png differ diff --git a/dist/img-apple-160/1f454.png b/dist/img-apple-160/1f454.png new file mode 100644 index 000000000..2c69e10ae Binary files /dev/null and b/dist/img-apple-160/1f454.png differ diff --git a/dist/img-apple-160/1f455.png b/dist/img-apple-160/1f455.png new file mode 100644 index 000000000..6409a9a60 Binary files /dev/null and b/dist/img-apple-160/1f455.png differ diff --git a/dist/img-apple-160/1f456.png b/dist/img-apple-160/1f456.png new file mode 100644 index 000000000..d665bd863 Binary files /dev/null and b/dist/img-apple-160/1f456.png differ diff --git a/dist/img-apple-160/1f457.png b/dist/img-apple-160/1f457.png new file mode 100644 index 000000000..6be8e3e59 Binary files /dev/null and b/dist/img-apple-160/1f457.png differ diff --git a/dist/img-apple-160/1f458.png b/dist/img-apple-160/1f458.png new file mode 100644 index 000000000..1f099f0c8 Binary files /dev/null and b/dist/img-apple-160/1f458.png differ diff --git a/dist/img-apple-160/1f459.png b/dist/img-apple-160/1f459.png new file mode 100644 index 000000000..a33a50f69 Binary files /dev/null and b/dist/img-apple-160/1f459.png differ diff --git a/dist/img-apple-160/1f45a.png b/dist/img-apple-160/1f45a.png new file mode 100644 index 000000000..d680ee789 Binary files /dev/null and b/dist/img-apple-160/1f45a.png differ diff --git a/dist/img-apple-160/1f45b.png b/dist/img-apple-160/1f45b.png new file mode 100644 index 000000000..271481a27 Binary files /dev/null and b/dist/img-apple-160/1f45b.png differ diff --git a/dist/img-apple-160/1f45c.png b/dist/img-apple-160/1f45c.png new file mode 100644 index 000000000..0a5cae9fc Binary files /dev/null and b/dist/img-apple-160/1f45c.png differ diff --git a/dist/img-apple-160/1f45d.png b/dist/img-apple-160/1f45d.png new file mode 100644 index 000000000..37b82ab12 Binary files /dev/null and b/dist/img-apple-160/1f45d.png differ diff --git a/dist/img-apple-160/1f45e.png b/dist/img-apple-160/1f45e.png new file mode 100644 index 000000000..e0f56d160 Binary files /dev/null and b/dist/img-apple-160/1f45e.png differ diff --git a/dist/img-apple-160/1f45f.png b/dist/img-apple-160/1f45f.png new file mode 100644 index 000000000..32e3fbe58 Binary files /dev/null and b/dist/img-apple-160/1f45f.png differ diff --git a/dist/img-apple-160/1f460.png b/dist/img-apple-160/1f460.png new file mode 100644 index 000000000..8c734dc04 Binary files /dev/null and b/dist/img-apple-160/1f460.png differ diff --git a/dist/img-apple-160/1f461.png b/dist/img-apple-160/1f461.png new file mode 100644 index 000000000..e99692e6c Binary files /dev/null and b/dist/img-apple-160/1f461.png differ diff --git a/dist/img-apple-160/1f462.png b/dist/img-apple-160/1f462.png new file mode 100644 index 000000000..7f5261322 Binary files /dev/null and b/dist/img-apple-160/1f462.png differ diff --git a/dist/img-apple-160/1f463.png b/dist/img-apple-160/1f463.png new file mode 100644 index 000000000..ee4fd97ca Binary files /dev/null and b/dist/img-apple-160/1f463.png differ diff --git a/dist/img-apple-160/1f464.png b/dist/img-apple-160/1f464.png new file mode 100644 index 000000000..767e5442f Binary files /dev/null and b/dist/img-apple-160/1f464.png differ diff --git a/dist/img-apple-160/1f465.png b/dist/img-apple-160/1f465.png new file mode 100644 index 000000000..9375db12c Binary files /dev/null and b/dist/img-apple-160/1f465.png differ diff --git a/dist/img-apple-160/1f466-1f3fb.png b/dist/img-apple-160/1f466-1f3fb.png new file mode 100644 index 000000000..49f52c3c9 Binary files /dev/null and b/dist/img-apple-160/1f466-1f3fb.png differ diff --git a/dist/img-apple-160/1f466-1f3fc.png b/dist/img-apple-160/1f466-1f3fc.png new file mode 100644 index 000000000..def01aad7 Binary files /dev/null and b/dist/img-apple-160/1f466-1f3fc.png differ diff --git a/dist/img-apple-160/1f466-1f3fd.png b/dist/img-apple-160/1f466-1f3fd.png new file mode 100644 index 000000000..1d08aa32b Binary files /dev/null and b/dist/img-apple-160/1f466-1f3fd.png differ diff --git a/dist/img-apple-160/1f466-1f3fe.png b/dist/img-apple-160/1f466-1f3fe.png new file mode 100644 index 000000000..31756b179 Binary files /dev/null and b/dist/img-apple-160/1f466-1f3fe.png differ diff --git a/dist/img-apple-160/1f466-1f3ff.png b/dist/img-apple-160/1f466-1f3ff.png new file mode 100644 index 000000000..1dbf004fb Binary files /dev/null and b/dist/img-apple-160/1f466-1f3ff.png differ diff --git a/dist/img-apple-160/1f466.png b/dist/img-apple-160/1f466.png new file mode 100644 index 000000000..46f68b86b Binary files /dev/null and b/dist/img-apple-160/1f466.png differ diff --git a/dist/img-apple-160/1f467-1f3fb.png b/dist/img-apple-160/1f467-1f3fb.png new file mode 100644 index 000000000..420963691 Binary files /dev/null and b/dist/img-apple-160/1f467-1f3fb.png differ diff --git a/dist/img-apple-160/1f467-1f3fc.png b/dist/img-apple-160/1f467-1f3fc.png new file mode 100644 index 000000000..bc8ad343b Binary files /dev/null and b/dist/img-apple-160/1f467-1f3fc.png differ diff --git a/dist/img-apple-160/1f467-1f3fd.png b/dist/img-apple-160/1f467-1f3fd.png new file mode 100644 index 000000000..52f9328fb Binary files /dev/null and b/dist/img-apple-160/1f467-1f3fd.png differ diff --git a/dist/img-apple-160/1f467-1f3fe.png b/dist/img-apple-160/1f467-1f3fe.png new file mode 100644 index 000000000..028b72cc1 Binary files /dev/null and b/dist/img-apple-160/1f467-1f3fe.png differ diff --git a/dist/img-apple-160/1f467-1f3ff.png b/dist/img-apple-160/1f467-1f3ff.png new file mode 100644 index 000000000..1a014e73f Binary files /dev/null and b/dist/img-apple-160/1f467-1f3ff.png differ diff --git a/dist/img-apple-160/1f467.png b/dist/img-apple-160/1f467.png new file mode 100644 index 000000000..a6545ea95 Binary files /dev/null and b/dist/img-apple-160/1f467.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f33e.png b/dist/img-apple-160/1f468-1f3fb-200d-1f33e.png new file mode 100644 index 000000000..60bd42fb1 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f33e.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f373.png b/dist/img-apple-160/1f468-1f3fb-200d-1f373.png new file mode 100644 index 000000000..b92e968b8 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f373.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f37c.png b/dist/img-apple-160/1f468-1f3fb-200d-1f37c.png new file mode 100755 index 000000000..2a20790d4 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f37c.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f393.png b/dist/img-apple-160/1f468-1f3fb-200d-1f393.png new file mode 100644 index 000000000..0d428c350 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f393.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f3a4.png b/dist/img-apple-160/1f468-1f3fb-200d-1f3a4.png new file mode 100644 index 000000000..131142749 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f3a4.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f3a8.png b/dist/img-apple-160/1f468-1f3fb-200d-1f3a8.png new file mode 100644 index 000000000..06ca9114d Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f3a8.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f3eb.png b/dist/img-apple-160/1f468-1f3fb-200d-1f3eb.png new file mode 100644 index 000000000..c487e1ecb Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f3eb.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f3ed.png b/dist/img-apple-160/1f468-1f3fb-200d-1f3ed.png new file mode 100644 index 000000000..beaaecc0a Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f3ed.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f4bb.png b/dist/img-apple-160/1f468-1f3fb-200d-1f4bb.png new file mode 100644 index 000000000..b3283688c Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f4bb.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f4bc.png b/dist/img-apple-160/1f468-1f3fb-200d-1f4bc.png new file mode 100644 index 000000000..ebfe5b310 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f4bc.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f527.png b/dist/img-apple-160/1f468-1f3fb-200d-1f527.png new file mode 100644 index 000000000..161a43eb9 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f527.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f52c.png b/dist/img-apple-160/1f468-1f3fb-200d-1f52c.png new file mode 100644 index 000000000..71dfe5c91 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f52c.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f680.png b/dist/img-apple-160/1f468-1f3fb-200d-1f680.png new file mode 100644 index 000000000..16502cbe6 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f680.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f692.png b/dist/img-apple-160/1f468-1f3fb-200d-1f692.png new file mode 100644 index 000000000..d37066c5d Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f692.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fc.png b/dist/img-apple-160/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fc.png new file mode 100644 index 000000000..808175721 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fc.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fd.png b/dist/img-apple-160/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fd.png new file mode 100644 index 000000000..77b6f2e31 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fd.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fe.png b/dist/img-apple-160/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fe.png new file mode 100644 index 000000000..cc91e4487 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fe.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f91d-200d-1f468-1f3ff.png b/dist/img-apple-160/1f468-1f3fb-200d-1f91d-200d-1f468-1f3ff.png new file mode 100644 index 000000000..25843825b Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f91d-200d-1f468-1f3ff.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f9af.png b/dist/img-apple-160/1f468-1f3fb-200d-1f9af.png new file mode 100644 index 000000000..5e8c26245 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f9af.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f9b0.png b/dist/img-apple-160/1f468-1f3fb-200d-1f9b0.png new file mode 100644 index 000000000..226d66129 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f9b0.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f9b1.png b/dist/img-apple-160/1f468-1f3fb-200d-1f9b1.png new file mode 100644 index 000000000..044cc2090 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f9b1.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f9b2.png b/dist/img-apple-160/1f468-1f3fb-200d-1f9b2.png new file mode 100644 index 000000000..1982595ad Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f9b2.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f9b3.png b/dist/img-apple-160/1f468-1f3fb-200d-1f9b3.png new file mode 100644 index 000000000..beab22b90 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f9b3.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f9bc.png b/dist/img-apple-160/1f468-1f3fb-200d-1f9bc.png new file mode 100644 index 000000000..2dbeed4b1 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f9bc.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-1f9bd.png b/dist/img-apple-160/1f468-1f3fb-200d-1f9bd.png new file mode 100644 index 000000000..4e422159c Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-1f9bd.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-2695-fe0f.png b/dist/img-apple-160/1f468-1f3fb-200d-2695-fe0f.png new file mode 100644 index 000000000..49e66c116 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-2695-fe0f.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-2695.png b/dist/img-apple-160/1f468-1f3fb-200d-2695.png new file mode 100644 index 000000000..49e66c116 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-2695.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-2696-fe0f.png b/dist/img-apple-160/1f468-1f3fb-200d-2696-fe0f.png new file mode 100644 index 000000000..1658de672 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-2696-fe0f.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-2696.png b/dist/img-apple-160/1f468-1f3fb-200d-2696.png new file mode 100644 index 000000000..1658de672 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-2696.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-2708-fe0f.png b/dist/img-apple-160/1f468-1f3fb-200d-2708-fe0f.png new file mode 100644 index 000000000..8fb155dc7 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-2708-fe0f.png differ diff --git a/dist/img-apple-160/1f468-1f3fb-200d-2708.png b/dist/img-apple-160/1f468-1f3fb-200d-2708.png new file mode 100644 index 000000000..8fb155dc7 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb-200d-2708.png differ diff --git a/dist/img-apple-160/1f468-1f3fb.png b/dist/img-apple-160/1f468-1f3fb.png new file mode 100644 index 000000000..81eec8af1 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fb.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f33e.png b/dist/img-apple-160/1f468-1f3fc-200d-1f33e.png new file mode 100644 index 000000000..19c674ad0 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f33e.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f373.png b/dist/img-apple-160/1f468-1f3fc-200d-1f373.png new file mode 100644 index 000000000..409c530b3 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f373.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f37c.png b/dist/img-apple-160/1f468-1f3fc-200d-1f37c.png new file mode 100755 index 000000000..8933b1e61 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f37c.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f393.png b/dist/img-apple-160/1f468-1f3fc-200d-1f393.png new file mode 100644 index 000000000..58229668f Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f393.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f3a4.png b/dist/img-apple-160/1f468-1f3fc-200d-1f3a4.png new file mode 100644 index 000000000..63cdd0657 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f3a4.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f3a8.png b/dist/img-apple-160/1f468-1f3fc-200d-1f3a8.png new file mode 100644 index 000000000..5f99b1535 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f3a8.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f3eb.png b/dist/img-apple-160/1f468-1f3fc-200d-1f3eb.png new file mode 100644 index 000000000..8e24fb88a Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f3eb.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f3ed.png b/dist/img-apple-160/1f468-1f3fc-200d-1f3ed.png new file mode 100644 index 000000000..d6888006d Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f3ed.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f4bb.png b/dist/img-apple-160/1f468-1f3fc-200d-1f4bb.png new file mode 100644 index 000000000..289bb0613 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f4bb.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f4bc.png b/dist/img-apple-160/1f468-1f3fc-200d-1f4bc.png new file mode 100644 index 000000000..b3e1ae1ae Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f4bc.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f527.png b/dist/img-apple-160/1f468-1f3fc-200d-1f527.png new file mode 100644 index 000000000..61d99afc0 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f527.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f52c.png b/dist/img-apple-160/1f468-1f3fc-200d-1f52c.png new file mode 100644 index 000000000..da9b04026 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f52c.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f680.png b/dist/img-apple-160/1f468-1f3fc-200d-1f680.png new file mode 100644 index 000000000..bbe8416d2 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f680.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f692.png b/dist/img-apple-160/1f468-1f3fc-200d-1f692.png new file mode 100644 index 000000000..5db81b790 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f692.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fb.png b/dist/img-apple-160/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fb.png new file mode 100644 index 000000000..314ea9dbf Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fb.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fd.png b/dist/img-apple-160/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fd.png new file mode 100644 index 000000000..c6af97d95 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fd.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fe.png b/dist/img-apple-160/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fe.png new file mode 100644 index 000000000..395268946 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fe.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f91d-200d-1f468-1f3ff.png b/dist/img-apple-160/1f468-1f3fc-200d-1f91d-200d-1f468-1f3ff.png new file mode 100644 index 000000000..b85a8331b Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f91d-200d-1f468-1f3ff.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f9af.png b/dist/img-apple-160/1f468-1f3fc-200d-1f9af.png new file mode 100644 index 000000000..58b1b501c Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f9af.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f9b0.png b/dist/img-apple-160/1f468-1f3fc-200d-1f9b0.png new file mode 100644 index 000000000..5b53ad9fa Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f9b0.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f9b1.png b/dist/img-apple-160/1f468-1f3fc-200d-1f9b1.png new file mode 100644 index 000000000..7738113d0 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f9b1.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f9b2.png b/dist/img-apple-160/1f468-1f3fc-200d-1f9b2.png new file mode 100644 index 000000000..4643ca602 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f9b2.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f9b3.png b/dist/img-apple-160/1f468-1f3fc-200d-1f9b3.png new file mode 100644 index 000000000..32ef73c1d Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f9b3.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f9bc.png b/dist/img-apple-160/1f468-1f3fc-200d-1f9bc.png new file mode 100644 index 000000000..e0f4b09e3 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f9bc.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-1f9bd.png b/dist/img-apple-160/1f468-1f3fc-200d-1f9bd.png new file mode 100644 index 000000000..f403812fb Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-1f9bd.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-2695-fe0f.png b/dist/img-apple-160/1f468-1f3fc-200d-2695-fe0f.png new file mode 100644 index 000000000..c34d4a330 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-2695-fe0f.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-2695.png b/dist/img-apple-160/1f468-1f3fc-200d-2695.png new file mode 100644 index 000000000..c34d4a330 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-2695.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-2696-fe0f.png b/dist/img-apple-160/1f468-1f3fc-200d-2696-fe0f.png new file mode 100644 index 000000000..9b081f3fd Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-2696-fe0f.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-2696.png b/dist/img-apple-160/1f468-1f3fc-200d-2696.png new file mode 100644 index 000000000..9b081f3fd Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-2696.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-2708-fe0f.png b/dist/img-apple-160/1f468-1f3fc-200d-2708-fe0f.png new file mode 100644 index 000000000..975ffb527 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-2708-fe0f.png differ diff --git a/dist/img-apple-160/1f468-1f3fc-200d-2708.png b/dist/img-apple-160/1f468-1f3fc-200d-2708.png new file mode 100644 index 000000000..975ffb527 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc-200d-2708.png differ diff --git a/dist/img-apple-160/1f468-1f3fc.png b/dist/img-apple-160/1f468-1f3fc.png new file mode 100644 index 000000000..13cffd8b2 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fc.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f33e.png b/dist/img-apple-160/1f468-1f3fd-200d-1f33e.png new file mode 100644 index 000000000..9cb3071d0 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f33e.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f373.png b/dist/img-apple-160/1f468-1f3fd-200d-1f373.png new file mode 100644 index 000000000..d113b2272 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f373.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f37c.png b/dist/img-apple-160/1f468-1f3fd-200d-1f37c.png new file mode 100755 index 000000000..4020a8bfa Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f37c.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f393.png b/dist/img-apple-160/1f468-1f3fd-200d-1f393.png new file mode 100644 index 000000000..bc76a0aab Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f393.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f3a4.png b/dist/img-apple-160/1f468-1f3fd-200d-1f3a4.png new file mode 100644 index 000000000..9f7197a7d Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f3a4.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f3a8.png b/dist/img-apple-160/1f468-1f3fd-200d-1f3a8.png new file mode 100644 index 000000000..eebb070ce Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f3a8.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f3eb.png b/dist/img-apple-160/1f468-1f3fd-200d-1f3eb.png new file mode 100644 index 000000000..ec5a580aa Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f3eb.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f3ed.png b/dist/img-apple-160/1f468-1f3fd-200d-1f3ed.png new file mode 100644 index 000000000..0c7c6e04b Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f3ed.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f4bb.png b/dist/img-apple-160/1f468-1f3fd-200d-1f4bb.png new file mode 100644 index 000000000..7fcd395c5 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f4bb.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f4bc.png b/dist/img-apple-160/1f468-1f3fd-200d-1f4bc.png new file mode 100644 index 000000000..647009183 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f4bc.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f527.png b/dist/img-apple-160/1f468-1f3fd-200d-1f527.png new file mode 100644 index 000000000..b778df982 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f527.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f52c.png b/dist/img-apple-160/1f468-1f3fd-200d-1f52c.png new file mode 100644 index 000000000..7456d3fe1 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f52c.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f680.png b/dist/img-apple-160/1f468-1f3fd-200d-1f680.png new file mode 100644 index 000000000..6dc6c87f1 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f680.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f692.png b/dist/img-apple-160/1f468-1f3fd-200d-1f692.png new file mode 100644 index 000000000..59afb577c Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f692.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fb.png b/dist/img-apple-160/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fb.png new file mode 100644 index 000000000..b7b63777a Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fb.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fc.png b/dist/img-apple-160/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fc.png new file mode 100644 index 000000000..fc98779d2 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fc.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fe.png b/dist/img-apple-160/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fe.png new file mode 100644 index 000000000..c6f8b5afd Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fe.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f91d-200d-1f468-1f3ff.png b/dist/img-apple-160/1f468-1f3fd-200d-1f91d-200d-1f468-1f3ff.png new file mode 100644 index 000000000..60e1b38b2 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f91d-200d-1f468-1f3ff.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f9af.png b/dist/img-apple-160/1f468-1f3fd-200d-1f9af.png new file mode 100644 index 000000000..ea844eef8 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f9af.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f9b0.png b/dist/img-apple-160/1f468-1f3fd-200d-1f9b0.png new file mode 100644 index 000000000..fda3a8632 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f9b0.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f9b1.png b/dist/img-apple-160/1f468-1f3fd-200d-1f9b1.png new file mode 100644 index 000000000..d3839d927 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f9b1.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f9b2.png b/dist/img-apple-160/1f468-1f3fd-200d-1f9b2.png new file mode 100644 index 000000000..d4c9f9593 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f9b2.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f9b3.png b/dist/img-apple-160/1f468-1f3fd-200d-1f9b3.png new file mode 100644 index 000000000..069f452ad Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f9b3.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f9bc.png b/dist/img-apple-160/1f468-1f3fd-200d-1f9bc.png new file mode 100644 index 000000000..579dd3c42 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f9bc.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-1f9bd.png b/dist/img-apple-160/1f468-1f3fd-200d-1f9bd.png new file mode 100644 index 000000000..83d1a56cf Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-1f9bd.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-2695-fe0f.png b/dist/img-apple-160/1f468-1f3fd-200d-2695-fe0f.png new file mode 100644 index 000000000..ea5cd9103 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-2695-fe0f.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-2695.png b/dist/img-apple-160/1f468-1f3fd-200d-2695.png new file mode 100644 index 000000000..ea5cd9103 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-2695.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-2696-fe0f.png b/dist/img-apple-160/1f468-1f3fd-200d-2696-fe0f.png new file mode 100644 index 000000000..0b8b3fa9c Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-2696-fe0f.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-2696.png b/dist/img-apple-160/1f468-1f3fd-200d-2696.png new file mode 100644 index 000000000..0b8b3fa9c Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-2696.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-2708-fe0f.png b/dist/img-apple-160/1f468-1f3fd-200d-2708-fe0f.png new file mode 100644 index 000000000..d574f73d4 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-2708-fe0f.png differ diff --git a/dist/img-apple-160/1f468-1f3fd-200d-2708.png b/dist/img-apple-160/1f468-1f3fd-200d-2708.png new file mode 100644 index 000000000..d574f73d4 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd-200d-2708.png differ diff --git a/dist/img-apple-160/1f468-1f3fd.png b/dist/img-apple-160/1f468-1f3fd.png new file mode 100644 index 000000000..9c5d46348 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fd.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f33e.png b/dist/img-apple-160/1f468-1f3fe-200d-1f33e.png new file mode 100644 index 000000000..f500b62cc Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f33e.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f373.png b/dist/img-apple-160/1f468-1f3fe-200d-1f373.png new file mode 100644 index 000000000..df97c0c11 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f373.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f37c.png b/dist/img-apple-160/1f468-1f3fe-200d-1f37c.png new file mode 100755 index 000000000..3ad3cbbe2 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f37c.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f393.png b/dist/img-apple-160/1f468-1f3fe-200d-1f393.png new file mode 100644 index 000000000..fca67b89f Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f393.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f3a4.png b/dist/img-apple-160/1f468-1f3fe-200d-1f3a4.png new file mode 100644 index 000000000..9ed7e48c2 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f3a4.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f3a8.png b/dist/img-apple-160/1f468-1f3fe-200d-1f3a8.png new file mode 100644 index 000000000..530e7f880 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f3a8.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f3eb.png b/dist/img-apple-160/1f468-1f3fe-200d-1f3eb.png new file mode 100644 index 000000000..94e934f6a Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f3eb.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f3ed.png b/dist/img-apple-160/1f468-1f3fe-200d-1f3ed.png new file mode 100644 index 000000000..024b5b925 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f3ed.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f4bb.png b/dist/img-apple-160/1f468-1f3fe-200d-1f4bb.png new file mode 100644 index 000000000..60045cb9b Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f4bb.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f4bc.png b/dist/img-apple-160/1f468-1f3fe-200d-1f4bc.png new file mode 100644 index 000000000..75a3713ec Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f4bc.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f527.png b/dist/img-apple-160/1f468-1f3fe-200d-1f527.png new file mode 100644 index 000000000..c66c1a319 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f527.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f52c.png b/dist/img-apple-160/1f468-1f3fe-200d-1f52c.png new file mode 100644 index 000000000..889555f74 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f52c.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f680.png b/dist/img-apple-160/1f468-1f3fe-200d-1f680.png new file mode 100644 index 000000000..65ae421eb Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f680.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f692.png b/dist/img-apple-160/1f468-1f3fe-200d-1f692.png new file mode 100644 index 000000000..97754b467 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f692.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fb.png b/dist/img-apple-160/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fb.png new file mode 100644 index 000000000..a5c919992 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fb.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fc.png b/dist/img-apple-160/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fc.png new file mode 100644 index 000000000..592bca29c Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fc.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fd.png b/dist/img-apple-160/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fd.png new file mode 100644 index 000000000..9cb39a536 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fd.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f91d-200d-1f468-1f3ff.png b/dist/img-apple-160/1f468-1f3fe-200d-1f91d-200d-1f468-1f3ff.png new file mode 100644 index 000000000..ae207dd1f Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f91d-200d-1f468-1f3ff.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f9af.png b/dist/img-apple-160/1f468-1f3fe-200d-1f9af.png new file mode 100644 index 000000000..108364d2e Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f9af.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f9b0.png b/dist/img-apple-160/1f468-1f3fe-200d-1f9b0.png new file mode 100644 index 000000000..1c1890d3e Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f9b0.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f9b1.png b/dist/img-apple-160/1f468-1f3fe-200d-1f9b1.png new file mode 100644 index 000000000..6c50c3b56 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f9b1.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f9b2.png b/dist/img-apple-160/1f468-1f3fe-200d-1f9b2.png new file mode 100644 index 000000000..356244ee8 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f9b2.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f9b3.png b/dist/img-apple-160/1f468-1f3fe-200d-1f9b3.png new file mode 100644 index 000000000..ce7ccccc9 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f9b3.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f9bc.png b/dist/img-apple-160/1f468-1f3fe-200d-1f9bc.png new file mode 100644 index 000000000..d72771d04 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f9bc.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-1f9bd.png b/dist/img-apple-160/1f468-1f3fe-200d-1f9bd.png new file mode 100644 index 000000000..801f05e40 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-1f9bd.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-2695-fe0f.png b/dist/img-apple-160/1f468-1f3fe-200d-2695-fe0f.png new file mode 100644 index 000000000..adfa7ad6d Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-2695-fe0f.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-2695.png b/dist/img-apple-160/1f468-1f3fe-200d-2695.png new file mode 100644 index 000000000..adfa7ad6d Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-2695.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-2696-fe0f.png b/dist/img-apple-160/1f468-1f3fe-200d-2696-fe0f.png new file mode 100644 index 000000000..180841c0e Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-2696-fe0f.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-2696.png b/dist/img-apple-160/1f468-1f3fe-200d-2696.png new file mode 100644 index 000000000..180841c0e Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-2696.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-2708-fe0f.png b/dist/img-apple-160/1f468-1f3fe-200d-2708-fe0f.png new file mode 100644 index 000000000..1d8dbf1a3 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-2708-fe0f.png differ diff --git a/dist/img-apple-160/1f468-1f3fe-200d-2708.png b/dist/img-apple-160/1f468-1f3fe-200d-2708.png new file mode 100644 index 000000000..1d8dbf1a3 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe-200d-2708.png differ diff --git a/dist/img-apple-160/1f468-1f3fe.png b/dist/img-apple-160/1f468-1f3fe.png new file mode 100644 index 000000000..96bdb4ee6 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3fe.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f33e.png b/dist/img-apple-160/1f468-1f3ff-200d-1f33e.png new file mode 100644 index 000000000..479f132a6 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f33e.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f373.png b/dist/img-apple-160/1f468-1f3ff-200d-1f373.png new file mode 100644 index 000000000..71904d442 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f373.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f37c.png b/dist/img-apple-160/1f468-1f3ff-200d-1f37c.png new file mode 100755 index 000000000..51e17488b Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f37c.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f393.png b/dist/img-apple-160/1f468-1f3ff-200d-1f393.png new file mode 100644 index 000000000..d8531699e Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f393.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f3a4.png b/dist/img-apple-160/1f468-1f3ff-200d-1f3a4.png new file mode 100644 index 000000000..534ab4972 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f3a4.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f3a8.png b/dist/img-apple-160/1f468-1f3ff-200d-1f3a8.png new file mode 100644 index 000000000..41cf09f93 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f3a8.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f3eb.png b/dist/img-apple-160/1f468-1f3ff-200d-1f3eb.png new file mode 100644 index 000000000..da02da1d2 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f3eb.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f3ed.png b/dist/img-apple-160/1f468-1f3ff-200d-1f3ed.png new file mode 100644 index 000000000..072597944 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f3ed.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f4bb.png b/dist/img-apple-160/1f468-1f3ff-200d-1f4bb.png new file mode 100644 index 000000000..2f6c60562 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f4bb.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f4bc.png b/dist/img-apple-160/1f468-1f3ff-200d-1f4bc.png new file mode 100644 index 000000000..64dcb8a85 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f4bc.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f527.png b/dist/img-apple-160/1f468-1f3ff-200d-1f527.png new file mode 100644 index 000000000..be0e5b5ea Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f527.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f52c.png b/dist/img-apple-160/1f468-1f3ff-200d-1f52c.png new file mode 100644 index 000000000..1e7aad7dc Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f52c.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f680.png b/dist/img-apple-160/1f468-1f3ff-200d-1f680.png new file mode 100644 index 000000000..d83273b5b Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f680.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f692.png b/dist/img-apple-160/1f468-1f3ff-200d-1f692.png new file mode 100644 index 000000000..e948cfadf Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f692.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fb.png b/dist/img-apple-160/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fb.png new file mode 100644 index 000000000..648840616 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fb.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fc.png b/dist/img-apple-160/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fc.png new file mode 100644 index 000000000..ef9d0b57f Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fc.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fd.png b/dist/img-apple-160/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fd.png new file mode 100644 index 000000000..6e783b9f4 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fd.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fe.png b/dist/img-apple-160/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fe.png new file mode 100644 index 000000000..46da6bf40 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fe.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f9af.png b/dist/img-apple-160/1f468-1f3ff-200d-1f9af.png new file mode 100644 index 000000000..7cec4a8cc Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f9af.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f9b0.png b/dist/img-apple-160/1f468-1f3ff-200d-1f9b0.png new file mode 100644 index 000000000..aa75360ec Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f9b0.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f9b1.png b/dist/img-apple-160/1f468-1f3ff-200d-1f9b1.png new file mode 100644 index 000000000..d522a4a36 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f9b1.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f9b2.png b/dist/img-apple-160/1f468-1f3ff-200d-1f9b2.png new file mode 100644 index 000000000..e11fc93ec Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f9b2.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f9b3.png b/dist/img-apple-160/1f468-1f3ff-200d-1f9b3.png new file mode 100644 index 000000000..cb8313716 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f9b3.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f9bc.png b/dist/img-apple-160/1f468-1f3ff-200d-1f9bc.png new file mode 100644 index 000000000..137dc81e0 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f9bc.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-1f9bd.png b/dist/img-apple-160/1f468-1f3ff-200d-1f9bd.png new file mode 100644 index 000000000..ed5e5bc1b Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-1f9bd.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-2695-fe0f.png b/dist/img-apple-160/1f468-1f3ff-200d-2695-fe0f.png new file mode 100644 index 000000000..b2ce8b01f Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-2695-fe0f.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-2695.png b/dist/img-apple-160/1f468-1f3ff-200d-2695.png new file mode 100644 index 000000000..b2ce8b01f Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-2695.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-2696-fe0f.png b/dist/img-apple-160/1f468-1f3ff-200d-2696-fe0f.png new file mode 100644 index 000000000..898342c6b Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-2696-fe0f.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-2696.png b/dist/img-apple-160/1f468-1f3ff-200d-2696.png new file mode 100644 index 000000000..898342c6b Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-2696.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-2708-fe0f.png b/dist/img-apple-160/1f468-1f3ff-200d-2708-fe0f.png new file mode 100644 index 000000000..4e1ff631e Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-2708-fe0f.png differ diff --git a/dist/img-apple-160/1f468-1f3ff-200d-2708.png b/dist/img-apple-160/1f468-1f3ff-200d-2708.png new file mode 100644 index 000000000..4e1ff631e Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff-200d-2708.png differ diff --git a/dist/img-apple-160/1f468-1f3ff.png b/dist/img-apple-160/1f468-1f3ff.png new file mode 100644 index 000000000..713e9f294 Binary files /dev/null and b/dist/img-apple-160/1f468-1f3ff.png differ diff --git a/dist/img-apple-160/1f468-200d-1f33e.png b/dist/img-apple-160/1f468-200d-1f33e.png new file mode 100644 index 000000000..48b596516 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f33e.png differ diff --git a/dist/img-apple-160/1f468-200d-1f373.png b/dist/img-apple-160/1f468-200d-1f373.png new file mode 100644 index 000000000..c8bf42c7c Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f373.png differ diff --git a/dist/img-apple-160/1f468-200d-1f37c.png b/dist/img-apple-160/1f468-200d-1f37c.png new file mode 100755 index 000000000..c0d608945 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f37c.png differ diff --git a/dist/img-apple-160/1f468-200d-1f393.png b/dist/img-apple-160/1f468-200d-1f393.png new file mode 100644 index 000000000..4bc92ff3e Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f393.png differ diff --git a/dist/img-apple-160/1f468-200d-1f3a4.png b/dist/img-apple-160/1f468-200d-1f3a4.png new file mode 100644 index 000000000..e758068ba Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f3a4.png differ diff --git a/dist/img-apple-160/1f468-200d-1f3a8.png b/dist/img-apple-160/1f468-200d-1f3a8.png new file mode 100644 index 000000000..7118fa9f2 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f3a8.png differ diff --git a/dist/img-apple-160/1f468-200d-1f3eb.png b/dist/img-apple-160/1f468-200d-1f3eb.png new file mode 100644 index 000000000..58d49cb4b Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f3eb.png differ diff --git a/dist/img-apple-160/1f468-200d-1f3ed.png b/dist/img-apple-160/1f468-200d-1f3ed.png new file mode 100644 index 000000000..33c7448a1 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f3ed.png differ diff --git a/dist/img-apple-160/1f468-200d-1f466-200d-1f466.png b/dist/img-apple-160/1f468-200d-1f466-200d-1f466.png new file mode 100644 index 000000000..93d47acd4 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f466-200d-1f466.png differ diff --git a/dist/img-apple-160/1f468-200d-1f466.png b/dist/img-apple-160/1f468-200d-1f466.png new file mode 100644 index 000000000..41377ac5a Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f466.png differ diff --git a/dist/img-apple-160/1f468-200d-1f467-200d-1f466.png b/dist/img-apple-160/1f468-200d-1f467-200d-1f466.png new file mode 100644 index 000000000..e32fdc267 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f467-200d-1f466.png differ diff --git a/dist/img-apple-160/1f468-200d-1f467-200d-1f467.png b/dist/img-apple-160/1f468-200d-1f467-200d-1f467.png new file mode 100644 index 000000000..b73ca130b Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f467-200d-1f467.png differ diff --git a/dist/img-apple-160/1f468-200d-1f467.png b/dist/img-apple-160/1f468-200d-1f467.png new file mode 100644 index 000000000..3c6f7f1ad Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f467.png differ diff --git a/dist/img-apple-160/1f468-200d-1f468-200d-1f466-200d-1f466.png b/dist/img-apple-160/1f468-200d-1f468-200d-1f466-200d-1f466.png new file mode 100644 index 000000000..635cae467 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f468-200d-1f466-200d-1f466.png differ diff --git a/dist/img-apple-160/1f468-200d-1f468-200d-1f466.png b/dist/img-apple-160/1f468-200d-1f468-200d-1f466.png new file mode 100644 index 000000000..95760d99b Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f468-200d-1f466.png differ diff --git a/dist/img-apple-160/1f468-200d-1f468-200d-1f467-200d-1f466.png b/dist/img-apple-160/1f468-200d-1f468-200d-1f467-200d-1f466.png new file mode 100644 index 000000000..6b89a671e Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f468-200d-1f467-200d-1f466.png differ diff --git a/dist/img-apple-160/1f468-200d-1f468-200d-1f467-200d-1f467.png b/dist/img-apple-160/1f468-200d-1f468-200d-1f467-200d-1f467.png new file mode 100644 index 000000000..7853bfc07 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f468-200d-1f467-200d-1f467.png differ diff --git a/dist/img-apple-160/1f468-200d-1f468-200d-1f467.png b/dist/img-apple-160/1f468-200d-1f468-200d-1f467.png new file mode 100644 index 000000000..e8e0a38a4 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f468-200d-1f467.png differ diff --git a/dist/img-apple-160/1f468-200d-1f469-200d-1f466-200d-1f466.png b/dist/img-apple-160/1f468-200d-1f469-200d-1f466-200d-1f466.png new file mode 100644 index 000000000..7ab48d869 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f469-200d-1f466-200d-1f466.png differ diff --git a/dist/img-apple-160/1f468-200d-1f469-200d-1f466.png b/dist/img-apple-160/1f468-200d-1f469-200d-1f466.png new file mode 100644 index 000000000..4f704cc7f Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f469-200d-1f466.png differ diff --git a/dist/img-apple-160/1f468-200d-1f469-200d-1f467-200d-1f466.png b/dist/img-apple-160/1f468-200d-1f469-200d-1f467-200d-1f466.png new file mode 100644 index 000000000..ec3d41700 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f469-200d-1f467-200d-1f466.png differ diff --git a/dist/img-apple-160/1f468-200d-1f469-200d-1f467-200d-1f467.png b/dist/img-apple-160/1f468-200d-1f469-200d-1f467-200d-1f467.png new file mode 100644 index 000000000..5448fa3a3 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f469-200d-1f467-200d-1f467.png differ diff --git a/dist/img-apple-160/1f468-200d-1f469-200d-1f467.png b/dist/img-apple-160/1f468-200d-1f469-200d-1f467.png new file mode 100644 index 000000000..1af3ed56b Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f469-200d-1f467.png differ diff --git a/dist/img-apple-160/1f468-200d-1f4bb.png b/dist/img-apple-160/1f468-200d-1f4bb.png new file mode 100644 index 000000000..3aff57094 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f4bb.png differ diff --git a/dist/img-apple-160/1f468-200d-1f4bc.png b/dist/img-apple-160/1f468-200d-1f4bc.png new file mode 100644 index 000000000..269793bfa Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f4bc.png differ diff --git a/dist/img-apple-160/1f468-200d-1f527.png b/dist/img-apple-160/1f468-200d-1f527.png new file mode 100644 index 000000000..d23328373 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f527.png differ diff --git a/dist/img-apple-160/1f468-200d-1f52c.png b/dist/img-apple-160/1f468-200d-1f52c.png new file mode 100644 index 000000000..40c3d1413 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f52c.png differ diff --git a/dist/img-apple-160/1f468-200d-1f680.png b/dist/img-apple-160/1f468-200d-1f680.png new file mode 100644 index 000000000..2238bd69f Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f680.png differ diff --git a/dist/img-apple-160/1f468-200d-1f692.png b/dist/img-apple-160/1f468-200d-1f692.png new file mode 100644 index 000000000..e3e1d0faf Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f692.png differ diff --git a/dist/img-apple-160/1f468-200d-1f9af.png b/dist/img-apple-160/1f468-200d-1f9af.png new file mode 100644 index 000000000..bbca5f8ff Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f9af.png differ diff --git a/dist/img-apple-160/1f468-200d-1f9b0.png b/dist/img-apple-160/1f468-200d-1f9b0.png new file mode 100644 index 000000000..2a1befcc4 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f9b0.png differ diff --git a/dist/img-apple-160/1f468-200d-1f9b1.png b/dist/img-apple-160/1f468-200d-1f9b1.png new file mode 100644 index 000000000..9402cefc4 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f9b1.png differ diff --git a/dist/img-apple-160/1f468-200d-1f9b2.png b/dist/img-apple-160/1f468-200d-1f9b2.png new file mode 100644 index 000000000..21e20f300 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f9b2.png differ diff --git a/dist/img-apple-160/1f468-200d-1f9b3.png b/dist/img-apple-160/1f468-200d-1f9b3.png new file mode 100644 index 000000000..916374b9f Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f9b3.png differ diff --git a/dist/img-apple-160/1f468-200d-1f9bc.png b/dist/img-apple-160/1f468-200d-1f9bc.png new file mode 100644 index 000000000..7dc29b1f6 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f9bc.png differ diff --git a/dist/img-apple-160/1f468-200d-1f9bd.png b/dist/img-apple-160/1f468-200d-1f9bd.png new file mode 100644 index 000000000..b3318c145 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-1f9bd.png differ diff --git a/dist/img-apple-160/1f468-200d-2695-fe0f.png b/dist/img-apple-160/1f468-200d-2695-fe0f.png new file mode 100644 index 000000000..46dba3274 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-2695-fe0f.png differ diff --git a/dist/img-apple-160/1f468-200d-2695.png b/dist/img-apple-160/1f468-200d-2695.png new file mode 100644 index 000000000..46dba3274 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-2695.png differ diff --git a/dist/img-apple-160/1f468-200d-2696-fe0f.png b/dist/img-apple-160/1f468-200d-2696-fe0f.png new file mode 100644 index 000000000..32f08910b Binary files /dev/null and b/dist/img-apple-160/1f468-200d-2696-fe0f.png differ diff --git a/dist/img-apple-160/1f468-200d-2696.png b/dist/img-apple-160/1f468-200d-2696.png new file mode 100644 index 000000000..32f08910b Binary files /dev/null and b/dist/img-apple-160/1f468-200d-2696.png differ diff --git a/dist/img-apple-160/1f468-200d-2708-fe0f.png b/dist/img-apple-160/1f468-200d-2708-fe0f.png new file mode 100644 index 000000000..34b881f25 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-2708-fe0f.png differ diff --git a/dist/img-apple-160/1f468-200d-2708.png b/dist/img-apple-160/1f468-200d-2708.png new file mode 100644 index 000000000..34b881f25 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-2708.png differ diff --git a/dist/img-apple-160/1f468-200d-2764-200d-1f468.png b/dist/img-apple-160/1f468-200d-2764-200d-1f468.png new file mode 100644 index 000000000..3f3070716 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-2764-200d-1f468.png differ diff --git a/dist/img-apple-160/1f468-200d-2764-200d-1f48b-200d-1f468.png b/dist/img-apple-160/1f468-200d-2764-200d-1f48b-200d-1f468.png new file mode 100644 index 000000000..b13128c9f Binary files /dev/null and b/dist/img-apple-160/1f468-200d-2764-200d-1f48b-200d-1f468.png differ diff --git a/dist/img-apple-160/1f468-200d-2764-fe0f-200d-1f468.png b/dist/img-apple-160/1f468-200d-2764-fe0f-200d-1f468.png new file mode 100644 index 000000000..3f3070716 Binary files /dev/null and b/dist/img-apple-160/1f468-200d-2764-fe0f-200d-1f468.png differ diff --git a/dist/img-apple-160/1f468-200d-2764-fe0f-200d-1f48b-200d-1f468.png b/dist/img-apple-160/1f468-200d-2764-fe0f-200d-1f48b-200d-1f468.png new file mode 100644 index 000000000..b13128c9f Binary files /dev/null and b/dist/img-apple-160/1f468-200d-2764-fe0f-200d-1f48b-200d-1f468.png differ diff --git a/dist/img-apple-160/1f468.png b/dist/img-apple-160/1f468.png new file mode 100644 index 000000000..67fee53ae Binary files /dev/null and b/dist/img-apple-160/1f468.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f33e.png b/dist/img-apple-160/1f469-1f3fb-200d-1f33e.png new file mode 100644 index 000000000..8221f6f3e Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f33e.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f373.png b/dist/img-apple-160/1f469-1f3fb-200d-1f373.png new file mode 100644 index 000000000..2a595e0d4 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f373.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f37c.png b/dist/img-apple-160/1f469-1f3fb-200d-1f37c.png new file mode 100755 index 000000000..7107ebd08 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f37c.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f393.png b/dist/img-apple-160/1f469-1f3fb-200d-1f393.png new file mode 100644 index 000000000..846e1cf22 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f393.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f3a4.png b/dist/img-apple-160/1f469-1f3fb-200d-1f3a4.png new file mode 100644 index 000000000..ec79447bc Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f3a4.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f3a8.png b/dist/img-apple-160/1f469-1f3fb-200d-1f3a8.png new file mode 100644 index 000000000..0c0493f24 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f3a8.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f3eb.png b/dist/img-apple-160/1f469-1f3fb-200d-1f3eb.png new file mode 100644 index 000000000..ffe9f273f Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f3eb.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f3ed.png b/dist/img-apple-160/1f469-1f3fb-200d-1f3ed.png new file mode 100644 index 000000000..86e46175d Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f3ed.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f4bb.png b/dist/img-apple-160/1f469-1f3fb-200d-1f4bb.png new file mode 100644 index 000000000..38d1b8ac4 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f4bb.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f4bc.png b/dist/img-apple-160/1f469-1f3fb-200d-1f4bc.png new file mode 100644 index 000000000..5cd6c7388 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f4bc.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f527.png b/dist/img-apple-160/1f469-1f3fb-200d-1f527.png new file mode 100644 index 000000000..c44ba0abe Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f527.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f52c.png b/dist/img-apple-160/1f469-1f3fb-200d-1f52c.png new file mode 100644 index 000000000..e6b366882 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f52c.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f680.png b/dist/img-apple-160/1f469-1f3fb-200d-1f680.png new file mode 100644 index 000000000..f33fb5fc6 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f680.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f692.png b/dist/img-apple-160/1f469-1f3fb-200d-1f692.png new file mode 100644 index 000000000..2869e44c9 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f692.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fc.png b/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fc.png new file mode 100644 index 000000000..52e7fb62d Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fc.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fd.png b/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fd.png new file mode 100644 index 000000000..330656f3f Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fd.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fe.png b/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fe.png new file mode 100644 index 000000000..52e1b0d6e Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fe.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f468-1f3ff.png b/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f468-1f3ff.png new file mode 100644 index 000000000..fef26c88c Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f468-1f3ff.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fc.png b/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fc.png new file mode 100644 index 000000000..cbec89477 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fc.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fd.png b/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fd.png new file mode 100644 index 000000000..7959ae974 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fd.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fe.png b/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fe.png new file mode 100644 index 000000000..d545c2398 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fe.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f469-1f3ff.png b/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f469-1f3ff.png new file mode 100644 index 000000000..d07628828 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f91d-200d-1f469-1f3ff.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f9af.png b/dist/img-apple-160/1f469-1f3fb-200d-1f9af.png new file mode 100644 index 000000000..16e22bea2 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f9af.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f9b0.png b/dist/img-apple-160/1f469-1f3fb-200d-1f9b0.png new file mode 100644 index 000000000..c216a9d98 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f9b0.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f9b1.png b/dist/img-apple-160/1f469-1f3fb-200d-1f9b1.png new file mode 100644 index 000000000..aa287cf53 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f9b1.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f9b2.png b/dist/img-apple-160/1f469-1f3fb-200d-1f9b2.png new file mode 100644 index 000000000..2a32d74f6 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f9b2.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f9b3.png b/dist/img-apple-160/1f469-1f3fb-200d-1f9b3.png new file mode 100644 index 000000000..398befd37 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f9b3.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f9bc.png b/dist/img-apple-160/1f469-1f3fb-200d-1f9bc.png new file mode 100644 index 000000000..98a95db96 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f9bc.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-1f9bd.png b/dist/img-apple-160/1f469-1f3fb-200d-1f9bd.png new file mode 100644 index 000000000..e6ca78d69 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-1f9bd.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-2695-fe0f.png b/dist/img-apple-160/1f469-1f3fb-200d-2695-fe0f.png new file mode 100644 index 000000000..e87024139 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-2695-fe0f.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-2695.png b/dist/img-apple-160/1f469-1f3fb-200d-2695.png new file mode 100644 index 000000000..e87024139 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-2695.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-2696-fe0f.png b/dist/img-apple-160/1f469-1f3fb-200d-2696-fe0f.png new file mode 100644 index 000000000..acf2c453a Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-2696-fe0f.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-2696.png b/dist/img-apple-160/1f469-1f3fb-200d-2696.png new file mode 100644 index 000000000..acf2c453a Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-2696.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-2708-fe0f.png b/dist/img-apple-160/1f469-1f3fb-200d-2708-fe0f.png new file mode 100644 index 000000000..61432b1bd Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-2708-fe0f.png differ diff --git a/dist/img-apple-160/1f469-1f3fb-200d-2708.png b/dist/img-apple-160/1f469-1f3fb-200d-2708.png new file mode 100644 index 000000000..61432b1bd Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb-200d-2708.png differ diff --git a/dist/img-apple-160/1f469-1f3fb.png b/dist/img-apple-160/1f469-1f3fb.png new file mode 100644 index 000000000..0ffbd9ba7 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fb.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f33e.png b/dist/img-apple-160/1f469-1f3fc-200d-1f33e.png new file mode 100644 index 000000000..b3d76fec0 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f33e.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f373.png b/dist/img-apple-160/1f469-1f3fc-200d-1f373.png new file mode 100644 index 000000000..622653f46 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f373.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f37c.png b/dist/img-apple-160/1f469-1f3fc-200d-1f37c.png new file mode 100755 index 000000000..1c06d0958 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f37c.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f393.png b/dist/img-apple-160/1f469-1f3fc-200d-1f393.png new file mode 100644 index 000000000..65347dedb Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f393.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f3a4.png b/dist/img-apple-160/1f469-1f3fc-200d-1f3a4.png new file mode 100644 index 000000000..26f6973c2 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f3a4.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f3a8.png b/dist/img-apple-160/1f469-1f3fc-200d-1f3a8.png new file mode 100644 index 000000000..4d5bd8381 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f3a8.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f3eb.png b/dist/img-apple-160/1f469-1f3fc-200d-1f3eb.png new file mode 100644 index 000000000..b53e75733 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f3eb.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f3ed.png b/dist/img-apple-160/1f469-1f3fc-200d-1f3ed.png new file mode 100644 index 000000000..d6bc17ef8 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f3ed.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f4bb.png b/dist/img-apple-160/1f469-1f3fc-200d-1f4bb.png new file mode 100644 index 000000000..828a98931 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f4bb.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f4bc.png b/dist/img-apple-160/1f469-1f3fc-200d-1f4bc.png new file mode 100644 index 000000000..252c334ab Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f4bc.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f527.png b/dist/img-apple-160/1f469-1f3fc-200d-1f527.png new file mode 100644 index 000000000..a4944c943 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f527.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f52c.png b/dist/img-apple-160/1f469-1f3fc-200d-1f52c.png new file mode 100644 index 000000000..1bec452b7 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f52c.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f680.png b/dist/img-apple-160/1f469-1f3fc-200d-1f680.png new file mode 100644 index 000000000..5bfb9a604 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f680.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f692.png b/dist/img-apple-160/1f469-1f3fc-200d-1f692.png new file mode 100644 index 000000000..62bcc3f33 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f692.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fb.png b/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fb.png new file mode 100644 index 000000000..0f72b98ea Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fb.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fd.png b/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fd.png new file mode 100644 index 000000000..178531d8a Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fd.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fe.png b/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fe.png new file mode 100644 index 000000000..2f02eb523 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fe.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f468-1f3ff.png b/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f468-1f3ff.png new file mode 100644 index 000000000..afe7a48b4 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f468-1f3ff.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fb.png b/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fb.png new file mode 100644 index 000000000..e0d309f36 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fb.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fd.png b/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fd.png new file mode 100644 index 000000000..5eccc2432 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fd.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fe.png b/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fe.png new file mode 100644 index 000000000..055d8e49a Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fe.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f469-1f3ff.png b/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f469-1f3ff.png new file mode 100644 index 000000000..1e7bd002d Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f91d-200d-1f469-1f3ff.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f9af.png b/dist/img-apple-160/1f469-1f3fc-200d-1f9af.png new file mode 100644 index 000000000..6c1de8259 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f9af.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f9b0.png b/dist/img-apple-160/1f469-1f3fc-200d-1f9b0.png new file mode 100644 index 000000000..ac2ff0df9 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f9b0.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f9b1.png b/dist/img-apple-160/1f469-1f3fc-200d-1f9b1.png new file mode 100644 index 000000000..de6b1ff1d Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f9b1.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f9b2.png b/dist/img-apple-160/1f469-1f3fc-200d-1f9b2.png new file mode 100644 index 000000000..76567462a Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f9b2.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f9b3.png b/dist/img-apple-160/1f469-1f3fc-200d-1f9b3.png new file mode 100644 index 000000000..a99e91cea Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f9b3.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f9bc.png b/dist/img-apple-160/1f469-1f3fc-200d-1f9bc.png new file mode 100644 index 000000000..2f2b5033e Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f9bc.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-1f9bd.png b/dist/img-apple-160/1f469-1f3fc-200d-1f9bd.png new file mode 100644 index 000000000..737c54ad5 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-1f9bd.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-2695-fe0f.png b/dist/img-apple-160/1f469-1f3fc-200d-2695-fe0f.png new file mode 100644 index 000000000..217daa584 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-2695-fe0f.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-2695.png b/dist/img-apple-160/1f469-1f3fc-200d-2695.png new file mode 100644 index 000000000..217daa584 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-2695.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-2696-fe0f.png b/dist/img-apple-160/1f469-1f3fc-200d-2696-fe0f.png new file mode 100644 index 000000000..26053431a Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-2696-fe0f.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-2696.png b/dist/img-apple-160/1f469-1f3fc-200d-2696.png new file mode 100644 index 000000000..26053431a Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-2696.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-2708-fe0f.png b/dist/img-apple-160/1f469-1f3fc-200d-2708-fe0f.png new file mode 100644 index 000000000..7f6007836 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-2708-fe0f.png differ diff --git a/dist/img-apple-160/1f469-1f3fc-200d-2708.png b/dist/img-apple-160/1f469-1f3fc-200d-2708.png new file mode 100644 index 000000000..7f6007836 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc-200d-2708.png differ diff --git a/dist/img-apple-160/1f469-1f3fc.png b/dist/img-apple-160/1f469-1f3fc.png new file mode 100644 index 000000000..a2416b912 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fc.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f33e.png b/dist/img-apple-160/1f469-1f3fd-200d-1f33e.png new file mode 100644 index 000000000..6b8053e21 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f33e.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f373.png b/dist/img-apple-160/1f469-1f3fd-200d-1f373.png new file mode 100644 index 000000000..4e350cefd Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f373.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f37c.png b/dist/img-apple-160/1f469-1f3fd-200d-1f37c.png new file mode 100755 index 000000000..b8ed806e5 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f37c.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f393.png b/dist/img-apple-160/1f469-1f3fd-200d-1f393.png new file mode 100644 index 000000000..8d80cebbc Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f393.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f3a4.png b/dist/img-apple-160/1f469-1f3fd-200d-1f3a4.png new file mode 100644 index 000000000..b4471ba04 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f3a4.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f3a8.png b/dist/img-apple-160/1f469-1f3fd-200d-1f3a8.png new file mode 100644 index 000000000..c22a231e6 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f3a8.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f3eb.png b/dist/img-apple-160/1f469-1f3fd-200d-1f3eb.png new file mode 100644 index 000000000..241e4ae66 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f3eb.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f3ed.png b/dist/img-apple-160/1f469-1f3fd-200d-1f3ed.png new file mode 100644 index 000000000..edc358525 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f3ed.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f4bb.png b/dist/img-apple-160/1f469-1f3fd-200d-1f4bb.png new file mode 100644 index 000000000..8be15abca Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f4bb.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f4bc.png b/dist/img-apple-160/1f469-1f3fd-200d-1f4bc.png new file mode 100644 index 000000000..c8fae5b39 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f4bc.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f527.png b/dist/img-apple-160/1f469-1f3fd-200d-1f527.png new file mode 100644 index 000000000..3525c3928 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f527.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f52c.png b/dist/img-apple-160/1f469-1f3fd-200d-1f52c.png new file mode 100644 index 000000000..5257ecf0b Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f52c.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f680.png b/dist/img-apple-160/1f469-1f3fd-200d-1f680.png new file mode 100644 index 000000000..e63743c3c Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f680.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f692.png b/dist/img-apple-160/1f469-1f3fd-200d-1f692.png new file mode 100644 index 000000000..68be6c213 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f692.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fb.png b/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fb.png new file mode 100644 index 000000000..de4189e9b Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fb.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fc.png b/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fc.png new file mode 100644 index 000000000..8dd366ee4 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fc.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fe.png b/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fe.png new file mode 100644 index 000000000..9d4b5d7df Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fe.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f468-1f3ff.png b/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f468-1f3ff.png new file mode 100644 index 000000000..974667b21 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f468-1f3ff.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fb.png b/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fb.png new file mode 100644 index 000000000..ba244c91e Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fb.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fc.png b/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fc.png new file mode 100644 index 000000000..e4ba627f1 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fc.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fe.png b/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fe.png new file mode 100644 index 000000000..306941764 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fe.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f469-1f3ff.png b/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f469-1f3ff.png new file mode 100644 index 000000000..5945f2b49 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f91d-200d-1f469-1f3ff.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f9af.png b/dist/img-apple-160/1f469-1f3fd-200d-1f9af.png new file mode 100644 index 000000000..7166bfda0 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f9af.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f9b0.png b/dist/img-apple-160/1f469-1f3fd-200d-1f9b0.png new file mode 100644 index 000000000..5998303dc Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f9b0.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f9b1.png b/dist/img-apple-160/1f469-1f3fd-200d-1f9b1.png new file mode 100644 index 000000000..74b28a794 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f9b1.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f9b2.png b/dist/img-apple-160/1f469-1f3fd-200d-1f9b2.png new file mode 100644 index 000000000..477376151 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f9b2.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f9b3.png b/dist/img-apple-160/1f469-1f3fd-200d-1f9b3.png new file mode 100644 index 000000000..aaa2dc57b Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f9b3.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f9bc.png b/dist/img-apple-160/1f469-1f3fd-200d-1f9bc.png new file mode 100644 index 000000000..1b2a38b42 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f9bc.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-1f9bd.png b/dist/img-apple-160/1f469-1f3fd-200d-1f9bd.png new file mode 100644 index 000000000..391000aaf Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-1f9bd.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-2695-fe0f.png b/dist/img-apple-160/1f469-1f3fd-200d-2695-fe0f.png new file mode 100644 index 000000000..153987d17 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-2695-fe0f.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-2695.png b/dist/img-apple-160/1f469-1f3fd-200d-2695.png new file mode 100644 index 000000000..153987d17 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-2695.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-2696-fe0f.png b/dist/img-apple-160/1f469-1f3fd-200d-2696-fe0f.png new file mode 100644 index 000000000..94dfbfdf4 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-2696-fe0f.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-2696.png b/dist/img-apple-160/1f469-1f3fd-200d-2696.png new file mode 100644 index 000000000..94dfbfdf4 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-2696.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-2708-fe0f.png b/dist/img-apple-160/1f469-1f3fd-200d-2708-fe0f.png new file mode 100644 index 000000000..922bbb449 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-2708-fe0f.png differ diff --git a/dist/img-apple-160/1f469-1f3fd-200d-2708.png b/dist/img-apple-160/1f469-1f3fd-200d-2708.png new file mode 100644 index 000000000..922bbb449 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd-200d-2708.png differ diff --git a/dist/img-apple-160/1f469-1f3fd.png b/dist/img-apple-160/1f469-1f3fd.png new file mode 100644 index 000000000..9aa29ce17 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fd.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f33e.png b/dist/img-apple-160/1f469-1f3fe-200d-1f33e.png new file mode 100644 index 000000000..0bb09636f Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f33e.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f373.png b/dist/img-apple-160/1f469-1f3fe-200d-1f373.png new file mode 100644 index 000000000..269724999 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f373.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f37c.png b/dist/img-apple-160/1f469-1f3fe-200d-1f37c.png new file mode 100755 index 000000000..56a02a1f1 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f37c.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f393.png b/dist/img-apple-160/1f469-1f3fe-200d-1f393.png new file mode 100644 index 000000000..5dbd68102 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f393.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f3a4.png b/dist/img-apple-160/1f469-1f3fe-200d-1f3a4.png new file mode 100644 index 000000000..f6e6077fd Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f3a4.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f3a8.png b/dist/img-apple-160/1f469-1f3fe-200d-1f3a8.png new file mode 100644 index 000000000..5a837fd5e Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f3a8.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f3eb.png b/dist/img-apple-160/1f469-1f3fe-200d-1f3eb.png new file mode 100644 index 000000000..f90eccd5a Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f3eb.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f3ed.png b/dist/img-apple-160/1f469-1f3fe-200d-1f3ed.png new file mode 100644 index 000000000..3afc8c779 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f3ed.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f4bb.png b/dist/img-apple-160/1f469-1f3fe-200d-1f4bb.png new file mode 100644 index 000000000..6b02081d0 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f4bb.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f4bc.png b/dist/img-apple-160/1f469-1f3fe-200d-1f4bc.png new file mode 100644 index 000000000..4e18a0954 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f4bc.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f527.png b/dist/img-apple-160/1f469-1f3fe-200d-1f527.png new file mode 100644 index 000000000..444cd8d5d Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f527.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f52c.png b/dist/img-apple-160/1f469-1f3fe-200d-1f52c.png new file mode 100644 index 000000000..8e977d27d Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f52c.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f680.png b/dist/img-apple-160/1f469-1f3fe-200d-1f680.png new file mode 100644 index 000000000..84f24efce Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f680.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f692.png b/dist/img-apple-160/1f469-1f3fe-200d-1f692.png new file mode 100644 index 000000000..8c6c5316a Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f692.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fb.png b/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fb.png new file mode 100644 index 000000000..660ab3b35 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fb.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fc.png b/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fc.png new file mode 100644 index 000000000..3cf45b072 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fc.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fd.png b/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fd.png new file mode 100644 index 000000000..828608b55 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fd.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f468-1f3ff.png b/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f468-1f3ff.png new file mode 100644 index 000000000..dec17e58c Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f468-1f3ff.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fb.png b/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fb.png new file mode 100644 index 000000000..1dbe23594 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fb.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fc.png b/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fc.png new file mode 100644 index 000000000..c24d0d7ec Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fc.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fd.png b/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fd.png new file mode 100644 index 000000000..99e1bdc48 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fd.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f469-1f3ff.png b/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f469-1f3ff.png new file mode 100644 index 000000000..5620f9e15 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f91d-200d-1f469-1f3ff.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f9af.png b/dist/img-apple-160/1f469-1f3fe-200d-1f9af.png new file mode 100644 index 000000000..68eb6ff1f Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f9af.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f9b0.png b/dist/img-apple-160/1f469-1f3fe-200d-1f9b0.png new file mode 100644 index 000000000..64935803c Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f9b0.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f9b1.png b/dist/img-apple-160/1f469-1f3fe-200d-1f9b1.png new file mode 100644 index 000000000..9b615eabc Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f9b1.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f9b2.png b/dist/img-apple-160/1f469-1f3fe-200d-1f9b2.png new file mode 100644 index 000000000..a2f41e345 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f9b2.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f9b3.png b/dist/img-apple-160/1f469-1f3fe-200d-1f9b3.png new file mode 100644 index 000000000..d4db08c19 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f9b3.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f9bc.png b/dist/img-apple-160/1f469-1f3fe-200d-1f9bc.png new file mode 100644 index 000000000..a7aeeac30 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f9bc.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-1f9bd.png b/dist/img-apple-160/1f469-1f3fe-200d-1f9bd.png new file mode 100644 index 000000000..66e1c251d Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-1f9bd.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-2695-fe0f.png b/dist/img-apple-160/1f469-1f3fe-200d-2695-fe0f.png new file mode 100644 index 000000000..85fb9d9de Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-2695-fe0f.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-2695.png b/dist/img-apple-160/1f469-1f3fe-200d-2695.png new file mode 100644 index 000000000..85fb9d9de Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-2695.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-2696-fe0f.png b/dist/img-apple-160/1f469-1f3fe-200d-2696-fe0f.png new file mode 100644 index 000000000..a25edfd57 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-2696-fe0f.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-2696.png b/dist/img-apple-160/1f469-1f3fe-200d-2696.png new file mode 100644 index 000000000..a25edfd57 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-2696.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-2708-fe0f.png b/dist/img-apple-160/1f469-1f3fe-200d-2708-fe0f.png new file mode 100644 index 000000000..0160ec320 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-2708-fe0f.png differ diff --git a/dist/img-apple-160/1f469-1f3fe-200d-2708.png b/dist/img-apple-160/1f469-1f3fe-200d-2708.png new file mode 100644 index 000000000..0160ec320 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe-200d-2708.png differ diff --git a/dist/img-apple-160/1f469-1f3fe.png b/dist/img-apple-160/1f469-1f3fe.png new file mode 100644 index 000000000..b5c8bb445 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3fe.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f33e.png b/dist/img-apple-160/1f469-1f3ff-200d-1f33e.png new file mode 100644 index 000000000..08f39a3f9 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f33e.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f373.png b/dist/img-apple-160/1f469-1f3ff-200d-1f373.png new file mode 100644 index 000000000..72f060fd9 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f373.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f37c.png b/dist/img-apple-160/1f469-1f3ff-200d-1f37c.png new file mode 100755 index 000000000..6f86d46c1 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f37c.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f393.png b/dist/img-apple-160/1f469-1f3ff-200d-1f393.png new file mode 100644 index 000000000..f1f6f4a36 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f393.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f3a4.png b/dist/img-apple-160/1f469-1f3ff-200d-1f3a4.png new file mode 100644 index 000000000..74a9ed733 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f3a4.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f3a8.png b/dist/img-apple-160/1f469-1f3ff-200d-1f3a8.png new file mode 100644 index 000000000..f24c4aa8d Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f3a8.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f3eb.png b/dist/img-apple-160/1f469-1f3ff-200d-1f3eb.png new file mode 100644 index 000000000..322418ba1 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f3eb.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f3ed.png b/dist/img-apple-160/1f469-1f3ff-200d-1f3ed.png new file mode 100644 index 000000000..557f43662 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f3ed.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f4bb.png b/dist/img-apple-160/1f469-1f3ff-200d-1f4bb.png new file mode 100644 index 000000000..2bf5fa479 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f4bb.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f4bc.png b/dist/img-apple-160/1f469-1f3ff-200d-1f4bc.png new file mode 100644 index 000000000..a5d879301 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f4bc.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f527.png b/dist/img-apple-160/1f469-1f3ff-200d-1f527.png new file mode 100644 index 000000000..f7c863096 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f527.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f52c.png b/dist/img-apple-160/1f469-1f3ff-200d-1f52c.png new file mode 100644 index 000000000..787c1a84c Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f52c.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f680.png b/dist/img-apple-160/1f469-1f3ff-200d-1f680.png new file mode 100644 index 000000000..013be657e Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f680.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f692.png b/dist/img-apple-160/1f469-1f3ff-200d-1f692.png new file mode 100644 index 000000000..2a6fdb7cf Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f692.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fb.png b/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fb.png new file mode 100644 index 000000000..ba412d754 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fb.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fc.png b/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fc.png new file mode 100644 index 000000000..6029c96b8 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fc.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fd.png b/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fd.png new file mode 100644 index 000000000..78d1cf1aa Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fd.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fe.png b/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fe.png new file mode 100644 index 000000000..f2117d0ea Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fe.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fb.png b/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fb.png new file mode 100644 index 000000000..83bc9abd7 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fb.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fc.png b/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fc.png new file mode 100644 index 000000000..0c4c2e84e Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fc.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fd.png b/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fd.png new file mode 100644 index 000000000..d9ca38c74 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fd.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fe.png b/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fe.png new file mode 100644 index 000000000..eb637b11d Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fe.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f9af.png b/dist/img-apple-160/1f469-1f3ff-200d-1f9af.png new file mode 100644 index 000000000..eec4d2911 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f9af.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f9b0.png b/dist/img-apple-160/1f469-1f3ff-200d-1f9b0.png new file mode 100644 index 000000000..d2b42e0d8 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f9b0.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f9b1.png b/dist/img-apple-160/1f469-1f3ff-200d-1f9b1.png new file mode 100644 index 000000000..1f587d5e8 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f9b1.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f9b2.png b/dist/img-apple-160/1f469-1f3ff-200d-1f9b2.png new file mode 100644 index 000000000..6c6d10805 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f9b2.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f9b3.png b/dist/img-apple-160/1f469-1f3ff-200d-1f9b3.png new file mode 100644 index 000000000..7bc90a9c3 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f9b3.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f9bc.png b/dist/img-apple-160/1f469-1f3ff-200d-1f9bc.png new file mode 100644 index 000000000..fc9399a85 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f9bc.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-1f9bd.png b/dist/img-apple-160/1f469-1f3ff-200d-1f9bd.png new file mode 100644 index 000000000..42a417637 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-1f9bd.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-2695-fe0f.png b/dist/img-apple-160/1f469-1f3ff-200d-2695-fe0f.png new file mode 100644 index 000000000..fcc47fdff Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-2695-fe0f.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-2695.png b/dist/img-apple-160/1f469-1f3ff-200d-2695.png new file mode 100644 index 000000000..fcc47fdff Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-2695.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-2696-fe0f.png b/dist/img-apple-160/1f469-1f3ff-200d-2696-fe0f.png new file mode 100644 index 000000000..9643133f4 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-2696-fe0f.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-2696.png b/dist/img-apple-160/1f469-1f3ff-200d-2696.png new file mode 100644 index 000000000..9643133f4 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-2696.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-2708-fe0f.png b/dist/img-apple-160/1f469-1f3ff-200d-2708-fe0f.png new file mode 100644 index 000000000..4189add9d Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-2708-fe0f.png differ diff --git a/dist/img-apple-160/1f469-1f3ff-200d-2708.png b/dist/img-apple-160/1f469-1f3ff-200d-2708.png new file mode 100644 index 000000000..4189add9d Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff-200d-2708.png differ diff --git a/dist/img-apple-160/1f469-1f3ff.png b/dist/img-apple-160/1f469-1f3ff.png new file mode 100644 index 000000000..af91b70e3 Binary files /dev/null and b/dist/img-apple-160/1f469-1f3ff.png differ diff --git a/dist/img-apple-160/1f469-200d-1f33e.png b/dist/img-apple-160/1f469-200d-1f33e.png new file mode 100644 index 000000000..a1c438676 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f33e.png differ diff --git a/dist/img-apple-160/1f469-200d-1f373.png b/dist/img-apple-160/1f469-200d-1f373.png new file mode 100644 index 000000000..e97937d14 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f373.png differ diff --git a/dist/img-apple-160/1f469-200d-1f37c.png b/dist/img-apple-160/1f469-200d-1f37c.png new file mode 100755 index 000000000..7a0127a05 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f37c.png differ diff --git a/dist/img-apple-160/1f469-200d-1f393.png b/dist/img-apple-160/1f469-200d-1f393.png new file mode 100644 index 000000000..5b46d3734 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f393.png differ diff --git a/dist/img-apple-160/1f469-200d-1f3a4.png b/dist/img-apple-160/1f469-200d-1f3a4.png new file mode 100644 index 000000000..24b50be5c Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f3a4.png differ diff --git a/dist/img-apple-160/1f469-200d-1f3a8.png b/dist/img-apple-160/1f469-200d-1f3a8.png new file mode 100644 index 000000000..ac4e2a77c Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f3a8.png differ diff --git a/dist/img-apple-160/1f469-200d-1f3eb.png b/dist/img-apple-160/1f469-200d-1f3eb.png new file mode 100644 index 000000000..1f427c68c Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f3eb.png differ diff --git a/dist/img-apple-160/1f469-200d-1f3ed.png b/dist/img-apple-160/1f469-200d-1f3ed.png new file mode 100644 index 000000000..f3aba8cf5 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f3ed.png differ diff --git a/dist/img-apple-160/1f469-200d-1f466-200d-1f466.png b/dist/img-apple-160/1f469-200d-1f466-200d-1f466.png new file mode 100644 index 000000000..41e073e80 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f466-200d-1f466.png differ diff --git a/dist/img-apple-160/1f469-200d-1f466.png b/dist/img-apple-160/1f469-200d-1f466.png new file mode 100644 index 000000000..1b65a55c8 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f466.png differ diff --git a/dist/img-apple-160/1f469-200d-1f467-200d-1f466.png b/dist/img-apple-160/1f469-200d-1f467-200d-1f466.png new file mode 100644 index 000000000..d44e86cf9 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f467-200d-1f466.png differ diff --git a/dist/img-apple-160/1f469-200d-1f467-200d-1f467.png b/dist/img-apple-160/1f469-200d-1f467-200d-1f467.png new file mode 100644 index 000000000..91719ddb5 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f467-200d-1f467.png differ diff --git a/dist/img-apple-160/1f469-200d-1f467.png b/dist/img-apple-160/1f469-200d-1f467.png new file mode 100644 index 000000000..cc07921ed Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f467.png differ diff --git a/dist/img-apple-160/1f469-200d-1f469-200d-1f466-200d-1f466.png b/dist/img-apple-160/1f469-200d-1f469-200d-1f466-200d-1f466.png new file mode 100644 index 000000000..29c06ff36 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f469-200d-1f466-200d-1f466.png differ diff --git a/dist/img-apple-160/1f469-200d-1f469-200d-1f466.png b/dist/img-apple-160/1f469-200d-1f469-200d-1f466.png new file mode 100644 index 000000000..946431537 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f469-200d-1f466.png differ diff --git a/dist/img-apple-160/1f469-200d-1f469-200d-1f467-200d-1f466.png b/dist/img-apple-160/1f469-200d-1f469-200d-1f467-200d-1f466.png new file mode 100644 index 000000000..056e016d6 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f469-200d-1f467-200d-1f466.png differ diff --git a/dist/img-apple-160/1f469-200d-1f469-200d-1f467-200d-1f467.png b/dist/img-apple-160/1f469-200d-1f469-200d-1f467-200d-1f467.png new file mode 100644 index 000000000..d7841c7b7 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f469-200d-1f467-200d-1f467.png differ diff --git a/dist/img-apple-160/1f469-200d-1f469-200d-1f467.png b/dist/img-apple-160/1f469-200d-1f469-200d-1f467.png new file mode 100644 index 000000000..2bbda12a7 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f469-200d-1f467.png differ diff --git a/dist/img-apple-160/1f469-200d-1f4bb.png b/dist/img-apple-160/1f469-200d-1f4bb.png new file mode 100644 index 000000000..70cd17fc5 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f4bb.png differ diff --git a/dist/img-apple-160/1f469-200d-1f4bc.png b/dist/img-apple-160/1f469-200d-1f4bc.png new file mode 100644 index 000000000..ba07908a5 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f4bc.png differ diff --git a/dist/img-apple-160/1f469-200d-1f527.png b/dist/img-apple-160/1f469-200d-1f527.png new file mode 100644 index 000000000..bb8a384cf Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f527.png differ diff --git a/dist/img-apple-160/1f469-200d-1f52c.png b/dist/img-apple-160/1f469-200d-1f52c.png new file mode 100644 index 000000000..655272b3d Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f52c.png differ diff --git a/dist/img-apple-160/1f469-200d-1f680.png b/dist/img-apple-160/1f469-200d-1f680.png new file mode 100644 index 000000000..561752632 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f680.png differ diff --git a/dist/img-apple-160/1f469-200d-1f692.png b/dist/img-apple-160/1f469-200d-1f692.png new file mode 100644 index 000000000..5ab2a7a06 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f692.png differ diff --git a/dist/img-apple-160/1f469-200d-1f9af.png b/dist/img-apple-160/1f469-200d-1f9af.png new file mode 100644 index 000000000..608d58d20 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f9af.png differ diff --git a/dist/img-apple-160/1f469-200d-1f9b0.png b/dist/img-apple-160/1f469-200d-1f9b0.png new file mode 100644 index 000000000..bbfae7aca Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f9b0.png differ diff --git a/dist/img-apple-160/1f469-200d-1f9b1.png b/dist/img-apple-160/1f469-200d-1f9b1.png new file mode 100644 index 000000000..bcab4e566 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f9b1.png differ diff --git a/dist/img-apple-160/1f469-200d-1f9b2.png b/dist/img-apple-160/1f469-200d-1f9b2.png new file mode 100644 index 000000000..724a06334 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f9b2.png differ diff --git a/dist/img-apple-160/1f469-200d-1f9b3.png b/dist/img-apple-160/1f469-200d-1f9b3.png new file mode 100644 index 000000000..84c3a6952 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f9b3.png differ diff --git a/dist/img-apple-160/1f469-200d-1f9bc.png b/dist/img-apple-160/1f469-200d-1f9bc.png new file mode 100644 index 000000000..91c1b5f81 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f9bc.png differ diff --git a/dist/img-apple-160/1f469-200d-1f9bd.png b/dist/img-apple-160/1f469-200d-1f9bd.png new file mode 100644 index 000000000..f33b86880 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-1f9bd.png differ diff --git a/dist/img-apple-160/1f469-200d-2695-fe0f.png b/dist/img-apple-160/1f469-200d-2695-fe0f.png new file mode 100644 index 000000000..16a7d9e73 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-2695-fe0f.png differ diff --git a/dist/img-apple-160/1f469-200d-2695.png b/dist/img-apple-160/1f469-200d-2695.png new file mode 100644 index 000000000..16a7d9e73 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-2695.png differ diff --git a/dist/img-apple-160/1f469-200d-2696-fe0f.png b/dist/img-apple-160/1f469-200d-2696-fe0f.png new file mode 100644 index 000000000..ea2f695b2 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-2696-fe0f.png differ diff --git a/dist/img-apple-160/1f469-200d-2696.png b/dist/img-apple-160/1f469-200d-2696.png new file mode 100644 index 000000000..ea2f695b2 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-2696.png differ diff --git a/dist/img-apple-160/1f469-200d-2708-fe0f.png b/dist/img-apple-160/1f469-200d-2708-fe0f.png new file mode 100644 index 000000000..260ead687 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-2708-fe0f.png differ diff --git a/dist/img-apple-160/1f469-200d-2708.png b/dist/img-apple-160/1f469-200d-2708.png new file mode 100644 index 000000000..260ead687 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-2708.png differ diff --git a/dist/img-apple-160/1f469-200d-2764-200d-1f468.png b/dist/img-apple-160/1f469-200d-2764-200d-1f468.png new file mode 100644 index 000000000..6cddffaa9 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-2764-200d-1f468.png differ diff --git a/dist/img-apple-160/1f469-200d-2764-200d-1f469.png b/dist/img-apple-160/1f469-200d-2764-200d-1f469.png new file mode 100644 index 000000000..b89b3dd24 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-2764-200d-1f469.png differ diff --git a/dist/img-apple-160/1f469-200d-2764-200d-1f48b-200d-1f468.png b/dist/img-apple-160/1f469-200d-2764-200d-1f48b-200d-1f468.png new file mode 100644 index 000000000..d7a99a431 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-2764-200d-1f48b-200d-1f468.png differ diff --git a/dist/img-apple-160/1f469-200d-2764-200d-1f48b-200d-1f469.png b/dist/img-apple-160/1f469-200d-2764-200d-1f48b-200d-1f469.png new file mode 100644 index 000000000..aa9490e7f Binary files /dev/null and b/dist/img-apple-160/1f469-200d-2764-200d-1f48b-200d-1f469.png differ diff --git a/dist/img-apple-160/1f469-200d-2764-fe0f-200d-1f468.png b/dist/img-apple-160/1f469-200d-2764-fe0f-200d-1f468.png new file mode 100644 index 000000000..6cddffaa9 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-2764-fe0f-200d-1f468.png differ diff --git a/dist/img-apple-160/1f469-200d-2764-fe0f-200d-1f469.png b/dist/img-apple-160/1f469-200d-2764-fe0f-200d-1f469.png new file mode 100644 index 000000000..b89b3dd24 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-2764-fe0f-200d-1f469.png differ diff --git a/dist/img-apple-160/1f469-200d-2764-fe0f-200d-1f48b-200d-1f468.png b/dist/img-apple-160/1f469-200d-2764-fe0f-200d-1f48b-200d-1f468.png new file mode 100644 index 000000000..d7a99a431 Binary files /dev/null and b/dist/img-apple-160/1f469-200d-2764-fe0f-200d-1f48b-200d-1f468.png differ diff --git a/dist/img-apple-160/1f469-200d-2764-fe0f-200d-1f48b-200d-1f469.png b/dist/img-apple-160/1f469-200d-2764-fe0f-200d-1f48b-200d-1f469.png new file mode 100644 index 000000000..aa9490e7f Binary files /dev/null and b/dist/img-apple-160/1f469-200d-2764-fe0f-200d-1f48b-200d-1f469.png differ diff --git a/dist/img-apple-160/1f469.png b/dist/img-apple-160/1f469.png new file mode 100644 index 000000000..b7d39d6ee Binary files /dev/null and b/dist/img-apple-160/1f469.png differ diff --git a/dist/img-apple-160/1f46a.png b/dist/img-apple-160/1f46a.png new file mode 100644 index 000000000..ea892dd0d Binary files /dev/null and b/dist/img-apple-160/1f46a.png differ diff --git a/dist/img-apple-160/1f46b-1f3fb.png b/dist/img-apple-160/1f46b-1f3fb.png new file mode 100644 index 000000000..90698a1b9 Binary files /dev/null and b/dist/img-apple-160/1f46b-1f3fb.png differ diff --git a/dist/img-apple-160/1f46b-1f3fc.png b/dist/img-apple-160/1f46b-1f3fc.png new file mode 100644 index 000000000..56ce3ea3d Binary files /dev/null and b/dist/img-apple-160/1f46b-1f3fc.png differ diff --git a/dist/img-apple-160/1f46b-1f3fd.png b/dist/img-apple-160/1f46b-1f3fd.png new file mode 100644 index 000000000..d34020a93 Binary files /dev/null and b/dist/img-apple-160/1f46b-1f3fd.png differ diff --git a/dist/img-apple-160/1f46b-1f3fe.png b/dist/img-apple-160/1f46b-1f3fe.png new file mode 100644 index 000000000..746a0d4d4 Binary files /dev/null and b/dist/img-apple-160/1f46b-1f3fe.png differ diff --git a/dist/img-apple-160/1f46b-1f3ff.png b/dist/img-apple-160/1f46b-1f3ff.png new file mode 100644 index 000000000..ee7f8aa83 Binary files /dev/null and b/dist/img-apple-160/1f46b-1f3ff.png differ diff --git a/dist/img-apple-160/1f46b.png b/dist/img-apple-160/1f46b.png new file mode 100644 index 000000000..47c2417ac Binary files /dev/null and b/dist/img-apple-160/1f46b.png differ diff --git a/dist/img-apple-160/1f46c-1f3fb.png b/dist/img-apple-160/1f46c-1f3fb.png new file mode 100644 index 000000000..a467e1b62 Binary files /dev/null and b/dist/img-apple-160/1f46c-1f3fb.png differ diff --git a/dist/img-apple-160/1f46c-1f3fc.png b/dist/img-apple-160/1f46c-1f3fc.png new file mode 100644 index 000000000..308b0ab41 Binary files /dev/null and b/dist/img-apple-160/1f46c-1f3fc.png differ diff --git a/dist/img-apple-160/1f46c-1f3fd.png b/dist/img-apple-160/1f46c-1f3fd.png new file mode 100644 index 000000000..45f29e2f9 Binary files /dev/null and b/dist/img-apple-160/1f46c-1f3fd.png differ diff --git a/dist/img-apple-160/1f46c-1f3fe.png b/dist/img-apple-160/1f46c-1f3fe.png new file mode 100644 index 000000000..15d3e0896 Binary files /dev/null and b/dist/img-apple-160/1f46c-1f3fe.png differ diff --git a/dist/img-apple-160/1f46c-1f3ff.png b/dist/img-apple-160/1f46c-1f3ff.png new file mode 100644 index 000000000..ed273e6cc Binary files /dev/null and b/dist/img-apple-160/1f46c-1f3ff.png differ diff --git a/dist/img-apple-160/1f46c.png b/dist/img-apple-160/1f46c.png new file mode 100644 index 000000000..beb39405f Binary files /dev/null and b/dist/img-apple-160/1f46c.png differ diff --git a/dist/img-apple-160/1f46d-1f3fb.png b/dist/img-apple-160/1f46d-1f3fb.png new file mode 100644 index 000000000..5fca6f207 Binary files /dev/null and b/dist/img-apple-160/1f46d-1f3fb.png differ diff --git a/dist/img-apple-160/1f46d-1f3fc.png b/dist/img-apple-160/1f46d-1f3fc.png new file mode 100644 index 000000000..1f37a128f Binary files /dev/null and b/dist/img-apple-160/1f46d-1f3fc.png differ diff --git a/dist/img-apple-160/1f46d-1f3fd.png b/dist/img-apple-160/1f46d-1f3fd.png new file mode 100644 index 000000000..f1de1c051 Binary files /dev/null and b/dist/img-apple-160/1f46d-1f3fd.png differ diff --git a/dist/img-apple-160/1f46d-1f3fe.png b/dist/img-apple-160/1f46d-1f3fe.png new file mode 100644 index 000000000..5a4cc17c1 Binary files /dev/null and b/dist/img-apple-160/1f46d-1f3fe.png differ diff --git a/dist/img-apple-160/1f46d-1f3ff.png b/dist/img-apple-160/1f46d-1f3ff.png new file mode 100644 index 000000000..f9cea992d Binary files /dev/null and b/dist/img-apple-160/1f46d-1f3ff.png differ diff --git a/dist/img-apple-160/1f46d.png b/dist/img-apple-160/1f46d.png new file mode 100644 index 000000000..844d4af5a Binary files /dev/null and b/dist/img-apple-160/1f46d.png differ diff --git a/dist/img-apple-160/1f46e-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f46e-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..efc02d598 Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f46e-1f3fb-200d-2640.png b/dist/img-apple-160/1f46e-1f3fb-200d-2640.png new file mode 100644 index 000000000..efc02d598 Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f46e-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f46e-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..1719170f8 Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f46e-1f3fb-200d-2642.png b/dist/img-apple-160/1f46e-1f3fb-200d-2642.png new file mode 100644 index 000000000..1719170f8 Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f46e-1f3fb.png b/dist/img-apple-160/1f46e-1f3fb.png new file mode 100644 index 000000000..41a56dab8 Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3fb.png differ diff --git a/dist/img-apple-160/1f46e-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f46e-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..09ae78749 Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f46e-1f3fc-200d-2640.png b/dist/img-apple-160/1f46e-1f3fc-200d-2640.png new file mode 100644 index 000000000..09ae78749 Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f46e-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f46e-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..6778b200a Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f46e-1f3fc-200d-2642.png b/dist/img-apple-160/1f46e-1f3fc-200d-2642.png new file mode 100644 index 000000000..6778b200a Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f46e-1f3fc.png b/dist/img-apple-160/1f46e-1f3fc.png new file mode 100644 index 000000000..7dd134f75 Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3fc.png differ diff --git a/dist/img-apple-160/1f46e-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f46e-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..d36621670 Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f46e-1f3fd-200d-2640.png b/dist/img-apple-160/1f46e-1f3fd-200d-2640.png new file mode 100644 index 000000000..d36621670 Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f46e-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f46e-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..7edaa45cd Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f46e-1f3fd-200d-2642.png b/dist/img-apple-160/1f46e-1f3fd-200d-2642.png new file mode 100644 index 000000000..7edaa45cd Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f46e-1f3fd.png b/dist/img-apple-160/1f46e-1f3fd.png new file mode 100644 index 000000000..decd4d7d5 Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3fd.png differ diff --git a/dist/img-apple-160/1f46e-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f46e-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..bceae4faa Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f46e-1f3fe-200d-2640.png b/dist/img-apple-160/1f46e-1f3fe-200d-2640.png new file mode 100644 index 000000000..bceae4faa Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f46e-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f46e-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..2c6fb465b Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f46e-1f3fe-200d-2642.png b/dist/img-apple-160/1f46e-1f3fe-200d-2642.png new file mode 100644 index 000000000..2c6fb465b Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f46e-1f3fe.png b/dist/img-apple-160/1f46e-1f3fe.png new file mode 100644 index 000000000..73bcc6e8b Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3fe.png differ diff --git a/dist/img-apple-160/1f46e-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f46e-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..b39cde7f2 Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f46e-1f3ff-200d-2640.png b/dist/img-apple-160/1f46e-1f3ff-200d-2640.png new file mode 100644 index 000000000..b39cde7f2 Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f46e-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f46e-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..991165c10 Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f46e-1f3ff-200d-2642.png b/dist/img-apple-160/1f46e-1f3ff-200d-2642.png new file mode 100644 index 000000000..991165c10 Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f46e-1f3ff.png b/dist/img-apple-160/1f46e-1f3ff.png new file mode 100644 index 000000000..9bc4780a1 Binary files /dev/null and b/dist/img-apple-160/1f46e-1f3ff.png differ diff --git a/dist/img-apple-160/1f46e-200d-2640-fe0f.png b/dist/img-apple-160/1f46e-200d-2640-fe0f.png new file mode 100644 index 000000000..822ee3458 Binary files /dev/null and b/dist/img-apple-160/1f46e-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f46e-200d-2640.png b/dist/img-apple-160/1f46e-200d-2640.png new file mode 100644 index 000000000..822ee3458 Binary files /dev/null and b/dist/img-apple-160/1f46e-200d-2640.png differ diff --git a/dist/img-apple-160/1f46e-200d-2642-fe0f.png b/dist/img-apple-160/1f46e-200d-2642-fe0f.png new file mode 100644 index 000000000..d1754fd38 Binary files /dev/null and b/dist/img-apple-160/1f46e-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f46e-200d-2642.png b/dist/img-apple-160/1f46e-200d-2642.png new file mode 100644 index 000000000..d1754fd38 Binary files /dev/null and b/dist/img-apple-160/1f46e-200d-2642.png differ diff --git a/dist/img-apple-160/1f46e.png b/dist/img-apple-160/1f46e.png new file mode 100644 index 000000000..3b0131782 Binary files /dev/null and b/dist/img-apple-160/1f46e.png differ diff --git a/dist/img-apple-160/1f46f-200d-2640-fe0f.png b/dist/img-apple-160/1f46f-200d-2640-fe0f.png new file mode 100644 index 000000000..950188b2f Binary files /dev/null and b/dist/img-apple-160/1f46f-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f46f-200d-2640.png b/dist/img-apple-160/1f46f-200d-2640.png new file mode 100644 index 000000000..950188b2f Binary files /dev/null and b/dist/img-apple-160/1f46f-200d-2640.png differ diff --git a/dist/img-apple-160/1f46f-200d-2642-fe0f.png b/dist/img-apple-160/1f46f-200d-2642-fe0f.png new file mode 100644 index 000000000..dc439a72f Binary files /dev/null and b/dist/img-apple-160/1f46f-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f46f-200d-2642.png b/dist/img-apple-160/1f46f-200d-2642.png new file mode 100644 index 000000000..dc439a72f Binary files /dev/null and b/dist/img-apple-160/1f46f-200d-2642.png differ diff --git a/dist/img-apple-160/1f46f.png b/dist/img-apple-160/1f46f.png new file mode 100644 index 000000000..de5924a41 Binary files /dev/null and b/dist/img-apple-160/1f46f.png differ diff --git a/dist/img-apple-160/1f470-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f470-1f3fb-200d-2640-fe0f.png new file mode 100755 index 000000000..a859630ae Binary files /dev/null and b/dist/img-apple-160/1f470-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f470-1f3fb-200d-2640.png b/dist/img-apple-160/1f470-1f3fb-200d-2640.png new file mode 100755 index 000000000..a859630ae Binary files /dev/null and b/dist/img-apple-160/1f470-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f470-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f470-1f3fb-200d-2642-fe0f.png new file mode 100755 index 000000000..d464419bb Binary files /dev/null and b/dist/img-apple-160/1f470-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f470-1f3fb-200d-2642.png b/dist/img-apple-160/1f470-1f3fb-200d-2642.png new file mode 100755 index 000000000..d464419bb Binary files /dev/null and b/dist/img-apple-160/1f470-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f470-1f3fb.png b/dist/img-apple-160/1f470-1f3fb.png new file mode 100644 index 000000000..550456d48 Binary files /dev/null and b/dist/img-apple-160/1f470-1f3fb.png differ diff --git a/dist/img-apple-160/1f470-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f470-1f3fc-200d-2640-fe0f.png new file mode 100755 index 000000000..b2aa97e1d Binary files /dev/null and b/dist/img-apple-160/1f470-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f470-1f3fc-200d-2640.png b/dist/img-apple-160/1f470-1f3fc-200d-2640.png new file mode 100755 index 000000000..b2aa97e1d Binary files /dev/null and b/dist/img-apple-160/1f470-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f470-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f470-1f3fc-200d-2642-fe0f.png new file mode 100755 index 000000000..79f97cf6a Binary files /dev/null and b/dist/img-apple-160/1f470-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f470-1f3fc-200d-2642.png b/dist/img-apple-160/1f470-1f3fc-200d-2642.png new file mode 100755 index 000000000..79f97cf6a Binary files /dev/null and b/dist/img-apple-160/1f470-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f470-1f3fc.png b/dist/img-apple-160/1f470-1f3fc.png new file mode 100644 index 000000000..6abd4fb7c Binary files /dev/null and b/dist/img-apple-160/1f470-1f3fc.png differ diff --git a/dist/img-apple-160/1f470-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f470-1f3fd-200d-2640-fe0f.png new file mode 100755 index 000000000..1771811af Binary files /dev/null and b/dist/img-apple-160/1f470-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f470-1f3fd-200d-2640.png b/dist/img-apple-160/1f470-1f3fd-200d-2640.png new file mode 100755 index 000000000..1771811af Binary files /dev/null and b/dist/img-apple-160/1f470-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f470-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f470-1f3fd-200d-2642-fe0f.png new file mode 100755 index 000000000..42fa9a833 Binary files /dev/null and b/dist/img-apple-160/1f470-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f470-1f3fd-200d-2642.png b/dist/img-apple-160/1f470-1f3fd-200d-2642.png new file mode 100755 index 000000000..42fa9a833 Binary files /dev/null and b/dist/img-apple-160/1f470-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f470-1f3fd.png b/dist/img-apple-160/1f470-1f3fd.png new file mode 100644 index 000000000..4975f01df Binary files /dev/null and b/dist/img-apple-160/1f470-1f3fd.png differ diff --git a/dist/img-apple-160/1f470-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f470-1f3fe-200d-2640-fe0f.png new file mode 100755 index 000000000..bcd24ea9e Binary files /dev/null and b/dist/img-apple-160/1f470-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f470-1f3fe-200d-2640.png b/dist/img-apple-160/1f470-1f3fe-200d-2640.png new file mode 100755 index 000000000..bcd24ea9e Binary files /dev/null and b/dist/img-apple-160/1f470-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f470-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f470-1f3fe-200d-2642-fe0f.png new file mode 100755 index 000000000..417699179 Binary files /dev/null and b/dist/img-apple-160/1f470-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f470-1f3fe-200d-2642.png b/dist/img-apple-160/1f470-1f3fe-200d-2642.png new file mode 100755 index 000000000..417699179 Binary files /dev/null and b/dist/img-apple-160/1f470-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f470-1f3fe.png b/dist/img-apple-160/1f470-1f3fe.png new file mode 100644 index 000000000..753a491bc Binary files /dev/null and b/dist/img-apple-160/1f470-1f3fe.png differ diff --git a/dist/img-apple-160/1f470-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f470-1f3ff-200d-2640-fe0f.png new file mode 100755 index 000000000..4a264ba79 Binary files /dev/null and b/dist/img-apple-160/1f470-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f470-1f3ff-200d-2640.png b/dist/img-apple-160/1f470-1f3ff-200d-2640.png new file mode 100755 index 000000000..4a264ba79 Binary files /dev/null and b/dist/img-apple-160/1f470-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f470-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f470-1f3ff-200d-2642-fe0f.png new file mode 100755 index 000000000..7d0f81cf4 Binary files /dev/null and b/dist/img-apple-160/1f470-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f470-1f3ff-200d-2642.png b/dist/img-apple-160/1f470-1f3ff-200d-2642.png new file mode 100755 index 000000000..7d0f81cf4 Binary files /dev/null and b/dist/img-apple-160/1f470-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f470-1f3ff.png b/dist/img-apple-160/1f470-1f3ff.png new file mode 100644 index 000000000..e30d69b0e Binary files /dev/null and b/dist/img-apple-160/1f470-1f3ff.png differ diff --git a/dist/img-apple-160/1f470-200d-2640-fe0f.png b/dist/img-apple-160/1f470-200d-2640-fe0f.png new file mode 100755 index 000000000..4ff33b86e Binary files /dev/null and b/dist/img-apple-160/1f470-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f470-200d-2640.png b/dist/img-apple-160/1f470-200d-2640.png new file mode 100755 index 000000000..4ff33b86e Binary files /dev/null and b/dist/img-apple-160/1f470-200d-2640.png differ diff --git a/dist/img-apple-160/1f470-200d-2642-fe0f.png b/dist/img-apple-160/1f470-200d-2642-fe0f.png new file mode 100755 index 000000000..92bf3976e Binary files /dev/null and b/dist/img-apple-160/1f470-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f470-200d-2642.png b/dist/img-apple-160/1f470-200d-2642.png new file mode 100755 index 000000000..92bf3976e Binary files /dev/null and b/dist/img-apple-160/1f470-200d-2642.png differ diff --git a/dist/img-apple-160/1f470.png b/dist/img-apple-160/1f470.png new file mode 100644 index 000000000..568eaa67a Binary files /dev/null and b/dist/img-apple-160/1f470.png differ diff --git a/dist/img-apple-160/1f471-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f471-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..18f75bf55 Binary files /dev/null and b/dist/img-apple-160/1f471-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f471-1f3fb-200d-2640.png b/dist/img-apple-160/1f471-1f3fb-200d-2640.png new file mode 100644 index 000000000..18f75bf55 Binary files /dev/null and b/dist/img-apple-160/1f471-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f471-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f471-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..cd8042345 Binary files /dev/null and b/dist/img-apple-160/1f471-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f471-1f3fb-200d-2642.png b/dist/img-apple-160/1f471-1f3fb-200d-2642.png new file mode 100644 index 000000000..cd8042345 Binary files /dev/null and b/dist/img-apple-160/1f471-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f471-1f3fb.png b/dist/img-apple-160/1f471-1f3fb.png new file mode 100644 index 000000000..dc78fce9a Binary files /dev/null and b/dist/img-apple-160/1f471-1f3fb.png differ diff --git a/dist/img-apple-160/1f471-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f471-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..46d7598da Binary files /dev/null and b/dist/img-apple-160/1f471-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f471-1f3fc-200d-2640.png b/dist/img-apple-160/1f471-1f3fc-200d-2640.png new file mode 100644 index 000000000..46d7598da Binary files /dev/null and b/dist/img-apple-160/1f471-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f471-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f471-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..a07003a23 Binary files /dev/null and b/dist/img-apple-160/1f471-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f471-1f3fc-200d-2642.png b/dist/img-apple-160/1f471-1f3fc-200d-2642.png new file mode 100644 index 000000000..a07003a23 Binary files /dev/null and b/dist/img-apple-160/1f471-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f471-1f3fc.png b/dist/img-apple-160/1f471-1f3fc.png new file mode 100644 index 000000000..eacd67c3c Binary files /dev/null and b/dist/img-apple-160/1f471-1f3fc.png differ diff --git a/dist/img-apple-160/1f471-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f471-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..17bbab877 Binary files /dev/null and b/dist/img-apple-160/1f471-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f471-1f3fd-200d-2640.png b/dist/img-apple-160/1f471-1f3fd-200d-2640.png new file mode 100644 index 000000000..17bbab877 Binary files /dev/null and b/dist/img-apple-160/1f471-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f471-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f471-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..4975b0609 Binary files /dev/null and b/dist/img-apple-160/1f471-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f471-1f3fd-200d-2642.png b/dist/img-apple-160/1f471-1f3fd-200d-2642.png new file mode 100644 index 000000000..4975b0609 Binary files /dev/null and b/dist/img-apple-160/1f471-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f471-1f3fd.png b/dist/img-apple-160/1f471-1f3fd.png new file mode 100644 index 000000000..306e37657 Binary files /dev/null and b/dist/img-apple-160/1f471-1f3fd.png differ diff --git a/dist/img-apple-160/1f471-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f471-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..1f9bbc2f4 Binary files /dev/null and b/dist/img-apple-160/1f471-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f471-1f3fe-200d-2640.png b/dist/img-apple-160/1f471-1f3fe-200d-2640.png new file mode 100644 index 000000000..1f9bbc2f4 Binary files /dev/null and b/dist/img-apple-160/1f471-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f471-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f471-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..41146d015 Binary files /dev/null and b/dist/img-apple-160/1f471-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f471-1f3fe-200d-2642.png b/dist/img-apple-160/1f471-1f3fe-200d-2642.png new file mode 100644 index 000000000..41146d015 Binary files /dev/null and b/dist/img-apple-160/1f471-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f471-1f3fe.png b/dist/img-apple-160/1f471-1f3fe.png new file mode 100644 index 000000000..86c464a16 Binary files /dev/null and b/dist/img-apple-160/1f471-1f3fe.png differ diff --git a/dist/img-apple-160/1f471-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f471-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..a3c9a9f6c Binary files /dev/null and b/dist/img-apple-160/1f471-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f471-1f3ff-200d-2640.png b/dist/img-apple-160/1f471-1f3ff-200d-2640.png new file mode 100644 index 000000000..a3c9a9f6c Binary files /dev/null and b/dist/img-apple-160/1f471-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f471-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f471-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..b0d065e3c Binary files /dev/null and b/dist/img-apple-160/1f471-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f471-1f3ff-200d-2642.png b/dist/img-apple-160/1f471-1f3ff-200d-2642.png new file mode 100644 index 000000000..b0d065e3c Binary files /dev/null and b/dist/img-apple-160/1f471-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f471-1f3ff.png b/dist/img-apple-160/1f471-1f3ff.png new file mode 100644 index 000000000..7d6b787e7 Binary files /dev/null and b/dist/img-apple-160/1f471-1f3ff.png differ diff --git a/dist/img-apple-160/1f471-200d-2640-fe0f.png b/dist/img-apple-160/1f471-200d-2640-fe0f.png new file mode 100644 index 000000000..e1fba0fef Binary files /dev/null and b/dist/img-apple-160/1f471-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f471-200d-2640.png b/dist/img-apple-160/1f471-200d-2640.png new file mode 100644 index 000000000..e1fba0fef Binary files /dev/null and b/dist/img-apple-160/1f471-200d-2640.png differ diff --git a/dist/img-apple-160/1f471-200d-2642-fe0f.png b/dist/img-apple-160/1f471-200d-2642-fe0f.png new file mode 100644 index 000000000..d2873c169 Binary files /dev/null and b/dist/img-apple-160/1f471-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f471-200d-2642.png b/dist/img-apple-160/1f471-200d-2642.png new file mode 100644 index 000000000..d2873c169 Binary files /dev/null and b/dist/img-apple-160/1f471-200d-2642.png differ diff --git a/dist/img-apple-160/1f471.png b/dist/img-apple-160/1f471.png new file mode 100644 index 000000000..b7d18cc6c Binary files /dev/null and b/dist/img-apple-160/1f471.png differ diff --git a/dist/img-apple-160/1f472-1f3fb.png b/dist/img-apple-160/1f472-1f3fb.png new file mode 100644 index 000000000..97ebc85b7 Binary files /dev/null and b/dist/img-apple-160/1f472-1f3fb.png differ diff --git a/dist/img-apple-160/1f472-1f3fc.png b/dist/img-apple-160/1f472-1f3fc.png new file mode 100644 index 000000000..1a3893488 Binary files /dev/null and b/dist/img-apple-160/1f472-1f3fc.png differ diff --git a/dist/img-apple-160/1f472-1f3fd.png b/dist/img-apple-160/1f472-1f3fd.png new file mode 100644 index 000000000..82d4dc429 Binary files /dev/null and b/dist/img-apple-160/1f472-1f3fd.png differ diff --git a/dist/img-apple-160/1f472-1f3fe.png b/dist/img-apple-160/1f472-1f3fe.png new file mode 100644 index 000000000..a1ddd6fdf Binary files /dev/null and b/dist/img-apple-160/1f472-1f3fe.png differ diff --git a/dist/img-apple-160/1f472-1f3ff.png b/dist/img-apple-160/1f472-1f3ff.png new file mode 100644 index 000000000..c42a7a864 Binary files /dev/null and b/dist/img-apple-160/1f472-1f3ff.png differ diff --git a/dist/img-apple-160/1f472.png b/dist/img-apple-160/1f472.png new file mode 100644 index 000000000..f43fd4b84 Binary files /dev/null and b/dist/img-apple-160/1f472.png differ diff --git a/dist/img-apple-160/1f473-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f473-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..42efff3cc Binary files /dev/null and b/dist/img-apple-160/1f473-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f473-1f3fb-200d-2640.png b/dist/img-apple-160/1f473-1f3fb-200d-2640.png new file mode 100644 index 000000000..42efff3cc Binary files /dev/null and b/dist/img-apple-160/1f473-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f473-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f473-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..da73d7206 Binary files /dev/null and b/dist/img-apple-160/1f473-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f473-1f3fb-200d-2642.png b/dist/img-apple-160/1f473-1f3fb-200d-2642.png new file mode 100644 index 000000000..da73d7206 Binary files /dev/null and b/dist/img-apple-160/1f473-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f473-1f3fb.png b/dist/img-apple-160/1f473-1f3fb.png new file mode 100644 index 000000000..7fbd2cb65 Binary files /dev/null and b/dist/img-apple-160/1f473-1f3fb.png differ diff --git a/dist/img-apple-160/1f473-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f473-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..217253368 Binary files /dev/null and b/dist/img-apple-160/1f473-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f473-1f3fc-200d-2640.png b/dist/img-apple-160/1f473-1f3fc-200d-2640.png new file mode 100644 index 000000000..217253368 Binary files /dev/null and b/dist/img-apple-160/1f473-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f473-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f473-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..e8ca24818 Binary files /dev/null and b/dist/img-apple-160/1f473-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f473-1f3fc-200d-2642.png b/dist/img-apple-160/1f473-1f3fc-200d-2642.png new file mode 100644 index 000000000..e8ca24818 Binary files /dev/null and b/dist/img-apple-160/1f473-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f473-1f3fc.png b/dist/img-apple-160/1f473-1f3fc.png new file mode 100644 index 000000000..e8dab2959 Binary files /dev/null and b/dist/img-apple-160/1f473-1f3fc.png differ diff --git a/dist/img-apple-160/1f473-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f473-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..86db6b0bf Binary files /dev/null and b/dist/img-apple-160/1f473-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f473-1f3fd-200d-2640.png b/dist/img-apple-160/1f473-1f3fd-200d-2640.png new file mode 100644 index 000000000..86db6b0bf Binary files /dev/null and b/dist/img-apple-160/1f473-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f473-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f473-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..000f5d2ee Binary files /dev/null and b/dist/img-apple-160/1f473-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f473-1f3fd-200d-2642.png b/dist/img-apple-160/1f473-1f3fd-200d-2642.png new file mode 100644 index 000000000..000f5d2ee Binary files /dev/null and b/dist/img-apple-160/1f473-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f473-1f3fd.png b/dist/img-apple-160/1f473-1f3fd.png new file mode 100644 index 000000000..94b3c3a6f Binary files /dev/null and b/dist/img-apple-160/1f473-1f3fd.png differ diff --git a/dist/img-apple-160/1f473-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f473-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..50d653584 Binary files /dev/null and b/dist/img-apple-160/1f473-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f473-1f3fe-200d-2640.png b/dist/img-apple-160/1f473-1f3fe-200d-2640.png new file mode 100644 index 000000000..50d653584 Binary files /dev/null and b/dist/img-apple-160/1f473-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f473-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f473-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..15df88ae6 Binary files /dev/null and b/dist/img-apple-160/1f473-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f473-1f3fe-200d-2642.png b/dist/img-apple-160/1f473-1f3fe-200d-2642.png new file mode 100644 index 000000000..15df88ae6 Binary files /dev/null and b/dist/img-apple-160/1f473-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f473-1f3fe.png b/dist/img-apple-160/1f473-1f3fe.png new file mode 100644 index 000000000..fdc221271 Binary files /dev/null and b/dist/img-apple-160/1f473-1f3fe.png differ diff --git a/dist/img-apple-160/1f473-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f473-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..781fa60a1 Binary files /dev/null and b/dist/img-apple-160/1f473-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f473-1f3ff-200d-2640.png b/dist/img-apple-160/1f473-1f3ff-200d-2640.png new file mode 100644 index 000000000..781fa60a1 Binary files /dev/null and b/dist/img-apple-160/1f473-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f473-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f473-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..dfe71fa58 Binary files /dev/null and b/dist/img-apple-160/1f473-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f473-1f3ff-200d-2642.png b/dist/img-apple-160/1f473-1f3ff-200d-2642.png new file mode 100644 index 000000000..dfe71fa58 Binary files /dev/null and b/dist/img-apple-160/1f473-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f473-1f3ff.png b/dist/img-apple-160/1f473-1f3ff.png new file mode 100644 index 000000000..711591648 Binary files /dev/null and b/dist/img-apple-160/1f473-1f3ff.png differ diff --git a/dist/img-apple-160/1f473-200d-2640-fe0f.png b/dist/img-apple-160/1f473-200d-2640-fe0f.png new file mode 100644 index 000000000..503a07411 Binary files /dev/null and b/dist/img-apple-160/1f473-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f473-200d-2640.png b/dist/img-apple-160/1f473-200d-2640.png new file mode 100644 index 000000000..503a07411 Binary files /dev/null and b/dist/img-apple-160/1f473-200d-2640.png differ diff --git a/dist/img-apple-160/1f473-200d-2642-fe0f.png b/dist/img-apple-160/1f473-200d-2642-fe0f.png new file mode 100644 index 000000000..2829b656b Binary files /dev/null and b/dist/img-apple-160/1f473-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f473-200d-2642.png b/dist/img-apple-160/1f473-200d-2642.png new file mode 100644 index 000000000..2829b656b Binary files /dev/null and b/dist/img-apple-160/1f473-200d-2642.png differ diff --git a/dist/img-apple-160/1f473.png b/dist/img-apple-160/1f473.png new file mode 100644 index 000000000..652ca274f Binary files /dev/null and b/dist/img-apple-160/1f473.png differ diff --git a/dist/img-apple-160/1f474-1f3fb.png b/dist/img-apple-160/1f474-1f3fb.png new file mode 100644 index 000000000..543ae5052 Binary files /dev/null and b/dist/img-apple-160/1f474-1f3fb.png differ diff --git a/dist/img-apple-160/1f474-1f3fc.png b/dist/img-apple-160/1f474-1f3fc.png new file mode 100644 index 000000000..0d3cb58a5 Binary files /dev/null and b/dist/img-apple-160/1f474-1f3fc.png differ diff --git a/dist/img-apple-160/1f474-1f3fd.png b/dist/img-apple-160/1f474-1f3fd.png new file mode 100644 index 000000000..42f2c837d Binary files /dev/null and b/dist/img-apple-160/1f474-1f3fd.png differ diff --git a/dist/img-apple-160/1f474-1f3fe.png b/dist/img-apple-160/1f474-1f3fe.png new file mode 100644 index 000000000..4798049a9 Binary files /dev/null and b/dist/img-apple-160/1f474-1f3fe.png differ diff --git a/dist/img-apple-160/1f474-1f3ff.png b/dist/img-apple-160/1f474-1f3ff.png new file mode 100644 index 000000000..791801d67 Binary files /dev/null and b/dist/img-apple-160/1f474-1f3ff.png differ diff --git a/dist/img-apple-160/1f474.png b/dist/img-apple-160/1f474.png new file mode 100644 index 000000000..b3cb497a5 Binary files /dev/null and b/dist/img-apple-160/1f474.png differ diff --git a/dist/img-apple-160/1f475-1f3fb.png b/dist/img-apple-160/1f475-1f3fb.png new file mode 100644 index 000000000..449f69a8f Binary files /dev/null and b/dist/img-apple-160/1f475-1f3fb.png differ diff --git a/dist/img-apple-160/1f475-1f3fc.png b/dist/img-apple-160/1f475-1f3fc.png new file mode 100644 index 000000000..9eecffb12 Binary files /dev/null and b/dist/img-apple-160/1f475-1f3fc.png differ diff --git a/dist/img-apple-160/1f475-1f3fd.png b/dist/img-apple-160/1f475-1f3fd.png new file mode 100644 index 000000000..5240d3f08 Binary files /dev/null and b/dist/img-apple-160/1f475-1f3fd.png differ diff --git a/dist/img-apple-160/1f475-1f3fe.png b/dist/img-apple-160/1f475-1f3fe.png new file mode 100644 index 000000000..3550bb04d Binary files /dev/null and b/dist/img-apple-160/1f475-1f3fe.png differ diff --git a/dist/img-apple-160/1f475-1f3ff.png b/dist/img-apple-160/1f475-1f3ff.png new file mode 100644 index 000000000..966b1a6ab Binary files /dev/null and b/dist/img-apple-160/1f475-1f3ff.png differ diff --git a/dist/img-apple-160/1f475.png b/dist/img-apple-160/1f475.png new file mode 100644 index 000000000..306cfd4a9 Binary files /dev/null and b/dist/img-apple-160/1f475.png differ diff --git a/dist/img-apple-160/1f476-1f3fb.png b/dist/img-apple-160/1f476-1f3fb.png new file mode 100644 index 000000000..e5665e05f Binary files /dev/null and b/dist/img-apple-160/1f476-1f3fb.png differ diff --git a/dist/img-apple-160/1f476-1f3fc.png b/dist/img-apple-160/1f476-1f3fc.png new file mode 100644 index 000000000..42937ca4f Binary files /dev/null and b/dist/img-apple-160/1f476-1f3fc.png differ diff --git a/dist/img-apple-160/1f476-1f3fd.png b/dist/img-apple-160/1f476-1f3fd.png new file mode 100644 index 000000000..018b02704 Binary files /dev/null and b/dist/img-apple-160/1f476-1f3fd.png differ diff --git a/dist/img-apple-160/1f476-1f3fe.png b/dist/img-apple-160/1f476-1f3fe.png new file mode 100644 index 000000000..563edd93b Binary files /dev/null and b/dist/img-apple-160/1f476-1f3fe.png differ diff --git a/dist/img-apple-160/1f476-1f3ff.png b/dist/img-apple-160/1f476-1f3ff.png new file mode 100644 index 000000000..3a5a25d45 Binary files /dev/null and b/dist/img-apple-160/1f476-1f3ff.png differ diff --git a/dist/img-apple-160/1f476.png b/dist/img-apple-160/1f476.png new file mode 100644 index 000000000..73181055b Binary files /dev/null and b/dist/img-apple-160/1f476.png differ diff --git a/dist/img-apple-160/1f477-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f477-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..2b83878d8 Binary files /dev/null and b/dist/img-apple-160/1f477-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f477-1f3fb-200d-2640.png b/dist/img-apple-160/1f477-1f3fb-200d-2640.png new file mode 100644 index 000000000..2b83878d8 Binary files /dev/null and b/dist/img-apple-160/1f477-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f477-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f477-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..9563ee8f6 Binary files /dev/null and b/dist/img-apple-160/1f477-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f477-1f3fb-200d-2642.png b/dist/img-apple-160/1f477-1f3fb-200d-2642.png new file mode 100644 index 000000000..9563ee8f6 Binary files /dev/null and b/dist/img-apple-160/1f477-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f477-1f3fb.png b/dist/img-apple-160/1f477-1f3fb.png new file mode 100644 index 000000000..ee4051685 Binary files /dev/null and b/dist/img-apple-160/1f477-1f3fb.png differ diff --git a/dist/img-apple-160/1f477-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f477-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..0c5c8cc05 Binary files /dev/null and b/dist/img-apple-160/1f477-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f477-1f3fc-200d-2640.png b/dist/img-apple-160/1f477-1f3fc-200d-2640.png new file mode 100644 index 000000000..0c5c8cc05 Binary files /dev/null and b/dist/img-apple-160/1f477-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f477-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f477-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..8e88f3f32 Binary files /dev/null and b/dist/img-apple-160/1f477-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f477-1f3fc-200d-2642.png b/dist/img-apple-160/1f477-1f3fc-200d-2642.png new file mode 100644 index 000000000..8e88f3f32 Binary files /dev/null and b/dist/img-apple-160/1f477-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f477-1f3fc.png b/dist/img-apple-160/1f477-1f3fc.png new file mode 100644 index 000000000..055253dea Binary files /dev/null and b/dist/img-apple-160/1f477-1f3fc.png differ diff --git a/dist/img-apple-160/1f477-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f477-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..90fe749f7 Binary files /dev/null and b/dist/img-apple-160/1f477-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f477-1f3fd-200d-2640.png b/dist/img-apple-160/1f477-1f3fd-200d-2640.png new file mode 100644 index 000000000..90fe749f7 Binary files /dev/null and b/dist/img-apple-160/1f477-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f477-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f477-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..edea2a9c2 Binary files /dev/null and b/dist/img-apple-160/1f477-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f477-1f3fd-200d-2642.png b/dist/img-apple-160/1f477-1f3fd-200d-2642.png new file mode 100644 index 000000000..edea2a9c2 Binary files /dev/null and b/dist/img-apple-160/1f477-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f477-1f3fd.png b/dist/img-apple-160/1f477-1f3fd.png new file mode 100644 index 000000000..9549e21c7 Binary files /dev/null and b/dist/img-apple-160/1f477-1f3fd.png differ diff --git a/dist/img-apple-160/1f477-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f477-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..887a2c579 Binary files /dev/null and b/dist/img-apple-160/1f477-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f477-1f3fe-200d-2640.png b/dist/img-apple-160/1f477-1f3fe-200d-2640.png new file mode 100644 index 000000000..887a2c579 Binary files /dev/null and b/dist/img-apple-160/1f477-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f477-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f477-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..65cd180c0 Binary files /dev/null and b/dist/img-apple-160/1f477-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f477-1f3fe-200d-2642.png b/dist/img-apple-160/1f477-1f3fe-200d-2642.png new file mode 100644 index 000000000..65cd180c0 Binary files /dev/null and b/dist/img-apple-160/1f477-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f477-1f3fe.png b/dist/img-apple-160/1f477-1f3fe.png new file mode 100644 index 000000000..20f25dcfa Binary files /dev/null and b/dist/img-apple-160/1f477-1f3fe.png differ diff --git a/dist/img-apple-160/1f477-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f477-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..59c7c62ca Binary files /dev/null and b/dist/img-apple-160/1f477-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f477-1f3ff-200d-2640.png b/dist/img-apple-160/1f477-1f3ff-200d-2640.png new file mode 100644 index 000000000..59c7c62ca Binary files /dev/null and b/dist/img-apple-160/1f477-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f477-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f477-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..9afb99a00 Binary files /dev/null and b/dist/img-apple-160/1f477-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f477-1f3ff-200d-2642.png b/dist/img-apple-160/1f477-1f3ff-200d-2642.png new file mode 100644 index 000000000..9afb99a00 Binary files /dev/null and b/dist/img-apple-160/1f477-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f477-1f3ff.png b/dist/img-apple-160/1f477-1f3ff.png new file mode 100644 index 000000000..4a326678c Binary files /dev/null and b/dist/img-apple-160/1f477-1f3ff.png differ diff --git a/dist/img-apple-160/1f477-200d-2640-fe0f.png b/dist/img-apple-160/1f477-200d-2640-fe0f.png new file mode 100644 index 000000000..76b7641de Binary files /dev/null and b/dist/img-apple-160/1f477-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f477-200d-2640.png b/dist/img-apple-160/1f477-200d-2640.png new file mode 100644 index 000000000..76b7641de Binary files /dev/null and b/dist/img-apple-160/1f477-200d-2640.png differ diff --git a/dist/img-apple-160/1f477-200d-2642-fe0f.png b/dist/img-apple-160/1f477-200d-2642-fe0f.png new file mode 100644 index 000000000..645591abf Binary files /dev/null and b/dist/img-apple-160/1f477-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f477-200d-2642.png b/dist/img-apple-160/1f477-200d-2642.png new file mode 100644 index 000000000..645591abf Binary files /dev/null and b/dist/img-apple-160/1f477-200d-2642.png differ diff --git a/dist/img-apple-160/1f477.png b/dist/img-apple-160/1f477.png new file mode 100644 index 000000000..1b65498ed Binary files /dev/null and b/dist/img-apple-160/1f477.png differ diff --git a/dist/img-apple-160/1f478-1f3fb.png b/dist/img-apple-160/1f478-1f3fb.png new file mode 100644 index 000000000..eed81f157 Binary files /dev/null and b/dist/img-apple-160/1f478-1f3fb.png differ diff --git a/dist/img-apple-160/1f478-1f3fc.png b/dist/img-apple-160/1f478-1f3fc.png new file mode 100644 index 000000000..0c72bd487 Binary files /dev/null and b/dist/img-apple-160/1f478-1f3fc.png differ diff --git a/dist/img-apple-160/1f478-1f3fd.png b/dist/img-apple-160/1f478-1f3fd.png new file mode 100644 index 000000000..c1268d148 Binary files /dev/null and b/dist/img-apple-160/1f478-1f3fd.png differ diff --git a/dist/img-apple-160/1f478-1f3fe.png b/dist/img-apple-160/1f478-1f3fe.png new file mode 100644 index 000000000..921582c7a Binary files /dev/null and b/dist/img-apple-160/1f478-1f3fe.png differ diff --git a/dist/img-apple-160/1f478-1f3ff.png b/dist/img-apple-160/1f478-1f3ff.png new file mode 100644 index 000000000..4c8a65b5a Binary files /dev/null and b/dist/img-apple-160/1f478-1f3ff.png differ diff --git a/dist/img-apple-160/1f478.png b/dist/img-apple-160/1f478.png new file mode 100644 index 000000000..b1ce8134f Binary files /dev/null and b/dist/img-apple-160/1f478.png differ diff --git a/dist/img-apple-160/1f479.png b/dist/img-apple-160/1f479.png new file mode 100644 index 000000000..2dba84b7b Binary files /dev/null and b/dist/img-apple-160/1f479.png differ diff --git a/dist/img-apple-160/1f47a.png b/dist/img-apple-160/1f47a.png new file mode 100644 index 000000000..57c91e2e9 Binary files /dev/null and b/dist/img-apple-160/1f47a.png differ diff --git a/dist/img-apple-160/1f47b.png b/dist/img-apple-160/1f47b.png new file mode 100644 index 000000000..f6c366a8b Binary files /dev/null and b/dist/img-apple-160/1f47b.png differ diff --git a/dist/img-apple-160/1f47c-1f3fb.png b/dist/img-apple-160/1f47c-1f3fb.png new file mode 100644 index 000000000..b8b9d1fc8 Binary files /dev/null and b/dist/img-apple-160/1f47c-1f3fb.png differ diff --git a/dist/img-apple-160/1f47c-1f3fc.png b/dist/img-apple-160/1f47c-1f3fc.png new file mode 100644 index 000000000..5dfefe6c7 Binary files /dev/null and b/dist/img-apple-160/1f47c-1f3fc.png differ diff --git a/dist/img-apple-160/1f47c-1f3fd.png b/dist/img-apple-160/1f47c-1f3fd.png new file mode 100644 index 000000000..6f3f61b0e Binary files /dev/null and b/dist/img-apple-160/1f47c-1f3fd.png differ diff --git a/dist/img-apple-160/1f47c-1f3fe.png b/dist/img-apple-160/1f47c-1f3fe.png new file mode 100644 index 000000000..6b8927762 Binary files /dev/null and b/dist/img-apple-160/1f47c-1f3fe.png differ diff --git a/dist/img-apple-160/1f47c-1f3ff.png b/dist/img-apple-160/1f47c-1f3ff.png new file mode 100644 index 000000000..21b35a4b7 Binary files /dev/null and b/dist/img-apple-160/1f47c-1f3ff.png differ diff --git a/dist/img-apple-160/1f47c.png b/dist/img-apple-160/1f47c.png new file mode 100644 index 000000000..b983e342d Binary files /dev/null and b/dist/img-apple-160/1f47c.png differ diff --git a/dist/img-apple-160/1f47d.png b/dist/img-apple-160/1f47d.png new file mode 100644 index 000000000..755489551 Binary files /dev/null and b/dist/img-apple-160/1f47d.png differ diff --git a/dist/img-apple-160/1f47e.png b/dist/img-apple-160/1f47e.png new file mode 100644 index 000000000..534950479 Binary files /dev/null and b/dist/img-apple-160/1f47e.png differ diff --git a/dist/img-apple-160/1f47f.png b/dist/img-apple-160/1f47f.png new file mode 100644 index 000000000..ede155b34 Binary files /dev/null and b/dist/img-apple-160/1f47f.png differ diff --git a/dist/img-apple-160/1f480.png b/dist/img-apple-160/1f480.png new file mode 100644 index 000000000..cafe03226 Binary files /dev/null and b/dist/img-apple-160/1f480.png differ diff --git a/dist/img-apple-160/1f481-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f481-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..faeeaccb2 Binary files /dev/null and b/dist/img-apple-160/1f481-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f481-1f3fb-200d-2640.png b/dist/img-apple-160/1f481-1f3fb-200d-2640.png new file mode 100644 index 000000000..faeeaccb2 Binary files /dev/null and b/dist/img-apple-160/1f481-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f481-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f481-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..a146d6db7 Binary files /dev/null and b/dist/img-apple-160/1f481-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f481-1f3fb-200d-2642.png b/dist/img-apple-160/1f481-1f3fb-200d-2642.png new file mode 100644 index 000000000..a146d6db7 Binary files /dev/null and b/dist/img-apple-160/1f481-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f481-1f3fb.png b/dist/img-apple-160/1f481-1f3fb.png new file mode 100644 index 000000000..284e35b8f Binary files /dev/null and b/dist/img-apple-160/1f481-1f3fb.png differ diff --git a/dist/img-apple-160/1f481-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f481-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..afd616b72 Binary files /dev/null and b/dist/img-apple-160/1f481-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f481-1f3fc-200d-2640.png b/dist/img-apple-160/1f481-1f3fc-200d-2640.png new file mode 100644 index 000000000..afd616b72 Binary files /dev/null and b/dist/img-apple-160/1f481-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f481-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f481-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..9ba3302e9 Binary files /dev/null and b/dist/img-apple-160/1f481-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f481-1f3fc-200d-2642.png b/dist/img-apple-160/1f481-1f3fc-200d-2642.png new file mode 100644 index 000000000..9ba3302e9 Binary files /dev/null and b/dist/img-apple-160/1f481-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f481-1f3fc.png b/dist/img-apple-160/1f481-1f3fc.png new file mode 100644 index 000000000..9587376f7 Binary files /dev/null and b/dist/img-apple-160/1f481-1f3fc.png differ diff --git a/dist/img-apple-160/1f481-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f481-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..70b5b8cc9 Binary files /dev/null and b/dist/img-apple-160/1f481-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f481-1f3fd-200d-2640.png b/dist/img-apple-160/1f481-1f3fd-200d-2640.png new file mode 100644 index 000000000..70b5b8cc9 Binary files /dev/null and b/dist/img-apple-160/1f481-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f481-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f481-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..e4ef078d1 Binary files /dev/null and b/dist/img-apple-160/1f481-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f481-1f3fd-200d-2642.png b/dist/img-apple-160/1f481-1f3fd-200d-2642.png new file mode 100644 index 000000000..e4ef078d1 Binary files /dev/null and b/dist/img-apple-160/1f481-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f481-1f3fd.png b/dist/img-apple-160/1f481-1f3fd.png new file mode 100644 index 000000000..cf93c56d3 Binary files /dev/null and b/dist/img-apple-160/1f481-1f3fd.png differ diff --git a/dist/img-apple-160/1f481-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f481-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..2cc59c485 Binary files /dev/null and b/dist/img-apple-160/1f481-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f481-1f3fe-200d-2640.png b/dist/img-apple-160/1f481-1f3fe-200d-2640.png new file mode 100644 index 000000000..2cc59c485 Binary files /dev/null and b/dist/img-apple-160/1f481-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f481-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f481-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..3fa2254a0 Binary files /dev/null and b/dist/img-apple-160/1f481-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f481-1f3fe-200d-2642.png b/dist/img-apple-160/1f481-1f3fe-200d-2642.png new file mode 100644 index 000000000..3fa2254a0 Binary files /dev/null and b/dist/img-apple-160/1f481-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f481-1f3fe.png b/dist/img-apple-160/1f481-1f3fe.png new file mode 100644 index 000000000..d561f7905 Binary files /dev/null and b/dist/img-apple-160/1f481-1f3fe.png differ diff --git a/dist/img-apple-160/1f481-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f481-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..50bc424fd Binary files /dev/null and b/dist/img-apple-160/1f481-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f481-1f3ff-200d-2640.png b/dist/img-apple-160/1f481-1f3ff-200d-2640.png new file mode 100644 index 000000000..50bc424fd Binary files /dev/null and b/dist/img-apple-160/1f481-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f481-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f481-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..2345372ab Binary files /dev/null and b/dist/img-apple-160/1f481-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f481-1f3ff-200d-2642.png b/dist/img-apple-160/1f481-1f3ff-200d-2642.png new file mode 100644 index 000000000..2345372ab Binary files /dev/null and b/dist/img-apple-160/1f481-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f481-1f3ff.png b/dist/img-apple-160/1f481-1f3ff.png new file mode 100644 index 000000000..15c8f9939 Binary files /dev/null and b/dist/img-apple-160/1f481-1f3ff.png differ diff --git a/dist/img-apple-160/1f481-200d-2640-fe0f.png b/dist/img-apple-160/1f481-200d-2640-fe0f.png new file mode 100644 index 000000000..7d698ff64 Binary files /dev/null and b/dist/img-apple-160/1f481-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f481-200d-2640.png b/dist/img-apple-160/1f481-200d-2640.png new file mode 100644 index 000000000..7d698ff64 Binary files /dev/null and b/dist/img-apple-160/1f481-200d-2640.png differ diff --git a/dist/img-apple-160/1f481-200d-2642-fe0f.png b/dist/img-apple-160/1f481-200d-2642-fe0f.png new file mode 100644 index 000000000..92e17126e Binary files /dev/null and b/dist/img-apple-160/1f481-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f481-200d-2642.png b/dist/img-apple-160/1f481-200d-2642.png new file mode 100644 index 000000000..92e17126e Binary files /dev/null and b/dist/img-apple-160/1f481-200d-2642.png differ diff --git a/dist/img-apple-160/1f481.png b/dist/img-apple-160/1f481.png new file mode 100644 index 000000000..bf7a97b84 Binary files /dev/null and b/dist/img-apple-160/1f481.png differ diff --git a/dist/img-apple-160/1f482-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f482-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..260a9166e Binary files /dev/null and b/dist/img-apple-160/1f482-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f482-1f3fb-200d-2640.png b/dist/img-apple-160/1f482-1f3fb-200d-2640.png new file mode 100644 index 000000000..260a9166e Binary files /dev/null and b/dist/img-apple-160/1f482-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f482-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f482-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..55de669ab Binary files /dev/null and b/dist/img-apple-160/1f482-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f482-1f3fb-200d-2642.png b/dist/img-apple-160/1f482-1f3fb-200d-2642.png new file mode 100644 index 000000000..55de669ab Binary files /dev/null and b/dist/img-apple-160/1f482-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f482-1f3fb.png b/dist/img-apple-160/1f482-1f3fb.png new file mode 100644 index 000000000..469009d18 Binary files /dev/null and b/dist/img-apple-160/1f482-1f3fb.png differ diff --git a/dist/img-apple-160/1f482-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f482-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..43d0251be Binary files /dev/null and b/dist/img-apple-160/1f482-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f482-1f3fc-200d-2640.png b/dist/img-apple-160/1f482-1f3fc-200d-2640.png new file mode 100644 index 000000000..43d0251be Binary files /dev/null and b/dist/img-apple-160/1f482-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f482-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f482-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..fe42acd3a Binary files /dev/null and b/dist/img-apple-160/1f482-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f482-1f3fc-200d-2642.png b/dist/img-apple-160/1f482-1f3fc-200d-2642.png new file mode 100644 index 000000000..fe42acd3a Binary files /dev/null and b/dist/img-apple-160/1f482-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f482-1f3fc.png b/dist/img-apple-160/1f482-1f3fc.png new file mode 100644 index 000000000..c0243303e Binary files /dev/null and b/dist/img-apple-160/1f482-1f3fc.png differ diff --git a/dist/img-apple-160/1f482-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f482-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..5a9ae346b Binary files /dev/null and b/dist/img-apple-160/1f482-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f482-1f3fd-200d-2640.png b/dist/img-apple-160/1f482-1f3fd-200d-2640.png new file mode 100644 index 000000000..5a9ae346b Binary files /dev/null and b/dist/img-apple-160/1f482-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f482-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f482-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..ac537e7e9 Binary files /dev/null and b/dist/img-apple-160/1f482-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f482-1f3fd-200d-2642.png b/dist/img-apple-160/1f482-1f3fd-200d-2642.png new file mode 100644 index 000000000..ac537e7e9 Binary files /dev/null and b/dist/img-apple-160/1f482-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f482-1f3fd.png b/dist/img-apple-160/1f482-1f3fd.png new file mode 100644 index 000000000..2e76dd151 Binary files /dev/null and b/dist/img-apple-160/1f482-1f3fd.png differ diff --git a/dist/img-apple-160/1f482-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f482-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..0906487fe Binary files /dev/null and b/dist/img-apple-160/1f482-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f482-1f3fe-200d-2640.png b/dist/img-apple-160/1f482-1f3fe-200d-2640.png new file mode 100644 index 000000000..0906487fe Binary files /dev/null and b/dist/img-apple-160/1f482-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f482-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f482-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..5aa5b7b38 Binary files /dev/null and b/dist/img-apple-160/1f482-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f482-1f3fe-200d-2642.png b/dist/img-apple-160/1f482-1f3fe-200d-2642.png new file mode 100644 index 000000000..5aa5b7b38 Binary files /dev/null and b/dist/img-apple-160/1f482-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f482-1f3fe.png b/dist/img-apple-160/1f482-1f3fe.png new file mode 100644 index 000000000..78d88cdd2 Binary files /dev/null and b/dist/img-apple-160/1f482-1f3fe.png differ diff --git a/dist/img-apple-160/1f482-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f482-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..db3082915 Binary files /dev/null and b/dist/img-apple-160/1f482-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f482-1f3ff-200d-2640.png b/dist/img-apple-160/1f482-1f3ff-200d-2640.png new file mode 100644 index 000000000..db3082915 Binary files /dev/null and b/dist/img-apple-160/1f482-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f482-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f482-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..a68623251 Binary files /dev/null and b/dist/img-apple-160/1f482-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f482-1f3ff-200d-2642.png b/dist/img-apple-160/1f482-1f3ff-200d-2642.png new file mode 100644 index 000000000..a68623251 Binary files /dev/null and b/dist/img-apple-160/1f482-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f482-1f3ff.png b/dist/img-apple-160/1f482-1f3ff.png new file mode 100644 index 000000000..1ab7d77e6 Binary files /dev/null and b/dist/img-apple-160/1f482-1f3ff.png differ diff --git a/dist/img-apple-160/1f482-200d-2640-fe0f.png b/dist/img-apple-160/1f482-200d-2640-fe0f.png new file mode 100644 index 000000000..3a62db5c5 Binary files /dev/null and b/dist/img-apple-160/1f482-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f482-200d-2640.png b/dist/img-apple-160/1f482-200d-2640.png new file mode 100644 index 000000000..3a62db5c5 Binary files /dev/null and b/dist/img-apple-160/1f482-200d-2640.png differ diff --git a/dist/img-apple-160/1f482-200d-2642-fe0f.png b/dist/img-apple-160/1f482-200d-2642-fe0f.png new file mode 100644 index 000000000..d137ee144 Binary files /dev/null and b/dist/img-apple-160/1f482-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f482-200d-2642.png b/dist/img-apple-160/1f482-200d-2642.png new file mode 100644 index 000000000..d137ee144 Binary files /dev/null and b/dist/img-apple-160/1f482-200d-2642.png differ diff --git a/dist/img-apple-160/1f482.png b/dist/img-apple-160/1f482.png new file mode 100644 index 000000000..fb74f9504 Binary files /dev/null and b/dist/img-apple-160/1f482.png differ diff --git a/dist/img-apple-160/1f483-1f3fb.png b/dist/img-apple-160/1f483-1f3fb.png new file mode 100644 index 000000000..4418dcd4a Binary files /dev/null and b/dist/img-apple-160/1f483-1f3fb.png differ diff --git a/dist/img-apple-160/1f483-1f3fc.png b/dist/img-apple-160/1f483-1f3fc.png new file mode 100644 index 000000000..1217fa3e5 Binary files /dev/null and b/dist/img-apple-160/1f483-1f3fc.png differ diff --git a/dist/img-apple-160/1f483-1f3fd.png b/dist/img-apple-160/1f483-1f3fd.png new file mode 100644 index 000000000..d6cdab042 Binary files /dev/null and b/dist/img-apple-160/1f483-1f3fd.png differ diff --git a/dist/img-apple-160/1f483-1f3fe.png b/dist/img-apple-160/1f483-1f3fe.png new file mode 100644 index 000000000..1f638b173 Binary files /dev/null and b/dist/img-apple-160/1f483-1f3fe.png differ diff --git a/dist/img-apple-160/1f483-1f3ff.png b/dist/img-apple-160/1f483-1f3ff.png new file mode 100644 index 000000000..4df1311f9 Binary files /dev/null and b/dist/img-apple-160/1f483-1f3ff.png differ diff --git a/dist/img-apple-160/1f483.png b/dist/img-apple-160/1f483.png new file mode 100644 index 000000000..510526b20 Binary files /dev/null and b/dist/img-apple-160/1f483.png differ diff --git a/dist/img-apple-160/1f484.png b/dist/img-apple-160/1f484.png new file mode 100644 index 000000000..9054f6ec3 Binary files /dev/null and b/dist/img-apple-160/1f484.png differ diff --git a/dist/img-apple-160/1f485-1f3fb.png b/dist/img-apple-160/1f485-1f3fb.png new file mode 100644 index 000000000..33ec6f1ae Binary files /dev/null and b/dist/img-apple-160/1f485-1f3fb.png differ diff --git a/dist/img-apple-160/1f485-1f3fc.png b/dist/img-apple-160/1f485-1f3fc.png new file mode 100644 index 000000000..633b52ad6 Binary files /dev/null and b/dist/img-apple-160/1f485-1f3fc.png differ diff --git a/dist/img-apple-160/1f485-1f3fd.png b/dist/img-apple-160/1f485-1f3fd.png new file mode 100644 index 000000000..2ddde9ffb Binary files /dev/null and b/dist/img-apple-160/1f485-1f3fd.png differ diff --git a/dist/img-apple-160/1f485-1f3fe.png b/dist/img-apple-160/1f485-1f3fe.png new file mode 100644 index 000000000..46689ccf7 Binary files /dev/null and b/dist/img-apple-160/1f485-1f3fe.png differ diff --git a/dist/img-apple-160/1f485-1f3ff.png b/dist/img-apple-160/1f485-1f3ff.png new file mode 100644 index 000000000..e4495653e Binary files /dev/null and b/dist/img-apple-160/1f485-1f3ff.png differ diff --git a/dist/img-apple-160/1f485.png b/dist/img-apple-160/1f485.png new file mode 100644 index 000000000..0da702f80 Binary files /dev/null and b/dist/img-apple-160/1f485.png differ diff --git a/dist/img-apple-160/1f486-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f486-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..1d2e0dcd4 Binary files /dev/null and b/dist/img-apple-160/1f486-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f486-1f3fb-200d-2640.png b/dist/img-apple-160/1f486-1f3fb-200d-2640.png new file mode 100644 index 000000000..1d2e0dcd4 Binary files /dev/null and b/dist/img-apple-160/1f486-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f486-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f486-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..22ce206ff Binary files /dev/null and b/dist/img-apple-160/1f486-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f486-1f3fb-200d-2642.png b/dist/img-apple-160/1f486-1f3fb-200d-2642.png new file mode 100644 index 000000000..22ce206ff Binary files /dev/null and b/dist/img-apple-160/1f486-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f486-1f3fb.png b/dist/img-apple-160/1f486-1f3fb.png new file mode 100644 index 000000000..790d32ec3 Binary files /dev/null and b/dist/img-apple-160/1f486-1f3fb.png differ diff --git a/dist/img-apple-160/1f486-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f486-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..5e297f963 Binary files /dev/null and b/dist/img-apple-160/1f486-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f486-1f3fc-200d-2640.png b/dist/img-apple-160/1f486-1f3fc-200d-2640.png new file mode 100644 index 000000000..5e297f963 Binary files /dev/null and b/dist/img-apple-160/1f486-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f486-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f486-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..fd34f3239 Binary files /dev/null and b/dist/img-apple-160/1f486-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f486-1f3fc-200d-2642.png b/dist/img-apple-160/1f486-1f3fc-200d-2642.png new file mode 100644 index 000000000..fd34f3239 Binary files /dev/null and b/dist/img-apple-160/1f486-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f486-1f3fc.png b/dist/img-apple-160/1f486-1f3fc.png new file mode 100644 index 000000000..bbd874f47 Binary files /dev/null and b/dist/img-apple-160/1f486-1f3fc.png differ diff --git a/dist/img-apple-160/1f486-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f486-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..bde4b6c6b Binary files /dev/null and b/dist/img-apple-160/1f486-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f486-1f3fd-200d-2640.png b/dist/img-apple-160/1f486-1f3fd-200d-2640.png new file mode 100644 index 000000000..bde4b6c6b Binary files /dev/null and b/dist/img-apple-160/1f486-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f486-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f486-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..90208041f Binary files /dev/null and b/dist/img-apple-160/1f486-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f486-1f3fd-200d-2642.png b/dist/img-apple-160/1f486-1f3fd-200d-2642.png new file mode 100644 index 000000000..90208041f Binary files /dev/null and b/dist/img-apple-160/1f486-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f486-1f3fd.png b/dist/img-apple-160/1f486-1f3fd.png new file mode 100644 index 000000000..4993d7ea2 Binary files /dev/null and b/dist/img-apple-160/1f486-1f3fd.png differ diff --git a/dist/img-apple-160/1f486-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f486-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..ef0a19172 Binary files /dev/null and b/dist/img-apple-160/1f486-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f486-1f3fe-200d-2640.png b/dist/img-apple-160/1f486-1f3fe-200d-2640.png new file mode 100644 index 000000000..ef0a19172 Binary files /dev/null and b/dist/img-apple-160/1f486-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f486-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f486-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..766a2db40 Binary files /dev/null and b/dist/img-apple-160/1f486-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f486-1f3fe-200d-2642.png b/dist/img-apple-160/1f486-1f3fe-200d-2642.png new file mode 100644 index 000000000..766a2db40 Binary files /dev/null and b/dist/img-apple-160/1f486-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f486-1f3fe.png b/dist/img-apple-160/1f486-1f3fe.png new file mode 100644 index 000000000..357c21065 Binary files /dev/null and b/dist/img-apple-160/1f486-1f3fe.png differ diff --git a/dist/img-apple-160/1f486-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f486-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..f50eb8a58 Binary files /dev/null and b/dist/img-apple-160/1f486-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f486-1f3ff-200d-2640.png b/dist/img-apple-160/1f486-1f3ff-200d-2640.png new file mode 100644 index 000000000..f50eb8a58 Binary files /dev/null and b/dist/img-apple-160/1f486-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f486-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f486-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..637319bec Binary files /dev/null and b/dist/img-apple-160/1f486-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f486-1f3ff-200d-2642.png b/dist/img-apple-160/1f486-1f3ff-200d-2642.png new file mode 100644 index 000000000..637319bec Binary files /dev/null and b/dist/img-apple-160/1f486-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f486-1f3ff.png b/dist/img-apple-160/1f486-1f3ff.png new file mode 100644 index 000000000..38da60afa Binary files /dev/null and b/dist/img-apple-160/1f486-1f3ff.png differ diff --git a/dist/img-apple-160/1f486-200d-2640-fe0f.png b/dist/img-apple-160/1f486-200d-2640-fe0f.png new file mode 100644 index 000000000..0a825d612 Binary files /dev/null and b/dist/img-apple-160/1f486-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f486-200d-2640.png b/dist/img-apple-160/1f486-200d-2640.png new file mode 100644 index 000000000..0a825d612 Binary files /dev/null and b/dist/img-apple-160/1f486-200d-2640.png differ diff --git a/dist/img-apple-160/1f486-200d-2642-fe0f.png b/dist/img-apple-160/1f486-200d-2642-fe0f.png new file mode 100644 index 000000000..3b6773e99 Binary files /dev/null and b/dist/img-apple-160/1f486-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f486-200d-2642.png b/dist/img-apple-160/1f486-200d-2642.png new file mode 100644 index 000000000..3b6773e99 Binary files /dev/null and b/dist/img-apple-160/1f486-200d-2642.png differ diff --git a/dist/img-apple-160/1f486.png b/dist/img-apple-160/1f486.png new file mode 100644 index 000000000..84f6d565d Binary files /dev/null and b/dist/img-apple-160/1f486.png differ diff --git a/dist/img-apple-160/1f487-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f487-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..d0665d444 Binary files /dev/null and b/dist/img-apple-160/1f487-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f487-1f3fb-200d-2640.png b/dist/img-apple-160/1f487-1f3fb-200d-2640.png new file mode 100644 index 000000000..d0665d444 Binary files /dev/null and b/dist/img-apple-160/1f487-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f487-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f487-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..11299e75b Binary files /dev/null and b/dist/img-apple-160/1f487-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f487-1f3fb-200d-2642.png b/dist/img-apple-160/1f487-1f3fb-200d-2642.png new file mode 100644 index 000000000..11299e75b Binary files /dev/null and b/dist/img-apple-160/1f487-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f487-1f3fb.png b/dist/img-apple-160/1f487-1f3fb.png new file mode 100644 index 000000000..b1f34eef2 Binary files /dev/null and b/dist/img-apple-160/1f487-1f3fb.png differ diff --git a/dist/img-apple-160/1f487-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f487-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..dcc91fb1f Binary files /dev/null and b/dist/img-apple-160/1f487-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f487-1f3fc-200d-2640.png b/dist/img-apple-160/1f487-1f3fc-200d-2640.png new file mode 100644 index 000000000..dcc91fb1f Binary files /dev/null and b/dist/img-apple-160/1f487-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f487-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f487-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..0c415b79c Binary files /dev/null and b/dist/img-apple-160/1f487-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f487-1f3fc-200d-2642.png b/dist/img-apple-160/1f487-1f3fc-200d-2642.png new file mode 100644 index 000000000..0c415b79c Binary files /dev/null and b/dist/img-apple-160/1f487-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f487-1f3fc.png b/dist/img-apple-160/1f487-1f3fc.png new file mode 100644 index 000000000..4005abd03 Binary files /dev/null and b/dist/img-apple-160/1f487-1f3fc.png differ diff --git a/dist/img-apple-160/1f487-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f487-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..892c95c04 Binary files /dev/null and b/dist/img-apple-160/1f487-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f487-1f3fd-200d-2640.png b/dist/img-apple-160/1f487-1f3fd-200d-2640.png new file mode 100644 index 000000000..892c95c04 Binary files /dev/null and b/dist/img-apple-160/1f487-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f487-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f487-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..7935bb50a Binary files /dev/null and b/dist/img-apple-160/1f487-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f487-1f3fd-200d-2642.png b/dist/img-apple-160/1f487-1f3fd-200d-2642.png new file mode 100644 index 000000000..7935bb50a Binary files /dev/null and b/dist/img-apple-160/1f487-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f487-1f3fd.png b/dist/img-apple-160/1f487-1f3fd.png new file mode 100644 index 000000000..2dbeb348c Binary files /dev/null and b/dist/img-apple-160/1f487-1f3fd.png differ diff --git a/dist/img-apple-160/1f487-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f487-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..591e6d801 Binary files /dev/null and b/dist/img-apple-160/1f487-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f487-1f3fe-200d-2640.png b/dist/img-apple-160/1f487-1f3fe-200d-2640.png new file mode 100644 index 000000000..591e6d801 Binary files /dev/null and b/dist/img-apple-160/1f487-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f487-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f487-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..a78a3f2c2 Binary files /dev/null and b/dist/img-apple-160/1f487-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f487-1f3fe-200d-2642.png b/dist/img-apple-160/1f487-1f3fe-200d-2642.png new file mode 100644 index 000000000..a78a3f2c2 Binary files /dev/null and b/dist/img-apple-160/1f487-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f487-1f3fe.png b/dist/img-apple-160/1f487-1f3fe.png new file mode 100644 index 000000000..0a33113c3 Binary files /dev/null and b/dist/img-apple-160/1f487-1f3fe.png differ diff --git a/dist/img-apple-160/1f487-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f487-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..449bf8d60 Binary files /dev/null and b/dist/img-apple-160/1f487-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f487-1f3ff-200d-2640.png b/dist/img-apple-160/1f487-1f3ff-200d-2640.png new file mode 100644 index 000000000..449bf8d60 Binary files /dev/null and b/dist/img-apple-160/1f487-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f487-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f487-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..a29ad4f66 Binary files /dev/null and b/dist/img-apple-160/1f487-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f487-1f3ff-200d-2642.png b/dist/img-apple-160/1f487-1f3ff-200d-2642.png new file mode 100644 index 000000000..a29ad4f66 Binary files /dev/null and b/dist/img-apple-160/1f487-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f487-1f3ff.png b/dist/img-apple-160/1f487-1f3ff.png new file mode 100644 index 000000000..a5c437b05 Binary files /dev/null and b/dist/img-apple-160/1f487-1f3ff.png differ diff --git a/dist/img-apple-160/1f487-200d-2640-fe0f.png b/dist/img-apple-160/1f487-200d-2640-fe0f.png new file mode 100644 index 000000000..b5e3ef8fd Binary files /dev/null and b/dist/img-apple-160/1f487-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f487-200d-2640.png b/dist/img-apple-160/1f487-200d-2640.png new file mode 100644 index 000000000..b5e3ef8fd Binary files /dev/null and b/dist/img-apple-160/1f487-200d-2640.png differ diff --git a/dist/img-apple-160/1f487-200d-2642-fe0f.png b/dist/img-apple-160/1f487-200d-2642-fe0f.png new file mode 100644 index 000000000..ec21bbb40 Binary files /dev/null and b/dist/img-apple-160/1f487-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f487-200d-2642.png b/dist/img-apple-160/1f487-200d-2642.png new file mode 100644 index 000000000..ec21bbb40 Binary files /dev/null and b/dist/img-apple-160/1f487-200d-2642.png differ diff --git a/dist/img-apple-160/1f487.png b/dist/img-apple-160/1f487.png new file mode 100644 index 000000000..9671c92ce Binary files /dev/null and b/dist/img-apple-160/1f487.png differ diff --git a/dist/img-apple-160/1f488.png b/dist/img-apple-160/1f488.png new file mode 100644 index 000000000..1ed0cd12f Binary files /dev/null and b/dist/img-apple-160/1f488.png differ diff --git a/dist/img-apple-160/1f489.png b/dist/img-apple-160/1f489.png new file mode 100644 index 000000000..aa3343ead Binary files /dev/null and b/dist/img-apple-160/1f489.png differ diff --git a/dist/img-apple-160/1f48a.png b/dist/img-apple-160/1f48a.png new file mode 100644 index 000000000..d3e3a439b Binary files /dev/null and b/dist/img-apple-160/1f48a.png differ diff --git a/dist/img-apple-160/1f48b.png b/dist/img-apple-160/1f48b.png new file mode 100644 index 000000000..07d16df0e Binary files /dev/null and b/dist/img-apple-160/1f48b.png differ diff --git a/dist/img-apple-160/1f48c.png b/dist/img-apple-160/1f48c.png new file mode 100644 index 000000000..b07a467d4 Binary files /dev/null and b/dist/img-apple-160/1f48c.png differ diff --git a/dist/img-apple-160/1f48d.png b/dist/img-apple-160/1f48d.png new file mode 100644 index 000000000..9e0b4cedc Binary files /dev/null and b/dist/img-apple-160/1f48d.png differ diff --git a/dist/img-apple-160/1f48e.png b/dist/img-apple-160/1f48e.png new file mode 100644 index 000000000..ca852c6c1 Binary files /dev/null and b/dist/img-apple-160/1f48e.png differ diff --git a/dist/img-apple-160/1f48f.png b/dist/img-apple-160/1f48f.png new file mode 100644 index 000000000..21e404773 Binary files /dev/null and b/dist/img-apple-160/1f48f.png differ diff --git a/dist/img-apple-160/1f490.png b/dist/img-apple-160/1f490.png new file mode 100644 index 000000000..89fa78848 Binary files /dev/null and b/dist/img-apple-160/1f490.png differ diff --git a/dist/img-apple-160/1f491.png b/dist/img-apple-160/1f491.png new file mode 100644 index 000000000..1f8bb3ac4 Binary files /dev/null and b/dist/img-apple-160/1f491.png differ diff --git a/dist/img-apple-160/1f492.png b/dist/img-apple-160/1f492.png new file mode 100644 index 000000000..c687f8c61 Binary files /dev/null and b/dist/img-apple-160/1f492.png differ diff --git a/dist/img-apple-160/1f493.png b/dist/img-apple-160/1f493.png new file mode 100644 index 000000000..203a3c4ae Binary files /dev/null and b/dist/img-apple-160/1f493.png differ diff --git a/dist/img-apple-160/1f494.png b/dist/img-apple-160/1f494.png new file mode 100644 index 000000000..b9d2bb0a7 Binary files /dev/null and b/dist/img-apple-160/1f494.png differ diff --git a/dist/img-apple-160/1f495.png b/dist/img-apple-160/1f495.png new file mode 100644 index 000000000..28d878f36 Binary files /dev/null and b/dist/img-apple-160/1f495.png differ diff --git a/dist/img-apple-160/1f496.png b/dist/img-apple-160/1f496.png new file mode 100644 index 000000000..17b3289d5 Binary files /dev/null and b/dist/img-apple-160/1f496.png differ diff --git a/dist/img-apple-160/1f497.png b/dist/img-apple-160/1f497.png new file mode 100644 index 000000000..b33b87b80 Binary files /dev/null and b/dist/img-apple-160/1f497.png differ diff --git a/dist/img-apple-160/1f498.png b/dist/img-apple-160/1f498.png new file mode 100644 index 000000000..163cfa720 Binary files /dev/null and b/dist/img-apple-160/1f498.png differ diff --git a/dist/img-apple-160/1f499.png b/dist/img-apple-160/1f499.png new file mode 100644 index 000000000..2afd35b37 Binary files /dev/null and b/dist/img-apple-160/1f499.png differ diff --git a/dist/img-apple-160/1f49a.png b/dist/img-apple-160/1f49a.png new file mode 100644 index 000000000..2e3a802ef Binary files /dev/null and b/dist/img-apple-160/1f49a.png differ diff --git a/dist/img-apple-160/1f49b.png b/dist/img-apple-160/1f49b.png new file mode 100644 index 000000000..ee0888fdb Binary files /dev/null and b/dist/img-apple-160/1f49b.png differ diff --git a/dist/img-apple-160/1f49c.png b/dist/img-apple-160/1f49c.png new file mode 100644 index 000000000..434183115 Binary files /dev/null and b/dist/img-apple-160/1f49c.png differ diff --git a/dist/img-apple-160/1f49d.png b/dist/img-apple-160/1f49d.png new file mode 100644 index 000000000..a9aa4b656 Binary files /dev/null and b/dist/img-apple-160/1f49d.png differ diff --git a/dist/img-apple-160/1f49e.png b/dist/img-apple-160/1f49e.png new file mode 100644 index 000000000..fdc395996 Binary files /dev/null and b/dist/img-apple-160/1f49e.png differ diff --git a/dist/img-apple-160/1f49f.png b/dist/img-apple-160/1f49f.png new file mode 100644 index 000000000..c35bcffb9 Binary files /dev/null and b/dist/img-apple-160/1f49f.png differ diff --git a/dist/img-apple-160/1f4a0.png b/dist/img-apple-160/1f4a0.png new file mode 100644 index 000000000..33c0f9c9c Binary files /dev/null and b/dist/img-apple-160/1f4a0.png differ diff --git a/dist/img-apple-160/1f4a1.png b/dist/img-apple-160/1f4a1.png new file mode 100644 index 000000000..e6aa30648 Binary files /dev/null and b/dist/img-apple-160/1f4a1.png differ diff --git a/dist/img-apple-160/1f4a2.png b/dist/img-apple-160/1f4a2.png new file mode 100644 index 000000000..e74564de9 Binary files /dev/null and b/dist/img-apple-160/1f4a2.png differ diff --git a/dist/img-apple-160/1f4a3.png b/dist/img-apple-160/1f4a3.png new file mode 100644 index 000000000..738486fe1 Binary files /dev/null and b/dist/img-apple-160/1f4a3.png differ diff --git a/dist/img-apple-160/1f4a4.png b/dist/img-apple-160/1f4a4.png new file mode 100644 index 000000000..6c846cb7f Binary files /dev/null and b/dist/img-apple-160/1f4a4.png differ diff --git a/dist/img-apple-160/1f4a5.png b/dist/img-apple-160/1f4a5.png new file mode 100644 index 000000000..23d3a6008 Binary files /dev/null and b/dist/img-apple-160/1f4a5.png differ diff --git a/dist/img-apple-160/1f4a6.png b/dist/img-apple-160/1f4a6.png new file mode 100644 index 000000000..29e9eaa55 Binary files /dev/null and b/dist/img-apple-160/1f4a6.png differ diff --git a/dist/img-apple-160/1f4a7.png b/dist/img-apple-160/1f4a7.png new file mode 100644 index 000000000..d4952b9ec Binary files /dev/null and b/dist/img-apple-160/1f4a7.png differ diff --git a/dist/img-apple-160/1f4a8.png b/dist/img-apple-160/1f4a8.png new file mode 100644 index 000000000..04fbb4e8d Binary files /dev/null and b/dist/img-apple-160/1f4a8.png differ diff --git a/dist/img-apple-160/1f4a9.png b/dist/img-apple-160/1f4a9.png new file mode 100644 index 000000000..21a03d8d4 Binary files /dev/null and b/dist/img-apple-160/1f4a9.png differ diff --git a/dist/img-apple-160/1f4aa-1f3fb.png b/dist/img-apple-160/1f4aa-1f3fb.png new file mode 100644 index 000000000..7a174dcad Binary files /dev/null and b/dist/img-apple-160/1f4aa-1f3fb.png differ diff --git a/dist/img-apple-160/1f4aa-1f3fc.png b/dist/img-apple-160/1f4aa-1f3fc.png new file mode 100644 index 000000000..4ad749e94 Binary files /dev/null and b/dist/img-apple-160/1f4aa-1f3fc.png differ diff --git a/dist/img-apple-160/1f4aa-1f3fd.png b/dist/img-apple-160/1f4aa-1f3fd.png new file mode 100644 index 000000000..94b2e47a4 Binary files /dev/null and b/dist/img-apple-160/1f4aa-1f3fd.png differ diff --git a/dist/img-apple-160/1f4aa-1f3fe.png b/dist/img-apple-160/1f4aa-1f3fe.png new file mode 100644 index 000000000..b96cd054e Binary files /dev/null and b/dist/img-apple-160/1f4aa-1f3fe.png differ diff --git a/dist/img-apple-160/1f4aa-1f3ff.png b/dist/img-apple-160/1f4aa-1f3ff.png new file mode 100644 index 000000000..c7a292692 Binary files /dev/null and b/dist/img-apple-160/1f4aa-1f3ff.png differ diff --git a/dist/img-apple-160/1f4aa.png b/dist/img-apple-160/1f4aa.png new file mode 100644 index 000000000..ada642466 Binary files /dev/null and b/dist/img-apple-160/1f4aa.png differ diff --git a/dist/img-apple-160/1f4ab.png b/dist/img-apple-160/1f4ab.png new file mode 100644 index 000000000..088373c18 Binary files /dev/null and b/dist/img-apple-160/1f4ab.png differ diff --git a/dist/img-apple-160/1f4ac.png b/dist/img-apple-160/1f4ac.png new file mode 100644 index 000000000..a5dd42168 Binary files /dev/null and b/dist/img-apple-160/1f4ac.png differ diff --git a/dist/img-apple-160/1f4ad.png b/dist/img-apple-160/1f4ad.png new file mode 100644 index 000000000..bf6daa1f5 Binary files /dev/null and b/dist/img-apple-160/1f4ad.png differ diff --git a/dist/img-apple-160/1f4ae.png b/dist/img-apple-160/1f4ae.png new file mode 100644 index 000000000..b10c31cbc Binary files /dev/null and b/dist/img-apple-160/1f4ae.png differ diff --git a/dist/img-apple-160/1f4af.png b/dist/img-apple-160/1f4af.png new file mode 100644 index 000000000..733987491 Binary files /dev/null and b/dist/img-apple-160/1f4af.png differ diff --git a/dist/img-apple-160/1f4b0.png b/dist/img-apple-160/1f4b0.png new file mode 100644 index 000000000..e167c39ca Binary files /dev/null and b/dist/img-apple-160/1f4b0.png differ diff --git a/dist/img-apple-160/1f4b1.png b/dist/img-apple-160/1f4b1.png new file mode 100644 index 000000000..6da618138 Binary files /dev/null and b/dist/img-apple-160/1f4b1.png differ diff --git a/dist/img-apple-160/1f4b2.png b/dist/img-apple-160/1f4b2.png new file mode 100644 index 000000000..fb9f2e3eb Binary files /dev/null and b/dist/img-apple-160/1f4b2.png differ diff --git a/dist/img-apple-160/1f4b3.png b/dist/img-apple-160/1f4b3.png new file mode 100644 index 000000000..0198af5f4 Binary files /dev/null and b/dist/img-apple-160/1f4b3.png differ diff --git a/dist/img-apple-160/1f4b4.png b/dist/img-apple-160/1f4b4.png new file mode 100644 index 000000000..fba2e4a98 Binary files /dev/null and b/dist/img-apple-160/1f4b4.png differ diff --git a/dist/img-apple-160/1f4b5.png b/dist/img-apple-160/1f4b5.png new file mode 100644 index 000000000..f58381af0 Binary files /dev/null and b/dist/img-apple-160/1f4b5.png differ diff --git a/dist/img-apple-160/1f4b6.png b/dist/img-apple-160/1f4b6.png new file mode 100644 index 000000000..18bf9c593 Binary files /dev/null and b/dist/img-apple-160/1f4b6.png differ diff --git a/dist/img-apple-160/1f4b7.png b/dist/img-apple-160/1f4b7.png new file mode 100644 index 000000000..feadffdf6 Binary files /dev/null and b/dist/img-apple-160/1f4b7.png differ diff --git a/dist/img-apple-160/1f4b8.png b/dist/img-apple-160/1f4b8.png new file mode 100644 index 000000000..08d7f82e7 Binary files /dev/null and b/dist/img-apple-160/1f4b8.png differ diff --git a/dist/img-apple-160/1f4b9.png b/dist/img-apple-160/1f4b9.png new file mode 100644 index 000000000..73cd0f9a3 Binary files /dev/null and b/dist/img-apple-160/1f4b9.png differ diff --git a/dist/img-apple-160/1f4ba.png b/dist/img-apple-160/1f4ba.png new file mode 100644 index 000000000..e5e228b78 Binary files /dev/null and b/dist/img-apple-160/1f4ba.png differ diff --git a/dist/img-apple-160/1f4bb.png b/dist/img-apple-160/1f4bb.png new file mode 100644 index 000000000..b278bb9b5 Binary files /dev/null and b/dist/img-apple-160/1f4bb.png differ diff --git a/dist/img-apple-160/1f4bc.png b/dist/img-apple-160/1f4bc.png new file mode 100644 index 000000000..a44b472d9 Binary files /dev/null and b/dist/img-apple-160/1f4bc.png differ diff --git a/dist/img-apple-160/1f4bd.png b/dist/img-apple-160/1f4bd.png new file mode 100644 index 000000000..e87cf9105 Binary files /dev/null and b/dist/img-apple-160/1f4bd.png differ diff --git a/dist/img-apple-160/1f4be.png b/dist/img-apple-160/1f4be.png new file mode 100644 index 000000000..2e6edc957 Binary files /dev/null and b/dist/img-apple-160/1f4be.png differ diff --git a/dist/img-apple-160/1f4bf.png b/dist/img-apple-160/1f4bf.png new file mode 100644 index 000000000..0364e0009 Binary files /dev/null and b/dist/img-apple-160/1f4bf.png differ diff --git a/dist/img-apple-160/1f4c0.png b/dist/img-apple-160/1f4c0.png new file mode 100644 index 000000000..1fde966e6 Binary files /dev/null and b/dist/img-apple-160/1f4c0.png differ diff --git a/dist/img-apple-160/1f4c1.png b/dist/img-apple-160/1f4c1.png new file mode 100644 index 000000000..5749b6377 Binary files /dev/null and b/dist/img-apple-160/1f4c1.png differ diff --git a/dist/img-apple-160/1f4c2.png b/dist/img-apple-160/1f4c2.png new file mode 100644 index 000000000..d36dcc270 Binary files /dev/null and b/dist/img-apple-160/1f4c2.png differ diff --git a/dist/img-apple-160/1f4c3.png b/dist/img-apple-160/1f4c3.png new file mode 100644 index 000000000..246ee7a65 Binary files /dev/null and b/dist/img-apple-160/1f4c3.png differ diff --git a/dist/img-apple-160/1f4c4.png b/dist/img-apple-160/1f4c4.png new file mode 100644 index 000000000..c84a314a0 Binary files /dev/null and b/dist/img-apple-160/1f4c4.png differ diff --git a/dist/img-apple-160/1f4c5.png b/dist/img-apple-160/1f4c5.png new file mode 100644 index 000000000..104f79cd0 Binary files /dev/null and b/dist/img-apple-160/1f4c5.png differ diff --git a/dist/img-apple-160/1f4c6.png b/dist/img-apple-160/1f4c6.png new file mode 100644 index 000000000..b0b4a79d0 Binary files /dev/null and b/dist/img-apple-160/1f4c6.png differ diff --git a/dist/img-apple-160/1f4c7.png b/dist/img-apple-160/1f4c7.png new file mode 100644 index 000000000..176653d86 Binary files /dev/null and b/dist/img-apple-160/1f4c7.png differ diff --git a/dist/img-apple-160/1f4c8.png b/dist/img-apple-160/1f4c8.png new file mode 100644 index 000000000..b9635dec3 Binary files /dev/null and b/dist/img-apple-160/1f4c8.png differ diff --git a/dist/img-apple-160/1f4c9.png b/dist/img-apple-160/1f4c9.png new file mode 100644 index 000000000..18573c670 Binary files /dev/null and b/dist/img-apple-160/1f4c9.png differ diff --git a/dist/img-apple-160/1f4ca.png b/dist/img-apple-160/1f4ca.png new file mode 100644 index 000000000..185dc9d49 Binary files /dev/null and b/dist/img-apple-160/1f4ca.png differ diff --git a/dist/img-apple-160/1f4cb.png b/dist/img-apple-160/1f4cb.png new file mode 100644 index 000000000..b62dbbb9d Binary files /dev/null and b/dist/img-apple-160/1f4cb.png differ diff --git a/dist/img-apple-160/1f4cc.png b/dist/img-apple-160/1f4cc.png new file mode 100644 index 000000000..696ba5150 Binary files /dev/null and b/dist/img-apple-160/1f4cc.png differ diff --git a/dist/img-apple-160/1f4cd.png b/dist/img-apple-160/1f4cd.png new file mode 100644 index 000000000..b8fa6b524 Binary files /dev/null and b/dist/img-apple-160/1f4cd.png differ diff --git a/dist/img-apple-160/1f4ce.png b/dist/img-apple-160/1f4ce.png new file mode 100644 index 000000000..014892c77 Binary files /dev/null and b/dist/img-apple-160/1f4ce.png differ diff --git a/dist/img-apple-160/1f4cf.png b/dist/img-apple-160/1f4cf.png new file mode 100644 index 000000000..9bc29dcbf Binary files /dev/null and b/dist/img-apple-160/1f4cf.png differ diff --git a/dist/img-apple-160/1f4d0.png b/dist/img-apple-160/1f4d0.png new file mode 100644 index 000000000..48786c847 Binary files /dev/null and b/dist/img-apple-160/1f4d0.png differ diff --git a/dist/img-apple-160/1f4d1.png b/dist/img-apple-160/1f4d1.png new file mode 100644 index 000000000..43eabc0b9 Binary files /dev/null and b/dist/img-apple-160/1f4d1.png differ diff --git a/dist/img-apple-160/1f4d2.png b/dist/img-apple-160/1f4d2.png new file mode 100644 index 000000000..fe4282721 Binary files /dev/null and b/dist/img-apple-160/1f4d2.png differ diff --git a/dist/img-apple-160/1f4d3.png b/dist/img-apple-160/1f4d3.png new file mode 100644 index 000000000..1b9b6e11a Binary files /dev/null and b/dist/img-apple-160/1f4d3.png differ diff --git a/dist/img-apple-160/1f4d4.png b/dist/img-apple-160/1f4d4.png new file mode 100644 index 000000000..e98d95e95 Binary files /dev/null and b/dist/img-apple-160/1f4d4.png differ diff --git a/dist/img-apple-160/1f4d5.png b/dist/img-apple-160/1f4d5.png new file mode 100644 index 000000000..6db86c888 Binary files /dev/null and b/dist/img-apple-160/1f4d5.png differ diff --git a/dist/img-apple-160/1f4d6.png b/dist/img-apple-160/1f4d6.png new file mode 100644 index 000000000..6b50b1b24 Binary files /dev/null and b/dist/img-apple-160/1f4d6.png differ diff --git a/dist/img-apple-160/1f4d7.png b/dist/img-apple-160/1f4d7.png new file mode 100644 index 000000000..18ed71e29 Binary files /dev/null and b/dist/img-apple-160/1f4d7.png differ diff --git a/dist/img-apple-160/1f4d8.png b/dist/img-apple-160/1f4d8.png new file mode 100644 index 000000000..f5761b848 Binary files /dev/null and b/dist/img-apple-160/1f4d8.png differ diff --git a/dist/img-apple-160/1f4d9.png b/dist/img-apple-160/1f4d9.png new file mode 100644 index 000000000..8c1a8babe Binary files /dev/null and b/dist/img-apple-160/1f4d9.png differ diff --git a/dist/img-apple-160/1f4da.png b/dist/img-apple-160/1f4da.png new file mode 100644 index 000000000..f562cba30 Binary files /dev/null and b/dist/img-apple-160/1f4da.png differ diff --git a/dist/img-apple-160/1f4db.png b/dist/img-apple-160/1f4db.png new file mode 100644 index 000000000..025a79510 Binary files /dev/null and b/dist/img-apple-160/1f4db.png differ diff --git a/dist/img-apple-160/1f4dc.png b/dist/img-apple-160/1f4dc.png new file mode 100644 index 000000000..e1dd6ff2b Binary files /dev/null and b/dist/img-apple-160/1f4dc.png differ diff --git a/dist/img-apple-160/1f4dd.png b/dist/img-apple-160/1f4dd.png new file mode 100644 index 000000000..6af0e7725 Binary files /dev/null and b/dist/img-apple-160/1f4dd.png differ diff --git a/dist/img-apple-160/1f4de.png b/dist/img-apple-160/1f4de.png new file mode 100644 index 000000000..18e6bafce Binary files /dev/null and b/dist/img-apple-160/1f4de.png differ diff --git a/dist/img-apple-160/1f4df.png b/dist/img-apple-160/1f4df.png new file mode 100644 index 000000000..13e7cab66 Binary files /dev/null and b/dist/img-apple-160/1f4df.png differ diff --git a/dist/img-apple-160/1f4e0.png b/dist/img-apple-160/1f4e0.png new file mode 100644 index 000000000..2e9db4bc7 Binary files /dev/null and b/dist/img-apple-160/1f4e0.png differ diff --git a/dist/img-apple-160/1f4e1.png b/dist/img-apple-160/1f4e1.png new file mode 100644 index 000000000..021feb2b7 Binary files /dev/null and b/dist/img-apple-160/1f4e1.png differ diff --git a/dist/img-apple-160/1f4e2.png b/dist/img-apple-160/1f4e2.png new file mode 100644 index 000000000..f08aafca2 Binary files /dev/null and b/dist/img-apple-160/1f4e2.png differ diff --git a/dist/img-apple-160/1f4e3.png b/dist/img-apple-160/1f4e3.png new file mode 100644 index 000000000..f99216193 Binary files /dev/null and b/dist/img-apple-160/1f4e3.png differ diff --git a/dist/img-apple-160/1f4e4.png b/dist/img-apple-160/1f4e4.png new file mode 100644 index 000000000..3645d3fc7 Binary files /dev/null and b/dist/img-apple-160/1f4e4.png differ diff --git a/dist/img-apple-160/1f4e5.png b/dist/img-apple-160/1f4e5.png new file mode 100644 index 000000000..21a8781c1 Binary files /dev/null and b/dist/img-apple-160/1f4e5.png differ diff --git a/dist/img-apple-160/1f4e6.png b/dist/img-apple-160/1f4e6.png new file mode 100644 index 000000000..34dd69b64 Binary files /dev/null and b/dist/img-apple-160/1f4e6.png differ diff --git a/dist/img-apple-160/1f4e7.png b/dist/img-apple-160/1f4e7.png new file mode 100644 index 000000000..b21c6d4c3 Binary files /dev/null and b/dist/img-apple-160/1f4e7.png differ diff --git a/dist/img-apple-160/1f4e8.png b/dist/img-apple-160/1f4e8.png new file mode 100644 index 000000000..d02037ded Binary files /dev/null and b/dist/img-apple-160/1f4e8.png differ diff --git a/dist/img-apple-160/1f4e9.png b/dist/img-apple-160/1f4e9.png new file mode 100644 index 000000000..3b4106e89 Binary files /dev/null and b/dist/img-apple-160/1f4e9.png differ diff --git a/dist/img-apple-160/1f4ea.png b/dist/img-apple-160/1f4ea.png new file mode 100644 index 000000000..9789fcd43 Binary files /dev/null and b/dist/img-apple-160/1f4ea.png differ diff --git a/dist/img-apple-160/1f4eb.png b/dist/img-apple-160/1f4eb.png new file mode 100644 index 000000000..71959fe21 Binary files /dev/null and b/dist/img-apple-160/1f4eb.png differ diff --git a/dist/img-apple-160/1f4ec.png b/dist/img-apple-160/1f4ec.png new file mode 100644 index 000000000..4096c7170 Binary files /dev/null and b/dist/img-apple-160/1f4ec.png differ diff --git a/dist/img-apple-160/1f4ed.png b/dist/img-apple-160/1f4ed.png new file mode 100644 index 000000000..cb9296b50 Binary files /dev/null and b/dist/img-apple-160/1f4ed.png differ diff --git a/dist/img-apple-160/1f4ee.png b/dist/img-apple-160/1f4ee.png new file mode 100644 index 000000000..22a6da6c2 Binary files /dev/null and b/dist/img-apple-160/1f4ee.png differ diff --git a/dist/img-apple-160/1f4ef.png b/dist/img-apple-160/1f4ef.png new file mode 100644 index 000000000..555f7bc88 Binary files /dev/null and b/dist/img-apple-160/1f4ef.png differ diff --git a/dist/img-apple-160/1f4f0.png b/dist/img-apple-160/1f4f0.png new file mode 100644 index 000000000..e5b593a40 Binary files /dev/null and b/dist/img-apple-160/1f4f0.png differ diff --git a/dist/img-apple-160/1f4f1.png b/dist/img-apple-160/1f4f1.png new file mode 100644 index 000000000..4dd44e9b4 Binary files /dev/null and b/dist/img-apple-160/1f4f1.png differ diff --git a/dist/img-apple-160/1f4f2.png b/dist/img-apple-160/1f4f2.png new file mode 100644 index 000000000..b951d1932 Binary files /dev/null and b/dist/img-apple-160/1f4f2.png differ diff --git a/dist/img-apple-160/1f4f3.png b/dist/img-apple-160/1f4f3.png new file mode 100644 index 000000000..05f73b622 Binary files /dev/null and b/dist/img-apple-160/1f4f3.png differ diff --git a/dist/img-apple-160/1f4f4.png b/dist/img-apple-160/1f4f4.png new file mode 100644 index 000000000..2cabec40b Binary files /dev/null and b/dist/img-apple-160/1f4f4.png differ diff --git a/dist/img-apple-160/1f4f5.png b/dist/img-apple-160/1f4f5.png new file mode 100644 index 000000000..9d829d25a Binary files /dev/null and b/dist/img-apple-160/1f4f5.png differ diff --git a/dist/img-apple-160/1f4f6.png b/dist/img-apple-160/1f4f6.png new file mode 100644 index 000000000..ada0095d3 Binary files /dev/null and b/dist/img-apple-160/1f4f6.png differ diff --git a/dist/img-apple-160/1f4f7.png b/dist/img-apple-160/1f4f7.png new file mode 100644 index 000000000..32bc506fd Binary files /dev/null and b/dist/img-apple-160/1f4f7.png differ diff --git a/dist/img-apple-160/1f4f8.png b/dist/img-apple-160/1f4f8.png new file mode 100644 index 000000000..bdfb76f00 Binary files /dev/null and b/dist/img-apple-160/1f4f8.png differ diff --git a/dist/img-apple-160/1f4f9.png b/dist/img-apple-160/1f4f9.png new file mode 100644 index 000000000..f21cd2147 Binary files /dev/null and b/dist/img-apple-160/1f4f9.png differ diff --git a/dist/img-apple-160/1f4fa.png b/dist/img-apple-160/1f4fa.png new file mode 100644 index 000000000..88d14ffad Binary files /dev/null and b/dist/img-apple-160/1f4fa.png differ diff --git a/dist/img-apple-160/1f4fb.png b/dist/img-apple-160/1f4fb.png new file mode 100644 index 000000000..a3fcd54b0 Binary files /dev/null and b/dist/img-apple-160/1f4fb.png differ diff --git a/dist/img-apple-160/1f4fc.png b/dist/img-apple-160/1f4fc.png new file mode 100644 index 000000000..077b91659 Binary files /dev/null and b/dist/img-apple-160/1f4fc.png differ diff --git a/dist/img-apple-160/1f4fd-fe0f.png b/dist/img-apple-160/1f4fd-fe0f.png new file mode 100644 index 000000000..b3e5396d9 Binary files /dev/null and b/dist/img-apple-160/1f4fd-fe0f.png differ diff --git a/dist/img-apple-160/1f4fd.png b/dist/img-apple-160/1f4fd.png new file mode 100644 index 000000000..b3e5396d9 Binary files /dev/null and b/dist/img-apple-160/1f4fd.png differ diff --git a/dist/img-apple-160/1f4ff.png b/dist/img-apple-160/1f4ff.png new file mode 100644 index 000000000..586d89214 Binary files /dev/null and b/dist/img-apple-160/1f4ff.png differ diff --git a/dist/img-apple-160/1f500.png b/dist/img-apple-160/1f500.png new file mode 100644 index 000000000..6640665ed Binary files /dev/null and b/dist/img-apple-160/1f500.png differ diff --git a/dist/img-apple-160/1f501.png b/dist/img-apple-160/1f501.png new file mode 100644 index 000000000..eb584ca4a Binary files /dev/null and b/dist/img-apple-160/1f501.png differ diff --git a/dist/img-apple-160/1f502.png b/dist/img-apple-160/1f502.png new file mode 100644 index 000000000..7ff10b360 Binary files /dev/null and b/dist/img-apple-160/1f502.png differ diff --git a/dist/img-apple-160/1f503.png b/dist/img-apple-160/1f503.png new file mode 100644 index 000000000..8c2ce19e4 Binary files /dev/null and b/dist/img-apple-160/1f503.png differ diff --git a/dist/img-apple-160/1f504.png b/dist/img-apple-160/1f504.png new file mode 100644 index 000000000..11431a028 Binary files /dev/null and b/dist/img-apple-160/1f504.png differ diff --git a/dist/img-apple-160/1f505.png b/dist/img-apple-160/1f505.png new file mode 100644 index 000000000..5cb1cf204 Binary files /dev/null and b/dist/img-apple-160/1f505.png differ diff --git a/dist/img-apple-160/1f506.png b/dist/img-apple-160/1f506.png new file mode 100644 index 000000000..68780991f Binary files /dev/null and b/dist/img-apple-160/1f506.png differ diff --git a/dist/img-apple-160/1f507.png b/dist/img-apple-160/1f507.png new file mode 100644 index 000000000..152b916a0 Binary files /dev/null and b/dist/img-apple-160/1f507.png differ diff --git a/dist/img-apple-160/1f508.png b/dist/img-apple-160/1f508.png new file mode 100644 index 000000000..65d30d00d Binary files /dev/null and b/dist/img-apple-160/1f508.png differ diff --git a/dist/img-apple-160/1f509.png b/dist/img-apple-160/1f509.png new file mode 100644 index 000000000..30d4d9ac3 Binary files /dev/null and b/dist/img-apple-160/1f509.png differ diff --git a/dist/img-apple-160/1f50a.png b/dist/img-apple-160/1f50a.png new file mode 100644 index 000000000..0a18649d5 Binary files /dev/null and b/dist/img-apple-160/1f50a.png differ diff --git a/dist/img-apple-160/1f50b.png b/dist/img-apple-160/1f50b.png new file mode 100644 index 000000000..7ac5b19c5 Binary files /dev/null and b/dist/img-apple-160/1f50b.png differ diff --git a/dist/img-apple-160/1f50c.png b/dist/img-apple-160/1f50c.png new file mode 100644 index 000000000..5bdcba348 Binary files /dev/null and b/dist/img-apple-160/1f50c.png differ diff --git a/dist/img-apple-160/1f50d.png b/dist/img-apple-160/1f50d.png new file mode 100644 index 000000000..d3e2f0d79 Binary files /dev/null and b/dist/img-apple-160/1f50d.png differ diff --git a/dist/img-apple-160/1f50e.png b/dist/img-apple-160/1f50e.png new file mode 100644 index 000000000..a06fd578c Binary files /dev/null and b/dist/img-apple-160/1f50e.png differ diff --git a/dist/img-apple-160/1f50f.png b/dist/img-apple-160/1f50f.png new file mode 100644 index 000000000..1e04f0a44 Binary files /dev/null and b/dist/img-apple-160/1f50f.png differ diff --git a/dist/img-apple-160/1f510.png b/dist/img-apple-160/1f510.png new file mode 100644 index 000000000..3790dbf8a Binary files /dev/null and b/dist/img-apple-160/1f510.png differ diff --git a/dist/img-apple-160/1f511.png b/dist/img-apple-160/1f511.png new file mode 100644 index 000000000..a2e3a0ad8 Binary files /dev/null and b/dist/img-apple-160/1f511.png differ diff --git a/dist/img-apple-160/1f512.png b/dist/img-apple-160/1f512.png new file mode 100644 index 000000000..6f38c92d0 Binary files /dev/null and b/dist/img-apple-160/1f512.png differ diff --git a/dist/img-apple-160/1f513.png b/dist/img-apple-160/1f513.png new file mode 100644 index 000000000..5d80590a7 Binary files /dev/null and b/dist/img-apple-160/1f513.png differ diff --git a/dist/img-apple-160/1f514.png b/dist/img-apple-160/1f514.png new file mode 100644 index 000000000..0a25e389d Binary files /dev/null and b/dist/img-apple-160/1f514.png differ diff --git a/dist/img-apple-160/1f515.png b/dist/img-apple-160/1f515.png new file mode 100644 index 000000000..53dd0c645 Binary files /dev/null and b/dist/img-apple-160/1f515.png differ diff --git a/dist/img-apple-160/1f516.png b/dist/img-apple-160/1f516.png new file mode 100644 index 000000000..36ba9fe08 Binary files /dev/null and b/dist/img-apple-160/1f516.png differ diff --git a/dist/img-apple-160/1f517.png b/dist/img-apple-160/1f517.png new file mode 100644 index 000000000..1e1919274 Binary files /dev/null and b/dist/img-apple-160/1f517.png differ diff --git a/dist/img-apple-160/1f518.png b/dist/img-apple-160/1f518.png new file mode 100644 index 000000000..39c7efb53 Binary files /dev/null and b/dist/img-apple-160/1f518.png differ diff --git a/dist/img-apple-160/1f519.png b/dist/img-apple-160/1f519.png new file mode 100644 index 000000000..efe78b72c Binary files /dev/null and b/dist/img-apple-160/1f519.png differ diff --git a/dist/img-apple-160/1f51a.png b/dist/img-apple-160/1f51a.png new file mode 100644 index 000000000..77cf58e62 Binary files /dev/null and b/dist/img-apple-160/1f51a.png differ diff --git a/dist/img-apple-160/1f51b.png b/dist/img-apple-160/1f51b.png new file mode 100644 index 000000000..522ea8214 Binary files /dev/null and b/dist/img-apple-160/1f51b.png differ diff --git a/dist/img-apple-160/1f51c.png b/dist/img-apple-160/1f51c.png new file mode 100644 index 000000000..2510f0647 Binary files /dev/null and b/dist/img-apple-160/1f51c.png differ diff --git a/dist/img-apple-160/1f51d.png b/dist/img-apple-160/1f51d.png new file mode 100644 index 000000000..678cceb81 Binary files /dev/null and b/dist/img-apple-160/1f51d.png differ diff --git a/dist/img-apple-160/1f51e.png b/dist/img-apple-160/1f51e.png new file mode 100644 index 000000000..38107d853 Binary files /dev/null and b/dist/img-apple-160/1f51e.png differ diff --git a/dist/img-apple-160/1f51f.png b/dist/img-apple-160/1f51f.png new file mode 100644 index 000000000..403d66ea8 Binary files /dev/null and b/dist/img-apple-160/1f51f.png differ diff --git a/dist/img-apple-160/1f520.png b/dist/img-apple-160/1f520.png new file mode 100644 index 000000000..fc8cbebe7 Binary files /dev/null and b/dist/img-apple-160/1f520.png differ diff --git a/dist/img-apple-160/1f521.png b/dist/img-apple-160/1f521.png new file mode 100644 index 000000000..5899ec63a Binary files /dev/null and b/dist/img-apple-160/1f521.png differ diff --git a/dist/img-apple-160/1f522.png b/dist/img-apple-160/1f522.png new file mode 100644 index 000000000..f49e23394 Binary files /dev/null and b/dist/img-apple-160/1f522.png differ diff --git a/dist/img-apple-160/1f523.png b/dist/img-apple-160/1f523.png new file mode 100644 index 000000000..cab88024b Binary files /dev/null and b/dist/img-apple-160/1f523.png differ diff --git a/dist/img-apple-160/1f524.png b/dist/img-apple-160/1f524.png new file mode 100644 index 000000000..45f6dd944 Binary files /dev/null and b/dist/img-apple-160/1f524.png differ diff --git a/dist/img-apple-160/1f525.png b/dist/img-apple-160/1f525.png new file mode 100644 index 000000000..cf72991f3 Binary files /dev/null and b/dist/img-apple-160/1f525.png differ diff --git a/dist/img-apple-160/1f526.png b/dist/img-apple-160/1f526.png new file mode 100644 index 000000000..dea1d8b14 Binary files /dev/null and b/dist/img-apple-160/1f526.png differ diff --git a/dist/img-apple-160/1f527.png b/dist/img-apple-160/1f527.png new file mode 100644 index 000000000..2e663dabd Binary files /dev/null and b/dist/img-apple-160/1f527.png differ diff --git a/dist/img-apple-160/1f528.png b/dist/img-apple-160/1f528.png new file mode 100644 index 000000000..bb99eacba Binary files /dev/null and b/dist/img-apple-160/1f528.png differ diff --git a/dist/img-apple-160/1f529.png b/dist/img-apple-160/1f529.png new file mode 100644 index 000000000..7ec41b5f8 Binary files /dev/null and b/dist/img-apple-160/1f529.png differ diff --git a/dist/img-apple-160/1f52a.png b/dist/img-apple-160/1f52a.png new file mode 100644 index 000000000..ba0eaf303 Binary files /dev/null and b/dist/img-apple-160/1f52a.png differ diff --git a/dist/img-apple-160/1f52b.png b/dist/img-apple-160/1f52b.png new file mode 100644 index 000000000..c37213c35 Binary files /dev/null and b/dist/img-apple-160/1f52b.png differ diff --git a/dist/img-apple-160/1f52c.png b/dist/img-apple-160/1f52c.png new file mode 100644 index 000000000..b5afe7a06 Binary files /dev/null and b/dist/img-apple-160/1f52c.png differ diff --git a/dist/img-apple-160/1f52d.png b/dist/img-apple-160/1f52d.png new file mode 100644 index 000000000..11763538a Binary files /dev/null and b/dist/img-apple-160/1f52d.png differ diff --git a/dist/img-apple-160/1f52e.png b/dist/img-apple-160/1f52e.png new file mode 100644 index 000000000..2fd06ec60 Binary files /dev/null and b/dist/img-apple-160/1f52e.png differ diff --git a/dist/img-apple-160/1f52f.png b/dist/img-apple-160/1f52f.png new file mode 100644 index 000000000..3ce92b8e8 Binary files /dev/null and b/dist/img-apple-160/1f52f.png differ diff --git a/dist/img-apple-160/1f530.png b/dist/img-apple-160/1f530.png new file mode 100644 index 000000000..ac4915b61 Binary files /dev/null and b/dist/img-apple-160/1f530.png differ diff --git a/dist/img-apple-160/1f531.png b/dist/img-apple-160/1f531.png new file mode 100644 index 000000000..bd63d4c2a Binary files /dev/null and b/dist/img-apple-160/1f531.png differ diff --git a/dist/img-apple-160/1f532.png b/dist/img-apple-160/1f532.png new file mode 100644 index 000000000..8fe8523ab Binary files /dev/null and b/dist/img-apple-160/1f532.png differ diff --git a/dist/img-apple-160/1f533.png b/dist/img-apple-160/1f533.png new file mode 100644 index 000000000..e87567352 Binary files /dev/null and b/dist/img-apple-160/1f533.png differ diff --git a/dist/img-apple-160/1f534.png b/dist/img-apple-160/1f534.png new file mode 100644 index 000000000..ad6d61b1c Binary files /dev/null and b/dist/img-apple-160/1f534.png differ diff --git a/dist/img-apple-160/1f535.png b/dist/img-apple-160/1f535.png new file mode 100644 index 000000000..12859fabb Binary files /dev/null and b/dist/img-apple-160/1f535.png differ diff --git a/dist/img-apple-160/1f536.png b/dist/img-apple-160/1f536.png new file mode 100644 index 000000000..339b78957 Binary files /dev/null and b/dist/img-apple-160/1f536.png differ diff --git a/dist/img-apple-160/1f537.png b/dist/img-apple-160/1f537.png new file mode 100644 index 000000000..4680fd21a Binary files /dev/null and b/dist/img-apple-160/1f537.png differ diff --git a/dist/img-apple-160/1f538.png b/dist/img-apple-160/1f538.png new file mode 100644 index 000000000..443d450cd Binary files /dev/null and b/dist/img-apple-160/1f538.png differ diff --git a/dist/img-apple-160/1f539.png b/dist/img-apple-160/1f539.png new file mode 100644 index 000000000..940cf730d Binary files /dev/null and b/dist/img-apple-160/1f539.png differ diff --git a/dist/img-apple-160/1f53a.png b/dist/img-apple-160/1f53a.png new file mode 100644 index 000000000..9833d1661 Binary files /dev/null and b/dist/img-apple-160/1f53a.png differ diff --git a/dist/img-apple-160/1f53b.png b/dist/img-apple-160/1f53b.png new file mode 100644 index 000000000..7d8a7f7f5 Binary files /dev/null and b/dist/img-apple-160/1f53b.png differ diff --git a/dist/img-apple-160/1f53c.png b/dist/img-apple-160/1f53c.png new file mode 100644 index 000000000..d8750e74f Binary files /dev/null and b/dist/img-apple-160/1f53c.png differ diff --git a/dist/img-apple-160/1f53d.png b/dist/img-apple-160/1f53d.png new file mode 100644 index 000000000..19e73df5a Binary files /dev/null and b/dist/img-apple-160/1f53d.png differ diff --git a/dist/img-apple-160/1f549-fe0f.png b/dist/img-apple-160/1f549-fe0f.png new file mode 100644 index 000000000..1570975c6 Binary files /dev/null and b/dist/img-apple-160/1f549-fe0f.png differ diff --git a/dist/img-apple-160/1f549.png b/dist/img-apple-160/1f549.png new file mode 100644 index 000000000..1570975c6 Binary files /dev/null and b/dist/img-apple-160/1f549.png differ diff --git a/dist/img-apple-160/1f54a-fe0f.png b/dist/img-apple-160/1f54a-fe0f.png new file mode 100644 index 000000000..709dcbc18 Binary files /dev/null and b/dist/img-apple-160/1f54a-fe0f.png differ diff --git a/dist/img-apple-160/1f54a.png b/dist/img-apple-160/1f54a.png new file mode 100644 index 000000000..709dcbc18 Binary files /dev/null and b/dist/img-apple-160/1f54a.png differ diff --git a/dist/img-apple-160/1f54b.png b/dist/img-apple-160/1f54b.png new file mode 100644 index 000000000..efa208385 Binary files /dev/null and b/dist/img-apple-160/1f54b.png differ diff --git a/dist/img-apple-160/1f54c.png b/dist/img-apple-160/1f54c.png new file mode 100644 index 000000000..884f014d9 Binary files /dev/null and b/dist/img-apple-160/1f54c.png differ diff --git a/dist/img-apple-160/1f54d.png b/dist/img-apple-160/1f54d.png new file mode 100644 index 000000000..732e79dc5 Binary files /dev/null and b/dist/img-apple-160/1f54d.png differ diff --git a/dist/img-apple-160/1f54e.png b/dist/img-apple-160/1f54e.png new file mode 100644 index 000000000..a62b44455 Binary files /dev/null and b/dist/img-apple-160/1f54e.png differ diff --git a/dist/img-apple-160/1f550.png b/dist/img-apple-160/1f550.png new file mode 100644 index 000000000..f690b2942 Binary files /dev/null and b/dist/img-apple-160/1f550.png differ diff --git a/dist/img-apple-160/1f551.png b/dist/img-apple-160/1f551.png new file mode 100644 index 000000000..044aadcae Binary files /dev/null and b/dist/img-apple-160/1f551.png differ diff --git a/dist/img-apple-160/1f552.png b/dist/img-apple-160/1f552.png new file mode 100644 index 000000000..43047527f Binary files /dev/null and b/dist/img-apple-160/1f552.png differ diff --git a/dist/img-apple-160/1f553.png b/dist/img-apple-160/1f553.png new file mode 100644 index 000000000..70a2cad7b Binary files /dev/null and b/dist/img-apple-160/1f553.png differ diff --git a/dist/img-apple-160/1f554.png b/dist/img-apple-160/1f554.png new file mode 100644 index 000000000..c03089ca0 Binary files /dev/null and b/dist/img-apple-160/1f554.png differ diff --git a/dist/img-apple-160/1f555.png b/dist/img-apple-160/1f555.png new file mode 100644 index 000000000..cfffd8987 Binary files /dev/null and b/dist/img-apple-160/1f555.png differ diff --git a/dist/img-apple-160/1f556.png b/dist/img-apple-160/1f556.png new file mode 100644 index 000000000..4e4fd5195 Binary files /dev/null and b/dist/img-apple-160/1f556.png differ diff --git a/dist/img-apple-160/1f557.png b/dist/img-apple-160/1f557.png new file mode 100644 index 000000000..6f74aebde Binary files /dev/null and b/dist/img-apple-160/1f557.png differ diff --git a/dist/img-apple-160/1f558.png b/dist/img-apple-160/1f558.png new file mode 100644 index 000000000..f5962055b Binary files /dev/null and b/dist/img-apple-160/1f558.png differ diff --git a/dist/img-apple-160/1f559.png b/dist/img-apple-160/1f559.png new file mode 100644 index 000000000..89545c25d Binary files /dev/null and b/dist/img-apple-160/1f559.png differ diff --git a/dist/img-apple-160/1f55a.png b/dist/img-apple-160/1f55a.png new file mode 100644 index 000000000..aab6b1c63 Binary files /dev/null and b/dist/img-apple-160/1f55a.png differ diff --git a/dist/img-apple-160/1f55b.png b/dist/img-apple-160/1f55b.png new file mode 100644 index 000000000..7a394cda0 Binary files /dev/null and b/dist/img-apple-160/1f55b.png differ diff --git a/dist/img-apple-160/1f55c.png b/dist/img-apple-160/1f55c.png new file mode 100644 index 000000000..8de385082 Binary files /dev/null and b/dist/img-apple-160/1f55c.png differ diff --git a/dist/img-apple-160/1f55d.png b/dist/img-apple-160/1f55d.png new file mode 100644 index 000000000..14b03da21 Binary files /dev/null and b/dist/img-apple-160/1f55d.png differ diff --git a/dist/img-apple-160/1f55e.png b/dist/img-apple-160/1f55e.png new file mode 100644 index 000000000..985f21c19 Binary files /dev/null and b/dist/img-apple-160/1f55e.png differ diff --git a/dist/img-apple-160/1f55f.png b/dist/img-apple-160/1f55f.png new file mode 100644 index 000000000..a5f0ec0f1 Binary files /dev/null and b/dist/img-apple-160/1f55f.png differ diff --git a/dist/img-apple-160/1f560.png b/dist/img-apple-160/1f560.png new file mode 100644 index 000000000..cd03c7598 Binary files /dev/null and b/dist/img-apple-160/1f560.png differ diff --git a/dist/img-apple-160/1f561.png b/dist/img-apple-160/1f561.png new file mode 100644 index 000000000..6f4f53072 Binary files /dev/null and b/dist/img-apple-160/1f561.png differ diff --git a/dist/img-apple-160/1f562.png b/dist/img-apple-160/1f562.png new file mode 100644 index 000000000..24d308e34 Binary files /dev/null and b/dist/img-apple-160/1f562.png differ diff --git a/dist/img-apple-160/1f563.png b/dist/img-apple-160/1f563.png new file mode 100644 index 000000000..2ebd786a5 Binary files /dev/null and b/dist/img-apple-160/1f563.png differ diff --git a/dist/img-apple-160/1f564.png b/dist/img-apple-160/1f564.png new file mode 100644 index 000000000..16d969e05 Binary files /dev/null and b/dist/img-apple-160/1f564.png differ diff --git a/dist/img-apple-160/1f565.png b/dist/img-apple-160/1f565.png new file mode 100644 index 000000000..df01f3dfc Binary files /dev/null and b/dist/img-apple-160/1f565.png differ diff --git a/dist/img-apple-160/1f566.png b/dist/img-apple-160/1f566.png new file mode 100644 index 000000000..bb3ee0af5 Binary files /dev/null and b/dist/img-apple-160/1f566.png differ diff --git a/dist/img-apple-160/1f567.png b/dist/img-apple-160/1f567.png new file mode 100644 index 000000000..e41ed90f9 Binary files /dev/null and b/dist/img-apple-160/1f567.png differ diff --git a/dist/img-apple-160/1f56f-fe0f.png b/dist/img-apple-160/1f56f-fe0f.png new file mode 100644 index 000000000..eb6a4f99b Binary files /dev/null and b/dist/img-apple-160/1f56f-fe0f.png differ diff --git a/dist/img-apple-160/1f56f.png b/dist/img-apple-160/1f56f.png new file mode 100644 index 000000000..eb6a4f99b Binary files /dev/null and b/dist/img-apple-160/1f56f.png differ diff --git a/dist/img-apple-160/1f570-fe0f.png b/dist/img-apple-160/1f570-fe0f.png new file mode 100644 index 000000000..293423447 Binary files /dev/null and b/dist/img-apple-160/1f570-fe0f.png differ diff --git a/dist/img-apple-160/1f570.png b/dist/img-apple-160/1f570.png new file mode 100644 index 000000000..293423447 Binary files /dev/null and b/dist/img-apple-160/1f570.png differ diff --git a/dist/img-apple-160/1f573-fe0f.png b/dist/img-apple-160/1f573-fe0f.png new file mode 100644 index 000000000..31e9c26e5 Binary files /dev/null and b/dist/img-apple-160/1f573-fe0f.png differ diff --git a/dist/img-apple-160/1f573.png b/dist/img-apple-160/1f573.png new file mode 100644 index 000000000..31e9c26e5 Binary files /dev/null and b/dist/img-apple-160/1f573.png differ diff --git a/dist/img-apple-160/1f574-1f3fb.png b/dist/img-apple-160/1f574-1f3fb.png new file mode 100644 index 000000000..f0c4c7069 Binary files /dev/null and b/dist/img-apple-160/1f574-1f3fb.png differ diff --git a/dist/img-apple-160/1f574-1f3fc.png b/dist/img-apple-160/1f574-1f3fc.png new file mode 100644 index 000000000..4f961f2f4 Binary files /dev/null and b/dist/img-apple-160/1f574-1f3fc.png differ diff --git a/dist/img-apple-160/1f574-1f3fd.png b/dist/img-apple-160/1f574-1f3fd.png new file mode 100644 index 000000000..ae7882c29 Binary files /dev/null and b/dist/img-apple-160/1f574-1f3fd.png differ diff --git a/dist/img-apple-160/1f574-1f3fe.png b/dist/img-apple-160/1f574-1f3fe.png new file mode 100644 index 000000000..2b3f2847e Binary files /dev/null and b/dist/img-apple-160/1f574-1f3fe.png differ diff --git a/dist/img-apple-160/1f574-1f3ff.png b/dist/img-apple-160/1f574-1f3ff.png new file mode 100644 index 000000000..6897eca94 Binary files /dev/null and b/dist/img-apple-160/1f574-1f3ff.png differ diff --git a/dist/img-apple-160/1f574-fe0f.png b/dist/img-apple-160/1f574-fe0f.png new file mode 100644 index 000000000..6873ac04f Binary files /dev/null and b/dist/img-apple-160/1f574-fe0f.png differ diff --git a/dist/img-apple-160/1f574.png b/dist/img-apple-160/1f574.png new file mode 100644 index 000000000..6873ac04f Binary files /dev/null and b/dist/img-apple-160/1f574.png differ diff --git a/dist/img-apple-160/1f575-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f575-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..9d3b25cb9 Binary files /dev/null and b/dist/img-apple-160/1f575-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f575-1f3fb-200d-2640.png b/dist/img-apple-160/1f575-1f3fb-200d-2640.png new file mode 100644 index 000000000..9d3b25cb9 Binary files /dev/null and b/dist/img-apple-160/1f575-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f575-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f575-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..b29579259 Binary files /dev/null and b/dist/img-apple-160/1f575-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f575-1f3fb-200d-2642.png b/dist/img-apple-160/1f575-1f3fb-200d-2642.png new file mode 100644 index 000000000..b29579259 Binary files /dev/null and b/dist/img-apple-160/1f575-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f575-1f3fb.png b/dist/img-apple-160/1f575-1f3fb.png new file mode 100644 index 000000000..265e92b72 Binary files /dev/null and b/dist/img-apple-160/1f575-1f3fb.png differ diff --git a/dist/img-apple-160/1f575-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f575-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..03e5d1e7f Binary files /dev/null and b/dist/img-apple-160/1f575-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f575-1f3fc-200d-2640.png b/dist/img-apple-160/1f575-1f3fc-200d-2640.png new file mode 100644 index 000000000..03e5d1e7f Binary files /dev/null and b/dist/img-apple-160/1f575-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f575-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f575-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..0c7f50e29 Binary files /dev/null and b/dist/img-apple-160/1f575-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f575-1f3fc-200d-2642.png b/dist/img-apple-160/1f575-1f3fc-200d-2642.png new file mode 100644 index 000000000..0c7f50e29 Binary files /dev/null and b/dist/img-apple-160/1f575-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f575-1f3fc.png b/dist/img-apple-160/1f575-1f3fc.png new file mode 100644 index 000000000..79b190e6e Binary files /dev/null and b/dist/img-apple-160/1f575-1f3fc.png differ diff --git a/dist/img-apple-160/1f575-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f575-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..a1f6ba00c Binary files /dev/null and b/dist/img-apple-160/1f575-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f575-1f3fd-200d-2640.png b/dist/img-apple-160/1f575-1f3fd-200d-2640.png new file mode 100644 index 000000000..a1f6ba00c Binary files /dev/null and b/dist/img-apple-160/1f575-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f575-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f575-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..cc4e4e0ee Binary files /dev/null and b/dist/img-apple-160/1f575-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f575-1f3fd-200d-2642.png b/dist/img-apple-160/1f575-1f3fd-200d-2642.png new file mode 100644 index 000000000..cc4e4e0ee Binary files /dev/null and b/dist/img-apple-160/1f575-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f575-1f3fd.png b/dist/img-apple-160/1f575-1f3fd.png new file mode 100644 index 000000000..1e4004397 Binary files /dev/null and b/dist/img-apple-160/1f575-1f3fd.png differ diff --git a/dist/img-apple-160/1f575-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f575-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..ec1d65954 Binary files /dev/null and b/dist/img-apple-160/1f575-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f575-1f3fe-200d-2640.png b/dist/img-apple-160/1f575-1f3fe-200d-2640.png new file mode 100644 index 000000000..ec1d65954 Binary files /dev/null and b/dist/img-apple-160/1f575-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f575-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f575-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..0afc1b87d Binary files /dev/null and b/dist/img-apple-160/1f575-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f575-1f3fe-200d-2642.png b/dist/img-apple-160/1f575-1f3fe-200d-2642.png new file mode 100644 index 000000000..0afc1b87d Binary files /dev/null and b/dist/img-apple-160/1f575-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f575-1f3fe.png b/dist/img-apple-160/1f575-1f3fe.png new file mode 100644 index 000000000..e00ff05b7 Binary files /dev/null and b/dist/img-apple-160/1f575-1f3fe.png differ diff --git a/dist/img-apple-160/1f575-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f575-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..6596ab73d Binary files /dev/null and b/dist/img-apple-160/1f575-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f575-1f3ff-200d-2640.png b/dist/img-apple-160/1f575-1f3ff-200d-2640.png new file mode 100644 index 000000000..6596ab73d Binary files /dev/null and b/dist/img-apple-160/1f575-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f575-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f575-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..9e56197b2 Binary files /dev/null and b/dist/img-apple-160/1f575-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f575-1f3ff-200d-2642.png b/dist/img-apple-160/1f575-1f3ff-200d-2642.png new file mode 100644 index 000000000..9e56197b2 Binary files /dev/null and b/dist/img-apple-160/1f575-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f575-1f3ff.png b/dist/img-apple-160/1f575-1f3ff.png new file mode 100644 index 000000000..f3ffa4c05 Binary files /dev/null and b/dist/img-apple-160/1f575-1f3ff.png differ diff --git a/dist/img-apple-160/1f575-200d-2640.png b/dist/img-apple-160/1f575-200d-2640.png new file mode 100644 index 000000000..db2557b99 Binary files /dev/null and b/dist/img-apple-160/1f575-200d-2640.png differ diff --git a/dist/img-apple-160/1f575-200d-2642.png b/dist/img-apple-160/1f575-200d-2642.png new file mode 100644 index 000000000..f445d0199 Binary files /dev/null and b/dist/img-apple-160/1f575-200d-2642.png differ diff --git a/dist/img-apple-160/1f575-fe0f-200d-2640-fe0f.png b/dist/img-apple-160/1f575-fe0f-200d-2640-fe0f.png new file mode 100644 index 000000000..db2557b99 Binary files /dev/null and b/dist/img-apple-160/1f575-fe0f-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f575-fe0f-200d-2642-fe0f.png b/dist/img-apple-160/1f575-fe0f-200d-2642-fe0f.png new file mode 100644 index 000000000..f445d0199 Binary files /dev/null and b/dist/img-apple-160/1f575-fe0f-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f575-fe0f.png b/dist/img-apple-160/1f575-fe0f.png new file mode 100644 index 000000000..8817fe79a Binary files /dev/null and b/dist/img-apple-160/1f575-fe0f.png differ diff --git a/dist/img-apple-160/1f575.png b/dist/img-apple-160/1f575.png new file mode 100644 index 000000000..8817fe79a Binary files /dev/null and b/dist/img-apple-160/1f575.png differ diff --git a/dist/img-apple-160/1f576-fe0f.png b/dist/img-apple-160/1f576-fe0f.png new file mode 100644 index 000000000..bfc7822ab Binary files /dev/null and b/dist/img-apple-160/1f576-fe0f.png differ diff --git a/dist/img-apple-160/1f576.png b/dist/img-apple-160/1f576.png new file mode 100644 index 000000000..bfc7822ab Binary files /dev/null and b/dist/img-apple-160/1f576.png differ diff --git a/dist/img-apple-160/1f577-fe0f.png b/dist/img-apple-160/1f577-fe0f.png new file mode 100644 index 000000000..7c4562867 Binary files /dev/null and b/dist/img-apple-160/1f577-fe0f.png differ diff --git a/dist/img-apple-160/1f577.png b/dist/img-apple-160/1f577.png new file mode 100644 index 000000000..7c4562867 Binary files /dev/null and b/dist/img-apple-160/1f577.png differ diff --git a/dist/img-apple-160/1f578-fe0f.png b/dist/img-apple-160/1f578-fe0f.png new file mode 100644 index 000000000..d897e7059 Binary files /dev/null and b/dist/img-apple-160/1f578-fe0f.png differ diff --git a/dist/img-apple-160/1f578.png b/dist/img-apple-160/1f578.png new file mode 100644 index 000000000..d897e7059 Binary files /dev/null and b/dist/img-apple-160/1f578.png differ diff --git a/dist/img-apple-160/1f579-fe0f.png b/dist/img-apple-160/1f579-fe0f.png new file mode 100644 index 000000000..7029882b1 Binary files /dev/null and b/dist/img-apple-160/1f579-fe0f.png differ diff --git a/dist/img-apple-160/1f579.png b/dist/img-apple-160/1f579.png new file mode 100644 index 000000000..7029882b1 Binary files /dev/null and b/dist/img-apple-160/1f579.png differ diff --git a/dist/img-apple-160/1f57a-1f3fb.png b/dist/img-apple-160/1f57a-1f3fb.png new file mode 100644 index 000000000..0644a8932 Binary files /dev/null and b/dist/img-apple-160/1f57a-1f3fb.png differ diff --git a/dist/img-apple-160/1f57a-1f3fc.png b/dist/img-apple-160/1f57a-1f3fc.png new file mode 100644 index 000000000..7d46fdcb2 Binary files /dev/null and b/dist/img-apple-160/1f57a-1f3fc.png differ diff --git a/dist/img-apple-160/1f57a-1f3fd.png b/dist/img-apple-160/1f57a-1f3fd.png new file mode 100644 index 000000000..239a05d9f Binary files /dev/null and b/dist/img-apple-160/1f57a-1f3fd.png differ diff --git a/dist/img-apple-160/1f57a-1f3fe.png b/dist/img-apple-160/1f57a-1f3fe.png new file mode 100644 index 000000000..9d475b093 Binary files /dev/null and b/dist/img-apple-160/1f57a-1f3fe.png differ diff --git a/dist/img-apple-160/1f57a-1f3ff.png b/dist/img-apple-160/1f57a-1f3ff.png new file mode 100644 index 000000000..936e447a1 Binary files /dev/null and b/dist/img-apple-160/1f57a-1f3ff.png differ diff --git a/dist/img-apple-160/1f57a.png b/dist/img-apple-160/1f57a.png new file mode 100644 index 000000000..c19f96017 Binary files /dev/null and b/dist/img-apple-160/1f57a.png differ diff --git a/dist/img-apple-160/1f587-fe0f.png b/dist/img-apple-160/1f587-fe0f.png new file mode 100644 index 000000000..8d05c91f2 Binary files /dev/null and b/dist/img-apple-160/1f587-fe0f.png differ diff --git a/dist/img-apple-160/1f587.png b/dist/img-apple-160/1f587.png new file mode 100644 index 000000000..8d05c91f2 Binary files /dev/null and b/dist/img-apple-160/1f587.png differ diff --git a/dist/img-apple-160/1f58a-fe0f.png b/dist/img-apple-160/1f58a-fe0f.png new file mode 100644 index 000000000..7d87bc3b8 Binary files /dev/null and b/dist/img-apple-160/1f58a-fe0f.png differ diff --git a/dist/img-apple-160/1f58a.png b/dist/img-apple-160/1f58a.png new file mode 100644 index 000000000..7d87bc3b8 Binary files /dev/null and b/dist/img-apple-160/1f58a.png differ diff --git a/dist/img-apple-160/1f58b-fe0f.png b/dist/img-apple-160/1f58b-fe0f.png new file mode 100644 index 000000000..dff531c5c Binary files /dev/null and b/dist/img-apple-160/1f58b-fe0f.png differ diff --git a/dist/img-apple-160/1f58b.png b/dist/img-apple-160/1f58b.png new file mode 100644 index 000000000..dff531c5c Binary files /dev/null and b/dist/img-apple-160/1f58b.png differ diff --git a/dist/img-apple-160/1f58c-fe0f.png b/dist/img-apple-160/1f58c-fe0f.png new file mode 100644 index 000000000..f7ab9bc30 Binary files /dev/null and b/dist/img-apple-160/1f58c-fe0f.png differ diff --git a/dist/img-apple-160/1f58c.png b/dist/img-apple-160/1f58c.png new file mode 100644 index 000000000..f7ab9bc30 Binary files /dev/null and b/dist/img-apple-160/1f58c.png differ diff --git a/dist/img-apple-160/1f58d-fe0f.png b/dist/img-apple-160/1f58d-fe0f.png new file mode 100644 index 000000000..458cf0fb6 Binary files /dev/null and b/dist/img-apple-160/1f58d-fe0f.png differ diff --git a/dist/img-apple-160/1f58d.png b/dist/img-apple-160/1f58d.png new file mode 100644 index 000000000..458cf0fb6 Binary files /dev/null and b/dist/img-apple-160/1f58d.png differ diff --git a/dist/img-apple-160/1f590-1f3fb.png b/dist/img-apple-160/1f590-1f3fb.png new file mode 100644 index 000000000..cd84d336f Binary files /dev/null and b/dist/img-apple-160/1f590-1f3fb.png differ diff --git a/dist/img-apple-160/1f590-1f3fc.png b/dist/img-apple-160/1f590-1f3fc.png new file mode 100644 index 000000000..ab7431893 Binary files /dev/null and b/dist/img-apple-160/1f590-1f3fc.png differ diff --git a/dist/img-apple-160/1f590-1f3fd.png b/dist/img-apple-160/1f590-1f3fd.png new file mode 100644 index 000000000..3dd9ee568 Binary files /dev/null and b/dist/img-apple-160/1f590-1f3fd.png differ diff --git a/dist/img-apple-160/1f590-1f3fe.png b/dist/img-apple-160/1f590-1f3fe.png new file mode 100644 index 000000000..972fa7f0d Binary files /dev/null and b/dist/img-apple-160/1f590-1f3fe.png differ diff --git a/dist/img-apple-160/1f590-1f3ff.png b/dist/img-apple-160/1f590-1f3ff.png new file mode 100644 index 000000000..abd384eca Binary files /dev/null and b/dist/img-apple-160/1f590-1f3ff.png differ diff --git a/dist/img-apple-160/1f590-fe0f.png b/dist/img-apple-160/1f590-fe0f.png new file mode 100644 index 000000000..36a8f4ebd Binary files /dev/null and b/dist/img-apple-160/1f590-fe0f.png differ diff --git a/dist/img-apple-160/1f590.png b/dist/img-apple-160/1f590.png new file mode 100644 index 000000000..36a8f4ebd Binary files /dev/null and b/dist/img-apple-160/1f590.png differ diff --git a/dist/img-apple-160/1f595-1f3fb.png b/dist/img-apple-160/1f595-1f3fb.png new file mode 100644 index 000000000..8d34936ea Binary files /dev/null and b/dist/img-apple-160/1f595-1f3fb.png differ diff --git a/dist/img-apple-160/1f595-1f3fc.png b/dist/img-apple-160/1f595-1f3fc.png new file mode 100644 index 000000000..20f00f069 Binary files /dev/null and b/dist/img-apple-160/1f595-1f3fc.png differ diff --git a/dist/img-apple-160/1f595-1f3fd.png b/dist/img-apple-160/1f595-1f3fd.png new file mode 100644 index 000000000..41efccf58 Binary files /dev/null and b/dist/img-apple-160/1f595-1f3fd.png differ diff --git a/dist/img-apple-160/1f595-1f3fe.png b/dist/img-apple-160/1f595-1f3fe.png new file mode 100644 index 000000000..1c3d98aef Binary files /dev/null and b/dist/img-apple-160/1f595-1f3fe.png differ diff --git a/dist/img-apple-160/1f595-1f3ff.png b/dist/img-apple-160/1f595-1f3ff.png new file mode 100644 index 000000000..0a4f72c40 Binary files /dev/null and b/dist/img-apple-160/1f595-1f3ff.png differ diff --git a/dist/img-apple-160/1f595.png b/dist/img-apple-160/1f595.png new file mode 100644 index 000000000..584ffc417 Binary files /dev/null and b/dist/img-apple-160/1f595.png differ diff --git a/dist/img-apple-160/1f596-1f3fb.png b/dist/img-apple-160/1f596-1f3fb.png new file mode 100644 index 000000000..8d495c3d4 Binary files /dev/null and b/dist/img-apple-160/1f596-1f3fb.png differ diff --git a/dist/img-apple-160/1f596-1f3fc.png b/dist/img-apple-160/1f596-1f3fc.png new file mode 100644 index 000000000..23726882a Binary files /dev/null and b/dist/img-apple-160/1f596-1f3fc.png differ diff --git a/dist/img-apple-160/1f596-1f3fd.png b/dist/img-apple-160/1f596-1f3fd.png new file mode 100644 index 000000000..0c1b37f6f Binary files /dev/null and b/dist/img-apple-160/1f596-1f3fd.png differ diff --git a/dist/img-apple-160/1f596-1f3fe.png b/dist/img-apple-160/1f596-1f3fe.png new file mode 100644 index 000000000..1ddb4db0f Binary files /dev/null and b/dist/img-apple-160/1f596-1f3fe.png differ diff --git a/dist/img-apple-160/1f596-1f3ff.png b/dist/img-apple-160/1f596-1f3ff.png new file mode 100644 index 000000000..06dfeb714 Binary files /dev/null and b/dist/img-apple-160/1f596-1f3ff.png differ diff --git a/dist/img-apple-160/1f596.png b/dist/img-apple-160/1f596.png new file mode 100644 index 000000000..548932a71 Binary files /dev/null and b/dist/img-apple-160/1f596.png differ diff --git a/dist/img-apple-160/1f5a4.png b/dist/img-apple-160/1f5a4.png new file mode 100644 index 000000000..bf6bb61e0 Binary files /dev/null and b/dist/img-apple-160/1f5a4.png differ diff --git a/dist/img-apple-160/1f5a5-fe0f.png b/dist/img-apple-160/1f5a5-fe0f.png new file mode 100644 index 000000000..2773aa3c5 Binary files /dev/null and b/dist/img-apple-160/1f5a5-fe0f.png differ diff --git a/dist/img-apple-160/1f5a5.png b/dist/img-apple-160/1f5a5.png new file mode 100644 index 000000000..2773aa3c5 Binary files /dev/null and b/dist/img-apple-160/1f5a5.png differ diff --git a/dist/img-apple-160/1f5a8-fe0f.png b/dist/img-apple-160/1f5a8-fe0f.png new file mode 100644 index 000000000..f9d04ad0f Binary files /dev/null and b/dist/img-apple-160/1f5a8-fe0f.png differ diff --git a/dist/img-apple-160/1f5a8.png b/dist/img-apple-160/1f5a8.png new file mode 100644 index 000000000..f9d04ad0f Binary files /dev/null and b/dist/img-apple-160/1f5a8.png differ diff --git a/dist/img-apple-160/1f5b1-fe0f.png b/dist/img-apple-160/1f5b1-fe0f.png new file mode 100644 index 000000000..b302df839 Binary files /dev/null and b/dist/img-apple-160/1f5b1-fe0f.png differ diff --git a/dist/img-apple-160/1f5b1.png b/dist/img-apple-160/1f5b1.png new file mode 100644 index 000000000..b302df839 Binary files /dev/null and b/dist/img-apple-160/1f5b1.png differ diff --git a/dist/img-apple-160/1f5b2-fe0f.png b/dist/img-apple-160/1f5b2-fe0f.png new file mode 100644 index 000000000..fb5a06164 Binary files /dev/null and b/dist/img-apple-160/1f5b2-fe0f.png differ diff --git a/dist/img-apple-160/1f5b2.png b/dist/img-apple-160/1f5b2.png new file mode 100644 index 000000000..fb5a06164 Binary files /dev/null and b/dist/img-apple-160/1f5b2.png differ diff --git a/dist/img-apple-160/1f5bc-fe0f.png b/dist/img-apple-160/1f5bc-fe0f.png new file mode 100644 index 000000000..1252f9f9d Binary files /dev/null and b/dist/img-apple-160/1f5bc-fe0f.png differ diff --git a/dist/img-apple-160/1f5bc.png b/dist/img-apple-160/1f5bc.png new file mode 100644 index 000000000..1252f9f9d Binary files /dev/null and b/dist/img-apple-160/1f5bc.png differ diff --git a/dist/img-apple-160/1f5c2-fe0f.png b/dist/img-apple-160/1f5c2-fe0f.png new file mode 100644 index 000000000..09ffe8f69 Binary files /dev/null and b/dist/img-apple-160/1f5c2-fe0f.png differ diff --git a/dist/img-apple-160/1f5c2.png b/dist/img-apple-160/1f5c2.png new file mode 100644 index 000000000..09ffe8f69 Binary files /dev/null and b/dist/img-apple-160/1f5c2.png differ diff --git a/dist/img-apple-160/1f5c3-fe0f.png b/dist/img-apple-160/1f5c3-fe0f.png new file mode 100644 index 000000000..afb13d5a9 Binary files /dev/null and b/dist/img-apple-160/1f5c3-fe0f.png differ diff --git a/dist/img-apple-160/1f5c3.png b/dist/img-apple-160/1f5c3.png new file mode 100644 index 000000000..afb13d5a9 Binary files /dev/null and b/dist/img-apple-160/1f5c3.png differ diff --git a/dist/img-apple-160/1f5c4-fe0f.png b/dist/img-apple-160/1f5c4-fe0f.png new file mode 100644 index 000000000..9bed84340 Binary files /dev/null and b/dist/img-apple-160/1f5c4-fe0f.png differ diff --git a/dist/img-apple-160/1f5c4.png b/dist/img-apple-160/1f5c4.png new file mode 100644 index 000000000..9bed84340 Binary files /dev/null and b/dist/img-apple-160/1f5c4.png differ diff --git a/dist/img-apple-160/1f5d1-fe0f.png b/dist/img-apple-160/1f5d1-fe0f.png new file mode 100644 index 000000000..bbc8fc27a Binary files /dev/null and b/dist/img-apple-160/1f5d1-fe0f.png differ diff --git a/dist/img-apple-160/1f5d1.png b/dist/img-apple-160/1f5d1.png new file mode 100644 index 000000000..bbc8fc27a Binary files /dev/null and b/dist/img-apple-160/1f5d1.png differ diff --git a/dist/img-apple-160/1f5d2-fe0f.png b/dist/img-apple-160/1f5d2-fe0f.png new file mode 100644 index 000000000..96fdf2227 Binary files /dev/null and b/dist/img-apple-160/1f5d2-fe0f.png differ diff --git a/dist/img-apple-160/1f5d2.png b/dist/img-apple-160/1f5d2.png new file mode 100644 index 000000000..96fdf2227 Binary files /dev/null and b/dist/img-apple-160/1f5d2.png differ diff --git a/dist/img-apple-160/1f5d3-fe0f.png b/dist/img-apple-160/1f5d3-fe0f.png new file mode 100644 index 000000000..3bfa6873e Binary files /dev/null and b/dist/img-apple-160/1f5d3-fe0f.png differ diff --git a/dist/img-apple-160/1f5d3.png b/dist/img-apple-160/1f5d3.png new file mode 100644 index 000000000..3bfa6873e Binary files /dev/null and b/dist/img-apple-160/1f5d3.png differ diff --git a/dist/img-apple-160/1f5dc-fe0f.png b/dist/img-apple-160/1f5dc-fe0f.png new file mode 100644 index 000000000..4b1a41b3b Binary files /dev/null and b/dist/img-apple-160/1f5dc-fe0f.png differ diff --git a/dist/img-apple-160/1f5dc.png b/dist/img-apple-160/1f5dc.png new file mode 100644 index 000000000..4b1a41b3b Binary files /dev/null and b/dist/img-apple-160/1f5dc.png differ diff --git a/dist/img-apple-160/1f5dd-fe0f.png b/dist/img-apple-160/1f5dd-fe0f.png new file mode 100644 index 000000000..1d578a674 Binary files /dev/null and b/dist/img-apple-160/1f5dd-fe0f.png differ diff --git a/dist/img-apple-160/1f5dd.png b/dist/img-apple-160/1f5dd.png new file mode 100644 index 000000000..1d578a674 Binary files /dev/null and b/dist/img-apple-160/1f5dd.png differ diff --git a/dist/img-apple-160/1f5de-fe0f.png b/dist/img-apple-160/1f5de-fe0f.png new file mode 100644 index 000000000..1f27d0a31 Binary files /dev/null and b/dist/img-apple-160/1f5de-fe0f.png differ diff --git a/dist/img-apple-160/1f5de.png b/dist/img-apple-160/1f5de.png new file mode 100644 index 000000000..1f27d0a31 Binary files /dev/null and b/dist/img-apple-160/1f5de.png differ diff --git a/dist/img-apple-160/1f5e1-fe0f.png b/dist/img-apple-160/1f5e1-fe0f.png new file mode 100644 index 000000000..385e8589a Binary files /dev/null and b/dist/img-apple-160/1f5e1-fe0f.png differ diff --git a/dist/img-apple-160/1f5e1.png b/dist/img-apple-160/1f5e1.png new file mode 100644 index 000000000..385e8589a Binary files /dev/null and b/dist/img-apple-160/1f5e1.png differ diff --git a/dist/img-apple-160/1f5e3-fe0f.png b/dist/img-apple-160/1f5e3-fe0f.png new file mode 100644 index 000000000..ab8c30e1a Binary files /dev/null and b/dist/img-apple-160/1f5e3-fe0f.png differ diff --git a/dist/img-apple-160/1f5e3.png b/dist/img-apple-160/1f5e3.png new file mode 100644 index 000000000..ab8c30e1a Binary files /dev/null and b/dist/img-apple-160/1f5e3.png differ diff --git a/dist/img-apple-160/1f5e8-fe0f.png b/dist/img-apple-160/1f5e8-fe0f.png new file mode 100644 index 000000000..5a91532d7 Binary files /dev/null and b/dist/img-apple-160/1f5e8-fe0f.png differ diff --git a/dist/img-apple-160/1f5e8.png b/dist/img-apple-160/1f5e8.png new file mode 100644 index 000000000..5a91532d7 Binary files /dev/null and b/dist/img-apple-160/1f5e8.png differ diff --git a/dist/img-apple-160/1f5ef-fe0f.png b/dist/img-apple-160/1f5ef-fe0f.png new file mode 100644 index 000000000..5a27fcaf2 Binary files /dev/null and b/dist/img-apple-160/1f5ef-fe0f.png differ diff --git a/dist/img-apple-160/1f5ef.png b/dist/img-apple-160/1f5ef.png new file mode 100644 index 000000000..5a27fcaf2 Binary files /dev/null and b/dist/img-apple-160/1f5ef.png differ diff --git a/dist/img-apple-160/1f5f3-fe0f.png b/dist/img-apple-160/1f5f3-fe0f.png new file mode 100644 index 000000000..c5073e23f Binary files /dev/null and b/dist/img-apple-160/1f5f3-fe0f.png differ diff --git a/dist/img-apple-160/1f5f3.png b/dist/img-apple-160/1f5f3.png new file mode 100644 index 000000000..c5073e23f Binary files /dev/null and b/dist/img-apple-160/1f5f3.png differ diff --git a/dist/img-apple-160/1f5fa-fe0f.png b/dist/img-apple-160/1f5fa-fe0f.png new file mode 100644 index 000000000..ad10a7f86 Binary files /dev/null and b/dist/img-apple-160/1f5fa-fe0f.png differ diff --git a/dist/img-apple-160/1f5fa.png b/dist/img-apple-160/1f5fa.png new file mode 100644 index 000000000..ad10a7f86 Binary files /dev/null and b/dist/img-apple-160/1f5fa.png differ diff --git a/dist/img-apple-160/1f5fb.png b/dist/img-apple-160/1f5fb.png new file mode 100644 index 000000000..f9914706f Binary files /dev/null and b/dist/img-apple-160/1f5fb.png differ diff --git a/dist/img-apple-160/1f5fc.png b/dist/img-apple-160/1f5fc.png new file mode 100644 index 000000000..f6a575fef Binary files /dev/null and b/dist/img-apple-160/1f5fc.png differ diff --git a/dist/img-apple-160/1f5fd.png b/dist/img-apple-160/1f5fd.png new file mode 100644 index 000000000..8dad520f8 Binary files /dev/null and b/dist/img-apple-160/1f5fd.png differ diff --git a/dist/img-apple-160/1f5fe.png b/dist/img-apple-160/1f5fe.png new file mode 100644 index 000000000..821caf9dc Binary files /dev/null and b/dist/img-apple-160/1f5fe.png differ diff --git a/dist/img-apple-160/1f5ff.png b/dist/img-apple-160/1f5ff.png new file mode 100644 index 000000000..62e43ad9d Binary files /dev/null and b/dist/img-apple-160/1f5ff.png differ diff --git a/dist/img-apple-160/1f600.png b/dist/img-apple-160/1f600.png new file mode 100644 index 000000000..6c92f8b95 Binary files /dev/null and b/dist/img-apple-160/1f600.png differ diff --git a/dist/img-apple-160/1f601.png b/dist/img-apple-160/1f601.png new file mode 100644 index 000000000..4829b3a16 Binary files /dev/null and b/dist/img-apple-160/1f601.png differ diff --git a/dist/img-apple-160/1f602.png b/dist/img-apple-160/1f602.png new file mode 100644 index 000000000..672000673 Binary files /dev/null and b/dist/img-apple-160/1f602.png differ diff --git a/dist/img-apple-160/1f603.png b/dist/img-apple-160/1f603.png new file mode 100644 index 000000000..c704550e6 Binary files /dev/null and b/dist/img-apple-160/1f603.png differ diff --git a/dist/img-apple-160/1f604.png b/dist/img-apple-160/1f604.png new file mode 100644 index 000000000..68140c01a Binary files /dev/null and b/dist/img-apple-160/1f604.png differ diff --git a/dist/img-apple-160/1f605.png b/dist/img-apple-160/1f605.png new file mode 100644 index 000000000..34ae7d2b3 Binary files /dev/null and b/dist/img-apple-160/1f605.png differ diff --git a/dist/img-apple-160/1f606.png b/dist/img-apple-160/1f606.png new file mode 100644 index 000000000..d8d01fe28 Binary files /dev/null and b/dist/img-apple-160/1f606.png differ diff --git a/dist/img-apple-160/1f607.png b/dist/img-apple-160/1f607.png new file mode 100644 index 000000000..d38966164 Binary files /dev/null and b/dist/img-apple-160/1f607.png differ diff --git a/dist/img-apple-160/1f608.png b/dist/img-apple-160/1f608.png new file mode 100644 index 000000000..8519275a1 Binary files /dev/null and b/dist/img-apple-160/1f608.png differ diff --git a/dist/img-apple-160/1f609.png b/dist/img-apple-160/1f609.png new file mode 100644 index 000000000..2609eb9fb Binary files /dev/null and b/dist/img-apple-160/1f609.png differ diff --git a/dist/img-apple-160/1f60a.png b/dist/img-apple-160/1f60a.png new file mode 100644 index 000000000..01b913394 Binary files /dev/null and b/dist/img-apple-160/1f60a.png differ diff --git a/dist/img-apple-160/1f60b.png b/dist/img-apple-160/1f60b.png new file mode 100644 index 000000000..257d30bc9 Binary files /dev/null and b/dist/img-apple-160/1f60b.png differ diff --git a/dist/img-apple-160/1f60c.png b/dist/img-apple-160/1f60c.png new file mode 100644 index 000000000..3435065e2 Binary files /dev/null and b/dist/img-apple-160/1f60c.png differ diff --git a/dist/img-apple-160/1f60d.png b/dist/img-apple-160/1f60d.png new file mode 100644 index 000000000..a8cba010b Binary files /dev/null and b/dist/img-apple-160/1f60d.png differ diff --git a/dist/img-apple-160/1f60e.png b/dist/img-apple-160/1f60e.png new file mode 100644 index 000000000..474d2b8e7 Binary files /dev/null and b/dist/img-apple-160/1f60e.png differ diff --git a/dist/img-apple-160/1f60f.png b/dist/img-apple-160/1f60f.png new file mode 100644 index 000000000..bc9914c6c Binary files /dev/null and b/dist/img-apple-160/1f60f.png differ diff --git a/dist/img-apple-160/1f610.png b/dist/img-apple-160/1f610.png new file mode 100644 index 000000000..a406bea67 Binary files /dev/null and b/dist/img-apple-160/1f610.png differ diff --git a/dist/img-apple-160/1f611.png b/dist/img-apple-160/1f611.png new file mode 100644 index 000000000..b5c7e3725 Binary files /dev/null and b/dist/img-apple-160/1f611.png differ diff --git a/dist/img-apple-160/1f612.png b/dist/img-apple-160/1f612.png new file mode 100644 index 000000000..7db43e29f Binary files /dev/null and b/dist/img-apple-160/1f612.png differ diff --git a/dist/img-apple-160/1f613.png b/dist/img-apple-160/1f613.png new file mode 100644 index 000000000..2a0ff285c Binary files /dev/null and b/dist/img-apple-160/1f613.png differ diff --git a/dist/img-apple-160/1f614.png b/dist/img-apple-160/1f614.png new file mode 100644 index 000000000..eeef570e6 Binary files /dev/null and b/dist/img-apple-160/1f614.png differ diff --git a/dist/img-apple-160/1f615.png b/dist/img-apple-160/1f615.png new file mode 100644 index 000000000..7b8686b0f Binary files /dev/null and b/dist/img-apple-160/1f615.png differ diff --git a/dist/img-apple-160/1f616.png b/dist/img-apple-160/1f616.png new file mode 100644 index 000000000..5a717d72c Binary files /dev/null and b/dist/img-apple-160/1f616.png differ diff --git a/dist/img-apple-160/1f617.png b/dist/img-apple-160/1f617.png new file mode 100644 index 000000000..651ebb2c3 Binary files /dev/null and b/dist/img-apple-160/1f617.png differ diff --git a/dist/img-apple-160/1f618.png b/dist/img-apple-160/1f618.png new file mode 100644 index 000000000..8319067e9 Binary files /dev/null and b/dist/img-apple-160/1f618.png differ diff --git a/dist/img-apple-160/1f619.png b/dist/img-apple-160/1f619.png new file mode 100644 index 000000000..550190b8d Binary files /dev/null and b/dist/img-apple-160/1f619.png differ diff --git a/dist/img-apple-160/1f61a.png b/dist/img-apple-160/1f61a.png new file mode 100644 index 000000000..45645b89a Binary files /dev/null and b/dist/img-apple-160/1f61a.png differ diff --git a/dist/img-apple-160/1f61b.png b/dist/img-apple-160/1f61b.png new file mode 100644 index 000000000..051a0f4b7 Binary files /dev/null and b/dist/img-apple-160/1f61b.png differ diff --git a/dist/img-apple-160/1f61c.png b/dist/img-apple-160/1f61c.png new file mode 100644 index 000000000..a34c37559 Binary files /dev/null and b/dist/img-apple-160/1f61c.png differ diff --git a/dist/img-apple-160/1f61d.png b/dist/img-apple-160/1f61d.png new file mode 100644 index 000000000..8733394c7 Binary files /dev/null and b/dist/img-apple-160/1f61d.png differ diff --git a/dist/img-apple-160/1f61e.png b/dist/img-apple-160/1f61e.png new file mode 100644 index 000000000..d4a51d585 Binary files /dev/null and b/dist/img-apple-160/1f61e.png differ diff --git a/dist/img-apple-160/1f61f.png b/dist/img-apple-160/1f61f.png new file mode 100644 index 000000000..75fab9f7c Binary files /dev/null and b/dist/img-apple-160/1f61f.png differ diff --git a/dist/img-apple-160/1f620.png b/dist/img-apple-160/1f620.png new file mode 100644 index 000000000..e22a8d93e Binary files /dev/null and b/dist/img-apple-160/1f620.png differ diff --git a/dist/img-apple-160/1f621.png b/dist/img-apple-160/1f621.png new file mode 100644 index 000000000..59d82f248 Binary files /dev/null and b/dist/img-apple-160/1f621.png differ diff --git a/dist/img-apple-160/1f622.png b/dist/img-apple-160/1f622.png new file mode 100644 index 000000000..40d730c28 Binary files /dev/null and b/dist/img-apple-160/1f622.png differ diff --git a/dist/img-apple-160/1f623.png b/dist/img-apple-160/1f623.png new file mode 100644 index 000000000..a3f1058e3 Binary files /dev/null and b/dist/img-apple-160/1f623.png differ diff --git a/dist/img-apple-160/1f624.png b/dist/img-apple-160/1f624.png new file mode 100644 index 000000000..8347aac7b Binary files /dev/null and b/dist/img-apple-160/1f624.png differ diff --git a/dist/img-apple-160/1f625.png b/dist/img-apple-160/1f625.png new file mode 100644 index 000000000..c4ab354a5 Binary files /dev/null and b/dist/img-apple-160/1f625.png differ diff --git a/dist/img-apple-160/1f626.png b/dist/img-apple-160/1f626.png new file mode 100644 index 000000000..6017881c1 Binary files /dev/null and b/dist/img-apple-160/1f626.png differ diff --git a/dist/img-apple-160/1f627.png b/dist/img-apple-160/1f627.png new file mode 100644 index 000000000..491c7fd86 Binary files /dev/null and b/dist/img-apple-160/1f627.png differ diff --git a/dist/img-apple-160/1f628.png b/dist/img-apple-160/1f628.png new file mode 100644 index 000000000..15d3be946 Binary files /dev/null and b/dist/img-apple-160/1f628.png differ diff --git a/dist/img-apple-160/1f629.png b/dist/img-apple-160/1f629.png new file mode 100644 index 000000000..500040f0f Binary files /dev/null and b/dist/img-apple-160/1f629.png differ diff --git a/dist/img-apple-160/1f62a.png b/dist/img-apple-160/1f62a.png new file mode 100644 index 000000000..819b3fe92 Binary files /dev/null and b/dist/img-apple-160/1f62a.png differ diff --git a/dist/img-apple-160/1f62b.png b/dist/img-apple-160/1f62b.png new file mode 100644 index 000000000..9ddb4ab4c Binary files /dev/null and b/dist/img-apple-160/1f62b.png differ diff --git a/dist/img-apple-160/1f62c.png b/dist/img-apple-160/1f62c.png new file mode 100644 index 000000000..6de6163ab Binary files /dev/null and b/dist/img-apple-160/1f62c.png differ diff --git a/dist/img-apple-160/1f62d.png b/dist/img-apple-160/1f62d.png new file mode 100644 index 000000000..151a42119 Binary files /dev/null and b/dist/img-apple-160/1f62d.png differ diff --git a/dist/img-apple-160/1f62e.png b/dist/img-apple-160/1f62e.png new file mode 100644 index 000000000..3d133cee1 Binary files /dev/null and b/dist/img-apple-160/1f62e.png differ diff --git a/dist/img-apple-160/1f62f.png b/dist/img-apple-160/1f62f.png new file mode 100644 index 000000000..2e72ef222 Binary files /dev/null and b/dist/img-apple-160/1f62f.png differ diff --git a/dist/img-apple-160/1f630.png b/dist/img-apple-160/1f630.png new file mode 100644 index 000000000..b303c22ba Binary files /dev/null and b/dist/img-apple-160/1f630.png differ diff --git a/dist/img-apple-160/1f631.png b/dist/img-apple-160/1f631.png new file mode 100644 index 000000000..536d63e55 Binary files /dev/null and b/dist/img-apple-160/1f631.png differ diff --git a/dist/img-apple-160/1f632.png b/dist/img-apple-160/1f632.png new file mode 100644 index 000000000..833041ab2 Binary files /dev/null and b/dist/img-apple-160/1f632.png differ diff --git a/dist/img-apple-160/1f633.png b/dist/img-apple-160/1f633.png new file mode 100644 index 000000000..e08f49529 Binary files /dev/null and b/dist/img-apple-160/1f633.png differ diff --git a/dist/img-apple-160/1f634.png b/dist/img-apple-160/1f634.png new file mode 100644 index 000000000..78118ff8f Binary files /dev/null and b/dist/img-apple-160/1f634.png differ diff --git a/dist/img-apple-160/1f635.png b/dist/img-apple-160/1f635.png new file mode 100644 index 000000000..9fe7897b0 Binary files /dev/null and b/dist/img-apple-160/1f635.png differ diff --git a/dist/img-apple-160/1f636.png b/dist/img-apple-160/1f636.png new file mode 100644 index 000000000..ae1f8eb2f Binary files /dev/null and b/dist/img-apple-160/1f636.png differ diff --git a/dist/img-apple-160/1f637.png b/dist/img-apple-160/1f637.png new file mode 100644 index 000000000..9d58455b0 Binary files /dev/null and b/dist/img-apple-160/1f637.png differ diff --git a/dist/img-apple-160/1f638.png b/dist/img-apple-160/1f638.png new file mode 100644 index 000000000..a59befb29 Binary files /dev/null and b/dist/img-apple-160/1f638.png differ diff --git a/dist/img-apple-160/1f639.png b/dist/img-apple-160/1f639.png new file mode 100644 index 000000000..de6d9869e Binary files /dev/null and b/dist/img-apple-160/1f639.png differ diff --git a/dist/img-apple-160/1f63a.png b/dist/img-apple-160/1f63a.png new file mode 100644 index 000000000..0c613f447 Binary files /dev/null and b/dist/img-apple-160/1f63a.png differ diff --git a/dist/img-apple-160/1f63b.png b/dist/img-apple-160/1f63b.png new file mode 100644 index 000000000..239beda44 Binary files /dev/null and b/dist/img-apple-160/1f63b.png differ diff --git a/dist/img-apple-160/1f63c.png b/dist/img-apple-160/1f63c.png new file mode 100644 index 000000000..19d6d1107 Binary files /dev/null and b/dist/img-apple-160/1f63c.png differ diff --git a/dist/img-apple-160/1f63d.png b/dist/img-apple-160/1f63d.png new file mode 100644 index 000000000..90076681e Binary files /dev/null and b/dist/img-apple-160/1f63d.png differ diff --git a/dist/img-apple-160/1f63e.png b/dist/img-apple-160/1f63e.png new file mode 100644 index 000000000..b34da6348 Binary files /dev/null and b/dist/img-apple-160/1f63e.png differ diff --git a/dist/img-apple-160/1f63f.png b/dist/img-apple-160/1f63f.png new file mode 100644 index 000000000..a1eabedfd Binary files /dev/null and b/dist/img-apple-160/1f63f.png differ diff --git a/dist/img-apple-160/1f640.png b/dist/img-apple-160/1f640.png new file mode 100644 index 000000000..4e006eae8 Binary files /dev/null and b/dist/img-apple-160/1f640.png differ diff --git a/dist/img-apple-160/1f641.png b/dist/img-apple-160/1f641.png new file mode 100644 index 000000000..209f3996b Binary files /dev/null and b/dist/img-apple-160/1f641.png differ diff --git a/dist/img-apple-160/1f642.png b/dist/img-apple-160/1f642.png new file mode 100644 index 000000000..a9f2635ce Binary files /dev/null and b/dist/img-apple-160/1f642.png differ diff --git a/dist/img-apple-160/1f643.png b/dist/img-apple-160/1f643.png new file mode 100644 index 000000000..5dcf95f84 Binary files /dev/null and b/dist/img-apple-160/1f643.png differ diff --git a/dist/img-apple-160/1f644.png b/dist/img-apple-160/1f644.png new file mode 100644 index 000000000..bc68dc2be Binary files /dev/null and b/dist/img-apple-160/1f644.png differ diff --git a/dist/img-apple-160/1f645-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f645-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..43ca2c13d Binary files /dev/null and b/dist/img-apple-160/1f645-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f645-1f3fb-200d-2640.png b/dist/img-apple-160/1f645-1f3fb-200d-2640.png new file mode 100644 index 000000000..43ca2c13d Binary files /dev/null and b/dist/img-apple-160/1f645-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f645-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f645-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..0f5289321 Binary files /dev/null and b/dist/img-apple-160/1f645-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f645-1f3fb-200d-2642.png b/dist/img-apple-160/1f645-1f3fb-200d-2642.png new file mode 100644 index 000000000..0f5289321 Binary files /dev/null and b/dist/img-apple-160/1f645-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f645-1f3fb.png b/dist/img-apple-160/1f645-1f3fb.png new file mode 100644 index 000000000..fa2571217 Binary files /dev/null and b/dist/img-apple-160/1f645-1f3fb.png differ diff --git a/dist/img-apple-160/1f645-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f645-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..f0ed6ebdc Binary files /dev/null and b/dist/img-apple-160/1f645-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f645-1f3fc-200d-2640.png b/dist/img-apple-160/1f645-1f3fc-200d-2640.png new file mode 100644 index 000000000..f0ed6ebdc Binary files /dev/null and b/dist/img-apple-160/1f645-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f645-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f645-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..288b20824 Binary files /dev/null and b/dist/img-apple-160/1f645-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f645-1f3fc-200d-2642.png b/dist/img-apple-160/1f645-1f3fc-200d-2642.png new file mode 100644 index 000000000..288b20824 Binary files /dev/null and b/dist/img-apple-160/1f645-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f645-1f3fc.png b/dist/img-apple-160/1f645-1f3fc.png new file mode 100644 index 000000000..46cf76a7e Binary files /dev/null and b/dist/img-apple-160/1f645-1f3fc.png differ diff --git a/dist/img-apple-160/1f645-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f645-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..4f477d7ab Binary files /dev/null and b/dist/img-apple-160/1f645-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f645-1f3fd-200d-2640.png b/dist/img-apple-160/1f645-1f3fd-200d-2640.png new file mode 100644 index 000000000..4f477d7ab Binary files /dev/null and b/dist/img-apple-160/1f645-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f645-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f645-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..1bea5b732 Binary files /dev/null and b/dist/img-apple-160/1f645-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f645-1f3fd-200d-2642.png b/dist/img-apple-160/1f645-1f3fd-200d-2642.png new file mode 100644 index 000000000..1bea5b732 Binary files /dev/null and b/dist/img-apple-160/1f645-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f645-1f3fd.png b/dist/img-apple-160/1f645-1f3fd.png new file mode 100644 index 000000000..980b835c0 Binary files /dev/null and b/dist/img-apple-160/1f645-1f3fd.png differ diff --git a/dist/img-apple-160/1f645-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f645-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..64f351475 Binary files /dev/null and b/dist/img-apple-160/1f645-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f645-1f3fe-200d-2640.png b/dist/img-apple-160/1f645-1f3fe-200d-2640.png new file mode 100644 index 000000000..64f351475 Binary files /dev/null and b/dist/img-apple-160/1f645-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f645-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f645-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..f94d285ad Binary files /dev/null and b/dist/img-apple-160/1f645-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f645-1f3fe-200d-2642.png b/dist/img-apple-160/1f645-1f3fe-200d-2642.png new file mode 100644 index 000000000..f94d285ad Binary files /dev/null and b/dist/img-apple-160/1f645-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f645-1f3fe.png b/dist/img-apple-160/1f645-1f3fe.png new file mode 100644 index 000000000..465b340b3 Binary files /dev/null and b/dist/img-apple-160/1f645-1f3fe.png differ diff --git a/dist/img-apple-160/1f645-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f645-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..a118e386d Binary files /dev/null and b/dist/img-apple-160/1f645-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f645-1f3ff-200d-2640.png b/dist/img-apple-160/1f645-1f3ff-200d-2640.png new file mode 100644 index 000000000..a118e386d Binary files /dev/null and b/dist/img-apple-160/1f645-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f645-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f645-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..17864d5bc Binary files /dev/null and b/dist/img-apple-160/1f645-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f645-1f3ff-200d-2642.png b/dist/img-apple-160/1f645-1f3ff-200d-2642.png new file mode 100644 index 000000000..17864d5bc Binary files /dev/null and b/dist/img-apple-160/1f645-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f645-1f3ff.png b/dist/img-apple-160/1f645-1f3ff.png new file mode 100644 index 000000000..a07e47a50 Binary files /dev/null and b/dist/img-apple-160/1f645-1f3ff.png differ diff --git a/dist/img-apple-160/1f645-200d-2640-fe0f.png b/dist/img-apple-160/1f645-200d-2640-fe0f.png new file mode 100644 index 000000000..27e0f6c28 Binary files /dev/null and b/dist/img-apple-160/1f645-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f645-200d-2640.png b/dist/img-apple-160/1f645-200d-2640.png new file mode 100644 index 000000000..27e0f6c28 Binary files /dev/null and b/dist/img-apple-160/1f645-200d-2640.png differ diff --git a/dist/img-apple-160/1f645-200d-2642-fe0f.png b/dist/img-apple-160/1f645-200d-2642-fe0f.png new file mode 100644 index 000000000..5e08013a2 Binary files /dev/null and b/dist/img-apple-160/1f645-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f645-200d-2642.png b/dist/img-apple-160/1f645-200d-2642.png new file mode 100644 index 000000000..5e08013a2 Binary files /dev/null and b/dist/img-apple-160/1f645-200d-2642.png differ diff --git a/dist/img-apple-160/1f645.png b/dist/img-apple-160/1f645.png new file mode 100644 index 000000000..69b869330 Binary files /dev/null and b/dist/img-apple-160/1f645.png differ diff --git a/dist/img-apple-160/1f646-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f646-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..5dde315d6 Binary files /dev/null and b/dist/img-apple-160/1f646-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f646-1f3fb-200d-2640.png b/dist/img-apple-160/1f646-1f3fb-200d-2640.png new file mode 100644 index 000000000..5dde315d6 Binary files /dev/null and b/dist/img-apple-160/1f646-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f646-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f646-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..bf408984b Binary files /dev/null and b/dist/img-apple-160/1f646-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f646-1f3fb-200d-2642.png b/dist/img-apple-160/1f646-1f3fb-200d-2642.png new file mode 100644 index 000000000..bf408984b Binary files /dev/null and b/dist/img-apple-160/1f646-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f646-1f3fb.png b/dist/img-apple-160/1f646-1f3fb.png new file mode 100644 index 000000000..c2557ad8e Binary files /dev/null and b/dist/img-apple-160/1f646-1f3fb.png differ diff --git a/dist/img-apple-160/1f646-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f646-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..a51284cf8 Binary files /dev/null and b/dist/img-apple-160/1f646-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f646-1f3fc-200d-2640.png b/dist/img-apple-160/1f646-1f3fc-200d-2640.png new file mode 100644 index 000000000..a51284cf8 Binary files /dev/null and b/dist/img-apple-160/1f646-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f646-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f646-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..1edeeb6c1 Binary files /dev/null and b/dist/img-apple-160/1f646-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f646-1f3fc-200d-2642.png b/dist/img-apple-160/1f646-1f3fc-200d-2642.png new file mode 100644 index 000000000..1edeeb6c1 Binary files /dev/null and b/dist/img-apple-160/1f646-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f646-1f3fc.png b/dist/img-apple-160/1f646-1f3fc.png new file mode 100644 index 000000000..8ab55ab48 Binary files /dev/null and b/dist/img-apple-160/1f646-1f3fc.png differ diff --git a/dist/img-apple-160/1f646-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f646-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..951e10aa8 Binary files /dev/null and b/dist/img-apple-160/1f646-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f646-1f3fd-200d-2640.png b/dist/img-apple-160/1f646-1f3fd-200d-2640.png new file mode 100644 index 000000000..951e10aa8 Binary files /dev/null and b/dist/img-apple-160/1f646-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f646-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f646-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..ad88e45bf Binary files /dev/null and b/dist/img-apple-160/1f646-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f646-1f3fd-200d-2642.png b/dist/img-apple-160/1f646-1f3fd-200d-2642.png new file mode 100644 index 000000000..ad88e45bf Binary files /dev/null and b/dist/img-apple-160/1f646-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f646-1f3fd.png b/dist/img-apple-160/1f646-1f3fd.png new file mode 100644 index 000000000..0bf103bf0 Binary files /dev/null and b/dist/img-apple-160/1f646-1f3fd.png differ diff --git a/dist/img-apple-160/1f646-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f646-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..de37421ee Binary files /dev/null and b/dist/img-apple-160/1f646-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f646-1f3fe-200d-2640.png b/dist/img-apple-160/1f646-1f3fe-200d-2640.png new file mode 100644 index 000000000..de37421ee Binary files /dev/null and b/dist/img-apple-160/1f646-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f646-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f646-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..69d86893c Binary files /dev/null and b/dist/img-apple-160/1f646-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f646-1f3fe-200d-2642.png b/dist/img-apple-160/1f646-1f3fe-200d-2642.png new file mode 100644 index 000000000..69d86893c Binary files /dev/null and b/dist/img-apple-160/1f646-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f646-1f3fe.png b/dist/img-apple-160/1f646-1f3fe.png new file mode 100644 index 000000000..536088a3c Binary files /dev/null and b/dist/img-apple-160/1f646-1f3fe.png differ diff --git a/dist/img-apple-160/1f646-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f646-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..af5a1bd89 Binary files /dev/null and b/dist/img-apple-160/1f646-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f646-1f3ff-200d-2640.png b/dist/img-apple-160/1f646-1f3ff-200d-2640.png new file mode 100644 index 000000000..af5a1bd89 Binary files /dev/null and b/dist/img-apple-160/1f646-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f646-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f646-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..cdd192f6a Binary files /dev/null and b/dist/img-apple-160/1f646-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f646-1f3ff-200d-2642.png b/dist/img-apple-160/1f646-1f3ff-200d-2642.png new file mode 100644 index 000000000..cdd192f6a Binary files /dev/null and b/dist/img-apple-160/1f646-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f646-1f3ff.png b/dist/img-apple-160/1f646-1f3ff.png new file mode 100644 index 000000000..77f3f2e38 Binary files /dev/null and b/dist/img-apple-160/1f646-1f3ff.png differ diff --git a/dist/img-apple-160/1f646-200d-2640-fe0f.png b/dist/img-apple-160/1f646-200d-2640-fe0f.png new file mode 100644 index 000000000..7438a0468 Binary files /dev/null and b/dist/img-apple-160/1f646-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f646-200d-2640.png b/dist/img-apple-160/1f646-200d-2640.png new file mode 100644 index 000000000..7438a0468 Binary files /dev/null and b/dist/img-apple-160/1f646-200d-2640.png differ diff --git a/dist/img-apple-160/1f646-200d-2642-fe0f.png b/dist/img-apple-160/1f646-200d-2642-fe0f.png new file mode 100644 index 000000000..7d5e0ec03 Binary files /dev/null and b/dist/img-apple-160/1f646-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f646-200d-2642.png b/dist/img-apple-160/1f646-200d-2642.png new file mode 100644 index 000000000..7d5e0ec03 Binary files /dev/null and b/dist/img-apple-160/1f646-200d-2642.png differ diff --git a/dist/img-apple-160/1f646.png b/dist/img-apple-160/1f646.png new file mode 100644 index 000000000..f53a32d6e Binary files /dev/null and b/dist/img-apple-160/1f646.png differ diff --git a/dist/img-apple-160/1f647-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f647-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..55c73f7ce Binary files /dev/null and b/dist/img-apple-160/1f647-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f647-1f3fb-200d-2640.png b/dist/img-apple-160/1f647-1f3fb-200d-2640.png new file mode 100644 index 000000000..55c73f7ce Binary files /dev/null and b/dist/img-apple-160/1f647-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f647-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f647-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..613f6cf46 Binary files /dev/null and b/dist/img-apple-160/1f647-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f647-1f3fb-200d-2642.png b/dist/img-apple-160/1f647-1f3fb-200d-2642.png new file mode 100644 index 000000000..613f6cf46 Binary files /dev/null and b/dist/img-apple-160/1f647-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f647-1f3fb.png b/dist/img-apple-160/1f647-1f3fb.png new file mode 100644 index 000000000..378327a6c Binary files /dev/null and b/dist/img-apple-160/1f647-1f3fb.png differ diff --git a/dist/img-apple-160/1f647-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f647-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..bb6eea2a4 Binary files /dev/null and b/dist/img-apple-160/1f647-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f647-1f3fc-200d-2640.png b/dist/img-apple-160/1f647-1f3fc-200d-2640.png new file mode 100644 index 000000000..bb6eea2a4 Binary files /dev/null and b/dist/img-apple-160/1f647-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f647-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f647-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..7f8d76c48 Binary files /dev/null and b/dist/img-apple-160/1f647-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f647-1f3fc-200d-2642.png b/dist/img-apple-160/1f647-1f3fc-200d-2642.png new file mode 100644 index 000000000..7f8d76c48 Binary files /dev/null and b/dist/img-apple-160/1f647-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f647-1f3fc.png b/dist/img-apple-160/1f647-1f3fc.png new file mode 100644 index 000000000..eadac205d Binary files /dev/null and b/dist/img-apple-160/1f647-1f3fc.png differ diff --git a/dist/img-apple-160/1f647-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f647-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..21f9ffcda Binary files /dev/null and b/dist/img-apple-160/1f647-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f647-1f3fd-200d-2640.png b/dist/img-apple-160/1f647-1f3fd-200d-2640.png new file mode 100644 index 000000000..21f9ffcda Binary files /dev/null and b/dist/img-apple-160/1f647-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f647-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f647-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..257c244d0 Binary files /dev/null and b/dist/img-apple-160/1f647-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f647-1f3fd-200d-2642.png b/dist/img-apple-160/1f647-1f3fd-200d-2642.png new file mode 100644 index 000000000..257c244d0 Binary files /dev/null and b/dist/img-apple-160/1f647-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f647-1f3fd.png b/dist/img-apple-160/1f647-1f3fd.png new file mode 100644 index 000000000..b6635c6e9 Binary files /dev/null and b/dist/img-apple-160/1f647-1f3fd.png differ diff --git a/dist/img-apple-160/1f647-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f647-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..38ce24c1b Binary files /dev/null and b/dist/img-apple-160/1f647-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f647-1f3fe-200d-2640.png b/dist/img-apple-160/1f647-1f3fe-200d-2640.png new file mode 100644 index 000000000..38ce24c1b Binary files /dev/null and b/dist/img-apple-160/1f647-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f647-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f647-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..afa2effb3 Binary files /dev/null and b/dist/img-apple-160/1f647-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f647-1f3fe-200d-2642.png b/dist/img-apple-160/1f647-1f3fe-200d-2642.png new file mode 100644 index 000000000..afa2effb3 Binary files /dev/null and b/dist/img-apple-160/1f647-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f647-1f3fe.png b/dist/img-apple-160/1f647-1f3fe.png new file mode 100644 index 000000000..85c97d598 Binary files /dev/null and b/dist/img-apple-160/1f647-1f3fe.png differ diff --git a/dist/img-apple-160/1f647-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f647-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..e8a0956b2 Binary files /dev/null and b/dist/img-apple-160/1f647-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f647-1f3ff-200d-2640.png b/dist/img-apple-160/1f647-1f3ff-200d-2640.png new file mode 100644 index 000000000..e8a0956b2 Binary files /dev/null and b/dist/img-apple-160/1f647-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f647-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f647-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..be57e4d50 Binary files /dev/null and b/dist/img-apple-160/1f647-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f647-1f3ff-200d-2642.png b/dist/img-apple-160/1f647-1f3ff-200d-2642.png new file mode 100644 index 000000000..be57e4d50 Binary files /dev/null and b/dist/img-apple-160/1f647-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f647-1f3ff.png b/dist/img-apple-160/1f647-1f3ff.png new file mode 100644 index 000000000..fb1104a70 Binary files /dev/null and b/dist/img-apple-160/1f647-1f3ff.png differ diff --git a/dist/img-apple-160/1f647-200d-2640-fe0f.png b/dist/img-apple-160/1f647-200d-2640-fe0f.png new file mode 100644 index 000000000..f16b9b054 Binary files /dev/null and b/dist/img-apple-160/1f647-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f647-200d-2640.png b/dist/img-apple-160/1f647-200d-2640.png new file mode 100644 index 000000000..f16b9b054 Binary files /dev/null and b/dist/img-apple-160/1f647-200d-2640.png differ diff --git a/dist/img-apple-160/1f647-200d-2642-fe0f.png b/dist/img-apple-160/1f647-200d-2642-fe0f.png new file mode 100644 index 000000000..c89d85a33 Binary files /dev/null and b/dist/img-apple-160/1f647-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f647-200d-2642.png b/dist/img-apple-160/1f647-200d-2642.png new file mode 100644 index 000000000..c89d85a33 Binary files /dev/null and b/dist/img-apple-160/1f647-200d-2642.png differ diff --git a/dist/img-apple-160/1f647.png b/dist/img-apple-160/1f647.png new file mode 100644 index 000000000..7191f177a Binary files /dev/null and b/dist/img-apple-160/1f647.png differ diff --git a/dist/img-apple-160/1f648.png b/dist/img-apple-160/1f648.png new file mode 100644 index 000000000..7c21ac4df Binary files /dev/null and b/dist/img-apple-160/1f648.png differ diff --git a/dist/img-apple-160/1f649.png b/dist/img-apple-160/1f649.png new file mode 100644 index 000000000..f5f3f4c64 Binary files /dev/null and b/dist/img-apple-160/1f649.png differ diff --git a/dist/img-apple-160/1f64a.png b/dist/img-apple-160/1f64a.png new file mode 100644 index 000000000..cfed23d03 Binary files /dev/null and b/dist/img-apple-160/1f64a.png differ diff --git a/dist/img-apple-160/1f64b-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f64b-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..52cae2217 Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f64b-1f3fb-200d-2640.png b/dist/img-apple-160/1f64b-1f3fb-200d-2640.png new file mode 100644 index 000000000..52cae2217 Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f64b-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f64b-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..de1dc9680 Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f64b-1f3fb-200d-2642.png b/dist/img-apple-160/1f64b-1f3fb-200d-2642.png new file mode 100644 index 000000000..de1dc9680 Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f64b-1f3fb.png b/dist/img-apple-160/1f64b-1f3fb.png new file mode 100644 index 000000000..108e363cf Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3fb.png differ diff --git a/dist/img-apple-160/1f64b-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f64b-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..bd16c32a6 Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f64b-1f3fc-200d-2640.png b/dist/img-apple-160/1f64b-1f3fc-200d-2640.png new file mode 100644 index 000000000..bd16c32a6 Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f64b-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f64b-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..3c222b51d Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f64b-1f3fc-200d-2642.png b/dist/img-apple-160/1f64b-1f3fc-200d-2642.png new file mode 100644 index 000000000..3c222b51d Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f64b-1f3fc.png b/dist/img-apple-160/1f64b-1f3fc.png new file mode 100644 index 000000000..4c0bd7154 Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3fc.png differ diff --git a/dist/img-apple-160/1f64b-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f64b-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..03f5e9de9 Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f64b-1f3fd-200d-2640.png b/dist/img-apple-160/1f64b-1f3fd-200d-2640.png new file mode 100644 index 000000000..03f5e9de9 Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f64b-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f64b-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..325387904 Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f64b-1f3fd-200d-2642.png b/dist/img-apple-160/1f64b-1f3fd-200d-2642.png new file mode 100644 index 000000000..325387904 Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f64b-1f3fd.png b/dist/img-apple-160/1f64b-1f3fd.png new file mode 100644 index 000000000..4b543b65d Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3fd.png differ diff --git a/dist/img-apple-160/1f64b-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f64b-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..dd788a990 Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f64b-1f3fe-200d-2640.png b/dist/img-apple-160/1f64b-1f3fe-200d-2640.png new file mode 100644 index 000000000..dd788a990 Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f64b-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f64b-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..155f4cfe4 Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f64b-1f3fe-200d-2642.png b/dist/img-apple-160/1f64b-1f3fe-200d-2642.png new file mode 100644 index 000000000..155f4cfe4 Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f64b-1f3fe.png b/dist/img-apple-160/1f64b-1f3fe.png new file mode 100644 index 000000000..bf468339f Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3fe.png differ diff --git a/dist/img-apple-160/1f64b-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f64b-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..f408b2886 Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f64b-1f3ff-200d-2640.png b/dist/img-apple-160/1f64b-1f3ff-200d-2640.png new file mode 100644 index 000000000..f408b2886 Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f64b-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f64b-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..64174d951 Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f64b-1f3ff-200d-2642.png b/dist/img-apple-160/1f64b-1f3ff-200d-2642.png new file mode 100644 index 000000000..64174d951 Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f64b-1f3ff.png b/dist/img-apple-160/1f64b-1f3ff.png new file mode 100644 index 000000000..7d1ead45d Binary files /dev/null and b/dist/img-apple-160/1f64b-1f3ff.png differ diff --git a/dist/img-apple-160/1f64b-200d-2640-fe0f.png b/dist/img-apple-160/1f64b-200d-2640-fe0f.png new file mode 100644 index 000000000..a9e0656f5 Binary files /dev/null and b/dist/img-apple-160/1f64b-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f64b-200d-2640.png b/dist/img-apple-160/1f64b-200d-2640.png new file mode 100644 index 000000000..a9e0656f5 Binary files /dev/null and b/dist/img-apple-160/1f64b-200d-2640.png differ diff --git a/dist/img-apple-160/1f64b-200d-2642-fe0f.png b/dist/img-apple-160/1f64b-200d-2642-fe0f.png new file mode 100644 index 000000000..0599ca920 Binary files /dev/null and b/dist/img-apple-160/1f64b-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f64b-200d-2642.png b/dist/img-apple-160/1f64b-200d-2642.png new file mode 100644 index 000000000..0599ca920 Binary files /dev/null and b/dist/img-apple-160/1f64b-200d-2642.png differ diff --git a/dist/img-apple-160/1f64b.png b/dist/img-apple-160/1f64b.png new file mode 100644 index 000000000..7227c1f80 Binary files /dev/null and b/dist/img-apple-160/1f64b.png differ diff --git a/dist/img-apple-160/1f64c-1f3fb.png b/dist/img-apple-160/1f64c-1f3fb.png new file mode 100644 index 000000000..6f23e6b78 Binary files /dev/null and b/dist/img-apple-160/1f64c-1f3fb.png differ diff --git a/dist/img-apple-160/1f64c-1f3fc.png b/dist/img-apple-160/1f64c-1f3fc.png new file mode 100644 index 000000000..a06efd145 Binary files /dev/null and b/dist/img-apple-160/1f64c-1f3fc.png differ diff --git a/dist/img-apple-160/1f64c-1f3fd.png b/dist/img-apple-160/1f64c-1f3fd.png new file mode 100644 index 000000000..75220681d Binary files /dev/null and b/dist/img-apple-160/1f64c-1f3fd.png differ diff --git a/dist/img-apple-160/1f64c-1f3fe.png b/dist/img-apple-160/1f64c-1f3fe.png new file mode 100644 index 000000000..055bb6e2f Binary files /dev/null and b/dist/img-apple-160/1f64c-1f3fe.png differ diff --git a/dist/img-apple-160/1f64c-1f3ff.png b/dist/img-apple-160/1f64c-1f3ff.png new file mode 100644 index 000000000..725f4f044 Binary files /dev/null and b/dist/img-apple-160/1f64c-1f3ff.png differ diff --git a/dist/img-apple-160/1f64c.png b/dist/img-apple-160/1f64c.png new file mode 100644 index 000000000..1812dae3a Binary files /dev/null and b/dist/img-apple-160/1f64c.png differ diff --git a/dist/img-apple-160/1f64d-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f64d-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..269cb715f Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f64d-1f3fb-200d-2640.png b/dist/img-apple-160/1f64d-1f3fb-200d-2640.png new file mode 100644 index 000000000..269cb715f Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f64d-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f64d-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..7a9af7867 Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f64d-1f3fb-200d-2642.png b/dist/img-apple-160/1f64d-1f3fb-200d-2642.png new file mode 100644 index 000000000..7a9af7867 Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f64d-1f3fb.png b/dist/img-apple-160/1f64d-1f3fb.png new file mode 100644 index 000000000..8da424331 Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3fb.png differ diff --git a/dist/img-apple-160/1f64d-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f64d-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..cdc462295 Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f64d-1f3fc-200d-2640.png b/dist/img-apple-160/1f64d-1f3fc-200d-2640.png new file mode 100644 index 000000000..cdc462295 Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f64d-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f64d-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..8c182b5de Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f64d-1f3fc-200d-2642.png b/dist/img-apple-160/1f64d-1f3fc-200d-2642.png new file mode 100644 index 000000000..8c182b5de Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f64d-1f3fc.png b/dist/img-apple-160/1f64d-1f3fc.png new file mode 100644 index 000000000..b409fa650 Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3fc.png differ diff --git a/dist/img-apple-160/1f64d-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f64d-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..3bc700225 Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f64d-1f3fd-200d-2640.png b/dist/img-apple-160/1f64d-1f3fd-200d-2640.png new file mode 100644 index 000000000..3bc700225 Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f64d-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f64d-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..46bf8578d Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f64d-1f3fd-200d-2642.png b/dist/img-apple-160/1f64d-1f3fd-200d-2642.png new file mode 100644 index 000000000..46bf8578d Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f64d-1f3fd.png b/dist/img-apple-160/1f64d-1f3fd.png new file mode 100644 index 000000000..7c77284df Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3fd.png differ diff --git a/dist/img-apple-160/1f64d-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f64d-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..eca3fd75c Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f64d-1f3fe-200d-2640.png b/dist/img-apple-160/1f64d-1f3fe-200d-2640.png new file mode 100644 index 000000000..eca3fd75c Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f64d-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f64d-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..171fde195 Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f64d-1f3fe-200d-2642.png b/dist/img-apple-160/1f64d-1f3fe-200d-2642.png new file mode 100644 index 000000000..171fde195 Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f64d-1f3fe.png b/dist/img-apple-160/1f64d-1f3fe.png new file mode 100644 index 000000000..52a982e87 Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3fe.png differ diff --git a/dist/img-apple-160/1f64d-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f64d-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..48e43c668 Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f64d-1f3ff-200d-2640.png b/dist/img-apple-160/1f64d-1f3ff-200d-2640.png new file mode 100644 index 000000000..48e43c668 Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f64d-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f64d-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..f35bbefae Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f64d-1f3ff-200d-2642.png b/dist/img-apple-160/1f64d-1f3ff-200d-2642.png new file mode 100644 index 000000000..f35bbefae Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f64d-1f3ff.png b/dist/img-apple-160/1f64d-1f3ff.png new file mode 100644 index 000000000..f2a2b3e64 Binary files /dev/null and b/dist/img-apple-160/1f64d-1f3ff.png differ diff --git a/dist/img-apple-160/1f64d-200d-2640-fe0f.png b/dist/img-apple-160/1f64d-200d-2640-fe0f.png new file mode 100644 index 000000000..fd03b3a2d Binary files /dev/null and b/dist/img-apple-160/1f64d-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f64d-200d-2640.png b/dist/img-apple-160/1f64d-200d-2640.png new file mode 100644 index 000000000..fd03b3a2d Binary files /dev/null and b/dist/img-apple-160/1f64d-200d-2640.png differ diff --git a/dist/img-apple-160/1f64d-200d-2642-fe0f.png b/dist/img-apple-160/1f64d-200d-2642-fe0f.png new file mode 100644 index 000000000..f3afd74f2 Binary files /dev/null and b/dist/img-apple-160/1f64d-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f64d-200d-2642.png b/dist/img-apple-160/1f64d-200d-2642.png new file mode 100644 index 000000000..f3afd74f2 Binary files /dev/null and b/dist/img-apple-160/1f64d-200d-2642.png differ diff --git a/dist/img-apple-160/1f64d.png b/dist/img-apple-160/1f64d.png new file mode 100644 index 000000000..7a461468a Binary files /dev/null and b/dist/img-apple-160/1f64d.png differ diff --git a/dist/img-apple-160/1f64e-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f64e-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..f64b13a4d Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f64e-1f3fb-200d-2640.png b/dist/img-apple-160/1f64e-1f3fb-200d-2640.png new file mode 100644 index 000000000..f64b13a4d Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f64e-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f64e-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..8b6fef9bf Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f64e-1f3fb-200d-2642.png b/dist/img-apple-160/1f64e-1f3fb-200d-2642.png new file mode 100644 index 000000000..8b6fef9bf Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f64e-1f3fb.png b/dist/img-apple-160/1f64e-1f3fb.png new file mode 100644 index 000000000..d87f3882c Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3fb.png differ diff --git a/dist/img-apple-160/1f64e-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f64e-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..0e41c36f2 Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f64e-1f3fc-200d-2640.png b/dist/img-apple-160/1f64e-1f3fc-200d-2640.png new file mode 100644 index 000000000..0e41c36f2 Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f64e-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f64e-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..63d6dd54e Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f64e-1f3fc-200d-2642.png b/dist/img-apple-160/1f64e-1f3fc-200d-2642.png new file mode 100644 index 000000000..63d6dd54e Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f64e-1f3fc.png b/dist/img-apple-160/1f64e-1f3fc.png new file mode 100644 index 000000000..40187511b Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3fc.png differ diff --git a/dist/img-apple-160/1f64e-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f64e-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..116f8e4ab Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f64e-1f3fd-200d-2640.png b/dist/img-apple-160/1f64e-1f3fd-200d-2640.png new file mode 100644 index 000000000..116f8e4ab Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f64e-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f64e-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..e06f72dd1 Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f64e-1f3fd-200d-2642.png b/dist/img-apple-160/1f64e-1f3fd-200d-2642.png new file mode 100644 index 000000000..e06f72dd1 Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f64e-1f3fd.png b/dist/img-apple-160/1f64e-1f3fd.png new file mode 100644 index 000000000..aeeeea97e Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3fd.png differ diff --git a/dist/img-apple-160/1f64e-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f64e-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..1b2ac5322 Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f64e-1f3fe-200d-2640.png b/dist/img-apple-160/1f64e-1f3fe-200d-2640.png new file mode 100644 index 000000000..1b2ac5322 Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f64e-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f64e-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..4016f4235 Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f64e-1f3fe-200d-2642.png b/dist/img-apple-160/1f64e-1f3fe-200d-2642.png new file mode 100644 index 000000000..4016f4235 Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f64e-1f3fe.png b/dist/img-apple-160/1f64e-1f3fe.png new file mode 100644 index 000000000..78e35417f Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3fe.png differ diff --git a/dist/img-apple-160/1f64e-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f64e-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..d5f99e627 Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f64e-1f3ff-200d-2640.png b/dist/img-apple-160/1f64e-1f3ff-200d-2640.png new file mode 100644 index 000000000..d5f99e627 Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f64e-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f64e-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..cc1fc7e49 Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f64e-1f3ff-200d-2642.png b/dist/img-apple-160/1f64e-1f3ff-200d-2642.png new file mode 100644 index 000000000..cc1fc7e49 Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f64e-1f3ff.png b/dist/img-apple-160/1f64e-1f3ff.png new file mode 100644 index 000000000..6dd35d448 Binary files /dev/null and b/dist/img-apple-160/1f64e-1f3ff.png differ diff --git a/dist/img-apple-160/1f64e-200d-2640-fe0f.png b/dist/img-apple-160/1f64e-200d-2640-fe0f.png new file mode 100644 index 000000000..ece0a071b Binary files /dev/null and b/dist/img-apple-160/1f64e-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f64e-200d-2640.png b/dist/img-apple-160/1f64e-200d-2640.png new file mode 100644 index 000000000..ece0a071b Binary files /dev/null and b/dist/img-apple-160/1f64e-200d-2640.png differ diff --git a/dist/img-apple-160/1f64e-200d-2642-fe0f.png b/dist/img-apple-160/1f64e-200d-2642-fe0f.png new file mode 100644 index 000000000..71dca07cb Binary files /dev/null and b/dist/img-apple-160/1f64e-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f64e-200d-2642.png b/dist/img-apple-160/1f64e-200d-2642.png new file mode 100644 index 000000000..71dca07cb Binary files /dev/null and b/dist/img-apple-160/1f64e-200d-2642.png differ diff --git a/dist/img-apple-160/1f64e.png b/dist/img-apple-160/1f64e.png new file mode 100644 index 000000000..7c48fb63f Binary files /dev/null and b/dist/img-apple-160/1f64e.png differ diff --git a/dist/img-apple-160/1f64f-1f3fb.png b/dist/img-apple-160/1f64f-1f3fb.png new file mode 100644 index 000000000..f256c08b7 Binary files /dev/null and b/dist/img-apple-160/1f64f-1f3fb.png differ diff --git a/dist/img-apple-160/1f64f-1f3fc.png b/dist/img-apple-160/1f64f-1f3fc.png new file mode 100644 index 000000000..e150abb34 Binary files /dev/null and b/dist/img-apple-160/1f64f-1f3fc.png differ diff --git a/dist/img-apple-160/1f64f-1f3fd.png b/dist/img-apple-160/1f64f-1f3fd.png new file mode 100644 index 000000000..f85e26fdc Binary files /dev/null and b/dist/img-apple-160/1f64f-1f3fd.png differ diff --git a/dist/img-apple-160/1f64f-1f3fe.png b/dist/img-apple-160/1f64f-1f3fe.png new file mode 100644 index 000000000..0fae01bf9 Binary files /dev/null and b/dist/img-apple-160/1f64f-1f3fe.png differ diff --git a/dist/img-apple-160/1f64f-1f3ff.png b/dist/img-apple-160/1f64f-1f3ff.png new file mode 100644 index 000000000..32813f855 Binary files /dev/null and b/dist/img-apple-160/1f64f-1f3ff.png differ diff --git a/dist/img-apple-160/1f64f.png b/dist/img-apple-160/1f64f.png new file mode 100644 index 000000000..2dec47f7b Binary files /dev/null and b/dist/img-apple-160/1f64f.png differ diff --git a/dist/img-apple-160/1f680.png b/dist/img-apple-160/1f680.png new file mode 100644 index 000000000..d7db22668 Binary files /dev/null and b/dist/img-apple-160/1f680.png differ diff --git a/dist/img-apple-160/1f681.png b/dist/img-apple-160/1f681.png new file mode 100644 index 000000000..d68ae86c3 Binary files /dev/null and b/dist/img-apple-160/1f681.png differ diff --git a/dist/img-apple-160/1f682.png b/dist/img-apple-160/1f682.png new file mode 100644 index 000000000..2d46f70e8 Binary files /dev/null and b/dist/img-apple-160/1f682.png differ diff --git a/dist/img-apple-160/1f683.png b/dist/img-apple-160/1f683.png new file mode 100644 index 000000000..df7533493 Binary files /dev/null and b/dist/img-apple-160/1f683.png differ diff --git a/dist/img-apple-160/1f684.png b/dist/img-apple-160/1f684.png new file mode 100644 index 000000000..2802438fe Binary files /dev/null and b/dist/img-apple-160/1f684.png differ diff --git a/dist/img-apple-160/1f685.png b/dist/img-apple-160/1f685.png new file mode 100644 index 000000000..7ca0571b9 Binary files /dev/null and b/dist/img-apple-160/1f685.png differ diff --git a/dist/img-apple-160/1f686.png b/dist/img-apple-160/1f686.png new file mode 100644 index 000000000..d1be75192 Binary files /dev/null and b/dist/img-apple-160/1f686.png differ diff --git a/dist/img-apple-160/1f687.png b/dist/img-apple-160/1f687.png new file mode 100644 index 000000000..0c928f5d7 Binary files /dev/null and b/dist/img-apple-160/1f687.png differ diff --git a/dist/img-apple-160/1f688.png b/dist/img-apple-160/1f688.png new file mode 100644 index 000000000..5b0795771 Binary files /dev/null and b/dist/img-apple-160/1f688.png differ diff --git a/dist/img-apple-160/1f689.png b/dist/img-apple-160/1f689.png new file mode 100644 index 000000000..8e5c390c8 Binary files /dev/null and b/dist/img-apple-160/1f689.png differ diff --git a/dist/img-apple-160/1f68a.png b/dist/img-apple-160/1f68a.png new file mode 100644 index 000000000..1d725b810 Binary files /dev/null and b/dist/img-apple-160/1f68a.png differ diff --git a/dist/img-apple-160/1f68b.png b/dist/img-apple-160/1f68b.png new file mode 100644 index 000000000..31fc4376a Binary files /dev/null and b/dist/img-apple-160/1f68b.png differ diff --git a/dist/img-apple-160/1f68c.png b/dist/img-apple-160/1f68c.png new file mode 100644 index 000000000..fb5e5382e Binary files /dev/null and b/dist/img-apple-160/1f68c.png differ diff --git a/dist/img-apple-160/1f68d.png b/dist/img-apple-160/1f68d.png new file mode 100644 index 000000000..69cc24535 Binary files /dev/null and b/dist/img-apple-160/1f68d.png differ diff --git a/dist/img-apple-160/1f68e.png b/dist/img-apple-160/1f68e.png new file mode 100644 index 000000000..a5e0373ec Binary files /dev/null and b/dist/img-apple-160/1f68e.png differ diff --git a/dist/img-apple-160/1f68f.png b/dist/img-apple-160/1f68f.png new file mode 100644 index 000000000..61bacd4cc Binary files /dev/null and b/dist/img-apple-160/1f68f.png differ diff --git a/dist/img-apple-160/1f690.png b/dist/img-apple-160/1f690.png new file mode 100644 index 000000000..a999eda0b Binary files /dev/null and b/dist/img-apple-160/1f690.png differ diff --git a/dist/img-apple-160/1f691.png b/dist/img-apple-160/1f691.png new file mode 100644 index 000000000..a695b4fcc Binary files /dev/null and b/dist/img-apple-160/1f691.png differ diff --git a/dist/img-apple-160/1f692.png b/dist/img-apple-160/1f692.png new file mode 100644 index 000000000..6a3c859e0 Binary files /dev/null and b/dist/img-apple-160/1f692.png differ diff --git a/dist/img-apple-160/1f693.png b/dist/img-apple-160/1f693.png new file mode 100644 index 000000000..f07855c24 Binary files /dev/null and b/dist/img-apple-160/1f693.png differ diff --git a/dist/img-apple-160/1f694.png b/dist/img-apple-160/1f694.png new file mode 100644 index 000000000..aadbe633a Binary files /dev/null and b/dist/img-apple-160/1f694.png differ diff --git a/dist/img-apple-160/1f695.png b/dist/img-apple-160/1f695.png new file mode 100644 index 000000000..fa313eeb7 Binary files /dev/null and b/dist/img-apple-160/1f695.png differ diff --git a/dist/img-apple-160/1f696.png b/dist/img-apple-160/1f696.png new file mode 100644 index 000000000..f03d0798d Binary files /dev/null and b/dist/img-apple-160/1f696.png differ diff --git a/dist/img-apple-160/1f697.png b/dist/img-apple-160/1f697.png new file mode 100644 index 000000000..83e034cc5 Binary files /dev/null and b/dist/img-apple-160/1f697.png differ diff --git a/dist/img-apple-160/1f698.png b/dist/img-apple-160/1f698.png new file mode 100644 index 000000000..f75fd37a4 Binary files /dev/null and b/dist/img-apple-160/1f698.png differ diff --git a/dist/img-apple-160/1f699.png b/dist/img-apple-160/1f699.png new file mode 100644 index 000000000..c820dcffd Binary files /dev/null and b/dist/img-apple-160/1f699.png differ diff --git a/dist/img-apple-160/1f69a.png b/dist/img-apple-160/1f69a.png new file mode 100644 index 000000000..405b91a22 Binary files /dev/null and b/dist/img-apple-160/1f69a.png differ diff --git a/dist/img-apple-160/1f69b.png b/dist/img-apple-160/1f69b.png new file mode 100644 index 000000000..eb95ceca2 Binary files /dev/null and b/dist/img-apple-160/1f69b.png differ diff --git a/dist/img-apple-160/1f69c.png b/dist/img-apple-160/1f69c.png new file mode 100644 index 000000000..cd80965e0 Binary files /dev/null and b/dist/img-apple-160/1f69c.png differ diff --git a/dist/img-apple-160/1f69d.png b/dist/img-apple-160/1f69d.png new file mode 100644 index 000000000..321964f21 Binary files /dev/null and b/dist/img-apple-160/1f69d.png differ diff --git a/dist/img-apple-160/1f69e.png b/dist/img-apple-160/1f69e.png new file mode 100644 index 000000000..6277b89c0 Binary files /dev/null and b/dist/img-apple-160/1f69e.png differ diff --git a/dist/img-apple-160/1f69f.png b/dist/img-apple-160/1f69f.png new file mode 100644 index 000000000..6912df5ea Binary files /dev/null and b/dist/img-apple-160/1f69f.png differ diff --git a/dist/img-apple-160/1f6a0.png b/dist/img-apple-160/1f6a0.png new file mode 100644 index 000000000..38711dca6 Binary files /dev/null and b/dist/img-apple-160/1f6a0.png differ diff --git a/dist/img-apple-160/1f6a1.png b/dist/img-apple-160/1f6a1.png new file mode 100644 index 000000000..7ee89917f Binary files /dev/null and b/dist/img-apple-160/1f6a1.png differ diff --git a/dist/img-apple-160/1f6a2.png b/dist/img-apple-160/1f6a2.png new file mode 100644 index 000000000..a65397fce Binary files /dev/null and b/dist/img-apple-160/1f6a2.png differ diff --git a/dist/img-apple-160/1f6a3-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f6a3-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..97aae093b Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6a3-1f3fb-200d-2640.png b/dist/img-apple-160/1f6a3-1f3fb-200d-2640.png new file mode 100644 index 000000000..97aae093b Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f6a3-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f6a3-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..01f2fa000 Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6a3-1f3fb-200d-2642.png b/dist/img-apple-160/1f6a3-1f3fb-200d-2642.png new file mode 100644 index 000000000..01f2fa000 Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f6a3-1f3fb.png b/dist/img-apple-160/1f6a3-1f3fb.png new file mode 100644 index 000000000..a0bac269a Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3fb.png differ diff --git a/dist/img-apple-160/1f6a3-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f6a3-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..09d1296cc Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6a3-1f3fc-200d-2640.png b/dist/img-apple-160/1f6a3-1f3fc-200d-2640.png new file mode 100644 index 000000000..09d1296cc Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f6a3-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f6a3-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..df181e7f7 Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6a3-1f3fc-200d-2642.png b/dist/img-apple-160/1f6a3-1f3fc-200d-2642.png new file mode 100644 index 000000000..df181e7f7 Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f6a3-1f3fc.png b/dist/img-apple-160/1f6a3-1f3fc.png new file mode 100644 index 000000000..292d98115 Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3fc.png differ diff --git a/dist/img-apple-160/1f6a3-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f6a3-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..a7e53d8b6 Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6a3-1f3fd-200d-2640.png b/dist/img-apple-160/1f6a3-1f3fd-200d-2640.png new file mode 100644 index 000000000..a7e53d8b6 Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f6a3-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f6a3-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..07ab0d4a9 Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6a3-1f3fd-200d-2642.png b/dist/img-apple-160/1f6a3-1f3fd-200d-2642.png new file mode 100644 index 000000000..07ab0d4a9 Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f6a3-1f3fd.png b/dist/img-apple-160/1f6a3-1f3fd.png new file mode 100644 index 000000000..783ba05b7 Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3fd.png differ diff --git a/dist/img-apple-160/1f6a3-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f6a3-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..1d34b3ba9 Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6a3-1f3fe-200d-2640.png b/dist/img-apple-160/1f6a3-1f3fe-200d-2640.png new file mode 100644 index 000000000..1d34b3ba9 Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f6a3-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f6a3-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..fb8bd4558 Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6a3-1f3fe-200d-2642.png b/dist/img-apple-160/1f6a3-1f3fe-200d-2642.png new file mode 100644 index 000000000..fb8bd4558 Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f6a3-1f3fe.png b/dist/img-apple-160/1f6a3-1f3fe.png new file mode 100644 index 000000000..f76c53bb2 Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3fe.png differ diff --git a/dist/img-apple-160/1f6a3-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f6a3-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..6507cbb40 Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6a3-1f3ff-200d-2640.png b/dist/img-apple-160/1f6a3-1f3ff-200d-2640.png new file mode 100644 index 000000000..6507cbb40 Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f6a3-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f6a3-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..0b3ff91af Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6a3-1f3ff-200d-2642.png b/dist/img-apple-160/1f6a3-1f3ff-200d-2642.png new file mode 100644 index 000000000..0b3ff91af Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f6a3-1f3ff.png b/dist/img-apple-160/1f6a3-1f3ff.png new file mode 100644 index 000000000..173e4a42a Binary files /dev/null and b/dist/img-apple-160/1f6a3-1f3ff.png differ diff --git a/dist/img-apple-160/1f6a3-200d-2640-fe0f.png b/dist/img-apple-160/1f6a3-200d-2640-fe0f.png new file mode 100644 index 000000000..ff9b316e1 Binary files /dev/null and b/dist/img-apple-160/1f6a3-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6a3-200d-2640.png b/dist/img-apple-160/1f6a3-200d-2640.png new file mode 100644 index 000000000..ff9b316e1 Binary files /dev/null and b/dist/img-apple-160/1f6a3-200d-2640.png differ diff --git a/dist/img-apple-160/1f6a3-200d-2642-fe0f.png b/dist/img-apple-160/1f6a3-200d-2642-fe0f.png new file mode 100644 index 000000000..42c0406e1 Binary files /dev/null and b/dist/img-apple-160/1f6a3-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6a3-200d-2642.png b/dist/img-apple-160/1f6a3-200d-2642.png new file mode 100644 index 000000000..42c0406e1 Binary files /dev/null and b/dist/img-apple-160/1f6a3-200d-2642.png differ diff --git a/dist/img-apple-160/1f6a3.png b/dist/img-apple-160/1f6a3.png new file mode 100644 index 000000000..6dd961c99 Binary files /dev/null and b/dist/img-apple-160/1f6a3.png differ diff --git a/dist/img-apple-160/1f6a4.png b/dist/img-apple-160/1f6a4.png new file mode 100644 index 000000000..5a1c1f840 Binary files /dev/null and b/dist/img-apple-160/1f6a4.png differ diff --git a/dist/img-apple-160/1f6a5.png b/dist/img-apple-160/1f6a5.png new file mode 100644 index 000000000..fbb949fe8 Binary files /dev/null and b/dist/img-apple-160/1f6a5.png differ diff --git a/dist/img-apple-160/1f6a6.png b/dist/img-apple-160/1f6a6.png new file mode 100644 index 000000000..a21a66791 Binary files /dev/null and b/dist/img-apple-160/1f6a6.png differ diff --git a/dist/img-apple-160/1f6a7.png b/dist/img-apple-160/1f6a7.png new file mode 100644 index 000000000..94100c81c Binary files /dev/null and b/dist/img-apple-160/1f6a7.png differ diff --git a/dist/img-apple-160/1f6a8.png b/dist/img-apple-160/1f6a8.png new file mode 100644 index 000000000..1877eb759 Binary files /dev/null and b/dist/img-apple-160/1f6a8.png differ diff --git a/dist/img-apple-160/1f6a9.png b/dist/img-apple-160/1f6a9.png new file mode 100644 index 000000000..045117463 Binary files /dev/null and b/dist/img-apple-160/1f6a9.png differ diff --git a/dist/img-apple-160/1f6aa.png b/dist/img-apple-160/1f6aa.png new file mode 100644 index 000000000..bbe72d001 Binary files /dev/null and b/dist/img-apple-160/1f6aa.png differ diff --git a/dist/img-apple-160/1f6ab.png b/dist/img-apple-160/1f6ab.png new file mode 100644 index 000000000..cdbb36e87 Binary files /dev/null and b/dist/img-apple-160/1f6ab.png differ diff --git a/dist/img-apple-160/1f6ac.png b/dist/img-apple-160/1f6ac.png new file mode 100644 index 000000000..2fd8aebd7 Binary files /dev/null and b/dist/img-apple-160/1f6ac.png differ diff --git a/dist/img-apple-160/1f6ad.png b/dist/img-apple-160/1f6ad.png new file mode 100644 index 000000000..48e821da4 Binary files /dev/null and b/dist/img-apple-160/1f6ad.png differ diff --git a/dist/img-apple-160/1f6ae.png b/dist/img-apple-160/1f6ae.png new file mode 100644 index 000000000..a5ab8a4ca Binary files /dev/null and b/dist/img-apple-160/1f6ae.png differ diff --git a/dist/img-apple-160/1f6af.png b/dist/img-apple-160/1f6af.png new file mode 100644 index 000000000..15e989fc6 Binary files /dev/null and b/dist/img-apple-160/1f6af.png differ diff --git a/dist/img-apple-160/1f6b0.png b/dist/img-apple-160/1f6b0.png new file mode 100644 index 000000000..202aaf0df Binary files /dev/null and b/dist/img-apple-160/1f6b0.png differ diff --git a/dist/img-apple-160/1f6b1.png b/dist/img-apple-160/1f6b1.png new file mode 100644 index 000000000..93cd2f803 Binary files /dev/null and b/dist/img-apple-160/1f6b1.png differ diff --git a/dist/img-apple-160/1f6b2.png b/dist/img-apple-160/1f6b2.png new file mode 100644 index 000000000..de03a78da Binary files /dev/null and b/dist/img-apple-160/1f6b2.png differ diff --git a/dist/img-apple-160/1f6b3.png b/dist/img-apple-160/1f6b3.png new file mode 100644 index 000000000..9798173c0 Binary files /dev/null and b/dist/img-apple-160/1f6b3.png differ diff --git a/dist/img-apple-160/1f6b4-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f6b4-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..9e4ddca08 Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6b4-1f3fb-200d-2640.png b/dist/img-apple-160/1f6b4-1f3fb-200d-2640.png new file mode 100644 index 000000000..9e4ddca08 Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f6b4-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f6b4-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..e47eea583 Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6b4-1f3fb-200d-2642.png b/dist/img-apple-160/1f6b4-1f3fb-200d-2642.png new file mode 100644 index 000000000..e47eea583 Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f6b4-1f3fb.png b/dist/img-apple-160/1f6b4-1f3fb.png new file mode 100644 index 000000000..9e00e2b97 Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3fb.png differ diff --git a/dist/img-apple-160/1f6b4-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f6b4-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..7d048ed4b Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6b4-1f3fc-200d-2640.png b/dist/img-apple-160/1f6b4-1f3fc-200d-2640.png new file mode 100644 index 000000000..7d048ed4b Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f6b4-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f6b4-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..1cc839670 Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6b4-1f3fc-200d-2642.png b/dist/img-apple-160/1f6b4-1f3fc-200d-2642.png new file mode 100644 index 000000000..1cc839670 Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f6b4-1f3fc.png b/dist/img-apple-160/1f6b4-1f3fc.png new file mode 100644 index 000000000..291ae7cbd Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3fc.png differ diff --git a/dist/img-apple-160/1f6b4-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f6b4-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..73c3a2e81 Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6b4-1f3fd-200d-2640.png b/dist/img-apple-160/1f6b4-1f3fd-200d-2640.png new file mode 100644 index 000000000..73c3a2e81 Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f6b4-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f6b4-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..f71aaa32d Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6b4-1f3fd-200d-2642.png b/dist/img-apple-160/1f6b4-1f3fd-200d-2642.png new file mode 100644 index 000000000..f71aaa32d Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f6b4-1f3fd.png b/dist/img-apple-160/1f6b4-1f3fd.png new file mode 100644 index 000000000..dc62c4f50 Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3fd.png differ diff --git a/dist/img-apple-160/1f6b4-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f6b4-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..e1ed25ea7 Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6b4-1f3fe-200d-2640.png b/dist/img-apple-160/1f6b4-1f3fe-200d-2640.png new file mode 100644 index 000000000..e1ed25ea7 Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f6b4-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f6b4-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..f04087fbc Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6b4-1f3fe-200d-2642.png b/dist/img-apple-160/1f6b4-1f3fe-200d-2642.png new file mode 100644 index 000000000..f04087fbc Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f6b4-1f3fe.png b/dist/img-apple-160/1f6b4-1f3fe.png new file mode 100644 index 000000000..8a14338f0 Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3fe.png differ diff --git a/dist/img-apple-160/1f6b4-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f6b4-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..ceb19e705 Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6b4-1f3ff-200d-2640.png b/dist/img-apple-160/1f6b4-1f3ff-200d-2640.png new file mode 100644 index 000000000..ceb19e705 Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f6b4-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f6b4-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..38a4fa8c4 Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6b4-1f3ff-200d-2642.png b/dist/img-apple-160/1f6b4-1f3ff-200d-2642.png new file mode 100644 index 000000000..38a4fa8c4 Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f6b4-1f3ff.png b/dist/img-apple-160/1f6b4-1f3ff.png new file mode 100644 index 000000000..4eefc1bf3 Binary files /dev/null and b/dist/img-apple-160/1f6b4-1f3ff.png differ diff --git a/dist/img-apple-160/1f6b4-200d-2640-fe0f.png b/dist/img-apple-160/1f6b4-200d-2640-fe0f.png new file mode 100644 index 000000000..1f5697dd5 Binary files /dev/null and b/dist/img-apple-160/1f6b4-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6b4-200d-2640.png b/dist/img-apple-160/1f6b4-200d-2640.png new file mode 100644 index 000000000..1f5697dd5 Binary files /dev/null and b/dist/img-apple-160/1f6b4-200d-2640.png differ diff --git a/dist/img-apple-160/1f6b4-200d-2642-fe0f.png b/dist/img-apple-160/1f6b4-200d-2642-fe0f.png new file mode 100644 index 000000000..c8ecedc62 Binary files /dev/null and b/dist/img-apple-160/1f6b4-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6b4-200d-2642.png b/dist/img-apple-160/1f6b4-200d-2642.png new file mode 100644 index 000000000..c8ecedc62 Binary files /dev/null and b/dist/img-apple-160/1f6b4-200d-2642.png differ diff --git a/dist/img-apple-160/1f6b4.png b/dist/img-apple-160/1f6b4.png new file mode 100644 index 000000000..331327978 Binary files /dev/null and b/dist/img-apple-160/1f6b4.png differ diff --git a/dist/img-apple-160/1f6b5-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f6b5-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..5eb00bb4e Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6b5-1f3fb-200d-2640.png b/dist/img-apple-160/1f6b5-1f3fb-200d-2640.png new file mode 100644 index 000000000..5eb00bb4e Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f6b5-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f6b5-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..645380b19 Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6b5-1f3fb-200d-2642.png b/dist/img-apple-160/1f6b5-1f3fb-200d-2642.png new file mode 100644 index 000000000..645380b19 Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f6b5-1f3fb.png b/dist/img-apple-160/1f6b5-1f3fb.png new file mode 100644 index 000000000..783ff76f0 Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3fb.png differ diff --git a/dist/img-apple-160/1f6b5-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f6b5-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..98225f191 Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6b5-1f3fc-200d-2640.png b/dist/img-apple-160/1f6b5-1f3fc-200d-2640.png new file mode 100644 index 000000000..98225f191 Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f6b5-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f6b5-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..8ee77dec2 Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6b5-1f3fc-200d-2642.png b/dist/img-apple-160/1f6b5-1f3fc-200d-2642.png new file mode 100644 index 000000000..8ee77dec2 Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f6b5-1f3fc.png b/dist/img-apple-160/1f6b5-1f3fc.png new file mode 100644 index 000000000..c0aadccb6 Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3fc.png differ diff --git a/dist/img-apple-160/1f6b5-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f6b5-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..9573ee36a Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6b5-1f3fd-200d-2640.png b/dist/img-apple-160/1f6b5-1f3fd-200d-2640.png new file mode 100644 index 000000000..9573ee36a Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f6b5-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f6b5-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..d4f3c592c Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6b5-1f3fd-200d-2642.png b/dist/img-apple-160/1f6b5-1f3fd-200d-2642.png new file mode 100644 index 000000000..d4f3c592c Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f6b5-1f3fd.png b/dist/img-apple-160/1f6b5-1f3fd.png new file mode 100644 index 000000000..2531d264d Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3fd.png differ diff --git a/dist/img-apple-160/1f6b5-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f6b5-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..45ba15419 Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6b5-1f3fe-200d-2640.png b/dist/img-apple-160/1f6b5-1f3fe-200d-2640.png new file mode 100644 index 000000000..45ba15419 Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f6b5-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f6b5-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..51912b199 Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6b5-1f3fe-200d-2642.png b/dist/img-apple-160/1f6b5-1f3fe-200d-2642.png new file mode 100644 index 000000000..51912b199 Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f6b5-1f3fe.png b/dist/img-apple-160/1f6b5-1f3fe.png new file mode 100644 index 000000000..ef68c721e Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3fe.png differ diff --git a/dist/img-apple-160/1f6b5-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f6b5-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..bae09b866 Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6b5-1f3ff-200d-2640.png b/dist/img-apple-160/1f6b5-1f3ff-200d-2640.png new file mode 100644 index 000000000..bae09b866 Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f6b5-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f6b5-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..5334baebc Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6b5-1f3ff-200d-2642.png b/dist/img-apple-160/1f6b5-1f3ff-200d-2642.png new file mode 100644 index 000000000..5334baebc Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f6b5-1f3ff.png b/dist/img-apple-160/1f6b5-1f3ff.png new file mode 100644 index 000000000..642f5e028 Binary files /dev/null and b/dist/img-apple-160/1f6b5-1f3ff.png differ diff --git a/dist/img-apple-160/1f6b5-200d-2640-fe0f.png b/dist/img-apple-160/1f6b5-200d-2640-fe0f.png new file mode 100644 index 000000000..728f7664f Binary files /dev/null and b/dist/img-apple-160/1f6b5-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6b5-200d-2640.png b/dist/img-apple-160/1f6b5-200d-2640.png new file mode 100644 index 000000000..728f7664f Binary files /dev/null and b/dist/img-apple-160/1f6b5-200d-2640.png differ diff --git a/dist/img-apple-160/1f6b5-200d-2642-fe0f.png b/dist/img-apple-160/1f6b5-200d-2642-fe0f.png new file mode 100644 index 000000000..c3c3292c2 Binary files /dev/null and b/dist/img-apple-160/1f6b5-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6b5-200d-2642.png b/dist/img-apple-160/1f6b5-200d-2642.png new file mode 100644 index 000000000..c3c3292c2 Binary files /dev/null and b/dist/img-apple-160/1f6b5-200d-2642.png differ diff --git a/dist/img-apple-160/1f6b5.png b/dist/img-apple-160/1f6b5.png new file mode 100644 index 000000000..e5fca29e3 Binary files /dev/null and b/dist/img-apple-160/1f6b5.png differ diff --git a/dist/img-apple-160/1f6b6-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f6b6-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..78604533b Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6b6-1f3fb-200d-2640.png b/dist/img-apple-160/1f6b6-1f3fb-200d-2640.png new file mode 100644 index 000000000..78604533b Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f6b6-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f6b6-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..262b654ee Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6b6-1f3fb-200d-2642.png b/dist/img-apple-160/1f6b6-1f3fb-200d-2642.png new file mode 100644 index 000000000..262b654ee Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f6b6-1f3fb.png b/dist/img-apple-160/1f6b6-1f3fb.png new file mode 100644 index 000000000..827a3b295 Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3fb.png differ diff --git a/dist/img-apple-160/1f6b6-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f6b6-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..8e3d88d8e Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6b6-1f3fc-200d-2640.png b/dist/img-apple-160/1f6b6-1f3fc-200d-2640.png new file mode 100644 index 000000000..8e3d88d8e Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f6b6-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f6b6-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..7875f88eb Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6b6-1f3fc-200d-2642.png b/dist/img-apple-160/1f6b6-1f3fc-200d-2642.png new file mode 100644 index 000000000..7875f88eb Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f6b6-1f3fc.png b/dist/img-apple-160/1f6b6-1f3fc.png new file mode 100644 index 000000000..7b089a4c8 Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3fc.png differ diff --git a/dist/img-apple-160/1f6b6-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f6b6-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..29e6ee881 Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6b6-1f3fd-200d-2640.png b/dist/img-apple-160/1f6b6-1f3fd-200d-2640.png new file mode 100644 index 000000000..29e6ee881 Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f6b6-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f6b6-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..92712d9ee Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6b6-1f3fd-200d-2642.png b/dist/img-apple-160/1f6b6-1f3fd-200d-2642.png new file mode 100644 index 000000000..92712d9ee Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f6b6-1f3fd.png b/dist/img-apple-160/1f6b6-1f3fd.png new file mode 100644 index 000000000..c1d736077 Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3fd.png differ diff --git a/dist/img-apple-160/1f6b6-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f6b6-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..aa399095a Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6b6-1f3fe-200d-2640.png b/dist/img-apple-160/1f6b6-1f3fe-200d-2640.png new file mode 100644 index 000000000..aa399095a Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f6b6-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f6b6-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..568618cb1 Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6b6-1f3fe-200d-2642.png b/dist/img-apple-160/1f6b6-1f3fe-200d-2642.png new file mode 100644 index 000000000..568618cb1 Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f6b6-1f3fe.png b/dist/img-apple-160/1f6b6-1f3fe.png new file mode 100644 index 000000000..44ab59edc Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3fe.png differ diff --git a/dist/img-apple-160/1f6b6-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f6b6-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..61de84df5 Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6b6-1f3ff-200d-2640.png b/dist/img-apple-160/1f6b6-1f3ff-200d-2640.png new file mode 100644 index 000000000..61de84df5 Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f6b6-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f6b6-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..1c7d375c4 Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6b6-1f3ff-200d-2642.png b/dist/img-apple-160/1f6b6-1f3ff-200d-2642.png new file mode 100644 index 000000000..1c7d375c4 Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f6b6-1f3ff.png b/dist/img-apple-160/1f6b6-1f3ff.png new file mode 100644 index 000000000..c25f898dc Binary files /dev/null and b/dist/img-apple-160/1f6b6-1f3ff.png differ diff --git a/dist/img-apple-160/1f6b6-200d-2640-fe0f.png b/dist/img-apple-160/1f6b6-200d-2640-fe0f.png new file mode 100644 index 000000000..a742911a8 Binary files /dev/null and b/dist/img-apple-160/1f6b6-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f6b6-200d-2640.png b/dist/img-apple-160/1f6b6-200d-2640.png new file mode 100644 index 000000000..a742911a8 Binary files /dev/null and b/dist/img-apple-160/1f6b6-200d-2640.png differ diff --git a/dist/img-apple-160/1f6b6-200d-2642-fe0f.png b/dist/img-apple-160/1f6b6-200d-2642-fe0f.png new file mode 100644 index 000000000..a007ac553 Binary files /dev/null and b/dist/img-apple-160/1f6b6-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f6b6-200d-2642.png b/dist/img-apple-160/1f6b6-200d-2642.png new file mode 100644 index 000000000..a007ac553 Binary files /dev/null and b/dist/img-apple-160/1f6b6-200d-2642.png differ diff --git a/dist/img-apple-160/1f6b6.png b/dist/img-apple-160/1f6b6.png new file mode 100644 index 000000000..46f6472b3 Binary files /dev/null and b/dist/img-apple-160/1f6b6.png differ diff --git a/dist/img-apple-160/1f6b7.png b/dist/img-apple-160/1f6b7.png new file mode 100644 index 000000000..f10d9dd39 Binary files /dev/null and b/dist/img-apple-160/1f6b7.png differ diff --git a/dist/img-apple-160/1f6b8.png b/dist/img-apple-160/1f6b8.png new file mode 100644 index 000000000..3193712a3 Binary files /dev/null and b/dist/img-apple-160/1f6b8.png differ diff --git a/dist/img-apple-160/1f6b9.png b/dist/img-apple-160/1f6b9.png new file mode 100644 index 000000000..de0d2dab6 Binary files /dev/null and b/dist/img-apple-160/1f6b9.png differ diff --git a/dist/img-apple-160/1f6ba.png b/dist/img-apple-160/1f6ba.png new file mode 100644 index 000000000..90ce2d761 Binary files /dev/null and b/dist/img-apple-160/1f6ba.png differ diff --git a/dist/img-apple-160/1f6bb.png b/dist/img-apple-160/1f6bb.png new file mode 100644 index 000000000..e45a513e5 Binary files /dev/null and b/dist/img-apple-160/1f6bb.png differ diff --git a/dist/img-apple-160/1f6bc.png b/dist/img-apple-160/1f6bc.png new file mode 100644 index 000000000..0d5126940 Binary files /dev/null and b/dist/img-apple-160/1f6bc.png differ diff --git a/dist/img-apple-160/1f6bd.png b/dist/img-apple-160/1f6bd.png new file mode 100644 index 000000000..4c58c4e80 Binary files /dev/null and b/dist/img-apple-160/1f6bd.png differ diff --git a/dist/img-apple-160/1f6be.png b/dist/img-apple-160/1f6be.png new file mode 100644 index 000000000..695ea86f7 Binary files /dev/null and b/dist/img-apple-160/1f6be.png differ diff --git a/dist/img-apple-160/1f6bf.png b/dist/img-apple-160/1f6bf.png new file mode 100644 index 000000000..e1dbafb24 Binary files /dev/null and b/dist/img-apple-160/1f6bf.png differ diff --git a/dist/img-apple-160/1f6c0-1f3fb.png b/dist/img-apple-160/1f6c0-1f3fb.png new file mode 100644 index 000000000..1ac6c187e Binary files /dev/null and b/dist/img-apple-160/1f6c0-1f3fb.png differ diff --git a/dist/img-apple-160/1f6c0-1f3fc.png b/dist/img-apple-160/1f6c0-1f3fc.png new file mode 100644 index 000000000..04993f988 Binary files /dev/null and b/dist/img-apple-160/1f6c0-1f3fc.png differ diff --git a/dist/img-apple-160/1f6c0-1f3fd.png b/dist/img-apple-160/1f6c0-1f3fd.png new file mode 100644 index 000000000..73e73bd88 Binary files /dev/null and b/dist/img-apple-160/1f6c0-1f3fd.png differ diff --git a/dist/img-apple-160/1f6c0-1f3fe.png b/dist/img-apple-160/1f6c0-1f3fe.png new file mode 100644 index 000000000..59862bcc9 Binary files /dev/null and b/dist/img-apple-160/1f6c0-1f3fe.png differ diff --git a/dist/img-apple-160/1f6c0-1f3ff.png b/dist/img-apple-160/1f6c0-1f3ff.png new file mode 100644 index 000000000..627fc1ae8 Binary files /dev/null and b/dist/img-apple-160/1f6c0-1f3ff.png differ diff --git a/dist/img-apple-160/1f6c0.png b/dist/img-apple-160/1f6c0.png new file mode 100644 index 000000000..d83b3ea78 Binary files /dev/null and b/dist/img-apple-160/1f6c0.png differ diff --git a/dist/img-apple-160/1f6c1.png b/dist/img-apple-160/1f6c1.png new file mode 100644 index 000000000..59c27aa43 Binary files /dev/null and b/dist/img-apple-160/1f6c1.png differ diff --git a/dist/img-apple-160/1f6c2.png b/dist/img-apple-160/1f6c2.png new file mode 100644 index 000000000..113c4547c Binary files /dev/null and b/dist/img-apple-160/1f6c2.png differ diff --git a/dist/img-apple-160/1f6c3.png b/dist/img-apple-160/1f6c3.png new file mode 100644 index 000000000..037c631f1 Binary files /dev/null and b/dist/img-apple-160/1f6c3.png differ diff --git a/dist/img-apple-160/1f6c4.png b/dist/img-apple-160/1f6c4.png new file mode 100644 index 000000000..b86d378ec Binary files /dev/null and b/dist/img-apple-160/1f6c4.png differ diff --git a/dist/img-apple-160/1f6c5.png b/dist/img-apple-160/1f6c5.png new file mode 100644 index 000000000..d82059037 Binary files /dev/null and b/dist/img-apple-160/1f6c5.png differ diff --git a/dist/img-apple-160/1f6cb-fe0f.png b/dist/img-apple-160/1f6cb-fe0f.png new file mode 100644 index 000000000..dcdcd0806 Binary files /dev/null and b/dist/img-apple-160/1f6cb-fe0f.png differ diff --git a/dist/img-apple-160/1f6cb.png b/dist/img-apple-160/1f6cb.png new file mode 100644 index 000000000..dcdcd0806 Binary files /dev/null and b/dist/img-apple-160/1f6cb.png differ diff --git a/dist/img-apple-160/1f6cc-1f3fb.png b/dist/img-apple-160/1f6cc-1f3fb.png new file mode 100644 index 000000000..cf95002ee Binary files /dev/null and b/dist/img-apple-160/1f6cc-1f3fb.png differ diff --git a/dist/img-apple-160/1f6cc-1f3fc.png b/dist/img-apple-160/1f6cc-1f3fc.png new file mode 100644 index 000000000..cf95002ee Binary files /dev/null and b/dist/img-apple-160/1f6cc-1f3fc.png differ diff --git a/dist/img-apple-160/1f6cc-1f3fd.png b/dist/img-apple-160/1f6cc-1f3fd.png new file mode 100644 index 000000000..cf95002ee Binary files /dev/null and b/dist/img-apple-160/1f6cc-1f3fd.png differ diff --git a/dist/img-apple-160/1f6cc-1f3fe.png b/dist/img-apple-160/1f6cc-1f3fe.png new file mode 100644 index 000000000..cf95002ee Binary files /dev/null and b/dist/img-apple-160/1f6cc-1f3fe.png differ diff --git a/dist/img-apple-160/1f6cc-1f3ff.png b/dist/img-apple-160/1f6cc-1f3ff.png new file mode 100644 index 000000000..cf95002ee Binary files /dev/null and b/dist/img-apple-160/1f6cc-1f3ff.png differ diff --git a/dist/img-apple-160/1f6cc.png b/dist/img-apple-160/1f6cc.png new file mode 100644 index 000000000..cf95002ee Binary files /dev/null and b/dist/img-apple-160/1f6cc.png differ diff --git a/dist/img-apple-160/1f6cd-fe0f.png b/dist/img-apple-160/1f6cd-fe0f.png new file mode 100644 index 000000000..3ad239cdb Binary files /dev/null and b/dist/img-apple-160/1f6cd-fe0f.png differ diff --git a/dist/img-apple-160/1f6cd.png b/dist/img-apple-160/1f6cd.png new file mode 100644 index 000000000..3ad239cdb Binary files /dev/null and b/dist/img-apple-160/1f6cd.png differ diff --git a/dist/img-apple-160/1f6ce-fe0f.png b/dist/img-apple-160/1f6ce-fe0f.png new file mode 100644 index 000000000..a0290da94 Binary files /dev/null and b/dist/img-apple-160/1f6ce-fe0f.png differ diff --git a/dist/img-apple-160/1f6ce.png b/dist/img-apple-160/1f6ce.png new file mode 100644 index 000000000..a0290da94 Binary files /dev/null and b/dist/img-apple-160/1f6ce.png differ diff --git a/dist/img-apple-160/1f6cf-fe0f.png b/dist/img-apple-160/1f6cf-fe0f.png new file mode 100644 index 000000000..37ab541c5 Binary files /dev/null and b/dist/img-apple-160/1f6cf-fe0f.png differ diff --git a/dist/img-apple-160/1f6cf.png b/dist/img-apple-160/1f6cf.png new file mode 100644 index 000000000..37ab541c5 Binary files /dev/null and b/dist/img-apple-160/1f6cf.png differ diff --git a/dist/img-apple-160/1f6d0.png b/dist/img-apple-160/1f6d0.png new file mode 100644 index 000000000..6597472b6 Binary files /dev/null and b/dist/img-apple-160/1f6d0.png differ diff --git a/dist/img-apple-160/1f6d1.png b/dist/img-apple-160/1f6d1.png new file mode 100644 index 000000000..05d7493b1 Binary files /dev/null and b/dist/img-apple-160/1f6d1.png differ diff --git a/dist/img-apple-160/1f6d2.png b/dist/img-apple-160/1f6d2.png new file mode 100644 index 000000000..4860fbd55 Binary files /dev/null and b/dist/img-apple-160/1f6d2.png differ diff --git a/dist/img-apple-160/1f6d5.png b/dist/img-apple-160/1f6d5.png new file mode 100644 index 000000000..fe3090d50 Binary files /dev/null and b/dist/img-apple-160/1f6d5.png differ diff --git a/dist/img-apple-160/1f6d6.png b/dist/img-apple-160/1f6d6.png new file mode 100755 index 000000000..d0cbaa80a Binary files /dev/null and b/dist/img-apple-160/1f6d6.png differ diff --git a/dist/img-apple-160/1f6d7.png b/dist/img-apple-160/1f6d7.png new file mode 100755 index 000000000..6f95240e4 Binary files /dev/null and b/dist/img-apple-160/1f6d7.png differ diff --git a/dist/img-apple-160/1f6e0-fe0f.png b/dist/img-apple-160/1f6e0-fe0f.png new file mode 100644 index 000000000..28e53950c Binary files /dev/null and b/dist/img-apple-160/1f6e0-fe0f.png differ diff --git a/dist/img-apple-160/1f6e0.png b/dist/img-apple-160/1f6e0.png new file mode 100644 index 000000000..28e53950c Binary files /dev/null and b/dist/img-apple-160/1f6e0.png differ diff --git a/dist/img-apple-160/1f6e1-fe0f.png b/dist/img-apple-160/1f6e1-fe0f.png new file mode 100644 index 000000000..b5031f0b3 Binary files /dev/null and b/dist/img-apple-160/1f6e1-fe0f.png differ diff --git a/dist/img-apple-160/1f6e1.png b/dist/img-apple-160/1f6e1.png new file mode 100644 index 000000000..b5031f0b3 Binary files /dev/null and b/dist/img-apple-160/1f6e1.png differ diff --git a/dist/img-apple-160/1f6e2-fe0f.png b/dist/img-apple-160/1f6e2-fe0f.png new file mode 100644 index 000000000..56af32675 Binary files /dev/null and b/dist/img-apple-160/1f6e2-fe0f.png differ diff --git a/dist/img-apple-160/1f6e2.png b/dist/img-apple-160/1f6e2.png new file mode 100644 index 000000000..56af32675 Binary files /dev/null and b/dist/img-apple-160/1f6e2.png differ diff --git a/dist/img-apple-160/1f6e3-fe0f.png b/dist/img-apple-160/1f6e3-fe0f.png new file mode 100644 index 000000000..b811ca7f2 Binary files /dev/null and b/dist/img-apple-160/1f6e3-fe0f.png differ diff --git a/dist/img-apple-160/1f6e3.png b/dist/img-apple-160/1f6e3.png new file mode 100644 index 000000000..b811ca7f2 Binary files /dev/null and b/dist/img-apple-160/1f6e3.png differ diff --git a/dist/img-apple-160/1f6e4-fe0f.png b/dist/img-apple-160/1f6e4-fe0f.png new file mode 100644 index 000000000..fb98e1b6c Binary files /dev/null and b/dist/img-apple-160/1f6e4-fe0f.png differ diff --git a/dist/img-apple-160/1f6e4.png b/dist/img-apple-160/1f6e4.png new file mode 100644 index 000000000..fb98e1b6c Binary files /dev/null and b/dist/img-apple-160/1f6e4.png differ diff --git a/dist/img-apple-160/1f6e5-fe0f.png b/dist/img-apple-160/1f6e5-fe0f.png new file mode 100644 index 000000000..d6033fbd4 Binary files /dev/null and b/dist/img-apple-160/1f6e5-fe0f.png differ diff --git a/dist/img-apple-160/1f6e5.png b/dist/img-apple-160/1f6e5.png new file mode 100644 index 000000000..d6033fbd4 Binary files /dev/null and b/dist/img-apple-160/1f6e5.png differ diff --git a/dist/img-apple-160/1f6e9-fe0f.png b/dist/img-apple-160/1f6e9-fe0f.png new file mode 100644 index 000000000..784b83080 Binary files /dev/null and b/dist/img-apple-160/1f6e9-fe0f.png differ diff --git a/dist/img-apple-160/1f6e9.png b/dist/img-apple-160/1f6e9.png new file mode 100644 index 000000000..784b83080 Binary files /dev/null and b/dist/img-apple-160/1f6e9.png differ diff --git a/dist/img-apple-160/1f6eb.png b/dist/img-apple-160/1f6eb.png new file mode 100644 index 000000000..038733d17 Binary files /dev/null and b/dist/img-apple-160/1f6eb.png differ diff --git a/dist/img-apple-160/1f6ec.png b/dist/img-apple-160/1f6ec.png new file mode 100644 index 000000000..1c5b3c549 Binary files /dev/null and b/dist/img-apple-160/1f6ec.png differ diff --git a/dist/img-apple-160/1f6f0-fe0f.png b/dist/img-apple-160/1f6f0-fe0f.png new file mode 100644 index 000000000..77826b6c9 Binary files /dev/null and b/dist/img-apple-160/1f6f0-fe0f.png differ diff --git a/dist/img-apple-160/1f6f0.png b/dist/img-apple-160/1f6f0.png new file mode 100644 index 000000000..77826b6c9 Binary files /dev/null and b/dist/img-apple-160/1f6f0.png differ diff --git a/dist/img-apple-160/1f6f3-fe0f.png b/dist/img-apple-160/1f6f3-fe0f.png new file mode 100644 index 000000000..16688b52b Binary files /dev/null and b/dist/img-apple-160/1f6f3-fe0f.png differ diff --git a/dist/img-apple-160/1f6f3.png b/dist/img-apple-160/1f6f3.png new file mode 100644 index 000000000..16688b52b Binary files /dev/null and b/dist/img-apple-160/1f6f3.png differ diff --git a/dist/img-apple-160/1f6f4.png b/dist/img-apple-160/1f6f4.png new file mode 100644 index 000000000..9c7687136 Binary files /dev/null and b/dist/img-apple-160/1f6f4.png differ diff --git a/dist/img-apple-160/1f6f5.png b/dist/img-apple-160/1f6f5.png new file mode 100644 index 000000000..216093d46 Binary files /dev/null and b/dist/img-apple-160/1f6f5.png differ diff --git a/dist/img-apple-160/1f6f6.png b/dist/img-apple-160/1f6f6.png new file mode 100644 index 000000000..0d66d98a2 Binary files /dev/null and b/dist/img-apple-160/1f6f6.png differ diff --git a/dist/img-apple-160/1f6f7.png b/dist/img-apple-160/1f6f7.png new file mode 100644 index 000000000..5b85f7d99 Binary files /dev/null and b/dist/img-apple-160/1f6f7.png differ diff --git a/dist/img-apple-160/1f6f8.png b/dist/img-apple-160/1f6f8.png new file mode 100644 index 000000000..4e441e820 Binary files /dev/null and b/dist/img-apple-160/1f6f8.png differ diff --git a/dist/img-apple-160/1f6f9.png b/dist/img-apple-160/1f6f9.png new file mode 100644 index 000000000..51e5d3142 Binary files /dev/null and b/dist/img-apple-160/1f6f9.png differ diff --git a/dist/img-apple-160/1f6fa.png b/dist/img-apple-160/1f6fa.png new file mode 100644 index 000000000..7378f7c26 Binary files /dev/null and b/dist/img-apple-160/1f6fa.png differ diff --git a/dist/img-apple-160/1f6fb.png b/dist/img-apple-160/1f6fb.png new file mode 100755 index 000000000..c2468afce Binary files /dev/null and b/dist/img-apple-160/1f6fb.png differ diff --git a/dist/img-apple-160/1f6fc.png b/dist/img-apple-160/1f6fc.png new file mode 100755 index 000000000..ca3e04dbc Binary files /dev/null and b/dist/img-apple-160/1f6fc.png differ diff --git a/dist/img-apple-160/1f7e0.png b/dist/img-apple-160/1f7e0.png new file mode 100644 index 000000000..ba5f08fdb Binary files /dev/null and b/dist/img-apple-160/1f7e0.png differ diff --git a/dist/img-apple-160/1f7e1.png b/dist/img-apple-160/1f7e1.png new file mode 100644 index 000000000..9e95ad578 Binary files /dev/null and b/dist/img-apple-160/1f7e1.png differ diff --git a/dist/img-apple-160/1f7e2.png b/dist/img-apple-160/1f7e2.png new file mode 100644 index 000000000..0389a8ec3 Binary files /dev/null and b/dist/img-apple-160/1f7e2.png differ diff --git a/dist/img-apple-160/1f7e3.png b/dist/img-apple-160/1f7e3.png new file mode 100644 index 000000000..0240f70dc Binary files /dev/null and b/dist/img-apple-160/1f7e3.png differ diff --git a/dist/img-apple-160/1f7e4.png b/dist/img-apple-160/1f7e4.png new file mode 100644 index 000000000..ebb82f7d5 Binary files /dev/null and b/dist/img-apple-160/1f7e4.png differ diff --git a/dist/img-apple-160/1f7e5.png b/dist/img-apple-160/1f7e5.png new file mode 100644 index 000000000..90d240879 Binary files /dev/null and b/dist/img-apple-160/1f7e5.png differ diff --git a/dist/img-apple-160/1f7e6.png b/dist/img-apple-160/1f7e6.png new file mode 100644 index 000000000..68b77c33e Binary files /dev/null and b/dist/img-apple-160/1f7e6.png differ diff --git a/dist/img-apple-160/1f7e7.png b/dist/img-apple-160/1f7e7.png new file mode 100644 index 000000000..cd1d53292 Binary files /dev/null and b/dist/img-apple-160/1f7e7.png differ diff --git a/dist/img-apple-160/1f7e8.png b/dist/img-apple-160/1f7e8.png new file mode 100644 index 000000000..5388a992b Binary files /dev/null and b/dist/img-apple-160/1f7e8.png differ diff --git a/dist/img-apple-160/1f7e9.png b/dist/img-apple-160/1f7e9.png new file mode 100644 index 000000000..b68eb92bc Binary files /dev/null and b/dist/img-apple-160/1f7e9.png differ diff --git a/dist/img-apple-160/1f7ea.png b/dist/img-apple-160/1f7ea.png new file mode 100644 index 000000000..4655a7b46 Binary files /dev/null and b/dist/img-apple-160/1f7ea.png differ diff --git a/dist/img-apple-160/1f7eb.png b/dist/img-apple-160/1f7eb.png new file mode 100644 index 000000000..c706d4d95 Binary files /dev/null and b/dist/img-apple-160/1f7eb.png differ diff --git a/dist/img-apple-160/1f90c-1f3fb.png b/dist/img-apple-160/1f90c-1f3fb.png new file mode 100755 index 000000000..73fc5c47d Binary files /dev/null and b/dist/img-apple-160/1f90c-1f3fb.png differ diff --git a/dist/img-apple-160/1f90c-1f3fc.png b/dist/img-apple-160/1f90c-1f3fc.png new file mode 100755 index 000000000..8cf409931 Binary files /dev/null and b/dist/img-apple-160/1f90c-1f3fc.png differ diff --git a/dist/img-apple-160/1f90c-1f3fd.png b/dist/img-apple-160/1f90c-1f3fd.png new file mode 100755 index 000000000..a0bd91c99 Binary files /dev/null and b/dist/img-apple-160/1f90c-1f3fd.png differ diff --git a/dist/img-apple-160/1f90c-1f3fe.png b/dist/img-apple-160/1f90c-1f3fe.png new file mode 100755 index 000000000..5161a5bfa Binary files /dev/null and b/dist/img-apple-160/1f90c-1f3fe.png differ diff --git a/dist/img-apple-160/1f90c-1f3ff.png b/dist/img-apple-160/1f90c-1f3ff.png new file mode 100755 index 000000000..716762b3b Binary files /dev/null and b/dist/img-apple-160/1f90c-1f3ff.png differ diff --git a/dist/img-apple-160/1f90c.png b/dist/img-apple-160/1f90c.png new file mode 100755 index 000000000..9b52881a7 Binary files /dev/null and b/dist/img-apple-160/1f90c.png differ diff --git a/dist/img-apple-160/1f90d.png b/dist/img-apple-160/1f90d.png new file mode 100644 index 000000000..bbea7aceb Binary files /dev/null and b/dist/img-apple-160/1f90d.png differ diff --git a/dist/img-apple-160/1f90e.png b/dist/img-apple-160/1f90e.png new file mode 100644 index 000000000..87e22d51d Binary files /dev/null and b/dist/img-apple-160/1f90e.png differ diff --git a/dist/img-apple-160/1f90f-1f3fb.png b/dist/img-apple-160/1f90f-1f3fb.png new file mode 100644 index 000000000..4edc2dd78 Binary files /dev/null and b/dist/img-apple-160/1f90f-1f3fb.png differ diff --git a/dist/img-apple-160/1f90f-1f3fc.png b/dist/img-apple-160/1f90f-1f3fc.png new file mode 100644 index 000000000..d78b85203 Binary files /dev/null and b/dist/img-apple-160/1f90f-1f3fc.png differ diff --git a/dist/img-apple-160/1f90f-1f3fd.png b/dist/img-apple-160/1f90f-1f3fd.png new file mode 100644 index 000000000..812b92ef3 Binary files /dev/null and b/dist/img-apple-160/1f90f-1f3fd.png differ diff --git a/dist/img-apple-160/1f90f-1f3fe.png b/dist/img-apple-160/1f90f-1f3fe.png new file mode 100644 index 000000000..30b6e7159 Binary files /dev/null and b/dist/img-apple-160/1f90f-1f3fe.png differ diff --git a/dist/img-apple-160/1f90f-1f3ff.png b/dist/img-apple-160/1f90f-1f3ff.png new file mode 100644 index 000000000..8c26ecb17 Binary files /dev/null and b/dist/img-apple-160/1f90f-1f3ff.png differ diff --git a/dist/img-apple-160/1f90f.png b/dist/img-apple-160/1f90f.png new file mode 100644 index 000000000..f05cd7fd8 Binary files /dev/null and b/dist/img-apple-160/1f90f.png differ diff --git a/dist/img-apple-160/1f910.png b/dist/img-apple-160/1f910.png new file mode 100644 index 000000000..bd7a08952 Binary files /dev/null and b/dist/img-apple-160/1f910.png differ diff --git a/dist/img-apple-160/1f911.png b/dist/img-apple-160/1f911.png new file mode 100644 index 000000000..456d2348b Binary files /dev/null and b/dist/img-apple-160/1f911.png differ diff --git a/dist/img-apple-160/1f912.png b/dist/img-apple-160/1f912.png new file mode 100644 index 000000000..3db287113 Binary files /dev/null and b/dist/img-apple-160/1f912.png differ diff --git a/dist/img-apple-160/1f913.png b/dist/img-apple-160/1f913.png new file mode 100644 index 000000000..9d8d6904c Binary files /dev/null and b/dist/img-apple-160/1f913.png differ diff --git a/dist/img-apple-160/1f914.png b/dist/img-apple-160/1f914.png new file mode 100644 index 000000000..45661c8f8 Binary files /dev/null and b/dist/img-apple-160/1f914.png differ diff --git a/dist/img-apple-160/1f915.png b/dist/img-apple-160/1f915.png new file mode 100644 index 000000000..9f6fd7bcd Binary files /dev/null and b/dist/img-apple-160/1f915.png differ diff --git a/dist/img-apple-160/1f916.png b/dist/img-apple-160/1f916.png new file mode 100644 index 000000000..6cf5b94b9 Binary files /dev/null and b/dist/img-apple-160/1f916.png differ diff --git a/dist/img-apple-160/1f917.png b/dist/img-apple-160/1f917.png new file mode 100644 index 000000000..d3e3555fb Binary files /dev/null and b/dist/img-apple-160/1f917.png differ diff --git a/dist/img-apple-160/1f918-1f3fb.png b/dist/img-apple-160/1f918-1f3fb.png new file mode 100644 index 000000000..640f33ae0 Binary files /dev/null and b/dist/img-apple-160/1f918-1f3fb.png differ diff --git a/dist/img-apple-160/1f918-1f3fc.png b/dist/img-apple-160/1f918-1f3fc.png new file mode 100644 index 000000000..050b2cc00 Binary files /dev/null and b/dist/img-apple-160/1f918-1f3fc.png differ diff --git a/dist/img-apple-160/1f918-1f3fd.png b/dist/img-apple-160/1f918-1f3fd.png new file mode 100644 index 000000000..df9c123c3 Binary files /dev/null and b/dist/img-apple-160/1f918-1f3fd.png differ diff --git a/dist/img-apple-160/1f918-1f3fe.png b/dist/img-apple-160/1f918-1f3fe.png new file mode 100644 index 000000000..3d107a35a Binary files /dev/null and b/dist/img-apple-160/1f918-1f3fe.png differ diff --git a/dist/img-apple-160/1f918-1f3ff.png b/dist/img-apple-160/1f918-1f3ff.png new file mode 100644 index 000000000..e0c753854 Binary files /dev/null and b/dist/img-apple-160/1f918-1f3ff.png differ diff --git a/dist/img-apple-160/1f918.png b/dist/img-apple-160/1f918.png new file mode 100644 index 000000000..01a69c222 Binary files /dev/null and b/dist/img-apple-160/1f918.png differ diff --git a/dist/img-apple-160/1f919-1f3fb.png b/dist/img-apple-160/1f919-1f3fb.png new file mode 100644 index 000000000..a1b9c94fb Binary files /dev/null and b/dist/img-apple-160/1f919-1f3fb.png differ diff --git a/dist/img-apple-160/1f919-1f3fc.png b/dist/img-apple-160/1f919-1f3fc.png new file mode 100644 index 000000000..892dd2f14 Binary files /dev/null and b/dist/img-apple-160/1f919-1f3fc.png differ diff --git a/dist/img-apple-160/1f919-1f3fd.png b/dist/img-apple-160/1f919-1f3fd.png new file mode 100644 index 000000000..f2c5d1ec4 Binary files /dev/null and b/dist/img-apple-160/1f919-1f3fd.png differ diff --git a/dist/img-apple-160/1f919-1f3fe.png b/dist/img-apple-160/1f919-1f3fe.png new file mode 100644 index 000000000..cf2a26ee7 Binary files /dev/null and b/dist/img-apple-160/1f919-1f3fe.png differ diff --git a/dist/img-apple-160/1f919-1f3ff.png b/dist/img-apple-160/1f919-1f3ff.png new file mode 100644 index 000000000..d0b157fbb Binary files /dev/null and b/dist/img-apple-160/1f919-1f3ff.png differ diff --git a/dist/img-apple-160/1f919.png b/dist/img-apple-160/1f919.png new file mode 100644 index 000000000..0bef2d53d Binary files /dev/null and b/dist/img-apple-160/1f919.png differ diff --git a/dist/img-apple-160/1f91a-1f3fb.png b/dist/img-apple-160/1f91a-1f3fb.png new file mode 100644 index 000000000..9a5e04996 Binary files /dev/null and b/dist/img-apple-160/1f91a-1f3fb.png differ diff --git a/dist/img-apple-160/1f91a-1f3fc.png b/dist/img-apple-160/1f91a-1f3fc.png new file mode 100644 index 000000000..6b84e883c Binary files /dev/null and b/dist/img-apple-160/1f91a-1f3fc.png differ diff --git a/dist/img-apple-160/1f91a-1f3fd.png b/dist/img-apple-160/1f91a-1f3fd.png new file mode 100644 index 000000000..b20e69167 Binary files /dev/null and b/dist/img-apple-160/1f91a-1f3fd.png differ diff --git a/dist/img-apple-160/1f91a-1f3fe.png b/dist/img-apple-160/1f91a-1f3fe.png new file mode 100644 index 000000000..d97c86134 Binary files /dev/null and b/dist/img-apple-160/1f91a-1f3fe.png differ diff --git a/dist/img-apple-160/1f91a-1f3ff.png b/dist/img-apple-160/1f91a-1f3ff.png new file mode 100644 index 000000000..1291e7a48 Binary files /dev/null and b/dist/img-apple-160/1f91a-1f3ff.png differ diff --git a/dist/img-apple-160/1f91a.png b/dist/img-apple-160/1f91a.png new file mode 100644 index 000000000..7b55e98e0 Binary files /dev/null and b/dist/img-apple-160/1f91a.png differ diff --git a/dist/img-apple-160/1f91b-1f3fb.png b/dist/img-apple-160/1f91b-1f3fb.png new file mode 100644 index 000000000..394c8a796 Binary files /dev/null and b/dist/img-apple-160/1f91b-1f3fb.png differ diff --git a/dist/img-apple-160/1f91b-1f3fc.png b/dist/img-apple-160/1f91b-1f3fc.png new file mode 100644 index 000000000..489188cda Binary files /dev/null and b/dist/img-apple-160/1f91b-1f3fc.png differ diff --git a/dist/img-apple-160/1f91b-1f3fd.png b/dist/img-apple-160/1f91b-1f3fd.png new file mode 100644 index 000000000..2a5973bc3 Binary files /dev/null and b/dist/img-apple-160/1f91b-1f3fd.png differ diff --git a/dist/img-apple-160/1f91b-1f3fe.png b/dist/img-apple-160/1f91b-1f3fe.png new file mode 100644 index 000000000..45150bab3 Binary files /dev/null and b/dist/img-apple-160/1f91b-1f3fe.png differ diff --git a/dist/img-apple-160/1f91b-1f3ff.png b/dist/img-apple-160/1f91b-1f3ff.png new file mode 100644 index 000000000..73d86bb8d Binary files /dev/null and b/dist/img-apple-160/1f91b-1f3ff.png differ diff --git a/dist/img-apple-160/1f91b.png b/dist/img-apple-160/1f91b.png new file mode 100644 index 000000000..896703981 Binary files /dev/null and b/dist/img-apple-160/1f91b.png differ diff --git a/dist/img-apple-160/1f91c-1f3fb.png b/dist/img-apple-160/1f91c-1f3fb.png new file mode 100644 index 000000000..a6121dcbc Binary files /dev/null and b/dist/img-apple-160/1f91c-1f3fb.png differ diff --git a/dist/img-apple-160/1f91c-1f3fc.png b/dist/img-apple-160/1f91c-1f3fc.png new file mode 100644 index 000000000..28faec8fd Binary files /dev/null and b/dist/img-apple-160/1f91c-1f3fc.png differ diff --git a/dist/img-apple-160/1f91c-1f3fd.png b/dist/img-apple-160/1f91c-1f3fd.png new file mode 100644 index 000000000..da73272e1 Binary files /dev/null and b/dist/img-apple-160/1f91c-1f3fd.png differ diff --git a/dist/img-apple-160/1f91c-1f3fe.png b/dist/img-apple-160/1f91c-1f3fe.png new file mode 100644 index 000000000..92ae5cb0d Binary files /dev/null and b/dist/img-apple-160/1f91c-1f3fe.png differ diff --git a/dist/img-apple-160/1f91c-1f3ff.png b/dist/img-apple-160/1f91c-1f3ff.png new file mode 100644 index 000000000..15d1077b6 Binary files /dev/null and b/dist/img-apple-160/1f91c-1f3ff.png differ diff --git a/dist/img-apple-160/1f91c.png b/dist/img-apple-160/1f91c.png new file mode 100644 index 000000000..89ca78d13 Binary files /dev/null and b/dist/img-apple-160/1f91c.png differ diff --git a/dist/img-apple-160/1f91d.png b/dist/img-apple-160/1f91d.png new file mode 100644 index 000000000..d4db0ec5d Binary files /dev/null and b/dist/img-apple-160/1f91d.png differ diff --git a/dist/img-apple-160/1f91e-1f3fb.png b/dist/img-apple-160/1f91e-1f3fb.png new file mode 100644 index 000000000..4e4a70ed9 Binary files /dev/null and b/dist/img-apple-160/1f91e-1f3fb.png differ diff --git a/dist/img-apple-160/1f91e-1f3fc.png b/dist/img-apple-160/1f91e-1f3fc.png new file mode 100644 index 000000000..1b5feecbe Binary files /dev/null and b/dist/img-apple-160/1f91e-1f3fc.png differ diff --git a/dist/img-apple-160/1f91e-1f3fd.png b/dist/img-apple-160/1f91e-1f3fd.png new file mode 100644 index 000000000..4b487207a Binary files /dev/null and b/dist/img-apple-160/1f91e-1f3fd.png differ diff --git a/dist/img-apple-160/1f91e-1f3fe.png b/dist/img-apple-160/1f91e-1f3fe.png new file mode 100644 index 000000000..11abb8fb7 Binary files /dev/null and b/dist/img-apple-160/1f91e-1f3fe.png differ diff --git a/dist/img-apple-160/1f91e-1f3ff.png b/dist/img-apple-160/1f91e-1f3ff.png new file mode 100644 index 000000000..ce379a10e Binary files /dev/null and b/dist/img-apple-160/1f91e-1f3ff.png differ diff --git a/dist/img-apple-160/1f91e.png b/dist/img-apple-160/1f91e.png new file mode 100644 index 000000000..6130fc531 Binary files /dev/null and b/dist/img-apple-160/1f91e.png differ diff --git a/dist/img-apple-160/1f91f-1f3fb.png b/dist/img-apple-160/1f91f-1f3fb.png new file mode 100644 index 000000000..2de4c9a10 Binary files /dev/null and b/dist/img-apple-160/1f91f-1f3fb.png differ diff --git a/dist/img-apple-160/1f91f-1f3fc.png b/dist/img-apple-160/1f91f-1f3fc.png new file mode 100644 index 000000000..2dc530eb4 Binary files /dev/null and b/dist/img-apple-160/1f91f-1f3fc.png differ diff --git a/dist/img-apple-160/1f91f-1f3fd.png b/dist/img-apple-160/1f91f-1f3fd.png new file mode 100644 index 000000000..9c7e58fe5 Binary files /dev/null and b/dist/img-apple-160/1f91f-1f3fd.png differ diff --git a/dist/img-apple-160/1f91f-1f3fe.png b/dist/img-apple-160/1f91f-1f3fe.png new file mode 100644 index 000000000..f9e7f0c6e Binary files /dev/null and b/dist/img-apple-160/1f91f-1f3fe.png differ diff --git a/dist/img-apple-160/1f91f-1f3ff.png b/dist/img-apple-160/1f91f-1f3ff.png new file mode 100644 index 000000000..9f70b9c96 Binary files /dev/null and b/dist/img-apple-160/1f91f-1f3ff.png differ diff --git a/dist/img-apple-160/1f91f.png b/dist/img-apple-160/1f91f.png new file mode 100644 index 000000000..d833cf537 Binary files /dev/null and b/dist/img-apple-160/1f91f.png differ diff --git a/dist/img-apple-160/1f920.png b/dist/img-apple-160/1f920.png new file mode 100644 index 000000000..01d6541d8 Binary files /dev/null and b/dist/img-apple-160/1f920.png differ diff --git a/dist/img-apple-160/1f921.png b/dist/img-apple-160/1f921.png new file mode 100644 index 000000000..0e2b71c81 Binary files /dev/null and b/dist/img-apple-160/1f921.png differ diff --git a/dist/img-apple-160/1f922.png b/dist/img-apple-160/1f922.png new file mode 100644 index 000000000..77e396bf8 Binary files /dev/null and b/dist/img-apple-160/1f922.png differ diff --git a/dist/img-apple-160/1f923.png b/dist/img-apple-160/1f923.png new file mode 100644 index 000000000..bde849f34 Binary files /dev/null and b/dist/img-apple-160/1f923.png differ diff --git a/dist/img-apple-160/1f924.png b/dist/img-apple-160/1f924.png new file mode 100644 index 000000000..5498ce40c Binary files /dev/null and b/dist/img-apple-160/1f924.png differ diff --git a/dist/img-apple-160/1f925.png b/dist/img-apple-160/1f925.png new file mode 100644 index 000000000..27f2121c0 Binary files /dev/null and b/dist/img-apple-160/1f925.png differ diff --git a/dist/img-apple-160/1f926-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f926-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..958e8b744 Binary files /dev/null and b/dist/img-apple-160/1f926-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f926-1f3fb-200d-2640.png b/dist/img-apple-160/1f926-1f3fb-200d-2640.png new file mode 100644 index 000000000..958e8b744 Binary files /dev/null and b/dist/img-apple-160/1f926-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f926-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f926-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..0d4851385 Binary files /dev/null and b/dist/img-apple-160/1f926-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f926-1f3fb-200d-2642.png b/dist/img-apple-160/1f926-1f3fb-200d-2642.png new file mode 100644 index 000000000..0d4851385 Binary files /dev/null and b/dist/img-apple-160/1f926-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f926-1f3fb.png b/dist/img-apple-160/1f926-1f3fb.png new file mode 100644 index 000000000..dceaf0401 Binary files /dev/null and b/dist/img-apple-160/1f926-1f3fb.png differ diff --git a/dist/img-apple-160/1f926-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f926-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..346244451 Binary files /dev/null and b/dist/img-apple-160/1f926-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f926-1f3fc-200d-2640.png b/dist/img-apple-160/1f926-1f3fc-200d-2640.png new file mode 100644 index 000000000..346244451 Binary files /dev/null and b/dist/img-apple-160/1f926-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f926-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f926-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..dba48fba3 Binary files /dev/null and b/dist/img-apple-160/1f926-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f926-1f3fc-200d-2642.png b/dist/img-apple-160/1f926-1f3fc-200d-2642.png new file mode 100644 index 000000000..dba48fba3 Binary files /dev/null and b/dist/img-apple-160/1f926-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f926-1f3fc.png b/dist/img-apple-160/1f926-1f3fc.png new file mode 100644 index 000000000..b444cd320 Binary files /dev/null and b/dist/img-apple-160/1f926-1f3fc.png differ diff --git a/dist/img-apple-160/1f926-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f926-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..f4c4a6d59 Binary files /dev/null and b/dist/img-apple-160/1f926-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f926-1f3fd-200d-2640.png b/dist/img-apple-160/1f926-1f3fd-200d-2640.png new file mode 100644 index 000000000..f4c4a6d59 Binary files /dev/null and b/dist/img-apple-160/1f926-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f926-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f926-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..e931cc2d3 Binary files /dev/null and b/dist/img-apple-160/1f926-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f926-1f3fd-200d-2642.png b/dist/img-apple-160/1f926-1f3fd-200d-2642.png new file mode 100644 index 000000000..e931cc2d3 Binary files /dev/null and b/dist/img-apple-160/1f926-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f926-1f3fd.png b/dist/img-apple-160/1f926-1f3fd.png new file mode 100644 index 000000000..3a6fbba14 Binary files /dev/null and b/dist/img-apple-160/1f926-1f3fd.png differ diff --git a/dist/img-apple-160/1f926-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f926-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..45dc6729f Binary files /dev/null and b/dist/img-apple-160/1f926-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f926-1f3fe-200d-2640.png b/dist/img-apple-160/1f926-1f3fe-200d-2640.png new file mode 100644 index 000000000..45dc6729f Binary files /dev/null and b/dist/img-apple-160/1f926-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f926-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f926-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..7289033b7 Binary files /dev/null and b/dist/img-apple-160/1f926-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f926-1f3fe-200d-2642.png b/dist/img-apple-160/1f926-1f3fe-200d-2642.png new file mode 100644 index 000000000..7289033b7 Binary files /dev/null and b/dist/img-apple-160/1f926-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f926-1f3fe.png b/dist/img-apple-160/1f926-1f3fe.png new file mode 100644 index 000000000..2c7669f6c Binary files /dev/null and b/dist/img-apple-160/1f926-1f3fe.png differ diff --git a/dist/img-apple-160/1f926-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f926-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..2e17cd2a5 Binary files /dev/null and b/dist/img-apple-160/1f926-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f926-1f3ff-200d-2640.png b/dist/img-apple-160/1f926-1f3ff-200d-2640.png new file mode 100644 index 000000000..2e17cd2a5 Binary files /dev/null and b/dist/img-apple-160/1f926-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f926-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f926-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..6b82a6dee Binary files /dev/null and b/dist/img-apple-160/1f926-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f926-1f3ff-200d-2642.png b/dist/img-apple-160/1f926-1f3ff-200d-2642.png new file mode 100644 index 000000000..6b82a6dee Binary files /dev/null and b/dist/img-apple-160/1f926-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f926-1f3ff.png b/dist/img-apple-160/1f926-1f3ff.png new file mode 100644 index 000000000..bc8e5f55a Binary files /dev/null and b/dist/img-apple-160/1f926-1f3ff.png differ diff --git a/dist/img-apple-160/1f926-200d-2640-fe0f.png b/dist/img-apple-160/1f926-200d-2640-fe0f.png new file mode 100644 index 000000000..8c7f7e106 Binary files /dev/null and b/dist/img-apple-160/1f926-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f926-200d-2640.png b/dist/img-apple-160/1f926-200d-2640.png new file mode 100644 index 000000000..8c7f7e106 Binary files /dev/null and b/dist/img-apple-160/1f926-200d-2640.png differ diff --git a/dist/img-apple-160/1f926-200d-2642-fe0f.png b/dist/img-apple-160/1f926-200d-2642-fe0f.png new file mode 100644 index 000000000..8843143d6 Binary files /dev/null and b/dist/img-apple-160/1f926-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f926-200d-2642.png b/dist/img-apple-160/1f926-200d-2642.png new file mode 100644 index 000000000..8843143d6 Binary files /dev/null and b/dist/img-apple-160/1f926-200d-2642.png differ diff --git a/dist/img-apple-160/1f926.png b/dist/img-apple-160/1f926.png new file mode 100644 index 000000000..f10fcbd53 Binary files /dev/null and b/dist/img-apple-160/1f926.png differ diff --git a/dist/img-apple-160/1f927.png b/dist/img-apple-160/1f927.png new file mode 100644 index 000000000..19effe521 Binary files /dev/null and b/dist/img-apple-160/1f927.png differ diff --git a/dist/img-apple-160/1f928.png b/dist/img-apple-160/1f928.png new file mode 100644 index 000000000..c268e61f4 Binary files /dev/null and b/dist/img-apple-160/1f928.png differ diff --git a/dist/img-apple-160/1f929.png b/dist/img-apple-160/1f929.png new file mode 100644 index 000000000..4b6087dbd Binary files /dev/null and b/dist/img-apple-160/1f929.png differ diff --git a/dist/img-apple-160/1f92a.png b/dist/img-apple-160/1f92a.png new file mode 100644 index 000000000..23c53524a Binary files /dev/null and b/dist/img-apple-160/1f92a.png differ diff --git a/dist/img-apple-160/1f92b.png b/dist/img-apple-160/1f92b.png new file mode 100644 index 000000000..303d555ae Binary files /dev/null and b/dist/img-apple-160/1f92b.png differ diff --git a/dist/img-apple-160/1f92c.png b/dist/img-apple-160/1f92c.png new file mode 100644 index 000000000..a7fdba676 Binary files /dev/null and b/dist/img-apple-160/1f92c.png differ diff --git a/dist/img-apple-160/1f92d.png b/dist/img-apple-160/1f92d.png new file mode 100644 index 000000000..62f2deaac Binary files /dev/null and b/dist/img-apple-160/1f92d.png differ diff --git a/dist/img-apple-160/1f92e.png b/dist/img-apple-160/1f92e.png new file mode 100644 index 000000000..de515f7f4 Binary files /dev/null and b/dist/img-apple-160/1f92e.png differ diff --git a/dist/img-apple-160/1f92f.png b/dist/img-apple-160/1f92f.png new file mode 100644 index 000000000..ed31d9edf Binary files /dev/null and b/dist/img-apple-160/1f92f.png differ diff --git a/dist/img-apple-160/1f930-1f3fb.png b/dist/img-apple-160/1f930-1f3fb.png new file mode 100644 index 000000000..b1e04b658 Binary files /dev/null and b/dist/img-apple-160/1f930-1f3fb.png differ diff --git a/dist/img-apple-160/1f930-1f3fc.png b/dist/img-apple-160/1f930-1f3fc.png new file mode 100644 index 000000000..5e313f8f4 Binary files /dev/null and b/dist/img-apple-160/1f930-1f3fc.png differ diff --git a/dist/img-apple-160/1f930-1f3fd.png b/dist/img-apple-160/1f930-1f3fd.png new file mode 100644 index 000000000..ed5f93c43 Binary files /dev/null and b/dist/img-apple-160/1f930-1f3fd.png differ diff --git a/dist/img-apple-160/1f930-1f3fe.png b/dist/img-apple-160/1f930-1f3fe.png new file mode 100644 index 000000000..805a7ec8c Binary files /dev/null and b/dist/img-apple-160/1f930-1f3fe.png differ diff --git a/dist/img-apple-160/1f930-1f3ff.png b/dist/img-apple-160/1f930-1f3ff.png new file mode 100644 index 000000000..2476351bd Binary files /dev/null and b/dist/img-apple-160/1f930-1f3ff.png differ diff --git a/dist/img-apple-160/1f930.png b/dist/img-apple-160/1f930.png new file mode 100644 index 000000000..4bf508d90 Binary files /dev/null and b/dist/img-apple-160/1f930.png differ diff --git a/dist/img-apple-160/1f931-1f3fb.png b/dist/img-apple-160/1f931-1f3fb.png new file mode 100644 index 000000000..c4f9cc9dc Binary files /dev/null and b/dist/img-apple-160/1f931-1f3fb.png differ diff --git a/dist/img-apple-160/1f931-1f3fc.png b/dist/img-apple-160/1f931-1f3fc.png new file mode 100644 index 000000000..fce80a22e Binary files /dev/null and b/dist/img-apple-160/1f931-1f3fc.png differ diff --git a/dist/img-apple-160/1f931-1f3fd.png b/dist/img-apple-160/1f931-1f3fd.png new file mode 100644 index 000000000..ab044546e Binary files /dev/null and b/dist/img-apple-160/1f931-1f3fd.png differ diff --git a/dist/img-apple-160/1f931-1f3fe.png b/dist/img-apple-160/1f931-1f3fe.png new file mode 100644 index 000000000..1e621ba1d Binary files /dev/null and b/dist/img-apple-160/1f931-1f3fe.png differ diff --git a/dist/img-apple-160/1f931-1f3ff.png b/dist/img-apple-160/1f931-1f3ff.png new file mode 100644 index 000000000..74d5d4a5a Binary files /dev/null and b/dist/img-apple-160/1f931-1f3ff.png differ diff --git a/dist/img-apple-160/1f931.png b/dist/img-apple-160/1f931.png new file mode 100644 index 000000000..b30ff3e55 Binary files /dev/null and b/dist/img-apple-160/1f931.png differ diff --git a/dist/img-apple-160/1f932-1f3fb.png b/dist/img-apple-160/1f932-1f3fb.png new file mode 100644 index 000000000..c8fb37978 Binary files /dev/null and b/dist/img-apple-160/1f932-1f3fb.png differ diff --git a/dist/img-apple-160/1f932-1f3fc.png b/dist/img-apple-160/1f932-1f3fc.png new file mode 100644 index 000000000..2105f700f Binary files /dev/null and b/dist/img-apple-160/1f932-1f3fc.png differ diff --git a/dist/img-apple-160/1f932-1f3fd.png b/dist/img-apple-160/1f932-1f3fd.png new file mode 100644 index 000000000..48a812a05 Binary files /dev/null and b/dist/img-apple-160/1f932-1f3fd.png differ diff --git a/dist/img-apple-160/1f932-1f3fe.png b/dist/img-apple-160/1f932-1f3fe.png new file mode 100644 index 000000000..7464ecc37 Binary files /dev/null and b/dist/img-apple-160/1f932-1f3fe.png differ diff --git a/dist/img-apple-160/1f932-1f3ff.png b/dist/img-apple-160/1f932-1f3ff.png new file mode 100644 index 000000000..55bbb0385 Binary files /dev/null and b/dist/img-apple-160/1f932-1f3ff.png differ diff --git a/dist/img-apple-160/1f932.png b/dist/img-apple-160/1f932.png new file mode 100644 index 000000000..ef1b3017e Binary files /dev/null and b/dist/img-apple-160/1f932.png differ diff --git a/dist/img-apple-160/1f933-1f3fb.png b/dist/img-apple-160/1f933-1f3fb.png new file mode 100644 index 000000000..b45adf228 Binary files /dev/null and b/dist/img-apple-160/1f933-1f3fb.png differ diff --git a/dist/img-apple-160/1f933-1f3fc.png b/dist/img-apple-160/1f933-1f3fc.png new file mode 100644 index 000000000..0783d9bec Binary files /dev/null and b/dist/img-apple-160/1f933-1f3fc.png differ diff --git a/dist/img-apple-160/1f933-1f3fd.png b/dist/img-apple-160/1f933-1f3fd.png new file mode 100644 index 000000000..8d5c2a443 Binary files /dev/null and b/dist/img-apple-160/1f933-1f3fd.png differ diff --git a/dist/img-apple-160/1f933-1f3fe.png b/dist/img-apple-160/1f933-1f3fe.png new file mode 100644 index 000000000..e89191832 Binary files /dev/null and b/dist/img-apple-160/1f933-1f3fe.png differ diff --git a/dist/img-apple-160/1f933-1f3ff.png b/dist/img-apple-160/1f933-1f3ff.png new file mode 100644 index 000000000..840181644 Binary files /dev/null and b/dist/img-apple-160/1f933-1f3ff.png differ diff --git a/dist/img-apple-160/1f933.png b/dist/img-apple-160/1f933.png new file mode 100644 index 000000000..ce85fa93a Binary files /dev/null and b/dist/img-apple-160/1f933.png differ diff --git a/dist/img-apple-160/1f934-1f3fb.png b/dist/img-apple-160/1f934-1f3fb.png new file mode 100644 index 000000000..fed0beefc Binary files /dev/null and b/dist/img-apple-160/1f934-1f3fb.png differ diff --git a/dist/img-apple-160/1f934-1f3fc.png b/dist/img-apple-160/1f934-1f3fc.png new file mode 100644 index 000000000..783a7a122 Binary files /dev/null and b/dist/img-apple-160/1f934-1f3fc.png differ diff --git a/dist/img-apple-160/1f934-1f3fd.png b/dist/img-apple-160/1f934-1f3fd.png new file mode 100644 index 000000000..4c02a5dea Binary files /dev/null and b/dist/img-apple-160/1f934-1f3fd.png differ diff --git a/dist/img-apple-160/1f934-1f3fe.png b/dist/img-apple-160/1f934-1f3fe.png new file mode 100644 index 000000000..784b65ca4 Binary files /dev/null and b/dist/img-apple-160/1f934-1f3fe.png differ diff --git a/dist/img-apple-160/1f934-1f3ff.png b/dist/img-apple-160/1f934-1f3ff.png new file mode 100644 index 000000000..8927c8e8e Binary files /dev/null and b/dist/img-apple-160/1f934-1f3ff.png differ diff --git a/dist/img-apple-160/1f934.png b/dist/img-apple-160/1f934.png new file mode 100644 index 000000000..b1ebb20f3 Binary files /dev/null and b/dist/img-apple-160/1f934.png differ diff --git a/dist/img-apple-160/1f935-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f935-1f3fb-200d-2640-fe0f.png new file mode 100755 index 000000000..966e5e050 Binary files /dev/null and b/dist/img-apple-160/1f935-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f935-1f3fb-200d-2640.png b/dist/img-apple-160/1f935-1f3fb-200d-2640.png new file mode 100755 index 000000000..966e5e050 Binary files /dev/null and b/dist/img-apple-160/1f935-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f935-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f935-1f3fb-200d-2642-fe0f.png new file mode 100755 index 000000000..0993e7cd1 Binary files /dev/null and b/dist/img-apple-160/1f935-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f935-1f3fb-200d-2642.png b/dist/img-apple-160/1f935-1f3fb-200d-2642.png new file mode 100755 index 000000000..0993e7cd1 Binary files /dev/null and b/dist/img-apple-160/1f935-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f935-1f3fb.png b/dist/img-apple-160/1f935-1f3fb.png new file mode 100644 index 000000000..8d6366fa9 Binary files /dev/null and b/dist/img-apple-160/1f935-1f3fb.png differ diff --git a/dist/img-apple-160/1f935-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f935-1f3fc-200d-2640-fe0f.png new file mode 100755 index 000000000..997d26ea8 Binary files /dev/null and b/dist/img-apple-160/1f935-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f935-1f3fc-200d-2640.png b/dist/img-apple-160/1f935-1f3fc-200d-2640.png new file mode 100755 index 000000000..997d26ea8 Binary files /dev/null and b/dist/img-apple-160/1f935-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f935-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f935-1f3fc-200d-2642-fe0f.png new file mode 100755 index 000000000..16df6c1e4 Binary files /dev/null and b/dist/img-apple-160/1f935-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f935-1f3fc-200d-2642.png b/dist/img-apple-160/1f935-1f3fc-200d-2642.png new file mode 100755 index 000000000..16df6c1e4 Binary files /dev/null and b/dist/img-apple-160/1f935-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f935-1f3fc.png b/dist/img-apple-160/1f935-1f3fc.png new file mode 100644 index 000000000..081990dec Binary files /dev/null and b/dist/img-apple-160/1f935-1f3fc.png differ diff --git a/dist/img-apple-160/1f935-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f935-1f3fd-200d-2640-fe0f.png new file mode 100755 index 000000000..0ff927f7d Binary files /dev/null and b/dist/img-apple-160/1f935-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f935-1f3fd-200d-2640.png b/dist/img-apple-160/1f935-1f3fd-200d-2640.png new file mode 100755 index 000000000..0ff927f7d Binary files /dev/null and b/dist/img-apple-160/1f935-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f935-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f935-1f3fd-200d-2642-fe0f.png new file mode 100755 index 000000000..dab9287da Binary files /dev/null and b/dist/img-apple-160/1f935-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f935-1f3fd-200d-2642.png b/dist/img-apple-160/1f935-1f3fd-200d-2642.png new file mode 100755 index 000000000..dab9287da Binary files /dev/null and b/dist/img-apple-160/1f935-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f935-1f3fd.png b/dist/img-apple-160/1f935-1f3fd.png new file mode 100644 index 000000000..dbb0d5509 Binary files /dev/null and b/dist/img-apple-160/1f935-1f3fd.png differ diff --git a/dist/img-apple-160/1f935-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f935-1f3fe-200d-2640-fe0f.png new file mode 100755 index 000000000..a82375bc8 Binary files /dev/null and b/dist/img-apple-160/1f935-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f935-1f3fe-200d-2640.png b/dist/img-apple-160/1f935-1f3fe-200d-2640.png new file mode 100755 index 000000000..a82375bc8 Binary files /dev/null and b/dist/img-apple-160/1f935-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f935-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f935-1f3fe-200d-2642-fe0f.png new file mode 100755 index 000000000..dcdf7f69d Binary files /dev/null and b/dist/img-apple-160/1f935-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f935-1f3fe-200d-2642.png b/dist/img-apple-160/1f935-1f3fe-200d-2642.png new file mode 100755 index 000000000..dcdf7f69d Binary files /dev/null and b/dist/img-apple-160/1f935-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f935-1f3fe.png b/dist/img-apple-160/1f935-1f3fe.png new file mode 100644 index 000000000..288dc69f1 Binary files /dev/null and b/dist/img-apple-160/1f935-1f3fe.png differ diff --git a/dist/img-apple-160/1f935-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f935-1f3ff-200d-2640-fe0f.png new file mode 100755 index 000000000..8d432c506 Binary files /dev/null and b/dist/img-apple-160/1f935-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f935-1f3ff-200d-2640.png b/dist/img-apple-160/1f935-1f3ff-200d-2640.png new file mode 100755 index 000000000..7da297f29 Binary files /dev/null and b/dist/img-apple-160/1f935-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f935-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f935-1f3ff-200d-2642-fe0f.png new file mode 100755 index 000000000..c389f699a Binary files /dev/null and b/dist/img-apple-160/1f935-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f935-1f3ff-200d-2642.png b/dist/img-apple-160/1f935-1f3ff-200d-2642.png new file mode 100755 index 000000000..c389f699a Binary files /dev/null and b/dist/img-apple-160/1f935-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f935-1f3ff.png b/dist/img-apple-160/1f935-1f3ff.png new file mode 100644 index 000000000..5d7a23160 Binary files /dev/null and b/dist/img-apple-160/1f935-1f3ff.png differ diff --git a/dist/img-apple-160/1f935-200d-2640-fe0f.png b/dist/img-apple-160/1f935-200d-2640-fe0f.png new file mode 100755 index 000000000..0dde1f1c1 Binary files /dev/null and b/dist/img-apple-160/1f935-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f935-200d-2640.png b/dist/img-apple-160/1f935-200d-2640.png new file mode 100755 index 000000000..0dde1f1c1 Binary files /dev/null and b/dist/img-apple-160/1f935-200d-2640.png differ diff --git a/dist/img-apple-160/1f935-200d-2642-fe0f.png b/dist/img-apple-160/1f935-200d-2642-fe0f.png new file mode 100755 index 000000000..5e183d9d7 Binary files /dev/null and b/dist/img-apple-160/1f935-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f935-200d-2642.png b/dist/img-apple-160/1f935-200d-2642.png new file mode 100755 index 000000000..5e183d9d7 Binary files /dev/null and b/dist/img-apple-160/1f935-200d-2642.png differ diff --git a/dist/img-apple-160/1f935.png b/dist/img-apple-160/1f935.png new file mode 100644 index 000000000..f5fef67f4 Binary files /dev/null and b/dist/img-apple-160/1f935.png differ diff --git a/dist/img-apple-160/1f936-1f3fb.png b/dist/img-apple-160/1f936-1f3fb.png new file mode 100644 index 000000000..d839b0cec Binary files /dev/null and b/dist/img-apple-160/1f936-1f3fb.png differ diff --git a/dist/img-apple-160/1f936-1f3fc.png b/dist/img-apple-160/1f936-1f3fc.png new file mode 100644 index 000000000..83d50f7f8 Binary files /dev/null and b/dist/img-apple-160/1f936-1f3fc.png differ diff --git a/dist/img-apple-160/1f936-1f3fd.png b/dist/img-apple-160/1f936-1f3fd.png new file mode 100644 index 000000000..46d55a985 Binary files /dev/null and b/dist/img-apple-160/1f936-1f3fd.png differ diff --git a/dist/img-apple-160/1f936-1f3fe.png b/dist/img-apple-160/1f936-1f3fe.png new file mode 100644 index 000000000..7f22935c1 Binary files /dev/null and b/dist/img-apple-160/1f936-1f3fe.png differ diff --git a/dist/img-apple-160/1f936-1f3ff.png b/dist/img-apple-160/1f936-1f3ff.png new file mode 100644 index 000000000..970169d7d Binary files /dev/null and b/dist/img-apple-160/1f936-1f3ff.png differ diff --git a/dist/img-apple-160/1f936.png b/dist/img-apple-160/1f936.png new file mode 100644 index 000000000..9f86ce3e6 Binary files /dev/null and b/dist/img-apple-160/1f936.png differ diff --git a/dist/img-apple-160/1f937-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f937-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..a3ede757e Binary files /dev/null and b/dist/img-apple-160/1f937-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f937-1f3fb-200d-2640.png b/dist/img-apple-160/1f937-1f3fb-200d-2640.png new file mode 100644 index 000000000..a3ede757e Binary files /dev/null and b/dist/img-apple-160/1f937-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f937-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f937-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..c348fad81 Binary files /dev/null and b/dist/img-apple-160/1f937-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f937-1f3fb-200d-2642.png b/dist/img-apple-160/1f937-1f3fb-200d-2642.png new file mode 100644 index 000000000..c348fad81 Binary files /dev/null and b/dist/img-apple-160/1f937-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f937-1f3fb.png b/dist/img-apple-160/1f937-1f3fb.png new file mode 100644 index 000000000..5a7531cc1 Binary files /dev/null and b/dist/img-apple-160/1f937-1f3fb.png differ diff --git a/dist/img-apple-160/1f937-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f937-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..44ccb1650 Binary files /dev/null and b/dist/img-apple-160/1f937-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f937-1f3fc-200d-2640.png b/dist/img-apple-160/1f937-1f3fc-200d-2640.png new file mode 100644 index 000000000..44ccb1650 Binary files /dev/null and b/dist/img-apple-160/1f937-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f937-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f937-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..3b4a3e21b Binary files /dev/null and b/dist/img-apple-160/1f937-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f937-1f3fc-200d-2642.png b/dist/img-apple-160/1f937-1f3fc-200d-2642.png new file mode 100644 index 000000000..3b4a3e21b Binary files /dev/null and b/dist/img-apple-160/1f937-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f937-1f3fc.png b/dist/img-apple-160/1f937-1f3fc.png new file mode 100644 index 000000000..3c0592599 Binary files /dev/null and b/dist/img-apple-160/1f937-1f3fc.png differ diff --git a/dist/img-apple-160/1f937-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f937-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..520aa7a33 Binary files /dev/null and b/dist/img-apple-160/1f937-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f937-1f3fd-200d-2640.png b/dist/img-apple-160/1f937-1f3fd-200d-2640.png new file mode 100644 index 000000000..520aa7a33 Binary files /dev/null and b/dist/img-apple-160/1f937-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f937-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f937-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..d9edd98e2 Binary files /dev/null and b/dist/img-apple-160/1f937-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f937-1f3fd-200d-2642.png b/dist/img-apple-160/1f937-1f3fd-200d-2642.png new file mode 100644 index 000000000..d9edd98e2 Binary files /dev/null and b/dist/img-apple-160/1f937-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f937-1f3fd.png b/dist/img-apple-160/1f937-1f3fd.png new file mode 100644 index 000000000..a2fd80023 Binary files /dev/null and b/dist/img-apple-160/1f937-1f3fd.png differ diff --git a/dist/img-apple-160/1f937-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f937-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..c076c3f24 Binary files /dev/null and b/dist/img-apple-160/1f937-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f937-1f3fe-200d-2640.png b/dist/img-apple-160/1f937-1f3fe-200d-2640.png new file mode 100644 index 000000000..c076c3f24 Binary files /dev/null and b/dist/img-apple-160/1f937-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f937-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f937-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..907a230a6 Binary files /dev/null and b/dist/img-apple-160/1f937-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f937-1f3fe-200d-2642.png b/dist/img-apple-160/1f937-1f3fe-200d-2642.png new file mode 100644 index 000000000..907a230a6 Binary files /dev/null and b/dist/img-apple-160/1f937-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f937-1f3fe.png b/dist/img-apple-160/1f937-1f3fe.png new file mode 100644 index 000000000..6038adc52 Binary files /dev/null and b/dist/img-apple-160/1f937-1f3fe.png differ diff --git a/dist/img-apple-160/1f937-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f937-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..e88e4459b Binary files /dev/null and b/dist/img-apple-160/1f937-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f937-1f3ff-200d-2640.png b/dist/img-apple-160/1f937-1f3ff-200d-2640.png new file mode 100644 index 000000000..e88e4459b Binary files /dev/null and b/dist/img-apple-160/1f937-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f937-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f937-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..1dc89b46a Binary files /dev/null and b/dist/img-apple-160/1f937-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f937-1f3ff-200d-2642.png b/dist/img-apple-160/1f937-1f3ff-200d-2642.png new file mode 100644 index 000000000..1dc89b46a Binary files /dev/null and b/dist/img-apple-160/1f937-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f937-1f3ff.png b/dist/img-apple-160/1f937-1f3ff.png new file mode 100644 index 000000000..98e234e47 Binary files /dev/null and b/dist/img-apple-160/1f937-1f3ff.png differ diff --git a/dist/img-apple-160/1f937-200d-2640-fe0f.png b/dist/img-apple-160/1f937-200d-2640-fe0f.png new file mode 100644 index 000000000..a06b23f81 Binary files /dev/null and b/dist/img-apple-160/1f937-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f937-200d-2640.png b/dist/img-apple-160/1f937-200d-2640.png new file mode 100644 index 000000000..a06b23f81 Binary files /dev/null and b/dist/img-apple-160/1f937-200d-2640.png differ diff --git a/dist/img-apple-160/1f937-200d-2642-fe0f.png b/dist/img-apple-160/1f937-200d-2642-fe0f.png new file mode 100644 index 000000000..f180396b1 Binary files /dev/null and b/dist/img-apple-160/1f937-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f937-200d-2642.png b/dist/img-apple-160/1f937-200d-2642.png new file mode 100644 index 000000000..f180396b1 Binary files /dev/null and b/dist/img-apple-160/1f937-200d-2642.png differ diff --git a/dist/img-apple-160/1f937.png b/dist/img-apple-160/1f937.png new file mode 100644 index 000000000..f5e06ffa5 Binary files /dev/null and b/dist/img-apple-160/1f937.png differ diff --git a/dist/img-apple-160/1f938-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f938-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..b49af6abe Binary files /dev/null and b/dist/img-apple-160/1f938-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f938-1f3fb-200d-2640.png b/dist/img-apple-160/1f938-1f3fb-200d-2640.png new file mode 100644 index 000000000..b49af6abe Binary files /dev/null and b/dist/img-apple-160/1f938-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f938-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f938-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..08141ec1b Binary files /dev/null and b/dist/img-apple-160/1f938-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f938-1f3fb-200d-2642.png b/dist/img-apple-160/1f938-1f3fb-200d-2642.png new file mode 100644 index 000000000..08141ec1b Binary files /dev/null and b/dist/img-apple-160/1f938-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f938-1f3fb.png b/dist/img-apple-160/1f938-1f3fb.png new file mode 100644 index 000000000..64bade494 Binary files /dev/null and b/dist/img-apple-160/1f938-1f3fb.png differ diff --git a/dist/img-apple-160/1f938-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f938-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..c399517f7 Binary files /dev/null and b/dist/img-apple-160/1f938-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f938-1f3fc-200d-2640.png b/dist/img-apple-160/1f938-1f3fc-200d-2640.png new file mode 100644 index 000000000..c399517f7 Binary files /dev/null and b/dist/img-apple-160/1f938-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f938-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f938-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..b7483811e Binary files /dev/null and b/dist/img-apple-160/1f938-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f938-1f3fc-200d-2642.png b/dist/img-apple-160/1f938-1f3fc-200d-2642.png new file mode 100644 index 000000000..b7483811e Binary files /dev/null and b/dist/img-apple-160/1f938-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f938-1f3fc.png b/dist/img-apple-160/1f938-1f3fc.png new file mode 100644 index 000000000..20a1d1836 Binary files /dev/null and b/dist/img-apple-160/1f938-1f3fc.png differ diff --git a/dist/img-apple-160/1f938-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f938-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..a6d562db9 Binary files /dev/null and b/dist/img-apple-160/1f938-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f938-1f3fd-200d-2640.png b/dist/img-apple-160/1f938-1f3fd-200d-2640.png new file mode 100644 index 000000000..a6d562db9 Binary files /dev/null and b/dist/img-apple-160/1f938-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f938-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f938-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..fdf0b572d Binary files /dev/null and b/dist/img-apple-160/1f938-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f938-1f3fd-200d-2642.png b/dist/img-apple-160/1f938-1f3fd-200d-2642.png new file mode 100644 index 000000000..fdf0b572d Binary files /dev/null and b/dist/img-apple-160/1f938-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f938-1f3fd.png b/dist/img-apple-160/1f938-1f3fd.png new file mode 100644 index 000000000..e0ce9cbc6 Binary files /dev/null and b/dist/img-apple-160/1f938-1f3fd.png differ diff --git a/dist/img-apple-160/1f938-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f938-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..19bbda5d5 Binary files /dev/null and b/dist/img-apple-160/1f938-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f938-1f3fe-200d-2640.png b/dist/img-apple-160/1f938-1f3fe-200d-2640.png new file mode 100644 index 000000000..19bbda5d5 Binary files /dev/null and b/dist/img-apple-160/1f938-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f938-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f938-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..8bc0c87b9 Binary files /dev/null and b/dist/img-apple-160/1f938-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f938-1f3fe-200d-2642.png b/dist/img-apple-160/1f938-1f3fe-200d-2642.png new file mode 100644 index 000000000..8bc0c87b9 Binary files /dev/null and b/dist/img-apple-160/1f938-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f938-1f3fe.png b/dist/img-apple-160/1f938-1f3fe.png new file mode 100644 index 000000000..0b9399afa Binary files /dev/null and b/dist/img-apple-160/1f938-1f3fe.png differ diff --git a/dist/img-apple-160/1f938-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f938-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..4b9a2d488 Binary files /dev/null and b/dist/img-apple-160/1f938-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f938-1f3ff-200d-2640.png b/dist/img-apple-160/1f938-1f3ff-200d-2640.png new file mode 100644 index 000000000..4b9a2d488 Binary files /dev/null and b/dist/img-apple-160/1f938-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f938-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f938-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..67214bb63 Binary files /dev/null and b/dist/img-apple-160/1f938-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f938-1f3ff-200d-2642.png b/dist/img-apple-160/1f938-1f3ff-200d-2642.png new file mode 100644 index 000000000..67214bb63 Binary files /dev/null and b/dist/img-apple-160/1f938-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f938-1f3ff.png b/dist/img-apple-160/1f938-1f3ff.png new file mode 100644 index 000000000..dc3c501ed Binary files /dev/null and b/dist/img-apple-160/1f938-1f3ff.png differ diff --git a/dist/img-apple-160/1f938-200d-2640-fe0f.png b/dist/img-apple-160/1f938-200d-2640-fe0f.png new file mode 100644 index 000000000..4b188c213 Binary files /dev/null and b/dist/img-apple-160/1f938-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f938-200d-2640.png b/dist/img-apple-160/1f938-200d-2640.png new file mode 100644 index 000000000..4b188c213 Binary files /dev/null and b/dist/img-apple-160/1f938-200d-2640.png differ diff --git a/dist/img-apple-160/1f938-200d-2642-fe0f.png b/dist/img-apple-160/1f938-200d-2642-fe0f.png new file mode 100644 index 000000000..84daa5446 Binary files /dev/null and b/dist/img-apple-160/1f938-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f938-200d-2642.png b/dist/img-apple-160/1f938-200d-2642.png new file mode 100644 index 000000000..84daa5446 Binary files /dev/null and b/dist/img-apple-160/1f938-200d-2642.png differ diff --git a/dist/img-apple-160/1f938.png b/dist/img-apple-160/1f938.png new file mode 100644 index 000000000..2ac7eeb3e Binary files /dev/null and b/dist/img-apple-160/1f938.png differ diff --git a/dist/img-apple-160/1f939-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f939-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..14344278c Binary files /dev/null and b/dist/img-apple-160/1f939-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f939-1f3fb-200d-2640.png b/dist/img-apple-160/1f939-1f3fb-200d-2640.png new file mode 100644 index 000000000..14344278c Binary files /dev/null and b/dist/img-apple-160/1f939-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f939-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f939-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..60e05fbf3 Binary files /dev/null and b/dist/img-apple-160/1f939-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f939-1f3fb-200d-2642.png b/dist/img-apple-160/1f939-1f3fb-200d-2642.png new file mode 100644 index 000000000..60e05fbf3 Binary files /dev/null and b/dist/img-apple-160/1f939-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f939-1f3fb.png b/dist/img-apple-160/1f939-1f3fb.png new file mode 100644 index 000000000..058869213 Binary files /dev/null and b/dist/img-apple-160/1f939-1f3fb.png differ diff --git a/dist/img-apple-160/1f939-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f939-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..9ba72b9a8 Binary files /dev/null and b/dist/img-apple-160/1f939-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f939-1f3fc-200d-2640.png b/dist/img-apple-160/1f939-1f3fc-200d-2640.png new file mode 100644 index 000000000..9ba72b9a8 Binary files /dev/null and b/dist/img-apple-160/1f939-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f939-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f939-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..aa5db6a22 Binary files /dev/null and b/dist/img-apple-160/1f939-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f939-1f3fc-200d-2642.png b/dist/img-apple-160/1f939-1f3fc-200d-2642.png new file mode 100644 index 000000000..aa5db6a22 Binary files /dev/null and b/dist/img-apple-160/1f939-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f939-1f3fc.png b/dist/img-apple-160/1f939-1f3fc.png new file mode 100644 index 000000000..5ca292769 Binary files /dev/null and b/dist/img-apple-160/1f939-1f3fc.png differ diff --git a/dist/img-apple-160/1f939-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f939-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..ef24fddf9 Binary files /dev/null and b/dist/img-apple-160/1f939-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f939-1f3fd-200d-2640.png b/dist/img-apple-160/1f939-1f3fd-200d-2640.png new file mode 100644 index 000000000..ef24fddf9 Binary files /dev/null and b/dist/img-apple-160/1f939-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f939-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f939-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..e4f95016e Binary files /dev/null and b/dist/img-apple-160/1f939-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f939-1f3fd-200d-2642.png b/dist/img-apple-160/1f939-1f3fd-200d-2642.png new file mode 100644 index 000000000..e4f95016e Binary files /dev/null and b/dist/img-apple-160/1f939-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f939-1f3fd.png b/dist/img-apple-160/1f939-1f3fd.png new file mode 100644 index 000000000..99eb3c469 Binary files /dev/null and b/dist/img-apple-160/1f939-1f3fd.png differ diff --git a/dist/img-apple-160/1f939-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f939-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..49a699d86 Binary files /dev/null and b/dist/img-apple-160/1f939-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f939-1f3fe-200d-2640.png b/dist/img-apple-160/1f939-1f3fe-200d-2640.png new file mode 100644 index 000000000..49a699d86 Binary files /dev/null and b/dist/img-apple-160/1f939-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f939-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f939-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..16c81da86 Binary files /dev/null and b/dist/img-apple-160/1f939-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f939-1f3fe-200d-2642.png b/dist/img-apple-160/1f939-1f3fe-200d-2642.png new file mode 100644 index 000000000..16c81da86 Binary files /dev/null and b/dist/img-apple-160/1f939-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f939-1f3fe.png b/dist/img-apple-160/1f939-1f3fe.png new file mode 100644 index 000000000..77edb38ee Binary files /dev/null and b/dist/img-apple-160/1f939-1f3fe.png differ diff --git a/dist/img-apple-160/1f939-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f939-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..01342441c Binary files /dev/null and b/dist/img-apple-160/1f939-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f939-1f3ff-200d-2640.png b/dist/img-apple-160/1f939-1f3ff-200d-2640.png new file mode 100644 index 000000000..01342441c Binary files /dev/null and b/dist/img-apple-160/1f939-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f939-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f939-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..dbe4bc1fe Binary files /dev/null and b/dist/img-apple-160/1f939-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f939-1f3ff-200d-2642.png b/dist/img-apple-160/1f939-1f3ff-200d-2642.png new file mode 100644 index 000000000..dbe4bc1fe Binary files /dev/null and b/dist/img-apple-160/1f939-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f939-1f3ff.png b/dist/img-apple-160/1f939-1f3ff.png new file mode 100644 index 000000000..27dd04ce6 Binary files /dev/null and b/dist/img-apple-160/1f939-1f3ff.png differ diff --git a/dist/img-apple-160/1f939-200d-2640-fe0f.png b/dist/img-apple-160/1f939-200d-2640-fe0f.png new file mode 100644 index 000000000..e0767e795 Binary files /dev/null and b/dist/img-apple-160/1f939-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f939-200d-2640.png b/dist/img-apple-160/1f939-200d-2640.png new file mode 100644 index 000000000..e0767e795 Binary files /dev/null and b/dist/img-apple-160/1f939-200d-2640.png differ diff --git a/dist/img-apple-160/1f939-200d-2642-fe0f.png b/dist/img-apple-160/1f939-200d-2642-fe0f.png new file mode 100644 index 000000000..7db07a079 Binary files /dev/null and b/dist/img-apple-160/1f939-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f939-200d-2642.png b/dist/img-apple-160/1f939-200d-2642.png new file mode 100644 index 000000000..7db07a079 Binary files /dev/null and b/dist/img-apple-160/1f939-200d-2642.png differ diff --git a/dist/img-apple-160/1f939.png b/dist/img-apple-160/1f939.png new file mode 100644 index 000000000..d53e603d9 Binary files /dev/null and b/dist/img-apple-160/1f939.png differ diff --git a/dist/img-apple-160/1f93a.png b/dist/img-apple-160/1f93a.png new file mode 100644 index 000000000..11ad25f55 Binary files /dev/null and b/dist/img-apple-160/1f93a.png differ diff --git a/dist/img-apple-160/1f93c-200d-2640-fe0f.png b/dist/img-apple-160/1f93c-200d-2640-fe0f.png new file mode 100644 index 000000000..a5bc301a3 Binary files /dev/null and b/dist/img-apple-160/1f93c-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f93c-200d-2640.png b/dist/img-apple-160/1f93c-200d-2640.png new file mode 100644 index 000000000..a5bc301a3 Binary files /dev/null and b/dist/img-apple-160/1f93c-200d-2640.png differ diff --git a/dist/img-apple-160/1f93c-200d-2642-fe0f.png b/dist/img-apple-160/1f93c-200d-2642-fe0f.png new file mode 100644 index 000000000..c78431c0e Binary files /dev/null and b/dist/img-apple-160/1f93c-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f93c-200d-2642.png b/dist/img-apple-160/1f93c-200d-2642.png new file mode 100644 index 000000000..c78431c0e Binary files /dev/null and b/dist/img-apple-160/1f93c-200d-2642.png differ diff --git a/dist/img-apple-160/1f93c.png b/dist/img-apple-160/1f93c.png new file mode 100644 index 000000000..be2516280 Binary files /dev/null and b/dist/img-apple-160/1f93c.png differ diff --git a/dist/img-apple-160/1f93d-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f93d-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..1412ba371 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f93d-1f3fb-200d-2640.png b/dist/img-apple-160/1f93d-1f3fb-200d-2640.png new file mode 100644 index 000000000..1412ba371 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f93d-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f93d-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..40e4dcfa6 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f93d-1f3fb-200d-2642.png b/dist/img-apple-160/1f93d-1f3fb-200d-2642.png new file mode 100644 index 000000000..40e4dcfa6 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f93d-1f3fb.png b/dist/img-apple-160/1f93d-1f3fb.png new file mode 100644 index 000000000..a0c9e5d59 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3fb.png differ diff --git a/dist/img-apple-160/1f93d-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f93d-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..562475ff1 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f93d-1f3fc-200d-2640.png b/dist/img-apple-160/1f93d-1f3fc-200d-2640.png new file mode 100644 index 000000000..562475ff1 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f93d-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f93d-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..48894c860 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f93d-1f3fc-200d-2642.png b/dist/img-apple-160/1f93d-1f3fc-200d-2642.png new file mode 100644 index 000000000..48894c860 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f93d-1f3fc.png b/dist/img-apple-160/1f93d-1f3fc.png new file mode 100644 index 000000000..0b1fff90f Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3fc.png differ diff --git a/dist/img-apple-160/1f93d-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f93d-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..7ff497881 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f93d-1f3fd-200d-2640.png b/dist/img-apple-160/1f93d-1f3fd-200d-2640.png new file mode 100644 index 000000000..7ff497881 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f93d-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f93d-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..02ba31af8 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f93d-1f3fd-200d-2642.png b/dist/img-apple-160/1f93d-1f3fd-200d-2642.png new file mode 100644 index 000000000..02ba31af8 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f93d-1f3fd.png b/dist/img-apple-160/1f93d-1f3fd.png new file mode 100644 index 000000000..9168f63d1 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3fd.png differ diff --git a/dist/img-apple-160/1f93d-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f93d-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..ca5cb5a94 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f93d-1f3fe-200d-2640.png b/dist/img-apple-160/1f93d-1f3fe-200d-2640.png new file mode 100644 index 000000000..ca5cb5a94 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f93d-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f93d-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..2fb0459c3 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f93d-1f3fe-200d-2642.png b/dist/img-apple-160/1f93d-1f3fe-200d-2642.png new file mode 100644 index 000000000..2fb0459c3 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f93d-1f3fe.png b/dist/img-apple-160/1f93d-1f3fe.png new file mode 100644 index 000000000..8fa6acd02 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3fe.png differ diff --git a/dist/img-apple-160/1f93d-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f93d-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..fd036c1a6 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f93d-1f3ff-200d-2640.png b/dist/img-apple-160/1f93d-1f3ff-200d-2640.png new file mode 100644 index 000000000..fd036c1a6 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f93d-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f93d-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..6304f765b Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f93d-1f3ff-200d-2642.png b/dist/img-apple-160/1f93d-1f3ff-200d-2642.png new file mode 100644 index 000000000..6304f765b Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f93d-1f3ff.png b/dist/img-apple-160/1f93d-1f3ff.png new file mode 100644 index 000000000..738752875 Binary files /dev/null and b/dist/img-apple-160/1f93d-1f3ff.png differ diff --git a/dist/img-apple-160/1f93d-200d-2640-fe0f.png b/dist/img-apple-160/1f93d-200d-2640-fe0f.png new file mode 100644 index 000000000..a2bcd3e65 Binary files /dev/null and b/dist/img-apple-160/1f93d-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f93d-200d-2640.png b/dist/img-apple-160/1f93d-200d-2640.png new file mode 100644 index 000000000..a2bcd3e65 Binary files /dev/null and b/dist/img-apple-160/1f93d-200d-2640.png differ diff --git a/dist/img-apple-160/1f93d-200d-2642-fe0f.png b/dist/img-apple-160/1f93d-200d-2642-fe0f.png new file mode 100644 index 000000000..0913f7631 Binary files /dev/null and b/dist/img-apple-160/1f93d-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f93d-200d-2642.png b/dist/img-apple-160/1f93d-200d-2642.png new file mode 100644 index 000000000..0913f7631 Binary files /dev/null and b/dist/img-apple-160/1f93d-200d-2642.png differ diff --git a/dist/img-apple-160/1f93d.png b/dist/img-apple-160/1f93d.png new file mode 100644 index 000000000..4b2f9d238 Binary files /dev/null and b/dist/img-apple-160/1f93d.png differ diff --git a/dist/img-apple-160/1f93e-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f93e-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..483a0252c Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f93e-1f3fb-200d-2640.png b/dist/img-apple-160/1f93e-1f3fb-200d-2640.png new file mode 100644 index 000000000..483a0252c Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f93e-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f93e-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..57f2ca312 Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f93e-1f3fb-200d-2642.png b/dist/img-apple-160/1f93e-1f3fb-200d-2642.png new file mode 100644 index 000000000..57f2ca312 Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f93e-1f3fb.png b/dist/img-apple-160/1f93e-1f3fb.png new file mode 100644 index 000000000..fc7896f82 Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3fb.png differ diff --git a/dist/img-apple-160/1f93e-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f93e-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..86a0dbbc6 Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f93e-1f3fc-200d-2640.png b/dist/img-apple-160/1f93e-1f3fc-200d-2640.png new file mode 100644 index 000000000..86a0dbbc6 Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f93e-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f93e-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..6705142b7 Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f93e-1f3fc-200d-2642.png b/dist/img-apple-160/1f93e-1f3fc-200d-2642.png new file mode 100644 index 000000000..6705142b7 Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f93e-1f3fc.png b/dist/img-apple-160/1f93e-1f3fc.png new file mode 100644 index 000000000..3d0389b42 Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3fc.png differ diff --git a/dist/img-apple-160/1f93e-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f93e-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..b31d6c134 Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f93e-1f3fd-200d-2640.png b/dist/img-apple-160/1f93e-1f3fd-200d-2640.png new file mode 100644 index 000000000..b31d6c134 Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f93e-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f93e-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..e5dcd9475 Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f93e-1f3fd-200d-2642.png b/dist/img-apple-160/1f93e-1f3fd-200d-2642.png new file mode 100644 index 000000000..e5dcd9475 Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f93e-1f3fd.png b/dist/img-apple-160/1f93e-1f3fd.png new file mode 100644 index 000000000..1775061da Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3fd.png differ diff --git a/dist/img-apple-160/1f93e-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f93e-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..7d68265b7 Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f93e-1f3fe-200d-2640.png b/dist/img-apple-160/1f93e-1f3fe-200d-2640.png new file mode 100644 index 000000000..7d68265b7 Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f93e-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f93e-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..59dc047b1 Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f93e-1f3fe-200d-2642.png b/dist/img-apple-160/1f93e-1f3fe-200d-2642.png new file mode 100644 index 000000000..59dc047b1 Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f93e-1f3fe.png b/dist/img-apple-160/1f93e-1f3fe.png new file mode 100644 index 000000000..4f422a55e Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3fe.png differ diff --git a/dist/img-apple-160/1f93e-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f93e-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..8a766a927 Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f93e-1f3ff-200d-2640.png b/dist/img-apple-160/1f93e-1f3ff-200d-2640.png new file mode 100644 index 000000000..8a766a927 Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f93e-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f93e-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..1aea9e508 Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f93e-1f3ff-200d-2642.png b/dist/img-apple-160/1f93e-1f3ff-200d-2642.png new file mode 100644 index 000000000..1aea9e508 Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f93e-1f3ff.png b/dist/img-apple-160/1f93e-1f3ff.png new file mode 100644 index 000000000..a8f2e0f35 Binary files /dev/null and b/dist/img-apple-160/1f93e-1f3ff.png differ diff --git a/dist/img-apple-160/1f93e-200d-2640-fe0f.png b/dist/img-apple-160/1f93e-200d-2640-fe0f.png new file mode 100644 index 000000000..a08100e09 Binary files /dev/null and b/dist/img-apple-160/1f93e-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f93e-200d-2640.png b/dist/img-apple-160/1f93e-200d-2640.png new file mode 100644 index 000000000..a08100e09 Binary files /dev/null and b/dist/img-apple-160/1f93e-200d-2640.png differ diff --git a/dist/img-apple-160/1f93e-200d-2642-fe0f.png b/dist/img-apple-160/1f93e-200d-2642-fe0f.png new file mode 100644 index 000000000..5bb42f67c Binary files /dev/null and b/dist/img-apple-160/1f93e-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f93e-200d-2642.png b/dist/img-apple-160/1f93e-200d-2642.png new file mode 100644 index 000000000..5bb42f67c Binary files /dev/null and b/dist/img-apple-160/1f93e-200d-2642.png differ diff --git a/dist/img-apple-160/1f93e.png b/dist/img-apple-160/1f93e.png new file mode 100644 index 000000000..cb54dc097 Binary files /dev/null and b/dist/img-apple-160/1f93e.png differ diff --git a/dist/img-apple-160/1f93f.png b/dist/img-apple-160/1f93f.png new file mode 100644 index 000000000..1edab210a Binary files /dev/null and b/dist/img-apple-160/1f93f.png differ diff --git a/dist/img-apple-160/1f940.png b/dist/img-apple-160/1f940.png new file mode 100644 index 000000000..2973a87ae Binary files /dev/null and b/dist/img-apple-160/1f940.png differ diff --git a/dist/img-apple-160/1f941.png b/dist/img-apple-160/1f941.png new file mode 100644 index 000000000..dfabaec11 Binary files /dev/null and b/dist/img-apple-160/1f941.png differ diff --git a/dist/img-apple-160/1f942.png b/dist/img-apple-160/1f942.png new file mode 100644 index 000000000..7a35a22b8 Binary files /dev/null and b/dist/img-apple-160/1f942.png differ diff --git a/dist/img-apple-160/1f943.png b/dist/img-apple-160/1f943.png new file mode 100644 index 000000000..e64fc07d9 Binary files /dev/null and b/dist/img-apple-160/1f943.png differ diff --git a/dist/img-apple-160/1f944.png b/dist/img-apple-160/1f944.png new file mode 100644 index 000000000..756b592ef Binary files /dev/null and b/dist/img-apple-160/1f944.png differ diff --git a/dist/img-apple-160/1f945.png b/dist/img-apple-160/1f945.png new file mode 100644 index 000000000..6bc2518e2 Binary files /dev/null and b/dist/img-apple-160/1f945.png differ diff --git a/dist/img-apple-160/1f947.png b/dist/img-apple-160/1f947.png new file mode 100644 index 000000000..da045ff3c Binary files /dev/null and b/dist/img-apple-160/1f947.png differ diff --git a/dist/img-apple-160/1f948.png b/dist/img-apple-160/1f948.png new file mode 100644 index 000000000..163414d67 Binary files /dev/null and b/dist/img-apple-160/1f948.png differ diff --git a/dist/img-apple-160/1f949.png b/dist/img-apple-160/1f949.png new file mode 100644 index 000000000..83ba6dde6 Binary files /dev/null and b/dist/img-apple-160/1f949.png differ diff --git a/dist/img-apple-160/1f94a.png b/dist/img-apple-160/1f94a.png new file mode 100644 index 000000000..ed3e7586d Binary files /dev/null and b/dist/img-apple-160/1f94a.png differ diff --git a/dist/img-apple-160/1f94b.png b/dist/img-apple-160/1f94b.png new file mode 100644 index 000000000..ce8f8c675 Binary files /dev/null and b/dist/img-apple-160/1f94b.png differ diff --git a/dist/img-apple-160/1f94c.png b/dist/img-apple-160/1f94c.png new file mode 100644 index 000000000..b0d7169d2 Binary files /dev/null and b/dist/img-apple-160/1f94c.png differ diff --git a/dist/img-apple-160/1f94d.png b/dist/img-apple-160/1f94d.png new file mode 100644 index 000000000..968fb9315 Binary files /dev/null and b/dist/img-apple-160/1f94d.png differ diff --git a/dist/img-apple-160/1f94e.png b/dist/img-apple-160/1f94e.png new file mode 100644 index 000000000..e09c689d2 Binary files /dev/null and b/dist/img-apple-160/1f94e.png differ diff --git a/dist/img-apple-160/1f94f.png b/dist/img-apple-160/1f94f.png new file mode 100644 index 000000000..b86db8b00 Binary files /dev/null and b/dist/img-apple-160/1f94f.png differ diff --git a/dist/img-apple-160/1f950.png b/dist/img-apple-160/1f950.png new file mode 100644 index 000000000..630ab6065 Binary files /dev/null and b/dist/img-apple-160/1f950.png differ diff --git a/dist/img-apple-160/1f951.png b/dist/img-apple-160/1f951.png new file mode 100644 index 000000000..2f78da690 Binary files /dev/null and b/dist/img-apple-160/1f951.png differ diff --git a/dist/img-apple-160/1f952.png b/dist/img-apple-160/1f952.png new file mode 100644 index 000000000..ea35ef7d3 Binary files /dev/null and b/dist/img-apple-160/1f952.png differ diff --git a/dist/img-apple-160/1f953.png b/dist/img-apple-160/1f953.png new file mode 100644 index 000000000..0b10a8c48 Binary files /dev/null and b/dist/img-apple-160/1f953.png differ diff --git a/dist/img-apple-160/1f954.png b/dist/img-apple-160/1f954.png new file mode 100644 index 000000000..6564e67c7 Binary files /dev/null and b/dist/img-apple-160/1f954.png differ diff --git a/dist/img-apple-160/1f955.png b/dist/img-apple-160/1f955.png new file mode 100644 index 000000000..7ab596cd9 Binary files /dev/null and b/dist/img-apple-160/1f955.png differ diff --git a/dist/img-apple-160/1f956.png b/dist/img-apple-160/1f956.png new file mode 100644 index 000000000..6bb074378 Binary files /dev/null and b/dist/img-apple-160/1f956.png differ diff --git a/dist/img-apple-160/1f957.png b/dist/img-apple-160/1f957.png new file mode 100644 index 000000000..ffd2ea224 Binary files /dev/null and b/dist/img-apple-160/1f957.png differ diff --git a/dist/img-apple-160/1f958.png b/dist/img-apple-160/1f958.png new file mode 100644 index 000000000..a6f3f5709 Binary files /dev/null and b/dist/img-apple-160/1f958.png differ diff --git a/dist/img-apple-160/1f959.png b/dist/img-apple-160/1f959.png new file mode 100644 index 000000000..6c01c9e1b Binary files /dev/null and b/dist/img-apple-160/1f959.png differ diff --git a/dist/img-apple-160/1f95a.png b/dist/img-apple-160/1f95a.png new file mode 100644 index 000000000..9866c08f8 Binary files /dev/null and b/dist/img-apple-160/1f95a.png differ diff --git a/dist/img-apple-160/1f95b.png b/dist/img-apple-160/1f95b.png new file mode 100644 index 000000000..bb5523944 Binary files /dev/null and b/dist/img-apple-160/1f95b.png differ diff --git a/dist/img-apple-160/1f95c.png b/dist/img-apple-160/1f95c.png new file mode 100644 index 000000000..c4294576d Binary files /dev/null and b/dist/img-apple-160/1f95c.png differ diff --git a/dist/img-apple-160/1f95d.png b/dist/img-apple-160/1f95d.png new file mode 100644 index 000000000..137c500ee Binary files /dev/null and b/dist/img-apple-160/1f95d.png differ diff --git a/dist/img-apple-160/1f95e.png b/dist/img-apple-160/1f95e.png new file mode 100644 index 000000000..912871fab Binary files /dev/null and b/dist/img-apple-160/1f95e.png differ diff --git a/dist/img-apple-160/1f95f.png b/dist/img-apple-160/1f95f.png new file mode 100644 index 000000000..739a6137d Binary files /dev/null and b/dist/img-apple-160/1f95f.png differ diff --git a/dist/img-apple-160/1f960.png b/dist/img-apple-160/1f960.png new file mode 100644 index 000000000..a6f24f6c3 Binary files /dev/null and b/dist/img-apple-160/1f960.png differ diff --git a/dist/img-apple-160/1f961.png b/dist/img-apple-160/1f961.png new file mode 100644 index 000000000..dba71c855 Binary files /dev/null and b/dist/img-apple-160/1f961.png differ diff --git a/dist/img-apple-160/1f962.png b/dist/img-apple-160/1f962.png new file mode 100644 index 000000000..54a49b44e Binary files /dev/null and b/dist/img-apple-160/1f962.png differ diff --git a/dist/img-apple-160/1f963.png b/dist/img-apple-160/1f963.png new file mode 100644 index 000000000..e81d7d87e Binary files /dev/null and b/dist/img-apple-160/1f963.png differ diff --git a/dist/img-apple-160/1f964.png b/dist/img-apple-160/1f964.png new file mode 100644 index 000000000..c78385377 Binary files /dev/null and b/dist/img-apple-160/1f964.png differ diff --git a/dist/img-apple-160/1f965.png b/dist/img-apple-160/1f965.png new file mode 100644 index 000000000..886fbed05 Binary files /dev/null and b/dist/img-apple-160/1f965.png differ diff --git a/dist/img-apple-160/1f966.png b/dist/img-apple-160/1f966.png new file mode 100644 index 000000000..aef956e93 Binary files /dev/null and b/dist/img-apple-160/1f966.png differ diff --git a/dist/img-apple-160/1f967.png b/dist/img-apple-160/1f967.png new file mode 100644 index 000000000..7b25b36e4 Binary files /dev/null and b/dist/img-apple-160/1f967.png differ diff --git a/dist/img-apple-160/1f968.png b/dist/img-apple-160/1f968.png new file mode 100644 index 000000000..8698ef703 Binary files /dev/null and b/dist/img-apple-160/1f968.png differ diff --git a/dist/img-apple-160/1f969.png b/dist/img-apple-160/1f969.png new file mode 100644 index 000000000..df0fba46e Binary files /dev/null and b/dist/img-apple-160/1f969.png differ diff --git a/dist/img-apple-160/1f96a.png b/dist/img-apple-160/1f96a.png new file mode 100644 index 000000000..b55b36768 Binary files /dev/null and b/dist/img-apple-160/1f96a.png differ diff --git a/dist/img-apple-160/1f96b.png b/dist/img-apple-160/1f96b.png new file mode 100644 index 000000000..6a4232c6d Binary files /dev/null and b/dist/img-apple-160/1f96b.png differ diff --git a/dist/img-apple-160/1f96c.png b/dist/img-apple-160/1f96c.png new file mode 100644 index 000000000..9b5fa0100 Binary files /dev/null and b/dist/img-apple-160/1f96c.png differ diff --git a/dist/img-apple-160/1f96d.png b/dist/img-apple-160/1f96d.png new file mode 100644 index 000000000..406a19860 Binary files /dev/null and b/dist/img-apple-160/1f96d.png differ diff --git a/dist/img-apple-160/1f96e.png b/dist/img-apple-160/1f96e.png new file mode 100644 index 000000000..0bc50e229 Binary files /dev/null and b/dist/img-apple-160/1f96e.png differ diff --git a/dist/img-apple-160/1f96f.png b/dist/img-apple-160/1f96f.png new file mode 100644 index 000000000..f35c81030 Binary files /dev/null and b/dist/img-apple-160/1f96f.png differ diff --git a/dist/img-apple-160/1f970.png b/dist/img-apple-160/1f970.png new file mode 100644 index 000000000..5fe2dfd73 Binary files /dev/null and b/dist/img-apple-160/1f970.png differ diff --git a/dist/img-apple-160/1f971.png b/dist/img-apple-160/1f971.png new file mode 100644 index 000000000..419c14005 Binary files /dev/null and b/dist/img-apple-160/1f971.png differ diff --git a/dist/img-apple-160/1f972.png b/dist/img-apple-160/1f972.png new file mode 100755 index 000000000..e7d0900ee Binary files /dev/null and b/dist/img-apple-160/1f972.png differ diff --git a/dist/img-apple-160/1f973.png b/dist/img-apple-160/1f973.png new file mode 100644 index 000000000..238b9882f Binary files /dev/null and b/dist/img-apple-160/1f973.png differ diff --git a/dist/img-apple-160/1f974.png b/dist/img-apple-160/1f974.png new file mode 100644 index 000000000..178de570b Binary files /dev/null and b/dist/img-apple-160/1f974.png differ diff --git a/dist/img-apple-160/1f975.png b/dist/img-apple-160/1f975.png new file mode 100644 index 000000000..b6b557e51 Binary files /dev/null and b/dist/img-apple-160/1f975.png differ diff --git a/dist/img-apple-160/1f976.png b/dist/img-apple-160/1f976.png new file mode 100644 index 000000000..241a738c3 Binary files /dev/null and b/dist/img-apple-160/1f976.png differ diff --git a/dist/img-apple-160/1f977-1f3fb.png b/dist/img-apple-160/1f977-1f3fb.png new file mode 100755 index 000000000..51de62e1d Binary files /dev/null and b/dist/img-apple-160/1f977-1f3fb.png differ diff --git a/dist/img-apple-160/1f977-1f3fc.png b/dist/img-apple-160/1f977-1f3fc.png new file mode 100755 index 000000000..300121fac Binary files /dev/null and b/dist/img-apple-160/1f977-1f3fc.png differ diff --git a/dist/img-apple-160/1f977-1f3fd.png b/dist/img-apple-160/1f977-1f3fd.png new file mode 100755 index 000000000..8cccae69d Binary files /dev/null and b/dist/img-apple-160/1f977-1f3fd.png differ diff --git a/dist/img-apple-160/1f977-1f3fe.png b/dist/img-apple-160/1f977-1f3fe.png new file mode 100755 index 000000000..112a5465a Binary files /dev/null and b/dist/img-apple-160/1f977-1f3fe.png differ diff --git a/dist/img-apple-160/1f977-1f3ff.png b/dist/img-apple-160/1f977-1f3ff.png new file mode 100755 index 000000000..64d8621e1 Binary files /dev/null and b/dist/img-apple-160/1f977-1f3ff.png differ diff --git a/dist/img-apple-160/1f977.png b/dist/img-apple-160/1f977.png new file mode 100755 index 000000000..2af549aac Binary files /dev/null and b/dist/img-apple-160/1f977.png differ diff --git a/dist/img-apple-160/1f978.png b/dist/img-apple-160/1f978.png new file mode 100755 index 000000000..a485f6e76 Binary files /dev/null and b/dist/img-apple-160/1f978.png differ diff --git a/dist/img-apple-160/1f97a.png b/dist/img-apple-160/1f97a.png new file mode 100644 index 000000000..f633c75f6 Binary files /dev/null and b/dist/img-apple-160/1f97a.png differ diff --git a/dist/img-apple-160/1f97b.png b/dist/img-apple-160/1f97b.png new file mode 100644 index 000000000..074a0729a Binary files /dev/null and b/dist/img-apple-160/1f97b.png differ diff --git a/dist/img-apple-160/1f97c.png b/dist/img-apple-160/1f97c.png new file mode 100644 index 000000000..9c28be121 Binary files /dev/null and b/dist/img-apple-160/1f97c.png differ diff --git a/dist/img-apple-160/1f97d.png b/dist/img-apple-160/1f97d.png new file mode 100644 index 000000000..cc637ae36 Binary files /dev/null and b/dist/img-apple-160/1f97d.png differ diff --git a/dist/img-apple-160/1f97e.png b/dist/img-apple-160/1f97e.png new file mode 100644 index 000000000..6534c39ad Binary files /dev/null and b/dist/img-apple-160/1f97e.png differ diff --git a/dist/img-apple-160/1f97f.png b/dist/img-apple-160/1f97f.png new file mode 100644 index 000000000..dafd8d1b2 Binary files /dev/null and b/dist/img-apple-160/1f97f.png differ diff --git a/dist/img-apple-160/1f980.png b/dist/img-apple-160/1f980.png new file mode 100644 index 000000000..2de3b1d63 Binary files /dev/null and b/dist/img-apple-160/1f980.png differ diff --git a/dist/img-apple-160/1f981.png b/dist/img-apple-160/1f981.png new file mode 100644 index 000000000..0929a3ad0 Binary files /dev/null and b/dist/img-apple-160/1f981.png differ diff --git a/dist/img-apple-160/1f982.png b/dist/img-apple-160/1f982.png new file mode 100644 index 000000000..53a84429a Binary files /dev/null and b/dist/img-apple-160/1f982.png differ diff --git a/dist/img-apple-160/1f983.png b/dist/img-apple-160/1f983.png new file mode 100644 index 000000000..35dd518fb Binary files /dev/null and b/dist/img-apple-160/1f983.png differ diff --git a/dist/img-apple-160/1f984.png b/dist/img-apple-160/1f984.png new file mode 100644 index 000000000..6e134cd64 Binary files /dev/null and b/dist/img-apple-160/1f984.png differ diff --git a/dist/img-apple-160/1f985.png b/dist/img-apple-160/1f985.png new file mode 100644 index 000000000..a2c747784 Binary files /dev/null and b/dist/img-apple-160/1f985.png differ diff --git a/dist/img-apple-160/1f986.png b/dist/img-apple-160/1f986.png new file mode 100644 index 000000000..0628e7571 Binary files /dev/null and b/dist/img-apple-160/1f986.png differ diff --git a/dist/img-apple-160/1f987.png b/dist/img-apple-160/1f987.png new file mode 100644 index 000000000..5ba957e10 Binary files /dev/null and b/dist/img-apple-160/1f987.png differ diff --git a/dist/img-apple-160/1f988.png b/dist/img-apple-160/1f988.png new file mode 100644 index 000000000..498755b05 Binary files /dev/null and b/dist/img-apple-160/1f988.png differ diff --git a/dist/img-apple-160/1f989.png b/dist/img-apple-160/1f989.png new file mode 100644 index 000000000..7bf5a76c8 Binary files /dev/null and b/dist/img-apple-160/1f989.png differ diff --git a/dist/img-apple-160/1f98a.png b/dist/img-apple-160/1f98a.png new file mode 100644 index 000000000..f87f055c8 Binary files /dev/null and b/dist/img-apple-160/1f98a.png differ diff --git a/dist/img-apple-160/1f98b.png b/dist/img-apple-160/1f98b.png new file mode 100644 index 000000000..f48ec2855 Binary files /dev/null and b/dist/img-apple-160/1f98b.png differ diff --git a/dist/img-apple-160/1f98c.png b/dist/img-apple-160/1f98c.png new file mode 100644 index 000000000..c59aaafde Binary files /dev/null and b/dist/img-apple-160/1f98c.png differ diff --git a/dist/img-apple-160/1f98d.png b/dist/img-apple-160/1f98d.png new file mode 100644 index 000000000..04b2298f0 Binary files /dev/null and b/dist/img-apple-160/1f98d.png differ diff --git a/dist/img-apple-160/1f98e.png b/dist/img-apple-160/1f98e.png new file mode 100644 index 000000000..9702a17a0 Binary files /dev/null and b/dist/img-apple-160/1f98e.png differ diff --git a/dist/img-apple-160/1f98f.png b/dist/img-apple-160/1f98f.png new file mode 100644 index 000000000..88be97bee Binary files /dev/null and b/dist/img-apple-160/1f98f.png differ diff --git a/dist/img-apple-160/1f990.png b/dist/img-apple-160/1f990.png new file mode 100644 index 000000000..54eba9a10 Binary files /dev/null and b/dist/img-apple-160/1f990.png differ diff --git a/dist/img-apple-160/1f991.png b/dist/img-apple-160/1f991.png new file mode 100644 index 000000000..e67ae9759 Binary files /dev/null and b/dist/img-apple-160/1f991.png differ diff --git a/dist/img-apple-160/1f992.png b/dist/img-apple-160/1f992.png new file mode 100644 index 000000000..a5e5622de Binary files /dev/null and b/dist/img-apple-160/1f992.png differ diff --git a/dist/img-apple-160/1f993.png b/dist/img-apple-160/1f993.png new file mode 100644 index 000000000..90e27c4ed Binary files /dev/null and b/dist/img-apple-160/1f993.png differ diff --git a/dist/img-apple-160/1f994.png b/dist/img-apple-160/1f994.png new file mode 100644 index 000000000..b6119e421 Binary files /dev/null and b/dist/img-apple-160/1f994.png differ diff --git a/dist/img-apple-160/1f995.png b/dist/img-apple-160/1f995.png new file mode 100644 index 000000000..c74d5a911 Binary files /dev/null and b/dist/img-apple-160/1f995.png differ diff --git a/dist/img-apple-160/1f996.png b/dist/img-apple-160/1f996.png new file mode 100644 index 000000000..c4c8405fa Binary files /dev/null and b/dist/img-apple-160/1f996.png differ diff --git a/dist/img-apple-160/1f997.png b/dist/img-apple-160/1f997.png new file mode 100644 index 000000000..fcfebcbd9 Binary files /dev/null and b/dist/img-apple-160/1f997.png differ diff --git a/dist/img-apple-160/1f998.png b/dist/img-apple-160/1f998.png new file mode 100644 index 000000000..96c187780 Binary files /dev/null and b/dist/img-apple-160/1f998.png differ diff --git a/dist/img-apple-160/1f999.png b/dist/img-apple-160/1f999.png new file mode 100644 index 000000000..7bbeb3d76 Binary files /dev/null and b/dist/img-apple-160/1f999.png differ diff --git a/dist/img-apple-160/1f99a.png b/dist/img-apple-160/1f99a.png new file mode 100644 index 000000000..f5df6d1a4 Binary files /dev/null and b/dist/img-apple-160/1f99a.png differ diff --git a/dist/img-apple-160/1f99b.png b/dist/img-apple-160/1f99b.png new file mode 100644 index 000000000..3d4c732bc Binary files /dev/null and b/dist/img-apple-160/1f99b.png differ diff --git a/dist/img-apple-160/1f99c.png b/dist/img-apple-160/1f99c.png new file mode 100644 index 000000000..2c052dcba Binary files /dev/null and b/dist/img-apple-160/1f99c.png differ diff --git a/dist/img-apple-160/1f99d.png b/dist/img-apple-160/1f99d.png new file mode 100644 index 000000000..a26b93db2 Binary files /dev/null and b/dist/img-apple-160/1f99d.png differ diff --git a/dist/img-apple-160/1f99e.png b/dist/img-apple-160/1f99e.png new file mode 100644 index 000000000..35ddaef00 Binary files /dev/null and b/dist/img-apple-160/1f99e.png differ diff --git a/dist/img-apple-160/1f99f.png b/dist/img-apple-160/1f99f.png new file mode 100644 index 000000000..95b0c2c38 Binary files /dev/null and b/dist/img-apple-160/1f99f.png differ diff --git a/dist/img-apple-160/1f9a0.png b/dist/img-apple-160/1f9a0.png new file mode 100644 index 000000000..3afb4f59e Binary files /dev/null and b/dist/img-apple-160/1f9a0.png differ diff --git a/dist/img-apple-160/1f9a1.png b/dist/img-apple-160/1f9a1.png new file mode 100644 index 000000000..a3c8eb3e5 Binary files /dev/null and b/dist/img-apple-160/1f9a1.png differ diff --git a/dist/img-apple-160/1f9a2.png b/dist/img-apple-160/1f9a2.png new file mode 100644 index 000000000..817733de7 Binary files /dev/null and b/dist/img-apple-160/1f9a2.png differ diff --git a/dist/img-apple-160/1f9a3.png b/dist/img-apple-160/1f9a3.png new file mode 100755 index 000000000..d51754352 Binary files /dev/null and b/dist/img-apple-160/1f9a3.png differ diff --git a/dist/img-apple-160/1f9a4.png b/dist/img-apple-160/1f9a4.png new file mode 100755 index 000000000..9a17c7c10 Binary files /dev/null and b/dist/img-apple-160/1f9a4.png differ diff --git a/dist/img-apple-160/1f9a5.png b/dist/img-apple-160/1f9a5.png new file mode 100644 index 000000000..11b9f6411 Binary files /dev/null and b/dist/img-apple-160/1f9a5.png differ diff --git a/dist/img-apple-160/1f9a6.png b/dist/img-apple-160/1f9a6.png new file mode 100644 index 000000000..b928236bf Binary files /dev/null and b/dist/img-apple-160/1f9a6.png differ diff --git a/dist/img-apple-160/1f9a7.png b/dist/img-apple-160/1f9a7.png new file mode 100644 index 000000000..f28be3d55 Binary files /dev/null and b/dist/img-apple-160/1f9a7.png differ diff --git a/dist/img-apple-160/1f9a8.png b/dist/img-apple-160/1f9a8.png new file mode 100644 index 000000000..8e86cede9 Binary files /dev/null and b/dist/img-apple-160/1f9a8.png differ diff --git a/dist/img-apple-160/1f9a9.png b/dist/img-apple-160/1f9a9.png new file mode 100644 index 000000000..afe1cdadd Binary files /dev/null and b/dist/img-apple-160/1f9a9.png differ diff --git a/dist/img-apple-160/1f9aa.png b/dist/img-apple-160/1f9aa.png new file mode 100644 index 000000000..020bcb14a Binary files /dev/null and b/dist/img-apple-160/1f9aa.png differ diff --git a/dist/img-apple-160/1f9ab.png b/dist/img-apple-160/1f9ab.png new file mode 100755 index 000000000..d4933eb99 Binary files /dev/null and b/dist/img-apple-160/1f9ab.png differ diff --git a/dist/img-apple-160/1f9ac.png b/dist/img-apple-160/1f9ac.png new file mode 100755 index 000000000..a9fe0b63f Binary files /dev/null and b/dist/img-apple-160/1f9ac.png differ diff --git a/dist/img-apple-160/1f9ad.png b/dist/img-apple-160/1f9ad.png new file mode 100755 index 000000000..7672721bc Binary files /dev/null and b/dist/img-apple-160/1f9ad.png differ diff --git a/dist/img-apple-160/1f9ae.png b/dist/img-apple-160/1f9ae.png new file mode 100644 index 000000000..bbe8f8db1 Binary files /dev/null and b/dist/img-apple-160/1f9ae.png differ diff --git a/dist/img-apple-160/1f9af.png b/dist/img-apple-160/1f9af.png new file mode 100644 index 000000000..456ce3c60 Binary files /dev/null and b/dist/img-apple-160/1f9af.png differ diff --git a/dist/img-apple-160/1f9b0.png b/dist/img-apple-160/1f9b0.png new file mode 100644 index 000000000..3a2c95b12 Binary files /dev/null and b/dist/img-apple-160/1f9b0.png differ diff --git a/dist/img-apple-160/1f9b1.png b/dist/img-apple-160/1f9b1.png new file mode 100644 index 000000000..cb9447145 Binary files /dev/null and b/dist/img-apple-160/1f9b1.png differ diff --git a/dist/img-apple-160/1f9b2.png b/dist/img-apple-160/1f9b2.png new file mode 100644 index 000000000..d78c745c6 Binary files /dev/null and b/dist/img-apple-160/1f9b2.png differ diff --git a/dist/img-apple-160/1f9b3.png b/dist/img-apple-160/1f9b3.png new file mode 100644 index 000000000..8ea147727 Binary files /dev/null and b/dist/img-apple-160/1f9b3.png differ diff --git a/dist/img-apple-160/1f9b4.png b/dist/img-apple-160/1f9b4.png new file mode 100644 index 000000000..5555aa031 Binary files /dev/null and b/dist/img-apple-160/1f9b4.png differ diff --git a/dist/img-apple-160/1f9b5-1f3fb.png b/dist/img-apple-160/1f9b5-1f3fb.png new file mode 100644 index 000000000..b05e9b0b4 Binary files /dev/null and b/dist/img-apple-160/1f9b5-1f3fb.png differ diff --git a/dist/img-apple-160/1f9b5-1f3fc.png b/dist/img-apple-160/1f9b5-1f3fc.png new file mode 100644 index 000000000..0eee4cdd0 Binary files /dev/null and b/dist/img-apple-160/1f9b5-1f3fc.png differ diff --git a/dist/img-apple-160/1f9b5-1f3fd.png b/dist/img-apple-160/1f9b5-1f3fd.png new file mode 100644 index 000000000..2e0849247 Binary files /dev/null and b/dist/img-apple-160/1f9b5-1f3fd.png differ diff --git a/dist/img-apple-160/1f9b5-1f3fe.png b/dist/img-apple-160/1f9b5-1f3fe.png new file mode 100644 index 000000000..680da21ae Binary files /dev/null and b/dist/img-apple-160/1f9b5-1f3fe.png differ diff --git a/dist/img-apple-160/1f9b5-1f3ff.png b/dist/img-apple-160/1f9b5-1f3ff.png new file mode 100644 index 000000000..a0a2fa73c Binary files /dev/null and b/dist/img-apple-160/1f9b5-1f3ff.png differ diff --git a/dist/img-apple-160/1f9b5.png b/dist/img-apple-160/1f9b5.png new file mode 100644 index 000000000..015a4767d Binary files /dev/null and b/dist/img-apple-160/1f9b5.png differ diff --git a/dist/img-apple-160/1f9b6-1f3fb.png b/dist/img-apple-160/1f9b6-1f3fb.png new file mode 100644 index 000000000..4460196f8 Binary files /dev/null and b/dist/img-apple-160/1f9b6-1f3fb.png differ diff --git a/dist/img-apple-160/1f9b6-1f3fc.png b/dist/img-apple-160/1f9b6-1f3fc.png new file mode 100644 index 000000000..940e134da Binary files /dev/null and b/dist/img-apple-160/1f9b6-1f3fc.png differ diff --git a/dist/img-apple-160/1f9b6-1f3fd.png b/dist/img-apple-160/1f9b6-1f3fd.png new file mode 100644 index 000000000..942d018bf Binary files /dev/null and b/dist/img-apple-160/1f9b6-1f3fd.png differ diff --git a/dist/img-apple-160/1f9b6-1f3fe.png b/dist/img-apple-160/1f9b6-1f3fe.png new file mode 100644 index 000000000..2ac2cb7de Binary files /dev/null and b/dist/img-apple-160/1f9b6-1f3fe.png differ diff --git a/dist/img-apple-160/1f9b6-1f3ff.png b/dist/img-apple-160/1f9b6-1f3ff.png new file mode 100644 index 000000000..e23b17fdc Binary files /dev/null and b/dist/img-apple-160/1f9b6-1f3ff.png differ diff --git a/dist/img-apple-160/1f9b6.png b/dist/img-apple-160/1f9b6.png new file mode 100644 index 000000000..feff547c7 Binary files /dev/null and b/dist/img-apple-160/1f9b6.png differ diff --git a/dist/img-apple-160/1f9b7.png b/dist/img-apple-160/1f9b7.png new file mode 100644 index 000000000..96ac6c8bd Binary files /dev/null and b/dist/img-apple-160/1f9b7.png differ diff --git a/dist/img-apple-160/1f9b8-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f9b8-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..4869fb8e9 Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9b8-1f3fb-200d-2640.png b/dist/img-apple-160/1f9b8-1f3fb-200d-2640.png new file mode 100644 index 000000000..4869fb8e9 Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f9b8-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f9b8-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..c49797dbb Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9b8-1f3fb-200d-2642.png b/dist/img-apple-160/1f9b8-1f3fb-200d-2642.png new file mode 100644 index 000000000..c49797dbb Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f9b8-1f3fb.png b/dist/img-apple-160/1f9b8-1f3fb.png new file mode 100644 index 000000000..4ac472fc2 Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3fb.png differ diff --git a/dist/img-apple-160/1f9b8-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f9b8-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..f11ffacab Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9b8-1f3fc-200d-2640.png b/dist/img-apple-160/1f9b8-1f3fc-200d-2640.png new file mode 100644 index 000000000..f11ffacab Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f9b8-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f9b8-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..d3eb61f79 Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9b8-1f3fc-200d-2642.png b/dist/img-apple-160/1f9b8-1f3fc-200d-2642.png new file mode 100644 index 000000000..d3eb61f79 Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f9b8-1f3fc.png b/dist/img-apple-160/1f9b8-1f3fc.png new file mode 100644 index 000000000..cf693e00c Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3fc.png differ diff --git a/dist/img-apple-160/1f9b8-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f9b8-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..5e78e9d6c Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9b8-1f3fd-200d-2640.png b/dist/img-apple-160/1f9b8-1f3fd-200d-2640.png new file mode 100644 index 000000000..5e78e9d6c Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f9b8-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f9b8-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..dfa374144 Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9b8-1f3fd-200d-2642.png b/dist/img-apple-160/1f9b8-1f3fd-200d-2642.png new file mode 100644 index 000000000..dfa374144 Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f9b8-1f3fd.png b/dist/img-apple-160/1f9b8-1f3fd.png new file mode 100644 index 000000000..79d23f09b Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3fd.png differ diff --git a/dist/img-apple-160/1f9b8-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f9b8-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..864ea0871 Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9b8-1f3fe-200d-2640.png b/dist/img-apple-160/1f9b8-1f3fe-200d-2640.png new file mode 100644 index 000000000..864ea0871 Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f9b8-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f9b8-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..226e9bfdd Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9b8-1f3fe-200d-2642.png b/dist/img-apple-160/1f9b8-1f3fe-200d-2642.png new file mode 100644 index 000000000..226e9bfdd Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f9b8-1f3fe.png b/dist/img-apple-160/1f9b8-1f3fe.png new file mode 100644 index 000000000..a5421af7a Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3fe.png differ diff --git a/dist/img-apple-160/1f9b8-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f9b8-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..e31d9704c Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9b8-1f3ff-200d-2640.png b/dist/img-apple-160/1f9b8-1f3ff-200d-2640.png new file mode 100644 index 000000000..e31d9704c Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f9b8-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f9b8-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..37c24d9cf Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9b8-1f3ff-200d-2642.png b/dist/img-apple-160/1f9b8-1f3ff-200d-2642.png new file mode 100644 index 000000000..37c24d9cf Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f9b8-1f3ff.png b/dist/img-apple-160/1f9b8-1f3ff.png new file mode 100644 index 000000000..92b34356a Binary files /dev/null and b/dist/img-apple-160/1f9b8-1f3ff.png differ diff --git a/dist/img-apple-160/1f9b8-200d-2640-fe0f.png b/dist/img-apple-160/1f9b8-200d-2640-fe0f.png new file mode 100644 index 000000000..3c670f36d Binary files /dev/null and b/dist/img-apple-160/1f9b8-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9b8-200d-2640.png b/dist/img-apple-160/1f9b8-200d-2640.png new file mode 100644 index 000000000..3c670f36d Binary files /dev/null and b/dist/img-apple-160/1f9b8-200d-2640.png differ diff --git a/dist/img-apple-160/1f9b8-200d-2642-fe0f.png b/dist/img-apple-160/1f9b8-200d-2642-fe0f.png new file mode 100644 index 000000000..f0dcf8175 Binary files /dev/null and b/dist/img-apple-160/1f9b8-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9b8-200d-2642.png b/dist/img-apple-160/1f9b8-200d-2642.png new file mode 100644 index 000000000..f0dcf8175 Binary files /dev/null and b/dist/img-apple-160/1f9b8-200d-2642.png differ diff --git a/dist/img-apple-160/1f9b8.png b/dist/img-apple-160/1f9b8.png new file mode 100644 index 000000000..70017297a Binary files /dev/null and b/dist/img-apple-160/1f9b8.png differ diff --git a/dist/img-apple-160/1f9b9-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f9b9-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..3a480d4b6 Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9b9-1f3fb-200d-2640.png b/dist/img-apple-160/1f9b9-1f3fb-200d-2640.png new file mode 100644 index 000000000..3a480d4b6 Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f9b9-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f9b9-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..e48e280e7 Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9b9-1f3fb-200d-2642.png b/dist/img-apple-160/1f9b9-1f3fb-200d-2642.png new file mode 100644 index 000000000..e48e280e7 Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f9b9-1f3fb.png b/dist/img-apple-160/1f9b9-1f3fb.png new file mode 100644 index 000000000..8fe22ca71 Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3fb.png differ diff --git a/dist/img-apple-160/1f9b9-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f9b9-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..f309d32fa Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9b9-1f3fc-200d-2640.png b/dist/img-apple-160/1f9b9-1f3fc-200d-2640.png new file mode 100644 index 000000000..f309d32fa Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f9b9-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f9b9-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..7a92bd1fd Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9b9-1f3fc-200d-2642.png b/dist/img-apple-160/1f9b9-1f3fc-200d-2642.png new file mode 100644 index 000000000..7a92bd1fd Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f9b9-1f3fc.png b/dist/img-apple-160/1f9b9-1f3fc.png new file mode 100644 index 000000000..13c1a193e Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3fc.png differ diff --git a/dist/img-apple-160/1f9b9-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f9b9-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..d26ee30a4 Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9b9-1f3fd-200d-2640.png b/dist/img-apple-160/1f9b9-1f3fd-200d-2640.png new file mode 100644 index 000000000..d26ee30a4 Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f9b9-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f9b9-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..25914fba4 Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9b9-1f3fd-200d-2642.png b/dist/img-apple-160/1f9b9-1f3fd-200d-2642.png new file mode 100644 index 000000000..25914fba4 Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f9b9-1f3fd.png b/dist/img-apple-160/1f9b9-1f3fd.png new file mode 100644 index 000000000..75d0437ec Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3fd.png differ diff --git a/dist/img-apple-160/1f9b9-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f9b9-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..8f4e266bb Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9b9-1f3fe-200d-2640.png b/dist/img-apple-160/1f9b9-1f3fe-200d-2640.png new file mode 100644 index 000000000..8f4e266bb Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f9b9-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f9b9-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..ee12213f1 Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9b9-1f3fe-200d-2642.png b/dist/img-apple-160/1f9b9-1f3fe-200d-2642.png new file mode 100644 index 000000000..ee12213f1 Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f9b9-1f3fe.png b/dist/img-apple-160/1f9b9-1f3fe.png new file mode 100644 index 000000000..f7ff13f29 Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3fe.png differ diff --git a/dist/img-apple-160/1f9b9-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f9b9-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..c301dbef0 Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9b9-1f3ff-200d-2640.png b/dist/img-apple-160/1f9b9-1f3ff-200d-2640.png new file mode 100644 index 000000000..c301dbef0 Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f9b9-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f9b9-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..70cb2bcb7 Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9b9-1f3ff-200d-2642.png b/dist/img-apple-160/1f9b9-1f3ff-200d-2642.png new file mode 100644 index 000000000..70cb2bcb7 Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f9b9-1f3ff.png b/dist/img-apple-160/1f9b9-1f3ff.png new file mode 100644 index 000000000..1a4e20d09 Binary files /dev/null and b/dist/img-apple-160/1f9b9-1f3ff.png differ diff --git a/dist/img-apple-160/1f9b9-200d-2640-fe0f.png b/dist/img-apple-160/1f9b9-200d-2640-fe0f.png new file mode 100644 index 000000000..2929ac118 Binary files /dev/null and b/dist/img-apple-160/1f9b9-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9b9-200d-2640.png b/dist/img-apple-160/1f9b9-200d-2640.png new file mode 100644 index 000000000..2929ac118 Binary files /dev/null and b/dist/img-apple-160/1f9b9-200d-2640.png differ diff --git a/dist/img-apple-160/1f9b9-200d-2642-fe0f.png b/dist/img-apple-160/1f9b9-200d-2642-fe0f.png new file mode 100644 index 000000000..6977fa25e Binary files /dev/null and b/dist/img-apple-160/1f9b9-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9b9-200d-2642.png b/dist/img-apple-160/1f9b9-200d-2642.png new file mode 100644 index 000000000..6977fa25e Binary files /dev/null and b/dist/img-apple-160/1f9b9-200d-2642.png differ diff --git a/dist/img-apple-160/1f9b9.png b/dist/img-apple-160/1f9b9.png new file mode 100644 index 000000000..1cce38aaa Binary files /dev/null and b/dist/img-apple-160/1f9b9.png differ diff --git a/dist/img-apple-160/1f9ba.png b/dist/img-apple-160/1f9ba.png new file mode 100644 index 000000000..34c1ebb99 Binary files /dev/null and b/dist/img-apple-160/1f9ba.png differ diff --git a/dist/img-apple-160/1f9bb-1f3fb.png b/dist/img-apple-160/1f9bb-1f3fb.png new file mode 100644 index 000000000..a1792ae7a Binary files /dev/null and b/dist/img-apple-160/1f9bb-1f3fb.png differ diff --git a/dist/img-apple-160/1f9bb-1f3fc.png b/dist/img-apple-160/1f9bb-1f3fc.png new file mode 100644 index 000000000..e0fc7efed Binary files /dev/null and b/dist/img-apple-160/1f9bb-1f3fc.png differ diff --git a/dist/img-apple-160/1f9bb-1f3fd.png b/dist/img-apple-160/1f9bb-1f3fd.png new file mode 100644 index 000000000..802665b80 Binary files /dev/null and b/dist/img-apple-160/1f9bb-1f3fd.png differ diff --git a/dist/img-apple-160/1f9bb-1f3fe.png b/dist/img-apple-160/1f9bb-1f3fe.png new file mode 100644 index 000000000..ea092c885 Binary files /dev/null and b/dist/img-apple-160/1f9bb-1f3fe.png differ diff --git a/dist/img-apple-160/1f9bb-1f3ff.png b/dist/img-apple-160/1f9bb-1f3ff.png new file mode 100644 index 000000000..99021029a Binary files /dev/null and b/dist/img-apple-160/1f9bb-1f3ff.png differ diff --git a/dist/img-apple-160/1f9bb.png b/dist/img-apple-160/1f9bb.png new file mode 100644 index 000000000..d0b5237b1 Binary files /dev/null and b/dist/img-apple-160/1f9bb.png differ diff --git a/dist/img-apple-160/1f9bc.png b/dist/img-apple-160/1f9bc.png new file mode 100644 index 000000000..64a0558a3 Binary files /dev/null and b/dist/img-apple-160/1f9bc.png differ diff --git a/dist/img-apple-160/1f9bd.png b/dist/img-apple-160/1f9bd.png new file mode 100644 index 000000000..ace672ae8 Binary files /dev/null and b/dist/img-apple-160/1f9bd.png differ diff --git a/dist/img-apple-160/1f9be.png b/dist/img-apple-160/1f9be.png new file mode 100644 index 000000000..309b07ce0 Binary files /dev/null and b/dist/img-apple-160/1f9be.png differ diff --git a/dist/img-apple-160/1f9bf.png b/dist/img-apple-160/1f9bf.png new file mode 100644 index 000000000..53306a8a9 Binary files /dev/null and b/dist/img-apple-160/1f9bf.png differ diff --git a/dist/img-apple-160/1f9c0.png b/dist/img-apple-160/1f9c0.png new file mode 100644 index 000000000..b6b1ddf6d Binary files /dev/null and b/dist/img-apple-160/1f9c0.png differ diff --git a/dist/img-apple-160/1f9c1.png b/dist/img-apple-160/1f9c1.png new file mode 100644 index 000000000..f7674fc1f Binary files /dev/null and b/dist/img-apple-160/1f9c1.png differ diff --git a/dist/img-apple-160/1f9c2.png b/dist/img-apple-160/1f9c2.png new file mode 100644 index 000000000..b160c4686 Binary files /dev/null and b/dist/img-apple-160/1f9c2.png differ diff --git a/dist/img-apple-160/1f9c3.png b/dist/img-apple-160/1f9c3.png new file mode 100644 index 000000000..223f6d6f3 Binary files /dev/null and b/dist/img-apple-160/1f9c3.png differ diff --git a/dist/img-apple-160/1f9c4.png b/dist/img-apple-160/1f9c4.png new file mode 100644 index 000000000..bfc7be59c Binary files /dev/null and b/dist/img-apple-160/1f9c4.png differ diff --git a/dist/img-apple-160/1f9c5.png b/dist/img-apple-160/1f9c5.png new file mode 100644 index 000000000..698483659 Binary files /dev/null and b/dist/img-apple-160/1f9c5.png differ diff --git a/dist/img-apple-160/1f9c6.png b/dist/img-apple-160/1f9c6.png new file mode 100644 index 000000000..e10825bb6 Binary files /dev/null and b/dist/img-apple-160/1f9c6.png differ diff --git a/dist/img-apple-160/1f9c7.png b/dist/img-apple-160/1f9c7.png new file mode 100644 index 000000000..b7b0d3b10 Binary files /dev/null and b/dist/img-apple-160/1f9c7.png differ diff --git a/dist/img-apple-160/1f9c8.png b/dist/img-apple-160/1f9c8.png new file mode 100644 index 000000000..e36639d2b Binary files /dev/null and b/dist/img-apple-160/1f9c8.png differ diff --git a/dist/img-apple-160/1f9c9.png b/dist/img-apple-160/1f9c9.png new file mode 100644 index 000000000..ecd17897c Binary files /dev/null and b/dist/img-apple-160/1f9c9.png differ diff --git a/dist/img-apple-160/1f9ca.png b/dist/img-apple-160/1f9ca.png new file mode 100644 index 000000000..b9032216f Binary files /dev/null and b/dist/img-apple-160/1f9ca.png differ diff --git a/dist/img-apple-160/1f9cb.png b/dist/img-apple-160/1f9cb.png new file mode 100755 index 000000000..7a9b0e639 Binary files /dev/null and b/dist/img-apple-160/1f9cb.png differ diff --git a/dist/img-apple-160/1f9cd-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f9cd-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..bf657d84d Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9cd-1f3fb-200d-2640.png b/dist/img-apple-160/1f9cd-1f3fb-200d-2640.png new file mode 100644 index 000000000..bf657d84d Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f9cd-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f9cd-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..8c5735212 Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9cd-1f3fb-200d-2642.png b/dist/img-apple-160/1f9cd-1f3fb-200d-2642.png new file mode 100644 index 000000000..8c5735212 Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f9cd-1f3fb.png b/dist/img-apple-160/1f9cd-1f3fb.png new file mode 100644 index 000000000..fb303bb44 Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3fb.png differ diff --git a/dist/img-apple-160/1f9cd-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f9cd-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..ef074409b Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9cd-1f3fc-200d-2640.png b/dist/img-apple-160/1f9cd-1f3fc-200d-2640.png new file mode 100644 index 000000000..ef074409b Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f9cd-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f9cd-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..e31698910 Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9cd-1f3fc-200d-2642.png b/dist/img-apple-160/1f9cd-1f3fc-200d-2642.png new file mode 100644 index 000000000..e31698910 Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f9cd-1f3fc.png b/dist/img-apple-160/1f9cd-1f3fc.png new file mode 100644 index 000000000..e4b391c46 Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3fc.png differ diff --git a/dist/img-apple-160/1f9cd-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f9cd-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..a63f046cb Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9cd-1f3fd-200d-2640.png b/dist/img-apple-160/1f9cd-1f3fd-200d-2640.png new file mode 100644 index 000000000..a63f046cb Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f9cd-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f9cd-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..2b675be06 Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9cd-1f3fd-200d-2642.png b/dist/img-apple-160/1f9cd-1f3fd-200d-2642.png new file mode 100644 index 000000000..2b675be06 Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f9cd-1f3fd.png b/dist/img-apple-160/1f9cd-1f3fd.png new file mode 100644 index 000000000..19cb1c0b4 Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3fd.png differ diff --git a/dist/img-apple-160/1f9cd-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f9cd-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..eda92224c Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9cd-1f3fe-200d-2640.png b/dist/img-apple-160/1f9cd-1f3fe-200d-2640.png new file mode 100644 index 000000000..eda92224c Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f9cd-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f9cd-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..4e6e7d61c Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9cd-1f3fe-200d-2642.png b/dist/img-apple-160/1f9cd-1f3fe-200d-2642.png new file mode 100644 index 000000000..4e6e7d61c Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f9cd-1f3fe.png b/dist/img-apple-160/1f9cd-1f3fe.png new file mode 100644 index 000000000..cd0201a24 Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3fe.png differ diff --git a/dist/img-apple-160/1f9cd-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f9cd-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..c1bf4f7e3 Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9cd-1f3ff-200d-2640.png b/dist/img-apple-160/1f9cd-1f3ff-200d-2640.png new file mode 100644 index 000000000..c1bf4f7e3 Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f9cd-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f9cd-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..772ae0342 Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9cd-1f3ff-200d-2642.png b/dist/img-apple-160/1f9cd-1f3ff-200d-2642.png new file mode 100644 index 000000000..772ae0342 Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f9cd-1f3ff.png b/dist/img-apple-160/1f9cd-1f3ff.png new file mode 100644 index 000000000..7da3c41b7 Binary files /dev/null and b/dist/img-apple-160/1f9cd-1f3ff.png differ diff --git a/dist/img-apple-160/1f9cd-200d-2640-fe0f.png b/dist/img-apple-160/1f9cd-200d-2640-fe0f.png new file mode 100644 index 000000000..f343d014b Binary files /dev/null and b/dist/img-apple-160/1f9cd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9cd-200d-2640.png b/dist/img-apple-160/1f9cd-200d-2640.png new file mode 100644 index 000000000..f343d014b Binary files /dev/null and b/dist/img-apple-160/1f9cd-200d-2640.png differ diff --git a/dist/img-apple-160/1f9cd-200d-2642-fe0f.png b/dist/img-apple-160/1f9cd-200d-2642-fe0f.png new file mode 100644 index 000000000..0f7aaf766 Binary files /dev/null and b/dist/img-apple-160/1f9cd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9cd-200d-2642.png b/dist/img-apple-160/1f9cd-200d-2642.png new file mode 100644 index 000000000..0f7aaf766 Binary files /dev/null and b/dist/img-apple-160/1f9cd-200d-2642.png differ diff --git a/dist/img-apple-160/1f9cd.png b/dist/img-apple-160/1f9cd.png new file mode 100644 index 000000000..e93cf10f6 Binary files /dev/null and b/dist/img-apple-160/1f9cd.png differ diff --git a/dist/img-apple-160/1f9ce-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f9ce-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..deca80ab3 Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9ce-1f3fb-200d-2640.png b/dist/img-apple-160/1f9ce-1f3fb-200d-2640.png new file mode 100644 index 000000000..deca80ab3 Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f9ce-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f9ce-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..edc65bedf Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9ce-1f3fb-200d-2642.png b/dist/img-apple-160/1f9ce-1f3fb-200d-2642.png new file mode 100644 index 000000000..edc65bedf Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f9ce-1f3fb.png b/dist/img-apple-160/1f9ce-1f3fb.png new file mode 100644 index 000000000..658ad3d4a Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3fb.png differ diff --git a/dist/img-apple-160/1f9ce-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f9ce-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..060d3048a Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9ce-1f3fc-200d-2640.png b/dist/img-apple-160/1f9ce-1f3fc-200d-2640.png new file mode 100644 index 000000000..060d3048a Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f9ce-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f9ce-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..82525ac72 Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9ce-1f3fc-200d-2642.png b/dist/img-apple-160/1f9ce-1f3fc-200d-2642.png new file mode 100644 index 000000000..82525ac72 Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f9ce-1f3fc.png b/dist/img-apple-160/1f9ce-1f3fc.png new file mode 100644 index 000000000..9c9ab5c69 Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3fc.png differ diff --git a/dist/img-apple-160/1f9ce-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f9ce-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..f2e3ebd03 Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9ce-1f3fd-200d-2640.png b/dist/img-apple-160/1f9ce-1f3fd-200d-2640.png new file mode 100644 index 000000000..f2e3ebd03 Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f9ce-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f9ce-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..24a3e5add Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9ce-1f3fd-200d-2642.png b/dist/img-apple-160/1f9ce-1f3fd-200d-2642.png new file mode 100644 index 000000000..24a3e5add Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f9ce-1f3fd.png b/dist/img-apple-160/1f9ce-1f3fd.png new file mode 100644 index 000000000..d8622398e Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3fd.png differ diff --git a/dist/img-apple-160/1f9ce-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f9ce-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..7322c7615 Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9ce-1f3fe-200d-2640.png b/dist/img-apple-160/1f9ce-1f3fe-200d-2640.png new file mode 100644 index 000000000..7322c7615 Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f9ce-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f9ce-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..3fde4ca87 Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9ce-1f3fe-200d-2642.png b/dist/img-apple-160/1f9ce-1f3fe-200d-2642.png new file mode 100644 index 000000000..3fde4ca87 Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f9ce-1f3fe.png b/dist/img-apple-160/1f9ce-1f3fe.png new file mode 100644 index 000000000..a549d5583 Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3fe.png differ diff --git a/dist/img-apple-160/1f9ce-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f9ce-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..006b39b13 Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9ce-1f3ff-200d-2640.png b/dist/img-apple-160/1f9ce-1f3ff-200d-2640.png new file mode 100644 index 000000000..006b39b13 Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f9ce-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f9ce-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..a92b87001 Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9ce-1f3ff-200d-2642.png b/dist/img-apple-160/1f9ce-1f3ff-200d-2642.png new file mode 100644 index 000000000..a92b87001 Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f9ce-1f3ff.png b/dist/img-apple-160/1f9ce-1f3ff.png new file mode 100644 index 000000000..116131f75 Binary files /dev/null and b/dist/img-apple-160/1f9ce-1f3ff.png differ diff --git a/dist/img-apple-160/1f9ce-200d-2640-fe0f.png b/dist/img-apple-160/1f9ce-200d-2640-fe0f.png new file mode 100644 index 000000000..e2ad93cf5 Binary files /dev/null and b/dist/img-apple-160/1f9ce-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9ce-200d-2640.png b/dist/img-apple-160/1f9ce-200d-2640.png new file mode 100644 index 000000000..e2ad93cf5 Binary files /dev/null and b/dist/img-apple-160/1f9ce-200d-2640.png differ diff --git a/dist/img-apple-160/1f9ce-200d-2642-fe0f.png b/dist/img-apple-160/1f9ce-200d-2642-fe0f.png new file mode 100644 index 000000000..6b56e5619 Binary files /dev/null and b/dist/img-apple-160/1f9ce-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9ce-200d-2642.png b/dist/img-apple-160/1f9ce-200d-2642.png new file mode 100644 index 000000000..6b56e5619 Binary files /dev/null and b/dist/img-apple-160/1f9ce-200d-2642.png differ diff --git a/dist/img-apple-160/1f9ce.png b/dist/img-apple-160/1f9ce.png new file mode 100644 index 000000000..97ccc9f93 Binary files /dev/null and b/dist/img-apple-160/1f9ce.png differ diff --git a/dist/img-apple-160/1f9cf-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f9cf-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..61d893c56 Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9cf-1f3fb-200d-2640.png b/dist/img-apple-160/1f9cf-1f3fb-200d-2640.png new file mode 100644 index 000000000..61d893c56 Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f9cf-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f9cf-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..9bf762aab Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9cf-1f3fb-200d-2642.png b/dist/img-apple-160/1f9cf-1f3fb-200d-2642.png new file mode 100644 index 000000000..9bf762aab Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f9cf-1f3fb.png b/dist/img-apple-160/1f9cf-1f3fb.png new file mode 100644 index 000000000..3d5a34342 Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3fb.png differ diff --git a/dist/img-apple-160/1f9cf-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f9cf-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..953bac303 Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9cf-1f3fc-200d-2640.png b/dist/img-apple-160/1f9cf-1f3fc-200d-2640.png new file mode 100644 index 000000000..953bac303 Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f9cf-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f9cf-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..3787a55e0 Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9cf-1f3fc-200d-2642.png b/dist/img-apple-160/1f9cf-1f3fc-200d-2642.png new file mode 100644 index 000000000..3787a55e0 Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f9cf-1f3fc.png b/dist/img-apple-160/1f9cf-1f3fc.png new file mode 100644 index 000000000..5a956d1d2 Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3fc.png differ diff --git a/dist/img-apple-160/1f9cf-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f9cf-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..87e543ac2 Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9cf-1f3fd-200d-2640.png b/dist/img-apple-160/1f9cf-1f3fd-200d-2640.png new file mode 100644 index 000000000..87e543ac2 Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f9cf-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f9cf-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..29f932298 Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9cf-1f3fd-200d-2642.png b/dist/img-apple-160/1f9cf-1f3fd-200d-2642.png new file mode 100644 index 000000000..29f932298 Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f9cf-1f3fd.png b/dist/img-apple-160/1f9cf-1f3fd.png new file mode 100644 index 000000000..ead28a6f6 Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3fd.png differ diff --git a/dist/img-apple-160/1f9cf-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f9cf-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..f0ae19484 Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9cf-1f3fe-200d-2640.png b/dist/img-apple-160/1f9cf-1f3fe-200d-2640.png new file mode 100644 index 000000000..f0ae19484 Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f9cf-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f9cf-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..2b9e3244a Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9cf-1f3fe-200d-2642.png b/dist/img-apple-160/1f9cf-1f3fe-200d-2642.png new file mode 100644 index 000000000..2b9e3244a Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f9cf-1f3fe.png b/dist/img-apple-160/1f9cf-1f3fe.png new file mode 100644 index 000000000..3cd28d093 Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3fe.png differ diff --git a/dist/img-apple-160/1f9cf-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f9cf-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..bf4230dd7 Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9cf-1f3ff-200d-2640.png b/dist/img-apple-160/1f9cf-1f3ff-200d-2640.png new file mode 100644 index 000000000..bf4230dd7 Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f9cf-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f9cf-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..4691f092e Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9cf-1f3ff-200d-2642.png b/dist/img-apple-160/1f9cf-1f3ff-200d-2642.png new file mode 100644 index 000000000..4691f092e Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f9cf-1f3ff.png b/dist/img-apple-160/1f9cf-1f3ff.png new file mode 100644 index 000000000..ad924de4d Binary files /dev/null and b/dist/img-apple-160/1f9cf-1f3ff.png differ diff --git a/dist/img-apple-160/1f9cf-200d-2640-fe0f.png b/dist/img-apple-160/1f9cf-200d-2640-fe0f.png new file mode 100644 index 000000000..b1794ce4e Binary files /dev/null and b/dist/img-apple-160/1f9cf-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9cf-200d-2640.png b/dist/img-apple-160/1f9cf-200d-2640.png new file mode 100644 index 000000000..b1794ce4e Binary files /dev/null and b/dist/img-apple-160/1f9cf-200d-2640.png differ diff --git a/dist/img-apple-160/1f9cf-200d-2642-fe0f.png b/dist/img-apple-160/1f9cf-200d-2642-fe0f.png new file mode 100644 index 000000000..b46bb6ad4 Binary files /dev/null and b/dist/img-apple-160/1f9cf-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9cf-200d-2642.png b/dist/img-apple-160/1f9cf-200d-2642.png new file mode 100644 index 000000000..b46bb6ad4 Binary files /dev/null and b/dist/img-apple-160/1f9cf-200d-2642.png differ diff --git a/dist/img-apple-160/1f9cf.png b/dist/img-apple-160/1f9cf.png new file mode 100644 index 000000000..aae1cdf24 Binary files /dev/null and b/dist/img-apple-160/1f9cf.png differ diff --git a/dist/img-apple-160/1f9d0.png b/dist/img-apple-160/1f9d0.png new file mode 100644 index 000000000..a841f3eef Binary files /dev/null and b/dist/img-apple-160/1f9d0.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f33e.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f33e.png new file mode 100644 index 000000000..48c3c128b Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f33e.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f373.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f373.png new file mode 100644 index 000000000..7396363e8 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f373.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f37c.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f37c.png new file mode 100755 index 000000000..aaa19f697 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f37c.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f384.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f384.png new file mode 100755 index 000000000..babb1cc9c Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f384.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f393.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f393.png new file mode 100644 index 000000000..e35024d84 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f393.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f3a4.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f3a4.png new file mode 100644 index 000000000..b0f057f0b Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f3a4.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f3a8.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f3a8.png new file mode 100644 index 000000000..5a154888e Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f3a8.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f3eb.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f3eb.png new file mode 100644 index 000000000..c99756a8d Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f3eb.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f3ed.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f3ed.png new file mode 100644 index 000000000..11de0890b Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f3ed.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f4bb.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f4bb.png new file mode 100644 index 000000000..8a1d1b336 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f4bb.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f4bc.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f4bc.png new file mode 100644 index 000000000..fd3e6f926 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f4bc.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f527.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f527.png new file mode 100644 index 000000000..f123c0475 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f527.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f52c.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f52c.png new file mode 100644 index 000000000..8787924f6 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f52c.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f680.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f680.png new file mode 100644 index 000000000..e21836fa4 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f680.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f692.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f692.png new file mode 100644 index 000000000..18bee5c2a Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f692.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fb.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fb.png new file mode 100644 index 000000000..f83ad2c64 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fb.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fc.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fc.png new file mode 100644 index 000000000..5d527ab17 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fc.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fd.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fd.png new file mode 100644 index 000000000..9e3cf09ad Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fd.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fe.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fe.png new file mode 100644 index 000000000..d20feaca6 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fe.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3ff.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3ff.png new file mode 100644 index 000000000..a25f45bce Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3ff.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f9af.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f9af.png new file mode 100644 index 000000000..842d32c91 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f9af.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f9b0.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f9b0.png new file mode 100644 index 000000000..611aaf8be Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f9b0.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f9b1.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f9b1.png new file mode 100644 index 000000000..05d6cac5a Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f9b1.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f9b2.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f9b2.png new file mode 100644 index 000000000..c896b230a Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f9b2.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f9b3.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f9b3.png new file mode 100644 index 000000000..975a73b20 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f9b3.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f9bc.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f9bc.png new file mode 100644 index 000000000..2990bff92 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f9bc.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-1f9bd.png b/dist/img-apple-160/1f9d1-1f3fb-200d-1f9bd.png new file mode 100644 index 000000000..8e680d6e3 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-1f9bd.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-2695-fe0f.png b/dist/img-apple-160/1f9d1-1f3fb-200d-2695-fe0f.png new file mode 100644 index 000000000..7513ed23d Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-2695-fe0f.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-2695.png b/dist/img-apple-160/1f9d1-1f3fb-200d-2695.png new file mode 100644 index 000000000..7513ed23d Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-2695.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-2696-fe0f.png b/dist/img-apple-160/1f9d1-1f3fb-200d-2696-fe0f.png new file mode 100644 index 000000000..4c9f74585 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-2696-fe0f.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-2696.png b/dist/img-apple-160/1f9d1-1f3fb-200d-2696.png new file mode 100644 index 000000000..4c9f74585 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-2696.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-2708-fe0f.png b/dist/img-apple-160/1f9d1-1f3fb-200d-2708-fe0f.png new file mode 100644 index 000000000..c8af2da5f Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-2708-fe0f.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb-200d-2708.png b/dist/img-apple-160/1f9d1-1f3fb-200d-2708.png new file mode 100644 index 000000000..c8af2da5f Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb-200d-2708.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fb.png b/dist/img-apple-160/1f9d1-1f3fb.png new file mode 100644 index 000000000..fe50334cb Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fb.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f33e.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f33e.png new file mode 100644 index 000000000..f4e020a99 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f33e.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f373.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f373.png new file mode 100644 index 000000000..407a2eb7b Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f373.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f37c.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f37c.png new file mode 100755 index 000000000..bd8aa711b Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f37c.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f384.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f384.png new file mode 100755 index 000000000..26b582520 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f384.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f393.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f393.png new file mode 100644 index 000000000..e0bbe3c3c Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f393.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f3a4.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f3a4.png new file mode 100644 index 000000000..854db69aa Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f3a4.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f3a8.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f3a8.png new file mode 100644 index 000000000..90cee7c3d Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f3a8.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f3eb.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f3eb.png new file mode 100644 index 000000000..630133be3 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f3eb.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f3ed.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f3ed.png new file mode 100644 index 000000000..92799fecb Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f3ed.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f4bb.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f4bb.png new file mode 100644 index 000000000..d6d5c8ad8 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f4bb.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f4bc.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f4bc.png new file mode 100644 index 000000000..893ca2d1d Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f4bc.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f527.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f527.png new file mode 100644 index 000000000..f7164821b Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f527.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f52c.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f52c.png new file mode 100644 index 000000000..b8490dbff Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f52c.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f680.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f680.png new file mode 100644 index 000000000..3e36ee1e1 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f680.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f692.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f692.png new file mode 100644 index 000000000..9446b97c9 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f692.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fb.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fb.png new file mode 100644 index 000000000..aa876f66a Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fb.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fc.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fc.png new file mode 100644 index 000000000..e2cfc2760 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fc.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fd.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fd.png new file mode 100644 index 000000000..5c97e350e Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fd.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fe.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fe.png new file mode 100644 index 000000000..235a017e3 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fe.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3ff.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3ff.png new file mode 100644 index 000000000..820b3a94b Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3ff.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f9af.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f9af.png new file mode 100644 index 000000000..ff972ba3f Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f9af.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f9b0.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f9b0.png new file mode 100644 index 000000000..db4716e3c Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f9b0.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f9b1.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f9b1.png new file mode 100644 index 000000000..82d9e673f Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f9b1.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f9b2.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f9b2.png new file mode 100644 index 000000000..afdddc7f4 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f9b2.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f9b3.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f9b3.png new file mode 100644 index 000000000..98e526a0f Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f9b3.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f9bc.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f9bc.png new file mode 100644 index 000000000..7b35da2f4 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f9bc.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-1f9bd.png b/dist/img-apple-160/1f9d1-1f3fc-200d-1f9bd.png new file mode 100644 index 000000000..879be1bae Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-1f9bd.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-2695-fe0f.png b/dist/img-apple-160/1f9d1-1f3fc-200d-2695-fe0f.png new file mode 100644 index 000000000..c12e08d04 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-2695-fe0f.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-2695.png b/dist/img-apple-160/1f9d1-1f3fc-200d-2695.png new file mode 100644 index 000000000..c12e08d04 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-2695.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-2696-fe0f.png b/dist/img-apple-160/1f9d1-1f3fc-200d-2696-fe0f.png new file mode 100644 index 000000000..752baf521 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-2696-fe0f.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-2696.png b/dist/img-apple-160/1f9d1-1f3fc-200d-2696.png new file mode 100644 index 000000000..752baf521 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-2696.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-2708-fe0f.png b/dist/img-apple-160/1f9d1-1f3fc-200d-2708-fe0f.png new file mode 100644 index 000000000..d70590e17 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-2708-fe0f.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc-200d-2708.png b/dist/img-apple-160/1f9d1-1f3fc-200d-2708.png new file mode 100644 index 000000000..d70590e17 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc-200d-2708.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fc.png b/dist/img-apple-160/1f9d1-1f3fc.png new file mode 100644 index 000000000..b3a7d75cf Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fc.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f33e.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f33e.png new file mode 100644 index 000000000..d474d9f18 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f33e.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f373.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f373.png new file mode 100644 index 000000000..42104616e Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f373.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f37c.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f37c.png new file mode 100755 index 000000000..549c69b40 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f37c.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f384.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f384.png new file mode 100755 index 000000000..ac9703704 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f384.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f393.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f393.png new file mode 100644 index 000000000..d9859a252 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f393.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f3a4.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f3a4.png new file mode 100644 index 000000000..d4050e1df Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f3a4.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f3a8.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f3a8.png new file mode 100644 index 000000000..a69cbe1a6 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f3a8.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f3eb.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f3eb.png new file mode 100644 index 000000000..7ebbaa58e Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f3eb.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f3ed.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f3ed.png new file mode 100644 index 000000000..9f47aa8c7 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f3ed.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f4bb.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f4bb.png new file mode 100644 index 000000000..f541aab18 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f4bb.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f4bc.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f4bc.png new file mode 100644 index 000000000..11e4979dd Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f4bc.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f527.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f527.png new file mode 100644 index 000000000..4ba7ac1b6 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f527.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f52c.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f52c.png new file mode 100644 index 000000000..d4c5f76e9 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f52c.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f680.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f680.png new file mode 100644 index 000000000..37d3b0f94 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f680.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f692.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f692.png new file mode 100644 index 000000000..33acd8142 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f692.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fb.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fb.png new file mode 100644 index 000000000..27ebf2f88 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fb.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fc.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fc.png new file mode 100644 index 000000000..e39fdec3d Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fc.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fd.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fd.png new file mode 100644 index 000000000..f51e3f0ff Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fd.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fe.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fe.png new file mode 100644 index 000000000..4be65b83e Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fe.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3ff.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3ff.png new file mode 100644 index 000000000..fe04b8907 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3ff.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f9af.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f9af.png new file mode 100644 index 000000000..458df29d7 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f9af.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f9b0.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f9b0.png new file mode 100644 index 000000000..a7ed44ce8 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f9b0.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f9b1.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f9b1.png new file mode 100644 index 000000000..8cd387fc2 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f9b1.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f9b2.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f9b2.png new file mode 100644 index 000000000..d50b70153 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f9b2.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f9b3.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f9b3.png new file mode 100644 index 000000000..0a66fad7e Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f9b3.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f9bc.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f9bc.png new file mode 100644 index 000000000..8d18dfad6 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f9bc.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-1f9bd.png b/dist/img-apple-160/1f9d1-1f3fd-200d-1f9bd.png new file mode 100644 index 000000000..0d6dda871 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-1f9bd.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-2695-fe0f.png b/dist/img-apple-160/1f9d1-1f3fd-200d-2695-fe0f.png new file mode 100644 index 000000000..47dd22c75 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-2695-fe0f.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-2695.png b/dist/img-apple-160/1f9d1-1f3fd-200d-2695.png new file mode 100644 index 000000000..47dd22c75 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-2695.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-2696-fe0f.png b/dist/img-apple-160/1f9d1-1f3fd-200d-2696-fe0f.png new file mode 100644 index 000000000..1f6abc5af Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-2696-fe0f.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-2696.png b/dist/img-apple-160/1f9d1-1f3fd-200d-2696.png new file mode 100644 index 000000000..1f6abc5af Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-2696.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-2708-fe0f.png b/dist/img-apple-160/1f9d1-1f3fd-200d-2708-fe0f.png new file mode 100644 index 000000000..ab27d85b6 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-2708-fe0f.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd-200d-2708.png b/dist/img-apple-160/1f9d1-1f3fd-200d-2708.png new file mode 100644 index 000000000..ab27d85b6 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd-200d-2708.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fd.png b/dist/img-apple-160/1f9d1-1f3fd.png new file mode 100644 index 000000000..09eb243fa Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fd.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f33e.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f33e.png new file mode 100644 index 000000000..f28ede98d Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f33e.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f373.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f373.png new file mode 100644 index 000000000..d28b0561f Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f373.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f37c.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f37c.png new file mode 100755 index 000000000..48886f988 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f37c.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f384.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f384.png new file mode 100755 index 000000000..52640bfc5 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f384.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f393.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f393.png new file mode 100644 index 000000000..8691de2ed Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f393.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f3a4.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f3a4.png new file mode 100644 index 000000000..caecff04c Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f3a4.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f3a8.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f3a8.png new file mode 100644 index 000000000..5808195d5 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f3a8.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f3eb.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f3eb.png new file mode 100644 index 000000000..f636b60d6 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f3eb.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f3ed.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f3ed.png new file mode 100644 index 000000000..5008676bb Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f3ed.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f4bb.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f4bb.png new file mode 100644 index 000000000..ff393ada0 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f4bb.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f4bc.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f4bc.png new file mode 100644 index 000000000..566c6b0b2 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f4bc.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f527.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f527.png new file mode 100644 index 000000000..e02c493f6 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f527.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f52c.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f52c.png new file mode 100644 index 000000000..b77ee6582 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f52c.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f680.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f680.png new file mode 100644 index 000000000..2d8d775f1 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f680.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f692.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f692.png new file mode 100644 index 000000000..5528950b9 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f692.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fb.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fb.png new file mode 100644 index 000000000..9de5e9450 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fb.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fc.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fc.png new file mode 100644 index 000000000..c3912862f Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fc.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fd.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fd.png new file mode 100644 index 000000000..cf92b15fd Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fd.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fe.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fe.png new file mode 100644 index 000000000..039c34dd3 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fe.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3ff.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3ff.png new file mode 100644 index 000000000..0434a0ac6 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3ff.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f9af.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f9af.png new file mode 100644 index 000000000..107761421 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f9af.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f9b0.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f9b0.png new file mode 100644 index 000000000..8431d522e Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f9b0.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f9b1.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f9b1.png new file mode 100644 index 000000000..e0a4f9d2c Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f9b1.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f9b2.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f9b2.png new file mode 100644 index 000000000..cba5dff9e Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f9b2.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f9b3.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f9b3.png new file mode 100644 index 000000000..eddfc63a4 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f9b3.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f9bc.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f9bc.png new file mode 100644 index 000000000..c9b98d2c2 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f9bc.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-1f9bd.png b/dist/img-apple-160/1f9d1-1f3fe-200d-1f9bd.png new file mode 100644 index 000000000..105ae9ba2 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-1f9bd.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-2695-fe0f.png b/dist/img-apple-160/1f9d1-1f3fe-200d-2695-fe0f.png new file mode 100644 index 000000000..6f582ab97 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-2695-fe0f.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-2695.png b/dist/img-apple-160/1f9d1-1f3fe-200d-2695.png new file mode 100644 index 000000000..6f582ab97 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-2695.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-2696-fe0f.png b/dist/img-apple-160/1f9d1-1f3fe-200d-2696-fe0f.png new file mode 100644 index 000000000..68c24dfb6 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-2696-fe0f.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-2696.png b/dist/img-apple-160/1f9d1-1f3fe-200d-2696.png new file mode 100644 index 000000000..68c24dfb6 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-2696.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-2708-fe0f.png b/dist/img-apple-160/1f9d1-1f3fe-200d-2708-fe0f.png new file mode 100644 index 000000000..2a9b2eaef Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-2708-fe0f.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe-200d-2708.png b/dist/img-apple-160/1f9d1-1f3fe-200d-2708.png new file mode 100644 index 000000000..2a9b2eaef Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe-200d-2708.png differ diff --git a/dist/img-apple-160/1f9d1-1f3fe.png b/dist/img-apple-160/1f9d1-1f3fe.png new file mode 100644 index 000000000..f614f2e72 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3fe.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f33e.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f33e.png new file mode 100644 index 000000000..911b50e43 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f33e.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f373.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f373.png new file mode 100644 index 000000000..005d6a293 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f373.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f37c.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f37c.png new file mode 100755 index 000000000..4c4d10363 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f37c.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f384.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f384.png new file mode 100755 index 000000000..c71139b09 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f384.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f393.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f393.png new file mode 100644 index 000000000..fcc99918b Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f393.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f3a4.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f3a4.png new file mode 100644 index 000000000..fbf34f503 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f3a4.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f3a8.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f3a8.png new file mode 100644 index 000000000..b4f4bd67c Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f3a8.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f3eb.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f3eb.png new file mode 100644 index 000000000..a8fa5dc88 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f3eb.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f3ed.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f3ed.png new file mode 100644 index 000000000..8b429175f Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f3ed.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f4bb.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f4bb.png new file mode 100644 index 000000000..1d80f44ff Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f4bb.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f4bc.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f4bc.png new file mode 100644 index 000000000..b6598f545 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f4bc.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f527.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f527.png new file mode 100644 index 000000000..242cc7de3 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f527.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f52c.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f52c.png new file mode 100644 index 000000000..7ebf74e69 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f52c.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f680.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f680.png new file mode 100644 index 000000000..f8085cb09 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f680.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f692.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f692.png new file mode 100644 index 000000000..414656fa1 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f692.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fb.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fb.png new file mode 100644 index 000000000..26438bd4a Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fb.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fc.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fc.png new file mode 100644 index 000000000..5d5842050 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fc.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fd.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fd.png new file mode 100644 index 000000000..e3b718e26 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fd.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fe.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fe.png new file mode 100644 index 000000000..5175a83ee Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fe.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3ff.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3ff.png new file mode 100644 index 000000000..766b54c2a Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3ff.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f9af.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f9af.png new file mode 100644 index 000000000..96f41749d Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f9af.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f9b0.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f9b0.png new file mode 100644 index 000000000..8b01de15a Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f9b0.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f9b1.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f9b1.png new file mode 100644 index 000000000..204707bde Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f9b1.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f9b2.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f9b2.png new file mode 100644 index 000000000..ae36b2745 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f9b2.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f9b3.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f9b3.png new file mode 100644 index 000000000..13795cd26 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f9b3.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f9bc.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f9bc.png new file mode 100644 index 000000000..df23e675a Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f9bc.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-1f9bd.png b/dist/img-apple-160/1f9d1-1f3ff-200d-1f9bd.png new file mode 100644 index 000000000..c0d7a9465 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-1f9bd.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-2695-fe0f.png b/dist/img-apple-160/1f9d1-1f3ff-200d-2695-fe0f.png new file mode 100644 index 000000000..831171915 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-2695-fe0f.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-2695.png b/dist/img-apple-160/1f9d1-1f3ff-200d-2695.png new file mode 100644 index 000000000..831171915 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-2695.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-2696-fe0f.png b/dist/img-apple-160/1f9d1-1f3ff-200d-2696-fe0f.png new file mode 100644 index 000000000..6cc4a01e5 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-2696-fe0f.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-2696.png b/dist/img-apple-160/1f9d1-1f3ff-200d-2696.png new file mode 100644 index 000000000..6cc4a01e5 Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-2696.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-2708-fe0f.png b/dist/img-apple-160/1f9d1-1f3ff-200d-2708-fe0f.png new file mode 100644 index 000000000..45f8047ba Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-2708-fe0f.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff-200d-2708.png b/dist/img-apple-160/1f9d1-1f3ff-200d-2708.png new file mode 100644 index 000000000..45f8047ba Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff-200d-2708.png differ diff --git a/dist/img-apple-160/1f9d1-1f3ff.png b/dist/img-apple-160/1f9d1-1f3ff.png new file mode 100644 index 000000000..97fa9397c Binary files /dev/null and b/dist/img-apple-160/1f9d1-1f3ff.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f33e.png b/dist/img-apple-160/1f9d1-200d-1f33e.png new file mode 100644 index 000000000..9d7329b1e Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f33e.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f373.png b/dist/img-apple-160/1f9d1-200d-1f373.png new file mode 100644 index 000000000..4a67f2318 Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f373.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f37c.png b/dist/img-apple-160/1f9d1-200d-1f37c.png new file mode 100755 index 000000000..8b43ad125 Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f37c.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f384.png b/dist/img-apple-160/1f9d1-200d-1f384.png new file mode 100755 index 000000000..4a959b473 Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f384.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f393.png b/dist/img-apple-160/1f9d1-200d-1f393.png new file mode 100644 index 000000000..3fbc31c58 Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f393.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f3a4.png b/dist/img-apple-160/1f9d1-200d-1f3a4.png new file mode 100644 index 000000000..ee6f44f2b Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f3a4.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f3a8.png b/dist/img-apple-160/1f9d1-200d-1f3a8.png new file mode 100644 index 000000000..327eba6f8 Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f3a8.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f3eb.png b/dist/img-apple-160/1f9d1-200d-1f3eb.png new file mode 100644 index 000000000..679dbf16a Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f3eb.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f3ed.png b/dist/img-apple-160/1f9d1-200d-1f3ed.png new file mode 100644 index 000000000..bde779142 Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f3ed.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f4bb.png b/dist/img-apple-160/1f9d1-200d-1f4bb.png new file mode 100644 index 000000000..c9a512542 Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f4bb.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f4bc.png b/dist/img-apple-160/1f9d1-200d-1f4bc.png new file mode 100644 index 000000000..06d8b3217 Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f4bc.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f527.png b/dist/img-apple-160/1f9d1-200d-1f527.png new file mode 100644 index 000000000..015bd88e0 Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f527.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f52c.png b/dist/img-apple-160/1f9d1-200d-1f52c.png new file mode 100644 index 000000000..b1e495ab9 Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f52c.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f680.png b/dist/img-apple-160/1f9d1-200d-1f680.png new file mode 100644 index 000000000..d3cafb40d Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f680.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f692.png b/dist/img-apple-160/1f9d1-200d-1f692.png new file mode 100644 index 000000000..8714301a2 Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f692.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f91d-200d-1f9d1.png b/dist/img-apple-160/1f9d1-200d-1f91d-200d-1f9d1.png new file mode 100644 index 000000000..60454388f Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f91d-200d-1f9d1.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f9af.png b/dist/img-apple-160/1f9d1-200d-1f9af.png new file mode 100644 index 000000000..f0b7cb84a Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f9af.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f9b0.png b/dist/img-apple-160/1f9d1-200d-1f9b0.png new file mode 100644 index 000000000..4b9e26a2e Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f9b0.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f9b1.png b/dist/img-apple-160/1f9d1-200d-1f9b1.png new file mode 100644 index 000000000..346646fd2 Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f9b1.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f9b2.png b/dist/img-apple-160/1f9d1-200d-1f9b2.png new file mode 100644 index 000000000..6741974ff Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f9b2.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f9b3.png b/dist/img-apple-160/1f9d1-200d-1f9b3.png new file mode 100644 index 000000000..ba2722f02 Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f9b3.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f9bc.png b/dist/img-apple-160/1f9d1-200d-1f9bc.png new file mode 100644 index 000000000..c0e0f35e2 Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f9bc.png differ diff --git a/dist/img-apple-160/1f9d1-200d-1f9bd.png b/dist/img-apple-160/1f9d1-200d-1f9bd.png new file mode 100644 index 000000000..93fd65ba4 Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-1f9bd.png differ diff --git a/dist/img-apple-160/1f9d1-200d-2695-fe0f.png b/dist/img-apple-160/1f9d1-200d-2695-fe0f.png new file mode 100644 index 000000000..694ead7df Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-2695-fe0f.png differ diff --git a/dist/img-apple-160/1f9d1-200d-2695.png b/dist/img-apple-160/1f9d1-200d-2695.png new file mode 100644 index 000000000..694ead7df Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-2695.png differ diff --git a/dist/img-apple-160/1f9d1-200d-2696-fe0f.png b/dist/img-apple-160/1f9d1-200d-2696-fe0f.png new file mode 100644 index 000000000..a73f24893 Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-2696-fe0f.png differ diff --git a/dist/img-apple-160/1f9d1-200d-2696.png b/dist/img-apple-160/1f9d1-200d-2696.png new file mode 100644 index 000000000..a73f24893 Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-2696.png differ diff --git a/dist/img-apple-160/1f9d1-200d-2708-fe0f.png b/dist/img-apple-160/1f9d1-200d-2708-fe0f.png new file mode 100644 index 000000000..54e199450 Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-2708-fe0f.png differ diff --git a/dist/img-apple-160/1f9d1-200d-2708.png b/dist/img-apple-160/1f9d1-200d-2708.png new file mode 100644 index 000000000..54e199450 Binary files /dev/null and b/dist/img-apple-160/1f9d1-200d-2708.png differ diff --git a/dist/img-apple-160/1f9d1.png b/dist/img-apple-160/1f9d1.png new file mode 100644 index 000000000..9323424ad Binary files /dev/null and b/dist/img-apple-160/1f9d1.png differ diff --git a/dist/img-apple-160/1f9d2-1f3fb.png b/dist/img-apple-160/1f9d2-1f3fb.png new file mode 100644 index 000000000..40e9d0389 Binary files /dev/null and b/dist/img-apple-160/1f9d2-1f3fb.png differ diff --git a/dist/img-apple-160/1f9d2-1f3fc.png b/dist/img-apple-160/1f9d2-1f3fc.png new file mode 100644 index 000000000..01525b36a Binary files /dev/null and b/dist/img-apple-160/1f9d2-1f3fc.png differ diff --git a/dist/img-apple-160/1f9d2-1f3fd.png b/dist/img-apple-160/1f9d2-1f3fd.png new file mode 100644 index 000000000..b61ec87d5 Binary files /dev/null and b/dist/img-apple-160/1f9d2-1f3fd.png differ diff --git a/dist/img-apple-160/1f9d2-1f3fe.png b/dist/img-apple-160/1f9d2-1f3fe.png new file mode 100644 index 000000000..618518147 Binary files /dev/null and b/dist/img-apple-160/1f9d2-1f3fe.png differ diff --git a/dist/img-apple-160/1f9d2-1f3ff.png b/dist/img-apple-160/1f9d2-1f3ff.png new file mode 100644 index 000000000..468b902f1 Binary files /dev/null and b/dist/img-apple-160/1f9d2-1f3ff.png differ diff --git a/dist/img-apple-160/1f9d2.png b/dist/img-apple-160/1f9d2.png new file mode 100644 index 000000000..8a15b8608 Binary files /dev/null and b/dist/img-apple-160/1f9d2.png differ diff --git a/dist/img-apple-160/1f9d3-1f3fb.png b/dist/img-apple-160/1f9d3-1f3fb.png new file mode 100644 index 000000000..365f664cd Binary files /dev/null and b/dist/img-apple-160/1f9d3-1f3fb.png differ diff --git a/dist/img-apple-160/1f9d3-1f3fc.png b/dist/img-apple-160/1f9d3-1f3fc.png new file mode 100644 index 000000000..643691c88 Binary files /dev/null and b/dist/img-apple-160/1f9d3-1f3fc.png differ diff --git a/dist/img-apple-160/1f9d3-1f3fd.png b/dist/img-apple-160/1f9d3-1f3fd.png new file mode 100644 index 000000000..ec1422525 Binary files /dev/null and b/dist/img-apple-160/1f9d3-1f3fd.png differ diff --git a/dist/img-apple-160/1f9d3-1f3fe.png b/dist/img-apple-160/1f9d3-1f3fe.png new file mode 100644 index 000000000..d00fea194 Binary files /dev/null and b/dist/img-apple-160/1f9d3-1f3fe.png differ diff --git a/dist/img-apple-160/1f9d3-1f3ff.png b/dist/img-apple-160/1f9d3-1f3ff.png new file mode 100644 index 000000000..dc5011a70 Binary files /dev/null and b/dist/img-apple-160/1f9d3-1f3ff.png differ diff --git a/dist/img-apple-160/1f9d3.png b/dist/img-apple-160/1f9d3.png new file mode 100644 index 000000000..09fe6ddbb Binary files /dev/null and b/dist/img-apple-160/1f9d3.png differ diff --git a/dist/img-apple-160/1f9d4-1f3fb.png b/dist/img-apple-160/1f9d4-1f3fb.png new file mode 100644 index 000000000..2a4c302f2 Binary files /dev/null and b/dist/img-apple-160/1f9d4-1f3fb.png differ diff --git a/dist/img-apple-160/1f9d4-1f3fc.png b/dist/img-apple-160/1f9d4-1f3fc.png new file mode 100644 index 000000000..1490227a2 Binary files /dev/null and b/dist/img-apple-160/1f9d4-1f3fc.png differ diff --git a/dist/img-apple-160/1f9d4-1f3fd.png b/dist/img-apple-160/1f9d4-1f3fd.png new file mode 100644 index 000000000..78fc67deb Binary files /dev/null and b/dist/img-apple-160/1f9d4-1f3fd.png differ diff --git a/dist/img-apple-160/1f9d4-1f3fe.png b/dist/img-apple-160/1f9d4-1f3fe.png new file mode 100644 index 000000000..a617d6bfa Binary files /dev/null and b/dist/img-apple-160/1f9d4-1f3fe.png differ diff --git a/dist/img-apple-160/1f9d4-1f3ff.png b/dist/img-apple-160/1f9d4-1f3ff.png new file mode 100644 index 000000000..39a0486f0 Binary files /dev/null and b/dist/img-apple-160/1f9d4-1f3ff.png differ diff --git a/dist/img-apple-160/1f9d4.png b/dist/img-apple-160/1f9d4.png new file mode 100644 index 000000000..1719bd70e Binary files /dev/null and b/dist/img-apple-160/1f9d4.png differ diff --git a/dist/img-apple-160/1f9d5-1f3fb.png b/dist/img-apple-160/1f9d5-1f3fb.png new file mode 100644 index 000000000..c324e97cb Binary files /dev/null and b/dist/img-apple-160/1f9d5-1f3fb.png differ diff --git a/dist/img-apple-160/1f9d5-1f3fc.png b/dist/img-apple-160/1f9d5-1f3fc.png new file mode 100644 index 000000000..023deff0d Binary files /dev/null and b/dist/img-apple-160/1f9d5-1f3fc.png differ diff --git a/dist/img-apple-160/1f9d5-1f3fd.png b/dist/img-apple-160/1f9d5-1f3fd.png new file mode 100644 index 000000000..9a4b188a7 Binary files /dev/null and b/dist/img-apple-160/1f9d5-1f3fd.png differ diff --git a/dist/img-apple-160/1f9d5-1f3fe.png b/dist/img-apple-160/1f9d5-1f3fe.png new file mode 100644 index 000000000..76c00b922 Binary files /dev/null and b/dist/img-apple-160/1f9d5-1f3fe.png differ diff --git a/dist/img-apple-160/1f9d5-1f3ff.png b/dist/img-apple-160/1f9d5-1f3ff.png new file mode 100644 index 000000000..dc8f0db08 Binary files /dev/null and b/dist/img-apple-160/1f9d5-1f3ff.png differ diff --git a/dist/img-apple-160/1f9d5.png b/dist/img-apple-160/1f9d5.png new file mode 100644 index 000000000..04879663f Binary files /dev/null and b/dist/img-apple-160/1f9d5.png differ diff --git a/dist/img-apple-160/1f9d6-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f9d6-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..072596ca9 Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d6-1f3fb-200d-2640.png b/dist/img-apple-160/1f9d6-1f3fb-200d-2640.png new file mode 100644 index 000000000..072596ca9 Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d6-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f9d6-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..42576808f Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d6-1f3fb-200d-2642.png b/dist/img-apple-160/1f9d6-1f3fb-200d-2642.png new file mode 100644 index 000000000..42576808f Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d6-1f3fb.png b/dist/img-apple-160/1f9d6-1f3fb.png new file mode 100644 index 000000000..e383a7f4b Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3fb.png differ diff --git a/dist/img-apple-160/1f9d6-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f9d6-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..b0c292afa Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d6-1f3fc-200d-2640.png b/dist/img-apple-160/1f9d6-1f3fc-200d-2640.png new file mode 100644 index 000000000..b0c292afa Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d6-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f9d6-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..ae2bb84ff Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d6-1f3fc-200d-2642.png b/dist/img-apple-160/1f9d6-1f3fc-200d-2642.png new file mode 100644 index 000000000..ae2bb84ff Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d6-1f3fc.png b/dist/img-apple-160/1f9d6-1f3fc.png new file mode 100644 index 000000000..3cc8fb9f7 Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3fc.png differ diff --git a/dist/img-apple-160/1f9d6-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f9d6-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..f3d900dda Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d6-1f3fd-200d-2640.png b/dist/img-apple-160/1f9d6-1f3fd-200d-2640.png new file mode 100644 index 000000000..f3d900dda Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d6-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f9d6-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..af211cd1d Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d6-1f3fd-200d-2642.png b/dist/img-apple-160/1f9d6-1f3fd-200d-2642.png new file mode 100644 index 000000000..af211cd1d Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d6-1f3fd.png b/dist/img-apple-160/1f9d6-1f3fd.png new file mode 100644 index 000000000..d12f3fa8e Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3fd.png differ diff --git a/dist/img-apple-160/1f9d6-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f9d6-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..d7791cb2b Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d6-1f3fe-200d-2640.png b/dist/img-apple-160/1f9d6-1f3fe-200d-2640.png new file mode 100644 index 000000000..d7791cb2b Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d6-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f9d6-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..7970e98de Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d6-1f3fe-200d-2642.png b/dist/img-apple-160/1f9d6-1f3fe-200d-2642.png new file mode 100644 index 000000000..7970e98de Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d6-1f3fe.png b/dist/img-apple-160/1f9d6-1f3fe.png new file mode 100644 index 000000000..6fbb7018f Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3fe.png differ diff --git a/dist/img-apple-160/1f9d6-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f9d6-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..835b9f2ff Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d6-1f3ff-200d-2640.png b/dist/img-apple-160/1f9d6-1f3ff-200d-2640.png new file mode 100644 index 000000000..835b9f2ff Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d6-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f9d6-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..d5eb2fc8d Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d6-1f3ff-200d-2642.png b/dist/img-apple-160/1f9d6-1f3ff-200d-2642.png new file mode 100644 index 000000000..d5eb2fc8d Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d6-1f3ff.png b/dist/img-apple-160/1f9d6-1f3ff.png new file mode 100644 index 000000000..4cab88627 Binary files /dev/null and b/dist/img-apple-160/1f9d6-1f3ff.png differ diff --git a/dist/img-apple-160/1f9d6-200d-2640-fe0f.png b/dist/img-apple-160/1f9d6-200d-2640-fe0f.png new file mode 100644 index 000000000..99d12eba0 Binary files /dev/null and b/dist/img-apple-160/1f9d6-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d6-200d-2640.png b/dist/img-apple-160/1f9d6-200d-2640.png new file mode 100644 index 000000000..99d12eba0 Binary files /dev/null and b/dist/img-apple-160/1f9d6-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d6-200d-2642-fe0f.png b/dist/img-apple-160/1f9d6-200d-2642-fe0f.png new file mode 100644 index 000000000..e7264cdbd Binary files /dev/null and b/dist/img-apple-160/1f9d6-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d6-200d-2642.png b/dist/img-apple-160/1f9d6-200d-2642.png new file mode 100644 index 000000000..e7264cdbd Binary files /dev/null and b/dist/img-apple-160/1f9d6-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d6.png b/dist/img-apple-160/1f9d6.png new file mode 100644 index 000000000..b27f13c8b Binary files /dev/null and b/dist/img-apple-160/1f9d6.png differ diff --git a/dist/img-apple-160/1f9d7-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f9d7-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..58c1dc53a Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d7-1f3fb-200d-2640.png b/dist/img-apple-160/1f9d7-1f3fb-200d-2640.png new file mode 100644 index 000000000..58c1dc53a Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d7-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f9d7-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..5f8ad8e7a Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d7-1f3fb-200d-2642.png b/dist/img-apple-160/1f9d7-1f3fb-200d-2642.png new file mode 100644 index 000000000..5f8ad8e7a Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d7-1f3fb.png b/dist/img-apple-160/1f9d7-1f3fb.png new file mode 100644 index 000000000..32be94dcc Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3fb.png differ diff --git a/dist/img-apple-160/1f9d7-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f9d7-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..751d4d9b3 Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d7-1f3fc-200d-2640.png b/dist/img-apple-160/1f9d7-1f3fc-200d-2640.png new file mode 100644 index 000000000..751d4d9b3 Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d7-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f9d7-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..23b5c8be4 Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d7-1f3fc-200d-2642.png b/dist/img-apple-160/1f9d7-1f3fc-200d-2642.png new file mode 100644 index 000000000..23b5c8be4 Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d7-1f3fc.png b/dist/img-apple-160/1f9d7-1f3fc.png new file mode 100644 index 000000000..c6d85752c Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3fc.png differ diff --git a/dist/img-apple-160/1f9d7-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f9d7-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..34a9fe4a1 Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d7-1f3fd-200d-2640.png b/dist/img-apple-160/1f9d7-1f3fd-200d-2640.png new file mode 100644 index 000000000..34a9fe4a1 Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d7-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f9d7-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..19c051b01 Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d7-1f3fd-200d-2642.png b/dist/img-apple-160/1f9d7-1f3fd-200d-2642.png new file mode 100644 index 000000000..19c051b01 Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d7-1f3fd.png b/dist/img-apple-160/1f9d7-1f3fd.png new file mode 100644 index 000000000..8cef639e4 Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3fd.png differ diff --git a/dist/img-apple-160/1f9d7-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f9d7-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..48caa6ede Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d7-1f3fe-200d-2640.png b/dist/img-apple-160/1f9d7-1f3fe-200d-2640.png new file mode 100644 index 000000000..48caa6ede Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d7-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f9d7-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..8bd0409ae Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d7-1f3fe-200d-2642.png b/dist/img-apple-160/1f9d7-1f3fe-200d-2642.png new file mode 100644 index 000000000..8bd0409ae Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d7-1f3fe.png b/dist/img-apple-160/1f9d7-1f3fe.png new file mode 100644 index 000000000..3cc1c3dd3 Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3fe.png differ diff --git a/dist/img-apple-160/1f9d7-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f9d7-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..c06e48f1c Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d7-1f3ff-200d-2640.png b/dist/img-apple-160/1f9d7-1f3ff-200d-2640.png new file mode 100644 index 000000000..c06e48f1c Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d7-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f9d7-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..2cb2b5d15 Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d7-1f3ff-200d-2642.png b/dist/img-apple-160/1f9d7-1f3ff-200d-2642.png new file mode 100644 index 000000000..2cb2b5d15 Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d7-1f3ff.png b/dist/img-apple-160/1f9d7-1f3ff.png new file mode 100644 index 000000000..313598b78 Binary files /dev/null and b/dist/img-apple-160/1f9d7-1f3ff.png differ diff --git a/dist/img-apple-160/1f9d7-200d-2640-fe0f.png b/dist/img-apple-160/1f9d7-200d-2640-fe0f.png new file mode 100644 index 000000000..bfa6f452c Binary files /dev/null and b/dist/img-apple-160/1f9d7-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d7-200d-2640.png b/dist/img-apple-160/1f9d7-200d-2640.png new file mode 100644 index 000000000..bfa6f452c Binary files /dev/null and b/dist/img-apple-160/1f9d7-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d7-200d-2642-fe0f.png b/dist/img-apple-160/1f9d7-200d-2642-fe0f.png new file mode 100644 index 000000000..4c18d56fb Binary files /dev/null and b/dist/img-apple-160/1f9d7-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d7-200d-2642.png b/dist/img-apple-160/1f9d7-200d-2642.png new file mode 100644 index 000000000..4c18d56fb Binary files /dev/null and b/dist/img-apple-160/1f9d7-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d7.png b/dist/img-apple-160/1f9d7.png new file mode 100644 index 000000000..0eab3d2ef Binary files /dev/null and b/dist/img-apple-160/1f9d7.png differ diff --git a/dist/img-apple-160/1f9d8-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f9d8-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..68feee11a Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d8-1f3fb-200d-2640.png b/dist/img-apple-160/1f9d8-1f3fb-200d-2640.png new file mode 100644 index 000000000..68feee11a Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d8-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f9d8-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..9c0f08c11 Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d8-1f3fb-200d-2642.png b/dist/img-apple-160/1f9d8-1f3fb-200d-2642.png new file mode 100644 index 000000000..9c0f08c11 Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d8-1f3fb.png b/dist/img-apple-160/1f9d8-1f3fb.png new file mode 100644 index 000000000..8b6d567b8 Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3fb.png differ diff --git a/dist/img-apple-160/1f9d8-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f9d8-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..99cec617d Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d8-1f3fc-200d-2640.png b/dist/img-apple-160/1f9d8-1f3fc-200d-2640.png new file mode 100644 index 000000000..99cec617d Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d8-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f9d8-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..1cd7821a0 Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d8-1f3fc-200d-2642.png b/dist/img-apple-160/1f9d8-1f3fc-200d-2642.png new file mode 100644 index 000000000..1cd7821a0 Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d8-1f3fc.png b/dist/img-apple-160/1f9d8-1f3fc.png new file mode 100644 index 000000000..4aeecaf87 Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3fc.png differ diff --git a/dist/img-apple-160/1f9d8-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f9d8-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..4561694e6 Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d8-1f3fd-200d-2640.png b/dist/img-apple-160/1f9d8-1f3fd-200d-2640.png new file mode 100644 index 000000000..4561694e6 Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d8-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f9d8-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..0488f190f Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d8-1f3fd-200d-2642.png b/dist/img-apple-160/1f9d8-1f3fd-200d-2642.png new file mode 100644 index 000000000..0488f190f Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d8-1f3fd.png b/dist/img-apple-160/1f9d8-1f3fd.png new file mode 100644 index 000000000..b598f99ca Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3fd.png differ diff --git a/dist/img-apple-160/1f9d8-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f9d8-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..c91139b44 Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d8-1f3fe-200d-2640.png b/dist/img-apple-160/1f9d8-1f3fe-200d-2640.png new file mode 100644 index 000000000..c91139b44 Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d8-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f9d8-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..844ec1a71 Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d8-1f3fe-200d-2642.png b/dist/img-apple-160/1f9d8-1f3fe-200d-2642.png new file mode 100644 index 000000000..844ec1a71 Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d8-1f3fe.png b/dist/img-apple-160/1f9d8-1f3fe.png new file mode 100644 index 000000000..f1d5b0788 Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3fe.png differ diff --git a/dist/img-apple-160/1f9d8-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f9d8-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..72d79b881 Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d8-1f3ff-200d-2640.png b/dist/img-apple-160/1f9d8-1f3ff-200d-2640.png new file mode 100644 index 000000000..72d79b881 Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d8-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f9d8-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..0cc5f25fa Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d8-1f3ff-200d-2642.png b/dist/img-apple-160/1f9d8-1f3ff-200d-2642.png new file mode 100644 index 000000000..0cc5f25fa Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d8-1f3ff.png b/dist/img-apple-160/1f9d8-1f3ff.png new file mode 100644 index 000000000..7dc2a205f Binary files /dev/null and b/dist/img-apple-160/1f9d8-1f3ff.png differ diff --git a/dist/img-apple-160/1f9d8-200d-2640-fe0f.png b/dist/img-apple-160/1f9d8-200d-2640-fe0f.png new file mode 100644 index 000000000..2cde0f515 Binary files /dev/null and b/dist/img-apple-160/1f9d8-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d8-200d-2640.png b/dist/img-apple-160/1f9d8-200d-2640.png new file mode 100644 index 000000000..2cde0f515 Binary files /dev/null and b/dist/img-apple-160/1f9d8-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d8-200d-2642-fe0f.png b/dist/img-apple-160/1f9d8-200d-2642-fe0f.png new file mode 100644 index 000000000..766fb372a Binary files /dev/null and b/dist/img-apple-160/1f9d8-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d8-200d-2642.png b/dist/img-apple-160/1f9d8-200d-2642.png new file mode 100644 index 000000000..766fb372a Binary files /dev/null and b/dist/img-apple-160/1f9d8-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d8.png b/dist/img-apple-160/1f9d8.png new file mode 100644 index 000000000..47b4cb10e Binary files /dev/null and b/dist/img-apple-160/1f9d8.png differ diff --git a/dist/img-apple-160/1f9d9-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f9d9-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..b9a7feaf4 Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d9-1f3fb-200d-2640.png b/dist/img-apple-160/1f9d9-1f3fb-200d-2640.png new file mode 100644 index 000000000..b9a7feaf4 Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d9-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f9d9-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..d3b723b4f Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d9-1f3fb-200d-2642.png b/dist/img-apple-160/1f9d9-1f3fb-200d-2642.png new file mode 100644 index 000000000..d3b723b4f Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d9-1f3fb.png b/dist/img-apple-160/1f9d9-1f3fb.png new file mode 100644 index 000000000..817cbe908 Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3fb.png differ diff --git a/dist/img-apple-160/1f9d9-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f9d9-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..b736802d3 Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d9-1f3fc-200d-2640.png b/dist/img-apple-160/1f9d9-1f3fc-200d-2640.png new file mode 100644 index 000000000..b736802d3 Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d9-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f9d9-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..fac258f54 Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d9-1f3fc-200d-2642.png b/dist/img-apple-160/1f9d9-1f3fc-200d-2642.png new file mode 100644 index 000000000..fac258f54 Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d9-1f3fc.png b/dist/img-apple-160/1f9d9-1f3fc.png new file mode 100644 index 000000000..9949272ee Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3fc.png differ diff --git a/dist/img-apple-160/1f9d9-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f9d9-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..4063c2448 Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d9-1f3fd-200d-2640.png b/dist/img-apple-160/1f9d9-1f3fd-200d-2640.png new file mode 100644 index 000000000..4063c2448 Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d9-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f9d9-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..0e7376cf9 Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d9-1f3fd-200d-2642.png b/dist/img-apple-160/1f9d9-1f3fd-200d-2642.png new file mode 100644 index 000000000..0e7376cf9 Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d9-1f3fd.png b/dist/img-apple-160/1f9d9-1f3fd.png new file mode 100644 index 000000000..7fe8dcb9d Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3fd.png differ diff --git a/dist/img-apple-160/1f9d9-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f9d9-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..04af44aa6 Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d9-1f3fe-200d-2640.png b/dist/img-apple-160/1f9d9-1f3fe-200d-2640.png new file mode 100644 index 000000000..04af44aa6 Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d9-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f9d9-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..0c9447da5 Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d9-1f3fe-200d-2642.png b/dist/img-apple-160/1f9d9-1f3fe-200d-2642.png new file mode 100644 index 000000000..0c9447da5 Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d9-1f3fe.png b/dist/img-apple-160/1f9d9-1f3fe.png new file mode 100644 index 000000000..cb46f9e0b Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3fe.png differ diff --git a/dist/img-apple-160/1f9d9-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f9d9-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..d7604148a Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d9-1f3ff-200d-2640.png b/dist/img-apple-160/1f9d9-1f3ff-200d-2640.png new file mode 100644 index 000000000..d7604148a Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d9-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f9d9-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..efd7eed50 Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d9-1f3ff-200d-2642.png b/dist/img-apple-160/1f9d9-1f3ff-200d-2642.png new file mode 100644 index 000000000..efd7eed50 Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d9-1f3ff.png b/dist/img-apple-160/1f9d9-1f3ff.png new file mode 100644 index 000000000..7fcf8e508 Binary files /dev/null and b/dist/img-apple-160/1f9d9-1f3ff.png differ diff --git a/dist/img-apple-160/1f9d9-200d-2640-fe0f.png b/dist/img-apple-160/1f9d9-200d-2640-fe0f.png new file mode 100644 index 000000000..d960b0e2b Binary files /dev/null and b/dist/img-apple-160/1f9d9-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9d9-200d-2640.png b/dist/img-apple-160/1f9d9-200d-2640.png new file mode 100644 index 000000000..d960b0e2b Binary files /dev/null and b/dist/img-apple-160/1f9d9-200d-2640.png differ diff --git a/dist/img-apple-160/1f9d9-200d-2642-fe0f.png b/dist/img-apple-160/1f9d9-200d-2642-fe0f.png new file mode 100644 index 000000000..b20a04725 Binary files /dev/null and b/dist/img-apple-160/1f9d9-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9d9-200d-2642.png b/dist/img-apple-160/1f9d9-200d-2642.png new file mode 100644 index 000000000..b20a04725 Binary files /dev/null and b/dist/img-apple-160/1f9d9-200d-2642.png differ diff --git a/dist/img-apple-160/1f9d9.png b/dist/img-apple-160/1f9d9.png new file mode 100644 index 000000000..9b5f3b536 Binary files /dev/null and b/dist/img-apple-160/1f9d9.png differ diff --git a/dist/img-apple-160/1f9da-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f9da-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..7367eda07 Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9da-1f3fb-200d-2640.png b/dist/img-apple-160/1f9da-1f3fb-200d-2640.png new file mode 100644 index 000000000..7367eda07 Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f9da-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f9da-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..6cbc78809 Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9da-1f3fb-200d-2642.png b/dist/img-apple-160/1f9da-1f3fb-200d-2642.png new file mode 100644 index 000000000..6cbc78809 Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f9da-1f3fb.png b/dist/img-apple-160/1f9da-1f3fb.png new file mode 100644 index 000000000..e0266ee90 Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3fb.png differ diff --git a/dist/img-apple-160/1f9da-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f9da-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..bb8892d9a Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9da-1f3fc-200d-2640.png b/dist/img-apple-160/1f9da-1f3fc-200d-2640.png new file mode 100644 index 000000000..bb8892d9a Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f9da-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f9da-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..95c180930 Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9da-1f3fc-200d-2642.png b/dist/img-apple-160/1f9da-1f3fc-200d-2642.png new file mode 100644 index 000000000..95c180930 Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f9da-1f3fc.png b/dist/img-apple-160/1f9da-1f3fc.png new file mode 100644 index 000000000..7e4f51923 Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3fc.png differ diff --git a/dist/img-apple-160/1f9da-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f9da-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..5aabfdfcf Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9da-1f3fd-200d-2640.png b/dist/img-apple-160/1f9da-1f3fd-200d-2640.png new file mode 100644 index 000000000..5aabfdfcf Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f9da-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f9da-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..5c75db844 Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9da-1f3fd-200d-2642.png b/dist/img-apple-160/1f9da-1f3fd-200d-2642.png new file mode 100644 index 000000000..5c75db844 Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f9da-1f3fd.png b/dist/img-apple-160/1f9da-1f3fd.png new file mode 100644 index 000000000..76b7a646a Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3fd.png differ diff --git a/dist/img-apple-160/1f9da-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f9da-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..f04859f30 Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9da-1f3fe-200d-2640.png b/dist/img-apple-160/1f9da-1f3fe-200d-2640.png new file mode 100644 index 000000000..f04859f30 Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f9da-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f9da-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..d25106b09 Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9da-1f3fe-200d-2642.png b/dist/img-apple-160/1f9da-1f3fe-200d-2642.png new file mode 100644 index 000000000..d25106b09 Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f9da-1f3fe.png b/dist/img-apple-160/1f9da-1f3fe.png new file mode 100644 index 000000000..0702e9370 Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3fe.png differ diff --git a/dist/img-apple-160/1f9da-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f9da-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..cfb8f76f9 Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9da-1f3ff-200d-2640.png b/dist/img-apple-160/1f9da-1f3ff-200d-2640.png new file mode 100644 index 000000000..cfb8f76f9 Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f9da-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f9da-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..80305ca73 Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9da-1f3ff-200d-2642.png b/dist/img-apple-160/1f9da-1f3ff-200d-2642.png new file mode 100644 index 000000000..80305ca73 Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f9da-1f3ff.png b/dist/img-apple-160/1f9da-1f3ff.png new file mode 100644 index 000000000..3c03c1bc4 Binary files /dev/null and b/dist/img-apple-160/1f9da-1f3ff.png differ diff --git a/dist/img-apple-160/1f9da-200d-2640-fe0f.png b/dist/img-apple-160/1f9da-200d-2640-fe0f.png new file mode 100644 index 000000000..38a432d9a Binary files /dev/null and b/dist/img-apple-160/1f9da-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9da-200d-2640.png b/dist/img-apple-160/1f9da-200d-2640.png new file mode 100644 index 000000000..38a432d9a Binary files /dev/null and b/dist/img-apple-160/1f9da-200d-2640.png differ diff --git a/dist/img-apple-160/1f9da-200d-2642-fe0f.png b/dist/img-apple-160/1f9da-200d-2642-fe0f.png new file mode 100644 index 000000000..34449647d Binary files /dev/null and b/dist/img-apple-160/1f9da-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9da-200d-2642.png b/dist/img-apple-160/1f9da-200d-2642.png new file mode 100644 index 000000000..34449647d Binary files /dev/null and b/dist/img-apple-160/1f9da-200d-2642.png differ diff --git a/dist/img-apple-160/1f9da.png b/dist/img-apple-160/1f9da.png new file mode 100644 index 000000000..a5f5416fc Binary files /dev/null and b/dist/img-apple-160/1f9da.png differ diff --git a/dist/img-apple-160/1f9db-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f9db-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..c936c0b73 Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9db-1f3fb-200d-2640.png b/dist/img-apple-160/1f9db-1f3fb-200d-2640.png new file mode 100644 index 000000000..c936c0b73 Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f9db-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f9db-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..ee31d7e5a Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9db-1f3fb-200d-2642.png b/dist/img-apple-160/1f9db-1f3fb-200d-2642.png new file mode 100644 index 000000000..ee31d7e5a Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f9db-1f3fb.png b/dist/img-apple-160/1f9db-1f3fb.png new file mode 100644 index 000000000..e16bc1745 Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3fb.png differ diff --git a/dist/img-apple-160/1f9db-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f9db-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..40337daac Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9db-1f3fc-200d-2640.png b/dist/img-apple-160/1f9db-1f3fc-200d-2640.png new file mode 100644 index 000000000..40337daac Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f9db-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f9db-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..79ee4bc7c Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9db-1f3fc-200d-2642.png b/dist/img-apple-160/1f9db-1f3fc-200d-2642.png new file mode 100644 index 000000000..79ee4bc7c Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f9db-1f3fc.png b/dist/img-apple-160/1f9db-1f3fc.png new file mode 100644 index 000000000..ebcfaa6ce Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3fc.png differ diff --git a/dist/img-apple-160/1f9db-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f9db-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..02b2ffcc2 Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9db-1f3fd-200d-2640.png b/dist/img-apple-160/1f9db-1f3fd-200d-2640.png new file mode 100644 index 000000000..02b2ffcc2 Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f9db-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f9db-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..9497e7668 Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9db-1f3fd-200d-2642.png b/dist/img-apple-160/1f9db-1f3fd-200d-2642.png new file mode 100644 index 000000000..9497e7668 Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f9db-1f3fd.png b/dist/img-apple-160/1f9db-1f3fd.png new file mode 100644 index 000000000..4cdf4aa6b Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3fd.png differ diff --git a/dist/img-apple-160/1f9db-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f9db-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..bc226924f Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9db-1f3fe-200d-2640.png b/dist/img-apple-160/1f9db-1f3fe-200d-2640.png new file mode 100644 index 000000000..bc226924f Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f9db-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f9db-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..f176fb183 Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9db-1f3fe-200d-2642.png b/dist/img-apple-160/1f9db-1f3fe-200d-2642.png new file mode 100644 index 000000000..f176fb183 Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f9db-1f3fe.png b/dist/img-apple-160/1f9db-1f3fe.png new file mode 100644 index 000000000..78db0c270 Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3fe.png differ diff --git a/dist/img-apple-160/1f9db-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f9db-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..8979bc9f7 Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9db-1f3ff-200d-2640.png b/dist/img-apple-160/1f9db-1f3ff-200d-2640.png new file mode 100644 index 000000000..8979bc9f7 Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f9db-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f9db-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..2f0a6468f Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9db-1f3ff-200d-2642.png b/dist/img-apple-160/1f9db-1f3ff-200d-2642.png new file mode 100644 index 000000000..2f0a6468f Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f9db-1f3ff.png b/dist/img-apple-160/1f9db-1f3ff.png new file mode 100644 index 000000000..3a632bef6 Binary files /dev/null and b/dist/img-apple-160/1f9db-1f3ff.png differ diff --git a/dist/img-apple-160/1f9db-200d-2640-fe0f.png b/dist/img-apple-160/1f9db-200d-2640-fe0f.png new file mode 100644 index 000000000..b1948e947 Binary files /dev/null and b/dist/img-apple-160/1f9db-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9db-200d-2640.png b/dist/img-apple-160/1f9db-200d-2640.png new file mode 100644 index 000000000..b1948e947 Binary files /dev/null and b/dist/img-apple-160/1f9db-200d-2640.png differ diff --git a/dist/img-apple-160/1f9db-200d-2642-fe0f.png b/dist/img-apple-160/1f9db-200d-2642-fe0f.png new file mode 100644 index 000000000..ca904483f Binary files /dev/null and b/dist/img-apple-160/1f9db-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9db-200d-2642.png b/dist/img-apple-160/1f9db-200d-2642.png new file mode 100644 index 000000000..ca904483f Binary files /dev/null and b/dist/img-apple-160/1f9db-200d-2642.png differ diff --git a/dist/img-apple-160/1f9db.png b/dist/img-apple-160/1f9db.png new file mode 100644 index 000000000..8372669da Binary files /dev/null and b/dist/img-apple-160/1f9db.png differ diff --git a/dist/img-apple-160/1f9dc-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f9dc-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..a1e9bba87 Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9dc-1f3fb-200d-2640.png b/dist/img-apple-160/1f9dc-1f3fb-200d-2640.png new file mode 100644 index 000000000..a1e9bba87 Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f9dc-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f9dc-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..f715b4d19 Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9dc-1f3fb-200d-2642.png b/dist/img-apple-160/1f9dc-1f3fb-200d-2642.png new file mode 100644 index 000000000..f715b4d19 Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f9dc-1f3fb.png b/dist/img-apple-160/1f9dc-1f3fb.png new file mode 100644 index 000000000..f13411872 Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3fb.png differ diff --git a/dist/img-apple-160/1f9dc-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f9dc-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..0dc783425 Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9dc-1f3fc-200d-2640.png b/dist/img-apple-160/1f9dc-1f3fc-200d-2640.png new file mode 100644 index 000000000..0dc783425 Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f9dc-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f9dc-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..1fa7d7ea6 Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9dc-1f3fc-200d-2642.png b/dist/img-apple-160/1f9dc-1f3fc-200d-2642.png new file mode 100644 index 000000000..1fa7d7ea6 Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f9dc-1f3fc.png b/dist/img-apple-160/1f9dc-1f3fc.png new file mode 100644 index 000000000..bb3dc34ab Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3fc.png differ diff --git a/dist/img-apple-160/1f9dc-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f9dc-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..7c408fae9 Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9dc-1f3fd-200d-2640.png b/dist/img-apple-160/1f9dc-1f3fd-200d-2640.png new file mode 100644 index 000000000..7c408fae9 Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f9dc-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f9dc-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..778d71066 Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9dc-1f3fd-200d-2642.png b/dist/img-apple-160/1f9dc-1f3fd-200d-2642.png new file mode 100644 index 000000000..778d71066 Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f9dc-1f3fd.png b/dist/img-apple-160/1f9dc-1f3fd.png new file mode 100644 index 000000000..0dead1578 Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3fd.png differ diff --git a/dist/img-apple-160/1f9dc-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f9dc-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..4d3fba249 Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9dc-1f3fe-200d-2640.png b/dist/img-apple-160/1f9dc-1f3fe-200d-2640.png new file mode 100644 index 000000000..4d3fba249 Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f9dc-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f9dc-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..e5dad594c Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9dc-1f3fe-200d-2642.png b/dist/img-apple-160/1f9dc-1f3fe-200d-2642.png new file mode 100644 index 000000000..e5dad594c Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f9dc-1f3fe.png b/dist/img-apple-160/1f9dc-1f3fe.png new file mode 100644 index 000000000..bdd2d34b5 Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3fe.png differ diff --git a/dist/img-apple-160/1f9dc-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f9dc-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..389e2e1b9 Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9dc-1f3ff-200d-2640.png b/dist/img-apple-160/1f9dc-1f3ff-200d-2640.png new file mode 100644 index 000000000..389e2e1b9 Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f9dc-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f9dc-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..54720d4a8 Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9dc-1f3ff-200d-2642.png b/dist/img-apple-160/1f9dc-1f3ff-200d-2642.png new file mode 100644 index 000000000..54720d4a8 Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f9dc-1f3ff.png b/dist/img-apple-160/1f9dc-1f3ff.png new file mode 100644 index 000000000..c4d14604b Binary files /dev/null and b/dist/img-apple-160/1f9dc-1f3ff.png differ diff --git a/dist/img-apple-160/1f9dc-200d-2640-fe0f.png b/dist/img-apple-160/1f9dc-200d-2640-fe0f.png new file mode 100644 index 000000000..f633333c3 Binary files /dev/null and b/dist/img-apple-160/1f9dc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9dc-200d-2640.png b/dist/img-apple-160/1f9dc-200d-2640.png new file mode 100644 index 000000000..f633333c3 Binary files /dev/null and b/dist/img-apple-160/1f9dc-200d-2640.png differ diff --git a/dist/img-apple-160/1f9dc-200d-2642-fe0f.png b/dist/img-apple-160/1f9dc-200d-2642-fe0f.png new file mode 100644 index 000000000..41148789c Binary files /dev/null and b/dist/img-apple-160/1f9dc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9dc-200d-2642.png b/dist/img-apple-160/1f9dc-200d-2642.png new file mode 100644 index 000000000..41148789c Binary files /dev/null and b/dist/img-apple-160/1f9dc-200d-2642.png differ diff --git a/dist/img-apple-160/1f9dc.png b/dist/img-apple-160/1f9dc.png new file mode 100644 index 000000000..caabd9578 Binary files /dev/null and b/dist/img-apple-160/1f9dc.png differ diff --git a/dist/img-apple-160/1f9dd-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/1f9dd-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..f69630688 Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9dd-1f3fb-200d-2640.png b/dist/img-apple-160/1f9dd-1f3fb-200d-2640.png new file mode 100644 index 000000000..f69630688 Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/1f9dd-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/1f9dd-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..1f5636f08 Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9dd-1f3fb-200d-2642.png b/dist/img-apple-160/1f9dd-1f3fb-200d-2642.png new file mode 100644 index 000000000..1f5636f08 Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/1f9dd-1f3fb.png b/dist/img-apple-160/1f9dd-1f3fb.png new file mode 100644 index 000000000..44d32d62f Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3fb.png differ diff --git a/dist/img-apple-160/1f9dd-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/1f9dd-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..a0890e87e Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9dd-1f3fc-200d-2640.png b/dist/img-apple-160/1f9dd-1f3fc-200d-2640.png new file mode 100644 index 000000000..a0890e87e Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/1f9dd-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/1f9dd-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..37a421a62 Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9dd-1f3fc-200d-2642.png b/dist/img-apple-160/1f9dd-1f3fc-200d-2642.png new file mode 100644 index 000000000..37a421a62 Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/1f9dd-1f3fc.png b/dist/img-apple-160/1f9dd-1f3fc.png new file mode 100644 index 000000000..4b74da5f5 Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3fc.png differ diff --git a/dist/img-apple-160/1f9dd-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/1f9dd-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..2059adb2f Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9dd-1f3fd-200d-2640.png b/dist/img-apple-160/1f9dd-1f3fd-200d-2640.png new file mode 100644 index 000000000..2059adb2f Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/1f9dd-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/1f9dd-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..29979ffb4 Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9dd-1f3fd-200d-2642.png b/dist/img-apple-160/1f9dd-1f3fd-200d-2642.png new file mode 100644 index 000000000..29979ffb4 Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/1f9dd-1f3fd.png b/dist/img-apple-160/1f9dd-1f3fd.png new file mode 100644 index 000000000..ef8aeb187 Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3fd.png differ diff --git a/dist/img-apple-160/1f9dd-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/1f9dd-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..1149fcee5 Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9dd-1f3fe-200d-2640.png b/dist/img-apple-160/1f9dd-1f3fe-200d-2640.png new file mode 100644 index 000000000..1149fcee5 Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/1f9dd-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/1f9dd-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..1ac7a3ecc Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9dd-1f3fe-200d-2642.png b/dist/img-apple-160/1f9dd-1f3fe-200d-2642.png new file mode 100644 index 000000000..1ac7a3ecc Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/1f9dd-1f3fe.png b/dist/img-apple-160/1f9dd-1f3fe.png new file mode 100644 index 000000000..0ef4c2720 Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3fe.png differ diff --git a/dist/img-apple-160/1f9dd-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/1f9dd-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..2ae6a912a Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9dd-1f3ff-200d-2640.png b/dist/img-apple-160/1f9dd-1f3ff-200d-2640.png new file mode 100644 index 000000000..2ae6a912a Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/1f9dd-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/1f9dd-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..7d6c5682f Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9dd-1f3ff-200d-2642.png b/dist/img-apple-160/1f9dd-1f3ff-200d-2642.png new file mode 100644 index 000000000..7d6c5682f Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/1f9dd-1f3ff.png b/dist/img-apple-160/1f9dd-1f3ff.png new file mode 100644 index 000000000..49d948ec6 Binary files /dev/null and b/dist/img-apple-160/1f9dd-1f3ff.png differ diff --git a/dist/img-apple-160/1f9dd-200d-2640-fe0f.png b/dist/img-apple-160/1f9dd-200d-2640-fe0f.png new file mode 100644 index 000000000..e315d15d7 Binary files /dev/null and b/dist/img-apple-160/1f9dd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9dd-200d-2640.png b/dist/img-apple-160/1f9dd-200d-2640.png new file mode 100644 index 000000000..e315d15d7 Binary files /dev/null and b/dist/img-apple-160/1f9dd-200d-2640.png differ diff --git a/dist/img-apple-160/1f9dd-200d-2642-fe0f.png b/dist/img-apple-160/1f9dd-200d-2642-fe0f.png new file mode 100644 index 000000000..8d9e747dc Binary files /dev/null and b/dist/img-apple-160/1f9dd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9dd-200d-2642.png b/dist/img-apple-160/1f9dd-200d-2642.png new file mode 100644 index 000000000..8d9e747dc Binary files /dev/null and b/dist/img-apple-160/1f9dd-200d-2642.png differ diff --git a/dist/img-apple-160/1f9dd.png b/dist/img-apple-160/1f9dd.png new file mode 100644 index 000000000..a3f16d3c6 Binary files /dev/null and b/dist/img-apple-160/1f9dd.png differ diff --git a/dist/img-apple-160/1f9de-200d-2640-fe0f.png b/dist/img-apple-160/1f9de-200d-2640-fe0f.png new file mode 100644 index 000000000..e44c2b2f4 Binary files /dev/null and b/dist/img-apple-160/1f9de-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9de-200d-2640.png b/dist/img-apple-160/1f9de-200d-2640.png new file mode 100644 index 000000000..e44c2b2f4 Binary files /dev/null and b/dist/img-apple-160/1f9de-200d-2640.png differ diff --git a/dist/img-apple-160/1f9de-200d-2642-fe0f.png b/dist/img-apple-160/1f9de-200d-2642-fe0f.png new file mode 100644 index 000000000..6cd00e08c Binary files /dev/null and b/dist/img-apple-160/1f9de-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9de-200d-2642.png b/dist/img-apple-160/1f9de-200d-2642.png new file mode 100644 index 000000000..6cd00e08c Binary files /dev/null and b/dist/img-apple-160/1f9de-200d-2642.png differ diff --git a/dist/img-apple-160/1f9de.png b/dist/img-apple-160/1f9de.png new file mode 100644 index 000000000..c3350a0f7 Binary files /dev/null and b/dist/img-apple-160/1f9de.png differ diff --git a/dist/img-apple-160/1f9df-200d-2640-fe0f.png b/dist/img-apple-160/1f9df-200d-2640-fe0f.png new file mode 100644 index 000000000..a22b84e7d Binary files /dev/null and b/dist/img-apple-160/1f9df-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/1f9df-200d-2640.png b/dist/img-apple-160/1f9df-200d-2640.png new file mode 100644 index 000000000..a22b84e7d Binary files /dev/null and b/dist/img-apple-160/1f9df-200d-2640.png differ diff --git a/dist/img-apple-160/1f9df-200d-2642-fe0f.png b/dist/img-apple-160/1f9df-200d-2642-fe0f.png new file mode 100644 index 000000000..a6a7927b5 Binary files /dev/null and b/dist/img-apple-160/1f9df-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/1f9df-200d-2642.png b/dist/img-apple-160/1f9df-200d-2642.png new file mode 100644 index 000000000..a6a7927b5 Binary files /dev/null and b/dist/img-apple-160/1f9df-200d-2642.png differ diff --git a/dist/img-apple-160/1f9df.png b/dist/img-apple-160/1f9df.png new file mode 100644 index 000000000..f40c1b4a9 Binary files /dev/null and b/dist/img-apple-160/1f9df.png differ diff --git a/dist/img-apple-160/1f9e0.png b/dist/img-apple-160/1f9e0.png new file mode 100644 index 000000000..9863d8d1a Binary files /dev/null and b/dist/img-apple-160/1f9e0.png differ diff --git a/dist/img-apple-160/1f9e1.png b/dist/img-apple-160/1f9e1.png new file mode 100644 index 000000000..81905025a Binary files /dev/null and b/dist/img-apple-160/1f9e1.png differ diff --git a/dist/img-apple-160/1f9e2.png b/dist/img-apple-160/1f9e2.png new file mode 100644 index 000000000..9284d9c82 Binary files /dev/null and b/dist/img-apple-160/1f9e2.png differ diff --git a/dist/img-apple-160/1f9e3.png b/dist/img-apple-160/1f9e3.png new file mode 100644 index 000000000..61d0888f6 Binary files /dev/null and b/dist/img-apple-160/1f9e3.png differ diff --git a/dist/img-apple-160/1f9e4.png b/dist/img-apple-160/1f9e4.png new file mode 100644 index 000000000..2f8b30830 Binary files /dev/null and b/dist/img-apple-160/1f9e4.png differ diff --git a/dist/img-apple-160/1f9e5.png b/dist/img-apple-160/1f9e5.png new file mode 100644 index 000000000..bd2bd20d0 Binary files /dev/null and b/dist/img-apple-160/1f9e5.png differ diff --git a/dist/img-apple-160/1f9e6.png b/dist/img-apple-160/1f9e6.png new file mode 100644 index 000000000..0f4fe4002 Binary files /dev/null and b/dist/img-apple-160/1f9e6.png differ diff --git a/dist/img-apple-160/1f9e7.png b/dist/img-apple-160/1f9e7.png new file mode 100644 index 000000000..42877b8e6 Binary files /dev/null and b/dist/img-apple-160/1f9e7.png differ diff --git a/dist/img-apple-160/1f9e8.png b/dist/img-apple-160/1f9e8.png new file mode 100644 index 000000000..613dacd32 Binary files /dev/null and b/dist/img-apple-160/1f9e8.png differ diff --git a/dist/img-apple-160/1f9e9.png b/dist/img-apple-160/1f9e9.png new file mode 100644 index 000000000..48e07b188 Binary files /dev/null and b/dist/img-apple-160/1f9e9.png differ diff --git a/dist/img-apple-160/1f9ea.png b/dist/img-apple-160/1f9ea.png new file mode 100644 index 000000000..511a436e1 Binary files /dev/null and b/dist/img-apple-160/1f9ea.png differ diff --git a/dist/img-apple-160/1f9eb.png b/dist/img-apple-160/1f9eb.png new file mode 100644 index 000000000..f8a4bf1f7 Binary files /dev/null and b/dist/img-apple-160/1f9eb.png differ diff --git a/dist/img-apple-160/1f9ec.png b/dist/img-apple-160/1f9ec.png new file mode 100644 index 000000000..0cce37402 Binary files /dev/null and b/dist/img-apple-160/1f9ec.png differ diff --git a/dist/img-apple-160/1f9ed.png b/dist/img-apple-160/1f9ed.png new file mode 100644 index 000000000..751137054 Binary files /dev/null and b/dist/img-apple-160/1f9ed.png differ diff --git a/dist/img-apple-160/1f9ee.png b/dist/img-apple-160/1f9ee.png new file mode 100644 index 000000000..d33df8c23 Binary files /dev/null and b/dist/img-apple-160/1f9ee.png differ diff --git a/dist/img-apple-160/1f9ef.png b/dist/img-apple-160/1f9ef.png new file mode 100644 index 000000000..4da606e09 Binary files /dev/null and b/dist/img-apple-160/1f9ef.png differ diff --git a/dist/img-apple-160/1f9f0.png b/dist/img-apple-160/1f9f0.png new file mode 100644 index 000000000..2c54d77d5 Binary files /dev/null and b/dist/img-apple-160/1f9f0.png differ diff --git a/dist/img-apple-160/1f9f1.png b/dist/img-apple-160/1f9f1.png new file mode 100644 index 000000000..6d43af2f3 Binary files /dev/null and b/dist/img-apple-160/1f9f1.png differ diff --git a/dist/img-apple-160/1f9f2.png b/dist/img-apple-160/1f9f2.png new file mode 100644 index 000000000..8c7c1f3f7 Binary files /dev/null and b/dist/img-apple-160/1f9f2.png differ diff --git a/dist/img-apple-160/1f9f3.png b/dist/img-apple-160/1f9f3.png new file mode 100644 index 000000000..a43b754e4 Binary files /dev/null and b/dist/img-apple-160/1f9f3.png differ diff --git a/dist/img-apple-160/1f9f4.png b/dist/img-apple-160/1f9f4.png new file mode 100644 index 000000000..5f9c7e43e Binary files /dev/null and b/dist/img-apple-160/1f9f4.png differ diff --git a/dist/img-apple-160/1f9f5.png b/dist/img-apple-160/1f9f5.png new file mode 100644 index 000000000..dce3d0a08 Binary files /dev/null and b/dist/img-apple-160/1f9f5.png differ diff --git a/dist/img-apple-160/1f9f6.png b/dist/img-apple-160/1f9f6.png new file mode 100644 index 000000000..5db4b85ed Binary files /dev/null and b/dist/img-apple-160/1f9f6.png differ diff --git a/dist/img-apple-160/1f9f7.png b/dist/img-apple-160/1f9f7.png new file mode 100644 index 000000000..83cac7a9b Binary files /dev/null and b/dist/img-apple-160/1f9f7.png differ diff --git a/dist/img-apple-160/1f9f8.png b/dist/img-apple-160/1f9f8.png new file mode 100644 index 000000000..ef7ebdc3e Binary files /dev/null and b/dist/img-apple-160/1f9f8.png differ diff --git a/dist/img-apple-160/1f9f9.png b/dist/img-apple-160/1f9f9.png new file mode 100644 index 000000000..126789c19 Binary files /dev/null and b/dist/img-apple-160/1f9f9.png differ diff --git a/dist/img-apple-160/1f9fa.png b/dist/img-apple-160/1f9fa.png new file mode 100644 index 000000000..cc7c8e953 Binary files /dev/null and b/dist/img-apple-160/1f9fa.png differ diff --git a/dist/img-apple-160/1f9fb.png b/dist/img-apple-160/1f9fb.png new file mode 100644 index 000000000..73693fd7b Binary files /dev/null and b/dist/img-apple-160/1f9fb.png differ diff --git a/dist/img-apple-160/1f9fc.png b/dist/img-apple-160/1f9fc.png new file mode 100644 index 000000000..a87a234c5 Binary files /dev/null and b/dist/img-apple-160/1f9fc.png differ diff --git a/dist/img-apple-160/1f9fd.png b/dist/img-apple-160/1f9fd.png new file mode 100644 index 000000000..7b8d5659b Binary files /dev/null and b/dist/img-apple-160/1f9fd.png differ diff --git a/dist/img-apple-160/1f9fe.png b/dist/img-apple-160/1f9fe.png new file mode 100644 index 000000000..3ccd9e58b Binary files /dev/null and b/dist/img-apple-160/1f9fe.png differ diff --git a/dist/img-apple-160/1f9ff.png b/dist/img-apple-160/1f9ff.png new file mode 100644 index 000000000..fc8600dac Binary files /dev/null and b/dist/img-apple-160/1f9ff.png differ diff --git a/dist/img-apple-160/1fa70.png b/dist/img-apple-160/1fa70.png new file mode 100644 index 000000000..abe64fa3a Binary files /dev/null and b/dist/img-apple-160/1fa70.png differ diff --git a/dist/img-apple-160/1fa71.png b/dist/img-apple-160/1fa71.png new file mode 100644 index 000000000..ba74d7e73 Binary files /dev/null and b/dist/img-apple-160/1fa71.png differ diff --git a/dist/img-apple-160/1fa72.png b/dist/img-apple-160/1fa72.png new file mode 100644 index 000000000..670ca99be Binary files /dev/null and b/dist/img-apple-160/1fa72.png differ diff --git a/dist/img-apple-160/1fa73.png b/dist/img-apple-160/1fa73.png new file mode 100644 index 000000000..d9bea53b1 Binary files /dev/null and b/dist/img-apple-160/1fa73.png differ diff --git a/dist/img-apple-160/1fa74.png b/dist/img-apple-160/1fa74.png new file mode 100755 index 000000000..7947ab415 Binary files /dev/null and b/dist/img-apple-160/1fa74.png differ diff --git a/dist/img-apple-160/1fa78.png b/dist/img-apple-160/1fa78.png new file mode 100644 index 000000000..903d11278 Binary files /dev/null and b/dist/img-apple-160/1fa78.png differ diff --git a/dist/img-apple-160/1fa79.png b/dist/img-apple-160/1fa79.png new file mode 100644 index 000000000..627d1e63b Binary files /dev/null and b/dist/img-apple-160/1fa79.png differ diff --git a/dist/img-apple-160/1fa7a.png b/dist/img-apple-160/1fa7a.png new file mode 100644 index 000000000..de71678a9 Binary files /dev/null and b/dist/img-apple-160/1fa7a.png differ diff --git a/dist/img-apple-160/1fa80.png b/dist/img-apple-160/1fa80.png new file mode 100644 index 000000000..a57fba423 Binary files /dev/null and b/dist/img-apple-160/1fa80.png differ diff --git a/dist/img-apple-160/1fa81.png b/dist/img-apple-160/1fa81.png new file mode 100644 index 000000000..e7bfe0320 Binary files /dev/null and b/dist/img-apple-160/1fa81.png differ diff --git a/dist/img-apple-160/1fa82.png b/dist/img-apple-160/1fa82.png new file mode 100644 index 000000000..c906993a9 Binary files /dev/null and b/dist/img-apple-160/1fa82.png differ diff --git a/dist/img-apple-160/1fa83.png b/dist/img-apple-160/1fa83.png new file mode 100755 index 000000000..8fefcdc8b Binary files /dev/null and b/dist/img-apple-160/1fa83.png differ diff --git a/dist/img-apple-160/1fa84.png b/dist/img-apple-160/1fa84.png new file mode 100755 index 000000000..7af91a853 Binary files /dev/null and b/dist/img-apple-160/1fa84.png differ diff --git a/dist/img-apple-160/1fa85.png b/dist/img-apple-160/1fa85.png new file mode 100755 index 000000000..7ac5a60e7 Binary files /dev/null and b/dist/img-apple-160/1fa85.png differ diff --git a/dist/img-apple-160/1fa86.png b/dist/img-apple-160/1fa86.png new file mode 100755 index 000000000..34e45171d Binary files /dev/null and b/dist/img-apple-160/1fa86.png differ diff --git a/dist/img-apple-160/1fa90.png b/dist/img-apple-160/1fa90.png new file mode 100644 index 000000000..f51dca5e0 Binary files /dev/null and b/dist/img-apple-160/1fa90.png differ diff --git a/dist/img-apple-160/1fa91.png b/dist/img-apple-160/1fa91.png new file mode 100644 index 000000000..682ecb965 Binary files /dev/null and b/dist/img-apple-160/1fa91.png differ diff --git a/dist/img-apple-160/1fa92.png b/dist/img-apple-160/1fa92.png new file mode 100644 index 000000000..8cce23a0e Binary files /dev/null and b/dist/img-apple-160/1fa92.png differ diff --git a/dist/img-apple-160/1fa93.png b/dist/img-apple-160/1fa93.png new file mode 100644 index 000000000..2eae44e9e Binary files /dev/null and b/dist/img-apple-160/1fa93.png differ diff --git a/dist/img-apple-160/1fa94.png b/dist/img-apple-160/1fa94.png new file mode 100644 index 000000000..8e83f3532 Binary files /dev/null and b/dist/img-apple-160/1fa94.png differ diff --git a/dist/img-apple-160/1fa95.png b/dist/img-apple-160/1fa95.png new file mode 100644 index 000000000..7f39c98f9 Binary files /dev/null and b/dist/img-apple-160/1fa95.png differ diff --git a/dist/img-apple-160/1fa96.png b/dist/img-apple-160/1fa96.png new file mode 100755 index 000000000..e36f816f4 Binary files /dev/null and b/dist/img-apple-160/1fa96.png differ diff --git a/dist/img-apple-160/1fa97.png b/dist/img-apple-160/1fa97.png new file mode 100755 index 000000000..aca5bf466 Binary files /dev/null and b/dist/img-apple-160/1fa97.png differ diff --git a/dist/img-apple-160/1fa98.png b/dist/img-apple-160/1fa98.png new file mode 100755 index 000000000..718e74e5e Binary files /dev/null and b/dist/img-apple-160/1fa98.png differ diff --git a/dist/img-apple-160/1fa99.png b/dist/img-apple-160/1fa99.png new file mode 100755 index 000000000..f1d24652a Binary files /dev/null and b/dist/img-apple-160/1fa99.png differ diff --git a/dist/img-apple-160/1fa9a.png b/dist/img-apple-160/1fa9a.png new file mode 100755 index 000000000..3ce390324 Binary files /dev/null and b/dist/img-apple-160/1fa9a.png differ diff --git a/dist/img-apple-160/1fa9b.png b/dist/img-apple-160/1fa9b.png new file mode 100755 index 000000000..442b89ff2 Binary files /dev/null and b/dist/img-apple-160/1fa9b.png differ diff --git a/dist/img-apple-160/1fa9c.png b/dist/img-apple-160/1fa9c.png new file mode 100755 index 000000000..ea17191b1 Binary files /dev/null and b/dist/img-apple-160/1fa9c.png differ diff --git a/dist/img-apple-160/1fa9d.png b/dist/img-apple-160/1fa9d.png new file mode 100755 index 000000000..f19b8cc39 Binary files /dev/null and b/dist/img-apple-160/1fa9d.png differ diff --git a/dist/img-apple-160/1fa9e.png b/dist/img-apple-160/1fa9e.png new file mode 100755 index 000000000..5d7952bd4 Binary files /dev/null and b/dist/img-apple-160/1fa9e.png differ diff --git a/dist/img-apple-160/1fa9f.png b/dist/img-apple-160/1fa9f.png new file mode 100755 index 000000000..9db6b32c7 Binary files /dev/null and b/dist/img-apple-160/1fa9f.png differ diff --git a/dist/img-apple-160/1faa0.png b/dist/img-apple-160/1faa0.png new file mode 100755 index 000000000..16fa0c3ac Binary files /dev/null and b/dist/img-apple-160/1faa0.png differ diff --git a/dist/img-apple-160/1faa1.png b/dist/img-apple-160/1faa1.png new file mode 100755 index 000000000..29799f6c9 Binary files /dev/null and b/dist/img-apple-160/1faa1.png differ diff --git a/dist/img-apple-160/1faa2.png b/dist/img-apple-160/1faa2.png new file mode 100755 index 000000000..959944049 Binary files /dev/null and b/dist/img-apple-160/1faa2.png differ diff --git a/dist/img-apple-160/1faa3.png b/dist/img-apple-160/1faa3.png new file mode 100755 index 000000000..c4ee6c862 Binary files /dev/null and b/dist/img-apple-160/1faa3.png differ diff --git a/dist/img-apple-160/1faa4.png b/dist/img-apple-160/1faa4.png new file mode 100755 index 000000000..ed9525774 Binary files /dev/null and b/dist/img-apple-160/1faa4.png differ diff --git a/dist/img-apple-160/1faa5.png b/dist/img-apple-160/1faa5.png new file mode 100755 index 000000000..e2b24e89b Binary files /dev/null and b/dist/img-apple-160/1faa5.png differ diff --git a/dist/img-apple-160/1faa6.png b/dist/img-apple-160/1faa6.png new file mode 100755 index 000000000..e77d8cc9e Binary files /dev/null and b/dist/img-apple-160/1faa6.png differ diff --git a/dist/img-apple-160/1faa7.png b/dist/img-apple-160/1faa7.png new file mode 100755 index 000000000..c06e708a0 Binary files /dev/null and b/dist/img-apple-160/1faa7.png differ diff --git a/dist/img-apple-160/1faa8.png b/dist/img-apple-160/1faa8.png new file mode 100755 index 000000000..1ebf96893 Binary files /dev/null and b/dist/img-apple-160/1faa8.png differ diff --git a/dist/img-apple-160/1fab0.png b/dist/img-apple-160/1fab0.png new file mode 100755 index 000000000..d6976d5f5 Binary files /dev/null and b/dist/img-apple-160/1fab0.png differ diff --git a/dist/img-apple-160/1fab1.png b/dist/img-apple-160/1fab1.png new file mode 100755 index 000000000..13b7c88eb Binary files /dev/null and b/dist/img-apple-160/1fab1.png differ diff --git a/dist/img-apple-160/1fab2.png b/dist/img-apple-160/1fab2.png new file mode 100755 index 000000000..ae4560d3c Binary files /dev/null and b/dist/img-apple-160/1fab2.png differ diff --git a/dist/img-apple-160/1fab3.png b/dist/img-apple-160/1fab3.png new file mode 100755 index 000000000..7172a0376 Binary files /dev/null and b/dist/img-apple-160/1fab3.png differ diff --git a/dist/img-apple-160/1fab4.png b/dist/img-apple-160/1fab4.png new file mode 100755 index 000000000..7ac4c2081 Binary files /dev/null and b/dist/img-apple-160/1fab4.png differ diff --git a/dist/img-apple-160/1fab5.png b/dist/img-apple-160/1fab5.png new file mode 100755 index 000000000..887831413 Binary files /dev/null and b/dist/img-apple-160/1fab5.png differ diff --git a/dist/img-apple-160/1fab6.png b/dist/img-apple-160/1fab6.png new file mode 100755 index 000000000..098d102d2 Binary files /dev/null and b/dist/img-apple-160/1fab6.png differ diff --git a/dist/img-apple-160/1fac0.png b/dist/img-apple-160/1fac0.png new file mode 100755 index 000000000..a9324e0c9 Binary files /dev/null and b/dist/img-apple-160/1fac0.png differ diff --git a/dist/img-apple-160/1fac1.png b/dist/img-apple-160/1fac1.png new file mode 100755 index 000000000..3a001eb44 Binary files /dev/null and b/dist/img-apple-160/1fac1.png differ diff --git a/dist/img-apple-160/1fac2.png b/dist/img-apple-160/1fac2.png new file mode 100755 index 000000000..e818f9502 Binary files /dev/null and b/dist/img-apple-160/1fac2.png differ diff --git a/dist/img-apple-160/1fad0.png b/dist/img-apple-160/1fad0.png new file mode 100755 index 000000000..1d218ad24 Binary files /dev/null and b/dist/img-apple-160/1fad0.png differ diff --git a/dist/img-apple-160/1fad1.png b/dist/img-apple-160/1fad1.png new file mode 100755 index 000000000..7a9187d71 Binary files /dev/null and b/dist/img-apple-160/1fad1.png differ diff --git a/dist/img-apple-160/1fad2.png b/dist/img-apple-160/1fad2.png new file mode 100755 index 000000000..8c8ca1535 Binary files /dev/null and b/dist/img-apple-160/1fad2.png differ diff --git a/dist/img-apple-160/1fad3.png b/dist/img-apple-160/1fad3.png new file mode 100755 index 000000000..8cad03e81 Binary files /dev/null and b/dist/img-apple-160/1fad3.png differ diff --git a/dist/img-apple-160/1fad4.png b/dist/img-apple-160/1fad4.png new file mode 100755 index 000000000..4e378a94d Binary files /dev/null and b/dist/img-apple-160/1fad4.png differ diff --git a/dist/img-apple-160/1fad5.png b/dist/img-apple-160/1fad5.png new file mode 100755 index 000000000..d2f99e6bb Binary files /dev/null and b/dist/img-apple-160/1fad5.png differ diff --git a/dist/img-apple-160/1fad6.png b/dist/img-apple-160/1fad6.png new file mode 100755 index 000000000..e894989ff Binary files /dev/null and b/dist/img-apple-160/1fad6.png differ diff --git a/dist/img-apple-160/203c-fe0f.png b/dist/img-apple-160/203c-fe0f.png new file mode 100644 index 000000000..f0c912206 Binary files /dev/null and b/dist/img-apple-160/203c-fe0f.png differ diff --git a/dist/img-apple-160/203c.png b/dist/img-apple-160/203c.png new file mode 100644 index 000000000..f0c912206 Binary files /dev/null and b/dist/img-apple-160/203c.png differ diff --git a/dist/img-apple-160/2049-fe0f.png b/dist/img-apple-160/2049-fe0f.png new file mode 100644 index 000000000..7078c1bb8 Binary files /dev/null and b/dist/img-apple-160/2049-fe0f.png differ diff --git a/dist/img-apple-160/2049.png b/dist/img-apple-160/2049.png new file mode 100644 index 000000000..7078c1bb8 Binary files /dev/null and b/dist/img-apple-160/2049.png differ diff --git a/dist/img-apple-160/2122-fe0f.png b/dist/img-apple-160/2122-fe0f.png new file mode 100644 index 000000000..db7e0b3d0 Binary files /dev/null and b/dist/img-apple-160/2122-fe0f.png differ diff --git a/dist/img-apple-160/2122.png b/dist/img-apple-160/2122.png new file mode 100644 index 000000000..db7e0b3d0 Binary files /dev/null and b/dist/img-apple-160/2122.png differ diff --git a/dist/img-apple-160/2139-fe0f.png b/dist/img-apple-160/2139-fe0f.png new file mode 100644 index 000000000..0b4c6a07b Binary files /dev/null and b/dist/img-apple-160/2139-fe0f.png differ diff --git a/dist/img-apple-160/2139.png b/dist/img-apple-160/2139.png new file mode 100644 index 000000000..0b4c6a07b Binary files /dev/null and b/dist/img-apple-160/2139.png differ diff --git a/dist/img-apple-160/2194-fe0f.png b/dist/img-apple-160/2194-fe0f.png new file mode 100644 index 000000000..a97fabf48 Binary files /dev/null and b/dist/img-apple-160/2194-fe0f.png differ diff --git a/dist/img-apple-160/2194.png b/dist/img-apple-160/2194.png new file mode 100644 index 000000000..a97fabf48 Binary files /dev/null and b/dist/img-apple-160/2194.png differ diff --git a/dist/img-apple-160/2195-fe0f.png b/dist/img-apple-160/2195-fe0f.png new file mode 100644 index 000000000..b3225dcda Binary files /dev/null and b/dist/img-apple-160/2195-fe0f.png differ diff --git a/dist/img-apple-160/2195.png b/dist/img-apple-160/2195.png new file mode 100644 index 000000000..b3225dcda Binary files /dev/null and b/dist/img-apple-160/2195.png differ diff --git a/dist/img-apple-160/2196-fe0f.png b/dist/img-apple-160/2196-fe0f.png new file mode 100644 index 000000000..391668349 Binary files /dev/null and b/dist/img-apple-160/2196-fe0f.png differ diff --git a/dist/img-apple-160/2196.png b/dist/img-apple-160/2196.png new file mode 100644 index 000000000..391668349 Binary files /dev/null and b/dist/img-apple-160/2196.png differ diff --git a/dist/img-apple-160/2197-fe0f.png b/dist/img-apple-160/2197-fe0f.png new file mode 100644 index 000000000..4c4e62eac Binary files /dev/null and b/dist/img-apple-160/2197-fe0f.png differ diff --git a/dist/img-apple-160/2197.png b/dist/img-apple-160/2197.png new file mode 100644 index 000000000..4c4e62eac Binary files /dev/null and b/dist/img-apple-160/2197.png differ diff --git a/dist/img-apple-160/2198-fe0f.png b/dist/img-apple-160/2198-fe0f.png new file mode 100644 index 000000000..38183d9ab Binary files /dev/null and b/dist/img-apple-160/2198-fe0f.png differ diff --git a/dist/img-apple-160/2198.png b/dist/img-apple-160/2198.png new file mode 100644 index 000000000..38183d9ab Binary files /dev/null and b/dist/img-apple-160/2198.png differ diff --git a/dist/img-apple-160/2199-fe0f.png b/dist/img-apple-160/2199-fe0f.png new file mode 100644 index 000000000..fc7bbffb2 Binary files /dev/null and b/dist/img-apple-160/2199-fe0f.png differ diff --git a/dist/img-apple-160/2199.png b/dist/img-apple-160/2199.png new file mode 100644 index 000000000..fc7bbffb2 Binary files /dev/null and b/dist/img-apple-160/2199.png differ diff --git a/dist/img-apple-160/21a9-fe0f.png b/dist/img-apple-160/21a9-fe0f.png new file mode 100644 index 000000000..299c75565 Binary files /dev/null and b/dist/img-apple-160/21a9-fe0f.png differ diff --git a/dist/img-apple-160/21a9.png b/dist/img-apple-160/21a9.png new file mode 100644 index 000000000..299c75565 Binary files /dev/null and b/dist/img-apple-160/21a9.png differ diff --git a/dist/img-apple-160/21aa-fe0f.png b/dist/img-apple-160/21aa-fe0f.png new file mode 100644 index 000000000..e244f0db5 Binary files /dev/null and b/dist/img-apple-160/21aa-fe0f.png differ diff --git a/dist/img-apple-160/21aa.png b/dist/img-apple-160/21aa.png new file mode 100644 index 000000000..e244f0db5 Binary files /dev/null and b/dist/img-apple-160/21aa.png differ diff --git a/dist/img-apple-160/23-20e3.png b/dist/img-apple-160/23-20e3.png new file mode 100644 index 000000000..254bc48d0 Binary files /dev/null and b/dist/img-apple-160/23-20e3.png differ diff --git a/dist/img-apple-160/231a.png b/dist/img-apple-160/231a.png new file mode 100644 index 000000000..1ac607c7a Binary files /dev/null and b/dist/img-apple-160/231a.png differ diff --git a/dist/img-apple-160/231b.png b/dist/img-apple-160/231b.png new file mode 100644 index 000000000..cb8956651 Binary files /dev/null and b/dist/img-apple-160/231b.png differ diff --git a/dist/img-apple-160/2328-fe0f.png b/dist/img-apple-160/2328-fe0f.png new file mode 100644 index 000000000..8d712b058 Binary files /dev/null and b/dist/img-apple-160/2328-fe0f.png differ diff --git a/dist/img-apple-160/2328.png b/dist/img-apple-160/2328.png new file mode 100644 index 000000000..8d712b058 Binary files /dev/null and b/dist/img-apple-160/2328.png differ diff --git a/dist/img-apple-160/23cf-fe0f.png b/dist/img-apple-160/23cf-fe0f.png new file mode 100644 index 000000000..44e9faebe Binary files /dev/null and b/dist/img-apple-160/23cf-fe0f.png differ diff --git a/dist/img-apple-160/23cf.png b/dist/img-apple-160/23cf.png new file mode 100644 index 000000000..44e9faebe Binary files /dev/null and b/dist/img-apple-160/23cf.png differ diff --git a/dist/img-apple-160/23e9.png b/dist/img-apple-160/23e9.png new file mode 100644 index 000000000..baba52b15 Binary files /dev/null and b/dist/img-apple-160/23e9.png differ diff --git a/dist/img-apple-160/23ea.png b/dist/img-apple-160/23ea.png new file mode 100644 index 000000000..0d47c8d9e Binary files /dev/null and b/dist/img-apple-160/23ea.png differ diff --git a/dist/img-apple-160/23eb.png b/dist/img-apple-160/23eb.png new file mode 100644 index 000000000..5b5ad2609 Binary files /dev/null and b/dist/img-apple-160/23eb.png differ diff --git a/dist/img-apple-160/23ec.png b/dist/img-apple-160/23ec.png new file mode 100644 index 000000000..5b5d54a4b Binary files /dev/null and b/dist/img-apple-160/23ec.png differ diff --git a/dist/img-apple-160/23ed-fe0f.png b/dist/img-apple-160/23ed-fe0f.png new file mode 100644 index 000000000..b5a772b68 Binary files /dev/null and b/dist/img-apple-160/23ed-fe0f.png differ diff --git a/dist/img-apple-160/23ed.png b/dist/img-apple-160/23ed.png new file mode 100644 index 000000000..b5a772b68 Binary files /dev/null and b/dist/img-apple-160/23ed.png differ diff --git a/dist/img-apple-160/23ee-fe0f.png b/dist/img-apple-160/23ee-fe0f.png new file mode 100644 index 000000000..e2fbe98c6 Binary files /dev/null and b/dist/img-apple-160/23ee-fe0f.png differ diff --git a/dist/img-apple-160/23ee.png b/dist/img-apple-160/23ee.png new file mode 100644 index 000000000..e2fbe98c6 Binary files /dev/null and b/dist/img-apple-160/23ee.png differ diff --git a/dist/img-apple-160/23ef-fe0f.png b/dist/img-apple-160/23ef-fe0f.png new file mode 100644 index 000000000..9906d7c0c Binary files /dev/null and b/dist/img-apple-160/23ef-fe0f.png differ diff --git a/dist/img-apple-160/23ef.png b/dist/img-apple-160/23ef.png new file mode 100644 index 000000000..9906d7c0c Binary files /dev/null and b/dist/img-apple-160/23ef.png differ diff --git a/dist/img-apple-160/23f0.png b/dist/img-apple-160/23f0.png new file mode 100644 index 000000000..a08ec255a Binary files /dev/null and b/dist/img-apple-160/23f0.png differ diff --git a/dist/img-apple-160/23f1-fe0f.png b/dist/img-apple-160/23f1-fe0f.png new file mode 100644 index 000000000..9b37455c2 Binary files /dev/null and b/dist/img-apple-160/23f1-fe0f.png differ diff --git a/dist/img-apple-160/23f1.png b/dist/img-apple-160/23f1.png new file mode 100644 index 000000000..9b37455c2 Binary files /dev/null and b/dist/img-apple-160/23f1.png differ diff --git a/dist/img-apple-160/23f2-fe0f.png b/dist/img-apple-160/23f2-fe0f.png new file mode 100644 index 000000000..b36d81611 Binary files /dev/null and b/dist/img-apple-160/23f2-fe0f.png differ diff --git a/dist/img-apple-160/23f2.png b/dist/img-apple-160/23f2.png new file mode 100644 index 000000000..b36d81611 Binary files /dev/null and b/dist/img-apple-160/23f2.png differ diff --git a/dist/img-apple-160/23f3.png b/dist/img-apple-160/23f3.png new file mode 100644 index 000000000..7d404cf0b Binary files /dev/null and b/dist/img-apple-160/23f3.png differ diff --git a/dist/img-apple-160/23f8-fe0f.png b/dist/img-apple-160/23f8-fe0f.png new file mode 100644 index 000000000..037da9531 Binary files /dev/null and b/dist/img-apple-160/23f8-fe0f.png differ diff --git a/dist/img-apple-160/23f8.png b/dist/img-apple-160/23f8.png new file mode 100644 index 000000000..037da9531 Binary files /dev/null and b/dist/img-apple-160/23f8.png differ diff --git a/dist/img-apple-160/23f9-fe0f.png b/dist/img-apple-160/23f9-fe0f.png new file mode 100644 index 000000000..f7230a51c Binary files /dev/null and b/dist/img-apple-160/23f9-fe0f.png differ diff --git a/dist/img-apple-160/23f9.png b/dist/img-apple-160/23f9.png new file mode 100644 index 000000000..f7230a51c Binary files /dev/null and b/dist/img-apple-160/23f9.png differ diff --git a/dist/img-apple-160/23fa-fe0f.png b/dist/img-apple-160/23fa-fe0f.png new file mode 100644 index 000000000..e80c3c6dc Binary files /dev/null and b/dist/img-apple-160/23fa-fe0f.png differ diff --git a/dist/img-apple-160/23fa.png b/dist/img-apple-160/23fa.png new file mode 100644 index 000000000..e80c3c6dc Binary files /dev/null and b/dist/img-apple-160/23fa.png differ diff --git a/dist/img-apple-160/24c2-fe0f.png b/dist/img-apple-160/24c2-fe0f.png new file mode 100644 index 000000000..eca75137f Binary files /dev/null and b/dist/img-apple-160/24c2-fe0f.png differ diff --git a/dist/img-apple-160/24c2.png b/dist/img-apple-160/24c2.png new file mode 100644 index 000000000..eca75137f Binary files /dev/null and b/dist/img-apple-160/24c2.png differ diff --git a/dist/img-apple-160/25aa-fe0f.png b/dist/img-apple-160/25aa-fe0f.png new file mode 100644 index 000000000..c21d52984 Binary files /dev/null and b/dist/img-apple-160/25aa-fe0f.png differ diff --git a/dist/img-apple-160/25aa.png b/dist/img-apple-160/25aa.png new file mode 100644 index 000000000..c21d52984 Binary files /dev/null and b/dist/img-apple-160/25aa.png differ diff --git a/dist/img-apple-160/25ab-fe0f.png b/dist/img-apple-160/25ab-fe0f.png new file mode 100644 index 000000000..7143cefc4 Binary files /dev/null and b/dist/img-apple-160/25ab-fe0f.png differ diff --git a/dist/img-apple-160/25ab.png b/dist/img-apple-160/25ab.png new file mode 100644 index 000000000..7143cefc4 Binary files /dev/null and b/dist/img-apple-160/25ab.png differ diff --git a/dist/img-apple-160/25b6-fe0f.png b/dist/img-apple-160/25b6-fe0f.png new file mode 100644 index 000000000..58d99c447 Binary files /dev/null and b/dist/img-apple-160/25b6-fe0f.png differ diff --git a/dist/img-apple-160/25b6.png b/dist/img-apple-160/25b6.png new file mode 100644 index 000000000..58d99c447 Binary files /dev/null and b/dist/img-apple-160/25b6.png differ diff --git a/dist/img-apple-160/25c0-fe0f.png b/dist/img-apple-160/25c0-fe0f.png new file mode 100644 index 000000000..132507d6c Binary files /dev/null and b/dist/img-apple-160/25c0-fe0f.png differ diff --git a/dist/img-apple-160/25c0.png b/dist/img-apple-160/25c0.png new file mode 100644 index 000000000..132507d6c Binary files /dev/null and b/dist/img-apple-160/25c0.png differ diff --git a/dist/img-apple-160/25fb-fe0f.png b/dist/img-apple-160/25fb-fe0f.png new file mode 100644 index 000000000..7b65ce9ec Binary files /dev/null and b/dist/img-apple-160/25fb-fe0f.png differ diff --git a/dist/img-apple-160/25fb.png b/dist/img-apple-160/25fb.png new file mode 100644 index 000000000..7b65ce9ec Binary files /dev/null and b/dist/img-apple-160/25fb.png differ diff --git a/dist/img-apple-160/25fc-fe0f.png b/dist/img-apple-160/25fc-fe0f.png new file mode 100644 index 000000000..6b02671d3 Binary files /dev/null and b/dist/img-apple-160/25fc-fe0f.png differ diff --git a/dist/img-apple-160/25fc.png b/dist/img-apple-160/25fc.png new file mode 100644 index 000000000..6b02671d3 Binary files /dev/null and b/dist/img-apple-160/25fc.png differ diff --git a/dist/img-apple-160/25fd.png b/dist/img-apple-160/25fd.png new file mode 100644 index 000000000..3a25a5cf3 Binary files /dev/null and b/dist/img-apple-160/25fd.png differ diff --git a/dist/img-apple-160/25fe.png b/dist/img-apple-160/25fe.png new file mode 100644 index 000000000..e80b12ab8 Binary files /dev/null and b/dist/img-apple-160/25fe.png differ diff --git a/dist/img-apple-160/2600-fe0f.png b/dist/img-apple-160/2600-fe0f.png new file mode 100644 index 000000000..04a3836e4 Binary files /dev/null and b/dist/img-apple-160/2600-fe0f.png differ diff --git a/dist/img-apple-160/2600.png b/dist/img-apple-160/2600.png new file mode 100644 index 000000000..04a3836e4 Binary files /dev/null and b/dist/img-apple-160/2600.png differ diff --git a/dist/img-apple-160/2601-fe0f.png b/dist/img-apple-160/2601-fe0f.png new file mode 100644 index 000000000..cb4aaff0c Binary files /dev/null and b/dist/img-apple-160/2601-fe0f.png differ diff --git a/dist/img-apple-160/2601.png b/dist/img-apple-160/2601.png new file mode 100644 index 000000000..cb4aaff0c Binary files /dev/null and b/dist/img-apple-160/2601.png differ diff --git a/dist/img-apple-160/2602-fe0f.png b/dist/img-apple-160/2602-fe0f.png new file mode 100644 index 000000000..8cd2f91d4 Binary files /dev/null and b/dist/img-apple-160/2602-fe0f.png differ diff --git a/dist/img-apple-160/2602.png b/dist/img-apple-160/2602.png new file mode 100644 index 000000000..8cd2f91d4 Binary files /dev/null and b/dist/img-apple-160/2602.png differ diff --git a/dist/img-apple-160/2603-fe0f.png b/dist/img-apple-160/2603-fe0f.png new file mode 100644 index 000000000..fbb3cb50f Binary files /dev/null and b/dist/img-apple-160/2603-fe0f.png differ diff --git a/dist/img-apple-160/2603.png b/dist/img-apple-160/2603.png new file mode 100644 index 000000000..fbb3cb50f Binary files /dev/null and b/dist/img-apple-160/2603.png differ diff --git a/dist/img-apple-160/2604-fe0f.png b/dist/img-apple-160/2604-fe0f.png new file mode 100644 index 000000000..cd42608b5 Binary files /dev/null and b/dist/img-apple-160/2604-fe0f.png differ diff --git a/dist/img-apple-160/2604.png b/dist/img-apple-160/2604.png new file mode 100644 index 000000000..cd42608b5 Binary files /dev/null and b/dist/img-apple-160/2604.png differ diff --git a/dist/img-apple-160/260e-fe0f.png b/dist/img-apple-160/260e-fe0f.png new file mode 100644 index 000000000..93d240b44 Binary files /dev/null and b/dist/img-apple-160/260e-fe0f.png differ diff --git a/dist/img-apple-160/260e.png b/dist/img-apple-160/260e.png new file mode 100644 index 000000000..93d240b44 Binary files /dev/null and b/dist/img-apple-160/260e.png differ diff --git a/dist/img-apple-160/2611-fe0f.png b/dist/img-apple-160/2611-fe0f.png new file mode 100644 index 000000000..a1792f7b2 Binary files /dev/null and b/dist/img-apple-160/2611-fe0f.png differ diff --git a/dist/img-apple-160/2611.png b/dist/img-apple-160/2611.png new file mode 100644 index 000000000..a1792f7b2 Binary files /dev/null and b/dist/img-apple-160/2611.png differ diff --git a/dist/img-apple-160/2614.png b/dist/img-apple-160/2614.png new file mode 100644 index 000000000..8817c29d0 Binary files /dev/null and b/dist/img-apple-160/2614.png differ diff --git a/dist/img-apple-160/2615.png b/dist/img-apple-160/2615.png new file mode 100644 index 000000000..287153b32 Binary files /dev/null and b/dist/img-apple-160/2615.png differ diff --git a/dist/img-apple-160/2618-fe0f.png b/dist/img-apple-160/2618-fe0f.png new file mode 100644 index 000000000..6766f2b05 Binary files /dev/null and b/dist/img-apple-160/2618-fe0f.png differ diff --git a/dist/img-apple-160/2618.png b/dist/img-apple-160/2618.png new file mode 100644 index 000000000..6766f2b05 Binary files /dev/null and b/dist/img-apple-160/2618.png differ diff --git a/dist/img-apple-160/261d-1f3fb.png b/dist/img-apple-160/261d-1f3fb.png new file mode 100644 index 000000000..3e7927e7d Binary files /dev/null and b/dist/img-apple-160/261d-1f3fb.png differ diff --git a/dist/img-apple-160/261d-1f3fc.png b/dist/img-apple-160/261d-1f3fc.png new file mode 100644 index 000000000..e612213b8 Binary files /dev/null and b/dist/img-apple-160/261d-1f3fc.png differ diff --git a/dist/img-apple-160/261d-1f3fd.png b/dist/img-apple-160/261d-1f3fd.png new file mode 100644 index 000000000..408d132b7 Binary files /dev/null and b/dist/img-apple-160/261d-1f3fd.png differ diff --git a/dist/img-apple-160/261d-1f3fe.png b/dist/img-apple-160/261d-1f3fe.png new file mode 100644 index 000000000..20616fe1a Binary files /dev/null and b/dist/img-apple-160/261d-1f3fe.png differ diff --git a/dist/img-apple-160/261d-1f3ff.png b/dist/img-apple-160/261d-1f3ff.png new file mode 100644 index 000000000..810abac80 Binary files /dev/null and b/dist/img-apple-160/261d-1f3ff.png differ diff --git a/dist/img-apple-160/261d-fe0f.png b/dist/img-apple-160/261d-fe0f.png new file mode 100644 index 000000000..752ef7aa4 Binary files /dev/null and b/dist/img-apple-160/261d-fe0f.png differ diff --git a/dist/img-apple-160/261d.png b/dist/img-apple-160/261d.png new file mode 100644 index 000000000..752ef7aa4 Binary files /dev/null and b/dist/img-apple-160/261d.png differ diff --git a/dist/img-apple-160/2620-fe0f.png b/dist/img-apple-160/2620-fe0f.png new file mode 100644 index 000000000..46b886437 Binary files /dev/null and b/dist/img-apple-160/2620-fe0f.png differ diff --git a/dist/img-apple-160/2620.png b/dist/img-apple-160/2620.png new file mode 100644 index 000000000..46b886437 Binary files /dev/null and b/dist/img-apple-160/2620.png differ diff --git a/dist/img-apple-160/2622-fe0f.png b/dist/img-apple-160/2622-fe0f.png new file mode 100644 index 000000000..0f0144e6a Binary files /dev/null and b/dist/img-apple-160/2622-fe0f.png differ diff --git a/dist/img-apple-160/2622.png b/dist/img-apple-160/2622.png new file mode 100644 index 000000000..0f0144e6a Binary files /dev/null and b/dist/img-apple-160/2622.png differ diff --git a/dist/img-apple-160/2623-fe0f.png b/dist/img-apple-160/2623-fe0f.png new file mode 100644 index 000000000..bde3dc0ec Binary files /dev/null and b/dist/img-apple-160/2623-fe0f.png differ diff --git a/dist/img-apple-160/2623.png b/dist/img-apple-160/2623.png new file mode 100644 index 000000000..bde3dc0ec Binary files /dev/null and b/dist/img-apple-160/2623.png differ diff --git a/dist/img-apple-160/2624.png b/dist/img-apple-160/2624.png new file mode 100644 index 000000000..06609334e Binary files /dev/null and b/dist/img-apple-160/2624.png differ diff --git a/dist/img-apple-160/2626-fe0f.png b/dist/img-apple-160/2626-fe0f.png new file mode 100644 index 000000000..76ed9846b Binary files /dev/null and b/dist/img-apple-160/2626-fe0f.png differ diff --git a/dist/img-apple-160/2626.png b/dist/img-apple-160/2626.png new file mode 100644 index 000000000..76ed9846b Binary files /dev/null and b/dist/img-apple-160/2626.png differ diff --git a/dist/img-apple-160/262a-fe0f.png b/dist/img-apple-160/262a-fe0f.png new file mode 100644 index 000000000..349715a57 Binary files /dev/null and b/dist/img-apple-160/262a-fe0f.png differ diff --git a/dist/img-apple-160/262a.png b/dist/img-apple-160/262a.png new file mode 100644 index 000000000..349715a57 Binary files /dev/null and b/dist/img-apple-160/262a.png differ diff --git a/dist/img-apple-160/262e-fe0f.png b/dist/img-apple-160/262e-fe0f.png new file mode 100644 index 000000000..7eb258cd4 Binary files /dev/null and b/dist/img-apple-160/262e-fe0f.png differ diff --git a/dist/img-apple-160/262e.png b/dist/img-apple-160/262e.png new file mode 100644 index 000000000..7eb258cd4 Binary files /dev/null and b/dist/img-apple-160/262e.png differ diff --git a/dist/img-apple-160/262f-fe0f.png b/dist/img-apple-160/262f-fe0f.png new file mode 100644 index 000000000..5a9b1a2d9 Binary files /dev/null and b/dist/img-apple-160/262f-fe0f.png differ diff --git a/dist/img-apple-160/262f.png b/dist/img-apple-160/262f.png new file mode 100644 index 000000000..5a9b1a2d9 Binary files /dev/null and b/dist/img-apple-160/262f.png differ diff --git a/dist/img-apple-160/2638-fe0f.png b/dist/img-apple-160/2638-fe0f.png new file mode 100644 index 000000000..84792a9a5 Binary files /dev/null and b/dist/img-apple-160/2638-fe0f.png differ diff --git a/dist/img-apple-160/2638.png b/dist/img-apple-160/2638.png new file mode 100644 index 000000000..84792a9a5 Binary files /dev/null and b/dist/img-apple-160/2638.png differ diff --git a/dist/img-apple-160/2639-fe0f.png b/dist/img-apple-160/2639-fe0f.png new file mode 100644 index 000000000..7306ae073 Binary files /dev/null and b/dist/img-apple-160/2639-fe0f.png differ diff --git a/dist/img-apple-160/2639.png b/dist/img-apple-160/2639.png new file mode 100644 index 000000000..7306ae073 Binary files /dev/null and b/dist/img-apple-160/2639.png differ diff --git a/dist/img-apple-160/263a-fe0f.png b/dist/img-apple-160/263a-fe0f.png new file mode 100644 index 000000000..7668914c2 Binary files /dev/null and b/dist/img-apple-160/263a-fe0f.png differ diff --git a/dist/img-apple-160/263a.png b/dist/img-apple-160/263a.png new file mode 100644 index 000000000..7668914c2 Binary files /dev/null and b/dist/img-apple-160/263a.png differ diff --git a/dist/img-apple-160/2640-fe0f.png b/dist/img-apple-160/2640-fe0f.png new file mode 100644 index 000000000..42aeff888 Binary files /dev/null and b/dist/img-apple-160/2640-fe0f.png differ diff --git a/dist/img-apple-160/2640.png b/dist/img-apple-160/2640.png new file mode 100644 index 000000000..42aeff888 Binary files /dev/null and b/dist/img-apple-160/2640.png differ diff --git a/dist/img-apple-160/2642-fe0f.png b/dist/img-apple-160/2642-fe0f.png new file mode 100644 index 000000000..f62f19a7c Binary files /dev/null and b/dist/img-apple-160/2642-fe0f.png differ diff --git a/dist/img-apple-160/2642.png b/dist/img-apple-160/2642.png new file mode 100644 index 000000000..f62f19a7c Binary files /dev/null and b/dist/img-apple-160/2642.png differ diff --git a/dist/img-apple-160/2648.png b/dist/img-apple-160/2648.png new file mode 100644 index 000000000..bee4eed8f Binary files /dev/null and b/dist/img-apple-160/2648.png differ diff --git a/dist/img-apple-160/2649.png b/dist/img-apple-160/2649.png new file mode 100644 index 000000000..06f6d3eb1 Binary files /dev/null and b/dist/img-apple-160/2649.png differ diff --git a/dist/img-apple-160/264a.png b/dist/img-apple-160/264a.png new file mode 100644 index 000000000..d1e0feebc Binary files /dev/null and b/dist/img-apple-160/264a.png differ diff --git a/dist/img-apple-160/264b.png b/dist/img-apple-160/264b.png new file mode 100644 index 000000000..f04692da3 Binary files /dev/null and b/dist/img-apple-160/264b.png differ diff --git a/dist/img-apple-160/264c.png b/dist/img-apple-160/264c.png new file mode 100644 index 000000000..3df8d7416 Binary files /dev/null and b/dist/img-apple-160/264c.png differ diff --git a/dist/img-apple-160/264d.png b/dist/img-apple-160/264d.png new file mode 100644 index 000000000..7e52c0659 Binary files /dev/null and b/dist/img-apple-160/264d.png differ diff --git a/dist/img-apple-160/264e.png b/dist/img-apple-160/264e.png new file mode 100644 index 000000000..ebd6b512a Binary files /dev/null and b/dist/img-apple-160/264e.png differ diff --git a/dist/img-apple-160/264f.png b/dist/img-apple-160/264f.png new file mode 100644 index 000000000..5b4a6fc4b Binary files /dev/null and b/dist/img-apple-160/264f.png differ diff --git a/dist/img-apple-160/2650.png b/dist/img-apple-160/2650.png new file mode 100644 index 000000000..e6aedb89e Binary files /dev/null and b/dist/img-apple-160/2650.png differ diff --git a/dist/img-apple-160/2651.png b/dist/img-apple-160/2651.png new file mode 100644 index 000000000..40ea7c240 Binary files /dev/null and b/dist/img-apple-160/2651.png differ diff --git a/dist/img-apple-160/2652.png b/dist/img-apple-160/2652.png new file mode 100644 index 000000000..5d9e1b11e Binary files /dev/null and b/dist/img-apple-160/2652.png differ diff --git a/dist/img-apple-160/2653.png b/dist/img-apple-160/2653.png new file mode 100644 index 000000000..c796a46c2 Binary files /dev/null and b/dist/img-apple-160/2653.png differ diff --git a/dist/img-apple-160/265f-fe0f.png b/dist/img-apple-160/265f-fe0f.png new file mode 100644 index 000000000..0aa52a3e1 Binary files /dev/null and b/dist/img-apple-160/265f-fe0f.png differ diff --git a/dist/img-apple-160/265f.png b/dist/img-apple-160/265f.png new file mode 100644 index 000000000..0aa52a3e1 Binary files /dev/null and b/dist/img-apple-160/265f.png differ diff --git a/dist/img-apple-160/2660-fe0f.png b/dist/img-apple-160/2660-fe0f.png new file mode 100644 index 000000000..5a494f47d Binary files /dev/null and b/dist/img-apple-160/2660-fe0f.png differ diff --git a/dist/img-apple-160/2660.png b/dist/img-apple-160/2660.png new file mode 100644 index 000000000..5a494f47d Binary files /dev/null and b/dist/img-apple-160/2660.png differ diff --git a/dist/img-apple-160/2663-fe0f.png b/dist/img-apple-160/2663-fe0f.png new file mode 100644 index 000000000..caf065a25 Binary files /dev/null and b/dist/img-apple-160/2663-fe0f.png differ diff --git a/dist/img-apple-160/2663.png b/dist/img-apple-160/2663.png new file mode 100644 index 000000000..caf065a25 Binary files /dev/null and b/dist/img-apple-160/2663.png differ diff --git a/dist/img-apple-160/2665-fe0f.png b/dist/img-apple-160/2665-fe0f.png new file mode 100644 index 000000000..15c417362 Binary files /dev/null and b/dist/img-apple-160/2665-fe0f.png differ diff --git a/dist/img-apple-160/2665.png b/dist/img-apple-160/2665.png new file mode 100644 index 000000000..15c417362 Binary files /dev/null and b/dist/img-apple-160/2665.png differ diff --git a/dist/img-apple-160/2666-fe0f.png b/dist/img-apple-160/2666-fe0f.png new file mode 100644 index 000000000..64b40aed7 Binary files /dev/null and b/dist/img-apple-160/2666-fe0f.png differ diff --git a/dist/img-apple-160/2666.png b/dist/img-apple-160/2666.png new file mode 100644 index 000000000..64b40aed7 Binary files /dev/null and b/dist/img-apple-160/2666.png differ diff --git a/dist/img-apple-160/2668-fe0f.png b/dist/img-apple-160/2668-fe0f.png new file mode 100644 index 000000000..2bb2c143a Binary files /dev/null and b/dist/img-apple-160/2668-fe0f.png differ diff --git a/dist/img-apple-160/2668.png b/dist/img-apple-160/2668.png new file mode 100644 index 000000000..2bb2c143a Binary files /dev/null and b/dist/img-apple-160/2668.png differ diff --git a/dist/img-apple-160/267b-fe0f.png b/dist/img-apple-160/267b-fe0f.png new file mode 100644 index 000000000..183b8511e Binary files /dev/null and b/dist/img-apple-160/267b-fe0f.png differ diff --git a/dist/img-apple-160/267b.png b/dist/img-apple-160/267b.png new file mode 100644 index 000000000..183b8511e Binary files /dev/null and b/dist/img-apple-160/267b.png differ diff --git a/dist/img-apple-160/267e-fe0f.png b/dist/img-apple-160/267e-fe0f.png new file mode 100644 index 000000000..ea8f86d1e Binary files /dev/null and b/dist/img-apple-160/267e-fe0f.png differ diff --git a/dist/img-apple-160/267e.png b/dist/img-apple-160/267e.png new file mode 100644 index 000000000..ea8f86d1e Binary files /dev/null and b/dist/img-apple-160/267e.png differ diff --git a/dist/img-apple-160/267f.png b/dist/img-apple-160/267f.png new file mode 100644 index 000000000..a551cb5e5 Binary files /dev/null and b/dist/img-apple-160/267f.png differ diff --git a/dist/img-apple-160/2692-fe0f.png b/dist/img-apple-160/2692-fe0f.png new file mode 100644 index 000000000..5d6e48493 Binary files /dev/null and b/dist/img-apple-160/2692-fe0f.png differ diff --git a/dist/img-apple-160/2692.png b/dist/img-apple-160/2692.png new file mode 100644 index 000000000..5d6e48493 Binary files /dev/null and b/dist/img-apple-160/2692.png differ diff --git a/dist/img-apple-160/2693.png b/dist/img-apple-160/2693.png new file mode 100644 index 000000000..f54b9c6a4 Binary files /dev/null and b/dist/img-apple-160/2693.png differ diff --git a/dist/img-apple-160/2694-fe0f.png b/dist/img-apple-160/2694-fe0f.png new file mode 100644 index 000000000..07cbcd458 Binary files /dev/null and b/dist/img-apple-160/2694-fe0f.png differ diff --git a/dist/img-apple-160/2694.png b/dist/img-apple-160/2694.png new file mode 100644 index 000000000..07cbcd458 Binary files /dev/null and b/dist/img-apple-160/2694.png differ diff --git a/dist/img-apple-160/2695.png b/dist/img-apple-160/2695.png new file mode 100644 index 000000000..909793091 Binary files /dev/null and b/dist/img-apple-160/2695.png differ diff --git a/dist/img-apple-160/2696-fe0f.png b/dist/img-apple-160/2696-fe0f.png new file mode 100644 index 000000000..0792c4878 Binary files /dev/null and b/dist/img-apple-160/2696-fe0f.png differ diff --git a/dist/img-apple-160/2696.png b/dist/img-apple-160/2696.png new file mode 100644 index 000000000..0792c4878 Binary files /dev/null and b/dist/img-apple-160/2696.png differ diff --git a/dist/img-apple-160/2697-fe0f.png b/dist/img-apple-160/2697-fe0f.png new file mode 100644 index 000000000..c215e183b Binary files /dev/null and b/dist/img-apple-160/2697-fe0f.png differ diff --git a/dist/img-apple-160/2697.png b/dist/img-apple-160/2697.png new file mode 100644 index 000000000..c215e183b Binary files /dev/null and b/dist/img-apple-160/2697.png differ diff --git a/dist/img-apple-160/2699-fe0f.png b/dist/img-apple-160/2699-fe0f.png new file mode 100644 index 000000000..79cc3bfb7 Binary files /dev/null and b/dist/img-apple-160/2699-fe0f.png differ diff --git a/dist/img-apple-160/2699.png b/dist/img-apple-160/2699.png new file mode 100644 index 000000000..79cc3bfb7 Binary files /dev/null and b/dist/img-apple-160/2699.png differ diff --git a/dist/img-apple-160/269b-fe0f.png b/dist/img-apple-160/269b-fe0f.png new file mode 100644 index 000000000..eb79621a2 Binary files /dev/null and b/dist/img-apple-160/269b-fe0f.png differ diff --git a/dist/img-apple-160/269b.png b/dist/img-apple-160/269b.png new file mode 100644 index 000000000..eb79621a2 Binary files /dev/null and b/dist/img-apple-160/269b.png differ diff --git a/dist/img-apple-160/269c-fe0f.png b/dist/img-apple-160/269c-fe0f.png new file mode 100644 index 000000000..58a3ea384 Binary files /dev/null and b/dist/img-apple-160/269c-fe0f.png differ diff --git a/dist/img-apple-160/269c.png b/dist/img-apple-160/269c.png new file mode 100644 index 000000000..58a3ea384 Binary files /dev/null and b/dist/img-apple-160/269c.png differ diff --git a/dist/img-apple-160/26a0-fe0f.png b/dist/img-apple-160/26a0-fe0f.png new file mode 100644 index 000000000..44ded65bf Binary files /dev/null and b/dist/img-apple-160/26a0-fe0f.png differ diff --git a/dist/img-apple-160/26a0.png b/dist/img-apple-160/26a0.png new file mode 100644 index 000000000..44ded65bf Binary files /dev/null and b/dist/img-apple-160/26a0.png differ diff --git a/dist/img-apple-160/26a1-fe0f.png b/dist/img-apple-160/26a1-fe0f.png new file mode 100644 index 000000000..86b4a726e Binary files /dev/null and b/dist/img-apple-160/26a1-fe0f.png differ diff --git a/dist/img-apple-160/26a1.png b/dist/img-apple-160/26a1.png new file mode 100644 index 000000000..86b4a726e Binary files /dev/null and b/dist/img-apple-160/26a1.png differ diff --git a/dist/img-apple-160/26a7-fe0f.png b/dist/img-apple-160/26a7-fe0f.png new file mode 100755 index 000000000..f8273eaca Binary files /dev/null and b/dist/img-apple-160/26a7-fe0f.png differ diff --git a/dist/img-apple-160/26a7.png b/dist/img-apple-160/26a7.png new file mode 100755 index 000000000..f8273eaca Binary files /dev/null and b/dist/img-apple-160/26a7.png differ diff --git a/dist/img-apple-160/26aa.png b/dist/img-apple-160/26aa.png new file mode 100644 index 000000000..1c82273df Binary files /dev/null and b/dist/img-apple-160/26aa.png differ diff --git a/dist/img-apple-160/26ab.png b/dist/img-apple-160/26ab.png new file mode 100644 index 000000000..7c23a151c Binary files /dev/null and b/dist/img-apple-160/26ab.png differ diff --git a/dist/img-apple-160/26b0-fe0f.png b/dist/img-apple-160/26b0-fe0f.png new file mode 100644 index 000000000..f622c959b Binary files /dev/null and b/dist/img-apple-160/26b0-fe0f.png differ diff --git a/dist/img-apple-160/26b0.png b/dist/img-apple-160/26b0.png new file mode 100644 index 000000000..f622c959b Binary files /dev/null and b/dist/img-apple-160/26b0.png differ diff --git a/dist/img-apple-160/26b1-fe0f.png b/dist/img-apple-160/26b1-fe0f.png new file mode 100644 index 000000000..c1062ea54 Binary files /dev/null and b/dist/img-apple-160/26b1-fe0f.png differ diff --git a/dist/img-apple-160/26b1.png b/dist/img-apple-160/26b1.png new file mode 100644 index 000000000..c1062ea54 Binary files /dev/null and b/dist/img-apple-160/26b1.png differ diff --git a/dist/img-apple-160/26bd.png b/dist/img-apple-160/26bd.png new file mode 100644 index 000000000..c9ef004c6 Binary files /dev/null and b/dist/img-apple-160/26bd.png differ diff --git a/dist/img-apple-160/26be.png b/dist/img-apple-160/26be.png new file mode 100644 index 000000000..00e0f2fa4 Binary files /dev/null and b/dist/img-apple-160/26be.png differ diff --git a/dist/img-apple-160/26c4.png b/dist/img-apple-160/26c4.png new file mode 100644 index 000000000..e4a26f369 Binary files /dev/null and b/dist/img-apple-160/26c4.png differ diff --git a/dist/img-apple-160/26c5.png b/dist/img-apple-160/26c5.png new file mode 100644 index 000000000..8270d89e2 Binary files /dev/null and b/dist/img-apple-160/26c5.png differ diff --git a/dist/img-apple-160/26c8-fe0f.png b/dist/img-apple-160/26c8-fe0f.png new file mode 100644 index 000000000..f21561104 Binary files /dev/null and b/dist/img-apple-160/26c8-fe0f.png differ diff --git a/dist/img-apple-160/26c8.png b/dist/img-apple-160/26c8.png new file mode 100644 index 000000000..f21561104 Binary files /dev/null and b/dist/img-apple-160/26c8.png differ diff --git a/dist/img-apple-160/26ce.png b/dist/img-apple-160/26ce.png new file mode 100644 index 000000000..3c21dace8 Binary files /dev/null and b/dist/img-apple-160/26ce.png differ diff --git a/dist/img-apple-160/26cf-fe0f.png b/dist/img-apple-160/26cf-fe0f.png new file mode 100644 index 000000000..cfb1a54ae Binary files /dev/null and b/dist/img-apple-160/26cf-fe0f.png differ diff --git a/dist/img-apple-160/26cf.png b/dist/img-apple-160/26cf.png new file mode 100644 index 000000000..cfb1a54ae Binary files /dev/null and b/dist/img-apple-160/26cf.png differ diff --git a/dist/img-apple-160/26d1-fe0f.png b/dist/img-apple-160/26d1-fe0f.png new file mode 100644 index 000000000..99a88425c Binary files /dev/null and b/dist/img-apple-160/26d1-fe0f.png differ diff --git a/dist/img-apple-160/26d1.png b/dist/img-apple-160/26d1.png new file mode 100644 index 000000000..99a88425c Binary files /dev/null and b/dist/img-apple-160/26d1.png differ diff --git a/dist/img-apple-160/26d3-fe0f.png b/dist/img-apple-160/26d3-fe0f.png new file mode 100644 index 000000000..aac9067ca Binary files /dev/null and b/dist/img-apple-160/26d3-fe0f.png differ diff --git a/dist/img-apple-160/26d3.png b/dist/img-apple-160/26d3.png new file mode 100644 index 000000000..aac9067ca Binary files /dev/null and b/dist/img-apple-160/26d3.png differ diff --git a/dist/img-apple-160/26d4.png b/dist/img-apple-160/26d4.png new file mode 100644 index 000000000..5733f59c4 Binary files /dev/null and b/dist/img-apple-160/26d4.png differ diff --git a/dist/img-apple-160/26e9-fe0f.png b/dist/img-apple-160/26e9-fe0f.png new file mode 100644 index 000000000..0a43b8160 Binary files /dev/null and b/dist/img-apple-160/26e9-fe0f.png differ diff --git a/dist/img-apple-160/26e9.png b/dist/img-apple-160/26e9.png new file mode 100644 index 000000000..0a43b8160 Binary files /dev/null and b/dist/img-apple-160/26e9.png differ diff --git a/dist/img-apple-160/26ea.png b/dist/img-apple-160/26ea.png new file mode 100644 index 000000000..062d1de89 Binary files /dev/null and b/dist/img-apple-160/26ea.png differ diff --git a/dist/img-apple-160/26f0-fe0f.png b/dist/img-apple-160/26f0-fe0f.png new file mode 100644 index 000000000..a4753cced Binary files /dev/null and b/dist/img-apple-160/26f0-fe0f.png differ diff --git a/dist/img-apple-160/26f0.png b/dist/img-apple-160/26f0.png new file mode 100644 index 000000000..a4753cced Binary files /dev/null and b/dist/img-apple-160/26f0.png differ diff --git a/dist/img-apple-160/26f1-fe0f.png b/dist/img-apple-160/26f1-fe0f.png new file mode 100644 index 000000000..44db23582 Binary files /dev/null and b/dist/img-apple-160/26f1-fe0f.png differ diff --git a/dist/img-apple-160/26f1.png b/dist/img-apple-160/26f1.png new file mode 100644 index 000000000..44db23582 Binary files /dev/null and b/dist/img-apple-160/26f1.png differ diff --git a/dist/img-apple-160/26f2.png b/dist/img-apple-160/26f2.png new file mode 100644 index 000000000..272d7f027 Binary files /dev/null and b/dist/img-apple-160/26f2.png differ diff --git a/dist/img-apple-160/26f3.png b/dist/img-apple-160/26f3.png new file mode 100644 index 000000000..1beb94910 Binary files /dev/null and b/dist/img-apple-160/26f3.png differ diff --git a/dist/img-apple-160/26f4-fe0f.png b/dist/img-apple-160/26f4-fe0f.png new file mode 100644 index 000000000..1c77549f9 Binary files /dev/null and b/dist/img-apple-160/26f4-fe0f.png differ diff --git a/dist/img-apple-160/26f4.png b/dist/img-apple-160/26f4.png new file mode 100644 index 000000000..1c77549f9 Binary files /dev/null and b/dist/img-apple-160/26f4.png differ diff --git a/dist/img-apple-160/26f5.png b/dist/img-apple-160/26f5.png new file mode 100644 index 000000000..b83cc2998 Binary files /dev/null and b/dist/img-apple-160/26f5.png differ diff --git a/dist/img-apple-160/26f7-fe0f.png b/dist/img-apple-160/26f7-fe0f.png new file mode 100644 index 000000000..71209e42a Binary files /dev/null and b/dist/img-apple-160/26f7-fe0f.png differ diff --git a/dist/img-apple-160/26f7.png b/dist/img-apple-160/26f7.png new file mode 100644 index 000000000..71209e42a Binary files /dev/null and b/dist/img-apple-160/26f7.png differ diff --git a/dist/img-apple-160/26f8-fe0f.png b/dist/img-apple-160/26f8-fe0f.png new file mode 100644 index 000000000..1f7c96230 Binary files /dev/null and b/dist/img-apple-160/26f8-fe0f.png differ diff --git a/dist/img-apple-160/26f8.png b/dist/img-apple-160/26f8.png new file mode 100644 index 000000000..1f7c96230 Binary files /dev/null and b/dist/img-apple-160/26f8.png differ diff --git a/dist/img-apple-160/26f9-1f3fb-200d-2640-fe0f.png b/dist/img-apple-160/26f9-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..4c1017082 Binary files /dev/null and b/dist/img-apple-160/26f9-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/26f9-1f3fb-200d-2640.png b/dist/img-apple-160/26f9-1f3fb-200d-2640.png new file mode 100644 index 000000000..4c1017082 Binary files /dev/null and b/dist/img-apple-160/26f9-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-160/26f9-1f3fb-200d-2642-fe0f.png b/dist/img-apple-160/26f9-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..b35616e72 Binary files /dev/null and b/dist/img-apple-160/26f9-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/26f9-1f3fb-200d-2642.png b/dist/img-apple-160/26f9-1f3fb-200d-2642.png new file mode 100644 index 000000000..b35616e72 Binary files /dev/null and b/dist/img-apple-160/26f9-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-160/26f9-1f3fb.png b/dist/img-apple-160/26f9-1f3fb.png new file mode 100644 index 000000000..553071890 Binary files /dev/null and b/dist/img-apple-160/26f9-1f3fb.png differ diff --git a/dist/img-apple-160/26f9-1f3fc-200d-2640-fe0f.png b/dist/img-apple-160/26f9-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..0f18e44f6 Binary files /dev/null and b/dist/img-apple-160/26f9-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/26f9-1f3fc-200d-2640.png b/dist/img-apple-160/26f9-1f3fc-200d-2640.png new file mode 100644 index 000000000..0f18e44f6 Binary files /dev/null and b/dist/img-apple-160/26f9-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-160/26f9-1f3fc-200d-2642-fe0f.png b/dist/img-apple-160/26f9-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..a33dc49df Binary files /dev/null and b/dist/img-apple-160/26f9-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/26f9-1f3fc-200d-2642.png b/dist/img-apple-160/26f9-1f3fc-200d-2642.png new file mode 100644 index 000000000..a33dc49df Binary files /dev/null and b/dist/img-apple-160/26f9-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-160/26f9-1f3fc.png b/dist/img-apple-160/26f9-1f3fc.png new file mode 100644 index 000000000..47c65f261 Binary files /dev/null and b/dist/img-apple-160/26f9-1f3fc.png differ diff --git a/dist/img-apple-160/26f9-1f3fd-200d-2640-fe0f.png b/dist/img-apple-160/26f9-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..ddf9400db Binary files /dev/null and b/dist/img-apple-160/26f9-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/26f9-1f3fd-200d-2640.png b/dist/img-apple-160/26f9-1f3fd-200d-2640.png new file mode 100644 index 000000000..ddf9400db Binary files /dev/null and b/dist/img-apple-160/26f9-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-160/26f9-1f3fd-200d-2642-fe0f.png b/dist/img-apple-160/26f9-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..1ec80b31c Binary files /dev/null and b/dist/img-apple-160/26f9-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/26f9-1f3fd-200d-2642.png b/dist/img-apple-160/26f9-1f3fd-200d-2642.png new file mode 100644 index 000000000..1ec80b31c Binary files /dev/null and b/dist/img-apple-160/26f9-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-160/26f9-1f3fd.png b/dist/img-apple-160/26f9-1f3fd.png new file mode 100644 index 000000000..9766526b0 Binary files /dev/null and b/dist/img-apple-160/26f9-1f3fd.png differ diff --git a/dist/img-apple-160/26f9-1f3fe-200d-2640-fe0f.png b/dist/img-apple-160/26f9-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..3ffefbf9a Binary files /dev/null and b/dist/img-apple-160/26f9-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/26f9-1f3fe-200d-2640.png b/dist/img-apple-160/26f9-1f3fe-200d-2640.png new file mode 100644 index 000000000..3ffefbf9a Binary files /dev/null and b/dist/img-apple-160/26f9-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-160/26f9-1f3fe-200d-2642-fe0f.png b/dist/img-apple-160/26f9-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..4c3bd697b Binary files /dev/null and b/dist/img-apple-160/26f9-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/26f9-1f3fe-200d-2642.png b/dist/img-apple-160/26f9-1f3fe-200d-2642.png new file mode 100644 index 000000000..4c3bd697b Binary files /dev/null and b/dist/img-apple-160/26f9-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-160/26f9-1f3fe.png b/dist/img-apple-160/26f9-1f3fe.png new file mode 100644 index 000000000..25e36782d Binary files /dev/null and b/dist/img-apple-160/26f9-1f3fe.png differ diff --git a/dist/img-apple-160/26f9-1f3ff-200d-2640-fe0f.png b/dist/img-apple-160/26f9-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..a7c402413 Binary files /dev/null and b/dist/img-apple-160/26f9-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/26f9-1f3ff-200d-2640.png b/dist/img-apple-160/26f9-1f3ff-200d-2640.png new file mode 100644 index 000000000..a7c402413 Binary files /dev/null and b/dist/img-apple-160/26f9-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-160/26f9-1f3ff-200d-2642-fe0f.png b/dist/img-apple-160/26f9-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..97c49a59c Binary files /dev/null and b/dist/img-apple-160/26f9-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/26f9-1f3ff-200d-2642.png b/dist/img-apple-160/26f9-1f3ff-200d-2642.png new file mode 100644 index 000000000..97c49a59c Binary files /dev/null and b/dist/img-apple-160/26f9-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-160/26f9-1f3ff.png b/dist/img-apple-160/26f9-1f3ff.png new file mode 100644 index 000000000..6e8c982e6 Binary files /dev/null and b/dist/img-apple-160/26f9-1f3ff.png differ diff --git a/dist/img-apple-160/26f9-200d-2640.png b/dist/img-apple-160/26f9-200d-2640.png new file mode 100644 index 000000000..b1fa44647 Binary files /dev/null and b/dist/img-apple-160/26f9-200d-2640.png differ diff --git a/dist/img-apple-160/26f9-200d-2642.png b/dist/img-apple-160/26f9-200d-2642.png new file mode 100644 index 000000000..ae241d3e3 Binary files /dev/null and b/dist/img-apple-160/26f9-200d-2642.png differ diff --git a/dist/img-apple-160/26f9-fe0f-200d-2640-fe0f.png b/dist/img-apple-160/26f9-fe0f-200d-2640-fe0f.png new file mode 100644 index 000000000..b1fa44647 Binary files /dev/null and b/dist/img-apple-160/26f9-fe0f-200d-2640-fe0f.png differ diff --git a/dist/img-apple-160/26f9-fe0f-200d-2642-fe0f.png b/dist/img-apple-160/26f9-fe0f-200d-2642-fe0f.png new file mode 100644 index 000000000..ae241d3e3 Binary files /dev/null and b/dist/img-apple-160/26f9-fe0f-200d-2642-fe0f.png differ diff --git a/dist/img-apple-160/26f9-fe0f.png b/dist/img-apple-160/26f9-fe0f.png new file mode 100644 index 000000000..b6a6ccc4a Binary files /dev/null and b/dist/img-apple-160/26f9-fe0f.png differ diff --git a/dist/img-apple-160/26f9.png b/dist/img-apple-160/26f9.png new file mode 100644 index 000000000..b6a6ccc4a Binary files /dev/null and b/dist/img-apple-160/26f9.png differ diff --git a/dist/img-apple-160/26fa.png b/dist/img-apple-160/26fa.png new file mode 100644 index 000000000..10f7f72ff Binary files /dev/null and b/dist/img-apple-160/26fa.png differ diff --git a/dist/img-apple-160/26fd.png b/dist/img-apple-160/26fd.png new file mode 100644 index 000000000..6f083d83a Binary files /dev/null and b/dist/img-apple-160/26fd.png differ diff --git a/dist/img-apple-160/2702-fe0f.png b/dist/img-apple-160/2702-fe0f.png new file mode 100644 index 000000000..fcec78d72 Binary files /dev/null and b/dist/img-apple-160/2702-fe0f.png differ diff --git a/dist/img-apple-160/2702.png b/dist/img-apple-160/2702.png new file mode 100644 index 000000000..fcec78d72 Binary files /dev/null and b/dist/img-apple-160/2702.png differ diff --git a/dist/img-apple-160/2705.png b/dist/img-apple-160/2705.png new file mode 100644 index 000000000..330c88587 Binary files /dev/null and b/dist/img-apple-160/2705.png differ diff --git a/dist/img-apple-160/2708-fe0f.png b/dist/img-apple-160/2708-fe0f.png new file mode 100644 index 000000000..c94978668 Binary files /dev/null and b/dist/img-apple-160/2708-fe0f.png differ diff --git a/dist/img-apple-160/2708.png b/dist/img-apple-160/2708.png new file mode 100644 index 000000000..c94978668 Binary files /dev/null and b/dist/img-apple-160/2708.png differ diff --git a/dist/img-apple-160/2709-fe0f.png b/dist/img-apple-160/2709-fe0f.png new file mode 100644 index 000000000..4ad257803 Binary files /dev/null and b/dist/img-apple-160/2709-fe0f.png differ diff --git a/dist/img-apple-160/2709.png b/dist/img-apple-160/2709.png new file mode 100644 index 000000000..4ad257803 Binary files /dev/null and b/dist/img-apple-160/2709.png differ diff --git a/dist/img-apple-160/270a-1f3fb.png b/dist/img-apple-160/270a-1f3fb.png new file mode 100644 index 000000000..85885c3c7 Binary files /dev/null and b/dist/img-apple-160/270a-1f3fb.png differ diff --git a/dist/img-apple-160/270a-1f3fc.png b/dist/img-apple-160/270a-1f3fc.png new file mode 100644 index 000000000..e7c1ebf20 Binary files /dev/null and b/dist/img-apple-160/270a-1f3fc.png differ diff --git a/dist/img-apple-160/270a-1f3fd.png b/dist/img-apple-160/270a-1f3fd.png new file mode 100644 index 000000000..1d675f1c7 Binary files /dev/null and b/dist/img-apple-160/270a-1f3fd.png differ diff --git a/dist/img-apple-160/270a-1f3fe.png b/dist/img-apple-160/270a-1f3fe.png new file mode 100644 index 000000000..0bd9e4a00 Binary files /dev/null and b/dist/img-apple-160/270a-1f3fe.png differ diff --git a/dist/img-apple-160/270a-1f3ff.png b/dist/img-apple-160/270a-1f3ff.png new file mode 100644 index 000000000..b76d51b1b Binary files /dev/null and b/dist/img-apple-160/270a-1f3ff.png differ diff --git a/dist/img-apple-160/270a.png b/dist/img-apple-160/270a.png new file mode 100644 index 000000000..0903ba526 Binary files /dev/null and b/dist/img-apple-160/270a.png differ diff --git a/dist/img-apple-160/270b-1f3fb.png b/dist/img-apple-160/270b-1f3fb.png new file mode 100644 index 000000000..455cdb15f Binary files /dev/null and b/dist/img-apple-160/270b-1f3fb.png differ diff --git a/dist/img-apple-160/270b-1f3fc.png b/dist/img-apple-160/270b-1f3fc.png new file mode 100644 index 000000000..0b8536296 Binary files /dev/null and b/dist/img-apple-160/270b-1f3fc.png differ diff --git a/dist/img-apple-160/270b-1f3fd.png b/dist/img-apple-160/270b-1f3fd.png new file mode 100644 index 000000000..88a2b2b60 Binary files /dev/null and b/dist/img-apple-160/270b-1f3fd.png differ diff --git a/dist/img-apple-160/270b-1f3fe.png b/dist/img-apple-160/270b-1f3fe.png new file mode 100644 index 000000000..3bee0e0b7 Binary files /dev/null and b/dist/img-apple-160/270b-1f3fe.png differ diff --git a/dist/img-apple-160/270b-1f3ff.png b/dist/img-apple-160/270b-1f3ff.png new file mode 100644 index 000000000..6a791830a Binary files /dev/null and b/dist/img-apple-160/270b-1f3ff.png differ diff --git a/dist/img-apple-160/270b.png b/dist/img-apple-160/270b.png new file mode 100644 index 000000000..9f8496b98 Binary files /dev/null and b/dist/img-apple-160/270b.png differ diff --git a/dist/img-apple-160/270c-1f3fb.png b/dist/img-apple-160/270c-1f3fb.png new file mode 100644 index 000000000..323841380 Binary files /dev/null and b/dist/img-apple-160/270c-1f3fb.png differ diff --git a/dist/img-apple-160/270c-1f3fc.png b/dist/img-apple-160/270c-1f3fc.png new file mode 100644 index 000000000..b555b480a Binary files /dev/null and b/dist/img-apple-160/270c-1f3fc.png differ diff --git a/dist/img-apple-160/270c-1f3fd.png b/dist/img-apple-160/270c-1f3fd.png new file mode 100644 index 000000000..c867b8713 Binary files /dev/null and b/dist/img-apple-160/270c-1f3fd.png differ diff --git a/dist/img-apple-160/270c-1f3fe.png b/dist/img-apple-160/270c-1f3fe.png new file mode 100644 index 000000000..8ea2467ff Binary files /dev/null and b/dist/img-apple-160/270c-1f3fe.png differ diff --git a/dist/img-apple-160/270c-1f3ff.png b/dist/img-apple-160/270c-1f3ff.png new file mode 100644 index 000000000..e240310cd Binary files /dev/null and b/dist/img-apple-160/270c-1f3ff.png differ diff --git a/dist/img-apple-160/270c-fe0f.png b/dist/img-apple-160/270c-fe0f.png new file mode 100644 index 000000000..3f19d1af9 Binary files /dev/null and b/dist/img-apple-160/270c-fe0f.png differ diff --git a/dist/img-apple-160/270c.png b/dist/img-apple-160/270c.png new file mode 100644 index 000000000..3f19d1af9 Binary files /dev/null and b/dist/img-apple-160/270c.png differ diff --git a/dist/img-apple-160/270d-1f3fb.png b/dist/img-apple-160/270d-1f3fb.png new file mode 100644 index 000000000..cb3a7475a Binary files /dev/null and b/dist/img-apple-160/270d-1f3fb.png differ diff --git a/dist/img-apple-160/270d-1f3fc.png b/dist/img-apple-160/270d-1f3fc.png new file mode 100644 index 000000000..c9db255e2 Binary files /dev/null and b/dist/img-apple-160/270d-1f3fc.png differ diff --git a/dist/img-apple-160/270d-1f3fd.png b/dist/img-apple-160/270d-1f3fd.png new file mode 100644 index 000000000..e8ecec051 Binary files /dev/null and b/dist/img-apple-160/270d-1f3fd.png differ diff --git a/dist/img-apple-160/270d-1f3fe.png b/dist/img-apple-160/270d-1f3fe.png new file mode 100644 index 000000000..da8c4d0de Binary files /dev/null and b/dist/img-apple-160/270d-1f3fe.png differ diff --git a/dist/img-apple-160/270d-1f3ff.png b/dist/img-apple-160/270d-1f3ff.png new file mode 100644 index 000000000..0f0abd170 Binary files /dev/null and b/dist/img-apple-160/270d-1f3ff.png differ diff --git a/dist/img-apple-160/270d-fe0f.png b/dist/img-apple-160/270d-fe0f.png new file mode 100644 index 000000000..1d08cdd80 Binary files /dev/null and b/dist/img-apple-160/270d-fe0f.png differ diff --git a/dist/img-apple-160/270d.png b/dist/img-apple-160/270d.png new file mode 100644 index 000000000..1d08cdd80 Binary files /dev/null and b/dist/img-apple-160/270d.png differ diff --git a/dist/img-apple-160/270f-fe0f.png b/dist/img-apple-160/270f-fe0f.png new file mode 100644 index 000000000..e32ccab36 Binary files /dev/null and b/dist/img-apple-160/270f-fe0f.png differ diff --git a/dist/img-apple-160/270f.png b/dist/img-apple-160/270f.png new file mode 100644 index 000000000..e32ccab36 Binary files /dev/null and b/dist/img-apple-160/270f.png differ diff --git a/dist/img-apple-160/2712-fe0f.png b/dist/img-apple-160/2712-fe0f.png new file mode 100644 index 000000000..ce70dd6b8 Binary files /dev/null and b/dist/img-apple-160/2712-fe0f.png differ diff --git a/dist/img-apple-160/2712.png b/dist/img-apple-160/2712.png new file mode 100644 index 000000000..ce70dd6b8 Binary files /dev/null and b/dist/img-apple-160/2712.png differ diff --git a/dist/img-apple-160/2714-fe0f.png b/dist/img-apple-160/2714-fe0f.png new file mode 100644 index 000000000..32d2742a7 Binary files /dev/null and b/dist/img-apple-160/2714-fe0f.png differ diff --git a/dist/img-apple-160/2714.png b/dist/img-apple-160/2714.png new file mode 100644 index 000000000..32d2742a7 Binary files /dev/null and b/dist/img-apple-160/2714.png differ diff --git a/dist/img-apple-160/2716-fe0f.png b/dist/img-apple-160/2716-fe0f.png new file mode 100644 index 000000000..c01463a43 Binary files /dev/null and b/dist/img-apple-160/2716-fe0f.png differ diff --git a/dist/img-apple-160/2716.png b/dist/img-apple-160/2716.png new file mode 100644 index 000000000..c01463a43 Binary files /dev/null and b/dist/img-apple-160/2716.png differ diff --git a/dist/img-apple-160/271d-fe0f.png b/dist/img-apple-160/271d-fe0f.png new file mode 100644 index 000000000..5166cd11d Binary files /dev/null and b/dist/img-apple-160/271d-fe0f.png differ diff --git a/dist/img-apple-160/271d.png b/dist/img-apple-160/271d.png new file mode 100644 index 000000000..5166cd11d Binary files /dev/null and b/dist/img-apple-160/271d.png differ diff --git a/dist/img-apple-160/2721-fe0f.png b/dist/img-apple-160/2721-fe0f.png new file mode 100644 index 000000000..4dfa8e5ef Binary files /dev/null and b/dist/img-apple-160/2721-fe0f.png differ diff --git a/dist/img-apple-160/2721.png b/dist/img-apple-160/2721.png new file mode 100644 index 000000000..4dfa8e5ef Binary files /dev/null and b/dist/img-apple-160/2721.png differ diff --git a/dist/img-apple-160/2728.png b/dist/img-apple-160/2728.png new file mode 100644 index 000000000..69e017591 Binary files /dev/null and b/dist/img-apple-160/2728.png differ diff --git a/dist/img-apple-160/2733-fe0f.png b/dist/img-apple-160/2733-fe0f.png new file mode 100644 index 000000000..39eb50275 Binary files /dev/null and b/dist/img-apple-160/2733-fe0f.png differ diff --git a/dist/img-apple-160/2733.png b/dist/img-apple-160/2733.png new file mode 100644 index 000000000..39eb50275 Binary files /dev/null and b/dist/img-apple-160/2733.png differ diff --git a/dist/img-apple-160/2734-fe0f.png b/dist/img-apple-160/2734-fe0f.png new file mode 100644 index 000000000..566c749bf Binary files /dev/null and b/dist/img-apple-160/2734-fe0f.png differ diff --git a/dist/img-apple-160/2734.png b/dist/img-apple-160/2734.png new file mode 100644 index 000000000..566c749bf Binary files /dev/null and b/dist/img-apple-160/2734.png differ diff --git a/dist/img-apple-160/2744-fe0f.png b/dist/img-apple-160/2744-fe0f.png new file mode 100644 index 000000000..3fe5bbaef Binary files /dev/null and b/dist/img-apple-160/2744-fe0f.png differ diff --git a/dist/img-apple-160/2744.png b/dist/img-apple-160/2744.png new file mode 100644 index 000000000..3fe5bbaef Binary files /dev/null and b/dist/img-apple-160/2744.png differ diff --git a/dist/img-apple-160/2747-fe0f.png b/dist/img-apple-160/2747-fe0f.png new file mode 100644 index 000000000..4af119f06 Binary files /dev/null and b/dist/img-apple-160/2747-fe0f.png differ diff --git a/dist/img-apple-160/2747.png b/dist/img-apple-160/2747.png new file mode 100644 index 000000000..4af119f06 Binary files /dev/null and b/dist/img-apple-160/2747.png differ diff --git a/dist/img-apple-160/274c.png b/dist/img-apple-160/274c.png new file mode 100644 index 000000000..cb256e88c Binary files /dev/null and b/dist/img-apple-160/274c.png differ diff --git a/dist/img-apple-160/274e.png b/dist/img-apple-160/274e.png new file mode 100644 index 000000000..966ff7644 Binary files /dev/null and b/dist/img-apple-160/274e.png differ diff --git a/dist/img-apple-160/2753.png b/dist/img-apple-160/2753.png new file mode 100644 index 000000000..9d890a66e Binary files /dev/null and b/dist/img-apple-160/2753.png differ diff --git a/dist/img-apple-160/2754.png b/dist/img-apple-160/2754.png new file mode 100644 index 000000000..bd988e193 Binary files /dev/null and b/dist/img-apple-160/2754.png differ diff --git a/dist/img-apple-160/2755.png b/dist/img-apple-160/2755.png new file mode 100644 index 000000000..979e2ab9b Binary files /dev/null and b/dist/img-apple-160/2755.png differ diff --git a/dist/img-apple-160/2757.png b/dist/img-apple-160/2757.png new file mode 100644 index 000000000..2f810afd4 Binary files /dev/null and b/dist/img-apple-160/2757.png differ diff --git a/dist/img-apple-160/2763-fe0f.png b/dist/img-apple-160/2763-fe0f.png new file mode 100644 index 000000000..e4247c4ee Binary files /dev/null and b/dist/img-apple-160/2763-fe0f.png differ diff --git a/dist/img-apple-160/2763.png b/dist/img-apple-160/2763.png new file mode 100644 index 000000000..e4247c4ee Binary files /dev/null and b/dist/img-apple-160/2763.png differ diff --git a/dist/img-apple-160/2764-fe0f.png b/dist/img-apple-160/2764-fe0f.png new file mode 100644 index 000000000..b7ec54933 Binary files /dev/null and b/dist/img-apple-160/2764-fe0f.png differ diff --git a/dist/img-apple-160/2764.png b/dist/img-apple-160/2764.png new file mode 100644 index 000000000..b7ec54933 Binary files /dev/null and b/dist/img-apple-160/2764.png differ diff --git a/dist/img-apple-160/2795.png b/dist/img-apple-160/2795.png new file mode 100644 index 000000000..100e52d21 Binary files /dev/null and b/dist/img-apple-160/2795.png differ diff --git a/dist/img-apple-160/2796.png b/dist/img-apple-160/2796.png new file mode 100644 index 000000000..99eb8eceb Binary files /dev/null and b/dist/img-apple-160/2796.png differ diff --git a/dist/img-apple-160/2797.png b/dist/img-apple-160/2797.png new file mode 100644 index 000000000..b272bbb2c Binary files /dev/null and b/dist/img-apple-160/2797.png differ diff --git a/dist/img-apple-160/27a1-fe0f.png b/dist/img-apple-160/27a1-fe0f.png new file mode 100644 index 000000000..4e411ccaf Binary files /dev/null and b/dist/img-apple-160/27a1-fe0f.png differ diff --git a/dist/img-apple-160/27a1.png b/dist/img-apple-160/27a1.png new file mode 100644 index 000000000..4e411ccaf Binary files /dev/null and b/dist/img-apple-160/27a1.png differ diff --git a/dist/img-apple-160/27b0.png b/dist/img-apple-160/27b0.png new file mode 100644 index 000000000..4e6d1624e Binary files /dev/null and b/dist/img-apple-160/27b0.png differ diff --git a/dist/img-apple-160/27bf.png b/dist/img-apple-160/27bf.png new file mode 100644 index 000000000..d2b220652 Binary files /dev/null and b/dist/img-apple-160/27bf.png differ diff --git a/dist/img-apple-160/2934-fe0f.png b/dist/img-apple-160/2934-fe0f.png new file mode 100644 index 000000000..3354d0205 Binary files /dev/null and b/dist/img-apple-160/2934-fe0f.png differ diff --git a/dist/img-apple-160/2934.png b/dist/img-apple-160/2934.png new file mode 100644 index 000000000..3354d0205 Binary files /dev/null and b/dist/img-apple-160/2934.png differ diff --git a/dist/img-apple-160/2935-fe0f.png b/dist/img-apple-160/2935-fe0f.png new file mode 100644 index 000000000..5649ebfc3 Binary files /dev/null and b/dist/img-apple-160/2935-fe0f.png differ diff --git a/dist/img-apple-160/2935.png b/dist/img-apple-160/2935.png new file mode 100644 index 000000000..5649ebfc3 Binary files /dev/null and b/dist/img-apple-160/2935.png differ diff --git a/dist/img-apple-160/2a-20e3.png b/dist/img-apple-160/2a-20e3.png new file mode 100644 index 000000000..caa15797c Binary files /dev/null and b/dist/img-apple-160/2a-20e3.png differ diff --git a/dist/img-apple-160/2b05-fe0f.png b/dist/img-apple-160/2b05-fe0f.png new file mode 100644 index 000000000..a1ce7b068 Binary files /dev/null and b/dist/img-apple-160/2b05-fe0f.png differ diff --git a/dist/img-apple-160/2b05.png b/dist/img-apple-160/2b05.png new file mode 100644 index 000000000..a1ce7b068 Binary files /dev/null and b/dist/img-apple-160/2b05.png differ diff --git a/dist/img-apple-160/2b06-fe0f.png b/dist/img-apple-160/2b06-fe0f.png new file mode 100644 index 000000000..32bd24501 Binary files /dev/null and b/dist/img-apple-160/2b06-fe0f.png differ diff --git a/dist/img-apple-160/2b06.png b/dist/img-apple-160/2b06.png new file mode 100644 index 000000000..32bd24501 Binary files /dev/null and b/dist/img-apple-160/2b06.png differ diff --git a/dist/img-apple-160/2b07-fe0f.png b/dist/img-apple-160/2b07-fe0f.png new file mode 100644 index 000000000..cdc26205f Binary files /dev/null and b/dist/img-apple-160/2b07-fe0f.png differ diff --git a/dist/img-apple-160/2b07.png b/dist/img-apple-160/2b07.png new file mode 100644 index 000000000..cdc26205f Binary files /dev/null and b/dist/img-apple-160/2b07.png differ diff --git a/dist/img-apple-160/2b1b.png b/dist/img-apple-160/2b1b.png new file mode 100644 index 000000000..be80a6260 Binary files /dev/null and b/dist/img-apple-160/2b1b.png differ diff --git a/dist/img-apple-160/2b1c.png b/dist/img-apple-160/2b1c.png new file mode 100644 index 000000000..8acabdb2d Binary files /dev/null and b/dist/img-apple-160/2b1c.png differ diff --git a/dist/img-apple-160/2b50.png b/dist/img-apple-160/2b50.png new file mode 100644 index 000000000..bb64335f7 Binary files /dev/null and b/dist/img-apple-160/2b50.png differ diff --git a/dist/img-apple-160/2b55.png b/dist/img-apple-160/2b55.png new file mode 100644 index 000000000..0a5d8d9d1 Binary files /dev/null and b/dist/img-apple-160/2b55.png differ diff --git a/dist/img-apple-160/30-20e3.png b/dist/img-apple-160/30-20e3.png new file mode 100644 index 000000000..9c67727b1 Binary files /dev/null and b/dist/img-apple-160/30-20e3.png differ diff --git a/dist/img-apple-160/3030-fe0f.png b/dist/img-apple-160/3030-fe0f.png new file mode 100644 index 000000000..7bf20a1ca Binary files /dev/null and b/dist/img-apple-160/3030-fe0f.png differ diff --git a/dist/img-apple-160/3030.png b/dist/img-apple-160/3030.png new file mode 100644 index 000000000..7bf20a1ca Binary files /dev/null and b/dist/img-apple-160/3030.png differ diff --git a/dist/img-apple-160/303d-fe0f.png b/dist/img-apple-160/303d-fe0f.png new file mode 100644 index 000000000..b63dd4044 Binary files /dev/null and b/dist/img-apple-160/303d-fe0f.png differ diff --git a/dist/img-apple-160/303d.png b/dist/img-apple-160/303d.png new file mode 100644 index 000000000..b63dd4044 Binary files /dev/null and b/dist/img-apple-160/303d.png differ diff --git a/dist/img-apple-160/31-20e3.png b/dist/img-apple-160/31-20e3.png new file mode 100644 index 000000000..4840205b7 Binary files /dev/null and b/dist/img-apple-160/31-20e3.png differ diff --git a/dist/img-apple-160/32-20e3.png b/dist/img-apple-160/32-20e3.png new file mode 100644 index 000000000..b5b4990fe Binary files /dev/null and b/dist/img-apple-160/32-20e3.png differ diff --git a/dist/img-apple-160/3297-fe0f.png b/dist/img-apple-160/3297-fe0f.png new file mode 100644 index 000000000..6651800bb Binary files /dev/null and b/dist/img-apple-160/3297-fe0f.png differ diff --git a/dist/img-apple-160/3297.png b/dist/img-apple-160/3297.png new file mode 100644 index 000000000..6651800bb Binary files /dev/null and b/dist/img-apple-160/3297.png differ diff --git a/dist/img-apple-160/3297_UNKNOWN.png b/dist/img-apple-160/3297_UNKNOWN.png new file mode 100755 index 000000000..c223a899a Binary files /dev/null and b/dist/img-apple-160/3297_UNKNOWN.png differ diff --git a/dist/img-apple-160/3298_UNKNOWN.png b/dist/img-apple-160/3298_UNKNOWN.png new file mode 100755 index 000000000..505b580d4 Binary files /dev/null and b/dist/img-apple-160/3298_UNKNOWN.png differ diff --git a/dist/img-apple-160/3299-fe0f.png b/dist/img-apple-160/3299-fe0f.png new file mode 100644 index 000000000..86617e7d3 Binary files /dev/null and b/dist/img-apple-160/3299-fe0f.png differ diff --git a/dist/img-apple-160/3299.png b/dist/img-apple-160/3299.png new file mode 100644 index 000000000..86617e7d3 Binary files /dev/null and b/dist/img-apple-160/3299.png differ diff --git a/dist/img-apple-160/3299_UNKNOWN.png b/dist/img-apple-160/3299_UNKNOWN.png new file mode 100755 index 000000000..c7f8940e0 Binary files /dev/null and b/dist/img-apple-160/3299_UNKNOWN.png differ diff --git a/dist/img-apple-160/33-20e3.png b/dist/img-apple-160/33-20e3.png new file mode 100644 index 000000000..f939d1ccf Binary files /dev/null and b/dist/img-apple-160/33-20e3.png differ diff --git a/dist/img-apple-160/3300_UNKNOWN.png b/dist/img-apple-160/3300_UNKNOWN.png new file mode 100755 index 000000000..0614ed504 Binary files /dev/null and b/dist/img-apple-160/3300_UNKNOWN.png differ diff --git a/dist/img-apple-160/3301_UNKNOWN.png b/dist/img-apple-160/3301_UNKNOWN.png new file mode 100755 index 000000000..7d7fb1164 Binary files /dev/null and b/dist/img-apple-160/3301_UNKNOWN.png differ diff --git a/dist/img-apple-160/3302_UNKNOWN.png b/dist/img-apple-160/3302_UNKNOWN.png new file mode 100755 index 000000000..22a80b3b3 Binary files /dev/null and b/dist/img-apple-160/3302_UNKNOWN.png differ diff --git a/dist/img-apple-160/3303_UNKNOWN.png b/dist/img-apple-160/3303_UNKNOWN.png new file mode 100755 index 000000000..9f78c0c0b Binary files /dev/null and b/dist/img-apple-160/3303_UNKNOWN.png differ diff --git a/dist/img-apple-160/3304_UNKNOWN.png b/dist/img-apple-160/3304_UNKNOWN.png new file mode 100755 index 000000000..5201fa91e Binary files /dev/null and b/dist/img-apple-160/3304_UNKNOWN.png differ diff --git a/dist/img-apple-160/3305_UNKNOWN.png b/dist/img-apple-160/3305_UNKNOWN.png new file mode 100755 index 000000000..8426b3575 Binary files /dev/null and b/dist/img-apple-160/3305_UNKNOWN.png differ diff --git a/dist/img-apple-160/3306_UNKNOWN.png b/dist/img-apple-160/3306_UNKNOWN.png new file mode 100755 index 000000000..28af36826 Binary files /dev/null and b/dist/img-apple-160/3306_UNKNOWN.png differ diff --git a/dist/img-apple-160/3307_UNKNOWN.png b/dist/img-apple-160/3307_UNKNOWN.png new file mode 100755 index 000000000..95486d4e2 Binary files /dev/null and b/dist/img-apple-160/3307_UNKNOWN.png differ diff --git a/dist/img-apple-160/3308_UNKNOWN.png b/dist/img-apple-160/3308_UNKNOWN.png new file mode 100755 index 000000000..1acafef50 Binary files /dev/null and b/dist/img-apple-160/3308_UNKNOWN.png differ diff --git a/dist/img-apple-160/3309_UNKNOWN.png b/dist/img-apple-160/3309_UNKNOWN.png new file mode 100755 index 000000000..73f9935fa Binary files /dev/null and b/dist/img-apple-160/3309_UNKNOWN.png differ diff --git a/dist/img-apple-160/3310_UNKNOWN.png b/dist/img-apple-160/3310_UNKNOWN.png new file mode 100755 index 000000000..83418cf3e Binary files /dev/null and b/dist/img-apple-160/3310_UNKNOWN.png differ diff --git a/dist/img-apple-160/3311_UNKNOWN.png b/dist/img-apple-160/3311_UNKNOWN.png new file mode 100755 index 000000000..e886dd875 Binary files /dev/null and b/dist/img-apple-160/3311_UNKNOWN.png differ diff --git a/dist/img-apple-160/3312_UNKNOWN.png b/dist/img-apple-160/3312_UNKNOWN.png new file mode 100755 index 000000000..c074ebf5e Binary files /dev/null and b/dist/img-apple-160/3312_UNKNOWN.png differ diff --git a/dist/img-apple-160/3313_UNKNOWN.png b/dist/img-apple-160/3313_UNKNOWN.png new file mode 100755 index 000000000..62b4f47d2 Binary files /dev/null and b/dist/img-apple-160/3313_UNKNOWN.png differ diff --git a/dist/img-apple-160/3314_UNKNOWN.png b/dist/img-apple-160/3314_UNKNOWN.png new file mode 100755 index 000000000..63f200d17 Binary files /dev/null and b/dist/img-apple-160/3314_UNKNOWN.png differ diff --git a/dist/img-apple-160/3315_UNKNOWN.png b/dist/img-apple-160/3315_UNKNOWN.png new file mode 100755 index 000000000..83ecedd8f Binary files /dev/null and b/dist/img-apple-160/3315_UNKNOWN.png differ diff --git a/dist/img-apple-160/3316_UNKNOWN.png b/dist/img-apple-160/3316_UNKNOWN.png new file mode 100755 index 000000000..854bf2cb4 Binary files /dev/null and b/dist/img-apple-160/3316_UNKNOWN.png differ diff --git a/dist/img-apple-160/3317_UNKNOWN.png b/dist/img-apple-160/3317_UNKNOWN.png new file mode 100755 index 000000000..b746a0e5f Binary files /dev/null and b/dist/img-apple-160/3317_UNKNOWN.png differ diff --git a/dist/img-apple-160/3318_UNKNOWN.png b/dist/img-apple-160/3318_UNKNOWN.png new file mode 100755 index 000000000..537bee20e Binary files /dev/null and b/dist/img-apple-160/3318_UNKNOWN.png differ diff --git a/dist/img-apple-160/3319_UNKNOWN.png b/dist/img-apple-160/3319_UNKNOWN.png new file mode 100755 index 000000000..0c6e67498 Binary files /dev/null and b/dist/img-apple-160/3319_UNKNOWN.png differ diff --git a/dist/img-apple-160/3320_UNKNOWN.png b/dist/img-apple-160/3320_UNKNOWN.png new file mode 100755 index 000000000..4a5179c64 Binary files /dev/null and b/dist/img-apple-160/3320_UNKNOWN.png differ diff --git a/dist/img-apple-160/3321_UNKNOWN.png b/dist/img-apple-160/3321_UNKNOWN.png new file mode 100755 index 000000000..c9af00997 Binary files /dev/null and b/dist/img-apple-160/3321_UNKNOWN.png differ diff --git a/dist/img-apple-160/3322_UNKNOWN.png b/dist/img-apple-160/3322_UNKNOWN.png new file mode 100755 index 000000000..679b42ec3 Binary files /dev/null and b/dist/img-apple-160/3322_UNKNOWN.png differ diff --git a/dist/img-apple-160/3323_UNKNOWN.png b/dist/img-apple-160/3323_UNKNOWN.png new file mode 100755 index 000000000..c9fae6a9a Binary files /dev/null and b/dist/img-apple-160/3323_UNKNOWN.png differ diff --git a/dist/img-apple-160/3324_UNKNOWN.png b/dist/img-apple-160/3324_UNKNOWN.png new file mode 100755 index 000000000..167c5f59d Binary files /dev/null and b/dist/img-apple-160/3324_UNKNOWN.png differ diff --git a/dist/img-apple-160/3325_UNKNOWN.png b/dist/img-apple-160/3325_UNKNOWN.png new file mode 100755 index 000000000..79ff5026e Binary files /dev/null and b/dist/img-apple-160/3325_UNKNOWN.png differ diff --git a/dist/img-apple-160/3326_UNKNOWN.png b/dist/img-apple-160/3326_UNKNOWN.png new file mode 100755 index 000000000..7b2514a91 Binary files /dev/null and b/dist/img-apple-160/3326_UNKNOWN.png differ diff --git a/dist/img-apple-160/34-20e3.png b/dist/img-apple-160/34-20e3.png new file mode 100644 index 000000000..7f41ffc3a Binary files /dev/null and b/dist/img-apple-160/34-20e3.png differ diff --git a/dist/img-apple-160/35-20e3.png b/dist/img-apple-160/35-20e3.png new file mode 100644 index 000000000..3d3faf9d3 Binary files /dev/null and b/dist/img-apple-160/35-20e3.png differ diff --git a/dist/img-apple-160/36-20e3.png b/dist/img-apple-160/36-20e3.png new file mode 100644 index 000000000..20e02d528 Binary files /dev/null and b/dist/img-apple-160/36-20e3.png differ diff --git a/dist/img-apple-160/37-20e3.png b/dist/img-apple-160/37-20e3.png new file mode 100644 index 000000000..21e55052b Binary files /dev/null and b/dist/img-apple-160/37-20e3.png differ diff --git a/dist/img-apple-160/38-20e3.png b/dist/img-apple-160/38-20e3.png new file mode 100644 index 000000000..a09f4731e Binary files /dev/null and b/dist/img-apple-160/38-20e3.png differ diff --git a/dist/img-apple-160/39-20e3.png b/dist/img-apple-160/39-20e3.png new file mode 100644 index 000000000..9147879bc Binary files /dev/null and b/dist/img-apple-160/39-20e3.png differ diff --git a/dist/img-apple-64/0023-20e3.png b/dist/img-apple-64/0023-20e3.png new file mode 100644 index 000000000..a74c67dd4 Binary files /dev/null and b/dist/img-apple-64/0023-20e3.png differ diff --git a/dist/img-apple-64/0023-fe0f-20e3.png b/dist/img-apple-64/0023-fe0f-20e3.png new file mode 100644 index 000000000..a74c67dd4 Binary files /dev/null and b/dist/img-apple-64/0023-fe0f-20e3.png differ diff --git a/dist/img-apple-64/002a-20e3.png b/dist/img-apple-64/002a-20e3.png new file mode 100644 index 000000000..fc4dcb7c1 Binary files /dev/null and b/dist/img-apple-64/002a-20e3.png differ diff --git a/dist/img-apple-64/002a-fe0f-20e3.png b/dist/img-apple-64/002a-fe0f-20e3.png new file mode 100644 index 000000000..fc4dcb7c1 Binary files /dev/null and b/dist/img-apple-64/002a-fe0f-20e3.png differ diff --git a/dist/img-apple-64/0030-20e3.png b/dist/img-apple-64/0030-20e3.png new file mode 100644 index 000000000..4502ded46 Binary files /dev/null and b/dist/img-apple-64/0030-20e3.png differ diff --git a/dist/img-apple-64/0030-fe0f-20e3.png b/dist/img-apple-64/0030-fe0f-20e3.png new file mode 100644 index 000000000..4502ded46 Binary files /dev/null and b/dist/img-apple-64/0030-fe0f-20e3.png differ diff --git a/dist/img-apple-64/0031-20e3.png b/dist/img-apple-64/0031-20e3.png new file mode 100644 index 000000000..6691d33d2 Binary files /dev/null and b/dist/img-apple-64/0031-20e3.png differ diff --git a/dist/img-apple-64/0031-fe0f-20e3.png b/dist/img-apple-64/0031-fe0f-20e3.png new file mode 100644 index 000000000..6691d33d2 Binary files /dev/null and b/dist/img-apple-64/0031-fe0f-20e3.png differ diff --git a/dist/img-apple-64/0032-20e3.png b/dist/img-apple-64/0032-20e3.png new file mode 100644 index 000000000..73942ebbe Binary files /dev/null and b/dist/img-apple-64/0032-20e3.png differ diff --git a/dist/img-apple-64/0032-fe0f-20e3.png b/dist/img-apple-64/0032-fe0f-20e3.png new file mode 100644 index 000000000..73942ebbe Binary files /dev/null and b/dist/img-apple-64/0032-fe0f-20e3.png differ diff --git a/dist/img-apple-64/0033-20e3.png b/dist/img-apple-64/0033-20e3.png new file mode 100644 index 000000000..a8b3c7dd0 Binary files /dev/null and b/dist/img-apple-64/0033-20e3.png differ diff --git a/dist/img-apple-64/0033-fe0f-20e3.png b/dist/img-apple-64/0033-fe0f-20e3.png new file mode 100644 index 000000000..a8b3c7dd0 Binary files /dev/null and b/dist/img-apple-64/0033-fe0f-20e3.png differ diff --git a/dist/img-apple-64/0034-20e3.png b/dist/img-apple-64/0034-20e3.png new file mode 100644 index 000000000..6a6d703ce Binary files /dev/null and b/dist/img-apple-64/0034-20e3.png differ diff --git a/dist/img-apple-64/0034-fe0f-20e3.png b/dist/img-apple-64/0034-fe0f-20e3.png new file mode 100644 index 000000000..6a6d703ce Binary files /dev/null and b/dist/img-apple-64/0034-fe0f-20e3.png differ diff --git a/dist/img-apple-64/0035-20e3.png b/dist/img-apple-64/0035-20e3.png new file mode 100644 index 000000000..afd341d00 Binary files /dev/null and b/dist/img-apple-64/0035-20e3.png differ diff --git a/dist/img-apple-64/0035-fe0f-20e3.png b/dist/img-apple-64/0035-fe0f-20e3.png new file mode 100644 index 000000000..afd341d00 Binary files /dev/null and b/dist/img-apple-64/0035-fe0f-20e3.png differ diff --git a/dist/img-apple-64/0036-20e3.png b/dist/img-apple-64/0036-20e3.png new file mode 100644 index 000000000..a8493bce7 Binary files /dev/null and b/dist/img-apple-64/0036-20e3.png differ diff --git a/dist/img-apple-64/0036-fe0f-20e3.png b/dist/img-apple-64/0036-fe0f-20e3.png new file mode 100644 index 000000000..a8493bce7 Binary files /dev/null and b/dist/img-apple-64/0036-fe0f-20e3.png differ diff --git a/dist/img-apple-64/0037-20e3.png b/dist/img-apple-64/0037-20e3.png new file mode 100644 index 000000000..e3a3a8696 Binary files /dev/null and b/dist/img-apple-64/0037-20e3.png differ diff --git a/dist/img-apple-64/0037-fe0f-20e3.png b/dist/img-apple-64/0037-fe0f-20e3.png new file mode 100644 index 000000000..e3a3a8696 Binary files /dev/null and b/dist/img-apple-64/0037-fe0f-20e3.png differ diff --git a/dist/img-apple-64/0038-20e3.png b/dist/img-apple-64/0038-20e3.png new file mode 100644 index 000000000..fe589b142 Binary files /dev/null and b/dist/img-apple-64/0038-20e3.png differ diff --git a/dist/img-apple-64/0038-fe0f-20e3.png b/dist/img-apple-64/0038-fe0f-20e3.png new file mode 100644 index 000000000..fe589b142 Binary files /dev/null and b/dist/img-apple-64/0038-fe0f-20e3.png differ diff --git a/dist/img-apple-64/0039-20e3.png b/dist/img-apple-64/0039-20e3.png new file mode 100644 index 000000000..1e193fc1c Binary files /dev/null and b/dist/img-apple-64/0039-20e3.png differ diff --git a/dist/img-apple-64/0039-fe0f-20e3.png b/dist/img-apple-64/0039-fe0f-20e3.png new file mode 100644 index 000000000..1e193fc1c Binary files /dev/null and b/dist/img-apple-64/0039-fe0f-20e3.png differ diff --git a/dist/img-apple-64/00a9-fe0f.png b/dist/img-apple-64/00a9-fe0f.png new file mode 100644 index 000000000..fb4a7504a Binary files /dev/null and b/dist/img-apple-64/00a9-fe0f.png differ diff --git a/dist/img-apple-64/00a9.png b/dist/img-apple-64/00a9.png new file mode 100644 index 000000000..fb4a7504a Binary files /dev/null and b/dist/img-apple-64/00a9.png differ diff --git a/dist/img-apple-64/00ae-fe0f.png b/dist/img-apple-64/00ae-fe0f.png new file mode 100644 index 000000000..59be334f7 Binary files /dev/null and b/dist/img-apple-64/00ae-fe0f.png differ diff --git a/dist/img-apple-64/00ae.png b/dist/img-apple-64/00ae.png new file mode 100644 index 000000000..59be334f7 Binary files /dev/null and b/dist/img-apple-64/00ae.png differ diff --git a/dist/img-apple-64/1f004.png b/dist/img-apple-64/1f004.png new file mode 100644 index 000000000..5666a6bed Binary files /dev/null and b/dist/img-apple-64/1f004.png differ diff --git a/dist/img-apple-64/1f0cf.png b/dist/img-apple-64/1f0cf.png new file mode 100644 index 000000000..c530ae5db Binary files /dev/null and b/dist/img-apple-64/1f0cf.png differ diff --git a/dist/img-apple-64/1f170-fe0f.png b/dist/img-apple-64/1f170-fe0f.png new file mode 100644 index 000000000..03351d9d3 Binary files /dev/null and b/dist/img-apple-64/1f170-fe0f.png differ diff --git a/dist/img-apple-64/1f170.png b/dist/img-apple-64/1f170.png new file mode 100644 index 000000000..03351d9d3 Binary files /dev/null and b/dist/img-apple-64/1f170.png differ diff --git a/dist/img-apple-64/1f171-fe0f.png b/dist/img-apple-64/1f171-fe0f.png new file mode 100644 index 000000000..3edb3b293 Binary files /dev/null and b/dist/img-apple-64/1f171-fe0f.png differ diff --git a/dist/img-apple-64/1f171.png b/dist/img-apple-64/1f171.png new file mode 100644 index 000000000..3edb3b293 Binary files /dev/null and b/dist/img-apple-64/1f171.png differ diff --git a/dist/img-apple-64/1f17e-fe0f.png b/dist/img-apple-64/1f17e-fe0f.png new file mode 100644 index 000000000..c4fd9ec51 Binary files /dev/null and b/dist/img-apple-64/1f17e-fe0f.png differ diff --git a/dist/img-apple-64/1f17e.png b/dist/img-apple-64/1f17e.png new file mode 100644 index 000000000..c4fd9ec51 Binary files /dev/null and b/dist/img-apple-64/1f17e.png differ diff --git a/dist/img-apple-64/1f17f-fe0f.png b/dist/img-apple-64/1f17f-fe0f.png new file mode 100644 index 000000000..32f9a9e23 Binary files /dev/null and b/dist/img-apple-64/1f17f-fe0f.png differ diff --git a/dist/img-apple-64/1f17f.png b/dist/img-apple-64/1f17f.png new file mode 100644 index 000000000..32f9a9e23 Binary files /dev/null and b/dist/img-apple-64/1f17f.png differ diff --git a/dist/img-apple-64/1f18e.png b/dist/img-apple-64/1f18e.png new file mode 100644 index 000000000..2769f52ec Binary files /dev/null and b/dist/img-apple-64/1f18e.png differ diff --git a/dist/img-apple-64/1f191.png b/dist/img-apple-64/1f191.png new file mode 100644 index 000000000..a12aefd22 Binary files /dev/null and b/dist/img-apple-64/1f191.png differ diff --git a/dist/img-apple-64/1f192.png b/dist/img-apple-64/1f192.png new file mode 100644 index 000000000..f8ab14bdf Binary files /dev/null and b/dist/img-apple-64/1f192.png differ diff --git a/dist/img-apple-64/1f193.png b/dist/img-apple-64/1f193.png new file mode 100644 index 000000000..82e7c9388 Binary files /dev/null and b/dist/img-apple-64/1f193.png differ diff --git a/dist/img-apple-64/1f194.png b/dist/img-apple-64/1f194.png new file mode 100644 index 000000000..ef712f5b2 Binary files /dev/null and b/dist/img-apple-64/1f194.png differ diff --git a/dist/img-apple-64/1f195.png b/dist/img-apple-64/1f195.png new file mode 100644 index 000000000..f0ff93a4a Binary files /dev/null and b/dist/img-apple-64/1f195.png differ diff --git a/dist/img-apple-64/1f196.png b/dist/img-apple-64/1f196.png new file mode 100644 index 000000000..8d9070837 Binary files /dev/null and b/dist/img-apple-64/1f196.png differ diff --git a/dist/img-apple-64/1f197.png b/dist/img-apple-64/1f197.png new file mode 100644 index 000000000..66866e038 Binary files /dev/null and b/dist/img-apple-64/1f197.png differ diff --git a/dist/img-apple-64/1f198.png b/dist/img-apple-64/1f198.png new file mode 100644 index 000000000..ad1b28d5e Binary files /dev/null and b/dist/img-apple-64/1f198.png differ diff --git a/dist/img-apple-64/1f199.png b/dist/img-apple-64/1f199.png new file mode 100644 index 000000000..bca46b013 Binary files /dev/null and b/dist/img-apple-64/1f199.png differ diff --git a/dist/img-apple-64/1f19a.png b/dist/img-apple-64/1f19a.png new file mode 100644 index 000000000..b375b6f35 Binary files /dev/null and b/dist/img-apple-64/1f19a.png differ diff --git a/dist/img-apple-64/1f1e6-1f1e8.png b/dist/img-apple-64/1f1e6-1f1e8.png new file mode 100644 index 000000000..ca6fe7d7a Binary files /dev/null and b/dist/img-apple-64/1f1e6-1f1e8.png differ diff --git a/dist/img-apple-64/1f1e6-1f1e9.png b/dist/img-apple-64/1f1e6-1f1e9.png new file mode 100644 index 000000000..ad8c34c26 Binary files /dev/null and b/dist/img-apple-64/1f1e6-1f1e9.png differ diff --git a/dist/img-apple-64/1f1e6-1f1ea.png b/dist/img-apple-64/1f1e6-1f1ea.png new file mode 100644 index 000000000..c53acfa7d Binary files /dev/null and b/dist/img-apple-64/1f1e6-1f1ea.png differ diff --git a/dist/img-apple-64/1f1e6-1f1eb.png b/dist/img-apple-64/1f1e6-1f1eb.png new file mode 100644 index 000000000..f6832c5ec Binary files /dev/null and b/dist/img-apple-64/1f1e6-1f1eb.png differ diff --git a/dist/img-apple-64/1f1e6-1f1ec.png b/dist/img-apple-64/1f1e6-1f1ec.png new file mode 100644 index 000000000..e750651f5 Binary files /dev/null and b/dist/img-apple-64/1f1e6-1f1ec.png differ diff --git a/dist/img-apple-64/1f1e6-1f1ee.png b/dist/img-apple-64/1f1e6-1f1ee.png new file mode 100644 index 000000000..9a6b290e7 Binary files /dev/null and b/dist/img-apple-64/1f1e6-1f1ee.png differ diff --git a/dist/img-apple-64/1f1e6-1f1f1.png b/dist/img-apple-64/1f1e6-1f1f1.png new file mode 100644 index 000000000..c96fa32b1 Binary files /dev/null and b/dist/img-apple-64/1f1e6-1f1f1.png differ diff --git a/dist/img-apple-64/1f1e6-1f1f2.png b/dist/img-apple-64/1f1e6-1f1f2.png new file mode 100644 index 000000000..76ff53b6b Binary files /dev/null and b/dist/img-apple-64/1f1e6-1f1f2.png differ diff --git a/dist/img-apple-64/1f1e6-1f1f4.png b/dist/img-apple-64/1f1e6-1f1f4.png new file mode 100644 index 000000000..f2e4b8561 Binary files /dev/null and b/dist/img-apple-64/1f1e6-1f1f4.png differ diff --git a/dist/img-apple-64/1f1e6-1f1f6.png b/dist/img-apple-64/1f1e6-1f1f6.png new file mode 100644 index 000000000..ef2519c29 Binary files /dev/null and b/dist/img-apple-64/1f1e6-1f1f6.png differ diff --git a/dist/img-apple-64/1f1e6-1f1f7.png b/dist/img-apple-64/1f1e6-1f1f7.png new file mode 100644 index 000000000..3bdb50ad3 Binary files /dev/null and b/dist/img-apple-64/1f1e6-1f1f7.png differ diff --git a/dist/img-apple-64/1f1e6-1f1f8.png b/dist/img-apple-64/1f1e6-1f1f8.png new file mode 100644 index 000000000..adb3f5a45 Binary files /dev/null and b/dist/img-apple-64/1f1e6-1f1f8.png differ diff --git a/dist/img-apple-64/1f1e6-1f1f9.png b/dist/img-apple-64/1f1e6-1f1f9.png new file mode 100644 index 000000000..708aaac4a Binary files /dev/null and b/dist/img-apple-64/1f1e6-1f1f9.png differ diff --git a/dist/img-apple-64/1f1e6-1f1fa.png b/dist/img-apple-64/1f1e6-1f1fa.png new file mode 100644 index 000000000..07001c74f Binary files /dev/null and b/dist/img-apple-64/1f1e6-1f1fa.png differ diff --git a/dist/img-apple-64/1f1e6-1f1fc.png b/dist/img-apple-64/1f1e6-1f1fc.png new file mode 100644 index 000000000..6bbf9af9b Binary files /dev/null and b/dist/img-apple-64/1f1e6-1f1fc.png differ diff --git a/dist/img-apple-64/1f1e6-1f1fd.png b/dist/img-apple-64/1f1e6-1f1fd.png new file mode 100644 index 000000000..ba902b906 Binary files /dev/null and b/dist/img-apple-64/1f1e6-1f1fd.png differ diff --git a/dist/img-apple-64/1f1e6-1f1ff.png b/dist/img-apple-64/1f1e6-1f1ff.png new file mode 100644 index 000000000..d080e6a28 Binary files /dev/null and b/dist/img-apple-64/1f1e6-1f1ff.png differ diff --git a/dist/img-apple-64/1f1e7-1f1e6.png b/dist/img-apple-64/1f1e7-1f1e6.png new file mode 100644 index 000000000..874ee32a9 Binary files /dev/null and b/dist/img-apple-64/1f1e7-1f1e6.png differ diff --git a/dist/img-apple-64/1f1e7-1f1e7.png b/dist/img-apple-64/1f1e7-1f1e7.png new file mode 100644 index 000000000..352474ca0 Binary files /dev/null and b/dist/img-apple-64/1f1e7-1f1e7.png differ diff --git a/dist/img-apple-64/1f1e7-1f1e9.png b/dist/img-apple-64/1f1e7-1f1e9.png new file mode 100644 index 000000000..73a44a599 Binary files /dev/null and b/dist/img-apple-64/1f1e7-1f1e9.png differ diff --git a/dist/img-apple-64/1f1e7-1f1ea.png b/dist/img-apple-64/1f1e7-1f1ea.png new file mode 100644 index 000000000..ed661fbed Binary files /dev/null and b/dist/img-apple-64/1f1e7-1f1ea.png differ diff --git a/dist/img-apple-64/1f1e7-1f1eb.png b/dist/img-apple-64/1f1e7-1f1eb.png new file mode 100644 index 000000000..483e65a7e Binary files /dev/null and b/dist/img-apple-64/1f1e7-1f1eb.png differ diff --git a/dist/img-apple-64/1f1e7-1f1ec.png b/dist/img-apple-64/1f1e7-1f1ec.png new file mode 100644 index 000000000..3d99288cf Binary files /dev/null and b/dist/img-apple-64/1f1e7-1f1ec.png differ diff --git a/dist/img-apple-64/1f1e7-1f1ed.png b/dist/img-apple-64/1f1e7-1f1ed.png new file mode 100644 index 000000000..8632208e4 Binary files /dev/null and b/dist/img-apple-64/1f1e7-1f1ed.png differ diff --git a/dist/img-apple-64/1f1e7-1f1ee.png b/dist/img-apple-64/1f1e7-1f1ee.png new file mode 100644 index 000000000..13898e4b5 Binary files /dev/null and b/dist/img-apple-64/1f1e7-1f1ee.png differ diff --git a/dist/img-apple-64/1f1e7-1f1ef.png b/dist/img-apple-64/1f1e7-1f1ef.png new file mode 100644 index 000000000..8d8954c39 Binary files /dev/null and b/dist/img-apple-64/1f1e7-1f1ef.png differ diff --git a/dist/img-apple-64/1f1e7-1f1f1.png b/dist/img-apple-64/1f1e7-1f1f1.png new file mode 100644 index 000000000..ab546cf83 Binary files /dev/null and b/dist/img-apple-64/1f1e7-1f1f1.png differ diff --git a/dist/img-apple-64/1f1e7-1f1f2.png b/dist/img-apple-64/1f1e7-1f1f2.png new file mode 100644 index 000000000..7177c30c7 Binary files /dev/null and b/dist/img-apple-64/1f1e7-1f1f2.png differ diff --git a/dist/img-apple-64/1f1e7-1f1f3.png b/dist/img-apple-64/1f1e7-1f1f3.png new file mode 100644 index 000000000..3ed52933d Binary files /dev/null and b/dist/img-apple-64/1f1e7-1f1f3.png differ diff --git a/dist/img-apple-64/1f1e7-1f1f4.png b/dist/img-apple-64/1f1e7-1f1f4.png new file mode 100644 index 000000000..f649206b8 Binary files /dev/null and b/dist/img-apple-64/1f1e7-1f1f4.png differ diff --git a/dist/img-apple-64/1f1e7-1f1f6.png b/dist/img-apple-64/1f1e7-1f1f6.png new file mode 100644 index 000000000..129d728ae Binary files /dev/null and b/dist/img-apple-64/1f1e7-1f1f6.png differ diff --git a/dist/img-apple-64/1f1e7-1f1f7.png b/dist/img-apple-64/1f1e7-1f1f7.png new file mode 100644 index 000000000..f5f4ab25d Binary files /dev/null and b/dist/img-apple-64/1f1e7-1f1f7.png differ diff --git a/dist/img-apple-64/1f1e7-1f1f8.png b/dist/img-apple-64/1f1e7-1f1f8.png new file mode 100644 index 000000000..1fdb8e172 Binary files /dev/null and b/dist/img-apple-64/1f1e7-1f1f8.png differ diff --git a/dist/img-apple-64/1f1e7-1f1f9.png b/dist/img-apple-64/1f1e7-1f1f9.png new file mode 100644 index 000000000..a91bbbf48 Binary files /dev/null and b/dist/img-apple-64/1f1e7-1f1f9.png differ diff --git a/dist/img-apple-64/1f1e7-1f1fb.png b/dist/img-apple-64/1f1e7-1f1fb.png new file mode 100644 index 000000000..372a50ad2 Binary files /dev/null and b/dist/img-apple-64/1f1e7-1f1fb.png differ diff --git a/dist/img-apple-64/1f1e7-1f1fc.png b/dist/img-apple-64/1f1e7-1f1fc.png new file mode 100644 index 000000000..a1d82ee2c Binary files /dev/null and b/dist/img-apple-64/1f1e7-1f1fc.png differ diff --git a/dist/img-apple-64/1f1e7-1f1fe.png b/dist/img-apple-64/1f1e7-1f1fe.png new file mode 100644 index 000000000..9ce61bd2a Binary files /dev/null and b/dist/img-apple-64/1f1e7-1f1fe.png differ diff --git a/dist/img-apple-64/1f1e7-1f1ff.png b/dist/img-apple-64/1f1e7-1f1ff.png new file mode 100644 index 000000000..aab7e456c Binary files /dev/null and b/dist/img-apple-64/1f1e7-1f1ff.png differ diff --git a/dist/img-apple-64/1f1e8-1f1e6.png b/dist/img-apple-64/1f1e8-1f1e6.png new file mode 100644 index 000000000..97cc1df67 Binary files /dev/null and b/dist/img-apple-64/1f1e8-1f1e6.png differ diff --git a/dist/img-apple-64/1f1e8-1f1e8.png b/dist/img-apple-64/1f1e8-1f1e8.png new file mode 100644 index 000000000..6c6a38074 Binary files /dev/null and b/dist/img-apple-64/1f1e8-1f1e8.png differ diff --git a/dist/img-apple-64/1f1e8-1f1e9.png b/dist/img-apple-64/1f1e8-1f1e9.png new file mode 100644 index 000000000..49cffef2d Binary files /dev/null and b/dist/img-apple-64/1f1e8-1f1e9.png differ diff --git a/dist/img-apple-64/1f1e8-1f1eb.png b/dist/img-apple-64/1f1e8-1f1eb.png new file mode 100644 index 000000000..ce387cf70 Binary files /dev/null and b/dist/img-apple-64/1f1e8-1f1eb.png differ diff --git a/dist/img-apple-64/1f1e8-1f1ec.png b/dist/img-apple-64/1f1e8-1f1ec.png new file mode 100644 index 000000000..7d2b99715 Binary files /dev/null and b/dist/img-apple-64/1f1e8-1f1ec.png differ diff --git a/dist/img-apple-64/1f1e8-1f1ed.png b/dist/img-apple-64/1f1e8-1f1ed.png new file mode 100644 index 000000000..c18ef35f0 Binary files /dev/null and b/dist/img-apple-64/1f1e8-1f1ed.png differ diff --git a/dist/img-apple-64/1f1e8-1f1ee.png b/dist/img-apple-64/1f1e8-1f1ee.png new file mode 100644 index 000000000..bf03fb155 Binary files /dev/null and b/dist/img-apple-64/1f1e8-1f1ee.png differ diff --git a/dist/img-apple-64/1f1e8-1f1f0.png b/dist/img-apple-64/1f1e8-1f1f0.png new file mode 100644 index 000000000..b799e3018 Binary files /dev/null and b/dist/img-apple-64/1f1e8-1f1f0.png differ diff --git a/dist/img-apple-64/1f1e8-1f1f1.png b/dist/img-apple-64/1f1e8-1f1f1.png new file mode 100644 index 000000000..6b675df18 Binary files /dev/null and b/dist/img-apple-64/1f1e8-1f1f1.png differ diff --git a/dist/img-apple-64/1f1e8-1f1f2.png b/dist/img-apple-64/1f1e8-1f1f2.png new file mode 100644 index 000000000..22601f25b Binary files /dev/null and b/dist/img-apple-64/1f1e8-1f1f2.png differ diff --git a/dist/img-apple-64/1f1e8-1f1f3.png b/dist/img-apple-64/1f1e8-1f1f3.png new file mode 100644 index 000000000..52636e603 Binary files /dev/null and b/dist/img-apple-64/1f1e8-1f1f3.png differ diff --git a/dist/img-apple-64/1f1e8-1f1f4.png b/dist/img-apple-64/1f1e8-1f1f4.png new file mode 100644 index 000000000..4a13a79b7 Binary files /dev/null and b/dist/img-apple-64/1f1e8-1f1f4.png differ diff --git a/dist/img-apple-64/1f1e8-1f1f5.png b/dist/img-apple-64/1f1e8-1f1f5.png new file mode 100644 index 000000000..6bbc94900 Binary files /dev/null and b/dist/img-apple-64/1f1e8-1f1f5.png differ diff --git a/dist/img-apple-64/1f1e8-1f1f7.png b/dist/img-apple-64/1f1e8-1f1f7.png new file mode 100644 index 000000000..69cca5b78 Binary files /dev/null and b/dist/img-apple-64/1f1e8-1f1f7.png differ diff --git a/dist/img-apple-64/1f1e8-1f1fa.png b/dist/img-apple-64/1f1e8-1f1fa.png new file mode 100644 index 000000000..19499e9ad Binary files /dev/null and b/dist/img-apple-64/1f1e8-1f1fa.png differ diff --git a/dist/img-apple-64/1f1e8-1f1fb.png b/dist/img-apple-64/1f1e8-1f1fb.png new file mode 100644 index 000000000..fadab9f62 Binary files /dev/null and b/dist/img-apple-64/1f1e8-1f1fb.png differ diff --git a/dist/img-apple-64/1f1e8-1f1fc.png b/dist/img-apple-64/1f1e8-1f1fc.png new file mode 100644 index 000000000..7aa4ab4bd Binary files /dev/null and b/dist/img-apple-64/1f1e8-1f1fc.png differ diff --git a/dist/img-apple-64/1f1e8-1f1fd.png b/dist/img-apple-64/1f1e8-1f1fd.png new file mode 100644 index 000000000..8d163ca1e Binary files /dev/null and b/dist/img-apple-64/1f1e8-1f1fd.png differ diff --git a/dist/img-apple-64/1f1e8-1f1fe.png b/dist/img-apple-64/1f1e8-1f1fe.png new file mode 100644 index 000000000..64161265b Binary files /dev/null and b/dist/img-apple-64/1f1e8-1f1fe.png differ diff --git a/dist/img-apple-64/1f1e8-1f1ff.png b/dist/img-apple-64/1f1e8-1f1ff.png new file mode 100644 index 000000000..424b2b5f3 Binary files /dev/null and b/dist/img-apple-64/1f1e8-1f1ff.png differ diff --git a/dist/img-apple-64/1f1e9-1f1ea.png b/dist/img-apple-64/1f1e9-1f1ea.png new file mode 100644 index 000000000..e69631e6e Binary files /dev/null and b/dist/img-apple-64/1f1e9-1f1ea.png differ diff --git a/dist/img-apple-64/1f1e9-1f1ec.png b/dist/img-apple-64/1f1e9-1f1ec.png new file mode 100644 index 000000000..b8cec4aee Binary files /dev/null and b/dist/img-apple-64/1f1e9-1f1ec.png differ diff --git a/dist/img-apple-64/1f1e9-1f1ef.png b/dist/img-apple-64/1f1e9-1f1ef.png new file mode 100644 index 000000000..8c916a449 Binary files /dev/null and b/dist/img-apple-64/1f1e9-1f1ef.png differ diff --git a/dist/img-apple-64/1f1e9-1f1f0.png b/dist/img-apple-64/1f1e9-1f1f0.png new file mode 100644 index 000000000..ff1606d82 Binary files /dev/null and b/dist/img-apple-64/1f1e9-1f1f0.png differ diff --git a/dist/img-apple-64/1f1e9-1f1f2.png b/dist/img-apple-64/1f1e9-1f1f2.png new file mode 100644 index 000000000..d2df430a2 Binary files /dev/null and b/dist/img-apple-64/1f1e9-1f1f2.png differ diff --git a/dist/img-apple-64/1f1e9-1f1f4.png b/dist/img-apple-64/1f1e9-1f1f4.png new file mode 100644 index 000000000..82834cf1c Binary files /dev/null and b/dist/img-apple-64/1f1e9-1f1f4.png differ diff --git a/dist/img-apple-64/1f1e9-1f1ff.png b/dist/img-apple-64/1f1e9-1f1ff.png new file mode 100644 index 000000000..23e10754b Binary files /dev/null and b/dist/img-apple-64/1f1e9-1f1ff.png differ diff --git a/dist/img-apple-64/1f1ea-1f1e6.png b/dist/img-apple-64/1f1ea-1f1e6.png new file mode 100644 index 000000000..f7c0b51d1 Binary files /dev/null and b/dist/img-apple-64/1f1ea-1f1e6.png differ diff --git a/dist/img-apple-64/1f1ea-1f1e8.png b/dist/img-apple-64/1f1ea-1f1e8.png new file mode 100644 index 000000000..4281c0220 Binary files /dev/null and b/dist/img-apple-64/1f1ea-1f1e8.png differ diff --git a/dist/img-apple-64/1f1ea-1f1ea.png b/dist/img-apple-64/1f1ea-1f1ea.png new file mode 100644 index 000000000..a5abb343c Binary files /dev/null and b/dist/img-apple-64/1f1ea-1f1ea.png differ diff --git a/dist/img-apple-64/1f1ea-1f1ec.png b/dist/img-apple-64/1f1ea-1f1ec.png new file mode 100644 index 000000000..01089edd5 Binary files /dev/null and b/dist/img-apple-64/1f1ea-1f1ec.png differ diff --git a/dist/img-apple-64/1f1ea-1f1ed.png b/dist/img-apple-64/1f1ea-1f1ed.png new file mode 100644 index 000000000..e6ede5118 Binary files /dev/null and b/dist/img-apple-64/1f1ea-1f1ed.png differ diff --git a/dist/img-apple-64/1f1ea-1f1f7.png b/dist/img-apple-64/1f1ea-1f1f7.png new file mode 100644 index 000000000..84ea0f616 Binary files /dev/null and b/dist/img-apple-64/1f1ea-1f1f7.png differ diff --git a/dist/img-apple-64/1f1ea-1f1f8.png b/dist/img-apple-64/1f1ea-1f1f8.png new file mode 100644 index 000000000..f7c0b51d1 Binary files /dev/null and b/dist/img-apple-64/1f1ea-1f1f8.png differ diff --git a/dist/img-apple-64/1f1ea-1f1f9.png b/dist/img-apple-64/1f1ea-1f1f9.png new file mode 100644 index 000000000..8997eb3fc Binary files /dev/null and b/dist/img-apple-64/1f1ea-1f1f9.png differ diff --git a/dist/img-apple-64/1f1ea-1f1fa.png b/dist/img-apple-64/1f1ea-1f1fa.png new file mode 100644 index 000000000..1830d24c7 Binary files /dev/null and b/dist/img-apple-64/1f1ea-1f1fa.png differ diff --git a/dist/img-apple-64/1f1eb-1f1ee.png b/dist/img-apple-64/1f1eb-1f1ee.png new file mode 100644 index 000000000..ad893abf2 Binary files /dev/null and b/dist/img-apple-64/1f1eb-1f1ee.png differ diff --git a/dist/img-apple-64/1f1eb-1f1ef.png b/dist/img-apple-64/1f1eb-1f1ef.png new file mode 100644 index 000000000..f4a8b3fa0 Binary files /dev/null and b/dist/img-apple-64/1f1eb-1f1ef.png differ diff --git a/dist/img-apple-64/1f1eb-1f1f0.png b/dist/img-apple-64/1f1eb-1f1f0.png new file mode 100644 index 000000000..149a2b2f2 Binary files /dev/null and b/dist/img-apple-64/1f1eb-1f1f0.png differ diff --git a/dist/img-apple-64/1f1eb-1f1f2.png b/dist/img-apple-64/1f1eb-1f1f2.png new file mode 100644 index 000000000..9565f25e7 Binary files /dev/null and b/dist/img-apple-64/1f1eb-1f1f2.png differ diff --git a/dist/img-apple-64/1f1eb-1f1f4.png b/dist/img-apple-64/1f1eb-1f1f4.png new file mode 100644 index 000000000..6a34b0a59 Binary files /dev/null and b/dist/img-apple-64/1f1eb-1f1f4.png differ diff --git a/dist/img-apple-64/1f1eb-1f1f7.png b/dist/img-apple-64/1f1eb-1f1f7.png new file mode 100644 index 000000000..6bbc94900 Binary files /dev/null and b/dist/img-apple-64/1f1eb-1f1f7.png differ diff --git a/dist/img-apple-64/1f1ec-1f1e6.png b/dist/img-apple-64/1f1ec-1f1e6.png new file mode 100644 index 000000000..8ab171a5f Binary files /dev/null and b/dist/img-apple-64/1f1ec-1f1e6.png differ diff --git a/dist/img-apple-64/1f1ec-1f1e7.png b/dist/img-apple-64/1f1ec-1f1e7.png new file mode 100644 index 000000000..232805651 Binary files /dev/null and b/dist/img-apple-64/1f1ec-1f1e7.png differ diff --git a/dist/img-apple-64/1f1ec-1f1e9.png b/dist/img-apple-64/1f1ec-1f1e9.png new file mode 100644 index 000000000..9ea0c4386 Binary files /dev/null and b/dist/img-apple-64/1f1ec-1f1e9.png differ diff --git a/dist/img-apple-64/1f1ec-1f1ea.png b/dist/img-apple-64/1f1ec-1f1ea.png new file mode 100644 index 000000000..ede256dd5 Binary files /dev/null and b/dist/img-apple-64/1f1ec-1f1ea.png differ diff --git a/dist/img-apple-64/1f1ec-1f1eb.png b/dist/img-apple-64/1f1ec-1f1eb.png new file mode 100644 index 000000000..4900582f6 Binary files /dev/null and b/dist/img-apple-64/1f1ec-1f1eb.png differ diff --git a/dist/img-apple-64/1f1ec-1f1ec.png b/dist/img-apple-64/1f1ec-1f1ec.png new file mode 100644 index 000000000..42918b086 Binary files /dev/null and b/dist/img-apple-64/1f1ec-1f1ec.png differ diff --git a/dist/img-apple-64/1f1ec-1f1ed.png b/dist/img-apple-64/1f1ec-1f1ed.png new file mode 100644 index 000000000..9512a5e92 Binary files /dev/null and b/dist/img-apple-64/1f1ec-1f1ed.png differ diff --git a/dist/img-apple-64/1f1ec-1f1ee.png b/dist/img-apple-64/1f1ec-1f1ee.png new file mode 100644 index 000000000..29925ad8e Binary files /dev/null and b/dist/img-apple-64/1f1ec-1f1ee.png differ diff --git a/dist/img-apple-64/1f1ec-1f1f1.png b/dist/img-apple-64/1f1ec-1f1f1.png new file mode 100644 index 000000000..86b62e8f6 Binary files /dev/null and b/dist/img-apple-64/1f1ec-1f1f1.png differ diff --git a/dist/img-apple-64/1f1ec-1f1f2.png b/dist/img-apple-64/1f1ec-1f1f2.png new file mode 100644 index 000000000..870b35311 Binary files /dev/null and b/dist/img-apple-64/1f1ec-1f1f2.png differ diff --git a/dist/img-apple-64/1f1ec-1f1f3.png b/dist/img-apple-64/1f1ec-1f1f3.png new file mode 100644 index 000000000..209964efc Binary files /dev/null and b/dist/img-apple-64/1f1ec-1f1f3.png differ diff --git a/dist/img-apple-64/1f1ec-1f1f5.png b/dist/img-apple-64/1f1ec-1f1f5.png new file mode 100644 index 000000000..7c2c921e7 Binary files /dev/null and b/dist/img-apple-64/1f1ec-1f1f5.png differ diff --git a/dist/img-apple-64/1f1ec-1f1f6.png b/dist/img-apple-64/1f1ec-1f1f6.png new file mode 100644 index 000000000..320b60744 Binary files /dev/null and b/dist/img-apple-64/1f1ec-1f1f6.png differ diff --git a/dist/img-apple-64/1f1ec-1f1f7.png b/dist/img-apple-64/1f1ec-1f1f7.png new file mode 100644 index 000000000..ba11fadfc Binary files /dev/null and b/dist/img-apple-64/1f1ec-1f1f7.png differ diff --git a/dist/img-apple-64/1f1ec-1f1f8.png b/dist/img-apple-64/1f1ec-1f1f8.png new file mode 100644 index 000000000..18e20a86c Binary files /dev/null and b/dist/img-apple-64/1f1ec-1f1f8.png differ diff --git a/dist/img-apple-64/1f1ec-1f1f9.png b/dist/img-apple-64/1f1ec-1f1f9.png new file mode 100644 index 000000000..87a211880 Binary files /dev/null and b/dist/img-apple-64/1f1ec-1f1f9.png differ diff --git a/dist/img-apple-64/1f1ec-1f1fa.png b/dist/img-apple-64/1f1ec-1f1fa.png new file mode 100644 index 000000000..1a453b47a Binary files /dev/null and b/dist/img-apple-64/1f1ec-1f1fa.png differ diff --git a/dist/img-apple-64/1f1ec-1f1fc.png b/dist/img-apple-64/1f1ec-1f1fc.png new file mode 100644 index 000000000..0931b18b1 Binary files /dev/null and b/dist/img-apple-64/1f1ec-1f1fc.png differ diff --git a/dist/img-apple-64/1f1ec-1f1fe.png b/dist/img-apple-64/1f1ec-1f1fe.png new file mode 100644 index 000000000..c594374e3 Binary files /dev/null and b/dist/img-apple-64/1f1ec-1f1fe.png differ diff --git a/dist/img-apple-64/1f1ed-1f1f0.png b/dist/img-apple-64/1f1ed-1f1f0.png new file mode 100644 index 000000000..380f08059 Binary files /dev/null and b/dist/img-apple-64/1f1ed-1f1f0.png differ diff --git a/dist/img-apple-64/1f1ed-1f1f2.png b/dist/img-apple-64/1f1ed-1f1f2.png new file mode 100644 index 000000000..07001c74f Binary files /dev/null and b/dist/img-apple-64/1f1ed-1f1f2.png differ diff --git a/dist/img-apple-64/1f1ed-1f1f3.png b/dist/img-apple-64/1f1ed-1f1f3.png new file mode 100644 index 000000000..135821031 Binary files /dev/null and b/dist/img-apple-64/1f1ed-1f1f3.png differ diff --git a/dist/img-apple-64/1f1ed-1f1f7.png b/dist/img-apple-64/1f1ed-1f1f7.png new file mode 100644 index 000000000..f0f63c905 Binary files /dev/null and b/dist/img-apple-64/1f1ed-1f1f7.png differ diff --git a/dist/img-apple-64/1f1ed-1f1f9.png b/dist/img-apple-64/1f1ed-1f1f9.png new file mode 100644 index 000000000..e2b63a015 Binary files /dev/null and b/dist/img-apple-64/1f1ed-1f1f9.png differ diff --git a/dist/img-apple-64/1f1ed-1f1fa.png b/dist/img-apple-64/1f1ed-1f1fa.png new file mode 100644 index 000000000..2f5533a75 Binary files /dev/null and b/dist/img-apple-64/1f1ed-1f1fa.png differ diff --git a/dist/img-apple-64/1f1ee-1f1e8.png b/dist/img-apple-64/1f1ee-1f1e8.png new file mode 100644 index 000000000..2df785f90 Binary files /dev/null and b/dist/img-apple-64/1f1ee-1f1e8.png differ diff --git a/dist/img-apple-64/1f1ee-1f1e9.png b/dist/img-apple-64/1f1ee-1f1e9.png new file mode 100644 index 000000000..593754dca Binary files /dev/null and b/dist/img-apple-64/1f1ee-1f1e9.png differ diff --git a/dist/img-apple-64/1f1ee-1f1ea.png b/dist/img-apple-64/1f1ee-1f1ea.png new file mode 100644 index 000000000..302346cfc Binary files /dev/null and b/dist/img-apple-64/1f1ee-1f1ea.png differ diff --git a/dist/img-apple-64/1f1ee-1f1f1.png b/dist/img-apple-64/1f1ee-1f1f1.png new file mode 100644 index 000000000..8f9a2b92b Binary files /dev/null and b/dist/img-apple-64/1f1ee-1f1f1.png differ diff --git a/dist/img-apple-64/1f1ee-1f1f2.png b/dist/img-apple-64/1f1ee-1f1f2.png new file mode 100644 index 000000000..a8c34d727 Binary files /dev/null and b/dist/img-apple-64/1f1ee-1f1f2.png differ diff --git a/dist/img-apple-64/1f1ee-1f1f3.png b/dist/img-apple-64/1f1ee-1f1f3.png new file mode 100644 index 000000000..fb73acfed Binary files /dev/null and b/dist/img-apple-64/1f1ee-1f1f3.png differ diff --git a/dist/img-apple-64/1f1ee-1f1f4.png b/dist/img-apple-64/1f1ee-1f1f4.png new file mode 100644 index 000000000..b8cec4aee Binary files /dev/null and b/dist/img-apple-64/1f1ee-1f1f4.png differ diff --git a/dist/img-apple-64/1f1ee-1f1f6.png b/dist/img-apple-64/1f1ee-1f1f6.png new file mode 100644 index 000000000..526d6f9e1 Binary files /dev/null and b/dist/img-apple-64/1f1ee-1f1f6.png differ diff --git a/dist/img-apple-64/1f1ee-1f1f7.png b/dist/img-apple-64/1f1ee-1f1f7.png new file mode 100644 index 000000000..ca40f726e Binary files /dev/null and b/dist/img-apple-64/1f1ee-1f1f7.png differ diff --git a/dist/img-apple-64/1f1ee-1f1f8.png b/dist/img-apple-64/1f1ee-1f1f8.png new file mode 100644 index 000000000..7225f706d Binary files /dev/null and b/dist/img-apple-64/1f1ee-1f1f8.png differ diff --git a/dist/img-apple-64/1f1ee-1f1f9.png b/dist/img-apple-64/1f1ee-1f1f9.png new file mode 100644 index 000000000..b013df2fa Binary files /dev/null and b/dist/img-apple-64/1f1ee-1f1f9.png differ diff --git a/dist/img-apple-64/1f1ef-1f1ea.png b/dist/img-apple-64/1f1ef-1f1ea.png new file mode 100644 index 000000000..58cbdee0c Binary files /dev/null and b/dist/img-apple-64/1f1ef-1f1ea.png differ diff --git a/dist/img-apple-64/1f1ef-1f1f2.png b/dist/img-apple-64/1f1ef-1f1f2.png new file mode 100644 index 000000000..15eb5d24e Binary files /dev/null and b/dist/img-apple-64/1f1ef-1f1f2.png differ diff --git a/dist/img-apple-64/1f1ef-1f1f4.png b/dist/img-apple-64/1f1ef-1f1f4.png new file mode 100644 index 000000000..d2349940f Binary files /dev/null and b/dist/img-apple-64/1f1ef-1f1f4.png differ diff --git a/dist/img-apple-64/1f1ef-1f1f5.png b/dist/img-apple-64/1f1ef-1f1f5.png new file mode 100644 index 000000000..993dcc107 Binary files /dev/null and b/dist/img-apple-64/1f1ef-1f1f5.png differ diff --git a/dist/img-apple-64/1f1f0-1f1ea.png b/dist/img-apple-64/1f1f0-1f1ea.png new file mode 100644 index 000000000..84bf223e0 Binary files /dev/null and b/dist/img-apple-64/1f1f0-1f1ea.png differ diff --git a/dist/img-apple-64/1f1f0-1f1ec.png b/dist/img-apple-64/1f1f0-1f1ec.png new file mode 100644 index 000000000..122f09cee Binary files /dev/null and b/dist/img-apple-64/1f1f0-1f1ec.png differ diff --git a/dist/img-apple-64/1f1f0-1f1ed.png b/dist/img-apple-64/1f1f0-1f1ed.png new file mode 100644 index 000000000..15d13da59 Binary files /dev/null and b/dist/img-apple-64/1f1f0-1f1ed.png differ diff --git a/dist/img-apple-64/1f1f0-1f1ee.png b/dist/img-apple-64/1f1f0-1f1ee.png new file mode 100644 index 000000000..dadadddfd Binary files /dev/null and b/dist/img-apple-64/1f1f0-1f1ee.png differ diff --git a/dist/img-apple-64/1f1f0-1f1f2.png b/dist/img-apple-64/1f1f0-1f1f2.png new file mode 100644 index 000000000..816c16686 Binary files /dev/null and b/dist/img-apple-64/1f1f0-1f1f2.png differ diff --git a/dist/img-apple-64/1f1f0-1f1f3.png b/dist/img-apple-64/1f1f0-1f1f3.png new file mode 100644 index 000000000..4f5009d6a Binary files /dev/null and b/dist/img-apple-64/1f1f0-1f1f3.png differ diff --git a/dist/img-apple-64/1f1f0-1f1f5.png b/dist/img-apple-64/1f1f0-1f1f5.png new file mode 100644 index 000000000..7755383d4 Binary files /dev/null and b/dist/img-apple-64/1f1f0-1f1f5.png differ diff --git a/dist/img-apple-64/1f1f0-1f1f7.png b/dist/img-apple-64/1f1f0-1f1f7.png new file mode 100644 index 000000000..46bdb2825 Binary files /dev/null and b/dist/img-apple-64/1f1f0-1f1f7.png differ diff --git a/dist/img-apple-64/1f1f0-1f1fc.png b/dist/img-apple-64/1f1f0-1f1fc.png new file mode 100644 index 000000000..1afea83a9 Binary files /dev/null and b/dist/img-apple-64/1f1f0-1f1fc.png differ diff --git a/dist/img-apple-64/1f1f0-1f1fe.png b/dist/img-apple-64/1f1f0-1f1fe.png new file mode 100644 index 000000000..a691c9d5b Binary files /dev/null and b/dist/img-apple-64/1f1f0-1f1fe.png differ diff --git a/dist/img-apple-64/1f1f0-1f1ff.png b/dist/img-apple-64/1f1f0-1f1ff.png new file mode 100644 index 000000000..fa1ff09d1 Binary files /dev/null and b/dist/img-apple-64/1f1f0-1f1ff.png differ diff --git a/dist/img-apple-64/1f1f1-1f1e6.png b/dist/img-apple-64/1f1f1-1f1e6.png new file mode 100644 index 000000000..99227b600 Binary files /dev/null and b/dist/img-apple-64/1f1f1-1f1e6.png differ diff --git a/dist/img-apple-64/1f1f1-1f1e7.png b/dist/img-apple-64/1f1f1-1f1e7.png new file mode 100644 index 000000000..f39774a80 Binary files /dev/null and b/dist/img-apple-64/1f1f1-1f1e7.png differ diff --git a/dist/img-apple-64/1f1f1-1f1e8.png b/dist/img-apple-64/1f1f1-1f1e8.png new file mode 100644 index 000000000..464e63b31 Binary files /dev/null and b/dist/img-apple-64/1f1f1-1f1e8.png differ diff --git a/dist/img-apple-64/1f1f1-1f1ee.png b/dist/img-apple-64/1f1f1-1f1ee.png new file mode 100644 index 000000000..eab49184b Binary files /dev/null and b/dist/img-apple-64/1f1f1-1f1ee.png differ diff --git a/dist/img-apple-64/1f1f1-1f1f0.png b/dist/img-apple-64/1f1f1-1f1f0.png new file mode 100644 index 000000000..25888b1ff Binary files /dev/null and b/dist/img-apple-64/1f1f1-1f1f0.png differ diff --git a/dist/img-apple-64/1f1f1-1f1f7.png b/dist/img-apple-64/1f1f1-1f1f7.png new file mode 100644 index 000000000..8ed105563 Binary files /dev/null and b/dist/img-apple-64/1f1f1-1f1f7.png differ diff --git a/dist/img-apple-64/1f1f1-1f1f8.png b/dist/img-apple-64/1f1f1-1f1f8.png new file mode 100644 index 000000000..f1172255b Binary files /dev/null and b/dist/img-apple-64/1f1f1-1f1f8.png differ diff --git a/dist/img-apple-64/1f1f1-1f1f9.png b/dist/img-apple-64/1f1f1-1f1f9.png new file mode 100644 index 000000000..60c8e27be Binary files /dev/null and b/dist/img-apple-64/1f1f1-1f1f9.png differ diff --git a/dist/img-apple-64/1f1f1-1f1fa.png b/dist/img-apple-64/1f1f1-1f1fa.png new file mode 100644 index 000000000..4c95763d4 Binary files /dev/null and b/dist/img-apple-64/1f1f1-1f1fa.png differ diff --git a/dist/img-apple-64/1f1f1-1f1fb.png b/dist/img-apple-64/1f1f1-1f1fb.png new file mode 100644 index 000000000..40936fbb6 Binary files /dev/null and b/dist/img-apple-64/1f1f1-1f1fb.png differ diff --git a/dist/img-apple-64/1f1f1-1f1fe.png b/dist/img-apple-64/1f1f1-1f1fe.png new file mode 100644 index 000000000..36b54a37c Binary files /dev/null and b/dist/img-apple-64/1f1f1-1f1fe.png differ diff --git a/dist/img-apple-64/1f1f2-1f1e6.png b/dist/img-apple-64/1f1f2-1f1e6.png new file mode 100644 index 000000000..b68c39c53 Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1e6.png differ diff --git a/dist/img-apple-64/1f1f2-1f1e8.png b/dist/img-apple-64/1f1f2-1f1e8.png new file mode 100644 index 000000000..8401fa9ab Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1e8.png differ diff --git a/dist/img-apple-64/1f1f2-1f1e9.png b/dist/img-apple-64/1f1f2-1f1e9.png new file mode 100644 index 000000000..2334ff7b7 Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1e9.png differ diff --git a/dist/img-apple-64/1f1f2-1f1ea.png b/dist/img-apple-64/1f1f2-1f1ea.png new file mode 100644 index 000000000..c6eed727b Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1ea.png differ diff --git a/dist/img-apple-64/1f1f2-1f1eb.png b/dist/img-apple-64/1f1f2-1f1eb.png new file mode 100644 index 000000000..6bbc94900 Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1eb.png differ diff --git a/dist/img-apple-64/1f1f2-1f1ec.png b/dist/img-apple-64/1f1f2-1f1ec.png new file mode 100644 index 000000000..71dec5c12 Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1ec.png differ diff --git a/dist/img-apple-64/1f1f2-1f1ed.png b/dist/img-apple-64/1f1f2-1f1ed.png new file mode 100644 index 000000000..4d3817501 Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1ed.png differ diff --git a/dist/img-apple-64/1f1f2-1f1f0.png b/dist/img-apple-64/1f1f2-1f1f0.png new file mode 100644 index 000000000..20db32e44 Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1f0.png differ diff --git a/dist/img-apple-64/1f1f2-1f1f1.png b/dist/img-apple-64/1f1f2-1f1f1.png new file mode 100644 index 000000000..444b4c321 Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1f1.png differ diff --git a/dist/img-apple-64/1f1f2-1f1f2.png b/dist/img-apple-64/1f1f2-1f1f2.png new file mode 100644 index 000000000..41d43a2b3 Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1f2.png differ diff --git a/dist/img-apple-64/1f1f2-1f1f3.png b/dist/img-apple-64/1f1f2-1f1f3.png new file mode 100644 index 000000000..e3bee9548 Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1f3.png differ diff --git a/dist/img-apple-64/1f1f2-1f1f4.png b/dist/img-apple-64/1f1f2-1f1f4.png new file mode 100644 index 000000000..e742ef9ea Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1f4.png differ diff --git a/dist/img-apple-64/1f1f2-1f1f5.png b/dist/img-apple-64/1f1f2-1f1f5.png new file mode 100644 index 000000000..49705f055 Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1f5.png differ diff --git a/dist/img-apple-64/1f1f2-1f1f6.png b/dist/img-apple-64/1f1f2-1f1f6.png new file mode 100644 index 000000000..8f658918e Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1f6.png differ diff --git a/dist/img-apple-64/1f1f2-1f1f7.png b/dist/img-apple-64/1f1f2-1f1f7.png new file mode 100644 index 000000000..de751899b Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1f7.png differ diff --git a/dist/img-apple-64/1f1f2-1f1f8.png b/dist/img-apple-64/1f1f2-1f1f8.png new file mode 100644 index 000000000..df4f90c21 Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1f8.png differ diff --git a/dist/img-apple-64/1f1f2-1f1f9.png b/dist/img-apple-64/1f1f2-1f1f9.png new file mode 100644 index 000000000..57bf5ebed Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1f9.png differ diff --git a/dist/img-apple-64/1f1f2-1f1fa.png b/dist/img-apple-64/1f1f2-1f1fa.png new file mode 100644 index 000000000..46063df03 Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1fa.png differ diff --git a/dist/img-apple-64/1f1f2-1f1fb.png b/dist/img-apple-64/1f1f2-1f1fb.png new file mode 100644 index 000000000..ca7f74a86 Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1fb.png differ diff --git a/dist/img-apple-64/1f1f2-1f1fc.png b/dist/img-apple-64/1f1f2-1f1fc.png new file mode 100644 index 000000000..baaad7413 Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1fc.png differ diff --git a/dist/img-apple-64/1f1f2-1f1fd.png b/dist/img-apple-64/1f1f2-1f1fd.png new file mode 100644 index 000000000..a804e20da Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1fd.png differ diff --git a/dist/img-apple-64/1f1f2-1f1fe.png b/dist/img-apple-64/1f1f2-1f1fe.png new file mode 100644 index 000000000..81b75f9e9 Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1fe.png differ diff --git a/dist/img-apple-64/1f1f2-1f1ff.png b/dist/img-apple-64/1f1f2-1f1ff.png new file mode 100644 index 000000000..a9736b091 Binary files /dev/null and b/dist/img-apple-64/1f1f2-1f1ff.png differ diff --git a/dist/img-apple-64/1f1f3-1f1e6.png b/dist/img-apple-64/1f1f3-1f1e6.png new file mode 100644 index 000000000..26ec69f32 Binary files /dev/null and b/dist/img-apple-64/1f1f3-1f1e6.png differ diff --git a/dist/img-apple-64/1f1f3-1f1e8.png b/dist/img-apple-64/1f1f3-1f1e8.png new file mode 100644 index 000000000..026958b6d Binary files /dev/null and b/dist/img-apple-64/1f1f3-1f1e8.png differ diff --git a/dist/img-apple-64/1f1f3-1f1ea.png b/dist/img-apple-64/1f1f3-1f1ea.png new file mode 100644 index 000000000..49f1cbe65 Binary files /dev/null and b/dist/img-apple-64/1f1f3-1f1ea.png differ diff --git a/dist/img-apple-64/1f1f3-1f1eb.png b/dist/img-apple-64/1f1f3-1f1eb.png new file mode 100644 index 000000000..f18f4d57a Binary files /dev/null and b/dist/img-apple-64/1f1f3-1f1eb.png differ diff --git a/dist/img-apple-64/1f1f3-1f1ec.png b/dist/img-apple-64/1f1f3-1f1ec.png new file mode 100644 index 000000000..b90fbd500 Binary files /dev/null and b/dist/img-apple-64/1f1f3-1f1ec.png differ diff --git a/dist/img-apple-64/1f1f3-1f1ee.png b/dist/img-apple-64/1f1f3-1f1ee.png new file mode 100644 index 000000000..dd288756c Binary files /dev/null and b/dist/img-apple-64/1f1f3-1f1ee.png differ diff --git a/dist/img-apple-64/1f1f3-1f1f1.png b/dist/img-apple-64/1f1f3-1f1f1.png new file mode 100644 index 000000000..b5c2ab392 Binary files /dev/null and b/dist/img-apple-64/1f1f3-1f1f1.png differ diff --git a/dist/img-apple-64/1f1f3-1f1f4.png b/dist/img-apple-64/1f1f3-1f1f4.png new file mode 100644 index 000000000..372a50ad2 Binary files /dev/null and b/dist/img-apple-64/1f1f3-1f1f4.png differ diff --git a/dist/img-apple-64/1f1f3-1f1f5.png b/dist/img-apple-64/1f1f3-1f1f5.png new file mode 100644 index 000000000..147e41c0d Binary files /dev/null and b/dist/img-apple-64/1f1f3-1f1f5.png differ diff --git a/dist/img-apple-64/1f1f3-1f1f7.png b/dist/img-apple-64/1f1f3-1f1f7.png new file mode 100644 index 000000000..a9dfe8d0b Binary files /dev/null and b/dist/img-apple-64/1f1f3-1f1f7.png differ diff --git a/dist/img-apple-64/1f1f3-1f1fa.png b/dist/img-apple-64/1f1f3-1f1fa.png new file mode 100644 index 000000000..146bb55b0 Binary files /dev/null and b/dist/img-apple-64/1f1f3-1f1fa.png differ diff --git a/dist/img-apple-64/1f1f3-1f1ff.png b/dist/img-apple-64/1f1f3-1f1ff.png new file mode 100644 index 000000000..cd0dc1bce Binary files /dev/null and b/dist/img-apple-64/1f1f3-1f1ff.png differ diff --git a/dist/img-apple-64/1f1f4-1f1f2.png b/dist/img-apple-64/1f1f4-1f1f2.png new file mode 100644 index 000000000..2bd05c189 Binary files /dev/null and b/dist/img-apple-64/1f1f4-1f1f2.png differ diff --git a/dist/img-apple-64/1f1f5-1f1e6.png b/dist/img-apple-64/1f1f5-1f1e6.png new file mode 100644 index 000000000..9c63dc7c8 Binary files /dev/null and b/dist/img-apple-64/1f1f5-1f1e6.png differ diff --git a/dist/img-apple-64/1f1f5-1f1ea.png b/dist/img-apple-64/1f1f5-1f1ea.png new file mode 100644 index 000000000..8bf338f76 Binary files /dev/null and b/dist/img-apple-64/1f1f5-1f1ea.png differ diff --git a/dist/img-apple-64/1f1f5-1f1eb.png b/dist/img-apple-64/1f1f5-1f1eb.png new file mode 100644 index 000000000..c5ba27610 Binary files /dev/null and b/dist/img-apple-64/1f1f5-1f1eb.png differ diff --git a/dist/img-apple-64/1f1f5-1f1ec.png b/dist/img-apple-64/1f1f5-1f1ec.png new file mode 100644 index 000000000..bc538c880 Binary files /dev/null and b/dist/img-apple-64/1f1f5-1f1ec.png differ diff --git a/dist/img-apple-64/1f1f5-1f1ed.png b/dist/img-apple-64/1f1f5-1f1ed.png new file mode 100644 index 000000000..5d3b5ecb8 Binary files /dev/null and b/dist/img-apple-64/1f1f5-1f1ed.png differ diff --git a/dist/img-apple-64/1f1f5-1f1f0.png b/dist/img-apple-64/1f1f5-1f1f0.png new file mode 100644 index 000000000..588d102f8 Binary files /dev/null and b/dist/img-apple-64/1f1f5-1f1f0.png differ diff --git a/dist/img-apple-64/1f1f5-1f1f1.png b/dist/img-apple-64/1f1f5-1f1f1.png new file mode 100644 index 000000000..b0b82ef6d Binary files /dev/null and b/dist/img-apple-64/1f1f5-1f1f1.png differ diff --git a/dist/img-apple-64/1f1f5-1f1f2.png b/dist/img-apple-64/1f1f5-1f1f2.png new file mode 100644 index 000000000..cdf6e04d7 Binary files /dev/null and b/dist/img-apple-64/1f1f5-1f1f2.png differ diff --git a/dist/img-apple-64/1f1f5-1f1f3.png b/dist/img-apple-64/1f1f5-1f1f3.png new file mode 100644 index 000000000..3cf9d7467 Binary files /dev/null and b/dist/img-apple-64/1f1f5-1f1f3.png differ diff --git a/dist/img-apple-64/1f1f5-1f1f7.png b/dist/img-apple-64/1f1f5-1f1f7.png new file mode 100644 index 000000000..f5952b6bb Binary files /dev/null and b/dist/img-apple-64/1f1f5-1f1f7.png differ diff --git a/dist/img-apple-64/1f1f5-1f1f8.png b/dist/img-apple-64/1f1f5-1f1f8.png new file mode 100644 index 000000000..a6c527756 Binary files /dev/null and b/dist/img-apple-64/1f1f5-1f1f8.png differ diff --git a/dist/img-apple-64/1f1f5-1f1f9.png b/dist/img-apple-64/1f1f5-1f1f9.png new file mode 100644 index 000000000..804b9e6fb Binary files /dev/null and b/dist/img-apple-64/1f1f5-1f1f9.png differ diff --git a/dist/img-apple-64/1f1f5-1f1fc.png b/dist/img-apple-64/1f1f5-1f1fc.png new file mode 100644 index 000000000..650c6ab22 Binary files /dev/null and b/dist/img-apple-64/1f1f5-1f1fc.png differ diff --git a/dist/img-apple-64/1f1f5-1f1fe.png b/dist/img-apple-64/1f1f5-1f1fe.png new file mode 100644 index 000000000..16d68c040 Binary files /dev/null and b/dist/img-apple-64/1f1f5-1f1fe.png differ diff --git a/dist/img-apple-64/1f1f6-1f1e6.png b/dist/img-apple-64/1f1f6-1f1e6.png new file mode 100644 index 000000000..febf8633b Binary files /dev/null and b/dist/img-apple-64/1f1f6-1f1e6.png differ diff --git a/dist/img-apple-64/1f1f7-1f1ea.png b/dist/img-apple-64/1f1f7-1f1ea.png new file mode 100644 index 000000000..52b67ac30 Binary files /dev/null and b/dist/img-apple-64/1f1f7-1f1ea.png differ diff --git a/dist/img-apple-64/1f1f7-1f1f4.png b/dist/img-apple-64/1f1f7-1f1f4.png new file mode 100644 index 000000000..95c9e9cff Binary files /dev/null and b/dist/img-apple-64/1f1f7-1f1f4.png differ diff --git a/dist/img-apple-64/1f1f7-1f1f8.png b/dist/img-apple-64/1f1f7-1f1f8.png new file mode 100644 index 000000000..50428d5e1 Binary files /dev/null and b/dist/img-apple-64/1f1f7-1f1f8.png differ diff --git a/dist/img-apple-64/1f1f7-1f1fa.png b/dist/img-apple-64/1f1f7-1f1fa.png new file mode 100644 index 000000000..c7fb17e4e Binary files /dev/null and b/dist/img-apple-64/1f1f7-1f1fa.png differ diff --git a/dist/img-apple-64/1f1f7-1f1fc.png b/dist/img-apple-64/1f1f7-1f1fc.png new file mode 100644 index 000000000..f83bea9c1 Binary files /dev/null and b/dist/img-apple-64/1f1f7-1f1fc.png differ diff --git a/dist/img-apple-64/1f1f8-1f1e6.png b/dist/img-apple-64/1f1f8-1f1e6.png new file mode 100644 index 000000000..a5ca41ce0 Binary files /dev/null and b/dist/img-apple-64/1f1f8-1f1e6.png differ diff --git a/dist/img-apple-64/1f1f8-1f1e7.png b/dist/img-apple-64/1f1f8-1f1e7.png new file mode 100644 index 000000000..6c7a31414 Binary files /dev/null and b/dist/img-apple-64/1f1f8-1f1e7.png differ diff --git a/dist/img-apple-64/1f1f8-1f1e8.png b/dist/img-apple-64/1f1f8-1f1e8.png new file mode 100644 index 000000000..a40fd1b93 Binary files /dev/null and b/dist/img-apple-64/1f1f8-1f1e8.png differ diff --git a/dist/img-apple-64/1f1f8-1f1e9.png b/dist/img-apple-64/1f1f8-1f1e9.png new file mode 100644 index 000000000..7978a3b6d Binary files /dev/null and b/dist/img-apple-64/1f1f8-1f1e9.png differ diff --git a/dist/img-apple-64/1f1f8-1f1ea.png b/dist/img-apple-64/1f1f8-1f1ea.png new file mode 100644 index 000000000..d233ebd4c Binary files /dev/null and b/dist/img-apple-64/1f1f8-1f1ea.png differ diff --git a/dist/img-apple-64/1f1f8-1f1ec.png b/dist/img-apple-64/1f1f8-1f1ec.png new file mode 100644 index 000000000..2d27f7ae8 Binary files /dev/null and b/dist/img-apple-64/1f1f8-1f1ec.png differ diff --git a/dist/img-apple-64/1f1f8-1f1ed.png b/dist/img-apple-64/1f1f8-1f1ed.png new file mode 100644 index 000000000..ca6fe7d7a Binary files /dev/null and b/dist/img-apple-64/1f1f8-1f1ed.png differ diff --git a/dist/img-apple-64/1f1f8-1f1ee.png b/dist/img-apple-64/1f1f8-1f1ee.png new file mode 100644 index 000000000..2f69ea0ae Binary files /dev/null and b/dist/img-apple-64/1f1f8-1f1ee.png differ diff --git a/dist/img-apple-64/1f1f8-1f1ef.png b/dist/img-apple-64/1f1f8-1f1ef.png new file mode 100644 index 000000000..372a50ad2 Binary files /dev/null and b/dist/img-apple-64/1f1f8-1f1ef.png differ diff --git a/dist/img-apple-64/1f1f8-1f1f0.png b/dist/img-apple-64/1f1f8-1f1f0.png new file mode 100644 index 000000000..b2a26acec Binary files /dev/null and b/dist/img-apple-64/1f1f8-1f1f0.png differ diff --git a/dist/img-apple-64/1f1f8-1f1f1.png b/dist/img-apple-64/1f1f8-1f1f1.png new file mode 100644 index 000000000..7283908b7 Binary files /dev/null and b/dist/img-apple-64/1f1f8-1f1f1.png differ diff --git a/dist/img-apple-64/1f1f8-1f1f2.png b/dist/img-apple-64/1f1f8-1f1f2.png new file mode 100644 index 000000000..1bf93092d Binary files /dev/null and b/dist/img-apple-64/1f1f8-1f1f2.png differ diff --git a/dist/img-apple-64/1f1f8-1f1f3.png b/dist/img-apple-64/1f1f8-1f1f3.png new file mode 100644 index 000000000..7bfbdb9ae Binary files /dev/null and b/dist/img-apple-64/1f1f8-1f1f3.png differ diff --git a/dist/img-apple-64/1f1f8-1f1f4.png b/dist/img-apple-64/1f1f8-1f1f4.png new file mode 100644 index 000000000..e5ff2ff37 Binary files /dev/null and b/dist/img-apple-64/1f1f8-1f1f4.png differ diff --git a/dist/img-apple-64/1f1f8-1f1f7.png b/dist/img-apple-64/1f1f8-1f1f7.png new file mode 100644 index 000000000..68b68bb5f Binary files /dev/null and b/dist/img-apple-64/1f1f8-1f1f7.png differ diff --git a/dist/img-apple-64/1f1f8-1f1f8.png b/dist/img-apple-64/1f1f8-1f1f8.png new file mode 100644 index 000000000..980c9c2c7 Binary files /dev/null and b/dist/img-apple-64/1f1f8-1f1f8.png differ diff --git a/dist/img-apple-64/1f1f8-1f1f9.png b/dist/img-apple-64/1f1f8-1f1f9.png new file mode 100644 index 000000000..293e62db8 Binary files /dev/null and b/dist/img-apple-64/1f1f8-1f1f9.png differ diff --git a/dist/img-apple-64/1f1f8-1f1fb.png b/dist/img-apple-64/1f1f8-1f1fb.png new file mode 100644 index 000000000..984755028 Binary files /dev/null and b/dist/img-apple-64/1f1f8-1f1fb.png differ diff --git a/dist/img-apple-64/1f1f8-1f1fd.png b/dist/img-apple-64/1f1f8-1f1fd.png new file mode 100644 index 000000000..8caabf65a Binary files /dev/null and b/dist/img-apple-64/1f1f8-1f1fd.png differ diff --git a/dist/img-apple-64/1f1f8-1f1fe.png b/dist/img-apple-64/1f1f8-1f1fe.png new file mode 100644 index 000000000..d57bd649b Binary files /dev/null and b/dist/img-apple-64/1f1f8-1f1fe.png differ diff --git a/dist/img-apple-64/1f1f8-1f1ff.png b/dist/img-apple-64/1f1f8-1f1ff.png new file mode 100644 index 000000000..65678ace9 Binary files /dev/null and b/dist/img-apple-64/1f1f8-1f1ff.png differ diff --git a/dist/img-apple-64/1f1f9-1f1e6.png b/dist/img-apple-64/1f1f9-1f1e6.png new file mode 100644 index 000000000..ca6fe7d7a Binary files /dev/null and b/dist/img-apple-64/1f1f9-1f1e6.png differ diff --git a/dist/img-apple-64/1f1f9-1f1e8.png b/dist/img-apple-64/1f1f9-1f1e8.png new file mode 100644 index 000000000..285133310 Binary files /dev/null and b/dist/img-apple-64/1f1f9-1f1e8.png differ diff --git a/dist/img-apple-64/1f1f9-1f1e9.png b/dist/img-apple-64/1f1f9-1f1e9.png new file mode 100644 index 000000000..90d00fd99 Binary files /dev/null and b/dist/img-apple-64/1f1f9-1f1e9.png differ diff --git a/dist/img-apple-64/1f1f9-1f1eb.png b/dist/img-apple-64/1f1f9-1f1eb.png new file mode 100644 index 000000000..e4ac68a94 Binary files /dev/null and b/dist/img-apple-64/1f1f9-1f1eb.png differ diff --git a/dist/img-apple-64/1f1f9-1f1ec.png b/dist/img-apple-64/1f1f9-1f1ec.png new file mode 100644 index 000000000..f32984117 Binary files /dev/null and b/dist/img-apple-64/1f1f9-1f1ec.png differ diff --git a/dist/img-apple-64/1f1f9-1f1ed.png b/dist/img-apple-64/1f1f9-1f1ed.png new file mode 100644 index 000000000..c827eb3a5 Binary files /dev/null and b/dist/img-apple-64/1f1f9-1f1ed.png differ diff --git a/dist/img-apple-64/1f1f9-1f1ef.png b/dist/img-apple-64/1f1f9-1f1ef.png new file mode 100644 index 000000000..bad14305b Binary files /dev/null and b/dist/img-apple-64/1f1f9-1f1ef.png differ diff --git a/dist/img-apple-64/1f1f9-1f1f0.png b/dist/img-apple-64/1f1f9-1f1f0.png new file mode 100644 index 000000000..b24abd461 Binary files /dev/null and b/dist/img-apple-64/1f1f9-1f1f0.png differ diff --git a/dist/img-apple-64/1f1f9-1f1f1.png b/dist/img-apple-64/1f1f9-1f1f1.png new file mode 100644 index 000000000..433e78e30 Binary files /dev/null and b/dist/img-apple-64/1f1f9-1f1f1.png differ diff --git a/dist/img-apple-64/1f1f9-1f1f2.png b/dist/img-apple-64/1f1f9-1f1f2.png new file mode 100644 index 000000000..df941ad3f Binary files /dev/null and b/dist/img-apple-64/1f1f9-1f1f2.png differ diff --git a/dist/img-apple-64/1f1f9-1f1f3.png b/dist/img-apple-64/1f1f9-1f1f3.png new file mode 100644 index 000000000..ca1dad58c Binary files /dev/null and b/dist/img-apple-64/1f1f9-1f1f3.png differ diff --git a/dist/img-apple-64/1f1f9-1f1f4.png b/dist/img-apple-64/1f1f9-1f1f4.png new file mode 100644 index 000000000..6a2644775 Binary files /dev/null and b/dist/img-apple-64/1f1f9-1f1f4.png differ diff --git a/dist/img-apple-64/1f1f9-1f1f7.png b/dist/img-apple-64/1f1f9-1f1f7.png new file mode 100644 index 000000000..7fe989df4 Binary files /dev/null and b/dist/img-apple-64/1f1f9-1f1f7.png differ diff --git a/dist/img-apple-64/1f1f9-1f1f9.png b/dist/img-apple-64/1f1f9-1f1f9.png new file mode 100644 index 000000000..00a27cbc3 Binary files /dev/null and b/dist/img-apple-64/1f1f9-1f1f9.png differ diff --git a/dist/img-apple-64/1f1f9-1f1fb.png b/dist/img-apple-64/1f1f9-1f1fb.png new file mode 100644 index 000000000..4db5d3fac Binary files /dev/null and b/dist/img-apple-64/1f1f9-1f1fb.png differ diff --git a/dist/img-apple-64/1f1f9-1f1fc.png b/dist/img-apple-64/1f1f9-1f1fc.png new file mode 100644 index 000000000..21becc5c9 Binary files /dev/null and b/dist/img-apple-64/1f1f9-1f1fc.png differ diff --git a/dist/img-apple-64/1f1f9-1f1ff.png b/dist/img-apple-64/1f1f9-1f1ff.png new file mode 100644 index 000000000..d92066f1c Binary files /dev/null and b/dist/img-apple-64/1f1f9-1f1ff.png differ diff --git a/dist/img-apple-64/1f1fa-1f1e6.png b/dist/img-apple-64/1f1fa-1f1e6.png new file mode 100644 index 000000000..d1edbb7d5 Binary files /dev/null and b/dist/img-apple-64/1f1fa-1f1e6.png differ diff --git a/dist/img-apple-64/1f1fa-1f1ec.png b/dist/img-apple-64/1f1fa-1f1ec.png new file mode 100644 index 000000000..96bc43586 Binary files /dev/null and b/dist/img-apple-64/1f1fa-1f1ec.png differ diff --git a/dist/img-apple-64/1f1fa-1f1f2.png b/dist/img-apple-64/1f1fa-1f1f2.png new file mode 100644 index 000000000..cab2c2a93 Binary files /dev/null and b/dist/img-apple-64/1f1fa-1f1f2.png differ diff --git a/dist/img-apple-64/1f1fa-1f1f3.png b/dist/img-apple-64/1f1fa-1f1f3.png new file mode 100644 index 000000000..8683d0920 Binary files /dev/null and b/dist/img-apple-64/1f1fa-1f1f3.png differ diff --git a/dist/img-apple-64/1f1fa-1f1f8.png b/dist/img-apple-64/1f1fa-1f1f8.png new file mode 100644 index 000000000..cab2c2a93 Binary files /dev/null and b/dist/img-apple-64/1f1fa-1f1f8.png differ diff --git a/dist/img-apple-64/1f1fa-1f1fe.png b/dist/img-apple-64/1f1fa-1f1fe.png new file mode 100644 index 000000000..2b978ff2c Binary files /dev/null and b/dist/img-apple-64/1f1fa-1f1fe.png differ diff --git a/dist/img-apple-64/1f1fa-1f1ff.png b/dist/img-apple-64/1f1fa-1f1ff.png new file mode 100644 index 000000000..ec390557d Binary files /dev/null and b/dist/img-apple-64/1f1fa-1f1ff.png differ diff --git a/dist/img-apple-64/1f1fb-1f1e6.png b/dist/img-apple-64/1f1fb-1f1e6.png new file mode 100644 index 000000000..a8b223b66 Binary files /dev/null and b/dist/img-apple-64/1f1fb-1f1e6.png differ diff --git a/dist/img-apple-64/1f1fb-1f1e8.png b/dist/img-apple-64/1f1fb-1f1e8.png new file mode 100644 index 000000000..6589a9255 Binary files /dev/null and b/dist/img-apple-64/1f1fb-1f1e8.png differ diff --git a/dist/img-apple-64/1f1fb-1f1ea.png b/dist/img-apple-64/1f1fb-1f1ea.png new file mode 100644 index 000000000..47aad31f2 Binary files /dev/null and b/dist/img-apple-64/1f1fb-1f1ea.png differ diff --git a/dist/img-apple-64/1f1fb-1f1ec.png b/dist/img-apple-64/1f1fb-1f1ec.png new file mode 100644 index 000000000..10f8ead81 Binary files /dev/null and b/dist/img-apple-64/1f1fb-1f1ec.png differ diff --git a/dist/img-apple-64/1f1fb-1f1ee.png b/dist/img-apple-64/1f1fb-1f1ee.png new file mode 100644 index 000000000..7136fd586 Binary files /dev/null and b/dist/img-apple-64/1f1fb-1f1ee.png differ diff --git a/dist/img-apple-64/1f1fb-1f1f3.png b/dist/img-apple-64/1f1fb-1f1f3.png new file mode 100644 index 000000000..252513d41 Binary files /dev/null and b/dist/img-apple-64/1f1fb-1f1f3.png differ diff --git a/dist/img-apple-64/1f1fb-1f1fa.png b/dist/img-apple-64/1f1fb-1f1fa.png new file mode 100644 index 000000000..24067ceef Binary files /dev/null and b/dist/img-apple-64/1f1fb-1f1fa.png differ diff --git a/dist/img-apple-64/1f1fc-1f1eb.png b/dist/img-apple-64/1f1fc-1f1eb.png new file mode 100644 index 000000000..89f7c741c Binary files /dev/null and b/dist/img-apple-64/1f1fc-1f1eb.png differ diff --git a/dist/img-apple-64/1f1fc-1f1f8.png b/dist/img-apple-64/1f1fc-1f1f8.png new file mode 100644 index 000000000..23a2b59e7 Binary files /dev/null and b/dist/img-apple-64/1f1fc-1f1f8.png differ diff --git a/dist/img-apple-64/1f1fd-1f1f0.png b/dist/img-apple-64/1f1fd-1f1f0.png new file mode 100644 index 000000000..c3f488628 Binary files /dev/null and b/dist/img-apple-64/1f1fd-1f1f0.png differ diff --git a/dist/img-apple-64/1f1fe-1f1ea.png b/dist/img-apple-64/1f1fe-1f1ea.png new file mode 100644 index 000000000..f56e65122 Binary files /dev/null and b/dist/img-apple-64/1f1fe-1f1ea.png differ diff --git a/dist/img-apple-64/1f1fe-1f1f9.png b/dist/img-apple-64/1f1fe-1f1f9.png new file mode 100644 index 000000000..084133508 Binary files /dev/null and b/dist/img-apple-64/1f1fe-1f1f9.png differ diff --git a/dist/img-apple-64/1f1ff-1f1e6.png b/dist/img-apple-64/1f1ff-1f1e6.png new file mode 100644 index 000000000..259529f25 Binary files /dev/null and b/dist/img-apple-64/1f1ff-1f1e6.png differ diff --git a/dist/img-apple-64/1f1ff-1f1f2.png b/dist/img-apple-64/1f1ff-1f1f2.png new file mode 100644 index 000000000..0e25768e2 Binary files /dev/null and b/dist/img-apple-64/1f1ff-1f1f2.png differ diff --git a/dist/img-apple-64/1f1ff-1f1fc.png b/dist/img-apple-64/1f1ff-1f1fc.png new file mode 100644 index 000000000..ecad50e7c Binary files /dev/null and b/dist/img-apple-64/1f1ff-1f1fc.png differ diff --git a/dist/img-apple-64/1f201.png b/dist/img-apple-64/1f201.png new file mode 100644 index 000000000..c313af412 Binary files /dev/null and b/dist/img-apple-64/1f201.png differ diff --git a/dist/img-apple-64/1f202-fe0f.png b/dist/img-apple-64/1f202-fe0f.png new file mode 100644 index 000000000..ac4ea8073 Binary files /dev/null and b/dist/img-apple-64/1f202-fe0f.png differ diff --git a/dist/img-apple-64/1f202.png b/dist/img-apple-64/1f202.png new file mode 100644 index 000000000..ac4ea8073 Binary files /dev/null and b/dist/img-apple-64/1f202.png differ diff --git a/dist/img-apple-64/1f21a.png b/dist/img-apple-64/1f21a.png new file mode 100644 index 000000000..5fa8bf0e8 Binary files /dev/null and b/dist/img-apple-64/1f21a.png differ diff --git a/dist/img-apple-64/1f22f.png b/dist/img-apple-64/1f22f.png new file mode 100644 index 000000000..a18fe7378 Binary files /dev/null and b/dist/img-apple-64/1f22f.png differ diff --git a/dist/img-apple-64/1f232.png b/dist/img-apple-64/1f232.png new file mode 100644 index 000000000..755820134 Binary files /dev/null and b/dist/img-apple-64/1f232.png differ diff --git a/dist/img-apple-64/1f233.png b/dist/img-apple-64/1f233.png new file mode 100644 index 000000000..c34f0d41e Binary files /dev/null and b/dist/img-apple-64/1f233.png differ diff --git a/dist/img-apple-64/1f234.png b/dist/img-apple-64/1f234.png new file mode 100644 index 000000000..3781bde83 Binary files /dev/null and b/dist/img-apple-64/1f234.png differ diff --git a/dist/img-apple-64/1f235.png b/dist/img-apple-64/1f235.png new file mode 100644 index 000000000..68692e324 Binary files /dev/null and b/dist/img-apple-64/1f235.png differ diff --git a/dist/img-apple-64/1f236.png b/dist/img-apple-64/1f236.png new file mode 100644 index 000000000..bed20fede Binary files /dev/null and b/dist/img-apple-64/1f236.png differ diff --git a/dist/img-apple-64/1f237-fe0f.png b/dist/img-apple-64/1f237-fe0f.png new file mode 100644 index 000000000..5c1975f55 Binary files /dev/null and b/dist/img-apple-64/1f237-fe0f.png differ diff --git a/dist/img-apple-64/1f237.png b/dist/img-apple-64/1f237.png new file mode 100644 index 000000000..5c1975f55 Binary files /dev/null and b/dist/img-apple-64/1f237.png differ diff --git a/dist/img-apple-64/1f238.png b/dist/img-apple-64/1f238.png new file mode 100644 index 000000000..bb3cc1dc0 Binary files /dev/null and b/dist/img-apple-64/1f238.png differ diff --git a/dist/img-apple-64/1f239.png b/dist/img-apple-64/1f239.png new file mode 100644 index 000000000..5f2460a76 Binary files /dev/null and b/dist/img-apple-64/1f239.png differ diff --git a/dist/img-apple-64/1f23a.png b/dist/img-apple-64/1f23a.png new file mode 100644 index 000000000..fac818cae Binary files /dev/null and b/dist/img-apple-64/1f23a.png differ diff --git a/dist/img-apple-64/1f250.png b/dist/img-apple-64/1f250.png new file mode 100644 index 000000000..1d5871276 Binary files /dev/null and b/dist/img-apple-64/1f250.png differ diff --git a/dist/img-apple-64/1f251.png b/dist/img-apple-64/1f251.png new file mode 100644 index 000000000..406b9a77c Binary files /dev/null and b/dist/img-apple-64/1f251.png differ diff --git a/dist/img-apple-64/1f300.png b/dist/img-apple-64/1f300.png new file mode 100644 index 000000000..0c726fbeb Binary files /dev/null and b/dist/img-apple-64/1f300.png differ diff --git a/dist/img-apple-64/1f301.png b/dist/img-apple-64/1f301.png new file mode 100644 index 000000000..356f857b3 Binary files /dev/null and b/dist/img-apple-64/1f301.png differ diff --git a/dist/img-apple-64/1f302.png b/dist/img-apple-64/1f302.png new file mode 100644 index 000000000..b8de9404b Binary files /dev/null and b/dist/img-apple-64/1f302.png differ diff --git a/dist/img-apple-64/1f303.png b/dist/img-apple-64/1f303.png new file mode 100644 index 000000000..eff28fa16 Binary files /dev/null and b/dist/img-apple-64/1f303.png differ diff --git a/dist/img-apple-64/1f304.png b/dist/img-apple-64/1f304.png new file mode 100644 index 000000000..45641bb8e Binary files /dev/null and b/dist/img-apple-64/1f304.png differ diff --git a/dist/img-apple-64/1f305.png b/dist/img-apple-64/1f305.png new file mode 100644 index 000000000..fa124d17d Binary files /dev/null and b/dist/img-apple-64/1f305.png differ diff --git a/dist/img-apple-64/1f306.png b/dist/img-apple-64/1f306.png new file mode 100644 index 000000000..bc816af84 Binary files /dev/null and b/dist/img-apple-64/1f306.png differ diff --git a/dist/img-apple-64/1f307.png b/dist/img-apple-64/1f307.png new file mode 100644 index 000000000..22ec282be Binary files /dev/null and b/dist/img-apple-64/1f307.png differ diff --git a/dist/img-apple-64/1f308.png b/dist/img-apple-64/1f308.png new file mode 100644 index 000000000..65ef62f60 Binary files /dev/null and b/dist/img-apple-64/1f308.png differ diff --git a/dist/img-apple-64/1f309.png b/dist/img-apple-64/1f309.png new file mode 100644 index 000000000..3ed7b5d06 Binary files /dev/null and b/dist/img-apple-64/1f309.png differ diff --git a/dist/img-apple-64/1f30a.png b/dist/img-apple-64/1f30a.png new file mode 100644 index 000000000..346c12d0a Binary files /dev/null and b/dist/img-apple-64/1f30a.png differ diff --git a/dist/img-apple-64/1f30b.png b/dist/img-apple-64/1f30b.png new file mode 100644 index 000000000..372d5cc18 Binary files /dev/null and b/dist/img-apple-64/1f30b.png differ diff --git a/dist/img-apple-64/1f30c.png b/dist/img-apple-64/1f30c.png new file mode 100644 index 000000000..0ccec21a6 Binary files /dev/null and b/dist/img-apple-64/1f30c.png differ diff --git a/dist/img-apple-64/1f30d.png b/dist/img-apple-64/1f30d.png new file mode 100644 index 000000000..34f7ec419 Binary files /dev/null and b/dist/img-apple-64/1f30d.png differ diff --git a/dist/img-apple-64/1f30e.png b/dist/img-apple-64/1f30e.png new file mode 100644 index 000000000..6d35aeec4 Binary files /dev/null and b/dist/img-apple-64/1f30e.png differ diff --git a/dist/img-apple-64/1f30f.png b/dist/img-apple-64/1f30f.png new file mode 100644 index 000000000..b33d069e3 Binary files /dev/null and b/dist/img-apple-64/1f30f.png differ diff --git a/dist/img-apple-64/1f310.png b/dist/img-apple-64/1f310.png new file mode 100644 index 000000000..e68ce4599 Binary files /dev/null and b/dist/img-apple-64/1f310.png differ diff --git a/dist/img-apple-64/1f311.png b/dist/img-apple-64/1f311.png new file mode 100644 index 000000000..d9d29dad9 Binary files /dev/null and b/dist/img-apple-64/1f311.png differ diff --git a/dist/img-apple-64/1f312.png b/dist/img-apple-64/1f312.png new file mode 100644 index 000000000..336dd48f6 Binary files /dev/null and b/dist/img-apple-64/1f312.png differ diff --git a/dist/img-apple-64/1f313.png b/dist/img-apple-64/1f313.png new file mode 100644 index 000000000..d4a50cc7e Binary files /dev/null and b/dist/img-apple-64/1f313.png differ diff --git a/dist/img-apple-64/1f314.png b/dist/img-apple-64/1f314.png new file mode 100644 index 000000000..4f774f7c8 Binary files /dev/null and b/dist/img-apple-64/1f314.png differ diff --git a/dist/img-apple-64/1f315.png b/dist/img-apple-64/1f315.png new file mode 100644 index 000000000..cc4fbe781 Binary files /dev/null and b/dist/img-apple-64/1f315.png differ diff --git a/dist/img-apple-64/1f316.png b/dist/img-apple-64/1f316.png new file mode 100644 index 000000000..ca07593dc Binary files /dev/null and b/dist/img-apple-64/1f316.png differ diff --git a/dist/img-apple-64/1f317.png b/dist/img-apple-64/1f317.png new file mode 100644 index 000000000..3e6ce34de Binary files /dev/null and b/dist/img-apple-64/1f317.png differ diff --git a/dist/img-apple-64/1f318.png b/dist/img-apple-64/1f318.png new file mode 100644 index 000000000..f6286d498 Binary files /dev/null and b/dist/img-apple-64/1f318.png differ diff --git a/dist/img-apple-64/1f319.png b/dist/img-apple-64/1f319.png new file mode 100644 index 000000000..74b40c306 Binary files /dev/null and b/dist/img-apple-64/1f319.png differ diff --git a/dist/img-apple-64/1f31a.png b/dist/img-apple-64/1f31a.png new file mode 100644 index 000000000..dcf0a7111 Binary files /dev/null and b/dist/img-apple-64/1f31a.png differ diff --git a/dist/img-apple-64/1f31b.png b/dist/img-apple-64/1f31b.png new file mode 100644 index 000000000..4bf9aa07c Binary files /dev/null and b/dist/img-apple-64/1f31b.png differ diff --git a/dist/img-apple-64/1f31c.png b/dist/img-apple-64/1f31c.png new file mode 100644 index 000000000..8358a4f4e Binary files /dev/null and b/dist/img-apple-64/1f31c.png differ diff --git a/dist/img-apple-64/1f31d.png b/dist/img-apple-64/1f31d.png new file mode 100644 index 000000000..01a1eebe8 Binary files /dev/null and b/dist/img-apple-64/1f31d.png differ diff --git a/dist/img-apple-64/1f31e.png b/dist/img-apple-64/1f31e.png new file mode 100644 index 000000000..0eb6411ee Binary files /dev/null and b/dist/img-apple-64/1f31e.png differ diff --git a/dist/img-apple-64/1f31f.png b/dist/img-apple-64/1f31f.png new file mode 100644 index 000000000..7b2354248 Binary files /dev/null and b/dist/img-apple-64/1f31f.png differ diff --git a/dist/img-apple-64/1f320.png b/dist/img-apple-64/1f320.png new file mode 100644 index 000000000..084b48f1c Binary files /dev/null and b/dist/img-apple-64/1f320.png differ diff --git a/dist/img-apple-64/1f321-fe0f.png b/dist/img-apple-64/1f321-fe0f.png new file mode 100644 index 000000000..f7d2788a8 Binary files /dev/null and b/dist/img-apple-64/1f321-fe0f.png differ diff --git a/dist/img-apple-64/1f321.png b/dist/img-apple-64/1f321.png new file mode 100644 index 000000000..f7d2788a8 Binary files /dev/null and b/dist/img-apple-64/1f321.png differ diff --git a/dist/img-apple-64/1f324-fe0f.png b/dist/img-apple-64/1f324-fe0f.png new file mode 100644 index 000000000..b156676cb Binary files /dev/null and b/dist/img-apple-64/1f324-fe0f.png differ diff --git a/dist/img-apple-64/1f324.png b/dist/img-apple-64/1f324.png new file mode 100644 index 000000000..b156676cb Binary files /dev/null and b/dist/img-apple-64/1f324.png differ diff --git a/dist/img-apple-64/1f325-fe0f.png b/dist/img-apple-64/1f325-fe0f.png new file mode 100644 index 000000000..ce2160415 Binary files /dev/null and b/dist/img-apple-64/1f325-fe0f.png differ diff --git a/dist/img-apple-64/1f325.png b/dist/img-apple-64/1f325.png new file mode 100644 index 000000000..ce2160415 Binary files /dev/null and b/dist/img-apple-64/1f325.png differ diff --git a/dist/img-apple-64/1f326-fe0f.png b/dist/img-apple-64/1f326-fe0f.png new file mode 100644 index 000000000..b0fa1a488 Binary files /dev/null and b/dist/img-apple-64/1f326-fe0f.png differ diff --git a/dist/img-apple-64/1f326.png b/dist/img-apple-64/1f326.png new file mode 100644 index 000000000..b0fa1a488 Binary files /dev/null and b/dist/img-apple-64/1f326.png differ diff --git a/dist/img-apple-64/1f327-fe0f.png b/dist/img-apple-64/1f327-fe0f.png new file mode 100644 index 000000000..f853fa465 Binary files /dev/null and b/dist/img-apple-64/1f327-fe0f.png differ diff --git a/dist/img-apple-64/1f327.png b/dist/img-apple-64/1f327.png new file mode 100644 index 000000000..f853fa465 Binary files /dev/null and b/dist/img-apple-64/1f327.png differ diff --git a/dist/img-apple-64/1f328-fe0f.png b/dist/img-apple-64/1f328-fe0f.png new file mode 100644 index 000000000..973952977 Binary files /dev/null and b/dist/img-apple-64/1f328-fe0f.png differ diff --git a/dist/img-apple-64/1f328.png b/dist/img-apple-64/1f328.png new file mode 100644 index 000000000..973952977 Binary files /dev/null and b/dist/img-apple-64/1f328.png differ diff --git a/dist/img-apple-64/1f329-fe0f.png b/dist/img-apple-64/1f329-fe0f.png new file mode 100644 index 000000000..f15d89079 Binary files /dev/null and b/dist/img-apple-64/1f329-fe0f.png differ diff --git a/dist/img-apple-64/1f329.png b/dist/img-apple-64/1f329.png new file mode 100644 index 000000000..f15d89079 Binary files /dev/null and b/dist/img-apple-64/1f329.png differ diff --git a/dist/img-apple-64/1f32a-fe0f.png b/dist/img-apple-64/1f32a-fe0f.png new file mode 100644 index 000000000..4676f2f27 Binary files /dev/null and b/dist/img-apple-64/1f32a-fe0f.png differ diff --git a/dist/img-apple-64/1f32a.png b/dist/img-apple-64/1f32a.png new file mode 100644 index 000000000..4676f2f27 Binary files /dev/null and b/dist/img-apple-64/1f32a.png differ diff --git a/dist/img-apple-64/1f32b-fe0f.png b/dist/img-apple-64/1f32b-fe0f.png new file mode 100644 index 000000000..54937c4d0 Binary files /dev/null and b/dist/img-apple-64/1f32b-fe0f.png differ diff --git a/dist/img-apple-64/1f32b.png b/dist/img-apple-64/1f32b.png new file mode 100644 index 000000000..54937c4d0 Binary files /dev/null and b/dist/img-apple-64/1f32b.png differ diff --git a/dist/img-apple-64/1f32c-fe0f.png b/dist/img-apple-64/1f32c-fe0f.png new file mode 100644 index 000000000..8f4f7f7ee Binary files /dev/null and b/dist/img-apple-64/1f32c-fe0f.png differ diff --git a/dist/img-apple-64/1f32c.png b/dist/img-apple-64/1f32c.png new file mode 100644 index 000000000..8f4f7f7ee Binary files /dev/null and b/dist/img-apple-64/1f32c.png differ diff --git a/dist/img-apple-64/1f32d.png b/dist/img-apple-64/1f32d.png new file mode 100644 index 000000000..39d88dc0a Binary files /dev/null and b/dist/img-apple-64/1f32d.png differ diff --git a/dist/img-apple-64/1f32e.png b/dist/img-apple-64/1f32e.png new file mode 100644 index 000000000..5a8876281 Binary files /dev/null and b/dist/img-apple-64/1f32e.png differ diff --git a/dist/img-apple-64/1f32f.png b/dist/img-apple-64/1f32f.png new file mode 100644 index 000000000..c894ee213 Binary files /dev/null and b/dist/img-apple-64/1f32f.png differ diff --git a/dist/img-apple-64/1f330.png b/dist/img-apple-64/1f330.png new file mode 100644 index 000000000..a7eba7344 Binary files /dev/null and b/dist/img-apple-64/1f330.png differ diff --git a/dist/img-apple-64/1f331.png b/dist/img-apple-64/1f331.png new file mode 100644 index 000000000..ab2840d91 Binary files /dev/null and b/dist/img-apple-64/1f331.png differ diff --git a/dist/img-apple-64/1f332.png b/dist/img-apple-64/1f332.png new file mode 100644 index 000000000..cf8b74e6e Binary files /dev/null and b/dist/img-apple-64/1f332.png differ diff --git a/dist/img-apple-64/1f333.png b/dist/img-apple-64/1f333.png new file mode 100644 index 000000000..e4cd5c935 Binary files /dev/null and b/dist/img-apple-64/1f333.png differ diff --git a/dist/img-apple-64/1f334.png b/dist/img-apple-64/1f334.png new file mode 100644 index 000000000..3ae4df3ba Binary files /dev/null and b/dist/img-apple-64/1f334.png differ diff --git a/dist/img-apple-64/1f335.png b/dist/img-apple-64/1f335.png new file mode 100644 index 000000000..44f942c73 Binary files /dev/null and b/dist/img-apple-64/1f335.png differ diff --git a/dist/img-apple-64/1f336-fe0f.png b/dist/img-apple-64/1f336-fe0f.png new file mode 100644 index 000000000..abf834510 Binary files /dev/null and b/dist/img-apple-64/1f336-fe0f.png differ diff --git a/dist/img-apple-64/1f336.png b/dist/img-apple-64/1f336.png new file mode 100644 index 000000000..abf834510 Binary files /dev/null and b/dist/img-apple-64/1f336.png differ diff --git a/dist/img-apple-64/1f337.png b/dist/img-apple-64/1f337.png new file mode 100644 index 000000000..131ba256d Binary files /dev/null and b/dist/img-apple-64/1f337.png differ diff --git a/dist/img-apple-64/1f338.png b/dist/img-apple-64/1f338.png new file mode 100644 index 000000000..b04f8cd33 Binary files /dev/null and b/dist/img-apple-64/1f338.png differ diff --git a/dist/img-apple-64/1f339.png b/dist/img-apple-64/1f339.png new file mode 100644 index 000000000..c4d916200 Binary files /dev/null and b/dist/img-apple-64/1f339.png differ diff --git a/dist/img-apple-64/1f33a.png b/dist/img-apple-64/1f33a.png new file mode 100644 index 000000000..3d3dffb56 Binary files /dev/null and b/dist/img-apple-64/1f33a.png differ diff --git a/dist/img-apple-64/1f33b.png b/dist/img-apple-64/1f33b.png new file mode 100644 index 000000000..8a600a50e Binary files /dev/null and b/dist/img-apple-64/1f33b.png differ diff --git a/dist/img-apple-64/1f33c.png b/dist/img-apple-64/1f33c.png new file mode 100644 index 000000000..f824179e1 Binary files /dev/null and b/dist/img-apple-64/1f33c.png differ diff --git a/dist/img-apple-64/1f33d.png b/dist/img-apple-64/1f33d.png new file mode 100644 index 000000000..3e2be3b5f Binary files /dev/null and b/dist/img-apple-64/1f33d.png differ diff --git a/dist/img-apple-64/1f33e.png b/dist/img-apple-64/1f33e.png new file mode 100644 index 000000000..9ca2a1715 Binary files /dev/null and b/dist/img-apple-64/1f33e.png differ diff --git a/dist/img-apple-64/1f33f.png b/dist/img-apple-64/1f33f.png new file mode 100644 index 000000000..721c28a81 Binary files /dev/null and b/dist/img-apple-64/1f33f.png differ diff --git a/dist/img-apple-64/1f340.png b/dist/img-apple-64/1f340.png new file mode 100644 index 000000000..32c1b48ae Binary files /dev/null and b/dist/img-apple-64/1f340.png differ diff --git a/dist/img-apple-64/1f341.png b/dist/img-apple-64/1f341.png new file mode 100644 index 000000000..f29659925 Binary files /dev/null and b/dist/img-apple-64/1f341.png differ diff --git a/dist/img-apple-64/1f342.png b/dist/img-apple-64/1f342.png new file mode 100644 index 000000000..8431d30bd Binary files /dev/null and b/dist/img-apple-64/1f342.png differ diff --git a/dist/img-apple-64/1f343.png b/dist/img-apple-64/1f343.png new file mode 100644 index 000000000..5d1f2e981 Binary files /dev/null and b/dist/img-apple-64/1f343.png differ diff --git a/dist/img-apple-64/1f344.png b/dist/img-apple-64/1f344.png new file mode 100644 index 000000000..935e03e12 Binary files /dev/null and b/dist/img-apple-64/1f344.png differ diff --git a/dist/img-apple-64/1f345.png b/dist/img-apple-64/1f345.png new file mode 100644 index 000000000..310bdbbc6 Binary files /dev/null and b/dist/img-apple-64/1f345.png differ diff --git a/dist/img-apple-64/1f346.png b/dist/img-apple-64/1f346.png new file mode 100644 index 000000000..7b3c649f9 Binary files /dev/null and b/dist/img-apple-64/1f346.png differ diff --git a/dist/img-apple-64/1f347.png b/dist/img-apple-64/1f347.png new file mode 100644 index 000000000..83168d477 Binary files /dev/null and b/dist/img-apple-64/1f347.png differ diff --git a/dist/img-apple-64/1f348.png b/dist/img-apple-64/1f348.png new file mode 100644 index 000000000..200f90ca5 Binary files /dev/null and b/dist/img-apple-64/1f348.png differ diff --git a/dist/img-apple-64/1f349.png b/dist/img-apple-64/1f349.png new file mode 100644 index 000000000..49dca9ac9 Binary files /dev/null and b/dist/img-apple-64/1f349.png differ diff --git a/dist/img-apple-64/1f34a.png b/dist/img-apple-64/1f34a.png new file mode 100644 index 000000000..994675ea3 Binary files /dev/null and b/dist/img-apple-64/1f34a.png differ diff --git a/dist/img-apple-64/1f34b.png b/dist/img-apple-64/1f34b.png new file mode 100644 index 000000000..234d9c558 Binary files /dev/null and b/dist/img-apple-64/1f34b.png differ diff --git a/dist/img-apple-64/1f34c.png b/dist/img-apple-64/1f34c.png new file mode 100644 index 000000000..eb33c91dd Binary files /dev/null and b/dist/img-apple-64/1f34c.png differ diff --git a/dist/img-apple-64/1f34d.png b/dist/img-apple-64/1f34d.png new file mode 100644 index 000000000..9ccce33a8 Binary files /dev/null and b/dist/img-apple-64/1f34d.png differ diff --git a/dist/img-apple-64/1f34e.png b/dist/img-apple-64/1f34e.png new file mode 100644 index 000000000..e36b17be0 Binary files /dev/null and b/dist/img-apple-64/1f34e.png differ diff --git a/dist/img-apple-64/1f34f.png b/dist/img-apple-64/1f34f.png new file mode 100644 index 000000000..bd418f3dc Binary files /dev/null and b/dist/img-apple-64/1f34f.png differ diff --git a/dist/img-apple-64/1f350.png b/dist/img-apple-64/1f350.png new file mode 100644 index 000000000..e9990c2e0 Binary files /dev/null and b/dist/img-apple-64/1f350.png differ diff --git a/dist/img-apple-64/1f351.png b/dist/img-apple-64/1f351.png new file mode 100644 index 000000000..dbc1b9f72 Binary files /dev/null and b/dist/img-apple-64/1f351.png differ diff --git a/dist/img-apple-64/1f352.png b/dist/img-apple-64/1f352.png new file mode 100644 index 000000000..170fb900d Binary files /dev/null and b/dist/img-apple-64/1f352.png differ diff --git a/dist/img-apple-64/1f353.png b/dist/img-apple-64/1f353.png new file mode 100644 index 000000000..895968483 Binary files /dev/null and b/dist/img-apple-64/1f353.png differ diff --git a/dist/img-apple-64/1f354.png b/dist/img-apple-64/1f354.png new file mode 100644 index 000000000..4e95a6528 Binary files /dev/null and b/dist/img-apple-64/1f354.png differ diff --git a/dist/img-apple-64/1f355.png b/dist/img-apple-64/1f355.png new file mode 100644 index 000000000..eb007b675 Binary files /dev/null and b/dist/img-apple-64/1f355.png differ diff --git a/dist/img-apple-64/1f356.png b/dist/img-apple-64/1f356.png new file mode 100644 index 000000000..e4752e192 Binary files /dev/null and b/dist/img-apple-64/1f356.png differ diff --git a/dist/img-apple-64/1f357.png b/dist/img-apple-64/1f357.png new file mode 100644 index 000000000..f219a10c1 Binary files /dev/null and b/dist/img-apple-64/1f357.png differ diff --git a/dist/img-apple-64/1f358.png b/dist/img-apple-64/1f358.png new file mode 100644 index 000000000..9e8bc1a09 Binary files /dev/null and b/dist/img-apple-64/1f358.png differ diff --git a/dist/img-apple-64/1f359.png b/dist/img-apple-64/1f359.png new file mode 100644 index 000000000..544f2307a Binary files /dev/null and b/dist/img-apple-64/1f359.png differ diff --git a/dist/img-apple-64/1f35a.png b/dist/img-apple-64/1f35a.png new file mode 100644 index 000000000..04f14d645 Binary files /dev/null and b/dist/img-apple-64/1f35a.png differ diff --git a/dist/img-apple-64/1f35b.png b/dist/img-apple-64/1f35b.png new file mode 100644 index 000000000..e442f78af Binary files /dev/null and b/dist/img-apple-64/1f35b.png differ diff --git a/dist/img-apple-64/1f35c.png b/dist/img-apple-64/1f35c.png new file mode 100644 index 000000000..3024f7715 Binary files /dev/null and b/dist/img-apple-64/1f35c.png differ diff --git a/dist/img-apple-64/1f35d.png b/dist/img-apple-64/1f35d.png new file mode 100644 index 000000000..65b89ea0f Binary files /dev/null and b/dist/img-apple-64/1f35d.png differ diff --git a/dist/img-apple-64/1f35e.png b/dist/img-apple-64/1f35e.png new file mode 100644 index 000000000..5d5c91269 Binary files /dev/null and b/dist/img-apple-64/1f35e.png differ diff --git a/dist/img-apple-64/1f35f.png b/dist/img-apple-64/1f35f.png new file mode 100644 index 000000000..f16ab04d9 Binary files /dev/null and b/dist/img-apple-64/1f35f.png differ diff --git a/dist/img-apple-64/1f360.png b/dist/img-apple-64/1f360.png new file mode 100644 index 000000000..0c39b46bf Binary files /dev/null and b/dist/img-apple-64/1f360.png differ diff --git a/dist/img-apple-64/1f361.png b/dist/img-apple-64/1f361.png new file mode 100644 index 000000000..e74a43d8b Binary files /dev/null and b/dist/img-apple-64/1f361.png differ diff --git a/dist/img-apple-64/1f362.png b/dist/img-apple-64/1f362.png new file mode 100644 index 000000000..3fe375915 Binary files /dev/null and b/dist/img-apple-64/1f362.png differ diff --git a/dist/img-apple-64/1f363.png b/dist/img-apple-64/1f363.png new file mode 100644 index 000000000..0e4421cb1 Binary files /dev/null and b/dist/img-apple-64/1f363.png differ diff --git a/dist/img-apple-64/1f364.png b/dist/img-apple-64/1f364.png new file mode 100644 index 000000000..437b8e4dd Binary files /dev/null and b/dist/img-apple-64/1f364.png differ diff --git a/dist/img-apple-64/1f365.png b/dist/img-apple-64/1f365.png new file mode 100644 index 000000000..7a2ef3c52 Binary files /dev/null and b/dist/img-apple-64/1f365.png differ diff --git a/dist/img-apple-64/1f366.png b/dist/img-apple-64/1f366.png new file mode 100644 index 000000000..6fae8b04b Binary files /dev/null and b/dist/img-apple-64/1f366.png differ diff --git a/dist/img-apple-64/1f367.png b/dist/img-apple-64/1f367.png new file mode 100644 index 000000000..7af394da8 Binary files /dev/null and b/dist/img-apple-64/1f367.png differ diff --git a/dist/img-apple-64/1f368.png b/dist/img-apple-64/1f368.png new file mode 100644 index 000000000..e9a42e2ec Binary files /dev/null and b/dist/img-apple-64/1f368.png differ diff --git a/dist/img-apple-64/1f369.png b/dist/img-apple-64/1f369.png new file mode 100644 index 000000000..eb395006d Binary files /dev/null and b/dist/img-apple-64/1f369.png differ diff --git a/dist/img-apple-64/1f36a.png b/dist/img-apple-64/1f36a.png new file mode 100644 index 000000000..c67f5a554 Binary files /dev/null and b/dist/img-apple-64/1f36a.png differ diff --git a/dist/img-apple-64/1f36b.png b/dist/img-apple-64/1f36b.png new file mode 100644 index 000000000..cf4f6dc4e Binary files /dev/null and b/dist/img-apple-64/1f36b.png differ diff --git a/dist/img-apple-64/1f36c.png b/dist/img-apple-64/1f36c.png new file mode 100644 index 000000000..64e47a0eb Binary files /dev/null and b/dist/img-apple-64/1f36c.png differ diff --git a/dist/img-apple-64/1f36d.png b/dist/img-apple-64/1f36d.png new file mode 100644 index 000000000..6d6558510 Binary files /dev/null and b/dist/img-apple-64/1f36d.png differ diff --git a/dist/img-apple-64/1f36e.png b/dist/img-apple-64/1f36e.png new file mode 100644 index 000000000..91886d249 Binary files /dev/null and b/dist/img-apple-64/1f36e.png differ diff --git a/dist/img-apple-64/1f36f.png b/dist/img-apple-64/1f36f.png new file mode 100644 index 000000000..404b41759 Binary files /dev/null and b/dist/img-apple-64/1f36f.png differ diff --git a/dist/img-apple-64/1f370.png b/dist/img-apple-64/1f370.png new file mode 100644 index 000000000..ba39eb46d Binary files /dev/null and b/dist/img-apple-64/1f370.png differ diff --git a/dist/img-apple-64/1f371.png b/dist/img-apple-64/1f371.png new file mode 100644 index 000000000..c24377b27 Binary files /dev/null and b/dist/img-apple-64/1f371.png differ diff --git a/dist/img-apple-64/1f372.png b/dist/img-apple-64/1f372.png new file mode 100644 index 000000000..5ca3cc46b Binary files /dev/null and b/dist/img-apple-64/1f372.png differ diff --git a/dist/img-apple-64/1f373.png b/dist/img-apple-64/1f373.png new file mode 100644 index 000000000..7c0023708 Binary files /dev/null and b/dist/img-apple-64/1f373.png differ diff --git a/dist/img-apple-64/1f374.png b/dist/img-apple-64/1f374.png new file mode 100644 index 000000000..96e02ba03 Binary files /dev/null and b/dist/img-apple-64/1f374.png differ diff --git a/dist/img-apple-64/1f375.png b/dist/img-apple-64/1f375.png new file mode 100644 index 000000000..a01b91cef Binary files /dev/null and b/dist/img-apple-64/1f375.png differ diff --git a/dist/img-apple-64/1f376.png b/dist/img-apple-64/1f376.png new file mode 100644 index 000000000..7822796d0 Binary files /dev/null and b/dist/img-apple-64/1f376.png differ diff --git a/dist/img-apple-64/1f377.png b/dist/img-apple-64/1f377.png new file mode 100644 index 000000000..343a4a9a6 Binary files /dev/null and b/dist/img-apple-64/1f377.png differ diff --git a/dist/img-apple-64/1f378.png b/dist/img-apple-64/1f378.png new file mode 100644 index 000000000..655c7f897 Binary files /dev/null and b/dist/img-apple-64/1f378.png differ diff --git a/dist/img-apple-64/1f379.png b/dist/img-apple-64/1f379.png new file mode 100644 index 000000000..7ce506ce9 Binary files /dev/null and b/dist/img-apple-64/1f379.png differ diff --git a/dist/img-apple-64/1f37a.png b/dist/img-apple-64/1f37a.png new file mode 100644 index 000000000..d65b85fbf Binary files /dev/null and b/dist/img-apple-64/1f37a.png differ diff --git a/dist/img-apple-64/1f37b.png b/dist/img-apple-64/1f37b.png new file mode 100644 index 000000000..a09d38a72 Binary files /dev/null and b/dist/img-apple-64/1f37b.png differ diff --git a/dist/img-apple-64/1f37c.png b/dist/img-apple-64/1f37c.png new file mode 100644 index 000000000..518c3148c Binary files /dev/null and b/dist/img-apple-64/1f37c.png differ diff --git a/dist/img-apple-64/1f37d-fe0f.png b/dist/img-apple-64/1f37d-fe0f.png new file mode 100644 index 000000000..77253769a Binary files /dev/null and b/dist/img-apple-64/1f37d-fe0f.png differ diff --git a/dist/img-apple-64/1f37d.png b/dist/img-apple-64/1f37d.png new file mode 100644 index 000000000..77253769a Binary files /dev/null and b/dist/img-apple-64/1f37d.png differ diff --git a/dist/img-apple-64/1f37e.png b/dist/img-apple-64/1f37e.png new file mode 100644 index 000000000..8834942d8 Binary files /dev/null and b/dist/img-apple-64/1f37e.png differ diff --git a/dist/img-apple-64/1f37f.png b/dist/img-apple-64/1f37f.png new file mode 100644 index 000000000..bfcbbc268 Binary files /dev/null and b/dist/img-apple-64/1f37f.png differ diff --git a/dist/img-apple-64/1f380.png b/dist/img-apple-64/1f380.png new file mode 100644 index 000000000..6e1e1bd27 Binary files /dev/null and b/dist/img-apple-64/1f380.png differ diff --git a/dist/img-apple-64/1f381.png b/dist/img-apple-64/1f381.png new file mode 100644 index 000000000..b7e104069 Binary files /dev/null and b/dist/img-apple-64/1f381.png differ diff --git a/dist/img-apple-64/1f382.png b/dist/img-apple-64/1f382.png new file mode 100644 index 000000000..bcb831306 Binary files /dev/null and b/dist/img-apple-64/1f382.png differ diff --git a/dist/img-apple-64/1f383.png b/dist/img-apple-64/1f383.png new file mode 100644 index 000000000..fee1e815f Binary files /dev/null and b/dist/img-apple-64/1f383.png differ diff --git a/dist/img-apple-64/1f384.png b/dist/img-apple-64/1f384.png new file mode 100644 index 000000000..c1e023db2 Binary files /dev/null and b/dist/img-apple-64/1f384.png differ diff --git a/dist/img-apple-64/1f385-1f3fb.png b/dist/img-apple-64/1f385-1f3fb.png new file mode 100644 index 000000000..3f6419b27 Binary files /dev/null and b/dist/img-apple-64/1f385-1f3fb.png differ diff --git a/dist/img-apple-64/1f385-1f3fc.png b/dist/img-apple-64/1f385-1f3fc.png new file mode 100644 index 000000000..a6daded60 Binary files /dev/null and b/dist/img-apple-64/1f385-1f3fc.png differ diff --git a/dist/img-apple-64/1f385-1f3fd.png b/dist/img-apple-64/1f385-1f3fd.png new file mode 100644 index 000000000..d0e44d9b2 Binary files /dev/null and b/dist/img-apple-64/1f385-1f3fd.png differ diff --git a/dist/img-apple-64/1f385-1f3fe.png b/dist/img-apple-64/1f385-1f3fe.png new file mode 100644 index 000000000..2b471997b Binary files /dev/null and b/dist/img-apple-64/1f385-1f3fe.png differ diff --git a/dist/img-apple-64/1f385-1f3ff.png b/dist/img-apple-64/1f385-1f3ff.png new file mode 100644 index 000000000..c204dfac5 Binary files /dev/null and b/dist/img-apple-64/1f385-1f3ff.png differ diff --git a/dist/img-apple-64/1f385.png b/dist/img-apple-64/1f385.png new file mode 100644 index 000000000..00f40a6ee Binary files /dev/null and b/dist/img-apple-64/1f385.png differ diff --git a/dist/img-apple-64/1f386.png b/dist/img-apple-64/1f386.png new file mode 100644 index 000000000..b112619e2 Binary files /dev/null and b/dist/img-apple-64/1f386.png differ diff --git a/dist/img-apple-64/1f387.png b/dist/img-apple-64/1f387.png new file mode 100644 index 000000000..b6ed8fe25 Binary files /dev/null and b/dist/img-apple-64/1f387.png differ diff --git a/dist/img-apple-64/1f388.png b/dist/img-apple-64/1f388.png new file mode 100644 index 000000000..bebe53602 Binary files /dev/null and b/dist/img-apple-64/1f388.png differ diff --git a/dist/img-apple-64/1f389.png b/dist/img-apple-64/1f389.png new file mode 100644 index 000000000..3f38e8ae1 Binary files /dev/null and b/dist/img-apple-64/1f389.png differ diff --git a/dist/img-apple-64/1f38a.png b/dist/img-apple-64/1f38a.png new file mode 100644 index 000000000..6f16c8c7d Binary files /dev/null and b/dist/img-apple-64/1f38a.png differ diff --git a/dist/img-apple-64/1f38b.png b/dist/img-apple-64/1f38b.png new file mode 100644 index 000000000..2373d3cfa Binary files /dev/null and b/dist/img-apple-64/1f38b.png differ diff --git a/dist/img-apple-64/1f38c.png b/dist/img-apple-64/1f38c.png new file mode 100644 index 000000000..a079b1b17 Binary files /dev/null and b/dist/img-apple-64/1f38c.png differ diff --git a/dist/img-apple-64/1f38d.png b/dist/img-apple-64/1f38d.png new file mode 100644 index 000000000..7060e8cd5 Binary files /dev/null and b/dist/img-apple-64/1f38d.png differ diff --git a/dist/img-apple-64/1f38e.png b/dist/img-apple-64/1f38e.png new file mode 100644 index 000000000..f9664cb56 Binary files /dev/null and b/dist/img-apple-64/1f38e.png differ diff --git a/dist/img-apple-64/1f38f.png b/dist/img-apple-64/1f38f.png new file mode 100644 index 000000000..222d1f40a Binary files /dev/null and b/dist/img-apple-64/1f38f.png differ diff --git a/dist/img-apple-64/1f390.png b/dist/img-apple-64/1f390.png new file mode 100644 index 000000000..c8f73845f Binary files /dev/null and b/dist/img-apple-64/1f390.png differ diff --git a/dist/img-apple-64/1f391.png b/dist/img-apple-64/1f391.png new file mode 100644 index 000000000..53a535966 Binary files /dev/null and b/dist/img-apple-64/1f391.png differ diff --git a/dist/img-apple-64/1f392.png b/dist/img-apple-64/1f392.png new file mode 100644 index 000000000..2fcd4545e Binary files /dev/null and b/dist/img-apple-64/1f392.png differ diff --git a/dist/img-apple-64/1f393.png b/dist/img-apple-64/1f393.png new file mode 100644 index 000000000..c8d31d431 Binary files /dev/null and b/dist/img-apple-64/1f393.png differ diff --git a/dist/img-apple-64/1f396-fe0f.png b/dist/img-apple-64/1f396-fe0f.png new file mode 100644 index 000000000..4cf87f995 Binary files /dev/null and b/dist/img-apple-64/1f396-fe0f.png differ diff --git a/dist/img-apple-64/1f396.png b/dist/img-apple-64/1f396.png new file mode 100644 index 000000000..4cf87f995 Binary files /dev/null and b/dist/img-apple-64/1f396.png differ diff --git a/dist/img-apple-64/1f397-fe0f.png b/dist/img-apple-64/1f397-fe0f.png new file mode 100644 index 000000000..36b02fc0c Binary files /dev/null and b/dist/img-apple-64/1f397-fe0f.png differ diff --git a/dist/img-apple-64/1f397.png b/dist/img-apple-64/1f397.png new file mode 100644 index 000000000..36b02fc0c Binary files /dev/null and b/dist/img-apple-64/1f397.png differ diff --git a/dist/img-apple-64/1f399-fe0f.png b/dist/img-apple-64/1f399-fe0f.png new file mode 100644 index 000000000..b137dc4a3 Binary files /dev/null and b/dist/img-apple-64/1f399-fe0f.png differ diff --git a/dist/img-apple-64/1f399.png b/dist/img-apple-64/1f399.png new file mode 100644 index 000000000..b137dc4a3 Binary files /dev/null and b/dist/img-apple-64/1f399.png differ diff --git a/dist/img-apple-64/1f39a-fe0f.png b/dist/img-apple-64/1f39a-fe0f.png new file mode 100644 index 000000000..2c71b8317 Binary files /dev/null and b/dist/img-apple-64/1f39a-fe0f.png differ diff --git a/dist/img-apple-64/1f39a.png b/dist/img-apple-64/1f39a.png new file mode 100644 index 000000000..2c71b8317 Binary files /dev/null and b/dist/img-apple-64/1f39a.png differ diff --git a/dist/img-apple-64/1f39b-fe0f.png b/dist/img-apple-64/1f39b-fe0f.png new file mode 100644 index 000000000..2e7c5c9c9 Binary files /dev/null and b/dist/img-apple-64/1f39b-fe0f.png differ diff --git a/dist/img-apple-64/1f39b.png b/dist/img-apple-64/1f39b.png new file mode 100644 index 000000000..2e7c5c9c9 Binary files /dev/null and b/dist/img-apple-64/1f39b.png differ diff --git a/dist/img-apple-64/1f39e-fe0f.png b/dist/img-apple-64/1f39e-fe0f.png new file mode 100644 index 000000000..4ff877761 Binary files /dev/null and b/dist/img-apple-64/1f39e-fe0f.png differ diff --git a/dist/img-apple-64/1f39e.png b/dist/img-apple-64/1f39e.png new file mode 100644 index 000000000..4ff877761 Binary files /dev/null and b/dist/img-apple-64/1f39e.png differ diff --git a/dist/img-apple-64/1f39f-fe0f.png b/dist/img-apple-64/1f39f-fe0f.png new file mode 100644 index 000000000..5ab72b153 Binary files /dev/null and b/dist/img-apple-64/1f39f-fe0f.png differ diff --git a/dist/img-apple-64/1f39f.png b/dist/img-apple-64/1f39f.png new file mode 100644 index 000000000..5ab72b153 Binary files /dev/null and b/dist/img-apple-64/1f39f.png differ diff --git a/dist/img-apple-64/1f3a0.png b/dist/img-apple-64/1f3a0.png new file mode 100644 index 000000000..eec22d631 Binary files /dev/null and b/dist/img-apple-64/1f3a0.png differ diff --git a/dist/img-apple-64/1f3a1.png b/dist/img-apple-64/1f3a1.png new file mode 100644 index 000000000..9e36976b1 Binary files /dev/null and b/dist/img-apple-64/1f3a1.png differ diff --git a/dist/img-apple-64/1f3a2.png b/dist/img-apple-64/1f3a2.png new file mode 100644 index 000000000..742cfd146 Binary files /dev/null and b/dist/img-apple-64/1f3a2.png differ diff --git a/dist/img-apple-64/1f3a3.png b/dist/img-apple-64/1f3a3.png new file mode 100644 index 000000000..d7f3d2550 Binary files /dev/null and b/dist/img-apple-64/1f3a3.png differ diff --git a/dist/img-apple-64/1f3a4.png b/dist/img-apple-64/1f3a4.png new file mode 100644 index 000000000..cdd16b8b8 Binary files /dev/null and b/dist/img-apple-64/1f3a4.png differ diff --git a/dist/img-apple-64/1f3a5.png b/dist/img-apple-64/1f3a5.png new file mode 100644 index 000000000..103257eb1 Binary files /dev/null and b/dist/img-apple-64/1f3a5.png differ diff --git a/dist/img-apple-64/1f3a6.png b/dist/img-apple-64/1f3a6.png new file mode 100644 index 000000000..dedafb907 Binary files /dev/null and b/dist/img-apple-64/1f3a6.png differ diff --git a/dist/img-apple-64/1f3a7.png b/dist/img-apple-64/1f3a7.png new file mode 100644 index 000000000..5011f7e2c Binary files /dev/null and b/dist/img-apple-64/1f3a7.png differ diff --git a/dist/img-apple-64/1f3a8.png b/dist/img-apple-64/1f3a8.png new file mode 100644 index 000000000..c4711b0f9 Binary files /dev/null and b/dist/img-apple-64/1f3a8.png differ diff --git a/dist/img-apple-64/1f3a9.png b/dist/img-apple-64/1f3a9.png new file mode 100644 index 000000000..0a3101143 Binary files /dev/null and b/dist/img-apple-64/1f3a9.png differ diff --git a/dist/img-apple-64/1f3aa.png b/dist/img-apple-64/1f3aa.png new file mode 100644 index 000000000..91fce0481 Binary files /dev/null and b/dist/img-apple-64/1f3aa.png differ diff --git a/dist/img-apple-64/1f3ab.png b/dist/img-apple-64/1f3ab.png new file mode 100644 index 000000000..704707031 Binary files /dev/null and b/dist/img-apple-64/1f3ab.png differ diff --git a/dist/img-apple-64/1f3ac.png b/dist/img-apple-64/1f3ac.png new file mode 100644 index 000000000..fce451c27 Binary files /dev/null and b/dist/img-apple-64/1f3ac.png differ diff --git a/dist/img-apple-64/1f3ad.png b/dist/img-apple-64/1f3ad.png new file mode 100644 index 000000000..7ee149c3c Binary files /dev/null and b/dist/img-apple-64/1f3ad.png differ diff --git a/dist/img-apple-64/1f3ae.png b/dist/img-apple-64/1f3ae.png new file mode 100644 index 000000000..d223a25dc Binary files /dev/null and b/dist/img-apple-64/1f3ae.png differ diff --git a/dist/img-apple-64/1f3af.png b/dist/img-apple-64/1f3af.png new file mode 100644 index 000000000..18b5310f0 Binary files /dev/null and b/dist/img-apple-64/1f3af.png differ diff --git a/dist/img-apple-64/1f3b0.png b/dist/img-apple-64/1f3b0.png new file mode 100644 index 000000000..4c6c9804a Binary files /dev/null and b/dist/img-apple-64/1f3b0.png differ diff --git a/dist/img-apple-64/1f3b1.png b/dist/img-apple-64/1f3b1.png new file mode 100644 index 000000000..76340333e Binary files /dev/null and b/dist/img-apple-64/1f3b1.png differ diff --git a/dist/img-apple-64/1f3b2.png b/dist/img-apple-64/1f3b2.png new file mode 100644 index 000000000..1ccd5b279 Binary files /dev/null and b/dist/img-apple-64/1f3b2.png differ diff --git a/dist/img-apple-64/1f3b3.png b/dist/img-apple-64/1f3b3.png new file mode 100644 index 000000000..3fabc8166 Binary files /dev/null and b/dist/img-apple-64/1f3b3.png differ diff --git a/dist/img-apple-64/1f3b4.png b/dist/img-apple-64/1f3b4.png new file mode 100644 index 000000000..b7b3d3777 Binary files /dev/null and b/dist/img-apple-64/1f3b4.png differ diff --git a/dist/img-apple-64/1f3b5.png b/dist/img-apple-64/1f3b5.png new file mode 100644 index 000000000..e90b62da1 Binary files /dev/null and b/dist/img-apple-64/1f3b5.png differ diff --git a/dist/img-apple-64/1f3b6.png b/dist/img-apple-64/1f3b6.png new file mode 100644 index 000000000..3ba282c32 Binary files /dev/null and b/dist/img-apple-64/1f3b6.png differ diff --git a/dist/img-apple-64/1f3b7.png b/dist/img-apple-64/1f3b7.png new file mode 100644 index 000000000..5f7533dce Binary files /dev/null and b/dist/img-apple-64/1f3b7.png differ diff --git a/dist/img-apple-64/1f3b8.png b/dist/img-apple-64/1f3b8.png new file mode 100644 index 000000000..383107b93 Binary files /dev/null and b/dist/img-apple-64/1f3b8.png differ diff --git a/dist/img-apple-64/1f3b9.png b/dist/img-apple-64/1f3b9.png new file mode 100644 index 000000000..2fd292eb3 Binary files /dev/null and b/dist/img-apple-64/1f3b9.png differ diff --git a/dist/img-apple-64/1f3ba.png b/dist/img-apple-64/1f3ba.png new file mode 100644 index 000000000..7c1897a8f Binary files /dev/null and b/dist/img-apple-64/1f3ba.png differ diff --git a/dist/img-apple-64/1f3bb.png b/dist/img-apple-64/1f3bb.png new file mode 100644 index 000000000..726105fa2 Binary files /dev/null and b/dist/img-apple-64/1f3bb.png differ diff --git a/dist/img-apple-64/1f3bc.png b/dist/img-apple-64/1f3bc.png new file mode 100644 index 000000000..45647e064 Binary files /dev/null and b/dist/img-apple-64/1f3bc.png differ diff --git a/dist/img-apple-64/1f3bd.png b/dist/img-apple-64/1f3bd.png new file mode 100644 index 000000000..597106b1f Binary files /dev/null and b/dist/img-apple-64/1f3bd.png differ diff --git a/dist/img-apple-64/1f3be.png b/dist/img-apple-64/1f3be.png new file mode 100644 index 000000000..cc9d378e2 Binary files /dev/null and b/dist/img-apple-64/1f3be.png differ diff --git a/dist/img-apple-64/1f3bf.png b/dist/img-apple-64/1f3bf.png new file mode 100644 index 000000000..1db2e209e Binary files /dev/null and b/dist/img-apple-64/1f3bf.png differ diff --git a/dist/img-apple-64/1f3c0.png b/dist/img-apple-64/1f3c0.png new file mode 100644 index 000000000..945c454f5 Binary files /dev/null and b/dist/img-apple-64/1f3c0.png differ diff --git a/dist/img-apple-64/1f3c1.png b/dist/img-apple-64/1f3c1.png new file mode 100644 index 000000000..26205721e Binary files /dev/null and b/dist/img-apple-64/1f3c1.png differ diff --git a/dist/img-apple-64/1f3c2-1f3fb.png b/dist/img-apple-64/1f3c2-1f3fb.png new file mode 100644 index 000000000..5b8882a7d Binary files /dev/null and b/dist/img-apple-64/1f3c2-1f3fb.png differ diff --git a/dist/img-apple-64/1f3c2-1f3fc.png b/dist/img-apple-64/1f3c2-1f3fc.png new file mode 100644 index 000000000..5b8882a7d Binary files /dev/null and b/dist/img-apple-64/1f3c2-1f3fc.png differ diff --git a/dist/img-apple-64/1f3c2-1f3fd.png b/dist/img-apple-64/1f3c2-1f3fd.png new file mode 100644 index 000000000..5b8882a7d Binary files /dev/null and b/dist/img-apple-64/1f3c2-1f3fd.png differ diff --git a/dist/img-apple-64/1f3c2-1f3fe.png b/dist/img-apple-64/1f3c2-1f3fe.png new file mode 100644 index 000000000..5b8882a7d Binary files /dev/null and b/dist/img-apple-64/1f3c2-1f3fe.png differ diff --git a/dist/img-apple-64/1f3c2-1f3ff.png b/dist/img-apple-64/1f3c2-1f3ff.png new file mode 100644 index 000000000..5b8882a7d Binary files /dev/null and b/dist/img-apple-64/1f3c2-1f3ff.png differ diff --git a/dist/img-apple-64/1f3c2.png b/dist/img-apple-64/1f3c2.png new file mode 100644 index 000000000..5b8882a7d Binary files /dev/null and b/dist/img-apple-64/1f3c2.png differ diff --git a/dist/img-apple-64/1f3c3-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f3c3-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..81fd4a72b Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3c3-1f3fb-200d-2640.png b/dist/img-apple-64/1f3c3-1f3fb-200d-2640.png new file mode 100644 index 000000000..81fd4a72b Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f3c3-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f3c3-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..7fea1a44a Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3c3-1f3fb-200d-2642.png b/dist/img-apple-64/1f3c3-1f3fb-200d-2642.png new file mode 100644 index 000000000..7fea1a44a Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f3c3-1f3fb.png b/dist/img-apple-64/1f3c3-1f3fb.png new file mode 100644 index 000000000..9bb77848c Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3fb.png differ diff --git a/dist/img-apple-64/1f3c3-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f3c3-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..095f30927 Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3c3-1f3fc-200d-2640.png b/dist/img-apple-64/1f3c3-1f3fc-200d-2640.png new file mode 100644 index 000000000..095f30927 Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f3c3-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f3c3-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..0b3550dff Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3c3-1f3fc-200d-2642.png b/dist/img-apple-64/1f3c3-1f3fc-200d-2642.png new file mode 100644 index 000000000..0b3550dff Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f3c3-1f3fc.png b/dist/img-apple-64/1f3c3-1f3fc.png new file mode 100644 index 000000000..5f8cd4fa5 Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3fc.png differ diff --git a/dist/img-apple-64/1f3c3-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f3c3-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..ecba6c667 Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3c3-1f3fd-200d-2640.png b/dist/img-apple-64/1f3c3-1f3fd-200d-2640.png new file mode 100644 index 000000000..ecba6c667 Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f3c3-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f3c3-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..2a0ac6fb2 Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3c3-1f3fd-200d-2642.png b/dist/img-apple-64/1f3c3-1f3fd-200d-2642.png new file mode 100644 index 000000000..2a0ac6fb2 Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f3c3-1f3fd.png b/dist/img-apple-64/1f3c3-1f3fd.png new file mode 100644 index 000000000..bdaaf9830 Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3fd.png differ diff --git a/dist/img-apple-64/1f3c3-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f3c3-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..3a2611a1a Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3c3-1f3fe-200d-2640.png b/dist/img-apple-64/1f3c3-1f3fe-200d-2640.png new file mode 100644 index 000000000..3a2611a1a Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f3c3-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f3c3-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..167987519 Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3c3-1f3fe-200d-2642.png b/dist/img-apple-64/1f3c3-1f3fe-200d-2642.png new file mode 100644 index 000000000..167987519 Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f3c3-1f3fe.png b/dist/img-apple-64/1f3c3-1f3fe.png new file mode 100644 index 000000000..1c23b596c Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3fe.png differ diff --git a/dist/img-apple-64/1f3c3-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f3c3-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..11105c7e5 Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3c3-1f3ff-200d-2640.png b/dist/img-apple-64/1f3c3-1f3ff-200d-2640.png new file mode 100644 index 000000000..11105c7e5 Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f3c3-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f3c3-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..5133d5e86 Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3c3-1f3ff-200d-2642.png b/dist/img-apple-64/1f3c3-1f3ff-200d-2642.png new file mode 100644 index 000000000..5133d5e86 Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f3c3-1f3ff.png b/dist/img-apple-64/1f3c3-1f3ff.png new file mode 100644 index 000000000..b4c5297be Binary files /dev/null and b/dist/img-apple-64/1f3c3-1f3ff.png differ diff --git a/dist/img-apple-64/1f3c3-200d-2640-fe0f.png b/dist/img-apple-64/1f3c3-200d-2640-fe0f.png new file mode 100644 index 000000000..d9413d6a5 Binary files /dev/null and b/dist/img-apple-64/1f3c3-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3c3-200d-2640.png b/dist/img-apple-64/1f3c3-200d-2640.png new file mode 100644 index 000000000..d9413d6a5 Binary files /dev/null and b/dist/img-apple-64/1f3c3-200d-2640.png differ diff --git a/dist/img-apple-64/1f3c3-200d-2642-fe0f.png b/dist/img-apple-64/1f3c3-200d-2642-fe0f.png new file mode 100644 index 000000000..36155bf84 Binary files /dev/null and b/dist/img-apple-64/1f3c3-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3c3-200d-2642.png b/dist/img-apple-64/1f3c3-200d-2642.png new file mode 100644 index 000000000..36155bf84 Binary files /dev/null and b/dist/img-apple-64/1f3c3-200d-2642.png differ diff --git a/dist/img-apple-64/1f3c3.png b/dist/img-apple-64/1f3c3.png new file mode 100644 index 000000000..335c50d73 Binary files /dev/null and b/dist/img-apple-64/1f3c3.png differ diff --git a/dist/img-apple-64/1f3c4-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f3c4-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..b78b77285 Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3c4-1f3fb-200d-2640.png b/dist/img-apple-64/1f3c4-1f3fb-200d-2640.png new file mode 100644 index 000000000..b78b77285 Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f3c4-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f3c4-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..a850be459 Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3c4-1f3fb-200d-2642.png b/dist/img-apple-64/1f3c4-1f3fb-200d-2642.png new file mode 100644 index 000000000..a850be459 Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f3c4-1f3fb.png b/dist/img-apple-64/1f3c4-1f3fb.png new file mode 100644 index 000000000..36a6fdba0 Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3fb.png differ diff --git a/dist/img-apple-64/1f3c4-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f3c4-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..b7ddf3aba Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3c4-1f3fc-200d-2640.png b/dist/img-apple-64/1f3c4-1f3fc-200d-2640.png new file mode 100644 index 000000000..b7ddf3aba Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f3c4-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f3c4-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..4e8715aa1 Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3c4-1f3fc-200d-2642.png b/dist/img-apple-64/1f3c4-1f3fc-200d-2642.png new file mode 100644 index 000000000..4e8715aa1 Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f3c4-1f3fc.png b/dist/img-apple-64/1f3c4-1f3fc.png new file mode 100644 index 000000000..7da02bd61 Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3fc.png differ diff --git a/dist/img-apple-64/1f3c4-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f3c4-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..5817f1edf Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3c4-1f3fd-200d-2640.png b/dist/img-apple-64/1f3c4-1f3fd-200d-2640.png new file mode 100644 index 000000000..5817f1edf Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f3c4-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f3c4-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..a4f47b0e6 Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3c4-1f3fd-200d-2642.png b/dist/img-apple-64/1f3c4-1f3fd-200d-2642.png new file mode 100644 index 000000000..a4f47b0e6 Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f3c4-1f3fd.png b/dist/img-apple-64/1f3c4-1f3fd.png new file mode 100644 index 000000000..6d8df41f9 Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3fd.png differ diff --git a/dist/img-apple-64/1f3c4-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f3c4-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..87030d527 Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3c4-1f3fe-200d-2640.png b/dist/img-apple-64/1f3c4-1f3fe-200d-2640.png new file mode 100644 index 000000000..87030d527 Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f3c4-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f3c4-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..472e1fa6d Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3c4-1f3fe-200d-2642.png b/dist/img-apple-64/1f3c4-1f3fe-200d-2642.png new file mode 100644 index 000000000..472e1fa6d Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f3c4-1f3fe.png b/dist/img-apple-64/1f3c4-1f3fe.png new file mode 100644 index 000000000..d2f7a198f Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3fe.png differ diff --git a/dist/img-apple-64/1f3c4-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f3c4-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..4057c817c Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3c4-1f3ff-200d-2640.png b/dist/img-apple-64/1f3c4-1f3ff-200d-2640.png new file mode 100644 index 000000000..4057c817c Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f3c4-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f3c4-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..68eb11855 Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3c4-1f3ff-200d-2642.png b/dist/img-apple-64/1f3c4-1f3ff-200d-2642.png new file mode 100644 index 000000000..68eb11855 Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f3c4-1f3ff.png b/dist/img-apple-64/1f3c4-1f3ff.png new file mode 100644 index 000000000..972c0414a Binary files /dev/null and b/dist/img-apple-64/1f3c4-1f3ff.png differ diff --git a/dist/img-apple-64/1f3c4-200d-2640-fe0f.png b/dist/img-apple-64/1f3c4-200d-2640-fe0f.png new file mode 100644 index 000000000..eea7d1c39 Binary files /dev/null and b/dist/img-apple-64/1f3c4-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3c4-200d-2640.png b/dist/img-apple-64/1f3c4-200d-2640.png new file mode 100644 index 000000000..eea7d1c39 Binary files /dev/null and b/dist/img-apple-64/1f3c4-200d-2640.png differ diff --git a/dist/img-apple-64/1f3c4-200d-2642-fe0f.png b/dist/img-apple-64/1f3c4-200d-2642-fe0f.png new file mode 100644 index 000000000..406519792 Binary files /dev/null and b/dist/img-apple-64/1f3c4-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3c4-200d-2642.png b/dist/img-apple-64/1f3c4-200d-2642.png new file mode 100644 index 000000000..406519792 Binary files /dev/null and b/dist/img-apple-64/1f3c4-200d-2642.png differ diff --git a/dist/img-apple-64/1f3c4.png b/dist/img-apple-64/1f3c4.png new file mode 100644 index 000000000..8227616bb Binary files /dev/null and b/dist/img-apple-64/1f3c4.png differ diff --git a/dist/img-apple-64/1f3c5.png b/dist/img-apple-64/1f3c5.png new file mode 100644 index 000000000..8b9b24c67 Binary files /dev/null and b/dist/img-apple-64/1f3c5.png differ diff --git a/dist/img-apple-64/1f3c6.png b/dist/img-apple-64/1f3c6.png new file mode 100644 index 000000000..4d3131467 Binary files /dev/null and b/dist/img-apple-64/1f3c6.png differ diff --git a/dist/img-apple-64/1f3c7-1f3fb.png b/dist/img-apple-64/1f3c7-1f3fb.png new file mode 100644 index 000000000..07ffd250e Binary files /dev/null and b/dist/img-apple-64/1f3c7-1f3fb.png differ diff --git a/dist/img-apple-64/1f3c7-1f3fc.png b/dist/img-apple-64/1f3c7-1f3fc.png new file mode 100644 index 000000000..24fe96fc8 Binary files /dev/null and b/dist/img-apple-64/1f3c7-1f3fc.png differ diff --git a/dist/img-apple-64/1f3c7-1f3fd.png b/dist/img-apple-64/1f3c7-1f3fd.png new file mode 100644 index 000000000..cbc735e78 Binary files /dev/null and b/dist/img-apple-64/1f3c7-1f3fd.png differ diff --git a/dist/img-apple-64/1f3c7-1f3fe.png b/dist/img-apple-64/1f3c7-1f3fe.png new file mode 100644 index 000000000..149507783 Binary files /dev/null and b/dist/img-apple-64/1f3c7-1f3fe.png differ diff --git a/dist/img-apple-64/1f3c7-1f3ff.png b/dist/img-apple-64/1f3c7-1f3ff.png new file mode 100644 index 000000000..457a85dbd Binary files /dev/null and b/dist/img-apple-64/1f3c7-1f3ff.png differ diff --git a/dist/img-apple-64/1f3c7.png b/dist/img-apple-64/1f3c7.png new file mode 100644 index 000000000..b552ed462 Binary files /dev/null and b/dist/img-apple-64/1f3c7.png differ diff --git a/dist/img-apple-64/1f3c8.png b/dist/img-apple-64/1f3c8.png new file mode 100644 index 000000000..1864bd2e8 Binary files /dev/null and b/dist/img-apple-64/1f3c8.png differ diff --git a/dist/img-apple-64/1f3c9.png b/dist/img-apple-64/1f3c9.png new file mode 100644 index 000000000..7151416c3 Binary files /dev/null and b/dist/img-apple-64/1f3c9.png differ diff --git a/dist/img-apple-64/1f3ca-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f3ca-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..2238a1b50 Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3ca-1f3fb-200d-2640.png b/dist/img-apple-64/1f3ca-1f3fb-200d-2640.png new file mode 100644 index 000000000..2238a1b50 Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f3ca-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f3ca-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..077f1994a Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3ca-1f3fb-200d-2642.png b/dist/img-apple-64/1f3ca-1f3fb-200d-2642.png new file mode 100644 index 000000000..077f1994a Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f3ca-1f3fb.png b/dist/img-apple-64/1f3ca-1f3fb.png new file mode 100644 index 000000000..49ddae7b8 Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3fb.png differ diff --git a/dist/img-apple-64/1f3ca-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f3ca-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..35d73b76c Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3ca-1f3fc-200d-2640.png b/dist/img-apple-64/1f3ca-1f3fc-200d-2640.png new file mode 100644 index 000000000..35d73b76c Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f3ca-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f3ca-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..60a1d9d38 Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3ca-1f3fc-200d-2642.png b/dist/img-apple-64/1f3ca-1f3fc-200d-2642.png new file mode 100644 index 000000000..60a1d9d38 Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f3ca-1f3fc.png b/dist/img-apple-64/1f3ca-1f3fc.png new file mode 100644 index 000000000..feb2f0af3 Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3fc.png differ diff --git a/dist/img-apple-64/1f3ca-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f3ca-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..6302c85cc Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3ca-1f3fd-200d-2640.png b/dist/img-apple-64/1f3ca-1f3fd-200d-2640.png new file mode 100644 index 000000000..6302c85cc Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f3ca-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f3ca-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..7eaeadb2d Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3ca-1f3fd-200d-2642.png b/dist/img-apple-64/1f3ca-1f3fd-200d-2642.png new file mode 100644 index 000000000..7eaeadb2d Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f3ca-1f3fd.png b/dist/img-apple-64/1f3ca-1f3fd.png new file mode 100644 index 000000000..99a5f0233 Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3fd.png differ diff --git a/dist/img-apple-64/1f3ca-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f3ca-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..dd3b19c95 Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3ca-1f3fe-200d-2640.png b/dist/img-apple-64/1f3ca-1f3fe-200d-2640.png new file mode 100644 index 000000000..dd3b19c95 Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f3ca-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f3ca-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..975fe01a6 Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3ca-1f3fe-200d-2642.png b/dist/img-apple-64/1f3ca-1f3fe-200d-2642.png new file mode 100644 index 000000000..975fe01a6 Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f3ca-1f3fe.png b/dist/img-apple-64/1f3ca-1f3fe.png new file mode 100644 index 000000000..4903e09dc Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3fe.png differ diff --git a/dist/img-apple-64/1f3ca-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f3ca-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..2c2b23578 Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3ca-1f3ff-200d-2640.png b/dist/img-apple-64/1f3ca-1f3ff-200d-2640.png new file mode 100644 index 000000000..2c2b23578 Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f3ca-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f3ca-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..bc413a9f6 Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3ca-1f3ff-200d-2642.png b/dist/img-apple-64/1f3ca-1f3ff-200d-2642.png new file mode 100644 index 000000000..bc413a9f6 Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f3ca-1f3ff.png b/dist/img-apple-64/1f3ca-1f3ff.png new file mode 100644 index 000000000..ab7b09047 Binary files /dev/null and b/dist/img-apple-64/1f3ca-1f3ff.png differ diff --git a/dist/img-apple-64/1f3ca-200d-2640-fe0f.png b/dist/img-apple-64/1f3ca-200d-2640-fe0f.png new file mode 100644 index 000000000..e2061e472 Binary files /dev/null and b/dist/img-apple-64/1f3ca-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3ca-200d-2640.png b/dist/img-apple-64/1f3ca-200d-2640.png new file mode 100644 index 000000000..e2061e472 Binary files /dev/null and b/dist/img-apple-64/1f3ca-200d-2640.png differ diff --git a/dist/img-apple-64/1f3ca-200d-2642-fe0f.png b/dist/img-apple-64/1f3ca-200d-2642-fe0f.png new file mode 100644 index 000000000..04c6d697b Binary files /dev/null and b/dist/img-apple-64/1f3ca-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3ca-200d-2642.png b/dist/img-apple-64/1f3ca-200d-2642.png new file mode 100644 index 000000000..04c6d697b Binary files /dev/null and b/dist/img-apple-64/1f3ca-200d-2642.png differ diff --git a/dist/img-apple-64/1f3ca.png b/dist/img-apple-64/1f3ca.png new file mode 100644 index 000000000..b7bc904ef Binary files /dev/null and b/dist/img-apple-64/1f3ca.png differ diff --git a/dist/img-apple-64/1f3cb-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f3cb-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..2e15f7066 Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3cb-1f3fb-200d-2640.png b/dist/img-apple-64/1f3cb-1f3fb-200d-2640.png new file mode 100644 index 000000000..2e15f7066 Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f3cb-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f3cb-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..a5abed70a Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3cb-1f3fb-200d-2642.png b/dist/img-apple-64/1f3cb-1f3fb-200d-2642.png new file mode 100644 index 000000000..a5abed70a Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f3cb-1f3fb.png b/dist/img-apple-64/1f3cb-1f3fb.png new file mode 100644 index 000000000..a0982695a Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3fb.png differ diff --git a/dist/img-apple-64/1f3cb-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f3cb-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..f5fbebe7b Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3cb-1f3fc-200d-2640.png b/dist/img-apple-64/1f3cb-1f3fc-200d-2640.png new file mode 100644 index 000000000..f5fbebe7b Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f3cb-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f3cb-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..90095635d Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3cb-1f3fc-200d-2642.png b/dist/img-apple-64/1f3cb-1f3fc-200d-2642.png new file mode 100644 index 000000000..90095635d Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f3cb-1f3fc.png b/dist/img-apple-64/1f3cb-1f3fc.png new file mode 100644 index 000000000..0b046e276 Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3fc.png differ diff --git a/dist/img-apple-64/1f3cb-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f3cb-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..8cb8b3f23 Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3cb-1f3fd-200d-2640.png b/dist/img-apple-64/1f3cb-1f3fd-200d-2640.png new file mode 100644 index 000000000..8cb8b3f23 Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f3cb-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f3cb-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..c8e9136d7 Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3cb-1f3fd-200d-2642.png b/dist/img-apple-64/1f3cb-1f3fd-200d-2642.png new file mode 100644 index 000000000..c8e9136d7 Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f3cb-1f3fd.png b/dist/img-apple-64/1f3cb-1f3fd.png new file mode 100644 index 000000000..e1068f078 Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3fd.png differ diff --git a/dist/img-apple-64/1f3cb-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f3cb-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..9a6092d19 Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3cb-1f3fe-200d-2640.png b/dist/img-apple-64/1f3cb-1f3fe-200d-2640.png new file mode 100644 index 000000000..9a6092d19 Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f3cb-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f3cb-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..27029b350 Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3cb-1f3fe-200d-2642.png b/dist/img-apple-64/1f3cb-1f3fe-200d-2642.png new file mode 100644 index 000000000..27029b350 Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f3cb-1f3fe.png b/dist/img-apple-64/1f3cb-1f3fe.png new file mode 100644 index 000000000..1b654abab Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3fe.png differ diff --git a/dist/img-apple-64/1f3cb-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f3cb-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..f1244b379 Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3cb-1f3ff-200d-2640.png b/dist/img-apple-64/1f3cb-1f3ff-200d-2640.png new file mode 100644 index 000000000..f1244b379 Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f3cb-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f3cb-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..8492e9167 Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3cb-1f3ff-200d-2642.png b/dist/img-apple-64/1f3cb-1f3ff-200d-2642.png new file mode 100644 index 000000000..8492e9167 Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f3cb-1f3ff.png b/dist/img-apple-64/1f3cb-1f3ff.png new file mode 100644 index 000000000..aaef964f1 Binary files /dev/null and b/dist/img-apple-64/1f3cb-1f3ff.png differ diff --git a/dist/img-apple-64/1f3cb-200d-2640.png b/dist/img-apple-64/1f3cb-200d-2640.png new file mode 100644 index 000000000..aad7aa297 Binary files /dev/null and b/dist/img-apple-64/1f3cb-200d-2640.png differ diff --git a/dist/img-apple-64/1f3cb-200d-2642.png b/dist/img-apple-64/1f3cb-200d-2642.png new file mode 100644 index 000000000..cb87221d9 Binary files /dev/null and b/dist/img-apple-64/1f3cb-200d-2642.png differ diff --git a/dist/img-apple-64/1f3cb-fe0f-200d-2640-fe0f.png b/dist/img-apple-64/1f3cb-fe0f-200d-2640-fe0f.png new file mode 100644 index 000000000..aad7aa297 Binary files /dev/null and b/dist/img-apple-64/1f3cb-fe0f-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3cb-fe0f-200d-2642-fe0f.png b/dist/img-apple-64/1f3cb-fe0f-200d-2642-fe0f.png new file mode 100644 index 000000000..cb87221d9 Binary files /dev/null and b/dist/img-apple-64/1f3cb-fe0f-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3cb-fe0f.png b/dist/img-apple-64/1f3cb-fe0f.png new file mode 100644 index 000000000..a5c2144c7 Binary files /dev/null and b/dist/img-apple-64/1f3cb-fe0f.png differ diff --git a/dist/img-apple-64/1f3cb.png b/dist/img-apple-64/1f3cb.png new file mode 100644 index 000000000..a5c2144c7 Binary files /dev/null and b/dist/img-apple-64/1f3cb.png differ diff --git a/dist/img-apple-64/1f3cc-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f3cc-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..4fd8fbb82 Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3cc-1f3fb-200d-2640.png b/dist/img-apple-64/1f3cc-1f3fb-200d-2640.png new file mode 100644 index 000000000..4fd8fbb82 Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f3cc-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f3cc-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..8d3173557 Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3cc-1f3fb-200d-2642.png b/dist/img-apple-64/1f3cc-1f3fb-200d-2642.png new file mode 100644 index 000000000..8d3173557 Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f3cc-1f3fb.png b/dist/img-apple-64/1f3cc-1f3fb.png new file mode 100644 index 000000000..eaec4c926 Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3fb.png differ diff --git a/dist/img-apple-64/1f3cc-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f3cc-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..fc10f9cb6 Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3cc-1f3fc-200d-2640.png b/dist/img-apple-64/1f3cc-1f3fc-200d-2640.png new file mode 100644 index 000000000..fc10f9cb6 Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f3cc-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f3cc-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..ca763c99a Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3cc-1f3fc-200d-2642.png b/dist/img-apple-64/1f3cc-1f3fc-200d-2642.png new file mode 100644 index 000000000..ca763c99a Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f3cc-1f3fc.png b/dist/img-apple-64/1f3cc-1f3fc.png new file mode 100644 index 000000000..d9693434f Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3fc.png differ diff --git a/dist/img-apple-64/1f3cc-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f3cc-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..c894b370f Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3cc-1f3fd-200d-2640.png b/dist/img-apple-64/1f3cc-1f3fd-200d-2640.png new file mode 100644 index 000000000..c894b370f Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f3cc-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f3cc-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..1dda16987 Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3cc-1f3fd-200d-2642.png b/dist/img-apple-64/1f3cc-1f3fd-200d-2642.png new file mode 100644 index 000000000..1dda16987 Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f3cc-1f3fd.png b/dist/img-apple-64/1f3cc-1f3fd.png new file mode 100644 index 000000000..07d324a88 Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3fd.png differ diff --git a/dist/img-apple-64/1f3cc-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f3cc-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..a12bb2b13 Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3cc-1f3fe-200d-2640.png b/dist/img-apple-64/1f3cc-1f3fe-200d-2640.png new file mode 100644 index 000000000..a12bb2b13 Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f3cc-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f3cc-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..d5f05da74 Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3cc-1f3fe-200d-2642.png b/dist/img-apple-64/1f3cc-1f3fe-200d-2642.png new file mode 100644 index 000000000..d5f05da74 Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f3cc-1f3fe.png b/dist/img-apple-64/1f3cc-1f3fe.png new file mode 100644 index 000000000..7c912ca4e Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3fe.png differ diff --git a/dist/img-apple-64/1f3cc-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f3cc-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..18fa69fb1 Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3cc-1f3ff-200d-2640.png b/dist/img-apple-64/1f3cc-1f3ff-200d-2640.png new file mode 100644 index 000000000..18fa69fb1 Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f3cc-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f3cc-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..4548e493b Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3cc-1f3ff-200d-2642.png b/dist/img-apple-64/1f3cc-1f3ff-200d-2642.png new file mode 100644 index 000000000..4548e493b Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f3cc-1f3ff.png b/dist/img-apple-64/1f3cc-1f3ff.png new file mode 100644 index 000000000..2a692d3f5 Binary files /dev/null and b/dist/img-apple-64/1f3cc-1f3ff.png differ diff --git a/dist/img-apple-64/1f3cc-200d-2640.png b/dist/img-apple-64/1f3cc-200d-2640.png new file mode 100644 index 000000000..af210c6ae Binary files /dev/null and b/dist/img-apple-64/1f3cc-200d-2640.png differ diff --git a/dist/img-apple-64/1f3cc-200d-2642.png b/dist/img-apple-64/1f3cc-200d-2642.png new file mode 100644 index 000000000..3a5241bed Binary files /dev/null and b/dist/img-apple-64/1f3cc-200d-2642.png differ diff --git a/dist/img-apple-64/1f3cc-fe0f-200d-2640-fe0f.png b/dist/img-apple-64/1f3cc-fe0f-200d-2640-fe0f.png new file mode 100644 index 000000000..af210c6ae Binary files /dev/null and b/dist/img-apple-64/1f3cc-fe0f-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f3cc-fe0f-200d-2642-fe0f.png b/dist/img-apple-64/1f3cc-fe0f-200d-2642-fe0f.png new file mode 100644 index 000000000..3a5241bed Binary files /dev/null and b/dist/img-apple-64/1f3cc-fe0f-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f3cc-fe0f.png b/dist/img-apple-64/1f3cc-fe0f.png new file mode 100644 index 000000000..3d2047979 Binary files /dev/null and b/dist/img-apple-64/1f3cc-fe0f.png differ diff --git a/dist/img-apple-64/1f3cc.png b/dist/img-apple-64/1f3cc.png new file mode 100644 index 000000000..3d2047979 Binary files /dev/null and b/dist/img-apple-64/1f3cc.png differ diff --git a/dist/img-apple-64/1f3cd-fe0f.png b/dist/img-apple-64/1f3cd-fe0f.png new file mode 100644 index 000000000..042d62cd9 Binary files /dev/null and b/dist/img-apple-64/1f3cd-fe0f.png differ diff --git a/dist/img-apple-64/1f3cd.png b/dist/img-apple-64/1f3cd.png new file mode 100644 index 000000000..042d62cd9 Binary files /dev/null and b/dist/img-apple-64/1f3cd.png differ diff --git a/dist/img-apple-64/1f3ce-fe0f.png b/dist/img-apple-64/1f3ce-fe0f.png new file mode 100644 index 000000000..b357255d4 Binary files /dev/null and b/dist/img-apple-64/1f3ce-fe0f.png differ diff --git a/dist/img-apple-64/1f3ce.png b/dist/img-apple-64/1f3ce.png new file mode 100644 index 000000000..b357255d4 Binary files /dev/null and b/dist/img-apple-64/1f3ce.png differ diff --git a/dist/img-apple-64/1f3cf.png b/dist/img-apple-64/1f3cf.png new file mode 100644 index 000000000..49cc0f557 Binary files /dev/null and b/dist/img-apple-64/1f3cf.png differ diff --git a/dist/img-apple-64/1f3d0.png b/dist/img-apple-64/1f3d0.png new file mode 100644 index 000000000..ab6079c23 Binary files /dev/null and b/dist/img-apple-64/1f3d0.png differ diff --git a/dist/img-apple-64/1f3d1.png b/dist/img-apple-64/1f3d1.png new file mode 100644 index 000000000..dd8287a1a Binary files /dev/null and b/dist/img-apple-64/1f3d1.png differ diff --git a/dist/img-apple-64/1f3d2.png b/dist/img-apple-64/1f3d2.png new file mode 100644 index 000000000..cd07682da Binary files /dev/null and b/dist/img-apple-64/1f3d2.png differ diff --git a/dist/img-apple-64/1f3d3.png b/dist/img-apple-64/1f3d3.png new file mode 100644 index 000000000..cc29fea1a Binary files /dev/null and b/dist/img-apple-64/1f3d3.png differ diff --git a/dist/img-apple-64/1f3d4-fe0f.png b/dist/img-apple-64/1f3d4-fe0f.png new file mode 100644 index 000000000..530b93bd0 Binary files /dev/null and b/dist/img-apple-64/1f3d4-fe0f.png differ diff --git a/dist/img-apple-64/1f3d4.png b/dist/img-apple-64/1f3d4.png new file mode 100644 index 000000000..530b93bd0 Binary files /dev/null and b/dist/img-apple-64/1f3d4.png differ diff --git a/dist/img-apple-64/1f3d5-fe0f.png b/dist/img-apple-64/1f3d5-fe0f.png new file mode 100644 index 000000000..59c456c0b Binary files /dev/null and b/dist/img-apple-64/1f3d5-fe0f.png differ diff --git a/dist/img-apple-64/1f3d5.png b/dist/img-apple-64/1f3d5.png new file mode 100644 index 000000000..59c456c0b Binary files /dev/null and b/dist/img-apple-64/1f3d5.png differ diff --git a/dist/img-apple-64/1f3d6-fe0f.png b/dist/img-apple-64/1f3d6-fe0f.png new file mode 100644 index 000000000..ba714c758 Binary files /dev/null and b/dist/img-apple-64/1f3d6-fe0f.png differ diff --git a/dist/img-apple-64/1f3d6.png b/dist/img-apple-64/1f3d6.png new file mode 100644 index 000000000..ba714c758 Binary files /dev/null and b/dist/img-apple-64/1f3d6.png differ diff --git a/dist/img-apple-64/1f3d7-fe0f.png b/dist/img-apple-64/1f3d7-fe0f.png new file mode 100644 index 000000000..c39c449e9 Binary files /dev/null and b/dist/img-apple-64/1f3d7-fe0f.png differ diff --git a/dist/img-apple-64/1f3d7.png b/dist/img-apple-64/1f3d7.png new file mode 100644 index 000000000..c39c449e9 Binary files /dev/null and b/dist/img-apple-64/1f3d7.png differ diff --git a/dist/img-apple-64/1f3d8-fe0f.png b/dist/img-apple-64/1f3d8-fe0f.png new file mode 100644 index 000000000..948195f70 Binary files /dev/null and b/dist/img-apple-64/1f3d8-fe0f.png differ diff --git a/dist/img-apple-64/1f3d8.png b/dist/img-apple-64/1f3d8.png new file mode 100644 index 000000000..948195f70 Binary files /dev/null and b/dist/img-apple-64/1f3d8.png differ diff --git a/dist/img-apple-64/1f3d9-fe0f.png b/dist/img-apple-64/1f3d9-fe0f.png new file mode 100644 index 000000000..74190512e Binary files /dev/null and b/dist/img-apple-64/1f3d9-fe0f.png differ diff --git a/dist/img-apple-64/1f3d9.png b/dist/img-apple-64/1f3d9.png new file mode 100644 index 000000000..74190512e Binary files /dev/null and b/dist/img-apple-64/1f3d9.png differ diff --git a/dist/img-apple-64/1f3da-fe0f.png b/dist/img-apple-64/1f3da-fe0f.png new file mode 100644 index 000000000..f5f05e1a8 Binary files /dev/null and b/dist/img-apple-64/1f3da-fe0f.png differ diff --git a/dist/img-apple-64/1f3da.png b/dist/img-apple-64/1f3da.png new file mode 100644 index 000000000..f5f05e1a8 Binary files /dev/null and b/dist/img-apple-64/1f3da.png differ diff --git a/dist/img-apple-64/1f3db-fe0f.png b/dist/img-apple-64/1f3db-fe0f.png new file mode 100644 index 000000000..2ec1c9955 Binary files /dev/null and b/dist/img-apple-64/1f3db-fe0f.png differ diff --git a/dist/img-apple-64/1f3db.png b/dist/img-apple-64/1f3db.png new file mode 100644 index 000000000..2ec1c9955 Binary files /dev/null and b/dist/img-apple-64/1f3db.png differ diff --git a/dist/img-apple-64/1f3dc-fe0f.png b/dist/img-apple-64/1f3dc-fe0f.png new file mode 100644 index 000000000..8f583e3b7 Binary files /dev/null and b/dist/img-apple-64/1f3dc-fe0f.png differ diff --git a/dist/img-apple-64/1f3dc.png b/dist/img-apple-64/1f3dc.png new file mode 100644 index 000000000..8f583e3b7 Binary files /dev/null and b/dist/img-apple-64/1f3dc.png differ diff --git a/dist/img-apple-64/1f3dd-fe0f.png b/dist/img-apple-64/1f3dd-fe0f.png new file mode 100644 index 000000000..6faa294a5 Binary files /dev/null and b/dist/img-apple-64/1f3dd-fe0f.png differ diff --git a/dist/img-apple-64/1f3dd.png b/dist/img-apple-64/1f3dd.png new file mode 100644 index 000000000..6faa294a5 Binary files /dev/null and b/dist/img-apple-64/1f3dd.png differ diff --git a/dist/img-apple-64/1f3de-fe0f.png b/dist/img-apple-64/1f3de-fe0f.png new file mode 100644 index 000000000..a86a4ddd3 Binary files /dev/null and b/dist/img-apple-64/1f3de-fe0f.png differ diff --git a/dist/img-apple-64/1f3de.png b/dist/img-apple-64/1f3de.png new file mode 100644 index 000000000..a86a4ddd3 Binary files /dev/null and b/dist/img-apple-64/1f3de.png differ diff --git a/dist/img-apple-64/1f3df-fe0f.png b/dist/img-apple-64/1f3df-fe0f.png new file mode 100644 index 000000000..ab92690c2 Binary files /dev/null and b/dist/img-apple-64/1f3df-fe0f.png differ diff --git a/dist/img-apple-64/1f3df.png b/dist/img-apple-64/1f3df.png new file mode 100644 index 000000000..ab92690c2 Binary files /dev/null and b/dist/img-apple-64/1f3df.png differ diff --git a/dist/img-apple-64/1f3e0.png b/dist/img-apple-64/1f3e0.png new file mode 100644 index 000000000..7a1cbdb37 Binary files /dev/null and b/dist/img-apple-64/1f3e0.png differ diff --git a/dist/img-apple-64/1f3e1.png b/dist/img-apple-64/1f3e1.png new file mode 100644 index 000000000..4895090bd Binary files /dev/null and b/dist/img-apple-64/1f3e1.png differ diff --git a/dist/img-apple-64/1f3e2.png b/dist/img-apple-64/1f3e2.png new file mode 100644 index 000000000..031afcd85 Binary files /dev/null and b/dist/img-apple-64/1f3e2.png differ diff --git a/dist/img-apple-64/1f3e3.png b/dist/img-apple-64/1f3e3.png new file mode 100644 index 000000000..d258a5870 Binary files /dev/null and b/dist/img-apple-64/1f3e3.png differ diff --git a/dist/img-apple-64/1f3e4.png b/dist/img-apple-64/1f3e4.png new file mode 100644 index 000000000..f96986d90 Binary files /dev/null and b/dist/img-apple-64/1f3e4.png differ diff --git a/dist/img-apple-64/1f3e5.png b/dist/img-apple-64/1f3e5.png new file mode 100644 index 000000000..9dca7a27a Binary files /dev/null and b/dist/img-apple-64/1f3e5.png differ diff --git a/dist/img-apple-64/1f3e6.png b/dist/img-apple-64/1f3e6.png new file mode 100644 index 000000000..4352dcb74 Binary files /dev/null and b/dist/img-apple-64/1f3e6.png differ diff --git a/dist/img-apple-64/1f3e7.png b/dist/img-apple-64/1f3e7.png new file mode 100644 index 000000000..fbfe7d926 Binary files /dev/null and b/dist/img-apple-64/1f3e7.png differ diff --git a/dist/img-apple-64/1f3e8.png b/dist/img-apple-64/1f3e8.png new file mode 100644 index 000000000..f1b485e30 Binary files /dev/null and b/dist/img-apple-64/1f3e8.png differ diff --git a/dist/img-apple-64/1f3e9.png b/dist/img-apple-64/1f3e9.png new file mode 100644 index 000000000..b6628147f Binary files /dev/null and b/dist/img-apple-64/1f3e9.png differ diff --git a/dist/img-apple-64/1f3ea.png b/dist/img-apple-64/1f3ea.png new file mode 100644 index 000000000..bdace741b Binary files /dev/null and b/dist/img-apple-64/1f3ea.png differ diff --git a/dist/img-apple-64/1f3eb.png b/dist/img-apple-64/1f3eb.png new file mode 100644 index 000000000..d053075f8 Binary files /dev/null and b/dist/img-apple-64/1f3eb.png differ diff --git a/dist/img-apple-64/1f3ec.png b/dist/img-apple-64/1f3ec.png new file mode 100644 index 000000000..18caee26c Binary files /dev/null and b/dist/img-apple-64/1f3ec.png differ diff --git a/dist/img-apple-64/1f3ed.png b/dist/img-apple-64/1f3ed.png new file mode 100644 index 000000000..e4110b6af Binary files /dev/null and b/dist/img-apple-64/1f3ed.png differ diff --git a/dist/img-apple-64/1f3ee.png b/dist/img-apple-64/1f3ee.png new file mode 100644 index 000000000..093263d64 Binary files /dev/null and b/dist/img-apple-64/1f3ee.png differ diff --git a/dist/img-apple-64/1f3ef.png b/dist/img-apple-64/1f3ef.png new file mode 100644 index 000000000..0c53945b5 Binary files /dev/null and b/dist/img-apple-64/1f3ef.png differ diff --git a/dist/img-apple-64/1f3f0.png b/dist/img-apple-64/1f3f0.png new file mode 100644 index 000000000..e15349bbb Binary files /dev/null and b/dist/img-apple-64/1f3f0.png differ diff --git a/dist/img-apple-64/1f3f3-200d-1f308.png b/dist/img-apple-64/1f3f3-200d-1f308.png new file mode 100644 index 000000000..c9d3d2df1 Binary files /dev/null and b/dist/img-apple-64/1f3f3-200d-1f308.png differ diff --git a/dist/img-apple-64/1f3f3-200d-26a7.png b/dist/img-apple-64/1f3f3-200d-26a7.png new file mode 100755 index 000000000..112cd68dc Binary files /dev/null and b/dist/img-apple-64/1f3f3-200d-26a7.png differ diff --git a/dist/img-apple-64/1f3f3-fe0f-200d-1f308.png b/dist/img-apple-64/1f3f3-fe0f-200d-1f308.png new file mode 100644 index 000000000..c9d3d2df1 Binary files /dev/null and b/dist/img-apple-64/1f3f3-fe0f-200d-1f308.png differ diff --git a/dist/img-apple-64/1f3f3-fe0f-200d-26a7-fe0f.png b/dist/img-apple-64/1f3f3-fe0f-200d-26a7-fe0f.png new file mode 100755 index 000000000..112cd68dc Binary files /dev/null and b/dist/img-apple-64/1f3f3-fe0f-200d-26a7-fe0f.png differ diff --git a/dist/img-apple-64/1f3f3-fe0f.png b/dist/img-apple-64/1f3f3-fe0f.png new file mode 100644 index 000000000..05c60bd91 Binary files /dev/null and b/dist/img-apple-64/1f3f3-fe0f.png differ diff --git a/dist/img-apple-64/1f3f3.png b/dist/img-apple-64/1f3f3.png new file mode 100644 index 000000000..05c60bd91 Binary files /dev/null and b/dist/img-apple-64/1f3f3.png differ diff --git a/dist/img-apple-64/1f3f4-200d-2620-fe0f.png b/dist/img-apple-64/1f3f4-200d-2620-fe0f.png new file mode 100644 index 000000000..ebf2eba63 Binary files /dev/null and b/dist/img-apple-64/1f3f4-200d-2620-fe0f.png differ diff --git a/dist/img-apple-64/1f3f4-200d-2620.png b/dist/img-apple-64/1f3f4-200d-2620.png new file mode 100644 index 000000000..ebf2eba63 Binary files /dev/null and b/dist/img-apple-64/1f3f4-200d-2620.png differ diff --git a/dist/img-apple-64/1f3f4-e0067-e0062-e0065-e006e-e0067-e007f.png b/dist/img-apple-64/1f3f4-e0067-e0062-e0065-e006e-e0067-e007f.png new file mode 100644 index 000000000..763648cbb Binary files /dev/null and b/dist/img-apple-64/1f3f4-e0067-e0062-e0065-e006e-e0067-e007f.png differ diff --git a/dist/img-apple-64/1f3f4-e0067-e0062-e0073-e0063-e0074-e007f.png b/dist/img-apple-64/1f3f4-e0067-e0062-e0073-e0063-e0074-e007f.png new file mode 100644 index 000000000..08efe07e1 Binary files /dev/null and b/dist/img-apple-64/1f3f4-e0067-e0062-e0073-e0063-e0074-e007f.png differ diff --git a/dist/img-apple-64/1f3f4-e0067-e0062-e0077-e006c-e0073-e007f.png b/dist/img-apple-64/1f3f4-e0067-e0062-e0077-e006c-e0073-e007f.png new file mode 100644 index 000000000..518df3df7 Binary files /dev/null and b/dist/img-apple-64/1f3f4-e0067-e0062-e0077-e006c-e0073-e007f.png differ diff --git a/dist/img-apple-64/1f3f4.png b/dist/img-apple-64/1f3f4.png new file mode 100644 index 000000000..b14577843 Binary files /dev/null and b/dist/img-apple-64/1f3f4.png differ diff --git a/dist/img-apple-64/1f3f5-fe0f.png b/dist/img-apple-64/1f3f5-fe0f.png new file mode 100644 index 000000000..695597da2 Binary files /dev/null and b/dist/img-apple-64/1f3f5-fe0f.png differ diff --git a/dist/img-apple-64/1f3f5.png b/dist/img-apple-64/1f3f5.png new file mode 100644 index 000000000..695597da2 Binary files /dev/null and b/dist/img-apple-64/1f3f5.png differ diff --git a/dist/img-apple-64/1f3f7-fe0f.png b/dist/img-apple-64/1f3f7-fe0f.png new file mode 100644 index 000000000..600a2e858 Binary files /dev/null and b/dist/img-apple-64/1f3f7-fe0f.png differ diff --git a/dist/img-apple-64/1f3f7.png b/dist/img-apple-64/1f3f7.png new file mode 100644 index 000000000..600a2e858 Binary files /dev/null and b/dist/img-apple-64/1f3f7.png differ diff --git a/dist/img-apple-64/1f3f8.png b/dist/img-apple-64/1f3f8.png new file mode 100644 index 000000000..6f9de6aaf Binary files /dev/null and b/dist/img-apple-64/1f3f8.png differ diff --git a/dist/img-apple-64/1f3f9.png b/dist/img-apple-64/1f3f9.png new file mode 100644 index 000000000..39b4c4075 Binary files /dev/null and b/dist/img-apple-64/1f3f9.png differ diff --git a/dist/img-apple-64/1f3fa.png b/dist/img-apple-64/1f3fa.png new file mode 100644 index 000000000..78f4ffb56 Binary files /dev/null and b/dist/img-apple-64/1f3fa.png differ diff --git a/dist/img-apple-64/1f3fb.png b/dist/img-apple-64/1f3fb.png new file mode 100644 index 000000000..d11c51c88 Binary files /dev/null and b/dist/img-apple-64/1f3fb.png differ diff --git a/dist/img-apple-64/1f3fc.png b/dist/img-apple-64/1f3fc.png new file mode 100644 index 000000000..fcf370f74 Binary files /dev/null and b/dist/img-apple-64/1f3fc.png differ diff --git a/dist/img-apple-64/1f3fd.png b/dist/img-apple-64/1f3fd.png new file mode 100644 index 000000000..45130f1bc Binary files /dev/null and b/dist/img-apple-64/1f3fd.png differ diff --git a/dist/img-apple-64/1f3fe.png b/dist/img-apple-64/1f3fe.png new file mode 100644 index 000000000..2ad241ba7 Binary files /dev/null and b/dist/img-apple-64/1f3fe.png differ diff --git a/dist/img-apple-64/1f3ff.png b/dist/img-apple-64/1f3ff.png new file mode 100644 index 000000000..dd83d4500 Binary files /dev/null and b/dist/img-apple-64/1f3ff.png differ diff --git a/dist/img-apple-64/1f400.png b/dist/img-apple-64/1f400.png new file mode 100644 index 000000000..27d56cced Binary files /dev/null and b/dist/img-apple-64/1f400.png differ diff --git a/dist/img-apple-64/1f401.png b/dist/img-apple-64/1f401.png new file mode 100644 index 000000000..406956b79 Binary files /dev/null and b/dist/img-apple-64/1f401.png differ diff --git a/dist/img-apple-64/1f402.png b/dist/img-apple-64/1f402.png new file mode 100644 index 000000000..d13371bff Binary files /dev/null and b/dist/img-apple-64/1f402.png differ diff --git a/dist/img-apple-64/1f403.png b/dist/img-apple-64/1f403.png new file mode 100644 index 000000000..533dbd6e6 Binary files /dev/null and b/dist/img-apple-64/1f403.png differ diff --git a/dist/img-apple-64/1f404.png b/dist/img-apple-64/1f404.png new file mode 100644 index 000000000..8704becfb Binary files /dev/null and b/dist/img-apple-64/1f404.png differ diff --git a/dist/img-apple-64/1f405.png b/dist/img-apple-64/1f405.png new file mode 100644 index 000000000..5e3d1e5e7 Binary files /dev/null and b/dist/img-apple-64/1f405.png differ diff --git a/dist/img-apple-64/1f406.png b/dist/img-apple-64/1f406.png new file mode 100644 index 000000000..798dd3ed1 Binary files /dev/null and b/dist/img-apple-64/1f406.png differ diff --git a/dist/img-apple-64/1f407.png b/dist/img-apple-64/1f407.png new file mode 100644 index 000000000..f8d1ff739 Binary files /dev/null and b/dist/img-apple-64/1f407.png differ diff --git a/dist/img-apple-64/1f408-200d-2b1b.png b/dist/img-apple-64/1f408-200d-2b1b.png new file mode 100755 index 000000000..62a744d37 Binary files /dev/null and b/dist/img-apple-64/1f408-200d-2b1b.png differ diff --git a/dist/img-apple-64/1f408.png b/dist/img-apple-64/1f408.png new file mode 100644 index 000000000..ebf6813c2 Binary files /dev/null and b/dist/img-apple-64/1f408.png differ diff --git a/dist/img-apple-64/1f409.png b/dist/img-apple-64/1f409.png new file mode 100644 index 000000000..99017b222 Binary files /dev/null and b/dist/img-apple-64/1f409.png differ diff --git a/dist/img-apple-64/1f40a.png b/dist/img-apple-64/1f40a.png new file mode 100644 index 000000000..f4db88222 Binary files /dev/null and b/dist/img-apple-64/1f40a.png differ diff --git a/dist/img-apple-64/1f40b.png b/dist/img-apple-64/1f40b.png new file mode 100644 index 000000000..d95a441a1 Binary files /dev/null and b/dist/img-apple-64/1f40b.png differ diff --git a/dist/img-apple-64/1f40c.png b/dist/img-apple-64/1f40c.png new file mode 100644 index 000000000..8b5c192a2 Binary files /dev/null and b/dist/img-apple-64/1f40c.png differ diff --git a/dist/img-apple-64/1f40d.png b/dist/img-apple-64/1f40d.png new file mode 100644 index 000000000..6a54a61ca Binary files /dev/null and b/dist/img-apple-64/1f40d.png differ diff --git a/dist/img-apple-64/1f40e.png b/dist/img-apple-64/1f40e.png new file mode 100644 index 000000000..39d7912ea Binary files /dev/null and b/dist/img-apple-64/1f40e.png differ diff --git a/dist/img-apple-64/1f40f.png b/dist/img-apple-64/1f40f.png new file mode 100644 index 000000000..9545b4a7c Binary files /dev/null and b/dist/img-apple-64/1f40f.png differ diff --git a/dist/img-apple-64/1f410.png b/dist/img-apple-64/1f410.png new file mode 100644 index 000000000..3940eb0cc Binary files /dev/null and b/dist/img-apple-64/1f410.png differ diff --git a/dist/img-apple-64/1f411.png b/dist/img-apple-64/1f411.png new file mode 100644 index 000000000..14b4277c7 Binary files /dev/null and b/dist/img-apple-64/1f411.png differ diff --git a/dist/img-apple-64/1f412.png b/dist/img-apple-64/1f412.png new file mode 100644 index 000000000..82d2afc2c Binary files /dev/null and b/dist/img-apple-64/1f412.png differ diff --git a/dist/img-apple-64/1f413.png b/dist/img-apple-64/1f413.png new file mode 100644 index 000000000..1e2bd333b Binary files /dev/null and b/dist/img-apple-64/1f413.png differ diff --git a/dist/img-apple-64/1f414.png b/dist/img-apple-64/1f414.png new file mode 100644 index 000000000..2d5c552b1 Binary files /dev/null and b/dist/img-apple-64/1f414.png differ diff --git a/dist/img-apple-64/1f415-200d-1f9ba.png b/dist/img-apple-64/1f415-200d-1f9ba.png new file mode 100644 index 000000000..a87e189ec Binary files /dev/null and b/dist/img-apple-64/1f415-200d-1f9ba.png differ diff --git a/dist/img-apple-64/1f415.png b/dist/img-apple-64/1f415.png new file mode 100644 index 000000000..5ef08d716 Binary files /dev/null and b/dist/img-apple-64/1f415.png differ diff --git a/dist/img-apple-64/1f416.png b/dist/img-apple-64/1f416.png new file mode 100644 index 000000000..bfd33d855 Binary files /dev/null and b/dist/img-apple-64/1f416.png differ diff --git a/dist/img-apple-64/1f417.png b/dist/img-apple-64/1f417.png new file mode 100644 index 000000000..8948f9055 Binary files /dev/null and b/dist/img-apple-64/1f417.png differ diff --git a/dist/img-apple-64/1f418.png b/dist/img-apple-64/1f418.png new file mode 100644 index 000000000..8bd691eff Binary files /dev/null and b/dist/img-apple-64/1f418.png differ diff --git a/dist/img-apple-64/1f419.png b/dist/img-apple-64/1f419.png new file mode 100644 index 000000000..4ae3422a4 Binary files /dev/null and b/dist/img-apple-64/1f419.png differ diff --git a/dist/img-apple-64/1f41a.png b/dist/img-apple-64/1f41a.png new file mode 100644 index 000000000..34adc2d0d Binary files /dev/null and b/dist/img-apple-64/1f41a.png differ diff --git a/dist/img-apple-64/1f41b.png b/dist/img-apple-64/1f41b.png new file mode 100644 index 000000000..425d62c6d Binary files /dev/null and b/dist/img-apple-64/1f41b.png differ diff --git a/dist/img-apple-64/1f41c.png b/dist/img-apple-64/1f41c.png new file mode 100644 index 000000000..764a41323 Binary files /dev/null and b/dist/img-apple-64/1f41c.png differ diff --git a/dist/img-apple-64/1f41d.png b/dist/img-apple-64/1f41d.png new file mode 100644 index 000000000..42accd5dd Binary files /dev/null and b/dist/img-apple-64/1f41d.png differ diff --git a/dist/img-apple-64/1f41e.png b/dist/img-apple-64/1f41e.png new file mode 100644 index 000000000..4a4734dc5 Binary files /dev/null and b/dist/img-apple-64/1f41e.png differ diff --git a/dist/img-apple-64/1f41f.png b/dist/img-apple-64/1f41f.png new file mode 100644 index 000000000..e2728e0e1 Binary files /dev/null and b/dist/img-apple-64/1f41f.png differ diff --git a/dist/img-apple-64/1f420.png b/dist/img-apple-64/1f420.png new file mode 100644 index 000000000..f4fbd3995 Binary files /dev/null and b/dist/img-apple-64/1f420.png differ diff --git a/dist/img-apple-64/1f421.png b/dist/img-apple-64/1f421.png new file mode 100644 index 000000000..e42ce2db5 Binary files /dev/null and b/dist/img-apple-64/1f421.png differ diff --git a/dist/img-apple-64/1f422.png b/dist/img-apple-64/1f422.png new file mode 100644 index 000000000..f4086d864 Binary files /dev/null and b/dist/img-apple-64/1f422.png differ diff --git a/dist/img-apple-64/1f423.png b/dist/img-apple-64/1f423.png new file mode 100644 index 000000000..ab8fbf8e6 Binary files /dev/null and b/dist/img-apple-64/1f423.png differ diff --git a/dist/img-apple-64/1f424.png b/dist/img-apple-64/1f424.png new file mode 100644 index 000000000..94736f04a Binary files /dev/null and b/dist/img-apple-64/1f424.png differ diff --git a/dist/img-apple-64/1f425.png b/dist/img-apple-64/1f425.png new file mode 100644 index 000000000..6d76d0ba3 Binary files /dev/null and b/dist/img-apple-64/1f425.png differ diff --git a/dist/img-apple-64/1f426.png b/dist/img-apple-64/1f426.png new file mode 100644 index 000000000..41178f6c9 Binary files /dev/null and b/dist/img-apple-64/1f426.png differ diff --git a/dist/img-apple-64/1f427.png b/dist/img-apple-64/1f427.png new file mode 100644 index 000000000..96e73cea3 Binary files /dev/null and b/dist/img-apple-64/1f427.png differ diff --git a/dist/img-apple-64/1f428.png b/dist/img-apple-64/1f428.png new file mode 100644 index 000000000..ecda01a31 Binary files /dev/null and b/dist/img-apple-64/1f428.png differ diff --git a/dist/img-apple-64/1f429.png b/dist/img-apple-64/1f429.png new file mode 100644 index 000000000..f299aa57f Binary files /dev/null and b/dist/img-apple-64/1f429.png differ diff --git a/dist/img-apple-64/1f42a.png b/dist/img-apple-64/1f42a.png new file mode 100644 index 000000000..98a94e041 Binary files /dev/null and b/dist/img-apple-64/1f42a.png differ diff --git a/dist/img-apple-64/1f42b.png b/dist/img-apple-64/1f42b.png new file mode 100644 index 000000000..b5d68e216 Binary files /dev/null and b/dist/img-apple-64/1f42b.png differ diff --git a/dist/img-apple-64/1f42c.png b/dist/img-apple-64/1f42c.png new file mode 100644 index 000000000..ba7f299e1 Binary files /dev/null and b/dist/img-apple-64/1f42c.png differ diff --git a/dist/img-apple-64/1f42d.png b/dist/img-apple-64/1f42d.png new file mode 100644 index 000000000..0226292b8 Binary files /dev/null and b/dist/img-apple-64/1f42d.png differ diff --git a/dist/img-apple-64/1f42e.png b/dist/img-apple-64/1f42e.png new file mode 100644 index 000000000..541aca376 Binary files /dev/null and b/dist/img-apple-64/1f42e.png differ diff --git a/dist/img-apple-64/1f42f.png b/dist/img-apple-64/1f42f.png new file mode 100644 index 000000000..12178a8b8 Binary files /dev/null and b/dist/img-apple-64/1f42f.png differ diff --git a/dist/img-apple-64/1f430.png b/dist/img-apple-64/1f430.png new file mode 100644 index 000000000..5ae28a539 Binary files /dev/null and b/dist/img-apple-64/1f430.png differ diff --git a/dist/img-apple-64/1f431.png b/dist/img-apple-64/1f431.png new file mode 100644 index 000000000..85adc046e Binary files /dev/null and b/dist/img-apple-64/1f431.png differ diff --git a/dist/img-apple-64/1f432.png b/dist/img-apple-64/1f432.png new file mode 100644 index 000000000..d6bb3f4e3 Binary files /dev/null and b/dist/img-apple-64/1f432.png differ diff --git a/dist/img-apple-64/1f433.png b/dist/img-apple-64/1f433.png new file mode 100644 index 000000000..ef7e0c0ec Binary files /dev/null and b/dist/img-apple-64/1f433.png differ diff --git a/dist/img-apple-64/1f434.png b/dist/img-apple-64/1f434.png new file mode 100644 index 000000000..d24f989f4 Binary files /dev/null and b/dist/img-apple-64/1f434.png differ diff --git a/dist/img-apple-64/1f435.png b/dist/img-apple-64/1f435.png new file mode 100644 index 000000000..840980871 Binary files /dev/null and b/dist/img-apple-64/1f435.png differ diff --git a/dist/img-apple-64/1f436.png b/dist/img-apple-64/1f436.png new file mode 100644 index 000000000..18dd57a57 Binary files /dev/null and b/dist/img-apple-64/1f436.png differ diff --git a/dist/img-apple-64/1f437.png b/dist/img-apple-64/1f437.png new file mode 100644 index 000000000..822d6594a Binary files /dev/null and b/dist/img-apple-64/1f437.png differ diff --git a/dist/img-apple-64/1f438.png b/dist/img-apple-64/1f438.png new file mode 100644 index 000000000..90782acd1 Binary files /dev/null and b/dist/img-apple-64/1f438.png differ diff --git a/dist/img-apple-64/1f439.png b/dist/img-apple-64/1f439.png new file mode 100644 index 000000000..60d8c82cc Binary files /dev/null and b/dist/img-apple-64/1f439.png differ diff --git a/dist/img-apple-64/1f43a.png b/dist/img-apple-64/1f43a.png new file mode 100644 index 000000000..456c9fa33 Binary files /dev/null and b/dist/img-apple-64/1f43a.png differ diff --git a/dist/img-apple-64/1f43b-200d-2744-fe0f.png b/dist/img-apple-64/1f43b-200d-2744-fe0f.png new file mode 100755 index 000000000..09c049dfd Binary files /dev/null and b/dist/img-apple-64/1f43b-200d-2744-fe0f.png differ diff --git a/dist/img-apple-64/1f43b-200d-2744.png b/dist/img-apple-64/1f43b-200d-2744.png new file mode 100755 index 000000000..09c049dfd Binary files /dev/null and b/dist/img-apple-64/1f43b-200d-2744.png differ diff --git a/dist/img-apple-64/1f43b.png b/dist/img-apple-64/1f43b.png new file mode 100644 index 000000000..d2256d916 Binary files /dev/null and b/dist/img-apple-64/1f43b.png differ diff --git a/dist/img-apple-64/1f43c.png b/dist/img-apple-64/1f43c.png new file mode 100644 index 000000000..1bcb24f9d Binary files /dev/null and b/dist/img-apple-64/1f43c.png differ diff --git a/dist/img-apple-64/1f43d.png b/dist/img-apple-64/1f43d.png new file mode 100644 index 000000000..6d2e74a17 Binary files /dev/null and b/dist/img-apple-64/1f43d.png differ diff --git a/dist/img-apple-64/1f43e.png b/dist/img-apple-64/1f43e.png new file mode 100644 index 000000000..12725476a Binary files /dev/null and b/dist/img-apple-64/1f43e.png differ diff --git a/dist/img-apple-64/1f43f-fe0f.png b/dist/img-apple-64/1f43f-fe0f.png new file mode 100644 index 000000000..ea6285ea0 Binary files /dev/null and b/dist/img-apple-64/1f43f-fe0f.png differ diff --git a/dist/img-apple-64/1f43f.png b/dist/img-apple-64/1f43f.png new file mode 100644 index 000000000..ea6285ea0 Binary files /dev/null and b/dist/img-apple-64/1f43f.png differ diff --git a/dist/img-apple-64/1f440.png b/dist/img-apple-64/1f440.png new file mode 100644 index 000000000..7eb8336ba Binary files /dev/null and b/dist/img-apple-64/1f440.png differ diff --git a/dist/img-apple-64/1f441-200d-1f5e8.png b/dist/img-apple-64/1f441-200d-1f5e8.png new file mode 100644 index 000000000..eb69815e4 Binary files /dev/null and b/dist/img-apple-64/1f441-200d-1f5e8.png differ diff --git a/dist/img-apple-64/1f441-fe0f-200d-1f5e8-fe0f.png b/dist/img-apple-64/1f441-fe0f-200d-1f5e8-fe0f.png new file mode 100644 index 000000000..eb69815e4 Binary files /dev/null and b/dist/img-apple-64/1f441-fe0f-200d-1f5e8-fe0f.png differ diff --git a/dist/img-apple-64/1f441-fe0f.png b/dist/img-apple-64/1f441-fe0f.png new file mode 100644 index 000000000..2d6de8a11 Binary files /dev/null and b/dist/img-apple-64/1f441-fe0f.png differ diff --git a/dist/img-apple-64/1f441.png b/dist/img-apple-64/1f441.png new file mode 100644 index 000000000..2d6de8a11 Binary files /dev/null and b/dist/img-apple-64/1f441.png differ diff --git a/dist/img-apple-64/1f442-1f3fb.png b/dist/img-apple-64/1f442-1f3fb.png new file mode 100644 index 000000000..c1fdc72dc Binary files /dev/null and b/dist/img-apple-64/1f442-1f3fb.png differ diff --git a/dist/img-apple-64/1f442-1f3fc.png b/dist/img-apple-64/1f442-1f3fc.png new file mode 100644 index 000000000..caacbdb99 Binary files /dev/null and b/dist/img-apple-64/1f442-1f3fc.png differ diff --git a/dist/img-apple-64/1f442-1f3fd.png b/dist/img-apple-64/1f442-1f3fd.png new file mode 100644 index 000000000..3b3e69122 Binary files /dev/null and b/dist/img-apple-64/1f442-1f3fd.png differ diff --git a/dist/img-apple-64/1f442-1f3fe.png b/dist/img-apple-64/1f442-1f3fe.png new file mode 100644 index 000000000..01ac7e364 Binary files /dev/null and b/dist/img-apple-64/1f442-1f3fe.png differ diff --git a/dist/img-apple-64/1f442-1f3ff.png b/dist/img-apple-64/1f442-1f3ff.png new file mode 100644 index 000000000..1ee922ba1 Binary files /dev/null and b/dist/img-apple-64/1f442-1f3ff.png differ diff --git a/dist/img-apple-64/1f442.png b/dist/img-apple-64/1f442.png new file mode 100644 index 000000000..a72088cbf Binary files /dev/null and b/dist/img-apple-64/1f442.png differ diff --git a/dist/img-apple-64/1f443-1f3fb.png b/dist/img-apple-64/1f443-1f3fb.png new file mode 100644 index 000000000..e080f616a Binary files /dev/null and b/dist/img-apple-64/1f443-1f3fb.png differ diff --git a/dist/img-apple-64/1f443-1f3fc.png b/dist/img-apple-64/1f443-1f3fc.png new file mode 100644 index 000000000..b1673c134 Binary files /dev/null and b/dist/img-apple-64/1f443-1f3fc.png differ diff --git a/dist/img-apple-64/1f443-1f3fd.png b/dist/img-apple-64/1f443-1f3fd.png new file mode 100644 index 000000000..df3a08908 Binary files /dev/null and b/dist/img-apple-64/1f443-1f3fd.png differ diff --git a/dist/img-apple-64/1f443-1f3fe.png b/dist/img-apple-64/1f443-1f3fe.png new file mode 100644 index 000000000..3e329aaef Binary files /dev/null and b/dist/img-apple-64/1f443-1f3fe.png differ diff --git a/dist/img-apple-64/1f443-1f3ff.png b/dist/img-apple-64/1f443-1f3ff.png new file mode 100644 index 000000000..d76efea1e Binary files /dev/null and b/dist/img-apple-64/1f443-1f3ff.png differ diff --git a/dist/img-apple-64/1f443.png b/dist/img-apple-64/1f443.png new file mode 100644 index 000000000..459a94741 Binary files /dev/null and b/dist/img-apple-64/1f443.png differ diff --git a/dist/img-apple-64/1f444.png b/dist/img-apple-64/1f444.png new file mode 100644 index 000000000..c876a566e Binary files /dev/null and b/dist/img-apple-64/1f444.png differ diff --git a/dist/img-apple-64/1f445.png b/dist/img-apple-64/1f445.png new file mode 100644 index 000000000..940abeefe Binary files /dev/null and b/dist/img-apple-64/1f445.png differ diff --git a/dist/img-apple-64/1f446-1f3fb.png b/dist/img-apple-64/1f446-1f3fb.png new file mode 100644 index 000000000..61b10460c Binary files /dev/null and b/dist/img-apple-64/1f446-1f3fb.png differ diff --git a/dist/img-apple-64/1f446-1f3fc.png b/dist/img-apple-64/1f446-1f3fc.png new file mode 100644 index 000000000..7cc3014ad Binary files /dev/null and b/dist/img-apple-64/1f446-1f3fc.png differ diff --git a/dist/img-apple-64/1f446-1f3fd.png b/dist/img-apple-64/1f446-1f3fd.png new file mode 100644 index 000000000..aee5e0d34 Binary files /dev/null and b/dist/img-apple-64/1f446-1f3fd.png differ diff --git a/dist/img-apple-64/1f446-1f3fe.png b/dist/img-apple-64/1f446-1f3fe.png new file mode 100644 index 000000000..40135bc06 Binary files /dev/null and b/dist/img-apple-64/1f446-1f3fe.png differ diff --git a/dist/img-apple-64/1f446-1f3ff.png b/dist/img-apple-64/1f446-1f3ff.png new file mode 100644 index 000000000..e28ba2c58 Binary files /dev/null and b/dist/img-apple-64/1f446-1f3ff.png differ diff --git a/dist/img-apple-64/1f446.png b/dist/img-apple-64/1f446.png new file mode 100644 index 000000000..6b4a32d68 Binary files /dev/null and b/dist/img-apple-64/1f446.png differ diff --git a/dist/img-apple-64/1f447-1f3fb.png b/dist/img-apple-64/1f447-1f3fb.png new file mode 100644 index 000000000..a810acbab Binary files /dev/null and b/dist/img-apple-64/1f447-1f3fb.png differ diff --git a/dist/img-apple-64/1f447-1f3fc.png b/dist/img-apple-64/1f447-1f3fc.png new file mode 100644 index 000000000..07490d4df Binary files /dev/null and b/dist/img-apple-64/1f447-1f3fc.png differ diff --git a/dist/img-apple-64/1f447-1f3fd.png b/dist/img-apple-64/1f447-1f3fd.png new file mode 100644 index 000000000..50b33e2b6 Binary files /dev/null and b/dist/img-apple-64/1f447-1f3fd.png differ diff --git a/dist/img-apple-64/1f447-1f3fe.png b/dist/img-apple-64/1f447-1f3fe.png new file mode 100644 index 000000000..a4bcec29c Binary files /dev/null and b/dist/img-apple-64/1f447-1f3fe.png differ diff --git a/dist/img-apple-64/1f447-1f3ff.png b/dist/img-apple-64/1f447-1f3ff.png new file mode 100644 index 000000000..49657e5db Binary files /dev/null and b/dist/img-apple-64/1f447-1f3ff.png differ diff --git a/dist/img-apple-64/1f447.png b/dist/img-apple-64/1f447.png new file mode 100644 index 000000000..40e3c42d6 Binary files /dev/null and b/dist/img-apple-64/1f447.png differ diff --git a/dist/img-apple-64/1f448-1f3fb.png b/dist/img-apple-64/1f448-1f3fb.png new file mode 100644 index 000000000..fa81631da Binary files /dev/null and b/dist/img-apple-64/1f448-1f3fb.png differ diff --git a/dist/img-apple-64/1f448-1f3fc.png b/dist/img-apple-64/1f448-1f3fc.png new file mode 100644 index 000000000..430e63b55 Binary files /dev/null and b/dist/img-apple-64/1f448-1f3fc.png differ diff --git a/dist/img-apple-64/1f448-1f3fd.png b/dist/img-apple-64/1f448-1f3fd.png new file mode 100644 index 000000000..6a98168ab Binary files /dev/null and b/dist/img-apple-64/1f448-1f3fd.png differ diff --git a/dist/img-apple-64/1f448-1f3fe.png b/dist/img-apple-64/1f448-1f3fe.png new file mode 100644 index 000000000..a3d99ac99 Binary files /dev/null and b/dist/img-apple-64/1f448-1f3fe.png differ diff --git a/dist/img-apple-64/1f448-1f3ff.png b/dist/img-apple-64/1f448-1f3ff.png new file mode 100644 index 000000000..a2704a1d5 Binary files /dev/null and b/dist/img-apple-64/1f448-1f3ff.png differ diff --git a/dist/img-apple-64/1f448.png b/dist/img-apple-64/1f448.png new file mode 100644 index 000000000..eb5b01ae7 Binary files /dev/null and b/dist/img-apple-64/1f448.png differ diff --git a/dist/img-apple-64/1f449-1f3fb.png b/dist/img-apple-64/1f449-1f3fb.png new file mode 100644 index 000000000..16969cb49 Binary files /dev/null and b/dist/img-apple-64/1f449-1f3fb.png differ diff --git a/dist/img-apple-64/1f449-1f3fc.png b/dist/img-apple-64/1f449-1f3fc.png new file mode 100644 index 000000000..f9342c93f Binary files /dev/null and b/dist/img-apple-64/1f449-1f3fc.png differ diff --git a/dist/img-apple-64/1f449-1f3fd.png b/dist/img-apple-64/1f449-1f3fd.png new file mode 100644 index 000000000..ea2efb7e4 Binary files /dev/null and b/dist/img-apple-64/1f449-1f3fd.png differ diff --git a/dist/img-apple-64/1f449-1f3fe.png b/dist/img-apple-64/1f449-1f3fe.png new file mode 100644 index 000000000..b00bfe973 Binary files /dev/null and b/dist/img-apple-64/1f449-1f3fe.png differ diff --git a/dist/img-apple-64/1f449-1f3ff.png b/dist/img-apple-64/1f449-1f3ff.png new file mode 100644 index 000000000..c2d3ff801 Binary files /dev/null and b/dist/img-apple-64/1f449-1f3ff.png differ diff --git a/dist/img-apple-64/1f449.png b/dist/img-apple-64/1f449.png new file mode 100644 index 000000000..ddd4a4d3f Binary files /dev/null and b/dist/img-apple-64/1f449.png differ diff --git a/dist/img-apple-64/1f44a-1f3fb.png b/dist/img-apple-64/1f44a-1f3fb.png new file mode 100644 index 000000000..ed66c244a Binary files /dev/null and b/dist/img-apple-64/1f44a-1f3fb.png differ diff --git a/dist/img-apple-64/1f44a-1f3fc.png b/dist/img-apple-64/1f44a-1f3fc.png new file mode 100644 index 000000000..9db5b41cd Binary files /dev/null and b/dist/img-apple-64/1f44a-1f3fc.png differ diff --git a/dist/img-apple-64/1f44a-1f3fd.png b/dist/img-apple-64/1f44a-1f3fd.png new file mode 100644 index 000000000..965fe4865 Binary files /dev/null and b/dist/img-apple-64/1f44a-1f3fd.png differ diff --git a/dist/img-apple-64/1f44a-1f3fe.png b/dist/img-apple-64/1f44a-1f3fe.png new file mode 100644 index 000000000..ddc3b5efb Binary files /dev/null and b/dist/img-apple-64/1f44a-1f3fe.png differ diff --git a/dist/img-apple-64/1f44a-1f3ff.png b/dist/img-apple-64/1f44a-1f3ff.png new file mode 100644 index 000000000..f8910aa60 Binary files /dev/null and b/dist/img-apple-64/1f44a-1f3ff.png differ diff --git a/dist/img-apple-64/1f44a.png b/dist/img-apple-64/1f44a.png new file mode 100644 index 000000000..3aa80a492 Binary files /dev/null and b/dist/img-apple-64/1f44a.png differ diff --git a/dist/img-apple-64/1f44b-1f3fb.png b/dist/img-apple-64/1f44b-1f3fb.png new file mode 100644 index 000000000..7a05020fb Binary files /dev/null and b/dist/img-apple-64/1f44b-1f3fb.png differ diff --git a/dist/img-apple-64/1f44b-1f3fc.png b/dist/img-apple-64/1f44b-1f3fc.png new file mode 100644 index 000000000..c2700eb76 Binary files /dev/null and b/dist/img-apple-64/1f44b-1f3fc.png differ diff --git a/dist/img-apple-64/1f44b-1f3fd.png b/dist/img-apple-64/1f44b-1f3fd.png new file mode 100644 index 000000000..4a0e27c10 Binary files /dev/null and b/dist/img-apple-64/1f44b-1f3fd.png differ diff --git a/dist/img-apple-64/1f44b-1f3fe.png b/dist/img-apple-64/1f44b-1f3fe.png new file mode 100644 index 000000000..1148318bb Binary files /dev/null and b/dist/img-apple-64/1f44b-1f3fe.png differ diff --git a/dist/img-apple-64/1f44b-1f3ff.png b/dist/img-apple-64/1f44b-1f3ff.png new file mode 100644 index 000000000..5406f56e3 Binary files /dev/null and b/dist/img-apple-64/1f44b-1f3ff.png differ diff --git a/dist/img-apple-64/1f44b.png b/dist/img-apple-64/1f44b.png new file mode 100644 index 000000000..b076bd2fc Binary files /dev/null and b/dist/img-apple-64/1f44b.png differ diff --git a/dist/img-apple-64/1f44c-1f3fb.png b/dist/img-apple-64/1f44c-1f3fb.png new file mode 100644 index 000000000..cb5218d2c Binary files /dev/null and b/dist/img-apple-64/1f44c-1f3fb.png differ diff --git a/dist/img-apple-64/1f44c-1f3fc.png b/dist/img-apple-64/1f44c-1f3fc.png new file mode 100644 index 000000000..e9def2299 Binary files /dev/null and b/dist/img-apple-64/1f44c-1f3fc.png differ diff --git a/dist/img-apple-64/1f44c-1f3fd.png b/dist/img-apple-64/1f44c-1f3fd.png new file mode 100644 index 000000000..06d9d555e Binary files /dev/null and b/dist/img-apple-64/1f44c-1f3fd.png differ diff --git a/dist/img-apple-64/1f44c-1f3fe.png b/dist/img-apple-64/1f44c-1f3fe.png new file mode 100644 index 000000000..7f8884e1e Binary files /dev/null and b/dist/img-apple-64/1f44c-1f3fe.png differ diff --git a/dist/img-apple-64/1f44c-1f3ff.png b/dist/img-apple-64/1f44c-1f3ff.png new file mode 100644 index 000000000..6aa299eeb Binary files /dev/null and b/dist/img-apple-64/1f44c-1f3ff.png differ diff --git a/dist/img-apple-64/1f44c.png b/dist/img-apple-64/1f44c.png new file mode 100644 index 000000000..47f78f867 Binary files /dev/null and b/dist/img-apple-64/1f44c.png differ diff --git a/dist/img-apple-64/1f44d-1f3fb.png b/dist/img-apple-64/1f44d-1f3fb.png new file mode 100644 index 000000000..c5e27068f Binary files /dev/null and b/dist/img-apple-64/1f44d-1f3fb.png differ diff --git a/dist/img-apple-64/1f44d-1f3fc.png b/dist/img-apple-64/1f44d-1f3fc.png new file mode 100644 index 000000000..7d79726eb Binary files /dev/null and b/dist/img-apple-64/1f44d-1f3fc.png differ diff --git a/dist/img-apple-64/1f44d-1f3fd.png b/dist/img-apple-64/1f44d-1f3fd.png new file mode 100644 index 000000000..f331e2578 Binary files /dev/null and b/dist/img-apple-64/1f44d-1f3fd.png differ diff --git a/dist/img-apple-64/1f44d-1f3fe.png b/dist/img-apple-64/1f44d-1f3fe.png new file mode 100644 index 000000000..272345ca5 Binary files /dev/null and b/dist/img-apple-64/1f44d-1f3fe.png differ diff --git a/dist/img-apple-64/1f44d-1f3ff.png b/dist/img-apple-64/1f44d-1f3ff.png new file mode 100644 index 000000000..07fcf11c6 Binary files /dev/null and b/dist/img-apple-64/1f44d-1f3ff.png differ diff --git a/dist/img-apple-64/1f44d.png b/dist/img-apple-64/1f44d.png new file mode 100644 index 000000000..51809775e Binary files /dev/null and b/dist/img-apple-64/1f44d.png differ diff --git a/dist/img-apple-64/1f44e-1f3fb.png b/dist/img-apple-64/1f44e-1f3fb.png new file mode 100644 index 000000000..a2e67ef0a Binary files /dev/null and b/dist/img-apple-64/1f44e-1f3fb.png differ diff --git a/dist/img-apple-64/1f44e-1f3fc.png b/dist/img-apple-64/1f44e-1f3fc.png new file mode 100644 index 000000000..05aa53368 Binary files /dev/null and b/dist/img-apple-64/1f44e-1f3fc.png differ diff --git a/dist/img-apple-64/1f44e-1f3fd.png b/dist/img-apple-64/1f44e-1f3fd.png new file mode 100644 index 000000000..44cb65da3 Binary files /dev/null and b/dist/img-apple-64/1f44e-1f3fd.png differ diff --git a/dist/img-apple-64/1f44e-1f3fe.png b/dist/img-apple-64/1f44e-1f3fe.png new file mode 100644 index 000000000..15957c737 Binary files /dev/null and b/dist/img-apple-64/1f44e-1f3fe.png differ diff --git a/dist/img-apple-64/1f44e-1f3ff.png b/dist/img-apple-64/1f44e-1f3ff.png new file mode 100644 index 000000000..dbb9ca9e2 Binary files /dev/null and b/dist/img-apple-64/1f44e-1f3ff.png differ diff --git a/dist/img-apple-64/1f44e.png b/dist/img-apple-64/1f44e.png new file mode 100644 index 000000000..1458190fb Binary files /dev/null and b/dist/img-apple-64/1f44e.png differ diff --git a/dist/img-apple-64/1f44f-1f3fb.png b/dist/img-apple-64/1f44f-1f3fb.png new file mode 100644 index 000000000..3c48fd75a Binary files /dev/null and b/dist/img-apple-64/1f44f-1f3fb.png differ diff --git a/dist/img-apple-64/1f44f-1f3fc.png b/dist/img-apple-64/1f44f-1f3fc.png new file mode 100644 index 000000000..9516383a7 Binary files /dev/null and b/dist/img-apple-64/1f44f-1f3fc.png differ diff --git a/dist/img-apple-64/1f44f-1f3fd.png b/dist/img-apple-64/1f44f-1f3fd.png new file mode 100644 index 000000000..2065a6126 Binary files /dev/null and b/dist/img-apple-64/1f44f-1f3fd.png differ diff --git a/dist/img-apple-64/1f44f-1f3fe.png b/dist/img-apple-64/1f44f-1f3fe.png new file mode 100644 index 000000000..3e044d1ee Binary files /dev/null and b/dist/img-apple-64/1f44f-1f3fe.png differ diff --git a/dist/img-apple-64/1f44f-1f3ff.png b/dist/img-apple-64/1f44f-1f3ff.png new file mode 100644 index 000000000..3217778bf Binary files /dev/null and b/dist/img-apple-64/1f44f-1f3ff.png differ diff --git a/dist/img-apple-64/1f44f.png b/dist/img-apple-64/1f44f.png new file mode 100644 index 000000000..1f996c8c0 Binary files /dev/null and b/dist/img-apple-64/1f44f.png differ diff --git a/dist/img-apple-64/1f450-1f3fb.png b/dist/img-apple-64/1f450-1f3fb.png new file mode 100644 index 000000000..ae9c1f21b Binary files /dev/null and b/dist/img-apple-64/1f450-1f3fb.png differ diff --git a/dist/img-apple-64/1f450-1f3fc.png b/dist/img-apple-64/1f450-1f3fc.png new file mode 100644 index 000000000..81487e6f6 Binary files /dev/null and b/dist/img-apple-64/1f450-1f3fc.png differ diff --git a/dist/img-apple-64/1f450-1f3fd.png b/dist/img-apple-64/1f450-1f3fd.png new file mode 100644 index 000000000..27752121b Binary files /dev/null and b/dist/img-apple-64/1f450-1f3fd.png differ diff --git a/dist/img-apple-64/1f450-1f3fe.png b/dist/img-apple-64/1f450-1f3fe.png new file mode 100644 index 000000000..22bb3af32 Binary files /dev/null and b/dist/img-apple-64/1f450-1f3fe.png differ diff --git a/dist/img-apple-64/1f450-1f3ff.png b/dist/img-apple-64/1f450-1f3ff.png new file mode 100644 index 000000000..2d76d2dbf Binary files /dev/null and b/dist/img-apple-64/1f450-1f3ff.png differ diff --git a/dist/img-apple-64/1f450.png b/dist/img-apple-64/1f450.png new file mode 100644 index 000000000..415ae2ae1 Binary files /dev/null and b/dist/img-apple-64/1f450.png differ diff --git a/dist/img-apple-64/1f451.png b/dist/img-apple-64/1f451.png new file mode 100644 index 000000000..67ca40c08 Binary files /dev/null and b/dist/img-apple-64/1f451.png differ diff --git a/dist/img-apple-64/1f452.png b/dist/img-apple-64/1f452.png new file mode 100644 index 000000000..f9d714e0f Binary files /dev/null and b/dist/img-apple-64/1f452.png differ diff --git a/dist/img-apple-64/1f453.png b/dist/img-apple-64/1f453.png new file mode 100644 index 000000000..999443b74 Binary files /dev/null and b/dist/img-apple-64/1f453.png differ diff --git a/dist/img-apple-64/1f454.png b/dist/img-apple-64/1f454.png new file mode 100644 index 000000000..583cc9c2d Binary files /dev/null and b/dist/img-apple-64/1f454.png differ diff --git a/dist/img-apple-64/1f455.png b/dist/img-apple-64/1f455.png new file mode 100644 index 000000000..63ea65ad1 Binary files /dev/null and b/dist/img-apple-64/1f455.png differ diff --git a/dist/img-apple-64/1f456.png b/dist/img-apple-64/1f456.png new file mode 100644 index 000000000..4a2ece909 Binary files /dev/null and b/dist/img-apple-64/1f456.png differ diff --git a/dist/img-apple-64/1f457.png b/dist/img-apple-64/1f457.png new file mode 100644 index 000000000..461de60a2 Binary files /dev/null and b/dist/img-apple-64/1f457.png differ diff --git a/dist/img-apple-64/1f458.png b/dist/img-apple-64/1f458.png new file mode 100644 index 000000000..29e8427fc Binary files /dev/null and b/dist/img-apple-64/1f458.png differ diff --git a/dist/img-apple-64/1f459.png b/dist/img-apple-64/1f459.png new file mode 100644 index 000000000..d4c3a903d Binary files /dev/null and b/dist/img-apple-64/1f459.png differ diff --git a/dist/img-apple-64/1f45a.png b/dist/img-apple-64/1f45a.png new file mode 100644 index 000000000..54cc008c3 Binary files /dev/null and b/dist/img-apple-64/1f45a.png differ diff --git a/dist/img-apple-64/1f45b.png b/dist/img-apple-64/1f45b.png new file mode 100644 index 000000000..8a798c8c3 Binary files /dev/null and b/dist/img-apple-64/1f45b.png differ diff --git a/dist/img-apple-64/1f45c.png b/dist/img-apple-64/1f45c.png new file mode 100644 index 000000000..e1f89bba3 Binary files /dev/null and b/dist/img-apple-64/1f45c.png differ diff --git a/dist/img-apple-64/1f45d.png b/dist/img-apple-64/1f45d.png new file mode 100644 index 000000000..a5a152c11 Binary files /dev/null and b/dist/img-apple-64/1f45d.png differ diff --git a/dist/img-apple-64/1f45e.png b/dist/img-apple-64/1f45e.png new file mode 100644 index 000000000..c17aa1364 Binary files /dev/null and b/dist/img-apple-64/1f45e.png differ diff --git a/dist/img-apple-64/1f45f.png b/dist/img-apple-64/1f45f.png new file mode 100644 index 000000000..8f6527e2a Binary files /dev/null and b/dist/img-apple-64/1f45f.png differ diff --git a/dist/img-apple-64/1f460.png b/dist/img-apple-64/1f460.png new file mode 100644 index 000000000..f3ea95541 Binary files /dev/null and b/dist/img-apple-64/1f460.png differ diff --git a/dist/img-apple-64/1f461.png b/dist/img-apple-64/1f461.png new file mode 100644 index 000000000..63990eff6 Binary files /dev/null and b/dist/img-apple-64/1f461.png differ diff --git a/dist/img-apple-64/1f462.png b/dist/img-apple-64/1f462.png new file mode 100644 index 000000000..333cd31d8 Binary files /dev/null and b/dist/img-apple-64/1f462.png differ diff --git a/dist/img-apple-64/1f463.png b/dist/img-apple-64/1f463.png new file mode 100644 index 000000000..99ad43dad Binary files /dev/null and b/dist/img-apple-64/1f463.png differ diff --git a/dist/img-apple-64/1f464.png b/dist/img-apple-64/1f464.png new file mode 100644 index 000000000..75d32e454 Binary files /dev/null and b/dist/img-apple-64/1f464.png differ diff --git a/dist/img-apple-64/1f465.png b/dist/img-apple-64/1f465.png new file mode 100644 index 000000000..a3dc1e016 Binary files /dev/null and b/dist/img-apple-64/1f465.png differ diff --git a/dist/img-apple-64/1f466-1f3fb.png b/dist/img-apple-64/1f466-1f3fb.png new file mode 100644 index 000000000..ee5203022 Binary files /dev/null and b/dist/img-apple-64/1f466-1f3fb.png differ diff --git a/dist/img-apple-64/1f466-1f3fc.png b/dist/img-apple-64/1f466-1f3fc.png new file mode 100644 index 000000000..c0cd1b66d Binary files /dev/null and b/dist/img-apple-64/1f466-1f3fc.png differ diff --git a/dist/img-apple-64/1f466-1f3fd.png b/dist/img-apple-64/1f466-1f3fd.png new file mode 100644 index 000000000..9ec118e1d Binary files /dev/null and b/dist/img-apple-64/1f466-1f3fd.png differ diff --git a/dist/img-apple-64/1f466-1f3fe.png b/dist/img-apple-64/1f466-1f3fe.png new file mode 100644 index 000000000..63179638b Binary files /dev/null and b/dist/img-apple-64/1f466-1f3fe.png differ diff --git a/dist/img-apple-64/1f466-1f3ff.png b/dist/img-apple-64/1f466-1f3ff.png new file mode 100644 index 000000000..e57e4f64c Binary files /dev/null and b/dist/img-apple-64/1f466-1f3ff.png differ diff --git a/dist/img-apple-64/1f466.png b/dist/img-apple-64/1f466.png new file mode 100644 index 000000000..ba4ccfcca Binary files /dev/null and b/dist/img-apple-64/1f466.png differ diff --git a/dist/img-apple-64/1f467-1f3fb.png b/dist/img-apple-64/1f467-1f3fb.png new file mode 100644 index 000000000..bfdd49803 Binary files /dev/null and b/dist/img-apple-64/1f467-1f3fb.png differ diff --git a/dist/img-apple-64/1f467-1f3fc.png b/dist/img-apple-64/1f467-1f3fc.png new file mode 100644 index 000000000..556bad6e5 Binary files /dev/null and b/dist/img-apple-64/1f467-1f3fc.png differ diff --git a/dist/img-apple-64/1f467-1f3fd.png b/dist/img-apple-64/1f467-1f3fd.png new file mode 100644 index 000000000..9d0e80cde Binary files /dev/null and b/dist/img-apple-64/1f467-1f3fd.png differ diff --git a/dist/img-apple-64/1f467-1f3fe.png b/dist/img-apple-64/1f467-1f3fe.png new file mode 100644 index 000000000..31eb8dbc0 Binary files /dev/null and b/dist/img-apple-64/1f467-1f3fe.png differ diff --git a/dist/img-apple-64/1f467-1f3ff.png b/dist/img-apple-64/1f467-1f3ff.png new file mode 100644 index 000000000..ad51b76d8 Binary files /dev/null and b/dist/img-apple-64/1f467-1f3ff.png differ diff --git a/dist/img-apple-64/1f467.png b/dist/img-apple-64/1f467.png new file mode 100644 index 000000000..0fea19c4a Binary files /dev/null and b/dist/img-apple-64/1f467.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f33e.png b/dist/img-apple-64/1f468-1f3fb-200d-1f33e.png new file mode 100644 index 000000000..aef1bc0f5 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f33e.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f373.png b/dist/img-apple-64/1f468-1f3fb-200d-1f373.png new file mode 100644 index 000000000..587538166 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f373.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f37c.png b/dist/img-apple-64/1f468-1f3fb-200d-1f37c.png new file mode 100755 index 000000000..c0ff6e2ad Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f37c.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f393.png b/dist/img-apple-64/1f468-1f3fb-200d-1f393.png new file mode 100644 index 000000000..3b229ba5c Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f393.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f3a4.png b/dist/img-apple-64/1f468-1f3fb-200d-1f3a4.png new file mode 100644 index 000000000..4695469cd Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f3a4.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f3a8.png b/dist/img-apple-64/1f468-1f3fb-200d-1f3a8.png new file mode 100644 index 000000000..e94bc7ec1 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f3a8.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f3eb.png b/dist/img-apple-64/1f468-1f3fb-200d-1f3eb.png new file mode 100644 index 000000000..e2dc7b1aa Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f3eb.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f3ed.png b/dist/img-apple-64/1f468-1f3fb-200d-1f3ed.png new file mode 100644 index 000000000..e85cb4052 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f3ed.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f4bb.png b/dist/img-apple-64/1f468-1f3fb-200d-1f4bb.png new file mode 100644 index 000000000..ac9c5eb61 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f4bb.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f4bc.png b/dist/img-apple-64/1f468-1f3fb-200d-1f4bc.png new file mode 100644 index 000000000..eceee079c Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f4bc.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f527.png b/dist/img-apple-64/1f468-1f3fb-200d-1f527.png new file mode 100644 index 000000000..01d9389b7 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f527.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f52c.png b/dist/img-apple-64/1f468-1f3fb-200d-1f52c.png new file mode 100644 index 000000000..381d598ec Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f52c.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f680.png b/dist/img-apple-64/1f468-1f3fb-200d-1f680.png new file mode 100644 index 000000000..903fd801a Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f680.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f692.png b/dist/img-apple-64/1f468-1f3fb-200d-1f692.png new file mode 100644 index 000000000..51bd9fe67 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f692.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fc.png b/dist/img-apple-64/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fc.png new file mode 100644 index 000000000..4fca018ff Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fc.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fd.png b/dist/img-apple-64/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fd.png new file mode 100644 index 000000000..538bbc260 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fd.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fe.png b/dist/img-apple-64/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fe.png new file mode 100644 index 000000000..f56cc2310 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f91d-200d-1f468-1f3fe.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f91d-200d-1f468-1f3ff.png b/dist/img-apple-64/1f468-1f3fb-200d-1f91d-200d-1f468-1f3ff.png new file mode 100644 index 000000000..3d8afede5 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f91d-200d-1f468-1f3ff.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f9af.png b/dist/img-apple-64/1f468-1f3fb-200d-1f9af.png new file mode 100644 index 000000000..5a3820e4c Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f9af.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f9b0.png b/dist/img-apple-64/1f468-1f3fb-200d-1f9b0.png new file mode 100644 index 000000000..86e5b34d6 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f9b0.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f9b1.png b/dist/img-apple-64/1f468-1f3fb-200d-1f9b1.png new file mode 100644 index 000000000..15e34eea4 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f9b1.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f9b2.png b/dist/img-apple-64/1f468-1f3fb-200d-1f9b2.png new file mode 100644 index 000000000..51e5b0a03 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f9b2.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f9b3.png b/dist/img-apple-64/1f468-1f3fb-200d-1f9b3.png new file mode 100644 index 000000000..14ddd042e Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f9b3.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f9bc.png b/dist/img-apple-64/1f468-1f3fb-200d-1f9bc.png new file mode 100644 index 000000000..087c9a650 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f9bc.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-1f9bd.png b/dist/img-apple-64/1f468-1f3fb-200d-1f9bd.png new file mode 100644 index 000000000..f088e40fa Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-1f9bd.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-2695-fe0f.png b/dist/img-apple-64/1f468-1f3fb-200d-2695-fe0f.png new file mode 100644 index 000000000..d388b9209 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-2695-fe0f.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-2695.png b/dist/img-apple-64/1f468-1f3fb-200d-2695.png new file mode 100644 index 000000000..d388b9209 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-2695.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-2696-fe0f.png b/dist/img-apple-64/1f468-1f3fb-200d-2696-fe0f.png new file mode 100644 index 000000000..ea99dd80e Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-2696-fe0f.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-2696.png b/dist/img-apple-64/1f468-1f3fb-200d-2696.png new file mode 100644 index 000000000..ea99dd80e Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-2696.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-2708-fe0f.png b/dist/img-apple-64/1f468-1f3fb-200d-2708-fe0f.png new file mode 100644 index 000000000..8e55386d3 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-2708-fe0f.png differ diff --git a/dist/img-apple-64/1f468-1f3fb-200d-2708.png b/dist/img-apple-64/1f468-1f3fb-200d-2708.png new file mode 100644 index 000000000..8e55386d3 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb-200d-2708.png differ diff --git a/dist/img-apple-64/1f468-1f3fb.png b/dist/img-apple-64/1f468-1f3fb.png new file mode 100644 index 000000000..57240fe63 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fb.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f33e.png b/dist/img-apple-64/1f468-1f3fc-200d-1f33e.png new file mode 100644 index 000000000..1a45beac8 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f33e.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f373.png b/dist/img-apple-64/1f468-1f3fc-200d-1f373.png new file mode 100644 index 000000000..0343b9269 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f373.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f37c.png b/dist/img-apple-64/1f468-1f3fc-200d-1f37c.png new file mode 100755 index 000000000..a92324525 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f37c.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f393.png b/dist/img-apple-64/1f468-1f3fc-200d-1f393.png new file mode 100644 index 000000000..3953d7606 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f393.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f3a4.png b/dist/img-apple-64/1f468-1f3fc-200d-1f3a4.png new file mode 100644 index 000000000..5b28813a0 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f3a4.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f3a8.png b/dist/img-apple-64/1f468-1f3fc-200d-1f3a8.png new file mode 100644 index 000000000..ce29d89d3 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f3a8.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f3eb.png b/dist/img-apple-64/1f468-1f3fc-200d-1f3eb.png new file mode 100644 index 000000000..7c9e85497 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f3eb.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f3ed.png b/dist/img-apple-64/1f468-1f3fc-200d-1f3ed.png new file mode 100644 index 000000000..ab86a7e38 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f3ed.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f4bb.png b/dist/img-apple-64/1f468-1f3fc-200d-1f4bb.png new file mode 100644 index 000000000..c7d9983a4 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f4bb.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f4bc.png b/dist/img-apple-64/1f468-1f3fc-200d-1f4bc.png new file mode 100644 index 000000000..dc097c281 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f4bc.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f527.png b/dist/img-apple-64/1f468-1f3fc-200d-1f527.png new file mode 100644 index 000000000..3b722f605 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f527.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f52c.png b/dist/img-apple-64/1f468-1f3fc-200d-1f52c.png new file mode 100644 index 000000000..48f6b6d0a Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f52c.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f680.png b/dist/img-apple-64/1f468-1f3fc-200d-1f680.png new file mode 100644 index 000000000..9a161a1c7 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f680.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f692.png b/dist/img-apple-64/1f468-1f3fc-200d-1f692.png new file mode 100644 index 000000000..14408de6e Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f692.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fb.png b/dist/img-apple-64/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fb.png new file mode 100644 index 000000000..b13c8dd6e Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fb.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fd.png b/dist/img-apple-64/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fd.png new file mode 100644 index 000000000..473617763 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fd.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fe.png b/dist/img-apple-64/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fe.png new file mode 100644 index 000000000..81a0e4b7a Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f91d-200d-1f468-1f3fe.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f91d-200d-1f468-1f3ff.png b/dist/img-apple-64/1f468-1f3fc-200d-1f91d-200d-1f468-1f3ff.png new file mode 100644 index 000000000..2f5b206cf Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f91d-200d-1f468-1f3ff.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f9af.png b/dist/img-apple-64/1f468-1f3fc-200d-1f9af.png new file mode 100644 index 000000000..1947a0c26 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f9af.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f9b0.png b/dist/img-apple-64/1f468-1f3fc-200d-1f9b0.png new file mode 100644 index 000000000..47be3c6eb Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f9b0.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f9b1.png b/dist/img-apple-64/1f468-1f3fc-200d-1f9b1.png new file mode 100644 index 000000000..6d53f3709 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f9b1.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f9b2.png b/dist/img-apple-64/1f468-1f3fc-200d-1f9b2.png new file mode 100644 index 000000000..e58eb07c3 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f9b2.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f9b3.png b/dist/img-apple-64/1f468-1f3fc-200d-1f9b3.png new file mode 100644 index 000000000..59641df97 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f9b3.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f9bc.png b/dist/img-apple-64/1f468-1f3fc-200d-1f9bc.png new file mode 100644 index 000000000..158a26a55 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f9bc.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-1f9bd.png b/dist/img-apple-64/1f468-1f3fc-200d-1f9bd.png new file mode 100644 index 000000000..44a85fb95 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-1f9bd.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-2695-fe0f.png b/dist/img-apple-64/1f468-1f3fc-200d-2695-fe0f.png new file mode 100644 index 000000000..14ada655e Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-2695-fe0f.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-2695.png b/dist/img-apple-64/1f468-1f3fc-200d-2695.png new file mode 100644 index 000000000..14ada655e Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-2695.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-2696-fe0f.png b/dist/img-apple-64/1f468-1f3fc-200d-2696-fe0f.png new file mode 100644 index 000000000..05efe0caf Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-2696-fe0f.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-2696.png b/dist/img-apple-64/1f468-1f3fc-200d-2696.png new file mode 100644 index 000000000..05efe0caf Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-2696.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-2708-fe0f.png b/dist/img-apple-64/1f468-1f3fc-200d-2708-fe0f.png new file mode 100644 index 000000000..b033ebc2d Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-2708-fe0f.png differ diff --git a/dist/img-apple-64/1f468-1f3fc-200d-2708.png b/dist/img-apple-64/1f468-1f3fc-200d-2708.png new file mode 100644 index 000000000..b033ebc2d Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc-200d-2708.png differ diff --git a/dist/img-apple-64/1f468-1f3fc.png b/dist/img-apple-64/1f468-1f3fc.png new file mode 100644 index 000000000..c65c01639 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fc.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f33e.png b/dist/img-apple-64/1f468-1f3fd-200d-1f33e.png new file mode 100644 index 000000000..7446ec532 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f33e.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f373.png b/dist/img-apple-64/1f468-1f3fd-200d-1f373.png new file mode 100644 index 000000000..0dc1aa71d Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f373.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f37c.png b/dist/img-apple-64/1f468-1f3fd-200d-1f37c.png new file mode 100755 index 000000000..a7d6baa2e Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f37c.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f393.png b/dist/img-apple-64/1f468-1f3fd-200d-1f393.png new file mode 100644 index 000000000..95547a069 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f393.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f3a4.png b/dist/img-apple-64/1f468-1f3fd-200d-1f3a4.png new file mode 100644 index 000000000..d8abb0a92 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f3a4.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f3a8.png b/dist/img-apple-64/1f468-1f3fd-200d-1f3a8.png new file mode 100644 index 000000000..f2edcc351 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f3a8.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f3eb.png b/dist/img-apple-64/1f468-1f3fd-200d-1f3eb.png new file mode 100644 index 000000000..8b71f98c9 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f3eb.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f3ed.png b/dist/img-apple-64/1f468-1f3fd-200d-1f3ed.png new file mode 100644 index 000000000..10f280700 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f3ed.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f4bb.png b/dist/img-apple-64/1f468-1f3fd-200d-1f4bb.png new file mode 100644 index 000000000..f5b85f4c1 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f4bb.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f4bc.png b/dist/img-apple-64/1f468-1f3fd-200d-1f4bc.png new file mode 100644 index 000000000..44b7dec21 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f4bc.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f527.png b/dist/img-apple-64/1f468-1f3fd-200d-1f527.png new file mode 100644 index 000000000..db55437ab Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f527.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f52c.png b/dist/img-apple-64/1f468-1f3fd-200d-1f52c.png new file mode 100644 index 000000000..009a212c6 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f52c.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f680.png b/dist/img-apple-64/1f468-1f3fd-200d-1f680.png new file mode 100644 index 000000000..b81c56e0c Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f680.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f692.png b/dist/img-apple-64/1f468-1f3fd-200d-1f692.png new file mode 100644 index 000000000..2eb5549c6 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f692.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fb.png b/dist/img-apple-64/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fb.png new file mode 100644 index 000000000..ee38a040e Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fb.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fc.png b/dist/img-apple-64/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fc.png new file mode 100644 index 000000000..533615c64 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fc.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fe.png b/dist/img-apple-64/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fe.png new file mode 100644 index 000000000..3cf09f3de Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fe.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f91d-200d-1f468-1f3ff.png b/dist/img-apple-64/1f468-1f3fd-200d-1f91d-200d-1f468-1f3ff.png new file mode 100644 index 000000000..b8ae92d90 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f91d-200d-1f468-1f3ff.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f9af.png b/dist/img-apple-64/1f468-1f3fd-200d-1f9af.png new file mode 100644 index 000000000..9084adb3e Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f9af.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f9b0.png b/dist/img-apple-64/1f468-1f3fd-200d-1f9b0.png new file mode 100644 index 000000000..a773b0919 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f9b0.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f9b1.png b/dist/img-apple-64/1f468-1f3fd-200d-1f9b1.png new file mode 100644 index 000000000..9659eec89 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f9b1.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f9b2.png b/dist/img-apple-64/1f468-1f3fd-200d-1f9b2.png new file mode 100644 index 000000000..46ed2815f Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f9b2.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f9b3.png b/dist/img-apple-64/1f468-1f3fd-200d-1f9b3.png new file mode 100644 index 000000000..dea5c9285 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f9b3.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f9bc.png b/dist/img-apple-64/1f468-1f3fd-200d-1f9bc.png new file mode 100644 index 000000000..1388110bc Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f9bc.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-1f9bd.png b/dist/img-apple-64/1f468-1f3fd-200d-1f9bd.png new file mode 100644 index 000000000..dd8191d63 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-1f9bd.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-2695-fe0f.png b/dist/img-apple-64/1f468-1f3fd-200d-2695-fe0f.png new file mode 100644 index 000000000..048fff1d8 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-2695-fe0f.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-2695.png b/dist/img-apple-64/1f468-1f3fd-200d-2695.png new file mode 100644 index 000000000..048fff1d8 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-2695.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-2696-fe0f.png b/dist/img-apple-64/1f468-1f3fd-200d-2696-fe0f.png new file mode 100644 index 000000000..3b7fbdd10 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-2696-fe0f.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-2696.png b/dist/img-apple-64/1f468-1f3fd-200d-2696.png new file mode 100644 index 000000000..3b7fbdd10 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-2696.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-2708-fe0f.png b/dist/img-apple-64/1f468-1f3fd-200d-2708-fe0f.png new file mode 100644 index 000000000..cc1019712 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-2708-fe0f.png differ diff --git a/dist/img-apple-64/1f468-1f3fd-200d-2708.png b/dist/img-apple-64/1f468-1f3fd-200d-2708.png new file mode 100644 index 000000000..cc1019712 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd-200d-2708.png differ diff --git a/dist/img-apple-64/1f468-1f3fd.png b/dist/img-apple-64/1f468-1f3fd.png new file mode 100644 index 000000000..cbd0fede1 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fd.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f33e.png b/dist/img-apple-64/1f468-1f3fe-200d-1f33e.png new file mode 100644 index 000000000..efffd6cd5 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f33e.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f373.png b/dist/img-apple-64/1f468-1f3fe-200d-1f373.png new file mode 100644 index 000000000..79c834780 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f373.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f37c.png b/dist/img-apple-64/1f468-1f3fe-200d-1f37c.png new file mode 100755 index 000000000..74f6e96d9 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f37c.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f393.png b/dist/img-apple-64/1f468-1f3fe-200d-1f393.png new file mode 100644 index 000000000..728bcc1a2 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f393.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f3a4.png b/dist/img-apple-64/1f468-1f3fe-200d-1f3a4.png new file mode 100644 index 000000000..dbf651364 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f3a4.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f3a8.png b/dist/img-apple-64/1f468-1f3fe-200d-1f3a8.png new file mode 100644 index 000000000..d48dff191 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f3a8.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f3eb.png b/dist/img-apple-64/1f468-1f3fe-200d-1f3eb.png new file mode 100644 index 000000000..d71707b0a Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f3eb.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f3ed.png b/dist/img-apple-64/1f468-1f3fe-200d-1f3ed.png new file mode 100644 index 000000000..d803cd9fb Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f3ed.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f4bb.png b/dist/img-apple-64/1f468-1f3fe-200d-1f4bb.png new file mode 100644 index 000000000..4287ead71 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f4bb.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f4bc.png b/dist/img-apple-64/1f468-1f3fe-200d-1f4bc.png new file mode 100644 index 000000000..153eef723 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f4bc.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f527.png b/dist/img-apple-64/1f468-1f3fe-200d-1f527.png new file mode 100644 index 000000000..351e4342a Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f527.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f52c.png b/dist/img-apple-64/1f468-1f3fe-200d-1f52c.png new file mode 100644 index 000000000..e4062cac0 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f52c.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f680.png b/dist/img-apple-64/1f468-1f3fe-200d-1f680.png new file mode 100644 index 000000000..61db70de9 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f680.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f692.png b/dist/img-apple-64/1f468-1f3fe-200d-1f692.png new file mode 100644 index 000000000..1f4bb98e3 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f692.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fb.png b/dist/img-apple-64/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fb.png new file mode 100644 index 000000000..f2cb0b43a Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fb.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fc.png b/dist/img-apple-64/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fc.png new file mode 100644 index 000000000..5aba6aa6b Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fc.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fd.png b/dist/img-apple-64/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fd.png new file mode 100644 index 000000000..f0029e91a Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f91d-200d-1f468-1f3fd.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f91d-200d-1f468-1f3ff.png b/dist/img-apple-64/1f468-1f3fe-200d-1f91d-200d-1f468-1f3ff.png new file mode 100644 index 000000000..5ead19ebf Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f91d-200d-1f468-1f3ff.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f9af.png b/dist/img-apple-64/1f468-1f3fe-200d-1f9af.png new file mode 100644 index 000000000..4834597b5 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f9af.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f9b0.png b/dist/img-apple-64/1f468-1f3fe-200d-1f9b0.png new file mode 100644 index 000000000..c6abf9877 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f9b0.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f9b1.png b/dist/img-apple-64/1f468-1f3fe-200d-1f9b1.png new file mode 100644 index 000000000..f72dc3193 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f9b1.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f9b2.png b/dist/img-apple-64/1f468-1f3fe-200d-1f9b2.png new file mode 100644 index 000000000..013f747e6 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f9b2.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f9b3.png b/dist/img-apple-64/1f468-1f3fe-200d-1f9b3.png new file mode 100644 index 000000000..9ad95fa5a Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f9b3.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f9bc.png b/dist/img-apple-64/1f468-1f3fe-200d-1f9bc.png new file mode 100644 index 000000000..cb58e9106 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f9bc.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-1f9bd.png b/dist/img-apple-64/1f468-1f3fe-200d-1f9bd.png new file mode 100644 index 000000000..9700ad2fb Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-1f9bd.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-2695-fe0f.png b/dist/img-apple-64/1f468-1f3fe-200d-2695-fe0f.png new file mode 100644 index 000000000..94ec96a43 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-2695-fe0f.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-2695.png b/dist/img-apple-64/1f468-1f3fe-200d-2695.png new file mode 100644 index 000000000..94ec96a43 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-2695.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-2696-fe0f.png b/dist/img-apple-64/1f468-1f3fe-200d-2696-fe0f.png new file mode 100644 index 000000000..f5e7989ae Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-2696-fe0f.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-2696.png b/dist/img-apple-64/1f468-1f3fe-200d-2696.png new file mode 100644 index 000000000..f5e7989ae Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-2696.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-2708-fe0f.png b/dist/img-apple-64/1f468-1f3fe-200d-2708-fe0f.png new file mode 100644 index 000000000..e0b6f58a2 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-2708-fe0f.png differ diff --git a/dist/img-apple-64/1f468-1f3fe-200d-2708.png b/dist/img-apple-64/1f468-1f3fe-200d-2708.png new file mode 100644 index 000000000..e0b6f58a2 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe-200d-2708.png differ diff --git a/dist/img-apple-64/1f468-1f3fe.png b/dist/img-apple-64/1f468-1f3fe.png new file mode 100644 index 000000000..eedddc9af Binary files /dev/null and b/dist/img-apple-64/1f468-1f3fe.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f33e.png b/dist/img-apple-64/1f468-1f3ff-200d-1f33e.png new file mode 100644 index 000000000..6e18be5d7 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f33e.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f373.png b/dist/img-apple-64/1f468-1f3ff-200d-1f373.png new file mode 100644 index 000000000..76a5417b2 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f373.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f37c.png b/dist/img-apple-64/1f468-1f3ff-200d-1f37c.png new file mode 100755 index 000000000..ad24a5e73 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f37c.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f393.png b/dist/img-apple-64/1f468-1f3ff-200d-1f393.png new file mode 100644 index 000000000..8ac68d6b6 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f393.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f3a4.png b/dist/img-apple-64/1f468-1f3ff-200d-1f3a4.png new file mode 100644 index 000000000..14d2d034d Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f3a4.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f3a8.png b/dist/img-apple-64/1f468-1f3ff-200d-1f3a8.png new file mode 100644 index 000000000..8c62a8bac Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f3a8.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f3eb.png b/dist/img-apple-64/1f468-1f3ff-200d-1f3eb.png new file mode 100644 index 000000000..aa81d330b Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f3eb.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f3ed.png b/dist/img-apple-64/1f468-1f3ff-200d-1f3ed.png new file mode 100644 index 000000000..332aafd10 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f3ed.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f4bb.png b/dist/img-apple-64/1f468-1f3ff-200d-1f4bb.png new file mode 100644 index 000000000..726a96cc8 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f4bb.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f4bc.png b/dist/img-apple-64/1f468-1f3ff-200d-1f4bc.png new file mode 100644 index 000000000..01c6bb27a Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f4bc.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f527.png b/dist/img-apple-64/1f468-1f3ff-200d-1f527.png new file mode 100644 index 000000000..71fc654fe Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f527.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f52c.png b/dist/img-apple-64/1f468-1f3ff-200d-1f52c.png new file mode 100644 index 000000000..8ee197d20 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f52c.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f680.png b/dist/img-apple-64/1f468-1f3ff-200d-1f680.png new file mode 100644 index 000000000..15084169d Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f680.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f692.png b/dist/img-apple-64/1f468-1f3ff-200d-1f692.png new file mode 100644 index 000000000..781aeb58d Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f692.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fb.png b/dist/img-apple-64/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fb.png new file mode 100644 index 000000000..fc187cda7 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fb.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fc.png b/dist/img-apple-64/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fc.png new file mode 100644 index 000000000..651c68b07 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fc.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fd.png b/dist/img-apple-64/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fd.png new file mode 100644 index 000000000..54a9e6d0d Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fd.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fe.png b/dist/img-apple-64/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fe.png new file mode 100644 index 000000000..8f190b80e Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f91d-200d-1f468-1f3fe.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f9af.png b/dist/img-apple-64/1f468-1f3ff-200d-1f9af.png new file mode 100644 index 000000000..3bbb3cf9f Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f9af.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f9b0.png b/dist/img-apple-64/1f468-1f3ff-200d-1f9b0.png new file mode 100644 index 000000000..5bbe33330 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f9b0.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f9b1.png b/dist/img-apple-64/1f468-1f3ff-200d-1f9b1.png new file mode 100644 index 000000000..5755e30ad Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f9b1.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f9b2.png b/dist/img-apple-64/1f468-1f3ff-200d-1f9b2.png new file mode 100644 index 000000000..0d3e31565 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f9b2.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f9b3.png b/dist/img-apple-64/1f468-1f3ff-200d-1f9b3.png new file mode 100644 index 000000000..b632fbb86 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f9b3.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f9bc.png b/dist/img-apple-64/1f468-1f3ff-200d-1f9bc.png new file mode 100644 index 000000000..1e4d0c239 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f9bc.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-1f9bd.png b/dist/img-apple-64/1f468-1f3ff-200d-1f9bd.png new file mode 100644 index 000000000..430817365 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-1f9bd.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-2695-fe0f.png b/dist/img-apple-64/1f468-1f3ff-200d-2695-fe0f.png new file mode 100644 index 000000000..e75093be0 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-2695-fe0f.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-2695.png b/dist/img-apple-64/1f468-1f3ff-200d-2695.png new file mode 100644 index 000000000..e75093be0 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-2695.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-2696-fe0f.png b/dist/img-apple-64/1f468-1f3ff-200d-2696-fe0f.png new file mode 100644 index 000000000..d21d894a4 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-2696-fe0f.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-2696.png b/dist/img-apple-64/1f468-1f3ff-200d-2696.png new file mode 100644 index 000000000..d21d894a4 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-2696.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-2708-fe0f.png b/dist/img-apple-64/1f468-1f3ff-200d-2708-fe0f.png new file mode 100644 index 000000000..916572a48 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-2708-fe0f.png differ diff --git a/dist/img-apple-64/1f468-1f3ff-200d-2708.png b/dist/img-apple-64/1f468-1f3ff-200d-2708.png new file mode 100644 index 000000000..916572a48 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff-200d-2708.png differ diff --git a/dist/img-apple-64/1f468-1f3ff.png b/dist/img-apple-64/1f468-1f3ff.png new file mode 100644 index 000000000..3ca31dce4 Binary files /dev/null and b/dist/img-apple-64/1f468-1f3ff.png differ diff --git a/dist/img-apple-64/1f468-200d-1f33e.png b/dist/img-apple-64/1f468-200d-1f33e.png new file mode 100644 index 000000000..75c8fd3f5 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f33e.png differ diff --git a/dist/img-apple-64/1f468-200d-1f373.png b/dist/img-apple-64/1f468-200d-1f373.png new file mode 100644 index 000000000..ab52a2d61 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f373.png differ diff --git a/dist/img-apple-64/1f468-200d-1f37c.png b/dist/img-apple-64/1f468-200d-1f37c.png new file mode 100755 index 000000000..43df1c7c4 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f37c.png differ diff --git a/dist/img-apple-64/1f468-200d-1f393.png b/dist/img-apple-64/1f468-200d-1f393.png new file mode 100644 index 000000000..bbad7c810 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f393.png differ diff --git a/dist/img-apple-64/1f468-200d-1f3a4.png b/dist/img-apple-64/1f468-200d-1f3a4.png new file mode 100644 index 000000000..bb9454cea Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f3a4.png differ diff --git a/dist/img-apple-64/1f468-200d-1f3a8.png b/dist/img-apple-64/1f468-200d-1f3a8.png new file mode 100644 index 000000000..da2d3e743 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f3a8.png differ diff --git a/dist/img-apple-64/1f468-200d-1f3eb.png b/dist/img-apple-64/1f468-200d-1f3eb.png new file mode 100644 index 000000000..501a43fa8 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f3eb.png differ diff --git a/dist/img-apple-64/1f468-200d-1f3ed.png b/dist/img-apple-64/1f468-200d-1f3ed.png new file mode 100644 index 000000000..6632fbf92 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f3ed.png differ diff --git a/dist/img-apple-64/1f468-200d-1f466-200d-1f466.png b/dist/img-apple-64/1f468-200d-1f466-200d-1f466.png new file mode 100644 index 000000000..665ad6f50 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f466-200d-1f466.png differ diff --git a/dist/img-apple-64/1f468-200d-1f466.png b/dist/img-apple-64/1f468-200d-1f466.png new file mode 100644 index 000000000..cf8cde5bd Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f466.png differ diff --git a/dist/img-apple-64/1f468-200d-1f467-200d-1f466.png b/dist/img-apple-64/1f468-200d-1f467-200d-1f466.png new file mode 100644 index 000000000..8729a8544 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f467-200d-1f466.png differ diff --git a/dist/img-apple-64/1f468-200d-1f467-200d-1f467.png b/dist/img-apple-64/1f468-200d-1f467-200d-1f467.png new file mode 100644 index 000000000..556c3f8b7 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f467-200d-1f467.png differ diff --git a/dist/img-apple-64/1f468-200d-1f467.png b/dist/img-apple-64/1f468-200d-1f467.png new file mode 100644 index 000000000..cafd9927a Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f467.png differ diff --git a/dist/img-apple-64/1f468-200d-1f468-200d-1f466-200d-1f466.png b/dist/img-apple-64/1f468-200d-1f468-200d-1f466-200d-1f466.png new file mode 100644 index 000000000..3f30a9d3a Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f468-200d-1f466-200d-1f466.png differ diff --git a/dist/img-apple-64/1f468-200d-1f468-200d-1f466.png b/dist/img-apple-64/1f468-200d-1f468-200d-1f466.png new file mode 100644 index 000000000..58cd750a5 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f468-200d-1f466.png differ diff --git a/dist/img-apple-64/1f468-200d-1f468-200d-1f467-200d-1f466.png b/dist/img-apple-64/1f468-200d-1f468-200d-1f467-200d-1f466.png new file mode 100644 index 000000000..dedb8a52b Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f468-200d-1f467-200d-1f466.png differ diff --git a/dist/img-apple-64/1f468-200d-1f468-200d-1f467-200d-1f467.png b/dist/img-apple-64/1f468-200d-1f468-200d-1f467-200d-1f467.png new file mode 100644 index 000000000..9659fa945 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f468-200d-1f467-200d-1f467.png differ diff --git a/dist/img-apple-64/1f468-200d-1f468-200d-1f467.png b/dist/img-apple-64/1f468-200d-1f468-200d-1f467.png new file mode 100644 index 000000000..23af701a7 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f468-200d-1f467.png differ diff --git a/dist/img-apple-64/1f468-200d-1f469-200d-1f466-200d-1f466.png b/dist/img-apple-64/1f468-200d-1f469-200d-1f466-200d-1f466.png new file mode 100644 index 000000000..a14575726 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f469-200d-1f466-200d-1f466.png differ diff --git a/dist/img-apple-64/1f468-200d-1f469-200d-1f466.png b/dist/img-apple-64/1f468-200d-1f469-200d-1f466.png new file mode 100644 index 000000000..559771a42 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f469-200d-1f466.png differ diff --git a/dist/img-apple-64/1f468-200d-1f469-200d-1f467-200d-1f466.png b/dist/img-apple-64/1f468-200d-1f469-200d-1f467-200d-1f466.png new file mode 100644 index 000000000..5a8b04d43 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f469-200d-1f467-200d-1f466.png differ diff --git a/dist/img-apple-64/1f468-200d-1f469-200d-1f467-200d-1f467.png b/dist/img-apple-64/1f468-200d-1f469-200d-1f467-200d-1f467.png new file mode 100644 index 000000000..8d99f7c63 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f469-200d-1f467-200d-1f467.png differ diff --git a/dist/img-apple-64/1f468-200d-1f469-200d-1f467.png b/dist/img-apple-64/1f468-200d-1f469-200d-1f467.png new file mode 100644 index 000000000..663dc1a5f Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f469-200d-1f467.png differ diff --git a/dist/img-apple-64/1f468-200d-1f4bb.png b/dist/img-apple-64/1f468-200d-1f4bb.png new file mode 100644 index 000000000..b6f18ae04 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f4bb.png differ diff --git a/dist/img-apple-64/1f468-200d-1f4bc.png b/dist/img-apple-64/1f468-200d-1f4bc.png new file mode 100644 index 000000000..9dd62be82 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f4bc.png differ diff --git a/dist/img-apple-64/1f468-200d-1f527.png b/dist/img-apple-64/1f468-200d-1f527.png new file mode 100644 index 000000000..b5d5fdabe Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f527.png differ diff --git a/dist/img-apple-64/1f468-200d-1f52c.png b/dist/img-apple-64/1f468-200d-1f52c.png new file mode 100644 index 000000000..bbde793b8 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f52c.png differ diff --git a/dist/img-apple-64/1f468-200d-1f680.png b/dist/img-apple-64/1f468-200d-1f680.png new file mode 100644 index 000000000..7750ddaad Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f680.png differ diff --git a/dist/img-apple-64/1f468-200d-1f692.png b/dist/img-apple-64/1f468-200d-1f692.png new file mode 100644 index 000000000..f2431422c Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f692.png differ diff --git a/dist/img-apple-64/1f468-200d-1f9af.png b/dist/img-apple-64/1f468-200d-1f9af.png new file mode 100644 index 000000000..9f3b2ad9d Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f9af.png differ diff --git a/dist/img-apple-64/1f468-200d-1f9b0.png b/dist/img-apple-64/1f468-200d-1f9b0.png new file mode 100644 index 000000000..b55ce7536 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f9b0.png differ diff --git a/dist/img-apple-64/1f468-200d-1f9b1.png b/dist/img-apple-64/1f468-200d-1f9b1.png new file mode 100644 index 000000000..0c35bd36e Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f9b1.png differ diff --git a/dist/img-apple-64/1f468-200d-1f9b2.png b/dist/img-apple-64/1f468-200d-1f9b2.png new file mode 100644 index 000000000..2c8c21a5e Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f9b2.png differ diff --git a/dist/img-apple-64/1f468-200d-1f9b3.png b/dist/img-apple-64/1f468-200d-1f9b3.png new file mode 100644 index 000000000..4b536b434 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f9b3.png differ diff --git a/dist/img-apple-64/1f468-200d-1f9bc.png b/dist/img-apple-64/1f468-200d-1f9bc.png new file mode 100644 index 000000000..9d145ec2c Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f9bc.png differ diff --git a/dist/img-apple-64/1f468-200d-1f9bd.png b/dist/img-apple-64/1f468-200d-1f9bd.png new file mode 100644 index 000000000..0f79826d6 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-1f9bd.png differ diff --git a/dist/img-apple-64/1f468-200d-2695-fe0f.png b/dist/img-apple-64/1f468-200d-2695-fe0f.png new file mode 100644 index 000000000..c03efc13d Binary files /dev/null and b/dist/img-apple-64/1f468-200d-2695-fe0f.png differ diff --git a/dist/img-apple-64/1f468-200d-2695.png b/dist/img-apple-64/1f468-200d-2695.png new file mode 100644 index 000000000..c03efc13d Binary files /dev/null and b/dist/img-apple-64/1f468-200d-2695.png differ diff --git a/dist/img-apple-64/1f468-200d-2696-fe0f.png b/dist/img-apple-64/1f468-200d-2696-fe0f.png new file mode 100644 index 000000000..144b1d162 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-2696-fe0f.png differ diff --git a/dist/img-apple-64/1f468-200d-2696.png b/dist/img-apple-64/1f468-200d-2696.png new file mode 100644 index 000000000..144b1d162 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-2696.png differ diff --git a/dist/img-apple-64/1f468-200d-2708-fe0f.png b/dist/img-apple-64/1f468-200d-2708-fe0f.png new file mode 100644 index 000000000..fe4623471 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-2708-fe0f.png differ diff --git a/dist/img-apple-64/1f468-200d-2708.png b/dist/img-apple-64/1f468-200d-2708.png new file mode 100644 index 000000000..fe4623471 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-2708.png differ diff --git a/dist/img-apple-64/1f468-200d-2764-200d-1f468.png b/dist/img-apple-64/1f468-200d-2764-200d-1f468.png new file mode 100644 index 000000000..70096e15d Binary files /dev/null and b/dist/img-apple-64/1f468-200d-2764-200d-1f468.png differ diff --git a/dist/img-apple-64/1f468-200d-2764-200d-1f48b-200d-1f468.png b/dist/img-apple-64/1f468-200d-2764-200d-1f48b-200d-1f468.png new file mode 100644 index 000000000..98e5fed83 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-2764-200d-1f48b-200d-1f468.png differ diff --git a/dist/img-apple-64/1f468-200d-2764-fe0f-200d-1f468.png b/dist/img-apple-64/1f468-200d-2764-fe0f-200d-1f468.png new file mode 100644 index 000000000..70096e15d Binary files /dev/null and b/dist/img-apple-64/1f468-200d-2764-fe0f-200d-1f468.png differ diff --git a/dist/img-apple-64/1f468-200d-2764-fe0f-200d-1f48b-200d-1f468.png b/dist/img-apple-64/1f468-200d-2764-fe0f-200d-1f48b-200d-1f468.png new file mode 100644 index 000000000..98e5fed83 Binary files /dev/null and b/dist/img-apple-64/1f468-200d-2764-fe0f-200d-1f48b-200d-1f468.png differ diff --git a/dist/img-apple-64/1f468.png b/dist/img-apple-64/1f468.png new file mode 100644 index 000000000..3bf42cab3 Binary files /dev/null and b/dist/img-apple-64/1f468.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f33e.png b/dist/img-apple-64/1f469-1f3fb-200d-1f33e.png new file mode 100644 index 000000000..6d6c9c7cc Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f33e.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f373.png b/dist/img-apple-64/1f469-1f3fb-200d-1f373.png new file mode 100644 index 000000000..c41f50821 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f373.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f37c.png b/dist/img-apple-64/1f469-1f3fb-200d-1f37c.png new file mode 100755 index 000000000..ec575b671 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f37c.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f393.png b/dist/img-apple-64/1f469-1f3fb-200d-1f393.png new file mode 100644 index 000000000..6b0fefdd4 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f393.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f3a4.png b/dist/img-apple-64/1f469-1f3fb-200d-1f3a4.png new file mode 100644 index 000000000..bfc624f85 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f3a4.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f3a8.png b/dist/img-apple-64/1f469-1f3fb-200d-1f3a8.png new file mode 100644 index 000000000..ae88eafcd Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f3a8.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f3eb.png b/dist/img-apple-64/1f469-1f3fb-200d-1f3eb.png new file mode 100644 index 000000000..a522bad4e Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f3eb.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f3ed.png b/dist/img-apple-64/1f469-1f3fb-200d-1f3ed.png new file mode 100644 index 000000000..d35799ba1 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f3ed.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f4bb.png b/dist/img-apple-64/1f469-1f3fb-200d-1f4bb.png new file mode 100644 index 000000000..cdf6baf06 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f4bb.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f4bc.png b/dist/img-apple-64/1f469-1f3fb-200d-1f4bc.png new file mode 100644 index 000000000..d004d0ce0 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f4bc.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f527.png b/dist/img-apple-64/1f469-1f3fb-200d-1f527.png new file mode 100644 index 000000000..22fb5df9f Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f527.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f52c.png b/dist/img-apple-64/1f469-1f3fb-200d-1f52c.png new file mode 100644 index 000000000..f776cde15 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f52c.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f680.png b/dist/img-apple-64/1f469-1f3fb-200d-1f680.png new file mode 100644 index 000000000..d3d830f14 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f680.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f692.png b/dist/img-apple-64/1f469-1f3fb-200d-1f692.png new file mode 100644 index 000000000..1120ef4a5 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f692.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fc.png b/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fc.png new file mode 100644 index 000000000..8eb540af5 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fc.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fd.png b/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fd.png new file mode 100644 index 000000000..de62eab49 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fd.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fe.png b/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fe.png new file mode 100644 index 000000000..98214602f Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f468-1f3fe.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f468-1f3ff.png b/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f468-1f3ff.png new file mode 100644 index 000000000..5b9bda859 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f468-1f3ff.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fc.png b/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fc.png new file mode 100644 index 000000000..4f1f5c6ff Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fc.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fd.png b/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fd.png new file mode 100644 index 000000000..662acc2e1 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fd.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fe.png b/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fe.png new file mode 100644 index 000000000..127b15c50 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f469-1f3fe.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f469-1f3ff.png b/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f469-1f3ff.png new file mode 100644 index 000000000..5f09b742c Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f91d-200d-1f469-1f3ff.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f9af.png b/dist/img-apple-64/1f469-1f3fb-200d-1f9af.png new file mode 100644 index 000000000..84a526d57 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f9af.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f9b0.png b/dist/img-apple-64/1f469-1f3fb-200d-1f9b0.png new file mode 100644 index 000000000..1ac53cdbb Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f9b0.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f9b1.png b/dist/img-apple-64/1f469-1f3fb-200d-1f9b1.png new file mode 100644 index 000000000..ee32e5ae4 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f9b1.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f9b2.png b/dist/img-apple-64/1f469-1f3fb-200d-1f9b2.png new file mode 100644 index 000000000..eed4f5701 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f9b2.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f9b3.png b/dist/img-apple-64/1f469-1f3fb-200d-1f9b3.png new file mode 100644 index 000000000..9fdbeeebd Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f9b3.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f9bc.png b/dist/img-apple-64/1f469-1f3fb-200d-1f9bc.png new file mode 100644 index 000000000..c2b96848f Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f9bc.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-1f9bd.png b/dist/img-apple-64/1f469-1f3fb-200d-1f9bd.png new file mode 100644 index 000000000..019e6a87d Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-1f9bd.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-2695-fe0f.png b/dist/img-apple-64/1f469-1f3fb-200d-2695-fe0f.png new file mode 100644 index 000000000..709c0f6c2 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-2695-fe0f.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-2695.png b/dist/img-apple-64/1f469-1f3fb-200d-2695.png new file mode 100644 index 000000000..709c0f6c2 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-2695.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-2696-fe0f.png b/dist/img-apple-64/1f469-1f3fb-200d-2696-fe0f.png new file mode 100644 index 000000000..a8798f151 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-2696-fe0f.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-2696.png b/dist/img-apple-64/1f469-1f3fb-200d-2696.png new file mode 100644 index 000000000..a8798f151 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-2696.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-2708-fe0f.png b/dist/img-apple-64/1f469-1f3fb-200d-2708-fe0f.png new file mode 100644 index 000000000..533ab1b45 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-2708-fe0f.png differ diff --git a/dist/img-apple-64/1f469-1f3fb-200d-2708.png b/dist/img-apple-64/1f469-1f3fb-200d-2708.png new file mode 100644 index 000000000..533ab1b45 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb-200d-2708.png differ diff --git a/dist/img-apple-64/1f469-1f3fb.png b/dist/img-apple-64/1f469-1f3fb.png new file mode 100644 index 000000000..fc5008870 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fb.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f33e.png b/dist/img-apple-64/1f469-1f3fc-200d-1f33e.png new file mode 100644 index 000000000..b42393ff1 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f33e.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f373.png b/dist/img-apple-64/1f469-1f3fc-200d-1f373.png new file mode 100644 index 000000000..18c3cea68 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f373.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f37c.png b/dist/img-apple-64/1f469-1f3fc-200d-1f37c.png new file mode 100755 index 000000000..d506814e6 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f37c.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f393.png b/dist/img-apple-64/1f469-1f3fc-200d-1f393.png new file mode 100644 index 000000000..5e0acd314 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f393.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f3a4.png b/dist/img-apple-64/1f469-1f3fc-200d-1f3a4.png new file mode 100644 index 000000000..6d11efa4d Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f3a4.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f3a8.png b/dist/img-apple-64/1f469-1f3fc-200d-1f3a8.png new file mode 100644 index 000000000..2f2af754d Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f3a8.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f3eb.png b/dist/img-apple-64/1f469-1f3fc-200d-1f3eb.png new file mode 100644 index 000000000..9a0061182 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f3eb.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f3ed.png b/dist/img-apple-64/1f469-1f3fc-200d-1f3ed.png new file mode 100644 index 000000000..efc7aa4c4 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f3ed.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f4bb.png b/dist/img-apple-64/1f469-1f3fc-200d-1f4bb.png new file mode 100644 index 000000000..a2fb76e6d Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f4bb.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f4bc.png b/dist/img-apple-64/1f469-1f3fc-200d-1f4bc.png new file mode 100644 index 000000000..b7d8d9529 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f4bc.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f527.png b/dist/img-apple-64/1f469-1f3fc-200d-1f527.png new file mode 100644 index 000000000..b400c10d2 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f527.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f52c.png b/dist/img-apple-64/1f469-1f3fc-200d-1f52c.png new file mode 100644 index 000000000..8eab857ad Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f52c.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f680.png b/dist/img-apple-64/1f469-1f3fc-200d-1f680.png new file mode 100644 index 000000000..6449cc954 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f680.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f692.png b/dist/img-apple-64/1f469-1f3fc-200d-1f692.png new file mode 100644 index 000000000..b904174db Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f692.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fb.png b/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fb.png new file mode 100644 index 000000000..3783f0fb3 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fb.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fd.png b/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fd.png new file mode 100644 index 000000000..1a897b560 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fd.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fe.png b/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fe.png new file mode 100644 index 000000000..653754840 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f468-1f3fe.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f468-1f3ff.png b/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f468-1f3ff.png new file mode 100644 index 000000000..6bfb0e81b Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f468-1f3ff.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fb.png b/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fb.png new file mode 100644 index 000000000..36830216c Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fb.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fd.png b/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fd.png new file mode 100644 index 000000000..1690d4355 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fd.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fe.png b/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fe.png new file mode 100644 index 000000000..08ab330cc Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f469-1f3fe.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f469-1f3ff.png b/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f469-1f3ff.png new file mode 100644 index 000000000..3b704d40b Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f91d-200d-1f469-1f3ff.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f9af.png b/dist/img-apple-64/1f469-1f3fc-200d-1f9af.png new file mode 100644 index 000000000..a51acd0d3 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f9af.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f9b0.png b/dist/img-apple-64/1f469-1f3fc-200d-1f9b0.png new file mode 100644 index 000000000..03b05d317 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f9b0.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f9b1.png b/dist/img-apple-64/1f469-1f3fc-200d-1f9b1.png new file mode 100644 index 000000000..bf31117d5 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f9b1.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f9b2.png b/dist/img-apple-64/1f469-1f3fc-200d-1f9b2.png new file mode 100644 index 000000000..f3beb0060 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f9b2.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f9b3.png b/dist/img-apple-64/1f469-1f3fc-200d-1f9b3.png new file mode 100644 index 000000000..aa36df5a8 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f9b3.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f9bc.png b/dist/img-apple-64/1f469-1f3fc-200d-1f9bc.png new file mode 100644 index 000000000..a44550daa Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f9bc.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-1f9bd.png b/dist/img-apple-64/1f469-1f3fc-200d-1f9bd.png new file mode 100644 index 000000000..a4801e29c Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-1f9bd.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-2695-fe0f.png b/dist/img-apple-64/1f469-1f3fc-200d-2695-fe0f.png new file mode 100644 index 000000000..5f45ca35a Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-2695-fe0f.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-2695.png b/dist/img-apple-64/1f469-1f3fc-200d-2695.png new file mode 100644 index 000000000..5f45ca35a Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-2695.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-2696-fe0f.png b/dist/img-apple-64/1f469-1f3fc-200d-2696-fe0f.png new file mode 100644 index 000000000..4a703cb2c Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-2696-fe0f.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-2696.png b/dist/img-apple-64/1f469-1f3fc-200d-2696.png new file mode 100644 index 000000000..4a703cb2c Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-2696.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-2708-fe0f.png b/dist/img-apple-64/1f469-1f3fc-200d-2708-fe0f.png new file mode 100644 index 000000000..3bd6027e9 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-2708-fe0f.png differ diff --git a/dist/img-apple-64/1f469-1f3fc-200d-2708.png b/dist/img-apple-64/1f469-1f3fc-200d-2708.png new file mode 100644 index 000000000..3bd6027e9 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc-200d-2708.png differ diff --git a/dist/img-apple-64/1f469-1f3fc.png b/dist/img-apple-64/1f469-1f3fc.png new file mode 100644 index 000000000..6e2536a68 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fc.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f33e.png b/dist/img-apple-64/1f469-1f3fd-200d-1f33e.png new file mode 100644 index 000000000..88f821400 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f33e.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f373.png b/dist/img-apple-64/1f469-1f3fd-200d-1f373.png new file mode 100644 index 000000000..10d290532 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f373.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f37c.png b/dist/img-apple-64/1f469-1f3fd-200d-1f37c.png new file mode 100755 index 000000000..581307d25 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f37c.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f393.png b/dist/img-apple-64/1f469-1f3fd-200d-1f393.png new file mode 100644 index 000000000..f59ef6d3d Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f393.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f3a4.png b/dist/img-apple-64/1f469-1f3fd-200d-1f3a4.png new file mode 100644 index 000000000..f03672a22 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f3a4.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f3a8.png b/dist/img-apple-64/1f469-1f3fd-200d-1f3a8.png new file mode 100644 index 000000000..b47c6fe73 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f3a8.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f3eb.png b/dist/img-apple-64/1f469-1f3fd-200d-1f3eb.png new file mode 100644 index 000000000..90f7ac983 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f3eb.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f3ed.png b/dist/img-apple-64/1f469-1f3fd-200d-1f3ed.png new file mode 100644 index 000000000..17f69d633 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f3ed.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f4bb.png b/dist/img-apple-64/1f469-1f3fd-200d-1f4bb.png new file mode 100644 index 000000000..15ea22f33 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f4bb.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f4bc.png b/dist/img-apple-64/1f469-1f3fd-200d-1f4bc.png new file mode 100644 index 000000000..8cae56c41 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f4bc.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f527.png b/dist/img-apple-64/1f469-1f3fd-200d-1f527.png new file mode 100644 index 000000000..55c28c548 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f527.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f52c.png b/dist/img-apple-64/1f469-1f3fd-200d-1f52c.png new file mode 100644 index 000000000..da74b0cea Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f52c.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f680.png b/dist/img-apple-64/1f469-1f3fd-200d-1f680.png new file mode 100644 index 000000000..eb25eeeca Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f680.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f692.png b/dist/img-apple-64/1f469-1f3fd-200d-1f692.png new file mode 100644 index 000000000..bc5980e73 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f692.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fb.png b/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fb.png new file mode 100644 index 000000000..2dd841065 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fb.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fc.png b/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fc.png new file mode 100644 index 000000000..6c212cc25 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fc.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fe.png b/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fe.png new file mode 100644 index 000000000..c02610d4a Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f468-1f3fe.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f468-1f3ff.png b/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f468-1f3ff.png new file mode 100644 index 000000000..b0624c88c Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f468-1f3ff.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fb.png b/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fb.png new file mode 100644 index 000000000..96c3e81fe Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fb.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fc.png b/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fc.png new file mode 100644 index 000000000..ff5d36987 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fc.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fe.png b/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fe.png new file mode 100644 index 000000000..e188ae302 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f469-1f3fe.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f469-1f3ff.png b/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f469-1f3ff.png new file mode 100644 index 000000000..09d0d6828 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f91d-200d-1f469-1f3ff.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f9af.png b/dist/img-apple-64/1f469-1f3fd-200d-1f9af.png new file mode 100644 index 000000000..eac31621a Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f9af.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f9b0.png b/dist/img-apple-64/1f469-1f3fd-200d-1f9b0.png new file mode 100644 index 000000000..399c4b627 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f9b0.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f9b1.png b/dist/img-apple-64/1f469-1f3fd-200d-1f9b1.png new file mode 100644 index 000000000..cdb238467 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f9b1.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f9b2.png b/dist/img-apple-64/1f469-1f3fd-200d-1f9b2.png new file mode 100644 index 000000000..e05b7becd Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f9b2.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f9b3.png b/dist/img-apple-64/1f469-1f3fd-200d-1f9b3.png new file mode 100644 index 000000000..d54942c9f Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f9b3.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f9bc.png b/dist/img-apple-64/1f469-1f3fd-200d-1f9bc.png new file mode 100644 index 000000000..4ffa70d4d Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f9bc.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-1f9bd.png b/dist/img-apple-64/1f469-1f3fd-200d-1f9bd.png new file mode 100644 index 000000000..f506c3770 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-1f9bd.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-2695-fe0f.png b/dist/img-apple-64/1f469-1f3fd-200d-2695-fe0f.png new file mode 100644 index 000000000..e6a7d4006 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-2695-fe0f.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-2695.png b/dist/img-apple-64/1f469-1f3fd-200d-2695.png new file mode 100644 index 000000000..e6a7d4006 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-2695.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-2696-fe0f.png b/dist/img-apple-64/1f469-1f3fd-200d-2696-fe0f.png new file mode 100644 index 000000000..11a655f05 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-2696-fe0f.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-2696.png b/dist/img-apple-64/1f469-1f3fd-200d-2696.png new file mode 100644 index 000000000..11a655f05 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-2696.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-2708-fe0f.png b/dist/img-apple-64/1f469-1f3fd-200d-2708-fe0f.png new file mode 100644 index 000000000..68445f4f6 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-2708-fe0f.png differ diff --git a/dist/img-apple-64/1f469-1f3fd-200d-2708.png b/dist/img-apple-64/1f469-1f3fd-200d-2708.png new file mode 100644 index 000000000..68445f4f6 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd-200d-2708.png differ diff --git a/dist/img-apple-64/1f469-1f3fd.png b/dist/img-apple-64/1f469-1f3fd.png new file mode 100644 index 000000000..778f7b987 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fd.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f33e.png b/dist/img-apple-64/1f469-1f3fe-200d-1f33e.png new file mode 100644 index 000000000..3e25673e2 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f33e.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f373.png b/dist/img-apple-64/1f469-1f3fe-200d-1f373.png new file mode 100644 index 000000000..13eb3725f Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f373.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f37c.png b/dist/img-apple-64/1f469-1f3fe-200d-1f37c.png new file mode 100755 index 000000000..bd36070ee Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f37c.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f393.png b/dist/img-apple-64/1f469-1f3fe-200d-1f393.png new file mode 100644 index 000000000..3c624bdf3 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f393.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f3a4.png b/dist/img-apple-64/1f469-1f3fe-200d-1f3a4.png new file mode 100644 index 000000000..a67bcee4f Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f3a4.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f3a8.png b/dist/img-apple-64/1f469-1f3fe-200d-1f3a8.png new file mode 100644 index 000000000..6d1ec525c Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f3a8.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f3eb.png b/dist/img-apple-64/1f469-1f3fe-200d-1f3eb.png new file mode 100644 index 000000000..163c14594 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f3eb.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f3ed.png b/dist/img-apple-64/1f469-1f3fe-200d-1f3ed.png new file mode 100644 index 000000000..8eb56fa25 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f3ed.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f4bb.png b/dist/img-apple-64/1f469-1f3fe-200d-1f4bb.png new file mode 100644 index 000000000..f0c8bf96a Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f4bb.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f4bc.png b/dist/img-apple-64/1f469-1f3fe-200d-1f4bc.png new file mode 100644 index 000000000..e238b81a1 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f4bc.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f527.png b/dist/img-apple-64/1f469-1f3fe-200d-1f527.png new file mode 100644 index 000000000..64de77930 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f527.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f52c.png b/dist/img-apple-64/1f469-1f3fe-200d-1f52c.png new file mode 100644 index 000000000..c8219cd7e Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f52c.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f680.png b/dist/img-apple-64/1f469-1f3fe-200d-1f680.png new file mode 100644 index 000000000..139e7c296 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f680.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f692.png b/dist/img-apple-64/1f469-1f3fe-200d-1f692.png new file mode 100644 index 000000000..787c3524f Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f692.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fb.png b/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fb.png new file mode 100644 index 000000000..58cb719e1 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fb.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fc.png b/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fc.png new file mode 100644 index 000000000..22560055f Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fc.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fd.png b/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fd.png new file mode 100644 index 000000000..f529b35b1 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f468-1f3fd.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f468-1f3ff.png b/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f468-1f3ff.png new file mode 100644 index 000000000..32dd586b0 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f468-1f3ff.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fb.png b/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fb.png new file mode 100644 index 000000000..c5bd15723 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fb.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fc.png b/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fc.png new file mode 100644 index 000000000..b6c2d0d06 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fc.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fd.png b/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fd.png new file mode 100644 index 000000000..58a3561ec Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f469-1f3fd.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f469-1f3ff.png b/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f469-1f3ff.png new file mode 100644 index 000000000..af1f94f18 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f91d-200d-1f469-1f3ff.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f9af.png b/dist/img-apple-64/1f469-1f3fe-200d-1f9af.png new file mode 100644 index 000000000..0814f0fff Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f9af.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f9b0.png b/dist/img-apple-64/1f469-1f3fe-200d-1f9b0.png new file mode 100644 index 000000000..83100c747 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f9b0.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f9b1.png b/dist/img-apple-64/1f469-1f3fe-200d-1f9b1.png new file mode 100644 index 000000000..89542ca73 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f9b1.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f9b2.png b/dist/img-apple-64/1f469-1f3fe-200d-1f9b2.png new file mode 100644 index 000000000..78fb357fd Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f9b2.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f9b3.png b/dist/img-apple-64/1f469-1f3fe-200d-1f9b3.png new file mode 100644 index 000000000..3515e4ede Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f9b3.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f9bc.png b/dist/img-apple-64/1f469-1f3fe-200d-1f9bc.png new file mode 100644 index 000000000..964c1b662 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f9bc.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-1f9bd.png b/dist/img-apple-64/1f469-1f3fe-200d-1f9bd.png new file mode 100644 index 000000000..ffe30e389 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-1f9bd.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-2695-fe0f.png b/dist/img-apple-64/1f469-1f3fe-200d-2695-fe0f.png new file mode 100644 index 000000000..f62f48b5f Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-2695-fe0f.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-2695.png b/dist/img-apple-64/1f469-1f3fe-200d-2695.png new file mode 100644 index 000000000..f62f48b5f Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-2695.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-2696-fe0f.png b/dist/img-apple-64/1f469-1f3fe-200d-2696-fe0f.png new file mode 100644 index 000000000..d8de09030 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-2696-fe0f.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-2696.png b/dist/img-apple-64/1f469-1f3fe-200d-2696.png new file mode 100644 index 000000000..d8de09030 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-2696.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-2708-fe0f.png b/dist/img-apple-64/1f469-1f3fe-200d-2708-fe0f.png new file mode 100644 index 000000000..46ddb4779 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-2708-fe0f.png differ diff --git a/dist/img-apple-64/1f469-1f3fe-200d-2708.png b/dist/img-apple-64/1f469-1f3fe-200d-2708.png new file mode 100644 index 000000000..46ddb4779 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe-200d-2708.png differ diff --git a/dist/img-apple-64/1f469-1f3fe.png b/dist/img-apple-64/1f469-1f3fe.png new file mode 100644 index 000000000..ebb98c21d Binary files /dev/null and b/dist/img-apple-64/1f469-1f3fe.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f33e.png b/dist/img-apple-64/1f469-1f3ff-200d-1f33e.png new file mode 100644 index 000000000..e5ec38dc9 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f33e.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f373.png b/dist/img-apple-64/1f469-1f3ff-200d-1f373.png new file mode 100644 index 000000000..e27289f3c Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f373.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f37c.png b/dist/img-apple-64/1f469-1f3ff-200d-1f37c.png new file mode 100755 index 000000000..fe4619437 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f37c.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f393.png b/dist/img-apple-64/1f469-1f3ff-200d-1f393.png new file mode 100644 index 000000000..27aecf500 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f393.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f3a4.png b/dist/img-apple-64/1f469-1f3ff-200d-1f3a4.png new file mode 100644 index 000000000..a39412112 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f3a4.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f3a8.png b/dist/img-apple-64/1f469-1f3ff-200d-1f3a8.png new file mode 100644 index 000000000..6fd376674 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f3a8.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f3eb.png b/dist/img-apple-64/1f469-1f3ff-200d-1f3eb.png new file mode 100644 index 000000000..803ab8161 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f3eb.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f3ed.png b/dist/img-apple-64/1f469-1f3ff-200d-1f3ed.png new file mode 100644 index 000000000..927d0e062 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f3ed.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f4bb.png b/dist/img-apple-64/1f469-1f3ff-200d-1f4bb.png new file mode 100644 index 000000000..e38dce7cf Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f4bb.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f4bc.png b/dist/img-apple-64/1f469-1f3ff-200d-1f4bc.png new file mode 100644 index 000000000..219fd2715 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f4bc.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f527.png b/dist/img-apple-64/1f469-1f3ff-200d-1f527.png new file mode 100644 index 000000000..44e2b4a92 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f527.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f52c.png b/dist/img-apple-64/1f469-1f3ff-200d-1f52c.png new file mode 100644 index 000000000..5ebb669e2 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f52c.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f680.png b/dist/img-apple-64/1f469-1f3ff-200d-1f680.png new file mode 100644 index 000000000..299bee672 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f680.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f692.png b/dist/img-apple-64/1f469-1f3ff-200d-1f692.png new file mode 100644 index 000000000..a7086066d Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f692.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fb.png b/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fb.png new file mode 100644 index 000000000..05d311b7d Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fb.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fc.png b/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fc.png new file mode 100644 index 000000000..c0ed572ef Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fc.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fd.png b/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fd.png new file mode 100644 index 000000000..6d89047e6 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fd.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fe.png b/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fe.png new file mode 100644 index 000000000..ab1b1425a Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f468-1f3fe.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fb.png b/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fb.png new file mode 100644 index 000000000..61c06d062 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fb.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fc.png b/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fc.png new file mode 100644 index 000000000..091a45c4d Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fc.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fd.png b/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fd.png new file mode 100644 index 000000000..9e327672a Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fd.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fe.png b/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fe.png new file mode 100644 index 000000000..9a9a58794 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f91d-200d-1f469-1f3fe.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f9af.png b/dist/img-apple-64/1f469-1f3ff-200d-1f9af.png new file mode 100644 index 000000000..817dc0911 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f9af.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f9b0.png b/dist/img-apple-64/1f469-1f3ff-200d-1f9b0.png new file mode 100644 index 000000000..ef57860ad Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f9b0.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f9b1.png b/dist/img-apple-64/1f469-1f3ff-200d-1f9b1.png new file mode 100644 index 000000000..dd1bae63f Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f9b1.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f9b2.png b/dist/img-apple-64/1f469-1f3ff-200d-1f9b2.png new file mode 100644 index 000000000..0cde11869 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f9b2.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f9b3.png b/dist/img-apple-64/1f469-1f3ff-200d-1f9b3.png new file mode 100644 index 000000000..fe70297ad Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f9b3.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f9bc.png b/dist/img-apple-64/1f469-1f3ff-200d-1f9bc.png new file mode 100644 index 000000000..033d665cd Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f9bc.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-1f9bd.png b/dist/img-apple-64/1f469-1f3ff-200d-1f9bd.png new file mode 100644 index 000000000..4af3eddf7 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-1f9bd.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-2695-fe0f.png b/dist/img-apple-64/1f469-1f3ff-200d-2695-fe0f.png new file mode 100644 index 000000000..8351e5398 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-2695-fe0f.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-2695.png b/dist/img-apple-64/1f469-1f3ff-200d-2695.png new file mode 100644 index 000000000..8351e5398 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-2695.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-2696-fe0f.png b/dist/img-apple-64/1f469-1f3ff-200d-2696-fe0f.png new file mode 100644 index 000000000..0a91aa6f9 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-2696-fe0f.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-2696.png b/dist/img-apple-64/1f469-1f3ff-200d-2696.png new file mode 100644 index 000000000..0a91aa6f9 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-2696.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-2708-fe0f.png b/dist/img-apple-64/1f469-1f3ff-200d-2708-fe0f.png new file mode 100644 index 000000000..349d3a4f4 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-2708-fe0f.png differ diff --git a/dist/img-apple-64/1f469-1f3ff-200d-2708.png b/dist/img-apple-64/1f469-1f3ff-200d-2708.png new file mode 100644 index 000000000..349d3a4f4 Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff-200d-2708.png differ diff --git a/dist/img-apple-64/1f469-1f3ff.png b/dist/img-apple-64/1f469-1f3ff.png new file mode 100644 index 000000000..e7c38fffd Binary files /dev/null and b/dist/img-apple-64/1f469-1f3ff.png differ diff --git a/dist/img-apple-64/1f469-200d-1f33e.png b/dist/img-apple-64/1f469-200d-1f33e.png new file mode 100644 index 000000000..e3caeed37 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f33e.png differ diff --git a/dist/img-apple-64/1f469-200d-1f373.png b/dist/img-apple-64/1f469-200d-1f373.png new file mode 100644 index 000000000..e3973e050 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f373.png differ diff --git a/dist/img-apple-64/1f469-200d-1f37c.png b/dist/img-apple-64/1f469-200d-1f37c.png new file mode 100755 index 000000000..a3d9b5095 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f37c.png differ diff --git a/dist/img-apple-64/1f469-200d-1f393.png b/dist/img-apple-64/1f469-200d-1f393.png new file mode 100644 index 000000000..08cfefb8f Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f393.png differ diff --git a/dist/img-apple-64/1f469-200d-1f3a4.png b/dist/img-apple-64/1f469-200d-1f3a4.png new file mode 100644 index 000000000..7cf17ef98 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f3a4.png differ diff --git a/dist/img-apple-64/1f469-200d-1f3a8.png b/dist/img-apple-64/1f469-200d-1f3a8.png new file mode 100644 index 000000000..bce3e7e3b Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f3a8.png differ diff --git a/dist/img-apple-64/1f469-200d-1f3eb.png b/dist/img-apple-64/1f469-200d-1f3eb.png new file mode 100644 index 000000000..23729f210 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f3eb.png differ diff --git a/dist/img-apple-64/1f469-200d-1f3ed.png b/dist/img-apple-64/1f469-200d-1f3ed.png new file mode 100644 index 000000000..05844225f Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f3ed.png differ diff --git a/dist/img-apple-64/1f469-200d-1f466-200d-1f466.png b/dist/img-apple-64/1f469-200d-1f466-200d-1f466.png new file mode 100644 index 000000000..4466f9122 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f466-200d-1f466.png differ diff --git a/dist/img-apple-64/1f469-200d-1f466.png b/dist/img-apple-64/1f469-200d-1f466.png new file mode 100644 index 000000000..152aaecb7 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f466.png differ diff --git a/dist/img-apple-64/1f469-200d-1f467-200d-1f466.png b/dist/img-apple-64/1f469-200d-1f467-200d-1f466.png new file mode 100644 index 000000000..b8cd7d1b8 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f467-200d-1f466.png differ diff --git a/dist/img-apple-64/1f469-200d-1f467-200d-1f467.png b/dist/img-apple-64/1f469-200d-1f467-200d-1f467.png new file mode 100644 index 000000000..49960a353 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f467-200d-1f467.png differ diff --git a/dist/img-apple-64/1f469-200d-1f467.png b/dist/img-apple-64/1f469-200d-1f467.png new file mode 100644 index 000000000..6ce03f237 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f467.png differ diff --git a/dist/img-apple-64/1f469-200d-1f469-200d-1f466-200d-1f466.png b/dist/img-apple-64/1f469-200d-1f469-200d-1f466-200d-1f466.png new file mode 100644 index 000000000..ac8273100 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f469-200d-1f466-200d-1f466.png differ diff --git a/dist/img-apple-64/1f469-200d-1f469-200d-1f466.png b/dist/img-apple-64/1f469-200d-1f469-200d-1f466.png new file mode 100644 index 000000000..2f4ac32c3 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f469-200d-1f466.png differ diff --git a/dist/img-apple-64/1f469-200d-1f469-200d-1f467-200d-1f466.png b/dist/img-apple-64/1f469-200d-1f469-200d-1f467-200d-1f466.png new file mode 100644 index 000000000..af3cee05c Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f469-200d-1f467-200d-1f466.png differ diff --git a/dist/img-apple-64/1f469-200d-1f469-200d-1f467-200d-1f467.png b/dist/img-apple-64/1f469-200d-1f469-200d-1f467-200d-1f467.png new file mode 100644 index 000000000..505359682 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f469-200d-1f467-200d-1f467.png differ diff --git a/dist/img-apple-64/1f469-200d-1f469-200d-1f467.png b/dist/img-apple-64/1f469-200d-1f469-200d-1f467.png new file mode 100644 index 000000000..af3fc64fa Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f469-200d-1f467.png differ diff --git a/dist/img-apple-64/1f469-200d-1f4bb.png b/dist/img-apple-64/1f469-200d-1f4bb.png new file mode 100644 index 000000000..70446c7db Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f4bb.png differ diff --git a/dist/img-apple-64/1f469-200d-1f4bc.png b/dist/img-apple-64/1f469-200d-1f4bc.png new file mode 100644 index 000000000..62221c55e Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f4bc.png differ diff --git a/dist/img-apple-64/1f469-200d-1f527.png b/dist/img-apple-64/1f469-200d-1f527.png new file mode 100644 index 000000000..dae2c9466 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f527.png differ diff --git a/dist/img-apple-64/1f469-200d-1f52c.png b/dist/img-apple-64/1f469-200d-1f52c.png new file mode 100644 index 000000000..e2a0c8e3a Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f52c.png differ diff --git a/dist/img-apple-64/1f469-200d-1f680.png b/dist/img-apple-64/1f469-200d-1f680.png new file mode 100644 index 000000000..e85c3acf8 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f680.png differ diff --git a/dist/img-apple-64/1f469-200d-1f692.png b/dist/img-apple-64/1f469-200d-1f692.png new file mode 100644 index 000000000..581aa7027 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f692.png differ diff --git a/dist/img-apple-64/1f469-200d-1f9af.png b/dist/img-apple-64/1f469-200d-1f9af.png new file mode 100644 index 000000000..51aa9e873 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f9af.png differ diff --git a/dist/img-apple-64/1f469-200d-1f9b0.png b/dist/img-apple-64/1f469-200d-1f9b0.png new file mode 100644 index 000000000..213c3a812 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f9b0.png differ diff --git a/dist/img-apple-64/1f469-200d-1f9b1.png b/dist/img-apple-64/1f469-200d-1f9b1.png new file mode 100644 index 000000000..1415d8804 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f9b1.png differ diff --git a/dist/img-apple-64/1f469-200d-1f9b2.png b/dist/img-apple-64/1f469-200d-1f9b2.png new file mode 100644 index 000000000..0c9f60f53 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f9b2.png differ diff --git a/dist/img-apple-64/1f469-200d-1f9b3.png b/dist/img-apple-64/1f469-200d-1f9b3.png new file mode 100644 index 000000000..9cec3ff56 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f9b3.png differ diff --git a/dist/img-apple-64/1f469-200d-1f9bc.png b/dist/img-apple-64/1f469-200d-1f9bc.png new file mode 100644 index 000000000..7b0bdcd62 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f9bc.png differ diff --git a/dist/img-apple-64/1f469-200d-1f9bd.png b/dist/img-apple-64/1f469-200d-1f9bd.png new file mode 100644 index 000000000..26e595f04 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-1f9bd.png differ diff --git a/dist/img-apple-64/1f469-200d-2695-fe0f.png b/dist/img-apple-64/1f469-200d-2695-fe0f.png new file mode 100644 index 000000000..c5c78b4b6 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-2695-fe0f.png differ diff --git a/dist/img-apple-64/1f469-200d-2695.png b/dist/img-apple-64/1f469-200d-2695.png new file mode 100644 index 000000000..c5c78b4b6 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-2695.png differ diff --git a/dist/img-apple-64/1f469-200d-2696-fe0f.png b/dist/img-apple-64/1f469-200d-2696-fe0f.png new file mode 100644 index 000000000..5adea6a37 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-2696-fe0f.png differ diff --git a/dist/img-apple-64/1f469-200d-2696.png b/dist/img-apple-64/1f469-200d-2696.png new file mode 100644 index 000000000..5adea6a37 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-2696.png differ diff --git a/dist/img-apple-64/1f469-200d-2708-fe0f.png b/dist/img-apple-64/1f469-200d-2708-fe0f.png new file mode 100644 index 000000000..e4f7492df Binary files /dev/null and b/dist/img-apple-64/1f469-200d-2708-fe0f.png differ diff --git a/dist/img-apple-64/1f469-200d-2708.png b/dist/img-apple-64/1f469-200d-2708.png new file mode 100644 index 000000000..e4f7492df Binary files /dev/null and b/dist/img-apple-64/1f469-200d-2708.png differ diff --git a/dist/img-apple-64/1f469-200d-2764-200d-1f468.png b/dist/img-apple-64/1f469-200d-2764-200d-1f468.png new file mode 100644 index 000000000..ecfa4f521 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-2764-200d-1f468.png differ diff --git a/dist/img-apple-64/1f469-200d-2764-200d-1f469.png b/dist/img-apple-64/1f469-200d-2764-200d-1f469.png new file mode 100644 index 000000000..9defccb65 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-2764-200d-1f469.png differ diff --git a/dist/img-apple-64/1f469-200d-2764-200d-1f48b-200d-1f468.png b/dist/img-apple-64/1f469-200d-2764-200d-1f48b-200d-1f468.png new file mode 100644 index 000000000..9dcb14587 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-2764-200d-1f48b-200d-1f468.png differ diff --git a/dist/img-apple-64/1f469-200d-2764-200d-1f48b-200d-1f469.png b/dist/img-apple-64/1f469-200d-2764-200d-1f48b-200d-1f469.png new file mode 100644 index 000000000..91f31d8fd Binary files /dev/null and b/dist/img-apple-64/1f469-200d-2764-200d-1f48b-200d-1f469.png differ diff --git a/dist/img-apple-64/1f469-200d-2764-fe0f-200d-1f468.png b/dist/img-apple-64/1f469-200d-2764-fe0f-200d-1f468.png new file mode 100644 index 000000000..ecfa4f521 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-2764-fe0f-200d-1f468.png differ diff --git a/dist/img-apple-64/1f469-200d-2764-fe0f-200d-1f469.png b/dist/img-apple-64/1f469-200d-2764-fe0f-200d-1f469.png new file mode 100644 index 000000000..9defccb65 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-2764-fe0f-200d-1f469.png differ diff --git a/dist/img-apple-64/1f469-200d-2764-fe0f-200d-1f48b-200d-1f468.png b/dist/img-apple-64/1f469-200d-2764-fe0f-200d-1f48b-200d-1f468.png new file mode 100644 index 000000000..9dcb14587 Binary files /dev/null and b/dist/img-apple-64/1f469-200d-2764-fe0f-200d-1f48b-200d-1f468.png differ diff --git a/dist/img-apple-64/1f469-200d-2764-fe0f-200d-1f48b-200d-1f469.png b/dist/img-apple-64/1f469-200d-2764-fe0f-200d-1f48b-200d-1f469.png new file mode 100644 index 000000000..91f31d8fd Binary files /dev/null and b/dist/img-apple-64/1f469-200d-2764-fe0f-200d-1f48b-200d-1f469.png differ diff --git a/dist/img-apple-64/1f469.png b/dist/img-apple-64/1f469.png new file mode 100644 index 000000000..4dcc1424f Binary files /dev/null and b/dist/img-apple-64/1f469.png differ diff --git a/dist/img-apple-64/1f46a.png b/dist/img-apple-64/1f46a.png new file mode 100644 index 000000000..914b66178 Binary files /dev/null and b/dist/img-apple-64/1f46a.png differ diff --git a/dist/img-apple-64/1f46b-1f3fb.png b/dist/img-apple-64/1f46b-1f3fb.png new file mode 100644 index 000000000..bbe83a8cc Binary files /dev/null and b/dist/img-apple-64/1f46b-1f3fb.png differ diff --git a/dist/img-apple-64/1f46b-1f3fc.png b/dist/img-apple-64/1f46b-1f3fc.png new file mode 100644 index 000000000..3b9faa346 Binary files /dev/null and b/dist/img-apple-64/1f46b-1f3fc.png differ diff --git a/dist/img-apple-64/1f46b-1f3fd.png b/dist/img-apple-64/1f46b-1f3fd.png new file mode 100644 index 000000000..e029b575a Binary files /dev/null and b/dist/img-apple-64/1f46b-1f3fd.png differ diff --git a/dist/img-apple-64/1f46b-1f3fe.png b/dist/img-apple-64/1f46b-1f3fe.png new file mode 100644 index 000000000..c67dc3fe7 Binary files /dev/null and b/dist/img-apple-64/1f46b-1f3fe.png differ diff --git a/dist/img-apple-64/1f46b-1f3ff.png b/dist/img-apple-64/1f46b-1f3ff.png new file mode 100644 index 000000000..10f100425 Binary files /dev/null and b/dist/img-apple-64/1f46b-1f3ff.png differ diff --git a/dist/img-apple-64/1f46b.png b/dist/img-apple-64/1f46b.png new file mode 100644 index 000000000..5e7673947 Binary files /dev/null and b/dist/img-apple-64/1f46b.png differ diff --git a/dist/img-apple-64/1f46c-1f3fb.png b/dist/img-apple-64/1f46c-1f3fb.png new file mode 100644 index 000000000..01ee4a24f Binary files /dev/null and b/dist/img-apple-64/1f46c-1f3fb.png differ diff --git a/dist/img-apple-64/1f46c-1f3fc.png b/dist/img-apple-64/1f46c-1f3fc.png new file mode 100644 index 000000000..b588c9e4a Binary files /dev/null and b/dist/img-apple-64/1f46c-1f3fc.png differ diff --git a/dist/img-apple-64/1f46c-1f3fd.png b/dist/img-apple-64/1f46c-1f3fd.png new file mode 100644 index 000000000..b841f2304 Binary files /dev/null and b/dist/img-apple-64/1f46c-1f3fd.png differ diff --git a/dist/img-apple-64/1f46c-1f3fe.png b/dist/img-apple-64/1f46c-1f3fe.png new file mode 100644 index 000000000..76979c258 Binary files /dev/null and b/dist/img-apple-64/1f46c-1f3fe.png differ diff --git a/dist/img-apple-64/1f46c-1f3ff.png b/dist/img-apple-64/1f46c-1f3ff.png new file mode 100644 index 000000000..504506dc4 Binary files /dev/null and b/dist/img-apple-64/1f46c-1f3ff.png differ diff --git a/dist/img-apple-64/1f46c.png b/dist/img-apple-64/1f46c.png new file mode 100644 index 000000000..098f296bf Binary files /dev/null and b/dist/img-apple-64/1f46c.png differ diff --git a/dist/img-apple-64/1f46d-1f3fb.png b/dist/img-apple-64/1f46d-1f3fb.png new file mode 100644 index 000000000..05b05a616 Binary files /dev/null and b/dist/img-apple-64/1f46d-1f3fb.png differ diff --git a/dist/img-apple-64/1f46d-1f3fc.png b/dist/img-apple-64/1f46d-1f3fc.png new file mode 100644 index 000000000..183be62a7 Binary files /dev/null and b/dist/img-apple-64/1f46d-1f3fc.png differ diff --git a/dist/img-apple-64/1f46d-1f3fd.png b/dist/img-apple-64/1f46d-1f3fd.png new file mode 100644 index 000000000..9754a6a02 Binary files /dev/null and b/dist/img-apple-64/1f46d-1f3fd.png differ diff --git a/dist/img-apple-64/1f46d-1f3fe.png b/dist/img-apple-64/1f46d-1f3fe.png new file mode 100644 index 000000000..0381f724d Binary files /dev/null and b/dist/img-apple-64/1f46d-1f3fe.png differ diff --git a/dist/img-apple-64/1f46d-1f3ff.png b/dist/img-apple-64/1f46d-1f3ff.png new file mode 100644 index 000000000..c96a78ce0 Binary files /dev/null and b/dist/img-apple-64/1f46d-1f3ff.png differ diff --git a/dist/img-apple-64/1f46d.png b/dist/img-apple-64/1f46d.png new file mode 100644 index 000000000..1a0dca2d0 Binary files /dev/null and b/dist/img-apple-64/1f46d.png differ diff --git a/dist/img-apple-64/1f46e-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f46e-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..6110aa4ea Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f46e-1f3fb-200d-2640.png b/dist/img-apple-64/1f46e-1f3fb-200d-2640.png new file mode 100644 index 000000000..6110aa4ea Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f46e-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f46e-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..dfab287e0 Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f46e-1f3fb-200d-2642.png b/dist/img-apple-64/1f46e-1f3fb-200d-2642.png new file mode 100644 index 000000000..dfab287e0 Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f46e-1f3fb.png b/dist/img-apple-64/1f46e-1f3fb.png new file mode 100644 index 000000000..99982ba6e Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3fb.png differ diff --git a/dist/img-apple-64/1f46e-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f46e-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..2683f0585 Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f46e-1f3fc-200d-2640.png b/dist/img-apple-64/1f46e-1f3fc-200d-2640.png new file mode 100644 index 000000000..2683f0585 Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f46e-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f46e-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..81d9eed58 Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f46e-1f3fc-200d-2642.png b/dist/img-apple-64/1f46e-1f3fc-200d-2642.png new file mode 100644 index 000000000..81d9eed58 Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f46e-1f3fc.png b/dist/img-apple-64/1f46e-1f3fc.png new file mode 100644 index 000000000..e85d2e472 Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3fc.png differ diff --git a/dist/img-apple-64/1f46e-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f46e-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..c27c07b8d Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f46e-1f3fd-200d-2640.png b/dist/img-apple-64/1f46e-1f3fd-200d-2640.png new file mode 100644 index 000000000..c27c07b8d Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f46e-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f46e-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..1fc12b6e0 Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f46e-1f3fd-200d-2642.png b/dist/img-apple-64/1f46e-1f3fd-200d-2642.png new file mode 100644 index 000000000..1fc12b6e0 Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f46e-1f3fd.png b/dist/img-apple-64/1f46e-1f3fd.png new file mode 100644 index 000000000..4cd11a02e Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3fd.png differ diff --git a/dist/img-apple-64/1f46e-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f46e-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..b64c9e6e0 Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f46e-1f3fe-200d-2640.png b/dist/img-apple-64/1f46e-1f3fe-200d-2640.png new file mode 100644 index 000000000..b64c9e6e0 Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f46e-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f46e-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..7da44119b Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f46e-1f3fe-200d-2642.png b/dist/img-apple-64/1f46e-1f3fe-200d-2642.png new file mode 100644 index 000000000..7da44119b Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f46e-1f3fe.png b/dist/img-apple-64/1f46e-1f3fe.png new file mode 100644 index 000000000..ded8c9c6e Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3fe.png differ diff --git a/dist/img-apple-64/1f46e-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f46e-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..cd5a4d881 Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f46e-1f3ff-200d-2640.png b/dist/img-apple-64/1f46e-1f3ff-200d-2640.png new file mode 100644 index 000000000..cd5a4d881 Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f46e-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f46e-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..7479061d8 Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f46e-1f3ff-200d-2642.png b/dist/img-apple-64/1f46e-1f3ff-200d-2642.png new file mode 100644 index 000000000..7479061d8 Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f46e-1f3ff.png b/dist/img-apple-64/1f46e-1f3ff.png new file mode 100644 index 000000000..c2464070b Binary files /dev/null and b/dist/img-apple-64/1f46e-1f3ff.png differ diff --git a/dist/img-apple-64/1f46e-200d-2640-fe0f.png b/dist/img-apple-64/1f46e-200d-2640-fe0f.png new file mode 100644 index 000000000..45c8e1b69 Binary files /dev/null and b/dist/img-apple-64/1f46e-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f46e-200d-2640.png b/dist/img-apple-64/1f46e-200d-2640.png new file mode 100644 index 000000000..45c8e1b69 Binary files /dev/null and b/dist/img-apple-64/1f46e-200d-2640.png differ diff --git a/dist/img-apple-64/1f46e-200d-2642-fe0f.png b/dist/img-apple-64/1f46e-200d-2642-fe0f.png new file mode 100644 index 000000000..a6338c93e Binary files /dev/null and b/dist/img-apple-64/1f46e-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f46e-200d-2642.png b/dist/img-apple-64/1f46e-200d-2642.png new file mode 100644 index 000000000..a6338c93e Binary files /dev/null and b/dist/img-apple-64/1f46e-200d-2642.png differ diff --git a/dist/img-apple-64/1f46e.png b/dist/img-apple-64/1f46e.png new file mode 100644 index 000000000..62928a85a Binary files /dev/null and b/dist/img-apple-64/1f46e.png differ diff --git a/dist/img-apple-64/1f46f-200d-2640-fe0f.png b/dist/img-apple-64/1f46f-200d-2640-fe0f.png new file mode 100644 index 000000000..7bec5a6d0 Binary files /dev/null and b/dist/img-apple-64/1f46f-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f46f-200d-2640.png b/dist/img-apple-64/1f46f-200d-2640.png new file mode 100644 index 000000000..7bec5a6d0 Binary files /dev/null and b/dist/img-apple-64/1f46f-200d-2640.png differ diff --git a/dist/img-apple-64/1f46f-200d-2642-fe0f.png b/dist/img-apple-64/1f46f-200d-2642-fe0f.png new file mode 100644 index 000000000..0ab372ef7 Binary files /dev/null and b/dist/img-apple-64/1f46f-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f46f-200d-2642.png b/dist/img-apple-64/1f46f-200d-2642.png new file mode 100644 index 000000000..0ab372ef7 Binary files /dev/null and b/dist/img-apple-64/1f46f-200d-2642.png differ diff --git a/dist/img-apple-64/1f46f.png b/dist/img-apple-64/1f46f.png new file mode 100644 index 000000000..df1344446 Binary files /dev/null and b/dist/img-apple-64/1f46f.png differ diff --git a/dist/img-apple-64/1f470-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f470-1f3fb-200d-2640-fe0f.png new file mode 100755 index 000000000..727ef05dd Binary files /dev/null and b/dist/img-apple-64/1f470-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f470-1f3fb-200d-2640.png b/dist/img-apple-64/1f470-1f3fb-200d-2640.png new file mode 100755 index 000000000..727ef05dd Binary files /dev/null and b/dist/img-apple-64/1f470-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f470-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f470-1f3fb-200d-2642-fe0f.png new file mode 100755 index 000000000..b71fd14e1 Binary files /dev/null and b/dist/img-apple-64/1f470-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f470-1f3fb-200d-2642.png b/dist/img-apple-64/1f470-1f3fb-200d-2642.png new file mode 100755 index 000000000..b71fd14e1 Binary files /dev/null and b/dist/img-apple-64/1f470-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f470-1f3fb.png b/dist/img-apple-64/1f470-1f3fb.png new file mode 100644 index 000000000..4df581979 Binary files /dev/null and b/dist/img-apple-64/1f470-1f3fb.png differ diff --git a/dist/img-apple-64/1f470-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f470-1f3fc-200d-2640-fe0f.png new file mode 100755 index 000000000..111196968 Binary files /dev/null and b/dist/img-apple-64/1f470-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f470-1f3fc-200d-2640.png b/dist/img-apple-64/1f470-1f3fc-200d-2640.png new file mode 100755 index 000000000..111196968 Binary files /dev/null and b/dist/img-apple-64/1f470-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f470-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f470-1f3fc-200d-2642-fe0f.png new file mode 100755 index 000000000..b882bdeb8 Binary files /dev/null and b/dist/img-apple-64/1f470-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f470-1f3fc-200d-2642.png b/dist/img-apple-64/1f470-1f3fc-200d-2642.png new file mode 100755 index 000000000..b882bdeb8 Binary files /dev/null and b/dist/img-apple-64/1f470-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f470-1f3fc.png b/dist/img-apple-64/1f470-1f3fc.png new file mode 100644 index 000000000..d646adf14 Binary files /dev/null and b/dist/img-apple-64/1f470-1f3fc.png differ diff --git a/dist/img-apple-64/1f470-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f470-1f3fd-200d-2640-fe0f.png new file mode 100755 index 000000000..ad81f40f3 Binary files /dev/null and b/dist/img-apple-64/1f470-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f470-1f3fd-200d-2640.png b/dist/img-apple-64/1f470-1f3fd-200d-2640.png new file mode 100755 index 000000000..ad81f40f3 Binary files /dev/null and b/dist/img-apple-64/1f470-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f470-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f470-1f3fd-200d-2642-fe0f.png new file mode 100755 index 000000000..132f46980 Binary files /dev/null and b/dist/img-apple-64/1f470-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f470-1f3fd-200d-2642.png b/dist/img-apple-64/1f470-1f3fd-200d-2642.png new file mode 100755 index 000000000..132f46980 Binary files /dev/null and b/dist/img-apple-64/1f470-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f470-1f3fd.png b/dist/img-apple-64/1f470-1f3fd.png new file mode 100644 index 000000000..389177664 Binary files /dev/null and b/dist/img-apple-64/1f470-1f3fd.png differ diff --git a/dist/img-apple-64/1f470-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f470-1f3fe-200d-2640-fe0f.png new file mode 100755 index 000000000..14f484d1d Binary files /dev/null and b/dist/img-apple-64/1f470-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f470-1f3fe-200d-2640.png b/dist/img-apple-64/1f470-1f3fe-200d-2640.png new file mode 100755 index 000000000..14f484d1d Binary files /dev/null and b/dist/img-apple-64/1f470-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f470-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f470-1f3fe-200d-2642-fe0f.png new file mode 100755 index 000000000..6344d59eb Binary files /dev/null and b/dist/img-apple-64/1f470-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f470-1f3fe-200d-2642.png b/dist/img-apple-64/1f470-1f3fe-200d-2642.png new file mode 100755 index 000000000..6344d59eb Binary files /dev/null and b/dist/img-apple-64/1f470-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f470-1f3fe.png b/dist/img-apple-64/1f470-1f3fe.png new file mode 100644 index 000000000..8af526e7c Binary files /dev/null and b/dist/img-apple-64/1f470-1f3fe.png differ diff --git a/dist/img-apple-64/1f470-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f470-1f3ff-200d-2640-fe0f.png new file mode 100755 index 000000000..ab891202b Binary files /dev/null and b/dist/img-apple-64/1f470-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f470-1f3ff-200d-2640.png b/dist/img-apple-64/1f470-1f3ff-200d-2640.png new file mode 100755 index 000000000..ab891202b Binary files /dev/null and b/dist/img-apple-64/1f470-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f470-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f470-1f3ff-200d-2642-fe0f.png new file mode 100755 index 000000000..d350d8936 Binary files /dev/null and b/dist/img-apple-64/1f470-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f470-1f3ff-200d-2642.png b/dist/img-apple-64/1f470-1f3ff-200d-2642.png new file mode 100755 index 000000000..d350d8936 Binary files /dev/null and b/dist/img-apple-64/1f470-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f470-1f3ff.png b/dist/img-apple-64/1f470-1f3ff.png new file mode 100644 index 000000000..fe01e1dd8 Binary files /dev/null and b/dist/img-apple-64/1f470-1f3ff.png differ diff --git a/dist/img-apple-64/1f470-200d-2640-fe0f.png b/dist/img-apple-64/1f470-200d-2640-fe0f.png new file mode 100755 index 000000000..335f1eec6 Binary files /dev/null and b/dist/img-apple-64/1f470-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f470-200d-2640.png b/dist/img-apple-64/1f470-200d-2640.png new file mode 100755 index 000000000..335f1eec6 Binary files /dev/null and b/dist/img-apple-64/1f470-200d-2640.png differ diff --git a/dist/img-apple-64/1f470-200d-2642-fe0f.png b/dist/img-apple-64/1f470-200d-2642-fe0f.png new file mode 100755 index 000000000..81a6c5dba Binary files /dev/null and b/dist/img-apple-64/1f470-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f470-200d-2642.png b/dist/img-apple-64/1f470-200d-2642.png new file mode 100755 index 000000000..81a6c5dba Binary files /dev/null and b/dist/img-apple-64/1f470-200d-2642.png differ diff --git a/dist/img-apple-64/1f470.png b/dist/img-apple-64/1f470.png new file mode 100644 index 000000000..089860fa0 Binary files /dev/null and b/dist/img-apple-64/1f470.png differ diff --git a/dist/img-apple-64/1f471-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f471-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..d0b3e3338 Binary files /dev/null and b/dist/img-apple-64/1f471-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f471-1f3fb-200d-2640.png b/dist/img-apple-64/1f471-1f3fb-200d-2640.png new file mode 100644 index 000000000..d0b3e3338 Binary files /dev/null and b/dist/img-apple-64/1f471-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f471-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f471-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..86cd70902 Binary files /dev/null and b/dist/img-apple-64/1f471-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f471-1f3fb-200d-2642.png b/dist/img-apple-64/1f471-1f3fb-200d-2642.png new file mode 100644 index 000000000..86cd70902 Binary files /dev/null and b/dist/img-apple-64/1f471-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f471-1f3fb.png b/dist/img-apple-64/1f471-1f3fb.png new file mode 100644 index 000000000..05d9d2407 Binary files /dev/null and b/dist/img-apple-64/1f471-1f3fb.png differ diff --git a/dist/img-apple-64/1f471-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f471-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..88b0941a1 Binary files /dev/null and b/dist/img-apple-64/1f471-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f471-1f3fc-200d-2640.png b/dist/img-apple-64/1f471-1f3fc-200d-2640.png new file mode 100644 index 000000000..88b0941a1 Binary files /dev/null and b/dist/img-apple-64/1f471-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f471-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f471-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..1ee24f7e5 Binary files /dev/null and b/dist/img-apple-64/1f471-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f471-1f3fc-200d-2642.png b/dist/img-apple-64/1f471-1f3fc-200d-2642.png new file mode 100644 index 000000000..1ee24f7e5 Binary files /dev/null and b/dist/img-apple-64/1f471-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f471-1f3fc.png b/dist/img-apple-64/1f471-1f3fc.png new file mode 100644 index 000000000..4938410bd Binary files /dev/null and b/dist/img-apple-64/1f471-1f3fc.png differ diff --git a/dist/img-apple-64/1f471-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f471-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..b30c65bd2 Binary files /dev/null and b/dist/img-apple-64/1f471-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f471-1f3fd-200d-2640.png b/dist/img-apple-64/1f471-1f3fd-200d-2640.png new file mode 100644 index 000000000..b30c65bd2 Binary files /dev/null and b/dist/img-apple-64/1f471-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f471-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f471-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..ca05d2483 Binary files /dev/null and b/dist/img-apple-64/1f471-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f471-1f3fd-200d-2642.png b/dist/img-apple-64/1f471-1f3fd-200d-2642.png new file mode 100644 index 000000000..ca05d2483 Binary files /dev/null and b/dist/img-apple-64/1f471-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f471-1f3fd.png b/dist/img-apple-64/1f471-1f3fd.png new file mode 100644 index 000000000..16f29b917 Binary files /dev/null and b/dist/img-apple-64/1f471-1f3fd.png differ diff --git a/dist/img-apple-64/1f471-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f471-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..ad77b632c Binary files /dev/null and b/dist/img-apple-64/1f471-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f471-1f3fe-200d-2640.png b/dist/img-apple-64/1f471-1f3fe-200d-2640.png new file mode 100644 index 000000000..ad77b632c Binary files /dev/null and b/dist/img-apple-64/1f471-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f471-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f471-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..2c4ed7b17 Binary files /dev/null and b/dist/img-apple-64/1f471-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f471-1f3fe-200d-2642.png b/dist/img-apple-64/1f471-1f3fe-200d-2642.png new file mode 100644 index 000000000..2c4ed7b17 Binary files /dev/null and b/dist/img-apple-64/1f471-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f471-1f3fe.png b/dist/img-apple-64/1f471-1f3fe.png new file mode 100644 index 000000000..8c79c0b1c Binary files /dev/null and b/dist/img-apple-64/1f471-1f3fe.png differ diff --git a/dist/img-apple-64/1f471-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f471-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..e3fa1ec55 Binary files /dev/null and b/dist/img-apple-64/1f471-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f471-1f3ff-200d-2640.png b/dist/img-apple-64/1f471-1f3ff-200d-2640.png new file mode 100644 index 000000000..e3fa1ec55 Binary files /dev/null and b/dist/img-apple-64/1f471-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f471-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f471-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..803f2b26f Binary files /dev/null and b/dist/img-apple-64/1f471-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f471-1f3ff-200d-2642.png b/dist/img-apple-64/1f471-1f3ff-200d-2642.png new file mode 100644 index 000000000..803f2b26f Binary files /dev/null and b/dist/img-apple-64/1f471-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f471-1f3ff.png b/dist/img-apple-64/1f471-1f3ff.png new file mode 100644 index 000000000..405ec7644 Binary files /dev/null and b/dist/img-apple-64/1f471-1f3ff.png differ diff --git a/dist/img-apple-64/1f471-200d-2640-fe0f.png b/dist/img-apple-64/1f471-200d-2640-fe0f.png new file mode 100644 index 000000000..054d3cf7e Binary files /dev/null and b/dist/img-apple-64/1f471-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f471-200d-2640.png b/dist/img-apple-64/1f471-200d-2640.png new file mode 100644 index 000000000..054d3cf7e Binary files /dev/null and b/dist/img-apple-64/1f471-200d-2640.png differ diff --git a/dist/img-apple-64/1f471-200d-2642-fe0f.png b/dist/img-apple-64/1f471-200d-2642-fe0f.png new file mode 100644 index 000000000..45478df96 Binary files /dev/null and b/dist/img-apple-64/1f471-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f471-200d-2642.png b/dist/img-apple-64/1f471-200d-2642.png new file mode 100644 index 000000000..45478df96 Binary files /dev/null and b/dist/img-apple-64/1f471-200d-2642.png differ diff --git a/dist/img-apple-64/1f471.png b/dist/img-apple-64/1f471.png new file mode 100644 index 000000000..445f87f64 Binary files /dev/null and b/dist/img-apple-64/1f471.png differ diff --git a/dist/img-apple-64/1f472-1f3fb.png b/dist/img-apple-64/1f472-1f3fb.png new file mode 100644 index 000000000..90b16e7f9 Binary files /dev/null and b/dist/img-apple-64/1f472-1f3fb.png differ diff --git a/dist/img-apple-64/1f472-1f3fc.png b/dist/img-apple-64/1f472-1f3fc.png new file mode 100644 index 000000000..e87c067e4 Binary files /dev/null and b/dist/img-apple-64/1f472-1f3fc.png differ diff --git a/dist/img-apple-64/1f472-1f3fd.png b/dist/img-apple-64/1f472-1f3fd.png new file mode 100644 index 000000000..92b61fafc Binary files /dev/null and b/dist/img-apple-64/1f472-1f3fd.png differ diff --git a/dist/img-apple-64/1f472-1f3fe.png b/dist/img-apple-64/1f472-1f3fe.png new file mode 100644 index 000000000..8b546752e Binary files /dev/null and b/dist/img-apple-64/1f472-1f3fe.png differ diff --git a/dist/img-apple-64/1f472-1f3ff.png b/dist/img-apple-64/1f472-1f3ff.png new file mode 100644 index 000000000..94779503a Binary files /dev/null and b/dist/img-apple-64/1f472-1f3ff.png differ diff --git a/dist/img-apple-64/1f472.png b/dist/img-apple-64/1f472.png new file mode 100644 index 000000000..96c0389bf Binary files /dev/null and b/dist/img-apple-64/1f472.png differ diff --git a/dist/img-apple-64/1f473-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f473-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..a86b26535 Binary files /dev/null and b/dist/img-apple-64/1f473-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f473-1f3fb-200d-2640.png b/dist/img-apple-64/1f473-1f3fb-200d-2640.png new file mode 100644 index 000000000..a86b26535 Binary files /dev/null and b/dist/img-apple-64/1f473-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f473-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f473-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..117c21fad Binary files /dev/null and b/dist/img-apple-64/1f473-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f473-1f3fb-200d-2642.png b/dist/img-apple-64/1f473-1f3fb-200d-2642.png new file mode 100644 index 000000000..117c21fad Binary files /dev/null and b/dist/img-apple-64/1f473-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f473-1f3fb.png b/dist/img-apple-64/1f473-1f3fb.png new file mode 100644 index 000000000..c11c2dd82 Binary files /dev/null and b/dist/img-apple-64/1f473-1f3fb.png differ diff --git a/dist/img-apple-64/1f473-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f473-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..fbc18c2b6 Binary files /dev/null and b/dist/img-apple-64/1f473-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f473-1f3fc-200d-2640.png b/dist/img-apple-64/1f473-1f3fc-200d-2640.png new file mode 100644 index 000000000..fbc18c2b6 Binary files /dev/null and b/dist/img-apple-64/1f473-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f473-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f473-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..edfd9ec51 Binary files /dev/null and b/dist/img-apple-64/1f473-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f473-1f3fc-200d-2642.png b/dist/img-apple-64/1f473-1f3fc-200d-2642.png new file mode 100644 index 000000000..edfd9ec51 Binary files /dev/null and b/dist/img-apple-64/1f473-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f473-1f3fc.png b/dist/img-apple-64/1f473-1f3fc.png new file mode 100644 index 000000000..83bca0f75 Binary files /dev/null and b/dist/img-apple-64/1f473-1f3fc.png differ diff --git a/dist/img-apple-64/1f473-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f473-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..c1f8a39f1 Binary files /dev/null and b/dist/img-apple-64/1f473-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f473-1f3fd-200d-2640.png b/dist/img-apple-64/1f473-1f3fd-200d-2640.png new file mode 100644 index 000000000..c1f8a39f1 Binary files /dev/null and b/dist/img-apple-64/1f473-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f473-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f473-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..98009449b Binary files /dev/null and b/dist/img-apple-64/1f473-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f473-1f3fd-200d-2642.png b/dist/img-apple-64/1f473-1f3fd-200d-2642.png new file mode 100644 index 000000000..98009449b Binary files /dev/null and b/dist/img-apple-64/1f473-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f473-1f3fd.png b/dist/img-apple-64/1f473-1f3fd.png new file mode 100644 index 000000000..ee8b85cbd Binary files /dev/null and b/dist/img-apple-64/1f473-1f3fd.png differ diff --git a/dist/img-apple-64/1f473-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f473-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..eb2df6e6e Binary files /dev/null and b/dist/img-apple-64/1f473-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f473-1f3fe-200d-2640.png b/dist/img-apple-64/1f473-1f3fe-200d-2640.png new file mode 100644 index 000000000..eb2df6e6e Binary files /dev/null and b/dist/img-apple-64/1f473-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f473-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f473-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..8475f4f41 Binary files /dev/null and b/dist/img-apple-64/1f473-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f473-1f3fe-200d-2642.png b/dist/img-apple-64/1f473-1f3fe-200d-2642.png new file mode 100644 index 000000000..8475f4f41 Binary files /dev/null and b/dist/img-apple-64/1f473-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f473-1f3fe.png b/dist/img-apple-64/1f473-1f3fe.png new file mode 100644 index 000000000..a4b19d56d Binary files /dev/null and b/dist/img-apple-64/1f473-1f3fe.png differ diff --git a/dist/img-apple-64/1f473-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f473-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..eb906d3e9 Binary files /dev/null and b/dist/img-apple-64/1f473-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f473-1f3ff-200d-2640.png b/dist/img-apple-64/1f473-1f3ff-200d-2640.png new file mode 100644 index 000000000..eb906d3e9 Binary files /dev/null and b/dist/img-apple-64/1f473-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f473-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f473-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..1aed06056 Binary files /dev/null and b/dist/img-apple-64/1f473-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f473-1f3ff-200d-2642.png b/dist/img-apple-64/1f473-1f3ff-200d-2642.png new file mode 100644 index 000000000..1aed06056 Binary files /dev/null and b/dist/img-apple-64/1f473-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f473-1f3ff.png b/dist/img-apple-64/1f473-1f3ff.png new file mode 100644 index 000000000..0c63a08da Binary files /dev/null and b/dist/img-apple-64/1f473-1f3ff.png differ diff --git a/dist/img-apple-64/1f473-200d-2640-fe0f.png b/dist/img-apple-64/1f473-200d-2640-fe0f.png new file mode 100644 index 000000000..2f14fb4db Binary files /dev/null and b/dist/img-apple-64/1f473-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f473-200d-2640.png b/dist/img-apple-64/1f473-200d-2640.png new file mode 100644 index 000000000..2f14fb4db Binary files /dev/null and b/dist/img-apple-64/1f473-200d-2640.png differ diff --git a/dist/img-apple-64/1f473-200d-2642-fe0f.png b/dist/img-apple-64/1f473-200d-2642-fe0f.png new file mode 100644 index 000000000..c91ac37a7 Binary files /dev/null and b/dist/img-apple-64/1f473-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f473-200d-2642.png b/dist/img-apple-64/1f473-200d-2642.png new file mode 100644 index 000000000..c91ac37a7 Binary files /dev/null and b/dist/img-apple-64/1f473-200d-2642.png differ diff --git a/dist/img-apple-64/1f473.png b/dist/img-apple-64/1f473.png new file mode 100644 index 000000000..585c4cacd Binary files /dev/null and b/dist/img-apple-64/1f473.png differ diff --git a/dist/img-apple-64/1f474-1f3fb.png b/dist/img-apple-64/1f474-1f3fb.png new file mode 100644 index 000000000..943a43bab Binary files /dev/null and b/dist/img-apple-64/1f474-1f3fb.png differ diff --git a/dist/img-apple-64/1f474-1f3fc.png b/dist/img-apple-64/1f474-1f3fc.png new file mode 100644 index 000000000..5d8a28343 Binary files /dev/null and b/dist/img-apple-64/1f474-1f3fc.png differ diff --git a/dist/img-apple-64/1f474-1f3fd.png b/dist/img-apple-64/1f474-1f3fd.png new file mode 100644 index 000000000..ecc2651eb Binary files /dev/null and b/dist/img-apple-64/1f474-1f3fd.png differ diff --git a/dist/img-apple-64/1f474-1f3fe.png b/dist/img-apple-64/1f474-1f3fe.png new file mode 100644 index 000000000..c4f44005d Binary files /dev/null and b/dist/img-apple-64/1f474-1f3fe.png differ diff --git a/dist/img-apple-64/1f474-1f3ff.png b/dist/img-apple-64/1f474-1f3ff.png new file mode 100644 index 000000000..9f7866624 Binary files /dev/null and b/dist/img-apple-64/1f474-1f3ff.png differ diff --git a/dist/img-apple-64/1f474.png b/dist/img-apple-64/1f474.png new file mode 100644 index 000000000..c80f575b7 Binary files /dev/null and b/dist/img-apple-64/1f474.png differ diff --git a/dist/img-apple-64/1f475-1f3fb.png b/dist/img-apple-64/1f475-1f3fb.png new file mode 100644 index 000000000..49224563c Binary files /dev/null and b/dist/img-apple-64/1f475-1f3fb.png differ diff --git a/dist/img-apple-64/1f475-1f3fc.png b/dist/img-apple-64/1f475-1f3fc.png new file mode 100644 index 000000000..e542f5ac9 Binary files /dev/null and b/dist/img-apple-64/1f475-1f3fc.png differ diff --git a/dist/img-apple-64/1f475-1f3fd.png b/dist/img-apple-64/1f475-1f3fd.png new file mode 100644 index 000000000..7d089a350 Binary files /dev/null and b/dist/img-apple-64/1f475-1f3fd.png differ diff --git a/dist/img-apple-64/1f475-1f3fe.png b/dist/img-apple-64/1f475-1f3fe.png new file mode 100644 index 000000000..ce54a8bdf Binary files /dev/null and b/dist/img-apple-64/1f475-1f3fe.png differ diff --git a/dist/img-apple-64/1f475-1f3ff.png b/dist/img-apple-64/1f475-1f3ff.png new file mode 100644 index 000000000..9d4a2b249 Binary files /dev/null and b/dist/img-apple-64/1f475-1f3ff.png differ diff --git a/dist/img-apple-64/1f475.png b/dist/img-apple-64/1f475.png new file mode 100644 index 000000000..9a42a59bc Binary files /dev/null and b/dist/img-apple-64/1f475.png differ diff --git a/dist/img-apple-64/1f476-1f3fb.png b/dist/img-apple-64/1f476-1f3fb.png new file mode 100644 index 000000000..ef6170404 Binary files /dev/null and b/dist/img-apple-64/1f476-1f3fb.png differ diff --git a/dist/img-apple-64/1f476-1f3fc.png b/dist/img-apple-64/1f476-1f3fc.png new file mode 100644 index 000000000..5678c5082 Binary files /dev/null and b/dist/img-apple-64/1f476-1f3fc.png differ diff --git a/dist/img-apple-64/1f476-1f3fd.png b/dist/img-apple-64/1f476-1f3fd.png new file mode 100644 index 000000000..af8028227 Binary files /dev/null and b/dist/img-apple-64/1f476-1f3fd.png differ diff --git a/dist/img-apple-64/1f476-1f3fe.png b/dist/img-apple-64/1f476-1f3fe.png new file mode 100644 index 000000000..4026bed27 Binary files /dev/null and b/dist/img-apple-64/1f476-1f3fe.png differ diff --git a/dist/img-apple-64/1f476-1f3ff.png b/dist/img-apple-64/1f476-1f3ff.png new file mode 100644 index 000000000..f188286e9 Binary files /dev/null and b/dist/img-apple-64/1f476-1f3ff.png differ diff --git a/dist/img-apple-64/1f476.png b/dist/img-apple-64/1f476.png new file mode 100644 index 000000000..e4780dcf9 Binary files /dev/null and b/dist/img-apple-64/1f476.png differ diff --git a/dist/img-apple-64/1f477-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f477-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..45a46d01d Binary files /dev/null and b/dist/img-apple-64/1f477-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f477-1f3fb-200d-2640.png b/dist/img-apple-64/1f477-1f3fb-200d-2640.png new file mode 100644 index 000000000..45a46d01d Binary files /dev/null and b/dist/img-apple-64/1f477-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f477-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f477-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..c09fc8776 Binary files /dev/null and b/dist/img-apple-64/1f477-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f477-1f3fb-200d-2642.png b/dist/img-apple-64/1f477-1f3fb-200d-2642.png new file mode 100644 index 000000000..c09fc8776 Binary files /dev/null and b/dist/img-apple-64/1f477-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f477-1f3fb.png b/dist/img-apple-64/1f477-1f3fb.png new file mode 100644 index 000000000..1780741bc Binary files /dev/null and b/dist/img-apple-64/1f477-1f3fb.png differ diff --git a/dist/img-apple-64/1f477-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f477-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..0f22c8e9f Binary files /dev/null and b/dist/img-apple-64/1f477-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f477-1f3fc-200d-2640.png b/dist/img-apple-64/1f477-1f3fc-200d-2640.png new file mode 100644 index 000000000..0f22c8e9f Binary files /dev/null and b/dist/img-apple-64/1f477-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f477-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f477-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..3f770ae38 Binary files /dev/null and b/dist/img-apple-64/1f477-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f477-1f3fc-200d-2642.png b/dist/img-apple-64/1f477-1f3fc-200d-2642.png new file mode 100644 index 000000000..3f770ae38 Binary files /dev/null and b/dist/img-apple-64/1f477-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f477-1f3fc.png b/dist/img-apple-64/1f477-1f3fc.png new file mode 100644 index 000000000..62b66154c Binary files /dev/null and b/dist/img-apple-64/1f477-1f3fc.png differ diff --git a/dist/img-apple-64/1f477-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f477-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..b3f2774ba Binary files /dev/null and b/dist/img-apple-64/1f477-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f477-1f3fd-200d-2640.png b/dist/img-apple-64/1f477-1f3fd-200d-2640.png new file mode 100644 index 000000000..b3f2774ba Binary files /dev/null and b/dist/img-apple-64/1f477-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f477-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f477-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..e9e5973ec Binary files /dev/null and b/dist/img-apple-64/1f477-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f477-1f3fd-200d-2642.png b/dist/img-apple-64/1f477-1f3fd-200d-2642.png new file mode 100644 index 000000000..e9e5973ec Binary files /dev/null and b/dist/img-apple-64/1f477-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f477-1f3fd.png b/dist/img-apple-64/1f477-1f3fd.png new file mode 100644 index 000000000..697e82ecf Binary files /dev/null and b/dist/img-apple-64/1f477-1f3fd.png differ diff --git a/dist/img-apple-64/1f477-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f477-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..eba3b2232 Binary files /dev/null and b/dist/img-apple-64/1f477-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f477-1f3fe-200d-2640.png b/dist/img-apple-64/1f477-1f3fe-200d-2640.png new file mode 100644 index 000000000..eba3b2232 Binary files /dev/null and b/dist/img-apple-64/1f477-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f477-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f477-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..69d4eef40 Binary files /dev/null and b/dist/img-apple-64/1f477-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f477-1f3fe-200d-2642.png b/dist/img-apple-64/1f477-1f3fe-200d-2642.png new file mode 100644 index 000000000..69d4eef40 Binary files /dev/null and b/dist/img-apple-64/1f477-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f477-1f3fe.png b/dist/img-apple-64/1f477-1f3fe.png new file mode 100644 index 000000000..92cda72b2 Binary files /dev/null and b/dist/img-apple-64/1f477-1f3fe.png differ diff --git a/dist/img-apple-64/1f477-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f477-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..538769f6e Binary files /dev/null and b/dist/img-apple-64/1f477-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f477-1f3ff-200d-2640.png b/dist/img-apple-64/1f477-1f3ff-200d-2640.png new file mode 100644 index 000000000..538769f6e Binary files /dev/null and b/dist/img-apple-64/1f477-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f477-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f477-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..8d33c6fe1 Binary files /dev/null and b/dist/img-apple-64/1f477-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f477-1f3ff-200d-2642.png b/dist/img-apple-64/1f477-1f3ff-200d-2642.png new file mode 100644 index 000000000..8d33c6fe1 Binary files /dev/null and b/dist/img-apple-64/1f477-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f477-1f3ff.png b/dist/img-apple-64/1f477-1f3ff.png new file mode 100644 index 000000000..18807a8ee Binary files /dev/null and b/dist/img-apple-64/1f477-1f3ff.png differ diff --git a/dist/img-apple-64/1f477-200d-2640-fe0f.png b/dist/img-apple-64/1f477-200d-2640-fe0f.png new file mode 100644 index 000000000..d8599b506 Binary files /dev/null and b/dist/img-apple-64/1f477-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f477-200d-2640.png b/dist/img-apple-64/1f477-200d-2640.png new file mode 100644 index 000000000..d8599b506 Binary files /dev/null and b/dist/img-apple-64/1f477-200d-2640.png differ diff --git a/dist/img-apple-64/1f477-200d-2642-fe0f.png b/dist/img-apple-64/1f477-200d-2642-fe0f.png new file mode 100644 index 000000000..3cf60430f Binary files /dev/null and b/dist/img-apple-64/1f477-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f477-200d-2642.png b/dist/img-apple-64/1f477-200d-2642.png new file mode 100644 index 000000000..3cf60430f Binary files /dev/null and b/dist/img-apple-64/1f477-200d-2642.png differ diff --git a/dist/img-apple-64/1f477.png b/dist/img-apple-64/1f477.png new file mode 100644 index 000000000..24a916d33 Binary files /dev/null and b/dist/img-apple-64/1f477.png differ diff --git a/dist/img-apple-64/1f478-1f3fb.png b/dist/img-apple-64/1f478-1f3fb.png new file mode 100644 index 000000000..96f6ed8a5 Binary files /dev/null and b/dist/img-apple-64/1f478-1f3fb.png differ diff --git a/dist/img-apple-64/1f478-1f3fc.png b/dist/img-apple-64/1f478-1f3fc.png new file mode 100644 index 000000000..9902ada1b Binary files /dev/null and b/dist/img-apple-64/1f478-1f3fc.png differ diff --git a/dist/img-apple-64/1f478-1f3fd.png b/dist/img-apple-64/1f478-1f3fd.png new file mode 100644 index 000000000..f7809f17a Binary files /dev/null and b/dist/img-apple-64/1f478-1f3fd.png differ diff --git a/dist/img-apple-64/1f478-1f3fe.png b/dist/img-apple-64/1f478-1f3fe.png new file mode 100644 index 000000000..07673e2e5 Binary files /dev/null and b/dist/img-apple-64/1f478-1f3fe.png differ diff --git a/dist/img-apple-64/1f478-1f3ff.png b/dist/img-apple-64/1f478-1f3ff.png new file mode 100644 index 000000000..9d2b0e0fd Binary files /dev/null and b/dist/img-apple-64/1f478-1f3ff.png differ diff --git a/dist/img-apple-64/1f478.png b/dist/img-apple-64/1f478.png new file mode 100644 index 000000000..4627ad3c8 Binary files /dev/null and b/dist/img-apple-64/1f478.png differ diff --git a/dist/img-apple-64/1f479.png b/dist/img-apple-64/1f479.png new file mode 100644 index 000000000..2d8048701 Binary files /dev/null and b/dist/img-apple-64/1f479.png differ diff --git a/dist/img-apple-64/1f47a.png b/dist/img-apple-64/1f47a.png new file mode 100644 index 000000000..13eedd04c Binary files /dev/null and b/dist/img-apple-64/1f47a.png differ diff --git a/dist/img-apple-64/1f47b.png b/dist/img-apple-64/1f47b.png new file mode 100644 index 000000000..40155a7cf Binary files /dev/null and b/dist/img-apple-64/1f47b.png differ diff --git a/dist/img-apple-64/1f47c-1f3fb.png b/dist/img-apple-64/1f47c-1f3fb.png new file mode 100644 index 000000000..0ead2a017 Binary files /dev/null and b/dist/img-apple-64/1f47c-1f3fb.png differ diff --git a/dist/img-apple-64/1f47c-1f3fc.png b/dist/img-apple-64/1f47c-1f3fc.png new file mode 100644 index 000000000..473d16f5a Binary files /dev/null and b/dist/img-apple-64/1f47c-1f3fc.png differ diff --git a/dist/img-apple-64/1f47c-1f3fd.png b/dist/img-apple-64/1f47c-1f3fd.png new file mode 100644 index 000000000..be6f5fe18 Binary files /dev/null and b/dist/img-apple-64/1f47c-1f3fd.png differ diff --git a/dist/img-apple-64/1f47c-1f3fe.png b/dist/img-apple-64/1f47c-1f3fe.png new file mode 100644 index 000000000..3e5eb7113 Binary files /dev/null and b/dist/img-apple-64/1f47c-1f3fe.png differ diff --git a/dist/img-apple-64/1f47c-1f3ff.png b/dist/img-apple-64/1f47c-1f3ff.png new file mode 100644 index 000000000..1bafcd746 Binary files /dev/null and b/dist/img-apple-64/1f47c-1f3ff.png differ diff --git a/dist/img-apple-64/1f47c.png b/dist/img-apple-64/1f47c.png new file mode 100644 index 000000000..c274c18df Binary files /dev/null and b/dist/img-apple-64/1f47c.png differ diff --git a/dist/img-apple-64/1f47d.png b/dist/img-apple-64/1f47d.png new file mode 100644 index 000000000..896bbfbd3 Binary files /dev/null and b/dist/img-apple-64/1f47d.png differ diff --git a/dist/img-apple-64/1f47e.png b/dist/img-apple-64/1f47e.png new file mode 100644 index 000000000..b5b0aaec4 Binary files /dev/null and b/dist/img-apple-64/1f47e.png differ diff --git a/dist/img-apple-64/1f47f.png b/dist/img-apple-64/1f47f.png new file mode 100644 index 000000000..2c83322c1 Binary files /dev/null and b/dist/img-apple-64/1f47f.png differ diff --git a/dist/img-apple-64/1f480.png b/dist/img-apple-64/1f480.png new file mode 100644 index 000000000..98da0c738 Binary files /dev/null and b/dist/img-apple-64/1f480.png differ diff --git a/dist/img-apple-64/1f481-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f481-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..f83061573 Binary files /dev/null and b/dist/img-apple-64/1f481-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f481-1f3fb-200d-2640.png b/dist/img-apple-64/1f481-1f3fb-200d-2640.png new file mode 100644 index 000000000..f83061573 Binary files /dev/null and b/dist/img-apple-64/1f481-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f481-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f481-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..8ae5bf6dc Binary files /dev/null and b/dist/img-apple-64/1f481-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f481-1f3fb-200d-2642.png b/dist/img-apple-64/1f481-1f3fb-200d-2642.png new file mode 100644 index 000000000..8ae5bf6dc Binary files /dev/null and b/dist/img-apple-64/1f481-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f481-1f3fb.png b/dist/img-apple-64/1f481-1f3fb.png new file mode 100644 index 000000000..ba60c8db7 Binary files /dev/null and b/dist/img-apple-64/1f481-1f3fb.png differ diff --git a/dist/img-apple-64/1f481-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f481-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..f3c8c212c Binary files /dev/null and b/dist/img-apple-64/1f481-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f481-1f3fc-200d-2640.png b/dist/img-apple-64/1f481-1f3fc-200d-2640.png new file mode 100644 index 000000000..f3c8c212c Binary files /dev/null and b/dist/img-apple-64/1f481-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f481-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f481-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..4d24233ed Binary files /dev/null and b/dist/img-apple-64/1f481-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f481-1f3fc-200d-2642.png b/dist/img-apple-64/1f481-1f3fc-200d-2642.png new file mode 100644 index 000000000..4d24233ed Binary files /dev/null and b/dist/img-apple-64/1f481-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f481-1f3fc.png b/dist/img-apple-64/1f481-1f3fc.png new file mode 100644 index 000000000..244b42a44 Binary files /dev/null and b/dist/img-apple-64/1f481-1f3fc.png differ diff --git a/dist/img-apple-64/1f481-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f481-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..a3fd202d3 Binary files /dev/null and b/dist/img-apple-64/1f481-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f481-1f3fd-200d-2640.png b/dist/img-apple-64/1f481-1f3fd-200d-2640.png new file mode 100644 index 000000000..a3fd202d3 Binary files /dev/null and b/dist/img-apple-64/1f481-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f481-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f481-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..09edb9690 Binary files /dev/null and b/dist/img-apple-64/1f481-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f481-1f3fd-200d-2642.png b/dist/img-apple-64/1f481-1f3fd-200d-2642.png new file mode 100644 index 000000000..09edb9690 Binary files /dev/null and b/dist/img-apple-64/1f481-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f481-1f3fd.png b/dist/img-apple-64/1f481-1f3fd.png new file mode 100644 index 000000000..38c2f3fce Binary files /dev/null and b/dist/img-apple-64/1f481-1f3fd.png differ diff --git a/dist/img-apple-64/1f481-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f481-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..704b08659 Binary files /dev/null and b/dist/img-apple-64/1f481-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f481-1f3fe-200d-2640.png b/dist/img-apple-64/1f481-1f3fe-200d-2640.png new file mode 100644 index 000000000..704b08659 Binary files /dev/null and b/dist/img-apple-64/1f481-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f481-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f481-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..f818568c1 Binary files /dev/null and b/dist/img-apple-64/1f481-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f481-1f3fe-200d-2642.png b/dist/img-apple-64/1f481-1f3fe-200d-2642.png new file mode 100644 index 000000000..f818568c1 Binary files /dev/null and b/dist/img-apple-64/1f481-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f481-1f3fe.png b/dist/img-apple-64/1f481-1f3fe.png new file mode 100644 index 000000000..5a66f7945 Binary files /dev/null and b/dist/img-apple-64/1f481-1f3fe.png differ diff --git a/dist/img-apple-64/1f481-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f481-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..8a48c0d18 Binary files /dev/null and b/dist/img-apple-64/1f481-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f481-1f3ff-200d-2640.png b/dist/img-apple-64/1f481-1f3ff-200d-2640.png new file mode 100644 index 000000000..8a48c0d18 Binary files /dev/null and b/dist/img-apple-64/1f481-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f481-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f481-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..69a877c84 Binary files /dev/null and b/dist/img-apple-64/1f481-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f481-1f3ff-200d-2642.png b/dist/img-apple-64/1f481-1f3ff-200d-2642.png new file mode 100644 index 000000000..69a877c84 Binary files /dev/null and b/dist/img-apple-64/1f481-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f481-1f3ff.png b/dist/img-apple-64/1f481-1f3ff.png new file mode 100644 index 000000000..458cf37ed Binary files /dev/null and b/dist/img-apple-64/1f481-1f3ff.png differ diff --git a/dist/img-apple-64/1f481-200d-2640-fe0f.png b/dist/img-apple-64/1f481-200d-2640-fe0f.png new file mode 100644 index 000000000..3dc9f1ef8 Binary files /dev/null and b/dist/img-apple-64/1f481-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f481-200d-2640.png b/dist/img-apple-64/1f481-200d-2640.png new file mode 100644 index 000000000..3dc9f1ef8 Binary files /dev/null and b/dist/img-apple-64/1f481-200d-2640.png differ diff --git a/dist/img-apple-64/1f481-200d-2642-fe0f.png b/dist/img-apple-64/1f481-200d-2642-fe0f.png new file mode 100644 index 000000000..a457d9c52 Binary files /dev/null and b/dist/img-apple-64/1f481-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f481-200d-2642.png b/dist/img-apple-64/1f481-200d-2642.png new file mode 100644 index 000000000..a457d9c52 Binary files /dev/null and b/dist/img-apple-64/1f481-200d-2642.png differ diff --git a/dist/img-apple-64/1f481.png b/dist/img-apple-64/1f481.png new file mode 100644 index 000000000..4d1af7759 Binary files /dev/null and b/dist/img-apple-64/1f481.png differ diff --git a/dist/img-apple-64/1f482-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f482-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..76d5245cf Binary files /dev/null and b/dist/img-apple-64/1f482-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f482-1f3fb-200d-2640.png b/dist/img-apple-64/1f482-1f3fb-200d-2640.png new file mode 100644 index 000000000..76d5245cf Binary files /dev/null and b/dist/img-apple-64/1f482-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f482-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f482-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..4b9020018 Binary files /dev/null and b/dist/img-apple-64/1f482-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f482-1f3fb-200d-2642.png b/dist/img-apple-64/1f482-1f3fb-200d-2642.png new file mode 100644 index 000000000..4b9020018 Binary files /dev/null and b/dist/img-apple-64/1f482-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f482-1f3fb.png b/dist/img-apple-64/1f482-1f3fb.png new file mode 100644 index 000000000..292b93eac Binary files /dev/null and b/dist/img-apple-64/1f482-1f3fb.png differ diff --git a/dist/img-apple-64/1f482-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f482-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..b606051c4 Binary files /dev/null and b/dist/img-apple-64/1f482-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f482-1f3fc-200d-2640.png b/dist/img-apple-64/1f482-1f3fc-200d-2640.png new file mode 100644 index 000000000..b606051c4 Binary files /dev/null and b/dist/img-apple-64/1f482-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f482-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f482-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..7b146b0b8 Binary files /dev/null and b/dist/img-apple-64/1f482-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f482-1f3fc-200d-2642.png b/dist/img-apple-64/1f482-1f3fc-200d-2642.png new file mode 100644 index 000000000..7b146b0b8 Binary files /dev/null and b/dist/img-apple-64/1f482-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f482-1f3fc.png b/dist/img-apple-64/1f482-1f3fc.png new file mode 100644 index 000000000..955aadb30 Binary files /dev/null and b/dist/img-apple-64/1f482-1f3fc.png differ diff --git a/dist/img-apple-64/1f482-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f482-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..9d870f436 Binary files /dev/null and b/dist/img-apple-64/1f482-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f482-1f3fd-200d-2640.png b/dist/img-apple-64/1f482-1f3fd-200d-2640.png new file mode 100644 index 000000000..9d870f436 Binary files /dev/null and b/dist/img-apple-64/1f482-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f482-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f482-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..1704afef7 Binary files /dev/null and b/dist/img-apple-64/1f482-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f482-1f3fd-200d-2642.png b/dist/img-apple-64/1f482-1f3fd-200d-2642.png new file mode 100644 index 000000000..1704afef7 Binary files /dev/null and b/dist/img-apple-64/1f482-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f482-1f3fd.png b/dist/img-apple-64/1f482-1f3fd.png new file mode 100644 index 000000000..c99718a73 Binary files /dev/null and b/dist/img-apple-64/1f482-1f3fd.png differ diff --git a/dist/img-apple-64/1f482-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f482-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..8dd98d00c Binary files /dev/null and b/dist/img-apple-64/1f482-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f482-1f3fe-200d-2640.png b/dist/img-apple-64/1f482-1f3fe-200d-2640.png new file mode 100644 index 000000000..8dd98d00c Binary files /dev/null and b/dist/img-apple-64/1f482-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f482-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f482-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..47177518e Binary files /dev/null and b/dist/img-apple-64/1f482-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f482-1f3fe-200d-2642.png b/dist/img-apple-64/1f482-1f3fe-200d-2642.png new file mode 100644 index 000000000..47177518e Binary files /dev/null and b/dist/img-apple-64/1f482-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f482-1f3fe.png b/dist/img-apple-64/1f482-1f3fe.png new file mode 100644 index 000000000..cb7d70792 Binary files /dev/null and b/dist/img-apple-64/1f482-1f3fe.png differ diff --git a/dist/img-apple-64/1f482-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f482-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..1cd350ac5 Binary files /dev/null and b/dist/img-apple-64/1f482-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f482-1f3ff-200d-2640.png b/dist/img-apple-64/1f482-1f3ff-200d-2640.png new file mode 100644 index 000000000..1cd350ac5 Binary files /dev/null and b/dist/img-apple-64/1f482-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f482-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f482-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..b31b3f6c7 Binary files /dev/null and b/dist/img-apple-64/1f482-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f482-1f3ff-200d-2642.png b/dist/img-apple-64/1f482-1f3ff-200d-2642.png new file mode 100644 index 000000000..b31b3f6c7 Binary files /dev/null and b/dist/img-apple-64/1f482-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f482-1f3ff.png b/dist/img-apple-64/1f482-1f3ff.png new file mode 100644 index 000000000..285181c33 Binary files /dev/null and b/dist/img-apple-64/1f482-1f3ff.png differ diff --git a/dist/img-apple-64/1f482-200d-2640-fe0f.png b/dist/img-apple-64/1f482-200d-2640-fe0f.png new file mode 100644 index 000000000..3ec8353a1 Binary files /dev/null and b/dist/img-apple-64/1f482-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f482-200d-2640.png b/dist/img-apple-64/1f482-200d-2640.png new file mode 100644 index 000000000..3ec8353a1 Binary files /dev/null and b/dist/img-apple-64/1f482-200d-2640.png differ diff --git a/dist/img-apple-64/1f482-200d-2642-fe0f.png b/dist/img-apple-64/1f482-200d-2642-fe0f.png new file mode 100644 index 000000000..697634c3d Binary files /dev/null and b/dist/img-apple-64/1f482-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f482-200d-2642.png b/dist/img-apple-64/1f482-200d-2642.png new file mode 100644 index 000000000..697634c3d Binary files /dev/null and b/dist/img-apple-64/1f482-200d-2642.png differ diff --git a/dist/img-apple-64/1f482.png b/dist/img-apple-64/1f482.png new file mode 100644 index 000000000..a4c309c5d Binary files /dev/null and b/dist/img-apple-64/1f482.png differ diff --git a/dist/img-apple-64/1f483-1f3fb.png b/dist/img-apple-64/1f483-1f3fb.png new file mode 100644 index 000000000..258c6357b Binary files /dev/null and b/dist/img-apple-64/1f483-1f3fb.png differ diff --git a/dist/img-apple-64/1f483-1f3fc.png b/dist/img-apple-64/1f483-1f3fc.png new file mode 100644 index 000000000..30cbc1fa9 Binary files /dev/null and b/dist/img-apple-64/1f483-1f3fc.png differ diff --git a/dist/img-apple-64/1f483-1f3fd.png b/dist/img-apple-64/1f483-1f3fd.png new file mode 100644 index 000000000..cab139d32 Binary files /dev/null and b/dist/img-apple-64/1f483-1f3fd.png differ diff --git a/dist/img-apple-64/1f483-1f3fe.png b/dist/img-apple-64/1f483-1f3fe.png new file mode 100644 index 000000000..6a9d50694 Binary files /dev/null and b/dist/img-apple-64/1f483-1f3fe.png differ diff --git a/dist/img-apple-64/1f483-1f3ff.png b/dist/img-apple-64/1f483-1f3ff.png new file mode 100644 index 000000000..7d8b8e25c Binary files /dev/null and b/dist/img-apple-64/1f483-1f3ff.png differ diff --git a/dist/img-apple-64/1f483.png b/dist/img-apple-64/1f483.png new file mode 100644 index 000000000..d5784729d Binary files /dev/null and b/dist/img-apple-64/1f483.png differ diff --git a/dist/img-apple-64/1f484.png b/dist/img-apple-64/1f484.png new file mode 100644 index 000000000..f81cec1f9 Binary files /dev/null and b/dist/img-apple-64/1f484.png differ diff --git a/dist/img-apple-64/1f485-1f3fb.png b/dist/img-apple-64/1f485-1f3fb.png new file mode 100644 index 000000000..e079de2bc Binary files /dev/null and b/dist/img-apple-64/1f485-1f3fb.png differ diff --git a/dist/img-apple-64/1f485-1f3fc.png b/dist/img-apple-64/1f485-1f3fc.png new file mode 100644 index 000000000..33216dff8 Binary files /dev/null and b/dist/img-apple-64/1f485-1f3fc.png differ diff --git a/dist/img-apple-64/1f485-1f3fd.png b/dist/img-apple-64/1f485-1f3fd.png new file mode 100644 index 000000000..41d9f74d7 Binary files /dev/null and b/dist/img-apple-64/1f485-1f3fd.png differ diff --git a/dist/img-apple-64/1f485-1f3fe.png b/dist/img-apple-64/1f485-1f3fe.png new file mode 100644 index 000000000..967d61d03 Binary files /dev/null and b/dist/img-apple-64/1f485-1f3fe.png differ diff --git a/dist/img-apple-64/1f485-1f3ff.png b/dist/img-apple-64/1f485-1f3ff.png new file mode 100644 index 000000000..5f2f49c6a Binary files /dev/null and b/dist/img-apple-64/1f485-1f3ff.png differ diff --git a/dist/img-apple-64/1f485.png b/dist/img-apple-64/1f485.png new file mode 100644 index 000000000..2bd689bb9 Binary files /dev/null and b/dist/img-apple-64/1f485.png differ diff --git a/dist/img-apple-64/1f486-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f486-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..a93f86c3b Binary files /dev/null and b/dist/img-apple-64/1f486-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f486-1f3fb-200d-2640.png b/dist/img-apple-64/1f486-1f3fb-200d-2640.png new file mode 100644 index 000000000..a93f86c3b Binary files /dev/null and b/dist/img-apple-64/1f486-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f486-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f486-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..a27547421 Binary files /dev/null and b/dist/img-apple-64/1f486-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f486-1f3fb-200d-2642.png b/dist/img-apple-64/1f486-1f3fb-200d-2642.png new file mode 100644 index 000000000..a27547421 Binary files /dev/null and b/dist/img-apple-64/1f486-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f486-1f3fb.png b/dist/img-apple-64/1f486-1f3fb.png new file mode 100644 index 000000000..3eddc83b2 Binary files /dev/null and b/dist/img-apple-64/1f486-1f3fb.png differ diff --git a/dist/img-apple-64/1f486-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f486-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..ee1c3ccd5 Binary files /dev/null and b/dist/img-apple-64/1f486-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f486-1f3fc-200d-2640.png b/dist/img-apple-64/1f486-1f3fc-200d-2640.png new file mode 100644 index 000000000..ee1c3ccd5 Binary files /dev/null and b/dist/img-apple-64/1f486-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f486-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f486-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..c7a4f6ebc Binary files /dev/null and b/dist/img-apple-64/1f486-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f486-1f3fc-200d-2642.png b/dist/img-apple-64/1f486-1f3fc-200d-2642.png new file mode 100644 index 000000000..c7a4f6ebc Binary files /dev/null and b/dist/img-apple-64/1f486-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f486-1f3fc.png b/dist/img-apple-64/1f486-1f3fc.png new file mode 100644 index 000000000..f5c975872 Binary files /dev/null and b/dist/img-apple-64/1f486-1f3fc.png differ diff --git a/dist/img-apple-64/1f486-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f486-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..113c7be8e Binary files /dev/null and b/dist/img-apple-64/1f486-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f486-1f3fd-200d-2640.png b/dist/img-apple-64/1f486-1f3fd-200d-2640.png new file mode 100644 index 000000000..113c7be8e Binary files /dev/null and b/dist/img-apple-64/1f486-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f486-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f486-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..b6cc96ca9 Binary files /dev/null and b/dist/img-apple-64/1f486-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f486-1f3fd-200d-2642.png b/dist/img-apple-64/1f486-1f3fd-200d-2642.png new file mode 100644 index 000000000..b6cc96ca9 Binary files /dev/null and b/dist/img-apple-64/1f486-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f486-1f3fd.png b/dist/img-apple-64/1f486-1f3fd.png new file mode 100644 index 000000000..fe5b53e53 Binary files /dev/null and b/dist/img-apple-64/1f486-1f3fd.png differ diff --git a/dist/img-apple-64/1f486-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f486-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..7cdb4bfea Binary files /dev/null and b/dist/img-apple-64/1f486-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f486-1f3fe-200d-2640.png b/dist/img-apple-64/1f486-1f3fe-200d-2640.png new file mode 100644 index 000000000..7cdb4bfea Binary files /dev/null and b/dist/img-apple-64/1f486-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f486-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f486-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..ce21d982b Binary files /dev/null and b/dist/img-apple-64/1f486-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f486-1f3fe-200d-2642.png b/dist/img-apple-64/1f486-1f3fe-200d-2642.png new file mode 100644 index 000000000..ce21d982b Binary files /dev/null and b/dist/img-apple-64/1f486-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f486-1f3fe.png b/dist/img-apple-64/1f486-1f3fe.png new file mode 100644 index 000000000..2b7bff8f7 Binary files /dev/null and b/dist/img-apple-64/1f486-1f3fe.png differ diff --git a/dist/img-apple-64/1f486-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f486-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..44d4173df Binary files /dev/null and b/dist/img-apple-64/1f486-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f486-1f3ff-200d-2640.png b/dist/img-apple-64/1f486-1f3ff-200d-2640.png new file mode 100644 index 000000000..44d4173df Binary files /dev/null and b/dist/img-apple-64/1f486-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f486-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f486-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..4c4163bea Binary files /dev/null and b/dist/img-apple-64/1f486-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f486-1f3ff-200d-2642.png b/dist/img-apple-64/1f486-1f3ff-200d-2642.png new file mode 100644 index 000000000..4c4163bea Binary files /dev/null and b/dist/img-apple-64/1f486-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f486-1f3ff.png b/dist/img-apple-64/1f486-1f3ff.png new file mode 100644 index 000000000..a9d8d73b5 Binary files /dev/null and b/dist/img-apple-64/1f486-1f3ff.png differ diff --git a/dist/img-apple-64/1f486-200d-2640-fe0f.png b/dist/img-apple-64/1f486-200d-2640-fe0f.png new file mode 100644 index 000000000..91d9cc9f7 Binary files /dev/null and b/dist/img-apple-64/1f486-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f486-200d-2640.png b/dist/img-apple-64/1f486-200d-2640.png new file mode 100644 index 000000000..91d9cc9f7 Binary files /dev/null and b/dist/img-apple-64/1f486-200d-2640.png differ diff --git a/dist/img-apple-64/1f486-200d-2642-fe0f.png b/dist/img-apple-64/1f486-200d-2642-fe0f.png new file mode 100644 index 000000000..3a305d7c2 Binary files /dev/null and b/dist/img-apple-64/1f486-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f486-200d-2642.png b/dist/img-apple-64/1f486-200d-2642.png new file mode 100644 index 000000000..3a305d7c2 Binary files /dev/null and b/dist/img-apple-64/1f486-200d-2642.png differ diff --git a/dist/img-apple-64/1f486.png b/dist/img-apple-64/1f486.png new file mode 100644 index 000000000..cb0c40b4e Binary files /dev/null and b/dist/img-apple-64/1f486.png differ diff --git a/dist/img-apple-64/1f487-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f487-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..8c728a318 Binary files /dev/null and b/dist/img-apple-64/1f487-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f487-1f3fb-200d-2640.png b/dist/img-apple-64/1f487-1f3fb-200d-2640.png new file mode 100644 index 000000000..8c728a318 Binary files /dev/null and b/dist/img-apple-64/1f487-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f487-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f487-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..0df9fd49f Binary files /dev/null and b/dist/img-apple-64/1f487-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f487-1f3fb-200d-2642.png b/dist/img-apple-64/1f487-1f3fb-200d-2642.png new file mode 100644 index 000000000..0df9fd49f Binary files /dev/null and b/dist/img-apple-64/1f487-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f487-1f3fb.png b/dist/img-apple-64/1f487-1f3fb.png new file mode 100644 index 000000000..40c046508 Binary files /dev/null and b/dist/img-apple-64/1f487-1f3fb.png differ diff --git a/dist/img-apple-64/1f487-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f487-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..81c4bb7df Binary files /dev/null and b/dist/img-apple-64/1f487-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f487-1f3fc-200d-2640.png b/dist/img-apple-64/1f487-1f3fc-200d-2640.png new file mode 100644 index 000000000..81c4bb7df Binary files /dev/null and b/dist/img-apple-64/1f487-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f487-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f487-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..ac407db1e Binary files /dev/null and b/dist/img-apple-64/1f487-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f487-1f3fc-200d-2642.png b/dist/img-apple-64/1f487-1f3fc-200d-2642.png new file mode 100644 index 000000000..ac407db1e Binary files /dev/null and b/dist/img-apple-64/1f487-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f487-1f3fc.png b/dist/img-apple-64/1f487-1f3fc.png new file mode 100644 index 000000000..8bcf94933 Binary files /dev/null and b/dist/img-apple-64/1f487-1f3fc.png differ diff --git a/dist/img-apple-64/1f487-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f487-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..ba982ae0d Binary files /dev/null and b/dist/img-apple-64/1f487-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f487-1f3fd-200d-2640.png b/dist/img-apple-64/1f487-1f3fd-200d-2640.png new file mode 100644 index 000000000..ba982ae0d Binary files /dev/null and b/dist/img-apple-64/1f487-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f487-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f487-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..d4cab4208 Binary files /dev/null and b/dist/img-apple-64/1f487-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f487-1f3fd-200d-2642.png b/dist/img-apple-64/1f487-1f3fd-200d-2642.png new file mode 100644 index 000000000..d4cab4208 Binary files /dev/null and b/dist/img-apple-64/1f487-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f487-1f3fd.png b/dist/img-apple-64/1f487-1f3fd.png new file mode 100644 index 000000000..7a4a9ea5a Binary files /dev/null and b/dist/img-apple-64/1f487-1f3fd.png differ diff --git a/dist/img-apple-64/1f487-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f487-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..4e1d45d50 Binary files /dev/null and b/dist/img-apple-64/1f487-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f487-1f3fe-200d-2640.png b/dist/img-apple-64/1f487-1f3fe-200d-2640.png new file mode 100644 index 000000000..4e1d45d50 Binary files /dev/null and b/dist/img-apple-64/1f487-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f487-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f487-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..07d556b08 Binary files /dev/null and b/dist/img-apple-64/1f487-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f487-1f3fe-200d-2642.png b/dist/img-apple-64/1f487-1f3fe-200d-2642.png new file mode 100644 index 000000000..07d556b08 Binary files /dev/null and b/dist/img-apple-64/1f487-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f487-1f3fe.png b/dist/img-apple-64/1f487-1f3fe.png new file mode 100644 index 000000000..4959ccd87 Binary files /dev/null and b/dist/img-apple-64/1f487-1f3fe.png differ diff --git a/dist/img-apple-64/1f487-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f487-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..7b2fea506 Binary files /dev/null and b/dist/img-apple-64/1f487-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f487-1f3ff-200d-2640.png b/dist/img-apple-64/1f487-1f3ff-200d-2640.png new file mode 100644 index 000000000..7b2fea506 Binary files /dev/null and b/dist/img-apple-64/1f487-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f487-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f487-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..1765bff92 Binary files /dev/null and b/dist/img-apple-64/1f487-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f487-1f3ff-200d-2642.png b/dist/img-apple-64/1f487-1f3ff-200d-2642.png new file mode 100644 index 000000000..1765bff92 Binary files /dev/null and b/dist/img-apple-64/1f487-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f487-1f3ff.png b/dist/img-apple-64/1f487-1f3ff.png new file mode 100644 index 000000000..cb71feee2 Binary files /dev/null and b/dist/img-apple-64/1f487-1f3ff.png differ diff --git a/dist/img-apple-64/1f487-200d-2640-fe0f.png b/dist/img-apple-64/1f487-200d-2640-fe0f.png new file mode 100644 index 000000000..65e55ab88 Binary files /dev/null and b/dist/img-apple-64/1f487-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f487-200d-2640.png b/dist/img-apple-64/1f487-200d-2640.png new file mode 100644 index 000000000..65e55ab88 Binary files /dev/null and b/dist/img-apple-64/1f487-200d-2640.png differ diff --git a/dist/img-apple-64/1f487-200d-2642-fe0f.png b/dist/img-apple-64/1f487-200d-2642-fe0f.png new file mode 100644 index 000000000..c3ac38c75 Binary files /dev/null and b/dist/img-apple-64/1f487-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f487-200d-2642.png b/dist/img-apple-64/1f487-200d-2642.png new file mode 100644 index 000000000..c3ac38c75 Binary files /dev/null and b/dist/img-apple-64/1f487-200d-2642.png differ diff --git a/dist/img-apple-64/1f487.png b/dist/img-apple-64/1f487.png new file mode 100644 index 000000000..ca0ca9817 Binary files /dev/null and b/dist/img-apple-64/1f487.png differ diff --git a/dist/img-apple-64/1f488.png b/dist/img-apple-64/1f488.png new file mode 100644 index 000000000..3d0dec66d Binary files /dev/null and b/dist/img-apple-64/1f488.png differ diff --git a/dist/img-apple-64/1f489.png b/dist/img-apple-64/1f489.png new file mode 100644 index 000000000..b71b773f1 Binary files /dev/null and b/dist/img-apple-64/1f489.png differ diff --git a/dist/img-apple-64/1f48a.png b/dist/img-apple-64/1f48a.png new file mode 100644 index 000000000..53bac5335 Binary files /dev/null and b/dist/img-apple-64/1f48a.png differ diff --git a/dist/img-apple-64/1f48b.png b/dist/img-apple-64/1f48b.png new file mode 100644 index 000000000..72f050204 Binary files /dev/null and b/dist/img-apple-64/1f48b.png differ diff --git a/dist/img-apple-64/1f48c.png b/dist/img-apple-64/1f48c.png new file mode 100644 index 000000000..d6f553b7e Binary files /dev/null and b/dist/img-apple-64/1f48c.png differ diff --git a/dist/img-apple-64/1f48d.png b/dist/img-apple-64/1f48d.png new file mode 100644 index 000000000..a06f5a13c Binary files /dev/null and b/dist/img-apple-64/1f48d.png differ diff --git a/dist/img-apple-64/1f48e.png b/dist/img-apple-64/1f48e.png new file mode 100644 index 000000000..246224c41 Binary files /dev/null and b/dist/img-apple-64/1f48e.png differ diff --git a/dist/img-apple-64/1f48f.png b/dist/img-apple-64/1f48f.png new file mode 100644 index 000000000..d4c38186a Binary files /dev/null and b/dist/img-apple-64/1f48f.png differ diff --git a/dist/img-apple-64/1f490.png b/dist/img-apple-64/1f490.png new file mode 100644 index 000000000..98eeddd7a Binary files /dev/null and b/dist/img-apple-64/1f490.png differ diff --git a/dist/img-apple-64/1f491.png b/dist/img-apple-64/1f491.png new file mode 100644 index 000000000..642fa490e Binary files /dev/null and b/dist/img-apple-64/1f491.png differ diff --git a/dist/img-apple-64/1f492.png b/dist/img-apple-64/1f492.png new file mode 100644 index 000000000..e2eeb42ac Binary files /dev/null and b/dist/img-apple-64/1f492.png differ diff --git a/dist/img-apple-64/1f493.png b/dist/img-apple-64/1f493.png new file mode 100644 index 000000000..973ebc904 Binary files /dev/null and b/dist/img-apple-64/1f493.png differ diff --git a/dist/img-apple-64/1f494.png b/dist/img-apple-64/1f494.png new file mode 100644 index 000000000..fb0d1a213 Binary files /dev/null and b/dist/img-apple-64/1f494.png differ diff --git a/dist/img-apple-64/1f495.png b/dist/img-apple-64/1f495.png new file mode 100644 index 000000000..d0cb07c95 Binary files /dev/null and b/dist/img-apple-64/1f495.png differ diff --git a/dist/img-apple-64/1f496.png b/dist/img-apple-64/1f496.png new file mode 100644 index 000000000..a6c895cf2 Binary files /dev/null and b/dist/img-apple-64/1f496.png differ diff --git a/dist/img-apple-64/1f497.png b/dist/img-apple-64/1f497.png new file mode 100644 index 000000000..c6b7e7b26 Binary files /dev/null and b/dist/img-apple-64/1f497.png differ diff --git a/dist/img-apple-64/1f498.png b/dist/img-apple-64/1f498.png new file mode 100644 index 000000000..b311c93dc Binary files /dev/null and b/dist/img-apple-64/1f498.png differ diff --git a/dist/img-apple-64/1f499.png b/dist/img-apple-64/1f499.png new file mode 100644 index 000000000..12605919d Binary files /dev/null and b/dist/img-apple-64/1f499.png differ diff --git a/dist/img-apple-64/1f49a.png b/dist/img-apple-64/1f49a.png new file mode 100644 index 000000000..f8132b878 Binary files /dev/null and b/dist/img-apple-64/1f49a.png differ diff --git a/dist/img-apple-64/1f49b.png b/dist/img-apple-64/1f49b.png new file mode 100644 index 000000000..dda1d58c6 Binary files /dev/null and b/dist/img-apple-64/1f49b.png differ diff --git a/dist/img-apple-64/1f49c.png b/dist/img-apple-64/1f49c.png new file mode 100644 index 000000000..1fd490574 Binary files /dev/null and b/dist/img-apple-64/1f49c.png differ diff --git a/dist/img-apple-64/1f49d.png b/dist/img-apple-64/1f49d.png new file mode 100644 index 000000000..f71214f4c Binary files /dev/null and b/dist/img-apple-64/1f49d.png differ diff --git a/dist/img-apple-64/1f49e.png b/dist/img-apple-64/1f49e.png new file mode 100644 index 000000000..b32b38f79 Binary files /dev/null and b/dist/img-apple-64/1f49e.png differ diff --git a/dist/img-apple-64/1f49f.png b/dist/img-apple-64/1f49f.png new file mode 100644 index 000000000..797ecc4b2 Binary files /dev/null and b/dist/img-apple-64/1f49f.png differ diff --git a/dist/img-apple-64/1f4a0.png b/dist/img-apple-64/1f4a0.png new file mode 100644 index 000000000..5b73bea5c Binary files /dev/null and b/dist/img-apple-64/1f4a0.png differ diff --git a/dist/img-apple-64/1f4a1.png b/dist/img-apple-64/1f4a1.png new file mode 100644 index 000000000..bedb64727 Binary files /dev/null and b/dist/img-apple-64/1f4a1.png differ diff --git a/dist/img-apple-64/1f4a2.png b/dist/img-apple-64/1f4a2.png new file mode 100644 index 000000000..7b00462c4 Binary files /dev/null and b/dist/img-apple-64/1f4a2.png differ diff --git a/dist/img-apple-64/1f4a3.png b/dist/img-apple-64/1f4a3.png new file mode 100644 index 000000000..b42070094 Binary files /dev/null and b/dist/img-apple-64/1f4a3.png differ diff --git a/dist/img-apple-64/1f4a4.png b/dist/img-apple-64/1f4a4.png new file mode 100644 index 000000000..9d6776fd7 Binary files /dev/null and b/dist/img-apple-64/1f4a4.png differ diff --git a/dist/img-apple-64/1f4a5.png b/dist/img-apple-64/1f4a5.png new file mode 100644 index 000000000..ac86aa9ab Binary files /dev/null and b/dist/img-apple-64/1f4a5.png differ diff --git a/dist/img-apple-64/1f4a6.png b/dist/img-apple-64/1f4a6.png new file mode 100644 index 000000000..948aa3b72 Binary files /dev/null and b/dist/img-apple-64/1f4a6.png differ diff --git a/dist/img-apple-64/1f4a7.png b/dist/img-apple-64/1f4a7.png new file mode 100644 index 000000000..19ba049c8 Binary files /dev/null and b/dist/img-apple-64/1f4a7.png differ diff --git a/dist/img-apple-64/1f4a8.png b/dist/img-apple-64/1f4a8.png new file mode 100644 index 000000000..cad8011ef Binary files /dev/null and b/dist/img-apple-64/1f4a8.png differ diff --git a/dist/img-apple-64/1f4a9.png b/dist/img-apple-64/1f4a9.png new file mode 100644 index 000000000..be81bc39f Binary files /dev/null and b/dist/img-apple-64/1f4a9.png differ diff --git a/dist/img-apple-64/1f4aa-1f3fb.png b/dist/img-apple-64/1f4aa-1f3fb.png new file mode 100644 index 000000000..035439e49 Binary files /dev/null and b/dist/img-apple-64/1f4aa-1f3fb.png differ diff --git a/dist/img-apple-64/1f4aa-1f3fc.png b/dist/img-apple-64/1f4aa-1f3fc.png new file mode 100644 index 000000000..834c5ba2f Binary files /dev/null and b/dist/img-apple-64/1f4aa-1f3fc.png differ diff --git a/dist/img-apple-64/1f4aa-1f3fd.png b/dist/img-apple-64/1f4aa-1f3fd.png new file mode 100644 index 000000000..88c096592 Binary files /dev/null and b/dist/img-apple-64/1f4aa-1f3fd.png differ diff --git a/dist/img-apple-64/1f4aa-1f3fe.png b/dist/img-apple-64/1f4aa-1f3fe.png new file mode 100644 index 000000000..561383e36 Binary files /dev/null and b/dist/img-apple-64/1f4aa-1f3fe.png differ diff --git a/dist/img-apple-64/1f4aa-1f3ff.png b/dist/img-apple-64/1f4aa-1f3ff.png new file mode 100644 index 000000000..74a07ad55 Binary files /dev/null and b/dist/img-apple-64/1f4aa-1f3ff.png differ diff --git a/dist/img-apple-64/1f4aa.png b/dist/img-apple-64/1f4aa.png new file mode 100644 index 000000000..f81aa62f1 Binary files /dev/null and b/dist/img-apple-64/1f4aa.png differ diff --git a/dist/img-apple-64/1f4ab.png b/dist/img-apple-64/1f4ab.png new file mode 100644 index 000000000..756dc4185 Binary files /dev/null and b/dist/img-apple-64/1f4ab.png differ diff --git a/dist/img-apple-64/1f4ac.png b/dist/img-apple-64/1f4ac.png new file mode 100644 index 000000000..775a7a951 Binary files /dev/null and b/dist/img-apple-64/1f4ac.png differ diff --git a/dist/img-apple-64/1f4ad.png b/dist/img-apple-64/1f4ad.png new file mode 100644 index 000000000..c2cbb92fb Binary files /dev/null and b/dist/img-apple-64/1f4ad.png differ diff --git a/dist/img-apple-64/1f4ae.png b/dist/img-apple-64/1f4ae.png new file mode 100644 index 000000000..629d516ab Binary files /dev/null and b/dist/img-apple-64/1f4ae.png differ diff --git a/dist/img-apple-64/1f4af.png b/dist/img-apple-64/1f4af.png new file mode 100644 index 000000000..2243c53a1 Binary files /dev/null and b/dist/img-apple-64/1f4af.png differ diff --git a/dist/img-apple-64/1f4b0.png b/dist/img-apple-64/1f4b0.png new file mode 100644 index 000000000..c558186ae Binary files /dev/null and b/dist/img-apple-64/1f4b0.png differ diff --git a/dist/img-apple-64/1f4b1.png b/dist/img-apple-64/1f4b1.png new file mode 100644 index 000000000..fb2138715 Binary files /dev/null and b/dist/img-apple-64/1f4b1.png differ diff --git a/dist/img-apple-64/1f4b2.png b/dist/img-apple-64/1f4b2.png new file mode 100644 index 000000000..7cf6c31db Binary files /dev/null and b/dist/img-apple-64/1f4b2.png differ diff --git a/dist/img-apple-64/1f4b3.png b/dist/img-apple-64/1f4b3.png new file mode 100644 index 000000000..aaa2d066d Binary files /dev/null and b/dist/img-apple-64/1f4b3.png differ diff --git a/dist/img-apple-64/1f4b4.png b/dist/img-apple-64/1f4b4.png new file mode 100644 index 000000000..705731180 Binary files /dev/null and b/dist/img-apple-64/1f4b4.png differ diff --git a/dist/img-apple-64/1f4b5.png b/dist/img-apple-64/1f4b5.png new file mode 100644 index 000000000..7b57a7ea3 Binary files /dev/null and b/dist/img-apple-64/1f4b5.png differ diff --git a/dist/img-apple-64/1f4b6.png b/dist/img-apple-64/1f4b6.png new file mode 100644 index 000000000..4438858dd Binary files /dev/null and b/dist/img-apple-64/1f4b6.png differ diff --git a/dist/img-apple-64/1f4b7.png b/dist/img-apple-64/1f4b7.png new file mode 100644 index 000000000..e809d9681 Binary files /dev/null and b/dist/img-apple-64/1f4b7.png differ diff --git a/dist/img-apple-64/1f4b8.png b/dist/img-apple-64/1f4b8.png new file mode 100644 index 000000000..b6e07b90c Binary files /dev/null and b/dist/img-apple-64/1f4b8.png differ diff --git a/dist/img-apple-64/1f4b9.png b/dist/img-apple-64/1f4b9.png new file mode 100644 index 000000000..99ca6cd5a Binary files /dev/null and b/dist/img-apple-64/1f4b9.png differ diff --git a/dist/img-apple-64/1f4ba.png b/dist/img-apple-64/1f4ba.png new file mode 100644 index 000000000..59959be83 Binary files /dev/null and b/dist/img-apple-64/1f4ba.png differ diff --git a/dist/img-apple-64/1f4bb.png b/dist/img-apple-64/1f4bb.png new file mode 100644 index 000000000..7030bc73d Binary files /dev/null and b/dist/img-apple-64/1f4bb.png differ diff --git a/dist/img-apple-64/1f4bc.png b/dist/img-apple-64/1f4bc.png new file mode 100644 index 000000000..a6927ccda Binary files /dev/null and b/dist/img-apple-64/1f4bc.png differ diff --git a/dist/img-apple-64/1f4bd.png b/dist/img-apple-64/1f4bd.png new file mode 100644 index 000000000..f53571834 Binary files /dev/null and b/dist/img-apple-64/1f4bd.png differ diff --git a/dist/img-apple-64/1f4be.png b/dist/img-apple-64/1f4be.png new file mode 100644 index 000000000..113022836 Binary files /dev/null and b/dist/img-apple-64/1f4be.png differ diff --git a/dist/img-apple-64/1f4bf.png b/dist/img-apple-64/1f4bf.png new file mode 100644 index 000000000..f91489261 Binary files /dev/null and b/dist/img-apple-64/1f4bf.png differ diff --git a/dist/img-apple-64/1f4c0.png b/dist/img-apple-64/1f4c0.png new file mode 100644 index 000000000..bb6a0c5a9 Binary files /dev/null and b/dist/img-apple-64/1f4c0.png differ diff --git a/dist/img-apple-64/1f4c1.png b/dist/img-apple-64/1f4c1.png new file mode 100644 index 000000000..db8bdc580 Binary files /dev/null and b/dist/img-apple-64/1f4c1.png differ diff --git a/dist/img-apple-64/1f4c2.png b/dist/img-apple-64/1f4c2.png new file mode 100644 index 000000000..e771cd808 Binary files /dev/null and b/dist/img-apple-64/1f4c2.png differ diff --git a/dist/img-apple-64/1f4c3.png b/dist/img-apple-64/1f4c3.png new file mode 100644 index 000000000..e24c68e86 Binary files /dev/null and b/dist/img-apple-64/1f4c3.png differ diff --git a/dist/img-apple-64/1f4c4.png b/dist/img-apple-64/1f4c4.png new file mode 100644 index 000000000..f28631bd6 Binary files /dev/null and b/dist/img-apple-64/1f4c4.png differ diff --git a/dist/img-apple-64/1f4c5.png b/dist/img-apple-64/1f4c5.png new file mode 100644 index 000000000..04185f58a Binary files /dev/null and b/dist/img-apple-64/1f4c5.png differ diff --git a/dist/img-apple-64/1f4c6.png b/dist/img-apple-64/1f4c6.png new file mode 100644 index 000000000..c503b6067 Binary files /dev/null and b/dist/img-apple-64/1f4c6.png differ diff --git a/dist/img-apple-64/1f4c7.png b/dist/img-apple-64/1f4c7.png new file mode 100644 index 000000000..9b7f3affd Binary files /dev/null and b/dist/img-apple-64/1f4c7.png differ diff --git a/dist/img-apple-64/1f4c8.png b/dist/img-apple-64/1f4c8.png new file mode 100644 index 000000000..bca53d056 Binary files /dev/null and b/dist/img-apple-64/1f4c8.png differ diff --git a/dist/img-apple-64/1f4c9.png b/dist/img-apple-64/1f4c9.png new file mode 100644 index 000000000..d6b9f324f Binary files /dev/null and b/dist/img-apple-64/1f4c9.png differ diff --git a/dist/img-apple-64/1f4ca.png b/dist/img-apple-64/1f4ca.png new file mode 100644 index 000000000..27984e849 Binary files /dev/null and b/dist/img-apple-64/1f4ca.png differ diff --git a/dist/img-apple-64/1f4cb.png b/dist/img-apple-64/1f4cb.png new file mode 100644 index 000000000..0c80ba0d5 Binary files /dev/null and b/dist/img-apple-64/1f4cb.png differ diff --git a/dist/img-apple-64/1f4cc.png b/dist/img-apple-64/1f4cc.png new file mode 100644 index 000000000..5c690e803 Binary files /dev/null and b/dist/img-apple-64/1f4cc.png differ diff --git a/dist/img-apple-64/1f4cd.png b/dist/img-apple-64/1f4cd.png new file mode 100644 index 000000000..6f69af486 Binary files /dev/null and b/dist/img-apple-64/1f4cd.png differ diff --git a/dist/img-apple-64/1f4ce.png b/dist/img-apple-64/1f4ce.png new file mode 100644 index 000000000..6edaa8637 Binary files /dev/null and b/dist/img-apple-64/1f4ce.png differ diff --git a/dist/img-apple-64/1f4cf.png b/dist/img-apple-64/1f4cf.png new file mode 100644 index 000000000..447ca59ab Binary files /dev/null and b/dist/img-apple-64/1f4cf.png differ diff --git a/dist/img-apple-64/1f4d0.png b/dist/img-apple-64/1f4d0.png new file mode 100644 index 000000000..5d4c96f81 Binary files /dev/null and b/dist/img-apple-64/1f4d0.png differ diff --git a/dist/img-apple-64/1f4d1.png b/dist/img-apple-64/1f4d1.png new file mode 100644 index 000000000..17703376c Binary files /dev/null and b/dist/img-apple-64/1f4d1.png differ diff --git a/dist/img-apple-64/1f4d2.png b/dist/img-apple-64/1f4d2.png new file mode 100644 index 000000000..3d0364620 Binary files /dev/null and b/dist/img-apple-64/1f4d2.png differ diff --git a/dist/img-apple-64/1f4d3.png b/dist/img-apple-64/1f4d3.png new file mode 100644 index 000000000..e0fc292bd Binary files /dev/null and b/dist/img-apple-64/1f4d3.png differ diff --git a/dist/img-apple-64/1f4d4.png b/dist/img-apple-64/1f4d4.png new file mode 100644 index 000000000..e9c330a47 Binary files /dev/null and b/dist/img-apple-64/1f4d4.png differ diff --git a/dist/img-apple-64/1f4d5.png b/dist/img-apple-64/1f4d5.png new file mode 100644 index 000000000..091730c81 Binary files /dev/null and b/dist/img-apple-64/1f4d5.png differ diff --git a/dist/img-apple-64/1f4d6.png b/dist/img-apple-64/1f4d6.png new file mode 100644 index 000000000..aabca3f6b Binary files /dev/null and b/dist/img-apple-64/1f4d6.png differ diff --git a/dist/img-apple-64/1f4d7.png b/dist/img-apple-64/1f4d7.png new file mode 100644 index 000000000..96dd27238 Binary files /dev/null and b/dist/img-apple-64/1f4d7.png differ diff --git a/dist/img-apple-64/1f4d8.png b/dist/img-apple-64/1f4d8.png new file mode 100644 index 000000000..af6c213fc Binary files /dev/null and b/dist/img-apple-64/1f4d8.png differ diff --git a/dist/img-apple-64/1f4d9.png b/dist/img-apple-64/1f4d9.png new file mode 100644 index 000000000..1404df7a7 Binary files /dev/null and b/dist/img-apple-64/1f4d9.png differ diff --git a/dist/img-apple-64/1f4da.png b/dist/img-apple-64/1f4da.png new file mode 100644 index 000000000..47d0f470d Binary files /dev/null and b/dist/img-apple-64/1f4da.png differ diff --git a/dist/img-apple-64/1f4db.png b/dist/img-apple-64/1f4db.png new file mode 100644 index 000000000..823e65a27 Binary files /dev/null and b/dist/img-apple-64/1f4db.png differ diff --git a/dist/img-apple-64/1f4dc.png b/dist/img-apple-64/1f4dc.png new file mode 100644 index 000000000..c2c47adb7 Binary files /dev/null and b/dist/img-apple-64/1f4dc.png differ diff --git a/dist/img-apple-64/1f4dd.png b/dist/img-apple-64/1f4dd.png new file mode 100644 index 000000000..120212889 Binary files /dev/null and b/dist/img-apple-64/1f4dd.png differ diff --git a/dist/img-apple-64/1f4de.png b/dist/img-apple-64/1f4de.png new file mode 100644 index 000000000..01c801e2d Binary files /dev/null and b/dist/img-apple-64/1f4de.png differ diff --git a/dist/img-apple-64/1f4df.png b/dist/img-apple-64/1f4df.png new file mode 100644 index 000000000..172fdc41e Binary files /dev/null and b/dist/img-apple-64/1f4df.png differ diff --git a/dist/img-apple-64/1f4e0.png b/dist/img-apple-64/1f4e0.png new file mode 100644 index 000000000..8c330825a Binary files /dev/null and b/dist/img-apple-64/1f4e0.png differ diff --git a/dist/img-apple-64/1f4e1.png b/dist/img-apple-64/1f4e1.png new file mode 100644 index 000000000..8e967d4a9 Binary files /dev/null and b/dist/img-apple-64/1f4e1.png differ diff --git a/dist/img-apple-64/1f4e2.png b/dist/img-apple-64/1f4e2.png new file mode 100644 index 000000000..c64ef5287 Binary files /dev/null and b/dist/img-apple-64/1f4e2.png differ diff --git a/dist/img-apple-64/1f4e3.png b/dist/img-apple-64/1f4e3.png new file mode 100644 index 000000000..b464ffa1f Binary files /dev/null and b/dist/img-apple-64/1f4e3.png differ diff --git a/dist/img-apple-64/1f4e4.png b/dist/img-apple-64/1f4e4.png new file mode 100644 index 000000000..643f9bbd4 Binary files /dev/null and b/dist/img-apple-64/1f4e4.png differ diff --git a/dist/img-apple-64/1f4e5.png b/dist/img-apple-64/1f4e5.png new file mode 100644 index 000000000..19fe5518f Binary files /dev/null and b/dist/img-apple-64/1f4e5.png differ diff --git a/dist/img-apple-64/1f4e6.png b/dist/img-apple-64/1f4e6.png new file mode 100644 index 000000000..a57f20f55 Binary files /dev/null and b/dist/img-apple-64/1f4e6.png differ diff --git a/dist/img-apple-64/1f4e7.png b/dist/img-apple-64/1f4e7.png new file mode 100644 index 000000000..478d6cd09 Binary files /dev/null and b/dist/img-apple-64/1f4e7.png differ diff --git a/dist/img-apple-64/1f4e8.png b/dist/img-apple-64/1f4e8.png new file mode 100644 index 000000000..7322fdee1 Binary files /dev/null and b/dist/img-apple-64/1f4e8.png differ diff --git a/dist/img-apple-64/1f4e9.png b/dist/img-apple-64/1f4e9.png new file mode 100644 index 000000000..6f08f6822 Binary files /dev/null and b/dist/img-apple-64/1f4e9.png differ diff --git a/dist/img-apple-64/1f4ea.png b/dist/img-apple-64/1f4ea.png new file mode 100644 index 000000000..41f621723 Binary files /dev/null and b/dist/img-apple-64/1f4ea.png differ diff --git a/dist/img-apple-64/1f4eb.png b/dist/img-apple-64/1f4eb.png new file mode 100644 index 000000000..12bb9bcff Binary files /dev/null and b/dist/img-apple-64/1f4eb.png differ diff --git a/dist/img-apple-64/1f4ec.png b/dist/img-apple-64/1f4ec.png new file mode 100644 index 000000000..843965181 Binary files /dev/null and b/dist/img-apple-64/1f4ec.png differ diff --git a/dist/img-apple-64/1f4ed.png b/dist/img-apple-64/1f4ed.png new file mode 100644 index 000000000..3f1f7b5fd Binary files /dev/null and b/dist/img-apple-64/1f4ed.png differ diff --git a/dist/img-apple-64/1f4ee.png b/dist/img-apple-64/1f4ee.png new file mode 100644 index 000000000..0812e1001 Binary files /dev/null and b/dist/img-apple-64/1f4ee.png differ diff --git a/dist/img-apple-64/1f4ef.png b/dist/img-apple-64/1f4ef.png new file mode 100644 index 000000000..d1f4854ec Binary files /dev/null and b/dist/img-apple-64/1f4ef.png differ diff --git a/dist/img-apple-64/1f4f0.png b/dist/img-apple-64/1f4f0.png new file mode 100644 index 000000000..0893d064a Binary files /dev/null and b/dist/img-apple-64/1f4f0.png differ diff --git a/dist/img-apple-64/1f4f1.png b/dist/img-apple-64/1f4f1.png new file mode 100644 index 000000000..92511e8c3 Binary files /dev/null and b/dist/img-apple-64/1f4f1.png differ diff --git a/dist/img-apple-64/1f4f2.png b/dist/img-apple-64/1f4f2.png new file mode 100644 index 000000000..3895cef50 Binary files /dev/null and b/dist/img-apple-64/1f4f2.png differ diff --git a/dist/img-apple-64/1f4f3.png b/dist/img-apple-64/1f4f3.png new file mode 100644 index 000000000..5ae8d2f50 Binary files /dev/null and b/dist/img-apple-64/1f4f3.png differ diff --git a/dist/img-apple-64/1f4f4.png b/dist/img-apple-64/1f4f4.png new file mode 100644 index 000000000..72a779ea1 Binary files /dev/null and b/dist/img-apple-64/1f4f4.png differ diff --git a/dist/img-apple-64/1f4f5.png b/dist/img-apple-64/1f4f5.png new file mode 100644 index 000000000..bfe17f6a0 Binary files /dev/null and b/dist/img-apple-64/1f4f5.png differ diff --git a/dist/img-apple-64/1f4f6.png b/dist/img-apple-64/1f4f6.png new file mode 100644 index 000000000..d3dfa0cbf Binary files /dev/null and b/dist/img-apple-64/1f4f6.png differ diff --git a/dist/img-apple-64/1f4f7.png b/dist/img-apple-64/1f4f7.png new file mode 100644 index 000000000..23524b997 Binary files /dev/null and b/dist/img-apple-64/1f4f7.png differ diff --git a/dist/img-apple-64/1f4f8.png b/dist/img-apple-64/1f4f8.png new file mode 100644 index 000000000..8b9123b12 Binary files /dev/null and b/dist/img-apple-64/1f4f8.png differ diff --git a/dist/img-apple-64/1f4f9.png b/dist/img-apple-64/1f4f9.png new file mode 100644 index 000000000..3a299db85 Binary files /dev/null and b/dist/img-apple-64/1f4f9.png differ diff --git a/dist/img-apple-64/1f4fa.png b/dist/img-apple-64/1f4fa.png new file mode 100644 index 000000000..d06221423 Binary files /dev/null and b/dist/img-apple-64/1f4fa.png differ diff --git a/dist/img-apple-64/1f4fb.png b/dist/img-apple-64/1f4fb.png new file mode 100644 index 000000000..8353c65ed Binary files /dev/null and b/dist/img-apple-64/1f4fb.png differ diff --git a/dist/img-apple-64/1f4fc.png b/dist/img-apple-64/1f4fc.png new file mode 100644 index 000000000..914d73ff7 Binary files /dev/null and b/dist/img-apple-64/1f4fc.png differ diff --git a/dist/img-apple-64/1f4fd-fe0f.png b/dist/img-apple-64/1f4fd-fe0f.png new file mode 100644 index 000000000..c91b62ffb Binary files /dev/null and b/dist/img-apple-64/1f4fd-fe0f.png differ diff --git a/dist/img-apple-64/1f4fd.png b/dist/img-apple-64/1f4fd.png new file mode 100644 index 000000000..c91b62ffb Binary files /dev/null and b/dist/img-apple-64/1f4fd.png differ diff --git a/dist/img-apple-64/1f4ff.png b/dist/img-apple-64/1f4ff.png new file mode 100644 index 000000000..db58e35e8 Binary files /dev/null and b/dist/img-apple-64/1f4ff.png differ diff --git a/dist/img-apple-64/1f500.png b/dist/img-apple-64/1f500.png new file mode 100644 index 000000000..825204324 Binary files /dev/null and b/dist/img-apple-64/1f500.png differ diff --git a/dist/img-apple-64/1f501.png b/dist/img-apple-64/1f501.png new file mode 100644 index 000000000..0aba71f95 Binary files /dev/null and b/dist/img-apple-64/1f501.png differ diff --git a/dist/img-apple-64/1f502.png b/dist/img-apple-64/1f502.png new file mode 100644 index 000000000..d677e2fe0 Binary files /dev/null and b/dist/img-apple-64/1f502.png differ diff --git a/dist/img-apple-64/1f503.png b/dist/img-apple-64/1f503.png new file mode 100644 index 000000000..348b873e6 Binary files /dev/null and b/dist/img-apple-64/1f503.png differ diff --git a/dist/img-apple-64/1f504.png b/dist/img-apple-64/1f504.png new file mode 100644 index 000000000..0770a1a4e Binary files /dev/null and b/dist/img-apple-64/1f504.png differ diff --git a/dist/img-apple-64/1f505.png b/dist/img-apple-64/1f505.png new file mode 100644 index 000000000..1be2e4d1a Binary files /dev/null and b/dist/img-apple-64/1f505.png differ diff --git a/dist/img-apple-64/1f506.png b/dist/img-apple-64/1f506.png new file mode 100644 index 000000000..33c287563 Binary files /dev/null and b/dist/img-apple-64/1f506.png differ diff --git a/dist/img-apple-64/1f507.png b/dist/img-apple-64/1f507.png new file mode 100644 index 000000000..cd7d7dabb Binary files /dev/null and b/dist/img-apple-64/1f507.png differ diff --git a/dist/img-apple-64/1f508.png b/dist/img-apple-64/1f508.png new file mode 100644 index 000000000..e57d483dd Binary files /dev/null and b/dist/img-apple-64/1f508.png differ diff --git a/dist/img-apple-64/1f509.png b/dist/img-apple-64/1f509.png new file mode 100644 index 000000000..7d7c02518 Binary files /dev/null and b/dist/img-apple-64/1f509.png differ diff --git a/dist/img-apple-64/1f50a.png b/dist/img-apple-64/1f50a.png new file mode 100644 index 000000000..0eccd9ceb Binary files /dev/null and b/dist/img-apple-64/1f50a.png differ diff --git a/dist/img-apple-64/1f50b.png b/dist/img-apple-64/1f50b.png new file mode 100644 index 000000000..a0174f877 Binary files /dev/null and b/dist/img-apple-64/1f50b.png differ diff --git a/dist/img-apple-64/1f50c.png b/dist/img-apple-64/1f50c.png new file mode 100644 index 000000000..bbb299cc8 Binary files /dev/null and b/dist/img-apple-64/1f50c.png differ diff --git a/dist/img-apple-64/1f50d.png b/dist/img-apple-64/1f50d.png new file mode 100644 index 000000000..9017d0443 Binary files /dev/null and b/dist/img-apple-64/1f50d.png differ diff --git a/dist/img-apple-64/1f50e.png b/dist/img-apple-64/1f50e.png new file mode 100644 index 000000000..148134397 Binary files /dev/null and b/dist/img-apple-64/1f50e.png differ diff --git a/dist/img-apple-64/1f50f.png b/dist/img-apple-64/1f50f.png new file mode 100644 index 000000000..d64338aee Binary files /dev/null and b/dist/img-apple-64/1f50f.png differ diff --git a/dist/img-apple-64/1f510.png b/dist/img-apple-64/1f510.png new file mode 100644 index 000000000..9bb550f70 Binary files /dev/null and b/dist/img-apple-64/1f510.png differ diff --git a/dist/img-apple-64/1f511.png b/dist/img-apple-64/1f511.png new file mode 100644 index 000000000..12a07803a Binary files /dev/null and b/dist/img-apple-64/1f511.png differ diff --git a/dist/img-apple-64/1f512.png b/dist/img-apple-64/1f512.png new file mode 100644 index 000000000..467109df0 Binary files /dev/null and b/dist/img-apple-64/1f512.png differ diff --git a/dist/img-apple-64/1f513.png b/dist/img-apple-64/1f513.png new file mode 100644 index 000000000..84c060536 Binary files /dev/null and b/dist/img-apple-64/1f513.png differ diff --git a/dist/img-apple-64/1f514.png b/dist/img-apple-64/1f514.png new file mode 100644 index 000000000..0f86e3a19 Binary files /dev/null and b/dist/img-apple-64/1f514.png differ diff --git a/dist/img-apple-64/1f515.png b/dist/img-apple-64/1f515.png new file mode 100644 index 000000000..cd5adf2ca Binary files /dev/null and b/dist/img-apple-64/1f515.png differ diff --git a/dist/img-apple-64/1f516.png b/dist/img-apple-64/1f516.png new file mode 100644 index 000000000..748e708cb Binary files /dev/null and b/dist/img-apple-64/1f516.png differ diff --git a/dist/img-apple-64/1f517.png b/dist/img-apple-64/1f517.png new file mode 100644 index 000000000..e77f90176 Binary files /dev/null and b/dist/img-apple-64/1f517.png differ diff --git a/dist/img-apple-64/1f518.png b/dist/img-apple-64/1f518.png new file mode 100644 index 000000000..0863f869b Binary files /dev/null and b/dist/img-apple-64/1f518.png differ diff --git a/dist/img-apple-64/1f519.png b/dist/img-apple-64/1f519.png new file mode 100644 index 000000000..0ec1d7140 Binary files /dev/null and b/dist/img-apple-64/1f519.png differ diff --git a/dist/img-apple-64/1f51a.png b/dist/img-apple-64/1f51a.png new file mode 100644 index 000000000..0a5026446 Binary files /dev/null and b/dist/img-apple-64/1f51a.png differ diff --git a/dist/img-apple-64/1f51b.png b/dist/img-apple-64/1f51b.png new file mode 100644 index 000000000..aa88ec7a0 Binary files /dev/null and b/dist/img-apple-64/1f51b.png differ diff --git a/dist/img-apple-64/1f51c.png b/dist/img-apple-64/1f51c.png new file mode 100644 index 000000000..47591056c Binary files /dev/null and b/dist/img-apple-64/1f51c.png differ diff --git a/dist/img-apple-64/1f51d.png b/dist/img-apple-64/1f51d.png new file mode 100644 index 000000000..bf0806020 Binary files /dev/null and b/dist/img-apple-64/1f51d.png differ diff --git a/dist/img-apple-64/1f51e.png b/dist/img-apple-64/1f51e.png new file mode 100644 index 000000000..bcaac781f Binary files /dev/null and b/dist/img-apple-64/1f51e.png differ diff --git a/dist/img-apple-64/1f51f.png b/dist/img-apple-64/1f51f.png new file mode 100644 index 000000000..7e90efbf8 Binary files /dev/null and b/dist/img-apple-64/1f51f.png differ diff --git a/dist/img-apple-64/1f520.png b/dist/img-apple-64/1f520.png new file mode 100644 index 000000000..ccf2ebbf9 Binary files /dev/null and b/dist/img-apple-64/1f520.png differ diff --git a/dist/img-apple-64/1f521.png b/dist/img-apple-64/1f521.png new file mode 100644 index 000000000..001f9d5e8 Binary files /dev/null and b/dist/img-apple-64/1f521.png differ diff --git a/dist/img-apple-64/1f522.png b/dist/img-apple-64/1f522.png new file mode 100644 index 000000000..fc50320ea Binary files /dev/null and b/dist/img-apple-64/1f522.png differ diff --git a/dist/img-apple-64/1f523.png b/dist/img-apple-64/1f523.png new file mode 100644 index 000000000..6ba0176fc Binary files /dev/null and b/dist/img-apple-64/1f523.png differ diff --git a/dist/img-apple-64/1f524.png b/dist/img-apple-64/1f524.png new file mode 100644 index 000000000..7dc8c39f3 Binary files /dev/null and b/dist/img-apple-64/1f524.png differ diff --git a/dist/img-apple-64/1f525.png b/dist/img-apple-64/1f525.png new file mode 100644 index 000000000..6d11bea91 Binary files /dev/null and b/dist/img-apple-64/1f525.png differ diff --git a/dist/img-apple-64/1f526.png b/dist/img-apple-64/1f526.png new file mode 100644 index 000000000..2d8402a33 Binary files /dev/null and b/dist/img-apple-64/1f526.png differ diff --git a/dist/img-apple-64/1f527.png b/dist/img-apple-64/1f527.png new file mode 100644 index 000000000..38364a997 Binary files /dev/null and b/dist/img-apple-64/1f527.png differ diff --git a/dist/img-apple-64/1f528.png b/dist/img-apple-64/1f528.png new file mode 100644 index 000000000..d027cc39d Binary files /dev/null and b/dist/img-apple-64/1f528.png differ diff --git a/dist/img-apple-64/1f529.png b/dist/img-apple-64/1f529.png new file mode 100644 index 000000000..2155608f5 Binary files /dev/null and b/dist/img-apple-64/1f529.png differ diff --git a/dist/img-apple-64/1f52a.png b/dist/img-apple-64/1f52a.png new file mode 100644 index 000000000..ae95e121e Binary files /dev/null and b/dist/img-apple-64/1f52a.png differ diff --git a/dist/img-apple-64/1f52b.png b/dist/img-apple-64/1f52b.png new file mode 100644 index 000000000..9e034c383 Binary files /dev/null and b/dist/img-apple-64/1f52b.png differ diff --git a/dist/img-apple-64/1f52c.png b/dist/img-apple-64/1f52c.png new file mode 100644 index 000000000..e91ac6cd7 Binary files /dev/null and b/dist/img-apple-64/1f52c.png differ diff --git a/dist/img-apple-64/1f52d.png b/dist/img-apple-64/1f52d.png new file mode 100644 index 000000000..8f9ffbe15 Binary files /dev/null and b/dist/img-apple-64/1f52d.png differ diff --git a/dist/img-apple-64/1f52e.png b/dist/img-apple-64/1f52e.png new file mode 100644 index 000000000..3b841d90f Binary files /dev/null and b/dist/img-apple-64/1f52e.png differ diff --git a/dist/img-apple-64/1f52f.png b/dist/img-apple-64/1f52f.png new file mode 100644 index 000000000..4247cea6a Binary files /dev/null and b/dist/img-apple-64/1f52f.png differ diff --git a/dist/img-apple-64/1f530.png b/dist/img-apple-64/1f530.png new file mode 100644 index 000000000..b9719dc31 Binary files /dev/null and b/dist/img-apple-64/1f530.png differ diff --git a/dist/img-apple-64/1f531.png b/dist/img-apple-64/1f531.png new file mode 100644 index 000000000..c52bb2656 Binary files /dev/null and b/dist/img-apple-64/1f531.png differ diff --git a/dist/img-apple-64/1f532.png b/dist/img-apple-64/1f532.png new file mode 100644 index 000000000..791d4a9c5 Binary files /dev/null and b/dist/img-apple-64/1f532.png differ diff --git a/dist/img-apple-64/1f533.png b/dist/img-apple-64/1f533.png new file mode 100644 index 000000000..f4fc7b224 Binary files /dev/null and b/dist/img-apple-64/1f533.png differ diff --git a/dist/img-apple-64/1f534.png b/dist/img-apple-64/1f534.png new file mode 100644 index 000000000..524117ab1 Binary files /dev/null and b/dist/img-apple-64/1f534.png differ diff --git a/dist/img-apple-64/1f535.png b/dist/img-apple-64/1f535.png new file mode 100644 index 000000000..49289e7dd Binary files /dev/null and b/dist/img-apple-64/1f535.png differ diff --git a/dist/img-apple-64/1f536.png b/dist/img-apple-64/1f536.png new file mode 100644 index 000000000..870a17b36 Binary files /dev/null and b/dist/img-apple-64/1f536.png differ diff --git a/dist/img-apple-64/1f537.png b/dist/img-apple-64/1f537.png new file mode 100644 index 000000000..6f9736a10 Binary files /dev/null and b/dist/img-apple-64/1f537.png differ diff --git a/dist/img-apple-64/1f538.png b/dist/img-apple-64/1f538.png new file mode 100644 index 000000000..e73690633 Binary files /dev/null and b/dist/img-apple-64/1f538.png differ diff --git a/dist/img-apple-64/1f539.png b/dist/img-apple-64/1f539.png new file mode 100644 index 000000000..9ee6a71a2 Binary files /dev/null and b/dist/img-apple-64/1f539.png differ diff --git a/dist/img-apple-64/1f53a.png b/dist/img-apple-64/1f53a.png new file mode 100644 index 000000000..6e0974cb3 Binary files /dev/null and b/dist/img-apple-64/1f53a.png differ diff --git a/dist/img-apple-64/1f53b.png b/dist/img-apple-64/1f53b.png new file mode 100644 index 000000000..b72917c2f Binary files /dev/null and b/dist/img-apple-64/1f53b.png differ diff --git a/dist/img-apple-64/1f53c.png b/dist/img-apple-64/1f53c.png new file mode 100644 index 000000000..8c46100c6 Binary files /dev/null and b/dist/img-apple-64/1f53c.png differ diff --git a/dist/img-apple-64/1f53d.png b/dist/img-apple-64/1f53d.png new file mode 100644 index 000000000..067e0e36f Binary files /dev/null and b/dist/img-apple-64/1f53d.png differ diff --git a/dist/img-apple-64/1f549-fe0f.png b/dist/img-apple-64/1f549-fe0f.png new file mode 100644 index 000000000..5ae2a53cd Binary files /dev/null and b/dist/img-apple-64/1f549-fe0f.png differ diff --git a/dist/img-apple-64/1f549.png b/dist/img-apple-64/1f549.png new file mode 100644 index 000000000..5ae2a53cd Binary files /dev/null and b/dist/img-apple-64/1f549.png differ diff --git a/dist/img-apple-64/1f54a-fe0f.png b/dist/img-apple-64/1f54a-fe0f.png new file mode 100644 index 000000000..433afa38f Binary files /dev/null and b/dist/img-apple-64/1f54a-fe0f.png differ diff --git a/dist/img-apple-64/1f54a.png b/dist/img-apple-64/1f54a.png new file mode 100644 index 000000000..433afa38f Binary files /dev/null and b/dist/img-apple-64/1f54a.png differ diff --git a/dist/img-apple-64/1f54b.png b/dist/img-apple-64/1f54b.png new file mode 100644 index 000000000..3a5beec34 Binary files /dev/null and b/dist/img-apple-64/1f54b.png differ diff --git a/dist/img-apple-64/1f54c.png b/dist/img-apple-64/1f54c.png new file mode 100644 index 000000000..d3c6fd85b Binary files /dev/null and b/dist/img-apple-64/1f54c.png differ diff --git a/dist/img-apple-64/1f54d.png b/dist/img-apple-64/1f54d.png new file mode 100644 index 000000000..d6cde59a9 Binary files /dev/null and b/dist/img-apple-64/1f54d.png differ diff --git a/dist/img-apple-64/1f54e.png b/dist/img-apple-64/1f54e.png new file mode 100644 index 000000000..046aea6cf Binary files /dev/null and b/dist/img-apple-64/1f54e.png differ diff --git a/dist/img-apple-64/1f550.png b/dist/img-apple-64/1f550.png new file mode 100644 index 000000000..9b9f757b5 Binary files /dev/null and b/dist/img-apple-64/1f550.png differ diff --git a/dist/img-apple-64/1f551.png b/dist/img-apple-64/1f551.png new file mode 100644 index 000000000..383898884 Binary files /dev/null and b/dist/img-apple-64/1f551.png differ diff --git a/dist/img-apple-64/1f552.png b/dist/img-apple-64/1f552.png new file mode 100644 index 000000000..9bd7a8b8a Binary files /dev/null and b/dist/img-apple-64/1f552.png differ diff --git a/dist/img-apple-64/1f553.png b/dist/img-apple-64/1f553.png new file mode 100644 index 000000000..f3aaebfb5 Binary files /dev/null and b/dist/img-apple-64/1f553.png differ diff --git a/dist/img-apple-64/1f554.png b/dist/img-apple-64/1f554.png new file mode 100644 index 000000000..799915acd Binary files /dev/null and b/dist/img-apple-64/1f554.png differ diff --git a/dist/img-apple-64/1f555.png b/dist/img-apple-64/1f555.png new file mode 100644 index 000000000..d5efb6f7d Binary files /dev/null and b/dist/img-apple-64/1f555.png differ diff --git a/dist/img-apple-64/1f556.png b/dist/img-apple-64/1f556.png new file mode 100644 index 000000000..e1a6d945d Binary files /dev/null and b/dist/img-apple-64/1f556.png differ diff --git a/dist/img-apple-64/1f557.png b/dist/img-apple-64/1f557.png new file mode 100644 index 000000000..51c686ab0 Binary files /dev/null and b/dist/img-apple-64/1f557.png differ diff --git a/dist/img-apple-64/1f558.png b/dist/img-apple-64/1f558.png new file mode 100644 index 000000000..94141bd4b Binary files /dev/null and b/dist/img-apple-64/1f558.png differ diff --git a/dist/img-apple-64/1f559.png b/dist/img-apple-64/1f559.png new file mode 100644 index 000000000..4da66b5e8 Binary files /dev/null and b/dist/img-apple-64/1f559.png differ diff --git a/dist/img-apple-64/1f55a.png b/dist/img-apple-64/1f55a.png new file mode 100644 index 000000000..550689f5e Binary files /dev/null and b/dist/img-apple-64/1f55a.png differ diff --git a/dist/img-apple-64/1f55b.png b/dist/img-apple-64/1f55b.png new file mode 100644 index 000000000..279d65f79 Binary files /dev/null and b/dist/img-apple-64/1f55b.png differ diff --git a/dist/img-apple-64/1f55c.png b/dist/img-apple-64/1f55c.png new file mode 100644 index 000000000..df99980dc Binary files /dev/null and b/dist/img-apple-64/1f55c.png differ diff --git a/dist/img-apple-64/1f55d.png b/dist/img-apple-64/1f55d.png new file mode 100644 index 000000000..a9c4c7e21 Binary files /dev/null and b/dist/img-apple-64/1f55d.png differ diff --git a/dist/img-apple-64/1f55e.png b/dist/img-apple-64/1f55e.png new file mode 100644 index 000000000..67182c4eb Binary files /dev/null and b/dist/img-apple-64/1f55e.png differ diff --git a/dist/img-apple-64/1f55f.png b/dist/img-apple-64/1f55f.png new file mode 100644 index 000000000..f370f9ae2 Binary files /dev/null and b/dist/img-apple-64/1f55f.png differ diff --git a/dist/img-apple-64/1f560.png b/dist/img-apple-64/1f560.png new file mode 100644 index 000000000..07fd3121b Binary files /dev/null and b/dist/img-apple-64/1f560.png differ diff --git a/dist/img-apple-64/1f561.png b/dist/img-apple-64/1f561.png new file mode 100644 index 000000000..b87517f8c Binary files /dev/null and b/dist/img-apple-64/1f561.png differ diff --git a/dist/img-apple-64/1f562.png b/dist/img-apple-64/1f562.png new file mode 100644 index 000000000..e1c728d18 Binary files /dev/null and b/dist/img-apple-64/1f562.png differ diff --git a/dist/img-apple-64/1f563.png b/dist/img-apple-64/1f563.png new file mode 100644 index 000000000..67ddc5f58 Binary files /dev/null and b/dist/img-apple-64/1f563.png differ diff --git a/dist/img-apple-64/1f564.png b/dist/img-apple-64/1f564.png new file mode 100644 index 000000000..117e3313d Binary files /dev/null and b/dist/img-apple-64/1f564.png differ diff --git a/dist/img-apple-64/1f565.png b/dist/img-apple-64/1f565.png new file mode 100644 index 000000000..714ee08f7 Binary files /dev/null and b/dist/img-apple-64/1f565.png differ diff --git a/dist/img-apple-64/1f566.png b/dist/img-apple-64/1f566.png new file mode 100644 index 000000000..a8fc896c1 Binary files /dev/null and b/dist/img-apple-64/1f566.png differ diff --git a/dist/img-apple-64/1f567.png b/dist/img-apple-64/1f567.png new file mode 100644 index 000000000..460034bd8 Binary files /dev/null and b/dist/img-apple-64/1f567.png differ diff --git a/dist/img-apple-64/1f56f-fe0f.png b/dist/img-apple-64/1f56f-fe0f.png new file mode 100644 index 000000000..21a9727c0 Binary files /dev/null and b/dist/img-apple-64/1f56f-fe0f.png differ diff --git a/dist/img-apple-64/1f56f.png b/dist/img-apple-64/1f56f.png new file mode 100644 index 000000000..21a9727c0 Binary files /dev/null and b/dist/img-apple-64/1f56f.png differ diff --git a/dist/img-apple-64/1f570-fe0f.png b/dist/img-apple-64/1f570-fe0f.png new file mode 100644 index 000000000..b9e059b18 Binary files /dev/null and b/dist/img-apple-64/1f570-fe0f.png differ diff --git a/dist/img-apple-64/1f570.png b/dist/img-apple-64/1f570.png new file mode 100644 index 000000000..b9e059b18 Binary files /dev/null and b/dist/img-apple-64/1f570.png differ diff --git a/dist/img-apple-64/1f573-fe0f.png b/dist/img-apple-64/1f573-fe0f.png new file mode 100644 index 000000000..37f9a7154 Binary files /dev/null and b/dist/img-apple-64/1f573-fe0f.png differ diff --git a/dist/img-apple-64/1f573.png b/dist/img-apple-64/1f573.png new file mode 100644 index 000000000..37f9a7154 Binary files /dev/null and b/dist/img-apple-64/1f573.png differ diff --git a/dist/img-apple-64/1f574-1f3fb.png b/dist/img-apple-64/1f574-1f3fb.png new file mode 100644 index 000000000..993415b04 Binary files /dev/null and b/dist/img-apple-64/1f574-1f3fb.png differ diff --git a/dist/img-apple-64/1f574-1f3fc.png b/dist/img-apple-64/1f574-1f3fc.png new file mode 100644 index 000000000..1f05f4895 Binary files /dev/null and b/dist/img-apple-64/1f574-1f3fc.png differ diff --git a/dist/img-apple-64/1f574-1f3fd.png b/dist/img-apple-64/1f574-1f3fd.png new file mode 100644 index 000000000..e53111a97 Binary files /dev/null and b/dist/img-apple-64/1f574-1f3fd.png differ diff --git a/dist/img-apple-64/1f574-1f3fe.png b/dist/img-apple-64/1f574-1f3fe.png new file mode 100644 index 000000000..69593f8b1 Binary files /dev/null and b/dist/img-apple-64/1f574-1f3fe.png differ diff --git a/dist/img-apple-64/1f574-1f3ff.png b/dist/img-apple-64/1f574-1f3ff.png new file mode 100644 index 000000000..164ee2ad6 Binary files /dev/null and b/dist/img-apple-64/1f574-1f3ff.png differ diff --git a/dist/img-apple-64/1f574-fe0f.png b/dist/img-apple-64/1f574-fe0f.png new file mode 100644 index 000000000..e35c8a6a2 Binary files /dev/null and b/dist/img-apple-64/1f574-fe0f.png differ diff --git a/dist/img-apple-64/1f574.png b/dist/img-apple-64/1f574.png new file mode 100644 index 000000000..e35c8a6a2 Binary files /dev/null and b/dist/img-apple-64/1f574.png differ diff --git a/dist/img-apple-64/1f575-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f575-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..d521dfe2a Binary files /dev/null and b/dist/img-apple-64/1f575-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f575-1f3fb-200d-2640.png b/dist/img-apple-64/1f575-1f3fb-200d-2640.png new file mode 100644 index 000000000..d521dfe2a Binary files /dev/null and b/dist/img-apple-64/1f575-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f575-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f575-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..70c63d0cb Binary files /dev/null and b/dist/img-apple-64/1f575-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f575-1f3fb-200d-2642.png b/dist/img-apple-64/1f575-1f3fb-200d-2642.png new file mode 100644 index 000000000..70c63d0cb Binary files /dev/null and b/dist/img-apple-64/1f575-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f575-1f3fb.png b/dist/img-apple-64/1f575-1f3fb.png new file mode 100644 index 000000000..efc5b3513 Binary files /dev/null and b/dist/img-apple-64/1f575-1f3fb.png differ diff --git a/dist/img-apple-64/1f575-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f575-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..6138a868a Binary files /dev/null and b/dist/img-apple-64/1f575-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f575-1f3fc-200d-2640.png b/dist/img-apple-64/1f575-1f3fc-200d-2640.png new file mode 100644 index 000000000..6138a868a Binary files /dev/null and b/dist/img-apple-64/1f575-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f575-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f575-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..c1919bf75 Binary files /dev/null and b/dist/img-apple-64/1f575-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f575-1f3fc-200d-2642.png b/dist/img-apple-64/1f575-1f3fc-200d-2642.png new file mode 100644 index 000000000..c1919bf75 Binary files /dev/null and b/dist/img-apple-64/1f575-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f575-1f3fc.png b/dist/img-apple-64/1f575-1f3fc.png new file mode 100644 index 000000000..4180dd3df Binary files /dev/null and b/dist/img-apple-64/1f575-1f3fc.png differ diff --git a/dist/img-apple-64/1f575-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f575-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..7e7e56b80 Binary files /dev/null and b/dist/img-apple-64/1f575-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f575-1f3fd-200d-2640.png b/dist/img-apple-64/1f575-1f3fd-200d-2640.png new file mode 100644 index 000000000..7e7e56b80 Binary files /dev/null and b/dist/img-apple-64/1f575-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f575-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f575-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..de356b035 Binary files /dev/null and b/dist/img-apple-64/1f575-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f575-1f3fd-200d-2642.png b/dist/img-apple-64/1f575-1f3fd-200d-2642.png new file mode 100644 index 000000000..de356b035 Binary files /dev/null and b/dist/img-apple-64/1f575-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f575-1f3fd.png b/dist/img-apple-64/1f575-1f3fd.png new file mode 100644 index 000000000..d1917337d Binary files /dev/null and b/dist/img-apple-64/1f575-1f3fd.png differ diff --git a/dist/img-apple-64/1f575-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f575-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..89ca172e7 Binary files /dev/null and b/dist/img-apple-64/1f575-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f575-1f3fe-200d-2640.png b/dist/img-apple-64/1f575-1f3fe-200d-2640.png new file mode 100644 index 000000000..89ca172e7 Binary files /dev/null and b/dist/img-apple-64/1f575-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f575-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f575-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..e7b19a5ee Binary files /dev/null and b/dist/img-apple-64/1f575-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f575-1f3fe-200d-2642.png b/dist/img-apple-64/1f575-1f3fe-200d-2642.png new file mode 100644 index 000000000..e7b19a5ee Binary files /dev/null and b/dist/img-apple-64/1f575-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f575-1f3fe.png b/dist/img-apple-64/1f575-1f3fe.png new file mode 100644 index 000000000..b68484fe6 Binary files /dev/null and b/dist/img-apple-64/1f575-1f3fe.png differ diff --git a/dist/img-apple-64/1f575-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f575-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..4ccdf3e3a Binary files /dev/null and b/dist/img-apple-64/1f575-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f575-1f3ff-200d-2640.png b/dist/img-apple-64/1f575-1f3ff-200d-2640.png new file mode 100644 index 000000000..4ccdf3e3a Binary files /dev/null and b/dist/img-apple-64/1f575-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f575-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f575-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..9a812237c Binary files /dev/null and b/dist/img-apple-64/1f575-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f575-1f3ff-200d-2642.png b/dist/img-apple-64/1f575-1f3ff-200d-2642.png new file mode 100644 index 000000000..9a812237c Binary files /dev/null and b/dist/img-apple-64/1f575-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f575-1f3ff.png b/dist/img-apple-64/1f575-1f3ff.png new file mode 100644 index 000000000..bab84ea2e Binary files /dev/null and b/dist/img-apple-64/1f575-1f3ff.png differ diff --git a/dist/img-apple-64/1f575-200d-2640.png b/dist/img-apple-64/1f575-200d-2640.png new file mode 100644 index 000000000..53e11a1b6 Binary files /dev/null and b/dist/img-apple-64/1f575-200d-2640.png differ diff --git a/dist/img-apple-64/1f575-200d-2642.png b/dist/img-apple-64/1f575-200d-2642.png new file mode 100644 index 000000000..7946201e5 Binary files /dev/null and b/dist/img-apple-64/1f575-200d-2642.png differ diff --git a/dist/img-apple-64/1f575-fe0f-200d-2640-fe0f.png b/dist/img-apple-64/1f575-fe0f-200d-2640-fe0f.png new file mode 100644 index 000000000..53e11a1b6 Binary files /dev/null and b/dist/img-apple-64/1f575-fe0f-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f575-fe0f-200d-2642-fe0f.png b/dist/img-apple-64/1f575-fe0f-200d-2642-fe0f.png new file mode 100644 index 000000000..7946201e5 Binary files /dev/null and b/dist/img-apple-64/1f575-fe0f-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f575-fe0f.png b/dist/img-apple-64/1f575-fe0f.png new file mode 100644 index 000000000..fc4f8a606 Binary files /dev/null and b/dist/img-apple-64/1f575-fe0f.png differ diff --git a/dist/img-apple-64/1f575.png b/dist/img-apple-64/1f575.png new file mode 100644 index 000000000..fc4f8a606 Binary files /dev/null and b/dist/img-apple-64/1f575.png differ diff --git a/dist/img-apple-64/1f576-fe0f.png b/dist/img-apple-64/1f576-fe0f.png new file mode 100644 index 000000000..b1f8442e4 Binary files /dev/null and b/dist/img-apple-64/1f576-fe0f.png differ diff --git a/dist/img-apple-64/1f576.png b/dist/img-apple-64/1f576.png new file mode 100644 index 000000000..b1f8442e4 Binary files /dev/null and b/dist/img-apple-64/1f576.png differ diff --git a/dist/img-apple-64/1f577-fe0f.png b/dist/img-apple-64/1f577-fe0f.png new file mode 100644 index 000000000..a00f9fc50 Binary files /dev/null and b/dist/img-apple-64/1f577-fe0f.png differ diff --git a/dist/img-apple-64/1f577.png b/dist/img-apple-64/1f577.png new file mode 100644 index 000000000..a00f9fc50 Binary files /dev/null and b/dist/img-apple-64/1f577.png differ diff --git a/dist/img-apple-64/1f578-fe0f.png b/dist/img-apple-64/1f578-fe0f.png new file mode 100644 index 000000000..d8058c462 Binary files /dev/null and b/dist/img-apple-64/1f578-fe0f.png differ diff --git a/dist/img-apple-64/1f578.png b/dist/img-apple-64/1f578.png new file mode 100644 index 000000000..d8058c462 Binary files /dev/null and b/dist/img-apple-64/1f578.png differ diff --git a/dist/img-apple-64/1f579-fe0f.png b/dist/img-apple-64/1f579-fe0f.png new file mode 100644 index 000000000..6797099f1 Binary files /dev/null and b/dist/img-apple-64/1f579-fe0f.png differ diff --git a/dist/img-apple-64/1f579.png b/dist/img-apple-64/1f579.png new file mode 100644 index 000000000..6797099f1 Binary files /dev/null and b/dist/img-apple-64/1f579.png differ diff --git a/dist/img-apple-64/1f57a-1f3fb.png b/dist/img-apple-64/1f57a-1f3fb.png new file mode 100644 index 000000000..27181c10d Binary files /dev/null and b/dist/img-apple-64/1f57a-1f3fb.png differ diff --git a/dist/img-apple-64/1f57a-1f3fc.png b/dist/img-apple-64/1f57a-1f3fc.png new file mode 100644 index 000000000..e03907f26 Binary files /dev/null and b/dist/img-apple-64/1f57a-1f3fc.png differ diff --git a/dist/img-apple-64/1f57a-1f3fd.png b/dist/img-apple-64/1f57a-1f3fd.png new file mode 100644 index 000000000..d0d8ce977 Binary files /dev/null and b/dist/img-apple-64/1f57a-1f3fd.png differ diff --git a/dist/img-apple-64/1f57a-1f3fe.png b/dist/img-apple-64/1f57a-1f3fe.png new file mode 100644 index 000000000..16fdeb269 Binary files /dev/null and b/dist/img-apple-64/1f57a-1f3fe.png differ diff --git a/dist/img-apple-64/1f57a-1f3ff.png b/dist/img-apple-64/1f57a-1f3ff.png new file mode 100644 index 000000000..baf153536 Binary files /dev/null and b/dist/img-apple-64/1f57a-1f3ff.png differ diff --git a/dist/img-apple-64/1f57a.png b/dist/img-apple-64/1f57a.png new file mode 100644 index 000000000..c6eb2c0e4 Binary files /dev/null and b/dist/img-apple-64/1f57a.png differ diff --git a/dist/img-apple-64/1f587-fe0f.png b/dist/img-apple-64/1f587-fe0f.png new file mode 100644 index 000000000..0d23e2fcc Binary files /dev/null and b/dist/img-apple-64/1f587-fe0f.png differ diff --git a/dist/img-apple-64/1f587.png b/dist/img-apple-64/1f587.png new file mode 100644 index 000000000..0d23e2fcc Binary files /dev/null and b/dist/img-apple-64/1f587.png differ diff --git a/dist/img-apple-64/1f58a-fe0f.png b/dist/img-apple-64/1f58a-fe0f.png new file mode 100644 index 000000000..adde5c8b5 Binary files /dev/null and b/dist/img-apple-64/1f58a-fe0f.png differ diff --git a/dist/img-apple-64/1f58a.png b/dist/img-apple-64/1f58a.png new file mode 100644 index 000000000..adde5c8b5 Binary files /dev/null and b/dist/img-apple-64/1f58a.png differ diff --git a/dist/img-apple-64/1f58b-fe0f.png b/dist/img-apple-64/1f58b-fe0f.png new file mode 100644 index 000000000..df9803452 Binary files /dev/null and b/dist/img-apple-64/1f58b-fe0f.png differ diff --git a/dist/img-apple-64/1f58b.png b/dist/img-apple-64/1f58b.png new file mode 100644 index 000000000..df9803452 Binary files /dev/null and b/dist/img-apple-64/1f58b.png differ diff --git a/dist/img-apple-64/1f58c-fe0f.png b/dist/img-apple-64/1f58c-fe0f.png new file mode 100644 index 000000000..d5a0dba13 Binary files /dev/null and b/dist/img-apple-64/1f58c-fe0f.png differ diff --git a/dist/img-apple-64/1f58c.png b/dist/img-apple-64/1f58c.png new file mode 100644 index 000000000..d5a0dba13 Binary files /dev/null and b/dist/img-apple-64/1f58c.png differ diff --git a/dist/img-apple-64/1f58d-fe0f.png b/dist/img-apple-64/1f58d-fe0f.png new file mode 100644 index 000000000..381dbe58f Binary files /dev/null and b/dist/img-apple-64/1f58d-fe0f.png differ diff --git a/dist/img-apple-64/1f58d.png b/dist/img-apple-64/1f58d.png new file mode 100644 index 000000000..381dbe58f Binary files /dev/null and b/dist/img-apple-64/1f58d.png differ diff --git a/dist/img-apple-64/1f590-1f3fb.png b/dist/img-apple-64/1f590-1f3fb.png new file mode 100644 index 000000000..8c918c4c1 Binary files /dev/null and b/dist/img-apple-64/1f590-1f3fb.png differ diff --git a/dist/img-apple-64/1f590-1f3fc.png b/dist/img-apple-64/1f590-1f3fc.png new file mode 100644 index 000000000..7a0d7a8eb Binary files /dev/null and b/dist/img-apple-64/1f590-1f3fc.png differ diff --git a/dist/img-apple-64/1f590-1f3fd.png b/dist/img-apple-64/1f590-1f3fd.png new file mode 100644 index 000000000..d1b829d1a Binary files /dev/null and b/dist/img-apple-64/1f590-1f3fd.png differ diff --git a/dist/img-apple-64/1f590-1f3fe.png b/dist/img-apple-64/1f590-1f3fe.png new file mode 100644 index 000000000..201bc2a46 Binary files /dev/null and b/dist/img-apple-64/1f590-1f3fe.png differ diff --git a/dist/img-apple-64/1f590-1f3ff.png b/dist/img-apple-64/1f590-1f3ff.png new file mode 100644 index 000000000..9fd6548e1 Binary files /dev/null and b/dist/img-apple-64/1f590-1f3ff.png differ diff --git a/dist/img-apple-64/1f590-fe0f.png b/dist/img-apple-64/1f590-fe0f.png new file mode 100644 index 000000000..2057f88d0 Binary files /dev/null and b/dist/img-apple-64/1f590-fe0f.png differ diff --git a/dist/img-apple-64/1f590.png b/dist/img-apple-64/1f590.png new file mode 100644 index 000000000..2057f88d0 Binary files /dev/null and b/dist/img-apple-64/1f590.png differ diff --git a/dist/img-apple-64/1f595-1f3fb.png b/dist/img-apple-64/1f595-1f3fb.png new file mode 100644 index 000000000..bab0efbe9 Binary files /dev/null and b/dist/img-apple-64/1f595-1f3fb.png differ diff --git a/dist/img-apple-64/1f595-1f3fc.png b/dist/img-apple-64/1f595-1f3fc.png new file mode 100644 index 000000000..23a8b4d89 Binary files /dev/null and b/dist/img-apple-64/1f595-1f3fc.png differ diff --git a/dist/img-apple-64/1f595-1f3fd.png b/dist/img-apple-64/1f595-1f3fd.png new file mode 100644 index 000000000..04ff49399 Binary files /dev/null and b/dist/img-apple-64/1f595-1f3fd.png differ diff --git a/dist/img-apple-64/1f595-1f3fe.png b/dist/img-apple-64/1f595-1f3fe.png new file mode 100644 index 000000000..d06fb2b67 Binary files /dev/null and b/dist/img-apple-64/1f595-1f3fe.png differ diff --git a/dist/img-apple-64/1f595-1f3ff.png b/dist/img-apple-64/1f595-1f3ff.png new file mode 100644 index 000000000..2cefd60a5 Binary files /dev/null and b/dist/img-apple-64/1f595-1f3ff.png differ diff --git a/dist/img-apple-64/1f595.png b/dist/img-apple-64/1f595.png new file mode 100644 index 000000000..1d7543459 Binary files /dev/null and b/dist/img-apple-64/1f595.png differ diff --git a/dist/img-apple-64/1f596-1f3fb.png b/dist/img-apple-64/1f596-1f3fb.png new file mode 100644 index 000000000..6d97f6d16 Binary files /dev/null and b/dist/img-apple-64/1f596-1f3fb.png differ diff --git a/dist/img-apple-64/1f596-1f3fc.png b/dist/img-apple-64/1f596-1f3fc.png new file mode 100644 index 000000000..941f85aa9 Binary files /dev/null and b/dist/img-apple-64/1f596-1f3fc.png differ diff --git a/dist/img-apple-64/1f596-1f3fd.png b/dist/img-apple-64/1f596-1f3fd.png new file mode 100644 index 000000000..19ef5bb02 Binary files /dev/null and b/dist/img-apple-64/1f596-1f3fd.png differ diff --git a/dist/img-apple-64/1f596-1f3fe.png b/dist/img-apple-64/1f596-1f3fe.png new file mode 100644 index 000000000..93b790117 Binary files /dev/null and b/dist/img-apple-64/1f596-1f3fe.png differ diff --git a/dist/img-apple-64/1f596-1f3ff.png b/dist/img-apple-64/1f596-1f3ff.png new file mode 100644 index 000000000..5dad971e2 Binary files /dev/null and b/dist/img-apple-64/1f596-1f3ff.png differ diff --git a/dist/img-apple-64/1f596.png b/dist/img-apple-64/1f596.png new file mode 100644 index 000000000..17448bfb3 Binary files /dev/null and b/dist/img-apple-64/1f596.png differ diff --git a/dist/img-apple-64/1f5a4.png b/dist/img-apple-64/1f5a4.png new file mode 100644 index 000000000..376e06a40 Binary files /dev/null and b/dist/img-apple-64/1f5a4.png differ diff --git a/dist/img-apple-64/1f5a5-fe0f.png b/dist/img-apple-64/1f5a5-fe0f.png new file mode 100644 index 000000000..00e6addc0 Binary files /dev/null and b/dist/img-apple-64/1f5a5-fe0f.png differ diff --git a/dist/img-apple-64/1f5a5.png b/dist/img-apple-64/1f5a5.png new file mode 100644 index 000000000..00e6addc0 Binary files /dev/null and b/dist/img-apple-64/1f5a5.png differ diff --git a/dist/img-apple-64/1f5a8-fe0f.png b/dist/img-apple-64/1f5a8-fe0f.png new file mode 100644 index 000000000..e88bde186 Binary files /dev/null and b/dist/img-apple-64/1f5a8-fe0f.png differ diff --git a/dist/img-apple-64/1f5a8.png b/dist/img-apple-64/1f5a8.png new file mode 100644 index 000000000..e88bde186 Binary files /dev/null and b/dist/img-apple-64/1f5a8.png differ diff --git a/dist/img-apple-64/1f5b1-fe0f.png b/dist/img-apple-64/1f5b1-fe0f.png new file mode 100644 index 000000000..222da7bc7 Binary files /dev/null and b/dist/img-apple-64/1f5b1-fe0f.png differ diff --git a/dist/img-apple-64/1f5b1.png b/dist/img-apple-64/1f5b1.png new file mode 100644 index 000000000..222da7bc7 Binary files /dev/null and b/dist/img-apple-64/1f5b1.png differ diff --git a/dist/img-apple-64/1f5b2-fe0f.png b/dist/img-apple-64/1f5b2-fe0f.png new file mode 100644 index 000000000..a603d9d46 Binary files /dev/null and b/dist/img-apple-64/1f5b2-fe0f.png differ diff --git a/dist/img-apple-64/1f5b2.png b/dist/img-apple-64/1f5b2.png new file mode 100644 index 000000000..a603d9d46 Binary files /dev/null and b/dist/img-apple-64/1f5b2.png differ diff --git a/dist/img-apple-64/1f5bc-fe0f.png b/dist/img-apple-64/1f5bc-fe0f.png new file mode 100644 index 000000000..c24acd098 Binary files /dev/null and b/dist/img-apple-64/1f5bc-fe0f.png differ diff --git a/dist/img-apple-64/1f5bc.png b/dist/img-apple-64/1f5bc.png new file mode 100644 index 000000000..c24acd098 Binary files /dev/null and b/dist/img-apple-64/1f5bc.png differ diff --git a/dist/img-apple-64/1f5c2-fe0f.png b/dist/img-apple-64/1f5c2-fe0f.png new file mode 100644 index 000000000..61bcbc2e8 Binary files /dev/null and b/dist/img-apple-64/1f5c2-fe0f.png differ diff --git a/dist/img-apple-64/1f5c2.png b/dist/img-apple-64/1f5c2.png new file mode 100644 index 000000000..61bcbc2e8 Binary files /dev/null and b/dist/img-apple-64/1f5c2.png differ diff --git a/dist/img-apple-64/1f5c3-fe0f.png b/dist/img-apple-64/1f5c3-fe0f.png new file mode 100644 index 000000000..f658ce56d Binary files /dev/null and b/dist/img-apple-64/1f5c3-fe0f.png differ diff --git a/dist/img-apple-64/1f5c3.png b/dist/img-apple-64/1f5c3.png new file mode 100644 index 000000000..f658ce56d Binary files /dev/null and b/dist/img-apple-64/1f5c3.png differ diff --git a/dist/img-apple-64/1f5c4-fe0f.png b/dist/img-apple-64/1f5c4-fe0f.png new file mode 100644 index 000000000..10a4a8174 Binary files /dev/null and b/dist/img-apple-64/1f5c4-fe0f.png differ diff --git a/dist/img-apple-64/1f5c4.png b/dist/img-apple-64/1f5c4.png new file mode 100644 index 000000000..10a4a8174 Binary files /dev/null and b/dist/img-apple-64/1f5c4.png differ diff --git a/dist/img-apple-64/1f5d1-fe0f.png b/dist/img-apple-64/1f5d1-fe0f.png new file mode 100644 index 000000000..8e5364509 Binary files /dev/null and b/dist/img-apple-64/1f5d1-fe0f.png differ diff --git a/dist/img-apple-64/1f5d1.png b/dist/img-apple-64/1f5d1.png new file mode 100644 index 000000000..8e5364509 Binary files /dev/null and b/dist/img-apple-64/1f5d1.png differ diff --git a/dist/img-apple-64/1f5d2-fe0f.png b/dist/img-apple-64/1f5d2-fe0f.png new file mode 100644 index 000000000..c43469df8 Binary files /dev/null and b/dist/img-apple-64/1f5d2-fe0f.png differ diff --git a/dist/img-apple-64/1f5d2.png b/dist/img-apple-64/1f5d2.png new file mode 100644 index 000000000..c43469df8 Binary files /dev/null and b/dist/img-apple-64/1f5d2.png differ diff --git a/dist/img-apple-64/1f5d3-fe0f.png b/dist/img-apple-64/1f5d3-fe0f.png new file mode 100644 index 000000000..f26192136 Binary files /dev/null and b/dist/img-apple-64/1f5d3-fe0f.png differ diff --git a/dist/img-apple-64/1f5d3.png b/dist/img-apple-64/1f5d3.png new file mode 100644 index 000000000..f26192136 Binary files /dev/null and b/dist/img-apple-64/1f5d3.png differ diff --git a/dist/img-apple-64/1f5dc-fe0f.png b/dist/img-apple-64/1f5dc-fe0f.png new file mode 100644 index 000000000..a573b5dca Binary files /dev/null and b/dist/img-apple-64/1f5dc-fe0f.png differ diff --git a/dist/img-apple-64/1f5dc.png b/dist/img-apple-64/1f5dc.png new file mode 100644 index 000000000..a573b5dca Binary files /dev/null and b/dist/img-apple-64/1f5dc.png differ diff --git a/dist/img-apple-64/1f5dd-fe0f.png b/dist/img-apple-64/1f5dd-fe0f.png new file mode 100644 index 000000000..2a9a4aeb9 Binary files /dev/null and b/dist/img-apple-64/1f5dd-fe0f.png differ diff --git a/dist/img-apple-64/1f5dd.png b/dist/img-apple-64/1f5dd.png new file mode 100644 index 000000000..2a9a4aeb9 Binary files /dev/null and b/dist/img-apple-64/1f5dd.png differ diff --git a/dist/img-apple-64/1f5de-fe0f.png b/dist/img-apple-64/1f5de-fe0f.png new file mode 100644 index 000000000..9e3dede94 Binary files /dev/null and b/dist/img-apple-64/1f5de-fe0f.png differ diff --git a/dist/img-apple-64/1f5de.png b/dist/img-apple-64/1f5de.png new file mode 100644 index 000000000..9e3dede94 Binary files /dev/null and b/dist/img-apple-64/1f5de.png differ diff --git a/dist/img-apple-64/1f5e1-fe0f.png b/dist/img-apple-64/1f5e1-fe0f.png new file mode 100644 index 000000000..2b9ce007e Binary files /dev/null and b/dist/img-apple-64/1f5e1-fe0f.png differ diff --git a/dist/img-apple-64/1f5e1.png b/dist/img-apple-64/1f5e1.png new file mode 100644 index 000000000..2b9ce007e Binary files /dev/null and b/dist/img-apple-64/1f5e1.png differ diff --git a/dist/img-apple-64/1f5e3-fe0f.png b/dist/img-apple-64/1f5e3-fe0f.png new file mode 100644 index 000000000..859252df0 Binary files /dev/null and b/dist/img-apple-64/1f5e3-fe0f.png differ diff --git a/dist/img-apple-64/1f5e3.png b/dist/img-apple-64/1f5e3.png new file mode 100644 index 000000000..859252df0 Binary files /dev/null and b/dist/img-apple-64/1f5e3.png differ diff --git a/dist/img-apple-64/1f5e8-fe0f.png b/dist/img-apple-64/1f5e8-fe0f.png new file mode 100644 index 000000000..913ffae4f Binary files /dev/null and b/dist/img-apple-64/1f5e8-fe0f.png differ diff --git a/dist/img-apple-64/1f5e8.png b/dist/img-apple-64/1f5e8.png new file mode 100644 index 000000000..913ffae4f Binary files /dev/null and b/dist/img-apple-64/1f5e8.png differ diff --git a/dist/img-apple-64/1f5ef-fe0f.png b/dist/img-apple-64/1f5ef-fe0f.png new file mode 100644 index 000000000..049dcea99 Binary files /dev/null and b/dist/img-apple-64/1f5ef-fe0f.png differ diff --git a/dist/img-apple-64/1f5ef.png b/dist/img-apple-64/1f5ef.png new file mode 100644 index 000000000..049dcea99 Binary files /dev/null and b/dist/img-apple-64/1f5ef.png differ diff --git a/dist/img-apple-64/1f5f3-fe0f.png b/dist/img-apple-64/1f5f3-fe0f.png new file mode 100644 index 000000000..da38f5cb2 Binary files /dev/null and b/dist/img-apple-64/1f5f3-fe0f.png differ diff --git a/dist/img-apple-64/1f5f3.png b/dist/img-apple-64/1f5f3.png new file mode 100644 index 000000000..da38f5cb2 Binary files /dev/null and b/dist/img-apple-64/1f5f3.png differ diff --git a/dist/img-apple-64/1f5fa-fe0f.png b/dist/img-apple-64/1f5fa-fe0f.png new file mode 100644 index 000000000..ed0e88606 Binary files /dev/null and b/dist/img-apple-64/1f5fa-fe0f.png differ diff --git a/dist/img-apple-64/1f5fa.png b/dist/img-apple-64/1f5fa.png new file mode 100644 index 000000000..ed0e88606 Binary files /dev/null and b/dist/img-apple-64/1f5fa.png differ diff --git a/dist/img-apple-64/1f5fb.png b/dist/img-apple-64/1f5fb.png new file mode 100644 index 000000000..22c8533e1 Binary files /dev/null and b/dist/img-apple-64/1f5fb.png differ diff --git a/dist/img-apple-64/1f5fc.png b/dist/img-apple-64/1f5fc.png new file mode 100644 index 000000000..71dbfd4cd Binary files /dev/null and b/dist/img-apple-64/1f5fc.png differ diff --git a/dist/img-apple-64/1f5fd.png b/dist/img-apple-64/1f5fd.png new file mode 100644 index 000000000..058c1326e Binary files /dev/null and b/dist/img-apple-64/1f5fd.png differ diff --git a/dist/img-apple-64/1f5fe.png b/dist/img-apple-64/1f5fe.png new file mode 100644 index 000000000..d30444d1c Binary files /dev/null and b/dist/img-apple-64/1f5fe.png differ diff --git a/dist/img-apple-64/1f5ff.png b/dist/img-apple-64/1f5ff.png new file mode 100644 index 000000000..5a3967d1c Binary files /dev/null and b/dist/img-apple-64/1f5ff.png differ diff --git a/dist/img-apple-64/1f600.png b/dist/img-apple-64/1f600.png new file mode 100644 index 000000000..3addccb0d Binary files /dev/null and b/dist/img-apple-64/1f600.png differ diff --git a/dist/img-apple-64/1f601.png b/dist/img-apple-64/1f601.png new file mode 100644 index 000000000..91c9c5202 Binary files /dev/null and b/dist/img-apple-64/1f601.png differ diff --git a/dist/img-apple-64/1f602.png b/dist/img-apple-64/1f602.png new file mode 100644 index 000000000..41275eafe Binary files /dev/null and b/dist/img-apple-64/1f602.png differ diff --git a/dist/img-apple-64/1f603.png b/dist/img-apple-64/1f603.png new file mode 100644 index 000000000..e1c1bbd0c Binary files /dev/null and b/dist/img-apple-64/1f603.png differ diff --git a/dist/img-apple-64/1f604.png b/dist/img-apple-64/1f604.png new file mode 100644 index 000000000..4bc15bb24 Binary files /dev/null and b/dist/img-apple-64/1f604.png differ diff --git a/dist/img-apple-64/1f605.png b/dist/img-apple-64/1f605.png new file mode 100644 index 000000000..8a8de2c53 Binary files /dev/null and b/dist/img-apple-64/1f605.png differ diff --git a/dist/img-apple-64/1f606.png b/dist/img-apple-64/1f606.png new file mode 100644 index 000000000..e09377023 Binary files /dev/null and b/dist/img-apple-64/1f606.png differ diff --git a/dist/img-apple-64/1f607.png b/dist/img-apple-64/1f607.png new file mode 100644 index 000000000..665a5d671 Binary files /dev/null and b/dist/img-apple-64/1f607.png differ diff --git a/dist/img-apple-64/1f608.png b/dist/img-apple-64/1f608.png new file mode 100644 index 000000000..412fc2d9e Binary files /dev/null and b/dist/img-apple-64/1f608.png differ diff --git a/dist/img-apple-64/1f609.png b/dist/img-apple-64/1f609.png new file mode 100644 index 000000000..095d12d8a Binary files /dev/null and b/dist/img-apple-64/1f609.png differ diff --git a/dist/img-apple-64/1f60a.png b/dist/img-apple-64/1f60a.png new file mode 100644 index 000000000..42cbd6eaf Binary files /dev/null and b/dist/img-apple-64/1f60a.png differ diff --git a/dist/img-apple-64/1f60b.png b/dist/img-apple-64/1f60b.png new file mode 100644 index 000000000..de2bfb61b Binary files /dev/null and b/dist/img-apple-64/1f60b.png differ diff --git a/dist/img-apple-64/1f60c.png b/dist/img-apple-64/1f60c.png new file mode 100644 index 000000000..ab0f33992 Binary files /dev/null and b/dist/img-apple-64/1f60c.png differ diff --git a/dist/img-apple-64/1f60d.png b/dist/img-apple-64/1f60d.png new file mode 100644 index 000000000..ad87e0fe4 Binary files /dev/null and b/dist/img-apple-64/1f60d.png differ diff --git a/dist/img-apple-64/1f60e.png b/dist/img-apple-64/1f60e.png new file mode 100644 index 000000000..2c3bc659f Binary files /dev/null and b/dist/img-apple-64/1f60e.png differ diff --git a/dist/img-apple-64/1f60f.png b/dist/img-apple-64/1f60f.png new file mode 100644 index 000000000..1ceb4289b Binary files /dev/null and b/dist/img-apple-64/1f60f.png differ diff --git a/dist/img-apple-64/1f610.png b/dist/img-apple-64/1f610.png new file mode 100644 index 000000000..3765110a7 Binary files /dev/null and b/dist/img-apple-64/1f610.png differ diff --git a/dist/img-apple-64/1f611.png b/dist/img-apple-64/1f611.png new file mode 100644 index 000000000..1fe0ca377 Binary files /dev/null and b/dist/img-apple-64/1f611.png differ diff --git a/dist/img-apple-64/1f612.png b/dist/img-apple-64/1f612.png new file mode 100644 index 000000000..17a478634 Binary files /dev/null and b/dist/img-apple-64/1f612.png differ diff --git a/dist/img-apple-64/1f613.png b/dist/img-apple-64/1f613.png new file mode 100644 index 000000000..a9fb88a7f Binary files /dev/null and b/dist/img-apple-64/1f613.png differ diff --git a/dist/img-apple-64/1f614.png b/dist/img-apple-64/1f614.png new file mode 100644 index 000000000..95cc6c0ba Binary files /dev/null and b/dist/img-apple-64/1f614.png differ diff --git a/dist/img-apple-64/1f615.png b/dist/img-apple-64/1f615.png new file mode 100644 index 000000000..bb9f14a1d Binary files /dev/null and b/dist/img-apple-64/1f615.png differ diff --git a/dist/img-apple-64/1f616.png b/dist/img-apple-64/1f616.png new file mode 100644 index 000000000..915bbdceb Binary files /dev/null and b/dist/img-apple-64/1f616.png differ diff --git a/dist/img-apple-64/1f617.png b/dist/img-apple-64/1f617.png new file mode 100644 index 000000000..48c73cb08 Binary files /dev/null and b/dist/img-apple-64/1f617.png differ diff --git a/dist/img-apple-64/1f618.png b/dist/img-apple-64/1f618.png new file mode 100644 index 000000000..1445696a3 Binary files /dev/null and b/dist/img-apple-64/1f618.png differ diff --git a/dist/img-apple-64/1f619.png b/dist/img-apple-64/1f619.png new file mode 100644 index 000000000..c8833ca25 Binary files /dev/null and b/dist/img-apple-64/1f619.png differ diff --git a/dist/img-apple-64/1f61a.png b/dist/img-apple-64/1f61a.png new file mode 100644 index 000000000..c69a830ac Binary files /dev/null and b/dist/img-apple-64/1f61a.png differ diff --git a/dist/img-apple-64/1f61b.png b/dist/img-apple-64/1f61b.png new file mode 100644 index 000000000..404993106 Binary files /dev/null and b/dist/img-apple-64/1f61b.png differ diff --git a/dist/img-apple-64/1f61c.png b/dist/img-apple-64/1f61c.png new file mode 100644 index 000000000..076698676 Binary files /dev/null and b/dist/img-apple-64/1f61c.png differ diff --git a/dist/img-apple-64/1f61d.png b/dist/img-apple-64/1f61d.png new file mode 100644 index 000000000..338317a21 Binary files /dev/null and b/dist/img-apple-64/1f61d.png differ diff --git a/dist/img-apple-64/1f61e.png b/dist/img-apple-64/1f61e.png new file mode 100644 index 000000000..57b1e69f9 Binary files /dev/null and b/dist/img-apple-64/1f61e.png differ diff --git a/dist/img-apple-64/1f61f.png b/dist/img-apple-64/1f61f.png new file mode 100644 index 000000000..9ed0b88ab Binary files /dev/null and b/dist/img-apple-64/1f61f.png differ diff --git a/dist/img-apple-64/1f620.png b/dist/img-apple-64/1f620.png new file mode 100644 index 000000000..41118ae62 Binary files /dev/null and b/dist/img-apple-64/1f620.png differ diff --git a/dist/img-apple-64/1f621.png b/dist/img-apple-64/1f621.png new file mode 100644 index 000000000..c6fbc536f Binary files /dev/null and b/dist/img-apple-64/1f621.png differ diff --git a/dist/img-apple-64/1f622.png b/dist/img-apple-64/1f622.png new file mode 100644 index 000000000..64138cbf5 Binary files /dev/null and b/dist/img-apple-64/1f622.png differ diff --git a/dist/img-apple-64/1f623.png b/dist/img-apple-64/1f623.png new file mode 100644 index 000000000..56c6e21b8 Binary files /dev/null and b/dist/img-apple-64/1f623.png differ diff --git a/dist/img-apple-64/1f624.png b/dist/img-apple-64/1f624.png new file mode 100644 index 000000000..8b07cdccb Binary files /dev/null and b/dist/img-apple-64/1f624.png differ diff --git a/dist/img-apple-64/1f625.png b/dist/img-apple-64/1f625.png new file mode 100644 index 000000000..159885e10 Binary files /dev/null and b/dist/img-apple-64/1f625.png differ diff --git a/dist/img-apple-64/1f626.png b/dist/img-apple-64/1f626.png new file mode 100644 index 000000000..7fae0da09 Binary files /dev/null and b/dist/img-apple-64/1f626.png differ diff --git a/dist/img-apple-64/1f627.png b/dist/img-apple-64/1f627.png new file mode 100644 index 000000000..a59cdd4b9 Binary files /dev/null and b/dist/img-apple-64/1f627.png differ diff --git a/dist/img-apple-64/1f628.png b/dist/img-apple-64/1f628.png new file mode 100644 index 000000000..b25f2d65b Binary files /dev/null and b/dist/img-apple-64/1f628.png differ diff --git a/dist/img-apple-64/1f629.png b/dist/img-apple-64/1f629.png new file mode 100644 index 000000000..2889b7aa5 Binary files /dev/null and b/dist/img-apple-64/1f629.png differ diff --git a/dist/img-apple-64/1f62a.png b/dist/img-apple-64/1f62a.png new file mode 100644 index 000000000..70ba6fa9c Binary files /dev/null and b/dist/img-apple-64/1f62a.png differ diff --git a/dist/img-apple-64/1f62b.png b/dist/img-apple-64/1f62b.png new file mode 100644 index 000000000..51b647087 Binary files /dev/null and b/dist/img-apple-64/1f62b.png differ diff --git a/dist/img-apple-64/1f62c.png b/dist/img-apple-64/1f62c.png new file mode 100644 index 000000000..e6ea2a220 Binary files /dev/null and b/dist/img-apple-64/1f62c.png differ diff --git a/dist/img-apple-64/1f62d.png b/dist/img-apple-64/1f62d.png new file mode 100644 index 000000000..d33769ee0 Binary files /dev/null and b/dist/img-apple-64/1f62d.png differ diff --git a/dist/img-apple-64/1f62e.png b/dist/img-apple-64/1f62e.png new file mode 100644 index 000000000..80317152c Binary files /dev/null and b/dist/img-apple-64/1f62e.png differ diff --git a/dist/img-apple-64/1f62f.png b/dist/img-apple-64/1f62f.png new file mode 100644 index 000000000..b4918dcff Binary files /dev/null and b/dist/img-apple-64/1f62f.png differ diff --git a/dist/img-apple-64/1f630.png b/dist/img-apple-64/1f630.png new file mode 100644 index 000000000..014cfc506 Binary files /dev/null and b/dist/img-apple-64/1f630.png differ diff --git a/dist/img-apple-64/1f631.png b/dist/img-apple-64/1f631.png new file mode 100644 index 000000000..2d23d5ad4 Binary files /dev/null and b/dist/img-apple-64/1f631.png differ diff --git a/dist/img-apple-64/1f632.png b/dist/img-apple-64/1f632.png new file mode 100644 index 000000000..e86c87203 Binary files /dev/null and b/dist/img-apple-64/1f632.png differ diff --git a/dist/img-apple-64/1f633.png b/dist/img-apple-64/1f633.png new file mode 100644 index 000000000..f170d0e3c Binary files /dev/null and b/dist/img-apple-64/1f633.png differ diff --git a/dist/img-apple-64/1f634.png b/dist/img-apple-64/1f634.png new file mode 100644 index 000000000..3455a33ad Binary files /dev/null and b/dist/img-apple-64/1f634.png differ diff --git a/dist/img-apple-64/1f635.png b/dist/img-apple-64/1f635.png new file mode 100644 index 000000000..7a6541f5a Binary files /dev/null and b/dist/img-apple-64/1f635.png differ diff --git a/dist/img-apple-64/1f636.png b/dist/img-apple-64/1f636.png new file mode 100644 index 000000000..01e7a0306 Binary files /dev/null and b/dist/img-apple-64/1f636.png differ diff --git a/dist/img-apple-64/1f637.png b/dist/img-apple-64/1f637.png new file mode 100644 index 000000000..2d392b46b Binary files /dev/null and b/dist/img-apple-64/1f637.png differ diff --git a/dist/img-apple-64/1f638.png b/dist/img-apple-64/1f638.png new file mode 100644 index 000000000..270bf7c2a Binary files /dev/null and b/dist/img-apple-64/1f638.png differ diff --git a/dist/img-apple-64/1f639.png b/dist/img-apple-64/1f639.png new file mode 100644 index 000000000..f3b5b7480 Binary files /dev/null and b/dist/img-apple-64/1f639.png differ diff --git a/dist/img-apple-64/1f63a.png b/dist/img-apple-64/1f63a.png new file mode 100644 index 000000000..236c195c6 Binary files /dev/null and b/dist/img-apple-64/1f63a.png differ diff --git a/dist/img-apple-64/1f63b.png b/dist/img-apple-64/1f63b.png new file mode 100644 index 000000000..090421484 Binary files /dev/null and b/dist/img-apple-64/1f63b.png differ diff --git a/dist/img-apple-64/1f63c.png b/dist/img-apple-64/1f63c.png new file mode 100644 index 000000000..2aa5b3700 Binary files /dev/null and b/dist/img-apple-64/1f63c.png differ diff --git a/dist/img-apple-64/1f63d.png b/dist/img-apple-64/1f63d.png new file mode 100644 index 000000000..c0c578f48 Binary files /dev/null and b/dist/img-apple-64/1f63d.png differ diff --git a/dist/img-apple-64/1f63e.png b/dist/img-apple-64/1f63e.png new file mode 100644 index 000000000..33f741e58 Binary files /dev/null and b/dist/img-apple-64/1f63e.png differ diff --git a/dist/img-apple-64/1f63f.png b/dist/img-apple-64/1f63f.png new file mode 100644 index 000000000..22613a5a2 Binary files /dev/null and b/dist/img-apple-64/1f63f.png differ diff --git a/dist/img-apple-64/1f640.png b/dist/img-apple-64/1f640.png new file mode 100644 index 000000000..64f8e76aa Binary files /dev/null and b/dist/img-apple-64/1f640.png differ diff --git a/dist/img-apple-64/1f641.png b/dist/img-apple-64/1f641.png new file mode 100644 index 000000000..26408bd6e Binary files /dev/null and b/dist/img-apple-64/1f641.png differ diff --git a/dist/img-apple-64/1f642.png b/dist/img-apple-64/1f642.png new file mode 100644 index 000000000..cbfe77136 Binary files /dev/null and b/dist/img-apple-64/1f642.png differ diff --git a/dist/img-apple-64/1f643.png b/dist/img-apple-64/1f643.png new file mode 100644 index 000000000..faa29534c Binary files /dev/null and b/dist/img-apple-64/1f643.png differ diff --git a/dist/img-apple-64/1f644.png b/dist/img-apple-64/1f644.png new file mode 100644 index 000000000..6103de6f0 Binary files /dev/null and b/dist/img-apple-64/1f644.png differ diff --git a/dist/img-apple-64/1f645-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f645-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..f1d89df10 Binary files /dev/null and b/dist/img-apple-64/1f645-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f645-1f3fb-200d-2640.png b/dist/img-apple-64/1f645-1f3fb-200d-2640.png new file mode 100644 index 000000000..f1d89df10 Binary files /dev/null and b/dist/img-apple-64/1f645-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f645-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f645-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..0e5c23315 Binary files /dev/null and b/dist/img-apple-64/1f645-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f645-1f3fb-200d-2642.png b/dist/img-apple-64/1f645-1f3fb-200d-2642.png new file mode 100644 index 000000000..0e5c23315 Binary files /dev/null and b/dist/img-apple-64/1f645-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f645-1f3fb.png b/dist/img-apple-64/1f645-1f3fb.png new file mode 100644 index 000000000..b122d363e Binary files /dev/null and b/dist/img-apple-64/1f645-1f3fb.png differ diff --git a/dist/img-apple-64/1f645-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f645-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..5af5735da Binary files /dev/null and b/dist/img-apple-64/1f645-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f645-1f3fc-200d-2640.png b/dist/img-apple-64/1f645-1f3fc-200d-2640.png new file mode 100644 index 000000000..5af5735da Binary files /dev/null and b/dist/img-apple-64/1f645-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f645-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f645-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..6c641b086 Binary files /dev/null and b/dist/img-apple-64/1f645-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f645-1f3fc-200d-2642.png b/dist/img-apple-64/1f645-1f3fc-200d-2642.png new file mode 100644 index 000000000..6c641b086 Binary files /dev/null and b/dist/img-apple-64/1f645-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f645-1f3fc.png b/dist/img-apple-64/1f645-1f3fc.png new file mode 100644 index 000000000..95a7b1a5f Binary files /dev/null and b/dist/img-apple-64/1f645-1f3fc.png differ diff --git a/dist/img-apple-64/1f645-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f645-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..c2f4eb0c1 Binary files /dev/null and b/dist/img-apple-64/1f645-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f645-1f3fd-200d-2640.png b/dist/img-apple-64/1f645-1f3fd-200d-2640.png new file mode 100644 index 000000000..c2f4eb0c1 Binary files /dev/null and b/dist/img-apple-64/1f645-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f645-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f645-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..a1680e464 Binary files /dev/null and b/dist/img-apple-64/1f645-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f645-1f3fd-200d-2642.png b/dist/img-apple-64/1f645-1f3fd-200d-2642.png new file mode 100644 index 000000000..a1680e464 Binary files /dev/null and b/dist/img-apple-64/1f645-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f645-1f3fd.png b/dist/img-apple-64/1f645-1f3fd.png new file mode 100644 index 000000000..ea8a28236 Binary files /dev/null and b/dist/img-apple-64/1f645-1f3fd.png differ diff --git a/dist/img-apple-64/1f645-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f645-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..f0de1fcf8 Binary files /dev/null and b/dist/img-apple-64/1f645-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f645-1f3fe-200d-2640.png b/dist/img-apple-64/1f645-1f3fe-200d-2640.png new file mode 100644 index 000000000..f0de1fcf8 Binary files /dev/null and b/dist/img-apple-64/1f645-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f645-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f645-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..18f3a313d Binary files /dev/null and b/dist/img-apple-64/1f645-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f645-1f3fe-200d-2642.png b/dist/img-apple-64/1f645-1f3fe-200d-2642.png new file mode 100644 index 000000000..18f3a313d Binary files /dev/null and b/dist/img-apple-64/1f645-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f645-1f3fe.png b/dist/img-apple-64/1f645-1f3fe.png new file mode 100644 index 000000000..72d3e0e78 Binary files /dev/null and b/dist/img-apple-64/1f645-1f3fe.png differ diff --git a/dist/img-apple-64/1f645-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f645-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..f08645e55 Binary files /dev/null and b/dist/img-apple-64/1f645-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f645-1f3ff-200d-2640.png b/dist/img-apple-64/1f645-1f3ff-200d-2640.png new file mode 100644 index 000000000..f08645e55 Binary files /dev/null and b/dist/img-apple-64/1f645-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f645-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f645-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..61e5deef0 Binary files /dev/null and b/dist/img-apple-64/1f645-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f645-1f3ff-200d-2642.png b/dist/img-apple-64/1f645-1f3ff-200d-2642.png new file mode 100644 index 000000000..61e5deef0 Binary files /dev/null and b/dist/img-apple-64/1f645-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f645-1f3ff.png b/dist/img-apple-64/1f645-1f3ff.png new file mode 100644 index 000000000..c8a8f5018 Binary files /dev/null and b/dist/img-apple-64/1f645-1f3ff.png differ diff --git a/dist/img-apple-64/1f645-200d-2640-fe0f.png b/dist/img-apple-64/1f645-200d-2640-fe0f.png new file mode 100644 index 000000000..3b7866d79 Binary files /dev/null and b/dist/img-apple-64/1f645-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f645-200d-2640.png b/dist/img-apple-64/1f645-200d-2640.png new file mode 100644 index 000000000..3b7866d79 Binary files /dev/null and b/dist/img-apple-64/1f645-200d-2640.png differ diff --git a/dist/img-apple-64/1f645-200d-2642-fe0f.png b/dist/img-apple-64/1f645-200d-2642-fe0f.png new file mode 100644 index 000000000..2aec060e0 Binary files /dev/null and b/dist/img-apple-64/1f645-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f645-200d-2642.png b/dist/img-apple-64/1f645-200d-2642.png new file mode 100644 index 000000000..2aec060e0 Binary files /dev/null and b/dist/img-apple-64/1f645-200d-2642.png differ diff --git a/dist/img-apple-64/1f645.png b/dist/img-apple-64/1f645.png new file mode 100644 index 000000000..b5e375859 Binary files /dev/null and b/dist/img-apple-64/1f645.png differ diff --git a/dist/img-apple-64/1f646-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f646-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..09a32505a Binary files /dev/null and b/dist/img-apple-64/1f646-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f646-1f3fb-200d-2640.png b/dist/img-apple-64/1f646-1f3fb-200d-2640.png new file mode 100644 index 000000000..09a32505a Binary files /dev/null and b/dist/img-apple-64/1f646-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f646-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f646-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..080b20b9d Binary files /dev/null and b/dist/img-apple-64/1f646-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f646-1f3fb-200d-2642.png b/dist/img-apple-64/1f646-1f3fb-200d-2642.png new file mode 100644 index 000000000..080b20b9d Binary files /dev/null and b/dist/img-apple-64/1f646-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f646-1f3fb.png b/dist/img-apple-64/1f646-1f3fb.png new file mode 100644 index 000000000..786d6c3d2 Binary files /dev/null and b/dist/img-apple-64/1f646-1f3fb.png differ diff --git a/dist/img-apple-64/1f646-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f646-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..5a15bc653 Binary files /dev/null and b/dist/img-apple-64/1f646-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f646-1f3fc-200d-2640.png b/dist/img-apple-64/1f646-1f3fc-200d-2640.png new file mode 100644 index 000000000..5a15bc653 Binary files /dev/null and b/dist/img-apple-64/1f646-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f646-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f646-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..c9c02a04c Binary files /dev/null and b/dist/img-apple-64/1f646-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f646-1f3fc-200d-2642.png b/dist/img-apple-64/1f646-1f3fc-200d-2642.png new file mode 100644 index 000000000..c9c02a04c Binary files /dev/null and b/dist/img-apple-64/1f646-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f646-1f3fc.png b/dist/img-apple-64/1f646-1f3fc.png new file mode 100644 index 000000000..f878b2b44 Binary files /dev/null and b/dist/img-apple-64/1f646-1f3fc.png differ diff --git a/dist/img-apple-64/1f646-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f646-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..7acf77268 Binary files /dev/null and b/dist/img-apple-64/1f646-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f646-1f3fd-200d-2640.png b/dist/img-apple-64/1f646-1f3fd-200d-2640.png new file mode 100644 index 000000000..7acf77268 Binary files /dev/null and b/dist/img-apple-64/1f646-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f646-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f646-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..98857ae52 Binary files /dev/null and b/dist/img-apple-64/1f646-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f646-1f3fd-200d-2642.png b/dist/img-apple-64/1f646-1f3fd-200d-2642.png new file mode 100644 index 000000000..98857ae52 Binary files /dev/null and b/dist/img-apple-64/1f646-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f646-1f3fd.png b/dist/img-apple-64/1f646-1f3fd.png new file mode 100644 index 000000000..c5378491d Binary files /dev/null and b/dist/img-apple-64/1f646-1f3fd.png differ diff --git a/dist/img-apple-64/1f646-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f646-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..6938210b1 Binary files /dev/null and b/dist/img-apple-64/1f646-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f646-1f3fe-200d-2640.png b/dist/img-apple-64/1f646-1f3fe-200d-2640.png new file mode 100644 index 000000000..6938210b1 Binary files /dev/null and b/dist/img-apple-64/1f646-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f646-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f646-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..b0f2c105a Binary files /dev/null and b/dist/img-apple-64/1f646-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f646-1f3fe-200d-2642.png b/dist/img-apple-64/1f646-1f3fe-200d-2642.png new file mode 100644 index 000000000..b0f2c105a Binary files /dev/null and b/dist/img-apple-64/1f646-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f646-1f3fe.png b/dist/img-apple-64/1f646-1f3fe.png new file mode 100644 index 000000000..0a5b6e61f Binary files /dev/null and b/dist/img-apple-64/1f646-1f3fe.png differ diff --git a/dist/img-apple-64/1f646-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f646-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..879254440 Binary files /dev/null and b/dist/img-apple-64/1f646-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f646-1f3ff-200d-2640.png b/dist/img-apple-64/1f646-1f3ff-200d-2640.png new file mode 100644 index 000000000..879254440 Binary files /dev/null and b/dist/img-apple-64/1f646-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f646-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f646-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..550538208 Binary files /dev/null and b/dist/img-apple-64/1f646-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f646-1f3ff-200d-2642.png b/dist/img-apple-64/1f646-1f3ff-200d-2642.png new file mode 100644 index 000000000..550538208 Binary files /dev/null and b/dist/img-apple-64/1f646-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f646-1f3ff.png b/dist/img-apple-64/1f646-1f3ff.png new file mode 100644 index 000000000..7b7e16dc3 Binary files /dev/null and b/dist/img-apple-64/1f646-1f3ff.png differ diff --git a/dist/img-apple-64/1f646-200d-2640-fe0f.png b/dist/img-apple-64/1f646-200d-2640-fe0f.png new file mode 100644 index 000000000..1cfad60c8 Binary files /dev/null and b/dist/img-apple-64/1f646-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f646-200d-2640.png b/dist/img-apple-64/1f646-200d-2640.png new file mode 100644 index 000000000..1cfad60c8 Binary files /dev/null and b/dist/img-apple-64/1f646-200d-2640.png differ diff --git a/dist/img-apple-64/1f646-200d-2642-fe0f.png b/dist/img-apple-64/1f646-200d-2642-fe0f.png new file mode 100644 index 000000000..f2a08c6af Binary files /dev/null and b/dist/img-apple-64/1f646-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f646-200d-2642.png b/dist/img-apple-64/1f646-200d-2642.png new file mode 100644 index 000000000..f2a08c6af Binary files /dev/null and b/dist/img-apple-64/1f646-200d-2642.png differ diff --git a/dist/img-apple-64/1f646.png b/dist/img-apple-64/1f646.png new file mode 100644 index 000000000..a1aea1a00 Binary files /dev/null and b/dist/img-apple-64/1f646.png differ diff --git a/dist/img-apple-64/1f647-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f647-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..9e89ae974 Binary files /dev/null and b/dist/img-apple-64/1f647-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f647-1f3fb-200d-2640.png b/dist/img-apple-64/1f647-1f3fb-200d-2640.png new file mode 100644 index 000000000..9e89ae974 Binary files /dev/null and b/dist/img-apple-64/1f647-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f647-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f647-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..0009ad52b Binary files /dev/null and b/dist/img-apple-64/1f647-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f647-1f3fb-200d-2642.png b/dist/img-apple-64/1f647-1f3fb-200d-2642.png new file mode 100644 index 000000000..0009ad52b Binary files /dev/null and b/dist/img-apple-64/1f647-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f647-1f3fb.png b/dist/img-apple-64/1f647-1f3fb.png new file mode 100644 index 000000000..ee591f9da Binary files /dev/null and b/dist/img-apple-64/1f647-1f3fb.png differ diff --git a/dist/img-apple-64/1f647-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f647-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..b1a9f6a54 Binary files /dev/null and b/dist/img-apple-64/1f647-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f647-1f3fc-200d-2640.png b/dist/img-apple-64/1f647-1f3fc-200d-2640.png new file mode 100644 index 000000000..b1a9f6a54 Binary files /dev/null and b/dist/img-apple-64/1f647-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f647-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f647-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..bd00d5d67 Binary files /dev/null and b/dist/img-apple-64/1f647-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f647-1f3fc-200d-2642.png b/dist/img-apple-64/1f647-1f3fc-200d-2642.png new file mode 100644 index 000000000..bd00d5d67 Binary files /dev/null and b/dist/img-apple-64/1f647-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f647-1f3fc.png b/dist/img-apple-64/1f647-1f3fc.png new file mode 100644 index 000000000..a897febfc Binary files /dev/null and b/dist/img-apple-64/1f647-1f3fc.png differ diff --git a/dist/img-apple-64/1f647-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f647-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..e41af4b92 Binary files /dev/null and b/dist/img-apple-64/1f647-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f647-1f3fd-200d-2640.png b/dist/img-apple-64/1f647-1f3fd-200d-2640.png new file mode 100644 index 000000000..e41af4b92 Binary files /dev/null and b/dist/img-apple-64/1f647-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f647-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f647-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..f4a4f18a4 Binary files /dev/null and b/dist/img-apple-64/1f647-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f647-1f3fd-200d-2642.png b/dist/img-apple-64/1f647-1f3fd-200d-2642.png new file mode 100644 index 000000000..f4a4f18a4 Binary files /dev/null and b/dist/img-apple-64/1f647-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f647-1f3fd.png b/dist/img-apple-64/1f647-1f3fd.png new file mode 100644 index 000000000..c202fc6ad Binary files /dev/null and b/dist/img-apple-64/1f647-1f3fd.png differ diff --git a/dist/img-apple-64/1f647-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f647-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..f8790c746 Binary files /dev/null and b/dist/img-apple-64/1f647-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f647-1f3fe-200d-2640.png b/dist/img-apple-64/1f647-1f3fe-200d-2640.png new file mode 100644 index 000000000..f8790c746 Binary files /dev/null and b/dist/img-apple-64/1f647-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f647-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f647-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..08a96f384 Binary files /dev/null and b/dist/img-apple-64/1f647-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f647-1f3fe-200d-2642.png b/dist/img-apple-64/1f647-1f3fe-200d-2642.png new file mode 100644 index 000000000..08a96f384 Binary files /dev/null and b/dist/img-apple-64/1f647-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f647-1f3fe.png b/dist/img-apple-64/1f647-1f3fe.png new file mode 100644 index 000000000..cdd9071ab Binary files /dev/null and b/dist/img-apple-64/1f647-1f3fe.png differ diff --git a/dist/img-apple-64/1f647-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f647-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..d3d5d57ae Binary files /dev/null and b/dist/img-apple-64/1f647-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f647-1f3ff-200d-2640.png b/dist/img-apple-64/1f647-1f3ff-200d-2640.png new file mode 100644 index 000000000..d3d5d57ae Binary files /dev/null and b/dist/img-apple-64/1f647-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f647-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f647-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..b27a39bbc Binary files /dev/null and b/dist/img-apple-64/1f647-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f647-1f3ff-200d-2642.png b/dist/img-apple-64/1f647-1f3ff-200d-2642.png new file mode 100644 index 000000000..b27a39bbc Binary files /dev/null and b/dist/img-apple-64/1f647-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f647-1f3ff.png b/dist/img-apple-64/1f647-1f3ff.png new file mode 100644 index 000000000..f37684f5c Binary files /dev/null and b/dist/img-apple-64/1f647-1f3ff.png differ diff --git a/dist/img-apple-64/1f647-200d-2640-fe0f.png b/dist/img-apple-64/1f647-200d-2640-fe0f.png new file mode 100644 index 000000000..cfc3f9a62 Binary files /dev/null and b/dist/img-apple-64/1f647-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f647-200d-2640.png b/dist/img-apple-64/1f647-200d-2640.png new file mode 100644 index 000000000..cfc3f9a62 Binary files /dev/null and b/dist/img-apple-64/1f647-200d-2640.png differ diff --git a/dist/img-apple-64/1f647-200d-2642-fe0f.png b/dist/img-apple-64/1f647-200d-2642-fe0f.png new file mode 100644 index 000000000..75e9bfabb Binary files /dev/null and b/dist/img-apple-64/1f647-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f647-200d-2642.png b/dist/img-apple-64/1f647-200d-2642.png new file mode 100644 index 000000000..75e9bfabb Binary files /dev/null and b/dist/img-apple-64/1f647-200d-2642.png differ diff --git a/dist/img-apple-64/1f647.png b/dist/img-apple-64/1f647.png new file mode 100644 index 000000000..4c7f55fe3 Binary files /dev/null and b/dist/img-apple-64/1f647.png differ diff --git a/dist/img-apple-64/1f648.png b/dist/img-apple-64/1f648.png new file mode 100644 index 000000000..2760941f8 Binary files /dev/null and b/dist/img-apple-64/1f648.png differ diff --git a/dist/img-apple-64/1f649.png b/dist/img-apple-64/1f649.png new file mode 100644 index 000000000..5c80a1b61 Binary files /dev/null and b/dist/img-apple-64/1f649.png differ diff --git a/dist/img-apple-64/1f64a.png b/dist/img-apple-64/1f64a.png new file mode 100644 index 000000000..8e1b5305d Binary files /dev/null and b/dist/img-apple-64/1f64a.png differ diff --git a/dist/img-apple-64/1f64b-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f64b-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..0290347c4 Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f64b-1f3fb-200d-2640.png b/dist/img-apple-64/1f64b-1f3fb-200d-2640.png new file mode 100644 index 000000000..0290347c4 Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f64b-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f64b-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..ccf208d0e Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f64b-1f3fb-200d-2642.png b/dist/img-apple-64/1f64b-1f3fb-200d-2642.png new file mode 100644 index 000000000..ccf208d0e Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f64b-1f3fb.png b/dist/img-apple-64/1f64b-1f3fb.png new file mode 100644 index 000000000..01de75fdf Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3fb.png differ diff --git a/dist/img-apple-64/1f64b-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f64b-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..c937f1f46 Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f64b-1f3fc-200d-2640.png b/dist/img-apple-64/1f64b-1f3fc-200d-2640.png new file mode 100644 index 000000000..c937f1f46 Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f64b-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f64b-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..faf690d4a Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f64b-1f3fc-200d-2642.png b/dist/img-apple-64/1f64b-1f3fc-200d-2642.png new file mode 100644 index 000000000..faf690d4a Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f64b-1f3fc.png b/dist/img-apple-64/1f64b-1f3fc.png new file mode 100644 index 000000000..651b2f3ab Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3fc.png differ diff --git a/dist/img-apple-64/1f64b-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f64b-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..cf7d8d010 Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f64b-1f3fd-200d-2640.png b/dist/img-apple-64/1f64b-1f3fd-200d-2640.png new file mode 100644 index 000000000..cf7d8d010 Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f64b-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f64b-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..7a256d036 Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f64b-1f3fd-200d-2642.png b/dist/img-apple-64/1f64b-1f3fd-200d-2642.png new file mode 100644 index 000000000..7a256d036 Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f64b-1f3fd.png b/dist/img-apple-64/1f64b-1f3fd.png new file mode 100644 index 000000000..bcb139df1 Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3fd.png differ diff --git a/dist/img-apple-64/1f64b-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f64b-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..1d087f20e Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f64b-1f3fe-200d-2640.png b/dist/img-apple-64/1f64b-1f3fe-200d-2640.png new file mode 100644 index 000000000..1d087f20e Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f64b-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f64b-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..5f2419d4d Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f64b-1f3fe-200d-2642.png b/dist/img-apple-64/1f64b-1f3fe-200d-2642.png new file mode 100644 index 000000000..5f2419d4d Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f64b-1f3fe.png b/dist/img-apple-64/1f64b-1f3fe.png new file mode 100644 index 000000000..6cbe354ea Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3fe.png differ diff --git a/dist/img-apple-64/1f64b-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f64b-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..dc723b65c Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f64b-1f3ff-200d-2640.png b/dist/img-apple-64/1f64b-1f3ff-200d-2640.png new file mode 100644 index 000000000..dc723b65c Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f64b-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f64b-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..f793f06b4 Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f64b-1f3ff-200d-2642.png b/dist/img-apple-64/1f64b-1f3ff-200d-2642.png new file mode 100644 index 000000000..f793f06b4 Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f64b-1f3ff.png b/dist/img-apple-64/1f64b-1f3ff.png new file mode 100644 index 000000000..c6a7d94a2 Binary files /dev/null and b/dist/img-apple-64/1f64b-1f3ff.png differ diff --git a/dist/img-apple-64/1f64b-200d-2640-fe0f.png b/dist/img-apple-64/1f64b-200d-2640-fe0f.png new file mode 100644 index 000000000..48efc795b Binary files /dev/null and b/dist/img-apple-64/1f64b-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f64b-200d-2640.png b/dist/img-apple-64/1f64b-200d-2640.png new file mode 100644 index 000000000..48efc795b Binary files /dev/null and b/dist/img-apple-64/1f64b-200d-2640.png differ diff --git a/dist/img-apple-64/1f64b-200d-2642-fe0f.png b/dist/img-apple-64/1f64b-200d-2642-fe0f.png new file mode 100644 index 000000000..1460ffb3b Binary files /dev/null and b/dist/img-apple-64/1f64b-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f64b-200d-2642.png b/dist/img-apple-64/1f64b-200d-2642.png new file mode 100644 index 000000000..1460ffb3b Binary files /dev/null and b/dist/img-apple-64/1f64b-200d-2642.png differ diff --git a/dist/img-apple-64/1f64b.png b/dist/img-apple-64/1f64b.png new file mode 100644 index 000000000..3ec80a245 Binary files /dev/null and b/dist/img-apple-64/1f64b.png differ diff --git a/dist/img-apple-64/1f64c-1f3fb.png b/dist/img-apple-64/1f64c-1f3fb.png new file mode 100644 index 000000000..1e8ab9373 Binary files /dev/null and b/dist/img-apple-64/1f64c-1f3fb.png differ diff --git a/dist/img-apple-64/1f64c-1f3fc.png b/dist/img-apple-64/1f64c-1f3fc.png new file mode 100644 index 000000000..4c9dabea2 Binary files /dev/null and b/dist/img-apple-64/1f64c-1f3fc.png differ diff --git a/dist/img-apple-64/1f64c-1f3fd.png b/dist/img-apple-64/1f64c-1f3fd.png new file mode 100644 index 000000000..77fb2880e Binary files /dev/null and b/dist/img-apple-64/1f64c-1f3fd.png differ diff --git a/dist/img-apple-64/1f64c-1f3fe.png b/dist/img-apple-64/1f64c-1f3fe.png new file mode 100644 index 000000000..a997f202c Binary files /dev/null and b/dist/img-apple-64/1f64c-1f3fe.png differ diff --git a/dist/img-apple-64/1f64c-1f3ff.png b/dist/img-apple-64/1f64c-1f3ff.png new file mode 100644 index 000000000..237145943 Binary files /dev/null and b/dist/img-apple-64/1f64c-1f3ff.png differ diff --git a/dist/img-apple-64/1f64c.png b/dist/img-apple-64/1f64c.png new file mode 100644 index 000000000..b7fc0cc6f Binary files /dev/null and b/dist/img-apple-64/1f64c.png differ diff --git a/dist/img-apple-64/1f64d-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f64d-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..06914d96a Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f64d-1f3fb-200d-2640.png b/dist/img-apple-64/1f64d-1f3fb-200d-2640.png new file mode 100644 index 000000000..06914d96a Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f64d-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f64d-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..b982463d2 Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f64d-1f3fb-200d-2642.png b/dist/img-apple-64/1f64d-1f3fb-200d-2642.png new file mode 100644 index 000000000..b982463d2 Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f64d-1f3fb.png b/dist/img-apple-64/1f64d-1f3fb.png new file mode 100644 index 000000000..e14fa0cc6 Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3fb.png differ diff --git a/dist/img-apple-64/1f64d-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f64d-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..9b0fd5831 Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f64d-1f3fc-200d-2640.png b/dist/img-apple-64/1f64d-1f3fc-200d-2640.png new file mode 100644 index 000000000..9b0fd5831 Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f64d-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f64d-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..59d89734e Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f64d-1f3fc-200d-2642.png b/dist/img-apple-64/1f64d-1f3fc-200d-2642.png new file mode 100644 index 000000000..59d89734e Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f64d-1f3fc.png b/dist/img-apple-64/1f64d-1f3fc.png new file mode 100644 index 000000000..fb58d76cf Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3fc.png differ diff --git a/dist/img-apple-64/1f64d-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f64d-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..7dfae837b Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f64d-1f3fd-200d-2640.png b/dist/img-apple-64/1f64d-1f3fd-200d-2640.png new file mode 100644 index 000000000..7dfae837b Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f64d-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f64d-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..51b34f7e0 Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f64d-1f3fd-200d-2642.png b/dist/img-apple-64/1f64d-1f3fd-200d-2642.png new file mode 100644 index 000000000..51b34f7e0 Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f64d-1f3fd.png b/dist/img-apple-64/1f64d-1f3fd.png new file mode 100644 index 000000000..d87dbbd88 Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3fd.png differ diff --git a/dist/img-apple-64/1f64d-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f64d-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..4fa2f1a86 Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f64d-1f3fe-200d-2640.png b/dist/img-apple-64/1f64d-1f3fe-200d-2640.png new file mode 100644 index 000000000..4fa2f1a86 Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f64d-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f64d-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..520198bbd Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f64d-1f3fe-200d-2642.png b/dist/img-apple-64/1f64d-1f3fe-200d-2642.png new file mode 100644 index 000000000..520198bbd Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f64d-1f3fe.png b/dist/img-apple-64/1f64d-1f3fe.png new file mode 100644 index 000000000..4f876f1f1 Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3fe.png differ diff --git a/dist/img-apple-64/1f64d-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f64d-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..850895e0a Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f64d-1f3ff-200d-2640.png b/dist/img-apple-64/1f64d-1f3ff-200d-2640.png new file mode 100644 index 000000000..850895e0a Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f64d-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f64d-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..fb3e1f775 Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f64d-1f3ff-200d-2642.png b/dist/img-apple-64/1f64d-1f3ff-200d-2642.png new file mode 100644 index 000000000..fb3e1f775 Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f64d-1f3ff.png b/dist/img-apple-64/1f64d-1f3ff.png new file mode 100644 index 000000000..b24b03c06 Binary files /dev/null and b/dist/img-apple-64/1f64d-1f3ff.png differ diff --git a/dist/img-apple-64/1f64d-200d-2640-fe0f.png b/dist/img-apple-64/1f64d-200d-2640-fe0f.png new file mode 100644 index 000000000..895e11e19 Binary files /dev/null and b/dist/img-apple-64/1f64d-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f64d-200d-2640.png b/dist/img-apple-64/1f64d-200d-2640.png new file mode 100644 index 000000000..895e11e19 Binary files /dev/null and b/dist/img-apple-64/1f64d-200d-2640.png differ diff --git a/dist/img-apple-64/1f64d-200d-2642-fe0f.png b/dist/img-apple-64/1f64d-200d-2642-fe0f.png new file mode 100644 index 000000000..6947b2cf7 Binary files /dev/null and b/dist/img-apple-64/1f64d-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f64d-200d-2642.png b/dist/img-apple-64/1f64d-200d-2642.png new file mode 100644 index 000000000..6947b2cf7 Binary files /dev/null and b/dist/img-apple-64/1f64d-200d-2642.png differ diff --git a/dist/img-apple-64/1f64d.png b/dist/img-apple-64/1f64d.png new file mode 100644 index 000000000..da1f63b14 Binary files /dev/null and b/dist/img-apple-64/1f64d.png differ diff --git a/dist/img-apple-64/1f64e-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f64e-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..37a03d346 Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f64e-1f3fb-200d-2640.png b/dist/img-apple-64/1f64e-1f3fb-200d-2640.png new file mode 100644 index 000000000..37a03d346 Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f64e-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f64e-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..6dd0e456e Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f64e-1f3fb-200d-2642.png b/dist/img-apple-64/1f64e-1f3fb-200d-2642.png new file mode 100644 index 000000000..6dd0e456e Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f64e-1f3fb.png b/dist/img-apple-64/1f64e-1f3fb.png new file mode 100644 index 000000000..1c2892522 Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3fb.png differ diff --git a/dist/img-apple-64/1f64e-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f64e-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..db91a332c Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f64e-1f3fc-200d-2640.png b/dist/img-apple-64/1f64e-1f3fc-200d-2640.png new file mode 100644 index 000000000..db91a332c Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f64e-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f64e-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..785e1d268 Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f64e-1f3fc-200d-2642.png b/dist/img-apple-64/1f64e-1f3fc-200d-2642.png new file mode 100644 index 000000000..785e1d268 Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f64e-1f3fc.png b/dist/img-apple-64/1f64e-1f3fc.png new file mode 100644 index 000000000..1a87ff9dd Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3fc.png differ diff --git a/dist/img-apple-64/1f64e-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f64e-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..1528e5978 Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f64e-1f3fd-200d-2640.png b/dist/img-apple-64/1f64e-1f3fd-200d-2640.png new file mode 100644 index 000000000..1528e5978 Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f64e-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f64e-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..4fddfbb0d Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f64e-1f3fd-200d-2642.png b/dist/img-apple-64/1f64e-1f3fd-200d-2642.png new file mode 100644 index 000000000..4fddfbb0d Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f64e-1f3fd.png b/dist/img-apple-64/1f64e-1f3fd.png new file mode 100644 index 000000000..32c5c0180 Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3fd.png differ diff --git a/dist/img-apple-64/1f64e-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f64e-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..e3e342875 Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f64e-1f3fe-200d-2640.png b/dist/img-apple-64/1f64e-1f3fe-200d-2640.png new file mode 100644 index 000000000..e3e342875 Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f64e-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f64e-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..08f2cdca8 Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f64e-1f3fe-200d-2642.png b/dist/img-apple-64/1f64e-1f3fe-200d-2642.png new file mode 100644 index 000000000..08f2cdca8 Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f64e-1f3fe.png b/dist/img-apple-64/1f64e-1f3fe.png new file mode 100644 index 000000000..656537ebf Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3fe.png differ diff --git a/dist/img-apple-64/1f64e-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f64e-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..c57cec41c Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f64e-1f3ff-200d-2640.png b/dist/img-apple-64/1f64e-1f3ff-200d-2640.png new file mode 100644 index 000000000..c57cec41c Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f64e-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f64e-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..d9365858a Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f64e-1f3ff-200d-2642.png b/dist/img-apple-64/1f64e-1f3ff-200d-2642.png new file mode 100644 index 000000000..d9365858a Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f64e-1f3ff.png b/dist/img-apple-64/1f64e-1f3ff.png new file mode 100644 index 000000000..75ae485e2 Binary files /dev/null and b/dist/img-apple-64/1f64e-1f3ff.png differ diff --git a/dist/img-apple-64/1f64e-200d-2640-fe0f.png b/dist/img-apple-64/1f64e-200d-2640-fe0f.png new file mode 100644 index 000000000..7ed9a75ff Binary files /dev/null and b/dist/img-apple-64/1f64e-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f64e-200d-2640.png b/dist/img-apple-64/1f64e-200d-2640.png new file mode 100644 index 000000000..7ed9a75ff Binary files /dev/null and b/dist/img-apple-64/1f64e-200d-2640.png differ diff --git a/dist/img-apple-64/1f64e-200d-2642-fe0f.png b/dist/img-apple-64/1f64e-200d-2642-fe0f.png new file mode 100644 index 000000000..9e155c8d9 Binary files /dev/null and b/dist/img-apple-64/1f64e-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f64e-200d-2642.png b/dist/img-apple-64/1f64e-200d-2642.png new file mode 100644 index 000000000..9e155c8d9 Binary files /dev/null and b/dist/img-apple-64/1f64e-200d-2642.png differ diff --git a/dist/img-apple-64/1f64e.png b/dist/img-apple-64/1f64e.png new file mode 100644 index 000000000..5f7fbc6fe Binary files /dev/null and b/dist/img-apple-64/1f64e.png differ diff --git a/dist/img-apple-64/1f64f-1f3fb.png b/dist/img-apple-64/1f64f-1f3fb.png new file mode 100644 index 000000000..b3d8a5bdf Binary files /dev/null and b/dist/img-apple-64/1f64f-1f3fb.png differ diff --git a/dist/img-apple-64/1f64f-1f3fc.png b/dist/img-apple-64/1f64f-1f3fc.png new file mode 100644 index 000000000..5cf30eea0 Binary files /dev/null and b/dist/img-apple-64/1f64f-1f3fc.png differ diff --git a/dist/img-apple-64/1f64f-1f3fd.png b/dist/img-apple-64/1f64f-1f3fd.png new file mode 100644 index 000000000..f0a70196c Binary files /dev/null and b/dist/img-apple-64/1f64f-1f3fd.png differ diff --git a/dist/img-apple-64/1f64f-1f3fe.png b/dist/img-apple-64/1f64f-1f3fe.png new file mode 100644 index 000000000..8c83902a9 Binary files /dev/null and b/dist/img-apple-64/1f64f-1f3fe.png differ diff --git a/dist/img-apple-64/1f64f-1f3ff.png b/dist/img-apple-64/1f64f-1f3ff.png new file mode 100644 index 000000000..a5f8ef9a2 Binary files /dev/null and b/dist/img-apple-64/1f64f-1f3ff.png differ diff --git a/dist/img-apple-64/1f64f.png b/dist/img-apple-64/1f64f.png new file mode 100644 index 000000000..30d9853e9 Binary files /dev/null and b/dist/img-apple-64/1f64f.png differ diff --git a/dist/img-apple-64/1f680.png b/dist/img-apple-64/1f680.png new file mode 100644 index 000000000..ea8739137 Binary files /dev/null and b/dist/img-apple-64/1f680.png differ diff --git a/dist/img-apple-64/1f681.png b/dist/img-apple-64/1f681.png new file mode 100644 index 000000000..ddec07990 Binary files /dev/null and b/dist/img-apple-64/1f681.png differ diff --git a/dist/img-apple-64/1f682.png b/dist/img-apple-64/1f682.png new file mode 100644 index 000000000..1277bd59e Binary files /dev/null and b/dist/img-apple-64/1f682.png differ diff --git a/dist/img-apple-64/1f683.png b/dist/img-apple-64/1f683.png new file mode 100644 index 000000000..17aacef1d Binary files /dev/null and b/dist/img-apple-64/1f683.png differ diff --git a/dist/img-apple-64/1f684.png b/dist/img-apple-64/1f684.png new file mode 100644 index 000000000..df754577c Binary files /dev/null and b/dist/img-apple-64/1f684.png differ diff --git a/dist/img-apple-64/1f685.png b/dist/img-apple-64/1f685.png new file mode 100644 index 000000000..6ba4d3863 Binary files /dev/null and b/dist/img-apple-64/1f685.png differ diff --git a/dist/img-apple-64/1f686.png b/dist/img-apple-64/1f686.png new file mode 100644 index 000000000..3d4b116a1 Binary files /dev/null and b/dist/img-apple-64/1f686.png differ diff --git a/dist/img-apple-64/1f687.png b/dist/img-apple-64/1f687.png new file mode 100644 index 000000000..43d9cad58 Binary files /dev/null and b/dist/img-apple-64/1f687.png differ diff --git a/dist/img-apple-64/1f688.png b/dist/img-apple-64/1f688.png new file mode 100644 index 000000000..62cb1fdd2 Binary files /dev/null and b/dist/img-apple-64/1f688.png differ diff --git a/dist/img-apple-64/1f689.png b/dist/img-apple-64/1f689.png new file mode 100644 index 000000000..4d961fb15 Binary files /dev/null and b/dist/img-apple-64/1f689.png differ diff --git a/dist/img-apple-64/1f68a.png b/dist/img-apple-64/1f68a.png new file mode 100644 index 000000000..34bb81ba3 Binary files /dev/null and b/dist/img-apple-64/1f68a.png differ diff --git a/dist/img-apple-64/1f68b.png b/dist/img-apple-64/1f68b.png new file mode 100644 index 000000000..e993650cd Binary files /dev/null and b/dist/img-apple-64/1f68b.png differ diff --git a/dist/img-apple-64/1f68c.png b/dist/img-apple-64/1f68c.png new file mode 100644 index 000000000..83adbcf0e Binary files /dev/null and b/dist/img-apple-64/1f68c.png differ diff --git a/dist/img-apple-64/1f68d.png b/dist/img-apple-64/1f68d.png new file mode 100644 index 000000000..b3b2cd670 Binary files /dev/null and b/dist/img-apple-64/1f68d.png differ diff --git a/dist/img-apple-64/1f68e.png b/dist/img-apple-64/1f68e.png new file mode 100644 index 000000000..e0f10c3fc Binary files /dev/null and b/dist/img-apple-64/1f68e.png differ diff --git a/dist/img-apple-64/1f68f.png b/dist/img-apple-64/1f68f.png new file mode 100644 index 000000000..463b2df54 Binary files /dev/null and b/dist/img-apple-64/1f68f.png differ diff --git a/dist/img-apple-64/1f690.png b/dist/img-apple-64/1f690.png new file mode 100644 index 000000000..fa60bd2ad Binary files /dev/null and b/dist/img-apple-64/1f690.png differ diff --git a/dist/img-apple-64/1f691.png b/dist/img-apple-64/1f691.png new file mode 100644 index 000000000..bd19f43f2 Binary files /dev/null and b/dist/img-apple-64/1f691.png differ diff --git a/dist/img-apple-64/1f692.png b/dist/img-apple-64/1f692.png new file mode 100644 index 000000000..80f700419 Binary files /dev/null and b/dist/img-apple-64/1f692.png differ diff --git a/dist/img-apple-64/1f693.png b/dist/img-apple-64/1f693.png new file mode 100644 index 000000000..904e8c316 Binary files /dev/null and b/dist/img-apple-64/1f693.png differ diff --git a/dist/img-apple-64/1f694.png b/dist/img-apple-64/1f694.png new file mode 100644 index 000000000..ad0d7640e Binary files /dev/null and b/dist/img-apple-64/1f694.png differ diff --git a/dist/img-apple-64/1f695.png b/dist/img-apple-64/1f695.png new file mode 100644 index 000000000..a3676b2f6 Binary files /dev/null and b/dist/img-apple-64/1f695.png differ diff --git a/dist/img-apple-64/1f696.png b/dist/img-apple-64/1f696.png new file mode 100644 index 000000000..d9f866748 Binary files /dev/null and b/dist/img-apple-64/1f696.png differ diff --git a/dist/img-apple-64/1f697.png b/dist/img-apple-64/1f697.png new file mode 100644 index 000000000..3578f1398 Binary files /dev/null and b/dist/img-apple-64/1f697.png differ diff --git a/dist/img-apple-64/1f698.png b/dist/img-apple-64/1f698.png new file mode 100644 index 000000000..829481537 Binary files /dev/null and b/dist/img-apple-64/1f698.png differ diff --git a/dist/img-apple-64/1f699.png b/dist/img-apple-64/1f699.png new file mode 100644 index 000000000..10dcf9468 Binary files /dev/null and b/dist/img-apple-64/1f699.png differ diff --git a/dist/img-apple-64/1f69a.png b/dist/img-apple-64/1f69a.png new file mode 100644 index 000000000..6a52d9737 Binary files /dev/null and b/dist/img-apple-64/1f69a.png differ diff --git a/dist/img-apple-64/1f69b.png b/dist/img-apple-64/1f69b.png new file mode 100644 index 000000000..0f0bb817e Binary files /dev/null and b/dist/img-apple-64/1f69b.png differ diff --git a/dist/img-apple-64/1f69c.png b/dist/img-apple-64/1f69c.png new file mode 100644 index 000000000..6c6cc6064 Binary files /dev/null and b/dist/img-apple-64/1f69c.png differ diff --git a/dist/img-apple-64/1f69d.png b/dist/img-apple-64/1f69d.png new file mode 100644 index 000000000..47b27dddd Binary files /dev/null and b/dist/img-apple-64/1f69d.png differ diff --git a/dist/img-apple-64/1f69e.png b/dist/img-apple-64/1f69e.png new file mode 100644 index 000000000..d78f9d461 Binary files /dev/null and b/dist/img-apple-64/1f69e.png differ diff --git a/dist/img-apple-64/1f69f.png b/dist/img-apple-64/1f69f.png new file mode 100644 index 000000000..45c2c80fc Binary files /dev/null and b/dist/img-apple-64/1f69f.png differ diff --git a/dist/img-apple-64/1f6a0.png b/dist/img-apple-64/1f6a0.png new file mode 100644 index 000000000..99a0da30b Binary files /dev/null and b/dist/img-apple-64/1f6a0.png differ diff --git a/dist/img-apple-64/1f6a1.png b/dist/img-apple-64/1f6a1.png new file mode 100644 index 000000000..0898739ed Binary files /dev/null and b/dist/img-apple-64/1f6a1.png differ diff --git a/dist/img-apple-64/1f6a2.png b/dist/img-apple-64/1f6a2.png new file mode 100644 index 000000000..7e49da215 Binary files /dev/null and b/dist/img-apple-64/1f6a2.png differ diff --git a/dist/img-apple-64/1f6a3-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f6a3-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..d48254e7b Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6a3-1f3fb-200d-2640.png b/dist/img-apple-64/1f6a3-1f3fb-200d-2640.png new file mode 100644 index 000000000..d48254e7b Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f6a3-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f6a3-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..472170887 Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6a3-1f3fb-200d-2642.png b/dist/img-apple-64/1f6a3-1f3fb-200d-2642.png new file mode 100644 index 000000000..472170887 Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f6a3-1f3fb.png b/dist/img-apple-64/1f6a3-1f3fb.png new file mode 100644 index 000000000..6ab6e9c1f Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3fb.png differ diff --git a/dist/img-apple-64/1f6a3-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f6a3-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..2af87ba41 Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6a3-1f3fc-200d-2640.png b/dist/img-apple-64/1f6a3-1f3fc-200d-2640.png new file mode 100644 index 000000000..2af87ba41 Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f6a3-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f6a3-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..35864d9ae Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6a3-1f3fc-200d-2642.png b/dist/img-apple-64/1f6a3-1f3fc-200d-2642.png new file mode 100644 index 000000000..35864d9ae Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f6a3-1f3fc.png b/dist/img-apple-64/1f6a3-1f3fc.png new file mode 100644 index 000000000..100dc95b6 Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3fc.png differ diff --git a/dist/img-apple-64/1f6a3-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f6a3-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..81b8d205a Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6a3-1f3fd-200d-2640.png b/dist/img-apple-64/1f6a3-1f3fd-200d-2640.png new file mode 100644 index 000000000..81b8d205a Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f6a3-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f6a3-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..1eb59099a Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6a3-1f3fd-200d-2642.png b/dist/img-apple-64/1f6a3-1f3fd-200d-2642.png new file mode 100644 index 000000000..1eb59099a Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f6a3-1f3fd.png b/dist/img-apple-64/1f6a3-1f3fd.png new file mode 100644 index 000000000..22c0049dc Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3fd.png differ diff --git a/dist/img-apple-64/1f6a3-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f6a3-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..8715291c5 Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6a3-1f3fe-200d-2640.png b/dist/img-apple-64/1f6a3-1f3fe-200d-2640.png new file mode 100644 index 000000000..8715291c5 Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f6a3-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f6a3-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..3c7f12476 Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6a3-1f3fe-200d-2642.png b/dist/img-apple-64/1f6a3-1f3fe-200d-2642.png new file mode 100644 index 000000000..3c7f12476 Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f6a3-1f3fe.png b/dist/img-apple-64/1f6a3-1f3fe.png new file mode 100644 index 000000000..e75ac5f59 Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3fe.png differ diff --git a/dist/img-apple-64/1f6a3-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f6a3-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..35c07dd99 Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6a3-1f3ff-200d-2640.png b/dist/img-apple-64/1f6a3-1f3ff-200d-2640.png new file mode 100644 index 000000000..35c07dd99 Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f6a3-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f6a3-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..98c006926 Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6a3-1f3ff-200d-2642.png b/dist/img-apple-64/1f6a3-1f3ff-200d-2642.png new file mode 100644 index 000000000..98c006926 Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f6a3-1f3ff.png b/dist/img-apple-64/1f6a3-1f3ff.png new file mode 100644 index 000000000..3afd7b777 Binary files /dev/null and b/dist/img-apple-64/1f6a3-1f3ff.png differ diff --git a/dist/img-apple-64/1f6a3-200d-2640-fe0f.png b/dist/img-apple-64/1f6a3-200d-2640-fe0f.png new file mode 100644 index 000000000..01e462d72 Binary files /dev/null and b/dist/img-apple-64/1f6a3-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6a3-200d-2640.png b/dist/img-apple-64/1f6a3-200d-2640.png new file mode 100644 index 000000000..01e462d72 Binary files /dev/null and b/dist/img-apple-64/1f6a3-200d-2640.png differ diff --git a/dist/img-apple-64/1f6a3-200d-2642-fe0f.png b/dist/img-apple-64/1f6a3-200d-2642-fe0f.png new file mode 100644 index 000000000..f37b4b2ac Binary files /dev/null and b/dist/img-apple-64/1f6a3-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6a3-200d-2642.png b/dist/img-apple-64/1f6a3-200d-2642.png new file mode 100644 index 000000000..f37b4b2ac Binary files /dev/null and b/dist/img-apple-64/1f6a3-200d-2642.png differ diff --git a/dist/img-apple-64/1f6a3.png b/dist/img-apple-64/1f6a3.png new file mode 100644 index 000000000..3743007d2 Binary files /dev/null and b/dist/img-apple-64/1f6a3.png differ diff --git a/dist/img-apple-64/1f6a4.png b/dist/img-apple-64/1f6a4.png new file mode 100644 index 000000000..d2b3ab3b6 Binary files /dev/null and b/dist/img-apple-64/1f6a4.png differ diff --git a/dist/img-apple-64/1f6a5.png b/dist/img-apple-64/1f6a5.png new file mode 100644 index 000000000..a5d1a881e Binary files /dev/null and b/dist/img-apple-64/1f6a5.png differ diff --git a/dist/img-apple-64/1f6a6.png b/dist/img-apple-64/1f6a6.png new file mode 100644 index 000000000..9e6a0bc19 Binary files /dev/null and b/dist/img-apple-64/1f6a6.png differ diff --git a/dist/img-apple-64/1f6a7.png b/dist/img-apple-64/1f6a7.png new file mode 100644 index 000000000..5419b0170 Binary files /dev/null and b/dist/img-apple-64/1f6a7.png differ diff --git a/dist/img-apple-64/1f6a8.png b/dist/img-apple-64/1f6a8.png new file mode 100644 index 000000000..a8f1d9c3f Binary files /dev/null and b/dist/img-apple-64/1f6a8.png differ diff --git a/dist/img-apple-64/1f6a9.png b/dist/img-apple-64/1f6a9.png new file mode 100644 index 000000000..ce305e5c6 Binary files /dev/null and b/dist/img-apple-64/1f6a9.png differ diff --git a/dist/img-apple-64/1f6aa.png b/dist/img-apple-64/1f6aa.png new file mode 100644 index 000000000..068113eaf Binary files /dev/null and b/dist/img-apple-64/1f6aa.png differ diff --git a/dist/img-apple-64/1f6ab.png b/dist/img-apple-64/1f6ab.png new file mode 100644 index 000000000..f6202488c Binary files /dev/null and b/dist/img-apple-64/1f6ab.png differ diff --git a/dist/img-apple-64/1f6ac.png b/dist/img-apple-64/1f6ac.png new file mode 100644 index 000000000..854389e25 Binary files /dev/null and b/dist/img-apple-64/1f6ac.png differ diff --git a/dist/img-apple-64/1f6ad.png b/dist/img-apple-64/1f6ad.png new file mode 100644 index 000000000..4d0ca195d Binary files /dev/null and b/dist/img-apple-64/1f6ad.png differ diff --git a/dist/img-apple-64/1f6ae.png b/dist/img-apple-64/1f6ae.png new file mode 100644 index 000000000..5e2f51762 Binary files /dev/null and b/dist/img-apple-64/1f6ae.png differ diff --git a/dist/img-apple-64/1f6af.png b/dist/img-apple-64/1f6af.png new file mode 100644 index 000000000..85c4de7e2 Binary files /dev/null and b/dist/img-apple-64/1f6af.png differ diff --git a/dist/img-apple-64/1f6b0.png b/dist/img-apple-64/1f6b0.png new file mode 100644 index 000000000..3d22fa203 Binary files /dev/null and b/dist/img-apple-64/1f6b0.png differ diff --git a/dist/img-apple-64/1f6b1.png b/dist/img-apple-64/1f6b1.png new file mode 100644 index 000000000..f75d763bd Binary files /dev/null and b/dist/img-apple-64/1f6b1.png differ diff --git a/dist/img-apple-64/1f6b2.png b/dist/img-apple-64/1f6b2.png new file mode 100644 index 000000000..4f3686fed Binary files /dev/null and b/dist/img-apple-64/1f6b2.png differ diff --git a/dist/img-apple-64/1f6b3.png b/dist/img-apple-64/1f6b3.png new file mode 100644 index 000000000..3a9f0c55d Binary files /dev/null and b/dist/img-apple-64/1f6b3.png differ diff --git a/dist/img-apple-64/1f6b4-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f6b4-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..504b801b9 Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6b4-1f3fb-200d-2640.png b/dist/img-apple-64/1f6b4-1f3fb-200d-2640.png new file mode 100644 index 000000000..504b801b9 Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f6b4-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f6b4-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..8a9bb81c9 Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6b4-1f3fb-200d-2642.png b/dist/img-apple-64/1f6b4-1f3fb-200d-2642.png new file mode 100644 index 000000000..8a9bb81c9 Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f6b4-1f3fb.png b/dist/img-apple-64/1f6b4-1f3fb.png new file mode 100644 index 000000000..ad7a3d387 Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3fb.png differ diff --git a/dist/img-apple-64/1f6b4-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f6b4-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..7156a9882 Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6b4-1f3fc-200d-2640.png b/dist/img-apple-64/1f6b4-1f3fc-200d-2640.png new file mode 100644 index 000000000..7156a9882 Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f6b4-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f6b4-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..cf1b12be6 Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6b4-1f3fc-200d-2642.png b/dist/img-apple-64/1f6b4-1f3fc-200d-2642.png new file mode 100644 index 000000000..cf1b12be6 Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f6b4-1f3fc.png b/dist/img-apple-64/1f6b4-1f3fc.png new file mode 100644 index 000000000..951473b9c Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3fc.png differ diff --git a/dist/img-apple-64/1f6b4-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f6b4-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..0bd174851 Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6b4-1f3fd-200d-2640.png b/dist/img-apple-64/1f6b4-1f3fd-200d-2640.png new file mode 100644 index 000000000..0bd174851 Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f6b4-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f6b4-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..e2d8e55e1 Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6b4-1f3fd-200d-2642.png b/dist/img-apple-64/1f6b4-1f3fd-200d-2642.png new file mode 100644 index 000000000..e2d8e55e1 Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f6b4-1f3fd.png b/dist/img-apple-64/1f6b4-1f3fd.png new file mode 100644 index 000000000..add1ca4fc Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3fd.png differ diff --git a/dist/img-apple-64/1f6b4-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f6b4-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..ac3201e15 Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6b4-1f3fe-200d-2640.png b/dist/img-apple-64/1f6b4-1f3fe-200d-2640.png new file mode 100644 index 000000000..ac3201e15 Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f6b4-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f6b4-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..fc5f1c80b Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6b4-1f3fe-200d-2642.png b/dist/img-apple-64/1f6b4-1f3fe-200d-2642.png new file mode 100644 index 000000000..fc5f1c80b Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f6b4-1f3fe.png b/dist/img-apple-64/1f6b4-1f3fe.png new file mode 100644 index 000000000..0783b1ad2 Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3fe.png differ diff --git a/dist/img-apple-64/1f6b4-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f6b4-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..834012073 Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6b4-1f3ff-200d-2640.png b/dist/img-apple-64/1f6b4-1f3ff-200d-2640.png new file mode 100644 index 000000000..834012073 Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f6b4-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f6b4-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..ef09340d9 Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6b4-1f3ff-200d-2642.png b/dist/img-apple-64/1f6b4-1f3ff-200d-2642.png new file mode 100644 index 000000000..ef09340d9 Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f6b4-1f3ff.png b/dist/img-apple-64/1f6b4-1f3ff.png new file mode 100644 index 000000000..12a5b3cc0 Binary files /dev/null and b/dist/img-apple-64/1f6b4-1f3ff.png differ diff --git a/dist/img-apple-64/1f6b4-200d-2640-fe0f.png b/dist/img-apple-64/1f6b4-200d-2640-fe0f.png new file mode 100644 index 000000000..bc96baf28 Binary files /dev/null and b/dist/img-apple-64/1f6b4-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6b4-200d-2640.png b/dist/img-apple-64/1f6b4-200d-2640.png new file mode 100644 index 000000000..bc96baf28 Binary files /dev/null and b/dist/img-apple-64/1f6b4-200d-2640.png differ diff --git a/dist/img-apple-64/1f6b4-200d-2642-fe0f.png b/dist/img-apple-64/1f6b4-200d-2642-fe0f.png new file mode 100644 index 000000000..4c730ab19 Binary files /dev/null and b/dist/img-apple-64/1f6b4-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6b4-200d-2642.png b/dist/img-apple-64/1f6b4-200d-2642.png new file mode 100644 index 000000000..4c730ab19 Binary files /dev/null and b/dist/img-apple-64/1f6b4-200d-2642.png differ diff --git a/dist/img-apple-64/1f6b4.png b/dist/img-apple-64/1f6b4.png new file mode 100644 index 000000000..4f145cec7 Binary files /dev/null and b/dist/img-apple-64/1f6b4.png differ diff --git a/dist/img-apple-64/1f6b5-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f6b5-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..57eb323f7 Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6b5-1f3fb-200d-2640.png b/dist/img-apple-64/1f6b5-1f3fb-200d-2640.png new file mode 100644 index 000000000..57eb323f7 Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f6b5-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f6b5-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..565fb7f75 Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6b5-1f3fb-200d-2642.png b/dist/img-apple-64/1f6b5-1f3fb-200d-2642.png new file mode 100644 index 000000000..565fb7f75 Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f6b5-1f3fb.png b/dist/img-apple-64/1f6b5-1f3fb.png new file mode 100644 index 000000000..8176adaff Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3fb.png differ diff --git a/dist/img-apple-64/1f6b5-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f6b5-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..51187133a Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6b5-1f3fc-200d-2640.png b/dist/img-apple-64/1f6b5-1f3fc-200d-2640.png new file mode 100644 index 000000000..51187133a Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f6b5-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f6b5-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..94bb643de Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6b5-1f3fc-200d-2642.png b/dist/img-apple-64/1f6b5-1f3fc-200d-2642.png new file mode 100644 index 000000000..94bb643de Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f6b5-1f3fc.png b/dist/img-apple-64/1f6b5-1f3fc.png new file mode 100644 index 000000000..cd76f9a9d Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3fc.png differ diff --git a/dist/img-apple-64/1f6b5-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f6b5-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..1d19263e1 Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6b5-1f3fd-200d-2640.png b/dist/img-apple-64/1f6b5-1f3fd-200d-2640.png new file mode 100644 index 000000000..1d19263e1 Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f6b5-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f6b5-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..77f4f7353 Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6b5-1f3fd-200d-2642.png b/dist/img-apple-64/1f6b5-1f3fd-200d-2642.png new file mode 100644 index 000000000..77f4f7353 Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f6b5-1f3fd.png b/dist/img-apple-64/1f6b5-1f3fd.png new file mode 100644 index 000000000..3246e4039 Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3fd.png differ diff --git a/dist/img-apple-64/1f6b5-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f6b5-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..4a483356d Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6b5-1f3fe-200d-2640.png b/dist/img-apple-64/1f6b5-1f3fe-200d-2640.png new file mode 100644 index 000000000..4a483356d Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f6b5-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f6b5-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..7dcd1a45d Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6b5-1f3fe-200d-2642.png b/dist/img-apple-64/1f6b5-1f3fe-200d-2642.png new file mode 100644 index 000000000..7dcd1a45d Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f6b5-1f3fe.png b/dist/img-apple-64/1f6b5-1f3fe.png new file mode 100644 index 000000000..6bf4af592 Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3fe.png differ diff --git a/dist/img-apple-64/1f6b5-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f6b5-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..952ffaac4 Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6b5-1f3ff-200d-2640.png b/dist/img-apple-64/1f6b5-1f3ff-200d-2640.png new file mode 100644 index 000000000..952ffaac4 Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f6b5-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f6b5-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..0c69df713 Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6b5-1f3ff-200d-2642.png b/dist/img-apple-64/1f6b5-1f3ff-200d-2642.png new file mode 100644 index 000000000..0c69df713 Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f6b5-1f3ff.png b/dist/img-apple-64/1f6b5-1f3ff.png new file mode 100644 index 000000000..0c6665589 Binary files /dev/null and b/dist/img-apple-64/1f6b5-1f3ff.png differ diff --git a/dist/img-apple-64/1f6b5-200d-2640-fe0f.png b/dist/img-apple-64/1f6b5-200d-2640-fe0f.png new file mode 100644 index 000000000..84300dc3b Binary files /dev/null and b/dist/img-apple-64/1f6b5-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6b5-200d-2640.png b/dist/img-apple-64/1f6b5-200d-2640.png new file mode 100644 index 000000000..84300dc3b Binary files /dev/null and b/dist/img-apple-64/1f6b5-200d-2640.png differ diff --git a/dist/img-apple-64/1f6b5-200d-2642-fe0f.png b/dist/img-apple-64/1f6b5-200d-2642-fe0f.png new file mode 100644 index 000000000..479ad6eb5 Binary files /dev/null and b/dist/img-apple-64/1f6b5-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6b5-200d-2642.png b/dist/img-apple-64/1f6b5-200d-2642.png new file mode 100644 index 000000000..479ad6eb5 Binary files /dev/null and b/dist/img-apple-64/1f6b5-200d-2642.png differ diff --git a/dist/img-apple-64/1f6b5.png b/dist/img-apple-64/1f6b5.png new file mode 100644 index 000000000..de31a4341 Binary files /dev/null and b/dist/img-apple-64/1f6b5.png differ diff --git a/dist/img-apple-64/1f6b6-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f6b6-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..cba8b28a3 Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6b6-1f3fb-200d-2640.png b/dist/img-apple-64/1f6b6-1f3fb-200d-2640.png new file mode 100644 index 000000000..cba8b28a3 Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f6b6-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f6b6-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..5106206cf Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6b6-1f3fb-200d-2642.png b/dist/img-apple-64/1f6b6-1f3fb-200d-2642.png new file mode 100644 index 000000000..5106206cf Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f6b6-1f3fb.png b/dist/img-apple-64/1f6b6-1f3fb.png new file mode 100644 index 000000000..7d1e8e0f0 Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3fb.png differ diff --git a/dist/img-apple-64/1f6b6-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f6b6-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..3c3d1f98c Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6b6-1f3fc-200d-2640.png b/dist/img-apple-64/1f6b6-1f3fc-200d-2640.png new file mode 100644 index 000000000..3c3d1f98c Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f6b6-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f6b6-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..fe23ea1df Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6b6-1f3fc-200d-2642.png b/dist/img-apple-64/1f6b6-1f3fc-200d-2642.png new file mode 100644 index 000000000..fe23ea1df Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f6b6-1f3fc.png b/dist/img-apple-64/1f6b6-1f3fc.png new file mode 100644 index 000000000..6bcb73ed1 Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3fc.png differ diff --git a/dist/img-apple-64/1f6b6-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f6b6-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..dae2de186 Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6b6-1f3fd-200d-2640.png b/dist/img-apple-64/1f6b6-1f3fd-200d-2640.png new file mode 100644 index 000000000..dae2de186 Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f6b6-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f6b6-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..51d89a098 Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6b6-1f3fd-200d-2642.png b/dist/img-apple-64/1f6b6-1f3fd-200d-2642.png new file mode 100644 index 000000000..51d89a098 Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f6b6-1f3fd.png b/dist/img-apple-64/1f6b6-1f3fd.png new file mode 100644 index 000000000..25d7bbcba Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3fd.png differ diff --git a/dist/img-apple-64/1f6b6-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f6b6-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..40561a560 Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6b6-1f3fe-200d-2640.png b/dist/img-apple-64/1f6b6-1f3fe-200d-2640.png new file mode 100644 index 000000000..40561a560 Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f6b6-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f6b6-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..b384b4c6e Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6b6-1f3fe-200d-2642.png b/dist/img-apple-64/1f6b6-1f3fe-200d-2642.png new file mode 100644 index 000000000..b384b4c6e Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f6b6-1f3fe.png b/dist/img-apple-64/1f6b6-1f3fe.png new file mode 100644 index 000000000..5a5d793cb Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3fe.png differ diff --git a/dist/img-apple-64/1f6b6-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f6b6-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..e90032ba2 Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6b6-1f3ff-200d-2640.png b/dist/img-apple-64/1f6b6-1f3ff-200d-2640.png new file mode 100644 index 000000000..e90032ba2 Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f6b6-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f6b6-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..6425c8534 Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6b6-1f3ff-200d-2642.png b/dist/img-apple-64/1f6b6-1f3ff-200d-2642.png new file mode 100644 index 000000000..6425c8534 Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f6b6-1f3ff.png b/dist/img-apple-64/1f6b6-1f3ff.png new file mode 100644 index 000000000..226c2a847 Binary files /dev/null and b/dist/img-apple-64/1f6b6-1f3ff.png differ diff --git a/dist/img-apple-64/1f6b6-200d-2640-fe0f.png b/dist/img-apple-64/1f6b6-200d-2640-fe0f.png new file mode 100644 index 000000000..7a2e7e8ca Binary files /dev/null and b/dist/img-apple-64/1f6b6-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f6b6-200d-2640.png b/dist/img-apple-64/1f6b6-200d-2640.png new file mode 100644 index 000000000..7a2e7e8ca Binary files /dev/null and b/dist/img-apple-64/1f6b6-200d-2640.png differ diff --git a/dist/img-apple-64/1f6b6-200d-2642-fe0f.png b/dist/img-apple-64/1f6b6-200d-2642-fe0f.png new file mode 100644 index 000000000..5a7559905 Binary files /dev/null and b/dist/img-apple-64/1f6b6-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f6b6-200d-2642.png b/dist/img-apple-64/1f6b6-200d-2642.png new file mode 100644 index 000000000..5a7559905 Binary files /dev/null and b/dist/img-apple-64/1f6b6-200d-2642.png differ diff --git a/dist/img-apple-64/1f6b6.png b/dist/img-apple-64/1f6b6.png new file mode 100644 index 000000000..f8a863d2e Binary files /dev/null and b/dist/img-apple-64/1f6b6.png differ diff --git a/dist/img-apple-64/1f6b7.png b/dist/img-apple-64/1f6b7.png new file mode 100644 index 000000000..de6f1a529 Binary files /dev/null and b/dist/img-apple-64/1f6b7.png differ diff --git a/dist/img-apple-64/1f6b8.png b/dist/img-apple-64/1f6b8.png new file mode 100644 index 000000000..22bb81c9e Binary files /dev/null and b/dist/img-apple-64/1f6b8.png differ diff --git a/dist/img-apple-64/1f6b9.png b/dist/img-apple-64/1f6b9.png new file mode 100644 index 000000000..9795108c3 Binary files /dev/null and b/dist/img-apple-64/1f6b9.png differ diff --git a/dist/img-apple-64/1f6ba.png b/dist/img-apple-64/1f6ba.png new file mode 100644 index 000000000..5ec5c4e22 Binary files /dev/null and b/dist/img-apple-64/1f6ba.png differ diff --git a/dist/img-apple-64/1f6bb.png b/dist/img-apple-64/1f6bb.png new file mode 100644 index 000000000..a861f1f2c Binary files /dev/null and b/dist/img-apple-64/1f6bb.png differ diff --git a/dist/img-apple-64/1f6bc.png b/dist/img-apple-64/1f6bc.png new file mode 100644 index 000000000..e9321d952 Binary files /dev/null and b/dist/img-apple-64/1f6bc.png differ diff --git a/dist/img-apple-64/1f6bd.png b/dist/img-apple-64/1f6bd.png new file mode 100644 index 000000000..a9bb4301e Binary files /dev/null and b/dist/img-apple-64/1f6bd.png differ diff --git a/dist/img-apple-64/1f6be.png b/dist/img-apple-64/1f6be.png new file mode 100644 index 000000000..da6c4771e Binary files /dev/null and b/dist/img-apple-64/1f6be.png differ diff --git a/dist/img-apple-64/1f6bf.png b/dist/img-apple-64/1f6bf.png new file mode 100644 index 000000000..35a84818c Binary files /dev/null and b/dist/img-apple-64/1f6bf.png differ diff --git a/dist/img-apple-64/1f6c0-1f3fb.png b/dist/img-apple-64/1f6c0-1f3fb.png new file mode 100644 index 000000000..b4ee40221 Binary files /dev/null and b/dist/img-apple-64/1f6c0-1f3fb.png differ diff --git a/dist/img-apple-64/1f6c0-1f3fc.png b/dist/img-apple-64/1f6c0-1f3fc.png new file mode 100644 index 000000000..56521a4a4 Binary files /dev/null and b/dist/img-apple-64/1f6c0-1f3fc.png differ diff --git a/dist/img-apple-64/1f6c0-1f3fd.png b/dist/img-apple-64/1f6c0-1f3fd.png new file mode 100644 index 000000000..756f04777 Binary files /dev/null and b/dist/img-apple-64/1f6c0-1f3fd.png differ diff --git a/dist/img-apple-64/1f6c0-1f3fe.png b/dist/img-apple-64/1f6c0-1f3fe.png new file mode 100644 index 000000000..c29a61aa9 Binary files /dev/null and b/dist/img-apple-64/1f6c0-1f3fe.png differ diff --git a/dist/img-apple-64/1f6c0-1f3ff.png b/dist/img-apple-64/1f6c0-1f3ff.png new file mode 100644 index 000000000..6bb31ada7 Binary files /dev/null and b/dist/img-apple-64/1f6c0-1f3ff.png differ diff --git a/dist/img-apple-64/1f6c0.png b/dist/img-apple-64/1f6c0.png new file mode 100644 index 000000000..7a4e4d91b Binary files /dev/null and b/dist/img-apple-64/1f6c0.png differ diff --git a/dist/img-apple-64/1f6c1.png b/dist/img-apple-64/1f6c1.png new file mode 100644 index 000000000..625f2ca00 Binary files /dev/null and b/dist/img-apple-64/1f6c1.png differ diff --git a/dist/img-apple-64/1f6c2.png b/dist/img-apple-64/1f6c2.png new file mode 100644 index 000000000..631c5f31a Binary files /dev/null and b/dist/img-apple-64/1f6c2.png differ diff --git a/dist/img-apple-64/1f6c3.png b/dist/img-apple-64/1f6c3.png new file mode 100644 index 000000000..5f078ac33 Binary files /dev/null and b/dist/img-apple-64/1f6c3.png differ diff --git a/dist/img-apple-64/1f6c4.png b/dist/img-apple-64/1f6c4.png new file mode 100644 index 000000000..dea7d3b26 Binary files /dev/null and b/dist/img-apple-64/1f6c4.png differ diff --git a/dist/img-apple-64/1f6c5.png b/dist/img-apple-64/1f6c5.png new file mode 100644 index 000000000..00b00ed57 Binary files /dev/null and b/dist/img-apple-64/1f6c5.png differ diff --git a/dist/img-apple-64/1f6cb-fe0f.png b/dist/img-apple-64/1f6cb-fe0f.png new file mode 100644 index 000000000..c984fcac5 Binary files /dev/null and b/dist/img-apple-64/1f6cb-fe0f.png differ diff --git a/dist/img-apple-64/1f6cb.png b/dist/img-apple-64/1f6cb.png new file mode 100644 index 000000000..c984fcac5 Binary files /dev/null and b/dist/img-apple-64/1f6cb.png differ diff --git a/dist/img-apple-64/1f6cc-1f3fb.png b/dist/img-apple-64/1f6cc-1f3fb.png new file mode 100644 index 000000000..6b504cfce Binary files /dev/null and b/dist/img-apple-64/1f6cc-1f3fb.png differ diff --git a/dist/img-apple-64/1f6cc-1f3fc.png b/dist/img-apple-64/1f6cc-1f3fc.png new file mode 100644 index 000000000..6b504cfce Binary files /dev/null and b/dist/img-apple-64/1f6cc-1f3fc.png differ diff --git a/dist/img-apple-64/1f6cc-1f3fd.png b/dist/img-apple-64/1f6cc-1f3fd.png new file mode 100644 index 000000000..6b504cfce Binary files /dev/null and b/dist/img-apple-64/1f6cc-1f3fd.png differ diff --git a/dist/img-apple-64/1f6cc-1f3fe.png b/dist/img-apple-64/1f6cc-1f3fe.png new file mode 100644 index 000000000..6b504cfce Binary files /dev/null and b/dist/img-apple-64/1f6cc-1f3fe.png differ diff --git a/dist/img-apple-64/1f6cc-1f3ff.png b/dist/img-apple-64/1f6cc-1f3ff.png new file mode 100644 index 000000000..6b504cfce Binary files /dev/null and b/dist/img-apple-64/1f6cc-1f3ff.png differ diff --git a/dist/img-apple-64/1f6cc.png b/dist/img-apple-64/1f6cc.png new file mode 100644 index 000000000..6b504cfce Binary files /dev/null and b/dist/img-apple-64/1f6cc.png differ diff --git a/dist/img-apple-64/1f6cd-fe0f.png b/dist/img-apple-64/1f6cd-fe0f.png new file mode 100644 index 000000000..88d06a0a3 Binary files /dev/null and b/dist/img-apple-64/1f6cd-fe0f.png differ diff --git a/dist/img-apple-64/1f6cd.png b/dist/img-apple-64/1f6cd.png new file mode 100644 index 000000000..88d06a0a3 Binary files /dev/null and b/dist/img-apple-64/1f6cd.png differ diff --git a/dist/img-apple-64/1f6ce-fe0f.png b/dist/img-apple-64/1f6ce-fe0f.png new file mode 100644 index 000000000..a4ec30081 Binary files /dev/null and b/dist/img-apple-64/1f6ce-fe0f.png differ diff --git a/dist/img-apple-64/1f6ce.png b/dist/img-apple-64/1f6ce.png new file mode 100644 index 000000000..a4ec30081 Binary files /dev/null and b/dist/img-apple-64/1f6ce.png differ diff --git a/dist/img-apple-64/1f6cf-fe0f.png b/dist/img-apple-64/1f6cf-fe0f.png new file mode 100644 index 000000000..095f618ff Binary files /dev/null and b/dist/img-apple-64/1f6cf-fe0f.png differ diff --git a/dist/img-apple-64/1f6cf.png b/dist/img-apple-64/1f6cf.png new file mode 100644 index 000000000..095f618ff Binary files /dev/null and b/dist/img-apple-64/1f6cf.png differ diff --git a/dist/img-apple-64/1f6d0.png b/dist/img-apple-64/1f6d0.png new file mode 100644 index 000000000..2d6b2ea7e Binary files /dev/null and b/dist/img-apple-64/1f6d0.png differ diff --git a/dist/img-apple-64/1f6d1.png b/dist/img-apple-64/1f6d1.png new file mode 100644 index 000000000..39db0fa41 Binary files /dev/null and b/dist/img-apple-64/1f6d1.png differ diff --git a/dist/img-apple-64/1f6d2.png b/dist/img-apple-64/1f6d2.png new file mode 100644 index 000000000..a3dd71f25 Binary files /dev/null and b/dist/img-apple-64/1f6d2.png differ diff --git a/dist/img-apple-64/1f6d5.png b/dist/img-apple-64/1f6d5.png new file mode 100644 index 000000000..132c1f307 Binary files /dev/null and b/dist/img-apple-64/1f6d5.png differ diff --git a/dist/img-apple-64/1f6d6.png b/dist/img-apple-64/1f6d6.png new file mode 100755 index 000000000..f1ad09284 Binary files /dev/null and b/dist/img-apple-64/1f6d6.png differ diff --git a/dist/img-apple-64/1f6d7.png b/dist/img-apple-64/1f6d7.png new file mode 100755 index 000000000..70388b32f Binary files /dev/null and b/dist/img-apple-64/1f6d7.png differ diff --git a/dist/img-apple-64/1f6e0-fe0f.png b/dist/img-apple-64/1f6e0-fe0f.png new file mode 100644 index 000000000..46863c368 Binary files /dev/null and b/dist/img-apple-64/1f6e0-fe0f.png differ diff --git a/dist/img-apple-64/1f6e0.png b/dist/img-apple-64/1f6e0.png new file mode 100644 index 000000000..46863c368 Binary files /dev/null and b/dist/img-apple-64/1f6e0.png differ diff --git a/dist/img-apple-64/1f6e1-fe0f.png b/dist/img-apple-64/1f6e1-fe0f.png new file mode 100644 index 000000000..2a7ce0c55 Binary files /dev/null and b/dist/img-apple-64/1f6e1-fe0f.png differ diff --git a/dist/img-apple-64/1f6e1.png b/dist/img-apple-64/1f6e1.png new file mode 100644 index 000000000..2a7ce0c55 Binary files /dev/null and b/dist/img-apple-64/1f6e1.png differ diff --git a/dist/img-apple-64/1f6e2-fe0f.png b/dist/img-apple-64/1f6e2-fe0f.png new file mode 100644 index 000000000..b524f998c Binary files /dev/null and b/dist/img-apple-64/1f6e2-fe0f.png differ diff --git a/dist/img-apple-64/1f6e2.png b/dist/img-apple-64/1f6e2.png new file mode 100644 index 000000000..b524f998c Binary files /dev/null and b/dist/img-apple-64/1f6e2.png differ diff --git a/dist/img-apple-64/1f6e3-fe0f.png b/dist/img-apple-64/1f6e3-fe0f.png new file mode 100644 index 000000000..f3dfe4b11 Binary files /dev/null and b/dist/img-apple-64/1f6e3-fe0f.png differ diff --git a/dist/img-apple-64/1f6e3.png b/dist/img-apple-64/1f6e3.png new file mode 100644 index 000000000..f3dfe4b11 Binary files /dev/null and b/dist/img-apple-64/1f6e3.png differ diff --git a/dist/img-apple-64/1f6e4-fe0f.png b/dist/img-apple-64/1f6e4-fe0f.png new file mode 100644 index 000000000..79824ae5c Binary files /dev/null and b/dist/img-apple-64/1f6e4-fe0f.png differ diff --git a/dist/img-apple-64/1f6e4.png b/dist/img-apple-64/1f6e4.png new file mode 100644 index 000000000..79824ae5c Binary files /dev/null and b/dist/img-apple-64/1f6e4.png differ diff --git a/dist/img-apple-64/1f6e5-fe0f.png b/dist/img-apple-64/1f6e5-fe0f.png new file mode 100644 index 000000000..a9c7576dd Binary files /dev/null and b/dist/img-apple-64/1f6e5-fe0f.png differ diff --git a/dist/img-apple-64/1f6e5.png b/dist/img-apple-64/1f6e5.png new file mode 100644 index 000000000..a9c7576dd Binary files /dev/null and b/dist/img-apple-64/1f6e5.png differ diff --git a/dist/img-apple-64/1f6e9-fe0f.png b/dist/img-apple-64/1f6e9-fe0f.png new file mode 100644 index 000000000..aeedbe811 Binary files /dev/null and b/dist/img-apple-64/1f6e9-fe0f.png differ diff --git a/dist/img-apple-64/1f6e9.png b/dist/img-apple-64/1f6e9.png new file mode 100644 index 000000000..aeedbe811 Binary files /dev/null and b/dist/img-apple-64/1f6e9.png differ diff --git a/dist/img-apple-64/1f6eb.png b/dist/img-apple-64/1f6eb.png new file mode 100644 index 000000000..dbf735ea0 Binary files /dev/null and b/dist/img-apple-64/1f6eb.png differ diff --git a/dist/img-apple-64/1f6ec.png b/dist/img-apple-64/1f6ec.png new file mode 100644 index 000000000..1b26aabe0 Binary files /dev/null and b/dist/img-apple-64/1f6ec.png differ diff --git a/dist/img-apple-64/1f6f0-fe0f.png b/dist/img-apple-64/1f6f0-fe0f.png new file mode 100644 index 000000000..53467f5a9 Binary files /dev/null and b/dist/img-apple-64/1f6f0-fe0f.png differ diff --git a/dist/img-apple-64/1f6f0.png b/dist/img-apple-64/1f6f0.png new file mode 100644 index 000000000..53467f5a9 Binary files /dev/null and b/dist/img-apple-64/1f6f0.png differ diff --git a/dist/img-apple-64/1f6f3-fe0f.png b/dist/img-apple-64/1f6f3-fe0f.png new file mode 100644 index 000000000..9f2494fd3 Binary files /dev/null and b/dist/img-apple-64/1f6f3-fe0f.png differ diff --git a/dist/img-apple-64/1f6f3.png b/dist/img-apple-64/1f6f3.png new file mode 100644 index 000000000..9f2494fd3 Binary files /dev/null and b/dist/img-apple-64/1f6f3.png differ diff --git a/dist/img-apple-64/1f6f4.png b/dist/img-apple-64/1f6f4.png new file mode 100644 index 000000000..2b6036e38 Binary files /dev/null and b/dist/img-apple-64/1f6f4.png differ diff --git a/dist/img-apple-64/1f6f5.png b/dist/img-apple-64/1f6f5.png new file mode 100644 index 000000000..e92f871a5 Binary files /dev/null and b/dist/img-apple-64/1f6f5.png differ diff --git a/dist/img-apple-64/1f6f6.png b/dist/img-apple-64/1f6f6.png new file mode 100644 index 000000000..c14a5449e Binary files /dev/null and b/dist/img-apple-64/1f6f6.png differ diff --git a/dist/img-apple-64/1f6f7.png b/dist/img-apple-64/1f6f7.png new file mode 100644 index 000000000..154f7342e Binary files /dev/null and b/dist/img-apple-64/1f6f7.png differ diff --git a/dist/img-apple-64/1f6f8.png b/dist/img-apple-64/1f6f8.png new file mode 100644 index 000000000..fc911f304 Binary files /dev/null and b/dist/img-apple-64/1f6f8.png differ diff --git a/dist/img-apple-64/1f6f9.png b/dist/img-apple-64/1f6f9.png new file mode 100644 index 000000000..64051ecb8 Binary files /dev/null and b/dist/img-apple-64/1f6f9.png differ diff --git a/dist/img-apple-64/1f6fa.png b/dist/img-apple-64/1f6fa.png new file mode 100644 index 000000000..90b590fab Binary files /dev/null and b/dist/img-apple-64/1f6fa.png differ diff --git a/dist/img-apple-64/1f6fb.png b/dist/img-apple-64/1f6fb.png new file mode 100755 index 000000000..1f8a042d8 Binary files /dev/null and b/dist/img-apple-64/1f6fb.png differ diff --git a/dist/img-apple-64/1f6fc.png b/dist/img-apple-64/1f6fc.png new file mode 100755 index 000000000..e7ac2cfa1 Binary files /dev/null and b/dist/img-apple-64/1f6fc.png differ diff --git a/dist/img-apple-64/1f7e0.png b/dist/img-apple-64/1f7e0.png new file mode 100644 index 000000000..16f551572 Binary files /dev/null and b/dist/img-apple-64/1f7e0.png differ diff --git a/dist/img-apple-64/1f7e1.png b/dist/img-apple-64/1f7e1.png new file mode 100644 index 000000000..b46a07058 Binary files /dev/null and b/dist/img-apple-64/1f7e1.png differ diff --git a/dist/img-apple-64/1f7e2.png b/dist/img-apple-64/1f7e2.png new file mode 100644 index 000000000..77de4660c Binary files /dev/null and b/dist/img-apple-64/1f7e2.png differ diff --git a/dist/img-apple-64/1f7e3.png b/dist/img-apple-64/1f7e3.png new file mode 100644 index 000000000..e57d84285 Binary files /dev/null and b/dist/img-apple-64/1f7e3.png differ diff --git a/dist/img-apple-64/1f7e4.png b/dist/img-apple-64/1f7e4.png new file mode 100644 index 000000000..01057b683 Binary files /dev/null and b/dist/img-apple-64/1f7e4.png differ diff --git a/dist/img-apple-64/1f7e5.png b/dist/img-apple-64/1f7e5.png new file mode 100644 index 000000000..d28822756 Binary files /dev/null and b/dist/img-apple-64/1f7e5.png differ diff --git a/dist/img-apple-64/1f7e6.png b/dist/img-apple-64/1f7e6.png new file mode 100644 index 000000000..8f4629e37 Binary files /dev/null and b/dist/img-apple-64/1f7e6.png differ diff --git a/dist/img-apple-64/1f7e7.png b/dist/img-apple-64/1f7e7.png new file mode 100644 index 000000000..f2b08f85d Binary files /dev/null and b/dist/img-apple-64/1f7e7.png differ diff --git a/dist/img-apple-64/1f7e8.png b/dist/img-apple-64/1f7e8.png new file mode 100644 index 000000000..6fdf155ed Binary files /dev/null and b/dist/img-apple-64/1f7e8.png differ diff --git a/dist/img-apple-64/1f7e9.png b/dist/img-apple-64/1f7e9.png new file mode 100644 index 000000000..078cb1787 Binary files /dev/null and b/dist/img-apple-64/1f7e9.png differ diff --git a/dist/img-apple-64/1f7ea.png b/dist/img-apple-64/1f7ea.png new file mode 100644 index 000000000..4cd44b83d Binary files /dev/null and b/dist/img-apple-64/1f7ea.png differ diff --git a/dist/img-apple-64/1f7eb.png b/dist/img-apple-64/1f7eb.png new file mode 100644 index 000000000..65d5a0f4d Binary files /dev/null and b/dist/img-apple-64/1f7eb.png differ diff --git a/dist/img-apple-64/1f90c-1f3fb.png b/dist/img-apple-64/1f90c-1f3fb.png new file mode 100755 index 000000000..6b2829871 Binary files /dev/null and b/dist/img-apple-64/1f90c-1f3fb.png differ diff --git a/dist/img-apple-64/1f90c-1f3fc.png b/dist/img-apple-64/1f90c-1f3fc.png new file mode 100755 index 000000000..b9211a1cc Binary files /dev/null and b/dist/img-apple-64/1f90c-1f3fc.png differ diff --git a/dist/img-apple-64/1f90c-1f3fd.png b/dist/img-apple-64/1f90c-1f3fd.png new file mode 100755 index 000000000..9791e89e1 Binary files /dev/null and b/dist/img-apple-64/1f90c-1f3fd.png differ diff --git a/dist/img-apple-64/1f90c-1f3fe.png b/dist/img-apple-64/1f90c-1f3fe.png new file mode 100755 index 000000000..1e9704b0f Binary files /dev/null and b/dist/img-apple-64/1f90c-1f3fe.png differ diff --git a/dist/img-apple-64/1f90c-1f3ff.png b/dist/img-apple-64/1f90c-1f3ff.png new file mode 100755 index 000000000..a3f5dd33a Binary files /dev/null and b/dist/img-apple-64/1f90c-1f3ff.png differ diff --git a/dist/img-apple-64/1f90c.png b/dist/img-apple-64/1f90c.png new file mode 100755 index 000000000..cc36ca79a Binary files /dev/null and b/dist/img-apple-64/1f90c.png differ diff --git a/dist/img-apple-64/1f90d.png b/dist/img-apple-64/1f90d.png new file mode 100644 index 000000000..a0b27552b Binary files /dev/null and b/dist/img-apple-64/1f90d.png differ diff --git a/dist/img-apple-64/1f90e.png b/dist/img-apple-64/1f90e.png new file mode 100644 index 000000000..efccb69e0 Binary files /dev/null and b/dist/img-apple-64/1f90e.png differ diff --git a/dist/img-apple-64/1f90f-1f3fb.png b/dist/img-apple-64/1f90f-1f3fb.png new file mode 100644 index 000000000..a5e00463f Binary files /dev/null and b/dist/img-apple-64/1f90f-1f3fb.png differ diff --git a/dist/img-apple-64/1f90f-1f3fc.png b/dist/img-apple-64/1f90f-1f3fc.png new file mode 100644 index 000000000..01b0e8ba4 Binary files /dev/null and b/dist/img-apple-64/1f90f-1f3fc.png differ diff --git a/dist/img-apple-64/1f90f-1f3fd.png b/dist/img-apple-64/1f90f-1f3fd.png new file mode 100644 index 000000000..17e726cf3 Binary files /dev/null and b/dist/img-apple-64/1f90f-1f3fd.png differ diff --git a/dist/img-apple-64/1f90f-1f3fe.png b/dist/img-apple-64/1f90f-1f3fe.png new file mode 100644 index 000000000..d4db84d92 Binary files /dev/null and b/dist/img-apple-64/1f90f-1f3fe.png differ diff --git a/dist/img-apple-64/1f90f-1f3ff.png b/dist/img-apple-64/1f90f-1f3ff.png new file mode 100644 index 000000000..5c4b8741c Binary files /dev/null and b/dist/img-apple-64/1f90f-1f3ff.png differ diff --git a/dist/img-apple-64/1f90f.png b/dist/img-apple-64/1f90f.png new file mode 100644 index 000000000..c10fdc7c7 Binary files /dev/null and b/dist/img-apple-64/1f90f.png differ diff --git a/dist/img-apple-64/1f910.png b/dist/img-apple-64/1f910.png new file mode 100644 index 000000000..b84a95f1f Binary files /dev/null and b/dist/img-apple-64/1f910.png differ diff --git a/dist/img-apple-64/1f911.png b/dist/img-apple-64/1f911.png new file mode 100644 index 000000000..8f44656e5 Binary files /dev/null and b/dist/img-apple-64/1f911.png differ diff --git a/dist/img-apple-64/1f912.png b/dist/img-apple-64/1f912.png new file mode 100644 index 000000000..dfa2ea9e1 Binary files /dev/null and b/dist/img-apple-64/1f912.png differ diff --git a/dist/img-apple-64/1f913.png b/dist/img-apple-64/1f913.png new file mode 100644 index 000000000..7a5cccec1 Binary files /dev/null and b/dist/img-apple-64/1f913.png differ diff --git a/dist/img-apple-64/1f914.png b/dist/img-apple-64/1f914.png new file mode 100644 index 000000000..6593957d4 Binary files /dev/null and b/dist/img-apple-64/1f914.png differ diff --git a/dist/img-apple-64/1f915.png b/dist/img-apple-64/1f915.png new file mode 100644 index 000000000..58fc87cf8 Binary files /dev/null and b/dist/img-apple-64/1f915.png differ diff --git a/dist/img-apple-64/1f916.png b/dist/img-apple-64/1f916.png new file mode 100644 index 000000000..34ada9ec4 Binary files /dev/null and b/dist/img-apple-64/1f916.png differ diff --git a/dist/img-apple-64/1f917.png b/dist/img-apple-64/1f917.png new file mode 100644 index 000000000..c8d0cf704 Binary files /dev/null and b/dist/img-apple-64/1f917.png differ diff --git a/dist/img-apple-64/1f918-1f3fb.png b/dist/img-apple-64/1f918-1f3fb.png new file mode 100644 index 000000000..9af56daba Binary files /dev/null and b/dist/img-apple-64/1f918-1f3fb.png differ diff --git a/dist/img-apple-64/1f918-1f3fc.png b/dist/img-apple-64/1f918-1f3fc.png new file mode 100644 index 000000000..be0dfdf5a Binary files /dev/null and b/dist/img-apple-64/1f918-1f3fc.png differ diff --git a/dist/img-apple-64/1f918-1f3fd.png b/dist/img-apple-64/1f918-1f3fd.png new file mode 100644 index 000000000..b302b1535 Binary files /dev/null and b/dist/img-apple-64/1f918-1f3fd.png differ diff --git a/dist/img-apple-64/1f918-1f3fe.png b/dist/img-apple-64/1f918-1f3fe.png new file mode 100644 index 000000000..82980b419 Binary files /dev/null and b/dist/img-apple-64/1f918-1f3fe.png differ diff --git a/dist/img-apple-64/1f918-1f3ff.png b/dist/img-apple-64/1f918-1f3ff.png new file mode 100644 index 000000000..591226f2e Binary files /dev/null and b/dist/img-apple-64/1f918-1f3ff.png differ diff --git a/dist/img-apple-64/1f918.png b/dist/img-apple-64/1f918.png new file mode 100644 index 000000000..6145a10b7 Binary files /dev/null and b/dist/img-apple-64/1f918.png differ diff --git a/dist/img-apple-64/1f919-1f3fb.png b/dist/img-apple-64/1f919-1f3fb.png new file mode 100644 index 000000000..e0290b5f6 Binary files /dev/null and b/dist/img-apple-64/1f919-1f3fb.png differ diff --git a/dist/img-apple-64/1f919-1f3fc.png b/dist/img-apple-64/1f919-1f3fc.png new file mode 100644 index 000000000..2732d0b87 Binary files /dev/null and b/dist/img-apple-64/1f919-1f3fc.png differ diff --git a/dist/img-apple-64/1f919-1f3fd.png b/dist/img-apple-64/1f919-1f3fd.png new file mode 100644 index 000000000..bdd75ad56 Binary files /dev/null and b/dist/img-apple-64/1f919-1f3fd.png differ diff --git a/dist/img-apple-64/1f919-1f3fe.png b/dist/img-apple-64/1f919-1f3fe.png new file mode 100644 index 000000000..c7a6f2d27 Binary files /dev/null and b/dist/img-apple-64/1f919-1f3fe.png differ diff --git a/dist/img-apple-64/1f919-1f3ff.png b/dist/img-apple-64/1f919-1f3ff.png new file mode 100644 index 000000000..59779d068 Binary files /dev/null and b/dist/img-apple-64/1f919-1f3ff.png differ diff --git a/dist/img-apple-64/1f919.png b/dist/img-apple-64/1f919.png new file mode 100644 index 000000000..5e8dec3c0 Binary files /dev/null and b/dist/img-apple-64/1f919.png differ diff --git a/dist/img-apple-64/1f91a-1f3fb.png b/dist/img-apple-64/1f91a-1f3fb.png new file mode 100644 index 000000000..4a8ea3c81 Binary files /dev/null and b/dist/img-apple-64/1f91a-1f3fb.png differ diff --git a/dist/img-apple-64/1f91a-1f3fc.png b/dist/img-apple-64/1f91a-1f3fc.png new file mode 100644 index 000000000..a7090b3c7 Binary files /dev/null and b/dist/img-apple-64/1f91a-1f3fc.png differ diff --git a/dist/img-apple-64/1f91a-1f3fd.png b/dist/img-apple-64/1f91a-1f3fd.png new file mode 100644 index 000000000..e477e9480 Binary files /dev/null and b/dist/img-apple-64/1f91a-1f3fd.png differ diff --git a/dist/img-apple-64/1f91a-1f3fe.png b/dist/img-apple-64/1f91a-1f3fe.png new file mode 100644 index 000000000..a4aa48ebf Binary files /dev/null and b/dist/img-apple-64/1f91a-1f3fe.png differ diff --git a/dist/img-apple-64/1f91a-1f3ff.png b/dist/img-apple-64/1f91a-1f3ff.png new file mode 100644 index 000000000..7a14c5295 Binary files /dev/null and b/dist/img-apple-64/1f91a-1f3ff.png differ diff --git a/dist/img-apple-64/1f91a.png b/dist/img-apple-64/1f91a.png new file mode 100644 index 000000000..2a70996f8 Binary files /dev/null and b/dist/img-apple-64/1f91a.png differ diff --git a/dist/img-apple-64/1f91b-1f3fb.png b/dist/img-apple-64/1f91b-1f3fb.png new file mode 100644 index 000000000..2174a09c7 Binary files /dev/null and b/dist/img-apple-64/1f91b-1f3fb.png differ diff --git a/dist/img-apple-64/1f91b-1f3fc.png b/dist/img-apple-64/1f91b-1f3fc.png new file mode 100644 index 000000000..1d72e54d2 Binary files /dev/null and b/dist/img-apple-64/1f91b-1f3fc.png differ diff --git a/dist/img-apple-64/1f91b-1f3fd.png b/dist/img-apple-64/1f91b-1f3fd.png new file mode 100644 index 000000000..2b0da8859 Binary files /dev/null and b/dist/img-apple-64/1f91b-1f3fd.png differ diff --git a/dist/img-apple-64/1f91b-1f3fe.png b/dist/img-apple-64/1f91b-1f3fe.png new file mode 100644 index 000000000..479d05bd2 Binary files /dev/null and b/dist/img-apple-64/1f91b-1f3fe.png differ diff --git a/dist/img-apple-64/1f91b-1f3ff.png b/dist/img-apple-64/1f91b-1f3ff.png new file mode 100644 index 000000000..e7d7f583b Binary files /dev/null and b/dist/img-apple-64/1f91b-1f3ff.png differ diff --git a/dist/img-apple-64/1f91b.png b/dist/img-apple-64/1f91b.png new file mode 100644 index 000000000..ef45564bc Binary files /dev/null and b/dist/img-apple-64/1f91b.png differ diff --git a/dist/img-apple-64/1f91c-1f3fb.png b/dist/img-apple-64/1f91c-1f3fb.png new file mode 100644 index 000000000..e2e288891 Binary files /dev/null and b/dist/img-apple-64/1f91c-1f3fb.png differ diff --git a/dist/img-apple-64/1f91c-1f3fc.png b/dist/img-apple-64/1f91c-1f3fc.png new file mode 100644 index 000000000..721e0f79b Binary files /dev/null and b/dist/img-apple-64/1f91c-1f3fc.png differ diff --git a/dist/img-apple-64/1f91c-1f3fd.png b/dist/img-apple-64/1f91c-1f3fd.png new file mode 100644 index 000000000..1d1a72b06 Binary files /dev/null and b/dist/img-apple-64/1f91c-1f3fd.png differ diff --git a/dist/img-apple-64/1f91c-1f3fe.png b/dist/img-apple-64/1f91c-1f3fe.png new file mode 100644 index 000000000..bb131f7ac Binary files /dev/null and b/dist/img-apple-64/1f91c-1f3fe.png differ diff --git a/dist/img-apple-64/1f91c-1f3ff.png b/dist/img-apple-64/1f91c-1f3ff.png new file mode 100644 index 000000000..3e64fc79a Binary files /dev/null and b/dist/img-apple-64/1f91c-1f3ff.png differ diff --git a/dist/img-apple-64/1f91c.png b/dist/img-apple-64/1f91c.png new file mode 100644 index 000000000..6f3dd2748 Binary files /dev/null and b/dist/img-apple-64/1f91c.png differ diff --git a/dist/img-apple-64/1f91d.png b/dist/img-apple-64/1f91d.png new file mode 100644 index 000000000..b6a7615c4 Binary files /dev/null and b/dist/img-apple-64/1f91d.png differ diff --git a/dist/img-apple-64/1f91e-1f3fb.png b/dist/img-apple-64/1f91e-1f3fb.png new file mode 100644 index 000000000..17922241f Binary files /dev/null and b/dist/img-apple-64/1f91e-1f3fb.png differ diff --git a/dist/img-apple-64/1f91e-1f3fc.png b/dist/img-apple-64/1f91e-1f3fc.png new file mode 100644 index 000000000..3007f8d80 Binary files /dev/null and b/dist/img-apple-64/1f91e-1f3fc.png differ diff --git a/dist/img-apple-64/1f91e-1f3fd.png b/dist/img-apple-64/1f91e-1f3fd.png new file mode 100644 index 000000000..25f168173 Binary files /dev/null and b/dist/img-apple-64/1f91e-1f3fd.png differ diff --git a/dist/img-apple-64/1f91e-1f3fe.png b/dist/img-apple-64/1f91e-1f3fe.png new file mode 100644 index 000000000..408123f71 Binary files /dev/null and b/dist/img-apple-64/1f91e-1f3fe.png differ diff --git a/dist/img-apple-64/1f91e-1f3ff.png b/dist/img-apple-64/1f91e-1f3ff.png new file mode 100644 index 000000000..ee8d3a46a Binary files /dev/null and b/dist/img-apple-64/1f91e-1f3ff.png differ diff --git a/dist/img-apple-64/1f91e.png b/dist/img-apple-64/1f91e.png new file mode 100644 index 000000000..f64ce1d91 Binary files /dev/null and b/dist/img-apple-64/1f91e.png differ diff --git a/dist/img-apple-64/1f91f-1f3fb.png b/dist/img-apple-64/1f91f-1f3fb.png new file mode 100644 index 000000000..2987fa68f Binary files /dev/null and b/dist/img-apple-64/1f91f-1f3fb.png differ diff --git a/dist/img-apple-64/1f91f-1f3fc.png b/dist/img-apple-64/1f91f-1f3fc.png new file mode 100644 index 000000000..0647e83dc Binary files /dev/null and b/dist/img-apple-64/1f91f-1f3fc.png differ diff --git a/dist/img-apple-64/1f91f-1f3fd.png b/dist/img-apple-64/1f91f-1f3fd.png new file mode 100644 index 000000000..c67dd949d Binary files /dev/null and b/dist/img-apple-64/1f91f-1f3fd.png differ diff --git a/dist/img-apple-64/1f91f-1f3fe.png b/dist/img-apple-64/1f91f-1f3fe.png new file mode 100644 index 000000000..b645025e3 Binary files /dev/null and b/dist/img-apple-64/1f91f-1f3fe.png differ diff --git a/dist/img-apple-64/1f91f-1f3ff.png b/dist/img-apple-64/1f91f-1f3ff.png new file mode 100644 index 000000000..08ab763f9 Binary files /dev/null and b/dist/img-apple-64/1f91f-1f3ff.png differ diff --git a/dist/img-apple-64/1f91f.png b/dist/img-apple-64/1f91f.png new file mode 100644 index 000000000..91b74cdf8 Binary files /dev/null and b/dist/img-apple-64/1f91f.png differ diff --git a/dist/img-apple-64/1f920.png b/dist/img-apple-64/1f920.png new file mode 100644 index 000000000..7804d7b76 Binary files /dev/null and b/dist/img-apple-64/1f920.png differ diff --git a/dist/img-apple-64/1f921.png b/dist/img-apple-64/1f921.png new file mode 100644 index 000000000..d7b20af9c Binary files /dev/null and b/dist/img-apple-64/1f921.png differ diff --git a/dist/img-apple-64/1f922.png b/dist/img-apple-64/1f922.png new file mode 100644 index 000000000..cfe39f3eb Binary files /dev/null and b/dist/img-apple-64/1f922.png differ diff --git a/dist/img-apple-64/1f923.png b/dist/img-apple-64/1f923.png new file mode 100644 index 000000000..e5eea7b0d Binary files /dev/null and b/dist/img-apple-64/1f923.png differ diff --git a/dist/img-apple-64/1f924.png b/dist/img-apple-64/1f924.png new file mode 100644 index 000000000..a9a0d6127 Binary files /dev/null and b/dist/img-apple-64/1f924.png differ diff --git a/dist/img-apple-64/1f925.png b/dist/img-apple-64/1f925.png new file mode 100644 index 000000000..1f3ae75ed Binary files /dev/null and b/dist/img-apple-64/1f925.png differ diff --git a/dist/img-apple-64/1f926-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f926-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..c5397af00 Binary files /dev/null and b/dist/img-apple-64/1f926-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f926-1f3fb-200d-2640.png b/dist/img-apple-64/1f926-1f3fb-200d-2640.png new file mode 100644 index 000000000..c5397af00 Binary files /dev/null and b/dist/img-apple-64/1f926-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f926-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f926-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..e4bcf5202 Binary files /dev/null and b/dist/img-apple-64/1f926-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f926-1f3fb-200d-2642.png b/dist/img-apple-64/1f926-1f3fb-200d-2642.png new file mode 100644 index 000000000..e4bcf5202 Binary files /dev/null and b/dist/img-apple-64/1f926-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f926-1f3fb.png b/dist/img-apple-64/1f926-1f3fb.png new file mode 100644 index 000000000..69b8389e7 Binary files /dev/null and b/dist/img-apple-64/1f926-1f3fb.png differ diff --git a/dist/img-apple-64/1f926-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f926-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..1ff34f336 Binary files /dev/null and b/dist/img-apple-64/1f926-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f926-1f3fc-200d-2640.png b/dist/img-apple-64/1f926-1f3fc-200d-2640.png new file mode 100644 index 000000000..1ff34f336 Binary files /dev/null and b/dist/img-apple-64/1f926-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f926-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f926-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..95223db4d Binary files /dev/null and b/dist/img-apple-64/1f926-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f926-1f3fc-200d-2642.png b/dist/img-apple-64/1f926-1f3fc-200d-2642.png new file mode 100644 index 000000000..95223db4d Binary files /dev/null and b/dist/img-apple-64/1f926-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f926-1f3fc.png b/dist/img-apple-64/1f926-1f3fc.png new file mode 100644 index 000000000..257759368 Binary files /dev/null and b/dist/img-apple-64/1f926-1f3fc.png differ diff --git a/dist/img-apple-64/1f926-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f926-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..77c57abb3 Binary files /dev/null and b/dist/img-apple-64/1f926-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f926-1f3fd-200d-2640.png b/dist/img-apple-64/1f926-1f3fd-200d-2640.png new file mode 100644 index 000000000..77c57abb3 Binary files /dev/null and b/dist/img-apple-64/1f926-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f926-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f926-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..ded1dd649 Binary files /dev/null and b/dist/img-apple-64/1f926-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f926-1f3fd-200d-2642.png b/dist/img-apple-64/1f926-1f3fd-200d-2642.png new file mode 100644 index 000000000..ded1dd649 Binary files /dev/null and b/dist/img-apple-64/1f926-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f926-1f3fd.png b/dist/img-apple-64/1f926-1f3fd.png new file mode 100644 index 000000000..097223e8f Binary files /dev/null and b/dist/img-apple-64/1f926-1f3fd.png differ diff --git a/dist/img-apple-64/1f926-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f926-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..50bc6b4cf Binary files /dev/null and b/dist/img-apple-64/1f926-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f926-1f3fe-200d-2640.png b/dist/img-apple-64/1f926-1f3fe-200d-2640.png new file mode 100644 index 000000000..50bc6b4cf Binary files /dev/null and b/dist/img-apple-64/1f926-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f926-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f926-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..7251b81ab Binary files /dev/null and b/dist/img-apple-64/1f926-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f926-1f3fe-200d-2642.png b/dist/img-apple-64/1f926-1f3fe-200d-2642.png new file mode 100644 index 000000000..7251b81ab Binary files /dev/null and b/dist/img-apple-64/1f926-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f926-1f3fe.png b/dist/img-apple-64/1f926-1f3fe.png new file mode 100644 index 000000000..d5ed7fb48 Binary files /dev/null and b/dist/img-apple-64/1f926-1f3fe.png differ diff --git a/dist/img-apple-64/1f926-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f926-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..c8738f2ee Binary files /dev/null and b/dist/img-apple-64/1f926-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f926-1f3ff-200d-2640.png b/dist/img-apple-64/1f926-1f3ff-200d-2640.png new file mode 100644 index 000000000..c8738f2ee Binary files /dev/null and b/dist/img-apple-64/1f926-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f926-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f926-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..85a3d0960 Binary files /dev/null and b/dist/img-apple-64/1f926-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f926-1f3ff-200d-2642.png b/dist/img-apple-64/1f926-1f3ff-200d-2642.png new file mode 100644 index 000000000..85a3d0960 Binary files /dev/null and b/dist/img-apple-64/1f926-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f926-1f3ff.png b/dist/img-apple-64/1f926-1f3ff.png new file mode 100644 index 000000000..3d3c8183c Binary files /dev/null and b/dist/img-apple-64/1f926-1f3ff.png differ diff --git a/dist/img-apple-64/1f926-200d-2640-fe0f.png b/dist/img-apple-64/1f926-200d-2640-fe0f.png new file mode 100644 index 000000000..3a356deab Binary files /dev/null and b/dist/img-apple-64/1f926-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f926-200d-2640.png b/dist/img-apple-64/1f926-200d-2640.png new file mode 100644 index 000000000..3a356deab Binary files /dev/null and b/dist/img-apple-64/1f926-200d-2640.png differ diff --git a/dist/img-apple-64/1f926-200d-2642-fe0f.png b/dist/img-apple-64/1f926-200d-2642-fe0f.png new file mode 100644 index 000000000..498936b01 Binary files /dev/null and b/dist/img-apple-64/1f926-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f926-200d-2642.png b/dist/img-apple-64/1f926-200d-2642.png new file mode 100644 index 000000000..498936b01 Binary files /dev/null and b/dist/img-apple-64/1f926-200d-2642.png differ diff --git a/dist/img-apple-64/1f926.png b/dist/img-apple-64/1f926.png new file mode 100644 index 000000000..3df1feb4a Binary files /dev/null and b/dist/img-apple-64/1f926.png differ diff --git a/dist/img-apple-64/1f927.png b/dist/img-apple-64/1f927.png new file mode 100644 index 000000000..922a57a94 Binary files /dev/null and b/dist/img-apple-64/1f927.png differ diff --git a/dist/img-apple-64/1f928.png b/dist/img-apple-64/1f928.png new file mode 100644 index 000000000..3e687d6e4 Binary files /dev/null and b/dist/img-apple-64/1f928.png differ diff --git a/dist/img-apple-64/1f929.png b/dist/img-apple-64/1f929.png new file mode 100644 index 000000000..dc3f00ff2 Binary files /dev/null and b/dist/img-apple-64/1f929.png differ diff --git a/dist/img-apple-64/1f92a.png b/dist/img-apple-64/1f92a.png new file mode 100644 index 000000000..2036a12a4 Binary files /dev/null and b/dist/img-apple-64/1f92a.png differ diff --git a/dist/img-apple-64/1f92b.png b/dist/img-apple-64/1f92b.png new file mode 100644 index 000000000..9e9a6acbf Binary files /dev/null and b/dist/img-apple-64/1f92b.png differ diff --git a/dist/img-apple-64/1f92c.png b/dist/img-apple-64/1f92c.png new file mode 100644 index 000000000..53e73e177 Binary files /dev/null and b/dist/img-apple-64/1f92c.png differ diff --git a/dist/img-apple-64/1f92d.png b/dist/img-apple-64/1f92d.png new file mode 100644 index 000000000..4cddeaf41 Binary files /dev/null and b/dist/img-apple-64/1f92d.png differ diff --git a/dist/img-apple-64/1f92e.png b/dist/img-apple-64/1f92e.png new file mode 100644 index 000000000..674d9fa33 Binary files /dev/null and b/dist/img-apple-64/1f92e.png differ diff --git a/dist/img-apple-64/1f92f.png b/dist/img-apple-64/1f92f.png new file mode 100644 index 000000000..e2c3517b3 Binary files /dev/null and b/dist/img-apple-64/1f92f.png differ diff --git a/dist/img-apple-64/1f930-1f3fb.png b/dist/img-apple-64/1f930-1f3fb.png new file mode 100644 index 000000000..b5c6acb84 Binary files /dev/null and b/dist/img-apple-64/1f930-1f3fb.png differ diff --git a/dist/img-apple-64/1f930-1f3fc.png b/dist/img-apple-64/1f930-1f3fc.png new file mode 100644 index 000000000..f8669114b Binary files /dev/null and b/dist/img-apple-64/1f930-1f3fc.png differ diff --git a/dist/img-apple-64/1f930-1f3fd.png b/dist/img-apple-64/1f930-1f3fd.png new file mode 100644 index 000000000..032b1e7cc Binary files /dev/null and b/dist/img-apple-64/1f930-1f3fd.png differ diff --git a/dist/img-apple-64/1f930-1f3fe.png b/dist/img-apple-64/1f930-1f3fe.png new file mode 100644 index 000000000..9db460926 Binary files /dev/null and b/dist/img-apple-64/1f930-1f3fe.png differ diff --git a/dist/img-apple-64/1f930-1f3ff.png b/dist/img-apple-64/1f930-1f3ff.png new file mode 100644 index 000000000..61bddd230 Binary files /dev/null and b/dist/img-apple-64/1f930-1f3ff.png differ diff --git a/dist/img-apple-64/1f930.png b/dist/img-apple-64/1f930.png new file mode 100644 index 000000000..9cbc6a615 Binary files /dev/null and b/dist/img-apple-64/1f930.png differ diff --git a/dist/img-apple-64/1f931-1f3fb.png b/dist/img-apple-64/1f931-1f3fb.png new file mode 100644 index 000000000..fa5882939 Binary files /dev/null and b/dist/img-apple-64/1f931-1f3fb.png differ diff --git a/dist/img-apple-64/1f931-1f3fc.png b/dist/img-apple-64/1f931-1f3fc.png new file mode 100644 index 000000000..a8f9f7694 Binary files /dev/null and b/dist/img-apple-64/1f931-1f3fc.png differ diff --git a/dist/img-apple-64/1f931-1f3fd.png b/dist/img-apple-64/1f931-1f3fd.png new file mode 100644 index 000000000..a32f3c16e Binary files /dev/null and b/dist/img-apple-64/1f931-1f3fd.png differ diff --git a/dist/img-apple-64/1f931-1f3fe.png b/dist/img-apple-64/1f931-1f3fe.png new file mode 100644 index 000000000..d21176511 Binary files /dev/null and b/dist/img-apple-64/1f931-1f3fe.png differ diff --git a/dist/img-apple-64/1f931-1f3ff.png b/dist/img-apple-64/1f931-1f3ff.png new file mode 100644 index 000000000..d449d8723 Binary files /dev/null and b/dist/img-apple-64/1f931-1f3ff.png differ diff --git a/dist/img-apple-64/1f931.png b/dist/img-apple-64/1f931.png new file mode 100644 index 000000000..e2eed8b6a Binary files /dev/null and b/dist/img-apple-64/1f931.png differ diff --git a/dist/img-apple-64/1f932-1f3fb.png b/dist/img-apple-64/1f932-1f3fb.png new file mode 100644 index 000000000..0996c8659 Binary files /dev/null and b/dist/img-apple-64/1f932-1f3fb.png differ diff --git a/dist/img-apple-64/1f932-1f3fc.png b/dist/img-apple-64/1f932-1f3fc.png new file mode 100644 index 000000000..d460f3617 Binary files /dev/null and b/dist/img-apple-64/1f932-1f3fc.png differ diff --git a/dist/img-apple-64/1f932-1f3fd.png b/dist/img-apple-64/1f932-1f3fd.png new file mode 100644 index 000000000..9e6832756 Binary files /dev/null and b/dist/img-apple-64/1f932-1f3fd.png differ diff --git a/dist/img-apple-64/1f932-1f3fe.png b/dist/img-apple-64/1f932-1f3fe.png new file mode 100644 index 000000000..15d5e50d3 Binary files /dev/null and b/dist/img-apple-64/1f932-1f3fe.png differ diff --git a/dist/img-apple-64/1f932-1f3ff.png b/dist/img-apple-64/1f932-1f3ff.png new file mode 100644 index 000000000..61d7aa1b5 Binary files /dev/null and b/dist/img-apple-64/1f932-1f3ff.png differ diff --git a/dist/img-apple-64/1f932.png b/dist/img-apple-64/1f932.png new file mode 100644 index 000000000..6abfdb275 Binary files /dev/null and b/dist/img-apple-64/1f932.png differ diff --git a/dist/img-apple-64/1f933-1f3fb.png b/dist/img-apple-64/1f933-1f3fb.png new file mode 100644 index 000000000..5e337ff56 Binary files /dev/null and b/dist/img-apple-64/1f933-1f3fb.png differ diff --git a/dist/img-apple-64/1f933-1f3fc.png b/dist/img-apple-64/1f933-1f3fc.png new file mode 100644 index 000000000..96cebd168 Binary files /dev/null and b/dist/img-apple-64/1f933-1f3fc.png differ diff --git a/dist/img-apple-64/1f933-1f3fd.png b/dist/img-apple-64/1f933-1f3fd.png new file mode 100644 index 000000000..2f8c9b715 Binary files /dev/null and b/dist/img-apple-64/1f933-1f3fd.png differ diff --git a/dist/img-apple-64/1f933-1f3fe.png b/dist/img-apple-64/1f933-1f3fe.png new file mode 100644 index 000000000..18df883a8 Binary files /dev/null and b/dist/img-apple-64/1f933-1f3fe.png differ diff --git a/dist/img-apple-64/1f933-1f3ff.png b/dist/img-apple-64/1f933-1f3ff.png new file mode 100644 index 000000000..d8bddf508 Binary files /dev/null and b/dist/img-apple-64/1f933-1f3ff.png differ diff --git a/dist/img-apple-64/1f933.png b/dist/img-apple-64/1f933.png new file mode 100644 index 000000000..4b792b034 Binary files /dev/null and b/dist/img-apple-64/1f933.png differ diff --git a/dist/img-apple-64/1f934-1f3fb.png b/dist/img-apple-64/1f934-1f3fb.png new file mode 100644 index 000000000..6265d3250 Binary files /dev/null and b/dist/img-apple-64/1f934-1f3fb.png differ diff --git a/dist/img-apple-64/1f934-1f3fc.png b/dist/img-apple-64/1f934-1f3fc.png new file mode 100644 index 000000000..b3575b755 Binary files /dev/null and b/dist/img-apple-64/1f934-1f3fc.png differ diff --git a/dist/img-apple-64/1f934-1f3fd.png b/dist/img-apple-64/1f934-1f3fd.png new file mode 100644 index 000000000..8374dcae0 Binary files /dev/null and b/dist/img-apple-64/1f934-1f3fd.png differ diff --git a/dist/img-apple-64/1f934-1f3fe.png b/dist/img-apple-64/1f934-1f3fe.png new file mode 100644 index 000000000..6d3277397 Binary files /dev/null and b/dist/img-apple-64/1f934-1f3fe.png differ diff --git a/dist/img-apple-64/1f934-1f3ff.png b/dist/img-apple-64/1f934-1f3ff.png new file mode 100644 index 000000000..5f035c8c2 Binary files /dev/null and b/dist/img-apple-64/1f934-1f3ff.png differ diff --git a/dist/img-apple-64/1f934.png b/dist/img-apple-64/1f934.png new file mode 100644 index 000000000..47f5bc89c Binary files /dev/null and b/dist/img-apple-64/1f934.png differ diff --git a/dist/img-apple-64/1f935-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f935-1f3fb-200d-2640-fe0f.png new file mode 100755 index 000000000..983ade066 Binary files /dev/null and b/dist/img-apple-64/1f935-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f935-1f3fb-200d-2640.png b/dist/img-apple-64/1f935-1f3fb-200d-2640.png new file mode 100755 index 000000000..983ade066 Binary files /dev/null and b/dist/img-apple-64/1f935-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f935-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f935-1f3fb-200d-2642-fe0f.png new file mode 100755 index 000000000..13af00d67 Binary files /dev/null and b/dist/img-apple-64/1f935-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f935-1f3fb-200d-2642.png b/dist/img-apple-64/1f935-1f3fb-200d-2642.png new file mode 100755 index 000000000..13af00d67 Binary files /dev/null and b/dist/img-apple-64/1f935-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f935-1f3fb.png b/dist/img-apple-64/1f935-1f3fb.png new file mode 100644 index 000000000..383a8725e Binary files /dev/null and b/dist/img-apple-64/1f935-1f3fb.png differ diff --git a/dist/img-apple-64/1f935-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f935-1f3fc-200d-2640-fe0f.png new file mode 100755 index 000000000..f3e6c4875 Binary files /dev/null and b/dist/img-apple-64/1f935-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f935-1f3fc-200d-2640.png b/dist/img-apple-64/1f935-1f3fc-200d-2640.png new file mode 100755 index 000000000..f3e6c4875 Binary files /dev/null and b/dist/img-apple-64/1f935-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f935-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f935-1f3fc-200d-2642-fe0f.png new file mode 100755 index 000000000..54a2449eb Binary files /dev/null and b/dist/img-apple-64/1f935-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f935-1f3fc-200d-2642.png b/dist/img-apple-64/1f935-1f3fc-200d-2642.png new file mode 100755 index 000000000..54a2449eb Binary files /dev/null and b/dist/img-apple-64/1f935-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f935-1f3fc.png b/dist/img-apple-64/1f935-1f3fc.png new file mode 100644 index 000000000..a77481db4 Binary files /dev/null and b/dist/img-apple-64/1f935-1f3fc.png differ diff --git a/dist/img-apple-64/1f935-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f935-1f3fd-200d-2640-fe0f.png new file mode 100755 index 000000000..f367e7b24 Binary files /dev/null and b/dist/img-apple-64/1f935-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f935-1f3fd-200d-2640.png b/dist/img-apple-64/1f935-1f3fd-200d-2640.png new file mode 100755 index 000000000..f367e7b24 Binary files /dev/null and b/dist/img-apple-64/1f935-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f935-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f935-1f3fd-200d-2642-fe0f.png new file mode 100755 index 000000000..164070d99 Binary files /dev/null and b/dist/img-apple-64/1f935-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f935-1f3fd-200d-2642.png b/dist/img-apple-64/1f935-1f3fd-200d-2642.png new file mode 100755 index 000000000..164070d99 Binary files /dev/null and b/dist/img-apple-64/1f935-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f935-1f3fd.png b/dist/img-apple-64/1f935-1f3fd.png new file mode 100644 index 000000000..1a8363ed7 Binary files /dev/null and b/dist/img-apple-64/1f935-1f3fd.png differ diff --git a/dist/img-apple-64/1f935-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f935-1f3fe-200d-2640-fe0f.png new file mode 100755 index 000000000..171e528cd Binary files /dev/null and b/dist/img-apple-64/1f935-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f935-1f3fe-200d-2640.png b/dist/img-apple-64/1f935-1f3fe-200d-2640.png new file mode 100755 index 000000000..171e528cd Binary files /dev/null and b/dist/img-apple-64/1f935-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f935-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f935-1f3fe-200d-2642-fe0f.png new file mode 100755 index 000000000..d0f6d8603 Binary files /dev/null and b/dist/img-apple-64/1f935-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f935-1f3fe-200d-2642.png b/dist/img-apple-64/1f935-1f3fe-200d-2642.png new file mode 100755 index 000000000..d0f6d8603 Binary files /dev/null and b/dist/img-apple-64/1f935-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f935-1f3fe.png b/dist/img-apple-64/1f935-1f3fe.png new file mode 100644 index 000000000..adc634974 Binary files /dev/null and b/dist/img-apple-64/1f935-1f3fe.png differ diff --git a/dist/img-apple-64/1f935-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f935-1f3ff-200d-2640-fe0f.png new file mode 100755 index 000000000..3254190b6 Binary files /dev/null and b/dist/img-apple-64/1f935-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f935-1f3ff-200d-2640.png b/dist/img-apple-64/1f935-1f3ff-200d-2640.png new file mode 100755 index 000000000..3254190b6 Binary files /dev/null and b/dist/img-apple-64/1f935-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f935-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f935-1f3ff-200d-2642-fe0f.png new file mode 100755 index 000000000..7cbb2876c Binary files /dev/null and b/dist/img-apple-64/1f935-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f935-1f3ff-200d-2642.png b/dist/img-apple-64/1f935-1f3ff-200d-2642.png new file mode 100755 index 000000000..7cbb2876c Binary files /dev/null and b/dist/img-apple-64/1f935-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f935-1f3ff.png b/dist/img-apple-64/1f935-1f3ff.png new file mode 100644 index 000000000..997dca107 Binary files /dev/null and b/dist/img-apple-64/1f935-1f3ff.png differ diff --git a/dist/img-apple-64/1f935-200d-2640-fe0f.png b/dist/img-apple-64/1f935-200d-2640-fe0f.png new file mode 100755 index 000000000..b184a0cba Binary files /dev/null and b/dist/img-apple-64/1f935-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f935-200d-2640.png b/dist/img-apple-64/1f935-200d-2640.png new file mode 100755 index 000000000..b184a0cba Binary files /dev/null and b/dist/img-apple-64/1f935-200d-2640.png differ diff --git a/dist/img-apple-64/1f935-200d-2642-fe0f.png b/dist/img-apple-64/1f935-200d-2642-fe0f.png new file mode 100755 index 000000000..4141a4c44 Binary files /dev/null and b/dist/img-apple-64/1f935-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f935-200d-2642.png b/dist/img-apple-64/1f935-200d-2642.png new file mode 100755 index 000000000..4141a4c44 Binary files /dev/null and b/dist/img-apple-64/1f935-200d-2642.png differ diff --git a/dist/img-apple-64/1f935.png b/dist/img-apple-64/1f935.png new file mode 100644 index 000000000..4103ca72d Binary files /dev/null and b/dist/img-apple-64/1f935.png differ diff --git a/dist/img-apple-64/1f936-1f3fb.png b/dist/img-apple-64/1f936-1f3fb.png new file mode 100644 index 000000000..354c21712 Binary files /dev/null and b/dist/img-apple-64/1f936-1f3fb.png differ diff --git a/dist/img-apple-64/1f936-1f3fc.png b/dist/img-apple-64/1f936-1f3fc.png new file mode 100644 index 000000000..024a436c6 Binary files /dev/null and b/dist/img-apple-64/1f936-1f3fc.png differ diff --git a/dist/img-apple-64/1f936-1f3fd.png b/dist/img-apple-64/1f936-1f3fd.png new file mode 100644 index 000000000..cdaff4c26 Binary files /dev/null and b/dist/img-apple-64/1f936-1f3fd.png differ diff --git a/dist/img-apple-64/1f936-1f3fe.png b/dist/img-apple-64/1f936-1f3fe.png new file mode 100644 index 000000000..9d945d62c Binary files /dev/null and b/dist/img-apple-64/1f936-1f3fe.png differ diff --git a/dist/img-apple-64/1f936-1f3ff.png b/dist/img-apple-64/1f936-1f3ff.png new file mode 100644 index 000000000..2e69a9d09 Binary files /dev/null and b/dist/img-apple-64/1f936-1f3ff.png differ diff --git a/dist/img-apple-64/1f936.png b/dist/img-apple-64/1f936.png new file mode 100644 index 000000000..a05c3fc89 Binary files /dev/null and b/dist/img-apple-64/1f936.png differ diff --git a/dist/img-apple-64/1f937-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f937-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..d7a621772 Binary files /dev/null and b/dist/img-apple-64/1f937-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f937-1f3fb-200d-2640.png b/dist/img-apple-64/1f937-1f3fb-200d-2640.png new file mode 100644 index 000000000..d7a621772 Binary files /dev/null and b/dist/img-apple-64/1f937-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f937-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f937-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..4543fd8cc Binary files /dev/null and b/dist/img-apple-64/1f937-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f937-1f3fb-200d-2642.png b/dist/img-apple-64/1f937-1f3fb-200d-2642.png new file mode 100644 index 000000000..4543fd8cc Binary files /dev/null and b/dist/img-apple-64/1f937-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f937-1f3fb.png b/dist/img-apple-64/1f937-1f3fb.png new file mode 100644 index 000000000..b58811b75 Binary files /dev/null and b/dist/img-apple-64/1f937-1f3fb.png differ diff --git a/dist/img-apple-64/1f937-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f937-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..6a3b6e15d Binary files /dev/null and b/dist/img-apple-64/1f937-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f937-1f3fc-200d-2640.png b/dist/img-apple-64/1f937-1f3fc-200d-2640.png new file mode 100644 index 000000000..6a3b6e15d Binary files /dev/null and b/dist/img-apple-64/1f937-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f937-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f937-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..8b1bfc5a8 Binary files /dev/null and b/dist/img-apple-64/1f937-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f937-1f3fc-200d-2642.png b/dist/img-apple-64/1f937-1f3fc-200d-2642.png new file mode 100644 index 000000000..8b1bfc5a8 Binary files /dev/null and b/dist/img-apple-64/1f937-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f937-1f3fc.png b/dist/img-apple-64/1f937-1f3fc.png new file mode 100644 index 000000000..2b0098625 Binary files /dev/null and b/dist/img-apple-64/1f937-1f3fc.png differ diff --git a/dist/img-apple-64/1f937-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f937-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..502fe831f Binary files /dev/null and b/dist/img-apple-64/1f937-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f937-1f3fd-200d-2640.png b/dist/img-apple-64/1f937-1f3fd-200d-2640.png new file mode 100644 index 000000000..502fe831f Binary files /dev/null and b/dist/img-apple-64/1f937-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f937-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f937-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..fa0b55012 Binary files /dev/null and b/dist/img-apple-64/1f937-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f937-1f3fd-200d-2642.png b/dist/img-apple-64/1f937-1f3fd-200d-2642.png new file mode 100644 index 000000000..fa0b55012 Binary files /dev/null and b/dist/img-apple-64/1f937-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f937-1f3fd.png b/dist/img-apple-64/1f937-1f3fd.png new file mode 100644 index 000000000..174a6b359 Binary files /dev/null and b/dist/img-apple-64/1f937-1f3fd.png differ diff --git a/dist/img-apple-64/1f937-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f937-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..c2189f871 Binary files /dev/null and b/dist/img-apple-64/1f937-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f937-1f3fe-200d-2640.png b/dist/img-apple-64/1f937-1f3fe-200d-2640.png new file mode 100644 index 000000000..c2189f871 Binary files /dev/null and b/dist/img-apple-64/1f937-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f937-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f937-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..4a9d4239b Binary files /dev/null and b/dist/img-apple-64/1f937-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f937-1f3fe-200d-2642.png b/dist/img-apple-64/1f937-1f3fe-200d-2642.png new file mode 100644 index 000000000..4a9d4239b Binary files /dev/null and b/dist/img-apple-64/1f937-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f937-1f3fe.png b/dist/img-apple-64/1f937-1f3fe.png new file mode 100644 index 000000000..d19d6dc38 Binary files /dev/null and b/dist/img-apple-64/1f937-1f3fe.png differ diff --git a/dist/img-apple-64/1f937-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f937-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..36723eded Binary files /dev/null and b/dist/img-apple-64/1f937-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f937-1f3ff-200d-2640.png b/dist/img-apple-64/1f937-1f3ff-200d-2640.png new file mode 100644 index 000000000..36723eded Binary files /dev/null and b/dist/img-apple-64/1f937-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f937-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f937-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..479a45535 Binary files /dev/null and b/dist/img-apple-64/1f937-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f937-1f3ff-200d-2642.png b/dist/img-apple-64/1f937-1f3ff-200d-2642.png new file mode 100644 index 000000000..479a45535 Binary files /dev/null and b/dist/img-apple-64/1f937-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f937-1f3ff.png b/dist/img-apple-64/1f937-1f3ff.png new file mode 100644 index 000000000..7e327dfaa Binary files /dev/null and b/dist/img-apple-64/1f937-1f3ff.png differ diff --git a/dist/img-apple-64/1f937-200d-2640-fe0f.png b/dist/img-apple-64/1f937-200d-2640-fe0f.png new file mode 100644 index 000000000..7498080e2 Binary files /dev/null and b/dist/img-apple-64/1f937-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f937-200d-2640.png b/dist/img-apple-64/1f937-200d-2640.png new file mode 100644 index 000000000..7498080e2 Binary files /dev/null and b/dist/img-apple-64/1f937-200d-2640.png differ diff --git a/dist/img-apple-64/1f937-200d-2642-fe0f.png b/dist/img-apple-64/1f937-200d-2642-fe0f.png new file mode 100644 index 000000000..732e47a72 Binary files /dev/null and b/dist/img-apple-64/1f937-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f937-200d-2642.png b/dist/img-apple-64/1f937-200d-2642.png new file mode 100644 index 000000000..732e47a72 Binary files /dev/null and b/dist/img-apple-64/1f937-200d-2642.png differ diff --git a/dist/img-apple-64/1f937.png b/dist/img-apple-64/1f937.png new file mode 100644 index 000000000..034cff9d0 Binary files /dev/null and b/dist/img-apple-64/1f937.png differ diff --git a/dist/img-apple-64/1f938-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f938-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..95a1f5f73 Binary files /dev/null and b/dist/img-apple-64/1f938-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f938-1f3fb-200d-2640.png b/dist/img-apple-64/1f938-1f3fb-200d-2640.png new file mode 100644 index 000000000..95a1f5f73 Binary files /dev/null and b/dist/img-apple-64/1f938-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f938-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f938-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..61cf8449b Binary files /dev/null and b/dist/img-apple-64/1f938-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f938-1f3fb-200d-2642.png b/dist/img-apple-64/1f938-1f3fb-200d-2642.png new file mode 100644 index 000000000..61cf8449b Binary files /dev/null and b/dist/img-apple-64/1f938-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f938-1f3fb.png b/dist/img-apple-64/1f938-1f3fb.png new file mode 100644 index 000000000..6308f6748 Binary files /dev/null and b/dist/img-apple-64/1f938-1f3fb.png differ diff --git a/dist/img-apple-64/1f938-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f938-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..a602ae3b7 Binary files /dev/null and b/dist/img-apple-64/1f938-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f938-1f3fc-200d-2640.png b/dist/img-apple-64/1f938-1f3fc-200d-2640.png new file mode 100644 index 000000000..a602ae3b7 Binary files /dev/null and b/dist/img-apple-64/1f938-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f938-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f938-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..af00005af Binary files /dev/null and b/dist/img-apple-64/1f938-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f938-1f3fc-200d-2642.png b/dist/img-apple-64/1f938-1f3fc-200d-2642.png new file mode 100644 index 000000000..af00005af Binary files /dev/null and b/dist/img-apple-64/1f938-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f938-1f3fc.png b/dist/img-apple-64/1f938-1f3fc.png new file mode 100644 index 000000000..88dbac639 Binary files /dev/null and b/dist/img-apple-64/1f938-1f3fc.png differ diff --git a/dist/img-apple-64/1f938-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f938-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..b89986de4 Binary files /dev/null and b/dist/img-apple-64/1f938-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f938-1f3fd-200d-2640.png b/dist/img-apple-64/1f938-1f3fd-200d-2640.png new file mode 100644 index 000000000..b89986de4 Binary files /dev/null and b/dist/img-apple-64/1f938-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f938-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f938-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..5eb33cc93 Binary files /dev/null and b/dist/img-apple-64/1f938-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f938-1f3fd-200d-2642.png b/dist/img-apple-64/1f938-1f3fd-200d-2642.png new file mode 100644 index 000000000..5eb33cc93 Binary files /dev/null and b/dist/img-apple-64/1f938-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f938-1f3fd.png b/dist/img-apple-64/1f938-1f3fd.png new file mode 100644 index 000000000..285974c0a Binary files /dev/null and b/dist/img-apple-64/1f938-1f3fd.png differ diff --git a/dist/img-apple-64/1f938-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f938-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..ee9079045 Binary files /dev/null and b/dist/img-apple-64/1f938-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f938-1f3fe-200d-2640.png b/dist/img-apple-64/1f938-1f3fe-200d-2640.png new file mode 100644 index 000000000..ee9079045 Binary files /dev/null and b/dist/img-apple-64/1f938-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f938-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f938-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..80723a84e Binary files /dev/null and b/dist/img-apple-64/1f938-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f938-1f3fe-200d-2642.png b/dist/img-apple-64/1f938-1f3fe-200d-2642.png new file mode 100644 index 000000000..80723a84e Binary files /dev/null and b/dist/img-apple-64/1f938-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f938-1f3fe.png b/dist/img-apple-64/1f938-1f3fe.png new file mode 100644 index 000000000..dd4f6a495 Binary files /dev/null and b/dist/img-apple-64/1f938-1f3fe.png differ diff --git a/dist/img-apple-64/1f938-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f938-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..840ea6ce5 Binary files /dev/null and b/dist/img-apple-64/1f938-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f938-1f3ff-200d-2640.png b/dist/img-apple-64/1f938-1f3ff-200d-2640.png new file mode 100644 index 000000000..840ea6ce5 Binary files /dev/null and b/dist/img-apple-64/1f938-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f938-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f938-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..6e5f3eff8 Binary files /dev/null and b/dist/img-apple-64/1f938-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f938-1f3ff-200d-2642.png b/dist/img-apple-64/1f938-1f3ff-200d-2642.png new file mode 100644 index 000000000..6e5f3eff8 Binary files /dev/null and b/dist/img-apple-64/1f938-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f938-1f3ff.png b/dist/img-apple-64/1f938-1f3ff.png new file mode 100644 index 000000000..2dda975ff Binary files /dev/null and b/dist/img-apple-64/1f938-1f3ff.png differ diff --git a/dist/img-apple-64/1f938-200d-2640-fe0f.png b/dist/img-apple-64/1f938-200d-2640-fe0f.png new file mode 100644 index 000000000..3b843822b Binary files /dev/null and b/dist/img-apple-64/1f938-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f938-200d-2640.png b/dist/img-apple-64/1f938-200d-2640.png new file mode 100644 index 000000000..3b843822b Binary files /dev/null and b/dist/img-apple-64/1f938-200d-2640.png differ diff --git a/dist/img-apple-64/1f938-200d-2642-fe0f.png b/dist/img-apple-64/1f938-200d-2642-fe0f.png new file mode 100644 index 000000000..45d9f69f5 Binary files /dev/null and b/dist/img-apple-64/1f938-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f938-200d-2642.png b/dist/img-apple-64/1f938-200d-2642.png new file mode 100644 index 000000000..45d9f69f5 Binary files /dev/null and b/dist/img-apple-64/1f938-200d-2642.png differ diff --git a/dist/img-apple-64/1f938.png b/dist/img-apple-64/1f938.png new file mode 100644 index 000000000..3e1dc3c17 Binary files /dev/null and b/dist/img-apple-64/1f938.png differ diff --git a/dist/img-apple-64/1f939-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f939-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..4a2c2338d Binary files /dev/null and b/dist/img-apple-64/1f939-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f939-1f3fb-200d-2640.png b/dist/img-apple-64/1f939-1f3fb-200d-2640.png new file mode 100644 index 000000000..4a2c2338d Binary files /dev/null and b/dist/img-apple-64/1f939-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f939-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f939-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..e9410ed74 Binary files /dev/null and b/dist/img-apple-64/1f939-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f939-1f3fb-200d-2642.png b/dist/img-apple-64/1f939-1f3fb-200d-2642.png new file mode 100644 index 000000000..e9410ed74 Binary files /dev/null and b/dist/img-apple-64/1f939-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f939-1f3fb.png b/dist/img-apple-64/1f939-1f3fb.png new file mode 100644 index 000000000..8f2355c83 Binary files /dev/null and b/dist/img-apple-64/1f939-1f3fb.png differ diff --git a/dist/img-apple-64/1f939-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f939-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..2ee12e315 Binary files /dev/null and b/dist/img-apple-64/1f939-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f939-1f3fc-200d-2640.png b/dist/img-apple-64/1f939-1f3fc-200d-2640.png new file mode 100644 index 000000000..2ee12e315 Binary files /dev/null and b/dist/img-apple-64/1f939-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f939-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f939-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..9f2725c10 Binary files /dev/null and b/dist/img-apple-64/1f939-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f939-1f3fc-200d-2642.png b/dist/img-apple-64/1f939-1f3fc-200d-2642.png new file mode 100644 index 000000000..9f2725c10 Binary files /dev/null and b/dist/img-apple-64/1f939-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f939-1f3fc.png b/dist/img-apple-64/1f939-1f3fc.png new file mode 100644 index 000000000..be8bec023 Binary files /dev/null and b/dist/img-apple-64/1f939-1f3fc.png differ diff --git a/dist/img-apple-64/1f939-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f939-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..401412fa0 Binary files /dev/null and b/dist/img-apple-64/1f939-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f939-1f3fd-200d-2640.png b/dist/img-apple-64/1f939-1f3fd-200d-2640.png new file mode 100644 index 000000000..401412fa0 Binary files /dev/null and b/dist/img-apple-64/1f939-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f939-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f939-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..f6c3ebbbc Binary files /dev/null and b/dist/img-apple-64/1f939-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f939-1f3fd-200d-2642.png b/dist/img-apple-64/1f939-1f3fd-200d-2642.png new file mode 100644 index 000000000..f6c3ebbbc Binary files /dev/null and b/dist/img-apple-64/1f939-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f939-1f3fd.png b/dist/img-apple-64/1f939-1f3fd.png new file mode 100644 index 000000000..e27985034 Binary files /dev/null and b/dist/img-apple-64/1f939-1f3fd.png differ diff --git a/dist/img-apple-64/1f939-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f939-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..02c10550c Binary files /dev/null and b/dist/img-apple-64/1f939-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f939-1f3fe-200d-2640.png b/dist/img-apple-64/1f939-1f3fe-200d-2640.png new file mode 100644 index 000000000..02c10550c Binary files /dev/null and b/dist/img-apple-64/1f939-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f939-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f939-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..ef560a892 Binary files /dev/null and b/dist/img-apple-64/1f939-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f939-1f3fe-200d-2642.png b/dist/img-apple-64/1f939-1f3fe-200d-2642.png new file mode 100644 index 000000000..ef560a892 Binary files /dev/null and b/dist/img-apple-64/1f939-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f939-1f3fe.png b/dist/img-apple-64/1f939-1f3fe.png new file mode 100644 index 000000000..cbe1009ec Binary files /dev/null and b/dist/img-apple-64/1f939-1f3fe.png differ diff --git a/dist/img-apple-64/1f939-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f939-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..30c9cacaa Binary files /dev/null and b/dist/img-apple-64/1f939-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f939-1f3ff-200d-2640.png b/dist/img-apple-64/1f939-1f3ff-200d-2640.png new file mode 100644 index 000000000..30c9cacaa Binary files /dev/null and b/dist/img-apple-64/1f939-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f939-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f939-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..3775266a6 Binary files /dev/null and b/dist/img-apple-64/1f939-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f939-1f3ff-200d-2642.png b/dist/img-apple-64/1f939-1f3ff-200d-2642.png new file mode 100644 index 000000000..3775266a6 Binary files /dev/null and b/dist/img-apple-64/1f939-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f939-1f3ff.png b/dist/img-apple-64/1f939-1f3ff.png new file mode 100644 index 000000000..fea67dd4c Binary files /dev/null and b/dist/img-apple-64/1f939-1f3ff.png differ diff --git a/dist/img-apple-64/1f939-200d-2640-fe0f.png b/dist/img-apple-64/1f939-200d-2640-fe0f.png new file mode 100644 index 000000000..05826129e Binary files /dev/null and b/dist/img-apple-64/1f939-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f939-200d-2640.png b/dist/img-apple-64/1f939-200d-2640.png new file mode 100644 index 000000000..05826129e Binary files /dev/null and b/dist/img-apple-64/1f939-200d-2640.png differ diff --git a/dist/img-apple-64/1f939-200d-2642-fe0f.png b/dist/img-apple-64/1f939-200d-2642-fe0f.png new file mode 100644 index 000000000..071ad23c3 Binary files /dev/null and b/dist/img-apple-64/1f939-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f939-200d-2642.png b/dist/img-apple-64/1f939-200d-2642.png new file mode 100644 index 000000000..071ad23c3 Binary files /dev/null and b/dist/img-apple-64/1f939-200d-2642.png differ diff --git a/dist/img-apple-64/1f939.png b/dist/img-apple-64/1f939.png new file mode 100644 index 000000000..f57b5f8ba Binary files /dev/null and b/dist/img-apple-64/1f939.png differ diff --git a/dist/img-apple-64/1f93a.png b/dist/img-apple-64/1f93a.png new file mode 100644 index 000000000..d0444af76 Binary files /dev/null and b/dist/img-apple-64/1f93a.png differ diff --git a/dist/img-apple-64/1f93c-200d-2640-fe0f.png b/dist/img-apple-64/1f93c-200d-2640-fe0f.png new file mode 100644 index 000000000..491ee297c Binary files /dev/null and b/dist/img-apple-64/1f93c-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f93c-200d-2640.png b/dist/img-apple-64/1f93c-200d-2640.png new file mode 100644 index 000000000..491ee297c Binary files /dev/null and b/dist/img-apple-64/1f93c-200d-2640.png differ diff --git a/dist/img-apple-64/1f93c-200d-2642-fe0f.png b/dist/img-apple-64/1f93c-200d-2642-fe0f.png new file mode 100644 index 000000000..2a75620cc Binary files /dev/null and b/dist/img-apple-64/1f93c-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f93c-200d-2642.png b/dist/img-apple-64/1f93c-200d-2642.png new file mode 100644 index 000000000..2a75620cc Binary files /dev/null and b/dist/img-apple-64/1f93c-200d-2642.png differ diff --git a/dist/img-apple-64/1f93c.png b/dist/img-apple-64/1f93c.png new file mode 100644 index 000000000..47e365066 Binary files /dev/null and b/dist/img-apple-64/1f93c.png differ diff --git a/dist/img-apple-64/1f93d-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f93d-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..1c7455495 Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f93d-1f3fb-200d-2640.png b/dist/img-apple-64/1f93d-1f3fb-200d-2640.png new file mode 100644 index 000000000..1c7455495 Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f93d-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f93d-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..6e2384bfd Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f93d-1f3fb-200d-2642.png b/dist/img-apple-64/1f93d-1f3fb-200d-2642.png new file mode 100644 index 000000000..6e2384bfd Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f93d-1f3fb.png b/dist/img-apple-64/1f93d-1f3fb.png new file mode 100644 index 000000000..ae75625fa Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3fb.png differ diff --git a/dist/img-apple-64/1f93d-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f93d-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..c70ba4979 Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f93d-1f3fc-200d-2640.png b/dist/img-apple-64/1f93d-1f3fc-200d-2640.png new file mode 100644 index 000000000..c70ba4979 Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f93d-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f93d-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..49cb4d80f Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f93d-1f3fc-200d-2642.png b/dist/img-apple-64/1f93d-1f3fc-200d-2642.png new file mode 100644 index 000000000..49cb4d80f Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f93d-1f3fc.png b/dist/img-apple-64/1f93d-1f3fc.png new file mode 100644 index 000000000..a8bb02988 Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3fc.png differ diff --git a/dist/img-apple-64/1f93d-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f93d-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..dc88598fd Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f93d-1f3fd-200d-2640.png b/dist/img-apple-64/1f93d-1f3fd-200d-2640.png new file mode 100644 index 000000000..dc88598fd Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f93d-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f93d-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..86c1bc01b Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f93d-1f3fd-200d-2642.png b/dist/img-apple-64/1f93d-1f3fd-200d-2642.png new file mode 100644 index 000000000..86c1bc01b Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f93d-1f3fd.png b/dist/img-apple-64/1f93d-1f3fd.png new file mode 100644 index 000000000..b4c93e74f Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3fd.png differ diff --git a/dist/img-apple-64/1f93d-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f93d-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..259404fb5 Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f93d-1f3fe-200d-2640.png b/dist/img-apple-64/1f93d-1f3fe-200d-2640.png new file mode 100644 index 000000000..259404fb5 Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f93d-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f93d-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..03bca832f Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f93d-1f3fe-200d-2642.png b/dist/img-apple-64/1f93d-1f3fe-200d-2642.png new file mode 100644 index 000000000..03bca832f Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f93d-1f3fe.png b/dist/img-apple-64/1f93d-1f3fe.png new file mode 100644 index 000000000..509302819 Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3fe.png differ diff --git a/dist/img-apple-64/1f93d-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f93d-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..e2966f652 Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f93d-1f3ff-200d-2640.png b/dist/img-apple-64/1f93d-1f3ff-200d-2640.png new file mode 100644 index 000000000..e2966f652 Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f93d-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f93d-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..7192b6cbf Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f93d-1f3ff-200d-2642.png b/dist/img-apple-64/1f93d-1f3ff-200d-2642.png new file mode 100644 index 000000000..7192b6cbf Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f93d-1f3ff.png b/dist/img-apple-64/1f93d-1f3ff.png new file mode 100644 index 000000000..1c506f0d2 Binary files /dev/null and b/dist/img-apple-64/1f93d-1f3ff.png differ diff --git a/dist/img-apple-64/1f93d-200d-2640-fe0f.png b/dist/img-apple-64/1f93d-200d-2640-fe0f.png new file mode 100644 index 000000000..ae16bfac0 Binary files /dev/null and b/dist/img-apple-64/1f93d-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f93d-200d-2640.png b/dist/img-apple-64/1f93d-200d-2640.png new file mode 100644 index 000000000..ae16bfac0 Binary files /dev/null and b/dist/img-apple-64/1f93d-200d-2640.png differ diff --git a/dist/img-apple-64/1f93d-200d-2642-fe0f.png b/dist/img-apple-64/1f93d-200d-2642-fe0f.png new file mode 100644 index 000000000..866b90219 Binary files /dev/null and b/dist/img-apple-64/1f93d-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f93d-200d-2642.png b/dist/img-apple-64/1f93d-200d-2642.png new file mode 100644 index 000000000..866b90219 Binary files /dev/null and b/dist/img-apple-64/1f93d-200d-2642.png differ diff --git a/dist/img-apple-64/1f93d.png b/dist/img-apple-64/1f93d.png new file mode 100644 index 000000000..8fe19dbe5 Binary files /dev/null and b/dist/img-apple-64/1f93d.png differ diff --git a/dist/img-apple-64/1f93e-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f93e-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..8e423130b Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f93e-1f3fb-200d-2640.png b/dist/img-apple-64/1f93e-1f3fb-200d-2640.png new file mode 100644 index 000000000..8e423130b Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f93e-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f93e-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..a4936d0d0 Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f93e-1f3fb-200d-2642.png b/dist/img-apple-64/1f93e-1f3fb-200d-2642.png new file mode 100644 index 000000000..a4936d0d0 Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f93e-1f3fb.png b/dist/img-apple-64/1f93e-1f3fb.png new file mode 100644 index 000000000..7baaab54b Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3fb.png differ diff --git a/dist/img-apple-64/1f93e-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f93e-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..75853e334 Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f93e-1f3fc-200d-2640.png b/dist/img-apple-64/1f93e-1f3fc-200d-2640.png new file mode 100644 index 000000000..75853e334 Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f93e-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f93e-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..ddf490ef0 Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f93e-1f3fc-200d-2642.png b/dist/img-apple-64/1f93e-1f3fc-200d-2642.png new file mode 100644 index 000000000..ddf490ef0 Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f93e-1f3fc.png b/dist/img-apple-64/1f93e-1f3fc.png new file mode 100644 index 000000000..bbc36150a Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3fc.png differ diff --git a/dist/img-apple-64/1f93e-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f93e-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..c57ceb2d2 Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f93e-1f3fd-200d-2640.png b/dist/img-apple-64/1f93e-1f3fd-200d-2640.png new file mode 100644 index 000000000..c57ceb2d2 Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f93e-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f93e-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..52617db17 Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f93e-1f3fd-200d-2642.png b/dist/img-apple-64/1f93e-1f3fd-200d-2642.png new file mode 100644 index 000000000..52617db17 Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f93e-1f3fd.png b/dist/img-apple-64/1f93e-1f3fd.png new file mode 100644 index 000000000..278d03ae0 Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3fd.png differ diff --git a/dist/img-apple-64/1f93e-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f93e-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..bd84dca97 Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f93e-1f3fe-200d-2640.png b/dist/img-apple-64/1f93e-1f3fe-200d-2640.png new file mode 100644 index 000000000..bd84dca97 Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f93e-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f93e-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..e00f5b839 Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f93e-1f3fe-200d-2642.png b/dist/img-apple-64/1f93e-1f3fe-200d-2642.png new file mode 100644 index 000000000..e00f5b839 Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f93e-1f3fe.png b/dist/img-apple-64/1f93e-1f3fe.png new file mode 100644 index 000000000..da2e66d9f Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3fe.png differ diff --git a/dist/img-apple-64/1f93e-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f93e-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..02d338dc2 Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f93e-1f3ff-200d-2640.png b/dist/img-apple-64/1f93e-1f3ff-200d-2640.png new file mode 100644 index 000000000..02d338dc2 Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f93e-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f93e-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..c73e071ce Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f93e-1f3ff-200d-2642.png b/dist/img-apple-64/1f93e-1f3ff-200d-2642.png new file mode 100644 index 000000000..c73e071ce Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f93e-1f3ff.png b/dist/img-apple-64/1f93e-1f3ff.png new file mode 100644 index 000000000..3622e1d00 Binary files /dev/null and b/dist/img-apple-64/1f93e-1f3ff.png differ diff --git a/dist/img-apple-64/1f93e-200d-2640-fe0f.png b/dist/img-apple-64/1f93e-200d-2640-fe0f.png new file mode 100644 index 000000000..15def0997 Binary files /dev/null and b/dist/img-apple-64/1f93e-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f93e-200d-2640.png b/dist/img-apple-64/1f93e-200d-2640.png new file mode 100644 index 000000000..15def0997 Binary files /dev/null and b/dist/img-apple-64/1f93e-200d-2640.png differ diff --git a/dist/img-apple-64/1f93e-200d-2642-fe0f.png b/dist/img-apple-64/1f93e-200d-2642-fe0f.png new file mode 100644 index 000000000..fa49733c7 Binary files /dev/null and b/dist/img-apple-64/1f93e-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f93e-200d-2642.png b/dist/img-apple-64/1f93e-200d-2642.png new file mode 100644 index 000000000..fa49733c7 Binary files /dev/null and b/dist/img-apple-64/1f93e-200d-2642.png differ diff --git a/dist/img-apple-64/1f93e.png b/dist/img-apple-64/1f93e.png new file mode 100644 index 000000000..3936a9141 Binary files /dev/null and b/dist/img-apple-64/1f93e.png differ diff --git a/dist/img-apple-64/1f93f.png b/dist/img-apple-64/1f93f.png new file mode 100644 index 000000000..ebb4e2e83 Binary files /dev/null and b/dist/img-apple-64/1f93f.png differ diff --git a/dist/img-apple-64/1f940.png b/dist/img-apple-64/1f940.png new file mode 100644 index 000000000..3ff2f60f4 Binary files /dev/null and b/dist/img-apple-64/1f940.png differ diff --git a/dist/img-apple-64/1f941.png b/dist/img-apple-64/1f941.png new file mode 100644 index 000000000..28b88d2bc Binary files /dev/null and b/dist/img-apple-64/1f941.png differ diff --git a/dist/img-apple-64/1f942.png b/dist/img-apple-64/1f942.png new file mode 100644 index 000000000..fd933a941 Binary files /dev/null and b/dist/img-apple-64/1f942.png differ diff --git a/dist/img-apple-64/1f943.png b/dist/img-apple-64/1f943.png new file mode 100644 index 000000000..a9bf49b1e Binary files /dev/null and b/dist/img-apple-64/1f943.png differ diff --git a/dist/img-apple-64/1f944.png b/dist/img-apple-64/1f944.png new file mode 100644 index 000000000..0d175a5a9 Binary files /dev/null and b/dist/img-apple-64/1f944.png differ diff --git a/dist/img-apple-64/1f945.png b/dist/img-apple-64/1f945.png new file mode 100644 index 000000000..f1fcfdcf6 Binary files /dev/null and b/dist/img-apple-64/1f945.png differ diff --git a/dist/img-apple-64/1f947.png b/dist/img-apple-64/1f947.png new file mode 100644 index 000000000..5d1484e99 Binary files /dev/null and b/dist/img-apple-64/1f947.png differ diff --git a/dist/img-apple-64/1f948.png b/dist/img-apple-64/1f948.png new file mode 100644 index 000000000..5468e7da0 Binary files /dev/null and b/dist/img-apple-64/1f948.png differ diff --git a/dist/img-apple-64/1f949.png b/dist/img-apple-64/1f949.png new file mode 100644 index 000000000..50b455a40 Binary files /dev/null and b/dist/img-apple-64/1f949.png differ diff --git a/dist/img-apple-64/1f94a.png b/dist/img-apple-64/1f94a.png new file mode 100644 index 000000000..c6c10787c Binary files /dev/null and b/dist/img-apple-64/1f94a.png differ diff --git a/dist/img-apple-64/1f94b.png b/dist/img-apple-64/1f94b.png new file mode 100644 index 000000000..5ac3d386a Binary files /dev/null and b/dist/img-apple-64/1f94b.png differ diff --git a/dist/img-apple-64/1f94c.png b/dist/img-apple-64/1f94c.png new file mode 100644 index 000000000..8fee993e2 Binary files /dev/null and b/dist/img-apple-64/1f94c.png differ diff --git a/dist/img-apple-64/1f94d.png b/dist/img-apple-64/1f94d.png new file mode 100644 index 000000000..517fa9a81 Binary files /dev/null and b/dist/img-apple-64/1f94d.png differ diff --git a/dist/img-apple-64/1f94e.png b/dist/img-apple-64/1f94e.png new file mode 100644 index 000000000..38769791c Binary files /dev/null and b/dist/img-apple-64/1f94e.png differ diff --git a/dist/img-apple-64/1f94f.png b/dist/img-apple-64/1f94f.png new file mode 100644 index 000000000..0421c5240 Binary files /dev/null and b/dist/img-apple-64/1f94f.png differ diff --git a/dist/img-apple-64/1f950.png b/dist/img-apple-64/1f950.png new file mode 100644 index 000000000..acf5c973a Binary files /dev/null and b/dist/img-apple-64/1f950.png differ diff --git a/dist/img-apple-64/1f951.png b/dist/img-apple-64/1f951.png new file mode 100644 index 000000000..86d4a55c6 Binary files /dev/null and b/dist/img-apple-64/1f951.png differ diff --git a/dist/img-apple-64/1f952.png b/dist/img-apple-64/1f952.png new file mode 100644 index 000000000..78f0c4f89 Binary files /dev/null and b/dist/img-apple-64/1f952.png differ diff --git a/dist/img-apple-64/1f953.png b/dist/img-apple-64/1f953.png new file mode 100644 index 000000000..c005a2bab Binary files /dev/null and b/dist/img-apple-64/1f953.png differ diff --git a/dist/img-apple-64/1f954.png b/dist/img-apple-64/1f954.png new file mode 100644 index 000000000..e93ab0f57 Binary files /dev/null and b/dist/img-apple-64/1f954.png differ diff --git a/dist/img-apple-64/1f955.png b/dist/img-apple-64/1f955.png new file mode 100644 index 000000000..a35027123 Binary files /dev/null and b/dist/img-apple-64/1f955.png differ diff --git a/dist/img-apple-64/1f956.png b/dist/img-apple-64/1f956.png new file mode 100644 index 000000000..3e0262b54 Binary files /dev/null and b/dist/img-apple-64/1f956.png differ diff --git a/dist/img-apple-64/1f957.png b/dist/img-apple-64/1f957.png new file mode 100644 index 000000000..77dea0453 Binary files /dev/null and b/dist/img-apple-64/1f957.png differ diff --git a/dist/img-apple-64/1f958.png b/dist/img-apple-64/1f958.png new file mode 100644 index 000000000..2812ac641 Binary files /dev/null and b/dist/img-apple-64/1f958.png differ diff --git a/dist/img-apple-64/1f959.png b/dist/img-apple-64/1f959.png new file mode 100644 index 000000000..8b578e194 Binary files /dev/null and b/dist/img-apple-64/1f959.png differ diff --git a/dist/img-apple-64/1f95a.png b/dist/img-apple-64/1f95a.png new file mode 100644 index 000000000..571c7cccf Binary files /dev/null and b/dist/img-apple-64/1f95a.png differ diff --git a/dist/img-apple-64/1f95b.png b/dist/img-apple-64/1f95b.png new file mode 100644 index 000000000..92ca4909f Binary files /dev/null and b/dist/img-apple-64/1f95b.png differ diff --git a/dist/img-apple-64/1f95c.png b/dist/img-apple-64/1f95c.png new file mode 100644 index 000000000..4f0085e3d Binary files /dev/null and b/dist/img-apple-64/1f95c.png differ diff --git a/dist/img-apple-64/1f95d.png b/dist/img-apple-64/1f95d.png new file mode 100644 index 000000000..fe9a34d68 Binary files /dev/null and b/dist/img-apple-64/1f95d.png differ diff --git a/dist/img-apple-64/1f95e.png b/dist/img-apple-64/1f95e.png new file mode 100644 index 000000000..f65ae4756 Binary files /dev/null and b/dist/img-apple-64/1f95e.png differ diff --git a/dist/img-apple-64/1f95f.png b/dist/img-apple-64/1f95f.png new file mode 100644 index 000000000..d7b4f5d72 Binary files /dev/null and b/dist/img-apple-64/1f95f.png differ diff --git a/dist/img-apple-64/1f960.png b/dist/img-apple-64/1f960.png new file mode 100644 index 000000000..a4c63cfbd Binary files /dev/null and b/dist/img-apple-64/1f960.png differ diff --git a/dist/img-apple-64/1f961.png b/dist/img-apple-64/1f961.png new file mode 100644 index 000000000..5d8e93b38 Binary files /dev/null and b/dist/img-apple-64/1f961.png differ diff --git a/dist/img-apple-64/1f962.png b/dist/img-apple-64/1f962.png new file mode 100644 index 000000000..cfcc2a1ff Binary files /dev/null and b/dist/img-apple-64/1f962.png differ diff --git a/dist/img-apple-64/1f963.png b/dist/img-apple-64/1f963.png new file mode 100644 index 000000000..c08cc81b9 Binary files /dev/null and b/dist/img-apple-64/1f963.png differ diff --git a/dist/img-apple-64/1f964.png b/dist/img-apple-64/1f964.png new file mode 100644 index 000000000..8d71f65ee Binary files /dev/null and b/dist/img-apple-64/1f964.png differ diff --git a/dist/img-apple-64/1f965.png b/dist/img-apple-64/1f965.png new file mode 100644 index 000000000..b218c6033 Binary files /dev/null and b/dist/img-apple-64/1f965.png differ diff --git a/dist/img-apple-64/1f966.png b/dist/img-apple-64/1f966.png new file mode 100644 index 000000000..a64f86da5 Binary files /dev/null and b/dist/img-apple-64/1f966.png differ diff --git a/dist/img-apple-64/1f967.png b/dist/img-apple-64/1f967.png new file mode 100644 index 000000000..32bfdbef9 Binary files /dev/null and b/dist/img-apple-64/1f967.png differ diff --git a/dist/img-apple-64/1f968.png b/dist/img-apple-64/1f968.png new file mode 100644 index 000000000..db1081aee Binary files /dev/null and b/dist/img-apple-64/1f968.png differ diff --git a/dist/img-apple-64/1f969.png b/dist/img-apple-64/1f969.png new file mode 100644 index 000000000..bf17b9114 Binary files /dev/null and b/dist/img-apple-64/1f969.png differ diff --git a/dist/img-apple-64/1f96a.png b/dist/img-apple-64/1f96a.png new file mode 100644 index 000000000..91df9707d Binary files /dev/null and b/dist/img-apple-64/1f96a.png differ diff --git a/dist/img-apple-64/1f96b.png b/dist/img-apple-64/1f96b.png new file mode 100644 index 000000000..d6e908045 Binary files /dev/null and b/dist/img-apple-64/1f96b.png differ diff --git a/dist/img-apple-64/1f96c.png b/dist/img-apple-64/1f96c.png new file mode 100644 index 000000000..d8d757fa6 Binary files /dev/null and b/dist/img-apple-64/1f96c.png differ diff --git a/dist/img-apple-64/1f96d.png b/dist/img-apple-64/1f96d.png new file mode 100644 index 000000000..3c338a185 Binary files /dev/null and b/dist/img-apple-64/1f96d.png differ diff --git a/dist/img-apple-64/1f96e.png b/dist/img-apple-64/1f96e.png new file mode 100644 index 000000000..cb116ce7a Binary files /dev/null and b/dist/img-apple-64/1f96e.png differ diff --git a/dist/img-apple-64/1f96f.png b/dist/img-apple-64/1f96f.png new file mode 100644 index 000000000..d3841d723 Binary files /dev/null and b/dist/img-apple-64/1f96f.png differ diff --git a/dist/img-apple-64/1f970.png b/dist/img-apple-64/1f970.png new file mode 100644 index 000000000..bdc7126b5 Binary files /dev/null and b/dist/img-apple-64/1f970.png differ diff --git a/dist/img-apple-64/1f971.png b/dist/img-apple-64/1f971.png new file mode 100644 index 000000000..86f226811 Binary files /dev/null and b/dist/img-apple-64/1f971.png differ diff --git a/dist/img-apple-64/1f972.png b/dist/img-apple-64/1f972.png new file mode 100755 index 000000000..53dbf3cc0 Binary files /dev/null and b/dist/img-apple-64/1f972.png differ diff --git a/dist/img-apple-64/1f973.png b/dist/img-apple-64/1f973.png new file mode 100644 index 000000000..3d1e3a246 Binary files /dev/null and b/dist/img-apple-64/1f973.png differ diff --git a/dist/img-apple-64/1f974.png b/dist/img-apple-64/1f974.png new file mode 100644 index 000000000..05af2a750 Binary files /dev/null and b/dist/img-apple-64/1f974.png differ diff --git a/dist/img-apple-64/1f975.png b/dist/img-apple-64/1f975.png new file mode 100644 index 000000000..1c02d5cea Binary files /dev/null and b/dist/img-apple-64/1f975.png differ diff --git a/dist/img-apple-64/1f976.png b/dist/img-apple-64/1f976.png new file mode 100644 index 000000000..ec44b3dd8 Binary files /dev/null and b/dist/img-apple-64/1f976.png differ diff --git a/dist/img-apple-64/1f977-1f3fb.png b/dist/img-apple-64/1f977-1f3fb.png new file mode 100755 index 000000000..7b5f583fa Binary files /dev/null and b/dist/img-apple-64/1f977-1f3fb.png differ diff --git a/dist/img-apple-64/1f977-1f3fc.png b/dist/img-apple-64/1f977-1f3fc.png new file mode 100755 index 000000000..93da1d4a1 Binary files /dev/null and b/dist/img-apple-64/1f977-1f3fc.png differ diff --git a/dist/img-apple-64/1f977-1f3fd.png b/dist/img-apple-64/1f977-1f3fd.png new file mode 100755 index 000000000..aa314dcec Binary files /dev/null and b/dist/img-apple-64/1f977-1f3fd.png differ diff --git a/dist/img-apple-64/1f977-1f3fe.png b/dist/img-apple-64/1f977-1f3fe.png new file mode 100755 index 000000000..0f9e4fa07 Binary files /dev/null and b/dist/img-apple-64/1f977-1f3fe.png differ diff --git a/dist/img-apple-64/1f977-1f3ff.png b/dist/img-apple-64/1f977-1f3ff.png new file mode 100755 index 000000000..6c1be331f Binary files /dev/null and b/dist/img-apple-64/1f977-1f3ff.png differ diff --git a/dist/img-apple-64/1f977.png b/dist/img-apple-64/1f977.png new file mode 100755 index 000000000..c7457614f Binary files /dev/null and b/dist/img-apple-64/1f977.png differ diff --git a/dist/img-apple-64/1f978.png b/dist/img-apple-64/1f978.png new file mode 100755 index 000000000..26f7d3715 Binary files /dev/null and b/dist/img-apple-64/1f978.png differ diff --git a/dist/img-apple-64/1f97a.png b/dist/img-apple-64/1f97a.png new file mode 100644 index 000000000..54d260751 Binary files /dev/null and b/dist/img-apple-64/1f97a.png differ diff --git a/dist/img-apple-64/1f97b.png b/dist/img-apple-64/1f97b.png new file mode 100644 index 000000000..07c463f30 Binary files /dev/null and b/dist/img-apple-64/1f97b.png differ diff --git a/dist/img-apple-64/1f97c.png b/dist/img-apple-64/1f97c.png new file mode 100644 index 000000000..526ee1e29 Binary files /dev/null and b/dist/img-apple-64/1f97c.png differ diff --git a/dist/img-apple-64/1f97d.png b/dist/img-apple-64/1f97d.png new file mode 100644 index 000000000..2619b79b6 Binary files /dev/null and b/dist/img-apple-64/1f97d.png differ diff --git a/dist/img-apple-64/1f97e.png b/dist/img-apple-64/1f97e.png new file mode 100644 index 000000000..e331c3112 Binary files /dev/null and b/dist/img-apple-64/1f97e.png differ diff --git a/dist/img-apple-64/1f97f.png b/dist/img-apple-64/1f97f.png new file mode 100644 index 000000000..c2b000120 Binary files /dev/null and b/dist/img-apple-64/1f97f.png differ diff --git a/dist/img-apple-64/1f980.png b/dist/img-apple-64/1f980.png new file mode 100644 index 000000000..59a11fd6e Binary files /dev/null and b/dist/img-apple-64/1f980.png differ diff --git a/dist/img-apple-64/1f981.png b/dist/img-apple-64/1f981.png new file mode 100644 index 000000000..6d8b84665 Binary files /dev/null and b/dist/img-apple-64/1f981.png differ diff --git a/dist/img-apple-64/1f982.png b/dist/img-apple-64/1f982.png new file mode 100644 index 000000000..03b28aaa2 Binary files /dev/null and b/dist/img-apple-64/1f982.png differ diff --git a/dist/img-apple-64/1f983.png b/dist/img-apple-64/1f983.png new file mode 100644 index 000000000..69f7a1e5a Binary files /dev/null and b/dist/img-apple-64/1f983.png differ diff --git a/dist/img-apple-64/1f984.png b/dist/img-apple-64/1f984.png new file mode 100644 index 000000000..acf1f98e8 Binary files /dev/null and b/dist/img-apple-64/1f984.png differ diff --git a/dist/img-apple-64/1f985.png b/dist/img-apple-64/1f985.png new file mode 100644 index 000000000..aeb5c53a9 Binary files /dev/null and b/dist/img-apple-64/1f985.png differ diff --git a/dist/img-apple-64/1f986.png b/dist/img-apple-64/1f986.png new file mode 100644 index 000000000..664adbef3 Binary files /dev/null and b/dist/img-apple-64/1f986.png differ diff --git a/dist/img-apple-64/1f987.png b/dist/img-apple-64/1f987.png new file mode 100644 index 000000000..d5abdb8e0 Binary files /dev/null and b/dist/img-apple-64/1f987.png differ diff --git a/dist/img-apple-64/1f988.png b/dist/img-apple-64/1f988.png new file mode 100644 index 000000000..c37a6ac71 Binary files /dev/null and b/dist/img-apple-64/1f988.png differ diff --git a/dist/img-apple-64/1f989.png b/dist/img-apple-64/1f989.png new file mode 100644 index 000000000..020046a7d Binary files /dev/null and b/dist/img-apple-64/1f989.png differ diff --git a/dist/img-apple-64/1f98a.png b/dist/img-apple-64/1f98a.png new file mode 100644 index 000000000..8ec25ddfd Binary files /dev/null and b/dist/img-apple-64/1f98a.png differ diff --git a/dist/img-apple-64/1f98b.png b/dist/img-apple-64/1f98b.png new file mode 100644 index 000000000..fb2fd9144 Binary files /dev/null and b/dist/img-apple-64/1f98b.png differ diff --git a/dist/img-apple-64/1f98c.png b/dist/img-apple-64/1f98c.png new file mode 100644 index 000000000..b640a5234 Binary files /dev/null and b/dist/img-apple-64/1f98c.png differ diff --git a/dist/img-apple-64/1f98d.png b/dist/img-apple-64/1f98d.png new file mode 100644 index 000000000..f43700101 Binary files /dev/null and b/dist/img-apple-64/1f98d.png differ diff --git a/dist/img-apple-64/1f98e.png b/dist/img-apple-64/1f98e.png new file mode 100644 index 000000000..f18093302 Binary files /dev/null and b/dist/img-apple-64/1f98e.png differ diff --git a/dist/img-apple-64/1f98f.png b/dist/img-apple-64/1f98f.png new file mode 100644 index 000000000..fd1fe3261 Binary files /dev/null and b/dist/img-apple-64/1f98f.png differ diff --git a/dist/img-apple-64/1f990.png b/dist/img-apple-64/1f990.png new file mode 100644 index 000000000..cfe7f6c55 Binary files /dev/null and b/dist/img-apple-64/1f990.png differ diff --git a/dist/img-apple-64/1f991.png b/dist/img-apple-64/1f991.png new file mode 100644 index 000000000..a73be8640 Binary files /dev/null and b/dist/img-apple-64/1f991.png differ diff --git a/dist/img-apple-64/1f992.png b/dist/img-apple-64/1f992.png new file mode 100644 index 000000000..36b69d753 Binary files /dev/null and b/dist/img-apple-64/1f992.png differ diff --git a/dist/img-apple-64/1f993.png b/dist/img-apple-64/1f993.png new file mode 100644 index 000000000..19cff2801 Binary files /dev/null and b/dist/img-apple-64/1f993.png differ diff --git a/dist/img-apple-64/1f994.png b/dist/img-apple-64/1f994.png new file mode 100644 index 000000000..4546c96b1 Binary files /dev/null and b/dist/img-apple-64/1f994.png differ diff --git a/dist/img-apple-64/1f995.png b/dist/img-apple-64/1f995.png new file mode 100644 index 000000000..ad1d52090 Binary files /dev/null and b/dist/img-apple-64/1f995.png differ diff --git a/dist/img-apple-64/1f996.png b/dist/img-apple-64/1f996.png new file mode 100644 index 000000000..1845392d4 Binary files /dev/null and b/dist/img-apple-64/1f996.png differ diff --git a/dist/img-apple-64/1f997.png b/dist/img-apple-64/1f997.png new file mode 100644 index 000000000..e9ef2e2d7 Binary files /dev/null and b/dist/img-apple-64/1f997.png differ diff --git a/dist/img-apple-64/1f998.png b/dist/img-apple-64/1f998.png new file mode 100644 index 000000000..203adfb7c Binary files /dev/null and b/dist/img-apple-64/1f998.png differ diff --git a/dist/img-apple-64/1f999.png b/dist/img-apple-64/1f999.png new file mode 100644 index 000000000..058c07aa3 Binary files /dev/null and b/dist/img-apple-64/1f999.png differ diff --git a/dist/img-apple-64/1f99a.png b/dist/img-apple-64/1f99a.png new file mode 100644 index 000000000..97f095937 Binary files /dev/null and b/dist/img-apple-64/1f99a.png differ diff --git a/dist/img-apple-64/1f99b.png b/dist/img-apple-64/1f99b.png new file mode 100644 index 000000000..07277bb67 Binary files /dev/null and b/dist/img-apple-64/1f99b.png differ diff --git a/dist/img-apple-64/1f99c.png b/dist/img-apple-64/1f99c.png new file mode 100644 index 000000000..b90b04827 Binary files /dev/null and b/dist/img-apple-64/1f99c.png differ diff --git a/dist/img-apple-64/1f99d.png b/dist/img-apple-64/1f99d.png new file mode 100644 index 000000000..af33699ae Binary files /dev/null and b/dist/img-apple-64/1f99d.png differ diff --git a/dist/img-apple-64/1f99e.png b/dist/img-apple-64/1f99e.png new file mode 100644 index 000000000..b7ab08971 Binary files /dev/null and b/dist/img-apple-64/1f99e.png differ diff --git a/dist/img-apple-64/1f99f.png b/dist/img-apple-64/1f99f.png new file mode 100644 index 000000000..fcc6db019 Binary files /dev/null and b/dist/img-apple-64/1f99f.png differ diff --git a/dist/img-apple-64/1f9a0.png b/dist/img-apple-64/1f9a0.png new file mode 100644 index 000000000..7cfb7b3f2 Binary files /dev/null and b/dist/img-apple-64/1f9a0.png differ diff --git a/dist/img-apple-64/1f9a1.png b/dist/img-apple-64/1f9a1.png new file mode 100644 index 000000000..63bbebc7a Binary files /dev/null and b/dist/img-apple-64/1f9a1.png differ diff --git a/dist/img-apple-64/1f9a2.png b/dist/img-apple-64/1f9a2.png new file mode 100644 index 000000000..638129e5b Binary files /dev/null and b/dist/img-apple-64/1f9a2.png differ diff --git a/dist/img-apple-64/1f9a3.png b/dist/img-apple-64/1f9a3.png new file mode 100755 index 000000000..b672779b8 Binary files /dev/null and b/dist/img-apple-64/1f9a3.png differ diff --git a/dist/img-apple-64/1f9a4.png b/dist/img-apple-64/1f9a4.png new file mode 100755 index 000000000..8f87a8c68 Binary files /dev/null and b/dist/img-apple-64/1f9a4.png differ diff --git a/dist/img-apple-64/1f9a5.png b/dist/img-apple-64/1f9a5.png new file mode 100644 index 000000000..76c2a262b Binary files /dev/null and b/dist/img-apple-64/1f9a5.png differ diff --git a/dist/img-apple-64/1f9a6.png b/dist/img-apple-64/1f9a6.png new file mode 100644 index 000000000..730f1af80 Binary files /dev/null and b/dist/img-apple-64/1f9a6.png differ diff --git a/dist/img-apple-64/1f9a7.png b/dist/img-apple-64/1f9a7.png new file mode 100644 index 000000000..8be0f978d Binary files /dev/null and b/dist/img-apple-64/1f9a7.png differ diff --git a/dist/img-apple-64/1f9a8.png b/dist/img-apple-64/1f9a8.png new file mode 100644 index 000000000..77c543436 Binary files /dev/null and b/dist/img-apple-64/1f9a8.png differ diff --git a/dist/img-apple-64/1f9a9.png b/dist/img-apple-64/1f9a9.png new file mode 100644 index 000000000..b613b9d57 Binary files /dev/null and b/dist/img-apple-64/1f9a9.png differ diff --git a/dist/img-apple-64/1f9aa.png b/dist/img-apple-64/1f9aa.png new file mode 100644 index 000000000..fae11a6b7 Binary files /dev/null and b/dist/img-apple-64/1f9aa.png differ diff --git a/dist/img-apple-64/1f9ab.png b/dist/img-apple-64/1f9ab.png new file mode 100755 index 000000000..08e640503 Binary files /dev/null and b/dist/img-apple-64/1f9ab.png differ diff --git a/dist/img-apple-64/1f9ac.png b/dist/img-apple-64/1f9ac.png new file mode 100755 index 000000000..1e555f630 Binary files /dev/null and b/dist/img-apple-64/1f9ac.png differ diff --git a/dist/img-apple-64/1f9ad.png b/dist/img-apple-64/1f9ad.png new file mode 100755 index 000000000..c12ba161e Binary files /dev/null and b/dist/img-apple-64/1f9ad.png differ diff --git a/dist/img-apple-64/1f9ae.png b/dist/img-apple-64/1f9ae.png new file mode 100644 index 000000000..db9ebb0d1 Binary files /dev/null and b/dist/img-apple-64/1f9ae.png differ diff --git a/dist/img-apple-64/1f9af.png b/dist/img-apple-64/1f9af.png new file mode 100644 index 000000000..b9a05a10a Binary files /dev/null and b/dist/img-apple-64/1f9af.png differ diff --git a/dist/img-apple-64/1f9b0.png b/dist/img-apple-64/1f9b0.png new file mode 100644 index 000000000..0db7a3424 Binary files /dev/null and b/dist/img-apple-64/1f9b0.png differ diff --git a/dist/img-apple-64/1f9b1.png b/dist/img-apple-64/1f9b1.png new file mode 100644 index 000000000..410477049 Binary files /dev/null and b/dist/img-apple-64/1f9b1.png differ diff --git a/dist/img-apple-64/1f9b2.png b/dist/img-apple-64/1f9b2.png new file mode 100644 index 000000000..7aa50a044 Binary files /dev/null and b/dist/img-apple-64/1f9b2.png differ diff --git a/dist/img-apple-64/1f9b3.png b/dist/img-apple-64/1f9b3.png new file mode 100644 index 000000000..2d4947a77 Binary files /dev/null and b/dist/img-apple-64/1f9b3.png differ diff --git a/dist/img-apple-64/1f9b4.png b/dist/img-apple-64/1f9b4.png new file mode 100644 index 000000000..2abb8a4b9 Binary files /dev/null and b/dist/img-apple-64/1f9b4.png differ diff --git a/dist/img-apple-64/1f9b5-1f3fb.png b/dist/img-apple-64/1f9b5-1f3fb.png new file mode 100644 index 000000000..a833030ac Binary files /dev/null and b/dist/img-apple-64/1f9b5-1f3fb.png differ diff --git a/dist/img-apple-64/1f9b5-1f3fc.png b/dist/img-apple-64/1f9b5-1f3fc.png new file mode 100644 index 000000000..4220882d7 Binary files /dev/null and b/dist/img-apple-64/1f9b5-1f3fc.png differ diff --git a/dist/img-apple-64/1f9b5-1f3fd.png b/dist/img-apple-64/1f9b5-1f3fd.png new file mode 100644 index 000000000..65483f86c Binary files /dev/null and b/dist/img-apple-64/1f9b5-1f3fd.png differ diff --git a/dist/img-apple-64/1f9b5-1f3fe.png b/dist/img-apple-64/1f9b5-1f3fe.png new file mode 100644 index 000000000..37d91268b Binary files /dev/null and b/dist/img-apple-64/1f9b5-1f3fe.png differ diff --git a/dist/img-apple-64/1f9b5-1f3ff.png b/dist/img-apple-64/1f9b5-1f3ff.png new file mode 100644 index 000000000..6d38c6482 Binary files /dev/null and b/dist/img-apple-64/1f9b5-1f3ff.png differ diff --git a/dist/img-apple-64/1f9b5.png b/dist/img-apple-64/1f9b5.png new file mode 100644 index 000000000..0065736db Binary files /dev/null and b/dist/img-apple-64/1f9b5.png differ diff --git a/dist/img-apple-64/1f9b6-1f3fb.png b/dist/img-apple-64/1f9b6-1f3fb.png new file mode 100644 index 000000000..60f866cef Binary files /dev/null and b/dist/img-apple-64/1f9b6-1f3fb.png differ diff --git a/dist/img-apple-64/1f9b6-1f3fc.png b/dist/img-apple-64/1f9b6-1f3fc.png new file mode 100644 index 000000000..3599fa952 Binary files /dev/null and b/dist/img-apple-64/1f9b6-1f3fc.png differ diff --git a/dist/img-apple-64/1f9b6-1f3fd.png b/dist/img-apple-64/1f9b6-1f3fd.png new file mode 100644 index 000000000..b8a057aeb Binary files /dev/null and b/dist/img-apple-64/1f9b6-1f3fd.png differ diff --git a/dist/img-apple-64/1f9b6-1f3fe.png b/dist/img-apple-64/1f9b6-1f3fe.png new file mode 100644 index 000000000..58e650288 Binary files /dev/null and b/dist/img-apple-64/1f9b6-1f3fe.png differ diff --git a/dist/img-apple-64/1f9b6-1f3ff.png b/dist/img-apple-64/1f9b6-1f3ff.png new file mode 100644 index 000000000..bbd56e542 Binary files /dev/null and b/dist/img-apple-64/1f9b6-1f3ff.png differ diff --git a/dist/img-apple-64/1f9b6.png b/dist/img-apple-64/1f9b6.png new file mode 100644 index 000000000..0e1a76dcb Binary files /dev/null and b/dist/img-apple-64/1f9b6.png differ diff --git a/dist/img-apple-64/1f9b7.png b/dist/img-apple-64/1f9b7.png new file mode 100644 index 000000000..90d519c5a Binary files /dev/null and b/dist/img-apple-64/1f9b7.png differ diff --git a/dist/img-apple-64/1f9b8-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f9b8-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..a1cbdba16 Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9b8-1f3fb-200d-2640.png b/dist/img-apple-64/1f9b8-1f3fb-200d-2640.png new file mode 100644 index 000000000..a1cbdba16 Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f9b8-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f9b8-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..2b25dc831 Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9b8-1f3fb-200d-2642.png b/dist/img-apple-64/1f9b8-1f3fb-200d-2642.png new file mode 100644 index 000000000..2b25dc831 Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f9b8-1f3fb.png b/dist/img-apple-64/1f9b8-1f3fb.png new file mode 100644 index 000000000..19d7927d8 Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3fb.png differ diff --git a/dist/img-apple-64/1f9b8-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f9b8-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..cdfb5aed8 Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9b8-1f3fc-200d-2640.png b/dist/img-apple-64/1f9b8-1f3fc-200d-2640.png new file mode 100644 index 000000000..cdfb5aed8 Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f9b8-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f9b8-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..137fbc63c Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9b8-1f3fc-200d-2642.png b/dist/img-apple-64/1f9b8-1f3fc-200d-2642.png new file mode 100644 index 000000000..137fbc63c Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f9b8-1f3fc.png b/dist/img-apple-64/1f9b8-1f3fc.png new file mode 100644 index 000000000..d8cd09d56 Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3fc.png differ diff --git a/dist/img-apple-64/1f9b8-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f9b8-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..82ad8b836 Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9b8-1f3fd-200d-2640.png b/dist/img-apple-64/1f9b8-1f3fd-200d-2640.png new file mode 100644 index 000000000..82ad8b836 Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f9b8-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f9b8-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..fcc4f45f6 Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9b8-1f3fd-200d-2642.png b/dist/img-apple-64/1f9b8-1f3fd-200d-2642.png new file mode 100644 index 000000000..fcc4f45f6 Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f9b8-1f3fd.png b/dist/img-apple-64/1f9b8-1f3fd.png new file mode 100644 index 000000000..02876e04c Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3fd.png differ diff --git a/dist/img-apple-64/1f9b8-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f9b8-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..85ccd903f Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9b8-1f3fe-200d-2640.png b/dist/img-apple-64/1f9b8-1f3fe-200d-2640.png new file mode 100644 index 000000000..85ccd903f Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f9b8-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f9b8-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..de1c7ebe2 Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9b8-1f3fe-200d-2642.png b/dist/img-apple-64/1f9b8-1f3fe-200d-2642.png new file mode 100644 index 000000000..de1c7ebe2 Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f9b8-1f3fe.png b/dist/img-apple-64/1f9b8-1f3fe.png new file mode 100644 index 000000000..ea4d8d104 Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3fe.png differ diff --git a/dist/img-apple-64/1f9b8-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f9b8-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..4c3b699f6 Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9b8-1f3ff-200d-2640.png b/dist/img-apple-64/1f9b8-1f3ff-200d-2640.png new file mode 100644 index 000000000..4c3b699f6 Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f9b8-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f9b8-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..9b231a7b0 Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9b8-1f3ff-200d-2642.png b/dist/img-apple-64/1f9b8-1f3ff-200d-2642.png new file mode 100644 index 000000000..9b231a7b0 Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f9b8-1f3ff.png b/dist/img-apple-64/1f9b8-1f3ff.png new file mode 100644 index 000000000..35a782910 Binary files /dev/null and b/dist/img-apple-64/1f9b8-1f3ff.png differ diff --git a/dist/img-apple-64/1f9b8-200d-2640-fe0f.png b/dist/img-apple-64/1f9b8-200d-2640-fe0f.png new file mode 100644 index 000000000..797985538 Binary files /dev/null and b/dist/img-apple-64/1f9b8-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9b8-200d-2640.png b/dist/img-apple-64/1f9b8-200d-2640.png new file mode 100644 index 000000000..797985538 Binary files /dev/null and b/dist/img-apple-64/1f9b8-200d-2640.png differ diff --git a/dist/img-apple-64/1f9b8-200d-2642-fe0f.png b/dist/img-apple-64/1f9b8-200d-2642-fe0f.png new file mode 100644 index 000000000..52052edd1 Binary files /dev/null and b/dist/img-apple-64/1f9b8-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9b8-200d-2642.png b/dist/img-apple-64/1f9b8-200d-2642.png new file mode 100644 index 000000000..52052edd1 Binary files /dev/null and b/dist/img-apple-64/1f9b8-200d-2642.png differ diff --git a/dist/img-apple-64/1f9b8.png b/dist/img-apple-64/1f9b8.png new file mode 100644 index 000000000..095182b2a Binary files /dev/null and b/dist/img-apple-64/1f9b8.png differ diff --git a/dist/img-apple-64/1f9b9-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f9b9-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..8f2c3e219 Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9b9-1f3fb-200d-2640.png b/dist/img-apple-64/1f9b9-1f3fb-200d-2640.png new file mode 100644 index 000000000..8f2c3e219 Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f9b9-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f9b9-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..644df2117 Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9b9-1f3fb-200d-2642.png b/dist/img-apple-64/1f9b9-1f3fb-200d-2642.png new file mode 100644 index 000000000..644df2117 Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f9b9-1f3fb.png b/dist/img-apple-64/1f9b9-1f3fb.png new file mode 100644 index 000000000..e7378628b Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3fb.png differ diff --git a/dist/img-apple-64/1f9b9-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f9b9-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..ecb10eab9 Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9b9-1f3fc-200d-2640.png b/dist/img-apple-64/1f9b9-1f3fc-200d-2640.png new file mode 100644 index 000000000..ecb10eab9 Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f9b9-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f9b9-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..2d7d51d38 Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9b9-1f3fc-200d-2642.png b/dist/img-apple-64/1f9b9-1f3fc-200d-2642.png new file mode 100644 index 000000000..2d7d51d38 Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f9b9-1f3fc.png b/dist/img-apple-64/1f9b9-1f3fc.png new file mode 100644 index 000000000..f5d0ac314 Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3fc.png differ diff --git a/dist/img-apple-64/1f9b9-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f9b9-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..4e044c844 Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9b9-1f3fd-200d-2640.png b/dist/img-apple-64/1f9b9-1f3fd-200d-2640.png new file mode 100644 index 000000000..4e044c844 Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f9b9-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f9b9-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..6c0b317cd Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9b9-1f3fd-200d-2642.png b/dist/img-apple-64/1f9b9-1f3fd-200d-2642.png new file mode 100644 index 000000000..6c0b317cd Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f9b9-1f3fd.png b/dist/img-apple-64/1f9b9-1f3fd.png new file mode 100644 index 000000000..1b9b62af3 Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3fd.png differ diff --git a/dist/img-apple-64/1f9b9-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f9b9-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..e09bc91dd Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9b9-1f3fe-200d-2640.png b/dist/img-apple-64/1f9b9-1f3fe-200d-2640.png new file mode 100644 index 000000000..e09bc91dd Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f9b9-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f9b9-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..8f2cb721e Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9b9-1f3fe-200d-2642.png b/dist/img-apple-64/1f9b9-1f3fe-200d-2642.png new file mode 100644 index 000000000..8f2cb721e Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f9b9-1f3fe.png b/dist/img-apple-64/1f9b9-1f3fe.png new file mode 100644 index 000000000..cb39c9b5b Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3fe.png differ diff --git a/dist/img-apple-64/1f9b9-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f9b9-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..024d26e96 Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9b9-1f3ff-200d-2640.png b/dist/img-apple-64/1f9b9-1f3ff-200d-2640.png new file mode 100644 index 000000000..024d26e96 Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f9b9-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f9b9-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..3c8cf56a0 Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9b9-1f3ff-200d-2642.png b/dist/img-apple-64/1f9b9-1f3ff-200d-2642.png new file mode 100644 index 000000000..3c8cf56a0 Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f9b9-1f3ff.png b/dist/img-apple-64/1f9b9-1f3ff.png new file mode 100644 index 000000000..91f159a8d Binary files /dev/null and b/dist/img-apple-64/1f9b9-1f3ff.png differ diff --git a/dist/img-apple-64/1f9b9-200d-2640-fe0f.png b/dist/img-apple-64/1f9b9-200d-2640-fe0f.png new file mode 100644 index 000000000..da7cab5c7 Binary files /dev/null and b/dist/img-apple-64/1f9b9-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9b9-200d-2640.png b/dist/img-apple-64/1f9b9-200d-2640.png new file mode 100644 index 000000000..da7cab5c7 Binary files /dev/null and b/dist/img-apple-64/1f9b9-200d-2640.png differ diff --git a/dist/img-apple-64/1f9b9-200d-2642-fe0f.png b/dist/img-apple-64/1f9b9-200d-2642-fe0f.png new file mode 100644 index 000000000..79ce91d31 Binary files /dev/null and b/dist/img-apple-64/1f9b9-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9b9-200d-2642.png b/dist/img-apple-64/1f9b9-200d-2642.png new file mode 100644 index 000000000..79ce91d31 Binary files /dev/null and b/dist/img-apple-64/1f9b9-200d-2642.png differ diff --git a/dist/img-apple-64/1f9b9.png b/dist/img-apple-64/1f9b9.png new file mode 100644 index 000000000..246519eca Binary files /dev/null and b/dist/img-apple-64/1f9b9.png differ diff --git a/dist/img-apple-64/1f9ba.png b/dist/img-apple-64/1f9ba.png new file mode 100644 index 000000000..c0b516084 Binary files /dev/null and b/dist/img-apple-64/1f9ba.png differ diff --git a/dist/img-apple-64/1f9bb-1f3fb.png b/dist/img-apple-64/1f9bb-1f3fb.png new file mode 100644 index 000000000..872ee32b5 Binary files /dev/null and b/dist/img-apple-64/1f9bb-1f3fb.png differ diff --git a/dist/img-apple-64/1f9bb-1f3fc.png b/dist/img-apple-64/1f9bb-1f3fc.png new file mode 100644 index 000000000..0add6cf69 Binary files /dev/null and b/dist/img-apple-64/1f9bb-1f3fc.png differ diff --git a/dist/img-apple-64/1f9bb-1f3fd.png b/dist/img-apple-64/1f9bb-1f3fd.png new file mode 100644 index 000000000..08f8f4150 Binary files /dev/null and b/dist/img-apple-64/1f9bb-1f3fd.png differ diff --git a/dist/img-apple-64/1f9bb-1f3fe.png b/dist/img-apple-64/1f9bb-1f3fe.png new file mode 100644 index 000000000..d53f78431 Binary files /dev/null and b/dist/img-apple-64/1f9bb-1f3fe.png differ diff --git a/dist/img-apple-64/1f9bb-1f3ff.png b/dist/img-apple-64/1f9bb-1f3ff.png new file mode 100644 index 000000000..2a9228d8b Binary files /dev/null and b/dist/img-apple-64/1f9bb-1f3ff.png differ diff --git a/dist/img-apple-64/1f9bb.png b/dist/img-apple-64/1f9bb.png new file mode 100644 index 000000000..ea6ae27ce Binary files /dev/null and b/dist/img-apple-64/1f9bb.png differ diff --git a/dist/img-apple-64/1f9bc.png b/dist/img-apple-64/1f9bc.png new file mode 100644 index 000000000..510a5fb70 Binary files /dev/null and b/dist/img-apple-64/1f9bc.png differ diff --git a/dist/img-apple-64/1f9bd.png b/dist/img-apple-64/1f9bd.png new file mode 100644 index 000000000..365462d0d Binary files /dev/null and b/dist/img-apple-64/1f9bd.png differ diff --git a/dist/img-apple-64/1f9be.png b/dist/img-apple-64/1f9be.png new file mode 100644 index 000000000..3a268c022 Binary files /dev/null and b/dist/img-apple-64/1f9be.png differ diff --git a/dist/img-apple-64/1f9bf.png b/dist/img-apple-64/1f9bf.png new file mode 100644 index 000000000..aa68872ab Binary files /dev/null and b/dist/img-apple-64/1f9bf.png differ diff --git a/dist/img-apple-64/1f9c0.png b/dist/img-apple-64/1f9c0.png new file mode 100644 index 000000000..fb61796d1 Binary files /dev/null and b/dist/img-apple-64/1f9c0.png differ diff --git a/dist/img-apple-64/1f9c1.png b/dist/img-apple-64/1f9c1.png new file mode 100644 index 000000000..1e5a5e230 Binary files /dev/null and b/dist/img-apple-64/1f9c1.png differ diff --git a/dist/img-apple-64/1f9c2.png b/dist/img-apple-64/1f9c2.png new file mode 100644 index 000000000..7fc4930b6 Binary files /dev/null and b/dist/img-apple-64/1f9c2.png differ diff --git a/dist/img-apple-64/1f9c3.png b/dist/img-apple-64/1f9c3.png new file mode 100644 index 000000000..1f6ab798a Binary files /dev/null and b/dist/img-apple-64/1f9c3.png differ diff --git a/dist/img-apple-64/1f9c4.png b/dist/img-apple-64/1f9c4.png new file mode 100644 index 000000000..135f89e90 Binary files /dev/null and b/dist/img-apple-64/1f9c4.png differ diff --git a/dist/img-apple-64/1f9c5.png b/dist/img-apple-64/1f9c5.png new file mode 100644 index 000000000..09b2c62c4 Binary files /dev/null and b/dist/img-apple-64/1f9c5.png differ diff --git a/dist/img-apple-64/1f9c6.png b/dist/img-apple-64/1f9c6.png new file mode 100644 index 000000000..80372b2ca Binary files /dev/null and b/dist/img-apple-64/1f9c6.png differ diff --git a/dist/img-apple-64/1f9c7.png b/dist/img-apple-64/1f9c7.png new file mode 100644 index 000000000..ea52507a6 Binary files /dev/null and b/dist/img-apple-64/1f9c7.png differ diff --git a/dist/img-apple-64/1f9c8.png b/dist/img-apple-64/1f9c8.png new file mode 100644 index 000000000..e99588a24 Binary files /dev/null and b/dist/img-apple-64/1f9c8.png differ diff --git a/dist/img-apple-64/1f9c9.png b/dist/img-apple-64/1f9c9.png new file mode 100644 index 000000000..5007ee662 Binary files /dev/null and b/dist/img-apple-64/1f9c9.png differ diff --git a/dist/img-apple-64/1f9ca.png b/dist/img-apple-64/1f9ca.png new file mode 100644 index 000000000..5c9467bcc Binary files /dev/null and b/dist/img-apple-64/1f9ca.png differ diff --git a/dist/img-apple-64/1f9cb.png b/dist/img-apple-64/1f9cb.png new file mode 100755 index 000000000..3f40ec49b Binary files /dev/null and b/dist/img-apple-64/1f9cb.png differ diff --git a/dist/img-apple-64/1f9cd-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f9cd-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..0c3319b4b Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9cd-1f3fb-200d-2640.png b/dist/img-apple-64/1f9cd-1f3fb-200d-2640.png new file mode 100644 index 000000000..0c3319b4b Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f9cd-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f9cd-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..f402aa9d7 Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9cd-1f3fb-200d-2642.png b/dist/img-apple-64/1f9cd-1f3fb-200d-2642.png new file mode 100644 index 000000000..f402aa9d7 Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f9cd-1f3fb.png b/dist/img-apple-64/1f9cd-1f3fb.png new file mode 100644 index 000000000..3b11d598c Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3fb.png differ diff --git a/dist/img-apple-64/1f9cd-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f9cd-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..072341ddc Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9cd-1f3fc-200d-2640.png b/dist/img-apple-64/1f9cd-1f3fc-200d-2640.png new file mode 100644 index 000000000..072341ddc Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f9cd-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f9cd-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..ae88d6fe6 Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9cd-1f3fc-200d-2642.png b/dist/img-apple-64/1f9cd-1f3fc-200d-2642.png new file mode 100644 index 000000000..ae88d6fe6 Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f9cd-1f3fc.png b/dist/img-apple-64/1f9cd-1f3fc.png new file mode 100644 index 000000000..65fad14dc Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3fc.png differ diff --git a/dist/img-apple-64/1f9cd-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f9cd-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..d9678f18d Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9cd-1f3fd-200d-2640.png b/dist/img-apple-64/1f9cd-1f3fd-200d-2640.png new file mode 100644 index 000000000..d9678f18d Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f9cd-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f9cd-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..8f17b80a3 Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9cd-1f3fd-200d-2642.png b/dist/img-apple-64/1f9cd-1f3fd-200d-2642.png new file mode 100644 index 000000000..8f17b80a3 Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f9cd-1f3fd.png b/dist/img-apple-64/1f9cd-1f3fd.png new file mode 100644 index 000000000..b1c8814c8 Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3fd.png differ diff --git a/dist/img-apple-64/1f9cd-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f9cd-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..de4a14fc2 Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9cd-1f3fe-200d-2640.png b/dist/img-apple-64/1f9cd-1f3fe-200d-2640.png new file mode 100644 index 000000000..de4a14fc2 Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f9cd-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f9cd-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..ad13f0e37 Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9cd-1f3fe-200d-2642.png b/dist/img-apple-64/1f9cd-1f3fe-200d-2642.png new file mode 100644 index 000000000..ad13f0e37 Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f9cd-1f3fe.png b/dist/img-apple-64/1f9cd-1f3fe.png new file mode 100644 index 000000000..5f99b5c6a Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3fe.png differ diff --git a/dist/img-apple-64/1f9cd-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f9cd-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..eee4c7841 Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9cd-1f3ff-200d-2640.png b/dist/img-apple-64/1f9cd-1f3ff-200d-2640.png new file mode 100644 index 000000000..eee4c7841 Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f9cd-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f9cd-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..48680aa2c Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9cd-1f3ff-200d-2642.png b/dist/img-apple-64/1f9cd-1f3ff-200d-2642.png new file mode 100644 index 000000000..48680aa2c Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f9cd-1f3ff.png b/dist/img-apple-64/1f9cd-1f3ff.png new file mode 100644 index 000000000..90b21f5aa Binary files /dev/null and b/dist/img-apple-64/1f9cd-1f3ff.png differ diff --git a/dist/img-apple-64/1f9cd-200d-2640-fe0f.png b/dist/img-apple-64/1f9cd-200d-2640-fe0f.png new file mode 100644 index 000000000..122c3ba10 Binary files /dev/null and b/dist/img-apple-64/1f9cd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9cd-200d-2640.png b/dist/img-apple-64/1f9cd-200d-2640.png new file mode 100644 index 000000000..122c3ba10 Binary files /dev/null and b/dist/img-apple-64/1f9cd-200d-2640.png differ diff --git a/dist/img-apple-64/1f9cd-200d-2642-fe0f.png b/dist/img-apple-64/1f9cd-200d-2642-fe0f.png new file mode 100644 index 000000000..a97ecd9d1 Binary files /dev/null and b/dist/img-apple-64/1f9cd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9cd-200d-2642.png b/dist/img-apple-64/1f9cd-200d-2642.png new file mode 100644 index 000000000..a97ecd9d1 Binary files /dev/null and b/dist/img-apple-64/1f9cd-200d-2642.png differ diff --git a/dist/img-apple-64/1f9cd.png b/dist/img-apple-64/1f9cd.png new file mode 100644 index 000000000..e43553cb0 Binary files /dev/null and b/dist/img-apple-64/1f9cd.png differ diff --git a/dist/img-apple-64/1f9ce-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f9ce-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..9f9a71e27 Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9ce-1f3fb-200d-2640.png b/dist/img-apple-64/1f9ce-1f3fb-200d-2640.png new file mode 100644 index 000000000..9f9a71e27 Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f9ce-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f9ce-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..4991be576 Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9ce-1f3fb-200d-2642.png b/dist/img-apple-64/1f9ce-1f3fb-200d-2642.png new file mode 100644 index 000000000..4991be576 Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f9ce-1f3fb.png b/dist/img-apple-64/1f9ce-1f3fb.png new file mode 100644 index 000000000..487b042c2 Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3fb.png differ diff --git a/dist/img-apple-64/1f9ce-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f9ce-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..06ed49216 Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9ce-1f3fc-200d-2640.png b/dist/img-apple-64/1f9ce-1f3fc-200d-2640.png new file mode 100644 index 000000000..06ed49216 Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f9ce-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f9ce-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..058e769aa Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9ce-1f3fc-200d-2642.png b/dist/img-apple-64/1f9ce-1f3fc-200d-2642.png new file mode 100644 index 000000000..058e769aa Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f9ce-1f3fc.png b/dist/img-apple-64/1f9ce-1f3fc.png new file mode 100644 index 000000000..7a2e58383 Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3fc.png differ diff --git a/dist/img-apple-64/1f9ce-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f9ce-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..516ecdd8d Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9ce-1f3fd-200d-2640.png b/dist/img-apple-64/1f9ce-1f3fd-200d-2640.png new file mode 100644 index 000000000..516ecdd8d Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f9ce-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f9ce-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..7d515ff24 Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9ce-1f3fd-200d-2642.png b/dist/img-apple-64/1f9ce-1f3fd-200d-2642.png new file mode 100644 index 000000000..7d515ff24 Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f9ce-1f3fd.png b/dist/img-apple-64/1f9ce-1f3fd.png new file mode 100644 index 000000000..ef35641d9 Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3fd.png differ diff --git a/dist/img-apple-64/1f9ce-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f9ce-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..4ef7b4e7e Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9ce-1f3fe-200d-2640.png b/dist/img-apple-64/1f9ce-1f3fe-200d-2640.png new file mode 100644 index 000000000..4ef7b4e7e Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f9ce-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f9ce-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..55e598e13 Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9ce-1f3fe-200d-2642.png b/dist/img-apple-64/1f9ce-1f3fe-200d-2642.png new file mode 100644 index 000000000..55e598e13 Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f9ce-1f3fe.png b/dist/img-apple-64/1f9ce-1f3fe.png new file mode 100644 index 000000000..d34f95d86 Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3fe.png differ diff --git a/dist/img-apple-64/1f9ce-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f9ce-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..c1de5814a Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9ce-1f3ff-200d-2640.png b/dist/img-apple-64/1f9ce-1f3ff-200d-2640.png new file mode 100644 index 000000000..c1de5814a Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f9ce-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f9ce-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..563589bb9 Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9ce-1f3ff-200d-2642.png b/dist/img-apple-64/1f9ce-1f3ff-200d-2642.png new file mode 100644 index 000000000..563589bb9 Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f9ce-1f3ff.png b/dist/img-apple-64/1f9ce-1f3ff.png new file mode 100644 index 000000000..d54fc24d2 Binary files /dev/null and b/dist/img-apple-64/1f9ce-1f3ff.png differ diff --git a/dist/img-apple-64/1f9ce-200d-2640-fe0f.png b/dist/img-apple-64/1f9ce-200d-2640-fe0f.png new file mode 100644 index 000000000..8804b4b88 Binary files /dev/null and b/dist/img-apple-64/1f9ce-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9ce-200d-2640.png b/dist/img-apple-64/1f9ce-200d-2640.png new file mode 100644 index 000000000..8804b4b88 Binary files /dev/null and b/dist/img-apple-64/1f9ce-200d-2640.png differ diff --git a/dist/img-apple-64/1f9ce-200d-2642-fe0f.png b/dist/img-apple-64/1f9ce-200d-2642-fe0f.png new file mode 100644 index 000000000..58127941c Binary files /dev/null and b/dist/img-apple-64/1f9ce-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9ce-200d-2642.png b/dist/img-apple-64/1f9ce-200d-2642.png new file mode 100644 index 000000000..58127941c Binary files /dev/null and b/dist/img-apple-64/1f9ce-200d-2642.png differ diff --git a/dist/img-apple-64/1f9ce.png b/dist/img-apple-64/1f9ce.png new file mode 100644 index 000000000..5d5f43953 Binary files /dev/null and b/dist/img-apple-64/1f9ce.png differ diff --git a/dist/img-apple-64/1f9cf-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f9cf-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..9020420b1 Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9cf-1f3fb-200d-2640.png b/dist/img-apple-64/1f9cf-1f3fb-200d-2640.png new file mode 100644 index 000000000..9020420b1 Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f9cf-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f9cf-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..e9f6766eb Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9cf-1f3fb-200d-2642.png b/dist/img-apple-64/1f9cf-1f3fb-200d-2642.png new file mode 100644 index 000000000..e9f6766eb Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f9cf-1f3fb.png b/dist/img-apple-64/1f9cf-1f3fb.png new file mode 100644 index 000000000..dc27ff73e Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3fb.png differ diff --git a/dist/img-apple-64/1f9cf-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f9cf-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..daf4f5b20 Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9cf-1f3fc-200d-2640.png b/dist/img-apple-64/1f9cf-1f3fc-200d-2640.png new file mode 100644 index 000000000..daf4f5b20 Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f9cf-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f9cf-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..a9ca7d83d Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9cf-1f3fc-200d-2642.png b/dist/img-apple-64/1f9cf-1f3fc-200d-2642.png new file mode 100644 index 000000000..a9ca7d83d Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f9cf-1f3fc.png b/dist/img-apple-64/1f9cf-1f3fc.png new file mode 100644 index 000000000..c15dff890 Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3fc.png differ diff --git a/dist/img-apple-64/1f9cf-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f9cf-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..a5248c36e Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9cf-1f3fd-200d-2640.png b/dist/img-apple-64/1f9cf-1f3fd-200d-2640.png new file mode 100644 index 000000000..a5248c36e Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f9cf-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f9cf-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..c31300255 Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9cf-1f3fd-200d-2642.png b/dist/img-apple-64/1f9cf-1f3fd-200d-2642.png new file mode 100644 index 000000000..c31300255 Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f9cf-1f3fd.png b/dist/img-apple-64/1f9cf-1f3fd.png new file mode 100644 index 000000000..c34b3b6d1 Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3fd.png differ diff --git a/dist/img-apple-64/1f9cf-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f9cf-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..37f824e2f Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9cf-1f3fe-200d-2640.png b/dist/img-apple-64/1f9cf-1f3fe-200d-2640.png new file mode 100644 index 000000000..37f824e2f Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f9cf-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f9cf-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..6c7d859de Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9cf-1f3fe-200d-2642.png b/dist/img-apple-64/1f9cf-1f3fe-200d-2642.png new file mode 100644 index 000000000..6c7d859de Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f9cf-1f3fe.png b/dist/img-apple-64/1f9cf-1f3fe.png new file mode 100644 index 000000000..ca78eab13 Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3fe.png differ diff --git a/dist/img-apple-64/1f9cf-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f9cf-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..aef9332d3 Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9cf-1f3ff-200d-2640.png b/dist/img-apple-64/1f9cf-1f3ff-200d-2640.png new file mode 100644 index 000000000..aef9332d3 Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f9cf-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f9cf-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..9aef969c6 Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9cf-1f3ff-200d-2642.png b/dist/img-apple-64/1f9cf-1f3ff-200d-2642.png new file mode 100644 index 000000000..9aef969c6 Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f9cf-1f3ff.png b/dist/img-apple-64/1f9cf-1f3ff.png new file mode 100644 index 000000000..f59508cd7 Binary files /dev/null and b/dist/img-apple-64/1f9cf-1f3ff.png differ diff --git a/dist/img-apple-64/1f9cf-200d-2640-fe0f.png b/dist/img-apple-64/1f9cf-200d-2640-fe0f.png new file mode 100644 index 000000000..f82725de4 Binary files /dev/null and b/dist/img-apple-64/1f9cf-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9cf-200d-2640.png b/dist/img-apple-64/1f9cf-200d-2640.png new file mode 100644 index 000000000..f82725de4 Binary files /dev/null and b/dist/img-apple-64/1f9cf-200d-2640.png differ diff --git a/dist/img-apple-64/1f9cf-200d-2642-fe0f.png b/dist/img-apple-64/1f9cf-200d-2642-fe0f.png new file mode 100644 index 000000000..3036e183e Binary files /dev/null and b/dist/img-apple-64/1f9cf-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9cf-200d-2642.png b/dist/img-apple-64/1f9cf-200d-2642.png new file mode 100644 index 000000000..3036e183e Binary files /dev/null and b/dist/img-apple-64/1f9cf-200d-2642.png differ diff --git a/dist/img-apple-64/1f9cf.png b/dist/img-apple-64/1f9cf.png new file mode 100644 index 000000000..8bf98b53f Binary files /dev/null and b/dist/img-apple-64/1f9cf.png differ diff --git a/dist/img-apple-64/1f9d0.png b/dist/img-apple-64/1f9d0.png new file mode 100644 index 000000000..41da61c63 Binary files /dev/null and b/dist/img-apple-64/1f9d0.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f33e.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f33e.png new file mode 100644 index 000000000..d5a6a34c2 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f33e.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f373.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f373.png new file mode 100644 index 000000000..808fe9fa7 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f373.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f37c.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f37c.png new file mode 100755 index 000000000..5c6af636a Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f37c.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f384.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f384.png new file mode 100755 index 000000000..3a2126b57 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f384.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f393.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f393.png new file mode 100644 index 000000000..cdde21af1 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f393.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f3a4.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f3a4.png new file mode 100644 index 000000000..8d0185922 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f3a4.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f3a8.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f3a8.png new file mode 100644 index 000000000..b8880e689 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f3a8.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f3eb.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f3eb.png new file mode 100644 index 000000000..819929288 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f3eb.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f3ed.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f3ed.png new file mode 100644 index 000000000..b313615ab Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f3ed.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f4bb.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f4bb.png new file mode 100644 index 000000000..05f37fc8e Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f4bb.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f4bc.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f4bc.png new file mode 100644 index 000000000..5418f1d2f Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f4bc.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f527.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f527.png new file mode 100644 index 000000000..301bb5cf3 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f527.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f52c.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f52c.png new file mode 100644 index 000000000..896a4249b Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f52c.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f680.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f680.png new file mode 100644 index 000000000..0ffb64fbe Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f680.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f692.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f692.png new file mode 100644 index 000000000..f7cb396ff Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f692.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fb.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fb.png new file mode 100644 index 000000000..7091a6e68 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fb.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fc.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fc.png new file mode 100644 index 000000000..b92918e35 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fc.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fd.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fd.png new file mode 100644 index 000000000..7441782c6 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fd.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fe.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fe.png new file mode 100644 index 000000000..becc74330 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fe.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3ff.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3ff.png new file mode 100644 index 000000000..e7c8bf6a8 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3ff.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f9af.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f9af.png new file mode 100644 index 000000000..86e6ed6ab Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f9af.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f9b0.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f9b0.png new file mode 100644 index 000000000..b9ddd2fe1 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f9b0.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f9b1.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f9b1.png new file mode 100644 index 000000000..f9c202e90 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f9b1.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f9b2.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f9b2.png new file mode 100644 index 000000000..b6b5f82e7 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f9b2.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f9b3.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f9b3.png new file mode 100644 index 000000000..586931b26 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f9b3.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f9bc.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f9bc.png new file mode 100644 index 000000000..d03f378fe Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f9bc.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-1f9bd.png b/dist/img-apple-64/1f9d1-1f3fb-200d-1f9bd.png new file mode 100644 index 000000000..86390dfc2 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-1f9bd.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-2695-fe0f.png b/dist/img-apple-64/1f9d1-1f3fb-200d-2695-fe0f.png new file mode 100644 index 000000000..270436a4b Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-2695-fe0f.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-2695.png b/dist/img-apple-64/1f9d1-1f3fb-200d-2695.png new file mode 100644 index 000000000..270436a4b Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-2695.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-2696-fe0f.png b/dist/img-apple-64/1f9d1-1f3fb-200d-2696-fe0f.png new file mode 100644 index 000000000..48aa2bceb Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-2696-fe0f.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-2696.png b/dist/img-apple-64/1f9d1-1f3fb-200d-2696.png new file mode 100644 index 000000000..48aa2bceb Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-2696.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-2708-fe0f.png b/dist/img-apple-64/1f9d1-1f3fb-200d-2708-fe0f.png new file mode 100644 index 000000000..237a03b03 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-2708-fe0f.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb-200d-2708.png b/dist/img-apple-64/1f9d1-1f3fb-200d-2708.png new file mode 100644 index 000000000..237a03b03 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb-200d-2708.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fb.png b/dist/img-apple-64/1f9d1-1f3fb.png new file mode 100644 index 000000000..a0089a71f Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fb.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f33e.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f33e.png new file mode 100644 index 000000000..aa61358b0 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f33e.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f373.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f373.png new file mode 100644 index 000000000..22da4dc31 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f373.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f37c.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f37c.png new file mode 100755 index 000000000..7af12e833 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f37c.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f384.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f384.png new file mode 100755 index 000000000..eeb8433d2 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f384.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f393.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f393.png new file mode 100644 index 000000000..193832d09 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f393.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f3a4.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f3a4.png new file mode 100644 index 000000000..be86a497c Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f3a4.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f3a8.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f3a8.png new file mode 100644 index 000000000..3b5133a24 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f3a8.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f3eb.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f3eb.png new file mode 100644 index 000000000..62ac327c4 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f3eb.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f3ed.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f3ed.png new file mode 100644 index 000000000..54af8594e Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f3ed.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f4bb.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f4bb.png new file mode 100644 index 000000000..afe2299d7 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f4bb.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f4bc.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f4bc.png new file mode 100644 index 000000000..d4faeecb0 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f4bc.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f527.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f527.png new file mode 100644 index 000000000..d5984d83d Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f527.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f52c.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f52c.png new file mode 100644 index 000000000..cc857e799 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f52c.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f680.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f680.png new file mode 100644 index 000000000..0acf1d840 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f680.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f692.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f692.png new file mode 100644 index 000000000..017491945 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f692.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fb.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fb.png new file mode 100644 index 000000000..45c260bb9 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fb.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fc.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fc.png new file mode 100644 index 000000000..89ab7ac25 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fc.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fd.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fd.png new file mode 100644 index 000000000..64772534b Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fd.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fe.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fe.png new file mode 100644 index 000000000..367ca5232 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fe.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3ff.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3ff.png new file mode 100644 index 000000000..4049d3410 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3ff.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f9af.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f9af.png new file mode 100644 index 000000000..8a7e2c813 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f9af.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f9b0.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f9b0.png new file mode 100644 index 000000000..ae1be9039 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f9b0.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f9b1.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f9b1.png new file mode 100644 index 000000000..6736064d4 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f9b1.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f9b2.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f9b2.png new file mode 100644 index 000000000..7347bd813 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f9b2.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f9b3.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f9b3.png new file mode 100644 index 000000000..8f9ab73db Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f9b3.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f9bc.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f9bc.png new file mode 100644 index 000000000..3c9b2b64b Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f9bc.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-1f9bd.png b/dist/img-apple-64/1f9d1-1f3fc-200d-1f9bd.png new file mode 100644 index 000000000..520cdd099 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-1f9bd.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-2695-fe0f.png b/dist/img-apple-64/1f9d1-1f3fc-200d-2695-fe0f.png new file mode 100644 index 000000000..3942220d5 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-2695-fe0f.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-2695.png b/dist/img-apple-64/1f9d1-1f3fc-200d-2695.png new file mode 100644 index 000000000..3942220d5 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-2695.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-2696-fe0f.png b/dist/img-apple-64/1f9d1-1f3fc-200d-2696-fe0f.png new file mode 100644 index 000000000..020fd9bfe Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-2696-fe0f.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-2696.png b/dist/img-apple-64/1f9d1-1f3fc-200d-2696.png new file mode 100644 index 000000000..020fd9bfe Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-2696.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-2708-fe0f.png b/dist/img-apple-64/1f9d1-1f3fc-200d-2708-fe0f.png new file mode 100644 index 000000000..ad5712528 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-2708-fe0f.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc-200d-2708.png b/dist/img-apple-64/1f9d1-1f3fc-200d-2708.png new file mode 100644 index 000000000..ad5712528 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc-200d-2708.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fc.png b/dist/img-apple-64/1f9d1-1f3fc.png new file mode 100644 index 000000000..7635b63a0 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fc.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f33e.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f33e.png new file mode 100644 index 000000000..c4881221f Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f33e.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f373.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f373.png new file mode 100644 index 000000000..f12bb34b7 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f373.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f37c.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f37c.png new file mode 100755 index 000000000..74799b6f8 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f37c.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f384.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f384.png new file mode 100755 index 000000000..007193937 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f384.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f393.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f393.png new file mode 100644 index 000000000..5b8b97f1f Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f393.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f3a4.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f3a4.png new file mode 100644 index 000000000..f93b4bbe1 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f3a4.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f3a8.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f3a8.png new file mode 100644 index 000000000..639fea5b3 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f3a8.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f3eb.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f3eb.png new file mode 100644 index 000000000..c4ba5e05c Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f3eb.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f3ed.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f3ed.png new file mode 100644 index 000000000..6dd3c0123 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f3ed.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f4bb.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f4bb.png new file mode 100644 index 000000000..19cb7b079 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f4bb.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f4bc.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f4bc.png new file mode 100644 index 000000000..ba1c8eec2 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f4bc.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f527.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f527.png new file mode 100644 index 000000000..93fcda6bd Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f527.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f52c.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f52c.png new file mode 100644 index 000000000..7c960a03d Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f52c.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f680.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f680.png new file mode 100644 index 000000000..46008e5c5 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f680.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f692.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f692.png new file mode 100644 index 000000000..ee7a23779 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f692.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fb.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fb.png new file mode 100644 index 000000000..4d6e6e2c6 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fb.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fc.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fc.png new file mode 100644 index 000000000..468374583 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fc.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fd.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fd.png new file mode 100644 index 000000000..482a5a9be Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fd.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fe.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fe.png new file mode 100644 index 000000000..16be31505 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fe.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3ff.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3ff.png new file mode 100644 index 000000000..3ae3e2d89 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3ff.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f9af.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f9af.png new file mode 100644 index 000000000..6490f04b9 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f9af.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f9b0.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f9b0.png new file mode 100644 index 000000000..1defee2d8 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f9b0.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f9b1.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f9b1.png new file mode 100644 index 000000000..1f105158c Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f9b1.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f9b2.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f9b2.png new file mode 100644 index 000000000..439abc6df Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f9b2.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f9b3.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f9b3.png new file mode 100644 index 000000000..0e9d6b414 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f9b3.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f9bc.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f9bc.png new file mode 100644 index 000000000..dc26abe48 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f9bc.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-1f9bd.png b/dist/img-apple-64/1f9d1-1f3fd-200d-1f9bd.png new file mode 100644 index 000000000..238062fe5 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-1f9bd.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-2695-fe0f.png b/dist/img-apple-64/1f9d1-1f3fd-200d-2695-fe0f.png new file mode 100644 index 000000000..655e944ca Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-2695-fe0f.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-2695.png b/dist/img-apple-64/1f9d1-1f3fd-200d-2695.png new file mode 100644 index 000000000..655e944ca Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-2695.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-2696-fe0f.png b/dist/img-apple-64/1f9d1-1f3fd-200d-2696-fe0f.png new file mode 100644 index 000000000..8aad70447 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-2696-fe0f.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-2696.png b/dist/img-apple-64/1f9d1-1f3fd-200d-2696.png new file mode 100644 index 000000000..8aad70447 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-2696.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-2708-fe0f.png b/dist/img-apple-64/1f9d1-1f3fd-200d-2708-fe0f.png new file mode 100644 index 000000000..01927e3b0 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-2708-fe0f.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd-200d-2708.png b/dist/img-apple-64/1f9d1-1f3fd-200d-2708.png new file mode 100644 index 000000000..01927e3b0 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd-200d-2708.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fd.png b/dist/img-apple-64/1f9d1-1f3fd.png new file mode 100644 index 000000000..6caf3779b Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fd.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f33e.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f33e.png new file mode 100644 index 000000000..7f1629b68 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f33e.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f373.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f373.png new file mode 100644 index 000000000..65ac5b07c Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f373.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f37c.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f37c.png new file mode 100755 index 000000000..3a9528804 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f37c.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f384.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f384.png new file mode 100755 index 000000000..46f55ee2a Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f384.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f393.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f393.png new file mode 100644 index 000000000..111754106 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f393.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f3a4.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f3a4.png new file mode 100644 index 000000000..3582710e6 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f3a4.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f3a8.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f3a8.png new file mode 100644 index 000000000..f92f22015 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f3a8.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f3eb.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f3eb.png new file mode 100644 index 000000000..a631a191c Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f3eb.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f3ed.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f3ed.png new file mode 100644 index 000000000..3f85aebdb Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f3ed.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f4bb.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f4bb.png new file mode 100644 index 000000000..eed56bdc7 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f4bb.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f4bc.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f4bc.png new file mode 100644 index 000000000..b5cde84a8 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f4bc.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f527.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f527.png new file mode 100644 index 000000000..159572aaf Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f527.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f52c.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f52c.png new file mode 100644 index 000000000..b00cb1061 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f52c.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f680.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f680.png new file mode 100644 index 000000000..f32081e13 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f680.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f692.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f692.png new file mode 100644 index 000000000..b6d0d0da1 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f692.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fb.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fb.png new file mode 100644 index 000000000..41f0f826a Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fb.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fc.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fc.png new file mode 100644 index 000000000..e4d5d4d8a Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fc.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fd.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fd.png new file mode 100644 index 000000000..8d23d8a59 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fd.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fe.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fe.png new file mode 100644 index 000000000..ad53edeaa Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fe.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3ff.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3ff.png new file mode 100644 index 000000000..05a009b00 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3ff.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f9af.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f9af.png new file mode 100644 index 000000000..727e97c68 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f9af.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f9b0.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f9b0.png new file mode 100644 index 000000000..641ec6f91 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f9b0.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f9b1.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f9b1.png new file mode 100644 index 000000000..1c7296c20 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f9b1.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f9b2.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f9b2.png new file mode 100644 index 000000000..ddb0e9a56 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f9b2.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f9b3.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f9b3.png new file mode 100644 index 000000000..24041fe06 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f9b3.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f9bc.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f9bc.png new file mode 100644 index 000000000..7e8943fe9 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f9bc.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-1f9bd.png b/dist/img-apple-64/1f9d1-1f3fe-200d-1f9bd.png new file mode 100644 index 000000000..21e1f7581 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-1f9bd.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-2695-fe0f.png b/dist/img-apple-64/1f9d1-1f3fe-200d-2695-fe0f.png new file mode 100644 index 000000000..e0fa48d5c Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-2695-fe0f.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-2695.png b/dist/img-apple-64/1f9d1-1f3fe-200d-2695.png new file mode 100644 index 000000000..e0fa48d5c Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-2695.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-2696-fe0f.png b/dist/img-apple-64/1f9d1-1f3fe-200d-2696-fe0f.png new file mode 100644 index 000000000..9421891cc Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-2696-fe0f.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-2696.png b/dist/img-apple-64/1f9d1-1f3fe-200d-2696.png new file mode 100644 index 000000000..9421891cc Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-2696.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-2708-fe0f.png b/dist/img-apple-64/1f9d1-1f3fe-200d-2708-fe0f.png new file mode 100644 index 000000000..5039867d8 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-2708-fe0f.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe-200d-2708.png b/dist/img-apple-64/1f9d1-1f3fe-200d-2708.png new file mode 100644 index 000000000..5039867d8 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe-200d-2708.png differ diff --git a/dist/img-apple-64/1f9d1-1f3fe.png b/dist/img-apple-64/1f9d1-1f3fe.png new file mode 100644 index 000000000..7dcea8239 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3fe.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f33e.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f33e.png new file mode 100644 index 000000000..3d9225475 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f33e.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f373.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f373.png new file mode 100644 index 000000000..4e2e7206d Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f373.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f37c.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f37c.png new file mode 100755 index 000000000..f9a7c4457 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f37c.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f384.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f384.png new file mode 100755 index 000000000..bae12cbfc Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f384.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f393.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f393.png new file mode 100644 index 000000000..ca6354997 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f393.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f3a4.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f3a4.png new file mode 100644 index 000000000..6ea5ab638 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f3a4.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f3a8.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f3a8.png new file mode 100644 index 000000000..1d05a823d Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f3a8.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f3eb.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f3eb.png new file mode 100644 index 000000000..6964f45b3 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f3eb.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f3ed.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f3ed.png new file mode 100644 index 000000000..acbdd41ab Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f3ed.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f4bb.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f4bb.png new file mode 100644 index 000000000..c858f45e7 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f4bb.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f4bc.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f4bc.png new file mode 100644 index 000000000..8a22c03a8 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f4bc.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f527.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f527.png new file mode 100644 index 000000000..8f8a70f42 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f527.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f52c.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f52c.png new file mode 100644 index 000000000..6c2e6d7de Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f52c.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f680.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f680.png new file mode 100644 index 000000000..1d4c72e92 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f680.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f692.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f692.png new file mode 100644 index 000000000..fe439185e Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f692.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fb.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fb.png new file mode 100644 index 000000000..9dba9b119 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fb.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fc.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fc.png new file mode 100644 index 000000000..760c109a3 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fc.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fd.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fd.png new file mode 100644 index 000000000..b915fc7c3 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fd.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fe.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fe.png new file mode 100644 index 000000000..6367dc297 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fe.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3ff.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3ff.png new file mode 100644 index 000000000..f3221f738 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3ff.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f9af.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f9af.png new file mode 100644 index 000000000..bf4e5cc05 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f9af.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f9b0.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f9b0.png new file mode 100644 index 000000000..17c8d864f Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f9b0.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f9b1.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f9b1.png new file mode 100644 index 000000000..759d289fb Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f9b1.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f9b2.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f9b2.png new file mode 100644 index 000000000..5f3f7857a Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f9b2.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f9b3.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f9b3.png new file mode 100644 index 000000000..918b3d7a8 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f9b3.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f9bc.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f9bc.png new file mode 100644 index 000000000..7ea2ba155 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f9bc.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-1f9bd.png b/dist/img-apple-64/1f9d1-1f3ff-200d-1f9bd.png new file mode 100644 index 000000000..2938fd938 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-1f9bd.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-2695-fe0f.png b/dist/img-apple-64/1f9d1-1f3ff-200d-2695-fe0f.png new file mode 100644 index 000000000..5afab60ee Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-2695-fe0f.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-2695.png b/dist/img-apple-64/1f9d1-1f3ff-200d-2695.png new file mode 100644 index 000000000..5afab60ee Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-2695.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-2696-fe0f.png b/dist/img-apple-64/1f9d1-1f3ff-200d-2696-fe0f.png new file mode 100644 index 000000000..adc39376a Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-2696-fe0f.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-2696.png b/dist/img-apple-64/1f9d1-1f3ff-200d-2696.png new file mode 100644 index 000000000..adc39376a Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-2696.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-2708-fe0f.png b/dist/img-apple-64/1f9d1-1f3ff-200d-2708-fe0f.png new file mode 100644 index 000000000..5487b9b39 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-2708-fe0f.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff-200d-2708.png b/dist/img-apple-64/1f9d1-1f3ff-200d-2708.png new file mode 100644 index 000000000..5487b9b39 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff-200d-2708.png differ diff --git a/dist/img-apple-64/1f9d1-1f3ff.png b/dist/img-apple-64/1f9d1-1f3ff.png new file mode 100644 index 000000000..c3c9a1d72 Binary files /dev/null and b/dist/img-apple-64/1f9d1-1f3ff.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f33e.png b/dist/img-apple-64/1f9d1-200d-1f33e.png new file mode 100644 index 000000000..b1856b18e Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f33e.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f373.png b/dist/img-apple-64/1f9d1-200d-1f373.png new file mode 100644 index 000000000..6ce74d938 Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f373.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f37c.png b/dist/img-apple-64/1f9d1-200d-1f37c.png new file mode 100755 index 000000000..fcdebf99b Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f37c.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f384.png b/dist/img-apple-64/1f9d1-200d-1f384.png new file mode 100755 index 000000000..c905c72ab Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f384.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f393.png b/dist/img-apple-64/1f9d1-200d-1f393.png new file mode 100644 index 000000000..16fe6b391 Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f393.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f3a4.png b/dist/img-apple-64/1f9d1-200d-1f3a4.png new file mode 100644 index 000000000..59415b6d9 Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f3a4.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f3a8.png b/dist/img-apple-64/1f9d1-200d-1f3a8.png new file mode 100644 index 000000000..a52be4724 Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f3a8.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f3eb.png b/dist/img-apple-64/1f9d1-200d-1f3eb.png new file mode 100644 index 000000000..2f9551110 Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f3eb.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f3ed.png b/dist/img-apple-64/1f9d1-200d-1f3ed.png new file mode 100644 index 000000000..074879b43 Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f3ed.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f4bb.png b/dist/img-apple-64/1f9d1-200d-1f4bb.png new file mode 100644 index 000000000..042f00219 Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f4bb.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f4bc.png b/dist/img-apple-64/1f9d1-200d-1f4bc.png new file mode 100644 index 000000000..e2f8069d5 Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f4bc.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f527.png b/dist/img-apple-64/1f9d1-200d-1f527.png new file mode 100644 index 000000000..4e97e5534 Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f527.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f52c.png b/dist/img-apple-64/1f9d1-200d-1f52c.png new file mode 100644 index 000000000..174a2cc38 Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f52c.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f680.png b/dist/img-apple-64/1f9d1-200d-1f680.png new file mode 100644 index 000000000..e5d23b807 Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f680.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f692.png b/dist/img-apple-64/1f9d1-200d-1f692.png new file mode 100644 index 000000000..acbd8dae8 Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f692.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f91d-200d-1f9d1.png b/dist/img-apple-64/1f9d1-200d-1f91d-200d-1f9d1.png new file mode 100644 index 000000000..3ec2a7040 Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f91d-200d-1f9d1.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f9af.png b/dist/img-apple-64/1f9d1-200d-1f9af.png new file mode 100644 index 000000000..315dc3eb1 Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f9af.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f9b0.png b/dist/img-apple-64/1f9d1-200d-1f9b0.png new file mode 100644 index 000000000..ed22aab2d Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f9b0.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f9b1.png b/dist/img-apple-64/1f9d1-200d-1f9b1.png new file mode 100644 index 000000000..2936659ed Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f9b1.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f9b2.png b/dist/img-apple-64/1f9d1-200d-1f9b2.png new file mode 100644 index 000000000..52c213bdb Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f9b2.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f9b3.png b/dist/img-apple-64/1f9d1-200d-1f9b3.png new file mode 100644 index 000000000..04e95b406 Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f9b3.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f9bc.png b/dist/img-apple-64/1f9d1-200d-1f9bc.png new file mode 100644 index 000000000..18c55d13a Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f9bc.png differ diff --git a/dist/img-apple-64/1f9d1-200d-1f9bd.png b/dist/img-apple-64/1f9d1-200d-1f9bd.png new file mode 100644 index 000000000..068dca4aa Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-1f9bd.png differ diff --git a/dist/img-apple-64/1f9d1-200d-2695-fe0f.png b/dist/img-apple-64/1f9d1-200d-2695-fe0f.png new file mode 100644 index 000000000..b626e5d45 Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-2695-fe0f.png differ diff --git a/dist/img-apple-64/1f9d1-200d-2695.png b/dist/img-apple-64/1f9d1-200d-2695.png new file mode 100644 index 000000000..b626e5d45 Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-2695.png differ diff --git a/dist/img-apple-64/1f9d1-200d-2696-fe0f.png b/dist/img-apple-64/1f9d1-200d-2696-fe0f.png new file mode 100644 index 000000000..d887474fd Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-2696-fe0f.png differ diff --git a/dist/img-apple-64/1f9d1-200d-2696.png b/dist/img-apple-64/1f9d1-200d-2696.png new file mode 100644 index 000000000..d887474fd Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-2696.png differ diff --git a/dist/img-apple-64/1f9d1-200d-2708-fe0f.png b/dist/img-apple-64/1f9d1-200d-2708-fe0f.png new file mode 100644 index 000000000..eb73fd4b7 Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-2708-fe0f.png differ diff --git a/dist/img-apple-64/1f9d1-200d-2708.png b/dist/img-apple-64/1f9d1-200d-2708.png new file mode 100644 index 000000000..eb73fd4b7 Binary files /dev/null and b/dist/img-apple-64/1f9d1-200d-2708.png differ diff --git a/dist/img-apple-64/1f9d1.png b/dist/img-apple-64/1f9d1.png new file mode 100644 index 000000000..6c75a994b Binary files /dev/null and b/dist/img-apple-64/1f9d1.png differ diff --git a/dist/img-apple-64/1f9d2-1f3fb.png b/dist/img-apple-64/1f9d2-1f3fb.png new file mode 100644 index 000000000..ae3448ffc Binary files /dev/null and b/dist/img-apple-64/1f9d2-1f3fb.png differ diff --git a/dist/img-apple-64/1f9d2-1f3fc.png b/dist/img-apple-64/1f9d2-1f3fc.png new file mode 100644 index 000000000..a1e734205 Binary files /dev/null and b/dist/img-apple-64/1f9d2-1f3fc.png differ diff --git a/dist/img-apple-64/1f9d2-1f3fd.png b/dist/img-apple-64/1f9d2-1f3fd.png new file mode 100644 index 000000000..14f075668 Binary files /dev/null and b/dist/img-apple-64/1f9d2-1f3fd.png differ diff --git a/dist/img-apple-64/1f9d2-1f3fe.png b/dist/img-apple-64/1f9d2-1f3fe.png new file mode 100644 index 000000000..1f9a794d8 Binary files /dev/null and b/dist/img-apple-64/1f9d2-1f3fe.png differ diff --git a/dist/img-apple-64/1f9d2-1f3ff.png b/dist/img-apple-64/1f9d2-1f3ff.png new file mode 100644 index 000000000..3e27c2e3a Binary files /dev/null and b/dist/img-apple-64/1f9d2-1f3ff.png differ diff --git a/dist/img-apple-64/1f9d2.png b/dist/img-apple-64/1f9d2.png new file mode 100644 index 000000000..370f4c9d4 Binary files /dev/null and b/dist/img-apple-64/1f9d2.png differ diff --git a/dist/img-apple-64/1f9d3-1f3fb.png b/dist/img-apple-64/1f9d3-1f3fb.png new file mode 100644 index 000000000..bf6171f1c Binary files /dev/null and b/dist/img-apple-64/1f9d3-1f3fb.png differ diff --git a/dist/img-apple-64/1f9d3-1f3fc.png b/dist/img-apple-64/1f9d3-1f3fc.png new file mode 100644 index 000000000..61090159e Binary files /dev/null and b/dist/img-apple-64/1f9d3-1f3fc.png differ diff --git a/dist/img-apple-64/1f9d3-1f3fd.png b/dist/img-apple-64/1f9d3-1f3fd.png new file mode 100644 index 000000000..8e108a1c1 Binary files /dev/null and b/dist/img-apple-64/1f9d3-1f3fd.png differ diff --git a/dist/img-apple-64/1f9d3-1f3fe.png b/dist/img-apple-64/1f9d3-1f3fe.png new file mode 100644 index 000000000..1b06b4e45 Binary files /dev/null and b/dist/img-apple-64/1f9d3-1f3fe.png differ diff --git a/dist/img-apple-64/1f9d3-1f3ff.png b/dist/img-apple-64/1f9d3-1f3ff.png new file mode 100644 index 000000000..f5dc28c7b Binary files /dev/null and b/dist/img-apple-64/1f9d3-1f3ff.png differ diff --git a/dist/img-apple-64/1f9d3.png b/dist/img-apple-64/1f9d3.png new file mode 100644 index 000000000..a814b9776 Binary files /dev/null and b/dist/img-apple-64/1f9d3.png differ diff --git a/dist/img-apple-64/1f9d4-1f3fb.png b/dist/img-apple-64/1f9d4-1f3fb.png new file mode 100644 index 000000000..6fd2325c8 Binary files /dev/null and b/dist/img-apple-64/1f9d4-1f3fb.png differ diff --git a/dist/img-apple-64/1f9d4-1f3fc.png b/dist/img-apple-64/1f9d4-1f3fc.png new file mode 100644 index 000000000..d1234e749 Binary files /dev/null and b/dist/img-apple-64/1f9d4-1f3fc.png differ diff --git a/dist/img-apple-64/1f9d4-1f3fd.png b/dist/img-apple-64/1f9d4-1f3fd.png new file mode 100644 index 000000000..afb2a5847 Binary files /dev/null and b/dist/img-apple-64/1f9d4-1f3fd.png differ diff --git a/dist/img-apple-64/1f9d4-1f3fe.png b/dist/img-apple-64/1f9d4-1f3fe.png new file mode 100644 index 000000000..c37da0fff Binary files /dev/null and b/dist/img-apple-64/1f9d4-1f3fe.png differ diff --git a/dist/img-apple-64/1f9d4-1f3ff.png b/dist/img-apple-64/1f9d4-1f3ff.png new file mode 100644 index 000000000..81209684c Binary files /dev/null and b/dist/img-apple-64/1f9d4-1f3ff.png differ diff --git a/dist/img-apple-64/1f9d4.png b/dist/img-apple-64/1f9d4.png new file mode 100644 index 000000000..eb6f8726d Binary files /dev/null and b/dist/img-apple-64/1f9d4.png differ diff --git a/dist/img-apple-64/1f9d5-1f3fb.png b/dist/img-apple-64/1f9d5-1f3fb.png new file mode 100644 index 000000000..50be78804 Binary files /dev/null and b/dist/img-apple-64/1f9d5-1f3fb.png differ diff --git a/dist/img-apple-64/1f9d5-1f3fc.png b/dist/img-apple-64/1f9d5-1f3fc.png new file mode 100644 index 000000000..5a16f04aa Binary files /dev/null and b/dist/img-apple-64/1f9d5-1f3fc.png differ diff --git a/dist/img-apple-64/1f9d5-1f3fd.png b/dist/img-apple-64/1f9d5-1f3fd.png new file mode 100644 index 000000000..65c6f0010 Binary files /dev/null and b/dist/img-apple-64/1f9d5-1f3fd.png differ diff --git a/dist/img-apple-64/1f9d5-1f3fe.png b/dist/img-apple-64/1f9d5-1f3fe.png new file mode 100644 index 000000000..c552304d6 Binary files /dev/null and b/dist/img-apple-64/1f9d5-1f3fe.png differ diff --git a/dist/img-apple-64/1f9d5-1f3ff.png b/dist/img-apple-64/1f9d5-1f3ff.png new file mode 100644 index 000000000..11a87ed74 Binary files /dev/null and b/dist/img-apple-64/1f9d5-1f3ff.png differ diff --git a/dist/img-apple-64/1f9d5.png b/dist/img-apple-64/1f9d5.png new file mode 100644 index 000000000..d398f857f Binary files /dev/null and b/dist/img-apple-64/1f9d5.png differ diff --git a/dist/img-apple-64/1f9d6-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f9d6-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..7845ad2e9 Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d6-1f3fb-200d-2640.png b/dist/img-apple-64/1f9d6-1f3fb-200d-2640.png new file mode 100644 index 000000000..7845ad2e9 Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d6-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f9d6-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..5190553f0 Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d6-1f3fb-200d-2642.png b/dist/img-apple-64/1f9d6-1f3fb-200d-2642.png new file mode 100644 index 000000000..5190553f0 Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d6-1f3fb.png b/dist/img-apple-64/1f9d6-1f3fb.png new file mode 100644 index 000000000..7d8fc1cc9 Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3fb.png differ diff --git a/dist/img-apple-64/1f9d6-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f9d6-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..889d9fd51 Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d6-1f3fc-200d-2640.png b/dist/img-apple-64/1f9d6-1f3fc-200d-2640.png new file mode 100644 index 000000000..889d9fd51 Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d6-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f9d6-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..f9aad81ce Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d6-1f3fc-200d-2642.png b/dist/img-apple-64/1f9d6-1f3fc-200d-2642.png new file mode 100644 index 000000000..f9aad81ce Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d6-1f3fc.png b/dist/img-apple-64/1f9d6-1f3fc.png new file mode 100644 index 000000000..3cc9c2f68 Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3fc.png differ diff --git a/dist/img-apple-64/1f9d6-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f9d6-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..254d0df7f Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d6-1f3fd-200d-2640.png b/dist/img-apple-64/1f9d6-1f3fd-200d-2640.png new file mode 100644 index 000000000..254d0df7f Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d6-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f9d6-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..7292aae55 Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d6-1f3fd-200d-2642.png b/dist/img-apple-64/1f9d6-1f3fd-200d-2642.png new file mode 100644 index 000000000..7292aae55 Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d6-1f3fd.png b/dist/img-apple-64/1f9d6-1f3fd.png new file mode 100644 index 000000000..0978e6cd0 Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3fd.png differ diff --git a/dist/img-apple-64/1f9d6-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f9d6-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..c8b8bfc41 Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d6-1f3fe-200d-2640.png b/dist/img-apple-64/1f9d6-1f3fe-200d-2640.png new file mode 100644 index 000000000..c8b8bfc41 Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d6-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f9d6-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..657580ee3 Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d6-1f3fe-200d-2642.png b/dist/img-apple-64/1f9d6-1f3fe-200d-2642.png new file mode 100644 index 000000000..657580ee3 Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d6-1f3fe.png b/dist/img-apple-64/1f9d6-1f3fe.png new file mode 100644 index 000000000..ee6cb8a37 Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3fe.png differ diff --git a/dist/img-apple-64/1f9d6-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f9d6-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..f0e5254f9 Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d6-1f3ff-200d-2640.png b/dist/img-apple-64/1f9d6-1f3ff-200d-2640.png new file mode 100644 index 000000000..f0e5254f9 Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d6-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f9d6-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..1185322ee Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d6-1f3ff-200d-2642.png b/dist/img-apple-64/1f9d6-1f3ff-200d-2642.png new file mode 100644 index 000000000..1185322ee Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d6-1f3ff.png b/dist/img-apple-64/1f9d6-1f3ff.png new file mode 100644 index 000000000..a872a6eb8 Binary files /dev/null and b/dist/img-apple-64/1f9d6-1f3ff.png differ diff --git a/dist/img-apple-64/1f9d6-200d-2640-fe0f.png b/dist/img-apple-64/1f9d6-200d-2640-fe0f.png new file mode 100644 index 000000000..2917b486d Binary files /dev/null and b/dist/img-apple-64/1f9d6-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d6-200d-2640.png b/dist/img-apple-64/1f9d6-200d-2640.png new file mode 100644 index 000000000..2917b486d Binary files /dev/null and b/dist/img-apple-64/1f9d6-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d6-200d-2642-fe0f.png b/dist/img-apple-64/1f9d6-200d-2642-fe0f.png new file mode 100644 index 000000000..53a9b3350 Binary files /dev/null and b/dist/img-apple-64/1f9d6-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d6-200d-2642.png b/dist/img-apple-64/1f9d6-200d-2642.png new file mode 100644 index 000000000..53a9b3350 Binary files /dev/null and b/dist/img-apple-64/1f9d6-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d6.png b/dist/img-apple-64/1f9d6.png new file mode 100644 index 000000000..4f40bb761 Binary files /dev/null and b/dist/img-apple-64/1f9d6.png differ diff --git a/dist/img-apple-64/1f9d7-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f9d7-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..da43ab145 Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d7-1f3fb-200d-2640.png b/dist/img-apple-64/1f9d7-1f3fb-200d-2640.png new file mode 100644 index 000000000..da43ab145 Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d7-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f9d7-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..29bfdf97d Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d7-1f3fb-200d-2642.png b/dist/img-apple-64/1f9d7-1f3fb-200d-2642.png new file mode 100644 index 000000000..29bfdf97d Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d7-1f3fb.png b/dist/img-apple-64/1f9d7-1f3fb.png new file mode 100644 index 000000000..66c4b672c Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3fb.png differ diff --git a/dist/img-apple-64/1f9d7-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f9d7-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..c77fe7585 Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d7-1f3fc-200d-2640.png b/dist/img-apple-64/1f9d7-1f3fc-200d-2640.png new file mode 100644 index 000000000..c77fe7585 Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d7-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f9d7-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..f2560aff3 Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d7-1f3fc-200d-2642.png b/dist/img-apple-64/1f9d7-1f3fc-200d-2642.png new file mode 100644 index 000000000..f2560aff3 Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d7-1f3fc.png b/dist/img-apple-64/1f9d7-1f3fc.png new file mode 100644 index 000000000..e7f66cd98 Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3fc.png differ diff --git a/dist/img-apple-64/1f9d7-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f9d7-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..5991ca9fd Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d7-1f3fd-200d-2640.png b/dist/img-apple-64/1f9d7-1f3fd-200d-2640.png new file mode 100644 index 000000000..5991ca9fd Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d7-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f9d7-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..c0dabccb2 Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d7-1f3fd-200d-2642.png b/dist/img-apple-64/1f9d7-1f3fd-200d-2642.png new file mode 100644 index 000000000..c0dabccb2 Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d7-1f3fd.png b/dist/img-apple-64/1f9d7-1f3fd.png new file mode 100644 index 000000000..fcb14d582 Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3fd.png differ diff --git a/dist/img-apple-64/1f9d7-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f9d7-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..be659fe91 Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d7-1f3fe-200d-2640.png b/dist/img-apple-64/1f9d7-1f3fe-200d-2640.png new file mode 100644 index 000000000..be659fe91 Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d7-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f9d7-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..0a50665e8 Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d7-1f3fe-200d-2642.png b/dist/img-apple-64/1f9d7-1f3fe-200d-2642.png new file mode 100644 index 000000000..0a50665e8 Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d7-1f3fe.png b/dist/img-apple-64/1f9d7-1f3fe.png new file mode 100644 index 000000000..1eb545250 Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3fe.png differ diff --git a/dist/img-apple-64/1f9d7-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f9d7-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..876a79f58 Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d7-1f3ff-200d-2640.png b/dist/img-apple-64/1f9d7-1f3ff-200d-2640.png new file mode 100644 index 000000000..876a79f58 Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d7-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f9d7-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..f9d822f12 Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d7-1f3ff-200d-2642.png b/dist/img-apple-64/1f9d7-1f3ff-200d-2642.png new file mode 100644 index 000000000..f9d822f12 Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d7-1f3ff.png b/dist/img-apple-64/1f9d7-1f3ff.png new file mode 100644 index 000000000..2b6b91434 Binary files /dev/null and b/dist/img-apple-64/1f9d7-1f3ff.png differ diff --git a/dist/img-apple-64/1f9d7-200d-2640-fe0f.png b/dist/img-apple-64/1f9d7-200d-2640-fe0f.png new file mode 100644 index 000000000..841b573c1 Binary files /dev/null and b/dist/img-apple-64/1f9d7-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d7-200d-2640.png b/dist/img-apple-64/1f9d7-200d-2640.png new file mode 100644 index 000000000..841b573c1 Binary files /dev/null and b/dist/img-apple-64/1f9d7-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d7-200d-2642-fe0f.png b/dist/img-apple-64/1f9d7-200d-2642-fe0f.png new file mode 100644 index 000000000..7df3fc5b2 Binary files /dev/null and b/dist/img-apple-64/1f9d7-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d7-200d-2642.png b/dist/img-apple-64/1f9d7-200d-2642.png new file mode 100644 index 000000000..7df3fc5b2 Binary files /dev/null and b/dist/img-apple-64/1f9d7-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d7.png b/dist/img-apple-64/1f9d7.png new file mode 100644 index 000000000..0af49a6d7 Binary files /dev/null and b/dist/img-apple-64/1f9d7.png differ diff --git a/dist/img-apple-64/1f9d8-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f9d8-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..94c0690d7 Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d8-1f3fb-200d-2640.png b/dist/img-apple-64/1f9d8-1f3fb-200d-2640.png new file mode 100644 index 000000000..94c0690d7 Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d8-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f9d8-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..dd204cd2d Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d8-1f3fb-200d-2642.png b/dist/img-apple-64/1f9d8-1f3fb-200d-2642.png new file mode 100644 index 000000000..dd204cd2d Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d8-1f3fb.png b/dist/img-apple-64/1f9d8-1f3fb.png new file mode 100644 index 000000000..5911a08df Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3fb.png differ diff --git a/dist/img-apple-64/1f9d8-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f9d8-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..b3fd2159b Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d8-1f3fc-200d-2640.png b/dist/img-apple-64/1f9d8-1f3fc-200d-2640.png new file mode 100644 index 000000000..b3fd2159b Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d8-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f9d8-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..50f392cb1 Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d8-1f3fc-200d-2642.png b/dist/img-apple-64/1f9d8-1f3fc-200d-2642.png new file mode 100644 index 000000000..50f392cb1 Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d8-1f3fc.png b/dist/img-apple-64/1f9d8-1f3fc.png new file mode 100644 index 000000000..a51fb0e38 Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3fc.png differ diff --git a/dist/img-apple-64/1f9d8-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f9d8-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..723e9e4f4 Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d8-1f3fd-200d-2640.png b/dist/img-apple-64/1f9d8-1f3fd-200d-2640.png new file mode 100644 index 000000000..723e9e4f4 Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d8-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f9d8-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..95d14b1ee Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d8-1f3fd-200d-2642.png b/dist/img-apple-64/1f9d8-1f3fd-200d-2642.png new file mode 100644 index 000000000..95d14b1ee Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d8-1f3fd.png b/dist/img-apple-64/1f9d8-1f3fd.png new file mode 100644 index 000000000..9257e19d1 Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3fd.png differ diff --git a/dist/img-apple-64/1f9d8-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f9d8-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..4b6083bb5 Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d8-1f3fe-200d-2640.png b/dist/img-apple-64/1f9d8-1f3fe-200d-2640.png new file mode 100644 index 000000000..4b6083bb5 Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d8-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f9d8-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..94727ea6b Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d8-1f3fe-200d-2642.png b/dist/img-apple-64/1f9d8-1f3fe-200d-2642.png new file mode 100644 index 000000000..94727ea6b Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d8-1f3fe.png b/dist/img-apple-64/1f9d8-1f3fe.png new file mode 100644 index 000000000..aec231fcc Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3fe.png differ diff --git a/dist/img-apple-64/1f9d8-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f9d8-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..51c38c0f5 Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d8-1f3ff-200d-2640.png b/dist/img-apple-64/1f9d8-1f3ff-200d-2640.png new file mode 100644 index 000000000..51c38c0f5 Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d8-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f9d8-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..1909a9944 Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d8-1f3ff-200d-2642.png b/dist/img-apple-64/1f9d8-1f3ff-200d-2642.png new file mode 100644 index 000000000..1909a9944 Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d8-1f3ff.png b/dist/img-apple-64/1f9d8-1f3ff.png new file mode 100644 index 000000000..023b71f4e Binary files /dev/null and b/dist/img-apple-64/1f9d8-1f3ff.png differ diff --git a/dist/img-apple-64/1f9d8-200d-2640-fe0f.png b/dist/img-apple-64/1f9d8-200d-2640-fe0f.png new file mode 100644 index 000000000..5f4e7ccc5 Binary files /dev/null and b/dist/img-apple-64/1f9d8-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d8-200d-2640.png b/dist/img-apple-64/1f9d8-200d-2640.png new file mode 100644 index 000000000..5f4e7ccc5 Binary files /dev/null and b/dist/img-apple-64/1f9d8-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d8-200d-2642-fe0f.png b/dist/img-apple-64/1f9d8-200d-2642-fe0f.png new file mode 100644 index 000000000..e1250c73e Binary files /dev/null and b/dist/img-apple-64/1f9d8-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d8-200d-2642.png b/dist/img-apple-64/1f9d8-200d-2642.png new file mode 100644 index 000000000..e1250c73e Binary files /dev/null and b/dist/img-apple-64/1f9d8-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d8.png b/dist/img-apple-64/1f9d8.png new file mode 100644 index 000000000..9f8fa75e9 Binary files /dev/null and b/dist/img-apple-64/1f9d8.png differ diff --git a/dist/img-apple-64/1f9d9-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f9d9-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..cacf43523 Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d9-1f3fb-200d-2640.png b/dist/img-apple-64/1f9d9-1f3fb-200d-2640.png new file mode 100644 index 000000000..cacf43523 Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d9-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f9d9-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..bfa76aa1a Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d9-1f3fb-200d-2642.png b/dist/img-apple-64/1f9d9-1f3fb-200d-2642.png new file mode 100644 index 000000000..bfa76aa1a Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d9-1f3fb.png b/dist/img-apple-64/1f9d9-1f3fb.png new file mode 100644 index 000000000..0babfeec6 Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3fb.png differ diff --git a/dist/img-apple-64/1f9d9-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f9d9-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..6fb258528 Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d9-1f3fc-200d-2640.png b/dist/img-apple-64/1f9d9-1f3fc-200d-2640.png new file mode 100644 index 000000000..6fb258528 Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d9-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f9d9-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..72c5252a7 Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d9-1f3fc-200d-2642.png b/dist/img-apple-64/1f9d9-1f3fc-200d-2642.png new file mode 100644 index 000000000..72c5252a7 Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d9-1f3fc.png b/dist/img-apple-64/1f9d9-1f3fc.png new file mode 100644 index 000000000..3cd44b951 Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3fc.png differ diff --git a/dist/img-apple-64/1f9d9-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f9d9-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..3d9d8643f Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d9-1f3fd-200d-2640.png b/dist/img-apple-64/1f9d9-1f3fd-200d-2640.png new file mode 100644 index 000000000..3d9d8643f Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d9-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f9d9-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..b1ad40f92 Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d9-1f3fd-200d-2642.png b/dist/img-apple-64/1f9d9-1f3fd-200d-2642.png new file mode 100644 index 000000000..b1ad40f92 Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d9-1f3fd.png b/dist/img-apple-64/1f9d9-1f3fd.png new file mode 100644 index 000000000..454d0e4ef Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3fd.png differ diff --git a/dist/img-apple-64/1f9d9-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f9d9-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..47e3f1385 Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d9-1f3fe-200d-2640.png b/dist/img-apple-64/1f9d9-1f3fe-200d-2640.png new file mode 100644 index 000000000..47e3f1385 Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d9-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f9d9-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..3b686a7b7 Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d9-1f3fe-200d-2642.png b/dist/img-apple-64/1f9d9-1f3fe-200d-2642.png new file mode 100644 index 000000000..3b686a7b7 Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d9-1f3fe.png b/dist/img-apple-64/1f9d9-1f3fe.png new file mode 100644 index 000000000..e9266faf9 Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3fe.png differ diff --git a/dist/img-apple-64/1f9d9-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f9d9-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..f0488fe95 Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d9-1f3ff-200d-2640.png b/dist/img-apple-64/1f9d9-1f3ff-200d-2640.png new file mode 100644 index 000000000..f0488fe95 Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d9-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f9d9-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..c9d775fde Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d9-1f3ff-200d-2642.png b/dist/img-apple-64/1f9d9-1f3ff-200d-2642.png new file mode 100644 index 000000000..c9d775fde Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d9-1f3ff.png b/dist/img-apple-64/1f9d9-1f3ff.png new file mode 100644 index 000000000..628777107 Binary files /dev/null and b/dist/img-apple-64/1f9d9-1f3ff.png differ diff --git a/dist/img-apple-64/1f9d9-200d-2640-fe0f.png b/dist/img-apple-64/1f9d9-200d-2640-fe0f.png new file mode 100644 index 000000000..d764f2ebe Binary files /dev/null and b/dist/img-apple-64/1f9d9-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9d9-200d-2640.png b/dist/img-apple-64/1f9d9-200d-2640.png new file mode 100644 index 000000000..d764f2ebe Binary files /dev/null and b/dist/img-apple-64/1f9d9-200d-2640.png differ diff --git a/dist/img-apple-64/1f9d9-200d-2642-fe0f.png b/dist/img-apple-64/1f9d9-200d-2642-fe0f.png new file mode 100644 index 000000000..029c41993 Binary files /dev/null and b/dist/img-apple-64/1f9d9-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9d9-200d-2642.png b/dist/img-apple-64/1f9d9-200d-2642.png new file mode 100644 index 000000000..029c41993 Binary files /dev/null and b/dist/img-apple-64/1f9d9-200d-2642.png differ diff --git a/dist/img-apple-64/1f9d9.png b/dist/img-apple-64/1f9d9.png new file mode 100644 index 000000000..ebf5e6321 Binary files /dev/null and b/dist/img-apple-64/1f9d9.png differ diff --git a/dist/img-apple-64/1f9da-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f9da-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..0e688d911 Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9da-1f3fb-200d-2640.png b/dist/img-apple-64/1f9da-1f3fb-200d-2640.png new file mode 100644 index 000000000..0e688d911 Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f9da-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f9da-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..ccbfca52f Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9da-1f3fb-200d-2642.png b/dist/img-apple-64/1f9da-1f3fb-200d-2642.png new file mode 100644 index 000000000..ccbfca52f Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f9da-1f3fb.png b/dist/img-apple-64/1f9da-1f3fb.png new file mode 100644 index 000000000..773fca87c Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3fb.png differ diff --git a/dist/img-apple-64/1f9da-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f9da-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..538efcf4f Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9da-1f3fc-200d-2640.png b/dist/img-apple-64/1f9da-1f3fc-200d-2640.png new file mode 100644 index 000000000..538efcf4f Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f9da-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f9da-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..d6f079234 Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9da-1f3fc-200d-2642.png b/dist/img-apple-64/1f9da-1f3fc-200d-2642.png new file mode 100644 index 000000000..d6f079234 Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f9da-1f3fc.png b/dist/img-apple-64/1f9da-1f3fc.png new file mode 100644 index 000000000..30291eced Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3fc.png differ diff --git a/dist/img-apple-64/1f9da-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f9da-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..e4e50c618 Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9da-1f3fd-200d-2640.png b/dist/img-apple-64/1f9da-1f3fd-200d-2640.png new file mode 100644 index 000000000..e4e50c618 Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f9da-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f9da-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..455a11450 Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9da-1f3fd-200d-2642.png b/dist/img-apple-64/1f9da-1f3fd-200d-2642.png new file mode 100644 index 000000000..455a11450 Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f9da-1f3fd.png b/dist/img-apple-64/1f9da-1f3fd.png new file mode 100644 index 000000000..07780291d Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3fd.png differ diff --git a/dist/img-apple-64/1f9da-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f9da-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..f921266be Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9da-1f3fe-200d-2640.png b/dist/img-apple-64/1f9da-1f3fe-200d-2640.png new file mode 100644 index 000000000..f921266be Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f9da-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f9da-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..9cef59fbd Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9da-1f3fe-200d-2642.png b/dist/img-apple-64/1f9da-1f3fe-200d-2642.png new file mode 100644 index 000000000..9cef59fbd Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f9da-1f3fe.png b/dist/img-apple-64/1f9da-1f3fe.png new file mode 100644 index 000000000..42a2dc46e Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3fe.png differ diff --git a/dist/img-apple-64/1f9da-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f9da-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..632d969f2 Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9da-1f3ff-200d-2640.png b/dist/img-apple-64/1f9da-1f3ff-200d-2640.png new file mode 100644 index 000000000..632d969f2 Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f9da-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f9da-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..022698929 Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9da-1f3ff-200d-2642.png b/dist/img-apple-64/1f9da-1f3ff-200d-2642.png new file mode 100644 index 000000000..022698929 Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f9da-1f3ff.png b/dist/img-apple-64/1f9da-1f3ff.png new file mode 100644 index 000000000..1225c31e0 Binary files /dev/null and b/dist/img-apple-64/1f9da-1f3ff.png differ diff --git a/dist/img-apple-64/1f9da-200d-2640-fe0f.png b/dist/img-apple-64/1f9da-200d-2640-fe0f.png new file mode 100644 index 000000000..614c9ac4c Binary files /dev/null and b/dist/img-apple-64/1f9da-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9da-200d-2640.png b/dist/img-apple-64/1f9da-200d-2640.png new file mode 100644 index 000000000..614c9ac4c Binary files /dev/null and b/dist/img-apple-64/1f9da-200d-2640.png differ diff --git a/dist/img-apple-64/1f9da-200d-2642-fe0f.png b/dist/img-apple-64/1f9da-200d-2642-fe0f.png new file mode 100644 index 000000000..c8be5e079 Binary files /dev/null and b/dist/img-apple-64/1f9da-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9da-200d-2642.png b/dist/img-apple-64/1f9da-200d-2642.png new file mode 100644 index 000000000..c8be5e079 Binary files /dev/null and b/dist/img-apple-64/1f9da-200d-2642.png differ diff --git a/dist/img-apple-64/1f9da.png b/dist/img-apple-64/1f9da.png new file mode 100644 index 000000000..2e88f8002 Binary files /dev/null and b/dist/img-apple-64/1f9da.png differ diff --git a/dist/img-apple-64/1f9db-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f9db-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..528dbb42d Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9db-1f3fb-200d-2640.png b/dist/img-apple-64/1f9db-1f3fb-200d-2640.png new file mode 100644 index 000000000..528dbb42d Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f9db-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f9db-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..8551d8795 Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9db-1f3fb-200d-2642.png b/dist/img-apple-64/1f9db-1f3fb-200d-2642.png new file mode 100644 index 000000000..8551d8795 Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f9db-1f3fb.png b/dist/img-apple-64/1f9db-1f3fb.png new file mode 100644 index 000000000..c105d5264 Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3fb.png differ diff --git a/dist/img-apple-64/1f9db-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f9db-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..65ebba4b7 Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9db-1f3fc-200d-2640.png b/dist/img-apple-64/1f9db-1f3fc-200d-2640.png new file mode 100644 index 000000000..65ebba4b7 Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f9db-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f9db-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..c4e498cad Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9db-1f3fc-200d-2642.png b/dist/img-apple-64/1f9db-1f3fc-200d-2642.png new file mode 100644 index 000000000..c4e498cad Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f9db-1f3fc.png b/dist/img-apple-64/1f9db-1f3fc.png new file mode 100644 index 000000000..7151f1f52 Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3fc.png differ diff --git a/dist/img-apple-64/1f9db-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f9db-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..65da43c32 Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9db-1f3fd-200d-2640.png b/dist/img-apple-64/1f9db-1f3fd-200d-2640.png new file mode 100644 index 000000000..65da43c32 Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f9db-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f9db-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..6815cff57 Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9db-1f3fd-200d-2642.png b/dist/img-apple-64/1f9db-1f3fd-200d-2642.png new file mode 100644 index 000000000..6815cff57 Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f9db-1f3fd.png b/dist/img-apple-64/1f9db-1f3fd.png new file mode 100644 index 000000000..147824eb3 Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3fd.png differ diff --git a/dist/img-apple-64/1f9db-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f9db-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..199e0f4dd Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9db-1f3fe-200d-2640.png b/dist/img-apple-64/1f9db-1f3fe-200d-2640.png new file mode 100644 index 000000000..199e0f4dd Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f9db-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f9db-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..35634d6a5 Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9db-1f3fe-200d-2642.png b/dist/img-apple-64/1f9db-1f3fe-200d-2642.png new file mode 100644 index 000000000..35634d6a5 Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f9db-1f3fe.png b/dist/img-apple-64/1f9db-1f3fe.png new file mode 100644 index 000000000..5457b77bd Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3fe.png differ diff --git a/dist/img-apple-64/1f9db-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f9db-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..230ed126c Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9db-1f3ff-200d-2640.png b/dist/img-apple-64/1f9db-1f3ff-200d-2640.png new file mode 100644 index 000000000..230ed126c Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f9db-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f9db-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..f363d0d17 Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9db-1f3ff-200d-2642.png b/dist/img-apple-64/1f9db-1f3ff-200d-2642.png new file mode 100644 index 000000000..f363d0d17 Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f9db-1f3ff.png b/dist/img-apple-64/1f9db-1f3ff.png new file mode 100644 index 000000000..97320a35c Binary files /dev/null and b/dist/img-apple-64/1f9db-1f3ff.png differ diff --git a/dist/img-apple-64/1f9db-200d-2640-fe0f.png b/dist/img-apple-64/1f9db-200d-2640-fe0f.png new file mode 100644 index 000000000..f730facbc Binary files /dev/null and b/dist/img-apple-64/1f9db-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9db-200d-2640.png b/dist/img-apple-64/1f9db-200d-2640.png new file mode 100644 index 000000000..f730facbc Binary files /dev/null and b/dist/img-apple-64/1f9db-200d-2640.png differ diff --git a/dist/img-apple-64/1f9db-200d-2642-fe0f.png b/dist/img-apple-64/1f9db-200d-2642-fe0f.png new file mode 100644 index 000000000..7f83e2252 Binary files /dev/null and b/dist/img-apple-64/1f9db-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9db-200d-2642.png b/dist/img-apple-64/1f9db-200d-2642.png new file mode 100644 index 000000000..7f83e2252 Binary files /dev/null and b/dist/img-apple-64/1f9db-200d-2642.png differ diff --git a/dist/img-apple-64/1f9db.png b/dist/img-apple-64/1f9db.png new file mode 100644 index 000000000..214e4eadf Binary files /dev/null and b/dist/img-apple-64/1f9db.png differ diff --git a/dist/img-apple-64/1f9dc-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f9dc-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..6538cf925 Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9dc-1f3fb-200d-2640.png b/dist/img-apple-64/1f9dc-1f3fb-200d-2640.png new file mode 100644 index 000000000..6538cf925 Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f9dc-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f9dc-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..4766f4df5 Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9dc-1f3fb-200d-2642.png b/dist/img-apple-64/1f9dc-1f3fb-200d-2642.png new file mode 100644 index 000000000..4766f4df5 Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f9dc-1f3fb.png b/dist/img-apple-64/1f9dc-1f3fb.png new file mode 100644 index 000000000..d9c2ac508 Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3fb.png differ diff --git a/dist/img-apple-64/1f9dc-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f9dc-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..5bf25cf25 Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9dc-1f3fc-200d-2640.png b/dist/img-apple-64/1f9dc-1f3fc-200d-2640.png new file mode 100644 index 000000000..5bf25cf25 Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f9dc-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f9dc-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..3d9e5ad1c Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9dc-1f3fc-200d-2642.png b/dist/img-apple-64/1f9dc-1f3fc-200d-2642.png new file mode 100644 index 000000000..3d9e5ad1c Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f9dc-1f3fc.png b/dist/img-apple-64/1f9dc-1f3fc.png new file mode 100644 index 000000000..a812f4aae Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3fc.png differ diff --git a/dist/img-apple-64/1f9dc-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f9dc-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..7ad188d78 Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9dc-1f3fd-200d-2640.png b/dist/img-apple-64/1f9dc-1f3fd-200d-2640.png new file mode 100644 index 000000000..7ad188d78 Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f9dc-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f9dc-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..9b9d2578c Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9dc-1f3fd-200d-2642.png b/dist/img-apple-64/1f9dc-1f3fd-200d-2642.png new file mode 100644 index 000000000..9b9d2578c Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f9dc-1f3fd.png b/dist/img-apple-64/1f9dc-1f3fd.png new file mode 100644 index 000000000..91b46be4a Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3fd.png differ diff --git a/dist/img-apple-64/1f9dc-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f9dc-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..f7faf76fa Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9dc-1f3fe-200d-2640.png b/dist/img-apple-64/1f9dc-1f3fe-200d-2640.png new file mode 100644 index 000000000..f7faf76fa Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f9dc-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f9dc-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..0a04c3758 Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9dc-1f3fe-200d-2642.png b/dist/img-apple-64/1f9dc-1f3fe-200d-2642.png new file mode 100644 index 000000000..0a04c3758 Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f9dc-1f3fe.png b/dist/img-apple-64/1f9dc-1f3fe.png new file mode 100644 index 000000000..e7391b89f Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3fe.png differ diff --git a/dist/img-apple-64/1f9dc-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f9dc-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..3ffb1a25e Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9dc-1f3ff-200d-2640.png b/dist/img-apple-64/1f9dc-1f3ff-200d-2640.png new file mode 100644 index 000000000..3ffb1a25e Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f9dc-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f9dc-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..c47e2d751 Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9dc-1f3ff-200d-2642.png b/dist/img-apple-64/1f9dc-1f3ff-200d-2642.png new file mode 100644 index 000000000..c47e2d751 Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f9dc-1f3ff.png b/dist/img-apple-64/1f9dc-1f3ff.png new file mode 100644 index 000000000..498ddcdd4 Binary files /dev/null and b/dist/img-apple-64/1f9dc-1f3ff.png differ diff --git a/dist/img-apple-64/1f9dc-200d-2640-fe0f.png b/dist/img-apple-64/1f9dc-200d-2640-fe0f.png new file mode 100644 index 000000000..b902f6a2f Binary files /dev/null and b/dist/img-apple-64/1f9dc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9dc-200d-2640.png b/dist/img-apple-64/1f9dc-200d-2640.png new file mode 100644 index 000000000..b902f6a2f Binary files /dev/null and b/dist/img-apple-64/1f9dc-200d-2640.png differ diff --git a/dist/img-apple-64/1f9dc-200d-2642-fe0f.png b/dist/img-apple-64/1f9dc-200d-2642-fe0f.png new file mode 100644 index 000000000..ed4e8f4c9 Binary files /dev/null and b/dist/img-apple-64/1f9dc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9dc-200d-2642.png b/dist/img-apple-64/1f9dc-200d-2642.png new file mode 100644 index 000000000..ed4e8f4c9 Binary files /dev/null and b/dist/img-apple-64/1f9dc-200d-2642.png differ diff --git a/dist/img-apple-64/1f9dc.png b/dist/img-apple-64/1f9dc.png new file mode 100644 index 000000000..584d5bb5e Binary files /dev/null and b/dist/img-apple-64/1f9dc.png differ diff --git a/dist/img-apple-64/1f9dd-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/1f9dd-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..2f73d3c5d Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9dd-1f3fb-200d-2640.png b/dist/img-apple-64/1f9dd-1f3fb-200d-2640.png new file mode 100644 index 000000000..2f73d3c5d Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/1f9dd-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/1f9dd-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..e043b5ec0 Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9dd-1f3fb-200d-2642.png b/dist/img-apple-64/1f9dd-1f3fb-200d-2642.png new file mode 100644 index 000000000..e043b5ec0 Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/1f9dd-1f3fb.png b/dist/img-apple-64/1f9dd-1f3fb.png new file mode 100644 index 000000000..70c325d1e Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3fb.png differ diff --git a/dist/img-apple-64/1f9dd-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/1f9dd-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..8dd5495ce Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9dd-1f3fc-200d-2640.png b/dist/img-apple-64/1f9dd-1f3fc-200d-2640.png new file mode 100644 index 000000000..8dd5495ce Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/1f9dd-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/1f9dd-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..faac99b46 Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9dd-1f3fc-200d-2642.png b/dist/img-apple-64/1f9dd-1f3fc-200d-2642.png new file mode 100644 index 000000000..faac99b46 Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/1f9dd-1f3fc.png b/dist/img-apple-64/1f9dd-1f3fc.png new file mode 100644 index 000000000..642aa16cc Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3fc.png differ diff --git a/dist/img-apple-64/1f9dd-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/1f9dd-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..53463207e Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9dd-1f3fd-200d-2640.png b/dist/img-apple-64/1f9dd-1f3fd-200d-2640.png new file mode 100644 index 000000000..53463207e Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/1f9dd-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/1f9dd-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..354708918 Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9dd-1f3fd-200d-2642.png b/dist/img-apple-64/1f9dd-1f3fd-200d-2642.png new file mode 100644 index 000000000..354708918 Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/1f9dd-1f3fd.png b/dist/img-apple-64/1f9dd-1f3fd.png new file mode 100644 index 000000000..45b758984 Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3fd.png differ diff --git a/dist/img-apple-64/1f9dd-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/1f9dd-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..d48b819ff Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9dd-1f3fe-200d-2640.png b/dist/img-apple-64/1f9dd-1f3fe-200d-2640.png new file mode 100644 index 000000000..d48b819ff Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/1f9dd-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/1f9dd-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..ed26624f8 Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9dd-1f3fe-200d-2642.png b/dist/img-apple-64/1f9dd-1f3fe-200d-2642.png new file mode 100644 index 000000000..ed26624f8 Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/1f9dd-1f3fe.png b/dist/img-apple-64/1f9dd-1f3fe.png new file mode 100644 index 000000000..0b7ec64d0 Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3fe.png differ diff --git a/dist/img-apple-64/1f9dd-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/1f9dd-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..73f53b20a Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9dd-1f3ff-200d-2640.png b/dist/img-apple-64/1f9dd-1f3ff-200d-2640.png new file mode 100644 index 000000000..73f53b20a Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/1f9dd-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/1f9dd-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..8989494bb Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9dd-1f3ff-200d-2642.png b/dist/img-apple-64/1f9dd-1f3ff-200d-2642.png new file mode 100644 index 000000000..8989494bb Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/1f9dd-1f3ff.png b/dist/img-apple-64/1f9dd-1f3ff.png new file mode 100644 index 000000000..53e0f9333 Binary files /dev/null and b/dist/img-apple-64/1f9dd-1f3ff.png differ diff --git a/dist/img-apple-64/1f9dd-200d-2640-fe0f.png b/dist/img-apple-64/1f9dd-200d-2640-fe0f.png new file mode 100644 index 000000000..75d4bf13c Binary files /dev/null and b/dist/img-apple-64/1f9dd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9dd-200d-2640.png b/dist/img-apple-64/1f9dd-200d-2640.png new file mode 100644 index 000000000..75d4bf13c Binary files /dev/null and b/dist/img-apple-64/1f9dd-200d-2640.png differ diff --git a/dist/img-apple-64/1f9dd-200d-2642-fe0f.png b/dist/img-apple-64/1f9dd-200d-2642-fe0f.png new file mode 100644 index 000000000..257ab2ca9 Binary files /dev/null and b/dist/img-apple-64/1f9dd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9dd-200d-2642.png b/dist/img-apple-64/1f9dd-200d-2642.png new file mode 100644 index 000000000..257ab2ca9 Binary files /dev/null and b/dist/img-apple-64/1f9dd-200d-2642.png differ diff --git a/dist/img-apple-64/1f9dd.png b/dist/img-apple-64/1f9dd.png new file mode 100644 index 000000000..0699b2f97 Binary files /dev/null and b/dist/img-apple-64/1f9dd.png differ diff --git a/dist/img-apple-64/1f9de-200d-2640-fe0f.png b/dist/img-apple-64/1f9de-200d-2640-fe0f.png new file mode 100644 index 000000000..2a12887ff Binary files /dev/null and b/dist/img-apple-64/1f9de-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9de-200d-2640.png b/dist/img-apple-64/1f9de-200d-2640.png new file mode 100644 index 000000000..2a12887ff Binary files /dev/null and b/dist/img-apple-64/1f9de-200d-2640.png differ diff --git a/dist/img-apple-64/1f9de-200d-2642-fe0f.png b/dist/img-apple-64/1f9de-200d-2642-fe0f.png new file mode 100644 index 000000000..d55d5a0a1 Binary files /dev/null and b/dist/img-apple-64/1f9de-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9de-200d-2642.png b/dist/img-apple-64/1f9de-200d-2642.png new file mode 100644 index 000000000..d55d5a0a1 Binary files /dev/null and b/dist/img-apple-64/1f9de-200d-2642.png differ diff --git a/dist/img-apple-64/1f9de.png b/dist/img-apple-64/1f9de.png new file mode 100644 index 000000000..933ad64ce Binary files /dev/null and b/dist/img-apple-64/1f9de.png differ diff --git a/dist/img-apple-64/1f9df-200d-2640-fe0f.png b/dist/img-apple-64/1f9df-200d-2640-fe0f.png new file mode 100644 index 000000000..462c07e71 Binary files /dev/null and b/dist/img-apple-64/1f9df-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/1f9df-200d-2640.png b/dist/img-apple-64/1f9df-200d-2640.png new file mode 100644 index 000000000..462c07e71 Binary files /dev/null and b/dist/img-apple-64/1f9df-200d-2640.png differ diff --git a/dist/img-apple-64/1f9df-200d-2642-fe0f.png b/dist/img-apple-64/1f9df-200d-2642-fe0f.png new file mode 100644 index 000000000..9564035e7 Binary files /dev/null and b/dist/img-apple-64/1f9df-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/1f9df-200d-2642.png b/dist/img-apple-64/1f9df-200d-2642.png new file mode 100644 index 000000000..9564035e7 Binary files /dev/null and b/dist/img-apple-64/1f9df-200d-2642.png differ diff --git a/dist/img-apple-64/1f9df.png b/dist/img-apple-64/1f9df.png new file mode 100644 index 000000000..4a6f52b99 Binary files /dev/null and b/dist/img-apple-64/1f9df.png differ diff --git a/dist/img-apple-64/1f9e0.png b/dist/img-apple-64/1f9e0.png new file mode 100644 index 000000000..eb250c30c Binary files /dev/null and b/dist/img-apple-64/1f9e0.png differ diff --git a/dist/img-apple-64/1f9e1.png b/dist/img-apple-64/1f9e1.png new file mode 100644 index 000000000..4ef0a1ac5 Binary files /dev/null and b/dist/img-apple-64/1f9e1.png differ diff --git a/dist/img-apple-64/1f9e2.png b/dist/img-apple-64/1f9e2.png new file mode 100644 index 000000000..667730eb6 Binary files /dev/null and b/dist/img-apple-64/1f9e2.png differ diff --git a/dist/img-apple-64/1f9e3.png b/dist/img-apple-64/1f9e3.png new file mode 100644 index 000000000..8756df412 Binary files /dev/null and b/dist/img-apple-64/1f9e3.png differ diff --git a/dist/img-apple-64/1f9e4.png b/dist/img-apple-64/1f9e4.png new file mode 100644 index 000000000..7b0b60fa0 Binary files /dev/null and b/dist/img-apple-64/1f9e4.png differ diff --git a/dist/img-apple-64/1f9e5.png b/dist/img-apple-64/1f9e5.png new file mode 100644 index 000000000..c02759ce8 Binary files /dev/null and b/dist/img-apple-64/1f9e5.png differ diff --git a/dist/img-apple-64/1f9e6.png b/dist/img-apple-64/1f9e6.png new file mode 100644 index 000000000..bb5121f04 Binary files /dev/null and b/dist/img-apple-64/1f9e6.png differ diff --git a/dist/img-apple-64/1f9e7.png b/dist/img-apple-64/1f9e7.png new file mode 100644 index 000000000..43197ec13 Binary files /dev/null and b/dist/img-apple-64/1f9e7.png differ diff --git a/dist/img-apple-64/1f9e8.png b/dist/img-apple-64/1f9e8.png new file mode 100644 index 000000000..27a364ac2 Binary files /dev/null and b/dist/img-apple-64/1f9e8.png differ diff --git a/dist/img-apple-64/1f9e9.png b/dist/img-apple-64/1f9e9.png new file mode 100644 index 000000000..59e19fdc2 Binary files /dev/null and b/dist/img-apple-64/1f9e9.png differ diff --git a/dist/img-apple-64/1f9ea.png b/dist/img-apple-64/1f9ea.png new file mode 100644 index 000000000..d885ca3a7 Binary files /dev/null and b/dist/img-apple-64/1f9ea.png differ diff --git a/dist/img-apple-64/1f9eb.png b/dist/img-apple-64/1f9eb.png new file mode 100644 index 000000000..14a1c42a2 Binary files /dev/null and b/dist/img-apple-64/1f9eb.png differ diff --git a/dist/img-apple-64/1f9ec.png b/dist/img-apple-64/1f9ec.png new file mode 100644 index 000000000..aa3db15c6 Binary files /dev/null and b/dist/img-apple-64/1f9ec.png differ diff --git a/dist/img-apple-64/1f9ed.png b/dist/img-apple-64/1f9ed.png new file mode 100644 index 000000000..fd809334a Binary files /dev/null and b/dist/img-apple-64/1f9ed.png differ diff --git a/dist/img-apple-64/1f9ee.png b/dist/img-apple-64/1f9ee.png new file mode 100644 index 000000000..ddd69d7e0 Binary files /dev/null and b/dist/img-apple-64/1f9ee.png differ diff --git a/dist/img-apple-64/1f9ef.png b/dist/img-apple-64/1f9ef.png new file mode 100644 index 000000000..54b5db879 Binary files /dev/null and b/dist/img-apple-64/1f9ef.png differ diff --git a/dist/img-apple-64/1f9f0.png b/dist/img-apple-64/1f9f0.png new file mode 100644 index 000000000..a4b4fa11c Binary files /dev/null and b/dist/img-apple-64/1f9f0.png differ diff --git a/dist/img-apple-64/1f9f1.png b/dist/img-apple-64/1f9f1.png new file mode 100644 index 000000000..87dc6b17d Binary files /dev/null and b/dist/img-apple-64/1f9f1.png differ diff --git a/dist/img-apple-64/1f9f2.png b/dist/img-apple-64/1f9f2.png new file mode 100644 index 000000000..0a3bbdeb2 Binary files /dev/null and b/dist/img-apple-64/1f9f2.png differ diff --git a/dist/img-apple-64/1f9f3.png b/dist/img-apple-64/1f9f3.png new file mode 100644 index 000000000..6156997b5 Binary files /dev/null and b/dist/img-apple-64/1f9f3.png differ diff --git a/dist/img-apple-64/1f9f4.png b/dist/img-apple-64/1f9f4.png new file mode 100644 index 000000000..90cab942a Binary files /dev/null and b/dist/img-apple-64/1f9f4.png differ diff --git a/dist/img-apple-64/1f9f5.png b/dist/img-apple-64/1f9f5.png new file mode 100644 index 000000000..37e64bdad Binary files /dev/null and b/dist/img-apple-64/1f9f5.png differ diff --git a/dist/img-apple-64/1f9f6.png b/dist/img-apple-64/1f9f6.png new file mode 100644 index 000000000..e8cd5f60e Binary files /dev/null and b/dist/img-apple-64/1f9f6.png differ diff --git a/dist/img-apple-64/1f9f7.png b/dist/img-apple-64/1f9f7.png new file mode 100644 index 000000000..cdb6fefcc Binary files /dev/null and b/dist/img-apple-64/1f9f7.png differ diff --git a/dist/img-apple-64/1f9f8.png b/dist/img-apple-64/1f9f8.png new file mode 100644 index 000000000..3dd0f2eb7 Binary files /dev/null and b/dist/img-apple-64/1f9f8.png differ diff --git a/dist/img-apple-64/1f9f9.png b/dist/img-apple-64/1f9f9.png new file mode 100644 index 000000000..3c37502a9 Binary files /dev/null and b/dist/img-apple-64/1f9f9.png differ diff --git a/dist/img-apple-64/1f9fa.png b/dist/img-apple-64/1f9fa.png new file mode 100644 index 000000000..bcc2451a6 Binary files /dev/null and b/dist/img-apple-64/1f9fa.png differ diff --git a/dist/img-apple-64/1f9fb.png b/dist/img-apple-64/1f9fb.png new file mode 100644 index 000000000..6c5620f13 Binary files /dev/null and b/dist/img-apple-64/1f9fb.png differ diff --git a/dist/img-apple-64/1f9fc.png b/dist/img-apple-64/1f9fc.png new file mode 100644 index 000000000..b58cfea31 Binary files /dev/null and b/dist/img-apple-64/1f9fc.png differ diff --git a/dist/img-apple-64/1f9fd.png b/dist/img-apple-64/1f9fd.png new file mode 100644 index 000000000..f4c91aa67 Binary files /dev/null and b/dist/img-apple-64/1f9fd.png differ diff --git a/dist/img-apple-64/1f9fe.png b/dist/img-apple-64/1f9fe.png new file mode 100644 index 000000000..ca8d0b538 Binary files /dev/null and b/dist/img-apple-64/1f9fe.png differ diff --git a/dist/img-apple-64/1f9ff.png b/dist/img-apple-64/1f9ff.png new file mode 100644 index 000000000..be1b23eff Binary files /dev/null and b/dist/img-apple-64/1f9ff.png differ diff --git a/dist/img-apple-64/1fa70.png b/dist/img-apple-64/1fa70.png new file mode 100644 index 000000000..063aab809 Binary files /dev/null and b/dist/img-apple-64/1fa70.png differ diff --git a/dist/img-apple-64/1fa71.png b/dist/img-apple-64/1fa71.png new file mode 100644 index 000000000..9e32014c9 Binary files /dev/null and b/dist/img-apple-64/1fa71.png differ diff --git a/dist/img-apple-64/1fa72.png b/dist/img-apple-64/1fa72.png new file mode 100644 index 000000000..958e457ba Binary files /dev/null and b/dist/img-apple-64/1fa72.png differ diff --git a/dist/img-apple-64/1fa73.png b/dist/img-apple-64/1fa73.png new file mode 100644 index 000000000..54e8452fc Binary files /dev/null and b/dist/img-apple-64/1fa73.png differ diff --git a/dist/img-apple-64/1fa74.png b/dist/img-apple-64/1fa74.png new file mode 100755 index 000000000..efddcdf44 Binary files /dev/null and b/dist/img-apple-64/1fa74.png differ diff --git a/dist/img-apple-64/1fa78.png b/dist/img-apple-64/1fa78.png new file mode 100644 index 000000000..deaf01a49 Binary files /dev/null and b/dist/img-apple-64/1fa78.png differ diff --git a/dist/img-apple-64/1fa79.png b/dist/img-apple-64/1fa79.png new file mode 100644 index 000000000..c5b042888 Binary files /dev/null and b/dist/img-apple-64/1fa79.png differ diff --git a/dist/img-apple-64/1fa7a.png b/dist/img-apple-64/1fa7a.png new file mode 100644 index 000000000..73f862022 Binary files /dev/null and b/dist/img-apple-64/1fa7a.png differ diff --git a/dist/img-apple-64/1fa80.png b/dist/img-apple-64/1fa80.png new file mode 100644 index 000000000..c5fdde9fd Binary files /dev/null and b/dist/img-apple-64/1fa80.png differ diff --git a/dist/img-apple-64/1fa81.png b/dist/img-apple-64/1fa81.png new file mode 100644 index 000000000..e304e1d9f Binary files /dev/null and b/dist/img-apple-64/1fa81.png differ diff --git a/dist/img-apple-64/1fa82.png b/dist/img-apple-64/1fa82.png new file mode 100644 index 000000000..498af7ce8 Binary files /dev/null and b/dist/img-apple-64/1fa82.png differ diff --git a/dist/img-apple-64/1fa83.png b/dist/img-apple-64/1fa83.png new file mode 100755 index 000000000..5e36fdfff Binary files /dev/null and b/dist/img-apple-64/1fa83.png differ diff --git a/dist/img-apple-64/1fa84.png b/dist/img-apple-64/1fa84.png new file mode 100755 index 000000000..e7e6734c1 Binary files /dev/null and b/dist/img-apple-64/1fa84.png differ diff --git a/dist/img-apple-64/1fa85.png b/dist/img-apple-64/1fa85.png new file mode 100755 index 000000000..df6b9be15 Binary files /dev/null and b/dist/img-apple-64/1fa85.png differ diff --git a/dist/img-apple-64/1fa86.png b/dist/img-apple-64/1fa86.png new file mode 100755 index 000000000..aef72cdf2 Binary files /dev/null and b/dist/img-apple-64/1fa86.png differ diff --git a/dist/img-apple-64/1fa90.png b/dist/img-apple-64/1fa90.png new file mode 100644 index 000000000..2437a37f3 Binary files /dev/null and b/dist/img-apple-64/1fa90.png differ diff --git a/dist/img-apple-64/1fa91.png b/dist/img-apple-64/1fa91.png new file mode 100644 index 000000000..6a0d2e45a Binary files /dev/null and b/dist/img-apple-64/1fa91.png differ diff --git a/dist/img-apple-64/1fa92.png b/dist/img-apple-64/1fa92.png new file mode 100644 index 000000000..2fb0ee280 Binary files /dev/null and b/dist/img-apple-64/1fa92.png differ diff --git a/dist/img-apple-64/1fa93.png b/dist/img-apple-64/1fa93.png new file mode 100644 index 000000000..bf7685b8d Binary files /dev/null and b/dist/img-apple-64/1fa93.png differ diff --git a/dist/img-apple-64/1fa94.png b/dist/img-apple-64/1fa94.png new file mode 100644 index 000000000..e33ea7b46 Binary files /dev/null and b/dist/img-apple-64/1fa94.png differ diff --git a/dist/img-apple-64/1fa95.png b/dist/img-apple-64/1fa95.png new file mode 100644 index 000000000..61486b4ec Binary files /dev/null and b/dist/img-apple-64/1fa95.png differ diff --git a/dist/img-apple-64/1fa96.png b/dist/img-apple-64/1fa96.png new file mode 100755 index 000000000..a3b897f3c Binary files /dev/null and b/dist/img-apple-64/1fa96.png differ diff --git a/dist/img-apple-64/1fa97.png b/dist/img-apple-64/1fa97.png new file mode 100755 index 000000000..a530b81c7 Binary files /dev/null and b/dist/img-apple-64/1fa97.png differ diff --git a/dist/img-apple-64/1fa98.png b/dist/img-apple-64/1fa98.png new file mode 100755 index 000000000..6f8dccd33 Binary files /dev/null and b/dist/img-apple-64/1fa98.png differ diff --git a/dist/img-apple-64/1fa99.png b/dist/img-apple-64/1fa99.png new file mode 100755 index 000000000..0c300ee64 Binary files /dev/null and b/dist/img-apple-64/1fa99.png differ diff --git a/dist/img-apple-64/1fa9a.png b/dist/img-apple-64/1fa9a.png new file mode 100755 index 000000000..a959df651 Binary files /dev/null and b/dist/img-apple-64/1fa9a.png differ diff --git a/dist/img-apple-64/1fa9b.png b/dist/img-apple-64/1fa9b.png new file mode 100755 index 000000000..a5e632a6c Binary files /dev/null and b/dist/img-apple-64/1fa9b.png differ diff --git a/dist/img-apple-64/1fa9c.png b/dist/img-apple-64/1fa9c.png new file mode 100755 index 000000000..69aa5a198 Binary files /dev/null and b/dist/img-apple-64/1fa9c.png differ diff --git a/dist/img-apple-64/1fa9d.png b/dist/img-apple-64/1fa9d.png new file mode 100755 index 000000000..1543f9ebc Binary files /dev/null and b/dist/img-apple-64/1fa9d.png differ diff --git a/dist/img-apple-64/1fa9e.png b/dist/img-apple-64/1fa9e.png new file mode 100755 index 000000000..8c44c93f5 Binary files /dev/null and b/dist/img-apple-64/1fa9e.png differ diff --git a/dist/img-apple-64/1fa9f.png b/dist/img-apple-64/1fa9f.png new file mode 100755 index 000000000..88cc623f1 Binary files /dev/null and b/dist/img-apple-64/1fa9f.png differ diff --git a/dist/img-apple-64/1faa0.png b/dist/img-apple-64/1faa0.png new file mode 100755 index 000000000..565809667 Binary files /dev/null and b/dist/img-apple-64/1faa0.png differ diff --git a/dist/img-apple-64/1faa1.png b/dist/img-apple-64/1faa1.png new file mode 100755 index 000000000..425085ed2 Binary files /dev/null and b/dist/img-apple-64/1faa1.png differ diff --git a/dist/img-apple-64/1faa2.png b/dist/img-apple-64/1faa2.png new file mode 100755 index 000000000..e227121a6 Binary files /dev/null and b/dist/img-apple-64/1faa2.png differ diff --git a/dist/img-apple-64/1faa3.png b/dist/img-apple-64/1faa3.png new file mode 100755 index 000000000..f2dd2b4e0 Binary files /dev/null and b/dist/img-apple-64/1faa3.png differ diff --git a/dist/img-apple-64/1faa4.png b/dist/img-apple-64/1faa4.png new file mode 100755 index 000000000..e92dae2f8 Binary files /dev/null and b/dist/img-apple-64/1faa4.png differ diff --git a/dist/img-apple-64/1faa5.png b/dist/img-apple-64/1faa5.png new file mode 100755 index 000000000..18cb2460c Binary files /dev/null and b/dist/img-apple-64/1faa5.png differ diff --git a/dist/img-apple-64/1faa6.png b/dist/img-apple-64/1faa6.png new file mode 100755 index 000000000..0dc87f5d0 Binary files /dev/null and b/dist/img-apple-64/1faa6.png differ diff --git a/dist/img-apple-64/1faa7.png b/dist/img-apple-64/1faa7.png new file mode 100755 index 000000000..7c060266a Binary files /dev/null and b/dist/img-apple-64/1faa7.png differ diff --git a/dist/img-apple-64/1faa8.png b/dist/img-apple-64/1faa8.png new file mode 100755 index 000000000..c4a2eed27 Binary files /dev/null and b/dist/img-apple-64/1faa8.png differ diff --git a/dist/img-apple-64/1fab0.png b/dist/img-apple-64/1fab0.png new file mode 100755 index 000000000..29a3019f2 Binary files /dev/null and b/dist/img-apple-64/1fab0.png differ diff --git a/dist/img-apple-64/1fab1.png b/dist/img-apple-64/1fab1.png new file mode 100755 index 000000000..e25eb6b6d Binary files /dev/null and b/dist/img-apple-64/1fab1.png differ diff --git a/dist/img-apple-64/1fab2.png b/dist/img-apple-64/1fab2.png new file mode 100755 index 000000000..13dd4162e Binary files /dev/null and b/dist/img-apple-64/1fab2.png differ diff --git a/dist/img-apple-64/1fab3.png b/dist/img-apple-64/1fab3.png new file mode 100755 index 000000000..388baf5ee Binary files /dev/null and b/dist/img-apple-64/1fab3.png differ diff --git a/dist/img-apple-64/1fab4.png b/dist/img-apple-64/1fab4.png new file mode 100755 index 000000000..e1be7c08f Binary files /dev/null and b/dist/img-apple-64/1fab4.png differ diff --git a/dist/img-apple-64/1fab5.png b/dist/img-apple-64/1fab5.png new file mode 100755 index 000000000..40475eac9 Binary files /dev/null and b/dist/img-apple-64/1fab5.png differ diff --git a/dist/img-apple-64/1fab6.png b/dist/img-apple-64/1fab6.png new file mode 100755 index 000000000..e70ad8e69 Binary files /dev/null and b/dist/img-apple-64/1fab6.png differ diff --git a/dist/img-apple-64/1fac0.png b/dist/img-apple-64/1fac0.png new file mode 100755 index 000000000..8de0b838a Binary files /dev/null and b/dist/img-apple-64/1fac0.png differ diff --git a/dist/img-apple-64/1fac1.png b/dist/img-apple-64/1fac1.png new file mode 100755 index 000000000..a8ea32148 Binary files /dev/null and b/dist/img-apple-64/1fac1.png differ diff --git a/dist/img-apple-64/1fac2.png b/dist/img-apple-64/1fac2.png new file mode 100755 index 000000000..9a9033363 Binary files /dev/null and b/dist/img-apple-64/1fac2.png differ diff --git a/dist/img-apple-64/1fad0.png b/dist/img-apple-64/1fad0.png new file mode 100755 index 000000000..f0239a541 Binary files /dev/null and b/dist/img-apple-64/1fad0.png differ diff --git a/dist/img-apple-64/1fad1.png b/dist/img-apple-64/1fad1.png new file mode 100755 index 000000000..6f7183384 Binary files /dev/null and b/dist/img-apple-64/1fad1.png differ diff --git a/dist/img-apple-64/1fad2.png b/dist/img-apple-64/1fad2.png new file mode 100755 index 000000000..2d6bd4dfb Binary files /dev/null and b/dist/img-apple-64/1fad2.png differ diff --git a/dist/img-apple-64/1fad3.png b/dist/img-apple-64/1fad3.png new file mode 100755 index 000000000..52cf450f1 Binary files /dev/null and b/dist/img-apple-64/1fad3.png differ diff --git a/dist/img-apple-64/1fad4.png b/dist/img-apple-64/1fad4.png new file mode 100755 index 000000000..9fac43e7d Binary files /dev/null and b/dist/img-apple-64/1fad4.png differ diff --git a/dist/img-apple-64/1fad5.png b/dist/img-apple-64/1fad5.png new file mode 100755 index 000000000..6e4f98801 Binary files /dev/null and b/dist/img-apple-64/1fad5.png differ diff --git a/dist/img-apple-64/1fad6.png b/dist/img-apple-64/1fad6.png new file mode 100755 index 000000000..639925c85 Binary files /dev/null and b/dist/img-apple-64/1fad6.png differ diff --git a/dist/img-apple-64/203c-fe0f.png b/dist/img-apple-64/203c-fe0f.png new file mode 100644 index 000000000..9a79132ab Binary files /dev/null and b/dist/img-apple-64/203c-fe0f.png differ diff --git a/dist/img-apple-64/203c.png b/dist/img-apple-64/203c.png new file mode 100644 index 000000000..9a79132ab Binary files /dev/null and b/dist/img-apple-64/203c.png differ diff --git a/dist/img-apple-64/2049-fe0f.png b/dist/img-apple-64/2049-fe0f.png new file mode 100644 index 000000000..b24a53ce7 Binary files /dev/null and b/dist/img-apple-64/2049-fe0f.png differ diff --git a/dist/img-apple-64/2049.png b/dist/img-apple-64/2049.png new file mode 100644 index 000000000..b24a53ce7 Binary files /dev/null and b/dist/img-apple-64/2049.png differ diff --git a/dist/img-apple-64/2122-fe0f.png b/dist/img-apple-64/2122-fe0f.png new file mode 100644 index 000000000..db7350fcd Binary files /dev/null and b/dist/img-apple-64/2122-fe0f.png differ diff --git a/dist/img-apple-64/2122.png b/dist/img-apple-64/2122.png new file mode 100644 index 000000000..db7350fcd Binary files /dev/null and b/dist/img-apple-64/2122.png differ diff --git a/dist/img-apple-64/2139-fe0f.png b/dist/img-apple-64/2139-fe0f.png new file mode 100644 index 000000000..6c0d8c248 Binary files /dev/null and b/dist/img-apple-64/2139-fe0f.png differ diff --git a/dist/img-apple-64/2139.png b/dist/img-apple-64/2139.png new file mode 100644 index 000000000..6c0d8c248 Binary files /dev/null and b/dist/img-apple-64/2139.png differ diff --git a/dist/img-apple-64/2194-fe0f.png b/dist/img-apple-64/2194-fe0f.png new file mode 100644 index 000000000..8b5ebedec Binary files /dev/null and b/dist/img-apple-64/2194-fe0f.png differ diff --git a/dist/img-apple-64/2194.png b/dist/img-apple-64/2194.png new file mode 100644 index 000000000..8b5ebedec Binary files /dev/null and b/dist/img-apple-64/2194.png differ diff --git a/dist/img-apple-64/2195-fe0f.png b/dist/img-apple-64/2195-fe0f.png new file mode 100644 index 000000000..4c963c4e2 Binary files /dev/null and b/dist/img-apple-64/2195-fe0f.png differ diff --git a/dist/img-apple-64/2195.png b/dist/img-apple-64/2195.png new file mode 100644 index 000000000..4c963c4e2 Binary files /dev/null and b/dist/img-apple-64/2195.png differ diff --git a/dist/img-apple-64/2196-fe0f.png b/dist/img-apple-64/2196-fe0f.png new file mode 100644 index 000000000..e6c947617 Binary files /dev/null and b/dist/img-apple-64/2196-fe0f.png differ diff --git a/dist/img-apple-64/2196.png b/dist/img-apple-64/2196.png new file mode 100644 index 000000000..e6c947617 Binary files /dev/null and b/dist/img-apple-64/2196.png differ diff --git a/dist/img-apple-64/2197-fe0f.png b/dist/img-apple-64/2197-fe0f.png new file mode 100644 index 000000000..b75b8c8cc Binary files /dev/null and b/dist/img-apple-64/2197-fe0f.png differ diff --git a/dist/img-apple-64/2197.png b/dist/img-apple-64/2197.png new file mode 100644 index 000000000..b75b8c8cc Binary files /dev/null and b/dist/img-apple-64/2197.png differ diff --git a/dist/img-apple-64/2198-fe0f.png b/dist/img-apple-64/2198-fe0f.png new file mode 100644 index 000000000..f547cbe03 Binary files /dev/null and b/dist/img-apple-64/2198-fe0f.png differ diff --git a/dist/img-apple-64/2198.png b/dist/img-apple-64/2198.png new file mode 100644 index 000000000..f547cbe03 Binary files /dev/null and b/dist/img-apple-64/2198.png differ diff --git a/dist/img-apple-64/2199-fe0f.png b/dist/img-apple-64/2199-fe0f.png new file mode 100644 index 000000000..c5496b991 Binary files /dev/null and b/dist/img-apple-64/2199-fe0f.png differ diff --git a/dist/img-apple-64/2199.png b/dist/img-apple-64/2199.png new file mode 100644 index 000000000..c5496b991 Binary files /dev/null and b/dist/img-apple-64/2199.png differ diff --git a/dist/img-apple-64/21a9-fe0f.png b/dist/img-apple-64/21a9-fe0f.png new file mode 100644 index 000000000..7ab400b05 Binary files /dev/null and b/dist/img-apple-64/21a9-fe0f.png differ diff --git a/dist/img-apple-64/21a9.png b/dist/img-apple-64/21a9.png new file mode 100644 index 000000000..7ab400b05 Binary files /dev/null and b/dist/img-apple-64/21a9.png differ diff --git a/dist/img-apple-64/21aa-fe0f.png b/dist/img-apple-64/21aa-fe0f.png new file mode 100644 index 000000000..1b263941d Binary files /dev/null and b/dist/img-apple-64/21aa-fe0f.png differ diff --git a/dist/img-apple-64/21aa.png b/dist/img-apple-64/21aa.png new file mode 100644 index 000000000..1b263941d Binary files /dev/null and b/dist/img-apple-64/21aa.png differ diff --git a/dist/img-apple-64/23-20e3.png b/dist/img-apple-64/23-20e3.png new file mode 100644 index 000000000..a74c67dd4 Binary files /dev/null and b/dist/img-apple-64/23-20e3.png differ diff --git a/dist/img-apple-64/231a.png b/dist/img-apple-64/231a.png new file mode 100644 index 000000000..077952fe9 Binary files /dev/null and b/dist/img-apple-64/231a.png differ diff --git a/dist/img-apple-64/231b.png b/dist/img-apple-64/231b.png new file mode 100644 index 000000000..001e9d60c Binary files /dev/null and b/dist/img-apple-64/231b.png differ diff --git a/dist/img-apple-64/2328-fe0f.png b/dist/img-apple-64/2328-fe0f.png new file mode 100644 index 000000000..531b2d543 Binary files /dev/null and b/dist/img-apple-64/2328-fe0f.png differ diff --git a/dist/img-apple-64/2328.png b/dist/img-apple-64/2328.png new file mode 100644 index 000000000..531b2d543 Binary files /dev/null and b/dist/img-apple-64/2328.png differ diff --git a/dist/img-apple-64/23cf-fe0f.png b/dist/img-apple-64/23cf-fe0f.png new file mode 100644 index 000000000..ba136afb5 Binary files /dev/null and b/dist/img-apple-64/23cf-fe0f.png differ diff --git a/dist/img-apple-64/23cf.png b/dist/img-apple-64/23cf.png new file mode 100644 index 000000000..ba136afb5 Binary files /dev/null and b/dist/img-apple-64/23cf.png differ diff --git a/dist/img-apple-64/23e9.png b/dist/img-apple-64/23e9.png new file mode 100644 index 000000000..e09d3031c Binary files /dev/null and b/dist/img-apple-64/23e9.png differ diff --git a/dist/img-apple-64/23ea.png b/dist/img-apple-64/23ea.png new file mode 100644 index 000000000..5a5afc80b Binary files /dev/null and b/dist/img-apple-64/23ea.png differ diff --git a/dist/img-apple-64/23eb.png b/dist/img-apple-64/23eb.png new file mode 100644 index 000000000..accf8bdfa Binary files /dev/null and b/dist/img-apple-64/23eb.png differ diff --git a/dist/img-apple-64/23ec.png b/dist/img-apple-64/23ec.png new file mode 100644 index 000000000..5150855d3 Binary files /dev/null and b/dist/img-apple-64/23ec.png differ diff --git a/dist/img-apple-64/23ed-fe0f.png b/dist/img-apple-64/23ed-fe0f.png new file mode 100644 index 000000000..7cedee507 Binary files /dev/null and b/dist/img-apple-64/23ed-fe0f.png differ diff --git a/dist/img-apple-64/23ed.png b/dist/img-apple-64/23ed.png new file mode 100644 index 000000000..7cedee507 Binary files /dev/null and b/dist/img-apple-64/23ed.png differ diff --git a/dist/img-apple-64/23ee-fe0f.png b/dist/img-apple-64/23ee-fe0f.png new file mode 100644 index 000000000..e274d97a4 Binary files /dev/null and b/dist/img-apple-64/23ee-fe0f.png differ diff --git a/dist/img-apple-64/23ee.png b/dist/img-apple-64/23ee.png new file mode 100644 index 000000000..e274d97a4 Binary files /dev/null and b/dist/img-apple-64/23ee.png differ diff --git a/dist/img-apple-64/23ef-fe0f.png b/dist/img-apple-64/23ef-fe0f.png new file mode 100644 index 000000000..d021a21df Binary files /dev/null and b/dist/img-apple-64/23ef-fe0f.png differ diff --git a/dist/img-apple-64/23ef.png b/dist/img-apple-64/23ef.png new file mode 100644 index 000000000..d021a21df Binary files /dev/null and b/dist/img-apple-64/23ef.png differ diff --git a/dist/img-apple-64/23f0.png b/dist/img-apple-64/23f0.png new file mode 100644 index 000000000..e811c2bab Binary files /dev/null and b/dist/img-apple-64/23f0.png differ diff --git a/dist/img-apple-64/23f1-fe0f.png b/dist/img-apple-64/23f1-fe0f.png new file mode 100644 index 000000000..49931227d Binary files /dev/null and b/dist/img-apple-64/23f1-fe0f.png differ diff --git a/dist/img-apple-64/23f1.png b/dist/img-apple-64/23f1.png new file mode 100644 index 000000000..49931227d Binary files /dev/null and b/dist/img-apple-64/23f1.png differ diff --git a/dist/img-apple-64/23f2-fe0f.png b/dist/img-apple-64/23f2-fe0f.png new file mode 100644 index 000000000..c42e174ca Binary files /dev/null and b/dist/img-apple-64/23f2-fe0f.png differ diff --git a/dist/img-apple-64/23f2.png b/dist/img-apple-64/23f2.png new file mode 100644 index 000000000..c42e174ca Binary files /dev/null and b/dist/img-apple-64/23f2.png differ diff --git a/dist/img-apple-64/23f3.png b/dist/img-apple-64/23f3.png new file mode 100644 index 000000000..a0b74bb39 Binary files /dev/null and b/dist/img-apple-64/23f3.png differ diff --git a/dist/img-apple-64/23f8-fe0f.png b/dist/img-apple-64/23f8-fe0f.png new file mode 100644 index 000000000..7148d7948 Binary files /dev/null and b/dist/img-apple-64/23f8-fe0f.png differ diff --git a/dist/img-apple-64/23f8.png b/dist/img-apple-64/23f8.png new file mode 100644 index 000000000..7148d7948 Binary files /dev/null and b/dist/img-apple-64/23f8.png differ diff --git a/dist/img-apple-64/23f9-fe0f.png b/dist/img-apple-64/23f9-fe0f.png new file mode 100644 index 000000000..2011c50b2 Binary files /dev/null and b/dist/img-apple-64/23f9-fe0f.png differ diff --git a/dist/img-apple-64/23f9.png b/dist/img-apple-64/23f9.png new file mode 100644 index 000000000..2011c50b2 Binary files /dev/null and b/dist/img-apple-64/23f9.png differ diff --git a/dist/img-apple-64/23fa-fe0f.png b/dist/img-apple-64/23fa-fe0f.png new file mode 100644 index 000000000..5d5729d70 Binary files /dev/null and b/dist/img-apple-64/23fa-fe0f.png differ diff --git a/dist/img-apple-64/23fa.png b/dist/img-apple-64/23fa.png new file mode 100644 index 000000000..5d5729d70 Binary files /dev/null and b/dist/img-apple-64/23fa.png differ diff --git a/dist/img-apple-64/24c2-fe0f.png b/dist/img-apple-64/24c2-fe0f.png new file mode 100644 index 000000000..3262de382 Binary files /dev/null and b/dist/img-apple-64/24c2-fe0f.png differ diff --git a/dist/img-apple-64/24c2.png b/dist/img-apple-64/24c2.png new file mode 100644 index 000000000..3262de382 Binary files /dev/null and b/dist/img-apple-64/24c2.png differ diff --git a/dist/img-apple-64/25aa-fe0f.png b/dist/img-apple-64/25aa-fe0f.png new file mode 100644 index 000000000..8cda3e6d2 Binary files /dev/null and b/dist/img-apple-64/25aa-fe0f.png differ diff --git a/dist/img-apple-64/25aa.png b/dist/img-apple-64/25aa.png new file mode 100644 index 000000000..8cda3e6d2 Binary files /dev/null and b/dist/img-apple-64/25aa.png differ diff --git a/dist/img-apple-64/25ab-fe0f.png b/dist/img-apple-64/25ab-fe0f.png new file mode 100644 index 000000000..a1217b7dd Binary files /dev/null and b/dist/img-apple-64/25ab-fe0f.png differ diff --git a/dist/img-apple-64/25ab.png b/dist/img-apple-64/25ab.png new file mode 100644 index 000000000..a1217b7dd Binary files /dev/null and b/dist/img-apple-64/25ab.png differ diff --git a/dist/img-apple-64/25b6-fe0f.png b/dist/img-apple-64/25b6-fe0f.png new file mode 100644 index 000000000..4e09db652 Binary files /dev/null and b/dist/img-apple-64/25b6-fe0f.png differ diff --git a/dist/img-apple-64/25b6.png b/dist/img-apple-64/25b6.png new file mode 100644 index 000000000..4e09db652 Binary files /dev/null and b/dist/img-apple-64/25b6.png differ diff --git a/dist/img-apple-64/25c0-fe0f.png b/dist/img-apple-64/25c0-fe0f.png new file mode 100644 index 000000000..18cbdc417 Binary files /dev/null and b/dist/img-apple-64/25c0-fe0f.png differ diff --git a/dist/img-apple-64/25c0.png b/dist/img-apple-64/25c0.png new file mode 100644 index 000000000..18cbdc417 Binary files /dev/null and b/dist/img-apple-64/25c0.png differ diff --git a/dist/img-apple-64/25fb-fe0f.png b/dist/img-apple-64/25fb-fe0f.png new file mode 100644 index 000000000..1e89eac46 Binary files /dev/null and b/dist/img-apple-64/25fb-fe0f.png differ diff --git a/dist/img-apple-64/25fb.png b/dist/img-apple-64/25fb.png new file mode 100644 index 000000000..1e89eac46 Binary files /dev/null and b/dist/img-apple-64/25fb.png differ diff --git a/dist/img-apple-64/25fc-fe0f.png b/dist/img-apple-64/25fc-fe0f.png new file mode 100644 index 000000000..c97868083 Binary files /dev/null and b/dist/img-apple-64/25fc-fe0f.png differ diff --git a/dist/img-apple-64/25fc.png b/dist/img-apple-64/25fc.png new file mode 100644 index 000000000..c97868083 Binary files /dev/null and b/dist/img-apple-64/25fc.png differ diff --git a/dist/img-apple-64/25fd.png b/dist/img-apple-64/25fd.png new file mode 100644 index 000000000..5107e996c Binary files /dev/null and b/dist/img-apple-64/25fd.png differ diff --git a/dist/img-apple-64/25fe.png b/dist/img-apple-64/25fe.png new file mode 100644 index 000000000..422bdf199 Binary files /dev/null and b/dist/img-apple-64/25fe.png differ diff --git a/dist/img-apple-64/2600-fe0f.png b/dist/img-apple-64/2600-fe0f.png new file mode 100644 index 000000000..51f87836d Binary files /dev/null and b/dist/img-apple-64/2600-fe0f.png differ diff --git a/dist/img-apple-64/2600.png b/dist/img-apple-64/2600.png new file mode 100644 index 000000000..51f87836d Binary files /dev/null and b/dist/img-apple-64/2600.png differ diff --git a/dist/img-apple-64/2601-fe0f.png b/dist/img-apple-64/2601-fe0f.png new file mode 100644 index 000000000..be770565e Binary files /dev/null and b/dist/img-apple-64/2601-fe0f.png differ diff --git a/dist/img-apple-64/2601.png b/dist/img-apple-64/2601.png new file mode 100644 index 000000000..be770565e Binary files /dev/null and b/dist/img-apple-64/2601.png differ diff --git a/dist/img-apple-64/2602-fe0f.png b/dist/img-apple-64/2602-fe0f.png new file mode 100644 index 000000000..3b3d59211 Binary files /dev/null and b/dist/img-apple-64/2602-fe0f.png differ diff --git a/dist/img-apple-64/2602.png b/dist/img-apple-64/2602.png new file mode 100644 index 000000000..3b3d59211 Binary files /dev/null and b/dist/img-apple-64/2602.png differ diff --git a/dist/img-apple-64/2603-fe0f.png b/dist/img-apple-64/2603-fe0f.png new file mode 100644 index 000000000..123669d19 Binary files /dev/null and b/dist/img-apple-64/2603-fe0f.png differ diff --git a/dist/img-apple-64/2603.png b/dist/img-apple-64/2603.png new file mode 100644 index 000000000..123669d19 Binary files /dev/null and b/dist/img-apple-64/2603.png differ diff --git a/dist/img-apple-64/2604-fe0f.png b/dist/img-apple-64/2604-fe0f.png new file mode 100644 index 000000000..c047e65ad Binary files /dev/null and b/dist/img-apple-64/2604-fe0f.png differ diff --git a/dist/img-apple-64/2604.png b/dist/img-apple-64/2604.png new file mode 100644 index 000000000..c047e65ad Binary files /dev/null and b/dist/img-apple-64/2604.png differ diff --git a/dist/img-apple-64/260e-fe0f.png b/dist/img-apple-64/260e-fe0f.png new file mode 100644 index 000000000..62e8bd4b3 Binary files /dev/null and b/dist/img-apple-64/260e-fe0f.png differ diff --git a/dist/img-apple-64/260e.png b/dist/img-apple-64/260e.png new file mode 100644 index 000000000..62e8bd4b3 Binary files /dev/null and b/dist/img-apple-64/260e.png differ diff --git a/dist/img-apple-64/2611-fe0f.png b/dist/img-apple-64/2611-fe0f.png new file mode 100644 index 000000000..0c7b848fe Binary files /dev/null and b/dist/img-apple-64/2611-fe0f.png differ diff --git a/dist/img-apple-64/2611.png b/dist/img-apple-64/2611.png new file mode 100644 index 000000000..0c7b848fe Binary files /dev/null and b/dist/img-apple-64/2611.png differ diff --git a/dist/img-apple-64/2614.png b/dist/img-apple-64/2614.png new file mode 100644 index 000000000..3a1cc8639 Binary files /dev/null and b/dist/img-apple-64/2614.png differ diff --git a/dist/img-apple-64/2615.png b/dist/img-apple-64/2615.png new file mode 100644 index 000000000..311610981 Binary files /dev/null and b/dist/img-apple-64/2615.png differ diff --git a/dist/img-apple-64/2618-fe0f.png b/dist/img-apple-64/2618-fe0f.png new file mode 100644 index 000000000..e735fa64d Binary files /dev/null and b/dist/img-apple-64/2618-fe0f.png differ diff --git a/dist/img-apple-64/2618.png b/dist/img-apple-64/2618.png new file mode 100644 index 000000000..e735fa64d Binary files /dev/null and b/dist/img-apple-64/2618.png differ diff --git a/dist/img-apple-64/261d-1f3fb.png b/dist/img-apple-64/261d-1f3fb.png new file mode 100644 index 000000000..1d485f13e Binary files /dev/null and b/dist/img-apple-64/261d-1f3fb.png differ diff --git a/dist/img-apple-64/261d-1f3fc.png b/dist/img-apple-64/261d-1f3fc.png new file mode 100644 index 000000000..62431059d Binary files /dev/null and b/dist/img-apple-64/261d-1f3fc.png differ diff --git a/dist/img-apple-64/261d-1f3fd.png b/dist/img-apple-64/261d-1f3fd.png new file mode 100644 index 000000000..80d829026 Binary files /dev/null and b/dist/img-apple-64/261d-1f3fd.png differ diff --git a/dist/img-apple-64/261d-1f3fe.png b/dist/img-apple-64/261d-1f3fe.png new file mode 100644 index 000000000..74fde378a Binary files /dev/null and b/dist/img-apple-64/261d-1f3fe.png differ diff --git a/dist/img-apple-64/261d-1f3ff.png b/dist/img-apple-64/261d-1f3ff.png new file mode 100644 index 000000000..81765baa0 Binary files /dev/null and b/dist/img-apple-64/261d-1f3ff.png differ diff --git a/dist/img-apple-64/261d-fe0f.png b/dist/img-apple-64/261d-fe0f.png new file mode 100644 index 000000000..ecaa8555d Binary files /dev/null and b/dist/img-apple-64/261d-fe0f.png differ diff --git a/dist/img-apple-64/261d.png b/dist/img-apple-64/261d.png new file mode 100644 index 000000000..ecaa8555d Binary files /dev/null and b/dist/img-apple-64/261d.png differ diff --git a/dist/img-apple-64/2620-fe0f.png b/dist/img-apple-64/2620-fe0f.png new file mode 100644 index 000000000..db41b194b Binary files /dev/null and b/dist/img-apple-64/2620-fe0f.png differ diff --git a/dist/img-apple-64/2620.png b/dist/img-apple-64/2620.png new file mode 100644 index 000000000..db41b194b Binary files /dev/null and b/dist/img-apple-64/2620.png differ diff --git a/dist/img-apple-64/2622-fe0f.png b/dist/img-apple-64/2622-fe0f.png new file mode 100644 index 000000000..7c1d0bfc7 Binary files /dev/null and b/dist/img-apple-64/2622-fe0f.png differ diff --git a/dist/img-apple-64/2622.png b/dist/img-apple-64/2622.png new file mode 100644 index 000000000..7c1d0bfc7 Binary files /dev/null and b/dist/img-apple-64/2622.png differ diff --git a/dist/img-apple-64/2623-fe0f.png b/dist/img-apple-64/2623-fe0f.png new file mode 100644 index 000000000..443429f56 Binary files /dev/null and b/dist/img-apple-64/2623-fe0f.png differ diff --git a/dist/img-apple-64/2623.png b/dist/img-apple-64/2623.png new file mode 100644 index 000000000..443429f56 Binary files /dev/null and b/dist/img-apple-64/2623.png differ diff --git a/dist/img-apple-64/2624.png b/dist/img-apple-64/2624.png new file mode 100644 index 000000000..af41f1db1 Binary files /dev/null and b/dist/img-apple-64/2624.png differ diff --git a/dist/img-apple-64/2626-fe0f.png b/dist/img-apple-64/2626-fe0f.png new file mode 100644 index 000000000..28bf239d0 Binary files /dev/null and b/dist/img-apple-64/2626-fe0f.png differ diff --git a/dist/img-apple-64/2626.png b/dist/img-apple-64/2626.png new file mode 100644 index 000000000..28bf239d0 Binary files /dev/null and b/dist/img-apple-64/2626.png differ diff --git a/dist/img-apple-64/262a-fe0f.png b/dist/img-apple-64/262a-fe0f.png new file mode 100644 index 000000000..c1f4a4d83 Binary files /dev/null and b/dist/img-apple-64/262a-fe0f.png differ diff --git a/dist/img-apple-64/262a.png b/dist/img-apple-64/262a.png new file mode 100644 index 000000000..c1f4a4d83 Binary files /dev/null and b/dist/img-apple-64/262a.png differ diff --git a/dist/img-apple-64/262e-fe0f.png b/dist/img-apple-64/262e-fe0f.png new file mode 100644 index 000000000..b9c3095a2 Binary files /dev/null and b/dist/img-apple-64/262e-fe0f.png differ diff --git a/dist/img-apple-64/262e.png b/dist/img-apple-64/262e.png new file mode 100644 index 000000000..b9c3095a2 Binary files /dev/null and b/dist/img-apple-64/262e.png differ diff --git a/dist/img-apple-64/262f-fe0f.png b/dist/img-apple-64/262f-fe0f.png new file mode 100644 index 000000000..765024c91 Binary files /dev/null and b/dist/img-apple-64/262f-fe0f.png differ diff --git a/dist/img-apple-64/262f.png b/dist/img-apple-64/262f.png new file mode 100644 index 000000000..765024c91 Binary files /dev/null and b/dist/img-apple-64/262f.png differ diff --git a/dist/img-apple-64/2638-fe0f.png b/dist/img-apple-64/2638-fe0f.png new file mode 100644 index 000000000..ec6fed7a0 Binary files /dev/null and b/dist/img-apple-64/2638-fe0f.png differ diff --git a/dist/img-apple-64/2638.png b/dist/img-apple-64/2638.png new file mode 100644 index 000000000..ec6fed7a0 Binary files /dev/null and b/dist/img-apple-64/2638.png differ diff --git a/dist/img-apple-64/2639-fe0f.png b/dist/img-apple-64/2639-fe0f.png new file mode 100644 index 000000000..49aab8b6e Binary files /dev/null and b/dist/img-apple-64/2639-fe0f.png differ diff --git a/dist/img-apple-64/2639.png b/dist/img-apple-64/2639.png new file mode 100644 index 000000000..49aab8b6e Binary files /dev/null and b/dist/img-apple-64/2639.png differ diff --git a/dist/img-apple-64/263a-fe0f.png b/dist/img-apple-64/263a-fe0f.png new file mode 100644 index 000000000..08331e3c0 Binary files /dev/null and b/dist/img-apple-64/263a-fe0f.png differ diff --git a/dist/img-apple-64/263a.png b/dist/img-apple-64/263a.png new file mode 100644 index 000000000..08331e3c0 Binary files /dev/null and b/dist/img-apple-64/263a.png differ diff --git a/dist/img-apple-64/2640-fe0f.png b/dist/img-apple-64/2640-fe0f.png new file mode 100644 index 000000000..4353cc3ec Binary files /dev/null and b/dist/img-apple-64/2640-fe0f.png differ diff --git a/dist/img-apple-64/2640.png b/dist/img-apple-64/2640.png new file mode 100644 index 000000000..4353cc3ec Binary files /dev/null and b/dist/img-apple-64/2640.png differ diff --git a/dist/img-apple-64/2642-fe0f.png b/dist/img-apple-64/2642-fe0f.png new file mode 100644 index 000000000..79c2679b1 Binary files /dev/null and b/dist/img-apple-64/2642-fe0f.png differ diff --git a/dist/img-apple-64/2642.png b/dist/img-apple-64/2642.png new file mode 100644 index 000000000..79c2679b1 Binary files /dev/null and b/dist/img-apple-64/2642.png differ diff --git a/dist/img-apple-64/2648.png b/dist/img-apple-64/2648.png new file mode 100644 index 000000000..87ac42766 Binary files /dev/null and b/dist/img-apple-64/2648.png differ diff --git a/dist/img-apple-64/2649.png b/dist/img-apple-64/2649.png new file mode 100644 index 000000000..9456e628d Binary files /dev/null and b/dist/img-apple-64/2649.png differ diff --git a/dist/img-apple-64/264a.png b/dist/img-apple-64/264a.png new file mode 100644 index 000000000..cd2a0fb66 Binary files /dev/null and b/dist/img-apple-64/264a.png differ diff --git a/dist/img-apple-64/264b.png b/dist/img-apple-64/264b.png new file mode 100644 index 000000000..e9620bd27 Binary files /dev/null and b/dist/img-apple-64/264b.png differ diff --git a/dist/img-apple-64/264c.png b/dist/img-apple-64/264c.png new file mode 100644 index 000000000..1f3ddd98a Binary files /dev/null and b/dist/img-apple-64/264c.png differ diff --git a/dist/img-apple-64/264d.png b/dist/img-apple-64/264d.png new file mode 100644 index 000000000..9b4065a87 Binary files /dev/null and b/dist/img-apple-64/264d.png differ diff --git a/dist/img-apple-64/264e.png b/dist/img-apple-64/264e.png new file mode 100644 index 000000000..02d25c992 Binary files /dev/null and b/dist/img-apple-64/264e.png differ diff --git a/dist/img-apple-64/264f.png b/dist/img-apple-64/264f.png new file mode 100644 index 000000000..743569b9d Binary files /dev/null and b/dist/img-apple-64/264f.png differ diff --git a/dist/img-apple-64/2650.png b/dist/img-apple-64/2650.png new file mode 100644 index 000000000..805f6e410 Binary files /dev/null and b/dist/img-apple-64/2650.png differ diff --git a/dist/img-apple-64/2651.png b/dist/img-apple-64/2651.png new file mode 100644 index 000000000..e9f52174c Binary files /dev/null and b/dist/img-apple-64/2651.png differ diff --git a/dist/img-apple-64/2652.png b/dist/img-apple-64/2652.png new file mode 100644 index 000000000..bf8376cff Binary files /dev/null and b/dist/img-apple-64/2652.png differ diff --git a/dist/img-apple-64/2653.png b/dist/img-apple-64/2653.png new file mode 100644 index 000000000..c490d1a32 Binary files /dev/null and b/dist/img-apple-64/2653.png differ diff --git a/dist/img-apple-64/265f-fe0f.png b/dist/img-apple-64/265f-fe0f.png new file mode 100644 index 000000000..cbdb9c71a Binary files /dev/null and b/dist/img-apple-64/265f-fe0f.png differ diff --git a/dist/img-apple-64/265f.png b/dist/img-apple-64/265f.png new file mode 100644 index 000000000..cbdb9c71a Binary files /dev/null and b/dist/img-apple-64/265f.png differ diff --git a/dist/img-apple-64/2660-fe0f.png b/dist/img-apple-64/2660-fe0f.png new file mode 100644 index 000000000..bf14850b7 Binary files /dev/null and b/dist/img-apple-64/2660-fe0f.png differ diff --git a/dist/img-apple-64/2660.png b/dist/img-apple-64/2660.png new file mode 100644 index 000000000..bf14850b7 Binary files /dev/null and b/dist/img-apple-64/2660.png differ diff --git a/dist/img-apple-64/2663-fe0f.png b/dist/img-apple-64/2663-fe0f.png new file mode 100644 index 000000000..a684d6ffd Binary files /dev/null and b/dist/img-apple-64/2663-fe0f.png differ diff --git a/dist/img-apple-64/2663.png b/dist/img-apple-64/2663.png new file mode 100644 index 000000000..a684d6ffd Binary files /dev/null and b/dist/img-apple-64/2663.png differ diff --git a/dist/img-apple-64/2665-fe0f.png b/dist/img-apple-64/2665-fe0f.png new file mode 100644 index 000000000..708fa7e45 Binary files /dev/null and b/dist/img-apple-64/2665-fe0f.png differ diff --git a/dist/img-apple-64/2665.png b/dist/img-apple-64/2665.png new file mode 100644 index 000000000..708fa7e45 Binary files /dev/null and b/dist/img-apple-64/2665.png differ diff --git a/dist/img-apple-64/2666-fe0f.png b/dist/img-apple-64/2666-fe0f.png new file mode 100644 index 000000000..fc5c274d2 Binary files /dev/null and b/dist/img-apple-64/2666-fe0f.png differ diff --git a/dist/img-apple-64/2666.png b/dist/img-apple-64/2666.png new file mode 100644 index 000000000..fc5c274d2 Binary files /dev/null and b/dist/img-apple-64/2666.png differ diff --git a/dist/img-apple-64/2668-fe0f.png b/dist/img-apple-64/2668-fe0f.png new file mode 100644 index 000000000..5e637b737 Binary files /dev/null and b/dist/img-apple-64/2668-fe0f.png differ diff --git a/dist/img-apple-64/2668.png b/dist/img-apple-64/2668.png new file mode 100644 index 000000000..5e637b737 Binary files /dev/null and b/dist/img-apple-64/2668.png differ diff --git a/dist/img-apple-64/267b-fe0f.png b/dist/img-apple-64/267b-fe0f.png new file mode 100644 index 000000000..7559c0bbc Binary files /dev/null and b/dist/img-apple-64/267b-fe0f.png differ diff --git a/dist/img-apple-64/267b.png b/dist/img-apple-64/267b.png new file mode 100644 index 000000000..7559c0bbc Binary files /dev/null and b/dist/img-apple-64/267b.png differ diff --git a/dist/img-apple-64/267e-fe0f.png b/dist/img-apple-64/267e-fe0f.png new file mode 100644 index 000000000..af488c4f1 Binary files /dev/null and b/dist/img-apple-64/267e-fe0f.png differ diff --git a/dist/img-apple-64/267e.png b/dist/img-apple-64/267e.png new file mode 100644 index 000000000..af488c4f1 Binary files /dev/null and b/dist/img-apple-64/267e.png differ diff --git a/dist/img-apple-64/267f.png b/dist/img-apple-64/267f.png new file mode 100644 index 000000000..e2c504692 Binary files /dev/null and b/dist/img-apple-64/267f.png differ diff --git a/dist/img-apple-64/2692-fe0f.png b/dist/img-apple-64/2692-fe0f.png new file mode 100644 index 000000000..93bfdd392 Binary files /dev/null and b/dist/img-apple-64/2692-fe0f.png differ diff --git a/dist/img-apple-64/2692.png b/dist/img-apple-64/2692.png new file mode 100644 index 000000000..93bfdd392 Binary files /dev/null and b/dist/img-apple-64/2692.png differ diff --git a/dist/img-apple-64/2693.png b/dist/img-apple-64/2693.png new file mode 100644 index 000000000..f7cb0c8cb Binary files /dev/null and b/dist/img-apple-64/2693.png differ diff --git a/dist/img-apple-64/2694-fe0f.png b/dist/img-apple-64/2694-fe0f.png new file mode 100644 index 000000000..0aede20bc Binary files /dev/null and b/dist/img-apple-64/2694-fe0f.png differ diff --git a/dist/img-apple-64/2694.png b/dist/img-apple-64/2694.png new file mode 100644 index 000000000..0aede20bc Binary files /dev/null and b/dist/img-apple-64/2694.png differ diff --git a/dist/img-apple-64/2695.png b/dist/img-apple-64/2695.png new file mode 100644 index 000000000..397314217 Binary files /dev/null and b/dist/img-apple-64/2695.png differ diff --git a/dist/img-apple-64/2696-fe0f.png b/dist/img-apple-64/2696-fe0f.png new file mode 100644 index 000000000..34f7a2a0f Binary files /dev/null and b/dist/img-apple-64/2696-fe0f.png differ diff --git a/dist/img-apple-64/2696.png b/dist/img-apple-64/2696.png new file mode 100644 index 000000000..34f7a2a0f Binary files /dev/null and b/dist/img-apple-64/2696.png differ diff --git a/dist/img-apple-64/2697-fe0f.png b/dist/img-apple-64/2697-fe0f.png new file mode 100644 index 000000000..ae0a2f36a Binary files /dev/null and b/dist/img-apple-64/2697-fe0f.png differ diff --git a/dist/img-apple-64/2697.png b/dist/img-apple-64/2697.png new file mode 100644 index 000000000..ae0a2f36a Binary files /dev/null and b/dist/img-apple-64/2697.png differ diff --git a/dist/img-apple-64/2699-fe0f.png b/dist/img-apple-64/2699-fe0f.png new file mode 100644 index 000000000..af55f7725 Binary files /dev/null and b/dist/img-apple-64/2699-fe0f.png differ diff --git a/dist/img-apple-64/2699.png b/dist/img-apple-64/2699.png new file mode 100644 index 000000000..af55f7725 Binary files /dev/null and b/dist/img-apple-64/2699.png differ diff --git a/dist/img-apple-64/269b-fe0f.png b/dist/img-apple-64/269b-fe0f.png new file mode 100644 index 000000000..f8ee6b819 Binary files /dev/null and b/dist/img-apple-64/269b-fe0f.png differ diff --git a/dist/img-apple-64/269b.png b/dist/img-apple-64/269b.png new file mode 100644 index 000000000..f8ee6b819 Binary files /dev/null and b/dist/img-apple-64/269b.png differ diff --git a/dist/img-apple-64/269c-fe0f.png b/dist/img-apple-64/269c-fe0f.png new file mode 100644 index 000000000..42acbe7f7 Binary files /dev/null and b/dist/img-apple-64/269c-fe0f.png differ diff --git a/dist/img-apple-64/269c.png b/dist/img-apple-64/269c.png new file mode 100644 index 000000000..42acbe7f7 Binary files /dev/null and b/dist/img-apple-64/269c.png differ diff --git a/dist/img-apple-64/26a0-fe0f.png b/dist/img-apple-64/26a0-fe0f.png new file mode 100644 index 000000000..3a50c5db0 Binary files /dev/null and b/dist/img-apple-64/26a0-fe0f.png differ diff --git a/dist/img-apple-64/26a0.png b/dist/img-apple-64/26a0.png new file mode 100644 index 000000000..3a50c5db0 Binary files /dev/null and b/dist/img-apple-64/26a0.png differ diff --git a/dist/img-apple-64/26a1-fe0f.png b/dist/img-apple-64/26a1-fe0f.png new file mode 100644 index 000000000..7aeaf445e Binary files /dev/null and b/dist/img-apple-64/26a1-fe0f.png differ diff --git a/dist/img-apple-64/26a1.png b/dist/img-apple-64/26a1.png new file mode 100644 index 000000000..7aeaf445e Binary files /dev/null and b/dist/img-apple-64/26a1.png differ diff --git a/dist/img-apple-64/26a7-fe0f.png b/dist/img-apple-64/26a7-fe0f.png new file mode 100755 index 000000000..f81e12f35 Binary files /dev/null and b/dist/img-apple-64/26a7-fe0f.png differ diff --git a/dist/img-apple-64/26a7.png b/dist/img-apple-64/26a7.png new file mode 100755 index 000000000..f81e12f35 Binary files /dev/null and b/dist/img-apple-64/26a7.png differ diff --git a/dist/img-apple-64/26aa.png b/dist/img-apple-64/26aa.png new file mode 100644 index 000000000..9478f0bbb Binary files /dev/null and b/dist/img-apple-64/26aa.png differ diff --git a/dist/img-apple-64/26ab.png b/dist/img-apple-64/26ab.png new file mode 100644 index 000000000..0d0a11e57 Binary files /dev/null and b/dist/img-apple-64/26ab.png differ diff --git a/dist/img-apple-64/26b0-fe0f.png b/dist/img-apple-64/26b0-fe0f.png new file mode 100644 index 000000000..3cc432447 Binary files /dev/null and b/dist/img-apple-64/26b0-fe0f.png differ diff --git a/dist/img-apple-64/26b0.png b/dist/img-apple-64/26b0.png new file mode 100644 index 000000000..3cc432447 Binary files /dev/null and b/dist/img-apple-64/26b0.png differ diff --git a/dist/img-apple-64/26b1-fe0f.png b/dist/img-apple-64/26b1-fe0f.png new file mode 100644 index 000000000..444e4c530 Binary files /dev/null and b/dist/img-apple-64/26b1-fe0f.png differ diff --git a/dist/img-apple-64/26b1.png b/dist/img-apple-64/26b1.png new file mode 100644 index 000000000..444e4c530 Binary files /dev/null and b/dist/img-apple-64/26b1.png differ diff --git a/dist/img-apple-64/26bd.png b/dist/img-apple-64/26bd.png new file mode 100644 index 000000000..c8f84afb7 Binary files /dev/null and b/dist/img-apple-64/26bd.png differ diff --git a/dist/img-apple-64/26be.png b/dist/img-apple-64/26be.png new file mode 100644 index 000000000..4e06a4938 Binary files /dev/null and b/dist/img-apple-64/26be.png differ diff --git a/dist/img-apple-64/26c4.png b/dist/img-apple-64/26c4.png new file mode 100644 index 000000000..a386c1f3f Binary files /dev/null and b/dist/img-apple-64/26c4.png differ diff --git a/dist/img-apple-64/26c5.png b/dist/img-apple-64/26c5.png new file mode 100644 index 000000000..0a2b1d4d1 Binary files /dev/null and b/dist/img-apple-64/26c5.png differ diff --git a/dist/img-apple-64/26c8-fe0f.png b/dist/img-apple-64/26c8-fe0f.png new file mode 100644 index 000000000..b27f97373 Binary files /dev/null and b/dist/img-apple-64/26c8-fe0f.png differ diff --git a/dist/img-apple-64/26c8.png b/dist/img-apple-64/26c8.png new file mode 100644 index 000000000..b27f97373 Binary files /dev/null and b/dist/img-apple-64/26c8.png differ diff --git a/dist/img-apple-64/26ce.png b/dist/img-apple-64/26ce.png new file mode 100644 index 000000000..137e45353 Binary files /dev/null and b/dist/img-apple-64/26ce.png differ diff --git a/dist/img-apple-64/26cf-fe0f.png b/dist/img-apple-64/26cf-fe0f.png new file mode 100644 index 000000000..38bd7bf15 Binary files /dev/null and b/dist/img-apple-64/26cf-fe0f.png differ diff --git a/dist/img-apple-64/26cf.png b/dist/img-apple-64/26cf.png new file mode 100644 index 000000000..38bd7bf15 Binary files /dev/null and b/dist/img-apple-64/26cf.png differ diff --git a/dist/img-apple-64/26d1-fe0f.png b/dist/img-apple-64/26d1-fe0f.png new file mode 100644 index 000000000..5dfc881e8 Binary files /dev/null and b/dist/img-apple-64/26d1-fe0f.png differ diff --git a/dist/img-apple-64/26d1.png b/dist/img-apple-64/26d1.png new file mode 100644 index 000000000..5dfc881e8 Binary files /dev/null and b/dist/img-apple-64/26d1.png differ diff --git a/dist/img-apple-64/26d3-fe0f.png b/dist/img-apple-64/26d3-fe0f.png new file mode 100644 index 000000000..13f8e5281 Binary files /dev/null and b/dist/img-apple-64/26d3-fe0f.png differ diff --git a/dist/img-apple-64/26d3.png b/dist/img-apple-64/26d3.png new file mode 100644 index 000000000..13f8e5281 Binary files /dev/null and b/dist/img-apple-64/26d3.png differ diff --git a/dist/img-apple-64/26d4.png b/dist/img-apple-64/26d4.png new file mode 100644 index 000000000..e39a8ab92 Binary files /dev/null and b/dist/img-apple-64/26d4.png differ diff --git a/dist/img-apple-64/26e9-fe0f.png b/dist/img-apple-64/26e9-fe0f.png new file mode 100644 index 000000000..a8d75eb0c Binary files /dev/null and b/dist/img-apple-64/26e9-fe0f.png differ diff --git a/dist/img-apple-64/26e9.png b/dist/img-apple-64/26e9.png new file mode 100644 index 000000000..a8d75eb0c Binary files /dev/null and b/dist/img-apple-64/26e9.png differ diff --git a/dist/img-apple-64/26ea.png b/dist/img-apple-64/26ea.png new file mode 100644 index 000000000..93feade67 Binary files /dev/null and b/dist/img-apple-64/26ea.png differ diff --git a/dist/img-apple-64/26f0-fe0f.png b/dist/img-apple-64/26f0-fe0f.png new file mode 100644 index 000000000..69de89203 Binary files /dev/null and b/dist/img-apple-64/26f0-fe0f.png differ diff --git a/dist/img-apple-64/26f0.png b/dist/img-apple-64/26f0.png new file mode 100644 index 000000000..69de89203 Binary files /dev/null and b/dist/img-apple-64/26f0.png differ diff --git a/dist/img-apple-64/26f1-fe0f.png b/dist/img-apple-64/26f1-fe0f.png new file mode 100644 index 000000000..a4262af7b Binary files /dev/null and b/dist/img-apple-64/26f1-fe0f.png differ diff --git a/dist/img-apple-64/26f1.png b/dist/img-apple-64/26f1.png new file mode 100644 index 000000000..a4262af7b Binary files /dev/null and b/dist/img-apple-64/26f1.png differ diff --git a/dist/img-apple-64/26f2.png b/dist/img-apple-64/26f2.png new file mode 100644 index 000000000..9764619e2 Binary files /dev/null and b/dist/img-apple-64/26f2.png differ diff --git a/dist/img-apple-64/26f3.png b/dist/img-apple-64/26f3.png new file mode 100644 index 000000000..666c9d0a6 Binary files /dev/null and b/dist/img-apple-64/26f3.png differ diff --git a/dist/img-apple-64/26f4-fe0f.png b/dist/img-apple-64/26f4-fe0f.png new file mode 100644 index 000000000..04e39e8c1 Binary files /dev/null and b/dist/img-apple-64/26f4-fe0f.png differ diff --git a/dist/img-apple-64/26f4.png b/dist/img-apple-64/26f4.png new file mode 100644 index 000000000..04e39e8c1 Binary files /dev/null and b/dist/img-apple-64/26f4.png differ diff --git a/dist/img-apple-64/26f5.png b/dist/img-apple-64/26f5.png new file mode 100644 index 000000000..7394d2e8c Binary files /dev/null and b/dist/img-apple-64/26f5.png differ diff --git a/dist/img-apple-64/26f7-fe0f.png b/dist/img-apple-64/26f7-fe0f.png new file mode 100644 index 000000000..cc3b5ee6c Binary files /dev/null and b/dist/img-apple-64/26f7-fe0f.png differ diff --git a/dist/img-apple-64/26f7.png b/dist/img-apple-64/26f7.png new file mode 100644 index 000000000..cc3b5ee6c Binary files /dev/null and b/dist/img-apple-64/26f7.png differ diff --git a/dist/img-apple-64/26f8-fe0f.png b/dist/img-apple-64/26f8-fe0f.png new file mode 100644 index 000000000..590eacd6e Binary files /dev/null and b/dist/img-apple-64/26f8-fe0f.png differ diff --git a/dist/img-apple-64/26f8.png b/dist/img-apple-64/26f8.png new file mode 100644 index 000000000..590eacd6e Binary files /dev/null and b/dist/img-apple-64/26f8.png differ diff --git a/dist/img-apple-64/26f9-1f3fb-200d-2640-fe0f.png b/dist/img-apple-64/26f9-1f3fb-200d-2640-fe0f.png new file mode 100644 index 000000000..a3aa9e96c Binary files /dev/null and b/dist/img-apple-64/26f9-1f3fb-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/26f9-1f3fb-200d-2640.png b/dist/img-apple-64/26f9-1f3fb-200d-2640.png new file mode 100644 index 000000000..a3aa9e96c Binary files /dev/null and b/dist/img-apple-64/26f9-1f3fb-200d-2640.png differ diff --git a/dist/img-apple-64/26f9-1f3fb-200d-2642-fe0f.png b/dist/img-apple-64/26f9-1f3fb-200d-2642-fe0f.png new file mode 100644 index 000000000..cdc9af226 Binary files /dev/null and b/dist/img-apple-64/26f9-1f3fb-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/26f9-1f3fb-200d-2642.png b/dist/img-apple-64/26f9-1f3fb-200d-2642.png new file mode 100644 index 000000000..cdc9af226 Binary files /dev/null and b/dist/img-apple-64/26f9-1f3fb-200d-2642.png differ diff --git a/dist/img-apple-64/26f9-1f3fb.png b/dist/img-apple-64/26f9-1f3fb.png new file mode 100644 index 000000000..359f9f9d3 Binary files /dev/null and b/dist/img-apple-64/26f9-1f3fb.png differ diff --git a/dist/img-apple-64/26f9-1f3fc-200d-2640-fe0f.png b/dist/img-apple-64/26f9-1f3fc-200d-2640-fe0f.png new file mode 100644 index 000000000..bba98f49a Binary files /dev/null and b/dist/img-apple-64/26f9-1f3fc-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/26f9-1f3fc-200d-2640.png b/dist/img-apple-64/26f9-1f3fc-200d-2640.png new file mode 100644 index 000000000..bba98f49a Binary files /dev/null and b/dist/img-apple-64/26f9-1f3fc-200d-2640.png differ diff --git a/dist/img-apple-64/26f9-1f3fc-200d-2642-fe0f.png b/dist/img-apple-64/26f9-1f3fc-200d-2642-fe0f.png new file mode 100644 index 000000000..8da5b40cd Binary files /dev/null and b/dist/img-apple-64/26f9-1f3fc-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/26f9-1f3fc-200d-2642.png b/dist/img-apple-64/26f9-1f3fc-200d-2642.png new file mode 100644 index 000000000..8da5b40cd Binary files /dev/null and b/dist/img-apple-64/26f9-1f3fc-200d-2642.png differ diff --git a/dist/img-apple-64/26f9-1f3fc.png b/dist/img-apple-64/26f9-1f3fc.png new file mode 100644 index 000000000..749704d80 Binary files /dev/null and b/dist/img-apple-64/26f9-1f3fc.png differ diff --git a/dist/img-apple-64/26f9-1f3fd-200d-2640-fe0f.png b/dist/img-apple-64/26f9-1f3fd-200d-2640-fe0f.png new file mode 100644 index 000000000..36786dc4e Binary files /dev/null and b/dist/img-apple-64/26f9-1f3fd-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/26f9-1f3fd-200d-2640.png b/dist/img-apple-64/26f9-1f3fd-200d-2640.png new file mode 100644 index 000000000..36786dc4e Binary files /dev/null and b/dist/img-apple-64/26f9-1f3fd-200d-2640.png differ diff --git a/dist/img-apple-64/26f9-1f3fd-200d-2642-fe0f.png b/dist/img-apple-64/26f9-1f3fd-200d-2642-fe0f.png new file mode 100644 index 000000000..5b4bda0cd Binary files /dev/null and b/dist/img-apple-64/26f9-1f3fd-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/26f9-1f3fd-200d-2642.png b/dist/img-apple-64/26f9-1f3fd-200d-2642.png new file mode 100644 index 000000000..5b4bda0cd Binary files /dev/null and b/dist/img-apple-64/26f9-1f3fd-200d-2642.png differ diff --git a/dist/img-apple-64/26f9-1f3fd.png b/dist/img-apple-64/26f9-1f3fd.png new file mode 100644 index 000000000..7e72c78d9 Binary files /dev/null and b/dist/img-apple-64/26f9-1f3fd.png differ diff --git a/dist/img-apple-64/26f9-1f3fe-200d-2640-fe0f.png b/dist/img-apple-64/26f9-1f3fe-200d-2640-fe0f.png new file mode 100644 index 000000000..1c5baf400 Binary files /dev/null and b/dist/img-apple-64/26f9-1f3fe-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/26f9-1f3fe-200d-2640.png b/dist/img-apple-64/26f9-1f3fe-200d-2640.png new file mode 100644 index 000000000..1c5baf400 Binary files /dev/null and b/dist/img-apple-64/26f9-1f3fe-200d-2640.png differ diff --git a/dist/img-apple-64/26f9-1f3fe-200d-2642-fe0f.png b/dist/img-apple-64/26f9-1f3fe-200d-2642-fe0f.png new file mode 100644 index 000000000..1d3e07254 Binary files /dev/null and b/dist/img-apple-64/26f9-1f3fe-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/26f9-1f3fe-200d-2642.png b/dist/img-apple-64/26f9-1f3fe-200d-2642.png new file mode 100644 index 000000000..1d3e07254 Binary files /dev/null and b/dist/img-apple-64/26f9-1f3fe-200d-2642.png differ diff --git a/dist/img-apple-64/26f9-1f3fe.png b/dist/img-apple-64/26f9-1f3fe.png new file mode 100644 index 000000000..b4e942fda Binary files /dev/null and b/dist/img-apple-64/26f9-1f3fe.png differ diff --git a/dist/img-apple-64/26f9-1f3ff-200d-2640-fe0f.png b/dist/img-apple-64/26f9-1f3ff-200d-2640-fe0f.png new file mode 100644 index 000000000..c7234ee9d Binary files /dev/null and b/dist/img-apple-64/26f9-1f3ff-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/26f9-1f3ff-200d-2640.png b/dist/img-apple-64/26f9-1f3ff-200d-2640.png new file mode 100644 index 000000000..c7234ee9d Binary files /dev/null and b/dist/img-apple-64/26f9-1f3ff-200d-2640.png differ diff --git a/dist/img-apple-64/26f9-1f3ff-200d-2642-fe0f.png b/dist/img-apple-64/26f9-1f3ff-200d-2642-fe0f.png new file mode 100644 index 000000000..fc3da8932 Binary files /dev/null and b/dist/img-apple-64/26f9-1f3ff-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/26f9-1f3ff-200d-2642.png b/dist/img-apple-64/26f9-1f3ff-200d-2642.png new file mode 100644 index 000000000..fc3da8932 Binary files /dev/null and b/dist/img-apple-64/26f9-1f3ff-200d-2642.png differ diff --git a/dist/img-apple-64/26f9-1f3ff.png b/dist/img-apple-64/26f9-1f3ff.png new file mode 100644 index 000000000..982350d92 Binary files /dev/null and b/dist/img-apple-64/26f9-1f3ff.png differ diff --git a/dist/img-apple-64/26f9-200d-2640.png b/dist/img-apple-64/26f9-200d-2640.png new file mode 100644 index 000000000..4b6973867 Binary files /dev/null and b/dist/img-apple-64/26f9-200d-2640.png differ diff --git a/dist/img-apple-64/26f9-200d-2642.png b/dist/img-apple-64/26f9-200d-2642.png new file mode 100644 index 000000000..707e08a56 Binary files /dev/null and b/dist/img-apple-64/26f9-200d-2642.png differ diff --git a/dist/img-apple-64/26f9-fe0f-200d-2640-fe0f.png b/dist/img-apple-64/26f9-fe0f-200d-2640-fe0f.png new file mode 100644 index 000000000..4b6973867 Binary files /dev/null and b/dist/img-apple-64/26f9-fe0f-200d-2640-fe0f.png differ diff --git a/dist/img-apple-64/26f9-fe0f-200d-2642-fe0f.png b/dist/img-apple-64/26f9-fe0f-200d-2642-fe0f.png new file mode 100644 index 000000000..707e08a56 Binary files /dev/null and b/dist/img-apple-64/26f9-fe0f-200d-2642-fe0f.png differ diff --git a/dist/img-apple-64/26f9-fe0f.png b/dist/img-apple-64/26f9-fe0f.png new file mode 100644 index 000000000..0bbb29cc5 Binary files /dev/null and b/dist/img-apple-64/26f9-fe0f.png differ diff --git a/dist/img-apple-64/26f9.png b/dist/img-apple-64/26f9.png new file mode 100644 index 000000000..0bbb29cc5 Binary files /dev/null and b/dist/img-apple-64/26f9.png differ diff --git a/dist/img-apple-64/26fa.png b/dist/img-apple-64/26fa.png new file mode 100644 index 000000000..3fd1236dd Binary files /dev/null and b/dist/img-apple-64/26fa.png differ diff --git a/dist/img-apple-64/26fd.png b/dist/img-apple-64/26fd.png new file mode 100644 index 000000000..2732b8d9c Binary files /dev/null and b/dist/img-apple-64/26fd.png differ diff --git a/dist/img-apple-64/2702-fe0f.png b/dist/img-apple-64/2702-fe0f.png new file mode 100644 index 000000000..6529a3c0d Binary files /dev/null and b/dist/img-apple-64/2702-fe0f.png differ diff --git a/dist/img-apple-64/2702.png b/dist/img-apple-64/2702.png new file mode 100644 index 000000000..6529a3c0d Binary files /dev/null and b/dist/img-apple-64/2702.png differ diff --git a/dist/img-apple-64/2705.png b/dist/img-apple-64/2705.png new file mode 100644 index 000000000..ae12244a5 Binary files /dev/null and b/dist/img-apple-64/2705.png differ diff --git a/dist/img-apple-64/2708-fe0f.png b/dist/img-apple-64/2708-fe0f.png new file mode 100644 index 000000000..54108980e Binary files /dev/null and b/dist/img-apple-64/2708-fe0f.png differ diff --git a/dist/img-apple-64/2708.png b/dist/img-apple-64/2708.png new file mode 100644 index 000000000..54108980e Binary files /dev/null and b/dist/img-apple-64/2708.png differ diff --git a/dist/img-apple-64/2709-fe0f.png b/dist/img-apple-64/2709-fe0f.png new file mode 100644 index 000000000..4d9c6a719 Binary files /dev/null and b/dist/img-apple-64/2709-fe0f.png differ diff --git a/dist/img-apple-64/2709.png b/dist/img-apple-64/2709.png new file mode 100644 index 000000000..4d9c6a719 Binary files /dev/null and b/dist/img-apple-64/2709.png differ diff --git a/dist/img-apple-64/270a-1f3fb.png b/dist/img-apple-64/270a-1f3fb.png new file mode 100644 index 000000000..8dce472ef Binary files /dev/null and b/dist/img-apple-64/270a-1f3fb.png differ diff --git a/dist/img-apple-64/270a-1f3fc.png b/dist/img-apple-64/270a-1f3fc.png new file mode 100644 index 000000000..b998e7f52 Binary files /dev/null and b/dist/img-apple-64/270a-1f3fc.png differ diff --git a/dist/img-apple-64/270a-1f3fd.png b/dist/img-apple-64/270a-1f3fd.png new file mode 100644 index 000000000..be767f163 Binary files /dev/null and b/dist/img-apple-64/270a-1f3fd.png differ diff --git a/dist/img-apple-64/270a-1f3fe.png b/dist/img-apple-64/270a-1f3fe.png new file mode 100644 index 000000000..758c87718 Binary files /dev/null and b/dist/img-apple-64/270a-1f3fe.png differ diff --git a/dist/img-apple-64/270a-1f3ff.png b/dist/img-apple-64/270a-1f3ff.png new file mode 100644 index 000000000..121805a77 Binary files /dev/null and b/dist/img-apple-64/270a-1f3ff.png differ diff --git a/dist/img-apple-64/270a.png b/dist/img-apple-64/270a.png new file mode 100644 index 000000000..ccfe1c99c Binary files /dev/null and b/dist/img-apple-64/270a.png differ diff --git a/dist/img-apple-64/270b-1f3fb.png b/dist/img-apple-64/270b-1f3fb.png new file mode 100644 index 000000000..eda6efb3e Binary files /dev/null and b/dist/img-apple-64/270b-1f3fb.png differ diff --git a/dist/img-apple-64/270b-1f3fc.png b/dist/img-apple-64/270b-1f3fc.png new file mode 100644 index 000000000..7e4ded6d0 Binary files /dev/null and b/dist/img-apple-64/270b-1f3fc.png differ diff --git a/dist/img-apple-64/270b-1f3fd.png b/dist/img-apple-64/270b-1f3fd.png new file mode 100644 index 000000000..59073f931 Binary files /dev/null and b/dist/img-apple-64/270b-1f3fd.png differ diff --git a/dist/img-apple-64/270b-1f3fe.png b/dist/img-apple-64/270b-1f3fe.png new file mode 100644 index 000000000..7d856e5e2 Binary files /dev/null and b/dist/img-apple-64/270b-1f3fe.png differ diff --git a/dist/img-apple-64/270b-1f3ff.png b/dist/img-apple-64/270b-1f3ff.png new file mode 100644 index 000000000..2eef0f886 Binary files /dev/null and b/dist/img-apple-64/270b-1f3ff.png differ diff --git a/dist/img-apple-64/270b.png b/dist/img-apple-64/270b.png new file mode 100644 index 000000000..01b28b3f5 Binary files /dev/null and b/dist/img-apple-64/270b.png differ diff --git a/dist/img-apple-64/270c-1f3fb.png b/dist/img-apple-64/270c-1f3fb.png new file mode 100644 index 000000000..41fe7018c Binary files /dev/null and b/dist/img-apple-64/270c-1f3fb.png differ diff --git a/dist/img-apple-64/270c-1f3fc.png b/dist/img-apple-64/270c-1f3fc.png new file mode 100644 index 000000000..5eac380b0 Binary files /dev/null and b/dist/img-apple-64/270c-1f3fc.png differ diff --git a/dist/img-apple-64/270c-1f3fd.png b/dist/img-apple-64/270c-1f3fd.png new file mode 100644 index 000000000..215090400 Binary files /dev/null and b/dist/img-apple-64/270c-1f3fd.png differ diff --git a/dist/img-apple-64/270c-1f3fe.png b/dist/img-apple-64/270c-1f3fe.png new file mode 100644 index 000000000..ffcb703af Binary files /dev/null and b/dist/img-apple-64/270c-1f3fe.png differ diff --git a/dist/img-apple-64/270c-1f3ff.png b/dist/img-apple-64/270c-1f3ff.png new file mode 100644 index 000000000..e8a69bdc4 Binary files /dev/null and b/dist/img-apple-64/270c-1f3ff.png differ diff --git a/dist/img-apple-64/270c-fe0f.png b/dist/img-apple-64/270c-fe0f.png new file mode 100644 index 000000000..a0cd6ff5c Binary files /dev/null and b/dist/img-apple-64/270c-fe0f.png differ diff --git a/dist/img-apple-64/270c.png b/dist/img-apple-64/270c.png new file mode 100644 index 000000000..a0cd6ff5c Binary files /dev/null and b/dist/img-apple-64/270c.png differ diff --git a/dist/img-apple-64/270d-1f3fb.png b/dist/img-apple-64/270d-1f3fb.png new file mode 100644 index 000000000..961c990f1 Binary files /dev/null and b/dist/img-apple-64/270d-1f3fb.png differ diff --git a/dist/img-apple-64/270d-1f3fc.png b/dist/img-apple-64/270d-1f3fc.png new file mode 100644 index 000000000..14e1ecd90 Binary files /dev/null and b/dist/img-apple-64/270d-1f3fc.png differ diff --git a/dist/img-apple-64/270d-1f3fd.png b/dist/img-apple-64/270d-1f3fd.png new file mode 100644 index 000000000..b419746a8 Binary files /dev/null and b/dist/img-apple-64/270d-1f3fd.png differ diff --git a/dist/img-apple-64/270d-1f3fe.png b/dist/img-apple-64/270d-1f3fe.png new file mode 100644 index 000000000..376d975cb Binary files /dev/null and b/dist/img-apple-64/270d-1f3fe.png differ diff --git a/dist/img-apple-64/270d-1f3ff.png b/dist/img-apple-64/270d-1f3ff.png new file mode 100644 index 000000000..bbccd10f4 Binary files /dev/null and b/dist/img-apple-64/270d-1f3ff.png differ diff --git a/dist/img-apple-64/270d-fe0f.png b/dist/img-apple-64/270d-fe0f.png new file mode 100644 index 000000000..b432a7d89 Binary files /dev/null and b/dist/img-apple-64/270d-fe0f.png differ diff --git a/dist/img-apple-64/270d.png b/dist/img-apple-64/270d.png new file mode 100644 index 000000000..b432a7d89 Binary files /dev/null and b/dist/img-apple-64/270d.png differ diff --git a/dist/img-apple-64/270f-fe0f.png b/dist/img-apple-64/270f-fe0f.png new file mode 100644 index 000000000..356f8afbf Binary files /dev/null and b/dist/img-apple-64/270f-fe0f.png differ diff --git a/dist/img-apple-64/270f.png b/dist/img-apple-64/270f.png new file mode 100644 index 000000000..356f8afbf Binary files /dev/null and b/dist/img-apple-64/270f.png differ diff --git a/dist/img-apple-64/2712-fe0f.png b/dist/img-apple-64/2712-fe0f.png new file mode 100644 index 000000000..5d2c3239f Binary files /dev/null and b/dist/img-apple-64/2712-fe0f.png differ diff --git a/dist/img-apple-64/2712.png b/dist/img-apple-64/2712.png new file mode 100644 index 000000000..5d2c3239f Binary files /dev/null and b/dist/img-apple-64/2712.png differ diff --git a/dist/img-apple-64/2714-fe0f.png b/dist/img-apple-64/2714-fe0f.png new file mode 100644 index 000000000..65e6fb345 Binary files /dev/null and b/dist/img-apple-64/2714-fe0f.png differ diff --git a/dist/img-apple-64/2714.png b/dist/img-apple-64/2714.png new file mode 100644 index 000000000..65e6fb345 Binary files /dev/null and b/dist/img-apple-64/2714.png differ diff --git a/dist/img-apple-64/2716-fe0f.png b/dist/img-apple-64/2716-fe0f.png new file mode 100644 index 000000000..a95038e92 Binary files /dev/null and b/dist/img-apple-64/2716-fe0f.png differ diff --git a/dist/img-apple-64/2716.png b/dist/img-apple-64/2716.png new file mode 100644 index 000000000..a95038e92 Binary files /dev/null and b/dist/img-apple-64/2716.png differ diff --git a/dist/img-apple-64/271d-fe0f.png b/dist/img-apple-64/271d-fe0f.png new file mode 100644 index 000000000..1bdcaeee5 Binary files /dev/null and b/dist/img-apple-64/271d-fe0f.png differ diff --git a/dist/img-apple-64/271d.png b/dist/img-apple-64/271d.png new file mode 100644 index 000000000..1bdcaeee5 Binary files /dev/null and b/dist/img-apple-64/271d.png differ diff --git a/dist/img-apple-64/2721-fe0f.png b/dist/img-apple-64/2721-fe0f.png new file mode 100644 index 000000000..12ecfd8fe Binary files /dev/null and b/dist/img-apple-64/2721-fe0f.png differ diff --git a/dist/img-apple-64/2721.png b/dist/img-apple-64/2721.png new file mode 100644 index 000000000..12ecfd8fe Binary files /dev/null and b/dist/img-apple-64/2721.png differ diff --git a/dist/img-apple-64/2728.png b/dist/img-apple-64/2728.png new file mode 100644 index 000000000..506bd2e4a Binary files /dev/null and b/dist/img-apple-64/2728.png differ diff --git a/dist/img-apple-64/2733-fe0f.png b/dist/img-apple-64/2733-fe0f.png new file mode 100644 index 000000000..bc5273e6c Binary files /dev/null and b/dist/img-apple-64/2733-fe0f.png differ diff --git a/dist/img-apple-64/2733.png b/dist/img-apple-64/2733.png new file mode 100644 index 000000000..bc5273e6c Binary files /dev/null and b/dist/img-apple-64/2733.png differ diff --git a/dist/img-apple-64/2734-fe0f.png b/dist/img-apple-64/2734-fe0f.png new file mode 100644 index 000000000..5802f2a80 Binary files /dev/null and b/dist/img-apple-64/2734-fe0f.png differ diff --git a/dist/img-apple-64/2734.png b/dist/img-apple-64/2734.png new file mode 100644 index 000000000..5802f2a80 Binary files /dev/null and b/dist/img-apple-64/2734.png differ diff --git a/dist/img-apple-64/2744-fe0f.png b/dist/img-apple-64/2744-fe0f.png new file mode 100644 index 000000000..1a837ae19 Binary files /dev/null and b/dist/img-apple-64/2744-fe0f.png differ diff --git a/dist/img-apple-64/2744.png b/dist/img-apple-64/2744.png new file mode 100644 index 000000000..1a837ae19 Binary files /dev/null and b/dist/img-apple-64/2744.png differ diff --git a/dist/img-apple-64/2747-fe0f.png b/dist/img-apple-64/2747-fe0f.png new file mode 100644 index 000000000..3f95d43e0 Binary files /dev/null and b/dist/img-apple-64/2747-fe0f.png differ diff --git a/dist/img-apple-64/2747.png b/dist/img-apple-64/2747.png new file mode 100644 index 000000000..3f95d43e0 Binary files /dev/null and b/dist/img-apple-64/2747.png differ diff --git a/dist/img-apple-64/274c.png b/dist/img-apple-64/274c.png new file mode 100644 index 000000000..e6b1d8535 Binary files /dev/null and b/dist/img-apple-64/274c.png differ diff --git a/dist/img-apple-64/274e.png b/dist/img-apple-64/274e.png new file mode 100644 index 000000000..34037da31 Binary files /dev/null and b/dist/img-apple-64/274e.png differ diff --git a/dist/img-apple-64/2753.png b/dist/img-apple-64/2753.png new file mode 100644 index 000000000..9a8ddb41b Binary files /dev/null and b/dist/img-apple-64/2753.png differ diff --git a/dist/img-apple-64/2754.png b/dist/img-apple-64/2754.png new file mode 100644 index 000000000..bd1929e64 Binary files /dev/null and b/dist/img-apple-64/2754.png differ diff --git a/dist/img-apple-64/2755.png b/dist/img-apple-64/2755.png new file mode 100644 index 000000000..f4ce1f33c Binary files /dev/null and b/dist/img-apple-64/2755.png differ diff --git a/dist/img-apple-64/2757.png b/dist/img-apple-64/2757.png new file mode 100644 index 000000000..a45eb651a Binary files /dev/null and b/dist/img-apple-64/2757.png differ diff --git a/dist/img-apple-64/2763-fe0f.png b/dist/img-apple-64/2763-fe0f.png new file mode 100644 index 000000000..51425aa6c Binary files /dev/null and b/dist/img-apple-64/2763-fe0f.png differ diff --git a/dist/img-apple-64/2763.png b/dist/img-apple-64/2763.png new file mode 100644 index 000000000..51425aa6c Binary files /dev/null and b/dist/img-apple-64/2763.png differ diff --git a/dist/img-apple-64/2764-fe0f.png b/dist/img-apple-64/2764-fe0f.png new file mode 100644 index 000000000..59effc05e Binary files /dev/null and b/dist/img-apple-64/2764-fe0f.png differ diff --git a/dist/img-apple-64/2764.png b/dist/img-apple-64/2764.png new file mode 100644 index 000000000..59effc05e Binary files /dev/null and b/dist/img-apple-64/2764.png differ diff --git a/dist/img-apple-64/2795.png b/dist/img-apple-64/2795.png new file mode 100644 index 000000000..ec46c43f8 Binary files /dev/null and b/dist/img-apple-64/2795.png differ diff --git a/dist/img-apple-64/2796.png b/dist/img-apple-64/2796.png new file mode 100644 index 000000000..103d56425 Binary files /dev/null and b/dist/img-apple-64/2796.png differ diff --git a/dist/img-apple-64/2797.png b/dist/img-apple-64/2797.png new file mode 100644 index 000000000..1c2c954f5 Binary files /dev/null and b/dist/img-apple-64/2797.png differ diff --git a/dist/img-apple-64/27a1-fe0f.png b/dist/img-apple-64/27a1-fe0f.png new file mode 100644 index 000000000..151c8616c Binary files /dev/null and b/dist/img-apple-64/27a1-fe0f.png differ diff --git a/dist/img-apple-64/27a1.png b/dist/img-apple-64/27a1.png new file mode 100644 index 000000000..151c8616c Binary files /dev/null and b/dist/img-apple-64/27a1.png differ diff --git a/dist/img-apple-64/27b0.png b/dist/img-apple-64/27b0.png new file mode 100644 index 000000000..9350975cd Binary files /dev/null and b/dist/img-apple-64/27b0.png differ diff --git a/dist/img-apple-64/27bf.png b/dist/img-apple-64/27bf.png new file mode 100644 index 000000000..6578fad98 Binary files /dev/null and b/dist/img-apple-64/27bf.png differ diff --git a/dist/img-apple-64/2934-fe0f.png b/dist/img-apple-64/2934-fe0f.png new file mode 100644 index 000000000..52524b91d Binary files /dev/null and b/dist/img-apple-64/2934-fe0f.png differ diff --git a/dist/img-apple-64/2934.png b/dist/img-apple-64/2934.png new file mode 100644 index 000000000..52524b91d Binary files /dev/null and b/dist/img-apple-64/2934.png differ diff --git a/dist/img-apple-64/2935-fe0f.png b/dist/img-apple-64/2935-fe0f.png new file mode 100644 index 000000000..423ee5e1d Binary files /dev/null and b/dist/img-apple-64/2935-fe0f.png differ diff --git a/dist/img-apple-64/2935.png b/dist/img-apple-64/2935.png new file mode 100644 index 000000000..423ee5e1d Binary files /dev/null and b/dist/img-apple-64/2935.png differ diff --git a/dist/img-apple-64/2a-20e3.png b/dist/img-apple-64/2a-20e3.png new file mode 100644 index 000000000..fc4dcb7c1 Binary files /dev/null and b/dist/img-apple-64/2a-20e3.png differ diff --git a/dist/img-apple-64/2b05-fe0f.png b/dist/img-apple-64/2b05-fe0f.png new file mode 100644 index 000000000..d954657b6 Binary files /dev/null and b/dist/img-apple-64/2b05-fe0f.png differ diff --git a/dist/img-apple-64/2b05.png b/dist/img-apple-64/2b05.png new file mode 100644 index 000000000..d954657b6 Binary files /dev/null and b/dist/img-apple-64/2b05.png differ diff --git a/dist/img-apple-64/2b06-fe0f.png b/dist/img-apple-64/2b06-fe0f.png new file mode 100644 index 000000000..47342fcac Binary files /dev/null and b/dist/img-apple-64/2b06-fe0f.png differ diff --git a/dist/img-apple-64/2b06.png b/dist/img-apple-64/2b06.png new file mode 100644 index 000000000..47342fcac Binary files /dev/null and b/dist/img-apple-64/2b06.png differ diff --git a/dist/img-apple-64/2b07-fe0f.png b/dist/img-apple-64/2b07-fe0f.png new file mode 100644 index 000000000..caff61613 Binary files /dev/null and b/dist/img-apple-64/2b07-fe0f.png differ diff --git a/dist/img-apple-64/2b07.png b/dist/img-apple-64/2b07.png new file mode 100644 index 000000000..caff61613 Binary files /dev/null and b/dist/img-apple-64/2b07.png differ diff --git a/dist/img-apple-64/2b1b.png b/dist/img-apple-64/2b1b.png new file mode 100644 index 000000000..7299a1ff6 Binary files /dev/null and b/dist/img-apple-64/2b1b.png differ diff --git a/dist/img-apple-64/2b1c.png b/dist/img-apple-64/2b1c.png new file mode 100644 index 000000000..3af889d8c Binary files /dev/null and b/dist/img-apple-64/2b1c.png differ diff --git a/dist/img-apple-64/2b50.png b/dist/img-apple-64/2b50.png new file mode 100644 index 000000000..7d00db543 Binary files /dev/null and b/dist/img-apple-64/2b50.png differ diff --git a/dist/img-apple-64/2b55.png b/dist/img-apple-64/2b55.png new file mode 100644 index 000000000..8d80d36a8 Binary files /dev/null and b/dist/img-apple-64/2b55.png differ diff --git a/dist/img-apple-64/30-20e3.png b/dist/img-apple-64/30-20e3.png new file mode 100644 index 000000000..4502ded46 Binary files /dev/null and b/dist/img-apple-64/30-20e3.png differ diff --git a/dist/img-apple-64/3030-fe0f.png b/dist/img-apple-64/3030-fe0f.png new file mode 100644 index 000000000..83b0f112d Binary files /dev/null and b/dist/img-apple-64/3030-fe0f.png differ diff --git a/dist/img-apple-64/3030.png b/dist/img-apple-64/3030.png new file mode 100644 index 000000000..83b0f112d Binary files /dev/null and b/dist/img-apple-64/3030.png differ diff --git a/dist/img-apple-64/303d-fe0f.png b/dist/img-apple-64/303d-fe0f.png new file mode 100644 index 000000000..27dcc517f Binary files /dev/null and b/dist/img-apple-64/303d-fe0f.png differ diff --git a/dist/img-apple-64/303d.png b/dist/img-apple-64/303d.png new file mode 100644 index 000000000..27dcc517f Binary files /dev/null and b/dist/img-apple-64/303d.png differ diff --git a/dist/img-apple-64/31-20e3.png b/dist/img-apple-64/31-20e3.png new file mode 100644 index 000000000..6691d33d2 Binary files /dev/null and b/dist/img-apple-64/31-20e3.png differ diff --git a/dist/img-apple-64/32-20e3.png b/dist/img-apple-64/32-20e3.png new file mode 100644 index 000000000..73942ebbe Binary files /dev/null and b/dist/img-apple-64/32-20e3.png differ diff --git a/dist/img-apple-64/3297-fe0f.png b/dist/img-apple-64/3297-fe0f.png new file mode 100644 index 000000000..a5e876c35 Binary files /dev/null and b/dist/img-apple-64/3297-fe0f.png differ diff --git a/dist/img-apple-64/3297.png b/dist/img-apple-64/3297.png new file mode 100644 index 000000000..a5e876c35 Binary files /dev/null and b/dist/img-apple-64/3297.png differ diff --git a/dist/img-apple-64/3299-fe0f.png b/dist/img-apple-64/3299-fe0f.png new file mode 100644 index 000000000..7350bc46b Binary files /dev/null and b/dist/img-apple-64/3299-fe0f.png differ diff --git a/dist/img-apple-64/3299.png b/dist/img-apple-64/3299.png new file mode 100644 index 000000000..7350bc46b Binary files /dev/null and b/dist/img-apple-64/3299.png differ diff --git a/dist/img-apple-64/33-20e3.png b/dist/img-apple-64/33-20e3.png new file mode 100644 index 000000000..a8b3c7dd0 Binary files /dev/null and b/dist/img-apple-64/33-20e3.png differ diff --git a/dist/img-apple-64/34-20e3.png b/dist/img-apple-64/34-20e3.png new file mode 100644 index 000000000..6a6d703ce Binary files /dev/null and b/dist/img-apple-64/34-20e3.png differ diff --git a/dist/img-apple-64/35-20e3.png b/dist/img-apple-64/35-20e3.png new file mode 100644 index 000000000..afd341d00 Binary files /dev/null and b/dist/img-apple-64/35-20e3.png differ diff --git a/dist/img-apple-64/36-20e3.png b/dist/img-apple-64/36-20e3.png new file mode 100644 index 000000000..a8493bce7 Binary files /dev/null and b/dist/img-apple-64/36-20e3.png differ diff --git a/dist/img-apple-64/37-20e3.png b/dist/img-apple-64/37-20e3.png new file mode 100644 index 000000000..e3a3a8696 Binary files /dev/null and b/dist/img-apple-64/37-20e3.png differ diff --git a/dist/img-apple-64/38-20e3.png b/dist/img-apple-64/38-20e3.png new file mode 100644 index 000000000..fe589b142 Binary files /dev/null and b/dist/img-apple-64/38-20e3.png differ diff --git a/dist/img-apple-64/39-20e3.png b/dist/img-apple-64/39-20e3.png new file mode 100644 index 000000000..1e193fc1c Binary files /dev/null and b/dist/img-apple-64/39-20e3.png differ diff --git a/dist/index.html b/dist/index.html new file mode 100644 index 000000000..93ebdd903 --- /dev/null +++ b/dist/index.html @@ -0,0 +1 @@ +Telegram
\ No newline at end of file diff --git a/dist/it-extra.78e5568451a888818c7e2209e05a9602.json b/dist/it-extra.78e5568451a888818c7e2209e05a9602.json new file mode 100644 index 000000000..874a31a62 --- /dev/null +++ b/dist/it-extra.78e5568451a888818c7e2209e05a9602.json @@ -0,0 +1,75 @@ +{ + "Activity": "Attività", + "AnimalsNature": "Animali e Natura", + "AppName": "Telegram", + "Archived": "Chat archiviate", + "BioAbout": "Qualsiasi dettaglio come età, lavoro o città.\nEsempio: Designer di 23 anni da San Francisco.", + "ChannelInfo": "Info canale", + "ChatInfo": "Info chat", + "ChatsAndContacts": "Chat e contatti", + "ChooseDefaultSkinTone": "Scegli ", + "Connecting": "Connetto...", + "ConnectingToProxy": "Connetto al proxy...", + "ContactJoinedDisabled": "Disattivato", + "ContactJoinedEnabled": "Attivato", + "ContinueOnThisLanguage": "Continue in English", + "CopyMessageLink": "Copia link messaggio", + "Country": "Paese", + "Custom": "Custom", + "DeletedMessage": "Messaggi cancellati", + "DragToReposition": "Trascina per riposizionare", + "EditProfile": "Modifica profilo", + "Emoji": "EMOJI", + "EnterPassword": "Inserisci password", + "Flags": "Bandiere", + "FoodDrink": "Cibo e Bevande", + "GeneralSettings": "Impostazioni generali", + "GoToMessage": "Vai al messaggio", + "InvalidPhoneNumber": "Numero di telefono non valido. Per favore controlla il numero e riprova.", + "KeepMeSignedIn": "Mantieni l'accesso", + "LeftChannel": "Canale abbandonato", + "LeftGroup": "Gruppo abbandonato", + "Loading": "Carico...", + "LogInByPhone": "Or log in by using your phone number", + "LogInViaQR": "Quick log in using QR code", + "More": "Altro", + "Next": "Avanti", + "NotEmojiFound": "Emoji non trovato", + "NotificationsDisabled": "Disattivate", + "NotificationsEnabled": "Attivate", + "Objects": "Oggetti", + "PhoneNumber": "Numero di telefono", + "PhotosTitle": "Foto", + "PollQuizOneRightAnswer": "Il quiz ha solo una risposta esatta.", + "PreviewDisabled": "Disattivata", + "PreviewEnabled": "Attivata", + "QRHint": "1. Open Telegram on your phone\n2. Go to Settings > Devices > Scan QR\n3. Scan this image to Log in", + "Recent": "Usati di recente", + "Saved": "Messaggi salvati", + "Search": "Cerca", + "SearchMessagesIn": "Cerca messaggi in", + "SearchResults": "Risultati di ricerca", + "SelectChatToStartMessaging": "Seleziona una chat per iniziare a messaggiare", + "SendAsFile": "Invia come file", + "SendAsPhoto": "Invia come immagine", + "SendFileConfirmation": "Sei sicuro di voler mandare il file?", + "SendFilesConfirmation": "Sei sicuro di voler mandare i file?", + "SendMessage": "Invia messaggio", + "SignInToTelegram": "Accedi a Telegram", + "SmileysPeople": "Faccine e Persone", + "StartText": "Conferma il prefisso internazionale e inserisci il tuo numero di telefono.", + "Stickers": "STICKER", + "Symbols": "Simboli", + "Text": "Testo", + "TravelPlaces": "Viaggi e Luoghi", + "UpdateDraftConfirmation": "Sei sicuro di voler aggiornare la bozza?", + "Updating": "Aggiorno...", + "VideosTitle": "Video", + "ViewChannelInfo": "Visualizza info canale", + "ViewGroupInfo": "Visualizza info gruppo", + "ViewProfile": "Visualizza profilo", + "VoiceTitle": "Messaggi vocali", + "WaitingForNetwork": "Attendo la rete...", + "YourAccountProtectedWithPassword": "Il tuo account è protetto con una password aggiuntiva.", + "YourPhone": "Il tuo numero" +} diff --git a/dist/main.36688ccce7aca8b58441.js b/dist/main.36688ccce7aca8b58441.js new file mode 100644 index 000000000..8017f0f5d --- /dev/null +++ b/dist/main.36688ccce7aca8b58441.js @@ -0,0 +1 @@ +!function(e){function t(t){for(var n,r,o=t[0],d=t[1],c=0,a=[];c=0&&I(e[t]);t--);return t+17&&console.warn(`[Teact] Slow component render: ${n}, ${Math.round(t)} ms`),O[n].renderTimes.push(t),O[n].renderCount++}}catch(t){Object(c.a)(t),u=e.renderedValue}if(e.isMounted&&u===e.renderedValue)return e.$element;e.renderedValue=u;const o=w(u);return e.$element=y(e,[o]),e.$element}function C(e,t){return typeof e!=typeof t||(e.type!==t.type||(b(e)&&b(t)?e.value!==t.value:h(e)&&h(t)?e.tag!==t.tag||e.props.key!==t.props.key:!(!m(e)||!m(t))&&(e.componentInstance.Component!==t.componentInstance.Component||e.props.key!==t.props.key)))}function E(e){p(e)&&(m(e)?function(e){if(!e.isMounted)return;e.hooks.memos.byCursor.forEach(e=>{e.current=null}),e.hooks.effects.byCursor.forEach(({cleanup:e})=>{if("function"==typeof e)try{e()}catch(e){Object(c.a)(e)}}),e.isMounted=!1,function(e){e.hooks.effects.byCursor.forEach(e=>{e.cleanup=null,e.effect=null,e.dependencies=null}),e.hooks.state.byCursor.forEach(e=>{e.value=null,e.nextValue=null,e.setter=null}),e.hooks.memos.byCursor.forEach(e=>{e.dependencies=null}),e.hooks=null,e.$element=null,e.Component=null,e.props=null,e.forceUpdate=null,e.onUpdate=null}(e)}(e.componentInstance):e.target&&(Object(a.b)(e.target),e.target=null),e.children.forEach(E))}function S(e){return j(e),e.isMounted=!0,e.$element}function M(e){return m(e)?M(e.children[0]):e.target}function A(e,t){m(e)?A(e.children[0],t):e.target=t}function k(e){const{cursor:t,byCursor:n}=f.hooks.state;var r;return void 0===n[t]&&(n[t]={value:e,nextValue:e,setter:(r=f,e=>{n[t].nextValue!==e&&(n[t].nextValue="function"==typeof e?e(n[t].value):e,r.scheduleNextState&&r.forceUpdate||(r.scheduleNextState=Object(u.h)(()=>function(e){e.isMounted&&e.hooks.state.byCursor.forEach(e=>{e.value=e.nextValue})}(r)),r.forceUpdate=Object(u.i)(()=>function(e){if(!e.isMounted||!e.onUpdate)return;const t=e.$element;j(e),e.$element!==t&&e.onUpdate()}(r))),r.scheduleNextState(),r.forceUpdate())})}),f.hooks.state.cursor++,[n[t].value,n[t].setter]}function T(e,t,n){const{cursor:r,byCursor:u}=f.hooks.effects,o=f,d=()=>{if(!o.isMounted)return;const{cleanup:e}=u[r];if("function"==typeof e)try{e()}catch(e){Object(c.a)(e)}u[r].cleanup=t()};void 0!==u[r]&&n&&u[r].dependencies?n.some((e,t)=>e!==u[r].dependencies[t])&&e(d):e(d),u[r]={effect:t,dependencies:n,cleanup:u[r]?u[r].cleanup:void 0},f.hooks.effects.cursor++}function P(e,t){return T(u.b,e,t)}function N(e,t){return T(u.d,e,t)}function D(e,t){const{cursor:n,byCursor:r}=f.hooks.memos;let{current:u}=r[n]||{};return(void 0===r[n]||t.some((e,t)=>e!==r[n].dependencies[t]))&&(u=e()),r[n]={current:u,dependencies:t},f.hooks.memos.cursor++,u}function L(e,t){return D(()=>e,t)}function x(e){return D(()=>({current:e}),[])}function R(e,t=d.a){return function(n){const r=x(n),u=x();return(!u.current||r.current&&!t(r.current,n))&&(r.current=n,u.current=g(e,n)),u.current}}document.addEventListener("dblclick",()=>{console.log("COMPONENTS",Object(o.k)(Object.values(O),"renderCount","desc"))}),t.a={createElement:g,Fragment:s}},function(e,t,n){"use strict";n.d(t,"l",(function(){return r})),n.d(t,"n",(function(){return u})),n.d(t,"x",(function(){return o})),n.d(t,"m",(function(){return d})),n.d(t,"w",(function(){return c})),n.d(t,"u",(function(){return a})),n.d(t,"v",(function(){return i})),n.d(t,"t",(function(){return s})),n.d(t,"E",(function(){return f})),n.d(t,"F",(function(){return l})),n.d(t,"G",(function(){return b})),n.d(t,"H",(function(){return h})),n.d(t,"k",(function(){return m})),n.d(t,"y",(function(){return p})),n.d(t,"O",(function(){return y})),n.d(t,"K",(function(){return v})),n.d(t,"L",(function(){return I})),n.d(t,"M",(function(){return w})),n.d(t,"g",(function(){return O})),n.d(t,"i",(function(){return j})),n.d(t,"h",(function(){return C})),n.d(t,"ab",(function(){return E})),n.d(t,"N",(function(){return S})),n.d(t,"s",(function(){return M})),n.d(t,"ob",(function(){return A})),n.d(t,"a",(function(){return k})),n.d(t,"e",(function(){return T})),n.d(t,"d",(function(){return P})),n.d(t,"o",(function(){return N})),n.d(t,"p",(function(){return D})),n.d(t,"q",(function(){return L})),n.d(t,"r",(function(){return x})),n.d(t,"X",(function(){return R})),n.d(t,"W",(function(){return B})),n.d(t,"Q",(function(){return F})),n.d(t,"P",(function(){return U})),n.d(t,"T",(function(){return _})),n.d(t,"S",(function(){return G})),n.d(t,"R",(function(){return $})),n.d(t,"B",(function(){return W})),n.d(t,"c",(function(){return z})),n.d(t,"hb",(function(){return H})),n.d(t,"ib",(function(){return K})),n.d(t,"cb",(function(){return V})),n.d(t,"db",(function(){return q})),n.d(t,"kb",(function(){return Y})),n.d(t,"gb",(function(){return J})),n.d(t,"lb",(function(){return Q})),n.d(t,"mb",(function(){return Z})),n.d(t,"jb",(function(){return X})),n.d(t,"nb",(function(){return ee})),n.d(t,"eb",(function(){return te})),n.d(t,"fb",(function(){return ne})),n.d(t,"I",(function(){return re})),n.d(t,"J",(function(){return ue})),n.d(t,"bb",(function(){return oe})),n.d(t,"A",(function(){return de})),n.d(t,"j",(function(){return ce})),n.d(t,"U",(function(){return ae})),n.d(t,"V",(function(){return ie})),n.d(t,"Z",(function(){return se})),n.d(t,"b",(function(){return fe})),n.d(t,"f",(function(){return le})),n.d(t,"D",(function(){return be})),n.d(t,"C",(function(){return he})),n.d(t,"Y",(function(){return me})),n.d(t,"z",(function(){return pe}));const r=!1,u=!1,o=!1,d="Shoot!\nSomething went wrong, please see the error details in Dev Tools Console.",c="GramJs:sessionId",a=!1,i="tt-global-state",s=30,f=!1,l="tt-media",b="tt-media-avatars",h="tt-media-progressive",m="tt-custom-bg",p="tt-lang-packs",g=(new Set(["newMessage","newScheduledMessage","deleteMessages","deleteScheduledMessages","deleteHistory"]),"undefined"!=typeof window&&window.innerHeight>=900),y=1,v=750,I=g?60:40,w=2*I,O=72,j=g?30:25,C=100,E=42,S=42,M=20,A=25,k=!1,T=2,P=T,N=16,D=1e4,L="editable-message-text",x="editable-message-text-modal",R=1440,B=1150,F=1275,U=925,_=600,G=950,$=450,W=1e9,z=100,H=13,K=11,V=160,q=120,Y=64,J=48,Q=32,Z=64,X=64,ee=160,te=140,ne=80,re="MEMOJI_STICKER",ue=200,oe=450,de=450,ce="image/png,image/gif,image/jpeg,video/mp4,video/avi,video/quicktime",ae="((ftp|https?):\\/\\/)?((www\\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6})\\b([-a-zA-Z0-9()@:%_+.~#?&/=]*)",ie=/^(?:https?:\/\/)?(?:t\.me\/)([\d\w_]+)(?:\/([\d]+))?$/gm,se=777e3,fe=0,le=1,be=10,he=5,me=2147483646,pe=["android","ios"]},function(e,t,n){"use strict";n.d(t,"g",(function(){return y})),n.d(t,"e",(function(){return v})),n.d(t,"d",(function(){return I})),n.d(t,"b",(function(){return w})),n.d(t,"a",(function(){return O})),n.d(t,"f",(function(){return j})),n.d(t,"h",(function(){return C}));var r=n(0),u=n(1),o=n(29),d=n(22),c=n(9),a=n(25),i=n(3),s=n(21);function f(){return(f=Object.assign||function(e){for(var t=1;t7&&console.warn(`[TeactN] Slow containers update: ${Math.round(t)} ms`)}}],m={},p=new Map;const g=Object(c.i)((function(){h.forEach(e=>e(l))}));function y(e){"object"==typeof e&&e!==l&&(l=e,g())}function v(){return l}function I(){return m}function w(e,t){b[e]||(b[e]=[],m[e]=t=>{!function(e,t){b[e]&&b[e].forEach(e=>{const n=e(l,m,t);n&&y(n)})}(e,t)}),b[e].push(t)}function O(e){h.push(e)}function j(e){const t=h.indexOf(e);-1!==t&&h.splice(t,1)}function C(e=(()=>({})),t=(()=>({}))){return n=>function(u){const[c]=Object(r.r)(Object(d.a)(p)),i=Object(o.a)();Object(r.n)(()=>()=>{p.delete(c)},[c]);let b=p.get(c);if(b||(b={mapStateToProps:e,mapReducersToProps:t,ownProps:u,areMappedPropsChanged:!1,forceUpdate:i,DEBUG_updates:0,DEBUG_componentName:n.name},p.set(c,b)),b.areMappedPropsChanged&&(b.areMappedPropsChanged=!1),!b.mappedProps||!Object(a.a)(b.ownProps,u)){b.ownProps=u;try{b.mappedProps={...e(l,u),...t(y,m)}}catch(e){Object(s.a)(e)}}return r.a.createElement(n,f({},b.mappedProps,u))}}function E(e,t){const n=Object.keys(e);return n.length!==Object.keys(t).length?["LENGTH"]:n.filter(n=>e[n]!==t[n])}u.l&&(window.getGlobal=v,document.addEventListener("dblclick",()=>{console.log("GLOBAL CONTAINERS",Object(i.k)(Object.values(p),"DEBUG_updates","desc"))}))},function(e,t,n){"use strict";function r(e,t){return e.reduce((e,n)=>(e[n[t]]=n,e),{})}function u(e,t){return Object.keys(e).reduce((n,r,u)=>(n[r]=t(e[r],r,u,e),n),{})}function o(e,t){return t.reduce((t,n)=>(t[n]=e[n],t),{})}function d(e,t){return t.reduce((t,n)=>(e[n]&&(t[n]=e[n]),t),{})}function c(e,t){const n=new Set(t.map(String));return o(e,Object.keys(e).filter(e=>!n.has(e)))}function a(e,t,n="asc"){return e.sort((e,r)=>{if(Array.isArray(t)){const[u,o]=Array.isArray(n)?n:[n,n],[d,c]=t;let a,i;if("function"==typeof d?(a=d(e)||0,i=d(r)||0):"string"==typeof d&&(a=e[d]||0,i=r[d]||0),a!==i)return"asc"===u?a-i:i-a;{let t,n;return"function"==typeof c?(t=c(e)||0,n=c(r)||0):"string"==typeof c&&(t=e[c]||0,n=r[c]||0),"asc"===o?t-n:n-t}}let u,o;return"function"==typeof t?(u=t(e)||0,o=t(r)||0):"string"==typeof t&&(u=e[t]||0,o=r[t]||0),"asc"===n?u-o:o-u})}function i(e){return e.reduce((e,t)=>Array.isArray(t)?e.concat(t):(e.push(t),e),[])}function s(e){return Array.from(new Set(e))}function f(e){return e.filter(Boolean)}function l(e,t){return e.length===t.length&&e.every((e,n)=>e===t[n])}function b(e,t){return e[0]<=t[t.length-1]&&e[e.length-1]>=t[0]}function h(e,t){return e.filter(e=>t.has(e))}function m(e,t){const n=[];for(let r=0;r(t[n]=p(e[n]),t),{})}function g(e,t){let n=e.length;for(;n--;)if(t(e[n],n,e))return e[n]}n.d(t,"c",(function(){return r})),n.d(t,"i",(function(){return u})),n.d(t,"l",(function(){return o})),n.d(t,"m",(function(){return d})),n.d(t,"j",(function(){return c})),n.d(t,"k",(function(){return a})),n.d(t,"h",(function(){return i})),n.d(t,"o",(function(){return s})),n.d(t,"e",(function(){return f})),n.d(t,"a",(function(){return l})),n.d(t,"b",(function(){return b})),n.d(t,"f",(function(){return h})),n.d(t,"n",(function(){return m})),n.d(t,"d",(function(){return p})),n.d(t,"g",(function(){return g}))},function(e,t,n){"use strict";n.d(t,"Y",(function(){return r.c})),n.d(t,"Z",(function(){return r.d})),n.d(t,"ab",(function(){return r.e})),n.d(t,"xb",(function(){return r.h})),n.d(t,"pb",(function(){return r.f})),n.d(t,"wb",(function(){return r.g})),n.d(t,"W",(function(){return r.a})),n.d(t,"X",(function(){return r.b})),n.d(t,"lb",(function(){return u.w})),n.d(t,"kb",(function(){return u.v})),n.d(t,"ib",(function(){return u.t})),n.d(t,"nb",(function(){return u.y})),n.d(t,"jb",(function(){return u.u})),n.d(t,"ob",(function(){return u.z})),n.d(t,"m",(function(){return u.j})),n.d(t,"T",(function(){return u.p})),n.d(t,"l",(function(){return u.i})),n.d(t,"g",(function(){return u.e})),n.d(t,"h",(function(){return u.f})),n.d(t,"f",(function(){return u.d})),n.d(t,"mb",(function(){return u.x})),n.d(t,"gb",(function(){return u.r})),n.d(t,"q",(function(){return u.m})),n.d(t,"yb",(function(){return u.A})),n.d(t,"e",(function(){return u.c})),n.d(t,"c",(function(){return u.a})),n.d(t,"J",(function(){return u.o})),n.d(t,"k",(function(){return u.h})),n.d(t,"j",(function(){return u.g})),n.d(t,"hb",(function(){return u.s})),n.d(t,"d",(function(){return u.b})),n.d(t,"Bb",(function(){return u.C})),n.d(t,"Ab",(function(){return u.B})),n.d(t,"p",(function(){return u.l})),n.d(t,"o",(function(){return u.k})),n.d(t,"fb",(function(){return u.q})),n.d(t,"I",(function(){return u.n})),n.d(t,"A",(function(){return i})),n.d(t,"zb",(function(){return s})),n.d(t,"F",(function(){return f})),n.d(t,"M",(function(){return l})),n.d(t,"N",(function(){return b})),n.d(t,"x",(function(){return h})),n.d(t,"K",(function(){return m})),n.d(t,"n",(function(){return p})),n.d(t,"tb",(function(){return g})),n.d(t,"ub",(function(){return y})),n.d(t,"qb",(function(){return v})),n.d(t,"db",(function(){return I})),n.d(t,"vb",(function(){return w})),n.d(t,"eb",(function(){return O})),n.d(t,"U",(function(){return j})),n.d(t,"V",(function(){return C})),n.d(t,"sb",(function(){return E})),n.d(t,"rb",(function(){return S})),n.d(t,"v",(function(){return k})),n.d(t,"cb",(function(){return T})),n.d(t,"G",(function(){return P})),n.d(t,"O",(function(){return N})),n.d(t,"t",(function(){return D})),n.d(t,"u",(function(){return L})),n.d(t,"L",(function(){return x})),n.d(t,"y",(function(){return R})),n.d(t,"H",(function(){return B})),n.d(t,"z",(function(){return F})),n.d(t,"P",(function(){return U})),n.d(t,"Q",(function(){return _})),n.d(t,"E",(function(){return G})),n.d(t,"D",(function(){return $})),n.d(t,"C",(function(){return z})),n.d(t,"B",(function(){return H})),n.d(t,"b",(function(){return V})),n.d(t,"i",(function(){return q})),n.d(t,"R",(function(){return Y})),n.d(t,"S",(function(){return J})),n.d(t,"bb",(function(){return Q})),n.d(t,"s",(function(){return Z})),n.d(t,"w",(function(){return X})),n.d(t,"r",(function(){return ee})),n.d(t,"a",(function(){return te}));var r=n(23),u=n(24),o=n(5),d=n(1),c=n(56);const a=new RegExp(d.U,"i");function i(e){const{chatId:t,id:n}=e;return`msg${t}-${n}`}function s(e){const t=e.match(/^msg(-?\d+)-(\d+)/);return{chatId:Number(t[1]),messageId:Number(t[2])}}function f(e){return e.previousLocalId||e.id}function l(e,t=!1){const{text:n,photo:r,video:u,audio:o,voice:d,document:c,sticker:a,contact:i,poll:s,invoice:f}=e.content;if(e.groupedId)return n?`${t?"":"🖼 "}${n.text}`:"Album";if(r)return n?`${t?"":"🖼 "}${n.text}`:"Photo";if(u)return u.isGif?n?`${t?"":"GIF "}${n.text}`:"GIF":n?`${t?"":"📹 "}${n.text}`:"Video";if(a)return"Sticker "+a.emoji;if(o){const e=[o.title,o.performer].filter(Boolean).join(" — ")||n&&n.text;return e?"🎧 "+e:"Audio"}return d?n?`${t?"":"🎤 "}${n.text}`:"Voice Message":c?`${t?"":"📎 "}${n?n.text:c.fileName}`:i?"Contact":s?"📊 "+s.summary.question:f?"Invoice":n?n.text:"The message is not supported on this version of Telegram"}function b(e){const{text:t,sticker:n,photo:r,video:u,audio:o,voice:d,document:c,poll:a,webPage:i,contact:s,invoice:f}=e.content;return t?t.text:n||r||u||o||d||c||s||a||i||f?void 0:"The message is not supported on this version of Telegram"}function h(e){const{text:t,sticker:n,photo:r,video:u,audio:o,voice:d,document:a,poll:i,webPage:s,contact:f}=e.content;return!!(n||u&&u.isRound)||!(!t||r||u||o||d||a||i||s||f)&&(Object(c.a)(t.text)||!1)}function m(e){const{text:t}=e.content;if(t&&t.text.length<=6&&1===h(e))return t.text}function p(e){const{text:t}=e.content;let n;if(t&&t.entities){let e=t.entities.find(e=>e.type===o.ApiMessageEntityTypes.TextUrl);if(e&&(n=e.url.match(a)),!n&&(e=t.entities.find(e=>e.type===o.ApiMessageEntityTypes.Url),e)){const{offset:r,length:u}=e;n=t.text.substring(r,r+u).match(a)}}if(!n&&t&&(n=t.text.match(a)),n)return{url:n[0],domain:n[3]}}function g(e){return e.isOutgoing}function y(e){return Boolean(e.replyToMessageId)}function v(e){return Boolean(e.forwardInfo)}function I(e){return!!e.content.action}function w(e){return e.chatId===d.Z&&E(e)}function O(e){return Boolean(e.senderId)&&e.senderId<0&&g(e)}function j(e){return e.id>0?Object(r.d)(e):Object(u.i)(e)}function C(e){return e.sendingState?"messageSendingStateFailed"===e.sendingState?"failed":"pending":"succeeded"}function E(e){return e.id>=d.B}function S(e){return e.content.action&&"historyClear"===e.content.action.type}var M=n(7),A=n(53);function k(e){return e.content}function T(e){return Boolean(P(e)||N(e)||R(e)||x(e)||function(e){return e.content.contact}(e)||B(e)||D(e)||L(e)||function(e){return e.content.voice}(e))}function P(e){return e.content.photo}function N(e){return e.content.video}function D(e){return e.content.action}function L(e){return e.content.audio}function x(e){return e.content.sticker}function R(e){return e.content.document}function B(e){return e.content.poll}function F(e){return e.content.invoice}function U(e){return e.content.webPage}function _(e){const t=U(e);return t?t.photo:void 0}function G(e){const t=function(e){const t=P(e)||N(e)||R(e)||x(e)||_(e);if(t)return t.thumbnail}(e);return t?t.dataUri:void 0}function $(e,t){const{photo:n,video:r,sticker:u,audio:o,voice:d,document:c}=e.content,a=_(e);if(!(n||r||u||a||o||d||c))return;const s=i(e);if(n||a)switch(t){case"micro":case"pictogram":return s+"?size=m";case"inline":if(K(e))return;return s+"?size=x";case"viewerPreview":return s+"?size=x";case"viewerFull":return s+"?size=z"}if(r)switch(t){case"micro":case"pictogram":return s+"?size=m";case"inline":if(K(e))return;return V(r)?W(r,s):s+"?size=z";case"viewerPreview":return s+"?size=m";case"viewerFull":return W(r,s);case"download":return s+"?download"}if(c)switch(t){case"micro":case"pictogram":case"inline":if(!Object(A.c)(c)||K(e))return;return s+"?size=m";default:return s}if(u)switch(t){case"micro":return;case"pictogram":return s+"?size=m";default:return s}if(o)switch(t){case"micro":case"pictogram":return;default:return W(o,s)}if(d)switch(t){case"micro":case"pictogram":return;default:return s}}function W(e,t){return M.h&&M.i?`${t}?fileSize=${e.size}&mimeType=${e.mimeType}`:t}function z(e,t){const{sticker:n,video:r,audio:u,voice:d}=e.content;return n&&"inline"===t&&n.isAnimated?o.ApiMediaFormat.Lottie:r&&M.h&&("viewerFull"===t||"inline"===t&&V(r))?o.ApiMediaFormat.Progressive:u||d?d&&!M.g?o.ApiMediaFormat.BlobUrl:o.ApiMediaFormat.Progressive:o.ApiMediaFormat.BlobUrl}function H(e){const{photo:t,video:n,webPage:r}=e.content;return t||r&&r.photo?`photo${e.date}.jpeg`:n?n.fileName:void 0}function K(e){const{photo:t,video:n,document:r}=e.content;return t&&t.blobUrl||n&&n.blobUrl||r&&r.previewBlobUrl}function V(e){return e.isGif||e.isRound||e.size<=10485760}function q(e,t,n=!1){const r=X(e,t,"media");return n?r.reverse():r}function Y(e){return e.sizes.find(e=>"z"===e.type)||e.sizes.find(e=>"y"===e.type)||J(e)}function J(e){return e.sizes.find(e=>"x"===e.type)||e.sizes.find(e=>"m"===e.type)||e.sizes.find(e=>"s"===e.type)||e.thumbnail}function Q(e){if(e.width&&e.height)return e}function Z(e,t,n=!1){const r=E(e);return{isUploading:r,isTransferring:r||n,transferProgress:Number(t)}}function X(e,t,n){let r;switch(n){case"media":r=e=>{const t=N(e);return P(e)||t&&!t.isRound&&!t.isGif};break;case"documents":r=R;break;case"links":r=e=>U(e)||function(e){const{text:t}=e.content,n=t&&t.text.match(a);if(n)return{url:n[0],domain:n[3]}}(e);break;case"audio":r=L;break;default:return[]}return t.reduce((t,n)=>(e[n]&&r(e[n])&&t.push(n),t),[])}function ee(e){const{audio:t,voice:n,video:r}=k(e),u=t||n||r;if(u)return u.duration}function te(e,t){return`${e}_${t}`}n(54)},function(e,t,n){"use strict";var r=n(57);n.o(r,"ApiMediaFormat")&&n.d(t,"ApiMediaFormat",(function(){return r.ApiMediaFormat})),n.o(r,"ApiMessageEntityTypes")&&n.d(t,"ApiMessageEntityTypes",(function(){return r.ApiMessageEntityTypes})),n.o(r,"MAIN_THREAD_ID")&&n.d(t,"MAIN_THREAD_ID",(function(){return r.MAIN_THREAD_ID})),n.o(r,"MESSAGE_DELETED")&&n.d(t,"MESSAGE_DELETED",(function(){return r.MESSAGE_DELETED}));var u=n(58);n.o(u,"ApiMediaFormat")&&n.d(t,"ApiMediaFormat",(function(){return u.ApiMediaFormat})),n.o(u,"ApiMessageEntityTypes")&&n.d(t,"ApiMessageEntityTypes",(function(){return u.ApiMessageEntityTypes})),n.o(u,"MAIN_THREAD_ID")&&n.d(t,"MAIN_THREAD_ID",(function(){return u.MAIN_THREAD_ID})),n.o(u,"MESSAGE_DELETED")&&n.d(t,"MESSAGE_DELETED",(function(){return u.MESSAGE_DELETED}));var o=n(59);n.d(t,"ApiMessageEntityTypes",(function(){return o.a})),n.d(t,"MAIN_THREAD_ID",(function(){return o.b})),n.d(t,"MESSAGE_DELETED",(function(){return o.c}));var d=n(60);n.o(d,"ApiMediaFormat")&&n.d(t,"ApiMediaFormat",(function(){return d.ApiMediaFormat}));var c=n(61);n.d(t,"ApiMediaFormat",(function(){return c.a}));n(62),n(63)},function(e,t,n){"use strict";n.d(t,"R",(function(){return ke})),n.d(t,"ib",(function(){return Te})),n.d(t,"U",(function(){return Pe})),n.d(t,"Bb",(function(){return a})),n.d(t,"f",(function(){return i})),n.d(t,"o",(function(){return s})),n.d(t,"N",(function(){return f})),n.d(t,"M",(function(){return l})),n.d(t,"vb",(function(){return b})),n.d(t,"n",(function(){return h})),n.d(t,"g",(function(){return m})),n.d(t,"J",(function(){return p})),n.d(t,"d",(function(){return g})),n.d(t,"K",(function(){return y})),n.d(t,"j",(function(){return v})),n.d(t,"i",(function(){return I})),n.d(t,"L",(function(){return w})),n.d(t,"h",(function(){return O})),n.d(t,"x",(function(){return k})),n.d(t,"q",(function(){return T})),n.d(t,"m",(function(){return P})),n.d(t,"lb",(function(){return N})),n.d(t,"W",(function(){return L})),n.d(t,"bb",(function(){return x})),n.d(t,"w",(function(){return R})),n.d(t,"Cb",(function(){return B})),n.d(t,"eb",(function(){return F})),n.d(t,"jb",(function(){return U})),n.d(t,"mb",(function(){return _})),n.d(t,"hb",(function(){return G})),n.d(t,"B",(function(){return $})),n.d(t,"D",(function(){return W})),n.d(t,"A",(function(){return z})),n.d(t,"xb",(function(){return H})),n.d(t,"E",(function(){return K})),n.d(t,"yb",(function(){return V})),n.d(t,"zb",(function(){return q})),n.d(t,"wb",(function(){return Y})),n.d(t,"a",(function(){return J})),n.d(t,"V",(function(){return Q})),n.d(t,"k",(function(){return Z})),n.d(t,"kb",(function(){return X})),n.d(t,"C",(function(){return ee})),n.d(t,"l",(function(){return te})),n.d(t,"G",(function(){return ne})),n.d(t,"S",(function(){return re})),n.d(t,"ab",(function(){return ue})),n.d(t,"ob",(function(){return oe})),n.d(t,"I",(function(){return de})),n.d(t,"b",(function(){return ce})),n.d(t,"e",(function(){return ae})),n.d(t,"Ab",(function(){return ie})),n.d(t,"gb",(function(){return se})),n.d(t,"F",(function(){return fe})),n.d(t,"P",(function(){return le})),n.d(t,"p",(function(){return be})),n.d(t,"Q",(function(){return he})),n.d(t,"T",(function(){return me})),n.d(t,"H",(function(){return pe})),n.d(t,"Y",(function(){return ge})),n.d(t,"O",(function(){return ye})),n.d(t,"nb",(function(){return ve})),n.d(t,"Z",(function(){return Ie})),n.d(t,"pb",(function(){return we})),n.d(t,"qb",(function(){return Oe})),n.d(t,"rb",(function(){return je})),n.d(t,"s",(function(){return Ne})),n.d(t,"z",(function(){return Ce})),n.d(t,"v",(function(){return Ee})),n.d(t,"u",(function(){return Se})),n.d(t,"X",(function(){return Me})),n.d(t,"t",(function(){return Ae})),n.d(t,"y",(function(){return C})),n.d(t,"r",(function(){return E})),n.d(t,"sb",(function(){return S})),n.d(t,"tb",(function(){return M})),n.d(t,"c",(function(){return A})),n.d(t,"cb",(function(){return De})),n.d(t,"db",(function(){return Le})),n.d(t,"fb",(function(){return xe})),n.d(t,"ub",(function(){return Re}));var r=n(18),u=n(7),o=n(5),d=n(1),c=n(4);function a(e,t){return e.users.byId[t]}function i(e,t){return e.chats.byId[t]}function s(e,t){const n=Object(c.T)(t);return!!n&&a(e,n)}function f(e,t){return t===e.currentUserId}function l(e,t){const n=s(e,t);return n&&Object(c.wb)(n)}function b(e){return Object.values(e.chats.byId).find(({isSupport:e})=>e)}function h(e,t){if(Object(c.lb)(t.id)||Object(c.jb)(t))return;if(Object(c.nb)(t))return t.onlineCount;if(!t.fullInfo||!t.fullInfo.members)return;return t.fullInfo.members.map(e=>e.userId).reduce((t,n)=>e.users.byId[n]&&Object(c.xb)(e.users.byId[n])?t+1:t,0)}function m(e,t){const n=i(e,t),r=n&&Object(c.T)(n),u=r&&a(e,r);if(u&&Object(c.wb)(u))return u}function p(e,t){const n=i(e,t),r=m(e,t);if(!n||!r)return!1;if(n.lastMessage&&Object(c.rb)(n.lastMessage))return!0;const u=e.messages.byChatId[t];if(!u)return!1;const{listedIds:d}=u.threadsById[o.MAIN_THREAD_ID]||{};return d&&!d.length}function g(e){return Boolean(e.chats.listIds.active)}function y(e,t,n){const{listIds:r}=e.chats;if(n){const e=r[n];return Boolean(e&&e.includes(t))}return Object.values(r).some(e=>e&&e.includes(t))}function v(e,t){const n=i(e,t);if(n&&y(e,t))return n.folderId===d.f?"archived":"active"}function I(e,t){return e.chatFolders.byId[t]}function w(e,t,n=d.b){const{active:r,archived:u}=e.chats.orderedPinnedIds;if(n===d.b)return!!r&&r.includes(t);if(n===d.f)return!!u&&u.includes(t);const{byId:o}=e.chatFolders,{pinnedChatIds:c}=o[n]||{};return!!c&&c.includes(t)}function O(e,t){const n=t.toLowerCase();return Object.values(e.chats.byId).find(e=>e.username&&e.username.toLowerCase()===n)}var j=n(3);function C(e){return e.stickers.search}function E(e){return e.gifs.search}function S(e,t){return e.stickers.setsById[t]}function M(e,t){const n=Object.values(e.stickers.setsById);let r=[];return n.forEach(({packs:e})=>{if(!e)return;const n=e[t];n&&(r=r.concat(n))}),r}function A(e,t){const{animatedEmojis:n}=e;if(n&&n.stickers)return t=t.replace("️",""),n.stickers.find(e=>e.emoji===t)}function k(e){const{messageLists:t}=e.messages;if(t&&t.length)return t[t.length-1]}function T(e){const{chatId:t}=k(e)||{};return t?i(e,t):void 0}function P(e,t){const n=e.messages.byChatId[t];return n?n.byId:void 0}function N(e,t){const n=e.scheduledMessages.byChatId[t];return n?n.byId:void 0}function D(e,t,n,r){const u=e.messages.byChatId[t];if(!u)return;const o=u.threadsById[n];return o?o[r]:void 0}function L(e,t,n){return D(e,t,n,"listedIds")}function x(e,t,n){return D(e,t,n,"outlyingIds")}function R(e,t,n,r){switch(r){case"thread":return B(e,t,n);case"pinned":return F(e,t);case"scheduled":return U(e,t)}}function B(e,t,n){return D(e,t,n,"viewportIds")}function F(e,t){return D(e,t,o.MAIN_THREAD_ID,"pinnedIds")}function U(e,t){return D(e,t,o.MAIN_THREAD_ID,"scheduledIds")}function _(e,t,n){return D(e,t,n,"scrollOffset")}function G(e,t,n){return D(e,t,n,"replyingToId")}function $(e,t,n){return D(e,t,n,"editingId")}function W(e,t){return D(e,t,o.MAIN_THREAD_ID,"editingScheduledId")}function z(e,t,n){return D(e,t,n,"draft")}function H(e,t,n){return D(e,t,n,"threadInfo")}function K(e,t,n){return D(e,t,n,"firstMessageId")}function V(e,t,n){if(n===o.MAIN_THREAD_ID)return i(e,t);const r=H(e,t,n);return r?i(e,r.originChannelId||t):void 0}function q(e,t,n){if(n===o.MAIN_THREAD_ID)return;const r=H(e,t,n);return r?r.topMessageId:void 0}function Y(e,t,n){const r=e.messages.byChatId[t];if(!r)return;const{replyToMessageId:u,replyToTopMessageId:o}=n;return u||o?Object.values(r.threadsById).find(e=>e.threadInfo&&(u&&u===e.threadInfo.topMessageId||o&&o===e.threadInfo.topMessageId)):void 0}function J(e,t,n){const r=k(e);if(!r)return!1;const{threadInfo:u}=Y(e,t,n)||{};return t===r.chatId&&(r.threadId===o.MAIN_THREAD_ID||u&&r.threadId===u.threadId)}function Q(e,t,n){const r=B(e,t,n);if(!r||!r.length)return!0;let u;if(n===o.MAIN_THREAD_ID){const n=i(e,t);if(!n||!n.lastMessage)return!0;u=n.lastMessage.id}else{const r=H(e,t,n);if(!r||!r.lastMessageId)return;u=r.lastMessageId}return u>=d.B&&!Z(e,t,u)||r[r.length-1]>=u}function Z(e,t,n){const r=P(e,t);return r?r[n]:void 0}function X(e,t,n){const r=N(e,t);return r?r[n]:void 0}function ee(e,t,n,r){if("scheduled"===r){const n=W(e,t);return n?X(e,t,n):void 0}{const r=$(e,t,n);return r?Z(e,t,r):void 0}}function te(e,t){let n;for(const r of Object.values(e.messages.byChatId)){const{byId:e}=r;if(n=Object.values(e).find(e=>e.content.poll&&e.content.poll.id===t),n)break}return n}function ne(e,t){const{chatId:n,messageId:r}=e.focusedMessage||{};return n===t?r:void 0}function re(e,t){const n=ne(e,t.chatId);return!!n&&(n===t.id||n===t.previousLocalId)}function ue(e,t,n=!1){return function(e,t){const{lastReadOutboxMessageId:n}=i(e,t.chatId)||{};return Object(c.sb)(t)||!n||n0?a(e,n):i(e,n)}function de(e,t){const{forwardInfo:n}=t;if(n)return n.isChannelPost&&n.fromChatId?i(e,n.fromChatId):n.senderUserId?a(e,n.senderUserId):void 0}function ce(e,t,n){const r=i(e,t.chatId);if(!r||r.isRestricted)return{};const u=Object(c.lb)(r.id),o=f(e,t.chatId),d=Object(c.ib)(r),a=Object(c.nb)(r),s=Object(c.jb)(r),l=Object(c.vb)(t),b=Object(c.tb)(t),h=Object(c.db)(t),{content:m}=t,p=(o||Date.now()-1e3*t.date<1728e5)&&!(m.sticker||m.contact||m.poll||m.action||m.audio||m.video&&m.video.isRound)&&!Object(c.qb)(t)&&!t.viaBotId,g=Object(c.e)(r,n)&&!l,y=u||r.isCreator||!s&&!Object(c.yb)(r,"pinMessages")||Object(c.q)(r,"pinMessages");let v=!h&&y,I=!1;const w=F(e,r.id);v&&(I=Boolean(w&&w.includes(t.id)),v=!I);const O=u||b||d||r.isCreator||Object(c.q)(r,"deleteMessages"),j=O&&!l&&(u&&!o||d&&(b||Object(c.q)(r,"deleteMessages"))),C=!h&&p&&(b||s&&(r.isCreator||Object(c.q)(r,"editMessages"))),E=!h&&!l,S=Boolean(t.content.sticker),M=S&&function(e,t){const{stickers:n}=e.stickers.favorite;return n&&n.some(({id:e})=>e===t.id)}(e,t.content.sticker),A=!h&&S&&!M,k=!h&&M,T=!h,P=!h&&(s||a),N=!h;return{noOptions:[g,C,v,I,O,j,E,A,k,T,P,N].every(e=>!e),canReply:g,canEdit:C,canPin:v,canUnpin:I,canDelete:O,canDeleteForAll:j,canForward:E,canFaveSticker:A,canUnfaveSticker:k,canCopy:T,canCopyLink:P,canSelect:N}}function ae(e){const{messageIds:t}=e.selectedMessages||{},{chatId:n,threadId:r}=k(e)||{},u=n&&P(e,n);if(!u||!t||!r)return{};const o=t.map(t=>u[t]&&ce(e,u[t],r)).filter(Boolean);return{canDelete:o.every(e=>e.canDelete),canDeleteForAll:o.every(e=>e.canDeleteForAll)}}function ie(e,t){const n=e.fileUploads.byMessageLocalId[t.previousLocalId||t.id];return n?n.progress:void 0}function se(e,t,n){if(n===o.MAIN_THREAD_ID){const n=i(e,t);if(!n)return;if(!n.lastReadInboxMessageId)return;return n.lastMessage?Object(c.sb)(n.lastMessage)?n.lastMessage.id:Math.min(n.lastMessage.id,n.lastReadInboxMessageId):n.lastReadInboxMessageId}{const r=H(e,t,n);if(!r)return;return r.lastReadInboxMessageId?r.lastMessageId?Math.min(r.lastReadInboxMessageId,r.lastMessageId):r.lastReadInboxMessageId:r.topMessageId}}function fe(e,t,n){if(n===o.MAIN_THREAD_ID){const n=i(e,t);if(!n||!n.unreadCount)return}else{const r=H(e,t,n);if(!r||r.lastMessageId===r.lastReadInboxMessageId)return}const r=x(e,t,n),u=L(e,t,n),d=P(e,t);if(!d||!r&&!u)return;const c=se(e,t,n);if(r){const e=r.find(e=>!c||e>c&&d[e]&&!d[e].isOutgoing);if(e)return e}if(u){const e=u.find(e=>!c||e>c&&d[e]&&!d[e].isOutgoing);if(e)return e}}function le(e){const{forwardMessages:t}=e;return Boolean(t.isModalShown)}function be(e,t){const n=Object.values(e.chats.byId).find(e=>Object(c.ob)(e)&&e.lastMessage&&e.lastMessage.id===t);if(n)return n.id;const{byChatId:r}=e.messages;return Number(Object.keys(r).find(n=>{const u=i(e,Number(n));return u&&Object(c.ob)(u)&&r[u.id].byId[t]}))}function he(e){const{selectedMessages:t}=e;return Boolean(t)}function me(e,t){const{messageIds:n}=e.selectedMessages||{};return!!n&&n.includes(t)}function pe(e,t,n){const r=P(e,t);if(r)return Object.values(r).filter(e=>e.groupedId===n&&e.forwardInfo).map(({forwardInfo:e})=>e.fromMessageId)}function ge(e,t,n){const r=P(e,t);if(r)return Object.keys(r).map(Number).filter(e=>r[e].groupedId===n)}function ye(e,t,n){const{messageIds:r}=e.selectedMessages||{};if(!r)return!1;const u=ge(e,t,n);return u&&u.every(e=>r.includes(e))}function ve(e){const{messageIds:t}=e.selectedMessages||{};return t?t.length:0}function Ie(e,t){const n=i(e,t);if(!n)return;if(!l(e,n))return;const r=P(e,t),u=B(e,t,o.MAIN_THREAD_ID);if(!r||!u)return;const d=Object(j.g)(u,e=>!r[e].isOutgoing&&Boolean(r[e].keyboardButtons)),c=Object(j.g)(u,e=>Boolean(r[e].shouldHideKeyboardButtons));return d&&c&&c>d?void 0:d?r[d]:void 0}function we(e,t,n,r){const{shouldAutoDownloadMediaFromContacts:u,shouldAutoDownloadMediaInPrivateChats:o,shouldAutoDownloadMediaInGroups:d,shouldAutoDownloadMediaInChannels:a}=e.settings.byKey;return Boolean(o&&Object(c.lb)(n.id)||d&&Object(c.kb)(n)||a&&Object(c.jb)(n)||u&&r&&(r.id===e.currentUserId||function(e,t){return e.contactList&&e.contactList.userIds.includes(t.id)}(e,r)))}function Oe(e,t){const n=Object(c.O)(t);if(!n)return;const{shouldAutoPlayVideos:r,shouldAutoPlayGifs:u}=e.settings.byKey,o=n.isGif||n.isRound;return r&&!o||u&&o}function je(e){return e.settings.byKey.shouldLoopStickers}function Ce(e){const{chatId:t,threadId:n}=k(e)||{};if(!t||!n)return;const r=Object(c.a)(t,n),u=e.localTextSearch.byChatThreadKey[r];return u&&u.isActive?u:void 0}function Ee(e){const{byChatId:t}=e.localMediaSearch,{chatId:n}=k(e)||{},r=e.users.selectedId;return r&&t[r]?r:n}function Se(e){const t=Ee(e);if(t)return e.localMediaSearch.byChatId[t]}function Me(e,t){return e.management.byChatId[t]}function Ae(e){const{chatId:t,threadId:n}=k(e)||{};if(!t||!n)return;if(Object(c.lb)(t))return"user";const r=i(e,t);return r?Object(c.kb)(r)?"group":"channel":void 0}function ke(e){const{mediaViewer:t}=e;return Boolean(t.messageId||t.avatarOwnerId)}function Te(e){const{users:t,isChatInfoShown:n,isStatisticsShown:o}=e,d=function(e){const{pollResults:t}=e;return Boolean(t.messageId)}(e),c=Boolean(!u.f&&Ce(e)),a=function(e){const{chatId:t,threadId:n}=k(e)||{};if(!t||!n)return;const r=e.management.byChatId[t];return r&&r.isActive?r:void 0}(e),i=void 0!==C(e).query,s=void 0!==E(e).query,{chatId:f}=k(e)||{},l=t.selectedId,b=g(e),h=Boolean(l&&b),m=Boolean(f&&b)&&n;return d?r.l.PollResults:c?r.l.Search:a?r.l.Management:o?r.l.Statistics:i?r.l.StickerSearch:s?r.l.GifSearch:h?r.l.UserInfo:m?r.l.ChatInfo:void 0}function Pe(e){return void 0!==Te(e)}function Ne(e){return e.globalSearch.query}function De(e){return e.payment.messageId}function Le(e){return e.payment.formId}function xe(e){return e.payment.nativeParams?e.payment.nativeParams.publishableKey:void 0}function Re(e){return e.payment.stripeCredentials}},function(e,t,n){"use strict";n.d(t,"n",(function(){return u})),n.d(t,"e",(function(){return o})),n.d(t,"d",(function(){return d})),n.d(t,"b",(function(){return c})),n.d(t,"i",(function(){return a})),n.d(t,"k",(function(){return i})),n.d(t,"f",(function(){return s})),n.d(t,"l",(function(){return f})),n.d(t,"c",(function(){return l})),n.d(t,"j",(function(){return b})),n.d(t,"h",(function(){return h})),n.d(t,"g",(function(){return m})),n.d(t,"a",(function(){return p})),n.d(t,"m",(function(){return g})),n.d(t,"o",(function(){return v}));var r=n(1);const u=function(){const{userAgent:e,platform:t}=window.navigator;let n;return-1!==["Macintosh","MacIntel","MacPPC","Mac68K"].indexOf(t)?n="Mac OS":-1!==["iPhone","iPad","iPod"].indexOf(t)?n="iOS":-1!==["Win32","Win64","Windows","WinCE"].indexOf(t)?n="Windows":/Android/.test(e)?n="Android":/Linux/.test(t)&&(n="Linux"),n}(),o="Mac OS"===u,d="iOS"===u,c="Android"===u,a=/^((?!chrome|android).)*safari/i.test(navigator.userAgent),i=window.matchMedia("(pointer: coarse)").matches,s=window.innerWidth<=r.T||window.innerWidth<=r.S&&window.innerHeight<=r.R,f=navigator.mediaDevices&&"getUserMedia"in navigator.mediaDevices&&(window.AudioContext||window.webkitAudioContext),l=(document.documentElement.style,u&&(o||d)),b="serviceWorker"in navigator,h=b,m=(window,Boolean((new Audio).canPlayType("audio/ogg; codecs=opus"))),p=window.devicePixelRatio||1,g=d;let y;function v(){return Boolean(y)}new Promise(e=>{const t=new Image;t.src="data:image/webp;base64,UklGRjoAAABXRUJQVlA4IC4AAACyAgCdASoCAAIALmk0mk0iIiIiIgBoSygABc6WWgAA/veff/0PP8bA//LwYAAA";const n=()=>{e(2===t.height)};t.onload=n,t.onerror=n}).then(e=>{y=e})},function(e,t,n){"use strict";t.a=(...e)=>e.filter(Boolean).join(" ")},function(e,t,n){"use strict";function r(e,t,n=!0,r=!0){let u;return(...o)=>{u?(clearTimeout(u),u=void 0):n&&e(...o),u=self.setTimeout(()=>{r&&e(...o),u=void 0},t)}}function u(e,t,n=!0){let r,u,o;return(...d)=>{u=!0,o=d,r||(n&&(u=!1,e(...o)),r=self.setInterval(()=>{if(!u)return self.clearInterval(r),void(r=void 0);u=!1,e(...o)},t))}}function o(e){return a(h,e)}function d(e){return a(m,e)}function c(e){return a(i,e)}function a(e,t){let n,r=!1;return(...u)=>{n=u,r||(r=!0,e(()=>{r=!1,t(...n)}))}}function i(e){Promise.resolve().then(e)}function s(e){self.requestIdleCallback?self.requestIdleCallback(e):i(e)}n.d(t,"a",(function(){return r})),n.d(t,"g",(function(){return u})),n.d(t,"i",(function(){return o})),n.d(t,"h",(function(){return d})),n.d(t,"j",(function(){return c})),n.d(t,"d",(function(){return i})),n.d(t,"c",(function(){return s})),n.d(t,"e",(function(){return f})),n.d(t,"f",(function(){return l})),n.d(t,"b",(function(){return h}));const f=e=>new Promise(t=>{setTimeout(()=>t(),e)});function l(){return new Promise(e=>{requestAnimationFrame(e)})}let b;function h(e,t=!1){b?t?b.unshift(e):b.push(e):(b=[e],requestAnimationFrame(()=>{const e=b;b=void 0,e.forEach(e=>e())}))}function m(e){return h(e,!0)}},function(e,t,n){"use strict";n.d(t,"a",(function(){return y})),n.d(t,"c",(function(){return O})),n.d(t,"b",(function(){return j}));var r=n(1),u=n(13),o=n(11);var d=n(3),c=n.p+"en-extra.e73049da90714ecdae3233e8ffa74d39.json",a=n.p+"es-extra.b80575cdf988e1a7e3a915abe97f63b4.json",i=n.p+"it-extra.78e5568451a888818c7e2209e05a9602.json",s=n.p+"pl-extra.38fd67a6c26e58f5c912568332c7c074.json",f=n.p+"ru-extra.5761b75bfbe92bb46eb8bba9acbdbb4c.json",l=n(44);const b={en:c,es:a,it:i,pl:s,ru:f},h=["value","zeroValue","oneValue","twoValue","fewValue","manyValue","otherValue"],m={en:e=>1!==e?6:2,ar:e=>0===e?1:1===e?2:2===e?3:e%100>=3&&e%100<=10?4:e%100>=11?5:6,ca:e=>1!==e?6:2,de:e=>1!==e?6:2,es:e=>1!==e?6:2,fa:e=>e>1?6:2,fr:e=>e>1?6:2,id:()=>0,it:e=>1!==e?6:2,ko:()=>0,ms:()=>0,nl:e=>1!==e?6:2,pl:e=>1===e?2:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?4:5,pt_BR:e=>e>1?6:2,ru:e=>e%10==1&&e%100!=11?2:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?4:5,tr:e=>e>1?6:2,uk:e=>e%10==1&&e%100!=11?2:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?4:5,uz:e=>e>1?6:2},p=new Map;let g;const{addCallback:y,removeCallback:v,runCallbacks:I}=function(){const e=[];function t(t){const n=e.indexOf(t);-1!==n&&e.splice(n,1)}return{runCallbacks:function(...t){e.forEach(e=>{e(...t)})},addCallback:function(n){return e.push(n),()=>{t(n)}},removeCallback:t}}();let w;async function O(e,t){if(g&&e===w)return document.documentElement.lang=e,void(t&&t());const n=await async function(e){const t=await u.c(r.y,e,u.a.Json);if(t)return t;const n=await Object(o.a)("fetchLangPack",{sourceLangPacks:r.z,langCode:e});if(n)return await u.d(r.y,e,n.langPack),n.langPack;return}(e);if(n){if(b[e])try{const t=await fetch(b[e]),r=await t.json(),u=Object(d.i)(r,(e,t)=>({key:t,value:e}));Object.assign(n,u)}catch(e){r.l&&console.error(e)}p.clear(),w=e,g=n,document.documentElement.lang=e,t&&t(),I(g)}}function j(e,t,n){if(void 0!==t){const r=p.get(`${e}_${t}_${n}`);if(r)return r}if(!g)return e;const r=g[e];if(!r)return e;const u=r["number"==typeof t?function(e){const t=w&&m[w]?m[w](e):0;return h[t]}(t):"value"];if(!u)return e;if(void 0!==t){const r=function(e,t){return e.replace(/%\d?\$?[sdf@]/,String(t))}(u,"i"===n?Object(l.a)(t):t);return p.set(`${e}_${t}_${n}`,r),r}return u}},function(e,t,n){"use strict";n.d(t,"c",(function(){return s})),n.d(t,"a",(function(){return f})),n.d(t,"b",(function(){return l}));var r=n(67),u=n.n(r),o=n(1),d=n(22);let c;const a=new Map,i=new Map;function s(e,t=""){return c||(o.l&&console.log(">>> START LOAD WORKER"),c=new u.a,function(e){c.addEventListener("message",({data:t})=>{if("update"===t.type)e(t.update);else if("methodResponse"===t.type){const e=a.get(t.messageId);e&&(t.error?e.reject(t.error):e.resolve(t.response))}else if("methodCallback"===t.type){const e=a.get(t.messageId);e&&e.callback&&e.callback(...t.callbackArgs)}else if("unhandledError"===t.type)throw t.error})}(e)),b({type:"initApi",args:[t]})}function f(e,...t){if(c)return b({type:"callMethod",name:e,args:t});o.l&&console.warn("API is not initialized")}function l(e){e.isCanceled=!0;const{messageId:t}=i.get(e)||{};t&&c.postMessage({type:"cancelProgress",messageId:t})}function b(e){const t=Object(d.a)(a),n={messageId:t,...e},r={messageId:t},u=new Promise((e,t)=>{Object.assign(r,{resolve:e,reject:t})});if("function"==typeof n.args[1]){const e=n.args.pop();r.callback=e,i.set(e,r)}return a.set(t,r),u.catch(()=>{}).finally(()=>{a.delete(t),r.callback&&i.delete(r.callback)}),c.postMessage(n),u}},function(e,t,n){"use strict";n.d(t,"a",(function(){return u})),n.d(t,"d",(function(){return c})),n.d(t,"c",(function(){return a})),n.d(t,"b",(function(){return s}));var r=n(1);let u;!function(e){e[e.Auth=0]="Auth",e[e.Main=1]="Main",e[e.Extra=2]="Extra"}(u||(u={}));const o={},d={};async function c(e,t){if(!o[e]){switch(e){case u.Auth:o[u.Auth]=n.e(4).then(n.bind(null,89));break;case u.Main:r.l&&console.log(">>> START LOAD MAIN BUNDLE"),o[u.Main]=Promise.all([n.e(0),n.e(3)]).then(n.bind(null,88));break;case u.Extra:o[u.Extra]=Promise.all([n.e(0),n.e(2)]).then(n.bind(null,87))}o[e].then(f)}const c=await o[e];return d[e]||(d[e]=c),a(e,t)}function a(e,t){const n=d[e];if(n)return n[t]}const i=[];function s(e){i.includes(e)||i.push(e)}function f(){i.forEach(e=>{e()})}},function(e,t,n){"use strict";n.d(t,"a",(function(){return u})),n.d(t,"c",(function(){return o})),n.d(t,"d",(function(){return d})),n.d(t,"b",(function(){return c}));const r=self.caches;let u;async function o(e,t,n){if(!r)return;const o=new Request(t),d=await r.open(e),c=await d.match(o);if(c)switch(n){case u.Text:return c.text();case u.Blob:{const e=await c.blob();if("sticker"===t.substr(0,7))return new Blob([e],{type:"image/webp"});if(!e.type){const t=c.headers.get("Content-Type");if(t)return new Blob([e],{type:t})}return e}case u.Json:return c.json();default:return}}async function d(e,t,n){if(!r)return;const u="string"==typeof n||n instanceof Blob?n:JSON.stringify(n),o=new Request(t),d=new Response(u);return(await r.open(e)).put(o,d)}function c(e){if(r)return r.delete(e)}!function(e){e[e.Text=0]="Text",e[e.Blob=1]="Blob",e[e.Json=2]="Json"}(u||(u={}))},function(e,t,n){"use strict";n.d(t,"d",(function(){return o})),n.d(t,"a",(function(){return d})),n.d(t,"b",(function(){return c})),n.d(t,"g",(function(){return a})),n.d(t,"h",(function(){return i})),n.d(t,"c",(function(){return s})),n.d(t,"e",(function(){return f})),n.d(t,"f",(function(){return l}));var r=n(9);function u(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}"undefined"==typeof File&&(self.File=class extends Blob{constructor(e,t,n){if(n){const{type:t,...r}=n;super(e,{type:t}),u(this,"name",void 0),Object.assign(this,r)}else super(e),u(this,"name",void 0);this.name=t}});function o(e){const t=e.split(","),n=t[0].match(/:(.*?);/)[1],r=atob(t[1]);let u=r.length;const o=new Uint8Array(u);for(;u--;)o[u]=r.charCodeAt(u);return new Blob([o],{type:n})}function d(e){return new Promise((t,n)=>{const r=new FileReader;r.onload=e=>{const{result:r}=e.target||{};"string"==typeof r&&t(r),n(new Error("Failed to read blob"))},r.onerror=n,r.readAsDataURL(e)})}function c(e,t){return new File([e],t,{lastModified:Date.now(),type:e.type})}function a(e){return new Promise((t,n)=>{const r=new Image;r.onload=()=>t(r),r.onerror=n,r.src=e})}function i(e){return new Promise((t,n)=>{const r=document.createElement("video");r.volume=0,r.onloadedmetadata=()=>t(r),r.onerror=n,r.src=e})}async function s(e){const t=await i(e);return Promise.race([Object(r.e)(2e3),new Promise((e,n)=>{t.onseeked=()=>{const n=document.createElement("canvas");n.width=t.videoWidth,n.height=t.videoHeight;n.getContext("2d").drawImage(t,0,0),e(n.toDataURL("image/jpeg"))},t.onerror=n,t.currentTime=Math.min(t.duration,1)})])}async function f(e){return(await fetch(e)).blob()}function l(e){const t=document.createElement("canvas");t.width=e.width,t.height=e.height;return t.getContext("2d").drawImage(e,0,0),t}},function(e,t,n){"use strict";n.d(t,"b",(function(){return o}));const r=/\uFE0F/g,u=String.fromCharCode(8205);function o(e){return e.indexOf(u)<0?e.replace(r,""):e}t.a=/(?:\u2624|\ud83d\udc68\ud83c\udffb\u200d\ud83e\udd1d\u200d\ud83d\udc68\ud83c[\udffc-\udfff]|\ud83d\udc68\ud83c\udffc\u200d\ud83e\udd1d\u200d\ud83d\udc68\ud83c[\udffb\udffd-\udfff]|\ud83d\udc68\ud83c\udffd\u200d\ud83e\udd1d\u200d\ud83d\udc68\ud83c[\udffb\udffc\udffe\udfff]|\ud83d\udc68\ud83c\udffe\u200d\ud83e\udd1d\u200d\ud83d\udc68\ud83c[\udffb-\udffd\udfff]|\ud83d\udc68\ud83c\udfff\u200d\ud83e\udd1d\u200d\ud83d\udc68\ud83c[\udffb-\udffe]|\ud83d\udc69\ud83c\udffb\u200d\ud83e\udd1d\u200d\ud83d\udc68\ud83c[\udffc-\udfff]|\ud83d\udc69\ud83c\udffb\u200d\ud83e\udd1d\u200d\ud83d\udc69\ud83c[\udffc-\udfff]|\ud83d\udc69\ud83c\udffc\u200d\ud83e\udd1d\u200d\ud83d\udc68\ud83c[\udffb\udffd-\udfff]|\ud83d\udc69\ud83c\udffc\u200d\ud83e\udd1d\u200d\ud83d\udc69\ud83c[\udffb\udffd-\udfff]|\ud83d\udc69\ud83c\udffd\u200d\ud83e\udd1d\u200d\ud83d\udc68\ud83c[\udffb\udffc\udffe\udfff]|\ud83d\udc69\ud83c\udffd\u200d\ud83e\udd1d\u200d\ud83d\udc69\ud83c[\udffb\udffc\udffe\udfff]|\ud83d\udc69\ud83c\udffe\u200d\ud83e\udd1d\u200d\ud83d\udc68\ud83c[\udffb-\udffd\udfff]|\ud83d\udc69\ud83c\udffe\u200d\ud83e\udd1d\u200d\ud83d\udc69\ud83c[\udffb-\udffd\udfff]|\ud83d\udc69\ud83c\udfff\u200d\ud83e\udd1d\u200d\ud83d\udc68\ud83c[\udffb-\udffe]|\ud83d\udc69\ud83c\udfff\u200d\ud83e\udd1d\u200d\ud83d\udc69\ud83c[\udffb-\udffe]|\ud83e\uddd1\ud83c\udffb\u200d\ud83e\udd1d\u200d\ud83e\uddd1\ud83c[\udffb-\udfff]|\ud83e\uddd1\ud83c\udffc\u200d\ud83e\udd1d\u200d\ud83e\uddd1\ud83c[\udffb-\udfff]|\ud83e\uddd1\ud83c\udffd\u200d\ud83e\udd1d\u200d\ud83e\uddd1\ud83c[\udffb-\udfff]|\ud83e\uddd1\ud83c\udffe\u200d\ud83e\udd1d\u200d\ud83e\uddd1\ud83c[\udffb-\udfff]|\ud83e\uddd1\ud83c\udfff\u200d\ud83e\udd1d\u200d\ud83e\uddd1\ud83c[\udffb-\udfff]|\ud83e\uddd1\u200d\ud83e\udd1d\u200d\ud83e\uddd1|\ud83d\udc6b\ud83c[\udffb-\udfff]|\ud83d\udc6c\ud83c[\udffb-\udfff]|\ud83d\udc6d\ud83c[\udffb-\udfff]|\ud83d[\udc6b-\udc6d])|(?:\ud83d[\udc68\udc69]|\ud83e\uddd1)(?:\ud83c[\udffb-\udfff])?\u200d(?:\u2695\ufe0f|\u2696\ufe0f|\u2708\ufe0f|\ud83c[\udf3e\udf73\udf7c\udf84\udf93\udfa4\udfa8\udfeb\udfed]|\ud83d[\udcbb\udcbc\udd27\udd2c\ude80\ude92]|\ud83e[\uddaf-\uddb3\uddbc\uddbd])|(?:\ud83c[\udfcb\udfcc]|\ud83d[\udd74\udd75]|\u26f9)((?:\ud83c[\udffb-\udfff]|\ufe0f)\u200d[\u2640\u2642]\ufe0f)|(?:\ud83c[\udfc3\udfc4\udfca]|\ud83d[\udc6e\udc70\udc71\udc73\udc77\udc81\udc82\udc86\udc87\ude45-\ude47\ude4b\ude4d\ude4e\udea3\udeb4-\udeb6]|\ud83e[\udd26\udd35\udd37-\udd39\udd3d\udd3e\uddb8\uddb9\uddcd-\uddcf\uddd6-\udddd])(?:\ud83c[\udffb-\udfff])?\u200d[\u2640\u2642]\ufe0f|(?:\ud83d\udc68\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d\udc68|\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc66\u200d\ud83d\udc66|\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d\udc67\u200d\ud83d[\udc66\udc67]|\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc66\u200d\ud83d\udc66|\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d[\udc66\udc67]|\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d\udc8b\u200d\ud83d[\udc68\udc69]|\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc66\u200d\ud83d\udc66|\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d[\udc66\udc67]|\ud83d\udc68\u200d\u2764\ufe0f\u200d\ud83d\udc68|\ud83d\udc68\u200d\ud83d\udc66\u200d\ud83d\udc66|\ud83d\udc68\u200d\ud83d\udc67\u200d\ud83d[\udc66\udc67]|\ud83d\udc68\u200d\ud83d\udc68\u200d\ud83d[\udc66\udc67]|\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d[\udc66\udc67]|\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d[\udc68\udc69]|\ud83d\udc69\u200d\ud83d\udc66\u200d\ud83d\udc66|\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d[\udc66\udc67]|\ud83d\udc69\u200d\ud83d\udc69\u200d\ud83d[\udc66\udc67]|\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f|\ud83c\udff3\ufe0f\u200d\ud83c\udf08|\ud83c\udff4\u200d\u2620\ufe0f|\ud83d\udc15\u200d\ud83e\uddba|\ud83d\udc3b\u200d\u2744\ufe0f|\ud83d\udc41\u200d\ud83d\udde8|\ud83d\udc68\u200d\ud83d[\udc66\udc67]|\ud83d\udc69\u200d\ud83d[\udc66\udc67]|\ud83d\udc6f\u200d\u2640\ufe0f|\ud83d\udc6f\u200d\u2642\ufe0f|\ud83e\udd3c\u200d\u2640\ufe0f|\ud83e\udd3c\u200d\u2642\ufe0f|\ud83e\uddde\u200d\u2640\ufe0f|\ud83e\uddde\u200d\u2642\ufe0f|\ud83e\udddf\u200d\u2640\ufe0f|\ud83e\udddf\u200d\u2642\ufe0f|\ud83d\udc08\u200d\u2b1b)|[#*0-9]\ufe0f?\u20e3|(?:[©®\u2122\u265f]\ufe0f)|(?:\ud83c[\udc04\udd70\udd71\udd7e\udd7f\ude02\ude1a\ude2f\ude37\udf21\udf24-\udf2c\udf36\udf7d\udf96\udf97\udf99-\udf9b\udf9e\udf9f\udfcd\udfce\udfd4-\udfdf\udff3\udff5\udff7]|\ud83d[\udc3f\udc41\udcfd\udd49\udd4a\udd6f\udd70\udd73\udd76-\udd79\udd87\udd8a-\udd8d\udda5\udda8\uddb1\uddb2\uddbc\uddc2-\uddc4\uddd1-\uddd3\udddc-\uddde\udde1\udde3\udde8\uddef\uddf3\uddfa\udecb\udecd-\udecf\udee0-\udee5\udee9\udef0\udef3]|[\u203c\u2049\u2139\u2194-\u2199\u21a9\u21aa\u231a\u231b\u2328\u23cf\u23ed-\u23ef\u23f1\u23f2\u23f8-\u23fa\u24c2\u25aa\u25ab\u25b6\u25c0\u25fb-\u25fe\u2600-\u2604\u260e\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262a\u262e\u262f\u2638-\u263a\u2640\u2642\u2648-\u2653\u2660\u2663\u2665\u2666\u2668\u267b\u267f\u2692-\u2697\u2699\u269b\u269c\u26a0\u26a1\u26a7\u26aa\u26ab\u26b0\u26b1\u26bd\u26be\u26c4\u26c5\u26c8\u26cf\u26d1\u26d3\u26d4\u26e9\u26ea\u26f0-\u26f5\u26f8\u26fa\u26fd\u2702\u2708\u2709\u270f\u2712\u2714\u2716\u271d\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u2764\u27a1\u2934\u2935\u2b05-\u2b07\u2b1b\u2b1c\u2b50\u2b55\u3030\u303d\u3297\u3299])(?:\ufe0f|(?!\ufe0e))|(?:(?:\ud83c[\udfcb\udfcc]|\ud83d[\udd74\udd75\udd90]|[\u261d\u26f7\u26f9\u270c\u270d])(?:\ufe0f|(?!\ufe0e))|(?:\ud83c[\udf85\udfc2-\udfc4\udfc7\udfca]|\ud83d[\udc42\udc43\udc46-\udc50\udc66-\udc69\udc6e\udc70-\udc78\udc7c\udc81-\udc83\udc85-\udc87\udcaa\udd7a\udd95\udd96\ude45-\ude47\ude4b-\ude4f\udea3\udeb4-\udeb6\udec0\udecc]|\ud83e[\udd0c\udd0f\udd18-\udd1c\udd1e\udd1f\udd26\udd30-\udd39\udd3d\udd3e\udd77\uddb5\uddb6\uddb8\uddb9\uddbb\uddcd-\uddcf\uddd1-\udddd]|[\u270a\u270b]))(?:\ud83c[\udffb-\udfff])?|(?:\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f|\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f|\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f|\ud83c\udde6\ud83c[\udde8-\uddec\uddee\uddf1\uddf2\uddf4\uddf6-\uddfa\uddfc\uddfd\uddff]|\ud83c\udde7\ud83c[\udde6\udde7\udde9-\uddef\uddf1-\uddf4\uddf6-\uddf9\uddfb\uddfc\uddfe\uddff]|\ud83c\udde8\ud83c[\udde6\udde8\udde9\uddeb-\uddee\uddf0-\uddf5\uddf7\uddfa-\uddff]|\ud83c\udde9\ud83c[\uddea\uddec\uddef\uddf0\uddf2\uddf4\uddff]|\ud83c\uddea\ud83c[\udde6\udde8\uddea\uddec\udded\uddf7-\uddfa]|\ud83c\uddeb\ud83c[\uddee-\uddf0\uddf2\uddf4\uddf7]|\ud83c\uddec\ud83c[\udde6\udde7\udde9-\uddee\uddf1-\uddf3\uddf5-\uddfa\uddfc\uddfe]|\ud83c\udded\ud83c[\uddf0\uddf2\uddf3\uddf7\uddf9\uddfa]|\ud83c\uddee\ud83c[\udde8-\uddea\uddf1-\uddf4\uddf6-\uddf9]|\ud83c\uddef\ud83c[\uddea\uddf2\uddf4\uddf5]|\ud83c\uddf0\ud83c[\uddea\uddec-\uddee\uddf2\uddf3\uddf5\uddf7\uddfc\uddfe\uddff]|\ud83c\uddf1\ud83c[\udde6-\udde8\uddee\uddf0\uddf7-\uddfb\uddfe]|\ud83c\uddf2\ud83c[\udde6\udde8-\udded\uddf0-\uddff]|\ud83c\uddf3\ud83c[\udde6\udde8\uddea-\uddec\uddee\uddf1\uddf4\uddf5\uddf7\uddfa\uddff]|\ud83c\uddf4\ud83c\uddf2|\ud83c\uddf5\ud83c[\udde6\uddea-\udded\uddf0-\uddf3\uddf7-\uddf9\uddfc\uddfe]|\ud83c\uddf6\ud83c\udde6|\ud83c\uddf7\ud83c[\uddea\uddf4\uddf8\uddfa\uddfc]|\ud83c\uddf8\ud83c[\udde6-\uddea\uddec-\uddf4\uddf7-\uddf9\uddfb\uddfd-\uddff]|\ud83c\uddf9\ud83c[\udde6\udde8\udde9\uddeb-\udded\uddef-\uddf4\uddf7\uddf9\uddfb\uddfc\uddff]|\ud83c\uddfa\ud83c[\udde6\uddec\uddf2\uddf3\uddf8\uddfe\uddff]|\ud83c\uddfb\ud83c[\udde6\udde8\uddea\uddec\uddee\uddf3\uddfa]|\ud83c\uddfc\ud83c[\uddeb\uddf8]|\ud83c\uddfd\ud83c\uddf0|\ud83c\uddfe\ud83c[\uddea\uddf9]|\ud83c\uddff\ud83c[\udde6\uddf2\uddfc]|\ud83c[\udccf\udd8e\udd91-\udd9a\udde6-\uddff\ude01\ude32-\ude36\ude38-\ude3a\ude50\ude51\udf00-\udf20\udf2d-\udf35\udf37-\udf7c\udf7e-\udf84\udf86-\udf93\udfa0-\udfc1\udfc5\udfc6\udfc8\udfc9\udfcf-\udfd3\udfe0-\udff0\udff4\udff8-\udfff]|\ud83d[\udc00-\udc3e\udc40\udc44\udc45\udc51-\udc65\udc6a\udc6f\udc79-\udc7b\udc7d-\udc80\udc84\udc88-\udca9\udcab-\udcfc\udcff-\udd3d\udd4b-\udd4e\udd50-\udd67\udda4\uddfb-\ude44\ude48-\ude4a\ude80-\udea2\udea4-\udeb3\udeb7-\udebf\udec1-\udec5\uded0-\uded2\uded5-\uded7\udeeb\udeec\udef4-\udefc\udfe0-\udfeb]|\ud83e[\udd0d\udd0e\udd10-\udd17\udd1d\udd20-\udd25\udd27-\udd2f\udd3a\udd3c\udd3f-\udd45\udd47-\udd76\udd78\udd7a-\uddb4\uddb7\uddba\uddbc-\uddcb\uddd0\uddde-\uddff\ude70-\ude74\ude78-\ude7a\ude80-\ude86\ude90-\udea8\udeb0-\udeb6\udec0-\udec2\uded0-\uded6]|[\u23e9-\u23ec\u23f0\u23f3\u267e\u26ce\u2705\u2728\u274c\u274e\u2753-\u2755\u2795-\u2797\u27b0\u27bf\ue50a])|\ufe0f/g},function(e,t,n){"use strict";var r=n(0),u=n(20);n(83);t.a=Object(r.h)(({color:e="blue"})=>r.a.createElement("div",{className:"Loading"},r.a.createElement(u.a,{color:e,withBackground:"white"===e})))},function(e,t,n){"use strict";var r=n(0),u=n(12),o=n(29);t.a=(e,t,n=!1,d=!1)=>{const c=Object(u.c)(e,t),a=Object(o.a)();return d&&Object(u.b)(a),Object(r.n)(()=>{n||c||Object(u.d)(e,t).then(a)},[e,a,c,t,n]),c}},function(e,t,n){"use strict";let r,u,o,d,c,a,i,s,f,l,b,h;n.d(t,"e",(function(){return r})),n.d(t,"b",(function(){return u})),n.d(t,"m",(function(){return o})),n.d(t,"d",(function(){return d})),n.d(t,"c",(function(){return c})),n.d(t,"l",(function(){return a})),n.d(t,"h",(function(){return i})),n.d(t,"a",(function(){return s})),n.d(t,"j",(function(){return f})),n.d(t,"f",(function(){return l})),n.d(t,"k",(function(){return b})),n.d(t,"i",(function(){return h})),n.d(t,"n",(function(){return m})),n.d(t,"g",(function(){return p})),function(e){e[e.Backwards=0]="Backwards",e[e.Forwards=1]="Forwards",e[e.Around=2]="Around"}(r||(r={})),function(e){e[e.Up=0]="Up",e[e.Down=1]="Down",e[e.Static=2]="Static"}(u||(u={})),function(e){e[e.Main=0]="Main",e[e.EditProfile=1]="EditProfile",e[e.Notifications=2]="Notifications",e[e.Language=3]="Language",e[e.General=4]="General",e[e.GeneralChatBackground=5]="GeneralChatBackground",e[e.GeneralChatBackgroundColor=6]="GeneralChatBackgroundColor",e[e.Privacy=7]="Privacy",e[e.PrivacyPhoneNumber=8]="PrivacyPhoneNumber",e[e.PrivacyLastSeen=9]="PrivacyLastSeen",e[e.PrivacyProfilePhoto=10]="PrivacyProfilePhoto",e[e.PrivacyForwarding=11]="PrivacyForwarding",e[e.PrivacyGroupChats=12]="PrivacyGroupChats",e[e.PrivacyPhoneNumberAllowedContacts=13]="PrivacyPhoneNumberAllowedContacts",e[e.PrivacyPhoneNumberDeniedContacts=14]="PrivacyPhoneNumberDeniedContacts",e[e.PrivacyLastSeenAllowedContacts=15]="PrivacyLastSeenAllowedContacts",e[e.PrivacyLastSeenDeniedContacts=16]="PrivacyLastSeenDeniedContacts",e[e.PrivacyProfilePhotoAllowedContacts=17]="PrivacyProfilePhotoAllowedContacts",e[e.PrivacyProfilePhotoDeniedContacts=18]="PrivacyProfilePhotoDeniedContacts",e[e.PrivacyForwardingAllowedContacts=19]="PrivacyForwardingAllowedContacts",e[e.PrivacyForwardingDeniedContacts=20]="PrivacyForwardingDeniedContacts",e[e.PrivacyGroupChatsAllowedContacts=21]="PrivacyGroupChatsAllowedContacts",e[e.PrivacyGroupChatsDeniedContacts=22]="PrivacyGroupChatsDeniedContacts",e[e.PrivacyActiveSessions=23]="PrivacyActiveSessions",e[e.PrivacyBlockedUsers=24]="PrivacyBlockedUsers",e[e.Folders=25]="Folders",e[e.FoldersCreateFolder=26]="FoldersCreateFolder",e[e.FoldersEditFolder=27]="FoldersEditFolder",e[e.FoldersIncludedChats=28]="FoldersIncludedChats",e[e.FoldersExcludedChats=29]="FoldersExcludedChats",e[e.TwoFaDisabled=30]="TwoFaDisabled",e[e.TwoFaNewPassword=31]="TwoFaNewPassword",e[e.TwoFaNewPasswordConfirm=32]="TwoFaNewPasswordConfirm",e[e.TwoFaNewPasswordHint=33]="TwoFaNewPasswordHint",e[e.TwoFaNewPasswordEmail=34]="TwoFaNewPasswordEmail",e[e.TwoFaNewPasswordEmailCode=35]="TwoFaNewPasswordEmailCode",e[e.TwoFaEnabled=36]="TwoFaEnabled",e[e.TwoFaChangePasswordCurrent=37]="TwoFaChangePasswordCurrent",e[e.TwoFaChangePasswordNew=38]="TwoFaChangePasswordNew",e[e.TwoFaChangePasswordConfirm=39]="TwoFaChangePasswordConfirm",e[e.TwoFaChangePasswordHint=40]="TwoFaChangePasswordHint",e[e.TwoFaTurnOff=41]="TwoFaTurnOff",e[e.TwoFaRecoveryEmailCurrentPassword=42]="TwoFaRecoveryEmailCurrentPassword",e[e.TwoFaRecoveryEmail=43]="TwoFaRecoveryEmail",e[e.TwoFaRecoveryEmailCode=44]="TwoFaRecoveryEmailCode",e[e.TwoFaCongratulations=45]="TwoFaCongratulations"}(o||(o={})),function(e){e[e.ChatList=0]="ChatList",e[e.GlobalSearch=1]="GlobalSearch",e[e.Settings=2]="Settings",e[e.Contacts=3]="Contacts",e[e.Archived=4]="Archived",e[e.NewChannelStep1=5]="NewChannelStep1",e[e.NewChannelStep2=6]="NewChannelStep2",e[e.NewGroupStep1=7]="NewGroupStep1",e[e.NewGroupStep2=8]="NewGroupStep2"}(d||(d={})),function(e){e[e.ChatList=0]="ChatList",e[e.Media=1]="Media",e[e.Links=2]="Links",e[e.Files=3]="Files",e[e.Music=4]="Music",e[e.Voice=5]="Voice"}(c||(c={})),function(e){e[e.ChatInfo=0]="ChatInfo",e[e.UserInfo=1]="UserInfo",e[e.Search=2]="Search",e[e.Management=3]="Management",e[e.Statistics=4]="Statistics",e[e.StickerSearch=5]="StickerSearch",e[e.GifSearch=6]="GifSearch",e[e.PollResults=7]="PollResults"}(a||(a={})),function(e){e[e.Inline=0]="Inline",e[e.ScheduledInline=1]="ScheduledInline",e[e.SharedMedia=2]="SharedMedia",e[e.ProfileAvatar=3]="ProfileAvatar",e[e.MiddleHeaderAvatar=4]="MiddleHeaderAvatar",e[e.Album=5]="Album",e[e.ScheduledAlbum=6]="ScheduledAlbum",e[e.SearchResult=7]="SearchResult"}(i||(i={})),function(e){e[e.Idle=0]="Idle",e[e.InProgress=1]="InProgress",e[e.Complete=2]="Complete",e[e.Error=3]="Error"}(s||(s={})),function(e){e[e.Idle=0]="Idle",e[e.InProgress=1]="InProgress",e[e.Complete=2]="Complete",e[e.Error=3]="Error"}(f||(f={})),function(e){e[e.Idle=0]="Idle",e[e.InProgress=1]="InProgress",e[e.Complete=2]="Complete",e[e.Error=3]="Error"}(l||(l={})),function(e){e[e.Profile=0]="Profile",e[e.SharedMedia=1]="SharedMedia",e[e.MemberList=2]="MemberList"}(b||(b={})),function(e){e[e.ShippingInfo=0]="ShippingInfo",e[e.Shipping=1]="Shipping",e[e.PaymentInfo=2]="PaymentInfo",e[e.Checkout=3]="Checkout"}(h||(h={}));const m="UPLOADING_WALLPAPER_SLUG";let p;!function(e){e[e.Initial=0]="Initial",e[e.ChatPrivacyType=1]="ChatPrivacyType",e[e.Discussion=2]="Discussion",e[e.ChannelSubscribers=3]="ChannelSubscribers",e[e.GroupType=4]="GroupType",e[e.GroupPermissions=5]="GroupPermissions",e[e.GroupRemovedUsers=6]="GroupRemovedUsers",e[e.GroupUserPermissionsCreate=7]="GroupUserPermissionsCreate",e[e.GroupUserPermissions=8]="GroupUserPermissions",e[e.ChatAdministrators=9]="ChatAdministrators",e[e.GroupRecentActions=10]="GroupRecentActions",e[e.ChatAdminRights=11]="ChatAdminRights",e[e.GroupMembers=12]="GroupMembers"}(p||(p={}))},function(e,t,n){"use strict";n.d(t,"d",(function(){return u})),n.d(t,"e",(function(){return o})),n.d(t,"b",(function(){return d})),n.d(t,"c",(function(){return c})),n.d(t,"a",(function(){return r}));var r="AF🇦🇫93Afghanistan\nAO🇦🇴244Angola\nAL🇦🇱355Albania\nAD🇦🇩376Andorra\nAE🇦🇪971United Arab Emirates\nAR🇦🇷54Argentina\nAM🇦🇲374Armenia\nAG🇦🇬1268Antigua and Barbuda\nAU🇦🇺61Australia\nAT🇦🇹43Austria\nAZ🇦🇿994Azerbaijan\nBI🇧🇮257Burundi\nBE🇧🇪32Belgium\nBJ🇧🇯229Benin\nBF🇧🇫226Burkina Faso\nBD🇧🇩880Bangladesh\nBG🇧🇬359Bulgaria\nBH🇧🇭973Bahrain\nBS🇧🇸1242Bahamas\nBA🇧🇦387Bosnia and Herzegovina\nBY🇧🇾375Belarus\nBZ🇧🇿501Belize\nBO🇧🇴591Bolivia\nBR🇧🇷55Brazil\nBB🇧🇧1246Barbados\nBN🇧🇳673Brunei\nBT🇧🇹975Bhutan\nBW🇧🇼267Botswana\nCF🇨🇫236Central African Republic\nCA🇨🇦1Canada\nCH🇨🇭41Switzerland\nCL🇨🇱56Chile\nCN🇨🇳86China\nCI🇨🇮225Ivory Coast\nCM🇨🇲237Cameroon\nCD🇨🇩243DR Congo\nCG🇨🇬242Republic of the Congo\nCO🇨🇴57Colombia\nKM🇰🇲269Comoros\nCV🇨🇻238Cape Verde\nCR🇨🇷506Costa Rica\nCU🇨🇺53Cuba\nCY🇨🇾357Cyprus\nCZ🇨🇿420Czechia\nDE🇩🇪49Germany\nDJ🇩🇯253Djibouti\nDM🇩🇲1767Dominica\nDK🇩🇰45Denmark\nDO🇩🇴1Dominican Republic\nDZ🇩🇿213Algeria\nEC🇪🇨593Ecuador\nEG🇪🇬20Egypt\nER🇪🇷291Eritrea\nES🇪🇸34Spain\nEE🇪🇪372Estonia\nET🇪🇹251Ethiopia\nFI🇫🇮358Finland\nFJ🇫🇯679Fiji\nFR🇫🇷33France\nFM🇫🇲691Micronesia\nGA🇬🇦241Gabon\nGB🇬🇧44United Kingdom\nGE🇬🇪995Georgia\nGH🇬🇭233Ghana\nGN🇬🇳224Guinea\nGM🇬🇲220Gambia\nGW🇬🇼245Guinea-Bissau\nGQ🇬🇶240Equatorial Guinea\nGR🇬🇷30Greece\nGD🇬🇩1473Grenada\nGT🇬🇹502Guatemala\nGY🇬🇾592Guyana\nHN🇭🇳504Honduras\nHR🇭🇷385Croatia\nHT🇭🇹509Haiti\nHU🇭🇺36Hungary\nID🇮🇩62Indonesia\nIN🇮🇳91India\nIE🇮🇪353Ireland\nIR🇮🇷98Iran\nIQ🇮🇶964Iraq\nIS🇮🇸354Iceland\nIL🇮🇱972Israel\nIT🇮🇹39Italy\nJM🇯🇲1876Jamaica\nJO🇯🇴962Jordan\nJP🇯🇵81Japan\nKZ🇰🇿7Kazakhstan\nKE🇰🇪254Kenya\nKG🇰🇬996Kyrgyzstan\nKH🇰🇭855Cambodia\nKI🇰🇮686Kiribati\nKN🇰🇳1869Saint Kitts and Nevis\nKR🇰🇷82South Korea\nKW🇰🇼965Kuwait\nLA🇱🇦856Laos\nLB🇱🇧961Lebanon\nLR🇱🇷231Liberia\nLY🇱🇾218Libya\nLC🇱🇨1758Saint Lucia\nLI🇱🇮423Liechtenstein\nLK🇱🇰94Sri Lanka\nLS🇱🇸266Lesotho\nLT🇱🇹370Lithuania\nLU🇱🇺352Luxembourg\nLV🇱🇻371Latvia\nMA🇲🇦212Morocco\nMC🇲🇨377Monaco\nMD🇲🇩373Moldova\nMG🇲🇬261Madagascar\nMV🇲🇻960Maldives\nMX🇲🇽52Mexico\nMH🇲🇭692Marshall Islands\nMK🇲🇰389North Macedonia\nML🇲🇱223Mali\nMT🇲🇹356Malta\nMM🇲🇲95Myanmar\nME🇲🇪382Montenegro\nMN🇲🇳976Mongolia\nMZ🇲🇿258Mozambique\nMR🇲🇷222Mauritania\nMU🇲🇺230Mauritius\nMW🇲🇼265Malawi\nMY🇲🇾60Malaysia\nNA🇳🇦264Namibia\nNE🇳🇪227Niger\nNG🇳🇬234Nigeria\nNI🇳🇮505Nicaragua\nNL🇳🇱31Netherlands\nNO🇳🇴47Norway\nNP🇳🇵977Nepal\nNR🇳🇷674Nauru\nNZ🇳🇿64New Zealand\nOM🇴🇲968Oman\nPK🇵🇰92Pakistan\nPA🇵🇦507Panama\nPE🇵🇪51Peru\nPH🇵🇭63Philippines\nPW🇵🇼680Palau\nPG🇵🇬675Papua New Guinea\nPL🇵🇱48Poland\nKP🇰🇵850North Korea\nPT🇵🇹351Portugal\nPY🇵🇾595Paraguay\nQA🇶🇦974Qatar\nRO🇷🇴40Romania\nRU🇷🇺7Russia\nRW🇷🇼250Rwanda\nSA🇸🇦966Saudi Arabia\nSD🇸🇩249Sudan\nSN🇸🇳221Senegal\nSG🇸🇬65Singapore\nSB🇸🇧677Solomon Islands\nSL🇸🇱232Sierra Leone\nSV🇸🇻503El Salvador\nSM🇸🇲378San Marino\nSO🇸🇴252Somalia\nRS🇷🇸381Serbia\nSS🇸🇸211South Sudan\nST🇸🇹239São Tomé and Príncipe\nSR🇸🇷597Suriname\nSK🇸🇰421Slovakia\nSI🇸🇮386Slovenia\nSE🇸🇪46Sweden\nSZ🇸🇿268Eswatini\nSC🇸🇨248Seychelles\nSY🇸🇾963Syria\nTD🇹🇩235Chad\nTG🇹🇬228Togo\nTH🇹🇭66Thailand\nTJ🇹🇯992Tajikistan\nTM🇹🇲993Turkmenistan\nTL🇹🇱670Timor-Leste\nTO🇹🇴676Tonga\nTT🇹🇹1868Trinidad and Tobago\nTN🇹🇳216Tunisia\nTR🇹🇷90Turkey\nTV🇹🇻688Tuvalu\nTZ🇹🇿255Tanzania\nUG🇺🇬256Uganda\nUA🇺🇦380Ukraine\nUY🇺🇾598Uruguay\nUS🇺🇸1United States\nUZ🇺🇿998Uzbekistan\nVA🇻🇦3Vatican City\nVC🇻🇨1784Saint Vincent and the Grenadines\nVE🇻🇪58Venezuela\nVN🇻🇳84Vietnam\nVU🇻🇺678Vanuatu\nWS🇼🇸685Samoa\nYE🇾🇪967Yemen\nZA🇿🇦27South Africa\nZM🇿🇲260Zambia\nZW🇿🇼263Zimbabwe".split("\n").map(e=>({id:e.substr(0,2),flag:e.substr(2,4),code:"+"+e.match(/\d+/)[0],name:e.split(/\d+/)[1]}));function u(e){return r.find(t=>t.id===e)}function o(e){let t=e.replace(/[^\d+]+/g,"");t.startsWith("+")||(t="+"+t);const n=r.filter(e=>t.startsWith(e.code)).sort((e,t)=>e.code.length-t.code.length);return n[n.length-1]}function d(e,t){let n=e.replace(/[^\d]+/g,"");if(t)n=n.substr(t.code.length-1);else if(e.startsWith("+"))return e;return n=n.replace(function(e){switch(e?e.id:"UNKNOWN"){case"RU":case"US":return/(\d{1,3})(\d{1,3})?(\d{1,2})?(\d{1,2})?()?/;case"GB":return/(\d{1,4})(\d{1,5})?()?()?()?/;case"UA":case"FI":case"AE":return/(\d{1,2})(\d{1,3})?(\d{1,2})?(\d{1,2})?()?/;default:return/(\d{1,3})(\d{1,3})?(\d{1,3})?(\d{1,3})?(\d{1,3})?/}}(t),(e,n,r,u,o,d)=>{const c=t&&"GB"===t.id?" ":"-";let a="";return n&&(a=""+n),r&&(a+=" "+r),u&&(a+=`${c}${u}`),o&&(a+=`${c}${o}`),d&&(a+=`${c}${d}`),a}),n}function c(e){const t=e.startsWith("+")?e:"+"+e,n=o(t);return n?`${n.code} ${d(t,n)}`:t}},function(e,t,n){"use strict";var r=n(0),u=n(8);n(75);t.a=({color:e="blue",withBackground:t})=>r.a.createElement("div",{className:Object(u.a)("Spinner",e,t&&"with-background")},r.a.createElement("div",null))},function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));var r=n(1),u=n(9);window.addEventListener("error",c),window.addEventListener("unhandledrejection",c);const o=Date.now();let d=!1;function c(e){e.preventDefault(),a(e instanceof ErrorEvent?e.error:e.reason)}Object(u.g)(window.alert,1e3);function a(e){if(console.error(e),!d){if(Date.now()-o<=5e3){if(localStorage.getItem(r.v))localStorage.removeItem(r.v);else{if(!localStorage.getItem(r.w))return;localStorage.removeItem(r.w)}return d=!0,void window.location.reload()}0}}},function(e,t,n){"use strict";t.a=e=>{let t;do{t=String(Math.random()).replace("0.","id")}while(e.hasOwnProperty(t));return t}},function(e,t,n){"use strict";n.d(t,"c",(function(){return c})),n.d(t,"d",(function(){return a})),n.d(t,"e",(function(){return i})),n.d(t,"h",(function(){return s})),n.d(t,"f",(function(){return f})),n.d(t,"g",(function(){return l})),n.d(t,"a",(function(){return b})),n.d(t,"b",(function(){return h}));var r=n(1),u=n(28),o=n(3);const d=[1,8,5,2,7,4,6];function c(e){if(e)switch(e.type){case"userTypeBot":case"userTypeRegular":return e.firstName;case"userTypeDeleted":case"userTypeUnknown":return"Deleted";default:return}}function a(e){if(e){if(f(e))return"Deleted account";switch(e.type){case"userTypeBot":case"userTypeRegular":if(e.firstName&&e.lastName)return`${e.firstName} ${e.lastName}`;if(e.firstName)return e.firstName;if(e.lastName)return e.lastName;break;case"userTypeDeleted":case"userTypeUnknown":return"Deleted account"}}}function i(e,t){if(e.id===r.Z)return t("ServiceNotifications").toLowerCase();if(e.type&&"userTypeBot"===e.type)return"bot";if(!e.status)return"";switch(e.status.type){case"userStatusEmpty":return t("ALongTimeAgo");case"userStatusLastMonth":return t("WithinAMonth");case"userStatusLastWeek":return t("WithinAWeek");case"userStatusOffline":{const{wasOnline:n}=e.status;if(!n)return t("LastSeen.Offline");const r=new Date,o=new Date(1e3*n);if(o>=r)return t("LastSeen.JustNow");const d=new Date(r.getTime()-o.getTime());if(d.getTime()/1e3<60)return t("LastSeen.JustNow");if(d.getTime()/1e3<3600){return t("LastSeen.MinutesAgo",Math.floor(d.getTime()/1e3/60))}const c=new Date;if(c.setHours(0,0,0,0),o>c){if(d.getTime()/1e3<21600){return t("LastSeen.HoursAgo",Math.floor(d.getTime()/1e3/60/60))}return t("LastSeen.TodayAt",Object(u.h)(o))}const a=new Date;return a.setDate(r.getDate()-1),c.setHours(0,0,0,0),o>a?t("LastSeen.YesterdayAt",Object(u.h)(o)):t("LastSeen.AtDate",Object(u.b)(o))}case"userStatusOnline":return t("Online");case"userStatusRecently":return t("Lately");default:return}}function s(e){const{id:t,status:n,type:u}=e;return!!n&&(t!==r.Z&&("userStatusOnline"===n.type&&"userTypeBot"!==u))}function f(e){return!(!e.status||"userTypeBot"===e.type||e.id===r.Z)&&("userTypeDeleted"===e.type||"userTypeUnknown"===e.type)}function l(e){return"userTypeBot"===e.type}function b(e,t,n){return Object(o.k)(e,e=>{const r=Date.now()/1e3;if(n&&n.includes(e))return r+172800-n.indexOf(e);const u=t[e];if(!u||!u.status)return 0;if("userStatusOnline"===u.status.type)return u.status.expires;if("userStatusOffline"===u.status.type&&u.status.wasOnline)return u.status.wasOnline;switch(u.status.type){case"userStatusRecently":return r-86400;case"userStatusLastWeek":return r-604800;case"userStatusLastMonth":return r-18144e3;default:return 0}},"desc")}function h(e){const t=e?Math.abs(e.id)%7:0;return d[t]}},function(e,t,n){"use strict";n.d(t,"w",(function(){return a})),n.d(t,"v",(function(){return i})),n.d(t,"t",(function(){return s})),n.d(t,"y",(function(){return f})),n.d(t,"u",(function(){return l})),n.d(t,"z",(function(){return b})),n.d(t,"j",(function(){return h})),n.d(t,"p",(function(){return m})),n.d(t,"i",(function(){return p})),n.d(t,"e",(function(){return g})),n.d(t,"f",(function(){return y})),n.d(t,"d",(function(){return v})),n.d(t,"x",(function(){return I})),n.d(t,"r",(function(){return w})),n.d(t,"m",(function(){return O})),n.d(t,"A",(function(){return j})),n.d(t,"c",(function(){return C})),n.d(t,"a",(function(){return E})),n.d(t,"o",(function(){return S})),n.d(t,"h",(function(){return M})),n.d(t,"g",(function(){return A})),n.d(t,"s",(function(){return k})),n.d(t,"b",(function(){return T})),n.d(t,"C",(function(){return P})),n.d(t,"B",(function(){return N})),n.d(t,"l",(function(){return D})),n.d(t,"k",(function(){return L})),n.d(t,"q",(function(){return x})),n.d(t,"n",(function(){return R}));var r=n(5),u=n(1),o=n(3),d=n(23),c=n(10);function a(e){return e>0}function i(e){return s(e)||f(e)}function s(e){return"chatTypeBasicGroup"===e.type}function f(e){return"chatTypeSuperGroup"===e.type}function l(e){return"chatTypeChannel"===e.type}function b(e){return"chatTypePrivate"===e.type||"chatTypeBasicGroup"===e.type}function h(e){switch(e.type){case"chatTypePrivate":return"PrivateChat";case"chatTypeBasicGroup":case"chatTypeSuperGroup":return"AccDescrGroup";case"chatTypeChannel":return"AccDescrChannel";default:return"Chat"}}function m(e){if("chatTypePrivate"===e.type||"chatTypeSecret"===e.type)return e.id}function p(e,t){return t&&e.id===t.id&&t.isSelf?Object(c.b)("SavedMessages"):e.title||Object(c.b)("HiddenName")}function g(e){if(e.fullInfo)return e.fullInfo.about}function y(e){const{username:t}=e,{inviteLink:n}=e.fullInfo||{};return n&&n.length?n:t?"t.me/"+t:""}function v(e,t="normal"){if(e.avatarHash)switch(t){case"big":return`profile${e.id}?${e.avatarHash}`;default:return`avatar${e.id}?${e.avatarHash}`}}function I(e){return!e.lastMessage}function w(e){return Boolean(e.adminRights)}function O(e,t){return!!e.adminRights&&e.adminRights[t]}function j(e,t){return Boolean(e.currentUserBannedRights&&e.currentUserBannedRights[t]||e.defaultBannedRights&&e.defaultBannedRights[t])}function C(e,t){return t!==r.MAIN_THREAD_ID||!(e.isRestricted||e.migratedTo||e.isNotJoined)&&(!!e.isCreator||(!!a(e.id)||(l(e)?O(e,"postMessages"):w(e)||!j(e,"sendMessages"))))}function E(e,t=!1){if(!e)return{canAttachMedia:!1,canAttachPolls:!1,canSendStickers:!1,canSendGifs:!1,canAttachEmbedLinks:!1};const n=w(e);return{canAttachMedia:n||!j(e,"sendMedia"),canAttachPolls:(n||!j(e,"sendPolls"))&&(!a(e.id)||t),canSendStickers:n||!j(e,"sendStickers"),canSendGifs:n||!j(e,"sendGifs"),canAttachEmbedLinks:n||!j(e,"embedLinks")}}function S(e){return e.currentUserBannedRights&&e.currentUserBannedRights.sendMessages?"You are not allowed to send messages in this chat.":e.defaultBannedRights&&e.defaultBannedRights.sendMessages?"Sending messages is not allowed in this chat.":void 0}function M(e){if(e&&e.fullInfo)return e.fullInfo.slowMode}function A(e){return Math.max(e.joinDate||0,e.lastMessage?e.lastMessage.date:0)}function k(e){return e.folderId===u.f}function T(e){return s(e)||(f(e)||l(e))&&e.isCreator}function P(e,t,n,r){const u=n.excludedChatIds?new Set(n.excludedChatIds):void 0,o=n.excludedChatIds?new Set(n.includedChatIds):void 0,d=n.excludedChatIds?new Set(n.pinnedChatIds):void 0;return[(r||Object.keys(e).map(Number)).filter(r=>function(e,t,n,r,u,o){if(r&&r.has(e.id))return!1;if(u&&u.has(e.id))return!0;if(o&&o.has(e.id))return!0;if(k(e)&&t.excludeArchived)return!1;if(e.isMuted&&t.excludeMuted)return!1;if(!e.unreadCount&&!e.unreadMentionsCount&&!e.hasUnreadMark&&t.excludeRead)return!1;if(a(e.id)){const r=n[e.id];if(r&&"userTypeBot"===r.type){if(t.bots)return!0}else{if(t.contacts&&r&&r.isContact)return!0;if(t.nonContacts&&r&&!r.isContact)return!0}}else{if(i(e))return!!t.groups;if(l(e))return!!t.channels}return!1}(e[r],n,t,u,o,d)),n.pinnedChatIds]}function N(e,t,n,r="all"){function u(e){if(!e||!e.lastMessage||e.migratedTo)return!1;switch(r){case"all":if(k(e))return!1;break;case"archived":if(!k(e))return!1}return!e.isRestricted&&!e.isNotJoined}const d=t.map(t=>e[t]).filter(u),c=new Set(t);return{pinnedChats:n?n.map(t=>e[t]).filter(u).filter(e=>c.has(e.id)):[],otherChats:Object(o.k)(n?d.filter(e=>!n.includes(e.id)):d,A,"desc")}}function D(e,t,n,r){const[u]=P(e,t,n,r),o=u.map(t=>e[t]).filter(e=>e&&e.lastMessage&&!e.isRestricted&&!e.isNotJoined);return{unreadDialogsCount:o.reduce((e,t)=>t.unreadCount||t.hasUnreadMark?e+1:e,0),hasActiveDialogs:o.some(e=>e.unreadMentionsCount||!e.isMuted&&(e.unreadCount||e.hasUnreadMark))}}function L(e,t,n,r,u){const{id:o,title:d,emoticon:c,description:a,pinnedChatIds:i,excludedChatIds:s,includedChatIds:f,excludeArchived:l,excludeMuted:b,excludeRead:h,...m}=n;if(Object.values(m).filter(Boolean).length>1||s&&s.length||f&&f.length){return u("Chats",function(e,t,n,r){const[u,o]=P(e,t,n,r),{pinnedChats:d,otherChats:c}=N(e,u,o,"folder");return d.length+c.length}(e,t,n,r))}return m.bots?u("FilterBots"):m.groups?u("FilterGroups"):m.channels?u("FilterChannels"):m.contacts?u("FilterContacts"):m.nonContacts?u("FilterNonContacts"):void 0}function x(e){return!!e&&e.id<0}function R(e,t){if(t&&!a(e))return t.isSelf?"You":Object(d.c)(t)}},function(e,t,n){"use strict";function r(e,t){const n=Object.keys(e);return n.length===Object.keys(t).length&&n.every(n=>e[n]===t[n])}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";n.d(t,"a",(function(){return a})),n.d(t,"c",(function(){return i})),n.d(t,"b",(function(){return b}));var r=n(1);const u=new Set(["scroll","mouseenter","mouseleave"]),o={},d=new Map,c={};function a(e,t,n){const r=s(t,e);f(r,e)?function(e,t,n){c[e]||(c[e]=0,document.addEventListener(e,h));(function(e){o[e]||(o[e]=new Map);return o[e]})(e).set(t,n),function(e){const t=d.get(e);if(t)return t;const n=new Set;return d.set(e,n),n}(t).add(e),c[e]++}(r,e,n):e.addEventListener(r,n)}function i(e,t,n){const r=s(t,e);f(r,e)?l(r,e):e.removeEventListener(r,n)}function s(e,t){const n=e.replace(/^on/,"").toLowerCase();return"change"===n&&"SELECT"!==t.tagName?"input":"doubleclick"===n?"dblclick":"focus"===n?"focusin":"blur"===n?"focusout":n}function f(e,t){return!u.has(e)&&"VIDEO"!==t.tagName&&"IFRAME"!==t.tagName}function l(e,t){c[e]--,c[e]||document.removeEventListener(e,h),o[e].delete(t),d.get(t).delete(e)}function b(e){const t=d.get(e);t&&(t.forEach(t=>l(t,e)),d.delete(e))}function h(e){const t=o[e.type];if(t){let n=!1,r=e.target;const u=()=>{n=!0},o=()=>{e.preventDefault()},d=new Proxy(e,{get:(e,t)=>"currentTarget"===t?r:"stopPropagation"===t||"stopImmediatePropagation"===t?u:"preventDefault"===t?o:Reflect.get(e,t)});for(;r&&r!==document.body;){const e=t.get(r);if(e&&(e(d),n))return;r=r.parentNode}}}r.l&&document.addEventListener("dblclick",()=>{console.log("DELEGATED EVENTS",{delegationRegistry:o,delegatedEventsByElement:d,documentEventCounters:c})})},function(e,t,n){"use strict";var r=n(0),u=n(8);t.a=(e=!1,t,n=!1,o="fast",d=!1)=>{const[c,a]=Object(r.r)(!e),i=Object(r.q)(),[s,f]=Object(r.r)(!1);e?(a(!1),f(!0),i.current&&(window.clearTimeout(i.current),i.current=void 0)):(f(!1),c||i.current||(i.current=window.setTimeout(()=>{a(!0),t&&t(),i.current=void 0},d?0:350)));const l=s||e&&n,b=Boolean(i.current),h=e||b;return{shouldRender:h,transitionClassNames:Object(u.a)(o&&"opacity-transition",o,l&&"open",h&&"shown",b&&"closing")}}},function(e,t,n){"use strict";n.d(t,"j",(function(){return a})),n.d(t,"k",(function(){return i})),n.d(t,"n",(function(){return s})),n.d(t,"h",(function(){return l})),n.d(t,"g",(function(){return b})),n.d(t,"b",(function(){return h})),n.d(t,"f",(function(){return m})),n.d(t,"c",(function(){return p})),n.d(t,"d",(function(){return y})),n.d(t,"e",(function(){return v})),n.d(t,"i",(function(){return I})),n.d(t,"a",(function(){return w})),n.d(t,"l",(function(){return j})),n.d(t,"m",(function(){return C}));var r=n(40),u=n(10);const o=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],d=["January","February","March","April","May","June","July","August","September","October","November","December"],c=d.map(e=>e.toLowerCase());function a(e){const t=new Date(e);return t.setHours(0,0,0,0),t}function i(e){return a(e).getTime()}function s(e){const t=new Date(1e3*e);return`${t.getFullYear()}-${t.getMonth()}`}function f(e){return`${e.getFullYear()}-${e.getMonth()+1}-${e.getDate()}`}function l(e){const t="number"==typeof e?new Date(e):e;return`${String(t.getHours()).padStart(2,"0")}:${String(t.getMinutes()).padStart(2,"0")}`}function b(e){const t="number"==typeof e?new Date(e):e,n=a(new Date);if(t>=n)return l(t);const r=new Date(n);if(r.setDate(n.getDate()-7),t>=r)return Object(u.b)("Weekday.Short"+o[t.getDay()]);const d=t.getFullYear()!==n.getFullYear();return g(t,Object(u.b)(d?"formatDateScheduleYear":"formatDateSchedule")||(d?"d MMM yyyy":"d MMM"))}function h(e){return g("number"==typeof e?new Date(e):e,Object(u.b)("formatterYearMax")||"dd.MM.yyyy")}function m(e,t=!1){return g(e,Object(u.b)(t?"formatterMonthYear2":"formatterMonthYear")||"MMM yyyy")}function p(e,t=!1,n=!1){const r="number"==typeof e?new Date(e):e,d=a(new Date);if(!n){if(f(r)===f(d))return(t?E:S)(Object(u.b)("Weekday.Today"));const e=new Date(d);if(e.setDate(d.getDate()-1),f(r)===f(e))return(t?E:S)(Object(u.b)("Weekday.Yesterday"));const n=new Date(d),c=new Date(d);if(n.setDate(d.getDate()-7),c.setDate(d.getDate()+7),r>=n&&r<=c){const e=o[r.getDay()];return t?E(Object(u.b)("Weekday.Short"+e)):S(Object(u.b)("Weekday."+e))}}const c=r.getFullYear()!==d.getFullYear(),i=t?c?"formatDateScheduleYear":"formatDateSchedule":c?"chatFullDate":"chatDate";return(t?E:S)(g(r,Object(u.b)(i)||"d MMMM yyyy"))}function g(e,t){const n=e.getDate(),r=e.getMonth();return t.replace("LLLL",Object(u.b)(d[r])).replace("MMMM",Object(u.b)("Month.Gen"+d[r])).replace("MMM",Object(u.b)("Month.Short"+d[r])).replace("MM",String(r+1).padStart(2,"0")).replace("dd",String(n).padStart(2,"0")).replace("d",String(n)).replace("yyyy",String(e.getFullYear()))}function y(e){const t="number"==typeof e?new Date(e):e;return`${p(t,!0)}, ${l(t)}`}function v(e){const t=Math.floor(e/3600),n=Math.floor(e%3600/60),r=Math.floor(e%3600%60);let u="";return t>0?(u+=String(t).padStart(2,"0")+":",u+=String(n).padStart(2,"0")+":"):u+=String(n)+":",u+=String(r).padStart(2,"0"),u}function I(e){const t=[];let n=e%1e3;e-=n,n=Math.floor(n/10);const r=(e=Math.floor(e/1e3))%60;e-=r;const u=(e=Math.floor(e/60))%60;e-=u;const o=(e=Math.floor(e/60))%60;return o>0&&t.push(String(o).padStart(2,"0")),t.push(String(u).padStart(o>0?2:1,"0")),t.push(String(r).padStart(2,"0")),`${t.join(":")},${String(n).padStart(2,"0")}`}function w(e){return e.toLocaleString("en-US",{year:"numeric",month:"short",day:"numeric"})}function O(e,t,n=2021){if(t>11||e>31)return!1;const r=new Date(n,t,e);return!Number.isNaN(r.getTime())&&r.getDate()===e}function j(e=""){const t=e.match(/\d{1,2}\s[a-zA-Z]{3,}/),n=e.match(/[a-zA-Z]{3,}\s\d{1,2}/),r=e.match(/\d{1,2}[./-]\d{1,2}([./-]\d{2,4})?/);if(!t&&!r&&!n)return;if(r){const[t,n,r]=e.split(/[./-]/).map(Number);return r&&r<2015||!O(t,n-1,r||void 0)?void 0:`${r?r+"-":""}${String(n).padStart(2,"0")}-${String(t).padStart(2,"0")}`}const u=e.split(" "),o=t?u[0]:u[1],d=(t?u[1]:u[0]).toLowerCase(),a=c.findIndex(e=>e.startsWith(d));return-1!==a&&O(Number(o),a)?`${String(a+1).padStart(2,"0")}-${String(o).padStart(2,"0")}`:void 0}function C(e){return e+r.j/1e3}function E(e){return`${e[0].toLowerCase()}${e.slice(1)}`}function S(e){return`${e[0].toUpperCase()}${e.slice(1)}`}},function(e,t,n){"use strict";var r=n(0);t.a=()=>{const[,e]=Object(r.r)(!1);return Object(r.m)(()=>{e(e=>!e)},[])}},function(e,t,n){"use strict";var r=n(0),u=n(8),o=n(20),d=n(32);n(77);t.a=({ref:e,type:t="button",onClick:n,onContextMenu:c,onMouseDown:a,onMouseEnter:i,onMouseLeave:s,onFocus:f,children:l,size:b="default",color:h="primary",className:m,round:p,pill:g,fluid:y,isText:v,isLoading:I,ariaLabel:w,href:O,download:j,disabled:C,ripple:E,faded:S,tabIndex:M})=>{let A=Object(r.q)(null);e&&(A=e);const[k,T]=Object(r.r)(!1),P=Object(u.a)("Button",m,b,h,p&&"round",g&&"pill",y&&"fluid",C&&"disabled",v&&"text",I&&"loading",E&&"has-ripple",S&&"faded",k&&"clicked"),N=Object(r.m)(e=>{!C&&n&&n(e),T(!0),setTimeout(()=>{T(!1)},400)},[C,n]),D=Object(r.m)(e=>{e.preventDefault(),!C&&a&&a(e)},[a,C]);return O?r.a.createElement("a",{ref:A,className:P,href:O,title:w,download:j,tabIndex:M},l,!C&&E&&r.a.createElement(d.a,null)):r.a.createElement("button",{ref:A,type:t,className:P,onClick:N,onContextMenu:c,onMouseDown:D,onMouseEnter:i&&!C?i:void 0,onMouseLeave:s&&!C?s:void 0,onFocus:f&&!C?f:void 0,"aria-label":w,title:w,tabIndex:M},I?r.a.createElement("div",null,r.a.createElement("span",null,"Please wait.."),r.a.createElement(o.a,{color:v?"blue":"white"})):l,!C&&E&&r.a.createElement(d.a,null))}},function(e,t,n){"use strict";var r=n(0),u=n(8);n(80);t.a=e=>{const{icon:t,className:n,children:o,onClick:d,href:c,download:a,disabled:i,destructive:s,ariaLabel:f}=e,l=Object(r.m)(e=>{if(i||!d)return e.stopPropagation(),void e.preventDefault();d(e)},[i,d]),b=Object(r.m)(e=>{if(13===e.keyCode||32===e.keyCode)return i||!d?(e.stopPropagation(),void e.preventDefault()):void d(e)},[i,d]),h=Object(u.a)("MenuItem",n,i&&"disabled",s&&"destructive"),m=r.a.createElement(r.a.Fragment,null,t&&r.a.createElement("i",{className:"icon-"+t}),o);return c?r.a.createElement("a",{tabIndex:0,className:h,href:c,download:a,"aria-label":f,title:f},m):r.a.createElement("div",{role:"button",tabIndex:0,className:h,onClick:l,onKeyDown:b,"aria-label":f,title:f},m)}},function(e,t,n){"use strict";var r=n(0),u=n(9);n(76);t.a=()=>{const[e,t]=Object(r.r)([]),n=Object(r.p)(()=>Object(u.a)(()=>{t([])},700,!1),[]),o=Object(r.m)(r=>{if(0!==r.button)return;const u=r.currentTarget,o=u.getBoundingClientRect(),d=u.offsetWidth/2;t([...e,{x:r.clientX-o.x-d/2,y:r.clientY-o.y-d/2,size:d}]),requestAnimationFrame(()=>{n()})},[e,n]);return r.a.createElement("div",{className:"ripple-container",onMouseDown:o},e.map(({x:e,y:t,size:n})=>r.a.createElement("span",{style:`left: ${e}px; top: ${t}px; width: ${n}px; height: ${n}px;`})))}},function(e,t,n){"use strict";n.d(t,"a",(function(){return s})),n.d(t,"b",(function(){return f})),n.d(t,"c",(function(){return l}));var r=n(70),u=n.n(r),o=n(7),d=n(14),c=n(9);let a,i;const s="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=";async function f(e,t){for(b();!i.wasmReady;)await Object(c.e)(2e3);const{result:n,width:r,height:u}=await function(e,t){return new Promise(n=>{i.requests=i.requests||new Map,i.requests.set(e,n),i.postMessage({id:e,blob:t})})}(e,t);if(r&&u)return function({result:e,width:t,height:n}){a||(a=document.createElement("canvas"));return new Promise(r=>{const u=new ImageData(e,t,n);a.width=t,a.height=n;a.getContext("2d").putImageData(u,0,0),a.toBlob(e=>{r(null!=e?e:void 0)},"image/png",1)})}({result:n,width:r,height:u})}async function l(e,t){if(Object(o.o)()||"data:image/webp"!==t.substr(0,15))return t;b();const n=await f(e,Object(d.d)(t));if(!n)throw new Error("Can't convert webp to png. Url: "+t);return Object(d.a)(n)}function b(){i||(i=new u.a,i.wasmReady=!1,i.onmessage=h)}function h(e){const{id:t}=e.data;switch(e.data.type){case"initialized":i.wasmReady=!0;break;case"result":if(i.requests.has(t)){const n=i.requests.get(t);i.requests.delete(t),n(e.data)}}}},function(e,t,n){"use strict";n.d(t,"a",(function(){return b}));var r=n(0),u=n(15),o=n(1),d=n(7),c=n(64),a=n(8),i=n(65),s=n(52);const f=/^[\d\wа-яё]$/i,l=/(\*\*|__).+?\1/g;function b(e,t=["emoji"],n){return"string"!=typeof e?[e]:t.reduce((e,t)=>{switch(t){case"escape_html":return function(e){const t=document.createElement("div");return e.reduce((e,n)=>"string"!=typeof n?[...e,n]:(t.innerText=n,[...e,t.innerHTML]),[])}(e);case"hq_emoji":return u.a.lastIndex=0,h(e,"big","jsx");case"emoji":return u.a.lastIndex=0,h(e,"small","jsx");case"emoji_html":return u.a.lastIndex=0,h(e,"small","html");case"br":return m(e,"jsx");case"br_html":return m(e,"html");case"highlight":return o=e,d=n.highlight,o.reduce((e,t)=>{if("string"!=typeof t||!d)return[...e,t];const n=t.toLowerCase(),u=n.indexOf(d.toLowerCase()),o=n[u+d.length];if(u<0||o&&o.match(f))return[...e,t];const c=[];return c.push(t.substring(0,u)),c.push(r.a.createElement("span",{className:"matching-text-highlight"},t.substring(u,u+d.length))),c.push(t.substring(u+d.length)),[...e,...c]},[]);case"links":return function(e){return e.reduce((e,t)=>{if("string"!=typeof t)return[...e,t];const n=[...t.match(p)||[],...t.match(g)||[]];if(!n.length)return[...e,t];const u=[];let o=n.shift(),d=0;for(;o;){const e=t.indexOf(o,d);u.push(t.substring(d,e)),o.startsWith("@")?u.push(r.a.createElement(i.a,{username:o},o)):u.push(r.a.createElement(s.a,{text:o,url:o})),d=e+o.length,o=n.shift()}return u.push(t.substring(d)),[...e,...u]},[])}(e);case"simple_markdown":return y(e,"jsx");case"simple_markdown_html":return y(e,"html")}var o,d;return e},[e])}function h(e,t,n){return d.c?e:e.reduce((e,o)=>{if("string"!=typeof o)return[...e,o];const d=o.split(u.a),i=o.match(u.a)||[];return e.push(d[0]),i.reduce((e,o,i)=>{const s=Object(c.a)(Object(u.b)(o)),f=Object(a.a)("emoji","small"===t&&"emoji-small");"jsx"===n&&e.push(r.a.createElement("img",{className:f,src:`./img-apple-${"big"===t?"160":"64"}/${s}.png`,alt:o})),"html"===n&&e.push(`${o}`);const l=2*i+2;return d[l]&&e.push(d[l]),e},e)},[])}function m(e,t){return e.reduce((e,n)=>"string"!=typeof n?[...e,n]:[...e,...n.split(/\r\n|\r|\n/g).reduce((e,n,u,o)=>{const d=n.trimLeft(),c=n.length-d.length;return e.push(String.fromCharCode(160).repeat(c)+d),u!==o.length-1&&e.push("jsx"===t?r.a.createElement("br",null):"
"),e},[])],[])}const p=new RegExp(o.U,"ig"),g=/@[\w\d_-]+/gi;function y(e,t){return e.reduce((e,n)=>{if("string"!=typeof n)return[...e,n];const u=n.split(l),o=n.match(l)||[];return e.push(u[0]),o.reduce((e,n,o)=>{"jsx"===t?e.push(n.startsWith("**")?r.a.createElement("b",null,n.replace(/\*\*/g,"")):r.a.createElement("i",null,n.replace(/__/g,""))):e.push(n.startsWith("**")?`${n.replace(/\*\*/g,"")}`:`${n.replace(/__/g,"")}`);const d=2*o+2;return u[d]&&e.push(u[d]),e},e)},[])}},function(e,t,n){"use strict";var r=n(0);t.a=(e=!1)=>{const[t,n]=Object(r.r)(e);return[t,Object(r.m)(()=>{n(!0)},[]),Object(r.m)(()=>{n(!1)},[])]}},function(e,t,n){"use strict";n.d(t,"q",(function(){return o})),n.d(t,"G",(function(){return d})),n.d(t,"r",(function(){return c})),n.d(t,"F",(function(){return a})),n.d(t,"K",(function(){return i})),n.d(t,"c",(function(){return s})),n.d(t,"I",(function(){return f})),n.d(t,"H",(function(){return l})),n.d(t,"L",(function(){return m})),n.d(t,"v",(function(){return y})),n.d(t,"d",(function(){return v})),n.d(t,"b",(function(){return I})),n.d(t,"J",(function(){return w})),n.d(t,"cb",(function(){return O})),n.d(t,"i",(function(){return j})),n.d(t,"j",(function(){return C})),n.d(t,"T",(function(){return E})),n.d(t,"bb",(function(){return S})),n.d(t,"f",(function(){return A})),n.d(t,"x",(function(){return k})),n.d(t,"ib",(function(){return T})),n.d(t,"jb",(function(){return P})),n.d(t,"t",(function(){return N})),n.d(t,"N",(function(){return D})),n.d(t,"M",(function(){return L})),n.d(t,"l",(function(){return x})),n.d(t,"E",(function(){return R})),n.d(t,"m",(function(){return B})),n.d(t,"gb",(function(){return F})),n.d(t,"fb",(function(){return U})),n.d(t,"O",(function(){return _})),n.d(t,"p",(function(){return G})),n.d(t,"hb",(function(){return $})),n.d(t,"n",(function(){return W})),n.d(t,"w",(function(){return H})),n.d(t,"lb",(function(){return K})),n.d(t,"mb",(function(){return V})),n.d(t,"e",(function(){return q})),n.d(t,"db",(function(){return Y})),n.d(t,"k",(function(){return J})),n.d(t,"P",(function(){return Z})),n.d(t,"Q",(function(){return X})),n.d(t,"S",(function(){return ee})),n.d(t,"R",(function(){return te})),n.d(t,"W",(function(){return ue})),n.d(t,"s",(function(){return oe})),n.d(t,"X",(function(){return de})),n.d(t,"V",(function(){return ae})),n.d(t,"U",(function(){return ie})),n.d(t,"Z",(function(){return fe})),n.d(t,"Y",(function(){return le})),n.d(t,"u",(function(){return be})),n.d(t,"ab",(function(){return he})),n.d(t,"a",(function(){return me})),n.d(t,"o",(function(){return pe})),n.d(t,"kb",(function(){return ge})),n.d(t,"eb",(function(){return ye})),n.d(t,"C",(function(){return ve})),n.d(t,"A",(function(){return Ie})),n.d(t,"y",(function(){return we})),n.d(t,"D",(function(){return Oe})),n.d(t,"z",(function(){return je})),n.d(t,"B",(function(){return Ce})),n.d(t,"g",(function(){return Ee})),n.d(t,"h",(function(){return Se}));var r=n(1),u=n(3);function o(e,t,n){return{...e,chats:{...e.chats,listIds:{...e.chats.listIds,[t]:n}}}}function d(e,t,n){const{[t]:r}=e.chats.listIds,u=r&&r.length?n.filter(e=>!r.includes(e)):n;return r&&!u.length?e:o(e,t,[...r||[],...u])}function c(e,t){return{...e,chats:{...e.chats,byId:t}}}function a(e,t,n){const{byId:r}=e.chats,o=r[t],d=n.isMin&&o&&!o.isMin,a={...o,...d?Object(u.j)(n,["isMin","accessHash"]):n};return a.id&&a.type?c(e,{...r,[t]:a}):e}function i(e,t){return Object.keys(t).forEach(n=>{e=a(e,Number(n),t[Number(n)])}),e}function s(e,t){const{byId:n}=e.chats;return Object.keys(t).map(Number).forEach(r=>{(!n[r]||n[r].isMin&&!t[r].isMin)&&(e=a(e,r,t[r]))}),e}function f(e,t,n){const u=n===r.f?"archived":"active";let o=e.chats.listIds;return Object.keys(o).forEach(e=>{const n=o[e]||[];e!==u||n.includes(t)?e!==u&&n.includes(t)&&(o={...o,[e]:n.filter(e=>e!==t)}):o={...o,[e]:[...n,t]}}),e=a(e={...e,chats:{...e.chats,listIds:o}},t,{folderId:n||void 0})}function l(e,t,n){const r="active"===t?"all":"archived";return{...e,chats:{...e.chats,...n.orderedPinnedIds&&{orderedPinnedIds:{...e.chats.orderedPinnedIds,[t]:n.orderedPinnedIds}},totalCount:{...e.chats.totalCount,[r]:n.totalChatCount},isFullyLoaded:{...e.chats.isFullyLoaded,[t]:!1}}}}var b=n(5),h=n(6);function m(e,t,n=b.MAIN_THREAD_ID,r="thread"){return{...e,messages:{...e.messages,messageLists:t?[{chatId:t,threadId:n,type:r}]:void 0}}}function p(e,t,n){return g(e,t,{byId:n})}function g(e,t,n){const r=e.messages.byChatId[t]||{byId:{},threadsById:{}};return{...e,messages:{...e.messages,byChatId:{...e.messages.byChatId,[t]:{...r,...n}}}}}function y(e,t,n,r,u){return function(e,t,n,r){const u=e.messages.byChatId[t];return g(e,t,{threadsById:{...u&&u.threadsById,[n]:{...u&&u.threadsById[n],...r}}})}(e,t,n,{[r]:u})}function v(e,t){const n=t.reduce((e,t)=>(e[t.chatId]||(e[t.chatId]={}),e[t.chatId][t.id]=t,e),{});return Object.keys(n).map(Number).forEach(t=>{e=I(e,t,n[t])}),e}function I(e,t,n){const r=Object(h.m)(e,t);return r&&Object.keys(n).every(e=>Boolean(r[Number(e)]))?e:p(e,t,{...n,...r})}function w(e,t,n,r){const u=Object(h.m)(e,t)||{},o={...u[n],...r};return o.id?p(e,t,{...u,[n]:o}):e}function O(e,t,n,r){const u=Object(h.lb)(e,t)||{},o={...u[n],...r};return o.id?N(e,t,{...u,[n]:o},void 0):e}function j(e,t,n){const r=Object(h.m)(e,t);if(!r)return e;const o=Object.values(Object(u.m)(r,n)).filter(({forwardInfo:e})=>e&&e.isLinkedChannelPost),d=Object(u.j)(r,n);if(Object.keys(e.messages.byChatId[t].threadsById).map(Number).forEach(r=>{let u=Object(h.W)(e,t,r),o=Object(h.bb)(e,t,r),d=Object(h.Cb)(e,t,r),c=Object(h.eb)(e,t);n.forEach(e=>{u&&u.includes(e)&&(u=u.filter(t=>t!==e)),o&&o.includes(e)&&(o=o.filter(t=>t!==e)),d&&d.includes(e)&&(d=d.filter(t=>t!==e)),c&&c.includes(e)&&(c=c.filter(t=>t!==e))}),e=y(e,t,r,"listedIds",u),e=y(e,t,r,"outlyingIds",o),e=y(e,t,r,"viewportIds",d),e=y(e,t,r,"pinnedIds",c)}),o.length){const n=Object(h.x)(e),r=n&&n.chatId===t&&"thread"===n.type,u=n&&n.threadId;o.forEach(n=>{const{fromChatId:o,fromMessageId:d}=n.forwardInfo,c=Object(h.k)(e,o,d);r&&u===d&&(e=m(e,t)),c&&(e=w(e,o,d,{threadInfo:void 0}))})}return e=p(e,t,d)}function C(e,t,n){const r=Object(h.lb)(e,t);if(!r)return e;const o=Object(u.j)(r,n);let d=Object(h.jb)(e,t);return d&&(n.forEach(e=>{d.includes(e)&&(d=d.filter(t=>t!==e))}),e=y(e,t,b.MAIN_THREAD_ID,"scheduledIds",d)),e=N(e,t,o,void 0)}function E(e,t,n,r){const u=Object(h.W)(e,t,n),o=u&&u.length?r.filter(e=>!u.includes(e)):r;return u&&!o.length?e:y(e,t,n,"listedIds",M([...u||[],...o]))}function S(e,t,n,r){const u=Object(h.bb)(e,t,n),o=u&&u.length?r.filter(e=>!u.includes(e)):r;return u&&!o.length?e:y(e,t,n,"outlyingIds",M([...u||[],...o]))}function M(e){return e.sort((e,t)=>e-t)}function A(e,t,n,u){const o=Object(h.Cb)(e,t,n)||[];if(o.includes(u))return e;return y(e,t,n,"viewportIds",M([...o.length{e=T(e,t.chatId,t.threadId,t)}),e}function N(e,t,n,r){return function(e,t,n){const r=e.scheduledMessages.byChatId[t]||{byId:{},hash:0};return{...e,scheduledMessages:{byChatId:{...e.scheduledMessages.byChatId,[t]:{...r,...n}}}}}(e,t,{byId:n,hash:r})}function D(e,t,n,r=!1){return{...e,focusedMessage:{...e.focusedMessage,chatId:t,messageId:n,noHighlight:r}}}function L(e,t){return{...e,focusedMessage:{...e.focusedMessage,direction:t}}}function x(e,t,n){return{...e,selectedMessages:{chatId:t,messageIds:n?Array.prototype.concat([],n):[]}}}function R(e,t,n,r,o,d,c,a=!1){const{selectedMessages:i}=e;d&&(c=Object(h.Y)(e,t,d));const s=c||[o];if(!i)return x(e,t,s);const{messageIds:f}=i;let l;const b=s.filter(e=>!f.includes(e));if(b&&!b.length)l=f.filter(e=>!s.includes(e));else if(a&&f.length){const d=Object(h.w)(e,t,n,r),c=d.indexOf(f[f.length-1]),a=d.indexOf(o),i=Math.min(c,a),s=Math.max(c,a),b=d.slice(i,s+1);l=Object(u.o)([...f,...b])}else l=[...f,...b];return l.length?{...e,selectedMessages:{...i,messageIds:l}}:B(e)}function B(e){return{...e,selectedMessages:void 0}}function F(e,t,n,r,o){const d=r.map(t=>{const n=e.stickers.setsById[t.id];return n?{...n,...t}:t});return{...e,stickers:{...e.stickers,setsById:{...e.stickers.setsById,...Object(u.c)(d,"id")},[t]:{...e.stickers[t],hash:n,..."search"===t?{resultIds:o}:{setIds:r.map(({id:e})=>e)}}}}}function U(e,t,n){const r=e.stickers.setsById[t]||{};return{...e,stickers:{...e.stickers,setsById:{...e.stickers.setsById,[t]:{...r,...n}}}}}function _(e,t,n,r){const{results:u}=e.gifs.search;let o;if(t||!u)o=n;else{const e=new Set(u.map(e=>e.id));o=[...u,...n.filter(t=>!e.has(t.id))]}return{...e,gifs:{...e.gifs,search:{...e.gifs.search,offset:r,results:o}}}}function G(e,t){return{...e,animatedEmojis:t}}function $(e,t,n,r){const o=[...Object(h.tb)(e,t),...n||[]],d=Object(u.o)(o.map(({id:e})=>e)),c=Object(u.c)(o,"id"),a=d.map(e=>c[e]);return{...e,stickers:{...e.stickers,forEmoji:{emoji:t,stickers:a,hash:r}}}}function W(e){const{emoji:t,stickers:n,hash:r}=e.stickers.forEmoji||{};return t?$(e,t,n,r):e}var z=n(43);function H(e,t){return{...e,users:{...e.users,byId:t}}}function K(e,t,n){const{byId:r}=e.users,{hash:o,userIds:d}=e.contactList||{},c=r[t],a=n.isMin&&c&&!c.isMin,i={...c,...a?Object(u.j)(n,["isMin","accessHash"]):n};return i.id&&i.type?(i.isContact&&d&&!d.includes(t)&&(e={...e,contactList:{hash:o||0,userIds:[t,...d]}}),H(e,{...r,[t]:i})):e}function V(e,t){return Object.keys(t).map(Number).forEach(n=>{e=K(e,n,t[n])}),e}function q(e,t){const{byId:n}=e.users;return Object.keys(t).map(Number).forEach(r=>{(!n[r]||n[r].isMin&&!t[r].isMin)&&(e=K(e,r,t[r]))}),e}function Y(e,t){return e.users.selectedId===t?e:{...e,users:{...e.users,selectedId:t}}}function J(e,t){const{byId:n}=e.users,{hash:r,userIds:u}=e.contactList||{};return delete n[t],H(e={...e,contactList:{hash:r||0,userIds:u?u.filter(e=>e!==t):z.a}},n)}const Q=e=>`${e.chatId}_${e.id}`;function Z(e,t){return{...e,globalSearch:{...e.globalSearch,...t}}}function X(e,t){return Z(e,{currentContent:t})}function ee(e,t,n,r,o){const{resultsByType:d}=e.globalSearch||{},c=t.reduce((e,t)=>(e[Q(t)]=t,e),{}),a=d&&d[r]?d[r].foundIds:void 0;if(void 0!==a&&Object.keys(c).every(e=>a.includes(Q(c[e]))))return te(e,{messages:!1});const i=a||[],s=t.map(e=>Q(e)),f=Array.prototype.concat(i,s),l=Object(u.a)(i,f)?i:f;return Z(e=te(e,{messages:!1}),{resultsByType:{...(e.globalSearch||{}).resultsByType,[r]:{totalCount:n,nextOffsetId:o,foundIds:l}}})}function te(e,t){return Z(e,{fetchingStatus:{...e.globalSearch.fetchingStatus,...t}})}var ne=n(4);function re(e,t,n){return{...e,localTextSearch:{byChatThreadKey:{...e.localTextSearch.byChatThreadKey,[t]:n}}}}function ue(e,t,n,r,u){const o=Object(ne.a)(t,n);return re(e,o,{...e.localTextSearch.byChatThreadKey[o],isActive:r,query:u})}function oe(e,t,n,r,u,o){const d=Object(ne.a)(t,n);return re(e,d,{...e.localTextSearch.byChatThreadKey[d],results:{foundIds:r,totalCount:u,nextOffsetId:o}})}function de(e,t,n,r,o,d){const c=Object(ne.a)(t,n),{results:a}=e.localTextSearch.byChatThreadKey[c]||{},i=a&&a.foundIds||[],s=se(Object(u.o)(Array.prototype.concat(i,r)));return oe(e,t,n,Object(u.a)(i,s)?i:s,o,d)}function ce(e,t,n){return{...e,localMediaSearch:{byChatId:{...e.localMediaSearch.byChatId,[t]:n}}}}function ae(e,t,n){return ce(e,t,{...e.localMediaSearch.byChatId[t],currentType:n})}function ie(e,t,n,r,o,d){const{resultsByType:c}=e.localMediaSearch.byChatId[t]||{},a=c&&c[n]?c[n].foundIds:[],i=se(Object(u.o)(Array.prototype.concat(a,r)));return function(e,t,n,r,u,o){return ce(e,t,{...e.localMediaSearch.byChatId[t],resultsByType:{...(e.localMediaSearch.byChatId[t]||{}).resultsByType,[n]:{foundIds:r,totalCount:u,nextOffsetId:o}}})}(e,t,n,Object(u.a)(a,i)?a:i,o,d)}function se(e){return e.sort((e,t)=>e-t)}function fe(e,t){return{...e,management:{...e.management,progress:t}}}function le(e,t,n){return{...e,management:{...e.management,byChatId:{...e.management.byChatId,[t]:{...e.management.byChatId[t]||{},...n}}}}}function be(e,t){return{...e,settings:{...e.settings,byKey:{...e.settings.byKey,...t}}}}function he(e,t,n,r){switch(t){case"contact":return be(e,{...void 0!==n&&{hasPrivateChatsNotifications:!n},...void 0!==r&&{hasPrivateChatsMessagePreview:r}});case"group":return be(e,{...void 0!==n&&{hasGroupNotifications:!n},...void 0!==r&&{hasGroupMessagePreview:r}});case"broadcast":return be(e,{...void 0!==n&&{hasBroadcastNotifications:!n},...void 0!==r&&{hasBroadcastMessagePreview:r}});default:return}}function me(e,t){return{...e,blocked:{...e.blocked,ids:[t,...e.blocked.ids],totalCount:e.blocked.totalCount+1}}}function pe(e,t){return{...e,blocked:{...e.blocked,ids:e.blocked.ids.filter(e=>e!==t),totalCount:e.blocked.totalCount-1}}}function ge(e,t){return{...e,twoFaSettings:{...e.twoFaSettings,...t}}}function ye(e,t){return{...e,payment:{...e.payment,shippingOptions:t}}}function ve(e,t){return{...e,payment:{...e.payment,formId:t}}}function Ie(e,t){return{...e,payment:{...e.payment,step:t}}}function we(e,t){if(!t.content||!t.content.invoice)return e;const{title:n,text:r,description:u,photoUrl:o}=t.content.invoice;return{...e,payment:{...e.payment,invoiceContent:{title:n,text:r,description:u,photoUrl:o}}}}function Oe(e,t){return{...e,payment:{...e.payment,stripeCredentials:{...t}}}}function je(e,t){return{...e,payment:{...e.payment,...t}}}function Ce(e,t,n){if(!t||!n)return{...e,payment:{...e.payment,receipt:void 0}};const{invoice:r}=n.content,{photoUrl:u,text:o,title:d}=r||{};return{...e,payment:{...e.payment,receipt:{...t,photoUrl:u,text:o,title:d}}}}function Ee(e){return{...e,payment:{}}}function Se(e){return{...e,payment:{...e.payment,isPaymentModalOpen:!1}}}},function(e,t,n){"use strict";var r=n(0);t.a=function(e,t){const n=Object(r.q)(),{current:u}=n;return t&&void 0===e||(n.current=e),u}},function(e,t,n){"use strict";var r=n(0),u=n(8);t.a=Object(r.h)(({ref:e,id:t,className:n,value:o,label:d,error:c,success:a,disabled:i,readOnly:s,placeholder:f,autoComplete:l,inputMode:b,maxLength:h,onChange:m,onInput:p,onKeyPress:g,onKeyDown:y,onBlur:v})=>{const I=c||a||d,w=Object(u.a)("input-group",o&&"touched",c?"error":a&&"success",i&&"disabled",s&&"disabled",I&&"with-label",n);return r.a.createElement("div",{className:w},r.a.createElement("input",{ref:e,className:"form-control",type:"text",id:t,value:o||"",placeholder:f,maxLength:h,autoComplete:l,inputMode:b,disabled:i,readOnly:s,onChange:m,onInput:p,onKeyPress:g,onKeyDown:y,onBlur:v}),I&&r.a.createElement("label",{htmlFor:t},I))})},function(e,t,n){"use strict";var r=n(0),u=n(8),o=n(20);n(82);t.a=Object(r.h)(({id:e,name:t,value:n,label:d,subLabel:c,checked:a,disabled:i,round:s,blocking:f,isLoading:l,onChange:b,onCheck:h})=>{const m=Object(r.m)(e=>{b&&b(e),h&&h(e.currentTarget.checked)},[b,h]),p=Object(u.a)("Checkbox",i&&"disabled",s&&"round",l&&"loading",f&&"blocking");return r.a.createElement("label",{className:p},r.a.createElement("input",{type:"checkbox",id:e,name:t,value:n,checked:a,disabled:i,onChange:m}),r.a.createElement("div",{className:"Checkbox-main"},r.a.createElement("span",{className:"label"},d),c&&r.a.createElement("span",{className:"subLabel"},c)),l&&r.a.createElement(o.a,null))})},function(e,t,n){"use strict";n.d(t,"g",(function(){return r})),n.d(t,"f",(function(){return u})),n.d(t,"B",(function(){return o})),n.d(t,"i",(function(){return d})),n.d(t,"h",(function(){return c})),n.d(t,"r",(function(){return a})),n.d(t,"v",(function(){return i})),n.d(t,"s",(function(){return s})),n.d(t,"t",(function(){return f})),n.d(t,"u",(function(){return l})),n.d(t,"q",(function(){return b})),n.d(t,"e",(function(){return h})),n.d(t,"b",(function(){return m})),n.d(t,"c",(function(){return p})),n.d(t,"d",(function(){return g})),n.d(t,"E",(function(){return y})),n.d(t,"F",(function(){return v})),n.d(t,"G",(function(){return I})),n.d(t,"l",(function(){return w})),n.d(t,"n",(function(){return O})),n.d(t,"m",(function(){return j})),n.d(t,"k",(function(){return C})),n.d(t,"o",(function(){return E})),n.d(t,"J",(function(){return S})),n.d(t,"H",(function(){return M})),n.d(t,"I",(function(){return A})),n.d(t,"p",(function(){return k})),n.d(t,"C",(function(){return T})),n.d(t,"D",(function(){return P})),n.d(t,"j",(function(){return N})),n.d(t,"A",(function(){return D})),n.d(t,"z",(function(){return L})),n.d(t,"x",(function(){return x})),n.d(t,"y",(function(){return R})),n.d(t,"w",(function(){return B})),n.d(t,"a",(function(){return F}));const r=window.devicePixelRatio||1,u={begin:.8,end:1},o=300,d=500,c=10,a=320,i=15,s=2,f=.45,l=10,b=.5,h=20,m="300 10px Helvetica, Arial, sans-serif",p=45,g=50,y=30,v=1,I=.1,w=40,O=10,j=1,C=8,E=4,S=o,M=.1,A=.5,k=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],T=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],P=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],N=864e5,D=200,L=4,x=1e3,R=1,B=.5,F=["begin 200 fast","end 200 fast","labelFromIndex 200 fast floor","labelToIndex 200 fast ceil","xAxisScale 400","yMinViewport","yMaxViewport","yMinViewportSecond","yMaxViewportSecond","yMinMinimap","yMaxMinimap","yMinMinimapSecond","yMaxMinimapSecond","yAxisScale","yAxisScaleSecond"]},function(e,t,n){"use strict";n.d(t,"a",(function(){return u}));var r=n(49);function u(e){return Object(r.a)({onEsc:e})}},function(e,t,n){"use strict";n.d(t,"b",(function(){return d}));var r=n(0);let u,o=!1;const d=e=>{document.dispatchEvent(new Event("tt-event-heavy-animation-start")),o=!0,u&&(clearTimeout(u),u=void 0),u=window.setTimeout(()=>{o=!1,document.dispatchEvent(new Event("tt-event-heavy-animation-end")),u=void 0},e)};t.a=(e,t)=>{Object(r.n)(()=>(o&&e(),document.addEventListener("tt-event-heavy-animation-start",e),document.addEventListener("tt-event-heavy-animation-end",t),()=>{document.removeEventListener("tt-event-heavy-animation-end",t),document.removeEventListener("tt-event-heavy-animation-start",e)}),[t,e])}},function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));const r=[]},function(e,t,n){"use strict";function r(e){return String(e).replace(/\d(?=(\d{3})+$)/g,"$& ")}function u(e){return".0"===String(e.toFixed(1)).substr(-2)?Math.round(e):e.toFixed(1).replace(".",",")}function o(e){return e<1e3?e:e<1e6?u(e/1e3)+"K":u(e/1e6)+"M"}function d(e,t=2){return e.replace(/[.,!@#$%^&*()_+=\-`~[\]/\\{}:"|<>?]+/gi,"").trim().split(/\s+/).slice(0,t).map(e=>e.length&&e.match(/./u)[0].toUpperCase()).join("")}n.d(t,"a",(function(){return r})),n.d(t,"b",(function(){return o})),n.d(t,"c",(function(){return d}))},function(e,t,n){"use strict";n.d(t,"a",(function(){return u}));const r=/[^\wа-яё]+/;function u(e,t){if(!e||!t)return!1;const n=e.toLowerCase().split(r);return t.toLowerCase().split(r).every(e=>n.some(t=>t.startsWith(e)))}},function(e,t,n){"use strict";var r=n(0),u=n(27),o=n(66),d=n(51),c=n(41),a=n(8),i=n(42);n(78);t.a=({ref:e,containerRef:t,isOpen:n,className:s,style:f,children:l,positionX:b="left",positionY:h="top",autoClose:m=!1,noCloseOnBackdrop:p=!1,onCloseAnimationEnd:g,onClose:y,onMouseEnter:v,onMouseLeave:I})=>{let w=Object(r.q)(null);e&&(w=e);const O=t||w,{transitionClassNames:j}=Object(u.a)(n,g);Object(r.n)(()=>n&&y?Object(c.a)(y):void 0,[n,y]),Object(d.a)(([e])=>{void 0!==e&&Object(i.b)(200)},[n]);const C=((e,t,n)=>{const[u,o]=Object(r.r)(-1);Object(r.n)(()=>{o(-1)},[t]);return Object(r.m)(t=>{const r=e.current;if(!r)return;if(13===t.keyCode&&n)return void n();if(38!==t.keyCode&&40!==t.keyCode)return;const d=document.activeElement,c=Array.from(r.children);let a=d&&c.indexOf(d)||u;if(38===t.keyCode&&a>0)a--;else if(40===t.keyCode&&a{const n=new Uint8Array(t);let r=new s.a,u=new l.a;r.onmessage=e=>{null===e.data?u.postMessage({command:"done"}):u.postMessage({command:"encode",buffers:e.data},e.data.map(({buffer:e})=>e))},u.onmessage=t=>{"page"===t.data.message&&(e(new Blob([t.data.page],{type:"audio/wav"})),r.terminate(),r=void 0,u.terminate(),u=void 0)},u.postMessage({command:"init",wavBitDepth:16,wavSampleRate:48e3}),r.postMessage({command:"init",decoderSampleRate:48e3,outputBufferSampleRate:48e3}),r.postMessage({command:"decode",pages:n},[n.buffer])})}var h=n(33);const m={[r.ApiMediaFormat.DataUri]:d.a.Text,[r.ApiMediaFormat.BlobUrl]:d.a.Blob,[r.ApiMediaFormat.Lottie]:d.a.Json,[r.ApiMediaFormat.Progressive]:void 0,[r.ApiMediaFormat.Stream]:void 0},p=new Map,g=new Map;function y(e,t,n){if(t===r.ApiMediaFormat.Progressive)return a.h?function(e){const t="./progressive/"+e;return p.set(e,t),Promise.resolve(t)}(e):y(e,r.ApiMediaFormat.BlobUrl,n);if(!g.has(e)){const i=async function(e,t,n){if(!u.E){const n=e.startsWith("avatar")?u.G:u.F,r=await d.c(n,e,m[t]);if(r){let t=r;if("audio/ogg"!==r.type||a.g||(t=await b(t)),"image/webp"===r.type&&!Object(a.o)()&&t){const n=await Object(h.b)(e,t);n&&(t=n)}const n=w(t);return p.set(e,n),n}}if(t===r.ApiMediaFormat.Stream){const r=new MediaSource,u=URL.createObjectURL(r);let d=!1;return r.addEventListener("sourceopen",()=>{if(d)return;d=!0;const u=r.addSourceBuffer("audio/mpeg");Object(o.a)("downloadMedia",{url:e,mediaFormat:t},(e,t)=>{n&&n(e),1===e&&r.endOfStream(),t&&u.appendBuffer(t)})}),p.set(e,u),u}const i=await Object(o.a)("downloadMedia",{url:e,mediaFormat:t},n);if(!i)throw new Error("Failed to fetch media");let{prepared:s,mimeType:f}=i;if("audio/ogg"===f&&!a.g){const e=await Object(c.e)(s);URL.revokeObjectURL(s);const t=await b(e);s=w(t),f=e.type}if("image/webp"===f&&!Object(a.o)()){const t=await Object(c.e)(s);URL.revokeObjectURL(s);const n=await Object(h.b)(e,t);n&&(s=w(n),f=t.type)}return p.set(e,s),s}(e,t,n).catch(e=>{u.l&&console.warn(e)}).finally(()=>{g.delete(e)});g.set(e,i)}return g.get(e)}function v(e){return p.get(e)}function I(e){Object(o.b)(e)}function w(e){return e instanceof Blob?URL.createObjectURL(e):e}a.h&&navigator.serviceWorker.addEventListener("message",async e=>{const{type:t,messageId:n,params:u}=e.data;if("requestPart"!==t)return;const d=await Object(o.a)("downloadMedia",{mediaFormat:r.ApiMediaFormat.Progressive,...u});if(!d)return;const{arrayBuffer:c,mimeType:a,fullSize:i}=d;navigator.serviceWorker.controller.postMessage({type:"partResponse",messageId:n,result:{arrayBuffer:c,mimeType:a,fullSize:i}},[c])})},function(e,t,n){"use strict";n.d(t,"b",(function(){return o}));var r=n(9);let u=o();function o(){const e=.01*window.innerHeight;return document.documentElement.style.setProperty("--vh",e+"px"),{width:window.innerWidth,height:window.innerHeight}}const d=Object(r.g)(()=>{u=o()},250,!0);window.addEventListener("resize",d),window.addEventListener("orientationchange",d),t.a={get:()=>u}},function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));const r={Enter:"onEnter",Backspace:"onBackspace",Delete:"onDelete",Esc:"onEsc",Escape:"onEsc",ArrowUp:"onUp",ArrowDown:"onDown",Tab:"onTab"},u={onEnter:[],onDelete:[],onBackspace:[],onEsc:[],onUp:[],onDown:[],onTab:[]};function o(e){return d()||document.addEventListener("keydown",c,!0),Object.keys(e).forEach(t=>{const n=e[t];if(!n)return;const r=u[t];r&&r.push(n)}),()=>{!function(e){Object.keys(e).forEach(t=>{const n=e[t],r=u[t];if(r){const e=r.findIndex(e=>e===n);-1!==e&&r.splice(e,1)}}),d()||document.removeEventListener("keydown",c,!1)}(e)}}function d(){return Object.values(u).some(e=>Boolean(e.length))}function c(e){const t=r[e.key];if(!t)return;const{length:n}=u[t];if(!n)return;e.stopPropagation();(0,u[t][n-1])(e)}},function(e,t,n){"use strict";var r=n(0),u=n(46);n(79);t.a=e=>{const{trigger:t,className:n,children:o,positionX:d="left",positionY:c="top"}=e,a=Object(r.q)(null),i=Object(r.q)(null),[s,f]=Object(r.r)(!1);return r.a.createElement("div",{ref:i,className:"DropdownMenu "+(n||""),onKeyDown:e=>{const t=a.current;if(!s||40!==e.keyCode||!t)return;const n=document.activeElement,r=Array.from(t.children);n&&-1!==r.indexOf(n)||r[0].focus()}},t({onTrigger:()=>{f(!s)},isOpen:s}),r.a.createElement(u.a,{ref:a,containerRef:i,isOpen:s,className:n||"",positionX:d,positionY:c,autoClose:!0,onClose:()=>{f(!1)}},o))}},function(e,t,n){"use strict";var r=n(0),u=n(37);t.a=(e,t)=>{const n=Object(u.a)(t);return Object(r.n)(()=>e(n||[]),t)}},function(e,t,n){"use strict";var r=n(0),u=n(2);const o=e=>{const t=[];let n=0;const r=e.length;let u;for(;n65535&&(u-=65536,t.push(String.fromCharCode(u>>>10&1023|55296)),u=56320|1023&u),t.push(String.fromCharCode(u))}return t.join("")};function d(e,t,n){let r;for(e=n?Math.floor(e/700):e>>1,e+=Math.floor(e/t),r=0;e>455;r+=36)e=Math.floor(e/35);return Math.floor(r+36*e/(e+38))}function c(e,t){const n=[],r=[],u=e.length;let c,a,i,s,f,l,b,h,m,p,g,y,v;for(c=128,i=0,s=72,f=e.lastIndexOf("-"),f<0&&(f=0),l=0;l=128)throw new RangeError("Illegal input >= 0x80");n.push(e.charCodeAt(l))}for(b=f>0?f+1:0;b=u)throw RangeError("punycode_bad_input(1)");if(g=(I=e.charCodeAt(b++))-48<10?I-22:I-65<26?I-65:I-97<26?I-97:36,g>=36)throw RangeError("punycode_bad_input(2)");if(g>Math.floor((2147483647-i)/m))throw RangeError("punycode_overflow(1)");if(i+=g*m,y=p<=s?1:p>=s+26?26:p-s,gMath.floor(2147483647/(36-y)))throw RangeError("punycode_overflow(2)");m*=36-y}if(a=n.length+1,s=d(i-h,a,0===h),Math.floor(i/a)>2147483647-c)throw RangeError("punycode_overflow(3)");c+=Math.floor(i/a),i%=a,t&&r.splice(i,0,e.charCodeAt(b-1)-65<26),n.splice(i,0,c),i++}var I;if(t)for(i=0,v=n.length;iObject(s.l)(t,["openTelegramLink"]))(({url:e,text:t,className:n,children:u,openTelegramLink:o})=>{const d=Object(r.m)(t=>!(!(t.ctrlKey||t.altKey||t.shiftKey||t.metaKey)&&e&&e.match(i.V))||(t.preventDefault(),o({url:e}),!1),[o,e]);if(!e)return;const c=Object(f.a)(n||"text-entity-link",t.length>50&&"long-word-break-all");return r.a.createElement("a",{href:l(e),title:b(e),target:"_blank",rel:"noopener noreferrer",className:c,onClick:d},u||t)}))},function(e,t,n){"use strict";n.d(t,"e",(function(){return r})),n.d(t,"b",(function(){return u})),n.d(t,"d",(function(){return o})),n.d(t,"a",(function(){return d})),n.d(t,"c",(function(){return c}));function r(e){return e>536870912?(e/1073741824).toFixed(1)+" GB":e>524288?(e/1048576).toFixed(1)+" MB":(e/1024).toFixed(1)+" KB"}function u(e){const{fileName:t,mimeType:n}=e;return o(t,n)}function o(e,t){return e&&-1!==e.indexOf(".")?e.split(".").pop():t.split("/").pop()}function d(e){switch(e){case"apk":case"xls":case"xlsx":return"green";case"zip":case"rar":case"7z":case"tar":case"gz":case"ppt":case"pptx":return"orange";case"pdf":case"xps":return"red";default:return"default"}}function c(e){return Boolean(e.previewBlobUrl||e.thumbnail)}},function(e,t,n){"use strict";n.d(t,"b",(function(){return u})),n.d(t,"a",(function(){return d}));const r={missing_payment_information:{field:"cardNumber",fieldError:"Incorrect card number"},invalid_number:{field:"cardNumber",fieldError:"Incorrect card number"},number:{field:"cardNumber",fieldError:"Incorrect card number"},exp_year:{field:"expiry",fieldError:"Incorrect year"},exp_month:{field:"expiry",fieldError:"Incorrect month"},invalid_expiry_year:{field:"expiry",fieldError:"Incorrect year"},invalid_expiry_month:{field:"expiry",fieldError:"Incorrect month"},cvc:{field:"cvv",fieldError:"Incorrect CVV"},invalid_cvc:{field:"cvv",fieldError:"Incorrect CVV"}};function u(e){const{message:t,code:n,param:u}=e,{field:o,fieldError:d,description:c}=u?r[u]:r[n];return{field:o,fieldError:d,description:c||t}}const o={ADDRESS_STREET_LINE1_INVALID:{field:"streetLine1",fieldError:"Incorrect street address"},ADDRESS_STREET_LINE2_INVALID:{field:"streetLine2",fieldError:"Incorrect street address"},ADDRESS_CITY_INVALID:{field:"city",fieldError:"Incorrect city"},ADDRESS_COUNTRY_INVALID:{field:"countryIso2",fieldError:"Incorrect country"},ADDRESS_POSTCODE_INVALID:{field:"postCode",fieldError:"Incorrect post code"},ADDRESS_STATE_INVALID:{field:"state",fieldError:"Incorrect state"},REQ_INFO_NAME_INVALID:{field:"fullName",fieldError:"Incorrect name"},REQ_INFO_PHONE_INVALID:{field:"phone",fieldError:"Incorrect phone"},REQ_INFO_EMAIL_INVALID:{field:"email",fieldError:"Incorrect email"}};function d(e){return Object.values(e).reduce((e,t)=>{const n=o[t.message];return n&&(e={...e,[n.field]:n.fieldError}),e},{})}},function(e,t,n){"use strict";var r=n(0),u=n(22),o=n(1),d=n(26);const c=new Set(["key","ref","teactFastList","teactOrderKey"]),a={autoPlay:"autoplay",autoComplete:"autocomplete"},i={};function s(e,t,n,u,d,{skipComponentUpdate:c=!1,forceIndex:a=!1,fragment:i,moveDirection:g}={}){if(!c&&t&&n&&Object(r.d)(t)&&Object(r.d)(n)&&!Object(r.c)(t,n)&&(n=function(e,t){return e.componentInstance.props=t.componentInstance.props,Object(r.j)(e.componentInstance)}(t,n)),!c&&n&&Object(r.d)(n)&&n.componentInstance.isMounted&&l(n,u,d,e),t===n)return n;if(!t&&n){Object(r.d)(n)&&(n=f(n,u,d,e));const t=b(n);Object(r.k)(n,t),a&&e.childNodes[d]?e.insertBefore(t,e.childNodes[d]):(i||e).appendChild(t)}else if(t&&!n)e.removeChild(Object(r.b)(t)),Object(r.l)(t);else if(t&&n)if(Object(r.c)(t,n)){Object(r.d)(n)&&(n=f(n,u,d,e));const o=b(n);Object(r.k)(n,o),e.replaceChild(o,Object(r.b)(t)),Object(r.l)(t)}else{const u=Object(r.d)(t)&&Object(r.d)(n);if(u||Object(r.k)(n,Object(r.b)(t)),Object(r.f)(t)&&Object(r.f)(n)){if(g){const n=Object(r.b)(t),u=e.childNodes["up"===g?d:d+1];u?e.insertBefore(n,u):(i||e).appendChild(n)}u||function(e,t,n){const r=Object.keys(e.props),u=Object.keys(t.props);r.forEach(r=>{void 0!==e.props[r]&&void 0===t.props[r]&&p(n,r,e.props[r])}),u.forEach(r=>{void 0!==t.props[r]&&e.props[r]!==t.props[r]&&(void 0===e.props[r]?m(n,r,t.props[r]):function(e,t,n,r){"value"===t?e.value=void 0!==r?r:"":(p(e,t,n),m(e,t,r))}(n,r,e.props[r],t.props[r]))})}(t,n,Object(r.b)(t)),n.children=function(e,t,n){if(t.props.teactFastList)return function(e,t,n){const u=new Set(t.children.map(e=>{const t="props"in e&&e.props.key;return o.l&&Object(r.f)(e)&&!t&&console.warn("Missing `key` in `teactFastList`"),t}));let d=0;const c=e.children.reduce((e,r,o)=>{let c="props"in r?r.props.key:void 0;if(c&&!u.has(c))return s(n,r,void 0,t,-1),e;if(!c){const u=t.children[o],d=u&&"props"in u?u.props.key:void 0;if(!u||d)return s(n,r,void 0,t,-1),e;c="__indexKey#"+o}return e[c]={$element:r,index:d++,order:"props"in r?r.props.teactOrderKey:void 0},e},{});let a,i,f=[],l=0;t.children.forEach((e,r)=>{const u="props"in e?e.props.key:"__indexKey#"+r,o=c[u];if(!o)return a||(a=[],i=r),void a.push(e);a&&(f=f.concat(h(a,i,n,t)),i=void 0,a=void 0);const d="props"in e?e.props.teactOrderKey:void 0,b=o.index!==l&&o.order!==d,m=b&&l>o.index;b&&!m||l++,f.push(s(n,o.$element,e,t,r,{forceIndex:!0,...b&&{moveDirection:m?"down":"up"}}))}),a&&(f=f.concat(h(a,i,n,t)));return f}(e,t,n);const u=Math.max(e.children.length,t.children.length),d=[],c=t.children.length>e.children.length+1?document.createDocumentFragment():void 0;for(let r=0;r=e.children.length?{fragment:c}:void 0);u&&d.push(u)}c&&n.appendChild(c);return d}(t,n,u?e:Object(r.b)(t))}}return n}function f(e,t,n,u){if(!Object(r.d)(e))return e;const{componentInstance:o}=e;if(!o.isMounted){l(e=Object(r.i)(o),t,n,u);const d=e.children[0];Object(r.d)(d)&&(e.children=[f(d,e,0,u)]),o.isMounted=!0}return e}function l(e,t,n,r){const{componentInstance:u}=e;u.onUpdate=()=>{t.children[n]=s(r,t.children[n],u.$element,t,n,{skipComponentUpdate:!0})}}function b(e){if(Object(r.e)(e))return document.createTextNode("");if(Object(r.g)(e))return document.createTextNode(e.value);if(Object(r.d)(e))return b(e.children[0]);const{tag:t,props:n,children:u=[]}=e,o=document.createElement(t);return"object"==typeof n.ref&&(n.ref.current=o),Object.keys(n).forEach(e=>{m(o,e,n[e])}),e.children=u.map((t,n)=>s(o,void 0,t,e,n)),o}function h(e,t,n,r){if(1===e.length)return[s(n,void 0,e[0],r,t,{forceIndex:!0})];if(e.length>1){const u=document.createDocumentFragment(),o=e.map(e=>s(n,void 0,e,r,t,{fragment:u}));return n.childNodes[t]?n.insertBefore(u,n.childNodes[t]):n.appendChild(u),o}throw new Error("Unexpected input")}function m(e,t,n){void 0!==n&&("className"===t?e.className=n:"value"===t?e.value=n:"style"===t?e.style.cssText=n:t.startsWith("on")?Object(d.a)(e,t,n):t.startsWith("data-")?e.setAttribute(t,n):c.has(t)||(e[a[t]||t]=n))}function p(e,t,n){"className"===t?e.className="":"value"===t?e.value="":"style"===t?e.style.cssText="":t.startsWith("on")?Object(d.c)(e,t,n):t.startsWith("data-")?e.removeAttribute(t):c.has(t)||delete e[a[t]||t]}t.a={render:function(e,t){if(!t)return;let n=t.getAttribute("data-teact-head-id");n||(n=Object(u.a)(i),i[n]={children:[]},t.setAttribute("data-teact-head-id",n));const r=i[n];r.children=[s(t,r.children[0],e,r,0)]}}},function(e,t,n){"use strict";var r=n(15);const u=new RegExp(`^(?:${r.a.source})+$`,"");t.a=e=>{if(e.length>24)return!1;if(!Boolean(e.match(u)))return!1;let t=0;for(;r.a.exec(e);)if(t++,t>3)return r.a.lastIndex=0,!1;return t}},function(e,t){},function(e,t){},function(e,t,n){"use strict";let r;n.d(t,"a",(function(){return r})),n.d(t,"b",(function(){return u})),n.d(t,"c",(function(){return o})),function(e){e.Bold="MessageEntityBold",e.Blockquote="MessageEntityBlockquote",e.BotCommand="MessageEntityBotCommand",e.Cashtag="MessageEntityCashtag",e.Code="MessageEntityCode",e.Email="MessageEntityEmail",e.Hashtag="MessageEntityHashtag",e.Italic="MessageEntityItalic",e.MentionName="MessageEntityMentionName",e.Mention="MessageEntityMention",e.Phone="MessageEntityPhone",e.Pre="MessageEntityPre",e.Strike="MessageEntityStrike",e.TextUrl="MessageEntityTextUrl",e.Url="MessageEntityUrl",e.Underline="MessageEntityUnderline",e.Unknown="MessageEntityUnknown"}(r||(r={}));const u=-1,o="MESSAGE_DELETED"},function(e,t){},function(e,t,n){"use strict";let r;n.d(t,"a",(function(){return r})),function(e){e[e.DataUri=0]="DataUri",e[e.BlobUrl=1]="BlobUrl",e[e.Lottie=2]="Lottie",e[e.Progressive=3]="Progressive",e[e.Stream=4]="Stream"}(r||(r={}))},function(e,t){},function(e,t){},function(e,t,n){"use strict";n.d(t,"a",(function(){return o})),n.d(t,"b",(function(){return d}));const r=["female_sign","male_sign","medical_symbol"];function u(e){const t=e.split("-").map(e=>parseInt(e,16));return String.fromCodePoint(...t)}function o(e){let t;if(1===e.length)t=e.charCodeAt(0).toString(16).padStart(4,"0");else{const n=[];for(let t=0;t=55296&&e.charCodeAt(t)<=56319?e.charCodeAt(t+1)>=56320&&e.charCodeAt(t+1)<=57343&&n.push(1024*(e.charCodeAt(t)-55296)+(e.charCodeAt(t+1)-56320)+65536):(e.charCodeAt(t)<55296||e.charCodeAt(t)>57343)&&n.push(e.charCodeAt(t));t=n.map(e=>e.toString(16).padStart(4,"0")).join("-")}return t}function d(e){const t={categories:[],emojis:{}};for(let n=0;n({userOrChat:t?Object(d.Bb)(e,t):void 0}),(e,t)=>Object(o.l)(t,["openChat","openChatByUsername"]))(({username:e,userOrChat:t,children:n,openChat:u,openChatByUsername:o})=>r.a.createElement("a",{onClick:()=>{t?u({id:t.id}):e&&o({username:e.substring(1)})},className:"text-entity-link"},n))},function(e,t,n){"use strict";n.d(t,"a",(function(){return u}));var r=n(0);function u(e,t,n){Object(r.n)(()=>{const r=e=>{const r=t.current,u=e.target;r&&u&&(r.contains(e.target)&&!u.classList.contains("backdrop")||(e.preventDefault(),e.stopPropagation(),n&&n()))};return e&&n&&document.addEventListener("mousedown",r),()=>{document.removeEventListener("mousedown",r)}},[e,t,n])}},function(e,t,n){e.exports=function(){return new Worker(n.p+"f6c138245deb4d2b99e5.worker.js")}},function(e,t,n){e.exports=function(){return new Worker(n.p+"01705582fc3eca0e007b.worker.js")}},function(e,t,n){e.exports=function(){return new Worker(n.p+"0dbbe0a906f6c2adf071.worker.js")}},function(e,t,n){e.exports=function(){return new Worker(n.p+"a66075669d8d0ac2d740.worker.js")}},function(e,t,n){"use strict";var r=n(2),u=n(7),o=n(10);Object(r.b)("init",e=>{const{animationLevel:t,messageTextSize:n,language:r}=e.settings.byKey;Object(o.c)(r),document.documentElement.style.setProperty("--message-text-size",n+"px"),document.body.classList.add("animation-level-"+t),document.body.classList.add(u.k?"is-touch-env":"is-pointer-env"),u.i&&document.body.classList.add("is-safari"),u.d?document.body.classList.add("is-ios"):u.b&&document.body.classList.add("is-android")}),Object(r.b)("setIsUiReady",(e,t,n)=>{const{uiReadyState:r}=n;return{...e,uiReadyState:r}}),Object(r.b)("setAuthPhoneNumber",(e,t,n)=>{const{phoneNumber:r}=n;return{...e,authPhoneNumber:r}}),Object(r.b)("setAuthRememberMe",(e,t,n)=>({...e,authRememberMe:Boolean(n)})),Object(r.b)("clearAuthError",e=>({...e,authError:void 0}))},function(e,t,n){"use strict";var r=n(2),u=n(1),o=n(11);Object(r.b)("initApi",(e,t)=>{const n=localStorage.getItem(u.w)||void 0;return Object(o.c)(t.apiUpdate,n),{...e,authIsSessionRemembered:Boolean(n)}}),Object(r.b)("setAuthPhoneNumber",(e,t,n)=>{const{phoneNumber:r}=n;return Object(o.a)("provideAuthPhoneNumber",r),{...e,authIsLoading:!0,authError:void 0}}),Object(r.b)("setAuthCode",(e,t,n)=>{const{code:r}=n;return Object(o.a)("provideAuthCode",r),{...e,authIsLoading:!0,authError:void 0}}),Object(r.b)("setAuthPassword",(e,t,n)=>{const{password:r}=n;return Object(o.a)("provideAuthPassword",r),{...e,authIsLoading:!0,authError:void 0}}),Object(r.b)("uploadProfilePhoto",(e,t,n)=>{const{file:r}=n;Object(o.a)("uploadProfilePhoto",r)}),Object(r.b)("signUp",(e,t,n)=>{const{firstName:r,lastName:u}=n;return Object(o.a)("provideAuthRegistration",{firstName:r,lastName:u}),{...e,authIsLoading:!0,authError:void 0}}),Object(r.b)("returnToAuthPhoneNumber",e=>(Object(o.a)("restartAuth"),{...e,authError:void 0})),Object(r.b)("gotToAuthQrCode",e=>(Object(o.a)("restartAuthWithQr"),{...e,authIsLoadingQrCode:!0,authError:void 0})),Object(r.b)("saveSession",(e,t,n)=>{const{sessionId:r}=n;localStorage.setItem(u.w,r)}),Object(r.b)("signOut",()=>{!async function(){await Object(o.a)("destroy"),localStorage.removeItem(u.w),Object(r.d)().init()}()}),Object(r.b)("loadNearestCountry",e=>{"connectionStateReady"===e.connectionState&&(async()=>{const e=await Object(o.a)("fetchNearestCountry");Object(r.g)({...Object(r.e)(),authNearestCountry:e})})()})},function(e,t,n){"use strict";var r=n(2),u=n(1),o=n(36),d=n(10);Object(r.b)("apiUpdate",(e,t,n)=>{switch(u.l&&"updateUserStatus"!==n["@type"]&&console.log("[GramJs] UPDATE",n["@type"],{update:n}),n["@type"]){case"updateApiReady":!function(e){Object(d.c)(e.settings.byKey.language)}(e);break;case"updateAuthorizationState":!function(e){let t=Object(r.e)();const n="authorizationStateReady"===t.authState,u=e.authorizationState;switch(Object(r.g)({...t,authState:u,authIsLoading:!1}),t=Object(r.e)(),u){case"authorizationStateLoggingOut":Object(r.g)({...t,isLoggingOut:!0});break;case"authorizationStateWaitCode":Object(r.g)({...t,authIsCodeViaApp:e.isCodeViaApp});break;case"authorizationStateWaitPassword":Object(r.g)({...t,authHint:e.hint});break;case"authorizationStateWaitQrCode":Object(r.g)({...t,authIsLoadingQrCode:!1,authQrCode:e.qrCode});break;case"authorizationStateReady":{if(n)break;Object(r.g)({...t,isLoggingOut:!1,lastSyncTime:Date.now()});const{sessionId:u}=e;u&&t.authRememberMe&&Object(r.d)().saveSession({sessionId:u});break}}}(n);break;case"updateAuthorizationError":!function(e){Object(r.g)({...Object(r.e)(),authError:e.message})}(n);break;case"updateConnectionState":!function(e){const{connectionState:t}=e,n=Object(r.e)();Object(r.g)({...n,connectionState:t}),"connectionStateReady"===t&&"authorizationStateReady"===n.authState?Object(r.d)().sync():"connectionStateBroken"===t&&Object(r.d)().signOut()}(n);break;case"updateCurrentUser":!function(e){const{currentUser:t}=e;Object(r.g)({...Object(o.lb)(Object(r.e)(),t.id,t),currentUserId:t.id})}(n);break;case"error":"SESSION_REVOKED"===n.error.message&&t.signOut(),t.showError({error:n.error})}})},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){"use strict";n.r(t);n(21),function(){function e(){var t=Error.call(this,"ServiceWorker is not supported.");return Object.setPrototypeOf(t,e.prototype),t}e.prototype=Object.create(Error.prototype)}();var r=n.p+"serviceWorker.js";var u=n(1),o=n(7),d=n(2);o.j&&window.addEventListener("load",async()=>{try{await navigator.serviceWorker.register(r),u.l&&console.log("ServiceWorker registered"),await navigator.serviceWorker.ready,navigator.serviceWorker.controller?u.l&&console.log("ServiceWorker ready"):(u.l&&console.error("ServiceWorker not available"),Object(d.d)().showError({error:{message:"SERVICE_WORKER_DISABLED"}}))}catch(e){u.l&&console.error("ServiceWorker registration failed: ",e)}});var c=n(55);const a={isLeftColumnShown:!0,isChatInfoShown:!1,uiReadyState:0,authRememberMe:!0,blocked:{ids:[],totalCount:0},users:{byId:{}},chats:{listIds:{},isFullyLoaded:{},orderedPinnedIds:{},totalCount:{},byId:{}},messages:{byChatId:{}},scheduledMessages:{byChatId:{}},chatFolders:{byId:{}},fileUploads:{byMessageLocalId:{}},recentEmojis:["grinning","kissing_heart","christmas_tree","brain","trophy"],stickers:{setsById:{},added:{},recent:{stickers:[]},favorite:{stickers:[]},featured:{setIds:[]},search:{},forEmoji:{}},gifs:{saved:{},search:{}},globalSearch:{},localTextSearch:{byChatThreadKey:{}},localMediaSearch:{byChatId:{}},management:{byChatId:{}},topPeers:{},mediaViewer:{},audioPlayer:{},forwardMessages:{},pollResults:{},payment:{},notifications:[],errors:[],activeSessions:[],settings:{byKey:{messageTextSize:u.o,isBackgroundBlurred:!0,animationLevel:u.d,messageSendKeyCombo:"enter",shouldAutoDownloadMediaFromContacts:!0,shouldAutoDownloadMediaInPrivateChats:!0,shouldAutoDownloadMediaInGroups:!0,shouldAutoDownloadMediaInChannels:!0,shouldAutoPlayGifs:!0,shouldAutoPlayVideos:!0,shouldSuggestStickers:!0,shouldLoopStickers:!0,language:"en"},privacy:{}},twoFaSettings:{}};var i=n(5),s=n(9),f=n(3),l=n(6);const b=Object(s.g)((function(){Object(s.c)(()=>{const e=Object(d.e)();if(e.isLoggingOut)return;const t={...a,...Object(f.l)(e,["authState","authPhoneNumber","authRememberMe","authIsSessionRemembered","authNearestCountry","currentUserId","contactList","chatFolders","topPeers","recentEmojis"]),isChatInfoShown:m(e),users:p(e),chats:g(e),messages:y(e),globalSearch:{recentlyFoundChatIds:e.globalSearch.recentlyFoundChatIds},settings:v(e)},n=JSON.stringify(t);localStorage.setItem(u.v,n)})}),1e3,!1);function h(e){if(!u.u){if(localStorage.getItem(u.w))return Object(d.a)(b),function(e){u.l&&console.time("global-state-cache-read");const t=localStorage.getItem(u.v),n=t?JSON.parse(t):void 0;u.l&&console.timeEnd("global-state-cache-read");n&&(n.settings.byKey={...e.settings.byKey,...n.settings.byKey});return{...e,...n}}(e)}}function m(e){return window.innerWidth>u.Q&&e.isChatInfoShown}function p(e){const{users:{byId:t,selectedId:n}}=e;return{byId:t,selectedId:window.innerWidth>u.Q?n:void 0}}function g(e){const t=[...(e.chats.listIds.active||[]).slice(0,u.t)],{chatId:n}=Object(l.x)(e)||{};return{...e.chats,byId:Object(f.l)(e.chats.byId,n?[...t,n]:t),listIds:{active:t},isFullyLoaded:{},orderedPinnedIds:{active:e.chats.orderedPinnedIds.active}}}function y(e){const t={},{chatId:n}=Object(l.x)(e)||{};[...(e.chats.listIds.active||[]).slice(0,u.t),...n?[n]:[]].forEach(n=>{const r=e.messages.byChatId[n];if(!r)return;const u=r.threadsById[i.MAIN_THREAD_ID];u&&u.viewportIds&&(t[n]={byId:Object(f.l)(r.byId,u.viewportIds),threadsById:{[i.MAIN_THREAD_ID]:u}})});const r=Object(l.x)(e);return{byChatId:t,messageLists:!r||o.f?void 0:[{...r,threadId:i.MAIN_THREAD_ID,type:"thread"}]}}function v(e){const{byKey:t}=e.settings;return{byKey:t,privacy:{}}}u.u||(Object(d.b)("saveSession",()=>{Object(d.a)(b)}),Object(d.b)("signOut",()=>{Object(d.f)(b),localStorage.removeItem(u.v)})),Object(d.b)("init",()=>{const e=Object(f.d)(a);return h(e)||e});var I=n(0),w=n(48),O=(n(71),n(72),n(73),n(24)),j=n(35),C=n(27),E=n(14);const S=["400 1em Roboto","500 1em Roboto"];function M(){if("fonts"in document)return Promise.all(S.map(e=>document.fonts.load(e)))}var A=n(47),k=n(12),T=n(8),P=(n(74),n.p+"telegram-logo.df3a91becaa9678c529b4c4cadd45204.svg"),N=n.p+"auth-caption.4791dbecd189f14e85d8e9776308639d.png",D=n.p+"monkey.a3d5fcdc50b18dc55695f7dd4101a8c9.svg";function L(){const{listIds:e,byId:t}=Object(d.e)().chats;if(e.active)return Promise.all(e.active.slice(0,10).map(e=>{const n=t[e];if(!n)return;const r=Object(O.d)(n);return r?A.b(r,i.ApiMediaFormat.DataUri):void 0}))}const x={main:()=>Promise.all([Object(k.d)(k.a.Main,"Main").then(M),L()]),authPhoneNumber:()=>Promise.all([Object(E.g)(N),Object(E.g)(P)]),authCode:()=>Promise.all([Object(E.g)(D),M()]),authPassword:()=>Object(E.g)(D),authQrCode:M};var R=Object(d.h)(e=>({uiReadyState:e.uiReadyState,hasCustomBackground:Boolean(e.settings.byKey.customBackground),isRightColumnShown:Object(l.U)(e)}),(e,t)=>Object(f.l)(t,["setIsUiReady"]))(({page:e,children:t,hasCustomBackground:n,isRightColumnShown:r,setIsUiReady:u})=>{const[o,d]=Object(j.a)(),{shouldRender:c,transitionClassNames:a}=Object(C.a)(!o,void 0,!0);return Object(I.n)(()=>{let t;return Promise.race([Object(s.e)(700),x[e]()]).then(()=>{d(),u({uiReadyState:1}),t=window.setTimeout(()=>{u({uiReadyState:2})},1e3)}),()=>{t&&(clearTimeout(t),t=void 0),u({uiReadyState:0})}},[]),I.a.createElement("div",{id:"UiLoader"},t,c&&I.a.createElement("div",{className:Object(T.a)("mask",a)},"main"===e?I.a.createElement(I.a.Fragment,null,I.a.createElement("div",{className:"left"}),I.a.createElement("div",{className:Object(T.a)("middle",n&&"custom-bg-image",r&&"with-right-column")}),r&&I.a.createElement("div",{className:"right"})):I.a.createElement("div",{className:"blank"})))}),B=n(13),F=n(19),U=n(30),_=n(38),G=n(45),$=n(34),W=n(50),z=n(31),H=n(20);n(81);const K=200+u.c;var V=Object(I.h)(({id:e,value:t,isLoading:n,onChange:r})=>{const u=Object(I.q)(null),[o,d]=Object(I.r)(),[c,a]=Object(I.r)(F.a);function i(e){d(e),a(function(e=""){return e.length?F.a.filter(t=>Object(G.a)(t.name,e)):F.a}(e))}const s=Object(I.m)(e=>{const{countryId:t}=e.currentTarget.firstElementChild.dataset,n=F.a.find(e=>e.id===t);n&&r(n),setTimeout(()=>i(void 0),K)},[r]),f=Object(I.m)(e=>{i(e.currentTarget.value)},[]),l=Object(I.m)(e=>{if(8!==e.keyCode)return;const n=e.currentTarget;t&&void 0===o&&(n.value=""),i(n.value)},[o,t]);return I.a.createElement(W.a,{className:"CountryCodeInput",trigger:({onTrigger:r,isOpen:d})=>{const c=()=>{if(d)return;setTimeout(()=>{u.current.select()},50),r();const e=document.getElementById("auth-phone-number-form");e.scrollTo({top:e.scrollHeight,behavior:"smooth"})},a=void 0!==o?o:t&&t.name||"";return I.a.createElement("div",{className:Object(T.a)("input-group",t&&"touched")},I.a.createElement("input",{ref:u,className:Object(T.a)("form-control",d&&"focus"),type:"text",id:e,value:a,autoComplete:"off",onClick:c,onFocus:c,onInput:f,onKeyDown:l}),I.a.createElement("label",null,"Country"),n?I.a.createElement(H.a,{color:"black"}):I.a.createElement("i",{onClick:c,className:Object(T.a)("css-icon-down",d&&"open")}))}},c.map(e=>I.a.createElement(z.a,{key:e.id,className:t&&e.id===t.id?"selected":"",onClick:s},I.a.createElement("span",{"data-country-id":e.id}),I.a.createElement("span",{className:"country-flag"},Object($.a)(e.flag,["hq_emoji"])),I.a.createElement("span",{className:"country-name"},e.name),I.a.createElement("span",{className:"country-code"},e.code))),!c.length&&I.a.createElement(z.a,{key:"no-results",className:"no-results",disabled:!0},I.a.createElement("span",null,"No countries matched your filter.")))}),q=n(39),Y=n(16);let J=!1;var Q=Object(I.h)(Object(d.h)(e=>Object(f.l)(e,["connectionState","authState","authPhoneNumber","authIsLoading","authIsLoadingQrCode","authError","authRememberMe","authNearestCountry"]),(e,t)=>Object(f.l)(t,["setAuthPhoneNumber","setAuthRememberMe","clearAuthError","loadNearestCountry","gotToAuthQrCode"]))(({connectionState:e,authState:t,authPhoneNumber:n,authIsLoading:r,authIsLoadingQrCode:d,authError:c,authRememberMe:a,authNearestCountry:i,setAuthPhoneNumber:s,setAuthRememberMe:f,loadNearestCountry:l,clearAuthError:b,gotToAuthQrCode:h})=>{const m=Object(I.q)(null),[p,g]=Object(I.r)(),[y,v]=Object(I.r)(),[w,O]=Object(I.r)(!1),[j,C]=Object(I.r)(),S=p?`${p.code} ${y||""}`:y,A=S&&S.replace(/[^\d]+/g,"").length>=10;Object(I.n)(()=>{o.k||m.current.focus()},[p]),Object(I.n)(()=>{"connectionStateReady"!==e||i||l()},[e,i,l]),Object(I.n)(()=>{!i||p||w||g(Object(F.d)(i))},[p,i,w]);const k=Object(I.m)(e=>{const t=Object(F.e)(e),n=!p||t&&t.id!==p.id?t:p;e.length?(!p||n&&n.code!==p.code)&&g(n):g(void 0),v(Object(F.b)(e,n))},[p]);Object(I.n)(()=>{void 0===y&&n&&k(n)},[n,y,k]),Object(I.o)(()=>{m.current&&j&&m.current.setSelectionRange(...j)},[j]),Object(I.n)(()=>{setTimeout(()=>{B.b(u.F),B.b(u.G),B.b(u.H),B.b(u.k),B.b(u.y)},2e3)},[]);const T=Object(I.m)(e=>{c&&b(),J||(J=!0,M(),Object(E.g)(D));const{value:t,selectionStart:n,selectionEnd:r}=e.target;C(n&&r&&r{f(e.target.checked)},[f]);const N="authorizationStateWaitPhoneNumber"===t;return I.a.createElement("div",{id:"auth-phone-number-form",className:"custom-scroll"},I.a.createElement("div",{className:"auth-form"},I.a.createElement("div",{id:"logo"}),I.a.createElement("div",{className:"caption-image"}),I.a.createElement("p",{className:"note"},"Please confirm your country and",I.a.createElement("br",null),"enter your phone number."),I.a.createElement("form",{action:"",onSubmit:function(e){e.preventDefault(),r||A&&s({phoneNumber:S})}},I.a.createElement(V,{id:"sign-in-phone-code",value:p,isLoading:!i&&!p,onChange:g}),I.a.createElement(_.a,{ref:m,id:"sign-in-phone-number",label:"Phone Number",value:S,error:c,inputMode:"tel",onChange:T}),I.a.createElement(q.a,{id:"sign-in-keep-session",label:"Keep me signed in",checked:Boolean(a),onChange:P}),A&&(N?I.a.createElement(U.a,{type:"submit",ripple:!0,isLoading:r},"Next"):I.a.createElement(Y.a,null)),N&&I.a.createElement(U.a,{isText:!0,ripple:!0,isLoading:d,onClick:h},"Log in by QR code"))))})),Z=n(17);var X=()=>{const e=Object(Z.a)(k.a.Auth,"AuthCode");return e?I.a.createElement(e,null):I.a.createElement(Y.a,null)};var ee=()=>{const e=Object(Z.a)(k.a.Auth,"AuthPassword");return e?I.a.createElement(e,null):I.a.createElement(Y.a,null)};var te=()=>{const e=Object(Z.a)(k.a.Auth,"AuthRegister");return e?I.a.createElement(e,null):I.a.createElement(Y.a,null)};var ne=()=>{const e=Object(Z.a)(k.a.Auth,"AuthQrCode");return e?I.a.createElement(e,null):I.a.createElement(Y.a,null)};n(84);var re=Object(I.h)(Object(d.h)(e=>Object(f.l)(e,["authState"]),(e,t)=>Object(f.l)(t,["initApi"]))(({authState:e,initApi:t})=>{switch(Object(I.n)(()=>{t()},[t]),e){case"authorizationStateWaitCode":return I.a.createElement(R,{page:"authCode",key:"authCode"},I.a.createElement(X,null));case"authorizationStateWaitPassword":return I.a.createElement(R,{page:"authPassword",key:"authPassword"},I.a.createElement(ee,null));case"authorizationStateWaitRegistration":return I.a.createElement(te,null);case"authorizationStateWaitQrCode":return I.a.createElement(R,{page:"authQrCode",key:"authQrCode"},I.a.createElement(ne,null));case"authorizationStateWaitPhoneNumber":default:return I.a.createElement(R,{page:"authPhoneNumber",key:"authPhoneNumber"},I.a.createElement(Q,null))}}));var ue=()=>{const e=Object(Z.a)(k.a.Main,"Main");return e?I.a.createElement(e,null):void 0};function oe(){return d.c.createElement(R,{page:"main",key:"main"},d.c.createElement(ue,null))}var de=Object(d.h)(e=>Object(f.l)(e,["authState","authIsSessionRemembered"]))(({authState:e,authIsSessionRemembered:t})=>{if(Object(I.n)(()=>{Object(w.b)()},[]),e)switch(e){case"authorizationStateWaitPhoneNumber":case"authorizationStateWaitCode":case"authorizationStateWaitPassword":case"authorizationStateWaitRegistration":case"authorizationStateWaitQrCode":return d.c.createElement(re,null);case"authorizationStateClosed":case"authorizationStateClosing":case"authorizationStateLoggingOut":case"authorizationStateReady":return oe()}return t?oe():d.c.createElement(re,null)});n(85);u.l&&console.log(">>> INIT"),Object(d.d)().init(),u.l&&console.log(">>> START INITIAL RENDER"),c.a.render(d.c.createElement(de,null),document.getElementById("root")),u.l&&console.log(">>> FINISH INITIAL RENDER"),document.addEventListener("dblclick",()=>{console.log("GLOBAL STATE",Object(d.e)())})}]); \ No newline at end of file diff --git a/dist/main.b797036d8e534b93e680.css b/dist/main.b797036d8e534b93e680.css new file mode 100644 index 000000000..b2d872ff0 --- /dev/null +++ b/dist/main.b797036d8e534b93e680.css @@ -0,0 +1 @@ +#UiLoader{height:100%}@media (max-width:600px){#UiLoader{height:calc(var(--vh, 1vh)*100)}}#UiLoader .mask{position:fixed;top:0;left:0;right:0;margin:0 auto;width:100%;max-width:1680px;height:100%;z-index:var(--z-ui-loader-mask);display:flex}#UiLoader .mask .left{flex:1;background:#fff;min-width:15.5rem;max-width:26.5rem}@media (min-width:1680px){#UiLoader .mask .left{border-left:1px solid var(--color-borders)}}@media (max-width:1275px){#UiLoader .mask .left{flex:2}}@media (max-width:925px){#UiLoader .mask .left{min-width:26.5rem}}@media (max-width:600px){#UiLoader .mask .left{max-width:none;width:100vw}}#UiLoader .mask .middle{flex:3;border-left:1px solid var(--color-borders);border-right:1px solid var(--color-borders);position:relative;z-index:1;overflow:hidden}#UiLoader .mask .middle:before{content:"";display:block;position:absolute;top:0;left:0;bottom:0;right:0;background:#e6ebee url(chat-bg.0e9c45048ff468c28042bcf15ff9e0d2.jpg) no-repeat 50%;background-size:cover;z-index:-1;transform-origin:left center}#UiLoader .mask .middle.with-right-column:before{transform:scale(.67)}@media screen and (min-width:1276px){#UiLoader .mask .middle:before{margin:-16rem -5rem -20rem 0}}#UiLoader .mask .middle.custom-bg-image:before{margin:-1rem;background-image:none!important}@media (max-width:1275px){#UiLoader .mask .middle{flex:3;border-right:none}}@media (max-width:600px){#UiLoader .mask .middle{display:none}}#UiLoader .mask .right{position:absolute;top:0;right:0;z-index:1;height:100%;width:var(--right-column-width);min-width:15.5rem;max-width:26.5rem;border-left:1px solid var(--color-borders);background:#fff}#UiLoader .blank{flex:1;background:#fff}.Spinner{--spinner-size:2rem;position:relative;display:flex;align-items:center;justify-content:center;width:var(--spinner-size);height:var(--spinner-size)}.Spinner>div{position:absolute;top:0;left:0;right:0;bottom:0;background-repeat:no-repeat;background-size:100%;animation-name:spin;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}.Spinner.with-background:before{content:"";position:absolute;left:-.125rem;top:-.125rem;bottom:-.125rem;right:-.125rem;border-radius:50%;background:rgba(0,0,0,.25)}.Spinner.white>div{background-image:var(--spinner-white-data)}.Spinner.white.with-background>div{background-image:var(--spinner-white-thin-data)}.Spinner.blue>div{background-image:var(--spinner-blue-data)}.Spinner.black>div{background-image:var(--spinner-black-data)}.Spinner.green>div{background-image:var(--spinner-green-data)}.Spinner.gray>div{background-image:var(--spinner-gray-data)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes ripple-animation{0%{transform:scale(0);opacity:1}50%{opacity:1}to{opacity:0;transform:scale(2)}}.ripple-container{position:absolute;top:0;left:0;bottom:0;right:0}body.animation-level-0 .ripple-container{display:none}.ripple-container span{position:absolute;display:block;background-color:var(--ripple-color,rgba(0,0,0,.08));border-radius:50%;transform:scale(0);animation:ripple-animation .7s}.Button{outline:none!important;display:flex;align-items:center;justify-content:center;width:100%;height:3.5rem;border:0;border-radius:var(--border-radius-default);background:transparent;padding:.625rem;color:#fff;line-height:1.2;cursor:pointer;text-transform:uppercase;flex-shrink:0;position:relative;overflow:hidden;transition:background-color .15s,color .15s;text-decoration:none!important}.Button.clicked,.Button:active,body.animation-level-0 .Button{transition:none!important}.Button.disabled{opacity:.5!important;cursor:default;pointer-events:none}.Button.round{width:3.5rem;border-radius:50%}.Button.round i{font-size:1.5rem}.Button.primary{background:var(--color-primary);color:var(--color-white);--ripple-color:rgba(0,0,0,0.08)}.Button.primary:not(.disabled):not(:disabled).active,.Button.primary:not(.disabled):not(:disabled):active,.Button.primary:not(.disabled):not(:disabled):focus,.Button.primary:not(.disabled):not(:disabled):hover{background:var(--color-primary-shade)}body.animation-level-0 .Button.primary:not(.disabled):not(:disabled):active{background:var(--color-primary-shade-darker)}.Button.secondary{background:var(--color-background);color:rgba(var(--color-text-secondary-rgb),.75);--ripple-color:rgba(0,0,0,0.08)}.Button.secondary:not(.disabled):not(:disabled).active,.Button.secondary:not(.disabled):not(:disabled):active,.Button.secondary:not(.disabled):not(:disabled):focus,.Button.secondary:not(.disabled):not(:disabled):hover{background:var(--color-primary);color:#fff}body.animation-level-0 .Button.secondary:not(.disabled):not(:disabled):active{background:var(--color-primary-shade)}.Button.gray{background:var(--color-background);color:var(--color-text-secondary);--ripple-color:rgba(0,0,0,0.08)}.Button.gray:not(.disabled):not(:disabled).active,.Button.gray:not(.disabled):not(:disabled):active,.Button.gray:not(.disabled):not(:disabled):focus,.Button.gray:not(.disabled):not(:disabled):hover{color:var(--color-primary)}body.animation-level-0 .Button.gray:not(.disabled):not(:disabled):active{background:var(--color-chat-hover)}.Button.danger{background:var(--color-background);color:var(--color-error);--ripple-color:rgba(var(--color-error-rgb),.16)}.Button.danger:not(.disabled):not(:disabled).active,.Button.danger:not(.disabled):not(:disabled):active,.Button.danger:not(.disabled):not(:disabled):focus,.Button.danger:not(.disabled):not(:disabled):hover{background:var(--color-error);color:var(--color-white)}body.animation-level-0 .Button.danger:not(.disabled):not(:disabled):active{background:var(--color-error-shade)}.Button.text{background:none}.Button.text.primary{color:var(--color-primary);background:none}.Button.text.primary:not(.disabled):not(:disabled).active,.Button.text.primary:not(.disabled):not(:disabled):active,.Button.text.primary:not(.disabled):not(:disabled):focus,.Button.text.primary:not(.disabled):not(:disabled):hover{background:rgba(var(--color-primary-shade-rgb),.08)}body.animation-level-0 .Button.text.primary:not(.disabled):not(:disabled):active{background:rgba(var(--color-primary-shade-rgb),.16)}.Button.text.secondary{background:none;color:var(--color-text-secondary)}.Button.text.danger:not(.disabled):not(:disabled).active,.Button.text.danger:not(.disabled):not(:disabled):active,.Button.text.danger:not(.disabled):not(:disabled):focus,.Button.text.danger:not(.disabled):not(:disabled):hover{background:rgba(var(--color-error-rgb),.08);color:var(--color-error)}body.animation-level-0 .Button.text.danger:not(.disabled):not(:disabled):active{background:rgba(var(--color-error-rgb),.16)}.Button.faded{opacity:.75}.Button.faded.activated,.Button.faded:not(.disabled):not(:disabled).active,.Button.faded:not(.disabled):not(:disabled):active,.Button.faded:not(.disabled):not(:disabled):focus,.Button.faded:not(.disabled):not(:disabled):hover{opacity:1}.Button.translucent{background-color:initial;color:var(--color-text-secondary);--ripple-color:rgba(var(--color-text-secondary-rgb),0.08)}.Button.translucent:not(.disabled):not(:disabled).active,.Button.translucent:not(.disabled):not(:disabled):active,.Button.translucent:not(.disabled):not(:disabled):focus,.Button.translucent:not(.disabled):not(:disabled):hover{background-color:rgba(var(--color-text-secondary-rgb),.08)}body.animation-level-0 .Button.translucent:not(.disabled):not(:disabled):active{background-color:rgba(var(--color-text-secondary-rgb),.16)}.Button.translucent.activated{color:var(--color-primary)}.Button.translucent-white{background-color:initial;color:hsla(0,0%,100%,.5);--ripple-color:hsla(0,0%,100%,0.08)}.Button.translucent-white:not(.disabled):not(:disabled).active,.Button.translucent-white:not(.disabled):not(:disabled):active,.Button.translucent-white:not(.disabled):not(:disabled):focus,.Button.translucent-white:not(.disabled):not(:disabled):hover{background-color:hsla(0,0%,100%,.08);color:#fff}body.animation-level-0 .Button.translucent-white:not(.disabled):not(:disabled):active{background-color:hsla(0,0%,100%,.16)}.Button.dark{background-color:rgba(0,0,0,.75);color:#fff;--ripple-color:hsla(0,0%,100%,0.08)}.Button.dark:not(.disabled):not(:disabled).active,.Button.dark:not(.disabled):not(:disabled):active,.Button.dark:not(.disabled):not(:disabled):focus,.Button.dark:not(.disabled):not(:disabled):hover{background-color:rgba(0,0,0,.85);color:#fff}body.animation-level-0 .Button.dark:not(.disabled):not(:disabled):active{background-color:rgba(0,0,0,.95)}.Button.smaller{height:2.75rem;padding:.3125rem}.Button.smaller.round{width:2.75rem}.Button.smaller.pill{height:2.5rem;border-radius:1.25rem;padding:.3125rem 1rem}.Button.smaller.with-icon{padding-left:.75rem;padding-right:1.25rem}.Button.smaller.with-icon i{font-size:1.5rem;margin-right:.5rem}@media (max-width:600px){.Button.smaller{height:2.5rem}.Button.smaller.round{width:2.5rem}}.Button.tiny{height:2.25rem;padding:.4375rem;border-radius:var(--border-radius-default-small);font-size:.875rem;font-weight:500}.Button.tiny.round{width:2.25rem;height:2.25rem;border-radius:50%}.Button.tiny i{font-size:1.25rem}.Button.tiny.pill{height:2rem;border-radius:1rem;padding:.3125rem 1rem;font-size:1rem}.Button.fluid{padding-left:1.75rem;padding-right:1.75rem;width:auto}.Button.fluid.tiny{padding-left:1.375rem;padding-right:1.375rem}.Button.pill{border-radius:1.75rem;padding-left:1.75rem;padding-right:1.75rem;text-transform:none}.Button.loading{position:relative;pointer-events:none}.Button.loading .Spinner{position:absolute;right:.875rem;top:.875rem;--spinner-size:1.8rem}.Button .emoji{vertical-align:-3px}.Menu.fluid .bubble{min-width:13.5rem;width:auto}.Menu .backdrop{position:fixed;left:-100vw;right:-100vw;top:-100vh;bottom:-100vh;z-index:var(--z-menu-backdrop)}.Menu .bubble{display:block;list-style:none;padding:.5rem 0;margin:0;position:absolute;background-color:#fff;box-shadow:0 .25rem .5rem .1rem hsla(0,0%,44.7%,.25);border-radius:var(--border-radius-default);min-width:13.5rem;z-index:var(--z-menu-bubble);transform:scale(.2);transition:opacity .2s cubic-bezier(.2,0,.2,1),transform .2s cubic-bezier(.2,0,.2,1)!important;--offset-y:calc(100% + 0.5rem);--offset-x:0}.Menu .bubble.open{transform:scale(1)}.Menu .bubble.closing{transition:opacity .2s ease-in,transform .2s ease-in!important}body.animation-level-0 .Menu .bubble{transform:none!important;transition:opacity .15s!important}body.has-open-dialog .Menu .bubble{transition:none!important}.Menu .bubble.top{top:var(--offset-y)}.Menu .bubble.bottom{bottom:var(--offset-y)}.Menu .bubble.left{left:var(--offset-x)}.Menu .bubble.right{right:var(--offset-x)}.DropdownMenu,.MenuItem{position:relative}.MenuItem{width:100%;background:none;border:none!important;box-shadow:none!important;outline:none!important;display:flex;padding:1rem;overflow:hidden;line-height:1.5rem;white-space:nowrap;color:var(--color-text);--ripple-color:rgba(0,0,0,0.08);cursor:pointer}.MenuItem:focus,.MenuItem:hover{background-color:var(--color-chat-hover)}.MenuItem i{font-size:1.5rem;margin-right:2rem;color:var(--color-text-secondary)}.MenuItem.disabled{opacity:.5!important;cursor:default!important}.MenuItem.destructive{color:var(--color-error)}.MenuItem.destructive i{color:inherit}.MenuItem:not(.has-ripple):not(.disabled):active{background-color:var(--color-chat-active);transition:none!important}.CountryCodeInput .input-group{cursor:pointer;z-index:var(--z-country-code-input-group)}.CountryCodeInput .input-group .Spinner{position:absolute;top:1rem;right:.75rem;opacity:.5;--spinner-size:1.5rem}.CountryCodeInput .input-group .css-icon-down{position:absolute;top:1.125rem;right:1rem;width:.75rem;height:.75rem;border:2px solid var(--color-text-secondary);border-top:0;border-left:0;transform:scaleY(1) rotate(45deg);transition:color .2s ease,transform .2s ease,top .2s ease}.CountryCodeInput .input-group .css-icon-down.open{border-color:var(--color-primary);transform:scaleY(-1) rotate(45deg);top:1.5rem}.CountryCodeInput .bubble{width:100%;max-height:23.5rem;overflow-y:auto;transform-origin:top center!important;transform:scale(.95)}.CountryCodeInput .bubble.open{transform:scaleY(1)}.CountryCodeInput .MenuItem button{display:flex;align-items:center}.CountryCodeInput .MenuItem.no-results button{justify-content:center;padding:.5rem 1rem}.CountryCodeInput .MenuItem.no-results button span{font-size:.875rem}.CountryCodeInput .country-flag{font-size:2rem;margin-right:2rem}.CountryCodeInput .country-flag .emoji{width:2rem;height:2rem;display:inline-block;vertical-align:4px;margin:-.5rem .125rem}.CountryCodeInput .country-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:1rem;text-align:left}.CountryCodeInput .country-code{margin-left:auto;opacity:.5}.Checkbox{display:block;position:relative;padding-left:4.5rem;text-align:left;margin-bottom:1.5rem;line-height:1.5rem;cursor:pointer}.Checkbox.disabled{pointer-events:none;opacity:.5}.Checkbox.round .Checkbox-main:before{border-radius:50%}.Checkbox.round .Checkbox-main:after{background:var(--color-primary) url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjkuOEw1LjggOC45IDIuMSA1LjJjLS40LS40LTEuMS0uNC0xLjYgMC0uNC40LS40IDEuMSAwIDEuNkw1IDExLjJjLjQuNCAxLjEuNCAxLjYgMGw4LjktOC45Yy40LS40LjQtMS4xIDAtMS42LS41LS40LTEuMi0uNC0xLjYuMXoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat 50% 50%;background-size:12px;border-radius:50%}.Checkbox.loading .Checkbox-main:after,.Checkbox.loading .Checkbox-main:before{opacity:0!important}.Checkbox.loading .Spinner{position:absolute;left:.375rem;top:.125rem;opacity:0;animation:fade-in .2s ease forwards;--spinner-size:1.25rem}.Checkbox.blocking input:not(:checked)~.Checkbox-main:before{border-color:var(--color-error)}.Checkbox.blocking input:not(:checked)~.Checkbox-main:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZmlsbD0iI2U1MzkzNSIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMTggM2EzIDMgMCAwMTMgM3YxMmEzIDMgMCAwMS0zIDNINmEzIDMgMCAwMS0zLTNWNmEzIDMgMCAwMTMtM2gxMnptLTIgOEg4YTEgMSAwIDAwMCAyaDhhMSAxIDAgMDAwLTJ6Ii8+PC9nPjwvc3ZnPg==);opacity:1;background-size:1.375rem;background-position:-.125rem -.125rem}.Checkbox input{position:absolute;z-index:var(--z-below);opacity:0}.Checkbox .Checkbox-main:after,.Checkbox .Checkbox-main:before{content:"";display:block;position:absolute;left:1.1875rem;top:.1875rem;width:1.125rem;height:1.125rem}.Checkbox .Checkbox-main:before{border:2px solid var(--color-borders);border-radius:.25rem;background-color:#fff;transition:border-color .1s ease}.Checkbox .Checkbox-main:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTE2LjcgMEMxOC41IDAgMjAgMS41IDIwIDMuM3YxMy4zYzAgMS44LTEuNSAzLjMtMy4zIDMuM0gzLjNDMS41IDIwIDAgMTguNSAwIDE2LjdWMy4zQzAgMS41IDEuNSAwIDMuMyAwaDEzLjR6bS0uOCA0LjhsLTguMSA4LjEtMy43LTMuN2MtLjQtLjQtMS4xLS40LTEuNiAwLS40LjQtLjQgMS4xIDAgMS42TDcgMTUuMmMuNC40IDEuMS40IDEuNiAwbDguOS04LjljLjQtLjQuNC0xLjEgMC0xLjYtLjUtLjQtMS4yLS40LTEuNi4xeiIgZmlsbD0iIzRlYTRmNiIvPjwvc3ZnPg==);background-size:contain;background-repeat:no-repeat;opacity:0;transition:opacity .1s ease}.Checkbox .Checkbox-main .label{display:block}.Checkbox .Checkbox-main .subLabel{display:block;font-size:.875rem;line-height:1rem;color:var(--color-text-secondary)}.Checkbox input:checked~.Checkbox-main:before{border-color:var(--color-primary)}.Checkbox input:checked~.Checkbox-main:after{opacity:1}.Loading{display:flex;height:100%;align-items:center;justify-content:center}.Loading .Spinner{--spinner-size:2.75rem}.auth-form{width:100%;max-width:25.5rem;margin:0 auto;padding:6rem 1rem 1rem;text-align:center}@media (min-width:600px) and (min-height:450px){.auth-form{padding:6.8rem 1.5rem 1.5rem}}.auth-form #logo,.auth-form .AvatarEditable label{display:block;margin-left:auto;margin-right:auto;width:7.5rem;height:7.5rem;margin-bottom:1.75rem}@media (min-width:600px) and (min-height:450px){.auth-form #logo,.auth-form .AvatarEditable label{width:10rem;height:10rem;margin-bottom:2.5rem}}.auth-form #logo{background-size:100%;background:url(telegram-logo.df3a91becaa9678c529b4c4cadd45204.svg) 50% no-repeat}.auth-form .caption-image{margin-bottom:.5rem;height:19px;background:url(auth-caption.4791dbecd189f14e85d8e9776308639d.png) 50% no-repeat;background-size:auto 100%}@media (min-width:600px){.auth-form .caption-image{height:48px;background-size:273px auto}}.auth-form h2{font-size:1.25rem;line-height:1}@media (min-width:600px){.auth-form h2{font-size:2rem;line-height:1.5}}.auth-form .note{font-size:.875rem;line-height:1.35;margin-bottom:2.5rem;color:var(--color-text-secondary)}@media (min-width:600px){.auth-form .note{font-size:1rem;margin-bottom:3rem}}#auth-code-form,#auth-password-form,#auth-phone-number-form,#auth-qr-form,#auth-registration-form{height:100%;overflow-y:auto}#auth-phone-number-form form{min-height:26.25rem}#auth-phone-number-form .Button{margin-top:2.75rem}#auth-phone-number-form .Button+.Button{margin-top:1rem}#auth-code-form h2,#auth-password-form h2,.auth-number-edit{display:flex;align-items:center;justify-content:center}.auth-number-edit{width:2.5rem;height:2.5rem;padding:.5rem;font-size:1.5rem;color:var(--color-text-secondary);opacity:.75;cursor:pointer}.auth-number-edit:focus,.auth-number-edit:hover{opacity:1}#auth-qr-form .qr-container{height:280px;opacity:1;transform:scale(1);transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .3s}#auth-qr-form .qr-container.pre-animate{opacity:.5;transform:scale(.8)}#auth-qr-form h3{margin:1.5rem 0 1rem}#auth-qr-form ol{list-style:none;counter-reset:item;padding:0 2rem}#auth-qr-form ol li{counter-increment:item;text-align:left;margin:.75rem 0;display:flex}#auth-qr-form ol li:before{content:counter(item);display:flex;justify-content:center;align-items:center;min-width:1.4rem;height:1.4rem;padding:0;margin:0 .75rem 0 0;background:var(--color-primary);border-radius:50%;font-size:smaller;color:#fff}#sign-in-password{word-break:normal!important}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local("Roboto"),local("Roboto-Regular"),url(KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.499af208fa04aa805317cf014d869692.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local("Roboto"),local("Roboto-Regular"),url(KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.6b69287db14836e8ccee577d6457b127.woff2) format("woff2");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local("Roboto"),local("Roboto-Regular"),url(KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.350ec982325895563ada47d14c7936da.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local("Roboto"),local("Roboto-Regular"),url(KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.af30acd9d70ade5b828db02d25348da2.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local("Roboto"),local("Roboto-Regular"),url(KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.62afd8a72052ca925aafb4006fddff88.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local("Roboto"),local("Roboto-Regular"),url(KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.009379f5feecd3ef689ad46e029b31e6.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local("Roboto"),local("Roboto-Regular"),url(KFOmCnqEu92Fr1Mu4mxKKTU1Kg.465390c6e54c60f4a15ff698f372e858.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:local("Roboto Medium"),local("Roboto-Medium"),url(KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP.66efaee062df58309edc4cdfaef3f094.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:local("Roboto Medium"),local("Roboto-Medium"),url(KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.3e1bb90afe5eb4a94c5ffdb911fd21d0.woff2) format("woff2");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:local("Roboto Medium"),local("Roboto-Medium"),url(KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP.acd64c8bf32762464b8f2c0600dc2b89.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:local("Roboto Medium"),local("Roboto-Medium"),url(KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP.cab892ae9aa422233ea43db289e0c038.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:local("Roboto Medium"),local("Roboto-Medium"),url(KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP.01bafbfbc1e4ebe0139d259614d5c12d.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:local("Roboto Medium"),local("Roboto-Medium"),url(KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.d3c211af53a789d2f9fd79599baca39a.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:local("Roboto Medium"),local("Roboto-Medium"),url(KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.324b1e6d0f5ae7c6ab42fed5516c7b3d.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:none!important}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:500}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{color:theme-color("primary");text-decoration:none;background-color:initial;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}:root{--color-background:#fff;--color-background-selected:#f4f4f5;--color-background-own:#eefedf;--color-background-own-selected:#d4fcae;--color-background-own-rgb:238,254,223;--color-text:#000;--color-text-lighter:#2e3939;--color-text-secondary:#707579;--color-text-secondary-rgb:112,117,121;--color-text-meta:#686c72;--color-text-meta-rgb:104,108,114;--color-text-green:#4fae4e;--color-text-green-rgb:79,174,78;--color-borders:#dadce0;--color-webpage-initial-background:#2e3939;--color-interactive-active:var(--color-primary);--color-interactive-inactive:rgba(var(--color-text-secondary-rgb),0.25);--color-interactive-buffered:rgba(var(--color-text-secondary-rgb),0.25);--color-primary:#50a2e9;--color-primary-rgb:80,162,233;--color-primary-shade:#4a95d6;--color-primary-shade-darker:#4388c4;--color-primary-shade-rgb:74,149,214;--color-green:#4dcd5e;--color-green-darker:#41ac4f;--color-error:#e53935;--color-error-shade:#d33431;--color-error-rgb:229,57,53;--color-warning:#fb8c00;--color-yellow:#fdd764;--color-links:#52a1ef;--color-links-hover:#2d8dec;--color-links-darker:#157be0;--color-links-darker-hover:#1166ba;--color-placeholders:#a2acb4;--color-code:#4a729a;--color-code-bg:rgba(112,117,121,0.08);--color-code-own:#3c7940;--color-code-own-bg:rgba(112,117,121,0.08);--color-reply-hover:#f4f4f4;--color-reply-active:#e8e9ea;--color-reply-own-hover:#dbf4ce;--color-reply-own-active:#c8ebbc;--color-white:#fff;--color-gray:#c4c9cc;--color-chat-hover:#f4f4f5;--color-chat-active:#ededed;--color-selection-highlight:#3993fb;--color-selection-highlight-emoji:rgba(57,147,251,0.7);--color-user-1:#e17076;--color-user-2:#7bc862;--color-user-4:#65aadd;--color-user-5:#a695e7;--color-user-6:#ee7aae;--color-user-7:#6ec9cb;--color-user-8:#faa774;--border-radius-default:0.75rem;--border-radius-default-small:0.625rem;--border-radius-default-tiny:0.375rem;--border-radius-messages:0.75rem;--border-radius-messages-small:0.375rem;--messages-container-width:45.5rem;--right-column-width:26.5rem;--header-height:3.625rem;--symbol-menu-width:26.25rem;--symbol-menu-height:23.25rem;--symbol-menu-footer-height:3rem;--z-ui-loader-mask:2000;--z-right-column:900;--z-header-menu:990;--z-header-menu-backdrop:980;--z-modal:1000;--z-media-viewer:1500;--z-drop-area:55;--z-notification:50;--z-animation-fade:50;--z-menu-bubble:21;--z-menu-backdrop:20;--z-message-highlighted:13;--z-message-context-menu:12;--z-mobile-search:11;--z-middle-header:10;--z-middle-footer:10;--z-country-code-input-group:10;--z-message-select-control:9;--z-message-select-area:8;--z-sticky-date:9;--z-register-add-avatar:5;--z-media-viewer-head:3;--z-below:-1;--spinner-white-data:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEwLjggMjIuNEM2IDIxLjkgMi4xIDE4IDEuNiAxMy4yLjkgNy4xIDUuNCAxLjkgMTEuMyAxLjVjLjQgMCAuNy0uMy43LS43IDAtLjQtLjQtLjgtLjgtLjhDNC44LjQtLjIgNS45IDAgMTIuNS4yIDE4LjYgNS40IDIzLjggMTEuNSAyNGM2LjYuMiAxMi00LjggMTIuNC0xMS4yIDAtLjQtLjMtLjgtLjgtLjgtLjQgMC0uNy4zLS43LjctLjMgNS45LTUuNSAxMC40LTExLjYgOS43eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);--spinner-white-thin-data:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEyIDIzQzUuOSAyMyAxIDE4LjEgMSAxMlM1LjkgMSAxMiAxVjBDNS40IDAgMCA1LjQgMCAxMnM1LjQgMTIgMTIgMTIgMTItNS40IDEyLTEyaC0xYzAgNi4xLTQuOSAxMS0xMSAxMXoiLz48L3N2Zz4=);--spinner-blue-data:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEwLjggMjIuNEM2IDIxLjkgMi4xIDE4IDEuNiAxMy4yLjkgNy4xIDUuNCAxLjkgMTEuMyAxLjVjLjQgMCAuNy0uMy43LS43IDAtLjQtLjQtLjgtLjgtLjhDNC44LjQtLjIgNS45IDAgMTIuNS4yIDE4LjYgNS40IDIzLjggMTEuNSAyNGM2LjYuMiAxMi00LjggMTIuNC0xMS4yIDAtLjQtLjMtLjgtLjgtLjgtLjQgMC0uNy4zLS43LjctLjMgNS45LTUuNSAxMC40LTExLjYgOS43eiIgZmlsbD0iIzRlYTRmNiIvPjwvc3ZnPg==);--spinner-black-data:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEwLjggMjIuNEM2IDIxLjkgMi4xIDE4IDEuNiAxMy4yLjkgNy4xIDUuNCAxLjkgMTEuMyAxLjVjLjQgMCAuNy0uMy43LS43IDAtLjQtLjQtLjgtLjgtLjhDNC44LjQtLjIgNS45IDAgMTIuNS4yIDE4LjYgNS40IDIzLjggMTEuNSAyNGM2LjYuMiAxMi00LjggMTIuNC0xMS4yIDAtLjQtLjMtLjgtLjgtLjgtLjQgMC0uNy4zLS43LjctLjMgNS45LTUuNSAxMC40LTExLjYgOS43eiIgZmlsbD0iIzJlMzkzOSIvPjwvc3ZnPg==);--spinner-green-data:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEwLjggMjIuNEM2IDIxLjkgMi4xIDE4IDEuNiAxMy4yLjkgNy4xIDUuNCAxLjkgMTEuMyAxLjVjLjQgMCAuNy0uMy43LS43IDAtLjQtLjQtLjgtLjgtLjhDNC44LjQtLjIgNS45IDAgMTIuNS4yIDE4LjYgNS40IDIzLjggMTEuNSAyNGM2LjYuMiAxMi00LjggMTIuNC0xMS4yIDAtLjQtLjMtLjgtLjgtLjgtLjQgMC0uNy4zLS43LjctLjMgNS45LTUuNSAxMC40LTExLjYgOS43eiIgZmlsbD0iIzRmYWU0ZSIvPjwvc3ZnPg==);--spinner-gray-data:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEwLjggMjIuNEM2IDIxLjkgMi4xIDE4IDEuNiAxMy4yLjkgNy4xIDUuNCAxLjkgMTEuMyAxLjVjLjQgMCAuNy0uMy43LS43IDAtLjQtLjQtLjgtLjgtLjhDNC44LjQtLjIgNS45IDAgMTIuNS4yIDE4LjYgNS40IDIzLjggMTEuNSAyNGM2LjYuMiAxMi00LjggMTIuNC0xMS4yIDAtLjQtLjMtLjgtLjgtLjgtLjQgMC0uNy4zLS43LjctLjMgNS45LTUuNSAxMC40LTExLjYgOS43eiIgZmlsbD0iIzcwNzU3OSIvPjwvc3ZnPg==);--drag-target-border:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23DDDFE0' stroke-width='4' stroke-dasharray='9.1, 10.5' stroke-dashoffset='3' stroke-linecap='round'/%3E%3C/svg%3E");--drag-target-border-hovered:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%2363A2E3' stroke-width='4' stroke-dasharray='9.1, 10.5' stroke-dashoffset='3' stroke-linecap='round'/%3E%3C/svg%3E");--layer-transition:300ms cubic-bezier(0.33,1,0.68,1);--layer-blackout-opacity:0.3;--slide-transition:450ms cubic-bezier(0.25,1,0.5,1);--select-transition:200ms ease-out;--vh:1vh}@media (min-width:1276px) and (max-width:1680px){:root{--right-column-width:25vw}}@media (max-width:600px){:root{--right-column-width:100vw;--header-height:3.5rem;--symbol-menu-width:100vw;--symbol-menu-height:14.6875rem;--layer-transition:450ms cubic-bezier(0.25,1,0.5,1)}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:2rem!important}.mt-5,.my-5{margin-top:2rem!important}.mr-5,.mx-5{margin-right:2rem!important}.mb-5,.my-5{margin-bottom:2rem!important}.ml-5,.mx-5{margin-left:2rem!important}.m-6{margin:3rem!important}.mt-6,.my-6{margin-top:3rem!important}.mr-6,.mx-6{margin-right:3rem!important}.mb-6,.my-6{margin-bottom:3rem!important}.ml-6,.mx-6{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:2rem!important}.pt-5,.py-5{padding-top:2rem!important}.pr-5,.px-5{padding-right:2rem!important}.pb-5,.py-5{padding-bottom:2rem!important}.pl-5,.px-5{padding-left:2rem!important}.p-6{padding:3rem!important}.pt-6,.py-6{padding-top:3rem!important}.pr-6,.px-6{padding-right:3rem!important}.pb-6,.py-6{padding-bottom:3rem!important}.pl-6,.px-6{padding-left:3rem!important}.input-group{position:relative;margin-bottom:1.5rem}.input-group label{display:block;padding:0 .25rem;position:absolute;left:.75rem;top:.95rem;background-color:var(--color-background);font-size:1rem;font-weight:400;color:var(--color-placeholders);transition:transform .15s ease-out,color .15s ease-out;cursor:text;pointer-events:none;transform-origin:left center;white-space:nowrap}.input-group.with-arrow:after{content:"";position:absolute;height:.75rem;width:.75rem;border-left:1px solid var(--color-text-secondary);border-bottom:1px solid var(--color-text-secondary);transform:rotate(-45deg);right:2rem;top:1rem}.input-group.error label,.input-group .form-control.focus+label,.input-group .form-control:focus+label,.input-group.success label,.input-group.touched label{transform:scale(.75) translate(-.5rem,-2.25rem)}.input-group .form-control::placeholder,.input-group input::placeholder{color:var(--color-placeholders)}.input-group.touched label{color:var(--color-text-secondary)}.input-group.error label{color:var(--color-error)!important}.input-group.success label{color:var(--color-text-green)!important}.input-group.disabled{opacity:.5;pointer-events:none}.form-control{--border-width:1px;display:block;width:100%;height:3.375rem;padding:calc(.75rem - var(--border-width)) calc(.9rem - var(--border-width));border:var(--border-width) solid var(--color-borders);border-radius:var(--border-radius-default);color:var(--color-text);outline:none;transition:border-color .15s ease;word-break:break-word;-webkit-appearance:none;font-size:1rem;line-height:1.25rem}.form-control:hover{border-color:var(--color-gray)}.form-control.focus,.form-control:focus{border-color:var(--color-primary);box-shadow:inset 0 0 0 1px var(--color-primary);caret-color:var(--color-primary)}.form-control.focus+label,.form-control:focus+label{color:var(--color-primary)}.form-control:disabled{background:none!important}.error .form-control{border-color:var(--color-error);box-shadow:inset 0 0 0 1px var(--color-error);caret-color:var(--color-error)}.success .form-control{border-color:var(--color-text-green);box-shadow:inset 0 0 0 1px var(--color-text-green);caret-color:var(--color-text-green)}select.form-control option{line-height:2rem}textarea.form-control{resize:none;overflow:hidden;line-height:1.3125rem;padding-top:calc(1rem - var(--border-width));padding-bottom:calc(1rem - var(--border-width))}.input-group.password-input{position:relative}.input-group.password-input .form-control{padding-right:3.375rem}.input-group.password-input .toggle-password{position:absolute;top:0;right:0;width:3.375rem;height:3.375rem;display:flex;align-items:center;justify-content:center;cursor:pointer;outline:none!important;color:var(--color-text-secondary);opacity:.7;font-size:1.5rem}.input-group.password-input .toggle-password:focus,.input-group.password-input .toggle-password:hover{opacity:1}@font-face{font-family:icomoon;src:url(icomoon.725349c653bfc70090f1988dc81ac837.woff2) format("woff2"),url(icomoon.02d3a207ccbd1adab3d528c444440b16.woff) format("woff");font-weight:400;font-style:normal;font-display:block}[class*=" icon-"],[class^=icon-]{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-darkmode:before{content:"\e979"}.icon-animations:before{content:"\e97a"}.icon-enter:before{content:"\e97b"}.icon-fontsize:before{content:"\e97c"}.icon-permissions:before{content:"\e976"}.icon-card:before{content:"\e977"}.icon-truck:before{content:"\e978"}.icon-share-filled:before{content:"\e95a"}.icon-bold:before{content:"\e961"}.icon-bot-command:before{content:"\e962"}.icon-calendar-filter:before{content:"\e963"}.icon-comments:before{content:"\e964"}.icon-comments-sticker:before{content:"\e965"}.icon-arrow-down:before{content:"\e966"}.icon-email:before{content:"\e967"}.icon-italic:before{content:"\e968"}.icon-link:before{content:"\e969"}.icon-mention:before{content:"\e96a"}.icon-monospace:before{content:"\e96b"}.icon-next:before{content:"\e96c"}.icon-password-off:before{content:"\e96d"}.icon-pin-list:before{content:"\e96e"}.icon-previous:before{content:"\e96f"}.icon-replace:before{content:"\e970"}.icon-schedule:before{content:"\e971"}.icon-strikethrough:before{content:"\e972"}.icon-underlined:before{content:"\e973"}.icon-zoom-in:before{content:"\e974"}.icon-zoom-out:before{content:"\e975"}.icon-select:before{content:"\e960"}.icon-folder:before{content:"\e913"}.icon-bots:before{content:"\e915"}.icon-calendar:before{content:"\e916"}.icon-cloud-download:before{content:"\e917"}.icon-colorize:before{content:"\e918"}.icon-forward:before{content:"\e927"}.icon-reply:before{content:"\e947"}.icon-help:before{content:"\e92a"}.icon-info:before{content:"\e92b"}.icon-info-filled:before{content:"\e91b"}.icon-delete-filled:before{content:"\e91c"}.icon-delete:before{content:"\e91d"}.icon-edit:before{content:"\e923"}.icon-new-chat-filled:before{content:"\e939"}.icon-send:before{content:"\e94a"}.icon-send-outline:before{content:"\e94b"}.icon-add-user-filled:before{content:"\e904"}.icon-add-user:before{content:"\e905"}.icon-delete-user:before{content:"\e91e"}.icon-microphone:before{content:"\e935"}.icon-microphone-alt:before{content:"\e93b"}.icon-poll:before{content:"\e938"}.icon-revote:before{content:"\e93a"}.icon-photo:before{content:"\e940"}.icon-document:before{content:"\e91f"}.icon-camera:before{content:"\e90e"}.icon-camera-add:before{content:"\e90f"}.icon-logout:before{content:"\e932"}.icon-saved-messages:before{content:"\e948"}.icon-settings:before{content:"\e94e"}.icon-phone:before{content:"\e93f"}.icon-attach:before{content:"\e909"}.icon-copy:before{content:"\e91a"}.icon-channel:before{content:"\e911"}.icon-group:before{content:"\e929"}.icon-user:before{content:"\e959"}.icon-non-contacts:before{content:"\e928"}.icon-active-sessions:before{content:"\e902"}.icon-admin:before{content:"\e906"}.icon-download:before{content:"\e921"}.icon-location:before{content:"\e930"}.icon-stop:before{content:"\e952"}.icon-archive:before{content:"\e908"}.icon-unarchive:before{content:"\e953"}.icon-readchats:before{content:"\e933"}.icon-unread:before{content:"\e957"}.icon-message:before{content:"\e934"}.icon-lock:before{content:"\e931"}.icon-unlock:before{content:"\e954"}.icon-mute:before{content:"\e937"}.icon-unmute:before{content:"\e955"}.icon-pin:before{content:"\e941"}.icon-unpin:before{content:"\e956"}.icon-smallscreen:before{content:"\e95e"}.icon-fullscreen:before{content:"\e95f"}.icon-large-pause:before{content:"\e92e"}.icon-large-play:before{content:"\e92f"}.icon-pause:before{content:"\e93d"}.icon-play:before{content:"\e943"}.icon-channelviews:before{content:"\e912"}.icon-message-succeeded:before{content:"\e900"}.icon-message-read:before{content:"\e901"}.icon-message-pending:before{content:"\e94c"}.icon-message-failed:before{content:"\e94d"}.icon-favorite:before{content:"\e93e"}.icon-keyboard:before{content:"\e944"}.icon-delete-left:before{content:"\e945"}.icon-recent:before{content:"\e946"}.icon-gifs:before{content:"\e94f"}.icon-stickers:before{content:"\e95b"}.icon-smile:before{content:"\e950"}.icon-animals:before{content:"\e907"}.icon-eats:before{content:"\e922"}.icon-sport:before{content:"\e951"}.icon-car:before{content:"\e910"}.icon-lamp:before{content:"\e92c"}.icon-language:before{content:"\e92d"}.icon-flag:before{content:"\e926"}.icon-more:before{content:"\e936"}.icon-search:before{content:"\e949"}.icon-remove:before{content:"\e95c"}.icon-add:before{content:"\e903"}.icon-check:before{content:"\e914"}.icon-close:before{content:"\e919"}.icon-arrow-left:before{content:"\e90d"}.icon-arrow-right:before{content:"\e93c"}.icon-down:before{content:"\e920"}.icon-up:before{content:"\e958"}.icon-eye-closed:before{content:"\e925"}.icon-eye:before{content:"\e924"}.icon-muted-chat:before{content:"\e95d"}.icon-avatar-archived-chats:before{content:"\e90a"}.icon-avatar-deleted-account:before{content:"\e90b"}.icon-avatar-saved-messages:before{content:"\e90c"}.icon-pinned-chat:before{content:"\e942"}.media-inner{position:relative}.media-inner img,.media-inner video{display:block;object-fit:cover}.media-inner video{background:no-repeat 50% 50%;background-size:contain}.media-inner .media-loading,.media-inner .thumbnail~.full-media{position:absolute}.media-inner .thumbnail.empty{visibility:hidden}.animated-close-icon{position:absolute;transform:rotate(-45deg)}.animated-close-icon,.animated-close-icon:after,.animated-close-icon:before{width:1.125rem;height:.125rem;border-radius:.125rem;background-color:var(--color-text-secondary);transition:transform var(--slide-transition)}.animated-close-icon:after,.animated-close-icon:before{position:absolute;left:0;top:0;content:""}.animated-close-icon:before{transform:rotate(90deg)}.animated-close-icon.no-transition,.animated-close-icon.no-transition:after,.animated-close-icon.no-transition:before{transition:none}.animated-close-icon.state-back{transform:rotate(180deg)}.animated-close-icon.state-back:before{transform:rotate(45deg) scaleX(.75) translateY(-.375rem)}.animated-close-icon.state-back:after{transform:rotate(-45deg) scaleX(.75) translateY(.375rem)}.chat-list{height:100%;overflow-y:auto;padding:0 .125rem .5rem .4375rem}.chat-list .scroll-container{position:relative}.chat-list .ListItem.chat-item-clickable{margin:0}@media (max-width:600px){.chat-list{padding-left:0;padding-right:0}}.chat-list .no-results{color:var(--color-text-meta);margin-top:2rem;text-align:center}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeSpeed}body,html{width:100%;height:100%;background:var(--color-background);margin:0;padding:0;font-size:16px;font-family:Roboto,Helvetica Neue,Apple Color Emoji,sans-serif;color:var(--color-text);overflow:hidden}@media (max-width:600px){body,html{height:calc(var(--vh, 1vh)*100)}}body.cursor-grabbing,body.cursor-grabbing *{cursor:grabbing!important}#root{height:100%;max-width:1680px;margin:0 auto}@media (max-width:600px){#root{height:calc(var(--vh, 1vh)*100)}}#middle-column-portals,#portals{position:absolute;top:0;left:0;right:0}.hidden{visibility:hidden}.no-selection{user-select:none;-webkit-user-select:none!important}.visually-hidden{position:absolute!important;width:0;height:0;overflow:hidden;clip:rect(0,0,0,0);z-index:-1}.not-implemented{opacity:.5}.not-implemented,.not-implemented *{cursor:not-allowed!important}*{box-sizing:border-box}.custom-scroll,.custom-scroll-x{scrollbar-width:thin;scrollbar-color:rgba(90,90,90,0) transparent;transition:scrollbar-color .3s ease;-webkit-overflow-scrolling:touch;pointer-events:auto}.custom-scroll-x::-webkit-scrollbar-thumb,.custom-scroll::-webkit-scrollbar-thumb{background-color:rgba(90,90,90,0);border-radius:.35rem}.custom-scroll-x:focus,.custom-scroll-x:focus-within,.custom-scroll-x:hover,.custom-scroll:focus,.custom-scroll:focus-within,.custom-scroll:hover{scrollbar-color:rgba(90,90,90,.3) transparent}.custom-scroll-x:focus-within::-webkit-scrollbar-thumb,.custom-scroll-x:focus::-webkit-scrollbar-thumb,.custom-scroll-x:hover::-webkit-scrollbar-thumb,.custom-scroll:focus-within::-webkit-scrollbar-thumb,.custom-scroll:focus::-webkit-scrollbar-thumb,.custom-scroll:hover::-webkit-scrollbar-thumb{background-color:rgba(90,90,90,.3)}.custom-scroll::-webkit-scrollbar{width:.375rem}.custom-scroll-x::-webkit-scrollbar{height:.35rem}.no-scrollbar{scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.emoji-small{background:no-repeat;background-size:1.25rem;color:transparent;display:inline-block;width:1.25rem;height:1.25rem;margin-right:1px;overflow:hidden}.emoji-small::selection{background-color:var(--color-selection-highlight-emoji);color:transparent}div[role=button]{outline:none!important;cursor:pointer}.opacity-transition{opacity:1;transition:opacity .15s ease}.opacity-transition:not(.open){opacity:0}.opacity-transition:not(.shown){display:none}.opacity-transition.slow{transition-duration:.3s}.color-primary{color:var(--color-primary)!important}.color-danger{color:var(--color-error)!important}.text-muted{color:var(--color-text-secondary)!important}@keyframes grow-icon{0%{transform:scale(.5);opacity:.8}50%{transform:scale(1.1);opacity:1}to{transform:scale(1)}}@keyframes hide-icon{0%{transform:scale(1);opacity:.4}to{transform:scale(.5);opacity:0}} \ No newline at end of file diff --git a/dist/mastercard.4216118edafe23cc2dec7b8807ba4622.svg b/dist/mastercard.4216118edafe23cc2dec7b8807ba4622.svg new file mode 100644 index 000000000..73959ae78 --- /dev/null +++ b/dist/mastercard.4216118edafe23cc2dec7b8807ba4622.svg @@ -0,0 +1,2 @@ + +image/svg+xml diff --git a/dist/media_navigation_next.3d6e264d21e73ad725738beb8e9dbbb8.svg b/dist/media_navigation_next.3d6e264d21e73ad725738beb8e9dbbb8.svg new file mode 100644 index 000000000..77ce415cb --- /dev/null +++ b/dist/media_navigation_next.3d6e264d21e73ad725738beb8e9dbbb8.svg @@ -0,0 +1 @@ + diff --git a/dist/media_navigation_previous.11f3cfece8fead5a78e6349db2545210.svg b/dist/media_navigation_previous.11f3cfece8fead5a78e6349db2545210.svg new file mode 100644 index 000000000..5e58b96a1 --- /dev/null +++ b/dist/media_navigation_previous.11f3cfece8fead5a78e6349db2545210.svg @@ -0,0 +1 @@ + diff --git a/dist/monkey.a3d5fcdc50b18dc55695f7dd4101a8c9.svg b/dist/monkey.a3d5fcdc50b18dc55695f7dd4101a8c9.svg new file mode 100644 index 000000000..c8eac0c49 --- /dev/null +++ b/dist/monkey.a3d5fcdc50b18dc55695f7dd4101a8c9.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/mstile-150x150.png b/dist/mstile-150x150.png new file mode 100644 index 000000000..25353590e Binary files /dev/null and b/dist/mstile-150x150.png differ diff --git a/dist/pl-extra.38fd67a6c26e58f5c912568332c7c074.json b/dist/pl-extra.38fd67a6c26e58f5c912568332c7c074.json new file mode 100644 index 000000000..6d767c450 --- /dev/null +++ b/dist/pl-extra.38fd67a6c26e58f5c912568332c7c074.json @@ -0,0 +1,79 @@ +{ + "Activity": "Aktywność", + "AnimalsNature": "Zwierzęta i natura", + "AppName": "Telegram", + "Archived": "Zarchiwizowane", + "BioAbout": "Różne szczegóły takie jak wiek, zawód lub miasto.\nPrzykład: 23 lata, projektant z Warszawy.", + "ChannelInfo": "Info o kanale", + "ChatInfo": "Info o grupie", + "ChatsAndContacts": "Czaty i kontakty", + "ChooseDefaultSkinTone": "Wybierz domyślny odcień skóry", + "Connecting": "Łączenie…", + "ConnectingToProxy": "Łączenie z proxy…", + "ContactJoinedDisabled": "Wyłączone", + "ContactJoinedEnabled": "Włączone", + "ContinueOnThisLanguage": "Kontynuuj po angielsku", + "CopyMessageLink": "Kopiuj link wiadomości", + "Country": "Kraj", + "Custom": "Własne", + "DeletedMessage": "Usunięta wiadomość", + "DragToReposition": "Przeciągnij, aby zmienić położenie", + "EditProfile": "Edytuj profil", + "Emoji": "EMOJI", + "EnterPassword": "Wprowadź hasło", + "FilterChooseChats": "Wybierz co najmniej jeden czat dla tego folderu.", + "FilterCreateError": "Nie można dodać więcej niż 10 folderów.", + "Flags": "Flagi", + "FoodDrink": "Jedzenie i picie", + "GeneralSettings": "Ustawienia ogólne", + "GoToMessage": "Idź do wiadomości", + "InvalidPhoneNumber": "Nieprawidłowy numer telefonu. Sprawdź numer i spróbuj ponownie.", + "KeepMeSignedIn": "Nie wylogowuj mnie", + "LeftChannel": "Opuszczono kanał", + "LeftGroup": "Opuszczono grupę", + "Loading": "Wczytywanie…", + "LogInByPhone": "Lub zaloguj się, używając swojego numeru telefonu", + "LogInViaQR": "Szybkie logowanie przy użyciu kodu QR", + "More": "Więcej", + "Next": "Dalej", + "NotEmojiFound": "Nie znaleziono emoji", + "NotificationsDisabled": "Wyłączone", + "NotificationsEnabled": "Włączone", + "Objects": "Obiekty", + "PhoneNumber": "Numer telefonu", + "PhotosTitle": "Zdjęcia", + "PollQuizOneRightAnswer": "Quiz ma tylko jedną poprawną odpowiedź.", + "PreviewDisabled": "Wyłączony", + "PreviewEnabled": "Włączony", + "QRHint": "1. Otwórz Telegram na swoim telefonie\n2. Przejdź do Ustawienia » Urządzenia » Zeskanuj kod QR\n3. Zeskanuj ten obraz, aby się zalogować", + "Recent": "Często używane", + "RecordDeniedDescription": "Zanim będzie można nagrywać notatki głosowe, należy zezwolić przeglądarce na dostęp do mikrofonu. Kliknij na ikonę kłódki obok adresu URL, a następnie upewnij się, że jest wybrane Zezwól w ustawieniach mikrofonu, aby umożliwić dostęp do twojego mikrofonu.", + "RecordDeniedTitle": "Odmowa dostępu", + "Saved": "Zapisane", + "Search": "Szukaj", + "SearchMessagesIn": "Szukaj wiadomości w", + "SearchResults": "Wyniki wyszukiwania", + "SelectChatToStartMessaging": "Wybierz czat, aby rozpocząć rozmowę", + "SendAsFile": "Wyślij jako plik", + "SendAsPhoto": "Wyślij jako zdjęcie", + "SendFileConfirmation": "Czy na pewno chcesz wysłać plik?", + "SendFilesConfirmation": "Czy na pewno chcesz wysłać pliki?", + "SendMessage": "Wyślij wiadomość", + "SignInToTelegram": "Zaloguj się do Telegrama", + "SmileysPeople": "Uśmieszki i ludzie", + "StartText": "Potwierdź kod twojego kraju i podaj swój numer telefonu.", + "Stickers": "NAKLEJKI", + "Symbols": "Symbole", + "Text": "Tekst", + "TravelPlaces": "Podróże i miejsca", + "UpdateDraftConfirmation": "Czy na pewno chcesz zaktualizować wersję roboczą?", + "Updating": "Aktualizowanie…", + "VideosTitle": "Wideo", + "ViewChannelInfo": "Pokaż info o kanale", + "ViewGroupInfo": "Pokaż info o grupie", + "ViewProfile": "Pokaż profil", + "VoiceTitle": "Wiadomości głosowe", + "WaitingForNetwork": "Czekam na sieć…", + "YourAccountProtectedWithPassword": "Twoje konto jest zabezpieczone dodatkowym hasłem.", + "YourPhone": "Twój numer telefonu" +} diff --git a/dist/report.html b/dist/report.html new file mode 100644 index 000000000..968c43765 --- /dev/null +++ b/dist/report.html @@ -0,0 +1,53 @@ + + + + + + telegram-t [9 Apr 2021 at 14:14] + + + + + + + + + + + +
+ + + diff --git a/dist/rlottie-wasm.js b/dist/rlottie-wasm.js new file mode 100644 index 000000000..773ad1abb --- /dev/null +++ b/dist/rlottie-wasm.js @@ -0,0 +1 @@ +var Module=typeof Module!=="undefined"?Module:{};var moduleOverrides={};var key;for(key in Module){if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}var arguments_=[];var thisProgram="./this.program";var quit_=function(status,toThrow){throw toThrow};var ENVIRONMENT_IS_WEB=false;var ENVIRONMENT_IS_WORKER=false;var ENVIRONMENT_IS_NODE=false;var ENVIRONMENT_IS_SHELL=false;ENVIRONMENT_IS_WEB=typeof window==="object";ENVIRONMENT_IS_WORKER=typeof importScripts==="function";ENVIRONMENT_IS_NODE=typeof process==="object"&&typeof process.versions==="object"&&typeof process.versions.node==="string";ENVIRONMENT_IS_SHELL=!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_WORKER;var scriptDirectory="";function locateFile(path){if(Module["locateFile"]){return Module["locateFile"](path,scriptDirectory)}return scriptDirectory+path}var read_,readAsync,readBinary,setWindowTitle;var nodeFS;var nodePath;if(ENVIRONMENT_IS_NODE){if(ENVIRONMENT_IS_WORKER){scriptDirectory=require("path").dirname(scriptDirectory)+"/"}else{scriptDirectory=__dirname+"/"}read_=function shell_read(filename,binary){if(!nodeFS)nodeFS=require("fs");if(!nodePath)nodePath=require("path");filename=nodePath["normalize"](filename);return nodeFS["readFileSync"](filename,binary?null:"utf8")};readBinary=function readBinary(filename){var ret=read_(filename,true);if(!ret.buffer){ret=new Uint8Array(ret)}assert(ret.buffer);return ret};if(process["argv"].length>1){thisProgram=process["argv"][1].replace(/\\/g,"/")}arguments_=process["argv"].slice(2);if(typeof module!=="undefined"){module["exports"]=Module}process["on"]("uncaughtException",function(ex){if(!(ex instanceof ExitStatus)){throw ex}});process["on"]("unhandledRejection",abort);quit_=function(status){process["exit"](status)};Module["inspect"]=function(){return"[Emscripten Module object]"}}else if(ENVIRONMENT_IS_SHELL){if(typeof read!="undefined"){read_=function shell_read(f){return read(f)}}readBinary=function readBinary(f){var data;if(typeof readbuffer==="function"){return new Uint8Array(readbuffer(f))}data=read(f,"binary");assert(typeof data==="object");return data};if(typeof scriptArgs!="undefined"){arguments_=scriptArgs}else if(typeof arguments!="undefined"){arguments_=arguments}if(typeof quit==="function"){quit_=function(status){quit(status)}}if(typeof print!=="undefined"){if(typeof console==="undefined")console={};console.log=print;console.warn=console.error=typeof printErr!=="undefined"?printErr:print}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){if(ENVIRONMENT_IS_WORKER){scriptDirectory=self.location.href}else if(document.currentScript){scriptDirectory=document.currentScript.src}if(scriptDirectory.indexOf("blob:")!==0){scriptDirectory=scriptDirectory.substr(0,scriptDirectory.lastIndexOf("/")+1)}else{scriptDirectory=""}{read_=function shell_read(url){var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.send(null);return xhr.responseText};if(ENVIRONMENT_IS_WORKER){readBinary=function readBinary(url){var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.responseType="arraybuffer";xhr.send(null);return new Uint8Array(xhr.response)}}readAsync=function readAsync(url,onload,onerror){var xhr=new XMLHttpRequest;xhr.open("GET",url,true);xhr.responseType="arraybuffer";xhr.onload=function xhr_onload(){if(xhr.status==200||xhr.status==0&&xhr.response){onload(xhr.response);return}onerror()};xhr.onerror=onerror;xhr.send(null)}}setWindowTitle=function(title){document.title=title}}else{}var out=Module["print"]||console.log.bind(console);var err=Module["printErr"]||console.warn.bind(console);for(key in moduleOverrides){if(moduleOverrides.hasOwnProperty(key)){Module[key]=moduleOverrides[key]}}moduleOverrides=null;if(Module["arguments"])arguments_=Module["arguments"];if(Module["thisProgram"])thisProgram=Module["thisProgram"];if(Module["quit"])quit_=Module["quit"];function dynamicAlloc(size){var ret=HEAP32[DYNAMICTOP_PTR>>2];var end=ret+size+15&-16;HEAP32[DYNAMICTOP_PTR>>2]=end;return ret}function getNativeTypeSize(type){switch(type){case"i1":case"i8":return 1;case"i16":return 2;case"i32":return 4;case"i64":return 8;case"float":return 4;case"double":return 8;default:{if(type[type.length-1]==="*"){return 4}else if(type[0]==="i"){var bits=Number(type.substr(1));assert(bits%8===0,"getNativeTypeSize invalid bits "+bits+", type "+type);return bits/8}else{return 0}}}}var tempRet0=0;var setTempRet0=function(value){tempRet0=value};var getTempRet0=function(){return tempRet0};var wasmBinary;if(Module["wasmBinary"])wasmBinary=Module["wasmBinary"];var noExitRuntime;if(Module["noExitRuntime"])noExitRuntime=Module["noExitRuntime"];if(typeof WebAssembly!=="object"){err("no native wasm support detected")}function setValue(ptr,value,type,noSafe){type=type||"i8";if(type.charAt(type.length-1)==="*")type="i32";switch(type){case"i1":HEAP8[ptr>>0]=value;break;case"i8":HEAP8[ptr>>0]=value;break;case"i16":HEAP16[ptr>>1]=value;break;case"i32":HEAP32[ptr>>2]=value;break;case"i64":tempI64=[value>>>0,(tempDouble=value,+Math_abs(tempDouble)>=1?tempDouble>0?(Math_min(+Math_floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math_ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[ptr>>2]=tempI64[0],HEAP32[ptr+4>>2]=tempI64[1];break;case"float":HEAPF32[ptr>>2]=value;break;case"double":HEAPF64[ptr>>3]=value;break;default:abort("invalid type for setValue: "+type)}}var wasmMemory;var wasmTable=new WebAssembly.Table({"initial":522,"maximum":522+0,"element":"anyfunc"});var ABORT=false;var EXITSTATUS=0;function assert(condition,text){if(!condition){abort("Assertion failed: "+text)}}function getCFunc(ident){var func=Module["_"+ident];assert(func,"Cannot call unknown function "+ident+", make sure it is exported");return func}function ccall(ident,returnType,argTypes,args,opts){var toC={"string":function(str){var ret=0;if(str!==null&&str!==undefined&&str!==0){var len=(str.length<<2)+1;ret=stackAlloc(len);stringToUTF8(str,ret,len)}return ret},"array":function(arr){var ret=stackAlloc(arr.length);writeArrayToMemory(arr,ret);return ret}};function convertReturnValue(ret){if(returnType==="string")return UTF8ToString(ret);if(returnType==="boolean")return Boolean(ret);return ret}var func=getCFunc(ident);var cArgs=[];var stack=0;if(args){for(var i=0;i>2]=0}stop=ret+size;while(ptr>0]=0}return ret}if(singleType==="i8"){if(slab.subarray||slab.slice){HEAPU8.set(slab,ret)}else{HEAPU8.set(new Uint8Array(slab),ret)}return ret}var i=0,type,typeSize,previousType;while(i=endIdx))++endPtr;if(endPtr-idx>16&&heap.subarray&&UTF8Decoder){return UTF8Decoder.decode(heap.subarray(idx,endPtr))}else{var str="";while(idx>10,56320|ch&1023)}}}return str}function UTF8ToString(ptr,maxBytesToRead){return ptr?UTF8ArrayToString(HEAPU8,ptr,maxBytesToRead):""}function stringToUTF8Array(str,heap,outIdx,maxBytesToWrite){if(!(maxBytesToWrite>0))return 0;var startIdx=outIdx;var endIdx=outIdx+maxBytesToWrite-1;for(var i=0;i=55296&&u<=57343){var u1=str.charCodeAt(++i);u=65536+((u&1023)<<10)|u1&1023}if(u<=127){if(outIdx>=endIdx)break;heap[outIdx++]=u}else if(u<=2047){if(outIdx+1>=endIdx)break;heap[outIdx++]=192|u>>6;heap[outIdx++]=128|u&63}else if(u<=65535){if(outIdx+2>=endIdx)break;heap[outIdx++]=224|u>>12;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}else{if(outIdx+3>=endIdx)break;heap[outIdx++]=240|u>>18;heap[outIdx++]=128|u>>12&63;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}}heap[outIdx]=0;return outIdx-startIdx}function stringToUTF8(str,outPtr,maxBytesToWrite){return stringToUTF8Array(str,HEAPU8,outPtr,maxBytesToWrite)}function lengthBytesUTF8(str){var len=0;for(var i=0;i=55296&&u<=57343)u=65536+((u&1023)<<10)|str.charCodeAt(++i)&1023;if(u<=127)++len;else if(u<=2047)len+=2;else if(u<=65535)len+=3;else len+=4}return len}function writeArrayToMemory(array,buffer){HEAP8.set(array,buffer)}function writeAsciiToMemory(str,buffer,dontAddNull){for(var i=0;i>0]=str.charCodeAt(i)}if(!dontAddNull)HEAP8[buffer>>0]=0}var WASM_PAGE_SIZE=65536;function alignUp(x,multiple){if(x%multiple>0){x+=multiple-x%multiple}return x}var buffer,HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64;function updateGlobalBufferAndViews(buf){buffer=buf;Module["HEAP8"]=HEAP8=new Int8Array(buf);Module["HEAP16"]=HEAP16=new Int16Array(buf);Module["HEAP32"]=HEAP32=new Int32Array(buf);Module["HEAPU8"]=HEAPU8=new Uint8Array(buf);Module["HEAPU16"]=HEAPU16=new Uint16Array(buf);Module["HEAPU32"]=HEAPU32=new Uint32Array(buf);Module["HEAPF32"]=HEAPF32=new Float32Array(buf);Module["HEAPF64"]=HEAPF64=new Float64Array(buf)}var DYNAMIC_BASE=5275232,DYNAMICTOP_PTR=32192;var INITIAL_INITIAL_MEMORY=Module["INITIAL_MEMORY"]||16777216;if(Module["wasmMemory"]){wasmMemory=Module["wasmMemory"]}else{wasmMemory=new WebAssembly.Memory({"initial":INITIAL_INITIAL_MEMORY/WASM_PAGE_SIZE,"maximum":2147483648/WASM_PAGE_SIZE})}if(wasmMemory){buffer=wasmMemory.buffer}INITIAL_INITIAL_MEMORY=buffer.byteLength;updateGlobalBufferAndViews(buffer);HEAP32[DYNAMICTOP_PTR>>2]=DYNAMIC_BASE;function callRuntimeCallbacks(callbacks){while(callbacks.length>0){var callback=callbacks.shift();if(typeof callback=="function"){callback(Module);continue}var func=callback.func;if(typeof func==="number"){if(callback.arg===undefined){Module["dynCall_v"](func)}else{Module["dynCall_vi"](func,callback.arg)}}else{func(callback.arg===undefined?null:callback.arg)}}}var __ATPRERUN__=[];var __ATINIT__=[];var __ATMAIN__=[];var __ATPOSTRUN__=[];var runtimeInitialized=false;function preRun(){if(Module["preRun"]){if(typeof Module["preRun"]=="function")Module["preRun"]=[Module["preRun"]];while(Module["preRun"].length){addOnPreRun(Module["preRun"].shift())}}callRuntimeCallbacks(__ATPRERUN__)}function initRuntime(){runtimeInitialized=true;if(!Module["noFSInit"]&&!FS.init.initialized)FS.init();TTY.init();callRuntimeCallbacks(__ATINIT__)}function preMain(){FS.ignorePermissions=false;callRuntimeCallbacks(__ATMAIN__)}function postRun(){if(Module["postRun"]){if(typeof Module["postRun"]=="function")Module["postRun"]=[Module["postRun"]];while(Module["postRun"].length){addOnPostRun(Module["postRun"].shift())}}callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(cb){__ATPRERUN__.unshift(cb)}function addOnPostRun(cb){__ATPOSTRUN__.unshift(cb)}var Math_abs=Math.abs;var Math_ceil=Math.ceil;var Math_floor=Math.floor;var Math_min=Math.min;var runDependencies=0;var runDependencyWatcher=null;var dependenciesFulfilled=null;function getUniqueRunDependency(id){return id}function addRunDependency(id){runDependencies++;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}}function removeRunDependency(id){runDependencies--;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}if(runDependencies==0){if(runDependencyWatcher!==null){clearInterval(runDependencyWatcher);runDependencyWatcher=null}if(dependenciesFulfilled){var callback=dependenciesFulfilled;dependenciesFulfilled=null;callback()}}}Module["preloadedImages"]={};Module["preloadedAudios"]={};function abort(what){if(Module["onAbort"]){Module["onAbort"](what)}what+="";out(what);err(what);ABORT=true;EXITSTATUS=1;what="abort("+what+"). Build with -s ASSERTIONS=1 for more info.";throw new WebAssembly.RuntimeError(what)}function hasPrefix(str,prefix){return String.prototype.startsWith?str.startsWith(prefix):str.indexOf(prefix)===0}var dataURIPrefix="data:application/octet-stream;base64,";function isDataURI(filename){return hasPrefix(filename,dataURIPrefix)}var fileURIPrefix="file://";function isFileURI(filename){return hasPrefix(filename,fileURIPrefix)}var wasmBinaryFile="rlottie-wasm.wasm";if(!isDataURI(wasmBinaryFile)){wasmBinaryFile=locateFile(wasmBinaryFile)}function getBinary(){try{if(wasmBinary){return new Uint8Array(wasmBinary)}if(readBinary){return readBinary(wasmBinaryFile)}else{throw"both async and sync fetching of the wasm failed"}}catch(err){abort(err)}}function getBinaryPromise(){if(!wasmBinary&&(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER)&&typeof fetch==="function"&&!isFileURI(wasmBinaryFile)){return fetch(wasmBinaryFile,{credentials:"same-origin"}).then(function(response){if(!response["ok"]){throw"failed to load wasm binary file at '"+wasmBinaryFile+"'"}return response["arrayBuffer"]()}).catch(function(){return getBinary()})}return new Promise(function(resolve,reject){resolve(getBinary())})}function createWasm(){var info={"a":asmLibraryArg};function receiveInstance(instance,module){var exports=instance.exports;Module["asm"]=exports;removeRunDependency("wasm-instantiate")}addRunDependency("wasm-instantiate");function receiveInstantiatedSource(output){receiveInstance(output["instance"])}function instantiateArrayBuffer(receiver){return getBinaryPromise().then(function(binary){return WebAssembly.instantiate(binary,info)}).then(receiver,function(reason){err("failed to asynchronously prepare wasm: "+reason);abort(reason)})}function instantiateAsync(){if(!wasmBinary&&typeof WebAssembly.instantiateStreaming==="function"&&!isDataURI(wasmBinaryFile)&&!isFileURI(wasmBinaryFile)&&typeof fetch==="function"){fetch(wasmBinaryFile,{credentials:"same-origin"}).then(function(response){var result=WebAssembly.instantiateStreaming(response,info);return result.then(receiveInstantiatedSource,function(reason){err("wasm streaming compile failed: "+reason);err("falling back to ArrayBuffer instantiation");instantiateArrayBuffer(receiveInstantiatedSource)})})}else{return instantiateArrayBuffer(receiveInstantiatedSource)}}if(Module["instantiateWasm"]){try{var exports=Module["instantiateWasm"](info,receiveInstance);return exports}catch(e){err("Module.instantiateWasm callback failed with error: "+e);return false}}instantiateAsync();return{}}var tempDouble;var tempI64;__ATINIT__.push({func:function(){___wasm_call_ctors()}});function demangle(func){return func}function demangleAll(text){var regex=/\b_Z[\w\d_]+/g;return text.replace(regex,function(x){var y=demangle(x);return x===y?x:y+" ["+x+"]"})}function jsStackTrace(){var err=new Error;if(!err.stack){try{throw new Error}catch(e){err=e}if(!err.stack){return"(no stack trace available)"}}return err.stack.toString()}function stackTrace(){var js=jsStackTrace();if(Module["extraStackTrace"])js+="\n"+Module["extraStackTrace"]();return demangleAll(js)}function __ZN7VRegionC1ERK5VRect(){err("missing function: _ZN7VRegionC1ERK5VRect");abort(-1)}function __ZN7VRegionD1Ev(){err("missing function: _ZN7VRegionD1Ev");abort(-1)}function __ZN7VRegionpLERK5VRect(){err("missing function: _ZN7VRegionpLERK5VRect");abort(-1)}function __ZNK7VRegion12boundingRectEv(){err("missing function: _ZNK7VRegion12boundingRectEv");abort(-1)}function ___assert_fail(condition,filename,line,func){abort("Assertion failed: "+UTF8ToString(condition)+", at: "+[filename?UTF8ToString(filename):"unknown filename",line,func?UTF8ToString(func):"unknown function"])}function setErrNo(value){HEAP32[___errno_location()>>2]=value;return value}function ___map_file(pathname,size){setErrNo(63);return-1}var PATH={splitPath:function(filename){var splitPathRe=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;return splitPathRe.exec(filename).slice(1)},normalizeArray:function(parts,allowAboveRoot){var up=0;for(var i=parts.length-1;i>=0;i--){var last=parts[i];if(last==="."){parts.splice(i,1)}else if(last===".."){parts.splice(i,1);up++}else if(up){parts.splice(i,1);up--}}if(allowAboveRoot){for(;up;up--){parts.unshift("..")}}return parts},normalize:function(path){var isAbsolute=path.charAt(0)==="/",trailingSlash=path.substr(-1)==="/";path=PATH.normalizeArray(path.split("/").filter(function(p){return!!p}),!isAbsolute).join("/");if(!path&&!isAbsolute){path="."}if(path&&trailingSlash){path+="/"}return(isAbsolute?"/":"")+path},dirname:function(path){var result=PATH.splitPath(path),root=result[0],dir=result[1];if(!root&&!dir){return"."}if(dir){dir=dir.substr(0,dir.length-1)}return root+dir},basename:function(path){if(path==="/")return"/";var lastSlash=path.lastIndexOf("/");if(lastSlash===-1)return path;return path.substr(lastSlash+1)},extname:function(path){return PATH.splitPath(path)[3]},join:function(){var paths=Array.prototype.slice.call(arguments,0);return PATH.normalize(paths.join("/"))},join2:function(l,r){return PATH.normalize(l+"/"+r)}};var PATH_FS={resolve:function(){var resolvedPath="",resolvedAbsolute=false;for(var i=arguments.length-1;i>=-1&&!resolvedAbsolute;i--){var path=i>=0?arguments[i]:FS.cwd();if(typeof path!=="string"){throw new TypeError("Arguments to path.resolve must be strings")}else if(!path){return""}resolvedPath=path+"/"+resolvedPath;resolvedAbsolute=path.charAt(0)==="/"}resolvedPath=PATH.normalizeArray(resolvedPath.split("/").filter(function(p){return!!p}),!resolvedAbsolute).join("/");return(resolvedAbsolute?"/":"")+resolvedPath||"."},relative:function(from,to){from=PATH_FS.resolve(from).substr(1);to=PATH_FS.resolve(to).substr(1);function trim(arr){var start=0;for(;start=0;end--){if(arr[end]!=="")break}if(start>end)return[];return arr.slice(start,end-start+1)}var fromParts=trim(from.split("/"));var toParts=trim(to.split("/"));var length=Math.min(fromParts.length,toParts.length);var samePartsLength=length;for(var i=0;i0){result=buf.slice(0,bytesRead).toString("utf-8")}else{result=null}}else if(typeof window!="undefined"&&typeof window.prompt=="function"){result=window.prompt("Input: ");if(result!==null){result+="\n"}}else if(typeof readline=="function"){result=readline();if(result!==null){result+="\n"}}if(!result){return null}tty.input=intArrayFromString(result,true)}return tty.input.shift()},put_char:function(tty,val){if(val===null||val===10){out(UTF8ArrayToString(tty.output,0));tty.output=[]}else{if(val!=0)tty.output.push(val)}},flush:function(tty){if(tty.output&&tty.output.length>0){out(UTF8ArrayToString(tty.output,0));tty.output=[]}}},default_tty1_ops:{put_char:function(tty,val){if(val===null||val===10){err(UTF8ArrayToString(tty.output,0));tty.output=[]}else{if(val!=0)tty.output.push(val)}},flush:function(tty){if(tty.output&&tty.output.length>0){err(UTF8ArrayToString(tty.output,0));tty.output=[]}}}};var MEMFS={ops_table:null,mount:function(mount){return MEMFS.createNode(null,"/",16384|511,0)},createNode:function(parent,name,mode,dev){if(FS.isBlkdev(mode)||FS.isFIFO(mode)){throw new FS.ErrnoError(63)}if(!MEMFS.ops_table){MEMFS.ops_table={dir:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,lookup:MEMFS.node_ops.lookup,mknod:MEMFS.node_ops.mknod,rename:MEMFS.node_ops.rename,unlink:MEMFS.node_ops.unlink,rmdir:MEMFS.node_ops.rmdir,readdir:MEMFS.node_ops.readdir,symlink:MEMFS.node_ops.symlink},stream:{llseek:MEMFS.stream_ops.llseek}},file:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:{llseek:MEMFS.stream_ops.llseek,read:MEMFS.stream_ops.read,write:MEMFS.stream_ops.write,allocate:MEMFS.stream_ops.allocate,mmap:MEMFS.stream_ops.mmap,msync:MEMFS.stream_ops.msync}},link:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,readlink:MEMFS.node_ops.readlink},stream:{}},chrdev:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:FS.chrdev_stream_ops}}}var node=FS.createNode(parent,name,mode,dev);if(FS.isDir(node.mode)){node.node_ops=MEMFS.ops_table.dir.node;node.stream_ops=MEMFS.ops_table.dir.stream;node.contents={}}else if(FS.isFile(node.mode)){node.node_ops=MEMFS.ops_table.file.node;node.stream_ops=MEMFS.ops_table.file.stream;node.usedBytes=0;node.contents=null}else if(FS.isLink(node.mode)){node.node_ops=MEMFS.ops_table.link.node;node.stream_ops=MEMFS.ops_table.link.stream}else if(FS.isChrdev(node.mode)){node.node_ops=MEMFS.ops_table.chrdev.node;node.stream_ops=MEMFS.ops_table.chrdev.stream}node.timestamp=Date.now();if(parent){parent.contents[name]=node}return node},getFileDataAsRegularArray:function(node){if(node.contents&&node.contents.subarray){var arr=[];for(var i=0;i=newCapacity)return;var CAPACITY_DOUBLING_MAX=1024*1024;newCapacity=Math.max(newCapacity,prevCapacity*(prevCapacity>>0);if(prevCapacity!=0)newCapacity=Math.max(newCapacity,256);var oldContents=node.contents;node.contents=new Uint8Array(newCapacity);if(node.usedBytes>0)node.contents.set(oldContents.subarray(0,node.usedBytes),0);return},resizeFileStorage:function(node,newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0;return}if(!node.contents||node.contents.subarray){var oldContents=node.contents;node.contents=new Uint8Array(newSize);if(oldContents){node.contents.set(oldContents.subarray(0,Math.min(newSize,node.usedBytes)))}node.usedBytes=newSize;return}if(!node.contents)node.contents=[];if(node.contents.length>newSize)node.contents.length=newSize;else while(node.contents.length=stream.node.usedBytes)return 0;var size=Math.min(stream.node.usedBytes-position,length);if(size>8&&contents.subarray){buffer.set(contents.subarray(position,position+size),offset)}else{for(var i=0;i0||position+length8){throw new FS.ErrnoError(32)}var parts=PATH.normalizeArray(path.split("/").filter(function(p){return!!p}),false);var current=FS.root;var current_path="/";for(var i=0;i40){throw new FS.ErrnoError(32)}}}}return{path:current_path,node:current}},getPath:function(node){var path;while(true){if(FS.isRoot(node)){var mount=node.mount.mountpoint;if(!path)return mount;return mount[mount.length-1]!=="/"?mount+"/"+path:mount+path}path=path?node.name+"/"+path:node.name;node=node.parent}},hashName:function(parentid,name){var hash=0;for(var i=0;i>>0)%FS.nameTable.length},hashAddNode:function(node){var hash=FS.hashName(node.parent.id,node.name);node.name_next=FS.nameTable[hash];FS.nameTable[hash]=node},hashRemoveNode:function(node){var hash=FS.hashName(node.parent.id,node.name);if(FS.nameTable[hash]===node){FS.nameTable[hash]=node.name_next}else{var current=FS.nameTable[hash];while(current){if(current.name_next===node){current.name_next=node.name_next;break}current=current.name_next}}},lookupNode:function(parent,name){var errCode=FS.mayLookup(parent);if(errCode){throw new FS.ErrnoError(errCode,parent)}var hash=FS.hashName(parent.id,name);for(var node=FS.nameTable[hash];node;node=node.name_next){var nodeName=node.name;if(node.parent.id===parent.id&&nodeName===name){return node}}return FS.lookup(parent,name)},createNode:function(parent,name,mode,rdev){var node=new FS.FSNode(parent,name,mode,rdev);FS.hashAddNode(node);return node},destroyNode:function(node){FS.hashRemoveNode(node)},isRoot:function(node){return node===node.parent},isMountpoint:function(node){return!!node.mounted},isFile:function(mode){return(mode&61440)===32768},isDir:function(mode){return(mode&61440)===16384},isLink:function(mode){return(mode&61440)===40960},isChrdev:function(mode){return(mode&61440)===8192},isBlkdev:function(mode){return(mode&61440)===24576},isFIFO:function(mode){return(mode&61440)===4096},isSocket:function(mode){return(mode&49152)===49152},flagModes:{"r":0,"rs":1052672,"r+":2,"w":577,"wx":705,"xw":705,"w+":578,"wx+":706,"xw+":706,"a":1089,"ax":1217,"xa":1217,"a+":1090,"ax+":1218,"xa+":1218},modeStringToFlags:function(str){var flags=FS.flagModes[str];if(typeof flags==="undefined"){throw new Error("Unknown file open mode: "+str)}return flags},flagsToPermissionString:function(flag){var perms=["r","w","rw"][flag&3];if(flag&512){perms+="w"}return perms},nodePermissions:function(node,perms){if(FS.ignorePermissions){return 0}if(perms.indexOf("r")!==-1&&!(node.mode&292)){return 2}else if(perms.indexOf("w")!==-1&&!(node.mode&146)){return 2}else if(perms.indexOf("x")!==-1&&!(node.mode&73)){return 2}return 0},mayLookup:function(dir){var errCode=FS.nodePermissions(dir,"x");if(errCode)return errCode;if(!dir.node_ops.lookup)return 2;return 0},mayCreate:function(dir,name){try{var node=FS.lookupNode(dir,name);return 20}catch(e){}return FS.nodePermissions(dir,"wx")},mayDelete:function(dir,name,isdir){var node;try{node=FS.lookupNode(dir,name)}catch(e){return e.errno}var errCode=FS.nodePermissions(dir,"wx");if(errCode){return errCode}if(isdir){if(!FS.isDir(node.mode)){return 54}if(FS.isRoot(node)||FS.getPath(node)===FS.cwd()){return 10}}else{if(FS.isDir(node.mode)){return 31}}return 0},mayOpen:function(node,flags){if(!node){return 44}if(FS.isLink(node.mode)){return 32}else if(FS.isDir(node.mode)){if(FS.flagsToPermissionString(flags)!=="r"||flags&512){return 31}}return FS.nodePermissions(node,FS.flagsToPermissionString(flags))},MAX_OPEN_FDS:4096,nextfd:function(fd_start,fd_end){fd_start=fd_start||0;fd_end=fd_end||FS.MAX_OPEN_FDS;for(var fd=fd_start;fd<=fd_end;fd++){if(!FS.streams[fd]){return fd}}throw new FS.ErrnoError(33)},getStream:function(fd){return FS.streams[fd]},createStream:function(stream,fd_start,fd_end){if(!FS.FSStream){FS.FSStream=function(){};FS.FSStream.prototype={object:{get:function(){return this.node},set:function(val){this.node=val}},isRead:{get:function(){return(this.flags&2097155)!==1}},isWrite:{get:function(){return(this.flags&2097155)!==0}},isAppend:{get:function(){return this.flags&1024}}}}var newStream=new FS.FSStream;for(var p in stream){newStream[p]=stream[p]}stream=newStream;var fd=FS.nextfd(fd_start,fd_end);stream.fd=fd;FS.streams[fd]=stream;return stream},closeStream:function(fd){FS.streams[fd]=null},chrdev_stream_ops:{open:function(stream){var device=FS.getDevice(stream.node.rdev);stream.stream_ops=device.stream_ops;if(stream.stream_ops.open){stream.stream_ops.open(stream)}},llseek:function(){throw new FS.ErrnoError(70)}},major:function(dev){return dev>>8},minor:function(dev){return dev&255},makedev:function(ma,mi){return ma<<8|mi},registerDevice:function(dev,ops){FS.devices[dev]={stream_ops:ops}},getDevice:function(dev){return FS.devices[dev]},getMounts:function(mount){var mounts=[];var check=[mount];while(check.length){var m=check.pop();mounts.push(m);check.push.apply(check,m.mounts)}return mounts},syncfs:function(populate,callback){if(typeof populate==="function"){callback=populate;populate=false}FS.syncFSRequests++;if(FS.syncFSRequests>1){err("warning: "+FS.syncFSRequests+" FS.syncfs operations in flight at once, probably just doing extra work")}var mounts=FS.getMounts(FS.root.mount);var completed=0;function doCallback(errCode){FS.syncFSRequests--;return callback(errCode)}function done(errCode){if(errCode){if(!done.errored){done.errored=true;return doCallback(errCode)}return}if(++completed>=mounts.length){doCallback(null)}}mounts.forEach(function(mount){if(!mount.type.syncfs){return done(null)}mount.type.syncfs(mount,populate,done)})},mount:function(type,opts,mountpoint){var root=mountpoint==="/";var pseudo=!mountpoint;var node;if(root&&FS.root){throw new FS.ErrnoError(10)}else if(!root&&!pseudo){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});mountpoint=lookup.path;node=lookup.node;if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}if(!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}}var mount={type:type,opts:opts,mountpoint:mountpoint,mounts:[]};var mountRoot=type.mount(mount);mountRoot.mount=mount;mount.root=mountRoot;if(root){FS.root=mountRoot}else if(node){node.mounted=mount;if(node.mount){node.mount.mounts.push(mount)}}return mountRoot},unmount:function(mountpoint){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});if(!FS.isMountpoint(lookup.node)){throw new FS.ErrnoError(28)}var node=lookup.node;var mount=node.mounted;var mounts=FS.getMounts(mount);Object.keys(FS.nameTable).forEach(function(hash){var current=FS.nameTable[hash];while(current){var next=current.name_next;if(mounts.indexOf(current.mount)!==-1){FS.destroyNode(current)}current=next}});node.mounted=null;var idx=node.mount.mounts.indexOf(mount);node.mount.mounts.splice(idx,1)},lookup:function(parent,name){return parent.node_ops.lookup(parent,name)},mknod:function(path,mode,dev){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);if(!name||name==="."||name===".."){throw new FS.ErrnoError(28)}var errCode=FS.mayCreate(parent,name);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.mknod){throw new FS.ErrnoError(63)}return parent.node_ops.mknod(parent,name,mode,dev)},create:function(path,mode){mode=mode!==undefined?mode:438;mode&=4095;mode|=32768;return FS.mknod(path,mode,0)},mkdir:function(path,mode){mode=mode!==undefined?mode:511;mode&=511|512;mode|=16384;return FS.mknod(path,mode,0)},mkdirTree:function(path,mode){var dirs=path.split("/");var d="";for(var i=0;ithis.length-1||idx<0){return undefined}var chunkOffset=idx%this.chunkSize;var chunkNum=idx/this.chunkSize|0;return this.getter(chunkNum)[chunkOffset]};LazyUint8Array.prototype.setDataGetter=function LazyUint8Array_setDataGetter(getter){this.getter=getter};LazyUint8Array.prototype.cacheLength=function LazyUint8Array_cacheLength(){var xhr=new XMLHttpRequest;xhr.open("HEAD",url,false);xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);var datalength=Number(xhr.getResponseHeader("Content-length"));var header;var hasByteServing=(header=xhr.getResponseHeader("Accept-Ranges"))&&header==="bytes";var usesGzip=(header=xhr.getResponseHeader("Content-Encoding"))&&header==="gzip";var chunkSize=1024*1024;if(!hasByteServing)chunkSize=datalength;var doXHR=function(from,to){if(from>to)throw new Error("invalid range ("+from+", "+to+") or no bytes requested!");if(to>datalength-1)throw new Error("only "+datalength+" bytes available! programmer error!");var xhr=new XMLHttpRequest;xhr.open("GET",url,false);if(datalength!==chunkSize)xhr.setRequestHeader("Range","bytes="+from+"-"+to);if(typeof Uint8Array!="undefined")xhr.responseType="arraybuffer";if(xhr.overrideMimeType){xhr.overrideMimeType("text/plain; charset=x-user-defined")}xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);if(xhr.response!==undefined){return new Uint8Array(xhr.response||[])}else{return intArrayFromString(xhr.responseText||"",true)}};var lazyArray=this;lazyArray.setDataGetter(function(chunkNum){var start=chunkNum*chunkSize;var end=(chunkNum+1)*chunkSize-1;end=Math.min(end,datalength-1);if(typeof lazyArray.chunks[chunkNum]==="undefined"){lazyArray.chunks[chunkNum]=doXHR(start,end)}if(typeof lazyArray.chunks[chunkNum]==="undefined")throw new Error("doXHR failed!");return lazyArray.chunks[chunkNum]});if(usesGzip||!datalength){chunkSize=datalength=1;datalength=this.getter(0).length;chunkSize=datalength;out("LazyFiles on gzip forces download of the whole file when length is accessed")}this._length=datalength;this._chunkSize=chunkSize;this.lengthKnown=true};if(typeof XMLHttpRequest!=="undefined"){if(!ENVIRONMENT_IS_WORKER)throw"Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc";var lazyArray=new LazyUint8Array;Object.defineProperties(lazyArray,{length:{get:function(){if(!this.lengthKnown){this.cacheLength()}return this._length}},chunkSize:{get:function(){if(!this.lengthKnown){this.cacheLength()}return this._chunkSize}}});var properties={isDevice:false,contents:lazyArray}}else{var properties={isDevice:false,url:url}}var node=FS.createFile(parent,name,properties,canRead,canWrite);if(properties.contents){node.contents=properties.contents}else if(properties.url){node.contents=null;node.url=properties.url}Object.defineProperties(node,{usedBytes:{get:function(){return this.contents.length}}});var stream_ops={};var keys=Object.keys(node.stream_ops);keys.forEach(function(key){var fn=node.stream_ops[key];stream_ops[key]=function forceLoadLazyFile(){if(!FS.forceLoadFile(node)){throw new FS.ErrnoError(29)}return fn.apply(null,arguments)}});stream_ops.read=function stream_ops_read(stream,buffer,offset,length,position){if(!FS.forceLoadFile(node)){throw new FS.ErrnoError(29)}var contents=stream.node.contents;if(position>=contents.length)return 0;var size=Math.min(contents.length-position,length);if(contents.slice){for(var i=0;i>2]=stat.dev;HEAP32[buf+4>>2]=0;HEAP32[buf+8>>2]=stat.ino;HEAP32[buf+12>>2]=stat.mode;HEAP32[buf+16>>2]=stat.nlink;HEAP32[buf+20>>2]=stat.uid;HEAP32[buf+24>>2]=stat.gid;HEAP32[buf+28>>2]=stat.rdev;HEAP32[buf+32>>2]=0;tempI64=[stat.size>>>0,(tempDouble=stat.size,+Math_abs(tempDouble)>=1?tempDouble>0?(Math_min(+Math_floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math_ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+40>>2]=tempI64[0],HEAP32[buf+44>>2]=tempI64[1];HEAP32[buf+48>>2]=4096;HEAP32[buf+52>>2]=stat.blocks;HEAP32[buf+56>>2]=stat.atime.getTime()/1e3|0;HEAP32[buf+60>>2]=0;HEAP32[buf+64>>2]=stat.mtime.getTime()/1e3|0;HEAP32[buf+68>>2]=0;HEAP32[buf+72>>2]=stat.ctime.getTime()/1e3|0;HEAP32[buf+76>>2]=0;tempI64=[stat.ino>>>0,(tempDouble=stat.ino,+Math_abs(tempDouble)>=1?tempDouble>0?(Math_min(+Math_floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math_ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+80>>2]=tempI64[0],HEAP32[buf+84>>2]=tempI64[1];return 0},doMsync:function(addr,stream,len,flags,offset){var buffer=HEAPU8.slice(addr,addr+len);FS.msync(stream,buffer,offset,len,flags)},doMkdir:function(path,mode){path=PATH.normalize(path);if(path[path.length-1]==="/")path=path.substr(0,path.length-1);FS.mkdir(path,mode,0);return 0},doMknod:function(path,mode,dev){switch(mode&61440){case 32768:case 8192:case 24576:case 4096:case 49152:break;default:return-28}FS.mknod(path,mode,dev);return 0},doReadlink:function(path,buf,bufsize){if(bufsize<=0)return-28;var ret=FS.readlink(path);var len=Math.min(bufsize,lengthBytesUTF8(ret));var endChar=HEAP8[buf+len];stringToUTF8(ret,buf,bufsize+1);HEAP8[buf+len]=endChar;return len},doAccess:function(path,amode){if(amode&~7){return-28}var node;var lookup=FS.lookupPath(path,{follow:true});node=lookup.node;if(!node){return-44}var perms="";if(amode&4)perms+="r";if(amode&2)perms+="w";if(amode&1)perms+="x";if(perms&&FS.nodePermissions(node,perms)){return-2}return 0},doDup:function(path,flags,suggestFD){var suggest=FS.getStream(suggestFD);if(suggest)FS.close(suggest);return FS.open(path,flags,0,suggestFD,suggestFD).fd},doReadv:function(stream,iov,iovcnt,offset){var ret=0;for(var i=0;i>2];var len=HEAP32[iov+(i*8+4)>>2];var curr=FS.read(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(curr>2];var len=HEAP32[iov+(i*8+4)>>2];var curr=FS.write(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr}return ret},varargs:undefined,get:function(){SYSCALLS.varargs+=4;var ret=HEAP32[SYSCALLS.varargs-4>>2];return ret},getStr:function(ptr){var ret=UTF8ToString(ptr);return ret},getStreamFromFD:function(fd){var stream=FS.getStream(fd);if(!stream)throw new FS.ErrnoError(8);return stream},get64:function(low,high){return low}};function ___sys_fcntl64(fd,cmd,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(cmd){case 0:{var arg=SYSCALLS.get();if(arg<0){return-28}var newStream;newStream=FS.open(stream.path,stream.flags,0,arg);return newStream.fd}case 1:case 2:return 0;case 3:return stream.flags;case 4:{var arg=SYSCALLS.get();stream.flags|=arg;return 0}case 12:{var arg=SYSCALLS.get();var offset=0;HEAP16[arg+offset>>1]=2;return 0}case 13:case 14:return 0;case 16:case 8:return-28;case 9:setErrNo(28);return-1;default:{return-28}}}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_ioctl(fd,op,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(op){case 21509:case 21505:{if(!stream.tty)return-59;return 0}case 21510:case 21511:case 21512:case 21506:case 21507:case 21508:{if(!stream.tty)return-59;return 0}case 21519:{if(!stream.tty)return-59;var argp=SYSCALLS.get();HEAP32[argp>>2]=0;return 0}case 21520:{if(!stream.tty)return-59;return-28}case 21531:{var argp=SYSCALLS.get();return FS.ioctl(stream,op,argp)}case 21523:{if(!stream.tty)return-59;return 0}case 21524:{if(!stream.tty)return-59;return 0}default:abort("bad ioctl syscall "+op)}}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function syscallMunmap(addr,len){if((addr|0)===-1||len===0){return-28}var info=SYSCALLS.mappings[addr];if(!info)return 0;if(len===info.len){var stream=FS.getStream(info.fd);if(info.prot&2){SYSCALLS.doMsync(addr,stream,len,info.flags,info.offset)}FS.munmap(stream);SYSCALLS.mappings[addr]=null;if(info.allocated){_free(info.malloc)}}return 0}function ___sys_munmap(addr,len){try{return syscallMunmap(addr,len)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_open(path,flags,varargs){SYSCALLS.varargs=varargs;try{var pathname=SYSCALLS.getStr(path);var mode=SYSCALLS.get();var stream=FS.open(pathname,flags,mode);return stream.fd}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function _abort(){abort()}var setjmpId=0;function _saveSetjmp(env,label,table,size){env=env|0;label=label|0;table=table|0;size=size|0;var i=0;setjmpId=setjmpId+1|0;HEAP32[env>>2]=setjmpId;while((i|0)<(size|0)){if((HEAP32[table+(i<<3)>>2]|0)==0){HEAP32[table+(i<<3)>>2]=setjmpId;HEAP32[table+((i<<3)+4)>>2]=label;HEAP32[table+((i<<3)+8)>>2]=0;setTempRet0(size|0);return table|0}i=i+1|0}size=size*2|0;table=_realloc(table|0,8*(size+1|0)|0)|0;table=_saveSetjmp(env|0,label|0,table|0,size|0)|0;setTempRet0(size|0);return table|0}function _testSetjmp(id,table,size){id=id|0;table=table|0;size=size|0;var i=0,curr=0;while((i|0)<(size|0)){curr=HEAP32[table+(i<<3)>>2]|0;if((curr|0)==0)break;if((curr|0)==(id|0)){return HEAP32[table+((i<<3)+4)>>2]|0}i=i+1|0}return 0}function _longjmp(env,value){_setThrew(env,value||1);throw"longjmp"}function _emscripten_longjmp(env,value){_longjmp(env,value)}function _emscripten_memcpy_big(dest,src,num){HEAPU8.copyWithin(dest,src,src+num)}function _emscripten_get_heap_size(){return HEAPU8.length}function emscripten_realloc_buffer(size){try{wasmMemory.grow(size-buffer.byteLength+65535>>>16);updateGlobalBufferAndViews(wasmMemory.buffer);return 1}catch(e){}}function _emscripten_resize_heap(requestedSize){requestedSize=requestedSize>>>0;var oldSize=_emscripten_get_heap_size();var PAGE_MULTIPLE=65536;var maxHeapSize=2147483648;if(requestedSize>maxHeapSize){return false}var minHeapSize=16777216;for(var cutDown=1;cutDown<=4;cutDown*=2){var overGrownHeapSize=oldSize*(1+.2/cutDown);overGrownHeapSize=Math.min(overGrownHeapSize,requestedSize+100663296);var newSize=Math.min(maxHeapSize,alignUp(Math.max(minHeapSize,requestedSize,overGrownHeapSize),PAGE_MULTIPLE));var replacement=emscripten_realloc_buffer(newSize);if(replacement){return true}}return false}var ENV={};function __getExecutableName(){return thisProgram||"./this.program"}function getEnvStrings(){if(!getEnvStrings.strings){var env={"USER":"web_user","LOGNAME":"web_user","PATH":"/","PWD":"/","HOME":"/home/web_user","LANG":(typeof navigator==="object"&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8","_":__getExecutableName()};for(var x in ENV){env[x]=ENV[x]}var strings=[];for(var x in env){strings.push(x+"="+env[x])}getEnvStrings.strings=strings}return getEnvStrings.strings}function _environ_get(__environ,environ_buf){var bufSize=0;getEnvStrings().forEach(function(string,i){var ptr=environ_buf+bufSize;HEAP32[__environ+i*4>>2]=ptr;writeAsciiToMemory(string,ptr);bufSize+=string.length+1});return 0}function _environ_sizes_get(penviron_count,penviron_buf_size){var strings=getEnvStrings();HEAP32[penviron_count>>2]=strings.length;var bufSize=0;strings.forEach(function(string){bufSize+=string.length+1});HEAP32[penviron_buf_size>>2]=bufSize;return 0}function _fd_close(fd){try{var stream=SYSCALLS.getStreamFromFD(fd);FS.close(stream);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return e.errno}}function _fd_read(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=SYSCALLS.doReadv(stream,iov,iovcnt);HEAP32[pnum>>2]=num;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return e.errno}}function _fd_seek(fd,offset_low,offset_high,whence,newOffset){try{var stream=SYSCALLS.getStreamFromFD(fd);var HIGH_OFFSET=4294967296;var offset=offset_high*HIGH_OFFSET+(offset_low>>>0);var DOUBLE_LIMIT=9007199254740992;if(offset<=-DOUBLE_LIMIT||offset>=DOUBLE_LIMIT){return-61}FS.llseek(stream,offset,whence);tempI64=[stream.position>>>0,(tempDouble=stream.position,+Math_abs(tempDouble)>=1?tempDouble>0?(Math_min(+Math_floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math_ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[newOffset>>2]=tempI64[0],HEAP32[newOffset+4>>2]=tempI64[1];if(stream.getdents&&offset===0&&whence===0)stream.getdents=null;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return e.errno}}function _fd_write(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=SYSCALLS.doWritev(stream,iov,iovcnt);HEAP32[pnum>>2]=num;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return e.errno}}function _getTempRet0(){return getTempRet0()|0}function _round(d){d=+d;return d>=+0?+Math_floor(d+ +.5):+Math_ceil(d-+.5)}function _setTempRet0($i){setTempRet0($i|0)}function __isLeapYear(year){return year%4===0&&(year%100!==0||year%400===0)}function __arraySum(array,index){var sum=0;for(var i=0;i<=index;sum+=array[i++]){}return sum}var __MONTH_DAYS_LEAP=[31,29,31,30,31,30,31,31,30,31,30,31];var __MONTH_DAYS_REGULAR=[31,28,31,30,31,30,31,31,30,31,30,31];function __addDays(date,days){var newDate=new Date(date.getTime());while(days>0){var leap=__isLeapYear(newDate.getFullYear());var currentMonth=newDate.getMonth();var daysInCurrentMonth=(leap?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR)[currentMonth];if(days>daysInCurrentMonth-newDate.getDate()){days-=daysInCurrentMonth-newDate.getDate()+1;newDate.setDate(1);if(currentMonth<11){newDate.setMonth(currentMonth+1)}else{newDate.setMonth(0);newDate.setFullYear(newDate.getFullYear()+1)}}else{newDate.setDate(newDate.getDate()+days);return newDate}}return newDate}function _strftime(s,maxsize,format,tm){var tm_zone=HEAP32[tm+40>>2];var date={tm_sec:HEAP32[tm>>2],tm_min:HEAP32[tm+4>>2],tm_hour:HEAP32[tm+8>>2],tm_mday:HEAP32[tm+12>>2],tm_mon:HEAP32[tm+16>>2],tm_year:HEAP32[tm+20>>2],tm_wday:HEAP32[tm+24>>2],tm_yday:HEAP32[tm+28>>2],tm_isdst:HEAP32[tm+32>>2],tm_gmtoff:HEAP32[tm+36>>2],tm_zone:tm_zone?UTF8ToString(tm_zone):""};var pattern=UTF8ToString(format);var EXPANSION_RULES_1={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y","%EY":"%Y","%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};for(var rule in EXPANSION_RULES_1){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_1[rule])}var WEEKDAYS=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];var MONTHS=["January","February","March","April","May","June","July","August","September","October","November","December"];function leadingSomething(value,digits,character){var str=typeof value==="number"?value.toString():value||"";while(str.length0?1:0}var compare;if((compare=sgn(date1.getFullYear()-date2.getFullYear()))===0){if((compare=sgn(date1.getMonth()-date2.getMonth()))===0){compare=sgn(date1.getDate()-date2.getDate())}}return compare}function getFirstWeekStartDate(janFourth){switch(janFourth.getDay()){case 0:return new Date(janFourth.getFullYear()-1,11,29);case 1:return janFourth;case 2:return new Date(janFourth.getFullYear(),0,3);case 3:return new Date(janFourth.getFullYear(),0,2);case 4:return new Date(janFourth.getFullYear(),0,1);case 5:return new Date(janFourth.getFullYear()-1,11,31);case 6:return new Date(janFourth.getFullYear()-1,11,30)}}function getWeekBasedYear(date){var thisDate=__addDays(new Date(date.tm_year+1900,0,1),date.tm_yday);var janFourthThisYear=new Date(thisDate.getFullYear(),0,4);var janFourthNextYear=new Date(thisDate.getFullYear()+1,0,4);var firstWeekStartThisYear=getFirstWeekStartDate(janFourthThisYear);var firstWeekStartNextYear=getFirstWeekStartDate(janFourthNextYear);if(compareByDay(firstWeekStartThisYear,thisDate)<=0){if(compareByDay(firstWeekStartNextYear,thisDate)<=0){return thisDate.getFullYear()+1}else{return thisDate.getFullYear()}}else{return thisDate.getFullYear()-1}}var EXPANSION_RULES_2={"%a":function(date){return WEEKDAYS[date.tm_wday].substring(0,3)},"%A":function(date){return WEEKDAYS[date.tm_wday]},"%b":function(date){return MONTHS[date.tm_mon].substring(0,3)},"%B":function(date){return MONTHS[date.tm_mon]},"%C":function(date){var year=date.tm_year+1900;return leadingNulls(year/100|0,2)},"%d":function(date){return leadingNulls(date.tm_mday,2)},"%e":function(date){return leadingSomething(date.tm_mday,2," ")},"%g":function(date){return getWeekBasedYear(date).toString().substring(2)},"%G":function(date){return getWeekBasedYear(date)},"%H":function(date){return leadingNulls(date.tm_hour,2)},"%I":function(date){var twelveHour=date.tm_hour;if(twelveHour==0)twelveHour=12;else if(twelveHour>12)twelveHour-=12;return leadingNulls(twelveHour,2)},"%j":function(date){return leadingNulls(date.tm_mday+__arraySum(__isLeapYear(date.tm_year+1900)?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR,date.tm_mon-1),3)},"%m":function(date){return leadingNulls(date.tm_mon+1,2)},"%M":function(date){return leadingNulls(date.tm_min,2)},"%n":function(){return"\n"},"%p":function(date){if(date.tm_hour>=0&&date.tm_hour<12){return"AM"}else{return"PM"}},"%S":function(date){return leadingNulls(date.tm_sec,2)},"%t":function(){return"\t"},"%u":function(date){return date.tm_wday||7},"%U":function(date){var janFirst=new Date(date.tm_year+1900,0,1);var firstSunday=janFirst.getDay()===0?janFirst:__addDays(janFirst,7-janFirst.getDay());var endDate=new Date(date.tm_year+1900,date.tm_mon,date.tm_mday);if(compareByDay(firstSunday,endDate)<0){var februaryFirstUntilEndMonth=__arraySum(__isLeapYear(endDate.getFullYear())?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR,endDate.getMonth()-1)-31;var firstSundayUntilEndJanuary=31-firstSunday.getDate();var days=firstSundayUntilEndJanuary+februaryFirstUntilEndMonth+endDate.getDate();return leadingNulls(Math.ceil(days/7),2)}return compareByDay(firstSunday,janFirst)===0?"01":"00"},"%V":function(date){var janFourthThisYear=new Date(date.tm_year+1900,0,4);var janFourthNextYear=new Date(date.tm_year+1901,0,4);var firstWeekStartThisYear=getFirstWeekStartDate(janFourthThisYear);var firstWeekStartNextYear=getFirstWeekStartDate(janFourthNextYear);var endDate=__addDays(new Date(date.tm_year+1900,0,1),date.tm_yday);if(compareByDay(endDate,firstWeekStartThisYear)<0){return"53"}if(compareByDay(firstWeekStartNextYear,endDate)<=0){return"01"}var daysDifference;if(firstWeekStartThisYear.getFullYear()=0;off=Math.abs(off)/60;off=off/60*100+off%60;return(ahead?"+":"-")+String("0000"+off).slice(-4)},"%Z":function(date){return date.tm_zone},"%%":function(){return"%"}};for(var rule in EXPANSION_RULES_2){if(pattern.indexOf(rule)>=0){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_2[rule](date))}}var bytes=intArrayFromString(pattern,false);if(bytes.length>maxsize){return 0}writeArrayToMemory(bytes,s);return bytes.length-1}function _strftime_l(s,maxsize,format,tm){return _strftime(s,maxsize,format,tm)}var FSNode=function(parent,name,mode,rdev){if(!parent){parent=this}this.parent=parent;this.mount=parent.mount;this.mounted=null;this.id=FS.nextInode++;this.name=name;this.mode=mode;this.node_ops={};this.stream_ops={};this.rdev=rdev};var readMode=292|73;var writeMode=146;Object.defineProperties(FSNode.prototype,{read:{get:function(){return(this.mode&readMode)===readMode},set:function(val){val?this.mode|=readMode:this.mode&=~readMode}},write:{get:function(){return(this.mode&writeMode)===writeMode},set:function(val){val?this.mode|=writeMode:this.mode&=~writeMode}},isFolder:{get:function(){return FS.isDir(this.mode)}},isDevice:{get:function(){return FS.isChrdev(this.mode)}}});FS.FSNode=FSNode;FS.staticInit();function intArrayFromString(stringy,dontAddNull,length){var len=length>0?length:lengthBytesUTF8(stringy)+1;var u8array=new Array(len);var numBytesWritten=stringToUTF8Array(stringy,u8array,0,u8array.length);if(dontAddNull)u8array.length=numBytesWritten;return u8array}var asmLibraryArg={"o":__ZN7VRegionC1ERK5VRect,"m":__ZN7VRegionD1Ev,"n":__ZN7VRegionpLERK5VRect,"x":__ZNK7VRegion12boundingRectEv,"a":___assert_fail,"u":___map_file,"h":___sys_fcntl64,"z":___sys_ioctl,"t":___sys_munmap,"A":___sys_open,"d":_abort,"c":_emscripten_longjmp,"q":_emscripten_memcpy_big,"r":_emscripten_resize_heap,"v":_environ_get,"w":_environ_sizes_get,"g":_fd_close,"y":_fd_read,"p":_fd_seek,"f":_fd_write,"b":_getTempRet0,"k":invoke_iii,"B":invoke_vi,"memory":wasmMemory,"i":_round,"l":_saveSetjmp,"j":_setTempRet0,"s":_strftime_l,"table":wasmTable,"e":_testSetjmp};var asm=createWasm();Module["asm"]=asm;var ___wasm_call_ctors=Module["___wasm_call_ctors"]=function(){return(___wasm_call_ctors=Module["___wasm_call_ctors"]=Module["asm"]["C"]).apply(null,arguments)};var _lottie_init=Module["_lottie_init"]=function(){return(_lottie_init=Module["_lottie_init"]=Module["asm"]["D"]).apply(null,arguments)};var _lottie_resize=Module["_lottie_resize"]=function(){return(_lottie_resize=Module["_lottie_resize"]=Module["asm"]["E"]).apply(null,arguments)};var _free=Module["_free"]=function(){return(_free=Module["_free"]=Module["asm"]["F"]).apply(null,arguments)};var _lottie_load_from_data=Module["_lottie_load_from_data"]=function(){return(_lottie_load_from_data=Module["_lottie_load_from_data"]=Module["asm"]["G"]).apply(null,arguments)};var _lottie_buffer=Module["_lottie_buffer"]=function(){return(_lottie_buffer=Module["_lottie_buffer"]=Module["asm"]["H"]).apply(null,arguments)};var _lottie_destroy=Module["_lottie_destroy"]=function(){return(_lottie_destroy=Module["_lottie_destroy"]=Module["asm"]["I"]).apply(null,arguments)};var _lottie_render=Module["_lottie_render"]=function(){return(_lottie_render=Module["_lottie_render"]=Module["asm"]["J"]).apply(null,arguments)};var _malloc=Module["_malloc"]=function(){return(_malloc=Module["_malloc"]=Module["asm"]["K"]).apply(null,arguments)};var _realloc=Module["_realloc"]=function(){return(_realloc=Module["_realloc"]=Module["asm"]["L"]).apply(null,arguments)};var ___errno_location=Module["___errno_location"]=function(){return(___errno_location=Module["___errno_location"]=Module["asm"]["M"]).apply(null,arguments)};var _setThrew=Module["_setThrew"]=function(){return(_setThrew=Module["_setThrew"]=Module["asm"]["N"]).apply(null,arguments)};var dynCall_vi=Module["dynCall_vi"]=function(){return(dynCall_vi=Module["dynCall_vi"]=Module["asm"]["O"]).apply(null,arguments)};var dynCall_iii=Module["dynCall_iii"]=function(){return(dynCall_iii=Module["dynCall_iii"]=Module["asm"]["P"]).apply(null,arguments)};var stackSave=Module["stackSave"]=function(){return(stackSave=Module["stackSave"]=Module["asm"]["Q"]).apply(null,arguments)};var stackAlloc=Module["stackAlloc"]=function(){return(stackAlloc=Module["stackAlloc"]=Module["asm"]["R"]).apply(null,arguments)};var stackRestore=Module["stackRestore"]=function(){return(stackRestore=Module["stackRestore"]=Module["asm"]["S"]).apply(null,arguments)};var dynCall_v=Module["dynCall_v"]=function(){return(dynCall_v=Module["dynCall_v"]=Module["asm"]["T"]).apply(null,arguments)};function invoke_iii(index,a1,a2){var sp=stackSave();try{return dynCall_iii(index,a1,a2)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vi(index,a1){var sp=stackSave();try{dynCall_vi(index,a1)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}Module["asm"]=asm;Module["intArrayFromString"]=intArrayFromString;Module["cwrap"]=cwrap;Module["allocate"]=allocate;var calledRun;function ExitStatus(status){this.name="ExitStatus";this.message="Program terminated with exit("+status+")";this.status=status}dependenciesFulfilled=function runCaller(){if(!calledRun)run();if(!calledRun)dependenciesFulfilled=runCaller};function run(args){args=args||arguments_;if(runDependencies>0){return}preRun();if(runDependencies>0)return;function doRun(){if(calledRun)return;calledRun=true;Module["calledRun"]=true;if(ABORT)return;initRuntime();preMain();if(Module["onRuntimeInitialized"])Module["onRuntimeInitialized"]();postRun()}if(Module["setStatus"]){Module["setStatus"]("Running...");setTimeout(function(){setTimeout(function(){Module["setStatus"]("")},1);doRun()},1)}else{doRun()}}Module["run"]=run;if(Module["preInit"]){if(typeof Module["preInit"]=="function")Module["preInit"]=[Module["preInit"]];while(Module["preInit"].length>0){Module["preInit"].pop()()}}noExitRuntime=true;run(); diff --git a/dist/rlottie-wasm.wasm b/dist/rlottie-wasm.wasm new file mode 100644 index 000000000..7f299645f Binary files /dev/null and b/dist/rlottie-wasm.wasm differ diff --git a/dist/ru-extra.5761b75bfbe92bb46eb8bba9acbdbb4c.json b/dist/ru-extra.5761b75bfbe92bb46eb8bba9acbdbb4c.json new file mode 100644 index 000000000..e34b4c3b2 --- /dev/null +++ b/dist/ru-extra.5761b75bfbe92bb46eb8bba9acbdbb4c.json @@ -0,0 +1,76 @@ +{ + "Activity": "Активность", + "AnimalsNature": "Животные и природа", + "AppName": "Telegram", + "Archived": "Архив", + "BioAbout": "Любые подробности, например: возраст, род занятий или город.\nПример: 23 года, дизайнер из Санкт-Петербурга.", + "ChannelInfo": "Информация о канале", + "ChatInfo": "Информация о чате", + "ChatsAndContacts": "Чаты и контакты", + "ChooseDefaultSkinTone": "Выберите тон кожи по умолчанию", + "Connecting": "Соединение...", + "ConnectingToProxy": "Подключение к прокси...", + "ContactJoinedDisabled": "Выключено", + "ContactJoinedEnabled": "Включено", + "ContinueOnThisLanguage": "Продолжить на русском", + "CopyMessageLink": "Копировать ссылку на сообщение", + "Country": "Страна", + "Custom": "Пользовательские", + "DeletedMessage": "Удаленное сообщение", + "DragToReposition": "Перетащите, чтобы изменить положение", + "EditProfile": "Редактировать профиль", + "Emoji": "ЕМОДЗИ", + "EnterPassword": "Введите пароль", + "Flags": "Флаги", + "FoodDrink": "Еда и напитки", + "GeneralSettings": "Основные настройки", + "GoToMessage": "Перейти к сообщению", + "InvalidPhoneNumber": "Некорректный номер телефона. Пожалуйста, проверьте номер и попробуйте ещё раз.", + "KeepMeSignedIn": "Сохранить авторизацию", + "LeftChannel": "Канал покинут", + "LeftGroup": "Группа покинута", + "Loading": "Загрузка...", + "LogInByPhone": "Вход по номеру телефона", + "LogInViaQR": "Быстрый вход по QR-коду", + "More": "Ещё", + "Next": "Далее", + "NotEmojiFound": "Емодзи не найдены", + "NotificationsDisabled": "Выключены", + "NotificationsEnabled": "Включены", + "Objects": "Предметы", + "PhoneNumber": "Телефонный номер", + "PhotosTitle": "Фотографии", + "PollQuizOneRightAnswer": "В викторинах только один правильный ответ.", + "PreviewDisabled": "Выключено", + "PreviewEnabled": "Включено", + "QRHint": "1. Запустите Telegram на телефоне\n2. Откройте настройки > Устройства > Сканировать QR-код.\n3. Сканируйте этот код для авторизации", + "Recent": "Часто используемые", + "Saved": "Избранное", + "Search": "Поиск", + "SearchMessagesIn": "Искать сообщения в", + "SearchResults": "Результаты поиска", + "SelectChatToStartMessaging": "Пожалуйста, выберите, кому хотели бы написать", + "SendAsFile": "Отправить как файл", + "SendAsPhoto": "Отправить как фото", + "SendFileConfirmation": "Вы действительно хотите отправить файл?", + "SendFilesConfirmation": "Вы действительно хотите отправить файлы?", + "SendMessage": "Отправить сообщение", + "SignInToTelegram": "Вход в Telegram", + "SmileysPeople": "Смайлики и люди", + "StartText": "Пожалуйста, укажите код страны и свой номер телефона.", + "Stickers": "СТИКЕРЫ", + "Symbols": "Символы", + "Text": "Текст", + "TravelPlaces": "Путешествия и местности", + "UnpinAllMessagesAlert": "Хотите открепить все сообщения?", + "UpdateDraftConfirmation": "Вы действительно хотите обновить черновик сообщения?", + "Updating": "Обновление...", + "VideosTitle": "Видеозаписи", + "ViewChannelInfo": "Информация о канале", + "ViewGroupInfo": "Информация о группе", + "ViewProfile": "Показать профиль", + "VoiceTitle": "Голосовые сообщения", + "WaitingForNetwork": "Ожидание сети...", + "YourAccountProtectedWithPassword": "Ваш аккаунт защищен дополнительным паролем.", + "YourPhone": "Ваш телефон" +} diff --git a/dist/safari-pinned-tab.svg b/dist/safari-pinned-tab.svg new file mode 100644 index 000000000..3b8dbb19d --- /dev/null +++ b/dist/safari-pinned-tab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/serviceWorker.js b/dist/serviceWorker.js new file mode 100644 index 000000000..d69158593 --- /dev/null +++ b/dist/serviceWorker.js @@ -0,0 +1 @@ +!function(e){var t={};function n(s){if(t[s])return t[s].exports;var r=t[s]={i:s,l:!1,exports:{}};return e[s].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,s){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:s})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var s=Object.create(null);if(n.r(s),Object.defineProperty(s,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(s,r,function(t){return e[t]}.bind(null,r));return s},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t,n){"use strict";n.r(t);new Set(["newMessage","newScheduledMessage","deleteMessages","deleteScheduledMessages","deleteHistory"]),"undefined"!=typeof window&&window.innerHeight;const s=new Map;async function r(e){const{url:t}=e.request,n=e.request.headers.get("range"),r=/^bytes=(\d+)-(\d+)?$/g.exec(n||""),a=Number(r[1]),i=Number(r[2]);let o=i;if((!o||o-a+1>524288)&&(o=a+524288-1),0===a&&1===o){const t=e.request.url.match(/fileSize=(\d+)&mimeType=([\w/]+)/),n=t&&Number(t[1]),s=t&&t[2];if(n&&s)return new Response(new Uint8Array(2).buffer,{status:206,statusText:"Partial Content",headers:[["Content-Range","bytes 0-1/"+n],["Accept-Ranges","bytes"],["Content-Length","2"],["Content-Type",s]]})}const u=`${t}?start=${a}&end=${o}`,[c,l]=await async function(e){const t=await self.caches.open("tt-media-progressive");return Promise.all([t.match(e+"&type=arrayBuffer").then(e=>e?e.arrayBuffer():void 0),t.match(e+"&type=headers").then(e=>e?e.json():void 0)])}(u);if(c)return new Response(c,{status:206,statusText:"Partial Content",headers:l});let f;try{f=await async function(e,t){if(!e.clientId)return;const n=await self.clients.get(e.clientId);if(!n)return;const r=(e=>{let t;do{t=String(Math.random()).replace("0.","id")}while(e.hasOwnProperty(t));return t})(s),a={},i=Promise.race([(o=3e4,new Promise(e=>{setTimeout(()=>e(),o)})).then(()=>Promise.reject(new Error("ERROR_PART_TIMEOUT"))),new Promise((e,t)=>{Object.assign(a,{resolve:e,reject:t})})]);var o;return s.set(r,a),i.catch(()=>{}).finally(()=>{s.delete(r)}),n.postMessage({type:"requestPart",messageId:r,params:t}),i}(e,{url:t,start:a,end:o})}catch(e){0}if(!f)return new Response("",{status:500,statusText:"Failed to fetch progressive part"});const{arrayBuffer:d,fullSize:p,mimeType:y}=f,g=Math.min(o-a+1,d.byteLength);o=a+g-1;const w=d.slice(0,g),h=[["Content-Range",`bytes ${a}-${o}/${p}`],["Accept-Ranges","bytes"],["Content-Length",String(g)],["Content-Type",y]];return g<=524288&&o<2097151&&async function(e,t,n){const s=await self.caches.open("tt-media-progressive");Promise.all([s.put(new Request(e+"&type=arrayBuffer"),new Response(t)),s.put(new Request(e+"&type=headers"),new Response(JSON.stringify(n)))])}(u,w,h),new Response(w,{status:206,statusText:"Partial Content",headers:h})}self.addEventListener("message",e=>{const{type:t,messageId:n,result:r}=e.data;if("partResponse"===t){const e=s.get(n);e&&e.resolve(r)}});const a=/[0-9a-f]{20}.*\.(js|css|woff2?|svg|png|jpg|json|wasm)$/;self.addEventListener("install",e=>{e.waitUntil(self.skipWaiting())}),self.addEventListener("activate",e=>{e.waitUntil(self.caches.delete("tt-assets")),e.waitUntil(self.clients.claim())}),self.addEventListener("fetch",e=>{e.respondWith((()=>{const{url:t}=e.request;return t.includes("/progressive/")?r(e):t.match(a)?async function(e){const t=await self.caches.open("tt-assets"),n=await t.match(e.request);if(n)return n;const s=await fetch(e.request);return t.put(e.request,s.clone()),s}(e):fetch(e.request)})())})}]); \ No newline at end of file diff --git a/dist/site.webmanifest b/dist/site.webmanifest new file mode 100644 index 000000000..d3a7c445d --- /dev/null +++ b/dist/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Telegram T", + "short_name": "Telegram T", + "icons": [ + { + "src": "android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/dist/stripe-logo.c0c5683dcd30037389c35a31040908ed.png b/dist/stripe-logo.c0c5683dcd30037389c35a31040908ed.png new file mode 100644 index 000000000..17edcd5a4 Binary files /dev/null and b/dist/stripe-logo.c0c5683dcd30037389c35a31040908ed.png differ diff --git a/dist/telegram-logo.df3a91becaa9678c529b4c4cadd45204.svg b/dist/telegram-logo.df3a91becaa9678c529b4c4cadd45204.svg new file mode 100644 index 000000000..61e97d8b3 --- /dev/null +++ b/dist/telegram-logo.df3a91becaa9678c529b4c4cadd45204.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/visa.e5a7c336e1deb4b92a636e2e053878c4.svg b/dist/visa.e5a7c336e1deb4b92a636e2e053878c4.svg new file mode 100644 index 000000000..b0953f5b6 --- /dev/null +++ b/dist/visa.e5a7c336e1deb4b92a636e2e053878c4.svg @@ -0,0 +1,2 @@ + +image/svg+xml diff --git a/dist/webp_wasm.js b/dist/webp_wasm.js new file mode 100644 index 000000000..b7fe51cbb --- /dev/null +++ b/dist/webp_wasm.js @@ -0,0 +1 @@ +var Module=typeof Module!=="undefined"?Module:{};var moduleOverrides={};var key;for(key in Module){if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}var arguments_=[];var thisProgram="./this.program";var quit_=function(status,toThrow){throw toThrow};var ENVIRONMENT_IS_WEB=false;var ENVIRONMENT_IS_WORKER=false;var ENVIRONMENT_IS_NODE=false;var ENVIRONMENT_IS_SHELL=false;ENVIRONMENT_IS_WEB=typeof window==="object";ENVIRONMENT_IS_WORKER=typeof importScripts==="function";ENVIRONMENT_IS_NODE=typeof process==="object"&&typeof process.versions==="object"&&typeof process.versions.node==="string";ENVIRONMENT_IS_SHELL=!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_WORKER;var scriptDirectory="";function locateFile(path){if(Module["locateFile"]){return Module["locateFile"](path,scriptDirectory)}return scriptDirectory+path}var read_,readAsync,readBinary,setWindowTitle;var nodeFS;var nodePath;if(ENVIRONMENT_IS_NODE){if(ENVIRONMENT_IS_WORKER){scriptDirectory=require("path").dirname(scriptDirectory)+"/"}else{scriptDirectory=__dirname+"/"}read_=function shell_read(filename,binary){if(!nodeFS)nodeFS=require("fs");if(!nodePath)nodePath=require("path");filename=nodePath["normalize"](filename);return nodeFS["readFileSync"](filename,binary?null:"utf8")};readBinary=function readBinary(filename){var ret=read_(filename,true);if(!ret.buffer){ret=new Uint8Array(ret)}assert(ret.buffer);return ret};if(process["argv"].length>1){thisProgram=process["argv"][1].replace(/\\/g,"/")}arguments_=process["argv"].slice(2);if(typeof module!=="undefined"){module["exports"]=Module}process["on"]("uncaughtException",function(ex){if(!(ex instanceof ExitStatus)){throw ex}});process["on"]("unhandledRejection",abort);quit_=function(status){process["exit"](status)};Module["inspect"]=function(){return"[Emscripten Module object]"}}else if(ENVIRONMENT_IS_SHELL){if(typeof read!="undefined"){read_=function shell_read(f){return read(f)}}readBinary=function readBinary(f){var data;if(typeof readbuffer==="function"){return new Uint8Array(readbuffer(f))}data=read(f,"binary");assert(typeof data==="object");return data};if(typeof scriptArgs!="undefined"){arguments_=scriptArgs}else if(typeof arguments!="undefined"){arguments_=arguments}if(typeof quit==="function"){quit_=function(status){quit(status)}}if(typeof print!=="undefined"){if(typeof console==="undefined")console={};console.log=print;console.warn=console.error=typeof printErr!=="undefined"?printErr:print}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){if(ENVIRONMENT_IS_WORKER){scriptDirectory=self.location.href}else if(document.currentScript){scriptDirectory=document.currentScript.src}if(scriptDirectory.indexOf("blob:")!==0){scriptDirectory=scriptDirectory.substr(0,scriptDirectory.lastIndexOf("/")+1)}else{scriptDirectory=""}{read_=function shell_read(url){var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.send(null);return xhr.responseText};if(ENVIRONMENT_IS_WORKER){readBinary=function readBinary(url){var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.responseType="arraybuffer";xhr.send(null);return new Uint8Array(xhr.response)}}readAsync=function readAsync(url,onload,onerror){var xhr=new XMLHttpRequest;xhr.open("GET",url,true);xhr.responseType="arraybuffer";xhr.onload=function xhr_onload(){if(xhr.status==200||xhr.status==0&&xhr.response){onload(xhr.response);return}onerror()};xhr.onerror=onerror;xhr.send(null)}}setWindowTitle=function(title){document.title=title}}else{}var out=Module["print"]||console.log.bind(console);var err=Module["printErr"]||console.warn.bind(console);for(key in moduleOverrides){if(moduleOverrides.hasOwnProperty(key)){Module[key]=moduleOverrides[key]}}moduleOverrides=null;if(Module["arguments"])arguments_=Module["arguments"];if(Module["thisProgram"])thisProgram=Module["thisProgram"];if(Module["quit"])quit_=Module["quit"];var wasmBinary;if(Module["wasmBinary"])wasmBinary=Module["wasmBinary"];var noExitRuntime;if(Module["noExitRuntime"])noExitRuntime=Module["noExitRuntime"];if(typeof WebAssembly!=="object"){abort("no native wasm support detected")}function getValue(ptr,type,noSafe){type=type||"i8";if(type.charAt(type.length-1)==="*")type="i32";switch(type){case"i1":return HEAP8[ptr>>0];case"i8":return HEAP8[ptr>>0];case"i16":return HEAP16[ptr>>1];case"i32":return HEAP32[ptr>>2];case"i64":return HEAP32[ptr>>2];case"float":return HEAPF32[ptr>>2];case"double":return HEAPF64[ptr>>3];default:abort("invalid type for getValue: "+type)}return null}var wasmMemory;var wasmTable=new WebAssembly.Table({"initial":157,"maximum":157+0,"element":"anyfunc"});var ABORT=false;var EXITSTATUS=0;function assert(condition,text){if(!condition){abort("Assertion failed: "+text)}}function getCFunc(ident){var func=Module["_"+ident];assert(func,"Cannot call unknown function "+ident+", make sure it is exported");return func}function ccall(ident,returnType,argTypes,args,opts){var toC={"string":function(str){var ret=0;if(str!==null&&str!==undefined&&str!==0){var len=(str.length<<2)+1;ret=stackAlloc(len);stringToUTF8(str,ret,len)}return ret},"array":function(arr){var ret=stackAlloc(arr.length);writeArrayToMemory(arr,ret);return ret}};function convertReturnValue(ret){if(returnType==="string")return UTF8ToString(ret);if(returnType==="boolean")return Boolean(ret);return ret}var func=getCFunc(ident);var cArgs=[];var stack=0;if(args){for(var i=0;i=endIdx))++endPtr;if(endPtr-idx>16&&heap.subarray&&UTF8Decoder){return UTF8Decoder.decode(heap.subarray(idx,endPtr))}else{var str="";while(idx>10,56320|ch&1023)}}}return str}function UTF8ToString(ptr,maxBytesToRead){return ptr?UTF8ArrayToString(HEAPU8,ptr,maxBytesToRead):""}function stringToUTF8Array(str,heap,outIdx,maxBytesToWrite){if(!(maxBytesToWrite>0))return 0;var startIdx=outIdx;var endIdx=outIdx+maxBytesToWrite-1;for(var i=0;i=55296&&u<=57343){var u1=str.charCodeAt(++i);u=65536+((u&1023)<<10)|u1&1023}if(u<=127){if(outIdx>=endIdx)break;heap[outIdx++]=u}else if(u<=2047){if(outIdx+1>=endIdx)break;heap[outIdx++]=192|u>>6;heap[outIdx++]=128|u&63}else if(u<=65535){if(outIdx+2>=endIdx)break;heap[outIdx++]=224|u>>12;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}else{if(outIdx+3>=endIdx)break;heap[outIdx++]=240|u>>18;heap[outIdx++]=128|u>>12&63;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}}heap[outIdx]=0;return outIdx-startIdx}function stringToUTF8(str,outPtr,maxBytesToWrite){return stringToUTF8Array(str,HEAPU8,outPtr,maxBytesToWrite)}function writeArrayToMemory(array,buffer){HEAP8.set(array,buffer)}var WASM_PAGE_SIZE=65536;function alignUp(x,multiple){if(x%multiple>0){x+=multiple-x%multiple}return x}var buffer,HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64;function updateGlobalBufferAndViews(buf){buffer=buf;Module["HEAP8"]=HEAP8=new Int8Array(buf);Module["HEAP16"]=HEAP16=new Int16Array(buf);Module["HEAP32"]=HEAP32=new Int32Array(buf);Module["HEAPU8"]=HEAPU8=new Uint8Array(buf);Module["HEAPU16"]=HEAPU16=new Uint16Array(buf);Module["HEAPU32"]=HEAPU32=new Uint32Array(buf);Module["HEAPF32"]=HEAPF32=new Float32Array(buf);Module["HEAPF64"]=HEAPF64=new Float64Array(buf)}var DYNAMIC_BASE=5259680,DYNAMICTOP_PTR=16640;var INITIAL_INITIAL_MEMORY=Module["INITIAL_MEMORY"]||16777216;if(Module["wasmMemory"]){wasmMemory=Module["wasmMemory"]}else{wasmMemory=new WebAssembly.Memory({"initial":INITIAL_INITIAL_MEMORY/WASM_PAGE_SIZE,"maximum":2147483648/WASM_PAGE_SIZE})}if(wasmMemory){buffer=wasmMemory.buffer}INITIAL_INITIAL_MEMORY=buffer.byteLength;updateGlobalBufferAndViews(buffer);HEAP32[DYNAMICTOP_PTR>>2]=DYNAMIC_BASE;function callRuntimeCallbacks(callbacks){while(callbacks.length>0){var callback=callbacks.shift();if(typeof callback=="function"){callback(Module);continue}var func=callback.func;if(typeof func==="number"){if(callback.arg===undefined){Module["dynCall_v"](func)}else{Module["dynCall_vi"](func,callback.arg)}}else{func(callback.arg===undefined?null:callback.arg)}}}var __ATPRERUN__=[];var __ATINIT__=[];var __ATMAIN__=[];var __ATPOSTRUN__=[];var runtimeInitialized=false;function preRun(){if(Module["preRun"]){if(typeof Module["preRun"]=="function")Module["preRun"]=[Module["preRun"]];while(Module["preRun"].length){addOnPreRun(Module["preRun"].shift())}}callRuntimeCallbacks(__ATPRERUN__)}function initRuntime(){runtimeInitialized=true;callRuntimeCallbacks(__ATINIT__)}function preMain(){callRuntimeCallbacks(__ATMAIN__)}function postRun(){if(Module["postRun"]){if(typeof Module["postRun"]=="function")Module["postRun"]=[Module["postRun"]];while(Module["postRun"].length){addOnPostRun(Module["postRun"].shift())}}callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(cb){__ATPRERUN__.unshift(cb)}function addOnPostRun(cb){__ATPOSTRUN__.unshift(cb)}var runDependencies=0;var runDependencyWatcher=null;var dependenciesFulfilled=null;function addRunDependency(id){runDependencies++;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}}function removeRunDependency(id){runDependencies--;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}if(runDependencies==0){if(runDependencyWatcher!==null){clearInterval(runDependencyWatcher);runDependencyWatcher=null}if(dependenciesFulfilled){var callback=dependenciesFulfilled;dependenciesFulfilled=null;callback()}}}Module["preloadedImages"]={};Module["preloadedAudios"]={};function abort(what){if(Module["onAbort"]){Module["onAbort"](what)}what+="";err(what);ABORT=true;EXITSTATUS=1;what="abort("+what+"). Build with -s ASSERTIONS=1 for more info.";var e=new WebAssembly.RuntimeError(what);throw e}function hasPrefix(str,prefix){return String.prototype.startsWith?str.startsWith(prefix):str.indexOf(prefix)===0}var dataURIPrefix="data:application/octet-stream;base64,";function isDataURI(filename){return hasPrefix(filename,dataURIPrefix)}var fileURIPrefix="file://";function isFileURI(filename){return hasPrefix(filename,fileURIPrefix)}var wasmBinaryFile="webp_wasm.wasm";if(!isDataURI(wasmBinaryFile)){wasmBinaryFile=locateFile(wasmBinaryFile)}function getBinary(){try{if(wasmBinary){return new Uint8Array(wasmBinary)}if(readBinary){return readBinary(wasmBinaryFile)}else{throw"both async and sync fetching of the wasm failed"}}catch(err){abort(err)}}function getBinaryPromise(){if(!wasmBinary&&(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER)&&typeof fetch==="function"&&!isFileURI(wasmBinaryFile)){return fetch(wasmBinaryFile,{credentials:"same-origin"}).then(function(response){if(!response["ok"]){throw"failed to load wasm binary file at '"+wasmBinaryFile+"'"}return response["arrayBuffer"]()}).catch(function(){return getBinary()})}return new Promise(function(resolve,reject){resolve(getBinary())})}function createWasm(){var info={"a":asmLibraryArg};function receiveInstance(instance,module){var exports=instance.exports;Module["asm"]=exports;removeRunDependency("wasm-instantiate")}addRunDependency("wasm-instantiate");function receiveInstantiatedSource(output){receiveInstance(output["instance"])}function instantiateArrayBuffer(receiver){return getBinaryPromise().then(function(binary){return WebAssembly.instantiate(binary,info)}).then(receiver,function(reason){err("failed to asynchronously prepare wasm: "+reason);abort(reason)})}function instantiateAsync(){if(!wasmBinary&&typeof WebAssembly.instantiateStreaming==="function"&&!isDataURI(wasmBinaryFile)&&!isFileURI(wasmBinaryFile)&&typeof fetch==="function"){fetch(wasmBinaryFile,{credentials:"same-origin"}).then(function(response){var result=WebAssembly.instantiateStreaming(response,info);return result.then(receiveInstantiatedSource,function(reason){err("wasm streaming compile failed: "+reason);err("falling back to ArrayBuffer instantiation");return instantiateArrayBuffer(receiveInstantiatedSource)})})}else{return instantiateArrayBuffer(receiveInstantiatedSource)}}if(Module["instantiateWasm"]){try{var exports=Module["instantiateWasm"](info,receiveInstance);return exports}catch(e){err("Module.instantiateWasm callback failed with error: "+e);return false}}instantiateAsync();return{}}__ATINIT__.push({func:function(){___wasm_call_ctors()}});function ___assert_fail(condition,filename,line,func){abort("Assertion failed: "+UTF8ToString(condition)+", at: "+[filename?UTF8ToString(filename):"unknown filename",line,func?UTF8ToString(func):"unknown function"])}function _emscripten_memcpy_big(dest,src,num){HEAPU8.copyWithin(dest,src,src+num)}function _emscripten_get_heap_size(){return HEAPU8.length}function emscripten_realloc_buffer(size){try{wasmMemory.grow(size-buffer.byteLength+65535>>>16);updateGlobalBufferAndViews(wasmMemory.buffer);return 1}catch(e){}}function _emscripten_resize_heap(requestedSize){requestedSize=requestedSize>>>0;var oldSize=_emscripten_get_heap_size();var PAGE_MULTIPLE=65536;var maxHeapSize=2147483648;if(requestedSize>maxHeapSize){return false}var minHeapSize=16777216;for(var cutDown=1;cutDown<=4;cutDown*=2){var overGrownHeapSize=oldSize*(1+.2/cutDown);overGrownHeapSize=Math.min(overGrownHeapSize,requestedSize+100663296);var newSize=Math.min(maxHeapSize,alignUp(Math.max(minHeapSize,requestedSize,overGrownHeapSize),PAGE_MULTIPLE));var replacement=emscripten_realloc_buffer(newSize);if(replacement){return true}}return false}var asmLibraryArg={"a":___assert_fail,"b":_emscripten_memcpy_big,"c":_emscripten_resize_heap,"memory":wasmMemory,"table":wasmTable};var asm=createWasm();var ___wasm_call_ctors=Module["___wasm_call_ctors"]=function(){return(___wasm_call_ctors=Module["___wasm_call_ctors"]=Module["asm"]["d"]).apply(null,arguments)};var _version=Module["_version"]=function(){return(_version=Module["_version"]=Module["asm"]["e"]).apply(null,arguments)};var _getInfo=Module["_getInfo"]=function(){return(_getInfo=Module["_getInfo"]=Module["asm"]["f"]).apply(null,arguments)};var _malloc=Module["_malloc"]=function(){return(_malloc=Module["_malloc"]=Module["asm"]["g"]).apply(null,arguments)};var _decode=Module["_decode"]=function(){return(_decode=Module["_decode"]=Module["asm"]["h"]).apply(null,arguments)};var _free=Module["_free"]=function(){return(_free=Module["_free"]=Module["asm"]["i"]).apply(null,arguments)};var stackSave=Module["stackSave"]=function(){return(stackSave=Module["stackSave"]=Module["asm"]["j"]).apply(null,arguments)};var stackRestore=Module["stackRestore"]=function(){return(stackRestore=Module["stackRestore"]=Module["asm"]["k"]).apply(null,arguments)};var stackAlloc=Module["stackAlloc"]=function(){return(stackAlloc=Module["stackAlloc"]=Module["asm"]["l"]).apply(null,arguments)};var dynCall_vi=Module["dynCall_vi"]=function(){return(dynCall_vi=Module["dynCall_vi"]=Module["asm"]["m"]).apply(null,arguments)};Module["cwrap"]=cwrap;Module["getValue"]=getValue;var calledRun;function ExitStatus(status){this.name="ExitStatus";this.message="Program terminated with exit("+status+")";this.status=status}dependenciesFulfilled=function runCaller(){if(!calledRun)run();if(!calledRun)dependenciesFulfilled=runCaller};function run(args){args=args||arguments_;if(runDependencies>0){return}preRun();if(runDependencies>0)return;function doRun(){if(calledRun)return;calledRun=true;Module["calledRun"]=true;if(ABORT)return;initRuntime();preMain();if(Module["onRuntimeInitialized"])Module["onRuntimeInitialized"]();postRun()}if(Module["setStatus"]){Module["setStatus"]("Running...");setTimeout(function(){setTimeout(function(){Module["setStatus"]("")},1);doRun()},1)}else{doRun()}}Module["run"]=run;if(Module["preInit"]){if(typeof Module["preInit"]=="function")Module["preInit"]=[Module["preInit"]];while(Module["preInit"].length>0){Module["preInit"].pop()()}}noExitRuntime=true;run(); diff --git a/dist/webp_wasm.wasm b/dist/webp_wasm.wasm new file mode 100644 index 000000000..33380c37d Binary files /dev/null and b/dist/webp_wasm.wasm differ